/* ── Stats Counter ── */
.stats-section {
    position: relative;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

.stats-wave-top,
.stats-wave-bottom {
    display: block;
    line-height: 0;
    overflow: hidden;
}

.stats-wave-top svg,
.stats-wave-bottom svg {
    display: block;
    width: 100%;
    height: 80px;
}

.stats-inner {
    background-color: #1a72b8;
    padding: 50px 20px;
}

.stat-item {
    padding: 10px 20px;
}

.stat-number {
    font-size: 3.2rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
}

.stat-label {
    font-size: 0.78rem;
    font-weight: 700;
    color: #cde8f7;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0;
}

/* Stats – Mobile */
@media (max-width: 576px) {
    .stats-wave-top svg,
    .stats-wave-bottom svg {
        height: 50px;
    }

    .stat-number {
        font-size: 2.4rem;
    }

    .stat-item {
        padding: 16px 10px;
    }
}
