/* ── OPTIONAL HEADER ── */
.st-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
    margin-bottom: 102px;
    text-align: center;
}

.st-eyebrow {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 700;
    line-height: 19.2px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    color: #03cfff;
    display: block;
}

.st-heading {
    font-family: var(--font-main);
    font-size: 50px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: -1.86px;
    color: #ffffff;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .st-header { margin-bottom: 72px; }
    .st-heading { font-size: 38px; line-height: 1.15; letter-spacing: -1px; }
}

@media (max-width: 767.98px) {
    .st-header { margin-bottom: 48px; }
    .st-heading { font-size: 30px; line-height: 1.1; letter-spacing: -0.5px; }
}

@media (max-width: 575.98px) {
    .st-header { margin-bottom: 36px; }
    .st-heading { font-size: 26px; }
}

/* ── STATS VALUES ── */
.stats-block .display {
    color: var(--clr-primary);
    line-height: 1;
    overflow-wrap: break-word;
}

.stats-block p {
    margin-bottom: 0;
    color: #fff;
}

@media (max-width: 991.98px) {
    .stats-block .display { font-size: 72px; }
}

@media (max-width: 767.98px) {
    .stats-block .display { font-size: 56px; }
}

@media (max-width: 575.98px) {
    .stats-block .display { font-size: 44px; }
}