/* MSP Institute — eigen huisstijl, G2-achtige opbouw */
:root {
  --ink: #0f2440;
  --ink-2: #4d5c75;
  --accent: #0553a4;        /* donker azuurblauw */
  --accent-dark: #043e7d;
  --sea: #0e7c9c;           /* zeeblauw */
  --peach: #eef5fb;         /* lichte azuurtint (herobg) */
  --card: #ffffff;
  --line: #e3e8f0;
  --chip: #eef3fa;
  --green: #0e9f6e;
  --green-bg: #e6f6f0;
  --purple: #8a6400;        /* premium-goud */
  --purple-bg: #faf1d8;
  --blue: #0a66c2;
  --bg: #fafbfd;
  --radius: 10px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.55;
  font-size: 15px;
}
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { line-height: 1.2; margin: 0 0 .5em; }
h1 { font-size: 30px; }
h2 { font-size: 22px; }
.container { max-width: 1140px; margin: 0 auto; padding: 0 20px; }

/* Header */
.site-header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 50; }
.header-inner { display: flex; align-items: center; gap: 26px; height: 62px; }
.brand { display: flex; align-items: center; gap: 9px; text-decoration: none !important; }
.brand-mark {
  width: 34px; height: 38px; display: flex; align-items: center; justify-content: center;
  color: var(--ink);
}
.brand-mark .logo-mark { width: 100%; height: 100%; display: block; }
.brand-mark.light { color: #fff; }
.brand-mark.light .logo-mark polygon[fill="#ffffff"] { fill: #101a30; }
.brand-name { font-weight: 800; font-size: 17px; color: var(--ink); letter-spacing: .2px; }
.brand-name em { font-style: normal; color: var(--accent); }
.brand-name.light { color: #fff; }
.main-nav { display: flex; gap: 20px; flex: 1; }
.main-nav a { color: var(--ink); font-weight: 600; font-size: 14px; }
.main-nav a:hover { color: var(--accent); text-decoration: none; }
.header-actions { display: flex; gap: 10px; align-items: center; }
.nav-login { font-weight: 600; color: var(--ink); font-size: 14px; }

/* Knoppen */
.btn {
  display: inline-block; padding: 9px 18px; border-radius: 999px; font-weight: 700; font-size: 14px;
  border: 2px solid transparent; cursor: pointer; text-decoration: none !important; text-align: center;
}
.btn-primary { background: var(--accent); color: #fff; }
.btn-primary:hover { background: var(--accent-dark); }
.btn-outline { border-color: var(--ink); color: var(--ink); background: transparent; }
.btn-outline:hover { background: var(--ink); color: #fff; }
.btn-ghost { color: var(--blue); background: transparent; padding-left: 0; }
.btn-lg { padding: 13px 26px; font-size: 16px; }
.btn-sm { padding: 5px 12px; font-size: 13px; }
.btn-green { background: var(--green); color: #fff; }
.btn-danger { background: #c0392b; color: #fff; }

/* Flash */
.flash { margin: 14px auto; padding: 11px 16px; border-radius: var(--radius); font-weight: 600; }
.flash-notice { background: var(--green-bg); color: var(--green); }
.flash-alert { background: #fdecea; color: #c0392b; }

/* Hero */
.hero { background: var(--peach); padding: 64px 0 56px; position: relative; overflow: hidden; }
.hero::before, .hero::after {
  content: ""; position: absolute; border-radius: 14px; opacity: .9;
}
.hero::before { width: 90px; height: 44px; background: var(--sea); transform: rotate(-18deg); left: 6%; top: 58%; }
.hero::after { width: 74px; height: 40px; background: var(--accent); transform: rotate(22deg); right: 7%; top: 16%; }
.hero-inner { text-align: center; max-width: 760px; margin: 0 auto; position: relative; z-index: 1; }
.hero h1 { font-size: 44px; font-weight: 800; margin-bottom: 12px; }
.hero p.sub { font-size: 17px; color: var(--ink-2); margin: 0 0 26px; }
.hero p.sub strong { color: var(--accent); }
.search-form { display: flex; max-width: 620px; margin: 0 auto; background: #fff; border-radius: 999px; box-shadow: 0 8px 28px rgba(22,35,63,.12); overflow: hidden; }
.search-form input { flex: 1; border: 0; padding: 15px 24px; font-size: 15px; outline: none; }
.search-form button { border: 0; background: var(--accent); color: #fff; padding: 0 26px; font-size: 16px; cursor: pointer; font-weight: 700; }
.hero-links { margin-top: 18px; font-size: 13.5px; }
.hero-links a { margin: 0 10px; color: var(--ink-2); font-weight: 600; }

/* Wizard */
.hero-wizard { padding: 44px 0 40px; }
.wizard-split { display: grid; grid-template-columns: 1fr 1.1fr; gap: 44px; align-items: center; position: relative; z-index: 1; }
.wizard-intro h1 { font-size: 40px; font-weight: 800; margin-bottom: 12px; }
.wizard-intro .sub { font-size: 16.5px; color: var(--ink-2); }
.wizard-intro .sub strong { color: var(--accent); }
.wizard-intro .sub-small { font-size: 13.5px; color: var(--ink-2); margin-top: 14px; }
.wizard-card {
  background: #fff; border-radius: 16px; padding: 26px 28px;
  box-shadow: 0 16px 44px rgba(22,35,63,.14); min-height: 330px;
  display: flex; flex-direction: column;
}
#wizard-step { display: flex; flex-direction: column; flex: 1; }
#wizard-step .wizard-nav { margin-top: auto; padding-top: 14px; }
.wizard-progress { display: flex; gap: 6px; margin-bottom: 16px; }
.wizard-dot { width: 26px; height: 5px; border-radius: 999px; background: var(--line); }
.wizard-dot.active { background: var(--accent); }
.wizard-dot.done { background: #9dc1ee; }
.wizard-card h3 { font-size: 19px; margin: 0 0 4px; }
.wizard-hint { color: var(--ink-2); font-size: 13px; margin: 0 0 12px; }
.wizard-options { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 4px; }
.wizard-option {
  border: 1.5px solid var(--line); background: #fff; border-radius: 999px;
  padding: 9px 16px; font-size: 13.5px; font-weight: 600; color: var(--ink);
  cursor: pointer; font-family: inherit; transition: border-color .12s, background .12s;
}
.wizard-option:hover { border-color: var(--accent); color: var(--accent); }
.wizard-option.selected { border-color: var(--accent); background: #e7f0fd; color: var(--accent-dark); }
.wizard-input { width: 100%; padding: 12px 15px; border: 1.5px solid var(--line); border-radius: 10px; font-size: 14px; font-family: inherit; }
.wizard-nav { display: flex; gap: 12px; align-items: center; margin-top: 18px; }
.wizard-back, .wizard-skip {
  border: 0; background: transparent; color: var(--ink-2); font-weight: 600;
  font-size: 13px; cursor: pointer; font-family: inherit; padding: 6px 0;
}
.wizard-back:hover, .wizard-skip:hover { color: var(--accent); }
.wizard-skip { margin-left: auto; }

/* MSP-strip */
.strip-section { background: #fff; border-bottom: 1px solid var(--line); padding: 26px 0 18px; }
.strip-scroll {
  display: flex; gap: 14px; overflow-x: auto; padding-bottom: 14px;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
}
.strip-card {
  flex: 0 0 250px; scroll-snap-align: start; border: 1px solid var(--line); border-radius: 12px;
  padding: 16px; background: #fff; text-decoration: none !important; color: var(--ink);
  display: flex; flex-direction: column; gap: 4px; transition: box-shadow .15s, border-color .15s;
}
.strip-card:hover { box-shadow: 0 10px 24px rgba(22,35,63,.10); border-color: #d9d5ea; }
.strip-top { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; }
.strip-top .logo-frame { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 9px; padding: 5px; }
.strip-card strong { font-size: 14.5px; }
.strip-meta { font-size: 12px; color: var(--ink-2); }
.strip-card p { font-size: 12.5px; color: var(--ink-2); margin: 6px 0 8px; flex: 1; }
.strip-link { font-size: 12.5px; font-weight: 700; color: var(--accent); }

/* Whitepaper-kaartjes in de fold */
.fold-papers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding-bottom: 8px; }
.fold-paper {
  display: flex; flex-direction: column; gap: 6px;
  border: 1px solid var(--line); border-radius: 12px; padding: 16px 18px;
  background: var(--chip); color: var(--ink); text-decoration: none !important;
  transition: box-shadow .15s, border-color .15s, background .15s;
}
.fold-paper:hover { background: #fff; border-color: #c9d9ec; box-shadow: 0 8px 20px rgba(15,36,64,.08); }
.fold-paper-kind { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; color: var(--accent); }
.fold-paper strong { font-size: 14px; line-height: 1.35; flex: 1; }
.fold-paper-arrow { font-size: 12.5px; font-weight: 700; color: var(--accent); }
@media (max-width: 900px) { .fold-papers { grid-template-columns: 1fr; } }

/* Subtiele scrollbalk voor de MSP-strip */
.strip-scroll { scrollbar-width: thin; scrollbar-color: #c6d3e4 transparent; }
.strip-scroll::-webkit-scrollbar { height: 6px; }
.strip-scroll::-webkit-scrollbar-track { background: transparent; }
.strip-scroll::-webkit-scrollbar-thumb { background: #c6d3e4; border-radius: 999px; }
.strip-scroll::-webkit-scrollbar-thumb:hover { background: #9fb6d3; }

/* Stat-band */
.stat-band { display: flex; justify-content: center; gap: 56px; padding: 26px 0; background: #fff; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.stat { text-align: center; }
.stat b { display: block; font-size: 26px; color: var(--accent); }
.stat span { color: var(--ink-2); font-size: 13.5px; }

/* Secties */
.section { padding: 52px 0; }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.section-head .more { font-weight: 700; color: var(--accent); font-size: 14px; }

/* Home: categorie + tegels */
.cat-split { display: grid; grid-template-columns: 280px 1fr; gap: 40px; align-items: start; }
.cat-list { display: flex; flex-direction: column; gap: 4px; }
.cat-list a { padding: 9px 14px; border-radius: 8px; color: var(--ink); font-weight: 600; font-size: 14px; border: 1px solid transparent; }
.cat-list a:hover, .cat-list a.active { border-color: var(--accent); color: var(--accent); text-decoration: none; }
.tile-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.tile { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; text-align: center; transition: box-shadow .15s; position: relative; }
.tile:hover { box-shadow: 0 8px 22px rgba(22,35,63,.10); }
.tile .logo-frame { height: 56px; display: flex; align-items: center; justify-content: center; margin-bottom: 10px; }
.tile a { color: var(--ink); font-weight: 700; font-size: 14px; }

/* Logo's */
.logo-frame { display: flex; align-items: center; justify-content: center; }
.logo-frame img.logo { max-height: 100%; max-width: 100%; object-fit: contain; }
.logo-initials { width: 52px; height: 52px; border-radius: 10px; background: var(--chip); color: var(--accent); font-weight: 800; font-size: 19px; display: flex; align-items: center; justify-content: center; }

/* Badges en chips */
.badge { display: inline-flex; align-items: center; gap: 5px; padding: 3px 10px; border-radius: 999px; font-size: 12px; font-weight: 700; }
.badge-premium { background: var(--purple-bg); color: var(--purple); }
.badge-valid { background: var(--green-bg); color: var(--green); }
.badge-free { background: var(--chip); color: var(--ink-2); }
.badge-pending { background: #fef4e6; color: #b7791f; }
.badge-warn { background: #fdecea; color: #c0392b; }
.chip { display: inline-block; padding: 4px 11px; border-radius: 999px; background: var(--chip); color: var(--ink); font-size: 12.5px; font-weight: 600; margin: 0 6px 6px 0; }
.chip:hover { text-decoration: none; background: #e7f0fd; color: var(--accent); }

/* Directory */
.dir-head { padding: 26px 0 6px; }
.dir-head .crumbs { font-size: 12.5px; color: var(--ink-2); margin-bottom: 8px; }
.dir-layout { display: grid; grid-template-columns: 250px 1fr; gap: 28px; align-items: start; padding-bottom: 60px; }
.filters { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; position: sticky; top: 78px; }
.filters h4 { font-size: 13px; text-transform: uppercase; letter-spacing: .5px; color: var(--ink-2); margin: 16px 0 8px; }
.filters h4:first-child { margin-top: 0; }
.filters label { display: flex; gap: 8px; align-items: center; font-size: 13.5px; padding: 3px 0; color: var(--ink); }
.filters select { width: 100%; padding: 7px 10px; border: 1px solid var(--line); border-radius: 8px; font-size: 13.5px; }
.filters .clear { display: inline-block; margin-top: 12px; font-size: 13px; font-weight: 700; }

.result-count { color: var(--ink-2); font-size: 13.5px; margin-bottom: 14px; }
.provider-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; margin-bottom: 16px; display: grid; grid-template-columns: 74px 1fr auto; gap: 18px; }
.provider-card.featured { border: 2px solid var(--purple); box-shadow: 0 10px 26px rgba(91,33,182,.10); }
.provider-card .logo-frame { width: 74px; height: 74px; border: 1px solid var(--line); border-radius: 10px; padding: 8px; background: #fff; }
.provider-card h3 { margin: 0 0 2px; font-size: 17px; }
.provider-card h3 a { color: var(--ink); }
.provider-card .meta { color: var(--ink-2); font-size: 13px; margin-bottom: 8px; }
.provider-card .desc { font-size: 14px; color: var(--ink); margin: 0 0 10px; max-width: 640px; }
.provider-card .card-actions { display: flex; flex-direction: column; gap: 8px; align-items: flex-end; }
.compare-check { font-size: 13px; color: var(--ink-2); display: flex; gap: 6px; align-items: center; white-space: nowrap; }

.pagination { display: flex; gap: 6px; justify-content: center; margin-top: 26px; }
.pagination a, .pagination span { padding: 7px 13px; border: 1px solid var(--line); border-radius: 8px; font-weight: 600; font-size: 13.5px; background: #fff; }
.pagination .current { background: var(--ink); color: #fff; border-color: var(--ink); }

/* Compare-bar */
.compare-bar[hidden] { display: none; }
.compare-bar {
  position: fixed; bottom: 18px; left: 50%; transform: translateX(-50%);
  background: var(--ink); color: #fff; padding: 12px 18px; border-radius: 999px;
  display: flex; gap: 14px; align-items: center; z-index: 90; box-shadow: 0 12px 30px rgba(0,0,0,.25);
}
.compare-bar .btn-outline { border-color: #fff; color: #fff; }

/* Profiel */
.profile-hero { height: 150px; background: linear-gradient(105deg, var(--ink) 0%, var(--accent) 60%, var(--sea) 130%); }
.profile-hero.free { height: 54px; background: var(--peach); }
.profile-head { background: #fff; border-bottom: 1px solid var(--line); padding-bottom: 20px; }
.profile-head-inner { display: flex; gap: 22px; align-items: flex-end; }
.profile-logo { width: 108px; height: 108px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 12px; margin-top: -44px; box-shadow: 0 6px 18px rgba(22,35,63,.10); }
.profile-title { flex: 1; padding-top: 12px; }
.profile-title h1 { font-size: 27px; margin-bottom: 2px; }
.profile-title .meta { color: var(--ink-2); font-size: 13.5px; }
.profile-cta { display: flex; gap: 10px; padding-top: 12px; flex-wrap: wrap; }

.profile-layout { display: grid; grid-template-columns: 190px 1fr 290px; gap: 26px; align-items: start; padding: 26px 0 70px; }
.profile-nav { position: sticky; top: 78px; display: flex; flex-direction: column; gap: 2px; }
.profile-nav a { padding: 8px 12px; border-left: 3px solid transparent; color: var(--ink); font-weight: 600; font-size: 13.5px; }
.profile-nav a:hover { border-left-color: var(--accent); color: var(--accent); text-decoration: none; }
.profile-main { min-width: 0; }
.panel { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; margin-bottom: 18px; }
.panel h2 { font-size: 18px; margin-bottom: 12px; }
.panel-locked { position: relative; border-style: dashed; background: repeating-linear-gradient(45deg, #fff, #fff 12px, #fbfaff 12px, #fbfaff 24px); }
.locked-note { color: var(--ink-2); font-size: 13.5px; display: flex; align-items: center; gap: 8px; }
.locked-note::before { content: "🔒"; }
.side-panel { position: sticky; top: 78px; }

.kv { display: grid; grid-template-columns: 130px 1fr; gap: 6px 12px; font-size: 13.5px; }
.kv dt { color: var(--ink-2); }
.kv dd { margin: 0; font-weight: 600; }

.cap-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px 22px; }
.cap-row { display: flex; justify-content: space-between; gap: 10px; padding: 7px 0; border-bottom: 1px solid var(--line); font-size: 13.5px; }
.cap-yes { color: var(--green); font-weight: 800; }
.cap-no { color: #c0392b; font-weight: 800; }
.cap-unknown { color: var(--ink-2); }

.ref-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 16px; margin-bottom: 12px; background: #fbfffd; }
.ref-card .who { font-size: 13px; color: var(--ink-2); margin-top: 8px; }
.video-embed { aspect-ratio: 16 / 9; width: 100%; border: 0; border-radius: var(--radius); }

.alt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.alt-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 14px; background: #fff; display: flex; gap: 10px; align-items: center; }
.alt-card .logo-frame { width: 44px; height: 44px; flex: none; }
.alt-card a { font-weight: 700; color: var(--ink); font-size: 13.5px; }

/* Op verzoek beschikbaar */
.on-request { display: inline-block; padding: 3px 10px; border-radius: 999px; border: 1px solid #c9d9ec; background: #f4f8fe; color: var(--accent); font-weight: 700; font-size: 12.5px; text-decoration: none !important; white-space: nowrap; }
.on-request:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.on-request-sm { padding: 1px 8px; font-size: 11.5px; }
.panel-locked { background: #fff; border-style: solid; }

/* Keurmerk */
.seal { display: inline-flex; align-items: center; gap: 8px; padding: 4px 12px 4px 6px; border-radius: 999px; background: #fffaf0; border: 1px solid #ecd9a3; }
.seal-text { display: flex; flex-direction: column; line-height: 1.05; }
.seal-text strong { font-size: 12px; color: #0553a4; letter-spacing: .3px; }
.seal-text span { font-size: 11px; color: #8a6d1e; font-weight: 700; }
.seal-checks { list-style: none; padding: 0; margin: 0; }
.seal-checks li { display: flex; gap: 10px; align-items: flex-start; padding: 7px 0; border-bottom: 1px solid var(--line); font-size: 13.5px; }
.seal-checks li:last-child { border-bottom: 0; }
.seal-ok { color: var(--green); font-weight: 800; }
.seal-todo { color: var(--ink-2); font-weight: 800; }

/* Whitepaper-illustraties (inline SVG, huisstijl) */
.wp-art { width: 100%; height: 92px; border-radius: 10px; background: linear-gradient(135deg, #0f2440 0%, #0553a4 100%); display: flex; align-items: center; justify-content: center; margin-bottom: 12px; overflow: hidden; }
.wp-art svg { width: 64px; height: 64px; }
.article-card .wp-art { height: 120px; }
.article-card .wp-art svg { width: 76px; height: 76px; }
.article-body .wp-art { height: 200px; border-radius: 12px; margin: 0 0 26px; }
.article-body .wp-art svg { width: 110px; height: 110px; }

/* Vergelijk-kiezer */
.slot-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 16px; }
.slot { border-radius: 12px; padding: 14px; text-align: center; font-size: 13.5px; min-height: 118px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; }
.slot.empty { border: 2px dashed var(--line); color: var(--ink-2); }
.slot.empty span { width: 26px; height: 26px; border-radius: 999px; background: var(--chip); color: var(--accent); font-weight: 800; display: flex; align-items: center; justify-content: center; margin-bottom: 4px; }
.slot.filled { border: 2px solid var(--accent); background: #f4f8fe; }
.slot.filled .logo-frame { width: 40px; height: 40px; }
.slot-remove { font-size: 12px; color: #c0392b; font-weight: 600; }
.picker-provinces { margin-bottom: 12px; }
.chip-active { background: var(--accent); color: #fff; }
.chip-active:hover { background: var(--accent-dark); color: #fff; }
.picker-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;
  max-height: 330px; overflow-y: auto; padding-right: 6px;
  scrollbar-width: thin; scrollbar-color: #c6d3e4 transparent;
}
.picker-card {
  display: flex; align-items: center; gap: 10px; border: 1px solid var(--line);
  border-radius: 10px; padding: 10px 12px; background: #fff; color: var(--ink);
  text-decoration: none !important; transition: border-color .12s, box-shadow .12s;
}
.picker-card:hover { border-color: var(--accent); box-shadow: 0 4px 12px rgba(15,36,64,.08); }
.picker-card .logo-frame { width: 38px; height: 38px; flex: none; }
.picker-info { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.picker-info strong { font-size: 13.5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.picker-info span { font-size: 12px; color: var(--ink-2); }
.picker-add { width: 26px; height: 26px; border-radius: 999px; background: var(--chip); color: var(--accent); font-weight: 800; display: flex; align-items: center; justify-content: center; flex: none; }
@media (max-width: 900px) { .slot-row { grid-template-columns: repeat(2, 1fr); } .picker-grid { grid-template-columns: 1fr; } }

/* Vergelijktabel */
.compare-table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.compare-table th, .compare-table td { border: 1px solid var(--line); padding: 10px 14px; font-size: 13.5px; text-align: left; vertical-align: top; }
.compare-table thead th { background: var(--chip); }
.compare-table .rowhead { background: #fbfaff; font-weight: 700; width: 220px; }

/* Prijzen */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.plan { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 28px; display: flex; flex-direction: column; }
.plan.popular { border: 2px solid var(--accent); box-shadow: 0 14px 34px rgba(5,83,164,.14); position: relative; }
.plan .flag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--accent); color: #fff; padding: 3px 14px; border-radius: 999px; font-size: 12px; font-weight: 800; }
.plan h3 { font-size: 18px; }
.plan .price { font-size: 34px; font-weight: 800; margin: 8px 0 2px; }
.plan .price small { font-size: 14px; font-weight: 600; color: var(--ink-2); }
.plan .terms { color: var(--ink-2); font-size: 12.5px; margin-bottom: 16px; }
.plan ul { list-style: none; padding: 0; margin: 0 0 22px; flex: 1; }
.plan li { padding: 6px 0 6px 26px; position: relative; font-size: 14px; }
.plan li::before { content: "✓"; position: absolute; left: 2px; color: var(--green); font-weight: 800; }
.plan li.no::before { content: "—"; color: var(--ink-2); }

/* Kennis */
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; display: flex; flex-direction: column; }
.article-card .kind { font-size: 11.5px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; color: var(--accent); margin-bottom: 8px; }
.article-card h3 { font-size: 16.5px; }
.article-card h3 a { color: var(--ink); }
.article-card p { color: var(--ink-2); font-size: 13.5px; flex: 1; }
.article-card .date { font-size: 12.5px; color: var(--ink-2); }
.article-body { max-width: 760px; margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 44px 52px; }
.article-body h1 { font-size: 32px; }
.article-body h2 { margin-top: 1.5em; }
.article-body .byline { color: var(--ink-2); font-size: 13.5px; margin-bottom: 24px; }

/* Formulieren */
.form-page { max-width: 560px; margin: 46px auto 70px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 34px; }
.form-page.wide { max-width: 760px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 700; font-size: 13.5px; margin-bottom: 5px; }
.field input, .field textarea, .field select {
  width: 100%; padding: 10px 13px; border: 1px solid var(--line); border-radius: 8px; font-size: 14px; font-family: inherit;
}
.field .hint { font-size: 12.5px; color: var(--ink-2); margin-top: 4px; }
.form-note { background: var(--peach); border-radius: var(--radius); padding: 13px 16px; font-size: 13.5px; margin-bottom: 18px; }

/* CTA-band */
.cta-band { background: var(--ink); color: #fff; padding: 52px 0; text-align: center; }
.cta-band h2 { color: #fff; font-size: 26px; }
.cta-band p { color: #c6cde2; max-width: 560px; margin: 0 auto 22px; }

/* Footer */
.site-footer { background: #101a30; color: #c6cde2; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 34px; padding: 46px 20px 26px; }
.footer-grid h4 { color: #fff; font-size: 13.5px; text-transform: uppercase; letter-spacing: .6px; }
.footer-grid a { display: block; color: #c6cde2; font-size: 13.5px; padding: 3px 0; }
.footer-tagline { font-size: 13.5px; }
.footer-bottom { border-top: 1px solid #253252; padding: 16px 20px; font-size: 12.5px; }
.footer-brand { margin-bottom: 10px; }

/* Dashboard + admin */
.dash-layout { display: grid; grid-template-columns: 220px 1fr; gap: 26px; padding: 34px 0 70px; align-items: start; }
.dash-nav { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 12px; display: flex; flex-direction: column; gap: 2px; position: sticky; top: 78px; }
.dash-nav a { padding: 9px 12px; border-radius: 8px; color: var(--ink); font-weight: 600; font-size: 13.5px; }
.dash-nav a:hover { background: var(--chip); text-decoration: none; }
.stat-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 22px; }
.stat-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px; }
.stat-card b { display: block; font-size: 24px; }
.stat-card span { color: var(--ink-2); font-size: 13px; }
.table { width: 100%; border-collapse: collapse; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.table th, .table td { padding: 10px 13px; border-bottom: 1px solid var(--line); font-size: 13.5px; text-align: left; vertical-align: top; }
.table thead th { background: var(--chip); font-size: 12.5px; text-transform: uppercase; letter-spacing: .4px; }
.table .actions { white-space: nowrap; }
.table .actions form { display: inline-block; }

@media (max-width: 900px) {
  .wizard-split { grid-template-columns: 1fr; gap: 22px; }
  .wizard-intro h1 { font-size: 28px; }
  .cat-split, .dir-layout, .profile-layout, .dash-layout { grid-template-columns: 1fr; }
  .tile-grid, .alt-grid, .article-grid, .plans, .stat-cards { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .profile-nav, .filters, .side-panel, .dash-nav { position: static; }
  .main-nav { display: none; }
  .hero h1 { font-size: 30px; }
  .provider-card { grid-template-columns: 56px 1fr; }
  .provider-card .card-actions { grid-column: 1 / -1; flex-direction: row; }
}
@media (max-width: 560px) {
  .tile-grid, .alt-grid, .article-grid, .plans, .stat-cards, .footer-grid, .cap-grid { grid-template-columns: 1fr; }
}
