/* ============================================================
   UNIT ROUNDED PRO — via richt.nl CDN
   Beschikbaar: Medium (500) en Bold (700)
   ============================================================ */
@font-face {
  font-family: 'Unit Rounded Pro';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url('https://irp.cdn-website.com/92c5670d/fonts/FF+Unit+Rounded+Pro+Medium-5abf_400.otf') format('opentype');
}
@font-face {
  font-family: 'Unit Rounded Pro';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url('https://irp.cdn-website.com/92c5670d/fonts/FF+Unit+Rounded+Pro+Bold-3ac8_400.otf') format('opentype');
}
/* Aliassen voor weight 400 → Medium, weight 800/900 → Bold */
@font-face {
  font-family: 'Unit Rounded Pro';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url('https://irp.cdn-website.com/92c5670d/fonts/FF+Unit+Rounded+Pro+Medium-5abf_400.otf') format('opentype');
}
@font-face {
  font-family: 'Unit Rounded Pro';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url('https://irp.cdn-website.com/92c5670d/fonts/FF+Unit+Rounded+Pro+Bold-3ac8_400.otf') format('opentype');
}
@font-face {
  font-family: 'Unit Rounded Pro';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url('https://irp.cdn-website.com/92c5670d/fonts/FF+Unit+Rounded+Pro+Bold-3ac8_400.otf') format('opentype');
}
/* =================================================================
   RICHT — Design System v2
   ================================================================= */

/* 1. DESIGN TOKENS */
:root {
  --gutter: max(160px, calc((100vw - 1200px) / 2 + 32px));
  --richt-purple:      #662483;
  --richt-magenta:     #e6007e;
  --richt-blue:        #36a9e1;
  --richt-purple-dark: #250c31;
  --ink:       #1a1917;
  --ink-soft:  #5c5a54;
  --ink-faint: #908d85;
  --bg:        #ffffff;
  --bg-alt:    #f8f8f6;
  --purple-100:  #f1eaf5;
  --purple-200:  #d8c4e2;
  --purple-600:  #58206f;
  --magenta-100: #fde6f1;
  --magenta-600: #c70069;
  --blue-050:    #eef8fd;
  --blue-100:    #d6eefb;
  --blue-200:    #aaddf6;
  --blue-600:    #1f8fc6;
  --kompas-noord:      #662483;
  --kompas-oost:       #e6007e;
  --kompas-zuid:       #36a9e1;
  --kompas-west:       #1f9e7d;
  --kompas-noord-soft: #f1eaf5;
  --kompas-oost-soft:  #fde6f1;
  --kompas-zuid-soft:  #eef8fd;
  --kompas-west-soft:  #e4f5ee;
  --kompas-west-600:   #16855f;
  --line:           #ececea;
  --line-strong:    #dcdcd8;
  --line-on-purple: rgba(255,255,255,.22);
  --font-sans:    'Manrope', system-ui, -apple-system, sans-serif;
  --font-display: 'Unit Rounded Pro', 'Manrope', system-ui, sans-serif;
  --w-regular: 400; --w-medium: 500; --w-bold: 700; --w-black: 800;
  --fs-display: 64px;  --lh-display: 1.04;
  --fs-h1:      44px;  --lh-h1:      1.08;
  --fs-h2:      32px;  --lh-h2:      1.14;
  --fs-h3:      24px;  --lh-h3:      1.25;
  --fs-lead:    20px;  --lh-lead:    1.5;
  --fs-body:    17px;  --lh-body:    1.65;
  --fs-small:   15px;  --lh-small:   1.5;
  --fs-label:   13px;  --lh-label:   1.2;
  --fs-stat:    56px;  --lh-stat:    1.0;
  --sp-1:4px; --sp-2:8px; --sp-3:12px; --sp-4:16px;
  --sp-5:24px; --sp-6:32px; --sp-7:48px; --sp-8:64px;
  --sp-9:80px; --sp-10:120px; --maxw:1200px;
  --r-sm:8px; --r-md:12px; --r-lg:20px; --r-xl:28px; --r-pill:999px;
  --shadow-sm: 0 1px 2px rgba(37,12,49,.05);
  --shadow-md: 0 8px 24px rgba(37,12,49,.08);
  --shadow-lg: 0 20px 50px rgba(37,12,49,.12);
  --ease: cubic-bezier(.22,.61,.36,1); --dur: .22s;
}

/* 2. BASE */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; overflow-x: hidden; }

.richt { font-family: var(--font-sans); color: var(--ink); font-size: var(--fs-body); line-height: var(--lh-body); -webkit-font-smoothing: antialiased; }
.richt h1,.richt h2,.richt h3,.richt .display { font-family: var(--font-display); color: var(--richt-purple); font-weight: 800; letter-spacing: -.01em; margin: 0; text-wrap: balance; }
.richt .display { font-size: var(--fs-display); line-height: var(--lh-display); }
.richt h1 { font-size: var(--fs-h1); line-height: var(--lh-h1); }
.richt h2 { font-size: var(--fs-h2); line-height: var(--lh-h2); }
.richt h3 { font-family: var(--font-sans); font-size: var(--fs-h3); line-height: var(--lh-h3); font-weight: var(--w-bold); }
.richt .on-dark h1,.richt .on-dark h2,.richt .on-dark h3,.richt .on-dark .display,.richt .on-dark { color: #fff; }
.richt .lead { font-size: var(--fs-lead); line-height: var(--lh-lead); color: var(--ink-soft); }
.richt p { margin: 0 0 1em; }
.richt .eyebrow { font-weight: 800; font-size: var(--fs-label); letter-spacing: .14em; text-transform: uppercase; color: var(--richt-magenta); }
.richt .on-dark .eyebrow { color: #fff; opacity: .85; }
.richt .stat { font-weight: 800; font-size: var(--fs-stat); line-height: var(--lh-stat); color: var(--richt-magenta); }
.richt a { color: var(--richt-magenta); text-decoration: none; }
.richt a:hover { color: var(--magenta-600); }
.mk { color: var(--richt-magenta); }
/* 3. COMPONENTS */
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 32px; }
.section { padding: 104px 0; position: relative; }
.section.alt { background: var(--bg-alt); }
.section-head { display: grid; gap: 16px; max-width: 760px; }
.section-head.center { margin: 0 auto; text-align: center; justify-items: center; }
.eyebrow-row { display: inline-flex; align-items: center; gap: 12px; }
.eyebrow-row .tick { width: 26px; height: 2px; background: var(--richt-magenta); border-radius: 2px; }

/* Buttons */
.richt .btn { font-family: var(--font-sans); font-weight: 700; font-size: 16px; line-height: 1; border: none; border-radius: var(--r-pill); padding: 15px 28px; cursor: pointer; display: inline-flex; align-items: center; gap: 9px; transition: background var(--dur) var(--ease), color var(--dur) var(--ease), transform var(--dur) var(--ease); text-decoration: none; white-space: nowrap; }
.richt .btn:active { transform: translateY(1px); }
.richt .btn--primary { background: var(--richt-magenta); color: #fff; }
.richt .btn--primary:hover { background: var(--magenta-600); color: #fff; }
.richt .btn--secondary { background: transparent; color: var(--richt-purple); box-shadow: inset 0 0 0 2px var(--richt-purple); }
.richt .btn--secondary:hover { background: var(--purple-100); }
.richt .btn--ghost { background: transparent; color: var(--richt-purple); }
.richt .btn--ghost:hover { color: var(--richt-magenta); }
.richt .on-dark .btn--secondary { color: #fff; box-shadow: inset 0 0 0 2px var(--line-on-purple); }
.richt .on-dark .btn--secondary:hover { background: rgba(255,255,255,.1); }
.richt .btn--sm { font-size: 14px; padding: 11px 20px; }
.richt .btn--lg { font-size: 18px; padding: 18px 34px; }

/* Cards */
.richt .card { background: #fff; border-radius: var(--r-lg); padding: 28px; box-shadow: var(--shadow-sm); border: 1px solid var(--line); transition: box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease); }
.richt .card--hover:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }

/* Tags */
.richt .tag { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: 13px; line-height: 1; color: var(--blue-600); background: var(--blue-050); padding: 7px 13px; border-radius: var(--r-pill); }
.richt .tag--magenta { color: var(--magenta-600); background: var(--magenta-100); }
.richt .tag--purple  { color: var(--richt-purple); background: var(--purple-100); }

/* Photo placeholder */
.photo { position: relative; border-radius: var(--r-lg); overflow: hidden; background: linear-gradient(140deg,#efe9e2 0%,#e7dee4 55%,#e0d4e6 100%); display: grid; place-items: center; text-align: center; isolation: isolate; }
.photo::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(120% 80% at 70% 10%,rgba(255,255,255,.5),transparent 60%); }
.photo .brief { padding: 22px; max-width: 82%; position: relative; z-index: 1; }
.photo .brief .pico { width: 46px; height: 46px; margin: 0 auto 12px; border-radius: 50%; background: rgba(255,255,255,.6); display: grid; place-items: center; color: #9b8e96; }
.photo .brief .pico svg { width: 23px; height: 23px; }
.photo .brief .pt { font-weight: 700; font-size: 13px; color: #8a7d85; line-height: 1.45; }
.photo.round { border-radius: 50%; aspect-ratio: 1; }

/* Forms */
.richt .field { display: grid; gap: 7px; }
.richt .field label { font-weight: 700; font-size: 14px; color: var(--ink); }
.richt .input { font-family: var(--font-sans); font-size: 16px; color: var(--ink); background: #fff; border: 1.5px solid var(--line-strong); border-radius: var(--r-md); padding: 13px 16px; outline: none; transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease); width: 100%; box-sizing: border-box; }
.richt .input:focus { border-color: var(--richt-purple); box-shadow: 0 0 0 3px var(--purple-100); }

/* Check list */
.richt .check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.richt .check-list li { display: flex; gap: 12px; align-items: flex-start; }
.richt .check-list li::before { content: ""; flex: none; width: 22px; height: 22px; margin-top: 1px; background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%2336a9e1'/%3E%3Cpolyline points='17.5 8.5 10.5 16 6.5 12' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C%2Fsvg%3E"); }
/* 4. SITE HEADER */

/* 5. HERO */
.hero { position: relative; overflow: hidden; background: var(--bg-alt); }
.hero .container { display: grid; grid-template-columns: 1.06fr .94fr; gap: 64px; align-items: center; padding-top: 92px; padding-bottom: 100px; }
.hero h1.display { font-size: clamp(42px,5.4vw,68px); margin-bottom: 22px; }
.hero .lead { max-width: 30em; margin-bottom: 0; }
.hero-cta { display: flex; gap: 14px; margin-top: 34px; flex-wrap: wrap; }
.hero-trust { display: flex; gap: 12px 26px; margin-top: 40px; flex-wrap: wrap; align-items: center; }
.hero-trust .ht { display: inline-flex; align-items: center; gap: 9px; font-weight: 700; font-size: 14.5px; color: var(--ink-soft); }
.hero-trust .ht b { color: var(--richt-purple); font-weight: 800; }
.hero-trust .ht .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--richt-blue); }
.hero-trust .sep { width: 1px; height: 18px; background: var(--line-strong); }
.hero-media { position: relative; }
.hero-media .photo { aspect-ratio: 4/4.5; }
.hero-media .curve { position: absolute; right: -90px; top: -70px; height: 130%; opacity: .14; pointer-events: none; z-index: 0; }
.hero-badge { position: absolute; background: #fff; border-radius: var(--r-pill); box-shadow: var(--shadow-md); padding: 13px 22px 13px 15px; display: flex; align-items: center; gap: 13px; z-index: 3; }
.hero-badge.tl { left: -26px; top: 40px; }
.hero-badge.br { right: -22px; bottom: 56px; }
.hero-badge .bn { font-weight: 800; font-size: 26px; color: var(--richt-magenta); line-height: 1; }
.hero-badge .bl { font-size: 12.5px; color: var(--ink-soft); line-height: 1.25; font-weight: 600; }
.hero-badge .bi { width: 40px; height: 40px; border-radius: 50%; background: var(--blue-050); display: grid; place-items: center; color: var(--richt-blue); }
.hero-badge .bi svg { width: 21px; height: 21px; }

/* 6. LOGO-STROOK */
.logos { padding: 56px 0; border-bottom: 1px solid var(--line); }
.logos .lbl { text-align: center; font-weight: 700; font-size: 13.5px; letter-spacing: .04em; color: var(--ink-faint); margin-bottom: 30px; }
.logo-row { display: flex; align-items: center; justify-content: center; gap: 16px 44px; flex-wrap: wrap; }
.logo-chip { font-family: var(--font-display); font-weight: 900; font-size: 22px; letter-spacing: -.01em; color: #b4afac; transition: color var(--dur) var(--ease), transform var(--dur) var(--ease); cursor: default; user-select: none; }
.logo-chip:hover { color: var(--richt-purple); transform: translateY(-2px); }
/* 7. COACHDESK */
.coachdesk { background: var(--richt-purple); color: #fff; position: relative; overflow: hidden; }
.coachdesk .container { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.coachdesk h2 { color: #fff; }
.coachdesk .lead { color: rgba(255,255,255,.86); }
.cd-usps { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 32px 0 36px; }
.cd-usp { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16); border-radius: var(--r-md); padding: 18px 20px; display: flex; gap: 13px; align-items: flex-start; }
.cd-usp .ui { flex: none; width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.14); display: grid; place-items: center; color: #fff; }
.cd-usp .ui svg { width: 20px; height: 20px; }
.cd-usp b { font-weight: 800; font-size: 16px; color: #fff; display: block; }
.cd-usp span { font-size: 13.5px; color: rgba(255,255,255,.74); line-height: 1.4; }
.cd-mock { background: #fff; border-radius: var(--r-xl); padding: 18px; box-shadow: var(--shadow-lg); }
.cd-mock .bar { display: flex; gap: 7px; margin-bottom: 14px; }
.cd-mock .bar i { width: 11px; height: 11px; border-radius: 50%; background: var(--line-strong); }
.cd-mock .scr { background: var(--bg-alt); border-radius: var(--r-md); padding: 20px; }
.cd-mock .scr-h { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; }
.cd-mock .scr-h .t { font-weight: 800; font-size: 15px; color: var(--richt-purple); }
.cd-mock .scr-h .saldo { font-weight: 800; font-size: 13px; color: var(--richt-magenta); background: var(--magenta-100); padding: 5px 11px; border-radius: var(--r-pill); }
.cd-mock .mrow { display: flex; align-items: center; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 12px; margin-bottom: 10px; }
.cd-mock .mrow .av { width: 38px; height: 38px; border-radius: 50%; flex: none; background: linear-gradient(135deg,#e7dee4,#d8c4e2); }
.cd-mock .mrow .mt { flex: 1; }
.cd-mock .mrow .mt b { font-weight: 800; font-size: 13.5px; color: var(--ink); display: block; }
.cd-mock .mrow .mt span { font-size: 12px; color: var(--ink-soft); }
.cd-mock .mrow .pill { font-weight: 700; font-size: 11px; padding: 4px 10px; border-radius: var(--r-pill); }
.cd-mock .bars { display: flex; align-items: flex-end; gap: 8px; height: 64px; margin-top: 6px; }
.cd-mock .bars i { flex: 1; border-radius: 5px 5px 0 0; background: var(--blue-100); }
.cd-mock .bars i.hi { background: var(--richt-blue); }

/* 8. KOMPAS */
.kompas-grid { display: grid; grid-template-columns: 420px 1fr; gap: 72px; align-items: center; margin-top: 56px; }
.kompas-stage { position: relative; width: 380px; height: 380px; justify-self: center; }
.kompas { position: absolute; inset: 0; border-radius: 50%; box-shadow: 0 24px 60px rgba(37,12,49,.16); }
.kompas svg { width: 100%; height: 100%; display: block; }
.kompas .seg { cursor: pointer; transition: opacity var(--dur) var(--ease); }
.kompas .seg:hover { opacity: .88; }
.kompas .seg.dim { opacity: .32; }
.kompas-hub { position: absolute; inset: 31%; border-radius: 50%; background: #fff; box-shadow: var(--shadow-md); display: grid; place-items: center; text-align: center; padding: 12px; pointer-events: none; }
.kompas-hub .kh-t { font-weight: 900; font-size: 15px; color: var(--richt-purple); line-height: 1.1; }
.kompas-hub .kh-s { font-size: 11px; color: var(--ink-faint); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin-top: 4px; }
.kompas-card-pt { position: absolute; font-weight: 800; font-size: 13px; color: #fff; pointer-events: none; text-shadow: 0 1px 3px rgba(0,0,0,.25); }
.kompas-card-pt.n { top: 7%; left: 50%; transform: translateX(-50%); }
.kompas-card-pt.o { right: 6%; top: 50%; transform: translateY(-50%); }
.kompas-card-pt.z { bottom: 7%; left: 50%; transform: translateX(-50%); }
.kompas-card-pt.w { left: 6%; top: 50%; transform: translateY(-50%); }
.kd-tabs { display: flex; gap: 10px; margin-bottom: 26px; flex-wrap: wrap; }
.kd-tab { font-weight: 700; font-size: 14px; border: none; cursor: pointer; padding: 9px 17px; border-radius: var(--r-pill); background: var(--bg-alt); color: var(--ink-soft); display: inline-flex; align-items: center; gap: 8px; transition: all var(--dur) var(--ease); }
.kd-tab .kd-dot { width: 11px; height: 11px; border-radius: 50%; }
.kd-tab.active { color: #fff; }
.kd-panel { display: none; animation: kfade .32s var(--ease); }
.kd-panel.active { display: block; }
@keyframes kfade { from { opacity:0; transform:translateY(8px); } }
.kd-dir { font-weight: 900; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 6px; }
.kd-panel h3 { font-weight: 900; font-size: 28px; color: var(--richt-purple); margin-bottom: 14px; }
.kd-panel .kd-body { font-size: var(--fs-body); color: var(--ink-soft); margin-bottom: 22px; max-width: 34em; }
.kd-tools { display: flex; gap: 9px; flex-wrap: wrap; }
.kd-note { margin-top: 26px; font-size: 14px; color: var(--ink-faint); }
.kd-note a { font-weight: 700; }
/* 9. DIENSTEN */
.svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 52px; }
.svc-card { display: flex; gap: 22px; align-items: flex-start; padding: 32px; }
.svc-card .svc-ic { flex: none; width: 60px; height: 60px; border-radius: 16px; display: grid; place-items: center; color: #fff; }
.svc-card .svc-ic svg { width: 28px; height: 28px; }
.svc-card .svc-pill { font-weight: 800; font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 8px; }
.svc-card h3 { margin-bottom: 8px; }
.svc-card p { font-size: var(--fs-small); color: var(--ink-soft); margin: 0 0 16px; }
.svc-link { font-weight: 700; font-size: 14.5px; color: var(--richt-magenta); display: inline-flex; align-items: center; gap: 6px; }
.svc-link svg { width: 16px; height: 16px; transition: transform var(--dur) var(--ease); }
.svc-card:hover .svc-link svg { transform: translateX(3px); }

/* 10. VOOR WIE */
.audience-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 52px; }
.aud-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.aud-card .aud-photo { aspect-ratio: 16/10; border-radius: 0; }
.aud-card .aud-body { padding: 28px; }
.aud-card .aud-tag { font-weight: 800; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--richt-blue); margin-bottom: 8px; }
.aud-card h3 { margin-bottom: 10px; }
.aud-card p { font-size: var(--fs-small); color: var(--ink-soft); margin: 0 0 16px; }

/* 11. WERKWIJZE */
.werkwijze-band { background: var(--richt-purple); border-radius: var(--r-xl); padding: 72px 64px; position: relative; overflow: hidden; color: #fff; }
.werkwijze-band h2 { color: #fff; }
.werkwijze-band .eyebrow { color: #fff; opacity: .9; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 32px; margin-top: 52px; position: relative; z-index: 1; }
.step { position: relative; }
.step .snum { width: 52px; height: 52px; border-radius: 50%; background: rgba(255,255,255,.12); border: 1.5px solid rgba(255,255,255,.3); color: #fff; font-weight: 900; font-size: 20px; display: grid; place-items: center; margin-bottom: 18px; }
.step h3 { color: #fff; font-size: 19px; margin-bottom: 8px; }
.step p  { color: rgba(255,255,255,.78); font-size: 14.5px; margin: 0; }
.step:not(:last-child)::after { content: ""; position: absolute; top: 26px; left: 64px; right: -16px; height: 1.5px; background: repeating-linear-gradient(90deg,rgba(255,255,255,.34) 0 6px,transparent 6px 12px); }

/* 12. CASES */
.case-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; margin-top: 52px; }
.case-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.case-card .case-photo { aspect-ratio: 16/11; position: relative; }
.case-card .case-photo .ctag { position: absolute; left: 16px; top: 16px; background: rgba(37,12,49,.82); color: #fff; font-weight: 700; font-size: 12px; padding: 6px 12px; border-radius: var(--r-pill); backdrop-filter: blur(4px); }
.case-card .case-body { padding: 26px; display: flex; flex-direction: column; flex: 1; }
.case-card .case-org { font-weight: 800; font-size: 13px; color: var(--richt-blue); letter-spacing: .04em; margin-bottom: 8px; }
.case-card h3 { font-size: 21px; margin-bottom: 12px; }
.case-card p { font-size: var(--fs-small); color: var(--ink-soft); margin: 0 0 18px; }
.case-card .case-stat { display: flex; align-items: baseline; gap: 10px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); }
.case-card .case-stat .cs-n { font-weight: 800; font-size: 30px; color: var(--richt-magenta); line-height: 1; }
.case-card .case-stat .cs-l { font-size: 13px; color: var(--ink-soft); }

/* 13. COACHSCAN */
.scan-band { background: linear-gradient(135deg,var(--magenta-100) 0%,#fbeef4 60%,var(--blue-050) 100%); border-radius: var(--r-xl); padding: 60px 64px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 56px; align-items: center; }
.scan-band h2 { color: var(--richt-purple); margin: 14px 0 16px; }
.scan-band p { color: var(--ink-soft); margin: 0; max-width: 34em; }
.scan-steps { display: flex; gap: 10px; margin: 24px 0 30px; flex-wrap: wrap; }
.scan-chip { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.9); border-radius: var(--r-pill); padding: 9px 16px; font-weight: 700; font-size: 13.5px; color: var(--richt-purple); }
.scan-chip .num { width: 22px; height: 22px; border-radius: 50%; background: var(--richt-magenta); color: #fff; display: grid; place-items: center; font-size: 12px; }
.scan-card { background: #fff; border-radius: var(--r-lg); box-shadow: var(--shadow-lg); padding: 26px; }
.scan-card .sc-q { font-weight: 800; font-size: 14px; color: var(--ink); margin-bottom: 16px; }
.scan-card .sc-scale { display: flex; gap: 8px; }
.scan-card .sc-scale i { flex: 1; height: 10px; border-radius: var(--r-pill); background: var(--bg-alt); }
.scan-card .sc-scale i.on { background: var(--richt-magenta); }
.scan-card .sc-meta { display: flex; justify-content: space-between; margin-top: 12px; font-size: 12px; color: var(--ink-faint); font-weight: 600; }

/* 14. TEAM */
.team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; margin-top: 52px; }
.team-member { text-align: center; }
.team-member .photo.round { width: 100%; margin-bottom: 18px; }
.team-member h3 { font-size: 19px; margin-bottom: 4px; }
.team-member .tm-role { font-size: 14px; color: var(--ink-soft); margin-bottom: 12px; }
.team-member .tm-dirs { display: flex; justify-content: center; gap: 6px; }
.team-member .tm-dot { width: 10px; height: 10px; border-radius: 50%; }

/* 15. VITAMEE */
.vitamee-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.vitamee-flow { display: flex; align-items: center; gap: 12px; margin: 26px 0 4px; flex-wrap: wrap; }
.vit-node { flex: 1; min-width: 110px; background: var(--bg-alt); border: 1px solid var(--line); border-radius: var(--r-md); padding: 16px; text-align: center; }
.vit-node b { font-weight: 800; font-size: 15px; color: var(--richt-purple); display: block; }
.vit-node span { font-size: 12.5px; color: var(--ink-soft); }
.vit-arrow { color: var(--richt-blue); flex: none; }
.vit-arrow svg { width: 22px; height: 22px; }
.vitamee-aside { background: var(--richt-purple-dark); color: #fff; border-radius: var(--r-xl); padding: 40px; }
.vitamee-aside .va-eyebrow { font-weight: 800; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--richt-blue); margin-bottom: 14px; }
.vitamee-aside h3 { color: #fff; font-size: 24px; margin-bottom: 16px; }
.vitamee-aside .check-list li { color: rgba(255,255,255,.9); font-size: 15px; }

/* 16. KWALITEIT */
.quality { text-align: center; }
.qual-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 40px; }
.qual-pill { display: inline-flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); border-radius: var(--r-pill); padding: 13px 22px; box-shadow: var(--shadow-sm); font-weight: 700; font-size: 15px; color: var(--ink); }
.qual-pill .qp-ic { width: 26px; height: 26px; border-radius: 50%; background: var(--blue-050); display: grid; place-items: center; color: var(--richt-blue); }
.qual-pill .qp-ic svg { width: 15px; height: 15px; }

/* 17. EIND-CTA */
.endcta { background: var(--richt-purple); border-radius: var(--r-xl); padding: 80px 64px; text-align: center; position: relative; overflow: hidden; }
.endcta .eyebrow { color: #fff; opacity: .9; }
.endcta h2 { color: #fff; max-width: 16em; margin: 14px auto 0; font-size: clamp(32px,4vw,52px); }
.endcta .ec-sub { color: rgba(255,255,255,.84); max-width: 36em; margin: 20px auto 0; font-size: var(--fs-lead); }
.endcta .hero-cta { justify-content: center; margin-top: 36px; }
.endcta .ec-phone { display: inline-flex; align-items: center; gap: 10px; background: rgba(255,255,255,.1); border: 1.5px solid rgba(255,255,255,.28); color: #fff; border-radius: var(--r-pill); padding: 16px 30px; font-weight: 700; font-size: 18px; text-decoration: none; transition: background var(--dur) var(--ease); }
.endcta .ec-phone:hover { background: rgba(255,255,255,.18); color: #fff; }
.endcta .ec-phone svg { width: 20px; height: 20px; }
/* 18. FOOTER */
.site-foot { background: var(--richt-purple-dark); color: rgba(255,255,255,.74); padding: 80px 0 36px; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 48px; }
.site-foot .foot-logo { margin-bottom: 18px; }
.site-foot .foot-logo img { height: 40px; width: auto; filter: brightness(0) invert(1); }
.site-foot .foot-blurb { font-size: 15px; line-height: 1.7; max-width: 30em; margin: 0 0 20px; color: rgba(255,255,255,.7); }
.site-foot h4 { font-weight: 800; font-size: 14px; color: #fff; margin: 0 0 18px; letter-spacing: .03em; }
.site-foot a { display: block; color: rgba(255,255,255,.7); text-decoration: none; font-size: 15px; padding: 6px 0; transition: color var(--dur) var(--ease); }
.site-foot a:hover { color: #fff; }
.foot-contact .fc-line { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; padding: 6px 0; color: rgba(255,255,255,.72); }
.foot-contact .fc-line svg { width: 17px; height: 17px; flex: none; margin-top: 3px; color: var(--richt-blue); }
.foot-contact .fc-line a { display: inline; padding: 0; color: rgba(255,255,255,.72); }
.foot-contact .fc-line a:hover { color: #fff; }
.foot-certs { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 40px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.14); }
.foot-cert { font-weight: 800; font-size: 13px; color: rgba(255,255,255,.6); border: 1px solid rgba(255,255,255,.2); border-radius: var(--r-sm); padding: 6px 12px; }
.foot-bar { margin-top: 28px; padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 13.5px; color: rgba(255,255,255,.5); border-top: 1px solid rgba(255,255,255,.08); }
.foot-bar .fb-links { display: flex; gap: 20px; flex-wrap: wrap; }
.foot-bar a { display: inline; padding: 0; color: rgba(255,255,255,.5); }
.foot-bar a:hover { color: #fff; }

/* 19. MODALS */
.modal-veil { position: fixed; inset: 0; background: rgba(37,12,49,.55); backdrop-filter: blur(5px); z-index: 100; display: grid; place-items: center; padding: 24px; opacity: 0; pointer-events: none; transition: opacity .26s var(--ease); }
.modal-veil.show { opacity: 1; pointer-events: auto; }
.modal { background: #fff; border-radius: var(--r-xl); padding: 40px; width: 100%; max-width: 540px; box-shadow: var(--shadow-lg); transform: translateY(14px) scale(.98); transition: transform .28s var(--ease); max-height: 90vh; overflow-y: auto; }
.modal-veil.show .modal { transform: none; }
.modal .x { float: right; border: none; background: var(--bg-alt); width: 40px; height: 40px; border-radius: 50%; cursor: pointer; font-size: 20px; color: var(--ink-soft); transition: background var(--dur) var(--ease); }
.modal .x:hover { background: var(--line); }
.modal .m-eyebrow { font-weight: 800; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--richt-magenta); margin-bottom: 10px; }
.modal h3 { font-weight: 900; font-size: 26px; color: var(--richt-purple); margin-bottom: 12px; }
.modal .m-sub { color: var(--ink-soft); font-size: 15px; margin-bottom: 24px; }
.modal .m-progress { height: 6px; background: var(--bg-alt); border-radius: var(--r-pill); overflow: hidden; margin-bottom: 26px; }
.modal .m-progress i { display: block; height: 100%; background: var(--richt-magenta); border-radius: var(--r-pill); transition: width .3s var(--ease); }
.modal .m-q { font-weight: 900; font-size: 21px; color: var(--richt-purple); margin-bottom: 22px; line-height: 1.25; }
.scan-opts { display: grid; gap: 10px; }
.scan-opt { text-align: left; border: 1.5px solid var(--line-strong); background: #fff; border-radius: var(--r-md); padding: 15px 18px; font-weight: 700; font-size: 15px; color: var(--ink); cursor: pointer; transition: all var(--dur) var(--ease); display: flex; align-items: center; gap: 12px; }
.scan-opt:hover { border-color: var(--richt-purple); background: var(--purple-100); }
.scan-opt .so-k { width: 26px; height: 26px; border-radius: 50%; border: 2px solid var(--line-strong); flex: none; display: grid; place-items: center; font-size: 12px; color: var(--ink-faint); font-weight: 800; }
.scan-opt:hover .so-k { border-color: var(--richt-purple); color: var(--richt-purple); }
.modal .field { display: grid; gap: 8px; margin-bottom: 16px; }
.modal .m-actions { display: flex; gap: 12px; margin-top: 20px; }
.modal-ok { text-align: center; padding: 8px 0; }
.modal-ok .big { width: 72px; height: 72px; border-radius: 50%; background: var(--kompas-west-soft); display: grid; place-items: center; margin: 0 auto 20px; color: var(--kompas-west); }
.modal-ok .big svg { width: 36px; height: 36px; }

/* 20. SCROLL REVEAL */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* 21. RESPONSIVE */
@media (max-width: 1080px) {
  .kompas-grid { grid-template-columns: 1fr; gap: 44px; justify-items: center; }
}
@media (max-width: 920px) {
  .nav, .head-cta .btn, .head-phone { display: none; }
  .menu-btn { display: inline-flex; }
  .section { padding: 72px 0; }
  .hero .container, .coachdesk .container, .vitamee-grid, .scan-band { grid-template-columns: 1fr; gap: 40px; }
  .svc-grid, .audience-grid, .case-grid, .steps, .team-grid, .cd-usps { grid-template-columns: 1fr 1fr; }
  .werkwijze-band, .scan-band, .endcta { padding: 48px 28px; }
  .step:not(:last-child)::after { display: none; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .hero-media { max-width: 480px; margin: 0 auto; width: 100%; }
}
@media (max-width: 600px) {
  .container { padding: 0 20px; }
  .svc-grid, .audience-grid, .case-grid, .steps, .team-grid, .cd-usps, .foot-grid { grid-template-columns: 1fr; }
  .hero h1.display { font-size: 40px; }
  .kompas-stage { width: 300px; height: 300px; }
  .hero-trust .sep { display: none; }
  .modal { padding: 28px 22px; }
  .foot-bar { flex-direction: column; gap: 12px; }
}
/* ============================================================
   PAGINA / BLOG TEMPLATES
   ============================================================ */

/* Page hero (binnenste pagina's) */
.page-hero {
  background: var(--richt-purple);
  padding: 72px 0 56px;
  color: #fff;
}
.page-hero h1 {
  color: #fff;
  font-size: clamp(28px, 4vw, 48px);
  margin: 0;
}

/* Pagina-inhoud */
.page-body {
  max-width: 760px;
  margin: 64px auto 96px;
  font-size: var(--fs-body);
  line-height: var(--lh-body);
}
.page-body h2 { color: var(--richt-purple); margin: 2.2em 0 .7em; }
.page-body h3 { color: var(--richt-purple); margin: 1.8em 0 .5em; font-size: var(--fs-h3); }
.page-body p  { margin-bottom: 1.4em; }
.page-body ul,
.page-body ol { padding-left: 1.6em; margin-bottom: 1.4em; }
.page-body li { margin-bottom: .5em; }
.page-body a  { color: var(--richt-magenta); font-weight: 700; }

/* Blog grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  padding: 56px 0 48px;
}
.blog-card {
  background: #fff;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.blog-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.blog-card__thumb { display: block; aspect-ratio: 16/10; overflow: hidden; }
.blog-card__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.blog-card__body { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.blog-card__meta { display: flex; gap: 10px; font-size: 13px; color: var(--ink-faint); margin-bottom: 10px; }
.blog-card__read { font-weight: 700; }
.blog-card__title { font-size: 20px; margin: 0 0 10px; }
.blog-card__title a { color: var(--richt-purple); text-decoration: none; }
.blog-card__title a:hover { color: var(--richt-magenta); }
.blog-card__excerpt { font-size: var(--fs-small); color: var(--ink-soft); margin: 0 0 16px; flex: 1; }
.blog-card__link { font-weight: 700; font-size: 14px; color: var(--richt-magenta); display: inline-flex; align-items: center; gap: 5px; margin-top: auto; }
.blog-card__link:hover { color: var(--magenta-600); }
.blog-empty { color: var(--ink-soft); padding: 48px 0; text-align: center; }
.blog-pagination { padding: 0 0 64px; display: flex; justify-content: center; gap: 8px; }
.blog-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; border: 1.5px solid var(--line-strong); color: var(--ink); font-weight: 700; font-size: 15px; text-decoration: none; transition: all var(--dur) var(--ease); }
.blog-pagination .page-numbers.current { background: var(--richt-purple); border-color: var(--richt-purple); color: #fff; }
.blog-pagination .page-numbers:hover:not(.current) { border-color: var(--richt-purple); color: var(--richt-purple); }

/* Footer logo: kleur -> wit via filter */
.site-foot .foot-logo img { filter: brightness(0) invert(1); }

@media (max-width: 920px) {
  .blog-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .blog-grid { grid-template-columns: 1fr; }
  .page-hero { padding: 56px 0 40px; }
  .page-body { margin: 40px auto 64px; }
}
/* ============================================================
   CONTACTPAGINA
   ============================================================ */
.contact-hero { padding-bottom: 72px; }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

/* Contactkaarten */
.contact-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 28px;
}
.contact-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 20px;
  transition: box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.contact-card:hover { box-shadow: var(--shadow-sm); transform: translateY(-2px); }
.cc-icon {
  flex: none;
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--purple-100);
  display: grid; place-items: center;
  color: var(--richt-purple);
}
.cc-icon svg { width: 20px; height: 20px; }
.cc-label { font-weight: 800; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 4px; }
.cc-value { font-weight: 700; font-size: 16px; color: var(--richt-purple); text-decoration: none; display: block; }
.cc-value:hover { color: var(--richt-magenta); }
.cc-sub { font-size: 13px; color: var(--ink-faint); margin-top: 2px; }

.contact-cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 32px; }

/* Kaart */
.contact-map { position: relative; }
.map-wrap {
  border-radius: var(--r-xl);
  overflow: hidden;
  height: 340px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--line);
}
.map-route-btn {
  position: absolute;
  bottom: 18px;
  left: 18px;
  box-shadow: var(--shadow-md);
}

/* Formulier */
.contact-form-wrap {
  background: #fff;
  border-radius: var(--r-xl);
  padding: 48px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--line);
  position: sticky;
  top: 104px;
}
.cf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form .field { display: grid; gap: 7px; margin-bottom: 18px; }
.contact-form label { font-weight: 700; font-size: 14px; color: var(--ink); }
.cf-req { color: var(--richt-magenta); }
.contact-form select.input { cursor: pointer; }
.contact-form textarea.input { resize: vertical; min-height: 120px; }
.cf-consent { margin-top: 4px; }
.cf-check-label {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 14px;
  color: var(--ink-soft);
  cursor: pointer;
}
.cf-check-label input[type=checkbox] { margin-top: 2px; accent-color: var(--richt-purple); width: 16px; height: 16px; flex: none; }
.cf-check-label a { color: var(--richt-magenta); font-weight: 700; }
.cf-actions { margin-top: 24px; }
.cf-success {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--kompas-west-soft);
  border-radius: var(--r-lg);
  padding: 22px 24px;
  color: var(--kompas-west-600);
  font-size: 16px;
  margin-top: 20px;
}
.cf-success svg { flex: none; color: var(--kompas-west-600); }

/* ============================================================
   TEAMPAGINA
   ============================================================ */
.team-page-intro { max-width: 720px; margin: 0 auto 64px; text-align: center; }
.team-page-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  margin-bottom: 80px;
}
.team-profile-card {
  background: #fff;
  border-radius: var(--r-xl);
  border: 1px solid var(--line);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.team-profile-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.tpc-photo {
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--purple-100) 0%, var(--blue-050) 100%);
  position: relative;
  overflow: hidden;
}
.tpc-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tpc-photo-placeholder {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  height: 100%; gap: 10px; color: var(--ink-faint);
}
.tpc-photo-placeholder svg { width: 48px; height: 48px; }
.tpc-photo-placeholder span { font-size: 13px; font-weight: 700; }
.tpc-kompas-dots {
  position: absolute; bottom: 14px; left: 14px;
  display: flex; gap: 6px;
}
.tpc-kompas-dots span {
  width: 12px; height: 12px; border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,.25);
}
.tpc-body { padding: 32px; flex: 1; display: flex; flex-direction: column; }
.tpc-name { font-family: var(--font-display); font-weight: 900; font-size: 24px; color: var(--richt-purple); margin: 0 0 4px; }
.tpc-role { font-weight: 700; font-size: 14px; color: var(--richt-magenta); margin-bottom: 20px; letter-spacing: .02em; }

.tpc-section { margin-bottom: 18px; }
.tpc-section-label {
  font-weight: 800;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 6px;
}
.tpc-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.tpc-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 6px; }
.tpc-list li { font-size: 14px; color: var(--ink-soft); display: flex; gap: 8px; align-items: center; }
.tpc-list li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--richt-blue); flex: none; }

.tpc-contact { margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 8px; }
.tpc-contact a {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 700; color: var(--ink-soft); text-decoration: none;
  transition: color var(--dur) var(--ease);
}
.tpc-contact a:hover { color: var(--richt-purple); }
.tpc-contact a svg { width: 16px; height: 16px; flex: none; color: var(--richt-blue); }

.tpc-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 20px; }

/* Responsive contact + team */
@media (max-width: 920px) {
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-form-wrap { position: static; padding: 32px 24px; }
  .team-page-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .contact-cards { grid-template-columns: 1fr; }
  .cf-row { grid-template-columns: 1fr; }
  .map-wrap { height: 260px; }
}
.team-cta-band { background: var(--richt-purple); border-radius: var(--r-xl); padding: 56px 64px; display: flex; justify-content: space-between; align-items: center; gap: 40px; flex-wrap: wrap; }
.team-cta-band h2 { color: #fff; }
.team-cta-band .eyebrow { color: #fff; opacity: .9; }
.team-cta-btns { display: flex; gap: 14px; flex-wrap: wrap; }
@media (max-width: 920px) { .team-cta-band { padding: 40px 28px; } }

/* ============================================================
   NAV DROPDOWN
   ============================================================ */
.nav-item--sub {
  position: relative;
  display: inline-flex;
  align-items: center;
}

/* Ouder-link met chevron */
.nav-parent {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.nav-chevron {
  width: 14px;
  height: 14px;
  transition: transform .2s var(--ease);
  flex: none;
  opacity: .6;
}

/* Dropdown-paneel */
.nav-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 190px;
  background: #fff;
  border-radius: var(--r-lg);
  box-shadow: 0 8px 32px rgba(37,12,49,.12), 0 0 0 1px rgba(37,12,49,.06);
  padding: 8px;
  list-style: none;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(-6px);
  transition: opacity .18s var(--ease), transform .18s var(--ease);
  z-index: 200;
}

/* Pijltje boven dropdown */
.nav-dropdown::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 6px;
  background: #fff;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  filter: drop-shadow(0 -1px 1px rgba(37,12,49,.06));
}

.nav-dropdown li { display: block; }

.nav-dropdown a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: var(--r-md);
  font-weight: 600;
  font-size: 14.5px;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
}
.nav-dropdown a:hover {
  background: var(--purple-100);
  color: var(--richt-purple);
}

/* Toon bij hover én focus-within */
.nav-item--sub:hover .nav-dropdown,
.nav-item--sub:focus-within .nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav-item--sub:hover .nav-chevron,
.nav-item--sub:focus-within .nav-chevron {
  transform: rotate(180deg);
}

/* Kleine brug zodat de muis van link naar dropdown kan bewegen */
.nav-item--sub::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 14px;
}

/* ============================================================
   RICHT HEADER v4 — topbar + menubalk
   Robuust: geen height:80px op nav-links, simpele flex, reset-proof
   ============================================================ */

/* --- Reset-proof wrappers --- */
.rh-topbar,
.rh-header,
.rh-header * { box-sizing: border-box; }

.rh-topbar a,
.rh-header a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}

/* Buttons: reset Hello Elementor button-stijlen */
/* Button-reset: alleen .rh-btn, NIET de hamburger (.rh-header button is te breed) */
.rh-btn {
  all: unset;
  box-sizing: border-box !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  font-family: var(--font-sans) !important;
}
/* Hamburger expliciet verborgen op desktop */
.rh-hamburger {
  display: none !important;
}

/* Lijsten: reset standaard ul/li */
.rh-nav,
.rh-nav__sub {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ---------------------------------------------------------------
   TOPBAR (alleen homepage)
--------------------------------------------------------------- */
.rh-topbar {
  background: var(--richt-purple-dark);
  border-bottom: 1px solid rgba(255,255,255,.07);
  height: 36px;
  display: flex;
  align-items: center;
  width: 100%;
}
.rh-topbar__inner {
  width: 100%;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  box-sizing: border-box;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rh-topbar__left,
.rh-topbar__right {
  display: flex;
  align-items: center;
  height: 100%;
}
.rh-topbar__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  height: 100%;
  color: rgba(255,255,255,.62) !important;
  font-size: 12.5px;
  font-weight: 500;
  white-space: nowrap;
  transition: color .15s;
  text-decoration: none !important;
}
.rh-topbar__item:hover { color: rgba(255,255,255,.92) !important; }
.rh-topbar__item--static,
.rh-topbar__item--static:hover { cursor: default; color: rgba(255,255,255,.45) !important; }
.rh-topbar__sep {
  width: 1px; height: 14px;
  background: rgba(255,255,255,.14);
  flex: none;
}
.rh-topbar__badge {
  font-size: 11px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.3);
  padding-right: 20px;
}
.rh-topbar__cta {
  font-size: 12px; font-weight: 700; letter-spacing: .04em;
  color: var(--richt-magenta) !important;
  text-decoration: none !important;
  padding: 6px 14px;
  margin: 5px;
  border: 1.5px solid rgba(230,0,126,.4);
  border-radius: 999px;
  transition: background .15s, border-color .15s, color .15s;
  white-space: nowrap;
}
.rh-topbar__cta:hover {
  background: var(--richt-magenta);
  color: #fff !important;
  border-color: var(--richt-magenta);
}

/* ---------------------------------------------------------------
   SITE HEADER — sticky balk
--------------------------------------------------------------- */
.rh-header {
  position: sticky;
  top: 0;
  z-index: 200;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: stretch;
  background: rgba(255,255,255,.95);
  backdrop-filter: saturate(1.6) blur(16px);
  -webkit-backdrop-filter: saturate(1.6) blur(16px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .2s ease, background .2s ease;
}
.rh-header.is-scrolled {
  background: rgba(255,255,255,.99);
  box-shadow: 0 2px 24px rgba(37,12,49,.09);
}

/*
 * Logo-zone: breedte = afstand viewport-rand → content-linkerrand
 * = max(160px, (100vw - 1200px)/2 + 32px)
 * Op 1440px: max(160, (240)/2 + 32) = max(160,152) = 160px
 * Op 1920px: max(160, 360+32) = 392px
 */
.rh-header__logo-zone {
  flex: none;
  width: var(--gutter);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 32px 0 16px;
}
.rh-header__logo {
  display: block;
  line-height: 0;
}
.rh-header__logo img {
  height: 34px;
  width: auto;
  display: block;
}

/* Nav-zone: van content-linkerrand → content-rechterrand */
.rh-header__nav-zone {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  padding-right: max(160px, calc((100vw - 1200px) / 2 + 32px));
}

/* ---------------------------------------------------------------
   NAV-LIJST
--------------------------------------------------------------- */
.rh-nav {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  gap: 0;
}

/* Nav-links: puur inline, hoogte via padding */
.rh-nav > li { display: flex; align-items: center; }

.rh-nav > li > a,
.rh-nav > li > .rh-nav__parent {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 8px 14px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--ink-soft) !important;
  text-decoration: none !important;
  white-space: nowrap;
  letter-spacing: -.01em;
  border-radius: 8px;
  transition: color .15s, background .15s;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: var(--font-sans);
}
.rh-nav > li > a:hover,
.rh-nav > li > .rh-nav__parent:hover,
.rh-nav__has-sub:hover > .rh-nav__parent {
  color: var(--richt-purple) !important;
  background: var(--purple-100);
}

.rh-nav__chevron {
  width: 13px; height: 13px;
  opacity: .5;
  transition: transform .18s ease;
  flex: none;
}
.rh-nav__has-sub:hover .rh-nav__chevron { transform: rotate(180deg); opacity: .75; }

/* ---------------------------------------------------------------
   DROPDOWN
--------------------------------------------------------------- */
.rh-nav__has-sub { position: relative; }
.rh-nav__has-sub::after {
  content: ''; position: absolute;
  top: 100%; left: 0; right: 0; height: 12px; /* muis-brug */
}

.rh-nav__sub {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  min-width: 236px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(37,12,49,.13), 0 0 0 1px rgba(37,12,49,.05);
  padding: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease;
  z-index: 300;
}
.rh-nav__sub::before {
  content: '';
  position: absolute; top: -6px; left: 50%; transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-color: #fff;
  border-top: none;
}
.rh-nav__has-sub:hover .rh-nav__sub,
.rh-nav__has-sub:focus-within .rh-nav__sub {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.rh-nav__sub li { display: block; }
.rh-nav__sub a {
  display: flex !important;
  align-items: center !important;
  gap: 12px;
  padding: 10px 12px !important;
  border-radius: 10px;
  color: var(--ink) !important;
  text-decoration: none !important;
  font-size: 14px;
  transition: background .12s;
  border: none !important;
  background: transparent;
}
.rh-nav__sub a:hover { background: var(--bg-alt) !important; color: var(--richt-purple) !important; }

.rh-nav__sub-icon {
  width: 32px; height: 32px;
  border-radius: 9px;
  background: var(--purple-100);
  display: grid; place-items: center;
  color: var(--richt-purple);
  flex: none;
  transition: background .12s, color .12s;
}
.rh-nav__sub a:hover .rh-nav__sub-icon { background: var(--richt-purple); color: #fff; }
.rh-nav__sub span strong { display: block; font-size: 14px; font-weight: 700; color: var(--ink); line-height: 1.2; }
.rh-nav__sub span em    { display: block; font-style: normal; font-size: 12px; color: var(--ink-faint); margin-top: 2px; }

/* ---------------------------------------------------------------
   ACTIE-KNOPPEN (rechts)
--------------------------------------------------------------- */
.rh-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  padding-left: 28px;
  flex-shrink: 0;
}

.rh-btn {
  font-family: var(--font-sans) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  border-radius: 999px !important;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none !important;
  transition: background .15s, box-shadow .15s, color .15s, transform .1s !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px;
}
.rh-btn:active { transform: translateY(1px); }

.rh-btn--ghost {
  background: transparent !important;
  color: var(--richt-purple) !important;
  padding: 9px 18px !important;
  border: 1.5px solid var(--purple-200) !important;
  box-shadow: none !important;
}
.rh-btn--ghost:hover {
  background: var(--purple-100) !important;
  border-color: var(--richt-purple) !important;
  color: var(--richt-purple) !important;
}

.rh-btn--primary {
  background: var(--richt-magenta) !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border: none !important;
  box-shadow: 0 2px 10px rgba(230,0,126,.22) !important;
}
.rh-btn--primary:hover {
  background: var(--magenta-600) !important;
  box-shadow: 0 4px 18px rgba(230,0,126,.32) !important;
  color: #fff !important;
}

.rh-btn--full { width: 100% !important; justify-content: center !important; }

/* ---------------------------------------------------------------
   HAMBURGER
--------------------------------------------------------------- */
.rh-hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 42px; height: 42px;
  background: var(--bg-alt) !important;
  border: none !important;
  border-radius: 10px !important;
  cursor: pointer;
  margin-left: 12px;
  flex-shrink: 0;
  transition: background .15s !important;
}
.rh-hamburger:hover { background: var(--purple-100) !important; }
.rh-hamburger span {
  display: block;
  width: 20px; height: 2px;
  background: var(--richt-purple);
  border-radius: 2px;
  transition: transform .22s ease, opacity .22s, width .22s;
}
.rh-hamburger.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.rh-hamburger.is-open span:nth-child(2) { opacity: 0; width: 0; }
.rh-hamburger.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------------------------------------------------------------
   VEIL + DRAWER
--------------------------------------------------------------- */
.rh-veil {
  position: fixed; inset: 0;
  background: rgba(37,12,49,.48);
  backdrop-filter: blur(4px);
  z-index: 150;
  opacity: 0; pointer-events: none;
  transition: opacity .26s ease;
}
.rh-veil.show { opacity: 1; pointer-events: auto; }

.rh-drawer {
  position: fixed; inset: 0 0 0 auto;
  width: min(88vw, 360px);
  background: #fff;
  z-index: 200;
  transform: translateX(110%);
  transition: transform .3s cubic-bezier(.22,.61,.36,1);
  box-shadow: -8px 0 40px rgba(37,12,49,.14);
  display: flex; flex-direction: column;
  overflow-y: auto;
}
.rh-drawer.open { transform: translateX(0); }

.rh-drawer__head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
  flex-shrink: 0;
}
.rh-drawer__close {
  all: unset;
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--bg-alt);
  display: grid; place-items: center;
  color: var(--ink-soft);
  cursor: pointer;
  transition: background .15s;
}
.rh-drawer__close:hover { background: var(--purple-100); color: var(--richt-purple); }

.rh-drawer__nav { flex: 1; padding: 8px 0; }
.rh-drawer__nav a {
  display: block;
  padding: 13px 24px;
  font-size: 16px; font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  transition: color .13s, background .13s;
}
.rh-drawer__nav a:hover { color: var(--richt-purple); background: var(--bg-alt); }
.rh-drawer__sub {
  font-size: 14.5px !important; font-weight: 500 !important;
  color: var(--ink-soft) !important;
  padding-left: 40px !important;
  background: var(--bg-alt);
}

.rh-drawer__footer {
  padding: 20px 24px;
  border-top: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 10px;
  flex-shrink: 0;
}
.rh-drawer__contact { display: flex; flex-direction: column; gap: 6px; margin-top: 4px; padding-top: 12px; border-top: 1px solid var(--line); }
.rh-drawer__contact a { font-size: 14px; color: var(--ink-soft); font-weight: 600; transition: color .13s; }
.rh-drawer__contact a:hover { color: var(--richt-purple); }

/* ---------------------------------------------------------------
   RESPONSIVE
--------------------------------------------------------------- */
@media (max-width: 1100px) {
  .rh-nav > li > a,
  .rh-nav > li > .rh-nav__parent { padding: 8px 10px; font-size: 13.5px; }
  .rh-header__actions { padding-left: 16px; gap: 6px; }
  .rh-btn--ghost { padding: 8px 14px !important; }
  .rh-btn--primary { padding: 9px 16px !important; }
}
@media (max-width: 920px) {
  .rh-topbar { display: none; }
  .rh-nav, .rh-header__actions { display: none !important; }
  .rh-hamburger { display: flex !important; flex-direction: column !important; }
  .rh-header__logo-zone {
    width: auto !important;
    padding: 0 12px 0 20px !important;
    justify-content: flex-start !important;
    margin-right: auto;
  }
  .rh-header__nav-zone { padding-right: 16px !important; }
}
/* ============================================================
   H1 — Unit Rounded Pro Bold
   ============================================================ */
.richt h1,
.richt h1.display,
.rh-header ~ main h1,
body h1 {
  font-family: 'Unit Rounded Pro', 'Manrope', system-ui, sans-serif !important;
  font-weight: 700 !important;
  -webkit-font-smoothing: antialiased;
}