/* =========================================================
   Walraven Advies — homepage (nieuwe, rustige stijl)
   Eén lettertype: Raleway 400/500/600. Rust uit ruimte, beeld en kleur.
   ========================================================= */

:root {
  --green: #308a3f;
  --green-deep: #14401f;
  --navy: #263a73;
  --navy-deep: #1b2a52;
  --ink: #1b2a1f;
  --muted: #586456;
  --paper: #f6f5ef;
  --white: #ffffff;
  --line: #e4e1d6;
  --sage: #9fb29a;

  --font: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --maxw: 1180px;
  --gut: clamp(20px, 5vw, 64px);
  --header-h: 74px;
  --r: 3px;

  --ease: cubic-bezier(.22, .61, .36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }

body {
  font-family: var(--font);
  font-weight: 400;
  color: var(--ink);
  background: var(--white);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }
ul { list-style: none; padding: 0; }
:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }

/* ---------- Typografie ---------- */
h1, h2, h3, h4 { font-family: var(--font); color: var(--ink); font-weight: 600; line-height: 1.15; }
h1 { font-size: clamp(38px, 5vw, 60px); line-height: 1.08; letter-spacing: -0.01em; font-weight: 600; }
h2 { font-size: clamp(26px, 3vw, 36px); line-height: 1.15; letter-spacing: -0.01em; }
h3 { font-size: clamp(19px, 2vw, 21px); font-weight: 600; }
p { color: var(--ink); }
.lead { font-size: clamp(18px, 1.6vw, 19px); line-height: 1.6; color: var(--muted); }
strong, b { font-weight: 600; }

/* ---------- Layout ---------- */
.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gut); }
.section { padding-block: clamp(56px, 9vw, 128px); }

/* ---------- Knoppen ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  background: var(--green); color: #fff; border-radius: var(--r);
  padding: 14px 26px; font-weight: 600; font-size: .95rem; letter-spacing: .005em;
  transition: background .25s var(--ease), transform .25s var(--ease);
}
.btn svg { width: 17px; height: 17px; }
.btn:hover { background: var(--navy); transform: translateY(-1px); }
.btn--lg { padding: 16px 30px; font-size: 1rem; }
.btn--ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); }
.btn--ghost:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.masthead__right .btn { background: var(--navy); }
.masthead__right .btn:hover { background: var(--navy-deep); }

.link-phone { display: inline-flex; align-items: center; gap: 9px; font-weight: 600; transition: color .2s; }
.link-phone svg { width: 18px; height: 18px; }
.link-phone:hover { color: var(--green); }

/* ---------- Reveal (terughoudend) ---------- */
.reveal { opacity: 0; transform: translateY(18px); }
.reveal.in { opacity: 1; transform: none; transition: opacity .9s var(--ease), transform .9s var(--ease); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* =========================================================
   1. TOPBALK + HEADER
   ========================================================= */
.topbar { background: var(--paper); border-bottom: 1px solid var(--line); font-size: 13.5px; color: var(--muted); }
.topbar__inner { max-width: var(--maxw); margin-inline: auto; padding: 8px var(--gut); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar a { display: inline-flex; align-items: center; gap: 7px; transition: color .2s; }
.topbar a:hover { color: var(--green); }
.topbar svg { width: 14px; height: 14px; color: var(--green); }
.topbar__right { display: flex; align-items: center; gap: 26px; }

.masthead { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.92); backdrop-filter: saturate(150%) blur(10px); -webkit-backdrop-filter: saturate(150%) blur(10px); border-bottom: 1px solid transparent; transition: border-color .3s, box-shadow .3s; }
.masthead.is-scrolled { border-bottom-color: var(--line); box-shadow: 0 1px 0 var(--line); }
.masthead__inner { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gut); height: var(--header-h); display: flex; align-items: center; gap: 32px; }
.brand { flex-shrink: 0; display: flex; align-items: center; }
.brand img { height: 46px; width: auto; }

.nav { display: flex; align-items: center; gap: 4px; margin-left: auto; }
.nav a, .nav > .has-drop > button { padding: 9px 14px; font-weight: 500; font-size: .95rem; color: var(--ink); border-radius: var(--r); transition: color .2s; }
.nav a:hover, .nav > .has-drop > button:hover { color: var(--green); }
.nav a.is-active { color: var(--green); }

.has-drop { position: relative; }
.has-drop > button { display: inline-flex; align-items: center; gap: 6px; }
.has-drop > button svg { width: 13px; height: 13px; transition: transform .25s; }
.has-drop:hover > button svg { transform: rotate(180deg); }
.drop { position: absolute; top: calc(100% + 8px); left: 50%; transform: translateX(-50%) translateY(6px); min-width: 280px; background: #fff; border: 1px solid var(--line); border-radius: var(--r); box-shadow: 0 18px 40px -22px rgba(27,42,31,.45); padding: 8px; opacity: 0; visibility: hidden; transition: opacity .22s var(--ease), transform .22s var(--ease), visibility .22s; }
.has-drop:hover .drop, .has-drop:focus-within .drop { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.drop a { display: block; padding: 10px 13px; border-radius: var(--r); font-size: .92rem; font-weight: 500; color: var(--ink); }
.drop a:hover { background: var(--paper); color: var(--green); }
.drop a span { display: block; font-weight: 400; font-size: .8rem; color: var(--muted); margin-top: 1px; }

.masthead__right { display: flex; align-items: center; gap: 20px; }
.masthead__phone { font-weight: 600; font-size: .95rem; color: var(--ink); display: inline-flex; align-items: center; gap: 8px; }
.masthead__phone svg { width: 17px; height: 17px; color: var(--green); }
.masthead__phone:hover { color: var(--green); }

/* Burger */
.burger { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: var(--r); align-items: center; justify-content: center; }
.burger span, .burger span::before, .burger span::after { display: block; width: 20px; height: 2px; background: var(--ink); transition: .3s; }
.burger span { position: relative; }
.burger span::before, .burger span::after { content: ""; position: absolute; left: 0; }
.burger span::before { top: -6px; } .burger span::after { top: 6px; }
body.menu-open .burger span { background: transparent; }
body.menu-open .burger span::before { top: 0; transform: rotate(45deg); }
body.menu-open .burger span::after { top: 0; transform: rotate(-45deg); }

.mobile-nav { position: fixed; inset: var(--header-h) 0 0 0; z-index: 99; background: #fff; padding: 24px var(--gut) 40px; overflow-y: auto; transform: translateY(-10px); opacity: 0; visibility: hidden; transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s; }
body.menu-open .mobile-nav { opacity: 1; visibility: visible; transform: none; }
.mobile-nav a { display: block; padding: 15px 2px; font-size: 1.2rem; font-weight: 500; border-bottom: 1px solid var(--line); }
.mobile-nav__cta { margin-top: 26px; display: grid; gap: 12px; }

/* =========================================================
   2. HERO
   ========================================================= */
.hero { position: relative; min-height: clamp(560px, 82vh, 760px); display: flex; align-items: flex-end; color: #fff; overflow: hidden; }
.hero__media { position: absolute; inset: 0; z-index: -2; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; }
.hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19,29,58,.8) 0%, rgba(19,29,58,.52) 42%, rgba(19,29,58,.22) 75%), linear-gradient(0deg, rgba(19,29,58,.62) 0%, rgba(19,29,58,0) 40%); }
.hero__inner { width: 100%; padding-block: clamp(48px, 8vw, 96px); }
.hero__body { max-width: 720px; }
.hero h1 { color: #fff; font-weight: 600; }
.hero__lead { color: rgba(255,255,255,.9); font-size: clamp(18px, 1.7vw, 20px); line-height: 1.55; margin-top: 22px; max-width: 600px; }
.hero__actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 36px; }
.hero__actions .link-phone { color: #fff; }
.hero__actions .link-phone svg { color: var(--sage); }
.hero__actions .link-phone:hover { color: var(--sage); }

.hero__peter { display: inline-flex; align-items: center; gap: 13px; margin-top: 44px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.18); }
.hero__peter img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; border: 1.5px solid rgba(255,255,255,.5); }
.hero__peter span { font-size: .92rem; line-height: 1.3; color: rgba(255,255,255,.85); }
.hero__peter span strong { display: block; color: #fff; font-weight: 600; }

/* Tekstlink */
.textlink { display: inline-flex; align-items: center; gap: 8px; color: var(--green); font-weight: 600; font-size: .95rem; }
.textlink svg { width: 16px; height: 16px; transition: transform .25s var(--ease); }
.textlink:hover svg { transform: translateX(4px); }

.bg-paper { background: var(--paper); }
.bg-soft { background: #edf0ea; }
.section--tight { padding-block: clamp(44px, 6vw, 84px); }

/* Conversie-band (dienstpagina's) */
.ctaband { background: var(--green-deep); color: #fff; }
.ctaband__inner { display: flex; align-items: center; justify-content: space-between; gap: clamp(24px, 4vw, 48px); flex-wrap: wrap; }
.ctaband__text { max-width: 42ch; }
.ctaband h2 { color: #fff; }
.ctaband p { color: rgba(255,255,255,.85); margin-top: 12px; }

/* 4-koloms kaartraster */
.tiles.tiles--4 { grid-template-columns: repeat(4, 1fr); }

/* =========================================================
   3. POSITIONERING (de these)
   ========================================================= */
.positie__grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(32px, 6vw, 88px); align-items: start; }
.positie__head { position: relative; padding-top: 22px; }
.positie__head::before { content: ""; position: absolute; top: 0; left: 0; width: 48px; height: 3px; background: var(--sage); }
.positie__body p:first-child { font-size: clamp(20px, 1.9vw, 23px); line-height: 1.5; color: var(--ink); }
.positie__body p + p { margin-top: 20px; color: var(--muted); }
.positie__body .textlink { margin-top: 28px; }

/* =========================================================
   4. DIENSTEN MET HIERARCHIE
   ========================================================= */
.diensten__title { max-width: 16ch; }
.dienst-feature { display: grid; grid-template-columns: 1fr 1fr; margin-top: clamp(32px, 4vw, 48px); background: var(--white); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: box-shadow .35s var(--ease), transform .35s var(--ease); }
.dienst-feature:hover { box-shadow: 0 26px 60px -34px rgba(27,42,31,.45); transform: translateY(-3px); }
.dienst-feature__media { position: relative; min-height: 360px; }
.dienst-feature__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.dienst-feature__badge { position: absolute; left: 18px; bottom: 18px; background: rgba(255,255,255,.95); color: var(--ink); border-radius: var(--r); padding: 9px 15px; font-weight: 600; font-size: .9rem; box-shadow: 0 10px 26px -12px rgba(0,0,0,.45); backdrop-filter: blur(2px); }
.dienst-feature__badge b { color: var(--green); }
.dienst-feature__body { padding: clamp(28px, 3.5vw, 48px); display: flex; flex-direction: column; justify-content: center; }
.dienst-feature__body h3 { font-size: clamp(22px, 2.4vw, 29px); line-height: 1.2; }
.dienst-feature__body p { color: var(--muted); margin-top: 16px; max-width: 42ch; }
.dienst-feature__body .price { color: var(--ink); font-weight: 600; }
.dienst-feature__body .textlink { margin-top: 26px; }

.dienst-list { margin-top: 18px; border-top: 1px solid var(--line); }
.dienst-list li { border-bottom: 1px solid var(--line); }
.dienst-list a { display: flex; align-items: center; gap: 28px; padding: 26px 6px; }
.dienst-list h3 { flex: 0 0 340px; font-size: 20px; font-weight: 600; transition: color .2s; }
.dienst-list p { flex: 1; color: var(--muted); }
.dienst-list a > svg { flex-shrink: 0; width: 20px; height: 20px; color: var(--sage); transition: transform .25s var(--ease), color .2s; }
.dienst-list a:hover h3 { color: var(--green); }
.dienst-list a:hover > svg { color: var(--green); transform: translateX(5px); }

.btn--light { background: #fff; color: var(--green-deep); }
.btn--light:hover { background: var(--paper); color: var(--green-deep); }
.btn--outline-light { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.5); }
.btn--outline-light:hover { background: rgba(255,255,255,.12); border-color: #fff; }

/* =========================================================
   STIKSTOF-LANDINGSPAGINA (money page)
   ========================================================= */
/* Hero met formulier */
.lp-hero { position: relative; color: #fff; background: var(--green-deep); overflow: hidden; }
.lp-hero__media { position: absolute; inset: 0; z-index: 0; }
.lp-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.lp-hero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(19,29,58,.8) 38%, rgba(19,29,58,.52)); }
.lp-hero .wrap { position: relative; z-index: 1; }
.lp-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(36px, 5vw, 56px); align-items: center; padding-block: clamp(48px, 7vw, 80px); }
.lp-hero h1 { color: #fff; max-width: 24ch; }
.lp-hero__sub { color: rgba(255,255,255,.92); margin-top: 18px; max-width: 46ch; font-size: clamp(18px, 1.6vw, 20px); line-height: 1.5; }
.lp-hero__acties { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 14px; }

.formcard__peter { display: flex; align-items: center; gap: 14px; margin-bottom: 4px; }
.formcard__peter img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.formcard__peter strong { display: block; font-weight: 600; }
.formcard__peter span { font-size: .88rem; color: var(--muted); }

/* Trustbalk */
.lp-trust { background: var(--paper); border-bottom: 1px solid var(--line); }
.lp-trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding-block: 22px; }
.lp-trust__item { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: .95rem; }
.lp-trust__item svg { width: 22px; height: 22px; color: var(--green); flex-shrink: 0; }

/* Urgentie */
.lp-urgentie__grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: clamp(28px, 4vw, 48px); align-items: center; }
.lp-urgentie h2 { max-width: 22ch; }
.lp-urgentie p { margin-top: 16px; color: var(--muted); }
.lp-urgentie p strong { color: var(--ink); }

/* Projectenraster (2 breed + 3 smal) */
.lp-projects { display: grid; grid-template-columns: repeat(6, 1fr); gap: 20px; margin-top: clamp(28px, 3.5vw, 40px); }
.lp-project { grid-column: span 2; background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; display: flex; flex-direction: column; transition: transform .35s var(--ease), box-shadow .35s var(--ease); }
.lp-project--breed { grid-column: span 3; }
.lp-project:hover { transform: translateY(-4px); box-shadow: 0 24px 48px -30px rgba(20,32,24,.4); }
.lp-project__media { aspect-ratio: 16/9; overflow: hidden; }
.lp-project__media img { width: 100%; height: 100%; object-fit: cover; }
.lp-project__body { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.lp-project__body p { color: var(--muted); font-size: .95rem; margin-top: 8px; }
.lp-project__body .textlink { margin-top: auto; padding-top: 16px; }

/* Wat u krijgt */
.lp-deliver { display: grid; grid-template-columns: 1fr 1fr; gap: 0 clamp(32px, 4vw, 48px); margin-top: clamp(28px, 3.5vw, 40px); }
.lp-deliver__item { display: flex; gap: 14px; padding: 20px 0; border-top: 1px solid var(--line); }
.lp-deliver__item svg { width: 24px; height: 24px; color: var(--green); flex-shrink: 0; margin-top: 2px; }
.lp-deliver__item strong { display: block; }
.lp-deliver__item span { color: var(--muted); font-size: .95rem; }

/* Wanneer verplicht: definitieblokken */
.lp-def { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: clamp(28px, 3.5vw, 36px); margin-bottom: 22px; }
.lp-def__blok { background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--green); border-radius: var(--r); padding: 26px 28px; }
.lp-def__blok p { margin-top: 10px; color: var(--muted); }
.lp-twijfel strong { color: var(--ink); }

/* Prijzen */
.lp-prices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: clamp(28px, 3.5vw, 40px); align-items: stretch; }
.lp-price { border: 1px solid var(--line); border-radius: var(--r); padding: 28px 26px; display: flex; flex-direction: column; gap: 10px; background: #fff; position: relative; }
.lp-price--feat { border-color: var(--green); box-shadow: 0 30px 60px -40px rgba(20,32,24,.4); }
.lp-price__label { position: absolute; top: -13px; left: 24px; background: var(--green-deep); color: #fff; font-size: .78rem; font-weight: 600; padding: 4px 12px; border-radius: 999px; }
.lp-price h3 { font-size: 1.05rem; }
.lp-price__amount { font-size: 1.9rem; font-weight: 600; color: var(--ink); line-height: 1.1; }
.lp-price__amount small { font-size: .9rem; font-weight: 500; color: var(--muted); }
.lp-price ul { display: flex; flex-direction: column; gap: 8px; margin: 6px 0 18px; }
.lp-price li { display: flex; gap: 9px; font-size: .93rem; color: var(--muted); }
.lp-price li svg { width: 17px; height: 17px; color: var(--green); flex-shrink: 0; margin-top: 3px; }
.lp-price .btn { margin-top: auto; }

/* Werkwijze-tijdlijn (donker) */
.lp-steps { background: var(--green-deep); color: #fff; }
.lp-steps h2 { color: #fff; max-width: 26ch; }
.lp-steps__intro { margin-top: 12px; color: rgba(255,255,255,.85); }
.lp-steps__row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: clamp(40px, 5vw, 52px); }
.lp-step { position: relative; padding-top: 18px; border-top: 2px solid rgba(255,255,255,.25); }
.lp-step__n { position: absolute; top: -19px; left: 0; width: 38px; height: 38px; border-radius: 50%; background: var(--green); color: #fff; font-weight: 600; font-size: 1.1rem; display: flex; align-items: center; justify-content: center; }
.lp-step h3 { margin-top: 16px; color: #fff; font-size: 1.05rem; }
.lp-step p { margin-top: 8px; color: rgba(255,255,255,.82); font-size: .95rem; }
.lp-step__tijd { display: inline-flex; align-items: center; margin-top: 12px; font-size: .82rem; font-weight: 600; background: rgba(255,255,255,.12); padding: 4px 11px; border-radius: 999px; }
.lp-steps__cta { margin-top: clamp(36px, 5vw, 44px); display: flex; gap: 14px; flex-wrap: wrap; }

/* Gratis check (risk reversal) */
.lp-garantie { background: #143d24; color: #fff; }
.lp-garantie__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(28px, 4vw, 48px); align-items: center; }
.lp-garantie h2 { color: #fff; }
.lp-garantie p { margin-top: 14px; color: rgba(255,255,255,.88); }
.lp-garantie ul { display: flex; flex-direction: column; gap: 14px; }
.lp-garantie li { display: flex; gap: 12px; font-weight: 500; }
.lp-garantie li svg { width: 22px; height: 22px; color: #7bc88a; flex-shrink: 0; margin-top: 2px; }

/* FAQ accordeon */
.lp-faq { max-width: 820px; margin-top: clamp(28px, 3.5vw, 40px); }
.lp-faq details { border-top: 1px solid var(--line); }
.lp-faq details:last-of-type { border-bottom: 1px solid var(--line); }
.lp-faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 18px; font-weight: 600; font-size: 1.05rem; padding: 20px 4px; color: var(--ink); }
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary svg { width: 20px; height: 20px; color: var(--green); transition: transform .25s var(--ease); flex-shrink: 0; }
.lp-faq details[open] summary svg { transform: rotate(180deg); }
.lp-faq details p { padding: 0 4px 22px; color: var(--muted); max-width: none; }
.lp-faq__cta { margin-top: 24px; font-weight: 500; }

/* Slot-CTA */
.lp-slot { background: var(--green-deep); color: #fff; text-align: center; }
.lp-slot h2 { color: #fff; margin-inline: auto; max-width: 22ch; }
.lp-slot p { margin: 16px auto 0; color: rgba(255,255,255,.88); max-width: 52ch; }
.lp-slot__acties { margin-top: 30px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* =========================================================
   5. STIKSTOF-SPOTLIGHT (sfeervolle, persoonlijke conversiesectie)
   ========================================================= */
.spotlight { position: relative; background: var(--green-deep); color: #fff; overflow: hidden; }
.spotlight__bg { position: absolute; inset: 0; z-index: 0; }
.spotlight__bg img { width: 100%; height: 100%; object-fit: cover; }
.spotlight__bg::after { content: ""; position: absolute; inset: 0; background: linear-gradient(118deg, rgba(17,26,54,.95) 0%, rgba(20,30,62,.88) 46%, rgba(34,50,104,.74) 100%); }
.spotlight .wrap { position: relative; z-index: 1; }
.spotlight__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(40px, 6vw, 80px); align-items: center; }
.spotlight h2 { color: #fff; max-width: 18ch; }
.spotlight__lead { color: rgba(255,255,255,.85); margin-top: 18px; font-size: clamp(18px, 1.6vw, 19px); line-height: 1.6; max-width: 46ch; }
.spotlight__points { margin-top: 30px; }
.spotlight__points li { display: grid; grid-template-columns: 160px 1fr; gap: 20px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.16); }
.spotlight__points li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.spotlight__points .k { color: var(--sage); font-weight: 600; }
.spotlight__points .v { color: rgba(255,255,255,.82); }

/* Persoonlijke kaart met Peter */
.spotlight__card { background: #fff; color: var(--ink); border-radius: var(--r); padding: clamp(26px, 3vw, 38px); box-shadow: 0 44px 80px -42px rgba(0,0,0,.65); }
.spotlight__card-top { display: flex; align-items: center; gap: 15px; }
.spotlight__card-top img { width: 66px; height: 66px; border-radius: 50%; object-fit: cover; }
.spotlight__card-top strong { display: block; font-weight: 600; font-size: 1.05rem; }
.spotlight__card-top span { color: var(--muted); font-size: .9rem; }
.spotlight__quote { margin-top: 20px; font-size: 1.08rem; line-height: 1.55; color: var(--ink); }
.spotlight__actions { margin-top: 24px; display: grid; gap: 11px; }
.spotlight__actions .btn { width: 100%; }
.spotlight__contact { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.spotlight__contact a { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px; border: 1px solid var(--line); border-radius: var(--r); font-weight: 600; font-size: .9rem; color: var(--ink); transition: border-color .2s, color .2s; }
.spotlight__contact a svg { width: 17px; height: 17px; }
.spotlight__contact a:hover { border-color: var(--green); color: var(--green); }
.spotlight__contact .wa svg { color: #25d366; }
.spotlight__contact .wa:hover { border-color: #25d366; color: #1da851; }

/* Gestaffelde reveal */
[data-stagger] > * { opacity: 0; transform: translateY(18px); }
[data-stagger].in > * { opacity: 1; transform: none; transition: opacity .7s var(--ease), transform .7s var(--ease); }
@media (prefers-reduced-motion: reduce) { [data-stagger] > * { opacity: 1 !important; transform: none !important; transition: none !important; } }

/* =========================================================
   8. ACTUEEL (nieuws-feed, boven Zo werken wij)
   ========================================================= */
.actueel__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: clamp(32px, 5vw, 52px); }
.feed { display: grid; grid-template-columns: 1.45fr 1fr; gap: clamp(28px, 3.5vw, 52px); align-items: start; }
.post { position: relative; display: flex; flex-direction: column; }
.post__media { overflow: hidden; border-radius: var(--r); background: var(--paper); }
.post__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.post:hover .post__media img { transform: scale(1.04); }
.post__meta { margin-top: 18px; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; color: var(--green); font-weight: 600; }
.post h3 { margin-top: 9px; transition: color .2s; }
.post:hover h3 { color: var(--green); }
.post p { margin-top: 10px; color: var(--muted); }
.post a::after { content: ""; position: absolute; inset: 0; }

.post--feature .post__media { aspect-ratio: 16/10; }
.post--feature h3 { font-size: clamp(22px, 2.2vw, 28px); }
.post--feature p { font-size: 1rem; max-width: 48ch; }

.feed__side { display: grid; gap: clamp(20px, 2.4vw, 28px); }
.feed__side .post { display: grid; grid-template-columns: 132px 1fr; gap: 18px; align-items: center; }
.feed__side .post + .post { border-top: 1px solid var(--line); padding-top: clamp(20px, 2.4vw, 28px); }
.feed__side .post__media { aspect-ratio: 4/3; }
.feed__side .post__meta { margin-top: 0; }
.feed__side h3 { font-size: 18px; margin-top: 6px; }

/* =========================================================
   6. AANPAK (zo werken wij, verfijnde tijdlijn)
   ========================================================= */
.aanpak { background: #edf0ea; padding-block: clamp(48px, 7vw, 92px); }
.aanpak__head { margin-bottom: clamp(28px, 3.5vw, 44px); }
.aanpak__head p { color: var(--muted); margin-top: 10px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(16px, 1.6vw, 22px); }
.step { background: var(--white); border: 1px solid var(--green); border-radius: var(--r); padding: clamp(22px, 2vw, 30px); transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease); }
.step:hover { transform: translateY(-3px); box-shadow: 0 22px 44px -28px rgba(48,138,63,.5); border-color: var(--green-deep); }
.step__n { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--green); font-size: .92rem; font-weight: 600; color: var(--green); margin-bottom: 18px; transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease); }
.step:hover .step__n { background: var(--green); color: #fff; border-color: var(--green); }
.step h3 { font-size: clamp(18px, 1.5vw, 20px); }
.step p { color: var(--muted); margin-top: 8px; font-size: .95rem; }

/* =========================================================
   9. CONVERSIE-AFSLUITING
   ========================================================= */
.closing { background: var(--paper); }
.closing__inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.closing h2 { max-width: 16ch; }
.closing__lead { color: var(--muted); margin-top: 16px; max-width: 46ch; }
.closing__actions { margin-top: 30px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.closing__contact { display: grid; }
.contact-row { display: flex; align-items: center; gap: 14px; padding: 15px 0; border-top: 1px solid var(--line); transition: color .2s; }
.closing__contact .contact-row:last-child { border-bottom: 1px solid var(--line); }
.contact-row svg { width: 20px; height: 20px; color: var(--green); flex-shrink: 0; }
.contact-row span { display: flex; flex-direction: column; line-height: 1.3; font-weight: 500; }
.contact-row small { color: var(--muted); font-size: .76rem; font-weight: 400; text-transform: uppercase; letter-spacing: .06em; }
a.contact-row:hover { color: var(--green); }

/* =========================================================
   FOOTER
   ========================================================= */
.footer { background: #14201a; color: rgba(255,255,255,.64); }
.footer__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 40px; padding-block: clamp(48px, 6vw, 84px); }
.footer__logo { height: 64px; width: auto; }
.footer__brand p { margin-top: 18px; max-width: 34ch; font-size: .92rem; color: rgba(255,255,255,.5); }
.footer h4 { color: #fff; font-family: var(--font); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; margin-bottom: 18px; }
.footer ul { display: grid; gap: 11px; }
.footer a { transition: color .2s; }
.footer a:hover { color: #fff; }
.footer .f-contact div { display: flex; gap: 11px; margin-bottom: 13px; }
.footer .f-contact svg { width: 17px; height: 17px; color: var(--sage); flex-shrink: 0; margin-top: 3px; }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.12); padding-block: 22px; display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; font-size: .85rem; }
.footer__bottom .legal { display: flex; gap: 22px; flex-wrap: wrap; }
.footer__credit { text-align: center; padding-bottom: 24px; font-size: .85rem; color: rgba(255,255,255,.5); }
.footer__credit a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; font-weight: 600; }
.footer__credit a:hover { color: #fff; }

/* =========================================================
   MOBIELE KNOPPENBALK
   ========================================================= */
.mobilebar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 90; display: none; grid-template-columns: 1fr 1fr; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -8px 28px -18px rgba(20,32,24,.4); }
.mobilebar a { display: flex; align-items: center; justify-content: center; gap: 9px; padding: 15px; font-weight: 600; font-size: .95rem; }
.mobilebar a svg { width: 18px; height: 18px; }
.mobilebar .call { background: var(--green); color: #fff; }
.mobilebar .wa { background: #fff; color: #1da851; }

/* =========================================================
   GEDEELDE BOUWSTENEN (content-pagina's)
   ========================================================= */
/* Compacte pagina-hero */
.subhero { position: relative; min-height: clamp(340px, 46vh, 460px); display: flex; align-items: flex-end; color: #fff; overflow: hidden; }
.subhero__media { position: absolute; inset: 0; z-index: -2; }
.subhero__media img { width: 100%; height: 100%; object-fit: cover; }
.subhero__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(92deg, rgba(19,29,58,.83) 0%, rgba(19,29,58,.52) 52%, rgba(19,29,58,.22) 100%), linear-gradient(0deg, rgba(19,29,58,.52), rgba(19,29,58,0) 45%); }
.subhero__inner { width: 100%; padding-block: clamp(40px, 6vw, 68px); }
.subhero h1 { color: #fff; max-width: 20ch; }
.subhero__lead { color: rgba(255,255,255,.9); margin-top: 16px; max-width: 56ch; font-size: clamp(18px, 1.6vw, 19px); line-height: 1.55; }

/* Waarde-kaarten (groene rand, net als Zo werken wij) */
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(16px, 1.8vw, 22px); margin-top: clamp(28px, 3.5vw, 44px); }
.tile { background: var(--white); border: 1px solid var(--green); border-radius: var(--r); padding: clamp(22px, 2.4vw, 32px); transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s var(--ease); }
.tile:hover { transform: translateY(-3px); box-shadow: 0 22px 44px -28px rgba(48,138,63,.5); border-color: var(--green-deep); }
.tile h3 { font-size: clamp(18px, 1.6vw, 20px); }
.tile p { color: var(--muted); margin-top: 8px; font-size: .95rem; }
.tile__n { display: inline-block; font-weight: 600; color: var(--green); font-size: .82rem; letter-spacing: .06em; margin-bottom: 10px; }
.tile__result { margin-top: 13px; padding-top: 13px; border-top: 1px solid var(--line); color: var(--muted); font-size: .88rem; }
.tile__result b { color: var(--ink); font-weight: 600; }

/* Tekst + beeld naast elkaar */
.media-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.media-split__media img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--r); }
.media-split--reverse .media-split__media { order: -1; }
.media-split__body p { color: var(--muted); }
.media-split__body p + p { margin-top: 16px; }
.media-split__body h2 + p { margin-top: 18px; }

/* Opsomming met groene stip */
.tick-list { display: grid; gap: 13px; margin-top: 22px; }
.tick-list--2 { grid-template-columns: 1fr 1fr; gap: 14px 36px; }
.tick-list li { position: relative; padding-left: 24px; color: var(--ink); font-weight: 500; }
.tick-list li::before { content: ""; position: absolute; left: 2px; top: 10px; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }

/* Formulier (contact en offerte) */
.formcard { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: clamp(24px, 3vw, 36px); box-shadow: 0 34px 64px -42px rgba(20,32,24,.45); }
.formcard h2 { font-size: clamp(20px, 2vw, 25px); }
.formcard__intro { color: var(--muted); margin-top: 8px; font-size: .95rem; }
.assure { display: flex; align-items: center; gap: 8px; margin-top: 14px; padding: 10px 14px; background: #edf0ea; border-radius: var(--r); font-size: .85rem; color: var(--green-deep); font-weight: 600; }
.assure svg { width: 16px; height: 16px; color: var(--green); flex-shrink: 0; }
.form { margin-top: 22px; display: grid; gap: 15px; }
.field { display: grid; gap: 6px; }
.field label { font-size: .84rem; font-weight: 600; color: var(--ink); }
.field label .req { color: var(--green); }
.field input, .field select, .field textarea { font: inherit; font-size: .98rem; padding: 12px 14px; border: 1px solid #d6d1c4; border-radius: var(--r); background: #fff; color: var(--ink); width: 100%; transition: border-color .2s, box-shadow .2s; }
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(48,138,63,.13); }
.field--row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #c0392b; box-shadow: 0 0 0 3px rgba(192,57,43,.1); }
.field__err { color: #c0392b; font-size: .8rem; font-weight: 600; display: none; }
.field.invalid .field__err { display: block; }
.form__foot { font-size: .8rem; color: var(--muted); text-align: center; margin-top: 2px; }
.form__foot a { color: var(--green); font-weight: 600; }
.form-success { display: none; text-align: center; padding: 18px 0; }
.form-success.show { display: block; }
.form-success .check { width: 60px; height: 60px; border-radius: 50%; background: #edf0ea; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.form-success .check svg { width: 30px; height: 30px; color: var(--green); }
.form-success h3 { font-size: 1.4rem; }
.form-success p { color: var(--muted); margin-top: 8px; }

/* Kaart / map */
.map { border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); }
.map iframe { width: 100%; height: 420px; border: 0; display: block; }

/* Zwevende persoonlijke WhatsApp-knop met contextuele prompt */
.wabtn { position: fixed; right: 22px; bottom: 22px; z-index: 95; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.wabtn__btn { position: relative; display: block; width: 60px; height: 60px; border-radius: 50%; box-shadow: 0 16px 34px -12px rgba(0,0,0,.4); transition: transform .3s var(--ease); }
.wabtn__btn img { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; }
.wabtn__btn:hover { transform: translateY(-2px); }
.wabtn__badge { position: absolute; right: -3px; bottom: -3px; width: 27px; height: 27px; border-radius: 50%; background: #25d366; border: 2px solid #fff; display: flex; align-items: center; justify-content: center; }
.wabtn__badge svg { width: 15px; height: 15px; color: #fff; }
.wabtn__prompt { display: block; background: #fff; border: 1px solid var(--line); border-radius: 12px 12px 4px 12px; padding: 10px 15px; box-shadow: 0 12px 28px -16px rgba(20,32,24,.3); color: var(--ink); opacity: 0; transform: translateY(8px); transform-origin: bottom right; transition: opacity .35s var(--ease), transform .35s var(--ease); pointer-events: none; }
.wabtn__prompt.show { opacity: 1; transform: none; pointer-events: auto; }
.wabtn__q { display: block; white-space: nowrap; font-weight: 600; font-size: .9rem; }
.wabtn__prompt small { display: block; color: var(--green); font-weight: 600; font-size: .78rem; margin-top: 2px; }
@media (prefers-reduced-motion: reduce) { .wabtn__prompt { transition: opacity .2s; transform: none; } }

/* Nieuws-overzicht: gelijke kaarten met uitgelijnde Lees meer */
.newsgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(24px, 3vw, 36px); align-items: stretch; }
.newsgrid .post { height: 100%; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease); }
.newsgrid .post:hover { transform: translateY(-4px); box-shadow: 0 26px 50px -30px rgba(20,32,24,.4); border-color: transparent; }
.newsgrid .post__media { aspect-ratio: 16/10; border-radius: 0; }
.newsgrid .post__body { display: flex; flex-direction: column; flex: 1; padding: clamp(22px, 2.2vw, 28px); }
.newsgrid .post__meta { margin-top: 0; }
.newsgrid .post h3 { margin-top: 9px; }
.newsgrid .post__body > p { margin-top: 10px; color: var(--muted); font-size: .95rem; }
.newsgrid .post .readmore { margin-top: auto; padding-top: 18px; }

/* Blog-artikel: alles in een rustige, gecentreerde kolom */
.article-hero { padding-top: clamp(24px, 3.5vw, 44px); }
.article-hero__head { max-width: 760px; margin-inline: auto; }
.article-hero__meta { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; color: var(--green); font-weight: 600; }
.article-hero h1 { margin-top: 12px; }
.article-hero__lead { font-size: clamp(18px, 1.7vw, 21px); color: var(--muted); margin-top: 18px; line-height: 1.55; }
.article-hero__media { max-width: 760px; margin: clamp(26px, 4vw, 40px) auto 0; border-radius: var(--r); overflow: hidden; border: 1px solid var(--line); box-shadow: 0 24px 50px -32px rgba(20,32,24,.35); }
.article-hero__media img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }

.prose { max-width: 720px; margin: clamp(34px, 5vw, 54px) auto 0; }
.prose h2 { font-size: clamp(21px, 2.1vw, 27px); margin-top: clamp(30px, 4vw, 44px); }
.prose > h2:first-child { margin-top: 0; }
.prose p { margin-top: 15px; line-height: 1.75; color: #2c3a31; }
.prose p:first-of-type { font-size: 1.06rem; color: var(--ink); }

/* Delen via */
.share { max-width: 720px; margin: clamp(34px, 5vw, 50px) auto 0; padding-top: 26px; border-top: 1px solid var(--line); display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.share__label { font-weight: 600; color: var(--ink); }
.share__btns { display: flex; gap: 10px; flex-wrap: wrap; }
.share__btns a { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; color: var(--ink); transition: border-color .2s, color .2s, background .2s, transform .2s; }
.share__btns a svg { width: 18px; height: 18px; }
.share__btns a:hover { border-color: var(--green); color: #fff; background: var(--green); transform: translateY(-2px); }

/* Beeldband met statement (afwisseling op dienstpagina's) */
.imageband { position: relative; min-height: clamp(300px, 40vh, 420px); display: flex; align-items: center; color: #fff; overflow: hidden; }
.imageband__media { position: absolute; inset: 0; z-index: -2; }
.imageband__media img { width: 100%; height: 100%; object-fit: cover; }
.imageband__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(19,29,58,.83) 0%, rgba(19,29,58,.46) 62%, rgba(19,29,58,.26) 100%); }
.imageband__inner { max-width: 760px; padding-block: clamp(36px, 5vw, 56px); }
.imageband h2 { color: #fff; }
.imageband p { color: rgba(255,255,255,.88); margin-top: 14px; max-width: 50ch; font-size: clamp(17px, 1.5vw, 19px); }

/* Genummerde editorial lijst */
.numlist { border-top: 1px solid var(--line); }
.numlist__item { display: grid; grid-template-columns: 54px 1fr; gap: clamp(16px, 2.4vw, 34px); padding: clamp(17px, 2.1vw, 26px) 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.numlist__n { font-size: clamp(20px, 1.8vw, 26px); color: var(--sage); font-weight: 600; line-height: 1; }
.numlist__c h3 { font-size: clamp(17px, 1.5vw, 20px); }
.numlist__c p { color: var(--muted); margin-top: 5px; max-width: 64ch; }

/* Statement met zwevende woorden eromheen */
.floatstmt { text-align: center; }
.floatstmt__inner { position: relative; max-width: 1000px; margin-inline: auto; min-height: clamp(420px, 44vw, 540px); display: flex; flex-direction: column; justify-content: center; }
.floatstmt__text { position: relative; z-index: 2; font-size: clamp(26px, 4vw, 46px); font-weight: 500; line-height: 1.24; letter-spacing: -.01em; color: var(--ink); max-width: 18ch; margin-inline: auto; }
.floatstmt__chips { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.floatstmt__chip { position: absolute; display: inline-flex; align-items: center; background: #fff; color: var(--ink); border: 1px solid var(--line); border-left: 4px solid var(--green); border-radius: 3px; padding: 12px 18px; font-weight: 600; font-size: .92rem; box-shadow: 0 16px 30px -14px rgba(20,32,24,.42); animation: floaty 7s ease-in-out infinite; }
.floatstmt__chip:nth-child(1) { top: 5%; left: 15%; animation-delay: 0s; animation-duration: 7s; }
.floatstmt__chip:nth-child(2) { top: 2%; right: 15%; animation-delay: -1.4s; animation-duration: 8s; }
.floatstmt__chip:nth-child(3) { bottom: 13%; left: 1%; animation-delay: -2.6s; animation-duration: 6.5s; }
.floatstmt__chip:nth-child(4) { bottom: 9%; right: 3%; animation-delay: -0.7s; animation-duration: 8.5s; }
.floatstmt__chip:nth-child(5) { bottom: -1%; left: 41%; animation-delay: -2s; animation-duration: 7.5s; }
.floatstmt__lead { margin: clamp(28px, 4vw, 44px) auto 0; max-width: 56ch; color: var(--muted); font-size: clamp(17px, 1.5vw, 19px); line-height: 1.6; }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@media (prefers-reduced-motion: reduce) { .floatstmt__chip { animation: none; } }

/* Statement / pull-quote met chips */
.statement-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.statement__text { font-size: clamp(23px, 3vw, 38px); font-weight: 500; line-height: 1.28; letter-spacing: -.01em; color: var(--ink); }
.chips { display: flex; flex-wrap: wrap; gap: 10px 12px; }
.chip { display: inline-flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 9px 16px; font-weight: 500; font-size: .92rem; }
.chip::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); flex-shrink: 0; }

/* Peter / vertrouwensanker */
.advisor { display: grid; grid-template-columns: minmax(0, 340px) 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.advisor__photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: var(--r); }
.advisor__quote { font-size: clamp(21px, 2.1vw, 27px); line-height: 1.38; color: var(--ink); font-weight: 500; }
.advisor__who { margin-top: 24px; }
.advisor__who strong { display: block; font-weight: 600; font-size: 1.05rem; }
.advisor__who span { color: var(--muted); }
.advisor__actions { margin-top: 24px; display: flex; gap: 13px; flex-wrap: wrap; }

/* =========================================================
   RESPONSIVE (header + hero)
   ========================================================= */
@media (max-width: 900px) {
  .nav, .masthead__phone, .topbar { display: none; }
  .burger { display: flex; }
  .masthead__inner { gap: 16px; }
  .masthead__right { margin-left: auto; }
  .positie__grid { grid-template-columns: 1fr; gap: 28px; }
  .dienst-feature { grid-template-columns: 1fr; }
  .dienst-feature__media { min-height: 220px; order: -1; }
  .dienst-list a { flex-wrap: wrap; gap: 6px 0; padding: 22px 4px; }
  .dienst-list h3 { flex-basis: 100%; }
  .dienst-list p { flex-basis: 100%; }
  .dienst-list a > svg { display: none; }
  .spotlight__grid { grid-template-columns: 1fr; gap: 36px; }
  .spotlight__points li { grid-template-columns: 1fr; gap: 4px; }
  .spotlight__points .k { font-size: 1.05rem; }
  .feed { grid-template-columns: 1fr; gap: 36px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .closing__inner { grid-template-columns: 1fr; gap: 32px; }
  .footer__top { grid-template-columns: 1fr 1fr; gap: 32px 40px; }
  .footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  body { padding-bottom: 60px; }
  .mobilebar { display: grid; }
  .footer__top { grid-template-columns: 1fr; gap: 30px; }
  .footer__bottom { flex-direction: column; align-items: flex-start; gap: 12px; }
  .wabtn { right: 16px; bottom: 74px; }
  .wabtn__q { font-size: .85rem; }
  .map iframe { height: 320px; }
  .lp-deliver { grid-template-columns: 1fr; }
  .lp-def { grid-template-columns: 1fr; }
  .lp-steps__row { grid-template-columns: 1fr; gap: 34px; }
  .tiles { grid-template-columns: 1fr; }
  .advisor { grid-template-columns: 1fr; gap: 28px; }
  .advisor__photo { max-width: 300px; }
  .media-split { grid-template-columns: 1fr; gap: 28px; }
  .media-split--reverse .media-split__media { order: 0; }
  .tick-list--2 { grid-template-columns: 1fr; }
  .tiles.tiles--4 { grid-template-columns: repeat(2, 1fr); }
  .statement-grid { grid-template-columns: 1fr; gap: 28px; }
  .newsgrid { grid-template-columns: repeat(2, 1fr); }
  h1, h2, h3 { overflow-wrap: break-word; hyphens: manual; }
  .lp-hero__grid { grid-template-columns: 1fr; gap: 28px; padding-block: 36px 44px; }
  .lp-hero__grid > * { min-width: 0; }
  .lp-hero h1 { max-width: none; }
  .lp-trust__grid { grid-template-columns: repeat(2, 1fr); gap: 12px 14px; }
  .lp-urgentie__grid { grid-template-columns: 1fr; gap: 18px; }
  .lp-projects { grid-template-columns: 1fr; gap: 14px; }
  .lp-project, .lp-project--breed { grid-column: span 1; }
  .lp-prices { grid-template-columns: 1fr; gap: 24px; }
  .lp-steps__row { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .lp-garantie__grid { grid-template-columns: 1fr; gap: 24px; }
  .floatstmt__inner { min-height: 0; }
  .floatstmt__text { order: 1; }
  .floatstmt__chips { order: 2; position: static; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 26px; }
  .floatstmt__chip { position: static; top: auto; left: auto; right: auto; bottom: auto; animation: none; box-shadow: 0 8px 18px -12px rgba(20,32,24,.3); }
}
@media (max-width: 540px) {
  .feed__side .post { grid-template-columns: 96px 1fr; gap: 14px; }
  .closing__actions { gap: 16px; }
  .closing__actions .btn { width: 100%; }
  .steps { grid-template-columns: 1fr; }
  .tiles, .tiles.tiles--4 { grid-template-columns: 1fr; }
  .newsgrid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  h1 { font-size: clamp(30px, 9vw, 36px); }
  .masthead__right .btn { font-size: .85rem; padding: 11px 15px; white-space: nowrap; }
  .hero__actions { gap: 16px; }
  .hero__actions .btn { width: 100%; }
}
