:root{--brand-primary:#c084fc;--brand-secondary:#8854d0;--brand-dark:#05020b;--brand-muted:hsla(0,0%,100%,.65);--card-surface:hsla(0,0%,100%,.05);--card-border:hsla(0,0%,100%,.14)}body{margin:0;background:radial-gradient(circle at top,rgba(192,132,252,.35),transparent 45%),#05020b;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f7f6ff}.site-shell{min-height:100vh;padding:0 1.5rem 3rem}.site-header,.site-shell{display:flex;flex-direction:column}.site-header{gap:0;padding:.85rem 1.25rem 1.1rem;position:-webkit-sticky;position:sticky;top:1rem;background:linear-gradient(100deg,rgba(15,7,34,.92),rgba(54,20,90,.82),rgba(15,7,34,.92));-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid hsla(0,0%,100%,.07);border-radius:999px;box-shadow:0 25px 55px rgba(3,0,12,.55);width:min(1200px,100%);margin:1rem auto 0;z-index:10}.logo{display:inline-flex;align-items:center;gap:.65rem;font-weight:700;font-size:1.15rem;letter-spacing:.3px;color:#fff}.logo-mark{border-radius:50%;box-shadow:0 10px 30px rgba(192,132,252,.25);background:radial-gradient(circle at 30% 30%,rgba(192,132,252,.9),rgba(6,3,12,.9));padding:.25rem}.site-header__row{display:flex;align-items:center;width:100%;gap:1.25rem}.site-header__actions{display:flex;align-items:center;gap:.75rem;margin-left:auto}.site-nav{display:flex;gap:1.5rem;font-size:.95rem;justify-content:center;flex:1 1}.site-nav a{color:var(--brand-muted);transition:color .2s ease,opacity .2s ease;position:relative;padding-bottom:.15rem}.site-nav a.active{color:#fff;font-weight:600}.site-nav a.active:after{content:"";position:absolute;left:0;bottom:-.25rem;width:100%;height:2px;background:linear-gradient(120deg,var(--brand-primary),#a855f7);border-radius:999px}.site-nav a:focus-visible,.site-nav a:hover{color:#fff}.nav-toggle{display:none;width:42px;height:42px;border-radius:999px;border:1px solid hsla(0,0%,100%,.2);background:transparent;justify-self:end;align-items:center;justify-content:center;gap:5px;flex-direction:column;cursor:pointer}.nav-toggle span{display:block;width:18px;height:2px;background:#fff;border-radius:2px}.button{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.5rem;border-radius:999px;font-weight:600;font-size:.95rem;border:1px solid transparent;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border .15s ease}.button:focus-visible,.button:hover{transform:translateY(-1px)}.button-primary{background:linear-gradient(130deg,var(--brand-primary),#9f40ff);color:#0b0617;box-shadow:0 10px 25px rgba(192,132,252,.35)}.button-ghost{background:transparent;border-color:hsla(0,0%,100%,.3);color:#fff}.button-secondary{background:hsla(0,0%,100%,.12);color:#fff;border-color:hsla(0,0%,100%,.2)}.site-footer{padding:2rem 0 3rem;display:flex;flex-direction:column;gap:.75rem;border-top:1px solid hsla(0,0%,100%,.1);margin-top:4rem;color:var(--brand-muted)}.footer-links{display:flex;flex-wrap:wrap;gap:1.25rem;font-size:.9rem}.footer-links a{color:var(--brand-muted)}main{width:min(1200px,100%);margin:0 auto;padding:3rem 0 5rem}.hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);grid-gap:2.5rem;gap:2.5rem;align-items:center;padding:4rem 0}.hero-content{display:flex;flex-direction:column;gap:1.4rem}.hero-content h1{font-size:clamp(2.4rem,5vw,3.8rem);line-height:1.12}.hero-content p{font-size:1.1rem;color:var(--brand-muted)}.hero-eyebrow{color:var(--brand-primary);font-size:.95rem;letter-spacing:.1em;text-transform:uppercase}.hero-actions{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.text-link{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 1.1rem;border-radius:999px;border:1px solid hsla(0,0%,100%,.25);color:var(--brand-muted);font-weight:600;text-decoration:none;transition:color .2s ease,border-color .2s ease,transform .15s ease}.text-link:focus-visible,.text-link:hover{color:#fff;border-color:hsla(0,0%,100%,.5);transform:translateY(-1px)}.hero-content .hero-actions{justify-content:flex-start}.pill-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem}.hero-content .pill-row{justify-content:flex-start}.hero-visual{position:relative;border-radius:1.75rem;padding:.75rem;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.08);overflow:hidden;max-width:420px;width:100%;justify-self:end;margin-left:auto}.hero-visual img{width:100%;height:auto;border-radius:1.25rem;border:1px solid hsla(0,0%,100%,.1);box-shadow:0 20px 60px rgba(5,2,11,.65)}.hero-visual-glow{position:absolute;inset:10% 15%;background:radial-gradient(circle,rgba(192,132,252,.55),transparent 60%);filter:blur(40px);z-index:0}.hero-visual img{position:relative;z-index:1}.pill{border:1px solid hsla(0,0%,100%,.2);border-radius:999px;padding:.4rem 1rem;font-size:.9rem;color:var(--brand-muted)}.section{margin-top:4rem}.feature-teaser-card{padding:2.5rem;border-radius:1.5rem;background:rgba(0,0,0,.35);border:1px solid hsla(0,0%,100%,.08);display:flex;flex-direction:column;gap:1.1rem}.feature-teaser-card ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:.45rem;color:var(--brand-muted)}.section-header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.section-header h2{font-size:2rem}.section-header p{color:var(--brand-muted)}.how-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.25rem;gap:1.25rem}.feature-card,.how-card{padding:1.5rem;border-radius:1.25rem;background:var(--card-surface);border:1px solid var(--card-border);min-height:210px}.how-card span{display:inline-flex;width:2rem;height:2rem;border-radius:999px;align-items:center;justify-content:center;background:rgba(192,132,252,.15);border:1px solid rgba(192,132,252,.4);margin-bottom:.75rem;font-weight:600}.feature-card h3{margin-bottom:.6rem;font-size:1.2rem}.feature-card p{color:var(--brand-muted)}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.25rem;gap:1.25rem}.features-page{width:min(1200px,100%);margin:0 auto;padding:3rem 0 5rem}.page-hero{text-align:center;margin-bottom:3rem;display:flex;flex-direction:column;gap:1.2rem}.feature-pillars{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.25rem;gap:1.25rem}.feature-pillars article{padding:1.5rem;border-radius:1.25rem;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.1)}.feature-pillars h3{margin-bottom:.75rem}.feature-pillars ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:.4rem;color:var(--brand-muted)}.cta-panel{margin-top:4rem;border-radius:1.5rem;background:linear-gradient(135deg,rgba(192,132,252,.15),rgba(136,84,208,.2));border:1px solid hsla(0,0%,100%,.2);text-align:center;gap:1.2rem}.cta-panel,.pricing-preview{padding:2.5rem;display:flex;flex-direction:column}.pricing-preview{border-radius:1.5rem;background:rgba(0,0,0,.35);border:1px solid hsla(0,0%,100%,.08);gap:1rem}.pricing-preview ul{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:.75rem;gap:.75rem}.pricing-preview li{background:hsla(0,0%,100%,.05);border-radius:.9rem;padding:.85rem 1rem;font-size:.95rem;color:var(--brand-muted)}.contact-section{margin-top:4rem;padding:2.5rem;border-radius:1.75rem;border:1px solid hsla(0,0%,100%,.08);background:radial-gradient(circle at top right,rgba(192,132,252,.15),rgba(10,5,20,.9));display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;align-items:start}.contact-section__copy{display:flex;flex-direction:column;gap:1rem}.contact-section__copy h2{font-size:2.2rem;line-height:1.2}.contact-highlights{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem;color:var(--brand-muted)}.contact-highlights li{display:flex;gap:.6rem}.contact-highlights li:before{content:"";width:8px;height:8px;border-radius:999px;background:var(--brand-primary);margin-top:.45rem;flex-shrink:0;box-shadow:0 0 12px rgba(192,132,252,.8)}.contact-note{color:var(--brand-muted);font-size:.95rem}.contact-note a{color:#fff;font-weight:600}.contact-form{background:rgba(5,2,11,.75);border:1px solid hsla(0,0%,100%,.08);border-radius:1.25rem;padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem;box-shadow:0 25px 70px rgba(5,2,11,.4)}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1rem;gap:1rem}.form-field{display:flex;flex-direction:column;gap:.4rem;font-size:.95rem;color:var(--brand-muted)}.form-field span{font-weight:600;color:#fff}.form-field input,.form-field select,.form-field textarea{border-radius:.9rem;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.04);color:#fff;padding:.75rem .9rem;font-size:.95rem;font-family:inherit;transition:border-color .15s ease,background .15s ease}.form-field select option{color:#05020b;background:#fff}.form-field textarea{resize:vertical}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:rgba(192,132,252,.8);background:hsla(0,0%,100%,.08)}.checkbox-field{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--brand-muted)}.checkbox-field input{width:18px;height:18px;accent-color:var(--brand-primary)}.form-actions{display:flex;flex-direction:column;gap:.5rem}.form-status{min-height:1.25rem}.form-error-text{color:#fda4af;font-size:.85rem}.form-success-text{color:#4ade80;font-size:.9rem}.pricing-page{width:min(1400px,100%);margin:0 auto;padding:3rem 1.5rem 5rem}.pricing-hero{text-align:center;margin-bottom:2.5rem;display:flex;flex-direction:column;gap:1rem}.stripe-table{background:transparent;border-radius:0;padding:0;border:none;overflow:visible}stripe-pricing-table{width:100%;min-width:100%;display:block}.pricing-support{margin-top:2.5rem;text-align:center;color:var(--brand-muted);display:flex;flex-direction:column;gap:1rem}@media (max-width:768px){.site-header{position:static;width:100%;border-radius:1.25rem;margin:0;top:0;gap:.75rem}.nav-toggle{display:flex}.site-header__row{flex-direction:column;align-items:stretch}.site-header__actions{width:100%;justify-content:space-between;margin-left:0}.site-nav{width:100%;flex:initial;flex-direction:column;align-items:flex-start;gap:.75rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid hsla(0,0%,100%,.12);display:none}.site-nav.is-open{display:flex}.site-nav a{width:100%;padding:.35rem 0}.hero{grid-template-columns:1fr;text-align:center}.hero-content .hero-actions,.hero-content .pill-row{justify-content:center}.hero-visual{margin:0 auto;max-width:360px}main{padding:2rem 0 4rem}.contact-section,.pricing-preview{padding:1.5rem}.contact-form{padding:1.25rem}}@font-face{font-family:__Inter_f367f3;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_f367f3;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_f367f3;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_f367f3;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_f367f3;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_f367f3;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_f367f3;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_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}