:root {
  color-scheme: dark;
  --bg: #09090b;
  --surface: #151518;
  --surface-2: #1c1c21;
  --line: #2a2a30;
  --line-soft: rgba(255, 255, 255, 0.08);
  --text: #fafafa;
  --muted: #a1a1aa;
  --quiet: #71717a;
  --primary: #8e5cff;
  --primary-light: #bda5ff;
  --pink: #ec4899;
  --lime: #c9ff7c;
  --shell: min(1180px, calc(100vw - 48px));
  --radius: 28px;
  --ease: cubic-bezier(0.2, 0.75, 0.25, 1);
}

* { box-sizing: border-box; }
html { overflow-x: hidden; scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--bg); color: var(--text); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding-block: 140px; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; transform: translateY(-150%); padding: 12px 18px; border-radius: 10px; background: var(--text); color: var(--bg); }
.skip-link:focus { transform: translateY(0); }

.ambient { position: fixed; pointer-events: none; filter: blur(1px); opacity: 0.75; }
.ambient-one { top: -290px; left: 46%; width: 740px; height: 640px; background: radial-gradient(circle, rgba(112, 64, 255, 0.17), transparent 68%); }
.ambient-two { top: 650px; left: -220px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(236, 72, 153, 0.08), transparent 70%); }

.site-header { position: fixed; z-index: 50; top: 0; width: 100%; border-bottom: 1px solid transparent; transition: background 250ms, border-color 250ms, backdrop-filter 250ms; }
.site-header.scrolled { border-color: var(--line-soft); background: rgba(9, 9, 11, 0.78); backdrop-filter: blur(20px); }
.nav-shell { height: 82px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; font-size: 18px; font-weight: 720; letter-spacing: -0.035em; }
.brand img { width: 38px; height: 38px; border-radius: 11px; box-shadow: 0 0 28px rgba(142, 92, 255, 0.24); }
.desktop-nav { display: flex; gap: 34px; color: var(--muted); font-size: 14px; }
.desktop-nav a { transition: color 180ms; }
.desktop-nav a:hover { color: var(--text); }
.nav-cta { justify-self: end; display: flex; gap: 8px; align-items: center; padding: 12px 18px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, 0.035); font-size: 13px; font-weight: 650; transition: border-color 180ms, background 180ms, transform 180ms; }
.nav-cta:hover { transform: translateY(-1px); border-color: rgba(189, 165, 255, 0.6); background: rgba(142, 92, 255, 0.1); }
.menu-button, .mobile-nav { display: none; }

.hero { min-height: 900px; padding-top: 160px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(430px, 0.98fr); gap: 50px; align-items: center; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 65px; }
.eyebrow, .kicker { color: var(--primary-light); text-transform: uppercase; font-size: 11px; line-height: 1; font-weight: 700; letter-spacing: 0.16em; }
.eyebrow { width: max-content; max-width: 100%; display: flex; align-items: center; gap: 10px; margin-bottom: 28px; padding: 10px 13px; border: 1px solid rgba(142, 92, 255, 0.26); border-radius: 999px; background: rgba(142, 92, 255, 0.07); }
.pulse { position: relative; width: 7px; height: 7px; border-radius: 50%; background: var(--primary-light); box-shadow: 0 0 0 4px rgba(142, 92, 255, 0.12); }
.hero h1, .section-heading h2, .showcase-copy h2, .benefit-intro h2, .center-heading h2, .faq-heading h2, .cta-copy h2 { margin: 0; font-weight: 620; letter-spacing: -0.06em; line-height: 0.98; text-wrap: balance; }
.hero h1 { max-width: 710px; font-size: clamp(58px, 6.1vw, 86px); }
em { color: var(--primary-light); font-family: ui-serif, Georgia, serif; font-style: italic; font-weight: 450; letter-spacing: -0.045em; }
.hero-lede { max-width: 580px; margin: 28px 0 34px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.app-store-button { min-width: 186px; height: 59px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border: 1px solid rgba(255, 255, 255, 0.17); border-radius: 16px; background: var(--text); color: var(--bg); box-shadow: 0 16px 42px rgba(142, 92, 255, 0.18); transition: transform 200ms var(--ease), box-shadow 200ms; }
.app-store-button:hover { transform: translateY(-3px); box-shadow: 0 21px 52px rgba(142, 92, 255, 0.28); }
.app-store-button svg { width: 27px; fill: currentColor; }
.app-store-button span { font-size: 19px; font-weight: 680; line-height: 0.95; letter-spacing: -0.02em; }
.app-store-button small { display: block; margin-bottom: 5px; font-size: 9px; font-weight: 560; line-height: 1; letter-spacing: 0.02em; }
.text-link { display: flex; gap: 9px; align-items: center; color: var(--muted); font-size: 14px; font-weight: 600; }
.text-link span { color: var(--primary-light); }
.hero-notes { display: flex; gap: 21px; margin-top: 25px; color: var(--quiet); font-size: 11px; }
.hero-notes span { display: inline-flex; align-items: center; gap: 7px; }
.hero-notes svg { width: 13px; fill: none; stroke: var(--primary-light); stroke-width: 2; }

.hero-visual { position: relative; min-height: 730px; perspective: 1200px; }
.orbit { position: absolute; border: 1px solid rgba(142, 92, 255, 0.15); border-radius: 50%; }
.orbit-one { width: 600px; height: 600px; top: 50px; left: -45px; }
.orbit-two { width: 460px; height: 460px; top: 120px; left: 22px; border-style: dashed; animation: rotate 50s linear infinite; }
.phone { position: absolute; overflow: hidden; border: 7px solid #222229; border-radius: 49px; background: #08080a; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(255, 255, 255, 0.16); }
.phone::before { content: ""; position: absolute; z-index: 2; top: 11px; left: 50%; width: 37%; height: 21px; transform: translateX(-50%); border-radius: 999px; background: #050506; }
.phone img { width: 100%; height: 100%; object-fit: cover; }
.phone-back { width: 278px; height: 602px; top: 55px; left: 10px; transform: rotate(-9deg) translateZ(-80px); opacity: 0.66; filter: saturate(0.75); }
.phone-front { z-index: 3; width: 312px; height: 675px; top: 11px; right: 18px; transform: rotate(5deg); box-shadow: 0 45px 100px rgba(0, 0, 0, 0.65), 0 0 80px rgba(142, 92, 255, 0.14); }
.floating-card { position: absolute; z-index: 6; display: flex; align-items: center; gap: 11px; padding: 12px 16px 12px 12px; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 16px; background: rgba(24, 24, 29, 0.8); box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45); backdrop-filter: blur(15px); }
.floating-card small, .floating-card strong { display: block; }
.floating-card small { margin-bottom: 4px; color: var(--quiet); font-size: 9px; text-transform: uppercase; letter-spacing: 0.12em; }
.floating-card strong { font-size: 12px; }
.floating-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: linear-gradient(135deg, var(--primary-light), var(--primary)); color: white; box-shadow: 0 8px 18px rgba(142, 92, 255, 0.35); }
.status-dot { width: 11px; height: 11px; margin: 11px; border: 3px solid rgba(201, 255, 124, 0.25); border-radius: 50%; background: var(--lime); box-shadow: 0 0 20px rgba(201, 255, 124, 0.45); }
.card-idea { right: -10px; top: 126px; animation: float 6s ease-in-out infinite; }
.card-format { z-index: 4; bottom: 87px; left: 3px; animation: float 6s 1.5s ease-in-out infinite; }

.platform-strip { border-block: 1px solid var(--line-soft); background: rgba(255, 255, 255, 0.015); }
.strip-inner { min-height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.strip-label, .strip-end { color: var(--quiet); font-size: 10px; font-weight: 650; text-transform: uppercase; letter-spacing: 0.14em; }
.strip-end { justify-self: end; }
.platforms { display: flex; align-items: center; gap: 20px; color: #cacacd; font-size: 14px; font-weight: 650; letter-spacing: -0.02em; }
.platforms i { width: 3px; height: 3px; border-radius: 50%; background: var(--primary); }

.section-heading { display: grid; grid-template-columns: 1.5fr 0.7fr; gap: 90px; align-items: end; margin-bottom: 64px; }
.section-heading h2, .showcase-copy h2, .benefit-intro h2, .center-heading h2, .faq-heading h2 { margin-top: 20px; font-size: clamp(44px, 5vw, 68px); }
.section-heading > p, .showcase-copy > p { margin: 0 0 3px; color: var(--muted); font-size: 16px; line-height: 1.72; }
.format-grid { display: grid; grid-template-columns: 1.12fr 0.88fr; gap: 20px; }
.format-card { overflow: hidden; min-height: 590px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(150deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)); }
.format-main { padding: 42px 42px 0; }
.format-secondary { padding: 30px 30px 40px; background: radial-gradient(circle at 50% 20%, rgba(142, 92, 255, 0.14), transparent 48%), var(--surface); }
.format-copy { display: flex; gap: 22px; align-items: flex-start; }
.format-copy h3 { margin: 0 0 13px; font-size: 24px; line-height: 1.1; letter-spacing: -0.04em; }
.format-copy p { max-width: 460px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.card-number { min-width: 34px; height: 24px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 999px; color: var(--quiet); font-size: 9px; letter-spacing: 0.1em; }
.mini-format-grid { height: 410px; margin: 38px -5px 0; padding: 20px 20px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; align-items: end; border: 1px solid var(--line-soft); border-bottom: 0; border-radius: 24px 24px 0 0; background: #0c0c0f; }
.mini-format { position: relative; overflow: hidden; height: 330px; padding: 20px 14px; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 17px 17px 0 0; background-color: #24242a; isolation: isolate; }
.mini-format::before { content: ""; position: absolute; z-index: -2; inset: 0; background: linear-gradient(to top, rgba(0, 0, 0, 0.92), transparent 63%), var(--format-image) center / cover no-repeat, linear-gradient(145deg, color-mix(in srgb, var(--tone) 75%, black), #16161b); }
.mini-format::after { content: ""; position: absolute; z-index: -1; inset: 0; opacity: 0.34; background-image: repeating-linear-gradient(115deg, transparent 0 25px, rgba(255, 255, 255, 0.08) 25px 26px); }
.mini-format span { width: max-content; margin-bottom: auto; padding: 6px 8px; border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 999px; background: rgba(0, 0, 0, 0.24); font-size: 8px; text-transform: uppercase; letter-spacing: 0.1em; }
.mini-format strong { font-size: 14px; line-height: 1.25; }
.mini-format.orange { --tone: #f97316; --format-image: url('/assets/formats/world-cup.webp'); height: 375px; }
.mini-format.blue { --tone: #3b82f6; --format-image: url('/assets/formats/ski-wildlife.webp'); height: 338px; }
.mini-format.green { --tone: #22c55e; --format-image: url('/assets/formats/porch-prank.webp'); height: 355px; }
.mini-format.pink { --tone: #ec4899; --format-image: url('/assets/formats/action-figure.webp'); height: 315px; }
.prompt-window { width: 92%; margin: 25px auto 40px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 21px; background: rgba(8, 8, 10, 0.78); box-shadow: 0 30px 70px rgba(0, 0, 0, 0.44), 0 0 70px rgba(142, 92, 255, 0.1); transform: rotate(2deg); }
.prompt-top { height: 46px; display: flex; gap: 6px; align-items: center; padding: 0 15px; border-bottom: 1px solid var(--line-soft); }
.prompt-top span { width: 7px; height: 7px; border-radius: 50%; background: #3f3f46; }
.prompt-top span:first-child { background: var(--primary); }
.prompt-top small { margin-left: auto; color: var(--quiet); font-size: 8px; letter-spacing: 0.09em; text-transform: uppercase; }
.prompt-window p { min-height: 210px; margin: 0; padding: 28px 25px; color: #ceced3; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 13px; line-height: 1.9; }
.cursor-line { color: var(--primary-light); }
.prompt-status { display: flex; gap: 8px; align-items: center; padding: 15px 25px; border-top: 1px solid var(--line-soft); color: var(--muted); font-size: 10px; }
.prompt-status span { color: var(--primary-light); }

.showcase-section { overflow: hidden; border-block: 1px solid var(--line-soft); background: radial-gradient(circle at 65% 50%, rgba(142, 92, 255, 0.09), transparent 38%), #0d0d10; }
.showcase-layout { display: grid; grid-template-columns: 0.88fr 1.12fr; gap: 100px; align-items: center; }
.showcase-copy > p { max-width: 490px; margin-top: 28px; }
.feature-list { margin-top: 45px; border-top: 1px solid var(--line); }
.feature-item { width: 100%; padding: 22px 2px; display: grid; grid-template-columns: 35px 1fr; gap: 12px; text-align: left; border: 0; border-bottom: 1px solid var(--line); background: transparent; cursor: pointer; opacity: 0.43; transition: opacity 200ms, padding 200ms; }
.feature-item.active, .feature-item:hover { opacity: 1; padding-left: 10px; }
.feature-item > span { color: var(--primary-light); font-size: 10px; padding-top: 3px; }
.feature-item strong, .feature-item small { display: block; }
.feature-item strong { margin-bottom: 6px; font-size: 15px; }
.feature-item small { color: var(--muted); font-size: 12px; }
.showcase-device { position: relative; height: 740px; display: grid; place-items: center; }
.device-glow { position: absolute; width: 530px; height: 530px; border-radius: 50%; background: radial-gradient(circle, rgba(142, 92, 255, 0.22), rgba(142, 92, 255, 0.04) 45%, transparent 70%); }
.showcase-phone { position: relative; z-index: 2; width: 322px; height: 697px; overflow: hidden; border: 8px solid #27272d; border-radius: 52px; background: #050506; box-shadow: 0 50px 100px rgba(0, 0, 0, 0.6); transform: rotate(3deg); }
.showcase-phone::before { content: ""; position: absolute; z-index: 4; top: 11px; left: 50%; width: 37%; height: 22px; transform: translateX(-50%); border-radius: 999px; background: #050506; }
.feature-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.025); transition: opacity 500ms var(--ease), transform 600ms var(--ease); }
.feature-image.active { opacity: 1; transform: scale(1); }
.model-pill { position: absolute; z-index: 3; display: flex; gap: 11px; align-items: center; padding: 11px 13px; border: 1px solid rgba(255, 255, 255, 0.13); border-radius: 12px; background: rgba(24, 24, 29, 0.75); box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35); backdrop-filter: blur(16px); font-size: 12px; font-weight: 700; }
.model-pill span { color: var(--quiet); font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; }
.pill-one { top: 170px; left: 20px; }
.pill-two { right: 8px; bottom: 175px; }

.benefits-section { display: grid; grid-template-columns: 0.83fr 1.17fr; gap: 85px; }
.benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.benefit { min-height: 278px; padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)); transition: transform 250ms var(--ease), border-color 250ms; }
.benefit:hover { transform: translateY(-5px); border-color: rgba(142, 92, 255, 0.35); }
.benefit-icon { width: 43px; height: 43px; display: grid; place-items: center; margin-bottom: 41px; border-radius: 13px; background: rgba(142, 92, 255, 0.1); color: var(--primary-light); }
.benefit-icon svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.benefit > span { float: right; color: #44444d; font-size: 10px; }
.benefit h3 { margin: 0 0 12px; font-size: 19px; letter-spacing: -0.035em; }
.benefit p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.steps-section { border-block: 1px solid var(--line-soft); background: #0d0d10; }
.center-heading { max-width: 760px; margin: 0 auto 78px; text-align: center; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.step { position: relative; padding: 0 45px; text-align: center; }
.step-number { position: relative; z-index: 2; width: 48px; height: 48px; margin: 0 auto 29px; display: grid; place-items: center; border: 1px solid rgba(142, 92, 255, 0.35); border-radius: 50%; background: #17131f; color: var(--primary-light); font-size: 12px; font-weight: 700; box-shadow: 0 0 0 8px #0d0d10; }
.step-line { position: absolute; top: 23px; left: -50%; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, var(--line), var(--line)); }
.step:first-child .step-line { display: none; }
.step h3 { margin: 0 0 12px; font-size: 19px; letter-spacing: -0.035em; }
.step p { max-width: 270px; margin: auto; color: var(--muted); font-size: 13px; line-height: 1.65; }

.faq-section { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 110px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 27px 55px 27px 0; list-style: none; cursor: pointer; font-size: 16px; font-weight: 580; letter-spacing: -0.025em; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span, .faq-list summary span::after { position: absolute; top: 50%; right: 3px; width: 14px; height: 1px; background: var(--muted); content: ""; transition: transform 200ms; }
.faq-list summary span::after { top: 0; right: 0; transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { max-width: 650px; margin: -8px 0 25px; color: var(--muted); font-size: 14px; line-height: 1.7; }

.final-cta { position: relative; overflow: hidden; min-height: 590px; margin-bottom: 40px; padding: 86px; display: flex; align-items: center; border: 1px solid rgba(189, 165, 255, 0.19); border-radius: 36px; background: radial-gradient(circle at 78% 47%, rgba(173, 139, 255, 0.32), transparent 27%), linear-gradient(135deg, #201334, #100d17 54%, #171020); }
.cta-noise { position: absolute; inset: 0; opacity: 0.16; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.25'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; pointer-events: none; }
.cta-copy { position: relative; z-index: 3; }
.cta-copy h2 { margin-top: 20px; font-size: clamp(50px, 5.5vw, 76px); }
.cta-copy p { margin: 22px 0 30px; color: #b9b2c2; }
.app-store-button.light { background: white; color: #0b0b0d; }
.cta-orb { position: absolute; right: 8%; width: 390px; height: 390px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 50%; background: radial-gradient(circle, rgba(142, 92, 255, 0.25), rgba(142, 92, 255, 0.03) 50%, transparent 70%); box-shadow: inset 0 0 100px rgba(142, 92, 255, 0.13); }
.cta-orb::before, .cta-orb::after { position: absolute; inset: 36px; border: 1px dashed rgba(255, 255, 255, 0.1); border-radius: 50%; content: ""; animation: rotate 30s linear infinite; }
.cta-orb::after { inset: 88px; animation-direction: reverse; }
.cta-orb img { width: 215px; border-radius: 46px; transform: rotate(8deg); box-shadow: 0 30px 70px rgba(0, 0, 0, 0.5); }

.site-footer { padding: 70px 0 25px; border-top: 1px solid var(--line-soft); }
.footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-bottom: 70px; }
.footer-brand p { max-width: 330px; margin: 20px 0 0; color: var(--quiet); font-size: 13px; line-height: 1.6; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links div { display: flex; flex-direction: column; gap: 12px; }
.footer-links strong { margin-bottom: 6px; font-size: 11px; text-transform: uppercase; letter-spacing: 0.1em; }
.footer-links a { color: var(--quiet); font-size: 13px; transition: color 150ms; }
.footer-links a:hover { color: var(--text); }
.footer-bottom { padding-top: 25px; display: flex; justify-content: space-between; border-top: 1px solid var(--line-soft); color: #52525b; font-size: 10px; text-transform: uppercase; letter-spacing: 0.12em; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 750ms var(--ease), transform 750ms var(--ease); }
[data-reveal].visible { opacity: 1; transform: translateY(0); }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes rotate { to { transform: rotate(360deg); } }

.legal-page { background: #0c0c0f; }
.legal-header { position: static; border-bottom: 1px solid var(--line-soft); }
.legal-main { width: min(800px, calc(100vw - 48px)); margin: 0 auto; padding: 90px 0 120px; }
.legal-main h1 { margin: 0 0 12px; font-size: clamp(44px, 7vw, 70px); letter-spacing: -0.06em; }
.legal-main .last-updated { margin-bottom: 55px; color: var(--quiet); font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; }
.legal-main h2 { margin: 42px 0 14px; font-size: 23px; letter-spacing: -0.035em; }
.legal-main h3 { margin: 27px 0 12px; font-size: 17px; }
.legal-main p, .legal-main li, .legal-main td, .legal-main th { color: var(--muted); font-size: 14px; line-height: 1.75; }
.legal-main li { margin: 7px 0; }
.legal-main a { color: var(--primary-light); text-decoration: underline; text-underline-offset: 3px; }
.legal-main table { width: 100%; margin: 25px 0; border-collapse: collapse; }
.legal-main th, .legal-main td { padding: 14px; border: 1px solid var(--line); text-align: left; }
.legal-main th { color: var(--text); background: var(--surface); }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .section { padding-block: 105px; }
  .desktop-nav, .nav-cta { display: none; }
  .nav-shell { grid-template-columns: 1fr auto; }
  .menu-button { width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; border: 0; background: transparent; cursor: pointer; }
  .menu-button span { width: 20px; height: 1px; background: var(--text); transition: transform 200ms; }
  .menu-button[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { position: absolute; top: 81px; left: 0; width: 100%; padding: 20px 24px 30px; display: flex; flex-direction: column; gap: 0; border-bottom: 1px solid var(--line); background: rgba(9, 9, 11, 0.98); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: 200ms; }
  .mobile-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .mobile-nav a { padding: 15px 0; border-bottom: 1px solid var(--line-soft); font-size: 16px; }
  .mobile-nav a:last-child { margin-top: 15px; padding: 15px; border: 0; border-radius: 12px; background: var(--primary); text-align: center; font-weight: 700; }
  .hero { min-height: auto; padding-top: 150px; grid-template-columns: 1fr; gap: 10px; text-align: center; }
  .hero-copy { padding-bottom: 30px; }
  .eyebrow, .hero-lede { margin-inline: auto; }
  .hero h1 { max-width: 750px; margin-inline: auto; }
  .hero-actions, .hero-notes { justify-content: center; }
  .hero-visual { width: min(590px, 100%); margin: auto; }
  .strip-inner { grid-template-columns: 1fr; gap: 15px; justify-items: center; padding-block: 25px; }
  .strip-end { justify-self: center; }
  .section-heading, .showcase-layout, .benefits-section, .faq-section { grid-template-columns: 1fr; gap: 55px; }
  .section-heading { align-items: start; }
  .section-heading > p { max-width: 610px; }
  .format-grid { grid-template-columns: 1fr; }
  .showcase-copy { max-width: 640px; }
  .benefit-intro { margin-bottom: 15px; }
  .final-cta { padding: 65px 52px; }
  .cta-orb { right: -120px; opacity: 0.48; }
  .footer-top { grid-template-columns: 0.75fr 1.25fr; gap: 50px; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100vw - 28px); }
  .section { padding-block: 82px; }
  .nav-shell { height: 70px; }
  .mobile-nav { top: 69px; }
  .brand { font-size: 17px; }
  .brand img { width: 34px; height: 34px; }
  .hero { padding-top: 125px; }
  .eyebrow { font-size: 9px; }
  .hero h1 { font-size: clamp(45px, 13.3vw, 64px); }
  .hero-lede { margin-top: 22px; font-size: 16px; line-height: 1.6; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-notes { gap: 10px 16px; flex-wrap: wrap; }
  .hero-visual { min-height: 570px; margin-top: 10px; transform: scale(0.92); transform-origin: top center; }
  .orbit-one { width: 490px; height: 490px; left: 50%; transform: translateX(-50%); }
  .orbit-two { display: none; }
  .phone-front { width: 250px; height: 541px; right: 7px; border-width: 6px; border-radius: 42px; }
  .phone-back { width: 220px; height: 476px; top: 63px; left: 2px; border-width: 6px; border-radius: 40px; }
  .floating-card { transform: scale(0.85); }
  .card-idea { right: -20px; }
  .card-format { left: -20px; bottom: 60px; }
  .strip-label, .strip-end { display: none; }
  .platforms { gap: 9px; font-size: 11px; }
  .section-heading h2, .showcase-copy h2, .benefit-intro h2, .center-heading h2, .faq-heading h2 { font-size: clamp(42px, 12.4vw, 56px); }
  .section-heading { margin-bottom: 42px; }
  .format-card { min-height: 520px; }
  .format-main { padding: 27px 22px 0; }
  .format-secondary { padding: 22px 22px 32px; }
  .format-copy { gap: 12px; }
  .format-copy h3 { font-size: 21px; }
  .mini-format-grid { height: 340px; margin-top: 30px; padding: 12px 12px 0; gap: 6px; }
  .mini-format { height: 260px; padding: 12px 7px; border-radius: 12px 12px 0 0; }
  .mini-format.orange { height: 300px; }
  .mini-format.blue { height: 270px; }
  .mini-format.green { height: 285px; }
  .mini-format.pink { height: 245px; }
  .mini-format strong { font-size: 10px; }
  .mini-format span { font-size: 6px; }
  .prompt-window { margin-top: 5px; }
  .showcase-device { height: 650px; }
  .showcase-phone { width: 277px; height: 600px; border-width: 6px; border-radius: 45px; }
  .device-glow { width: 410px; height: 410px; }
  .model-pill { transform: scale(0.88); }
  .pill-one { left: -9px; }
  .pill-two { right: -10px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefit { min-height: 230px; }
  .steps-grid { grid-template-columns: 1fr; gap: 50px; }
  .step-line { top: -52px; left: 50%; width: 1px; height: 55px; background: var(--line); }
  .step:first-child .step-line { display: none; }
  .faq-section { gap: 40px; }
  .final-cta { min-height: 610px; padding: 50px 28px; align-items: flex-start; }
  .cta-copy h2 { font-size: 50px; }
  .cta-orb { right: -55px; bottom: -145px; width: 330px; height: 330px; opacity: 0.52; }
  .cta-orb img { width: 165px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { gap: 15px; align-items: flex-start; flex-direction: column; }
  .legal-main { width: calc(100vw - 32px); padding-top: 65px; }
  .legal-main table { display: block; overflow-x: auto; }
}

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