:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ink:#0f1724;--ink-soft:#2c3a4a;--muted:#5d6a7a;--line:#0f17241f;--surface:#fff;--surface-soft:#f3f5f8;--surface-glass:#ffffffb8;--blue-1:#2f5fe9;--blue-2:#5b87ff;--purple-1:#7e7bf2;--purple-2:#b3a7ff;--pink-1:#ff7fb3;--teal-1:#23b6ad;--aqua-1:#6fd6d7;--amber-1:#f4b56a;--shadow-soft:0 18px 50px #0f17241f;--shadow-strong:0 30px 70px #0f172429;--radius-lg:28px;--radius-md:18px;--radius-sm:12px}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;overflow-x:hidden}body{min-height:100vh;color:var(--ink);font-family:var(--font-space-grotesk),sans-serif;background:radial-gradient(circle at 10% 0,#5b87ff24,#0000 40%),radial-gradient(circle at 90% 10%,#b3a7ff2e,#0000 45%),radial-gradient(circle at 20% 80%,#6fd6d729,#0000 45%),#f9fafc;line-height:1.6}a{color:inherit;text-decoration:none}main.page{flex-direction:column;gap:80px;width:100%;max-width:1160px;margin:0 auto;padding:72px 24px 96px;display:flex}section,footer,.hero,.final-cta,.core-list,.hero-card,.demo-window,.card-grid,.trust-grid{max-width:100%}.eyebrow{text-transform:uppercase;letter-spacing:.28em;color:var(--muted);font-size:.7rem;font-weight:600}h1,h2,h3{font-family:var(--font-fraunces),serif;color:var(--ink)}h1{margin-top:16px;font-size:clamp(2.8rem,4.6vw,4.2rem);line-height:1.05}h2{margin-top:14px;font-size:clamp(2rem,3.5vw,2.8rem)}h3{font-size:1.2rem}p{color:var(--muted)}.hero{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:48px;display:grid}.hero>*{min-width:0}.hero-copy .subhead{color:var(--ink-soft);margin-top:20px;font-size:1.15rem}.hero-copy .support{max-width:520px;margin-top:14px}.cta-row{flex-wrap:wrap;gap:16px;margin-top:28px;display:flex}.btn{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:12px 24px;font-weight:600;transition:transform .2s,box-shadow .2s;display:inline-flex}.btn.primary{background:linear-gradient(120deg,var(--blue-1),var(--purple-1));color:#fff;box-shadow:0 18px 40px #2f5fe933}.btn.ghost{border-color:var(--line);background:var(--surface);color:var(--ink-soft)}.btn:hover{transform:translateY(-2px);box-shadow:0 16px 36px #0f17242e}.hero-panel{justify-content:flex-end;display:flex}.hero-card{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-strong);border:1px solid #2f5fe924;padding:28px;position:relative;overflow:hidden}.hero-card:after{content:"";pointer-events:none;background:radial-gradient(circle at 80% 0,#ff7fb32e,#0000 45%);position:absolute;inset:0}.hero-card>*{z-index:1;position:relative}.hero-card p{margin-top:12px}.hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:24px;display:grid}.hero-metrics div{background:var(--surface-soft);border-radius:var(--radius-sm);gap:4px;padding:12px;display:grid}.hero-metrics span{font-size:.82rem}.section{flex-direction:column;gap:28px;display:flex}.section-header{gap:8px;max-width:720px;display:grid}.section-lead{color:var(--ink-soft);font-size:1.05rem}.core-list{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--line);box-shadow:var(--shadow-soft);gap:18px;padding:24px;list-style:none;display:grid}.core-list li{color:var(--ink-soft);padding-left:28px;position:relative}.core-list li:before{content:"";background:linear-gradient(120deg,var(--blue-2),var(--aqua-1));border-radius:50%;width:12px;height:12px;position:absolute;top:6px;left:0}.demo{gap:32px;display:grid}.ai-demo{border-radius:var(--radius-lg);background:linear-gradient(135deg,#2f5fe914,#b3a7ff1f);border:1px solid #2f5fe924;padding:24px;position:relative;overflow:hidden}.demo-window{background:var(--surface-glass);box-shadow:var(--shadow-strong);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid #0f17241f;border-radius:22px;width:100%;overflow:hidden}.demo-bar{background:linear-gradient(90deg,#2f5fe91f,#b3a7ff29);border-bottom:1px solid #0f17241a;justify-content:space-between;align-items:center;padding:12px 18px;font-size:.85rem;display:flex}.demo-controls{gap:8px;display:flex}.control{border-radius:50%;width:10px;height:10px}.control.red{background:#f0625d}.control.amber{background:var(--amber-1)}.control.green{background:var(--teal-1)}.demo-body{scroll-behavior:smooth;grid-auto-rows:min-content;align-content:start;gap:14px;min-height:240px;max-height:280px;padding:20px;transition:opacity .5s;display:grid;overflow-y:auto}.demo-body::-webkit-scrollbar{display:none}.demo-body{scrollbar-width:none}.demo-body.is-fading{opacity:0}.chat-row{align-items:flex-start;display:flex}.chat-row.user{justify-content:flex-end}.chat-bubble{border-radius:16px;max-width:75%;padding:28px 16px 12px;font-size:.95rem;line-height:1.5;position:relative}.chat-label{letter-spacing:.14em;color:var(--muted);text-transform:uppercase;font-size:.65rem;font-weight:600;position:absolute;top:8px;left:14px}.chat-bubble.user .chat-label{color:#4c5a88}.chat-bubble.ai .chat-label{color:#5a5f8d}.chat-bubble.user{color:var(--ink);background:linear-gradient(120deg,#2f5fe929,#b3a7ff33)}.chat-bubble.ai{background:var(--surface);color:var(--ink-soft);border:1px solid #0f17241a}.typing-caret{background:var(--ink);opacity:.6;width:10px;height:16px;margin-left:2px;animation:1s infinite blink;display:inline-block}.demo-input{background:var(--surface);border-top:1px solid #0f172414;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.demo-input.is-focused{box-shadow:inset 0 0 0 2px #2f5fe933}.input-text{color:var(--ink-soft);white-space:nowrap;text-overflow:ellipsis;flex:1;min-height:22px;font-size:.95rem;overflow:hidden}.ai-demo[data-phase=sending] .input-text,.ai-demo[data-phase=thinking] .input-text,.ai-demo[data-phase=responding] .input-text,.ai-demo[data-phase=done] .input-text{opacity:.5}.send-button{background:linear-gradient(120deg,var(--blue-1),var(--purple-1));color:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .2s;display:inline-flex;box-shadow:0 12px 24px #2f5fe940}.send-button svg{fill:currentColor;width:18px;height:18px}.send-button.is-clicking{transform:scale(.92)}.demo-cursor{border:2px solid var(--ink);opacity:0;background:#ffffffe6;border-radius:50%;width:18px;height:18px;transition:left .6s,top .6s,opacity .4s;position:absolute;top:86%;left:88%;box-shadow:0 8px 20px #0f172433}.demo-cursor:after{content:"";background:var(--ink);border-radius:2px;width:10px;height:10px;position:absolute;bottom:-6px;right:-6px;transform:rotate(45deg)}.ai-demo[data-phase=cursor-in] .demo-cursor{opacity:1;top:78%;left:64%}.ai-demo[data-phase=focus] .demo-cursor,.ai-demo[data-phase=typing] .demo-cursor{opacity:1;top:78%;left:26%}.ai-demo[data-phase=move-send] .demo-cursor{opacity:1;top:78%;left:85%}.ai-demo[data-phase=sending] .demo-cursor,.ai-demo[data-phase=thinking] .demo-cursor,.ai-demo[data-phase=responding] .demo-cursor,.ai-demo[data-phase=done] .demo-cursor{opacity:.4;top:78%;left:86%}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.info-card,.trust-card{background:var(--surface);border-radius:var(--radius-md);border:1px solid var(--line);box-shadow:var(--shadow-soft);gap:10px;padding:20px;display:grid}.trust-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.final-cta{border-radius:var(--radius-lg);background:linear-gradient(130deg,#2f5fe924,#f4b56a2e);border:1px solid #2f5fe92e;justify-content:space-between;align-items:center;gap:24px;padding:32px;display:flex}footer{color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:12px;font-size:.9rem;display:flex}@keyframes blink{0%,to{opacity:.15}50%{opacity:.8}}@media (max-width:980px){.hero{grid-template-columns:1fr}.hero-panel{justify-content:flex-start}.card-grid,.trust-grid{grid-template-columns:1fr}.final-cta{flex-direction:column;align-items:flex-start}}@media (max-width:720px){main.page{gap:64px;padding:56px 18px 80px}.hero-metrics{grid-template-columns:1fr}.ai-demo{padding:16px}.demo-cursor{display:none}}@media (prefers-reduced-motion:reduce){.demo-cursor,.typing-caret{display:none}.btn{transition:none}}
@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300 700;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk Fallback;src:local(Arial);ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.0%;size-adjust:109.69%}.space_grotesk_46a23bbb-module__PQhLqq__className{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.space_grotesk_46a23bbb-module__PQhLqq__variable{--font-space-grotesk:"Space Grotesk","Space Grotesk Fallback"}
@font-face{font-family:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1e219c03c996efbd-s.ba7d7329.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/b35b0dbffda7f2c4-s.0c27b1b4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Fraunces;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/03bda585a99c6450-s.p.ad37b9d9.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Fraunces Fallback;src:local(Times New Roman);ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.0%;size-adjust:115.45%}.fraunces_6580b4b2-module__Nf2BQq__className{font-family:Fraunces,Fraunces Fallback;font-style:normal}.fraunces_6580b4b2-module__Nf2BQq__variable{--font-fraunces:"Fraunces","Fraunces Fallback"}
