html,body,#root{min-height:100%}body{margin:0;background-color:#020617}a{color:inherit}a:focus{outline:2px solid rgba(148,163,184,.7);outline-offset:2px}button{font:inherit}:root{font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:#e2e8f0;background-color:#020617}*{box-sizing:border-box}.app{position:relative;min-height:100vh;background:linear-gradient(180deg,#020617,#0f172a 45%,#020617);color:#e2e8f0;display:flex;flex-direction:column}.app__backdrop{position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 20% 20%,rgba(16,185,129,.15),transparent 45%),radial-gradient(circle at 80% 30%,rgba(59,130,246,.13),transparent 45%);opacity:.9}.app__header,.footer{position:relative;z-index:10}.app__header{top:0;width:100%;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#020617bf;border-bottom:1px solid rgba(148,163,184,.25);position:sticky}.top-nav{margin:0 auto;max-width:1100px;padding:.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.top-nav__brand{display:flex;align-items:center;gap:.75rem}.top-nav__logo{width:2.5rem;border-radius:1rem;border:1px solid rgba(16,185,129,.35);background:#fff;padding:.35rem;display:grid;place-items:center}.top-nav__logo img{width:100%;height:100%;object-fit:contain}.top-nav__title{font-weight:600;letter-spacing:-.01em}.top-nav__links{display:none;gap:1.5rem;font-size:.95rem;color:#94a3b8e6}.top-nav__links a{color:inherit;text-decoration:none;transition:color .2s ease}.top-nav__links a:hover{color:#f8fafc}.app__main{position:relative;z-index:5;flex:1;width:100%}.hero{padding:4.5rem 1.25rem 2.5rem}.hero__content{margin:0 auto;max-width:720px}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .85rem;border-radius:999px;border:1px solid rgba(148,163,184,.3);background:#ffffff0f;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em}.hero__badge-dot{width:.5rem;height:.5rem;border-radius:999px;background:#34d399;animation:pulse 1.6s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}.hero__title{margin-top:1.5rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;letter-spacing:-.02em;color:#f8fafc}.hero__description{margin-top:1rem;font-size:1.1rem;line-height:1.8;color:#e2e8f0d9}.waitlist-form{margin-top:2rem}.waitlist-form__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.waitlist-form__fields{display:flex;flex-direction:column;gap:.75rem}.waitlist-form__honeypot{display:none}.waitlist-form__input{flex:1;padding:.9rem 1.1rem;border-radius:1.1rem;border:1px solid rgba(148,163,184,.35);background:#0f172aa6;color:inherit;font-size:1rem;transition:border .2s ease,box-shadow .2s ease}.waitlist-form__input:focus{outline:none;border-color:#34d39999;box-shadow:0 0 0 3px #34d3994d}.waitlist-form__input--error{border-color:#f87171b3}.waitlist-form__button{align-self:flex-start;padding:.9rem 1.5rem;border-radius:1.1rem;border:none;font-weight:600;background:#34d399;color:#0f172a;cursor:pointer;transition:transform .15s ease,background .15s ease,opacity .2s ease}.waitlist-form__button:hover{background:#6ee7b7}.waitlist-form__button:active{transform:translateY(1px)}.waitlist-form__button:disabled{opacity:.6;cursor:progress}.waitlist-form__status{margin-top:.75rem;font-size:.95rem}.waitlist-form__status--error{color:#fca5a5}.waitlist-form__status--success{color:#6ee7b7}.waitlist-form__disclaimer{margin-top:.75rem;font-size:.75rem;color:#94a3b8cc}.status-banner{margin-top:1rem;border-radius:1rem;border:1px solid rgba(52,211,153,.35);background:#34d3991f;color:#bbf7d0;padding:.85rem 1.1rem;font-size:.95rem;line-height:1.5}.section{padding:4.5rem 1.25rem 0}.section__heading{margin:0 auto;max-width:1100px}.section__heading h2{font-size:clamp(1.9rem,3vw,2.4rem);font-weight:700;color:#f8fafc}.cards{margin:2rem auto 0;display:grid;gap:1.25rem;max-width:1100px}.cards--three{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card{border-radius:1.25rem;padding:1.75rem;border:1px solid rgba(148,163,184,.2);background:#94a3b814;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.card__step{font-size:.85rem;color:#94a3b8d9;text-transform:uppercase;letter-spacing:.08em}.card__title{margin-top:.75rem;font-size:1.2rem;font-weight:600;color:#f8fafc}.card__description{margin-top:.6rem;line-height:1.6;color:#e2e8f0d9}.quote{margin:0 auto;max-width:720px;border-radius:1.4rem;padding:2rem;border:1px solid rgba(148,163,184,.2);background:#94a3b814}.quote__body{font-size:1.15rem;line-height:1.7;font-style:italic}.quote__attribution{display:block;margin-top:1rem;font-size:.95rem;color:#94a3b8cc}.faq{margin:2rem auto 0;max-width:1100px;border-radius:1.25rem;border:1px solid rgba(148,163,184,.2);background:#94a3b814;overflow:hidden}.faq__item+.faq__item{border-top:1px solid rgba(148,163,184,.18)}.faq__item{padding:1.5rem}.faq__summary{list-style:none;display:flex;align-items:center;justify-content:space-between;cursor:pointer;font-weight:500;color:#f8fafc}.faq__summary::-webkit-details-marker{display:none}.faq__icon{margin-left:1rem;font-size:1.4rem;color:#94a3b8cc;transition:transform .2s ease}.faq__item[open] .faq__icon{transform:rotate(45deg)}.faq__answer{margin-top:.75rem;color:#e2e8f0d9;line-height:1.6}.footer{margin-top:4rem;border-top:1px solid rgba(148,163,184,.2);background:#020617d9}.footer__content{margin:0 auto;max-width:1100px;padding:1.75rem 1.25rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.9rem;color:#94a3b8d9}.footer__links{display:flex;gap:1.5rem}.footer__links a{color:inherit;text-decoration:none;transition:color .2s ease}.footer__links a:hover{color:#f8fafc}@media (min-width: 640px){.waitlist-form__fields{flex-direction:row}.waitlist-form__button{align-self:center}}@media (min-width: 720px){.hero{padding:6rem 2rem 3rem}.section{padding:5rem 2rem 0}}@media (min-width: 768px){.top-nav__links{display:flex}}
