.page-hero {
  position: relative;
  padding-top: var(--space-16);
  padding-bottom: var(--space-10);
}

.page-hero-inner {
  position: relative;
  z-index: 1;
}

.page-hero-header {
  max-width: var(--layout-max-width);
}

.page-hero-eyebrow {
  font-size: var(--text-sm);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  margin-bottom: var(--space-2);
}

.page-hero-title {
  font-size: clamp(2.1rem, 4vw, 2.7rem);
  line-height: var(--leading-tight);
  margin-bottom: var(--space-3);
}

.page-hero-subtitle {
  max-width: 40rem;
  color: var(--color-text-muted);
}

.page-content {
  padding-bottom: var(--space-16);
}

.policy-section + .policy-section {
  margin-top: var(--space-6);
}

.policy-section h2 {
  font-size: clamp(1.6rem, 2.6vw, 2rem);
}

.policy-section h3 {
  margin-top: var(--space-4);
}

.policy-section ul {
  margin-top: var(--space-2);
}

.policy-updated {
  margin-top: var(--space-3);
  color: var(--color-text);
}

@media (max-width: 768px) {
  .page-hero {
    padding-top: var(--space-12);
    padding-bottom: var(--space-8);
  }

  .page-content {
    padding-bottom: var(--space-12);
  }
}
