body {
  font-family: 'Inter', sans-serif;
  scroll-behavior: smooth;
}

.hero {
  background: url('../images/hero-bg.jpg') center/cover no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero h1, .hero p {
  text-shadow: 0 3px 8px rgba(0,0,0,0.6);
}

.navbar-brand img {
  vertical-align: middle;
}

footer {
  font-size: 0.9rem;
}

.card img {
  height: 220px;
  object-fit: cover;
}
