@font-face{font-family:'Archivo';font-style:normal;font-weight:400;font-display:optional;src:url('../fonts/archivo-400.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:'Archivo';font-style:normal;font-weight:500;font-display:optional;src:url('../fonts/archivo-500.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:'Archivo';font-style:normal;font-weight:600;font-display:optional;src:url('../fonts/archivo-600.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:'Playfair Display';font-style:italic;font-weight:400;font-display:swap;src:url('../fonts/playfair-display-400-italic.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:'Playfair Display';font-style:italic;font-weight:500;font-display:swap;src:url('../fonts/playfair-display-500-italic.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:'Playfair Display';font-style:italic;font-weight:600;font-display:swap;src:url('../fonts/playfair-display-600-italic.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:'Playfair Display';font-style:normal;font-weight:400;font-display:swap;src:url('../fonts/playfair-display-400.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:'Playfair Display';font-style:normal;font-weight:500;font-display:swap;src:url('../fonts/playfair-display-500.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:'Playfair Display';font-style:normal;font-weight:600;font-display:swap;src:url('../fonts/playfair-display-600.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;}
:root {
  --ink: #182430;
  --ink-soft: #3c4a57;
  --paper: #f7fafc;
  --paper-deep: #e9f1f7;
  --brand: #306eb5;
  --brand-deep: #0e6ea3;
  --brand-soft: #d8ecf7;
  --line: #d9e4ee;
  --wa: #1fa855;
  --font-head: "Playfair Display", Georgia, serif;
  --font-body: "Archivo", "Helvetica Neue", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.65;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

h1, h2, h3 { font-family: var(--font-head); font-weight: 500; line-height: 1.15; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.4rem, 5.4vw, 3.9rem); }
h2 { font-size: clamp(1.7rem, 3.4vw, 2.5rem); margin-bottom: 1.2rem; }
h1 em, h2 em { font-style: italic; color: var(--brand); }
.kicker {
  font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--brand-deep); font-weight: 600; margin-bottom: 0.9rem;
}
.kicker--light { color: #9fd8f5; }

.btn {
  display: inline-block; font-family: var(--font-body); font-weight: 600; font-size: 16px;
  padding: 15px 28px; border-radius: 10px; text-decoration: none; border: none; cursor: pointer;
  white-space: nowrap;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn--brand { background: var(--brand); color: #fff; box-shadow: 0 6px 18px rgba(48, 110, 181, 0.28); }
.btn--brand:hover { background: var(--brand-deep); box-shadow: 0 10px 24px rgba(48, 110, 181, 0.34); }
.btn--ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--paper); }
.btn--ink { background: var(--ink); color: var(--paper); }
.btn--ink:hover { background: #000; }
.btn--s { padding: 11px 20px; font-size: 14.5px; }
.btn--full { width: 100%; }

/* ---------- nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 250, 252, 0.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav__in { display: flex; align-items: center; justify-content: space-between; height: 68px; gap: 18px; }
.nav__logo {
  display: flex; align-items: center; gap: 10px; text-decoration: none;
  font-family: var(--font-head); font-size: 20px; font-weight: 600;
}
.nav__logo em { font-style: normal; color: var(--brand); }
.nav__links { display: flex; gap: 26px; }
.nav__links a { text-decoration: none; font-size: 15px; font-weight: 500; color: var(--ink-soft); transition: color 0.2s; }
.nav__links a:hover { color: var(--brand-deep); }
.nav__cta { display: flex; align-items: center; gap: 16px; }
.nav__tel { display: flex; align-items: center; gap: 7px; text-decoration: none; font-weight: 600; font-size: 15px; }
.nav__tel:hover { color: var(--brand-deep); }

/* ---------- hero ---------- */
.hero { padding: 72px 0 56px; overflow: hidden; }
.hero__grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 56px; align-items: center; }
.hero__kicker { font-size: 13.5px; letter-spacing: 0.13em; text-transform: uppercase; font-weight: 600; color: var(--brand-deep); margin-bottom: 1.1rem; }
.hero__sub { font-size: 18.5px; color: var(--ink-soft); margin: 1.3rem 0 1.9rem; max-width: 34em; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 1.8rem; }
.hero__speed {
  display: flex; align-items: center; gap: 12px;
  background: var(--paper-deep); border: 1px solid var(--line);
  border-radius: 12px; padding: 13px 17px; max-width: 30em;
}
.hero__speed p { font-size: 14.5px; line-height: 1.45; color: var(--ink-soft); }
.hero__speed strong { color: var(--ink); }
.pulse { position: relative; width: 11px; height: 11px; border-radius: 50%; background: var(--wa); flex-shrink: 0; }
.pulse::after {
  content: ""; position: absolute; inset: -5px; border-radius: 50%;
  border: 2px solid var(--wa); opacity: 0.5; animation: pulse 1.8s ease-out infinite;
}
@keyframes pulse { 0% { transform: scale(0.6); opacity: 0.6; } 100% { transform: scale(1.5); opacity: 0; } }

.hero__visual { position: relative; }
.hero__img { border-radius: 18px; overflow: hidden; box-shadow: 24px 24px 0 var(--brand-soft); }
.hero__img img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; }
.hero__badge {
  position: absolute; left: -22px; bottom: -24px;
  display: flex; align-items: center; gap: 12px; text-decoration: none;
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 14px 18px; font-size: 13px; line-height: 1.4; font-weight: 500;
  box-shadow: 0 14px 34px rgba(27, 31, 36, 0.13);
  transition: transform 0.25s ease;
}
.hero__badge:hover { transform: translateY(-3px); }
.stars { color: #e8a13c; font-size: 17px; letter-spacing: 2px; }

/* ---------- trust ---------- */
.trust { background: var(--ink); color: var(--paper); padding: 34px 0; }
.trust__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.trust__item { text-align: center; }
.trust__item strong { display: block; font-family: var(--font-head); font-size: 24px; color: #7fd0f0; margin-bottom: 3px; }
.trust__item span { font-size: 14px; color: #b8bec5; }

/* ---------- offer ---------- */
.offer { background: var(--brand-soft); border-block: 1px solid #bcdcee; }
.offer__in { display: flex; align-items: center; gap: 20px; padding: 22px 24px; }
.offer__logo { flex-shrink: 0; background: #fff; border: 1px solid #bcdcee; border-radius: 12px; padding: 9px 16px; display: flex; align-items: center; }
.offer__logo img { height: 52px; width: auto; display: block; }
.offer__in p { font-size: 15.5px; color: #1c4a6e; flex: 1; }
.offer__in strong { color: var(--brand-deep); }

/* ---------- products ---------- */
.products { padding: 84px 0 70px; }
.products__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 2.4rem; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  overflow: hidden; text-decoration: none; display: flex; flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: 0 22px 44px rgba(27, 31, 36, 0.12); }
.card figure { aspect-ratio: 10 / 7; overflow: hidden; }
.card__illu { display: flex; align-items: center; justify-content: center; background: linear-gradient(160deg, #eef4f9, #dce8f2); }
.card__illu svg { width: 58%; height: auto; transition: transform 0.5s ease; }
.card:hover .card__illu svg { transform: scale(1.05); }
.card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.card:hover img { transform: scale(1.05); }
.card h3 { font-size: 19px; margin: 18px 20px 6px; }
.card p { font-size: 14.5px; color: var(--ink-soft); margin: 0 20px; flex: 1; }
.card__go { margin: 14px 20px 18px; font-size: 14px; font-weight: 600; color: var(--brand-deep); }

/* ---------- steps ---------- */
.steps { background: var(--paper-deep); padding: 84px 0; }
.steps__list { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; margin-top: 2.4rem; counter-reset: step; }
.steps__list li { position: relative; padding-top: 8px; }
.steps__num {
  display: flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--brand); color: #fff;
  font-family: var(--font-head); font-size: 21px; font-weight: 600;
  margin-bottom: 14px; box-shadow: 0 6px 14px rgba(48, 110, 181, 0.3);
}
.steps__list h3 { font-size: 18px; margin-bottom: 6px; }
.steps__list p { font-size: 14.5px; color: var(--ink-soft); }

/* ---------- werk ---------- */
.werk { padding: 84px 0; background: var(--ink); }
.werk .kicker { color: #7fd0f0; }
.werk h2 { color: #fff; }
.werk__intro { color: #b8c4cf; margin: -0.4rem 0 2rem; font-size: 16px; }
.werk__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 980px) { .werk__grid { grid-template-columns: repeat(2, 1fr); } }
.werk__item { border-radius: 16px; overflow: hidden; background: #1f2e3d; }
.werk__item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; display: block; transition: transform 0.5s ease; }
.werk__item:hover img { transform: scale(1.04); }
.werk__item figcaption { padding: 14px 18px 16px; display: flex; flex-direction: column; gap: 2px; }
.werk__item strong { color: #fff; font-size: 15.5px; font-weight: 600; }
.werk__item span { color: #9fb0bf; font-size: 13.5px; }
.werk__cta { margin-top: 2rem; text-align: center; }

/* ---------- quotes ---------- */
.quotes { padding: 84px 0; }
.quotes__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-top: 2rem; }
.quotes__grid blockquote {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 26px;
  font-family: var(--font-head); font-size: 17px; line-height: 1.55; font-style: italic;
}
.quotes__grid footer { margin-top: 14px; font-family: var(--font-body); font-style: normal; font-size: 13.5px; color: var(--ink-soft); }
.quotes__link { margin-top: 1.8rem; }
.quotes__link a { font-weight: 600; color: var(--brand-deep); text-decoration: none; }
.quotes__link a:hover { text-decoration: underline; }

/* ---------- about ---------- */
.about { background: var(--paper-deep); padding: 84px 0; }
.about__grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: center; }
.about__img { border-radius: 18px; overflow: hidden; box-shadow: -20px 20px 0 var(--brand-soft); align-self: stretch; }
.about__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.about__copy > p { color: var(--ink-soft); max-width: 36em; }
.about__facts { margin-top: 2rem; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 24px 26px; }
.about__facts h3 { font-size: 17px; margin-bottom: 12px; }
.about__facts dl div { display: flex; gap: 14px; padding: 7px 0; border-bottom: 1px solid var(--paper-deep); font-size: 14.5px; }
.about__facts dl div:last-child { border-bottom: none; }
.about__facts dt { width: 84px; flex-shrink: 0; color: var(--ink-soft); }
.about__facts dd a { color: var(--brand-deep); text-decoration: none; font-weight: 500; }

/* ---------- faq ---------- */
.faq { padding: 84px 0; }
.faq__list { max-width: 760px; margin-top: 1.6rem; }
.faq__list details {
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  margin-bottom: 12px; overflow: hidden;
}
.faq__list summary {
  cursor: pointer; list-style: none; padding: 18px 22px;
  font-weight: 600; font-size: 16.5px; position: relative;
  transition: background 0.2s;
}
.faq__list summary::-webkit-details-marker { display: none; }
.faq__list summary::after {
  content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);
  font-family: var(--font-head); font-size: 22px; color: var(--brand);
}
.faq__list details[open] summary::after { content: "−"; }
.faq__list summary:hover { background: var(--paper-deep); }
.faq__list details p { padding: 0 22px 18px; font-size: 15px; color: var(--ink-soft); }

/* ---------- lead ---------- */
.lead { background: var(--ink); color: var(--paper); padding: 90px 0; }
.lead__grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 60px; align-items: start; }
.lead h2 { color: #fff; }
.lead__points { list-style: none; margin: 1.6rem 0 2rem; }
.lead__points li { position: relative; padding: 7px 0 7px 32px; font-size: 16px; color: #cfd4d9; }
.lead__points li::before {
  content: ""; position: absolute; left: 0; top: 12px;
  width: 18px; height: 18px; border-radius: 50%;
  background: var(--brand);
  clip-path: none;
}
.lead__points li::after {
  content: ""; position: absolute; left: 5px; top: 16px;
  width: 8px; height: 5px; border-left: 2px solid #fff; border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.lead__wa { display: inline-flex; align-items: center; gap: 10px; color: #7ddba3; font-weight: 600; text-decoration: none; font-size: 16px; }
.lead__wa:hover { text-decoration: underline; }

.lead__form {
  background: #fff; color: var(--ink); border-radius: 18px; padding: 30px;
  display: block;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}
.field { display: flex; flex-direction: column; gap: 6px; }
.field--full { grid-column: 1 / -1; }
.field label { font-size: 13.5px; font-weight: 600; }
.field label span { font-weight: 400; color: var(--ink-soft); }
.field input, .field select, .field textarea {
  font-family: var(--font-body); font-size: 15px; color: var(--ink);
  padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 9px;
  background: var(--paper); transition: border-color 0.2s, box-shadow 0.2s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(48, 110, 181, 0.15);
}
.field textarea { resize: vertical; }
.captcha { background: var(--paper-deep); border-radius: 10px; padding: 13px 15px; }
.captcha input { max-width: 140px; background: #fff; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.lead__legal { grid-column: 1 / -1; font-size: 12.5px; color: var(--ink-soft); text-align: center; }
.lead__msg { grid-column: 1 / -1; font-size: 15px; font-weight: 600; text-align: center; display: none; }
.lead__msg.ok { display: block; color: #1a7a44; }
.lead__msg.err { display: block; color: #b3362a; }

/* ---------- footer ---------- */
.foot { background: #14171b; color: #9aa1a8; padding: 26px 0; font-size: 13.5px; }
.foot__in { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; }
.foot a { color: #c8cdd2; text-decoration: none; }
.foot a:hover { color: #fff; }

/* ---------- whatsapp float ---------- */
.wa-float {
  position: fixed; right: 22px; bottom: 22px; z-index: 60;
  display: flex; align-items: center; justify-content: center;
  width: 56px; height: 56px; border-radius: 50%;
  background: var(--wa); color: #fff;
  box-shadow: 0 10px 26px rgba(31, 168, 85, 0.4);
  transition: transform 0.25s ease;
}
.wa-float:hover { transform: scale(1.08); }

/* ---------- reveal animatie ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .pulse::after { animation: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .hero__grid, .about__grid, .lead__grid { grid-template-columns: 1fr; gap: 40px; }
  .products__grid, .quotes__grid { grid-template-columns: repeat(2, 1fr); }
  .steps__list { grid-template-columns: repeat(2, 1fr); }
  .trust__grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .nav__links { display: none; }
  .hero__badge { left: 10px; }
  .about__img { order: 2; }
}
@media (max-width: 600px) {
  .products__grid, .quotes__grid, .steps__list, .werk__grid { grid-template-columns: 1fr; }
  .lead__form { padding: 22px; }
  .hero { padding: 44px 0 48px; }
  .nav__in { height: 60px; gap: 10px; }
  .nav__logo img { width: 118px; height: 38px; }
  .nav__cta { gap: 10px; }
  .nav__tel span { display: none; }
  .nav__tel svg { width: 19px; height: 19px; }
  .btn--s { padding: 10px 14px; font-size: 14px; }
  .hero__actions .btn { width: 100%; text-align: center; }
  .offer__in { flex-direction: column; align-items: flex-start; }
  .hero__img { box-shadow: 12px 12px 0 var(--brand-soft); }
  .hero__badge { position: static; margin-top: 14px; display: inline-flex; }
  .trust__item strong { font-size: 20px; }
  .about__facts dl div { flex-direction: column; gap: 2px; }
  .about__facts dt { width: auto; font-size: 12.5px; }
}

/* ---------- merken & keurmerken ---------- */
.merken { padding: 84px 0; background: #fff; border-block: 1px solid var(--line); }
.merken__intro { color: var(--ink-soft); max-width: 44em; margin-bottom: 2.4rem; }
.merken__panel {
  display: grid; grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line); border-radius: 18px; overflow: hidden;
  background: #fff;
}
.merken__brand { padding: 38px 32px 34px; position: relative; }
.merken__brand + .merken__brand { border-left: 1px solid var(--line); }
.merken__brand--mid { background: var(--paper); }
.merken__tier {
  display: block; font-size: 11.5px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--brand-deep); font-weight: 600; margin-bottom: 14px;
}
.merken__naam {
  display: block; font-family: var(--font-head); font-size: 30px; font-weight: 500;
  letter-spacing: 0.01em; color: var(--ink); margin-bottom: 10px;
}
.merken__brand p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.55; }
.merken__certs {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px;
  margin-top: 2.6rem; padding-top: 2.2rem; border-top: 1px solid var(--line);
}
.cert { display: flex; gap: 14px; align-items: flex-start; }
.cert svg { color: var(--brand-deep); flex-shrink: 0; margin-top: 2px; }
.cert strong { display: block; font-size: 15px; color: var(--ink); margin-bottom: 3px; }
.cert span { font-size: 13.5px; color: var(--ink-soft); line-height: 1.5; }
.merken__cta { margin-top: 2.4rem; }
.merken__cta a { font-weight: 600; color: var(--brand-deep); text-decoration: none; font-size: 16px; }
.merken__cta a:hover { text-decoration: underline; }
@media (max-width: 780px) {
  .merken__panel { grid-template-columns: 1fr; }
  .merken__brand + .merken__brand { border-left: none; border-top: 1px solid var(--line); }
  .merken__certs { grid-template-columns: 1fr; gap: 20px; }
}

/* ---------- merkenlint (rollend) ---------- */
.lint { background: #fff; border-bottom: 1px solid var(--line); padding: 20px 0 24px; }
.lint__titel {
  text-align: center; font-size: 12px; color: var(--ink-soft);
  letter-spacing: 0.14em; text-transform: uppercase; font-weight: 600; margin-bottom: 16px;
}
.lint__venster { overflow: hidden; }
.lint__baan {
  display: flex; align-items: center; gap: 72px; width: max-content;
  animation: lintloop 50s linear infinite; padding-right: 72px;
}
.lint__venster:hover .lint__baan { animation-play-state: paused; }
.lint__baan img { width: auto; filter: grayscale(1) opacity(0.62); }
.lint__merk { font-weight: 600; font-size: 18px; color: #6b7681; letter-spacing: 0.08em; white-space: nowrap; }
.lint__combo { display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; }
.lint__combo img { filter: grayscale(1) opacity(0.62); }
.lint__combo span { font-weight: 600; font-size: 18px; color: #6b7681; }
.lint__keur { font-weight: 600; font-size: 14px; color: #8a949e; white-space: nowrap; letter-spacing: 0.05em; }
@keyframes lintloop { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .lint__baan { animation: none; flex-wrap: wrap; justify-content: center; width: 100%; } }
@media (max-width: 600px) { .lint__baan { gap: 40px; padding-right: 40px; } .lint__merk { font-size: 15px; } .lint__baan img { transform: scale(0.85); } }

/* ---------- privacy-pagina ---------- */
.legal { max-width: 780px; margin: 0 auto; padding: 56px 24px 80px; }
.legal h1 { font-size: clamp(30px, 4.5vw, 44px); margin: 8px 0 6px; }
.legal__datum { color: #6b7a88; font-size: 14px; margin-bottom: 2.2rem; }
.legal h2 { font-size: 22px; margin: 2.2rem 0 0.6rem; }
.legal h3 { font-size: 16.5px; margin: 1.2rem 0 0.4rem; }
.legal p, .legal li { font-size: 15.5px; line-height: 1.65; color: #33424f; }
.legal ul { padding-left: 1.2rem; margin: 0.5rem 0 1rem; }
.legal li { margin-bottom: 0.35rem; }
.legal a { color: var(--brand-deep); }

/* ---------- cookiebanner ---------- */
.cookiebar[hidden] { display: none; }
.cookiebar {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 90;
  max-width: 700px; margin-inline: auto;
  background: var(--ink); color: #dbe6ef;
  border-radius: 14px; padding: 16px 20px;
  display: flex; align-items: center; gap: 18px;
  box-shadow: 0 14px 44px rgba(10, 20, 30, 0.4);
}
.cookiebar p { flex: 1; font-size: 14px; line-height: 1.5; margin: 0; }
.cookiebar strong { color: #fff; }
.cookiebar a { color: #8fc7ee; }
.cookiebar__btns { display: flex; gap: 10px; flex-shrink: 0; }
.cookiebar__btns button { font-family: inherit; font-size: 14px; font-weight: 600; border-radius: 10px; padding: 10px 18px; cursor: pointer; }
#cookie-ja { background: var(--brand); color: #fff; border: 0; }
#cookie-ja:hover { background: var(--brand-deep); }
#cookie-nee { background: transparent; color: #c3d2de; border: 1px solid #45566a; }
#cookie-nee:hover { color: #fff; border-color: #7b8fa0; }
@media (max-width: 640px) {
  .cookiebar { flex-direction: column; align-items: stretch; bottom: 12px; gap: 12px; }
  .cookiebar__btns button { flex: 1; }
}

/* ---------- stadpagina's ---------- */
.stad { padding: 48px 0 80px; }
.stad h1 { font-size: clamp(32px, 5vw, 48px); margin: 8px 0 18px; }
.stad__intro { font-size: 17px; line-height: 1.65; color: #33424f; max-width: 820px; }
.stad__grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 44px; align-items: start; margin: 44px 0; }
.stad h2 { font-size: 26px; margin-bottom: 0.8rem; }
.stad__lijst { list-style: none; padding: 0; margin: 0 0 1.2rem; }
.stad__lijst li { padding: 9px 0 9px 30px; position: relative; font-size: 15.5px; line-height: 1.55; color: #33424f; }
.stad__lijst li::before { content: "\2713"; position: absolute; left: 0; top: 9px; color: var(--brand-deep); font-weight: 700; }
.stad__tekst p { font-size: 15.5px; line-height: 1.65; color: #33424f; }
.stad__tekst a { color: var(--brand-deep); }
.stad__cta { display: flex; gap: 12px; margin-top: 1.4rem; flex-wrap: wrap; }
.stad__foto { margin: 0; }
.stad__foto img { width: 100%; height: auto; border-radius: 16px; display: block; }
.stad__foto figcaption { margin-top: 10px; font-size: 14px; color: #5c6b78; }
.stad__foto figcaption strong { display: block; color: var(--ink); }
.stad__quote { margin: 40px 0; max-width: 760px; background: var(--brand-soft); border-radius: 16px; padding: 26px 30px; font-family: var(--font-head); font-size: 19px; font-style: italic; color: var(--ink); }
.stad__quote footer { margin-top: 10px; font-family: var(--font-body); font-style: normal; font-size: 13.5px; color: #5c6b78; }
.stad__quote a { color: var(--brand-deep); }
.stad__faq { max-width: 820px; margin: 40px 0; }
.stad__faq details { border-bottom: 1px solid var(--line); padding: 14px 0; }
.stad__faq summary { cursor: pointer; font-weight: 600; font-size: 16px; color: var(--ink); }
.stad__faq p { margin-top: 10px; font-size: 15px; line-height: 1.6; color: #33424f; }
.stad__afsluiter { text-align: center; background: var(--ink); color: var(--paper); border-radius: 20px; padding: 44px 30px; margin-top: 48px; }
.stad__afsluiter h2 { color: #fff; }
.stad__afsluiter p { color: #b8c4cf; margin: 8px 0 20px; }
@media (max-width: 860px) { .stad__grid { grid-template-columns: 1fr; gap: 28px; } }

.foot__regio { flex-basis: 100%; font-size: 13.5px; margin-top: 4px; }
.stad__regio { margin: 34px 0 0; font-size: 14.5px; color: #5c6b78; }
.stad__regio a { color: var(--brand-deep); }

/* ================= CONVERSIE-UPGRADES (juli 2026) ================= */

/* --- Hero: vertrouwenslijn bij de CTA --- */
.hero__proof {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 14px; text-decoration: none;
  font-size: 14px; color: var(--ink); font-weight: 500;
}
.hero__proof-stars { color: #f5a623; letter-spacing: 1px; font-size: 13px; }
.hero__proof strong { color: var(--brand-deep); }
.hero__proof:hover { text-decoration: underline; text-underline-offset: 3px; }

/* --- Subsidie-rekentool --- */
.offer__in { display: grid; grid-template-columns: 1fr 1fr; gap: 34px; align-items: center; padding: 34px 24px; }
.offer__intro { display: flex; flex-direction: column; gap: 16px; }
.offer__kop { font-size: clamp(26px, 3vw, 34px); line-height: 1.2; margin: -6px 0 0; }
.offer__punten { list-style: none; margin: 0; padding: 0; }
.offer__punten li { position: relative; padding: 7px 0 7px 30px; font-size: 15px; color: #1c4a6e; line-height: 1.5; }
.offer__punten li::before { content: "✓"; position: absolute; left: 0; top: 7px; width: 20px; height: 20px; border-radius: 50%; background: #fff; border: 1px solid #bcdcee; color: var(--brand-deep); font-size: 12px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.offer__intro .offer__logo { align-self: flex-start; margin-top: 4px; }
.calc {
  background: #fff; border: 1px solid #bcdcee; border-radius: 18px;
  padding: 22px 24px; box-shadow: 0 14px 40px rgba(20,60,90,0.10);
}
.calc__field label { display: block; font-weight: 600; color: var(--ink); font-size: 15px; margin-bottom: 10px; }
.calc__m2 { display: flex; align-items: center; gap: 14px; }
.calc__m2 input[type="range"] {
  flex: 1; -webkit-appearance: none; appearance: none; height: 6px; border-radius: 3px;
  background: var(--brand-soft); outline: none;
}
.calc__m2 input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none; width: 24px; height: 24px; border-radius: 50%;
  background: var(--brand); border: 3px solid #fff; box-shadow: 0 2px 6px rgba(20,60,90,0.3); cursor: pointer;
}
.calc__m2 input[type="range"]::-moz-range-thumb {
  width: 22px; height: 22px; border-radius: 50%; background: var(--brand);
  border: 3px solid #fff; box-shadow: 0 2px 6px rgba(20,60,90,0.3); cursor: pointer;
}
.calc__m2 output { font-weight: 700; color: var(--brand-deep); min-width: 56px; text-align: right; font-size: 15px; }
.calc__glas { display: flex; gap: 10px; margin: 16px 0 12px; }
.calc__opt {
  flex: 1; font-family: inherit; font-size: 14.5px; font-weight: 600; cursor: pointer;
  padding: 11px 8px; border-radius: 11px; border: 1.5px solid var(--line);
  background: #fff; color: var(--ink); transition: all .15s ease;
}
.calc__opt:hover { border-color: var(--brand); }
.calc__opt.is-active { background: var(--brand); color: #fff; border-color: var(--brand); }
.calc__combi {
  display: flex; align-items: flex-start; gap: 9px; font-size: 13.5px; color: #33424f;
  cursor: pointer; margin-bottom: 16px; line-height: 1.4;
}
.calc__combi input { margin-top: 2px; flex-shrink: 0; accent-color: var(--brand); }
.calc__combi span { color: #6b7a88; }
.calc__result {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 6px;
  background: var(--ink); color: #fff; border-radius: 12px; padding: 14px 18px; margin-bottom: 16px;
}
.calc__result-label { font-size: 14px; color: #b8c4cf; }
.calc__result-amount { font-family: var(--font-head); font-size: 30px; font-weight: 600; color: #7fd0f0; }
.calc__note { font-size: 12px; color: #6b7a88; margin: 12px 0 0; line-height: 1.5; }

/* --- Leadformulier in stappen --- */
.lead__progress { height: 5px; border-radius: 3px; background: rgba(255,255,255,0.18); overflow: hidden; margin-bottom: 10px; }
.lead__progress span { display: block; height: 100%; width: 50%; background: var(--brand); border-radius: 3px; transition: width .35s ease; }
.lead__steplabel { font-size: 13px; color: #9fb2c4; margin: 0 0 16px; font-weight: 600; letter-spacing: .3px; }
.lead__step { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; }
.lead__step[hidden] { display: none; }
.lead__step .field--full, .lead__step > button, .lead__stepnav { grid-column: 1 / -1; }
.lead__step--tiles { grid-template-columns: 1fr; }
.lead__stepnav { display: flex; align-items: center; gap: 14px; }
.lead__stepnav .btn--brand { flex: 1; }
.lead__steplabel { color: #5a6b7a; }
.lead__progress { background: #e6ebf0; }
.lead__adresmsg { font-size: 13.5px; font-weight: 600; margin: 2px 0 0; }
.lead__adresmsg.ok { color: #1a7a44; }
.lead__tilehint { font-size: 14px; color: #5a6b7a; font-weight: 600; margin: 0 0 2px; }
.prod-tiles { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.prod-tile { position: relative; display: flex; align-items: center; justify-content: center; text-align: center; min-height: 60px; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 12px; background: var(--paper); cursor: pointer; font-weight: 600; font-size: 14.5px; color: var(--ink); transition: border-color .2s, background .2s; }
.prod-tile:hover { border-color: var(--brand); }
.prod-tile input { position: absolute; opacity: 0; width: 1px; height: 1px; pointer-events: none; }
.prod-tile:has(input:checked) { border-color: var(--brand); background: #eef6fc; color: #14425e; }
.prod-tile:has(input:focus-visible) { box-shadow: 0 0 0 3px rgba(48, 110, 181, 0.15); }
.prod-tile:has(input:checked)::after { content: "✓"; position: absolute; top: 7px; right: 10px; color: var(--brand); font-weight: 700; font-size: 13px; }
@media (max-width: 560px) { .prod-tiles { grid-template-columns: 1fr; } }

/* --- Vaste mobiele CTA-balk --- */
.mobilebar { display: none; }
@media (max-width: 720px) {
  .mobilebar {
    display: grid; grid-template-columns: 1fr 1fr 1.3fr;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
    background: #fff; border-top: 1px solid var(--line);
    box-shadow: 0 -4px 20px rgba(10,20,30,0.10);
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px));
    gap: 8px;
  }
  .mobilebar__btn {
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
    text-decoration: none; font-size: 12px; font-weight: 600; border-radius: 11px;
    padding: 8px 4px; color: var(--ink); min-height: 46px;
  }
  .mobilebar__btn--wa { color: #25913d; }
  .mobilebar__btn--bel { color: var(--brand-deep); }
  .mobilebar__btn--offerte {
    flex-direction: row; background: var(--brand); color: #fff; font-size: 14px;
  }
  .mobilebar__btn--offerte:hover { background: var(--brand-deep); }
  .wa-float { display: none !important; }
  body { padding-bottom: 66px; }
  /* cookiebanner boven de balk houden */
  .cookiebar { bottom: 74px; }
}

/* Responsive overrides voor conversie-componenten (ná de basisregels zodat ze winnen) */
@media (max-width: 860px) {
  .offer__in { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 600px) {
  .lead__step { grid-template-columns: 1fr; }
  .calc__result-amount { font-size: 26px; }
}

/* ================= SAMENSTELLER (juli 2026) ================= */
/* Basisregels eerst; responsive overrides staan onderaan dit blok zodat ze winnen. */

/* --- Homepage: bescheiden tekstlink onder de hero-knoppen --- */
.hero__configlink {
  display: inline-block; margin: -8px 0 2px; text-decoration: none;
  font-size: 14.5px; font-weight: 600; color: var(--brand-deep);
}
.hero__configlink:hover { text-decoration: underline; text-underline-offset: 3px; }

/* --- Samensteller-pagina --- */
.conf-page { padding: 44px 0 90px; }
.conf-page h1 { font-size: clamp(2.1rem, 4.8vw, 3.4rem); margin: 6px 0 14px; }
.conf__intro { font-size: 17px; line-height: 1.6; color: var(--ink-soft); max-width: 40em; margin-bottom: 1.3rem; }

/* Trust-strook boven de wizard - stijl van .hero__proof, maar met eigen marges */
.conf__proof {
  display: inline-flex; align-items: center; flex-wrap: wrap; gap: 8px;
  margin: 0 0 22px; text-decoration: none; line-height: 1.35;
  font-size: 14px; color: var(--ink); font-weight: 500;
}
.conf__proof[hidden] { display: none; }
.conf__proof-stars { color: #f5a623; letter-spacing: 1px; font-size: 13px; }
.conf__proof strong { color: var(--brand-deep); }
.conf__proof:hover { text-decoration: underline; text-underline-offset: 3px; }

.conf {
  background: #fff; border: 1px solid var(--line); border-radius: 20px;
  padding: 30px; max-width: 760px;
  box-shadow: 0 24px 60px rgba(20, 40, 60, 0.10);
}

/* Voortgang */
.conf__head { margin-bottom: 24px; }
.conf__progress { height: 6px; border-radius: 4px; background: var(--paper-deep); overflow: hidden; }
.conf__progress-bar { display: block; height: 100%; width: 14.28%; background: var(--brand); border-radius: 4px; transition: width 0.35s ease; }
.conf__steplabel { font-size: 13px; color: var(--brand-deep); font-weight: 600; letter-spacing: 0.4px; margin-top: 10px; }

/* Stappen (één tegelijk zichtbaar) */
.conf__step { display: block; }
.conf__step[hidden] { display: none; }
.conf__q { font-family: var(--font-head); font-weight: 500; font-size: clamp(1.4rem, 3vw, 1.95rem); line-height: 1.15; margin-bottom: 6px; }
.conf__hint { font-size: 14.5px; color: var(--ink-soft); margin-bottom: 20px; }

/* Keuzekaarten */
.conf__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.conf__cards[hidden] { display: none; }
.conf__cards--2 { grid-template-columns: repeat(2, 1fr); }
.conf__card {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px;
  min-height: 108px; padding: 16px 12px; text-align: center;
  font-family: inherit; font-size: 15px; font-weight: 600; color: var(--ink); line-height: 1.25;
  background: #fff; border: 1.5px solid var(--line); border-radius: 14px; cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, transform 0.15s ease;
}
.conf__card:hover { border-color: var(--brand); transform: translateY(-2px); }
.conf__card:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }
.conf__card svg { width: 40px; height: 40px; color: var(--brand-deep); }
.conf__card small { font-size: 11.5px; font-weight: 600; color: var(--brand-deep); letter-spacing: 0.02em; }
.conf__card[aria-pressed="true"] {
  border-color: var(--brand); background: var(--brand-soft);
  box-shadow: inset 0 0 0 2px var(--brand);
}
.conf__swatch { width: 34px; height: 34px; border-radius: 50%; border: 1px solid rgba(0, 0, 0, 0.15); display: block; }
.conf__swatch--anders { background: conic-gradient(from 210deg, #d64545, #e2a53c, #4fb06d, #3f7fd6, #8a5ad6, #d64545); }

/* Vanafprijs onder het label van elke stap-1-kaart (gevuld door JS uit prijzen.js) */
.conf__card-vanaf { font-size: 12px; font-weight: 700; color: var(--brand-deep); letter-spacing: 0.01em; line-height: 1.15; }
.conf__card-vanaf:empty { display: none; }
/* Toelichting onder het kaartengrid van stap 1 */
.conf__cards-note { font-size: 12.5px; color: #6b7a88; line-height: 1.5; margin: 12px 2px 0; }

/* Meekleurende element-illustraties (kleurstap + matenstap) */
.conf { --conf-kleur: #f4f6f7; }                              /* default wit */
.conf-illu { display: block; }
.conf-illu-defs { position: absolute; width: 0; height: 0; overflow: hidden; }
.conf.is-hout .conf-illu__f { fill: url(#conf-houtgrad); }    /* subtiele houtnerf bij Houtnerflook */

/* Voorbeeldstrook boven de kleurkaarten (vaste hoogtes -> geen layout-sprong bij kleurwissel) */
.conf__illustrook {
  display: flex; gap: 14px; margin: 0 0 20px; padding-bottom: 6px;
  overflow-x: auto; -webkit-overflow-scrolling: touch;
}
.conf__illustrook[hidden] { display: none; }
.conf__illu-item {
  flex: 0 0 auto; display: flex; flex-direction: column; align-items: center; gap: 8px; width: 128px;
}
.conf__illu-item[hidden] { display: none; }
.conf__illu-item .conf-illu { width: 125px; height: 100px; }
.conf__illu-lbl { font-size: 12.5px; font-weight: 600; color: var(--ink-soft); text-align: center; line-height: 1.3; }

/* Illustratie naast het typelabel in de matenstap (klein formaat) */
.conf__maatblok-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.conf__maatblok-prijs { margin-left: auto; font-weight: 700; font-size: 15px; white-space: nowrap; color: var(--ink); }
.conf__maatblok-head[hidden] { display: none; }
.conf__maatblok-head .conf__maatblok-titel { margin: 0; }
.conf__maat-illu { flex: 0 0 auto; display: block; }
.conf__maat-illu .conf-illu { width: 90px; height: 72px; }

/* Stap 3: omvang */
.conf__omvang { display: grid; gap: 26px; }
.conf__lbl { display: block; font-weight: 600; font-size: 15px; margin-bottom: 10px; }
.conf__stepper { display: inline-flex; align-items: center; border: 1.5px solid var(--line); border-radius: 12px; overflow: hidden; }
.conf__stepper button {
  width: 48px; height: 48px; font-size: 22px; line-height: 1; font-weight: 600;
  background: var(--paper); border: none; cursor: pointer; color: var(--brand-deep);
}
.conf__stepper button:hover { background: var(--brand-soft); }
.conf__stepper button:focus-visible { outline: 2px solid var(--brand); outline-offset: -2px; }
.conf__stepper input {
  width: 66px; height: 48px; text-align: center; font-size: 17px; font-weight: 600;
  font-family: inherit; color: var(--ink); background: #fff;
  border: none; border-inline: 1.5px solid var(--line);
  -moz-appearance: textfield;
}
.conf__stepper input::-webkit-outer-spin-button,
.conf__stepper input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.conf__slider { display: flex; align-items: center; gap: 14px; }
.conf__slider input[type="range"] {
  flex: 1; -webkit-appearance: none; appearance: none; height: 6px; border-radius: 3px;
  background: var(--brand-soft); outline: none;
}
.conf__slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none; width: 24px; height: 24px; border-radius: 50%;
  background: var(--brand); border: 3px solid #fff; box-shadow: 0 2px 6px rgba(20, 60, 90, 0.3); cursor: pointer;
}
.conf__slider input[type="range"]::-moz-range-thumb {
  width: 22px; height: 22px; border-radius: 50%; background: var(--brand);
  border: 3px solid #fff; box-shadow: 0 2px 6px rgba(20, 60, 90, 0.3); cursor: pointer;
}
.conf__slider output { font-weight: 700; color: var(--brand-deep); min-width: 58px; text-align: right; font-size: 15px; }
.conf__note { font-size: 12.5px; color: #6b7a88; margin-top: 10px; line-height: 1.5; }

/* Stap 4: glas + subsidie */
.conf__combi {
  display: flex; align-items: flex-start; gap: 9px; font-size: 13.5px; color: #33424f;
  cursor: pointer; margin-top: 16px; line-height: 1.4;
}
.conf__combi input { margin-top: 2px; flex-shrink: 0; accent-color: var(--brand); }
.conf__combi span { color: #6b7a88; }
.conf__subsidie {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px;
  background: var(--ink); color: #fff; border-radius: 14px; padding: 16px 20px; margin-top: 16px;
}
.conf__subsidie[hidden] { display: none; }
.conf__subsidie-label { font-size: 14px; color: #b8c4cf; }
.conf__subsidie-amount { font-family: var(--font-head); font-size: 30px; font-weight: 600; color: #7fd0f0; }

/* Stap 6: samenvatting + contact */
.conf__summary { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 18px 20px; margin-bottom: 22px; }
.conf__summary h3 { font-family: var(--font-head); font-weight: 500; font-size: 16.5px; margin-bottom: 10px; }
.conf__summary ul { list-style: none; margin: 0; padding: 0; }
.conf__summary li { display: flex; justify-content: space-between; gap: 16px; padding: 7px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.conf__summary li:last-child { border-bottom: none; }
.conf__summary li span:first-child { color: var(--ink-soft); }
.conf__summary li span:last-child { font-weight: 600; text-align: right; }
.conf__sum-subsidie { color: var(--brand-deep); }
.conf__contact { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; }
.conf__contact[hidden] { display: none; }
.conf__legal { font-size: 12.5px; color: var(--ink-soft); text-align: center; margin-top: 18px; }

/* Navigatie + status */
.conf__nav { display: flex; align-items: center; gap: 14px; margin-top: 26px; }
.conf__nav .btn--brand { flex: 1; }
.conf__back[hidden] { display: none; }
.conf__msg { margin-top: 16px; font-size: 15px; font-weight: 600; text-align: center; display: none; }
.conf__msg.ok { display: block; color: #1a7a44; }
.conf__msg.err { display: block; color: #b3362a; }

/* Successcherm */
.conf__succes { text-align: center; padding: 14px 0 6px; }
.conf__succes[hidden] { display: none; }
.conf__succes:focus { outline: none; }
.conf__succes-icon { color: var(--wa); margin-bottom: 6px; }
.conf__succes-icon svg { width: 58px; height: 58px; display: inline-block; }
.conf__succes h2 { font-size: clamp(1.6rem, 3.4vw, 2.2rem); margin-bottom: 8px; }
.conf__succes > p { color: var(--ink-soft); max-width: 30em; margin: 0 auto 22px; }
.conf__succes-acties { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.btn--wa { display: inline-flex; align-items: center; gap: 9px; background: var(--wa); color: #fff; }
.btn--wa:hover { background: #1a8f49; }

/* Live richtprijs-regel bovenin (vanaf stap 4) */
.conf__prijsregel {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px;
  background: var(--ink); color: #fff; border-radius: 14px; padding: 12px 18px; margin-bottom: 8px;
}
.conf__prijsregel[hidden] { display: none; }
.conf__prijsregel-label { font-size: 13.5px; color: #b8c4cf; letter-spacing: 0.3px; }
.conf__prijsregel-val { text-align: right; }
.conf__prijsregel-val strong { font-family: var(--font-head); font-size: 24px; font-weight: 600; color: #7fd0f0; }
.conf__prijsregel-val small { font-size: 12.5px; color: #b8c4cf; margin-left: 6px; }
.conf__prijs-disc { font-size: 12px; color: var(--ink-soft); line-height: 1.5; margin: 0 2px 18px; }
.conf__prijs-disc[hidden] { display: none; }

/* Stap 3: per-type steppers */
.conf__steppers-wrap[hidden] { display: none; }
.conf__steppers-title { font-weight: 600; font-size: 15px; margin-bottom: 14px; }
.conf__steppers { display: grid; gap: 12px; }
.conf__row--stepper { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.conf__row--stepper .conf__lbl { margin-bottom: 0; }

/* Stap 6: montagekaarten */
.conf__card--wide { position: relative; padding-top: 22px; }
.conf__card--wide span:not(.conf__badge) { max-width: 20ch; }
.conf__badge {
  position: absolute; top: 10px; right: 10px;
  background: var(--brand); color: #fff; font-size: 10.5px; font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase; padding: 3px 9px; border-radius: 999px;
}

/* Stap 7: prijsopbouw + maatwerk */
.conf__prijsblok { margin-bottom: 22px; }
.conf__prijsblok[hidden] { display: none; }
.conf__prijsopbouw { border: 1px solid var(--line); border-radius: 14px; background: var(--paper); overflow: hidden; }
.conf__prijsopbouw > summary {
  display: flex; align-items: center; gap: 12px; padding: 14px 18px; cursor: pointer;
  font-weight: 700; font-size: 15.5px; list-style: none;
}
.conf__prijsopbouw > summary::-webkit-details-marker { display: none; }
.conf__prijsopbouw > summary::after { content: "▾"; color: var(--brand-deep); font-size: 13px; transition: transform 0.2s ease; }
.conf__prijsopbouw[open] > summary::after { transform: rotate(180deg); }
.conf__prijsopbouw-label { flex: 1; }
.conf__prijsopbouw-tot { color: var(--brand-deep); font-family: var(--font-head); font-size: 20px; font-weight: 600; }
.conf__prijsopbouw ul { list-style: none; margin: 0; padding: 0 18px 12px; }
.conf__prijsopbouw li { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; border-top: 1px solid var(--line); font-size: 14px; }
.conf__prijsopbouw li span:first-child { color: var(--ink-soft); }
.conf__prijsopbouw li span:last-child { font-weight: 600; text-align: right; white-space: nowrap; }
.conf__subsidie-aftrek { color: #1a7a44; font-weight: 700; font-size: 14.5px; margin: 12px 2px 6px; }
.conf__maatwerk { background: var(--ink); color: #fff; border-radius: 14px; padding: 18px 20px; margin-bottom: 22px; }
.conf__maatwerk[hidden] { display: none; }
.conf__maatwerk p { margin: 0; }
.conf__maatwerk strong { font-family: var(--font-head); font-weight: 600; font-size: 18px; color: #7fd0f0; }
.conf__maatwerk p + p { margin-top: 6px; color: #b8c4cf; font-size: 14px; }

/* Stap 3: maatinvoer per element (mm) */
.conf__maten { display: grid; gap: 18px; }
.conf__maten[hidden] { display: none; }
.conf__maatblok { border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; background: var(--paper); }
.conf__maatblok[hidden] { display: none; }
.conf__maatblok-titel { font-weight: 700; font-size: 15px; margin: 0 0 12px; }
.conf__maatrijen { display: grid; gap: 12px; }
.conf__maatrijen[hidden] { display: none; }
.conf__indeling { display: flex; align-items: center; gap: 10px; margin-top: 8px; }
.conf__indeling-illu { flex: 0 0 auto; line-height: 0; }
.conf__indeling-illu svg { width: 72px; height: auto; display: block; }
.conf__indeling-select { flex: 1; min-width: 0; padding: 9px 10px; border: 1px solid var(--line); border-radius: 9px; font: inherit; font-size: 13.5px; background: #fff; color: inherit; }
.conf__opties { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.conf__optie { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; color: var(--ink); border: 1px solid var(--line); border-radius: 999px; padding: 7px 13px; cursor: pointer; background: #fff; }
.conf__optie:has(input:checked) { border-color: var(--brand); background: #eef6fc; }
.conf__optie input { accent-color: var(--brand); margin: 0; }
.conf__binnenkleur { margin-top: 14px; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.conf__binnenkleur label { font-size: 14px; font-weight: 600; }
.conf__binnenkleur select { padding: 9px 10px; border: 1px solid var(--line); border-radius: 9px; font: inherit; font-size: 13.5px; background: #fff; }

/* "Nog iets toevoegen?" in de maten-stap */
.conf__maat-extra { margin-top: 4px; padding: 14px 16px; border: 1.5px dashed var(--line); border-radius: 14px; background: #fbfdfe; }
.conf__maat-extra-titel { margin: 0 0 10px; font-size: 13.5px; font-weight: 700; }
.conf__maat-extra-chips { display: flex; flex-wrap: wrap; gap: 8px; }
.conf__maat-extra-chip { font: inherit; font-size: 13px; font-weight: 600; padding: 8px 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--brand); cursor: pointer; }
.conf__maat-extra-chip:hover { border-color: var(--brand); background: #eef6fc; }

/* Live preview rechts van de samensteller (alleen desktop) */
.conf-layout { display: flex; gap: 24px; align-items: flex-start; justify-content: center; }
.conf-layout .conf { flex: 1 1 auto; min-width: 0; }
.conf-preview { display: none; }
@media (min-width: 1100px) {
  .conf-preview {
    display: block; position: sticky; top: 24px; flex: 0 0 300px; width: 300px;
    background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 22px;
    box-shadow: 0 24px 60px rgba(20, 40, 60, 0.10);
  }
  .conf-preview[hidden] { display: none; }
}
.conf-preview h3 { font-size: 15px; margin: 0 0 6px; }
.conf-preview__leeg { font-size: 13px; color: #6b7a88; line-height: 1.55; margin: 8px 0 0; }
.conf-preview__item { display: flex; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.conf-preview__illu { flex: 0 0 56px; line-height: 0; }
.conf-preview__illu svg { width: 56px; height: auto; display: block; }
.conf-preview__info { flex: 1; min-width: 0; font-size: 12.5px; color: #6b7a88; line-height: 1.45; }
.conf-preview__info strong { display: block; font-size: 13.5px; color: var(--ink); margin-bottom: 1px; }
.conf-preview__prijs { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin-top: 14px; font-weight: 700; }
.conf-preview__prijs strong { font-size: 21px; }
.conf-preview__sub { font-size: 12px; color: #1a7a44; margin: 6px 0 0; font-weight: 600; }
.conf-preview__note { font-size: 11.5px; color: #6b7a88; margin: 8px 0 0; line-height: 1.5; }
.conf__maatrij { display: block; }
.conf__maatrij[hidden] { display: none; }
.conf__maatinputs { display: flex; align-items: center; gap: 10px; }
.conf__maatinputs[hidden] { display: none; }
.conf__maatveld {
  display: flex; align-items: center; gap: 6px; flex: 1 1 0; min-width: 0;
  border: 1.5px solid var(--line); border-radius: 12px; background: #fff; padding: 0 12px; min-height: 48px;
}
.conf__maatveld[hidden] { display: none; }
.conf__maatveld:focus-within { border-color: var(--brand); }
.conf__maatveld.is-invalid { border-color: #d64545; background: #fdf3f2; }
.conf__maatveld input {
  flex: 1 1 auto; width: 100%; min-width: 0; height: 46px; border: none; outline: none; background: transparent;
  font-family: inherit; font-size: 16px; font-weight: 600; color: var(--ink); -moz-appearance: textfield;
}
.conf__maatveld input::-webkit-outer-spin-button,
.conf__maatveld input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.conf__maatveld.is-invalid input { color: #b3362a; }
.conf__maat-suffix { font-size: 13px; color: #6b7a88; font-weight: 600; flex-shrink: 0; }
.conf__maat-pre { font-size: 12px; color: #6b7a88; font-weight: 600; flex-shrink: 0; }
.conf__maat-x { color: var(--ink-soft); font-weight: 600; flex-shrink: 0; }
.conf__maat-del {
  flex-shrink: 0; width: 44px; height: 44px; border-radius: 10px;
  border: 1.5px solid var(--line); background: #fff; color: #b3362a;
  font-size: 22px; line-height: 1; cursor: pointer;
}
.conf__maat-del:hover { border-color: #d64545; background: #fdf3f2; }
.conf__maat-del:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }
.conf__maat-err { color: #b3362a; font-size: 12.5px; font-weight: 600; margin: 6px 2px 0; line-height: 1.4; }
.conf__maat-err[hidden] { display: none; }
.conf__maat-add {
  margin-top: 12px; background: none; border: 1.5px dashed var(--line); border-radius: 10px;
  color: var(--brand-deep); font-family: inherit; font-weight: 600; font-size: 14px; padding: 10px 14px; cursor: pointer;
}
.conf__maat-add:hover { border-color: var(--brand); background: var(--brand-soft); }
.conf__maat-add:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }
.conf__maat-add[disabled] { opacity: 0.5; cursor: not-allowed; }
.conf__maten-totaal { margin: 18px 2px 0; font-weight: 700; font-size: 15.5px; color: var(--brand-deep); }
.conf__maten-totaal[hidden] { display: none; }

/* Responsive overrides (ná de basisregels) */
@media (max-width: 600px) {
  .conf { padding: 20px; border-radius: 16px; }
  /* Trust-strook compact houden zodat de wizard niet meer dan ~40px zakt */
  .conf__intro { margin-bottom: 0.6rem; }
  .conf__proof { font-size: 13px; gap: 2px 6px; margin-bottom: 8px; }
  .conf__cards { grid-template-columns: repeat(2, 1fr); }
  .conf__cards--stack { grid-template-columns: 1fr; }
  .conf__contact { grid-template-columns: 1fr; }
  .conf__subsidie-amount { font-size: 26px; }
  .conf__prijsregel-val strong { font-size: 21px; }
  .conf__succes-acties .btn { width: 100%; justify-content: center; text-align: center; }
  /* Maten: breedte en hoogte naast elkaar houden, velden ≥44px hoog */
  .conf__maatblok { padding: 14px; }
  .conf__maatinputs { gap: 7px; }
  .conf__maatveld { padding: 0 9px; gap: 4px; min-height: 46px; }
  .conf__maat-suffix { font-size: 12px; }
  .conf__maat-pre { font-size: 11px; }
  /* Illustraties compacter; strook blijft horizontaal scrollbaar */
  .conf__illu-item { width: 110px; }
  .conf__illu-item .conf-illu { width: 108px; height: 86px; }
  .conf__maat-illu .conf-illu { width: 75px; height: 60px; }
}
@media (max-width: 360px) {
  .conf__cards { grid-template-columns: 1fr; }
}
