/* ============================================================
   VLIEGWIEL · KLOVEN.CSS — Complete Design System
   koenverbrugge.be · All pages
   Brand: Vliegwiel · Palette v2.0 — Teal-first
   ============================================================ */

/* ------------------------------------------------------------
   1. DESIGN TOKENS
   ------------------------------------------------------------ */
:root {
  --coral:        #FF4E46;
  --coral-light:  #FF9592;
  --brown:        #412614;
  --brown-mid:    rgba(65,38,20,0.65);
  --brown-light:  rgba(65,38,20,0.42);
  --teal:         #178CAA;
  --teal-dark:    #0a5c78;
  --teal-mid:     rgba(10,92,120,0.72);
  --teal-glass:   rgba(10,92,120,0.08);
  --sand:         #E6E0C8;
  --cream:        #F4F1DE;
  --warmgrey:     #ADA896;
  --mint:         #D3EFE8;
  --yellow:       #F5C201;
  --lavender:     #989AAC;
  --white:        #ffffff;

  --font: 'Plus Jakarta Sans', sans-serif;
  --font-display: 'Plus Jakarta Sans', sans-serif; /* upgrade naar Playfair Display in HTML <head> voor editorial feel */

  --r-sm:   6px;
  --r-md:   12px;
  --r-lg:   20px;
  --r-xl:   28px;
  --r-pill: 999px;

  --sh-sm: 0 2px 8px rgba(10,92,120,0.08);
  --sh-md: 0 6px 24px rgba(10,92,120,0.13);
  --sh-lg: 0 16px 48px rgba(10,92,120,0.18);

  --ease: cubic-bezier(0.22,1,0.36,1);
  --t-fast: 180ms;
  --t-base: 260ms;
}

/* ------------------------------------------------------------
   2. RESET & BASE
   ------------------------------------------------------------ */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body { font-family: var(--font); background: var(--cream); color: var(--brown); line-height: 1.58;
  text-rendering: optimizeLegibility; font-feature-settings: 'kern' 1, 'liga' 1; }
img,svg { display: block; max-width: 100%; }
button { cursor: pointer; font-family: var(--font); border: none; outline: none; }
a { color: var(--teal); text-decoration: none; transition: color var(--t-fast) var(--ease); }
a:hover { color: var(--coral); }

/* ------------------------------------------------------------
   3. ROOT WRAPPER
   ------------------------------------------------------------ */
.kk { min-height: 100vh; background: var(--cream); }

/* ------------------------------------------------------------
   4. SECTIONS
   ------------------------------------------------------------ */
.kk-s          { padding: 96px 24px; background: var(--cream); position: relative; }
.kk-s::before, .kk-s-off::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  opacity: 0.028; mix-blend-mode: multiply;
}
.kk-s > *, .kk-s-off > * { position: relative; z-index: 1; }
.kk-s-off      { background: var(--sand); }
.kk-s-dark     { background: var(--teal-dark); }
.kk-s-mint     { background: var(--mint); }
.kk-s--compact { padding: 56px 24px; }

.kk-si        { max-width: 960px; margin: 0 auto; display: flex; flex-direction: column; gap: 32px; }
.kk-si--wide  { max-width: 1120px; }

/* ------------------------------------------------------------
   5. TYPOGRAPHY
   ------------------------------------------------------------ */
.kk-h1 {
  font-family: var(--font);
  font-size: clamp(2.6rem,6vw,4.6rem);
  font-weight: 800; line-height: 1.05; letter-spacing: -0.035em;
  color: var(--cream);
}
.kk-h1 em { font-style: italic; color: var(--coral); }

.kk-h2 {
  font-family: var(--font);
  font-size: clamp(1.85rem,3.6vw,2.9rem);
  font-weight: 800; line-height: 1.1; letter-spacing: -0.03em;
  color: var(--brown);
}
.kk-h2--white { color: var(--cream); }
.kk-s-dark .kk-h2 { color: var(--cream); }

.kk-lead { font-size: clamp(1rem,1.8vw,1.1rem); line-height: 1.68; color: var(--brown-mid); max-width: 62ch; }
.kk-lead--dim { color: rgba(244,241,222,0.65); }
.kk-s-dark .kk-lead { color: rgba(244,241,222,0.65); }

.kk-ey {
  display: inline-block;
  font-size: 0.65rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--coral); background: none;
  border-left: 2px solid var(--coral);
  padding: 0 0 0 10px; border-radius: 0; margin-bottom: 8px;
  line-height: 1.6;
}
.kk-s-dark .kk-ey   { color: var(--yellow); background: none; border-left-color: var(--yellow); }
.kk-s-mint .kk-ey   { color: var(--teal);   background: none; border-left-color: var(--teal); }

.kk-label {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase;
  color: rgba(244,241,222,0.6); background: rgba(244,241,222,0.08);
  border: 1px solid rgba(244,241,222,0.14);
  padding: 6px 14px; border-radius: var(--r-pill); width: fit-content;
}

/* Krantenkolom-divider */
.kk-rule {
  border: none; border-top: 1.5px solid rgba(65,38,20,0.14);
  margin: 0;
}
.kk-rule--thin {
  border-top-width: 1px; border-top-color: rgba(65,38,20,0.08);
}

/* ------------------------------------------------------------
   6. HERO
   ------------------------------------------------------------ */
.kk-hero {
  background: var(--teal-dark); padding: 72px 24px 64px;
  position: relative; overflow: hidden;
  min-height: 0; display: flex; align-items: center;
}
.kk-hero--home { min-height: 0; padding: 64px 24px 56px; }

.kk-hero-inner {
  max-width: 820px; margin: 0 auto; position: relative; z-index: 2;
  display: flex; flex-direction: column; gap: 24px; width: 100%;
}
.kk-hero-inner--wide { max-width: 960px; }

.kk-hero-sub {
  font-size: clamp(1rem,1.9vw,1.18rem); line-height: 1.68;
  color: rgba(244,241,222,0.68); max-width: 52ch;
}

.kk-hblob { position: absolute; border-radius: 50%; opacity: 0.06; pointer-events: none; }
.kk-hblob-1 { width: 320px; height: 320px; background: var(--coral); top: -100px; right: -80px; opacity: 0.07; }
.kk-hblob-2 { width: 200px; height: 200px; background: var(--mint); bottom: -60px; left: -30px; opacity: 0.08; }

.kk-hero-dots {
  position: absolute; bottom: 52px; right: 48px;
  width: 100px; height: 100px; border-radius: 50%;
  background-image: radial-gradient(circle, var(--yellow) 1.5px, transparent 1.5px);
  background-size: 8px 8px; opacity: 0.28; pointer-events: none; z-index: 1;
}

.kk-hero-grid { display: grid; grid-template-columns: 1fr 340px; gap: 48px; align-items: center; }
.kk-hero-left { display: flex; flex-direction: column; gap: 28px; }
.kk-hero-proof { display: flex; flex-direction: column; gap: 4px; }
.kk-hero-proof-portrait { height: 220px; border-radius: var(--r-xl); overflow: hidden; background: rgba(255,255,255,0.05); }

.kk-steps    { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.kk-step {
  font-size: 0.82rem; font-weight: 600; padding: 7px 18px; border-radius: var(--r-pill);
  border: 1.5px solid rgba(244,241,222,0.15); color: rgba(244,241,222,0.35);
  transition: all var(--t-base) var(--ease);
}
.kk-step.on, .kk-step.active {
  border-color: var(--coral); color: var(--coral); background: rgba(255,78,70,0.1);
}
.kk-step-arr { color: rgba(244,241,222,0.22); }

.kk-ctas        { display: flex; gap: 14px; flex-wrap: wrap; }
.kk-ctas--mt    { padding-top: 8px; }
.kk-ctas--mt2   { margin-top: 2rem; }

.kk-bc { display: flex; align-items: center; gap: 8px; font-size: 0.75rem; font-weight: 500; color: rgba(244,241,222,0.35); }
.kk-bc a { color: rgba(244,241,222,0.45); }
.kk-bc a:hover { color: var(--coral); }
.kk-bc-sep  { color: rgba(244,241,222,0.18); }
.kk-bc-now  { color: rgba(244,241,222,0.65); font-weight: 600; }

/* Werkvorm hero grid */
.kk-wv-hero-grid { display: grid; grid-template-columns: 1.8fr 1fr; gap: 56px; align-items: start; width: 100%; }
.kk-wv-prop {
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--r-xl); padding: 32px;
  display: flex; flex-direction: column; gap: 18px;
}
.kk-wv-prop-eyebrow {
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase;
  color: rgba(244,241,222,0.45);
}
.kk-wv-prop-title { font-size: 1.05rem; font-weight: 600; line-height: 1.58; color: rgba(244,241,222,0.82); }
.kk-wv-prop-title em { font-style: italic; color: var(--yellow); }
.kk-wv-checks { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.kk-wv-checks li {
  font-size: 0.87rem; line-height: 1.55; color: rgba(244,241,222,0.7);
  padding-left: 20px; position: relative;
}
.kk-wv-checks li::before { content: '✓'; position: absolute; left: 0; color: var(--mint); font-weight: 700; font-size: 0.78rem; }
.kk-wv-meta { display: flex; gap: 32px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.1); }
.kk-wv-meta-lbl { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(244,241,222,0.35); margin-bottom: 4px; }
.kk-wv-meta-val { font-size: 0.95rem; font-weight: 700; color: var(--cream); }
.kk-wv-prop-divider { height: 1px; background: rgba(255,255,255,0.1); margin: 4px 0; }
.kk-wv-prop-eyebrow-sub { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mint); margin-bottom: 6px; }
.kk-wv-prop-detail { font-size: 0.83rem; color: rgba(244,241,222,0.65); line-height: 1.65; }

/* Aanpak hero */
.kk-aanpak-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; width: 100%; }
.kk-aanpak-prop { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18); border-radius: var(--r-xl); padding: 32px; display: flex; flex-direction: column; gap: 18px; }
.kk-aanpak-prop-eyebrow { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; color: rgba(244,241,222,0.45); }
.kk-aanpak-prop-title { font-size: 1.05rem; font-weight: 600; line-height: 1.58; color: rgba(244,241,222,0.82); }
.kk-aanpak-prop-body { font-size: 0.88rem; line-height: 1.68; color: rgba(244,241,222,0.58); }
.kk-aanpak-checks { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.kk-aanpak-checks li { font-size: 0.87rem; line-height: 1.55; color: rgba(244,241,222,0.7); padding-left: 20px; position: relative; }
.kk-aanpak-checks li::before { content: '✓'; position: absolute; left: 0; color: var(--mint); font-weight: 700; font-size: 0.78rem; }
.kk-aanpak-meta { display: flex; gap: 32px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.1); }
.kk-aanpak-meta-item { display: flex; flex-direction: column; gap: 4px; }
.kk-aanpak-meta-lbl { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(244,241,222,0.35); }
.kk-aanpak-meta-val { font-size: 0.95rem; font-weight: 700; color: var(--cream); }

/* ------------------------------------------------------------
   7. BUTTONS
   ------------------------------------------------------------ */
.kk-btn-coral {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--coral); color: #fff;
  font-size: 0.9rem; font-weight: 700; padding: 13px 26px;
  border-radius: var(--r-pill); box-shadow: 0 4px 20px rgba(255,78,70,0.3);
  letter-spacing: 0.01em; transition: all var(--t-base) var(--ease);
}
.kk-btn-coral:hover { background: #e63e36; color: #fff; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(255,78,70,0.42); }

.kk-btn-ghost-w {
  display: inline-flex; align-items: center; gap: 6px;
  background: transparent; color: rgba(244,241,222,0.7);
  font-size: 0.9rem; font-weight: 600; padding: 13px 26px;
  border-radius: var(--r-pill); border: 1.5px solid rgba(244,241,222,0.2);
  transition: all var(--t-base) var(--ease);
}
.kk-btn-ghost-w:hover { border-color: rgba(244,241,222,0.5); color: var(--cream); transform: translateY(-2px); }

.kk-btn-teal {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--teal); color: #fff;
  font-size: 0.9rem; font-weight: 700; padding: 13px 26px;
  border-radius: var(--r-pill); box-shadow: 0 4px 20px rgba(23,140,170,0.26);
  letter-spacing: 0.01em; transition: all var(--t-base) var(--ease);
}
.kk-btn-teal:hover { background: #127995; color: #fff; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(23,140,170,0.4); }

.kk-btn--full       { width: 100%; justify-content: center; }
.kk-btn--self-start { align-self: flex-start; }

/* ------------------------------------------------------------
   8. SYMPTOM CARDS
   ------------------------------------------------------------ */
.kk-symp { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 22px; }
.kk-symp-card {
  background: var(--white); border: 1.5px solid rgba(65,38,20,0.09); border-radius: var(--r-lg);
  padding: 30px; display: flex; flex-direction: column; gap: 18px;
  box-shadow: var(--sh-sm); transition: box-shadow var(--t-base) var(--ease), transform var(--t-base) var(--ease);
}
.kk-symp-card:hover { box-shadow: var(--sh-md); transform: translateY(-4px); }
.kk-symp-tag { display: inline-block; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--lavender); background: rgba(152,154,172,0.1); padding: 4px 12px; border-radius: var(--r-pill); width: fit-content; }
.kk-symp-t { font-size: 1.1rem; font-weight: 800; color: var(--brown); line-height: 1.3; }
.kk-symp-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; min-width: 0; }
.kk-symp-cols > * { min-width: 0; }
.kk-symp-lbl { display: block; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--warmgrey); margin-bottom: 10px; }
.kk-slist { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.kk-slist li { font-size: 0.86rem; line-height: 1.5; color: var(--brown-mid); padding-left: 18px; position: relative; word-break: break-word; overflow-wrap: break-word; }
.kk-slist li::before { content: '—'; position: absolute; left: 0; color: var(--warmgrey); font-size: 0.75rem; }

.kk-diag { font-size: 0.86rem; line-height: 1.55; color: var(--brown-mid); background: rgba(245,194,1,0.09); border-left: 3px solid var(--yellow); padding: 10px 14px; border-radius: 0 var(--r-sm) var(--r-sm) 0; }

.kk-quote { border-left: 3px solid var(--coral); padding: 24px 32px; background: none; border-radius: 0; max-width: 820px; display: flex; flex-direction: column; gap: 12px; }
.kk-quote--mt { margin-top: 2.5rem; }
.kk-quote-txt { font-size: clamp(1.15rem,2.4vw,1.55rem); font-weight: 800; line-height: 1.32; color: var(--brown); letter-spacing: -0.02em; }
.kk-quote-txt span { color: var(--coral); }
.kk-s-dark .kk-quote-txt { color: var(--cream); }
.kk-quote-sub { font-size: 0.94rem; line-height: 1.68; color: var(--brown-mid); }
.kk-s-dark .kk-quote-sub { color: rgba(244,241,222,0.58); }

/* ------------------------------------------------------------
   9. VOOR / NA
   ------------------------------------------------------------ */
.kk-vna { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.kk-vna-col { border-radius: var(--r-lg); padding: 32px; display: flex; flex-direction: column; gap: 18px; }
.kk-vna-col.zonder { background: rgba(173,168,150,0.1); border: 1.5px solid rgba(65,38,20,0.09); }
.kk-vna-col.met    { background: rgba(23,140,170,0.06); border: 1.5px solid rgba(23,140,170,0.18); }
.kk-vna-lbl { display: block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.kk-vna-col.zonder .kk-vna-lbl { color: var(--warmgrey); }
.kk-vna-col.met    .kk-vna-lbl { color: var(--teal); }
.kk-vna-list { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.kk-vna-list li { font-size: 0.91rem; line-height: 1.55; color: var(--brown-mid); padding-left: 22px; position: relative; }
.kk-vna-col.zonder .kk-vna-list li::before { content: '✕'; position: absolute; left: 0; color: #FF9592; font-size: 0.72rem; top: 3px; }
.kk-vna-col.met    .kk-vna-list li::before { content: '✓'; position: absolute; left: 0; color: var(--teal); font-size: 0.72rem; font-weight: 700; top: 3px; }

/* ------------------------------------------------------------
   10. LEAP FORWARD
   ------------------------------------------------------------ */
.kk-leap { display: flex; flex-direction: column; position: relative; }
.kk-leap--mt { margin-top: 2.5rem; }
.kk-leap::before { content: ''; position: absolute; left: 19px; top: 32px; bottom: 32px; width: 2px; background: linear-gradient(to bottom,var(--coral),var(--teal) 50%,var(--coral)); opacity: 0.14; }
.kk-leap-item { display: flex; gap: 22px; align-items: flex-start; padding: 26px 0; position: relative; transition: transform var(--t-base) var(--ease); }
.kk-leap-item:hover { transform: translateX(5px); }
.kk-leap-item:not(:last-child) { border-bottom: 1px solid rgba(65,38,20,0.08); }
.kk-leap-num { width: 40px; height: 40px; border-radius: 50%; background: var(--coral); color: #fff; font-size: 0.9rem; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; position: relative; z-index: 1; box-shadow: 0 4px 16px rgba(255,78,70,0.28); }
.kk-leap-item:nth-child(even) .kk-leap-num { background: var(--teal); box-shadow: 0 4px 16px rgba(23,140,170,0.28); }
.kk-leap-t { font-size: 1.04rem; font-weight: 800; color: var(--brown); margin-bottom: 7px; }
.kk-leap-b { font-size: 0.9rem; line-height: 1.68; color: var(--brown-mid); margin-bottom: 9px; }
.kk-leap-effect { display: inline-block; font-size: 0.8rem; font-weight: 600; color: var(--teal); background: rgba(23,140,170,0.08); padding: 4px 12px; border-radius: var(--r-pill); }

/* ------------------------------------------------------------
   11. MENSEN / TEAMS / JIJ
   ------------------------------------------------------------ */
.kk-mtj { display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 40px; }
.kk-mtj-col { display: flex; flex-direction: column; gap: 14px; }
.kk-mtj-lbl { display: block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: rgba(244,241,222,0.38); padding-bottom: 12px; border-bottom: 1px solid rgba(244,241,222,0.1); }
.kk-mtj-list { list-style: none; display: flex; flex-direction: column; gap: 11px; }
.kk-mtj-list li { font-size: 0.94rem; line-height: 1.5; color: rgba(244,241,222,0.7); padding-left: 20px; position: relative; }
.kk-mtj-list li::before { content: '→'; position: absolute; left: 0; color: var(--coral); font-size: 0.84rem; }
.kk-mtj-col.jij .kk-mtj-list li { font-size: 1.08rem; font-weight: 800; color: var(--cream); }
.kk-mtj-col.jij .kk-mtj-list li::before { color: var(--yellow); }

/* ------------------------------------------------------------
   12. DRIE KLOVEN
   ------------------------------------------------------------ */
.kk-kloven { display: grid; grid-template-columns: repeat(auto-fit,minmax(230px,1fr)); gap: 18px; }
.kk-kloven--mt { margin-top: 2.5rem; }
.kk-klov-case { background: var(--white); border: 1.5px solid rgba(65,38,20,0.09); border-radius: var(--r-lg); padding: 28px; display: flex; flex-direction: column; gap: 18px; }
.kk-klov-case-label { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal); }
.kk-klov-case-list { display: flex; flex-direction: column; gap: 16px; }
.kk-klov-case-item { padding-top: 16px; border-top: 1px solid rgba(65,38,20,0.07); }
.kk-klov-case-item:first-child { padding-top: 0; border-top: none; }
.kk-klov-case-client { font-size: 0.96rem; font-weight: 800; color: var(--brown); margin-bottom: 2px; }
.kk-klov-case-sector { font-size: 0.72rem; font-weight: 600; color: var(--warmgrey); margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.08em; }
.kk-klov-case-body { font-size: 0.86rem; line-height: 1.65; color: var(--brown-mid); }
.kk-klov { border-radius: var(--r-lg); padding: 30px; background: var(--white); border: 1.5px solid rgba(65,38,20,0.09); display: flex; flex-direction: column; gap: 11px; transition: box-shadow var(--t-base) var(--ease), transform var(--t-base) var(--ease); }
.kk-klov:hover { box-shadow: var(--sh-md); transform: translateY(-4px); }
.kk-klov.nu   { background: var(--teal-dark); border-color: transparent; box-shadow: var(--sh-lg); }
.kk-klov.done { border-color: rgba(23,140,170,0.25); }
.kk-klov-n { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--warmgrey); }
.kk-klov.nu   .kk-klov-n { color: var(--yellow); }
.kk-klov.done .kk-klov-n { color: var(--teal); }
.kk-klov-t { font-size: 1.12rem; font-weight: 800; color: var(--brown); line-height: 1.2; }
.kk-klov.nu .kk-klov-t { color: var(--cream); }
.kk-klov-b { font-size: 0.88rem; line-height: 1.62; color: var(--brown-mid); }
.kk-klov.nu .kk-klov-b { color: rgba(244,241,222,0.58); }

/* ------------------------------------------------------------
   13. TOOLS / WORKSHOPS
   ------------------------------------------------------------ */
.kk-tools { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 22px; }
.kk-tool { background: var(--white); border: 1.5px solid rgba(65,38,20,0.09); border-radius: var(--r-lg); padding: 30px; display: flex; flex-direction: column; gap: 14px; box-shadow: var(--sh-sm); transition: box-shadow var(--t-base) var(--ease), transform var(--t-base) var(--ease); }
.kk-tool:hover { box-shadow: var(--sh-md); transform: translateY(-4px); }
.kk-tool-n { display: inline-block; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--teal); background: rgba(23,140,170,0.08); padding: 4px 12px; border-radius: var(--r-pill); width: fit-content; }
.kk-tool-t { font-size: 1.06rem; font-weight: 800; color: var(--brown); line-height: 1.25; }
.kk-tool-s { font-size: 0.84rem; font-weight: 600; color: var(--coral); }
.kk-tool-b { font-size: 0.89rem; line-height: 1.68; color: var(--brown-mid); }
.kk-tdel { list-style: none; display: flex; flex-direction: column; gap: 8px; padding-top: 4px; }
.kk-tdel li { font-size: 0.87rem; line-height: 1.5; color: var(--brown-mid); padding-left: 20px; position: relative; }
.kk-tdel li::before { content: '✓'; position: absolute; left: 0; color: var(--teal); font-weight: 700; font-size: 0.78rem; }
.kk-tdet { display: flex; gap: 14px; flex-wrap: wrap; padding-top: 12px; border-top: 1px solid rgba(65,38,20,0.08); }
.kk-tdet span { font-size: 0.78rem; font-weight: 600; color: var(--warmgrey); }

.kk-drempel { background: rgba(245,194,1,0.08); border: 1.5px solid rgba(245,194,1,0.26); border-radius: var(--r-lg); padding: 26px 32px; max-width: 720px; }
.kk-drempel-q { font-size: 1rem; font-weight: 800; color: var(--brown); margin-bottom: 10px; }
.kk-drempel-a { font-size: 0.91rem; line-height: 1.68; color: var(--brown-mid); }

/* ------------------------------------------------------------
   14. CONTACT / CONVERSION
   ------------------------------------------------------------ */
.kk-cgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.kk-ccard { background: var(--white); border: 1.5px solid rgba(65,38,20,0.09); border-radius: var(--r-lg); padding: 36px; display: flex; flex-direction: column; gap: 18px; box-shadow: var(--sh-sm); }
.kk-ccard-t { font-size: 1.2rem; font-weight: 800; color: var(--brown); line-height: 1.3; }
.kk-ccard-b { font-size: 0.91rem; line-height: 1.68; color: var(--brown-mid); }
.kk-clist { list-style: none; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.kk-clist li { font-size: 0.89rem; line-height: 1.55; color: var(--brown-mid); padding-left: 20px; position: relative; }
.kk-clist li::before { content: '→'; position: absolute; left: 0; color: var(--teal); font-size: 0.82rem; }

.kk-pcard { background: #093349; border-radius: var(--r-lg); padding: 36px; display: flex; flex-direction: column; gap: 18px; box-shadow: var(--sh-lg); position: relative; overflow: hidden; }
.kk-pcard::before { content: ''; position: absolute; top: -80px; right: -80px; width: 240px; height: 240px; background: var(--coral); border-radius: 50%; opacity: 0.07; pointer-events: none; }
.kk-pcard::after  { content: ''; position: absolute; bottom: -60px; left: -40px; width: 160px; height: 160px; background: var(--mint); border-radius: 50%; opacity: 0.12; pointer-events: none; }
.kk-ptag { display: inline-block; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--yellow); background: rgba(245,194,1,0.12); padding: 4px 12px; border-radius: var(--r-pill); width: fit-content; position: relative; z-index: 1; }
.kk-pt { font-size: 1.2rem; font-weight: 800; color: var(--cream); line-height: 1.3; position: relative; z-index: 1; }
.kk-pb { font-size: 0.91rem; line-height: 1.68; color: rgba(244,241,222,0.58); position: relative; z-index: 1; }
.kk-plist { list-style: none; display: flex; flex-direction: column; gap: 11px; flex: 1; position: relative; z-index: 1; }
.kk-plist li { font-size: 0.89rem; line-height: 1.55; color: rgba(244,241,222,0.72); padding-left: 20px; position: relative; }
.kk-plist li::before { content: '✓'; position: absolute; left: 0; color: var(--yellow); font-weight: 700; font-size: 0.78rem; }
.kk-plist li strong { color: var(--cream); }
.kk-pdet { display: flex; gap: 14px; flex-wrap: wrap; padding-top: 14px; border-top: 1px solid rgba(244,241,222,0.1); position: relative; z-index: 1; }
.kk-pdet span { font-size: 0.78rem; font-weight: 600; color: rgba(244,241,222,0.4); }

/* ------------------------------------------------------------
   15. BOTTOM CTA BAND
   ------------------------------------------------------------ */
.kk-bottom { background: var(--teal-dark); padding: 88px 24px; position: relative; overflow: hidden; }
.kk-bottom::before { content: ''; position: absolute; top: -120px; left: -120px; width: 480px; height: 480px; background: rgba(255,255,255,0.04); border-radius: 50%; pointer-events: none; }
.kk-bottom::after  { content: ''; position: absolute; bottom: -80px; right: -80px; width: 320px; height: 320px; background: rgba(65,38,20,0.07); border-radius: 50%; pointer-events: none; }
.kk-bottom-inner { max-width: 680px; margin: 0 auto; position: relative; z-index: 2; text-align: center; display: flex; flex-direction: column; gap: 22px; align-items: center; }
.kk-bottom .kk-ey  { color: rgba(255,255,255,0.75); background: rgba(255,255,255,0.12); }
.kk-bottom .kk-h2  { color: #fff; }
.kk-bottom .kk-lead { color: rgba(255,255,255,0.76); }
.kk-bctas { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.kk-bottom .kk-btn-coral { background: var(--coral); color: #fff; box-shadow: 0 4px 24px rgba(255,78,70,0.35); }
.kk-bottom .kk-btn-coral:hover { background: #e8403a; color: #fff; }
.kk-bottom .kk-btn-ghost-w { border-color: rgba(244,241,222,0.28); color: rgba(244,241,222,0.75); }
.kk-bottom .kk-btn-ghost-w:hover { border-color: rgba(244,241,222,0.55); color: var(--cream); background: rgba(244,241,222,0.06); }

.kk-bottom-split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.kk-bottom-split-left  { display: flex; flex-direction: column; gap: 24px; }
.kk-bottom-split-right { display: flex; flex-direction: column; gap: 16px; }

.kk-reality-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: var(--r-lg); padding: 28px 32px; display: flex; flex-direction: column; gap: 14px; }
.kk-reality-tag   { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--mint); }
.kk-reality-title { font-size: 1.05rem; font-weight: 800; color: var(--cream); line-height: 1.35; }
.kk-reality-body  { font-size: 0.85rem; color: rgba(244,241,222,0.6); line-height: 1.7; }
.kk-reality-quote { font-size: 0.85rem; font-weight: 600; color: var(--mint); font-style: italic; line-height: 1.55; }
.kk-reality-list  { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.kk-reality-list li { font-size: 0.88rem; line-height: 1.55; color: rgba(244,241,222,0.7); padding-left: 20px; position: relative; }
.kk-reality-list li::before { content: '✓'; position: absolute; left: 0; color: var(--mint); font-weight: 700; }

/* ------------------------------------------------------------
   16. WANNEER / HOW IT WORKS
   ------------------------------------------------------------ */
.kk-wanneer-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 18px; }
.kk-wanneer-card { background: var(--white); border: 1.5px solid rgba(65,38,20,0.09); border-radius: var(--r-lg); padding: 28px; display: flex; flex-direction: column; gap: 12px; transition: box-shadow var(--t-base) var(--ease), transform var(--t-base) var(--ease); }
.kk-wanneer-card:hover  { box-shadow: var(--sh-md); transform: translateY(-3px); }
.kk-wanneer-card.active { background: var(--teal-dark); border-color: transparent; box-shadow: var(--sh-lg); }
.kk-wanneer-card-label  { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; color: var(--warmgrey); }
.kk-wanneer-card.active .kk-wanneer-card-label { color: var(--yellow); }
.kk-wanneer-card-title  { font-size: 0.95rem; font-weight: 700; color: var(--brown); line-height: 1.45; }
.kk-wanneer-card.active .kk-wanneer-card-title { color: var(--cream); }
.kk-wanneer-card-focus  { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; color: var(--warmgrey); padding-top: 6px; border-top: 1px solid rgba(65,38,20,0.08); }
.kk-wanneer-card.active .kk-wanneer-card-focus { color: rgba(244,241,222,0.38); border-top-color: rgba(255,255,255,0.1); }
.kk-wanneer-list { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.kk-wanneer-list li { font-size: 0.86rem; line-height: 1.5; color: var(--brown-mid); padding-left: 18px; position: relative; }
.kk-wanneer-list li::before { content: '→'; position: absolute; left: 0; color: var(--teal); font-size: 0.82rem; }
.kk-wanneer-card.active .kk-wanneer-list li { color: rgba(244,241,222,0.68); }
.kk-wanneer-card.active .kk-wanneer-list li::before { color: var(--coral); }
.kk-wanneer-cta { display: inline-block; font-size: 0.82rem; font-weight: 700; color: var(--teal); padding-top: 4px; transition: color var(--t-fast) var(--ease); }
.kk-wanneer-cta:hover { color: var(--coral); }
.kk-wanneer-card.active .kk-wanneer-cta { color: var(--mint); }

/* ------------------------------------------------------------
   17. DIAG TWINS
   ------------------------------------------------------------ */
.kk-diag-twins { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.kk-diag-twins--mt { margin-top: 2.5rem; }
.kk-diag-twin-checks { list-style: none; display: flex; flex-direction: column; gap: 6px; margin-bottom: 1.25rem; padding: 0; }
.kk-diag-twin-checks li { font-size: 0.84rem; line-height: 1.5; display: flex; gap: 0.6rem; align-items: flex-start; }
.kk-diag-twin-checks li::before { content: '✓'; font-weight: 700; flex-shrink: 0; }
.kk-diag-twin-checks--light li { color: var(--brown-mid); }
.kk-diag-twin-checks--light li::before { color: var(--teal); }
.kk-diag-twin-checks--dark li { color: rgba(255,255,255,0.75); }
.kk-diag-twin-checks--dark li::before { color: var(--mint); }
.kk-diag-twin { border-radius: var(--r-lg); padding: 28px; display: flex; flex-direction: column; gap: 14px; }
.kk-diag-twin.zelf { background: rgba(23,140,170,0.07); border: 1.5px solid rgba(23,140,170,0.18); }
.kk-diag-twin.pro  { background: rgba(255,78,70,0.06); border: 1.5px solid rgba(255,78,70,0.15); }
.kk-diag-twin-t { font-size: 0.96rem; font-weight: 800; color: var(--brown); }
.kk-diag-twin-b { font-size: 0.87rem; line-height: 1.65; color: var(--brown-mid); flex: 1; }

.kk-diag-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 18px; }
.kk-diag-card { background: var(--white); border: 1.5px solid rgba(65,38,20,0.09); border-radius: var(--r-lg); padding: 26px; display: flex; flex-direction: column; gap: 10px; box-shadow: var(--sh-sm); transition: box-shadow var(--t-base) var(--ease), transform var(--t-base) var(--ease); }
.kk-diag-card:hover { box-shadow: var(--sh-md); transform: translateY(-3px); }
.kk-diag-card-tag   { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--teal); background: rgba(23,140,170,0.08); padding: 4px 10px; border-radius: var(--r-pill); width: fit-content; }
.kk-diag-card-title { font-size: 1rem; font-weight: 800; color: var(--brown); line-height: 1.3; }
.kk-diag-card-body  { font-size: 0.87rem; line-height: 1.65; color: var(--brown-mid); }

/* ------------------------------------------------------------
   18. PROCESS STEPS
   ------------------------------------------------------------ */
.kk-proces-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 22px; }
.kk-proces-stap { background: var(--white); border: 1.5px solid rgba(65,38,20,0.09); border-radius: var(--r-lg); padding: 28px; display: flex; flex-direction: column; gap: 10px; position: relative; overflow: hidden; }
.kk-proces-stap::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(to right,var(--coral),var(--teal)); opacity: 0; transition: opacity var(--t-base) var(--ease); border-radius: var(--r-lg) var(--r-lg) 0 0; }
.kk-proces-stap:hover::before { opacity: 1; }
.kk-proces-n { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--coral); }
.kk-proces-t { font-size: 1rem; font-weight: 800; color: var(--brown); }
.kk-proces-b { font-size: 0.87rem; line-height: 1.65; color: var(--brown-mid); }

/* ------------------------------------------------------------
   19. FORMATS GRID (teaminterventies)
   ------------------------------------------------------------ */
.kk-formats-eyebrow { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--coral); margin-bottom: 8px; }
.kk-formats-lead    { font-size: 0.96rem; line-height: 1.65; color: var(--brown-mid); margin-bottom: 24px; }
.kk-formats-grid    { display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap: 18px; }
.kk-format-card     { background: var(--white); border: 1.5px solid rgba(65,38,20,0.09); border-radius: var(--r-lg); padding: 26px; display: flex; flex-direction: column; gap: 12px; box-shadow: var(--sh-sm); transition: box-shadow var(--t-base) var(--ease), transform var(--t-base) var(--ease); }
.kk-format-card:hover { box-shadow: var(--sh-md); transform: translateY(-3px); }
.kk-format-card.coral { border-top: 3px solid var(--coral); }
.kk-format-num  { font-size: 1.5rem; font-weight: 800; color: var(--coral); line-height: 1; }
.kk-format-t    { font-size: 1rem; font-weight: 800; color: var(--brown); line-height: 1.3; }
.kk-format-sub  { font-size: 0.8rem; font-weight: 600; color: var(--teal); }
.kk-format-b    { font-size: 0.87rem; line-height: 1.65; color: var(--brown-mid); }
.kk-format-list { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.kk-format-list li { font-size: 0.86rem; line-height: 1.5; color: var(--brown-mid); padding-left: 18px; position: relative; }
.kk-format-list li::before { content: '·'; position: absolute; left: 4px; color: var(--coral); font-size: 1rem; line-height: 1; }

/* ------------------------------------------------------------
   20. WERKVORM CARDS (homepage)
   ------------------------------------------------------------ */
.kk-werkvorm-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap: 22px; }
.kk-werkvorm-card { background: var(--white); border: 1.5px solid rgba(65,38,20,0.09); border-radius: var(--r-lg); padding: 30px; display: flex; flex-direction: column; gap: 14px; box-shadow: var(--sh-sm); transition: box-shadow var(--t-base) var(--ease), transform var(--t-base) var(--ease); }
.kk-werkvorm-card:hover { box-shadow: var(--sh-md); transform: translateY(-4px); }
.kk-werkvorm-icon  { font-size: 1.6rem; }
.kk-werkvorm-tag   { display: inline-block; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--teal); background: rgba(23,140,170,0.08); padding: 4px 12px; border-radius: var(--r-pill); width: fit-content; }
.kk-werkvorm-title { font-size: 1.05rem; font-weight: 800; color: var(--brown); line-height: 1.3; }
.kk-werkvorm-voor  { font-size: 0.8rem; font-weight: 600; color: var(--warmgrey); font-style: italic; }
.kk-werkvorm-body  { font-size: 0.87rem; line-height: 1.65; color: var(--brown-mid); flex: 1; }
.kk-werkvorm-list  { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.kk-werkvorm-list li { font-size: 0.85rem; line-height: 1.5; color: var(--brown-mid); padding-left: 18px; position: relative; }
.kk-werkvorm-list li::before { content: '→'; position: absolute; left: 0; color: var(--teal); font-size: 0.82rem; }
.kk-werkvorm-cta   { display: inline-block; font-size: 0.84rem; font-weight: 700; color: var(--teal); transition: color var(--t-fast) var(--ease); }
.kk-werkvorm-cta:hover { color: var(--coral); }
.kk-werk-quote     { background: rgba(255,78,70,0.05); border-left: 4px solid var(--coral); border-radius: 0 var(--r-lg) var(--r-lg) 0; padding: 22px 28px; max-width: 700px; }
.kk-werk-quote-t   { font-size: 1.05rem; font-weight: 700; line-height: 1.5; color: var(--brown); font-style: italic; }

/* ------------------------------------------------------------
   21. MATRIX (aanpak page)
   ------------------------------------------------------------ */
.kk-matrix {
  margin-top: 2.5rem;
  border-radius: var(--r-xl); overflow: hidden;
  border: 1px solid rgba(23,140,170,.15);
}
.kk-matrix-header {
  display: grid; grid-template-columns: 160px 1fr 1fr 1fr;
  background: var(--teal-dark);
}
.kk-matrix-header-empty {
  padding: 1.1rem 1.25rem;
  border-right: 1px solid rgba(255,255,255,.08);
}
.kk-matrix-header-col {
  padding: 1.1rem 1.25rem;
  border-right: 1px solid rgba(255,255,255,.08);
}
.kk-matrix-header-col:last-child { border-right: none; }
.kk-matrix-kloof-num {
  font-size: .6rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--coral); margin-bottom: .25rem;
}
.kk-matrix-kloof-name {
  font-size: .88rem; font-weight: 800; color: var(--white); line-height: 1.2;
}
.kk-matrix-kloof-sub {
  font-size: .72rem; color: rgba(255,255,255,.4); margin-top: .2rem;
}
.kk-matrix-row {
  display: grid; grid-template-columns: 160px 1fr 1fr 1fr;
  border-top: 1px solid rgba(23,140,170,.12);
}
.kk-matrix-row:nth-child(even) { background: rgba(23,140,170,.03); }
.kk-matrix-row-label {
  padding: 1.1rem 1.25rem;
  border-right: 1px solid rgba(23,140,170,.12);
  display: flex; flex-direction: column; justify-content: center; gap: .25rem;
  background: rgba(244,241,222,.6);
}
.kk-matrix-row-icon { font-size: 1.1rem; margin-bottom: .2rem; }
.kk-matrix-row-name { font-size: .75rem; font-weight: 800; color: var(--brown); line-height: 1.2; }
.kk-matrix-row-sub  { font-size: .68rem; color: var(--brown-light); line-height: 1.3; }
.kk-matrix-cell {
  padding: 1.1rem 1.25rem;
  border-right: 1px solid rgba(23,140,170,.1);
}
.kk-matrix-cell:last-child { border-right: none; }
.kk-matrix-cell-outcome {
  font-size: .78rem; font-weight: 700; color: var(--teal);
  margin-bottom: .4rem; display: flex; align-items: center; gap: .3rem;
}
.kk-matrix-cell-outcome::before { content: '→'; color: var(--coral); }
.kk-matrix-cell-body {
  font-size: .77rem; color: var(--brown-mid); line-height: 1.55;
}
@media(max-width: 640px) {
  .kk-matrix { overflow-x: auto; }
  .kk-matrix-header,
  .kk-matrix-row { min-width: 560px; }
}

/* ------------------------------------------------------------
   22. PERSONA CARDS
   ------------------------------------------------------------ */
.kk-persona-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 18px; }
.kk-persona-card { background: var(--white); border: 1.5px solid rgba(65,38,20,0.09); border-radius: var(--r-lg); padding: 26px; display: flex; flex-direction: column; gap: 12px; box-shadow: var(--sh-sm); }
.kk-persona-dot  { width: 10px; height: 10px; border-radius: 50%; background: var(--coral); flex-shrink: 0; }
.kk-persona-role { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--warmgrey); }
.kk-persona-title   { font-size: 1rem; font-weight: 800; color: var(--brown); }
.kk-persona-pijn    { list-style: none; display: flex; flex-direction: column; gap: 6px; padding: 0; font-size: 0.85rem; line-height: 1.6; color: var(--brown-mid); border-top: 1px solid rgba(65,38,20,0.08); padding-top: 10px; }
.kk-persona-pijn li::before { content: '"'; color: var(--coral); font-weight: 700; margin-right: 4px; }
.kk-persona-uitkomst { font-size: 0.83rem; font-weight: 600; color: var(--teal); border-top: 1px solid rgba(65,38,20,0.08); padding-top: 10px; }
.kk-persona-uitkomst::before { content: '→ '; font-weight: 700; }

/* ------------------------------------------------------------
   23. NAV CARDS
   ------------------------------------------------------------ */
.kk-nav-grid  { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 18px; }
.kk-nav-grid--mt { margin-top: 2.5rem; }
.kk-nav-intro { font-size: 0.96rem; line-height: 1.65; color: var(--brown-mid); }
.kk-nav-aside { background: rgba(245,194,1,0.07); border: 1.5px solid rgba(245,194,1,0.22); border-radius: var(--r-lg); padding: 22px; font-size: 0.87rem; line-height: 1.65; color: var(--brown-mid); }
.kk-nav-card  { background: var(--white); border: 1.5px solid rgba(65,38,20,0.09); border-radius: var(--r-lg); padding: 26px; display: flex; flex-direction: column; gap: 10px; box-shadow: var(--sh-sm); transition: box-shadow var(--t-base) var(--ease), transform var(--t-base) var(--ease); text-decoration: none; }
.kk-nav-card:hover { box-shadow: var(--sh-md); transform: translateY(-3px); color: var(--brown); }
.kk-nav-card-header { display: flex; align-items: center; justify-content: space-between; }
.kk-nav-num         { font-size: 1.4rem; font-weight: 800; color: var(--coral); line-height: 1; }
.kk-nav-card-label  { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--warmgrey); }
.kk-nav-card-title  { font-size: 1rem; font-weight: 800; color: var(--brown); }
.kk-nav-card-when   { font-size: 0.84rem; line-height: 1.58; color: var(--brown-mid); flex: 1; }
.kk-nav-signals     { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.kk-nav-signals li  { font-size: 0.82rem; line-height: 1.5; color: var(--brown-light); padding-left: 18px; position: relative; }
.kk-nav-signals li::before { content: '"'; position: absolute; left: 0; color: var(--warmgrey); }
.kk-nav-card-cta    { display: inline-block; font-size: 0.84rem; font-weight: 700; color: var(--teal); transition: color var(--t-fast) var(--ease); }
.kk-nav-card-cta:hover { color: var(--coral); }
.kk-nav-link        { display: inline-block; font-size: 0.84rem; font-weight: 700; color: var(--teal); transition: color var(--t-fast) var(--ease); }
.kk-nav-link:hover  { color: var(--coral); }

/* ------------------------------------------------------------
   24. SAMEN / OVER / LOGOS
   ------------------------------------------------------------ */
.kk-samen-grid  { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.kk-samen-aside { background: rgba(23,140,170,0.06); border: 1.5px solid rgba(23,140,170,0.15); border-radius: var(--r-xl); padding: 32px; display: flex; flex-direction: column; gap: 12px; position: sticky; top: 32px; }
.kk-samen-aside-t { font-size: 1rem; font-weight: 800; color: var(--brown); }
.kk-samen-aside-b { font-size: 0.88rem; line-height: 1.65; color: var(--brown-mid); }
.kk-samen-stap    { display: flex; flex-direction: column; gap: 8px; padding: 20px 0; border-bottom: 1px solid rgba(65,38,20,0.08); }
.kk-samen-stap:last-child { border-bottom: none; }
.kk-samen-stap-n  { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--coral); }
.kk-samen-stap-t  { font-size: 0.96rem; font-weight: 800; color: var(--brown); }
.kk-samen-stap-b  { font-size: 0.87rem; line-height: 1.65; color: var(--brown-mid); }

.kk-over-grid         { display: grid; grid-template-columns: 280px 1fr; gap: 56px; align-items: start; }
.kk-over-img          { width: 100%; aspect-ratio: 4/5; border-radius: var(--r-xl); background: var(--sand); overflow: hidden; }
.kk-over-img-placeholder { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: var(--warmgrey); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; border: 2px dashed rgba(65,38,20,0.15); border-radius: var(--r-xl); text-align: center; padding: 24px; }
.kk-over-body         { display: flex; flex-direction: column; gap: 16px; }
.kk-over-p            { font-size: 0.96rem; line-height: 1.78; color: var(--brown-mid); }
.kk-over-tags         { display: flex; flex-wrap: wrap; gap: 8px; }
.kk-over-tag          { display: inline-block; font-size: 0.75rem; font-weight: 600; color: var(--teal); background: rgba(23,140,170,0.08); padding: 5px 14px; border-radius: var(--r-pill); }

.kk-logos     { display: flex; gap: 24px; flex-wrap: wrap; align-items: center; }
.kk-logo-item { background: rgba(65,38,20,0.06); border-radius: var(--r-md); padding: 12px 20px; font-size: 0.82rem; font-weight: 700; color: var(--warmgrey); }

.kk-proof-item { display: flex; gap: 14px; align-items: flex-start; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.10); border-radius: var(--r-md); padding: 14px 16px; }
.kk-proof-icon { font-size: 1.2rem; flex-shrink: 0; }
.kk-proof-t    { font-size: 0.88rem; font-weight: 800; color: var(--cream); margin-bottom: 3px; }
.kk-proof-b    { font-size: 0.81rem; line-height: 1.55; color: rgba(244,241,222,0.62); }

/* ------------------------------------------------------------
   25. EERSTE GESPREK SPECIFICS
   ------------------------------------------------------------ */
.kk-reality-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.kk-krijgt-list  { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-top: 24px; }
.kk-krijgt-item  { background: var(--white); border-radius: var(--r-md); padding: 20px 22px; display: flex; gap: 16px; align-items: flex-start; border-left: 3px solid var(--teal); box-shadow: var(--sh-sm); }
.kk-krijgt-icon  { font-size: 1.2rem; flex-shrink: 0; margin-top: 2px; }
.kk-krijgt-t     { font-size: 0.9rem; font-weight: 800; color: var(--brown); margin-bottom: 4px; }
.kk-krijgt-b     { font-size: 0.83rem; color: var(--brown-mid); line-height: 1.62; }

.kk-voor-wie      { background: rgba(23,140,170,0.06); border: 1.5px solid rgba(23,140,170,0.15); border-radius: var(--r-lg); padding: 22px 26px; margin-top: 24px; }
.kk-voor-wie-t    { font-size: 0.88rem; font-weight: 800; color: var(--brown); margin-bottom: 10px; }
.kk-voor-wie-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.kk-voor-wie-list li { font-size: 0.84rem; line-height: 1.55; color: var(--brown-mid); display: flex; gap: 8px; align-items: flex-start; }
.kk-voor-wie-list li::before { content: '→'; color: var(--teal); font-weight: 700; flex-shrink: 0; }

.kk-niet-voor   { background: rgba(255,78,70,0.05); border: 1.5px solid rgba(255,78,70,0.12); border-radius: var(--r-lg); padding: 18px 22px; margin-top: 12px; }
.kk-niet-voor-t { font-size: 0.8rem; font-weight: 800; color: var(--coral); margin-bottom: 6px; }
.kk-niet-voor-b { font-size: 0.82rem; line-height: 1.62; color: var(--brown-mid); }

.kk-gesprek-card         { background: var(--teal-dark); border-radius: var(--r-xl); padding: 32px; display: flex; flex-direction: column; gap: 20px; box-shadow: var(--sh-lg); position: sticky; top: 32px; }
.kk-gesprek-card-tag     { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: var(--mint); }
.kk-gesprek-card-title   { font-size: 1.2rem; font-weight: 800; color: var(--cream); line-height: 1.35; }
.kk-gesprek-meta         { display: flex; flex-direction: column; gap: 10px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,0.1); border-bottom: 1px solid rgba(255,255,255,0.1); }
.kk-gesprek-meta-item    { display: flex; gap: 12px; align-items: center; font-size: 0.84rem; color: rgba(255,255,255,0.65); }
.kk-gesprek-meta-item strong { color: var(--cream); }
.kk-gesprek-disclaimer   { font-size: 0.75rem; color: rgba(255,255,255,0.3); line-height: 1.6; text-align: center; }

/* ── Portrait patterns ────────────────────────────────── */

/* Patroon 1 · Hero Anker — grid hero met portret kolom */
.kk-hero-with-portrait   { display: grid; grid-template-columns: 1fr 340px; align-items: end; gap: 0; max-width: 820px; margin: 0 auto; position: relative; z-index: 2; }
.kk-hero-portrait-left  { padding: 72px 48px 64px 0; display: flex; flex-direction: column; gap: 20px; }
.kk-hero-portrait-right { align-self: end; }
.kk-hero-portrait-img   { height: 420px; border-radius: var(--r-xl) var(--r-xl) 0 0; overflow: hidden; background: rgba(255,255,255,0.05); box-shadow: -20px 0 60px rgba(0,0,0,0.2); }
.kk-hero-portrait-img img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.kk-hero-portrait-caption { padding: 12px 16px; background: rgba(255,255,255,0.06); border-top: 1px solid rgba(255,255,255,0.08); font-size: 0.72rem; color: rgba(244,241,222,0.4); font-weight: 500; text-align: center; }

/* Patroon 2 · Getuige — portret avatar naast quote */
.kk-quote-with-portrait  { display: grid; grid-template-columns: 56px 1fr; gap: 20px; align-items: start; }
.kk-portrait-avatar      { width: 56px; height: 56px; border-radius: 50%; overflow: hidden; flex-shrink: 0; box-shadow: 0 0 0 3px var(--white), 0 0 0 5px rgba(65,38,20,0.1); background: var(--sand); }
.kk-portrait-avatar img  { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.kk-quote-attribution    { display: flex; align-items: center; gap: 8px; padding-left: 20px; margin-top: 10px; }
.kk-quote-attribution--standalone { padding-left: 0; margin-top: 4px; }
.kk-quote-attr-name      { font-size: 0.82rem; font-weight: 700; color: var(--brown); }
.kk-quote-attr-role      { font-size: 0.76rem; color: var(--warmgrey); }
.kk-quote-attr-sep       { font-size: 0.76rem; color: var(--warmgrey); }

/* Patroon 3 · Over — portret met floating accent-kaart */
.kk-over-img-wrap        { position: relative; }
.kk-over-img-wrap img    { width: 100%; aspect-ratio: 3/4; object-fit: cover; object-position: top center; border-radius: var(--r-xl); display: block; }
.kk-over-accent-card     { position: absolute; bottom: -16px; right: -16px; background: var(--coral); border-radius: var(--r-lg); padding: 16px 20px; box-shadow: var(--sh-lg); max-width: 170px; }
.kk-over-accent-num      { font-size: 2rem; font-weight: 800; color: #fff; line-height: 1; }
.kk-over-accent-label    { font-size: 0.72rem; font-weight: 600; color: rgba(255,255,255,0.75); line-height: 1.4; margin-top: 4px; }

/* Patroon 4 · Gesprek card portret */
.kk-gesprek-card-portrait     { display: flex; align-items: center; gap: 14px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.kk-gesprek-card-portrait-img { width: 52px; height: 52px; border-radius: 50%; overflow: hidden; border: 2px solid rgba(255,255,255,0.15); flex-shrink: 0; background: rgba(255,255,255,0.05); }
.kk-gesprek-card-portrait-img img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.kk-gesprek-card-portrait-name { font-size: 0.9rem; font-weight: 700; color: var(--cream); }
.kk-gesprek-card-portrait-role { font-size: 0.74rem; color: rgba(244,241,222,0.45); margin-top: 2px; }

/* Responsive portrait */
@media (max-width: 780px) {
  .kk-hero-with-portrait { grid-template-columns: 1fr; }
  .kk-hero-portrait-right { display: none; }
  .kk-hero-portrait-left { padding: 72px 0 56px; }
  .kk-over-accent-card { bottom: -12px; right: -8px; }
}

/* ------------------------------------------------------------
   26. CONTACT FORM (homepage)
   ------------------------------------------------------------ */
.kk-contact-grid  { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.kk-contact-info  { display: flex; flex-direction: column; gap: 16px; }
.kk-contact-block-t { font-size: 0.86rem; font-weight: 800; color: var(--brown); margin-bottom: 4px; }
.kk-contact-block-b { font-size: 0.84rem; line-height: 1.65; color: var(--brown-mid); }
.kk-form          { display: flex; flex-direction: column; gap: 14px; }
.kk-form-label    { display: block; font-size: 0.75rem; font-weight: 700; color: var(--brown); margin-bottom: 6px; letter-spacing: 0.04em; }

input[type="text"], input[type="email"], input[type="tel"], textarea, select {
  width: 100%; padding: 13px 16px;
  font-family: var(--font); font-size: 0.9rem;
  background: rgba(255,255,255,0.9); border: 1.5px solid rgba(65,38,20,0.14);
  border-radius: var(--r-md); color: var(--brown); outline: none;
  transition: border-color 200ms var(--ease), box-shadow 200ms var(--ease);
  -webkit-appearance: none;
}
input:focus, textarea:focus, select:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(23,140,170,0.12); }
input::placeholder, textarea::placeholder { color: var(--warmgrey); }
textarea { min-height: 130px; resize: vertical; }
.kk-success-msg { background: rgba(23,140,170,0.08); border: 1.5px solid var(--teal); border-radius: var(--r-md); padding: 16px 20px; font-size: 0.92rem; font-weight: 600; color: var(--teal); margin-bottom: 16px; }

/* ------------------------------------------------------------
   27. OP MAAT
   ------------------------------------------------------------ */
.kk-opmaat { display: flex; gap: 40px; align-items: flex-start; background: var(--white); border: 1.5px solid rgba(65,38,20,0.09); border-radius: var(--r-xl); padding: 36px; box-shadow: var(--sh-sm); }
.kk-opmaat > div { flex: 1; }
.kk-opmaat-t { font-size: 1.25rem; font-weight: 800; color: var(--brown); margin-bottom: 12px; }
.kk-opmaat-checks { list-style: none; display: flex; flex-direction: column; gap: 10px; min-width: 220px; padding-top: 4px; }
.kk-opmaat-checks li { font-size: 0.9rem; font-weight: 600; color: var(--teal); padding-left: 20px; position: relative; }
.kk-opmaat-checks li::before { content: '✓'; position: absolute; left: 0; color: var(--teal); font-weight: 700; }

/* Methode grid */
.kk-methode-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 18px; }
.kk-methode-card { background: var(--white); border: 1.5px solid rgba(65,38,20,0.09); border-radius: var(--r-lg); padding: 26px; display: flex; flex-direction: column; gap: 12px; box-shadow: var(--sh-sm); }
.kk-methode-icon { font-size: 1.6rem; }
.kk-methode-t    { font-size: 0.96rem; font-weight: 800; color: var(--brown); }
.kk-methode-b    { font-size: 0.86rem; line-height: 1.65; color: var(--brown-mid); }

/* ------------------------------------------------------------
   28. FOOTER
   ------------------------------------------------------------ */
.kk-footer { background: var(--teal-dark); padding: 64px 24px 0; }
.kk-footer-inner { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 48px; }
.kk-footer-brand   { display: flex; flex-direction: column; gap: 10px; }
.kk-footer-name    { font-size: 1.05rem; font-weight: 800; color: var(--cream); }
.kk-footer-tagline { font-size: 0.84rem; line-height: 1.65; color: rgba(244,241,222,0.45); max-width: 28ch; }
.kk-footer-col-t   { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; color: rgba(244,241,222,0.35); margin-bottom: 16px; }
.kk-footer-links   { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.kk-footer-links a { font-size: 0.88rem; color: rgba(244,241,222,0.55); }
.kk-footer-links a:hover { color: var(--cream); }
.kk-footer-bottom  { max-width: 1120px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 18px 0; border-top: 1px solid rgba(255,255,255,0.08); }
.kk-footer-copy    { font-size: 0.78rem; color: rgba(244,241,222,0.28); }
.kk-footer-legal   { display: flex; gap: 20px; }
.kk-footer-legal a { font-size: 0.78rem; color: rgba(244,241,222,0.3); }
.kk-footer-legal a:hover { color: rgba(244,241,222,0.6); }

/* ------------------------------------------------------------
   29. ANIMATIONS
   ------------------------------------------------------------ */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}
.kk-hero-inner > * { animation: fadeUp 0.55s var(--ease) both; }
.kk-hero-inner > *:nth-child(1) { animation-delay: 0.04s; }
.kk-hero-inner > *:nth-child(2) { animation-delay: 0.10s; }
.kk-hero-inner > *:nth-child(3) { animation-delay: 0.18s; }
.kk-hero-inner > *:nth-child(4) { animation-delay: 0.26s; }
.kk-hero-inner > *:nth-child(5) { animation-delay: 0.34s; }
.kk-hero-inner > *:nth-child(6) { animation-delay: 0.42s; }

/* ------------------------------------------------------------
   30. BLOG
   ------------------------------------------------------------ */
.blog-cat-nav { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 2rem; }
.blog-cat-btn {
  font-family: inherit; font-size: .78rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  padding: .5rem 1.1rem; border-radius: var(--r-pill); cursor: pointer;
  border: 2px solid transparent; transition: all var(--t-base) var(--ease);
}
.blog-cat-btn.active,
.blog-cat-btn:hover { background: var(--teal); color: #fff; border-color: var(--teal); }
.blog-cat-btn:not(.active) { background: var(--white); color: var(--brown-mid); border-color: var(--sand); }

.blog-cat-section { margin-top: 3rem; }
.blog-cat-header { display: flex; align-items: baseline; gap: 1rem; padding-bottom: 1rem; border-bottom: 2px solid var(--teal); margin-bottom: 1.75rem; }
.blog-cat-title   { font-size: 1.15rem; font-weight: 800; color: var(--brown); }
.blog-cat-sub     { font-size: .82rem; color: var(--brown-light); }

.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; }

.blog-card { background: var(--white); border-radius: var(--r-lg); overflow: hidden; display: flex; flex-direction: column; border: 1px solid rgba(23,140,170,.1); transition: transform var(--t-base) var(--ease), box-shadow var(--t-base) var(--ease); text-decoration: none; }
.blog-card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px rgba(23,140,170,.12); }

.blog-card-thumb { height: 140px; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; }
.blog-card-thumb.mikken { background: rgba(255,78,70,.08); }
.blog-card-thumb.werken { background: rgba(23,140,170,.08); }
.blog-card-thumb.leren  { background: rgba(65,38,20,.06); }

.blog-card-body    { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; gap: .5rem; }
.blog-card-tag     { font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--teal); }
.blog-card-title   { font-size: .92rem; font-weight: 800; color: var(--brown); line-height: 1.3; }
.blog-card-excerpt { font-size: .8rem; color: var(--brown-light); line-height: 1.6; flex: 1; }
.blog-card-meta    { font-size: .72rem; color: var(--brown-light); padding-top: .75rem; border-top: 1px solid rgba(23,140,170,.1); display: flex; justify-content: space-between; }
.blog-card-cta     { font-size: .78rem; font-weight: 700; color: var(--teal); }

.blog-placeholder                    { border: 2px dashed rgba(23,140,170,.2); background: rgba(23,140,170,.03); }
.blog-placeholder .blog-card-title   { color: var(--brown-light); }
.blog-placeholder .blog-card-tag     { opacity: .5; }

/* ------------------------------------------------------------
   31. RESPONSIVE
   ------------------------------------------------------------ */
@media (max-width: 900px) {
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .kk-wv-hero-grid,
  .kk-aanpak-hero-grid,
  .kk-hero-grid,
  .kk-bottom-split,
  .kk-samen-grid,
  .kk-reality-grid,
  .kk-contact-grid,
  .kk-over-grid { grid-template-columns: 1fr; gap: 32px; }
  .kk-over-img  { aspect-ratio: auto; max-height: 280px; }
  .kk-gesprek-card { position: static; }
  .kk-opmaat    { flex-direction: column; gap: 28px; }
  .kk-footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
}

@media (max-width: 720px) {
  .blog-grid { grid-template-columns: 1fr; }
  .kk-s  { padding: 64px 20px; }
  .kk-hero { padding: 56px 20px 48px; min-height: auto; }
  .kk-cgrid,
  .kk-vna,
  .kk-diag-twins { grid-template-columns: 1fr; }
  .kk-symp-cols  { grid-template-columns: 1fr; }
  .kk-ctas, .kk-bctas { flex-direction: column; align-items: flex-start; }
  .kk-btn-coral,
  .kk-btn-teal,
  .kk-btn-ghost-w { width: 100%; justify-content: center; }
  .kk-bottom-inner { align-items: flex-start; text-align: left; }
  .kk-bctas { justify-content: flex-start; }
}

@media (max-width: 480px) {
  .kk-footer-inner  { grid-template-columns: 1fr; }
  .kk-footer-bottom { flex-direction: column; gap: 12px; align-items: flex-start; }
  .kk-wv-meta, .kk-aanpak-meta { flex-direction: column; gap: 16px; }
}

/* ------------------------------------------------------------
   32. GLOBAL NAV
   ------------------------------------------------------------ */
.kk-topnav {
  position: sticky; top: 0; z-index: 200;
  background: rgba(244,241,222,0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1.5px solid rgba(65,38,20,0.08);
  height: 60px;
  display: flex; align-items: center;
}
.kk-topnav-inner {
  max-width: 1120px; margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  display: flex; align-items: center; gap: 0;
}

/* Brand */
.kk-topnav-brand {
  font-size: 0.95rem; font-weight: 800;
  color: var(--brown); text-decoration: none;
  letter-spacing: -0.01em;
  flex-shrink: 0;
  margin-right: 32px;
  transition: color var(--t-fast) var(--ease);
}
.kk-topnav-brand:hover { color: var(--teal); }

/* Main nav list */
.kk-topnav-list {
  list-style: none; display: flex; align-items: center;
  gap: 2px; margin: 0; padding: 0;
  flex: 1;
}

/* Top-level nav items */
.kk-topnav-item {
  position: relative;
}
.kk-topnav-link {
  display: flex; align-items: center; gap: 5px;
  padding: 8px 13px;
  font-size: 0.84rem; font-weight: 600;
  color: var(--brown-mid);
  text-decoration: none;
  border-radius: var(--r-md);
  transition: color var(--t-fast) var(--ease),
              background var(--t-fast) var(--ease);
  white-space: nowrap;
}
.kk-topnav-link:hover {
  color: var(--brown);
  background: rgba(65,38,20,0.05);
}
.kk-topnav-link--active {
  color: var(--teal-dark);
}

/* Dropdown chevron */
.kk-topnav-chevron {
  width: 14px; height: 14px;
  opacity: 0.45;
  transition: transform var(--t-fast) var(--ease), opacity var(--t-fast) var(--ease);
  flex-shrink: 0;
}
.kk-topnav-item:hover .kk-topnav-chevron,
.kk-topnav-item:focus-within .kk-topnav-chevron {
  transform: rotate(180deg); opacity: 0.75;
}

/* Dropdown panel */
.kk-topnav-drop {
  position: absolute; top: 100%; left: 0;
  background: var(--white);
  border: 1.5px solid rgba(65,38,20,0.08);
  border-radius: var(--r-lg);
  box-shadow: var(--sh-lg);
  padding: 8px;
  min-width: 240px;
  opacity: 0; visibility: hidden;
  transform: translateY(-6px);
  transition: opacity var(--t-base) var(--ease),
              transform var(--t-base) var(--ease),
              visibility var(--t-base);
  pointer-events: none;
  margin-top: 8px;
}
.kk-topnav-drop::before {
  content: '';
  position: absolute;
  top: -12px; left: 0; right: 0;
  height: 12px;
}
.kk-topnav-item:hover .kk-topnav-drop,
.kk-topnav-item:focus-within .kk-topnav-drop {
  opacity: 1; visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

/* Dropdown items */
.kk-topnav-drop-item {
  display: flex; align-items: flex-start; gap: 11px;
  padding: 10px 12px;
  border-radius: var(--r-md);
  text-decoration: none;
  transition: background var(--t-fast) var(--ease);
  color: var(--brown);
}
.kk-topnav-drop-item:hover {
  background: rgba(23,140,170,0.06);
  color: var(--brown);
}
.kk-topnav-drop-icon {
  font-size: 1rem; line-height: 1;
  flex-shrink: 0; margin-top: 1px;
}
.kk-topnav-drop-label {
  font-size: 0.86rem; font-weight: 700;
  color: var(--brown); line-height: 1.25;
}
.kk-topnav-drop-sub {
  font-size: 0.74rem; color: var(--warmgrey);
  line-height: 1.4; margin-top: 1px;
}

/* Divider inside dropdown */
.kk-topnav-drop-divider {
  height: 1px; background: rgba(65,38,20,0.07);
  margin: 4px 8px;
}

/* Dropdown "quickscan" accent item */
.kk-topnav-drop-item--accent {
  background: rgba(245,194,1,0.07);
  border: 1px solid rgba(245,194,1,0.2);
  margin-top: 2px;
}
.kk-topnav-drop-item--accent:hover {
  background: rgba(245,194,1,0.14);
}
.kk-topnav-drop-item--accent .kk-topnav-drop-label {
  color: var(--teal-dark);
}

/* "Lees mee" plain link */
.kk-topnav-plain {
  padding: 8px 13px;
  font-size: 0.84rem; font-weight: 600;
  color: var(--brown-mid);
  text-decoration: none;
  border-radius: var(--r-md);
  transition: color var(--t-fast) var(--ease),
              background var(--t-fast) var(--ease);
  white-space: nowrap;
}
.kk-topnav-plain:hover {
  color: var(--brown);
  background: rgba(65,38,20,0.05);
}

/* CTA cluster (right side) */
.kk-topnav-ctas {
  display: flex; align-items: center; gap: 10px;
  margin-left: auto; flex-shrink: 0;
}
.kk-topnav-cta-sec {
  font-size: 0.82rem; font-weight: 600;
  color: var(--teal);
  text-decoration: none;
  padding: 7px 12px;
  border-radius: var(--r-md);
  transition: color var(--t-fast) var(--ease),
              background var(--t-fast) var(--ease);
  white-space: nowrap;
}
.kk-topnav-cta-sec:hover {
  color: var(--teal-dark);
  background: var(--teal-glass);
}
.kk-topnav-cta-pri {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--coral);
  color: var(--white);
  font-size: 0.84rem; font-weight: 700;
  padding: 9px 18px;
  border-radius: var(--r-pill);
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 2px 12px rgba(255,78,70,0.28);
  transition: background var(--t-fast) var(--ease),
              box-shadow var(--t-fast) var(--ease),
              transform var(--t-fast) var(--ease);
}
.kk-topnav-cta-pri:hover {
  background: #e8403a;
  box-shadow: 0 4px 20px rgba(255,78,70,0.38);
  transform: translateY(-1px);
  color: var(--white);
}

/* Mobile hamburger */
.kk-topnav-burger {
  display: none;
  flex-direction: column; gap: 5px;
  background: none; border: none;
  padding: 8px; cursor: pointer;
  margin-left: auto;
}
.kk-topnav-burger span {
  display: block; width: 22px; height: 2px;
  background: var(--brown);
  border-radius: 2px;
  transition: transform var(--t-base) var(--ease),
              opacity var(--t-base) var(--ease);
}

/* Mobile overlay */
.kk-topnav-mobile {
  display: none;
  position: fixed; inset: 60px 0 0 0;
  background: var(--cream);
  overflow-y: auto;
  padding: 16px 20px 40px;
  z-index: 199;
  flex-direction: column; gap: 4px;
  animation: kk-nav-slide-in var(--t-base) var(--ease) both;
}
@keyframes kk-nav-slide-in {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.kk-topnav-mobile.open { display: flex; }

/* Mobile nav groups */
.kk-topnav-mob-group {
  border-bottom: 1px solid rgba(65,38,20,0.08);
  padding-bottom: 12px; margin-bottom: 4px;
}
.kk-topnav-mob-label {
  font-size: 0.64rem; font-weight: 700;
  letter-spacing: 0.13em; text-transform: uppercase;
  color: var(--warmgrey);
  padding: 10px 8px 6px;
}
.kk-topnav-mob-link {
  display: flex; align-items: center; gap: 10px;
  padding: 11px 8px;
  font-size: 0.92rem; font-weight: 600;
  color: var(--brown); text-decoration: none;
  border-radius: var(--r-md);
  transition: background var(--t-fast) var(--ease);
}
.kk-topnav-mob-link:hover { background: rgba(65,38,20,0.05); }
.kk-topnav-mob-link--accent {
  color: var(--teal-dark); font-weight: 700;
}
.kk-topnav-mob-ctas {
  display: flex; flex-direction: column; gap: 10px;
  margin-top: 16px;
}
.kk-topnav-mob-ctas .kk-topnav-cta-pri {
  justify-content: center; padding: 13px;
  font-size: 0.92rem;
}
.kk-topnav-mob-ctas .kk-topnav-cta-sec {
  text-align: center; font-size: 0.88rem;
  padding: 10px;
}

@media (max-width: 780px) {
  .kk-topnav-list,
  .kk-topnav-ctas { display: none; }
  .kk-topnav-burger { display: flex; }
}

/* ─── Quickscan CTA blok (homepage kloven-nav sectie) ─────────────────── */
.kk-quickscan-cta { background: var(--teal-dark); border-radius: var(--r-lg); padding: 28px 32px; display: flex; flex-direction: column; gap: 14px; }
.kk-quickscan-cta--mt { margin-top: 1.5rem; }
.kk-quickscan-cta-t { font-size: 1rem; font-weight: 800; color: var(--cream); }
.kk-quickscan-cta-b { font-size: 0.88rem; line-height: 1.65; color: rgba(244,241,222,0.70); }

/* ─── Samen leap wrap (aanpak: leap + aside stacked) ──────────────────── */
.kk-samen-leap-wrap { display: grid; grid-template-columns: 1fr 320px; gap: 48px; align-items: start; }
.kk-samen-aside { background: rgba(23,140,170,0.07); border: 1.5px solid rgba(23,140,170,0.18); border-radius: var(--r-lg); padding: 28px; display: flex; flex-direction: column; gap: 16px; }
.kk-samen-aside-t { font-size: 1rem; font-weight: 800; color: var(--brown); line-height: 1.5; font-style: italic; }
.kk-samen-aside-b { font-size: 0.87rem; line-height: 1.65; color: var(--brown-mid); }
@media (max-width: 760px) { .kk-samen-leap-wrap { grid-template-columns: 1fr; } }

/* ─── Blog grid (aanpak recente artikels) ─────────────────────────────── */
.kk-blog-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 4px; }
.kk-blog-all { font-size: 0.84rem; font-weight: 600; color: var(--teal); text-decoration: none; }
.kk-blog-all:hover { color: var(--coral); }
.kk-blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 18px; }
.kk-blog-card { display: flex; flex-direction: column; gap: 10px; background: var(--white); border: 1.5px solid rgba(65,38,20,0.09); border-radius: var(--r-lg); padding: 24px; text-decoration: none; transition: box-shadow var(--t-base) var(--ease), transform var(--t-base) var(--ease); }
.kk-blog-card:hover { box-shadow: var(--sh-md); transform: translateY(-3px); }
.kk-blog-card-tag { display: inline-block; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; color: var(--teal); background: rgba(23,140,170,0.08); padding: 3px 10px; border-radius: var(--r-pill); align-self: flex-start; }
.kk-blog-card-t { font-size: 0.96rem; font-weight: 800; color: var(--brown); line-height: 1.45; flex: 1; }
.kk-blog-card-meta { font-size: 0.75rem; color: var(--warmgrey); margin-top: auto; }


/* ═══════════════════════════════════════════════════════════════
   BLOG OVERZICHT (blog.html)
   Klassen: .blog-cat-*, .blog-grid, .blog-card, .blog-placeholder
   ═══════════════════════════════════════════════════════════════ */

.blog-cat-nav { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 2rem; }
.blog-cat-btn {
  font-family: var(--font); font-size: .78rem; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase;
  padding: .5rem 1.1rem; border-radius: var(--r-pill); cursor: pointer;
  border: 2px solid transparent; transition: all var(--t-base) var(--ease);
}
.blog-cat-btn.active, .blog-cat-btn:hover { background: var(--teal); color: white; border-color: var(--teal); }
.blog-cat-btn:not(.active) { background: var(--white); color: var(--brown-mid); border-color: rgba(65,38,20,0.12); }

.blog-cat-section { margin-top: 3rem; }
.blog-cat-header {
  display: flex; align-items: baseline; gap: 1rem;
  padding-bottom: 1rem; border-bottom: 2px solid var(--teal); margin-bottom: 1.75rem;
}
.blog-cat-title { font-size: 1.15rem; font-weight: 800; color: var(--brown); }
.blog-cat-sub { font-size: .82rem; color: var(--brown-light); }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
@media(max-width: 700px) { .blog-grid { grid-template-columns: 1fr; } }
@media(max-width: 900px) and (min-width: 701px) { .blog-grid { grid-template-columns: 1fr 1fr; } }

.blog-card {
  background: var(--white); border-radius: var(--r-lg); overflow: hidden;
  display: flex; flex-direction: column;
  border: 1.5px solid rgba(65,38,20,0.09);
  transition: transform var(--t-base) var(--ease), box-shadow var(--t-base) var(--ease);
  text-decoration: none;
}
.blog-card:hover { transform: translateY(-3px); box-shadow: var(--sh-md); }
.blog-card-thumb { height: 140px; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; }
.blog-card-thumb.mikken { background: rgba(255,78,70,0.08); }
.blog-card-thumb.werken { background: rgba(23,140,170,0.08); }
.blog-card-thumb.leren  { background: rgba(65,38,20,0.06); }
.blog-card-body { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; gap: .5rem; }
.blog-card-tag { font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--teal); }
.blog-card-title { font-size: .92rem; font-weight: 800; color: var(--brown); line-height: 1.3; }
.blog-card-excerpt { font-size: .8rem; color: var(--brown-mid); line-height: 1.6; flex: 1; }
.blog-card-meta {
  font-size: .72rem; color: var(--brown-mid);
  padding-top: .75rem; border-top: 1px solid rgba(65,38,20,0.08);
  display: flex; justify-content: space-between;
}
.blog-card-cta { font-size: .78rem; font-weight: 700; color: var(--teal); }
.blog-placeholder { border: 2px dashed rgba(23,140,170,0.2); background: rgba(23,140,170,0.03); }
.blog-placeholder .blog-card-title { color: var(--brown-light); }
.blog-placeholder .blog-card-tag { opacity: .5; }


/* ═══════════════════════════════════════════════════════════════
   BLOG DETAIL (blog-detail.html)
   Klassen: .bl-hero-*, .bl-body-*, .bl-h2, .bl-quote, .bl-tip,
            .bl-info, .bl-mid-cta, .bl-author, .bl-share,
            .bl-related-*, .bl-bottom-cta-*, .bl-footer-*
   ═══════════════════════════════════════════════════════════════ */

/* Hero */
.bl-hero { background: var(--cream); border-bottom: 1px solid rgba(65,38,20,0.08); padding: 0 24px; position: relative; overflow: hidden; }
.bl-hero-inner { max-width: 820px; margin: 0 auto; }
.bl-hero-illo { display: flex; justify-content: center; align-items: flex-end; padding-top: 48px; margin-bottom: -4px; }
.bl-hero-illo-img { height: 220px; width: auto; display: block; }
.bl-hero-meta { display: flex; align-items: center; gap: 20px; padding: 28px 0 0; font-size: 0.75rem; font-weight: 600; color: var(--warmgrey); text-transform: uppercase; letter-spacing: 0.1em; }
.bl-hero-meta-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--warmgrey); flex-shrink: 0; }
.bl-hero-cat { color: var(--teal); font-weight: 700; text-decoration: none; }
.bl-hero-cat:hover { color: var(--coral); }
.bl-h1 { font-family: var(--font); font-size: clamp(2rem,5vw,3.2rem); font-weight: 800; line-height: 1.1; letter-spacing: -0.025em; color: var(--brown); margin: 18px 0 28px; }
.bl-hero-byline { display: flex; align-items: center; gap: 12px; padding: 20px 0 32px; border-top: 1px solid rgba(65,38,20,0.08); }
.bl-hero-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--sand); overflow: hidden; flex-shrink: 0; border: 2px solid rgba(65,38,20,0.1); }
.bl-hero-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.bl-hero-byline-name { font-size: 0.84rem; font-weight: 700; color: var(--brown); }
.bl-hero-byline-sub { font-size: 0.76rem; color: var(--warmgrey); }
.bl-hero-read { margin-left: auto; font-size: 0.72rem; font-weight: 700; color: var(--warmgrey); background: rgba(65,38,20,0.05); padding: 5px 12px; border-radius: var(--r-pill); white-space: nowrap; }

/* Body */
.bl-body { background: var(--cream); padding: 56px 24px 80px; }
.bl-body-inner { max-width: 680px; margin: 0 auto; font-size: 1rem; line-height: 1.78; color: var(--brown-mid); }
.bl-body-inner > p { margin: 0 0 1.4em; }
.bl-body-inner > p:first-child { font-size: 1.1rem; color: var(--brown); line-height: 1.72; font-weight: 500; }
.bl-h2 { font-size: 1.35rem; font-weight: 800; color: var(--brown); letter-spacing: -0.02em; line-height: 1.25; margin: 2.4em 0 0.6em; display: flex; align-items: center; gap: 10px; }
.bl-h2-icon { font-size: 1.1rem; flex-shrink: 0; width: 32px; height: 32px; background: rgba(23,140,170,0.1); border-radius: var(--r-md); display: flex; align-items: center; justify-content: center; }
.bl-h3 { font-size: 1.05rem; font-weight: 800; color: var(--brown); margin: 1.8em 0 0.4em; }
.bl-h3-num { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%; background: var(--coral); color: #fff; font-size: 0.72rem; font-weight: 800; margin-right: 8px; flex-shrink: 0; vertical-align: middle; }
.bl-h3-num.teal { background: var(--teal); }
.bl-quote { border-left: 3px solid var(--coral); padding: 18px 24px; margin: 2em 0; background: none; }
.bl-quote p { font-size: 1.08rem; font-weight: 700; font-style: italic; color: var(--brown); line-height: 1.55; margin: 0; }
.bl-tip { background: rgba(245,194,1,0.08); border: 1.5px solid rgba(245,194,1,0.28); border-radius: var(--r-lg); padding: 20px 24px; margin: 2em 0; }
.bl-tip-label { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--brown-light); margin-bottom: 8px; }
.bl-tip p { font-size: 0.91rem; line-height: 1.68; margin: 0; color: var(--brown); }
.bl-info { background: rgba(23,140,170,0.07); border: 1.5px solid rgba(23,140,170,0.18); border-radius: var(--r-lg); padding: 20px 24px; margin: 2em 0; }
.bl-info-label { font-size: 0.66rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal); margin-bottom: 8px; }
.bl-info p { font-size: 0.91rem; line-height: 1.68; margin: 0; color: var(--brown); }
.bl-body-inner ul, .bl-body-inner ol { padding-left: 0; margin: 0.6em 0 1.4em; list-style: none; display: flex; flex-direction: column; gap: 6px; }
.bl-body-inner ul li::before { content: '—'; color: var(--teal); font-weight: 700; margin-right: 8px; }
.bl-body-inner ol { counter-reset: bl-ol; }
.bl-body-inner ol li { counter-increment: bl-ol; padding-left: 28px; position: relative; }
.bl-body-inner ol li::before { content: counter(bl-ol) '.'; position: absolute; left: 0; color: var(--coral); font-weight: 700; font-size: 0.88rem; }
.bl-body-inner li { font-size: 0.94rem; line-height: 1.65; color: var(--brown-mid); }
.bl-mid-cta { background: var(--teal-dark); border-radius: var(--r-xl); padding: 28px 32px; margin: 2.8em 0; display: flex; flex-direction: column; gap: 14px; position: relative; overflow: hidden; }
.bl-mid-cta::before { content: ''; position: absolute; top: -60px; right: -60px; width: 180px; height: 180px; border-radius: 50%; background: var(--coral); opacity: 0.12; pointer-events: none; }
.bl-mid-cta-t { font-size: 1.05rem; font-weight: 800; color: var(--cream); line-height: 1.3; position: relative; z-index: 1; }
.bl-mid-cta-b { font-size: 0.87rem; line-height: 1.65; color: rgba(244,241,222,0.65); position: relative; z-index: 1; }
.bl-mid-cta .kk-btn-coral { align-self: flex-start; position: relative; z-index: 1; }
.bl-author { display: flex; align-items: flex-start; gap: 18px; border-top: 1.5px solid rgba(65,38,20,0.1); padding-top: 32px; margin-top: 48px; }
.bl-author-avatar { width: 56px; height: 56px; border-radius: 50%; background: var(--sand); overflow: hidden; flex-shrink: 0; border: 2px solid rgba(65,38,20,0.1); }
.bl-author-avatar img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.bl-author-name { font-size: 0.9rem; font-weight: 800; color: var(--brown); margin-bottom: 4px; }
.bl-author-bio { font-size: 0.83rem; line-height: 1.65; color: var(--brown-mid); }
.bl-share { display: flex; align-items: center; gap: 12px; margin-top: 32px; padding-top: 20px; border-top: 1px solid rgba(65,38,20,0.08); }
.bl-share-lbl { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--warmgrey); }
.bl-share-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 0.78rem; font-weight: 600; color: var(--brown-mid); background: rgba(65,38,20,0.05); border: 1px solid rgba(65,38,20,0.1); border-radius: var(--r-pill); padding: 6px 14px; text-decoration: none; transition: all var(--t-fast) var(--ease); }
.bl-share-btn:hover { background: var(--teal); color: #fff; border-color: var(--teal); }

/* Related */
.bl-related-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 20px; }
.bl-related-card { background: var(--white); border: 1.5px solid rgba(65,38,20,0.09); border-radius: var(--r-lg); overflow: hidden; text-decoration: none; display: flex; flex-direction: column; transition: box-shadow var(--t-base) var(--ease), transform var(--t-base) var(--ease); }
.bl-related-card:hover { box-shadow: var(--sh-md); transform: translateY(-3px); }
.bl-related-thumb { height: 160px; overflow: hidden; background: var(--sand); display: flex; align-items: center; justify-content: center; }
.bl-related-thumb img { width: 100%; height: 100%; object-fit: cover; }
.bl-related-thumb-placeholder { font-size: 3rem; }
.bl-related-body { padding: 20px 22px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.bl-related-tag { font-size: 0.65rem; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; color: var(--teal); background: rgba(23,140,170,0.08); border-radius: var(--r-pill); padding: 3px 10px; align-self: flex-start; }
.bl-related-t { font-size: 0.96rem; font-weight: 800; color: var(--brown); line-height: 1.4; }
.bl-related-excerpt { font-size: 0.82rem; color: var(--brown-mid); line-height: 1.6; flex: 1; }
.bl-related-meta { font-size: 0.72rem; color: var(--warmgrey); padding-top: 10px; border-top: 1px solid rgba(65,38,20,0.07); display: flex; justify-content: space-between; }
.bl-related-cta { font-weight: 600; color: var(--teal); }

/* Bottom CTA met portret */
.bl-bottom-cta { background: var(--teal-dark); padding: 72px 24px; position: relative; overflow: hidden; }
.bl-bottom-cta::before { content: ''; position: absolute; top: -120px; right: -80px; width: 400px; height: 400px; border-radius: 50%; background: rgba(255,255,255,0.04); pointer-events: none; }
.bl-bottom-cta-inner { max-width: 960px; margin: 0 auto; display: grid; grid-template-columns: 1fr 340px; gap: 48px; align-items: center; position: relative; z-index: 2; }
.bl-bottom-cta-left { display: flex; flex-direction: column; gap: 20px; }
.bl-bottom-cta-portrait { align-self: flex-end; }
.bl-bottom-cta-portrait img { height: 340px; width: auto; border-radius: var(--r-xl) var(--r-xl) 0 0; display: block; margin: 0 auto; object-fit: cover; }
.bl-bottom-cta-portrait-placeholder { height: 340px; background: rgba(255,255,255,0.05); border-radius: var(--r-xl) var(--r-xl) 0 0; display: flex; align-items: center; justify-content: center; font-size: 4rem; }
.bl-bottom-cta-form { display: flex; flex-direction: column; gap: 10px; }
.bl-bottom-cta-input { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: var(--r-md); padding: 10px 14px; font-family: var(--font); font-size: 0.88rem; color: var(--cream); outline: none; transition: border-color var(--t-fast) var(--ease); }
.bl-bottom-cta-input::placeholder { color: rgba(244,241,222,0.35); }
.bl-bottom-cta-input:focus { border-color: rgba(255,255,255,0.4); }
.bl-bottom-cta-disclaimer { font-size: 0.72rem; color: rgba(244,241,222,0.3); line-height: 1.55; }

/* Blog footer */
.bl-footer { background: var(--teal-dark); border-top: 1px solid rgba(255,255,255,0.06); padding: 56px 24px 0; }
.bl-footer-inner { max-width: 960px; margin: 0 auto; display: grid; grid-template-columns: 1.4fr 1fr 1.2fr 1fr; gap: 40px; }
.bl-footer-col-t { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(244,241,222,0.35); margin-bottom: 14px; }
.bl-footer-p { font-size: 0.84rem; line-height: 1.68; color: rgba(244,241,222,0.55); margin: 0 0 16px; }
.bl-footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.bl-footer-links a { font-size: 0.84rem; color: rgba(244,241,222,0.55); text-decoration: none; transition: color var(--t-fast) var(--ease); }
.bl-footer-links a:hover { color: var(--cream); }
.bl-footer-form { display: flex; flex-direction: column; gap: 8px; }
.bl-footer-input { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--r-md); padding: 8px 12px; font-family: var(--font); font-size: 0.82rem; color: var(--cream); outline: none; }
.bl-footer-input::placeholder { color: rgba(244,241,222,0.3); }
.bl-footer-submit { font-family: var(--font); font-size: 0.82rem; font-weight: 700; background: var(--coral); color: #fff; border: none; border-radius: var(--r-md); padding: 9px 16px; cursor: pointer; transition: background var(--t-fast) var(--ease); }
.bl-footer-submit:hover { background: #e8403a; }
.bl-footer-bottom { max-width: 960px; margin: 0 auto; padding: 24px 0; border-top: 1px solid rgba(255,255,255,0.06); margin-top: 40px; display: flex; justify-content: space-between; align-items: center; }
.bl-footer-copy { font-size: 0.75rem; color: rgba(244,241,222,0.22); }
.bl-footer-legal { display: flex; gap: 16px; }
.bl-footer-legal a { font-size: 0.75rem; color: rgba(244,241,222,0.28); text-decoration: none; }
.bl-footer-legal a:hover { color: rgba(244,241,222,0.6); }
.bl-footer-social { display: flex; gap: 10px; margin-top: 16px; }
.bl-footer-social a { display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; border-radius: var(--r-md); background: rgba(255,255,255,0.07); color: rgba(244,241,222,0.5); font-size: 0.9rem; text-decoration: none; transition: all var(--t-fast) var(--ease); }
.bl-footer-social a:hover { background: rgba(255,255,255,0.14); color: var(--cream); }

/* Responsive blog detail */
@media (max-width: 760px) {
  .bl-bottom-cta-inner { grid-template-columns: 1fr; }
  .bl-bottom-cta-portrait { display: none; }
  .bl-footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 480px) { .bl-footer-inner { grid-template-columns: 1fr; } }


/* ═══════════════════════════════════════════════════════════════
   404 PAGINA
   ═══════════════════════════════════════════════════════════════ */
.kk-hero-inner--center { text-align: center; padding-top: 80px; padding-bottom: 80px; }
.kk-hero-inner--center .kk-h1 { margin-top: 1.5rem; }
.kk-hero-inner--center .kk-hero-sub { max-width: 520px; margin: 1.5rem auto 0; }


/* ═══════════════════════════════════════════════════════════════
   LIVE WORKSHOP PAGINA
   Klassen: .kk-event-*, .kk-countdown-*, .kk-learn-*, .kk-trust-*
   ═══════════════════════════════════════════════════════════════ */

/* Event hero — datum, tijd, live/replay badge */
.kk-event-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; background: rgba(255,255,255,0.12); color: var(--cream); border: 1px solid rgba(255,255,255,0.2); border-radius: var(--r-pill); padding: 5px 14px; margin-bottom: 1.25rem; }
.kk-event-badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); flex-shrink: 0; animation: kk-pulse 2s infinite; }
@keyframes kk-pulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.6; transform: scale(1.3); } }
.kk-event-when { display: flex; align-items: center; gap: 10px; margin-top: 1.25rem; }
.kk-event-when-date { font-size: 1rem; font-weight: 700; color: var(--cream); }
.kk-event-when-sep { color: rgba(244,241,222,0.3); }
.kk-event-when-time { font-size: 0.9rem; color: rgba(244,241,222,0.65); }
.kk-event-replay { font-size: 0.82rem; color: rgba(244,241,222,0.55); margin-top: 0.75rem; line-height: 1.5; }
.kk-event-replay strong { color: rgba(244,241,222,0.85); font-weight: 600; }

/* Countdown timer */
.kk-countdown { display: flex; align-items: flex-start; gap: 12px; margin: 2rem 0; }
.kk-countdown-unit { display: flex; flex-direction: column; align-items: center; gap: 6px; min-width: 72px; }
.kk-countdown-num { font-size: 2.8rem; font-weight: 800; color: var(--cream); line-height: 1; font-variant-numeric: tabular-nums; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.12); border-radius: var(--r-lg); padding: 14px 16px; width: 100%; text-align: center; }
.kk-countdown-lbl { font-size: 0.62rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(244,241,222,0.4); }
.kk-countdown-sep { font-size: 2rem; font-weight: 800; color: rgba(244,241,222,0.2); padding-top: 14px; align-self: flex-start; }
@media (max-width: 480px) {
  .kk-countdown { gap: 6px; }
  .kk-countdown-unit { min-width: 58px; }
  .kk-countdown-num { font-size: 2rem; padding: 10px 12px; }
}

/* Wat je leert */
.kk-learn-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin-top: 2rem; }
.kk-learn-item { background: var(--white); border: 1.5px solid rgba(65,38,20,0.09); border-radius: var(--r-lg); padding: 24px; display: flex; flex-direction: column; gap: 12px; }
.kk-learn-num { width: 36px; height: 36px; border-radius: 50%; background: var(--coral); color: #fff; font-size: 0.9rem; font-weight: 800; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.kk-learn-t { font-size: 1rem; font-weight: 800; color: var(--brown); line-height: 1.3; }
.kk-learn-b { font-size: 0.86rem; line-height: 1.65; color: var(--brown-mid); }

/* Trustpilot / reviews blok */
.kk-trust { display: flex; align-items: center; gap: 16px; padding: 18px 24px; background: rgba(65,38,20,0.04); border: 1.5px solid rgba(65,38,20,0.08); border-radius: var(--r-lg); }
.kk-trust-stars { display: flex; gap: 3px; }
.kk-trust-star { width: 18px; height: 18px; background: #00b67a; border-radius: 3px; display: flex; align-items: center; justify-content: center; }
.kk-trust-star::after { content: '★'; font-size: 12px; color: #fff; }
.kk-trust-score { font-size: 0.88rem; font-weight: 700; color: var(--brown); }
.kk-trust-label { font-size: 0.78rem; color: var(--warmgrey); }
.kk-trust-logo { font-size: 0.78rem; font-weight: 700; color: #00b67a; margin-left: auto; }

/* Testimonials grid */
.kk-testimonials { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; margin-top: 2rem; }
.kk-testimonial { background: var(--white); border: 1.5px solid rgba(65,38,20,0.09); border-radius: var(--r-lg); padding: 22px; display: flex; flex-direction: column; gap: 12px; }
.kk-testimonial-stars { display: flex; gap: 3px; }
.kk-testimonial-star { color: #00b67a; font-size: 0.9rem; }
.kk-testimonial-body { font-size: 0.87rem; line-height: 1.65; color: var(--brown-mid); flex: 1; font-style: italic; }
.kk-testimonial-body::before { content: '"'; color: var(--coral); font-weight: 700; font-style: normal; }
.kk-testimonial-body::after  { content: '"'; color: var(--coral); font-weight: 700; font-style: normal; }
.kk-testimonial-author { font-size: 0.78rem; font-weight: 700; color: var(--brown); }
.kk-testimonial-role { font-size: 0.72rem; color: var(--warmgrey); margin-top: 1px; }

/* Event CTA band — urgentie variant op teal-dark */
.kk-event-cta { background: var(--teal-dark); padding: 64px 24px; text-align: center; position: relative; overflow: hidden; }
.kk-event-cta::before { content: ''; position: absolute; top: -100px; left: 50%; transform: translateX(-50%); width: 500px; height: 500px; border-radius: 50%; background: var(--coral); opacity: 0.07; pointer-events: none; }
.kk-event-cta-inner { max-width: 560px; margin: 0 auto; position: relative; z-index: 2; display: flex; flex-direction: column; gap: 20px; align-items: center; }
.kk-event-cta-urgency { font-size: 0.82rem; font-weight: 700; color: rgba(244,241,222,0.5); text-transform: uppercase; letter-spacing: 0.1em; }
.kk-event-replay--mt  { margin-top: .5rem; }
.kk-cgrid--mt         { margin-top: 2rem; }
.kk-workshop-form     { margin-top: 1.5rem; display: flex; flex-direction: column; gap: 12px; }
.kk-workshop-form input { font-family: var(--font); font-size: .9rem; padding: 10px 14px; border: 1.5px solid rgba(65,38,20,0.15); border-radius: var(--r-lg); outline: none; }
.kk-workshop-form input:focus { border-color: var(--teal); }
.kk-workshop-disclaimer { font-size: .75rem; color: var(--warmgrey); line-height: 1.5; margin: 0; }
.kk-cta-aside { font-size: .84rem; color: var(--brown-light); align-self: center; }
