:root{--bg:#0a0a0f;--bg-card:#12121a;--text:#f1f5f9;--text-muted:#94a3b8;--accent:#6366f1;--accent-light:#818cf8;--gradient-start:#6366f1;--gradient-end:#8b5cf6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}.landing-hero{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;overflow:hidden}.landing-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(99,102,241,.25),transparent),radial-gradient(ellipse 60% 40% at 80% 50%,rgba(139,92,246,.15),transparent);pointer-events:none}.landing-hero h1{position:relative;font-size:clamp(2.5rem,8vw,4rem);font-weight:800;letter-spacing:-.03em;margin:0 0 1rem;background:linear-gradient(135deg,var(--text) 0,var(--text-muted) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:fadeInUp .8s ease-out}.landing-hero-badge{position:relative;display:inline-block;padding:.35rem .9rem;font-size:.8125rem;font-weight:500;color:var(--accent-light);background:rgba(99,102,241,.15);border:1px solid rgba(99,102,241,.3);border-radius:999px;margin-bottom:1.25rem;animation:fadeInUp .8s ease-out .05s both}.landing-hero .tagline{position:relative;font-size:clamp(1rem,2.5vw,1.2rem);color:var(--text-muted);max-width:600px;text-align:center;margin:0 0 2rem;line-height:1.65;animation:fadeInUp .8s ease-out .15s both}.landing-hero-features{position:relative;display:flex;flex-wrap:wrap;gap:1rem 1.5rem;justify-content:center;list-style:none;padding:0;margin:0;font-size:.875rem;color:var(--text-muted);animation:fadeInUp .8s ease-out .4s both}.landing-hero-features li:before{content:"✓ ";color:var(--accent-light);margin-right:.25rem}.landing-cta{position:relative;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2.5rem;animation:fadeInUp .8s ease-out .3s both}.landing-cta a{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:12px;transition:transform .2s,box-shadow .2s}.landing-cta .primary{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));color:#fff;box-shadow:0 4px 24px rgba(99,102,241,.4)}.landing-cta .primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(99,102,241,.5)}.landing-cta .secondary{background:var(--bg-card);color:var(--text);border:1px solid hsla(0,0%,100%,.1)}.landing-cta .secondary:hover{background:hsla(0,0%,100%,.05);transform:translateY(-2px)}.landing-section{padding:4rem 1.5rem;max-width:1100px;margin:0 auto}.landing-section h2{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;text-align:center;margin:0 0 .75rem;color:var(--text)}.landing-section-lead{text-align:center;color:var(--text-muted);max-width:640px;margin:0 auto 2.5rem;font-size:1.0625rem;line-height:1.6}.landing-section-alt{background:hsla(0,0%,100%,.02)}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.why-card{background:var(--bg-card);border:1px solid hsla(0,0%,100%,.06);border-radius:16px;padding:1.75rem;transition:transform .25s,border-color .25s,box-shadow .25s}.why-card:hover{transform:translateY(-3px);border-color:rgba(99,102,241,.25);box-shadow:0 12px 40px rgba(0,0,0,.25)}.why-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:1rem;color:var(--accent-light);background:rgba(99,102,241,.12);border-radius:12px;font-size:1.5rem}.why-card h3{font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.why-card p{font-size:.9375rem;color:var(--text-muted);margin:0;line-height:1.55}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:2rem;gap:2rem;margin-top:1rem}.step{text-align:center;padding:1.5rem 1rem}.step-num{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin-bottom:1rem;font-size:1.25rem;font-weight:700;color:var(--accent);background:rgba(99,102,241,.2);border-radius:50%}.step h3{font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.step p{font-size:.9375rem;color:var(--text-muted);margin:0;line-height:1.5}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.5rem;gap:1.5rem;max-width:960px;margin:0 auto}.pricing-card{position:relative;background:var(--bg-card);border:1px solid hsla(0,0%,100%,.06);border-radius:20px;padding:1.75rem;transition:transform .25s,border-color .25s,box-shadow .25s}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,.3)}.pricing-card-featured{border-color:rgba(99,102,241,.4);box-shadow:0 0 0 1px rgba(99,102,241,.2)}.pricing-card-featured:hover{border-color:rgba(99,102,241,.5)}.pricing-badge{position:absolute;top:-10px;left:50%;transform:translateX(-50%);padding:.25rem .75rem;font-size:.75rem;font-weight:600;color:#fff;background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));border-radius:999px}.pricing-card h3{font-size:1.25rem;font-weight:700;margin:0 0 .35rem}.pricing-desc{font-size:.875rem;color:var(--text-muted);margin:0 0 1.25rem;line-height:1.45}.pricing-price{margin-bottom:.35rem}.pricing-price .price{font-size:1.75rem;font-weight:800;letter-spacing:-.02em}.pricing-price .period{font-size:1rem;font-weight:500;color:var(--text-muted)}.pricing-note{font-size:.8125rem;color:var(--text-muted);margin:0 0 1.5rem}.pricing-cta{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:600;text-decoration:none;border-radius:10px;transition:transform .2s,box-shadow .2s}.pricing-cta.primary{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));color:#fff}.pricing-cta.secondary{background:hsla(0,0%,100%,.06);color:var(--text);border:1px solid hsla(0,0%,100%,.1)}.pricing-cta:hover{transform:translateY(-2px)}.install-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.5rem;gap:1.5rem;max-width:720px;margin:0 auto}.install-step{padding:1.25rem;background:var(--bg-card);border:1px solid hsla(0,0%,100%,.06);border-radius:12px}.install-step h3{font-size:1rem;font-weight:600;margin:0 0 .5rem}.install-step p{font-size:.9375rem;color:var(--text-muted);margin:0;line-height:1.55}.benefits-list{list-style:none;padding:0;max-width:640px;margin:0 auto}.benefits-list li{display:flex;align-items:flex-start;gap:.75rem;padding:.65rem 0;font-size:.9375rem;color:var(--text-muted);line-height:1.5;border-bottom:1px solid hsla(0,0%,100%,.04)}.benefits-list li:last-child{border-bottom:none}.benefit-icon{flex-shrink:0;width:1.25rem;height:1.25rem;margin-top:.2rem;color:var(--accent-light)}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1.5rem;gap:1.5rem;max-width:720px;margin:0 auto}.trust-item{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:var(--bg-card);border:1px solid hsla(0,0%,100%,.06);border-radius:12px}.trust-icon{flex-shrink:0;width:1.5rem;height:1.5rem;color:var(--accent-light)}.trust-item p{margin:0;font-size:.9375rem;color:var(--text-muted);line-height:1.5}.landing-cta-section{padding-top:3rem;padding-bottom:4rem}.landing-cta-section .landing-cta{margin-top:.5rem}.landing-cta .primary-lg{padding:1rem 2rem;font-size:1.0625rem}.cta-icon{width:1.25rem;height:1.25rem;margin-right:.5rem;vertical-align:-.2em}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.feature-card{background:var(--bg-card);border:1px solid hsla(0,0%,100%,.06);border-radius:16px;padding:1.5rem;transition:transform .25s,border-color .25s,box-shadow .25s}.feature-card:hover{transform:translateY(-4px);border-color:rgba(99,102,241,.3);box-shadow:0 12px 40px rgba(0,0,0,.3)}.feature-card .feature-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:.75rem;color:var(--accent-light);background:rgba(99,102,241,.12);border-radius:12px;font-size:1.5rem}.feature-card h3{font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.feature-card p{font-size:.9375rem;color:var(--text-muted);margin:0;line-height:1.5}.landing-footer{padding:2rem 1.5rem;text-align:center;border-top:1px solid hsla(0,0%,100%,.06)}.landing-footer a{color:var(--accent-light);text-decoration:none}.landing-footer a:hover{text-decoration:underline}.landing-footer p{margin:.5rem 0;color:var(--text-muted);font-size:.9375rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.landing-cta,.landing-hero .tagline,.landing-hero h1{animation:none}}