@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.landing-wrapper{opacity:0;width:100%;min-height:100vh;animation:.5s ease-in-out forwards fadeIn}.hero{text-align:center;padding:5rem 0;position:relative}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#2f7bff26 0%,#0000 70%);width:800px;height:800px;position:absolute;top:-200px;left:50%;transform:translate(-50%)}.hero-content{z-index:1;position:relative}.hero h1{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-family:Manrope,sans-serif;font-size:3.5rem;font-weight:800;line-height:1.2}.hero p{color:var(--muted);max-width:700px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.5rem}.hero-cta{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.features{padding:5rem 0}.section-title{text-align:center;margin-bottom:3rem;font-family:Manrope,sans-serif;font-size:2.5rem;font-weight:700}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.feature-card{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:all .3s}.feature-card:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 12px 32px #0006}.feature-icon{margin-bottom:1rem;font-size:2.5rem;display:block}.feature-card h3{color:var(--fg);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.feature-card p{color:var(--muted);font-size:1rem;line-height:1.7}.how-it-works{background:var(--dark-bg);padding:5rem 0}.steps{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-top:3rem;display:grid}.step{text-align:center}.step-number{background:linear-gradient(135deg,var(--gradient-start),var(--gradient-end));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:inline-flex}.step h3{margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.step p{color:var(--muted);font-size:.95rem}.cta-section{text-align:center;padding:5rem 0}.cta-box{border:1px solid var(--border);background:linear-gradient(135deg,#2f7bff1a,#3ecf8e1a);border-radius:24px;max-width:800px;margin:0 auto;padding:4rem 2rem}.cta-box h2{margin-bottom:1rem;font-family:Manrope,sans-serif;font-size:2.5rem;font-weight:700}.cta-box p{color:var(--muted);margin-bottom:2rem;font-size:1.25rem}@media (max-width:768px){.hero h1{font-size:2.5rem}.hero p{font-size:1.25rem}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr;gap:2rem}.cta-box{padding:3rem 1.5rem}.cta-box h2{font-size:2rem}}.loading{text-align:center;color:var(--muted);padding:2rem;display:none}header{z-index:100;position:sticky;top:0}
