/* Reusable Button Styles */
.btn-gold {
  background: linear-gradient(135deg, #D4A017 0%, #B5860F 100%);
  color: #0F1F19;
  font-weight: 700;
  transition: all 0.3s ease;
}

.btn-gold:hover {
  box-shadow: 0 0 25px rgba(212, 160, 23, 0.4);
}

.btn-whatsapp {
  background-color: #16A34A;
  color: #FFFFFF;
  font-weight: 700;
  transition: all 0.3s ease;
}

.btn-whatsapp:hover {
  background-color: #15803D;
}
