/* Force the fixed CTA to be visible from the start */
#fixed-cta{
  opacity: 1 !important;
  pointer-events: auto !important;
  transition: none !important; /* remove fade-in delay if any */
}
