/* ============================================================
   PROMPT TELECOM — site v3 hoofdstijl (richting: donkere hero)
   Vormtaal uit de brand guide: ronde hoek = human-first,
   scherpe hoek = AI-precisie; constructiegrid als achtergrond;
   lime (Ping) uitsluitend voor CTA's en activatie.
   Motion: gericht en rustig; respecteert prefers-reduced-motion.
   ============================================================ */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 500; line-height: 1.12; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }

/* ---------- Navigatie (donker, over de hero) ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(1, 30, 38, .82);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.nav-inner { display: flex; align-items: center; gap: 36px; height: 72px; }
.nav-logo img { height: 38px; width: auto; filter: brightness(0) invert(1); }
.nav-links { display: flex; gap: 28px; margin-left: auto; list-style: none; }
.nav-links a {
  text-decoration: none; font-size: 15.5px; color: rgba(255, 255, 255, .78);
  transition: color .15s ease;
}
.nav-links a:hover { color: #fff; }
.nav-cta {
  margin-left: 8px;
  background: var(--ping); color: var(--pitch);
  font-family: var(--font-head); font-weight: 600; font-size: 15.5px;
  text-decoration: none; padding: 11px 22px; border-radius: 999px;
  transition: transform .15s ease, box-shadow .15s ease;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(182, 248, 153, .3); }
.nav-burger {
  display: none; background: none; border: 0; cursor: pointer;
  width: 42px; height: 42px; margin-left: 4px;
  flex-direction: column; align-items: center; justify-content: center; gap: 7px;
}
.nav-burger span {
  display: block; width: 22px; height: 2px; background: #fff;
  border-radius: 999px; transition: transform .25s ease;
}
.nav.open .nav-burger span:first-child { transform: translateY(4.5px) rotate(45deg); }
.nav.open .nav-burger span:last-child { transform: translateY(-4.5px) rotate(-45deg); }

/* ---------- Knoppen ---------- */
.btn {
  font-family: var(--font-head); font-weight: 600; font-size: 16.5px;
  text-decoration: none; padding: 15px 30px; border-radius: 999px;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
  display: inline-flex; align-items: center; gap: 10px; border: 0; cursor: pointer;
}
.btn-primary { background: var(--ping); color: var(--pitch); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(182, 248, 153, .35); }
.btn-ghost { border: 1.5px solid var(--sage); color: var(--sage); background: transparent; }
.btn-ghost:hover { background: rgba(76, 131, 150, .08); }
.btn-ghost-licht { border: 1.5px solid rgba(255, 255, 255, .55); color: #fff; background: transparent; }
.btn-ghost-licht:hover { background: rgba(255, 255, 255, .1); }

/* ---------- Hero (Pitch-verloop) ---------- */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(165deg, #011E26 0%, #0A2E38 62%, #16404C 100%);
  color: #fff;
}
.hero-grid-bg {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: var(--grid-size) var(--grid-size);
  mask-image: radial-gradient(120% 90% at 30% 20%, #000 40%, transparent 78%);
  -webkit-mask-image: radial-gradient(120% 90% at 30% 20%, #000 40%, transparent 78%);
}
.hero-mark { position: absolute; right: -140px; top: -60px; width: 620px; pointer-events: none; }
.hero-mark path { stroke: rgba(255, 255, 255, .12); }
.hero-mark path.accent { stroke: rgba(182, 248, 153, .22); }
.hero-inner {
  position: relative; display: grid; grid-template-columns: 1.05fr .95fr;
  gap: 64px; align-items: center; padding: 92px 0 100px;
}
.kicker {
  font-weight: 600; font-size: 14px; letter-spacing: .14em;
  text-transform: uppercase; color: var(--mist); margin-bottom: 18px;
}
.hero h1 { font-size: clamp(40px, 4.6vw, 58px); letter-spacing: -.015em; margin-bottom: 22px; }
.hero h1 em { font-style: normal; color: var(--ping); }
.hero .sub { font-size: 18.5px; color: rgba(255, 255, 255, .76); max-width: 54ch; margin-bottom: 34px; }
.cta-row { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; margin-bottom: 30px; }
.bewijs { display: flex; gap: 22px; flex-wrap: wrap; list-style: none; }
.bewijs li { font-size: 15px; color: rgba(255, 255, 255, .72); display: flex; align-items: center; gap: 8px; }
.bewijs li::before {
  content: ""; width: 8px; height: 8px; border-radius: 2px 2px 6px 2px;
  background: var(--ping); flex: none;
}

/* ---------- Demo-widget ---------- */
.widget {
  background: #fff; color: var(--ink);
  border-radius: 0 72px 0 0;
  box-shadow: 0 2px 4px rgba(1, 30, 38, .2), 0 32px 72px -24px rgba(1, 30, 38, .55),
              0 0 0 1px rgba(255, 255, 255, .06), 0 0 80px -30px rgba(182, 248, 153, .35);
  padding: 24px; position: relative;
}
.widget-head { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.widget-avatar {
  width: 42px; height: 42px; border-radius: 13px 13px 13px 5px;
  background: var(--pitch); display: grid; place-items: center; flex: none;
}
.widget-avatar svg { width: 20px; height: 20px; }
.widget-head .naam { font-family: var(--font-head); font-weight: 600; font-size: 16.5px; line-height: 1.2; }
.widget-head .live {
  display: flex; align-items: center; gap: 6px;
  font-size: 12.5px; color: var(--muted-2);
}
.live-dot {
  width: 7px; height: 7px; border-radius: 999px; background: var(--ping-ink);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
.wave { display: flex; gap: 3.5px; align-items: center; height: 26px; margin-left: auto; }
.wave span { width: 4px; border-radius: 999px; background: var(--sage); animation: wave 1.5s ease-in-out infinite; }
.wave span:nth-child(1) { height: 10px; }
.wave span:nth-child(2) { height: 20px; animation-delay: .18s; background: var(--ping-ink); }
.wave span:nth-child(3) { height: 14px; animation-delay: .36s; }
.wave span:nth-child(4) { height: 22px; animation-delay: .54s; }
.wave span:nth-child(5) { height: 9px; animation-delay: .72s; background: var(--ping-ink); }
@keyframes wave { 0%, 100% { transform: scaleY(.55); } 50% { transform: scaleY(1); } }
.chips { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.chip {
  font-size: 13.5px; font-weight: 600; padding: 7px 14px; border-radius: 999px;
  border: 1px solid var(--line); color: var(--baseline);
  background: var(--canvas); cursor: pointer; transition: all .15s ease;
}
.chip:hover { border-color: var(--sage); color: var(--sage); }
.chip.actief { background: var(--pitch); color: #fff; border-color: var(--pitch); }

/* Gesprek */
.gesprek {
  background: var(--canvas); border: 1px solid var(--line-2);
  border-radius: var(--radius); padding: 18px; height: 248px;
  overflow-y: auto; margin-bottom: 16px;
  display: flex; flex-direction: column; gap: 10px;
  scrollbar-width: thin;
}
.bubbel {
  max-width: 86%; padding: 10px 15px; font-size: 15px; line-height: 1.5;
  opacity: 0; transform: translateY(8px);
  animation: bubbelin .35s ease forwards;
}
@keyframes bubbelin { to { opacity: 1; transform: none; } }
.bubbel.agent {
  align-self: flex-start; background: #fff; border: 1px solid var(--line);
  border-radius: 4px 16px 16px 16px; color: var(--ink);
}
.bubbel.beller {
  align-self: flex-end; background: var(--sage); color: #fff;
  border-radius: 16px 4px 16px 16px;
}
.bubbel.systeem {
  align-self: center; max-width: 100%;
  background: var(--ping-soft); border: 1px solid #CBEEB4;
  color: #33652B; border-radius: 999px;
  font-size: 13px; font-weight: 600; padding: 7px 14px;
  display: flex; align-items: center; gap: 8px;
}
.bubbel.systeem::before { content: "✓"; font-weight: 700; }
.bubbel .rol {
  display: block; font-size: 11px; font-weight: 600; letter-spacing: .09em;
  text-transform: uppercase; margin-bottom: 3px; opacity: .62;
}
.bubbel.typend { display: flex; gap: 4px; align-items: center; padding: 14px 16px; }
.bubbel.typend i {
  width: 6px; height: 6px; border-radius: 999px; background: var(--muted-2);
  animation: tikkers 1.1s ease-in-out infinite; font-style: normal;
}
.bubbel.typend i:nth-child(2) { animation-delay: .18s; }
.bubbel.typend i:nth-child(3) { animation-delay: .36s; }
@keyframes tikkers { 0%, 100% { opacity: .3; transform: translateY(0); } 50% { opacity: 1; transform: translateY(-3px); } }

.widget-form { display: flex; gap: 10px; }
.widget-form input {
  flex: 1; font-family: var(--font-body); font-size: 15.5px; min-width: 0;
  padding: 13px 18px; border: 1.5px solid var(--line);
  border-radius: 999px; background: #fff; color: var(--ink); outline: none;
}
.widget-form input:focus { border-color: var(--sage); }
.widget-form .btn { padding: 13px 24px; font-size: 15.5px; }
.widget-note { font-size: 13px; color: var(--muted-2); margin-top: 12px; }

/* ---------- Trustbar ---------- */
.trustbar { border-bottom: 1px solid var(--line); background: #fff; }
.trustbar-inner { display: flex; gap: 18px; justify-content: space-between; padding: 22px 0; flex-wrap: wrap; }
.trustbar span { font-size: 14.5px; color: var(--muted); display: flex; gap: 9px; align-items: center; }
.trustbar span::before {
  content: ""; width: 7px; height: 7px; border-radius: 2px 2px 5px 2px;
  background: var(--sage); flex: none;
}

/* ---------- Secties algemeen ---------- */
.sectie { padding: 84px 0; }
.sectie.krap { padding: 60px 0; }
.kop { max-width: 660px; margin-bottom: 44px; }
.kop .kicker { color: var(--sage); }
.sectie h2 { font-size: clamp(30px, 3.2vw, 40px); letter-spacing: -.01em; margin-bottom: 14px; }
.lede { color: var(--muted); font-size: 18px; }

/* Scroll-reveal */
.rv { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.rv.in { opacity: 1; transform: none; }

/* ---------- Probleem ---------- */
.kaarten { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.kaart {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius) var(--radius) var(--radius) var(--radius-sm);
  padding: 30px 28px; transition: transform .2s ease, box-shadow .2s ease;
}
.kaart:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.kaart-kop { display: flex; gap: 12px; align-items: baseline; margin-bottom: 10px; }
.kaart-kop h3 { font-size: 20px; }
.kaart-kop .nr { font-weight: 600; font-size: 13px; color: var(--sage); letter-spacing: .12em; flex: none; }
.kaart p { color: var(--muted); font-size: 16px; }
.overgang {
  margin-top: 40px; display: grid; grid-template-columns: 1fr 380px;
  gap: 40px; align-items: center;
  background: var(--pitch); color: #fff;
  border-radius: 0 110px 0 0;
  overflow: hidden;
}
.overgang .tekst { padding: 44px 0 44px 44px; font-size: 19.5px; color: rgba(255, 255, 255, .88); }
.overgang .tekst strong { color: var(--ping); font-weight: 600; }
.overgang img { height: 100%; min-height: 220px; object-fit: cover; }

/* Warme-overdracht-visual (in het donkere overgang-blok) */
.warm-visual { padding: 30px 34px 30px 0; display: grid; gap: 9px; align-content: center; }
.wv {
  max-width: 100%; padding: 10px 14px; font-size: 13.5px; line-height: 1.5;
  border-radius: 14px;
}
.wv .rol {
  display: block; font-size: 10.5px; font-weight: 600; letter-spacing: .09em;
  text-transform: uppercase; margin-bottom: 3px; opacity: .65;
}
.wv.beller { background: rgba(255, 255, 255, .1); color: rgba(255, 255, 255, .92); border-radius: 14px 14px 14px 4px; justify-self: start; max-width: 88%; }
.wv.agent { background: #fff; color: var(--ink); border-radius: 14px 14px 4px 14px; justify-self: end; max-width: 88%; }
.wv.systeem {
  justify-self: center; background: rgba(182, 248, 153, .15); border: 1px solid rgba(182, 248, 153, .4);
  color: var(--ping); border-radius: 999px; font-size: 12px; font-weight: 600;
  padding: 6px 14px; display: flex; gap: 8px; align-items: center;
}
.wv.systeem::before { content: "✓"; font-weight: 700; }
.wv.mens { background: #fff; color: var(--ink); border-radius: 14px 14px 4px 14px; justify-self: end; max-width: 88%; border-left: 3px solid var(--ping-ink); }

/* Compacte piek-lijst (probleemsectie) */
.piek { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.piek .kop { margin-bottom: 0; }
.pieklijst { list-style: none; display: grid; gap: 12px; }
.pieklijst li {
  display: flex; gap: 16px; align-items: baseline;
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-sm); padding: 16px 22px; font-size: 16.5px;
}
.pieklijst .nr { color: var(--sage); font-weight: 600; font-size: 13px; letter-spacing: .12em; flex: none; }

/* ---------- Werkwijze (compacte stappenstrip) ---------- */
.sectie-wit { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stappen { display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; }
.stap { position: relative; padding-top: 18px; border-top: 2.5px solid var(--line); }
.stap .nr {
  position: absolute; top: -19px; left: 0;
  width: 36px; height: 36px; display: grid; place-items: center;
  background: var(--pitch); color: #fff; font-family: var(--font-head);
  font-weight: 600; font-size: 15px; border-radius: 0 12px 0 0;
}
.stap h3 { font-size: 18px; margin: 26px 0 6px; }
.stap p { font-size: 15px; color: var(--muted); }

/* Flow-diagram: één diagramtaal (guide beeldbank) */
.flow { overflow-x: auto; }
.flow svg { width: 100%; min-width: 760px; height: auto; display: block; }
.flow .node { fill: #fff; stroke: #E3E8E9; }
.flow .node-donker { fill: #011E26; }
.flow .lijn { stroke: #CCDADF; stroke-width: 2; stroke-dasharray: 6 6; animation: stroom 1.4s linear infinite; }
@keyframes stroom { to { stroke-dashoffset: -12; } }
.flow text { font-family: 'Saira', sans-serif; }

/* ---------- Features ---------- */
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius) var(--radius) var(--radius) var(--radius-sm);
  padding: 28px 26px;
}
.feature .kicker { font-size: 12.5px; margin-bottom: 12px; color: var(--sage); }
.feature h3 { font-size: 19px; margin-bottom: 9px; }
.feature p { font-size: 15.5px; color: var(--muted); }
.feature .bewijsregel {
  margin-top: 14px; font-size: 13.5px; font-weight: 600; color: var(--ping-ink);
  display: flex; gap: 7px; align-items: center;
}
.feature .bewijsregel::before { content: "✓"; }

/* ---------- Fotostrook ---------- */
.fotostrook img { width: 100%; height: 340px; object-fit: cover; }

/* ---------- Inzicht / dashboard ---------- */
.inzicht { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.inzicht .punten { list-style: none; margin-top: 22px; display: grid; gap: 12px; }
.inzicht .punten li { display: flex; gap: 11px; align-items: baseline; color: var(--muted); font-size: 16.5px; }
.inzicht .punten li::before {
  content: ""; width: 8px; height: 8px; border-radius: 2px 2px 6px 2px;
  background: var(--sage); flex: none; transform: translateY(-1px);
}
.dash {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg) var(--radius-lg) var(--radius-lg) var(--radius-sm);
  box-shadow: var(--shadow-lg); padding: 24px;
}
.dash-head { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.dash-head .titel { font-family: var(--font-head); font-weight: 600; font-size: 15.5px; }
.dash-head .disclaimer { margin-left: auto; font-size: 12px; color: var(--muted-2); }
.dash-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 16px; }
.dash-stat { background: var(--canvas); border: 1px solid var(--line-2); border-radius: var(--radius-sm); padding: 14px 16px; }
.dash-stat .w { font-family: var(--font-head); font-weight: 600; font-size: 24px; }
.dash-stat .l { font-size: 12.5px; color: var(--muted-2); }
.dash-stat .w em { font-style: normal; color: var(--ping-ink); }
.ticker { border-top: 1px solid var(--line-2); padding-top: 14px; display: grid; gap: 9px; min-height: 132px; }
.ticker .regel { font-size: 14px; color: var(--muted); display: flex; gap: 10px; opacity: 0; animation: bubbelin .4s ease forwards; }
.ticker .regel .wie { font-weight: 600; color: var(--sage); flex: none; min-width: 64px; }
.ticker .regel.systeem .wie { color: var(--ping-ink); }

/* ---------- Sectoren (sectorkleur-accent per guide) ---------- */
.sectoren { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.sector {
  position: relative; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius) var(--radius) var(--radius) var(--radius-sm);
  padding: 0; text-decoration: none; overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
  display: flex; flex-direction: column;
}
.sector:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.sector::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--sc, var(--sage)); z-index: 2; }
.sector-foto { position: relative; height: 150px; }
.sector-foto img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.sector:hover .sector-foto img { transform: scale(1.04); }
.sector-foto::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 30%, color-mix(in srgb, var(--sc, var(--sage)) 62%, transparent) 100%);
}
.sector-foto .sector-icoon {
  position: absolute; left: 20px; bottom: 14px; z-index: 2; margin-bottom: 0;
  background: #fff; box-shadow: 0 4px 14px rgba(1, 30, 38, .25);
}
.sector-body { padding: 20px 26px 24px; display: flex; flex-direction: column; flex: 1; }
.sector-body .pijl { margin-top: auto; padding-top: 14px; }
.sector h3 { font-size: 19px; margin-bottom: 8px; }
.sector p { font-size: 15px; color: var(--muted); }
.sector .pijl { display: inline-block; text-decoration: none; margin-top: 16px; font-weight: 600; font-size: 14px; color: var(--sc, var(--sage)); }
.sector.corporaties { --sc: #4C8396; }
.sector.zorg { --sc: #A98BD5; }
.sector.storing { --sc: #EA4F30; }
.sector.gemeenten { --sc: #3F5259; }

/* ---------- Integraties ---------- */
.marquee-wrap { overflow: hidden; margin: 40px 0 28px; position: relative; }
.marquee-wrap::before, .marquee-wrap::after {
  content: ""; position: absolute; top: 0; bottom: 0; width: 90px; z-index: 2; pointer-events: none;
}
.marquee-wrap::before { left: 0; background: linear-gradient(90deg, var(--fade-bg, #fff), transparent); }
.marquee-wrap::after { right: 0; background: linear-gradient(-90deg, var(--fade-bg, #fff), transparent); }
.op-canvas { --fade-bg: #F7F7F7; }
.op-canvas .sys { background: #fff; }
.marquee { display: flex; gap: 12px; width: max-content; animation: marquee 42s linear infinite; }
.marquee-wrap:hover .marquee { animation-play-state: paused; }
@keyframes marquee { to { transform: translateX(-50%); } }
.sys {
  font-size: 14.5px; font-weight: 600; color: var(--baseline);
  border: 1px solid var(--line); background: var(--canvas);
  padding: 9px 18px; border-radius: 999px; white-space: nowrap;
}
.sys.bewezen { background: var(--ping-soft); border-color: #CBEEB4; color: #33652B; }
.integraties-voet { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.integraties-voet .toel { font-size: 14.5px; color: var(--muted-2); }

/* ---------- Data & privacy (trust) ---------- */
.trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.trust-tegel {
  background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius) var(--radius) var(--radius) var(--radius-sm);
  padding: 28px 26px;
}
.trust-icoon {
  width: 46px; height: 46px; border-radius: 14px 14px 14px 5px;
  background: var(--mist); display: grid; place-items: center; margin-bottom: 18px;
}
.trust-tegel:nth-child(2) .trust-icoon { background: var(--ping-soft); }
.trust-tegel:nth-child(3) .trust-icoon { background: var(--aura-soft); }
.trust-tegel:nth-child(4) .trust-icoon { background: var(--hotline-soft); }
.trust-icoon svg { width: 24px; height: 24px; stroke: var(--pitch); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.trust-tegel h3 { font-size: 18.5px; margin-bottom: 8px; }
.trust-tegel p { font-size: 15px; color: var(--muted); }
.trust-voet { margin-top: 36px; display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.trust-voet .toel { font-size: 14.5px; color: var(--muted-2); }

/* ---------- Scan ---------- */
.scanblok {
  display: grid; grid-template-columns: 1fr 400px; align-items: center;
  background: #fff; border: 1px solid var(--line);
  border-radius: 0 110px 0 0;
  overflow: hidden;
}
.scanblok .inhoud { padding: 48px; }
.scanblok h2 { font-size: clamp(26px, 2.8vw, 34px); margin-bottom: 12px; }
.scanblok p { color: var(--muted); margin-bottom: 26px; max-width: 50ch; }
.scanblok img { height: 100%; min-height: 280px; object-fit: cover; }
.scanfoto { position: relative; height: 100%; }
.scanfoto img { width: 100%; object-position: 50% 62%; }

/* Chat-overlay op een foto (beeldbank-stijl: techniek als accent op de mens-laag) */
.foto-chat {
  position: absolute; top: 22px; right: 18px;
  display: grid; gap: 8px; max-width: 76%; justify-items: end;
}
.fb {
  padding: 10px 14px; font-size: 13px; line-height: 1.45; color: var(--ink);
  box-shadow: 0 8px 24px -8px rgba(1, 30, 38, .35);
}
.fb.beller {
  background: rgba(255, 255, 255, .78); backdrop-filter: blur(8px);
  border-radius: 14px 14px 4px 14px;
}
.fb.agent {
  background: #fff; border-radius: 14px 14px 14px 4px;
  display: flex; gap: 10px; align-items: center;
}
.fb .orb {
  width: 26px; height: 26px; border-radius: 999px; flex: none;
  background: radial-gradient(circle at 40% 35%, #DDF9C8, var(--ping) 55%, #8FD467 100%);
  box-shadow: 0 0 14px rgba(182, 248, 153, .8);
  animation: pulse 2.4s ease-in-out infinite;
}

/* ---------- Slot (donker) ---------- */
.slot {
  background: linear-gradient(165deg, #011E26 0%, #16404C 100%);
  color: #fff; text-align: center; position: relative; overflow: hidden;
}
.slot h2 { font-size: clamp(30px, 3.4vw, 42px); margin-bottom: 14px; }
.slot p { color: rgba(255, 255, 255, .75); max-width: 52ch; margin: 0 auto 32px; }
.slot .cta-row { justify-content: center; }

/* ---------- Footer ---------- */
.footer { background: var(--pitch); color: rgba(255, 255, 255, .72); padding: 56px 0 36px; }
.footer-inner { display: flex; gap: 40px; align-items: flex-start; flex-wrap: wrap; }
.footer-logo img { height: 34px; filter: brightness(0) invert(1); opacity: .95; }
.footer .tagline { font-family: var(--font-head); font-weight: 500; color: #fff; font-size: 17px; margin-top: 14px; }
.footer-links { margin-left: auto; display: flex; gap: 56px; flex-wrap: wrap; }
.footer-links h4 { font-size: 14px; letter-spacing: .1em; text-transform: uppercase; color: var(--mist); margin-bottom: 12px; }
.footer-links ul { list-style: none; display: grid; gap: 8px; }
.footer-links a { text-decoration: none; font-size: 15px; color: rgba(255, 255, 255, .72); }
.footer-links a:hover { color: #fff; }
.footer-onder {
  border-top: 1px solid rgba(255, 255, 255, .12); margin-top: 44px; padding-top: 22px;
  display: flex; gap: 18px; justify-content: space-between; flex-wrap: wrap;
  font-size: 13.5px; color: rgba(255, 255, 255, .5);
}

/* ---------- Feature-visuals (mini-animaties in de eigen diagramtaal) ---------- */
.fviz {
  height: 116px; background: var(--canvas); border: 1px solid var(--line-2);
  border-radius: var(--radius-sm); display: grid; place-items: center;
  margin-bottom: 20px; overflow: hidden;
}
.fviz svg { width: 100%; height: 100%; }
.fviz .balk { fill: var(--sage); transform-origin: center 78px; animation: fbalk 1.6s ease-in-out infinite; }
.fviz .balk.lime { fill: var(--ping-ink); }
@keyframes fbalk { 0%, 100% { transform: scaleY(.45); } 50% { transform: scaleY(1); } }
.fviz .stroomlijn { stroke: var(--mist); stroke-width: 2; stroke-dasharray: 5 5; animation: stroom 1.4s linear infinite; }
.fviz .pulsnode { animation: pulsnode 2.4s ease-in-out infinite; transform-origin: center; transform-box: fill-box; }
@keyframes pulsnode { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.12); opacity: .82; } }
.fviz .schuifbadge { animation: schuif 3s ease-in-out infinite; }
@keyframes schuif { 0%, 18% { transform: translateX(0); opacity: 0; } 28% { opacity: 1; } 72% { opacity: 1; } 82%, 100% { transform: translateX(104px); opacity: 0; } }
.fviz .taalglij { animation: taalglij 4s ease-in-out infinite; }
@keyframes taalglij { 0%, 42% { transform: translateX(0); } 50%, 92% { transform: translateX(64px); } 100% { transform: translateX(0); } }
.fviz .ring { transform-origin: center; transform-box: fill-box; animation: ring 2.6s ease-out infinite; }
@keyframes ring { 0% { transform: scale(.7); opacity: .7; } 70%, 100% { transform: scale(1.25); opacity: 0; } }
.fviz .groeibalk { fill: var(--sage); transform-origin: center 84px; transform: scaleY(0); }
.rv.in .groeibalk { animation: groei .7s ease forwards; }
@keyframes groei { to { transform: scaleY(1); } }

/* ---------- Flow-visual v2 ---------- */
.flow .kaartschaduw { filter: drop-shadow(0 8px 18px rgba(1, 30, 38, .10)); }
.flow .conn { stroke: var(--mist); stroke-width: 2.5; fill: none; stroke-dasharray: 7 7; animation: stroom 1.6s linear infinite; }
.flow .connlabel { fill: #fff; stroke: #E3E8E9; }
.flow .icoon { stroke: var(--baseline); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- Sectorkaart-iconen ---------- */
.sector-icoon {
  width: 48px; height: 48px; border-radius: 14px 14px 14px 5px;
  display: grid; place-items: center; margin-bottom: 18px;
  background: color-mix(in srgb, var(--sc) 14%, #fff);
}
.sector-icoon svg { width: 26px; height: 26px; stroke: var(--sc); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sector .pijl { transition: transform .2s ease; }
.sector:hover .pijl { transform: translateX(4px); }

/* ---------- Dashboard-paneel ---------- */
.paneel {
  background: linear-gradient(150deg, #DDF5CF 0%, #CCDADF 48%, #E2D8EE 100%);
  border-radius: 0 110px 0 0;
  padding: 34px; position: relative; overflow: hidden;
}
.paneel::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .5) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .5) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(110% 110% at 15% 10%, #000 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(110% 110% at 15% 10%, #000 30%, transparent 80%);
}
.paneel .dash { position: relative; box-shadow: 0 24px 56px -18px rgba(1, 30, 38, .3); border-radius: 0 48px 0 0; }
.dash-tabs { display: flex; gap: 6px; margin-bottom: 16px; }
.dash-tab {
  font-size: 12.5px; font-weight: 600; padding: 6px 13px; border-radius: 999px;
  color: var(--muted-2); background: var(--canvas); border: 1px solid var(--line-2);
  cursor: pointer; font-family: var(--font-body); transition: all .14s ease;
}
.dash-tab:hover { color: var(--sage); border-color: var(--sage); }
.dash-tab.actief { background: var(--pitch); color: #fff; border-color: var(--pitch); }
.dash-paneel { display: none; }
.dash-paneel.actief { display: block; }
.dash-stat { min-width: 0; }
.dash-stat .l { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.dash-grafiek { border-top: 1px solid var(--line-2); padding-top: 14px; margin-bottom: 14px; }
.dash-grafiek .glabel { font-size: 12px; color: var(--muted-2); margin-bottom: 8px; }
.dash-grafiek svg { width: 100%; height: 74px; display: block; }
.dash-grafiek .staaf { fill: var(--mist); transform-origin: bottom; transform-box: fill-box; transform: scaleY(0); }
.dash-grafiek .staaf.piek { fill: var(--sage); }
.rv.in .staaf { animation: groei .8s ease forwards; }
.rv.in .staaf:nth-child(2n) { animation-delay: .1s; }
.rv.in .staaf:nth-child(3n) { animation-delay: .18s; }

/* ---------- Marquee met logo's ---------- */
.sys { display: inline-flex; align-items: center; gap: 9px; }
.sys img { height: 20px; width: auto; max-width: 64px; object-fit: contain; }
.sys.tekstmerk { font-family: var(--font-head); font-weight: 600; letter-spacing: .01em; }

/* ---------- Platform-visual (pathway) ---------- */
.pf {
  background: var(--pitch);
  border-radius: 0 110px 0 0;
  padding: 44px 40px 36px; position: relative; overflow: hidden;
  margin-bottom: 72px;
}
.pf::before {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 48px 48px;
}
.pf-canvas { position: relative; overflow-x: auto; }
.pf-canvas svg { width: 100%; min-width: 820px; display: block; }
.pf .pnode rect { fill: #0B2E39; stroke: rgba(255, 255, 255, .16); transition: fill .3s ease, stroke .3s ease; }
.pf .pnode text { fill: rgba(255, 255, 255, .82); font-family: 'Saira', sans-serif; font-weight: 600; transition: fill .3s ease; }
.pf .pnode.dim rect { stroke-dasharray: 5 5; }
.pf .pnode.dim text { fill: rgba(255, 255, 255, .4); }
.pf .pnode.actief rect { fill: #B6F899; stroke: #B6F899; filter: drop-shadow(0 0 14px rgba(182, 248, 153, .55)); }
.pf .pnode.actief text { fill: #011E26; }
.pf .pedge { stroke: rgba(255, 255, 255, .22); stroke-width: 2; fill: none; transition: stroke .3s ease; }
.pf .pedge.dim { stroke-dasharray: 5 5; stroke: rgba(255, 255, 255, .12); }
.pf .pedge.actief { stroke: #B6F899; stroke-width: 2.5; stroke-dasharray: 7 7; animation: stroom 1s linear infinite; }
.pf-voet { position: relative; display: flex; gap: 24px; align-items: center; margin-top: 26px; flex-wrap: wrap; }
.pf-caption { color: rgba(255, 255, 255, .85); font-size: 16px; flex: 1; min-width: 260px; }
.pf-caption strong { color: #fff; font-family: var(--font-head); font-weight: 600; display: block; margin-bottom: 2px; }
.pf-dots { display: flex; gap: 7px; }
.pf-dots span { width: 8px; height: 8px; border-radius: 999px; background: rgba(255, 255, 255, .25); transition: background .3s ease; }
.pf-dots span.actief { background: var(--ping); }

/* ---------- Sector-audio ---------- */
.sector-audio {
  display: flex; align-items: center; gap: 12px;
  border-top: 1px solid var(--line-2); margin-top: 18px; padding-top: 16px;
}
.audio-knop {
  width: 44px; height: 44px; flex: none; border: 0; cursor: pointer;
  border-radius: 999px; background: color-mix(in srgb, var(--sc) 15%, #fff);
  display: grid; place-items: center; transition: transform .15s ease, background .15s ease;
}
.audio-knop:hover { transform: scale(1.06); }
.audio-knop svg { width: 17px; height: 17px; fill: var(--sc); }
.audio-knop .icoon-pauze { display: none; }
.sector-audio.speelt .audio-knop .icoon-play { display: none; }
.sector-audio.speelt .audio-knop .icoon-pauze { display: block; }
.audio-golf { display: flex; gap: 3px; align-items: center; height: 30px; flex: 1; }
.audio-golf span {
  width: 3.5px; border-radius: 999px; background: var(--static);
  height: var(--h, 12px); transition: background .2s ease;
}
.sector-audio.speelt .audio-golf span { background: var(--sc); animation: wave 1.2s ease-in-out infinite; animation-delay: calc(var(--i) * .09s); }
.audio-tijd { font-size: 12.5px; color: var(--muted-2); font-weight: 600; min-width: 34px; text-align: right; }
.sector-audio .audio-label { font-size: 12px; color: var(--muted-2); }

/* ---------- Dashboard onderwerpen ---------- */
.dash-topics { border-top: 1px solid var(--line-2); padding-top: 14px; }
.dash-topics .glabel { font-size: 12px; color: var(--muted-2); margin-bottom: 10px; }
.topic { display: grid; grid-template-columns: 118px 1fr 40px; gap: 10px; align-items: center; margin-bottom: 8px; }
.topic .t { font-size: 13.5px; color: var(--baseline); }
.topic .balkje { height: 8px; border-radius: 999px; background: var(--line-2); overflow: hidden; }
.topic .balkje i { display: block; height: 100%; border-radius: 999px; background: var(--sage); width: 0; transition: width 1s ease .3s; }
.topic:nth-child(3) .balkje i { background: var(--aura); }
.topic:nth-child(4) .balkje i { background: var(--ping-ink); }
.rv.in .topic .balkje i { width: var(--w); }
.topic .p { font-size: 12.5px; color: var(--muted-2); text-align: right; }
.dash-stat .w .sent { color: var(--ping-ink); }

/* ---------- Impact ---------- */
.impact { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.impact-kolom {
  background: #fff; border: 1px solid var(--line);
  border-radius: 0 40px 0 0; padding: 30px 28px;
}
.impact-kolom h3 { font-size: 19.5px; margin-bottom: 16px; }
.impact-kolom ul { list-style: none; display: grid; gap: 12px; }
.impact-kolom li { display: flex; gap: 11px; align-items: baseline; font-size: 15.5px; color: var(--muted); }
.impact-kolom li::before {
  content: "✓"; color: var(--ping-ink); font-weight: 700; flex: none;
}

/* Verdiepingslinks */
.meerlinks { display: flex; gap: 26px; flex-wrap: wrap; margin-top: 24px; }
.meerlinks a {
  text-decoration: none; font-family: var(--font-head); font-weight: 600;
  font-size: 15.5px; color: var(--sage); transition: color .15s ease;
}
.meerlinks a:hover { color: var(--brand-deep, var(--pitch)); text-decoration: underline; }

/* Impact-band (donker statement-paneel) */
.impact-band {
  background: var(--pitch); color: #fff;
  border-radius: 0 110px 0 0; position: relative; overflow: hidden;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px;
  padding: 60px 56px;
}
.impact-band::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 48px 48px;
}
.impact-stat { position: relative; }
.impact-stat .reus {
  font-family: var(--font-head); font-weight: 600; line-height: 1;
  font-size: clamp(52px, 6vw, 84px); color: var(--ping); letter-spacing: -.02em;
  opacity: 0; transform: translateY(16px) scale(.94);
}
.rv.in .impact-stat .reus { animation: statpop .7s cubic-bezier(.2, .9, .3, 1.2) forwards; }
.rv.in .impact-stat:nth-child(2) .reus { animation-delay: .12s; }
.rv.in .impact-stat:nth-child(3) .reus { animation-delay: .24s; }
@keyframes statpop { to { opacity: 1; transform: none; } }
.impact-stat h3 { font-size: 18.5px; color: #fff; margin: 14px 0 8px; }
.impact-stat p { font-size: 15px; color: rgba(255, 255, 255, .72); }
@media (max-width: 900px) { .impact-band { grid-template-columns: 1fr; gap: 34px; padding: 44px 34px; } }

/* Impact-visuals */
.fviz .lijnpad { fill: none; stroke: var(--sage); stroke-width: 2.5; stroke-linecap: round; stroke-dasharray: 320; stroke-dashoffset: 320; }
.rv.in .lijnpad { animation: teken 1.3s ease forwards .25s; }
.fviz .lijnpunt { fill: var(--ping-ink); opacity: 0; }
.rv.in .lijnpunt { animation: reveal .4s ease forwards 1.4s; }
@keyframes teken { to { stroke-dashoffset: 0; } }
.fviz .groot247 { font-family: var(--font-head); font-weight: 600; font-size: 40px; fill: var(--pitch); }

/* ---------- Vergelijking (keuzemenu vs bezetting vs agent) ---------- */
.vgl-kop { max-width: 660px; margin: 72px 0 40px; }
.vgl-wrap { overflow-x: auto; }
.vgl { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1.25fr; gap: 0 18px; min-width: 760px; align-items: stretch; }
.vgl-labels { display: grid; grid-auto-rows: 60px; align-items: center; padding-top: 74px; }
.vgl-labels div { font-size: 15px; color: var(--baseline); font-weight: 600; padding-right: 8px; }
.vgl-kolom {
  background: #fff; border: 1px solid var(--line);
  display: grid; grid-auto-rows: 60px; align-items: center;
  padding: 0 22px;
}
.vgl-kolom .kolomtitel {
  font-family: var(--font-head); font-weight: 600; font-size: 16px;
  height: 74px; display: flex; align-items: center;
}
.vgl-kolom .cel { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--muted-2); border-top: 1px solid var(--line-2); height: 100%; }
.vgl-kolom .cel::before { font-weight: 700; font-size: 16px; flex: none; width: 20px; }
.vgl-kolom .cel.ja::before { content: "✓"; color: var(--ping-ink); }
.vgl-kolom .cel.nee::before { content: "✕"; color: var(--static); }
.vgl-kolom .cel.half::before { content: "±"; color: var(--muted-2); }
.vgl-kolom.prompt {
  background: var(--pitch); color: #fff; border: 0;
  border-radius: 0 56px 0 0;
  box-shadow: var(--shadow-lg);
}
.vgl-kolom.prompt .kolomtitel { color: var(--ping); }
.vgl-kolom.prompt .cel { color: rgba(255, 255, 255, .85); border-top-color: rgba(255, 255, 255, .12); }
.vgl-kolom.prompt .cel.ja::before { color: var(--ping); }

/* ---------- FAQ ---------- */
.faq { max-width: 780px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer; list-style: none; display: flex; justify-content: space-between;
  align-items: center; gap: 20px; padding: 22px 0;
  font-family: var(--font-head); font-weight: 600; font-size: 18px;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-size: 24px; color: var(--sage); flex: none; transition: transform .2s ease; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq .antwoord { padding: 0 0 22px; color: var(--muted); font-size: 16px; max-width: 62ch; }
.faq .antwoord a { color: var(--sage); }

/* ---------- Prijsmodel-band ---------- */
.prijsband {
  background: var(--pitch); color: #fff;
  border-radius: 0 110px 0 0; overflow: hidden; position: relative;
  display: grid; grid-template-columns: 1.3fr auto; gap: 40px; align-items: center;
  padding: 48px 52px;
}
.prijsband::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, .05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .05) 1px, transparent 1px);
  background-size: 48px 48px;
}
.prijsband > * { position: relative; }
.prijsband .kicker { color: var(--mist); }
.prijsband h2 { font-size: clamp(24px, 2.6vw, 32px); margin-bottom: 18px; }
.prijsband ul { list-style: none; display: grid; gap: 10px; }
.prijsband li { display: flex; gap: 11px; align-items: baseline; color: rgba(255, 255, 255, .82); font-size: 16px; }
.prijsband li::before { content: "✓"; color: var(--ping); font-weight: 700; flex: none; }

/* ---------- Slot-trustregel ---------- */
.slot-trust {
  margin-top: 30px; display: flex; gap: 22px; justify-content: center; flex-wrap: wrap;
  font-size: 14px; color: var(--mist);
}
.slot-trust span { display: flex; align-items: center; gap: 8px; }
.slot-trust span::before { content: "✓"; color: var(--ping); font-weight: 700; }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .wave span, .live-dot, .marquee, .flow .lijn, .flow .conn,
  .fviz .balk, .fviz .stroomlijn, .fviz .pulsnode, .fviz .schuifbadge,
  .fviz .taalglij, .fviz .ring { animation: none; }
  .bubbel, .ticker .regel { animation: none; opacity: 1; transform: none; }
  .rv { opacity: 1; transform: none; transition: none; }
  .fviz .groeibalk, .dash-grafiek .staaf { transform: none; animation: none; }
  .sector-audio.speelt .audio-golf span { animation: none; }
  .topic .balkje i { transition: none; width: var(--w); }
}

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .hero-inner { grid-template-columns: 1fr; padding: 64px 28px; gap: 44px; }
  .hero-mark { width: 420px; right: -160px; opacity: .6; }
  .kaarten, .features, .impact { grid-template-columns: 1fr 1fr; }
  .stappen { grid-template-columns: 1fr 1fr 1fr; row-gap: 44px; }
  .prijsband { grid-template-columns: 1fr; padding: 40px 32px; }
  .sectoren { grid-template-columns: 1fr 1fr; }
  .trust { grid-template-columns: 1fr 1fr; }
  .inzicht { grid-template-columns: 1fr; gap: 40px; }
  .piek { grid-template-columns: 1fr; gap: 28px; }
  .overgang, .scanblok { grid-template-columns: 1fr; }
  .overgang .tekst { padding: 32px; }
  .nav-links { display: none; }
  .nav-burger { display: flex; }
  .nav.open .nav-links {
    display: grid; position: absolute; top: 72px; left: 0; right: 0;
    background: #04252F;
    margin: 0; padding: 14px 28px 24px; gap: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }
  .nav.open .nav-links a { display: block; padding: 12px 0; font-size: 17px; }
}
@media (max-width: 620px) {
  .kaarten, .features, .stappen, .sectoren, .trust, .impact { grid-template-columns: 1fr; }
  .stappen { gap: 44px; }
  .sectie { padding: 64px 0; }
  .widget-form { flex-direction: column; }
}
