/* Professional lower-home section labels.
   Loaded after the legacy inline homepage styles so these labels render consistently. */
html body.home .home-lower-section .home-section-kicker{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:9px!important;
  width:auto!important;
  max-width:100%!important;
  min-height:30px!important;
  margin:0 0 14px!important;
  padding:7px 12px 7px 10px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.22)!important;
  background:rgba(255,255,255,.12)!important;
  color:rgba(255,255,255,.88)!important;
  box-shadow:0 10px 24px rgba(5,6,10,.12)!important;
  font-size:.68rem!important;
  font-weight:950!important;
  letter-spacing:.12em!important;
  line-height:1!important;
  text-transform:uppercase!important;
}

html body.home .home-lower-section .home-section-kicker::before{
  content:""!important;
  display:inline-block!important;
  width:8px!important;
  height:8px!important;
  border-radius:999px!important;
  background:#e4197e!important;
  box-shadow:0 0 0 4px rgba(228,25,126,.15)!important;
  flex:0 0 auto!important;
}

html body.home .home-compare-preview .home-section-kicker,
html body.home .home-deals-strip .home-section-kicker,
html body.home .home-faq-panel .home-section-kicker{
  border-color:rgba(13,27,62,.11)!important;
  background:#fff!important;
  color:#0d1b3e!important;
  box-shadow:0 10px 24px rgba(13,27,62,.08)!important;
}

html body.home .home-compare-preview .home-section-kicker::before{
  background:#1e4bd4!important;
  box-shadow:0 0 0 4px rgba(30,75,212,.13)!important;
}

html body.home .home-methodology-panel .home-section-kicker::before{
  background:#7a22d4!important;
  box-shadow:0 0 0 4px rgba(122,34,212,.22)!important;
}

html body.home .home-deals-strip .home-section-kicker::before{
  background:#e4197e!important;
  box-shadow:0 0 0 4px rgba(228,25,126,.13)!important;
}

html body.home .home-loveintel-inline .home-section-kicker::before{
  background:#fff!important;
  box-shadow:0 0 0 4px rgba(255,255,255,.16)!important;
}

html body.home .home-faq-panel .home-section-kicker::before{
  background:#0d1b3e!important;
  box-shadow:0 0 0 4px rgba(13,27,62,.12)!important;
}

@media(max-width:640px){
  html body.home .home-lower-section .home-section-kicker{
    min-height:28px!important;
    padding:7px 10px 7px 9px!important;
    font-size:.62rem!important;
    letter-spacing:.1em!important;
    white-space:normal!important;
  }
}
