/* ====================================================
   CLEANING HELD — Shared Stylesheet
   ==================================================== */
:root{
  --navy-900:#0E2238;
  --navy-700:#14304D;
  --navy-600:#1B3A5C;
  --gold-500:#E3B23C;
  --gold-300:#EFC453;
  --gold-100:#FBE9C2;
  --cream:#FAF6EE;
  --ink:#16314D;
  --slate:#4A5E76;
  --white:#FFFFFF;
  --radius-sm:8px;
  --radius-md:14px;
  --radius-lg:28px;
  --shadow-sm:0 2px 10px rgba(14,34,56,0.08);
  --shadow-md:0 12px 30px rgba(14,34,56,0.14);
  --font-display:'Poppins',sans-serif;
  --font-body:'Inter',sans-serif;
}
*{margin:0;padding:0;box-sizing:border-box;}
html{scroll-behavior:smooth;overflow-x:hidden;}
body{
  font-family:var(--font-body);
  color:var(--ink);
  background:var(--cream);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
:focus-visible{outline:3px solid var(--gold-500);outline-offset:2px;}
.container{max-width:1140px;margin:0 auto;padding:0 24px;}
.eyebrow{
  font-family:var(--font-display);
  font-weight:700;
  font-size:13px;
  letter-spacing:1.6px;
  text-transform:uppercase;
  color:var(--gold-500);
}
h1,h2,h3{font-family:var(--font-display);color:var(--navy-700);line-height:1.18;}
h2{font-size:clamp(28px,4vw,40px);font-weight:700;margin-top:10px;}
.section{padding:88px 0;scroll-margin-top:78px;}
.section-head{max-width:640px;margin-bottom:48px;}
.section-head.center{margin-left:auto;margin-right:auto;text-align:center;}
.section-head p{margin-top:14px;font-size:17px;color:var(--slate);}

/* ===== BUTTONS ===== */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  font-family:var(--font-display);font-weight:700;font-size:15px;
  padding:14px 26px;border-radius:999px;border:none;cursor:pointer;
  transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
  white-space:nowrap;
}
.btn:hover{transform:translateY(-2px);}
.btn-gold{background:var(--gold-500);color:var(--navy-900);box-shadow:var(--shadow-sm);}
.btn-gold:hover{background:var(--gold-300);box-shadow:var(--shadow-md);}
.btn-outline{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,0.55);}
.btn-outline:hover{background:rgba(255,255,255,0.12);}
.btn-navy{background:var(--navy-700);color:var(--white);}
.btn-navy:hover{background:var(--navy-900);}

/* ===== HEADER ===== */
header{
  position:sticky;top:0;z-index:50;
  background:rgba(250,246,238,0.92);
  backdrop-filter:blur(8px);
  border-bottom:1px solid rgba(14,34,56,0.08);
}
.nav-row{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;}
.brand{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:800;font-size:19px;color:var(--navy-700);}
.brand img{width:42px;height:42px;border-radius:50%;}
.brand span{color:var(--gold-500);}
nav.primary-nav{display:flex;align-items:center;gap:34px;}
nav.primary-nav a{font-weight:600;font-size:15px;color:var(--navy-700);position:relative;padding:4px 0;}
nav.primary-nav a::after{
  content:"";position:absolute;left:0;bottom:-6px;width:0;height:2px;background:var(--gold-500);
  transition:width .2s ease;
}
nav.primary-nav a:hover::after,nav.primary-nav a.active::after{width:100%;}
nav.primary-nav a.active{color:var(--gold-500);}
.nav-actions{display:flex;align-items:center;gap:14px;}
.menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;}
.menu-toggle span{display:block;width:24px;height:2.4px;background:var(--navy-700);margin:5px 0;border-radius:2px;}

/* ===== PAGE HERO (for sub-pages) ===== */
.page-hero{
  background:linear-gradient(160deg,var(--navy-700) 0%, var(--navy-900) 100%);
  padding:64px 0 56px;
  text-align:center;
}
.page-hero .eyebrow{color:var(--gold-500);}
.page-hero h1{color:var(--white);font-size:clamp(30px,4.4vw,44px);margin-top:12px;}
.page-hero p{color:#CADCEE;font-size:16.5px;margin-top:14px;max-width:560px;margin-left:auto;margin-right:auto;}

/* ===== HOME HERO ===== */
.hero{position:relative;overflow:hidden;background:linear-gradient(160deg,var(--navy-700) 0%, var(--navy-900) 100%);}
.hero .container{display:grid;grid-template-columns:1.1fr 0.9fr;gap:40px;align-items:center;padding-top:84px;padding-bottom:84px;}
.hero-copy h1{color:var(--white);font-size:clamp(34px,5vw,52px);margin-top:14px;}
.hero-copy h1 em{color:var(--gold-500);font-style:normal;}
.hero-copy p{color:#CADCEE;font-size:18px;margin-top:18px;max-width:480px;}
.hero-ctas{display:flex;gap:14px;margin-top:32px;flex-wrap:wrap;}
.trust-strip{display:flex;gap:22px;margin-top:38px;flex-wrap:wrap;}
.trust-strip span{display:flex;align-items:center;gap:8px;color:#CADCEE;font-size:14px;font-weight:600;}
.trust-strip svg{flex:none;width:18px;height:18px;}

.hero-visual{position:relative;display:flex;justify-content:center;align-items:center;}
.hero-visual .ring{
  position:absolute;width:380px;height:380px;border-radius:50%;
  background:radial-gradient(circle at 35% 30%, rgba(227,178,60,0.22), rgba(227,178,60,0) 70%);
}
.hero-visual img{
  position:relative;width:300px;height:300px;border-radius:50%;
  border:6px solid var(--gold-500);box-shadow:0 20px 50px rgba(0,0,0,0.35);
  background:var(--cream);
}

/* ===== STATS ===== */
.stats{padding:64px 0;background:var(--cream);}
.stats-grid{display:flex;flex-wrap:wrap;justify-content:center;text-align:center;}
.stats-grid > div{width:33.333%;padding:0 15px;}
.stat-num{font-family:var(--font-display);font-weight:800;font-size:clamp(36px,5vw,52px);color:var(--gold-500);line-height:1;}
.stat-label{margin-top:10px;font-weight:700;color:var(--navy-700);font-size:15px;}
.stat-sub{margin-top:4px;font-size:13px;color:var(--slate);}
@media (max-width:880px){.stats-grid > div{width:100%;margin-bottom:34px;}.stats-grid > div:last-child{margin-bottom:0;}}

/* ===== SERVICES ===== */
.services-grid{display:flex;flex-wrap:wrap;}
.svc-card-wrap{width:20%;padding:0 9px;margin-bottom:18px;}
.svc-card{
  height:100%;
  background:var(--white);border:1px solid rgba(14,34,56,0.08);border-radius:var(--radius-md);
  padding:26px 20px;text-align:left;transition:transform .2s ease, box-shadow .2s ease;
}
.svc-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);}
.svc-card .icon{
  width:46px;height:46px;border-radius:12px;background:var(--gold-100);
  display:flex;align-items:center;justify-content:center;margin-bottom:16px;
}
.svc-card .icon svg{width:24px;height:24px;}
.svc-card h3{font-size:16px;font-weight:700;}
.svc-card p{margin-top:6px;font-size:13.5px;color:var(--slate);}
@media (max-width:880px){.svc-card-wrap{width:50%;}}
@media (max-width:560px){.svc-card-wrap{width:100%;}}

/* Detailed service rows (diensten page) */
.svc-detail{
  display:flex;gap:22px;align-items:flex-start;
  background:var(--white);border:1px solid rgba(14,34,56,0.08);border-radius:var(--radius-md);
  padding:28px;margin-bottom:18px;
}
.svc-detail .icon{
  width:58px;height:58px;border-radius:14px;background:var(--gold-100);
  display:flex;align-items:center;justify-content:center;flex:none;
}
.svc-detail .icon svg{width:28px;height:28px;}
.svc-detail h3{font-size:19px;}
.svc-detail p{margin-top:8px;font-size:14.5px;color:var(--slate);max-width:640px;}
@media (max-width:600px){.svc-detail{flex-direction:column;gap:14px;}}

/* ===== WAAROM ===== */
.why{background:var(--navy-700);}
.why .section-head h2, .why .eyebrow{color:var(--white);}
.why .section-head p{color:#B9CBDE;}
.why-grid{display:flex;flex-wrap:wrap;}
.why-card-wrap{width:50%;padding:0 10px;margin-bottom:20px;}
.why-card{
  height:100%;
  background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.12);border-radius:var(--radius-md);padding:26px;
}
.why-card .num{font-family:var(--font-display);font-weight:800;font-size:13px;color:var(--gold-500);letter-spacing:1px;}
.why-card h3{color:var(--white);font-size:18px;margin-top:10px;}
.why-card p{color:#B9CBDE;margin-top:8px;font-size:14.5px;}
@media (max-width:880px){.why-card-wrap{width:100%;}}

/* ===== ZO WERKT HET ===== */
.steps{display:flex;flex-wrap:wrap;}
.step-wrap{width:33.333%;padding:0 12px;position:relative;}
.step{position:relative;padding:30px 24px 24px;background:var(--white);border:1px solid rgba(14,34,56,0.08);border-radius:var(--radius-md);height:100%;}
.step .num-badge{
  width:40px;height:40px;border-radius:50%;background:var(--navy-700);color:var(--gold-500);
  font-family:var(--font-display);font-weight:800;font-size:17px;
  display:flex;align-items:center;justify-content:center;margin-bottom:16px;
}
.step h3{font-size:17px;}
.step p{margin-top:8px;font-size:14.5px;color:var(--slate);}
.step-connector{position:absolute;top:50px;left:100%;width:24px;height:2px;background:var(--gold-300);}
@media (max-width:880px){.step-wrap{width:100%;margin-bottom:18px;}.step-connector{display:none;}}

/* ===== PROMO RIBBON ===== */
.promo{padding:0;}
.promo-inner{
  position:relative;background:linear-gradient(120deg,var(--gold-300) 0%, var(--gold-500) 100%);
  padding:46px 24px;text-align:center;
}
.promo-inner h2{color:var(--navy-900);font-size:clamp(24px,3.4vw,34px);}
.promo-inner p{margin-top:10px;font-size:16px;color:var(--navy-900);font-weight:600;}
.promo-inner .valid-badge{
  display:inline-block;margin-top:14px;background:var(--navy-900);color:var(--gold-100);
  font-size:12.5px;font-weight:700;padding:6px 16px;border-radius:999px;
}
.promo-inner .btn{margin-top:22px;}

/* ===== CONTACT ===== */
.contact-grid{display:flex;flex-wrap:wrap;gap:48px;align-items:flex-start;}
.contact-col{flex:1;min-width:280px;}
.contact-tiles{display:flex;flex-direction:column;gap:14px;}
.tile{
  display:flex;align-items:center;gap:16px;background:var(--white);
  border:1px solid rgba(14,34,56,0.08);border-radius:var(--radius-md);padding:18px 20px;
  transition:box-shadow .2s ease, transform .2s ease;
}
.tile:hover{box-shadow:var(--shadow-sm);transform:translateY(-2px);}
.tile .icon{
  width:44px;height:44px;border-radius:50%;background:var(--navy-700);
  display:flex;align-items:center;justify-content:center;flex:none;
}
.tile .icon svg{width:20px;height:20px;color:var(--gold-500);}
.tile .label{font-size:12.5px;color:var(--slate);font-weight:600;text-transform:uppercase;letter-spacing:0.5px;}
.tile .value{font-family:var(--font-display);font-weight:700;font-size:16.5px;color:var(--navy-700);}

.qr-card{
  margin-top:6px;display:flex;align-items:center;gap:16px;background:var(--navy-700);
  border-radius:var(--radius-md);padding:18px 20px;
}
.qr-card img{width:78px;height:78px;border-radius:8px;background:#fff;padding:4px;}
.qr-card .qr-text{color:#CADCEE;font-size:13px;font-weight:600;line-height:1.4;}
.qr-card .qr-text strong{display:block;color:var(--white);font-size:15px;font-family:var(--font-display);}

.contact-form{background:var(--white);border:1px solid rgba(14,34,56,0.08);border-radius:var(--radius-md);padding:30px;box-shadow:var(--shadow-sm);min-width:280px;flex:1;}
.contact-form h3{font-size:19px;color:var(--navy-700);}
.contact-form p.note{font-size:13.5px;color:var(--slate);margin-top:6px;margin-bottom:20px;}
.field{margin-bottom:16px;}
.field label{display:block;font-size:13px;font-weight:600;color:var(--navy-700);margin-bottom:6px;}
.field input,.field textarea{
  width:100%;padding:12px 14px;border-radius:var(--radius-sm);border:1.5px solid rgba(14,34,56,0.15);
  font-family:var(--font-body);font-size:14.5px;background:var(--cream);color:var(--ink);
  transition:border-color .15s ease;
}
.field input:focus,.field textarea:focus{border-color:var(--gold-500);outline:none;}
.field textarea{resize:vertical;min-height:96px;}
.contact-form .btn{width:100%;margin-top:6px;}

/* ===== FOOTER ===== */
footer{background:var(--navy-900);color:#9FB7CF;padding:54px 0 28px;}
.footer-grid{display:flex;flex-wrap:wrap;gap:36px;}
.footer-col{flex:1;min-width:200px;}
.footer-col.brand-col{flex:1.4;min-width:240px;}
.footer-brand{display:flex;align-items:center;gap:10px;font-family:var(--font-display);font-weight:800;font-size:18px;color:var(--white);}
.footer-brand img{width:38px;height:38px;border-radius:50%;}
.footer-brand span{color:var(--gold-500);}
footer p.tagline{margin-top:12px;font-size:13.5px;max-width:280px;}
footer h4{color:var(--white);font-size:13.5px;font-weight:700;letter-spacing:0.5px;text-transform:uppercase;margin-bottom:14px;}
footer ul{list-style:none;display:flex;flex-direction:column;gap:10px;}
footer ul a{font-size:14px;}
footer ul a:hover{color:var(--gold-500);}
footer ul li{font-size:14px;}
.footer-bottom{
  margin-top:42px;padding-top:22px;border-top:1px solid rgba(255,255,255,0.1);
  display:flex;justify-content:space-between;align-items:center;font-size:12.5px;flex-wrap:wrap;gap:10px;
}

/* ===== COOKIE BAR ===== */
.cookie-bar{
  position:fixed;left:0;right:0;bottom:0;z-index:80;
  background:var(--navy-900);color:#CADCEE;
  padding:16px 20px;
  display:none;
  align-items:center;justify-content:center;gap:18px;flex-wrap:wrap;
  box-shadow:0 -4px 20px rgba(0,0,0,0.2);
}
.cookie-bar.visible{display:flex;}
.cookie-bar p{font-size:13.5px;max-width:680px;}
.cookie-bar p a{color:var(--gold-500);text-decoration:underline;}
.cookie-bar .btn{padding:10px 22px;font-size:14px;}

/* ===== FAQ ACCORDION ===== */
.faq-list{max-width:780px;margin:0 auto;}
.faq-item{
  background:var(--white);border:1px solid rgba(14,34,56,0.08);border-radius:var(--radius-md);
  margin-bottom:14px;overflow:hidden;
}
.faq-q{
  width:100%;text-align:left;background:none;border:none;cursor:pointer;
  padding:20px 22px;font-family:var(--font-display);font-weight:700;font-size:16px;color:var(--navy-700);
  display:flex;justify-content:space-between;align-items:center;gap:16px;
}
.faq-q .chev{flex:none;transition:transform .25s ease;width:20px;height:20px;}
.faq-item.open .faq-q .chev{transform:rotate(180deg);}
.faq-a{
  max-height:0;overflow:hidden;transition:max-height .3s ease;
  padding:0 22px;color:var(--slate);font-size:14.5px;
}
.faq-item.open .faq-a{padding:0 22px 20px;}

/* ===== SCROLL TO TOP BUTTON ===== */
.scroll-top-btn{
  position:fixed;
  right:24px;
  bottom:24px;
  width:48px;height:48px;
  border-radius:50%;
  background:var(--gold-500);
  color:var(--navy-900);
  border:none;
  display:flex;align-items:center;justify-content:center;
  cursor:pointer;
  box-shadow:0 8px 20px rgba(14,34,56,0.25);
  opacity:0;
  visibility:hidden;
  transform:translateY(12px);
  transition:opacity .25s ease, transform .25s ease, visibility .25s ease, background .15s ease;
  z-index:60;
}
.scroll-top-btn.visible{opacity:1;visibility:visible;transform:translateY(0);}
.scroll-top-btn:hover{background:var(--gold-300);}
.scroll-top-btn svg{width:20px;height:20px;}

/* ===== MOBILE ===== */
@media (max-width: 880px){
  nav.primary-nav{display:none;}
  .menu-toggle{display:block;}
  .nav-actions .btn{display:none;}
  .hero .container{grid-template-columns:1fr;text-align:center;padding-top:48px;padding-bottom:56px;}
  .hero-copy p{margin-left:auto;margin-right:auto;}
  .hero-ctas{justify-content:center;}
  .trust-strip{justify-content:center;}
  .hero-visual{margin-top:20px;order:-1;}
  .hero-visual img{width:220px;height:220px;}
  .hero-visual .ring{width:280px;height:280px;}
  .section{padding:64px 0;}
  .scroll-top-btn{right:16px;bottom:16px;width:44px;height:44px;}
}

/* Mobile nav drawer */
.mobile-nav{
  position:fixed;inset:0;background:var(--navy-900);z-index:100;
  display:flex;flex-direction:column;padding:24px;transform:translateX(100%);
  transition:transform .25s ease;
  overflow-y:auto;
}
.mobile-nav.open{transform:translateX(0);}
.mobile-nav .close-btn{align-self:flex-end;background:none;border:none;color:var(--white);font-size:28px;cursor:pointer;}
.mobile-nav a{color:var(--white);font-family:var(--font-display);font-weight:700;font-size:22px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,0.1);}
.mobile-nav a.active{color:var(--gold-500);}
.mobile-nav .btn{margin-top:24px;}

@media (prefers-reduced-motion: reduce){
  *{transition:none !important; scroll-behavior:auto !important;}
}
