body {
    padding-top: 72px;
    font-family: "Inter", "Segoe UI", sans-serif;
    background-color: #f8fafc;
}

.hero-section {
    background: linear-gradient(120deg, #0b1f3a, #0e3a8c);
}

.hero-card {
    background: #ffffff;
    color: #1f2937;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15);
}

.page-hero {
    background: #f1f5f9;
}

.feature-card,
.benefit-card,
.pricing-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
}

.pricing-card.featured {
    border: 2px solid #0d6efd;
    transform: translateY(-8px);
}

.feature-metrics {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
}

.cta-section {
    background: linear-gradient(120deg, #0f172a, #1e3a8a);
}

.testimonials-section {
    display: none;
}

footer a:hover {
    text-decoration: underline;
}


