/* ========== HOME INTRO TEKST ========== */
/* Intro-sectie direct onder de hero */

.home-intro {
  padding: 2rem 0;
}

/* Titel in de intro */
.home-intro .intro-title {
  font-size: clamp(1.4rem, 1.5vw + 0.8rem, 2.3rem);
  color: #004d73;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1rem;
}

/* Lopende tekst in de intro */
.home-intro .intro-text {
  font-size: clamp(1rem, 0.7vw + 0.6rem, 1.2rem);
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
  color: #333;
}
