/* ==========================================================================
   PAGE QUESTIONS FRÉQUENTES  (/faq)
   Une page volontairement sobre : c'est le texte qui travaille ici, pas la
   mise en scène. Chaque réponse cible une question réellement tapée dans
   Google par une association qui cherche un tapis de mosquée.
   ========================================================================== */

.tpm-faq {
  background: #fff;
  padding: 2.5rem 0 3.5rem;
}

.tpm-faq__wrap {
  max-width: 48rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.tpm-faq__fil {
  font-size: 0.8125rem;
  color: hsl(var(--muted-foreground));
}

.tpm-faq__ici {
  color: hsl(var(--gold));
}

.tpm-faq__h1 {
  margin-top: 1rem;
  font-size: clamp(1.875rem, 5vw, 2.75rem);
  line-height: 1.1;
  color: hsl(var(--primary));
}

.tpm-faq__chapo {
  margin-top: 0.875rem;
  font-size: 1rem;
  line-height: 1.6;
  color: hsl(var(--muted-foreground));
}

.tpm-faq__liste {
  margin-top: 2.5rem;
}

.tpm-faq__item {
  padding: 1.25rem 0;
  border-top: 1px solid hsl(var(--border));
}

.tpm-faq__item:last-child {
  border-bottom: 1px solid hsl(var(--border));
}

/* La question porte le mot-clé : elle doit être lisible d'un coup d'œil
   quand on parcourt la page de haut en bas. */
.tpm-faq__q {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.35;
  color: hsl(var(--primary));
}

.tpm-faq__r {
  margin: 0.625rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: hsl(var(--muted-foreground));
}

.tpm-faq__cta {
  margin-top: 2.5rem;
  padding: 1.75rem 1.5rem;
  text-align: center;
  border-radius: 0.5rem;
  background: #faf8f5;
  border: 1px solid hsl(var(--border));
}

.tpm-faq__cta p {
  font-size: 1rem;
  font-weight: 600;
  color: hsl(var(--primary));
}

.tpm-faq__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 1rem;
  padding: 0 2rem;
  border-radius: 0.25rem;
  background: hsl(var(--gold));
  color: hsl(var(--primary));
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: filter 0.2s;
}

.tpm-faq__btn:hover {
  filter: brightness(1.08);
}

@media (min-width: 640px) {
  .tpm-faq {
    padding: 3.5rem 0 4.5rem;
  }

  .tpm-faq__wrap {
    padding: 0 1.5rem;
  }

  .tpm-faq__q {
    font-size: 1.125rem;
  }
}
