/* ============================================================
   wacht-tv.be — statische herbouw van de WordPress/Elementor-site
   Kleuren en font exact uit de originele Elementor-kit:
   primair #2B7BC0, donker #1A1A2E, accent #27AE60, tekst #4A4A68,
   vlakken #F5F7FA / #E8F4FD, font Outfit.
   ============================================================ */

@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/outfit-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: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/outfit-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;
}

:root {
  --blauw: #2B7BC0;
  --blauw-donker: #1E5E96;
  --ink: #1A1A2E;
  --groen: #27AE60;
  --groen-donker: #1E8C4D;
  --tekst: #4A4A68;
  --grijs: #6B7280;
  --grijs-licht: #B0B0C0;
  --vlak: #F5F7FA;
  --vlak-blauw: #E8F4FD;
  --wit: #FFFFFF;
  --radius: 10px;
  --schaduw: 0 4px 18px rgba(26, 26, 46, .08);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Outfit', system-ui, sans-serif;
  color: var(--tekst);
  background: var(--wit);
  line-height: 1.65;
  font-size: 1.0625rem;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--blauw); }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.smal { max-width: 800px; }

h1, h2, h3, h4 { color: var(--ink); line-height: 1.2; font-weight: 800; }
h1 { font-size: clamp(2rem, 4.5vw, 3rem); }
h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); }
h3 { font-size: 1.25rem; }

/* ---------- knoppen ---------- */
.btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: background .15s ease, transform .15s ease;
}
.btn-primair { background: var(--blauw); color: #fff; }
.btn-primair:hover { background: var(--blauw-donker); }
.btn-accent { background: var(--groen); color: #fff; }
.btn-accent:hover { background: var(--groen-donker); }
.btn-groot { padding: 16px 36px; font-size: 1.1rem; }

/* ---------- header ---------- */
.site-header {
  background: var(--wit);
  border-bottom: 1px solid #e7ebf0;
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
}
.logo img { height: 34px; width: auto; }
.hoofdnav { display: flex; align-items: center; gap: 26px; }
.hoofdnav a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 600;
  font-size: .98rem;
}
.hoofdnav a:hover, .hoofdnav a[aria-current="page"] { color: var(--blauw); }
.nav-cta { margin-left: 6px; }
.nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.7rem;
  color: var(--ink);
  cursor: pointer;
  line-height: 1;
  padding: 6px;
}

/* ---------- secties ---------- */
.sectie { padding: 80px 0; }
.sectie-vlak { background: var(--vlak); }
.sectie-donker { background: var(--ink); }
.sectie-donker h2, .sectie-donker h3 { color: #fff; }
.sectie-donker p { color: #cfd2e0; }
.sectie-kop { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.sectie-kop .intro { margin-top: 12px; font-size: 1.1rem; text-wrap: balance; }
.sectie-kop h1, .sectie-kop h2, .hero-centered h1 { text-wrap: balance; }

/* ---------- hero ---------- */
.hero { background: var(--wit); padding: 80px 0; }
.hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 56px;
  align-items: center;
}
.hero p.intro { margin: 20px 0 28px; font-size: 1.15rem; }
.hero .subnoot { margin-top: 14px; color: var(--grijs); font-size: .95rem; }
.hero-beeld img { border-radius: var(--radius); box-shadow: var(--schaduw); }
.hero-centered { text-align: center; padding: 72px 0 64px; }
.hero-centered p.intro { max-width: 680px; margin: 20px auto 0; font-size: 1.15rem; text-wrap: balance; }
.kicker {
  display: inline-block;
  background: var(--vlak-blauw);
  color: var(--blauw);
  font-weight: 700;
  font-size: .85rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}

/* ---------- kaartrasters ---------- */
.raster { display: grid; gap: 24px; }
.raster-2 { grid-template-columns: repeat(2, 1fr); }
.raster-3 { grid-template-columns: repeat(3, 1fr); }
.raster-4 { grid-template-columns: repeat(4, 1fr); }
.kaart {
  background: var(--wit);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: var(--schaduw);
}
.sectie-vlak .kaart { box-shadow: 0 2px 10px rgba(26,26,46,.06); }
.kaart-blauw { background: var(--vlak-blauw); box-shadow: none; }
.kaart h3 { margin-bottom: 10px; }
.kaart .nummer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--blauw);
  color: #fff;
  font-weight: 800;
  font-size: 1.15rem;
  margin-bottom: 16px;
}
.kaart .icoon { font-size: 1.8rem; margin-bottom: 12px; line-height: 1; }

/* vinklijst */
.vink-lijst { list-style: none; display: grid; gap: 16px; }
.vink-lijst li {
  background: var(--vlak-blauw);
  border-radius: var(--radius);
  padding: 18px 22px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.vink-lijst .vink { color: var(--groen); font-weight: 800; font-size: 1.2rem; line-height: 1.4; }
.vink-lijst strong { color: var(--ink); display: block; }

/* statistiekband */
.statband { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.statband.drie { grid-template-columns: repeat(3, 1fr); }
.stat .cijfer { font-size: 2.4rem; font-weight: 800; color: var(--blauw); line-height: 1.1; }
.stat .label { color: var(--tekst); margin-top: 6px; }

/* quote */
.quote {
  background: var(--vlak-blauw);
  border-left: 5px solid var(--blauw);
  border-radius: var(--radius);
  padding: 28px 32px;
  max-width: 760px;
  margin: 48px auto 0;
  font-size: 1.15rem;
  color: var(--ink);
}
.quote footer { margin-top: 12px; font-size: .95rem; color: var(--grijs); }

/* ---------- reviews ---------- */
.review-kaart { display: flex; flex-direction: column; }
.review-datum { color: var(--grijs); font-size: .9rem; margin-bottom: 10px; }
.review-tekst { flex: 1; }
.review-naam { margin-top: 14px; font-weight: 700; color: var(--ink); }
.review-link { margin-top: 6px; font-size: .95rem; }
.sterren { color: #F5B301; letter-spacing: 2px; margin-bottom: 8px; }

/* ---------- faq ---------- */
.faq-cat { max-width: 800px; margin: 0 auto 40px; }
.faq-cat h2 { margin-bottom: 18px; font-size: 1.4rem; }
details.faq-item {
  background: var(--wit);
  border-radius: var(--radius);
  box-shadow: 0 2px 10px rgba(26,26,46,.06);
  margin-bottom: 12px;
  overflow: hidden;
}
details.faq-item summary {
  cursor: pointer;
  padding: 18px 22px;
  font-weight: 700;
  color: var(--ink);
  list-style: none;
  position: relative;
  padding-right: 48px;
}
details.faq-item summary::-webkit-details-marker { display: none; }
details.faq-item summary::after {
  content: '+';
  position: absolute;
  right: 22px; top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: var(--blauw);
  font-weight: 600;
}
details.faq-item[open] summary::after { content: '\2212'; }
details.faq-item .antwoord { padding: 0 22px 20px; }

/* ---------- formulieren ---------- */
.form-kaart {
  background: var(--wit);
  border-radius: var(--radius);
  box-shadow: var(--schaduw);
  padding: 36px;
}
.form-kaart h2 { font-size: 1.3rem; margin-bottom: 20px; }
.veld { margin-bottom: 18px; }
.veld label { display: block; font-weight: 600; color: var(--ink); margin-bottom: 6px; font-size: .95rem; }
.veld input, .veld textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid #d5dae2;
  border-radius: 6px;
  font-family: inherit;
  font-size: 1rem;
  color: var(--ink);
  background: #fff;
}
.veld input:focus, .veld textarea:focus {
  outline: 2px solid var(--blauw);
  outline-offset: 0;
  border-color: var(--blauw);
}
.form-status { margin-top: 14px; font-weight: 600; display: none; }
.form-status.ok { color: var(--groen-donker); display: block; }
.form-status.fout { color: #C0392B; display: block; }
.honeypot { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }

/* klein rond portret bij persoonlijke ondertekening */
.ondertekening { display: flex; align-items: center; gap: 16px; margin-top: 26px; }
.ondertekening img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; box-shadow: var(--schaduw); }

/* contact-info blok */
.contact-lijn { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 22px; }
.contact-lijn .icoon { font-size: 1.4rem; line-height: 1.5; }
.contact-lijn strong { color: var(--ink); display: block; }
.contact-lijn a { text-decoration: none; }

/* kaart (Google Maps) klik-om-te-laden */
.map-placeholder {
  background: var(--vlak);
  border: 1px dashed var(--grijs-licht);
  border-radius: var(--radius);
  padding: 48px 24px;
  text-align: center;
  color: var(--grijs);
}
.map-wrap iframe { width: 100%; height: 380px; border: 0; border-radius: var(--radius); }

/* ---------- cta-sectie ---------- */
.cta-sectie { text-align: center; }
.cta-sectie h2 { margin-bottom: 12px; }
.cta-sectie .btn { margin-top: 26px; }

/* ---------- footer ---------- */
.site-footer { background: var(--ink); color: #cfd2e0; padding: 60px 0 0; font-size: .97rem; }
.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
}
.footer-merk .logo-tekst { font-weight: 800; font-size: 1.3rem; color: #fff; letter-spacing: .06em; }
.footer-merk p { margin-top: 14px; line-height: 1.7; }
.footer-merk a { color: #fff; text-decoration: none; }
.site-footer h4 { color: #fff; font-size: 1rem; margin-bottom: 14px; }
.footer-col a { display: block; color: #cfd2e0; text-decoration: none; margin-bottom: 9px; }
.footer-col a:hover { color: #fff; }
.footer-legal { border-top: 1px solid #33334a; padding: 18px 0; text-align: center; font-size: .88rem; color: #9a9db2; }
.footer-legal a { color: #9a9db2; }

/* ---------- legal-pagina's ---------- */
.legal { max-width: 760px; margin: 0 auto; padding: 64px 24px 80px; }
.legal h1 { font-size: 2rem; margin-bottom: 10px; }
.legal .updated { color: var(--grijs); font-size: .92rem; margin-bottom: 36px; }
.legal h2 { font-size: 1.25rem; margin: 34px 0 10px; }
.legal p, .legal li { margin-bottom: 12px; }
.legal ul { padding-left: 24px; }

/* ---------- cookiebanner ---------- */
#cookieBanner {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 9999;
  background: var(--ink);
  color: #f1f5f9;
  padding: 16px 24px;
  font-size: .92rem;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  box-shadow: 0 -2px 12px rgba(0,0,0,.2);
}
#cookieBanner p { margin: 0; flex: 1; min-width: 240px; line-height: 1.5; }
#cookieBanner a { color: #8ec9f5; }
#cookieBanner .knoppen { display: flex; gap: 10px; flex-shrink: 0; }
#cookieAcceptAll {
  padding: 10px 20px; background: var(--groen); color: #fff;
  border: none; border-radius: 6px; font-weight: 600; cursor: pointer; font-family: inherit;
}
#cookieEssential {
  padding: 10px 20px; background: transparent; color: #f1f5f9;
  border: 1px solid #64748b; border-radius: 6px; cursor: pointer; font-family: inherit;
}

/* handmatige regelafbreking die op smalle schermen verdwijnt */
@media (max-width: 680px) {
  .br-breed { display: none; }
}

/* ---------- responsive ---------- */
@media (max-width: 980px) {
  .raster-4 { grid-template-columns: repeat(2, 1fr); }
  .statband { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .sectie, .hero { padding: 56px 0; }
  .hero-inner { grid-template-columns: 1fr; gap: 36px; }
  .raster-3, .raster-2 { grid-template-columns: 1fr; }
  .nav-toggle { display: block; }
  .hoofdnav {
    display: none;
    position: absolute;
    top: 76px; left: 0; right: 0;
    background: var(--wit);
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 24px 24px;
    gap: 16px;
    border-bottom: 1px solid #e7ebf0;
    box-shadow: 0 10px 24px rgba(26,26,46,.1);
  }
  .hoofdnav.open { display: flex; }
}
@media (max-width: 560px) {
  .statband, .statband.drie { grid-template-columns: 1fr 1fr; }
  .raster-4 { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
}
