*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:#1a1a1a;line-height:1.6}.hero{display:flex;align-items:center;justify-content:center;text-align:center;min-height:70vh;padding:2rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.hero h1{font-size:3rem;margin-bottom:.5rem}.tagline{font-size:1.25rem;opacity:.9;margin-bottom:2rem}.cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:opacity .2s}.btn:hover{opacity:.85}.btn-primary{background:#fff;color:#6366f1}.btn-secondary{background:rgba(255,255,255,.15);color:#fff;border:1px solid rgba(255,255,255,.5)}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;padding:3rem 2rem;max-width:900px;margin:0 auto;text-align:center}.feature h3{margin-bottom:.5rem;color:#6366f1}footer{text-align:center;padding:1.5rem;background:#f9fafb;color:#6b7280;font-size:.875rem}