body { font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; }
.hero {
  min-height: 60vh;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #eef2ff, #e0f7fa);
}
.card img { object-fit: cover; height: 180px; }
.footer-links a { text-decoration: none; }
