/* ═══════════════════════════════════════════════════════════════════════════
   STATS SECTION 2026 - Autonome
   Source: prototype-homepage-parfaite-2026.html
   Date: 2026-02-05
   ═══════════════════════════════════════════════════════════════════════════ */

.sxo-2026-wrapper .stats-section-2026 {
    background: #f8fafc;
    padding: 48px 0;
}

@media (min-width: 768px) {
    .sxo-2026-wrapper .stats-section-2026 {
        padding: 64px 0;
    }
}

@media (min-width: 1200px) {
    .sxo-2026-wrapper .stats-section-2026 {
        padding: 80px 0;
    }
}

.sxo-2026-wrapper .stats-section-2026 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.sxo-2026-wrapper .stats-header-2026 {
    text-align: center;
    margin-bottom: 40px;
}

.sxo-2026-wrapper .stats-title-2026 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #0a1628;
    margin: 0 0 12px 0;
}

@media (min-width: 768px) {
    .sxo-2026-wrapper .stats-title-2026 {
        font-size: 2.25rem;
    }
}

@media (min-width: 1200px) {
    .sxo-2026-wrapper .stats-title-2026 {
        font-size: 2.5rem;
    }
}

.sxo-2026-wrapper .stats-grid-2026 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

@media (min-width: 1200px) {
    .sxo-2026-wrapper .stats-grid-2026 {
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
    }
}

.sxo-2026-wrapper .stats-card-2026 {
    background: #0a1628;
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sxo-2026-wrapper .stats-card-2026:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(10, 22, 40, 0.25);
}

.sxo-2026-wrapper .stats-number-2026 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #c4a35a;
    line-height: 1;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .sxo-2026-wrapper .stats-number-2026 {
        font-size: 3rem;
    }
}

.sxo-2026-wrapper .stats-label-2026 {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 4px;
}

.sxo-2026-wrapper .stats-description-2026 {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.6);
}
