:root{
  --bg:#0b0d10;
  --text:#eef2f6;
  --muted:#a7b2bf;
  --line:rgba(255,255,255,.10);
  --card:rgba(255,255,255,.06);
  --card2:rgba(255,255,255,.04);
  --brand:#55d6c2;
  --brand2:#7aa7ff;
  --shadow: 0 20px 60px rgba(0,0,0,.55);
  --radius: 18px;
  --max: 1120px;
}

*{ box-sizing:border-box; }
html,body{ margin:0; padding:0; }
body{
  font:16px/1.55 system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,"Helvetica Neue",Arial;
  color:var(--text);
  background:
    radial-gradient(900px 600px at 12% 0%, rgba(85,214,194,.20), transparent 60%),
    radial-gradient(1000px 650px at 92% 10%, rgba(122,167,255,.18), transparent 55%),
    radial-gradient(900px 700px at 55% 100%, rgba(255,204,102,.10), transparent 60%),
    var(--bg);
}
a{ color:inherit; text-decoration:none; }
img{ max-width:100%; display:block; }

.wrap{
  width:min(100%, var(--max));
  margin:0 auto;
  padding: clamp(14px, 3.2vw, 22px);
}

.topbar{
  position:sticky; top:0; z-index:100;
  background:rgba(11,13,16,.72);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--line);
}
.nav{
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  padding: 12px clamp(14px, 3.2vw, 22px);
  max-width:var(--max); margin:0 auto;
}

.brand{
  display:flex; align-items:center; gap:12px;
  min-width: 240px;
}
.badge{
  width:42px;height:42px;border-radius:14px;
  display:grid;place-items:center;
  background:linear-gradient(135deg,var(--brand),var(--brand2));
  color:#0b0d10;
  font-weight:900;
  box-shadow: 0 14px 36px rgba(85,214,194,.16);
  flex:0 0 auto;
}
.brand .title{ font-weight:900; letter-spacing:.2px; line-height:1.1; }
.brand .sub{ font-size:12px; color:var(--muted); }

.links{ display:flex; gap:10px; flex-wrap:wrap; align-items:center; justify-content:center; }
.links a{
  padding:10px 12px;
  border-radius:12px;
  color:var(--muted);
  border:1px solid transparent;
}
.links a:hover{
  color:var(--text);
  background:rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.08);
}

.right-actions{ display:flex; gap:10px; align-items:center; }

.btnx{
  display:inline-flex; gap:10px; align-items:center; justify-content:center;
  padding:11px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  box-shadow: 0 10px 26px rgba(0,0,0,.25);
  cursor:pointer;
  user-select:none;
  transition: transform .15s ease, border-color .15s ease, background .15s ease;
  white-space:nowrap;
}
.btnx:hover{ transform: translateY(-1px); border-color: rgba(255,255,255,.22); }
.btnx.primary{
  border:0;
  background:linear-gradient(135deg,var(--brand),var(--brand2));
  color:#0b0d10;
  font-weight:900;
}
.btnx.whatsapp{
  border:0;
  background:linear-gradient(135deg, rgba(37,211,102,.95), rgba(85,214,194,.85));
  color:#0b0d10;
  font-weight:900;
}

/* Layout */
.grid{ display:grid; gap:18px; }
.hero{ padding:28px 0 10px; }
.hero-grid{ grid-template-columns: 1.15fr .85fr; align-items:stretch; }
@media (max-width: 980px){ .hero-grid{ grid-template-columns:1fr; } }

.card{
  border-radius: var(--radius);
  border:1px solid var(--line);
  background: linear-gradient(180deg, var(--card), var(--card2));
  box-shadow: var(--shadow);
  overflow:hidden;
}
.hero-left{ padding:24px; }
.kicker{
  display:inline-flex; gap:10px; align-items:center;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  color:var(--muted);
  font-size:13px;
  margin-bottom:14px;
}
.kicker b{ color:var(--text); }
.hero h1{
  margin:0 0 12px;
  font-size: clamp(28px, 6vw, 48px);
  line-height:1.06;
  letter-spacing:-.4px;
}
.hero p{ margin:0 0 16px; color:var(--muted); }

.intro{
  margin-top:14px;
  padding:14px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  color:var(--muted);
}

.hero-actions{ display:flex; gap:10px; flex-wrap:wrap; margin-top:18px; }
.pills{ display:flex; gap:10px; flex-wrap:wrap; margin-top:14px; }
.pill{
  padding:8px 10px; border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
  color:var(--muted);
  font-size:13px;
}
.note{ margin-top:14px; color:var(--muted); font-size:13px; }

/* Carousel */
.hero-right{ padding:0; }
.carousel{
  position:relative;
  aspect-ratio: 16/10;
  min-height: 320px;
  background:#0f1217;
}
.slides{
  height:100%;
  display:flex;
  transition: transform .35s ease;
  will-change: transform;
}
.slide{
  min-width:100%;
  height:100%;
  position:relative;
}
.slide img{
  width:100%; height:100%;
  object-fit:cover;
  filter:saturate(1.08) contrast(1.05);
}

/* ✅ donkere veeg weg */
.slide::after{
  content:"";
  position:absolute; inset:0;
  background: transparent;
  pointer-events:none;
}

.cap{
  position:absolute; left:16px; right:16px; bottom:16px;
  padding:12px;
  border-radius:16px;
  background:rgba(11,13,16,.62);
  backdrop-filter: blur(10px);
  border:1px solid rgba(255,255,255,.12);
}
.cap strong{ display:block; }
.cap span{ color:var(--muted); font-size:14px; }

.car-controls{
  position:absolute; inset:0;
  display:flex; align-items:center; justify-content:space-between;
  padding: 0 10px;
  pointer-events:none;
}
.car-btn{
  pointer-events:auto;
  width:44px; height:44px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(0,0,0,.35);
  color:var(--text);
  display:grid; place-items:center;
  cursor:pointer;
  user-select:none;
  transition: transform .15s ease, background .15s ease;
}
.car-btn:hover{ transform:translateY(-1px); background:rgba(0,0,0,.50); }

.dots{
  position:absolute; left:0; right:0; bottom:12px;
  display:flex; gap:8px; justify-content:center;
  pointer-events:auto;
  transform: translateY(-2px);
}
.dot{
  width:9px; height:9px;
  border-radius:999px;
  background:rgba(255,255,255,.28);
  border:1px solid rgba(255,255,255,.18);
  cursor:pointer;
  transition: transform .15s ease, background .15s ease;
}
.dot.active{ background:linear-gradient(135deg,var(--brand),var(--brand2)); transform: scale(1.15); }

/* Sections */
section{ padding:22px 0; }
.section-title{ display:flex; align-items:flex-end; justify-content:space-between; gap:12px; margin-bottom:12px; }
.section-title h2{ margin:0; font-size:22px; }
.section-title p{ margin:0; color:var(--muted); }
.tiny-badge{
  font-size:12px; color:var(--muted);
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
  padding:6px 10px;
  border-radius:999px;
}

.cards-3{ grid-template-columns: repeat(3, 1fr); }
@media (max-width: 980px){ .cards-3{ grid-template-columns:1fr; } }

.service{ padding:18px; }
.icon{
  width:44px; height:44px; border-radius:14px;
  display:grid; place-items:center;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  margin-bottom:10px;
  font-size:18px;
}
.service h3{ margin:0 0 8px; }
.service p{ margin:0; color:var(--muted); }

.proof{ grid-template-columns: 1fr 1fr; align-items:stretch; }
@media (max-width: 980px){ .proof{ grid-template-columns:1fr; } }

.list{ padding:18px; }
.checks{ display:grid; gap:10px; margin-top:10px; }
.check{
  display:flex; gap:10px; align-items:flex-start;
  padding:12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  color:var(--muted);
}
.check b{ color:var(--text); }
.check .tick{ margin-top:1px; }

.kv{ display:grid; gap:10px; margin-top:10px; }
.kv a, .kv div{
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  color:var(--muted);
}
.kv strong{ color:var(--text); }

.gallery{ grid-template-columns: repeat(12,1fr); }
.shot{
  grid-column: span 4;
  min-height: 220px;
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:#0f1217;
  box-shadow: 0 18px 44px rgba(0,0,0,.40);
  position:relative;
}
.shot.big{ grid-column: span 8; }
.shot img{ width:100%; height:100%; object-fit:cover; filter:saturate(1.08) contrast(1.02); }
.shot .label{
  position:absolute; left:14px; right:14px; bottom:14px;
  padding:10px 12px;
  border-radius:14px;
  background:rgba(11,13,16,.62);
  border:1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
  color:var(--muted);
  font-size:14px;
}
.shot .label strong{ color:var(--text); }
@media (max-width: 980px){ .shot, .shot.big{ grid-column: span 12; } }

.review{ padding:18px; }
.stars{ letter-spacing:1px; }
.review p{ margin:10px 0 0; color:var(--muted); }
.who{ margin-top:10px; color:var(--muted); font-size:13px; }

.contact-grid{ grid-template-columns: 1fr 1fr; align-items:stretch; }
@media (max-width: 980px){ .contact-grid{ grid-template-columns:1fr; } }
.contact-box{ padding:18px; }

form{ display:grid; gap:10px; margin-top:10px; }
input, textarea{
  width:100%;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  color:var(--text);
  outline:none;
}
textarea{ min-height:120px; resize:vertical; }
input:focus, textarea:focus{ border-color: rgba(85,214,194,.55); }
.fine{ color:var(--muted); font-size:13px; }

.map{
  border-radius:18px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.03);
  height: 320px;
}
.map iframe{ width:100%; height:100%; border:0; }

footer{
  padding:26px 0;
  border-top:1px solid rgba(255,255,255,.10);
  color:var(--muted);
  margin-top:12px;
}
.footer-row{
  display:flex; align-items:center; justify-content:space-between;
  gap:12px; flex-wrap:wrap;
}

/* Mobile scaling fixes (header) */
@media (max-width: 860px){
  .brand{ min-width:0; }
  .badge{ width:38px; height:38px; border-radius:12px; }

  .nav{
    flex-wrap:wrap;
    align-items:flex-start;
    gap:10px;
  }

  .right-actions{
    width:100%;
    flex-wrap:wrap;
    justify-content:flex-start;
    gap:8px;
  }

  .btnx{
    padding:10px 12px;
    border-radius:12px;
    font-size:14px;
  }

  .right-actions .btnx{
    flex: 1 1 calc(50% - 6px);
    min-width:0;
    justify-content:center;
  }
  .right-actions .btnx.primary{
    flex: 1 1 100%;
  }

  .links{ display:none; }
}

@media (max-width: 420px){
  .right-actions .btnx{ flex: 1 1 100%; }
  .hero-left{ padding:18px; }
}