.faq-page-title-section {
  border-bottom: 1px solid rgba(201, 182, 131, .1);
  background: linear-gradient(180deg, #0a1014 0%, #0d1417 100%);
}

.page-title-pad {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 48px 56px;
}

.page-title-eyebrow {
  margin-bottom: 18px;
  color: #c9b683;
  font: 500 11px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .34em;
}

.page-title-h1 {
  margin: 0 0 14px;
  color: #f5efe0;
  font: 500 38px/1.45 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .05em;
}

.page-title-lead {
  max-width: 780px;
  margin: 0;
  color: rgba(232, 227, 216, .82);
  font: 400 14px/1.95 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: justify;
  text-justify: inter-character;
}

.faq-faq-gold-text {
  color: #c9b683;
  border-bottom: 1px solid rgba(201, 182, 131, .4);
}

.jump-nav {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 48px 0;
  gap: 10px;
}

.jump-pill {
  padding: 11px 20px;
  border: 1px solid rgba(201, 182, 131, .35);
  color: #c9b683;
  font: 500 11px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .18em;
  transition: background .2s, color .2s, border-color .2s;
}

.jump-pill:hover {
  border-color: rgba(201, 182, 131, .6);
  background: rgba(201, 182, 131, .1);
  color: #f5efe0;
}

.main-pad {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 48px 80px;
}

.faq-category-block {
  margin-bottom: 32px;
  overflow: hidden;
  border: 1px solid rgba(201, 182, 131, .18);
  border-radius: 2px;
  background: #11191d;
}

.cat-header {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: 32px 36px;
  border-bottom: 1px solid rgba(201, 182, 131, .18);
  background: linear-gradient(180deg, rgba(201, 182, 131, .05) 0%, transparent 100%);
}

.cat-name {
  margin: 0;
  color: #f5efe0;
  font: 500 24px/1.4 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .04em;
}

.faq-faq-typography {
  color: #c9b683;
  font: 500 11px -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .28em;
}

.faq-item-static {
  padding: 26px 36px 28px;
  border-bottom: 1px solid rgba(201, 182, 131, .12);
}

.faq-q-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin: 0 0 14px;
  color: #f5efe0;
  font: 500 16px/1.55 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.num-badge {
  min-width: 38px;
  flex-shrink: 0;
  color: #c9b683;
  font: 500 17px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: .06em;
}

.faq-q-text {
  color: #f5efe0;
  font: 500 16px/1.55 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.faq-a-row {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding-left: 0;
}

.a-badge {
  padding-top: 1px;
  color: rgba(201, 182, 131, .75);
}

.faq-a-text {
  margin: 0;
  color: rgba(232, 227, 216, .88);
  font: 400 14px/2.05 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: justify;
  text-justify: inter-character;
}

.faq-contact-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 48px;
  padding: 34px 40px;
  gap: 20px;
  border-left: 2px solid #c9b683;
  background: rgba(201, 182, 131, .06);
}

.faq-contact-stack {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.faq-faq-inline-action {
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 26px;
  background: #c9b683;
  color: #0d1417;
}

.faq-faq-inline-action .faq-faq-typography {
  color: #0d1417;
}

@media (max-width: 700px) {
  .page-title-pad,
  .jump-nav,
  .main-pad {
    padding-right: 20px;
    padding-left: 20px;
  }

  .page-title-pad {
    padding-top: 48px;
    padding-bottom: 28px;
  }

  .page-title-h1 {
    font-size: 30px;
  }

  .jump-pill {
    padding: 9px 14px;
    font-size: 10px;
  }

  .cat-header,
  .faq-item-static {
    padding-right: 22px;
    padding-left: 22px;
  }

  .cat-header {
    flex-direction: column;
    gap: 14px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .cat-name {
    font-size: 20px;
  }

  .faq-q-text {
    font-size: 14px;
  }

  .faq-a-text {
    font-size: 13px;
  }

  .num-badge {
    min-width: 30px;
    font-size: 15px;
  }

  .faq-contact-panel {
    padding: 28px 22px;
  }
}
