/* ════════════════════════════════════════════════════════════════════════════════
   SUCCESS STORIES 2026 - TESTIMONIAL CAROUSEL NAVY (VARIANTE B)
   ════════════════════════════════════════════════════════════════════════════════
   Design: Fond navy, grande citation unique mise en avant
   Badge annees floating, guillemets decoratifs ::before, mini-cards empilees
   Navigation dots (optionnelle), high-impact elegant
   Reproduction EXACTE Variante B (2026-02-06)
   ════════════════════════════════════════════════════════════════════════════════ */

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

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

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

.sxo-2026-wrapper .success-stories-badge-2026 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(196, 163, 90, 0.15);
    color: #c4a35a;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 20px;
    border: 1px solid rgba(196, 163, 90, 0.3);
}

.sxo-2026-wrapper .success-stories-title-2026 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 16px 0;
}

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

.sxo-2026-wrapper .success-stories-subtitle-2026 {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 600px;
    margin: 0 auto;
}

/* === CAROUSEL CONTAINER === */
.sxo-2026-wrapper .success-stories-carousel-2026 {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

/* === FEATURED CARD (grande citation) === */
.sxo-2026-wrapper .success-story-featured-2026 {
    max-width: 900px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 40px 32px;
    position: relative;
    overflow: hidden;
}

@media (min-width: 768px) {
    .sxo-2026-wrapper .success-story-featured-2026 {
        padding: 56px 48px;
    }
}

/* Big quotation marks decoration - VARIANTE B (taille/position prototype, couleur visible) */
.sxo-2026-wrapper .success-story-featured-2026::before {
    content: '\201C';
    position: absolute;
    top: 20px;
    left: 24px;
    font-size: 8rem;
    color: #c4a35a;
    opacity: 0.3;
    font-family: Georgia, serif;
    line-height: 1;
    z-index: 0;
    pointer-events: none;
}

@media (min-width: 768px) {
    .sxo-2026-wrapper .success-story-featured-2026::before {
        font-size: 12rem;
        top: 10px;
        left: 32px;
    }
}

/* === YEARS FLOATING BADGE === */
.sxo-2026-wrapper .success-story-years-floating-2026 {
    position: absolute;
    top: 24px;
    right: 24px;
    background: linear-gradient(135deg, #c4a35a 0%, #d4b86a 100%);
    color: #0a1628;
    padding: 12px 20px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 24px rgba(196, 163, 90, 0.3);
}

.sxo-2026-wrapper .success-story-years-number-2026 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    display: block;
}

.sxo-2026-wrapper .success-story-years-label-2026 {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* === FEATURED CONTENT === */
.sxo-2026-wrapper .success-story-content-2026 {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 20px;
}

@media (min-width: 768px) {
    .sxo-2026-wrapper .success-story-content-2026 {
        padding: 24px 80px 24px 40px;
    }
}

.sxo-2026-wrapper .success-story-quote-2026 {
    font-size: 1.25rem;
    color: #ffffff;
    line-height: 1.7;
    font-style: italic;
    margin: 0 0 24px 0;
}

@media (min-width: 768px) {
    .sxo-2026-wrapper .success-story-quote-2026 {
        font-size: 1.5rem;
    }
}

/* === AUTHOR === */
.sxo-2026-wrapper .success-story-author-2026 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.sxo-2026-wrapper .success-story-logo-2026 {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    background: linear-gradient(135deg, #1a365d 0%, #0a1628 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(196, 163, 90, 0.3);
}

.sxo-2026-wrapper .success-story-logo-2026 i {
    font-size: 2rem;
    color: #c4a35a;
}

.sxo-2026-wrapper .success-story-company-2026 {
    font-weight: 700;
    color: #ffffff;
    font-size: 1.25rem;
    margin: 0;
}

/* === INFO TAGS === */
.sxo-2026-wrapper .success-story-info-2026 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 8px;
}

.sxo-2026-wrapper .success-story-tag-2026 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.05);
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.sxo-2026-wrapper .success-story-tag-2026 i {
    color: #c4a35a;
}

/* === NAVIGATION DOTS === */
.sxo-2026-wrapper .success-stories-dots-2026 {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 24px;
}

.sxo-2026-wrapper .success-stories-dot-2026 {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.sxo-2026-wrapper .success-stories-dot-2026.active {
    background: #c4a35a;
    transform: scale(1.3);
}

/* === STACKED MINI CARDS === */
.sxo-2026-wrapper .success-stories-stack-2026 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.sxo-2026-wrapper .success-story-mini-2026 {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition: all 0.3s ease;
    width: 100%;
}

@media (min-width: 768px) {
    .sxo-2026-wrapper .success-story-mini-2026 {
        flex-direction: row;
        align-items: center;
    }
}

.sxo-2026-wrapper .success-story-mini-2026:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(196, 163, 90, 0.3);
}

.sxo-2026-wrapper .success-story-mini-years-2026 {
    background: linear-gradient(135deg, #c4a35a 0%, #d4b86a 100%);
    color: #0a1628;
    padding: 8px 16px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 1rem;
    white-space: nowrap;
    text-align: center;
    flex-shrink: 0;
}

.sxo-2026-wrapper .success-story-mini-content-2026 {
    flex: 1;
}

.sxo-2026-wrapper .success-story-mini-company-2026 {
    font-weight: 700;
    color: #ffffff;
    font-size: 1rem;
    margin: 0 0 4px 0;
}

.sxo-2026-wrapper .success-story-mini-quote-2026 {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    font-style: italic;
    margin: 0;
}

/* === PRINT === */
@media print {
    .sxo-2026-wrapper .trust-success-stories-2026 {
        background: #ffffff;
    }
    .sxo-2026-wrapper .success-stories-title-2026,
    .sxo-2026-wrapper .success-story-company-2026,
    .sxo-2026-wrapper .success-story-quote-2026 {
        color: #0a1628;
    }
}
