:root{--kleur-diepblauw: #1B3A6B;--kleur-diepblauw-donker: #142C52;--kleur-diepblauw-licht: #2C5394;--kleur-accent: #00B488;--kleur-accent-donker: #009B74;--kleur-tekst: #1A2332;--kleur-tekst-zacht: #4A5568;--kleur-wit: #FFFFFF;--kleur-achtergrond: #FFFFFF;--kleur-achtergrond-zacht: #F5F8FC;--kleur-rand: #E2E8F0;--kleur-fout: #C53030;--kleur-fout-achtergrond: #FFF5F5;--font-basis: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--breedte-max: 1120px;--radius: 10px;--radius-groot: 16px;--schaduw: 0 1px 3px rgba(27, 58, 107, .08), 0 8px 24px rgba(27, 58, 107, .06);--schaduw-knop: 0 4px 14px rgba(0, 180, 136, .3)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-basis);color:var(--kleur-tekst);background:var(--kleur-achtergrond);line-height:1.65;font-size:18px;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;height:auto;display:block}a{color:var(--kleur-diepblauw-licht);text-decoration:underline;text-underline-offset:2px}a:hover{color:var(--kleur-diepblauw)}h1,h2,h3{color:var(--kleur-diepblauw);line-height:1.2;font-weight:700;letter-spacing:-.01em}h1{font-size:clamp(2rem,5vw,3.25rem);margin:0 0 1rem}h2{font-size:clamp(1.6rem,3.5vw,2.25rem);margin:0 0 .75rem}h3{font-size:1.2rem;margin:0 0 .5rem}p{margin:0 0 1rem}.container{width:100%;max-width:var(--breedte-max);margin-inline:auto;padding-inline:1.25rem}.sectie{padding-block:clamp(3rem,7vw,5.5rem)}.sectie--zacht{background:var(--kleur-achtergrond-zacht)}.sectie-kop{max-width:720px;margin-bottom:2.5rem}.sectie-kop p{color:var(--kleur-tekst-zacht);font-size:1.125rem}.bovenregel{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--kleur-accent-donker);margin-bottom:1rem}.knop{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1.6rem;border-radius:var(--radius);font-size:1rem;font-weight:600;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:transform .12s ease,background-color .15s ease,box-shadow .15s ease;font-family:inherit;line-height:1.2}.knop:hover{transform:translateY(-1px)}.knop--primair{background:var(--kleur-accent);color:var(--kleur-wit);box-shadow:var(--schaduw-knop)}.knop--primair:hover{background:var(--kleur-accent-donker);color:var(--kleur-wit)}.knop--secundair{background:transparent;color:var(--kleur-wit);border-color:#ffffff8c}.knop--secundair:hover{background:#ffffff1f;color:var(--kleur-wit)}.knop--blok{width:100%}.skip-link{position:absolute;left:-9999px;top:0;background:var(--kleur-diepblauw);color:#fff;padding:.75rem 1rem;z-index:100;border-radius:0 0 var(--radius) 0}.skip-link:focus{left:0}:focus-visible{outline:3px solid var(--kleur-accent);outline-offset:2px}.site-header{border-bottom:1px solid var(--kleur-rand);background:var(--kleur-wit)}.site-header .container{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1rem}.merk{font-weight:700;font-size:1.15rem;color:var(--kleur-diepblauw);text-decoration:none;letter-spacing:-.01em}.merk span{color:var(--kleur-accent-donker)}.hoofdnav{display:flex;align-items:center;gap:1.5rem}.hoofdnav a{color:var(--kleur-tekst);text-decoration:none;font-weight:500;font-size:.95rem}.hoofdnav a:hover{color:var(--kleur-diepblauw)}.hoofdnav .knop{padding:.6rem 1.1rem;color:var(--kleur-wit)}.hoofdnav .knop:hover{color:var(--kleur-wit)}.nav-links{display:none}@media(min-width:720px){.nav-links{display:flex;align-items:center;gap:1.5rem}}.hero{background:radial-gradient(1200px 500px at 80% -10%,rgba(0,180,136,.18),transparent 60%),linear-gradient(160deg,var(--kleur-diepblauw) 0%,var(--kleur-diepblauw-donker) 100%);color:var(--kleur-wit);padding-block:clamp(3.5rem,8vw,6rem)}.hero h1{color:var(--kleur-wit);max-width:16ch}.hero .bovenregel{color:#8fe3c9}.hero p{color:#ffffffe0;font-size:1.2rem;max-width:56ch;margin-bottom:2rem}.hero-knoppen{display:flex;flex-wrap:wrap;gap:1rem}.probleem .container{max-width:820px}.probleem p{font-size:1.2rem;color:var(--kleur-tekst-zacht)}.grid{display:grid;gap:1.5rem}@media(min-width:640px){.grid--2{grid-template-columns:repeat(2,1fr)}}@media(min-width:980px){.grid--4{grid-template-columns:repeat(4,1fr)}}.kaart{background:var(--kleur-wit);border:1px solid var(--kleur-rand);border-radius:var(--radius-groot);padding:1.75rem;box-shadow:var(--schaduw);height:100%}.kaart .nummer{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:8px;background:#00b4881f;color:var(--kleur-accent-donker);font-weight:700;margin-bottom:1rem}.kaart p{color:var(--kleur-tekst-zacht);margin-bottom:0;font-size:1rem}.stappen{display:grid;gap:1.5rem;counter-reset:stap}@media(min-width:720px){.stappen{grid-template-columns:repeat(2,1fr)}}@media(min-width:980px){.stappen{grid-template-columns:repeat(4,1fr)}}.stap{position:relative;padding-top:3.25rem}.stap:before{counter-increment:stap;content:counter(stap);position:absolute;top:0;left:0;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--kleur-diepblauw);color:var(--kleur-wit);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.stap p{color:var(--kleur-tekst-zacht);font-size:1rem;margin-bottom:0}.faq-lijst{max-width:820px;display:grid;gap:1rem}.faq-item{border:1px solid var(--kleur-rand);border-radius:var(--radius);background:var(--kleur-wit);overflow:hidden}.faq-item summary{cursor:pointer;padding:1.25rem 1.5rem;font-weight:600;color:var(--kleur-diepblauw);font-size:1.1rem;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.5rem;color:var(--kleur-accent-donker);line-height:1;flex-shrink:0}.faq-item[open] summary:after{content:"−"}.faq-item .antwoord{padding:0 1.5rem 1.25rem}.faq-item .antwoord p{color:var(--kleur-tekst-zacht);margin-bottom:0}.contact{background:linear-gradient(160deg,var(--kleur-diepblauw) 0%,var(--kleur-diepblauw-donker) 100%);color:var(--kleur-wit)}.contact h2{color:var(--kleur-wit)}.contact .bovenregel{color:#8fe3c9}.contact-grid{display:grid;gap:2.5rem}@media(min-width:900px){.contact-grid{grid-template-columns:1fr 1.2fr;align-items:start}}.contact-intro p{color:#ffffffe0;font-size:1.125rem}.contact-gegevens{list-style:none;padding:0;margin:1.5rem 0 0;display:grid;gap:.6rem}.contact-gegevens a{color:#8fe3c9}.formulier{background:var(--kleur-wit);border-radius:var(--radius-groot);padding:clamp(1.5rem,4vw,2.25rem);box-shadow:var(--schaduw)}.veld{margin-bottom:1.1rem}.veld label{display:block;font-weight:600;color:var(--kleur-tekst);margin-bottom:.4rem;font-size:.95rem}.veld .verplicht{color:var(--kleur-fout)}.veld input,.veld textarea{width:100%;padding:.75rem .9rem;border:1px solid var(--kleur-rand);border-radius:var(--radius);font-family:inherit;font-size:1rem;color:var(--kleur-tekst);background:var(--kleur-wit)}.veld input:focus,.veld textarea:focus{outline:none;border-color:var(--kleur-accent);box-shadow:0 0 0 3px #00b4882e}.veld textarea{resize:vertical;min-height:130px}.honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.akkoord{display:flex;align-items:flex-start;gap:.6rem;font-size:.95rem;color:var(--kleur-tekst-zacht);margin-bottom:1.5rem}.akkoord input{margin-top:.25rem;width:1.1rem;height:1.1rem;flex-shrink:0}.formulier-melding{background:var(--kleur-fout-achtergrond);border:1px solid var(--kleur-fout);color:var(--kleur-fout);border-radius:var(--radius);padding:.85rem 1rem;margin-bottom:1.25rem;font-size:.95rem}.site-footer{background:var(--kleur-diepblauw-donker);color:#fffc;padding-block:3rem;font-size:.95rem}.site-footer .footer-grid{display:grid;gap:1.5rem}@media(min-width:720px){.site-footer .footer-grid{grid-template-columns:1.4fr 1fr 1fr}}.site-footer h2,.site-footer h3{color:var(--kleur-wit);font-size:1rem;margin-bottom:.75rem}.site-footer a{color:#8fe3c9}.site-footer .merk-footer{font-weight:700;color:var(--kleur-wit);font-size:1.1rem}.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:.4rem}.footer-onder{margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.15);font-size:.85rem;color:#fff9}.inhoud{max-width:760px}.inhoud h2{margin-top:2.5rem}.inhoud ul{color:var(--kleur-tekst-zacht);padding-left:1.25rem}.inhoud li{margin-bottom:.4rem}.melding-let-op{background:var(--kleur-achtergrond-zacht);border-left:4px solid var(--kleur-accent);border-radius:var(--radius);padding:1rem 1.25rem;margin-top:2rem}.melding-let-op p{margin:0;color:var(--kleur-tekst-zacht)}.bedankt-vak{max-width:640px;margin-inline:auto;text-align:center}.bedankt-vak .knop{margin-top:1rem}
