@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --black: #070707;
  --graphite: #111214;
  --smoke: #191b1d;
  --glass: rgba(255,255,255,.055);
  --ivory: #f4f0e7;
  --muted: #a9a69f;
  --gold: #d4ac5c;
  --gold-light: #f0d99b;
  --emerald: #50c78b;
  --line: rgba(244,240,231,.16);
  --max: 1240px;
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ivory);
  background: var(--black);
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 77% 18%, rgba(212,172,92,.08), transparent 30%),
    linear-gradient(90deg, transparent 49.9%, rgba(255,255,255,.025) 50%, transparent 50.1%);
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
h1,h2,h3,p { margin-top: 0; }
h1,h2,h3 { font-family: "Manrope", sans-serif; letter-spacing: -.04em; line-height: 1.04; }
h2 { font-size: clamp(2.8rem, 6.5vw, 6.4rem); margin-bottom: 1.4rem; }
h3 { font-size: 1.35rem; }
p { color: #c8c5bd; }
strong { color: var(--ivory); }
ul,ol { margin: 0; padding-left: 1.3rem; }
li::marker { color: var(--gold); }
.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;
}
.scene { position: relative; min-height: 70vh; padding: 8rem max(5vw, 28px); border-top: 1px solid var(--line); }
.eyebrow {
  color: var(--gold-light);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.section-head { max-width: var(--max); margin: 0 auto 4.5rem; }
.reveal { opacity: 0; transform: translateY(32px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }

.scene-progress { position: fixed; z-index: 100; top: 0; left: 0; width: 100%; height: 2px; background: rgba(255,255,255,.08); }
.scene-progress span { display: block; width: 0; height: 100%; background: var(--gold); box-shadow: 0 0 18px var(--gold); }
.topbar {
  position: fixed;
  z-index: 90;
  top: 16px;
  left: 3vw;
  right: 3vw;
  height: 66px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: 0 18px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(7,7,7,.72);
  backdrop-filter: blur(20px);
  transition: background .3s;
}
.topbar.scrolled { background: rgba(7,7,7,.93); }
.brand img { width: 144px; height: 34px; object-fit: contain; }
.scene-index { justify-self: center; display: flex; align-items: center; gap: 1.5rem; }
.scene-index a { color: #aaa79f; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; transition: color .25s; }
.scene-index a:hover,.scene-index a.active { color: var(--gold-light); }
.top-cta,.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid var(--line);
  font-size: .82rem;
  font-weight: 700;
}
.top-cta { background: var(--ivory); color: #111; }
.menu-toggle { display: none; border: 0; background: none; }

.hero { height: 100svh; min-height: 760px; padding: 0; border-top: 0; overflow: hidden; }
.hero-media,.hero-media img,.hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { margin: 0; }
.hero-media img { object-fit: cover; }
.hero-media figcaption {
  position: absolute;
  z-index: 3;
  right: 4vw;
  bottom: 30px;
  width: min(380px, 42vw);
  padding: 14px 18px;
  border-left: 1px solid var(--gold);
  color: #ded8ca;
  background: rgba(0,0,0,.52);
  backdrop-filter: blur(12px);
  font-size: .78rem;
}
.hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.94) 0%, rgba(0,0,0,.68) 48%, rgba(0,0,0,.18) 80%), linear-gradient(0deg, rgba(0,0,0,.6), transparent 45%); }
.hero-copy { position: absolute; z-index: 4; top: 50%; left: max(5vw,28px); width: min(820px, 68vw); transform: translateY(-46%); }
.hero-copy.visible { transform: translateY(-50%); }
.hero h1 { max-width: 900px; margin: 0 0 1.6rem; font-size: clamp(3.5rem, 7.6vw, 8.1rem); }
.hero-copy > p:not(.eyebrow) { max-width: 660px; font-size: 1.08rem; }
.hero-actions { display: flex; gap: 12px; margin-top: 2rem; }
.button.gold { background: var(--gold); border-color: var(--gold); color: #111; }
.button.glass { background: rgba(0,0,0,.25); backdrop-filter: blur(8px); }
.hero-note { position: absolute; z-index: 4; left: 5vw; bottom: 28px; display: flex; align-items: center; gap: 12px; }
.hero-note span { color: var(--gold); font-family: "Manrope"; font-size: 1.5rem; }
.hero-note p { margin: 0; font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }

.opening { min-height: 70vh; display: grid; grid-template-columns: 1fr 2fr; align-items: end; gap: 4vw; max-width: 100%; }
.opening-number { align-self: start; color: rgba(255,255,255,.05); font-family: "Manrope"; font-size: clamp(10rem,25vw,28rem); font-weight: 800; line-height: .7; }
.opening-copy { max-width: 820px; font-size: clamp(1.35rem,2.4vw,2.25rem); }
.opening-copy p { color: var(--ivory); }

.spec-stage { background: #0b0c0d; }
.spec-list { max-width: var(--max); margin: 0 auto; border-top: 1px solid var(--line); }
.spec-row { display: grid; grid-template-columns: 70px minmax(180px,.7fr) 1.5fr; gap: 2rem; padding: 24px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.spec-row > span { color: #625f58; font-size: .75rem; }
.spec-row strong { font-family: "Manrope"; font-size: 1rem; }
.spec-row p { margin: 0; }

.product-scene { min-height: 110vh; display: grid; grid-template-columns: 5vw minmax(320px,.9fr) minmax(360px,1fr); gap: 4vw; align-items: center; overflow: hidden; }
.scene-label { align-self: stretch; border-right: 1px solid var(--line); color: var(--gold); font-size: .68rem; letter-spacing: .22em; text-transform: uppercase; writing-mode: vertical-rl; padding-top: 20px; }
.product-frame { position: relative; }
.product-frame::before { content: ""; position: absolute; inset: 8% -12%; z-index: -1; background: radial-gradient(circle, rgba(212,172,92,.16), transparent 70%); }
.product-frame figure { margin: 0; }
.product-frame img { border-radius: 36px; box-shadow: 0 35px 90px rgba(0,0,0,.6); }
figcaption { color: #8d8a84; font-size: .75rem; line-height: 1.5; margin-top: 12px; }
.product-copy { max-width: 680px; }
.product-copy h2 { font-size: clamp(2.7rem,5vw,5.7rem); }
.line-list { list-style: none; padding: 0; margin: 2rem 0; border-top: 1px solid var(--line); }
.line-list li { padding: 12px 0; border-bottom: 1px solid var(--line); }

.live-stage { min-height: 90vh; display: grid; place-items: center; background: linear-gradient(115deg,#080808 0%,#141414 52%,#0a0a0a 52%); }
.live-copy { width: min(100%, 1080px); }
.live-copy p { max-width: 760px; font-size: 1.1rem; }
.calibration-note { display: flex; gap: 15px; margin-top: 3rem; padding: 1.2rem; border: 1px solid var(--line); border-radius: 14px; }
.calibration-note span { width: 9px; height: 9px; flex: 0 0 auto; margin-top: 9px; border-radius: 50%; background: var(--emerald); box-shadow: 0 0 18px var(--emerald); }

.bonus-stage { overflow: hidden; background: var(--ivory); color: #111; }
.bonus-stage p { color: #494743; }
.bonus-number { position: absolute; top: 1vw; right: 2vw; color: rgba(0,0,0,.05); font-family: "Manrope"; font-size: clamp(12rem,27vw,30rem); font-weight: 800; line-height: .8; }
.bonus-copy,.terms-console,.bonus-final,.touch-figure { position: relative; z-index: 2; max-width: 1100px; margin-left: auto; margin-right: auto; }
.bonus-copy { margin-bottom: 3rem; }
.bonus-copy h2 { max-width: 1000px; }
.bonus-copy .eyebrow { color: #876526; }
.terms-console { border: 1px solid rgba(0,0,0,.16); border-radius: var(--radius); background: rgba(255,255,255,.5); overflow: hidden; }
.term-tabs,.cash-switch { display: flex; gap: 8px; padding: 10px; }
.term-tabs button,.cash-switch button,.device-controls button {
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 10px 18px;
  background: transparent;
  cursor: pointer;
}
.term-tabs button.active { background: #111; color: var(--ivory); }
.term-panel { display: none; padding: 2.5rem; columns: 2; column-gap: 4rem; }
.term-panel.active { display: block; }
.term-panel h3 { column-span: all; }
.term-panel li { break-inside: avoid; margin-bottom: .7rem; }
.bonus-final { margin-top: 2.5rem; font-size: 1.25rem; }
.touch-figure { margin-top: 4rem; }
.touch-figure img { width: 100%; max-height: 570px; object-fit: cover; border-radius: var(--radius); }
.touch-figure figcaption { color: #66615a; }

.setup-stage { background: #0c0d0e; }
.setup-timeline { max-width: var(--max); margin: 0 auto; padding: 0; list-style: none; counter-reset: setup; }
.setup-timeline li { display: grid; grid-template-columns: 100px 1fr; align-items: center; min-height: 100px; border-top: 1px solid var(--line); }
.setup-timeline li:last-child { border-bottom: 1px solid var(--line); }
.setup-timeline span { color: var(--gold); font-family: "Manrope"; font-size: 2rem; }
.setup-timeline p { margin: 0; color: var(--ivory); font-size: clamp(1.2rem,2.5vw,2rem); }
.setup-foot { max-width: var(--max); margin: 3rem auto 0; }

.cash-stage { background: linear-gradient(135deg,#0d0d0d,#161719); }
.cash-intro,.cash-switch,.cash-panels,.cash-foot { max-width: var(--max); margin-left: auto; margin-right: auto; }
.cash-intro { margin-bottom: 3rem; }
.cash-switch { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 16px 0; }
.cash-switch button { border-color: var(--line); }
.cash-switch button.active { background: var(--gold); color: #111; border-color: var(--gold); }
.cash-panel { display: none; min-height: 480px; padding: 5rem 0; }
.cash-panel.active { display: block; }
.cash-panel h3 { font-size: clamp(2.4rem,5vw,5rem); }
.cash-panel ol { display: grid; grid-template-columns: repeat(2,1fr); gap: 0 4rem; max-width: 940px; list-style-position: inside; }
.cash-panel li { padding: 16px 0; border-bottom: 1px solid var(--line); }
.cash-foot { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; padding-top: 2rem; border-top: 1px solid var(--line); }

.device-stage { min-height: 110vh; overflow: hidden; background: radial-gradient(circle at 70% 50%,rgba(212,172,92,.12),transparent 30%),#080808; }
.device-copy { max-width: 760px; margin-left: 5vw; }
.device-checks { margin: 2rem 0; padding: 0; list-style: none; }
.device-checks li { padding: 12px 0; border-bottom: 1px solid var(--line); }
.device-controls { position: absolute; z-index: 3; right: 6vw; top: 10rem; }
.device-controls button { border-color: var(--line); }
.device-controls button.active { color: #111; background: var(--ivory); }
.device-frame { width: min(880px,72vw); margin: 5rem 5vw 0 auto; transition: width .5s ease; }
.device-frame.tablet { width: min(1120px,86vw); }
.device-frame img { width: 100%; border-radius: 34px; box-shadow: 0 40px 120px rgba(0,0,0,.75); }

.verification { display: grid; place-items: center; min-height: 90vh; background: radial-gradient(circle at center,rgba(212,172,92,.11),transparent 38%); }
.glass-panel { max-width: 980px; padding: clamp(2rem,6vw,6rem); border: 1px solid rgba(255,255,255,.15); border-radius: 40px; background: linear-gradient(135deg,rgba(255,255,255,.08),rgba(255,255,255,.025)); box-shadow: inset 0 1px rgba(255,255,255,.16),0 50px 100px rgba(0,0,0,.3); backdrop-filter: blur(30px); }
.status { display: inline-flex; align-items: center; gap: 8px; color: #b7b5af; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.status i { width: 8px; height: 8px; border-radius: 50%; background: var(--emerald); box-shadow: 0 0 12px var(--emerald); }
.glass-panel h2 { font-size: clamp(2.8rem,6vw,6rem); }

.metrics { background: #0b0c0d; }
.metric-list { max-width: var(--max); margin: 0 auto; }
.metric { display: grid; grid-template-columns: 1fr 220px; gap: 10px 4rem; padding: 22px 0; border-top: 1px solid var(--line); }
.metric:last-child { border-bottom: 1px solid var(--line); }
.metric > div { display: flex; justify-content: space-between; gap: 2rem; }
.metric span { color: var(--gold-light); font-family: "Manrope"; }
.metric i { grid-row: span 2; align-self: center; display: block; height: 2px; background: rgba(255,255,255,.1); overflow: hidden; }
.metric i b { display: block; width: 0; height: 100%; background: var(--gold); transition: width 1.3s ease .2s; }
.metric.visible i b { width: var(--score); }
.metric p { margin: 0; font-size: .86rem; }

.contrast-scene { min-height: 100vh; display: grid; grid-template-columns: .6fr 1.4fr; align-items: center; overflow: hidden; }
.contrast-number { color: rgba(255,255,255,.06); font-family: "Manrope"; font-size: clamp(18rem,40vw,46rem); font-weight: 800; line-height: .7; }
.contrast-copy { max-width: 800px; }
.contrast-copy li { padding: 15px 0; border-bottom: 1px solid currentColor; }
.advantages { color: #111; background: var(--gold-light); }
.advantages p,.advantages .eyebrow { color: #5e4d2b; }
.advantages .contrast-number { color: rgba(0,0,0,.06); }
.limitations { background: #0a0a0a; }

.audience { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; padding: 0; background: var(--line); }
.audience-side { min-height: 85vh; padding: 9rem 6vw; background: #0b0c0d; }
.audience-side > span { color: var(--gold); font-size: .7rem; letter-spacing: .18em; }
.audience-side h2 { margin-top: 2rem; font-size: clamp(2.6rem,5vw,5rem); }
.audience-side li { margin-bottom: 1.2rem; }

.safety-spec { min-height: 90vh; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 4vw; background: var(--ivory); color: #111; }
.safety-age { color: rgba(0,0,0,.08); font-family: "Manrope"; font-size: clamp(10rem,25vw,28rem); font-weight: 800; line-height: .8; }
.safety-copy { max-width: 760px; }
.safety-copy p { color: #4c4944; }
.safety-copy .eyebrow { color: #82601d; }
.safety-copy h2 { font-size: clamp(3rem,6vw,6rem); }

.verdict { min-height: 100vh; display: flex; flex-direction: column; justify-content: center; }
.verdict > * { width: min(100%,var(--max)); margin-left: auto; margin-right: auto; }
.verdict h2 { max-width: 950px; }
.verdict-lines { display: grid; grid-template-columns: repeat(3,1fr); gap: 3rem; padding-top: 3rem; border-top: 1px solid var(--line); }

.faq { min-height: auto; padding-bottom: 10rem; background: #0b0c0d; }
.faq-list { max-width: var(--max); margin: 0 auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { display: flex; width: 100%; justify-content: space-between; gap: 2rem; padding: 26px 0; border: 0; background: transparent; text-align: left; cursor: pointer; font-size: clamp(1.1rem,2vw,1.7rem); }
.faq-item button span { color: var(--gold); transition: transform .25s; }
.faq-item.open button span { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }
.faq-answer p { overflow: hidden; margin: 0; max-width: 800px; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { margin-bottom: 26px; }

footer { min-height: 180px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; padding: 3rem 5vw; border-top: 1px solid var(--line); }
footer p { margin: 0; text-align: center; font-size: .78rem; }
footer > a:last-child { color: var(--gold-light); font-size: .8rem; }
.cookie { position: fixed; z-index: 110; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 16px; width: min(460px,calc(100vw - 44px)); padding: 16px; border: 1px solid var(--line); border-radius: 16px; background: rgba(12,12,12,.92); backdrop-filter: blur(18px); box-shadow: 0 16px 50px rgba(0,0,0,.4); }
.cookie p { margin: 0; font-size: .74rem; line-height: 1.45; }
.cookie button { border: 0; border-radius: 999px; padding: 9px 15px; color: #111; background: var(--gold); cursor: pointer; }
.cookie.hidden { display: none; }

@media (max-width: 980px) {
  .scene { padding: 6rem 24px; }
  .topbar { grid-template-columns: auto 1fr auto; }
  .top-cta { display: none; }
  .menu-toggle { display: flex; justify-self: end; flex-direction: column; gap: 6px; padding: 12px; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 24px; height: 1px; background: var(--ivory); }
  .scene-index { position: absolute; top: 75px; left: 0; right: 0; display: none; flex-direction: column; align-items: flex-start; padding: 24px; border: 1px solid var(--line); border-radius: 18px; background: #0b0b0b; }
  .scene-index.open { display: flex; }
  .hero-copy { width: calc(100% - 48px); left: 24px; }
  .hero-media figcaption { right: 24px; width: calc(100% - 48px); bottom: 82px; }
  .hero-note { display: none; }
  .opening,.product-scene,.contrast-scene,.safety-spec { grid-template-columns: 1fr; }
  .opening-number { font-size: 11rem; }
  .product-scene { padding-top: 8rem; }
  .scene-label { display: none; }
  .product-frame { max-width: 680px; }
  .term-panel { columns: 1; }
  .device-copy { margin-left: 0; }
  .device-controls { position: static; margin: 2rem 0; }
  .device-frame { width: 100%; margin: 3rem 0 0; }
  .device-frame.tablet { width: 100%; }
  .contrast-number { position: absolute; top: 5rem; left: -1rem; }
  .contrast-copy { position: relative; z-index: 2; }
  .audience { grid-template-columns: 1fr; }
  .audience-side { min-height: auto; }
  .safety-age { font-size: 10rem; }
  .verdict-lines { grid-template-columns: 1fr; gap: 1rem; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  h2 { font-size: 2.55rem; }
  .topbar { top: 8px; left: 8px; right: 8px; }
  .brand img { width: 124px; }
  .hero { min-height: 840px; }
  .hero h1 { font-size: 3.25rem; }
  .hero-copy { top: 45%; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-media figcaption { bottom: 20px; }
  .spec-row { grid-template-columns: 34px 1fr; gap: 10px; }
  .spec-row p { grid-column: 2; }
  .cash-panel ol { grid-template-columns: 1fr; }
  .cash-foot { grid-template-columns: 1fr; gap: 1rem; }
  .metric { grid-template-columns: 1fr; }
  .metric i { grid-row: auto; }
  .contrast-number { font-size: 16rem; }
  footer { grid-template-columns: 1fr; justify-items: start; }
  footer p { text-align: left; }
}

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