/* TG Vault v156 — remove remaining bright shadow band above service cards */

body.home-page .tgv5-hero,
body.home-page .tgv5-signature-strip{
  overflow:visible!important;
}

/* remove the remaining horizontal bright fade */
body.home-page .tgv5-signature-strip::after,
body.home-page .tgv5-signature-strip::before,
body.home-page .tgv5-hero::after{
  content:none!important;
  display:none!important;
  background:none!important;
  box-shadow:none!important;
}

/* slightly tighten overlap so cards sit cleaner without the glowing band */
body.home-page .tgv5-signature-strip{
  margin-top:-22px!important;
  padding-top:0!important;
}

/* keep cards premium, but avoid a soft white haze on the top edge */
body.home-page .tgv5-signature-item{
  box-shadow:0 14px 34px rgba(22,19,17,.09)!important;
}

@media (max-width:760px){
  body.home-page .tgv5-signature-strip{
    margin-top:-10px!important;
  }
  body.home-page .tgv5-signature-item{
    box-shadow:0 12px 26px rgba(22,19,17,.08)!important;
  }
}
