:root{color-scheme:dark;--color-bg:#040714;--color-bg-elevated:#071022;--color-surface:rgba(15,28,58,0.8);--color-surface-strong:rgba(20,38,78,0.88);--color-surface-muted:rgba(12,23,50,0.6);--color-border:rgba(116,138,255,0.28);--color-border-strong:rgba(116,138,255,0.45);--color-foreground:#f5f8ff;--color-muted:rgba(204,214,247,0.76);--color-accent:#63e3ff;--color-accent-strong:#3a7cff;--color-highlight:#a87eff;--shadow-soft:0 18px 40px rgba(8,16,40,0.5);--shadow-card:0 30px 80px rgba(3,8,25,0.65);--max-width:1240px;--radius-xl:36px;--radius-lg:28px;--radius-md:18px}*{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);color:var(--color-foreground);background:radial-gradient(circle at 18% -10%,rgba(127,90,255,.34),transparent 55%),radial-gradient(circle at 82% -8%,rgba(99,227,255,.26),transparent 58%),radial-gradient(circle at 50% 120%,rgba(12,26,62,.9),rgba(4,7,20,.96));min-height:100vh;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}main{overflow:hidden;z-index:1}.page-shell,main{position:relative}.page-shell{min-height:100vh;background:linear-gradient(180deg,rgba(4,7,20,.96),rgba(6,13,32,.98) 60%,rgba(4,7,20,1))}.page-shell:before{content:"";position:fixed;top:35%;left:10%;width:420px;height:420px;background:radial-gradient(circle,rgba(99,227,255,.22) 0,rgba(99,227,255,0) 70%);filter:blur(2px);z-index:-2}.page-shell:after{content:"";position:fixed;bottom:-10%;right:-8%;width:540px;height:540px;background:radial-gradient(circle,rgba(168,126,255,.32) 0,rgba(168,126,255,0) 70%);filter:blur(4px);z-index:-2}.content-width{width:min(100%,var(--max-width));margin:0 auto;padding:0 2rem}@media (max-width:900px){.content-width{padding:0 1.5rem}}section{position:relative;padding:6.5rem 0}section:first-of-type{padding-top:7.5rem}@media (max-width:768px){section{padding:4.5rem 0}section:first-of-type{padding-top:6.5rem}}.tag{gap:.45rem;padding:.5rem 1rem;background:rgba(58,124,255,.16);color:rgba(211,220,255,.86);font-size:.82rem;letter-spacing:.14em;text-transform:uppercase}.button,.tag{display:inline-flex;align-items:center;border-radius:999px;font-weight:600}.button{justify-content:center;padding:.85rem 1.9rem;cursor:pointer;border:none;font-size:1rem;letter-spacing:.01em;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease}.button-primary{background:linear-gradient(130deg,var(--color-accent-strong),var(--color-accent));color:#02040b;box-shadow:0 22px 44px rgba(58,124,255,.38)}.button-primary:focus-visible,.button-primary:hover{transform:translateY(-3px);box-shadow:0 26px 56px rgba(58,124,255,.5)}.button-secondary{background:rgba(255,255,255,.06);color:var(--color-foreground);border:1px solid rgba(255,255,255,.14)}.button-secondary:focus-visible,.button-secondary:hover{transform:translateY(-3px);border-color:rgba(255,255,255,.22);box-shadow:0 20px 40px rgba(8,16,40,.35)}.button-outline{background:rgba(99,227,255,.08);border:1px solid rgba(99,227,255,.4);color:var(--color-foreground)}.button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.button-outline:focus-visible,.button-outline:hover{transform:translateY(-3px);background:rgba(99,227,255,.16);box-shadow:0 18px 40px rgba(13,30,52,.55)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:rgba(4,7,20,.82);border-bottom:1px solid var(--color-border)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.1rem 0}.brand{display:inline-flex;align-items:center;gap:.9rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:rgba(227,232,255,.9)}.brand .brand-mark{width:auto;height:44px;object-fit:contain}.main-nav{display:flex;align-items:center;gap:2rem;font-size:.92rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(209,220,247,.7)}.main-nav a{position:relative;padding:.2rem 0}.main-nav a:after{content:"";position:absolute;left:0;bottom:-.4rem;width:100%;height:2px;background:linear-gradient(90deg,transparent,var(--color-accent),transparent);transform:scaleX(0);transform-origin:center;transition:transform .3s ease}.main-nav a:focus-visible:after,.main-nav a:hover:after{transform:scaleX(1)}@media (max-width:960px){.main-nav{display:none}}.hero{padding:9rem 0 6rem;overflow:hidden}.hero-backdrop{position:absolute;inset:0;pointer-events:none;z-index:0}.glow{position:absolute;border-radius:50%;filter:blur(120px);opacity:.9}.glow-one{width:620px;height:620px;top:-180px;left:-120px;background:radial-gradient(circle,rgba(168,126,255,.45) 0,rgba(168,126,255,0) 70%)}.glow-two{width:540px;height:540px;bottom:-140px;right:-160px;background:radial-gradient(circle,rgba(99,227,255,.38) 0,rgba(99,227,255,0) 75%)}.grid-overlay{position:absolute;inset:-45% -20%;background-image:linear-gradient(0deg,rgba(255,255,255,.04) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 0);background-size:140px 140px;opacity:.35}.hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.9fr);grid-gap:4rem;gap:4rem;align-items:end;z-index:1}@media (max-width:1080px){.hero-grid{grid-template-columns:1fr}}.hero-copy{max-width:580px}.hero-copy h1{margin:1.4rem 0 1.6rem;font-size:clamp(2.8rem,5vw,4.5rem);line-height:1.02;letter-spacing:-.01em}.hero-copy h1 span{display:block;background:linear-gradient(110deg,var(--color-accent),var(--color-highlight));-webkit-background-clip:text;color:transparent}.hero-copy p{font-size:1.08rem;color:var(--color-muted);margin-bottom:2.4rem;max-width:34rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.hero-metrics{margin-top:2.6rem;display:flex;flex-direction:column;gap:1rem}.hero-metric{display:flex;align-items:center;gap:1rem;padding:.85rem 1.3rem;background:var(--color-surface-muted);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-soft);max-width:32rem}.hero-metric p{margin:0;color:rgba(226,232,255,.9);font-weight:500}.spark-icon{width:38px;height:38px;border-radius:14px;background:linear-gradient(135deg,rgba(99,227,255,.32),rgba(168,126,255,.42));display:grid;place-items:center;color:#030814;font-weight:700;font-size:1.05rem;box-shadow:0 12px 28px rgba(8,16,40,.4)}.hero-showcase{display:grid;grid-gap:1.5rem;gap:1.5rem}.hero-card{background:var(--color-surface-strong);border-radius:var(--radius-lg);border:1px solid var(--color-border);padding:2.4rem;box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);display:flex;flex-direction:column;gap:1.4rem}.hero-card.secondary{background:rgba(14,26,56,.72);padding:2rem;gap:1.2rem}.hero-card h3,.hero-card h4{margin:0;font-size:1.35rem;color:rgba(237,241,255,.94)}.hero-card p{margin:0;color:var(--color-muted)}.hero-card-headline{display:flex;flex-direction:column;gap:1rem}.hero-card-headline .hero-logo{width:220px;height:auto;filter:drop-shadow(0 18px 30px rgba(3,8,25,.6));max-width:100%}.value-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.9rem}.value-list li{display:flex;align-items:flex-start;gap:.9rem;color:rgba(226,232,255,.92);font-weight:500}.icon-circle{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,rgba(99,227,255,.28),rgba(168,126,255,.36));display:grid;place-items:center;flex-shrink:0}.signal-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.signal{padding:1.2rem 1.4rem;border-radius:var(--radius-md);border:1px solid var(--color-border);background:rgba(13,23,52,.72);display:flex;flex-direction:column;gap:.35rem}.signal strong{font-size:1.5rem;color:var(--color-accent)}.signal span{font-weight:600;color:rgba(237,241,255,.9)}.signal small{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:rgba(194,206,240,.6)}.section-heading{display:flex;flex-direction:column;gap:.85rem;margin-bottom:3rem;max-width:720px}.section-heading h2{margin:0;font-size:clamp(2.2rem,3.4vw,3rem);color:rgba(237,241,255,.94);letter-spacing:-.01em}.section-heading p{margin:0;color:var(--color-muted);font-size:1.05rem}.stat-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.8rem;gap:1.8rem}@media (max-width:960px){.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.stat-grid{grid-template-columns:1fr}}.stat-card{padding:2.3rem;border-radius:var(--radius-lg);background:rgba(13,23,52,.78);border:1px solid var(--color-border);box-shadow:var(--shadow-soft)}.stat-card h4{font-size:2.4rem;margin:0 0 .6rem;color:var(--color-accent)}.stat-card p{margin:0 0 .75rem;color:rgba(226,232,255,.88);font-weight:500}.stat-card span{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:rgba(194,206,240,.62)}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.8rem;gap:1.8rem}@media (max-width:1080px){.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.feature-grid{grid-template-columns:1fr}}.feature-card{background:rgba(11,21,46,.82);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2.1rem;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:1rem;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.feature-card h3{margin:0;font-size:1.35rem;color:rgba(237,241,255,.92)}.feature-card p{margin:0;color:var(--color-muted)}.feature-card ul{margin:.4rem 0 0;padding-left:1.2rem;color:rgba(209,220,247,.82)}.feature-card li+li{margin-top:.35rem}.myth-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1.6rem;gap:1.6rem}@media (max-width:960px){.myth-grid{grid-template-columns:1fr}}.myth-card{border-radius:var(--radius-lg);padding:2.4rem;background:linear-gradient(138deg,rgba(31,58,128,.92),rgba(13,28,64,.98));color:var(--color-foreground);box-shadow:0 28px 60px rgba(6,12,38,.55);display:flex;flex-direction:column;gap:1rem;border:1px solid rgba(127,164,255,.22)}.myth-card h3{margin:0;font-size:1.4rem}.myth-card p{margin:0;color:rgba(221,228,255,.86)}.myth-card ul{padding-left:1.2rem;margin:.4rem 0 0;color:rgba(209,220,247,.78)}.process-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.6rem;gap:1.6rem}@media (max-width:980px){.process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.process-grid{grid-template-columns:1fr}}.process-card{background:rgba(11,21,46,.84);border-radius:var(--radius-lg);border:1px solid var(--color-border);padding:2.2rem;box-shadow:var(--shadow-soft);display:flex;flex-direction:column;gap:.9rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.process-card strong{font-size:.78rem;color:rgba(194,206,240,.7);letter-spacing:.18em;text-transform:uppercase}.process-card h3{margin:0;font-size:1.38rem;color:rgba(237,241,255,.92)}.process-card p{margin:0;color:var(--color-muted)}.proof{margin-top:3.2rem;padding:2.4rem 2.6rem;border-radius:var(--radius-lg);background:linear-gradient(135deg,rgba(18,34,72,.92),rgba(12,25,56,.88));border:1px solid var(--color-border-strong);box-shadow:0 26px 60px rgba(5,11,32,.55)}.proof h3{margin:0 0 .8rem;font-size:1.4rem;color:rgba(237,241,255,.94)}.proof p{margin:0;color:rgba(209,220,247,.82)}.cta-section{padding:5rem 0 6rem}.cta-card{position:relative;border-radius:var(--radius-xl);padding:clamp(2.6rem,5vw,4rem);overflow:hidden;background:linear-gradient(135deg,rgba(36,67,148,.94),rgba(25,43,94,.98));box-shadow:0 40px 90px rgba(5,12,32,.65);border:1px solid rgba(127,164,255,.35);display:grid;grid-gap:2.4rem;gap:2.4rem}.cta-card:after,.cta-card:before{content:"";position:absolute;border-radius:50%;filter:blur(120px);opacity:.8}.cta-card:before{width:360px;height:360px;top:-30%;right:12%;background:rgba(168,126,255,.42)}.cta-card:after{width:320px;height:320px;bottom:-40%;left:6%;background:rgba(99,227,255,.32)}.cta-card>*{position:relative;z-index:1}.cta-card h2{margin:0 0 1.2rem;font-size:clamp(2.2rem,3.6vw,3.2rem);color:rgba(237,241,255,.96)}.cta-card p{margin:0 0 2.2rem;color:rgba(209,220,247,.82);max-width:36rem;font-size:1.05rem}.waitlist-card .cta-copy p{margin-bottom:0}.waitlist-card{align-items:flex-start}.waitlist-shell{gap:1.2rem;width:min(100%,520px)}.waitlist-form,.waitlist-shell{display:flex;flex-direction:column}.waitlist-form{gap:1.4rem;padding:1.8rem;border-radius:var(--radius-lg);background:rgba(8,16,40,.5);border:1px solid rgba(127,164,255,.28);box-shadow:0 24px 60px rgba(3,7,20,.5)}.form-grid{display:grid;grid-gap:1.1rem;gap:1.1rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:640px){.form-grid{grid-template-columns:1fr}}.waitlist-form label{display:flex;flex-direction:column;gap:.55rem;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(209,220,247,.72)}.waitlist-form input{padding:.85rem 1rem;border-radius:14px;border:1px solid rgba(127,164,255,.28);background:rgba(7,13,32,.86);color:rgba(237,241,255,.94);font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.waitlist-form input:focus{outline:none;border-color:rgba(99,227,255,.6);box-shadow:0 0 0 3px rgba(99,227,255,.2)}.waitlist-form input::placeholder{color:rgba(173,188,232,.5)}.waitlist-feedback{font-size:.9rem;letter-spacing:.01em;margin:0}.waitlist-submitting{color:rgba(209,220,247,.78)}.waitlist-submitted{color:rgba(146,255,212,.82)}.waitlist-error{color:rgba(255,161,161,.86)}footer{padding:2.4rem 0 3.2rem;color:rgba(191,202,233,.68);font-size:.88rem}footer .footer-inner{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}@media (prefers-color-scheme:light){:root{color-scheme:light;--color-bg:#f4f6fb;--color-bg-elevated:#ffffff;--color-surface:rgba(255,255,255,0.9);--color-surface-strong:#ffffff;--color-surface-muted:rgba(255,255,255,0.82);--color-border:rgba(32,54,115,0.12);--color-border-strong:rgba(32,54,115,0.18);--color-foreground:#111322;--color-muted:rgba(46,56,92,0.72);--color-accent:#2f5dff;--color-accent-strong:#1e3ed8;--color-highlight:#ff3f8e;--shadow-soft:0 22px 45px rgba(15,33,80,0.12);--shadow-card:0 32px 70px rgba(15,33,80,0.16)}body{background:radial-gradient(circle at 16% -8%,rgba(255,115,98,.12),transparent 55%),radial-gradient(circle at 80% -10%,rgba(71,194,255,.2),transparent 60%),#f4f6fb;color:var(--color-foreground)}a{color:#1f3edb}a:focus-visible,a:hover{color:#122cb4}.page-shell{background:linear-gradient(180deg,rgba(248,249,255,.98),rgba(232,238,255,.96))}.page-shell:before{background:radial-gradient(circle,rgba(71,194,255,.18) 0,rgba(71,194,255,0) 70%);filter:blur(3px)}.page-shell:after{background:radial-gradient(circle,rgba(255,115,98,.22) 0,rgba(255,115,98,0) 70%);filter:blur(5px)}.site-header{background:rgba(255,255,255,.92);border-bottom:1px solid rgba(32,54,115,.14);box-shadow:0 14px 24px rgba(15,33,80,.08)}.brand{color:rgba(27,32,74,.88)}.main-nav{color:rgba(40,52,92,.82)}.main-nav a{color:inherit}.tag{background:rgba(47,93,255,.16);color:rgba(27,32,74,.75)}.button-secondary{background:rgba(47,93,255,.12);color:var(--color-accent-strong);border:1px solid rgba(47,93,255,.45)}.button-secondary:focus-visible,.button-secondary:hover{border-color:rgba(47,93,255,.6);box-shadow:0 18px 34px rgba(15,33,80,.15)}.button-outline{background:rgba(47,93,255,.08);border:1px solid rgba(47,93,255,.4);color:var(--color-accent-strong)}.button-outline:focus-visible,.button-outline:hover{background:rgba(47,93,255,.14);box-shadow:0 18px 40px rgba(15,33,80,.18)}.feature-card p,.hero-copy p,.process-card p,.section-heading p{color:var(--color-muted)}.hero-metric{background:var(--color-surface);border-color:rgba(32,54,115,.14);box-shadow:0 22px 46px rgba(15,33,80,.12)}.hero-metric p{color:rgba(27,32,74,.82)}.hero-card{background:var(--color-surface-strong);border-color:rgba(32,54,115,.14);box-shadow:var(--shadow-card);color:var(--color-foreground)}.hero-card.secondary{background:#ffffff}.hero-card h3,.hero-card h4{color:rgba(27,32,74,.92)}.value-list li{color:rgba(27,32,74,.85)}.signal{background:var(--color-surface);border-color:rgba(32,54,115,.14);box-shadow:0 22px 44px rgba(15,33,80,.1)}.signal span{color:rgba(27,32,74,.78)}.signal small{color:rgba(27,32,74,.6)}.cta-card h2,.feature-card h3,.process-card h3,.proof h3,.section-heading h2{color:rgba(21,28,64,.96)}.cta-card,.feature-card,.myth-card,.process-card,.proof,.stat-card,.waitlist-form{background:var(--color-surface-strong);border-color:rgba(32,54,115,.14);box-shadow:var(--shadow-soft);color:var(--color-foreground)}.cta-card p,.feature-card ul,.myth-card p,.proof p,.stat-card p,.waitlist-submitting{color:rgba(32,38,74,.75)}.process-card strong,.stat-card span{color:rgba(32,38,74,.6)}.myth-card{background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(231,236,255,.94))}.myth-card h3{color:rgba(21,28,64,.94)}.cta-card:before{background:rgba(47,93,255,.22)}.cta-card:after{background:rgba(255,115,98,.18)}.waitlist-form label{color:rgba(32,38,74,.6)}.waitlist-form input{background:#ffffff;color:rgba(15,22,58,.92);border-color:rgba(32,54,115,.2);box-shadow:none}.waitlist-form input:focus{border-color:rgba(47,93,255,.6);box-shadow:0 0 0 3px rgba(47,93,255,.18)}.waitlist-form input::placeholder{color:rgba(32,38,74,.4)}.waitlist-submitted{color:#1a7f4b}.waitlist-error{color:#c53d3d}footer{color:rgba(32,38,74,.66)}}@media (max-width:520px){.header-inner{flex-wrap:wrap;justify-content:center}.brand img{height:36px}.hero{padding-top:8rem}.hero-metric{max-width:100%}.cta-card{padding:2.6rem 2.2rem}footer .footer-inner{flex-direction:column;text-align:center}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,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:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-sans:"Inter","Inter Fallback"}