/* v1135Z — Final hardfix for rebuilt Visa Requirements country pages.
   Scope: US, Canada, Australia, India, China pages.
   Purpose: force smaller hero title, remove any residual sticky bottom CTA,
   and restore strong contrast in the final dark CTA box after later patches. */

body.vge-country-guide-v1135R .vge-country-hero-copy-v1135R h1{
  font-size:clamp(34px, 2.65vw, 54px) !important;
  line-height:1.07 !important;
  letter-spacing:-.045em !important;
  max-width:760px !important;
}

body.vge-country-guide-v1135R .ads-sticky-cta.vge-country-sticky-cta-v1135R,
body.vge-country-guide-v1135R .vge-country-sticky-cta-v1135R{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  height:0 !important;
  min-height:0 !important;
  max-height:0 !important;
  overflow:hidden !important;
  pointer-events:none !important;
}

body.vge-country-guide-v1135R .vge-country-final-cta-v1135R{
  background:linear-gradient(135deg,#0b244b 0%,#073544 100%) !important;
}

body.vge-country-guide-v1135R .vge-country-final-cta-v1135R h2{
  color:#ffffff !important;
  text-shadow:0 1px 0 rgba(0,0,0,.18) !important;
}

body.vge-country-guide-v1135R .vge-country-final-cta-v1135R p{
  color:#eaf3ff !important;
  opacity:1 !important;
  filter:none !important;
  text-shadow:0 1px 0 rgba(0,0,0,.16) !important;
}

body.vge-country-guide-v1135R .vge-country-final-cta-v1135R .btn.secondary{
  color:#071a38 !important;
  background:#ffffff !important;
  border-color:rgba(255,255,255,.72) !important;
  box-shadow:0 10px 24px rgba(0,0,0,.16) !important;
}

@media (max-width:760px){
  body.vge-country-guide-v1135R .vge-country-hero-copy-v1135R h1{
    font-size:clamp(30px, 7.4vw, 42px) !important;
    line-height:1.08 !important;
    letter-spacing:-.04em !important;
  }
}
