.t-btn:hover {
  transform: scale(1.05);
  background-color: #B58B3E; /* более тёмное золото */
  transition: 0.3s;
}
