/* Minor custom styles to complement Tailwind */
body { font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; }
.hero-bg {
  background: linear-gradient(180deg, rgba(7,17,51,0.88) 0%, rgba(6,17,34,0.82) 100%), url('assets/img/team.svg');
  background-size: cover;
  background-position: center;
}
.card-gradient {
  background: linear-gradient(180deg, rgba(14,230,200,0.06), rgba(11,116,222,0.02));
  border: 1px solid rgba(15,25,36,0.06);
}