/* Hero vaccinatie */
.hero-vaccinatie {
  background: linear-gradient(145deg, #e0f2ff, #f0f8ff);
  border-radius: 1rem;
  box-shadow: 0 6px 18px rgba(0, 64, 128, 0.1);
  padding: 2rem 2.5rem;
  margin: 3rem auto;
  max-width: 900px;
}

.hero-content h1 { color: #004080; font-size: 2rem; margin-bottom: 1rem; }
.hero-content h2 { color: #004080; font-size: 1.2rem; margin-bottom: 1rem; }
.hero-content p { font-size: 1rem; line-height: 1.7; color: #374151; }
.hero-content .lees-meer {
  margin-top: 1rem;
  display: inline-block;
  color: #004080;
  background-color: #e6f0ff;
  padding: 0.6rem 0rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
}
.hero-content .lees-meer:hover {
  background-color: #d0e8ff;
  text-decoration: underline;
}