.button-ai { background: linear-gradient(to right, #FFC0CB, #9370DB); border: none; border-radius: 50px; color: white; cursor: pointer; display: inline-block; font-size: 16px; font-weight: bold; padding: 10px 20px; text-align: center; text-decoration: none; transition: background 0.3s ease; }
.button-ai:hover { background: linear-gradient(to right, #9370DB, #FFC0CB); }
.button-ai:active { background: linear-gradient(to right, #FFC0CB, #9370DB); transform: scale(0.98); }