:root{--band-white:#fff;--band-gray:#faf9f7;--fg:#0f0d0c;--muted:#4a433c;--line:#d4cdc3;--card:#fff;--coral:#d32f1f;--coral-deep:#b02518;--lime:#a8e030;--lime-ink:#1a2a05;--ink:#0c0a09;--font-display:"Sora", sans-serif;--font-body:"Outfit", sans-serif;--max:68rem}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--fg);background:var(--band-gray);-webkit-font-smoothing:antialiased;line-height:1.55;overflow-x:clip}a{color:inherit;text-decoration:none}button,select{font:inherit}button{cursor:pointer;background:0 0;border:0}.wrap{width:min(100% - 3rem, var(--max));margin-inline:auto}.top-shell{isolation:isolate;background:var(--band-gray);position:relative}.top-shell:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(90% 55% at 50% -5%,#d32f1f1a,#0000 58%),radial-gradient(50% 45% at 100% 30%,#a8e03014,#0000 55%);position:absolute;inset:0 0 10%}.band{width:100%}.band-white{background:var(--band-white)}.band-gray{background:var(--band-gray)}.nav{justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;display:flex}.brand{font-family:var(--font-display);letter-spacing:-.04em;align-items:center;font-size:1.35rem;font-weight:700;display:inline-flex}.brand img{flex:none;width:18px;height:18px;margin-right:3px;display:block;position:relative;top:-1px}.brand span{color:var(--coral)}.nav-links{color:var(--muted);gap:1.25rem;font-size:.875rem;font-weight:550;display:flex}.nav-links a:hover{color:var(--fg)}.nav-cta{background:var(--coral);color:#fff;white-space:nowrap;border-radius:.65rem;padding:.55rem 1rem;font-size:.875rem;font-weight:650;display:inline-flex}.nav-cta:hover{background:var(--coral-deep)}.hero{flex-direction:column;justify-content:center;min-height:calc(100svh - 4.5rem);padding:2rem 0 3.5rem;display:flex}.hero-copy{text-align:center;max-width:40rem;margin:0 auto 2.25rem}.hero-brand{font-family:var(--font-display);letter-spacing:-.05em;font-size:clamp(2.75rem,8vw,4.75rem);font-weight:800;line-height:1;animation:.8s both rise}.hero-brand em{color:var(--coral);font-style:normal}.hero h1{font-family:var(--font-display);letter-spacing:-.02em;margin-top:1rem;font-size:clamp(1.25rem,3vw,1.6rem);font-weight:650;animation:.8s .1s both rise}.hero-lead{color:var(--muted);margin-top:.85rem;text-wrap:balance;max-width:48rem;margin-inline:auto;font-size:1.05rem;animation:.8s .2s both rise}.hero-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.4rem;animation:.8s .3s both rise;display:flex}.btn-primary{background:var(--coral);color:#fff;border-radius:.7rem;justify-content:center;align-items:center;padding:.8rem 1.25rem;font-size:.95rem;font-weight:650;display:inline-flex}.btn-primary:hover{background:var(--coral-deep)}.btn-ghost{border:1.5px solid var(--line);background:var(--card);border-radius:.7rem;justify-content:center;align-items:center;padding:.8rem 1.2rem;font-size:.95rem;font-weight:650;display:inline-flex}.btn-ghost:hover{border-color:var(--fg)}@keyframes rise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}.hero-visual{margin-top:auto;animation:1s .35s both rise}.product-plane{border:1.5px solid var(--line);background:var(--card);border-bottom:0;border-radius:1rem 1rem 0 0;grid-template-columns:1.2fr .8fr;width:100%;max-width:56rem;min-height:240px;margin:0 auto;display:grid;overflow:hidden}.product-chrome{border-bottom:1px solid var(--line);background:#f6f3ef;grid-column:1/-1;gap:.35rem;padding:.85rem 1rem;display:flex}.dot{background:#d4cdc4;border-radius:50%;width:.55rem;height:.55rem}.dot:first-child{background:#e23d2a}.dot:nth-child(2){background:#e8a317}.dot:nth-child(3){background:#7bc24a}.product-chat{padding:1.1rem 1.25rem 1.4rem}.msg{overflow-wrap:anywhere;border-radius:.85rem;max-width:92%;margin-bottom:.75rem;padding:.7rem .9rem;font-size:.88rem}.msg.user{background:var(--coral);color:#fff;border-bottom-right-radius:.25rem;margin-left:auto}.msg.agent{background:#ebe6df;border-bottom-left-radius:.25rem}.msg .meta{opacity:.7;margin-bottom:.25rem;font-size:.7rem;font-weight:600;display:block}.product-side{border-left:1px solid var(--line);background:#faf9f7;padding:1rem}.side-label{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:.75rem;font-size:.7rem;font-weight:700}.lead{border-bottom:1px solid var(--line);align-items:center;gap:.65rem;padding:.55rem 0;display:flex}.lead:last-child{border-bottom:0}.avatar{background:var(--fg);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:2rem;height:2rem;font-size:.7rem;font-weight:700;display:grid}.lead strong{font-size:.82rem;display:block}.lead span{color:var(--muted);font-size:.72rem}.pill{background:var(--lime);color:var(--lime-ink);border-radius:999px;margin-left:auto;padding:.2rem .45rem;font-size:.65rem;font-weight:700}section.band{padding:5.5rem 0}.section-kicker{text-transform:uppercase;letter-spacing:.08em;color:var(--coral);font-size:.8rem;font-weight:700}.section-title{font-family:var(--font-display);letter-spacing:-.03em;text-wrap:balance;max-width:38rem;margin-top:.45rem;font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:700}.section-lead{color:var(--muted);max-width:34rem;margin-top:.75rem;font-size:1.02rem}.center{text-align:center}.center .section-title,.center .section-lead{margin-inline:auto}.reveal{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(20px)}.reveal.in{opacity:1;transform:none}.steps{counter-reset:step;gap:1.35rem;margin-top:2.25rem;display:grid}.step{border-bottom:1px solid var(--line);grid-template-columns:auto 1fr;gap:1rem;padding-bottom:1.35rem;display:grid}.step:last-child{border-bottom:0;padding-bottom:0}.step:before{counter-increment:step;content:counter(step);background:var(--fg);color:#fff;border-radius:50%;place-items:center;width:2rem;height:2rem;font-size:.85rem;font-weight:700;display:grid}.step h3{font-family:var(--font-display);font-size:1.05rem;font-weight:650}.step p{color:var(--muted);margin-top:.25rem}.feature-list{grid-template-columns:repeat(3,1fr);gap:1.75rem 2rem;margin-top:2.25rem;display:grid}.feature h3{font-family:var(--font-display);font-size:1.05rem;font-weight:650}.feature p{color:var(--muted);margin-top:.35rem;font-size:.95rem}.cta-band{text-align:center;background:var(--ink);color:#f7f5f2;border:1px solid #2a2622;border-radius:1rem;padding:2.5rem 1.4rem}.cta-band .section-kicker{color:#c8c2ba}.cta-band .section-title{color:#fff;max-width:24rem;margin-inline:auto}.cta-band .section-lead{color:#a39b92;margin-inline:auto}.waitlist-form{text-align:left;gap:.7rem;max-width:32rem;margin:1.5rem auto 0;display:grid}.waitlist-form label{color:#c8c2ba;gap:.3rem;font-size:.8rem;font-weight:600;display:grid}.waitlist-form input,.waitlist-form select{color:#fff;background:#1e1a16;border:1px solid #3a342e;border-radius:.65rem;outline:none;width:100%;min-height:2.75rem;padding:.65rem .9rem}.waitlist-form select{appearance:none;background-image:linear-gradient(45deg,#0000 50%,#8a8278 50%),linear-gradient(135deg,#8a8278 50%,#0000 50%);background-position:calc(100% - 18px) 55%,calc(100% - 12px) 55%;background-repeat:no-repeat;background-size:6px 6px,6px 6px}.waitlist-form input::placeholder{color:#6b635c}.waitlist-form input:focus,.waitlist-form select:focus{border-color:#8a8278}.waitlist-form .row{grid-template-columns:1fr 1fr;gap:.7rem;display:grid}.waitlist-form button[type=submit]{height:2.75rem;color:var(--ink);background:#fff;border-radius:.65rem;margin-top:.25rem;font-weight:700}.waitlist-form button[type=submit]:hover:not(:disabled){background:#eae6e0}.waitlist-form button[type=submit]:disabled{opacity:.65;cursor:wait}.waitlist-msg{text-align:center;min-height:1.25rem;font-size:.9rem}.waitlist-msg.ok{color:#c8e6a0}.waitlist-msg.err{color:#ff9b8a}.waitlist-note{color:#8a8278;text-align:center;font-size:.85rem}footer.band{padding:2rem 0 2.75rem;padding-bottom:max(2.75rem, env(safe-area-inset-bottom));border-top:1px solid var(--line)}.footer-row{color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;font-size:.875rem;display:flex}.footer-links{flex-wrap:wrap;gap:1rem;display:flex}.footer-links a:hover{color:var(--fg)}@media (width<=900px){.feature-list,.product-plane{grid-template-columns:1fr}.product-side,.nav-links{display:none}}@media (width<=720px){.wrap{width:min(100% - 1.5rem, var(--max))}.hero{min-height:0;padding:1.25rem 0 0}.hero-brand{font-size:clamp(2.25rem,12vw,3.25rem)}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .btn-primary,.hero-actions .btn-ghost{width:100%;min-height:2.85rem}section.band{padding:3rem 0}.waitlist-form .row{grid-template-columns:1fr}.waitlist-form input,.waitlist-form select,.waitlist-form button{font-size:1rem}.footer-row{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}.reveal{opacity:1;transform:none}}@media (width>=900px){.wrap{width:min(100% - 6rem, var(--max))}}@media (width>=1280px){.wrap{width:min(100% - 9rem, var(--max))}}.waitlist-msg:empty{display:none}.feature-list.two-up{grid-template-columns:repeat(2,1fr);max-width:44rem;margin-inline:auto}@media (width<=720px){.feature-list.two-up{grid-template-columns:1fr}}
