/* =========================================================
   HOMEPAGE BACKGROUND IMAGE - veilige versie
   Alleen achtergrond, geen layout-wijzigingen
   ========================================================= */

html,
body {
  min-height: 100%;
}

body {
  background:
    linear-gradient(
      rgba(255, 248, 225, 0.42),
      rgba(255, 253, 245, 0.48)
    ),
    url('/assets/home-bg.png') center center / cover no-repeat fixed !important;
}

/* Vorige blur/overlay-lagen uitschakelen */
body::before,
body::after {
  content: none !important;
  display: none !important;
}

/* Zorg dat de bestaande homepage-layout normaal blijft */
.wrap {
  position: relative;
  z-index: 1;
}

/* Header mag licht transparant zijn, maar layout blijft hetzelfde */
header {
  background: rgba(255, 255, 255, 0.92) !important;
}

/* Belangrijk: hero mag GEEN witte kaart worden */
.hero {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

/* Secties blijven netjes leesbaar */
.section {
  background: rgba(255, 255, 255, 0.92) !important;
}
