/* Fix white dot/outline on hero-cta--primary button in hero section */
.hero-cta--primary:focus, .hero-cta--primary:active {
  outline: none !important;
  box-shadow: none !important;
}
.hero-cta--primary::after, .hero-cta--primary::before {
  content: none !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

/* Remove focus ring for all .hero-cta buttons (if needed) */
.hero-cta:focus {
  outline: none !important;
  box-shadow: none !important;
}
