/* Tighter vertical rhythm so the QR code sits above the fold */
.page-hero {
  padding-top: 40px;
  padding-bottom: 24px;
}
.page-hero .page-title {
  font-size: clamp(2rem, 5vw, 3rem);
  margin-bottom: 16px;
}
.page-hero .page-lead {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
}

.content {
  padding-bottom: 60px;
}

.support-section {
  text-align: center;
  padding-top: 8px;
  border-top: none;
}

.support-qr-wrap {
  margin: 0 auto 24px;
  max-width: 240px;
}
.support-qr-wrap img {
  display: block;
  width: 220px;
  height: 220px;
  margin: 0 auto;
  border-radius: 12px;
  border: 1px solid var(--sage);
  background: var(--white);
  object-fit: contain;
}

.support-details {
  margin: 0 auto 20px;
  max-width: 480px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--text);
}

.support-note {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-style: italic;
  color: var(--text-mid);
  max-width: 480px;
  margin: 0 auto;
}
