.support-main {
  position: relative;
  z-index: 1;
  padding: 2rem 0 3rem;
}

.support-page {
  max-width: 720px;
}

.support-page .back-link {
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
  color: var(--emerald);
}

.support-page .back-link:hover {
  color: #057a52;
}

.support-page h1 {
  margin: 0 0 0.5rem;
  font-family: var(--font-serif);
  font-size: clamp(1.55rem, 3vw, 1.85rem);
  line-height: 1.2;
  color: var(--text);
}

.support-lead {
  margin: 0 0 1.5rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.support-content {
  display: grid;
  gap: 1.25rem;
}

.support-content h2 {
  margin: 0 0 0.35rem;
  font-family: var(--font-serif);
  font-size: 1.05rem;
  color: var(--text);
}

.support-content p,
.support-content ul {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.58;
}

.support-content ul {
  padding-left: 1.15rem;
}

.support-content li + li {
  margin-top: 0.35rem;
}

.support-sources {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
}

.support-sources a {
  color: var(--emerald);
}

.support-sources a:hover {
  color: #057a52;
}

.support-sources li p {
  margin-top: 0.2rem;
  font-size: 0.88rem;
}

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

.support-content a:hover {
  color: #057a52;
}
