/* DRUK R5.14 — CLICKABLE HERO COPY, NO ARROW
   The localized eyebrow + two-line headline plate itself is the CTA.
   No separate arrow/button is rendered. Layout, image crop and slider controls are unchanged. */
body.v83-home .vh-copy-click-target{
  display:block!important;
  width:fit-content!important;
  max-width:100%!important;
  color:inherit!important;
  text-decoration:none!important;
  cursor:pointer!important;
  -webkit-tap-highlight-color:rgba(45,212,191,.14);
}
body.v83-home .vh-copy-click-target .vh-copy-arrow{
  display:none!important;
}
body.v83-home .vh-copy-click-target::before{
  transition:background .2s ease,border-color .2s ease,box-shadow .2s ease!important;
}
@media (hover:hover){
  body.v83-home .vh-copy-click-target:hover::before{
    background:linear-gradient(105deg,
      rgba(4,20,36,.72) 0%,
      rgba(4,20,36,.58) 58%,
      rgba(4,20,36,.23) 84%,
      rgba(4,20,36,0) 100%)!important;
    border-color:rgba(45,212,191,.34)!important;
    box-shadow:0 14px 34px rgba(0,0,0,.20)!important;
  }
}
body.v83-home .vh-copy-click-target:focus-visible{
  outline:2px solid #5eead4!important;
  outline-offset:7px!important;
  border-radius:14px!important;
}
