/* ============================================
   Pressure Clean — publieke site
   Redesign aug 2026 — naar het voorbeeld van de klant
   Inter (alles) · navy #12233d · accent #2f6df6 · fond #f5f7fb
   ============================================ */
@import url('/fonts/fonts.css');

*, *::before, *::after { box-sizing: border-box; }
:root {
  --navy: #12233d;
  --navy-90: rgba(18, 35, 61, .9);
  --navy-2: #1b3153;
  --navy-3: #24406b;
  --accent: #2f6df6;
  --accent-donker: #1f56d6;
  --accent-tint: #e8effe;
  --fond: #f5f7fb;
  --tekst: #3b4a63;
  --tekst-zacht: #56637c;
  --tekst-mute: #74809a;
  --lijn: #e2e8f2;
  --lijn-sterk: #c9d3e4;
  --wit-72: rgba(255,255,255,.72);
  --wit-55: rgba(255,255,255,.55);
  --schaduw-sm: 0 1px 2px rgba(18, 35, 61, .06), 0 4px 14px rgba(18, 35, 61, .07);
  --schaduw-md: 0 6px 18px rgba(18, 35, 61, .10), 0 18px 44px rgba(18, 35, 61, .12);
  --radius: 14px;
  --radius-lg: 20px;
  --pill: 999px;
  --font: 'Inter', system-ui, 'Segoe UI', Helvetica, Arial, sans-serif;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.65;
  color: var(--tekst);
  background: #fff;
}
h1, h2, h3 { font-family: var(--font); color: var(--navy); margin: 0 0 .45em; line-height: 1.08; letter-spacing: -0.03em; }
h1 { font-size: clamp(2.6rem, 7vw, 5.2rem); font-weight: 800; }
h2 { font-size: clamp(1.9rem, 3.8vw, 2.9rem); font-weight: 800; }
h3 { font-size: 1.18rem; font-weight: 700; letter-spacing: -0.015em; }
p { margin: 0 0 1em; }
a { color: var(--accent-donker); }
img { max-width: 100%; display: block; }
.container { max-width: 1180px; margin: 0 auto; padding: 0 22px; }

:focus-visible { outline: 3px solid var(--accent); outline-offset: 2px; border-radius: 4px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  html { scroll-behavior: auto; }
}

.kicker {
  display: inline-block; font-size: .8rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--accent);
  margin-bottom: 14px;
}
.accent { color: var(--accent); }
.punt { color: var(--accent); }

/* ─── Zachte inschuif-animatie bij het scrollen ─── */
.reveal { opacity: 0; translate: 0 26px; transition: opacity .6s ease, translate .6s ease; transition-delay: var(--rev-delay, 0s); }
.reveal.zichtbaar { opacity: 1; translate: 0 0; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; translate: none; } }

/* ─── Knoppen (pill-vorm) ─── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 14px 28px; border-radius: var(--pill); border: 1.5px solid transparent;
  font-family: var(--font); font-weight: 700; font-size: .98rem; letter-spacing: -0.01em;
  text-decoration: none; cursor: pointer;
  transition: background-color .18s, color .18s, border-color .18s, box-shadow .18s, translate .18s;
}
.btn:hover { translate: 0 -1px; }
.btn-lg { padding: 17px 34px; font-size: 1.04rem; }
.btn-accent { background: var(--accent); color: #fff; box-shadow: 0 6px 18px rgba(47, 109, 246, .35); }
.btn-accent:hover { background: var(--accent-donker); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-2); }
.btn-blauw { background: var(--navy); color: #fff; }
.btn-blauw:hover { background: var(--navy-2); }
.btn-omlijnd { background: transparent; color: var(--navy); border-color: var(--lijn-sterk); }
.btn-omlijnd:hover { border-color: var(--navy); }
.btn-wit { background: #fff; color: var(--navy); }
.btn-wit:hover { background: var(--accent-tint); }
.btn-glas { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.45); backdrop-filter: blur(4px); }
.btn-glas:hover { background: rgba(255,255,255,.22); border-color: #fff; }

/* ─── Header ─── */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.94); backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--lijn);
  transition: background-color .25s, border-color .25s, box-shadow .25s;
}
.header-inner { display: flex; align-items: center; gap: 28px; height: 78px; }
.logo { display: flex; align-items: center; text-decoration: none; }
.logo-img { height: 56px; width: auto; display: block; }
.logo-img-footer { height: 84px; }
.main-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.main-nav a:not(.btn) {
  text-decoration: none; color: var(--tekst); font-weight: 600; font-size: .97rem;
  padding: 6px 2px; transition: color .18s;
}
.main-nav a:not(.btn):hover { color: var(--accent); }
.main-nav a.active { color: var(--navy); font-weight: 700; }
.main-nav .btn { padding: 11px 22px; font-size: .93rem; }
.nav-toggle { display: none; }

/* Transparante header boven de hero op de startpagina */
.header-transparant {
  position: fixed; left: 0; right: 0; top: 0;
  background: transparent; border-bottom-color: transparent;
}
.header-transparant:not(.scrolled):not(.menu-open) { backdrop-filter: none; }
.header-transparant:not(.scrolled):not(.menu-open) .main-nav a:not(.btn) {
  color: #fff;
  /* Donkere gloed zodat de menulinks ook op een lichte lucht leesbaar blijven */
  text-shadow: 0 1px 3px rgba(18, 35, 61, .85), 0 0 12px rgba(18, 35, 61, .6), 0 0 26px rgba(18, 35, 61, .45);
}
.header-transparant:not(.scrolled):not(.menu-open) .main-nav a:not(.btn):hover,
.header-transparant:not(.scrolled):not(.menu-open) .main-nav a.active { color: #fff; }
.header-transparant.scrolled, .header-transparant.menu-open {
  background: rgba(255,255,255,.94); border-bottom-color: var(--lijn); box-shadow: 0 2px 18px rgba(18,35,61,.07);
}

/* ─── Hero (volledig scherm, donker) ─── */
/* De hero volgt de verhouding van de headerafbeelding zodat ze volledig
   zichtbaar blijft (niet bijgesneden); knoppen en stats staan onderaan. */
.hero {
  position: relative; aspect-ratio: 2560 / 1429; min-height: 480px;
  display: flex; flex-direction: column; justify-content: flex-end;
  background: var(--navy); color: #fff; overflow: hidden;
  padding: 110px 0 70px;
}
.hero-achtergrond {
  position: absolute; inset: 0;
  /* Zodra er een echte werffoto is: zet ze op /img/hero.jpg en vervang
     hieronder hero.svg door hero.jpg — de overlay houdt de tekst leesbaar. */
  background-image:
    linear-gradient(rgba(18,35,61,0) 55%, rgba(18,35,61,.55) 86%, var(--navy)),
    url('/img/hero-3d.jpg');
  background-size: cover, cover;
  background-position: center, center;
}
.hero-inner { position: relative; max-width: 880px; margin: auto auto 0; text-align: center; padding: 0 22px; }
/* Alleen zichtbaar voor zoekmachines en schermlezers */
.visueel-verborgen {
  position: absolute; width: 1px; height: 1px; margin: -1px;
  padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.hero-badge {
  display: inline-block; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.28);
  color: #fff; font-size: .78rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; padding: 8px 18px; border-radius: var(--pill); margin-bottom: 26px;
  backdrop-filter: blur(4px);
}
.hero h1 { color: #fff; margin-bottom: .35em; font-size: clamp(2.4rem, 5.5vw, 4.3rem); }
.hero-sub { font-size: clamp(1.05rem, 1.6vw, 1.25rem); color: var(--wit-72); max-width: 34em; margin: 0 auto 1.9em; }
.hero-acties { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-flyer { margin: 44px auto 0; max-width: 640px; }
.hero-flyer img {
  display: block; width: 100%; height: auto; border-radius: var(--radius-lg);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .45); border: 1px solid rgba(255, 255, 255, .18);
}

/* Vloeiende golf-overgangen tussen secties */
.hero-golf { position: absolute; left: 0; right: 0; bottom: -1px; pointer-events: none; }
.hero-golf svg { display: block; width: 100%; height: clamp(40px, 7vw, 96px); }
.golf-navy { display: block; margin-bottom: -1px; }
.golf-navy svg { display: block; width: 100%; height: clamp(40px, 7vw, 96px); }

/* Statistieken onderaan de hero */
.hero-stats {
  position: relative; margin-top: 42px;
}
.hero-stats-inner {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px;
  max-width: 980px; margin: 0 auto; padding: 0 22px; text-align: center;
}
.hero-stat b {
  display: block; font-size: clamp(1.9rem, 3.4vw, 2.7rem); font-weight: 800; color: #fff; letter-spacing: -0.03em; line-height: 1.1;
}
.hero-stat b .plus { color: var(--accent); }
.hero-stat span { color: var(--wit-55); font-size: .93rem; font-weight: 600; }

/* ─── Secties ─── */
.section { padding: 92px 0; }
.section-grijs { background: var(--fond); }
.section-navy { background: var(--navy); color: var(--wit-72); }
.section-navy h2, .section-navy h3 { color: #fff; }
.section-head { max-width: 640px; margin-bottom: 50px; }
.section-head p { color: var(--tekst-zacht); font-size: 1.1rem; margin: 0; }
.section-head-midden { margin-left: auto; margin-right: auto; text-align: center; }
.section-foot { margin-top: 42px; }
.page-head { padding: 56px 0 12px; }
.page-head .section-head { margin-bottom: 0; }
.crumbs { font-size: .88rem; color: var(--tekst-mute); margin-bottom: 20px; }
.crumbs a { color: var(--tekst-mute); text-decoration: none; }
.crumbs a:hover { color: var(--accent); }
.crumbs span { color: var(--navy); font-weight: 600; }

/* ─── Diensten ─── */
.diensten-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.dienst-card {
  display: flex; flex-direction: column; gap: 8px;
  background: #fff; border: 1px solid var(--lijn); border-radius: var(--radius-lg);
  padding: 30px 28px; text-decoration: none; color: var(--tekst); cursor: pointer;
  transition: border-color .2s, box-shadow .2s, translate .2s;
}
.dienst-card:hover { border-color: transparent; box-shadow: var(--schaduw-md); translate: 0 -5px; }
.dienst-card { overflow: hidden; }
.dienst-card-foto { display: block; margin: -30px -28px 18px; aspect-ratio: 16 / 9; overflow: hidden; background: var(--lijn); }
.dienst-card-foto img { width: 100%; height: 100%; object-fit: cover; transition: scale .35s ease; }
.dienst-card:hover .dienst-card-foto img { scale: 1.05; }
/* Placeholder zolang er geen dienstfoto is ingesteld: logo op zachte fond */
.dienst-card-foto-leeg {
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(150deg, var(--accent-tint) 0%, var(--fond) 60%, #fff 100%);
}
.dienst-card-foto-leeg img { width: 46%; height: auto; object-fit: contain; opacity: .9; }
.dienst-card:hover .dienst-card-foto-leeg img { scale: 1.05; }
.dienst-foto { border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 34px; }
.dienst-foto img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.dienst-card p { color: var(--tekst-zacht); font-size: .97rem; flex: 1; margin: 0; }
.dienst-meer {
  display: inline-flex; align-items: center; gap: 7px; margin-top: 14px;
  color: var(--accent); font-weight: 700; font-size: .92rem;
}
.dienst-meer svg { width: 16px; height: 16px; transition: translate .18s; }
.dienst-card:hover .dienst-meer svg { translate: 4px 0; }
.dienst-icoon {
  width: 52px; height: 52px; border-radius: var(--pill);
  background: var(--accent-tint); color: var(--accent);
  display: flex; align-items: center; justify-content: center; margin-bottom: 10px;
  transition: background-color .2s, color .2s;
}
.dienst-card:hover .dienst-icoon { background: var(--accent); color: #fff; }
.dienst-icoon svg { width: 26px; height: 26px; }

/* ─── Werkwijze ─── */
.stappen { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.stappen li { background: #fff; border: 1px solid var(--lijn); border-radius: var(--radius-lg); padding: 30px 28px; }
.stap-nr {
  display: flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%; margin-bottom: 16px;
  background: var(--navy); color: #fff; font-weight: 800; font-size: 1.05rem;
}
.stappen p { color: var(--tekst-zacht); font-size: .96rem; margin: 0; }

/* ─── Voor/na-slider ─── */
.voorna { position: relative; border-radius: var(--radius-lg); overflow: hidden; aspect-ratio: 16 / 10; background: var(--lijn); max-height: 80vh; }
.voorna img { width: 100%; height: 100%; object-fit: cover; }
.voorna-na { position: absolute; inset: 0; }
.voorna-voor-wrap { position: absolute; inset: 0; overflow: hidden; clip-path: inset(0 50% 0 0); }
.voorna-voor { position: absolute; inset: 0; }
.voorna-lijn {
  position: absolute; top: 0; bottom: 0; left: 50%; width: 3px; margin-left: -1.5px;
  background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.4);
}
.voorna-knop {
  position: absolute; top: 50%; left: 50%; translate: -50% -50%;
  width: 46px; height: 46px; border-radius: 50%; background: var(--accent); color: #fff;
  border: 3px solid #fff;
  display: flex; align-items: center; justify-content: center; box-shadow: var(--schaduw-md);
}
.voorna-knop svg { width: 20px; height: 20px; }
.voorna-range { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; margin: 0; touch-action: none; }
.voorna-label {
  position: absolute; top: 14px; padding: 5px 14px; border-radius: var(--pill);
  font-size: .74rem; font-weight: 800; letter-spacing: .1em;
  text-transform: uppercase; color: #fff; pointer-events: none;
}
.voorna-label-voor { left: 14px; background: var(--navy-90); }
.voorna-label-na { right: 14px; background: var(--accent); }

/* ─── Realisaties ─── */
/* Uitgelichte slider op de startpagina: begrensd zodat hij op één scherm past */
.realisatie-uitgelicht { max-width: 780px; margin-left: auto; margin-right: auto; }
.realisaties-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; align-items: start; } /* kaarten houden hun eigen hoogte, ook naast een staande foto */
.realisatie-card { background: #fff; border: 1px solid var(--lijn); border-radius: var(--radius-lg); overflow: hidden; transition: box-shadow .2s, translate .2s; }
.realisatie-card:hover { box-shadow: var(--schaduw-md); translate: 0 -4px; }
.realisatie-card .voorna { border-radius: 0; }
.realisatie-info { padding: 18px 22px 20px; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.realisatie-info h3 { margin: 0; font-size: 1.02rem; }
.realisatie-info .tag {
  margin-left: auto; background: var(--accent-tint); color: var(--accent-donker);
  font-size: .72rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; padding: 4px 12px; border-radius: var(--pill);
}
.realisatie-info p { width: 100%; color: var(--tekst-zacht); font-size: .92rem; margin: 6px 0 0; }
.filter-rij { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.filter-chip {
  padding: 9px 20px; border-radius: var(--pill); border: 1.5px solid var(--lijn-sterk);
  background: #fff; color: var(--tekst-zacht); text-decoration: none;
  font-weight: 600; font-size: .92rem; cursor: pointer;
  transition: border-color .18s, color .18s, background-color .18s;
}
.filter-chip:hover { border-color: var(--navy); color: var(--navy); }
.filter-chip.active { background: var(--navy); border-color: var(--navy); color: #fff; }
.leeg-melding { color: var(--tekst-zacht); }

/* Reviews */
.review-rij { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 26px; }
.review {
  background: #fff; border: 1px solid var(--lijn);
  border-radius: var(--radius-lg); padding: 24px 26px; margin: 0;
}
.review-sterren { display: block; color: #f5b301; letter-spacing: 3px; margin-bottom: 10px; font-size: .95rem; }
.review-sterren-leeg { color: #d6dbe3; }
.review-plaats { font-weight: 400; }
.review p { font-size: 1rem; color: var(--tekst); margin: 0 0 10px; }
.review cite { font-style: normal; font-weight: 700; color: var(--tekst-mute); font-size: .9rem; }

/* Statistieken op lichte fond */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.stat { border-top: 3px solid var(--accent); padding-top: 14px; }
.stat b { font-size: 1.8rem; font-weight: 800; color: var(--navy); display: block; letter-spacing: -0.02em; }
.stat span { color: var(--tekst-mute); font-size: .95rem; }

/* ─── Aanvraagblok (home) ─── */
.aanvraag-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.checklijst { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 13px; }
.checklijst li { display: flex; align-items: flex-start; gap: 12px; font-weight: 600; color: var(--navy); }
.checklijst svg { width: 22px; height: 22px; color: var(--accent); flex-shrink: 0; margin-top: 2px; }
.checklijst small { display: block; font-weight: 400; color: var(--tekst-zacht); font-size: .92rem; }
.aanvraag-kaart {
  background: #fff; border: 1px solid var(--lijn); border-radius: var(--radius-lg);
  box-shadow: var(--schaduw-md); padding: 34px;
}
.aanvraag-kaart h3 { font-size: 1.35rem; margin-bottom: 4px; }
.aanvraag-kaart-sub { color: var(--tekst-mute); font-size: .93rem; margin-bottom: 22px; }
.dienst-keuze { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.dienst-keuze a {
  display: flex; align-items: center; gap: 10px;
  border: 1.5px solid var(--lijn-sterk); border-radius: var(--radius);
  padding: 13px 15px; text-decoration: none; color: var(--navy); font-weight: 600; font-size: .93rem;
  transition: border-color .18s, background-color .18s;
}
.dienst-keuze a:hover { border-color: var(--accent); background: var(--accent-tint); }
.dienst-keuze svg { width: 20px; height: 20px; color: var(--accent); flex-shrink: 0; }
.aanvraag-kaart .btn { width: 100%; margin-top: 16px; }
.aanvraag-kaart-bellen { text-align: center; font-size: .9rem; color: var(--tekst-mute); margin: 14px 0 0; }
.aanvraag-kaart-bellen a { font-weight: 700; color: var(--accent-donker); text-decoration: none; }

/* ─── Wie ben ik ─── */
.wieben-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px; align-items: center; }
.wieben-foto {
  aspect-ratio: 4 / 5; border-radius: var(--radius-lg); overflow: hidden;
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-3) 100%);
  display: flex; align-items: center; justify-content: center; padding: 40px;
}
.wieben-foto img { width: 80%; height: auto; object-fit: contain; }
.wieben-foto.met-foto { padding: 0; }
.wieben-foto.met-foto img { width: 100%; height: 100%; object-fit: cover; }
.wieben-tekst p { font-size: 1.05rem; }

/* ─── Formulieren ─── */
.veld { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; min-width: 0; }
.veld[hidden] { display: none; }
.veld-rij { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.veld-rij-straat { grid-template-columns: 2.2fr 1fr; }
.veld-rij-gemeente { grid-template-columns: 1fr 2.2fr; }
.veld label { font-weight: 700; font-size: .9rem; color: var(--navy); }
.veld input, .veld select, .veld textarea {
  font: inherit; color: var(--tekst); width: 100%; min-width: 0;
  border: 1.5px solid var(--lijn-sterk); border-radius: var(--radius); padding: 13px 16px; background: #fff;
  transition: border-color .18s, box-shadow .18s;
}
.veld input:focus, .veld select:focus, .veld textarea:focus {
  outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(47,109,246,.16);
}
.veld-hint { font-size: .85rem; color: var(--tekst-mute); }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; opacity: 0; }

.keuze-rij { display: flex; gap: 8px; flex-wrap: wrap; }
.keuze-rij input { position: absolute; opacity: 0; pointer-events: none; }
.keuze-rij label {
  padding: 10px 20px; border: 1.5px solid var(--lijn-sterk); border-radius: var(--pill);
  font-weight: 600; font-size: .93rem; color: var(--tekst-zacht); cursor: pointer;
  transition: border-color .18s, color .18s, background-color .18s;
}
.keuze-rij input:checked + label { background: var(--navy); border-color: var(--navy); color: #fff; }
.keuze-rij input:focus-visible + label { outline: 3px solid var(--accent); outline-offset: 2px; }

.dropzone {
  border: 2px dashed var(--lijn-sterk); border-radius: var(--radius-lg); padding: 28px;
  text-align: center; color: var(--tekst-mute); font-size: .95rem; cursor: pointer;
  transition: border-color .18s, background-color .18s;
}
.dropzone:hover, .dropzone.sleep { border-color: var(--accent); background: var(--accent-tint); }
.dropzone b { color: var(--accent-donker); }
.dropzone input { display: none; }
.dropzone-lijst { margin-top: 8px; font-size: .87rem; color: var(--tekst-zacht); }

.melding { display: flex; gap: 12px; border-radius: var(--radius); padding: 16px 18px; margin-bottom: 20px; }
.melding svg { width: 24px; height: 24px; flex-shrink: 0; }
.melding p { margin: 4px 0 0; font-size: .95rem; }
.melding-ok { background: #F0FDF4; border: 1.5px solid #86EFAC; color: #14532D; }
.melding-ok svg { color: #16A34A; }
.melding-fout { background: #FEF2F2; border: 1.5px solid #FECACA; color: #7F1D1D; }

/* ─── FAQ ─── */
.faq { max-width: 780px; }
.faq details { background: #fff; border: 1px solid var(--lijn); border-radius: var(--radius); margin-bottom: 12px; }
.faq summary {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 19px 22px; cursor: pointer; list-style: none;
  font-weight: 700; font-size: 1.03rem; color: var(--navy);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-size: 1.4rem; color: var(--accent); font-weight: 400; }
.faq details[open] summary::after { content: '−'; }
.faq details p { color: var(--tekst-zacht); padding: 0 22px 19px; margin: 0; max-width: 60em; }

/* ─── CTA-band ─── */
.cta-band {
  position: relative; background: var(--navy); color: #fff; padding: 84px 0; overflow: hidden; text-align: center;
}
.cta-band::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(900px 420px at 85% 0%, rgba(47,109,246,.4), transparent 60%),
    radial-gradient(700px 420px at 10% 100%, rgba(47,109,246,.25), transparent 55%);
}
.cta-band .container { position: relative; }
.cta-band h2 { color: #fff; max-width: 18em; margin-left: auto; margin-right: auto; }
.cta-band p { color: var(--wit-72); max-width: 36em; font-size: 1.08rem; margin-left: auto; margin-right: auto; }
.cta-band-acties { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 30px; }
.cta-band .btn-tel { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.45); }
.cta-band .btn-tel:hover { border-color: #fff; background: rgba(255,255,255,.2); }

/* ─── Dienst-detail ─── */
.dienst-hero { padding: 56px 0 44px; }
.dienst-hero .hero-sub { font-size: 1.12rem; color: var(--tekst-zacht); margin: 0 0 0; max-width: 38em; text-align: left; }
.dienst-hero-acties { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 26px; }
.dienst-detail { display: grid; grid-template-columns: 1.5fr .9fr; gap: 48px; align-items: start; }
.dienst-tekst p { font-size: 1.05rem; }
.zijkaart {
  background: var(--fond); border: 1px solid var(--lijn); border-radius: var(--radius-lg);
  padding: 26px; margin-bottom: 20px;
}
.zijkaart h3 { margin-bottom: 8px; }
.zijkaart p { color: var(--tekst-zacht); font-size: .96rem; margin: 0 0 14px; }
.zijkaart .btn { width: 100%; }
.andere-diensten { list-style: none; margin: 0; padding: 0; }
.andere-diensten li { border-bottom: 1px solid var(--lijn); }
.andere-diensten li:last-child { border-bottom: none; }
.andere-diensten a {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  padding: 12px 2px; text-decoration: none; color: var(--navy); font-weight: 600; font-size: .97rem;
  transition: color .18s;
}
.andere-diensten a:hover { color: var(--accent); }

/* ─── Contact ─── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-kaart { background: #fff; border: 1px solid var(--lijn); border-radius: var(--radius-lg); padding: 24px 26px; }
.contact-kaart h3 { font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; color: var(--tekst-mute); margin-bottom: 8px; }
.contact-kaart b, .contact-kaart a.groot {
  font-size: 1.25rem; font-weight: 800; color: var(--navy);
  text-decoration: none; letter-spacing: -0.01em;
}
.contact-kaart a.groot:hover { color: var(--accent); }
.contact-kaart p { color: var(--tekst-zacht); font-size: .93rem; margin: 6px 0 0; }

/* Compacte contactgegevens naast het contactformulier */
.contact-mini { list-style: none; margin: 0; padding: 0; }
.contact-mini li { padding: 12px 0; border-bottom: 1px solid var(--lijn); }
.contact-mini li:first-child { padding-top: 0; }
.contact-mini li:last-child { border-bottom: none; padding-bottom: 0; }
.contact-mini .label {
  display: block; font-size: .72rem; text-transform: uppercase;
  letter-spacing: .12em; color: var(--tekst-mute); margin-bottom: 3px;
}
.contact-mini b, .contact-mini a {
  font-weight: 700; color: var(--navy); text-decoration: none; font-size: 1.02rem;
}
.contact-mini a:hover { color: var(--accent); }
.contact-mini .sub { display: block; color: var(--tekst-zacht); font-size: .88rem; margin-top: 3px; }

/* ─── Offertepagina ─── */
.offerte-grid { display: grid; grid-template-columns: 1.4fr .8fr; gap: 48px; align-items: start; }
.offerte-form { background: #fff; border: 1px solid var(--lijn); border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--schaduw-sm); }
.privacy-nootje { font-size: .86rem; color: var(--tekst-mute); margin: 14px 0 0; }

/* ─── Over ons ─── */
.over-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 48px; align-items: start; }
.over-grid .over-tekst p { font-size: 1.05rem; }
.usp-lijst { display: grid; gap: 16px; }
.usp {
  display: flex; gap: 15px; background: #fff; border: 1px solid var(--lijn);
  border-radius: var(--radius-lg); padding: 20px 22px;
}
.usp svg { width: 24px; height: 24px; color: var(--accent); flex-shrink: 0; margin-top: 2px; }
.usp b { display: block; color: var(--navy); }
.usp span { color: var(--tekst-zacht); font-size: .93rem; }

/* ─── Footer ─── */
.site-footer { position: relative; background: var(--navy); color: var(--wit-72); padding: 76px 0 0; overflow: hidden; }
.site-footer::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(800px 400px at 90% 100%, rgba(47,109,246,.18), transparent 60%);
  pointer-events: none;
}
.footer-grid { position: relative; display: grid; grid-template-columns: 1.5fr 1fr 1.15fr; gap: 44px; padding-bottom: 52px; }
.site-footer h3 { color: #fff; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase; margin-bottom: 16px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.site-footer ul a { color: var(--wit-72); text-decoration: none; font-size: .96rem; transition: color .18s; }
.site-footer ul a:hover { color: #fff; }
.footer-intro { font-size: .96rem; max-width: 26em; margin-top: 16px; }
.footer-kenmerken { margin-top: 14px; display: grid; gap: 8px; font-size: .9rem; color: var(--wit-55); }
.footer-kenmerken b { color: var(--wit-72); font-weight: 600; }
.socials { display: flex; gap: 10px; margin-top: 18px; }
.socials a {
  width: 40px; height: 40px; border-radius: var(--pill); display: flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,.08); color: #fff; transition: background-color .18s;
}
.socials a:hover { background: var(--accent); }
.socials svg { width: 18px; height: 18px; }

/* Mini-aanvraagformulier in de footer */
.footer-form-kop { color: #fff; font-weight: 700; font-size: 1.05rem; letter-spacing: -0.01em; margin-bottom: 6px; }
.footer-form p { font-size: .9rem; color: var(--wit-55); margin-bottom: 14px; }
.footer-form input {
  width: 100%; font: inherit; font-size: .93rem; color: #fff;
  background: rgba(255,255,255,.08); border: 1.5px solid rgba(255,255,255,.2);
  border-radius: var(--radius); padding: 11px 14px; margin-bottom: 10px;
  transition: border-color .18s, background-color .18s;
}
.footer-form input::placeholder { color: var(--wit-55); }
.footer-form input:focus { outline: none; border-color: var(--accent); background: rgba(255,255,255,.12); }
.footer-form .btn { width: 100%; margin-top: 4px; }

.footer-bottom {
  position: relative;
  display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap;
  border-top: 1px solid rgba(255,255,255,.14); padding: 20px 0 26px;
  font-size: .88rem; color: var(--wit-55);
}
.footer-bottom a { color: var(--wit-72); text-decoration: none; }
.footer-bottom a:hover { color: #fff; }
.footer-legal { display: flex; gap: 18px; flex-wrap: wrap; }

/* ─── Cookiemelding ─── */
.cookie-melding {
  position: fixed; left: 22px; bottom: 22px; z-index: 55;
  max-width: 400px; background: #fff;
  border-radius: var(--radius-lg); box-shadow: var(--schaduw-md);
  border-top: 4px solid var(--accent);
  padding: 20px 22px; display: flex; flex-direction: column;
  animation: cookie-op .45s ease both;
}
.cookie-melding[hidden] { display: none; }
@keyframes cookie-op { from { opacity: 0; translate: 0 18px; } to { opacity: 1; translate: 0 0; } }
.cookie-kop { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.cookie-kop img { width: 96px; height: auto; flex-shrink: 0; }
.cookie-kop p { margin: 0; line-height: 1.35; }
.cookie-kop b { display: block; color: var(--navy); font-size: 1.05rem; letter-spacing: -0.01em; }
.cookie-kop span { color: var(--tekst-mute); font-size: .84rem; }
.cookie-tekst { margin: 0 0 16px; font-size: .92rem; color: var(--tekst-zacht); }
.cookie-tekst b { color: var(--navy); }
.cookie-acties { display: flex; align-items: center; gap: 16px; }
.cookie-acties .btn { padding: 10px 24px; font-size: .92rem; }
.cookie-link { color: var(--tekst-mute); font-size: .88rem; font-weight: 600; }
.cookie-link:hover { color: var(--accent-donker); }
@media (max-width: 720px) {
  .cookie-melding { left: 12px; right: 12px; bottom: 12px; max-width: none; }
}

/* ─── Terug naar boven ─── */
.terug-boven {
  position: fixed; right: 22px; bottom: 22px; z-index: 48;
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--navy); color: #fff; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--schaduw-md);
  opacity: 0; visibility: hidden; translate: 0 12px;
  transition: opacity .25s, visibility .25s, translate .25s, background-color .18s;
}
.terug-boven.zichtbaar { opacity: 1; visibility: visible; translate: 0 0; }
.terug-boven:hover { background: var(--accent); }
.terug-boven svg { width: 22px; height: 22px; }

/* ─── Tekstpagina's / 404 ─── */
.tekst-pagina { max-width: 780px; }
.tekst-pagina h2 { font-size: 1.3rem; margin-top: 1.7em; }
.tekst-pagina ul { color: var(--tekst-zacht); }
.niet-gevonden { text-align: center; max-width: 560px; margin: 0 auto; padding: 40px 20px; }
.niet-gevonden .cta-band-acties { justify-content: center; }

/* ─── Responsief ─── */
@media (max-width: 980px) {
  .diensten-grid, .stappen { grid-template-columns: repeat(2, 1fr); }
  .realisaties-grid, .review-rij, .contact-grid { grid-template-columns: 1fr; }
  .dienst-detail, .over-grid, .offerte-grid, .aanvraag-grid, .wieben-grid { grid-template-columns: 1fr; }
  .aanvraag-grid { gap: 40px; }
  .wieben-grid { gap: 34px; }
  .wieben-foto { max-width: 420px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: 1fr; gap: 22px; }
  .hero-stats-inner { grid-template-columns: repeat(2, 1fr); gap: 30px 20px; }
}
/* Gsm of tablet in liggende stand (breed maar laag scherm): ook dan de
   volledige headerafbeelding tonen, met de knoppen en cijfers eronder,
   zodat de naam Pressure Clean nooit achter de knoppen verdwijnt. */
@media (min-width: 721px) and (max-height: 560px) {
  .hero { aspect-ratio: auto; min-height: 0; padding: calc(78px + 58vw) 0 46px; }
  .hero-achtergrond {
    background-image:
      linear-gradient(rgba(18,35,61,0) calc(78px + 44vw), rgba(18,35,61,.85) calc(78px + 53vw), var(--navy) calc(78px + 56vw)),
      url('/img/hero-3d.jpg');
    background-size: auto, 100% auto;
    background-position: 0 0, center 78px;
    background-repeat: repeat, no-repeat;
  }
  .hero-inner { margin-top: 0; }
  .hero-stats { margin-top: 30px; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .logo-img { height: 46px; }
  .header-inner { height: 68px; }
  /* Menuknop met het woord "Menu" erbij, zodat iedereen ze herkent */
  .nav-toggle {
    display: flex; align-items: center; gap: 8px;
    margin-left: auto; height: 44px; padding: 6px 10px;
    background: none; border: none; cursor: pointer;
  }
  .nav-toggle-strepen { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 22px; }
  .nav-toggle-strepen span { display: block; height: 2.5px; background: var(--navy); border-radius: 2px; transition: opacity .18s, transform .18s, background-color .18s; }
  .nav-toggle-label { font-weight: 700; font-size: .78rem; letter-spacing: .09em; text-transform: uppercase; color: var(--navy); transition: color .18s; }
  .header-transparant:not(.scrolled):not(.menu-open) .nav-toggle-strepen span { background: #fff; }
  .header-transparant:not(.scrolled):not(.menu-open) .nav-toggle-label { color: #fff; }
  .nav-toggle[aria-expanded="true"] .nav-toggle-strepen span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] .nav-toggle-strepen span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] .nav-toggle-strepen span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
  .main-nav {
    display: none; position: absolute; top: 68px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: #fff; border-bottom: 1px solid var(--lijn); box-shadow: var(--schaduw-md);
    padding: 10px 22px 20px;
  }
  .main-nav.open { display: flex; }
  .main-nav a:not(.btn) { padding: 14px 4px; border-bottom: 1px solid var(--lijn); color: var(--tekst) !important; }
  .main-nav .btn { margin-top: 14px; }
  /* Mobiel: de headerafbeelding volledig tonen (met de naam Pressure Clean
     erin); knoppen en stats komen eronder op de donkerblauwe achtergrond.
     De afbeelding is 2560x1429, dus 100vw breed = 55.9vw hoog; ze start net
     onder de header (68px) en loopt onderaan over in navy. */
  .hero { aspect-ratio: auto; min-height: 0; padding: calc(68px + 58vw) 0 46px; }
  .hero-achtergrond {
    background-image:
      linear-gradient(rgba(18,35,61,0) calc(68px + 44vw), rgba(18,35,61,.85) calc(68px + 53vw), var(--navy) calc(68px + 56vw)),
      url('/img/hero-3d.jpg');
    background-size: auto, 100% auto;
    background-position: 0 0, center 68px;
    background-repeat: repeat, no-repeat;
  }
  .hero-inner { margin-top: 0; }
  .hero-stats { margin-top: 30px; }
  .diensten-grid, .stappen, .dienst-keuze { grid-template-columns: 1fr; }
  .veld-rij { grid-template-columns: 1fr; gap: 0; }
  /* Straat+nummer en postcode+gemeente blijven ook op gsm naast elkaar */
  .veld-rij-straat { grid-template-columns: 2fr 1fr; gap: 12px; }
  .veld-rij-gemeente { grid-template-columns: 1fr 2fr; gap: 12px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .section { padding: 60px 0; }
  .offerte-form, .aanvraag-kaart { padding: 24px 20px; }
  .terug-boven { right: 16px; bottom: 16px; }
}

/* Paginatitels op het formaat van sectiekoppen */
.h2-formaat { font-size: clamp(1.9rem, 3.8vw, 2.9rem); font-weight: 800; }

/* Tikzones footer: op touch-schermen minstens 44px hoog (toegankelijkheid) */
@media (max-width: 768px) {
  .site-footer ul { gap: 0; }
  .site-footer ul a, .footer-bottom a { display: inline-block; padding: 12px 0; min-height: 44px; }
}
