/* ── SECTION: page-hero-meta — layout only ── */

.pagina-hero {
  padding: 110px 2rem 3.5rem; position: relative; overflow: hidden;
}
.pagina-hero::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
}
.pagina-hero::after {
  content: 'DOCUMENTO'; position: absolute; right: -1rem; top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 5rem; font-weight: 700; letter-spacing: 8px;
  pointer-events: none; white-space: nowrap;
}
.pagina-hero-glow {
  position: absolute; width: 400px; height: 400px; border-radius: 50%;
  top: -100px; right: 10%; pointer-events: none;
}
.pagina-hero-inner { max-width: 1200px; margin: 0 auto; }
.pagina-breadcrumb {
  display: flex; align-items: center; gap: .5rem;
  font-size: 0.78rem; margin-bottom: 1.6rem; font-weight: 500;
}
.pagina-breadcrumb a { display: flex; align-items: center; gap: .3rem; transition: color .2s; }
.pagina-breadcrumb span { font-weight: 600; }
.pagina-hero-icon {
  width: 62px; height: 62px; border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1.2rem;
}
.pagina-hero-inner h1 {
  font-size: clamp(2rem,5vw,3.2rem); font-weight: 700; line-height: 1.1; margin-bottom: 1.2rem;
}
.pagina-meta { display: flex; flex-wrap: wrap; gap: .6rem; }
.meta-pill {
  display: inline-flex; align-items: center; gap: .4rem;
  padding: 5px 14px; border-radius: 50px;
  font-size: 0.75rem; font-weight: 600;
}

@media(max-width:600px) {
  .pagina-hero { padding: 100px 1.2rem 2.5rem; }
}
