/* Section-specific updates for extracted layout modules */

 .hero {
        background: linear-gradient(160deg, #fff 0%, #f3faf1 100%);
    }
.section-proof-bar {
    padding: 16px 0 40px;
}

.compliance-text {
    max-width: 860px;
    margin: 22px auto 0;
    text-align: center;
    color: var(--muted);
    font-size: 15px;
}

.faq-demo-btn {
    margin-top: 8px;
}

/* Call-to-Action Feature Layout Module */
.cta-features-wrapper {
    display: grid;
    gap: 14px;
    min-width: 200px;
}

.cta-feature-badge {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    padding: 18px 20px;
    color: #fff;
}

.cta-badge-title {
    font-size: 28px;
    font-weight: 900;
    color: var(--yellow);
}

.cta-badge-desc {
    font-size: 12px;
    font-weight: 700;
    opacity: 0.7;
    margin-top: 4px;
}