/* ============================================================
   OVER ONS v2 - self-contained.
   Base (.ab-page tokens, .ab-h2, .ab-body) ported from the shared
   about.css; the v1-only about styles are dropped (active variant only).
   ============================================================ */
.ab-page {
  background: var(--bg);
  --mp-accent:     var(--jobit-blue);
  --mp-accent-600: var(--jobit-blue-600);
  --mp-accent-700: var(--jobit-blue-700);
  --mp-accent-50:  var(--jobit-blue-50);
  --mp-accent-100: var(--jobit-blue-100);
  --mp-accent-200: var(--jobit-blue-200);
  --mp-tint:       #F3F6FC;
  --mp-h1-max:     58px;
  --mp-visual-col: 460px;
  --mp-visual-size: 1;
}
.ab-h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: var(--fg-strong);
  margin: 0 0 26px;
  text-wrap: balance;
}
.ab-band-blue .ab-h2 { color: #fff; }
.ab-h2 em { font-style: normal; color: var(--mp-accent); }
.ab-body p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--fg-muted);
  margin: 0 0 18px;
  text-wrap: pretty;
}
.ab-body p:last-child { margin-bottom: 0; }
.ab-body strong { color: var(--fg-strong); font-weight: 700; }

/* ============================================================
   OVER ONS — versie 2  (story-driven / illustratie-stijl)
   Built on the shared scaffold + the .ab-* tokens from about.css.
   All body copy is verbatim from the source PDF
   ("Jobit - over Jobit - versie 2"). Object motifs (factuur,
   notitieblok, sticky, whiteboard) mirror the supplied illustration.
   ============================================================ */

.ab2-page { background: var(--bg); }

/* Story kicker (replaces numeral eyebrow) */
.ab2-kicker {
  display: inline-flex;
  align-items: center;
  background: var(--jobit-blue-50);
  color: var(--mp-accent);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.01em;
  padding: 7px 16px;
  border-radius: var(--r-pill);
  margin-bottom: 22px;
}
.ab2-band-blue .ab2-kicker { background: rgba(255,255,255,0.16); color: #fff; }

/* Staccato narrative lines */
.ab2-stac {
  margin: 0;
  list-style: none;
  padding: 0;
}
.ab2-stac li {
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.5;
  color: var(--fg-muted);
  margin: 0 0 6px;
  text-wrap: pretty;
}
.ab2-stac li.pop {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(22px, 2.4vw, 30px);
  color: var(--fg-strong);
  letter-spacing: -0.02em;
  margin-top: 14px;
}
.ab2-stac li.pop em { font-style: normal; color: var(--mp-accent); }

/* ------------------------------------------------------------
   HERO  — headline + factuur visual
   ------------------------------------------------------------ */
.ab2-hero-visual {
  position: relative;
  width: 100%;
  min-height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* The "FACTUUR" card */
.ab2-invoice {
  position: relative;
  width: 340px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-xl);
  padding: 28px 28px 26px;
  transform: rotate(-3deg);
}
.ab2-invoice-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 2px solid var(--neutral-200);
  padding-bottom: 14px;
  margin-bottom: 18px;
}
.ab2-invoice-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: var(--fg-strong);
}
.ab2-invoice-from {
  font-size: 12px;
  color: var(--fg-subtle);
  font-weight: 600;
}
.ab2-invoice-banner {
  border: 2px solid var(--danger);
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 20px;
}
.ab2-invoice-banner-label {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: var(--danger);
  text-transform: uppercase;
}
.ab2-invoice-banner-pct {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 38px;
  line-height: 1;
  color: var(--danger);
  margin-top: 2px;
}
.ab2-invoice-lines { display: flex; flex-direction: column; gap: 11px; margin-bottom: 18px; }
.ab2-invoice-line { display: flex; align-items: center; gap: 12px; }
.ab2-invoice-line .eur { color: var(--fg-subtle); font-weight: 700; font-size: 14px; width: 16px; }
.ab2-invoice-line .bar { flex: 1; height: 8px; border-radius: 4px; background: var(--neutral-100); }
.ab2-invoice-line .bar.s2 { width: 70%; flex: none; }
.ab2-invoice-line .bar.s3 { width: 84%; flex: none; }
.ab2-invoice-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px solid var(--neutral-200);
  padding-top: 14px;
}
.ab2-invoice-total-label { font-size: 12px; font-weight: 700; letter-spacing: 0.06em; color: var(--fg-subtle); }
.ab2-invoice-total-eur { font-family: var(--font-display); font-weight: 800; font-size: 20px; color: var(--danger); letter-spacing: 0.04em; }

/* shock marks — burst radiating off the top-right corner */
.ab2-shock {
  position: absolute;
  top: -38px;
  right: -26px;
  display: flex;
  align-items: flex-end;
  gap: 7px;
  transform: rotate(52deg);
  transform-origin: bottom left;
}
.ab2-shock span {
  width: 4px;
  background: var(--warning);
  border-radius: 3px;
  transform-origin: bottom center;
}
.ab2-shock span:nth-child(1) { height: 18px; transform: rotate(-40deg); }
.ab2-shock span:nth-child(2) { height: 28px; transform: rotate(-8deg); }
.ab2-shock span:nth-child(3) { height: 18px; transform: rotate(24deg); }

/* ------------------------------------------------------------
   FINANCE  — two lessons card
   ------------------------------------------------------------ */
.ab2-finance { background: #fff; }
.ab2-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.ab2-two.ab2-one { grid-template-columns: 1fr; max-width: 760px; }
.ab2-one .ab2-lessons { margin: 28px 0; }
.ab2-lessons {
  background: var(--bg-subtle);
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  padding: 32px 34px;
  box-shadow: var(--shadow-sm);
}
.ab2-lessons-cap {
  font-size: 15px;
  font-weight: 600;
  color: var(--fg-muted);
  margin: 0 0 20px;
}
.ab2-lesson {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid var(--border);
}
.ab2-lesson:first-of-type { border-top: none; padding-top: 4px; }
.ab2-lesson-n {
  flex-shrink: 0;
  width: 36px; height: 36px;
  border-radius: 10px;
  background: var(--mp-accent);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 17px;
}
.ab2-lesson-txt {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.35;
  color: var(--fg-strong);
  margin: 4px 0 0;
  text-wrap: pretty;
}

/* ------------------------------------------------------------
   QUOTE  — "Dat kunnen we zelf beter" + plan card
   ------------------------------------------------------------ */
.ab2-quote-sec { background: var(--bg-subtle); }
.ab2-quote-wrap { max-width: 940px; margin: 0 auto; text-align: center; }
.ab2-quote {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(34px, 5.4vw, 66px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--mp-accent);
  margin: 0 0 8px;
  text-wrap: balance;
}
.ab2-quote-wrap .ab2-stac { display: inline-block; text-align: center; margin-top: 28px; }
.ab2-plan {
  margin: 40px auto 0;
  max-width: 440px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-md);
  padding: 26px 28px;
  text-align: left;
  transform: rotate(1.4deg);
}
.ab2-plan-cap {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--fg-subtle);
  text-transform: uppercase;
  margin: 0 0 14px;
}
.ab2-plan-line {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -0.01em;
  color: var(--fg-strong);
  margin: 0 0 4px;
}
.ab2-plan-line.dim { color: var(--fg-subtle); font-size: 17px; font-weight: 600; margin: 0; }

/* ------------------------------------------------------------
   GROWTH  — "Dat liep iets anders" accumulating chips
   ------------------------------------------------------------ */
.ab2-grow { background: #fff; }
.ab2-grow-head { max-width: 720px; }
.ab2-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 40px 0;
}
.ab2-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 12px 18px;
  border-radius: var(--r-pill);
  background: var(--jobit-blue-50);
  border: 1px solid var(--jobit-blue-100);
  color: var(--mp-accent-700);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 16px;
}
.ab2-chip svg { width: 17px; height: 17px; color: var(--mp-accent); }
.ab2-chip.plus { background: #fff; border-style: dashed; color: var(--fg-subtle); }
.ab2-chip-break { flex-basis: 100%; height: 0; }
.ab2-aside {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-style: italic;
  color: var(--fg-subtle);
  border-left: 3px solid var(--border-strong);
  padding-left: 16px;
  margin-top: 32px;
}

/* ------------------------------------------------------------
   SIMPLE  — complexity pile vs principles notepad
   ------------------------------------------------------------ */
.ab2-simple { background: var(--bg-subtle); }
.ab2-simple-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
}
.ab2-pile { display: flex; flex-direction: column; gap: 10px; }
.ab2-pile-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 13px 18px;
  color: var(--fg-muted);
  font-weight: 600;
  font-size: 16px;
}
.ab2-pile-item svg { width: 17px; height: 17px; color: var(--neutral-400); flex-shrink: 0; }
.ab2-pile-item:nth-child(even) { transform: translateX(14px); }

/* Notepad principles card (mirrors illustration) */
.ab2-pad {
  --np-row: 54px;
  position: relative;
  width: 67.5%;
  margin-left: auto;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 2px 7px 7px 2px;
  /* stacked sheets peeking out below (3D pad) + main drop shadow */
  box-shadow:
    0 5px 0 -1px #ffffff,
    0 6px 1px -1px rgba(31,47,84,0.20),
    0 11px 0 -2px #fcfcfd,
    0 12px 1px -2px rgba(31,47,84,0.16),
    0 17px 0 -3px #f8f9fb,
    0 18px 1px -3px rgba(31,47,84,0.13),
    0 30px 36px -14px rgba(31,47,84,0.30);
  padding: 24px 32px 8px 54px;
  margin-bottom: 18px;
  transform: rotate(-1.6deg);
}
/* faint shading beside the binding (now on the left) */
.ab2-pad::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 0;
  width: 28px;
  background: linear-gradient(90deg, rgba(31,47,84,0.06), rgba(31,47,84,0));
  border-radius: 2px 0 0 2px;
}
/* metal spiral binding straddling the left edge */
.ab2-pad-spiral {
  position: absolute;
  left: -14px; top: 28px; bottom: 28px;
  width: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}
.ab2-coil {
  width: 32px;
  height: 11px;
  border-radius: 8px;
  background: linear-gradient(180deg, #f2f4f8 0%, #cdd4df 42%, #8c95a4 72%, #aeb6c3 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.75),
    inset 0 -1.5px 1px rgba(31,47,84,0.22),
    0 1px 2px rgba(31,47,84,0.28);
}
/* keep the tilt through the scroll-reveal (which resets transform) */
.ab2-pad[data-reveal] { transform: translateY(24px) rotate(-1.6deg); }
.ab2-pad.is-revealed { transform: rotate(-1.6deg); }
.ab2-pad-cap {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 27px;
  color: var(--jobit-blue-900);
  margin: 0;
  height: var(--np-row);
  line-height: var(--np-row);
  border-bottom: 1.5px solid var(--jobit-blue-100);
}
.ab2-pad-item {
  display: flex;
  align-items: center;
  gap: 12px;
  height: var(--np-row);
  padding: 0;
  border-bottom: 1.5px solid var(--jobit-blue-100);
}
.ab2-pad-check {
  flex-shrink: 0;
  width: 24px; height: 24px;
  color: var(--mp-accent);
  display: flex; align-items: center; justify-content: center;
}
.ab2-pad-check svg { width: 22px; height: 22px; }
.ab2-pad-txt {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 25px;
  line-height: 1;
  white-space: nowrap;
  color: var(--jobit-blue-800);
}
/* trailing empty ruled lines */
.ab2-pad-line {
  height: var(--np-row);
  border-bottom: 1.5px solid var(--jobit-blue-100);
}
.ab2-believe {
  margin-top: 44px;
  text-align: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: var(--fg-strong);
  text-wrap: balance;
}
.ab2-believe em { font-style: normal; color: var(--mp-accent); }

/* ------------------------------------------------------------
   TEAM  — klein team, korte lijnen
   ------------------------------------------------------------ */
.ab2-team { background: #fff; }
.ab2-team-inner { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 56px; align-items: center; }
.ab2-team-inner > div:last-child { display: flex; flex-direction: column; justify-content: center; }
.ab2-team-display {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(38px, 4.6vw, 62px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: var(--fg-strong);
  margin: 0;
}
.ab2-team-display span { color: var(--mp-accent); display: block; }
.ab2-nots { display: flex; flex-direction: column; gap: 10px; margin: 0 0 26px; }
.ab2-not {
  display: flex; align-items: center; gap: 12px;
  font-size: 16px; font-weight: 600; color: var(--fg-subtle);
}
.ab2-not svg { width: 18px; height: 18px; color: var(--neutral-400); flex-shrink: 0; }
.ab2-does { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 1fr; gap: 12px; margin: 22px 0; }
.ab2-do {
  display: flex; align-items: center; gap: 12px;
  background: var(--bg-subtle);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 14px 18px;
  font-family: var(--font-display);
  font-weight: 700; font-size: 16px; color: var(--fg-strong);
}
.ab2-do svg { width: 18px; height: 18px; color: var(--mp-accent); flex-shrink: 0; }
.ab2-friday {
  font-size: 18px;
  line-height: 1.55;
  color: var(--fg);
  font-weight: 500;
  margin: 0;
  text-wrap: pretty;
}
.ab2-friday strong { color: var(--mp-accent); font-weight: 700; }

/* ------------------------------------------------------------
   TODAY  — whiteboard ecosystem (blue band)
   ------------------------------------------------------------ */
.ab2-today { background: var(--jobit-blue); color: #fff; position: relative; overflow: hidden; }
.ab2-today .container { position: relative; z-index: 2; }
.ab2-today-head { max-width: 720px; }
.ab2-today-head .ab2-lead { font-size: 19px; line-height: 1.6; color: rgba(255,255,255,0.86); margin: 0; text-wrap: pretty; }

/* Whiteboard */
.ab2-board {
  margin: 46px 0 8px;
  /* aluminium frame */
  background: linear-gradient(160deg, #EDF0F5 0%, #DCE1EA 50%, #C8D0DC 100%);
  border-radius: 18px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.9),
    inset 0 0 0 1px rgba(255,255,255,0.5),
    0 22px 50px rgba(31,47,84,0.32);
  padding: 14px 14px 28px;
  position: relative;
}
.ab2-board-surface {
  position: relative;
  background: #FCFDFF;
  border-radius: 8px;
  padding: 58px 38px;
  box-shadow:
    inset 0 0 0 1px rgba(31,47,84,0.06),
    inset 0 2px 14px rgba(31,47,84,0.06);
  /* faint dry-erase grid */
  background-image:
    linear-gradient(rgba(67,100,173,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(67,100,173,0.05) 1px, transparent 1px);
  background-size: 32px 32px;
  background-position: -1px -1px;
  overflow: hidden;
}
/* soft marker sheen sweeping the board */
.ab2-board-surface::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255,255,255,0) 40%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 60%);
  pointer-events: none;
}
.ab2-board-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 50px 44px;
  align-items: stretch;
}
/* mind-map layer drawn ON TOP of the nodes (hand-drawn look) */
.ab2-board-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  overflow: visible;
}
.ab2-branch {
  fill: none;
  stroke: var(--jobit-blue-400);
  stroke-width: 2.2;
  stroke-linecap: round;
  opacity: 0.9;
}
.ab2-arrowhead {
  fill: none;
  stroke: var(--jobit-blue-500);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.ab2-core-ring {
  fill: none;
  stroke: var(--jobit-blue);
  stroke-width: 2.8;
  stroke-linecap: round;
}
.ab2-node {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 16px;
  min-height: 64px;
}
.ab2-node-name {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: 0.005em;
  color: var(--jobit-blue-800);
}
.ab2-node.core {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ab2-node.core .ab2-core-label {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 46px;
  line-height: 1;
  letter-spacing: 0.01em;
  color: var(--jobit-blue);
}

/* marker tray along the bottom of the frame */
.ab2-board-tray {
  position: relative;
  z-index: 1;
  margin: 18px 22px -8px;
  height: 16px;
  border-radius: 6px;
  background: linear-gradient(180deg, #C2CAD7 0%, #AAB4C4 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.6),
    inset 0 -2px 4px rgba(31,47,84,0.18);
  display: flex;
  align-items: flex-end;
  gap: 14px;
  padding: 0 26px;
}
.ab2-marker {
  width: 66px;
  height: 12px;
  border-radius: 3px 7px 7px 3px;
  margin-bottom: 7px;
  position: relative;
  box-shadow: 0 2px 4px rgba(31,47,84,0.22);
}
.ab2-marker::after {
  content: "";
  position: absolute;
  right: -7px;
  top: 2px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #E7EBF1;
}
.ab2-marker.m-blue { background: var(--jobit-blue); }
.ab2-marker.m-red { background: var(--danger); }
.ab2-marker.m-green { background: var(--success); }
.ab2-eraser {
  width: 46px;
  height: 18px;
  margin-bottom: 6px;
  margin-left: auto;
  border-radius: 4px;
  background: linear-gradient(180deg, #F4F6FA 0%, #E2E7EF 100%);
  box-shadow: 0 2px 5px rgba(31,47,84,0.25);
  position: relative;
}
.ab2-eraser::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 7px;
  border-radius: 0 0 4px 4px;
  background: var(--jobit-blue-200);
}

.ab2-today-foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 50px;
}
.ab2-today-foot-label { font-size: 17px; color: rgba(255,255,255,0.78); margin: 0 0 10px; }
.ab2-today-foot-statement {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(28px, 3.8vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: #fff;
  margin: 0;
  text-wrap: balance;
}
.ab2-today-foot-statement span { display: block; color: rgba(255,255,255,0.62); }

/* ------------------------------------------------------------
   FRANS  — recurring question + sticky note
   ------------------------------------------------------------ */
.ab2-frans { background: var(--bg-subtle); }
.ab2-frans-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.ab2-question {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border: 2px solid var(--mp-accent);
  border-radius: var(--r-xl);
  padding: 20px 26px;
  margin: 28px 0;
  box-shadow: var(--shadow-md);
}
.ab2-question-mark {
  width: 40px; height: 40px;
  border-radius: 11px;
  background: var(--jobit-blue-50);
  color: var(--mp-accent);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  flex-shrink: 0;
}
.ab2-question-txt {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(20px, 2.2vw, 26px);
  letter-spacing: -0.01em;
  color: var(--fg-strong);
}

/* Sticky note (mirrors illustration) */
.ab2-sticky {
  position: relative;
  z-index: 0;
  padding: 32px 30px 36px;
  border-radius: 2px;
  transform: rotate(-2.6deg);
  /* paper: faint adhesive band at top + soft top-to-bottom falloff */
  background:
    linear-gradient(180deg, rgba(92,75,18,0.08) 0, rgba(92,75,18,0) 20px),
    linear-gradient(158deg, #FDF1B8 0%, #F8E89E 55%, #F3E08F 100%);
  /* realistic layered drop shadow + subtle inner curve at the bottom edge */
  box-shadow:
    0 1px 1px rgba(31,47,84,0.10),
    0 14px 26px -10px rgba(31,47,84,0.30),
    0 30px 38px -22px rgba(31,47,84,0.22),
    inset 0 -14px 18px -14px rgba(92,75,18,0.16);
}
/* keep the tilt through the scroll-reveal (which otherwise resets transform) */
.ab2-sticky[data-reveal] { transform: translateY(24px) rotate(-2.6deg); }
.ab2-sticky.is-revealed { transform: rotate(-2.6deg); }
.ab2-sticky-cap {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 18px;
  color: #5C4B12;
  margin: 0 0 18px;
}
.ab2-sticky-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  color: #5C4B12;
}
.ab2-sticky-check {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 6px;
  background: rgba(67,100,173,0.16);
  color: var(--mp-accent);
  display: flex; align-items: center; justify-content: center;
}
.ab2-sticky-check svg { width: 13px; height: 13px; }
.ab2-sticky-smile { font-size: 26px; margin-top: 8px; color: #5C4B12; }

/* Forward-momentum horizon card (vandaag / morgen / de jaren daarna) */
.ab2-horizon {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-md);
  padding: 34px 36px;
}
.ab2-horizon-cap {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 18px;
  color: var(--fg-strong);
  margin: 0 0 22px;
}
.ab2-horizon-step {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 18px;
  border-radius: var(--r-md);
  background: var(--bg-subtle);
  border: 1px solid var(--border);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  color: var(--fg-strong);
  margin-bottom: 12px;
}
.ab2-horizon-step:last-child { margin-bottom: 0; }
.ab2-horizon-step svg { width: 18px; height: 18px; color: var(--mp-accent); flex-shrink: 0; }
/* progressive indent = forward lean, echoing the beeldmerk motif */
.ab2-horizon-step:nth-child(3) { margin-left: 16px; }
.ab2-horizon-step:nth-child(4) { margin-left: 32px; }
.ab2-horizon-step.accent {
  background: var(--mp-accent);
  border-color: var(--mp-accent);
  color: #fff;
  box-shadow: var(--shadow-brand);
}
.ab2-horizon-step.accent svg { color: #fff; }

@media (max-width: 1024px) {
  .ab2-horizon-step:nth-child(3),
  .ab2-horizon-step:nth-child(4) { margin-left: 0; }
}

/* ------------------------------------------------------------
   RESPONSIVE
   ------------------------------------------------------------ */
@media (max-width: 1024px) {
  .ab2-two, .ab2-team-inner, .ab2-simple-grid, .ab2-frans-grid { grid-template-columns: 1fr; gap: 36px; }
  .ab2-does { grid-template-columns: 1fr; }
  /* When the hero stacks, keep the rotated invoice card's big shadow from
     bleeding into the divider seam below: tighten it and add bottom clearance
     so the hero's bottom edge stays pure --mp-tint (matching the chevron). */
  .ab2-hero-visual { margin-bottom: 28px; }
  .ab2-invoice {
    box-shadow: 0 14px 32px -12px rgba(31, 47, 84, 0.18), 0 4px 12px -6px rgba(31, 47, 84, 0.07);
  }
}
/* keep the mind-map radial (3-col, centered core) down to tablet,
   then collapse straight to a single centered column */
@media (max-width: 760px) {
  .ab2-board-grid { grid-template-columns: 1fr; gap: 22px; }
  .ab2-board { padding: 14px 14px 24px; }
  .ab2-board-surface { padding: 26px; }
}
@media (max-width: 640px) {
  /* The hand-drawn whiteboard ecosystem doesn't read well at phone width - hide it. */
  .ab2-board { display: none; }
}
@media (max-width: 560px) {
  .ab2-hero-visual { min-height: 360px; }
  .ab2-invoice { width: 290px; }
}
