/* Extra custom styles */
.btn-gradient {
  background: linear-gradient(90deg, #0b4f77, #b38b00);
}
.card-shadow { box-shadow: 0 10px 25px rgba(11,36,51,0.12); }
.hero-overlay { background: linear-gradient(180deg, rgba(11,36,51,0.25), rgba(179,139,0,0.06)); }
