:root {
  --ink: #f4f7ef;
  --muted: #9aa8a0;
  --muted-2: #718078;
  --bg: #050a08;
  --bg-soft: #09120e;
  --panel: #0d1713;
  --panel-2: #111d18;
  --line: rgba(255, 255, 255, .11);
  --line-bright: rgba(184, 255, 61, .35);
  --lime: #b8ff3d;
  --lime-soft: #d9ff97;
  --teal: #42f5c8;
  --violet: #aa79ff;
  --orange: #ff9561;
  --max: 1180px;
  --radius: 22px;
  --shadow: 0 30px 80px rgba(0, 0, 0, .42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 1.2em; height: 1.2em; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 10px 16px; background: var(--lime); color: #071008; font-weight: 900; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease; }
.site-header.is-scrolled { background: rgba(5, 10, 8, .84); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 15px; letter-spacing: .13em; font-weight: 800; white-space: nowrap; }
.brand b { color: var(--lime); }
.brand-mark { display: grid; place-items: center; width: 34px; height: 34px; color: var(--lime); border: 1px solid var(--line-bright); background: rgba(184, 255, 61, .07); transform: rotate(-4deg); }
.brand-mark svg { width: 25px; height: 25px; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.desktop-nav a { color: #c4cec8; font-size: 13px; font-weight: 700; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--lime); }
.header-cta { display: inline-flex; align-items: center; gap: 9px; padding: 10px 15px; color: #071008; background: var(--lime); font-size: 12px; font-weight: 900; letter-spacing: .03em; border: 1px solid var(--lime); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; color: white; border: 1px solid var(--line); background: rgba(0,0,0,.2); }
.menu-toggle span { display: block; width: 19px; height: 2px; margin: 5px auto; background: currentColor; transition: transform .2s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-nav { display: none; }

.hero { position: relative; min-height: 820px; padding: 160px 0 42px; isolation: isolate; background-image: linear-gradient(90deg, rgba(3, 8, 6, .98) 0%, rgba(3, 8, 6, .76) 34%, rgba(3, 8, 6, .12) 72%), linear-gradient(0deg, #050a08 0%, rgba(5, 10, 8, .05) 32%), url('../images/kiwi-orbit-hero.webp'); background-position: center, center, center; background-size: cover; }
.hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 76% 32%, rgba(66, 245, 200, .13), transparent 23%), linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.06) 50%, transparent 50.1%); pointer-events: none; }
.hero-grid-overlay { position: absolute; z-index: -1; inset: 0; opacity: .11; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.9), transparent 80%); }
.hero-inner { display: grid; grid-template-columns: minmax(0, 640px) 250px; justify-content: space-between; align-items: end; min-height: 535px; gap: 60px; }
.hero-copy { padding-bottom: 44px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--lime); font-size: 11px; line-height: 1.2; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow > span { width: 28px; height: 1px; background: currentColor; box-shadow: 8px 0 0 rgba(184, 255, 61, .34); }
.hero h1 { max-width: 650px; margin: 0; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(58px, 7.3vw, 104px); line-height: .89; letter-spacing: -.035em; text-transform: uppercase; text-wrap: balance; }
.hero h1 em { display: block; color: var(--lime); font-style: normal; text-shadow: 0 0 34px rgba(184, 255, 61, .22); }
.hero-lead { max-width: 610px; margin: 27px 0 0; color: #bcc9c1; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { min-height: 48px; display: inline-flex; justify-content: center; align-items: center; gap: 11px; padding: 12px 19px; border: 1px solid transparent; cursor: pointer; font-size: 13px; font-weight: 900; letter-spacing: .02em; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #071008; background: var(--lime); border-color: var(--lime); box-shadow: 0 12px 30px rgba(184, 255, 61, .12); }
.button-primary:hover { background: #d1ff7b; }
.button-ghost { color: var(--ink); background: rgba(9,18,14,.56); border-color: rgba(255,255,255,.22); backdrop-filter: blur(8px); }
.button-ghost:hover { border-color: var(--lime); color: var(--lime); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 23px; margin: 30px 0 0; padding: 0; list-style: none; }
.hero-trust li { display: flex; align-items: center; gap: 8px; color: #adbab2; font-size: 12px; font-weight: 700; }
.hero-trust svg { color: var(--lime); }
.nz-dot { display: inline-grid; place-items: center; width: 22px; height: 22px; border-radius: 50%; color: #071008; background: var(--lime); font-size: 8px; font-weight: 950; }
.signal-card { align-self: center; padding: 22px; margin-top: 105px; border: 1px solid rgba(184, 255, 61, .3); background: linear-gradient(145deg, rgba(12, 30, 24, .89), rgba(6, 12, 9, .79)); box-shadow: var(--shadow); backdrop-filter: blur(16px); clip-path: polygon(0 0, calc(100% - 19px) 0, 100% 19px, 100% 100%, 0 100%); }
.signal-head { display: flex; align-items: center; justify-content: space-between; color: var(--lime); font-size: 9px; letter-spacing: .18em; font-weight: 900; }
.signal-head i { width: 7px; height: 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 14px var(--lime); animation: pulse 1.8s ease-in-out infinite; }
.signal-score { margin: 13px 0 0; font-family: Impact, "Arial Black", sans-serif; font-size: 58px; line-height: 1; letter-spacing: -.02em; }
.signal-score span { color: var(--muted-2); font-size: 19px; }
.signal-card > p { margin: 8px 0 20px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.signal-row { display: flex; justify-content: space-between; gap: 10px; padding: 10px 0; border-top: 1px solid var(--line); font-size: 10px; text-transform: uppercase; letter-spacing: .07em; }
.signal-row span { color: var(--muted); }
.signal-row strong { color: var(--lime); }
.disclosure-bar { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 16px; padding: 18px 22px; border: 1px solid rgba(184, 255, 61, .2); background: rgba(7, 20, 15, .88); box-shadow: 0 20px 50px rgba(0,0,0,.3); }
.disclosure-icon { display: grid; place-items: center; width: 42px; height: 42px; color: var(--lime); background: rgba(184, 255, 61, .09); }
.disclosure-bar strong { display: block; margin-bottom: 2px; font-size: 13px; text-transform: uppercase; letter-spacing: .05em; }
.disclosure-bar span { color: var(--muted); font-size: 12px; }
.disclosure-bar > a { display: flex; align-items: center; gap: 8px; color: var(--lime); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }

.section { padding: 116px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 370px; align-items: end; gap: 60px; margin-bottom: 42px; }
.section-heading h2, .method-intro h2, .faq-intro h2, .free-copy h2, .closing-cta h2 { margin: 0; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(38px, 5vw, 67px); line-height: .98; letter-spacing: -.02em; text-transform: uppercase; }
.section-heading > p { margin: 0 0 5px; color: var(--muted); line-height: 1.7; }

.weekly { position: relative; background: #07100c; }
.weekly::after { content: "WEEKLY SIGNAL"; position: absolute; right: -15px; top: 80px; color: rgba(255,255,255,.025); font: 900 100px/1 Impact, sans-serif; letter-spacing: .02em; pointer-events: none; }
.weekly-card { position: relative; display: grid; grid-template-columns: 48% 52%; min-height: 430px; border: 1px solid var(--line); background: var(--panel); box-shadow: var(--shadow); overflow: hidden; }
.weekly-card::before, .game-card::before { content: ""; position: absolute; z-index: 3; left: 0; top: 0; width: 46px; height: 3px; background: var(--lime); }
.weekly-art { position: relative; min-height: 430px; overflow: hidden; }
.weekly-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 48%, var(--panel)), linear-gradient(0deg, rgba(4,10,7,.55), transparent 45%); }
.weekly-art img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.15); filter: saturate(.9) contrast(1.06); }
.art-tag { position: absolute; z-index: 2; left: 25px; bottom: 24px; padding: 7px 10px; color: #061008; background: var(--lime); font-size: 9px; font-weight: 950; letter-spacing: .14em; }
.weekly-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 46px 52px 42px 35px; }
.weekly-title-row { display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.weekly-title-row p { margin: 0 0 4px; color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.weekly-title-row h3 { margin: 0; font-family: Impact, "Arial Black", sans-serif; font-size: 54px; line-height: 1; text-transform: uppercase; letter-spacing: -.02em; }
.big-score { color: var(--lime); font-family: Impact, "Arial Black", sans-serif; font-size: 52px; line-height: 1; white-space: nowrap; }
.big-score small { color: var(--muted-2); font: 700 13px/1 system-ui; }
.weekly-quote { margin: 25px 0; color: #c5cec8; font-size: 16px; line-height: 1.7; }
.score-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.score-grid > div { display: grid; grid-template-columns: 1fr auto; gap: 7px; color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.score-grid b { color: var(--ink); }
.score-grid i { grid-column: 1 / -1; position: relative; height: 3px; background: rgba(255,255,255,.1); }
.score-grid i::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--score); background: linear-gradient(90deg, var(--teal), var(--lime)); }
.weekly-actions { display: flex; align-items: center; gap: 22px; margin-top: 30px; }
.weekly-actions > span { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 11px; }
.weekly-actions > span svg { color: var(--lime); }

.catalogue { position: relative; overflow: hidden; background: linear-gradient(#050a08, #07100c); }
.catalogue::before { content: ""; position: absolute; left: -300px; top: 180px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(66, 245, 200, .05), transparent 67%); pointer-events: none; }
.catalogue-heading { margin-bottom: 32px; }
.catalogue-tools { display: flex; justify-content: space-between; align-items: center; gap: 25px; margin-bottom: 14px; }
.filters { display: flex; flex-wrap: wrap; gap: 7px; }
.filter { min-height: 39px; padding: 8px 14px; color: var(--muted); border: 1px solid var(--line); background: #0a120e; cursor: pointer; font-size: 11px; font-weight: 800; }
.filter:hover, .filter.is-active { color: #061008; border-color: var(--lime); background: var(--lime); }
.search-box { display: flex; align-items: center; width: 250px; min-height: 42px; padding: 0 13px; color: var(--muted); border: 1px solid var(--line); background: #0a120e; }
.search-box:focus-within { border-color: var(--lime); }
.search-box input { width: 100%; padding: 10px; color: var(--ink); border: 0; outline: 0; background: transparent; }
.search-box input::placeholder { color: #6e7a73; }
.result-line { display: flex; justify-content: space-between; margin-bottom: 22px; color: var(--muted-2); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.game-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.game-card { position: relative; min-width: 0; border: 1px solid var(--line); background: var(--panel); box-shadow: 0 17px 50px rgba(0,0,0,.16); overflow: hidden; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.game-card:hover { transform: translateY(-6px); border-color: rgba(184, 255, 61, .34); box-shadow: 0 25px 60px rgba(0,0,0,.3); }
.game-card[hidden] { display: none; }
.game-card figure { position: relative; height: 186px; margin: 0; overflow: hidden; background: #17221d; }
.game-card figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,10,8,.65), transparent 55%); pointer-events: none; }
.game-card figure img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.game-card:hover figure img { transform: scale(1.035); }
.card-badge { position: absolute; z-index: 2; left: 14px; bottom: 13px; padding: 5px 8px; color: #071008; background: var(--lime); font-size: 8px; font-weight: 950; letter-spacing: .12em; }
.card-badge.hot { color: white; background: #8b5cf6; }
.save-game { position: absolute; z-index: 4; right: 13px; top: 13px; display: grid; place-items: center; width: 35px; height: 35px; padding: 0; color: white; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(4,10,7,.65); backdrop-filter: blur(8px); cursor: pointer; }
.save-game:hover, .save-game.is-saved { color: var(--lime); border-color: var(--lime); }
.save-game.is-saved svg { fill: currentColor; }
.game-card-body { padding: 22px 20px 18px; }
.card-kicker { color: var(--lime); font-size: 8px; font-weight: 900; letter-spacing: .14em; }
.card-title-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 8px; }
.card-title-row h3 { margin: 0; overflow: hidden; text-overflow: ellipsis; font-family: Impact, "Arial Black", sans-serif; font-size: 27px; line-height: 1; letter-spacing: -.01em; text-transform: uppercase; white-space: nowrap; }
.card-title-row > span { display: grid; place-items: center; min-width: 39px; height: 39px; color: var(--lime); border: 1px solid rgba(184, 255, 61, .35); font-size: 13px; font-weight: 950; }
.game-card-body > p { min-height: 67px; margin: 16px 0 14px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.card-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.card-tags span { padding: 4px 7px; color: #aebbb3; border: 1px solid var(--line); background: rgba(255,255,255,.025); font-size: 9px; font-weight: 700; }
.card-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 18px; padding-top: 15px; border-top: 1px solid var(--line); }
.card-footer > span { color: var(--muted-2); font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.card-footer button { display: flex; align-items: center; gap: 5px; padding: 0; color: var(--ink); border: 0; background: transparent; cursor: pointer; font-size: 10px; font-weight: 900; }
.card-footer button:hover { color: var(--lime); }
.no-results { padding: 70px 20px; text-align: center; border: 1px dashed var(--line); }
.no-results svg { color: var(--lime); font-size: 30px; }
.no-results h3 { margin: 14px 0 2px; font-family: Impact, sans-serif; font-size: 30px; text-transform: uppercase; }
.no-results p { margin: 0; color: var(--muted); }

.mood-section { background: #07100c; }
.mood-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 16px; }
.mood-card { position: relative; min-height: 360px; display: flex; flex-direction: column; justify-content: flex-end; padding: 30px; border: 1px solid var(--line); overflow: hidden; isolation: isolate; }
.mood-card::before, .mood-card::after { content: ""; position: absolute; z-index: -1; }
.mood-card::before { inset: 0; opacity: .8; background: linear-gradient(145deg, rgba(184,255,61,.14), transparent 50%), radial-gradient(circle at 75% 20%, rgba(66,245,200,.25), transparent 24%), #0d1914; transition: transform .4s ease; }
.mood-card::after { right: -50px; top: -60px; width: 220px; height: 220px; border: 1px solid rgba(184,255,61,.26); border-radius: 50%; box-shadow: 0 0 0 24px rgba(184,255,61,.02), 0 0 0 54px rgba(184,255,61,.02); }
.mood-depth::before { background: linear-gradient(145deg, rgba(170,121,255,.18), transparent 52%), radial-gradient(circle at 78% 18%, rgba(170,121,255,.2), transparent 28%), #11121a; }
.mood-quick::before { background: linear-gradient(145deg, rgba(255,149,97,.16), transparent 52%), radial-gradient(circle at 78% 18%, rgba(255,149,97,.2), transparent 28%), #18120f; }
.mood-card:hover::before { transform: scale(1.04); }
.mood-card > span { color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.mood-depth > span { color: #c8aaff; }
.mood-quick > span { color: #ffb18b; }
.mood-card h3 { margin: 10px 0 9px; font-family: Impact, "Arial Black", sans-serif; font-size: 41px; line-height: 1; text-transform: uppercase; }
.mood-card p { max-width: 300px; margin: 0; color: var(--muted); font-size: 13px; }
.mood-card b { display: flex; align-items: center; gap: 8px; margin-top: 24px; font-size: 11px; }
.mood-card:hover b { color: var(--lime); }

.method { background: linear-gradient(180deg, #050a08, #07100c); }
.method-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.method-intro { position: sticky; top: 120px; }
.method-intro p:not(.eyebrow) { max-width: 430px; margin: 23px 0 26px; color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--lime); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.method-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.method-list li { display: grid; grid-template-columns: 52px 1fr 45px; gap: 20px; align-items: start; padding: 27px 0; border-bottom: 1px solid var(--line); }
.method-list li > span { color: var(--lime); font-family: Impact, sans-serif; font-size: 19px; }
.method-list h3 { margin: 0 0 5px; font-size: 17px; text-transform: uppercase; letter-spacing: .02em; }
.method-list p { margin: 0; color: var(--muted); font-size: 13px; }
.method-list li > b { color: var(--muted-2); font-size: 11px; }

.free-means { padding-top: 25px; background: #07100c; }
.free-panel { position: relative; display: grid; grid-template-columns: 90px 1fr .7fr; align-items: center; gap: 38px; padding: 50px; border: 1px solid rgba(184,255,61,.25); background: radial-gradient(circle at 10% 50%, rgba(184,255,61,.1), transparent 24%), #0b1711; clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 0 100%); }
.free-icon { display: grid; place-items: center; width: 82px; height: 82px; color: var(--lime); border: 1px solid var(--line-bright); background: rgba(184,255,61,.06); font-size: 36px; }
.free-copy h2 { font-size: clamp(36px, 4vw, 54px); }
.free-copy > p:last-child { margin: 20px 0 0; color: var(--muted); font-size: 13px; }
.free-panel ul { margin: 0; padding: 0; list-style: none; }
.free-panel li { display: flex; align-items: center; gap: 15px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.free-panel li:last-child { border-bottom: 0; }
.free-panel li b { min-width: 42px; color: var(--lime); font-family: Impact, sans-serif; font-size: 20px; letter-spacing: .05em; }
.free-panel li span { color: #c1cbc4; font-size: 12px; text-transform: uppercase; letter-spacing: .04em; }

.voices { background: #07100c; }
.voice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.voice-card { position: relative; display: flex; flex-direction: column; min-height: 315px; padding: 28px; border: 1px solid var(--line); background: var(--panel); }
.voice-card.featured { border-color: rgba(184,255,61,.3); background: linear-gradient(145deg, rgba(184,255,61,.06), transparent 60%), var(--panel); }
.quote-mark { color: var(--lime); font: 50px/1 Georgia, serif; }
.voice-card > p { margin: 7px 0 auto; color: #d6ddd8; font-size: 17px; line-height: 1.55; }
.voice-card > div:not(.quote-mark) { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.avatar { display: grid; place-items: center; width: 42px; height: 42px; color: #071008; background: var(--lime); font-size: 10px; font-weight: 950; }
.avatar-two { background: var(--violet); }
.avatar-three { background: var(--orange); }
.voice-card b, .voice-card small { display: block; }
.voice-card b { font-size: 12px; }
.voice-card small { color: var(--muted-2); font-size: 10px; }
.voice-card em { position: absolute; right: 20px; bottom: 20px; color: var(--lime); font-size: 9px; font-style: normal; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }

.faq { background: linear-gradient(#050a08, #07100c); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-intro { position: sticky; top: 120px; align-self: start; }
.faq-intro > p:not(.eyebrow) { max-width: 390px; margin: 23px 0 15px; color: var(--muted); }
.faq-intro > a { color: var(--lime); font-weight: 800; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 45px 24px 0; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; right: 4px; top: 34px; width: 15px; height: 1px; background: var(--lime); transition: transform .2s ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { margin: -5px 45px 25px 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.closing-cta { padding: 80px 0; color: #071008; background: var(--lime); }
.closing-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.closing-cta .eyebrow { color: #26400a; }
.closing-cta .eyebrow > span { background: #26400a; box-shadow: none; }
.closing-cta h2 { max-width: 750px; font-size: clamp(42px, 5vw, 70px); }
.closing-cta .button-primary { color: var(--ink); border-color: #071008; background: #071008; box-shadow: none; white-space: nowrap; }
.closing-cta .button-primary:hover { color: var(--lime); }

.site-footer { padding: 72px 0 24px; background: #030705; }
.footer-top { display: grid; grid-template-columns: 1.5fr .6fr .7fr .8fr; gap: 55px; }
.footer-brand p { max-width: 300px; margin: 22px 0 0; color: var(--muted-2); font-size: 12px; }
.footer-links h2 { margin: 3px 0 18px; color: var(--muted-2); font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.footer-links a, .footer-links button { display: block; margin: 10px 0; padding: 0; color: #b7c2bb; border: 0; background: transparent; cursor: pointer; font-size: 12px; }
.footer-links a:hover, .footer-links button:hover { color: var(--lime); }
.footer-status { padding-left: 23px; border-left: 1px solid var(--line); }
.footer-status > span { color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.footer-status > span i { display: inline-block; width: 6px; height: 6px; margin-right: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 9px var(--lime); }
.footer-status p { color: var(--muted-2); font-size: 11px; }
.footer-status a { color: #c4cec8; font-size: 11px; }
.footer-bottom { display: grid; grid-template-columns: .6fr 1.4fr; gap: 40px; margin-top: 65px; padding-top: 20px; border-top: 1px solid var(--line); color: #59665e; font-size: 9px; text-transform: uppercase; letter-spacing: .04em; }
.footer-bottom p { margin: 0; }

dialog { color: var(--ink); border: 1px solid rgba(184,255,61,.32); background: #0c1712; box-shadow: 0 40px 110px rgba(0,0,0,.75); }
dialog::backdrop { background: rgba(1,5,3,.78); backdrop-filter: blur(7px); }
.game-dialog, .cookie-dialog { width: min(580px, calc(100% - 32px)); padding: 36px; }
.dialog-close { position: absolute; right: 15px; top: 13px; width: 38px; height: 38px; color: #b8c2bc; border: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 25px; line-height: 1; }
.dialog-close:hover { color: var(--lime); border-color: var(--lime); }
.dialog-kicker { margin: 0 0 16px; color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.dialog-title-row { display: flex; justify-content: space-between; align-items: start; gap: 20px; }
.dialog-title-row h2, .cookie-dialog h2 { margin: 0; font-family: Impact, "Arial Black", sans-serif; font-size: 43px; line-height: 1; text-transform: uppercase; }
.dialog-title-row p { margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.dialog-score { display: grid; place-items: center; min-width: 65px; height: 65px; color: var(--lime); border: 1px solid var(--line-bright); font-family: Impact, sans-serif; font-size: 25px; }
.dialog-summary { margin: 25px 0; color: #c5cec8; }
.game-dialog dl { margin: 0 0 23px; }
.game-dialog dl > div { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 12px 0; border-top: 1px solid var(--line); }
.game-dialog dt { color: var(--muted-2); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.game-dialog dd { margin: 0; color: #d2dbd5; font-size: 12px; }
.dialog-note { display: flex; gap: 10px; padding: 14px; color: #aab8b0; background: rgba(184,255,61,.05); font-size: 11px; }
.dialog-note svg { flex: 0 0 auto; color: var(--lime); }
.game-dialog .button { margin-top: 4px; }
.cookie-dialog > p:not(.dialog-kicker) { color: var(--muted); }
.cookie-option { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px 0; border-top: 1px solid var(--line); }
.cookie-option b, .cookie-option span { display: block; }
.cookie-option b { font-size: 13px; }
.cookie-option div span { color: var(--muted); font-size: 10px; }
.always-on { color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.switch input { position: absolute; opacity: 0; }
.switch > span { position: relative; display: block; width: 42px; height: 23px; border-radius: 20px; background: #344139; cursor: pointer; }
.switch > span::after { content: ""; position: absolute; left: 3px; top: 3px; width: 17px; height: 17px; border-radius: 50%; background: white; transition: left .2s ease; }
.switch input:checked + span { background: var(--lime); }
.switch input:checked + span::after { left: 22px; background: #071008; }

.cookie-banner { position: fixed; z-index: 150; left: 20px; right: 20px; bottom: 20px; width: min(980px, calc(100% - 40px)); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 20px 23px; border: 1px solid rgba(184,255,61,.32); background: rgba(8, 19, 14, .96); box-shadow: 0 25px 80px rgba(0,0,0,.65); backdrop-filter: blur(16px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner strong { font-size: 14px; }
.cookie-banner p { margin: 2px 0 0; color: var(--muted); font-size: 11px; }
.cookie-banner > div:last-child { flex: 0 0 auto; display: flex; align-items: center; gap: 8px; }
.cookie-banner a { color: var(--lime); margin-right: 5px; font-size: 10px; font-weight: 800; }
.cookie-banner .button { min-height: 39px; padding: 8px 12px; font-size: 10px; }
.toast { position: fixed; z-index: 180; right: 22px; bottom: 22px; padding: 12px 17px; color: #071008; background: var(--lime); font-size: 11px; font-weight: 900; transform: translateY(130%); transition: transform .25s ease; }
.toast.is-visible { transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes pulse { 50% { opacity: .35; transform: scale(.78); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

/* Legal pages */
.legal-body { background: radial-gradient(circle at 78% 0, rgba(66,245,200,.08), transparent 25%), var(--bg); }
.legal-hero { padding: 165px 0 65px; border-bottom: 1px solid var(--line); background-image: linear-gradient(rgba(5,10,8,.7), rgba(5,10,8,.95)), linear-gradient(90deg, rgba(184,255,61,.04) 1px, transparent 1px), linear-gradient(rgba(184,255,61,.04) 1px, transparent 1px); background-size: auto, 70px 70px, 70px 70px; }
.legal-hero .breadcrumbs { display: flex; gap: 8px; margin-bottom: 30px; color: var(--muted-2); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.legal-hero .breadcrumbs a { color: var(--lime); }
.legal-hero h1 { max-width: 900px; margin: 0; font-family: Impact, "Arial Black", sans-serif; font-size: clamp(53px, 8vw, 96px); line-height: .9; letter-spacing: -.03em; text-transform: uppercase; }
.legal-hero p { max-width: 720px; margin: 25px 0 0; color: var(--muted); font-size: 17px; }
.legal-meta { display: flex; gap: 28px; margin-top: 30px; color: #c5d0c8; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.legal-meta span::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 9px; border-radius: 50%; background: var(--lime); }
.legal-main { padding: 80px 0 120px; }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 750px); gap: 95px; align-items: start; }
.legal-nav { position: sticky; top: 110px; padding: 22px; border: 1px solid var(--line); background: var(--panel); }
.legal-nav h2 { margin: 0 0 14px; color: var(--muted-2); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.legal-nav a { display: block; padding: 9px 0; color: #b7c2bb; border-bottom: 1px solid rgba(255,255,255,.055); font-size: 11px; }
.legal-nav a:hover { color: var(--lime); }
.legal-content section { margin-bottom: 46px; scroll-margin-top: 110px; }
.legal-content h2 { margin: 0 0 15px; font-family: Impact, "Arial Black", sans-serif; font-size: 32px; font-weight: 400; letter-spacing: .01em; text-transform: uppercase; }
.legal-content h3 { margin: 25px 0 9px; font-size: 15px; }
.legal-content p, .legal-content li { color: #aab7af; font-size: 13px; line-height: 1.75; }
.legal-content p { margin: 11px 0; }
.legal-content ul, .legal-content ol { padding-left: 19px; }
.legal-content li { margin: 8px 0; }
.legal-content a { color: var(--lime); text-decoration: underline; text-underline-offset: 3px; }
.legal-callout { padding: 22px 24px; margin: 25px 0; border-left: 3px solid var(--lime); background: rgba(184,255,61,.055); }
.legal-callout strong { display: block; color: var(--ink); font-size: 12px; text-transform: uppercase; letter-spacing: .05em; }
.legal-table { width: 100%; border-collapse: collapse; margin: 20px 0; }
.legal-table th, .legal-table td { padding: 13px; border: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 11px; }
.legal-table th { color: var(--lime); background: rgba(184,255,61,.04); text-transform: uppercase; letter-spacing: .06em; }
.legal-table td { color: #aab7af; }

@media (max-width: 1050px) {
  .desktop-nav { gap: 20px; }
  .hero-inner { grid-template-columns: minmax(0, 620px) 220px; }
  .game-grid { grid-template-columns: repeat(2, 1fr); }
  .method-layout, .faq-layout { gap: 60px; }
  .free-panel { grid-template-columns: 70px 1fr; }
  .free-panel ul { grid-column: 2; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 25px; }
  .footer-top { grid-template-columns: 1.2fr .6fr .7fr; }
  .footer-status { grid-column: 1 / -1; padding: 20px 0 0; border-left: 0; border-top: 1px solid var(--line); }
}

@media (max-width: 820px) {
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: block; }
  .mobile-nav { position: fixed; inset: 78px 0 auto; display: grid; padding: 18px 20px 28px; background: rgba(5,10,8,.98); border-bottom: 1px solid var(--line); transform: translateY(-130%); transition: transform .25s ease; }
  .mobile-nav.is-open { transform: translateY(0); }
  .mobile-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); font-weight: 800; }
  .hero { min-height: 840px; padding-top: 130px; background-image: linear-gradient(90deg, rgba(3,8,6,.98), rgba(3,8,6,.58)), linear-gradient(0deg, #050a08, transparent 40%), url('../images/kiwi-orbit-hero.webp'); background-position: center, center, 63% center; }
  .hero-inner { grid-template-columns: 1fr; align-content: center; gap: 10px; }
  .hero-copy { padding-bottom: 0; }
  .hero h1 { max-width: 600px; }
  .signal-card { width: min(280px, 100%); margin: 0 0 20px; }
  .disclosure-bar { grid-template-columns: 42px 1fr; }
  .disclosure-bar > a { grid-column: 2; }
  .section { padding: 90px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .weekly-card { grid-template-columns: 1fr; }
  .weekly-art { min-height: 280px; }
  .weekly-art::after { background: linear-gradient(0deg, var(--panel), transparent 60%); }
  .weekly-content { padding: 35px; }
  .catalogue-tools { align-items: stretch; flex-direction: column; }
  .search-box { width: 100%; }
  .mood-grid { grid-template-columns: 1fr 1fr; }
  .mood-card:first-child { grid-column: 1 / -1; }
  .method-layout, .faq-layout { grid-template-columns: 1fr; }
  .method-intro, .faq-intro { position: static; }
  .free-panel { padding: 38px; }
  .voice-grid { grid-template-columns: 1fr; }
  .voice-card { min-height: 270px; }
  .legal-layout { grid-template-columns: 1fr; gap: 45px; }
  .legal-nav { position: static; display: flex; flex-wrap: wrap; gap: 6px 16px; }
  .legal-nav h2 { flex: 1 0 100%; }
  .legal-nav a { border: 0; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, var(--max)); }
  .header-inner { min-height: 70px; }
  .mobile-nav { top: 70px; }
  .hero { min-height: 890px; padding-top: 110px; background-position: center, center, 65% center; }
  .hero h1 { font-size: clamp(53px, 17vw, 77px); }
  .hero-lead { font-size: 15px; }
  .hero-actions .button { width: 100%; }
  .hero-trust { gap: 12px 20px; }
  .signal-card { align-self: start; }
  .disclosure-bar { width: calc(100% - 28px); padding: 15px; }
  .disclosure-bar span { display: block; }
  .section { padding: 76px 0; }
  .section-heading h2, .method-intro h2, .faq-intro h2, .free-copy h2 { font-size: 42px; }
  .weekly { padding-top: 86px; }
  .weekly-art { min-height: 220px; }
  .weekly-content { padding: 28px 21px 26px; }
  .weekly-title-row h3 { font-size: 40px; }
  .big-score { font-size: 38px; }
  .weekly-quote { font-size: 14px; }
  .score-grid { grid-template-columns: 1fr; }
  .weekly-actions { align-items: stretch; flex-direction: column; }
  .game-grid { grid-template-columns: 1fr; }
  .game-card figure { height: auto; aspect-ratio: 2.14 / 1; }
  .result-line { gap: 15px; }
  .result-line span:last-child { text-align: right; }
  .mood-grid { grid-template-columns: 1fr; }
  .mood-card:first-child { grid-column: auto; }
  .mood-card { min-height: 320px; }
  .method-list li { grid-template-columns: 38px 1fr; gap: 14px; }
  .method-list li > b { grid-column: 2; }
  .free-panel { grid-template-columns: 1fr; gap: 25px; padding: 30px 22px; clip-path: none; }
  .free-panel ul { grid-column: auto; grid-template-columns: 1fr; }
  .closing-inner { align-items: stretch; flex-direction: column; }
  .closing-cta h2 { font-size: 43px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { grid-template-columns: 1fr; gap: 15px; }
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; width: calc(100% - 20px); align-items: stretch; flex-direction: column; gap: 14px; }
  .cookie-banner > div:last-child { flex-wrap: wrap; }
  .cookie-banner a { flex-basis: 100%; }
  .game-dialog, .cookie-dialog { padding: 28px 20px; }
  .dialog-title-row h2 { font-size: 36px; }
  .game-dialog dl > div { grid-template-columns: 1fr; gap: 4px; }
  .legal-hero { padding-top: 130px; }
  .legal-meta { align-items: flex-start; flex-direction: column; gap: 8px; }
  .legal-main { padding-top: 55px; }
  .legal-table { display: block; overflow-x: auto; }
}
