/* ============================================================
   BrainToken — braintokens.app
   "Midnight" marketing site. Plain CSS, no build step.
   Design tokens mirror BrainTokens/Core/Theme.swift + the app HUD.
   ============================================================ */

:root {
  /* grounds & surfaces */
  --bg: #05050f;
  --surface-1: #0d0d22;
  --surface-deep: #070713;
  --surface-band: #08081a;
  /* borders */
  --border: #1e1e46;
  --border-subtle: #14142e;
  --border-hair: #16162e;
  /* text */
  --text: #e2e8f0;
  --text-soft: #cbd5e1;
  --muted: #94a3b8;
  --faint: #64748b;
  --dim: #475569;
  /* accents */
  --purple: #7c3aed;
  --purple-light: #9d5cf7;
  --cyan: #06b6d4;
  --cyan-light: #22d3ee;
  --gold: #f59e0b;
  --gold-light: #fbbf24;
  --gold-dark: #d97706;
  --gold-text: #3b2406;
  --green: #22c55e;
  --green-light: #4ade80;
  /* type */
  --font-ui: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-hud: 'Orbitron', sans-serif;
  /* layout */
  --wrap: min(1200px, 92%);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-ui);
  background: var(--bg);
  color: var(--text);
  overflow-x: hidden;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
::selection { background: rgba(245,158,11,.3); color: #fff; }

/* keyframes */
@keyframes bt-floaty  { 0%,100%{ transform: translateY(0) }            50%{ transform: translateY(-22px) } }
@keyframes bt-floaty2 { 0%,100%{ transform: translateY(0) rotate(-4deg) } 50%{ transform: translateY(-30px) rotate(4deg) } }
@keyframes bt-glow    { 0%,100%{ opacity: .45 } 50%{ opacity: .95 } }
@keyframes bt-spin    { to { transform: rotate(360deg) } }
@keyframes bt-rise    { from { opacity:0; transform: translateY(14px) } to { opacity:1; transform: translateY(0) } }

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; }
}

.wrap { width: var(--wrap); margin: 0 auto; }

/* shared accent helpers */
.accent-gold { color: var(--gold); }
.accent-cyan { color: var(--cyan-light); }
.brain { color: #fff; }
.token { color: var(--purple-light); }

/* ============ NAV ============ */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: rgba(5,5,15,.82);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  width: var(--wrap); margin: 0 auto; height: 72px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.wordmark { display: flex; align-items: center; gap: 11px; }
.wordmark img {
  width: 42px; height: 42px; object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(124,58,237,.5));
}
.wordmark .name { font-size: 21px; font-weight: 700; letter-spacing: -.4px; }

.nav-links { display: flex; align-items: center; gap: 34px; }
.nav-links a {
  font-size: 15px; font-weight: 500; color: var(--muted);
  letter-spacing: .2px; transition: color .15s;
}
.nav-links a:hover { color: var(--text); }

.nav-right { display: flex; align-items: center; gap: 12px; }

.menu-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: transparent; border: 1px solid #2a2a55; border-radius: 10px;
  padding: 11px 10px; cursor: pointer;
}
.menu-toggle span { width: 18px; height: 2px; background: #cbd5e1; border-radius: 2px; display: block; }

.mobile-menu { display: none; border-top: 1px solid var(--border); background: rgba(8,8,20,.97); padding: 10px 0 16px; }
.mobile-menu .wrap { display: flex; flex-direction: column; }
.mobile-menu a {
  font-size: 16px; font-weight: 500; color: #cbd5e1;
  padding: 13px 4px; border-bottom: 1px solid var(--border-hair);
}
.mobile-menu a:last-child { border-bottom: none; }

/* ============ BUTTONS ============ */
.btn-gold {
  display: inline-flex; align-items: center; gap: 11px;
  background: linear-gradient(165deg,#fbbf24,#f59e0b 58%,#d97706);
  color: var(--gold-text); font-weight: 700; font-size: 16px;
  padding: 16px 26px; border-radius: 13px;
  box-shadow: 0 0 0 1px rgba(251,191,36,.45), 0 14px 34px -10px rgba(245,158,11,.65);
}
.btn-gold.lg { padding: 16px 30px; box-shadow: 0 14px 34px -10px rgba(245,158,11,.65); }
.btn-gold .coin-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--gold-text); }

.btn-gold-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(165deg,#fbbf24,#f59e0b 60%,#d97706);
  color: var(--gold-text); font-weight: 700; font-size: 14.5px;
  padding: 11px 20px; border-radius: 11px;
  box-shadow: 0 0 0 1px rgba(251,191,36,.4), 0 8px 22px -8px rgba(245,158,11,.6);
}

.btn-store {
  display: inline-flex; align-items: center; gap: 11px;
  background: var(--surface-1); border: 1px solid var(--border);
  padding: 13px 20px; border-radius: 13px;
}
.btn-store .glyph {
  width: 30px; height: 30px; border-radius: 8px;
  background: linear-gradient(165deg,#13132e,#05050f); border: 1px solid #2a2a55;
  display: flex; align-items: center; justify-content: center; color: #cbd5e1; font-size: 15px;
}
.btn-store .small { font-family: var(--font-hud); font-size: 9px; letter-spacing: 2px; color: var(--faint); text-transform: uppercase; }
.btn-store .big { font-size: 14px; font-weight: 600; color: var(--text); }

/* ============ HERO ============ */
.hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(70% 55% at 50% -6%, rgba(124,58,237,.22), transparent 70%),
    radial-gradient(45% 45% at 86% 8%, rgba(6,182,212,.16), transparent 70%),
    var(--bg);
}
.grid-overlay {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(124,58,237,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124,58,237,.05) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(80% 70% at 50% 14%, #000, transparent 78%);
          mask-image: radial-gradient(80% 70% at 50% 14%, #000, transparent 78%);
}
.hero-inner {
  position: relative; width: var(--wrap); margin: 0 auto;
  padding: 70px 0 88px;
  display: flex; flex-wrap: wrap; align-items: center; gap: 48px 36px;
}
.hero-copy { flex: 1 1 440px; min-width: 300px; }

.eyebrow-pill {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-hud); font-size: 11px; font-weight: 600; letter-spacing: 3px;
  color: var(--cyan-light); text-transform: uppercase;
  background: rgba(6,182,212,.09); border: 1px solid rgba(6,182,212,.28);
  padding: 8px 15px; border-radius: 999px;
}
.eyebrow-pill .pulse {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--cyan-light); box-shadow: 0 0 10px var(--cyan-light);
  animation: bt-glow 2.6s ease-in-out infinite;
}

.hero-title {
  font-size: clamp(40px, 6vw, 68px); font-weight: 700;
  line-height: 1.02; letter-spacing: -1.8px; margin-top: 24px; color: #fff;
}
.hero-title .villain { color: var(--gold); text-shadow: 0 0 40px rgba(245,158,11,.45); }
.hero-sub { font-size: clamp(20px, 2.4vw, 26px); font-weight: 600; color: var(--text-soft); margin-top: 18px; letter-spacing: -.3px; }
.hero-lede { font-size: 17.5px; line-height: 1.6; color: var(--muted); margin-top: 18px; max-width: 520px; }
.hero-lede .em { color: var(--text); font-weight: 600; }

.hero-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 32px; }

.trust-chips {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px 22px; margin-top: 30px;
  font-family: var(--font-hud); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--faint);
}
.trust-chips span { display: flex; align-items: center; gap: 8px; }
.trust-chips .ok { color: var(--green); }

/* hero phone */
.hero-phone-col { flex: 1 1 340px; min-width: 300px; display: flex; justify-content: center; position: relative; }
.hero-phone-glow { position: absolute; inset: -6% 6%; background: radial-gradient(closest-side, rgba(124,58,237,.32), transparent 72%); filter: blur(6px); }
.coins { position: absolute; inset: 0; pointer-events: none; z-index: 3; }
.coin-wrap { position: absolute; }
.coin-wrap.c1 { top: 6%;  left: 2%;   animation: bt-floaty  4.4s ease-in-out infinite; }
.coin-wrap.c2 { top: 40%; right: -2%; animation: bt-floaty2 5.2s ease-in-out infinite; animation-delay: .4s; }
.coin-wrap.c3 { bottom: 8%; left: -3%; animation: bt-floaty 5.6s ease-in-out infinite; animation-delay: .9s; }
.coin {
  border-radius: 50%;
  background: radial-gradient(circle at 38% 30%, #fde68a, #f59e0b 55%, #b45309);
  border: 1px solid #fbbf24; color: #92400e;
  display: flex; align-items: center; justify-content: center;
}
.coin.s1 { width: 54px; height: 54px; font-size: 24px; box-shadow: 0 0 22px rgba(245,158,11,.6),  inset 0 2px 4px rgba(255,255,255,.55), inset 0 -3px 7px rgba(120,53,15,.5); }
.coin.s2 { width: 44px; height: 44px; font-size: 20px; box-shadow: 0 0 20px rgba(245,158,11,.55), inset 0 2px 4px rgba(255,255,255,.55), inset 0 -3px 6px rgba(120,53,15,.5); }
.coin.s3 { width: 38px; height: 38px; font-size: 17px; box-shadow: 0 0 18px rgba(245,158,11,.5),  inset 0 2px 4px rgba(255,255,255,.55), inset 0 -3px 5px rgba(120,53,15,.5); }

.phone {
  position: relative; z-index: 2; width: 300px; border-radius: 46px; padding: 11px;
  background: linear-gradient(160deg,#2a2a55,#0d0d22);
  box-shadow: 0 0 0 1px rgba(124,58,237,.4), 0 0 60px -6px rgba(124,58,237,.5), 0 30px 70px -22px rgba(0,0,0,.85);
}
.phone img { width: 100%; display: block; border-radius: 36px; border: 1px solid var(--border-subtle); }

/* ============ TRUST STRIP ============ */
.trust-strip { border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); background: var(--surface-band); }
.trust-strip-inner {
  width: var(--wrap); margin: 0 auto; padding: 18px 0;
  display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 30px;
  font-family: var(--font-hud); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--faint);
}
.trust-strip-inner span { display: flex; align-items: center; gap: 9px; }
.dm-cyan   { color: var(--cyan-light); }
.dm-green  { color: var(--green); }
.dm-gold   { color: var(--gold); }
.dm-purple { color: var(--purple-light); }

/* ============ SECTION SCAFFOLD ============ */
.section { width: var(--wrap); margin: 0 auto; }
.s-how      { padding: 96px 0 40px; }
.s-features { padding: 80px 0 40px; }
.s-love     { padding: 90px 0 40px; }
.s-compare  { padding: 70px 0 40px; }

.section-head { text-align: center; max-width: 680px; margin: 0 auto; }
.section-head.wide { max-width: 720px; }
.eyebrow { font-family: var(--font-hud); font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--cyan-light); }
.eyebrow.gold { color: var(--gold); }
.section-title { font-size: clamp(32px, 4.6vw, 50px); font-weight: 700; letter-spacing: -1.2px; color: #fff; margin-top: 14px; line-height: 1.05; }
.section-title.sm { font-size: clamp(30px, 4.4vw, 46px); line-height: 1.06; }
.section-intro { font-size: 17px; line-height: 1.6; color: var(--muted); margin-top: 16px; }

/* ============ HOW IT WORKS ============ */
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px; margin-top: 54px; }
.step {
  background: linear-gradient(180deg,#0d0d22,#0a0a1c); border: 1px solid var(--border);
  border-radius: 22px; padding: 28px 24px; position: relative; overflow: hidden;
}
.step.gold {
  background: linear-gradient(180deg,#161029,#100a1f); border: 1px solid rgba(245,158,11,.4);
  box-shadow: 0 0 36px -14px rgba(245,158,11,.5);
}
.step-num { font-family: var(--font-hud); font-size: 13px; font-weight: 700; letter-spacing: 1px; }
.c-purple { color: var(--purple); }
.c-cyan   { color: var(--cyan); }
.c-gold   { color: var(--gold); }
.c-green  { color: var(--green); }

.step-icon { width: 50px; height: 50px; border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-top: 18px; }
.step-icon.purple { background: rgba(124,58,237,.14); border: 1px solid rgba(124,58,237,.4); }
.step-icon.cyan   { background: rgba(6,182,212,.14);  border: 1px solid rgba(6,182,212,.4); color: var(--cyan-light); font-family: var(--font-hud); font-weight: 700; font-size: 22px; }
.step-icon.green  { background: rgba(34,197,94,.14);  border: 1px solid rgba(34,197,94,.4); color: var(--green); font-size: 20px; }
.step-icon.gold {
  border-radius: 50%; background: radial-gradient(circle at 38% 30%, #fde68a, #f59e0b 55%, #b45309);
  border: 1px solid #fbbf24; color: #92400e; font-size: 22px; box-shadow: 0 0 20px rgba(245,158,11,.5);
}
.glyph-square { width: 18px; height: 18px; border-radius: 5px; border: 2px solid var(--purple-light); display: block; }

.card-title { font-size: 19px; font-weight: 600; color: #fff; margin-top: 18px; }
.card-body  { font-size: 14.5px; line-height: 1.55; color: var(--muted); margin-top: 9px; }

/* ============ FEATURES ============ */
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; margin-top: 50px; }
.feature { background: var(--surface-1); border: 1px solid var(--border); border-radius: 20px; padding: 26px; }
.feature .card-title { font-size: 18px; }
.feature .card-body { margin-top: 8px; }
.feature-icon { width: 46px; height: 46px; border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.fi-cyan   { background: rgba(6,182,212,.13);  border: 1px solid rgba(6,182,212,.4);  color: var(--cyan-light); }
.fi-purple { background: rgba(124,58,237,.13); border: 1px solid rgba(124,58,237,.4); color: var(--purple-light); }
.fi-green  { background: rgba(34,197,94,.13);  border: 1px solid rgba(34,197,94,.4);  color: var(--green); }
.fi-gold   { background: rgba(245,158,11,.13); border: 1px solid rgba(245,158,11,.4);  color: var(--gold-light); }
.fi-text   { font-family: var(--font-hud); font-weight: 700; font-size: 16px; }

/* exercise chips panel */
.earn-panel {
  margin-top: 40px; background: linear-gradient(180deg,#0a0a1c,#08081a);
  border: 1px solid var(--border-subtle); border-radius: 22px; padding: 28px;
}
.earn-label { font-family: var(--font-hud); font-size: 11px; font-weight: 600; letter-spacing: 2px; color: var(--faint); text-transform: uppercase; text-align: center; }
.earn-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; margin-top: 20px; }
.chip { font-size: 14px; font-weight: 500; color: #cbd5e1; background: #0f0f28; border: 1px solid #24244a; padding: 10px 18px; border-radius: 999px; }

/* ============ SCREENSHOT SHOWCASE ============ */
.showcase-band {
  background: radial-gradient(60% 50% at 50% 0%, rgba(124,58,237,.12), transparent 70%), var(--surface-deep);
  border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); margin-top: 40px;
}
.showcase-inner { width: var(--wrap); margin: 0 auto; padding: 88px 0; }
.showcase-phones { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px 26px; margin-top: 60px; }
.showcase-item { flex: 0 1 280px; display: flex; flex-direction: column; align-items: center; }
.phone-sm { width: 258px; border-radius: 42px; padding: 10px; }
.rim-purple    { background: linear-gradient(160deg,#2a2a55,#0d0d22); box-shadow: 0 0 0 1px rgba(124,58,237,.4), 0 0 44px -8px rgba(124,58,237,.45), 0 24px 60px -22px rgba(0,0,0,.85); }
.rim-cyan      { background: linear-gradient(160deg,#1e3a4a,#0d0d22); box-shadow: 0 0 0 1px rgba(6,182,212,.4),  0 0 50px -8px rgba(6,182,212,.5),  0 24px 60px -22px rgba(0,0,0,.85); }
.rim-cyan-soft { background: linear-gradient(160deg,#1e3a4a,#0d0d22); box-shadow: 0 0 0 1px rgba(6,182,212,.4),  0 0 44px -8px rgba(6,182,212,.45), 0 24px 60px -22px rgba(0,0,0,.85); }
.phone-sm img { width: 100%; display: block; border-radius: 33px; border: 1px solid var(--border-subtle); }
.showcase-cap { text-align: center; margin-top: 22px; }
.showcase-cap .t { font-size: 18px; font-weight: 600; color: #fff; }
.showcase-cap .d { font-size: 14px; color: var(--muted); margin-top: 5px; max-width: 240px; }

/* ============ WHY PARENTS LOVE IT ============ */
.love-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; margin-top: 50px; }
.love { background: linear-gradient(180deg,#0d0d22,#0a0a1c); border: 1px solid var(--border); border-radius: 22px; padding: 30px; }
.love.gold { background: linear-gradient(180deg,#161029,#100a1f); border: 1px solid rgba(245,158,11,.4); box-shadow: 0 0 36px -16px rgba(245,158,11,.5); }
.love-num { font-family: var(--font-hud); font-size: 13px; font-weight: 700; letter-spacing: 1px; }
.love h3 { font-size: 21px; font-weight: 600; color: #fff; margin-top: 14px; letter-spacing: -.3px; }
.love p { font-size: 15px; line-height: 1.6; color: var(--muted); margin-top: 11px; }

/* ============ COMPARISON ============ */
.compare-scroll { overflow-x: auto; margin-top: 46px; -webkit-overflow-scrolling: touch; }
.compare { min-width: 680px; }
.compare-row { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; gap: 0; }
.compare-row.data { border-top: 1px solid var(--border-hair); }
.compare-bt-head {
  text-align: center; padding: 18px 12px;
  background: linear-gradient(180deg,#1a1330,#120c24);
  border: 1px solid rgba(245,158,11,.5); border-bottom: none; border-radius: 18px 18px 0 0;
  box-shadow: 0 -2px 30px -12px rgba(245,158,11,.6);
}
.compare-bt-head img { width: 34px; height: 34px; object-fit: contain; margin: 0 auto; }
.compare-bt-head .nm { font-size: 14px; font-weight: 700; color: #fff; margin-top: 7px; }
.compare-col-head { text-align: center; padding: 18px 10px; color: var(--muted); font-size: 12.5px; font-weight: 600; line-height: 1.3; align-self: end; }
.compare-col-head small { color: var(--faint); font-weight: 500; font-size: 11px; }
.compare-label { padding: 16px 14px; font-size: 14.5px; color: #cbd5e1; font-weight: 500; display: flex; align-items: center; }
.compare-bt-cell {
  padding: 16px 12px; display: flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, rgba(26,19,48,.6), rgba(18,12,36,.6));
  border-left: 1px solid rgba(245,158,11,.5); border-right: 1px solid rgba(245,158,11,.5);
}
.compare-cell { padding: 16px 12px; display: flex; align-items: center; justify-content: center; }
.check-pill {
  width: 26px; height: 26px; border-radius: 50%;
  background: rgba(34,197,94,.16); border: 1px solid rgba(34,197,94,.5);
  display: flex; align-items: center; justify-content: center; color: var(--green-light); font-size: 14px; font-weight: 700;
}
.dash { color: var(--dim); font-size: 18px; }
.some { font-family: var(--font-hud); font-size: 9px; letter-spacing: 1px; color: var(--faint); text-transform: uppercase; text-align: center; line-height: 1.3; }
.compare-bt-foot { height: 18px; border: 1px solid rgba(245,158,11,.5); border-top: none; border-radius: 0 0 18px 18px; background: linear-gradient(180deg, rgba(18,12,36,.6), transparent); }

/* ============ PRICING ============ */
.pricing-band {
  background: radial-gradient(60% 50% at 50% 0%, rgba(245,158,11,.08), transparent 70%), var(--surface-deep);
  border-top: 1px solid var(--border-subtle); margin-top: 50px;
}
.pricing-inner { width: var(--wrap); margin: 0 auto; padding: 90px 0; }
.price-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 18px;
  margin: 54px auto 0; align-items: stretch; max-width: 760px;
}
.price { background: var(--surface-1); border: 1px solid var(--border); border-radius: 24px; padding: 30px; display: flex; flex-direction: column; }
.price.feat {
  background: linear-gradient(180deg,#1a1330,#120c24); border: 1px solid rgba(245,158,11,.55);
  box-shadow: 0 0 50px -16px rgba(245,158,11,.55); transform: translateY(-6px); position: relative;
}
.price-badge {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: linear-gradient(165deg,#fbbf24,#f59e0b); color: var(--gold-text);
  font-family: var(--font-hud); font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 6px 16px; border-radius: 999px; box-shadow: 0 8px 20px -6px rgba(245,158,11,.6); white-space: nowrap;
}
.price-name { font-family: var(--font-hud); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); }
.price.feat .price-name { color: var(--gold-light); }
.price-amt { display: flex; align-items: baseline; gap: 6px; margin-top: 16px; }
.price-amt .num { font-family: var(--font-hud); font-size: 42px; font-weight: 800; color: #fff; }
.price-amt .per { font-size: 15px; color: var(--faint); }
.price.feat .price-amt .per { color: var(--muted); }
.price-note { font-size: 13.5px; color: var(--muted); margin-top: 6px; }
.price.feat .price-note { color: var(--gold-light); font-weight: 600; }
.price-divider { height: 1px; background: var(--border); margin: 22px 0; }
.price.feat .price-divider { background: rgba(245,158,11,.25); }
.price-feats { display: flex; flex-direction: column; gap: 11px; margin-bottom: auto; }
.price-feats .row { display: flex; gap: 10px; font-size: 14px; color: #cbd5e1; }
.price-feats .row .ok { color: var(--green); }
.price.feat .price-feats .row { color: var(--text); }
.price.feat .price-feats .row .ok { color: var(--gold-light); }
.price-btn-outline {
  margin-top: 26px; text-align: center; border: 1px solid #2a2a55; color: var(--text);
  font-weight: 600; font-size: 15px; padding: 14px; border-radius: 13px; transition: border-color .15s;
}
.price-btn-outline:hover { border-color: #3a3a70; }
.price-btn-gold {
  margin-top: 26px; text-align: center;
  background: linear-gradient(165deg,#fbbf24,#f59e0b 60%,#d97706); color: var(--gold-text);
  font-weight: 700; font-size: 15px; padding: 15px; border-radius: 13px;
  box-shadow: 0 12px 28px -8px rgba(245,158,11,.6);
}
.price-disclosure { text-align: center; font-size: 12.5px; color: var(--faint); line-height: 1.6; max-width: 720px; margin: 30px auto 0; }

/* ============ FAQ ============ */
.faq-section { width: min(820px, 92%); margin: 0 auto; padding: 90px 0 40px; }
.faq-list { display: flex; flex-direction: column; gap: 12px; margin-top: 44px; }
.faq-item { background: var(--surface-1); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.faq-item summary {
  list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  cursor: pointer; padding: 20px 22px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-q { font-size: 16.5px; font-weight: 600; color: var(--text); }
.faq-sign {
  flex: none; width: 26px; height: 26px; border-radius: 8px;
  background: #16162f; border: 1px solid #24244a;
  display: flex; align-items: center; justify-content: center; color: var(--purple-light); font-size: 18px; font-weight: 600;
}
.faq-sign::after { content: '+'; }
.faq-item[open] .faq-sign::after { content: '\2013'; }
.faq-a { padding: 0 22px 22px; font-size: 15px; line-height: 1.65; color: var(--muted); }
.faq-a a { color: var(--gold-light); font-weight: 600; }

/* ============ FINAL CTA ============ */
.final-cta { width: min(1100px, 92%); margin: 40px auto 0; }
.final-panel {
  position: relative; overflow: hidden; border-radius: 30px; border: 1px solid rgba(124,58,237,.4);
  background: radial-gradient(70% 120% at 50% 0%, rgba(124,58,237,.3), transparent 70%), linear-gradient(180deg,#120c28,#0a0818);
  padding: 64px 32px; text-align: center; box-shadow: 0 0 60px -20px rgba(124,58,237,.6);
}
.final-overlay {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(124,58,237,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124,58,237,.05) 1px, transparent 1px);
  background-size: 40px 40px;
  -webkit-mask-image: radial-gradient(70% 70% at 50% 30%, #000, transparent 75%);
          mask-image: radial-gradient(70% 70% at 50% 30%, #000, transparent 75%);
}
.final-content { position: relative; }
.final-mascot { width: 96px; height: 96px; object-fit: contain; margin: 0 auto; filter: drop-shadow(0 0 24px rgba(124,58,237,.6)); }
.final-title { font-size: clamp(30px, 4.8vw, 52px); font-weight: 700; letter-spacing: -1.4px; color: #fff; margin-top: 20px; line-height: 1.04; }
.final-sub { font-size: 17px; color: var(--text-soft); margin: 16px auto 0; max-width: 480px; }
.final-cta-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 32px; }
.final-microcopy { font-family: var(--font-hud); font-size: 10px; letter-spacing: 1.5px; color: var(--faint); text-transform: uppercase; margin-top: 22px; }

/* ============ FOOTER ============ */
.footer { width: var(--wrap); margin: 0 auto; padding: 70px 0 50px; }
.footer-top { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 40px; }
.footer-brand { max-width: 300px; }
.footer-brand .row { display: flex; align-items: center; gap: 11px; }
.footer-brand img { width: 40px; height: 40px; object-fit: contain; }
.footer-brand .name { font-size: 20px; font-weight: 700; }
.footer-blurb { font-size: 14px; line-height: 1.6; color: var(--muted); margin-top: 16px; }
.footer-cols { display: flex; flex-wrap: wrap; gap: 54px; }
.footer-col h4 { font-family: var(--font-hud); font-size: 10px; font-weight: 600; letter-spacing: 2px; color: var(--faint); text-transform: uppercase; }
.footer-col .links { display: flex; flex-direction: column; gap: 11px; margin-top: 16px; }
.footer-col a { font-size: 14px; color: var(--muted); transition: color .15s; }
.footer-col a:hover { color: var(--text); }
.footer-divider { height: 1px; background: var(--border-hair); margin: 40px 0 0; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; padding-top: 24px; font-size: 12.5px; color: var(--faint); }
.footer-bottom .url { font-family: var(--font-hud); letter-spacing: 1px; text-transform: uppercase; font-size: 10px; }

/* ============ PRIVACY PAGE ============ */
.wrap-900 { width: min(900px, 92%); margin: 0 auto; }
.wrap-760 { width: min(760px, 92%); margin: 0 auto; }
.btn-back {
  display: inline-flex; align-items: center; gap: 8px; font-size: 14.5px; font-weight: 600;
  color: var(--muted); border: 1px solid #2a2a55; padding: 10px 18px; border-radius: 11px; transition: .15s;
}
.btn-back:hover { color: var(--text); border-color: #3a3a70; }

.privacy-header {
  position: relative; overflow: hidden;
  background: radial-gradient(70% 60% at 50% -10%, rgba(124,58,237,.2), transparent 70%), var(--bg);
  border-bottom: 1px solid var(--border-subtle);
}
.grid-overlay.ph {
  -webkit-mask-image: radial-gradient(80% 80% at 50% 0%, #000, transparent 80%);
          mask-image: radial-gradient(80% 80% at 50% 0%, #000, transparent 80%);
}
.privacy-header-inner { position: relative; width: min(900px, 92%); margin: 0 auto; padding: 64px 0 54px; }
.privacy-title { font-size: clamp(36px, 6vw, 58px); font-weight: 700; letter-spacing: -1.6px; color: #fff; margin-top: 14px; line-height: 1.02; }
.privacy-summary { font-size: 16px; color: var(--muted); margin-top: 16px; max-width: 560px; line-height: 1.6; }
.privacy-updated { font-family: var(--font-hud); font-size: 11px; letter-spacing: 1.5px; color: var(--faint); text-transform: uppercase; margin-top: 22px; }

.glance { width: min(900px, 92%); margin: 0 auto; padding: 48px 0 10px; }
.glance-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 14px; }
.glance-card { background: var(--surface-1); border: 1px solid var(--border); border-radius: 18px; padding: 22px; }
.glance-icon { width: 42px; height: 42px; border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 18px; }
.gi-green { background: rgba(34,197,94,.13);  border: 1px solid rgba(34,197,94,.4);  color: var(--green); }
.gi-gold  { background: rgba(245,158,11,.13); border: 1px solid rgba(245,158,11,.4);  color: var(--gold-light); }
.gi-cyan  { background: rgba(6,182,212,.13);  border: 1px solid rgba(6,182,212,.4);   color: var(--cyan-light); }
.glance-card .t { font-size: 16px; font-weight: 600; color: #fff; margin-top: 14px; }
.glance-card .d { font-size: 13.5px; line-height: 1.5; color: var(--muted); margin-top: 6px; }

.privacy-body { width: min(760px, 92%); margin: 0 auto; padding: 44px 0 90px; }
.privacy-h { font-family: var(--font-hud); font-size: 12px; font-weight: 700; letter-spacing: 2px; color: var(--purple-light); text-transform: uppercase; margin-top: 40px; }
.privacy-h.first { margin-top: 36px; }
.privacy-p { font-size: 16px; line-height: 1.75; color: #cbd5e1; margin-top: 14px; }
.privacy-list { list-style: none; margin-top: 16px; display: flex; flex-direction: column; gap: 12px; }
.privacy-list li { display: flex; gap: 12px; font-size: 15.5px; line-height: 1.6; color: #cbd5e1; }
.privacy-list li .ok { color: var(--green); flex: none; }
.privacy-contact { margin-top: 48px; background: linear-gradient(180deg,#0d0d22,#0a0a1c); border: 1px solid var(--border); border-radius: 20px; padding: 28px; }
.privacy-contact .label { font-family: var(--font-hud); font-size: 12px; font-weight: 700; letter-spacing: 2px; color: var(--cyan-light); text-transform: uppercase; }
.privacy-contact p { font-size: 16px; line-height: 1.7; color: #cbd5e1; margin-top: 12px; }
.privacy-contact a { color: var(--gold-light); font-weight: 600; }
.privacy-footer { border-top: 1px solid var(--border-subtle); }
.privacy-footer-inner { width: min(900px, 92%); margin: 0 auto; padding: 32px 0; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px; align-items: center; }
.privacy-footer .copy { font-size: 12.5px; color: var(--faint); }

/* ============ RESPONSIVE ============ */
@media (max-width: 859px) {
  .nav-links { display: none; }
  .menu-toggle { display: flex; }
  .mobile-menu.open { display: block; }
}
