
body {
  scroll-behavior: smooth;
}

.hero-img {
  max-height: 380px;
  object-fit: cover;
}

.card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.08);
}

.section-title {
  max-width: 600px;
  margin: 0 auto;
}
