:root {
  --bg: #080b0d;
  --bg-soft: #0d1114;
  --surface: #11171a;
  --surface-2: #151d20;
  --line: rgba(255,255,255,.1);
  --line-strong: rgba(255,255,255,.16);
  --text: #f4f7f5;
  --muted: #9ca8a3;
  --green: #79e3a5;
  --green-dark: #163d29;
  --amber: #f2bd63;
  --red: #ef756f;
  --neutral: #66716d;
  --radius: 22px;
  --shadow: 0 28px 80px rgba(0,0,0,.32);
  --max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; scrollbar-gutter: stable; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }
body { margin: 0; min-width: 320px; overflow-x: hidden; color: var(--text); background: var(--bg); font: 400 16px/1.65 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; z-index: -2; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: 60px 60px; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 780px; margin-bottom: 25px; font-size: clamp(3rem, 7vw, 6.5rem); font-weight: 650; }
h2 { margin-bottom: 22px; font-size: clamp(2.15rem, 4.4vw, 4.25rem); font-weight: 620; }
h3 { margin-bottom: 12px; font-size: 1.2rem; font-weight: 600; }
p { color: var(--muted); }
::selection { color: #07100b; background: var(--green); }
:focus-visible { outline: 3px solid var(--green); outline-offset: 4px; border-radius: 4px; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { position: relative; padding: clamp(88px, 11vw, 150px) 0; }
.section-muted { background: var(--bg-soft); border-block: 1px solid rgba(255,255,255,.05); }
.section-heading { max-width: 760px; margin-bottom: 55px; }
.section-heading > p:last-child, .lead-small { max-width: 650px; font-size: 1.12rem; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--green); font-size: .75rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow > span { width: 22px; height: 1px; background: currentColor; }
.lead { max-width: 690px; margin-bottom: 34px; font-size: clamp(1.08rem, 1.7vw, 1.32rem); }
.muted { color: var(--muted); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 10px 16px; color: #07100b; background: var(--green); }
.skip-link:focus { top: 14px; }

.site-header { position: fixed; top: 0; right: 0; left: 0; z-index: 50; border-bottom: 1px solid transparent; transition: background .25s, border-color .25s; }
.site-header.scrolled { border-color: var(--line); background: rgba(8,11,13,.86); backdrop-filter: blur(18px); }
.nav-shell { display: flex; min-height: 82px; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 1.05rem; font-weight: 700; letter-spacing: -.02em; }
.brand-mark { display: flex; width: 28px; height: 28px; align-items: flex-end; justify-content: center; gap: 2px; padding: 5px; transform: skew(-8deg); border: 1px solid rgba(121,227,165,.45); border-radius: 8px; background: rgba(121,227,165,.08); }
.brand-mark i { display: block; width: 4px; border-radius: 2px; background: var(--green); }
.brand-mark i:nth-child(1) { height: 8px; opacity: .6; }.brand-mark i:nth-child(2) { height: 14px; }.brand-mark i:nth-child(3) { height: 11px; opacity: .8; }
.main-nav { display: flex; align-items: center; gap: 28px; color: #c8d0cc; font-size: .88rem; }
.main-nav > a:not(.button):hover { color: var(--text); }
.language-switcher { display: flex; gap: 3px; padding: 4px; border: 1px solid var(--line); border-radius: 99px; }
.language-switcher a { padding: 2px 8px; color: var(--muted); font-size: .7rem; border-radius: 99px; }
.language-switcher a.active { color: #08100b; background: var(--green); }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 24px; color: #07100b; font-weight: 700; border: 1px solid var(--green); border-radius: 99px; background: var(--green); box-shadow: 0 10px 30px rgba(121,227,165,.12); }
.button:hover { background: #92ecb5; transform: translateY(-1px); }
.button-secondary { color: var(--text); border-color: var(--line-strong); background: transparent; box-shadow: none; }
.button-secondary:hover { color: #07100b; border-color: var(--green); background: var(--green); }
.button-small { min-height: 42px; padding-inline: 18px; }
.menu-toggle { display: none; width: 46px; height: 42px; padding: 11px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.menu-toggle > span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: var(--text); transition: transform .2s; }

.hero { display: flex; min-height: 850px; align-items: center; padding-top: 160px; overflow: hidden; }
.hero::after { content: ""; position: absolute; right: -20%; bottom: -42%; width: 75vw; height: 75vw; border: 1px solid rgba(121,227,165,.08); border-radius: 50%; }
.hero-glow { position: absolute; top: 8%; right: 0; width: 55%; height: 75%; opacity: .14; background: radial-gradient(ellipse, var(--green), transparent 63%); filter: blur(80px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); align-items: center; gap: 40px; }
.hero-copy { position: relative; z-index: 2; }
.hero h1 { max-width: 850px; font-size: clamp(3.15rem, 6vw, 5.65rem); }
.audience-line { margin: -12px 0 28px; color: #d5ddd9; font-size: .92rem; font-weight: 650; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.store-row { display: flex; flex-wrap: wrap; gap: 12px; }
.store-button { display: flex; min-width: 185px; height: 62px; align-items: center; gap: 12px; padding: 8px 17px; border: 1px solid var(--line-strong); border-radius: 13px; background: rgba(17,23,26,.78); transition: transform .2s, border-color .2s; }
.store-button:hover { transform: translateY(-2px); border-color: rgba(121,227,165,.55); }
.store-button[aria-disabled="True"], .store-button[aria-disabled="true"] { cursor: default; }
.store-button svg { width: 24px; height: 24px; fill: var(--text); }
.store-button span { display: flex; flex-direction: column; line-height: 1.1; }
.store-button small { max-width: 145px; overflow: hidden; color: var(--muted); font-size: .61rem; text-overflow: ellipsis; white-space: nowrap; }
.store-button strong { margin-top: 4px; font-size: .95rem; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 25px; color: #bac5c0; font-size: .78rem; }
.hero-trust span::first-letter { color: var(--green); }
.hero-visual { position: relative; min-height: 610px; }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; }
.orbit-one { inset: 7% -12% 3% 4%; }.orbit-two { inset: 17% -1% 13% 14%; border-color: rgba(121,227,165,.12); }
.phone { position: absolute; top: 0; left: 50%; z-index: 2; width: 284px; height: 588px; padding: 10px 7px; overflow: hidden; transform: translateX(-50%) rotate(4deg); border: 7px solid #222a2c; border-radius: 48px; background: #0b0f14; box-shadow: 0 50px 100px rgba(0,0,0,.55), inset 0 0 0 1px rgba(255,255,255,.06); }
.hero-app-screen { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.phone-top { position: absolute; top: 11px; left: 50%; width: 82px; height: 21px; transform: translateX(-50%); border-radius: 20px; background: #050708; }
.screen-header { display: flex; align-items: center; justify-content: space-between; margin: 10px 3px 28px; }
.screen-logo { display: grid; width: 30px; height: 30px; place-items: center; color: var(--green); font-weight: 800; border: 1px solid rgba(121,227,165,.3); border-radius: 8px; }
.muted-line, .screen-kicker, .screen-title-line, .workout-card i, .screen-cta { display: block; border-radius: 99px; background: #283135; }
.muted-line.short { width: 58px; height: 7px; }.screen-kicker { width: 64px; height: 6px; margin-bottom: 10px; background: rgba(121,227,165,.4); }.screen-title-line { width: 72%; height: 13px; margin-bottom: 25px; background: #d9e0dd; }
.workout-card { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; margin: 10px 0; padding: 14px 12px; border: 1px solid rgba(255,255,255,.06); border-radius: 15px; background: rgba(255,255,255,.035); }
.exercise-icon { width: 40px; height: 40px; border-radius: 12px; background: radial-gradient(circle at 35% 35%, #8af0b2, #1c5d38); }.exercise-icon.alt { background: radial-gradient(circle at 35% 35%, #d8b872, #5a401a); }
.workout-card i { width: 90px; height: 7px; margin: 7px 0; }.workout-card i + i { width: 58px; height: 5px; background: #20282b; }.workout-card b { color: #58635f; font-size: .75rem; }
.mini-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin: 26px 0; }.mini-stats span { height: 58px; border-radius: 12px; background: rgba(255,255,255,.035); }.screen-cta { height: 46px; background: var(--green); }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 13px 16px; border: 1px solid var(--line-strong); border-radius: 15px; background: rgba(18,25,28,.9); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.floating-card div { display: flex; flex-direction: column; }.floating-card small { color: var(--muted); font-size: .68rem; }.floating-card strong { font-size: .9rem; }.pulse-dot { width: 12px; height: 12px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(121,227,165,.11); }
.float-one { top: 17%; left: -4%; }.float-two { right: -3%; bottom: 17%; flex-direction: column; align-items: flex-start; transform: rotate(-3deg); }

.problem-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.problem-card, .feature-card, .benefit-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.card-number { display: block; margin-bottom: 45px; color: var(--green); font: 600 .72rem/1 monospace; }
.problem-card p, .feature-card p, .benefit-card p { margin-bottom: 0; font-size: .92rem; }
.solution-band { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 25px; margin-top: 18px; padding: 30px; border: 1px solid rgba(121,227,165,.22); border-radius: var(--radius); background: linear-gradient(110deg, rgba(121,227,165,.11), rgba(121,227,165,.02)); }
.solution-band p { max-width: 750px; margin: 0; }.solution-mark { display: grid; width: 60px; height: 60px; place-items: center; color: var(--green); font-size: 1.4rem; font-weight: 800; border: 1px solid rgba(121,227,165,.35); border-radius: 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.feature-card { min-height: 220px; padding: 23px; transition: transform .25s, border-color .25s, background .25s; }.feature-card:hover { transform: translateY(-4px); border-color: rgba(121,227,165,.3); background: var(--surface-2); }
.feature-icon { display: grid; width: 41px; height: 41px; margin-bottom: 35px; place-items: center; color: var(--green); border: 1px solid rgba(121,227,165,.24); border-radius: 12px; background: rgba(121,227,165,.06); }.feature-icon svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.section-accent { overflow: hidden; background: #0a1410; }.section-accent::before { content: ""; position: absolute; inset: 0; opacity: .2; background: radial-gradient(circle at 100% 0, var(--green), transparent 35%); }
.steps { position: relative; display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin: 0; padding: 0; list-style: none; }.steps::before { content: ""; position: absolute; top: 25px; right: 11%; left: 11%; height: 1px; background: linear-gradient(90deg, transparent, rgba(121,227,165,.45), transparent); }
.steps li { position: relative; padding-right: 35px; }.steps li > span { display: grid; width: 50px; height: 50px; margin-bottom: 30px; place-items: center; color: #07100b; font-weight: 800; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 8px #0a1410; }.steps p { font-size: .92rem; }
.split-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(55px, 9vw, 120px); }.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }.tag-cloud span { padding: 7px 13px; color: #bdc7c3; font-size: .78rem; border: 1px solid var(--line); border-radius: 99px; background: var(--surface); }
.injury-card { position: relative; overflow: hidden; padding: clamp(30px,5vw,52px); border: 1px solid rgba(239,117,111,.25); border-radius: 30px; background: linear-gradient(145deg, rgba(239,117,111,.09), rgba(17,23,26,.6)); box-shadow: var(--shadow); }.injury-card::after { content: "+"; position: absolute; right: -25px; bottom: -80px; color: rgba(239,117,111,.05); font-size: 230px; font-weight: 200; }.injury-top { display: flex; align-items: center; gap: 14px; margin-bottom: 40px; color: var(--red); text-transform: uppercase; letter-spacing: .12em; }.shield { display: grid; width: 42px; height: 48px; place-items: center; font-size: 1.5rem; border: 1px solid rgba(239,117,111,.4); border-radius: 18px 18px 23px 23px; }.medical-note { position: relative; z-index: 1; margin-top: 25px; padding: 15px; color: #b6c0bc; font-size: .76rem; border-left: 2px solid var(--red); background: rgba(0,0,0,.18); }
.recovery-panel { position: relative; min-height: 570px; padding: 28px; border: 1px solid var(--line); border-radius: 30px; background: linear-gradient(160deg,#151d20,#0a0e10); box-shadow: var(--shadow); }.recovery-head { display: flex; justify-content: space-between; }.recovery-head span { color: var(--muted); font-size: .75rem; }.body-map { position: relative; width: 170px; height: 350px; margin: 58px auto 40px; filter: drop-shadow(0 15px 35px rgba(0,0,0,.35)); }.body-map span { position: absolute; display: block; border: 1px solid #59635f; background: #1b2325; }.body-head { top: 0; left: 67px; width: 38px; height: 43px; border-radius: 50%; }.body-torso { top: 52px; left: 46px; width: 80px; height: 140px; clip-path: polygon(20% 0,80% 0,100% 92%,65% 100%,35% 100%,0 92%); }.body-arm { top: 58px; width: 24px; height: 150px; border-radius: 30px; }.body-arm.left { left: 17px; transform: rotate(8deg); }.body-arm.right { right: 17px; transform: rotate(-8deg); }.body-leg { top: 190px; width: 32px; height: 157px; border-radius: 25px; }.body-leg.left { left: 48px; transform: rotate(3deg); }.body-leg.right { right: 48px; transform: rotate(-3deg); }.heat { position: absolute; z-index: 2; border-radius: 50%; filter: blur(5px); }.heat-one { top: 75px; left: 57px; width: 58px; height: 45px; background: rgba(121,227,165,.6); }.heat-two { top: 170px; left: 53px; width: 65px; height: 54px; background: rgba(242,189,99,.55); }.heat-three { top: 245px; right: 47px; width: 35px; height: 70px; background: rgba(239,117,111,.62); }
.recovery-panel.recovery-screen-shot { min-height: 0; margin: 0; padding: 8px; overflow: hidden; background: #070d11; }
.recovery-screen-shot img { display: block; width: 100%; height: auto; aspect-ratio: 390/844; object-fit: contain; object-position: center; }
.recovery-legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px 18px; font-size: .72rem; }.recovery-legend span::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; }.fresh::before { background: var(--green); }.loaded::before { background: var(--amber); }.recovering::before { background: var(--red); }.neutral::before { background: var(--neutral); }
.screens-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }.screen-shot { margin: 0; }.app-screen-image { display: block; width: 100%; height: auto; aspect-ratio: 390/844; padding: 8px; object-fit: contain; object-position: center; border: 1px solid var(--line-strong); border-radius: 30px; background: #0b0f11; box-shadow: 0 28px 70px rgba(0,0,0,.32); }.screen-shot figcaption { padding: 18px 5px; font-weight: 600; }
.benefit-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 13px; }.benefit-card > span { display: inline-block; margin-bottom: 45px; color: var(--green); font-size: 1.3rem; }.trust-panel { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; margin-top: 80px; padding: clamp(32px,6vw,65px); border: 1px solid var(--line); border-radius: 30px; background: #0b0f11; }.trust-panel p { max-width: 650px; }.trust-signals { display: flex; flex-direction: column; justify-content: center; gap: 13px; }.trust-signals span { padding: 14px 18px; color: #c8d1cd; border: 1px solid var(--line); border-radius: 13px; }.trust-signals span::first-letter { color: var(--green); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px,8vw,100px); }.faq-heading { position: sticky; top: 130px; align-self: start; }.faq-list details { border-top: 1px solid var(--line); }.faq-list details:last-child { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; min-height: 78px; align-items: center; justify-content: space-between; gap: 25px; cursor: pointer; font-weight: 600; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--green); font-size: 1.5rem; font-weight: 300; transition: transform .2s; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 660px; padding: 0 45px 24px 0; }
.final-cta { padding-top: 30px; }.final-shell { display: grid; min-height: 590px; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 30px; overflow: hidden; padding: clamp(35px,7vw,80px); border: 1px solid rgba(121,227,165,.2); border-radius: 36px; background: linear-gradient(120deg,#122219,#0b1110 60%,#101817); }.final-shell h2 { max-width: 730px; }.compact .store-button { min-width: 170px; }.availability { margin: 18px 0 0; font-size: .75rem; }.cta-device { position: relative; width: 270px; height: 480px; justify-self: end; transform: translateY(85px) rotate(7deg); border: 7px solid #29322f; border-radius: 48px; background: linear-gradient(150deg,#101b16,#07100b); box-shadow: var(--shadow); }.cta-device span { position: absolute; top: 50%; left: 50%; display: grid; width: 80px; height: 80px; place-items: center; transform: translate(-50%,-50%); color: var(--green); font-size: 2rem; font-weight: 800; border: 1px solid rgba(121,227,165,.25); border-radius: 24px; }

.site-footer { padding: 80px 0 25px; border-top: 1px solid var(--line); background: #060809; }.footer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }.footer-grid p { margin: 18px 0 0; }.footer-links { display: flex; flex-wrap: wrap; align-content: start; justify-content: flex-end; gap: 15px 25px; color: #b5bfbb; font-size: .85rem; }.footer-links a:hover { color: var(--green); }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 70px; padding-top: 22px; color: #65706c; font-size: .7rem; border-top: 1px solid var(--line); }
.legal-page { padding-top: 160px; }.legal-container { max-width: 820px; }.legal-page h1 { font-size: clamp(3rem,7vw,5.6rem); }.legal-lead { font-size: 1.25rem; }.legal-page section { padding: 30px 0; border-top: 1px solid var(--line); }.legal-page section h2 { font-size: 1.25rem; letter-spacing: -.01em; }.legal-page section p { margin: 0; }.legal-page section p + p { margin-top: 16px; }.legal-page a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }.legal-links { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 20px 0 0; padding: 0; list-style: none; }
.status-page { min-height: 75vh; padding-top: 180px; text-align: center; }.status-page .container { max-width: 750px; }.status-code { color: var(--green); font: 700 1rem/1 monospace; letter-spacing: .18em; }.status-page h1 { margin: 25px auto; font-size: clamp(3rem,8vw,6rem); }.status-page p { margin-bottom: 30px; font-size: 1.1rem; }
.reveal { opacity: 1; transform: none; }

.readiness-section .recovery-panel { width: min(100%, 430px); justify-self: center; }
.readiness-states { display: grid; gap: 10px; margin-top: 32px; }
.readiness-states > div { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.025); }
.readiness-states span { display: flex; flex-direction: column; color: var(--muted); font-size: .79rem; }
.readiness-states strong { color: var(--text); font-size: .93rem; }
.state-dot { flex: 0 0 auto; width: 12px; height: 12px; border-radius: 50%; box-shadow: 0 0 0 7px rgba(255,255,255,.035); }
.state-dot.ready { background: var(--green); }.state-dot.loaded { background: var(--amber); }.state-dot.recovery { background: var(--red); }
.decision-note { margin: 18px 0 0; font-size: .75rem; }

.promise-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.promise-card { min-height: 300px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, var(--surface), rgba(17,23,26,.6)); }
.promise-card > span { display: inline-block; margin-bottom: 75px; color: var(--green); font: 700 .74rem/1 monospace; }
.promise-card p { margin-bottom: 0; }
.philosophy { margin: 60px 0 0; padding: clamp(28px,5vw,52px); border-left: 2px solid var(--green); background: rgba(121,227,165,.055); }
.philosophy p { max-width: 920px; margin-bottom: 18px; color: var(--text); font-size: clamp(1.35rem,2.7vw,2.15rem); line-height: 1.35; letter-spacing: -.025em; }
.philosophy cite { color: var(--green); font-size: .78rem; font-style: normal; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.adaptation-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(45px,8vw,100px); margin-top: clamp(70px,10vw,130px); }

.audience-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px,8vw,100px); align-items: start; }
.audience-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.audience-card { min-height: 205px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.audience-card p { margin: 0; font-size: .88rem; }

.secondary-feature-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.secondary-feature { display: grid; grid-template-columns: 30px 1fr; gap: 14px; padding: 23px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.018); }
.secondary-feature > span { color: var(--green); }.secondary-feature h3 { font-size: 1rem; }.secondary-feature p { margin: 0; font-size: .86rem; }

.beta-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(45px,8vw,100px); align-items: start; }
.beta-benefits { display: grid; gap: 11px; margin: 30px 0 0; padding: 0; color: #c6d0cc; list-style: none; }
.beta-benefits li::before { content: "✓"; margin-right: 10px; color: var(--green); }
.beta-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: clamp(24px,4vw,42px); border: 1px solid rgba(121,227,165,.2); border-radius: 26px; background: #0b1012; box-shadow: var(--shadow); }
.form-field { display: flex; min-width: 0; flex-direction: column; gap: 7px; }.form-field.full, .beta-form .full { grid-column: 1/-1; }
.form-field label, .form-field legend { color: #dce3e0; font-size: .82rem; font-weight: 650; }.form-field legend { margin-bottom: 9px; }
.form-field input:not([type="radio"]):not([type="checkbox"]), .form-field select { width: 100%; min-height: 50px; padding: 0 14px; color: var(--text); border: 1px solid var(--line-strong); border-radius: 11px; background: #11181b; font: inherit; }
.form-field select { color-scheme: dark; }.form-field small { color: var(--muted); font-size: .7rem; }
.form-field input:focus, .form-field select:focus { border-color: var(--green); outline: 2px solid rgba(121,227,165,.25); outline-offset: 1px; }
.interest-options { margin: 0; padding: 0; border: 0; }.interest-options label { display: flex; align-items: center; gap: 9px; margin: 7px 0; font-weight: 400; }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; color: var(--muted); font-size: .76rem; }.consent input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--green); }.consent a { color: var(--green); text-decoration: underline; text-underline-offset: 2px; }
.field-validation-error, .validation-summary-errors { color: #ff9e99; font-size: .76rem; }.validation-summary:empty, .field-validation-valid, .form-status:empty { display: none; }
.form-status { margin: 0; padding: 12px 14px; color: #ffb0ab; border: 1px solid rgba(239,117,111,.3); border-radius: 10px; background: rgba(239,117,111,.08); }.form-status.success { color: #a8f1c5; border-color: rgba(121,227,165,.3); background: rgba(121,227,165,.08); }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.proof-section .trust-panel { margin-top: 0; }

@media (max-width: 1050px) {
  .main-nav { gap: 17px; }.main-nav > a:not(.button) { display: none; }
  .hero-grid { grid-template-columns: 1fr 390px; }.hero h1 { font-size: clamp(3.4rem,7vw,5.2rem); }
  .problem-grid, .benefit-grid { grid-template-columns: repeat(2,1fr); }.feature-grid { grid-template-columns: repeat(3,1fr); }
  .promise-card { min-height: 330px; }.beta-layout { grid-template-columns: .7fr 1.3fr; gap: 45px; }
}
@media (max-width: 780px) {
  .container { width: min(calc(100% - 30px), var(--max)); }.section { padding: 85px 0; }
  .menu-toggle { display: block; }.main-nav { position: absolute; top: 72px; right: 15px; left: 15px; display: none; align-items: stretch; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(13,17,20,.98); box-shadow: var(--shadow); }.main-nav.open { display: flex; flex-direction: column; }.main-nav > a:not(.button) { display: block; padding: 5px; }.language-switcher { align-self: flex-start; }.menu-toggle[aria-expanded="true"] > span:nth-last-child(2) { transform: translateY(3px) rotate(45deg); }.menu-toggle[aria-expanded="true"] > span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .hero { min-height: auto; padding-top: 135px; }.hero-grid { grid-template-columns: 1fr; }.hero-visual { min-height: 610px; margin-top: 20px; }.float-one { left: 2%; }.float-two { right: 2%; }.hero-trust { font-size: .72rem; }
  .feature-grid { grid-template-columns: repeat(2,1fr); }.steps { grid-template-columns: 1fr; gap: 25px; }.steps::before { top: 0; bottom: 0; left: 24px; width: 1px; height: auto; }.steps li { display: grid; grid-template-columns: 50px 1fr; gap: 22px; padding: 0; }.steps li > span { margin: 0; }
  .split-grid, .trust-panel, .faq-layout, .final-shell, .adaptation-grid, .audience-layout, .beta-layout { grid-template-columns: 1fr; }.split-grid { gap: 55px; }.recovery-panel { order: 2; }.screens-grid { grid-template-columns: 1fr; }.screen-shot { display: grid; grid-template-columns: minmax(170px,.75fr) 1fr; align-items: center; gap: 18px; }.faq-heading { position: static; }.final-shell { min-height: 780px; }.cta-device { justify-self: center; transform: translateY(100px) rotate(6deg); }.footer-grid { grid-template-columns: 1fr; }.footer-links { justify-content: flex-start; }.footer-bottom { flex-direction: column; }
  .promise-grid { grid-template-columns: 1fr; }.promise-card { min-height: auto; }.promise-card > span { margin-bottom: 34px; }.beta-layout { gap: 45px; }
}
@media (max-width: 520px) {
  h1, .hero h1 { font-size: clamp(2.65rem,13vw,3.8rem); }.hero-copy .lead { font-size: 1rem; }.hero-actions, .store-row { flex-direction: column; }.hero-actions .button, .store-button { width: 100%; }.hero-visual { min-height: 520px; }.phone { width: 240px; height: 494px; border-radius: 40px; }.mini-stats { margin: 17px 0; }.float-one { top: 10%; left: -2%; }.float-two { right: -2%; bottom: 11%; }
  .problem-grid, .feature-grid, .benefit-grid, .audience-cards, .secondary-feature-grid, .beta-form { grid-template-columns: 1fr; }.problem-card, .feature-card { min-height: auto; }.card-number, .feature-icon, .benefit-card > span { margin-bottom: 25px; }.solution-band { grid-template-columns: 1fr; }.recovery-panel { min-height: 0; }.screen-shot { display: block; }.trust-panel { margin-top: 55px; }.final-shell { min-height: 760px; padding: 34px 23px; }.cta-device { width: 225px; height: 410px; }.footer-bottom { margin-top: 50px; }.beta-form { padding: 23px 18px; }.form-field.full, .beta-form .full { grid-column: 1; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
