/* ==========================================================================
   Preguntas frecuentes / FAQ (faq.html / en/faq.html)
   Same frame as the privacy page (big centred Poppins title, Questrial
   column on navy). Questions and answers are always visible — no accordion —
   so search engines and AI assistants read the full text. The FAQPage
   JSON-LD is generated from this markup by build/build.py.
   ========================================================================== */

.faq {
  background: var(--navy);
  padding: 14px 5vw 140px;
}
.faq-title {
  font-family: var(--font-head);
  font-weight: 300;
  font-size: clamp(32px, 3.6vw, 68px);
  line-height: 1.4;
  text-align: center;
  color: var(--teal);
  text-transform: uppercase;   /* written in sentence case for search engines and screen readers */
  margin: 0 0 40px;
}
.faq-body {
  max-width: 900px;
  margin: 0 auto;
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.6;
  color: var(--white);
}
.faq-intro {
  margin: 0 0 48px;
  font-size: 20px;
  text-align: center;
}
.faq-item {
  padding: 32px 0;
  border-top: 1px solid var(--navy-2);
}
.faq-item:last-of-type { border-bottom: 1px solid var(--navy-2); }
.faq-q {
  margin: 0 0 12px;
  font-family: var(--font-head);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.35;
  color: var(--teal);
}
.faq-a p { margin: 0; }
.faq-a p + p { margin-top: 16px; }
.faq-prices { margin: 0; padding-left: 1.2em; list-style: disc; }
.faq-prices li::marker { color: var(--teal); }
.faq-prices li + li { margin-top: 6px; }
.faq-body a.u { color: inherit; text-decoration: underline; }
.faq-body a.u:hover { color: var(--teal); }
.faq-cta { margin: 56px 0 0; text-align: center; }

@media (max-width: 750px) {
  .faq { padding: 8px 6vw 90px; }
  .faq-title { margin-bottom: 28px; }
  .faq-body { font-size: 16px; }
  .faq-intro { font-size: 17px; text-align: left; margin-bottom: 32px; }
  .faq-item { padding: 24px 0; }
  .faq-q { font-size: 20px; }
}
