/* =============================================================================
   Hero badge uniformity — home #top .hero-eyebrow is the benchmark
   White pill · dark ink · red status dot · soft shadow
   Loads LAST. Cache-bust so results always show.
   ============================================================================= */

.hero.hero-editorial .hero-eyebrow,
#top .hero-eyebrow,
body.home-page #top .hero-eyebrow,
.about-premium-hero .about-hero-copy > .retention-kicker,
#page-overview.about-premium-hero .about-hero-copy .retention-kicker,
#page-overview.about-premium-hero .retention-kicker,
.pricing-decision-hero > .retention-kicker,
.pricing-decision-hero .retention-kicker,
#pricing-overview .pricing-decision-hero .retention-kicker,
.page-intro-section .page-intro-shell > .retention-kicker,
.page-intro-shell > .retention-kicker,
#page-overview .page-intro-shell > .retention-kicker,
.page-hero-fill .page-intro-shell > .retention-kicker,
.legal-hero > .eyebrow,
.legal-hero .eyebrow:first-of-type{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
  width:max-content!important;
  max-width:100%!important;
  margin-top:0!important;
  margin-bottom:12px!important;
  margin-left:0!important;
  margin-right:auto!important;
  padding:9px 14px 9px 12px!important;
  border-radius:999px!important;
  background:#fff!important;
  background-image:none!important;
  border:1px solid rgba(16,24,40,.10)!important;
  color:#101828!important;
  box-shadow:0 10px 28px rgba(16,24,40,.06)!important;
  text-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  font-family:var(--title)!important;
  font-size:12px!important;
  font-weight:700!important;
  letter-spacing:.07em!important;
  line-height:1.2!important;
  text-transform:uppercase!important;
  white-space:normal!important;
  align-self:flex-start!important;
  justify-self:start!important;
  transform:none!important;
  float:none!important;
}

.hero.hero-editorial .hero-eyebrow::before,
#top .hero-eyebrow::before,
body.home-page #top .hero-eyebrow::before,
.about-premium-hero .about-hero-copy > .retention-kicker::before,
#page-overview.about-premium-hero .about-hero-copy .retention-kicker::before,
#page-overview.about-premium-hero .retention-kicker::before,
.pricing-decision-hero > .retention-kicker::before,
.pricing-decision-hero .retention-kicker::before,
#pricing-overview .pricing-decision-hero .retention-kicker::before,
.page-intro-section .page-intro-shell > .retention-kicker::before,
.page-intro-shell > .retention-kicker::before,
#page-overview .page-intro-shell > .retention-kicker::before,
.page-hero-fill .page-intro-shell > .retention-kicker::before,
.legal-hero > .eyebrow::before,
.legal-hero .eyebrow:first-of-type::before{
  content:""!important;
  display:inline-block!important;
  width:9px!important;
  height:9px!important;
  flex:0 0 9px!important;
  border-radius:999px!important;
  background:var(--zatra-red, var(--red, #ed0000))!important;
  box-shadow:0 0 0 5px rgba(237,0,0,.10)!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  position:static!important;
  inset:auto!important;
  transform:none!important;
}

/* Kill any ::after decorators that diverge from home */
.hero.hero-editorial .hero-eyebrow::after,
#top .hero-eyebrow::after,
.about-premium-hero .about-hero-copy > .retention-kicker::after,
.pricing-decision-hero .retention-kicker::after,
.page-intro-shell > .retention-kicker::after{
  content:none!important;
  display:none!important;
}

@media (max-width:980px){
  .hero.hero-editorial .hero-eyebrow,
  #top .hero-eyebrow,
  body.home-page #top .hero-eyebrow,
  .about-premium-hero .about-hero-copy > .retention-kicker,
  #page-overview.about-premium-hero .retention-kicker,
  .pricing-decision-hero .retention-kicker,
  .page-intro-shell > .retention-kicker,
  #page-overview .page-intro-shell > .retention-kicker,
  .legal-hero > .eyebrow{
    font-size:clamp(.62rem,2.55vw,.72rem)!important;
    padding:8px 12px!important;
    margin-left:0!important;
    margin-right:auto!important;
    align-self:flex-start!important;
  }
}
