/* FAQ Exposed — canonical spec from component library */

.faq-exposed-section {
  background: var(--dark-grey);
  padding: 75px 40px;
}

.faq-exposed-section .faq-inner {
  max-width: 900px;
  margin: 0 auto;
}

.faq-exposed-item {
  border-left: 5px solid var(--gold);
  margin-bottom: 4px;
  background: rgba(255,255,255,0.03);
  padding: 24px 28px;
}

.faq-exposed-q {
  font-size: 17px;
  font-weight: 600;
  color: var(--white);
  line-height: 1.4;
  margin-bottom: 12px;
}

.faq-exposed-a {
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255,255,255,0.68);
}

.faq-exposed-section .faq-head {
  text-align: center;
  margin-bottom: 60px;
}

.faq-exposed-section .faq-headline {
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 900;
  color: var(--white);
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin-top: 12px;
}

.faq-exposed-section--light {
  background: #FAFAFA;
  padding: 75px 40px;
}

.faq-exposed-section--light .faq-exposed-item {
  border-left: 5px solid var(--gold);
  margin-bottom: 4px;
  background: rgba(254,192,39,0.04);
  padding: 24px 28px;
}

.faq-exposed-section--light .faq-exposed-q {
  font-size: 17px;
  font-weight: 600;
  color: #111;
  line-height: 1.4;
  margin-bottom: 12px;
}

.faq-exposed-section--light .faq-exposed-a {
  font-size: 16px;
  line-height: 1.85;
  color: #2C2C2C;
}
