/* Checkronde marketing-styling (publieke site), bovenop base.css.
   Hero, secties, feature-grids, pricing-cards, mockups en responsive gedrag. */

/* ------------------------------------------------------------------ */
/* Hero en pagina-intro's */
/* ------------------------------------------------------------------ */

.hero {
  background: linear-gradient(180deg, var(--brand-light) 0%, var(--bg) 100%);
  border-bottom: 1px solid var(--line);
  padding: 64px 0 56px;
  overflow: hidden;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
}
.hero h1 { font-size: 40px; letter-spacing: -.02em; }
.hero .lead { margin: 16px 0 24px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-note { margin-top: 12px; font-size: 13px; color: var(--muted); }
.hero-points { margin-top: 22px; font-size: 15px; color: var(--ink-soft); }
.hero-visual .mock { max-width: 420px; margin: 0 auto; transform: rotate(1.2deg); }

.eyebrow {
  display: inline-block;
  background: #fff;
  border: 1px solid #c7d2fe;
  color: var(--brand);
  font-size: 13px;
  font-weight: 600;
  padding: 4px 14px;
  border-radius: 999px;
  margin-bottom: 16px;
}

.page-intro {
  background: linear-gradient(180deg, var(--brand-light) 0%, var(--bg) 100%);
  border-bottom: 1px solid var(--line);
  padding: 48px 0 40px;
}
.page-intro h1 { font-size: 34px; letter-spacing: -.02em; }
.page-intro .lead { margin-top: 12px; max-width: 720px; }

/* ------------------------------------------------------------------ */
/* Secties */
/* ------------------------------------------------------------------ */

.section-alt { background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { max-width: 660px; margin: 0 auto 32px; text-align: center; }
.section-head h2 { font-size: 28px; letter-spacing: -.01em; }
.section-head p { color: var(--muted); margin-top: 8px; }

/* ------------------------------------------------------------------ */
/* Checklijstjes met vinkjes */
/* ------------------------------------------------------------------ */

.check-list { list-style: none; margin: 0; padding: 0; }
.check-list li { position: relative; padding-left: 26px; margin-bottom: 8px; }
.check-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--success);
  font-weight: 700;
}
.check-list li.is-off { color: var(--muted); }
.check-list li.is-off::before { content: "\2715"; color: #d1d5db; font-weight: 600; }

/* ------------------------------------------------------------------ */
/* Hoe het werkt: stappen */
/* ------------------------------------------------------------------ */

.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.step-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow);
}
.step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 14px;
}
.step-card h3 { margin-bottom: 6px; }
.step-card p { font-size: 14px; color: var(--muted); }

/* ------------------------------------------------------------------ */
/* Functie-highlights (home) */
/* ------------------------------------------------------------------ */

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  box-shadow: var(--shadow);
}
.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--brand-light);
  color: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  margin-bottom: 14px;
}
.feature-icon svg { width: 24px; height: 24px; }
.feature-card h3 { font-size: 17px; margin-bottom: 6px; }
.feature-card p { font-size: 14px; color: var(--muted); }

/* ------------------------------------------------------------------ */
/* Functiepagina: uitlegblokken */
/* ------------------------------------------------------------------ */

.feature-row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 20px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  margin-bottom: 16px;
  box-shadow: var(--shadow);
  scroll-margin-top: 80px;
}
.feature-row .feature-icon { margin-bottom: 0; }
.feature-row h2 { font-size: 20px; margin-bottom: 8px; }
.feature-row > div > p { color: var(--ink-soft); font-size: 15px; max-width: 72ch; }
.feature-row .check-list { margin-top: 12px; }
.feature-row .check-list li { font-size: 14px; color: var(--ink-soft); margin-bottom: 6px; }
.plan-hint {
  display: inline-block;
  margin-top: 12px;
  font-size: 12px;
  font-weight: 600;
  color: var(--brand);
  background: var(--brand-light);
  padding: 3px 12px;
  border-radius: 999px;
}

/* ------------------------------------------------------------------ */
/* Doelgroepen */
/* ------------------------------------------------------------------ */

.audience-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.audience-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 14px;
  text-align: center;
  box-shadow: var(--shadow);
}
.audience-card strong { display: block; font-size: 16px; margin-bottom: 4px; }
.audience-card span { font-size: 13px; color: var(--muted); line-height: 1.45; display: block; }

/* ------------------------------------------------------------------ */
/* Social proof band */
/* ------------------------------------------------------------------ */

.proof-band {
  background: var(--ink);
  color: #e5e7eb;
  border-radius: var(--radius);
  padding: 40px 36px;
}
.proof-quote { font-size: 21px; font-weight: 600; color: #fff; max-width: 740px; line-height: 1.45; }
.proof-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 30px; }
.proof-stat b { display: block; font-size: 28px; color: #818cf8; line-height: 1.2; }
.proof-stat span { font-size: 13px; color: #9ca3af; }

/* ------------------------------------------------------------------ */
/* FAQ */
/* ------------------------------------------------------------------ */

.faq { max-width: 760px; margin: 0 auto; }
.faq details {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 0 18px;
  margin-bottom: 10px;
}
.faq summary {
  cursor: pointer;
  font-weight: 600;
  padding: 14px 28px 14px 0;
  list-style: none;
  position: relative;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: var(--brand);
  font-size: 20px;
  font-weight: 600;
}
.faq details[open] summary::after { content: "\2212"; }
.faq details p { padding: 0 0 16px; color: var(--ink-soft); font-size: 15px; }

/* ------------------------------------------------------------------ */
/* Pricing */
/* ------------------------------------------------------------------ */

.trial-banner {
  background: var(--brand-light);
  border: 1px solid #c7d2fe;
  color: var(--brand-dark);
  border-radius: var(--radius-sm);
  padding: 12px 18px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 32px;
}
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.pricing-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: var(--shadow);
}
.pricing-card.is-featured {
  border: 2px solid var(--brand);
  box-shadow: 0 10px 30px rgba(79, 70, 229, .16);
}
.pricing-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--brand);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 14px;
  border-radius: 999px;
  white-space: nowrap;
}
.pricing-card h3 { font-size: 20px; }
.plan-tagline { font-size: 14px; color: var(--muted); margin-top: 4px; min-height: 42px; }
.price-row { margin: 14px 0 6px; display: flex; align-items: baseline; gap: 8px; flex-wrap: wrap; }
.price { font-size: 34px; font-weight: 800; letter-spacing: -.02em; }
.price-period { color: var(--muted); font-size: 14px; }
.plan-features { margin: 16px 0 22px; font-size: 14px; flex: 1; }
.plan-features li { margin-bottom: 7px; }

/* ------------------------------------------------------------------ */
/* Afsluitende CTA-band */
/* ------------------------------------------------------------------ */

.cta-band {
  background: linear-gradient(135deg, var(--brand) 0%, #6d28d9 100%);
  border-radius: var(--radius);
  padding: 48px 32px;
  text-align: center;
  color: #fff;
}
.cta-band h2 { color: #fff; font-size: 28px; letter-spacing: -.01em; }
.cta-band p { color: #e0e7ff; margin: 10px auto 24px; max-width: 560px; }
.cta-band .btn { background: #fff; color: var(--brand); border-color: #fff; }
.cta-band .btn:hover { background: var(--brand-light); }
.cta-band .btn-outline { background: transparent; color: #fff; border: 1px solid rgba(255, 255, 255, .6); }
.cta-band .btn-outline:hover { background: rgba(255, 255, 255, .12); }
.cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ------------------------------------------------------------------ */
/* Mockups (CSS-schermen, geen echte afbeeldingen) */
/* ------------------------------------------------------------------ */

.mock {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  font-size: 13px;
  text-align: left;
}
.mock-bar {
  display: flex;
  gap: 6px;
  padding: 10px 12px;
  background: #f3f4f6;
  border-bottom: 1px solid var(--line);
}
.mock-bar span { width: 10px; height: 10px; border-radius: 50%; background: #d1d5db; }
.mock-bar span:nth-child(1) { background: #fca5a5; }
.mock-bar span:nth-child(2) { background: #fcd34d; }
.mock-bar span:nth-child(3) { background: #86efac; }
.mock-body { padding: 16px; }
.mock-title { font-weight: 700; font-size: 14px; }
.mock-sub { color: var(--muted); font-size: 12px; margin-bottom: 10px; }
.mock-progress {
  height: 8px;
  background: var(--line);
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 12px;
}
.mock-progress i { display: block; height: 100%; background: var(--success); border-radius: 999px; }
.mock-progress i.is-mid { background: var(--warning); }

.mock-task {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-bottom: 6px;
  background: #fff;
}
.mock-box {
  width: 18px;
  height: 18px;
  border: 2px solid #d1d5db;
  border-radius: 5px;
  flex: none;
  position: relative;
}
.mock-task.is-done { color: var(--muted); }
.mock-task.is-done .mock-box { background: var(--success); border-color: var(--success); }
.mock-task.is-done .mock-box::after {
  content: "\2713";
  color: #fff;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
}
.mock-task.is-skipped { border-color: #fde68a; background: var(--warning-bg); }
.mock-tag {
  margin-left: auto;
  font-size: 11px;
  font-weight: 600;
  padding: 1px 8px;
  border-radius: 999px;
  background: #f3f4f6;
  color: var(--muted);
  flex: none;
  white-space: nowrap;
}
.mock-tag.is-warn { background: #fef3c7; color: var(--warning); }
.mock-supply {
  margin-top: 10px;
  border: 1px dashed #c7d2fe;
  background: var(--brand-light);
  color: var(--brand-dark);
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.mock-stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 12px; }
.mock-stat { border: 1px solid var(--line); border-radius: 8px; padding: 8px 10px; }
.mock-stat b { font-size: 18px; display: block; line-height: 1.3; }
.mock-stat span { font-size: 11px; color: var(--muted); }
.mock-row { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.mock-row > span { font-size: 12px; color: var(--muted); width: 86px; flex: none; }
.mock-row .mock-progress { flex: 1; margin: 0; }
.mock-row b { font-size: 12px; width: 36px; text-align: right; flex: none; }

.mock-mail-head { border-bottom: 1px solid var(--line); padding-bottom: 10px; margin-bottom: 10px; }
.mock-mail-head div { font-size: 12px; color: var(--muted); }
.mock-mail-head strong { color: var(--ink); }
.mock-alert {
  border-left: 3px solid var(--danger);
  background: var(--danger-bg);
  padding: 8px 10px;
  border-radius: 0 8px 8px 0;
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 600;
}
.mock-alert small { color: var(--muted); display: block; font-weight: 400; }
.mock-mail-btn {
  margin-top: 10px;
  background: var(--brand);
  color: #fff;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.demo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.mock-caption { text-align: center; font-size: 13px; color: var(--muted); margin-top: 10px; }

/* ------------------------------------------------------------------ */
/* Demo: inloggegevens */
/* ------------------------------------------------------------------ */

.demo-login-card { max-width: 760px; margin: 0 auto; }
.cred-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 8px; }
.cred {
  border: 1px dashed var(--line);
  border-radius: var(--radius-sm);
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cred strong { display: block; }
.cred span { display: block; }
.cred-keys { display: flex; gap: 8px; flex-wrap: wrap; }
.cred-keys code {
  background: #f3f4f6;
  border: 1px solid var(--line);
  padding: 3px 10px;
  border-radius: 6px;
  font-size: 13px;
}
.demo-login-actions {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ------------------------------------------------------------------ */
/* Contact */
/* ------------------------------------------------------------------ */

.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: start; }
.contact-aside h2 { font-size: 20px; margin-bottom: 12px; }
.contact-aside h3 { font-size: 16px; }
.contact-aside p { font-size: 14px; margin-top: 6px; }

/* Honeypot: onzichtbaar voor mensen, wel aanwezig voor bots */
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* ------------------------------------------------------------------ */
/* Responsive */
/* ------------------------------------------------------------------ */

@media (max-width: 960px) {
  .feature-grid, .step-grid { grid-template-columns: repeat(2, 1fr); }
  .audience-grid { grid-template-columns: repeat(3, 1fr); }
  .demo-grid { grid-template-columns: 1fr; }
  .demo-grid .mock { max-width: 420px; margin: 0 auto; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .pricing-card.is-featured { order: -1; }
  .plan-tagline { min-height: 0; }
}

@media (max-width: 860px) {
  .hero { padding: 40px 0; }
  .hero-inner { grid-template-columns: 1fr; gap: 32px; }
  .hero h1 { font-size: 30px; }
  .hero-visual .mock { transform: none; }
  .page-intro h1 { font-size: 27px; }
  .contact-grid { grid-template-columns: 1fr; }
  .proof-stats { grid-template-columns: repeat(2, 1fr); }
  .proof-band { padding: 28px 22px; }
  .proof-quote { font-size: 18px; }
  .cred-grid { grid-template-columns: 1fr; }
  .feature-row { grid-template-columns: 1fr; gap: 12px; }
  .section-head h2, .cta-band h2 { font-size: 24px; }
}

@media (max-width: 560px) {
  .feature-grid, .step-grid { grid-template-columns: 1fr; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-actions .btn, .cta-actions .btn { width: 100%; }
}

/* ================================================================== */
/* HOMEPAGE v2: levendige hero, voor/na, reveal-animaties, count-up.   */
/* Alleen transform en opacity worden geanimeerd (GPU + toegankelijk). */
/* Verborgen begintoestanden hangen aan .sc-anim, die JS pas toevoegt  */
/* als beweging mag: zonder JS of bij reduced-motion blijft alles      */
/* gewoon zichtbaar op de eindstaat staan.                             */
/* ================================================================== */

/* ------------------------------------------------------------------ */
/* Scroll-reveal                                                       */
/* ------------------------------------------------------------------ */
.sc-anim .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
  will-change: opacity, transform;
}
.sc-anim .reveal.is-visible { opacity: 1; transform: none; }

.sc-anim .reveal-stagger > * {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .55s ease, transform .55s ease;
  will-change: opacity, transform;
}
.sc-anim .reveal-stagger.is-visible > * { opacity: 1; transform: none; }
.sc-anim .reveal-stagger.is-visible > *:nth-child(1) { transition-delay: 0s; }
.sc-anim .reveal-stagger.is-visible > *:nth-child(2) { transition-delay: .07s; }
.sc-anim .reveal-stagger.is-visible > *:nth-child(3) { transition-delay: .14s; }
.sc-anim .reveal-stagger.is-visible > *:nth-child(4) { transition-delay: .21s; }
.sc-anim .reveal-stagger.is-visible > *:nth-child(5) { transition-delay: .28s; }
.sc-anim .reveal-stagger.is-visible > *:nth-child(6) { transition-delay: .35s; }

/* ------------------------------------------------------------------ */
/* Hero: grotere kop, levende mockup                                   */
/* ------------------------------------------------------------------ */
.hero h1 { font-size: clamp(34px, 5vw, 56px); line-height: 1.08; }
.hero .lead { font-size: clamp(16px, 1.6vw, 19px); max-width: 40ch; }
.hero-actions .btn-lg { box-shadow: 0 6px 18px rgba(79, 70, 229, .18); }
.hero-trust {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  margin-top: 16px; font-size: 13px; color: var(--muted);
}
.hero-trust b { color: var(--ink); font-weight: 700; }
.hero-trust .dot { width: 4px; height: 4px; border-radius: 50%; background: #cbd5e1; }

.hero-visual { position: relative; }
.hero-mock { position: relative; z-index: 1; }
.hero-mock .mock-title { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.hero-live {
  font-size: 10px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  color: var(--brand); background: var(--brand-light);
  padding: 2px 8px; border-radius: 999px; display: inline-flex; align-items: center; gap: 6px;
}
.hero-live::before {
  content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--brand); flex: none;
}

/* Voortgangsbalk die via scaleX naar de eindwaarde loopt (origin links). */
.hero-bar { height: 8px; background: var(--line); border-radius: 999px; overflow: hidden; margin: 4px 0 14px; }
.hero-bar-fill {
  height: 100%; width: 100%; border-radius: 999px;
  background: linear-gradient(90deg, var(--brand) 0%, #6d28d9 100%);
  transform-origin: left center;
  transition: transform .7s cubic-bezier(.22, .61, .36, 1);
}

/* Vlot maar rustig invullen van vinkjes tijdens de hero-animatie. */
.hero-mock .mock-task { transition: color .3s ease, border-color .3s ease, background .3s ease; }
.hero-mock .mock-box { transition: background .3s ease, border-color .3s ease; }
.hero-mock .mock-task.is-done .mock-box::after { transform: scale(1); }
.sc-anim .hero-mock .mock-task .mock-box::after {
  transform: scale(0); transition: transform .3s cubic-bezier(.34, 1.56, .64, 1);
}

/* Zwevende escalatiekaart onder de mockup. */
.hero-escalation {
  position: absolute; right: -6px; bottom: -18px; z-index: 2;
  display: flex; align-items: center; gap: 12px;
  max-width: min(300px, 88%);
  background: #fff; border: 1px solid var(--line); border-left: 4px solid var(--danger);
  border-radius: 12px; padding: 12px 14px; box-shadow: var(--shadow-lg);
}
.sc-anim .hero-escalation {
  opacity: 0; transform: translateY(16px) scale(.94);
  transition: opacity .5s ease, transform .5s cubic-bezier(.34, 1.56, .64, 1);
}
.sc-anim .hero-escalation.is-in { opacity: 1; transform: none; }
.hero-esc-bell {
  width: 34px; height: 34px; flex: none; border-radius: 50%;
  background: var(--danger-bg); color: var(--danger);
  display: flex; align-items: center; justify-content: center;
  transform-origin: 50% 4px;
}
.hero-esc-bell svg { width: 18px; height: 18px; }
.hero-esc-text { font-size: 12.5px; line-height: 1.4; }
.hero-esc-text strong { display: block; color: var(--ink); font-size: 13px; }
.hero-esc-text span { color: var(--muted); }

.hero-esc-bell.is-ring { animation: hero-bell-ring .7s ease; }
@keyframes hero-bell-ring {
  0%   { transform: rotate(0); }
  15%  { transform: rotate(18deg); }
  30%  { transform: rotate(-14deg); }
  45%  { transform: rotate(10deg); }
  60%  { transform: rotate(-7deg); }
  75%  { transform: rotate(4deg); }
  100% { transform: rotate(0); }
}

/* Zacht zweven van de hero-mockup, alleen op ruime schermen en als beweging mag. */
@media (min-width: 861px) and (prefers-reduced-motion: no-preference) {
  .hero-mock { animation: hero-float 6.5s ease-in-out infinite; }
}
@keyframes hero-float {
  0%, 100% { transform: rotate(1.2deg) translateY(0); }
  50%      { transform: rotate(1.2deg) translateY(-9px); }
}

/* ------------------------------------------------------------------ */
/* Voor / na: probleem naast oplossing                                 */
/* ------------------------------------------------------------------ */
.ba-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
}
.ba-col {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}
.ba-col.is-pain { background: #fdf7f7; border-color: #f3d6d6; }
.ba-col.is-gain { background: var(--success-bg); border-color: #bbf7d0; }
.ba-label {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 700; letter-spacing: .01em;
  padding: 4px 12px; border-radius: 999px; margin-bottom: 16px;
}
.ba-col.is-pain .ba-label { background: #fee2e2; color: #b91c1c; }
.ba-col.is-gain .ba-label { background: #dcfce7; color: #15803d; }
.ba-list { list-style: none; margin: 0; padding: 0; }
.ba-list li {
  position: relative; padding-left: 34px; margin-bottom: 14px;
  font-size: 15px; line-height: 1.5;
}
.ba-list li:last-child { margin-bottom: 0; }
.ba-list li::before {
  position: absolute; left: 0; top: -1px;
  width: 22px; height: 22px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 800;
}
.ba-col.is-pain .ba-list li { color: #7f1d1d; }
.ba-col.is-pain .ba-list li::before { content: "\2715"; background: #fee2e2; color: #dc2626; }
.ba-col.is-gain .ba-list li { color: #14532d; }
.ba-col.is-gain .ba-list li::before { content: "\2713"; background: #bbf7d0; color: #16a34a; }

/* ------------------------------------------------------------------ */
/* Stappen met mini-mockups                                            */
/* ------------------------------------------------------------------ */
.step-card { display: flex; flex-direction: column; }
.step-card .step-head { display: flex; align-items: center; gap: 12px; margin-bottom: 6px; }
.step-card .step-head .step-num { margin-bottom: 0; }
.step-card .step-head h3 { margin: 0; }
.step-mock {
  margin-top: 16px; border: 1px solid var(--line); border-radius: 10px;
  background: var(--bg); padding: 12px; font-size: 12px; overflow: hidden;
}
.step-mock .mock-task { margin-bottom: 6px; padding: 6px 8px; }
.step-mock .mock-task:last-child { margin-bottom: 0; }
.step-mock .mini-row { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; }
.step-mock .mini-row:last-child { margin-bottom: 0; }
.step-mock .mini-row > span { width: 62px; flex: none; color: var(--muted); font-size: 11px; }
.step-mock .mini-bar { flex: 1; height: 7px; background: var(--line); border-radius: 999px; overflow: hidden; }
.step-mock .mini-bar i { display: block; height: 100%; border-radius: 999px; background: var(--success); }
.step-mock .mini-bar i.is-mid { background: var(--warning); }
.step-mock .mini-row b { width: 34px; text-align: right; flex: none; font-size: 11px; }
.step-mock .setup-line {
  display: flex; align-items: center; gap: 8px; padding: 7px 9px; margin-bottom: 6px;
  background: #fff; border: 1px solid var(--line); border-radius: 8px; font-weight: 600; color: var(--ink-soft);
}
.step-mock .setup-line:last-child { margin-bottom: 0; }
.step-mock .setup-line .tag {
  margin-left: auto; font-size: 10px; font-weight: 700; padding: 1px 8px; border-radius: 999px;
  background: var(--brand-light); color: var(--brand);
}
.step-mock .setup-line .grip { color: #cbd5e1; letter-spacing: 1px; }

/* ------------------------------------------------------------------ */
/* Functiekaarten: hover-lift                                          */
/* ------------------------------------------------------------------ */
.feature-card { transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
@media (prefers-reduced-motion: no-preference) {
  .feature-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: #c7d2fe; }
}
.feature-card:focus-within { border-color: #c7d2fe; box-shadow: var(--shadow-lg); }

/* ------------------------------------------------------------------ */
/* Proof-band: cijfers tellen op                                       */
/* ------------------------------------------------------------------ */
.proof-band .proof-stat b { font-variant-numeric: tabular-nums; }
.proof-eyebrow {
  display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: #a5b4fc; margin-bottom: 12px;
}

/* ------------------------------------------------------------------ */
/* Prijzen-teaser hergebruikt .pricing-grid / .pricing-card ongewijzigd */
/* ------------------------------------------------------------------ */
.pricing-teaser-foot { text-align: center; margin-top: 24px; }
.pricing-teaser-foot .btn-link {
  font-weight: 600; color: var(--brand); display: inline-flex; align-items: center; gap: 6px;
}
.pricing-teaser-foot .btn-link:hover { text-decoration: underline; }

/* ------------------------------------------------------------------ */
/* Responsive voor de nieuwe secties                                   */
/* ------------------------------------------------------------------ */
@media (max-width: 860px) {
  .ba-grid { grid-template-columns: 1fr; }
  .hero-escalation {
    position: static; margin: 16px auto 0; right: auto; bottom: auto;
    max-width: 420px; width: 100%;
  }
  .sc-anim .hero-escalation { transform: translateY(12px) scale(.97); }
  .sc-anim .hero-escalation.is-in { transform: none; }
}

