/* ── SECTION: page-hero ── */
.page-hero {
  min-height: 44vh;
  padding: 8rem 1.5rem 4.5rem;
  text-align: center;
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px;
}
.page-hero-badge {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 20px; border-radius: 50px;
  font-size: .70rem; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; margin-bottom: 1.5rem;
}
.page-hero h1 {
  font-size: clamp(2.5rem,5vw,4rem); font-weight: 700; margin-bottom: 1rem;
}
.page-hero h1 em { font-style: italic; }
.page-hero p {
  max-width: 580px; margin: 0 auto;
  font-size: 1.02rem; line-height: 1.80;
}
