.support-main {
  padding: 2rem 1.25rem 3rem;
  min-height: 50vh;
}

.support-page {
  max-width: 42rem;
  margin: 0 auto;
}

.back-link {
  display: inline-block;
  margin-bottom: 1.25rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--jade-deep);
}

.support-heading {
  margin-bottom: 2rem;
}

.support-heading .section-label {
  margin-bottom: 0.35rem;
}

.support-heading h1 {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  color: var(--jade-forest);
  margin: 0 0 0.75rem;
  line-height: 1.2;
}

.support-heading p {
  margin: 0;
  color: var(--text-muted);
}

.support-content section {
  margin-bottom: 1.75rem;
}

.support-content h2 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  color: var(--jade-forest);
  margin: 0 0 0.5rem;
}

.support-content p {
  margin: 0 0 0.75rem;
  color: var(--text-muted);
  font-size: 0.98rem;
}

.support-content ul {
  margin: 0 0 0.75rem;
  padding-left: 1.25rem;
  color: var(--text-muted);
  font-size: 0.98rem;
}

.support-content a {
  color: var(--jade-deep);
}

.sources-list {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
}

.sources-list li {
  margin-bottom: 0.35rem;
}

.support-page .site-header {
  position: static;
}
