:root{color-scheme:light;--bg: #faf8ff;--surface: #ffffff;--surface-soft: #f3f3fe;--surface-muted: #e7e7f3;--surface-dim: #d9d9e5;--text: #191b23;--text-muted: #434655;--outline: #c3c6d7;--primary: #004ac6;--primary-strong: #2563eb;--primary-soft: #dbe1ff;--secondary: #006b5f;--secondary-soft: #6df5e1;--error-soft: #ffdad6;--error-text: #93000a;--tertiary: #784b00;--shadow: 0 4px 12px rgba(15, 23, 42, .08);--shadow-lg: 0 12px 32px rgba(15, 23, 42, .12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,select{font:inherit}img{display:block;max-width:100%}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.filled{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.page-shell{min-height:100vh}main{padding-top:64px}.container{width:min(1280px,calc(100% - 48px));margin:0 auto}.narrow{width:min(768px,calc(100% - 48px))}.topbar{position:fixed;inset:0 0 auto;z-index:50;background:#faf8ffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--outline)}.topbar-inner{width:min(1280px,calc(100% - 48px));margin:0 auto;height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-size:20px;font-weight:800;color:var(--primary);letter-spacing:0;white-space:nowrap}.topbar-links{display:flex;align-items:center;justify-content:center;gap:24px;flex:1}.topbar-links a{color:var(--text-muted);font-size:14px;font-weight:600;text-decoration:none;transition:color .15s ease;white-space:nowrap}.topbar-links a:hover{color:var(--primary-strong)}.section{position:relative;padding:64px 0;opacity:1;transform:none;transition:opacity .7s ease,transform .7s ease}.section.section-visible{opacity:1;transform:translateY(0)}.hero{padding-top:64px;padding-bottom:40px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px;align-items:center}.hero-copy h1{margin:16px 0;font-size:clamp(36px,5vw,48px);line-height:1.17;letter-spacing:0}.hero-copy h1 span,.text-primary{color:var(--primary-strong)}.hero-copy p,.section-heading p,.waitlist-copy p,.info-card p,.bento-card p,.step p,.footer p,.faq-list div,.soon-card span:last-child{color:var(--text-muted)}.hero-copy p{max-width:42rem;font-size:18px;line-height:1.56;margin:0 0 32px}.pill{display:inline-flex;align-items:center;border-radius:9999px;padding:6px 12px;font-size:12px;font-weight:700}.pill-teal{background:var(--primary-soft);color:#00174b}.hero-actions{display:flex;flex-wrap:wrap;gap:16px}.primary-button,.secondary-button{border-radius:8px;border:1px solid transparent;cursor:pointer;white-space:nowrap;transition:transform .15s ease,background-color .15s ease,box-shadow .15s ease,border-color .15s ease}.primary-button{background:var(--primary-strong);color:#fff;box-shadow:var(--shadow);padding:12px 24px;font-size:14px;font-weight:700}.primary-button:hover,.secondary-button:hover,.submit-button:hover{transform:translateY(-1px)}.primary-button-success{background:var(--secondary)}.secondary-button{background:var(--surface);color:var(--text);border-color:var(--outline);padding:12px 24px;font-size:14px;font-weight:700}.primary-button-large,.secondary-button-large{padding:16px 32px;font-size:18px}.hero-media{position:relative;display:flex;justify-content:center}.hero-frame{position:relative;width:min(100%,560px);border-radius:16px;overflow:hidden;background:#ffffffbf;border:1px solid var(--outline);box-shadow:var(--shadow-lg);padding:8px}.hero-frame img{width:100%;height:auto;border-radius:12px;object-fit:cover}.section-muted{background:var(--surface-soft)}.section-dim{background:var(--surface-dim)}.section-heading{margin-bottom:40px}.section-heading.center{text-align:center}.section-heading.left{text-align:left}.section-heading h2,.waitlist-copy h2,.info-card h3,.bento-card h3,.step h4,.footer h5,.faq-list summary{margin:0}.section-heading h2,.waitlist-copy h2{font-size:clamp(24px,3vw,32px);line-height:1.25}.section-heading p{max-width:42rem;margin:12px auto 0;line-height:1.5}.card-grid{display:grid;gap:24px}.three-up{grid-template-columns:repeat(3,minmax(0,1fr))}.four-up{grid-template-columns:repeat(4,minmax(0,1fr))}.info-card,.soon-card,.bento-card,.waitlist-form-card,.faq-list details{background:var(--surface);border:1px solid var(--outline);border-radius:16px;box-shadow:var(--shadow)}.info-card{padding:24px}.info-card h3{font-size:24px;line-height:1.33;margin-bottom:8px}.info-card p,.bento-card p,.step p,.footer p{margin:0;line-height:1.5}.icon-soft{width:48px;height:48px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:16px}.icon-soft .material-symbols-outlined{font-size:24px}.icon-error{background:var(--error-soft);color:var(--error-text)}.icon-secondary{background:#6df5e14d;color:var(--secondary)}.icon-primary{background:var(--primary-soft);color:#00174b}.bento-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:24px}.bento-card{padding:24px;display:flex;flex-direction:column;justify-content:space-between;min-height:100%;gap:24px}.bento-large{grid-column:span 8;background:var(--surface-muted)}.bento-primary{grid-column:span 4;background:var(--primary-strong);color:#fff;text-align:center;align-items:center}.bento-muted{grid-column:span 4;background:var(--surface-muted)}.bento-icon{font-size:40px;display:inline-block;margin-bottom:16px}.bento-card h3{font-size:24px;line-height:1.25;margin-bottom:8px}.bento-large h3{font-size:32px}.bento-card p{max-width:32rem}.bento-primary p{color:#ffffffe0}.quote{margin-top:16px;border-radius:8px;border:1px solid var(--outline);background:#ffffff80;padding:12px 16px;font-size:14px;color:var(--text-muted);font-style:italic}.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;position:relative}.step{position:relative;z-index:1;text-align:center;padding:16px}.step-number{width:64px;height:64px;border-radius:9999px;margin:0 auto 16px;background:var(--primary-strong);color:#fff;display:grid;place-items:center;font-size:20px;font-weight:700}.step h4{font-size:24px;margin-bottom:8px}.waitlist-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;border-radius:16px;box-shadow:var(--shadow-lg);background:var(--primary-strong)}.waitlist-copy{background:var(--primary-strong);color:#fff;padding:clamp(32px,5vw,64px)}.waitlist-copy p{color:#ffffffe6;font-size:18px;line-height:1.56;margin:16px 0 0}.social-proof{display:flex;align-items:center;gap:16px;margin-top:40px}.avatars{display:flex;margin-left:12px}.avatars span{width:40px;height:40px;border-radius:9999px;border:2px solid var(--primary-strong);margin-left:-12px}.avatars span:nth-child(1){background:var(--surface-muted)}.avatars span:nth-child(2){background:var(--surface-soft)}.avatars span:nth-child(3){background:#f8fafc}.waitlist-form-card{background:var(--surface);padding:clamp(32px,5vw,64px)}.waitlist-form{display:grid;gap:24px}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}label{display:grid;gap:8px}label span{font-size:12px;font-weight:600;color:var(--text-muted)}input,select{width:100%;min-height:48px;border-radius:8px;border:1px solid var(--outline);background:var(--surface);padding:0 16px;color:var(--text);outline:none;transition:border-color .15s ease,box-shadow .15s ease}input:focus,select:focus{border-color:var(--primary-strong);box-shadow:0 0 0 3px #2563eb29}.submit-button{width:100%;min-height:48px}.soon-card{padding:24px 16px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;border-style:dashed;opacity:.8}.soon-card .material-symbols-outlined{font-size:24px;color:var(--text-muted)}.soon-card span:last-child{font-size:14px;font-weight:700;color:var(--text)}.faq-list{display:grid;gap:12px}.faq-list details{padding:0;overflow:hidden}.faq-list summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;padding:24px;font-size:20px;font-weight:600}.faq-list summary::-webkit-details-marker{display:none}.faq-list div{padding:0 24px 24px;line-height:1.6}.footer{background:var(--surface-muted);border-top:1px solid var(--outline)}.footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;padding:40px 0}.brand-footer{color:var(--text);margin-bottom:8px}.footer h5{margin-bottom:16px;font-size:12px;letter-spacing:0;text-transform:none;color:var(--text)}.footer ul{list-style:none;padding:0;margin:0;display:grid;gap:8px;color:var(--text-muted)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 0 28px;border-top:1px solid var(--outline)}.footer-button{margin-top:16px;width:100%}.footer-icons{display:flex;gap:16px;color:var(--text-muted)}@media (min-width: 768px){.steps:before{content:"";position:absolute;top:48px;left:12%;right:12%;height:1px;background:var(--outline)}}@media (max-width: 1024px){.hero-grid,.waitlist-panel{grid-template-columns:1fr}.hero-copy{max-width:720px}.hero-media{justify-content:flex-start}.hero-frame{width:min(100%,720px)}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.bento-large,.bento-primary,.bento-muted{grid-column:span 12}}@media (max-width: 820px){.three-up,.steps{grid-template-columns:1fr}.four-up{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar-links{display:none}}@media (max-width: 640px){.container,.narrow,.topbar-inner{width:min(100% - 32px,1280px)}.section{padding:48px 0}.hero{padding-top:48px;padding-bottom:48px}.hero-grid{gap:32px}.hero-actions,.footer-bottom{flex-direction:column}.field-grid,.footer-grid{grid-template-columns:1fr}.waitlist-copy,.waitlist-form-card{padding:24px}.hero-copy h1,.bento-card h3,.waitlist-copy h2,.section-heading h2{word-break:normal}.primary-button-large,.secondary-button-large{width:100%;padding:14px 20px;font-size:16px}.faq-list summary{padding:20px;font-size:18px}.faq-list div{padding:0 20px 20px}}@media (max-width: 420px){.topbar-inner{gap:12px}.topbar .primary-button{padding:10px 14px;font-size:13px}}.input-error{border-color:var(--error-text)!important;box-shadow:0 0 0 3px #93000a1f!important}.field-error{font-size:12px;font-weight:500;color:var(--error-text);margin-top:-4px}.form-banner{display:flex;align-items:flex-start;gap:10px;border-radius:10px;padding:12px 16px;font-size:14px;line-height:1.5}.form-banner .material-symbols-outlined{font-size:20px;flex-shrink:0;margin-top:1px}.form-banner-info{background:var(--primary-soft);color:#00174b;border:1px solid rgba(0,74,198,.25)}.form-banner-error{background:var(--error-soft);color:var(--error-text);border:1px solid rgba(147,0,10,.25)}.btn-loading{display:flex;align-items:center;justify-content:center;gap:10px}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:9999px;animation:spin .7s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.success-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:16px;padding:clamp(32px,5vw,64px);min-height:320px}.success-icon{display:flex;align-items:center;justify-content:center;animation:pop .45s cubic-bezier(.34,1.56,.64,1) both}.success-check{font-size:64px;color:var(--secondary);font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 48}@keyframes pop{0%{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}.success-state h3{font-size:clamp(20px,3vw,26px);font-weight:800;margin:0;color:var(--text)}.success-state p{margin:0;color:var(--text-muted);line-height:1.6;max-width:38ch}.success-sub{font-size:14px;color:var(--text-muted);border-top:1px solid var(--outline);padding-top:16px;width:100%}button:disabled{opacity:.65;cursor:not-allowed;transform:none!important}
