/* ============================================================
   Uyttenbroek Vastgoedadvies — Main Stylesheet
   Design: Trust & Authority | Geist + Open Sans
   ============================================================ */

/* ── Self-hosted fonts (Geist + Open Sans, variabele woff2 — geen Google-verbinding) ── */
/* Geist — koppen */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/geist-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/geist-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* Open Sans — tekst */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/opensans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/opensans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/opensans-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/opensans-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ── Tokens ── */
:root {
  --dark:       #16181D;
  --dark-800:   #1E2128;
  --dark-700:   #2C3140;
  --green:      #2E7D4F;
  --green-light:#3A9B63;
  --green-dark: #1F5C39;
  --blue:       #0E7CB0;
  --blue-light: #1590CC;
  --bg:         #F8FAFC;
  --bg-muted:   #EEF1F5;
  --white:      #FFFFFF;
  --text:       #16181D;
  --text-muted: #5A6478;
  --border:     #DDE3EC;

  --font-head:  'Geist', sans-serif;
  --font-body:  'Open Sans', sans-serif;

  --radius-sm:  6px;
  --radius:     12px;
  --radius-lg:  20px;

  --shadow-sm:  0 1px 4px rgba(0,0,0,.06);
  --shadow:     0 4px 20px rgba(0,0,0,.09);
  --shadow-lg:  0 12px 48px rgba(0,0,0,.14);

  --transition: 220ms ease;
  --nav-h:      72px;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.65;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }

/* ── Typography ── */
h1,h2,h3,h4,h5 {
  font-family: var(--font-head);
  line-height: 1.2;
  color: var(--dark);
}
h1 { font-size: clamp(2rem, 5vw, 3.25rem); font-weight: 700; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.5rem); font-weight: 700; }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); font-weight: 600; }
h4 { font-size: 1.05rem; font-weight: 600; }
p  { max-width: 68ch; }

/* ── Layout helpers ── */
.container {
  width: min(1200px, calc(100% - 3rem));
  margin-inline: auto;
}
.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.75rem; }
.grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; }

.section { padding: 5rem 0; }
.section--dark { background: var(--dark); color: var(--white); }
.section--dark h1,
.section--dark h2,
.section--dark h3 { color: var(--white); }
.section--muted { background: var(--bg-muted); }
.section--green { background: var(--green); color: var(--white); }
.section--green h2 { color: var(--white); }

.label-tag {
  display: inline-block;
  font-family: var(--font-head);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: .75rem;
}
.section--dark .label-tag { color: var(--green-light); }

.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-header p { color: var(--text-muted); margin-inline: auto; margin-top: .75rem; font-size: 1.05rem; }
.section--dark .section-header p { color: rgba(255,255,255,.65); }

/* ── Buttons ── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1.75rem;
  border-radius: var(--radius);
  font-family: var(--font-head);
  font-size: .925rem;
  font-weight: 600;
  transition: all var(--transition);
  cursor: pointer;
  white-space: nowrap;
}
.btn--primary {
  background: var(--green);
  color: var(--white);
}
.btn--primary:hover { background: var(--green-dark); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(46,125,79,.35); }

.btn--outline {
  border: 2px solid rgba(255,255,255,.35);
  color: var(--white);
}
.btn--outline:hover { border-color: var(--white); background: rgba(255,255,255,.1); }

.btn--outline-dark {
  border: 2px solid var(--border);
  color: var(--dark);
}
.btn--outline-dark:hover { border-color: var(--dark); background: var(--dark); color: var(--white); }

.btn--white { background: var(--white); color: var(--green); }
.btn--white:hover { background: var(--bg); transform: translateY(-1px); box-shadow: var(--shadow); }

.btn--lg { padding: .95rem 2.25rem; font-size: 1rem; }

/* ── Keyboard focus: duidelijke merk-focusring, alleen bij toetsenbord ──
   Zichtbaar op zowel donkere als lichte achtergronden (≥3:1 contrast). */
a:focus-visible,
button:focus-visible,
.btn:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--green-light);
  outline-offset: 2px;
}

/* ── Navigation ── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  transition: background var(--transition), box-shadow var(--transition);
}
.nav.nav--scrolled {
  background: rgba(22,24,29,.97);
  box-shadow: 0 2px 20px rgba(0,0,0,.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.nav.nav--light {
  background: rgba(255,255,255,.97);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(12px);
}
.nav.nav--light .nav__logo-text { color: var(--dark); }
.nav.nav--light .nav__link { color: var(--dark); }
.nav.nav--light .nav__link:hover { color: var(--green); }
.nav.nav--light .nav__hamburger span { background: var(--dark); }

.nav__inner {
  width: min(1200px, calc(100% - 3rem));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav__logo {
  display: flex;
  align-items: center;
  gap: .75rem;
}
.nav__logo-mark {
  width: 40px; height: 40px;
  flex-shrink: 0;
  display: block;
  object-fit: contain;
}
.nav__logo-text {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1rem;
  color: var(--white);
  line-height: 1.2;
}
.nav__logo-sub {
  display: block;
  font-size: .65rem;
  font-weight: 400;
  letter-spacing: .05em;
  opacity: .7;
}
.nav__links {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.nav__link {
  font-family: var(--font-head);
  font-size: .875rem;
  font-weight: 500;
  color: rgba(255,255,255,.85);
  transition: color var(--transition);
}
.nav__link:hover,
.nav__link.active { color: var(--green-light); }

.nav__cta { margin-left: 1rem; }

.nav__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: .5rem;
  cursor: pointer;
}
.nav__hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all var(--transition);
}
.nav__hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__hamburger.open span:nth-child(2) { opacity: 0; }
.nav__hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ── Mobile Menu ── */
.nav__mobile {
  display: none;
  position: fixed;
  inset: 0;
  top: var(--nav-h);
  background: var(--dark);
  z-index: 99;
  padding: 2rem;
  flex-direction: column;
  gap: 1.5rem;
  transform: translateY(-100%);
  transition: transform 350ms cubic-bezier(.4,0,.2,1);
}
.nav__mobile.open {
  display: flex;
  transform: translateY(0);
}
.nav__mobile .nav__link {
  font-size: 1.25rem;
  color: var(--white);
  padding: .5rem 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

/* ── Hero ── */
.hero {
  min-height: 100dvh;
  /* Poster als basis-fallback (toont direct + als video uit staat) */
  background: var(--dark) url('../media/hero-poster.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  padding-top: var(--nav-h);
  position: relative;
  overflow: hidden;
}

/* Video-achtergrond: vult de hele hero, blijft achter de content */
.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

/* Gradient-overlay: donker genoeg voor leesbare witte tekst (WCAG AA) */
.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(105deg, rgba(22,24,29,.92) 0%, rgba(22,24,29,.72) 45%, rgba(22,24,29,.45) 100%),
    radial-gradient(circle at 80% 20%, rgba(14,124,176,.18) 0%, transparent 50%),
    radial-gradient(circle at 15% 90%, rgba(46,125,79,.20) 0%, transparent 55%);
}

.hero__inner {
  position: relative;
  z-index: 2;
  width: min(1200px, calc(100% - 3rem));
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  padding: 5rem 0;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(46,125,79,.2);
  border: 1px solid rgba(46,125,79,.4);
  border-radius: 100px;
  padding: .35rem .9rem;
  font-size: .8rem;
  font-weight: 600;
  color: #6EE7A0;
  letter-spacing: .04em;
  margin-bottom: 1.5rem;
}
.hero__badge-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #6EE7A0;
  animation: pulse-dot 2s ease-in-out infinite;
}

.hero__title {
  color: var(--white);
  margin-bottom: 1.25rem;
}
.hero__title em {
  font-style: normal;
  color: var(--green-light);
}

.hero__sub {
  color: rgba(255,255,255,.65);
  font-size: 1.1rem;
  max-width: 48ch;
  margin-bottom: 2.25rem;
  line-height: 1.7;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.hero__trust {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.hero__trust-item {
  display: flex;
  align-items: center;
  gap: .5rem;
  color: rgba(255,255,255,.5);
  font-size: .8rem;
}
.hero__trust-item svg { color: var(--green-light); flex-shrink: 0; }

/* ── Energy Label Visual ── */
.energy-visual {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .5rem;
  position: relative;
}

.energy-label-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg);
  padding: 2rem 1.75rem;
  backdrop-filter: blur(8px);
  width: 100%;
  max-width: 360px;
  animation: float 5s ease-in-out infinite;
}

.energy-label-card__title {
  font-family: var(--font-head);
  font-size: .8rem;
  font-weight: 600;
  color: rgba(255,255,255,.5);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.energy-grade {
  display: flex;
  flex-direction: column;
  gap: .4rem;
  margin-bottom: 1.5rem;
}

.energy-grade__row {
  display: flex;
  align-items: center;
  gap: .75rem;
  opacity: .35;
  transition: all .4s ease;
}
.energy-grade__row.active {
  opacity: 1;
  transform: scale(1.03);
}
.energy-grade__bar {
  height: 34px;
  border-radius: 0 6px 6px 0;
  display: flex;
  align-items: center;
  padding: 0 .75rem;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1rem;
  color: white;
  position: relative;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%);
  padding-right: 1.5rem;
}
.grade-A { background: #1F7A4A; width: 60%; }
.grade-B { background: #3B9E5A; width: 68%; }
.grade-C { background: #8BC34A; width: 74%; }
.grade-D { background: #FFC107; width: 80%; }
.grade-E { background: #FF9800; width: 86%; }
.grade-F { background: #F44336; width: 92%; }
.grade-G { background: #B71C1C; width: 98%; }

.energy-grade__label {
  font-family: var(--font-head);
  font-size: .75rem;
  font-weight: 500;
  color: rgba(255,255,255,.6);
  min-width: 90px;
}

.energy-label-card__footer {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 1rem;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.energy-label-card__footer-text {
  font-size: .75rem;
  color: rgba(255,255,255,.45);
}
.energy-label-card__footer-badge {
  margin-left: auto;
  background: rgba(46,125,79,.3);
  border: 1px solid rgba(46,125,79,.5);
  border-radius: 100px;
  padding: .2rem .6rem;
  font-size: .7rem;
  font-weight: 600;
  color: #6EE7A0;
}

.stat-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
  width: 100%;
  max-width: 360px;
}
.stat-card {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
}
.stat-card__num {
  font-family: var(--font-head);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1;
  margin-bottom: .25rem;
}
.stat-card__num span { color: var(--green-light); }
.stat-card__label {
  font-size: .75rem;
  color: rgba(255,255,255,.45);
}

/* ── Page Hero (inner pages) ── */
.page-hero {
  background: var(--dark);
  padding: calc(var(--nav-h) + 3.5rem) 0 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 100%, rgba(46,125,79,.15) 0%, transparent 60%);
}
.page-hero .container { position: relative; }
.page-hero h1 { color: var(--white); margin-bottom: .75rem; }
.page-hero p { color: rgba(255,255,255,.6); font-size: 1.1rem; max-width: 56ch; margin-inline: auto; }
.breadcrumb {
  display: flex;
  align-items: center;
  gap: .5rem;
  justify-content: center;
  margin-bottom: 1rem;
  font-size: .8rem;
  color: rgba(255,255,255,.4);
}
.breadcrumb a { color: rgba(255,255,255,.6); transition: color var(--transition); }
.breadcrumb a:hover { color: var(--green-light); }

/* ── USP Cards ── */
.usp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; }

/* Informatieve kaart: rustige, eerlijke hover (geen nep-knop-lift).
   De craft zit in het icoon dat 'activeert' — één helder signaal. */
.usp-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem 1.5rem;
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease, border-color .35s ease;
  position: relative;
  overflow: hidden;
}
.usp-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: rgba(46,125,79,.45);
}

.usp-card__icon {
  width: 48px; height: 48px;
  background: rgba(46,125,79,.1);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 1rem;
  color: var(--green);
  transition: background .35s ease, color .35s ease, transform .45s cubic-bezier(.34,1.56,.64,1);
}
.usp-card:hover .usp-card__icon { background: var(--green); color: #fff; transform: scale(1.08); }
.usp-card__title { margin-bottom: .5rem; transition: color .3s ease; }
.usp-card:hover .usp-card__title { color: var(--green-dark); }
.usp-card__text { font-size: .9rem; color: var(--text-muted); }

/* ── Service Cards ── */
/* Klikbare kaart: tactiele lift + de hele kaart 'leidt ergens heen'
   (icoon activeert, link-onderlijn tekent zich, pijl schuift mee). */
.service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease, border-color .35s ease;
  display: flex;
  flex-direction: column;
}
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); border-color: var(--green); }
.service-card__icon {
  width: 52px; height: 52px;
  border-radius: 12px;
  background: rgba(46,125,79,.1);
  display: flex; align-items: center; justify-content: center;
  color: var(--green);
  margin-bottom: 1.25rem;
  transition: background .35s ease, color .35s ease, transform .45s cubic-bezier(.34,1.56,.64,1);
}
.service-card:hover .service-card__icon { background: var(--green); color: #fff; transform: scale(1.06); }
.service-card__tag {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: .5rem;
  font-family: var(--font-head);
}
.service-card h3 { margin-bottom: .75rem; }
.service-card p { font-size: .9rem; color: var(--text-muted); flex: 1; }
.service-card__link {
  margin-top: 1.5rem;
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .875rem;
  font-weight: 600;
  color: var(--green);
  font-family: var(--font-head);
  position: relative;
  transition: color var(--transition);
}
.service-card__link svg { transition: transform .3s cubic-bezier(.34,1.56,.64,1); }
.service-card__link::after {
  content: '';
  position: absolute;
  left: 0; bottom: -3px;
  width: 100%; height: 1.5px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s cubic-bezier(.22,1,.36,1);
}
.service-card:hover .service-card__link::after,
.service-card__link:hover::after { transform: scaleX(1); }
.service-card:hover .service-card__link svg,
.service-card__link:hover svg { transform: translateX(4px); }

/* ── Process Steps ── */
.steps { counter-reset: step; }
.step {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 1.5rem;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  position: relative;
}
.step:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 29px;
  top: 60px;
  width: 2px;
  height: calc(100% - 20px);
  background: var(--border);
}

.step--green:not(:last-child)::after { background: rgba(46,125,79,.25); }

.step__num {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.25rem;
  flex-shrink: 0;
  z-index: 1;
}
.step__body h3 { margin-bottom: .5rem; padding-top: .8rem; }
.step__body p { font-size: .925rem; color: var(--text-muted); }

/* ── Handgemaakte micro-interactie: werkwijze-stappen ──────────
   De volgorde ís de boodschap. De verbindingslijn tekent zich;
   elk nummer gaat van 'wachtend' naar 'actief'. */
.steps--guided .step {
  opacity: 0;
  transform: translateX(22px);
  transition: opacity .5s ease, transform .5s cubic-bezier(.34,1.56,.64,1);
}
.steps--guided .step.step--in { opacity: 1; transform: none; }

.steps--guided .step__num {
  background: var(--bg-muted);
  color: var(--text-muted);
  box-shadow: inset 0 0 0 2px var(--border);
  transition: background .45s ease, color .45s ease, box-shadow .45s ease,
              transform .45s cubic-bezier(.34,1.56,.64,1);
}
.steps--guided .step.step--in .step__num {
  background: var(--green);
  color: var(--white);
  box-shadow: inset 0 0 0 2px var(--green);
  animation: num-pop .5s cubic-bezier(.34,1.56,.64,1);
}
.steps--guided .step:not(:last-child)::after {
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .6s ease .15s;
}
.steps--guided .step.step--in:not(:last-child)::after { transform: scaleY(1); }

@keyframes num-pop {
  0%   { transform: scale(.7); }
  60%  { transform: scale(1.12); }
  100% { transform: scale(1); }
}

/* ── Process Timeline (werkwijze page) ── */
.timeline { position: relative; }
.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0; bottom: 0;
  width: 2px;
  background: var(--border);
  transform: translateX(-50%);
}
.timeline-item {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  gap: 2rem;
  align-items: start;
  margin-bottom: 4rem;
}
.timeline-item:nth-child(even) .timeline-item__content { grid-column: 3; }
.timeline-item:nth-child(even) .timeline-item__empty { grid-column: 1; grid-row: 1; }
.timeline-item__num {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 1.25rem;
  z-index: 1;
  position: relative;
}
.timeline-item__content {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
}
.timeline-item__content h3 { margin-bottom: .5rem; }
.timeline-item__content p { font-size: .9rem; color: var(--text-muted); }

/* ── CTA Banner ── */
.cta-banner {
  background: linear-gradient(135deg, var(--green-dark) 0%, var(--green) 60%, var(--blue) 100%);
  padding: 5rem 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 80% 50%, rgba(255,255,255,.06) 0%, transparent 50%),
    radial-gradient(circle at 20% 50%, rgba(255,255,255,.04) 0%, transparent 40%);
}
.cta-banner .container { position: relative; }
.cta-banner h2 { color: var(--white); margin-bottom: .75rem; }
.cta-banner p { color: rgba(255,255,255,.75); max-width: 50ch; margin-inline: auto; margin-bottom: 2rem; font-size: 1.05rem; }
.cta-banner__actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ── Highlights (home — diensten preview) ── */
.highlight-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}
.highlight-row--rev { direction: rtl; }
.highlight-row--rev > * { direction: ltr; }

.highlight__label { color: var(--green); }
.highlight h2 { margin-bottom: 1rem; }
.highlight p { color: var(--text-muted); margin-bottom: 1.5rem; }

.highlight-visual {
  background: var(--dark);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.highlight-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 70%, rgba(46,125,79,.25) 0%, transparent 60%);
}

/* ── Testimonials ── */
.testimonial-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  position: relative;
}
.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 1rem; right: 1.5rem;
  font-size: 4rem;
  font-family: var(--font-head);
  color: var(--green);
  opacity: .2;
  line-height: 1;
}
.testimonial-card__text { font-size: .95rem; color: var(--text-muted); font-style: italic; margin-bottom: 1.25rem; }
.testimonial-card__author { display: flex; align-items: center; gap: .75rem; }
.testimonial-card__avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--green);
  display: flex; align-items: center; justify-content: center;
  color: white;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: .85rem;
}
.testimonial-card__name { font-weight: 600; font-size: .875rem; }
.testimonial-card__role { font-size: .775rem; color: var(--text-muted); }
.stars { color: #F59E0B; font-size: .875rem; }

/* ── About section ── */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 5rem;
  align-items: center;
}
.about-photo {
  border-radius: var(--radius-lg);
  background: var(--bg-muted);
  aspect-ratio: 3/4;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.about-photo__placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  color: var(--text-muted);
  text-align: center;
  padding: 2rem;
}
.about-photo__placeholder svg { color: var(--border); }
.about-photo__placeholder p { font-size: .85rem; }
.about-cert {
  position: absolute;
  bottom: 1.5rem; left: 1.5rem; right: 1.5rem;
  background: var(--white);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  box-shadow: var(--shadow);
  display: flex;
  align-items: center;
  gap: .75rem;
}
.about-cert__icon {
  width: 36px; height: 36px;
  border-radius: 8px;
  background: rgba(46,125,79,.1);
  display: flex; align-items: center; justify-content: center;
  color: var(--green);
  flex-shrink: 0;
}
.about-cert__text { font-size: .8rem; font-weight: 600; line-height: 1.3; }
.about-cert__sub { font-size: .7rem; color: var(--text-muted); font-weight: 400; }

/* ── Contact ── */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 4rem;
  align-items: start;
}

.contact-info__item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.75rem;
  align-items: flex-start;
}
.contact-info__icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: rgba(46,125,79,.1);
  display: flex; align-items: center; justify-content: center;
  color: var(--green);
  flex-shrink: 0;
}
.contact-info__label {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-family: var(--font-head);
  margin-bottom: .25rem;
}
.contact-info__value {
  font-weight: 600;
  color: var(--dark);
}
.contact-info__value a:hover { color: var(--green); }

.contact-form {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow);
}
.contact-form h3 { margin-bottom: 1.75rem; }

.form-group {
  margin-bottom: 1.25rem;
}
.form-group label {
  display: block;
  font-size: .825rem;
  font-weight: 600;
  margin-bottom: .4rem;
  color: var(--dark);
  font-family: var(--font-head);
}
.form-group label span { color: var(--green); }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: .75rem 1rem;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-size: .9rem;
  color: var(--dark);
  background: var(--bg);
  transition: border-color var(--transition), box-shadow var(--transition);
  -webkit-appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(46,125,79,.12);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-group select { cursor: pointer; }

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-row--addr { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 1rem; }

.form-submit { width: 100%; margin-top: .5rem; justify-content: center; padding: 1rem; }

.form-privacy {
  font-size: .75rem;
  color: var(--text-muted);
  text-align: center;
  margin-top: .75rem;
}
.form-privacy a { color: var(--green); }

.form-hint {
  font-size: .75rem;
  color: var(--text-muted);
  margin-top: .5rem;
}

.form-status {
  margin-top: 1rem;
  font-size: .875rem;
  font-weight: 600;
  padding: .8rem 1rem;
  border-radius: var(--radius-sm);
  line-height: 1.45;
}
.form-status--success {
  background: rgba(46,125,79,.1);
  color: var(--green-dark);
  border: 1px solid rgba(46,125,79,.3);
}
.form-status--error {
  background: rgba(220,38,38,.08);
  color: #B91C1C;
  border: 1px solid rgba(220,38,38,.3);
}

/* ── Juridische pagina's (privacy / voorwaarden) ── */
.legal-doc { max-width: 760px; margin-inline: auto; }
.legal-notice {
  background: rgba(245,158,11,.1);
  border: 1px dashed #F59E0B;
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  color: #92400E;
  font-size: .875rem;
  line-height: 1.6;
  margin-bottom: 2.5rem;
}
.legal-doc__meta { color: var(--text-muted); font-size: .85rem; margin-bottom: 2rem; }
.legal-doc h2 {
  font-size: 1.3rem;
  margin: 2.5rem 0 .75rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}
.legal-doc h2:first-of-type { border-top: none; padding-top: 0; margin-top: 0; }
.legal-doc h3 { font-size: 1.05rem; margin: 1.5rem 0 .5rem; }
.legal-doc p { color: var(--text-muted); margin-bottom: 1rem; line-height: 1.75; }
.legal-doc ul { margin: 0 0 1.25rem; }
.legal-doc li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: .5rem;
  color: var(--text-muted);
  line-height: 1.6;
}
.legal-doc li::before {
  content: '';
  position: absolute;
  left: 0; top: .6rem;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--green);
}
.legal-doc a { color: var(--green); text-decoration: underline; }
.legal-doc strong { color: var(--dark); }
.legal-doc__contact {
  background: var(--bg-muted);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  margin-top: 1.5rem;
  font-size: .9rem;
  line-height: 1.8;
  color: var(--text-muted);
}

/* ── Zwevende WhatsApp-knop ── */
.whatsapp-fab {
  position: fixed;
  right: 1.25rem; bottom: 1.25rem;
  z-index: 90;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #25D366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 20px rgba(0,0,0,.22);
  transition: transform .25s cubic-bezier(.34,1.56,.64,1), box-shadow .25s ease;
}
.whatsapp-fab:hover { transform: scale(1.08); box-shadow: 0 10px 28px rgba(37,211,102,.4); }
.whatsapp-fab svg { width: 30px; height: 30px; }
@media (max-width: 768px) { .whatsapp-fab { width: 52px; height: 52px; right: 1rem; bottom: 1rem; } }

/* ── Prijs-indicator ── */
.price-calc {
  max-width: 760px;
  margin: 0 auto 3.5rem;
  background: var(--dark);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 2rem 2.25rem;
  position: relative;
  overflow: hidden;
}
.price-calc::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 85% 15%, rgba(46,125,79,.25) 0%, transparent 55%);
  pointer-events: none;
}
.price-calc > * { position: relative; }
.price-calc__title { font-family: var(--font-head); font-size: 1.15rem; font-weight: 600; color: #fff; margin-bottom: .35rem; }
.price-calc__sub { color: rgba(255,255,255,.6); font-size: .9rem; margin-bottom: 1.25rem; }
.price-calc__options { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 1.5rem; }
.price-calc__opt {
  padding: .6rem 1.1rem;
  border: 1.5px solid rgba(255,255,255,.2);
  border-radius: 100px;
  background: none;
  color: rgba(255,255,255,.85);
  font-family: var(--font-head); font-weight: 600; font-size: .85rem;
  cursor: pointer;
  transition: background .2s, border-color .2s, color .2s, transform .2s;
}
.price-calc__opt:hover { border-color: var(--green-light); transform: translateY(-1px); }
.price-calc__opt.is-active { background: var(--green); border-color: var(--green); color: #fff; }
.price-calc__result {
  display: flex; align-items: baseline; flex-wrap: wrap; gap: .5rem 1.25rem;
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 1.25rem;
}
.price-calc__price { font-family: var(--font-head); font-weight: 800; font-size: 2.5rem; color: #fff; line-height: 1; font-variant-numeric: tabular-nums; }
.price-calc__price span { font-size: 1.1rem; font-weight: 500; color: rgba(255,255,255,.6); }
.price-calc__note { color: rgba(255,255,255,.55); font-size: .8rem; max-width: 28ch; }
.price-calc__cta { margin-left: auto; }
@media (max-width: 560px) {
  .price-calc { padding: 1.5rem 1.35rem; }
  .price-calc__cta { margin-left: 0; width: 100%; }
  .price-calc__cta .btn { width: 100%; justify-content: center; }
}

/* ── Kennisbank: video's & artikelen ── */
.kb-video {
  position: relative;
  aspect-ratio: 16 / 9;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--dark);
}
.kb-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.kb-video__ph {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: .65rem; text-align: center; padding: 1rem;
  color: rgba(255,255,255,.7);
  background: radial-gradient(circle at 50% 40%, rgba(46,125,79,.22) 0%, transparent 60%);
}
.kb-video__play {
  width: 54px; height: 54px; border-radius: 50%;
  background: var(--green); color: #fff;
  display: flex; align-items: center; justify-content: center;
}
.kb-video__label { font-family: var(--font-head); font-weight: 600; font-size: .9rem; color: #fff; }
.kb-video__sub { font-size: .78rem; }

.kb-card__cat {
  font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  color: var(--green); font-family: var(--font-head); margin-bottom: .5rem; display: inline-block;
}

/* Artikel-onderdelen */
.article-figure {
  margin: 0 0 2.25rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--bg-muted);
}
.article-figure img { display: block; width: 100%; height: auto; }
.article-callout {
  background: rgba(46,125,79,.07);
  border-left: 3px solid var(--green);
  border-radius: 0;
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0;
  font-size: .95rem;
  color: var(--text-muted);
}
.article-callout strong { color: var(--green-dark); }
.article-cta {
  background: var(--dark);
  border-radius: var(--radius-lg);
  padding: 2rem;
  text-align: center;
  margin-top: 3rem;
}
.article-cta h3 { color: #fff; margin-bottom: .5rem; }
.article-cta p { color: rgba(255,255,255,.7); margin: 0 auto 1.25rem; max-width: 46ch; }
.article-back { display: inline-flex; align-items: center; gap: .4rem; margin-top: 2.5rem; color: var(--green); font-weight: 600; font-family: var(--font-head); font-size: .9rem; }

/* Knoppen/links in de artikel-body niet als groene tekstlink stylen
   (anders wordt een groene knop onleesbaar: .legal-doc a overschreef de knoptekst) */
.legal-doc .btn { text-decoration: none; }
.legal-doc .btn--primary { color: var(--white); }
.legal-doc .btn--white { color: var(--green); }
.legal-doc .article-back { text-decoration: none; }
.legal-doc .article-back:hover { gap: .7rem; }

/* ── Prices ── */
.price-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2.25rem;
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
}
.price-card--featured {
  background: var(--dark);
  border-color: var(--green);
  color: var(--white);
  transform: scale(1.03);
}
.price-card--featured h3 { color: var(--white); }
.price-card:hover { box-shadow: var(--shadow-lg); }
.price-card--featured:hover { transform: scale(1.03) translateY(-4px); }

.price-card__tag {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--green);
  font-family: var(--font-head);
  margin-bottom: .5rem;
}
.price-card--featured .price-card__tag { color: var(--green-light); }
.price-card__featured-badge {
  display: inline-block;
  background: var(--green);
  color: white;
  font-size: .7rem;
  font-weight: 700;
  padding: .25rem .75rem;
  border-radius: 100px;
  margin-bottom: 1rem;
  font-family: var(--font-head);
}

.price-card__price {
  font-family: var(--font-head);
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--dark);
  line-height: 1;
  margin-bottom: .25rem;
}
.price-card--featured .price-card__price { color: var(--white); }
.price-card__price span { font-size: 1.1rem; font-weight: 500; }
.price-card__period { font-size: .85rem; color: var(--text-muted); margin-bottom: 1.5rem; }
.price-card--featured .price-card__period { color: rgba(255,255,255,.55); }

.price-card__divider { height: 1px; background: var(--border); margin: 1.25rem 0; }
.price-card--featured .price-card__divider { background: rgba(255,255,255,.12); }

.price-card__features { flex: 1; margin-bottom: 2rem; }
.price-card__feature {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  margin-bottom: .75rem;
  font-size: .875rem;
  color: var(--text-muted);
}
.price-card--featured .price-card__feature { color: rgba(255,255,255,.7); }
.price-card__feature svg { color: var(--green); flex-shrink: 0; margin-top: 2px; }
.price-card--featured .price-card__feature svg { color: var(--green-light); }

.price-note {
  text-align: center;
  font-size: .875rem;
  color: var(--text-muted);
  margin-top: 2.5rem;
}

/* ── Prijstabel ── */
.price-table-wrap {
  max-width: 760px;
  margin-inline: auto;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.price-table { width: 100%; border-collapse: collapse; font-size: .95rem; }
.price-table th,
.price-table td { padding: 1rem 1.5rem; text-align: left; vertical-align: middle; }
.price-table thead th {
  font-family: var(--font-head);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--text-muted);
  background: var(--bg-muted);
  border-bottom: 1px solid var(--border);
}
.price-table__num {
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.price-table tbody td { border-top: 1px solid var(--border); }
.price-table td:first-child { font-weight: 500; color: var(--dark); }
.price-table tbody .price-table__num { font-weight: 600; color: var(--dark); font-family: var(--font-head); }
.price-table tbody tr:not(.price-table__group):hover { background: var(--bg); }

.price-table__group td {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: .75rem;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: var(--green);
  background: rgba(46,125,79,.05);
}

.price-table__row--featured td { background: rgba(46,125,79,.08); }
.price-table__row--featured:hover td { background: rgba(46,125,79,.11) !important; }
.price-table__row--featured td:first-child { color: var(--green-dark); font-weight: 600; }
.price-table__badge {
  display: inline-block;
  background: var(--green);
  color: var(--white);
  font-family: var(--font-head);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: .18rem .55rem;
  border-radius: 100px;
  margin-left: .5rem;
  vertical-align: middle;
  white-space: nowrap;
}

.price-table__name { display: block; }
.price-table__desc {
  display: block;
  margin-top: .3rem;
  font-size: .78rem;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.45;
  max-width: 46ch;
}

.price-cta {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}

@media (max-width: 560px) {
  /* Brede 3-koloms tabellen niet afkappen, maar compacter + zo nodig scrollbaar */
  .price-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .price-table th,
  .price-table td { padding: .5rem .55rem; font-size: .78rem; }
  .price-table__size { font-size: .74rem; }
  .price-table__badge { display: block; width: fit-content; margin: .4rem 0 0; }
  .conditions { padding: 1.5rem 1.35rem; }
}

/* ── Tarievenblad: secties ── */
.price-intro {
  max-width: 760px;
  margin: 0 auto 1rem;
  text-align: center;
  color: var(--text-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}
.price-validity {
  max-width: 680px;
  margin-inline: auto;
  margin-bottom: 3.25rem;
  text-align: center;
  text-wrap: balance;
  font-family: var(--font-head);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.6;
  text-transform: uppercase;
  color: var(--green);
}
.price-block { max-width: 760px; margin: 0 auto 3.5rem; }
.price-block:last-of-type { margin-bottom: 0; }
.price-block__head { margin-bottom: 1.25rem; }
.price-block__head h2 { margin-bottom: .6rem; }
.price-block__head p { color: var(--text-muted); font-size: .95rem; }
.price-table__size { color: var(--text-muted); white-space: nowrap; }
.price-subnote {
  margin-top: 1rem;
  font-size: .85rem;
  color: var(--text-muted);
  line-height: 1.55;
}
.price-subnote strong { color: var(--green-dark); }

.conditions {
  max-width: 760px;
  margin-inline: auto;
  background: var(--bg-muted);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem 2.25rem;
}
.conditions__title { font-size: 1.15rem; margin-bottom: 1rem; }
.conditions__list { display: flex; flex-direction: column; gap: .7rem; }
.conditions__list li {
  position: relative;
  padding-left: 1.5rem;
  font-size: .875rem;
  color: var(--text-muted);
  line-height: 1.5;
}
.conditions__list li::before {
  content: '';
  position: absolute;
  left: 0; top: .55rem;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--green);
}

/* ── FAQ ── */
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
  text-align: left;
  font-family: var(--font-head);
  font-size: 1rem;
  font-weight: 600;
  color: var(--dark);
  gap: 1rem;
  cursor: pointer;
}
.faq-icon {
  width: 28px; height: 28px;
  border: 1.5px solid var(--border);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  color: var(--green);
  transition: transform var(--transition);
}
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 350ms cubic-bezier(.4,0,.2,1);
}
.faq-body p {
  padding-bottom: 1.25rem;
  font-size: .9rem;
  color: var(--text-muted);
  line-height: 1.7;
}

/* ── Footer ── */
.footer {
  background: var(--dark);
  color: rgba(255,255,255,.65);
  padding: 4rem 0 2rem;
}
.footer__inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer__brand p { font-size: .875rem; line-height: 1.7; margin-top: 1rem; max-width: 30ch; }
.footer__logo { display: flex; align-items: center; gap: .75rem; }
.footer__logo-text { font-family: var(--font-head); font-weight: 700; font-size: .95rem; color: var(--white); line-height: 1.2; }
.footer__logo-sub { font-size: .65rem; opacity: .6; display: block; }

.footer__heading {
  font-family: var(--font-head);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 1.25rem;
}
.footer__links { display: flex; flex-direction: column; gap: .6rem; }
.footer__links a {
  font-size: .875rem;
  color: rgba(255,255,255,.55);
  transition: color var(--transition);
}
.footer__links a:hover { color: var(--green-light); }

.footer__contact-item {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: .85rem;
  margin-bottom: .75rem;
}
.footer__contact-item a:hover { color: var(--green-light); }

.footer__bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding-top: 1.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: .78rem;
}
.footer__legal { display: flex; gap: 1.5rem; flex-wrap: wrap; }
.footer__legal a { color: rgba(255,255,255,.4); transition: color var(--transition); }
.footer__legal a:hover { color: var(--white); }

/* ── Scroll Reveal Animations ── */
[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 700ms cubic-bezier(.16,1,.3,1), transform 700ms cubic-bezier(.16,1,.3,1);
}
[data-reveal="left"] { transform: translateX(-22px); }
[data-reveal="right"] { transform: translateX(22px); }
[data-reveal="scale"] { transform: scale(.95); }
[data-reveal].visible {
  opacity: 1;
  transform: none;
}
[data-delay="1"] { transition-delay: 100ms; }
[data-delay="2"] { transition-delay: 200ms; }
[data-delay="3"] { transition-delay: 300ms; }
[data-delay="4"] { transition-delay: 400ms; }
[data-delay="5"] { transition-delay: 500ms; }

/* ── Keyframes ── */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-10px); }
}
@keyframes pulse-dot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .6; transform: scale(.8); }
}
@keyframes count-up {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes slide-in-hero {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}
/* Kop verschijnt letter-voor-letter (spring-achtige overshoot) */
@keyframes char-in {
  0%   { opacity: 0; transform: translateY(.6em); }
  60%  { transform: translateY(-.06em); }
  100% { opacity: 1; transform: translateY(0); }
}

.hero__badge   { animation: slide-in-hero 600ms 100ms both; }
.hero__title   { animation: slide-in-hero 600ms 220ms both; }
.hero__sub     { animation: slide-in-hero 600ms 340ms both; }
.hero__actions { animation: slide-in-hero 600ms 460ms both; }
.hero__trust   { animation: slide-in-hero 600ms 580ms both; }
.energy-visual { animation: slide-in-hero 700ms 300ms both; }

/* Wanneer JS de kop in losse letters splitst: parent niet meer laten sliden */
.hero__title.is-split { animation: none; opacity: 1; }
.hero__title .word { display: inline-block; white-space: nowrap; }  /* geen mid-woord-afbreking */
.hero__title .char {
  display: inline-block;
  opacity: 0;
  animation: char-in 600ms cubic-bezier(.34,1.56,.64,1) both;
  animation-delay: calc(var(--i, 0) * 28ms + 200ms);
}

/* ── Reduced motion ── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
  .energy-label-card { animation: none; }
  /* Geen bewegende video: toon de stilstaande poster */
  .hero__video { display: none; }
  .hero__title .char { animation: none; opacity: 1; }
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .hero__inner { grid-template-columns: 1fr; text-align: center; }
  .hero__sub { margin-inline: auto; }
  .hero__actions { justify-content: center; }
  .hero__trust { justify-content: center; }
  .energy-visual { align-items: center; max-width: 460px; margin-inline: auto; }
  .highlight-row { grid-template-columns: 1fr; gap: 2.5rem; }
  .highlight-row--rev { direction: ltr; }
  .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-photo { aspect-ratio: 16/9; max-height: 320px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer__inner { grid-template-columns: 1fr 1fr; }
  .timeline::before { display: none; }
  .timeline-item { grid-template-columns: 60px 1fr; }
  .timeline-item:nth-child(even) .timeline-item__content { grid-column: 2; }
  .timeline-item:nth-child(even) .timeline-item__empty { display: none; }
}

/* Menu klapt eerder in tot hamburger — 6 menu-items + CTA passen pas vanaf ~960px */
@media (max-width: 960px) {
  .nav__links, .nav__cta { display: none; }
  .nav__hamburger { display: flex; }
}

@media (max-width: 768px) {
  :root { --nav-h: 64px; }
  .section { padding: 3.5rem 0; }
  .form-row { grid-template-columns: 1fr; }
  .form-row--addr { grid-template-columns: 1fr 1fr; }
  .footer__inner { grid-template-columns: 1fr; gap: 2rem; }
  .footer__bottom { flex-direction: column; text-align: center; }
  .price-card--featured { transform: none; }
  .price-card--featured:hover { transform: translateY(-4px); }
  .cta-banner { padding: 3.5rem 0; }
  .stat-cards { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .hero__actions { flex-direction: column; align-items: stretch; }
  .btn--lg { text-align: center; justify-content: center; }
  .cta-banner__actions { flex-direction: column; align-items: center; }
}

/* ── TODO placeholder styling ── */
.todo {
  background: rgba(255,193,7,.15);
  border: 1px dashed #F59E0B;
  border-radius: 4px;
  padding: .2rem .5rem;
  font-size: .75rem;
  color: #92400E;
  font-style: italic;
}
