@font-face{font-family:Inter;src:url('assets/fonts/Inter-Regular.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:Inter;src:url('assets/fonts/Inter-Bold.woff2') format('woff2');font-weight:600 900;font-display:swap}
:root{color-scheme:dark;--bg:#080c16;--surface:#101725;--surface2:#141d30;--line:#273147;--text:#f1f4fd;--muted:#a9b4cb;--subtle:#8f9ab1;--blue:#4466f5;--bright:#8aa9ff;--green:#90d6b7;--radius:16px;--sans:Inter,Arial,sans-serif;--mono:ui-monospace,SFMono-Regular,Consolas,monospace}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:104px}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--sans);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
body:has(dialog[open]){overflow:hidden}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button,a,input,summary{-webkit-tap-highlight-color:transparent}
button{cursor:pointer}
button:disabled{cursor:wait}
img,video{display:block;max-width:100%;height:auto}
svg{flex-shrink:0}
h1,h2,h3,p,figure,ul{margin:0}
h1,h2,h3{line-height:1.13;letter-spacing:-.045em}
h2{font-size:clamp(2rem,3.8vw,3.2rem);font-weight:700;text-wrap:balance}
h3{font-size:1.35rem;letter-spacing:-.025em}
p{color:var(--muted)}
strong,b{font-weight:700}
::selection{background:#3458c9;color:#fff}
:focus-visible{outline:3px solid #a4c5ff;outline-offset:5px}
[hidden]{display:none!important}
.shell{width:min(1200px,calc(100% - 96px));margin-inline:auto}
.skip-link{position:fixed;left:16px;top:-100px;z-index:100;background:var(--text);color:var(--bg);padding:12px 20px;border-radius:8px}
.skip-link:focus{top:12px}
.site-header{position:sticky;top:0;z-index:20;background:#080c16f5;border-bottom:1px solid var(--line)}
.nav-shell{min-height:88px;display:flex;align-items:center;gap:32px}
.brand{display:inline-flex;align-items:center;gap:11px;font-size:1.3rem;font-weight:700;letter-spacing:-.045em;flex-shrink:0}
.brand img{border-radius:9px}
.brand-product{font-size:.78rem;letter-spacing:.015em;color:var(--muted);margin-left:8px;font-weight:400}
.primary-nav{display:flex;align-items:center;gap:27px;margin-left:auto;font-size:.875rem;color:var(--muted)}
.primary-nav a{padding-block:12px}
.primary-nav a:hover,.text-action:hover,.footer-links a:hover{color:var(--text)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:13px;min-height:54px;padding:13px 23px;border:1px solid #6784ff;border-radius:8px;background:var(--blue);color:#fff;font-size:.9375rem;font-weight:700;line-height:1.5;box-shadow:inset 0 1px 0 #ffffff16;transition:background .18s,transform .18s}
.button:hover{background:#3659df;transform:translateY(-1px)}
.button-small{min-height:42px;padding:9px 16px;font-size:.875rem}
.button-divider{height:17px;width:1px;background:#ffffff50}
.button-secondary{background:transparent;border-color:#5d6e8d}
.button-secondary:hover{background:var(--surface2)}
.menu-toggle{display:none;background:transparent;color:var(--text);border:1px solid var(--line);border-radius:6px;min-height:42px;padding:8px 12px;font-size:.875rem}
.menu-toggle svg{vertical-align:-.125em}
.hero{display:grid;grid-template-columns:1.18fr 1fr;align-items:center;gap:68px;padding-block:72px 55px}
.hero-copy{min-width:0}
.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-family:var(--mono);font-size:.75rem;line-height:1.6;color:var(--bright)}
.live-status{display:flex;align-items:center;gap:9px;margin-bottom:28px;font-family:var(--sans);letter-spacing:.025em;text-transform:none;font-size:.875rem;color:#c0cbe2}
.status-dot{width:6px;height:6px;background:var(--green);border-radius:50%;box-shadow:0 0 0 4px #90d6b710;flex-shrink:0}
.hero h1{font-size:clamp(3.4rem,6.1vw,5.25rem);line-height:1.025;letter-spacing:-.065em}
.hero h1>span{color:var(--bright)}
.hero-description{font-size:1.3125rem;line-height:1.5;color:#d8e0f1;margin-top:28px;letter-spacing:-.025em}
.hero-detail{max-width:450px;margin-top:13px;font-size:1rem;line-height:1.7}
.actions{display:flex;align-items:center;gap:25px;flex-wrap:wrap;margin-top:28px}
.text-action{display:inline-flex;gap:9px;align-items:center;font-size:.875rem;color:#d1daec;min-height:44px}
.small-muted{color:var(--subtle);font-family:var(--mono);font-size:.75rem;margin-left:2px}
.trust-line{display:flex;gap:19px;flex-wrap:wrap;list-style:none;padding:0;margin-top:19px;font-size:.75rem;color:var(--muted)}
.trust-line li{display:flex;align-items:center;gap:6px}
.trust-line li::before{content:'✓';color:var(--green)}
.hero-evidence{align-self:stretch;min-width:0;border:1px solid #2d3d63;border-radius:var(--radius);background:linear-gradient(160deg,#151f37 0%,#0d1424 65%);overflow:hidden;position:relative;display:flex;flex-direction:column;align-items:center;padding:20px 20px 0}
.evidence-top{display:flex;justify-content:space-between;align-items:center;width:100%;gap:10px;margin-bottom:19px}
.evidence-top .eyebrow{font-size:.75rem;letter-spacing:.07em;color:#a5b5d4}
.version{font-family:var(--mono);font-size:.75rem;color:var(--subtle)}
.popup-image{display:block;width:285px;max-width:100%;border:1px solid #374974;box-shadow:0 18px 50px #0006;border-radius:10px;overflow:hidden;margin:auto;transition:border-color .2s}
.popup-image:hover{border-color:var(--bright)}
.popup-image img{width:100%}
.hero-evidence figcaption{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:.75rem;width:calc(100% + 40px);padding:17px 18px;margin-top:20px;background:#0d1424;border-top:1px solid #283654}
.caption-mark{font-size:1.4rem;color:var(--bright);line-height:1}
.evidence-label{display:block;width:100%;font-size:.75rem;letter-spacing:.1em;font-family:var(--mono);color:var(--subtle);padding-left:22px}
.principle-strip{padding:27px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:15px;font-size:.875rem;color:#c3cee2}
.principle-strip span{display:flex;align-items:center;gap:18px}
.principle-strip b{color:#7e9eef;font-family:var(--mono);font-size:.75rem;font-weight:400}
.principle-strip i{font-style:normal;color:#61708b}
.section{padding-block:104px}
.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:46px}
.section-heading .eyebrow,.difference-intro .eyebrow,.privacy-intro .eyebrow,.founder-label .eyebrow,.updates-section .eyebrow,.faq-section .eyebrow{margin-bottom:18px}
.section-heading>p{max-width:340px;font-size:1rem}
.demo-layout{display:grid;grid-template-columns:2.1fr 1fr;gap:42px;align-items:center}
.video-frame{border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--surface)}
.video-frame video{width:100%;aspect-ratio:8/5;background:#080b14}
.media-bar{display:flex;justify-content:space-between;gap:20px;padding:12px 16px;color:var(--muted);font-size:.75rem;border-top:1px solid var(--line)}
.demo-guide{padding:0;list-style:none;display:grid;gap:26px;margin:0}
.demo-guide li{position:relative;border-left:1px solid #374970;padding-left:23px}
.demo-guide li::before{content:'';width:5px;height:5px;background:var(--bright);position:absolute;top:9px;left:-3px;border-radius:50%}
.timecode{font-family:var(--mono);font-size:.75rem;color:var(--bright)}
.demo-guide h3{font-size:1.0625rem;letter-spacing:-.02em;margin:8px 0}
.demo-guide p{font-size:.875rem;line-height:1.6}
.video-description{margin-top:18px;font-size:.8125rem;color:var(--muted);max-width:740px}
summary{cursor:pointer}
.video-description summary{width:fit-content;padding-block:6px}
.video-description p{margin-top:12px;font-size:.875rem}
.difference{background:#0e1523;border-block:1px solid var(--line)}
.difference-intro{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:center}
.difference-intro .lead{font-size:1.25rem;line-height:1.55;color:#d4deef;margin-bottom:18px;letter-spacing:-.02em}
.workflow{display:grid;grid-template-columns:1fr 1fr 1fr;gap:56px;list-style:none;padding:0;margin:64px 0 0}
.workflow li{border-top:1px solid #354058;padding-top:22px}
.step-number{font-family:var(--mono);font-size:.8125rem;color:var(--bright);display:flex;justify-content:space-between}
.step-number span{color:#546079}
.workflow h3{font-size:1.75rem;margin:24px 0 16px}
.workflow p{font-size:.9375rem;line-height:1.75}
.features-section>.section-heading{margin-bottom:60px}
.feature-row{display:grid;grid-template-columns:1fr 1.17fr;gap:80px;align-items:center;margin-block:64px 92px}
.feature-row.reverse{grid-template-columns:1.17fr 1fr}
.feature-row.reverse .feature-copy{order:2}
.feature-row.reverse .product-panel{order:1}
.feature-copy{min-width:0}
.feature-index{display:flex;gap:12px;align-items:center;flex-wrap:wrap;font-family:var(--mono);font-size:.75rem;color:var(--bright);letter-spacing:.06em;margin-bottom:18px}
.feature-copy>h3{font-size:clamp(1.9rem,3vw,2.55rem);line-height:1.12;margin-bottom:22px}
.feature-copy>p{font-size:.9375rem}
.feature-list{list-style:none;padding:0;margin:27px 0 0;display:grid;gap:22px}
.feature-list li{padding-left:19px;border-left:2px solid #334974}
.feature-list strong{display:block;font-size:.875rem;color:#dce5f5;line-height:1.5;margin-bottom:4px}
.feature-list span{display:block;font-size:.875rem;line-height:1.7;color:var(--muted)}
.feature-copy .feature-footnote{font-size:.8125rem;line-height:1.65;color:var(--subtle);margin-top:25px}
.product-panel{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#101827;min-width:0}
.panel-label{padding:16px 20px;display:flex;justify-content:space-between;gap:12px;align-items:center;font-size:.75rem;color:#b2c2df;border-bottom:1px solid #273757}
.panel-label span:last-child{color:var(--bright)}
.product-panel>.screenshot-link{display:block;padding:22px;background:#0b1120}
.product-panel img{width:100%;border-radius:7px;border:1px solid #273963}
.product-panel figcaption{padding:16px 20px;display:flex;justify-content:space-between;gap:13px;flex-wrap:wrap;font-size:.75rem;line-height:1.6;color:var(--muted);border-top:1px solid var(--line)}
.product-panel figcaption a{display:inline-flex;align-items:center;min-height:24px;min-width:24px;color:var(--bright)}
.screenshot-link{cursor:zoom-in}
.inline-details{margin-top:23px;font-size:.8125rem;color:var(--bright)}
.inline-details summary{padding-block:5px;line-height:1.7}
.inline-details p{margin-top:12px;line-height:1.8}
.tag{display:inline-block;padding:4px 8px;line-height:1.4;border:1px solid #3a4a67;color:#b6c6e7;border-radius:4px;font-size:.75rem;letter-spacing:.03em;font-weight:400;vertical-align:middle;white-space:normal}
.goal-panel>.screenshot-link{padding:24px 50px;display:flex;justify-content:center;background:linear-gradient(145deg,#0f172a,#0a0f1c)}
.goal-panel img{width:236px;max-width:100%;border-radius:14px}
.goal-row{margin-bottom:84px}
.coach-section{display:grid;grid-template-columns:.9fr 1.4fr;gap:70px;background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:40px}
.coach-intro .eyebrow{margin-bottom:19px}
.coach-intro h3{font-size:1.8rem;margin-bottom:18px;line-height:1.2}
.coach-intro p{font-size:.875rem}
.text-link{display:inline-block;background:none;border:0;padding:0;color:var(--bright);font-size:.875rem;text-decoration:underline;text-decoration-color:#465c90;text-underline-offset:5px;line-height:1.8}
.text-link:hover{color:#c3d5ff;text-decoration-color:currentColor}
.coach-intro .text-link{margin-top:23px}
.coach-paths{display:grid;gap:23px}
.coach-paths>div{position:relative;padding-left:110px}
.coach-paths .tag{position:absolute;left:0;top:2px;min-width:81px;text-align:center}
.coach-paths h4{margin:0 0 7px;font-size:.9375rem;font-weight:700;line-height:1.5}
.coach-paths p{font-size:.875rem;line-height:1.7}
.privacy-section{background:#0d1625;border-block:1px solid #2c3d5a}
.privacy-layout{display:grid;grid-template-columns:1fr 1fr;gap:100px;align-items:center}
.privacy-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border:1px solid #355577;border-radius:14px;color:#9dc9f0;margin-bottom:28px}
.privacy-intro>p:not(.eyebrow){margin-top:24px;max-width:400px}
.privacy-intro .text-link{margin-top:26px}
.privacy-facts{margin:0;display:grid;gap:24px}
.privacy-facts>div{padding-bottom:24px;border-bottom:1px solid #2b3850}
.privacy-facts>div:last-child{padding-bottom:0;border:0}
.privacy-facts dt{font-size:1rem;font-weight:700;margin-bottom:7px}
.privacy-facts dd{font-size:.875rem;color:var(--muted);line-height:1.8;margin:0}
.privacy-facts a,.faq-list a,.form-note a,.legal-copy a,.video-description a{color:var(--bright);text-decoration:underline;text-underline-offset:3px}
.founder-section{display:grid;grid-template-columns:1fr 2fr;gap:95px}
.founder-label>p:not(.eyebrow){margin-top:32px;font-size:.9375rem;color:#dce4f4;line-height:1.7}
.founder-label>p>span{font-size:.8125rem;color:var(--subtle)}
.founder-label .text-link{margin-top:14px;font-size:.8125rem}
.founder-story>h2{margin-bottom:28px}
.founder-story>p{margin-bottom:21px;line-height:1.85}
.quiet-link{margin-top:6px;font-size:.875rem}
.founder-story>.lab-caption{color:var(--subtle);font-size:.8125rem;margin:5px 0 0;line-height:1.8}
.feedback-band{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:40px 44px;background:#141f35;border:1px solid #33476d;border-radius:14px}
.feedback-band h2{font-size:1.7rem;line-height:1.3;margin-top:13px}
.feedback-band .button{flex-shrink:0}
.updates-section{display:grid;grid-template-columns:1fr 1.16fr;gap:80px;align-items:start;border-bottom:1px solid var(--line)}
.updates-section h2{font-size:2.45rem}
.updates-section>div>p:not(.eyebrow){font-size:.9375rem;margin-top:22px;max-width:390px}
.signup-panel{padding-top:5px;min-width:0}
.signup-panel label{display:block;font-size:.875rem;color:#d2dcee;margin-bottom:10px}
.form-row{display:flex;gap:10px}
.form-row input{background:#111a2b;color:var(--text);border:1px solid #637492;border-radius:7px;padding:13px 14px;min-width:0;width:100%;line-height:1.5;font-size:1rem;flex:1}
.form-row input::placeholder{color:#a4aec2}
.form-row .button{font-size:.8125rem;padding:12px 15px;white-space:nowrap;flex-shrink:0}
.form-row .button:disabled{opacity:.55;transform:none}
.form-note{font-size:.75rem;line-height:1.8;margin-top:14px}
.turnstile-slot{min-height:150px;margin-top:18px;max-width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:8px}
#turnstile-widget{max-width:100%}
.verification-status{font-size:.75rem;color:var(--subtle)}
.turnstile-slot .text-link{min-height:24px;min-width:24px;font-size:.8125rem}
.form-error{color:#ffb7bc;font-size:.875rem;border:1px solid #773d52;border-radius:6px;padding:12px 15px;background:#341b2a}
.form-success{padding:24px;background:#12251f;border:1px solid #355e4f;border-radius:12px;min-height:235px}
.success-mark{display:block;color:var(--green);font-size:1.75rem;margin-bottom:16px}
.form-success h3{font-size:1.4rem;margin-bottom:12px}
.form-success p{color:#c0d5c9;font-size:.9375rem}
.faq-section{display:grid;grid-template-columns:1fr 1.7fr;gap:85px}
.faq-list{min-width:0}
.faq-list details{border-top:1px solid var(--line)}
.faq-list details:last-child{border-bottom:1px solid var(--line)}
.faq-list summary{list-style:none;padding:23px 40px 23px 0;position:relative;font-size:1rem;font-weight:700;line-height:1.5}
.faq-list summary::-webkit-details-marker{display:none}
.faq-list summary::after{content:'+';position:absolute;right:0;top:20px;font-size:1.35rem;font-weight:400;color:var(--bright)}
.faq-list details[open] summary::after{content:'−'}
.faq-list details[open] summary{color:#c2d4ff;padding-bottom:13px}
.faq-list p{font-size:.9375rem;padding:0 25px 23px 0;line-height:1.85}
.final-cta{position:relative;text-align:center;padding:74px 30px 84px;border:1px solid #2f426c;border-bottom:0;border-radius:20px 20px 0 0;background:linear-gradient(180deg,#111e38,#0d1424 85%)}
.final-cta>img{margin:0 auto 20px;border-radius:12px}
.final-cta .eyebrow{color:#a7bbeb}
.final-cta h2{font-size:clamp(2.8rem,5.3vw,4.5rem);margin-top:23px;line-height:1.07;letter-spacing:-.055em}
.final-cta h2 span{color:var(--bright)}
.final-cta>p:not(.eyebrow){margin-top:21px}
.final-cta .button{margin-top:26px}
.final-cta .final-note{font-size:.75rem}
.site-footer{border-top:1px solid var(--line);padding:50px 0 25px}
.footer-main{display:flex;justify-content:space-between;gap:60px}
.footer-main>div{flex-shrink:0}
.footer-main>div>p{font-size:.875rem;margin-top:14px}
.footer-links{display:grid;grid-template-columns:repeat(3,auto);gap:12px 35px;color:var(--muted);font-size:.8125rem}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:23px;margin-top:36px;font-size:.75rem;color:var(--subtle)}
dialog{padding:0;border:1px solid #566987;border-radius:12px;background:#101827;color:var(--text);width:min(1320px,calc(100% - 40px));max-width:none;max-height:calc(100dvh - 40px);box-shadow:0 24px 100px #000a}
dialog::backdrop{background:#02050dea;backdrop-filter:blur(5px)}
.dialog-bar{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:15px 20px;border-bottom:1px solid var(--line);position:sticky;top:0;background:#101827;z-index:1}
.dialog-bar h2{font-size:1rem;line-height:1.4;letter-spacing:-.01em}
.dialog-close{min-height:40px;background:var(--surface2);color:var(--text);border:1px solid #5d708f;border-radius:6px;padding:6px 12px;font-size:.875rem;flex-shrink:0}
.dialog-close span{font-size:1.25rem;margin-left:9px}
.dialog-image-wrap{overflow:auto}
.dialog-image-wrap img{width:100%;height:auto;min-width:500px}
dialog>p{font-size:.8125rem;padding:12px 20px;line-height:1.8}
dialog>p a{color:var(--bright);text-decoration:underline;text-underline-offset:3px}
.legal-shell{width:min(760px,calc(100% - 48px));margin-inline:auto}
.legal-main{padding-block:80px 100px}
.legal-main h1{font-size:clamp(2.5rem,5vw,4rem);margin:19px 0 18px}
.legal-date{font-size:.8125rem;margin-bottom:35px}
.legal-scope{border:1px solid #354767;background:var(--surface);padding:22px 24px;border-radius:12px;margin-bottom:36px}
.legal-copy h2{font-size:1.4rem;letter-spacing:-.03em;margin:38px 0 15px;line-height:1.3}
.legal-copy p{margin-bottom:16px;line-height:1.85}
.legal-copy ul{padding-left:22px;margin-bottom:20px;color:var(--muted)}
.legal-copy li{margin-bottom:10px}
.legal-copy strong{color:#dce5f6}
.legal-nav .text-link{margin-left:auto}
@media(min-width:1600px){.hero{padding-block:86px 70px}}
@media(max-width:1100px){.section{padding-block:80px}.feature-row,.feature-row.reverse{gap:45px}.difference-intro,.privacy-layout,.founder-section,.updates-section,.faq-section{gap:50px}.coach-section{padding:30px;gap:40px}.coach-paths>div{padding-left:0}.coach-paths .tag{position:static;margin-bottom:9px}.footer-links{grid-template-columns:repeat(2,auto);gap:12px 30px}.form-row{flex-wrap:wrap}.form-row input{flex-basis:100%}.form-row .button{width:100%}}
@media(max-width:850px){.menu-toggle{display:block}.section-heading{gap:30px}.demo-layout{gap:25px;grid-template-columns:1.8fr 1fr}.demo-guide{gap:19px}.demo-guide li{padding-left:16px}.demo-guide p{font-size:.8125rem}.demo-guide h3{font-size:.9375rem}.difference-intro{gap:38px}.workflow{gap:30px}.feature-row,.feature-row.reverse{gap:35px}.feature-copy>h3{font-size:1.9rem}.feature-list{gap:17px}.feature-list span{font-size:.8125rem}.product-panel>.screenshot-link{padding:12px}.goal-panel>.screenshot-link{padding:24px}.product-panel figcaption{padding:12px;font-size:.75rem}.panel-label{padding:12px;font-size:.75rem}.coach-section{gap:30px;grid-template-columns:1fr 1.1fr}.privacy-layout{gap:45px}.privacy-intro h2{font-size:2.3rem}.founder-section{gap:40px;grid-template-columns:.8fr 1.6fr}.feedback-band{padding:30px}.feedback-band h2{font-size:1.4rem}.updates-section{gap:40px}.updates-section h2{font-size:2rem}.faq-section{gap:40px;grid-template-columns:.8fr 1.6fr}.footer-main{gap:35px}}
@media(max-width:680px){html{scroll-padding-top:92px}.section{padding-block:65px}.section-heading{display:block;margin-bottom:30px}.section-heading>p{margin-top:22px;max-width:100%;font-size:.9375rem}.section-heading .eyebrow{font-size:.75rem;margin-bottom:16px}.demo-layout{grid-template-columns:1fr;gap:28px}.demo-guide{grid-template-columns:1fr;gap:19px}.demo-guide p{font-size:.875rem}.demo-guide h3{font-size:1rem}.media-bar{padding:12px;font-size:.75rem;gap:10px}.difference-intro{grid-template-columns:1fr;gap:25px}.difference-intro .lead{font-size:1.125rem}.difference-intro p{font-size:.9375rem}.workflow{grid-template-columns:1fr;gap:26px;margin-top:38px}.workflow li{padding-top:18px}.workflow h3{margin:16px 0 12px;font-size:1.5rem}.workflow p{font-size:.9375rem}.features-section>.section-heading{margin-bottom:40px}.feature-row,.feature-row.reverse{grid-template-columns:1fr;gap:30px;margin:0 0 55px}.feature-row.reverse .feature-copy{order:0}.feature-row.reverse .product-panel{order:0}.feature-copy>h3{font-size:2rem}.feature-list span{font-size:.875rem}.feature-copy .feature-footnote{font-size:.8125rem}.product-panel>.screenshot-link{padding:15px}.goal-panel>.screenshot-link{padding:25px}.goal-panel img{width:220px}.panel-label{padding:14px 16px;font-size:.75rem}.product-panel figcaption{padding:14px 16px;font-size:.75rem}.coach-section{grid-template-columns:1fr;padding:24px;gap:28px}.coach-paths{gap:24px}.coach-paths>div{padding-top:20px;border-top:1px solid var(--line)}.coach-paths .tag{font-size:.75rem}.privacy-layout{grid-template-columns:1fr;gap:42px}.privacy-intro h2{font-size:2.1rem}.privacy-facts dd{font-size:.9375rem}.founder-section{grid-template-columns:1fr;gap:25px}.founder-label>p:not(.eyebrow){margin-top:16px}.founder-story h2{font-size:2rem}.founder-story p{font-size:.9375rem}.feedback-band{display:block;padding:28px 24px}.feedback-band h2{font-size:1.45rem}.feedback-band .eyebrow{font-size:.75rem}.feedback-band .button{margin-top:23px}.updates-section{grid-template-columns:1fr;gap:27px}.updates-section>div>p:not(.eyebrow){margin-top:19px;max-width:100%}.form-row{display:flex;flex-wrap:wrap}.form-row input{min-height:52px}.form-row .button{min-height:52px;font-size:.9375rem}.form-note{font-size:.8125rem}.faq-section{grid-template-columns:1fr;gap:30px}.faq-list summary{font-size:.9375rem;padding-block:21px}.faq-list p{font-size:.875rem;padding-right:12px}.final-cta{padding:54px 20px 57px}.final-cta .eyebrow{font-size:.75rem}.final-cta h2{font-size:3.2rem}.final-cta>p:not(.eyebrow){font-size:.875rem}.final-cta .final-note{font-size:.75rem}.footer-main{display:block}.footer-links{margin-top:28px;grid-template-columns:1fr 1fr;gap:14px 20px;font-size:.75rem}.footer-bottom{flex-direction:column;gap:12px}.site-footer{padding-top:35px}.dialog-bar{padding:12px}.dialog-bar h2{font-size:.875rem}.dialog-close{padding:6px 9px;font-size:.75rem}.dialog-close span{margin-left:4px}dialog{width:calc(100% - 24px)}.legal-main{padding-block:50px 65px}.legal-nav{min-height:76px;gap:12px}.legal-nav .text-link{font-size:.8125rem}.legal-copy h2{font-size:1.3rem}.legal-copy p,.legal-copy ul{font-size:.9375rem}}
@media(max-width:1100px){.shell{width:calc(100% - 64px)}.nav-shell{gap:22px}.primary-nav{gap:18px}.hero{gap:32px}.hero h1{font-size:clamp(3.1rem,6.5vw,4.7rem)}.hero-evidence{padding-inline:16px}.actions{gap:13px}.hero-evidence figcaption{width:calc(100% + 32px)}}
@media(max-width:850px){.nav-shell{min-height:76px;flex-wrap:wrap;gap:14px;padding-block:13px}.primary-nav{order:4;width:100%;justify-content:center;gap:30px;margin:0}.js .primary-nav{display:none}.js .primary-nav.open{display:flex;padding-top:12px;border-top:1px solid var(--line)}.menu-toggle{margin-left:auto}.nav-install{margin-left:auto}.js .nav-install{margin-left:0}.brand-product{display:none}.hero{grid-template-columns:1.05fr 1fr;gap:25px;padding-top:45px}.hero h1{font-size:clamp(3rem,6.2vw,4.5rem)}.hero-description{font-size:1.125rem}.hero-detail{font-size:.9375rem}.hero-evidence{padding:14px 12px 0}.hero-evidence figcaption{width:calc(100% + 24px);padding:13px 12px}.evidence-top .eyebrow{font-size:.75rem}.popup-image{width:100%}.trust-line{gap:7px 15px}.principle-strip span{gap:10px}.principle-strip{font-size:.8125rem}}
@media(max-width:680px){.shell{width:calc(100% - 40px)}.nav-shell{gap:10px;min-height:72px}.brand{font-size:1.1rem;gap:7px}.brand img{width:30px;height:30px}.nav-install{font-size:.75rem;padding:8px 10px;gap:5px}.menu-toggle{font-size:.75rem;padding:8px;min-height:40px}.menu-toggle span{display:none}.primary-nav{gap:20px;font-size:.8125rem}.hero{grid-template-columns:1fr;gap:38px;padding-block:42px 38px}.hero h1{font-size:clamp(3.5rem,11.8vw,5rem);letter-spacing:-.06em}.live-status{font-size:.75rem;margin-bottom:23px}.hero-description{font-size:1.1875rem;margin-top:25px}.hero-detail{font-size:1rem;max-width:450px}.actions{gap:18px;margin-top:26px}.trust-line{font-size:.75rem;gap:12px}.hero-evidence{max-width:440px;width:100%;margin-inline:auto;padding:18px 20px 0}.popup-image{width:260px}.evidence-top .eyebrow{font-size:.75rem}.hero-evidence figcaption{width:calc(100% + 40px);padding:15px 20px}.principle-strip{padding:19px 0;gap:16px;flex-direction:column;align-items:flex-start}.principle-strip i{display:none}.principle-strip span{font-size:.875rem;gap:14px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}}
@media(max-width:359px){.hero h1{font-size:3rem}.site-header .brand>span{display:none}.site-header .brand{flex-shrink:1}.legal-nav .brand>span{display:inline}.trust-line{font-size:.75rem;gap:9px 14px}.hero-evidence{padding-inline:14px}.hero-evidence figcaption{width:calc(100% + 28px)}}
