/**
 * Default page template — hero band + narrow body (aligned with Support / Join / Login).
 */

.pz-page {
  background: var(--surface);
}

.pz-page__hero {
  padding: clamp(2.5rem, 6vw, 3.5rem) 0 2rem;
  text-align: center;
  border-bottom: 1px solid var(--line);
  background: var(--surface-muted);
}

.pz-page__hero .pz-section-title {
  margin-bottom: 0;
}

.pz-page__lead {
  margin: 1rem auto 0;
  max-width: 28rem;
  text-align: center;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.pz-page__body {
  padding: clamp(2rem, 5vw, 3rem) 0 clamp(3rem, 8vw, 4rem);
}

.pz-page .pz-page__post {
  margin: 0;
}
