/* 010-fonts-en-basis.css */
/* Zelf gehoste webfonts (Archivo, Poppins — SIL Open Font License 1.1).
   Alleen de gewichten die de site echt gebruikt: Archivo als variabele font
   700-900, Poppins 400 en 700. font-display: swap houdt de tekst leesbaar
   terwijl het lettertype nog laadt. */

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url('fonts/archivo-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 700 900;
  font-display: swap;
  src: url('fonts/archivo-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/poppins-400-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/poppins-400-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/poppins-700-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/poppins-700-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@layer basis {
  *, *::before, *::after { box-sizing: border-box; }
    html { scroll-behavior: smooth; height: auto; }
    body { margin: 0; height: auto; min-height: 100%; background: #ffffff; color: #0e1a2b; font-family: 'Poppins', sans-serif; -webkit-font-smoothing: antialiased; max-width: 100%; }
    a { text-decoration: none; color: #123c7a; }
    a:hover { color: #1579ca; }
    :focus-visible { outline: 2px solid #1f8fe8; outline-offset: 3px; }
    input, textarea, select, button { font: inherit; color: inherit; }
    ::placeholder { color: #aab3bf; }
    summary::-webkit-details-marker { display: none; }
    summary { list-style: none; }
    @keyframes tick { to { transform: translateX(-50%); } }
    @keyframes rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
    @keyframes wipe { from { transform: scaleX(0); } to { transform: scaleX(1); } }
    @media (prefers-reduced-motion: reduce) { * { animation-duration: .001s !important; transition-duration: .001s !important; }
      html { scroll-behavior: auto; } }
    .tab { position: relative; padding: 16px 26px; border: none; cursor: pointer; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; background: #eef2f6; color: #646f7e; transition: background .3s ease, color .3s ease; }
    .tab:hover { background: #dfe7ef; }
    .tab-aan, .tab-aan:hover { background: #0e1a2b; color: #ffffff; }
    .punt:hover { color: #0e1a2b; padding-left: 6px; }
    .h-nav:hover{color: #4aa832; border-bottom-color: #4aa832 !important}
    .h-knop-groen:hover{background: #31701f; color: #ffffff; transform: translateY(-2px) !important}
    .h-cta:hover{background: #3b8628; color: #ffffff; transform: translateY(-2px) !important}
    .h-hero-tel:hover{background: rgba(255,255,255,.16); color: #ffffff; border-color: #ffffff !important}
    .h-knop-donker:hover{background: #0e1a2b; color: #ffffff; gap: 20px !important}
    .h-stap:hover{background: #0e1a2b; transform: translateY(-4px) !important}
    .h-zoom:hover{transform: scale(1.04) !important}
    .h-vraag:hover{color: #123c7a !important}
    .h-contact-kaart:hover{background: #f2f8fd; color: #0e1a2b !important}
    #verzend:hover { background: #123c7a; }
    #verzend:disabled { opacity: .55; cursor: progress; }
    .hp-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
    .f-veld:focus-within{border-bottom-color: #4aa832 !important}
    .h-groen-tekst:hover{color: #4aa832 !important}
    .h-knop-blauw:hover{background: #123c7a; color: #ffffff !important}
    .h-groen:hover{background: #31701f; color: #ffffff !important}

    /* Ankerlinks niet onder de vaste header laten vallen */
    section[id] { scroll-margin-top: 92px; }

    /* Mobiele navigatie: knoppen alleen tonen zodra het tekstmenu inklapt */
    .burger, .tel-mob, .hdr-mob { display: none; }
    .burger { flex-direction: column; }
    .burger { padding: 9px 10px; border: 1px solid rgba(255,255,255,.5); background: transparent; cursor: pointer; line-height: 0; }
    .burger span { display: block; width: 20px; height: 2px; margin: 4px 0; background: #ffffff; transition: transform .25s ease, opacity .25s ease; }
    .burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
    .burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

    @media (max-width: 767px) {
      .tel-mob, .hdr-mob { display: flex; }
      .burger { display: block; }
      .merkregel, .tel-desk { display: none !important; }
      header[data-shell] { flex-wrap: nowrap; }
      header[data-shell] > nav {
        position: absolute; top: 100%; left: 0; right: 0;
        flex-direction: column; align-items: stretch !important; gap: 0 !important;
        padding: 4px clamp(20px, 5vw, 72px) 20px;
        background: #0e1a2b; box-shadow: 0 18px 34px rgba(14,26,43,.34);
        display: none !important;
      }
      header[data-shell][data-open="1"] > nav { display: flex !important; }
      header[data-shell] > nav > a { padding: 15px 0 !important; border-bottom: 1px solid rgba(255,255,255,.14) !important; font-size: 12px !important; }
      header[data-shell] > nav > a:last-child { margin-top: 14px; padding: 16px 20px !important; text-align: center; border-bottom: none !important; }
    }

    /* Mobiel-regel (≤ 768 px): kaartenrijen worden scroll-snap-carrousels
       i.p.v. lange verticale stapels. Navigatie en leesteksten blijven verticaal. */
    @media (max-width: 768px) {
      [data-rij] { display: flex !important; grid-template-columns: none !important;
        overflow-x: auto; overflow-y: hidden; scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch; scrollbar-width: none; }
      [data-rij]::-webkit-scrollbar { display: none; }
      [data-rij] > * { flex: 0 0 76%; scroll-snap-align: start; min-width: 0; }
      [data-rij="stat"] > * { flex-basis: 62%; padding-left: 20px !important; padding-right: 20px !important; border-right: 1px solid #d9dee4 !important; }
      [data-rij="stat"] > *:last-child { border-right: none !important; }
      [data-rij="contact"] > * { flex-basis: 72%; }
      [data-rij="aanpak"] > * { flex-basis: 46%; }
      [data-rij="cert"] > * { flex-basis: 40%; }
      [data-rij="gevolg"] > * { flex-basis: 88%; }
    }
    @media (max-width: 560px) {
      [data-rij="aanpak"] > * { flex-basis: 76%; }
      [data-rij="cert"] > * { flex-basis: 60%; }
    }
    /* Zeer smalle toestellen: logo + telefoonknop + hamburger moeten op één rij blijven passen */
    /* Systeemkiezer: de vijf tabs moeten op smalle schermen op één rij blijven */
    @media (max-width: 560px) {
      .tab { padding: 14px 7px; font-size: 9.5px; letter-spacing: .02em; flex: 1 1 0; min-width: 0; white-space: nowrap; }
    }
    @media (max-width: 380px) {
      .tab { padding: 13px 3px; font-size: 8.5px; letter-spacing: 0; }
    }
    @media (max-width: 330px) {
      .tab { padding: 13px 2px; font-size: 8px; }
    }
    @media (max-width: 400px) {
      .tel-mob { padding: 11px 10px !important; font-size: 10.5px !important; letter-spacing: .02em !important; gap: 6px !important; }
      .burger { padding: 9px 8px; }
    }
}

/* 030-leesvoortgang.css */
/* Componenten, in paginavolgorde (buiten de laag: zij winnen, net als de
   inline stijlen waar deze declaraties ooit uit voortkomen). */
/* Leesvoortgang */
.voortgang { position: fixed; top: 0; left: 0; right: 0; height: 2px; z-index: 10000; background: transparent; pointer-events: none; }
.voortgang-balk { height: 100%; width: 100%; background: #4aa832; transform: scaleX(0); transform-origin: left center; transition: transform .08s linear; will-change: transform; }

/* 040-header.css */
/* Header met menu en contact */
.kop { position: fixed; top: 0; left: 0; right: 0; z-index: 900; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; padding: 16px clamp(20px, 5vw, 72px); background: #0e1a2b; transition: padding .3s ease, box-shadow .3s ease; }
.merk { display: flex; align-items: center; gap: 12px; }
.logo { height: 44px; width: auto; display: block; }
.merk-sub { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: #8ba0bd; }
.kop-mob { align-items: center; gap: 10px; }
.kop-mob-tel { align-items: center; gap: 8px; padding: 11px 13px; background: #3b8628; color: #ffffff; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .1em; white-space: nowrap; transition: background .25s ease; }
.menu { display: flex; flex-wrap: wrap; align-items: center; gap: clamp(14px, 2.6vw, 30px); }
.menu-link { position: relative; padding-bottom: 4px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: #ffffff; border-bottom: 1px solid transparent; transition: border-color .25s ease, color .25s ease; }
.menu-tel { display: flex; align-items: center; gap: 8px; padding-bottom: 4px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .12em; color: #ffffff; white-space: nowrap; border-bottom: 1px solid transparent; transition: border-color .25s ease, color .25s ease; }
.menu-offerte { padding: 12px 20px; background: #3b8628; color: #ffffff; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; transition: background .25s ease, transform .25s ease; }
.kop-spacer { height: 76px; }

/* 050-hero.css */
/* Hero */
.hero { position: relative; background: #0e1a2b; color: #ffffff; overflow: hidden; }
.hero-foto { position: absolute; inset: -12% 0; width: 100%; height: 124%; object-fit: cover; opacity: .92; will-change: transform; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(14,26,43,.92) 0%, rgba(14,26,43,.55) 38%, rgba(14,26,43,.08) 72%, rgba(14,26,43,.28) 100%); }
.hero-inhoud { position: relative; max-width: 1500px; margin: 0 auto; padding: clamp(120px, 20vw, 300px) clamp(20px, 5vw, 72px) clamp(40px, 5vw, 80px); }
.hero-kicker { margin: 0; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: #ffffff; animation: rise .6s ease both; }
.hero-kicker-chip { display: inline-block; padding: 7px 12px; background: #3b8628; }
.hero-titel { margin: clamp(20px, 3vw, 36px) 0 0; max-width: 18ch; font-family: 'Archivo', sans-serif; font-weight: 900; text-transform: uppercase; letter-spacing: -.03em; line-height: .84; font-size: clamp(46px, 10vw, 164px); overflow-wrap: break-word; text-shadow: 0 6px 40px rgba(14,26,43,.5); }
.hero-regel-1 { display: block; animation: rise .7s ease both .05s; }
.hero-regel-2 { display: block; color: transparent; -webkit-text-stroke: clamp(1px, .3vw, 3px) #ffffff; animation: rise .7s ease both .16s; }
.hero-regel-3 { display: block; color: #4aa832; animation: rise .7s ease both .27s; }

/* Zeer smalle toestellen: "ANTWERPEN." is met W en N de breedste regel van de kop en
   viel op 360 px net buiten de 18ch, waardoor de punt op een eigen regel belandde. */
@media (max-width: 400px) {
  .hero-titel { font-size: 40px; }
}
.hero-lijn { width: 100%; height: 1px; margin: clamp(26px, 4vw, 50px) 0 0; background: rgba(255,255,255,.32); transform-origin: left; animation: wipe .9s cubic-bezier(.2,.8,.2,1) both .4s; }
.hero-onder { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 24px clamp(24px, 4vw, 60px); margin-top: clamp(24px, 4vw, 44px); align-items: end; }
.hero-intro { margin: 0; font-size: 15.5px; line-height: 1.7; color: #eef3f9; max-width: 44ch; animation: rise .7s ease both .5s; }
.hero-knoppen { display: flex; flex-wrap: wrap; gap: 12px; animation: rise .7s ease both .6s; }
.hero-cta { padding: 18px 26px; background: #ffffff; color: #0e1a2b; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; transition: background .25s ease, color .25s ease, transform .25s ease; }
.hero-tel { padding: 18px 26px; border: 1px solid rgba(255,255,255,.55); color: #ffffff; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; transition: background .25s ease, border-color .25s ease; }

/* 060-dienstenticker.css */
/* Doorlopende dienstenticker */
.ticker { overflow: hidden; background: #ffffff; border-bottom: 1px solid #d9dee4; padding: 14px 0; }
.ticker-band { display: flex; width: max-content; animation: tick 34s linear infinite; }
.ticker-groep { display: flex; align-items: center; gap: 28px; padding-right: 28px; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 12.5px; letter-spacing: .18em; text-transform: uppercase; color: #0e1a2b; white-space: nowrap; }

/* 070-accent-en-kerncijfers.css */
/* Accentkleuren en kerncijfers */
.accent { color: #4aa832; }
.accent-donker { color: #3b8628; }
.lijn-onder { border-bottom: 1px solid #d9dee4; }
.stats { max-width: 1500px; margin: 0 auto; padding: 0 clamp(20px, 5vw, 72px); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); }
.stat-eerste { padding: clamp(22px, 3vw, 38px) 24px clamp(22px, 3vw, 38px) 0; border-right: 1px solid #d9dee4; }
.stat-cijfer { margin: 0; font-family: 'Archivo', sans-serif; font-weight: 900; font-size: clamp(30px, 3.6vw, 46px); letter-spacing: -.03em; }
.stat-tekst { margin: 6px 0 0; font-size: 13px; color: #6b7787; }
.stat { padding: clamp(22px, 3vw, 38px) 24px; border-right: 1px solid #d9dee4; }
.stat-cijfer-blauw { margin: 0; font-family: 'Archivo', sans-serif; font-weight: 900; font-size: clamp(30px, 3.6vw, 46px); letter-spacing: -.03em; color: #1579ca; }
.stat-cijfer-groen { margin: 0; font-family: 'Archivo', sans-serif; font-weight: 900; font-size: clamp(30px, 3.6vw, 46px); letter-spacing: -.03em; color: #3b8628; }
.stat-laatste { padding: clamp(22px, 3vw, 38px) 0 clamp(22px, 3vw, 38px) 24px; }

/* 080-systeemkiezer.css */
/* Sectiekader en systeemkiezer */
.sectie { max-width: 1500px; margin: 0 auto; padding: clamp(50px, 8vw, 110px) clamp(20px, 5vw, 72px); }
.kiezer-kop { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: end; margin-bottom: clamp(26px, 4vw, 44px); }
/* De kop moet op twee regels blijven, elke regel heel. Hij krijgt daarom alle ruimte
   die het label overlaat (max-content, ruim 120px) in plaats van tweederde; met een
   kop als "Ventilatie reinigen:" (12 em breed) brak hij anders op elk formaat af.
   Onder 768px staat het label bóven de kop: naast elkaar bleef daar een kolom van
   258px over, te smal voor welke kop dan ook. */
@media (min-width: 768px) { .kiezer-kop { grid-template-columns: max-content minmax(0, 1fr); } }
.kiezer-label { margin: 0; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: #1579ca; }
/* Ondergrens 30px in plaats van 34px: bij 320px scherm past "Welk systeem" anders niet op één regel. */
.kiezer-titel { margin: 0; text-align: right; font-family: 'Archivo', sans-serif; font-weight: 900; text-transform: uppercase; letter-spacing: -.025em; line-height: .86; font-size: clamp(30px, 6.4vw, 98px); overflow-wrap: break-word; }
.kiezer-titel-1 { display: block; color: #0e1a2b; }
.kiezer-titel-2 { display: block; color: transparent; -webkit-text-stroke: clamp(1px, .22vw, 2px) #123c7a; }
.kiezer-intro { margin: 0 0 clamp(20px, 3vw, 32px); max-width: 58ch; font-size: 15px; line-height: 1.75; color: #46536a; }
.tabs { position: relative; display: flex; flex-wrap: wrap; gap: 2px; border-bottom: 1px solid #0e1a2b; }
.kiezer-paneel { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); border: 1px solid #d9dee4; border-top: none; }
.kiezer-info { padding: clamp(26px, 4vw, 48px); min-width: 0; }
/* De vier niet-gekozen panelen en bijschriften staan wél in de HTML, maar horen
   niet in beeld en niet als rasterkolom mee te tellen. */
.kiezer-info[hidden], .foto-label[hidden] { display: none; }
.kaart-label { margin: 0 0 10px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: #1579ca; }
.kaart-titel { margin: 0 0 6px; font-family: 'Archivo', sans-serif; font-weight: 900; font-size: clamp(28px, 3.6vw, 46px); letter-spacing: -.025em; overflow-wrap: break-word; }
.kaart-prijs { margin: 0 0 24px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 15px; color: #3b8628; }
.kaart-lijst { margin: 0 0 22px; padding: 0; list-style: none; border-top: 1px solid #e3e8ee; }
.kaart-punt { display: flex; gap: 14px; padding: 12px 0; border-bottom: 1px solid #e3e8ee; font-size: 14.5px; color: #46536a; transition: color .2s ease, padding-left .2s ease; }
.punt-groen { color: #3b8628; padding-top: 1px; }
.kaart-noot { margin: 0; font-size: 14px; line-height: 1.7; color: #6b7787; max-width: 46ch; }
.kaart-cta { display: inline-flex; align-items: center; gap: 12px; margin-top: 26px; padding: 16px 22px; background: #123c7a; color: #ffffff; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; transition: background .25s ease, gap .25s ease; }
.kiezer-foto { position: relative; min-height: 380px; background: #eef2f6; overflow: hidden; }
.kiezer-beeld-aan { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .55s ease, transform .9s cubic-bezier(.2,.8,.2,1); opacity: 1; transform: scale(1); }
.kiezer-beeld { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: opacity .55s ease, transform .9s cubic-bezier(.2,.8,.2,1); opacity: 0; transform: scale(1.06); }
.foto-label { position: absolute; left: 0; bottom: 0; margin: 0; padding: 10px 16px; background: #ffffff; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }

/* 090-aanpak.css */
/* Aanpak in vier stappen */
.aanpak { background: #f2f8fd; border-top: 1px solid #d9dee4; border-bottom: 1px solid #d9dee4; }
.sectielabel { margin: 0 0 10px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: #677383; }
.aanpak-titel { margin: 0 0 clamp(30px, 4vw, 54px); font-family: 'Archivo', sans-serif; font-weight: 900; text-transform: uppercase; letter-spacing: -.025em; line-height: .9; font-size: clamp(32px, 5.4vw, 78px); overflow-wrap: break-word; }
.aanpak-rij { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 2px; background: #d9dee4; border: 1px solid #d9dee4; }
.stap { background: #ffffff; padding: clamp(22px, 3vw, 34px); transition: background .3s ease, transform .3s ease; }
.streep-blauw { display: block; width: 26px; height: 3px; margin: 0 0 18px; background: #1f8fe8; }
.stap-titel { margin: 0 0 8px; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 18px; }
.stap-tekst { margin: 0; font-size: 14px; line-height: 1.65; color: #46536a; }
.streep-groen { display: block; width: 26px; height: 3px; margin: 0 0 18px; background: #4aa832; }

/* 100-voor-na-slider.css */
/* Voor/na-slider en gevolgen */
.resultaat-kop { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 20px clamp(24px, 4vw, 60px); align-items: end; margin-bottom: clamp(24px, 4vw, 40px); }
.resultaat-label { margin: 0 0 8px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: #677383; }
.resultaat-titel { margin: 0; font-family: 'Archivo', sans-serif; font-weight: 900; text-transform: uppercase; letter-spacing: -.03em; line-height: .86; font-size: clamp(34px, 6vw, 92px); overflow-wrap: break-word; }
.omlijnd-blauw { color: transparent; -webkit-text-stroke: clamp(1px, .24vw, 2px) #123c7a; }
.resultaat-intro { margin: 0; font-size: 15px; line-height: 1.7; color: #46536a; max-width: 46ch; }
.slider { position: relative; aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid #d9dee4; cursor: ew-resize; touch-action: none; user-select: none; }
.slider-voor { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; pointer-events: none; }
.slider-na { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; clip-path: inset(0 0 0 52%); pointer-events: none; }
.slider-lijn { position: absolute; top: 0; bottom: 0; width: 2px; background: #ffffff; left: 52%; transform: translateX(-1px); pointer-events: none; }
.slider-knop { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: grid; place-items: center; width: 52px; height: 52px; border-radius: 999px; background: #3b8628; color: #ffffff; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 15px; box-shadow: 0 8px 24px rgba(14,26,43,.35); }
.slider-label-voor { position: absolute; left: 0; top: 0; margin: 0; padding: 9px 15px; background: #0e1a2b; color: #ffffff; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; pointer-events: none; }
.slider-label-na { position: absolute; right: 0; top: 0; margin: 0; padding: 9px 15px; background: #3b8628; color: #ffffff; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; pointer-events: none; }
.gevolg-rij { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr)); gap: 2px; margin-top: clamp(26px, 4vw, 44px); background: #d9dee4; border: 1px solid #d9dee4; }
.gevolg-kaart { background: #ffffff; padding: clamp(24px, 3vw, 38px); min-width: 0; }
.streep-donker { display: block; width: 26px; height: 3px; margin: 0 0 18px; background: #0e1a2b; }
.gevolg-titel { margin: 0 0 6px; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 19px; }
.gevolg-intro { margin: 0 0 18px; font-size: 14px; line-height: 1.7; color: #6b7787; max-width: 44ch; }
.gevolg-lijst { margin: 0; padding: 0; list-style: none; border-top: 1px solid #e3e8ee; }
.gevolg-punt { display: flex; gap: 14px; padding: 11px 0; border-bottom: 1px solid #e3e8ee; font-size: 14.5px; color: #46536a; transition: color .2s ease, padding-left .2s ease; }
.punt-donker { color: #0e1a2b; padding-top: 1px; }
.resultaat-cta-regel { margin: clamp(24px, 3vw, 34px) 0 0; }
.resultaat-cta { display: inline-flex; align-items: center; gap: 12px; padding: 16px 22px; background: #123c7a; color: #ffffff; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; transition: background .25s ease, gap .25s ease; }

/* 110-vakman.css */
/* De vakman */
.vakman { background: #0e1a2b; color: #ffffff; }
.vakman-inhoud { max-width: 1500px; margin: 0 auto; padding: clamp(50px, 8vw, 110px) clamp(20px, 5vw, 72px); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)); gap: clamp(30px, 5vw, 72px); align-items: center; }
.vakman-figuur { margin: 0; position: relative; aspect-ratio: 4 / 5; overflow: hidden; }
.vakman-foto { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.8,.2,1); }
.figuur-label { position: absolute; left: 0; bottom: 0; padding: 10px 16px; background: #ffffff; color: #0e1a2b; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.kolom { min-width: 0; }
.vakman-label { margin: 0 0 10px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: #8ba0bd; }
.vakman-titel { margin: 0 0 22px; font-family: 'Archivo', sans-serif; font-weight: 900; text-transform: uppercase; letter-spacing: -.025em; line-height: .9; font-size: clamp(30px, 4.6vw, 68px); overflow-wrap: break-word; }
.omlijnd-wit { color: transparent; -webkit-text-stroke: 1.5px #ffffff; }
.vakman-tekst { margin: 0 0 26px; font-size: 15.5px; line-height: 1.75; color: #dbe4ef; max-width: 48ch; }
.cert-rij { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 150px), 1fr)); gap: 1px; background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.18); }
.cert-kaart { background: #0e1a2b; padding: 18px; }
.cert-label { margin: 0; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 9.5px; letter-spacing: .18em; text-transform: uppercase; color: #8ba0bd; }
.cert-waarde { margin: 6px 0 0; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 15px; }
.vakman-cta-regel { margin: 26px 0 0; }
.vakman-cta { display: inline-flex; align-items: center; gap: 12px; padding: 16px 22px; background: #3b8628; color: #ffffff; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; transition: background .25s ease, transform .25s ease; }

/* 115-reviews.css */
/* Beoordelingen.
   De sectie staat tussen de donkerblauwe vakman-sectie en de witte FAQ. Een eigen
   achtergrondkleur zou daar of wegvallen (donker) of niets doen (wit), dus draagt
   één volvlak het gewicht: het groene scoreblok, in dezelfde kleur als de knoppen
   en het NA-label van de schuifbalk. Wit op #3b8628 haalt 4,6:1, dus ook de kleine
   regel eronder is leesbaar. Verder alleen haarlijnen, zoals de rest van de site. */

/* Zeer lichtblauwe band, dezelfde als de aanpak- en werkgebiedsecties: de sectie
   maakt zich zo los van de witte FAQ eronder zonder samen te vallen met het
   donkerblauw erboven. */
.beoordelingen { background: #f2f8fd; border-top: 1px solid #d9dee4; border-bottom: 1px solid #d9dee4; }
.beoordelingen-kop { display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(26px, 3vw, 44px); align-items: end; }
.beoordelingen-titel { margin: 0 0 16px; }
.beoordelingen-intro { margin: 0; max-width: 46ch; font-size: 15.5px; line-height: 1.7; color: #46536a; }

.score { background: #3b8628; color: #ffffff; padding: clamp(22px, 2.6vw, 34px) clamp(24px, 3vw, 40px); }
.score-cijfer { margin: 0; font-family: 'Archivo', sans-serif; font-weight: 900; font-size: clamp(54px, 6.4vw, 96px); line-height: .8; letter-spacing: -.03em; }
.score-sterren { display: flex; gap: 4px; margin: 14px 0 0; }
.score-regel { margin: 12px 0 0; max-width: 22ch; font-size: 14px; line-height: 1.5; }
.score-link { margin: 16px 0 0; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.score-a { color: #ffffff; text-decoration: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.score-a:hover { text-decoration-thickness: 2px; }

.citaten { display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(24px, 3vw, 40px); margin-top: clamp(30px, 4vw, 52px); padding-top: clamp(26px, 3vw, 40px); border-top: 1px solid #d9dee4; }
.citaat { margin: 0; min-width: 0; }
/* Gestapeld hebben de twee citaten een scheiding nodig; naast elkaar doet de
   verticale haarlijn dat werk (zie de mediaquery onderaan). */
.citaat + .citaat { padding-top: clamp(24px, 3vw, 34px); border-top: 1px solid #d9dee4; }
.citaat-tekst { margin: 0 0 18px; font-size: 16.5px; line-height: 1.75; color: #263346; max-width: 52ch; }
.citaat-tekst::before { content: '\201C'; }
.citaat-tekst::after { content: '\201D'; }
.citaat-voet { display: flex; flex-wrap: wrap; align-items: baseline; gap: 6px 12px; }
.citaat-naam { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 15px; color: #0e1a2b; }
.citaat-bron { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 9.5px; letter-spacing: .18em; text-transform: uppercase; color: #677383; }

/* Tussenmaten: het vlak loopt over de volle breedte en zou met alles onder elkaar
   een half leeg groen veld worden. Daar staat het cijfer naast de rest. */
@media (min-width: 560px) and (max-width: 859px) {
  .score { display: grid; grid-template-columns: auto minmax(0, 1fr); column-gap: clamp(28px, 5vw, 48px); align-items: center; }
  .score-cijfer { grid-row: 1 / span 3; }
  .score-sterren { margin: 0; }
  .score-regel { margin: 10px 0 0; max-width: 34ch; }
  .score-link { margin: 12px 0 0; }
}

/* Vanaf tablet staat het cijfer naast de kop en staan de citaten in twee kolommen,
   gescheiden door dezelfde haarlijn die de rest van de pagina gebruikt. */
@media (min-width: 860px) {
  .beoordelingen-kop { grid-template-columns: minmax(0, 1fr) minmax(240px, 300px); }
  .citaten { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(30px, 4vw, 56px); }
  .citaat + .citaat { padding-top: 0; border-top: 0; border-left: 1px solid #d9dee4; padding-left: clamp(30px, 4vw, 56px); }
}

/* 120-faq.css */
/* Veelgestelde vragen */
.vragen-label { margin: 0 0 clamp(24px, 4vw, 44px); font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: #677383; }
.vragen-inhoud { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: clamp(24px, 4vw, 64px); }
.vragen-titel { margin: 0; font-family: 'Archivo', sans-serif; font-weight: 900; text-transform: uppercase; letter-spacing: -.025em; line-height: .88; font-size: clamp(30px, 4.8vw, 72px); overflow-wrap: break-word; }
.faq { min-width: 0; border-top: 1px solid #0e1a2b; }
.faq-vraag { display: flex; gap: 16px; align-items: baseline; justify-content: space-between; padding: 18px 0; cursor: pointer; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 16.5px; letter-spacing: -.01em; transition: color .2s ease; }
.faq-antwoord { margin: 0 0 18px; font-size: 14.5px; line-height: 1.7; color: #46536a; max-width: 60ch; }
.faq-laatste { border-bottom: 1px solid #0e1a2b; }
.faq-noot { margin: 22px 0 0; font-size: 14.5px; line-height: 1.7; color: #46536a; }
.tekstlink { color: #123c7a; border-bottom: 1px solid #d9dee4; }

/* 130-contact.css */
/* Contact en offerteformulier */
.contact { border-top: 1px solid #0e1a2b; }
.contact-inhoud { max-width: 1500px; margin: 0 auto; padding: clamp(50px, 8vw, 116px) clamp(20px, 5vw, 72px); display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: clamp(34px, 5vw, 80px); }
.contact-label { margin: 0 0 clamp(18px, 3vw, 40px); font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: #677383; }
.contact-titel { margin: 0 0 24px; font-family: 'Archivo', sans-serif; font-weight: 900; text-transform: uppercase; letter-spacing: -.02em; line-height: .94; font-size: clamp(34px, 5vw, 72px); overflow-wrap: break-word; }
.contact-intro { margin: 0 0 28px; max-width: 40ch; font-size: 15px; line-height: 1.7; color: #46536a; }
.contact-rij { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 160px), 1fr)); gap: 2px; background: #d9dee4; border: 1px solid #d9dee4; }
.contact-kaart { background: #ffffff; padding: 18px; color: #0e1a2b; transition: background .25s ease; }
.contact-kaart-label { display: block; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 9.5px; letter-spacing: .18em; text-transform: uppercase; color: #677383; }
.contact-kaart-tel { display: block; margin-top: 6px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 15px; }
.contact-kaart-mail { display: block; margin-top: 6px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 14px; word-break: break-word; }
.contact-kaart-vast { background: #ffffff; padding: 18px; }
.contact-kaart-tekst { display: block; margin-top: 6px; font-size: 14px; color: #46536a; }
.contact-kaart-breed { grid-column: 1 / -1; background: #ffffff; padding: 18px; }
.formulier { min-width: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 200px), 1fr)); border-top: 1px solid #0e1a2b; }
.veld { grid-column: 1 / -1; display: block; padding: 14px 0 10px; border-bottom: 1px solid #d9dee4; transition: border-color .25s ease; }
.veld-label { display: block; margin-bottom: 6px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 9.5px; letter-spacing: .18em; text-transform: uppercase; color: #677383; }
.veld-invoer { width: 100%; min-width: 0; border: none; background: transparent; padding: 6px 0; font-size: 17px; outline: none; }
.veld-tel { display: block; padding: 14px 18px 10px 0; border-bottom: 1px solid #d9dee4; transition: border-color .25s ease; }
.veld-mail { display: block; padding: 14px 0 10px; border-bottom: 1px solid #d9dee4; transition: border-color .25s ease; }
.veld-tekstvak { width: 100%; min-width: 0; border: none; background: transparent; padding: 6px 0; font-size: 17px; outline: none; resize: vertical; }
.form-status { grid-column: 1 / -1; margin: 18px 0 0; padding: 14px 16px; background: #fdf1ef; border-left: 3px solid #c8452e; font-size: 14px; line-height: 1.6; color: #8f2e1d; }
.verstuur-knop { grid-column: 1 / -1; margin-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 22px clamp(18px, 3vw, 30px); border: none; cursor: pointer; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: #ffffff; background: #0e1a2b; transition: background .3s ease; }
.verstuur-pijl { font-size: 16px; }
.form-noot { grid-column: 1 / -1; margin: 12px 0 0; font-size: 13px; line-height: 1.6; color: #6b7787; }
.bedankt { grid-column: 1 / -1; margin-top: 22px; padding: clamp(22px, 3vw, 34px); background: #0e1a2b; color: #ffffff; }
.bedankt-label { margin: 0 0 10px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 10.5px; letter-spacing: .2em; text-transform: uppercase; color: #4aa832; }
.bedankt-titel { margin: 0 0 14px; font-family: 'Archivo', sans-serif; font-weight: 900; text-transform: uppercase; letter-spacing: -.02em; line-height: .94; font-size: clamp(26px, 3.4vw, 40px); }
.bedankt-tekst { margin: 0; font-size: 15px; line-height: 1.7; color: #8ba0bd; }
.bedankt-link { color: #ffffff; border-bottom: 1px solid rgba(255,255,255,.4); }

/* 135-privacylaag.css */
/* De privacyverklaring als laag boven het offerteformulier (offerte-form.js bouwt de
   <dialog> bij de eerste klik op de link in de formuliernoot; skill-submit §10).
   Kleuren en letters zoals de tekstpagina (190) en de dienstpagina's (160). */
body:has(.privacy-laag[open]) { overflow: hidden; }

.privacy-laag {
  /* Geen eigen padding: de kinderen vullen de dialog, dus een klik op de dialog
     zelf is een klik op de achtergrond. */
  padding: 0;
  width: min(720px, calc(100% - 32px));
  max-height: min(85svh, 900px);
  border: 1px solid #d9dee4;
  background: #ffffff;
  color: #0e1a2b;
  box-shadow: 0 24px 60px rgba(14, 26, 43, .35);
  overflow: hidden;
}
.privacy-laag[open] { display: flex; flex-direction: column; }
.privacy-laag::backdrop { background: rgba(14, 26, 43, .6); }

.privacy-laag-kop {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px clamp(18px, 3vw, 30px);
  border-bottom: 1px solid #d9dee4;
}
.privacy-laag-kop h2 {
  min-width: 0;   /* anders duwt de titel de sluitknop uit de laag */
  margin: 0;
  font-family: 'Archivo', sans-serif; font-weight: 900; text-transform: uppercase;
  letter-spacing: -.02em; line-height: 1; font-size: clamp(18px, 2.2vw, 24px);
}
.privacy-laag-sluit {
  flex: none;
  padding: 12px 18px;
  border: none;
  background: #123c7a;
  color: #ffffff;
  font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 11px;
  letter-spacing: .14em; text-transform: uppercase;
  cursor: pointer;
  transition: background .25s ease;
}
.privacy-laag-sluit:hover { background: #3b8628; }
.privacy-laag-sluit:focus-visible { outline: 2px solid #123c7a; outline-offset: 3px; }

.privacy-laag-tekst {
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 20px clamp(18px, 3vw, 30px) 28px;
}
.privacy-laag-tekst h3 {
  margin: 26px 0 10px;
  font-family: 'Archivo', sans-serif; font-weight: 900; text-transform: uppercase;
  letter-spacing: -.01em; line-height: 1; font-size: 17px;
}
.privacy-laag-tekst p,
.privacy-laag-tekst li { font-size: 15px; line-height: 1.7; color: #46536a; }
.privacy-laag-tekst p { margin: 0 0 12px; }
.privacy-laag-tekst ul { margin: 0 0 12px; padding-left: 20px; }
.privacy-laag-tekst li { margin-bottom: 6px; }
.privacy-laag-tekst a { color: #123c7a; border-bottom: 1px solid #d9dee4; }
.privacy-laag-tekst .colofon { font-size: 13px; color: #677383; }
.privacy-laag-tekst .bijgewerkt { margin-top: 22px; font-size: 13px; color: #677383; }

@media (prefers-reduced-motion: reduce) {
  .privacy-laag-sluit { transition: none; }
}

/* 140-footer.css */
/* Footer */
.voet { background: #0e1a2b; color: #8ba0bd; } /* geen extra onderrand: het snelcontact-blok verbergt zich hier (site.js) */
.voet-inhoud { max-width: 1500px; margin: 0 auto; padding: 16px clamp(20px, 5vw, 72px) 20px; display: flex; flex-wrap: wrap; gap: 16px 36px; align-items: center; justify-content: space-between; font-size: 13px; }
.voet-logo { height: 48px; width: auto; display: block; } /* volledig logo met woordmerk; lager wordt "air cleaning" onleesbaar */
/* Onderstreept: de telefoon- en WhatsApp-link staan midden in de adresregel en
   mogen niet alleen aan kleur te herkennen zijn (axe: link-in-text-block). */
.voet-link { color: #ffffff; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; }
.insta { display: inline-flex; align-items: center; gap: 7px; vertical-align: middle; }
.insta svg { flex: 0 0 auto; }

/* 150-snelcontact.css */
/* Vast snelcontact-blok */
.snelcontact { position: fixed; transition: opacity .25s ease, transform .25s ease; right: clamp(16px, 3vw, 40px); bottom: clamp(16px, 3vw, 28px); z-index: 950; display: flex; gap: 1px; box-shadow: 0 12px 34px rgba(14,26,43,.32); }
.snelcontact-tel { display: flex; align-items: center; justify-content: center; gap: 9px; flex: 0 0 auto; padding: 0 18px; height: 48px; background: #0e1a2b; color: #ffffff; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; transition: background .25s ease; }
.snelcontact-cta { display: flex; align-items: center; justify-content: center; gap: 10px; flex: 0 0 auto; padding: 0 20px; height: 48px; background: #3b8628; color: #ffffff; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; transition: background .25s ease; }
.snelcontact-tel .balk-ico { font-size: 15px; line-height: 1; }
/* Snelcontact: onder 400 px alleen het hoorntje, zodat beide knoppen naast elkaar passen */
@media (max-width: 400px) { .snelcontact-tel .balk-nr, .snelcontact-cta .balk-lang { display: none; } .snelcontact-tel { padding: 0 15px; } }
/* In de voet staat het formulier vlak boven en het nummer in de voetregel: balk weg */
.snelcontact[data-uit="1"] { opacity: 0; transform: translateY(14px); pointer-events: none; visibility: hidden; }
@media (prefers-reduced-motion: reduce) { .snelcontact { transition: none; } }

/* 160-dienstpagina.css */
/* Tekstpagina's per dienst en gemeente (SEO-pagina's naast de homepage) */
.pagina-inhoud { display: block; }
.tekst-sectie { max-width: 900px; margin: 0 auto; padding: clamp(46px, 8vw, 110px) clamp(20px, 5vw, 72px); }
.pagina-titel { margin: 0 0 20px; font-family: 'Archivo', sans-serif; font-weight: 900; text-transform: uppercase; letter-spacing: -.03em; line-height: .9; font-size: clamp(34px, 6vw, 76px); overflow-wrap: break-word; }
.pagina-intro { margin: 0 0 clamp(24px, 4vw, 36px); font-size: 16.5px; line-height: 1.7; color: #0e1a2b; max-width: 62ch; }
.tekst h2 { margin: clamp(34px, 5vw, 52px) 0 12px; font-family: 'Archivo', sans-serif; font-weight: 900; text-transform: uppercase; letter-spacing: -.02em; line-height: .96; font-size: clamp(22px, 2.6vw, 30px); }
.tekst p { margin: 0 0 14px; font-size: 15px; line-height: 1.75; color: #46536a; max-width: 68ch; }
.pagina-beeld { margin: 0 0 clamp(26px, 4vw, 40px); }
.pagina-beeld img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.terug-regel { margin: clamp(30px, 4vw, 44px) 0 0; }
.terug-knop { display: inline-flex; align-items: center; gap: 12px; padding: 16px 22px; background: #123c7a; color: #ffffff; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; transition: background .25s ease, gap .25s ease; }

/* 170-verwijsblok.css */
/* Verwijsblok op de homepage naar de dienstpagina's */
.regio-rij { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)); gap: 2px; background: #d9dee4; border: 1px solid #d9dee4; }
.regio-kaart { display: block; background: #ffffff; padding: clamp(22px, 3vw, 34px); color: #0e1a2b; transition: background .25s ease; }
.regio-titel { margin: 0 0 8px; font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 18px; }
.regio-tekst { margin: 0; font-size: 14px; line-height: 1.65; color: #46536a; }
.regio-intro { margin: -10px 0 clamp(24px, 3vw, 36px); font-size: 15.5px; line-height: 1.7; color: #46536a; max-width: 62ch; }
.kaart-meer { margin: 14px 0 0; font-size: 14px; line-height: 1.7; color: #46536a; }

/* Werkgebied op de homepage: de gemeenten als tekst, geen links naar de dienstpagina's */
.gemeentelijst { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.gemeente { background: #ffffff; border: 1px solid #d9dee4; padding: 11px 18px; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 13.5px; letter-spacing: .06em; text-transform: uppercase; color: #0e1a2b; }

/* 180-voetnavigatie.css */
/* Footer-navigatie naar de dienstpagina's */
.voet-menu { max-width: 1500px; margin: 0 auto; padding: 20px clamp(20px, 5vw, 72px) 0; display: flex; flex-wrap: wrap; gap: 8px 22px; align-items: baseline; font-size: 13px; }
.voet-menu-label { font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 10.5px; letter-spacing: .18em; text-transform: uppercase; color: #8ba0bd; margin-right: 6px; }
.voet-menu-link { color: #ffffff; border-bottom: 1px solid #2a3d58; padding-bottom: 1px; }

/* 190-tekstpagina.css */
/* Doorlopende tekstpagina (privacy). Deze regels stonden tot 3-9-2026 in een eigen
   privacy.css met een eigen kopie van de webfonts en de basislaag; die kopie is weg.
   Alleen wat de dienstpagina's nog niet hadden staat hier — `.tekst h2` en `.tekst p`
   komen uit 160-dienstpagina.css en blijven daar staan. */
.tekst ul { margin: 0 0 14px; padding-left: 20px; }
.tekst li { margin-bottom: 8px; font-size: 15px; line-height: 1.75; color: #46536a; }
/* Links in de lopende tekst krijgen een onderstreping — de terug-knop is een knop,
   geen tekstlink, en valt er expliciet buiten (anders wordt hij 1px hoger). */
.tekst a:not(.terug-knop) { border-bottom: 1px solid #d9dee4; }
.colofon { max-width: 62ch; }
.bijgewerkt { margin-top: clamp(34px, 5vw, 52px); font-size: 13px; color: #677383; }

/* 200-foutpagina.css */
/* De foutpagina. Stond tot 3-9-2026 in een eigen fout.css, ook met een eigen kopie
   van de fonts en de basislaag. */
.fout-sectie { max-width: 1500px; margin: 0 auto; padding: clamp(56px, 10vw, 130px) clamp(20px, 5vw, 72px); }
.fout-titel { margin: 0 0 24px; max-width: 16ch; font-family: 'Archivo', sans-serif; font-weight: 900; text-transform: uppercase; letter-spacing: -.03em; line-height: .88; font-size: clamp(38px, 8vw, 116px); overflow-wrap: break-word; }
.fout-lijn { width: 100%; max-width: 900px; height: 1px; margin: 0 0 clamp(24px, 4vw, 40px); background: #d9dee4; }
.fout-intro { margin: 0 0 30px; max-width: 52ch; font-size: 15.5px; line-height: 1.75; color: #46536a; }
.fout-knoppen { display: flex; flex-wrap: wrap; gap: 12px; }
.fout-cta { padding: 18px 26px; background: #0e1a2b; color: #ffffff; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; transition: background .25s ease, color .25s ease, transform .25s ease; }
.fout-tel { padding: 18px 26px; border: 1px solid #0e1a2b; color: #0e1a2b; font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 11.5px; letter-spacing: .14em; text-transform: uppercase; transition: background .25s ease, color .25s ease; }
.fout-noot { margin: 30px 0 0; font-size: 14px; line-height: 1.7; color: #6b7787; }

