/* ═══════════════════════════════════════════════════════════════════════════
   TESTIMONIALS SECTION 2026 - Autonome
   Source: prototype-homepage-parfaite-2026.html
   Date: 2026-02-05
   Guillemet decoratif CSS ::before Variante B (harmonise 2026-02-06)
   ═══════════════════════════════════════════════════════════════════════════ */

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

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

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

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

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

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

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

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

.sxo-2026-wrapper .testimonials-subtitle-2026 {
    font-size: 1rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto;
}

.sxo-2026-wrapper .testimonials-grid-2026 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

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

@media (min-width: 1200px) {
    .sxo-2026-wrapper .testimonials-grid-2026 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
    }
    .sxo-2026-wrapper .testimonials-grid-2026 > * {
        flex: 0 0 calc((100% - 2 * 24px) / 3);
    }
    .sxo-2026-wrapper .testimonials-grid-2026:has(> :nth-child(4)):not(:has(> :nth-child(5))) > *,
    .sxo-2026-wrapper .testimonials-grid-2026:has(> :nth-child(7)) > * {
        flex: 0 0 calc((100% - 3 * 24px) / 4);
    }
}

.sxo-2026-wrapper .testimonial-card-2026 {
    background: #0a1628;
    border-radius: 16px;
    padding: 28px 24px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

/* Guillemet decoratif - VARIANTE B (taille/position prototype, couleur visible) */
.sxo-2026-wrapper .testimonial-card-2026::before {
    content: '"';
    position: absolute;
    top: 24px;
    left: 32px;
    font-size: 6rem;
    color: #c4a35a;
    opacity: 0.3;
    font-family: Georgia, serif;
    line-height: 1;
    z-index: 0;
    pointer-events: none;
}

.sxo-2026-wrapper .testimonial-stars-2026 {
    display: flex;
    gap: 4px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.sxo-2026-wrapper .testimonial-stars-2026 i {
    color: #c4a35a;
    font-size: 0.875rem;
}

.sxo-2026-wrapper .testimonial-text-2026 {
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    margin: 0 0 20px 0;
    font-style: italic;
    position: relative;
    z-index: 1;
}

.sxo-2026-wrapper .testimonial-author-2026 {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 1;
}

.sxo-2026-wrapper .testimonial-avatar-2026 {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #c4a35a 0%, #d4b86a 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    color: #0a1628;
}

.sxo-2026-wrapper .testimonial-name-2026 {
    font-weight: 700;
    color: #ffffff;
    font-size: 0.9375rem;
}

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