@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--donker: #0f0f0f;--donker-2: #1a1a1a;--blauw: #2b52cc;--blauw-hover: #1e3fa8;--wit: #ffffff;--licht: #f8f9fa;--licht-2: #eef0f3;--tekst: #1a1a1a;--tekst-zacht: #6b7280;--rand: #e5e7eb;--lettertype: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--max: 1200px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--lettertype);color:var(--tekst);background:var(--wit);line-height:1.65;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.container{max-width:var(--max);margin:0 auto;padding:0 2rem}.knop{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;border-radius:4px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s ease;border:2px solid transparent;letter-spacing:.01em;font-family:var(--lettertype)}.knop--blauw{background:var(--blauw);color:var(--wit)}.knop--blauw:hover{background:var(--blauw-hover);transform:translateY(-2px)}.knop--wit{background:var(--wit);color:var(--donker)}.knop--wit:hover{background:var(--licht-2);transform:translateY(-2px)}.knop--rand{border-color:var(--wit);color:var(--wit);background:transparent}.knop--rand:hover{background:var(--wit);color:var(--donker)}.sectie{padding:5rem 0}.sectie--donker{background:var(--donker);color:var(--wit)}.sectie--licht{background:var(--licht)}.sectie--blauw{background:var(--blauw);color:var(--wit)}.sectie-label{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blauw);margin-bottom:.75rem}.sectie--donker .sectie-label,.sectie--blauw .sectie-label{color:#fff9}.sectie-titel{font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;margin-bottom:1.25rem}.sectie-subtitel{font-size:1.1rem;color:var(--tekst-zacht);max-width:580px;margin-bottom:3rem}.sectie--donker .sectie-subtitel,.sectie--blauw .sectie-subtitel{color:#ffffffbf}@media(max-width:768px){.sectie{padding:3.5rem 0}.container{padding:0 1.25rem}}.header{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.25rem 0;transition:background .3s,padding .3s,box-shadow .3s}.header.gescrold{background:#0f0f0ff5;padding:.75rem 0;box-shadow:0 2px 24px #00000059;backdrop-filter:blur(10px)}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}.header__logo img{height:34px;width:auto}.header__nav{display:flex;align-items:center;gap:2rem}.header__link{color:#fffc;font-weight:500;font-size:.875rem;letter-spacing:.05em;text-transform:uppercase;transition:color .2s}.header__link:hover{color:#fff}.header__cta{background:var(--blauw);color:#fff!important;padding:.5rem 1.25rem;border-radius:4px;transition:background .2s!important}.header__cta:hover{background:var(--blauw-hover)!important}.header__hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px;z-index:200}.header__hamburger span{display:block;width:22px;height:2px;background:#fff;transition:transform .3s,opacity .3s}.header__hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__hamburger.open span:nth-child(2){opacity:0}.header__hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.footer{background:var(--donker);color:var(--wit);padding-top:4rem}.footer__rij{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer__merk img{height:28px;margin-bottom:1rem}.footer__merk p{color:#9ca3af;font-size:.875rem;line-height:1.8}.footer__kolom{display:flex;flex-direction:column;gap:.6rem}.footer__kolom span{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:#6b7280;margin-bottom:.5rem;font-weight:700}.footer__kolom a{color:#ffffffa6;font-size:.875rem;transition:color .2s}.footer__kolom a:hover{color:#fff}.footer__kolom p{color:#ffffffa6;font-size:.875rem}.footer__bodem{padding:1.25rem 0}.footer__bodem p{font-size:.78rem;color:#4b5563;text-align:center}@media(max-width:768px){.header__hamburger{display:flex}.header__nav{display:none;position:fixed;inset:0;background:var(--donker);flex-direction:column;justify-content:center;align-items:center;gap:2.5rem}.header__nav.open{display:flex}.header__link{font-size:1.1rem}.footer__rij{grid-template-columns:1fr;gap:2rem}}
