:root{
  --brand: #0d6efd;
}

body {
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  background-color: #fff;
  color: #222;
}

.hero {
  background: linear-gradient(180deg, rgba(13,110,253,0.08), rgba(13,110,253,0.02));
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.card { border: none; border-radius: 12px; }

footer a { text-decoration: none; }

@media (min-width: 992px) {
  .hero .display-5 { font-size: 2.5rem; }
}
