/* ===== Stats / Impact Section ===== */

.dsp-stats-section {
    position: relative;
    padding: 75px 0 70px;
    background: url('../images/bg/2.jpg') center center / cover no-repeat fixed;
    overflow: hidden;
}

.dsp-stats-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(6, 20, 40, 0.92) 0%, rgba(10, 31, 61, 0.88) 50%, rgba(6, 20, 40, 0.94) 100%);
    z-index: 0;
}

.dsp-stats-inner {
    position: relative;
    z-index: 1;
}

.dsp-stats-header {
    text-align: center;
    margin-bottom: 50px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.dsp-stats-label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #d4a017;
    margin-bottom: 10px;
}

.dsp-stats-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 14px;
    line-height: 1.2;
}

.dsp-stats-title span {
    color: #e8c056;
}

.dsp-stats-tagline {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
    padding: 0;
}

/* Stat cards */
.dsp-stats-grid {
    margin-bottom: 10px;
}

.dsp-stat-card {
    text-align: center;
    padding: 28px 16px 24px;
    margin-bottom: 24px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: transform 0.35s ease, background 0.35s ease, border-color 0.35s ease;
}

.dsp-stat-card:hover {
    transform: translateY(-4px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(212, 160, 23, 0.35);
}

.dsp-stat-icon {
    width: 58px;
    height: 58px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: rgba(212, 160, 23, 0.15);
    border: 2px solid rgba(212, 160, 23, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dsp-stat-icon i {
    font-size: 24px;
    color: #e8c056;
    line-height: 1;
}

.dsp-stat-number-wrap {
    margin-bottom: 10px;
    line-height: 1;
}

.dsp-stat-count,
.dsp-stat-number-wrap .start-count {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    display: inline;
    line-height: 1;
}

.dsp-stat-suffix {
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #e8c056;
    margin-left: 2px;
}

.dsp-stat-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
    margin: 0;
    padding: 0;
    line-height: 1.4;
}

/* YouTube CTA */
.dsp-stats-youtube {
    text-align: center;
    margin-top: 30px;
}

.dsp-stats-youtube a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08);
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none !important;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.dsp-stats-youtube a:hover {
    background: #d4a017;
    border-color: #d4a017;
    color: #0a1f3d !important;
    transform: translateY(-2px);
    text-decoration: none !important;
}

.dsp-stats-youtube a .fa-youtube-play {
    font-size: 18px;
}

@media (max-width: 991px) {
    .dsp-stats-section {
        padding: 60px 0 55px;
        background-attachment: scroll;
    }

    .dsp-stats-title {
        font-size: 30px;
    }

    .dsp-stat-count,
    .dsp-stat-number-wrap .start-count {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .dsp-stats-title {
        font-size: 26px;
    }

    .dsp-stats-tagline {
        font-size: 14px;
    }

    .dsp-stat-card {
        padding: 22px 12px 20px;
    }

    .dsp-stat-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 14px;
    }

    .dsp-stat-icon i {
        font-size: 20px;
    }

    .dsp-stat-count,
    .dsp-stat-number-wrap .start-count {
        font-size: 30px;
    }

    .dsp-stat-suffix {
        font-size: 22px;
    }

    .dsp-stat-label {
        font-size: 10px;
        letter-spacing: 0.8px;
    }
}

@media (max-width: 480px) {
    .dsp-stats-grid > [class*="col-"] {
        width: 50%;
    }
}
