/* ============================================================
   index.css — Styles propres à la page d'accueil
   <link rel="stylesheet" href="../static/index.css">
   ============================================================ */

.hero__cta--centered {
  text-align: center;
  margin-top: var(--s12);
}

.method-title { margin-bottom: var(--s10); }

.about-cta {
  margin-top: var(--s16);
  display: flex;
  gap: var(--s4);
  flex-wrap: wrap;
}

.cta-yellow__btn-outline { border-color: rgba(13, 13, 13, 0.3); }

.cta-yellow__stats {
  display: flex;
  gap: var(--s6);
  margin-top: var(--s4);
}
.cta-stat__value {
  font-family: var(--font-display);
  font-size: var(--text-3xl);
  font-weight: 900;
  color: var(--text-on-yellow);
}
.cta-stat__label {
  font-size: var(--text-xs);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(13, 13, 13, 0.55);
}

.faq-subtitle {
  margin-top: var(--s4);
  max-width: 54ch;
}

.section__more-actions { margin-top: var(--s8); }
