:root{--background:#ffffff;--foreground:#09090b;--muted:#52525b;--muted-soft:#a1a1aa;--border:#e4e4e7;--border-strong:#d4d4d8;--surface:#f4f4f5;--surface-elevated:#fafafa;--accent:#7c3aed;--accent-hover:#6d28d9;--accent-soft:#ede9fe;--accent-muted:#f5f3ff;--radius:0.75rem;--radius-lg:1rem;--shadow-sm:0 1px 2px rgb(9 9 11/0.04);--shadow-md:0 4px 24px rgb(9 9 11/0.06);--shadow-lg:0 24px 64px rgb(9 9 11/0.08);--max-width:72rem;--header-height:4rem;--font-sans:var(--font-inter),system-ui,-apple-system,"Segoe UI",sans-serif}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100dvh;background:var(--background);color:var(--foreground);font-family:var(--font-sans);font-size:1rem;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:clamp(1.25rem,4vw,2rem)}.section{padding-block:clamp(4rem,10vw,6rem)}.section-label{display:inline-block;margin:0 0 .75rem;font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--accent)}.section-title{margin:0 0 1rem;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:650;letter-spacing:-.03em;line-height:1.2}.section-lead{margin:0;max-width:40rem;font-size:1.125rem;color:var(--muted);line-height:1.65}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.375rem;border-radius:var(--radius);font-size:.9375rem;font-weight:600;line-height:1;transition:background .15s ease,color .15s ease,border-color .15s ease,box-shadow .15s ease}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 1px 2px rgb(124 58 237/.25)}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:var(--background);color:var(--foreground);border:1px solid var(--border-strong)}.btn-secondary:hover{background:var(--surface);border-color:var(--muted-soft)}.btn-ghost{color:var(--muted);padding-inline:.75rem}.btn-ghost:hover{color:var(--foreground)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;height:var(--header-height);border-bottom:1px solid transparent;background:rgb(255 255 255/.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header.is-scrolled{border-bottom-color:var(--border)}.header-inner{justify-content:space-between;height:var(--header-height);gap:1.5rem}.header-inner,.logo{display:flex;align-items:center}.logo{gap:.625rem;font-weight:700;font-size:1rem;letter-spacing:-.02em}.logo-mark{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.5rem;background:linear-gradient(135deg,var(--accent) 0,#a78bfa 100%);color:#fff;font-size:.75rem;font-weight:800}.nav-desktop{display:none;align-items:center;gap:.25rem}.nav-desktop a{padding:.5rem .875rem;border-radius:.5rem;font-size:.875rem;font-weight:500;color:var(--muted)}.nav-desktop a:hover{color:var(--foreground);background:var(--surface)}.header-actions{display:flex;align-items:center;gap:.5rem}@media (min-width:768px){.nav-desktop{display:flex}}.hero{padding-block:clamp(3rem,8vw,5rem) clamp(4rem,10vw,6rem);background:radial-gradient(ellipse 80% 50% at 50% -20%,var(--accent-muted) 0,transparent 70%),var(--background)}.hero-grid{display:grid;grid-gap:3rem;gap:3rem;align-items:center}@media (min-width:960px){.hero-grid{grid-template-columns:1fr 1.05fr;gap:4rem}}.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.375rem .875rem;border-radius:999px;background:var(--accent-soft);color:var(--accent-hover);font-size:.8125rem;font-weight:600}.hero-title{margin:0 0 1.25rem;font-size:clamp(2.25rem,5.5vw,3.5rem);font-weight:700;letter-spacing:-.04em;line-height:1.08}.hero-title span{color:var(--accent)}.hero-lead{margin:0 0 2rem;max-width:32rem;font-size:clamp(1.0625rem,2vw,1.25rem);color:var(--muted);line-height:1.65}.hero-ctas{gap:.75rem;margin-bottom:2rem}.hero-ctas,.hero-proof{display:flex;flex-wrap:wrap}.hero-proof{gap:1.5rem;padding:0;margin:0;list-style:none}.hero-proof li{font-size:.875rem;color:var(--muted)}.hero-proof strong{display:block;font-size:1.125rem;font-weight:700;color:var(--foreground);letter-spacing:-.02em}.hero-screenshot{margin:0}.hero-screenshot-frame{position:relative;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-lg);overflow:hidden;aspect-ratio:16/10}.hero-screenshot-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top left;opacity:0;transition:opacity .6s ease}.hero-screenshot-img.is-active{opacity:1}.hero-screenshot-caption{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.75rem;font-size:.8125rem;color:var(--muted)}.hero-screenshot-dots{display:flex;gap:.375rem}.hero-screenshot-dots span{width:.5rem;height:.5rem;border-radius:50%;background:var(--border-strong);transition:background .2s ease}.hero-screenshot-dots span.is-active{background:var(--accent)}.problem-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;margin-top:2.5rem}@media (min-width:768px){.problem-grid{grid-template-columns:repeat(3,1fr)}}.problem-card{padding:1.5rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface-elevated)}.problem-card h3{margin:0 0 .5rem;font-size:1.0625rem;font-weight:650}.problem-card p{margin:0;font-size:.9375rem;color:var(--muted);line-height:1.6}.features-grid{display:grid;grid-gap:1.25rem;gap:1.25rem;margin-top:2.5rem}@media (min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{padding:1.5rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--background);transition:box-shadow .2s ease,border-color .2s ease}.feature-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md)}.feature-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin-bottom:1rem;border-radius:.625rem;background:var(--accent-soft);color:var(--accent)}.feature-card h3{margin:0 0 .5rem;font-size:1.0625rem;font-weight:650}.feature-card p{margin:0;font-size:.9375rem;color:var(--muted);line-height:1.55}.modules-section{background:var(--surface);border-block:1px solid var(--border)}.modules-grid{display:grid;grid-gap:1rem;gap:1rem;margin-top:2.5rem}@media (min-width:640px){.modules-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:900px){.modules-grid{grid-template-columns:repeat(3,1fr)}}.module-card{display:flex;gap:1rem;padding:1.25rem 1.5rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--background)}.module-card h3{margin:0 0 .25rem;font-size:1rem;font-weight:650}.module-card p{margin:0;font-size:.875rem;color:var(--muted);line-height:1.5}.module-badge{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:.625rem;background:var(--accent-muted);color:var(--accent);font-size:.6875rem;font-weight:700;letter-spacing:.02em}.steps{display:grid;grid-gap:2rem;gap:2rem;margin-top:2.5rem;counter-reset:step}@media (min-width:768px){.steps{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.step{position:relative;padding-top:.5rem}.step:before{counter-increment:step;content:counter(step,decimal-leading-zero);display:block;margin-bottom:1rem;font-size:.8125rem;font-weight:700;color:var(--accent);letter-spacing:.05em}.step h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:650}.step p{margin:0;font-size:.9375rem;color:var(--muted);line-height:1.6}.trust-grid{display:grid;grid-gap:1.25rem;gap:1.25rem;margin-top:2.5rem}@media (min-width:768px){.trust-grid{grid-template-columns:repeat(2,1fr)}}.trust-item{display:flex;gap:1rem;align-items:flex-start;padding:1.25rem 1.5rem;border-radius:var(--radius-lg);border:1px solid var(--border)}.trust-item svg{flex-shrink:0;color:var(--accent)}.trust-item h3{margin:0 0 .25rem;font-size:1rem;font-weight:650}.trust-item p{margin:0;font-size:.875rem;color:var(--muted);line-height:1.5}.cta-section{padding-block:clamp(4rem,10vw,6rem)}.cta-box{padding:clamp(2.5rem,6vw,4rem);border-radius:1.25rem;text-align:center;background:linear-gradient(135deg,var(--accent) 0,#6d28d9 100%);color:#fff;box-shadow:var(--shadow-lg)}.cta-box h2{margin:0 0 1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;letter-spacing:-.03em;line-height:1.15}.cta-box p{margin:0 auto 2rem;max-width:28rem;font-size:1.0625rem;line-height:1.6;opacity:.92}.cta-box .btn-primary{background:#fff;color:var(--accent-hover);box-shadow:0 4px 20px rgb(0 0 0/.15)}.cta-box .btn-primary:hover{background:#fafafa}.site-footer{padding-block:2.5rem 2rem;border-top:1px solid var(--border);background:var(--surface-elevated)}.footer-inner{display:flex;flex-direction:column;gap:2rem}@media (min-width:768px){.footer-inner{flex-direction:row;align-items:flex-start;justify-content:space-between}}.footer-brand p{margin:.75rem 0 0;max-width:20rem;font-size:.875rem;color:var(--muted);line-height:1.55}.footer-links{display:flex;flex-wrap:wrap;gap:1.5rem 2.5rem}.footer-col h4{margin:0 0 .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-soft)}.footer-col ul{margin:0;padding:0;list-style:none}.footer-col li+li{margin-top:.5rem}.footer-col a{font-size:.875rem;color:var(--muted)}.footer-col a:hover{color:var(--foreground)}.footer-bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border);font-size:.8125rem;color:var(--muted-soft)}@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-inter:"Inter","Inter Fallback"}