/* ── SECTION: noticias-hero — layout only ── */

.noticias-hero {
  padding: 5rem 2rem 3rem;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.noticias-hero__glow {
  position: absolute;
  width: 500px; height: 400px;
  border-radius: 50%;
  top: -100px; right: 5%;
  pointer-events: none;
}
.noticias-hero__inner {
  position: relative;
  z-index: 1;
}
.noticias-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: .8rem;
}
.noticias-hero__title {
  font-size: clamp(2rem, 6vw, 3.2rem);
  font-weight: 700;
  margin-bottom: .6rem;
}
.noticias-hero__sub {
  font-size: 1rem;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.65;
}
