.button-ai { background-color: orange; color: white; transition: background-color 0.3s; }
.button-ai:hover { background-color: darkorange; }