:root{--navy:#0f1f38;--navy2:#162845;--teal:#0ea5a0;--teal-lt:#e6f9f8;--teal-dk:#0c8a86;--lime:#c8f135;--lime-dk:#a8cc1a;--white:#ffffff;--off:#f7f8fa;--gray1:#f0f2f5;--gray2:#e2e6ec;--gray3:#9aa3b0;--gray4:#5a6375;--text:#1a2235;--red:#e53935;--red-lt:#fdecea;--green:#1a7a4a;--green-lt:#e8f5ee;--orange:#d97706;--orange-lt:#fef3c7;--r:10px;--r-lg:16px;--sh:0 1px 3px rgba(0,0,0,.06),0 4px 16px rgba(0,0,0,.06);--sh-lg:0 8px 32px rgba(0,0,0,.10),0 2px 8px rgba(0,0,0,.06)}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;font-size:15px;line-height:1.6;color:var(--text);background:var(--white);overflow-x:hidden}

/* NAV */
.hc-nav{position:sticky;top:0;z-index:200;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray2)}
.hc-nav-inner{max-width:1140px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px}
.hc-logo{display:flex;align-items:center;gap:10px;text-decoration:none}
.hc-logo-mark{width:34px;height:34px;background:var(--navy);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px}
.hc-logo-name{font-family:'Cabinet Grotesk',sans-serif;font-weight:800;font-size:17px;color:var(--navy)}
.hc-logo-name span{color:var(--teal)}
.hc-nav-links{display:flex;align-items:center;gap:6px;list-style:none;margin:0;padding:0}
.hc-nav-links li{list-style:none}
.hc-nav-links li::marker{content:''}
.hc-nav-links a{color:var(--gray4);font-size:14px;font-weight:500;text-decoration:none;padding:6px 12px;border-radius:7px;transition:all .18s}
.hc-nav-links a:hover{color:var(--text);background:var(--gray1)}
.hc-nav-links li::after,.hc-nav-links li::before,.hc-nav-links a::after,.hc-nav-links a::before{content:'';display:none}
.hc-nav-ctas{display:flex;align-items:center;gap:8px}
.hc-btn-nav-ghost{background:none;border:1.5px solid var(--gray2);border-radius:8px;color:var(--gray4);cursor:pointer;font-family:'DM Sans',sans-serif;font-size:13.5px;font-weight:500;padding:7px 16px;transition:all .18s;text-decoration:none;display:inline-block}
.hc-btn-nav-ghost:hover{border-color:var(--gray3);color:var(--text)}
.hc-btn-nav-primary{background:var(--navy);border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:'Cabinet Grotesk',sans-serif;font-size:13.5px;font-weight:700;padding:8px 18px;transition:all .18s;text-decoration:none;display:inline-block}
.hc-btn-nav-primary:hover{background:var(--navy2);transform:translateY(-1px)}
.hc-hamburger{display:none;background:none;border:none;cursor:pointer;font-size:20px;padding:6px}


/* BUTTONS */
.hc-btn-primary{background:var(--navy);border:none;border-radius:9px;color:#fff;cursor:pointer;font-family:'Cabinet Grotesk',sans-serif;font-size:14px;font-weight:700;padding:11px 24px;transition:all .18s;text-decoration:none;display:inline-block}
.hc-btn-primary:hover{background:var(--navy2);transform:translateY(-1px);color:#fff}
.hc-btn-ghost{background:var(--white);border:1.5px solid var(--gray2);border-radius:9px;color:var(--gray4);cursor:pointer;font-family:'DM Sans',sans-serif;font-size:14px;font-weight:500;padding:10px 20px;transition:all .18s;text-decoration:none;display:inline-block}
.hc-btn-ghost:hover{border-color:var(--gray3);color:var(--text)}
.hc-btn-teal{background:var(--teal);border:none;border-radius:9px;color:#fff;cursor:pointer;font-family:'Cabinet Grotesk',sans-serif;font-size:13.5px;font-weight:700;padding:11px 20px;transition:all .18s}
.hc-btn-teal:hover{background:var(--teal-dk);transform:translateY(-1px)}
.hc-btn-blue{background:#1e3a8a;border:none;border-radius:9px;color:#fff;cursor:pointer;font-family:'Cabinet Grotesk',sans-serif;font-size:13.5px;font-weight:700;padding:11px 20px;transition:all .18s}
.hc-btn-blue:hover{background:#1e40af;transform:translateY(-1px)}
.hc-btn-green{background:var(--green);border:none;border-radius:9px;color:#fff;cursor:pointer;font-family:'Cabinet Grotesk',sans-serif;font-size:13.5px;font-weight:700;padding:11px 20px;transition:all .18s}
.hc-btn-green:hover{background:#145f31;transform:translateY(-1px)}
.hc-btn-sm{font-size:12px;padding:7px 12px}
.hc-btn-danger:hover{background:var(--red-lt);border-color:var(--red);color:var(--red)}

/* FORMS */
.hc-fld{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}
.hc-fld label{font-size:11.5px;font-weight:600;color:var(--gray4);letter-spacing:.02em}
.hc-fld input,.hc-fld textarea,.hc-fld select{background:var(--off);border:1.5px solid var(--gray2);border-radius:8px;color:var(--text);font-family:'DM Sans',sans-serif;font-size:14px;padding:9px 12px;outline:none;transition:all .18s;width:100%}
.hc-fld input:focus,.hc-fld textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(14,165,160,.1);background:var(--white)}
.hc-fld textarea{resize:vertical;min-height:80px;line-height:1.6}
.hc-fgrid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.hc-fgrid.hc-f3{grid-template-columns:1fr 1fr 1fr}
.hc-fgrid.hc-f1{grid-template-columns:1fr}
@media(max-width:560px){.hc-fgrid,.hc-fgrid.hc-f3{grid-template-columns:1fr}}

/* CARDS */
.hc-card{background:var(--white);border:1px solid var(--gray2);border-radius:var(--r-lg);padding:22px 24px;margin-bottom:14px;box-shadow:0 1px 4px rgba(0,0,0,.04)}
.hc-card-label{font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gray3);margin-bottom:14px;display:flex;align-items:center;gap:6px}
.hc-card-label::after{content:'';flex:1;height:1px;background:var(--gray2)}

/* TOGGLES */
.hc-tog-group{display:flex;gap:7px;flex-wrap:wrap}
.hc-tog{background:var(--off);border:1.5px solid var(--gray2);border-radius:8px;color:var(--gray4);cursor:pointer;font-family:'DM Sans',sans-serif;font-size:13px;font-weight:500;padding:7px 14px;transition:all .18s;user-select:none}
.hc-tog:hover{border-color:var(--teal);color:var(--text)}
.hc-tog.hc-sel{background:var(--teal-lt);border-color:var(--teal);color:var(--teal-dk);font-weight:600}
.hc-chk-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}
@media(max-width:540px){.hc-chk-grid{grid-template-columns:1fr}}
.hc-chk{display:flex;align-items:center;gap:9px;background:var(--off);border:1.5px solid var(--gray2);border-radius:8px;cursor:pointer;font-size:13px;padding:9px 12px;transition:all .18s;user-select:none;color:var(--gray4)}
.hc-chk:hover{border-color:var(--teal);color:var(--text)}
.hc-chk.hc-on{background:var(--teal-lt);border-color:var(--teal);color:var(--teal-dk);font-weight:500}
.hc-chkbox{width:17px;height:17px;border:1.5px solid var(--gray2);border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:10px;font-weight:700;color:transparent;transition:all .18s;background:var(--white)}
.hc-chk.hc-on .hc-chkbox{background:var(--teal);border-color:var(--teal);color:#fff}
.hc-tog-track{width:48px;height:26px;background:var(--gray2);border-radius:999px;cursor:pointer;position:relative;transition:background .2s;display:inline-block}
.hc-tog-track.hc-on{background:var(--teal)}
.hc-tog-thumb{width:20px;height:20px;background:#fff;border-radius:50%;position:absolute;top:3px;left:3px;transition:transform .2s;box-shadow:0 1px 4px rgba(0,0,0,.15)}
.hc-tog-track.hc-on .hc-tog-thumb{transform:translateX(22px)}

/* ALERTS */


/* ── FOTO CAROUSEL ──────────────────────────────────────────────────────────── */
.hc-car-track{position:absolute;inset:0}
.hc-car-slide{position:absolute;inset:0;opacity:0;transition:opacity .4s}
.hc-car-slide.hc-car-active{opacity:1}
.hc-car-slide img{width:100%;height:100%;object-fit:cover;display:block;image-rendering:auto}
.hc-car-arr{position:absolute;top:50%;transform:translateY(-50%);z-index:4;background:rgba(0,0,0,.35);backdrop-filter:blur(3px);border:none;color:#fff;font-size:22px;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;line-height:1}
.hc-car-arr:hover{background:rgba(0,0,0,.6)}
.hc-car-prev{left:8px}
.hc-car-next{right:8px}
.hc-car-dots{position:absolute;bottom:44px;left:50%;transform:translateX(-50%);z-index:4;display:flex;gap:5px}
.hc-car-dot{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer;transition:all .2s}
.hc-car-dot.hc-car-dot-active{background:#fff;width:18px;border-radius:3px}
.hc-wc-foto-add-more{position:absolute;top:10px;right:10px;z-index:4;background:rgba(255,255,255,.18);backdrop-filter:blur(4px);border:1.5px solid rgba(255,255,255,.3);color:#fff;font-size:18px;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;font-weight:700;line-height:1}
.hc-wc-foto-add-more:hover{background:rgba(255,255,255,.35)}
/* ── FOTO UPLOAD MODAL ──────────────────────────────────────────────────────── */
.hc-foto-drop{display:block;border:2px dashed var(--gray2);border-radius:12px;padding:28px 20px;text-align:center;cursor:pointer;transition:border-color .15s;background:#fafbfc}
.hc-foto-drop:hover{border-color:var(--teal)}
.hc-foto-drop-inner{}
.hc-foto-previews{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px;min-height:0}
.hc-foto-preview-thumb{width:80px;height:80px;border-radius:8px;overflow:hidden;border:2px solid var(--gray2);flex-shrink:0}
.hc-foto-preview-thumb img{width:100%;height:100%;object-fit:cover;display:block}

/* ── BESPARINGSBLOK ─────────────────────────────────────────────────────────── */
.hc-besp{border-radius:14px;overflow:hidden;margin-bottom:16px}
.hc-besp-alarm{border:2px solid #fca5a5;background:#fff}
.hc-besp-ok{border:2px solid #86efac;background:#f0fdf4;padding:16px 20px}
.hc-besp-ok-inner{display:flex;align-items:flex-start;gap:12px}
.hc-besp-ok-icon{font-size:1.5rem;flex-shrink:0}
.hc-besp-header{display:flex;align-items:flex-start;gap:14px;padding:18px 20px 14px;background:#fff5f5;border-bottom:1px solid #fecaca}
.hc-besp-icon-wrap{font-size:1.8rem;flex-shrink:0;line-height:1}
.hc-besp-title{font-family:'Cabinet Grotesk',sans-serif;font-weight:900;font-size:16px;color:#0f1f38;margin-bottom:3px}
.hc-besp-sub{font-size:13px;color:#374151;line-height:1.5}
.hc-besp-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#fecaca}
.hc-besp-cell{background:#fff;padding:14px 16px}
.hc-besp-cell-highlight{background:#fff5f5}
.hc-besp-cell-lbl{font-size:11px;color:#9ca3af;text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}
.hc-besp-cell-val{font-family:'Cabinet Grotesk',sans-serif;font-weight:900;font-size:1.4rem;line-height:1}
.hc-besp-cell-val span{font-size:12px;font-weight:400;color:#9ca3af;margin-left:2px}
.hc-besp-val-hoog{color:#dc2626}
.hc-besp-val-max{color:#0ea5a0}
.hc-besp-val-save{color:#0f1f38;font-size:1.6rem!important}
.hc-besp-cta{padding:14px 16px;background:#fafafa;border-top:1px solid #fecaca;display:flex;gap:8px;flex-wrap:wrap}
.hc-besp-btn-primary{flex:1;background:#0f1f38;color:#fff;border:none;border-radius:10px;padding:11px 16px;font-family:'Cabinet Grotesk',sans-serif;font-weight:700;font-size:14px;cursor:pointer;transition:background .15s;white-space:nowrap}
.hc-besp-btn-primary:hover{background:#1a3050}
.hc-besp-btn-ghost{background:#fff;color:#374151;border:1.5px solid #e5e7eb;border-radius:10px;padding:10px 16px;font-size:13px;cursor:pointer;transition:all .15s;white-space:nowrap}
.hc-besp-btn-ghost:hover{border-color:#9ca3af}
@media(max-width:480px){.hc-besp-grid{grid-template-columns:1fr}.hc-besp-cta{flex-direction:column}.hc-besp-btn-primary,.hc-besp-btn-ghost{width:100%;text-align:center}}

.hc-alert{border-radius:12px;padding:14px 18px;margin-bottom:12px;border:1.5px solid;font-size:13.5px;line-height:1.6}
.hc-alert .hc-alert-title{font-family:'Cabinet Grotesk',sans-serif;font-weight:800;font-size:14px;margin-bottom:4px}
/* Danger: niet meer felrood — rustig navy-tint met rode linker accent */
.hc-alert-danger{
  background:#fff;
  border-color:#e2e6ec;
  border-left:4px solid #e53935;
  color:var(--text);
}
.hc-alert-danger .hc-alert-title{color:#c62828}
/* Success: subtiel groen */
.hc-alert-success{
  background:#f6fdf9;
  border-color:#c3e6cb;
  border-left:4px solid var(--green);
  color:var(--text);
}
.hc-alert-success .hc-alert-title{color:var(--green)}
/* Warn: subtiel amber */
.hc-alert-warn{
  background:#fffdf5;
  border-color:#fde68a;
  border-left:4px solid var(--orange);
  color:var(--text);
}
.hc-alert-warn .hc-alert-title{color:var(--orange)}

/* PLAN BADGES */
.hc-plan-badge{display:inline-block;border-radius:5px;font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:3px 9px}
.hc-plan-free{background:var(--gray1);color:var(--gray4)}
.hc-plan-starter{background:var(--teal-lt);color:var(--teal-dk)}
.hc-plan-pro{background:rgba(200,241,53,.2);color:#7a9400}
.hc-plan-enterprise{background:var(--navy);color:#fff}

/* SECTOR BADGES */
.hc-sector-badge{display:inline-block;padding:3px 10px;border-radius:999px;font-size:10.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.hc-sector-sociaal{background:rgba(46,160,67,.1);color:#16a34a;border:1px solid rgba(46,160,67,.2)}
.hc-sector-midden{background:rgba(217,119,6,.1);color:#d97706;border:1px solid rgba(217,119,6,.2)}
.hc-sector-vrij{background:var(--gray1);color:var(--gray4);border:1px solid var(--gray2)}

/* LOADING */
.hc-loading{text-align:center;padding:40px;color:var(--gray3);font-size:14px}

/* MODALS — zie verderop voor definitieve stijl */

/* TOAST */
.hc-toast{position:fixed;bottom:24px;right:24px;background:var(--navy);color:#fff;border-radius:10px;padding:14px 20px;font-size:14px;font-weight:500;z-index:999;box-shadow:var(--sh-lg);animation:hc-toast-in .3s ease;max-width:320px}
@keyframes hc-toast-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}

/* HINT */
.hc-hint{font-size:11.5px;color:var(--gray3);margin-top:8px;line-height:1.6}
.hc-hint a{color:var(--teal)}

/* DISCLAIMER */
.hc-disclaimer{font-size:11.5px;color:var(--gray3);text-align:center;margin-top:16px;line-height:1.8}
.hc-disclaimer a{color:var(--teal)}

/* BRIEF */
.hc-brief-box{background:var(--white);border:1px solid var(--gray2);border-radius:12px;padding:28px 32px;font-size:13px;line-height:2;white-space:pre-wrap;color:var(--text);font-family:'DM Sans',sans-serif}
.hc-brief-title{font-family:'Cabinet Grotesk',sans-serif;font-weight:900;font-size:1rem;color:var(--navy);margin-bottom:12px}

/* PRICING */
.hc-pricing-wrap{max-width:1160px;margin:0 auto;padding:0 24px 80px}

/* Intro banner */
.hc-pricing-intro{text-align:center;margin-bottom:36px}
.hc-pricing-intro-badge{display:inline-block;background:#f0fdfa;border:1.5px solid #0ea5a0;border-radius:999px;padding:8px 20px;font-size:13px;font-weight:700;color:#0c8a86;margin-bottom:10px}
.hc-pricing-intro p{font-size:14px;color:var(--gray3);margin:0}

/* Grid */
.hc-plans-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;align-items:stretch;margin-top:20px}
@media(max-width:1080px){.hc-plans-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.hc-plans-grid{grid-template-columns:1fr}}

/* Kaart basis */
.hc-plan{background:#fff;border:1.5px solid var(--gray2);border-radius:16px;padding:28px 24px 28px;position:relative;transition:box-shadow .2s,border-color .2s;display:flex;flex-direction:column}
.hc-plan:hover{box-shadow:0 8px 32px rgba(0,0,0,.08);border-color:#c8d0dc}
.hc-plan-current{border-color:var(--teal)!important;box-shadow:0 0 0 3px rgba(14,165,160,.12)}

/* Popular kaart */
.hc-plan-pop{border-color:var(--navy);box-shadow:0 8px 32px rgba(15,31,56,.12);padding-top:36px}
.hc-plan-badge-pop{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--navy);color:var(--lime);font-size:11px;font-weight:700;padding:4px 14px;border-radius:999px;white-space:nowrap}

/* Dark (enterprise) */
.hc-plan-dark{background:var(--navy);border-color:var(--navy)}
.hc-plan-dark .hc-plan-name,.hc-plan-dark .hc-plan-price,.hc-plan-dark .hc-plan-price span{color:#fff!important}
.hc-plan-dark .hc-plan-desc,.hc-plan-dark .hc-plan-period,.hc-plan-dark .hc-plan-per-month{color:rgba(255,255,255,.5)!important}
.hc-plan-dark .hc-plan-div{border-color:rgba(255,255,255,.1)}
.hc-plan-dark .hc-plan-feats li{color:rgba(255,255,255,.75)}
.hc-plan-dark .hc-plan-feats li::before{color:var(--lime)}
.hc-plan-dark .hc-no{color:rgba(255,255,255,.25)!important}
.hc-plan-dark .hc-no::before{color:rgba(255,255,255,.2)!important}

/* Typografie */
.hc-plan-name{font-family:'Cabinet Grotesk',sans-serif;font-weight:900;font-size:1.15rem;color:var(--navy);margin-bottom:6px}
.hc-plan-desc{font-size:13px;color:var(--gray3);line-height:1.5;margin-bottom:20px;min-height:36px}
.hc-plan-price{font-family:'Cabinet Grotesk',sans-serif;font-size:2.8rem;font-weight:900;color:var(--navy);line-height:1;margin-bottom:4px}
.hc-plan-price span.hc-plan-price-sub{font-size:1.6rem;font-weight:700;color:var(--navy)}
.hc-plan-price span:not(.hc-plan-price-sub){font-size:1rem;font-weight:500;color:var(--gray3)}
.hc-plan-period{font-size:12.5px;color:var(--teal);font-weight:700;margin-bottom:4px}
.hc-plan-per-month{font-size:11.5px;color:var(--gray3);margin-bottom:20px}

/* Knoppen */
.hc-plan-btn{display:block;text-align:center;padding:12px 16px;border-radius:9px;font-family:'Cabinet Grotesk',sans-serif;font-weight:800;font-size:14px;text-decoration:none;transition:all .18s;cursor:pointer;border:none;width:100%;margin-bottom:0}
.hc-plan-btn-primary{background:var(--navy);color:#fff}
.hc-plan-btn-primary:hover{background:#1e3a6e;transform:translateY(-1px);box-shadow:0 4px 14px rgba(15,31,56,.25)}
.hc-plan-btn-teal{background:var(--teal);color:#fff}
.hc-plan-btn-teal:hover{background:#0c8a86;transform:translateY(-1px);box-shadow:0 4px 14px rgba(14,165,160,.3)}
.hc-plan-btn-outline{background:rgba(255,255,255,.08);border:1.5px solid rgba(255,255,255,.25);color:#fff}
.hc-plan-btn-outline:hover{background:rgba(255,255,255,.16);border-color:rgba(255,255,255,.4);color:#fff}

/* Divider + features */
.hc-plan-div{border-top:1px solid var(--gray2);margin:20px 0 16px}
.hc-plan-feats{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;flex:1}
.hc-plan-feats li{font-size:13.5px;color:var(--gray4);padding-left:20px;position:relative;line-height:1.4}
.hc-plan-feats li::before{content:'✓';position:absolute;left:0;color:var(--teal);font-weight:700;font-size:12px}
.hc-no{color:var(--gray3)!important;text-decoration:line-through;opacity:.5}
.hc-no::before{content:'–'!important;color:var(--gray3)!important}

/* Gelijkmatige bovenmarge voor kaarten zonder badge */
.hc-plan:not(.hc-plan-pop) { padding-top: 36px; }
/* Desc altijd min-height zodat knoppen gelijklopen */
.hc-plan-desc { min-height: 44px; }
/* Per-maand regel consistentie */
.hc-plan-per-month { min-height: 20px; }
/* Dark plan outline knop fix */
.hc-plan-dark .hc-plan-btn-outline { background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.2); color:rgba(255,255,255,.85); }
.hc-plan-dark .hc-plan-btn-outline:hover { background:rgba(255,255,255,.15); border-color:rgba(255,255,255,.4); color:#fff; }
/* Pricing page hero spacing */
.hc-pricing-wrap { padding-top: 16px; }

/* Garantie balk */
.hc-pricing-guarantee{display:flex;flex-wrap:wrap;gap:12px 32px;justify-content:center;margin-top:40px;padding-top:32px;border-top:1px solid var(--gray2)}
.hc-pricing-guarantee-item{font-size:13px;color:var(--gray4);display:flex;align-items:center;gap:6px}
.hc-pricing-guarantee-item strong{color:var(--navy)}

/* ─── NAV ───────────────────────────────────────────────────── */

/* Basisstructuur */
.hc-nav-inner{display:flex;align-items:center;gap:0;height:64px;padding:0 24px;max-width:1200px;margin:0 auto}
.hc-logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0;margin-right:8px}
.hc-logo-mark{width:34px;height:34px;background:var(--navy);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}
.hc-logo-name{font-family:'Cabinet Grotesk',sans-serif;font-weight:800;font-size:17px;color:var(--navy);white-space:nowrap}
.hc-logo-name span{color:var(--teal)}

/* Nav links — neemt beschikbare ruimte, links uitgelijnd */
.hc-nav-links{
  display:flex;align-items:center;gap:0;
  flex:1;min-width:0;margin:0 4px
}
.hc-nav-links a{
  color:var(--gray4);font-size:13.5px;font-weight:500;
  text-decoration:none;padding:6px 10px;border-radius:7px;
  white-space:nowrap;flex-shrink:0;
  transition:background .15s,color .15s
}
.hc-nav-links a:hover{color:var(--navy);background:var(--gray1)}
.hc-nav-links a.hc-active{color:var(--navy);background:var(--gray1);font-weight:700}

/* CTA rechts */
.hc-nav-ctas{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-left:8px}
.hc-btn-nav-ghost{background:none;border:1.5px solid var(--gray2);border-radius:8px;color:var(--gray4);font-family:'DM Sans',sans-serif;font-size:13.5px;font-weight:500;padding:7px 14px;transition:all .18s;text-decoration:none;display:inline-block;white-space:nowrap}
.hc-btn-nav-ghost:hover{border-color:var(--gray3);color:var(--navy)}
.hc-btn-nav-primary{background:var(--navy);border:none;border-radius:8px;color:#fff;font-family:'Cabinet Grotesk',sans-serif;font-size:13.5px;font-weight:700;padding:9px 18px;transition:all .18s;text-decoration:none;display:inline-block;white-space:nowrap}
.hc-btn-nav-primary:hover{background:#1e3a5f;transform:translateY(-1px);box-shadow:0 4px 12px rgba(15,31,56,.3)}

/* ── Avatar dropdown ── */
.hc-avatar-wrap{position:relative}
.hc-avatar-btn{
  display:flex;align-items:center;gap:8px;
  background:var(--off);border:1.5px solid var(--gray2);
  border-radius:10px;padding:5px 10px 5px 5px;
  cursor:pointer;font-family:'DM Sans',sans-serif;
  transition:border-color .15s,background .15s;
  white-space:nowrap
}
.hc-avatar-btn:hover{border-color:var(--navy);background:#fff}
.hc-avatar-circle{
  width:30px;height:30px;background:var(--navy);border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;
  font-family:'Cabinet Grotesk',sans-serif;font-weight:900;font-size:12px;
  color:var(--lime);flex-shrink:0
}
.hc-avatar-name{font-size:13px;font-weight:600;color:var(--navy)}
.hc-avatar-chevron{color:var(--gray3);transition:transform .2s;flex-shrink:0}
.hc-avatar-btn[aria-expanded="true"] .hc-avatar-chevron{transform:rotate(180deg)}

/* Dropdown panel */
.hc-avatar-dropdown{
  display:none;position:absolute;top:calc(100% + 8px);right:0;
  background:#fff;border:1.5px solid var(--gray2);border-radius:12px;
  box-shadow:0 8px 32px rgba(0,0,0,.12);
  min-width:220px;z-index:400;overflow:hidden
}
.hc-avatar-dropdown.open{display:block}
.hc-dd-header{
  padding:12px 16px;border-bottom:1px solid var(--gray1);
  background:var(--off)
}
.hc-dd-header strong{display:block;font-size:13.5px;color:var(--navy);margin-bottom:2px}
.hc-dd-plan{
  font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;
  background:var(--navy);color:var(--lime);padding:2px 8px;border-radius:999px
}
.hc-dd-item{
  display:flex;align-items:center;gap:10px;
  padding:11px 16px;font-size:13.5px;color:var(--gray4);
  text-decoration:none;transition:background .12s,color .12s
}
.hc-dd-item:hover{background:var(--gray1);color:var(--navy)}
.hc-dd-sep{height:1px;background:var(--gray1);margin:4px 0}
.hc-dd-logout{color:#dc2626}
.hc-dd-logout:hover{background:#fff5f5;color:#b91c1c}

/* ── Hamburger ── */
.hc-hamburger{
  display:none;flex-direction:column;justify-content:center;align-items:center;
  gap:5px;width:40px;height:40px;background:none;
  border:1.5px solid var(--gray2);border-radius:9px;
  cursor:pointer;padding:0;flex-shrink:0
}
.hc-hamburger span{display:block;width:18px;height:2px;background:var(--navy);border-radius:2px;transition:all .25s}
.hc-hamburger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hc-hamburger.is-open span:nth-child(2){opacity:0;transform:scaleX(0)}
.hc-hamburger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* ── Responsief ── */
@media(max-width:900px){
  .hc-nav-links a{font-size:12.5px;padding:6px 8px}
  .hc-avatar-name{display:none}
  .hc-avatar-btn{padding:5px}
}

@media(max-width:768px){
  .hc-nav-links{display:none;margin:0}
  .hc-nav-ghost-desktop{display:none!important}
  .hc-hamburger{display:flex}

  .hc-nav-links.open{
    display:flex;flex-direction:column;align-items:stretch;
    position:fixed;top:64px;left:0;right:0;bottom:0;
    background:#fff;border-top:2px solid var(--navy);
    padding:8px 14px 40px;overflow-y:auto;z-index:299
  }
  .hc-nav-links.open a{
    display:block;padding:14px 16px;font-size:15px;font-weight:500;
    color:var(--navy);border-bottom:1px solid var(--gray1)
  }
  .hc-nav-links.open a:last-child{border-bottom:none}
  .hc-nav-links.open a.hc-active,.hc-nav-links.open a:hover{background:var(--gray1);border-radius:8px}
}

@media(max-width:480px){
  .hc-nav-inner{padding:0 14px;height:58px}
  .hc-btn-nav-primary{font-size:12px!important;padding:8px 12px!important}
  .hc-nav-links.open{top:58px}
}

/* ─── WONING CARD v2 ─────────────────────────────────────────── */
/* ── WONING KAARTEN ──────────────────────────────────────────────────────── */

/* ── WONING KAART: FOTO HEADER ──────────────────────────────────────────────── */
.hc-wc-foto{position:relative;height:200px;overflow:hidden;flex-shrink:0}
.hc-wc-foto img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}
.hc-woning-card:hover .hc-wc-foto img{transform:scale(1.04)}
.hc-wc-foto-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(10,20,40,.75) 0%,rgba(10,20,40,.1) 50%,transparent 100%)}
.hc-wc-foto-info{position:absolute;bottom:12px;left:14px;right:44px;z-index:2}
.hc-wc-foto-naam{font-family:'Cabinet Grotesk',sans-serif;font-weight:900;font-size:15px;color:#fff;line-height:1.2;margin-bottom:2px;text-shadow:0 1px 4px rgba(0,0,0,.4)}
.hc-wc-foto-adres{font-size:11px;color:rgba(255,255,255,.75);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hc-wc-sector-pill{position:absolute;top:12px;left:12px;z-index:2;padding:3px 10px;border-radius:999px;font-size:10px;font-weight:700;color:#fff;letter-spacing:.04em}
.hc-wc-foto-change{position:absolute;top:10px;right:10px;z-index:2;background:rgba(255,255,255,.15);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.25);border-radius:8px;color:#fff;font-size:13px;cursor:pointer;padding:5px 8px;transition:background .15s}
.hc-wc-foto-change:hover{background:rgba(255,255,255,.28)}
/* Geen-foto staat */
.hc-wc-nofoto{background:linear-gradient(135deg,#0f1f38 0%,#1a3560 100%);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:14px}
.hc-wc-nofoto-inner{flex:1;display:flex;flex-direction:column;justify-content:flex-end;width:100%}
.hc-wc-nofoto-icon{font-size:2rem;margin-bottom:6px;opacity:.4}
.hc-wc-foto-add{position:absolute;top:10px;right:10px;z-index:2;background:rgba(200,241,53,.15);border:1.5px dashed rgba(200,241,53,.5);border-radius:8px;color:rgba(200,241,53,.9);font-size:11px;font-weight:700;cursor:pointer;padding:5px 10px;transition:all .15s}
.hc-wc-foto-add:hover{background:rgba(200,241,53,.25);border-color:var(--lime)}
/* ── BANNER ─────────────────────────────────────────────────────────────────── */
.hc-wc-banner{padding:8px 14px;font-size:12px;font-weight:600;text-align:center}
.hc-wc-banner-alarm{background:#fff5f5;color:#dc2626;border-bottom:1px solid #fee2e2}
.hc-wc-banner-ok{background:#f0fdf4;color:#16a34a;border-bottom:1px solid #bbf7d0}
/* ── STATS ──────────────────────────────────────────────────────────────────── */
.hc-wc-body{padding:14px 16px 10px;flex:1}
.hc-wc-stats-row{display:flex;align-items:center;gap:0;margin-bottom:10px;background:var(--off);border-radius:10px;padding:12px;overflow:hidden;border:1px solid var(--gray2)}
.hc-wc-stat-item{flex:1;text-align:center}
.hc-wc-stat-sep{width:1px;background:var(--gray2);height:28px;flex-shrink:0}
.hc-wc-stat-val{font-family:'Cabinet Grotesk',sans-serif;font-weight:900;font-size:1.05rem;color:var(--navy);line-height:1}
.hc-val-alarm{color:#dc2626}
.hc-wc-stat-lbl{font-size:9.5px;text-transform:uppercase;letter-spacing:.06em;color:var(--gray3);margin-top:3px}
.hc-wc-datum{font-size:11px;color:var(--gray3)}
/* ── KAART ACTIES — uniform 3×2 grid ────────────────────────────────────────── */
.hc-wc-acts{border-top:1px solid var(--gray1);background:#f8f9fb}

/* 3×2 grid — 6 identieke knoppen */
.hc-wbtn-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  grid-template-rows:repeat(2,1fr);
}

/* Elke knop identiek */
.hc-wbtn{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:5px;padding:11px 6px;
  background:#fff;border:none;
  border-right:1px solid var(--gray1);
  border-bottom:1px solid var(--gray1);
  color:var(--navy);cursor:pointer;
  transition:background .13s,color .13s;
  font-family:'DM Sans',sans-serif;
  position:relative;
  min-width:0;
}
/* Geen rechterrand op kolom 3 */
.hc-wbtn:nth-child(3n){border-right:none}
/* Geen onderrand op rij 2 (knoppen 4-6) */
.hc-wbtn:nth-child(n+4){border-bottom:none}

.hc-wbtn svg{flex-shrink:0;display:block;color:inherit}
.hc-wbtn span{
  font-size:10px;font-weight:700;letter-spacing:.02em;
  color:#6b7280;white-space:nowrap;line-height:1;
  overflow:hidden;text-overflow:ellipsis;max-width:100%
}
.hc-wbtn:hover{background:var(--navy);color:#fff}
.hc-wbtn:hover span{color:rgba(255,255,255,.85)}

/* Vergrendeld — grijs, geen navy hover */
.hc-wbtn-off{opacity:.5}
.hc-wbtn-off:hover{background:#f1f5f9 !important;color:var(--gray4) !important}
.hc-wbtn-off:hover span{color:var(--gray4) !important}

/* Slot-badge rechtsonder in knop */
.hc-wbtn-lock{
  position:absolute;bottom:5px;right:5px;
  line-height:0;color:#bbb;
}

/* Verwijder-balk */
.hc-wbtn-del{
  display:flex;align-items:center;justify-content:center;
  width:100%;padding:7px 12px;
  background:transparent;border:none;border-top:1px solid var(--gray1);
  font-size:11px;font-weight:600;color:#9ca3af;
  cursor:pointer;transition:background .13s,color .13s;
  font-family:'DM Sans',sans-serif;
}
.hc-wbtn-del:hover{background:#fff5f5;color:#dc2626}

/* Mobiel: labels kleiner, padding kleiner */
@media(max-width:400px){
  .hc-wbtn{padding:9px 4px;gap:4px}
  .hc-wbtn span{font-size:9px}
}

.hc-woning-card{background:#fff;border:1.5px solid var(--gray2);border-radius:16px;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .25s,transform .2s,border-color .2s}

/* ── SKELETON CARDS ─────────────────────────────────────────────────────────── */
.hc-skeleton-card{pointer-events:none}
.hc-skel{background:linear-gradient(90deg,#f0f2f5 25%,#e8eaed 50%,#f0f2f5 75%);background-size:200% 100%;animation:hc-shimmer 1.4s infinite}
@keyframes hc-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}
.hc-skel-foto{height:200px;width:100%}
.hc-skel-line{height:14px;border-radius:6px}

.hc-woning-card:hover{box-shadow:0 12px 36px rgba(0,0,0,.1);transform:translateY(-2px);border-color:#c8d0dc}

/* Foto/header */

/* Body */

/* Acties sectie */
.hc-da-title{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gray3);margin-bottom:8px}
.hc-da-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-bottom:10px}
.hc-da-btn{
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;
  padding:9px 4px;background:#fff;border:1.5px solid var(--gray2);border-radius:9px;
  cursor:pointer;font-size:18px;transition:all .15s;min-height:60px
}
.hc-da-btn:hover{border-color:var(--teal);background:#f0fdfa;transform:translateY(-1px);box-shadow:0 3px 8px rgba(14,165,160,.15)}
.hc-da-lbl{font-size:10px;font-weight:600;color:var(--gray4);white-space:nowrap;line-height:1}
.hc-da-lock{font-size:10px;margin-top:1px}
.hc-da-locked{opacity:.5;cursor:not-allowed}
.hc-da-locked:hover{transform:none;box-shadow:none;border-color:var(--gray2);background:#fff}
.hc-da-del{
  width:100%;padding:8px;background:none;border:1.5px solid #fca5a5;
  border-radius:8px;cursor:pointer;font-size:12px;color:#dc2626;font-weight:600;
  transition:all .15s
}
.hc-da-del:hover{background:#fff5f5;border-color:#dc2626}

@media(max-width:500px){.hc-da-grid{grid-template-columns:repeat(2,1fr)}}

/* ─── BRIEF MODAL ────────────────────────────────────────────── */
.hc-fld label{font-size:12px;font-weight:600;color:var(--gray4)}
.hc-fld input,.hc-fld textarea{
  border:1.5px solid var(--gray2);border-radius:8px;
  padding:9px 12px;font-size:13.5px;font-family:'DM Sans',sans-serif;
  color:var(--navy);background:#fff;transition:border-color .15s;
  width:100%
}
.hc-fld input:focus,.hc-fld textarea:focus{
  outline:none;border-color:var(--teal);
  box-shadow:0 0 0 3px rgba(14,165,160,.1)
}
.hc-fld input::placeholder{color:var(--gray3)}

/* ─── FOOTER ────────────────────────────────────────────────────────────── */
.hc-footer{background:var(--navy);padding:56px 24px 0;margin-top:auto}
.hc-footer-inner{max-width:1140px;margin:0 auto}
.hc-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:32px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.08)}
@media(max-width:860px){.hc-footer-grid{grid-template-columns:1fr 1fr;gap:28px}}
@media(max-width:500px){.hc-footer-grid{grid-template-columns:1fr}}
.hc-footer-brand p{font-size:13px;color:rgba(255,255,255,.45);line-height:1.7;margin-top:10px;max-width:260px}
.hc-footer-col h4{font-family:'Cabinet Grotesk',sans-serif;font-weight:800;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.35);margin-bottom:14px}
.hc-footer-col a{display:block;font-size:13.5px;color:rgba(255,255,255,.6);text-decoration:none;margin-bottom:9px;transition:color .15s}
.hc-footer-col a:hover{color:#fff}
.hc-footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:20px 0}
.hc-footer-copy{font-size:12px;color:rgba(255,255,255,.3)}
.hc-footer-legal{display:flex;gap:20px;flex-wrap:wrap}
.hc-footer-legal a{font-size:12px;color:rgba(255,255,255,.35);text-decoration:none;transition:color .15s}
.hc-footer-legal a:hover{color:rgba(255,255,255,.7)}

/* ─── SEO pagina inner content (binnen .hc-art-body) ────────────────────── */
.hc-seo-hero{background:linear-gradient(135deg,#0f1f38 0%,#1a3460 100%);border-radius:12px;padding:36px 32px;margin:-40px -44px 32px;text-align:center}
@media(max-width:640px){.hc-seo-hero{margin:-28px -22px 24px;padding:28px 20px}}
.hc-seo-label{font-size:10.5px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#c8f135;margin-bottom:12px}
.hc-seo-hero h1{font-family:'Cabinet Grotesk',sans-serif;font-size:clamp(1.4rem,3.5vw,1.9rem);font-weight:900;color:#fff;line-height:1.2;margin-bottom:14px}
.hc-seo-hero p{font-size:14.5px;color:rgba(255,255,255,.65);max-width:520px;margin:0 auto 20px;line-height:1.6}
.hc-seo-cta-btn{display:inline-block;background:#c8f135;color:#0f1f38;font-family:'Cabinet Grotesk',sans-serif;font-size:14px;font-weight:900;padding:12px 24px;border-radius:9px;text-decoration:none;transition:all .18s}
.hc-seo-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(200,241,53,.3);color:#0f1f38;border-bottom:none}
.hc-seo-cta-btn.hc-seo-cta-secondary{background:#0ea5a0;color:#fff}
.hc-seo-cta-btn.hc-seo-cta-center{display:block;width:fit-content;margin:20px auto}
.hc-seo-cta-btn.hc-seo-cta-sm{font-size:12.5px;padding:8px 16px;margin-top:8px}
.hc-seo-callout{background:#f0fdfa;border:1.5px solid #0ea5a0;border-radius:10px;padding:14px 18px;margin:20px 0;font-size:14px;color:#374151;line-height:1.7}
.hc-seo-callout.hc-seo-callout-warn{background:#fefce8;border-color:#fbbf24}
.hc-seo-steps{display:flex;flex-direction:column;margin:18px 0}
.hc-seo-step{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid #f1f3f5}
.hc-seo-step:last-child{border-bottom:none}
.hc-seo-step-num{width:32px;height:32px;min-width:32px;background:var(--navy);color:var(--lime);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Cabinet Grotesk',sans-serif;font-weight:900;font-size:14px;margin-top:2px}
.hc-seo-step-body strong{display:block;font-size:15px;font-weight:700;color:var(--navy);margin-bottom:4px}
.hc-seo-step-body p{font-size:14px;color:#374151;margin:0}
.hc-seo-faq{margin:18px 0}
.hc-seo-faq-item{border:1.5px solid #e5e7eb;border-radius:10px;margin-bottom:8px;overflow:hidden}
.hc-seo-faq-q{font-weight:700;font-size:14px;color:var(--navy);padding:12px 16px;background:#fafbfc}
.hc-seo-faq-a{font-size:14px;color:#374151;padding:12px 16px;border-top:1px solid #f1f3f5;line-height:1.75}
.hc-seo-table-wrap{overflow-x:auto;margin:14px 0}
.hc-seo-table{width:100%;border-collapse:collapse;font-size:14px}
.hc-seo-table th{background:var(--navy);color:#fff;padding:9px 13px;text-align:left;font-weight:700}
.hc-seo-table td{padding:9px 13px;border-bottom:1px solid #f1f3f5;color:#374151}
.hc-seo-table tr:nth-child(even) td{background:#fafbfc}
.hc-kb-cta-inline{background:var(--navy);border-radius:12px;padding:18px 22px;margin:24px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.hc-kb-cta-inline p{color:rgba(255,255,255,.7);font-size:13.5px;margin:0}
.hc-kb-cta-inline a{background:var(--lime);color:var(--navy);font-family:'Cabinet Grotesk',sans-serif;font-weight:900;font-size:13px;padding:9px 16px;border-radius:8px;text-decoration:none;white-space:nowrap;border:none}

/* ─── DASHBOARD ──────────────────────────────────────────────────────────── */
.hc-dash-page{min-height:100vh;background:#f4f6f9;display:flex;flex-direction:column}

/* Topbar */
.hc-dash-topbar{background:linear-gradient(135deg,#0f1f38 0%,#0e2d4a 100%);padding:0}
.hc-dash-topbar-inner{max-width:1200px;margin:0 auto;padding:28px 32px 24px;width:100%;box-sizing:border-box}
@media(max-width:640px){.hc-dash-topbar-inner{padding:20px 16px 18px}}

.hc-dash-top-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}
.hc-dash-greeting h1{font-family:'Cabinet Grotesk',sans-serif;font-weight:900;font-size:1.6rem;color:#fff;margin:0 0 4px;line-height:1.2}
.hc-dash-greeting p{font-size:13.5px;color:rgba(255,255,255,.5);margin:0}

.hc-dash-plan-pill{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:6px 14px;font-size:12.5px;font-weight:600;color:rgba(255,255,255,.7)}
.hc-dash-plan-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}

.hc-dash-stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);border-radius:12px;overflow:hidden}
@media(max-width:560px){.hc-dash-stat-row{grid-template-columns:repeat(2,1fr)}}
.hc-dash-stat{padding:14px 18px;border-right:1px solid rgba(255,255,255,.06)}
.hc-dash-stat:last-child{border-right:none}
.hc-dash-stat-val{font-family:'Cabinet Grotesk',sans-serif;font-weight:900;font-size:1.4rem;color:#fff;line-height:1;margin-bottom:3px}
.hc-dash-stat-lbl{font-size:11px;color:rgba(255,255,255,.35);text-transform:uppercase;letter-spacing:.07em;font-weight:600}

/* Content area */
.hc-dash-content{max-width:1200px;margin:0 auto;padding:28px 32px 60px;width:100%;box-sizing:border-box}
@media(max-width:640px){.hc-dash-content{padding:20px 16px 40px}}

/* Toolbar */
.hc-dash-toolbar{margin-bottom:20px}
.hc-port-filter{display:flex;gap:8px;flex-wrap:wrap}
.hc-filter-btn{background:none;border:1.5px solid var(--gray2);border-radius:999px;padding:6px 16px;font-size:13px;font-weight:600;color:var(--gray4);cursor:pointer;transition:all .15s}
.hc-filter-btn.hc-active{background:var(--navy);color:#fff;border-color:var(--navy)}

/* Woningen grid */
.hc-woningen-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}
@media(max-width:400px){.hc-woningen-grid{grid-template-columns:1fr}}

.hc-loading{text-align:center;padding:60px 20px;color:var(--gray3);font-size:14px;grid-column:1/-1}

/* Modal */

/* ── OPTIMALISATIE MODAL ─────────────────────────────────────────────────────── */
.hc-opt-modal-bg{
  position:fixed;inset:0;
  background:rgba(15,31,56,.65);
  z-index:9000;
  display:flex;align-items:center;justify-content:center;
  padding:20px;
  opacity:0;pointer-events:none;
  transition:opacity .2s;
  backdrop-filter:blur(4px);
}
.hc-opt-modal-bg.hc-open{opacity:1;pointer-events:all}
.hc-opt-modal-sheet{
  background:#fff;border-radius:18px;
  width:100%;max-width:640px;max-height:88vh;overflow-y:auto;
  transform:translateY(16px);transition:transform .2s;
  box-shadow:0 24px 80px rgba(0,0,0,.3);
}
.hc-opt-modal-bg.hc-open .hc-opt-modal-sheet{transform:translateY(0)}
.hc-opt-modal-hdr{display:flex;justify-content:space-between;align-items:center;padding:22px 28px 0;position:sticky;top:0;background:#fff;z-index:2;border-bottom:1px solid var(--gray1);padding-bottom:16px;margin-bottom:0}
.hc-opt-modal-title{font-family:'Cabinet Grotesk',sans-serif;font-weight:900;font-size:1.15rem;color:var(--navy)}

/* Hero stats */
.hc-opt-hero{display:flex;align-items:center;gap:12px;padding:20px 28px;background:linear-gradient(135deg,#0f1f38 0%,#1a3560 100%);flex-wrap:wrap}
.hc-opt-hero-stat{flex:1;min-width:80px;text-align:center}
.hc-opt-hero-val{font-family:'Cabinet Grotesk',sans-serif;font-weight:900;font-size:1.6rem;color:#fff;line-height:1}
.hc-opt-hero-lbl{font-size:10px;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.06em;margin-top:3px}
.hc-opt-hero-new .hc-opt-hero-val{color:var(--lime)}
.hc-opt-hero-delta{flex:1;min-width:80px;text-align:center}
.hc-opt-hero-delta .hc-opt-hero-val{color:var(--teal)}
.hc-opt-hero-arrow{color:rgba(255,255,255,.3);flex-shrink:0}

/* Toelichting */
.hc-opt-toelichting{padding:14px 28px;font-size:13px;color:var(--gray4);line-height:1.7;background:#fafbfc;border-bottom:1px solid var(--gray1)}

/* Tips header */
.hc-opt-tips-hdr{display:flex;justify-content:space-between;align-items:center;padding:16px 28px 8px;font-family:'Cabinet Grotesk',sans-serif;font-weight:800;font-size:13px;color:var(--navy)}

/* Tip items als <details> */
.hc-opt-tips-list{padding:0 16px 12px}
.hc-opt-tip{background:#fff;border:1.5px solid var(--gray2);border-radius:12px;margin-bottom:8px;overflow:hidden}
.hc-opt-tip[open]{border-color:var(--teal)}
.hc-opt-tip-summary{
  display:flex;justify-content:space-between;align-items:center;
  padding:12px 16px;cursor:pointer;list-style:none;
  user-select:none;
}
.hc-opt-tip-summary::-webkit-details-marker{display:none}
.hc-opt-tip-summary:hover{background:var(--off)}
.hc-opt-tip-left{display:flex;align-items:center;gap:10px}
.hc-opt-tip-right{display:flex;align-items:center;gap:8px;flex-shrink:0}
.hc-opt-tip-prio-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}
.hc-opt-tip-cat{font-weight:700;font-size:13px;color:var(--navy)}
.hc-opt-tip-punten{font-family:'Cabinet Grotesk',sans-serif;font-weight:900;font-size:13px;color:var(--teal)}
.hc-opt-tip-chevron{color:var(--gray3);transition:transform .2s;flex-shrink:0}
.hc-opt-tip[open] .hc-opt-tip-chevron{transform:rotate(180deg)}
.hc-opt-tip-body{padding:0 16px 14px;border-top:1px solid var(--gray1)}
.hc-opt-tip-actie{font-size:13px;color:#374151;line-height:1.7;margin:10px 0 10px}
.hc-opt-tip-meta{display:flex;flex-wrap:wrap;gap:6px}
.hc-opt-tip-tag{font-size:11px;font-weight:600;padding:3px 10px;border-radius:999px;border:1px solid transparent}
.hc-opt-empty{padding:20px 12px;text-align:center;color:var(--gray3);font-size:13px}

/* ── PDF RAPPORT MODAL ───────────────────────────────────────────────────────── */
.hc-pdf-info{padding:14px 28px;border-bottom:1px solid var(--gray1);background:#fafbfc;display:flex;flex-direction:column;gap:8px}
.hc-pdf-info-row{display:flex;align-items:center;justify-content:space-between;font-size:13px}
.hc-pdf-info-lbl{color:var(--gray3);font-size:12px;font-weight:600;min-width:120px}
.hc-pdf-info-val{color:var(--navy);font-weight:700;text-align:right}
.hc-pdf-sector-pill{font-size:11px;font-weight:700;padding:2px 10px;border-radius:999px;border:1px solid transparent}

/* ── PUNTENTELLING MODAL ─────────────────────────────────────────────────────── */
.hc-punt-row{display:flex;justify-content:space-between;align-items:center;padding:9px 0;border-bottom:1px solid var(--gray1)}
.hc-punt-row:last-child{border-bottom:none}
.hc-punt-row-lbl{font-size:13px;color:var(--text)}
.hc-punt-row-pts{font-family:'Cabinet Grotesk',sans-serif;font-weight:800;font-size:13px;color:var(--teal);white-space:nowrap}
.hc-punt-row-pts.hc-neg{color:#dc2626}
.hc-punt-total{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;margin:8px 0 12px;background:var(--teal);border-radius:10px;font-family:'Cabinet Grotesk',sans-serif;font-weight:900;font-size:14px;color:#fff}
/* Besparing blok in puntentelling */
.hc-punt-besp{padding:14px 28px;border-bottom:1px solid var(--gray1)}
.hc-punt-besp-alarm{background:#fff5f5}
.hc-punt-besp-ok{background:#f0fdf4}
.hc-punt-besp-row{font-weight:700;font-size:13px;margin-bottom:10px;color:var(--navy)}
.hc-punt-besp-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.hc-punt-besp-lbl{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--gray3);margin-bottom:3px}
.hc-punt-besp-val{font-family:'Cabinet Grotesk',sans-serif;font-weight:900;font-size:1.1rem;color:var(--navy)}


/* Actions */
.hc-opt-actions{display:flex;gap:10px;padding:16px 28px 24px;flex-wrap:wrap}
.hc-opt-actions .hc-btn-primary{flex:1}
.hc-opt-actions .hc-btn-ghost{flex:none}

/* ── FOTO GALLERY MODAL ──────────────────────────────────────────────────────── */
.hc-foto-gallery{margin-bottom:4px}
.hc-fg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:6px}
.hc-fg-item{position:relative;border-radius:10px;overflow:hidden;aspect-ratio:4/3;background:var(--gray1);border:2px solid var(--gray2)}
.hc-fg-item img{width:100%;height:100%;object-fit:cover;display:block}
.hc-fg-btns{position:absolute;top:6px;right:6px;display:flex;gap:4px;opacity:0;transition:opacity .15s}
.hc-fg-item:hover .hc-fg-btns{opacity:1}
.hc-fg-star,.hc-fg-del{width:28px;height:28px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:13px;transition:all .15s;backdrop-filter:blur(4px)}
.hc-fg-star{background:rgba(255,255,255,.85);color:#f59e0b}
.hc-fg-star:hover{background:#f59e0b;color:#fff}
.hc-fg-del{background:rgba(255,255,255,.85);color:#dc2626}
.hc-fg-del:hover{background:#dc2626;color:#fff}
.hc-fg-primary-badge{position:absolute;bottom:6px;left:6px;background:var(--teal);color:#fff;font-size:10px;font-weight:700;padding:2px 8px;border-radius:999px}

/* ── MODALS (definitief) ─────────────────────────────────────────────────────── */
.hc-modal-bg{
  position:fixed;inset:0;
  background:rgba(15,31,56,.65);
  z-index:9000;
  display:flex;align-items:center;justify-content:center;
  padding:20px;
  opacity:0;pointer-events:none;
  transition:opacity .2s;
  backdrop-filter:blur(4px);
}
.hc-modal-bg.hc-open{opacity:1;pointer-events:all}
.hc-modal-box{
  background:#fff;border-radius:18px;
  padding:28px;width:100%;max-width:500px;
  position:relative;max-height:90vh;overflow-y:auto;
  transform:translateY(16px);transition:transform .2s;
  box-shadow:0 24px 80px rgba(0,0,0,.3);
}
.hc-modal-bg.hc-open .hc-modal-box{transform:translateY(0)}
.hc-modal-close{
  position:absolute;top:16px;right:16px;
  background:var(--gray1);border:none;border-radius:8px;
  cursor:pointer;font-size:15px;padding:6px 10px;
  color:var(--gray4);line-height:1;transition:background .15s;
}
.hc-modal-close:hover{background:var(--gray2)}
.hc-modal-title{font-family:'Cabinet Grotesk',sans-serif;font-weight:900;font-size:1.1rem;color:var(--navy);margin-bottom:16px;padding-right:40px}

/* ─── ARTIKEL / SEO PAGINA LAYOUT ───────────────────────────────────────── */

/* Hero */
.hc-art-hero{background:linear-gradient(135deg,#0f1f38 0%,#1a3460 100%);padding:56px 24px 64px;position:relative;overflow:hidden}
.hc-art-hero::after{content:'';position:absolute;bottom:-60px;right:-60px;width:280px;height:280px;background:rgba(14,165,160,.08);border-radius:50%}
.hc-art-hero-inner{max-width:1100px;margin:0 auto;position:relative;z-index:1}
.hc-art-back{display:inline-flex;align-items:center;gap:6px;color:rgba(200,241,53,.85);font-size:13px;font-weight:600;text-decoration:none;margin-bottom:20px;transition:color .15s}
.hc-art-back:hover{color:#c8f135}
.hc-art-cat{font-size:10.5px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#0ea5a0;margin-bottom:14px}
.hc-art-h1{font-family:'Cabinet Grotesk',sans-serif;font-size:clamp(1.7rem,4vw,2.4rem);font-weight:900;color:#fff;line-height:1.2;margin-bottom:20px;max-width:720px}
.hc-art-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.hc-art-meta span{font-size:13px;color:rgba(255,255,255,.5)}
.hc-art-meta-sep{color:rgba(255,255,255,.2)}

/* Wrapper */
.hc-art-wrap{background:var(--off,#f4f6f9);min-height:60vh;padding:0 24px 80px}
.hc-art-layout{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 320px;gap:40px;padding-top:48px}

/* Artikel body */
.hc-art-body{background:#fff;border-radius:16px;padding:40px 44px;border:1px solid var(--gray2);min-width:0}
.hc-art-body h2{font-family:'Cabinet Grotesk',sans-serif;font-size:1.4rem;font-weight:900;color:var(--navy);margin:36px 0 14px;line-height:1.3}
.hc-art-body h2:first-child{margin-top:0}
.hc-art-body h3{font-family:'Cabinet Grotesk',sans-serif;font-size:1.1rem;font-weight:800;color:var(--navy);margin:26px 0 10px}
.hc-art-body p{font-size:15.5px;color:#374151;line-height:1.9;margin-bottom:18px}
.hc-art-body ul,.hc-art-body ol{padding-left:22px;margin-bottom:18px}
.hc-art-body li{font-size:15.5px;color:#374151;line-height:1.8;margin-bottom:8px}
.hc-art-body a{color:var(--teal);font-weight:600;text-decoration:none;border-bottom:1.5px solid rgba(14,165,160,.3);transition:border-color .15s}
.hc-art-body a:hover{border-color:var(--teal)}
.hc-art-body strong{color:var(--navy);font-weight:700}
.hc-art-body table{width:100%;border-collapse:collapse;font-size:14px;margin:16px 0}
.hc-art-body table th{background:var(--navy);color:#fff;padding:10px 14px;text-align:left;font-weight:700;font-size:13px}
.hc-art-body table td{padding:9px 14px;border-bottom:1px solid #f1f3f5;color:#374151}
.hc-art-body table tr:nth-child(even) td{background:#fafbfc}

/* Auteur blok */
.hc-art-author{display:flex;align-items:center;gap:16px;margin-top:40px;padding-top:28px;border-top:1px solid var(--gray2)}
.hc-art-author-avatar{width:44px;height:44px;background:var(--navy);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Cabinet Grotesk',sans-serif;font-weight:900;font-size:13px;color:var(--lime);flex-shrink:0}
.hc-art-author-name{font-weight:700;font-size:14px;color:var(--navy);margin-bottom:3px}
.hc-art-author-bio{font-size:13px;color:var(--gray3);line-height:1.5}

/* Sidebar */
.hc-art-sidebar{display:flex;flex-direction:column;gap:20px;position:sticky;top:84px;align-self:start}
.hc-art-cta-card{background:var(--navy);border-radius:16px;padding:26px;text-align:center}
.hc-art-cta-icon{font-size:2rem;margin-bottom:10px}
.hc-art-cta-title{font-family:'Cabinet Grotesk',sans-serif;font-weight:900;font-size:1.1rem;color:#fff;margin-bottom:8px}
.hc-art-cta-body{font-size:13px;color:rgba(255,255,255,.6);line-height:1.6;margin-bottom:18px}
.hc-art-cta-btn{display:block;background:var(--lime);color:var(--navy);font-family:'Cabinet Grotesk',sans-serif;font-weight:900;font-size:13.5px;padding:12px 20px;border-radius:9px;text-decoration:none;transition:all .18s}
.hc-art-cta-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(200,241,53,.3)}
.hc-art-related{background:#fff;border:1px solid var(--gray2);border-radius:14px;padding:20px;overflow:hidden}
.hc-art-related-title{font-family:'Cabinet Grotesk',sans-serif;font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--gray3);margin-bottom:14px}
.hc-art-related-item{display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-bottom:1px solid var(--gray1);text-decoration:none;transition:color .15s}
.hc-art-related-item:last-child{border-bottom:none;padding-bottom:0}
.hc-art-related-item:hover span:last-child{color:var(--teal)}
.hc-art-related-arrow{color:var(--teal);font-weight:700;font-size:14px;flex-shrink:0;margin-top:1px}
.hc-art-related-item span:last-child{font-size:13.5px;font-weight:500;color:var(--navy);line-height:1.5;transition:color .15s}
.hc-art-steps-card{background:var(--off,#f4f6f9);border:1.5px solid var(--gray2);border-radius:14px;padding:20px}
.hc-art-steps-title{font-family:'Cabinet Grotesk',sans-serif;font-weight:800;font-size:14px;color:var(--navy);margin-bottom:14px}
.hc-art-step{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.hc-art-step:last-of-type{margin-bottom:16px}
.hc-art-step-n{width:26px;height:26px;background:var(--navy);color:var(--lime);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Cabinet Grotesk',sans-serif;font-weight:900;font-size:12px;flex-shrink:0}
.hc-art-step span:last-child{font-size:13.5px;color:#374151;font-weight:500}
.hc-art-steps-link{font-size:13px;font-weight:600;color:var(--teal);text-decoration:none}
.hc-art-steps-link:hover{text-decoration:underline}

/* Bottom CTA banner */
.hc-art-bottom-cta{background:linear-gradient(135deg,#0f1f38 0%,#1e3a6e 100%);border-radius:20px;margin:40px auto 0;max-width:1100px;padding:40px 48px;overflow:hidden;position:relative}
.hc-art-bottom-cta::after{content:'';position:absolute;top:-40px;right:-40px;width:200px;height:200px;background:rgba(14,165,160,.1);border-radius:50%}
.hc-art-bottom-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap;position:relative;z-index:1}
.hc-art-bottom-cta-title{font-family:'Cabinet Grotesk',sans-serif;font-weight:900;font-size:1.3rem;color:#fff;margin-bottom:6px}
.hc-art-bottom-cta-text p{color:rgba(255,255,255,.6);font-size:14px;margin:0}
.hc-art-bottom-cta-btns{display:flex;gap:12px;flex-wrap:wrap;flex-shrink:0}
.hc-btn-lime-lg{background:var(--lime);color:var(--navy);font-family:'Cabinet Grotesk',sans-serif;font-weight:900;font-size:14px;padding:13px 24px;border-radius:10px;text-decoration:none;white-space:nowrap;transition:all .18s}
.hc-btn-lime-lg:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(200,241,53,.3)}
.hc-btn-ghost-lg{background:rgba(255,255,255,.08);color:#fff;font-family:'Cabinet Grotesk',sans-serif;font-weight:700;font-size:14px;padding:13px 24px;border-radius:10px;text-decoration:none;white-space:nowrap;border:1.5px solid rgba(255,255,255,.15);transition:all .18s}
.hc-btn-ghost-lg:hover{background:rgba(255,255,255,.14)}

/* SEO inner content */
.hc-seo-hero{background:linear-gradient(135deg,#0f1f38 0%,#1a3460 100%);border-radius:12px;padding:36px 32px;margin:-40px -44px 32px;text-align:center}
@media(max-width:640px){.hc-seo-hero{margin:-28px -22px 24px;padding:28px 20px}}
.hc-seo-label{font-size:10.5px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#c8f135;margin-bottom:12px}
.hc-seo-hero h1{font-family:'Cabinet Grotesk',sans-serif;font-size:clamp(1.4rem,3.5vw,1.9rem);font-weight:900;color:#fff;line-height:1.2;margin-bottom:14px}
.hc-seo-hero p{font-size:14.5px;color:rgba(255,255,255,.65);max-width:520px;margin:0 auto 20px;line-height:1.6}
.hc-seo-cta-btn{display:inline-block;background:#c8f135;color:#0f1f38;font-family:'Cabinet Grotesk',sans-serif;font-size:14px;font-weight:900;padding:12px 24px;border-radius:9px;text-decoration:none;border:none;transition:all .18s}
.hc-seo-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(200,241,53,.3)}
.hc-seo-callout{background:#f0fdfa;border:1.5px solid #0ea5a0;border-radius:10px;padding:14px 18px;margin:20px 0;font-size:14px;color:#374151;line-height:1.7}
.hc-seo-callout.hc-seo-callout-warn{background:#fefce8;border-color:#fbbf24}
.hc-seo-steps{display:flex;flex-direction:column;margin:18px 0}
.hc-seo-step{display:flex;gap:14px;padding:16px 0;border-bottom:1px solid #f1f3f5}
.hc-seo-step:last-child{border-bottom:none}
.hc-seo-step-num{width:32px;height:32px;min-width:32px;background:var(--navy);color:var(--lime);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Cabinet Grotesk',sans-serif;font-weight:900;font-size:14px;margin-top:2px}
.hc-seo-step-body strong{display:block;font-size:15px;font-weight:700;color:var(--navy);margin-bottom:4px}
.hc-seo-step-body p{font-size:14px;color:#374151;margin:0}
.hc-seo-faq{margin:18px 0}
.hc-seo-faq-item{border:1.5px solid #e5e7eb;border-radius:10px;margin-bottom:8px;overflow:hidden}
.hc-seo-faq-q{font-weight:700;font-size:14px;color:var(--navy);padding:12px 16px;background:#fafbfc}
.hc-seo-faq-a{font-size:14px;color:#374151;padding:12px 16px;border-top:1px solid #f1f3f5;line-height:1.75}
.hc-seo-table-wrap{overflow-x:auto;margin:14px 0}
.hc-seo-table{width:100%;border-collapse:collapse;font-size:14px}
.hc-seo-table th{background:var(--navy);color:#fff;padding:9px 13px;text-align:left;font-weight:700}
.hc-seo-table td{padding:9px 13px;border-bottom:1px solid #f1f3f5;color:#374151}
.hc-seo-table tr:nth-child(even) td{background:#fafbfc}
.hc-kb-cta-inline{background:var(--navy);border-radius:12px;padding:18px 22px;margin:24px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.hc-kb-cta-inline p{color:rgba(255,255,255,.7);font-size:13.5px;margin:0}
.hc-kb-cta-inline a{background:var(--lime);color:var(--navy);font-family:'Cabinet Grotesk',sans-serif;font-weight:900;font-size:13px;padding:9px 16px;border-radius:8px;text-decoration:none;white-space:nowrap;border:none}

/* Responsive artikel */
@media(max-width:900px){
  .hc-art-layout{grid-template-columns:1fr}
  .hc-art-sidebar{position:static}
  .hc-art-bottom-cta{padding:28px 24px;border-radius:14px}
  .hc-art-bottom-cta-inner{flex-direction:column;align-items:flex-start}
}
@media(max-width:640px){
  .hc-art-body{padding:28px 22px}
  .hc-art-hero{padding:40px 20px 48px}
  .hc-art-wrap{padding:0 16px 60px}
  .hc-art-bottom-cta-btns{flex-direction:column;width:100%}
  .hc-btn-lime-lg,.hc-btn-ghost-lg{text-align:center}
}

/* ─── TEKST PAGINA'S (AV, Privacy, FAQ, overige) ─────────────────────────── */
.hc-text-page{background:var(--off,#f4f6f9);min-height:80vh;padding-bottom:80px}
.hc-text-hero{background:linear-gradient(135deg,#0f1f38 0%,#1a3460 100%);padding:48px 24px 52px;text-align:center;position:relative;overflow:hidden}
.hc-text-hero::after{content:'';position:absolute;bottom:-50px;right:-50px;width:220px;height:220px;background:rgba(14,165,160,.07);border-radius:50%}
.hc-text-hero-label{font-size:10.5px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#0ea5a0;margin-bottom:12px}
.hc-text-hero h1{font-family:'Cabinet Grotesk',sans-serif;font-size:clamp(1.6rem,4vw,2.2rem);font-weight:900;color:#fff;line-height:1.2;margin:0 auto 10px;max-width:700px}
.hc-text-hero-sub{font-size:14px;color:rgba(255,255,255,.5);margin:0}
.hc-text-body-wrap{max-width:800px;margin:0 auto;padding:48px 24px 0}
.hc-text-body{background:#fff;border-radius:16px;padding:44px 52px;border:1px solid var(--gray2)}
@media(max-width:640px){.hc-text-body{padding:28px 22px}}
.hc-text-body h2{font-family:'Cabinet Grotesk',sans-serif;font-size:1.25rem;font-weight:900;color:var(--navy);margin:40px 0 12px;padding-top:8px;border-top:2px solid #f1f3f5;line-height:1.3}
.hc-text-body h2:first-child{margin-top:0;border-top:none;padding-top:0}
.hc-text-body h3{font-family:'Cabinet Grotesk',sans-serif;font-size:1rem;font-weight:800;color:var(--navy);margin:24px 0 8px}
.hc-text-body p{font-size:15px;color:#374151;line-height:1.85;margin-bottom:16px}
.hc-text-body ul,.hc-text-body ol{padding-left:22px;margin-bottom:16px}
.hc-text-body li{font-size:15px;color:#374151;line-height:1.8;margin-bottom:6px}
.hc-text-body a{color:var(--teal);font-weight:600;text-decoration:none;border-bottom:1.5px solid rgba(14,165,160,.3);transition:border-color .15s}
.hc-text-body a:hover{border-color:var(--teal)}
.hc-text-body strong{color:var(--navy);font-weight:700}
.hc-text-body table{width:100%;border-collapse:collapse;font-size:14px;margin:16px 0}
.hc-text-body table th{background:var(--navy);color:#fff;padding:10px 14px;text-align:left;font-weight:700;font-size:13px}
.hc-text-body table td{padding:9px 14px;border-bottom:1px solid #f1f3f5;color:#374151}
.hc-text-body table tr:nth-child(even) td{background:#fafbfc}
.hc-text-update{display:inline-block;background:#f0fdfa;border:1px solid rgba(14,165,160,.2);color:#0ea5a0;font-size:12px;font-weight:600;padding:4px 12px;border-radius:999px;margin-bottom:24px}

/* ─── CONTACT PAGINA ────────────────────────────────────────────────────── */
.hc-contact-page{background:var(--off,#f4f6f9);min-height:80vh;padding-bottom:80px}

.hc-contact-wrap{
  display:grid;grid-template-columns:1.4fr 1fr;gap:28px;
  max-width:1060px;margin:0 auto;padding:40px 24px 0;
  align-items:start
}
@media(max-width:780px){.hc-contact-wrap{grid-template-columns:1fr}}

/* Resultaat melding */
.hc-contact-result{padding:14px 18px;border-radius:10px;font-size:14px;font-weight:500;margin-bottom:20px}
.hc-contact-result-success{background:#f0fdf4;color:#16a34a;border:1.5px solid #86efac}
.hc-contact-result-danger{background:#fef2f2;color:#dc2626;border:1.5px solid #fca5a5}

/* Formulier kaart */
.hc-contact-card{background:#fff;border-radius:18px;padding:36px 40px;border:1px solid var(--gray2);box-shadow:0 4px 20px rgba(15,31,56,.05)}
@media(max-width:560px){.hc-contact-card{padding:24px 20px}}
.hc-contact-card-head{margin-bottom:24px}
.hc-contact-card-title{font-family:'Cabinet Grotesk',sans-serif;font-weight:900;font-size:1.2rem;color:var(--navy);margin-bottom:5px}
.hc-contact-card-sub{font-size:13.5px;color:var(--gray3)}

.hc-contact-fields{display:flex;flex-direction:column;gap:16px;margin-bottom:18px}
.hc-con-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media(max-width:500px){.hc-con-row{grid-template-columns:1fr}}

.hc-con-label{display:block;font-size:12px;font-weight:700;color:#374151;letter-spacing:.02em;margin-bottom:5px}
.hc-con-req{color:#0ea5a0}
.hc-con-input{
  width:100%;box-sizing:border-box;
  border:1.5px solid #e5e7eb;border-radius:10px;
  padding:11px 14px;font-size:14px;font-family:'DM Sans',sans-serif;
  color:var(--navy);background:#fff;transition:border-color .15s,box-shadow .15s
}
.hc-con-input:focus{outline:none;border-color:#0ea5a0;box-shadow:0 0 0 3px rgba(14,165,160,.1)}
.hc-con-input::placeholder{color:#c4cad4}
.hc-con-select-wrap{position:relative}
.hc-con-select{appearance:none;padding-right:36px;cursor:pointer}
.hc-con-select-arrow{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:var(--gray3);font-size:12px;pointer-events:none}
.hc-con-textarea{resize:vertical;min-height:120px;line-height:1.6}

.hc-con-privacy{margin-top:4px}
.hc-con-check-label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:12.5px;color:var(--gray4);line-height:1.6}
.hc-con-check{margin-top:2px;flex-shrink:0;accent-color:#0ea5a0;width:15px;height:15px}
.hc-con-check-label a{color:#0ea5a0;font-weight:600;text-decoration:none}

/* Submit knop */
.hc-con-submit{
  width:100%;background:linear-gradient(135deg,#0f1f38 0%,#1a3460 100%);
  color:#fff;border:none;border-radius:12px;padding:15px 20px;
  font-family:'Cabinet Grotesk',sans-serif;font-weight:800;font-size:15px;
  cursor:pointer;display:flex;align-items:center;justify-content:space-between;
  gap:12px;transition:all .2s;box-shadow:0 4px 16px rgba(15,31,56,.2)
}
.hc-con-submit:hover{transform:translateY(-1px);box-shadow:0 8px 24px rgba(15,31,56,.3)}
.hc-con-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}
.hc-con-submit-text{flex:1;text-align:left}
.hc-con-submit-icon{
  width:30px;height:30px;background:rgba(255,255,255,.1);
  border-radius:8px;display:flex;align-items:center;justify-content:center;
  font-size:16px;flex-shrink:0
}

/* Info kolom */
.hc-contact-info-col{display:flex;flex-direction:column;gap:16px}

.hc-con-info-card{
  background:#fff;border-radius:14px;padding:22px 24px;
  border:1px solid var(--gray2);box-shadow:0 2px 12px rgba(15,31,56,.04)
}
.hc-con-info-icon{font-size:1.6rem;margin-bottom:8px}
.hc-con-info-title{font-family:'Cabinet Grotesk',sans-serif;font-weight:800;font-size:14px;color:var(--navy);margin-bottom:4px}
.hc-con-info-val{font-size:14px;font-weight:600;color:var(--teal);text-decoration:none;display:block}
.hc-con-info-val:hover{text-decoration:underline}
.hc-con-info-text{font-size:14px;color:var(--navy);font-weight:600}
.hc-con-info-sub{font-size:12.5px;color:var(--gray3);margin-top:3px}
.hc-con-info-text-sm{font-size:13.5px;color:var(--gray4);line-height:1.6;margin-bottom:10px}
.hc-con-kb-link{font-size:13px;font-weight:700;color:var(--teal);text-decoration:none}
.hc-con-kb-link:hover{text-decoration:underline}

.hc-con-info-dark{background:linear-gradient(135deg,#0f1f38 0%,#1a3460 100%) !important;border-color:transparent !important}
.hc-con-info-title-light{font-family:'Cabinet Grotesk',sans-serif;font-weight:800;font-size:14px;color:#fff;margin-bottom:6px}
.hc-con-info-text-light{font-size:13.5px;color:rgba(255,255,255,.6);line-height:1.6;margin-bottom:14px}
.hc-con-calc-btn{
  display:inline-block;background:#c8f135;color:#0f1f38;
  font-family:'Cabinet Grotesk',sans-serif;font-weight:900;font-size:13px;
  padding:9px 18px;border-radius:8px;text-decoration:none;transition:all .18s
}
.hc-con-calc-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(200,241,53,.3);color:#0f1f38}

/* ─── KLIKBAARHEID GARANTIE ─────────────────────────────────────────────────── */
.hc-label-tog,
.hc-tog,
.hc-chk,
.hc-filter-btn,
.hc-da-btn {
  cursor: pointer !important;
  pointer-events: auto !important;
  -webkit-user-select: none;
  user-select: none;
}
.hc-label-tog:focus,
.hc-tog:focus {
  outline: 2px solid var(--teal);
  outline-offset: 2px;
}
