

/* ══════════════════════════════════════════════════════════
   De WaterWonders Complete Design System
   Desktop-first, mobile-adapted
   Fonts: Sora (display) + DM Sans (body)
══════════════════════════════════════════════════════════ */

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
body{font-family:'DM Sans',system-ui,sans-serif;font-size:16px;line-height:1.65;color:#1a2b3c;background:#fff}

/* ── Variables ─────────────────────────────────────────── */
:root{
  --navy:#0d2444;
  --blue:#1255a0;
  --mid:#1a6fd4;
  --bright:#3b8fe8;
  --light:#7bbcf5;
  --lightest:#eef5fd;
  --off:#f7fafd;
  --white:#ffffff;
  --text:#1a2b3c;
  --muted:#4a6280;
  --subtle:#7a95b0;
  --border:#dde8f4;
  --border-light:#edf3fb;
  --green:#1a8a3c;
  --green-light:#e8f7ed;
  --red:#c0392b;
  --gold:#b8860b;
  --rdam:#8b0000;
  --rdam-light:#fff0f0;
  --font-d:'Sora',system-ui,sans-serif;
  --font-b:'DM Sans',system-ui,sans-serif;
  --r:10px;--r-lg:16px;--r-xl:24px;--r-pill:999px;
  --max:1200px;
  --sh-sm:0 2px 8px rgba(13,36,68,.07);
  --sh:0 4px 20px rgba(13,36,68,.09);
  --sh-lg:0 8px 40px rgba(13,36,68,.13);
  --sh-xl:0 16px 60px rgba(13,36,68,.17);
  --t:.22s ease;
  --t-slow:.4s ease;
}

/* ── Typography ─────────────────────────────────────────── */
h1,h2,h3,h4,h5,h6{font-family:var(--font-d);font-weight:900;line-height:1.12;color:var(--navy);letter-spacing:-.025em}
h1{font-size:clamp(36px,4.5vw,64px);letter-spacing:-.035em}
h2{font-size:clamp(26px,3vw,44px)}
h3{font-size:clamp(18px,2vw,22px)}
h4{font-size:18px;font-weight:800}
p{line-height:1.75;margin-bottom:0}
a{color:var(--mid);text-decoration:none;transition:color var(--t)}
a:hover{color:var(--navy)}
em{font-style:normal;color:var(--mid)}
strong{font-weight:700;color:var(--navy)}

/* ── Layout ─────────────────────────────────────────────── */
.ctr{width:100%;max-width:var(--max);margin:0 auto;padding:0 48px}
section{padding:96px 0}
section.dense{padding:64px 0}
section.tight{padding:48px 0}
section.flush{padding:0}
section.tint{background:var(--off)}
section.dark{background:var(--off)}
section.dark h2,section.dark h3{color:#fff}
.hr{height:1px;background:var(--border);border:none;margin:0}

/* ── Section heads ──────────────────────────────────────── */
.sec-eyebrow{display:inline-block;font-family:var(--font-d);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--mid);background:var(--lightest);padding:4px 12px;border-radius:var(--r-pill);margin-bottom:12px}
.sec-head{margin-bottom:56px}
.sec-head.c{text-align:center}
.sec-head h2{margin-top:8px;margin-bottom:14px}
.sec-head .lead{font-size:18px;color:var(--muted);max-width:580px;line-height:1.7}
.sec-head.c .lead{margin:0 auto}
.sec-rule{width:40px;height:3px;background:linear-gradient(90deg,var(--mid),var(--bright));border-radius:2px;margin-top:18px}
.sec-head.c .sec-rule{margin:18px auto 0}

/* ── Grids ──────────────────────────────────────────────── */
.g2{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.g3{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.g4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.g21{display:grid;grid-template-columns:2fr 1fr;gap:64px;align-items:start}
.g12{display:grid;grid-template-columns:1fr 2fr;gap:64px;align-items:start}
.g11c{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}

/* ── Buttons ────────────────────────────────────────────── */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--font-d);font-weight:800;font-size:14px;padding:13px 24px;border-radius:var(--r-pill);border:2px solid transparent;cursor:pointer;transition:all var(--t);text-decoration:none;white-space:nowrap;min-height:48px;letter-spacing:.01em}
.btn-p{background:linear-gradient(135deg,var(--mid),var(--blue));color:#fff!important;box-shadow:0 4px 16px rgba(26,111,212,.3)}
.btn-p:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(26,111,212,.42);color:#fff!important}
.btn-o{background:transparent;color:var(--navy)!important;border-color:var(--border)}
.btn-o:hover{border-color:var(--mid);color:var(--mid)!important;background:var(--lightest)}
.btn-ghost{background:rgba(255,255,255,.1);color:#fff!important;border-color:rgba(255,255,255,.28)}
.btn-ghost:hover{background:rgba(255,255,255,.2)}
.btn-soft{background:var(--lightest);color:var(--mid)!important;border-color:var(--border)}
.btn-soft:hover{background:var(--lightest);border-color:var(--mid)}
.btn-wa{background:#25d366;color:#fff!important;border-color:#25d366}
.btn-wa:hover{background:#128c7e;border-color:#128c7e}
.btn-sm{padding:9px 18px;font-size:13px;min-height:40px}
.btn-lg{padding:16px 32px;font-size:16px;min-height:54px}
.btn-xl{padding:18px 42px;font-size:17px;min-height:58px}
.btn-block{width:100%;justify-content:center}
.btn-link{background:none;border:none;padding:0;color:var(--mid);font-family:var(--font-d);font-size:14px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all var(--t)}
.btn-link:hover{color:var(--navy);gap:10px}

/* ── Cards ──────────────────────────────────────────────── */
.card{background:#fff;border-radius:var(--r-lg);border:1px solid var(--border);padding:32px;transition:all var(--t)}
.card:hover{box-shadow:var(--sh-lg);border-color:var(--light);transform:translateY(-3px)}
.card-flat{background:var(--off);border:1px solid var(--border-light);border-radius:var(--r);padding:24px}
.card-navy{background:var(--off);border-radius:var(--r-lg);padding:32px}

/* ── Tags / Badges ──────────────────────────────────────── */
.tag{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:700;padding:4px 11px;border-radius:var(--r-pill)}
.tag-blue{background:var(--lightest);color:var(--blue)}
.tag-green{background:var(--green-light);color:var(--green)}
.tag-red{background:var(--rdam-light);color:var(--rdam)}
.badge{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-d);font-size:12px;font-weight:800;color:var(--navy);background:var(--off);border:1px solid var(--border);border-radius:var(--r-pill);padding:5px 13px}

/* ── Utilities ──────────────────────────────────────────── */
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.tc{text-align:center}
.text-muted{color:var(--muted)}
.flex{display:flex;align-items:center;gap:16px}
.flex-wrap{display:flex;flex-wrap:wrap;gap:12px}

/* ══════════════════════════════════════════════════════════
   NAVIGATION desktop premium
══════════════════════════════════════════════════════════ */
.nav{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);box-shadow:0 2px 20px rgba(13,36,68,.05)}
.nav-inner{max-width:var(--max);margin:0 auto;display:flex;align-items:center;padding:0 48px;height:68px;gap:32px}
.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none;flex-shrink:0}
.nav-logo-mark{width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0;background:none;flex-shrink:0}
.nav-logo-text{font-family:var(--font-d);font-size:15px;font-weight:900;color:var(--navy);letter-spacing:-.01em}
.nav-logo-sub{font-size:10px;color:var(--muted);font-weight:600;letter-spacing:.04em;line-height:1}
.nav-links{display:flex;list-style:none;gap:2px;flex:1;margin:0;padding:0}
.nav-links a{display:flex;align-items:center;height:42px;padding:0 14px;font-family:var(--font-d);font-size:13px;font-weight:700;color:var(--muted);border-radius:8px;transition:all var(--t);text-decoration:none;white-space:nowrap}
.nav-links a:hover,.nav-links a.active{color:var(--navy);background:var(--lightest)}
.nav-links a.active{color:var(--mid)}
.nav-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}
.nav-rating{display:flex;align-items:center;gap:6px;padding:6px 12px;background:var(--off);border-radius:var(--r-pill);border:1px solid var(--border);font-size:12px;font-weight:700;color:var(--navy)}
.nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;border-radius:8px;transition:background var(--t)}
.nav-hamburger:hover{background:var(--off)}
.nav-hamburger span{display:block;width:22px;height:2px;background:var(--off);border-radius:2px;transition:all var(--t)}

/* Mobile menu overlay */
.mobile-menu{position:fixed;inset:0;z-index:999;background:#fff;display:none;flex-direction:column}
.mobile-menu.open{display:flex}
.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border)}
.mobile-menu-close{width:40px;height:40px;background:var(--off);border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;color:var(--navy)}
.mobile-menu-links{list-style:none;padding:8px 0;flex:1;overflow-y:auto}
.mobile-menu-links li a{display:flex;align-items:center;padding:16px 24px;font-family:var(--font-d);font-size:17px;font-weight:700;color:var(--navy);text-decoration:none;border-bottom:1px solid var(--border-light);min-height:56px}
.mobile-menu-links li a:hover{color:var(--mid);background:var(--off)}
.mobile-menu-footer{padding:20px 24px 32px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:10px}

/* ══════════════════════════════════════════════════════════
   HERO desktop cinematic, mobile optimized
══════════════════════════════════════════════════════════ */
.hero{position:relative;min-height:100svh;display:flex;align-items:center;overflow:hidden}
.hero-bg{position:absolute;inset:0;background:linear-gradient(145deg,#06172d 0%,#0d2444 50%,#0e3060 100%)}
.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.38;z-index:1}
.hero-overlay{position:absolute;inset:0;z-index:2;background:linear-gradient(to bottom,rgba(6,23,45,.50) 0%,rgba(6,23,45,.35) 60%,rgba(6,23,45,.65) 100%)}
.hero-content{position:relative;z-index:10;max-width:var(--max);margin:0 auto;padding:120px 48px 80px;display:grid;grid-template-columns:1fr 420px;gap:80px;align-items:center;width:100%}
.hero-left{max-width:620px}
.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-d);font-size:11px;font-weight:800;color:rgba(255,255,255,.95);letter-spacing:.12em;text-transform:uppercase;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:var(--r-pill);padding:6px 14px;margin-bottom:24px}
.hero-dot{width:6px;height:6px;background:#4ade80;border-radius:50%;box-shadow:0 0 8px #4ade80}
.hero h1{font-size:clamp(42px,5.5vw,72px);color:#fff;margin-bottom:20px;line-height:1.03;letter-spacing:-.04em}
.hero h1 em{color:var(--light)}
.hero-desc{font-size:18px;color:rgba(255,255,255,.8);line-height:1.75;margin-bottom:36px;max-width:520px}
.hero-btns{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:48px}
.hero-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid rgba(255,255,255,.1);padding-top:28px}
.hero-stat{text-align:center;padding:0 16px;border-right:1px solid rgba(255,255,255,.1)}
.hero-stat:first-child{padding-left:0}
.hero-stat:last-child{border-right:none}
.hero-stat-n{font-family:var(--font-d);font-size:30px;font-weight:900;color:#fff;line-height:1}
.hero-stat-l{font-size:11px;color:rgba(255,255,255,.72);margin-top:5px;font-weight:600;letter-spacing:.03em}

/* Hero right: trust card */
.hero-trust{background:rgba(255,255,255,.06);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:32px;display:flex;flex-direction:column;gap:20px}
.hero-trust-title{font-family:var(--font-d);font-size:14px;font-weight:800;color:rgba(255,255,255,.9);margin-bottom:4px}
.hero-trust-item{display:flex;align-items:center;gap:10px;font-size:13px;color:rgba(255,255,255,.65)}
.hero-trust-check{width:18px;height:18px;background:rgba(74,222,128,.15);border:1px solid rgba(74,222,128,.35);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}

/* ══════════════════════════════════════════════════════════
   TRUST STRIP
══════════════════════════════════════════════════════════ */
.trust-strip{background:var(--off);padding:14px 0;border-bottom:1px solid rgba(255,255,255,.05)}
.trust-strip-inner{max-width:var(--max);margin:0 auto;padding:0 48px;display:flex;align-items:center;gap:0;justify-content:space-between;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:rgba(255,255,255,.88);padding:4px 24px;border-right:1px solid rgba(255,255,255,.1)}
.trust-item:last-child{border-right:none}
.trust-item svg{opacity:.6;flex-shrink:0}

/* ══════════════════════════════════════════════════════════
   TICKER
══════════════════════════════════════════════════════════ */
.ticker-bar{background:var(--mid);padding:10px 0;overflow:hidden;white-space:nowrap;border-bottom:1px solid rgba(255,255,255,.1)}
.ticker-inner{display:inline-flex;animation:ticker 30s linear infinite}
.ticker-item{padding:0 36px;font-size:12.5px;font-weight:700;color:rgba(255,255,255,.88);display:inline-flex;align-items:center;gap:10px}
.ticker-sep{width:4px;height:4px;background:rgba(255,255,255,.4);border-radius:50%;flex-shrink:0}
@keyframes ticker{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ══════════════════════════════════════════════════════════
   BEFORE/AFTER
══════════════════════════════════════════════════════════ */
.ba-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}
.ba-wrap{position:relative;border-radius:var(--r-lg);overflow:hidden;user-select:none;background:#000;cursor:col-resize}
.ba-before,.ba-after{width:100%;height:340px;object-fit:cover;display:block}
.ba-after{position:absolute;top:0;left:0;clip-path:inset(0 50% 0 0);pointer-events:none}
.ba-slider{position:absolute;inset:0;opacity:0;cursor:col-resize;width:100%;height:100%;z-index:10}
.ba-line{position:absolute;top:0;bottom:0;width:3px;background:#fff;left:50%;transform:translateX(-50%);z-index:5;pointer-events:none;box-shadow:0 0 12px rgba(0,0,0,.5)}
.ba-handle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;background:#fff;box-shadow:var(--sh-lg);display:flex;align-items:center;justify-content:center;z-index:6;pointer-events:none;font-size:14px}
.ba-label{position:absolute;bottom:12px;font-family:var(--font-d);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;background:rgba(0,0,0,.5);color:#fff;padding:4px 10px;border-radius:6px;z-index:7;backdrop-filter:blur(4px)}
.ba-label.lft{left:12px}
.ba-label.rgt{right:12px}
.ba-caption{font-size:13px;color:var(--muted);text-align:center;margin-top:12px;display:flex;align-items:center;justify-content:center;gap:6px}

/* ══════════════════════════════════════════════════════════
   SERVICE CARDS desktop premium
══════════════════════════════════════════════════════════ */
.svc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.svc-card{background:#fff;border-radius:var(--r-lg);border:1px solid var(--border);overflow:hidden;transition:all var(--t);display:flex;flex-direction:column;position:relative}
.svc-card:hover{box-shadow:var(--sh-xl);border-color:var(--light);transform:translateY(-5px)}
.svc-card-icon{height:80px;display:flex;align-items:center;justify-content:center;background:var(--lightest);border-bottom:1px solid var(--border-light)}
.svc-card-icon svg{width:38px;height:38px;color:var(--mid)}
.svc-card-body{padding:28px 28px 24px;flex:1;display:flex;flex-direction:column}
.svc-card-eyebrow{font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--mid);margin-bottom:8px}
.svc-card h3{font-size:19px;margin-bottom:12px;color:var(--navy)}
.svc-card p{font-size:14px;color:var(--muted);line-height:1.65;flex:1;margin-bottom:20px}
.svc-card-areas{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:20px}
.svc-card-link{font-family:var(--font-d);font-size:13px;font-weight:700;color:var(--mid);display:flex;align-items:center;gap:6px;text-decoration:none;transition:all var(--t)}
.svc-card-link:hover{color:var(--navy);gap:10px}
.svc-card-link svg{transition:transform var(--t)}
.svc-card-link:hover svg{transform:translateX(3px)}

/* ══════════════════════════════════════════════════════════
   AI SCAN SECTION homepage featured
══════════════════════════════════════════════════════════ */
.scan-section-wrap{background:linear-gradient(145deg,var(--navy) 0%,#1255a0 60%,#1a6fd4 100%);border-radius:var(--r-xl);overflow:hidden;display:grid;grid-template-columns:1fr 480px;min-height:500px}
.scan-section-left{padding:64px 56px;display:flex;flex-direction:column;justify-content:center}
.scan-section-left h2{color:#fff;font-size:clamp(28px,3vw,42px);margin-bottom:16px}
.scan-section-left h2 em{color:var(--light)}
.scan-section-left p{color:rgba(255,255,255,.90);font-size:16px;line-height:1.75;margin-bottom:28px;max-width:400px}
.scan-benefits{display:flex;flex-direction:column;gap:12px}
.scan-benefit{display:flex;align-items:center;gap:10px;font-size:14px;color:rgba(255,255,255,.92)}
.scan-benefit-check{width:20px;height:20px;background:rgba(74,222,128,.2);border:1px solid rgba(74,222,128,.4);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.scan-section-right{background:rgba(255,255,255,.05);border-left:1px solid rgba(255,255,255,.08);padding:40px 36px;display:flex;flex-direction:column;justify-content:center}

/* Scan widget */
.scan-widget{display:flex;flex-direction:column;gap:0}
.scan-prog{display:flex;align-items:center;padding:0 0 20px;gap:0}
.scan-step{display:flex;align-items:center;gap:6px;font-family:var(--font-d);font-size:11px;font-weight:700;color:rgba(255,255,255,.4);transition:color var(--t)}
.scan-step.active{color:rgba(255,255,255,.9)}
.scan-step.done{color:rgba(74,222,128,.8)}
.scan-step-n{width:22px;height:22px;border-radius:50%;border:1.5px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;color:rgba(255,255,255,.4);transition:all var(--t);flex-shrink:0}
.scan-step.active .scan-step-n{background:#fff;border-color:#fff;color:var(--navy)}
.scan-step.done .scan-step-n{background:#4ade80;border-color:#4ade80;color:#14532d;font-size:9px}
.scan-step-line{flex:1;height:1px;background:rgba(255,255,255,.1);margin:0 6px}
.sw-body{display:flex;flex-direction:column;gap:14px}
.sw-label{font-family:var(--font-d);font-size:13px;font-weight:700;color:rgba(255,255,255,.85);margin-bottom:2px}
.sw-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
.sw-tile{background:rgba(255,255,255,.06);border:1.5px solid rgba(255,255,255,.1);border-radius:10px;padding:12px 6px;text-align:center;cursor:pointer;transition:all var(--t);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-height:68px}
.sw-tile:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.25)}
.sw-tile.sel{background:rgba(123,188,245,.15);border-color:var(--light)}
.sw-tile svg{width:26px;height:26px;opacity:.8;transition:opacity var(--t)}
.sw-tile.sel svg{opacity:1}
.sw-tile-lbl{font-size:10px;font-weight:700;color:rgba(255,255,255,.82);letter-spacing:.02em}
.sw-tile.sel .sw-tile-lbl{color:#fff}
.sw-upload{border:2px dashed rgba(255,255,255,.18);border-radius:10px;padding:28px 16px;text-align:center;cursor:pointer;transition:all var(--t);background:rgba(255,255,255,.03)}
.sw-upload:hover{border-color:rgba(255,255,255,.38);background:rgba(255,255,255,.07)}
.sw-upload-icon{font-size:24px;margin-bottom:8px}
.sw-upload-title{font-family:var(--font-d);font-size:13px;font-weight:700;color:rgba(255,255,255,.88);margin-bottom:4px}
.sw-upload-sub{font-size:11px;color:rgba(255,255,255,.45)}
.sw-input{width:100%;padding:11px 13px;border:1.5px solid rgba(255,255,255,.15);border-radius:var(--r);font-family:var(--font-b);font-size:14px;color:#fff;background:rgba(255,255,255,.08);transition:border-color var(--t);outline:none}
.sw-input:focus{border-color:rgba(255,255,255,.4)}
.sw-input::placeholder{color:rgba(255,255,255,.38)}
.sw-btn{width:100%;padding:13px;background:linear-gradient(135deg,var(--bright),var(--mid));color:#fff;font-family:var(--font-d);font-size:14px;font-weight:800;border:none;border-radius:var(--r-pill);cursor:pointer;transition:all var(--t);min-height:48px}
.sw-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(59,143,232,.4)}
.sw-err{font-size:11px;color:#fca5a5;display:none;margin-top:4px}

/* ══════════════════════════════════════════════════════════
   WHY SECTION
══════════════════════════════════════════════════════════ */
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.why-card{background:#fff;border-radius:var(--r-lg);border:1px solid var(--border);padding:32px;transition:all var(--t)}
.why-card:hover{border-color:var(--light);box-shadow:var(--sh-lg);transform:translateY(-3px)}
.why-icon{width:52px;height:52px;border-radius:14px;background:var(--lightest);display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.why-icon svg{width:24px;height:24px;color:var(--mid)}
.why-card h3{font-size:16px;margin-bottom:10px}
.why-card p{font-size:13.5px;color:var(--muted);line-height:1.65}
.why-accent{font-size:12px;color:var(--mid);font-weight:700;margin-top:10px}

/* ══════════════════════════════════════════════════════════
   HOW IT WORKS
══════════════════════════════════════════════════════════ */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}
.steps::after{content:'';position:absolute;top:36px;left:12.5%;right:12.5%;height:2px;background:linear-gradient(90deg,transparent,var(--border),var(--border),transparent);z-index:0}
.step{text-align:center;position:relative;z-index:1;padding:0 16px}
.step-n{width:72px;height:72px;background:#fff;border:2px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-family:var(--font-d);font-size:22px;font-weight:900;color:var(--navy);transition:all var(--t-slow);box-shadow:var(--sh-sm)}
.step:hover .step-n{background:var(--mid);border-color:var(--mid);color:#fff;box-shadow:0 8px 24px rgba(26,111,212,.3)}
.step h3{font-size:15px;margin-bottom:8px}
.step p{font-size:13px;color:var(--muted);line-height:1.6}

/* ══════════════════════════════════════════════════════════
   REVIEWS
══════════════════════════════════════════════════════════ */
.rev-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.rev-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);padding:28px 28px 24px;display:flex;flex-direction:column;gap:14px;transition:all var(--t)}
.rev-card:hover{box-shadow:var(--sh);border-color:var(--border)}
.rev-stars{color:#f59e0b;font-size:14px;letter-spacing:3px}
.rev-text{font-size:14.5px;color:var(--text);line-height:1.7;font-style:italic;flex:1}
.rev-author{display:flex;align-items:center;gap:12px;margin-top:auto}
.rev-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--mid),var(--bright));display:flex;align-items:center;justify-content:center;font-family:var(--font-d);font-size:14px;font-weight:800;color:#fff;flex-shrink:0}
.rev-name{font-size:13px;font-weight:700;color:var(--navy)}
.rev-loc{font-size:11px;color:var(--muted)}
.rating-badge{display:inline-flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--border);border-radius:var(--r-pill);padding:10px 20px;box-shadow:var(--sh-sm)}

/* ══════════════════════════════════════════════════════════
   WERKGEBIED
══════════════════════════════════════════════════════════ */
.wg-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.wg-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);padding:28px 24px;text-align:center;transition:all var(--t)}
.wg-card:hover{border-color:var(--mid);box-shadow:var(--sh);transform:translateY(-2px)}
.wg-icon{width:56px;height:56px;margin:0 auto 14px;background:var(--lightest);border-radius:14px;display:flex;align-items:center;justify-content:center}
.wg-card h3{font-size:15px;margin-bottom:8px}
.wg-card p{font-size:12.5px;color:var(--muted);line-height:1.6;margin-bottom:14px}
.wg-links{display:flex;flex-wrap:wrap;gap:5px;justify-content:center}

/* ══════════════════════════════════════════════════════════
   UPSELL (impregneren + voegen)
══════════════════════════════════════════════════════════ */
.upsell-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.upsell-card{border-radius:var(--r-lg);overflow:hidden;border:1px solid var(--border)}
.upsell-head{padding:24px 28px;display:flex;align-items:center;gap:14px}
.upsell-head-icon{width:44px;height:44px;background:rgba(255,255,255,.15);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}
.upsell-head-text h3{font-size:16px;color:#fff;margin-bottom:3px}
.upsell-head-text p{font-size:12px;color:rgba(255,255,255,.6)}
.upsell-body{padding:24px 28px 28px;background:#fff}
.upsell-list{list-style:none;margin-bottom:20px;display:flex;flex-direction:column;gap:0}
.upsell-list li{padding:8px 0;font-size:13.5px;color:var(--muted);display:flex;align-items:flex-start;gap:10px;border-bottom:1px solid var(--border-light)}
.upsell-list li:last-child{border-bottom:none}
.upsell-check{color:var(--green);font-weight:800;flex-shrink:0;margin-top:1px}

/* ══════════════════════════════════════════════════════════
   ABOUT TEASER
══════════════════════════════════════════════════════════ */
.about-teaser{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.about-visual{position:relative}
.about-visual-img{width:100%;border-radius:var(--r-xl);aspect-ratio:4/3;object-fit:cover;background:linear-gradient(145deg,var(--lightest),var(--border))}
.about-badge{position:absolute;bottom:-20px;right:-20px;background:#fff;border-radius:var(--r-lg);padding:20px 24px;box-shadow:var(--sh-xl);border:1px solid var(--border);text-align:center}
.about-badge-n{font-family:var(--font-d);font-size:32px;font-weight:900;color:var(--navy);line-height:1}
.about-badge-l{font-size:11px;color:var(--muted);margin-top:4px}
.about-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:28px}
.about-stat{background:var(--off);border-radius:var(--r);padding:16px 20px}
.about-stat-n{font-family:var(--font-d);font-size:26px;font-weight:900;color:var(--navy)}
.about-stat-l{font-size:12px;color:var(--muted);margin-top:2px}

/* ══════════════════════════════════════════════════════════
   CTA BANNER soft, single instance
══════════════════════════════════════════════════════════ */
.cta-banner{background:var(--off);padding:80px 0;text-align:center}
.cta-banner h2{font-size:clamp(26px,3vw,38px);color:#fff;margin-bottom:14px}
.cta-banner p{font-size:17px;color:rgba(255,255,255,.88);margin-bottom:36px;max-width:480px;margin-left:auto;margin-right:auto;line-height:1.7}
.cta-banner-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.cta-trust{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;margin-top:20px}
.cta-trust-item{font-size:12px;color:rgba(255,255,255,.4);display:flex;align-items:center;gap:5px}

/* ══════════════════════════════════════════════════════════
   PAGE HEROS (inner pages)
══════════════════════════════════════════════════════════ */
.page-hero{background:linear-gradient(145deg,var(--navy),var(--blue));padding:80px 0 64px}
.page-hero .sec-eyebrow{background:rgba(255,255,255,.1);color:rgba(255,255,255,.75)}
.page-hero h1{font-size:clamp(30px,4vw,52px);color:#fff;margin:10px 0 14px}
.page-hero .lead{font-size:17px;color:rgba(255,255,255,.72);max-width:560px;line-height:1.7}

/* ══════════════════════════════════════════════════════════
   CONTACT FORM
══════════════════════════════════════════════════════════ */
.contact-layout{display:grid;grid-template-columns:1fr 360px;gap:48px;align-items:start}
.form-wrap{background:#fff;border-radius:var(--r-xl);border:1px solid var(--border);overflow:hidden;box-shadow:var(--sh-lg)}
.form-head{background:var(--off));padding:28px 32px}
.form-head h2{font-size:19px;color:#fff;margin-bottom:6px}
.form-head p{font-size:13px;color:rgba(255,255,255,.7)}
.fprog{display:flex;align-items:center;padding:20px 32px 0}
.fprog-dot{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-d);font-size:13px;font-weight:800;border:2px solid var(--border);color:var(--muted);transition:all var(--t);flex-shrink:0}
.fprog-dot.act{background:linear-gradient(135deg,var(--mid),var(--blue));border-color:transparent;color:#fff}
.fprog-dot.done{background:var(--green-light);border-color:var(--green);color:var(--green)}
.fprog-line{flex:1;height:2px;background:var(--border);margin:0 4px}
.fprog-line.done{background:var(--green)}
.fprog-labels{display:flex;padding:6px 32px 16px;justify-content:space-between}
.fprog-lbl{font-size:10px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;flex:1;text-align:center}
.fprog-lbl.act{color:var(--mid)}
.form-body{padding:28px 32px 32px}
.fstep{display:none}
.fstep.vis{display:block}
.fstep-title{font-family:var(--font-d);font-size:16px;font-weight:900;color:var(--navy);margin-bottom:4px}
.fstep-sub{font-size:13px;color:var(--muted);margin-bottom:22px}
.frow{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:14px}
.frow.full{grid-template-columns:1fr}
.fw{display:flex;flex-direction:column;gap:6px}
label{font-size:11px;font-weight:700;color:var(--navy);text-transform:uppercase;letter-spacing:.05em}
.req{color:var(--red)}
input[type=text],input[type=email],input[type=tel],textarea{width:100%;padding:11px 14px;border:1.5px solid var(--border);border-radius:var(--r);font-family:var(--font-b);font-size:14px;color:var(--text);background:#fff;transition:border-color var(--t);outline:none;-webkit-appearance:none}
input:focus,textarea:focus{border-color:var(--mid);box-shadow:0 0 0 3px rgba(26,111,212,.1)}
input::placeholder,textarea::placeholder{color:var(--subtle)}
textarea{resize:vertical;min-height:100px}
.ferr{font-size:11px;color:var(--red);display:none;margin-top:3px}
.ferr.show{display:block}
.chip-wrap{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}
.chip{padding:9px 16px;border:1.5px solid var(--border);border-radius:var(--r-pill);font-size:13px;font-weight:600;cursor:pointer;transition:all var(--t);color:var(--muted);background:#fff;min-height:42px;display:flex;align-items:center}
.chip:hover{border-color:var(--mid);color:var(--navy)}
.chip.sel{background:var(--lightest);border-color:var(--mid);color:var(--mid);font-weight:700}
.fbtn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;font-family:var(--font-d);font-size:14px;font-weight:800;padding:13px;border-radius:var(--r-pill);border:none;cursor:pointer;transition:all var(--t);min-height:48px}
.fbtn-next{background:linear-gradient(135deg,var(--mid),var(--blue));color:#fff;box-shadow:0 4px 14px rgba(26,111,212,.28)}
.fbtn-next:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(26,111,212,.38)}
.fbtn-sub{background:linear-gradient(135deg,var(--green),#22c55e);color:#fff;font-size:16px;padding:15px}
.fbtn-sub:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(26,138,60,.35)}
.fbtn-back{background:transparent;border:1.5px solid var(--border);color:var(--muted);font-size:13px;padding:10px 16px;min-height:38px;border-radius:var(--r-pill);cursor:pointer;font-family:var(--font-d);font-weight:700;transition:all var(--t)}
.fbtn-back:hover{border-color:var(--mid);color:var(--navy)}
.fov-box{background:var(--off);border:1px solid var(--border-light);border-radius:var(--r);padding:16px 20px;margin-bottom:20px}
.fov-row{display:flex;justify-content:space-between;padding:7px 0;border-bottom:1px solid var(--border-light);font-size:13.5px}
.fov-row:last-child{border-bottom:none}
.fov-key{color:var(--muted);font-weight:600}
.fov-val{color:var(--navy);font-weight:700;text-align:right;max-width:55%}
.fsuccess{text-align:center;padding:40px 24px;display:none}
.fsuccess.show{display:block}
.fsuccess-icon{width:72px;height:72px;background:linear-gradient(135deg,var(--green),#4ade80);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;box-shadow:0 6px 20px rgba(26,138,60,.3)}
.size-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}
.size-btn{border:1.5px solid var(--border);border-radius:var(--r);padding:12px 8px;text-align:center;cursor:pointer;transition:all var(--t);background:#fff;min-height:64px;display:flex;flex-direction:column;align-items:center;justify-content:center}
.size-btn:hover{border-color:var(--mid)}
.size-btn.sel,.size-btn[aria-pressed=true]{background:var(--lightest);border-color:var(--mid)}
.size-btn-n{font-family:var(--font-d);font-size:16px;font-weight:900;color:var(--navy)}
.size-btn-s{font-size:11px;color:var(--muted);margin-top:2px}
.addr-trust{background:var(--lightest);border:1px solid var(--border-light);border-radius:var(--r);padding:14px 16px;margin-bottom:14px}
.addr-trust-body{display:flex;align-items:flex-start;gap:10px}
.addr-trust-text h4{font-size:12.5px;font-weight:700;color:var(--navy);margin-bottom:3px}
.addr-trust-text p{font-size:12px;color:var(--muted);line-height:1.55}
.addr-toggle-btn{font-size:12px;font-weight:700;color:var(--mid);background:none;border:1px solid var(--border);border-radius:var(--r-pill);padding:6px 14px;cursor:pointer;transition:all var(--t);margin-top:10px}
.addr-toggle-btn:hover{border-color:var(--mid)}

/* Contact sidebar */
.contact-sidebar{display:flex;flex-direction:column;gap:16px}
.cinfo-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden}
.cinfo-head{background:var(--off);padding:12px 20px;font-family:var(--font-d);font-size:11px;font-weight:800;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.1em}
.cinfo-body{padding:16px 20px}
.cinfo-link{display:flex;align-items:center;gap:12px;padding:10px 0;text-decoration:none;border-bottom:1px solid var(--border-light);transition:color var(--t)}
.cinfo-link:last-child{border-bottom:none}
.cinfo-link:hover{color:var(--mid)}
.cinfo-link-icon{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.cinfo-link-title{font-size:13.5px;font-weight:700;color:var(--navy)}
.cinfo-link-sub{font-size:11px;color:var(--muted)}

/* ══════════════════════════════════════════════════════════
   OVER ONS PAGE
══════════════════════════════════════════════════════════ */
.expertise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.exp-card{background:#fff;border:1px solid var(--border);border-radius:var(--r-lg);padding:28px;transition:all var(--t)}
.exp-card:hover{border-color:var(--light);box-shadow:var(--sh)}
.exp-icon{width:48px;height:48px;border-radius:12px;background:var(--lightest);display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.exp-icon svg{width:22px;height:22px;color:var(--mid)}
.exp-card h3{font-size:15px;margin-bottom:8px}
.exp-card p{font-size:13px;color:var(--muted);line-height:1.65}

/* ══════════════════════════════════════════════════════════
   FOOTER
══════════════════════════════════════════════════════════ */
.footer{background:var(--off)}
.footer-top{max-width:var(--max);margin:0 auto;padding:72px 48px 56px;display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:48px}
.footer-brand p{font-size:14px;color:rgba(255,255,255,.72);line-height:1.75;margin-top:16px;max-width:260px}
.footer-socials{display:flex;gap:8px;margin-top:20px}
.footer-social-btn{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;transition:opacity var(--t)}
.footer-social-btn:hover{opacity:.85}
.footer-col h4{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:18px}
.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px}
.footer-links a{font-size:14px;color:rgba(255,255,255,.75);text-decoration:none;transition:color var(--t);display:flex;align-items:center;gap:6px}
.footer-links a:hover{color:#fff}
.footer-contact-item{display:flex;align-items:center;gap:10px;font-size:13.5px;color:rgba(255,255,255,.80);margin-bottom:10px;text-decoration:none;transition:color var(--t)}
.footer-contact-item:hover{color:#fff}
.footer-contact-item svg{opacity:.6;flex-shrink:0}
.footer-bottom{border-top:1px solid rgba(255,255,255,.07);padding:20px 48px;max-width:var(--max);margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}
.footer-bottom p{font-size:12px;color:rgba(255,255,255,.3)}
.footer-bottom-links{display:flex;gap:20px}
.footer-bottom-links a{font-size:12px;color:rgba(255,255,255,.3);text-decoration:none}
.footer-bottom-links a:hover{color:rgba(255,255,255,.6)}

/* ══════════════════════════════════════════════════════════
   FLOATING ELEMENTS
══════════════════════════════════════════════════════════ */

.wa-float:hover{transform:scale(1.08);background:#128c7e}
.wa-float svg{width:26px;height:26px;fill:#fff}
.sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:880;background:var(--off));padding:12px 48px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;transform:translateY(100%);opacity:0;transition:all .45s cubic-bezier(.34,1.56,.64,1);box-shadow:0 -4px 24px rgba(13,36,68,.2)}
.sticky-bar.show{transform:translateY(0);opacity:1}
.sticky-bar-text{font-size:13px;font-weight:700;color:#fff;display:flex;align-items:center;gap:10px}
.sticky-bar-actions{display:flex;gap:10px;flex-shrink:0}

/* Exit overlay */
.exit-overlay{position:fixed;inset:0;z-index:9999;background:rgba(7,24,46,.7);backdrop-filter:blur(8px);display:none;align-items:center;justify-content:center;padding:24px}
.exit-overlay.show{display:flex}
.exit-modal{background:#fff;border-radius:var(--r-xl);max-width:440px;width:100%;padding:48px 40px;text-align:center;box-shadow:var(--sh-xl);position:relative}
.exit-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:20px;color:var(--muted);cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background var(--t)}
.exit-close:hover{background:var(--off)}

/* ══════════════════════════════════════════════════════════
   PAGE SYSTEM
══════════════════════════════════════════════════════════ */
.page{display:none!important}
.page.active{display:block!important;animation:pgIn .3s ease}
.pseo-page{display:none}
.pseo-page.active{display:block!important;animation:pgIn .3s ease}
.blog-artikel{display:none;pointer-events:none;position:relative}
.blog-artikel.active{display:block!important;position:fixed;top:0;left:0;right:0;bottom:0;overflow-y:auto;z-index:9999;pointer-events:auto;background:#fff;animation:pgIn .3s ease}
@keyframes pgIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}

/* ══════════════════════════════════════════════════════════
   MOBILE BOTTOM NAV
══════════════════════════════════════════════════════════ */
.mob-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;z-index:899;background:rgba(255,255,255,.97);backdrop-filter:blur(20px);border-top:1px solid var(--border);padding:0 4px max(10px,env(safe-area-inset-bottom));box-shadow:0 -4px 24px rgba(13,36,68,.08)}

/* ══════════════════════════════════════════════════════════
   KEYFRAMES
══════════════════════════════════════════════════════════ */
@keyframes fadeUp{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}
@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE TABLET (1024px)
══════════════════════════════════════════════════════════ */
@media(max-width:1024px){
  .ctr{padding:0 32px}
  .hero-content{grid-template-columns:1fr;gap:0;padding:100px 32px 64px}
  .hero-trust{display:none}
  .hero-stats{grid-template-columns:repeat(2,1fr);row-gap:16px}
  .hero-stat{border-right:none;padding:0;text-align:left;display:flex;align-items:center;gap:12px}
  .hero-stat-n{font-size:24px}
  .scan-section-wrap{grid-template-columns:1fr;min-height:auto}
  .scan-section-left{padding:48px 40px 32px}
  .scan-section-right{border-left:none;border-top:1px solid rgba(255,255,255,.08);padding:32px 40px 40px}
  .steps::after{display:none}
  .footer-top{grid-template-columns:1fr 1fr;gap:40px}
  .g21,.g12,.g11c{grid-template-columns:1fr;gap:40px}
  .about-teaser{grid-template-columns:1fr;gap:40px}
  .about-badge{display:none}
  .trust-strip-inner{gap:0;justify-content:flex-start}
  .trust-item{padding:4px 16px}
  .contact-layout{grid-template-columns:1fr}
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE MOBILE (768px) preserve working mobile UX
══════════════════════════════════════════════════════════ */
@media(max-width:768px){
  :root{--max:100%}
  body{padding-bottom:72px}
  .ctr{padding:0 20px}
  section{padding:56px 0}
  section.dense{padding:40px 0}

  /* Nav */
  .nav-inner{height:58px;padding:0 20px;gap:12px}
  .nav-links,.nav-rating{display:none}
  .nav-hamburger{display:flex}
  .nav-actions .btn:not(.btn-sm){display:none}

  /* Hero */
  .hero-content{padding:80px 20px 40px!important}
  .hero h1{font-size:clamp(32px,8vw,46px);letter-spacing:-.025em}
  .hero-desc{font-size:16px}
  .hero-btns{flex-direction:column}
  .hero-btns .btn{width:100%;justify-content:center}
  .hero-stats{grid-template-columns:1fr 1fr;gap:14px;padding-top:20px}
  .hero-stat{flex-direction:column;align-items:flex-start;gap:4px}
  .hero-stat-n{font-size:26px}

  /* Trust strip */
  .trust-strip-inner{gap:0;padding:0 20px;overflow-x:auto}
  .trust-item{padding:6px 14px;font-size:12px;white-space:nowrap}
  .trust-item svg{width:14px;height:14px}

  /* Grids */
  .g2,.g3,.g4,.svc-grid,.why-grid,.rev-grid,.wg-grid,.upsell-grid,.expertise-grid,.ba-grid{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr 1fr;gap:24px}
  .scan-section-wrap{grid-template-columns:1fr}
  .scan-section-left{padding:32px 24px 24px}
  .scan-section-right{padding:24px 24px 32px;border-top:1px solid rgba(255,255,255,.08);border-left:none}
  .sw-tiles{grid-template-columns:repeat(3,1fr)}
  .footer-top{grid-template-columns:1fr;gap:36px;padding:48px 20px 40px}
  .footer-bottom{padding:16px 20px;flex-direction:column;gap:8px;text-align:center}
  .contact-layout{grid-template-columns:1fr;gap:24px}
  .frow{grid-template-columns:1fr}
  .form-body{padding:20px}
  .fprog{padding:16px 20px 0}
  .fprog-labels{padding:4px 20px 14px}
  .sticky-bar{padding:10px 20px;bottom:64px}
  .sticky-bar-text{font-size:12px}
  
  .wa-float svg{width:22px;height:22px}
  .exit-modal{padding:36px 24px}

  /* Mobile bottom nav */
  .mob-bottom-nav{display:flex;justify-content:space-around;align-items:stretch}
  .nav-hamburger{display:flex}
}

/* ══════════════════════════════════════════════════════════
   MOBILE NAV BAR ITEMS
══════════════════════════════════════════════════════════ */
.mob-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:10px 2px 8px;background:none;border:none;cursor:pointer;font-family:var(--font-d);font-size:9.5px;font-weight:700;color:var(--muted);gap:4px;transition:all var(--t);min-height:54px;border-top:2px solid transparent}
.mob-nav-item svg{width:20px;height:20px;stroke:currentColor;transition:all var(--t)}
.mob-nav-item:hover,.mob-nav-item.active{color:var(--mid);border-top-color:var(--mid)}
.mob-nav-cta{flex:0 0 56px;background:linear-gradient(145deg,var(--mid),var(--blue));color:#fff!important;border-radius:14px;margin:8px 4px;padding:10px 4px;box-shadow:0 4px 16px rgba(26,111,212,.4);border-top:none!important}
.mob-nav-cta svg{stroke:#fff!important}
.mob-nav-cta:hover{transform:translateY(-2px)}
.mob-nav-cta.active{color:#fff!important;border-top:none!important}

@media(max-width:480px){
  .chip{font-size:12px;padding:8px 12px}
  .hero h1{font-size:clamp(28px,7.5vw,38px)}
  .sw-tile{padding:10px 4px;min-height:66px}
}

/* ══════════════════════════════════════════════════════════
   HOVER STATES desktop only
══════════════════════════════════════════════════════════ */
@media(hover:hover){
  .svc-card:hover{transform:translateY(-5px)}
  .why-card:hover{transform:translateY(-3px)}
  .wg-card:hover{transform:translateY(-2px)}
  .step:hover .step-n{background:var(--mid);border-color:var(--mid);color:#fff}
  .card:hover{transform:translateY(-3px)}
}

/* Print */
@media print{
  .nav,.ticker-bar,.trust-strip,.wa-float,.sticky-bar,.mob-bottom-nav,.exit-overlay{display:none!important}
  .page{display:block!important}
  body{padding-bottom:0!important}
}

@media(max-width:1024px){.blog-layout{grid-template-columns:1fr!important}.blog-layout>div:last-child{display:none}}

/* ── Instagram-style mobile bottom nav ── */
.mob-bottom-nav{
  display:none;
  position:fixed;bottom:0;left:0;right:0;z-index:899;
  background:rgba(255,255,255,.97);
  backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
  border-top:1px solid rgba(0,0,0,.08);
  padding:0 4px max(10px,env(safe-area-inset-bottom)) 4px;
  box-shadow:0 -2px 16px rgba(0,0,0,.07);
}
@media(max-width:768px){
  .mob-bottom-nav{display:flex;justify-content:space-around;align-items:stretch}
  body{padding-bottom:max(68px, calc(58px + env(safe-area-inset-bottom)))}
  
  .sticky-bar{bottom:max(68px, calc(58px + env(safe-area-inset-bottom)))}
}
.mob-nav-item{
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  flex:1;padding:10px 4px 8px;min-height:54px;
  background:none;border:none;cursor:pointer;
  font-family:var(--font-d);font-size:9.5px;font-weight:600;
  color:#8e8e8e;gap:3px;transition:all .15s ease;
  border-top:2px solid transparent;
  -webkit-tap-highlight-color:transparent;
}
.mob-nav-item svg{width:22px;height:22px;transition:all .15s ease}
.mob-nav-item:hover,.mob-nav-item.active{
  color:var(--navy);
}
.mob-nav-item.active svg{
  stroke:var(--navy);
}
/* Active state: fill effect like Instagram */
.mob-nav-item.active path[d*="M3 9"]{fill:var(--navy);stroke:none}
/* Plus button (center CTA) */
.mob-nav-cta{
  flex:0 0 52px!important;
  background:linear-gradient(145deg,var(--mid),var(--blue))!important;
  border-radius:14px!important;
  margin:8px 4px!important;
  padding:10px 6px!important;
  min-height:38px!important;
  box-shadow:0 3px 12px rgba(26,111,212,.4);
  color:#fff!important;
  border-top:none!important;
  font-size:9px!important;
}
.mob-nav-cta:hover{transform:scale(1.05)}
.mob-nav-cta.active{color:#fff!important;border-top:none!important}


/* ════ DEFINITIEVE CONTRAST FIX ════
   Aanpak: target inline dark backgrounds direct
   en forceer alle kindteksten wit
*/

/* Alle elementen met donkere achtergrond → alle tekst wit */
[style*="background:linear-gradient(135deg,var(--navy)"] *,
[style*="background:linear-gradient(135deg,var(--navy)"] {
  color: #ffffff !important;
}
[style*="background:var(--navy)"] *,
[style*="background:var(--navy)"] {
  color: #ffffff !important;
}
[style*="background:#0d2444"] *,
[style*="background:#0d2444"] {
  color: #ffffff !important;
}

/* Uitzonderingen: knoppen en badges behouden hun eigen kleur */
[style*="background:linear-gradient(135deg,var(--navy)"] .btn,
[style*="background:linear-gradient(135deg,var(--navy)"] .btn *,
[style*="background:var(--navy)"] .btn,
[style*="background:var(--navy)"] .btn * {
  color: inherit !important;
}

/* Witte kaarten BINNEN donkere secties → donkere tekst */
[style*="background:linear-gradient(135deg,var(--navy)"] [style*="background:#fff"],
[style*="background:linear-gradient(135deg,var(--navy)"] [style*="background:white"],
[style*="background:var(--navy)"] [style*="background:#fff"],
[style*="background:var(--navy)"] [style*="background:white"] {
  color: var(--navy) !important;
}
[style*="background:linear-gradient(135deg,var(--navy)"] [style*="background:#fff"] *,
[style*="background:linear-gradient(135deg,var(--navy)"] [style*="background:white"] *,
[style*="background:var(--navy)"] [style*="background:#fff"] *,
[style*="background:var(--navy)"] [style*="background:white"] * {
  color: var(--navy) !important;
}

/* CSS klasse-gebaseerde donkere secties */
.sec-why { background: #f7fafd !important; }
.sec-why, .sec-why * { color: var(--navy) !important; }
.why-card { background: #ffffff !important; }
.why-card * { color: var(--navy) !important; }
.why-card p { color: #4a6280 !important; }
.why-card .why-accent { color: var(--mid) !important; }

/* page-hero altijd donker met witte tekst */
.page-hero { background: linear-gradient(135deg,var(--navy),var(--blue)) !important; }
.page-hero, .page-hero * { color: #ffffff !important; }
.page-hero .btn-primary { color: #ffffff !important; }
.page-hero .btn-o { color: #ffffff !important; border-color: #ffffff !important; }

/* Navigatie altijd licht */
.nav, .nav * { color: var(--navy) !important; }
.nav .btn, .nav .btn * { color: #ffffff !important; }
.nav-links a { color: var(--navy) !important; }

/* WhatsApp float */

.wa-btn-float * { color: #ffffff !important; }

/* Knoppen */
.btn-primary, .btn-primary * { color: #ffffff !important; }
.btn-o { border-color: currentColor !important; }

/* ════ FORCE LIGHT MODE - iOS Dark Mode fix ════ */
:root {
  color-scheme: light !important;
}
html, body {
  color-scheme: light !important;
  background-color: #ffffff !important;
}

/* All sections default to white bg with dark text */
section, div.page, .page {
  background-color: #ffffff;
  color: #0d2444;
}

/* DARK sections: explicitly set bg AND text */
.hero, .hero.flush {
  background: linear-gradient(145deg,#06172d 0%,#0d2444 50%,#0e2e5c 100%) !important;
  color: #ffffff !important;
}
.hero *, .hero.flush * { color: #ffffff !important; }

.scan-section-wrap {
  background: linear-gradient(145deg,#0d2444 0%,#1255a0 60%,#1a6fd4 100%) !important;
  color: #ffffff !important;
}
.scan-section-wrap * { color: #ffffff !important; }

.page-hero {
  background: linear-gradient(145deg,#0d2444,#1255a0) !important;
  color: #ffffff !important;
}
.page-hero * { color: #ffffff !important; }

.cta-banner {
  color: #ffffff !important;
}
.cta-banner * { color: #ffffff !important; }

/* LIGHT sections: explicitly set bg AND text */
section:not(.hero):not(.page-hero):not([class*="scan"]) {
  background-color: #ffffff;
  color: #0d2444;
}

/* Section heading text */
section:not(.hero):not(.page-hero) h1,
section[style*="background-color:#ffffff"]:not(.hero) h2,
section[style*="background-color:#ffffff"]:not(.hero) h3,
section[style*="background:#fff"]:not(.hero) h2 {
  color: #0d2444 !important;
}
section:not(.hero):not(.page-hero) p {
  color: #4a6280 !important;
}

/* Cards always white bg */
.why-card, .svc-card, .wg-card, .step-card, .exp-card {
  background-color: #ffffff !important;
  color: #0d2444 !important;
}
.why-card *, .svc-card *, .wg-card *, .step-card *, .exp-card * {
  color: #0d2444 !important;
}
.why-card p, .svc-card p, .wg-card p {
  color: #4a6280 !important;
}

/* Inline dark backgrounds: force white text on their children */
[style*="background:linear-gradient(135deg,var(--navy)"] { color: #ffffff !important; }
[style*="background:linear-gradient(135deg,var(--navy)"] * { color: #ffffff !important; }
[style*="background:var(--navy)"] { color: #ffffff !important; }
[style*="background:var(--navy)"] * { color: #ffffff !important; }

/* Knoppen */
.btn-primary { color: #ffffff !important; }
.btn-o.btn-dark { color: #ffffff !important; border-color: rgba(255,255,255,.5) !important; }

/* Nav: altijd licht */
.nav { background-color: rgba(255,255,255,.97) !important; color: #0d2444 !important; }
.nav * { color: #0d2444 !important; }
.nav .btn-primary, .nav .btn-primary * { color: #ffffff !important; }

/* WA float */

.wa-btn-float svg { fill: #ffffff !important; }

/* Explicitly set bg-color on each alternating section for iOS */
#sec-resultaten { background-color: #0d2444; color: #ffffff; }
#sec-resultaten * { color: #ffffff !important; }
#sec-resultaten h2 { color: #ffffff !important; }
#sec-resultaten p { color: rgba(255,255,255,.85) !important; }

/* Social section - light */
.social-section, [class*="social"] section { 
  background-color: #f7fafd !important; 
  color: #0d2444 !important; 
}

/* Scan section - override our global section fix */
.scan-section-wrap,
.scan-section-wrap * {
  color-scheme: light !important;
}
.scan-section-left p {
  color: rgba(255,255,255,0.92) !important;
}
.scan-benefit {
  color: rgba(255,255,255,0.92) !important;
}
.scan-section-left h2 {
  color: #ffffff !important;
}
.scan-section-left h2 em {
  color: #7bbcf5 !important;
}
.scan-benefit-check svg {
  stroke: #4ade80 !important;
}

/* Also fix: our global "section p" rule overrides scan */
section.scan-section-wrap p,
.scan-section-left > p {
  color: rgba(255,255,255,0.92) !important;
}

/* Hero trust card - fix on mobile */
@media (max-width: 768px) {
  .hero-trust {
    display: none !important;
  }
}
/* Also hide the hero-trust-card white box that shows as empty */
.hero-trust-card {
  background: rgba(15, 40, 80, 0.85) !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
}
.hero-trust-card * {
  color: rgba(255,255,255,0.9) !important;
}
.hero-trust-check {
  background: rgba(74,222,128,0.2) !important;
  border-color: rgba(74,222,128,0.4) !important;
}

/* Fix white block: tint section matches scan bg */
.tint {
  background: linear-gradient(145deg,var(--navy) 0%,#1255a0 60%,#1a6fd4 100%) !important;
  padding: 0 !important;
}

/* Fix trust-strip: hide on mobile (was only in @print) */
@media (max-width: 900px) {
  .trust-strip {
    display: none !important;
  }
}

/* Scan section text - make sure it's white */
.tint p,
section.tint p {
  color: rgba(255,255,255,0.92) !important;
}
.scan-section-left p {
  color: rgba(255,255,255,0.92) !important;
}
.scan-benefit {
  color: rgba(255,255,255,0.92) !important;
}

/* ================================================================
   WATERWONDERS — SCHONE CSS (zonder conflicten)
   ================================================================ */

/* Scan widget inner wrap = DARK bg */
.scan-section-wrap {
  background: linear-gradient(145deg,#0d2444,#1255a0,#1a6fd4) !important;
}

/* Hero stats (counter section at bottom of hero) */
.hero-stats { background: rgba(0,0,0,0.3); }

/* Footer = donker */
.footer { background: #0d2444 !important; }
.footer h4 { color: rgba(255,255,255,.45) !important; letter-spacing:.1em; }
.footer p, .footer li, .footer address,
.footer-brand p, .footer-links a,
.footer-contact-item { color: rgba(255,255,255,.75) !important; }
.footer-links a:hover { color: #fff !important; }
.footer-social-btn { color: #fff !important; }
.footer-social-btn svg, .footer-social-btn path { fill: #fff !important; }
.footer-bottom p, .footer-bottom-links a { color: rgba(255,255,255,.4) !important; }
.footer-bottom-links a:hover { color: rgba(255,255,255,.8) !important; }

/* Navigatie */
.nav { background: rgba(255,255,255,.97) !important; }
.nav-links a { color: #0d2444 !important; }
.nav-links a:hover { color: #1a6fd4 !important; }
.nav-hamburger span { background-color: #0d2444 !important; }

/* Why-kaarten */
.why-card { background: #fff !important; }
.why-card h3 { color: #0d2444 !important; }
.why-card p { color: #3d5166 !important; }
.why-accent { color: #1a6fd4 !important; }

/* Knoppen */
.btn-primary, .btn-p { background: #1a6fd4 !important; color: #fff !important; }
.btn-o, .btn-ghost { color: #1a6fd4 !important; border-color: #1a6fd4 !important; }

.wa-btn-float svg { fill: #fff !important; }

/* Formulieren */
input, textarea, select { color: #0d2444 !important; background: #fff !important; }
input::placeholder, textarea::placeholder { color: #6b8099 !important; opacity:1 !important; }

/* Spinner */
@keyframes sw-spin { to { transform:rotate(360deg); } }
.sw-spinner {
  display:inline-block; width:14px; height:14px;
  border:2px solid rgba(255,255,255,.4); border-top-color:#fff;
  border-radius:50%; animation:sw-spin .7s linear infinite;
  vertical-align:middle; margin-right:6px;
}

/* WhatsApp float button */
.wa-float-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 99999;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,0.5);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.wa-float-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(37,211,102,0.6);
}
@media(max-width:768px) {
  .wa-float-btn {
    bottom: 80px;
    right: 16px;
    width: 54px;
    height: 54px;
  }
}

/* Force WA float button visible */
.wa-float-btn {
  display: flex !important;
  position: fixed !important;
  bottom: 24px !important;
  right: 24px !important;
  z-index: 99999 !important;
  width: 60px !important;
  height: 60px !important;
  background: #25d366 !important;
  border-radius: 50% !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 20px rgba(37,211,102,0.5) !important;
  text-decoration: none !important;
}
@media(max-width:768px) {
  .wa-float-btn {
    bottom: 80px !important;
    right: 16px !important;
    width: 54px !important;
    height: 54px !important;
  }
}

/* AI scan formulier velden - zwarte tekst */
#sw-naam, #sw-email, #sw-tel {
  color: #000000 !important;
  background: #ffffff !important;
  -webkit-text-fill-color: #000000 !important;
}
#sw-naam::placeholder, #sw-email::placeholder, #sw-tel::placeholder {
  color: #888888 !important;
  -webkit-text-fill-color: #888888 !important;
}

/* Werkgebied kaarten gecentreerd */
@media(min-width:768px) {
  .wg-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* CTA banner tekst gecentreerd */
#cta-h2, .cta-banner h2, .cta-banner p {
  text-align: center !important;
}
.cta-banner .ctr {
  text-align: center !important;
}

/* Werkgebied kaarten gecentreerd */
.wg-grid {
  justify-content: center !important;
  justify-items: center !important;
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media(min-width:768px) {
  .wg-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* CTA banner tekst gecentreerd */
#cta-h2, .cta-banner h2, .cta-banner p {
  text-align: center !important;
}
.cta-banner .ctr {
  text-align: center !important;
}

/* Google Places Autocomplete styling */
.addr-suggestion {
  padding: 10px 14px;
  cursor: pointer;
  font-size: 13px;
  color: #0d2444;
  border-bottom: 1px solid #f0f4f8;
  display: flex;
  align-items: center;
  gap: 8px;
}
.addr-suggestion:hover { background: #eef5fd; }
.addr-suggestion:last-child { border-bottom: none; }
.addr-suggestion .addr-main { font-weight: 600; }
.addr-suggestion .addr-sub { color: #6b8099; font-size: 11px; }
#addr-suggestions { position: absolute; }
.fw { position: relative; }

/* Blog artikel category badge */
.blog-artikel .tag.tag-blue {
  background: #1a6fd4 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  border: 1px solid rgba(255,255,255,.35) !important;
  font-weight: 800 !important;
}


/* ── CONTRAST FIX ── */

/* WATERWONDERS CONTRASTFIX - FINALE VERSIE */

/* STAP 1 & 2: Forceer WIT op ALLE tekstelementen binnen donkere containers */
[style*="background-color: rgb(2,"] p,[style*="background-color: rgb(2,"] h1,[style*="background-color: rgb(2,"] h2,[style*="background-color: rgb(2,"] h3,[style*="background-color: rgb(2,"] h4,[style*="background-color: rgb(2,"] span,[style*="background-color: rgb(2,"] strong,[style*="background-color: rgb(2,"] li,[style*="background-color: rgb(2,"] a,
[style*="background-color: rgb(3,"] p,[style*="background-color: rgb(3,"] h1,[style*="background-color: rgb(3,"] h2,[style*="background-color: rgb(3,"] h3,[style*="background-color: rgb(3,"] h4,[style*="background-color: rgb(3,"] span,[style*="background-color: rgb(3,"] strong,[style*="background-color: rgb(3,"] li,[style*="background-color: rgb(3,"] a,
[style*="background-color: rgb(4,"] p,[style*="background-color: rgb(4,"] h1,[style*="background-color: rgb(4,"] h2,[style*="background-color: rgb(4,"] h3,[style*="background-color: rgb(4,"] h4,[style*="background-color: rgb(4,"] span,[style*="background-color: rgb(4,"] strong,[style*="background-color: rgb(4,"] li,[style*="background-color: rgb(4,"] a,
[style*="background-color: rgb(5,"] p,[style*="background-color: rgb(5,"] h1,[style*="background-color: rgb(5,"] h2,[style*="background-color: rgb(5,"] h3,[style*="background-color: rgb(5,"] h4,[style*="background-color: rgb(5,"] span,[style*="background-color: rgb(5,"] strong,[style*="background-color: rgb(5,"] li,[style*="background-color: rgb(5,"] a,
[style*="background-color: rgb(6,"] p,[style*="background-color: rgb(6,"] h1,[style*="background-color: rgb(6,"] h2,[style*="background-color: rgb(6,"] h3,[style*="background-color: rgb(6,"] h4,[style*="background-color: rgb(6,"] span,[style*="background-color: rgb(6,"] strong,[style*="background-color: rgb(6,"] li,[style*="background-color: rgb(6,"] a,
[style*="background-color: rgb(7,"] p,[style*="background-color: rgb(7,"] h1,[style*="background-color: rgb(7,"] h2,[style*="background-color: rgb(7,"] h3,[style*="background-color: rgb(7,"] h4,[style*="background-color: rgb(7,"] span,[style*="background-color: rgb(7,"] strong,[style*="background-color: rgb(7,"] li,[style*="background-color: rgb(7,"] a,
[style*="background-color: rgb(8,"] p,[style*="background-color: rgb(8,"] h1,[style*="background-color: rgb(8,"] h2,[style*="background-color: rgb(8,"] h3,[style*="background-color: rgb(8,"] h4,[style*="background-color: rgb(8,"] span,[style*="background-color: rgb(8,"] strong,[style*="background-color: rgb(8,"] li,[style*="background-color: rgb(8,"] a,
[style*="background-color: rgb(9,"] p,[style*="background-color: rgb(9,"] h1,[style*="background-color: rgb(9,"] h2,[style*="background-color: rgb(9,"] h3,[style*="background-color: rgb(9,"] h4,[style*="background-color: rgb(9,"] span,[style*="background-color: rgb(9,"] strong,[style*="background-color: rgb(9,"] li,[style*="background-color: rgb(9,"] a,
[style*="background-color: rgb(10,"] p,[style*="background-color: rgb(10,"] h1,[style*="background-color: rgb(10,"] h2,[style*="background-color: rgb(10,"] h3,[style*="background-color: rgb(10,"] h4,[style*="background-color: rgb(10,"] span,[style*="background-color: rgb(10,"] strong,[style*="background-color: rgb(10,"] li,[style*="background-color: rgb(10,"] a,
[style*="background-color: rgb(11,"] p,[style*="background-color: rgb(11,"] h1,[style*="background-color: rgb(11,"] h2,[style*="background-color: rgb(11,"] h3,[style*="background-color: rgb(11,"] h4,[style*="background-color: rgb(11,"] span,[style*="background-color: rgb(11,"] strong,[style*="background-color: rgb(11,"] li,[style*="background-color: rgb(11,"] a,
[style*="background-color: rgb(12,"] p,[style*="background-color: rgb(12,"] h1,[style*="background-color: rgb(12,"] h2,[style*="background-color: rgb(12,"] h3,[style*="background-color: rgb(12,"] h4,[style*="background-color: rgb(12,"] span,[style*="background-color: rgb(12,"] strong,[style*="background-color: rgb(12,"] li,[style*="background-color: rgb(12,"] a,
[style*="background-color: rgb(13,"] p,[style*="background-color: rgb(13,"] h1,[style*="background-color: rgb(13,"] h2,[style*="background-color: rgb(13,"] h3,[style*="background-color: rgb(13,"] h4,[style*="background-color: rgb(13,"] span,[style*="background-color: rgb(13,"] strong,[style*="background-color: rgb(13,"] li,[style*="background-color: rgb(13,"] a,
[style*="background-color: rgb(14,"] p,[style*="background-color: rgb(14,"] h1,[style*="background-color: rgb(14,"] h2,[style*="background-color: rgb(14,"] h3,[style*="background-color: rgb(14,"] h4,[style*="background-color: rgb(14,"] span,[style*="background-color: rgb(14,"] strong,[style*="background-color: rgb(14,"] li,[style*="background-color: rgb(14,"] a,
[style*="background-color: rgb(15,"] p,[style*="background-color: rgb(15,"] h1,[style*="background-color: rgb(15,"] h2,[style*="background-color: rgb(15,"] h3,[style*="background-color: rgb(15,"] h4,[style*="background-color: rgb(15,"] span,[style*="background-color: rgb(15,"] strong,[style*="background-color: rgb(15,"] li,[style*="background-color: rgb(15,"] a,
[style*="background-color: rgb(16,"] p,[style*="background-color: rgb(16,"] h1,[style*="background-color: rgb(16,"] h2,[style*="background-color: rgb(16,"] h3,[style*="background-color: rgb(16,"] h4,[style*="background-color: rgb(16,"] span,[style*="background-color: rgb(16,"] strong,[style*="background-color: rgb(16,"] li,[style*="background-color: rgb(16,"] a,
[style*="background-color: rgb(17,"] p,[style*="background-color: rgb(17,"] h1,[style*="background-color: rgb(17,"] h2,[style*="background-color: rgb(17,"] h3,[style*="background-color: rgb(17,"] h4,[style*="background-color: rgb(17,"] span,[style*="background-color: rgb(17,"] strong,[style*="background-color: rgb(17,"] li,[style*="background-color: rgb(17,"] a,
[style*="background-color: rgb(18,"] p,[style*="background-color: rgb(18,"] h1,[style*="background-color: rgb(18,"] h2,[style*="background-color: rgb(18,"] h3,[style*="background-color: rgb(18,"] h4,[style*="background-color: rgb(18,"] span,[style*="background-color: rgb(18,"] strong,[style*="background-color: rgb(18,"] li,[style*="background-color: rgb(18,"] a,
[style*="background-color: rgb(19,"] p,[style*="background-color: rgb(19,"] h1,[style*="background-color: rgb(19,"] h2,[style*="background-color: rgb(19,"] h3,[style*="background-color: rgb(19,"] h4,[style*="background-color: rgb(19,"] span,[style*="background-color: rgb(19,"] strong,[style*="background-color: rgb(19,"] li,[style*="background-color: rgb(19,"] a,
[style*="background-color: rgb(20,"] p,[style*="background-color: rgb(20,"] h1,[style*="background-color: rgb(20,"] h2,[style*="background-color: rgb(20,"] h3,[style*="background-color: rgb(20,"] h4,[style*="background-color: rgb(20,"] span,[style*="background-color: rgb(20,"] strong,[style*="background-color: rgb(20,"] li,[style*="background-color: rgb(20,"] a,
[style*="background-color: rgb(21,"] p,[style*="background-color: rgb(21,"] h1,[style*="background-color: rgb(21,"] h2,[style*="background-color: rgb(21,"] h3,[style*="background-color: rgb(21,"] h4,[style*="background-color: rgb(21,"] span,[style*="background-color: rgb(21,"] strong,[style*="background-color: rgb(21,"] li,[style*="background-color: rgb(21,"] a,
[style*="background-color: rgb(22,"] p,[style*="background-color: rgb(22,"] h1,[style*="background-color: rgb(22,"] h2,[style*="background-color: rgb(22,"] h3,[style*="background-color: rgb(22,"] h4,[style*="background-color: rgb(22,"] span,[style*="background-color: rgb(22,"] strong,[style*="background-color: rgb(22,"] li,[style*="background-color: rgb(22,"] a,
[style*="background-color: rgb(23,"] p,[style*="background-color: rgb(23,"] h1,[style*="background-color: rgb(23,"] h2,[style*="background-color: rgb(23,"] h3,[style*="background-color: rgb(23,"] h4,[style*="background-color: rgb(23,"] span,[style*="background-color: rgb(23,"] strong,[style*="background-color: rgb(23,"] li,[style*="background-color: rgb(23,"] a,
[style*="background-color: rgb(24,"] p,[style*="background-color: rgb(24,"] h1,[style*="background-color: rgb(24,"] h2,[style*="background-color: rgb(24,"] h3,[style*="background-color: rgb(24,"] h4,[style*="background-color: rgb(24,"] span,[style*="background-color: rgb(24,"] strong,[style*="background-color: rgb(24,"] li,[style*="background-color: rgb(24,"] a,
[style*="background-color: rgb(25,"] p,[style*="background-color: rgb(25,"] h1,[style*="background-color: rgb(25,"] h2,[style*="background-color: rgb(25,"] h3,[style*="background-color: rgb(25,"] h4,[style*="background-color: rgb(25,"] span,[style*="background-color: rgb(25,"] strong,[style*="background-color: rgb(25,"] li,[style*="background-color: rgb(25,"] a,
[style*="background-color: rgb(26,"] p,[style*="background-color: rgb(26,"] h1,[style*="background-color: rgb(26,"] h2,[style*="background-color: rgb(26,"] h3,[style*="background-color: rgb(26,"] h4,[style*="background-color: rgb(26,"] span,[style*="background-color: rgb(26,"] strong,[style*="background-color: rgb(26,"] li,[style*="background-color: rgb(26,"] a,
[style*="background-color: rgb(27,"] p,[style*="background-color: rgb(27,"] h1,[style*="background-color: rgb(27,"] h2,[style*="background-color: rgb(27,"] h3,[style*="background-color: rgb(27,"] h4,[style*="background-color: rgb(27,"] span,[style*="background-color: rgb(27,"] strong,[style*="background-color: rgb(27,"] li,[style*="background-color: rgb(27,"] a,
[style*="background-color: rgb(28,"] p,[style*="background-color: rgb(28,"] h1,[style*="background-color: rgb(28,"] h2,[style*="background-color: rgb(28,"] h3,[style*="background-color: rgb(28,"] h4,[style*="background-color: rgb(28,"] span,[style*="background-color: rgb(28,"] strong,[style*="background-color: rgb(28,"] li,[style*="background-color: rgb(28,"] a,
[style*="background-color: rgb(29,"] p,[style*="background-color: rgb(29,"] h1,[style*="background-color: rgb(29,"] h2,[style*="background-color: rgb(29,"] h3,[style*="background-color: rgb(29,"] h4,[style*="background-color: rgb(29,"] span,[style*="background-color: rgb(29,"] strong,[style*="background-color: rgb(29,"] li,[style*="background-color: rgb(29,"] a,
[style*="background-color: rgb(30,"] p,[style*="background-color: rgb(30,"] h1,[style*="background-color: rgb(30,"] h2,[style*="background-color: rgb(30,"] h3,[style*="background-color: rgb(30,"] h4,[style*="background-color: rgb(30,"] span,[style*="background-color: rgb(30,"] strong,[style*="background-color: rgb(30,"] li,[style*="background-color: rgb(30,"] a {
  color: #ffffff !important;
}

/* STAP 3: Inline color overschrijven binnen donkere secties */
[style*="background-color: rgb(2,"] [style*="color"],[style*="background-color: rgb(3,"] [style*="color"],[style*="background-color: rgb(4,"] [style*="color"],[style*="background-color: rgb(5,"] [style*="color"],[style*="background-color: rgb(6,"] [style*="color"],[style*="background-color: rgb(7,"] [style*="color"],[style*="background-color: rgb(8,"] [style*="color"],[style*="background-color: rgb(9,"] [style*="color"],[style*="background-color: rgb(10,"] [style*="color"],[style*="background-color: rgb(11,"] [style*="color"],[style*="background-color: rgb(12,"] [style*="color"],[style*="background-color: rgb(13,"] [style*="color"],[style*="background-color: rgb(14,"] [style*="color"],[style*="background-color: rgb(15,"] [style*="color"],[style*="background-color: rgb(16,"] [style*="color"],[style*="background-color: rgb(17,"] [style*="color"],[style*="background-color: rgb(18,"] [style*="color"],[style*="background-color: rgb(19,"] [style*="color"],[style*="background-color: rgb(20,"] [style*="color"],[style*="background-color: rgb(21,"] [style*="color"],[style*="background-color: rgb(22,"] [style*="color"],[style*="background-color: rgb(23,"] [style*="color"],[style*="background-color: rgb(24,"] [style*="color"],[style*="background-color: rgb(25,"] [style*="color"],[style*="background-color: rgb(26,"] [style*="color"],[style*="background-color: rgb(27,"] [style*="color"],[style*="background-color: rgb(28,"] [style*="color"],[style*="background-color: rgb(29,"] [style*="color"],[style*="background-color: rgb(30,"] [style*="color"] {
  color: #ffffff !important;
}

/* STAP 4: Containers zelf ook wit */
[style*="background-color: rgb(2,"],
[style*="background-color: rgb(3,"],
[style*="background-color: rgb(4,"],
[style*="background-color: rgb(5,"],
[style*="background-color: rgb(6,"],
[style*="background-color: rgb(7,"],
[style*="background-color: rgb(8,"],
[style*="background-color: rgb(9,"],
[style*="background-color: rgb(10,"],
[style*="background-color: rgb(11,"],
[style*="background-color: rgb(12,"],
[style*="background-color: rgb(13,"],
[style*="background-color: rgb(14,"],
[style*="background-color: rgb(15,"],
[style*="background-color: rgb(16,"],
[style*="background-color: rgb(17,"],
[style*="background-color: rgb(18,"],
[style*="background-color: rgb(19,"],
[style*="background-color: rgb(20,"],
[style*="background-color: rgb(21,"],
[style*="background-color: rgb(22,"],
[style*="background-color: rgb(23,"],
[style*="background-color: rgb(24,"],
[style*="background-color: rgb(25,"],
[style*="background-color: rgb(26,"],
[style*="background-color: rgb(27,"],
[style*="background-color: rgb(28,"],
[style*="background-color: rgb(29,"],
[style*="background-color: rgb(30,"] {
  color: #ffffff !important;
}

/* STAP 5: Footer volledig wit */
footer, footer *, footer svg, footer svg path,
footer svg circle, footer svg rect, footer i,
footer [class*="icon"], footer [class*="social"] {
  color: #ffffff !important;
  fill: #ffffff !important;
}
footer a { color: #ffffff !important; opacity: 1 !important; }

/* STAP 6: Witte kaarten - tekst donkergrijs, koppen blauw */
[style*="background-color: rgb(255,"] h2,
[style*="background-color: rgb(255,"] h3,
[style*="background-color: rgb(255,"] h4,
[style*="background-color: rgb(248,"] h2,
[style*="background-color: rgb(248,"] h3,
[style*="background-color: rgb(248,"] h4 { color: #0c4a6e !important; }
[style*="background-color: rgb(255,"] p,
[style*="background-color: rgb(255,"] li,
[style*="background-color: rgb(255,"] strong,
[style*="background-color: rgb(248,"] p,
[style*="background-color: rgb(248,"] li,
[style*="background-color: rgb(248,"] strong { color: #1e293b !important; }
