/* Ignarium Games — tema arcade. Cores, tipografia, fundo e formas próprios. */
:root {
  --c1: #ff6a2e; --c2: #ff3d84; --c3: #ffd23f;
  --tint1: rgba(255,106,46,0.16); --tint2: rgba(255,61,132,0.16);
  --text: #efe6ff; --text-soft: #b3a3d2; --heading: #ffffff;
  --surface: #231539; --surface-border: 1px solid rgba(255,255,255,.09);
  --radius: 14px; --radius-sm: 10px;
  --shadow: 0 14px 34px rgba(0,0,0,.45); --shadow-hover: 0 0 0 1px rgba(255,106,46,0.5), 0 18px 40px rgba(0,0,0,.5); --chunky: 0 4px 0 rgba(0,0,0,.45);
  --rule: rgba(255,255,255,.1); --input-bg: #1b1130; --input-border: rgba(255,255,255,.16);
  --display: 'Chakra Petch', system-ui, sans-serif; --body: 'Rubik', system-ui, sans-serif;
  --header-bg: rgba(21,12,34,.85); --footer-bg: #100819; --band: rgba(255,255,255,.035);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { background: radial-gradient(1200px 600px at 80% -10%, rgba(255,106,46,0.18), transparent), radial-gradient(900px 500px at 0% 10%, rgba(255,61,132,0.16), transparent), #150c22; background-attachment: fixed; color: var(--text); font-family: var(--body); font-size: 18px; font-weight: 500; line-height: 1.65; min-height: 100vh; }
img { max-width: 100%; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 780px; }
h1, h2, h3 { font-family: var(--display); font-weight: 700; line-height: 1.04; letter-spacing: .02em; color: var(--heading); text-transform: uppercase; }
h1 { font-size: clamp(2.8rem, 8vw, 5.8rem); }
h2 { font-size: clamp(2.1rem, 5vw, 3.6rem); margin-bottom: .5em; }
h3 { font-size: 1.35rem; }
p { margin-bottom: 1rem; }
a { color: var(--c1); text-decoration: none; }
p a, .legal-content a, .about-block a, .masthead-meta a { text-decoration: underline; text-underline-offset: 3px; }
p a:hover { color: var(--c2); }
em { font-style: normal; color: var(--c1); text-shadow: 0 0 22px rgba(255,106,46,0.6); }
.muted { color: var(--text-soft); font-size: .95rem; }

.btn { display: inline-block; background: var(--c1); color: #fff; font-family: var(--display); font-weight: 600; font-size: 1rem; padding: 13px 28px; border: none; border-radius: 10px; cursor: pointer; text-transform: uppercase; letter-spacing: .03em; box-shadow: var(--chunky); transition: transform .08s, box-shadow .12s, background .15s; }
.btn:hover { background: var(--c2); color: #fff; text-decoration: none; transform: translateY(2px); box-shadow: 0 0 22px rgba(255,106,46,0.55); }
.btn:active { transform: translateY(4px); }
.btn-ghost { background: var(--surface); color: var(--text); border: 1px solid var(--rule); box-shadow: none; }
.btn-ghost:hover { background: var(--surface); color: var(--c1); }
.btn-lg { font-size: 1.08rem; padding: 16px 34px; }
.btn-full { display: block; width: 100%; text-align: center; }

.site-header { position: sticky; top: 0; z-index: 40; padding: 12px 0; background: var(--header-bg); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--rule); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.site-logo { display: flex; align-items: center; gap: 8px; font-family: var(--display); font-weight: 700; font-size: 1.5rem; color: var(--heading); text-transform: uppercase; }
.logo-mark { font-size: 1.4rem; line-height: 1; color: var(--c1); text-shadow: 0 0 22px rgba(255,106,46,0.55); }
.site-nav ul { list-style: none; display: flex; align-items: center; gap: 22px; }
.site-nav a { font-family: var(--display); font-weight: 500; font-size: 1rem; color: var(--text); }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--c1); }
.nav-cta { background: var(--c1); color: #fff !important; padding: 9px 20px; border-radius: 10px; box-shadow: var(--chunky); }
.nav-cta:hover { background: var(--c2); }
.nav-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 46px; height: 46px; padding: 11px; background: var(--surface); border: 1px solid var(--rule); border-radius: 12px; cursor: pointer; }
.nav-toggle span { display: block; height: 3px; width: 100%; background: var(--text); border-radius: 3px; transition: transform .2s, opacity .2s; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
@media (max-width: 820px) {
  .nav-toggle { display: flex; }
  .site-nav { flex-basis: 100%; max-height: 0; overflow: hidden; transition: max-height .25s ease; }
  .site-nav.open { max-height: 460px; }
  .site-nav ul { flex-direction: column; align-items: stretch; gap: 0; padding-top: 10px; }
  .site-nav li { width: 100%; }
  .site-nav a { display: block; padding: 13px 4px; border-top: 1px solid var(--rule); }
  .nav-cta { margin-top: 10px; text-align: center; }
}

.cookie-banner { position: fixed; bottom: 16px; left: 16px; right: 16px; z-index: 60; max-width: 740px; margin: 0 auto; background: var(--surface); border: var(--surface-border); border-radius: var(--radius-sm); padding: 16px 22px; box-shadow: var(--shadow); }
.cookie-banner .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 0; max-width: none; }
.cookie-banner p { margin: 0; font-size: .95rem; color: var(--text); }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-actions .btn { padding: 10px 20px; font-size: .9rem; }

section { padding: clamp(52px, 8vw, 104px) 0; position: relative; }
.band { background: var(--band); }
/* section background system — variety + rhythm */
.s-tint { background: linear-gradient(180deg, var(--tint1), transparent); }
.s-tint2 { background: var(--tint2); }
.s-accent { background: linear-gradient(135deg, var(--c1), var(--c2)); color: #fff; }
.s-accent .seclabel { background: rgba(255,255,255,.22); color: #fff; }
.s-accent h1, .s-accent h2, .s-accent h3, .s-accent .lead { color: #fff; }
.s-accent .sec-intro, .s-accent p { color: rgba(255,255,255,.92); }
.s-accent .btn { background: #fff; color: var(--c1); box-shadow: 0 5px 0 rgba(0,0,0,.18); }
.s-accent .btn:hover { background: var(--ink); color: #fff; }
.s-accent .btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.s-dark { background: var(--ink); color: #fff; }
.s-dark h1, .s-dark h2, .s-dark .lead { color: #fff; }
.s-dark .sec-intro, .s-dark p { color: rgba(255,255,255,.82); }
.s-dark .seclabel { background: rgba(255,255,255,.14); color: #fff; }

/* marquee / bigucha string */
.marquee { overflow: hidden; background: var(--ink); padding: 16px 0; white-space: nowrap; }
.marquee-track { display: inline-block; animation: scroll-x 30s linear infinite; }
.marquee-track span { font-family: var(--display); font-weight: 700; font-size: 1.15rem; text-transform: uppercase; letter-spacing: .06em; color: #fff; margin: 0 10px; }
.marquee-track span i { color: var(--c3); margin: 0 28px 0 18px; }
.marquee:hover .marquee-track { animation-play-state: paused; }
@keyframes scroll-x { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* parallax photo band */
.parallax { position: relative; background-size: cover; background-position: center; background-attachment: fixed; color: #fff; isolation: isolate; }
.parallax::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(135deg, rgba(255,106,46,0.92), rgba(255,61,132,0.86)); }
.parallax h1, .parallax h2, .parallax h3, .parallax .lead { color: #fff; }
.parallax .sec-intro, .parallax .prose p { color: rgba(255,255,255,.94); }
.parallax .seclabel { background: rgba(255,255,255,.22); color: #fff; }
.parallax .btn { background: #fff; color: var(--c1); }
.parallax .btn:hover { background: var(--ink); color: #fff; }
.parallax .btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }

/* scroll reveal */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

.sec-head { margin-bottom: 2rem; }
.seclabel { display: inline-block; font-family: var(--display); font-weight: 600; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; color: var(--c1); background: var(--tint1); padding: 7px 18px; border-radius: 50px; margin-bottom: 1.1rem; }
.sec-head h2 { font-size: clamp(2.3rem, 5.5vw, 4rem); }
.sec-intro { font-size: 1.28rem; color: var(--text-soft); max-width: 58ch; margin-bottom: 1.6rem; }
.page-head { margin-bottom: 1rem; }
.prose { max-width: 760px; }
.prose p { font-size: 1.16rem; }
.prose .lead { font-size: 1.32rem; color: var(--text); margin-bottom: 1rem; }
.prose h2 { font-size: 1.6rem; margin: 1.8rem 0 .5rem; }
.article-intro { max-width: 780px; margin-bottom: 2rem; }
.article-rows { display: grid; gap: 40px; margin-top: 1rem; }
.article-row { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.article-row:nth-child(even) .ar-media { order: 2; }
.ar-media img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); border: var(--surface-border); display: block; }
.ar-text h2 { font-size: 1.7rem; margin: 0 0 .6rem; } .ar-text p { color: var(--text-soft); font-size: 1.1rem; }
@media (max-width: 760px) { .article-row, .article-row:nth-child(even) .ar-media { grid-template-columns: 1fr; order: 0; } }

.hero { padding: clamp(38px, 6vw, 82px) 0 clamp(48px, 7vw, 96px); position: relative; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 40px; align-items: center; position: relative; z-index: 2; }
.pill-tag { display: inline-block; background: var(--surface); border: var(--surface-border); color: var(--text); font-family: var(--display); font-weight: 600; font-size: .92rem; padding: 8px 18px; border-radius: 50px; box-shadow: none; margin-bottom: 1.2rem; }
.hero-h1 { font-size: clamp(2.6rem, 6.4vw, 4.8rem); }
.hero-lead { font-size: 1.24rem; color: var(--text-soft); max-width: 46ch; margin: 1.1rem 0 1.6rem; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 1.2rem; }
.hero-meta { font-family: var(--display); font-weight: 500; font-size: .95rem; color: var(--text-soft); }
.blob { position: absolute; border-radius: 50%; z-index: 1; }
.blob-1 { width: 340px; height: 340px; background: var(--c1); top: -90px; right: -50px; opacity: .3; filter: blur(70px); }
.blob-2 { width: 280px; height: 280px; background: var(--c2); bottom: -110px; left: -90px; opacity: .28; filter: blur(70px); }
.blob-3 { width: 200px; height: 200px; background: var(--c3); top: 38%; left: 42%; opacity: .22; filter: blur(60px); }
.hero-art { position: relative; height: 360px; }
.float-tile { position: absolute; width: 106px; height: 106px; border-radius: 10px; border: 4px solid var(--surface); object-fit: cover; box-shadow: var(--shadow); animation: bob 4s ease-in-out infinite; }
.ft-1 { top: 6px; left: 18%; }
.ft-2 { top: 54px; right: 4%; width: 132px; height: 132px; animation-delay: .6s; }
.ft-3 { bottom: 26px; left: 2%; width: 122px; height: 122px; animation-delay: 1.1s; }
.ft-4 { bottom: 0; right: 24%; animation-delay: 1.6s; }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.art-star { position: absolute; color: var(--c3); font-size: 2rem; animation: twinkle 2.6s ease-in-out infinite; text-shadow: 0 0 16px rgba(255,210,63,0.8); }
.art-star-1 { top: 0; right: 32%; } .art-star-2 { bottom: 18%; right: 2%; color: var(--c2); font-size: 1.4rem; animation-delay: .5s; } .art-star-3 { top: 42%; left: 0; font-size: 1.2rem; animation-delay: 1s; }
@keyframes twinkle { 0%, 100% { opacity: .4; transform: scale(.9); } 50% { opacity: 1; transform: scale(1.15); } }
.art-badge { position: absolute; bottom: 38px; right: 36%; background: var(--surface); border: var(--surface-border); border-radius: var(--radius-sm); padding: 10px 16px; text-align: center; box-shadow: var(--shadow); transform: rotate(-5deg); z-index: 3; }
.art-badge b { font-family: var(--display); font-size: 1.5rem; color: var(--c1); display: block; line-height: 1; }
.art-badge span { color: var(--c3); font-size: .8rem; letter-spacing: 1px; }
@media (max-width: 820px) { .hero-grid { grid-template-columns: 1fr; } .hero-art { height: 280px; max-width: 380px; margin: 10px auto 0; } }

.gcards { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 26px; margin-top: 1rem; }
.gcard { background: var(--surface); border: var(--surface-border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); display: flex; flex-direction: column; transition: transform .15s, box-shadow .15s; }
.gcard:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); }
.gcard-shot { display: block; position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--tint1); }
.gcard-shot img { width: 100%; height: 100%; object-fit: cover; }
.gcard-genre { position: absolute; top: 12px; left: 12px; background: var(--surface); color: var(--c1); font-family: var(--display); font-weight: 600; font-size: .72rem; letter-spacing: .03em; text-transform: uppercase; padding: 5px 13px; border-radius: 50px; box-shadow: 0 0 0 1px rgba(255,255,255,.1); }
.gc-b .gcard-genre { color: var(--c2); } .gc-c .gcard-genre { color: var(--c3); }
.gcard-body { padding: 0 20px 22px; display: flex; flex-direction: column; flex: 1; }
.gcard-head { display: flex; gap: 12px; align-items: flex-end; margin-bottom: 10px; }
.gcard-icon { width: 58px; height: 58px; border-radius: 10px; border: 3px solid var(--surface); box-shadow: var(--shadow); margin-top: -28px; background: var(--surface); }
.gcard-head h3 { font-size: 1.2rem; margin: 0; } .gcard-head h3 a { color: var(--heading); } .gcard-head h3 a:hover { color: var(--c1); }
.gcard-dev { font-size: .8rem; color: var(--text-soft); margin: 2px 0 0; }
.gcard-rate { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.gcard-rate .stars { color: var(--c3); letter-spacing: 1px; } .gcard-rate b { font-family: var(--display); color: var(--heading); }
.gcard-desc { font-size: 1rem; color: var(--text-soft); margin-bottom: 16px; flex: 1; }

.review-masthead { background: linear-gradient(135deg, var(--tint1), var(--tint2)); padding: clamp(28px, 5vw, 56px) 0 clamp(24px, 4vw, 44px); border-bottom: 1px solid var(--rule); }
.review-masthead h1 { font-size: clamp(2.2rem, 5.6vw, 4rem); margin: .3rem 0 1.3rem; }
.masthead-row { display: grid; grid-template-columns: auto 1fr auto; gap: 1.6rem; align-items: center; margin-bottom: 1.4rem; }
.masthead-icon { width: 88px; height: 88px; border-radius: var(--radius-sm); border: 4px solid var(--surface); box-shadow: var(--shadow); }
.masthead-meta .lead { font-size: 1.16rem; color: var(--text-soft); margin: 0; }
.game-dev { font-family: var(--display); font-weight: 500; font-size: .86rem; color: var(--text-soft); }
.scorebox { background: var(--surface); border: var(--surface-border); border-radius: var(--radius-sm); padding: 14px 22px; text-align: center; box-shadow: var(--shadow); min-width: 106px; }
.scorebox b { font-family: var(--display); font-size: 2.4rem; color: var(--c1); display: block; line-height: 1; }
.scorebox i { font-style: normal; color: var(--text-soft); font-size: .8rem; } .scorebox .stars { display: block; color: var(--c3); letter-spacing: 2px; margin-top: 6px; }
@media (max-width: 680px) { .masthead-row { grid-template-columns: 1fr; gap: 1rem; } }

.review { max-width: 800px; }
.review h2 { margin-top: 2.3rem; } .review h2::before { content: "★ "; color: var(--c3); }
.review p, .review li { font-size: 1.12rem; }
.lead { font-size: 1.25rem; }
.forwhom { background: var(--tint1); border-radius: var(--radius-sm); padding: 14px 18px; font-size: 1.08rem; }
.proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; margin: 1rem 0; }
.proscons > div { background: var(--surface); border: var(--surface-border); border-radius: var(--radius-sm); padding: 18px 20px; box-shadow: var(--shadow); }
.proscons h3 { font-size: 1.1rem; margin-bottom: .5rem; } .proscons .pros h3 i { color: var(--c1); } .proscons .cons h3 i { color: #e0556e; }
.proscons ul, .features { list-style: none; }
.proscons li { padding: 5px 0 5px 24px; position: relative; }
.proscons .pros li::before { content: "✓"; position: absolute; left: 0; color: var(--c1); font-weight: 800; }
.proscons .cons li::before { content: "✕"; position: absolute; left: 0; color: #e0556e; font-weight: 800; }
.features { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 18px; margin: .6rem 0; }
.features li { padding: 5px 0 5px 24px; position: relative; } .features li::before { content: "✦"; position: absolute; left: 0; color: var(--c2); }
@media (max-width: 600px) { .proscons, .features { grid-template-columns: 1fr; } }
.shots-lg { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.shots-lg img { width: 100%; border-radius: var(--radius-sm); box-shadow: var(--shadow); }
.spec { width: 100%; border-collapse: collapse; background: var(--surface); border: var(--surface-border); border-radius: var(--radius-sm); overflow: hidden; box-shadow: var(--shadow); margin-top: .5rem; }
.spec th, .spec td { text-align: left; padding: 13px 18px; border-bottom: 1px solid var(--rule); font-size: 1.02rem; color: var(--text); }
.spec th { width: 42%; font-family: var(--display); font-weight: 500; color: var(--heading); }
.review-cta { margin-top: 2rem; }

.scores { display: grid; gap: 13px; margin: 1.2rem 0; background: var(--surface); border: var(--surface-border); border-radius: var(--radius-sm); padding: 20px 22px; box-shadow: var(--shadow); }
.score-row { display: grid; grid-template-columns: 190px 1fr 46px; gap: 14px; align-items: center; }
.score-k { font-family: var(--display); font-weight: 500; font-size: .9rem; color: var(--text-soft); }
.score-bar { height: 12px; background: var(--tint1); border-radius: 50px; overflow: hidden; }
.score-bar i { display: block; height: 100%; background: linear-gradient(90deg, var(--c1), var(--c2)); border-radius: 50px; }
.score-v { font-family: var(--display); font-weight: 700; text-align: right; color: var(--heading); }
@media (max-width: 560px) { .score-row { grid-template-columns: 1fr 40px; } .score-bar { grid-column: 1 / 3; order: 3; } }

.faq details { background: var(--surface); border: var(--surface-border); border-radius: var(--radius-sm); padding: 0 20px; margin-bottom: 12px; box-shadow: var(--shadow); }
.faq summary { cursor: pointer; font-family: var(--display); font-weight: 600; font-size: 1.12rem; list-style: none; padding: 16px 0; display: flex; gap: 12px; align-items: center; color: var(--heading); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::before { content: "+"; color: #fff; background: var(--c1); width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; font-size: 1.1rem; flex-shrink: 0; }
.faq details[open] summary::before { content: "\2013"; background: var(--c2); }
.faq details p { margin: 0 0 16px 38px; font-size: 1.05rem; color: var(--text-soft); }

.reviews { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 1rem; }
.ureview { background: var(--surface); border: var(--surface-border); border-radius: var(--radius-sm); padding: 18px 20px; box-shadow: var(--shadow); }
.ureview-top { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: .6rem; }
.ustars { color: var(--c3); letter-spacing: 1px; } .uauthor { font-family: var(--display); font-weight: 600; font-size: .92rem; color: var(--heading); } .udate { font-size: .78rem; color: var(--text-soft); margin-left: auto; }
.ureview p { margin: 0; font-size: 1.02rem; color: var(--text-soft); }
@media (max-width: 680px) { .reviews { grid-template-columns: 1fr; } }

.steps { list-style: none; display: grid; gap: 16px; margin-top: 1rem; }
.steps li { display: grid; grid-template-columns: auto 1fr; gap: 1.2rem; align-items: center; background: var(--surface); border: var(--surface-border); border-radius: var(--radius-sm); padding: 18px 22px; box-shadow: var(--shadow); }
.step-n { font-family: var(--display); font-weight: 700; font-size: 1.5rem; color: #fff; background: var(--c1); width: 50px; height: 50px; border-radius: 10px; display: grid; place-items: center; }
.steps strong { font-weight: 800; color: var(--heading); }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat { background: var(--surface); border: var(--surface-border); border-radius: var(--radius-sm); padding: 22px 18px; text-align: center; box-shadow: var(--shadow); }
.stat b { font-family: var(--display); font-weight: 700; font-size: 2.4rem; color: var(--c1); display: block; line-height: 1; } .stat span { font-size: .92rem; color: var(--text-soft); }
@media (max-width: 700px) { .stats { grid-template-columns: 1fr 1fr; } }

.genres-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 18px; margin-top: 1rem; }
.genre-card { background: var(--surface); border: var(--surface-border); border-radius: var(--radius); padding: 26px 22px; box-shadow: var(--shadow); transition: transform .15s; }
.genre-card:hover { transform: translateY(-5px); }
.genre-ico { display: inline-grid; place-items: center; width: 58px; height: 58px; border-radius: 10px; background: var(--tint1); color: var(--c1); font-size: 1.5rem; margin-bottom: 14px; }
.genre-card h3 { margin-bottom: 6px; } .genre-card p { font-size: .98rem; color: var(--text-soft); margin: 0 0 10px; }
.genre-count { font-family: var(--display); font-weight: 600; font-size: .82rem; color: var(--c1); }

.benefits { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 1rem; }
.benefit-ico { display: inline-grid; place-items: center; width: 56px; height: 56px; border-radius: 10px; background: var(--c1); color: #fff; font-size: 1.3rem; box-shadow: 0 0 22px rgba(255,106,46,0.55); margin-bottom: 14px; }
.benefit h3 { font-size: 1.15rem; margin-bottom: 6px; } .benefit p { font-size: 1rem; color: var(--text-soft); margin: 0; }
@media (max-width: 820px) { .benefits { grid-template-columns: 1fr 1fr; } } @media (max-width: 520px) { .benefits { grid-template-columns: 1fr; } }

.pick { display: grid; grid-template-columns: 1fr 1fr; gap: 0; background: var(--surface); border: var(--surface-border); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-hover); }
.pick-shot { position: relative; min-height: 280px; background: var(--tint1); } .pick-shot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.pick-body { padding: 32px; }
.badge-pick { display: inline-block; background: var(--c3); color: #16121f; font-family: var(--display); font-weight: 700; font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; padding: 6px 14px; border-radius: 50px; margin-bottom: 12px; }
.pick-body h3 { font-size: 1.9rem; margin-bottom: 6px; } .pick-dev { font-size: .9rem; color: var(--text-soft); margin-bottom: 12px; }
.pick-rate { color: var(--c3); font-size: 1.2rem; letter-spacing: 2px; margin-bottom: 12px; } .pick-rate b { font-family: var(--display); color: var(--heading); margin-left: 6px; }
@media (max-width: 760px) { .pick { grid-template-columns: 1fr; } .pick-shot { min-height: 200px; } }

/* ranking (arcade) */
.ranking { display: grid; gap: 12px; margin-top: 1rem; counter-reset: rk; }
.rank { display: grid; grid-template-columns: auto auto 1fr auto; gap: 18px; align-items: center; background: var(--surface); border: var(--surface-border); border-radius: var(--radius-sm); padding: 14px 20px; box-shadow: var(--shadow); transition: transform .12s; }
.rank:hover { transform: translateX(6px); }
.rank-n { font-family: var(--display); font-weight: 700; font-size: 1.8rem; color: var(--c1); min-width: 42px; text-shadow: 0 0 22px rgba(255,106,46,0.55); }
.rank-ico { width: 56px; height: 56px; border-radius: 10px; }
.rank-info h3 { font-size: 1.2rem; margin: 0; } .rank-info h3 a { color: var(--heading); } .rank-info h3 a:hover { color: var(--c1); }
.rank-info span { font-size: .82rem; color: var(--text-soft); }
.rank-score { font-family: var(--display); font-weight: 700; color: var(--c3); font-size: 1.2rem; white-space: nowrap; }
@media (max-width: 600px) { .rank { grid-template-columns: auto auto 1fr; } .rank-score { display: none; } }

/* collections (soft) */
.collections { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; margin-top: 1rem; }
.collection { border-radius: var(--radius); padding: 28px 24px; color: #fff; box-shadow: var(--shadow); min-height: 180px; display: flex; flex-direction: column; justify-content: flex-end; }
.collection h3 { color: #fff; margin-bottom: 6px; } .collection p { margin: 0 0 12px; opacity: .92; font-size: .98rem; }
.collection .cl-ico { font-size: 1.8rem; margin-bottom: auto; }
.collection a { color: #fff; font-family: var(--display); font-weight: 600; font-size: .85rem; text-transform: uppercase; letter-spacing: .04em; }
.cl-1 { background: linear-gradient(150deg, var(--c1), rgba(255,106,46,0.7)); } .cl-2 { background: linear-gradient(150deg, var(--c2), rgba(255,61,132,0.7)); } .cl-3 { background: linear-gradient(150deg, var(--c3), rgba(255,210,63,0.75)); color: #3a2a00; } .cl-3 h3, .cl-3 a { color: #3a2a00; }

.about-block { max-width: 760px; }
.about-block h1, .legal-content h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); margin-bottom: 1.2rem; }
.about-block h2, .legal-content h2 { font-size: 1.4rem; margin-top: 1.8rem; margin-bottom: .4rem; }
.about-block p, .legal-content p, .legal-content li { font-size: 1.1rem; color: var(--text); }
.legal-content { max-width: 760px; } .legal-content ul { margin: .6rem 0 1rem 1.2rem; } .legal-content li { margin-bottom: .4rem; }

.contact-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 2.6rem; align-items: start; }
.contact-info h1 { font-size: clamp(2.1rem, 5vw, 3.4rem); margin-bottom: 1rem; } .contact-info p { font-size: 1.1rem; }
.contact-card { background: var(--surface); border: var(--surface-border); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); } .contact-card h2 { font-size: 1.4rem; margin-bottom: 1rem; }
@media (max-width: 820px) { .contact-wrap { grid-template-columns: 1fr; gap: 1.8rem; } }

.subscribe-card { max-width: 540px; margin: 0 auto; background: var(--surface); border: var(--surface-border); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.subscribe-card .lead { font-size: 1.12rem; color: var(--text-soft); margin-bottom: 1.2rem; }
.form-row { margin-bottom: 1rem; }
.form-row label { display: block; font-family: var(--display); font-weight: 500; font-size: .86rem; color: var(--heading); margin-bottom: 6px; }
input[type="text"], input[type="email"], input[type="tel"], textarea { width: 100%; padding: 13px 16px; border: 2px solid var(--input-border); border-radius: 10px; background: var(--input-bg); font-family: var(--body); font-weight: 600; font-size: 1rem; color: var(--text); outline: none; transition: border-color .15s, box-shadow .15s; }
input:focus, textarea:focus { border-color: var(--c1); box-shadow: 0 0 0 4px var(--tint1); }
textarea { resize: vertical; }
.form-consent label { display: flex; gap: 10px; align-items: flex-start; font-family: var(--body); font-weight: 600; font-size: .92rem; color: var(--text-soft); cursor: pointer; }
.form-consent input { width: auto; margin-top: 4px; flex-shrink: 0; }
.form-error { margin-top: 12px; padding: 12px 16px; background: rgba(255,59,92,0.14); color: #ff5470; border: 1px solid rgba(255,59,92,0.4); border-radius: 10px; font-size: .9rem; font-weight: 700; }
.success-msg { margin-top: 12px; padding: 14px 16px; background: var(--tint1); color: var(--text); border-radius: 10px; font-weight: 700; }
.hidden { display: none; }

.crumbs { font-family: var(--display); font-weight: 500; font-size: .85rem; color: var(--text-soft); padding-top: 16px; }
.crumbs .container { padding-top: 0; padding-bottom: 0; } .crumbs a { color: var(--text-soft); } .crumbs a:hover { color: var(--c1); } .crumbs .sep { color: var(--c1); }

.site-footer { background: var(--footer-bg); color: rgba(255,255,255,.82); padding: clamp(40px, 6vw, 68px) 0 96px; }
.colophon { display: grid; grid-template-columns: 1fr auto; gap: 2.4rem; padding-bottom: 1.6rem; border-bottom: 1px solid rgba(255,255,255,.16); }
.footer-brand { display: flex; align-items: center; gap: 8px; font-family: var(--display); font-weight: 700; font-size: 1.6rem; color: #fff; margin: 0 0 .3rem; text-transform: uppercase; }
.footer-brand .logo-mark { color: var(--c1); }
.footer-pos { color: rgba(255,255,255,.7); }
.footer-nav { display: flex; flex-wrap: wrap; gap: 10px 22px; align-content: flex-start; font-family: var(--display); font-weight: 500; font-size: .95rem; }
.footer-nav a { color: rgba(255,255,255,.85); } .footer-nav a:hover { color: var(--c3); }
.footer-meta { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; padding-top: 16px; font-size: .8rem; color: rgba(255,255,255,.6); }
@media (max-width: 680px) { .colophon { grid-template-columns: 1fr; gap: 1.4rem; } body { font-size: 17px; } }
