/* Extracted from structural section styling tags */


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

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

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

/* Extracted from the CTA Badge wrapper layout configurations */
.cta-stats-grid {
    display: grid;
    gap: 14px;
    min-width: 200px;
}

.cta-stat-card {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 16px;
    padding: 18px 20px;
    color: #fff;
}

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

.cta-stat-sub {
    font-size: 12px;
    font-weight: 700;
    opacity: .7;
    margin-top: 4px;
}