/* =================================================================
   DOMETRA — light · emerald  (Nexbit-stijl)
   Display: Jost (heavy)  ·  Body/UI: Inter
   Accent: emerald-groen
   ================================================================= */

:root {
  --bg:        #ffffff;
  --bg-2:      #f3f8f5;
  --surface:   #ffffff;
  --surface-2: #f3f8f5;
  --line:      rgba(15,28,22,.08);
  --line-2:    rgba(15,28,22,.14);

  --text:      #0f1c16;
  --text-2:    #51625b;
  --muted:     #8b968f;

  --r-inner:   6px;

  /* accent (groen) — variabelenamen blijven voor compatibiliteit */
  --blue:      #10b981;
  --indigo:    #059669;
  --blue-soft: #0e9f6e;
  --accent:    #10b981;
  --green:     #10b981;
  --green-2:   #059669;
  --accent-grad: linear-gradient(118deg, #10b981 0%, #059669 100%);

  --success: #10b981;
  --warning: #d97706;
  --danger:  #dc2626;

  --font-display: 'Jost', system-ui, sans-serif;
  --font-mono: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --r: 22px;
  --r-sm: 14px;
  --maxw: 1200px;
  --shadow: 0 28px 64px -34px rgba(15,28,22,.22);
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
}

body {
  font-family: var(--font-mono);
  font-weight: 400;
  font-size: 14.5px;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; }
[hidden] { display: none !important; } /* hidden-attribuut wint altijd van display-regels */

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(18px, 4vw, 40px); }
.container--narrow { max-width: 820px; }

.section { padding-block: clamp(40px, 5vw, 64px); position: relative; }
.section--alt { background: var(--bg-2); }

/* ---------- background fx ---------- */
.bg-fx { position: fixed; inset: 0; z-index: -1; pointer-events: none; overflow: hidden; }
.glow { position: absolute; border-radius: 50%; filter: blur(120px); }
.glow--a { width: 700px; height: 700px; top: -300px; right: -180px; background: radial-gradient(circle at 50% 50%, rgba(16,185,129,.11), transparent 65%); }
.glow--b { width: 600px; height: 600px; top: 140px; left: -280px; background: radial-gradient(circle at 50% 50%, rgba(5,150,105,.08), transparent 65%); }
.grain {
  position: absolute; inset: 0; opacity: .055; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- type helpers ---------- */
.mono { font-family: var(--font-mono); }
.display {
  font-family: var(--font-display); font-weight: 800;
  text-transform: uppercase; letter-spacing: -.03em; line-height: .94;
  padding-bottom: .08em; color: var(--text);
}
.hl { color: var(--green); }
.eyebrow {
  font-family: var(--font-mono); font-size: .76rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .22em; color: var(--green-2);
  display: inline-block; margin-bottom: 1.4rem;
}

/* ---------- buttons ---------- */
.btn {
  --pad-y: .8em; --pad-x: 1.4em;
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  font-family: var(--font-mono); font-weight: 600; font-size: .82rem;
  text-transform: uppercase; letter-spacing: .08em;
  padding: var(--pad-y) var(--pad-x); border-radius: 999px; border: 1px solid transparent;
  transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s, background .25s, color .25s, border-color .25s;
  white-space: nowrap; min-height: 44px;
}
.btn--lg { --pad-y: .95em; --pad-x: 1.7em; font-size: .86rem; }
.btn--block { width: 100%; }
.btn .arrow { font-family: var(--font-display); transition: transform .25s; }
.btn:hover .arrow { transform: translate(2px,-2px); }
.btn--solid { background: var(--green); color: #fff; box-shadow: 0 14px 30px -14px rgba(16,185,129,.6); }
.btn--solid:hover { transform: translateY(-2px); box-shadow: 0 18px 38px -14px rgba(16,185,129,.7); filter: brightness(1.04); }
.btn--line { border-color: var(--line-2); color: var(--text); background: #fff; }
.btn--line:hover { border-color: var(--green); color: var(--green-2); transform: translateY(-2px); background: rgba(16,185,129,.06); }
:where(a, button):focus-visible { outline: 2px solid var(--green); outline-offset: 3px; border-radius: 8px; }

/* =================================================================
   HEADER — pill navbar
   ================================================================= */
.site-header { position: sticky; top: 0; z-index: 50; padding-top: 18px; }
.navbar {
  display: flex; align-items: center; gap: 1.5rem;
  background: rgba(255,255,255,.8); backdrop-filter: blur(16px) saturate(150%);
  border: 1px solid var(--line); border-radius: 999px;
  padding: .55rem .7rem .55rem 1.4rem; height: 64px;
  box-shadow: 0 8px 24px -16px rgba(15,28,22,.18);
}
.brand { display: inline-flex; align-items: center; gap: .6rem; font-family: var(--font-display); font-weight: 700; font-size: 1.18rem; letter-spacing: -.01em; }
.brand__mark { width: 22px; height: 22px; border-radius: 7px; background: var(--accent-grad); position: relative; box-shadow: 0 4px 14px -2px rgba(16,185,129,.7); }
.brand__mark::after { content: ""; position: absolute; inset: 6px; border-radius: 3px; background: var(--bg); }
.brand__logo { height: 28px; width: auto; display: block; }

.navbar__links { display: flex; gap: 1.8rem; margin-inline: auto; }
.navbar__links a { font-size: .88rem; text-transform: none; letter-spacing: 0; color: var(--text-2); position: relative; padding: .3em 0; transition: color .2s; }
.navbar__links a::after { content: ""; position: absolute; left: 0; bottom: -3px; width: 0; height: 2px; background: var(--accent-grad); transition: width .28s; }
.navbar__links a:hover { color: var(--text); }
.navbar__links a:hover::after { width: 100%; }
.navbar__cta { margin-left: auto; }

.nav__toggle { display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px; align-items: center; justify-content: center; background: none; border: 0; margin-left: auto; }
.nav__toggle span { width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: transform .3s, opacity .3s; }
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu { display: none; flex-direction: column; gap: .25rem; margin-top: .8rem; padding: 1rem 1.4rem 1.4rem; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-sm); box-shadow: var(--shadow); }
.mobile-menu a:not(.btn) { padding: .85rem .2rem; text-transform: none; letter-spacing: 0; font-size: .9rem; border-bottom: 1px solid var(--line); color: var(--text-2); }
.mobile-menu .btn { margin-top: .9rem; }

/* =================================================================
   HERO + BENTO
   ================================================================= */
.hero { padding-top: 0; padding-bottom: clamp(12px, 2vw, 28px); }
.hero__cap-mobile { display: none; margin-top: 1.4rem; font-size: .9rem; line-height: 1.5; color: var(--text-2); background: var(--bg-2); border-left: 3px solid var(--green); border-radius: 12px; padding: .85rem 1rem; }
.hero__cap-mobile strong { color: var(--green-2); font-weight: 700; }
.hero__badge { position: absolute; right: -48px; bottom: 26px; max-width: 248px; display: flex; gap: .65rem; align-items: flex-start; padding: .85rem .95rem; background: var(--accent-grad); color: #fff; border-radius: 16px; box-shadow: 0 20px 34px -10px rgba(5,150,105,.55), 0 4px 12px rgba(15,28,22,.18); }
.hero__badge__ico { flex: none; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 8px; background: rgba(255,255,255,.2); }
.hero__badge__ico svg { width: 16px; height: 16px; }
.hero__badge__txt { font-size: .78rem; line-height: 1.45; color: rgba(255,255,255,.92); }
.hero__badge__txt strong { display: block; font-size: .9rem; font-weight: 700; color: #fff; margin-bottom: .12rem; }
#werkwijze { padding-top: clamp(24px, 4vw, 52px); padding-bottom: clamp(18px, 3vw, 32px); }
#prijzen { padding-top: clamp(22px, 3.5vw, 36px); }
.hero__banner {
  position: relative; width: 100%; overflow: hidden;
  margin-top: -82px; margin-bottom: clamp(20px, 3vw, 40px);
  padding-top: calc(82px + clamp(18px, 4vw, 46px));
  padding-bottom: clamp(30px, 6vw, 80px);
  min-height: clamp(500px, 46vw, 660px);
  display: flex; align-items: center;
}
.hero__visual { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: right center; z-index: 0; }
.hero__banner::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(100deg, rgba(250,250,247,.98) 0%, rgba(250,250,247,.92) 38%, rgba(250,250,247,.60) 58%, rgba(250,250,247,.15) 78%);
}
.hero__inner { position: relative; z-index: 2; width: 100%; }
.hero__headline { max-width: min(740px, 68%); }
.display { font-size: clamp(3.6rem, 9vw, 8rem); }
.display--sm { font-size: clamp(2.6rem, 6vw, 4.8rem); line-height: 1.0; }

/* hero left: pitch + CTA's */
.hero__pitch { font-size: 1.05rem; color: var(--text-2); max-width: 46ch; margin-top: clamp(1rem, 2vw, 1.4rem); margin-bottom: 1.6rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; }

/* hero right: floating sample report panel only */
.hero__aside { padding-top: clamp(0px, 2vw, 26px); display: flex; flex-direction: column; align-items: flex-start; }
.hero__panel { position: relative; width: 100%; max-width: 100%; margin: .5rem 0 1.6rem; }

/* full-width stats strip beneath the hero */
.hero__stats {
  list-style: none; margin: 0 0 clamp(28px, 5vw, 48px); padding: clamp(1.4rem, 3vw, 2rem) 0;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.hero__stats li { position: relative; display: flex; flex-direction: column; gap: .3rem; padding-left: clamp(1rem, 2vw, 1.8rem); }
.hero__stats li + li::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 64%; background: var(--line); }
.hero__stats strong { font-family: var(--font-display); font-weight: 700; font-size: clamp(1.4rem, 2.4vw, 1.95rem); color: var(--text); letter-spacing: -.02em; line-height: 1; }
.hero__stats span { font-size: .72rem; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }

/* schone voorbeeldkaart */
.panel-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: 18px;
  padding: 1.6rem 1.5rem;
  box-shadow: 0 30px 60px -34px rgba(15,28,22,.28), -10px 24px 50px -44px rgba(16,185,129,.5);
}
.panel-card__top { display: flex; align-items: center; gap: .55rem; font-size: .72rem; color: var(--muted); margin-bottom: 1rem; }
.dot { width: 8px; height: 8px; border-radius: 50%; background: var(--muted); }
.dot--g { background: var(--success); box-shadow: 0 0 0 4px rgba(16,185,129,.16); }
.panel-card__title { font-family: var(--font-display); font-weight: 600; font-size: 1.2rem; letter-spacing: -.01em; color: var(--text); margin-bottom: 1.1rem; }
.panel-list { list-style: none; padding: 0; display: grid; gap: .7rem; }
.panel-list li { display: flex; gap: .6rem; align-items: flex-start; font-size: .8rem; color: var(--text-2); padding-bottom: .7rem; border-bottom: 1px dashed var(--line); }
.panel-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.panel-list span { font-weight: 700; width: 1.1em; flex: none; text-align: center; }
.panel-list .ok span { color: var(--success); }
.panel-list .warn span { color: var(--warning); }
.panel-list .risk span { color: var(--danger); }
.panel-card__foot { margin-top: 1.1rem; font-size: .7rem; color: var(--muted); }
.panel-badge {
  position: absolute; bottom: -16px; right: 16px; font-size: .68rem; color: #fff; z-index: 4;
  background: var(--accent-grad); padding: .55em 1.05em; border-radius: 999px; letter-spacing: .04em;
  border: 1px solid rgba(255,255,255,.25);
  box-shadow: 0 16px 30px -12px rgba(16,185,129,.6);
}

/* ---------- voorbeeldrapport: telefoon-afbeelding naast de hero ---------- */
.report-shot { display: block; margin: 0 auto; width: auto; max-width: 100%; height: auto; max-height: clamp(420px, 60vh, 620px); filter: drop-shadow(0 32px 40px rgba(15,28,22,.30)) drop-shadow(0 12px 18px rgba(15,28,22,.16)); }

/* bento grid (foto's behouden — donkere scrim + witte titels) */
.bento { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: clamp(185px, 24vw, 300px); gap: 16px; scroll-margin-top: 96px; }
.work {
  position: relative; overflow: hidden; border-radius: var(--r);
  border: 1px solid var(--line); isolation: isolate;
  transition: transform .4s cubic-bezier(.2,.8,.2,1), box-shadow .4s, border-color .4s;
}
.work:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--line-2); }
.work--xl   { grid-column: span 5; grid-row: span 2; }
.work--a    { grid-column: span 4; }
.work--b    { grid-column: span 3; }
.work--wide { grid-column: span 7; }
.work--half { grid-column: span 6; grid-row: span 2; }

/* artwork layers */
.work::before { content: ""; position: absolute; inset: 0; z-index: -2; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.work:hover::before { transform: scale(1.06); }
.work::after { /* subtle texture grid */
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: .5;
  background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 34px 34px; mask-image: radial-gradient(circle at 70% 30%, #000, transparent 75%);
}
.art-contract::before  { background: url("../assets/contractcheck.jpg") center/cover no-repeat; }
.art-contract::after   { display: none; } /* geen rastertextuur over de foto */
.art-contract .work__scrim { background: linear-gradient(180deg, rgba(8,8,18,.15) 0%, rgba(8,8,18,.4) 48%, rgba(6,6,16,.92) 100%); }
.art-reputatie::before { background: url("../assets/reputatiebeheer.jpg") 42% center/cover no-repeat; }
.art-reputatie::after  { display: none; }
.art-reputatie .work__scrim { background: linear-gradient(180deg, rgba(8,8,18,.12) 0%, rgba(8,8,18,.42) 46%, rgba(6,6,16,.92) 100%); }
.art-recruit::before   { background: url("../assets/recruitment.jpg") center 35%/cover no-repeat; }
.art-recruit::after    { display: none; }
.art-recruit .work__scrim { background: linear-gradient(180deg, rgba(8,8,18,.12) 0%, rgba(8,8,18,.42) 46%, rgba(6,6,16,.92) 100%); }
.art-sollicitatie::before { background: url("../assets/sollicitatie.jpg") center 30%/cover no-repeat; }
.art-sollicitatie::after  { display: none; }
.art-sollicitatie .work__scrim { background: linear-gradient(180deg, rgba(8,8,18,.12) 0%, rgba(8,8,18,.42) 46%, rgba(6,6,16,.92) 100%); }
.art-huurcontract::before { background: url("../assets/huurcontract.jpg") center 40%/cover no-repeat; }
.art-huurcontract::after  { display: none; }
.art-huurcontract .work__scrim { background: linear-gradient(180deg, rgba(8,8,18,.12) 0%, rgba(8,8,18,.42) 46%, rgba(6,6,16,.92) 100%); }

/* "Binnenkort" / in ontwikkeling: waas (frosted blur) + slot over een kaart */
.is-locked { pointer-events: none; }
.lock-overlay {
  position: absolute; inset: 0; z-index: 7; border-radius: inherit; pointer-events: auto;
  display: grid; place-content: center; justify-items: center; gap: .65rem; text-align: center;
  background: rgba(10,16,13,.45); backdrop-filter: blur(11px) saturate(120%); -webkit-backdrop-filter: blur(11px) saturate(120%);
}
.lock-overlay__icon { width: 30px; height: 30px; color: #34d399; }
.lock-overlay__label { font-family: var(--font-mono); font-weight: 600; font-size: .78rem; text-transform: uppercase; letter-spacing: .2em; color: #fff; }
.lock-overlay__sub { font-family: var(--font-mono); font-size: .66rem; letter-spacing: .12em; color: rgba(255,255,255,.7); }
.art-product::before   { background: url("../assets/productteksten.png") center/cover no-repeat; }
.art-product::after    { display: none; }
.art-product .work__scrim { background: linear-gradient(180deg, rgba(8,8,18,.10) 0%, rgba(8,8,18,.4) 45%, rgba(6,6,16,.92) 100%); }

.work__scrim { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, transparent 40%, rgba(5,5,12,.78) 100%); }
.work__tag { position: absolute; top: 1.1rem; left: 1.3rem; font-size: .76rem; color: rgba(255,255,255,.65); letter-spacing: .1em; }
.work__meta { position: absolute; inset: auto 0 0 0; padding: clamp(1.1rem, 2vw, 1.6rem); padding-right: calc(clamp(1.1rem, 2vw, 1.6rem) + 58px); }
.work__title { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: -.01em; font-size: clamp(1.05rem, 1.5vw, 1.45rem); color: #fff; line-height: 1.05; }
.work--xl .work__title { font-size: clamp(1.6rem, 2.4vw, 2.1rem); }
.work--wide .work__title { font-size: clamp(1.3rem, 2vw, 1.8rem); }
.work--half .work__title { font-size: clamp(1.5rem, 2.2vw, 2rem); }
.work__cat { font-size: .76rem; color: rgba(255,255,255,.72); margin-top: .35rem; }
.work__go {
  position: absolute; right: clamp(1.1rem, 2vw, 1.6rem); bottom: clamp(1.1rem, 2vw, 1.6rem);
  width: 42px; height: 42px; border-radius: 50%; background: #fff; color: #0f1c16;
  display: grid; place-items: center; font-family: var(--font-display); font-size: 1.15rem; font-weight: 600;
  transition: transform .25s, background .25s; box-shadow: 0 8px 20px -8px rgba(0,0,0,.5);
}
.work:hover .work__go { transform: rotate(45deg) scale(1.06); background: var(--green); color: #fff; }

/* =================================================================
   SECTION HEADINGS
   ================================================================= */
.section__head { max-width: 760px; margin-bottom: clamp(40px, 6vw, 72px); }
.section__sub { margin-top: 1.4rem; font-size: 1rem; color: var(--text-2); max-width: 50ch; }
/* Uitgelichte diensten: brede intro die uitlijnt met de kaarten, geen lege ruimte rechts */
#uitgelichte-diensten .section__head { max-width: none; }
#uitgelichte-diensten .section__sub { max-width: none; }

/* =================================================================
   OVER ONS
   ================================================================= */
.about {
  display: grid; grid-template-columns: minmax(0, 0.9fr) 1fr; align-items: center;
  grid-template-areas: "media copy";
  gap: 1.6rem clamp(2rem, 5vw, 4.5rem);
}
.about__media { grid-area: media; }
.about__copy { grid-area: copy; }
.about__media img { width: 100%; height: auto; display: block; border-radius: var(--r); border: 1px solid var(--line); box-shadow: var(--shadow); }
.about__copy p { color: var(--text-2); font-size: 1rem; line-height: 1.75; margin-top: 1.1rem; max-width: 58ch; }
@media (max-width: 820px) {
  .about { grid-template-columns: 1fr; grid-template-areas: "media" "copy"; }
}

/* Call-to-action: gratis scan (onder de foto) */
.scan-cta {
  text-align: left;
  background: linear-gradient(135deg, #ecfdf5 0%, #ffffff 72%);
  border: 1px solid var(--line-2); border-radius: 20px;
  padding: clamp(1.6rem, 3vw, 2.3rem); position: relative; overflow: hidden;
  box-shadow: var(--shadow);
}
.scan-cta::before { content: ""; position: absolute; width: 300px; height: 300px; left: -90px; top: -120px; background: radial-gradient(circle, rgba(16,185,129,.22), transparent 65%); filter: blur(40px); pointer-events: none; }
.scan-cta > * { position: relative; }
.scan-cta__title { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: -.01em; font-size: clamp(1.25rem, 2.1vw, 1.6rem); line-height: 1.08; color: var(--text); }
.scan-cta__lead { color: var(--text-2); font-size: .94rem; line-height: 1.65; margin-top: 1rem; }
.scan-cta .cta-aanvraag { margin-top: 1.5rem; }
.scan-cta__note { margin-top: 1rem; font-size: .7rem; color: var(--muted); letter-spacing: .04em; }

/* =================================================================
   WERKWIJZE
   ================================================================= */
.steps { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.step { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 2rem; box-shadow: 0 18px 44px -30px rgba(15,28,22,.22); transition: transform .3s, box-shadow .3s; }
.step::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 3px; border-radius: var(--r) var(--r) 0 0; background: var(--accent-grad); opacity: .85; }
.step:hover { transform: translateY(-5px); box-shadow: 0 34px 64px -28px rgba(15,28,22,.32); }
.step__num { display: inline-grid; place-items: center; width: 46px; height: 46px; font-size: 1rem; font-weight: 700; color: #fff; background: var(--accent-grad); border-radius: 13px; margin-bottom: 1.3rem; box-shadow: 0 12px 24px -12px rgba(16,185,129,.7); }
.step h3 { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: -.01em; font-size: 1.3rem; margin-bottom: .6rem; color: var(--text); }
.step p { color: var(--text-2); font-size: .92rem; line-height: 1.6; }

.why { margin-top: 16px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.why__item { padding: 1.5rem; border-radius: var(--r); background: rgba(16,185,129,.06); border: 1px solid rgba(16,185,129,.18); }
.why__ico { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: #fff; border: 1px solid var(--line); color: var(--green); margin-bottom: .85rem; }
.why__ico svg { width: 18px; height: 18px; }
.why__item strong { font-family: var(--font-display); display: block; font-size: 1.05rem; text-transform: uppercase; letter-spacing: -.01em; margin-bottom: .4rem; color: var(--text); }
.why__item p { font-size: .86rem; color: var(--text-2); line-height: 1.5; }

/* Werkwijze: compact blok met bureau-foto + korte stappen (warme tinten) */
.how { display: grid; grid-template-columns: 0.85fr 1fr; gap: clamp(1.4rem, 3vw, 2.8rem); align-items: center; margin-top: clamp(1.4rem, 3vw, 2.2rem); }
.how__media { border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 4 / 3; }
.how__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.how__steps { list-style: none; padding: 0; margin: 0; display: grid; gap: clamp(.9rem, 2vw, 1.4rem); }
.how__step { display: flex; gap: 1rem; align-items: flex-start; }
.how__num { flex: none; width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; font-weight: 800; font-size: 1.05rem; color: var(--green-2); background: rgba(16,185,129,.1); border: 1.5px solid rgba(16,185,129,.3); letter-spacing: -.01em; }
.how__step h3 { font-family: var(--font-display); font-weight: 700; font-size: 1.12rem; letter-spacing: -.01em; color: var(--text); margin-bottom: .18rem; }
.how__step p { color: var(--text-2); font-size: .93rem; line-height: 1.5; }
.how__trust { padding: clamp(1.1rem, 2vw, 1.5rem) 0 0; margin: clamp(1.3rem, 3vw, 2rem) 0 0; border-top: 1px solid var(--line); }
.how__trust__row { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: .7rem 1.6rem; }
.how__trust__row + .how__trust__row { display: none; }
.how__trust li { display: flex; align-items: center; gap: .5rem; font-size: .9rem; color: var(--text-2); }
.how__trust li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #c98a6a; flex: none; }
.how__trust strong { color: var(--text); font-weight: 700; margin-right: .1rem; }
@keyframes trustMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (max-width: 600px) {
  .how__trust { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
  .how__trust__track { display: flex; width: max-content; animation: trustMarquee 24s linear infinite; }
  .how__trust__row { flex-wrap: nowrap; gap: 0; }
  .how__trust__row + .how__trust__row { display: flex; }
  .how__trust li { white-space: nowrap; margin-right: 1.9rem; }
}
@media (prefers-reduced-motion: reduce) { .how__trust__track { animation: none; } }
@media (max-width: 820px) {
  .how { grid-template-columns: 1fr; gap: 1.1rem; }
  .how__media { aspect-ratio: 16 / 9; }
}

/* =================================================================
   PRIJZEN
   ================================================================= */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: start; }
.plan { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: 1.9rem; display: flex; flex-direction: column; position: relative; transition: transform .3s, border-color .3s, box-shadow .3s; }
.plan:hover { transform: translateY(-4px); border-color: var(--line-2); box-shadow: var(--shadow); }
.plan.is-active { background: #f0faf5; border-color: var(--green); box-shadow: 0 26px 60px -34px rgba(16,185,129,.55); }
.plan.is-active .plan__kicker { color: var(--green-2); }
.plan__kicker { font-size: .72rem; color: var(--green-2); letter-spacing: .04em; }
.plan__head { margin-bottom: 1.4rem; }
.plan__head h3 { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: -.01em; font-size: 1.25rem; margin-top: .6rem; color: var(--text); }
.plan__rows { list-style: none; padding: 0; margin-bottom: 1.7rem; display: grid; gap: .1rem; flex: 1; }
.plan__rows li { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid var(--line); font-size: .86rem; }
.plan__rows span { color: var(--text-2); }
.plan__rows .plan__vat { display: block; font-size: .66rem; color: var(--muted); letter-spacing: 0; margin-top: .15rem; }
.plan__rows b { font-weight: 700; font-size: 1rem; color: var(--text); }
.plan__old { text-decoration: line-through; color: var(--muted); font-weight: 400; font-size: .82em; margin-right: .35em; }
.plan__rows .plan__price { display: flex; flex-direction: column; align-items: flex-end; flex: none; }
.plan.is-active .plan__btn { background: var(--accent-grad); color: #fff; border-color: transparent; }
.plan.is-active .plan__btn:hover { box-shadow: 0 16px 34px -14px rgba(16,185,129,.7); transform: translateY(-2px); }

/* =================================================================
   DIENST-DETAIL (klik op "Meer informatie") — pop-up
   ================================================================= */
.svc-modal { position: fixed; inset: 0; z-index: 100; display: flex; justify-content: center; align-items: flex-start; overflow-y: auto; padding: clamp(12px, 3vw, 40px); }
.svc-modal[hidden] { display: none; }
.svc-modal__backdrop { position: fixed; inset: 0; background: rgba(15,28,22,.45); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); animation: svcFade .25s ease; }
.svc-modal__dialog {
  position: relative; width: min(820px, 100%); margin-block: auto; display: flex; flex-direction: column;
  background: var(--surface); border: 1px solid var(--line-2); border-radius: var(--r);
  box-shadow: 0 40px 90px -40px rgba(15,28,22,.45); animation: svcPop .3s cubic-bezier(.2,.8,.2,1);
}
.svc-modal__scroll { padding: clamp(1.8rem, 4vw, 3rem); }
.svc-modal__close {
  position: absolute; top: 14px; right: 14px; z-index: 3; width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid var(--line-2); background: var(--surface-2); color: var(--text); font-size: 1rem; cursor: pointer;
  display: grid; place-items: center; transition: background .2s, transform .25s;
}
.svc-modal__close:hover { background: rgba(16,185,129,.12); transform: rotate(90deg); }
@keyframes svcFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes svcPop { from { opacity: 0; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: none; } }
body.svc-open { overflow: hidden; }

.dienst-info__lead { font-size: 1.1rem; line-height: 1.55; color: var(--text); max-width: 70ch; }
.dienst-info__lead strong { color: var(--green-2); font-weight: 600; }
.dienst-info__price { margin-top: 1rem; display: inline-block; font-size: .98rem; color: var(--text-2); background: var(--bg-2); border-left: 3px solid var(--green); border-radius: 10px; padding: .7rem 1rem; }
.dienst-info__price strong { color: var(--green-2); font-size: 1.25rem; font-weight: 700; margin-right: .15rem; }
.dienst-info__cols { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.6rem, 4vw, 3rem); margin-top: 1.8rem; }
.dienst-info h4 { font-family: var(--font-display); font-weight: 600; text-transform: uppercase; letter-spacing: -.01em; font-size: 1.05rem; color: var(--text); margin-bottom: .55rem; display: flex; align-items: center; gap: .5rem; }
.dienst-info h4::before { content: ""; width: 18px; height: 2px; background: var(--accent-grad); border-radius: 2px; }
.dienst-info p { color: var(--text-2); font-size: .92rem; }
.dienst-info strong { color: var(--green-2); font-weight: 600; }

.dienst-contact {
  margin-top: clamp(2rem, 4vw, 3rem); padding-top: clamp(2rem, 4vw, 3rem);
  border-top: 1px solid var(--line);
  display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(1.6rem, 4vw, 3.2rem); align-items: start;
}
.dienst-contact__title { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: -.02em; font-size: clamp(1.6rem, 3vw, 2.3rem); line-height: 1.02; margin-bottom: 1rem; color: var(--text); }
.dienst-contact__intro p { color: var(--text-2); font-size: .92rem; }
.dienst-contact__intro a { color: var(--green-2); border-bottom: 1px solid var(--line-2); }
.dienst-contact__intro a:hover { color: var(--text); }
.dienst-form { display: grid; gap: 1rem; }

/* aanvraagknop */
.dienst-cta { display: flex; flex-direction: column; gap: 1rem; align-items: flex-start; justify-content: center; }
.cta-aanvraag {
  display: inline-flex; align-items: center; justify-content: center; gap: .6em;
  font-family: var(--font-mono); font-weight: 600; font-size: .9rem;
  text-transform: uppercase; letter-spacing: .08em; color: #fff;
  background: var(--accent-grad); border: 1px solid transparent; border-radius: 999px;
  padding: 1.05em 2em; min-height: 50px; cursor: pointer;
  box-shadow: 0 16px 34px -14px rgba(16,185,129,.7);
  transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s, filter .25s;
}
.cta-aanvraag:hover { transform: translateY(-2px); box-shadow: 0 22px 44px -14px rgba(16,185,129,.9); filter: brightness(1.05); }
.cta-aanvraag:active { transform: translateY(0); }
.cta-aanvraag:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }
.dienst-cta__note { font-size: .72rem; color: var(--muted); }

/* ---------- voorbeeldrapport: preview-kaart + PDF-pop-up ---------- */
.report-preview__label { font-size: .7rem; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin-bottom: .6rem; }
.report-preview__card { position: relative; width: 100%; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: #fff; box-shadow: var(--shadow); aspect-ratio: 1 / 1.2; transition: transform .25s, box-shadow .25s, border-color .25s; }
.report-preview__card:hover { transform: translateY(-3px); border-color: var(--line-2); }
.report-preview__thumb { position: absolute; inset: 0; width: 100%; height: 165%; border: 0; pointer-events: none; background: #fff; }
.report-preview__overlay { position: absolute; inset: 0; width: 100%; border: 0; cursor: pointer; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 1rem; background: linear-gradient(180deg, transparent 50%, rgba(15,28,22,.5)); transition: background .25s; }
.report-preview__overlay:focus-visible { outline: 2px solid var(--green); outline-offset: -2px; }
.report-preview__cta { background: #fff; color: var(--text); font-family: var(--font-mono); font-size: .74rem; font-weight: 600; padding: .55em 1.1em; border-radius: 999px; box-shadow: 0 8px 20px -8px rgba(15,28,22,.55); transition: background .25s, color .25s; }
.report-preview__card:hover .report-preview__cta { background: var(--green); color: #fff; }
.report-preview__note { font-size: .72rem; color: var(--muted); margin-top: .7rem; }

.pdf-modal__dialog { width: min(960px, 100%); height: min(94vh, 1240px); padding: 0; overflow: hidden; }
.pdf-modal__frame { width: 100%; flex: 1; border: 0; background: #525659; display: block; }
.pdf-modal__bar { display: flex; justify-content: flex-end; align-items: center; padding: .65rem 1rem; border-top: 1px solid var(--line); background: #fff; }
.pdf-modal__open { font-family: var(--font-mono); font-size: .78rem; font-weight: 600; color: var(--green-2); }
.pdf-modal__open:hover { color: var(--text); }

/* mobiel: PDF niet inbedden, schone tap-kaart die in een nieuw tabblad opent */
@media (max-width: 760px) {
  .report-preview__thumb { display: none; }
  .report-preview__card { aspect-ratio: 16 / 7; background: var(--surface-2); }
  .report-preview__overlay { position: absolute; background: none; align-items: center; padding-bottom: 0; }
}

/* =================================================================
   FAQ
   ================================================================= */
.faq { display: grid; gap: 12px; }
.faq details { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-sm); overflow: hidden; transition: border-color .25s; }
.faq details[open] { border-color: var(--line-2); }
.faq summary { list-style: none; cursor: pointer; padding: 1.25rem 1.4rem; font-size: .95rem; font-weight: 600; display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: var(--text); }
.faq summary::-webkit-details-marker { display: none; }
.faq__plus { position: relative; width: 16px; height: 16px; flex: none; }
.faq__plus::before, .faq__plus::after { content: ""; position: absolute; background: var(--green); border-radius: 2px; transition: transform .3s, opacity .3s; }
.faq__plus::before { top: 7px; left: 0; width: 16px; height: 2px; }
.faq__plus::after { left: 7px; top: 0; width: 2px; height: 16px; }
.faq details[open] .faq__plus::after { transform: rotate(90deg); opacity: 0; }
.faq details p { padding: 0 1.4rem 1.35rem; color: var(--text-2); max-width: 64ch; font-size: .9rem; }

/* ---------- FAQ-contactblok (alleen via e-mail) ---------- */
.faq-contact { margin-top: clamp(28px, 5vw, 46px); background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); padding: clamp(1.6rem, 4vw, 2.6rem); box-shadow: var(--shadow); }
.faq-contact .eyebrow { margin-bottom: .7rem; }
.faq-contact__title { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: -.01em; font-size: clamp(1.4rem, 3vw, 2rem); line-height: 1.04; color: var(--text); margin-bottom: .9rem; }
.faq-contact__intro p { color: var(--text-2); font-size: .95rem; line-height: 1.7; max-width: 62ch; }
.faq-contact__mail { margin-top: 1rem; font-size: 1rem; }
.faq-contact__mail a { color: var(--green-2); font-weight: 600; border-bottom: 1px solid var(--line-2); padding-bottom: 2px; }
.faq-contact__mail a:hover { color: var(--text); }
.faq-contact__form { margin-top: 1.8rem; display: grid; gap: 1rem; }
.faq-contact__form .cta-aanvraag { justify-self: start; margin-top: .3rem; }
@media (max-width: 600px) { .faq-contact__form .cta-aanvraag { width: 100%; } }

/* contact: keuze Mailen / Bellen + belafspraak-planner */
.contact-tabs { display: flex; gap: .5rem; margin-top: 1.8rem; }
.contact-tab { flex: 1; font-family: inherit; font-weight: 600; font-size: .9rem; color: var(--text-2); background: #fff; border: 1px solid var(--line-2); border-radius: 999px; padding: .75em 1em; cursor: pointer; transition: all .2s; }
.contact-tab:hover { border-color: var(--green); color: var(--green-2); }
.contact-tab.is-active { background: var(--surface-2); border-color: var(--green); color: var(--green-2); box-shadow: inset 0 0 0 1px var(--green); }
.contact-tab:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }
.contact-panel { margin-top: 1.6rem; }
.contact-greet { font-weight: 600; color: var(--green-2); margin-bottom: 1.1rem; }

.contact-date { width: 100%; font-family: inherit; font-size: .95rem; color: var(--text); background: #fff; border: 1px solid var(--line-2); border-radius: var(--r-sm); padding: .8em 1em; }
.contact-date:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(16,185,129,.15); }

.slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(86px, 1fr)); gap: .5rem; }
.slot { font-family: inherit; font-size: .9rem; font-weight: 600; color: var(--text-2); background: #fff; border: 1px solid var(--line-2); border-radius: 999px; padding: .6em .4em; cursor: pointer; transition: all .2s; }
.slot:hover { border-color: var(--green); color: var(--green-2); }
.slot.is-sel { background: var(--surface-2); border-color: var(--green); color: var(--green-2); box-shadow: inset 0 0 0 1px var(--green); }
.slot:focus-visible { outline: 2px solid var(--green); outline-offset: 2px; }
.slots-hint { font-size: .92rem; color: var(--text-2); background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--r-sm); padding: .8rem 1rem; }
.slots-hint.err { color: var(--danger); background: rgba(220,38,38,.08); border-color: rgba(220,38,38,.25); }

.form-error { color: var(--danger); font-size: .88rem; background: rgba(220,38,38,.08); border: 1px solid rgba(220,38,38,.25); border-radius: var(--r-sm); padding: .7rem .9rem; }

.contact-done { text-align: center; padding: 1.4rem 0; }
.contact-done__icon { width: 56px; height: 56px; margin: 0 auto 1rem; border-radius: 50%; background: var(--surface-2); display: grid; place-items: center; color: var(--green); }
.contact-done__icon svg { width: 28px; height: 28px; }
.contact-done h4 { font-family: 'Jost', sans-serif; font-weight: 700; font-size: 1.25rem; letter-spacing: -.01em; color: var(--text); margin-bottom: .5rem; }
.contact-done p { color: var(--text-2); max-width: 44ch; margin: 0 auto; }

/* =================================================================
   CTA / CONTACT (legacy, ongebruikt) + formuliervelden
   ================================================================= */
.cta { padding-block: clamp(60px, 9vw, 130px); }
.cta__panel {
  background: var(--surface); border: 1px solid var(--line-2); border-radius: 30px;
  padding: clamp(2rem, 5vw, 4rem); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem);
  position: relative; overflow: hidden; box-shadow: var(--shadow);
}
.cta__copy p { color: var(--text-2); margin-top: 1.2rem; max-width: 32ch; font-size: .95rem; }
.cta__contacts { list-style: none; padding: 0; margin-top: 2.2rem; display: grid; gap: 1rem; }
.cta__contacts li { display: flex; gap: 1rem; align-items: baseline; }
.cta__contacts .mono { font-size: .7rem; color: var(--muted); width: 78px; flex: none; text-transform: uppercase; letter-spacing: .1em; }
.cta__contacts a { color: var(--text); border-bottom: 1px solid var(--line-2); padding-bottom: 2px; transition: border-color .2s; }
.cta__contacts a:hover { border-color: var(--green); }

.cta__form { position: relative; display: grid; gap: 1rem; }
.field { display: grid; gap: .45rem; }
.field label { font-size: .7rem; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; }
.field input, .field select, .field textarea {
  font-family: inherit; font-size: .95rem; color: var(--text);
  background: #fff; border: 1px solid var(--line-2); border-radius: 12px;
  padding: .85em 1em; transition: border-color .2s, box-shadow .2s; width: 100%;
}
.field textarea { resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: var(--muted); }
.consent-group { display: grid; gap: .55rem; margin: .2rem 0 1rem; }
.consent-row { display: flex; gap: .6rem; align-items: flex-start; font-size: .85rem; line-height: 1.45; color: var(--text-2); cursor: pointer; }
.consent-row input { flex: none; width: 18px; height: 18px; margin-top: .1rem; accent-color: var(--green); cursor: pointer; }
.consent-row a { color: var(--green-2); text-decoration: underline; text-underline-offset: 2px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(16,185,129,.15); }
.field select option { color: #111; }
.form-note { font-size: .82rem; color: var(--green-2); min-height: 1.2em; }

/* =================================================================
   JURIDISCHE PAGINA'S (privacybeleid, voorwaarden)
   ================================================================= */
.legal-top { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.85); backdrop-filter: blur(14px) saturate(150%); border-bottom: 1px solid var(--line); }
.legal-top .container { display: flex; align-items: center; justify-content: space-between; height: 70px; gap: 1rem; }
.legal-back { font-family: var(--font-mono); font-size: .8rem; text-transform: uppercase; letter-spacing: .06em; color: var(--text-2); transition: color .2s; }
.legal-back:hover { color: var(--text); }
.legal { padding-block: clamp(40px, 7vw, 90px); }
.legal__head { max-width: 70ch; margin-bottom: clamp(30px, 5vw, 52px); }
.legal__meta { font-family: var(--font-mono); font-size: .74rem; text-transform: uppercase; letter-spacing: .14em; color: var(--green-2); margin-top: 1rem; }
.legal__intro { color: var(--text-2); margin-top: 1.3rem; font-size: 1rem; line-height: 1.7; }
.legal h2 { font-family: var(--font-display); font-weight: 700; text-transform: uppercase; letter-spacing: -.01em; font-size: clamp(1.2rem, 2vw, 1.6rem); color: var(--text); margin: 2.6rem 0 .8rem; }
.legal h3 { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; color: var(--text); margin: 1.6rem 0 .5rem; }
.legal p, .legal li { color: var(--text-2); font-size: .95rem; line-height: 1.75; max-width: 78ch; }
.legal p { margin-bottom: 1rem; }
.legal ul { padding-left: 1.3rem; margin-bottom: 1.2rem; display: grid; gap: .45rem; }
.legal strong { color: var(--text); font-weight: 600; }
.legal a { color: var(--green-2); border-bottom: 1px solid var(--line-2); }
.legal a:hover { color: var(--text); }
.legal__tablewrap { overflow-x: auto; margin: 1rem 0 1.6rem; }
.legal__table { width: 100%; border-collapse: collapse; min-width: 520px; font-size: .88rem; }
.legal__table th, .legal__table td { text-align: left; padding: .7rem .85rem; border-bottom: 1px solid var(--line); vertical-align: top; color: var(--text-2); }
.legal__table th { color: var(--text); font-family: var(--font-mono); font-weight: 600; font-size: .74rem; text-transform: uppercase; letter-spacing: .05em; }
.legal-todo { background: rgba(217,119,6,.14); color: #b45309; padding: .05em .4em; border-radius: 5px; font-family: var(--font-mono); font-size: .85em; }

/* =================================================================
   FOOTER
   ================================================================= */
.site-footer { background: var(--bg-2); border-top: 1px solid var(--line); padding-top: clamp(48px, 7vw, 84px); }
.footer__grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 2rem; padding-bottom: 3rem; }
.footer__brand p { margin-top: 1.1rem; color: var(--text-2); max-width: 30ch; font-size: .86rem; }
.footer__col h4 { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); margin-bottom: 1.2rem; font-weight: 600; }
.footer__col a { display: block; padding: .35rem 0; color: var(--text-2); font-size: .86rem; transition: color .2s; }
.footer__col a:hover { color: var(--green-2); }
.footer__note { margin-top: 1rem; font-size: .82rem; line-height: 1.6; color: var(--muted); max-width: 32ch; }
.footer__base { border-top: 1px solid var(--line); padding-block: 1.8rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; }
.footer__base p { font-size: .76rem; color: var(--muted); }
.footer__base a { color: var(--text-2); transition: color .2s; }
.footer__base a:hover { color: var(--green-2); }
.footer__legal { max-width: 62ch; }

/* =================================================================
   REVEAL
   ================================================================= */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s cubic-bezier(.2,.8,.2,1), transform .75s cubic-bezier(.2,.8,.2,1); }
.reveal[data-delay="1"] { transition-delay: .1s; }
.reveal[data-delay="2"] { transition-delay: .2s; }
.reveal[data-delay="3"] { transition-delay: .3s; }
.reveal[data-delay="4"] { transition-delay: .4s; }
.reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; } }

/* =================================================================
   RESPONSIVE
   ================================================================= */
@media (max-width: 980px) {
  .hero__headline { max-width: 100%; }
  .hero__banner { min-height: clamp(460px, 92vw, 640px); }
  .hero__banner::after { background: linear-gradient(180deg, rgba(250,250,247,.93) 0%, rgba(250,250,247,.66) 46%, rgba(250,250,247,.34) 76%, rgba(250,250,247,.12) 100%); }
  .hero__visual { object-position: 68% center; }
  .price-grid { grid-template-columns: repeat(2, 1fr); }
  .why { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .navbar__links { display: none; }
  .navbar__cta { display: none; }
  .nav__toggle { display: flex; }
  .navbar { padding-right: .6rem; }
  .mobile-menu:not([hidden]) { display: flex; }
  /* hero compact: verberg het decoratieve report-kaartje op telefoon */
  .hero__aside { display: none; }
  /* contractcheck-boodschap blijft wel zichtbaar op telefoon */
  .hero__cap-mobile { display: block; }
  /* bento → 1 kolom, compactere kaarten */
  .bento { grid-template-columns: 1fr; grid-auto-rows: 172px; gap: 12px; }
  .work--xl, .work--a, .work--b, .work--wide, .work--half { grid-column: 1 / -1; grid-row: auto; }
  .work--xl { min-height: 172px; }
  /* werkwijze: 3 compacte kolommen naast elkaar */
  .steps { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .step { padding: 1.1rem .9rem; }
  .step__num { margin-bottom: .9rem; }
  .step h3 { font-size: 1rem; }
  .step p { font-size: .78rem; }
  .cta__panel { grid-template-columns: 1fr; }
  .hero__stats { grid-template-columns: repeat(2, 1fr); row-gap: 1.6rem; }
  .hero__stats li { padding-left: 0; }
  .hero__stats li + li::before { display: none; }
  .dienst-info__cols { grid-template-columns: 1fr; }
  .dienst-contact { grid-template-columns: 1fr; }
  .work__go { width: 46px; height: 46px; }
}

/* ---- telefoon ---- */
@media (max-width: 600px) {
  .section { padding-block: clamp(34px, 9vw, 56px); }
  .hero .display { font-size: clamp(3rem, 14.5vw, 8.6rem); }
  .hero__pitch { font-size: .96rem; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .btn { width: 100%; }
  .price-grid { grid-template-columns: 1fr; }
  .svc-modal__scroll { padding: 1.5rem 1.25rem; }
  .dienst-contact__title { font-size: 1.5rem; }
  .plan { padding: 1.7rem 1.4rem; }
  .faq summary { font-size: .9rem; }
  .dienst-cta { align-items: stretch; }
  .cta-aanvraag { width: 100%; }
}
@media (max-width: 480px) {
  .why, .footer__grid { grid-template-columns: 1fr; }
  .bento { grid-auto-rows: 158px; }
  .work--xl { min-height: 158px; }
  .steps { gap: 8px; }
  .step { padding: .9rem .7rem; }
  .step__num { margin-bottom: .7rem; padding: .2em .5em; font-size: .68rem; }
  .step h3 { font-size: .9rem; }
  .step p { font-size: .72rem; }
}

/* ===== Uitgelichte diensten (kaarten met foto boven) ===== */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; margin-top: 2.4rem; }
.feat-card {
  display: flex; flex-direction: column; background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--r); overflow: hidden;
  box-shadow: var(--shadow); text-decoration: none; color: inherit;
  transition: transform .25s ease, box-shadow .25s ease;
}
.feat-card:hover { transform: translateY(-6px); box-shadow: 0 36px 70px -30px rgba(15,28,22,.30); }
.feat-card:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }
.feat-card__media { aspect-ratio: 16 / 9; width: 100%; overflow: hidden; background: var(--bg-2); }
/* Geen transform/scale/translate: die zetten de afbeelding op een GPU-laag die opnieuw gesampled wordt (= wazig). Puur object-fit laat de browser scherp downscalen uit de 2400px-bron. */
.feat-card__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.feat-card__body { padding: 1.4rem 1.4rem 1.5rem; display: flex; flex-direction: column; gap: .5rem; }
.feat-card__eyebrow { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; color: var(--green-2); }
.feat-card__title { font-family: var(--font-display); font-weight: 700; font-size: 1.2rem; letter-spacing: -.01em; color: var(--text); }
.feat-card__text { color: var(--text-2); font-size: .95rem; line-height: 1.55; }
.feat-card__hint { color: var(--muted); font-size: .8rem; font-style: italic; margin-top: .15rem; }
.feat-card__more { margin-top: .4rem; display: inline-flex; align-items: center; gap: .4rem; font-weight: 600; font-size: .9rem; color: var(--green-2); }
.feat-card__more svg { width: 16px; height: 16px; transition: transform .25s ease; }
.feat-card:hover .feat-card__more svg { transform: translateX(5px); }
@media (max-width: 880px) { .feat-grid { grid-template-columns: 1fr; } }
/* telefoon: horizontale swipe-carrousel i.p.v. lange stapel */
@media (max-width: 600px) {
  .feat-grid {
    display: flex; grid-template-columns: none;
    overflow-x: auto; scroll-snap-type: x mandatory;
    gap: 1rem; margin-inline: calc(clamp(18px, 4vw, 40px) * -1);
    padding: 0 clamp(18px, 4vw, 40px) .6rem;
    -webkit-overflow-scrolling: touch; scrollbar-width: none;
  }
  .feat-grid::-webkit-scrollbar { display: none; }
  .feat-card { flex: 0 0 82%; scroll-snap-align: start; }
}

/* =================================================================
   DARK EMERALD CONTACT BLOCK
   ================================================================= */
.faq-contact--emerald {
  background: #064e3b;
  border-color: rgba(52,211,153,.15);
  box-shadow: none;
}
.faq-contact--emerald .eyebrow { color: rgba(52,211,153,.8); }
.faq-contact--emerald .faq-contact__title { color: #fff; }
.faq-contact--emerald .faq-contact__intro p { color: rgba(255,255,255,.72); }
.faq-contact--emerald .faq-contact__mail a { color: #6ee7b7; border-bottom-color: rgba(110,231,183,.3); }
.faq-contact--emerald .faq-contact__mail a:hover { color: #fff; }
.faq-contact--emerald .field label { color: rgba(255,255,255,.55); }
.faq-contact--emerald .field input,
.faq-contact--emerald .field select,
.faq-contact--emerald .field textarea { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); color: #fff; }
.faq-contact--emerald .field input::placeholder,
.faq-contact--emerald .field textarea::placeholder { color: rgba(255,255,255,.35); }
.faq-contact--emerald .field input:focus,
.faq-contact--emerald .field select:focus,
.faq-contact--emerald .field textarea:focus { border-color: #34d399; box-shadow: 0 0 0 3px rgba(52,211,153,.2); }
.faq-contact--emerald .consent-row { color: rgba(255,255,255,.7); }
.faq-contact--emerald .consent-row a { color: #6ee7b7; }
.faq-contact--emerald .contact-tab { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.14); color: rgba(255,255,255,.75); }
.faq-contact--emerald .contact-tab:hover { border-color: #34d399; color: #fff; }
.faq-contact--emerald .contact-tab.is-active { background: rgba(52,211,153,.15); border-color: #34d399; color: #fff; box-shadow: inset 0 0 0 1px #34d399; }
.faq-contact--emerald .contact-date { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); color: #fff; }
.faq-contact--emerald .slots-hint { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.1); color: rgba(255,255,255,.65); }
.faq-contact--emerald .contact-greet { color: #6ee7b7; }
.faq-contact--emerald .cta-aanvraag { background: #fff; color: #064e3b; box-shadow: 0 16px 34px -14px rgba(0,0,0,.4); }
.faq-contact--emerald .cta-aanvraag:hover { box-shadow: 0 22px 44px -14px rgba(0,0,0,.5); filter: brightness(1.02); }
.faq-contact--emerald .form-note { color: #6ee7b7; }
.faq-contact--emerald .ws-label { color: rgba(255,255,255,.65); margin-bottom: .4rem; font-size: .82rem; }

/* Diensten: schone lichte kaarten (past bij de hero) */
.svc-cards { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(16px, 2.4vw, 26px); margin-top: clamp(1.4rem, 3vw, 2.4rem); scroll-margin-top: 96px; }
.svc-card { display: flex; flex-direction: column; background: var(--surface); border: 1px solid var(--line-2); border-radius: var(--r); overflow: hidden; text-decoration: none; color: inherit; transition: transform .8s cubic-bezier(.165,.84,.44,1), box-shadow .8s cubic-bezier(.165,.84,.44,1), border-color .3s ease; }
.svc-card:hover { transform: translateY(-6px); border-color: var(--green); box-shadow: 0 28px 56px -24px rgba(15,28,22,.22); }
.svc-card:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }
.svc-card__media { aspect-ratio: 16 / 9; width: 100%; overflow: hidden; background: var(--bg-2); border-radius: var(--r-inner) var(--r-inner) 0 0; }
.svc-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.svc-card__body { padding: clamp(1.4rem, 2.4vw, 2rem); display: flex; flex-direction: column; gap: .55rem; flex: 1; }
.svc-card__eyebrow { font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; color: var(--green-2); }
.svc-card__title { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.5rem, 2.2vw, 1.95rem); letter-spacing: -.02em; color: var(--text); line-height: 1.05; }
.svc-card__text { color: var(--text-2); font-size: .98rem; line-height: 1.6; }
.svc-card__meta { font-family: var(--font-mono); font-size: .82rem; color: var(--muted); margin-top: .1rem; }
.svc-card__cta { margin-top: auto; padding-top: .7rem; display: inline-flex; align-items: center; gap: .45rem; font-weight: 700; font-size: .92rem; color: var(--green-2); }
.svc-card__cta svg { width: 18px; height: 18px; transition: transform .25s ease; }
.svc-card:hover .svc-card__cta svg { transform: translateX(5px); }
@media (max-width: 760px) { .svc-cards { grid-template-columns: 1fr; } }
