/* PC MASTER BD landing contact CTA visibility */
html body.pcmb-custom-landing .pmb-video-highlight-quote .pmb-contact-grid > a.pmb-btn-call{
  background:linear-gradient(135deg,#047857 0%,#16a34a 100%) !important;
  color:#fff !important;
  border:1px solid rgba(4,120,87,.24) !important;
  box-shadow:0 8px 20px rgba(22,163,74,.24) !important;
}
html body.pcmb-custom-landing .pmb-video-highlight-quote .pmb-contact-grid > a.pmb-btn-whatsapp{
  background:linear-gradient(135deg,#16a34a 0%,#10b981 100%) !important;
  color:#fff !important;
  border:1px solid rgba(16,185,129,.24) !important;
  box-shadow:0 8px 20px rgba(16,185,129,.24) !important;
}
html body.pcmb-custom-landing .pmb-video-highlight-quote .pmb-contact-grid > a > span{
  color:#fff !important;
  opacity:1 !important;
  visibility:visible !important;
}
html body.pcmb-custom-landing .pmb-video-highlight-quote .pmb-contact-grid > a:hover{
  filter:brightness(1.04);
  transform:translateY(-1px);
}

/* Solid fallback survives retired Elementor lazy-background suppression. */
html body.pcmb-custom-landing .pmb-video-highlight-quote .pmb-contact-grid > a.pmb-btn-call{
  background-color:#0b8f55 !important;
}
html body.pcmb-custom-landing .pmb-video-highlight-quote .pmb-contact-grid > a.pmb-btn-whatsapp{
  background-color:#12a96b !important;
}
