:root {
  --ink: #102117;
  --muted: #5f6d63;
  --paper: #f4f0df;
  --paper-2: #fffdf4;
  --green-950: #05130d;
  --green-900: #071b12;
  --green-800: #0b2518;
  --green-700: #123d26;
  --green-600: #176a34;
  --green-500: #29a94d;
  --lime: #b8ee4a;
  --cream: #f7edc5;
  --orange: #e85f18;
  --red: #ef423d;
  --blue: #2d78ed;
  --line: rgba(16, 33, 23, 0.14);
  --shadow: 0 24px 80px rgba(5, 19, 13, 0.18);
  --radius-lg: 32px;
  --radius-md: 22px;
  --container: min(1380px, calc(100% - 40px));
  --header-height: 88px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper-2);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: var(--container); margin-inline: auto; }
.skip-link {
  position: fixed; top: 12px; left: 12px; z-index: 9999;
  padding: 10px 14px; border-radius: 10px; background: white; color: #111;
  transform: translateY(-150%); transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; inset: 0 0 auto; z-index: 1000;
  height: var(--header-height);
  color: white;
  border-bottom: 1px solid rgba(255,255,255,.1);
  transition: background .25s ease, backdrop-filter .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled,
.subpage .site-header { background: rgba(5,19,13,.88); backdrop-filter: blur(18px); box-shadow: 0 12px 40px rgba(0,0,0,.18); }
.header-shell {
  width: var(--container); height: 100%; margin-inline: auto;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 26px;
}
.desktop-nav { display: flex; gap: clamp(18px, 2.4vw, 34px); align-items: center; }
.desktop-nav--right { justify-content: flex-end; }
.desktop-nav a {
  position: relative; color: rgba(255,255,255,.82); font-size: .86rem; font-weight: 750;
  letter-spacing: .08em; text-transform: uppercase; transition: color .2s ease;
}
.desktop-nav a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px;
  background: var(--lime); transition: right .25s ease;
}
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: white; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.brand { display: inline-flex; align-items: center; gap: 10px; justify-self: center; color: white; }
.brand-mark {
  width: 41px; aspect-ratio: 1; border: 2px solid rgba(255,255,255,.92); border-radius: 50%;
  position: relative; display: grid; place-items: center; box-shadow: inset 0 0 0 5px rgba(184,238,74,.15);
}
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; background: rgba(255,255,255,.82); }
.brand-mark::before { width: 25px; height: 1px; }
.brand-mark::after { height: 25px; width: 1px; }
.brand-ball { width: 12px; aspect-ratio: 1; border-radius: 50%; background: var(--lime); box-shadow: 0 0 18px rgba(184,238,74,.8); z-index: 1; }
.brand-copy { line-height: .86; display: flex; flex-direction: column; }
.brand-copy strong { font-size: 1.08rem; letter-spacing: -.03em; }
.brand-copy small { font-size: .63rem; letter-spacing: .35em; color: var(--lime); margin-top: 7px; font-weight: 900; }
.menu-toggle { display: none; border: 0; background: none; width: 44px; height: 44px; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: white; margin: 6px 0; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }
.mobile-menu {
  position: fixed; inset: var(--header-height) 0 0; background: rgba(5,19,13,.98); padding: 28px 20px 40px; 
}
.mobile-menu nav { width: min(540px, 100%); margin: 0 auto; display: grid; background-color: #0a2b1a; }
.mobile-menu a { color: white; font-size: 1.35rem; font-weight: 750; padding: 15px 8px; border-bottom: 1px solid rgba(255,255,255,.1); }
.mobile-menu .mobile-play-link { margin-top: 18px; border: 0; border-radius: 16px; background: var(--lime); color: var(--green-950); padding: 15px 20px; text-align: center; font-size: 1rem; }

.hero {
  min-height: 100svh; color: white; overflow: hidden; position: relative;
  background:
    radial-gradient(circle at 15% 25%, rgba(41,169,77,.24), transparent 32%),
    radial-gradient(circle at 92% 12%, rgba(232,95,24,.15), transparent 30%),
    linear-gradient(135deg, #04110b 0%, #0a2b1a 55%, #06170f 100%);
  padding: calc(var(--header-height) + 78px) 0 96px;
}
.hero::before {
  content: ""; position: absolute; width: 720px; height: 720px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.08); left: -350px; bottom: -380px;
  box-shadow: 0 0 0 80px rgba(255,255,255,.018), 0 0 0 160px rgba(255,255,255,.014);
}
.hero-noise { position: absolute; inset: 0; opacity: .3; pointer-events: none; background-image: repeating-linear-gradient(135deg, transparent 0 18px, rgba(255,255,255,.012) 18px 19px); }
.hero-grid { display: flex; grid-template-columns: .82fr 1.18fr; gap: clamp(34px, 5vw, 84px); align-items: center; position: relative; z-index: 1; }
.hero-copy { padding-top: 20px; }
.eyebrow, .section-kicker { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .17em; font-size: .76rem; font-weight: 900; color: var(--green-600); }
.eyebrow { color: var(--lime); display: flex; align-items: center; gap: 11px; }
.eyebrow span { width: 28px; height: 2px; background: var(--lime); }
.hero h1, .subpage-hero h1, .legal-hero h1 {
  margin: 0; font-size: clamp(3.2rem, 6.2vw, 6.6rem); line-height: .91; letter-spacing: -.075em; font-weight: 900;
}
.hero h1 em { font-style: normal; color: var(--lime); }
.hero-lead { max-width: 610px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: clamp(1rem, 1.4vw, 1.15rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button {
  min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px;
  border-radius: 15px; border: 1px solid transparent; padding: 11px 22px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button--primary { color: var(--green-950); background: var(--lime); box-shadow: 0 16px 35px rgba(184,238,74,.18); }
.button--primary:hover { box-shadow: 0 20px 45px rgba(184,238,74,.28); }
.button--ghost { color: white; border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.04); }
.button--ghost:hover { background: rgba(255,255,255,.1); }
.button--small { min-height: 42px; padding: 8px 16px; border-radius: 12px; }
.button--large { min-height: 66px; padding: 13px 28px; }
.button small { display: block; font-size: .6rem; line-height: 1; text-transform: uppercase; letter-spacing: .1em; opacity: .68; }
.play-icon { width: 32px; aspect-ratio: 1; border-radius: 50%; display: grid; place-items: center; background: var(--green-950); color: var(--lime); font-size: .72rem; padding-left: 2px; }
.hero-points { list-style: none; display: flex; gap: 30px; padding: 0; margin: 36px 0 0; }
.hero-points li { display: flex; flex-direction: column; padding-left: 13px; border-left: 2px solid rgba(184,238,74,.45); }
.hero-points strong { color: white; font-size: .95rem; }
.hero-points span { color: rgba(255,255,255,.48); font-size: .76rem; }
.hero-visual { position: relative; width: min(850px, 58vw); justify-self: end; filter: drop-shadow(0 40px 55px rgba(0,0,0,.35)); }
.hero-visual picture, .hero-visual img { border-radius: 38px; }
.hero-visual::before { content: ""; position: absolute; inset: -12px; border: 1px solid rgba(184,238,74,.22); border-radius: 50px; z-index: -1; transform: rotate(-2deg); }
.floating-score { position: absolute; z-index: 3; padding: 11px 14px; border-radius: 14px; background: rgba(5,19,13,.8); border: 1px solid rgba(255,255,255,.13); backdrop-filter: blur(10px); display: flex; gap: 8px; align-items: baseline; box-shadow: 0 16px 30px rgba(0,0,0,.25); }
.floating-score span { font-size: .58rem; letter-spacing: .12em; color: rgba(255,255,255,.55); }
.floating-score strong { color: var(--lime); font-size: 1.02rem; }
.floating-score--one { left: 7%; top: 8%; animation: float 4.8s ease-in-out infinite; }
.floating-score--two { right: 5%; bottom: 8%; animation: float 5.4s .7s ease-in-out infinite; }
.scroll-cue { position: absolute; left: 50%; bottom: 27px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 7px; color: rgba(255,255,255,.45); font-size: .64rem; text-transform: uppercase; letter-spacing: .14em; }
.scroll-cue span { width: 1px; height: 32px; background: linear-gradient(var(--lime), transparent); }
@keyframes float { 0%,100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-12px) rotate(1deg); } }

.section { position: relative; padding: clamp(82px, 10vw, 145px) 0; }
.section--intro { background: var(--paper-2); }
.split-heading { display: grid; grid-template-columns: 1fr .78fr; gap: clamp(50px, 8vw, 120px); align-items: end; }
.split-heading h2, .center-heading h2, .steps-content h2, .sound-copy h2, .faq-heading h2, .balanced-review h2, .page-cta h2, .contact-details h2 {
  margin: 0; font-size: clamp(2.35rem, 4.8vw, 4.7rem); line-height: 1; letter-spacing: -.055em;
}
.section-copy p, .sound-copy p { color: var(--muted); margin: 0 0 18px; font-size: 1.04rem; }
.game-strip { margin-top: 80px; display: grid; grid-template-columns: .7fr 1.3fr; border-radius: var(--radius-lg); overflow: hidden; background: var(--green-800); color: white; box-shadow: var(--shadow); min-height: 560px; }
.game-strip__image { display: grid; place-items: center; background: radial-gradient(circle at 50% 40%, rgba(184,238,74,.22), transparent 48%), #0f4225; overflow: hidden; position: relative; }
.game-strip__image::before, .game-strip__image::after { content: ""; position: absolute; border: 2px solid rgba(255,255,255,.14); }
.game-strip__image::before { inset: 44px; }
.game-strip__image::after { width: 180px; height: 180px; border-radius: 50%; }
.game-strip__image img { position: relative; z-index: 2; max-height: 480px; width: auto; filter: drop-shadow(0 25px 30px rgba(0,0,0,.32)); transform: rotate(-4deg); }
.game-strip__content { padding: clamp(38px, 6vw, 76px); display: flex; flex-direction: column; justify-content: center; }
.number-label { font-size: .68rem; letter-spacing: .16em; color: var(--lime); font-weight: 900; }
.game-strip__content h3 { font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1; letter-spacing: -.05em; margin: 18px 0 22px; }
.game-strip__content > p { color: rgba(255,255,255,.68); max-width: 700px; font-size: 1.05rem; }
.mini-rule-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; margin-top: 38px; }
.mini-rule-grid div { border-top: 1px solid rgba(255,255,255,.15); padding-top: 15px; }
.mini-rule-grid strong, .mini-rule-grid span { display: block; }
.mini-rule-grid strong { color: white; }
.mini-rule-grid span { color: rgba(255,255,255,.45); font-size: .78rem; }

.section--dark { background: var(--green-950); color: white; overflow: hidden; }
.section--dark::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; border: 1px solid rgba(184,238,74,.1); right: -180px; top: -220px; box-shadow: 0 0 0 80px rgba(184,238,74,.02), 0 0 0 160px rgba(184,238,74,.014); }
.center-heading { max-width: 760px; margin: 0 auto 65px; text-align: center; }
.center-heading p:last-child { max-width: 620px; margin: 22px auto 0; color: rgba(255,255,255,.56); }
.section-kicker--light { color: var(--lime); }
.feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.feature-card { min-height: 330px; padding: 28px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-md); background: linear-gradient(160deg, rgba(255,255,255,.07), rgba(255,255,255,.025)); position: relative; overflow: hidden; transition: transform .3s ease, border-color .3s ease, background .3s ease; }
.feature-card::after { content: ""; position: absolute; width: 120px; height: 120px; border-radius: 50%; background: rgba(184,238,74,.08); right: -55px; bottom: -50px; transition: transform .3s ease; }
.feature-card:hover { transform: translateY(-8px); border-color: rgba(184,238,74,.35); background: linear-gradient(160deg, rgba(184,238,74,.1), rgba(255,255,255,.03)); }
.feature-card:hover::after { transform: scale(1.4); }
.feature-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; background: var(--lime); color: var(--green-950); font-size: 1.25rem; }
.feature-index { margin: 28px 0 12px; color: rgba(255,255,255,.3); font-size: .68rem; letter-spacing: .12em; }
.feature-card h3 { font-size: 1.3rem; margin: 0 0 12px; }
.feature-card > p:last-child { color: rgba(255,255,255,.55); font-size: .92rem; }

.section--steps { background: var(--paper); overflow: hidden; }
.steps-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 8vw, 120px); align-items: center; }
.steps-media { min-height: 670px; position: relative; display: grid; place-items: center; }
.steps-media::before { content: ""; position: absolute; width: 470px; height: 470px; border-radius: 50%; background: var(--green-700); box-shadow: 0 0 0 35px rgba(18,61,38,.08), 0 0 0 70px rgba(18,61,38,.045); }
.steps-media img { max-height: 590px; width: auto; position: relative; z-index: 3; filter: drop-shadow(0 30px 35px rgba(5,19,13,.3)); transform: rotate(3deg); }
.phone-orbit { position: absolute; width: 580px; height: 580px; border: 1px dashed rgba(18,61,38,.25); border-radius: 50%; animation: spin 18s linear infinite; }
.phone-orbit::before, .phone-orbit::after { content: ""; position: absolute; width: 18px; height: 18px; border-radius: 50%; background: var(--orange); }
.phone-orbit::before { top: 22px; left: 116px; }
.phone-orbit::after { bottom: 28px; right: 95px; background: var(--blue); }
@keyframes spin { to { transform: rotate(360deg); } }
.steps-content { max-width: 650px; }
.step-list { list-style: none; padding: 0; margin: 44px 0 0; }
.step-list li { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(16,33,23,.13); }
.step-list li:last-child { border-bottom: 1px solid rgba(16,33,23,.13); }
.step-list > li > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--green-800); color: var(--lime); font-size: .72rem; font-weight: 900; }
.step-list h3 { margin: 0 0 5px; font-size: 1.1rem; }
.step-list p { margin: 0; color: var(--muted); }

.section--light-field { background: var(--paper-2); overflow: hidden; }
.field-lines { position: absolute; inset: 0; opacity: .55; pointer-events: none; background-image: linear-gradient(rgba(18,61,38,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(18,61,38,.035) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 84%, transparent); }
.rules-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; margin-top: 65px; position: relative; }
.rules-grid article { padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: rgba(255,255,255,.72); backdrop-filter: blur(8px); }
.rules-grid span { display: block; color: var(--orange); font-size: .7rem; letter-spacing: .13em; font-weight: 900; }
.rules-grid h3 { margin: 24px 0 9px; font-size: 1.08rem; }
.rules-grid p { margin: 0; color: var(--muted); font-size: .9rem; }
.screenshots { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; align-items: start; margin-top: 100px; position: relative; }
.screenshot-card { margin: 0; }
.screenshot-card--raised { margin-top: 70px; }
.screenshot-card picture { display: block; padding: 16px; border-radius: 30px; background: var(--green-900); box-shadow: 0 26px 50px rgba(5,19,13,.19); }
.screenshot-card img { width: 100%; border-radius: 16px; }
.screenshot-card figcaption { padding: 18px 6px 0; color: var(--muted); font-size: .84rem; }
.screenshot-card figcaption span { color: var(--orange); margin-right: 8px; font-weight: 900; }

.section--sound { color: white; background: radial-gradient(circle at 75% 45%, rgba(184,238,74,.13), transparent 28%), linear-gradient(120deg, #071b12, #123d26); overflow: hidden; }
.sound-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 70px; align-items: center; }
.sound-copy { max-width: 680px; }
.sound-copy p { color: rgba(255,255,255,.62); }
.sound-copy h2 { margin-bottom: 28px; }
.sound-visual { min-height: 480px; position: relative; display: grid; place-items: center; }
.sound-visual img { width: 230px; position: relative; z-index: 3; border-radius: 34px; filter: drop-shadow(0 25px 36px rgba(0,0,0,.35)); }
.wave { position: absolute; border: 1px solid rgba(184,238,74,.28); border-radius: 50%; animation: pulse 4s ease-out infinite; }
.wave--1 { width: 300px; height: 300px; }
.wave--2 { width: 410px; height: 410px; animation-delay: .9s; }
.wave--3 { width: 520px; height: 520px; animation-delay: 1.8s; }
@keyframes pulse { 0%,100% { opacity: .2; transform: scale(.92); } 50% { opacity: .75; transform: scale(1.02); } }

.section--faq { background: var(--paper); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 120px); }
.faq-heading { position: sticky; top: calc(var(--header-height) + 35px); align-self: start; }
.faq-heading p:not(.section-kicker) { color: var(--muted); }
.faq-heading > a { display: inline-block; margin-top: 18px; color: var(--green-700); font-weight: 800; }
.faq-list details { border-top: 1px solid rgba(16,33,23,.15); }
.faq-list details:last-child { border-bottom: 1px solid rgba(16,33,23,.15); }
.faq-list summary { list-style: none; cursor: pointer; padding: 28px 50px 28px 0; font-weight: 800; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { position: absolute; right: 8px; top: 50%; width: 24px; height: 24px; transform: translateY(-50%); }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; left: 50%; top: 50%; background: var(--green-800); transform: translate(-50%,-50%); transition: transform .2s ease; }
.faq-list summary span::before { width: 18px; height: 2px; }
.faq-list summary span::after { width: 2px; height: 18px; }
.faq-list details[open] summary span::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-list details p { color: var(--muted); margin: -8px 0 28px; max-width: 730px; }

.cta-section { position: relative; overflow: hidden; background: var(--orange); color: white; padding: 80px 0; }
.cta-section::after { content: ""; position: absolute; width: 500px; height: 500px; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; right: -160px; top: -210px; box-shadow: 0 0 0 60px rgba(255,255,255,.045), 0 0 0 120px rgba(255,255,255,.025); }
.cta-inner { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 45px; }
.cta-inner h2 { max-width: 780px; margin: 0; font-size: clamp(2.3rem, 4.6vw, 4.6rem); line-height: .98; letter-spacing: -.055em; }
.cta-inner .section-kicker { color: white; opacity: .72; }
.cta-section .button--primary { background: white; color: var(--green-950); box-shadow: 0 20px 40px rgba(93,28,0,.2); flex: 0 0 auto; }

.site-footer { background: #04110b; color: white; padding: 70px 0 25px; }
.footer-main { display: grid; grid-template-columns: 1.45fr .8fr 1fr 1fr; gap: 48px; }
.brand--footer { justify-self: start; }
.footer-brand p { color: rgba(255,255,255,.46); max-width: 310px; font-size: .9rem; margin-top: 20px; }
.footer-links, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-links h2, .footer-contact h2 { font-size: .72rem; text-transform: uppercase; letter-spacing: .15em; color: rgba(255,255,255,.36); margin: 0 0 10px; }
.footer-links a, .footer-contact a { color: rgba(255,255,255,.7); font-size: .9rem; }
.footer-links a:hover, .footer-contact a:hover { color: var(--lime); }
.footer-store { margin-top: 10px; color: var(--lime) !important; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 24px; margin-top: 55px; }
.footer-bottom p { margin: 0; color: rgba(255,255,255,.32); font-size: .72rem; max-width: 630px; }
.cookie-banner { position: fixed; z-index: 1500; left: 20px; right: 20px; bottom: 20px; width: min(820px, calc(100% - 40px)); margin: 0 auto; border: 1px solid rgba(255,255,255,.12); background: rgba(5,19,13,.96); color: white; border-radius: 20px; box-shadow: 0 24px 60px rgba(0,0,0,.34); padding: 18px 20px; display: flex; justify-content: space-between; gap: 25px; align-items: center; backdrop-filter: blur(14px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { font-size: .92rem; }
.cookie-banner p { margin: 4px 0 0; color: rgba(255,255,255,.56); font-size: .79rem; }
.cookie-actions { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.cookie-actions a { color: rgba(255,255,255,.7); font-size: .78rem; text-decoration: underline; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.75,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal--delay-sm { transition-delay: .08s; }
.reveal--delay { transition-delay: .16s; }
.reveal--delay-lg { transition-delay: .24s; }

/* Subpages */
.subpage { background: var(--paper-2); }
.subpage-hero { color: white; background: radial-gradient(circle at 85% 35%, rgba(184,238,74,.15), transparent 30%), linear-gradient(130deg, #06170f, #113a24); padding: calc(var(--header-height) + 90px) 0 90px; overflow: hidden; position: relative; }
.subpage-hero::after { content: ""; position: absolute; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; right: -180px; bottom: -290px; box-shadow: 0 0 0 60px rgba(255,255,255,.025), 0 0 0 120px rgba(255,255,255,.015); }
.subpage-hero__grid { display: grid; grid-template-columns: 1.2fr .5fr; gap: 80px; align-items: center; position: relative; z-index: 1; }
.subpage-hero h1 { max-width: 900px; font-size: clamp(3rem, 6vw, 6rem); }
.subpage-hero p:not(.section-kicker) { max-width: 760px; color: rgba(255,255,255,.65); font-size: 1.1rem; }
.subpage-icon { justify-self: center; border-radius: 34px; filter: drop-shadow(0 28px 40px rgba(0,0,0,.35)); transform: rotate(4deg); }
.subpage-hero--compact { padding-bottom: 80px; }
.subpage-lead { margin-bottom: 0; }
.content-section { padding: 90px 0 120px; }
.prose-layout { display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.prose { max-width: 820px; }
.prose h2 { margin: 50px 0 16px; font-size: clamp(1.75rem, 3vw, 2.5rem); line-height: 1.08; letter-spacing: -.035em; scroll-margin-top: 130px; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { color: var(--muted); }
.prose a { color: var(--green-700); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.prose-aside { position: sticky; top: calc(var(--header-height) + 32px); border-radius: var(--radius-md); background: var(--green-900); color: white; padding: 32px; }
.aside-label { color: var(--lime); font-size: .7rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 900; }
.check-list { list-style: none; padding: 0; margin: 25px 0 30px; }
.check-list li { position: relative; padding: 13px 0 13px 28px; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.72); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--lime); font-weight: 900; }
.impression-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.impression-card { padding: 36px; border-radius: var(--radius-md); border: 1px solid var(--line); background: white; }
.impression-card > span { color: var(--orange); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.impression-card h2 { margin: 36px 0 10px; font-size: 1.55rem; letter-spacing: -.03em; }
.impression-card p { margin: 0; color: var(--muted); }
.balanced-review { margin-top: 80px; padding: 55px; border-radius: var(--radius-lg); background: var(--paper); display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; }
.balanced-review p { color: var(--muted); }
.page-cta { margin-top: 70px; padding: 50px; border-radius: var(--radius-lg); background: var(--orange); color: white; text-align: center; }
.page-cta p { color: rgba(255,255,255,.72); }
.page-cta .button { margin-top: 10px; background: white; }
.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.contact-details { position: sticky; top: calc(var(--header-height) + 35px); }
.contact-details > p:not(.section-kicker) { color: var(--muted); }
.contact-email { display: inline-block; margin: 24px 0; color: var(--green-700); font-size: clamp(1.15rem, 2.2vw, 1.8rem); font-weight: 850; letter-spacing: -.03em; }
.contact-note { display: flex; flex-direction: column; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-note span { color: var(--muted); }
.contact-card { padding: 40px; border-radius: var(--radius-lg); background: white; border: 1px solid var(--line); box-shadow: var(--shadow); }
.contact-form { display: grid; gap: 20px; }
.contact-form > label { display: grid; gap: 8px; font-weight: 800; font-size: .9rem; }
.contact-form input, .contact-form textarea { width: 100%; border: 1px solid rgba(16,33,23,.2); border-radius: 13px; background: #faf9f1; color: var(--ink); padding: 14px 15px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--green-500); box-shadow: 0 0 0 4px rgba(41,169,77,.12); }
.form-consent { display: flex !important; grid-template-columns: 18px 1fr; align-items: start; gap: 10px !important; font-weight: 500 !important; color: var(--muted); font-size: .78rem !important; }
.form-consent input { width: 18px; height: 18px; padding: 0; margin-top: 2px; }
.form-consent a { color: var(--green-700); text-decoration: underline; }
.form-honeypot { position: absolute; left: -9999px; opacity: 0; }
.form-message { border-radius: 14px; padding: 16px 18px; margin-bottom: 20px; }
.form-message--success { background: #e7f8e8; color: #154f26; }
.form-message--error { background: #fff0ee; color: #82251f; }
.form-message ul { margin: 8px 0 0; padding-left: 20px; }

.legal-hero { padding: calc(var(--header-height) + 70px) 0 65px; background: var(--green-900); color: white; }
.legal-hero h1 { font-size: clamp(2.8rem, 6vw, 5.7rem); }
.legal-hero p:last-child { color: rgba(255,255,255,.5); }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 820px); gap: clamp(45px, 8vw, 100px); justify-content: center; align-items: start; }
.legal-nav { position: sticky; top: calc(var(--header-height) + 30px); display: flex; flex-direction: column; padding: 22px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.legal-nav strong { margin-bottom: 10px; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.legal-nav a { color: var(--muted); padding: 7px 0; font-size: .86rem; }
.legal-nav a:hover { color: var(--green-700); }
.legal-prose code { background: var(--paper); border-radius: 5px; padding: 2px 5px; color: var(--green-800); }

@media (max-width: 1080px) {
  :root { --container: min(100% - 32px, 940px); }
  .desktop-nav { display: none; }
  .header-shell { grid-template-columns: 1fr auto; }
  .brand { justify-self: start; }
  .menu-toggle { display: block; justify-self: end; }
  .hero-grid { flex-direction: column; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: 100%; max-width: 900px; justify-self: center; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }
  .rules-grid { grid-template-columns: repeat(2,1fr); }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-contact { grid-column: 2 / 4; }
}

@media (max-width: 820px) {
  :root { --header-height: 76px; }
  .hero { padding-top: calc(var(--header-height) + 55px); min-height: auto; }
  .hero h1 { font-size: clamp(3rem, 12vw, 5rem); }
  .hero-points { gap: 14px; flex-wrap: wrap; }
  .hero-points li { min-width: 120px; }
  .scroll-cue { display: none; }
  .split-heading, .steps-layout, .sound-grid, .faq-layout, .prose-layout, .contact-layout, .balanced-review { grid-template-columns: 1fr; }
  .game-strip { grid-template-columns: 1fr; }
  .game-strip__image { min-height: 470px; }
  .steps-media { min-height: 600px; order: 2; }
  .steps-content { order: 1; }
  .screenshots { grid-template-columns: repeat(2,1fr); }
  .screenshot-card--raised { margin-top: 0; }
  .faq-heading, .prose-aside, .contact-details, .legal-nav { position: static; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: repeat(2,1fr); }
  .footer-contact { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .subpage-hero__grid { grid-template-columns: 1fr; }
  .subpage-icon { justify-self: start; width: 170px; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-nav { display: none; }
}

@media (max-width: 600px) {
  :root { --container: calc(100% - 24px); --radius-lg: 24px; --radius-md: 18px; }
  .header-shell { width: calc(100% - 24px); }
  .brand-copy strong { font-size: .95rem; }
  .brand-mark { width: 37px; }
  .hero { padding-bottom: 70px; }
  .hero-copy { padding-top: 0; }
  .hero-lead { margin-top: 22px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-visual { margin-top: 18px; }
  .hero-visual picture, .hero-visual img { border-radius: 24px; }
  .floating-score { transform: scale(.82); }
  .floating-score--one { left: 1%; top: 3%; }
  .floating-score--two { right: 0; bottom: 3%; }
  .section { padding: 72px 0; }
  .split-heading { gap: 28px; }
  .game-strip { margin-top: 45px; }
  .game-strip__content { padding: 32px 24px 38px; }
  .game-strip__image { min-height: 420px; }
  .game-strip__image img { max-height: 385px; }
  .mini-rule-grid { grid-template-columns: 1fr; }
  .feature-grid, .rules-grid, .impression-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 250px; }
  .steps-media { min-height: 500px; }
  .steps-media::before { width: 330px; height: 330px; }
  .phone-orbit { width: 420px; height: 420px; }
  .steps-media img { max-height: 470px; }
  .screenshots { gap: 13px; margin-top: 65px; }
  .screenshot-card picture { padding: 8px; border-radius: 20px; }
  .screenshot-card img { border-radius: 12px; }
  .screenshot-card figcaption { font-size: .72rem; }
  .sound-visual { min-height: 390px; }
  .wave--1 { width: 245px; height: 245px; }
  .wave--2 { width: 325px; height: 325px; }
  .wave--3 { width: 400px; height: 400px; }
  .sound-visual img { width: 190px; }
  .cta-section { padding: 65px 0; }
  .footer-main { grid-template-columns: 1fr; gap: 32px; }
  .cookie-banner { flex-direction: column; align-items: stretch; }
  .cookie-actions { justify-content: space-between; }
  .cookie-actions .button { width: auto; }
  .subpage-hero { padding-top: calc(var(--header-height) + 60px); }
  .subpage-hero h1 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .content-section { padding: 65px 0 90px; }
  .balanced-review, .page-cta, .contact-card { padding: 28px 22px; }
  .legal-hero { padding-top: calc(var(--header-height) + 55px); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
