@font-face{font-family:Gilroy;src:url('../fonts/Gilroy-Regular.woff2') format('woff2');font-weight:400;font-display:swap}@font-face{font-family:Gilroy;src:url('../fonts/Gilroy-Bold.woff2') format('woff2');font-weight:700 900;font-display:swap}@font-face{font-family:'Gilroy Condensed';src:url('../fonts/Gilroy-Condensed-Bold.woff2') format('woff2');font-weight:700;font-display:swap}:root{--b:#2447c6;--c:#45aee7;--ink:#10224a;--muted:#64718b;--line:#dce5f1;--soft:#f5f8fd;--shadow:0 20px 60px rgba(22,62,140,.12)}.cckh{font-family:Gilroy,'Segoe UI',Arial,sans-serif;color:var(--ink);background:linear-gradient(180deg,#f5f8fd 0,#fff 520px);padding:1px 0 80px;line-height:1.65}.cckh *{box-sizing:border-box}.cckh-shell{width:100%;max-width:none;margin:0}.cckh-breadcrumb,.cckh-layout,.cckh-section,.cckh-cta,.cckh-faq-page{width:min(1480px,calc(100% - 72px));margin-left:auto;margin-right:auto}.cckh-breadcrumb{margin-top:22px;margin-bottom:18px;font-size:14px}.cckh-breadcrumb ol{display:flex;gap:9px;flex-wrap:wrap;list-style:none!important;padding:0;margin:0}.cckh-breadcrumb li{list-style:none!important}.cckh-breadcrumb li:not(:last-child):after{content:'/';margin-left:9px;color:#a5b0c2}.cckh-breadcrumb a{color:var(--b);text-decoration:none}.cckh-hero{width:100%;position:relative;min-height:470px;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.7fr);align-items:center;color:#fff;padding:70px max(48px,calc((100vw - 1480px)/2));background:radial-gradient(circle at 82% 14%,rgba(255,255,255,.18),transparent 20%),linear-gradient(128deg,#1c328f,#4263ed 55%,#46a5df);box-shadow:var(--shadow)}
.cckh-article-hero{
    min-height:520px;
    padding-top:140px;
    padding-bottom:70px;
}
.cckh-hero-breadcrumb-wrap{
    position:relative;
    z-index:999;
    margin-bottom:16px;
    padding-top:20px;
}
.cckh-article-hero{
    padding-top:170px;
}
.cckh-cluster-hero{
    min-height:350px;
    padding-top:50px;
    padding-bottom:50px;
}
.cckh-meta-topic{
    display:flex;
    align-items:center;
    gap:8px;

    padding:6px 14px;

    border-radius:999px;

    background:rgba(255,255,255,.12);

    border:1px solid rgba(255,255,255,.18);

    color:#fff;

    backdrop-filter:blur(8px);
}

.cckh-hero-breadcrumb-wrap{
    margin-bottom:18px;
}

.cckh-topic-badge{
    margin:12px 0 24px;
}

.cckh-topic-badge a{
    display:inline-flex;
    align-items:center;
    padding:10px 18px;

    border-radius:999px;

    background:rgba(255,255,255,.12);

    border:1px solid rgba(255,255,255,.25);

    color:#fff;
    text-decoration:none;
    font-weight:600;

    backdrop-filter:blur(8px);
}

.cckh-topic-badge a:hover{
    background:rgba(255,255,255,.2);
}
/* ==========================================
   Hero breadcrumb positioning
   ========================================== */
.cckh-hero-breadcrumb-wrap{
    padding-bottom:0px;
    margin-bottom:0px;
}

.cckh-hero-breadcrumb{
    margin:0;
}

.cckh-hero-breadcrumb .cckh-breadcrumb{
    margin:0;
    width:auto;
}

.cckh-hero-breadcrumb .cckh-breadcrumb a{
    color:rgba(255,255,255,.82) !important;
    text-decoration:none;
}

.cckh-hero-breadcrumb .cckh-breadcrumb a:hover{
    color:#fff !important;
    text-decoration:underline;
}

.cckh-hero-breadcrumb .cckh-breadcrumb li{
    color:rgba(255,255,255,.82);
}

.cckh-hero-breadcrumb .cckh-breadcrumb li:last-child{
    color:#fff;
    font-weight:600;
}

/* ==========================================================
   Cluster / Topic Hero
   ========================================================== */

.cckh-cluster-hero{
    min-height:400px;
    padding-top:140px;
    padding-bottom:70px;
}

/* ==========================================================
   Hero Content
   ========================================================== */

.cckh-hero-copy{
    position:relative;
    z-index:200;
    max-width:880px;
}

/* ==========================================================
   Hero Breadcrumb
   ========================================================== */

.cckh-hero .cckh-breadcrumb{
    width:auto;
    margin:0 0 26px;
    padding:0;
    position:relative;
    z-index:300;
    font-size:13px;
    font-weight:500;
    opacity:.95;
}

.cckh-hero .cckh-breadcrumb ol{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:8px;
    margin:0;
    padding:0;
    list-style:none;
}

.cckh-hero .cckh-breadcrumb li{
    list-style:none;
    margin:0;
    padding:0;
}

/* separator */

.cckh-hero .cckh-breadcrumb li:not(:last-child)::after{
    content:"/";
    margin-left:8px;
    color:rgba(255,255,255,.45);
}

/* klikbare links */

.cckh-hero .cckh-breadcrumb a{
    color:rgba(255,255,255,.82) !important;
    text-decoration:none;
    transition:all .2s ease;
    cursor:pointer;
    pointer-events:auto;
}

.cckh-hero .cckh-breadcrumb a:hover{
    color:#ffffff !important;
    text-decoration:underline;
}

/* huidige pagina */

.cckh-hero .cckh-breadcrumb li:last-child{
    color:#ffffff;
    font-weight:600;
}
.cckh-hero-breadcrumb{
    margin-bottom:18px;
}
/* ==========================================
   Topic badge
   ========================================== */

.cckh-topic-badge{
    margin:20px 0 24px;
}

.cckh-topic-badge a{
    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:10px 18px;

    border:1px solid rgba(255,255,255,.25);

    border-radius:999px;

    background:rgba(255,255,255,.10);

    backdrop-filter:blur(12px);

    color:#fff;
    text-decoration:none;

    font-size:18px;
    font-weight:600;

    transition:.2s ease;
}

.cckh-topic-badge a:hover{
    background:rgba(255,255,255,.18);
    border-color:rgba(255,255,255,.40);
    transform:translateY(-1px);
}
.cckh-hero-breadcrumb .cckh-breadcrumb{
    margin:0;
}

.cckh-meta{
    display:flex;
    gap:24px;
    flex-wrap:wrap;
}

.cckh-meta span{
    display:flex;
    align-items:center;
    gap:8px;
    color:rgba(255,255,255,.9);
}
/* ==========================================================
   Hero headings
   ========================================================== */

.cckh-hero h1{
    font:700 clamp(48px,6vw,84px)/.98 Gilroy,sans-serif;
    letter-spacing:-.045em;
    color:#fff;
    margin:0 0 2px;
}

.cckh-cluster-hero h1{
    font-size:clamp(44px,5vw,70px);
}

.cckh-hero-copy > p{
    font-size:clamp(19px,2vw,25px);
    line-height:1.55;
    max-width:830px;
    color:rgba(255,255,255,.90);
}

/* ==========================================================
   Hero stats
   ========================================================== */

.cckh-meta,
.cckh-stats{
    display:flex;
    gap:34px;
    margin-top:34px;
}

.cckh-stats span{
    display:grid;
}

.cckh-stats b{
    font-size:32px;
    line-height:1;
}

/* ==========================================================
   Responsive
   ========================================================== */

@media(max-width:1050px){

    .cckh-cluster-hero{
        min-height:auto;
        padding-top:110px;
        padding-bottom:60px;
    }

}

@media(max-width:720px){

    .cckh-cluster-hero{
        padding-top:90px;
        padding-bottom:50px;
    }

    .cckh-hero .cckh-breadcrumb{
        margin-bottom:18px;
    }

}


.cckh-cluster-hero h1{font-size:clamp(44px,5vw,70px)}.cckh-hero-copy>p{font-size:clamp(19px,2vw,25px);line-height:1.55;max-width:830px;color:rgba(255,255,255,.9)}.cckh-meta,.cckh-stats{display:flex;gap:28px;margin-top:30px}.cckh-stats span{display:grid}.cckh-stats b{font-size:32px}.cckh-badges{display:flex;gap:8px;flex-wrap:wrap}.cckh-badges a{color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.12);padding:7px 13px;border-radius:999px}.cckh-feature{position:relative;z-index:1;margin:0;justify-self:end;width:min(520px,38vw);aspect-ratio:4/3;border-radius:28px;overflow:hidden;box-shadow:0 25px 65px rgba(9,34,101,.28)}.cckh-feature img{width:100%;height:100%;object-fit:cover}.cckh-feature-placeholder{box-shadow:none;border:1px solid rgba(255,255,255,.28);border-radius:50%;aspect-ratio:1}.cckh-feature-placeholder span{position:absolute;border:1px solid rgba(255,255,255,.34);border-radius:50%;animation:cckhPulse 5s ease-in-out infinite}.cckh-feature-placeholder span:nth-child(1){inset:7%}.cckh-feature-placeholder span:nth-child(2){inset:25%;animation-delay:-1.5s}.cckh-feature-placeholder span:nth-child(3){inset:42%;background:rgba(255,255,255,.08);animation-delay:-3s}@keyframes cckhPulse{0%,100%{transform:scale(.94);opacity:.6}50%{transform:scale(1.05);opacity:1}}@media(prefers-reduced-motion:reduce){.cckh-feature-placeholder span{animation:none}}.cckh-layout{display:grid;grid-template-columns:310px minmax(0,1fr);gap:70px;margin-top:70px;margin-bottom:70px}.cckh-toc{position:sticky;top:105px;align-self:start;padding:25px;border:1px solid var(--line);background:#fff;border-radius:20px;box-shadow:0 12px 35px rgba(20,60,130,.07)}.cckh-toc-title{display:flex;align-items:center;gap:12px;font-size:17px}.cckh-toc-title>span{width:10px;height:10px;background:linear-gradient(135deg,var(--b),var(--c));border-radius:50%;box-shadow:0 0 0 6px #e8efff}.cckh-toc ol{list-style:none!important;padding:0!important;margin:20px 0 0!important}.cckh-toc li{list-style:none!important;margin:0!important}.cckh-toc a{display:grid;grid-template-columns:14px 1fr;gap:10px;align-items:start;padding:9px 8px;color:var(--muted);text-decoration:none;border-radius:10px}.cckh-toc a i{width:7px;height:7px;margin-top:8px;border:2px solid #9fb0c9;border-radius:50%}.cckh-toc a:hover,.cckh-toc a.active{color:var(--b);background:#f2f6ff}.cckh-toc a.active i{background:var(--b);border-color:var(--b);box-shadow:0 0 0 4px #dfe8ff}.cckh-toc .l3 a{padding-left:24px;font-size:14px}.cckh-content{min-width:0;font-size:19px;color:#293a5b}.cckh-content h2{font:700 clamp(34px,4vw,52px)/1.08 Gilroy,sans-serif;letter-spacing:-.03em;color:var(--ink);margin:70px 0 20px;scroll-margin-top:120px}.cckh-content h3{font:700 29px/1.2 Gilroy,sans-serif;color:var(--ink);margin:42px 0 14px;scroll-margin-top:120px}.cckh-content p{margin:0 0 24px}.cckh-content ul,.cckh-content ol{margin:0 0 28px;padding-left:0;list-style:none}.cckh-content li{position:relative;padding-left:31px;margin:10px 0}.cckh-content ul>li:before{content:'';position:absolute;left:3px;top:.68em;width:9px;height:9px;border-radius:3px;background:linear-gradient(135deg,var(--b),var(--c));box-shadow:0 0 0 5px #e7efff}.cckh-content ol{counter-reset:item}.cckh-content ol>li{counter-increment:item}.cckh-content ol>li:before{content:counter(item);position:absolute;left:0;top:2px;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:var(--b);color:#fff;font-size:12px;font-weight:700}.cckh-content blockquote{margin:34px 0;padding:26px 30px;border-left:5px solid var(--c);background:var(--soft);border-radius:0 18px 18px 0}.cckh-section{margin-top:80px;margin-bottom:80px}.cckh-section header small{color:var(--b)}.cckh-section header h2{font:700 clamp(34px,4vw,50px)/1.08 Gilroy,sans-serif;margin:8px 0 28px}.cckh-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.cckh-cards article{border:1px solid var(--line);background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 12px 35px rgba(20,60,130,.07);transition:.25s}.cckh-cards article:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.cckh-cards a{height:100%;display:flex;flex-direction:column;color:inherit;text-decoration:none}.cckh-cards img,.cckh-card-visual{width:100%;height:190px;object-fit:cover;background:linear-gradient(135deg,#1e3b9d,#4373ee,#4cb6df)}.cckh-cards div{padding:26px;display:flex;flex:1;flex-direction:column}.cckh-cards small{color:var(--b);font-weight:700;text-transform:uppercase}.cckh-cards h3{font-size:25px;line-height:1.18;margin:10px 0}.cckh-cards p{color:var(--muted)}.cckh-cards strong{margin-top:auto;color:var(--b)}.cckh-topics{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.cckh-topics>a{display:flex;gap:18px;padding:25px;background:#fff;border:1px solid var(--line);border-radius:20px;color:inherit;text-decoration:none;transition:.25s}.cckh-topics>a:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#a9c3fb}.cckh-topics i{font-style:normal;display:grid;place-items:center;flex:0 0 50px;height:50px;color:#fff;font-weight:700;font-size:21px;border-radius:14px;background:linear-gradient(135deg,var(--b),var(--c))}.cckh-topics h3{font-size:22px;margin:0 0 7px}.cckh-topics p{color:var(--muted);margin:0 0 7px}.cckh-topics strong{color:var(--b);font-size:13px}.cckh-faqs{display:grid;gap:14px}.cckh-faqs details{background:#fff;border:1px solid var(--line);border-radius:17px;overflow:hidden}.cckh-faqs summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;padding:21px 24px;font-weight:700}.cckh-faqs summary::-webkit-details-marker{display:none}.cckh-faqs summary b{width:20px;height:20px;position:relative}.cckh-faqs summary b:before,.cckh-faqs summary b:after{content:'';position:absolute;background:var(--b)}.cckh-faqs summary b:before{width:14px;height:2px;left:3px;top:9px}.cckh-faqs summary b:after{height:14px;width:2px;left:9px;top:3px;transition:.2s}.cckh-faqs details[open] b:after{transform:rotate(90deg)}.cckh-faqs details>div{padding:0 24px 22px;color:var(--muted)}.cckh-cta{scroll-margin-top:120px;display:flex;align-items:center;justify-content:space-between;gap:50px;margin-top:80px;padding:48px;border-radius:28px;color:#fff;background:linear-gradient(130deg,#102149,#194fb8 58%,#0e9dc4);box-shadow:var(--shadow)}.cckh-cta h2{font:700 clamp(32px,4vw,48px)/1.08 Gilroy,sans-serif;margin:8px 0}.cckh-cta p{max-width:760px}.cckh-cta ul{display:flex;gap:12px 25px;flex-wrap:wrap;list-style:none;padding:0}.cckh-cta li:before{content:'✓';margin-right:7px;color:#8aeaf5}.cckh-cta-action{display:grid;gap:10px;text-align:center}.cckh-cta-action a{padding:15px 23px;border-radius:12px;background:#fff;color:#143f9b;text-decoration:none;font-weight:700;white-space:nowrap}.cckh-cta-action span{font-size:11px;max-width:260px;color:rgba(255,255,255,.62)}.cckh-floating{position:fixed;left:0;top:52%;z-index:999;display:grid;gap:2px;padding:17px 14px 16px 12px;color:#fff!important;text-decoration:none!important;background:linear-gradient(155deg,#183b9f,#3f87e6);border-radius:0 16px 16px 0;box-shadow:0 14px 35px rgba(16,47,122,.3);transform:translateX(-6px);transition:.25s}.cckh-floating:hover{transform:translateX(0);padding-left:18px}.cckh-floating span{font-size:11px}.cckh-floating strong{font-size:14px}.cckh-floating i{font-style:normal;font-size:20px}.cckh-faq-page{display:grid;grid-template-columns:90px 1fr;gap:35px;padding:50px;border:1px solid var(--line);background:#fff;border-radius:26px;box-shadow:var(--shadow);margin-top:40px}.cckh-q{display:grid;place-items:center;width:75px;height:75px;border-radius:22px;color:#fff;background:linear-gradient(135deg,var(--b),var(--c));font-size:45px;font-weight:700}.cckh-faq-page h1{font-size:clamp(40px,5vw,65px);line-height:1.03;margin:10px 0 25px}@media(max-width:1050px){.cckh-hero{grid-template-columns:1fr;min-height:auto;gap:35px}.cckh-feature{justify-self:start;width:min(640px,100%);max-height:380px}.cckh-feature-placeholder{display:none}.cckh-layout{grid-template-columns:1fr}.cckh-toc{position:relative;top:auto}.cckh-cards,.cckh-topics{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.cckh-breadcrumb,.cckh-layout,.cckh-section,.cckh-cta,.cckh-faq-page{width:calc(100% - 28px)}.cckh-hero{padding:42px 20px}.cckh-hero h1{font-size:44px}.cckh-cards,.cckh-topics{grid-template-columns:1fr}.cckh-cta{flex-direction:column;align-items:flex-start;padding:32px 24px}.cckh-floating{top:auto;bottom:18px;left:14px;right:14px;border-radius:14px;display:flex;justify-content:center;align-items:center;gap:7px;transform:none}.cckh-floating:hover{padding-left:12px}.cckh-faq-page{grid-template-columns:1fr;padding:28px 22px;}.cckh-hero .cckh-breadcrumb,
.cckh-hero .cckh-breadcrumb a{
    color:rgba(255,255,255,.75) !important;
    text-decoration:none;
}

.cckh-hero .cckh-breadcrumb a:hover{
    color:#ffffff !important;
}