.heroSection{text-align:center;flex-direction:column;justify-content:center;align-items:center;margin-bottom:3rem;padding:6rem 1rem 4rem;display:flex}.title{color:#0f172a;letter-spacing:-.03em;margin-bottom:1.25rem;font-size:3.25rem;font-weight:800;line-height:1.2}.subtitle{color:#64748b;max-width:580px;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.6}.actionButtons{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.btnSecondary{color:#0f172a;background:#fff;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d}.btnSecondary:hover{background:#f8fafc;border-color:#cbd5e1}.featuresGrid{border-top:1px solid #f1f5f9;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;padding:1rem 0;display:grid}.featureCard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;align-items:flex-start;gap:1.25rem;padding:2.25rem;transition:border-color .2s,background-color .2s;display:flex}.featureCard:hover{background:#fff;border-color:#cbd5e1}.featureIcon{color:#4f46e5;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem;box-shadow:0 1px 2px #0000000d}.featureTitle{color:#0f172a;margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.featureDesc{color:#64748b;font-size:.9rem;line-height:1.5}@media (max-width:640px){.title{font-size:2.25rem}.heroSection{padding:4rem 1rem 3rem}}
