/* Sovora Orange Gradient Enhancements */
.btn-primary {
  background: linear-gradient(90deg, #E64A19 0%, #FF6B35 50%, #FF7043 100%) !important;
  color: white !important;
  box-shadow: 0 14px 30px rgba(230, 74, 25, 0.3) !important;
}
.btn-primary:hover {
  color: #1e293b !important;
  transform: translateY(-3px) !important;
}
.signin {
  background: linear-gradient(90deg, #E64A19 0%, #FF6B35 50%, #FF7043 100%) !important;
  color: white !important;
}
.signin:hover {
  color: #1e293b !important;
}
