.blink-cta { animation: blinkButton 1s infinite; } @keyframes blinkButton { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }