@keyframes subtleAnimation{0%,100%{transform:scale(1);border-color:rgba(255,255,255,0.2)}50%{transform:scale(1.02);border-color:rgba(255,255,255,0.5)}}.callaction_suscriber{border-radius:1rem;padding:2rem;box-shadow:0 10px 20px rgba(0,0,0,0.3);background-color:#000;color:#fff;border:2px solid rgba(255,255,255,0.2);animation:subtleAnimation 5s ease-in-out infinite;transition:transform 0.3s ease,box-shadow 0.3s ease}.callaction_suscriber:hover{transform:scale(1.05);box-shadow:0 15px 30px rgba(0,0,0,0.5)}.celebrationMessage{text-align:center;padding:1rem;border-radius:1rem;color:#fff;animation:fadeIn 1s ease-in-out}.progressSection .progressBarSubs{height:20px;background-color:#007bff}@media (max-width:576px){.callaction_suscriber{padding:1rem;border-radius:0.5rem}.celebrationMessage h2{font-size:1.2rem;line-height:1.4}.btn-group .btn{font-size:0.9rem;padding:0.5rem 0.75rem}.progressSection .progressBarSubs{height:15px}.progressSection p{font-size:0.9rem}}