/*
 Theme Name:   VPN Kompas
 Theme URI:    https://vpnkompas.nl
 Description:  VPN Kompas kindthema gebaseerd op Astra.
 Author:       VPN Kompas
 Author URI:   https://vpnkompas.nl
 Template:     astra
 Version:      1.2.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  vpnkompas
*/

/* ============================================================
   VPN Kompas — Huisstijl v1.2
   ============================================================ */

/* ── Google Fonts: Inter ── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* ── CSS-variabelen ── */
:root {
  --blauw-900:  #0F2557;
  --blauw-700:  #1848CC;
  --blauw-600:  #2563EB;
  --blauw-500:  #3B82F6;
  --blauw-100:  #DBEAFE;
  --blauw-50:   #EFF6FF;
  --groen:      #16A34A;
  --rood:       #DC2626;
  --tekst-dark: #0F172A;
  --tekst-body: #1E293B;
  --tekst-meta: #64748B;
  --border:     #E2E8F0;
  --bg-licht:   #F8FAFC;
  --wit:        #FFFFFF;
  --schaduw:    0 4px 20px rgba(37,99,235,0.10);
  --afgerond:   8px;
  /* Aliassen voor shortcodes */
  --kleur-primair:     #2563EB;
  --kleur-accent:      #1848CC;
  --kleur-achtergrond: #FFFFFF;
  --kleur-tekst:       #1E293B;
  --kleur-licht:       #F8FAFC;
  --lettertype:        'Inter', sans-serif;
}

/* ── Basis ── */
body {
  font-family: 'Inter', sans-serif;
  color: var(--tekst-body);
  background: var(--bg-licht);
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
  color: var(--tekst-dark);
  line-height: 1.2;
}

a { color: var(--blauw-600); }
a:hover { color: var(--blauw-700); }

/* ════════════════════════════════════════════
   NAVIGATIE
════════════════════════════════════════════ */
.vpnk-nav {
  background: var(--wit);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 1px 8px rgba(0,0,0,0.06);
  position: sticky;
  top: 0;
  z-index: 1000;
  color-scheme: light;  /* Voorkomt dat Chrome Force Dark Mode de nav omzet */
}

.vpnk-nav-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}

.vpnk-logo-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.vpnk-logo-tekst {
  font-family: 'Inter', sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--blauw-700);
  line-height: 1;
}

.vpnk-logo-tekst span { color: var(--blauw-500); }

.vpnk-logo-tekst--wit { color: #fff; }
.vpnk-logo-tekst--wit span { color: #93C5FD; }

.vpnk-nav-links {
  display: flex !important;
  align-items: center !important;
  gap: 0;
}

/* WordPress genereert een <ul class="vpnk-menu"> */
.vpnk-menu {
  list-style: none !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 4px;
  margin: 0 !important;
  padding: 0 !important;
}

.vpnk-menu li {
  display: flex !important;
  align-items: center !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.vpnk-menu li a {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  color: var(--tekst-body) !important;
  text-decoration: none !important;
  padding: 7px 10px !important;
  border-radius: 6px !important;
  display: flex !important;
  align-items: center !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  transition: background 0.15s, color 0.15s !important;
}

.vpnk-menu li a:hover,
.vpnk-menu li.current-menu-item > a {
  background: var(--blauw-50) !important;
  color: var(--blauw-600) !important;
}

.vpnk-nav-contact {
  display: inline-block;
  margin-left: 4px;
  margin-right: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--tekst-body) !important;
  text-decoration: none !important;
  padding: 9px 14px;
  border-radius: 6px;
  transition: background 0.15s, color 0.15s;
}

.vpnk-nav-contact:hover {
  background: var(--blauw-50);
  color: var(--blauw-600) !important;
}

.vpnk-nav-cta {
  display: inline-block;
  margin-left: 12px;
  background: var(--blauw-600);
  color: #fff !important;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 9px 18px;
  border-radius: 6px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.15s, transform 0.1s;
}

.vpnk-nav-cta:hover {
  background: var(--blauw-700);
  transform: translateY(-1px);
  color: #fff !important;
}

/* ════════════════════════════════════════════
   KENNISBANK MEGA-DROPDOWN
════════════════════════════════════════════ */
.vpnk-kb-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.vpnk-kb-trigger {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--tekst-body);
  background: none;
  border: none;
  cursor: pointer;
  padding: 7px 10px;
  border-radius: 6px;
  transition: background 0.15s, color 0.15s;
  white-space: nowrap;
}

.vpnk-kb-trigger:hover,
.vpnk-kb-wrap--open .vpnk-kb-trigger {
  background: var(--blauw-50);
  color: var(--blauw-600);
}

.vpnk-kb-chevron {
  transition: transform 0.2s ease;
  flex-shrink: 0;
}

.vpnk-kb-wrap--open .vpnk-kb-chevron {
  transform: rotate(180deg);
}

.vpnk-kb-panel {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 560px;
  /* padding-top overbrugt de gap zodat muis niet per ongeluk 'buiten' gaat */
  padding-top: 10px;
  background: transparent;
  z-index: 2000;
  animation: vpnk-kb-in 0.15s ease;
}

.vpnk-kb-panel-inner {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.12), 0 2px 8px rgba(0,0,0,0.06);
  overflow: hidden;
  position: relative;
}

@keyframes vpnk-kb-in {
  from { opacity: 0; transform: translateX(-50%) translateY(-4px); }
  to   { opacity: 1; transform: translateX(-50%) translateY(0); }
}

/* Pijltje bovenaan panel */
.vpnk-kb-panel-inner::before {
  content: '';
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 13px;
  height: 7px;
  background: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.vpnk-kb-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  padding: 8px;
  background: var(--blauw-50);
}

.vpnk-kb-kaart {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: #fff;
  border-radius: 8px;
  text-decoration: none !important;
  color: var(--tekst-body) !important;
  transition: background 0.15s, transform 0.1s;
}

.vpnk-kb-kaart:hover {
  background: var(--blauw-50);
  transform: translateY(-1px);
}

.vpnk-kb-icoon {
  font-size: 1.4rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}

.vpnk-kb-kaart-tekst {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.vpnk-kb-kaart-tekst strong {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--tekst-kop);
  line-height: 1.2;
}

.vpnk-kb-kaart-tekst span {
  font-size: 0.78rem;
  color: var(--tekst-licht);
  line-height: 1.35;
}

.vpnk-kb-panel-footer {
  padding: 12px 16px;
  border-top: 1px solid var(--border);
  text-align: center;
  background: #fff;
}

.vpnk-kb-alle-link {
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--blauw-600) !important;
  text-decoration: none !important;
  transition: color 0.15s;
}

.vpnk-kb-alle-link:hover {
  color: var(--blauw-700) !important;
  text-decoration: underline !important;
}

/* ── Mobiel menu ──────────────────────────────────────────
   Donker paneel — werkt altijd goed in light én dark mode
   ──────────────────────────────────────────────────────── */
.vpnk-mobiel-groep { display: block !important; }

.vpnk-mobiel-groep-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255,255,255,0.4);
  padding: 20px 0 8px;
  margin: 0;
}

.vpnk-mobiel-sub {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.vpnk-mobiel-sub li { display: block !important; }

.vpnk-mobiel-sub li a {
  display: block;
  padding: 11px 20px;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #1E293B;
  text-decoration: none;
  background: #E2E8F0;
  transition: background 0.15s;
}

.vpnk-mobiel-sub li a:hover {
  background: #BFDBFE;
  color: #1848CC;
}


/* ════════════════════════════════════════════
   HERO
════════════════════════════════════════════ */
.vpnk-hero {
  background: linear-gradient(135deg, #0F2557 0%, #1848CC 55%, #2563EB 100%);
  padding: 72px 32px 56px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.vpnk-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.07) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.vpnk-hero h1 {
  font-size: 2.6rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 14px;
  position: relative;
}

.vpnk-hero h1 span { color: #93C5FD; }

.vpnk-hero-sub {
  font-family: 'Inter', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: rgba(255,255,255,0.75) !important;
  margin-bottom: 28px !important;
  line-height: 1.6 !important;
  position: relative;
}

.vpnk-hero-vraag {
  font-family: 'Inter', sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  color: rgba(255,255,255,0.9) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  margin-bottom: 20px !important;
  line-height: 1.6 !important;
  position: relative;
}

/* Keuzemenu in hero */
.vpnk-hero .vpnk-keuzemenu {
  max-width: 880px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

/* ════════════════════════════════════════════
   KEUZEMENU
════════════════════════════════════════════ */
.vpnk-keuzemenu {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 32px 0 0;
}

.vpnk-keuzekaart {
  background: var(--wit);
  border: 2px solid transparent;
  border-radius: var(--afgerond);
  padding: 32px 24px;
  text-align: center;
  text-decoration: none;
  color: var(--tekst-body);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.vpnk-keuzekaart:hover {
  border-color: var(--blauw-600);
  box-shadow: 0 8px 28px rgba(37,99,235,0.18);
  transform: translateY(-4px);
  color: var(--tekst-body);
  text-decoration: none;
}

.vpnk-keuzekaart .icoon {
  font-size: 2.5rem;
  margin-bottom: 14px;
  display: block;
}

.vpnk-keuzekaart h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--blauw-700);
  white-space: nowrap;
}

.vpnk-keuzekaart p {
  font-size: 0.88rem;
  color: var(--tekst-meta);
  margin: 0 0 16px;
  flex: 1;
}

/* ════════════════════════════════════════════
   HOOFDINHOUD
════════════════════════════════════════════ */
.vpnk-main { padding-bottom: 64px; }

.vpnk-sectie {
  max-width: 960px;
  margin: 0 auto;
  padding: 48px 24px;
}

.vpnk-sectie h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--blauw-900);
  margin-bottom: 20px;
}

.vpnk-sectie p {
  font-size: 0.97rem;
  line-height: 1.75;
  color: var(--tekst-body);
}

.vpnk-sectie--licht {
  background: var(--wit);
  max-width: 100%;
  padding: 48px 24px;
}

.vpnk-sectie--licht > * {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/* ── Gedeelde inner wrapper voor full-width secties ── */
.vpnk-sectie--wit,
.vpnk-sectie--blauw-zacht,
.vpnk-sectie--blauw-diep {
  max-width: 100%;
  padding: 0;
}

.vpnk-sectie--wit .vpnk-inner,
.vpnk-sectie--blauw-zacht .vpnk-inner,
.vpnk-sectie--blauw-diep .vpnk-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 48px 24px;
}

/* ── Wit (vol breedte) ── */
.vpnk-sectie--wit { background: var(--wit); }

/* ── Lichtblauw ── */
.vpnk-sectie--blauw-zacht { background: #EFF6FF; }

.vpnk-sectie--blauw-zacht h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--blauw-900);
  margin-bottom: 20px;
}

/* ── Diepblauw (afsluitende sectie) ── */
.vpnk-sectie--blauw-diep {
  background: linear-gradient(135deg, #1848CC 0%, #2563EB 100%);
  max-width: 100%;
  padding: 56px 24px;
  position: relative;
  overflow: hidden;
}

.vpnk-sectie--blauw-diep::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.07) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.vpnk-sectie--blauw-diep > * {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.vpnk-sectie--blauw-diep h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
}

.vpnk-sectie--blauw-diep p {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.85);
}

/* ════════════════════════════════════════════
   WAAROM VPN KOMPAS
════════════════════════════════════════════ */
.vpnk-waarom-logo {
  text-align: center;
  margin-bottom: 48px;
}
.vpnk-waarom-logo svg {
  display: block;
  margin: 0 auto 20px;
  filter: drop-shadow(0 4px 16px rgba(0,0,0,0.25));
}
.vpnk-waarom-logo h2 {
  margin: 0 0 10px;
}
.vpnk-waarom-logo p {
  margin: 0;
  font-size: 1.05rem;
  color: rgba(255,255,255,0.8);
}

.vpnk-waarom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.vpnk-waarom-kaart {
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 14px;
  padding: 28px 22px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
  backdrop-filter: blur(4px);
  transition: background 0.2s;
}
.vpnk-waarom-kaart:hover {
  background: rgba(255,255,255,0.16);
}

.vpnk-waarom-icoon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 4px;
}

.vpnk-waarom-kaart strong {
  font-size: 0.97rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

.vpnk-waarom-kaart span {
  font-size: 0.87rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.55;
}

@media (max-width: 900px) {
  .vpnk-waarom-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .vpnk-waarom-grid { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════════
   WAT IS EEN VPN — PAGINA-SPECIFIEKE STIJLEN
════════════════════════════════════════════ */

/* VPN-letter uitleg grid */
.vpnk-uitleg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 32px 0;
}
.vpnk-uitleg-kaart {
  background: #EFF6FF;
  border: 1px solid #BFDBFE;
  border-radius: 12px;
  padding: 28px 22px;
  text-align: center;
}
.vpnk-uitleg-letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: var(--blauw-600);
  color: white;
  font-size: 1.6rem;
  font-weight: 900;
  border-radius: 50%;
  margin-bottom: 14px;
}
.vpnk-uitleg-kaart strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: var(--tekst-dark);
  margin-bottom: 8px;
}
.vpnk-uitleg-kaart p {
  font-size: 0.9rem;
  color: #475569;
  margin: 0;
  line-height: 1.6;
}

/* Stappenlijst met nummer */
.vpnk-stappen-toelichting {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
}
.vpnk-stap-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.vpnk-stap-nr {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--blauw-600);
  color: white;
  font-size: 0.95rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.vpnk-stap-nr--blauw {
  background: var(--blauw-600);
}
.vpnk-stappen-toelichting--licht .vpnk-stap-nr {
  background: white;
  color: var(--blauw-600);
  border: 2px solid var(--blauw-600);
}
.vpnk-stap-item strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: var(--tekst-dark);
  margin-bottom: 6px;
}
.vpnk-stap-item p {
  font-size: 0.92rem;
  color: #475569;
  margin: 0;
  line-height: 1.65;
}

/* Gebruiksdoelen grid */
.vpnk-gebruik-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 28px;
}
.vpnk-gebruik-kaart {
  background: #F8FAFC;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 28px 24px;
}
.vpnk-gebruik-icoon {
  font-size: 2rem;
  margin-bottom: 12px;
}
.vpnk-gebruik-kaart h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--tekst-dark);
  margin: 0 0 10px;
}
.vpnk-gebruik-kaart p {
  font-size: 0.91rem;
  color: #475569;
  margin: 0;
  line-height: 1.65;
}

/* Misverstanden lijst */
.vpnk-misverstand-lijst {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 28px;
}
.vpnk-misverstand-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: #FFF7F7;
  border: 1px solid #FECACA;
  border-radius: 10px;
  padding: 20px;
}
.vpnk-misverstand-kruis {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: #FEE2E2;
  color: #DC2626;
  font-size: 1rem;
  font-weight: 800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.vpnk-misverstand-item strong {
  display: block;
  font-size: 0.97rem;
  font-weight: 700;
  color: var(--tekst-dark);
  margin-bottom: 6px;
}
.vpnk-misverstand-item p {
  font-size: 0.91rem;
  color: #475569;
  margin: 0;
  line-height: 1.65;
}

/* Gratis vs betaald vergelijking */
.vpnk-vgl-blok {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 28px 0;
}
.vpnk-vgl-kolom {
  border-radius: 12px;
  padding: 24px 28px;
}
.vpnk-vgl-rood {
  background: #FFF5F5;
  border: 1px solid #FECACA;
}
.vpnk-vgl-groen {
  background: #F0FDF4;
  border: 1px solid #BBF7D0;
}
.vpnk-vgl-kolom h4 {
  font-size: 0.95rem;
  font-weight: 700;
  margin: 0 0 14px;
  color: var(--tekst-dark);
}
.vpnk-vgl-kolom ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vpnk-vgl-rood ul li::before { content: '✕ '; color: #DC2626; font-weight: 700; }
.vpnk-vgl-groen ul li::before { content: '✓ '; color: #16A34A; font-weight: 700; }
.vpnk-vgl-kolom ul li {
  font-size: 0.9rem;
  color: #374151;
  line-height: 1.5;
}

/* Responsief */
@media (max-width: 760px) {
  .vpnk-uitleg-grid { grid-template-columns: 1fr; }
  .vpnk-gebruik-grid { grid-template-columns: 1fr; }
  .vpnk-vgl-blok { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════════
   TRUST BALK
════════════════════════════════════════════ */
.vpnk-trust-balk {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  background: #EFF6FF;
  border: 1px solid #DBEAFE;
  border-radius: var(--afgerond);
  padding: 12px 20px;
  margin-bottom: 24px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--blauw-700);
  justify-content: space-between;
}

/* ════════════════════════════════════════════
   AUTEUR TAG
════════════════════════════════════════════ */
.vpnk-auteur {
  font-size: 0.8rem !important;
  color: var(--tekst-meta) !important;
  margin: 6px 0 16px !important;
  line-height: 1.4 !important;
}

.vpnk-auteur strong {
  color: var(--tekst-body);
}

/* ════════════════════════════════════════════
   SECTIE HEADER (titel + datumstempel)
════════════════════════════════════════════ */
.vpnk-sectie-header {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.vpnk-sectie-header h2 {
  margin-bottom: 0;
}

.vpnk-update-datum {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--tekst-meta);
  background: var(--bg-licht);
  border: 1px solid var(--border);
  padding: 3px 10px;
  border-radius: 20px;
  white-space: nowrap;
}

/* ════════════════════════════════════════════
   MOBIELE KAARTEN (vervangt tabel op mobiel)
════════════════════════════════════════════ */
.vpnk-mobiel-kaarten { display: none; }

@media (max-width: 767px) {
  .vpnk-tabel-scroll { display: none; }
  .vpnk-mobiel-kaarten {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
  }
  .vpnk-mk {
    background: #fff;
    border: 1.5px solid #E2E8F0;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .vpnk-mk:first-child {
    border-color: #2563EB;
    box-shadow: 0 4px 20px rgba(37,99,235,0.12);
  }
  .vpnk-mk-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
  }
  .vpnk-mk-naam {
    font-size: 1.2rem;
    font-weight: 800;
    color: #0F172A;
    line-height: 1.2;
  }
  .vpnk-mk-sub {
    font-size: 0.8rem;
    color: #64748B;
    margin-top: 2px;
  }
  .vpnk-mk-prijs-rij {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
  }
  .vpnk-mk-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }
  .vpnk-mk-badge {
    background: #F1F5F9;
    color: #334155;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    white-space: nowrap;
  }
  .vpnk-mk-knop {
    display: block;
    width: 100%;
    background: #2563EB;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    text-decoration: none;
    transition: background 0.2s;
    box-sizing: border-box;
  }
  .vpnk-mk-knop:hover { background: #1848CC; color: #fff; }
  .vpnk-mk-review {
    display: block;
    text-align: center;
    font-size: 0.85rem;
    color: #64748B;
    text-decoration: none;
    margin-top: -6px;
  }
  .vpnk-mk-review:hover { color: #2563EB; }
}

/* ════════════════════════════════════════════
   AANBEVELINGEN — nieuw card design
════════════════════════════════════════════ */
.vpnk-aanbevelingen {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 8px;
}
.vpnk-a-kaart {
  background: #fff;
  border: 1.5px solid #E2E8F0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
  transition: box-shadow 0.2s;
}
.vpnk-a-kaart:hover { box-shadow: 0 6px 28px rgba(0,0,0,0.10); }
.vpnk-a-kaart--top {
  border-color: #2563EB;
  box-shadow: 0 4px 20px rgba(37,99,235,0.12);
}
/* Header balk */
.vpnk-a-koptekst {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 20px;
}
.vpnk-a-kaart--top .vpnk-a-koptekst { background: #2563EB; }
.vpnk-a-kaart:not(.vpnk-a-kaart--top) .vpnk-a-koptekst {
  background: #F8FAFC;
  border-bottom: 1px solid #E2E8F0;
}
.vpnk-a-rang {
  font-weight: 800;
  font-size: 0.85rem;
}
.vpnk-a-kaart--top .vpnk-a-rang { color: rgba(255,255,255,0.8); }
.vpnk-a-kaart:not(.vpnk-a-kaart--top) .vpnk-a-rang { color: #94A3B8; }
.vpnk-a-kopbadge {
  font-size: 0.82rem;
  font-weight: 700;
}
.vpnk-a-kaart--top .vpnk-a-kopbadge { color: #fff; }
.vpnk-a-kaart:not(.vpnk-a-kaart--top) .vpnk-a-kopbadge { color: #475569; }
/* Body grid */
.vpnk-a-body {
  display: grid;
  grid-template-columns: 18% 16% 1fr 28%;
  align-items: center;
}
.vpnk-a-naam-col,
.vpnk-a-score-col,
.vpnk-a-usps-col,
.vpnk-a-cta-col { padding: 20px 22px; }
.vpnk-a-naam-col { border-right: 1px solid #F1F5F9; }
.vpnk-a-logo {
  max-width: 80px;
  max-height: 36px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin-bottom: 8px;
  mix-blend-mode: multiply;
}
.vpnk-a-logo-placeholder {
  width: 56px;
  height: 36px;
  border-radius: 8px;
  background: var(--blauw-600);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
  margin-bottom: 8px;
}
.vpnk-a-score-col {
  border-right: 1px solid #F1F5F9;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 6px;
}
.vpnk-a-usps-col { border-right: 1px solid #F1F5F9; }
.vpnk-a-cta-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #F8FAFC;
  gap: 4px;
}
/* Naam kolom */
.vpnk-a-naam {
  font-size: 1.2rem;
  font-weight: 800;
  color: #0F172A;
  margin-bottom: 4px;
}
.vpnk-a-sub {
  font-size: 0.78rem;
  color: #64748B;
  margin-bottom: 2px;
}
.vpnk-a-garantie {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #16A34A;
  background: #F0FDF4;
  border: 1px solid #BBF7D0;
  padding: 3px 9px;
  border-radius: 20px;
}
/* Score kolom */
.vpnk-a-score-getal {
  font-size: 2rem;
  font-weight: 900;
  color: #0F172A;
  line-height: 1;
}
.vpnk-a-score-getal span { font-size: 0.9rem; color: #94A3B8; font-weight: 500; }
.vpnk-a-sterren { font-size: 0.68rem; letter-spacing: -1px; }
.vpnk-a-badge-rij {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  margin-top: 4px;
}
.vpnk-a-badge {
  background: #EFF6FF;
  color: #1E40AF;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 20px;
  text-align: center;
  white-space: nowrap;
}
/* USP kolom */
.vpnk-a-usps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.vpnk-a-usps li {
  font-size: 0.875rem;
  color: #334155;
  padding-left: 22px;
  position: relative;
  line-height: 1.4;
}
.vpnk-a-usps li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #16A34A;
  font-weight: 800;
}
/* CTA kolom */
.vpnk-a-prijs {
  font-size: 1.75rem;
  font-weight: 900;
  color: #0F172A;
  line-height: 1;
}
.vpnk-a-prijs span { font-size: 0.82rem; font-weight: 500; color: #64748B; }
.vpnk-a-prijs-sub { font-size: 0.72rem; color: #94A3B8; }
.vpnk-a-knop {
  display: block;
  width: 100%;
  background: #2563EB;
  color: #fff !important;
  font-weight: 700;
  font-size: 0.95rem;
  text-align: center;
  padding: 14px 12px;
  border-radius: 10px;
  text-decoration: none;
  margin-top: 8px;
  transition: background 0.2s, transform 0.1s;
  box-sizing: border-box;
}
.vpnk-a-knop:hover { background: #1848CC; transform: translateY(-1px); }
.vpnk-a-kaart--top .vpnk-a-knop { background: #1848CC; }
.vpnk-a-kaart--top .vpnk-a-knop:hover { background: #0F172A; }
.vpnk-a-review-link {
  font-size: 0.78rem;
  color: #94A3B8;
  text-decoration: none;
  margin-top: 6px;
  display: block;
  transition: color 0.15s;
}
.vpnk-a-review-link:hover { color: #2563EB; }

/* ── Mobiel ─────────────────────── */
@media (max-width: 767px) {
  .vpnk-a-body {
    grid-template-columns: 1fr;
  }
  .vpnk-a-naam-col,
  .vpnk-a-score-col,
  .vpnk-a-usps-col {
    border-right: none;
    border-bottom: 1px solid #F1F5F9;
    padding: 16px 18px;
  }
  .vpnk-a-score-col {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
    gap: 10px;
  }
  .vpnk-a-badge-rij { flex-direction: row; width: auto; }
  .vpnk-a-score-getal { font-size: 1.6rem; }
  .vpnk-a-cta-col { padding: 18px; }
  .vpnk-a-prijs { font-size: 1.5rem; }
}

/* ════════════════════════════════════════════
   VERGELIJKINGSTABEL
════════════════════════════════════════════ */
.vpnk-tabel-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--afgerond);
}

.vpnk-vergelijk-tabel {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  margin: 24px 0;
  box-shadow: var(--schaduw);
  border-radius: var(--afgerond);
  border: none;
  outline: none;
}
.vpnk-vergelijk-tabel tr {
  border: none;
  outline: none;
}
.vpnk-vergelijk-tabel th:first-child,
.vpnk-vergelijk-tabel td:first-child {
  border-left: none;
}
.vpnk-vergelijk-tabel th:last-child,
.vpnk-vergelijk-tabel td:last-child {
  border-right: none;
}

/* Afgeronde hoeken via cellen ipv overflow:hidden */
.vpnk-vergelijk-tabel thead tr th:first-child { border-top-left-radius: var(--afgerond); }
.vpnk-vergelijk-tabel thead tr th:last-child  { border-top-right-radius: var(--afgerond); }
.vpnk-vergelijk-tabel tbody tr:last-child td:first-child { border-bottom-left-radius: var(--afgerond); }
.vpnk-vergelijk-tabel tbody tr:last-child td:last-child  { border-bottom-right-radius: var(--afgerond); }

.vpnk-vergelijk-tabel th {
  background: var(--blauw-600);
  color: #fff;
  padding: 16px 8px;
  text-align: left;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  position: relative;
  border: none;
  border-right: none;
  border-left: none;
  outline: none;
}

/* Vraagteken altijd in rechterbovenhoek van header — nooit inline */
.vpnk-vergelijk-tabel th .vpnk-tooltip {
  position: absolute;
  top: 5px;
  right: 5px;
  margin-left: 0;
}

.vpnk-vergelijk-tabel td {
  padding: 10px 12px;
  border: none;
  border-bottom: 1px solid var(--border);
  font-size: 0.92rem;
  background: var(--wit);
  outline: none;
}

.vpnk-vergelijk-tabel tr:last-child td { border-bottom: none; }
.vpnk-vergelijk-tabel .check { color: var(--groen); font-weight: 700; text-align: center; }
.vpnk-vergelijk-tabel .kruis { color: var(--rood); text-align: center; }

.vpnk-provider-naam {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--tekst-dark);
}

.vpnk-provider-label {
  display: inline-block;
  background: #FEF3C7;
  color: #92400E;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 20px;
  margin-left: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.vpnk-provider-sub {
  font-size: 0.78rem;
  color: var(--tekst-meta);
  margin-top: 3px;
}

.vpnk-prijs {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  color: var(--tekst-dark);
  white-space: nowrap;
}

.vpnk-prijs-per {
  font-size: 0.75rem;
  color: var(--tekst-meta);
  font-weight: 400;
  white-space: nowrap;
}

/* Platform & apparaten kolommen */
.vpnk-platforms {
  text-align: center;
}

.vpnk-platforms-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.vpnk-os-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0.82;
  transition: opacity 0.15s;
}

.vpnk-os-icon:hover { opacity: 1; }

.vpnk-tegelijk {
  text-align: center;
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--tekst-dark);
}

.vpnk-tegelijk--onbeperkt {
  color: #15803D;
  font-size: 1.2rem;
}

.vpnk-korting-badge {
  display: inline-block;
  background: #DCFCE7;
  color: #15803D;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 4px;
  margin-bottom: 4px;
  letter-spacing: 0.02em;
}

/* Knop in vergelijkingstabel iets compacter */
.vpnk-vergelijk-tabel .vpnk-knop {
  padding: 9px 14px;
  font-size: 0.82rem;
  white-space: nowrap;
}

/* ════════════════════════════════════════════
   CTA KNOP
════════════════════════════════════════════ */
.vpnk-knop {
  display: inline-block;
  background: var(--blauw-600);
  color: #fff !important;
  padding: 13px 26px;
  border-radius: var(--afgerond);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none !important;
  transition: background 0.2s, transform 0.1s;
  border: none;
  cursor: pointer;
  margin-top: auto;
  align-self: center;
  white-space: nowrap;
}

.vpnk-knop:hover {
  background: var(--blauw-700);
  transform: translateY(-1px);
  color: #fff !important;
}

.vpnk-knop--accent { background: var(--blauw-900); }
.vpnk-knop--accent:hover { background: var(--blauw-700); }

.vpnk-knop--outline {
  background: transparent;
  color: var(--blauw-600) !important;
  border: 2px solid var(--blauw-600);
  padding: 11px 24px;
}
.vpnk-knop--outline:hover {
  background: var(--blauw-600);
  color: #fff !important;
  transform: translateY(-1px);
}

/* ════════════════════════════════════════════
   SCORE BADGE
════════════════════════════════════════════ */
.vpnk-score {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: var(--blauw-600);
  color: #fff;
  padding: 4px 12px;   /* iets meer rechts-padding zodat cijfers niet afknippen */
  border-radius: 20px;
  font-weight: 700;
  font-size: 0.85rem;
  white-space: nowrap;
  flex-shrink: 0;
  overflow: visible;
  min-width: max-content;
}

/* ════════════════════════════════════════════
   INFORMATIEBLOK
════════════════════════════════════════════ */
.vpnk-info {
  background: var(--blauw-50);
  border-left: 4px solid var(--blauw-600);
  padding: 16px 20px;
  border-radius: 0 var(--afgerond) var(--afgerond) 0;
  margin: 24px 0;
  font-size: 0.9rem;
  color: var(--tekst-body);
}

/* ════════════════════════════════════════════
   FOOTER
════════════════════════════════════════════ */
.vpnk-footer {
  background: var(--blauw-900);
  color: rgba(255,255,255,0.8);
}

.vpnk-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 32px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.vpnk-footer-sub {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  margin-top: 10px;
}

.vpnk-footer-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.vpnk-footer-menu li a {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.75);
  text-decoration: none;
  transition: color 0.15s;
}

.vpnk-footer-menu li a:hover { color: #fff; }

.vpnk-footer-disclaimer {
  font-size: 0.82rem;
  color: rgba(255,255,255,0.45);
  line-height: 1.6;
}

.vpnk-footer-bar {
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  padding: 16px 32px;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.35);
}

/* ════════════════════════════════════════════
   BINNENPAGINA HERO
════════════════════════════════════════════ */
.vpnk-page-hero {
  background: linear-gradient(135deg, #0F2557 0%, #1848CC 60%, #2563EB 100%);
  padding: 48px 32px 40px;
  position: relative;
  overflow: hidden;
}

.vpnk-page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.vpnk-page-hero-inner {
  max-width: 860px;
  margin: 0 auto;
  position: relative;
}

.vpnk-page-hero-cat {
  font-size: 0.78rem !important;
  font-weight: 700 !important;
  color: #93C5FD !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  margin-bottom: 10px !important;
}

.vpnk-page-hero h1 {
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.15;
}

.vpnk-page-hero-sub {
  font-size: 1rem !important;
  color: #BFDBFE !important;
  font-weight: 400 !important;
  margin: 0 !important;
  line-height: 1.6 !important;
}

/* ════════════════════════════════════════════
   ARTIKEL CONTENT
════════════════════════════════════════════ */
.vpnk-artikel {
  max-width: 860px;
  margin: 0 auto;
  padding: 48px 24px 64px;
}

/* Smallere kolom voor tekstzware pagina's (privacy, disclaimer, over ons) */
.vpnk-artikel--smal {
  max-width: 720px;
}

/* Over VPN Kompas: testmethode kaartjes */
.vpnk-over-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 28px 0 40px;
}
.vpnk-over-kaart {
  background: #EFF6FF;
  border: 1px solid #BFDBFE;
  border-radius: 12px;
  padding: 24px 22px;
}
.vpnk-over-icoon {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.vpnk-over-kaart h3 {
  font-size: 0.97rem;
  font-weight: 700;
  color: var(--tekst-dark);
  margin: 0 0 8px;
}
.vpnk-over-kaart p {
  font-size: 0.9rem;
  color: #475569;
  margin: 0;
  line-height: 1.65;
}

/* Lijsten in artikel-stijl */
.vpnk-artikel--smal ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.vpnk-artikel--smal ul li {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--tekst-body);
  margin-bottom: 4px;
}
.vpnk-artikel--smal h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--blauw-900);
  margin: 28px 0 10px;
}

@media (max-width: 600px) {
  .vpnk-over-grid { grid-template-columns: 1fr; }
}

.vpnk-artikel p {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--tekst-body);
  margin-bottom: 20px;
}

.vpnk-artikel h2 {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--blauw-900);
  margin: 40px 0 16px;
  padding-top: 8px;
}

.vpnk-artikel h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--blauw-700);
  margin: 0 0 8px;
}

.vpnk-artikel .vpnk-vergelijk-tabel {
  margin: 8px 0 32px;
}

.vpnk-artikel .vpnk-knop {
  margin: 4px 0 32px;
  display: inline-block;
}

/* ── Artikel afbeeldingen ── */
.vpnk-img-blok {
  margin: 32px 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(15,37,87,0.12);
}

.vpnk-img-blok img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.vpnk-img-caption {
  background: var(--blauw-50);
  padding: 10px 16px;
  font-size: 0.8rem;
  color: var(--tekst-meta);
  font-style: italic;
}

.vpnk-img-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 32px 0;
}

.vpnk-img-2col .vpnk-img-blok {
  margin: 0;
}

.vpnk-img-2col .vpnk-img-blok img {
  height: 220px;
}

/* ── FAQ ── */
.vpnk-faq { margin-top: 8px; }

.vpnk-faq-item {
  border-top: 1px solid var(--border);
  padding: 20px 0;
}

.vpnk-faq-item:last-child {
  border-bottom: 1px solid var(--border);
}

.vpnk-faq-item p {
  margin: 0 !important;
  color: var(--tekst-meta) !important;
  font-size: 0.95rem !important;
}

/* ════════════════════════════════════════════
   MET VS ZONDER VPN INFOGRAPHIC
════════════════════════════════════════════ */
.vpnk-mvz {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0;
  align-items: stretch;
  border-radius: var(--afgerond);
  overflow: hidden;
  box-shadow: var(--schaduw);
}

.vpnk-mvz-kolom {
  padding: 28px 28px 32px;
}

.vpnk-mvz-kolom--zonder {
  background: #FFF5F5;
  border: 1px solid #FEE2E2;
  border-right: none;
  border-radius: var(--afgerond) 0 0 var(--afgerond);
}

.vpnk-mvz-kolom--met {
  background: #F0FDF4;
  border: 1px solid #BBF7D0;
  border-left: none;
  border-radius: 0 var(--afgerond) var(--afgerond) 0;
}

.vpnk-mvz-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 20px;
}

.vpnk-mvz-kolom--zonder .vpnk-mvz-header { color: #B91C1C; }
.vpnk-mvz-kolom--met   .vpnk-mvz-header { color: #15803D; }

.vpnk-mvz-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 0.85rem;
  font-weight: 900;
  flex-shrink: 0;
}

.vpnk-mvz-kolom--zonder .vpnk-mvz-icon {
  background: #FEE2E2;
  color: #B91C1C;
}

.vpnk-mvz-kolom--met .vpnk-mvz-icon {
  background: #DCFCE7;
  color: #15803D;
}

.vpnk-mvz-kolom ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vpnk-mvz-kolom ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--tekst-body);
}

.vpnk-mvz-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 5px;
}

.vpnk-mvz-dot--rood  { background: #EF4444; }
.vpnk-mvz-dot--groen { background: #22C55E; }

.vpnk-mvz-midden {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px 16px;
  background: var(--wit);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--blauw-600);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .vpnk-mvz {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .vpnk-mvz-kolom--zonder { border-radius: var(--afgerond) var(--afgerond) 0 0; border-right: 1px solid #FEE2E2; border-bottom: none; }
  .vpnk-mvz-kolom--met    { border-radius: 0 0 var(--afgerond) var(--afgerond); border-left: 1px solid #BBF7D0; }
  .vpnk-mvz-midden        { flex-direction: row; border: 1px solid var(--border); padding: 14px 24px; }
}

/* ════════════════════════════════════════════
   TOOLTIP
════════════════════════════════════════════ */
.vpnk-tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin-left: 5px;
}

.vpnk-tooltip-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  cursor: default;
  line-height: 1;
  flex-shrink: 0;
  transition: background 0.15s;
}

.vpnk-tooltip:hover .vpnk-tooltip-icon {
  background: rgba(255,255,255,0.5);
}

.vpnk-tooltip-tekst {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--blauw-900);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 10px 14px;
  border-radius: 6px;
  width: 220px;
  box-shadow: 0 6px 20px rgba(15,37,87,0.25);
  z-index: 9999;
  pointer-events: none;
  white-space: normal;
}

.vpnk-tooltip-tekst::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-color: var(--blauw-900);
}

.vpnk-tooltip:hover .vpnk-tooltip-tekst {
  display: block;
}

/* ════════════════════════════════════════════
   ACCORDION (homepage FAQ)
════════════════════════════════════════════ */
.vpnk-accordion {
  margin-top: 8px;
  border-radius: var(--afgerond);
  overflow: hidden;
  border: 1px solid var(--border);
}

.vpnk-accordion-item {
  border-bottom: 1px solid var(--border);
  background: var(--wit);
}

.vpnk-accordion-item:last-child {
  border-bottom: none;
}

.vpnk-accordion-item summary {
  list-style: none;
  padding: 18px 24px;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--blauw-900);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  user-select: none;
  transition: background 0.15s, color 0.15s;
}

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

.vpnk-accordion-item summary::after {
  content: '+';
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--blauw-600);
  flex-shrink: 0;
  transition: transform 0.2s;
  line-height: 1;
}

.vpnk-accordion-item[open] summary {
  background: var(--blauw-50);
  color: var(--blauw-700);
}

.vpnk-accordion-item[open] summary::after {
  content: '−';
}

.vpnk-accordion-item > p {
  padding: 16px 24px 20px;
  margin: 0 !important;
  font-size: 0.97rem !important;
  line-height: 1.75 !important;
  color: var(--tekst-body) !important;
  background: var(--wit);
  border-top: 1px solid var(--border);
}

/* ════════════════════════════════════════════
   BINNENPAGE: SVG INFOGRAPHIC
════════════════════════════════════════════ */
.vpnk-svg-wrap {
  text-align: center;
  margin: 8px 0 0;
}

.vpnk-svg-wrap img,
.vpnk-svg-wrap svg {
  max-width: 100%;
  height: auto;
}

/* ════════════════════════════════════════════
   BINNENPAGE: CRITERIA GRID
════════════════════════════════════════════ */
.vpnk-criteria-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 8px;
}

.vpnk-criterium {
  background: var(--wit);
  border: 1px solid var(--border);
  border-radius: var(--afgerond);
  padding: 24px 20px;
  box-shadow: 0 2px 10px rgba(37,99,235,0.06);
}

.vpnk-criterium-icoon {
  font-size: 1.8rem;
  margin-bottom: 12px;
  display: block;
}

.vpnk-criterium h3 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--blauw-900);
  margin-bottom: 8px;
}

.vpnk-criterium p {
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--tekst-meta);
  margin: 0;
}

/* ════════════════════════════════════════════
   BINNENPAGE: PROVIDER KAARTEN
════════════════════════════════════════════ */
.vpnk-provider-kaarten {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 8px;
}

.vpnk-provider-kaart {
  background: var(--wit);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(37,99,235,0.08);
  overflow: hidden;
}

.vpnk-pk-header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: var(--blauw-50);
  border-bottom: 1px solid var(--border);
  flex-wrap: wrap;
}

.vpnk-pk-naam {
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--blauw-900);
}

.vpnk-pk-sub {
  font-size: 0.82rem;
  color: var(--tekst-meta);
  margin-top: 2px;
}

.vpnk-pk-score {
  margin-left: auto;
}

.vpnk-pk-body {
  padding: 20px 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px 24px;
  align-items: start;
}

.vpnk-pk-tekst {
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--tekst-body);
}

.vpnk-pk-tekst p {
  margin-bottom: 10px;
}

.vpnk-pk-tekst p:last-child {
  margin-bottom: 0;
}

.vpnk-pk-pros {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.vpnk-pk-pros li {
  font-size: 0.88rem;
  color: var(--tekst-body);
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.vpnk-pk-pros li::before {
  content: '✓';
  color: var(--groen);
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 0;
}

.vpnk-pk-zij {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  min-width: 160px;
}

.vpnk-pk-prijs {
  text-align: right;
}

.vpnk-pk-prijs-bedrag {
  font-size: 1.4rem;
  font-weight: 900;
  color: var(--blauw-900);
  white-space: nowrap;
}

.vpnk-pk-prijs-per {
  font-size: 0.78rem;
  color: var(--tekst-meta);
  display: block;
}

.vpnk-pk-voet {
  padding: 0 24px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* ════════════════════════════════════════════
   BINNENPAGE: TIPS GRID
════════════════════════════════════════════ */
.vpnk-tips-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 8px;
}

.vpnk-tip {
  background: var(--wit);
  border-left: 4px solid var(--blauw-600);
  border-radius: 0 var(--afgerond) var(--afgerond) 0;
  padding: 18px 20px;
  box-shadow: 0 2px 10px rgba(37,99,235,0.06);
}

.vpnk-tip-nr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: var(--blauw-600);
  color: #fff;
  border-radius: 50%;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.vpnk-tip h3 {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--blauw-900);
  margin-bottom: 6px;
}

.vpnk-tip p {
  font-size: 0.88rem;
  line-height: 1.65;
  color: var(--tekst-meta);
  margin: 0;
}

/* ════════════════════════════════════════════
   BINNENPAGE: CTA SLOTBLOK
════════════════════════════════════════════ */
.vpnk-cta-blok {
  text-align: center;
  padding: 16px 0 8px;
}

.vpnk-cta-blok p {
  font-size: 1rem !important;
  color: rgba(255,255,255,0.85) !important;
  margin-bottom: 24px !important;
}

.vpnk-cta-blok h2 {
  font-size: 1.6rem !important;
  color: #fff !important;
  margin-bottom: 12px !important;
}

.vpnk-cta-rij {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

/* ════════════════════════════════════════════
   MOBIEL
════════════════════════════════════════════ */
/* ════════════════════════════════════════════
   CONTACTPAGINA
════════════════════════════════════════════ */
.vpnk-contact-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 48px;
  align-items: start;
}

.vpnk-contact-info h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--blauw-900);
  margin-bottom: 6px;
}

.vpnk-contact-info p {
  font-size: 0.92rem;
  color: var(--tekst-meta);
  margin-bottom: 24px;
}

.vpnk-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}

.vpnk-contact-item-icoon {
  width: 40px;
  height: 40px;
  background: var(--blauw-50);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.vpnk-contact-item-tekst strong {
  display: block;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--tekst-dark);
  margin-bottom: 2px;
}

.vpnk-contact-item-tekst span {
  font-size: 0.88rem;
  color: var(--tekst-meta);
}

/* CF7 formulier styling */
.vpnk-form-kaart {
  background: var(--wit);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 28px 28px 24px;
  box-shadow: 0 4px 20px rgba(37,99,235,0.08);
}

.vpnk-form-kaart h3 {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--blauw-900);
  margin-bottom: 20px;
}

/* CF7 veldlabels */
.wpcf7 .wpcf7-form label,
.vpnk-form-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--tekst-dark);
  margin-bottom: 5px;
}

/* CF7 invoervelden */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--afgerond);
  font-family: 'Inter', sans-serif;
  font-size: 0.92rem;
  color: var(--tekst-body);
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
  outline: none;
  margin-bottom: 14px;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
  border-color: var(--blauw-600);
  box-shadow: 0 0 0 3px rgba(37,99,235,0.10);
}

.wpcf7 textarea {
  resize: vertical;
  min-height: 130px;
}

/* CF7 verzendknop */
.wpcf7 input[type="submit"] {
  display: inline-block;
  background: var(--blauw-600);
  color: #fff;
  border: none;
  padding: 13px 28px;
  border-radius: var(--afgerond);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  width: 100%;
}

.wpcf7 input[type="submit"]:hover {
  background: var(--blauw-700);
  transform: translateY(-1px);
}

/* CF7 foutmeldingen en bevestiging */
.wpcf7 .wpcf7-not-valid-tip {
  color: var(--rood);
  font-size: 0.8rem;
  margin-top: -10px;
  margin-bottom: 10px;
  display: block;
}

.wpcf7 .wpcf7-response-output {
  margin: 14px 0 0;
  padding: 10px 16px;
  border-radius: var(--afgerond);
  font-size: 0.88rem;
  font-weight: 600;
  border: none;
}

.wpcf7 .wpcf7-mail-sent-ok {
  background: #F0FDF4;
  color: #15803D;
  border-left: 4px solid #22C55E;
}

.wpcf7 .wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-spam-blocked {
  background: #FFF5F5;
  color: #B91C1C;
  border-left: 4px solid #EF4444;
}

.wpcf7 .wpcf7-validation-errors {
  background: #FFFBEB;
  color: #92400E;
  border-left: 4px solid #F59E0B;
}

/* reCAPTCHA badge iets minder opdringerig */
.grecaptcha-badge {
  opacity: 0.6;
  transition: opacity 0.2s;
}
.grecaptcha-badge:hover { opacity: 1; }

/* ════════════════════════════════════════════
   VERGELIJKPAGINA
════════════════════════════════════════════ */
.vpnk-vergelijk-sectie .vpnk-inner { max-width: 1140px; padding: 48px 24px; }

.vpnk-vergelijk-wrap {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
  align-items: start;
}

/* Sidebar */
.vpnk-filter-sidebar {
  position: sticky;
  top: 84px;
  background: #F8FAFF;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 24px 20px;
}
.vpnk-filter-groep { margin-bottom: 24px; }
.vpnk-filter-groep:last-of-type { margin-bottom: 0; }
.vpnk-filter-titel {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .6px;
  color: var(--tekst-licht);
  margin: 0 0 10px;
}
.vpnk-filter-opties {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.vpnk-filter-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  text-align: left;
  padding: 9px 12px;
  border: 1.5px solid var(--border);
  border-radius: 8px;
  background: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--tekst);
  cursor: pointer;
  transition: border-color .15s, background .15s, color .15s;
  outline: none;
}
.vpnk-filter-btn:hover,
.vpnk-filter-btn:focus {
  border-color: var(--blauw-600);
  color: var(--blauw-600);
  outline: none;
}
.vpnk-filter-btn--actief,
.vpnk-filter-btn--actief:focus,
.vpnk-filter-btn--actief:active {
  border-color: #2563EB;
  background: #2563EB;
  color: #fff;
  font-weight: 600;
  outline: none;
}
.vpnk-filter-btn--actief:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #fff;
  outline: none;
}
.vpnk-filter-btn:not(.vpnk-filter-btn--actief):focus {
  border-color: var(--blauw-600);
  background: #fff;
  color: var(--tekst);
}
.vpnk-filter-icoon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 22px;
  justify-content: center;
}
.vpnk-filter-icoon svg { display: block; }
.vpnk-filter-reset {
  margin-top: 20px;
  width: 100%;
  padding: 9px 12px;
  border: none;
  background: none;
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  color: var(--tekst-licht);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.vpnk-filter-reset:hover { color: var(--tekst); }

/* ════════════════════════════════════════
   VERGELIJK PAGINA
════════════════════════════════════════ */
.vpnk-lijst-header { display: none !important; }
#vpnk-aanbieder-lijst .vpnk-a-kaart { margin-bottom: 16px; }

.vpnk-aanbieder-rij {
  display: grid;
  grid-template-columns: 190px 1fr 160px;
  align-items: stretch;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  margin-top: 10px;
  background: #fff;
  overflow: hidden;
  transition: box-shadow .2s, border-color .2s;
}
.vpnk-aanbieder-rij:first-child { border-color: #2563EB; box-shadow: 0 4px 18px rgba(37,99,235,.10); }
.vpnk-aanbieder-rij:hover { box-shadow: 0 4px 16px rgba(0,0,0,.07); border-color: #BFDBFE; }
.vpnk-aanbieder-rij:first-child:hover { border-color: #2563EB; }

/* ── Linker kolom: rang + logo + naam ── */
.vpnk-ar-linker {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 14px;
  background: #F8FAFC;
  border-right: 1px solid #E2E8F0;
}
.vpnk-ar-rang {
  font-size: 0.68rem;
  font-weight: 800;
  color: #CBD5E1;
  flex-shrink: 0;
  width: 18px;
}
.vpnk-aanbieder-rij:first-child .vpnk-ar-rang { color: #2563EB; }
.vpnk-ar-logo-wrap {
  flex-shrink: 0;
  width: 48px;
  height: 38px;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #E2E8F0;
  border-radius: 8px;
}
.vpnk-ar-logo { display: none; }
.vpnk-ar-logo-placeholder {
  width: 48px;
  height: 38px;
  border-radius: 8px;
  background: var(--blauw-600);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9rem;
  flex-shrink: 0;
}
.vpnk-ar-naam-tekst strong {
  display: block;
  font-size: 0.92rem;
  font-weight: 800;
  color: #0F172A;
  line-height: 1.2;
}
.vpnk-ar-badge {
  display: inline-block;
  margin-top: 3px;
  padding: 2px 7px;
  background: #EFF6FF;
  color: #1848CC;
  border-radius: 20px;
  font-size: 0.65rem;
  font-weight: 700;
}

/* ── Middelste kolom: tags + pros ── */
.vpnk-ar-kenmerken {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  border-right: 1px solid #E2E8F0;
}
.vpnk-ar-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.vpnk-ar-tag {
  padding: 2px 9px;
  border: 1px solid #E2E8F0;
  border-radius: 20px;
  font-size: 0.73rem;
  font-weight: 600;
  color: #475569;
  background: #F8FAFC;
  white-space: nowrap;
}
.vpnk-ar-tag--groen { border-color: #BBF7D0; background: #F0FDF4; color: #15803D; }
.vpnk-ar-tag--land  { border-color: #E0E7FF; background: #EEF2FF; color: #3730A3; }
.vpnk-ar-pros { display: flex; flex-direction: column; gap: 3px; }
.vpnk-ar-pro-item {
  font-size: 0.78rem;
  color: #64748B;
  padding-left: 15px;
  position: relative;
  line-height: 1.4;
}
.vpnk-ar-pro-item::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #22C55E;
  font-weight: 700;
  font-size: 0.72rem;
}

/* Score onder naam in linkerkolom */
.vpnk-ar-score-rij {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 4px;
}
.vpnk-ar-score-getal {
  font-size: 0.95rem;
  font-weight: 800;
  color: #1848CC;
  line-height: 1;
}
.vpnk-ar-ster { width: 13px; height: 13px; flex-shrink: 0; }

/* ── Rechter kolom: prijs + knoppen ── */
.vpnk-ar-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 14px 12px;
  background: #F8FAFC;
  text-align: center;
}
.vpnk-ar-prijs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.vpnk-ar-prijs-bedrag {
  font-size: 1rem;
  font-weight: 700;
  color: #0F172A;
  white-space: nowrap;
}
.vpnk-ar-korting {
  display: inline-block;
  padding: 2px 8px;
  background: #FEF3C7;
  color: #92400E;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 700;
}
.vpnk-ar-knop {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 8px;
  font-size: 0.82rem;
  font-weight: 700;
  background: #2563EB;
  color: #fff !important;
  border-radius: 8px;
  text-decoration: none;
  transition: background .2s;
  box-sizing: border-box;
}
.vpnk-ar-knop:hover { background: #1848CC; }
.vpnk-ar-review-link {
  display: block;
  width: 100%;
  text-align: center;
  padding: 7px 8px;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--blauw-600);
  text-decoration: none;
  border: 1.5px solid #BFDBFE;
  border-radius: 8px;
  background: #EFF6FF;
  transition: background .15s;
  box-sizing: border-box;
}
.vpnk-ar-review-link:hover { background: #DBEAFE; }

/* Geen resultaten */
.vpnk-geen-resultaten, .vpnk-geen-aanbieders {
  padding: 40px 24px; text-align: center; color: var(--tekst-licht); font-size: 0.95rem;
}
.vpnk-geen-resultaten button {
  background: none; border: none; color: var(--blauw-600);
  cursor: pointer; font-weight: 600; text-decoration: underline; font-family: 'Inter', sans-serif;
}
.vpnk-resultaten-teller { font-size: 0.82rem; color: var(--tekst-licht); margin: 12px 0 0 20px; }

/* Geen resultaten */
.vpnk-geen-resultaten, .vpnk-geen-aanbieders {
  padding: 40px 24px;
  text-align: center;
  color: var(--tekst-licht);
  font-size: 0.95rem;
}
.vpnk-geen-resultaten button {
  background: none;
  border: none;
  color: var(--blauw-600);
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
  font-family: 'Inter', sans-serif;
}
.vpnk-resultaten-teller {
  font-size: 0.82rem;
  color: var(--tekst-licht);
  margin: 12px 0 0 20px;
}

/* ════════════════════════════════════════════
   KENNISBANK STICKY ZIJBALK-TAB
════════════════════════════════════════════ */
.vpnk-kb-tab {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 950;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

/* Het verticale lipje */
.vpnk-kb-tab-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #1e293b;
  color: #fff;
  padding: 16px 10px;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-shadow: -3px 0 16px rgba(0,0,0,0.18);
  transition: background 0.2s, padding 0.2s;
  user-select: none;
}

.vpnk-kb-tab-label svg {
  transform: rotate(180deg); /* SVG rechtzetten na writing-mode */
  flex-shrink: 0;
}

.vpnk-kb-tab:hover .vpnk-kb-tab-label,
.vpnk-kb-tab--open .vpnk-kb-tab-label {
  background: #0f172a;
  padding-left: 13px;
}

/* Het uitklapbare paneel */
.vpnk-kb-tab-panel {
  background: #fff;
  border: 1px solid var(--border);
  border-right: none;
  border-radius: 12px 0 0 12px;
  box-shadow: -6px 0 24px rgba(0,0,0,0.1);
  padding: 18px 20px;
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition: width 0.28s cubic-bezier(0.4,0,0.2,1),
              opacity 0.22s ease,
              padding 0.28s ease;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
  pointer-events: none;
}

.vpnk-kb-tab:hover .vpnk-kb-tab-panel,
.vpnk-kb-tab--open .vpnk-kb-tab-panel {
  width: 220px;
  opacity: 1;
  pointer-events: auto;
}

.vpnk-kb-tab-kop {
  font-family: 'Inter', sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--tekst-licht);
  margin: 0 0 8px;
  white-space: nowrap;
}

.vpnk-kb-tab-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 8px;
  text-decoration: none !important;
  color: var(--tekst-body) !important;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s;
}

.vpnk-kb-tab-item:hover {
  background: var(--blauw-50);
  color: var(--blauw-700) !important;
}

.vpnk-kb-tab-icoon {
  font-size: 1.1rem;
  flex-shrink: 0;
}

.vpnk-kb-tab-alle {
  display: block;
  margin-top: 8px;
  padding: 8px 10px;
  border-top: 1px solid var(--border);
  font-family: 'Inter', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--blauw-600) !important;
  text-decoration: none !important;
  white-space: nowrap;
  transition: color 0.15s;
}

.vpnk-kb-tab-alle:hover {
  color: var(--blauw-700) !important;
  text-decoration: underline !important;
}

/* Verberg op mobiel (hamburger menu bevat de links al) */
@media (max-width: 768px) {
  .vpnk-kb-tab { display: none; }
}

/* ════════════════════════════════════════════
   ASTRA SCROLL-TO-TOP — volledig uitschakelen
════════════════════════════════════════════ */
/* Astra's JS zet inline style="display:block" dus we overriden met visibility */
#ast-scroll-top,
.ast-scroll-top-icon {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
}

/* .vpnk-naar-boven — volledig inline gestyled via PHP, geen CSS nodig */

/* ════════════════════════════════════════════
   GERELATEERDE PAGINA'S
════════════════════════════════════════════ */
.vpnk-gerelateerd-titel {
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 24px;
  color: var(--tekst);
}
.vpnk-gerelateerd-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.vpnk-gerelateerd-kaart {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--afgerond);
  padding: 18px 20px;
  text-decoration: none;
  color: var(--tekst);
  transition: box-shadow 0.2s, transform 0.15s, border-color 0.2s;
}
.vpnk-gerelateerd-kaart:hover {
  box-shadow: 0 4px 16px rgba(37,99,235,0.10);
  border-color: var(--blauw-600);
  transform: translateY(-2px);
}
.vpnk-gerelateerd-icoon {
  font-size: 1.6rem;
  flex-shrink: 0;
  line-height: 1;
}
.vpnk-gerelateerd-tekst {
  flex: 1;
  min-width: 0;
}
.vpnk-gerelateerd-tekst strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 4px;
}
.vpnk-gerelateerd-tekst p {
  font-size: 0.82rem;
  color: var(--tekst-licht);
  margin: 0;
  line-height: 1.4;
}
.vpnk-gerelateerd-pijl {
  color: var(--blauw-600);
  font-size: 1.1rem;
  font-weight: 700;
  flex-shrink: 0;
}

/* ════════════════════════════════════════════
   HAMBURGER MENU
════════════════════════════════════════════ */

/* Hamburger knop — verborgen op desktop */
.vpnk-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: var(--blauw-50);     /* lichtblauwe achtergrond — altijd zichtbaar */
  border: 1.5px solid var(--blauw-100);
  cursor: pointer;
  padding: 8px 10px;
  border-radius: var(--afgerond);
  transition: background 0.2s, border-color 0.2s;
  z-index: 1001;
}
.vpnk-hamburger:hover {
  background: var(--blauw-100);
  border-color: var(--blauw-500);
}
.vpnk-hamburger-lijn {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--blauw-600);   /* blauw → altijd zichtbaar, ook in dark mode */
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.2s;
}

/* Mobiel menu overlay */
.vpnk-mobiel-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 1000;
  align-items: flex-start;
  justify-content: flex-end;
}
.vpnk-mobiel-menu--open {
  display: flex;
}
.vpnk-mobiel-menu-inner {
  background: #ffffff;
  width: min(320px, 85vw);
  height: 100%;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  box-shadow: -4px 0 24px rgba(0,0,0,0.15);
  overflow-y: auto;
  animation: vpnk-slide-in 0.25s ease;
}
@keyframes vpnk-slide-in {
  from { transform: translateX(100%); }
  to   { transform: translateX(0); }
}
/* Lichte modus standaard */
.vpnk-mobiel-sluit {
  align-self: flex-end;
  background: #F1F5F9;
  border: none;
  border-radius: 8px;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: #475569;
  padding: 4px 12px 6px;
  margin-bottom: 24px;
  transition: background 0.15s;
}
.vpnk-mobiel-sluit:hover { background: #E2E8F0; color: #0F172A; }

.vpnk-mobiel-lijst {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.vpnk-mobiel-lijst > li > a {
  display: block;
  padding: 13px 20px;
  font-size: 1rem;
  font-weight: 600;
  color: #0F172A;
  text-decoration: none;
  background: #F1F5F9;
  border-radius: 10px;
  transition: background 0.15s;
}
.vpnk-mobiel-lijst > li > a:hover { background: #DBEAFE; color: #1848CC; }

.vpnk-mobiel-cta {
  display: block;
  margin-top: 16px;
  padding: 15px 20px;
  background: #2563EB;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
  transition: background 0.2s;
}
.vpnk-mobiel-cta:hover { background: #1848CC; color: #fff; }

/* Donkere modus */
@media (prefers-color-scheme: dark) {
  .vpnk-mobiel-menu-inner          { background: #0F2557; }
  .vpnk-mobiel-sluit               { background: #1E3A5F; color: #94A3B8; }
  .vpnk-mobiel-sluit:hover         { background: #2D4E7A; color: #E2E8F0; }
  .vpnk-mobiel-groep-label         { color: rgba(255,255,255,0.4); }
  .vpnk-mobiel-lijst > li > a      { background: #1E3A5F; color: #E2E8F0; }
  .vpnk-mobiel-lijst > li > a:hover { background: #2D4E7A; color: #fff; }
  .vpnk-mobiel-sub li a            { background: #162E4D; color: #CBD5E1; }
  .vpnk-mobiel-sub li a:hover      { background: #1E3A5F; color: #fff; }
}

/* ════════════════════════════════════════════
   COOKIE CONSENT BANNER
════════════════════════════════════════════ */
.vpnk-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  border-top: 2px solid var(--border);
  box-shadow: 0 -4px 24px rgba(0,0,0,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
}
.vpnk-cookie-inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.vpnk-cookie-tekst {
  flex: 1;
  min-width: 200px;
  font-size: 0.88rem;
  color: var(--tekst-licht);
  margin: 0;
  line-height: 1.5;
}
.vpnk-cookie-tekst a {
  color: var(--blauw-600);
  text-decoration: underline;
}
.vpnk-cookie-knoppen {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.vpnk-cookie-btn {
  padding: 9px 20px;
  border-radius: var(--afgerond);
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  cursor: pointer;
  border: none;
  transition: background 0.2s, transform 0.1s;
}
.vpnk-cookie-btn:hover { transform: translateY(-1px); }
.vpnk-cookie-btn--accept {
  background: #2563EB;
  color: #fff;
}
.vpnk-cookie-btn--accept:hover { background: #1d4ed8; }
.vpnk-cookie-btn--reject {
  background: var(--grijs-100);
  color: var(--tekst);
}
.vpnk-cookie-btn--reject:hover {
  background: #CBD5E1;
  color: var(--tekst);
}

/* ════════════════════════════════════════════
   MOBIEL
════════════════════════════════════════════ */
@media (max-width: 768px) {
  .vpnk-nav-inner { padding: 0 20px; }
  .vpnk-nav-links { display: none !important; }   /* Desktop nav verborgen op mobiel */
  .vpnk-sectie-header { flex-direction: column; align-items: flex-start; gap: 6px; margin-bottom: 14px; }
  .vpnk-auteur { margin-top: 6px !important; }
  .vpnk-hamburger { display: flex; }   /* Hamburger zichtbaar op mobiel */
  .vpnk-hero { padding: 48px 20px 40px; }
  .vpnk-hero h1 { font-size: 1.8rem; }
  .vpnk-keuzemenu { grid-template-columns: 1fr; }
  .vpnk-footer-inner { grid-template-columns: 1fr; gap: 24px; }
  .vpnk-vergelijk-tabel { font-size: 0.8rem; min-width: 640px; table-layout: auto; }
  .vpnk-vergelijk-tabel th,
  .vpnk-vergelijk-tabel td { padding: 8px 8px; white-space: nowrap; }
  /* th mag wrappen zodat lange titels niet door het tooltip-icoon overlappen */
  .vpnk-vergelijk-tabel th { white-space: normal; vertical-align: top; }
  /* Tooltip-icoon op mobiel inline (niet absoluut) zodat het na de tekst staat */
  .vpnk-vergelijk-tabel th .vpnk-tooltip {
    position: relative;
    top: auto;
    right: auto;
    display: inline-flex;
    margin-left: 3px;
    vertical-align: middle;
  }
  .vpnk-vergelijk-tabel td:first-child,
  .vpnk-vergelijk-tabel th:first-child { white-space: normal; min-width: 110px; }
  .vpnk-vergelijk-tabel td:last-child { white-space: normal; }
  .vpnk-provider-label { display: block; margin-left: 0; margin-top: 3px; }
  .vpnk-criteria-grid { grid-template-columns: 1fr; }
  .vpnk-tips-grid { grid-template-columns: 1fr; }
  .vpnk-pk-body { grid-template-columns: 1fr; }
  .vpnk-pk-zij { align-items: flex-start; min-width: unset; }
  .vpnk-pk-prijs { text-align: left; }
  .vpnk-pk-score { margin-left: 0; }
  .vpnk-pk-header { gap: 10px; }
  .vpnk-contact-grid { grid-template-columns: 1fr; }
  .vpnk-uitleg-grid { grid-template-columns: 1fr; }
  .vpnk-gebruik-grid { grid-template-columns: 1fr; }
  .vpnk-vgl-blok { grid-template-columns: 1fr; }
  .vpnk-over-grid { grid-template-columns: 1fr; }
  .vpnk-cookie-inner { flex-direction: column; align-items: flex-start; }
  .vpnk-cookie-knoppen { width: 100%; }
  .vpnk-cookie-btn { flex: 1; text-align: center; }
  .vpnk-waarom-grid { grid-template-columns: 1fr 1fr; }
  .vpnk-gerelateerd-grid { grid-template-columns: 1fr; }
  .vpnk-vergelijk-wrap { grid-template-columns: 1fr; }
  .vpnk-filter-sidebar { position: static; }
  .vpnk-lijst-header { display: none; }
  .vpnk-aanbieder-rij { grid-template-columns: 1fr; }
  .vpnk-ar-linker { border-right: none; border-bottom: 1px solid var(--border); }
  .vpnk-ar-cta { border-left: none; border-top: 1px solid var(--border); align-items: stretch; }
  /* Ruimte onderaan zodat de sticky CTA-balk de content niet overlapt */
  body { padding-bottom: 72px; }
}

/* ════════════════════════════════════════════
   STICKY MOBIELE CTA-BALK
════════════════════════════════════════════ */
.vpnk-sticky-cta {
  display: none;  /* verborgen op desktop */
}
@media (max-width: 768px) {
  .vpnk-sticky-cta {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 16px;
    padding-bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top: 1px solid var(--border);
    box-shadow: 0 -4px 20px rgba(37,99,235,0.12);
    z-index: 998;
  }
  .vpnk-sticky-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: var(--blauw-600);
    color: #fff;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    padding: 14px 20px;
    border-radius: 10px;
    transition: background 0.2s;
  }
  .vpnk-sticky-cta a:hover {
    background: var(--blauw-700);
    color: #fff;
  }
}

/* ════════════════════════════════════════════
   MOBIELE FILTER TOGGLE
════════════════════════════════════════════ */
.vpnk-filter-toggle {
  display: none;  /* verborgen op desktop */
}
@media (max-width: 768px) {
  .vpnk-filter-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 13px 16px;
    background: var(--blauw-50);
    border: 1.5px solid var(--blauw-100);
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--blauw-700);
    cursor: pointer;
    margin-bottom: 12px;
    transition: background 0.2s, border-color 0.2s;
  }
  .vpnk-filter-toggle:hover {
    background: var(--blauw-100);
    border-color: var(--blauw-500);
  }
  .vpnk-filter-toggle-chevron {
    transition: transform 0.25s ease;
    flex-shrink: 0;
  }
  .vpnk-filter-toggle[aria-expanded="true"] .vpnk-filter-toggle-chevron {
    transform: rotate(180deg);
  }
  /* Filter sidebar standaard ingeklapt op mobiel */
  .vpnk-filter-sidebar {
    display: none;
    margin-bottom: 16px;
  }
  .vpnk-filter-sidebar--open {
    display: block;
  }
}

/* ============================================================
   Blog — overzicht & single post
   ============================================================ */

/* ── Blog categorie buttons ── */
.vpnk-blog-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
}
.vpnk-blog-cat-btn {
  padding: 6px 16px;
  border-radius: 20px;
  border: 1.5px solid var(--border);
  background: #fff;
  color: var(--tekst-meta);
  font-size: 0.82rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .15s, color .15s, background .15s;
}
.vpnk-blog-cat-btn:hover,
.vpnk-blog-cat-btn--actief {
  border-color: var(--blauw-600);
  color: var(--blauw-600);
  background: var(--blauw-50);
}

/* ── Blog grid ── */
.vpnk-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.vpnk-blog-grid--3 { grid-template-columns: repeat(3, 1fr); }

/* ── Blog kaart ── */
.vpnk-blog-kaart {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s, border-color .2s;
}
.vpnk-blog-kaart:hover {
  box-shadow: 0 4px 20px rgba(37,99,235,.09);
  border-color: #BFDBFE;
}
.vpnk-blog-kaart-img-wrap {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--bg-licht);
}
.vpnk-blog-kaart-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s;
}
.vpnk-blog-kaart:hover .vpnk-blog-kaart-img { transform: scale(1.03); }
.vpnk-blog-kaart-img-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%);
}
.vpnk-blog-kaart-img-placeholder svg { width: 60px; height: 40px; opacity: .7; }

/* Logo-variant voor review-kaarten */
.vpnk-blog-kaart-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%);
  padding: 20px;
}
.vpnk-blog-kaart-logo {
  max-height: 80px;
  max-width: 180px;
  width: auto;
  object-fit: contain;
  display: block;
  transition: transform .3s;
  mix-blend-mode: multiply;
}
.vpnk-blog-kaart:hover .vpnk-blog-kaart-logo { transform: scale(1.05); }
.vpnk-blog-kaart-logo-fallback {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--blauw-700);
  letter-spacing: -0.5px;
}

.vpnk-blog-kaart-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.vpnk-blog-kaart-cat {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--blauw-600);
}
.vpnk-blog-kaart-titel {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}
.vpnk-blog-kaart-titel a {
  color: var(--tekst-dark);
  text-decoration: none;
}
.vpnk-blog-kaart-titel a:hover { color: var(--blauw-600); }
.vpnk-blog-kaart-excerpt {
  font-size: 0.85rem;
  color: var(--tekst-meta);
  line-height: 1.5;
  margin: 0;
  flex: 1;
}
.vpnk-blog-kaart-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 4px;
  font-size: 0.78rem;
  color: var(--tekst-meta);
}
.vpnk-blog-kaart-auteur {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  color: var(--tekst-body);
}
.vpnk-blog-kaart-info { display: flex; align-items: center; gap: 5px; }
.vpnk-blog-kaart-sep { opacity: .4; }

/* ── Auteur avatar ── */
.vpnk-blog-auteur-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--blauw-600);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.vpnk-blog-auteur-avatar--groot {
  width: 44px;
  height: 44px;
  font-size: 1.1rem;
}

/* ── Paginering ── */
.vpnk-blog-paginering {
  display: flex;
  justify-content: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 16px;
}
.vpnk-blog-paginering span a,
.vpnk-blog-paginering span span {
  display: inline-flex;
  align-items: center;
  padding: 7px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--afgerond);
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--tekst-body);
  text-decoration: none;
  background: #fff;
  transition: border-color .15s, color .15s;
}
.vpnk-blog-paginering span a:hover { border-color: var(--blauw-600); color: var(--blauw-600); }
.vpnk-blog-paginering .current span,
.vpnk-blog-paginering span.current {
  background: var(--blauw-600);
  color: #fff;
  border-color: var(--blauw-600);
}

/* ── Single post: artikel hero ── */
.vpnk-artikel-hero {
  background: linear-gradient(135deg, #0F2557 0%, #1848CC 100%);
  padding: 52px 0 48px;
  color: #fff;
}
.vpnk-artikel-hero-inner { max-width: 800px; margin: 0 auto; padding: 0 20px; }
.vpnk-artikel-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  margin-bottom: 20px;
  opacity: .75;
}
.vpnk-artikel-breadcrumb a { color: #fff; text-decoration: none; }
.vpnk-artikel-breadcrumb a:hover { text-decoration: underline; }
.vpnk-artikel-hero-cat {
  display: inline-block;
  background: rgba(255,255,255,.15);
  color: #fff;
  border-radius: 20px;
  padding: 3px 12px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 14px;
}
.vpnk-artikel-hero-titel {
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 16px;
}
.vpnk-artikel-hero-intro {
  font-size: 1.05rem;
  line-height: 1.65;
  color: rgba(255,255,255,.85);
  margin-bottom: 24px;
  max-width: 680px;
}
.vpnk-artikel-hero-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.vpnk-artikel-meta-tekst {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.vpnk-artikel-meta-naam {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
}
.vpnk-artikel-meta-detail {
  font-size: 0.78rem;
  color: rgba(255,255,255,.65);
}

/* ── Featured image ── */
.vpnk-artikel-featured-img {
  background: #fff;
  padding: 0 0 0;
}
.vpnk-artikel-featured-img .vpnk-inner { max-width: 900px; }
.vpnk-artikel-featured-img-el {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
  border-radius: 0 0 16px 16px;
  display: block;
}

/* ── Artikel layout (content + sidebar) ── */
.vpnk-artikel-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 40px;
  padding-top: 48px;
  padding-bottom: 48px;
  max-width: 1100px;
  align-items: start;
}

/* ── Artikel content typografie ── */
.vpnk-artikel-content {
  min-width: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--tekst-body);
}
.vpnk-artikel-content h2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--tekst-dark);
  margin: 2rem 0 .75rem;
  padding-top: .5rem;
}
.vpnk-artikel-content h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--tekst-dark);
  margin: 1.5rem 0 .5rem;
}
.vpnk-artikel-content p { margin-bottom: 1.1rem; }
.vpnk-artikel-content ul,
.vpnk-artikel-content ol {
  padding-left: 1.4rem;
  margin-bottom: 1.1rem;
}
.vpnk-artikel-content li { margin-bottom: .4rem; }
.vpnk-artikel-content strong { color: var(--tekst-dark); font-weight: 700; }
.vpnk-artikel-content a { color: var(--blauw-600); }
.vpnk-artikel-content a:hover { text-decoration: underline; }
.vpnk-artikel-content blockquote {
  border-left: 4px solid var(--blauw-500);
  padding: 12px 20px;
  margin: 1.5rem 0;
  background: var(--blauw-50);
  border-radius: 0 8px 8px 0;
  font-style: italic;
  color: var(--tekst-meta);
}

/* ── Artikel sidebar ── */
.vpnk-artikel-sidebar { position: sticky; top: 84px; }
.vpnk-artikel-sidebar-card {
  background: var(--blauw-50);
  border: 1.5px solid #BFDBFE;
  border-radius: 12px;
  padding: 24px;
}
.vpnk-artikel-sidebar-titel {
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--tekst-dark);
  margin-bottom: 8px;
}
.vpnk-artikel-sidebar-tekst {
  font-size: 0.85rem;
  color: var(--tekst-meta);
  line-height: 1.55;
  margin-bottom: 16px;
}
.vpnk-knop--sidebar {
  display: block;
  text-align: center;
  padding: 10px 16px;
  font-size: 0.88rem;
  margin-top: 0;
  align-self: unset;
}

/* ── Auteursbio ── */
.vpnk-auteur-bio-sectie {
  background: var(--bg-licht);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 36px 0;
}
.vpnk-auteur-bio {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.vpnk-auteur-bio-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1848CC, #3B82F6);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.vpnk-auteur-bio-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: var(--tekst-meta);
  margin-bottom: 4px;
}
.vpnk-auteur-bio-naam {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--tekst-dark);
  margin-bottom: 2px;
}
.vpnk-auteur-bio-functie {
  font-size: 0.82rem;
  color: var(--blauw-600);
  font-weight: 600;
  margin-bottom: 8px;
}
.vpnk-auteur-bio-beschrijving {
  font-size: 0.9rem;
  color: var(--tekst-meta);
  line-height: 1.6;
}

/* ── Gerelateerde artikelen ── */
.vpnk-gerelateerd-artikelen { padding: 52px 0; }
.vpnk-gerelateerd-titel {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--tekst-dark);
  margin-bottom: 28px;
}

/* ── Responsive blog ── */
@media (max-width: 900px) {
  .vpnk-blog-grid { grid-template-columns: repeat(2, 1fr); }
  .vpnk-artikel-layout { grid-template-columns: 1fr; }
  .vpnk-artikel-sidebar { position: static; }
}
@media (max-width: 600px) {
  .vpnk-blog-grid,
  .vpnk-blog-grid--3 { grid-template-columns: 1fr; }
  .vpnk-auteur-bio { flex-direction: column; }
}

/* Artikel sectie override: minder top-padding want hero zit erboven */
.vpnk-artikel-sectie.vpnk-sectie--wit .vpnk-inner {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 1100px;
}

/* ══════════════════════════════════════════════════════════
   REVIEW PAGINA — gecenterde single-column layout
   ══════════════════════════════════════════════════════════ */


/* Content wrapper: gecenterd, max 800px */
.vpnk-review-content-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 48px 24px 56px;
}

/* CTA balk bovenin artikel */
.vpnk-review-cta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: var(--blauw-50, #EFF6FF);
  border: 1px solid var(--blauw-200, #BFDBFE);
  border-radius: 10px;
  padding: 14px 20px;
  margin-bottom: 36px;
  font-size: 0.9rem;
  color: var(--blauw-900);
  font-weight: 500;
}

.vpnk-knop--klein {
  padding: 8px 18px;
  font-size: 0.85rem;
  white-space: nowrap;
  flex-shrink: 0;
}

@media (max-width: 600px) {
  .vpnk-review-cta-bar { flex-direction: column; align-items: flex-start; }
  .vpnk-review-content-wrap { padding: 32px 16px 40px; }
}
