/* ==========================================================================
   faq.css — Seção de Perguntas Frequentes
   ========================================================================== */

.faq__eyebrow {
  margin-bottom: 16px;
}

.faq__title {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--ink);
  text-align: center;
  margin: 0 0 56px;
}

.faq__item {
  border-bottom: 1px solid var(--line);
}

.faq__toggle {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 26px 0;
  text-align: left;
  font-family: inherit;
}

.faq__question {
  font-weight: 700;
  font-size: 17px;
  color: var(--ink);
}

.faq__icon {
  font-size: 22px;
  color: var(--gold);
  flex: 0 0 auto;
}

.faq__answer {
  font-size: 15px;
  line-height: 1.6;
  color: var(--muted);
  margin: 0 0 26px;
  max-width: 640px;
}
