:root{
  --bg: #0b1726;
  --bg-2:#0e2a45;
  --text:#0b1220;
  --muted:#5b6b82;
  --brand:#00b2ff;
  --brand-2:#57e6ff;
  --paper:#f6f8fc;
  --white:#ffffff;
  --radius: 18px;
  --shadow: 0 10px 30px rgba(3,15,38,.15);
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Inter, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  color:var(--text);
  background:var(--paper);
  line-height:1.6;
}

img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{max-width:1200px;margin:0 auto;padding:0 20px}

/* HEADER / NAV */
.header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.8);
  backdrop-filter: blur(10px);
  border-bottom:1px solid rgba(0,0,0,.06);
}
.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 0}
.logo{display:flex;align-items:center;gap:10px;font-weight:700}
.logo img{height:36px;width:auto}
.nav ul{display:flex;gap:22px;list-style:none;margin:0;padding:0}
.nav a{font-weight:600;color:#0b1220;opacity:.85}
.nav a:hover{opacity:1}
.menu-btn{display:none;border:0;background:transparent;font-size:22px}
@media (max-width:900px){
  .nav ul{display:none;flex-direction:column;position:absolute;right:20px;top:56px;background:#fff;border-radius:14px;box-shadow:var(--shadow);padding:12px 16px}
  .menu-btn{display:block}
}

/* HERO */
.hero-wrap{
  position:relative;
  background: radial-gradient(1200px 500px at 80% -20%, rgba(0,178,255,.25), transparent),
              linear-gradient(135deg, var(--bg) 0%, var(--bg-2) 90%);
  color:var(--white);
  border-bottom-left-radius: 50% 6%;
  border-bottom-right-radius: 50% 6%;
}
.hero{
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:40px;
  align-items:center;
  padding:90px 0;
}
.hero h1{
  font-size:clamp(50px,4.2vw,56px);
  line-height:1.1;
  margin:0 0 14px;
}
.hero p.lead{
  font-size:clamp(20px,2vw,20px);
  opacity:.92;
  margin:0 0 26px;
}
.badges{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin:18px 0 28px;
}
.badge{
  background:#ffffff;                 /* echte witte achtergrond */
  border:1px solid rgba(0,0,0,0.08);  /* subtiele lijn zoals modern design */
  padding:8px 12px;
  border-radius:999px;
  font-weight:600;
  font-size:14px;
  display:flex;
  align-items:center;
  gap:8px;
  color:#0a1a2b;                      /* DONKERE tekst */
}

.cta{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.btn{
  border:0;
  border-radius:12px;
  padding:14px 18px;
  font-weight:700;
  cursor:pointer;
  transition:.2s transform,.2s box-shadow,.2s background,.2s color;
}
.btn-primary{
  background:var(--brand);
  color:#041018;
  box-shadow: 0 10px 30px rgba(0,178,255,.35);
}
.btn-primary:hover{
  transform:translateY(-2px);
  box-shadow: 0 16px 40px rgba(0,178,255,.45);
}
.btn-ghost{
  background:rgba(255,255,255,.08);
  color:#fff;
  border:1px solid rgba(255,255,255,.25);
}
.btn-ghost:hover{
  transform:translateY(-2px);
}

.hero-card .btn-ghost{
  background:#f3f6fc;                     /* licht grijs/blauw vlak */
  color:#0b1220;                           /* donkere tekst */
  border:1px solid #d1d9e8;               /* subtiele rand */
  box-shadow:none;
}

.hero-card .btn-ghost:hover{
  background:#e4ecfb;
  transform:translateY(-2px);
}

.hero-card{
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.9));
  color:var(--text);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding:20px;
}
.hero-card .card-head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:14px;
}
.hero-card .title{font-weight:800}
.product-shot{
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(0,0,0,.06);
}
.price{
  display:flex;
  align-items:baseline;
  gap:10px;
  margin:16px 0 6px;
}
.price .now{
  font-size:28px;
  font-weight:800;
  color:#0b1220;
}
.price .inc{
  font-size:13px;
  color:#556;
}
.mini{font-size:13px;color:#6a768a}
.card-cta{margin-top:14px;display:flex;gap:10px;flex-wrap:wrap}

.hero-wave{
  position:absolute;
  left:0;right:0;bottom:-1px;
  height:40px;
  background: radial-gradient(200px 20px at 10% 0%, rgba(255,255,255,.5), transparent),
              radial-gradient(200px 20px at 40% 0%, rgba(255,255,255,.5), transparent),
              radial-gradient(200px 20px at 70% 0%, rgba(255,255,255,.5), transparent),
              radial-gradient(200px 20px at 90% 0%, rgba(255,255,255,.5), transparent);
  opacity:.4;
}

/* SECTIONS */
.section{padding:80px 0}
.section .head{margin-bottom:26px}
.section h2{
  font-size:clamp(26px,3vw,36px);
  margin:0 0 8px;
}
.muted{color:var(--muted);max-width:640px}
.grid-3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.card{
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  padding:22px;
}
.icon{
  width:36px;height:36px;
  border-radius:9px;
  background:linear-gradient(135deg,var(--brand),var(--brand-2));
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#001020;
  font-weight:800;
  margin-bottom:10px;
}

/* DIENSTEN – golvende services-road */
.services-section{
  background:radial-gradient(900px 380px at 100% 0%, rgba(0,178,255,.05), transparent);
}

.services-header{
  max-width:700px;
  margin-bottom:26px;
}

.services-tag{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:0.14em;
  padding:4px 11px;
  border-radius:999px;
  background:rgba(0,178,255,.08);
  color:#045173;
  font-weight:600;
  margin-bottom:8px;
}

/* “Road” layout */
.services-road{
  position:relative;
  padding-top:10px;
  padding-bottom:10px;
  margin-top:8px;
}

.services-road::before{
  content:"";
  position:absolute;
  left:50%;
  top:0;
  bottom:0;
  width:2px;
  background:linear-gradient(to bottom, rgba(0,178,255,.45), rgba(87,230,255,.1));
  transform:translateX(-50%);
  opacity:.8;
}

.service-item{
  position:relative;
  margin-bottom:16px;
}

/* Kaarjes links/rechts van de lijn */
.service-badge{
  position:relative;
  max-width:360px;
  background:#ffffff;
  border-radius:18px;
  padding:12px 16px;
  border:1px solid rgba(0,0,0,.04);
  box-shadow:0 14px 32px rgba(3,15,38,.18);
  display:flex;
  align-items:flex-start;
  gap:10px;
  transition:transform .18s ease, box-shadow .18s ease;
}
.service-badge:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(3,15,38,.26);
}

.service-emoji{
  font-size:22px;
  margin-top:2px;
}
.service-icon{
  width:40px;
  height:40px;
  border-radius:999px;
  background:rgba(0,178,255,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#045173; /* bepaalt de kleur van de stroke via currentColor */
  flex-shrink:0;
}
.service-icon svg{
  width:22px;
  height:22px;
  display:block;
}

.service-copy h3{
  margin:0 0 4px;
  font-size:16px;
}
.service-copy p{
  margin:0;
  font-size:14px;
  color:var(--muted);
}

/* Links/rechts + mini offsets */
.service-item-1 .service-badge,
.service-item-3 .service-badge,
.service-item-5 .service-badge,
.service-item-7 .service-badge,
.service-item-9 .service-badge{
  margin-left:calc(50% - 360px - 18px);
}

.service-item-2 .service-badge,
.service-item-4 .service-badge,
.service-item-6 .service-badge,
.service-item-8 .service-badge{
  margin-left:calc(50% + 18px);
}

/* extra kleine variatie in X en Y voor speels effect */
.service-item-2 .service-badge{ transform:translateY(4px); }
.service-item-3 .service-badge{ transform:translateY(-2px); }
.service-item-4 .service-badge{ transform:translateY(3px); }
.service-item-5 .service-badge{ transform:translateY(-1px); }
.service-item-6 .service-badge{ transform:translateY(2px); }
.service-item-7 .service-badge{ transform:translateY(-2px); }
.service-item-8 .service-badge{ transform:translateY(3px); }

/* Hover moet de offset niet slopen, dus we corrigeren bij hover */
.service-item-2 .service-badge:hover,
.service-item-3 .service-badge:hover,
.service-item-4 .service-badge:hover,
.service-item-5 .service-badge:hover,
.service-item-6 .service-badge:hover,
.service-item-7 .service-badge:hover,
.service-item-8 .service-badge:hover{
  transform:translateY(-4px);
}

/* Mobiel: kaarten gewoon onder elkaar, allemaal recht */
/* DIENSTEN – STRAKKE VERTICALE LAYOUT OP MOBIEL */
@media (max-width: 768px){
  /* lijn iets naar links en ruimte boven */
  .services-road::before{
    left:24px;
  }

  .service-item{
    position: relative;
    margin: 0 0 18px 0;
  }

  .service-badge{
    max-width: none;
    width: calc(100% - 64px);        /* overal dezelfde breedte */
    margin: 16px 16px 18px 48px;     /* zelfde marge voor alle kaarten */
    transform: none !important;      /* geen zigzag meer */
  }

  /* alle “om en om” varianten ook forceren */
  .service-item-1 .service-badge,
  .service-item-2 .service-badge,
  .service-item-3 .service-badge,
  .service-item-4 .service-badge,
  .service-item-5 .service-badge,
  .service-item-6 .service-badge,
  .service-item-7 .service-badge,
  .service-item-8 .service-badge,
  .service-item-9 .service-badge{
    max-width: none !important;
    width: calc(100% - 64px) !important;
    margin: 16px 16px 18px 48px !important;
    transform: none !important;
  }
}



/* STATS – orbit layout */
/* STATS – cards layout (desktop + mobiel) */
.stats-section{
  background:radial-gradient(900px 380px at 0% 0%, rgba(0,178,255,.06), transparent),
             radial-gradient(900px 380px at 100% 100%, rgba(11,23,38,.06), transparent);
}

.stats-header{
  max-width:700px;
  margin-bottom:32px;
}

.stats-tag{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:0.14em;
  padding:4px 11px;
  border-radius:999px;
  background:rgba(11,23,38,.08);
  color:#0b1726;
  font-weight:600;
  margin-bottom:8px;
}

/* Nieuwe layout: gewoon nette kaarten onder elkaar / naast elkaar */
.stats-orbit{
  margin-top:12px;
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  align-items:stretch;
}

/* De losse “pill”-kaarten */
.stat-pill{
  position:static;                 /* geen absolute meer */
  background:#ffffff;
  border-radius:20px;
  padding:14px 18px;
  border:1px solid rgba(0,0,0,.04);
  box-shadow:0 14px 32px rgba(3,15,38,.12);
  display:flex;
  align-items:flex-start;
  gap:10px;
  min-width:220px;
  flex:1 1 240px;                  /* mooie responsive breedte */
}

.stat-value{
  font-size:22px;
  font-weight:800;
  color:#0b1220;
  white-space:nowrap;
}

.stat-text{
  font-size:14px;
  color:var(--muted);
  line-height:1.4;
}
.stat-text span{
  font-size:13px;
}

/* De oude posities zijn niet meer nodig – dit maakt ze neutraal */
.stat-pill-1,
.stat-pill-2,
.stat-pill-3,
.stat-pill-4{
  top:auto;
  left:auto;
  right:auto;
  bottom:auto;
  transform:none;
}

/* Mobiel: gewoon onder elkaar, volle breedte */
@media (max-width: 640px){
  .stats-orbit{
    flex-direction:column;
  }
  .stat-pill{
    flex:1 1 auto;
    width:100%;
  }
}


/* CONTACT */
.contact-card{
  display:grid;
  grid-template-columns:0.9fr 1.3fr;
  gap:24px;
  align-items:flex-start;
}
.contact-info p{margin:0}
.contact-form .form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
.contact-form label{
  font-size:14px;
  color:var(--text);
}
.contact-form input,
.contact-form textarea{
  width:100%;
  margin-top:6px;
  padding:10px 12px;
  border-radius:10px;
  border:1px solid #dde3ee;
  font:inherit;
  resize:vertical;
}
.contact-form .full{grid-column:1/-1}

/* PRODUCT DETAIL LAYOUT */
.product-layout{
  display:grid;
  grid-template-columns:1.2fr 0.8fr;
  gap:24px;
  align-items:flex-start;
}
.product-main-image{
  border-radius:16px;
  box-shadow:var(--shadow);
  margin-bottom:18px;
}
.product-info ul{
  padding-left:20px;
  margin-bottom:18px;
}
.order-card{
  background:#fff;
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  border:1px solid rgba(0,0,0,.05);
  padding:22px;
}
.order-form{
  display:flex;
  flex-direction:column;
  gap:10px;
}
.order-form label{
  font-size:14px;
}
.order-form input,
.order-form textarea{
  width:100%;
  margin-top:4px;
  padding:10px 12px;
  border-radius:10px;
  border:1px solid #dde3ee;
  font:inherit;
}
.order-form .form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

/* FOOTER */
footer{
  padding:40px 0;
  color:#5b6b82;
  font-size:14px;
}
footer .row{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:16px;
}
footer a{opacity:.85}
footer a:hover{opacity:1}

/* RESPONSIVE */
@media(max-width:960px){
  .hero{grid-template-columns:1fr;margin-top:0;padding:64px 0}
  .product-layout{grid-template-columns:1fr}
  .contact-card{grid-template-columns:1fr}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:640px){
  .stats-grid{grid-template-columns:1fr 1fr}
  .grid-3{grid-template-columns:1fr}
}


/* CERTIFICATEN – band met overlappende badges */
.cert-section{
  background:radial-gradient(900px 400px at 10% 0%, rgba(0,178,255,.08), transparent),
             radial-gradient(700px 300px at 90% 100%, rgba(87,230,255,.09), transparent);
}

.cert-layout{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(0,0.9fr);
  gap:32px;
  align-items:center;
}

.cert-text h2{
  margin-bottom:8px;
}

.cert-list{
  margin:14px 0 0;
  padding-left:18px;
  color:var(--muted);
  font-size:14px;
}
.cert-list li{
  margin-bottom:6px;
}

.cert-badges{
  display:flex;
  flex-direction:column;   /* onder elkaar */
  align-items:flex-end;
  gap:18px;                /* meer ruimte tussen de twee */
  position:relative;
}

.cert-badge{
  background:#ffffff;
  border-radius:999px;
  padding:14px 20px;
  border:1px solid rgba(0,0,0,.05);
  box-shadow:0 12px 28px rgba(3,15,38,.18);
  display:flex;
  align-items:center;
  gap:14px;
  width:280px;              /* ★ vaste breedte voor beide kaarten */
  min-height:72px;          /* ★ zorgt dat ze even hoog zijn */
  box-sizing:border-box;
}

.cert-badge-secondary{
  width:280px;              /* ★ zelfde breedte */
  min-height:72px;          /* ★ zelfde hoogte */
}


.cert-ring{
  width:52px;
  height:52px;
  border-radius:999px;
  background:conic-gradient(from 160deg, var(--brand), var(--brand-2), var(--brand));
  padding:3px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.cert-ring img{
  width:100%;
  height:100%;
  border-radius:999px;
  object-fit:contain;
  background:#fff;
}

.cert-badge figcaption{
  font-size:14px;
  font-weight:600;
  color:#0b1220;
}

@media (max-width:960px){
  .cert-badges{
    align-items:flex-start;
  }
}


/* Responsive tweaks */
@media(max-width:960px){
  .cert-layout{
    grid-template-columns:1fr;
  }
  .cert-badges{
    justify-content:flex-start;
    min-height:auto;
    padding-top:10px;
  }
  .cert-badge,
  .cert-badge-secondary{
    position:relative;
    right:auto;
    bottom:auto;
    transform:rotate(0deg);
    margin-right:10px;
  }
}



/* WAAROM MF – nieuwe layout */
.why-section{
  background:radial-gradient(900px 400px at 0% 10%, rgba(0,178,255,.06), transparent),
             radial-gradient(800px 320px at 100% 100%, rgba(11,23,38,.06), transparent);
}

.why-header{
  max-width:680px;
  margin-bottom:30px;
}

.why-tag{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:0.12em;
  padding:5px 10px;
  border-radius:999px;
  background:rgba(0,178,255,.08);
  color:#045173;
  font-weight:600;
  margin-bottom:10px;
}

.why-columns{
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);
  gap:24px;
  align-items:flex-start;
}

/* Linker highlight-kaart */
.why-highlight{
  background:#ffffff;
  border-radius:22px;
  padding:22px 22px 20px;
  box-shadow:0 18px 42px rgba(3,15,38,.18);
  border:1px solid rgba(0,0,0,.04);
}
.why-highlight h3{
  margin-top:0;
  margin-bottom:8px;
}
.why-highlight ul{
  margin:14px 0 0;
  padding-left:18px;
  font-size:14px;
  color:var(--muted);
}
.why-highlight li{
  margin-bottom:5px;
}

/* Rechter “lijn” met stappen */
.why-steps{
  position:relative;
  padding-left:28px;
  margin-top:6px;
}
.why-steps::before{
  content:"";
  position:absolute;
  left:10px;
  top:0;
  bottom:0;
  width:2px;
  background:linear-gradient(to bottom, rgba(0,178,255,.6), rgba(87,230,255,.1));
}

.why-step{
  position:relative;
  margin-bottom:20px;
}
.why-dot{
  position:absolute;
  left:-2px;
  top:4px;
  width:14px;
  height:14px;
  border-radius:999px;
  background:#fff;
  border:3px solid var(--brand);
  box-shadow:0 0 0 3px rgba(0,178,255,.18);
}
.why-content{
  background:#ffffff;
  border-radius:16px;
  padding:14px 16px 12px;
  border:1px solid rgba(0,0,0,.03);
  box-shadow:0 10px 26px rgba(3,15,38,.12);
}
.why-content h3{
  margin:0 0 4px;
  font-size:16px;
}
.why-content p{
  margin:0;
  font-size:14px;
  color:var(--muted);
}

@media (max-width: 960px){
  .contact-grid{
    grid-template-columns: 1fr;  /* 👉 onder elkaar */
    gap: 20px;
  }

  .contact-box,
  .offerte-box{
    max-width: 640px;
    width: 100%;
    margin: 0 auto;            /* mooi gecentreerd */
  }
}


/* Responsive */
@media(max-width:960px){
  .why-columns{
    grid-template-columns:1fr;
  }
  .why-steps{
    margin-top:10px;
  }
}

/* CONTACT / OFFERTE SECTION */
.contact-section{
  background:radial-gradient(900px 400px at 20% 0%, rgba(0,178,255,.07), transparent),
             radial-gradient(900px 400px at 100% 100%, rgba(11,23,38,.07), transparent);
  padding-bottom:60px;
}



.contact-tag,
.offerte-tag{
  display:inline-block;
  background:rgba(0,178,255,.12);
  padding:4px 12px;
  border-radius:999px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:0.14em;
  margin-bottom:8px;
  color:#005e82;
  font-weight:600;
}

.contact-box{
  background:#ffffff;
  padding:24px;
  border-radius:22px;
  border:1px solid rgba(0,0,0,.05);
  box-shadow:0 18px 40px rgba(3,15,38,.2);
}

.contact-list{
  list-style:none;
  padding:0;
  margin:18px 0 0;
}
.contact-list li{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:16px;
}
.contact-list a{
  color:#0b1220;
  font-weight:600;
}
.contact-icon{
  width:40px;
  height:40px;
  border-radius:999px;
  background:rgba(0,178,255,.08);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#045173;
}

/* Offerte box */
.offerte-box{
  background:#ffffff;
  padding:26px;
  border-radius:22px;
  border:1px solid rgba(0,0,0,.04);
  position:relative;
  box-shadow:0 18px 40px rgba(3,15,38,.18);
}

.offerte-btn{
  margin-top:20px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:12px 20px;
  background:var(--brand);
  color:#fff;
  font-weight:600;
  border-radius:12px;
  transition:all .2s ease;
}
.offerte-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 22px rgba(3,15,38,.22);
}

/* Offerte badges */
/* ---------- Snel geregeld / Transparant badges ---------- */

.offerte-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: stretch;
  margin-top: 18px;
}

/* Strakke, lage kaarten met check-icoon links */
.offerte-badges .badge{
  position: relative;
  flex: 1 1 220px;
  padding: 12px 16px 12px 48px;   /* ruimte voor icon links */
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.04);
  box-shadow: 0 12px 28px rgba(3,15,38,.14);
}

/* Check-bolletje */
.offerte-badges .badge::before{
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: conic-gradient(from 160deg, var(--brand), var(--brand-2), var(--brand));
}

/* Check teken in het bolletje */
.offerte-badges .badge::after{
  content: "✓";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #ffffff;
  font-weight: 700;
}

/* Tekst-styling */
/* Offerte badges – nieuwe strakke stijl */
.offerte-badges{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:16px;
}

.offerte-pill{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 14px;
  border-radius:999px;
  background:#ffffff;
  border:1px solid rgba(0,0,0,.04);
  box-shadow:0 10px 24px rgba(3,15,38,.15);
  min-width:230px;
}

.offerte-icon{
  width:26px;
  height:26px;
  border-radius:999px;
  background:rgba(0,178,255,.12);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  font-weight:700;
  color:#00b2ff;
}

.offerte-copy{
  display:flex;
  flex-direction:column;
}

.offerte-copy strong{
  font-size:14px;
  font-weight:700;
  color:#0b1220;
  margin-bottom:1px;
}

.offerte-copy span{
  font-size:12px;
  color:#5b6b82;
}

/* Mobiel: volle breedte onder elkaar */
@media (max-width: 640px){
  .offerte-badges{
    flex-direction:column;
    align-items:stretch;
  }

  .offerte-pill{
    width:100%;
    box-shadow:0 8px 18px rgba(3,15,38,.12);
  }
}




.offerte-form{
  margin-top:18px;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.offerte-fields{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.offerte-fields label{
  font-size:14px;
  color:var(--text);
}

.offerte-fields input,
.offerte-fields textarea{
  width:100%;
  margin-top:6px;
  padding:9px 11px;
  border-radius:10px;
  border:1px solid #dde3ee;
  font:inherit;
  resize:vertical;
}

.offerte-full{
  grid-column:1 / -1;
}

.offerte-btn{
  margin-top:6px; /* stond er al, maar dit mag blijven */
}
@media(max-width:960px){
  .offerte-fields{
    grid-template-columns:1fr;
  }
}

/* ========= WHATSAPP FLOATING BUTTON ========= */

/* WHATSAPP BUTTON – ALTIJD RECHTS */
.floating-whatsapp{
  position: fixed;
  right: 24px;     
  bottom: 24px;
  width: 62px;
  height: 62px;
  z-index: 999;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Inner bubble */
.wa-inner{
  background: #25D366;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 6px 18px rgba(0,0,0,0.25),
    0 0 0 4px rgba(255,255,255,0.25);
  transition: all .25s ease;
}

/* Icon */
.wa-icon{
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
}

/* Hover (desktop) */
.floating-whatsapp:hover .wa-inner{
  transform: translateY(-4px);
  box-shadow:
    0 10px 22px rgba(0,0,0,0.40),
    0 0 0 6px rgba(255,255,255,0.35);
}

/* Mobiel – kleiner, MAAR OOK RECHTS */
@media (max-width: 480px){
  .floating-whatsapp{
    right: 18px;   /* blijf rechts, alleen dichter naar binnen */
    bottom: 18px;
    width: 52px;
    height: 52px;
  }
  .wa-icon{
    width: 26px;
    height: 26px;
  }
}



/* 🏠 "Thuis positie" wanneer je bij de contactsectie bent */

.hero-badge{
  color:#0a1a2b !important;
}

.hero-badge span,
.hero-badge p{
  color:#0a1a2b !important;
}




/* Logo standaard grootte overal */
.header .logo img{
  height: 100px;        /* ★ Maak hem groter (pas aan zoals jij wil) */
  width: auto;
  object-fit: contain;
}

/* Als de header krimpt op scroll, kun je deze gebruiken: */
.header.scrolled .logo img{
  height: 48px;        /* iets kleiner bij scroll */
}

/* Desktop navbar spacing fix */
/* Desktop navbar spacing fix */
@media (min-width: 769px){
  header .nav{
    display:flex;
    align-items:center;
    gap:36px;
  }
}

header .nav a{
  padding:8px 0;
  font-size:15px;
  letter-spacing:0.2px;
  color:#0b1220;
}


header .nav a:hover{
  color:var(--brand);
  transition:0.2s;
}


/* ============ MOBIEL (<= 640px) ============ */
@media (max-width: 640px){
  .section{
    padding:40px 0;
  }

  .hero{
    padding-top:32px;
  }

  .hero p{
    font-size:14px;
  }

  /* Badges & buttons beter leesbaar en vaak volledige breedte */
  .badges{
    gap:8px;
  }
  .badge{
    font-size:13px;
  }

  .cta .btn{
    width:100%;
    justify-content:center;
  }

  .card-cta .btn{
    flex:1 1 100%;
    justify-content:center;
  }

  /* Diensten-kaarten voll. breedte */
  .service-badge{
    margin-left:34px;
    border-radius:16px;
  }

  /* Formulieren */
  .offerte-send input,
  .offerte-send textarea,
  .contact-form input,
  .contact-form textarea{
    font-size:14px;
  }


  /* Header spacing iets compacter */
  .header{
    padding:10px 18px;
  }
  .nav{
    gap:10px;
  }
  .nav a{
    font-size:13px;
  }
}


.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

.brand-text{
  font-weight:600;
  color:#0b1220;
}

/* hamburger basis, standaard verborgen (alleen mobiel tonen) */
/* HAMBURGER BASIS */
.nav-toggle{
  display:none;                 /* desktop: verborgen */
  flex-direction:column;
  gap:4px;
  background:none;
  border:0;
  cursor:pointer;
  padding:6px;
}
.nav-toggle span{
  width:22px;
  height:2px;
  border-radius:999px;
  background:#0b1220;
}

/* MOBIEL MENU (<= 768px) */
@media (max-width: 768px){
  .brand-text{
    display:none;               /* tekst weg op mobiel */
  }

  .nav-toggle{
    display:flex;               /* hamburger zichtbaar */
  }

  .nav{
    position:absolute;
    top:70px;
    right:16px;
    left:16px;
    background:#ffffff;
    border-radius:16px;
    box-shadow:0 12px 30px rgba(0,0,0,.18);
    padding:12px 16px;
    display:none;               /* ★ standaard dicht op mobiel */
    flex-direction:column;
    gap:10px;
    z-index:900;
  }

  .nav a{
    padding:8px 0;
    font-size:14px;
    color:#0b1220;
  }

  /* ★ alleen open als JS nav--open toevoegt */
  .nav.nav--open{
    display:flex;
  }
}

/* ============ MOBIEL HERO FIX (<= 640px) ============ */
@media (max-width: 640px){

  /* Hero in 1 kolom */
  .hero{
    grid-template-columns: 1fr;
    padding: 40px 0 32px;
  }

  /* Alleen de content links krijgt padding, niet de achtergrond */
  .hero .left{
    padding: 0 22px 24px;
  }

  .hero h1{
    font-size: clamp(30px, 8vw, 34px);
    line-height: 1.15;
  }

  .hero p.lead{
    font-size: 14px;
  }

  .badges{
    gap: 8px;
  }

  .badge{
    font-size: 13px;
  }

  .cta .btn{
    width: 100%;
    justify-content: center;
  }
}

/* HEADER / NAV BASIS */
.header{
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.8);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.header-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding: 10px 0;
}

.logo{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:700;
}

.logo img{
  height: 48px;
  width:auto;
  object-fit:contain;
}

.brand-text{
  font-weight:600;
  color:#0b1220;
}

/* Desktop nav */
.nav{
  display:flex;
  align-items:center;
  gap:32px;
}

.nav a{
  font-weight:600;
  color:#0b1220;
  opacity:.85;
  padding: 8px 0;
}

.nav a:hover{
  opacity:1;
  color: var(--brand);
}

/* HAMBURGER BASIS – standaard verborgen */
.nav-toggle{
  display:none;
  flex-direction:column;
  gap:4px;
  background:none;
  border:0;
  cursor:pointer;
  padding:6px;
}

.nav-toggle span{
  width:22px;
  height:2px;
  border-radius:999px;
  background:#0b1220;
}

/* MOBIEL MENU (<= 768px) */
@media (max-width: 768px){
  .brand-text{
    display:none;
  }

  .nav-toggle{
    display:flex;
  }

  .nav{
    position:absolute;
    top:70px;
    right:16px;
    left:16px;
    background:#ffffff;
    border-radius:16px;
    box-shadow:0 12px 30px rgba(0,0,0,.18);
    padding:12px 16px;
    display:none;
    flex-direction:column;
    gap:10px;
    z-index:900;
  }

  .nav a{
    padding:8px 0;
    font-size:14px;
    color:#0b1220;
  }

  .nav.nav--open{
    display:flex;
  }
}


/* POLICY MODAL */
.policy-modal{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  z-index:1200;
}

.policy-modal.is-open{
  display:flex;
}

.policy-backdrop{
  position:absolute;
  inset:0;
  background:rgba(4,16,24,.55);
  backdrop-filter: blur(6px);
}

.policy-dialog{
  position:relative;
  max-width:640px;
  width:90%;
  max-height:80vh;
  background:#ffffff;
  border-radius:22px;
  box-shadow:0 22px 60px rgba(3,15,38,.35);
  padding:24px 24px 18px;
  z-index:1;
  animation:policyPop .25s ease-out;
}

.policy-close{
  position:absolute;
  top:10px;
  right:12px;
  border:0;
  background:transparent;
  font-size:24px;
  line-height:1;
  cursor:pointer;
}

.policy-scroll{
  margin-top:8px;
  padding-right:8px;
  max-height:54vh;
  overflow:auto;
  font-size:14px;
  color:var(--muted);
}

.policy-scroll h3{
  margin-top:14px;
  margin-bottom:4px;
  color:#0b1220;
}

.policy-actions{
  margin-top:12px;
  text-align:right;
}

.linklike{
  background:none;
  border:0;
  padding:0;
  color:var(--brand);
  cursor:pointer;
  font:inherit;
}

@keyframes policyPop{
  from{opacity:0; transform:translateY(14px) scale(.96);}
  to{opacity:1; transform:translateY(0) scale(1);}
}






/* MF in cijfers – spacing fix mobiel */
@media (max-width: 640px){

  .stats-section .stat-pill{
    padding: 10px 14px;
    gap: 8px;
  }

  .stats-section .stat-value{
    margin-bottom: 2px;
    font-size: 18px;
  }

  .stats-section .stat-text{
    font-size: 13px;
    line-height: 1.4;
  }

  /* Als je een grid gebruikt */
  .stats-grid{
    row-gap: 10px;
  }
}


/* Snel geregeld / Transparant – desktop iets strakker */
.offerte-badges .badge{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  padding:12px 14px;
  border-radius:16px;
}

/* Mobiel: volle breedte, mooi gecentreerd */
@media (max-width: 640px){
  .offerte-badges{
    flex-direction:column;
    align-items:stretch;
  }

  .offerte-badges .badge{
    width:100%;
    max-width:none;
    align-items:flex-start;
    margin:0;
  }

  .offerte-badges .badge strong{
    font-size:14px;
    margin-bottom:2px;
  }

  .offerte-badges .badge p{
    font-size:12px;
    line-height:1.45;
  }
}

/* Verwijder MF bol overal */
.stats-core {
  display: none !important;
}

/* Zorg dat orbit extra ruimte niet laat zien */
.stats-orbit {
  min-height: auto !important;
  padding-top: 0 !important;
}


/* Algemene spacing fix */
.stat-pill {
  margin: 6px auto !important;
  padding: 10px 14px !important;
  min-width: auto !important;
}

/* Waardes kleiner */
.stat-value {
  font-size: 18px !important;
  margin-bottom: 0;
}

.stat-text {
  font-size: 13px !important;
  line-height: 1.35;
}

/* Grid compact */
.stats-grid {
  row-gap: 8px !important;
}

.stats-section .stats-orbit {
  margin-top: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
}


/* OFFERT FORM – MOBIEL FIX: VELDEN ONDER ELKAAR */
@media (max-width: 640px){

  .form-grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .form-grid label {
    width: 100%;
  }

  .form-grid input,
  .form-grid textarea {
    width: 100%;
  }

}


/* Spacing tussen Direct Contact en Offerte Aanvragen op mobiel */
@media (max-width: 640px) {
  .contact-grid {
    display: flex;
    flex-direction: column;
    gap: 24px; /* ruimte tussen de twee blokken */
  }
}



.icon-bubble {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #E6F4FF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.icon-bubble svg {
  width: 32px;
  height: 32px;
}


/* Alleen RIOLERING icoon groter maken */
.service-item-4 .service-icon svg {
  width:30px !important;
  height:30px !important;
}

.service-item-4 .service-icon {
  width:48px !important;
  height:48px !important;
}

/* Hover moet de offset niet slopen... */

/* ---- Extra custom tweaks ---- */
.service-item-4 .service-icon svg {
  margin-top: 5px;
}


/* Verstopping icoon – groter & netjes in het midden */
.service-item-9 .service-icon svg{
  width: 30px;        /* icoon GROOT maken */
  height: 30px;
  stroke: #045173;    /* zelfde donkerblauwe kleur als de rest */
  display: block;
  margin-top: 2px;    /* zodat hij perfect in het midden staat */
}
