:root {
  --navy:    #0B1B38;
  --navy2:   #122248;
  --navy3:   #070F20;
  --gold:    #C49A14;
  --gold2:   #E0B420;
  --goldbg:  #FBF5E1;
  --white:   #FFFFFF;
  --off:     #EEF2F7;
  --line:    #E3E7EE;
  --muted:   #6B7A90;
  --body:    #2E3848;
  --ink:     #0A0F1C;
  --f:       'Plus Jakarta Sans', sans-serif;
  --nav:     70px;
  --ease:    cubic-bezier(.4,0,.2,1);
}
*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: var(--f); font-size: 16px; color: var(--body); background: var(--white); line-height: 1.68; -webkit-font-smoothing: antialiased; margin: 0; }
img { max-width: 100%; display: block; }
a { text-decoration: none; }
h1,h2,h3,h4 { font-family: var(--f); font-weight: 800; color: var(--ink); line-height: 1.1; letter-spacing: -.025em; margin: 0; }
p { margin: 0; }
.wrap { max-width: 1200px; margin: 0 auto; padding: 0 32px; }

/* ════════════════════════════════════════
   TOPBAR — Compleet herontworpen
   Niet langer alleen een informatieregel,
   maar een branded statementbalk
════════════════════════════════════════ */
.topbar {
  background: var(--navy3);
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: 0;
  overflow: hidden;
  position: relative;
}
/* Subtiele gouden schuine streep als decoratief element */
.topbar::after {
  content: '';
  position: absolute;
  right: 320px; top: 0; bottom: 0;
  width: 1px;
  background: rgba(196,154,20,.2);
  transform: skewX(-20deg);
}

.topbar-inner {
  display: flex;
  align-items: stretch;
  height: 42px;
}

/* Links: status-badge + contactinfo */
.topbar-left {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
}

.tb-status {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(196,154,20,.13);
  border-right: 1px solid rgba(196,154,20,.2);
  padding: 0 18px;
  height: 100%;
  flex-shrink: 0;
}
.tb-pulse {
  width: 7px; height: 7px;
  background: #4ade80;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 0 0 rgba(74,222,128,.4);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(74,222,128,.4); }
  70%  { box-shadow: 0 0 0 7px rgba(74,222,128,0); }
  100% { box-shadow: 0 0 0 0 rgba(74,222,128,0); }
}
.tb-status span {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #4ade80;
}

.tb-links {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 0 4px;
}
.tb-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 16px;
  height: 42px;
  font-size: .77rem;
  font-weight: 500;
  color: rgba(255,255,255,.5);
  border-right: 1px solid rgba(255,255,255,.06);
  transition: all .18s;
}
.tb-link:hover { color: rgba(255,255,255,.9); background: rgba(255,255,255,.04); }
.tb-link .bi { font-size: .72rem; color: var(--gold); }

/* Rechts: POB-badge + social */
.topbar-right {
  display: flex;
  align-items: center;
  gap: 0;
}

.tb-pob {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  border-left: 1px solid rgba(255,255,255,.07);
  height: 42px;
}
.tb-pob-shield {
  width: 22px; height: 22px;
  background: var(--gold);
  border-radius: 3px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.tb-pob-shield .bi { font-size: .72rem; color: #fff; }
.tb-pob-text { line-height: 1.2; }
.tb-pob-top { font-size: .6rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); }
.tb-pob-val { font-size: .75rem; font-weight: 700; color: rgba(255,255,255,.85); }

.tb-socials {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 0 14px;
  border-left: 1px solid rgba(255,255,255,.07);
  height: 42px;
}
.tb-social {
  width: 26px; height: 26px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 4px;
  color: rgba(255,255,255,.35);
  font-size: .78rem;
  transition: all .18s;
}
.tb-social:hover { background: rgba(255,255,255,.08); color: rgba(255,255,255,.8); }

/* ════════════════════════════════════════
   NAV
════════════════════════════════════════ */
nav {
  background: var(--white);
  border-bottom: 1px solid var(--line);
  height: var(--nav);
  display: flex; align-items: center;
  position: sticky; top: 0; z-index: 100;
  transition: box-shadow .2s var(--ease);
}
nav.shadow { box-shadow: 0 2px 20px rgba(14,32,68,.09); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.brand { display: flex; align-items: center; gap: 10px; }
.brand svg { width: 34px; flex-shrink: 0; }
.brand-txt { display: flex; flex-direction: column; line-height: 1; }
.brand-txt .bn { font-weight: 800; font-size: .95rem; color: var(--ink); letter-spacing: -.015em; }
.brand-txt .bs { font-size: .59rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; color: var(--gold); margin-top: 2px; }
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links a { font-size: .875rem; font-weight: 600; color: var(--muted); padding: 7px 14px; border-radius: 5px; transition: all .18s; }
.nav-links a:hover { color: var(--ink); background: var(--off); }
.btn-nav { display: inline-flex; align-items: center; gap: 7px; background: #fff; color: var(--navy); font-weight: 700; font-size: .855rem; padding: 11px 22px; border-radius: 5px; transition: all .18s; margin-left: 12px; border: 2px solid var(--line); cursor: pointer; font-family: var(--f); }
.btn-nav:hover { background: var(--off); color: var(--navy); transform: translateY(-1px); border-color: rgba(14,32,68,.2); }

/* ════════════════════════════════════════
   HERO
════════════════════════════════════════ */
.hero { position: relative; min-height: 94vh; display: flex; align-items: flex-end; overflow: hidden; background: var(--navy); }
.hero-photo { position: absolute; inset: 0; background: url('https://images.unsplash.com/photo-1575517111839-3a3843ee7f5d?w=1920&h=1080&fit=crop&auto=format&q=60') center 30%/cover; opacity: .38; }
.hero-grad { position: absolute; inset: 0; background: linear-gradient(to top, rgba(14,32,68,.97) 0%, rgba(14,32,68,.65) 45%, rgba(14,32,68,.1) 100%); }
.hero-line { position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: var(--gold); }
.hero-body { position: relative; z-index: 2; padding-bottom: 80px; width: 100%; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; font-size: .7rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; animation: fadeUp .7s ease both; }
.hero-badge .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.hero-h1 { font-size: clamp(2.4rem,5.5vw,5rem); font-weight: 800; color: #fff; letter-spacing: -.035em; line-height: 1.04; margin-bottom: 22px; animation: fadeUp .7s .1s ease both; }
.hero-h1 span { color: var(--gold2); }
.hero-sub { font-size: 1.05rem; color: rgba(255,255,255,.55); line-height: 1.72; max-width: 520px; margin-bottom: 36px; font-weight: 400; animation: fadeUp .7s .2s ease both; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; animation: fadeUp .7s .3s ease both; }
.btn-gold { display: inline-flex; align-items: center; gap: 8px; background: var(--gold); color: #fff; font-weight: 700; font-size: .9rem; padding: 14px 28px; border-radius: 5px; transition: all .18s; border: 2px solid rgba(196,154,20,.45); outline: none; cursor: pointer; font-family: var(--f); text-decoration: none; }
.btn-gold:hover { background: var(--gold2); color: #fff; transform: translateY(-1px); border-color: rgba(196,154,20,.7); outline: none; }
.btn-outline-w { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: #fff; font-weight: 700; font-size: .9rem; padding: 13px 26px; border: 2px solid rgba(255,255,255,.28); border-radius: 5px; transition: all .18s; }
.btn-outline-w:hover { border-color: #fff; background: rgba(255,255,255,.07); color: #fff; }
.hero-stats { display: flex; border-top: 1px solid rgba(255,255,255,.12); margin-top: 52px; animation: fadeUp .7s .42s ease both; }
.hs { flex: 1; padding: 20px 20px 0; border-right: 1px solid rgba(255,255,255,.09); }
.hs:first-child { padding-left: 0; }
.hs:last-child { border-right: none; }
.hs-n { font-size: 1.9rem; font-weight: 800; color: #fff; letter-spacing: -.03em; line-height: 1; }
.hs-n em { font-style: normal; color: var(--gold2); }
.hs-l { font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.32); margin-top: 5px; }

/* ════════════════════════════════════════
   TRUST BAR — Compleet herontworpen
   Navy achtergrond, grote iconen, meer impact
════════════════════════════════════════ */
.trust-bar {
  background: var(--navy);
  position: relative;
  overflow: hidden;
}
/* Diagonale achtergrond-texture */
.trust-bar::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    -55deg,
    transparent,
    transparent 40px,
    rgba(255,255,255,.015) 40px,
    rgba(255,255,255,.015) 41px
  );
  pointer-events: none;
}

.trust-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 1;
}

.ti {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 28px;
  border-right: 1px solid rgba(255,255,255,.07);
  transition: background .2s;
  cursor: default;
}
.ti:last-child { border-right: none; }
.ti:hover { background: rgba(255,255,255,.04); }

.ti-icon {
  width: 46px; height: 46px;
  background: rgba(196,154,20,.15);
  border: 1px solid rgba(196,154,20,.25);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: all .2s;
}
.ti:hover .ti-icon { background: rgba(196,154,20,.25); border-color: rgba(196,154,20,.4); }
.ti-icon .bi { color: var(--gold2); font-size: 1.2rem; }

.ti-text {}
.ti-l { font-size: .88rem; font-weight: 700; color: rgba(255,255,255,.9); margin-bottom: 2px; }
.ti-s { font-size: .73rem; color: rgba(255,255,255,.38); font-weight: 500; }

/* ════════════════════════════════════════
   SECTION CHROME
════════════════════════════════════════ */
.sec { padding: 88px 0; }
.sec-alt { background: var(--off); }
.eyebrow { display: block; font-size: .69rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 11px; }
.sec-h { font-size: clamp(1.65rem,2.8vw,2.4rem); font-weight: 800; color: var(--ink); letter-spacing: -.025em; line-height: 1.12; }
.sec-p { font-size: 1rem; color: var(--muted); line-height: 1.72; max-width: 540px; margin-top: 12px; }

/* ════════════════════════════════════════
   PHOTO PLACEHOLDERS
   Professionele gradient-placeholders
   (worden in WP vervangen door echte foto's)
════════════════════════════════════════ */
.photo-ph {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.photo-ph::before {
  content: '';
  position: absolute; inset: 0;
}
.photo-ph .bi {
  position: relative; z-index: 1;
  font-size: 2.2rem;
  color: rgba(255,255,255,.25);
}
.ph-objectbeveiliging::before { background: linear-gradient(135deg, #1a3a6e 0%, #0d1f3c 100%); }
.ph-evenementen::before       { background: linear-gradient(135deg, #2d1a5e 0%, #160d30 100%); }
.ph-horeca::before             { background: linear-gradient(135deg, #3d1a1a 0%, #1e0d0d 100%); }
.ph-receptie::before           { background: linear-gradient(135deg, #1a3d2d 0%, #0d1e16 100%); }
.ph-toezicht::before           { background: linear-gradient(135deg, #3d2d1a 0%, #1e160d 100%); }
.ph-gastvrouwen::before        { background: linear-gradient(135deg, #1a2d3d 0%, #0d161e 100%); }
.ph-over-ons::before           { background: linear-gradient(135deg, #0e2044 0%, #091428 100%); }

/* ════════════════════════════════════════
   DIENSTEN
════════════════════════════════════════ */
/* Asymmetrisch bento-grid: hero links (2 rijen), 5 kaarten rechts/onder */
.dienst-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  grid-template-rows: 300px 240px;
  gap: 14px;
}
.dc-hero { grid-row: 1 / 3; }

/* Basis overlay-kaart */
.dc {
  position: relative; overflow: hidden; border-radius: 12px;
  cursor: pointer; display: block; text-decoration: none;
}
.dc .dc-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform .5s cubic-bezier(.4,0,.2,1);
}
.dc:hover .dc-bg { transform: scale(1.06); }

/* Gradient overlay voor leesbaarheid */
.dc::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(5,15,35,.88) 0%, rgba(5,15,35,.35) 50%, rgba(5,15,35,.08) 100%);
  transition: background .3s;
  z-index: 1;
}
.dc:hover::after {
  background: linear-gradient(to top, rgba(5,15,35,.93) 0%, rgba(5,15,35,.48) 55%, rgba(5,15,35,.14) 100%);
}

/* Goud accent-streep groeit van links bij hover */
.dc::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: var(--gold);
  z-index: 3;
  transform: scaleX(0); transform-origin: left;
  transition: transform .35s ease;
}
.dc:hover::before { transform: scaleX(1); }

/* Tekst-content onderaan */
.dc-content {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 22px 20px 20px;
  z-index: 2;
}
.dc-hero .dc-content { padding: 28px 26px 26px; }

/* Tag-badge */
.dc-tag {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(196,154,20,.18); border: 1px solid rgba(196,154,20,.35);
  color: var(--gold2); font-size: .63rem; font-weight: 800;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 4px 10px; border-radius: 20px; margin-bottom: 8px;
  backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px);
}
.dc-tag .bi { font-size: .72rem; }

/* Kaart titels */
.dc h3 {
  font-size: 1.02rem; font-weight: 800; color: #fff;
  line-height: 1.25; margin: 0 0 5px;
  text-shadow: 0 1px 4px rgba(0,0,0,.3);
}
.dc-hero h3 { font-size: 1.42rem; margin-bottom: 10px; }

/* Beschrijving: verborgen, verschijnt bij hover */
.dc p {
  font-size: .8rem; color: rgba(255,255,255,.7); line-height: 1.6;
  margin: 0 0 12px;
  max-height: 0; overflow: hidden;
  transition: max-height .32s ease, opacity .32s ease;
  opacity: 0;
}
.dc:hover p { max-height: 80px; opacity: 1; }

/* Hero: beschrijving altijd zichtbaar */
.dc-hero p { max-height: none; opacity: 1; font-size: .88rem; }

/* Lees-meer link */
.dc-lnk {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .8rem; font-weight: 700; color: var(--gold2);
  transition: gap .2s, color .2s; text-decoration: none;
}
.dc-lnk:hover { gap: 11px; color: #fff; }
.dc-hero .dc-lnk { font-size: .88rem; }

/* ════════════════════════════════════════
   OVER ONS
════════════════════════════════════════ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.split-photo { position: relative; }
.split-photo .photo-ph { height: 500px; border-radius: 10px; }
.split-photo::before { content: ''; position: absolute; top: -14px; right: -14px; width: 68px; height: 68px; border-top: 3px solid var(--gold); border-right: 3px solid var(--gold); border-radius: 0 10px 0 0; z-index: 0; pointer-events: none; }
.split-photo::after  { content: ''; position: absolute; bottom: -14px; left: -14px; width: 68px; height: 68px; border-bottom: 3px solid var(--gold); border-left: 3px solid var(--gold); border-radius: 0 0 0 10px; z-index: 0; pointer-events: none; }
.exp-badge { position: absolute; bottom: 22px; right: 22px; background: var(--white); border-left: 4px solid var(--gold); border-radius: 0 6px 6px 0; padding: 12px 16px; box-shadow: 0 8px 30px rgba(14,32,68,.14); z-index: 1; }
.exp-badge .n { font-size: 2rem; font-weight: 800; color: var(--gold); line-height: 1; }
.exp-badge .l { font-size: .63rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-top: 3px; }
.feat-list { list-style: none; padding: 0; margin: 0; }
.feat-list li { display: flex; align-items: flex-start; gap: 11px; padding: 9px 0; font-size: .9rem; color: var(--body); border-bottom: 1px solid var(--line); }
.feat-list li:last-child { border-bottom: none; }
.ck { width: 19px; height: 19px; background: var(--goldbg); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.ck .bi { font-size: .58rem; color: var(--gold); }
.btn-dark { display: inline-flex; align-items: center; gap: 8px; background: var(--navy); color: #fff; font-weight: 700; font-size: .88rem; padding: 13px 26px; border-radius: 5px; transition: all .18s; }
.btn-dark:hover { background: var(--navy2); color: #fff; transform: translateY(-1px); }
.btn-ghost { display: inline-flex; align-items: center; gap: 8px; background: transparent; color: var(--ink); font-weight: 700; font-size: .88rem; padding: 12px 24px; border: 2px solid var(--line); border-radius: 5px; transition: all .18s; }
.btn-ghost:hover { border-color: var(--ink); }

/* ════════════════════════════════════════
   WAAROM
════════════════════════════════════════ */
.why-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.why-item { padding: 28px 24px; border-right: 1px solid var(--line); transition: background .2s; }
.why-item:last-child { border-right: none; }
.why-item:hover { background: var(--off); }
.why-num { font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.why-icon { width: 40px; height: 40px; background: var(--goldbg); border-radius: 6px; display: flex; align-items: center; justify-content: center; margin-bottom: 13px; }
.why-icon .bi { color: var(--gold); font-size: 1.1rem; }
.why-item h4 { font-size: .98rem; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
.why-item p { font-size: .84rem; color: var(--muted); line-height: 1.68; }

/* ════════════════════════════════════════
   CTA
════════════════════════════════════════ */
.cta-block { background: var(--navy); padding: 72px 0; position: relative; overflow: hidden; }
.cta-block::before { content: ''; position: absolute; right: -80px; top: -80px; width: 400px; height: 400px; border: 70px solid rgba(255,255,255,.04); border-radius: 50%; pointer-events: none; }
.cta-block::after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 5px; background: var(--gold); }
.cta-block h2 { font-size: clamp(1.6rem,3vw,2.4rem); font-weight: 800; color: #fff; letter-spacing: -.022em; margin-bottom: 10px; }
.cta-block p { color: rgba(255,255,255,.52); font-size: 1rem; line-height: 1.65; max-width: 460px; }

/* ════════════════════════════════════════
   REVIEWS
════════════════════════════════════════ */
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.rc { background: var(--white); border: 1px solid var(--line); border-radius: 10px; padding: 26px; transition: all .22s; }
.rc:hover { box-shadow: 0 8px 32px rgba(14,32,68,.09); transform: translateY(-2px); border-color: rgba(196,154,20,.3); }
.r-stars { color: var(--gold); font-size: .75rem; letter-spacing: 2px; margin-bottom: 12px; }
.r-text { font-size: .88rem; color: var(--body); line-height: 1.74; font-style: italic; margin-bottom: 20px; }
.r-meta { display: flex; align-items: center; gap: 10px; }
.r-av { width: 36px; height: 36px; background: var(--goldbg); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: .8rem; color: var(--gold); flex-shrink: 0; }
.r-name { font-size: .86rem; font-weight: 700; color: var(--ink); }
.r-sub { font-size: .73rem; color: var(--muted); }

/* ════════════════════════════════════════
   CONTACT
════════════════════════════════════════ */
.contact-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 28px; align-items: start; }
.ci-card { background: var(--white); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.ci-head { background: var(--navy); border-bottom: 3px solid var(--gold); padding: 22px 24px; }
.ci-head h3 { color: #fff; font-size: 1.06rem; margin-bottom: 4px; }
.ci-head p { color: rgba(255,255,255,.42); font-size: .83rem; }
.ci-row { display: flex; align-items: flex-start; gap: 12px; padding: 13px 24px; border-bottom: 1px solid var(--line); transition: background .18s; }
.ci-row:last-child { border-bottom: none; }
.ci-row:hover { background: var(--off); }
.ci-ico { width: 32px; height: 32px; background: var(--goldbg); border-radius: 5px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.ci-ico .bi { color: var(--gold); font-size: .9rem; }
.ci-lbl { font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 2px; }
.ci-val { font-size: .88rem; font-weight: 700; color: var(--ink); }
.ci-val a { color: var(--ink); }
.ci-val a:hover { color: var(--gold); }
.form-card { background: var(--white); border: 1px solid var(--line); border-radius: 10px; padding: 30px; }
.form-card h3 { font-size: 1.06rem; font-weight: 700; margin-bottom: 22px; color: var(--ink); }
.fl { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fl.full { grid-template-columns: 1fr; }
.fg label { display: block; font-size: .72rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--muted); margin-bottom: 5px; }
.fg input, .fg textarea, .fg select { width: 100%; background: var(--off); border: 1.5px solid var(--line); border-radius: 5px; color: var(--ink); padding: 10px 13px; font-size: .88rem; font-family: var(--f); transition: border-color .18s, box-shadow .18s; outline: none; }
.fg input:focus, .fg textarea:focus, .fg select:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(196,154,20,.12); background: var(--white); }
.fg input::placeholder, .fg textarea::placeholder { color: #B4BECB; }
.fg textarea { height: 120px; resize: none; }
.fg-chk { display: flex; align-items: flex-start; gap: 9px; font-size: .82rem; color: var(--muted); }
.fg-chk a { color: var(--gold); }
.map-wrap iframe { width: 100%; height: 300px; border: none; display: block; filter: grayscale(.5); }

/* ════════════════════════════════════════
   FOOTER — Creatief herontworpen
   
   Aanpak:
   - Scherpe diagonale snede bovenaan
   - Brede CTA-band bovenin footer
   - Twee-zone layout: navy boven, donkerder navy onder
   - Groot "schild" watermark als achtergrond
   - Horizontale gouden lijnen als structure
   - Contact prominent als kaart i.p.v. lijst
════════════════════════════════════════ */

footer {
  background: var(--navy3);
  position: relative;
  overflow: hidden;
}

/* Groot schild-watermark rechtsachtergrond */
footer::before {
  content: '';
  position: absolute;
  right: -80px; top: 0; bottom: 0;
  width: 600px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 80 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M40 3L5 18v29c0 23 15.5 43.5 35 49 19.5-5.5 35-26 35-49V18L40 3z' fill='white' fill-opacity='0.03'/%3E%3C/svg%3E") no-repeat center center / contain;
  pointer-events: none;
}

/* CTA-band bovenin footer */
.footer-cta {
  background: var(--gold);
  padding: 32px 0;
  position: relative;
  z-index: 1;
}
.footer-cta::after {
  content: '';
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 40%;
  background: rgba(0,0,0,.08);
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
.footer-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  position: relative;
  z-index: 1;
}
.footer-cta h3 {
  font-size: 1.25rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -.02em;
  margin-bottom: 4px;
}
.footer-cta p {
  font-size: .9rem;
  color: rgba(255,255,255,.72);
}
.footer-cta-btns {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.btn-white {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; color: var(--gold);
  font-weight: 700; font-size: .875rem;
  padding: 12px 22px; border-radius: 5px;
  transition: all .18s; white-space: nowrap;
  border: none; outline: none; cursor: pointer; font-family: var(--f);
  text-decoration: none;
}
.btn-white:hover { background: rgba(255,255,255,.9); transform: translateY(-1px); }
.btn-outline-gold {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: #fff;
  font-weight: 700; font-size: .875rem;
  padding: 11px 20px; border: 2px solid rgba(255,255,255,.4);
  border-radius: 5px; transition: all .18s; white-space: nowrap;
}
.btn-outline-gold:hover { border-color: #fff; background: rgba(255,255,255,.1); color: #fff; }

/* Hoofdbody footer */
.footer-body {
  padding: 56px 0 0;
  position: relative;
  z-index: 1;
}

/* Brand + tagline links */
.footer-brand {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.footer-brand-left {
  display: flex;
  align-items: center;
  gap: 14px;
}
.f-logo {
  width: 48px; height: 48px;
  background: rgba(196,154,20,.12);
  border: 2px solid rgba(196,154,20,.25);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.f-logo svg { width: 28px; }
.f-brand-txt .f-bn { font-size: 1.05rem; font-weight: 800; color: #fff; letter-spacing: -.015em; }
.f-brand-txt .f-bs { font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--gold); margin-top: 2px; }

.footer-brand-right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.f-cert {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(196,154,20,.1);
  border: 1px solid rgba(196,154,20,.2);
  border-radius: 6px;
}
.f-cert .bi { color: var(--gold); font-size: .9rem; }
.f-cert-text .f-cert-top { font-size: .6rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold); }
.f-cert-text .f-cert-val { font-size: .82rem; font-weight: 700; color: rgba(255,255,255,.8); }

.f-socials { display: flex; gap: 6px; }
.f-social {
  width: 34px; height: 34px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 6px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.4);
  font-size: .85rem;
  transition: all .18s;
}
.f-social:hover { background: var(--gold); color: #fff; border-color: var(--gold); }

/* Drie-koloms grid: links + contact-kaart rechts */
.footer-cols {
  display: grid;
  grid-template-columns: 1fr 1fr 1.6fr;
  gap: 48px;
  padding-bottom: 48px;
}

.f-h { font-size: .67rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; color: rgba(255,255,255,.28); margin-bottom: 18px; padding-bottom: 10px; border-bottom: 1px solid rgba(255,255,255,.08); }
.f-ul { list-style: none; padding: 0; margin: 0; }
.f-ul li { margin-bottom: 8px; }
.f-ul a { font-size: .875rem; font-weight: 500; color: rgba(255,255,255,.44); display: flex; align-items: center; gap: 7px; transition: all .18s; }
.f-ul a:hover { color: rgba(255,255,255,.9); padding-left: 4px; }
.f-ul a .bi { font-size: .7rem; color: var(--gold); opacity: .6; }

/* Contact als prominente kaart */
.f-contact-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 10px;
  overflow: hidden;
}
.f-contact-card-head {
  background: rgba(196,154,20,.12);
  border-bottom: 1px solid rgba(196,154,20,.18);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.f-contact-card-head .bi { color: var(--gold2); font-size: 1rem; }
.f-contact-card-head span { font-size: .78rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--gold2); }

.f-ci-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 11px 20px;
  border-bottom: 1px solid rgba(255,255,255,.05);
  transition: background .15s;
}
.f-ci-row:last-child { border-bottom: none; }
.f-ci-row:hover { background: rgba(255,255,255,.03); }
.f-ci-ico {
  width: 28px; height: 28px;
  background: rgba(196,154,20,.1);
  border-radius: 5px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; margin-top: 1px;
}
.f-ci-ico .bi { color: var(--gold); font-size: .8rem; }
.f-ci-lbl { font-size: .63rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.28); margin-bottom: 2px; }
.f-ci-val { font-size: .84rem; font-weight: 600; color: rgba(255,255,255,.72); line-height: 1.4; }
.f-ci-val a { color: rgba(255,255,255,.72); }
.f-ci-val a:hover { color: var(--gold2); }

/* Bottom bar */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.07);
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.footer-bottom-left { font-size: .74rem; color: rgba(255,255,255,.22); }
.footer-bottom-right { display: flex; gap: 20px; }
.footer-bottom-right a { font-size: .74rem; color: rgba(255,255,255,.28); transition: color .18s; }
.footer-bottom-right a:hover { color: rgba(255,255,255,.65); }

/* ────────────────────────── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

/* ─── RESPONSIVE ──────────────────────────────────────── */
@media (max-width: 1199px) {
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .footer-cols > div:last-child { grid-column: 1 / -1; }
  .dienst-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 280px 240px 240px; }
  .dc-hero { grid-row: 1; grid-column: 1 / 3; }
}
@media (max-width: 991px) {
  .topbar { display: none; }
  :root { --nav: 62px; }
  .trust-inner { grid-template-columns: 1fr 1fr; }
  .ti:nth-child(2n) { border-right: none; }
  .ti { border-bottom: 1px solid rgba(255,255,255,.07); }
  .ti:nth-child(3), .ti:nth-child(4) { border-bottom: none; }
  .split { grid-template-columns: 1fr; gap: 48px; }
  .split-photo .photo-ph, .split-photo img { height: 340px !important; }
  .split-photo::before, .split-photo::after { display: none; }
  .dienst-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 220px 220px; gap: 10px; }
  .dc-hero { grid-row: 1; grid-column: 1 / 3; }
  .why-grid { grid-template-columns: repeat(2,1fr); }
  .why-item { border-bottom: 1px solid var(--line); }
  .why-item:nth-child(odd) { border-right: 1px solid var(--line); }
  .why-item:nth-child(even) { border-right: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-brand { flex-direction: column; align-items: flex-start; gap: 20px; }
  .footer-cta-inner { flex-direction: column; gap: 20px; }
  .footer-cta-btns { flex-direction: row; }
  nav .nav-links a:not(.btn-nav) { display: none; }
}
@media (max-width: 767px) {
  .trust-inner { grid-template-columns: 1fr; }
  .ti { border-right: none; border-bottom: 1px solid rgba(255,255,255,.07) !important; }
  .ti:last-child { border-bottom: none !important; }
  .hero-h1 { font-size: 2.2rem; }
  .hero-stats { flex-wrap: wrap; }
  .hs { min-width: 50%; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.09); }
  .hs:nth-child(3), .hs:nth-child(4) { border-bottom: none; }
  .sec { padding: 56px 0; }
  .dienst-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .dc-hero { grid-column: 1; grid-row: 1; }
  .dc { min-height: 200px; }
  .dc-hero { min-height: 280px; }
  .dc p { max-height: none !important; opacity: 1 !important; }
  .why-grid { grid-template-columns: 1fr; }
  .why-item { border-right: none !important; }
  .review-grid { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr; }
  .footer-cols > div:last-child { grid-column: auto; }
  .fl { grid-template-columns: 1fr; }
  .form-card { padding: 20px; }
  .hero-btns { flex-direction: column; align-items: flex-start; }
  .footer-brand-right { flex-wrap: wrap; gap: 10px; }
  .cta-block > .wrap > div { grid-template-columns: 1fr; }
}

/* ─── ANIMATIONS ──────────────────────────────────────── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.anim { opacity: 0; transform: translateY(16px); transition: opacity .5s cubic-bezier(.4,0,.2,1), transform .5s cubic-bezier(.4,0,.2,1); }
.anim.in { opacity: 1; transform: none; }
.anim:nth-child(2) { transition-delay: .07s; }
.anim:nth-child(3) { transition-delay: .14s; }
.anim:nth-child(4) { transition-delay: .21s; }
.anim:nth-child(5) { transition-delay: .28s; }
.anim:nth-child(6) { transition-delay: .35s; }

/* ─── PAGE HERO ───────────────────────────────────────── */
.page-hero { background: var(--navy3); padding: 64px 0 50px; position: relative; overflow: hidden; }
.page-hero::before { content: ''; position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .1; }
.page-hero::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--gold); }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(1.7rem,3.5vw,2.6rem); color: #fff; margin-top: 10px; }
.breadcrumb-tgs { display: flex; align-items: center; gap: 6px; font-size: .73rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; background: transparent !important; padding: 0 !important; margin: 0 !important; border-radius: 0 !important; }
.breadcrumb-tgs a { color: rgba(255,255,255,.35); background: transparent; }
.breadcrumb-tgs a:hover { color: var(--gold2); }
.breadcrumb-tgs .sep { color: rgba(255,255,255,.18); }
.breadcrumb-tgs .cur { color: var(--gold2); }

/* ─── DIENST CARDS (archive/single) ──────────────────── */
.dienst-card { background: var(--white); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; display: flex; flex-direction: column; height: 100%; transition: all .22s; }
.dienst-card:hover { box-shadow: 0 8px 36px rgba(14,32,68,.11); transform: translateY(-2px); border-color: rgba(196,154,20,.3); }
.dienst-card-photo { height: 190px; overflow: hidden; flex-shrink: 0; background: var(--off); }
.dienst-card-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.dienst-card:hover .dienst-card-photo img { transform: scale(1.05); }
.dienst-card-body { padding: 20px 22px 24px; flex: 1; display: flex; flex-direction: column; }
.dienst-icon { width: 36px; height: 36px; background: var(--goldbg); border-radius: 5px; display: flex; align-items: center; justify-content: center; margin-bottom: 11px; transition: all .22s; }
.dienst-icon .bi { color: var(--gold); font-size: 1rem; transition: color .22s; }
.dienst-card:hover .dienst-icon { background: var(--gold); }
.dienst-card:hover .dienst-icon .bi { color: #fff; }
.dienst-card h3 { font-size: .97rem; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.dienst-card p  { font-size: .865rem; color: var(--muted); line-height: 1.7; flex: 1; margin-bottom: 14px; }

/* ─── DETAIL / SIDEBAR ────────────────────────────────── */
.detail-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 10px; display: block; margin-bottom: 28px; }
.info-box { background: var(--off); border-left: 3px solid var(--gold); border-radius: 0 6px 6px 0; padding: 15px 18px; margin: 22px 0; }
.sidebar-box {
  background: linear-gradient(135deg, #C49A14 0%, #9a7a0a 100%);
  border-radius: 12px; padding: 26px 24px;
  position: relative; overflow: hidden;
}
.sidebar-box::before {
  content: ''; position: absolute; right: -30px; top: -30px;
  width: 120px; height: 120px;
  border: 28px solid rgba(255,255,255,.1); border-radius: 50%; pointer-events: none;
}
.sidebar-box::after {
  content: ''; position: absolute; right: 20px; bottom: -20px;
  width: 80px; height: 80px;
  border: 20px solid rgba(255,255,255,.07); border-radius: 50%; pointer-events: none;
}
.sidebar-box h4 { color: #fff; font-size: 1.05rem; font-weight: 800; margin-bottom: 8px; position: relative; z-index: 1; }
.sidebar-box p  { color: rgba(255,255,255,.85); font-size: .86rem; margin-bottom: 18px; line-height: 1.65; position: relative; z-index: 1; }
.sidebar-box .sb-icon { width: 44px; height: 44px; background: rgba(255,255,255,.2); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; position: relative; z-index: 1; }
.sidebar-box .sb-icon .bi { color: #fff; font-size: 1.3rem; }
.btn-sb-primary { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 11px 18px; background: #fff; color: var(--gold); font-weight: 800; font-size: .875rem; border-radius: 6px; text-decoration: none; transition: all .2s; position: relative; z-index: 1; border: none; cursor: pointer; font-family: var(--f); }
.btn-sb-primary:hover { background: var(--navy); color: #fff; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(0,0,0,.25); }
.btn-sb-secondary { display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; padding: 10px 18px; margin-top: 10px; background: rgba(255,255,255,.15); color: #fff; font-weight: 700; font-size: .85rem; border-radius: 6px; text-decoration: none; transition: all .2s; position: relative; z-index: 1; border: 1.5px solid rgba(255,255,255,.3); }
.btn-sb-secondary:hover { background: rgba(255,255,255,.28); color: #fff; }

/* Stacking context zodat sidebar niet over footer/CTA valt */
.cta-block { position: relative; z-index: 2; }
.sec { position: relative; z-index: 1; }

/* ════ MODAL ════ */
.tgs-modal-overlay { display: none; position: fixed; inset: 0; background: rgba(7,15,32,.82); backdrop-filter: blur(4px); z-index: 9999; align-items: center; justify-content: center; padding: 20px; }
.tgs-modal-overlay.open { display: flex; }
.tgs-modal { background: var(--white); border-radius: 14px; width: 100%; max-width: 640px; max-height: 90vh; overflow-y: auto; position: relative; box-shadow: 0 24px 80px rgba(0,0,0,.35); animation: modalIn .25s cubic-bezier(.4,0,.2,1); }
@keyframes modalIn { from { opacity:0; transform: translateY(20px) scale(.97); } to { opacity:1; transform: none; } }
.tgs-modal-head { background: var(--navy); padding: 28px 32px 24px; border-radius: 14px 14px 0 0; position: relative; }
.tgs-modal-head::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--gold); }
.tgs-modal-head h2 { color: #fff; font-size: 1.25rem; font-weight: 800; margin-bottom: 4px; }
.tgs-modal-head p { color: rgba(255,255,255,.52); font-size: .88rem; }
.tgs-modal-close { position: absolute; top: 20px; right: 20px; width: 32px; height: 32px; background: rgba(255,255,255,.1); border: none; border-radius: 6px; color: #fff; font-size: 1.1rem; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .18s; }
.tgs-modal-close:hover { background: rgba(255,255,255,.22); }
.tgs-modal-body { padding: 28px 32px 32px; }
.tgs-modal-body .fl { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.tgs-modal-body .fl.full { grid-template-columns: 1fr; }
.tgs-modal-success { display: none; text-align: center; padding: 40px 20px; }
.tgs-modal-success .success-icon { width: 64px; height: 64px; background: rgba(196,154,20,.12); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.tgs-modal-success .success-icon .bi { color: var(--gold); font-size: 1.8rem; }
.tgs-modal-success h3 { font-size: 1.2rem; font-weight: 800; color: var(--ink); margin-bottom: 8px; }
.tgs-modal-success p { color: var(--muted); font-size: .92rem; }

/* ─── PHOTO PLACEHOLDERS (fallback zonder WP media) ───── */
/* Als background-image is meegegeven toont het de foto + icon; anders gradient */
.photo-ph {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
  background-size: cover; background-position: center;
}
/* Donkere overlay zodat icon altijd leesbaar is */
.photo-ph::before {
  content: ''; position: absolute; inset: 0;
  background: rgba(10,20,40,.42); z-index: 0;
}
/* Als er GEEN background-image is → gradient als basis */
.photo-ph:not([style*="background-image"])::before { background: rgba(10,20,40,.6); }
.ph-objectbeveiliging:not([style*="background-image"])::before { background: linear-gradient(135deg, #1a3a6e, #0d1f3c); }
.ph-evenementen:not([style*="background-image"])::before       { background: linear-gradient(135deg, #2d1a5e, #160d30); }
.ph-horeca:not([style*="background-image"])::before             { background: linear-gradient(135deg, #3d1a1a, #1e0d0d); }
.ph-receptie:not([style*="background-image"])::before           { background: linear-gradient(135deg, #1a3d2d, #0d1e16); }
.ph-toezicht:not([style*="background-image"])::before           { background: linear-gradient(135deg, #3d2d1a, #1e160d); }
.ph-gastvrouwen:not([style*="background-image"])::before        { background: linear-gradient(135deg, #1a2d3d, #0d161e); }
.ph-over-ons:not([style*="background-image"])::before           { background: linear-gradient(135deg, #0e2044, #091428); }
.ph-page:not([style*="background-image"])::before               { background: linear-gradient(135deg, #0e2044, #0a1830); }
.photo-ph .bi {
  position: relative; z-index: 1;
  font-size: 2.4rem;
  color: rgba(255,255,255,.55);
  filter: drop-shadow(0 2px 6px rgba(0,0,0,.4));
}

/* ─── UTILS ───────────────────────────────────────────── */
.mt-4{margin-top:16px}.mt-5{margin-top:20px}.mt-6{margin-top:24px}.mt-8{margin-top:32px}.mt-10{margin-top:40px}.mt-12{margin-top:48px}
.mb-4{margin-bottom:16px}.mb-5{margin-bottom:20px}.mb-6{margin-bottom:24px}.mb-8{margin-bottom:32px}.mb-10{margin-bottom:40px}.mb-12{margin-bottom:48px}

/* ════════════════════════════════════════
   RICH CONTENT (tgs-content)
   Styling voor de_content() output
════════════════════════════════════════ */
.tgs-content { font-size: .97rem; line-height: 1.82; color: var(--body); }
.tgs-content p  { margin-bottom: 24px; }
.tgs-content h2 { font-size: clamp(1.25rem,2.2vw,1.6rem); font-weight: 800; color: var(--ink); margin: 40px 0 14px; padding-bottom: 10px; border-bottom: 2px solid var(--line); }
.tgs-content h2:first-child { margin-top: 0; }
.tgs-content h3 { font-size: 1.08rem; font-weight: 700; color: var(--ink); margin: 28px 0 10px; }
.tgs-content h4 { font-size: .96rem; font-weight: 700; color: var(--ink); margin: 20px 0 8px; }
.tgs-content p  { margin-bottom: 16px; }
.tgs-content ul, .tgs-content ol { padding-left: 22px; margin-bottom: 16px; }
.tgs-content li { margin-bottom: 6px; }
.tgs-content ul li::marker { color: var(--gold); }
.tgs-content a  { color: var(--gold); font-weight: 600; text-decoration: underline; text-decoration-color: rgba(196,154,20,.35); text-underline-offset: 3px; }
.tgs-content a:hover { color: var(--gold2); }
.tgs-content strong { color: var(--ink); font-weight: 700; }
.tgs-content table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: .88rem; }
.tgs-content th { background: var(--navy); color: #fff; padding: 10px 14px; text-align: left; font-weight: 700; font-size: .82rem; letter-spacing: .04em; }
.tgs-content td { padding: 10px 14px; border-bottom: 1px solid var(--line); color: var(--body); }
.tgs-content tr:nth-child(even) td { background: var(--off); }
.tgs-content blockquote { border-left: 4px solid var(--gold); background: var(--off); margin: 24px 0; padding: 16px 20px; border-radius: 0 6px 6px 0; font-style: italic; color: var(--muted); }
.tgs-content img { max-width: 100%; height: auto; border-radius: 8px; margin: 16px 0; }
.tgs-content .wp-block-image { margin: 24px 0; }

/* PAGE HERO sub-tekst */
.page-hero-sub { color: rgba(255,255,255,.6); font-size: .97rem; max-width: 560px; margin-top: 10px; line-height: 1.65; }

/* ════════════════════════════════════════
   OVER ONS pagina
════════════════════════════════════════ */
.ov-badges { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 32px; }
.ov-badge { display: flex; align-items: center; gap: 12px; background: var(--off); border: 1px solid var(--line); border-radius: 8px; padding: 12px 16px; min-width: 160px; }
.ov-badge .bi { font-size: 1.3rem; color: var(--gold); flex-shrink: 0; }
.ov-badge strong { display: block; font-size: .78rem; font-weight: 800; color: var(--ink); letter-spacing: .04em; text-transform: uppercase; }
.ov-badge span { font-size: .86rem; color: var(--muted); }

.pg-mv-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.pg-mv-item { background: var(--white); border: 1px solid var(--line); border-radius: 10px; padding: 32px 28px; }
.pg-mv-icon { width: 48px; height: 48px; background: var(--goldbg); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.pg-mv-icon .bi { color: var(--gold); font-size: 1.3rem; }
.pg-mv-item h3 { font-size: 1.05rem; font-weight: 800; color: var(--ink); margin-bottom: 10px; }
.pg-mv-item p  { font-size: .88rem; color: var(--muted); line-height: 1.72; }

.gold-text { color: var(--gold); }
.sec-label { font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }

/* ════════════════════════════════════════
   JURIDISCH pagina
════════════════════════════════════════ */
.juridisch-layout { display: grid; grid-template-columns: 220px 1fr; gap: 56px; align-items: start; }
.juridisch-nav { position: sticky; top: calc(var(--nav) + 24px); background: var(--off); border: 1px solid var(--line); border-radius: 10px; padding: 22px 20px; }
.juridisch-nav h4 { font-size: .82rem; font-weight: 800; color: var(--ink); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 14px; }
.jur-nav-link { display: block; font-size: .82rem; color: var(--muted); padding: 5px 0; border-left: 2px solid transparent; padding-left: 10px; margin-left: -10px; transition: all .18s; text-decoration: none; }
.jur-nav-link:hover, .jur-nav-link.active { color: var(--gold); border-left-color: var(--gold); }

@media (max-width: 991px) {
  .pg-mv-grid { grid-template-columns: 1fr 1fr; }
  .juridisch-layout { grid-template-columns: 1fr; }
  .juridisch-nav { position: static; }
  .ov-badges { gap: 12px; }
}
@media (max-width: 767px) {
  .pg-mv-grid { grid-template-columns: 1fr; }
  .ov-badge { min-width: calc(50% - 8px); }
}

/* ════════════════════════════════════════
   CONTACT PAGINA – openingstijden kaart
════════════════════════════════════════ */
.contact-ot-card { background: var(--off); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.contact-ot-head { background: var(--navy); color: #fff; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; padding: 13px 20px; display: flex; align-items: center; gap: 8px; }
.contact-ot-head .bi { color: var(--gold); }
.contact-ot-row { display: flex; justify-content: space-between; align-items: center; padding: 11px 20px; border-bottom: 1px solid var(--line); }
.contact-ot-row:last-child { border-bottom: none; }
.ot-dag  { font-size: .88rem; color: var(--body); font-weight: 600; }
.ot-tijd { font-size: .88rem; color: var(--gold); font-weight: 700; }

/* Modal responsive */
@media (max-width: 767px) {
  .tgs-modal { border-radius: 12px 12px 0 0; max-height: 95vh; position: fixed; bottom: 0; left: 0; right: 0; margin: 0; }
  .tgs-modal-overlay { align-items: flex-end; padding: 0; }
  .tgs-modal-head { padding: 22px 20px 18px; border-radius: 12px 12px 0 0; }
  .tgs-modal-body { padding: 20px 20px 28px; }
  .tgs-modal-body .fl { grid-template-columns: 1fr; }
}

/* ════════════════════════════════════════
   TGS CUSTOM UPDATES v2.0
════════════════════════════════════════ */

/* ── Nav: list-style volledig verwijderen ── */
.nav-links ul,
.nav-links li,
nav ul,
nav li,
#mainNav ul,
#mainNav li,
.dropdown-menu,
.dropdown-menu li {
    list-style: none !important;
    list-style-type: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/* ── Werken bij ons knop ── */
.btn-nav-werken {
    background: transparent !important;
    color: var(--gold) !important;
    border: 2px solid var(--gold) !important;
    margin-left: 6px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.btn-nav-werken:hover {
    background: var(--gold) !important;
    color: var(--navy) !important;
    transform: translateY(-1px);
}

/* ── Dienst layout: stapelen op mobiel ── */
@media (max-width: 900px) {
    .dienst-content-grid {
        grid-template-columns: 1fr !important;
    }
}

/* ── Footer logo: wit kader ── */
.f-logo img {
    max-width: 120px;
    height: auto;
}

/* ── Mobiel: algemene verbeteringen ── */
@media (max-width: 768px) {

    /* Werken bij ons knop in mobiel menu tonen */
    .btn-nav-werken {
        display: inline-flex !important;
        width: 100%;
        justify-content: center;
        margin: 6px 0 0 0 !important;
    }

    /* Knoppen: volle breedte op mobiel */
    .hero-btns .btn-gold,
    .hero-btns .btn-outline-w {
        width: 100%;
        justify-content: center;
    }

    /* Footer logo */
    .f-logo {
        max-width: 130px;
    }

    /* Tabel: horizontaal scrollen */
    table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* ── Werken bij ons pagina ── */
.wbo-hero {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy3, #0e2044) 100%);
    padding: 80px 0 64px;
    border-bottom: 1px solid rgba(196,154,20,.2);
    text-align: center;
    position: relative;
    overflow: hidden;
}
.wbo-hero::before {
    content: '';
    position: absolute; top: -80px; right: -80px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(196,154,20,.07) 0%, transparent 70%);
    pointer-events: none;
}
.wbo-tag {
    display: inline-block;
    background: rgba(196,154,20,.12);
    border: 1px solid rgba(196,154,20,.3);
    color: var(--gold);
    font-size: .65rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}
.wbo-hero h1 {
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 800;
    margin-bottom: 16px;
    color: #fff;
    letter-spacing: -.03em;
}
.wbo-hero h1 span { color: var(--gold); }
.wbo-hero p {
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto 32px;
    opacity: .7;
    line-height: 1.8;
    color: #fff;
}
.wbo-badges {
    display: flex; gap: 12px;
    justify-content: center; flex-wrap: wrap;
}
.wbo-badge {
    background: rgba(196,154,20,.08);
    border: 1px solid rgba(196,154,20,.2);
    padding: 7px 16px; border-radius: 20px;
    font-size: .8rem; color: rgba(255,255,255,.85);
}
.wbo-voordelen {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 56px 0 64px;
}
@media (max-width: 900px) { .wbo-voordelen { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 500px)  { .wbo-voordelen { grid-template-columns: 1fr; } }

.wbo-voordeel {
    background: rgba(196,154,20,.05);
    border: 1px solid rgba(196,154,20,.15);
    border-radius: 8px; padding: 28px 20px; text-align: center;
}
.wbo-icon { font-size: 2rem; margin-bottom: 12px; }
.wbo-voordeel h4 { font-size: .9rem; font-weight: 700; margin-bottom: 8px; color: var(--ink, #fff); }
.wbo-voordeel p { font-size: .8rem; opacity: .65; line-height: 1.6; }

.wbo-form-wrap {
    max-width: 680px; margin: 0 auto;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(196,154,20,.15);
    border-radius: 10px; padding: 40px;
}
@media (max-width: 600px) { .wbo-form-wrap { padding: 24px 18px; } }
.wbo-form-wrap h3 { font-size: 1.4rem; font-weight: 700; margin-bottom: 6px; color: var(--ink, #fff); }
.wbo-form-sub { font-size: .82rem; opacity: .55; margin-bottom: 28px; }
.wbo-form-wrap .wpcf7-submit,
.wbo-submit {
    width: 100%; padding: 14px 24px;
    background: var(--gold); color: #fff;
    border: none; border-radius: 6px;
    font-size: .9rem; font-weight: 700;
    cursor: pointer; margin-top: 16px;
    transition: background .2s, transform .15s;
    font-family: var(--f);
}
.wbo-form-wrap .wpcf7-submit:hover,
.wbo-submit:hover { background: var(--gold2, #b8940d); transform: translateY(-1px); }

.wbo-contact-sectie {
    background: rgba(196,154,20,.05);
    border-top: 1px solid rgba(196,154,20,.12);
    padding: 56px 0; text-align: center; margin-top: 48px;
}
.wbo-contact-btns {
    display: flex; gap: 12px;
    justify-content: center; flex-wrap: wrap; margin-top: 24px;
}
.wbo-contact-btns a {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 22px; border-radius: 6px;
    font-weight: 700; font-size: .87rem; text-decoration: none;
    transition: transform .15s;
}
.wbo-contact-btns a:hover { transform: translateY(-2px); }
.wbo-contact-btns .btn-tel { background: var(--gold); color: #fff; }
.wbo-contact-btns .btn-mail {
    background: transparent; color: var(--gold);
    border: 2px solid rgba(196,154,20,.4);
}
@media (max-width: 600px) {
    .wbo-contact-btns { flex-direction: column; align-items: center; }
    .wbo-contact-btns a { width: 100%; justify-content: center; }
}

/* ════════════════════════════════════════
   VACATURES
════════════════════════════════════════ */
.vac-sectie {
    margin-bottom: 64px;
}
.vac-sectie-head {
    text-align: center;
    margin-bottom: 32px;
}
.vac-sectie-titel {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 800;
    margin: 10px 0 10px;
    letter-spacing: -.03em;
}
.vac-sectie-sub {
    font-size: .9rem;
    opacity: .6;
}
.vac-lijst {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.vac-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(196,154,20,.18);
    border-radius: 10px;
    overflow: hidden;
    transition: border-color .2s;
}
.vac-card:hover {
    border-color: rgba(196,154,20,.4);
}
.vac-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 26px;
    cursor: pointer;
}
@media (max-width: 600px) {
    .vac-card-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }
}
.vac-card-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--ink, #fff);
}
.vac-card-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.vac-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(196,154,20,.1);
    border: 1px solid rgba(196,154,20,.2);
    color: var(--gold);
    font-size: .72rem;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: .03em;
}
.vac-badge-salaris {
    background: rgba(75,200,122,.08);
    border-color: rgba(75,200,122,.2);
    color: #4bc87a;
}
.vac-toggle {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(196,154,20,.1);
    border: 1px solid rgba(196,154,20,.25);
    color: var(--gold);
    padding: 9px 18px;
    border-radius: 6px;
    font-size: .8rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: background .2s;
    font-family: var(--f);
    flex-shrink: 0;
}
.vac-toggle:hover {
    background: rgba(196,154,20,.2);
}
.vac-toggle .bi-chevron-down {
    transition: transform .25s;
}
.vac-toggle.open .bi-chevron-down {
    transform: rotate(180deg);
}
.vac-card-body {
    padding: 0 26px 26px;
    border-top: 1px solid rgba(255,255,255,.06);
}
.vac-omschrijving {
    margin: 20px 0 24px;
    font-size: .88rem;
    opacity: .8;
    line-height: 1.75;
}
.vac-eisen {
    margin-bottom: 24px;
}
.vac-eisen-title {
    font-size: .85rem;
    font-weight: 700;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--gold);
}
.vac-eisen-list {
    list-style: none !important;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.vac-eisen-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: .85rem;
    opacity: .8;
}
.vac-eisen-list li .bi {
    color: var(--gold);
    flex-shrink: 0;
    margin-top: 2px;
}
.vac-solliciteer-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: .85rem;
    margin-top: 8px;
}
.vac-leeg {
    text-align: center;
    padding: 32px;
    opacity: .5;
    font-style: italic;
    font-size: .9rem;
}

/* Scroll-target formulier */
#wbo-formulier {
    scroll-margin-top: 100px;
}

/* ═══════════════════════════════════════════════════════
   HAMBURGER + MOBIEL MENU
═══════════════════════════════════════════════════════ */

/* Hamburger knop — standaard verborgen, toon op mobiel */
.hamburger {
    display: none;
    align-items: center; justify-content: center;
    width: 42px; height: 42px;
    background: var(--navy);
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    flex-shrink: 0;
    transition: background .18s;
    line-height: 1;
}
.hamburger:hover { background: var(--navy2); }

/* Donkere overlay achter menu */
.mmenu-bg {
    display: none;
    position: fixed; inset: 0;
    background: rgba(7,15,32,.7);
    backdrop-filter: blur(3px);
    z-index: 998;
}
.mmenu-bg.is-open { display: block; }

/* Menu drawer — schuift van rechts */
.mmenu {
    position: fixed;
    top: 0; right: 0; bottom: 0;
    width: 300px;
    max-width: 88vw;
    background: var(--navy);
    z-index: 999;
    transform: translateX(100%);
    transition: transform .3s cubic-bezier(.4,0,.2,1);
    display: flex; flex-direction: column;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: -8px 0 40px rgba(0,0,0,.35);
}
.mmenu.is-open { transform: translateX(0); }

/* Drawer: header */
.mmenu-head {
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(196,154,20,.2);
    flex-shrink: 0;
}
.mmenu-close {
    width: 36px; height: 36px;
    background: rgba(255,255,255,.08);
    border: none; border-radius: 7px;
    color: #fff; font-size: 1rem;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background .18s;
}
.mmenu-close:hover { background: rgba(255,255,255,.2); }

/* Drawer: nav links */
.mmenu-list {
    list-style: none !important;
    padding: 8px 0; margin: 0;
    flex: 1;
}
.mmenu-list li {
    border-bottom: 1px solid rgba(255,255,255,.05);
}
.mmenu-list li:last-child { border-bottom: none; }
.mmenu-list a {
    display: flex; align-items: center; gap: 13px;
    padding: 16px 22px;
    color: rgba(255,255,255,.8);
    font-size: .95rem; font-weight: 600;
    text-decoration: none;
    transition: all .18s;
}
.mmenu-list a:hover,
.mmenu-list .current-menu-item > a {
    color: var(--gold);
    background: rgba(196,154,20,.06);
    padding-left: 26px;
}
.mmenu-list .bi {
    color: var(--gold);
    font-size: .9rem;
    width: 18px; flex-shrink: 0;
}

/* Drawer: CTA onderaan */
.mmenu-cta {
    padding: 20px;
    border-top: 1px solid rgba(196,154,20,.2);
    display: flex; flex-direction: column; gap: 10px;
    flex-shrink: 0;
}
.mmenu-btn-offerte {
    width: 100%;
    justify-content: center;
    padding: 13px 20px;
    font-size: .9rem;
}
.mmenu-btn-tel {
    display: flex; align-items: center; justify-content: center; gap: 9px;
    padding: 12px 20px;
    background: rgba(255,255,255,.05);
    border: 1.5px solid rgba(255,255,255,.12);
    border-radius: 6px;
    color: rgba(255,255,255,.75);
    font-size: .87rem; font-weight: 700;
    text-decoration: none;
    transition: all .18s;
}
.mmenu-btn-tel:hover { color: #fff; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.1); }
.mmenu-btn-tel .bi { color: var(--gold); }

/* ═══════════════════════════════════════════════════════
   MOBIEL / TABLET RESPONSIVE
═══════════════════════════════════════════════════════ */

@media (max-width: 991px) {
    /* Toon hamburger, verberg desktop nav volledig */
    .hamburger { display: flex; }
    .nav-links-desktop { display: none !important; }
    .nav-inner { padding: 0 20px; }

    /* Dienst detail: sidebar onder content */
    div[style*="grid-template-columns:1fr 340px"],
    div[style*="grid-template-columns: 1fr 340px"] {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
    }
}

@media (max-width: 767px) {
    .wrap { padding-left: 18px; padding-right: 18px; }

    /* Hero stats: 2x2 */
    .hero-stats {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
    }
    .hs {
        min-width: unset !important;
        padding: 16px 14px;
        border-bottom: 1px solid rgba(255,255,255,.09) !important;
    }
    .hs:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.09); }
    .hs:nth-child(3), .hs:nth-child(4) { border-bottom: none !important; }

    /* Hero knoppen */
    .hero-btns { flex-direction: column; align-items: stretch; gap: 10px; }
    .hero-btns .btn-gold,
    .hero-btns .btn-outline-w,
    .hero-btns button { width: 100%; justify-content: center; text-align: center; }

    /* CTA blok */
    .cta-block > .wrap > div { grid-template-columns: 1fr !important; gap: 24px; }
    .cta-block > .wrap > div > div:last-child { flex-direction: column; gap: 10px; }
    .cta-block .btn-gold,
    .cta-block .btn-outline-w { width: 100%; justify-content: center; }

    /* Footer */
    .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
    .footer-bottom-right { justify-content: center; flex-wrap: wrap; gap: 10px; }
    .footer-cta-btns { flex-direction: column; }
    .footer-cta-btns .btn-white,
    .footer-cta-btns .btn-outline-gold { width: 100%; justify-content: center; }

    /* Modal: slide-up van onderaf */
    .tgs-modal-overlay { align-items: flex-end; padding: 0; }
    .tgs-modal {
        border-radius: 16px 16px 0 0;
        max-height: 92svh;
        width: 100%; margin: 0;
        position: relative;
    }
    .tgs-modal-head { border-radius: 16px 16px 0 0; padding: 20px 18px 16px; }
    .tgs-modal-body { padding: 18px 18px 32px; }
    .tgs-modal-body .fl,
    .wpcf7 .fl { grid-template-columns: 1fr !important; }

    /* Tabel overflow */
    .tgs-content table { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }

    /* Safe area (notch/home-indicator) */
    .mmenu { padding-bottom: env(safe-area-inset-bottom, 0px); }
    footer { padding-bottom: env(safe-area-inset-bottom, 0px); }
}

@media (max-width: 480px) {
    .wrap { padding-left: 14px; padding-right: 14px; }
    .hero-h1 { font-size: clamp(1.65rem, 9vw, 2.1rem); }

    /* Hero stats: 1 kolom op kleine schermen */
    .hero-stats { grid-template-columns: 1fr; }
    .hs { border-right: none !important; }
    .hs:nth-child(3) { border-bottom: 1px solid rgba(255,255,255,.09) !important; }

    .pg-mv-grid { grid-template-columns: 1fr; }
    .footer-cols { grid-template-columns: 1fr !important; }
    .form-card { padding: 16px 14px; }
    .tgs-modal-body { padding: 16px 14px 28px; }
}

/* Touch: geen hover-effecten */
@media (hover: none) {
    .dc:hover .dc-bg { transform: none !important; }
    .rc:hover { transform: none !important; box-shadow: none !important; }
    .dienst-card:hover { transform: none !important; }
}

/* Landscape telefoon */
@media (max-width: 767px) and (orientation: landscape) {
    .hero-body { padding-top: 64px; padding-bottom: 32px; }
    .hero-h1 { font-size: clamp(1.4rem, 5vw, 1.8rem); }
    .mmenu { width: 260px; }
}

/* ── Logo: minder hoog op mobiel zodat er adempauze is ── */
@media (max-width: 991px) {
    .brand img,
    .brand svg,
    nav .brand img { height: 46px !important; }
    nav { height: 66px; }
    :root { --nav: 66px; }
}

/* ── Hero stats: netjes 2x2 grid, gelijke uitlijning ─── */
@media (max-width: 767px) {
    .hero-stats {
        display: grid !important;
        grid-template-columns: 1fr 1fr;
        flex-wrap: unset;
        border-top: 1px solid rgba(255,255,255,.12);
    }
    .hs {
        flex: unset;
        min-width: unset !important;
        padding: 18px 16px !important;
        border-right: none !important;
        border-bottom: 1px solid rgba(255,255,255,.09) !important;
    }
    /* Rechter kolom: scheidingslijn links */
    .hs:nth-child(odd)  { border-right: 1px solid rgba(255,255,255,.09) !important; }
    .hs:nth-child(3),
    .hs:nth-child(4)    { border-bottom: none !important; }
    /* Reset afwijkende eerste-kind padding */
    .hs:first-child { padding-left: 16px !important; }
}
