@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-5px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-3px,0)}90%{transform:translate3d(0,-2px,0)}}@keyframes glow{0%{box-shadow:0 0 5px rgba(139,92,246,.5)}to{box-shadow:0 0 20px rgba(139,92,246,.8),0 0 30px rgba(139,92,246,.6)}}.animate-slide-up{animation:slideUp .5s ease-out}.animate-pulse{animation:pulse 2s infinite}.animate-bounce-subtle{animation:bounce 2s infinite}.animate-glow{animation:glow 2s ease-in-out infinite alternate}.k2s-banner:hover{transform:scale(1.02);transition:transform .2s ease-in-out}.k2s-hero:hover{transform:translateY(-2px);transition:transform .3s ease-in-out}.k2s-conversion:hover{border-color:rgba(139,92,246,.6);transition:border-color .3s ease-in-out}