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

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

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

.support-page .back-link:hover {
  color: var(--bg-teal);
}

.support-page h1 {
  margin: 0 0 0.5rem;
  font-family: var(--font-serif);
  font-size: clamp(1.55rem, 3vw, 1.9rem);
  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.35rem;
}

.support-content h2 {
  margin: 0 0 0.35rem;
  font-family: var(--font-serif);
  font-size: 1.08rem;
  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-sources {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.support-sources li {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}

.support-sources a {
  font-weight: 600;
  text-decoration: none;
}

.support-sources a:hover {
  text-decoration: underline;
}

.support-sources p {
  margin-top: 0.25rem;
}
