/* Community Support — match HUBs / Verification / LIVE page-hero style */

.page-header {
  max-width: var(--max);
  margin: 0 auto;
  padding: 32px 16px 16px;
  border-bottom: 1px solid var(--border-soft);
  margin-bottom: 24px;
}

.page-title {
  margin: 0 0 6px;
  font-size: 2.2rem;
  line-height: 1.15;
  font-weight: 650;
  letter-spacing: -0.01em;
}

.page-subtitle {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 1rem;
}

.page-kicker {
  margin: 0 0 14px;
  color: var(--meta);
  font-size: 0.95rem;
}

.page-main {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 16px 40px;
}

/* Actions row inside the first card */
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 14px;
}

.link {
  color: var(--link);
  text-decoration: none;
  border-bottom: 1px dashed var(--border);
  padding-bottom: 2px;
}

.link:hover {
  text-decoration: none;
  filter: brightness(0.98);
}

/* FAQ */
.faq-item {
  border-top: 1px solid var(--border-soft);
  padding: 12px 0;
}

.faq-item:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "▾";
  float: right;
  color: var(--muted);
}

.faq-item[open] summary::after {
  content: "▴";
}

.faq-item p {
  margin: 10px 0 0;
  color: var(--muted);
}

/* Keep Community Support CTA current-page styling aligned with site nav */
.secondary-nav .nav-cta.active {
  text-decoration: none;
}

/* Mobile */
@media (max-width: 600px) {
  .page-title {
    font-size: 2rem;
  }

  .page-header,
  .page-main {
    padding-left: 12px;
    padding-right: 12px;
  }
}
