/* ============================================================
   Regenplan.nl — concept site
   Quatt-design · Coolblue-persoonlijkheid · Apple/Tesla-service
   ============================================================ */

:root {
  --ink: #1A2528;          /* nacht-antraciet */
  --ink-2: #21333A;
  --ink-3: #2A4048;
  --green: #1E5C4A;        /* diep watergroen */
  --green-deep: #16463A;
  --green-soft: #E4EEE9;
  --mist: #C4D4DC;         /* regengrijs-blauw */
  --mist-soft: #E9F0F3;
  --paper: #F8F8F4;        /* warm gebroken wit */
  --amber: #C4914A;        /* nat zand */
  --amber-soft: #F3E8D8;
  --text: #1A1A1A;
  --muted: #5A6A6E;
  --line: rgba(26, 37, 40, .10);
  --line-dark: rgba(248, 248, 244, .14);

  --font-display: "Plus Jakarta Sans", sans-serif;
  --font-body: "Instrument Sans", system-ui, sans-serif;

  --topbar-h: 38px;
  --header-h: 76px;

  --radius: 20px;
  --radius-sm: 12px;
  --shadow: 0 2px 6px rgba(26,37,40,.05), 0 18px 44px rgba(26,37,40,.09);
  --shadow-lift: 0 2px 6px rgba(26,37,40,.05), 0 16px 32px rgba(26,37,40,.08);

  --ease: cubic-bezier(.22,.8,.3,1);

  /* subtiel regenpatroon: dunne diagonale streepjes (~ -10°), als repeterend SVG-tile */
  --rain-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='36'%3E%3Cg stroke='%231A2528' stroke-width='1' stroke-linecap='round' opacity='.05'%3E%3Cline x1='7' y1='4' x2='5' y2='14'/%3E%3Cline x1='21' y1='20' x2='19' y2='30'/%3E%3C/g%3E%3C/svg%3E");
  --rain-dark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='36'%3E%3Cg stroke='%23C4D4DC' stroke-width='1' stroke-linecap='round' opacity='.06'%3E%3Cline x1='7' y1='4' x2='5' y2='14'/%3E%3Cline x1='21' y1='20' x2='19' y2='30'/%3E%3C/g%3E%3C/svg%3E");
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  color: var(--text);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; cursor: pointer; }
::selection { background: var(--green); color: #fff; }

h1, h2, h3, .display {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: var(--ink);
}
h1 { font-size: clamp(2.5rem, 5.6vw, 4.4rem); font-weight: 800; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
h3 { font-size: 1.25rem; line-height: 1.3; }

.container { width: min(1180px, 100% - 48px); margin-inline: auto; }
.container--narrow { width: min(880px, 100% - 48px); margin-inline: auto; }

section { position: relative; }
.section { padding: clamp(72px, 9vw, 130px) 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .82rem; font-weight: 600; letter-spacing: .14em;
  text-transform: uppercase; color: var(--green);
  margin-bottom: 18px;
}
.eyebrow::before {
  content: ""; width: 9px; height: 12px; flex: none;
  background: var(--amber);
  clip-path: path("M4.5 0C4.5 0 9 5.5 9 8.5C9 10.4 7 12 4.5 12C2 12 0 10.4 0 8.5C0 5.5 4.5 0 4.5 0Z");
}
.dark .eyebrow { color: var(--mist); }

.lead { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--muted); max-width: 56ch; }
.dark .lead { color: rgba(248,248,244,.72); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 30px; border-radius: 999px; border: 0;
  font-weight: 600; font-size: 1rem; text-decoration: none;
  transition: transform .18s var(--ease), box-shadow .18s var(--ease), background .18s var(--ease), color .18s;
  will-change: transform;
}
.btn:active { transform: scale(.97); }
.btn svg { transition: transform .18s var(--ease); }
.btn:hover svg { transform: translateX(4px); }

.btn--primary { background: var(--green); color: #fff; box-shadow: 0 10px 26px rgba(30,92,74,.32); }
.btn--primary:hover { background: var(--green-deep); transform: translateY(-2px); box-shadow: 0 16px 34px rgba(30,92,74,.4); }

/* op donkere achtergronden wordt de primary hover juist lichter (contrast behouden) */
.hero .btn--primary:hover,
.page-hero .btn--primary:hover,
.minicalc .btn--primary:hover,
.cases .btn--primary:hover,
.capture .btn--primary:hover,
.cta-band .btn--primary:hover,
.section--dark .btn--primary:hover,
.price-card--featured .btn--primary:hover {
  background: #2A7A63;
  box-shadow: 0 16px 38px rgba(42,122,99,.5), 0 0 0 1px rgba(255,255,255,.06);
}

.btn--ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.45); }
.btn--ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); transform: translateY(-2px); }

.btn--ink { background: var(--ink); color: #fff; }
.btn--ink:hover { background: var(--ink-3); transform: translateY(-2px); }

.btn--light { background: #fff; color: var(--ink); }
.btn--light:hover { transform: translateY(-2px); box-shadow: var(--shadow); }

.btn--lg { padding: 19px 38px; font-size: 1.06rem; }
.btn--sm { padding: 11px 22px; font-size: .92rem; }

.btn-note { font-size: .86rem; color: var(--muted); margin-top: 14px; }
.btn-note--light { color: rgba(248,248,244,.62); }

/* ---------- Topbar + nav ---------- */
.topbar {
  background: transparent; color: rgba(248,248,244,.78);
  font-size: .8rem; min-height: var(--topbar-h);
  display: flex; align-items: center;
  position: relative; z-index: 60;
  border-bottom: 1px solid rgba(248,248,244,.08);
}
.topbar .container { width: min(1180px, 100% - 48px); }
.topbar .container { display: flex; justify-content: space-between; gap: 16px; }
.topbar-items { display: flex; gap: 26px; list-style: none; }
.topbar-items li { display: flex; align-items: center; gap: 7px; white-space: nowrap; }
.topbar-items .star { color: var(--amber); }
.topbar a { color: inherit; text-decoration: none; font-weight: 600; }
.topbar a:hover { color: #fff; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  transition: background .3s var(--ease), box-shadow .3s var(--ease);
  background: transparent;
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  padding-block: 18px; gap: 24px;
}
.site-header.is-scrolled { background: rgba(248,248,244,.92); backdrop-filter: blur(14px); box-shadow: 0 1px 0 var(--line); }

.logo { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.logo-mark { width: 26px; height: 32px; }
.logo-word { font-family: var(--font-display); font-weight: 800; font-size: 1.22rem; letter-spacing: -0.02em; color: var(--ink); }
.logo-word span { color: var(--green); }

/* hero is dark → light logo/nav until scrolled */
.on-hero .logo-word { color: #fff; }
.on-hero .logo-word span { color: var(--mist); }
.on-hero .nav-list a { color: rgba(248,248,244,.85); }
.on-hero .nav-list a:hover { color: #fff; }
.site-header.is-scrolled .logo-word { color: var(--ink); }
.site-header.is-scrolled .logo-word span { color: var(--green); }
.site-header.is-scrolled .nav-list a { color: var(--ink); }

.nav-list { display: flex; gap: 30px; list-style: none; }
.nav-list a {
  text-decoration: none; font-weight: 500; font-size: .95rem; color: var(--ink);
  position: relative; padding-block: 6px;
}
.nav-list a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 100%;
  background: var(--amber); transform: scaleX(0); transform-origin: left;
  transition: transform .25s var(--ease);
}
.nav-list a:hover::after { transform: scaleX(1); }

.nav-cta { flex: none; }
.menu-btn { display: none; background: none; border: 0; width: 44px; height: 44px; }
.menu-btn span { display: block; height: 2px; width: 24px; margin: 5px auto; background: currentColor; transition: .25s var(--ease); }
.on-hero .menu-btn { color: #fff; }
.site-header.is-scrolled .menu-btn { color: var(--ink); }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: clip;
  background:
    radial-gradient(1100px 600px at 78% -10%, rgba(196,212,220,.16), transparent 60%),
    radial-gradient(900px 700px at 12% 110%, rgba(30,92,74,.5), transparent 55%),
    linear-gradient(165deg, #16242B 0%, #1A2C2E 45%, #173B33 100%);
  color: #fff;
  /* topbar + header overlappen de hero: alles samen is exact 100vh */
  margin-top: calc(-1 * (var(--topbar-h) + var(--header-h)));
  padding-top: calc(var(--topbar-h) + var(--header-h));
  min-height: 100vh;
  min-height: 100svh;
  display: flex; flex-direction: column;
}
.hero-inner { position: relative; z-index: 2; margin-block: auto; padding: clamp(40px, 6vh, 80px) 0 clamp(60px, 8vh, 110px); }
.hero h1 { color: #fff; max-width: 13ch; }
.hero .lead { color: rgba(248,248,244,.78); margin-top: 26px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 40px; }
.hero-chip {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: .85rem; font-weight: 600; letter-spacing: .04em;
  color: var(--mist); background: rgba(196,212,220,.12);
  border: 1px solid rgba(196,212,220,.25);
  padding: 8px 16px; border-radius: 999px; margin-bottom: 28px;
}
.hero-chip::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--amber); animation: pulse 2.4s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; transform: scale(1);} 50% { opacity: .45; transform: scale(.8);} }

#rain { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 1; pointer-events: none; opacity: .55; }

.hero-stat {
  position: absolute; right: 4vw; bottom: 56px; z-index: 3;
  background: rgba(26,37,40,.55); backdrop-filter: blur(12px);
  border: 1px solid rgba(196,212,220,.22);
  border-radius: var(--radius); padding: 22px 26px; max-width: 280px;
}
.hero-stat strong { font-family: var(--font-display); font-size: 1.9rem; font-weight: 800; color: #fff; display: block; }
.hero-stat span { font-size: .88rem; color: rgba(248,248,244,.7); line-height: 1.5; display: block; margin-top: 4px; }

.scroll-hint {
  position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); z-index: 3;
  width: 26px; height: 42px; border: 1.5px solid rgba(248,248,244,.4); border-radius: 999px;
}
.scroll-hint::after {
  content: ""; position: absolute; left: 50%; top: 8px; width: 4px; height: 8px;
  border-radius: 4px; background: var(--amber); transform: translateX(-50%);
  animation: drip 1.8s var(--ease) infinite;
}
@keyframes drip { 0% { top: 8px; opacity: 0;} 25% { opacity: 1;} 75% { top: 24px; opacity: 1;} 100% { top: 26px; opacity: 0;} }

/* wave divider */
.wave { display: block; width: 100%; height: 70px; color: var(--paper); }
.wave--ink { color: var(--ink); }
.wave--paper { color: var(--paper); }

/* ---------- Reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); transition-delay: var(--d, 0s); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .chip[aria-pressed="true"] { animation: none; }
}

/* ---------- Mini-calculator (dark band) ---------- */
.minicalc { background: var(--ink); color: #fff; }
.minicalc h2 { color: #fff; }
.minicalc-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 6vw, 90px); align-items: center; margin-top: 56px; }

.field { margin-bottom: 34px; }
.field-label { display: flex; justify-content: space-between; align-items: baseline; font-weight: 600; margin-bottom: 14px; font-size: .98rem; }
.field-label output { font-family: var(--font-display); font-weight: 700; color: var(--mist); font-size: 1.05rem; }

input[type="range"] {
  -webkit-appearance: none; appearance: none; width: 100%; height: 6px; border-radius: 6px;
  background: linear-gradient(to right, var(--amber) 0%, var(--amber) var(--p, 40%), rgba(196,212,220,.25) var(--p, 40%));
  outline: none;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; width: 26px; height: 26px; border-radius: 50%;
  background: #fff; border: 3px solid var(--amber); cursor: grab;
  box-shadow: 0 4px 14px rgba(0,0,0,.35); transition: transform .15s var(--ease);
}
input[type="range"]::-webkit-slider-thumb:hover { transform: scale(1.12); }
input[type="range"]::-moz-range-thumb {
  width: 26px; height: 26px; border-radius: 50%;
  background: #fff; border: 3px solid var(--amber); cursor: grab;
}

.stepper { display: inline-flex; align-items: center; gap: 0; border: 1.5px solid rgba(196,212,220,.3); border-radius: 999px; overflow: hidden; }
.stepper button {
  width: 48px; height: 48px; background: none; border: 0; color: #fff; font-size: 1.3rem; font-weight: 600;
  transition: background .15s;
}
.stepper button:hover { background: rgba(196,212,220,.14); }
.stepper output { width: 56px; text-align: center; font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; }

.chips { display: flex; flex-wrap: wrap; gap: 12px; }
.chip {
  border: 1.5px solid rgba(196,212,220,.3); background: transparent; color: rgba(248,248,244,.85);
  padding: 12px 22px; border-radius: 999px; font-weight: 600; font-size: .95rem;
  display: inline-flex; align-items: center; gap: 9px;
  transition: all .18s var(--ease);
}
.chip:hover { border-color: var(--mist); transform: translateY(-1px); }
.chip[aria-pressed="true"] { background: var(--green); border-color: var(--green); color: #fff; animation: chipPop .22s var(--ease); }
@keyframes chipPop { from { transform: scale(.97); } to { transform: scale(1); } }

.calc-result {
  background: linear-gradient(160deg, var(--ink-2), var(--ink-3));
  border: 1px solid rgba(196,212,220,.18); border-radius: calc(var(--radius) + 6px);
  padding: clamp(30px, 4vw, 46px); position: relative; overflow: hidden;
}
.calc-result::after {
  content: ""; position: absolute; inset: auto -30% -55% -30%; height: 70%;
  background: radial-gradient(ellipse at center, rgba(30,92,74,.5), transparent 70%);
  pointer-events: none;
}
.calc-result-label { font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(248,248,244,.55); font-weight: 600; }
.calc-result-big {
  font-family: var(--font-display); font-weight: 800; color: #fff;
  font-size: clamp(2.4rem, 4.4vw, 3.6rem); line-height: 1.05; margin: 8px 0 4px;
  font-variant-numeric: tabular-nums; white-space: nowrap;
}
.calc-result-big em { font-style: normal; color: var(--amber); font-size: .82em; }
.calc-result-sub { color: rgba(248,248,244,.66); font-size: .95rem; }
.calc-result hr { border: 0; border-top: 1px solid rgba(196,212,220,.15); margin: 26px 0; }
.calc-result .btn { position: relative; z-index: 2; width: 100%; margin-top: 6px; }
.calc-note { font-size: .8rem; color: rgba(248,248,244,.45); margin-top: 16px; position: relative; z-index: 2; }

/* ---------- Trust strip ---------- */
.trust { border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; padding: 54px 0; }
.trust-item strong { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.7rem, 2.6vw, 2.3rem); color: var(--ink); display: block; font-variant-numeric: tabular-nums; }
.trust-item span { color: var(--muted); font-size: .95rem; }
.trust-quote { padding: 0 0 64px; }
.trust-quote blockquote {
  font-family: var(--font-display); font-weight: 700; font-size: clamp(1.4rem, 2.6vw, 2rem);
  line-height: 1.35; color: var(--ink); max-width: 28ch;
}
.trust-quote blockquote em { color: var(--green); font-style: normal; }
.trust-quote figcaption { margin-top: 18px; color: var(--muted); font-size: .95rem; display: flex; align-items: center; gap: 10px; }
.trust-quote figcaption::before { content: ""; width: 28px; height: 1.5px; background: var(--amber); }

/* ---------- Why (3 cards) ---------- */
.why-intro { font-size: .95rem; color: var(--muted); font-style: italic; margin-bottom: 10px; }
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 36px 32px; transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.card-num {
  font-family: var(--font-display); font-weight: 800; font-size: 2.6rem;
  color: var(--amber); line-height: 1; margin-bottom: 18px;
}
.card h3 { margin-bottom: 12px; }
.card p { color: var(--muted); font-size: .98rem; }

/* ---------- How it works ---------- */
.how { background: var(--mist-soft); }
.how-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 64px; position: relative; }
.how-steps::before {
  content: ""; position: absolute; top: 38px; left: 12.5%; right: 12.5%;
  border-top: 2px dashed var(--green); opacity: .35; z-index: 0;
}
.how-step { position: relative; z-index: 1; text-align: center; padding: 0 8px; }
.how-icon {
  width: 76px; height: 76px; margin: 0 auto 22px; border-radius: 50%;
  background: #fff; border: 1.5px solid var(--line);
  display: grid; place-items: center; color: var(--green);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.how-step:hover .how-icon { transform: translateY(-4px) scale(1.05); box-shadow: var(--shadow); }
.how-step h3 { font-size: 1.08rem; margin-bottom: 8px; }
.how-step p { font-size: .92rem; color: var(--muted); }
.how-cta { text-align: center; margin-top: 64px; }

/* ---------- Traject (timeline) ---------- */
.traject-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 6vw, 100px); }
.traject-sticky { position: sticky; top: 130px; align-self: start; }
.timeline { position: relative; padding-left: 54px; }
.timeline::before {
  content: ""; position: absolute; left: 19px; top: 8px; bottom: 8px; width: 2px;
  background: var(--line);
}
.timeline-fill {
  position: absolute; left: 19px; top: 8px; width: 2px; height: 0;
  background: linear-gradient(var(--green), var(--amber)); z-index: 1;
  transition: height .2s linear;
}
.tl-step { position: relative; padding-bottom: 44px; }
.tl-step:last-child { padding-bottom: 0; }
.tl-dot {
  position: absolute; left: -54px; top: 2px; width: 40px; height: 40px; border-radius: 50%;
  background: var(--paper); border: 1.5px solid var(--line); z-index: 2;
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: .95rem; color: var(--muted);
  transition: all .3s var(--ease);
}
.tl-step.active .tl-dot { background: var(--green); border-color: var(--green); color: #fff; transform: scale(1.08); }
.tl-step h3 { margin-bottom: 6px; }
.tl-step p { color: var(--muted); font-size: .98rem; max-width: 52ch; }
.tl-step p em { color: var(--green); font-style: normal; font-weight: 600; }

.cta-band {
  margin-top: clamp(64px, 8vw, 100px);
  background: var(--ink); color: #fff; border-radius: calc(var(--radius) + 8px);
  padding: clamp(40px, 5vw, 64px); display: flex; align-items: center; justify-content: space-between; gap: 32px;
  position: relative; overflow: hidden;
}
.cta-band::before {
  content: ""; position: absolute; right: -10%; top: -60%; width: 50%; height: 220%;
  background: radial-gradient(ellipse, rgba(30,92,74,.55), transparent 70%);
}
.cta-band h3 { color: #fff; font-size: clamp(1.4rem, 2.4vw, 1.9rem); position: relative; }
.cta-band p { color: rgba(248,248,244,.65); margin-top: 6px; position: relative; }
.cta-band .btn { position: relative; flex: none; }

/* ---------- Cases ---------- */
.cases { background: var(--ink); color: #fff; }
.cases h2 { color: #fff; }
.cases-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }
.case-card {
  background: var(--ink-2); border: 1px solid rgba(196,212,220,.14); border-radius: var(--radius);
  overflow: hidden; text-decoration: none; color: #fff; display: flex; flex-direction: column;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s;
}
.case-card:hover { transform: translateY(-4px); border-color: rgba(196,212,220,.35); box-shadow: 0 14px 32px rgba(0,0,0,.18); }
.case-img { aspect-ratio: 16/10; position: relative; overflow: hidden; }
.case-img .ph { position: absolute; inset: 0; transition: transform .6s var(--ease); }
.case-card:hover .case-img .ph { transform: scale(1.06); }
.ph--garden { background: linear-gradient(150deg, #2A4D3E 0%, #1E5C4A 55%, #173B33 100%); }
.ph--city { background: linear-gradient(150deg, #2A3F4C 0%, #36586A 60%, #1F3340 100%); }
.ph--farm { background: linear-gradient(150deg, #4C4434 0%, #6A6148 60%, #3C3A28 100%); }
.ph::after {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.16) 1px, transparent 1.5px);
  background-size: 26px 26px; opacity: .35;
}
.case-loc {
  position: absolute; left: 16px; top: 16px; z-index: 2;
  background: rgba(26,37,40,.65); backdrop-filter: blur(8px);
  padding: 6px 14px; border-radius: 999px; font-size: .8rem; font-weight: 600;
}
.case-body { padding: 26px; display: flex; flex-direction: column; gap: 12px; flex: 1; }
.case-body h3 { color: #fff; font-size: 1.12rem; }
.case-stats { display: flex; gap: 18px; font-size: .85rem; color: var(--mist); font-weight: 600; }
.case-body blockquote { color: rgba(248,248,244,.66); font-size: .94rem; font-style: italic; }
.case-link { margin-top: auto; font-weight: 600; font-size: .92rem; color: var(--amber); display: inline-flex; gap: 8px; align-items: center; }
.cases-all { text-align: center; margin-top: 48px; }

/* ---------- Results band ---------- */
.results { background: var(--mist); }
.results h2 { max-width: 22ch; }
.results-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-top: 56px; }
.result-item strong {
  display: block; font-family: var(--font-display); font-weight: 800;
  font-size: clamp(2.1rem, 3.4vw, 3rem); color: var(--ink); font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.result-item strong em { font-style: normal; color: var(--green); }
.result-item strong span { font-size: inherit; opacity: 1; }
.result-item > span { color: var(--ink); opacity: .72; font-size: .95rem; }
.results-note { margin-top: 40px; font-size: .88rem; color: var(--ink); opacity: .6; max-width: 64ch; }

/* ---------- Compare table ---------- */
.compare-table {
  width: 100%; border-collapse: separate; border-spacing: 0; margin-top: 56px;
  background: #fff; border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow);
}
.compare-table th, .compare-table td { padding: 18px 26px; text-align: left; font-size: .98rem; }
.compare-table thead th { background: var(--ink); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 1.02rem; }
.compare-table thead th:last-child { background: var(--green); }
.compare-table tbody tr:nth-child(even) { background: var(--paper); }
.compare-table tbody td { border-top: 1px solid var(--line); color: var(--muted); }
.compare-table tbody td:first-child { color: var(--text); font-weight: 600; }
.compare-table .no { color: #B0552F; }
.compare-table .yes { color: var(--green); font-weight: 600; }

.compare-hint { display: none; }

/* ---------- FAQ ---------- */
.faq-list { margin-top: 48px; display: grid; gap: 14px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; transition: box-shadow .25s var(--ease); }
.faq-item:hover { box-shadow: var(--shadow); }
.faq-q {
  width: 100%; background: none; border: 0; text-align: left;
  padding: 22px 26px; display: flex; justify-content: space-between; align-items: center; gap: 18px;
  font-weight: 600; font-size: 1.02rem; color: var(--ink);
}
.faq-q .ico { flex: none; width: 28px; height: 28px; border-radius: 50%; background: var(--green-soft); color: var(--green); display: grid; place-items: center; transition: transform .3s var(--ease), background .3s; }
.faq-item[data-open] .faq-q .ico { transform: rotate(45deg); background: var(--green); color: #fff; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.faq-a-inner { padding: 0 26px 24px; color: var(--muted); font-size: .98rem; max-width: 72ch; }
.faq-foot { margin-top: 36px; color: var(--muted); font-size: .98rem; }
.faq-foot a { color: var(--green); font-weight: 600; }

/* ---------- Lead capture ---------- */
.capture {
  background:
    var(--rain-dark),
    radial-gradient(900px 500px at 85% 10%, rgba(196,212,220,.14), transparent 60%),
    linear-gradient(150deg, #16463A 0%, #1E5C4A 55%, #173B33 100%);
  color: #fff;
}
.capture-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.capture h2 { color: #fff; }
.capture .lead { color: rgba(248,248,244,.78); }
.capture-usps { list-style: none; margin-top: 32px; display: grid; gap: 14px; }
.capture-usps li { display: flex; gap: 12px; align-items: start; font-size: .98rem; color: rgba(248,248,244,.88); }
.capture-usps .tick { flex: none; width: 22px; height: 22px; margin-top: 2px; border-radius: 50%; background: rgba(196,145,74,.2); color: var(--amber); display: grid; place-items: center; font-size: .75rem; font-weight: 700; }

.form-card {
  background: #fff; color: var(--text); border-radius: calc(var(--radius) + 6px);
  padding: clamp(30px, 4vw, 44px); box-shadow: 0 40px 80px rgba(0,0,0,.3);
}
.form-card h3 { margin-bottom: 6px; }
.form-card > p { color: var(--muted); font-size: .92rem; margin-bottom: 26px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-grid .full { grid-column: 1 / -1; }
.input-wrap label { display: block; font-size: .82rem; font-weight: 600; margin-bottom: 6px; color: var(--ink); }
.input-wrap input {
  width: 100%; padding: 14px 16px; border-radius: var(--radius-sm);
  border: 1.5px solid var(--line); background: var(--paper);
  font: inherit; font-size: .98rem; transition: border-color .2s, box-shadow .2s;
}
.input-wrap input:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 4px rgba(30,92,74,.12); background: #fff; }
.form-card .btn { width: 100%; margin-top: 20px; }
.form-card .btn-note { text-align: center; }
.form-success { text-align: center; padding: 30px 10px; display: none; }
.form-success .drop { width: 54px; height: 54px; margin: 0 auto 18px; border-radius: 50%; background: var(--green-soft); display: grid; place-items: center; color: var(--green); }
.form-success h3 { margin-bottom: 8px; }
.form-success p { color: var(--muted); }

/* ---------- Footer ---------- */
.footer { background: var(--ink); color: rgba(248,248,244,.7); }
.footer-cta { border-bottom: 1px solid var(--line-dark); padding: 56px 0; display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.footer-cta h3 { color: #fff; font-size: clamp(1.3rem, 2.2vw, 1.7rem); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding: 64px 0; }
.footer h4 { color: #fff; font-family: var(--font-body); font-weight: 700; font-size: .92rem; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 18px; }
.footer ul { list-style: none; display: grid; gap: 10px; }
.footer a { color: rgba(248,248,244,.7); text-decoration: none; font-size: .95rem; transition: color .15s; }
.footer a:hover { color: #fff; }
.footer-brand p { font-size: .95rem; max-width: 30ch; margin-top: 16px; }
.footer-bottom { border-top: 1px solid var(--line-dark); padding: 24px 0; display: flex; justify-content: space-between; gap: 16px; font-size: .85rem; color: rgba(248,248,244,.45); flex-wrap: wrap; }

/* ---------- Mobile sticky CTA ---------- */
.mobile-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  display: none; gap: 10px; padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: rgba(248,248,244,.94); backdrop-filter: blur(14px);
  border-top: 1px solid var(--line);
  transform: translateY(110%); transition: transform .35s var(--ease);
}
.mobile-cta.show { transform: none; }
.mobile-cta .btn { flex: 1; padding: 14px 10px; font-size: .95rem; }

/* ============================================================
   CALCULATOR PAGE
   ============================================================ */
.calc-page { min-height: 100vh; display: flex; flex-direction: column; background:
  radial-gradient(900px 500px at 90% -10%, rgba(196,212,220,.35), transparent 60%), var(--paper); }
.calc-header { padding: 22px 0; }
.calc-header .container { display: flex; justify-content: space-between; align-items: center; }
.calc-back { font-size: .92rem; font-weight: 600; color: var(--muted); text-decoration: none; display: inline-flex; gap: 8px; align-items: center; }
.calc-back:hover { color: var(--ink); }

.calc-main { flex: 1; display: grid; place-items: start center; padding: clamp(20px, 5vh, 60px) 0 80px; }
.calc-card {
  width: min(720px, 100% - 40px);
  background: #fff; border: 1px solid var(--line); border-radius: calc(var(--radius) + 8px);
  box-shadow: var(--shadow); overflow: hidden;
}
.calc-progress { height: 8px; background: var(--mist-soft); position: relative; overflow: hidden; }
.calc-progress-fill {
  position: absolute; inset: 0 auto 0 0; width: 0%;
  background: linear-gradient(90deg, var(--green), var(--amber));
  transition: width .5s var(--ease); border-radius: 0 8px 8px 0;
}
.calc-progress-fill::after {
  content: ""; position: absolute; right: 0; top: 0; bottom: 0; width: 26px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.5));
  animation: shimmer 1.6s linear infinite;
}
@keyframes shimmer { from { opacity: .2; } 50% { opacity: .9; } to { opacity: .2; } }

.calc-body { padding: clamp(30px, 5vw, 56px); }
.calc-stepnum { font-size: .82rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--green); margin-bottom: 10px; }
.calc-body h1 { font-size: clamp(1.5rem, 3vw, 2.1rem); margin-bottom: 8px; }
.calc-help { color: var(--muted); font-size: .98rem; margin-bottom: 34px; }

.calc-step { display: none; animation: stepIn .4s var(--ease); }
.calc-step.active { display: block; }
@keyframes stepIn { from { opacity: 0; transform: translateX(26px);} to { opacity: 1; transform: none;} }

.tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.tiles--4 { grid-template-columns: repeat(4, 1fr); }
.tile {
  border: 1.5px solid var(--line); background: var(--paper); border-radius: var(--radius);
  padding: 26px 14px; text-align: center; transition: all .2s var(--ease);
  display: grid; gap: 12px; justify-items: center; align-content: center;
  font-weight: 600; font-size: .95rem; line-height: 1.3;
}
.tile svg { color: var(--green); }
.tile:hover { border-color: var(--green); transform: translateY(-3px); box-shadow: var(--shadow); }
.tile[aria-pressed="true"] { border-color: var(--green); background: var(--green-soft); box-shadow: inset 0 0 0 1px var(--green); }

.calc-page .field-label { color: var(--ink); }
.calc-page .field-label output { color: var(--green); font-size: 1.3rem; }
.calc-page input[type="range"] { background: linear-gradient(to right, var(--green) 0%, var(--green) var(--p, 40%), var(--mist-soft) var(--p, 40%)); }
.calc-page input[type="range"]::-webkit-slider-thumb { border-color: var(--green); box-shadow: 0 4px 14px rgba(26,37,40,.2); }
.calc-page input[type="range"]::-moz-range-thumb { border-color: var(--green); }
.link-plain { background: none; border: 0; color: var(--muted); font-size: .92rem; text-decoration: underline; text-underline-offset: 3px; margin-top: 18px; }
.link-plain:hover { color: var(--ink); }

.calc-page .stepper { border-color: var(--line); }
.calc-page .stepper button { color: var(--ink); }
.calc-page .stepper button:hover { background: var(--green-soft); }
.calc-page .stepper { color: var(--ink); }

.calc-page .chip { border-color: var(--line); color: var(--ink); }
.calc-page .chip:hover { border-color: var(--green); }
.calc-page .chip[aria-pressed="true"] { background: var(--green); border-color: var(--green); color: #fff; }

.pc-input {
  width: 100%; max-width: 280px; padding: 18px 22px; font-size: 1.3rem; font-family: var(--font-display); font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  border: 1.5px solid var(--line); border-radius: var(--radius-sm); background: var(--paper);
}
.pc-input:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 4px rgba(30,92,74,.12); background: #fff; }
.pc-why { display: flex; gap: 8px; align-items: center; margin-top: 16px; color: var(--muted); font-size: .88rem; }
.pand-bron { display: flex; gap: 8px; align-items: center; margin: 0 0 16px; color: var(--green); font-size: .9rem; font-weight: 600; }
.pand-bron[hidden] { display: none; }
.pc-row { display: flex; gap: 12px; flex-wrap: wrap; }
.pc-row .pc-input { max-width: 200px; }
.pc-row .pc-nr { max-width: 120px; }

.calc-nav { display: flex; justify-content: space-between; align-items: center; margin-top: 40px; }
.calc-prev { background: none; border: 0; color: var(--muted); font-weight: 600; display: inline-flex; gap: 8px; align-items: center; padding: 10px 0; }
.calc-prev:hover { color: var(--ink); }
.calc-prev[hidden] { visibility: hidden; display: inline-flex; } /* keep layout */

/* result */
.res-hero { text-align: center; padding-bottom: 8px; }
.res-hero .res-liters { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.6rem, 6vw, 4rem); color: var(--ink); font-variant-numeric: tabular-nums; line-height: 1; }
.res-hero .res-liters em { font-style: normal; color: var(--green); }
.res-hero p { color: var(--muted); margin-top: 10px; }
.res-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 34px 0; }
.res-box { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 20px 22px; }
.res-box .k { font-size: .8rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.res-box .v { font-family: var(--font-display); font-weight: 700; font-size: 1.35rem; color: var(--ink); margin-top: 4px; font-variant-numeric: tabular-nums; }
.res-box .v.green { color: var(--green); }
.res-box .v.amber { color: var(--amber); }
.res-box .s { font-size: .84rem; color: var(--muted); margin-top: 2px; }
.res-subsidy {
  grid-column: 1 / -1; background: var(--amber-soft); border-color: rgba(196,145,74,.35);
  display: flex; gap: 14px; align-items: center;
}
.res-subsidy .v { font-size: 1.05rem; }
.res-capture { background: var(--green-soft); border-radius: var(--radius); padding: 28px; }
.res-capture h3 { font-size: 1.15rem; margin-bottom: 4px; }
.res-capture p { font-size: .92rem; color: var(--muted); margin-bottom: 18px; }
.res-capture .form-grid { grid-template-columns: 1fr 1fr; }
.res-ctas { display: grid; gap: 10px; margin-top: 14px; }
.res-disclaim { font-size: .8rem; color: var(--muted); margin-top: 22px; text-align: center; }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  /* nav past niet meer naast logo + CTA → hamburger vanaf tablet */
  .nav-list, .nav-cta { display: none; }
  .menu-btn { display: block; }
  .minicalc-grid, .traject-grid, .capture-grid { grid-template-columns: 1fr; }
  .traject-sticky { position: static; margin-bottom: 40px; }
  .cards-3, .cases-grid { grid-template-columns: 1fr 1fr; }
  .how-steps { grid-template-columns: 1fr 1fr; row-gap: 44px; }
  .how-steps::before { display: none; }
  .trust-grid, .results-grid { grid-template-columns: 1fr 1fr; row-gap: 36px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-stat { display: none; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  h1 { font-size: clamp(2.1rem, 10.5vw, 2.9rem); overflow-wrap: break-word; }
  .nav-list, .nav-cta { display: none; }
  .menu-btn { display: block; }
  .topbar-items li:nth-child(n+3) { display: none; }
  .topbar .container > a { display: none; } /* bellen zit in de sticky bottom bar */
  .cards-3, .cases-grid, .how-steps, .form-grid, .res-grid { grid-template-columns: 1fr; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .results-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .cta-band { flex-direction: column; text-align: center; }
  .mobile-cta { display: flex; }
  .hero-ctas .btn { width: 100%; }
  .compare-wrap { overflow-x: auto; position: relative; -webkit-overflow-scrolling: touch; }
  .compare-table { min-width: 520px; }
  .compare-table th, .compare-table td { padding: 13px 16px; font-size: .88rem; }
  .compare-hint { display: block; text-align: center; font-size: .8rem; color: var(--muted); margin-top: 10px; }
  .tiles, .tiles--4 { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .res-capture .form-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   SUBPAGINA-COMPONENTEN
   ============================================================ */

/* compacte donkere page-hero (zelfde familie als home-hero) */
.page-hero {
  position: relative; overflow: clip; color: #fff;
  background:
    var(--rain-dark),
    radial-gradient(900px 500px at 80% -20%, rgba(196,212,220,.14), transparent 60%),
    radial-gradient(700px 500px at 8% 120%, rgba(30,92,74,.45), transparent 55%),
    linear-gradient(160deg, #16242B 0%, #1A2C2E 55%, #173B33 100%);
  margin-top: calc(-1 * (var(--topbar-h) + var(--header-h)));
  padding: calc(var(--topbar-h) + var(--header-h) + clamp(56px, 9vh, 110px)) 0 clamp(56px, 8vh, 96px);
}
.page-hero h1 { color: #fff; max-width: 18ch; font-size: clamp(2.2rem, 4.6vw, 3.6rem); }
.page-hero .lead { color: rgba(248,248,244,.76); margin-top: 20px; }
.page-hero .eyebrow { color: var(--mist); }
.page-hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.page-hero-stats { display: flex; gap: 38px; margin-top: 42px; flex-wrap: wrap; }
.page-hero-stats div strong { font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; display: block; color: #fff; }
.page-hero-stats div span { font-size: .85rem; color: rgba(248,248,244,.6); }

/* pricing tiers */
.pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; align-items: stretch; }
.price-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 38px 32px; display: flex; flex-direction: column; position: relative;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.price-card .tier { font-size: .82rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--green); }
.price-card .amount { font-family: var(--font-display); font-weight: 800; font-size: 2.2rem; margin: 14px 0 2px; color: var(--ink); }
.price-card .amount small { font-size: .95rem; font-weight: 600; color: var(--muted); }
.price-card .per { color: var(--muted); font-size: .9rem; margin-bottom: 22px; }
.price-card ul { list-style: none; display: grid; gap: 12px; margin-bottom: 30px; }
.price-card ul li { display: flex; gap: 10px; font-size: .95rem; color: var(--text); }
.price-card ul li::before { content: "✓"; color: var(--green); font-weight: 700; flex: none; }
.price-card .btn { margin-top: auto; width: 100%; }
.price-card--featured { background: var(--ink); border-color: var(--ink); }
.price-card--featured .tier { color: var(--mist); }
.price-card--featured .amount, .price-card--featured ul li { color: #fff; }
.price-card--featured .per { color: rgba(248,248,244,.6); }
.price-card--featured ul li::before { color: var(--amber); }
.badge-popular {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--amber); color: #fff; font-size: .78rem; font-weight: 700;
  padding: 6px 16px; border-radius: 999px; white-space: nowrap;
}

/* uur-tot-uur tijdlijn */
.hours { margin-top: 56px; display: grid; gap: 0; }
.hour {
  display: grid; grid-template-columns: 110px 1fr; gap: 26px; align-items: start;
  padding: 22px 0; border-bottom: 1px solid var(--line);
}
.hour:last-child { border-bottom: 0; }
.hour time {
  font-family: var(--font-display); font-weight: 800; font-size: 1.1rem; color: var(--amber);
  font-variant-numeric: tabular-nums;
}
.hour h3 { font-size: 1.05rem; margin-bottom: 4px; }
.hour p { color: var(--muted); font-size: .95rem; max-width: 62ch; }

/* checklist (wat wij regelen) */
.checklist { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 44px; }
.checklist li {
  list-style: none; display: flex; gap: 14px; align-items: start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  padding: 18px 20px; font-size: .98rem;
}
.checklist li .tick { flex: none; width: 24px; height: 24px; border-radius: 50%; background: var(--green-soft); color: var(--green); display: grid; place-items: center; font-size: .8rem; font-weight: 700; margin-top: 1px; }

/* team */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 56px; }
.team-card { text-align: center; }
.team-avatar {
  width: 110px; height: 110px; margin: 0 auto 16px; border-radius: 50%;
  display: grid; place-items: center; color: #fff;
  font-family: var(--font-display); font-weight: 800; font-size: 1.6rem;
  background: linear-gradient(150deg, var(--green), var(--green-deep));
  border: 3px solid #fff; box-shadow: var(--shadow);
}
.team-avatar--alt1 { background: linear-gradient(150deg, #36586A, #1F3340); }
.team-avatar--alt2 { background: linear-gradient(150deg, var(--amber), #8d6630); }
.team-avatar--alt3 { background: linear-gradient(150deg, var(--ink-3), var(--ink)); }
.team-card h3 { font-size: 1.05rem; }
.team-card .role { color: var(--muted); font-size: .9rem; }
.team-card .cert { display: inline-block; margin-top: 8px; font-size: .78rem; font-weight: 600; color: var(--green); background: var(--green-soft); padding: 4px 12px; border-radius: 999px; }

/* filterbalk projecten */
.filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 40px; }
.filter-chip {
  border: 1.5px solid var(--line); background: #fff; color: var(--ink);
  padding: 10px 22px; border-radius: 999px; font-weight: 600; font-size: .92rem;
  transition: all .18s var(--ease);
}
.filter-chip:hover { border-color: var(--green); }
.filter-chip[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.project-grid .case-card { background: #fff; border-color: var(--line); color: var(--ink); }
.project-grid .case-card h3 { color: var(--ink); }
.project-grid .case-card blockquote { color: var(--muted); }
.project-grid .case-card .case-stats { color: var(--green); }
.project-grid .case-card:hover { box-shadow: var(--shadow-lift); }
.case-card.is-hidden { display: none; }

/* kennisbank */
.kb-search { position: relative; max-width: 560px; margin-top: 38px; }
.kb-search input {
  width: 100%; padding: 18px 56px 18px 22px; border-radius: 999px;
  border: 1.5px solid rgba(248,248,244,.3); background: rgba(248,248,244,.08);
  color: #fff; font: inherit; font-size: 1rem;
}
.kb-search input::placeholder { color: rgba(248,248,244,.5); }
.kb-search input:focus { outline: none; border-color: var(--mist); background: rgba(248,248,244,.12); }
.kb-search svg { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: rgba(248,248,244,.6); }
.cluster-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 48px; }
.cluster-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 24px; text-decoration: none; color: var(--ink);
  transition: transform .22s var(--ease), box-shadow .22s var(--ease);
  display: flex; flex-direction: column; gap: 8px;
}
.cluster-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.cluster-card .ico { width: 44px; height: 44px; border-radius: 12px; background: var(--green-soft); color: var(--green); display: grid; place-items: center; margin-bottom: 8px; }
.cluster-card h3 { font-size: 1.02rem; }
.cluster-card span { font-size: .85rem; color: var(--muted); }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.article-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  text-decoration: none; color: var(--ink); display: flex; flex-direction: column;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease);
}
.article-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lift); }
.article-card .thumb { aspect-ratio: 16/9; position: relative; overflow: hidden; }
.article-card .thumb .ph { position: absolute; inset: 0; }
.article-body { padding: 24px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.article-body .meta { font-size: .8rem; color: var(--muted); display: flex; gap: 12px; }
.article-body .meta b { color: var(--green); font-weight: 600; }
.article-body h3 { font-size: 1.08rem; line-height: 1.35; }
.article-body p { color: var(--muted); font-size: .92rem; }
.article-body .more { margin-top: auto; padding-top: 10px; font-weight: 600; font-size: .9rem; color: var(--green); }

/* subsidiechecker */
.checker {
  background: #fff; border: 1px solid var(--line); border-radius: calc(var(--radius) + 6px);
  box-shadow: var(--shadow); padding: clamp(28px, 4vw, 44px); max-width: 640px;
}
.checker h3 { margin-bottom: 6px; }
.checker > p { color: var(--muted); font-size: .94rem; margin-bottom: 24px; }
.checker-row { display: flex; gap: 12px; flex-wrap: wrap; }
.checker-row .pc-input { max-width: 200px; flex: none; }
.checker .chips { margin: 18px 0 26px; }
.checker .chip { border-color: var(--line); color: var(--ink); }
.checker .chip[aria-pressed="true"] { background: var(--green); border-color: var(--green); color: #fff; }
.checker-result { display: none; margin-top: 28px; border-top: 1px solid var(--line); padding-top: 28px; }
.checker-result.show { display: block; animation: stepIn .4s var(--ease); }
.checker-result .big { font-family: var(--font-display); font-weight: 800; font-size: 2rem; color: var(--green); }
.checker-result p { color: var(--muted); font-size: .95rem; }
.subsidy-levels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px; }

/* contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 80px); align-items: start; }
.contact-options { display: grid; gap: 16px; }
.contact-option {
  display: flex; gap: 18px; align-items: center; text-decoration: none; color: var(--ink);
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 22px 24px; transition: transform .2s var(--ease), box-shadow .2s var(--ease);
}
.contact-option:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.contact-option .ico { flex: none; width: 52px; height: 52px; border-radius: 50%; background: var(--green-soft); color: var(--green); display: grid; place-items: center; }
.contact-option h3 { font-size: 1.02rem; }
.contact-option p { color: var(--muted); font-size: .88rem; }
.contact-option .who { font-size: .82rem; color: var(--green); font-weight: 600; }
select, textarea {
  width: 100%; padding: 14px 16px; border-radius: var(--radius-sm);
  border: 1.5px solid var(--line); background: var(--paper);
  font: inherit; font-size: .98rem; color: var(--text);
  transition: border-color .2s, box-shadow .2s;
}
select:focus, textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 4px rgba(30,92,74,.12); background: #fff; }
textarea { resize: vertical; min-height: 110px; }

/* product/categorie kaarten */
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }
.product-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; display: flex; flex-direction: column;
  transition: transform .22s var(--ease), box-shadow .22s var(--ease);
}
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lift); }
.product-card .pimg { aspect-ratio: 4/3; position: relative; background: var(--mist-soft); display: grid; place-items: center; color: var(--green); }
.product-card .pbody { padding: 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.product-card h3 { font-size: 1.02rem; }
.product-card .spec { font-size: .85rem; color: var(--muted); }
.product-card .pprice { font-weight: 700; color: var(--ink); font-size: .95rem; margin-top: 6px; }
.product-card .pprice small { color: var(--muted); font-weight: 500; }
.product-card .btn { margin-top: auto; }
.incl-badge {
  position: absolute; top: 14px; left: 14px; background: var(--green); color: #fff;
  font-size: .72rem; font-weight: 700; padding: 5px 12px; border-radius: 999px; letter-spacing: .04em;
}

/* sectie-varianten */
.section--tint { background: var(--mist-soft); }
.section--dark { background: var(--ink); color: #fff; }
.section--dark h2 { color: #fff; }
.guarantees { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 52px; }
.guarantee {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 24px; text-align: center;
}
.guarantee .big { font-family: var(--font-display); font-weight: 800; font-size: 1.7rem; color: var(--green); }
.guarantee p { color: var(--muted); font-size: .9rem; margin-top: 6px; }

@media (max-width: 1020px) {
  .pricing, .subsidy-levels { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }
  .pricing { margin-top: 64px; }
  .team-grid, .product-grid { grid-template-columns: 1fr 1fr; }
  .cluster-grid { grid-template-columns: 1fr 1fr; }
  .project-grid, .article-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .guarantees { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .checklist, .team-grid, .product-grid, .cluster-grid, .project-grid, .article-grid, .guarantees { grid-template-columns: 1fr; }
  .hour { grid-template-columns: 80px 1fr; gap: 16px; }
}

/* ---------- Regen-textuur op secties ----------
   (na de sectie-definities zodat background-image de shorthand-laag overschrijft) */
.section--tint, .results, .how { background-image: var(--rain-light); }
.minicalc, .cases { background-image: var(--rain-dark); }

/* mobile nav drawer */
.mobile-nav {
  position: fixed; inset: 0; z-index: 80; background: var(--ink); color: #fff;
  display: grid; place-content: center; gap: 8px; text-align: center;
  opacity: 0; pointer-events: none; transition: opacity .3s var(--ease);
}
.mobile-nav.open { opacity: 1; pointer-events: auto; }
.mobile-nav a { color: #fff; text-decoration: none; font-family: var(--font-display); font-weight: 700; font-size: 1.6rem; padding: 10px; }
.mobile-nav .btn {
  margin: 28px auto 0; padding: 15px 30px;
  font-family: var(--font-body); font-size: 1rem; font-weight: 600;
  width: auto; align-self: center;
}
.mobile-nav .menu-note { font-size: .85rem; color: rgba(248,248,244,.5); font-family: var(--font-body); font-weight: 400; padding: 4px; }
.mobile-nav-close {
  position: absolute; top: 16px; right: 16px;
  width: 48px; height: 48px; display: grid; place-items: center;
  background: none; border: 0; color: #fff; font-size: 2rem; line-height: 1;
}
