/* MB-Online — Variant 1: Premium licht (Cabinet Grotesk / General Sans) */
:root {
  --m2-bg: #F4F6F6;
  --m2-card: #FFFFFF;
  --m2-ink: #14171B;
  --m2-dim: #545B60;
  --m2-faint: #98A1A6;
  --m2-line: rgba(20,23,27,0.10);
  --m2-line-2: rgba(20,23,27,0.16);
  --m2-blue: #3A8C93;
  --m2-violet: #4A525E;
  --m2-teal-lt: #8FBCC0;
  --m2-grad: linear-gradient(100deg, #3A8C93 0%, #4A525E 100%);
  --m2-dark: #171B21;
  --m2-dark-2: #1F252D;
  --m2-display: 'Cabinet Grotesk', 'Archivo', sans-serif;
  --m2-body: 'General Sans', 'Archivo', sans-serif;
  --m2-mono: 'General Sans', 'Archivo', sans-serif;
  --m2-r: 26px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: clip; }
body {
  background: var(--m2-bg);
  color: var(--m2-ink);
  font-family: var(--m2-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, h4 { font-family: var(--m2-display); line-height: 1.02; letter-spacing: -0.02em; margin: 0; text-wrap: balance; }
p { text-wrap: pretty; }
a { color: var(--m2-ink); text-decoration: none; }
a:hover { color: var(--m2-blue); }
img { display: block; }
::selection { background: rgba(58,140,147,0.20); }

.m2-grain {
  position: fixed; inset: -50%; z-index: 80; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  opacity: 0.035; animation: m2grain 9s steps(6) infinite;
}
@keyframes m2grain {
  0%,100% { transform: translate(0,0); } 20% { transform: translate(-4%,3%); }
  40% { transform: translate(3%,-4%); } 60% { transform: translate(-3%,-2%); } 80% { transform: translate(4%,2%); }
}

.m2-gt { background: var(--m2-grad); background-size: 200% 100%; -webkit-background-clip: text; background-clip: text; color: transparent; animation: m2gtshift 7s ease-in-out infinite alternate; }
@keyframes m2gtshift { from { background-position: 0% 50%; } to { background-position: 100% 50%; } }
.m2-ot { color: transparent; -webkit-text-stroke: 1.5px rgba(20,23,27,0.30); }
.m2-ot.lt { -webkit-text-stroke: 1.5px rgba(255,255,255,0.34); }

.m2-sec {
  display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--m2-mono); font-size: 11px; font-weight: 500;
  letter-spacing: 0.22em; text-transform: uppercase; color: var(--m2-dim);
}
.m2-sec .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--m2-grad); animation: m2dot 2.6s ease-out infinite; }
@keyframes m2dot { 0% { box-shadow: 0 0 0 0 rgba(58,140,147,0.45); } 70%, 100% { box-shadow: 0 0 0 9px rgba(58,140,147,0); } }
.m2-sec.lt { color: rgba(255,255,255,0.55); }

.m2-btn {
  position: relative; display: inline-flex; align-items: center; gap: 12px;
  font-family: var(--m2-display); font-size: 15.5px; font-weight: 600; letter-spacing: 0.01em;
  color: #fff; background: var(--m2-ink);
  padding: 17px 30px; border-radius: 999px; border: none; cursor: pointer;
  overflow: hidden; transition: color .3s; white-space: nowrap;
}
.m2-btn::before {
  content: ''; position: absolute; inset: 0; border-radius: inherit;
  background: var(--m2-grad); opacity: 0; transition: opacity .35s;
}
.m2-btn::after {
  content: ''; position: absolute; top: -60%; bottom: -60%; width: 34%; left: -60%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,0.38), transparent);
  transform: skewX(-22deg); pointer-events: none;
}
.m2-btn:hover::after { animation: m2shine .85s cubic-bezier(.3,.6,.3,1); }
@keyframes m2shine { from { left: -60%; } to { left: 130%; } }
.m2-btn:hover { color: #fff; }
.m2-btn:hover::before { opacity: 1; }
.m2-btn > * { position: relative; z-index: 1; }
.m2-btn .arrow { transition: transform .3s cubic-bezier(.2,.8,.2,1); }
.m2-btn:hover .arrow { transform: translateX(5px); }
.m2-btn.ghost { background: transparent; color: var(--m2-ink); box-shadow: inset 0 0 0 1.5px var(--m2-line-2); }
.m2-btn.ghost:hover { color: var(--m2-blue); box-shadow: inset 0 0 0 1.5px rgba(58,140,147,0.5); }
.m2-btn.ghost::before { display: none; }
.m2-btn.lt { background: #fff; color: var(--m2-ink); }
.m2-btn.lt:hover { color: #fff; }
.m2-btn.grad { background: var(--m2-grad); }
.m2-btn.glas { background: rgba(255,255,255,0.08); box-shadow: inset 0 0 0 1.5px rgba(255,255,255,0.22); }

.m2-card { background: var(--m2-card); border: 1px solid var(--m2-line); border-radius: var(--m2-r); }

.m2-aurora { position: absolute; border-radius: 50%; filter: blur(90px); pointer-events: none; }
.m2-aurora.a { width: 640px; height: 640px; background: radial-gradient(circle, rgba(58,140,147,0.28), transparent 65%); animation: m2fl1 14s ease-in-out infinite; }
.m2-aurora.b { width: 540px; height: 540px; background: radial-gradient(circle, rgba(107,126,138,0.26), transparent 65%); animation: m2fl2 17s ease-in-out infinite; }
@keyframes m2fl1 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(60px,40px) scale(1.12); } }
@keyframes m2fl2 { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-70px,-30px) scale(1.08); } }

.m2-reveal { transition: opacity .9s cubic-bezier(.2,.65,.2,1), transform .9s cubic-bezier(.2,.65,.2,1); will-change: opacity, transform; }
.mb-js .m2-reveal { opacity: 0; transform: translateY(34px); }
.m2-reveal.on { opacity: 1; transform: none; }
.m2-lines .ln { display: block; overflow: hidden; padding-bottom: 0.08em; margin-bottom: -0.08em; }
.m2-lines .ln > span { display: block; transition: transform 1s cubic-bezier(.16,.8,.18,1); }
.mb-js .m2-lines .ln > span { transform: translateY(110%); }
.m2-lines.on .ln > span { transform: none; }

.m2-progress { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 900; pointer-events: none; }
.m2-progress > div { height: 100%; background: var(--m2-grad); transform-origin: left; transform: scaleX(0); }

.m2-cursor, .m2-cursor-ring { position: fixed; top: 0; left: 0; border-radius: 50%; pointer-events: none; z-index: 9500; }
.m2-cursor { width: 8px; height: 8px; background: var(--m2-blue); margin: -4px 0 0 -4px; }
.m2-cursor-ring {
  width: 38px; height: 38px; margin: -19px 0 0 -19px;
  border: 1.5px solid rgba(58,140,147,0.45);
  transition: width .25s, height .25s, margin .25s, background .25s, border-color .25s;
}
.m2-cursor-ring.big { width: 64px; height: 64px; margin: -32px 0 0 -32px; background: rgba(58,140,147,0.08); border-color: rgba(74,82,94,0.55); }
@media (pointer: coarse) { .m2-cursor, .m2-cursor-ring { display: none; } }

.m2-nav {
  position: fixed; top: 18px; left: 50%; transform: translateX(-50%);
  z-index: 950; width: min(1560px, calc(100% - 40px));
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 12px 10px 14px; border-radius: 999px;
  transition: background .4s, box-shadow .4s, backdrop-filter .4s;
}
.m2-nav.solid {
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 1px 0 var(--m2-line), 0 14px 44px -18px rgba(20,23,27,0.22);
}
.m2-nav .links { display: flex; align-items: center; gap: 34px; }
.m2-nav .links a {
  font-family: var(--m2-display); font-size: 16.5px; font-weight: 700; color: var(--m2-ink);
  position: relative; padding: 4px 0; letter-spacing: 0.005em;
}
.m2-nav .links a::after {
  content: ''; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px;
  background: var(--m2-grad); transition: right .3s cubic-bezier(.2,.8,.2,1); border-radius: 2px;
}
.m2-nav .links a:hover { color: var(--m2-ink); }
.m2-nav .links a:hover::after { right: 0; }
.m2-burger { display: none; width: 46px; height: 46px; border-radius: 50%; border: 1.5px solid var(--m2-line-2); background: rgba(255,255,255,0.8); cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.m2-burger span { display: block; width: 18px; height: 2px; background: var(--m2-ink); border-radius: 2px; transition: transform .3s, opacity .3s; }
.m2-burger.x span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.m2-burger.x span:nth-child(2) { opacity: 0; }
.m2-burger.x span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.m2-menu {
  position: fixed; inset: 0; z-index: 940; background: rgba(244,246,246,0.94);
  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  display: flex; flex-direction: column; justify-content: center; padding: 90px 30px 40px;
  opacity: 0; pointer-events: none; transition: opacity .35s;
}
.m2-menu.open { opacity: 1; pointer-events: auto; }
.m2-menu a {
  font-family: var(--m2-display); font-weight: 600; font-size: clamp(30px, 8vw, 50px);
  padding: 13px 0; border-bottom: 1px solid var(--m2-line);
  display: flex; justify-content: space-between; align-items: center;
}
.m2-menu a .no { font-family: var(--m2-mono); font-size: 12px; color: var(--m2-faint); -webkit-text-stroke: 0; }

.m2-marq { overflow: clip; white-space: nowrap; user-select: none; }
.m2-marq .mrow { display: inline-flex; align-items: baseline; will-change: transform; flex-wrap: nowrap; }
.m2-marq .w {
  font-family: var(--m2-body); font-weight: 600; letter-spacing: 0;
  font-size: clamp(58px, 8.5vw, 132px); line-height: 1.15; padding-right: 0.55em;
}

.mb-dash {
  position: relative; background:
    radial-gradient(90% 120% at 12% -10%, rgba(58,140,147,0.55), transparent 55%),
    radial-gradient(70% 100% at 88% 110%, rgba(143,188,192,0.28), transparent 60%),
    radial-gradient(50% 80% at 70% 0%, rgba(74,82,94,0.5), transparent 65%),
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px) 0 0 / 100% 25%,
    linear-gradient(135deg, #1D3A40, #16242B 55%, #171B21);
}
.mb-dash::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(115deg, transparent 42%, rgba(255,255,255,0.07) 50%, transparent 58%) 0 0 / 260% 100%;
  animation: mbscan 7s linear infinite;
}
@keyframes mbscan { from { background-position: 130% 0; } to { background-position: -130% 0; } }
.mb-bars { position: absolute; left: clamp(20px, 4vw, 60px); right: clamp(20px, 4vw, 60px); bottom: 0; height: 74%; display: flex; align-items: flex-end; gap: clamp(6px, 1.1vw, 16px); }
.mb-bars .b { flex: 1; border-radius: 6px 6px 0 0; transform-origin: bottom; }
.mb-js .mb-bars .b { transform: scaleY(0); }
.on .mb-bars .b { animation: mbgrow 1.1s cubic-bezier(.2,.8,.2,1) both; }
@keyframes mbgrow { from { transform: scaleY(0); } to { transform: scaleY(1); } }
.mb-kpi {
  position: absolute; background: rgba(255,255,255,0.94); backdrop-filter: blur(12px);
  border: 1px solid var(--m2-line); border-radius: 16px; padding: 13px 18px;
  box-shadow: 0 20px 50px -20px rgba(12,14,18,0.5); animation: mbfloat 6s ease-in-out infinite alternate;
}
.mb-kpi .lbl { font-family: var(--m2-mono); font-size: 9.5px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--m2-dim); margin-bottom: 4px; }
.mb-kpi .val { font-family: var(--m2-display); font-size: 17px; font-weight: 700; }
@keyframes mbfloat { from { transform: translateY(0); } to { transform: translateY(-12px); } }

.mb-minibars { position: relative; overflow: hidden; background: linear-gradient(135deg, #1C2129, #171B21); display: flex; align-items: flex-end; gap: 8%; padding: 14% 12% 0; }
.mb-minibars .b { flex: 1; border-radius: 5px 5px 0 0; }

.mb-avatar { display: flex; align-items: center; justify-content: center; height: 100%; }
.mb-avatar .init { font-family: var(--m2-display); font-weight: 700; color: #fff; font-size: clamp(48px, 5vw, 84px); letter-spacing: 0.02em; }

.mb-dienst {
  position: sticky; will-change: transform; overflow: hidden; border-radius: var(--m2-r);
  color: #EDF2F2; background:
    radial-gradient(80% 120% at 15% -10%, rgba(58,140,147,0.4), transparent 55%),
    radial-gradient(60% 90% at 92% 115%, rgba(143,188,192,0.18), transparent 60%),
    linear-gradient(135deg, #1D3A40, #16242B 55%, #171B21);
  border: 1px solid rgba(143,188,192,0.22);
  box-shadow: 0 24px 70px -30px rgba(20,23,27,0.45), inset 0 1px 0 rgba(255,255,255,0.08);
}
.mb-dienst::before {
  content: ''; position: absolute; inset: 0; pointer-events: none; opacity: 0.5;
  background:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px) 0 0 / 100% 64px,
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px) 0 0 / 64px 100%;
  mask-image: radial-gradient(120% 100% at 50% 0%, #000 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(120% 100% at 50% 0%, #000 30%, transparent 75%);
}
.mb-dienst::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(115deg, transparent 44%, rgba(143,188,192,0.10) 50%, transparent 56%) 0 0 / 240% 100%;
  animation: mbscan 8s linear infinite;
}
.mb-dienst .glow {
  position: absolute; width: 400px; height: 400px; border-radius: 50%; pointer-events: none;
  background: radial-gradient(circle, rgba(58,140,147,0.35), transparent 65%);
  filter: blur(50px); transition: opacity .4s; opacity: 0.7;
}
.mb-dienst .foto-inzet {
  position: relative; overflow: hidden; border-radius: 18px; margin: clamp(16px, 1.8vw, 26px);
  border: 1px solid rgba(143,188,192,0.28); box-shadow: 0 20px 60px -25px rgba(0,0,0,0.6);
  min-height: 240px;
}
.mb-dienst .foto-inzet img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.mb-dienst .foto-inzet .tint { position: absolute; inset: 0; background: linear-gradient(115deg, rgba(29,58,64,0.45), rgba(23,27,33,0.15) 60%, transparent); }
.mb-dienst .wm {
  position: absolute; right: -20px; bottom: -34px; pointer-events: none; user-select: none;
  font-family: var(--m2-display); font-weight: 800; font-size: clamp(120px, 14vw, 220px); line-height: 1;
  color: rgba(143,188,192,0.07); white-space: nowrap;
}
.mb-dienst .lees-lnk { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; font-family: var(--m2-display); font-weight: 700; font-size: 15px; color: var(--m2-teal-lt); }
.mb-dienst .lees-lnk:hover { color: #fff; }

.m2-stack-card { position: sticky; will-change: transform; }
.m2-strip::-webkit-scrollbar { display: none; }
.m2-strip { scrollbar-width: none; }

.m2-newsfloat {
  position: fixed; z-index: 60; width: 280px; aspect-ratio: 4/3; border-radius: 18px;
  overflow: hidden; pointer-events: none; box-shadow: 0 30px 80px -20px rgba(20,23,27,0.45);
  opacity: 0; transform: scale(0.85) rotate(-3deg); transition: opacity .25s, transform .35s cubic-bezier(.2,.8,.2,1);
  background: var(--m2-grad); display: flex; align-items: center; justify-content: center;
}
.m2-newsfloat.on { opacity: 1; transform: scale(1) rotate(0deg); }
.m2-newsfloat .word { font-family: var(--m2-display); font-weight: 700; font-size: 40px; color: rgba(255,255,255,0.92); }
@media (pointer: coarse) { .m2-newsfloat { display: none; } }

.m2-newsrow { display: block; padding: 26px 4px; border-top: 1px solid var(--m2-line); transition: padding-left .3s cubic-bezier(.2,.8,.2,1), background .3s; }
.m2-newsrow:hover { padding-left: 18px; background: linear-gradient(90deg, rgba(58,140,147,0.06), transparent 70%); }
.m2-newsrow .titl { font-family: var(--m2-display); font-weight: 700; font-size: clamp(20px, 2.4vw, 34px); line-height: 1.25; color: var(--m2-ink); transition: color .25s; }
.m2-newsrow:hover .titl { color: var(--m2-blue); }
.m2-newsrow .pijl { font-family: var(--m2-mono); color: var(--m2-faint); flex-shrink: 0; transition: transform .25s; display: inline-block; }
.m2-newsrow:hover .pijl { transform: translate(4px, -4px); }

.m2-flink { color: rgba(255,255,255,0.62); font-size: 14px; transition: color .2s, padding-left .2s; }
.m2-flink:hover { color: #fff; padding-left: 6px; }
.m2-fsoc {
  width: 44px; height: 44px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; color: rgba(255,255,255,0.7); transition: all .25s;
}
.m2-fsoc:hover { background: var(--m2-blue); border-color: var(--m2-blue); color: #fff; }

.m2-projfig { margin: 0; flex-shrink: 0; position: relative; border-radius: var(--m2-r); overflow: hidden; box-shadow: 0 30px 80px -35px rgba(20,23,27,0.35); scroll-snap-align: start; background: var(--m2-card); width: clamp(360px, 36vw, 600px); height: 58vh; }
.m2-projfig > img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.m2-projfig:hover > img { transform: scale(1.045); }
.m2-projcta { flex-shrink: 0; width: clamp(320px, 27vw, 440px); height: 58vh; border-radius: var(--m2-r); background: var(--m2-dark); color: #fff; display: flex; flex-direction: column; justify-content: center; padding: clamp(26px, 3vw, 44px); scroll-snap-align: start; }
.m2-projtrack { display: flex; gap: 22px; will-change: transform; }
@media (max-width: 760px) {
  .m2-projfig { width: 78vw; height: 52vh; }
  .m2-projcta { width: 78vw; height: 52vh; }
}

.mb-scrollhint { display: inline-block; animation: mbbounce 2.2s ease-in-out infinite; }
@keyframes mbbounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(6px); } }

.mb-rotwrap { display: inline-block; overflow: hidden; vertical-align: bottom; }
.mb-rotwrap .rw { display: inline-block; animation: mbrotin .55s cubic-bezier(.2,.8,.2,1) both; }
@keyframes mbrotin { from { transform: translateY(0.95em); opacity: 0; } to { transform: translateY(0); opacity: 1; } }

.mb-vraag { transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s, border-color .35s; }
.mb-vraag:hover { transform: translateY(-6px); border-color: rgba(58,140,147,0.45); box-shadow: 0 30px 70px -30px rgba(20,23,27,0.3); }

.mb-stapchip {
  display: flex; align-items: center; gap: 10px; padding: 11px 18px;
  background: var(--m2-card); border: 1px solid var(--m2-line); border-radius: 999px;
  transition: border-color .25s, transform .25s; cursor: default;
}
.mb-stapchip:hover { border-color: rgba(58,140,147,0.5); transform: translateY(-3px); }

.mb-clients { overflow: clip; white-space: nowrap; }
.mb-clients .track { display: inline-flex; align-items: baseline; animation: mbclients 28s linear infinite; }
.mb-clients .track > span { font-family: var(--m2-display); font-weight: 600; font-size: clamp(18px, 1.9vw, 28px); color: var(--m2-faint); padding-right: 1.4em; }
.mb-clients .track > span .sep { color: var(--m2-teal-lt); padding-left: 1.4em; }
@keyframes mbclients { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.mb-statchip {
  position: absolute; top: 14px; left: 14px; z-index: 2; pointer-events: none;
  display: inline-flex; align-items: center; gap: 8px; padding: 9px 15px; border-radius: 999px;
  background: rgba(255,255,255,0.92); backdrop-filter: blur(10px);
  font-family: var(--m2-mono); font-size: 10.5px; letter-spacing: 0.14em; text-transform: uppercase;
  box-shadow: 0 10px 30px -12px rgba(20,23,27,0.35);
}
.mb-statchip .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--m2-grad); }

.mb-faq-item { border-top: 1px solid var(--m2-line); }
.mb-faq-item:last-child { border-bottom: 1px solid var(--m2-line); }
.mb-faq-q {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 18px;
  padding: 24px 4px; background: none; border: none; cursor: pointer; text-align: left;
  font-family: var(--m2-display); font-weight: 600; font-size: clamp(17px, 1.7vw, 23px); color: var(--m2-ink);
  transition: color .25s;
}
.mb-faq-q:hover { color: var(--m2-blue); }
.mb-faq-q .plus { font-family: var(--m2-display); font-weight: 500; font-size: 26px; line-height: 1; color: var(--m2-blue); transition: transform .35s cubic-bezier(.2,.8,.2,1); flex-shrink: 0; }
.mb-faq-q.open .plus { transform: rotate(45deg); }
.mb-faq-a { overflow: hidden; transition: max-height .5s cubic-bezier(.2,.8,.2,1), opacity .4s; opacity: 0; max-height: 0; }
.mb-faq-a.open { opacity: 1; }
.mb-faq-a p { padding: 0 4px 26px; font-size: 15.5px; line-height: 1.7; color: var(--m2-dim); max-width: 760px; }

.mb-megahost { display: inline-flex; }
.mb-megahost > a .chev { display: inline-block; font-size: 11px; margin-left: 5px; transition: transform .3s; color: var(--m2-faint); }
.mb-megahost > a .chev.up { transform: rotate(180deg); color: var(--m2-blue); }
.mb-megahost > a.on { color: var(--m2-ink); }
.mb-megahost > a.on::after { right: 0; }
.mb-mega {
  position: fixed; top: 92px; left: 50%; transform: translateX(-50%) translateY(-14px);
  z-index: 945; width: min(1080px, calc(100% - 40px));
  background: rgba(255,255,255,0.92); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);
  border: 1px solid var(--m2-line); border-radius: 28px;
  box-shadow: 0 40px 110px -30px rgba(20,23,27,0.35);
  opacity: 0; pointer-events: none; visibility: hidden;
  transition: opacity .3s cubic-bezier(.2,.8,.2,1), transform .35s cubic-bezier(.2,.8,.2,1), visibility 0s .3s;
  overflow: hidden;
}
.mb-mega.open { opacity: 1; pointer-events: auto; visibility: visible; transform: translateX(-50%) translateY(0); transition-delay: 0s; }
.mb-mega .inner { display: grid; grid-template-columns: 1.55fr 1fr; }
.mb-mega .kop { font-family: var(--m2-mono); font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--m2-faint); margin-bottom: 18px; }
.mb-mega .kol.diensten { padding: clamp(24px, 2.6vw, 38px); }
.mb-mega .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.mb-mega .item {
  display: flex; align-items: center; gap: 14px; padding: 13px 14px; border-radius: 16px;
  opacity: 0; transform: translateY(10px);
  transition: opacity .35s, transform .35s, background .25s;
}
.mb-mega.open .item { opacity: 1; transform: none; }
.mb-mega.open .item:nth-child(1) { transition-delay: .040s; }
.mb-mega.open .item:nth-child(2) { transition-delay: .075s; }
.mb-mega.open .item:nth-child(3) { transition-delay: .110s; }
.mb-mega.open .item:nth-child(4) { transition-delay: .145s; }
.mb-mega.open .item:nth-child(5) { transition-delay: .180s; }
.mb-mega.open .item:nth-child(6) { transition-delay: .215s; }
.mb-mega .item:hover { background: rgba(58,140,147,0.08); }
.mb-mega .item .ic {
  width: 44px; height: 44px; border-radius: 13px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: var(--m2-grad); color: #fff; transition: transform .3s; font-size: 21px;
}
.mb-mega .item:hover .ic { transform: scale(1.08) rotate(-4deg); }
.mb-mega .item .tx { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.mb-mega .item .t { font-family: var(--m2-display); font-weight: 700; font-size: 15.5px; color: var(--m2-ink); }
.mb-mega .item .x { font-size: 12.5px; color: var(--m2-dim); }
.mb-mega .item .pijl { margin-left: auto; font-family: var(--m2-mono); color: var(--m2-blue); opacity: 0; transform: translateX(-6px); transition: opacity .25s, transform .25s; }
.mb-mega .item:hover .pijl { opacity: 1; transform: none; }
.mb-mega .kol.promo { padding: clamp(24px, 2.6vw, 38px); background: rgba(58,140,147,0.055); border-left: 1px solid var(--m2-line); display: flex; flex-direction: column; }
.mb-mega .promocard {
  position: relative; display: block; border-radius: 18px; overflow: hidden;
  aspect-ratio: 16/9.5; background: linear-gradient(135deg, #1C2129, #171B21);
  box-shadow: 0 24px 60px -24px rgba(20,23,27,0.45);
  transition: transform .35s cubic-bezier(.2,.8,.2,1), box-shadow .35s;
}
.mb-mega .promocard:hover { transform: translateY(-4px); box-shadow: 0 34px 80px -26px rgba(20,23,27,0.55); }
.mb-mega .promocard .overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(12,14,18,0.78)); }
.mb-mega .promocard .txt { position: absolute; left: 18px; right: 18px; bottom: 16px; color: #fff; }
.mb-mega .promocard .chip {
  display: inline-block; font-family: var(--m2-mono); font-size: 9.5px; letter-spacing: 0.18em; text-transform: uppercase;
  background: rgba(255,255,255,0.16); backdrop-filter: blur(8px); border-radius: 999px; padding: 5px 11px; margin-bottom: 9px;
}
.mb-mega .promocard .t { font-family: var(--m2-display); font-weight: 700; font-size: 16.5px; line-height: 1.3; }
.mb-mega .promocard .x { font-size: 12.5px; color: var(--m2-teal-lt); margin-top: 5px; }
.mb-mega .promobel {
  margin-top: 16px; display: flex; justify-content: space-between; align-items: baseline; gap: 12px;
  padding: 15px 18px; border-radius: 14px; border: 1.5px dashed rgba(58,140,147,0.4);
  font-size: 13px; color: var(--m2-dim); transition: border-color .25s, background .25s;
}
.mb-mega .promobel:hover { border-color: var(--m2-blue); background: rgba(58,140,147,0.06); }
.mb-mega .promobel strong { font-family: var(--m2-display); font-weight: 700; font-size: 16px; color: var(--m2-ink); white-space: nowrap; }
.mb-megashade {
  position: fixed; inset: 0; z-index: 930; background: rgba(20,23,27,0.18);
  backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px);
  opacity: 0; pointer-events: none; transition: opacity .3s;
}
.mb-megashade.on { opacity: 1; pointer-events: auto; }
@media (max-width: 760px) { .mb-mega, .mb-megashade { display: none; } }

.m2-pad { padding-left: 48px; padding-right: 48px; }
.m2-stem-panel { height: max(430px, min(520px, 62vh)); }
@media (max-width: 1100px) {
  .m2-hero-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
  .m2-hero-spec { width: 100% !important; display: flex !important; flex-wrap: wrap; gap: 10px 28px; }
  .m2-grid-2 { grid-template-columns: 1fr !important; gap: 44px !important; }
  .m2-stats { grid-template-columns: repeat(2, 1fr) !important; }
  .m2-foot-grid { grid-template-columns: 1fr 1fr !important; }
  .m2-stack-inner { grid-template-columns: 1fr !important; }
  .m2-stack-foto { min-height: 240px; }
  .m2-stem-panel { height: max(560px, min(680px, 80vh)); }
  .m2-stem-grid { grid-template-columns: 1fr !important; grid-template-rows: 150px 1fr; }
  .m2-stem-foto { height: auto !important; }
  .m2-stem-grid > div:last-child { justify-content: flex-start !important; padding-top: 24px !important; overflow: hidden; }
}
@media (max-width: 760px) {
  .m2-pad { padding-left: 22px; padding-right: 22px; }
  .m2-nav .links { display: none; }
  .m2-nav .cta { display: none; }
  .m2-burger { display: flex; }
  .m2-stats { grid-template-columns: 1fr !important; gap: 34px !important; }
  .m2-foot-grid { grid-template-columns: 1fr !important; }
  .m2-stack-card { position: relative !important; top: 0 !important; }
  .m2-sec { letter-spacing: 0.16em; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001s !important; animation-iteration-count: 1 !important; transition-duration: 0.001s !important; }
  .m2-reveal { opacity: 1; transform: none; }
  .m2-lines .ln > span { transform: none; }
  .m2-cursor, .m2-cursor-ring { display: none; }
  .mb-bars .b, .on .mb-bars .b { transform: scaleY(1); animation: none; }
}
