/* Light-band sections — readable text on pale backgrounds (overrides global hero paragraph styles) */

.surface-light {
    background: var(--surface-light-bg);
    color: var(--surface-light-text);
}

.surface-light h1,
.surface-light h2,
.surface-light h3,
.surface-light h4,
.surface-light h5,
.surface-light h6 {
    color: var(--surface-light-heading);
}

.surface-light p,
.surface-light li,
.surface-light .rich-text p,
.surface-light .who-we-contant p {
    color: var(--surface-light-text-muted);
}

.surface-light .bl-text,
.surface-light .who-we-contant h4 {
    color: var(--surface-light-heading) !important;
}

.surface-light .g-text,
.surface-light .g-text p {
    color: var(--surface-light-text-muted) !important;
}

.surface-light a:not(.btn):not(.info-btn) {
    color: var(--surface-light-accent);
}

/* “Did you know?” / insight stats panel */
.did_you_know.section-padding-100-0 {
    padding-bottom: 56px;
}

.did_you_know .row,
.did_you_know [class*='col-'] {
    overflow: visible;
}

.did_you_know .insight-stats-card,
.did_you_know .welcome-meter.insight-stats-card {
    position: relative;
    z-index: 1;
    padding: 28px 24px;
    background: var(--surface-light-card-bg);
    border: 1px solid var(--surface-light-border);
    border-radius: var(--surface-light-card-radius);

}

.did_you_know .who-we-contant h4.bl-text {
    position: relative;
    padding-bottom: 12px;
}

.did_you_know .who-we-contant h4.bl-text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: var(--surface-light-accent);
    border-radius: 2px;
}

.insight-stat-label {
    max-width: 140px;
    font-size: 14px;
    line-height: 1.35;
    color: var(--surface-light-text-muted);
}

.insight-stat-label strong {
    color: var(--surface-light-heading);
}

.insight-stat-pct {
    font-weight: 600;
    color: var(--surface-light-accent);
}

circle.insight-stat-ring {
    stroke: var(--brand-yellow);
    fill: none;
}

circle.insight-stat-ring-fill {
    stroke: var(--surface-light-accent);
    fill: none;
}

.insight-stat-ring-value {
    fill: var(--surface-light-heading);
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .did_you_know .col-6 {
        margin-bottom: 1.5rem !important;
    }
}
