/* ==========================================================================
   SK Totaaltechniek: stylesheet
   Palette gebaseerd op het logo: donkerblauw -> lichtblauw verloop + wit.
   Stijl: gedurfd/opvallend via schaal, contrast en compositie (geen extra accentkleur).
   ========================================================================== */

:root{
  --navy-900:#171c47;
  --navy-800:#1f2566;
  --blue-700:#2c3487;
  --blue-600:#234a9c;
  --blue-500:#1c66ac;
  --blue-400:#1c85c4;
  --blue-300:#4fb3e0;
  --blue-100:#eaf4fb;
  --ink:#11142b;
  --ink-soft:#454a68;
  --paper:#ffffff;
  --mist:#f2f6fc;
  --line:#e1e7f5;
  --shadow: 0 20px 45px -20px rgba(23,28,71,.35);
  --shadow-sm: 0 8px 20px -10px rgba(23,28,71,.3);
  --grad: linear-gradient(115deg, var(--blue-700) 0%, var(--blue-500) 55%, var(--blue-400) 100%);
  --grad-soft: linear-gradient(115deg, rgba(44,52,135,.94) 0%, rgba(28,102,172,.88) 55%, rgba(28,133,196,.82) 100%);
  --radius: 18px;
  --radius-sm: 10px;
  --maxw: 1180px;
}

*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{
  margin:0;
  font-family:"Poppins", "Segoe UI", Arial, sans-serif;
  color:var(--ink);
  background:var(--paper);
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
ul{ margin:0; padding:0; list-style:none; }
h1,h2,h3,h4{ margin:0 0 .5em; line-height:1.12; font-weight:800; letter-spacing:-.01em; }
p{ margin:0 0 1em; color:var(--ink-soft); line-height:1.7; }
.container{ width:100%; max-width:var(--maxw); margin:0 auto; padding:0 24px; }
section{ position:relative; }

/* ---------- utility ---------- */
.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-size:.78rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase;
  color:var(--blue-500); margin-bottom:14px;
}
.eyebrow::before{ content:""; width:26px; height:3px; border-radius:3px; background:var(--grad); display:inline-block; }
.eyebrow.on-dark{ color:var(--blue-300); }
.eyebrow.on-dark::before{ background:linear-gradient(90deg,#fff,var(--blue-300)); }

.lead{ font-size:1.15rem; color:var(--ink-soft); max-width:60ch; }
.center{ text-align:center; margin-left:auto; margin-right:auto; }

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:16px 30px; border-radius:100px; font-weight:700; font-size:1rem;
  border:2px solid transparent; cursor:pointer; white-space:nowrap;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.btn-primary{ background:var(--grad); color:#fff; box-shadow:var(--shadow-sm); }
.btn-primary:hover{ transform:translateY(-3px); box-shadow:0 16px 30px -12px rgba(28,102,172,.55); }
.btn-ghost{ background:#fff; color:var(--navy-800); border-color:var(--line); }
.btn-ghost:hover{ border-color:var(--blue-400); transform:translateY(-3px); }
.btn-outline-light{ background:transparent; color:#fff; border-color:rgba(255,255,255,.55); }
.btn-outline-light:hover{ background:rgba(255,255,255,.12); border-color:#fff; transform:translateY(-3px); }
.btn-block{ width:100%; }
.btn svg{ width:20px; height:20px; flex:none; }

.pill{
  display:inline-flex; align-items:center; gap:8px;
  background:var(--blue-100); color:var(--blue-600); font-weight:700; font-size:.82rem;
  padding:7px 14px; border-radius:100px;
}

/* ---------- header ---------- */
.site-header{
  position:sticky; top:0; z-index:100;
  background:rgba(255,255,255,.9); backdrop-filter:blur(10px);
  border-bottom:1px solid transparent;
  transition:box-shadow .25s ease, border-color .25s ease, padding .25s ease;
}
.site-header.is-scrolled{ box-shadow:0 10px 30px -18px rgba(17,20,43,.35); border-color:var(--line); }
.header-row{
  display:flex; align-items:center; justify-content:space-between; gap:24px;
  padding:14px 24px;
}
.brand{ display:flex; align-items:center; gap:12px; font-weight:800; font-size:1.18rem; color:var(--navy-900); flex:none; }
.brand img{ height:40px; width:auto; }
.brand span{ white-space:nowrap; }
.brand small{ display:block; font-size:.6rem; font-weight:700; letter-spacing:.12em; color:var(--blue-500); text-transform:uppercase; }

.main-nav{ display:flex; align-items:center; gap:2px; }
.main-nav a{
  padding:10px 16px; border-radius:100px; font-weight:600; font-size:.95rem; color:var(--ink-soft);
  transition:background .18s ease, color .18s ease;
}
.main-nav a:hover, .main-nav a.active{ background:var(--blue-100); color:var(--blue-600); }

.header-actions{ display:flex; align-items:center; gap:12px; flex:none; }
.phone-cta{
  display:flex; align-items:center; gap:12px; padding:7px 22px 7px 7px; border-radius:100px;
  background:var(--grad); color:#fff; font-weight:700; position:relative; overflow:visible;
  box-shadow:0 12px 26px -10px rgba(28,102,172,.55), inset 0 1px 0 rgba(255,255,255,.28), inset 0 -8px 14px -8px rgba(0,0,0,.18);
  transition:transform .2s cubic-bezier(.34,1.56,.64,1), box-shadow .2s ease;
}
.phone-cta:hover{ transform:translateY(-3px) scale(1.02); box-shadow:0 18px 32px -10px rgba(28,102,172,.65), inset 0 1px 0 rgba(255,255,255,.32); }
.phone-cta:active{ transform:translateY(-1px) scale(.99); }
.phone-cta .ic{
  width:38px; height:38px; border-radius:50%; flex:none; position:relative;
  background:rgba(255,255,255,.16); border:1px solid rgba(255,255,255,.4);
  display:flex; align-items:center; justify-content:center;
}
.phone-cta .ic::after{
  content:""; position:absolute; top:-2px; right:-2px; width:10px; height:10px; border-radius:50%;
  background:#2ecc71; border:2px solid var(--blue-600);
}
.phone-cta svg{ width:17px; height:17px; }
.phone-cta .txt{ display:flex; flex-direction:column; line-height:1.2; }
.phone-cta .sub{ font-size:.62rem; font-weight:700; opacity:.85; letter-spacing:.09em; text-transform:uppercase; }
.phone-cta .num{ font-size:.98rem; font-weight:800; letter-spacing:.01em; }

.nav-toggle{
  display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:8px;
}
.nav-toggle span{ width:26px; height:3px; border-radius:3px; background:var(--navy-900); }

/* ---------- hero ---------- */
.hero{
  position:relative; color:#fff; overflow:hidden;
  padding:96px 0 130px;
}
.hero::before{
  content:""; position:absolute; inset:0;
  background-image:var(--hero-img, none);
  background-size:cover; background-position:center 25%;
}
.hero::after{
  content:""; position:absolute; inset:0; background:var(--grad-soft);
}
.hero .container{ position:relative; z-index:2; }
.hero-grid{ display:grid; grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr); gap:48px; align-items:center; }
.hero h1{ font-size:clamp(2.4rem, 5vw, 3.6rem); margin-bottom:.4em; }
.hero h1 em{ font-style:normal; background:linear-gradient(100deg,#fff,var(--blue-100)); -webkit-background-clip:text; background-clip:text; color:transparent; }
.hero p.lead{ color:rgba(255,255,255,.92); }
.hero-cta{ display:flex; flex-wrap:wrap; gap:14px; margin-top:30px; }
.hero-badges{ display:flex; flex-wrap:wrap; gap:12px; margin-top:38px; }
.hero-badges span{
  display:flex; align-items:center; gap:8px; font-weight:700; font-size:.85rem;
  padding:9px 16px; border-radius:100px; background:rgba(255,255,255,.14); border:1px solid rgba(255,255,255,.25);
}
.hero-badges svg{ width:16px; height:16px; }

.hero-card{
  background:rgba(255,255,255,.1); border:1px solid rgba(255,255,255,.28); backdrop-filter:blur(6px);
  border-radius:var(--radius); padding:28px; box-shadow:var(--shadow);
}
.hero-card img{ border-radius:12px; width:100%; height:280px; object-fit:cover; }
.hero-card .cap{ margin-top:16px; font-weight:600; font-size:.92rem; color:rgba(255,255,255,.92); }

.hero-shape{ position:absolute; right:-120px; top:-120px; width:420px; height:420px; border-radius:50%; background:rgba(255,255,255,.08); z-index:1; }

/* diagonal cut at bottom of hero / page headers */
.diagonal-bottom{ clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%); }

/* ---------- page header (inner pages) ---------- */
.page-header{
  position:relative; color:#fff; padding:78px 0 96px; overflow:hidden; background:var(--grad);
}
.page-header::before{
  content:""; position:absolute; inset:0; background-image:var(--ph-img,none);
  background-size:cover; background-position:center; opacity:.28; mix-blend-mode:overlay;
}
.page-header .container{ position:relative; z-index:2; }
.page-header h1{ font-size:clamp(2.1rem,4.4vw,3rem); }
.breadcrumb{ display:flex; gap:8px; align-items:center; font-weight:600; font-size:.85rem; color:rgba(255,255,255,.8); margin-bottom:18px; }
.breadcrumb span{ opacity:.6; }

/* ---------- sections ---------- */
.section{ padding:96px 0; }
.section.tight{ padding:64px 0; }
.section-head{ max-width:720px; margin:0 0 52px; }
.section-head.center{ margin-left:auto; margin-right:auto; }
.bg-mist{ background:var(--mist); }
.bg-navy{ background:var(--navy-900); color:#fff; }
.bg-navy p{ color:rgba(255,255,255,.78); }
.bg-navy h2, .bg-navy h3{ color:#fff; }

/* services grid */
.services-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:28px; }
.service-card{
  background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:36px;
  box-shadow:var(--shadow-sm); transition:transform .2s ease, box-shadow .2s ease;
}
.service-card:hover{ transform:translateY(-6px); box-shadow:var(--shadow); }
.service-card .icon{
  width:60px; height:60px; border-radius:16px; background:var(--grad); color:#fff;
  display:flex; align-items:center; justify-content:center; margin-bottom:20px;
}
.service-card .icon svg{ width:30px; height:30px; }
.service-card h3{ font-size:1.3rem; }
.service-card ul{ margin-top:16px; display:grid; gap:10px; }
.service-card ul li{ display:flex; gap:10px; align-items:flex-start; color:var(--ink-soft); font-weight:500; font-size:.95rem; }
.service-card ul li svg{ width:18px; height:18px; flex:none; margin-top:2px; color:var(--blue-500); }
.service-card .more{ margin-top:22px; display:inline-flex; align-items:center; gap:8px; font-weight:700; color:var(--blue-600); }

/* why us */
.why-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.why-item{ text-align:left; }
.why-item .num{
  font-size:.8rem; font-weight:800; color:var(--blue-300); letter-spacing:.1em;
}
.why-item h3{ font-size:1.1rem; margin:10px 0 8px; }
.why-item p{ font-size:.95rem; margin:0; }

/* trust strip */
.trust-strip{ background:var(--navy-900); color:#fff; padding:26px 0; }
.trust-row{ display:flex; flex-wrap:wrap; justify-content:space-between; gap:18px; }
.trust-row div{ display:flex; align-items:center; gap:10px; font-weight:700; font-size:.95rem; }
.trust-row svg{ width:22px; height:22px; color:var(--blue-300); flex:none; }

/* portfolio */
.gallery{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.gallery figure{ margin:0; border-radius:var(--radius); overflow:hidden; position:relative; box-shadow:var(--shadow-sm); }
.gallery img{ width:100%; height:270px; object-fit:cover; transition:transform .4s ease; }
.gallery figure:hover img{ transform:scale(1.06); }
.gallery figcaption{
  position:absolute; left:0; right:0; bottom:0; padding:18px 20px;
  background:linear-gradient(0deg, rgba(17,20,43,.88), rgba(17,20,43,0));
  color:#fff; font-weight:700; font-size:.95rem;
}
.gallery.compact{ grid-template-columns:repeat(4,1fr); }
.gallery.compact img{ height:200px; }

/* about / split */
.split{ display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.split img{ border-radius:var(--radius); box-shadow:var(--shadow); width:100%; height:420px; object-fit:cover; }
.split.reverse{ direction:rtl; }
.split.reverse > *{ direction:ltr; }
.check-list{ display:grid; gap:14px; margin-top:22px; }
.check-list li{ display:flex; gap:12px; align-items:flex-start; font-weight:600; color:var(--ink); }
.check-list li svg{ width:22px; height:22px; flex:none; color:#fff; background:var(--grad); border-radius:50%; padding:4px; }

/* CTA band */
.cta-band{ background:var(--grad); color:#fff; padding:64px 0; }
.cta-band .container{ display:flex; align-items:center; justify-content:space-between; gap:30px; flex-wrap:wrap; }
.cta-band h2{ font-size:clamp(1.6rem,3vw,2.1rem); margin-bottom:8px; }
.cta-band p{ color:rgba(255,255,255,.88); margin:0; }
.cta-band .btn-ghost{ background:#fff; }

/* reviews */
.review-card{
  background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:30px;
  box-shadow:var(--shadow-sm); height:100%; display:flex; flex-direction:column; gap:14px;
}
.stars{ display:flex; gap:4px; color:var(--blue-400); }
.stars svg{ width:18px; height:18px; }
.review-card p{ color:var(--ink); font-weight:500; font-style:italic; }
.review-card .who{ display:flex; align-items:center; gap:12px; margin-top:auto; }
.review-card .avatar{
  width:42px; height:42px; border-radius:50%; background:var(--grad); color:#fff;
  display:flex; align-items:center; justify-content:center; font-weight:800;
}
.review-card .who strong{ display:block; font-size:.95rem; }
.review-card .who span{ font-size:.8rem; color:var(--ink-soft); }
.review-card.placeholder{ border:2px dashed var(--line); background:var(--mist); justify-content:center; align-items:flex-start; }
.reviews-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.google-badge{
  display:flex; align-items:center; gap:16px; background:#fff; border:1px solid var(--line);
  border-radius:100px; padding:12px 24px; box-shadow:var(--shadow-sm); font-weight:700;
}
.google-badge .stars{ color:#f2b400; }

/* FAQ */
.faq-list{ display:grid; gap:16px; max-width:840px; margin:0 auto; }
.faq-item{ background:#fff; border:1px solid var(--line); border-radius:var(--radius-sm); overflow:hidden; }
.faq-q{
  display:flex; align-items:center; justify-content:space-between; gap:16px;
  padding:20px 24px; cursor:pointer; font-weight:700; font-size:1.02rem; background:none; border:none; width:100%; text-align:left;
  color:var(--navy-900);
}
.faq-q svg{ width:20px; height:20px; flex:none; transition:transform .25s ease; color:var(--blue-500); }
.faq-item.open .faq-q svg{ transform:rotate(45deg); }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .3s ease; padding:0 24px; }
.faq-item.open .faq-a{ max-height:700px; padding-bottom:22px; }
.faq-a p{ margin:0; }

/* contact */
.contact-grid{ display:grid; grid-template-columns:.95fr 1.05fr; gap:48px; align-items:start; }
.info-card{ background:#fff; border:1px solid var(--line); border-radius:var(--radius); padding:30px; box-shadow:var(--shadow-sm); }
.info-row{ display:flex; gap:16px; padding:16px 0; border-bottom:1px solid var(--line); }
.info-row:last-child{ border-bottom:none; }
.info-row .ic{ width:44px; height:44px; border-radius:12px; background:var(--blue-100); color:var(--blue-600); display:flex; align-items:center; justify-content:center; flex:none; }
.info-row .ic svg{ width:22px; height:22px; }
.info-row h4{ margin:0 0 4px; font-size:1rem; }
.info-row p{ margin:0; }
.info-row a{ color:var(--blue-600); font-weight:700; }

.form-card{ background:var(--navy-900); border-radius:var(--radius); padding:38px; color:#fff; box-shadow:var(--shadow); }
.form-card h3{ color:#fff; }
.form-card p{ color:rgba(255,255,255,.75); }
.form-grid{ display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-top:20px; }
.form-grid .full{ grid-column:1 / -1; }
label{ display:block; font-weight:600; font-size:.85rem; margin-bottom:8px; color:rgba(255,255,255,.85); }
input, select, textarea{
  width:100%; padding:13px 16px; border-radius:10px; border:1px solid rgba(255,255,255,.2);
  background:rgba(255,255,255,.08); color:#fff; font-family:inherit; font-size:.95rem;
}
input::placeholder, textarea::placeholder{ color:rgba(255,255,255,.45); }
input:focus, select:focus, textarea:focus{ outline:2px solid var(--blue-300); outline-offset:1px; }
select option{ color:#000; }
.form-note{ font-size:.8rem; margin-top:14px; color:rgba(255,255,255,.6); }
.form-success{ display:none; margin-top:16px; background:rgba(79,179,224,.18); border:1px solid var(--blue-300); padding:14px 16px; border-radius:10px; font-weight:600; font-size:.9rem; }
.form-success.show{ display:block; }

.map-wrap{ border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow-sm); border:1px solid var(--line); margin-top:28px; }
.map-wrap iframe{ width:100%; height:320px; border:0; display:block; }

/* footer */
.site-footer{ background:var(--navy-900); color:rgba(255,255,255,.75); padding:70px 0 0; }
.footer-grid{ display:grid; grid-template-columns:1.3fr 1fr 1fr 1.1fr; gap:40px; padding-bottom:50px; border-bottom:1px solid rgba(255,255,255,.12); }
.footer-brand{ display:flex; align-items:center; gap:12px; margin-bottom:16px; }
.footer-brand img{ height:38px; }
.footer-brand strong{ color:#fff; font-size:1.1rem; }
.site-footer h4{ color:#fff; font-size:.95rem; margin-bottom:18px; letter-spacing:.03em; }
.site-footer ul{ display:grid; gap:11px; }
.site-footer a:hover{ color:#fff; }
.footer-contact li{ display:flex; gap:10px; align-items:flex-start; }
.footer-contact svg{ width:18px; height:18px; flex:none; margin-top:2px; color:var(--blue-300); }
.foot-bottom{ display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px; padding:22px 0; font-size:.82rem; }
.foot-bottom a{ font-weight:600; }
.social-row{ display:flex; gap:10px; margin-top:16px; }
.social-row a{ width:38px; height:38px; border-radius:50%; background:rgba(255,255,255,.08); display:flex; align-items:center; justify-content:center; }
.social-row svg{ width:17px; height:17px; }

/* misc */
.badge-strip{ display:flex; flex-wrap:wrap; gap:14px; }
.stat{ text-align:left; }
.stat strong{ display:block; font-size:2.1rem; font-weight:800; background:var(--grad); -webkit-background-clip:text; background-clip:text; color:transparent; }
.stat span{ font-weight:600; color:var(--ink-soft); font-size:.9rem; }

.back-to-top{
  position:fixed; right:22px; bottom:22px; width:50px; height:50px; border-radius:50%;
  background:var(--grad); color:#fff; display:flex; align-items:center; justify-content:center;
  box-shadow:var(--shadow-sm); opacity:0; pointer-events:none; transform:translateY(10px);
  transition:opacity .2s ease, transform .2s ease; z-index:90; border:none; cursor:pointer;
}
.back-to-top.show{ opacity:1; pointer-events:auto; transform:none; }
.back-to-top svg{ width:22px; height:22px; }

/* ================= MODERN EFFECTS ================= */

/* page fade-in on load: pure CSS, works without JS */
/* let op: bewust alleen opacity, geen transform hier — een transform-animatie op body
   maakt het de "containing block" voor alle position:fixed elementen (whatsapp-knop,
   back-to-top, scroll-voortgangsbalk), waardoor die niet meer los van de pagina blijven staan. */
body{ animation:pageFade .5s ease both; }
@keyframes pageFade{ from{ opacity:0; } to{ opacity:1; } }

/* scroll-reveal (toggled by js/main.js via IntersectionObserver) */
.reveal{
  opacity:0; transform:translateY(38px) scale(.97);
  transition:opacity .75s cubic-bezier(.16,.84,.44,1), transform .75s cubic-bezier(.16,.84,.44,1);
  will-change:transform, opacity;
}
.reveal.in{ opacity:1; transform:none; }

/* dunne scroll-voortgangsbalk bovenaan de pagina */
.scroll-progress{
  position:fixed; top:0; left:0; height:3px; width:0%; z-index:200;
  background:var(--grad); transition:width .1s linear;
}

/* zachte parallax op de grote herofoto */
.hero-photo{ transition:transform .05s linear; }

/* custom icons that pop in when scrolled into view */
.reveal-icon{
  opacity:0; transform:scale(.35) rotate(-10deg);
  transition:opacity .5s cubic-bezier(.34,1.56,.64,1), transform .55s cubic-bezier(.34,1.56,.64,1);
}
.reveal-icon.in{ opacity:1; transform:none; }

/* staggered delays for common groups of siblings */
.services-grid > .reveal:nth-child(1){ transition-delay:.03s; }
.services-grid > .reveal:nth-child(2){ transition-delay:.14s; }
.why-grid > .reveal:nth-child(1){ transition-delay:.02s; }
.why-grid > .reveal:nth-child(2){ transition-delay:.1s; }
.why-grid > .reveal:nth-child(3){ transition-delay:.18s; }
.why-grid > .reveal:nth-child(4){ transition-delay:.26s; }
.gallery > .reveal:nth-child(1){ transition-delay:.02s; }
.gallery > .reveal:nth-child(2){ transition-delay:.08s; }
.gallery > .reveal:nth-child(3){ transition-delay:.14s; }
.gallery > .reveal:nth-child(4){ transition-delay:.2s; }
.gallery > .reveal:nth-child(5){ transition-delay:.26s; }
.gallery > .reveal:nth-child(6){ transition-delay:.32s; }
.gallery > .reveal:nth-child(7){ transition-delay:.38s; }
.gallery > .reveal:nth-child(8){ transition-delay:.44s; }
.reviews-grid > .reveal:nth-child(1){ transition-delay:.02s; }
.reviews-grid > .reveal:nth-child(2){ transition-delay:.1s; }
.reviews-grid > .reveal:nth-child(3){ transition-delay:.18s; }
.trust-row > .reveal-icon:nth-child(1){ transition-delay:.05s; }
.trust-row > .reveal-icon:nth-child(2){ transition-delay:.15s; }
.trust-row > .reveal-icon:nth-child(3){ transition-delay:.25s; }
.trust-row > .reveal-icon:nth-child(4){ transition-delay:.35s; }
.faq-list > .reveal:nth-child(n){ transition-delay:calc(var(--i, 0) * .05s); }

/* button shine sweep on hover */
.btn{ position:relative; overflow:hidden; }
.btn-primary::after{
  content:""; position:absolute; inset:0; border-radius:inherit;
  background:linear-gradient(115deg, transparent 30%, rgba(255,255,255,.35) 50%, transparent 70%);
  transform:translateX(-120%); transition:transform .6s ease;
}
.btn-primary:hover::after{ transform:translateX(120%); }

/* big hero photo */
.hero-photo-wrap{ position:relative; }
.hero-photo{
  border-radius:var(--radius); box-shadow:var(--shadow); width:100%;
  height:min(620px, 72vh); object-fit:cover; object-position:top center;
}
.hero-photo-badge{
  position:absolute; left:-18px; bottom:26px; background:#fff; color:var(--navy-900);
  padding:14px 20px; border-radius:14px; box-shadow:var(--shadow); font-weight:700; font-size:.9rem;
  display:flex; align-items:center; gap:10px; max-width:230px;
}
.hero-photo-badge .dot{ width:10px; height:10px; border-radius:50%; background:#2ecC71; box-shadow:0 0 0 4px rgba(46,204,113,.25); flex:none; animation:dotPulse 1.8s ease-in-out infinite; }
@keyframes dotPulse{ 0%,100%{ opacity:1; } 50%{ opacity:.4; } }

/* whatsapp */
.whatsapp-float{
  position:fixed; left:22px; bottom:22px; width:58px; height:58px; border-radius:50%;
  background:#25D366; color:#fff; display:flex; align-items:center; justify-content:center;
  box-shadow:0 14px 30px -10px rgba(37,211,102,.65); z-index:90; border:none; cursor:pointer;
}
.whatsapp-float svg{ width:28px; height:28px; }
.whatsapp-float::before{
  content:""; position:absolute; inset:0; border-radius:50%;
  animation:waPulse 2.4s infinite;
}
@keyframes waPulse{
  0%{ box-shadow:0 0 0 0 rgba(37,211,102,.55); }
  70%{ box-shadow:0 0 0 18px rgba(37,211,102,0); }
  100%{ box-shadow:0 0 0 0 rgba(37,211,102,0); }
}
.btn-whatsapp{ background:#25D366; color:#fff; }
.btn-whatsapp:hover{ transform:translateY(-3px); box-shadow:0 16px 30px -12px rgba(37,211,102,.55); }
.btn-whatsapp svg{ width:20px; height:20px; }

/* admin panel (lightweight, reuses brand tokens) */
.admin-body{ background:var(--mist); min-height:100vh; }
.admin-shell{ display:flex; min-height:100vh; }
.admin-sidebar{ width:250px; background:var(--navy-900); color:#fff; padding:26px 16px; flex:none; overflow:hidden; }
.admin-sidebar .brand{ color:#fff; margin-bottom:30px; align-items:flex-start; }
.admin-sidebar .brand img{ flex:none; margin-top:2px; }
.admin-sidebar .brand span{ font-size:1rem; line-height:1.25; white-space:normal; word-break:break-word; }
.admin-sidebar nav a{
  display:flex; align-items:center; gap:10px; padding:11px 14px; border-radius:10px;
  color:rgba(255,255,255,.75); font-weight:600; font-size:.92rem; margin-bottom:4px;
}
.admin-sidebar nav a:hover, .admin-sidebar nav a.active{ background:rgba(255,255,255,.1); color:#fff; }
.admin-main{ flex:1; padding:34px 40px; max-width:1100px; }
.admin-topbar{ display:flex; justify-content:space-between; align-items:center; margin-bottom:28px; flex-wrap:wrap; gap:12px; }
.admin-card{ background:#fff; border:1px solid var(--line); border-radius:var(--radius-sm); padding:26px; box-shadow:var(--shadow-sm); margin-bottom:24px; }
.admin-stats{ display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-bottom:28px; }
.admin-stat{ background:#fff; border:1px solid var(--line); border-radius:var(--radius-sm); padding:20px; }
.admin-stat strong{ display:block; font-size:1.9rem; font-weight:800; color:var(--navy-900); }
.admin-stat span{ font-size:.85rem; color:var(--ink-soft); font-weight:600; }
.admin-table{ width:100%; border-collapse:collapse; font-size:.92rem; }
.admin-table th{ text-align:left; font-size:.75rem; text-transform:uppercase; letter-spacing:.06em; color:var(--ink-soft); padding:10px 12px; border-bottom:2px solid var(--line); }
.admin-table td{ padding:12px; border-bottom:1px solid var(--line); vertical-align:middle; }
.admin-table img{ width:56px; height:56px; object-fit:cover; border-radius:8px; }
.admin-form label{ color:var(--ink); }
.admin-form input, .admin-form select, .admin-form textarea{
  background:#fff; border:1px solid var(--line); color:var(--ink);
}
.admin-form input::placeholder, .admin-form textarea::placeholder{ color:#9aa2bd; }
.tag{ display:inline-flex; align-items:center; gap:6px; padding:4px 10px; border-radius:100px; font-size:.75rem; font-weight:700; }
.tag.ok{ background:#e6f7ee; color:#1a8a4d; }
.tag.warn{ background:#fdecec; color:#c23b3b; }
.tag.new{ background:var(--blue-100); color:var(--blue-600); }
.admin-actions{ display:flex; gap:8px; flex-wrap:wrap; }
.btn-sm{ padding:8px 16px; font-size:.85rem; border-radius:8px; }
.btn-danger{ background:#fdecec; color:#c23b3b; border-color:#f6c9c9; }
.login-wrap{ min-height:100vh; display:flex; align-items:center; justify-content:center; background:var(--grad); padding:24px; }
.login-card{ background:#fff; border-radius:var(--radius); padding:40px; width:100%; max-width:380px; box-shadow:var(--shadow); }
.alert{ padding:14px 16px; border-radius:10px; font-weight:600; font-size:.9rem; margin-bottom:18px; }
.alert.success{ background:#e6f7ee; color:#1a8a4d; }
.alert.error{ background:#fdecec; color:#c23b3b; }

/* ================= RESPONSIVE ================= */
@media (max-width:980px){
  .services-grid{ grid-template-columns:1fr; }
  .why-grid{ grid-template-columns:repeat(2,1fr); }
  .gallery{ grid-template-columns:repeat(2,1fr); }
  .gallery.compact{ grid-template-columns:repeat(2,1fr); }
  .split, .split.reverse{ grid-template-columns:1fr; direction:ltr; }
  .split img{ height:300px; }
  .hero-grid{ grid-template-columns:1fr; }
  .contact-grid{ grid-template-columns:1fr; }
  .reviews-grid{ grid-template-columns:1fr 1fr; }
  .footer-grid{ grid-template-columns:1fr 1fr; }
  .hero-photo{ height:420px; }
  .admin-shell{ flex-direction:column; }
  .admin-sidebar{ width:auto; display:flex; align-items:center; gap:14px; padding:14px 18px; }
  .admin-sidebar .brand{ margin-bottom:0; }
  .admin-sidebar nav{ display:flex; gap:4px; overflow-x:auto; }
  .admin-sidebar nav a{ white-space:nowrap; margin-bottom:0; }
  .admin-main{ padding:26px 20px; }
  .admin-stats{ grid-template-columns:1fr; }
}
@media (max-width:760px){
  .main-nav{
    position:fixed; inset:70px 16px auto 16px; background:#fff; border-radius:16px;
    flex-direction:column; align-items:stretch; padding:12px; box-shadow:var(--shadow);
    border:1px solid var(--line); transform:translateY(-14px); opacity:0; pointer-events:none;
    transition:all .2s ease;
  }
  .main-nav.open{ transform:none; opacity:1; pointer-events:auto; }
  .main-nav a{ padding:14px 16px; }
  .nav-toggle{ display:flex; }
  .header-actions{ gap:8px; }
  .header-actions .phone-cta .sub{ display:none; }
  .brand small{ display:none; }
  .why-grid{ grid-template-columns:1fr 1fr; }
  .gallery, .gallery.compact{ grid-template-columns:1fr 1fr; }
  .reviews-grid{ grid-template-columns:1fr; }
  .form-grid{ grid-template-columns:1fr; }
  .footer-grid{ grid-template-columns:1fr 1fr; }
  .cta-band .container{ flex-direction:column; text-align:center; }
  .trust-row{ justify-content:center; text-align:center; }
}
@media (max-width:520px){
  .section{ padding:64px 0; }
  .hero{ padding:56px 0 90px; }
  .why-grid{ grid-template-columns:1fr; }
  .gallery, .gallery.compact{ grid-template-columns:1fr; }
  .footer-grid{ grid-template-columns:1fr; gap:32px; }
  .header-row{ padding:10px 12px; }
  .brand span{ display:none; } /* toon alleen het logo-icoon, bedrijfsnaam past niet naast de knoppen */
  .brand img{ height:34px; }
  .phone-cta{ padding:0; width:44px; height:44px; justify-content:center; flex:none; }
  .phone-cta .txt{ display:none; }
  .phone-cta .ic{ width:44px; height:44px; border:none; background:transparent; }
}
