/* ═══════════════════════════════════════════════════════════════════════════
   CTA INTERMEDIATE SECTION 2026 - Autonome
   Source: prototype-homepage-parfaite-2026.html
   Date: 2026-02-05
   Modifie: 2026-02-06 - Ajout bouton secondaire et container actions
   ═══════════════════════════════════════════════════════════════════════════ */

.sxo-2026-wrapper .cta-intermediate-2026 {
    background: linear-gradient(135deg, #0a1628 0%, #1a365d 100%);
    padding: 48px 0;
}

@media (min-width: 768px) {
    .sxo-2026-wrapper .cta-intermediate-2026 {
        padding: 56px 0;
    }
}

.sxo-2026-wrapper .cta-intermediate-2026 .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 16px;
    text-align: center;
}

.sxo-2026-wrapper .cta-intermediate-title-2026 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 16px 0;
}

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

.sxo-2026-wrapper .cta-intermediate-text-2026 {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.75);
    margin: 0 0 24px 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* === ACTIONS CONTAINER === */
.sxo-2026-wrapper .cta-intermediate-actions-2026 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

@media (min-width: 768px) {
    .sxo-2026-wrapper .cta-intermediate-actions-2026 {
        flex-direction: row;
        justify-content: center;
        gap: 20px;
    }
}

/* === BOUTON PRIMAIRE === */
.sxo-2026-wrapper .cta-intermediate-btn-2026 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #c4a35a 0%, #d4b86a 100%);
    color: #0a1628;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.4s ease;
    min-height: 56px;
    box-shadow: 0 4px 20px rgba(196, 163, 90, 0.3);
}

.sxo-2026-wrapper .cta-intermediate-btn-2026:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(196, 163, 90, 0.4);
    color: #0a1628;
}

/* === BOUTON SECONDAIRE === */
.sxo-2026-wrapper .cta-intermediate-btn-secondary-2026 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px;
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.4s ease;
    min-height: 56px;
}

.sxo-2026-wrapper .cta-intermediate-btn-secondary-2026:hover {
    border-color: #c4a35a;
    color: #c4a35a;
    transform: translateY(-2px);
}

/* === FOCUS-VISIBLE & ACTIVE STATES (Round 4 Harmonization) === */
.sxo-2026-wrapper .cta-intermediate-btn-2026:focus-visible {
    outline: 3px solid #c4a35a;
    outline-offset: 3px;
}

.sxo-2026-wrapper .cta-intermediate-btn-2026:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(196, 163, 90, 0.2);
}

.sxo-2026-wrapper .cta-intermediate-btn-secondary-2026:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.5);
    outline-offset: 3px;
}

.sxo-2026-wrapper .cta-intermediate-btn-secondary-2026:active {
    transform: translateY(0);
}
