/* duurzaam-waterbodembeheer.nl — beeldtaal van de Mudtrap-rollups v2/v3
   Kleuren en typografie exact uit maak_rollups_v2.py (MHW-huisstijl). */

@font-face {
  font-family: 'Poppins';
  src: url('/assets/poppins-regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/assets/poppins-medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('/assets/poppins-bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}

:root {
  --mhw-blauw: #21409d;
  --mhw-blauw-licht: #e8edf8;
  --taupe: #786d60;
  --inkt: #1a222b;
  --grijs: #5a6472;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Poppins', system-ui, sans-serif;
  color: var(--inkt);
  background: #fff;
  line-height: 1.55;
  font-size: 1.0625rem;
}

.wrap { max-width: 1040px; margin: 0 auto; padding: 0 1.25rem; }

sup { font-size: .55em; line-height: 0; }

h1, h2, h3 { line-height: 1.15; }
h2 { font-size: 1.9rem; font-weight: 700; }
a { color: var(--mhw-blauw); }
a:focus-visible { outline: 3px solid var(--mhw-blauw); outline-offset: 2px; }

/* ── Kopbalk ─────────────────────────────────────────────────────── */
.site-kop { border-bottom: 1px solid var(--mhw-blauw-licht); padding: 1.1rem 0; }
.kop-rij, .voet-afzender {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; flex-wrap: wrap;
}
.mhw-logo { height: 54px; width: auto; }
.afzender-merk { display: flex; align-items: center; gap: .8rem; }
.afzender-merk img { width: 56px; height: auto; }
.merknaam { display: block; font-weight: 700; font-size: 1.35rem; color: var(--taupe); line-height: 1.1; }
.merksub { display: block; font-size: .8rem; color: var(--grijs); }

/* ── Hero ────────────────────────────────────────────────────────── */
.hero { padding: 3.5rem 0 2.5rem; }
.hero h1 { font-size: clamp(2.2rem, 6vw, 3.6rem); font-weight: 700; }
.hero h1 .blauw { color: var(--mhw-blauw); font-weight: 500; }
.hero .intro { max-width: 46rem; margin: 1.5rem 0 2.2rem; font-size: 1.2rem; }
.hero-beeld img { width: 100%; height: auto; display: block; }
.hero-beeld figcaption, .stap-beeld figcaption {
  color: var(--grijs); font-weight: 500; font-size: .95rem; margin-top: .6rem;
}

/* ── Stappen ─────────────────────────────────────────────────────── */
.stappen { padding: 3rem 0; }
.subkop { color: var(--mhw-blauw); font-weight: 500; font-size: 1.25rem; margin: .2rem 0 2.5rem; }
.stap {
  display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem;
  align-items: center; margin-bottom: 3rem;
}
.stap-omgekeerd .stap-tekst { order: 1; }
.stap-omgekeerd .stap-beeld { order: 2; }
.stap-breed { grid-template-columns: 1fr; }
.stap-kop { display: flex; align-items: baseline; gap: 1rem; margin-bottom: .8rem; }
.stap-nr { font-size: 4.2rem; font-weight: 700; color: var(--mhw-blauw); line-height: 1; }
.stap-kop h3 { font-size: 1.6rem; }
.stap-beeld img { width: 100%; height: auto; display: block; }
.stap-beeld img + img { margin-top: .5rem; }

.resultaat {
  background: var(--mhw-blauw); color: #fff; font-weight: 700;
  font-size: 1.2rem; padding: 1.4rem 1.8rem; border-radius: 14px;
}

/* ── Voordelen ───────────────────────────────────────────────────── */
.voordelen { padding: 1rem 0 2.5rem; }
.voordelen h2 { margin-bottom: 1.4rem; }
.voordelen ul { list-style: none; }
.voordelen li {
  border-left: 10px solid var(--mhw-blauw);
  padding: .35rem 0 .35rem 1.1rem; margin-bottom: 1.1rem;
  font-weight: 500; font-size: 1.15rem;
}

/* ── Bewezen in de praktijk ──────────────────────────────────────── */
.praktijk { padding: 1rem 0 3rem; }
.praktijk-vak { background: var(--mhw-blauw-licht); border-radius: 14px; padding: 2rem 2.2rem; }
.praktijk-vak h2 { color: var(--mhw-blauw); font-size: 1.5rem; margin-bottom: 1.2rem; }
.praktijk-vak ul { list-style: none; }
.praktijk-vak li {
  border-left: 8px solid var(--mhw-blauw);
  padding-left: 1rem; margin-bottom: 1.1rem;
}
.praktijk-vak li:last-child { margin-bottom: 0; }

/* ── Afsluiting ──────────────────────────────────────────────────── */
.afsluiting { padding: 1rem 0 3.5rem; }
.afsluiting-rij { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; }
.afsluiting h2 { font-size: 1.5rem; margin-bottom: .8rem; }
.cta p { margin-bottom: 1.2rem; }
.knop {
  display: inline-block; background: var(--mhw-blauw); color: #fff;
  font-weight: 700; text-decoration: none; padding: .9rem 1.8rem;
  border-radius: 10px;
}
.knop:hover, .knop:focus-visible { background: #182f75; }
.contact-naam { font-weight: 700; }
.contact a { color: var(--inkt); }

/* ── Voet ────────────────────────────────────────────────────────── */
.site-voet { border-top: 1px solid var(--mhw-blauw-licht); }
.voet-afzender { padding: 1.6rem 1.25rem; }
.voet-afzender .mhw-logo { height: 47px; }
.voet-afzender .afzender-merk img { width: 48px; }
.voetband { background: var(--mhw-blauw); color: #fff; padding: 1.6rem 0; }
.voetband .wrap { display: flex; flex-direction: column; gap: .3rem; align-items: center; text-align: center; }
.voet-domein { font-weight: 700; font-size: 1.4rem; }
.voet-sub { opacity: .85; }
.voet-sub a { color: #fff; }

/* ── Mobiel ──────────────────────────────────────────────────────── */
@media (max-width: 720px) {
  .stap, .afsluiting-rij { grid-template-columns: 1fr; gap: 1.2rem; }
  .stap-omgekeerd .stap-tekst { order: 0; }
  .stap { margin-bottom: 2.4rem; }
  .mhw-logo { height: 44px; }
  .hero { padding: 2.2rem 0 1.8rem; }
  .praktijk-vak { padding: 1.4rem 1.2rem; }
  .voet-domein { font-size: 1.02rem; }
}
