/* ═══════════════════════════════════════════════════════════════════════════
   FAQ SECTION 2026 - Autonome
   Source: prototype-homepage-parfaite-2026.html
   Date: 2026-02-05
   ═══════════════════════════════════════════════════════════════════════════ */

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

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

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

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

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

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

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

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

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

.sxo-2026-wrapper .faq-grid-2026 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sxo-2026-wrapper .faq-item-2026 {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.sxo-2026-wrapper .faq-item-2026:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(196, 163, 90, 0.3);
}

.sxo-2026-wrapper .faq-item-2026[open] {
    border-color: rgba(196, 163, 90, 0.5);
    background: rgba(255, 255, 255, 0.06);
}

.sxo-2026-wrapper .faq-question-2026 {
    width: 100%;
    background: transparent;
    border: none;
    padding: 20px 24px;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    color: #ffffff;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.4;
    transition: background 0.3s ease;
}

@media (min-width: 768px) {
    .sxo-2026-wrapper .faq-question-2026 {
        font-size: 1rem;
    }
}

.sxo-2026-wrapper .faq-question-2026:hover {
    background: rgba(255, 255, 255, 0.02);
}

.sxo-2026-wrapper .faq-icon-2026 {
    color: #c4a35a;
    font-size: 0.875rem;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.sxo-2026-wrapper .faq-item-2026[open] .faq-icon-2026 {
    transform: rotate(180deg);
}

.sxo-2026-wrapper .faq-answer-2026 {
    color: rgba(255, 255, 255, 0.75);
    
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.sxo-2026-wrapper .faq-item-2026[open] .faq-answer-2026 {
    max-height: 500px;
    padding: 0 24px 20px;
}

.sxo-2026-wrapper .faq-answer-2026 p {
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    font-size: 0.9375rem;
    margin: 0;
}
