@keyframes pulse-green{0%,100%{box-shadow:0 0 0 0px rgba(123,204,79,0.5)}50%{box-shadow:0 0 0 8px rgba(123,204,79,0)}}.process-card:hover .numero-box{animation:pulse-green 1s ease infinite}.process-card{transition:transform 0.3s ease,border-color 0.3s ease}.process-card:hover{transform:translateY(-6px);border-color:#7BCC4F!important}