*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#1e56d0;--primary-dark:#1845a8;--primary-light:#ebf1fd;--accent:#60a5fa;--warning:#d97706;--success:#16a34a;--text:#0f172a;--text-muted:#475569;--text-light:#94a3b8;--border:#94a3b838;--bg:#f8fbff;--bg-subtle:#eff4fb;--surface:#ffffffb8;--surface-strong:#ffffffe0;--shadow:#0f172a14;--max-width:960px;--radius:24px;--radius-sm:16px}html{-webkit-font-smoothing:antialiased;scroll-behavior:smooth;font-size:16px}body{color:var(--text);background:var(--bg);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;position:relative;overflow-x:hidden}body:before,body:after{content:"";pointer-events:none;z-index:-1;border-radius:50%;position:fixed}body:before{background:radial-gradient(circle,#1e56d01f 0%,#0000 70%);width:400px;height:400px;top:-100px;right:-150px}body:after{background:radial-gradient(circle,#60a5fa14 0%,#0000 70%);width:350px;height:350px;bottom:100px;left:-150px}a{color:var(--primary);text-decoration:none;transition:opacity .15s}a:hover{opacity:.8}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}header{-webkit-backdrop-filter:blur(20px);background:var(--surface);border-bottom:1px solid var(--border);z-index:100;padding:.75rem 0;position:sticky;top:0}header .container{justify-content:space-between;align-items:center;display:flex}header .logo{color:var(--primary);letter-spacing:-.5px;text-transform:uppercase;font-size:1.4rem;font-weight:800}header nav{gap:1.5rem;display:flex}header nav a{color:var(--text-muted);font-size:.9rem;font-weight:500}.hero{text-align:center;padding:5rem 0 3rem}.hero-badge{background:var(--primary-light);color:var(--primary);letter-spacing:.5px;text-transform:uppercase;border-radius:999px;align-items:center;gap:6px;margin-bottom:1.5rem;padding:6px 14px;font-size:.8rem;font-weight:700;display:inline-flex}.hero-logo{color:var(--primary);letter-spacing:-2px;text-transform:uppercase;margin-bottom:1rem;font-size:4rem;font-weight:800;line-height:1}.hero-tagline{color:var(--text);margin-bottom:1rem;font-size:1.5rem;font-weight:700;line-height:1.3}.hero-description{color:var(--text-muted);max-width:560px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.7}.cta-group{flex-direction:column;align-items:center;gap:1rem;display:flex}.cta-primary{background:var(--primary);color:#fff;border-radius:16px;align-items:center;gap:10px;padding:16px 32px;font-size:1.05rem;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 8px 24px #1e56d040}.cta-primary:hover{opacity:1;transform:translateY(-2px);box-shadow:0 12px 32px #1e56d04d}.cta-secondary{color:var(--text-muted);font-size:.85rem;font-weight:500}.how-section{padding:4rem 0}.section-label{text-align:center;color:var(--primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem;font-size:.8rem;font-weight:800}.section-title{text-align:center;letter-spacing:-.5px;margin-bottom:.75rem;font-size:2rem;font-weight:800}.section-subtitle{text-align:center;color:var(--text-muted);max-width:480px;margin:0 auto 3rem;font-size:1.05rem}.steps{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.step-card{background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius);text-align:center;box-shadow:0 4px 16px var(--shadow);padding:2rem 1.5rem;transition:transform .2s}.step-card:hover{transform:translateY(-4px)}.step-number{background:var(--primary-light);width:40px;height:40px;color:var(--primary);border-radius:12px;justify-content:center;align-items:center;margin-bottom:1rem;font-size:1.1rem;font-weight:800;display:inline-flex}.step-card h3{margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.step-card p{color:var(--text-muted);font-size:.95rem;line-height:1.5}.features-section{background:var(--bg-subtle);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:4rem 0}.features{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}.feature-card{background:var(--surface-strong);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:0 2px 8px var(--shadow);align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.feature-icon{background:var(--primary-light);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.3rem;display:flex}.feature-icon.green{background:#16a34a1a}.feature-icon.amber{background:#d977061a}.feature-icon.blue{background:var(--primary-light)}.feature-card h3{margin-bottom:.25rem;font-size:1rem;font-weight:700}.feature-card p{color:var(--text-muted);font-size:.9rem;line-height:1.5}.proof-section{text-align:center;padding:4rem 0}.proof-stats{justify-content:center;gap:3rem;margin-top:2rem;display:flex}.proof-stat{text-align:center}.proof-stat .number{color:var(--primary);font-size:2.5rem;font-weight:800;line-height:1}.proof-stat .label{color:var(--text-muted);margin-top:.25rem;font-size:.85rem}.final-cta{text-align:center;background:linear-gradient(135deg, var(--primary-light) 0%, var(--bg) 100%);border-top:1px solid var(--border);padding:4rem 0}.final-cta h2{letter-spacing:-.5px;margin-bottom:.75rem;font-size:1.8rem;font-weight:800}.final-cta p{color:var(--text-muted);margin-bottom:2rem;font-size:1.05rem}footer{border-top:1px solid var(--border);color:var(--text-light);padding:1.5rem 0;font-size:.85rem}footer .container{justify-content:space-between;align-items:center;display:flex}footer nav{gap:1.5rem;display:flex}footer nav a{color:var(--text-light);font-size:.85rem}@media (max-width:768px){.hero{padding:3rem 0 2rem}.hero-logo{font-size:3rem}.hero-tagline{font-size:1.25rem}.steps,.features{grid-template-columns:1fr}.proof-stats{flex-direction:column;gap:1.5rem}footer .container{text-align:center;flex-direction:column;gap:.75rem}}
