/* SR Digital theme */
:root{
  --brand: #ff6a00;
  --brand-dark: #d65600;
}
.btn-gradient{
  background: linear-gradient(135deg, var(--brand), #ff9850);
  border: none;
}
.btn-gradient:hover{ filter: brightness(.95); }

.hero-section{
  background: radial-gradient(1200px 600px at 10% 10%, #fff3eb, transparent);
}

.service-card:hover{ transform: translateY(-2px); transition: .2s ease; }

.navbar-brand strong{ letter-spacing: .2px; }

/* Rounded corners aesthetic */
.card, .btn, .form-control, .alert, .service-card, .metric-card, .rounded-4{ border-radius: 1rem !important; }

a{ text-decoration: none; }
a:hover{ text-decoration: underline; }

/* Fix for input not clickable (overlay issue) */
.hero-section form {
  position: relative;
  z-index: 10;
}

.hero-section::before,
.hero-section::after {
  pointer-events: none;
}
