/* ============================================================================
   EDITORIAL 2026 - SXO 2026 GOLD STANDARD
   Template: editorial_2026.html.twig
   Classes exactes du template matchées 1:1
   ============================================================================ */

/* ═══════════════════════════════════════════════════════════
   SECTION CONTAINER
   ═══════════════════════════════════════════════════════════ */
.sxo-2026-wrapper .trust-editorial-2026 {
    display: block;
    visibility: visible;
    opacity: 1;
    background: #ffffff;
    padding: 80px 0;
    position: relative;
    color: #1e3a5f;
}

/* ═══════════════════════════════════════════════════════════
   LAYOUT (2 colonnes)
   ═══════════════════════════════════════════════════════════ */
.sxo-2026-wrapper .editorial-layout-2026 {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

/* ═══════════════════════════════════════════════════════════
   COLONNE CONTENU (principale)
   ═══════════════════════════════════════════════════════════ */
.sxo-2026-wrapper .editorial-content-col-2026 {
    flex: 2;
}

.sxo-2026-wrapper .editorial-content-2026 {
    padding: 0;
}

/* ═══════════════════════════════════════════════════════════
   TITRE
   ═══════════════════════════════════════════════════════════ */
.sxo-2026-wrapper .editorial-title-2026 {
    font-size: 2.25rem;
    font-weight: 800;
    color: #1e3a5f;
    margin-bottom: 24px;
    line-height: 1.3;
}

/* ═══════════════════════════════════════════════════════════
   CORPS DU TEXTE
   ═══════════════════════════════════════════════════════════ */
.sxo-2026-wrapper .editorial-body-2026 {
    color: #475569;
    font-size: 1rem;
    line-height: 1.8;
}

.sxo-2026-wrapper .editorial-body-2026 p {
    margin-bottom: 1.5rem;
}

.sxo-2026-wrapper .editorial-body-2026 h3,
.sxo-2026-wrapper .editorial-body-2026 h4 {
    color: #1e3a5f;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.sxo-2026-wrapper .editorial-body-2026 h3 {
    font-size: 1.5rem;
}

.sxo-2026-wrapper .editorial-body-2026 h4 {
    font-size: 1.25rem;
}

.sxo-2026-wrapper .editorial-body-2026 ul,
.sxo-2026-wrapper .editorial-body-2026 ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.sxo-2026-wrapper .editorial-body-2026 li {
    margin-bottom: 0.5rem;
}

.sxo-2026-wrapper .editorial-body-2026 a {
    color: #1e40af;
    text-decoration: underline;
}

.sxo-2026-wrapper .editorial-body-2026 a:hover {
    color: #1e3a5f;
}

.sxo-2026-wrapper .editorial-body-2026 blockquote {
    border-left: 4px solid #1e40af;
    padding-left: 20px;
    margin: 2rem 0;
    font-style: italic;
    color: #64748b;
}

/* ═══════════════════════════════════════════════════════════
   COLONNE SIDEBAR
   ═══════════════════════════════════════════════════════════ */
.sxo-2026-wrapper .editorial-sidebar-col-2026 {
    flex: 1;
}

.sxo-2026-wrapper .editorial-sidebar-2026 {
    position: sticky;
    top: 100px;
}

/* ═══════════════════════════════════════════════════════════
   SIDEBAR CARD
   ═══════════════════════════════════════════════════════════ */
.sxo-2026-wrapper .editorial-sidebar-card-2026 {
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f4ff 100%);
    border: 1px solid rgba(30, 64, 175, 0.1);
    border-radius: 16px;
    padding: 30px;
}

.sxo-2026-wrapper .editorial-sidebar-title-2026 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e3a5f;
    margin-bottom: 12px;
}

.sxo-2026-wrapper .editorial-sidebar-text-2026 {
    color: #64748b;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* ═══════════════════════════════════════════════════════════
   SIDEBAR CTA
   ═══════════════════════════════════════════════════════════ */
.sxo-2026-wrapper .editorial-sidebar-cta-2026 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 24px;
    background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%);
    color: #ffffff;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9375rem;
    text-decoration: none;
    transition: all 0.3s ease;
    min-height: 48px;
}

.sxo-2026-wrapper .editorial-sidebar-cta-2026:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(30, 64, 175, 0.35);
    color: #ffffff;
}

/* ═══════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════ */
@media (min-width: 1200px) {
    .sxo-2026-wrapper .trust-editorial-2026 {
        padding: 100px 0;
    }

    .sxo-2026-wrapper .editorial-layout-2026 {
        flex-direction: row;
        gap: 60px;
    }

    .sxo-2026-wrapper .editorial-title-2026 {
        font-size: 2.5rem;
    }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    .sxo-2026-wrapper .editorial-sidebar-cta-2026 {
        transition: none;
    }

    .sxo-2026-wrapper .editorial-sidebar-cta-2026:hover {
        transform: none;
    }
}
