@keyframes subtle-pulse{0%,to{transform:scale(1);box-shadow:0 0 40px rgba(255,0,169,.4)}50%{transform:scale(1.02);box-shadow:0 0 50px rgba(255,0,169,.6)}}@keyframes success-bounce{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes check-mark{0%{transform:scale(0) rotate(-45deg);opacity:0}50%{transform:scale(1.2) rotate(0deg);opacity:1}to{transform:scale(1) rotate(0deg);opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-subtle-pulse{animation:subtle-pulse 3s ease-in-out infinite}.animate-success-bounce{animation:success-bounce .6s ease-out}.animate-check-mark{animation:check-mark .5s ease-out}.animate-fade-in{animation:fade-in .3s ease-out}.cta-button-enhanced{padding:20px 32px!important;min-height:70px!important;font-size:1.25rem!important;transition:all .3s ease-out}.cta-button-enhanced:hover{filter:brightness(1.1);transform:scale(1.05);box-shadow:0 0 50px rgba(255,0,169,.5)}.cta-button-enhanced:active{transform:scale(.95)}@media (max-width:640px){.cta-button-enhanced{min-height:60px!important}}