/* ===== HERO ===== */
.pages-faq-hero {
  background: var(--sapphire);
  color: var(--white);
  padding: 80px 0 72px;
  text-align: center;
}

.pages-faq-eyebrow {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--chrome-solid);
  margin-bottom: 16px;
}

.pages-faq-headline {
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 16px;
  line-height: 1.1;
}

.pages-faq-sub {
  font-size: 1.0625rem;
  color: rgba(255, 255, 255, 0.82);
  max-width: 640px;
  margin: 0 auto 32px;
  line-height: 1.65;
}

.pages-faq-hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== FAQ SECTION ===== */
.pages-faq-section {
  padding: 80px 0;
  background: var(--sapphire-dark);
}

.pages-faq-section-eyebrow {
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--chrome-solid);
  margin-bottom: 12px;
}

.pages-faq-section-title {
  text-align: center;
  font-size: clamp(1.625rem, 2.8vw, 2.125rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 36px;
  line-height: 1.15;
}

/* ===== TIER COMPARISON TABLE (inside Question 1 answer) ===== */
.pages-faq-tier-table-wrap {
  margin: 16px 0 4px;
  overflow-x: auto;
}

.pages-faq-tier-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  color: var(--white);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  overflow: hidden;
}

.pages-faq-tier-table thead th {
  background: rgba(255, 255, 255, 0.06);
  color: var(--chrome-solid);
  font-weight: 700;
  text-align: center;
  padding: 12px 14px;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pages-faq-tier-table tbody th[scope="row"] {
  text-align: left;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
  padding: 14px 14px;
  background: rgba(255, 255, 255, 0.03);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  width: 28%;
}

.pages-faq-tier-table tbody td {
  text-align: center;
  padding: 14px 14px;
  color: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  vertical-align: top;
}

.pages-faq-tier-table tbody tr:last-child th[scope="row"],
.pages-faq-tier-table tbody tr:last-child td {
  border-bottom: none;
}

.pages-faq-tier-col--featured,
.pages-faq-tier-cell--featured {
  color: var(--chrome-solid) !important;
  font-weight: 600;
  background: rgba(212, 168, 83, 0.06);
}

.pages-faq-tier-col--featured {
  border-top: 2px solid var(--chrome-solid);
}

.pages-faq-tier-disclaimer {
  margin-top: 12px;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
}

.pages-faq-tier-disclaimer code {
  background: rgba(255, 255, 255, 0.08);
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 0.8125rem;
}

/* The accordion answer holds extra room for the table + disclaimer on Q1. */
.pages-faq-section .faq-item--open .faq-answer {
  max-height: 1200px;
}

/* ===== BOTTOM CTA STRIP (configurator) ===== */
.pages-faq-configurator-cta {
  padding: 72px 0;
  background: #061826;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.pages-faq-configurator-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.pages-faq-configurator-cta-eyebrow {
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--chrome-solid);
  margin-bottom: 10px;
}

.pages-faq-configurator-cta-title {
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 10px;
  line-height: 1.2;
}

.pages-faq-configurator-cta-sub {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.65;
  max-width: 620px;
}

.pages-faq-configurator-cta-sub a {
  color: var(--chrome-solid);
  text-decoration: none;
  border-bottom: 1px solid rgba(212, 168, 83, 0.4);
}

.pages-faq-configurator-cta-sub a:hover {
  border-bottom-color: var(--chrome-solid);
}

.pages-faq-configurator-cta-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.pages-faq-configurator-cta-actions .btn {
  padding: 14px 28px;
  font-size: 0.9375rem;
  font-weight: 700;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .pages-faq-hero,
  .pages-faq-section,
  .pages-faq-configurator-cta { padding: 56px 0; }

  .pages-faq-configurator-cta-inner {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .pages-faq-tier-table tbody th[scope="row"],
  .pages-faq-tier-table tbody td {
    padding: 10px 10px;
    font-size: 0.8125rem;
  }
}

@media (max-width: 480px) {
  .pages-faq-tier-table {
    font-size: 0.75rem;
  }
  .pages-faq-tier-table tbody th[scope="row"],
  .pages-faq-tier-table tbody td {
    padding: 8px 8px;
    font-size: 0.75rem;
  }
}
