/* 1) Webflow badge kill (veilig, gericht) */
.w-webflow-badge,
.webflow-badge,
a[href*="webflow.com"][class*="badge"],
a[href*="webflow.com"] img[alt*="Webflow"],
a[href*="webflow.com"] svg {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* 2) Site-wide donkerblauw gelijk trekken met "accent" (Webflow: #192024) */
html, body, .body {
  background-color: #192024 !important;
}

/* 3) Sections standaard NIET meer wit/grijs */
.section,
.footer,
.footer.center {
  background-color: #192024 !important;
  border-top: 0 !important;
}

/* 4) Het blok dat wit mag blijven (jij zei: “Mission … mag wit blijven”) */
.section .container.w-container,
.section .w-container {
  background-color: transparent !important;
}

/* 5) Footer icons (LinkedIn/Mail) wit maken zonder andere images te slopen */
.footer-link-wrapper .info-icon {
  filter: brightness(0) invert(1) !important;
}

/* 6) Tekst wit op de donkerblauwe delen */
.section,
.footer,
.footer.center {
  color: rgba(255,255,255,0.92) !important;
}

.section h1, .section h2, .section h3, .section h4, .section h5, .section h6,
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6,
.section p, .footer p,
.section a, .footer a,
.section .section-heading, .section .section-subheading,
.footer .section-heading, .footer .section-subheading,
.section .text-block, .section .text-block-2, .section .text-block-3,
.footer .footer-text {
  color: rgba(255,255,255,0.92) !important;
}

/* Links iets “gouder”/licht (mag ook gewoon wit blijven) */
.section a, .footer a {
  color: rgba(244,195,106,0.95) !important;
}

/* 7) Maar het witte Mission-vlak moet donker blijven (tekst zwart/donker) */
.section .container.w-container,
.section .w-container {
  color: #111 !important;
}

.section .container.w-container h1,
.section .container.w-container h2,
.section .container.w-container h3,
.section .container.w-container p,
.section .container.w-container a,
.section .w-container h1,
.section .w-container h2,
.section .w-container h3,
.section .w-container p,
.section .w-container a {
  color: #111 !important;
}
