/* =========================================================
   VEENSTRA — Totaal Onderhoud & Dak
   ========================================================= */

:root{
  --bg:#0c0c0d;
  --bg-2:#111113;
  --card:#161618;
  --card-2:#1c1c1f;
  --line:#262629;
  --line-2:#323236;
  --orange:#f97316;
  --orange-d:#ea670c;
  --white:#ffffff;
  --txt:#e6e6e8;
  --muted:#9a9a9f;
  --muted-2:#6f6f74;
  --cream:#ece5d8;
  --cream-2:#f6f1e7;
  --green:#22b14c;
  --green-d:#1a9440;
  --maxw:1240px;
  --r:14px;
  --r-lg:20px;
}

*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth;overflow-x:clip}
body{
  font-family:'Plus Jakarta Sans',system-ui,-apple-system,Segoe UI,sans-serif;
  background:var(--bg);
  color:var(--txt);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  /* clip i.p.v. hidden: 'hidden' maakt overflow-y=auto → body wordt scroll-container
     en dat breekt de sticky header op mobiel. 'clip' voorkomt horizontale scroll zonder
     scroll-container te maken, dus sticky blijft werken. */
  overflow-x:clip;
}
a{color:inherit;text-decoration:none}
ul{list-style:none}
img,svg{display:block}
.container{max-width:var(--maxw);margin:0 auto;padding:0 28px;width:100%}

/* ---------- Preloader / laadscherm ---------- */
.preloader{position:fixed;inset:0;z-index:2000;display:grid;place-items:center;
  background:radial-gradient(120% 90% at 50% 0%,#141416 0%,var(--bg) 55%);
  opacity:1;visibility:visible;transition:opacity .55s ease,visibility 0s linear .55s}
.preloader.done{opacity:0;visibility:hidden}
.preloader-inner{display:flex;flex-direction:column;align-items:center;gap:18px;
  animation:preFloat .9s cubic-bezier(.2,.7,.2,1) both}
.preloader-logo{display:grid;place-items:center;width:auto;height:72px;
  position:relative;overflow:visible;animation:preFloat .9s cubic-bezier(.2,.7,.2,1) both}
.preloader-logo::after{content:"";position:absolute;inset:-30% -10%;z-index:0;
  background:radial-gradient(55% 55% at 50% 45%,rgba(249,115,22,.18),transparent 70%)}
.preloader-logo img{width:auto;height:72px;position:relative;z-index:1}
.preloader-brand{display:none}
.preloader-bar{display:block;width:150px;height:3px;margin-top:6px;border-radius:99px;
  background:rgba(255,255,255,.08);overflow:hidden}
.preloader-bar i{display:block;height:100%;width:40%;border-radius:99px;
  background:linear-gradient(90deg,var(--orange),#ffb066);animation:preBar 1.15s ease-in-out infinite}
@keyframes preFloat{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
@keyframes preGlow{0%,100%{box-shadow:0 30px 60px -25px rgba(0,0,0,.8),0 0 0 1px rgba(255,255,255,.03),0 0 0 0 rgba(249,115,22,.0)}
  50%{box-shadow:0 30px 60px -25px rgba(0,0,0,.8),0 0 0 1px rgba(255,255,255,.05),0 0 34px -4px rgba(249,115,22,.45)}}
@keyframes preBar{0%{transform:translateX(-130%)}100%{transform:translateX(330%)}}
@media (prefers-reduced-motion:reduce){
  .preloader-inner,.preloader-logo,.preloader-bar i{animation:none}
}

.ico{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;
  stroke-linecap:round;stroke-linejoin:round;flex:none}
/* gevuld merk-icoon (bv. WhatsApp): wél fill, geen stroke — anders wordt het een dunne lijn */
.wa-ico{width:19px;height:19px;fill:currentColor;flex:none}

/* Duotone iconen — diensten · cijfers · USP-balk */
.duo{color:var(--orange)}
.duo .f{fill:currentColor;stroke:none;opacity:.26}
.duo .s{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.duo .f2{fill:currentColor;stroke:none}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;gap:10px;
  font-weight:700;font-size:13px;letter-spacing:.04em;
  padding:15px 26px;border-radius:10px;cursor:pointer;border:none;
  transition:transform .18s ease,background .18s ease,box-shadow .18s ease;
  white-space:nowrap;
}
.btn .ico{width:16px;height:16px}
.btn-orange{background:var(--orange);color:#fff;box-shadow:0 8px 24px -8px rgba(249,115,22,.6)}
.btn-orange:hover{background:var(--orange-d);transform:translateY(-2px)}
.btn-ghost{background:rgba(255,255,255,.06);color:#fff;border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(4px)}
.btn-ghost:hover{background:rgba(255,255,255,.13);transform:translateY(-2px)}
.btn-whatsapp{background:var(--green);color:#fff;box-shadow:0 8px 24px -8px rgba(34,177,76,.6)}
.btn-whatsapp:hover{background:var(--green-d);transform:translateY(-2px)}
.btn-sm{padding:11px 18px;font-size:12px}
.btn-lg{padding:18px 32px;font-size:14px}

/* ---------- Top bar ---------- */
.topbar{background:#000;border-bottom:1px solid var(--line);font-size:13px}
.topbar-inner{display:flex;justify-content:space-between;align-items:center;min-height:44px;gap:20px}
.topbar-left{display:flex;gap:26px}
.topbar-item{display:flex;align-items:center;gap:8px;color:var(--muted)}
.topbar-item .ico{width:15px;height:15px;color:var(--orange)}
.topbar-right{display:flex;align-items:center;gap:20px}
.topbar-phone{display:flex;align-items:center;gap:10px}
.phone-circle{width:30px;height:30px;border-radius:50%;background:var(--orange);
  display:grid;place-items:center}
.phone-circle .ico{width:15px;height:15px;color:#fff;stroke-width:2.2}
.phone-text{display:flex;flex-direction:column;line-height:1.15}
.phone-text strong{font-size:14px;color:#fff}
.phone-text small{font-size:10.5px;color:var(--muted-2);letter-spacing:.03em}

/* ---------- Header ---------- */
.header{position:sticky;top:0;z-index:90;background:rgba(12,12,13,.96);
  border-bottom:1px solid var(--line);backdrop-filter:blur(10px);transition:padding .25s}
.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:78px;gap:24px}
.header.scrolled{box-shadow:0 10px 30px -12px rgba(0,0,0,.8)}
.header.scrolled .header-inner{min-height:64px}

.logo{display:flex;align-items:center;gap:0}
.logo-mark{height:46px;width:auto;display:grid;place-items:center;overflow:visible}
.logo-mark img{height:46px;width:auto;object-fit:contain;display:block}
/* het nieuwe logo bevat de tekst al, dus losse tekst verbergen */
.logo-text{display:none}

.nav{display:flex;align-items:center;gap:30px}
.nav>a:not(.btn){font-size:14.5px;font-weight:600;color:var(--txt);position:relative;padding:4px 0}
.nav>a:not(.btn)::after{content:"";position:absolute;left:0;bottom:-2px;height:2px;width:0;
  background:var(--orange);transition:width .22s}
.nav>a:not(.btn):hover{color:#fff}
.nav>a:not(.btn):hover::after{width:100%}
.nav-cta{display:none}
.nav-head,.nav-foot{display:none}

.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;
  cursor:pointer;padding:8px}
.nav-toggle span{width:24px;height:2.4px;background:#fff;border-radius:2px;transition:.25s}
.nav-toggle.open span:nth-child(1){transform:translateY(7.4px) rotate(45deg)}
.nav-toggle.open span:nth-child(2){opacity:0}
.nav-toggle.open span:nth-child(3){transform:translateY(-7.4px) rotate(-45deg)}

/* ---------- Diensten dropdown ---------- */
.nav-drop{position:relative}
.nav-drop-toggle{display:inline-flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;
  font-family:inherit;font-size:14.5px;font-weight:600;color:var(--txt);padding:4px 0}
.nav-drop-toggle:hover{color:#fff}
.nav-drop-caret{width:15px;height:15px;transition:transform .25s}
.nav-drop:hover .nav-drop-caret,.nav-drop:focus-within .nav-drop-caret,.nav-drop.open .nav-drop-caret{transform:rotate(180deg)}
.nav-drop-menu{position:absolute;top:calc(100% + 16px);left:50%;
  transform:translateX(-50%) translateY(8px);min-width:264px;
  background:linear-gradient(180deg,#161618,#111113);border:1px solid var(--line-2);
  border-radius:14px;padding:8px;box-shadow:0 30px 60px -24px rgba(0,0,0,.85);
  display:grid;gap:2px;opacity:0;visibility:hidden;pointer-events:none;z-index:95;
  transition:opacity .2s ease,transform .2s ease,visibility .2s}
.nav-drop-menu::before{content:"";position:absolute;top:-16px;left:0;right:0;height:16px}
.nav-drop:hover .nav-drop-menu,.nav-drop:focus-within .nav-drop-menu{
  opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}
.nav-drop-menu a{display:flex;align-items:center;gap:10px;padding:11px 14px;border-radius:9px;
  font-size:14px;font-weight:600;color:var(--txt);white-space:nowrap;transition:background .15s,color .15s}
.nav-drop-menu a::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--orange);
  flex:none;opacity:.55;transition:opacity .15s,transform .15s}
.nav-drop-menu a:hover{background:rgba(249,115,22,.1);color:#fff}
.nav-drop-menu a:hover::before{opacity:1;transform:scale(1.25)}

/* ---------- Eyebrow / section titles ---------- */
.eyebrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:700;
  letter-spacing:.16em;color:var(--orange);margin-bottom:18px}
.eyebrow::before{content:"";width:26px;height:2px;background:var(--orange);display:inline-block}
.eyebrow-light{color:var(--orange)}
.eyebrow-dark{color:var(--orange-d)}

.section{padding:96px 0}
.section-title{font-size:clamp(30px,3.6vw,46px);font-weight:800;line-height:1.1;
  letter-spacing:-.02em;color:#fff}
.section-title.dark{color:#1a1612}
.dot{color:var(--orange)}

.section-head{display:flex;justify-content:space-between;align-items:flex-end;
  gap:30px;margin-bottom:48px}
.link-arrow{display:inline-flex;align-items:center;gap:9px;font-size:13px;font-weight:700;
  letter-spacing:.04em;color:var(--orange);padding-bottom:6px;transition:gap .2s}
.link-arrow .ico{width:16px;height:16px}
.link-arrow:hover{gap:14px}

/* ---------- Hero ---------- */
.hero{position:relative;min-height:660px;display:flex;align-items:center;
  padding:90px 0 80px;overflow:hidden}
.hero-bg{position:absolute;inset:0;background-color:#161310;
  background-image:url('../images/hero_banner.png');
  background-size:cover;background-position:center right;}
.hero-overlay{position:absolute;inset:0;
  background:linear-gradient(100deg,rgba(8,8,9,.94) 0%,rgba(8,8,9,.82) 38%,rgba(8,8,9,.35) 68%,rgba(8,8,9,.55) 100%);}
.hero-inner{position:relative;z-index:2;display:flex;align-items:center;
  justify-content:space-between;gap:40px;width:100%}
.hero-content{max-width:620px}
.hero-title{font-size:clamp(44px,6.4vw,82px);font-weight:800;line-height:1.02;
  letter-spacing:-.03em;color:#fff;margin-bottom:24px}
.hero-text{font-size:17px;color:#c7c7cc;max-width:480px;margin-bottom:34px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}

.hero-card{background:rgba(18,18,20,.78);border:1px solid var(--line-2);
  border-radius:var(--r-lg);padding:30px 30px 26px;width:230px;backdrop-filter:blur(10px);
  position:relative;flex:none}
.hero-card::before{content:"";position:absolute;left:0;top:24px;bottom:24px;width:3px;
  background:var(--orange);border-radius:3px}
.hero-card-num{font-size:46px;font-weight:800;color:var(--orange);line-height:1}
.hero-card-label{font-size:13px;font-weight:700;letter-spacing:.14em;color:#fff;margin:6px 0 12px}
.hero-card p{font-size:14px;color:var(--muted)}
.hero-card-link{position:absolute;right:24px;bottom:24px;width:42px;height:42px;
  border-radius:50%;background:var(--orange);display:grid;place-items:center;transition:.2s}
.hero-card-link .ico{color:#fff;width:18px;height:18px}
.hero-card-link:hover{transform:scale(1.08)}

/* ---------- Trust bar ---------- */
.trustbar{background:var(--bg-2);border-top:1px solid var(--line);
  border-bottom:1px solid var(--line)}
.trustbar-inner{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{position:relative;display:flex;align-items:center;gap:16px;padding:30px 28px;
  transition:background .35s}
.trust-item:not(:last-child){border-right:1px solid var(--line)}
.trust-item::before{content:"";position:absolute;top:0;left:28px;right:28px;height:2px;border-radius:2px;
  background:linear-gradient(90deg,var(--orange),rgba(249,115,22,.25));
  transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.2,.7,.2,1)}
.trust-item:hover{background:linear-gradient(180deg,rgba(249,115,22,.05),transparent 72%)}
.trust-item:hover::before{transform:scaleX(1)}
.trust-ico{width:52px;height:52px;border-radius:14px;flex:none;display:grid;place-items:center;
  background:linear-gradient(150deg,rgba(249,115,22,.22),rgba(249,115,22,.05));
  border:1px solid rgba(249,115,22,.3);
  box-shadow:0 10px 22px -12px rgba(249,115,22,.55),inset 0 1px 0 rgba(255,255,255,.12);
  transition:transform .35s cubic-bezier(.2,.7,.2,1)}
.trust-item:hover .trust-ico{transform:scale(1.07) rotate(-3deg)}
.trust-ico svg{width:28px;height:28px}
.trust-item strong{display:block;font-size:15px;color:#fff;font-weight:700;letter-spacing:-.01em}
.trust-item small{font-size:12.5px;color:var(--muted)}

/* ---------- Services ---------- */
.services{background:var(--bg)}
.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.service-card{background:var(--card);border:1px solid var(--line);border-radius:var(--r);
  overflow:hidden;transition:transform .22s,border-color .22s,box-shadow .22s}
.service-card:hover{transform:translateY(-6px);border-color:var(--line-2);
  box-shadow:0 24px 50px -24px rgba(0,0,0,.9)}
.service-img{height:172px;background-image:linear-gradient(to top,rgba(22,22,24,.95),rgba(22,22,24,.15)),var(--img);
  background-size:cover;background-position:center;background-color:#1f1f22}
.service-body{padding:22px 24px 26px;position:relative}
.service-ico{position:absolute;top:-28px;left:24px;width:58px;height:58px;border-radius:15px;
  background:#16120d;border:1px solid rgba(249,115,22,.34);display:grid;place-items:center;
  box-shadow:0 16px 28px -14px rgba(0,0,0,.95)}
.service-ico svg{width:31px;height:31px}
.service-body h3{font-size:19px;font-weight:700;color:#fff;margin:14px 0 8px}
.service-body p{font-size:14px;color:var(--muted);margin-bottom:18px;min-height:42px}
.service-link{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;
  letter-spacing:.07em;color:var(--orange);transition:gap .2s}
.service-link .ico{width:14px;height:14px}
.service-link:hover{gap:12px}

/* ---------- Why Veenstra ---------- */
.why{background:#0e0e10;position:relative;overflow:hidden}
.why-bg{position:absolute;inset:0;z-index:0;pointer-events:none;
  background-image:url('../images/why_veenstra_bus.png');
  background-size:cover;background-position:42% center;background-repeat:no-repeat;
  background-color:#0e0e10}
.why-overlay{position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(90deg,
    rgba(14,14,16,.78) 0%,
    rgba(14,14,16,.82) 18%,
    rgba(14,14,16,.7) 28%,
    rgba(14,14,16,.35) 38%,
    rgba(14,14,16,.1) 46%,
    rgba(14,14,16,0) 54%,
    rgba(14,14,16,0) 100%)}
.why .container{position:relative;z-index:2}
.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;min-height:420px}
.why-left{display:flex;flex-direction:column;gap:20px;max-width:440px}
.why-left .section-title{margin:0;font-size:clamp(28px,2.6vw,40px)}
.why-list{display:flex;flex-direction:column;gap:12px;margin-top:6px}
.why-list li{display:flex;align-items:center;gap:11px;font-size:14.5px;color:var(--txt);font-weight:500}
.why-list .ico{width:20px;height:20px;color:var(--orange);background:rgba(249,115,22,.13);
  border-radius:50%;padding:3px;stroke-width:2.6;flex-shrink:0}

.stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;justify-self:end;max-width:384px;width:100%}
.stat{position:relative;overflow:hidden;display:flex;flex-direction:column;
  background:linear-gradient(155deg,rgba(30,30,34,.82),rgba(15,15,18,.72));
  -webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:22px 20px 20px;
  box-shadow:0 22px 46px -28px rgba(0,0,0,.95);
  transition:transform .35s cubic-bezier(.2,.7,.2,1),border-color .35s,box-shadow .35s}
.stat::before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;
  background:radial-gradient(130px 90px at 86% -6%,rgba(249,115,22,.16),transparent 72%)}
.stat::after{content:"";position:absolute;top:0;left:16px;right:16px;height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.24),transparent)}
.stat:hover{transform:translateY(-5px);border-color:rgba(249,115,22,.4);
  box-shadow:0 34px 58px -28px rgba(0,0,0,1),0 0 0 1px rgba(249,115,22,.12)}
.stat-ico{position:relative;width:42px;height:42px;border-radius:12px;display:grid;place-items:center;
  background:linear-gradient(150deg,rgba(249,115,22,.26),rgba(249,115,22,.05));
  border:1px solid rgba(249,115,22,.32);margin-bottom:16px;
  box-shadow:0 8px 18px -10px rgba(249,115,22,.6),inset 0 1px 0 rgba(255,255,255,.14);
  transition:transform .35s cubic-bezier(.2,.7,.2,1)}
.stat:hover .stat-ico{transform:scale(1.08) rotate(-3deg)}
.stat-ico svg{width:21px;height:21px}
.stat-num{position:relative;font-size:32px;font-weight:800;color:#fff;line-height:1;letter-spacing:-.025em}
.stat-label{position:relative;font-size:11.5px;color:var(--muted);margin-top:10px;padding-top:10px;letter-spacing:.02em}
.stat-label::before{content:"";position:absolute;top:0;left:0;width:22px;height:2px;
  background:var(--orange);border-radius:2px;opacity:.9}

/* ---------- Projects ---------- */
.projects{background:var(--bg)}
.projects-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.project-card{border-radius:var(--r);overflow:hidden;position:relative;height:330px;
  border:1px solid var(--line);transition:transform .22s}
.project-card:hover{transform:translateY(-6px)}
.project-img{position:absolute;inset:0;
  background-image:linear-gradient(to top,rgba(8,8,9,.95) 8%,rgba(8,8,9,.25) 60%,rgba(8,8,9,.4)),var(--img);
  background-size:cover;background-position:center;background-color:#1f1f22;
  transition:transform .4s}
.project-card:hover .project-img{transform:scale(1.07)}
.project-info{position:absolute;left:0;right:0;bottom:0;padding:22px 22px 24px;z-index:2}
.project-tag{display:inline-block;font-size:10.5px;font-weight:700;letter-spacing:.1em;
  color:#fff;background:var(--orange);padding:5px 10px;border-radius:5px;margin-bottom:12px}
.project-info h3{font-size:17px;font-weight:700;color:#fff;margin-bottom:7px}
.project-loc{display:flex;align-items:center;gap:6px;font-size:13px;color:#c7c7cc}
.project-loc .ico{width:14px;height:14px;color:var(--orange)}

/* ---------- Reviews ---------- */
.reviews{background:var(--bg-2)}
.reviews-row{display:grid;grid-template-columns:1.6fr 1fr 3fr;gap:18px;align-items:stretch}
.reviews-intro{display:flex;flex-direction:column;justify-content:center;padding-right:8px}
.reviews-intro .section-title{font-size:clamp(28px,2.7vw,40px)}

.review-box{background:var(--card);border:1px solid var(--line);border-radius:var(--r);
  padding:24px 22px;display:flex;flex-direction:column;
  transition:transform .2s,border-color .2s}
.review-box:hover{transform:translateY(-5px);border-color:var(--line-2)}

.stars{display:flex;gap:3px}
.stars svg{width:16px;height:16px;fill:#f6a01f}
.stars-sm svg{width:14px;height:14px}
.stars .star-half{position:relative;display:inline-flex;width:16px;height:16px;flex:none}
.stars .star-half svg{position:absolute;inset:0}
.stars .star-half svg:first-child{fill:#3a3a3e}
.stars .star-half svg:last-child{clip-path:inset(0 50% 0 0)}

.google-card{align-items:center;text-align:center;justify-content:center;gap:13px}
.google-word{font-size:25px;font-weight:700;letter-spacing:-.02em}
.gb{color:#4285F4}.gr{color:#EA4335}.gy{color:#FBBC05}.gg{color:#34A853}
.google-rating{display:flex;align-items:center;gap:10px}
.g-score{font-size:30px;font-weight:800;color:#fff;line-height:1}
.google-card small{font-size:12.5px;color:var(--muted)}

.review-card{gap:13px}
.review-card p{font-size:13.5px;color:var(--muted);font-style:italic;line-height:1.62;flex:1}
.review-author{font-size:13px;font-weight:700;color:#fff}

/* Reviews slider (auto + handmatig scrollen) */
.reviews-slider{position:relative;min-width:0;overflow-x:auto;overflow-y:hidden;cursor:grab;
  scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 92%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 5%,#000 92%,transparent 100%)}
.reviews-slider::-webkit-scrollbar{display:none}
.reviews-slider.dragging{cursor:grabbing;user-select:none}
.reviews-slider.dragging a{pointer-events:none}
.reviews-track{display:flex;gap:18px;width:max-content;align-items:stretch}
.reviews-track .review-card{flex:0 0 200px}

/* ---------- CTA ---------- */
.cta{background:var(--bg);border-top:1px solid var(--line);padding:70px 0}
.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:46px;flex-wrap:wrap}
.logo-cta{margin-bottom:20px}
.cta-text h2{font-size:clamp(28px,3.4vw,40px);font-weight:800;color:#fff;
  line-height:1.1;letter-spacing:-.02em;margin-bottom:18px}
.cta-points{display:flex;gap:26px;flex-wrap:wrap}
.cta-points li{display:flex;align-items:center;gap:9px;font-size:14.5px;color:var(--txt);font-weight:500}
.cta-points .ico{width:20px;height:20px;color:var(--orange);background:rgba(249,115,22,.13);
  border-radius:50%;padding:3px;stroke-width:2.6}
.cta-actions{display:flex;gap:14px;flex-wrap:wrap;align-items:stretch}
.cta-actions .btn{flex:1 1 220px;min-width:220px;justify-content:center}

/* ---------- Footer ---------- */
.footer{background:#000;border-top:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:1.5fr 1.7fr 1fr 1.2fr;gap:40px;
  padding:64px 28px 50px}
/* Diensten-kolom: links in 2 nette kolommen i.p.v. één lange rij */
.footer-col--services h4{margin-bottom:14px}
.footer-col--services .footer-links{display:grid;grid-template-columns:1fr 1fr;
  column-gap:30px;row-gap:0}
.footer-brand p{font-size:14px;color:var(--muted);margin:18px 0 20px;max-width:320px}
.footer-socials{display:flex;gap:10px}
.footer-socials a{width:38px;height:38px;border-radius:9px;border:1px solid var(--line-2);
  display:grid;place-items:center;transition:.2s}
.footer-socials svg{width:18px;height:18px;fill:none;stroke:var(--muted);stroke-width:1.8;
  stroke-linecap:round;stroke-linejoin:round}
.footer-socials a:hover{background:var(--orange);border-color:var(--orange)}
.footer-socials a:hover svg{stroke:#fff}

.footer-col h4{font-size:13px;font-weight:700;letter-spacing:.12em;color:#fff;
  text-transform:uppercase;margin-bottom:18px}
.footer-col a,.footer-addr,.footer-hours{display:flex;align-items:center;gap:9px;
  font-size:14px;color:var(--muted);margin-bottom:11px;transition:color .18s}
.footer-col a:hover{color:var(--orange)}
.footer-col .ico{width:16px;height:16px;color:var(--orange);flex:none}
.footer-addr{align-items:flex-start;line-height:1.5}
.footer-addr .ico{margin-top:3px}
.footer-hours{color:var(--muted-2);font-size:13px;margin-top:4px}

.footer-certs{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.footer-certs-inner{display:flex;align-items:center;gap:34px;padding:26px 28px;flex-wrap:wrap}
.certs-label{font-size:12px;font-weight:700;letter-spacing:.14em;color:var(--muted-2)}
.certs-logos{display:flex;gap:14px;flex-wrap:wrap}
.cert-badge{display:flex;align-items:center;gap:9px;background:var(--card);
  border:1px solid var(--line-2);border-radius:10px;padding:11px 18px;
  font-size:15px;font-weight:800;color:#fff}
.cert-badge small{font-size:10.5px;font-weight:500;color:var(--muted);letter-spacing:.02em}
.cert-g{width:22px;height:22px}

.footer-bottom{background:#000}
.footer-bottom-inner{display:flex;justify-content:space-between;align-items:center;
  padding:22px 28px;gap:16px;flex-wrap:wrap;font-size:13px;color:var(--muted-2)}
.footer-links{display:flex;gap:20px}
.footer-links a:hover{color:var(--orange)}

/* ---------- Mobiel nav-backdrop ---------- */
/* z-index onder de header (90): de nav zit ín de sticky header en vormt daarmee een
   eigen stacking-context. Stond de backdrop hoger, dan lag hij (ook al is hij transparant)
   bovenop het menu en ving hij alle taps weg → knoppen reageerden niet. */
.nav-backdrop{position:fixed;inset:0;z-index:89;background:transparent;
  opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}
.nav-backdrop.show{opacity:1;visibility:visible}
@media (min-width:921px){.nav-backdrop{display:none}}

/* ---------- Sticky mobiele actie-balk ---------- */
.mobile-cta{display:none}

/* ---------- Floating WhatsApp ---------- */
.wa-float{position:fixed;right:24px;bottom:24px;width:58px;height:58px;border-radius:50%;
  background:var(--green);display:grid;place-items:center;z-index:80;
  box-shadow:0 12px 30px -8px rgba(34,177,76,.7);animation:waPulse 2.6s infinite;
  transition:bottom .35s cubic-bezier(.2,.7,.2,1),background .2s}
.wa-float svg{width:30px;height:30px;fill:#fff}
.wa-float:hover{background:var(--green-d)}
@keyframes waPulse{0%,100%{box-shadow:0 12px 30px -8px rgba(34,177,76,.7),0 0 0 0 rgba(34,177,76,.5)}
  50%{box-shadow:0 12px 30px -8px rgba(34,177,76,.7),0 0 0 14px rgba(34,177,76,0)}}

/* ---------- Offerte popup / modal ---------- */
.modal{position:fixed;inset:0;z-index:120;display:flex;align-items:center;justify-content:center;
  padding:24px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}
.modal.open{opacity:1;visibility:visible}
.modal-backdrop{position:absolute;inset:0;background:rgba(5,5,6,.74);
  -webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}
.modal-card{position:relative;width:100%;max-width:540px;max-height:calc(100vh - 48px);overflow:hidden;
  background:linear-gradient(165deg,#1a1a1d 0%,#121214 60%,#0e0e10 100%);
  border:1px solid var(--line-2);border-radius:22px;
  box-shadow:0 40px 90px -30px rgba(0,0,0,.9),0 0 0 1px rgba(255,255,255,.03);
  transform:translateY(18px) scale(.98);opacity:0;
  transition:transform .35s cubic-bezier(.2,.7,.2,1),opacity .35s ease}
.modal.open .modal-card{transform:none;opacity:1}
.modal-accent{position:absolute;top:0;left:0;right:0;height:4px;
  background:linear-gradient(90deg,var(--orange),#ffb066,var(--orange));z-index:2}
.modal-card::before{content:"";position:absolute;top:0;left:0;right:0;height:1px;z-index:3;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent)}
.modal-card::after{content:"";position:absolute;top:-10%;right:-10%;width:280px;height:280px;
  pointer-events:none;background:radial-gradient(circle,rgba(249,115,22,.16),transparent 65%)}

.modal-close{position:absolute;top:16px;right:16px;z-index:4;width:38px;height:38px;border-radius:10px;
  background:rgba(255,255,255,.06);border:1px solid var(--line-2);color:var(--muted);
  display:grid;place-items:center;cursor:pointer;transition:.2s}
.modal-close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.modal-close:hover{background:rgba(249,115,22,.16);border-color:rgba(249,115,22,.4);color:#fff}

.modal-body{position:relative;z-index:1;padding:34px 34px 30px;overflow-y:auto;max-height:calc(100vh - 48px);
  scrollbar-width:thin;scrollbar-color:var(--line-2) transparent}
.modal-body::-webkit-scrollbar{width:8px}
.modal-body::-webkit-scrollbar-track{background:transparent}
.modal-body::-webkit-scrollbar-thumb{background:var(--line-2);border-radius:20px;
  border:2px solid transparent;background-clip:content-box}
.modal-body::-webkit-scrollbar-thumb:hover{background:var(--muted-2);background-clip:content-box}
.modal-head{margin-bottom:22px}
.modal-logo{display:inline-flex;align-items:center;height:50px;margin-bottom:16px}
.modal-logo img{height:50px;width:auto;object-fit:contain}
.modal-head .eyebrow{margin-bottom:12px}
.modal-head h3{font-size:clamp(24px,3.2vw,30px);font-weight:800;color:#fff;line-height:1.12;
  letter-spacing:-.02em;margin-bottom:8px}
.modal-head p{font-size:14.5px;color:var(--muted);max-width:420px}

.modal-form{display:flex;flex-direction:column;gap:14px}
.field{display:flex;flex-direction:column;gap:7px}
.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.field label{font-size:12.5px;font-weight:600;color:var(--txt);letter-spacing:.01em}
.field label span{color:var(--muted-2);font-weight:500}
.field input,.field select,.field textarea{width:100%;font-family:inherit;font-size:14.5px;color:#fff;
  background:rgba(255,255,255,.04);border:1px solid var(--line-2);border-radius:11px;
  padding:13px 15px;transition:border-color .2s,background .2s,box-shadow .2s;outline:none}
.field textarea{resize:vertical;min-height:84px;line-height:1.5}
.field input::placeholder,.field textarea::placeholder{color:var(--muted-2)}
.field input:focus,.field select:focus,.field textarea:focus{
  border-color:var(--orange);background:rgba(249,115,22,.05);
  box-shadow:0 0 0 3px rgba(249,115,22,.14)}
.field input:user-invalid{border-color:#e0533b}
.select-wrap{position:relative}
.select-wrap select{appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;padding-right:42px;
  color-scheme:dark}
.field select option{background:#17171a;color:#fff}
.select-wrap .ico{position:absolute;right:14px;top:50%;transform:translateY(-50%);
  width:18px;height:18px;color:var(--orange);pointer-events:none}

.btn-modal{justify-content:center;width:100%;padding:16px;font-size:14px;margin-top:4px}
.modal-trust{display:flex;align-items:center;gap:9px;font-size:12.5px;color:var(--muted);
  justify-content:center;text-align:center;margin-top:2px}
.modal-trust .ico{width:16px;height:16px;color:var(--green);flex:none}
.btn.is-sending{opacity:.75;pointer-events:none}
.form-error{margin-top:10px;font-size:13px;font-weight:600;color:#ff8a6e;text-align:center;
  background:rgba(224,83,59,.1);border:1px solid rgba(224,83,59,.35);border-radius:10px;padding:10px 12px}
.form-error:empty{display:none}

.success-ico{position:relative;width:88px;height:88px;border-radius:50%;display:grid;place-items:center;
  background:rgba(34,177,76,.14);border:1px solid rgba(34,177,76,.4);
  box-shadow:0 0 0 0 rgba(34,177,76,.35);animation:successPop .5s cubic-bezier(.2,.9,.3,1.4) both}
.success-ico svg{position:relative;z-index:2;width:44px;height:44px;fill:none;stroke:var(--green);stroke-width:2.6;
  stroke-linecap:round;stroke-linejoin:round;
  stroke-dasharray:30;stroke-dashoffset:30;animation:successCheck .45s ease .35s forwards}
.success-ring{position:absolute;inset:-1px;border-radius:50%;border:2px solid rgba(34,177,76,.55);
  opacity:0;animation:successRing 1.8s ease-out .5s infinite}
@keyframes successPop{0%{transform:scale(.4);opacity:0}60%{transform:scale(1.08)}100%{transform:scale(1);opacity:1}}
@keyframes successCheck{to{stroke-dashoffset:0}}
@keyframes successRing{0%{opacity:.7;transform:scale(1)}100%{opacity:0;transform:scale(1.5)}}
@media (prefers-reduced-motion:reduce){
  .success-ico,.success-ico svg,.success-ring{animation:none}
  .success-ico svg{stroke-dashoffset:0}
}

body.modal-open{overflow:hidden}

/* ---------- Bedankt-pagina ---------- */
.thanks-page{min-height:100vh;padding:24px;
  background:radial-gradient(900px 600px at 50% -10%,rgba(249,115,22,.12),transparent 60%),
    radial-gradient(700px 500px at 100% 110%,rgba(34,177,76,.08),transparent 60%),var(--bg)}
.thanks-card{position:relative;overflow:hidden;margin:clamp(20px,5vh,64px) auto;width:100%;max-width:560px;text-align:center;
  display:flex;flex-direction:column;align-items:center;gap:13px;
  background:linear-gradient(165deg,#1a1a1d 0%,#121214 60%,#0e0e10 100%);
  border:1px solid var(--line-2);border-radius:26px;padding:38px 40px 32px;
  box-shadow:0 50px 100px -40px rgba(0,0,0,.9),0 0 0 1px rgba(255,255,255,.03);
  animation:thanksIn .55s cubic-bezier(.2,.7,.2,1) both}
@keyframes thanksIn{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
.thanks-card>*{position:relative;z-index:1}
.thanks-card>.thanks-glow{position:absolute;top:-14%;right:-14%;width:340px;height:340px;
  pointer-events:none;z-index:0;background:radial-gradient(circle,rgba(249,115,22,.18),transparent 65%)}
.thanks-logo{display:flex;align-items:center;gap:12px;margin-bottom:2px}
.thanks-logo .logo-mark{height:64px;width:auto}
.thanks-card .eyebrow{margin:8px 0 0}
.thanks-card h1{font-size:clamp(26px,4vw,36px);font-weight:800;color:#fff;
  line-height:1.12;letter-spacing:-.02em}
.thanks-card>p{font-size:15px;color:var(--muted);max-width:420px;line-height:1.6}

.thanks-steps{list-style:none;width:100%;display:flex;flex-direction:column;gap:10px;
  margin:8px 0 4px;text-align:left}
.thanks-steps li{display:flex;align-items:center;gap:14px;padding:13px 16px;border-radius:14px;
  background:rgba(255,255,255,.03);border:1px solid var(--line)}
.thanks-step-ic{flex:none;width:42px;height:42px;border-radius:12px;display:grid;place-items:center;
  background:rgba(249,115,22,.12);border:1px solid rgba(249,115,22,.28)}
.thanks-step-ic .ico{width:21px;height:21px;fill:none;stroke:var(--orange);stroke-width:1.9;
  stroke-linecap:round;stroke-linejoin:round}
.thanks-steps strong{display:block;font-size:14.5px;font-weight:700;color:#fff}
.thanks-steps small{display:block;font-size:12.5px;color:var(--muted)}

.thanks-cta-note{font-size:13.5px;color:var(--muted);margin-top:6px}
.thanks-cta-note strong{color:#fff}
.thanks-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:4px;width:100%}
.thanks-actions .btn{flex:1;min-width:200px;justify-content:center}
.thanks-back{display:inline-flex;align-items:center;gap:8px;margin-top:4px;font-size:13.5px;
  font-weight:600;color:var(--muted);transition:color .18s}
.thanks-back:hover{color:#fff}
.thanks-back .ico{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;
  stroke-linecap:round;stroke-linejoin:round}
.thanks-foot{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;
  margin-top:14px;padding-top:18px;border-top:1px solid var(--line);width:100%;
  font-size:12.5px;color:var(--muted-2)}
.thanks-foot-rating{display:inline-flex;align-items:center;gap:6px}
.thanks-foot-rating svg{width:15px;height:15px;fill:var(--orange)}
.thanks-foot-rating strong{color:#fff;font-weight:700}
.thanks-foot-dot{opacity:.5}

@media (max-width:540px){
  .thanks-card{padding:38px 22px 30px}
  .thanks-actions{flex-direction:column;align-self:stretch}
  .thanks-actions .btn{justify-content:center}
  .thanks-foot-dot{display:none}
  .thanks-foot{gap:4px;flex-direction:column}
}

@media (max-width:540px){
  .modal{padding:0;align-items:flex-end}
  .modal-card{max-width:none;max-height:92vh;border-radius:22px 22px 0 0;
    transform:translateY(100%);transition:transform .4s cubic-bezier(.2,.7,.2,1),opacity .3s}
  .modal.open .modal-card{transform:none}
  .modal-body{padding:30px 22px 24px;max-height:92vh}
  .field-row{grid-template-columns:1fr}
}

/* ---------- Reveal animation (alleen actief als JS draait) ---------- */
.js .reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}
.js .reveal.in{opacity:1;transform:none}

@media (prefers-reduced-motion:reduce){
  .reveal{opacity:1;transform:none;transition:none}
  .wa-float{animation:none}
  .reviews-track{animation:none}
  html{scroll-behavior:auto}
  *{transition-duration:.01ms!important}
}

/* ---------- Responsive ---------- */
@media (max-width:1080px){
  .footer-grid{grid-template-columns:1fr 1fr;gap:36px}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .projects-grid{grid-template-columns:repeat(2,1fr)}
  .reviews-row{grid-template-columns:260px 1fr}
  .reviews-intro{grid-column:1/-1;padding-right:0}
  .reviews-intro .section-title br{display:none}
}
@media (max-width:920px){
  .nav{position:fixed;top:0;right:0;height:100dvh;width:86vw;max-width:340px;
    background:linear-gradient(185deg,#161618 0%,#111113 55%,#0e0e10 100%);
    flex-direction:column;align-items:stretch;justify-content:flex-start;
    padding:26px 22px calc(26px + env(safe-area-inset-bottom)) 22px;gap:0;
    transform:translateX(100%);visibility:hidden;pointer-events:none;
    overflow-y:auto;-webkit-overflow-scrolling:touch;
    transition:transform .42s cubic-bezier(.22,.61,.18,1),visibility 0s linear .42s;
    border-left:1px solid var(--line-2);z-index:95;
    box-shadow:-30px 0 70px -25px rgba(0,0,0,.85)}
  .nav.open{transform:translateX(0);visibility:visible;pointer-events:auto;
    transition:transform .42s cubic-bezier(.22,.61,.18,1),visibility 0s}

  /* merk-header bovenin het paneel */
  .nav-head{display:flex;align-items:center;gap:12px;padding:4px 4px 16px;
    margin-bottom:8px;border-bottom:1px solid var(--line)}
  .nav-head-mark{display:grid;place-items:center;height:40px;width:auto}
  .nav-head-mark img{height:40px;width:auto}
  .nav-head-txt{display:none}

  /* menu-links als nette rijen met chevron */
  .nav>a:not(.btn){display:flex;align-items:center;justify-content:space-between;
    width:100%;padding:15px 12px;border-radius:12px;font-size:16.5px;font-weight:600;
    color:var(--txt);border-bottom:none;
    opacity:0;transform:translateX(14px);
    transition:background .2s,color .2s,opacity .45s ease,transform .45s cubic-bezier(.22,.61,.18,1)}
  .nav>a:not(.btn)::after{content:"";position:static;width:9px;height:9px;flex:none;
    border:0;border-right:2px solid var(--muted-2);border-bottom:2px solid var(--muted-2);
    transform:rotate(-45deg);transition:border-color .2s,transform .2s;background:none}
  .nav>a:not(.btn):hover,.nav>a:not(.btn):active{background:rgba(255,255,255,.04);color:#fff}
  .nav>a:not(.btn):hover::after,.nav>a:not(.btn):active::after{border-color:var(--orange);transform:rotate(-45deg) translate(2px,2px)}
  .nav.open>a:not(.btn){opacity:1;transform:none}
  .nav.open>a:nth-of-type(1){transition-delay:.08s}
  .nav.open>a:nth-of-type(2){transition-delay:.13s}
  .nav.open>a:nth-of-type(3){transition-delay:.18s}
  .nav.open>a:nth-of-type(4){transition-delay:.23s}
  .nav.open>a:nth-of-type(5){transition-delay:.28s}
  .nav.open>a:nth-of-type(6){transition-delay:.33s}

  /* Diensten dropdown als uitklapbaar submenu */
  .nav-drop{width:100%}
  .nav-drop-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;
    padding:15px 12px;border-radius:12px;font-size:16.5px;font-weight:600;color:var(--txt)}
  .nav-drop-toggle:hover,.nav-drop-toggle:active{background:rgba(255,255,255,.04);color:#fff}
  .nav-drop-caret{width:20px;height:20px;color:var(--muted-2)}
  .nav-drop-menu{position:static;transform:none;min-width:0;width:100%;box-shadow:none;border:none;
    background:none;border-radius:0;padding:2px 0 6px 10px;margin:0;gap:0;
    opacity:1;visibility:hidden;pointer-events:none;display:none}
  .nav-drop.open .nav-drop-menu{display:grid;visibility:visible;pointer-events:auto}
  /* op mobiel mag alleen .open het submenu sturen — hover/focus van desktop uitschakelen */
  .nav-drop:hover .nav-drop-menu,.nav-drop:focus-within .nav-drop-menu{transform:none}
  .nav-drop:hover .nav-drop-caret,.nav-drop:focus-within .nav-drop-caret{transform:rotate(0)}
  .nav-drop.open .nav-drop-caret{transform:rotate(180deg)}
  .nav-drop-menu a{font-size:15px;font-weight:500;padding:12px 12px;color:var(--muted)}
  .nav-drop-menu a:hover,.nav-drop-menu a:active{background:rgba(255,255,255,.04);color:#fff}

  .nav-cta{display:inline-flex;margin:16px 0 4px;width:100%;justify-content:center;
    padding:15px;font-size:14px}

  /* contactblok onderaan */
  .nav-foot{display:flex;flex-direction:column;gap:12px;margin-top:auto;padding-top:18px;
    border-top:1px solid var(--line)}
  .nav-call{display:flex;align-items:center;gap:12px}
  .nav-call-ic{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;flex:none;
    background:rgba(249,115,22,.12);border:1px solid rgba(249,115,22,.25);color:var(--orange)}
  .nav-call-ic .ico{width:19px;height:19px}
  .nav-call-tx{display:flex;flex-direction:column;line-height:1.2}
  .nav-call-tx small{font-size:11px;color:var(--muted);font-weight:600}
  .nav-call-tx strong{font-size:18px;font-weight:800;color:#fff;letter-spacing:.01em}
  .nav-wa{display:flex;align-items:center;justify-content:center;gap:9px;
    padding:13px;border-radius:12px;background:var(--green);color:#fff;
    font-size:14.5px;font-weight:700}
  .nav-wa:active{background:var(--green-d)}
  .nav-wa svg{width:19px;height:19px;fill:#fff}
  .nav-meta{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted-2);
    font-weight:600;padding:2px 2px 0}
  .nav-meta .ico{width:15px;height:15px;color:var(--muted-2);flex:none}

  .nav-toggle{display:flex;z-index:96}
  .hero-inner{flex-direction:column;align-items:flex-start;gap:34px}
  .hero-card{width:100%;max-width:320px}
  .trustbar-inner{grid-template-columns:1fr 1fr}
  .trust-item:nth-child(2){border-right:none}
  .trust-item:nth-child(1),.trust-item:nth-child(2){border-bottom:1px solid var(--line)}
  .why{padding-top:56px;padding-bottom:0}
  .why-bg{position:absolute;top:auto;left:0;right:0;bottom:0;height:240px;
    background-size:cover;background-position:center 35%}
  .why-overlay{position:absolute;top:auto;bottom:0;left:0;right:0;height:240px;
    background:linear-gradient(180deg,
      #0e0e10 0%,
      rgba(14,14,16,.6) 12%,
      rgba(14,14,16,0) 38%,
      rgba(14,14,16,0) 100%)}
  .why .container{padding-top:0;padding-bottom:240px}
  .why-grid{grid-template-columns:1fr;gap:22px;min-height:auto}
  .why-left{max-width:none;gap:18px}
  .why-left .section-title{font-size:30px}
  .stats-grid{justify-self:stretch;max-width:none;grid-template-columns:1fr 1fr;gap:10px}
  .section-head{flex-direction:column;align-items:flex-start;gap:16px}
}
@media (max-width:680px){
  .container{padding:0 18px}
  .section{padding:64px 0}
  .topbar{display:none}
  body{padding-bottom:70px}
  .why{padding-bottom:0}
  .header-inner{min-height:66px}
  .logo-text strong{font-size:18px}
  .hero{min-height:560px;padding:54px 0 60px}
  .hero-bg{background-position:center center}
  .hero-overlay{background:linear-gradient(180deg,
    rgba(8,8,9,.84) 0%,
    rgba(8,8,9,.5) 48%,
    rgba(8,8,9,.88) 100%)}
  .hero-actions{flex-direction:column;align-items:stretch}
  .hero-actions .btn{justify-content:center}
  .trustbar-inner{grid-template-columns:1fr 1fr}
  /* zo compact mogelijk: icoon naast de tekst i.p.v. erboven, kleine padding */
  .trust-item{flex-direction:row;align-items:center;gap:9px;padding:10px 10px}
  .trust-item::before{left:10px;right:10px}
  .trust-ico{width:30px;height:30px;border-radius:8px}
  .trust-ico svg{width:17px;height:17px}
  .trust-item strong{font-size:11.5px;line-height:1.2}
  .trust-item small{font-size:10px;line-height:1.2}
  .trust-item:nth-child(odd){border-right:1px solid var(--line)}
  .trust-item:nth-child(2){border-right:none}
  .trust-item:nth-child(1),.trust-item:nth-child(2){border-bottom:1px solid var(--line)}
  .services-grid,.projects-grid,.reviews-row{grid-template-columns:1fr}
  .stats-grid{grid-template-columns:1fr 1fr}
  .footer-grid{grid-template-columns:1fr;padding:48px 18px 36px}
  .footer-certs-inner{flex-direction:column;align-items:flex-start;gap:14px;padding:24px 18px}
  .certs-logos{display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%}
  .cert-badge{padding:12px 10px;font-size:14px;gap:7px;justify-content:center}
  .cert-badge small{font-size:10px}
  .cta-inner{flex-direction:column;align-items:stretch}
  .cta-actions{flex-direction:column}
  .cta-actions .btn{flex:1 1 auto;min-width:0;padding:13px 22px;font-size:13px;justify-content:center}
  .footer-bottom-inner{flex-direction:column;align-items:flex-start;padding:34px 18px 26px}
  .wa-float{width:50px;height:50px;right:16px;bottom:16px}

  /* Sticky actie-balk onderaan */
  .mobile-cta{display:flex;gap:10px;position:fixed;left:0;right:0;bottom:0;z-index:86;
    padding:10px 14px;padding-bottom:calc(10px + env(safe-area-inset-bottom));
    background:linear-gradient(180deg,rgba(14,14,16,.92),rgba(8,8,9,.985));
    -webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);
    border-top:1px solid var(--line-2);box-shadow:0 -12px 30px -14px rgba(0,0,0,.85);
    transform:translateY(130%);transition:transform .4s cubic-bezier(.2,.7,.2,1)}
  .mobile-cta.show{transform:translateY(0)}
  .mcta-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;
    font-weight:700;font-size:13px;letter-spacing:.03em;padding:13px 14px;border-radius:11px;
    transition:transform .16s ease,background .18s ease}
  .mcta-btn .ico{width:16px;height:16px}
  .mcta-btn:active{transform:scale(.97)}
  .mcta-primary{flex:1.5;background:var(--orange);color:#fff;
    box-shadow:0 8px 20px -8px rgba(249,115,22,.6)}
  .mcta-ghost{background:rgba(255,255,255,.07);color:#fff;border:1px solid rgba(255,255,255,.16)}
  .mobile-cta.show ~ .wa-float{bottom:84px}
}

/* =========================================================
   LEGAL PAGINA (privacy / cookies)
   ========================================================= */
.legal-hero{padding:150px 0 40px;position:relative;
  background:radial-gradient(120% 100% at 50% 0%,#161618 0%,var(--bg) 60%);
  border-bottom:1px solid var(--line)}
.legal-title{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.05;
  letter-spacing:-.02em;color:#fff;margin:14px 0 18px}
.legal-lead{max-width:760px;font-size:1.05rem;color:var(--muted);line-height:1.7}
.legal-updated{margin-top:18px;font-size:.85rem;font-weight:600;color:var(--muted-2);
  letter-spacing:.02em}

.legal{padding:56px 0 80px}
.legal-inner{display:block}
.legal-body{max-width:820px}
.legal-body h2{font-size:1.35rem;font-weight:800;color:#fff;letter-spacing:-.01em;
  margin:38px 0 12px;padding-left:16px;position:relative;scroll-margin-top:110px}
.legal-body h2::before{content:"";position:absolute;left:0;top:.18em;bottom:.18em;width:4px;
  border-radius:3px;background:var(--orange)}
.legal-body h2:first-child{margin-top:0}
.legal-body p{color:var(--muted);line-height:1.75;margin:0 0 14px}
.legal-body ul{margin:0 0 18px;padding-left:0}
.legal-body ul li{position:relative;padding-left:26px;margin:0 0 9px;color:var(--muted);line-height:1.7}
.legal-body ul li::before{content:"";position:absolute;left:6px;top:.62em;width:7px;height:7px;
  border-radius:50%;background:var(--orange);opacity:.7}
.legal-body a{color:var(--orange);font-weight:600;text-decoration:none;
  border-bottom:1px solid rgba(249,115,22,.35);transition:border-color .15s}
.legal-body a:hover{border-color:var(--orange)}
.legal-body strong{color:var(--txt);font-weight:700}
.legal-contact li{padding-left:0}
.legal-contact li::before{display:none}
.legal-todo{display:inline-block;padding:1px 9px;border-radius:6px;font-size:.85em;font-weight:600;
  color:#f9b572;background:rgba(249,115,22,.12);border:1px dashed rgba(249,115,22,.4)}
.legal-body .btn{border-bottom:none}
.legal-cta{margin-top:46px;padding:30px;border-radius:var(--r-lg);
  background:linear-gradient(165deg,var(--card),var(--card-2));border:1px solid var(--line-2)}
.legal-cta p{color:#fff;font-weight:700;font-size:1.1rem;margin:0 0 16px}
.legal-cta-actions{display:flex;flex-wrap:wrap;gap:12px}

/* =========================================================
   COOKIEBANNER
   ========================================================= */
.cookie-banner{position:fixed;left:20px;bottom:20px;z-index:1400;width:min(420px,calc(100vw - 40px));
  background:linear-gradient(168deg,#1a1a1d,#121214);border:1px solid var(--line-2);
  border-radius:var(--r-lg);padding:22px 22px 20px;
  box-shadow:0 30px 70px -22px rgba(0,0,0,.85),0 0 0 1px rgba(255,255,255,.03);
  transform:translateY(140%);opacity:0;visibility:hidden;pointer-events:none;
  transition:transform .45s cubic-bezier(.22,.61,.18,1),opacity .35s ease,visibility 0s linear .45s}
.cookie-banner.show{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto;
  transition:transform .45s cubic-bezier(.22,.61,.18,1),opacity .35s ease,visibility 0s}
.cookie-head{display:flex;align-items:center;gap:11px;margin-bottom:10px}
.cookie-ico{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;flex:none;
  background:rgba(249,115,22,.13);border:1px solid rgba(249,115,22,.28);color:var(--orange)}
.cookie-ico svg{width:20px;height:20px}
.cookie-head strong{font-size:1.02rem;font-weight:800;color:#fff;letter-spacing:-.01em}
.cookie-banner p{font-size:.9rem;color:var(--muted);line-height:1.65;margin:0 0 16px}
.cookie-banner p a{color:var(--orange);font-weight:600;border-bottom:1px solid rgba(249,115,22,.35)}
.cookie-actions{display:flex;flex-wrap:wrap;gap:10px}
.cookie-actions .btn{flex:1 1 auto;justify-content:center;padding:12px 16px;font-size:13px;white-space:nowrap}
.cookie-decline{background:rgba(255,255,255,.06);color:var(--txt);border:1px solid var(--line-2)}
.cookie-decline:hover{background:rgba(255,255,255,.1);color:#fff}
@media (max-width:560px){
  .cookie-banner{left:12px;right:12px;bottom:12px;width:auto;padding:18px 18px 16px}
  .cookie-actions .btn{flex:1 1 100%}
}
