/* ============================================================
   DÉCORATION HERO
   ============================================================ */
.hero-deco { position: absolute; right: 8%; top: 50%; transform: translateY(-50%); font-family: 'Teko', sans-serif; font-size: clamp(200px, 25vw, 380px); line-height: 1; color: rgba(232,40,26,0.04); z-index: 1; pointer-events: none; user-select: none; }

/* ============================================================
   MÉTA FAQ (compteurs)
   ============================================================ */
.faq-meta { display: flex; align-items: center; gap: 24px; margin-top: 36px; opacity: 0; animation: fadeUp 0.6s 1s ease forwards; }
.faq-meta-item { display: flex; flex-direction: column; gap: 2px; }
.faq-meta-num { font-family: 'Teko', sans-serif; font-size: 40px; line-height: 1; color: var(--red); }
.faq-meta-label { font-size: 11px; color: rgba(255,255,255,0.35); text-transform: uppercase; letter-spacing: 0.1em; }
.faq-meta-sep { width: 1px; height: 48px; background: rgba(255,255,255,0.08); }

/* ============================================================
   SECTION FAQ — LAYOUT 2 COLONNES
   ============================================================ */
.faq-section { padding: 80px 48px 120px; display: grid; grid-template-columns: 280px 1fr; gap: 80px; align-items: start; }

/* Navigation catégories */
.faq-nav { position: sticky; top: 100px; }
.faq-nav-title { font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.25); margin-bottom: 20px; }
.faq-nav-list { list-style: none; display: flex; flex-direction: column; gap: 4px; }
.faq-nav-item { font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.4); padding: 10px 14px; border-left: 2px solid transparent; border-radius: 0 4px 4px 0; cursor: pointer; transition: all 0.2s; letter-spacing: 0.03em; }
.faq-nav-item:hover, .faq-nav-item.active { color: var(--white); border-left-color: var(--red); background: rgba(255,255,255,0.03); }

/* Bloc contact rapide */
.faq-contact-card { margin-top: 40px; background: var(--dark2); border: 1px solid rgba(255,255,255,0.06); border-radius: 4px; padding: 24px 20px; }
.faq-contact-label { font-size: 11px; font-weight: 600; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.3); margin-bottom: 12px; }
.faq-contact-text { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.6; margin-bottom: 16px; }
.faq-contact-links { display: flex; flex-direction: column; gap: 8px; }
.faq-contact-link { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 500; color: rgba(255,255,255,0.5); transition: color 0.2s; }
.faq-contact-link:hover { color: var(--red); }
.faq-contact-icon { width: 28px; height: 28px; border: 1px solid rgba(255,255,255,0.1); border-radius: 2px; display: flex; align-items: center; justify-content: center; font-size: 12px; transition: border-color 0.2s; }
.faq-contact-link:hover .faq-contact-icon { border-color: var(--red); }

/* ============================================================
   ACCORDÉON
   ============================================================ */
.faq-accordion { display: flex; flex-direction: column; gap: 0; }
.faq-category { margin-bottom: 40px; }
.faq-category-label { font-size: 11px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--red); display: flex; align-items: center; gap: 12px; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.faq-category-label::before { content: ''; width: 24px; height: 1px; background: var(--red); }

.faq-item { border-bottom: 1px solid rgba(255,255,255,0.06); overflow: hidden; }
.faq-question { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; cursor: pointer; transition: padding 0.3s ease; }
.faq-question:hover .faq-q-text { color: var(--white); }
.faq-q-text { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 700; letter-spacing: 0.02em; color: rgba(255,255,255,0.75); transition: color 0.25s; line-height: 1.2; flex: 1; }

.faq-icon { width: 36px; height: 36px; flex-shrink: 0; border: 1px solid rgba(255,255,255,0.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; position: relative; }
.faq-icon::before, .faq-icon::after { content: ''; position: absolute; background: rgba(255,255,255,0.5); transition: all 0.3s ease; border-radius: 1px; }
.faq-icon::before { width: 12px; height: 1.5px; }
.faq-icon::after  { width: 1.5px; height: 12px; }

.faq-item.open .faq-icon { background: var(--red); border-color: var(--red); transform: rotate(45deg); }
.faq-item.open .faq-icon::before, .faq-item.open .faq-icon::after { background: var(--white); }
.faq-item.open .faq-q-text { color: var(--white); }
.faq-item.open .faq-question { padding-bottom: 8px; }

.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1); }
.faq-answer-inner { padding: 0 0 28px 0; font-size: 15px; color: rgba(255,255,255,0.55); line-height: 1.75; max-width: 620px; border-left: 2px solid rgba(232,40,26,0.2); padding-left: 20px; }
.faq-q-num { font-family: 'Teko', sans-serif; font-size: 20px; color: #4b2d0a; letter-spacing: 0.1em; flex-shrink: 0; transition: color 0.3s; }
.faq-item.open .faq-q-num { color: var(--red); }

/* ============================================================
   BARRE "PAS TROUVÉ ?"
   ============================================================ */
.not-found-band { background: var(--dark); border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); padding: 60px 48px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.not-found-text { font-family: 'Teko', sans-serif; font-size: clamp(28px, 3vw, 44px); letter-spacing: 0.03em; line-height: 1; }
.not-found-text span { color: var(--red); }
.not-found-sub { font-size: 14px; color: rgba(255,255,255,0.4); margin-top: 6px; }
.not-found-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-outline { display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,0.15); color: rgba(255,255,255,0.6); padding: 12px 22px; border-radius: 2px; font-size: 13px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; transition: all 0.2s; cursor: pointer; }
.btn-outline:hover { border-color: var(--white); color: var(--white); }
.btn-red { display: inline-flex; align-items: center; gap: 10px; background: var(--red); color: var(--white); padding: 12px 22px; border-radius: 2px; font-size: 13px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; transition: all 0.25s; cursor: pointer; }
.btn-red:hover { background: var(--red-dark); transform: translateY(-2px); }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .page-hero { padding: 140px 24px 64px; }
  .hero-deco { display: none; }
  .faq-section { grid-template-columns: 1fr; gap: 40px; padding: 48px 24px 80px; }
  .faq-nav { position: static; }
  .faq-nav-list { flex-direction: row; flex-wrap: wrap; gap: 8px; }
  .faq-nav-item { border-left: none; border-bottom: 2px solid transparent; border-radius: 2px; padding: 6px 12px; }
  .faq-nav-item:hover, .faq-nav-item.active { border-left: none; border-bottom-color: var(--red); background: none; }
  .not-found-band { flex-direction: column; align-items: flex-start; padding: 40px 24px; }
  .faq-q-text { font-size: 18px; }
}
