/* ═══════════════════════════════════════════════════════════
   QUICK WASSERETTE · DEN HAAG
   Storefront signing: marineblauw, geel en waterblauw
   Display: Anton · Body: Hanken Grotesk
   ═══════════════════════════════════════════════════════════ */

:root {
  --marine: #0A1C3C;
  --marine-zacht: #14294F;
  --nacht: #050F24;
  --papier: #F5F8FC;
  --ijs: #E4EDF7;
  --geel: #FFD23F;
  --geel-diep: #EDBB13;
  --hemel: #58C7F3;
  --groen: #2BC48A;
  --tekst: #24314D;
  --tekst-zacht: #5C6B89;
  --lijn: rgba(10, 28, 60, 0.14);
  --lijn-licht: rgba(245, 248, 252, 0.18);
  --schaduw: 0 24px 60px rgba(5, 15, 36, 0.14);
  --schaduw-klein: 0 10px 26px rgba(5, 15, 36, 0.10);
  --radius: 22px;
  --display: "Anton", "Hanken Grotesk", sans-serif;
  --body: "Hanken Grotesk", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 92px; }

body {
  font-family: var(--body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--tekst);
  background: var(--papier);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.kader { width: min(1180px, 92vw); margin-inline: auto; }

h1, h2 {
  font-family: var(--display);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--marine);
  line-height: 0.98;
  letter-spacing: 0.012em;
  text-wrap: balance;
}

h2 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); }

h3, h4 {
  font-family: var(--body);
  font-weight: 700;
  color: var(--marine);
  line-height: 1.25;
}

h3 { font-size: 1.28rem; }

a { color: inherit; }

::selection { background: var(--geel); color: var(--marine); }

:focus-visible {
  outline: 3px solid var(--geel-diep);
  outline-offset: 3px;
  border-radius: 6px;
}

/* ─── Wenkbrauwen en sectiekoppen ─── */

.wenkbrauw {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--marine);
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.wenkbrauw::before {
  content: "";
  width: 26px;
  height: 3px;
  background: var(--geel);
  border-radius: 3px;
}

.wenkbrauw-geel { color: var(--geel); }

.sectie-kop { max-width: 660px; margin-bottom: 3.2rem; }

.sectie-intro { margin-top: 1.1rem; font-size: 1.1rem; color: var(--tekst-zacht); }
.sectie-intro-licht { color: rgba(228, 237, 247, 0.78); }

/* ─── Knoppen ─── */

.knop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  padding: 0.95rem 1.9rem;
  border-radius: 14px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
  white-space: nowrap;
}

.knop:hover { transform: translateY(-2px); }
.knop:active { transform: translateY(0); }

.knop-geel {
  background: var(--geel);
  color: var(--marine);
  box-shadow: 0 12px 28px rgba(237, 187, 19, 0.35);
}
.knop-geel:hover { background: var(--geel-diep); }

.knop-omlijnd {
  border: 2px solid var(--marine);
  color: var(--marine);
  background: transparent;
}
.knop-omlijnd:hover { background: var(--marine); color: var(--papier); }

.knop-omlijnd-licht {
  border: 2px solid rgba(245, 248, 252, 0.5);
  color: var(--papier);
  background: transparent;
}
.knop-omlijnd-licht:hover { border-color: var(--papier); background: rgba(245, 248, 252, 0.08); }

.knop-klein { padding: 0.6rem 1.3rem; font-size: 0.92rem; border-radius: 11px; }

/* ─── Header ─── */

.site-kop {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(10, 28, 60, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-kop.gescrold {
  border-bottom-color: var(--lijn-licht);
  box-shadow: 0 10px 34px rgba(5, 15, 36, 0.35);
}

.kop-binnen {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 0.75rem;
}

.merk { display: inline-flex; align-items: center; gap: 0.75rem; text-decoration: none; }

.merk-teken { display: inline-flex; }
.merk-teken svg { display: block; }

.merk-tekst { display: grid; line-height: 1.1; }

.merk-naam {
  font-family: var(--display);
  font-size: 1.35rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--papier);
}

.merk-sub {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--hemel);
}

.kop-nav { display: flex; gap: 1.9rem; }

.kop-nav a {
  text-decoration: none;
  font-weight: 600;
  font-size: 0.97rem;
  color: rgba(245, 248, 252, 0.88);
  position: relative;
}

.kop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: var(--geel);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.kop-nav a:hover { color: var(--papier); }
.kop-nav a:hover::after { transform: scaleX(1); }

.kop-acties { display: flex; align-items: center; gap: 0.9rem; }

/* ─── Statuschip (header) ─── */

.status-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(245, 248, 252, 0.08);
  border: 1px solid var(--lijn-licht);
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--papier);
}

.status-stip {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--groen);
  flex-shrink: 0;
  animation: pols 2.4s ease-in-out infinite;
}

.status-chip.dicht .status-stip { background: var(--geel); animation: none; }

@keyframes pols {
  0%, 100% { box-shadow: 0 0 0 0 rgba(43, 196, 138, 0.5); }
  55% { box-shadow: 0 0 0 6px rgba(43, 196, 138, 0); }
}

/* ─── Hero ─── */

.held {
  background:
    radial-gradient(1000px 560px at 82% -12%, rgba(46, 124, 199, 0.28), transparent 62%),
    radial-gradient(760px 420px at 6% 108%, rgba(88, 199, 243, 0.12), transparent 58%),
    var(--marine);
  padding-block: clamp(3.6rem, 8vw, 6rem) clamp(3rem, 6vw, 4.5rem);
}

.held-tekst { max-width: 760px; }

.held-titel {
  font-size: clamp(3rem, 7.6vw, 6rem);
  color: var(--papier);
  margin-bottom: 1.4rem;
}

.geel-woord {
  color: var(--geel);
  position: relative;
  white-space: nowrap;
}

.geel-woord::after {
  content: "";
  position: absolute;
  left: 2%;
  bottom: -0.08em;
  width: 96%;
  height: 0.1em;
  background: var(--hemel);
  border-radius: 999px;
  opacity: 0.9;
}

.held-sub {
  font-size: 1.18rem;
  color: rgba(228, 237, 247, 0.82);
  max-width: 56ch;
  margin-bottom: 2rem;
}

.held-knoppen { display: flex; flex-wrap: wrap; gap: 0.9rem; }

/* ─── De machinewand (signatuur) ─── */

.wand-zone { position: relative; margin-top: clamp(2.6rem, 5vw, 4rem); }

.neon-bord {
  position: absolute;
  top: -1.4rem;
  right: 0;
  z-index: 2;
  font-family: var(--display);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 1.02rem;
  color: var(--geel);
  border: 2px solid rgba(255, 210, 63, 0.55);
  border-radius: 14px;
  padding: 0.55rem 1.1rem;
  background: rgba(5, 15, 36, 0.55);
  box-shadow:
    0 0 22px rgba(255, 210, 63, 0.25),
    inset 0 0 14px rgba(255, 210, 63, 0.12);
  text-shadow: 0 0 12px rgba(255, 210, 63, 0.65);
  animation: neon 3.6s ease-in-out infinite;
}

.neon-bord.dicht {
  color: var(--hemel);
  border-color: rgba(88, 199, 243, 0.5);
  box-shadow: 0 0 22px rgba(88, 199, 243, 0.22), inset 0 0 14px rgba(88, 199, 243, 0.1);
  text-shadow: 0 0 12px rgba(88, 199, 243, 0.6);
  animation: none;
}

@keyframes neon {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.82; }
}

.wand {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: clamp(1.2rem, 3vw, 2.4rem);
  padding: 2.6rem 0 1.6rem;
  border-bottom: 1px solid var(--lijn-licht);
}

.wand-groep { display: grid; gap: 0.9rem; justify-items: center; }

.wand-rij { display: flex; align-items: flex-end; gap: 0.55rem; }

.machine {
  position: relative;
  background: linear-gradient(178deg, #FDFEFF 0%, #E7EFF8 78%, #D3E1EF 100%);
  border-radius: 13px;
  box-shadow:
    inset 0 1px 0 #fff,
    0 16px 34px rgba(5, 15, 36, 0.45);
  display: grid;
  justify-items: center;
  align-content: start;
  transition: transform 0.2s ease;
}

.machine:hover { transform: translateY(-5px); }

.m-klein  { width: 62px;  height: 86px;  padding-top: 15px; }
.m-middel { width: 104px; height: 128px; padding-top: 21px; }
.m-groot  { width: 138px; height: 164px; padding-top: 25px; }
.m-droger { width: 96px;  height: 188px; padding-top: 19px; gap: 9px; }

.m-paneel {
  position: absolute;
  top: 5px;
  left: 9px;
  right: 9px;
  height: 6px;
  display: flex;
  gap: 4px;
  align-items: center;
}

.m-paneel i {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(10, 28, 60, 0.28);
}

.m-paneel i:first-child { background: var(--hemel); }

.draait .m-paneel i:first-child {
  background: var(--groen);
  box-shadow: 0 0 6px rgba(43, 196, 138, 0.9);
}

.m-deur {
  position: relative;
  width: 68%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle at 34% 28%, #24406F, var(--nacht) 72%);
  box-shadow:
    inset 0 3px 9px rgba(0, 0, 0, 0.55),
    0 0 0 4px rgba(10, 28, 60, 0.12);
  overflow: hidden;
}

.m-droger .m-deur { width: 62%; }

.m-deur::after {
  content: "";
  position: absolute;
  top: 12%;
  left: 16%;
  width: 34%;
  height: 22%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.28);
  filter: blur(1px);
  transform: rotate(-18deg);
}

.m-trommel {
  position: absolute;
  inset: -30%;
  border-radius: 50%;
  background: conic-gradient(
    from 40deg,
    rgba(88, 199, 243, 0.0) 0deg 70deg,
    rgba(88, 199, 243, 0.55) 70deg 120deg,
    rgba(255, 210, 63, 0.5) 120deg 150deg,
    rgba(245, 248, 252, 0.35) 150deg 210deg,
    rgba(88, 199, 243, 0.0) 210deg 360deg
  );
  filter: blur(6px);
  opacity: 0;
}

.draait .m-trommel { opacity: 1; animation: draai 3.4s linear infinite; }

@keyframes draai { to { transform: rotate(360deg); } }

.wand-label {
  text-align: center;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(228, 237, 247, 0.75);
  display: grid;
  gap: 0.1rem;
}

.wand-label strong {
  font-family: var(--display);
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  color: var(--geel);
}

.wand-label strong small {
  font-family: var(--body);
  font-weight: 600;
  font-size: 0.72rem;
  color: rgba(228, 237, 247, 0.75);
  letter-spacing: 0.04em;
}

/* ─── Kerncijfers ─── */

.held-feiten {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: space-between;
  gap: clamp(1.2rem, 3vw, 2.6rem);
  padding-top: 1.6rem;
}

.held-feiten li { display: grid; gap: 0.05rem; }

.held-feiten strong {
  font-family: var(--display);
  font-weight: 400;
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  color: var(--papier);
  font-variant-numeric: tabular-nums;
}

.held-feiten span { font-size: 0.85rem; color: rgba(228, 237, 247, 0.65); }

/* ─── Tarieven (prijsbord) ─── */

.tarieven { padding-block: clamp(4rem, 9vw, 7rem); background: var(--papier); }

.prijslijst {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--schaduw-klein);
  overflow: hidden;
}

.prijs-rij {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: clamp(1.2rem, 3vw, 2.4rem);
  padding: 1.9rem clamp(1.4rem, 3vw, 2.6rem);
  border-bottom: 1px solid var(--lijn);
  transition: background 0.2s ease;
}

.prijs-rij:last-child { border-bottom: none; }

.prijs-rij:hover { background: var(--papier); }

.prijs-dial {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 3px solid var(--marine);
  background: #fff;
  display: grid;
  place-content: center;
  text-align: center;
  line-height: 1;
  position: relative;
  flex-shrink: 0;
}

.prijs-dial::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--geel);
  border: 2px solid #fff;
}

.prijs-dial span {
  font-family: var(--display);
  font-size: 1.55rem;
  letter-spacing: 0.02em;
  color: var(--marine);
}

.prijs-dial small {
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--tekst-zacht);
}

.prijs-dial-warm::before { background: var(--hemel); }

.prijs-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--marine);
  background: var(--ijs);
  border-radius: 999px;
  padding: 0.22rem 0.75rem;
  margin-bottom: 0.5rem;
}

.prijs-info p { font-size: 0.97rem; color: var(--tekst-zacht); max-width: 52ch; }

.prijs-bedrag {
  font-family: var(--display);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  letter-spacing: 0.02em;
  color: var(--marine);
  line-height: 1;
  text-align: right;
  display: grid;
  justify-items: end;
  gap: 0.25rem;
  font-variant-numeric: tabular-nums;
}

.prijs-bedrag small {
  font-family: var(--body);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--tekst-zacht);
  letter-spacing: 0.02em;
}

.tarief-voetnoot { margin-top: 2rem; text-align: center; }

.tarief-voetnoot p {
  display: inline-block;
  color: var(--tekst-zacht);
  font-size: 0.95rem;
  border: 1px dashed var(--lijn);
  border-radius: 999px;
  padding: 0.7rem 1.6rem;
}

/* ─── Rekenaar (donker) ─── */

.rekenaar {
  background:
    radial-gradient(880px 480px at 88% 0%, rgba(46, 124, 199, 0.25), transparent 60%),
    var(--marine);
  padding-block: clamp(4rem, 9vw, 7rem);
}

.rekenaar-raster {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}

.rekenaar-tekst h2 { color: var(--papier); }

.rekenaar-weetje {
  margin-top: 2rem;
  background: rgba(245, 248, 252, 0.06);
  border: 1px solid var(--lijn-licht);
  border-left: 4px solid var(--geel);
  border-radius: 0 16px 16px 0;
  padding: 1.3rem 1.5rem;
}

.rekenaar-weetje strong { display: block; color: var(--geel); margin-bottom: 0.35rem; }

.rekenaar-weetje p { font-size: 0.97rem; color: rgba(228, 237, 247, 0.78); }

.rekenaar-paneel {
  background: #fff;
  border-radius: var(--radius);
  padding: 2.2rem;
  box-shadow: var(--schaduw);
  display: grid;
  gap: 1.9rem;
}

.machine-keuze { border: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.8rem; }

.machine-keuze legend { font-weight: 700; color: var(--marine); margin-bottom: 0.9rem; font-size: 1rem; }

.machine-optie {
  position: relative;
  border: 2px solid var(--lijn);
  border-radius: 15px;
  padding: 1rem 0.6rem;
  display: grid;
  justify-items: center;
  gap: 0.15rem;
  cursor: pointer;
  transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease, color 0.18s ease;
}

.machine-optie:hover { transform: translateY(-2px); }

.machine-optie input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }

.machine-optie .optie-kg {
  font-family: var(--display);
  font-size: 1.35rem;
  letter-spacing: 0.03em;
  color: var(--marine);
}

.machine-optie .optie-prijs { font-size: 0.85rem; color: var(--tekst-zacht); font-variant-numeric: tabular-nums; }

.machine-optie:has(input:checked) {
  border-color: var(--marine);
  background: var(--marine);
}

.machine-optie:has(input:checked) .optie-kg { color: var(--geel); }
.machine-optie:has(input:checked) .optie-prijs { color: rgba(228, 237, 247, 0.8); }

.machine-optie:has(input:focus-visible) { outline: 3px solid var(--geel-diep); outline-offset: 3px; }

.droger-keuze { display: grid; gap: 0.7rem; }

.droger-keuze label {
  font-weight: 700;
  color: var(--marine);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.droger-keuze label span { color: var(--tekst-zacht); font-weight: 600; font-variant-numeric: tabular-nums; }

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: var(--ijs);
  cursor: pointer;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--geel);
  border: 4px solid var(--marine);
  box-shadow: 0 4px 14px rgba(5, 15, 36, 0.35);
  cursor: grab;
}

input[type="range"]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--geel);
  border: 4px solid var(--marine);
  box-shadow: 0 4px 14px rgba(5, 15, 36, 0.35);
  cursor: grab;
}

.schaal {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: var(--tekst-zacht);
  font-variant-numeric: tabular-nums;
}

.rekenaar-totaal {
  background: var(--marine);
  border-radius: 16px;
  padding: 1.6rem 1.8rem;
  display: grid;
  gap: 0.2rem;
}

.totaal-label {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(228, 237, 247, 0.65);
}

.totaal-bedrag {
  font-family: var(--display);
  font-size: 2.8rem;
  letter-spacing: 0.02em;
  color: var(--geel);
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}

.totaal-uitleg { font-size: 0.92rem; color: rgba(228, 237, 247, 0.72); }

/* ─── Stappen ─── */

.stappen { background: var(--ijs); padding-block: clamp(4rem, 9vw, 7rem); }

.stappen-raster {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
}

.stap {
  background: #fff;
  border-radius: var(--radius);
  padding: 2rem 1.7rem;
  box-shadow: var(--schaduw-klein);
  display: grid;
  gap: 0.7rem;
  align-content: start;
}

.stap-nummer {
  width: 50px;
  height: 50px;
  border-radius: 13px;
  background: var(--marine);
  color: var(--geel);
  font-family: var(--display);
  font-size: 1.5rem;
  display: grid;
  place-items: center;
  transform: rotate(-4deg);
}

.stap p { font-size: 0.96rem; color: var(--tekst-zacht); }

/* ─── Grote stukken ─── */

.grote-stukken {
  background:
    radial-gradient(760px 460px at 12% 100%, rgba(46, 124, 199, 0.22), transparent 60%),
    var(--nacht);
  padding-block: clamp(4rem, 9vw, 7rem);
}

.grote-raster {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: center;
}

.grote-visueel { display: flex; justify-content: center; }

.m-showcase {
  width: min(280px, 64vw);
  aspect-ratio: 5 / 6;
  padding-top: 12%;
  border-radius: 26px;
}

.m-showcase .m-paneel { top: 14px; left: 20px; right: 20px; }
.m-showcase .m-paneel i { width: 8px; height: 8px; }

.m-showcase .m-deur { width: 72%; }

.showcase-badge {
  position: absolute;
  top: -18px;
  right: -18px;
  background: var(--geel);
  color: var(--marine);
  font-family: var(--display);
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  padding: 0.5rem 1rem;
  border-radius: 13px;
  transform: rotate(6deg);
  box-shadow: 0 14px 30px rgba(5, 15, 36, 0.5);
}

.grote-tekst h2 { color: var(--papier); margin-bottom: 1.1rem; }

.grote-tekst > p { color: rgba(228, 237, 247, 0.78); max-width: 56ch; margin-bottom: 1.6rem; }

.tip-kader {
  background: rgba(245, 248, 252, 0.06);
  border: 1px solid var(--lijn-licht);
  border-radius: 18px;
  padding: 1.3rem 1.6rem;
  margin-bottom: 1.8rem;
}

.tip-kader strong { display: block; color: var(--geel); margin-bottom: 0.3rem; }

.tip-kader p { color: rgba(228, 237, 247, 0.82); font-size: 0.98rem; }

/* ─── Reviews ─── */

.reviews { padding-block: clamp(4rem, 9vw, 7rem); background: var(--papier); }

.google-score { margin-top: 1.1rem; font-size: 1.05rem; color: var(--tekst-zacht); }

.google-score strong { color: var(--marine); font-size: 1.15rem; }

.sterren { color: var(--geel-diep); letter-spacing: 0.12em; margin-right: 0.4rem; }

.review-raster { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; }

.review-kaart {
  background: #fff;
  border-radius: var(--radius);
  padding: 2.1rem 1.9rem;
  box-shadow: var(--schaduw-klein);
  border-top: 4px solid var(--geel);
  display: flex;
  flex-direction: column;
}

.review-kaart blockquote { font-size: 1rem; color: var(--tekst); flex-grow: 1; }

.review-kaart figcaption {
  margin-top: 1.4rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--tekst-zacht);
}

/* ─── FAQ ─── */

.faq { background: var(--ijs); padding-block: clamp(4rem, 9vw, 7rem); }

.faq-raster {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2.5rem, 6vw, 5rem);
  align-items: start;
}

.faq-kop { margin-bottom: 0; }

.faq-lijst { display: grid; gap: 0.85rem; }

.faq-item {
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--schaduw-klein);
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.5rem;
  font-weight: 700;
  font-size: 1.02rem;
  color: var(--marine);
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-plus {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: var(--ijs);
  color: var(--marine);
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 1.2rem;
  flex-shrink: 0;
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.faq-item[open] .faq-plus {
  transform: rotate(45deg);
  background: var(--geel);
  color: var(--marine);
}

.faq-item p { padding: 0 1.5rem 1.3rem; color: var(--tekst-zacht); font-size: 0.98rem; }

/* ─── Bezoek ─── */

.bezoek { padding-block: clamp(4rem, 9vw, 7rem); background: var(--papier); }

.bezoek-raster {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 1.6rem;
  align-items: stretch;
}

.bezoek-info {
  background: #fff;
  border-radius: var(--radius);
  padding: 2.4rem;
  box-shadow: var(--schaduw-klein);
  display: grid;
  gap: 1.9rem;
  align-content: start;
}

.info-blok h3 {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--tekst-zacht);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

.info-blok h3::before {
  content: "";
  width: 18px;
  height: 3px;
  border-radius: 3px;
  background: var(--geel);
}

.info-blok p { color: var(--tekst); }

.info-detail { font-size: 0.92rem; color: var(--tekst-zacht); margin-top: 0.35rem; }

.uren {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--lijn);
  padding-bottom: 0.6rem;
}

.uren strong { font-variant-numeric: tabular-nums; color: var(--marine); }

.info-link {
  font-family: var(--display);
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  color: var(--marine);
  text-decoration: none;
}

.info-link:hover { color: var(--geel-diep); }

.bezoek-knoppen { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1rem; }

.bezoek-kaart {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--schaduw-klein);
  min-height: 420px;
}

.bezoek-kaart iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: saturate(0.85);
}

/* ─── Footer ─── */

.voet {
  background: var(--nacht);
  color: rgba(228, 237, 247, 0.72);
  padding-top: 3.5rem;
}

.voet-raster {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2.5rem;
}

.voet-merk { display: flex; gap: 0.9rem; align-items: flex-start; }

.voet-merk strong {
  color: var(--papier);
  font-family: var(--display);
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.voet-kolom h4 {
  color: var(--geel);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

.voet-kolom p { font-size: 0.95rem; margin-bottom: 0.4rem; }

.voet-kolom a { color: inherit; text-decoration: none; }
.voet-kolom a:hover { color: var(--papier); }

.voet-onder {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.6rem;
  border-top: 1px solid var(--lijn-licht);
  padding-block: 1.4rem;
  font-size: 0.85rem;
}

.voet-onder a { color: rgba(228, 237, 247, 0.92); }

/* ─── Onthullen bij scrollen ─── */

.onthul {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.onthul.zichtbaar { opacity: 1; transform: translateY(0); }

/* ─── Bewegingsvoorkeur ─── */

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .status-stip, .neon-bord, .draait .m-trommel { animation: none; }
  .onthul { opacity: 1; transform: none; transition: none; }
  .knop, .machine, .machine-optie { transition: none; }
}

/* ─── Responsief ─── */

@media (max-width: 1020px) {
  .stappen-raster { grid-template-columns: repeat(2, 1fr); }
  .review-raster { grid-template-columns: 1fr; }
  .voet-raster { grid-template-columns: 1fr 1fr; }
  .wand { flex-wrap: wrap; justify-content: center; row-gap: 2.2rem; }
}

@media (max-width: 880px) {
  .kop-nav { display: none; }
  .rekenaar-raster { grid-template-columns: 1fr; }
  .faq-raster { grid-template-columns: 1fr; }
  .faq-kop { margin-bottom: 2rem; }
  .grote-raster { grid-template-columns: 1fr; }
  .grote-visueel { margin-bottom: 1rem; }
  .bezoek-raster { grid-template-columns: 1fr; }
  .bezoek-kaart { min-height: 320px; }
  .neon-bord { position: static; display: inline-block; margin-bottom: 1.6rem; }
  .wand-zone { margin-top: 2.2rem; }
  .wand { padding-top: 0.4rem; }
  .prijs-rij { grid-template-columns: auto 1fr; }
  .prijs-bedrag { grid-column: 1 / -1; justify-items: start; text-align: left; padding-left: calc(76px + 1.2rem); }
}

@media (max-width: 640px) {
  body { font-size: 1rem; }
  .kop-acties .status-chip { display: none; }
  .held { padding-top: 2.6rem; }
  .held-titel { font-size: clamp(2.6rem, 12vw, 3.4rem); }
  .held-feiten { grid-template-columns: repeat(2, 1fr); }
  .stappen-raster { grid-template-columns: 1fr; }
  .machine-keuze { grid-template-columns: repeat(3, 1fr); }
  .m-klein { width: 44px; height: 64px; padding-top: 12px; }
  .m-middel { width: 84px; height: 106px; padding-top: 17px; }
  .m-groot { width: 112px; height: 136px; padding-top: 21px; }
  .m-droger { width: 78px; height: 154px; padding-top: 15px; gap: 7px; }
  .wand-label strong { font-size: 1.2rem; }
  .prijs-bedrag { padding-left: 0; }
  .prijs-rij { grid-template-columns: 1fr; }
  .prijs-dial { display: none; }
  .voet-raster { grid-template-columns: 1fr; }
}
