.cta-button{display:inline-flex;align-items:center;margin-top:15px}.cta-text{padding:8px 16px;background-color:#40B983;color:#000;border-radius:999px;text-decoration:none;font-size:16px;font-weight:500;transition:color 0.3s ease,background-color 0.3s ease,border-color 0.3s ease;cursor:pointer}@keyframes bounce{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}.cta-text:hover{animation:bounce 0.4s ease forwards;background-color:#40B983;color:#fff;border-color:#40B983}.cta-icon{width:42px;height:42px;background-color:#40B983;color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700}