:root{--font-sans:"Geist", Helvetica, Arial, sans-serif;--font-mono:"Geist Mono", monospace;--blue:#073d7f;--blue-deep:#052e61;--blue-light:#219add;--ink:#0b1b33;--body:#3e4c63;--muted:#6b7a93;--placeholder:#8b96a8;--on-dark-body:#c9daf0;--on-dark-accent:#5fbdee;--surface-muted:#f6f8fb;--border:#e3e9f1;--border-grey:#dde4ee;--border-input:#d6deea;--shadow-card:0 1px 2px #0b1b330a, 0 4px 12px #0b1b330f;--shadow-card-hover:0 1px 2px #0b1b330a, 0 10px 24px #0b1b3317;--shadow-shot-dark:0 2px 6px #031e4240, 0 12px 32px #031e4247;--shadow-nav:0 1px 0 #ffffff0f inset, 0 8px 24px #052e6138;--ease:cubic-bezier(.2, .7, .2, 1);--gutter:clamp(16px, 3vw, 40px);--band-gradient:linear-gradient(180deg, #073d7f 0%, #052e61 100%)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}html,body{color:var(--ink);-webkit-font-smoothing:antialiased;background:#fff;margin:0;padding:0}body{font-family:var(--font-sans);min-height:100vh}a{color:var(--blue);text-decoration:none}a:hover{color:var(--blue-light)}::selection{background:#219add38}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--blue-light);outline-offset:3px}input,select,textarea{font:inherit}input::placeholder,textarea::placeholder{color:#9aa7ba}picture{display:contents}img{display:block}[hidden]{display:none!important}h1,h2,h3,p{margin:0}.container{max-width:1200px;margin:0 auto}.section{padding:clamp(88px, 10vw, 150px) var(--gutter);background:#fff}.section--muted{background:var(--surface-muted)}.section--bordered{border-top:1px solid var(--border)}.section--form{padding:clamp(72px, 9vw, 120px) var(--gutter)}.two-col{grid-template-columns:repeat(auto-fit,minmax(min(100%,380px),1fr));align-items:center;gap:clamp(40px,5vw,80px);display:grid}.two-col>*{min-width:0}.two-col--wide{gap:clamp(40px,5vw,88px)}.two-col--form{align-items:start;gap:clamp(40px,5vw,96px)}.two-col--top{align-items:start}.stack-64{flex-direction:column;gap:clamp(40px,5vw,64px);display:flex}.eyebrow{color:var(--blue-light);margin-bottom:-6px;font-size:14px;font-weight:600}.eyebrow--light{color:var(--on-dark-accent)}.h1{letter-spacing:-.035em;text-wrap:balance;font-size:clamp(42px,6vw,76px);font-weight:600;line-height:1.02}.h2{letter-spacing:-.03em;font-size:clamp(34px,3.8vw,48px);font-weight:600;line-height:1.08}.h2--balance{text-wrap:balance}.h3{letter-spacing:-.025em;font-size:28px;font-weight:600;line-height:1.1}.copy{flex-direction:column;gap:20px;min-width:0;display:flex}.copy--14{gap:14px}.copy--16{gap:16px}.copy--18{gap:18px}.copy--center{text-align:center;align-items:center}.prose{color:var(--body);text-wrap:pretty;flex-direction:column;gap:16px;max-width:52ch;font-size:17px;line-height:1.6;display:flex}.prose--14{gap:14px}.prose--56{max-width:56ch}.prose--offset{margin-top:6px}.prose .kicker{color:var(--ink);font-weight:600}.lead{color:var(--body);text-wrap:pretty;font-size:17px;line-height:1.6}.lead--dark{color:var(--on-dark-body)}.mw-48{max-width:48ch}.mw-60{max-width:60ch}.mono{font-family:var(--font-mono)}.btn{text-align:center;cursor:pointer;border:1px solid #0000;border-radius:6px;font-family:inherit;font-size:15px;font-weight:600;transition:background .2s,color .2s,border-color .2s;display:inline-block}.btn--light{color:var(--blue);background:#fff;border-color:#fff}.btn--light:hover,.btn--ghost{color:#fff;background:0 0;border-color:#ffffff80}.btn--ghost:hover{color:var(--blue);background:#fff;border-color:#fff}.btn--dark{color:#fff;background:var(--blue);border-color:var(--blue)}.btn--dark:hover{color:var(--blue);border-color:var(--blue);background:0 0}.btn--hero{padding:12px 22px}.btn--cta{padding:13px 26px}.btn--nav{padding:8px 14px;font-size:14px}.btn--block{width:100%;margin-top:4px;padding:15px;display:block}.arrow-link{color:var(--blue);align-items:center;gap:8px;font-size:15px;font-weight:600;transition:gap .2s,color .2s;display:inline-flex}.arrow-link:hover{color:var(--blue-light);gap:12px}.arrow-link--light{color:#fff;font-weight:500}.arrow-link--light:hover{color:var(--on-dark-accent)}.card{border:1px solid var(--border);box-shadow:var(--shadow-card);background:#fff;border-radius:8px}.card--hover{transition:transform .25s,box-shadow .25s,border-color .25s}.card--hover:hover{border-color:var(--border-input);box-shadow:var(--shadow-card-hover);transform:translateY(-3px)}.shot{border:1px solid var(--border);width:100%;box-shadow:var(--shadow-card);background:#fff;border-radius:8px;line-height:0;overflow:hidden}.shot--r6{border-radius:6px}.shot img{width:100%;height:auto}.band{background:var(--band-gradient);color:#fff;position:relative;overflow:hidden}.band:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px);background-position:top;background-size:56px 56px;position:absolute;inset:0}.band>.container{position:relative}.skip-link{z-index:100;color:var(--ink);box-shadow:var(--shadow-card);transition:transform .15s var(--ease);background:#fff;border-radius:8px;padding:10px 18px;font-size:14px;font-weight:600;text-decoration:none;position:fixed;top:12px;left:12px;transform:translateY(-200%)}.skip-link:focus{transform:none}main:focus{outline:none}.site-nav{z-index:30;height:0;position:sticky;top:0;overflow:visible}.site-nav__wrap{padding:12px var(--gutter) 0;position:relative}.site-nav__bar{background:var(--blue);max-width:1200px;height:56px;box-shadow:var(--shadow-nav);border:1px solid #ffffff24;border-radius:12px;justify-content:space-between;align-items:center;gap:24px;margin:0 auto;padding:0 10px 0 20px;display:flex;position:relative}.site-nav__logo{align-items:center;display:flex}.logo--white{filter:brightness(0)invert();width:auto;height:26px}.logo--small{height:24px}.site-nav__desktop{align-items:center;gap:6px;font-size:14px;font-weight:500;display:flex}.site-nav__links{align-items:center;gap:2px;display:flex;position:relative}.site-nav__highlight{opacity:0;pointer-events:none;background:#ffffff1f;border-radius:6px;width:0;position:absolute;top:0;bottom:0;left:0}.site-nav__highlight.is-animated{transition:left .28s var(--ease), width .28s var(--ease), opacity .2s}.site-nav__link{color:var(--on-dark-body);border-radius:6px;padding:8px 12px;transition:color .2s;position:relative}.site-nav__link:hover,.site-nav__link.is-active{color:#fff}.site-nav__divider{background:#ffffff2e;width:1px;height:20px;margin:0 8px}.site-nav__login{color:var(--on-dark-body);border-radius:6px;padding:8px 12px;transition:background .2s,color .2s}.site-nav__login:hover{color:#fff;background:#ffffff1a}.icon-button{width:36px;height:36px;font:inherit;cursor:pointer;color:#f2f6fc;background:#ffffff0f;border:1px solid #ffffff24;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:background .2s;display:none}.icon-button:hover{background:#ffffff1f}.site-nav__scrim{z-index:70;-webkit-backdrop-filter:blur(2px);opacity:0;pointer-events:none;background:#03142d8c;transition:opacity .3s;display:none;position:fixed;inset:0}.sheet{z-index:80;-webkit-backdrop-filter:blur(20px);color:#fff;visibility:hidden;width:min(320px,86vw);transition:transform .38s var(--ease), visibility 0s linear .38s;background:#073d7ff0;border-left:1px solid #ffffff24;flex-direction:column;display:none;position:fixed;top:0;bottom:0;right:0;transform:translate(105%);box-shadow:-24px 0 60px #03142d73}.sheet__head{justify-content:space-between;align-items:center;padding:22px 20px 18px 24px;display:flex}.sheet__links{flex-direction:column;gap:2px;padding:12px 12px 0;display:flex}.sheet__link{--delay:0s;color:var(--on-dark-body);background:0 0;border-radius:6px;justify-content:space-between;align-items:center;padding:13px 12px;font-size:17px;font-weight:500;transition:background .2s,color .2s;display:flex}.sheet__link:hover{color:#fff;background:#ffffff1a}.sheet__link svg{opacity:.35}.sheet__link.is-active{color:#fff;background:#ffffff1f}.sheet__link.is-active svg{opacity:1}.sheet__links .sheet__link{opacity:0;transition:background .2s, color .2s, transform .4s var(--ease) var(--delay), opacity .3s ease var(--delay);transform:translate(24px)}.sheet__divider{border-top:1px solid #ffffff24;margin:14px 24px 0}.sheet__secondary{flex-direction:column;gap:2px;padding:14px 12px 0;display:flex}.sheet__secondary .sheet__link svg{opacity:1}.sheet__foot{flex-direction:column;gap:18px;margin-top:auto;padding:0 24px 24px;display:flex}.sheet__cta{padding:14px 16px;display:block}.sheet__legal{color:#9db4d6;gap:16px;font-size:12.5px;display:flex}.sheet__legal a{color:#9db4d6}.sheet__legal a:hover{color:#fff}.site-nav.is-open .site-nav__scrim{opacity:1;pointer-events:auto}.site-nav.is-open .sheet{visibility:visible;transition:transform .38s var(--ease), visibility 0s linear 0s;transform:translate(0)}.site-nav.is-open .sheet__links .sheet__link{opacity:1;transform:translate(0)}.site-nav.is-open .sheet__links .sheet__link:first-child{--delay:80ms}.site-nav.is-open .sheet__links .sheet__link:nth-child(2){--delay:.13s}.site-nav.is-open .sheet__links .sheet__link:nth-child(3){--delay:.18s}.site-nav.is-open .sheet__links .sheet__link:nth-child(4){--delay:.23s}@media (width<=900px){.site-nav{position:fixed;left:0;right:0}.site-nav__wrap{padding:12px 12px 0}.site-nav__bar{padding:0 10px 0 16px}.site-nav__bar .logo--white{height:24px}.site-nav__desktop{display:none}.icon-button,.sheet{display:flex}.site-nav__scrim{display:block}}.site-footer{padding:40px var(--gutter) 24px;background:var(--blue-deep);color:#f2f6fc;border-top:1px solid #ffffff1a}.site-footer__inner{flex-direction:column;gap:28px;max-width:1200px;margin:0 auto;display:flex}.site-footer__top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.site-footer__logo{display:flex}.site-footer__nav{flex-wrap:wrap;align-items:center;gap:28px;font-size:14px;font-weight:500;display:flex}.site-footer__nav a{color:#e3ecf8;transition:color .2s}.site-footer__nav a:hover{color:#fff}.site-footer__bottom{color:#8fb0da;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:20px;font-size:12.5px;display:flex}.site-footer__legal{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.site-footer__legal a{color:#a8c0e0;transition:color .2s}.site-footer__legal a:hover{color:#fff}.site-footer__divider{background:#ffffff2e;width:1px;height:12px;display:block}.site-footer__app{color:#e3ecf8;align-items:center;gap:6px;font-weight:500;transition:color .2s;display:inline-flex}.site-footer__app:hover{color:#fff}.hero{padding:clamp(120px, 12vw, 168px) var(--gutter) 0}.hero__inner{text-align:center;flex-direction:column;align-items:center;gap:24px;display:flex}.hero__badge{letter-spacing:.01em;color:var(--on-dark-accent);background:#219add1a;border:1px solid #5fbdee59;border-radius:999px;padding:6px 14px;font-size:12px;font-weight:600}.hero__title{max-width:16ch}.hero__title span{color:#8fcbf0}.hero__lead{max-width:60ch}.hero__actions{flex-direction:column;align-items:center;gap:14px;margin-top:6px;display:flex}.hero__buttons{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.hero__shot{max-width:1160px;margin:clamp(48px,6vw,80px) auto 0;position:relative}.hero__frame{width:100%;box-shadow:var(--shadow-shot-dark);background:#fff;border:1px solid #ffffff2e;border-bottom:none;border-radius:8px 8px 0 0;line-height:0;overflow:hidden}.hero__frame img{width:100%;height:auto}.page-hero{padding:clamp(136px, 14vw, 200px) var(--gutter) clamp(56px, 7vw, 96px)}.page-hero__inner{flex-direction:column;gap:20px;display:flex}.page-hero__title{max-width:18ch}.page-hero__lead{max-width:60ch}.page-hero--narrow .page-hero__title{max-width:14ch}.page-hero--narrow .page-hero__lead{max-width:56ch}.page-hero__lead a{color:#fff;text-underline-offset:3px;text-decoration:underline}.page-hero__lead a:hover{color:var(--on-dark-accent)}.cta{padding:clamp(72px, 8vw, 120px) var(--gutter)}.cta__inner{text-align:center;flex-direction:column;align-items:center;gap:24px;display:flex}.cta__title{letter-spacing:-.035em;text-wrap:balance;max-width:18ch;font-size:clamp(38px,4.8vw,64px);font-weight:600;line-height:1.04}.cta__lead{max-width:56ch}.cta--with-text .cta__inner{gap:22px}.cta--with-text .cta__title{max-width:16ch}.cta--with-text .btn{margin-top:8px}.error-page{flex-direction:column;min-height:100vh;display:flex}.error-page__main{padding:clamp(72px, 10vw, 120px) var(--gutter);flex:1;align-items:center;display:flex}.error{text-align:center;flex-direction:column;align-items:center;gap:24px;width:100%;display:flex}.error__code{letter-spacing:-.04em;color:#0000;-webkit-text-stroke:1.5px #8fcbf08c;-webkit-user-select:none;user-select:none;font-size:clamp(120px,18vw,220px);font-weight:500;line-height:.9}.error__headline{letter-spacing:-.035em;text-wrap:balance;max-width:18ch;margin:-24px 0 0;font-size:clamp(38px,4.8vw,64px);font-weight:600;line-height:1.04}.error__text{max-width:52ch}.error__actions{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:6px;display:flex}.problem__media{flex-direction:column;gap:10px;display:flex}.problem__caption{font-family:var(--font-mono);color:var(--muted);letter-spacing:.04em;align-self:flex-end;font-size:12px}.how__head{margin-bottom:clamp(48px,5vw,72px)}.how__grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,400px),1fr));align-items:start;gap:clamp(24px,3vw,56px);display:grid}.steps{flex-direction:column;display:flex}.steps__end{border-top:1px solid var(--border-grey)}.step{all:unset;cursor:pointer;border-top:1px solid var(--border-grey);color:inherit;grid-template-columns:48px 1fr;gap:16px;padding:22px 0;display:grid;position:relative}.step__progress{background:var(--blue-light);width:0;height:2px;transition:width .35s;position:absolute;top:-1px;left:0}.step.is-active .step__progress{width:100%}.step__num{font-family:var(--font-mono);color:#9aa7ba;padding-top:5px;font-size:14px}.step.is-active .step__num{color:var(--blue-light)}.step__text{flex-direction:column;gap:8px;display:flex}.step__title{letter-spacing:-.02em;color:#7a8aa3;font-size:20px;font-weight:600;transition:color .2s}.step.is-active .step__title{color:var(--ink)}.step__body{color:var(--body);text-wrap:pretty;max-width:46ch;font-size:17px;line-height:1.6;display:none}.step.is-active .step__body{display:block}.how__shot img{display:none}.how__shot img.is-active{display:block}.how-list{flex-direction:column;gap:40px;display:none}.how-item{flex-direction:column;gap:16px;display:flex}.how-item__row{grid-template-columns:40px 1fr;gap:12px;padding-top:4px;display:grid}.how-item__num{font-family:var(--font-mono);color:var(--blue-light);padding-top:4px;font-size:14px}.how-item__text{flex-direction:column;gap:8px;display:flex}.how-item__title{letter-spacing:-.02em;color:var(--ink);font-size:20px;font-weight:600}.how-item__body{color:var(--body);text-wrap:pretty;font-size:17px;line-height:1.6}.rings{width:100%;height:auto}.highlights__head{flex-direction:column;gap:14px;max-width:60ch;margin-bottom:clamp(40px,5vw,64px);display:flex}.tiles{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:16px;display:grid}.tile{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;gap:12px;padding:28px 26px 30px;transition:background .25s,transform .25s,border-color .25s;display:flex}.tile:hover{background:#ffffff1a;border-color:#ffffff2e;transform:translateY(-3px)}.tile__num{width:32px;height:32px;color:var(--on-dark-accent);font-family:var(--font-mono);background:#219add38;border-radius:4px;justify-content:center;align-items:center;font-size:12px;display:flex}.tile__title{letter-spacing:-.02em;margin:6px 0 0;font-size:20px;font-weight:600}.tile__body{color:var(--on-dark-body);text-wrap:pretty;font-size:17px;line-height:1.6}.highlights__more{margin-top:32px}.audience-head{margin-bottom:clamp(40px,5vw,64px)}.split{background:var(--border);border:1px solid var(--border);border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(min(100%,380px),1fr));gap:1px;display:grid;overflow:hidden}.split__panel{background:#fff;flex-direction:column;gap:22px;padding:clamp(32px,3.5vw,48px);display:flex}.split__tag{color:var(--blue);align-items:center;gap:12px;font-size:14px;font-weight:600;display:flex}.split__icon{background:var(--blue);color:#fff;border-radius:6px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.split__title{margin:0 0 -10px}.split__link{margin-top:auto}.faq{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));align-items:start;gap:clamp(32px,5vw,80px);display:grid}.faq__list{border-top:1px solid var(--border-grey);flex-direction:column;grid-column:span 2;display:flex}.faq__item{border-bottom:1px solid var(--border-grey)}.faq__q{all:unset;cursor:pointer;width:100%;color:var(--ink);letter-spacing:-.01em;box-sizing:border-box;justify-content:space-between;align-items:center;gap:20px;padding:22px 0;font-size:20px;font-weight:500;display:flex}.faq__q:hover{color:var(--blue)}.faq__sign{border:1px solid var(--border-input);width:28px;height:28px;font-family:var(--font-mono);color:var(--blue-light);background:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:17px;transition:border-color .2s;display:flex}.faq__a{color:var(--body);text-wrap:pretty;max-width:64ch;padding:0 48px 24px 0;font-size:17px;line-height:1.6;display:none}.faq__item.is-open .faq__a{display:block}.levels{border-top:1px solid var(--border);flex-direction:column;display:flex}.level{border-bottom:1px solid var(--border);grid-template-columns:44px 1fr;gap:12px;padding:18px 0;display:grid}.level__num{font-family:var(--font-mono);color:var(--blue-light);padding-top:4px;font-size:12px}.level__text{flex-direction:column;gap:6px;display:flex}.level__title{letter-spacing:-.02em;font-size:20px;font-weight:600}.level__body{color:var(--body);text-wrap:pretty;font-size:15px;line-height:1.6}.intervals{flex-direction:column;gap:28px;padding:clamp(24px,3vw,40px) 0;display:flex}.interval{flex-direction:column;gap:12px;display:flex}.interval__head{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.interval__name{letter-spacing:-.02em;font-size:20px;font-weight:600}.interval__label{font-family:var(--font-mono);color:#7a8aa3;font-size:12px}.interval__track{height:28px;position:relative}.interval__rail{background:var(--border);border-radius:1px;height:2px;position:absolute;top:13px;left:0;right:0}.interval__fill{height:2px;width:var(--pct);background:var(--blue);border-radius:1px;position:absolute;top:13px;left:0}.interval__dot{border-radius:50%;width:12px;height:12px;position:absolute;top:8px}.interval__dot--start{background:var(--blue);left:0;box-shadow:0 0 0 4px #fff}.interval__dot--today{left:var(--pct);background:var(--blue-light);transform:translate(-50%);box-shadow:0 0 0 4px #fff}.interval__dot--due{background:var(--border-input);right:0}.interval__dates{color:var(--body);justify-content:space-between;gap:12px;font-size:14px;display:flex}.interval__dates span{white-space:nowrap}.interval__dates b{color:var(--ink);font-weight:600}.phone{justify-content:center;display:flex}.phone__frame{border:1px solid var(--border-input);width:min(100%,340px);box-shadow:var(--shadow-card);border-radius:20px;line-height:0;overflow:hidden}.phone__frame img{width:100%;height:auto}.qr{justify-content:center;display:flex}.qr__inner{align-items:center;gap:28px;display:flex}.qr__img{flex:none;width:150px;height:150px}.qr__rule{background:var(--border);align-self:stretch;width:1px}.qr__text{flex-direction:column;gap:8px;display:flex}.qr__title{letter-spacing:-.02em;font-size:20px;font-weight:600;line-height:1.2}.qr__code{font-family:var(--font-mono);color:var(--muted);letter-spacing:.04em;font-size:12px}.thread{flex-direction:column;display:flex}.thread__step{grid-template-columns:28px 1fr;gap:18px;display:grid}.thread__rail{flex-direction:column;align-items:center;display:flex}.thread__num{background:var(--blue);border:2px solid var(--blue);width:28px;height:28px;font-family:var(--font-mono);color:#fff;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:12px;display:flex}.thread__line{background:var(--blue);flex:1;width:2px;margin:6px 0}.thread__step:last-child .thread__line{background:0 0}.thread__text{flex-direction:column;gap:6px;padding-bottom:28px;display:flex}.thread__step:last-child .thread__text{padding-bottom:0}.thread__title{letter-spacing:-.02em;font-size:20px;font-weight:600}.thread__body{color:var(--body);text-wrap:pretty;font-size:15px;line-height:1.6}.roles-head{margin-bottom:clamp(40px,5vw,64px)}.roles{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:20px;display:grid}.role{flex-direction:column;gap:14px;padding:clamp(24px,2.6vw,36px);display:flex}.role__meta{justify-content:space-between;align-items:center;display:flex}.role__tag{font-family:var(--font-mono);letter-spacing:.06em;color:var(--muted);font-size:12px}.role__dots{gap:4px;display:flex}.role__dot{background:var(--border-input);border-radius:50%;width:8px;height:8px;display:inline-block}.role__dot.is-on{background:var(--blue-light)}.role__title{letter-spacing:-.02em;font-size:20px;font-weight:600}.role__body{color:var(--body);text-wrap:pretty;font-size:17px;line-height:1.6}.solutions__title{max-width:20ch}.audiences{grid-template-columns:repeat(auto-fit,minmax(min(100%,380px),1fr));gap:20px;display:grid}.audience{min-width:0;color:var(--ink);border:1px solid var(--border);box-shadow:var(--shadow-card);background:#fff;border-radius:12px;flex-direction:column;gap:18px;padding:clamp(28px,3.4vw,48px);display:flex}.audience__eyebrow{color:var(--blue-light);font-size:14px;font-weight:600}.audience__title{margin:0 0 -6px}.audience__intro{color:var(--body);text-wrap:pretty;font-size:17px;line-height:1.6}.audience__list{border-top:1px solid var(--border-input);flex-direction:column;margin-top:4px;display:flex}.audience__item{border-bottom:1px solid var(--border-input);color:var(--body);text-wrap:pretty;grid-template-columns:20px 1fr;align-items:start;gap:12px;padding:14px 0;font-size:15px;line-height:1.6;display:grid}.audience__dot{background:var(--blue-light);border-radius:50%;width:7px;height:7px;margin-top:9px;display:block}.audience__kicker{color:var(--ink);text-wrap:pretty;margin:auto 0 0;padding-top:6px;font-size:17px;font-weight:600;line-height:1.6}.segments{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:16px;display:grid}.segment{flex-direction:column;gap:12px;min-width:0;padding:28px 26px 30px;display:flex}.segment__icon{width:40px;height:40px;color:var(--blue);background:#eaf4fc;border-radius:6px;justify-content:center;align-items:center;margin-bottom:4px;display:flex}.segment__title{letter-spacing:-.02em;font-size:20px;font-weight:600}.segment__body{color:var(--body);text-wrap:pretty;font-size:15px;line-height:1.6}.form-side{flex-direction:column;display:flex}.form-side__label{color:var(--muted);padding:0 0 14px;font-size:14px;font-weight:600}.form-side__rule{border-top:1px solid var(--border)}.form-side__note{color:var(--body);margin:24px 0 0;font-size:15px}.form-side__note--pretty{text-wrap:pretty;line-height:1.55}.form-side__note a{color:var(--blue-light)}.form-side__note a:hover{color:var(--on-dark-accent)}.next{border-bottom:1px solid var(--border);grid-template-columns:36px 1fr;gap:14px;padding:18px 0;display:grid}.next__num{font-family:var(--font-mono);color:#7a8aa3;padding-top:3px;font-size:14px}.next__text,.route{flex-direction:column;gap:6px;display:flex}.route{border-bottom:1px solid var(--border);padding:18px 0}.next__title,.route__title{letter-spacing:-.02em;color:var(--ink);font-size:20px;font-weight:600}.next__body,.route__body{color:var(--body);text-wrap:pretty;font-size:15px;line-height:1.55}.route__link{color:var(--blue-light);align-self:flex-start;margin-top:4px;font-size:15px;font-weight:600;transition:color .2s}.route__link:hover{color:var(--blue)}.form{color:var(--ink);flex-direction:column;display:flex}.form__fields{flex-direction:column;gap:18px;display:flex}.form__title{letter-spacing:-.025em;margin:0 0 6px;font-size:28px;font-weight:600;line-height:1.1}.form__row{grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));gap:16px;display:grid}.field{display:block;position:relative}.field__input{border:1px solid var(--border-input);width:100%;height:56px;color:var(--ink);box-shadow:none;background:#fff;border-radius:6px;outline:none;padding:16px 16px 0;font-size:15px;transition:border-color .2s,box-shadow .2s}.field__input:focus,.field__input:focus-visible{border-color:var(--blue-light);outline:none;box-shadow:0 0 0 4px #219add2e}.field__label{color:var(--placeholder);pointer-events:none;transition:all .18s var(--ease);font-size:15px;line-height:1;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.field__input:focus~.field__label,.field__input:not(:placeholder-shown)~.field__label{color:var(--muted);font-size:12px;top:17px}.field__input:focus~.field__label{color:var(--blue-light)}.field--textarea .field__input{resize:vertical;height:auto;padding:26px 16px 12px;line-height:1.5;display:block}.field--textarea .field__label{top:26px}.field--textarea .field__input:focus~.field__label,.field--textarea .field__input:not(:placeholder-shown)~.field__label{top:17px}.field__error,.form__alert{color:#b42318;font-size:13px;line-height:1.4}.field__error{margin-top:6px;display:block}.field--invalid .field__input{border-color:#b42318}.field--invalid .field__label{color:#b42318}.form__alert{margin:-4px 0 0}.honeypot{width:1px;height:1px;position:absolute;top:auto;left:-9999px;overflow:hidden}.form__sent{text-align:center;outline:none;flex-direction:column;align-items:center;gap:12px;padding:48px 0;display:flex}.form__sent-icon{background:var(--blue-light);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.form__sent-title{letter-spacing:-.02em;font-size:20px;font-weight:600}.form__sent-body{color:var(--body);max-width:36ch;font-size:15px;line-height:1.5}.choices{flex-direction:column;gap:10px;display:flex}.choices__label{color:var(--muted);font-size:13px;font-weight:500}.choice{border:1px solid var(--border-input);cursor:pointer;background:#fff;border-radius:6px;align-items:center;padding:16px 44px 16px 16px;transition:all .2s;display:flex;position:relative}.choice input{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute;inset:0}.choice__text{color:var(--ink);font-size:15px;font-weight:600}.choice__dot{border:1px solid var(--border-input);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.choice__dot svg{display:none}.choice:has(input:checked){border-color:var(--blue-light);box-shadow:0 0 0 4px #219add2e}.choice:has(input:checked) .choice__dot{background:var(--blue-light);border-color:var(--blue-light)}.choice:has(input:checked) .choice__dot svg{display:block}.choice:has(input:focus-visible){outline:2px solid var(--blue-light);outline-offset:3px}.legal{max-width:76ch}.legal [id],.audience[id],#how{scroll-margin-top:88px}.legal h2{letter-spacing:-.02em;text-wrap:balance;margin:56px 0 16px;font-size:24px;font-weight:600;line-height:1.2}.legal h3{letter-spacing:-.02em;margin:32px 0 12px;font-size:20px;font-weight:600;line-height:1.25}.legal>:first-child{margin-top:0}.legal p,.legal li{color:var(--body);text-wrap:pretty;font-size:17px;line-height:1.6}.legal p{margin:0 0 16px}.legal strong{color:var(--ink);font-weight:600}.legal a{color:var(--blue-light);font-weight:600;transition:color .2s}.legal a:hover{color:var(--blue)}.legal a strong{color:inherit}.legal ul,.legal ol{margin:0 0 20px;padding-left:24px}.legal li{margin:6px 0}.legal__toc{padding-left:0;list-style:none}.legal__toc li{font-size:15px;font-weight:600}.legal__table{margin:0 0 24px;overflow-x:auto}.legal table{border-collapse:collapse;width:100%;font-size:15px;line-height:1.5}.legal th{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--muted);text-align:left;border-bottom:1px solid var(--border);padding:0 14px 12px 0;font-size:12px;font-weight:500}.legal td{border-bottom:1px solid var(--border);vertical-align:top;color:var(--body);padding:12px 14px 12px 0}.legal td:first-child{color:var(--ink);min-width:12ch;font-weight:600}.legal td:last-child,.legal th:last-child{white-space:nowrap;padding-right:0}.reveal-pending{opacity:0;transition:opacity .7s var(--ease), transform .7s var(--ease);transform:translateY(20px)}.reveal-pending.reveal-in{opacity:1;transform:none}@media (width<=480px){.section{padding:72px 20px}.section--form{padding:clamp(72px, 9vw, 120px) var(--gutter)}.h1{font-size:40px}.h2{font-size:30px}.hero{padding-top:112px}.hero__inner{text-align:left;align-items:flex-start;gap:20px}.hero__actions{width:100%}.hero__buttons{flex-direction:column;gap:10px;width:100%}.hero__shot{margin:44px -20px 0 0}.hero__frame{border-right:none;border-radius:8px 0 0}.hero__frame img{width:118%;max-width:none}.page-hero{padding-top:112px}.cta{padding:64px 20px}.cta__title{font-size:34px}.how__head{text-align:left;align-items:flex-start;margin-bottom:40px}.how__grid{display:none}.how-list{display:flex}.phone__frame{width:min(100%,300px);margin:0 auto}.error-page__main{padding:72px 20px}.error__actions{flex-direction:column;align-self:stretch}.error__actions .btn{display:block}}
