:root {
  --primary:#0F3460; --primary-light:#1A4D8C; --accent:#27AE60; --accent-hover:#219653;
  --bg-light:#F4F7F9; --bg-white:#FFFFFF; --text-dark:#243246; --text-muted:#536174; --border:#E2E8F0;
  --font-heading:'Outfit', sans-serif; --font-body:'Inter', sans-serif; --container:1180px; --radius:12px;
  --shadow:0 16px 40px rgba(15,52,96,.08); --transition:all .25s ease;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--font-body);color:var(--text-dark);background:var(--bg-white);line-height:1.65;overflow-x:hidden}
h1,h2,h3,h4{font-family:var(--font-heading);line-height:1.15;color:var(--primary);margin-bottom:1rem}
p{color:var(--text-muted);margin-bottom:1rem}
a{color:inherit;text-decoration:none;transition:var(--transition)}
img{max-width:100%;display:block;border-radius:var(--radius)}
.container{max-width:var(--container);margin:0 auto;padding:0 2rem}
.section{padding:6rem 0} .bg-light{background:var(--bg-light)} .text-center{text-align:center}
.grid{display:grid;gap:2rem} .grid-2{grid-template-columns:repeat(2,minmax(0,1fr))} .grid-3{grid-template-columns:repeat(3,minmax(0,1fr))} .grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.section-header{max-width:760px;margin:0 auto 3rem;text-align:center}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.85rem 1.75rem;border-radius:999px;border:0;font-family:var(--font-heading);font-weight:700;cursor:pointer;white-space:nowrap}
.btn-primary{background:var(--primary);color:white} .btn-primary:hover{background:var(--primary-light)}
.btn-accent{background:var(--accent);color:white!important} .btn-accent:hover{background:var(--accent-hover)}
.btn-outline{border:2px solid var(--primary);color:var(--primary);background:transparent} .btn-outline:hover{background:var(--primary);color:white}
.btn-outline-white{border:2px solid white;color:white;background:transparent} .btn-outline-white:hover{background:white;color:var(--primary)}
header{position:fixed;top:0;left:0;width:100%;z-index:1001;background:transparent;padding:1rem 0;transition:var(--transition)}
header.scrolled, header.menu-open, header.light{background:white;box-shadow:0 2px 18px rgba(0,0,0,.07);padding:.35rem 0}
.nav-container{height:60px;display:flex;align-items:center;justify-content:space-between}
.logo{font-family:var(--font-heading);font-size:1.35rem;font-weight:800;color:white;position:relative;z-index:1002} .logo span{color:var(--accent)}
header.scrolled .logo, header.menu-open .logo, header.light .logo{color:var(--primary)}
.nav-links{display:flex;align-items:center;gap:1.75rem;list-style:none}
.nav-links a:not(.btn){color:white;font-weight:600} header.scrolled .nav-links a:not(.btn), header.light .nav-links a:not(.btn){color:var(--text-dark)}
.nav-links a.active:not(.btn), .nav-links a:not(.btn):hover{color:var(--accent)!important}
.mobile-toggle{display:none;color:white;font-size:1.5rem;cursor:pointer;position:relative;z-index:1002} header.scrolled .mobile-toggle, header.menu-open .mobile-toggle, header.light .mobile-toggle{color:var(--primary)}
.hero{min-height:760px;padding:13rem 0 7rem;background-image:linear-gradient(rgba(15,52,96,.75),rgba(15,52,96,.85)),url('https://images.unsplash.com/photo-1584515933487-779824d29309?auto=format&fit=crop&w=1600&q=80&fm=jpg');background-size:cover;background-position:center;background-attachment:scroll;display:flex;align-items:center;text-align:center}
.hero-content{max-width:820px;margin:0 auto} .hero h1{font-size:3.25rem;color:white} .hero h1 span{color:var(--accent)} .hero p{font-size:1.15rem;color:rgba(255,255,255,.92);max-width:660px;margin:0 auto 2rem}
.hero-buttons{display:flex;justify-content:center;gap:1rem;margin-bottom:2.5rem} .trust-badges{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;color:white;font-weight:700} .trust-badges i{color:var(--accent)}
.page-hero{min-height:520px;padding:10rem 0 5rem;color:white;background:linear-gradient(rgba(15,52,96,.72),rgba(15,52,96,.82)),var(--page-hero-image);background-size:cover;background-position:center;display:flex;align-items:flex-end}
.page-hero h1{font-size:3rem;color:white;max-width:820px}
.page-hero p{color:rgba(255,255,255,.92);max-width:720px;font-size:1.08rem}
body[data-page="over"]{--page-hero-image:url('https://images.unsplash.com/photo-1551836022-d5d88e9218df?ixlib=rb-4.0.3&auto=format&fit=crop&w=1600&q=80&fm=jpg')}
body[data-page="diensten"]{--page-hero-image:url('https://images.unsplash.com/photo-1543269865-cbf427effbad?ixlib=rb-4.0.3&auto=format&fit=crop&w=1600&q=80&fm=jpg')}
body[data-page="werkwijze"]{--page-hero-image:url('https://images.unsplash.com/photo-1497366811353-6870744d04b2?auto=format&fit=crop&w=1600&q=80&fm=jpg')}
body[data-page="contact"]{--page-hero-image:url('https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?auto=format&fit=crop&w=1600&q=80&fm=jpg')}
.usp-section{padding:1.7rem 0;background:white;border-bottom:1px solid var(--border);border-radius:20px 20px 0 0;margin-top:-22px;position:relative;z-index:3}
.usp-card{display:flex;align-items:center;gap:.85rem;font-weight:800;color:var(--primary)} .usp-icon{width:42px;height:42px;border-radius:50%;background:var(--bg-light);display:flex;align-items:center;justify-content:center;color:var(--accent);flex:0 0 auto}
.card,.service-card,.process-step,.contact-card{background:white;border:1px solid var(--border);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow)}
.service-card{display:flex;flex-direction:column;min-height:100%} .service-icon{font-size:2rem;color:var(--accent);margin-bottom:1rem} .service-card .btn{margin-top:auto;align-self:flex-start}
.services-intro{padding-bottom:3rem}
.service-pill-carousel{min-width:0}
.service-pill-track{display:flex;gap:.8rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:.2rem .1rem 1rem;scrollbar-width:none}
.service-pill-track::-webkit-scrollbar{display:none}
.service-pill{display:flex;align-items:center;justify-content:center;gap:.75rem;flex:0 0 calc(50% - .4rem);min-height:58px;padding:.95rem 1.15rem;border:1px solid var(--border);border-radius:999px;background:white;color:var(--primary);font-weight:800;box-shadow:0 10px 26px rgba(15,52,96,.06);scroll-snap-align:start}
.service-pill:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}
.service-pill i{color:var(--accent)}
.service-pill-dots{display:flex;justify-content:center;gap:.45rem;margin-top:.35rem}
.service-pill-dot{width:7px;height:7px;border:0;border-radius:999px;background:#C9D5E2;padding:0;cursor:pointer;transition:width .25s ease,background-color .25s ease}
.service-pill-dot.active{width:24px;background:var(--accent)}
.service-section{padding:5.5rem 0;scroll-margin-top:90px}
.service-copy{max-width:560px}
.service-kicker{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:var(--accent);color:white;font-family:var(--font-heading);font-weight:800;margin-bottom:1rem}
.service-copy h2{font-size:2.35rem}
.service-visual img{width:100%;height:460px;object-fit:cover;border-radius:16px;box-shadow:var(--shadow)}
.feature-list,.audience-list{list-style:none;margin:1.25rem 0 2rem} .feature-list li,.audience-list li{position:relative;padding-left:1.7rem;margin:.75rem 0;color:var(--text-muted)} .feature-list li:before,.audience-list li:before{content:'✓';position:absolute;left:0;color:var(--accent);font-weight:900}
.image-panel img{width:100%;height:100%;min-height:420px;object-fit:cover} .split-center{align-items:center}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem} .stat{border-left:3px solid var(--accent);padding-left:1rem} .stat strong{display:block;font-family:var(--font-heading);font-size:1.55rem;color:var(--primary)}
.timeline{display:grid;gap:1rem} .timeline-item{border-left:3px solid var(--accent);padding:0 0 1.25rem 1.25rem} .timeline-item h3{margin-bottom:.35rem} .timeline-item span{display:block;color:var(--accent);font-weight:800;margin-bottom:.35rem}
.process-number{width:42px;height:42px;border-radius:50%;background:var(--accent);color:white;display:flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:1rem}
.cta-band{padding:5rem 0;background:var(--primary);text-align:center} .cta-band h2{color:white} .cta-band p{color:rgba(255,255,255,.88);max-width:680px;margin:0 auto 2rem}
.contact-list{list-style:none;display:grid;gap:.9rem} .contact-list li{display:flex;gap:.75rem;align-items:flex-start;color:var(--text-muted)} .contact-list i{color:var(--accent);margin-top:.25rem}
footer .contact-list li, footer .contact-list a{color:var(--accent)}
footer{background:#0A2442;color:white;padding:4rem 0 1.5rem} footer p, footer a, footer li{color:#CBD5E1} footer h4{color:white} .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:2rem} .footer-links{list-style:none} .footer-links li{margin:.65rem 0} .footer-socials{display:flex;gap:1rem;margin-top:1.25rem}.footer-socials a{color:var(--accent);font-size:1.25rem;line-height:1}.footer-socials a:hover{color:white}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:2.5rem;padding-top:1.25rem;text-align:center}
.fade-up{opacity:0;transition:opacity .7s ease} .fade-up.visible{opacity:1}
@media(max-width:900px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid > div:first-child,.footer-grid > div:last-child{grid-column:1 / -1}.hero h1,.page-hero h1{font-size:2.35rem}.stats{grid-template-columns:1fr}}
@media(max-width:768px){.container{padding:0 1.5rem}.section{padding:4rem 0}.mobile-toggle{display:block}.nav-links{position:fixed;top:0;left:0;width:100%;height:100vh;background:white;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:8rem 2rem 3rem;gap:1.65rem;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease;z-index:1000}.nav-links.active{opacity:1;visibility:visible;pointer-events:auto}.nav-links a:not(.btn){color:var(--text-dark)!important;font-size:1.35rem;font-weight:800}.nav-links .btn{font-size:1rem;padding:.9rem 1.8rem}.hero{min-height:690px;padding:9rem 0 5rem;background-image:linear-gradient(rgba(15,52,96,.58),rgba(15,52,96,.72)),url('https://images.unsplash.com/photo-1584515933487-779824d29309?auto=format&fit=crop&w=1600&q=80&fm=jpg');background-position:center top}.page-hero{min-height:480px;padding:9rem 0 4rem;background-position:center}.hero p{font-size:14px}.hero-buttons{gap:.5rem}.hero-buttons .btn{flex:1;padding:.75rem .85rem;font-size:.88rem}.trust-badges{gap:1rem}.usp-section{padding:1.25rem 0}.usp-section .grid-4{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.usp-card{gap:.6rem;font-size:.9rem}.usp-icon{width:36px;height:36px}.service-pill-carousel{width:calc(100% + 1.5rem);margin-right:-1.5rem}.service-pill-track{padding-right:1.5rem}.service-pill{flex-basis:82%;justify-content:flex-start}.service-section{padding:4rem 0}.service-reverse .service-visual{order:2}.service-reverse .service-copy{order:1}.service-copy h2{font-size:2rem}.service-visual img{height:320px}.services-intro{padding-bottom:2rem}footer{padding:3.5rem 0 1.25rem}.footer-grid{gap:2rem 1rem}.footer-link-column h4{font-size:.95rem}.footer-link-column a{font-size:.92rem}.footer-links li{margin:.5rem 0}.footer-bottom{text-align:left;font-size:.9rem}}
