:root {
  --appointment-cta-gold: #B8962E;
  --appointment-cta-gold-hover: #A3841F;
  --appointment-cta-shadow: 0 6px 20px rgba(184, 150, 46, 0.34);
  --appointment-cta-shadow-hover: 0 8px 26px rgba(184, 150, 46, 0.46);
}

a[href*="/agendar"].nav-cta,
a[href*="/agendar"].topbar-cta,
a[href*="/agendar"].nav-drawer-cta,
a[href*="/agendar"].btn-primary,
a[href*="/agendar"].cta-hero,
a[href*="/agendar"].btn-cta,
a[href*="/agendar"].btn-gold,
a[href*="/agendar"][data-track="cta_primary"],
.sticky-mobile-cta a[href*="/agendar"] {
  background: var(--appointment-cta-gold) !important;
  border-color: var(--appointment-cta-gold) !important;
  color: #fff !important;
  box-shadow: var(--appointment-cta-shadow) !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}

a[href*="/agendar"].nav-cta:hover,
a[href*="/agendar"].topbar-cta:hover,
a[href*="/agendar"].nav-drawer-cta:hover,
a[href*="/agendar"].btn-primary:hover,
a[href*="/agendar"].cta-hero:hover,
a[href*="/agendar"].btn-cta:hover,
a[href*="/agendar"].btn-gold:hover,
a[href*="/agendar"][data-track="cta_primary"]:hover,
.sticky-mobile-cta a[href*="/agendar"]:hover {
  background: var(--appointment-cta-gold-hover) !important;
  border-color: var(--appointment-cta-gold-hover) !important;
  color: #fff !important;
  box-shadow: var(--appointment-cta-shadow-hover) !important;
}
