/* About-page headline metrics: keep the animated value dominant over its unit. */
.page-about .intro-proof-metric strong {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 24px;
    line-height: 1.05;
}

.page-about .intro-proof-metric strong .stat-count {
    display: inline-block;
    margin: 0;
    color: #fff;
    font-size: 42px;
    line-height: .95;
    letter-spacing: -.035em;
    text-transform: none;
}

@media (max-width: 560px) {
    .page-about .intro-proof-metric strong .stat-count {
        font-size: 36px;
    }
}
/* Match the two repeated reference headings to the established sibling cards. */
.page-about .reference-card .reference-card-body h3 {
    color: #fff;
    font-size: 24px;
    line-height: 1.28;
    margin-bottom: 12px;
}
