.support-main {
  width: var(--narrow);
  min-height: calc(100vh - 14rem);
  margin-inline: auto;
  padding: clamp(2.5rem, 6vw, 4rem) 0 clamp(3rem, 6vw, 5rem);
}

.support-page {
  display: grid;
  gap: clamp(1.75rem, 4vw, 3rem);
  max-width: 48rem;
}

.support-heading {
  padding-bottom: clamp(1.25rem, 3vw, 2rem);
  border-bottom: 1px solid var(--line);
}

.support-heading h1 {
  max-width: 22ch;
  margin-bottom: 1rem;
  font-size: clamp(1.75rem, 4vw, 2.375rem);
}

.support-heading > p:not(.eyebrow) {
  max-width: 58ch;
  margin-bottom: 0;
  color: var(--text-secondary);
  font-size: 1.0625rem;
}

.back-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.375rem;
  color: var(--indigo-soft);
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}

.back-link:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

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

.support-content section {
  padding-bottom: 1.75rem;
  border-bottom: 1px solid var(--line);
}

.support-content section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.support-content h2 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.125rem, 2vw, 1.375rem);
}

.support-content p,
.support-content ul {
  max-width: 58ch;
  margin-top: 0;
  color: var(--text-secondary);
}

.support-content p:last-child,
.support-content ul:last-child {
  margin-bottom: 0;
}

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

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

.contact-box {
  padding: 1.25rem 1.5rem;
  background: var(--lavender);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.contact-box p {
  margin: 0;
}

.guide-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-links li {
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--line);
}

.guide-links li:last-child {
  border-bottom: 0;
}

.guide-links a {
  color: var(--indigo-soft);
  font-weight: 600;
  text-decoration: none;
}

.guide-links a:hover {
  text-decoration: underline;
}
