/**
 * WGT NEW FAQ page styles.
 *
 * @package WorkScout_Child
 */

.wgt-page .faq-hero {
  background: var(--ink);
  color: var(--white);
  padding: 80px 0 64px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.wgt-page .faq-hero::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -160px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: var(--amber);
  opacity: 0.08;
}

.wgt-page .faq-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
}

.wgt-page .faq-hero h1 {
  font-size: clamp(36px, 5vw, 52px);
  color: var(--white) !important;
  margin-bottom: 14px;
}

.wgt-page .faq-hero h1 .accent {
  color: var(--amber) !important;
}

.wgt-page .faq-hero p.lede {
  color: rgba(255, 255, 255, 0.85) !important;
  margin: 0 auto 28px;
}

.wgt-page .quick-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 8px;
}

.wgt-page .quick-nav a {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 10px 18px;
  border-radius: var(--radius-pill, 999px);
  font-size: 13px;
  font-weight: 600;
  color: var(--white);
  transition: all 0.15s ease;
  text-decoration: none;
}

.wgt-page .quick-nav a:hover {
  background: var(--amber);
  color: var(--ink);
  border-color: var(--amber);
}

.wgt-page .faq-section {
  padding: 72px 0;
  border-bottom: 1px solid var(--line);
}

.wgt-page .faq-section:nth-child(even) {
  background: var(--concrete);
}

.wgt-page .faq-section-head {
  max-width: 800px;
  margin: 0 auto 36px;
}

.wgt-page .faq-section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--amber-dark);
  margin-bottom: 8px;
  display: block;
}

.wgt-page .faq-section-head h2 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  font-size: clamp(28px, 3.5vw, 40px) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.15 !important;
  margin-bottom: 12px !important;
}

.wgt-page .faq-section-head p {
  color: var(--steel);
  font-size: 17px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.wgt-page .faq-item .answer a {
  color: var(--amber-dark);
  font-weight: 600;
}
