/* ============================================================
   BuildAgentic v2 — huisstijl
   bg #0A0612 · violet #6D4FC4 → lavendel #B9A8E8 · goud #E0A458
   ============================================================ */
:root {
  --bg: #0A0612;
  --bg-soft: #110A1E;
  --card: #150D26;
  --card-edge: rgba(185, 168, 232, 0.10);
  --violet: #6D4FC4;
  --lavender: #B9A8E8;
  --gold: #E0A458;
  --ink: #F2EFFA;
  --ink-mute: #A99FC4;
  --ink-faint: #6F6590;
  --grad: linear-gradient(100deg, var(--violet), var(--lavender));
  --font-head: "Space Grotesk", "Helvetica Neue", sans-serif;
  --font-body: "Inter", "Helvetica Neue", sans-serif;
  --wrap: 1240px;
  --r: 14px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* gelaagde achtergrond: aurora-mesh + grain */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(1000px 700px at 88% -12%, rgba(109, 79, 196, 0.20), transparent 62%),
    radial-gradient(800px 600px at -12% 28%, rgba(109, 79, 196, 0.14), transparent 60%),
    radial-gradient(900px 700px at 50% 115%, rgba(74, 51, 144, 0.18), transparent 60%),
    radial-gradient(500px 400px at 75% 70%, rgba(224, 164, 88, 0.05), transparent 65%);
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
::selection { background: rgba(109, 79, 196, 0.55); color: #fff; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
section { padding: 88px 0; position: relative; }

h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; letter-spacing: -0.015em; text-wrap: balance; }
h2 { font-size: clamp(28px, 4.4vw, 42px); font-weight: 700; }
h3 { font-size: 21px; font-weight: 600; }
p { text-wrap: pretty; }

.eyebrow {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--lavender);
  margin-bottom: 16px;
}
.eyebrow::before { content: "/"; color: var(--gold); margin-right: 9px; font-weight: 700; }
.sec-head { max-width: 640px; margin-bottom: 52px; }
.sec-head p { color: var(--ink-mute); margin-top: 14px; font-size: 18px; }
.grad-text {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* ---------- knoppen ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  border-radius: 12px;
  padding: 13px 26px;
  min-height: 48px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
  cursor: pointer;
  border: 1px solid transparent;
}
.btn-primary {
  background: var(--grad);
  color: #14092B;
  box-shadow: 0 4px 24px rgba(109, 79, 196, 0.35);
  position: relative;
  overflow: hidden;
}
.btn-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: -70%;
  width: 45%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: skewX(-20deg);
  transition: left 0.7s ease;
  pointer-events: none;
}
.btn-primary:hover::after { left: 130%; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(109, 79, 196, 0.5); }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: rgba(185, 168, 232, 0.3);
}
.btn-ghost:hover { border-color: var(--lavender); background: rgba(185, 168, 232, 0.06); transform: translateY(-2px); }
.btn-lg { padding: 16px 32px; font-size: 17px; }

/* ---------- nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 6, 18, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(185, 168, 232, 0.1);
}
.nav.scrolled {
  border-bottom-color: rgba(185, 168, 232, 0.18);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.45);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 72px; }
.logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--ink); font-family: var(--font-head); font-weight: 700; font-size: 19px; letter-spacing: -0.01em; }
.logo .lg-agentic { color: var(--lavender); }
.logo .slash { color: var(--gold); font-weight: 700; margin: 0 1px; }

/* signatuur-logo: langzame rotatie + neo-gloss kleurverschuiving */
.logo-mark {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  position: relative;
  flex: none;
  background: conic-gradient(from 210deg, #6D4FC4, #B9A8E8, #4A3390, #8E74DC, #6D4FC4);
  animation: markspin 26s linear infinite, markgloss 13s ease-in-out infinite alternate;
  box-shadow: 0 0 18px rgba(109, 79, 196, 0.55), inset 0 1px 1px rgba(255, 255, 255, 0.45);
}
.logo-mark::after {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 5px;
  background: var(--bg);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
}
@keyframes markspin { to { transform: rotate(360deg); } }
@keyframes markgloss {
  0% { filter: hue-rotate(0deg) saturate(1); }
  100% { filter: hue-rotate(38deg) saturate(1.25); }
}

.nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-links a { color: var(--ink-mute); text-decoration: none; font-size: 15px; font-weight: 500; transition: color 0.2s ease; }
.nav-links a:hover { color: var(--ink); }
.nav .btn-primary { padding: 10px 20px; min-height: 42px; font-size: 15px; }

/* ---------- hero ---------- */
.hero { padding: 110px 0 96px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center; }
.hero h1 { font-size: clamp(36px, 5.6vw, 60px); font-weight: 700; }
.hero .sub { font-size: clamp(18px, 2.2vw, 21px); color: var(--ink-mute); margin-top: 22px; max-width: 540px; }
.hero .promise { font-size: 17px; color: var(--lavender); margin-top: 14px; max-width: 540px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 36px; }

/* hero glow achter de kop */
.hero::before {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  top: -260px;
  left: -180px;
  background: radial-gradient(circle, rgba(109, 79, 196, 0.32) 0%, rgba(185, 168, 232, 0.1) 42%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
  animation: glowdrift 11s ease-in-out infinite alternate;
}
@keyframes glowdrift {
  0% { opacity: 0.75; transform: translate(0, 0) scale(1); }
  100% { opacity: 1; transform: translate(50px, 26px) scale(1.08); }
}

.hero-visual { will-change: transform; transition: transform 0.2s ease-out; transform: perspective(900px); }

/* groot signatuur-merk in de hero */
.hero-visual { display: flex; align-items: center; justify-content: center; position: relative; }
.hero-mark {
  width: min(300px, 60vw);
  aspect-ratio: 1;
  border-radius: 64px;
  position: relative;
  background: conic-gradient(from 210deg, #6D4FC4, #B9A8E8, #3D2A78, #8E74DC, #E0A458, #6D4FC4);
  animation: markspin 48s linear infinite, markgloss 16s ease-in-out infinite alternate;
  box-shadow: 0 0 90px rgba(109, 79, 196, 0.5), 0 0 220px rgba(109, 79, 196, 0.25), inset 0 2px 2px rgba(255, 255, 255, 0.4);
}
.hero-mark::after {
  content: "";
  position: absolute;
  inset: 26%;
  border-radius: 38px;
  background: var(--bg);
  box-shadow: inset 0 2px 14px rgba(0, 0, 0, 0.7);
}
.hero-mark-label {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 2;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 30px;
  color: var(--ink);
  text-shadow: 0 0 24px rgba(109, 79, 196, 0.8);
}

/* fotoframe in de hero */
.hero-portrait {
  position: relative;
  width: min(340px, 72vw);
  aspect-ratio: 4 / 5;
  border-radius: 32px;
  padding: 5px;
}
.hero-portrait-ring {
  position: absolute;
  inset: 0;
  border-radius: 32px;
  background: conic-gradient(from 210deg, #6D4FC4, #B9A8E8, #3D2A78, #8E74DC, #E0A458, #6D4FC4);
  animation: markspin 48s linear infinite, markgloss 16s ease-in-out infinite alternate;
  box-shadow: 0 0 70px rgba(109, 79, 196, 0.42), 0 0 180px rgba(109, 79, 196, 0.22);
}
.hero-portrait-slot {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
  background: #160E27;
  box-shadow: inset 0 2px 20px rgba(0, 0, 0, 0.5);
}

/* ---------- reveal animaties ---------- */
.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.7s ease, transform 0.7s ease; }
.js .reveal.in { opacity: 1; transform: none; }
.js .d1.in { transition-delay: 0.08s; }
.js .d2.in { transition-delay: 0.16s; }
.js .d3.in { transition-delay: 0.24s; }

/* ---------- kaarten algemeen: glas + muis-spotlight ---------- */
.card {
  background: linear-gradient(180deg, rgba(21, 13, 38, 0.40), rgba(21, 13, 38, 0.66));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--card-edge);
  border-radius: var(--r);
  padding: 30px 28px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.4s ease;
  background: radial-gradient(320px circle at var(--mx, 50%) var(--my, 50%), rgba(185, 168, 232, 0.13), transparent 65%);
  pointer-events: none;
  z-index: 1;
}
.card:hover::before { opacity: 1; }
.card:hover {
  border-color: rgba(185, 168, 232, 0.3);
  box-shadow: 0 12px 36px rgba(109, 79, 196, 0.14);
}

/* ---------- herken je dit: open, editorial ---------- */
.pain-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 56px; border-top: 1px solid rgba(185, 168, 232, 0.13); }
.pain { display: flex; gap: 24px; align-items: flex-start; padding: 34px 8px 34px 2px; border-bottom: 1px solid rgba(185, 168, 232, 0.13); transition: padding-left 0.35s ease; }
.pain:hover { padding-left: 14px; }
.pain .n { font-family: var(--font-head); font-weight: 700; font-size: 15px; color: var(--gold); letter-spacing: 0.1em; padding-top: 4px; transition: text-shadow 0.3s ease; }
.pain:hover .n { text-shadow: 0 0 18px rgba(224, 164, 88, 0.7); }
.pain p { color: var(--ink-mute); font-size: 17px; transition: color 0.3s ease; }
.pain:hover p { color: var(--ink); }

/* ---------- diensten ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svc { display: block; text-decoration: none; color: inherit; }
.svc h3 { margin: 18px 0 12px; }
.svc p { color: var(--ink-mute); font-size: 16px; }
.svc-ic {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(109, 79, 196, 0.18);
  border: 1px solid rgba(185, 168, 232, 0.2);
  color: var(--lavender);
  transition: transform 0.3s ease;
}
.svc:hover .svc-ic { transform: scale(1.08) rotate(-4deg); }
.svc.c-gold .svc-ic { background: rgba(224, 164, 88, 0.1); border-color: rgba(224, 164, 88, 0.3); color: var(--gold); }
.svc.c-gold:hover { border-color: rgba(224, 164, 88, 0.42); box-shadow: 0 12px 36px rgba(224, 164, 88, 0.1); }
.svc.c-violet .svc-ic { background: rgba(109, 79, 196, 0.26); border-color: rgba(142, 116, 220, 0.45); color: #C9BCEE; }
.svc-more { display: inline-flex; align-items: center; gap: 8px; margin-top: 18px; font-family: var(--font-head); font-size: 14px; font-weight: 600; color: var(--lavender); transition: gap 0.25s ease, color 0.25s ease; }
.svc:hover .svc-more { gap: 13px; color: var(--ink); }
.svc-more .arr { color: var(--gold); }
.svc-note { margin-top: 30px; color: var(--ink-mute); font-size: 15.5px; max-width: 640px; }
.svc-note .j { color: var(--gold); font-weight: 700; margin-right: 8px; }
.svc-note strong { color: var(--ink); font-weight: 600; }

/* ---------- werkwijze ---------- */
.steps { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.step {
  position: relative;
  background: none;
  border: none;
  border-radius: 0;
  text-align: left;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  padding: 0 12px 18px 0;
}
.step::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 48px;
  right: -20px;
  height: 1px;
  background: rgba(185, 168, 232, 0.18);
}
.step:last-child::before { display: none; }
.step .num {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 16px;
  color: var(--lavender);
  background: rgba(109, 79, 196, 0.16);
  border: 1px solid rgba(185, 168, 232, 0.35);
  box-shadow: 0 0 0 6px var(--bg);
  margin-bottom: 18px;
  transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.step:hover .num { border-color: var(--lavender); }
.step.active .num {
  background: var(--grad);
  color: #14092B;
  border-color: transparent;
  box-shadow: 0 0 0 6px var(--bg), 0 4px 18px rgba(109, 79, 196, 0.4);
}
.step h3 { font-size: 18px; margin-bottom: 10px; }
.step p { color: var(--ink-mute); font-size: 15px; line-height: 1.6; }
.step-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-family: var(--font-head);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--lavender);
  transition: color 0.25s ease;
}
.step:hover .step-cta { color: var(--ink); }
.step-cta .pm { color: var(--gold); font-size: 16px; }
.step-detail {
  display: none;
  margin-top: 32px;
  border: 1px solid rgba(185, 168, 232, 0.18);
  border-radius: var(--r);
  background: linear-gradient(180deg, rgba(21, 13, 38, 0.62), rgba(21, 13, 38, 0.9));
  padding: clamp(26px, 4vw, 46px);
}
.step-detail.open { display: block; animation: sdfade 0.4s ease; }
@keyframes sdfade { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.sd-kicker { font-family: var(--font-head); font-size: 12.5px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
.step-detail h3 { font-size: 23px; margin-bottom: 14px; }
.sd-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 36px; }
.sd-grid > div > p { color: var(--ink-mute); font-size: 16px; }
.sd-grid h4 { font-family: var(--font-head); font-size: 12.5px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--lavender); margin-bottom: 12px; }
@media (max-width: 960px) {
  .steps { grid-template-columns: repeat(2, 1fr); }
  .sd-grid { grid-template-columns: 1fr; gap: 22px; }
}
@media (max-width: 540px) { .steps { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .step-detail.open { animation: none; } }

/* ---------- mogelijkheden / cases ---------- */
.case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.case-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 16px; }
.case h3 { margin-bottom: 10px; }
.case p { color: var(--ink-mute); font-size: 16px; }
.status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  white-space: nowrap;
}
.status .dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.status.live { color: #7BE0A8; background: rgba(123, 224, 168, 0.1); border: 1px solid rgba(123, 224, 168, 0.25); }
.status.wip { color: var(--gold); background: rgba(224, 164, 88, 0.1); border: 1px solid rgba(224, 164, 88, 0.28); }
.case-tag { font-size: 13.5px; color: var(--ink-faint); margin-top: 16px; font-family: var(--font-head); letter-spacing: 0.04em; }

/* ---------- belofte-band ---------- */
.promise-band {
  background: linear-gradient(180deg, rgba(109, 79, 196, 0.13), rgba(109, 79, 196, 0.04));
  border-top: 1px solid rgba(185, 168, 232, 0.12);
  border-bottom: 1px solid rgba(185, 168, 232, 0.12);
}
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.promise-item h3 { font-size: 20px; margin-bottom: 10px; }
.promise-item h3::before { content: "/ "; color: var(--gold); }
.promise-item p { color: var(--ink-mute); font-size: 16px; }
.promise-sign {
  margin-top: 44px;
  font-family: var(--font-head);
  font-size: 15px;
  color: var(--lavender);
  letter-spacing: 0.04em;
}

/* ---------- over ---------- */
.over-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: center; }
.over-media { display: grid; gap: 16px; }
.over-text p { color: var(--ink-mute); margin-top: 16px; }
.pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.pill {
  font-family: var(--font-head);
  font-size: 13.5px;
  font-weight: 500;
  color: var(--lavender);
  background: rgba(109, 79, 196, 0.14);
  border: 1px solid rgba(185, 168, 232, 0.2);
  padding: 7px 14px;
  border-radius: 999px;
}

/* ---------- tarieven ---------- */
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.price { display: flex; flex-direction: column; }
.price .tier { font-family: var(--font-head); font-size: 13px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-faint); }
.price .amount { font-family: var(--font-head); font-size: 38px; font-weight: 700; margin: 14px 0 4px; }
.price .amount small { font-size: 16px; font-weight: 500; color: var(--ink-mute); }
.price .terms { font-size: 14px; color: var(--ink-faint); margin-bottom: 18px; }
.price ul { list-style: none; display: grid; gap: 10px; margin-top: 6px; }
.price li { color: var(--ink-mute); font-size: 15.5px; padding-left: 22px; position: relative; }
.price li::before { content: "→"; position: absolute; left: 0; color: var(--gold); font-size: 14px; }
.price.featured { border-color: rgba(185, 168, 232, 0.4); background: linear-gradient(180deg, rgba(109, 79, 196, 0.16), var(--card)); }
.price .flag { font-family: var(--font-head); font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }

/* ---------- faq ---------- */
.faq-list { max-width: 760px; }
.faq-item { border-bottom: 1px solid rgba(185, 168, 232, 0.12); }
.faq-q {
  width: 100%;
  background: none;
  border: none;
  color: var(--ink);
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  padding: 22px 44px 22px 0;
  cursor: pointer;
  position: relative;
  min-height: 48px;
}
.faq-icon { position: absolute; right: 4px; top: 50%; width: 14px; height: 14px; transform: translateY(-50%); }
.faq-icon::before, .faq-icon::after {
  content: "";
  position: absolute;
  background: var(--lavender);
  transition: transform 0.3s ease;
}
.faq-icon::before { width: 14px; height: 2px; top: 6px; }
.faq-icon::after { width: 2px; height: 14px; left: 6px; }
.faq-item.open .faq-icon::after { transform: scaleY(0); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.4s ease; }
.faq-a-inner { padding: 0 0 24px; color: var(--ink-mute); font-size: 16px; max-width: 680px; }

/* ---------- contact ---------- */
.contact-box {
  background: linear-gradient(160deg, rgba(109, 79, 196, 0.2), rgba(21, 13, 38, 0.9));
  border: 1px solid rgba(185, 168, 232, 0.22);
  border-radius: 26px;
  padding: clamp(36px, 6vw, 72px);
  text-align: left;
  position: relative;
  overflow: hidden;
}
.contact-box::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  top: -260px;
  right: -120px;
  background: radial-gradient(circle, rgba(185, 168, 232, 0.22), transparent 65%);
  pointer-events: none;
}
.contact-box h2 { font-size: clamp(32px, 5vw, 48px); }
.contact-box > p { color: var(--ink-mute); max-width: 520px; margin: 18px 0 0; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 16px; justify-content: flex-start; margin-top: 36px; position: relative; }
.contact-mail { margin-top: 26px; font-size: 15.5px; color: var(--ink-faint); }
.contact-mail a { color: var(--lavender); text-decoration: none; }
.contact-mail a:hover { text-decoration: underline; }

/* ---------- footer ---------- */
footer { border-top: 1px solid rgba(185, 168, 232, 0.1); padding: 56px 0 36px; font-size: 14.5px; }
.foot-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 40px; }
.foot-brand p { color: var(--ink-faint); margin-top: 14px; max-width: 320px; }
.foot-col h5 { font-family: var(--font-head); font-size: 13px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-mute); margin-bottom: 14px; }
.foot-col ul { list-style: none; display: grid; gap: 9px; }
.foot-col a { color: var(--ink-faint); text-decoration: none; transition: color 0.2s ease; }
.foot-col a:hover { color: var(--lavender); }
.foot-legal { color: var(--ink-faint); line-height: 1.8; }
.foot-base {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 44px;
  padding-top: 22px;
  border-top: 1px solid rgba(185, 168, 232, 0.08);
  color: var(--ink-faint);
  font-size: 13.5px;
}

/* ---------- product-pagina ---------- */
.page-hero { padding: 90px 0 56px; overflow: hidden; }
.page-hero h1 { font-size: clamp(34px, 5vw, 54px); font-weight: 700; max-width: 700px; }
.page-hero .sub { font-size: clamp(17px, 2vw, 20px); color: var(--ink-mute); margin-top: 20px; max-width: 560px; }
.page-hero::before {
  content: "";
  position: absolute;
  width: 640px;
  height: 640px;
  top: -300px;
  right: -200px;
  background: radial-gradient(circle, rgba(109, 79, 196, 0.28) 0%, rgba(185, 168, 232, 0.08) 45%, transparent 70%);
  filter: blur(40px);
  pointer-events: none;
}

.product-list { display: grid; gap: 24px; }
.product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  padding: 0;
}
.product:nth-child(even) .product-media { order: 2; }
.product-media { position: relative; min-height: 320px; }
.product-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.85);
}
.product-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(109, 79, 196, 0.38), rgba(10, 6, 18, 0.45));
  mix-blend-mode: multiply;
  pointer-events: none;
}
.product-body { padding: clamp(28px, 4vw, 48px); display: flex; flex-direction: column; justify-content: center; }
.product-body h2 { font-size: clamp(24px, 3vw, 32px); }
.product-body h2 .pslash { color: var(--gold); margin-right: 10px; }
.product-body > p { color: var(--ink-mute); margin-top: 14px; font-size: 16.5px; }
.product-points { list-style: none; display: grid; gap: 10px; margin-top: 20px; }
.product-points li { color: var(--ink-mute); font-size: 15.5px; padding-left: 22px; position: relative; }
.product-points li::before { content: "/"; position: absolute; left: 0; color: var(--gold); font-weight: 700; }
.stack-row { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 26px; align-items: center; }
.stack-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--ink-mute);
}
.stack-chip img { width: 18px; height: 18px; display: block; opacity: 0.92; }

/* tech stack carrousel */
.stack-carousel { position: relative; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.stack-track { display: flex; gap: 18px; width: max-content; animation: stackscroll 55s linear infinite; padding: 4px 0; }
.stack-carousel:hover .stack-track { animation-play-state: paused; }
@keyframes stackscroll { to { transform: translateX(-50%); } }
.tool-card {
  width: 300px;
  flex: none;
  background: var(--card);
  border: 1px solid var(--card-edge);
  border-radius: var(--r);
  padding: 24px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.tool-card:hover { transform: translateY(-4px); border-color: rgba(224, 164, 88, 0.4); }
.tool-head { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; }
.tool-logo {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(109, 79, 196, 0.16);
  border: 1px solid rgba(185, 168, 232, 0.22);
  flex: none;
}
.tool-logo img { width: 24px; height: 24px; display: block; }
.tool-fallback { display: none; font-family: var(--font-head); font-weight: 700; font-size: 15px; color: var(--gold); }
.tool-logo.fallback .tool-fallback { display: block; }
.tool-name { font-family: var(--font-head); font-weight: 600; font-size: 17px; }
.tool-role { font-family: var(--font-head); font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold); display: block; }
.tool-card p { color: var(--ink-mute); font-size: 14.5px; line-height: 1.6; }
@media (prefers-reduced-motion: reduce) {
  .stack-track { animation: none; }
  .stack-carousel { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
}

/* tech stack band */
.tech-row { display: flex; flex-wrap: wrap; gap: 14px; }
.tech {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--card);
  border: 1px solid var(--card-edge);
  border-radius: 14px;
  padding: 14px 22px 14px 14px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.tech:hover { transform: translateY(-3px); border-color: rgba(224, 164, 88, 0.4); }
.tech-mark {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 14px;
  color: var(--gold);
  background: rgba(224, 164, 88, 0.1);
  border: 1px solid rgba(224, 164, 88, 0.25);
}
.tech-name { font-family: var(--font-head); font-weight: 600; font-size: 15.5px; }

@media (max-width: 820px) {
  .product { grid-template-columns: 1fr; }
  .product:nth-child(even) .product-media { order: 0; }
  .product-media { min-height: 220px; }
}

/* ---------- diensten-detailpagina ---------- */
.svc-jump { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.svc-jump a {
  font-family: var(--font-head);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--ink-mute);
  text-decoration: none;
  border: 1px solid rgba(185, 168, 232, 0.2);
  border-radius: 999px;
  padding: 8px 16px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.svc-jump a:hover { color: var(--ink); border-color: var(--lavender); }
.svc-jump a .j { color: var(--gold); margin-right: 7px; }

.svc-detail {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(36px, 5vw, 80px);
  align-items: center;
  padding: 76px 0;
  border-bottom: 1px solid rgba(185, 168, 232, 0.1);
}
.svc-detail:last-of-type { border-bottom: none; }
.svc-detail.flip .svc-detail-media { order: -1; }
.svc-detail-num {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--ink-faint);
  margin-bottom: 14px;
}
.svc-detail-num .j { color: var(--gold); }
.svc-detail h2 { font-size: clamp(26px, 3.4vw, 38px); }
.svc-detail .lead { color: var(--ink-mute); margin-top: 16px; font-size: 17.5px; }
.svc-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 30px; }
.svc-col h4 {
  font-family: var(--font-head);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lavender);
  margin-bottom: 12px;
}
.svc-detail-media { position: relative; }
.svc-detail-media image-slot { width: 100%; height: 400px; border-radius: 18px; display: block; }
.svc-detail .stack-row { margin-top: 28px; }
@media (max-width: 860px) {
  .svc-detail { grid-template-columns: 1fr; padding: 56px 0; }
  .svc-detail.flip .svc-detail-media { order: 0; }
  .svc-detail-media image-slot { height: 260px; }
  .svc-cols { grid-template-columns: 1fr; }
}

/* ---------- haalbaarheidsonderzoek band ---------- */
.haal-band {
  padding: clamp(30px, 4.5vw, 54px);
  border-radius: 22px;
  background: linear-gradient(160deg, rgba(109, 79, 196, 0.18), rgba(21, 13, 38, 0.92));
  border: 1px solid rgba(185, 168, 232, 0.22);
  position: relative;
  overflow: hidden;
}
.haal-band::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  top: -240px;
  right: -100px;
  background: radial-gradient(circle, rgba(224, 164, 88, 0.12), transparent 65%);
  pointer-events: none;
}
.haal-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 18px; margin-bottom: 12px; position: relative; }
.haal-head h2 { font-size: clamp(24px, 3vw, 34px); }
.haal-price { font-family: var(--font-head); font-weight: 700; font-size: 26px; color: var(--ink); white-space: nowrap; }
.haal-price small { font-size: 14px; font-weight: 500; color: var(--ink-mute); margin-left: 8px; }
.haal-band > .lead { color: var(--ink-mute); max-width: 680px; position: relative; }
.haal-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 34px; position: relative; }
@media (max-width: 860px) { .haal-cols { grid-template-columns: 1fr; } }

/* ---------- artikel (blog-stijl productpagina's) ---------- */
.article-hero { padding: 80px 0 8px; }
.crumb { font-family: var(--font-head); font-size: 14px; font-weight: 500; margin-bottom: 30px; }
.crumb a { color: var(--ink-mute); text-decoration: none; transition: color 0.2s ease; }
.crumb a:hover { color: var(--lavender); }
.crumb .j { color: var(--gold); margin: 0 8px; }
.article-hero h1 { font-size: clamp(32px, 4.6vw, 52px); max-width: 780px; }
.article-hero .lead { font-size: 19px; color: var(--ink-mute); margin-top: 20px; max-width: 660px; }
.article-banner { position: relative; height: clamp(220px, 32vw, 360px); border-radius: 20px; overflow: hidden; margin-top: 44px; }
.article-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(0.85); }
.article-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(160deg, rgba(109, 79, 196, 0.38), rgba(10, 6, 18, 0.45)); mix-blend-mode: multiply; }
.article-body { max-width: 820px; padding-top: 8px; }
.article-body h2 { font-size: clamp(23px, 3vw, 30px); margin: 54px 0 18px; }
.article-body h2 .j { color: var(--gold); margin-right: 12px; }
.article-body > p { color: var(--ink-mute); margin-bottom: 18px; font-size: 17px; }
.article-body .product-points { margin: 8px 0 18px; }
.uc-example {
  background: linear-gradient(180deg, rgba(21, 13, 38, 0.62), rgba(21, 13, 38, 0.88));
  border: 1px solid var(--card-edge);
  border-radius: var(--r);
  padding: 26px 28px;
  margin: 20px 0;
}
.uc-kicker { font-family: var(--font-head); font-size: 12px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 8px; }
.uc-example h3 { font-size: 19px; margin-bottom: 8px; }
.uc-example p { margin: 0; font-size: 16px; color: var(--ink-mute); }
.callout {
  margin: 44px 0;
  padding: 28px 32px;
  border-radius: var(--r);
  background: rgba(109, 79, 196, 0.12);
  border: 1px solid rgba(185, 168, 232, 0.2);
  font-family: var(--font-head);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.55;
  color: var(--ink);
  text-wrap: pretty;
}
.callout .j { color: var(--gold); margin-right: 10px; }

/* ---------- kennisbank ---------- */
.kb-search { margin-top: 36px; max-width: 480px; }
.kb-search input {
  width: 100%;
  background: rgba(21, 13, 38, 0.7);
  border: 1px solid rgba(185, 168, 232, 0.25);
  border-radius: 12px;
  padding: 14px 18px;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.kb-search input::placeholder { color: var(--ink-faint); }
.kb-search input:focus { border-color: var(--lavender); box-shadow: 0 0 0 3px rgba(109, 79, 196, 0.25); }
.kb-cat { margin-top: 52px; }
.kb-cat h2 { font-size: 22px; margin-bottom: 20px; }
.kb-cat h2 .j { color: var(--gold); margin-right: 10px; }
.kb-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 960px) { .kb-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .kb-grid { grid-template-columns: 1fr; } }
.kb-term { padding: 22px; }
.kb-term h3 { font-size: 16.5px; margin-bottom: 8px; }
.kb-term p { font-size: 14.5px; color: var(--ink-mute); margin: 0; }
.kb-empty { color: var(--ink-faint); margin-top: 40px; display: none; }

/* ---------- kennisbank modal ---------- */
.kb-term { cursor: pointer; transition: transform 0.25s ease, border-color 0.3s ease, box-shadow 0.3s ease; }
.kb-term:hover { border-color: rgba(185, 168, 232, 0.38); }
.kb-term:focus-visible { outline: 2px solid var(--lavender); outline-offset: 3px; }
.kb-more { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; font-family: var(--font-head); font-size: 12.5px; font-weight: 600; color: var(--lavender); transition: color 0.25s ease; }
.kb-more .pm { color: var(--gold); }
.kb-term:hover .kb-more { color: var(--ink); }
body.kb-lock { overflow: hidden; }
.kb-modal { position: fixed; inset: 0; z-index: 100; display: none; }
.kb-modal.open { display: grid; place-items: center; padding: 24px; }
.kb-backdrop { position: absolute; inset: 0; background: rgba(10, 6, 18, 0.72); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.kb-panel {
  position: relative;
  width: min(720px, 94vw);
  max-height: 86vh;
  overflow: auto;
  background: linear-gradient(170deg, #1A1030, #110A1E);
  border: 1px solid rgba(185, 168, 232, 0.32);
  border-radius: 24px;
  padding: clamp(28px, 5vw, 52px);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.6), 0 0 90px rgba(109, 79, 196, 0.28);
  animation: kbpop 0.35s ease;
}
@keyframes kbpop { from { opacity: 0; transform: scale(0.92) translateY(16px); } to { opacity: 1; transform: none; } }
.kb-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(185, 168, 232, 0.3);
  background: none;
  color: var(--ink-mute);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.kb-close:hover { color: var(--ink); border-color: var(--lavender); }
.kb-tile {
  width: 68px;
  height: 68px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 20px;
  color: #14092B;
  background: conic-gradient(from 210deg, #6D4FC4, #B9A8E8, #8E74DC, #E0A458, #6D4FC4);
  box-shadow: 0 0 30px rgba(109, 79, 196, 0.5), inset 0 1px 1px rgba(255, 255, 255, 0.45);
  margin-bottom: 22px;
}
.kb-panel h3 { font-size: clamp(24px, 4vw, 30px); margin: 6px 0 14px; }
.kb-short { font-size: 17.5px; color: var(--ink); font-weight: 500; margin-bottom: 16px; }
.kb-m-long p { color: var(--ink-mute); font-size: 16px; margin-bottom: 14px; }
@media (prefers-reduced-motion: reduce) { .kb-panel { animation: none; } }

/* ---------- tarieven als lijst ---------- */
.price-list { border-top: 1px solid rgba(185, 168, 232, 0.13); }
.price-row {
  display: grid;
  grid-template-columns: 1.05fr 0.85fr 1.3fr;
  gap: 36px;
  align-items: start;
  padding: 38px 8px 38px 2px;
  border-bottom: 1px solid rgba(185, 168, 232, 0.13);
  transition: padding-left 0.35s ease;
}
.price-row:hover { padding-left: 14px; }
.price-row h3 { font-size: 21px; margin-top: 8px; }
.pr-amount { font-family: var(--font-head); font-weight: 700; font-size: 30px; line-height: 1.2; }
.pr-amount small { font-size: 14px; font-weight: 500; color: var(--ink-mute); margin-left: 8px; }
.pr-amount .terms { display: block; font-family: var(--font-body); font-weight: 400; font-size: 14px; color: var(--ink-faint); margin-top: 8px; max-width: 260px; }
.price-row .product-points { margin: 4px 0 0; }
@media (max-width: 860px) { .price-row { grid-template-columns: 1fr; gap: 16px; } }

/* ---------- cases als lijst ---------- */
.case-list { border-top: 1px solid rgba(185, 168, 232, 0.13); }
.case-row {
  padding: 34px 8px 34px 2px;
  border-bottom: 1px solid rgba(185, 168, 232, 0.13);
  cursor: pointer;
  transition: padding-left 0.35s ease;
}
.case-row:hover { padding-left: 14px; }
.case-row:focus-visible { outline: 2px solid var(--lavender); outline-offset: 3px; }
.cr-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 10px; }
.case-row p { color: var(--ink-mute); max-width: 760px; }
.kb-m-link { margin-top: 28px; }

/* ---------- vaste illustraties in diensten ---------- */
.svc-img-frame {
  position: relative;
  height: 400px;
  border-radius: 18px;
  overflow: hidden;
  background: #F4F2FA;
  border: 1px solid rgba(185, 168, 232, 0.18);
}
.svc-img-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.svc-img-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(109, 79, 196, 0.16), rgba(10, 6, 18, 0.10));
  mix-blend-mode: multiply;
  pointer-events: none;
}
@media (max-width: 860px) { .svc-img-frame { height: 260px; } }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { order: -1; }
  .hero-mark { width: min(200px, 50vw); border-radius: 44px; }
  .hero-portrait { width: min(280px, 64vw); }
  .hero { padding: 64px 0 72px; }
  .pain-grid, .case-grid, .price-grid { grid-template-columns: 1fr; }
  .svc-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .promise-grid { grid-template-columns: 1fr; gap: 28px; }
  .over-grid { grid-template-columns: 1fr; gap: 36px; }
  .foot-grid { grid-template-columns: 1fr; gap: 32px; }
  .nav-links { display: none; }
  section { padding: 64px 0; }
}
@media (max-width: 540px) {
  .steps { grid-template-columns: 1fr; }
  .hero h1 { font-size: 34px; }
}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .logo-mark, .hero-mark, .hero-portrait-ring, .hero::before { animation: none; }
  .btn-primary::after { display: none; }
  .hero-visual { transition: none; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .btn, .card { transition: none; }
}


/* ---------- agent-flow diagram ---------- */
.flow-head { display: flex; align-items: baseline; flex-wrap: wrap; gap: 8px 16px; margin-top: 60px; }
.flow-head h3 { font-size: 20px; }
.flow-head .fh-note { font-size: 14px; color: var(--ink-faint); }
.flow {
  display: flex;
  margin-top: 20px;
  border: 1px solid var(--card-edge);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(21, 13, 38, 0.5), rgba(21, 13, 38, 0.75));
}
.flow-node { flex: 1; min-width: 0; padding: 24px 20px 26px; position: relative; }
.flow-node + .flow-node { border-left: 1px solid rgba(185, 168, 232, 0.12); }
.flow-node .fn-k {
  display: block;
  font-family: var(--font-head);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 10px;
}
.flow-node h3 { font-family: var(--font-head); font-size: 16.5px; font-weight: 600; margin-bottom: 8px; }
.flow-node p { font-size: 14px; color: var(--ink-mute); line-height: 1.55; }
.flow-node:not(:last-child)::after {
  content: "\2192";
  position: absolute;
  top: 22px;
  right: -10px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  font-size: 12px;
  color: var(--lavender);
  background: #150D26;
  border: 1px solid rgba(185, 168, 232, 0.3);
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 960px) {
  .flow { flex-direction: column; }
  .flow-node + .flow-node { border-left: none; border-top: 1px solid rgba(185, 168, 232, 0.12); }
  .flow-node:not(:last-child)::after { content: "\2193"; top: auto; bottom: -11px; right: auto; left: 22px; }
  .step::before { display: none; }
}

/* ---------- hero trust-regel ---------- */
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px 28px; margin-top: 40px; position: relative; }
.hero-meta span { font-family: var(--font-head); font-size: 13.5px; font-weight: 500; color: var(--ink-faint); }
.hero-meta span::before { content: "/"; color: var(--gold); margin-right: 8px; }

/* ---------- sectienummering ---------- */
.eyebrow .ix { color: var(--ink-faint); margin-right: 10px; font-weight: 500; }


/* ---------- logo-beeldmerk (svg) ---------- */
img.logo-mark {
  background: none;
  box-shadow: 0 0 16px rgba(109, 79, 196, 0.5);
  animation: markgloss 13s ease-in-out infinite alternate;
}

/* ---------- site-brede muis-spotlight ---------- */
.flow-node, .price-row, .case-row, .pain, .uc-example, .step-detail { position: relative; }
.flow-node::before, .price-row::before, .case-row::before, .pain::before,
.uc-example::before, .step-detail::before, .haal-band::after, .contact-box::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.4s ease;
  background: radial-gradient(340px circle at var(--mx, 50%) var(--my, 50%), rgba(185, 168, 232, 0.11), transparent 65%);
  pointer-events: none;
  z-index: 1;
}
.flow-node:hover::before, .price-row:hover::before, .case-row:hover::before, .pain:hover::before,
.uc-example:hover::before, .step-detail:hover::before, .haal-band:hover::after, .contact-box:hover::after { opacity: 1; }

/* ---------- interactieve flow-tegels ---------- */
.flow-node[data-pop] { cursor: pointer; transition: background 0.3s ease; }
.flow-node[data-pop]:hover { background: rgba(109, 79, 196, 0.07); }
.flow-node:focus-visible { outline: 2px solid var(--lavender); outline-offset: -2px; }
.fn-more {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 2;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 15px;
  color: var(--gold);
  opacity: 0.65;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.flow-node:hover .fn-more { opacity: 1; transform: scale(1.25); }


/* ---------- interactieve pijnpunten ---------- */
.pain { cursor: pointer; }
.pain:focus-visible { outline: 2px solid var(--lavender); outline-offset: 3px; }
.pain-body { min-width: 0; }
.pain-body h3 { font-size: 19px; margin-bottom: 8px; }
.pain .kb-more { margin-top: 12px; }

/* ---------- case-logo en link ---------- */
.cr-title { display: flex; align-items: center; gap: 16px; min-width: 0; }
.case-logo { flex: none; background: rgba(185, 168, 232, 0.07); border-radius: 10px; }
.cr-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.case-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-family: var(--font-head);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--gold);
  text-decoration: none;
  transition: gap 0.25s ease, color 0.25s ease;
  position: relative;
  z-index: 2;
}
.case-link:hover { gap: 13px; color: var(--ink); }
.case-link .arr { color: var(--lavender); }


/* ---------- werkwijze als flowchart ---------- */
.wf { display: flex; flex-direction: column; align-items: center; max-width: 520px; margin: 0 auto; }
.wf-node {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 18px;
  text-align: left;
  background: linear-gradient(180deg, rgba(21, 13, 38, 0.40), rgba(21, 13, 38, 0.66));
  border: 1px solid var(--card-edge);
  border-radius: 16px;
  padding: 17px 22px;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.wf-node::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.4s ease;
  background: radial-gradient(300px circle at var(--mx, 50%) var(--my, 50%), rgba(185, 168, 232, 0.12), transparent 65%);
  pointer-events: none;
}
.wf-node:hover::before { opacity: 1; }
.wf-node:hover { transform: translateY(-2px); border-color: rgba(185, 168, 232, 0.35); }
.wf-node:focus-visible { outline: 2px solid var(--lavender); outline-offset: 3px; }
.wf-node.active { border-color: var(--gold); box-shadow: 0 8px 30px rgba(224, 164, 88, 0.12); }
.wf-node .num {
  flex: none;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  color: var(--lavender);
  background: rgba(109, 79, 196, 0.16);
  border: 1px solid rgba(185, 168, 232, 0.35);
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}
.wf-node.active .num { background: var(--grad); color: #14092B; border-color: transparent; }
.wf-body { min-width: 0; }
.wf-body h3 { font-size: 17.5px; }
.wf-body .sub { display: block; font-family: var(--font-head); font-size: 13px; font-weight: 500; color: var(--ink-faint); margin-top: 3px; }
.wf-plus { margin-left: auto; flex: none; font-family: var(--font-head); font-weight: 600; font-size: 17px; color: var(--gold); transition: transform 0.25s ease; }
.wf-node:hover .wf-plus { transform: scale(1.25); }

.wf-arrow { display: flex; flex-direction: column; align-items: center; height: 46px; position: relative; flex: none; }
.wf-arrow::before { content: ""; width: 1.5px; flex: 1; background: linear-gradient(180deg, rgba(185, 168, 232, 0.45), rgba(185, 168, 232, 0.2)); }
.wf-arrow::after { content: ""; width: 7px; height: 7px; border: solid rgba(185, 168, 232, 0.55); border-width: 0 1.5px 1.5px 0; transform: rotate(45deg); margin-top: -8px; }
.wf-arrow em { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); font-style: normal; font-family: var(--font-head); font-size: 11.5px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); white-space: nowrap; }

.wf-decision { position: relative; width: 100%; display: flex; justify-content: center; }
.wf-diamond { width: 118px; height: 118px; display: grid; place-items: center; position: relative; flex: none; }
.wf-diamond::before {
  content: "";
  position: absolute;
  inset: 15px;
  transform: rotate(45deg);
  border: 1px solid rgba(224, 164, 88, 0.55);
  border-radius: 13px;
  background: rgba(224, 164, 88, 0.06);
}
.wf-diamond span { position: relative; font-family: var(--font-head); font-weight: 600; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--gold); text-align: center; }
.wf-branch { position: absolute; left: calc(50% + 66px); top: 50%; transform: translateY(-50%); display: flex; align-items: center; width: calc(50% + 110px); max-width: 400px; }
.wf-branch-line { flex: none; width: 52px; height: 1.5px; background: rgba(224, 164, 88, 0.45); position: relative; }
.wf-branch-line::after { content: ""; position: absolute; right: -1px; top: -3px; width: 6px; height: 6px; border: solid rgba(224, 164, 88, 0.6); border-width: 1.5px 1.5px 0 0; transform: rotate(45deg); }
.wf-branch-line em { position: absolute; left: 50%; top: -22px; transform: translateX(-50%); font-style: normal; font-family: var(--font-head); font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); }
.wf-end { flex: 1; border: 1px dashed rgba(224, 164, 88, 0.4); border-radius: 12px; padding: 12px 16px; font-size: 13.5px; line-height: 1.55; color: var(--ink-mute); background: rgba(224, 164, 88, 0.04); }

.wf-loop { position: relative; width: 100%; display: flex; flex-direction: column; align-items: center; }
.wf-loop-line {
  position: absolute;
  left: -44px;
  top: 38px;
  bottom: 38px;
  width: 44px;
  border: 1.5px dashed rgba(185, 168, 232, 0.45);
  border-right: none;
  border-radius: 26px 0 0 26px;
  pointer-events: none;
}
.wf-loop-head {
  position: absolute;
  left: -7px;
  top: 34.5px;
  width: 7px;
  height: 7px;
  border: solid rgba(185, 168, 232, 0.7);
  border-width: 1.5px 1.5px 0 0;
  transform: rotate(45deg);
}
.wf-loop-label {
  position: absolute;
  right: calc(100% + 52px);
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  font-family: var(--font-head);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(185, 168, 232, 0.75);
  white-space: nowrap;
}
.wf-loop-note { display: none; font-size: 13px; color: var(--ink-faint); margin-top: 12px; text-align: center; }

@media (max-width: 760px) {
  .wf-loop-line, .wf-loop-head, .wf-loop-label { display: none; }
  .wf-loop-note { display: block; }
  .wf-decision { flex-direction: column; align-items: center; }
  .wf-branch { position: static; transform: none; width: 100%; max-width: none; margin-top: 4px; }
  .wf-branch-line { display: none; }
  .wf-end::before { content: "no-go → "; font-family: var(--font-head); font-weight: 600; font-size: 11.5px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-right: 6px; }
  .wf-arrow em { left: 14px; }
}


/* ---------- interactieve gereedschapskist ---------- */
.tool-card[data-pop] { cursor: pointer; position: relative; }
.tool-card:focus-visible { outline: 2px solid var(--lavender); outline-offset: 3px; }
.tool-more {
  position: absolute;
  top: 14px;
  right: 16px;
  font-family: var(--font-head);
  font-weight: 600;
  font-size: 15px;
  color: var(--gold);
  opacity: 0.6;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.tool-card:hover .tool-more { opacity: 1; transform: scale(1.25); }
/* trager scrollen nu er meer tools zijn */
.stack-track { animation-duration: 80s; }


/* ---------- pop-out: koppen en lijsten in lange uitleg ---------- */
.kb-m-long h4 {
  font-family: var(--font-head);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lavender);
  margin: 22px 0 12px;
}
.kb-m-long ul.product-points { margin-bottom: 6px; }
.wf-short[hidden] { display: none; }


/* ---------- pop-out: echt tool-logo in de tegel ---------- */
.kb-tile.img {
  background: rgba(109, 79, 196, 0.16);
  border: 1px solid rgba(185, 168, 232, 0.3);
  box-shadow: 0 0 24px rgba(109, 79, 196, 0.3);
}
.kb-tile img { width: 54%; height: 54%; object-fit: contain; display: block; }

/* ---------- carrousel: handmatig scrollbaar ---------- */
.stack-carousel { overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; cursor: grab; }
.stack-carousel::-webkit-scrollbar { display: none; }
.stack-carousel:active { cursor: grabbing; }
.stack-track { animation: none !important; }


/* ---------- diensten als editorial lijst ---------- */
.svc-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 56px; border-top: 1px solid rgba(185, 168, 232, 0.13); }
.svc-row {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  padding: 32px 8px 32px 2px;
  border-bottom: 1px solid rgba(185, 168, 232, 0.13);
  cursor: pointer;
  position: relative;
  transition: padding-left 0.35s ease;
}
.svc-row:hover { padding-left: 14px; }
.svc-row:focus-visible { outline: 2px solid var(--lavender); outline-offset: 3px; }
.svc-row .svc-ic { flex: none; margin-top: 2px; }
.svc-row:hover .svc-ic { transform: scale(1.08) rotate(-4deg); }
.svc-body { min-width: 0; }
.svc-row h3 { font-size: 19px; margin-bottom: 7px; }
.svc-row p { color: var(--ink-mute); font-size: 15.5px; }
.svc-row .kb-more { margin-top: 11px; }
.svc-row::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
  background: radial-gradient(340px circle at var(--mx, 50%) var(--my, 50%), rgba(185, 168, 232, 0.1), transparent 65%);
  pointer-events: none;
  z-index: 1;
}
.svc-row:hover::before { opacity: 1; }
@media (max-width: 860px) { .svc-list { grid-template-columns: 1fr; } }

/* ---------- techniek-regel ---------- */
.tech-strip { padding: 44px 0; border-top: 1px solid rgba(185, 168, 232, 0.09); border-bottom: 1px solid rgba(185, 168, 232, 0.09); }
.tech-line { text-align: center; color: var(--ink-faint); font-family: var(--font-head); font-size: 15px; }
.tech-line a { color: var(--lavender); text-decoration: none; }
.tech-line a:hover { color: var(--ink); }


/* ---------- aanmeldformulier ---------- */
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 48px; text-align: left; position: relative; }
.contact-grid .contact-mail { margin-top: 22px; }
.aanmeld-form { display: grid; gap: 14px; align-content: start; }
.af-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.aanmeld-form label { display: grid; gap: 6px; font-family: var(--font-head); font-size: 13px; font-weight: 600; color: var(--ink-mute); }
.aanmeld-form label small { font-weight: 500; color: var(--ink-faint); }
.aanmeld-form input[type="text"], .aanmeld-form input[type="email"], .aanmeld-form input[type="tel"], .aanmeld-form textarea {
  width: 100%;
  background: rgba(10, 6, 18, 0.55);
  border: 1px solid rgba(185, 168, 232, 0.25);
  border-radius: 10px;
  padding: 12px 14px;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  resize: vertical;
}
.aanmeld-form input:focus, .aanmeld-form textarea:focus { border-color: var(--lavender); box-shadow: 0 0 0 3px rgba(109, 79, 196, 0.25); }
.af-chips { border: none; display: flex; flex-wrap: wrap; gap: 8px; padding: 0; }
.af-chips legend { font-family: var(--font-head); font-size: 13px; font-weight: 600; color: var(--ink-mute); margin-bottom: 9px; padding: 0; }
.af-chip { position: relative; cursor: pointer; }
.af-chip input { position: absolute; opacity: 0; pointer-events: none; }
.af-chip span {
  display: inline-block;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-mute);
  border: 1px solid rgba(185, 168, 232, 0.28);
  border-radius: 999px;
  padding: 8px 15px;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.af-chip:hover span { border-color: var(--lavender); color: var(--ink); }
.af-chip input:checked + span { background: rgba(109, 79, 196, 0.3); border-color: var(--lavender); color: var(--ink); }
.af-chip input:focus-visible + span { outline: 2px solid var(--lavender); outline-offset: 2px; }
.af-hp { position: absolute; left: -9999px; width: 1px; height: 1px; }
.aanmeld-form .btn { justify-self: start; }
.af-note { font-size: 12.5px; color: var(--ink-faint); line-height: 1.6; }
.af-note a { color: var(--lavender); }
.af-status { display: none; font-size: 14px; }
.af-status.show { display: block; }
.af-status.err { color: #E8A0A0; }
.af-status.err a { color: var(--lavender); }
.af-done h3 { font-size: 22px; margin-bottom: 10px; }
.af-done p { color: var(--ink-mute); }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; gap: 34px; } .af-row2 { grid-template-columns: 1fr; } }

/* ---------- cookiebanner ---------- */
.ba-cookie {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 95;
  display: flex;
  justify-content: center;
  transform: translateY(120%);
  transition: transform 0.45s ease;
  pointer-events: none;
}
.ba-cookie.open { transform: none; pointer-events: auto; }
.ba-cookie-inner {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  max-width: 780px;
  background: linear-gradient(170deg, #1A1030, #110A1E);
  border: 1px solid rgba(185, 168, 232, 0.3);
  border-radius: 16px;
  padding: 18px 22px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.55);
}
.ba-cookie-inner p { flex: 1 1 320px; font-size: 14px; color: var(--ink-mute); line-height: 1.6; margin: 0; }
.ba-cookie-inner p strong { color: var(--ink); }
.ba-cookie-inner p a { color: var(--lavender); }
.ba-cookie-btns { display: flex; gap: 10px; flex-wrap: wrap; }
.ba-cookie-btns .btn { padding: 10px 18px; min-height: 42px; font-size: 14px; }
@media (prefers-reduced-motion: reduce) { .ba-cookie { transition: none; } }
