.support-header-minimal .site-nav {
  display: none;
}

.support-main {
  padding: clamp(2.5rem, 6vw, 4rem) 0 4rem;
}

.support-page {
  width: var(--container);
  margin-inline: auto;
}

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

.support-heading h1 {
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  margin: 0 0 0.75rem;
}

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

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

.support-content h2 {
  font-family: "Geologica", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0 0 0.65rem;
  color: var(--wild-gold);
}

.support-content p,
.support-content li {
  color: var(--text-muted);
  font-size: 0.98rem;
}

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

.back-link {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  text-decoration: none;
}

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

.sources-list a {
  word-break: break-word;
}

.rg-callout {
  margin-top: 1.5rem;
  padding: 1rem 1.15rem;
  background: rgba(20, 61, 52, 0.55);
  border-radius: var(--radius);
  border-left: 3px solid var(--lacquer-red);
}

.rg-callout a {
  font-weight: 500;
}

.contact-note {
  color: var(--text-muted);
  font-size: 0.95rem;
}
