body {font-family: "Lato", sans-serif;}
.hero {
    background: radial-gradient(circle at 20% 20%, #e8f0ff, #f8fbff 55%);
    padding: 120px 0 90px;
}
.hero .badge {letter-spacing: .05em;}
.section-title {font-weight: 700;}
.icon-pill {
    width: 48px; height: 48px; border-radius: 50%;
    display: inline-flex; align-items: center; justify-content: center;
    background: #e8f0ff; color: #0d6efd;
}
.price-card {border: 1px solid #e5e7eb; border-radius: 12px; padding: 20px; height: 100%;}
.price-card h5 {margin-bottom: 8px;}
.faq {background: #f8f9fa;}
.footer {background: #f8f9fa;}
