@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=Manrope:wght@400;500;600;700&display=swap";:root{--bg: #0c141a;--surface: #1a2530;--surface-low: #141d26;--surface-high: #22303d;--surface-highest: #2a3a4a;--primary: #00daf3;--primary-dim: #00b8cc;--primary-container: #003d44;--on-bg: #e1e3e5;--on-surface: #c4cad0;--on-surface-variant: #8a9299;--on-primary: #003d44;--outline: #3d4850;--outline-variant: #2a3440;--error: #ff5449;--radius-card: 16px}*{box-sizing:border-box}body{margin:0;min-height:100vh;color:var(--on-bg);font-family:Manrope,sans-serif;background-color:var(--bg);-webkit-font-smoothing:antialiased}.hero{position:relative;min-height:100vh;padding:1.2rem 1rem 3rem;overflow:hidden;background:radial-gradient(ellipse 60% 44% at 92% -4%,rgba(0,218,243,.08) 0%,transparent 100%),radial-gradient(ellipse 40% 30% at 4% 90%,rgba(0,61,68,.35) 0%,transparent 100%),var(--bg)}.noise{position:absolute;inset:0;background-image:radial-gradient(rgba(0,218,243,.04) .5px,transparent .5px);background-size:8px 8px;pointer-events:none}.topbar{position:relative;z-index:2;max-width:1080px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.brand{letter-spacing:.22em;font-weight:700;font-size:.95rem;font-family:Space Grotesk,sans-serif;color:var(--primary)}.ghost{text-decoration:none;color:var(--on-surface-variant);font-weight:500;transition:color .15s}.ghost:hover{color:var(--on-bg)}.hero-copy{position:relative;z-index:2;max-width:1080px;margin:3.2rem auto 0;animation:rise .7s ease-out both}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:500;color:var(--primary);margin:0 0 .75rem}h1{margin:0;max-width:14ch;line-height:1.05;font-size:clamp(2.2rem,7vw,4.4rem);font-family:Space Grotesk,sans-serif;font-weight:700;color:var(--on-bg)}.lead{max-width:55ch;line-height:1.7;color:var(--on-surface-variant);margin-top:1rem}.cta-row{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.6rem}.btn{display:inline-flex;align-items:center;justify-content:center;min-width:170px;padding:.9rem 1.4rem;border-radius:var(--radius-card);text-decoration:none;font-weight:700;font-family:Manrope,sans-serif;font-size:.95rem;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.btn:hover{transform:translateY(-2px)}.btn:active{transform:translateY(0);opacity:.8}.primary{background:var(--primary);color:var(--on-primary);box-shadow:0 8px 28px #00daf347}.primary:hover{background:var(--primary-dim);box-shadow:0 12px 32px #00daf35c}.secondary{background:#1a2530b8;color:var(--on-bg);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);box-shadow:inset 0 0 0 1px #00daf324}.stats-grid{position:relative;z-index:2;max-width:1080px;margin:2.4rem auto 0;display:grid;gap:.9rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.stats-grid article{padding:1.2rem;border-radius:var(--radius-card);background:var(--surface);animation:rise .7s ease-out both}.stats-grid article .icon{color:var(--primary);font-size:1.2rem;margin-bottom:.55rem;display:block}.stats-grid article:nth-child(2){animation-delay:80ms}.stats-grid article:nth-child(3){animation-delay:.16s}.stats-grid h2{margin:0;font-size:1rem;font-family:Space Grotesk,sans-serif;font-weight:700;color:var(--on-bg)}.stats-grid p{margin:.45rem 0 0;color:var(--on-surface-variant);font-size:.9rem;line-height:1.5}.site-footer{position:relative;z-index:2;max-width:1080px;margin:2rem auto 0;display:flex;gap:1rem;flex-wrap:wrap;padding-top:1.2rem;border-top:1px solid var(--outline-variant)}.site-footer a{text-decoration:none;font-size:.84rem;color:var(--on-surface-variant);transition:color .15s}.site-footer a:hover{color:var(--primary)}.callback-shell{min-height:100vh;display:grid;place-items:center;padding:1rem;background:var(--bg)}.callback-card{width:min(480px,100%);background:var(--surface);border-radius:var(--radius-card);padding:2rem 1.8rem;text-align:center}.callback-card .checkmark{font-size:2.4rem;display:block;margin-bottom:1rem}.callback-card h1{font-size:clamp(1.7rem,6vw,2.2rem);max-width:none;margin-bottom:.75rem}.callback-card p{color:var(--on-surface-variant);line-height:1.65;margin:0}.callback-card button{border:none;border-radius:var(--radius-card);padding:.85rem 1.6rem;background:var(--primary);color:var(--on-primary);font-family:Manrope,sans-serif;font-weight:700;font-size:.95rem;cursor:pointer;margin-top:1.4rem;box-shadow:0 8px 24px #00daf33d;transition:opacity .18s;width:100%}.callback-card button:hover{opacity:.85}.tiny{margin-top:.9rem;font-size:.82rem;color:var(--on-surface-variant)}@media(min-width:900px){.hero{padding:1.6rem 2rem 4rem}.hero-copy{margin-top:4.5rem}.stats-grid{margin-top:3.3rem}.site-footer{justify-content:flex-end}}@media(prefers-reduced-motion:reduce){.stats-grid article,.hero-copy{animation:none}}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.legal-shell{min-height:100vh;background:var(--bg);padding:0 1rem 4rem}.legal-topbar{max-width:760px;margin:0 auto;padding:1.2rem 0;display:flex;align-items:center;gap:1.4rem;border-bottom:1px solid var(--outline-variant)}.legal-topbar .brand{letter-spacing:.22em;font-weight:700;font-size:.95rem;font-family:Space Grotesk,sans-serif;color:var(--primary);text-decoration:none}.legal-topbar a.back-link{font-size:.84rem;color:var(--on-surface-variant);text-decoration:none;transition:color .15s}.legal-topbar a.back-link:hover{color:var(--primary)}.legal-content{max-width:760px;margin:2.8rem auto 0;animation:rise .5s ease-out both}.legal-content .legal-title{font-family:Space Grotesk,sans-serif;font-size:clamp(1.8rem,5vw,2.6rem);font-weight:700;color:var(--on-bg);margin:0 0 .35rem}.legal-content .legal-subtitle{font-size:.84rem;color:var(--on-surface-variant);margin:0 0 2.4rem}.legal-content h2{font-family:Space Grotesk,sans-serif;font-size:1.05rem;font-weight:700;color:var(--primary);margin:2.4rem 0 .6rem;text-transform:uppercase;letter-spacing:.08em}.legal-content h3{font-family:Space Grotesk,sans-serif;font-size:.95rem;font-weight:700;color:var(--on-bg);margin:1.4rem 0 .4rem}.legal-content p,.legal-content li{font-size:.93rem;line-height:1.75;color:var(--on-surface-variant);margin:0 0 .7rem}.legal-content ul,.legal-content ol{padding-left:1.4rem;margin:0 0 .9rem}.legal-content li{margin-bottom:.3rem}.legal-content a{color:var(--primary);text-decoration:none}.legal-content a:hover{text-decoration:underline}.legal-content .legal-divider{border:none;border-top:1px solid var(--outline-variant);margin:2.8rem 0}.legal-content .legal-box{background:var(--surface);border-radius:var(--radius-card);padding:1rem 1.2rem;margin:1rem 0;border-left:3px solid var(--primary)}.legal-content .legal-box p{margin:0}
