.landing-hero{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:#fff;padding:6rem 0;text-align:center}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.5rem;opacity:.95;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-features{display:flex;justify-content:center;gap:2rem;margin-bottom:3rem;flex-wrap:wrap}.feature-item{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:500}.feature-icon{font-size:1.5rem}.hero-cta{display:flex;flex-direction:column;align-items:center;gap:1rem}.btn-large{padding:1rem 2.5rem;font-size:1.25rem;display:inline-flex;align-items:center;gap:.75rem}.btn-icon{font-size:1.5rem}.cta-note{font-size:.875rem;opacity:.8}.features-section{padding:5rem 0;background:var(--bg-body)}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:var(--bg-card);padding:2rem;border-radius:12px;box-shadow:var(--shadow);text-align:center;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.feature-card-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;margin-bottom:.75rem}.feature-card p{color:var(--text-muted);line-height:1.6}.cta-section{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:#fff;padding:5rem 0;text-align:center}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-section p{font-size:1.25rem;margin-bottom:2rem;opacity:.95}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.hero-features{flex-direction:column;gap:1rem}.features-grid{grid-template-columns:1fr}}
