/* ════════════════════════════════════════════════════════════════════════════════
   MODULES 2026 - ICON-CENTRIC NAVY (VARIANTE B)
   ════════════════════════════════════════════════════════════════════════════════
   Design: Fond navy, glassmorphism, icones XXL 80px gold, glow au hover
   Cartes centrees, approche B2B informative sans prix ni toggle
   ════════════════════════════════════════════════════════════════════════════════ */

/* === SECTION PRINCIPALE === */
.sxo-2026-wrapper .trust-modules-2026 {
    background: #0a1628;
    padding: 80px 0;
}

@media (min-width: 768px) {
    .sxo-2026-wrapper .trust-modules-2026 {
        padding: 100px 0;
    }
}

/* === HEADER === */
.sxo-2026-wrapper .modules-header-2026 {
    text-align: center;
    margin-bottom: 70px;
}

.sxo-2026-wrapper .modules-title-2026 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #f8fafc;
    margin: 0 0 20px 0;
}

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

.sxo-2026-wrapper .modules-subtitle-2026 {
    font-size: 1.125rem;
    color: #94a3b8;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
}

/* === GRID === */
.sxo-2026-wrapper .modules-grid-2026 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 60px;
}

@media (min-width: 576px) {
    .sxo-2026-wrapper .modules-grid-2026 {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

/* === CARD GLASSMORPHISM === */
.sxo-2026-wrapper .module-card-2026 {
    background: rgba(26, 54, 93, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(196, 163, 90, 0.15);
    border-radius: 16px;
    padding: 40px 24px;
    text-align: center;
    transition: all 0.4s ease;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sxo-2026-wrapper .module-card-2026:hover {
    background: rgba(26, 54, 93, 0.6);
    border-color: rgba(196, 163, 90, 0.4);
    transform: translateY(-6px);
}

.sxo-2026-wrapper .module-card-2026:hover .module-icon-2026 {
    box-shadow: 0 0 40px rgba(196, 163, 90, 0.5);
}

/* === ICON === */
.sxo-2026-wrapper .module-icon-2026 {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #c4a35a 0%, #d4b86a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    transition: box-shadow 0.4s ease;
}

.sxo-2026-wrapper .module-icon-2026 i {
    font-size: 2rem;
    color: #0a1628;
}

/* === CONTENT === */
.sxo-2026-wrapper .module-name-2026 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #f8fafc;
    margin: 0 0 14px 0;
}

.sxo-2026-wrapper .module-benefit-2026 {
    font-size: 0.9375rem;
    color: #94a3b8;
    line-height: 1.65;
    flex-grow: 1;
    margin: 0;
}

/* === CTA === */
.sxo-2026-wrapper .modules-cta-2026 {
    text-align: center;
}

.sxo-2026-wrapper .modules-btn-2026 {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, #c4a35a 0%, #d4b86a 100%);
    color: #0a1628;
    padding: 18px 48px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.125rem;
    transition: all 0.3s ease;
    box-shadow: 0 6px 25px rgba(196, 163, 90, 0.35);
    min-height: 48px;
}

.sxo-2026-wrapper .modules-btn-2026:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 35px rgba(196, 163, 90, 0.5);
    color: #0a1628;
}

/* === PRINT === */
@media print {
    .sxo-2026-wrapper .trust-modules-2026 {
        background: #ffffff;
    }
    .sxo-2026-wrapper .module-card-2026 {
        background: #f8fafc;
        border: 1px solid #e2e8f0;
    }
    .sxo-2026-wrapper .modules-title-2026,
    .sxo-2026-wrapper .module-name-2026 {
        color: #0a1628;
    }
}
