/* ==========================================================================
   Lucky Zonwering — PREMIUM redesign
   Stijl: premium Dutch architecture · modern minimalism · Apple-level detail
   Palet: wit · charcoal · warm beige · Lucky-oranje (CTA)
   ========================================================================== */

:root {
  --char: #1c1916;          /* dark charcoal (warm) */
  --char-2: #2a2520;
  --ink: #211d19;
  --muted: #726a62;
  --beige: #f6f1ea;         /* warm beige bg */
  --beige-2: #efe7da;
  --sand: #e4d8c4;
  --orange: #f5821f;        /* Lucky CTA */
  --orange-2: #ff9a3d;
  --orange-600: #e0730f;
  --white: #ffffff;
  --line: rgba(28, 25, 22, .09);
  --glass: rgba(255, 255, 255, .65);
  --shadow-s: 0 2px 10px rgba(28, 25, 22, .06);
  --shadow-m: 0 18px 50px rgba(28, 25, 22, .10);
  --shadow-l: 0 40px 90px rgba(28, 25, 22, .18);
  --r: 24px;
  --r-s: 16px;
  --maxw: 1240px;
  --font: "Plus Jakarta Sans", "Segoe UI", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { font-family: var(--font); color: var(--ink); background: var(--white);
  line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 { color: var(--char); font-weight: 800; line-height: 1.06; letter-spacing: -.03em; }
h1 { font-size: clamp(2.7rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.3rem); }
h3 { font-size: 1.35rem; letter-spacing: -.02em; }
p { color: var(--muted); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.section { padding: clamp(72px, 10vw, 130px) 0; }
.section--beige { background: var(--beige); }
.section--char { background: var(--char); color: #efe9e2; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; font-size: .8rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--orange-600); margin-bottom: 18px; }
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--orange); border-radius: 2px; }
.section--char .eyebrow { color: var(--orange-2); }
.head { max-width: 760px; }
.head.center { margin: 0 auto; text-align: center; }
.head p { font-size: 1.18rem; margin-top: 16px; }
.section--char h2 { color: #fff; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; cursor: pointer;
  font-family: inherit; font-weight: 700; font-size: 1rem; border: 0; border-radius: 999px;
  padding: 17px 30px; transition: transform .2s cubic-bezier(.2,.7,.2,1), box-shadow .2s, background .2s, color .2s; }
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: linear-gradient(135deg, var(--orange-2), var(--orange)); color: #fff;
  box-shadow: 0 10px 26px rgba(245,130,31,.34); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(245,130,31,.42); }
.btn-dark { background: var(--char); color: #fff; }
.btn-dark:hover { transform: translateY(-3px); background: #000; }
.btn-ghost { background: rgba(255,255,255,.1); color: #fff; border: 1.5px solid rgba(255,255,255,.45);
  backdrop-filter: blur(6px); }
.btn-ghost:hover { background: rgba(255,255,255,.2); transform: translateY(-3px); }
.btn-outline { background: #fff; color: var(--char); border: 1.5px solid var(--line); }
.btn-outline:hover { border-color: var(--char); transform: translateY(-3px); }
.btn-lg { padding: 19px 36px; font-size: 1.06rem; }

/* ---------- Header ---------- */
.hdr { position: fixed; inset: 0 0 auto 0; z-index: 80; transition: background .3s, box-shadow .3s, padding .3s;
  padding: 18px 0; }
.hdr .wrap { display: flex; align-items: center; gap: 28px; }
.hdr.scrolled { background: rgba(255,255,255,.82); backdrop-filter: blur(14px) saturate(1.4);
  box-shadow: 0 1px 0 var(--line); padding: 12px 0; }
.brand { display: flex; align-items: center; }
.brand .plate { background: var(--char); border-radius: 12px; padding: 9px 13px; display: inline-flex; transition: background .3s; }
.brand img { height: 30px; }
.nav { display: flex; gap: 30px; margin-left: 10px; }
.nav a { font-weight: 600; font-size: .96rem; color: #fff; opacity: .92; transition: opacity .2s, color .2s; }
.hdr.scrolled .nav a { color: var(--char); }
.nav a:hover { opacity: 1; color: var(--orange); }
.hdr-cta { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.hdr-phone { color: #fff; font-weight: 800; display: inline-flex; align-items: center; gap: 9px; }
.hdr.scrolled .hdr-phone { color: var(--char); }
.hdr-phone svg { width: 18px; height: 18px; color: var(--orange); }
.hdr-cta-knop { padding: 13px 22px; font-size: .94rem; white-space: nowrap; }
@media (max-width: 1180px) { .hdr-cta-knop { padding: 12px 16px; font-size: .88rem; } }
.burger { display: none; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.4);
  width: 46px; height: 46px; border-radius: 12px; cursor: pointer; align-items: center; justify-content: center; }
.hdr.scrolled .burger { background: var(--beige); border-color: var(--line); }
.burger svg { width: 22px; height: 22px; color: #fff; }
.hdr.scrolled .burger svg { color: var(--char); }

/* ---------- HERO ---------- */
.hero { position: relative; min-height: 100vh; display: flex; align-items: center; overflow: hidden; }
/* Rustige, egale hero in de huiskleuren: warm antraciet met een zachte
   oranje gloed rechtsboven. Geen video en geen bewegende foto's meer. */
.hero { background:
  radial-gradient(1100px 780px at 82% 12%, rgba(245,130,31,.20), transparent 62%),
  radial-gradient(900px 700px at 8% 88%, rgba(245,130,31,.07), transparent 60%),
  linear-gradient(158deg, #241f1a 0%, #1a1713 55%, #141110 100%); }
.hero .wrap { width: 100%; display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center;
  padding-top: 120px; padding-bottom: 80px; }
.hero-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 24px; }
.hero-chip { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25); backdrop-filter: blur(8px); color: #fff; font-weight: 600;
  font-size: .82rem; padding: 8px 14px; border-radius: 999px; }
.hero-chip .star { color: var(--orange-2); }
.hero h1 { color: #fff; }
.hero h1 .accent { background: linear-gradient(120deg, var(--orange-2), var(--orange)); -webkit-background-clip: text;
  background-clip: text; color: transparent; }
.hero-sub { color: rgba(255,255,255,.86); font-size: clamp(1.05rem, 1.6vw, 1.3rem); margin: 22px 0 34px; max-width: 540px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

/* Teamfoto in de rechterkolom van de hero */
.hero-foto { margin: 0; position: relative; border-radius: 26px; overflow: hidden;
  border: 1px solid rgba(255,255,255,.28); box-shadow: var(--shadow-l); }
.hero-foto img { display: block; width: 100%; max-height: 62vh; object-fit: cover; }

/* Diavoorstelling met eigen projectfoto's, rechts in de hero. Alle foto's
   hebben dezelfde verhouding, dus het kader springt niet. Zonder javascript
   blijft de eerste foto gewoon staan. */
.hero-slides { aspect-ratio: 1080 / 913; max-height: 62vh; }
.hero-slides img { position: absolute; inset: 0; height: 100%; max-height: none;
  opacity: 0; transition: opacity .9s ease; }
.hero-slides img.on { opacity: 1; }
.hero-dots { position: absolute; left: 0; right: 0; bottom: 16px; display: flex;
  justify-content: center; gap: 8px; z-index: 2; }
.hero-dots button { width: 9px; height: 9px; padding: 0; border: 0; border-radius: 999px;
  background: rgba(255,255,255,.5); cursor: pointer; transition: width .3s, background .3s; }
.hero-dots button:hover { background: rgba(255,255,255,.8); }
.hero-dots button.on { width: 24px; background: #fff; }
@media (prefers-reduced-motion: reduce) { .hero-slides img { transition: none; } }

/* Floating glass quote card */
.quote-card { background: var(--glass); backdrop-filter: blur(22px) saturate(1.3);
  border: 1px solid rgba(255,255,255,.6); border-radius: 26px; padding: 30px; box-shadow: var(--shadow-l);
  animation: floaty 6s ease-in-out infinite; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.quote-card h3 { font-size: 1.3rem; }
.quote-card .qsub { font-size: .95rem; margin: 6px 0 18px; }
.quote-card ul { list-style: none; display: grid; gap: 12px; margin-bottom: 22px; }
.quote-card li { display: flex; align-items: center; gap: 12px; font-weight: 600; color: var(--char); }
.quote-card li .ck { width: 24px; height: 24px; border-radius: 50%; background: rgba(245,130,31,.14);
  color: var(--orange-600); display: grid; place-items: center; flex: none; }
.quote-card li .ck svg { width: 14px; height: 14px; }
.quote-card .micro { text-align: center; font-size: .82rem; color: var(--muted); margin-top: 14px; }

.scroll-hint { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 1;
  color: rgba(255,255,255,.7); font-size: .76rem; letter-spacing: .18em; text-transform: uppercase;
  display: flex; flex-direction: column; align-items: center; gap: 8px; }
.scroll-hint span { width: 1px; height: 34px; background: linear-gradient(rgba(255,255,255,.7), transparent); }

/* ---------- TRUST counters ---------- */
.trust { background: var(--char); color: #fff; }
.trust .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding: 56px 28px; }
.trust .item { text-align: center; position: relative; }
.trust .item:not(:last-child)::after { content: ""; position: absolute; right: -12px; top: 12%; height: 76%;
  width: 1px; background: rgba(255,255,255,.12); }
.trust .num { font-size: clamp(2.4rem, 4vw, 3.4rem); font-weight: 800; letter-spacing: -.03em;
  background: linear-gradient(120deg, #fff, var(--orange-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.trust .lbl { color: #b9b0a6; font-weight: 600; margin-top: 4px; }

/* ---------- PRODUCTS ---------- */
.prod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 54px; }
.prod { position: relative; border-radius: var(--r); overflow: hidden; min-height: 380px; display: flex;
  align-items: flex-end; box-shadow: var(--shadow-s); isolation: isolate; }
.prod img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2;
  transition: transform .8s cubic-bezier(.2,.7,.2,1); }
/* De weergaven uit 'stel samen' zijn breed. In een staande tegel snijdt de
   uitsnede links en rechts weg, en bij het knikarmscherm zit juist daar de
   cassette — het enige onderdeel waaraan je de kleur ziet. Iets naar links
   aansnijden houdt die in beeld. Bij de andere producten staat het product
   midden in beeld en klopt de standaarduitsnede. */
.prod img[src*="samenstellen/knikarmscherm-"] { object-position: 22% center; }
.prod::after { content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(180deg, rgba(20,17,14,0) 18%, rgba(20,17,14,.55) 62%, rgba(20,17,14,.9) 100%); }
.prod:hover img { transform: scale(1.07); }
.prod .pbody { padding: 26px; color: #fff; width: 100%; }
.prod h3 { color: #fff; }
.prod p { color: rgba(255,255,255,.8); font-size: .94rem; margin: 6px 0 16px; }
.prod .plink { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: #fff;
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.3); backdrop-filter: blur(6px);
  padding: 10px 16px; border-radius: 999px; font-size: .9rem; transition: background .2s, gap .2s; }
.prod:hover .plink { background: var(--orange); border-color: var(--orange); gap: 12px; }
.prod .plink svg { width: 15px; height: 15px; }
.prod.tall { grid-row: span 2; min-height: 0; }

/* ---------- WHY / COMPARE ---------- */
.compare { display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: center; }
.compare-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden;
  box-shadow: var(--shadow-m); }
.compare-card .ch { display: grid; grid-template-columns: 1.4fr .8fr .8fr; }
.compare-card .ch > div { padding: 18px 22px; font-weight: 700; }
.compare-card .ch .us { background: var(--char); color: #fff; text-align: center; }
.compare-card .ch .them { background: var(--beige-2); color: var(--muted); text-align: center; }
.compare-card .row { display: grid; grid-template-columns: 1.4fr .8fr .8fr; border-top: 1px solid var(--line); }
.compare-card .row > div { padding: 16px 22px; display: flex; align-items: center; }
.compare-card .row .feat { font-weight: 600; color: var(--char); }
.compare-card .row .c { justify-content: center; }
.ico-yes { width: 26px; height: 26px; border-radius: 50%; background: rgba(245,130,31,.15); color: var(--orange-600);
  display: grid; place-items: center; }
.ico-yes svg { width: 15px; height: 15px; }
.ico-no { width: 26px; height: 26px; border-radius: 50%; background: #eee; color: #b3b3b3; display: grid; place-items: center; }
.ico-no svg { width: 14px; height: 14px; }
.why-points { list-style: none; display: grid; gap: 16px; margin-top: 26px; }
.why-points li { display: flex; gap: 14px; }
.why-points .pi { width: 44px; height: 44px; border-radius: 13px; background: #fff; box-shadow: var(--shadow-s);
  color: var(--orange-600); display: grid; place-items: center; flex: none; }
.why-points .pi svg { width: 22px; height: 22px; }
.why-points b { color: var(--char); display: block; }
.why-points span { color: var(--muted); font-size: .94rem; }

/* ---------- PROJECTS ---------- */
.filters { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 30px; }
.filter { background: #fff; border: 1.5px solid var(--line); color: var(--char); font-weight: 600;
  padding: 10px 20px; border-radius: 999px; cursor: pointer; font-family: inherit; transition: all .2s; }
.filter.active, .filter:hover { background: var(--char); color: #fff; border-color: var(--char); }
.masonry { columns: 3; column-gap: 20px; margin-top: 34px; }
.masonry .tile { break-inside: avoid; margin-bottom: 20px; border-radius: var(--r-s); overflow: hidden;
  position: relative; box-shadow: var(--shadow-s); cursor: pointer; }
.masonry .tile img { width: 100%; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.masonry .tile:hover img { transform: scale(1.06); }
.masonry .tile .cap { position: absolute; left: 14px; bottom: 14px; background: rgba(255,255,255,.85);
  backdrop-filter: blur(6px); padding: 7px 14px; border-radius: 999px; font-weight: 700; font-size: .82rem; color: var(--char); }

/* Before / after slider */
.ba { position: relative; max-width: 920px; margin: 50px auto 0; border-radius: var(--r); overflow: hidden;
  box-shadow: var(--shadow-m); aspect-ratio: 16/9; user-select: none; }
.ba img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ba .after { clip-path: inset(0 0 0 50%); }
.ba .divider { position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; background: #fff; transform: translateX(-50%); }
.ba .handle { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 46px; height: 46px;
  border-radius: 50%; background: #fff; box-shadow: var(--shadow-m); display: grid; place-items: center; color: var(--char); }
.ba .tagb, .ba .taga { position: absolute; top: 16px; padding: 6px 13px; border-radius: 999px; font-weight: 700;
  font-size: .76rem; background: rgba(28,25,22,.7); color: #fff; backdrop-filter: blur(4px); }
.ba .tagb { left: 16px; } .ba .taga { right: 16px; }
.ba input[type=range] { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; margin: 0; }

/* ---------- REVIEWS ---------- */
.rev-top { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.gscore { display: flex; align-items: center; gap: 16px; background: #fff; border: 1px solid var(--line);
  border-radius: 18px; padding: 16px 22px; box-shadow: var(--shadow-s); }
.gscore .g { font-size: 2rem; font-weight: 800; color: var(--char); }
.gscore .stars { color: var(--orange); font-size: 1.1rem; letter-spacing: 1px; }
.gscore small { color: var(--muted); }
.rev-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(330px, 1fr); gap: 22px;
  overflow-x: auto; scroll-snap-type: x mandatory; padding: 34px 4px 14px; scrollbar-width: none; }
.rev-track::-webkit-scrollbar { display: none; }
.rev { scroll-snap-align: start; background: #fff; border: 1px solid var(--line); border-radius: 22px;
  padding: 28px; box-shadow: var(--shadow-s); }
.rev .stars { color: var(--orange); font-size: 1.1rem; letter-spacing: 1px; }
.rev p { color: var(--ink); margin: 14px 0 20px; font-size: 1rem; line-height: 1.6; }
.rev .who { display: flex; align-items: center; gap: 13px; }
.rev .av { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(135deg, var(--char), #4a4138);
  color: #fff; font-weight: 800; display: grid; place-items: center; }
.rev .who b { color: var(--char); display: block; }
.rev .who small { color: var(--muted); }
.rev-nav { display: flex; gap: 10px; }
.rev-nav button { width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid var(--line); background: #fff;
  cursor: pointer; display: grid; place-items: center; transition: all .2s; }
.rev-nav button:hover { background: var(--char); color: #fff; border-color: var(--char); }
.rev-nav svg { width: 20px; height: 20px; }

/* ---------- PROCESS ---------- */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 54px; position: relative; }
.steps::before { content: ""; position: absolute; top: 34px; left: 8%; right: 8%; height: 2px;
  background: repeating-linear-gradient(90deg, var(--sand) 0 10px, transparent 10px 18px); }
.step { text-align: center; position: relative; }
.step .dot { width: 68px; height: 68px; border-radius: 50%; margin: 0 auto 18px; display: grid; place-items: center;
  background: #fff; box-shadow: var(--shadow-m); font-weight: 800; font-size: 1.3rem; color: var(--orange-600);
  border: 1px solid var(--line); position: relative; z-index: 1; }
.step h3 { font-size: 1.1rem; }
.step p { font-size: .9rem; margin-top: 6px; }

/* ---------- SERVICE AREA ---------- */
.area { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.area-map { position: relative; background: linear-gradient(135deg, var(--beige-2), #fff); border: 1px solid var(--line);
  border-radius: var(--r); padding: 36px; min-height: 360px; box-shadow: var(--shadow-s); overflow: hidden; }
.area-map .blob { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .5; }
.pins { display: flex; flex-wrap: wrap; gap: 12px; position: relative; z-index: 1; }
.pin { display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line);
  padding: 11px 18px; border-radius: 999px; font-weight: 700; color: var(--char); box-shadow: var(--shadow-s);
  transition: transform .2s, box-shadow .2s; }
.pin:hover { transform: translateY(-3px); box-shadow: var(--shadow-m); }
.pin .d { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); }
.area-seo { columns: 1; }

/* ---------- FAQ ---------- */
.faq { max-width: 860px; margin: 44px auto 0; }
.qa { border-bottom: 1px solid var(--line); }
.qa button { width: 100%; background: none; border: 0; font-family: inherit; cursor: pointer; text-align: left;
  display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 24px 4px;
  font-weight: 700; font-size: 1.12rem; color: var(--char); }
.qa .ic { width: 32px; height: 32px; border-radius: 50%; background: var(--beige); display: grid; place-items: center;
  flex: none; transition: transform .3s, background .3s; }
.qa .ic svg { width: 18px; height: 18px; color: var(--orange-600); }
.qa.open .ic { transform: rotate(45deg); background: var(--orange); }
.qa.open .ic svg { color: #fff; }
.qa .ans { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.qa .ans p { padding: 0 4px 24px; font-size: 1rem; }

/* ---------- FINAL CTA ---------- */
.final { position: relative; overflow: hidden; background: var(--char); color: #fff; text-align: center;
  border-radius: 36px; padding: clamp(56px, 8vw, 96px) 28px; }
.final::before { content: ""; position: absolute; width: 540px; height: 540px; border-radius: 50%;
  background: radial-gradient(circle, rgba(245,130,31,.5), transparent 65%); top: -180px; right: -120px; }
.final::after { content: ""; position: absolute; width: 460px; height: 460px; border-radius: 50%;
  background: radial-gradient(circle, rgba(245,130,31,.28), transparent 65%); bottom: -200px; left: -120px; }
.final h2 { color: #fff; position: relative; max-width: 720px; margin: 0 auto 18px; }
.final p { color: rgba(255,255,255,.82); position: relative; max-width: 560px; margin: 0 auto 30px; font-size: 1.15rem; }
.final .btn-row { position: relative; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- FOOTER ---------- */
.foot { background: var(--char); color: #b7afa6; padding: 80px 0 36px; }
.foot .cols { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 36px; }
.foot h4 { color: #fff; font-size: 1rem; margin-bottom: 16px; }
.foot a { color: #b7afa6; transition: color .2s; } .foot a:hover { color: var(--orange-2); }
.foot ul { list-style: none; display: grid; gap: 10px; }
.foot .brand .plate { background: rgba(255,255,255,.08); }
.foot .desc { margin: 16px 0; max-width: 320px; font-size: .94rem; }
.foot .socials { display: flex; gap: 10px; }
.foot .socials a { width: 40px; height: 40px; border-radius: 11px; background: rgba(255,255,255,.07);
  display: grid; place-items: center; }
.foot .socials svg { width: 18px; height: 18px; }
.foot .bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 50px; padding-top: 26px;
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: .85rem; }


/* Vermelding partner Next Growth, onderin de voettekst */
.ng-badge { display: inline-flex; align-items: center; gap: 12px; text-decoration: none;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px; padding: 10px 16px 10px 12px; transition: background .2s, border-color .2s; }
.ng-badge:hover { background: rgba(255,255,255,.11); border-color: rgba(255,255,255,.3); }
.ng-mark { flex: none; width: 38px; height: 38px; border-radius: 10px;
  background: linear-gradient(135deg, #c9a45f, #a5843f); color: #12100c;
  display: grid; place-items: center; font-weight: 800; font-size: 1.15rem; line-height: 1; }
.ng-tekst { display: grid; gap: 2px; line-height: 1.3; }
.ng-tekst b { color: #fff; font-size: .9rem; }
.ng-tekst span { color: rgba(255,255,255,.6); font-size: .8rem; }

/* ---------- Emotion / strategy rows ---------- */
.emotion-row { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.emotion-row + .emotion-row { margin-top: 80px; }
.emotion-row .em-img { display: block; border-radius: var(--r); overflow: hidden; box-shadow: var(--shadow-m); aspect-ratio: 4/3; }
.emotion-row .em-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s cubic-bezier(.2,.7,.2,1); }
.emotion-row .em-img:hover img { transform: scale(1.05); }
.em-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; font-weight: 700; color: var(--orange-600);
  text-decoration: none; letter-spacing: .01em; transition: gap .25s ease, color .25s ease; }
.em-link svg { width: 18px; height: 18px; transition: transform .25s ease; }
.em-link:hover { color: var(--orange-700, #d96a0a); }
.em-link:hover svg { transform: translateX(4px); }
.emotion-row.flip .em-text { order: 2; }
.em-tag { display: inline-block; color: var(--orange-600); font-weight: 800; letter-spacing: .04em; margin-bottom: 12px;
  font-size: .92rem; text-transform: uppercase; }
.emotion-row h3 { font-size: clamp(1.7rem, 2.8vw, 2.6rem); }
.emotion-row p { font-size: 1.12rem; margin-top: 14px; }
.em-strike { color: var(--muted); }
.em-strike s { opacity: .55; }

/* ---------- Trust band with photo ---------- */
.trustband { position: relative; min-height: 460px; display: flex; align-items: center; overflow: hidden; }
.trustband img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.trustband::after { content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(90deg, rgba(20,17,14,.9) 0%, rgba(20,17,14,.72) 50%, rgba(20,17,14,.5) 100%); }
.trustband .wrap { width: 100%; color: #fff; padding: 80px 28px; }
.trustband h2 { color: #fff; max-width: 620px; }
.trustband .tstats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 40px; }
.tstat { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); backdrop-filter: blur(12px);
  border-radius: 18px; padding: 24px; }
.tstat .n { font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 800; letter-spacing: -.03em;
  background: linear-gradient(120deg, #fff, var(--orange-2)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.tstat .l { color: #cfc7bd; font-weight: 600; margin-top: 4px; font-size: .95rem; }

/* ---------- Video gallery ---------- */
.vidgrid { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 46px; }
.vidcard { border-radius: var(--r-s); overflow: hidden; background: #000; box-shadow: var(--shadow-m); position: relative; }
.vidcard video { width: 100%; height: 100%; display: block; object-fit: cover; background: #000; }
/* Cap display size to the clips' native 480p so they stay sharp instead of stretched */
.vidcard.feature { flex: 0 0 100%; max-width: 720px; aspect-ratio: 16 / 9; }
.vidcard.portrait { flex: 0 0 320px; max-width: 320px; aspect-ratio: 9 / 16; }

/* ---------- Customer stories ---------- */
.stories { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 50px; }
.story { border-radius: var(--r); overflow: hidden; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-s);
  display: flex; flex-direction: column; }
.story .ph { aspect-ratio: 4/3; overflow: hidden; }
.story .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.story:hover .ph img { transform: scale(1.06); }
.story .sb { padding: 26px; display: flex; flex-direction: column; flex: 1; }
.story .stars { color: var(--orange); letter-spacing: 1px; }
/* Higher-contrast star glyphs on white (a11y) */
.gscore .stars, .rev .stars, .story .stars, .bene-rating .stars { color: #cf5f08; }
.story p { color: var(--ink); margin: 12px 0 18px; flex: 1; }
.story .who { display: flex; align-items: center; gap: 12px; }
.story .av { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg, var(--char), #4a4138);
  color: #fff; font-weight: 800; display: grid; place-items: center; }
.story .who b { color: var(--char); display: block; } .story .who small { color: var(--muted); }

/* ---------- Sticky CTA / WhatsApp / Popup ---------- */
.sticky-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 70; transform: translateY(120%);
  transition: transform .35s cubic-bezier(.2,.7,.2,1); }
.sticky-cta.show { transform: translateY(0); }
.sticky-cta .inner { margin: 0 auto; max-width: var(--maxw); background: rgba(28,25,22,.94);
  backdrop-filter: blur(12px); color: #fff; border-radius: 14px 14px 0 0; padding: 8px 18px;
  display: flex; align-items: center; gap: 16px; box-shadow: var(--shadow-l); }
.sticky-cta b { font-size: .95rem; font-weight: 700; }
.sticky-cta .btn { margin-left: auto; padding: 10px 20px; font-size: .92rem; }
.sticky-cta .wa-knop { display: inline-flex; align-items: center; gap: 8px; background: #25d366; color: #fff;
  font-weight: 700; font-size: .92rem; border-radius: 999px; padding: 10px 18px; white-space: nowrap; }
.sticky-cta .wa-knop svg { width: 18px; height: 18px; }
/* De losse zwevende WhatsApp-bal verdwijnt zodra de balk in beeld staat, zodat
   ze elkaar niet overlappen. */
.sticky-cta.show ~ .wa { opacity: 0; pointer-events: none; }
.wa { transition: transform .2s, opacity .25s; }
.wa { position: fixed; right: 22px; bottom: 22px; z-index: 75; width: 60px; height: 60px; border-radius: 50%;
  background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 10px 30px rgba(37,211,102,.45);
  transition: transform .2s; }
.wa:hover { transform: scale(1.08); }
.wa svg { width: 32px; height: 32px; }
.wa::after { content: ""; position: absolute; inset: 0; border-radius: 50%; box-shadow: 0 0 0 0 rgba(37,211,102,.5);
  animation: pulse 2.4s ease-out 3; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); } 70% { box-shadow: 0 0 0 18px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

/* Accessibility: visible keyboard focus */
:focus-visible { outline: 2px solid var(--char); outline-offset: 2px; }
.btn:focus-visible, .nav a:focus-visible, .filter:focus-visible, .wa:focus-visible { outline: 2px solid var(--char); outline-offset: 3px; }
input:focus-visible, select:focus-visible, textarea:focus-visible { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(245,130,31,.22); }

.modal { position: fixed; inset: 0; z-index: 90; display: none; place-items: center; padding: 24px;
  background: rgba(20,17,14,.55); backdrop-filter: blur(6px); }
.modal.show { display: grid; animation: fade .3s ease; }
@keyframes fade { from { opacity: 0; } to { opacity: 1; } }
.modal-card { background: #fff; border-radius: 26px; max-width: 460px; width: 100%; padding: 38px; text-align: center;
  box-shadow: var(--shadow-l); position: relative; animation: pop .35s cubic-bezier(.2,.9,.3,1.2); }
@keyframes pop { from { transform: translateY(20px) scale(.96); opacity: 0; } to { transform: none; opacity: 1; } }
.modal-card .x { position: absolute; top: 16px; right: 16px; background: var(--beige); border: 0; width: 36px; height: 36px;
  border-radius: 50%; cursor: pointer; font-size: 1.1rem; color: var(--char); }
.modal-card .gift { width: 64px; height: 64px; border-radius: 18px; background: rgba(245,130,31,.14); color: var(--orange-600);
  display: grid; place-items: center; margin: 0 auto 18px; }
.modal-card .gift svg { width: 32px; height: 32px; }

/* Quote/callback form */
.qform { display: grid; gap: 12px; margin-top: 8px; }
.qform input, .qform select { width: 100%; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: 12px;
  font-family: inherit; font-size: 1rem; background: #fff; }
.qform input:focus, .qform select:focus { outline: none; border-color: var(--orange); }

/* ---------- Reveal animations ---------- */
/* Inhoud is standaard zichtbaar. Alleen wanneer JavaScript draait (html.js)
   wordt hij eerst verborgen om in te faden — zo blijft er nooit een lege
   sectie staan als het script niet laadt of de waarnemer niet aanslaat. */
.reveal, .stagger > * { transition: opacity .45s ease, transform .45s cubic-bezier(.2,.7,.2,1); }
.js .reveal { opacity: 0; transform: translateY(18px); }
.js .reveal.in { opacity: 1; transform: none; }
.js .stagger > * { opacity: 0; transform: translateY(16px); }
.js .stagger.in > * { opacity: 1; transform: none; }
.js .stagger.in > *:nth-child(2){ transition-delay:.06s } .js .stagger.in > *:nth-child(3){ transition-delay:.12s }
.js .stagger.in > *:nth-child(4){ transition-delay:.18s } .js .stagger.in > *:nth-child(5){ transition-delay:.24s }
.js .stagger.in > *:nth-child(6){ transition-delay:.30s }
@media (prefers-reduced-motion: reduce) { .reveal, .stagger > *, .js .reveal, .js .stagger > *, .quote-card { transition: none; animation: none; opacity: 1; transform: none; } }


/* ---------- Homepage: vier oplossingen ---------- */
.prod-grid.vier { grid-template-columns: repeat(4, 1fr); }
.alles-link { text-align: center; margin-top: 30px; color: var(--muted); font-size: .98rem; }
.alles-link a { color: var(--orange-600); font-weight: 700; }

/* ---------- Projectvideo ---------- */
.video-hoofd { margin-top: 46px; }
.video-hoofd .vid { aspect-ratio: 16 / 9; max-width: 940px; margin: 0 auto; }
.video-klein { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px;
  max-width: 620px; margin: 20px auto 0; }
.vid { position: relative; border-radius: var(--r-s); overflow: hidden; background: #1a1714;
  box-shadow: var(--shadow-m); }
.vid.staand { aspect-ratio: 9 / 16; }
.vid > img, .vid > video { width: 100%; height: 100%; object-fit: cover; display: block; }
/* Het beeld wordt licht vervaagd zolang de video nog niet speelt, zodat de
   afspeelknop overal leesbaar blijft. */
.vid > img { filter: brightness(.82); }
.vid-play { position: absolute; inset: 0; margin: auto; width: 74px; height: 74px; border: 0; cursor: pointer;
  border-radius: 50%; background: linear-gradient(135deg, var(--orange-2), var(--orange)); color: #fff;
  display: grid; place-items: center; box-shadow: 0 12px 34px rgba(245,130,31,.45);
  transition: transform .2s cubic-bezier(.2,.7,.2,1); }
.vid-play svg { width: 30px; height: 30px; margin-left: 4px; }
.vid-play:hover, .vid-play:focus-visible { transform: scale(1.08); }
.vid.staand .vid-play { width: 58px; height: 58px; }
.vid.staand .vid-play svg { width: 24px; height: 24px; }

/* ---------- Reviews ---------- */
.review-hoofd { max-width: 840px; margin: 46px auto 0; text-align: center; }
.review-hoofd .stars { color: var(--orange-600); font-size: 1.4rem; letter-spacing: 3px; }
.review-hoofd p { font-size: clamp(1.25rem, 2.4vw, 1.75rem); font-weight: 700; color: var(--char);
  margin: 16px 0 18px; line-height: 1.42; letter-spacing: -.02em; }
.review-klein { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px;
  max-width: 900px; margin: 40px auto 0; }
.rk { background: #fff; border: 1px solid var(--line); border-radius: var(--r-s); padding: 24px;
  box-shadow: var(--shadow-s); }
.rk .stars { color: var(--orange); letter-spacing: 1px; }
.rk p { color: var(--ink); margin: 10px 0 16px; }
.review-hoofd .who, .rk .who { display: flex; align-items: center; gap: 12px; justify-content: center; }
.rk .who { justify-content: flex-start; }
.review-hoofd .av, .rk .av { width: 38px; height: 38px; border-radius: 50%; background: var(--char); color: #fff;
  display: grid; place-items: center; font-weight: 800; flex: none; }
.review-hoofd .who span:last-child, .rk .who span:last-child { display: grid; text-align: left; }
.review-hoofd .who small, .rk .who small { color: var(--muted); font-size: .8rem; }

/* ---------- Responsive ---------- */
@media (max-width: 1000px) {
  .hero .wrap, .compare, .area { grid-template-columns: 1fr; }
  .prod-grid.vier { grid-template-columns: repeat(2, 1fr); }
  /* Onder de tekst gestapeld, en niet zo hoog dat de knoppen wegvallen. */
  .hero-foto { margin-top: 34px; }
  .hero-foto img { max-height: 46vh; }
  .hero .wrap { padding-top: 104px; padding-bottom: 56px; }
  .prod-grid { grid-template-columns: repeat(2, 1fr); }
  .trust .wrap { grid-template-columns: repeat(2, 1fr); gap: 36px 24px; }
  .trust .item::after { display: none; }
  .masonry { columns: 2; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 30px; } .steps::before { display: none; }
  .nav, .hdr-phone { display: none; } .burger { display: grid; }
  .prod.tall { grid-row: auto; }
  .foot .cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .prod-grid, .prod-grid.vier, .masonry { grid-template-columns: 1fr; columns: 1; }
  .wa { bottom: 82px; }
  .review-klein { grid-template-columns: 1fr; }
  /* Twee staande video's naast elkaar worden op een telefoon te smal. */
  .video-klein { grid-template-columns: 1fr; max-width: 340px; }
  .foot .cols { grid-template-columns: 1fr; }
  .compare-card .ch, .compare-card .row { grid-template-columns: 1.2fr .6fr .6fr; }
  .compare-card .ch > div, .compare-card .row > div { padding: 13px 12px; font-size: .9rem; }
  .sticky-cta span { display: none; }
}

@media (max-width: 1000px) {
  .emotion-row { grid-template-columns: 1fr; gap: 28px; }
  .emotion-row.flip .em-text { order: 0; }
  .trustband .tstats { grid-template-columns: repeat(2, 1fr); }
  .vidgrid, .stories { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .trustband .tstats, .vidgrid, .stories { grid-template-columns: 1fr; }
}

/* De vaste balk is op een telefoon twee knoppen naast elkaar, zonder tekst. */
@media (max-width: 700px) {
  .sticky-cta .inner { padding: 7px 10px; gap: 8px; border-radius: 0; }
  .sticky-cta .inner > div:first-child { display: none; }
  .sticky-cta .btn { margin-left: 0; flex: 1; justify-content: center; padding: 11px 12px; font-size: .9rem; }
  .sticky-cta .wa-knop { flex: 0 0 auto; padding: 11px 14px; }
  /* De koptekstknop past niet meer naast het logo; de vaste balk en het menu
     nemen op een telefoon de actie over. */
  .hdr-cta-knop { display: none; }
}
@media (max-width: 430px) {
  /* Alleen het WhatsApp-pictogram, anders duwen twee labels elkaar op een rij. */
  .sticky-cta .wa-knop { font-size: 0; gap: 0; padding: 11px 13px; }
  .sticky-cta .wa-knop svg { width: 20px; height: 20px; }
}
/* De decoratieve vlekken mogen niet buiten de pagina steken. */
.area-map { overflow: hidden; }
/* Rasterkolommen mogen krimpen: standaard is min-width:auto, waardoor een lang
   woord als "zonweringspecialist" de kolom breder maakt dan het scherm. */
.area > *, .compare > *, .prod-grid > *, .emotion-row > * { min-width: 0; }
h1, h2, h3 { overflow-wrap: break-word; }

/* mobile nav panel */
.mnav { position: fixed; inset: 0; z-index: 85; background: rgba(28,25,22,.98); backdrop-filter: blur(10px);
  display: none; flex-direction: column; padding: 90px 28px 28px; gap: 6px; }
.mnav.show { display: flex; }
.mnav a { color: #fff; font-size: 1.4rem; font-weight: 700; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.mnav .x { position: absolute; top: 24px; right: 24px; background: rgba(255,255,255,.1); border: 0; color: #fff;
  width: 44px; height: 44px; border-radius: 12px; font-size: 1.4rem; cursor: pointer; }

/* ==========================================================================
   CONFIGURATOR — naadloze premium extensie
   ========================================================================== */
body.cfg { background: var(--white); }
/* Dekkend, niet doorschijnend: op een pagina vol invoervelden schijnen die
   anders door de balk heen en loopt alles door elkaar. */
body.cfg .hdr { position: sticky; padding: 12px 0; background: #fff; box-shadow: 0 1px 0 var(--line); }
/* De korte configurator is één lang invulformulier. Een meezwevende balk legt
   zich daar telkens over een maat- of aantalveld heen; hier scrollt hij dus
   gewoon mee omhoog. De prijsbalk onderin blijft wel staan. */
body.cfg-kort .hdr { position: static; }
body.cfg .hdr .nav a, body.cfg .hdr .hdr-phone { color: var(--char); }
body.cfg .hdr .burger { background: var(--beige); border-color: var(--line); }
body.cfg .hdr .burger svg { color: var(--char); }

.cfg { padding: 34px 0 120px; }
.cfg-head { text-align: center; max-width: 660px; margin: 0 auto; }
.cfg-head .eyebrow { justify-content: center; }
.cfg-progress { height: 6px; background: var(--beige-2); border-radius: 999px; overflow: hidden; margin: 24px 0 18px; }
.cfg-progress .fill { height: 100%; width: 14%; border-radius: 999px;
  background: linear-gradient(90deg, var(--orange-2), var(--orange)); transition: width .5s cubic-bezier(.2,.7,.2,1); }
.cfg-steps { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; padding-bottom: 6px; margin-bottom: 34px; }
.cfg-steps::-webkit-scrollbar { display: none; }
.cfg-steps .s { display: flex; align-items: center; gap: 9px; padding: 9px 15px; border-radius: 999px; white-space: nowrap;
  background: var(--beige); color: var(--muted); font-weight: 700; font-size: .88rem; flex: none; transition: all .25s; }
.cfg-steps .s .n { width: 22px; height: 22px; border-radius: 50%; background: #d8cfc2; color: #fff; display: grid; place-items: center; font-size: .76rem; }
.cfg-steps .s.active { background: rgba(245,130,31,.12); color: var(--orange-600); }
.cfg-steps .s.active .n { background: var(--orange); }
.cfg-steps .s.done { color: var(--char); } .cfg-steps .s.done .n { background: var(--char); }

.cfg-grid { display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: 44px; align-items: start; }
.cfg-panel { min-width: 0; }
.step-pane { display: none; }
.step-pane.active { display: block; animation: stepIn .45s cubic-bezier(.2,.7,.2,1); }
@keyframes stepIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.step-title { font-size: clamp(1.5rem, 2.4vw, 2rem); margin-bottom: 6px; }
.step-sub { color: var(--muted); margin-bottom: 26px; font-size: 1.05rem; }

.opt-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 16px; }
.opt { position: relative; border: 1.5px solid var(--line); border-radius: var(--r-s); overflow: hidden; cursor: pointer;
  background: #fff; transition: border-color .2s, box-shadow .2s, transform .2s; text-align: left; font-family: inherit; display: block; }
.opt:hover { transform: translateY(-4px); box-shadow: var(--shadow-m); border-color: #e6cdae; }
.opt.sel { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(245,130,31,.16); }
.opt .ph { aspect-ratio: 4/3; overflow: hidden; background: var(--beige); }
.opt .ph img { width: 100%; height: 100%; object-fit: cover; }
.opt .ph.icon { display: grid; place-items: center; background: linear-gradient(135deg, var(--beige), #fff); color: var(--orange-600); }
.opt .ph.icon svg { width: 44px; height: 44px; }
.opt .ob { padding: 14px 16px; }
.opt .ob b { color: var(--char); display: block; font-size: 1.02rem; }
.opt .ob span { color: var(--muted); font-size: .85rem; display: block; margin-top: 2px; }
.opt .add { color: var(--orange-600); font-weight: 700; font-size: .82rem; margin-top: 7px; display: inline-block; }
.opt .check { position: absolute; top: 12px; right: 12px; width: 26px; height: 26px; border-radius: 50%; background: var(--orange);
  color: #fff; display: none; place-items: center; box-shadow: var(--shadow-s); }
.opt.sel .check { display: grid; } .opt .check svg { width: 15px; height: 15px; }

.swatches-lg { display: flex; gap: 18px; flex-wrap: wrap; }
.sw { cursor: pointer; text-align: center; background: none; border: 0; font-family: inherit; padding: 0; }
.sw .dot { width: 66px; height: 66px; border-radius: 20px; border: 2px solid var(--line); box-shadow: var(--shadow-s); transition: transform .2s; }
.sw:hover .dot { transform: translateY(-4px); }
.sw.sel .dot { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(245,130,31,.18); }
.sw .nm { font-size: .84rem; font-weight: 700; color: var(--char); margin-top: 9px; }
.sw .dot.ral { background: conic-gradient(#e74c3c,#f1c40f,#2ecc71,#3498db,#9b59b6,#e74c3c); }

/* compacte keuze-chips voor enkelvoudige groepen */
.picks { display: flex; flex-wrap: wrap; gap: 12px; }
.pick { position: relative; background: #fff; border: 1.5px solid var(--line); border-radius: 14px; padding: 14px 18px;
  cursor: pointer; font-family: inherit; font-weight: 700; color: var(--char); display: flex; flex-direction: column; gap: 2px;
  min-width: 132px; text-align: left; transition: border-color .2s, box-shadow .2s, transform .2s; }
.pick:hover { border-color: #e6cdae; transform: translateY(-2px); box-shadow: var(--shadow-s); }
.pick.sel { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(245,130,31,.15); }
.pick small { color: var(--muted); font-weight: 600; font-size: .8rem; }
.pick .add { color: var(--orange-600); font-weight: 700; font-size: .8rem; }

/* offerte velden */
.lead-block { margin-bottom: 22px; }
.lead-block > .bl { font-weight: 800; color: var(--char); margin-bottom: 12px; display: block; }
.radio-row { display: flex; flex-wrap: wrap; gap: 10px; }
.radio-chip { border: 1.5px solid var(--line); border-radius: 999px; padding: 11px 18px; cursor: pointer; font-weight: 700;
  color: var(--char); background: #fff; transition: all .2s; }
.radio-chip input { display: none; }
.radio-chip.on, .radio-chip:hover { border-color: var(--orange); color: var(--orange-600); }
.lead-grid textarea { width: 100%; padding: 14px 16px; border: 1.5px solid var(--line); border-radius: 12px; font-family: inherit;
  font-size: 1rem; min-height: 90px; resize: vertical; }
.lead-grid textarea:focus { outline: none; border-color: var(--orange); }
.upl { border: 1.5px dashed var(--line); border-radius: 12px; padding: 16px; display: flex; align-items: center; gap: 12px;
  color: var(--muted); font-weight: 600; cursor: pointer; }
.upl svg { width: 22px; height: 22px; color: var(--orange-600); }

.dim-ctrls { display: grid; gap: 28px; max-width: 480px; }
.dim-row label { font-weight: 700; color: var(--char); display: flex; justify-content: space-between; margin-bottom: 12px; }
.dim-row label b { color: var(--orange-600); font-size: 1.1rem; }
.dim-row input[type=range] { width: 100%; -webkit-appearance: none; appearance: none; height: 6px; border-radius: 999px; background: var(--beige-2); }
.dim-row input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; width: 28px; height: 28px; border-radius: 50%;
  background: #fff; border: 2px solid var(--orange); box-shadow: var(--shadow-m); cursor: pointer; }
.dim-row input[type=range]::-moz-range-thumb { width: 28px; height: 28px; border-radius: 50%; background: #fff; border: 2px solid var(--orange); cursor: pointer; }
.size-vis { margin-top: 4px; background: var(--beige); border-radius: var(--r-s); padding: 40px 24px 30px; display: grid; place-items: center; min-height: 230px; }
.size-box { background: linear-gradient(135deg, #fff, var(--beige-2)); border: 2px solid var(--char); border-radius: 6px;
  position: relative; transition: width .15s, height .15s; box-shadow: var(--shadow-s); }
.size-box .wlab, .size-box .hlab { position: absolute; font-weight: 700; color: var(--char); font-size: .78rem; background: #fff; padding: 2px 8px; border-radius: 6px; box-shadow: var(--shadow-s); white-space: nowrap; }
.size-box .wlab { top: -13px; left: 50%; transform: translateX(-50%); }
.size-box .hlab { left: -12px; top: 50%; transform: translate(-100%, -50%); }

.cfg-preview { position: sticky; top: 108px; min-width: 0; }
.pv-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); box-shadow: var(--shadow-m); overflow: hidden; }
.pv-stage { position: relative; aspect-ratio: 4/3; background: var(--beige); }
.pv-stage img { width: 100%; height: 100%; object-fit: cover; }
.pv-badges { position: absolute; left: 14px; bottom: 14px; display: flex; gap: 8px; flex-wrap: wrap; }
.pv-badges span { background: rgba(255,255,255,.88); backdrop-filter: blur(6px); border-radius: 999px; padding: 6px 12px; font-weight: 700; font-size: .8rem; color: var(--char); }
.pv-body { padding: 22px; }
.pv-sum { list-style: none; display: grid; gap: 9px; margin-bottom: 16px; }
.pv-sum li { display: flex; justify-content: space-between; gap: 12px; font-size: .92rem; border-bottom: 1px dashed var(--line); padding-bottom: 9px; }
.pv-sum li span:first-child { color: var(--muted); } .pv-sum li span:last-child { color: var(--char); font-weight: 700; text-align: right; }
.pv-price { display: flex; align-items: baseline; justify-content: space-between; margin: 8px 0 2px; }
.pv-price .lab { color: var(--muted); font-weight: 700; font-size: .9rem; }
.pv-price .amt { font-size: 2rem; font-weight: 800; color: var(--char); letter-spacing: -.02em; }
.pv-note { font-size: .74rem; color: var(--muted); }

/* Prijsopbouw: welke keuzes de prijs bepalen, zonder bedragen. */
.pv-opbouw { border-top: 1px solid var(--line); margin-top: 4px; padding-top: 12px; margin-bottom: 12px; }
.pv-opbouw > summary { font-size: .78rem; letter-spacing: .06em; text-transform: uppercase;
  color: var(--muted); font-weight: 700; cursor: pointer; list-style: none; padding: 2px 0; }
.pv-opbouw > summary::-webkit-details-marker { display: none; }
.pv-opbouw > summary::after { content: '+'; float: right; font-size: 1rem; line-height: 1; }
.pv-opbouw[open] > summary::after { content: '−'; }
.pv-opbouw[open] > summary { margin-bottom: 10px; }
.pv-opbouw ul { list-style: none; display: grid; gap: 8px; margin: 0 0 12px; padding: 0; }
.pv-opbouw li { display: grid; gap: 1px; font-size: .8rem; line-height: 1.45; }
.pv-opbouw li strong { color: var(--char); font-weight: 700; }
.pv-opbouw li span { color: var(--muted); }
.pv-opbouw > p { font-size: .74rem; color: var(--muted); margin: 0; }

.cfg-nav { display: flex; gap: 12px; margin-top: 32px; }
.cfg-nav .btn-back { background: #fff; color: var(--char); border: 1.5px solid var(--line); }
.cfg-nav .btn-back:hover { border-color: var(--char); transform: translateY(-3px); }

.cfg-bar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: rgba(255,255,255,.96);
  backdrop-filter: blur(12px); box-shadow: 0 -2px 20px rgba(0,0,0,.08); padding: 11px 18px; display: none; align-items: center; gap: 14px; }
.cfg-bar .amt { font-size: 1.3rem; font-weight: 800; color: var(--char); }
.cfg-bar small { color: var(--muted); display: block; font-size: .72rem; }
.cfg-bar .btn { margin-left: auto; padding: 13px 22px; }

.lead-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 540px; }
.lead-grid .full { grid-column: 1 / -1; }
.lead-grid input { width: 100%; padding: 15px 16px; border: 1.5px solid var(--line); border-radius: 12px; font-family: inherit; font-size: 1rem; }
.lead-grid input:focus { outline: none; border-color: var(--orange); }
.trust-mini { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 18px; color: var(--muted); font-size: .9rem; font-weight: 600; }
.trust-mini span { display: inline-flex; align-items: center; gap: 7px; } .trust-mini svg { width: 16px; height: 16px; color: var(--orange); }

@media (max-width: 980px) {
  .cfg-grid { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .cfg-preview { position: static; order: -1; }
  .cfg-bar { display: flex; }
  .cfg-nav .next-d { display: none; }
}


/* ==========================================================================
   PRODUCTEN — desktop dropdown + mobiele groep
   ========================================================================== */
.nav-dd { position: relative; }
.nav-dd-t { display: inline-flex; align-items: center; gap: 5px; background: none; border: 0; padding: 0;
  font-family: inherit; font-weight: 600; font-size: .96rem; color: #fff; opacity: .92; cursor: pointer;
  transition: opacity .2s, color .2s; }
.nav-dd-t svg { width: 15px; height: 15px; transition: transform .25s; }
.hdr.scrolled .nav-dd-t { color: var(--char); }
.nav-dd-t:hover { opacity: 1; color: var(--orange); }
.nav-dd:hover .nav-dd-t svg, .nav-dd-t[aria-expanded="true"] svg { transform: rotate(180deg); }
.nav-dd::after { content: ""; position: absolute; top: 100%; left: -10px; right: -10px; height: 14px; }
.nav-dd-menu { position: absolute; top: calc(100% + 12px); left: 50%; transform: translateX(-50%) translateY(8px);
  min-width: 256px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 8px;
  box-shadow: 0 18px 50px rgba(28,25,22,.16); display: flex; flex-direction: column;
  opacity: 0; visibility: hidden; transition: opacity .2s, transform .2s; z-index: 90; }
.nav-dd:hover .nav-dd-menu, .nav-dd:focus-within .nav-dd-menu, .nav-dd-menu.open {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav-dd-menu a { display: block; color: var(--char) !important; opacity: 1; font-weight: 600; font-size: .95rem;
  padding: 11px 14px; border-radius: 9px; white-space: nowrap; transition: background .15s, color .15s; }
.nav-dd-menu a:hover { background: var(--beige); color: var(--orange) !important; }
body.cfg .hdr .nav-dd-t { color: var(--char); }

/* mobiel: Producten-groepslabel + scrollbare nav */
.mnav { overflow-y: auto; }
.mnav-group { color: var(--orange); font-size: .78rem; font-weight: 800; letter-spacing: .14em;
  text-transform: uppercase; padding: 16px 0 4px; }
.mnav .mnav-group ~ a.mnav-sub { font-size: 1.18rem; padding: 11px 0; }

/* ---------- Vaste actiebalk op de telefoon ----------
   Drie gelijke knoppen onderaan het scherm: bellen, WhatsApp en offerte.
   Vervangt op mobiel de zwevende WhatsApp-bal en de meeschuivende
   onderbalk, zodat er nooit twee dingen over elkaar heen staan. */
.tel-balk { display: none; }

@media (max-width: 700px) {
  .tel-balk {
    display: grid; grid-template-columns: repeat(3, 1fr);
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 80;
    box-shadow: 0 -6px 24px rgba(20, 17, 16, .22);
    padding-bottom: env(safe-area-inset-bottom);
    background: #1c1916;
  }
  .tel-balk a {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 5px; padding: 11px 6px 12px; text-decoration: none;
    font-size: .78rem; font-weight: 700; line-height: 1.1; letter-spacing: .01em;
    min-height: 60px;
  }
  .tel-balk svg { width: 21px; height: 21px; }
  .tel-balk .tb-bel { background: #1c1916; color: #fff; }
  .tel-balk .tb-wa { background: #25d366; color: #fff; }
  .tel-balk .tb-off { background: var(--orange); color: #fff; }
  .tel-balk a:active { filter: brightness(.92); }

  /* De losse bal en de meeschuivende balk zijn op mobiel overbodig. */
  .wa, .sticky-cta { display: none !important; }

  /* Ruimte onder de pagina, zodat de balk niets afdekt. */
  body { padding-bottom: 60px; }

  /* Geen teamfoto in de hero op een telefoon: hij duwt de knoppen
     van het scherm af. Op tablet en desktop blijft hij gewoon staan. */
  .hero-foto { display: none; }
  .hero { min-height: auto; }
  .hero .wrap { padding-top: 96px; padding-bottom: 44px; }
  .scroll-hint { display: none; }
}

/* In de donkere hero moet de aanhef de lichtere oranje tint hebben,
   anders valt hij weg tegen het antraciet. */
.hero .eyebrow { color: var(--orange-2); }

/* Aantalkiezer in de configurator: één maat, meerdere stuks.
   De configurator laadt alleen premium.css, dus deze regels horen hier. */
.aantal-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.aantal-row .aantal-knoppen { display: flex; align-items: center; gap: 10px; }
.aantal-row .aantal-knop {
  width: 44px; height: 44px; border-radius: 12px; border: 1px solid rgba(28,25,22,.14);
  background: #fff; font-size: 22px; font-weight: 700; line-height: 1;
  color: var(--char); cursor: pointer; transition: border-color .15s, color .15s;
}
.aantal-row .aantal-knop:hover { border-color: var(--orange); color: var(--orange-600); }
.aantal-row #inpAantal {
  width: 76px; height: 44px; text-align: center; font-weight: 700; font-size: 16px;
  font-family: inherit; border: 1px solid rgba(28,25,22,.14); border-radius: 12px;
  background: #fff; color: var(--char);
}
/* Pijltjes van het nummerveld weg: de plus- en minknop doen dat werk al. */
.aantal-row #inpAantal::-webkit-outer-spin-button,
.aantal-row #inpAantal::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.aantal-row #inpAantal { -moz-appearance: textfield; appearance: textfield; }

/* ==========================================================================
   KORTE CONFIGURATOR — alles op één scherm
   Bedoeld om snel in te vullen, ook terwijl iemand van Lucky de klant aan
   de telefoon heeft: geen stappen, geen wegklikken, alles zichtbaar.
   ========================================================================== */
.cfg-grid.kort { align-items: start; }
.cfg-grid.kort .cfg-panel { display: grid; grid-template-columns: minmax(0, 1fr); gap: 40px; }
.blok { min-width: 0; }
.regel { min-width: 0; }

.blok-t { display: flex; align-items: center; gap: 12px; font-size: 1.32rem; margin: 0 0 6px; }
.blok-n { width: 30px; height: 30px; flex: none; border-radius: 50%; display: grid; place-items: center;
  background: var(--orange); color: #fff; font-size: .92rem; font-weight: 800; }
.blok-sub { color: var(--muted); font-size: .94rem; margin: 0 0 18px; }
.blok-t + .opt-grid, .blok-t + .swatches-lg, .blok-t + .picks, .blok-t + #regels { margin-top: 18px; }

/* Regels, zoals de offerteregels in het CRM: per regel een product met een
   eigen maat, aantal, kleur en bediening. */
.regel { border: 1.5px solid var(--line); border-radius: var(--r-s); padding: 20px; background: #fff; margin-bottom: 16px; }
.regel + .regel { margin-top: 0; }
.regel-kop { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
.regel-n { width: 26px; height: 26px; flex: none; border-radius: 50%; display: grid; place-items: center;
  background: var(--beige-2); color: var(--char); font-size: .8rem; font-weight: 800; }

/* Weergave van de gekozen kleurcombinatie, boven de maten in de regel. */
.regel-beeld { margin: 0 0 18px; border-radius: 14px; overflow: hidden; border: 1px solid var(--line); background: var(--beige); }
.regel-beeld img { display: block; width: 100%; aspect-ratio: 900 / 507; object-fit: cover; }
.regel-beeld figcaption { padding: 8px 12px; font-size: .76rem; color: var(--muted); background: #fff;
  border-top: 1px solid var(--line); }
.regel-product { flex: 1; min-width: 0; padding: 13px 14px; border: 1.5px solid var(--line); border-radius: 12px;
  font-family: inherit; font-size: 1rem; font-weight: 700; color: var(--char); background: #fff; cursor: pointer; }
.regel-product:focus { outline: none; border-color: var(--orange); }
.regel-weg { flex: none; background: none; border: 0; color: var(--muted); font-family: inherit; font-weight: 700;
  font-size: .85rem; cursor: pointer; padding: 8px; border-radius: 8px; }
.regel-weg:hover { color: #d6453c; background: rgba(214,69,60,.07); }

.regel-velden { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.rv { min-width: 0; }
.rv label { display: block; font-weight: 700; color: var(--char); font-size: .88rem; margin-bottom: 7px; }
.rv label small { color: var(--muted); font-weight: 600; }
.rv input { width: 100%; padding: 13px 12px; border: 1.5px solid var(--line); border-radius: 12px;
  font-family: inherit; font-size: 1.1rem; font-weight: 700; color: var(--char); text-align: center; }
.rv input:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(245,130,31,.15); }
.aantal-knoppen { display: flex; align-items: stretch; gap: 6px; }
.aantal-knoppen input { flex: 1; min-width: 0; }
.aantal-knop { width: 42px; flex: none; border: 1.5px solid var(--line); border-radius: 12px; background: #fff;
  color: var(--char); font-size: 1.2rem; font-weight: 700; cursor: pointer; font-family: inherit; }
.aantal-knop:hover { border-color: var(--orange); color: var(--orange-600); }

.regel-keuzes { display: grid; gap: 14px; margin-top: 18px; }
.regel-keuze { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.regel-keuze-l { font-weight: 700; color: var(--char); font-size: .88rem; min-width: 78px; }
.regel-keuze-w { color: var(--muted); font-size: .84rem; font-weight: 600; }
.swatches-klein { display: flex; gap: 8px; flex-wrap: wrap; }
.swk { width: 32px; height: 32px; padding: 0; border: 0; background: none; cursor: pointer; border-radius: 10px; }
.swk .dot { display: block; width: 100%; height: 100%; border-radius: 10px; border: 2px solid var(--line); }
.swk.sel .dot { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(245,130,31,.18); }
.swk .dot.ral { background: conic-gradient(#e74c3c,#f1c40f,#2ecc71,#3498db,#9b59b6,#e74c3c); }
.picks.klein .pick { padding: 9px 14px; font-size: .88rem; border-radius: 11px; }

.regel-prijs { display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
  margin-top: 18px; padding-top: 15px; border-top: 1px dashed var(--line); }
.regel-prijs span { color: var(--muted); font-weight: 600; font-size: .88rem; }
.regel-prijs b { color: var(--char); font-weight: 800; font-size: 1.16rem; }

.voeg-toe { margin-top: 4px; }
.voeg-toe svg { width: 18px; height: 18px; }

.pv-kop { display: block; font-weight: 800; color: var(--char); margin-bottom: 14px; }


/* Sterretje bij een verplicht veld */
.ster { color: var(--orange-600); font-weight: 800; }
.lead-grid input:required:focus:invalid, .lead-grid input:required:not(:focus):not(:placeholder-shown):invalid {
  border-color: #d6453c; box-shadow: 0 0 0 3px rgba(214,69,60,.13); }

.verstuur-knop { margin-top: 20px; width: 100%; max-width: 540px; padding: 18px 28px; font-size: 1.04rem; }

.pv-hulp { color: var(--muted); font-size: .88rem; margin-top: 16px; text-align: center; }
.pv-hulp a { color: var(--orange-600); font-weight: 700; }
.cfg-meer { color: var(--muted); font-size: .9rem; margin-top: 46px; text-align: center; }
.cfg-meer a { color: var(--orange-600); font-weight: 700; }

/* Bevestiging na het versturen */
.klaar { grid-column: 1 / -1; text-align: center; max-width: 560px; margin: 20px auto 40px; }
.klaar-ic { width: 72px; height: 72px; margin: 0 auto 22px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(245,130,31,.12); color: var(--orange-600); }
.klaar-ic svg { width: 34px; height: 34px; }
.klaar h2 { margin-bottom: 12px; }
.klaar p { color: var(--muted); }
.klaar-bel { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 26px; }
.btn-licht { background: #fff; color: var(--char); border: 1.5px solid var(--line); }
.btn-licht:hover { border-color: var(--char); transform: translateY(-3px); }

@media (max-width: 700px) {
  /* op een telefoon de velden onder elkaar: anders wordt een label als
     'Telefoonnummer *' afgekapt en is het lastiger invullen */
  .cfg-grid.kort .lead-grid { grid-template-columns: 1fr; }
  .regel { padding: 16px; }
  .regel-velden { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .regel-velden .rv:last-child { grid-column: 1 / -1; }
  .regel-keuze { align-items: flex-start; flex-direction: column; gap: 8px; }
  .regel-weg { font-size: 0; padding: 10px; }
  .regel-weg::before { content: '✕'; font-size: 1rem; }
  /* de vaste prijsbalk onderin mag de verstuurknop niet afdekken */
  body.cfg { padding-bottom: 78px; }
}
