/* Friedenstaube FAQ — cream/burgundy quiet luxury (CEO screenshot spirit) */
.faq-page {
  background: #f3ece3;
  color: #4a1520;
  min-height: 100vh;
}

.faq-main {
  max-width: 46rem;
  margin: 0 auto;
  padding: 2rem 1.25rem 4rem;
}

.faq-hero {
  text-align: center;
  margin-bottom: 1.75rem;
}

.faq-hero__eyebrow {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(74, 21, 32, 0.55);
  font-weight: 700;
}

.faq-hero__title {
  margin: 0.5rem 0 0;
  font-size: clamp(2rem, 5vw, 2.75rem);
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #5c1824;
}

.faq-hero__sub {
  margin: 0.75rem auto 0;
  max-width: 28rem;
  font-size: 1rem;
  line-height: 1.55;
  color: rgba(74, 21, 32, 0.72);
}

.faq-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1.75rem;
}

.faq-pill {
  min-height: 2.75rem;
  border-radius: 999px;
  border: 1px solid rgba(92, 24, 36, 0.35);
  background: transparent;
  color: #5c1824;
  padding: 0.45rem 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
}

.faq-pill.is-active {
  background: #5c1824;
  border-color: #5c1824;
  color: #f3ece3;
}

.faq-list {
  border-top: 1px solid rgba(92, 24, 36, 0.28);
  border-bottom: 1px solid rgba(92, 24, 36, 0.28);
}

.faq-item {
  border-bottom: 1px solid rgba(92, 24, 36, 0.2);
}

.faq-item.is-hidden {
  display: none;
}

.faq-item__q {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
}

.faq-item__q button {
  width: 100%;
  min-height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border: 0;
  background: transparent;
  color: #5c1824;
  text-align: left;
  font: inherit;
  cursor: pointer;
}

.faq-item__q button span {
  flex-shrink: 0;
  font-size: 1.35rem;
  font-weight: 300;
  color: rgba(92, 24, 36, 0.45);
}

.faq-item__a {
  padding: 0 0 1rem;
  font-size: 0.98rem;
  line-height: 1.65;
  color: rgba(74, 21, 32, 0.78);
}

.faq-item__a p {
  margin: 0;
}

.faq-cta {
  margin: 2rem 0 0;
  text-align: center;
}

.faq-cta__btn {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  border-radius: 999px;
  background: #5c1824;
  color: #f3ece3;
  padding: 0.55rem 1.25rem;
  font-weight: 700;
  text-decoration: none;
}

/* compact home block — cream panel on dark hub */
.faq-home {
  max-width: 46rem;
  margin: 0 auto 1.5rem;
  padding: 1.75rem 1.25rem 1.5rem;
  background: #f3ece3;
  border-radius: 1.25rem;
  color: #4a1520;
}

.faq-home .faq-hero__title {
  font-size: 1.75rem;
}

.faq-home__more {
  display: block;
  margin: 1rem auto 0;
  text-align: center;
  color: #5c1824;
  font-weight: 700;
  text-decoration: none;
}

.faq-home__more:hover {
  text-decoration: underline;
}
