/* Snapshot copied from ../index.html on 2026-06-12. */
/* HERO */
.hero { max-width: 1280px; margin: 0 auto; padding: 80px var(--space-6) 100px; position: relative; }
.hero-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-faded);
  margin-bottom: var(--space-5);
}
.hero-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: var(--space-7); align-items: center; }
.hero-headline {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 76px;
  line-height: 0.96;
  letter-spacing: -0.04em;
  margin-bottom: 28px;
}
.hero-headline em {
  font-style: normal;
  font-weight: 400;
  color: var(--emerald);
  letter-spacing: -0.025em;
}
.hero-sub { font-size: 19px; line-height: 1.55; color: var(--ink-soft); max-width: 520px; margin-bottom: 36px; }
.hero-sub strong { color: var(--ink); font-weight: 500; }
.hero-cta-row { display: flex; gap: var(--space-3); align-items: center; flex-wrap: wrap; }
.hero-trust { margin-top: var(--space-7); display: flex; align-items: center; gap: 18px; font-size: 13px; color: var(--ink-soft); flex-wrap: wrap; }
.hero-trust-mobile { display: none; }
@keyframes hero-trust-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-trust-track { animation: none !important; transform: none !important; }
  .hero-trust-track span[aria-hidden="true"] { display: none !important; }
}
.hero-trust-item { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.hero-trust-check {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--emerald-soft);
  color: var(--emerald-deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero-trust-check svg { width: 10px; height: 10px; }

/* PRODUCT MOCKUP */
.product-stack { position: relative; min-height: 700px; }
.phone-frame {
  position: absolute;
  width: 320px;
  height: 656px;
  background: linear-gradient(135deg, #2A2A2A 0%, #1A1A1A 50%, #2A2A2A 100%);
  border-radius: 56px;
  padding: 4px;
  box-shadow:
    0 60px 140px -20px rgba(10, 10, 10, 0.32),
    0 30px 80px -16px rgba(10, 10, 10, 0.18),
    0 12px 32px -8px rgba(10, 10, 10, 0.08),
    inset 0 0 0 2px rgba(255, 255, 255, 0.04);
  right: 0;
  top: 20px;
  z-index: 2;
  transition: transform var(--duration-deliberate) var(--ease-spring);
}
.phone-frame::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 56px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, transparent 8%, transparent 92%, rgba(255,255,255,0.04) 100%);
}
.phone-frame:hover { transform: scale(1.015); }
/* Side buttons */
.phone-btn-mute { position: absolute; left: -2px; top: 96px; width: 4px; height: 24px; background: #1A1A1A; border-radius: 2px 0 0 2px; }
.phone-btn-vol-up { position: absolute; left: -2px; top: 138px; width: 4px; height: 44px; background: #1A1A1A; border-radius: 2px 0 0 2px; }
.phone-btn-vol-down { position: absolute; left: -2px; top: 192px; width: 4px; height: 44px; background: #1A1A1A; border-radius: 2px 0 0 2px; }
.phone-btn-power { position: absolute; right: -2px; top: 142px; width: 4px; height: 72px; background: #1A1A1A; border-radius: 0 2px 2px 0; }

.phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ECE5DD;
  border-radius: 52px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
/* Dynamic Island */
.dynamic-island {
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
  width: 116px;
  height: 34px;
  background: #000;
  border-radius: 22px;
  z-index: 10;
}
/* iOS status bar */
.phone-status {
  position: relative;
  height: 44px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 22px 0;
  font-family: var(--sans);
  z-index: 5;
  flex-shrink: 0;
  background: #FFFFFF;
}
.phone-status-time { font-size: 12px; font-weight: 600; letter-spacing: -0.01em; color: #000; }
.phone-status-icons { display: flex; gap: 4px; align-items: center; color: #000; }
/* Home indicator */
.phone-home-indicator {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: #000;
  border-radius: 3px;
  z-index: 6;
  opacity: 0.8;
}
.wa-header { background: #FFFFFF; color: #0A0A0A; padding: 8px 14px 10px; display: flex; align-items: center; gap: 10px; font-family: var(--sans); border-bottom: 1px solid rgba(0, 0, 0, 0.06); flex-shrink: 0; }
.wa-back { font-size: 26px; color: #0A0A0A; font-weight: 300; }
.wa-avatar {
  width: 36px; height: 36px;
  background: linear-gradient(135deg, #C7C9CC, #A8ABB0);
  display: flex; align-items: center; justify-content: center;
  font-weight: 600; font-size: 12px; color: white;
  border-radius: 50%;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}
.wa-contact-info { flex: 1; min-width: 0; }
.wa-name { font-size: 14px; font-weight: 600; line-height: 1.1; letter-spacing: -0.01em; color: #0A0A0A; }
.wa-status { font-size: 11px; color: rgba(0, 0, 0, 0.50); margin-top: 2px; font-weight: 400; }
.wa-call-icons { display: flex; gap: 10px; align-items: center; color: #2A2A2A; }
.wa-call-icons svg { width: 22px; height: 22px; }
.wa-call-icons svg:last-child { width: 18px; height: 18px; }
.wa-body { flex: 1; padding: 16px var(--space-3); background: #ECE5DD; display: flex; flex-direction: column; gap: 14px; overflow: hidden; }
.wa-msg { max-width: 78%; padding: 7px 10px 6px; border-radius: 8px; font-size: 13px; line-height: 1.35; box-shadow: 0 1px 0.5px rgba(0,0,0,0.13); opacity: 0; font-family: var(--sans); letter-spacing: -0.005em; color: #0A0A0A; position: relative; text-wrap: balance; }
.wa-msg-them { background: white; border-top-left-radius: 0; align-self: flex-start; }
.wa-msg-them::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 0;
  width: 8px;
  height: 13px;
  background: white;
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}
.wa-msg-us { background: #D9FDD3; align-self: flex-end; border-top-right-radius: 0; }
.wa-msg-us::before {
  content: '';
  position: absolute;
  right: -6px;
  top: 0;
  width: 8px;
  height: 13px;
  background: #D9FDD3;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.wa-msg-time { font-size: 10px; color: rgba(0,0,0,0.45); margin-top: 2px; text-align: right; letter-spacing: 0.01em; }
.wa-msg-us .wa-msg-time { color: rgba(0,80,30,0.55); }
.wa-tick { width: 13px; height: 10px; display: inline-block; vertical-align: -1px; margin-left: 1px; color: #4FC3F7; }
.wa-typing { background: white; max-width: 56px; padding: 10px 14px; border-radius: 8px; border-top-left-radius: 0; display: flex; gap: 3px; opacity: 0; box-shadow: 0 1px 0.5px rgba(0,0,0,0.13); position: relative; }
.wa-typing::before {
  content: '';
  position: absolute;
  left: -6px;
  top: 0;
  width: 8px;
  height: 13px;
  background: white;
  clip-path: polygon(100% 0, 100% 100%, 0 0);
}
/* Typing indicator van ons (rechts, groen, tail-rechts) */
.wa-typing-us {
  background: #D9FDD3;
  align-self: flex-end;
  border-top-left-radius: 8px;
  border-top-right-radius: 0;
}
.wa-typing-us::before {
  left: auto;
  right: -6px;
  background: #D9FDD3;
  clip-path: polygon(0 0, 0 100%, 100% 0);
}
.wa-typing-us span { background: rgba(0, 80, 30, 0.4); }
/* WhatsApp-style: het ons-bericht overlapt de positie van de typing-bubble.
   Tijdens typing is bubble zichtbaar; tijdens cross-fade verschijnt het
   bericht op exact dezelfde y-positie. Typing-hoogte (25px) + gap (14px) = 39px. */
.wa-typing + .wa-msg {
  margin-top: -39px;
}
.wa-typing span { width: 5px; height: 5px; background: rgba(0,0,0,0.3); border-radius: 50%; animation: typeBounce 1.4s infinite; }
.wa-typing span:nth-child(2) { animation-delay: 0.2s; }
.wa-typing span:nth-child(3) { animation-delay: 0.4s; }
@keyframes typeBounce { 0%, 60%, 100% { transform: translateY(0); opacity: 0.4; } 30% { transform: translateY(-3px); opacity: 1; } }

/* CHAT LOOP ANIMATIONS · 16s cycle */
@keyframes appear-c1 {
  0% { opacity: 0; transform: translateY(8px); }
  3% { opacity: 1; transform: translateY(0); }
  78% { opacity: 1; }
  84%, 100% { opacity: 0; transform: translateY(-6px); }
}
@keyframes appear-t1 {
  0%, 8% { opacity: 0; transform: translateY(8px); }
  10%, 17% { opacity: 1; transform: translateY(0); }
  20%, 100% { opacity: 0; }
}
@keyframes appear-b1 {
  0%, 17% { opacity: 0; transform: translateY(8px); }
  20% { opacity: 1; transform: translateY(0); }
  78% { opacity: 1; }
  84%, 100% { opacity: 0; transform: translateY(-6px); }
}
@keyframes appear-c2 {
  0%, 30% { opacity: 0; transform: translateY(8px); }
  33% { opacity: 1; transform: translateY(0); }
  78% { opacity: 1; }
  84%, 100% { opacity: 0; transform: translateY(-6px); }
}
@keyframes appear-t2 {
  0%, 38% { opacity: 0; transform: translateY(8px); }
  40%, 45% { opacity: 1; transform: translateY(0); }
  48%, 100% { opacity: 0; }
}
@keyframes appear-b2 {
  0%, 45% { opacity: 0; transform: translateY(8px); }
  48% { opacity: 1; transform: translateY(0); }
  78% { opacity: 1; }
  84%, 100% { opacity: 0; transform: translateY(-6px); }
}
@keyframes appear-c3 {
  0%, 52% { opacity: 0; transform: translateY(8px); }
  55% { opacity: 1; transform: translateY(0); }
  78% { opacity: 1; }
  84%, 100% { opacity: 0; transform: translateY(-6px); }
}
@keyframes appear-sync {
  0%, 60% { opacity: 0; transform: translateX(-24px) scale(0.96); }
  64% { opacity: 1; transform: translateX(0) scale(1); }
  78% { opacity: 1; transform: translateX(0) scale(1); }
  84%, 100% { opacity: 0; transform: translateX(-12px) scale(0.98); }
}

/* Animaties starten op opacity 0 (paused). IntersectionObserver voegt
   .is-playing toe wanneer 60% van .product-stack in beeld komt, dan
   startten ze vanaf frame 0. */
.anim-c1 { animation: appear-c1 16s infinite ease-out paused; }
.anim-t1 { animation: appear-t1 16s infinite ease-out paused; }
.anim-b1 { animation: appear-b1 16s infinite ease-out paused; }
.anim-c2 { animation: appear-c2 16s infinite ease-out paused; }
.anim-t2 { animation: appear-t2 16s infinite ease-out paused; }
.anim-b2 { animation: appear-b2 16s infinite ease-out paused; }
.anim-c3 { animation: appear-c3 16s infinite ease-out paused; }
.anim-sync { animation: appear-sync 16s infinite var(--ease-spring) paused; }
.product-stack.is-playing .anim-c1,
.product-stack.is-playing .anim-t1,
.product-stack.is-playing .anim-b1,
.product-stack.is-playing .anim-c2,
.product-stack.is-playing .anim-t2,
.product-stack.is-playing .anim-b2,
.product-stack.is-playing .anim-c3,
.product-stack.is-playing .anim-sync {
  animation-play-state: running;
}

/* Phone dimt subtiel wanneer sync-card opkomt (64-78% van cycle),
   zodat de geboekte-afspraak card visueel beter opvalt. */
@keyframes phone-dim {
  0%, 60% { opacity: 1; }
  64%, 78% { opacity: 0.42; }
  84%, 100% { opacity: 1; }
}
.product-stack.is-playing .phone-frame {
  animation: phone-dim 16s infinite ease-in-out;
}

/* Sync card */
.sync-card {
  position: absolute;
  left: -16px;
  top: 140px;
  width: 320px;
  background: var(--surface);
  border: 1px solid var(--ink-line);
  border-radius: var(--radius-md);
  padding: 20px 22px;
  z-index: 3;
  box-shadow: 0 30px 70px -16px rgba(10, 10, 10, 0.2), 0 8px 24px -8px rgba(10, 10, 10, 0.06);
  opacity: 0;
}
.sync-header { display: flex; align-items: center; gap: var(--space-3); margin-bottom: var(--space-4); padding-bottom: 14px; border-bottom: 1px solid var(--ink-line); }
.sync-icon {
  width: 32px; height: 32px;
  background: var(--emerald);
  color: white;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 600;
  border-radius: 8px;
  /* iOS Safari fix: forceer GPU layer zodat SVG check niet verdwijnt
     tijdens parent transform/opacity animaties */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.sync-icon svg {
  display: block;
  width: 18px;
  height: 18px;
  /* expliciete kleur zodat currentColor-inheritance niet faalt op iOS */
  fill: #ffffff;
  color: #ffffff;
}
.sync-title { font-size: 13px; font-weight: 600; }
.sync-sub { font-size: 11px; color: var(--ink-faded); margin-top: 2px; font-family: var(--mono); letter-spacing: 0.04em; }
.sync-row { display: flex; justify-content: space-between; align-items: center; padding: 6px 0; font-size: 13px; }
.sync-row-label { color: var(--ink-soft); font-size: 12px; }
.sync-row-val { font-weight: 500; }
.sync-tag { display: inline-flex; align-items: center; gap: 6px; background: var(--emerald-soft); color: var(--emerald-deep); padding: var(--space-1) 10px; border-radius: var(--radius-pill); font-size: 11px; font-weight: 500; }
.sync-dot { width: 6px; height: 6px; background: var(--emerald); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.5; transform: scale(1.2); } }

/* Stat callout */
.stat-callout {
  position: absolute;
  bottom: 96px;
  right: -40px;
  background: var(--ink);
  color: white;
  padding: 18px var(--space-5);
  border-radius: var(--radius-md);
  box-shadow: 0 24px 60px -12px rgba(10, 10, 10, 0.3), 0 8px 24px -8px rgba(10, 10, 10, 0.12);
  z-index: 4;
}
.stat-callout-num {
  font-weight: 500; font-size: 32px;
  letter-spacing: -0.025em; line-height: 1;
  display: flex; align-items: baseline; gap: var(--space-1);
  font-variant-numeric: tabular-nums;
}
.stat-callout-num span.unit { color: var(--emerald-light); font-size: 16px; }
.stat-callout-num span.unit .trend-icon { width: 16px; height: 16px; vertical-align: middle; }
.dash-hero-num .trend .trend-icon { width: 14px; height: 14px; display: inline-block; vertical-align: middle; margin-right: 2px; }
.stat-callout-label { font-family: var(--mono); font-size: 12px; letter-spacing: 0.10em; text-transform: uppercase; color: rgba(255, 255, 255, 0.55); margin-top: 8px; }

/* INTEGRATIONS */
.integrations { background: var(--surface); border-top: 1px solid var(--ink-line); border-bottom: 1px solid var(--ink-line); scroll-margin-top: 60px; }
.int-inner { max-width: 1280px; margin: 0 auto; padding: 36px var(--space-6); display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 56px; }
.int-label { font-family: var(--mono); font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--ink-faded); white-space: nowrap; }
.int-logos {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent);
}
.int-logo-track {
  display: flex;
  align-items: center;
  gap: 48px;
  width: max-content;
  animation: logoMarquee 34s linear infinite;
}
.int-logo {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  height: 22px;
  color: var(--ink-soft);
  opacity: 0.62;
  transition: opacity var(--duration-base) var(--ease-default);
}
.int-logo:hover { opacity: 1; }
.int-logo svg { height: 22px; width: auto; display: block; }
.int-mark { width: 8px; height: 8px; flex-shrink: 0; }
.int-mark-brand { width: 16px; height: 16px; flex-shrink: 0; }
@keyframes logoMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
/* Integratie-strip in hero — verborgen op desktop (eigen sectie blijft) */
.hero-integrations { display: none; }

/* PROBLEM SECTION (was revenue): herontwerp met notification-stack visual */
.problem-section {
  background: var(--bg);
  padding: 112px 0 92px;
}
.problem-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--space-6);
}
.section-kicker {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-faded);
  margin-bottom: var(--space-4);
}
.problem-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-8);
  align-items: end;
  margin-bottom: var(--space-8);
  padding-bottom: var(--space-6);
  border-bottom: 1px solid var(--ink-line);
}
.section-title {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -0.035em;
}
.section-title em {
  font-style: normal;
  font-weight: 400;
  color: var(--emerald);
  letter-spacing: -0.025em;
}
.section-sub {
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-soft);
  max-width: 520px;
}

/* Notification screen (donker iOS-lock-screen) */
.notif-screen {
  position: relative;
  max-width: 400px;
  margin: 0 auto var(--space-9);
  padding: 48px 22px 28px;
  background: linear-gradient(180deg, #1F1F22 0%, #0E0E10 100%);
  border-radius: 28px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 30px 70px -28px rgba(0, 0, 0, 0.5),
    0 8px 24px -12px rgba(0, 0, 0, 0.3);
}
.notif-clock {
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
}
.notif-clock-date {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.62);
  letter-spacing: 0.01em;
  margin-bottom: 4px;
}
.notif-clock-time {
  font-size: 64px;
  font-weight: 200;
  letter-spacing: -0.04em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.notif-stack {
  display: grid;
  gap: 10px;
}
.notif {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 18px;
  -webkit-backdrop-filter: blur(20px) saturate(180%);
          backdrop-filter: blur(20px) saturate(180%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 8px 24px -12px rgba(0, 0, 0, 0.4);
  transition: transform 0.4s ease, background 0.4s ease;
}
.notif:hover { transform: translateY(-1px); background: rgba(255, 255, 255, 0.10); }
.notif-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(16, 185, 129, 0.16);
  color: var(--emerald-light);
  border: 1px solid rgba(16, 185, 129, 0.28);
  flex-shrink: 0;
}
.notif-icon svg { width: 22px; height: 22px; }
.notif-body { min-width: 0; }
.notif-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 3px;
  gap: var(--space-3);
}
.notif-app {
  font-size: 12.5px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: -0.005em;
}
.notif-time {
  font-family: var(--mono);
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.05em;
  white-space: nowrap;
  flex-shrink: 0;
}
.notif-text {
  font-size: 11.5px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.notif-text b {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 600;
}

/* 4 cards grid (desktop) */
.problem-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--space-4);
}
.problem-card {
  background: var(--surface);
  border: 1px solid var(--ink-line);
  border-radius: var(--radius-md);
  padding: var(--space-5);
}
.problem-card-num {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--ink-faded);
  margin-bottom: var(--space-4);
}
.problem-card h3 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.015em;
  margin-bottom: var(--space-3);
}
.problem-card p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-soft);
}

/* Bridge zin onderaan */
/* Afsluiter: pure typografie, emerald nadruk op de strong-zin.
   Fade-in (alleen opacity), met delay zodat hij iets na de cards verschijnt. */
.problem-bridge {
  margin: var(--space-9) auto 0;
  max-width: 640px;
  font-size: 19px;
  line-height: 1.5;
  color: var(--ink-soft);
  text-align: center;
  letter-spacing: -0.01em;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s;
}
.problem-bridge.is-active {
  opacity: 1;
}
.problem-bridge strong {
  color: var(--emerald);
  font-weight: 500;
}
@media (prefers-reduced-motion: reduce) {
  .problem-bridge {
    opacity: 1;
    transition: none;
  }
}

/* FUNCTIONALITY SECTION */
.takeover-section {
  background: #FFFFFF;
  padding: 108px 0 112px;
  border-top: 1px solid var(--ink-line);
}
.takeover-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--space-6);
}
.takeover-header {
  max-width: 820px;
  margin-bottom: 88px;
}
.takeover-sub {
  margin-top: var(--space-5);
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.55;
  max-width: 520px;
}
/* FEATURE SHOWCASE */
.feature-rows {
  display: grid;
  gap: 140px;
  margin-top: 8px;
}
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 76px;
  align-items: center;
}
.feature-row.reverse .feature-copy { order: 2; }
.feature-row.reverse .feature-visual { order: 1; }
.feature-tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: var(--emerald);
}
.feature-copy h3 {
  margin: 20px 0 16px;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.035em;
}
.feature-lead {
  margin: 0 0 26px;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.55;
  max-width: 460px;
}
/* Mobiel-only kernzin — verborgen op desktop */
.feature-mini { display: none; }
/* Voortgangs-dots — alleen mobiel (media query zet 'm aan) */
.feature-dots { display: none; }
.feature-points {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.feature-points li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: var(--ink);
  line-height: 1.4;
}
.feature-points svg {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  margin-top: 1px;
  color: var(--emerald);
}

.feature-visual { position: relative; }
.mock {
  position: relative;
  border: 1px solid var(--ink-line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: 0 30px 70px -48px rgba(10, 10, 10, 0.28), 0 4px 18px -12px rgba(10, 10, 10, 0.08);
  padding: 24px;
  overflow: hidden;
}
.mock-head {
  display: flex;
  align-items: center;
  gap: 11px;
  padding-bottom: 15px;
  margin-bottom: 16px;
  border-bottom: 1px solid var(--ink-line);
  position: relative;
}
.mock-avatar {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--emerald-soft);
  color: var(--emerald-deep);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
}
.mock-avatar svg {
  width: 20px;
  height: 20px;
}
.mock-head b { font-size: 14px; font-weight: 600; display: block; }
.mock-head .sub { font-size: 12px; color: var(--ink-faded); }
.mock-live {
  margin-left: auto;
  align-self: flex-start;
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--emerald-deep);
}
.mock-live::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--emerald-light);
  box-shadow: 0 0 0 3px var(--emerald-soft);
}
.mock-chat { display: grid; gap: 10px; position: relative; }
.bub {
  max-width: 80%;
  padding: 11px 15px;
  font-size: 14px;
  line-height: 1.45;
  border-radius: 17px;
}
.bub.in {
  background: var(--bg-warm);
  color: var(--ink);
  border-bottom-left-radius: 5px;
  justify-self: start;
}
.bub.out {
  background: var(--emerald);
  color: #fff;
  border-bottom-right-radius: 5px;
  justify-self: end;
}
.bub small { display: block; margin-top: 6px; font-size: 11px; opacity: 0.62; }
.mock-rows { display: grid; }
.mrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 2px;
  font-size: 14px;
  border-bottom: 1px solid var(--ink-line);
}
.mrow:last-child { border-bottom: none; }
.mrow .label { color: var(--ink-faded); }
.mrow .val {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 7px;
  text-align: right;
}
.mrow .val svg { width: 16px; height: 16px; color: var(--emerald); flex: 0 0 auto; }
.mock-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  padding: 10px 14px;
  border-radius: var(--radius-pill);
  background: var(--emerald-soft);
  color: var(--emerald-deep);
  font-size: 13px;
  font-weight: 500;
}
.mock-badge svg { width: 15px; height: 15px; flex: 0 0 auto; }
.mock-booking { text-align: center; padding: 6px 4px 2px; }
.mock-check {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--emerald);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}
.mock-check svg { width: 22px; height: 22px; }
.mock-booking h4 { margin: 0 0 5px; font-size: 18px; font-weight: 600; }
.mock-booking .cap { margin: 0 0 18px; font-size: 13px; color: var(--ink-faded); }
.feature-close {
  margin: 96px auto 0;
  max-width: 720px;
  padding-top: 44px;
  border-top: 1px solid var(--ink-line);
  text-align: center;
}
.feature-close-lead {
  margin: 0 0 10px;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--ink);
}
.feature-close-sub {
  margin: 0 auto;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.6;
  max-width: 500px;
}
.feature-close-cta {
  margin-top: var(--space-6);
}
.feature-close-trust {
  margin: 12px 0 0;
  font-size: 12px;
  color: var(--ink-faded);
  letter-spacing: 0;
}

@media (max-width: 640px) {
  /* Mobiele typografie sectiekop (padding wordt centraal gezet in latere 640-block) */
  .takeover-inner { padding: 0 var(--space-5); }
  .takeover-header { margin-bottom: 48px; }
  .takeover-section .section-kicker { font-size: 10.5px; margin-bottom: 12px; }
  .takeover-section .section-title { font-size: 32px; line-height: 1.1; letter-spacing: -0.03em; }
  .takeover-sub { font-size: 15px; margin-top: 14px; }
  .feature-close { margin-top: 72px; padding-top: 56px; }
  .feature-close-lead { font-size: 19px; }
  .feature-close-sub { font-size: 14px; }

  /* Horizontale swipe-carousel met card-peek */
  .feature-rows {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* binnen de content-kolom; volgende kaart peekt subtiel */
    margin-inline: 0;
    padding: 4px 0 8px;
    scroll-padding-inline: 0;
    align-items: stretch;
  }
  .feature-rows::-webkit-scrollbar { display: none; }

  /* Geen outer-frame. Slide = kale kolom met vaste kop-zone +
     identieke vaste mock-box. Kaarthoogte volgt automatisch en is
     dus voor elke slide gelijk. */
  .feature-row {
    flex: 0 0 calc(100% - 56px);
    scroll-snap-align: start;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 6px 8px 12px;
    border: none;
    background: transparent;
    overflow: visible;
  }
  .feature-row.reverse .feature-copy,
  .feature-row.reverse .feature-visual { order: 0; }

  /* Kop-zone: vaste hoogte, tekst ONDERAAN verankerd → de afstand
     kop→mock is in elke kaart exact gelijk (2- of 3-regelige h3). */
  .feature-copy {
    flex: 0 0 auto;
    height: 138px;
    padding: 0 4px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
  }
  .feature-tag { font-size: 12.5px; }
  .feature-copy h3 {
    font-size: 20px;
    line-height: 1.18;
    margin: 9px 0 7px;
  }
  .feature-lead,
  .feature-points { display: none; }
  .feature-mini {
    display: block;
    margin: 0;
    color: var(--ink-soft);
    font-size: 14px;
    line-height: 1.5;
  }

  /* Identieke vaste mock-box: zelfde hoogte/plek in elke kaart.
     De mock is de verheven premium kaart. */
  .feature-visual {
    flex: 0 0 auto;
    align-self: stretch;
    margin-top: 22px;
    display: block;
  }
  .mock {
    width: 100%;
    box-sizing: border-box;
    height: 300px;
    display: flex;
    flex-direction: column;
    background: var(--surface);
    border: 1px solid var(--ink-line);
    border-radius: var(--radius-lg);
    box-shadow: 0 18px 38px -22px rgba(10, 10, 10, 0.22), 0 2px 7px -3px rgba(10, 10, 10, 0.05);
    padding: 17px;
  }
  .mock::before { display: none; }
  .mock-head {
    flex: 0 0 auto;
    gap: 9px;
    padding-bottom: 13px;
    margin-bottom: 0;
  }
  .mock-avatar { width: 30px; height: 30px; font-size: 12px; }
  .mock-avatar svg { width: 17px; height: 17px; }
  .mock-head b { font-size: 13.5px; }
  .mock-head .sub { font-size: 11.5px; }
  .mock-live { font-size: 9px; gap: 6px; }
  /* lichaam vult de resterende ruimte gelijkmatig */
  .mock-chat,
  .mock-rows {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mock-chat { gap: 8px; }
  .bub { font-size: 12px; padding: 9px 12px; max-width: 88%; border-radius: 14px; }
  .bub small { margin-top: 4px; font-size: 10.5px; }
  .mock-rows { justify-content: space-around; }
  .mrow { padding: 9px 2px; font-size: 12px; gap: 12px; }
  .mrow .label { font-size: 12px; }
  .mrow .val { font-size: 12px; }
  .mrow .val svg { width: 14px; height: 14px; }
  .mock-badge { flex: 0 0 auto; margin-top: 13px; font-size: 11.5px; padding: 9px 13px; }
  .mock-booking { flex: 0 0 auto; padding: 0 0 2px; }
  .mock-check { width: 30px; height: 30px; margin-bottom: 8px; }
  .mock-check svg { width: 15px; height: 15px; }
  .mock-booking h4 { font-size: 13.5px; }
  /* caption mobiel weg — badge zegt het al (minder gestapeld) */
  .mock-booking .cap { display: none; }

  /* Voortgangs-dots */
  .feature-dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 28px;
  }
  .feature-dots .fd {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--ink-line);
    transition: background 0.2s ease, width 0.2s ease;
  }
  .feature-dots .fd.active {
    width: 20px;
    border-radius: 3px;
    background: var(--emerald);
  }
}

/* TABLET (641–900px): geen carousel — rijen gestapeld in één
   kolom, gecentreerd, met de premium desktop-mock. */
@media (min-width: 641px) and (max-width: 900px) {
  .takeover-section { padding: 76px 0 80px; }
  .takeover-inner { padding: 0 var(--space-6); }
  .takeover-header { margin-bottom: 40px; }
  .takeover-section .section-title { font-size: 40px; line-height: 1.06; }
  .takeover-sub { font-size: 16px; }

  .feature-rows { gap: 96px; margin-top: 4px; }
  .feature-row {
    grid-template-columns: 1fr;
    gap: 28px;
    max-width: 540px;
    margin: 0 auto;
  }
  .feature-row.reverse .feature-copy,
  .feature-row.reverse .feature-visual { order: 0; }
  .feature-copy h3 { font-size: 30px; }
  .feature-lead { max-width: none; }

  .feature-close { margin-top: 68px; }
  .feature-close-lead { font-size: 21px; }
}

/* HOW IT WORKS */
.how-section {
  padding: var(--space-10) 0 100px;
  background: var(--bg);
  border-top: 1px solid var(--ink-line);
}
.how-inner { max-width: 1280px; margin: 0 auto; padding: 0 var(--space-6); }
.how-header {
  max-width: 920px;
  margin-bottom: 80px;
  padding-bottom: var(--space-6);
  border-bottom: 1px solid var(--ink-line);
}
.how-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-faded);
  margin-bottom: var(--space-4);
}
.how-title {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -0.035em;
}
.how-title-mobile {
  display: none;
}
.how-title em {
  font-style: normal;
  font-weight: 400;
  color: var(--emerald);
  letter-spacing: -0.025em;
}
.how-sub {
  max-width: 690px;
  margin-top: var(--space-5);
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-soft);
}
.how-assurance {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: var(--space-4);
}
.how-assurance-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.how-assurance-item::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--emerald);
}

.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-6); }
.how-step { display: flex; flex-direction: column; }

.how-step-num {
  font-family: var(--mono);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-faded);
  margin-bottom: 14px;
}
.how-step-title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin-bottom: 14px;
}
.how-step-title em {
  font-style: normal;
  color: var(--emerald);
}
.how-step-desc { font-size: 15px; line-height: 1.6; color: var(--ink-soft); }

/* Visual cards */
.how-visual {
  background: var(--surface);
  border: 1px solid var(--ink-line);
  border-radius: 16px;
  padding: 20px 22px;
  margin-bottom: var(--space-6);
  height: 240px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 32px -12px rgba(10, 10, 10, 0.08), 0 4px 12px -4px rgba(10, 10, 10, 0.04);
}
.visual-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--ink-line);
}
.visual-header-title { font-size: 13px; font-weight: 600; letter-spacing: -0.01em; }
.visual-header-tag {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-faded);
}
.visual-header-tag.live {
  color: var(--emerald-deep);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.visual-header-tag.live::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--emerald);
  border-radius: 50%;
  animation: pulse 2s infinite;
}

/* Setup list (visual 1) */
.setup-list { display: flex; flex-direction: column; gap: 10px; }
.setup-item {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  font-size: 13px;
  color: var(--ink);
  padding: var(--space-1) 0;
}
.setup-item.done .setup-check {
  background: var(--emerald);
  color: white;
  border: none;
}
.setup-item.pending {
  color: var(--ink-soft);
}
.setup-item.pending .setup-check {
  background: transparent;
  border: none;
  color: var(--emerald);
  position: relative;
  transition: background 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.setup-check {
  width: 18px; height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.setup-check svg { width: 11px; height: 11px; }
.setup-item.pending .setup-spinner,
.setup-item.pending .setup-check-icon {
  position: absolute;
}
.setup-item.pending .setup-spinner {
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  opacity: 1;
  animation: setup-spin 1.1s linear infinite;
  transition: opacity 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.setup-item.pending .setup-check-icon {
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  margin-top: -5.5px;
  margin-left: -5.5px;
  opacity: 0;
  transform: scale(0.5);
  color: white;
  transition: opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.setup-item.pending.is-complete {
  color: var(--ink);
  transition: color 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.setup-item.pending.is-complete .setup-check {
  background: var(--emerald);
  color: white;
}
.setup-item.pending.is-complete .setup-spinner {
  opacity: 0;
  animation-play-state: paused;
}
.setup-item.pending.is-complete .setup-check-icon {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.2s;
}
@keyframes setup-spin {
  to { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
  .setup-spinner { animation: none; }
}
.setup-item-meta {
  margin-left: auto;
  font-family: var(--mono);
  font-size: 10px;
  color: var(--ink-faded);
  letter-spacing: 0.05em;
}

/* Knowledge list (visual 2) */
.kn-list { display: flex; flex-direction: column; }
.kn-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-2) 0;
  border-bottom: 1px solid var(--ink-line);
  font-size: 13px;
}
.kn-row:last-child { border-bottom: none; }
.kn-label { color: var(--ink-soft); }
.kn-val { font-weight: 500; color: var(--ink); font-variant-numeric: tabular-nums; }
.kn-val .kn-emerald { color: var(--emerald-deep); font-weight: 600; }

/* Feed list (visual 3) */
.feed-list { display: flex; flex-direction: column; gap: 2px; }
.feed-item {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-2) 0;
  font-size: 13px;
  border-bottom: 1px solid var(--ink-line);
}
.feed-item:last-child { border-bottom: none; }
.feed-time {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink-faded);
  letter-spacing: 0.03em;
  width: 44px;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}
.feed-text { flex: 1; color: var(--ink); }
.feed-text strong { font-weight: 600; }
.feed-status svg { width: 11px; height: 11px; }
.feed-status {
  width: 18px; height: 18px;
  background: var(--emerald-soft);
  color: var(--emerald-deep);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* DASHBOARD SECTION */
.dashboard-section {
  background: #FFFFFF;
  padding: var(--space-10) 0 140px;
  border-top: 1px solid var(--ink-line);
}
.dashboard-inner { max-width: 1280px; margin: 0 auto; padding: 0 var(--space-6); }
.dashboard-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-8);
  margin-bottom: var(--space-8);
  align-items: end;
}
.dashboard-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-faded);
  margin-bottom: var(--space-4);
}
.dashboard-title {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -0.035em;
}
.dashboard-title em {
  font-style: normal;
  font-weight: 400;
  color: var(--emerald);
  letter-spacing: -0.025em;
}
.dashboard-sub { font-size: 17px; line-height: 1.55; color: var(--ink-soft); max-width: 480px; }

/* Browser window */
.browser-window {
  background: var(--surface);
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 60px 140px -24px rgba(10, 10, 10, 0.18),
    0 24px 60px -16px rgba(10, 10, 10, 0.08);
  border: 1px solid var(--ink-line);
}
.browser-chrome {
  background: #F4F4F2;
  padding: var(--space-3) 18px;
  display: flex;
  align-items: center;
  gap: var(--space-4);
  border-bottom: 1px solid var(--ink-line);
}
.browser-dots { display: flex; gap: var(--space-2); }
.browser-dots span { width: 12px; height: 12px; border-radius: 50%; }
.browser-dots span:nth-child(1) { background: #FF5F57; }
.browser-dots span:nth-child(2) { background: #FFBD2E; }
.browser-dots span:nth-child(3) { background: #28CA42; }
.browser-url {
  flex: 1;
  background: var(--surface);
  border: 1px solid var(--ink-line);
  border-radius: 6px;
  padding: 6px 14px;
  font-family: var(--mono);
  font-size: 11px;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: var(--space-2);
  max-width: 360px;
  margin: 0 auto;
  letter-spacing: 0.02em;
}
.browser-url-lock { font-size: 10px; opacity: 0.5; }

/* Dashboard app */
.dashboard-app {
  display: grid;
  grid-template-columns: 220px 1fr;
  min-height: 580px;
}
.dash-sidebar {
  background: #FAFAF8;
  border-right: 1px solid var(--ink-line);
  padding: var(--space-5) 14px;
}
.dash-logo {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 28px;
  padding: 0 var(--space-2);
  letter-spacing: -0.015em;
}
.dash-logo-mark {
  position: relative;
  width: 22px; height: 22px;
  background: var(--emerald);
  color: transparent;
  display: flex; align-items: center; justify-content: center;
  font-size: 0; font-weight: 600;
  border-radius: 6px;
  overflow: hidden;
}
.dash-nav { display: flex; flex-direction: column; gap: 2px; }
.dash-nav-item {
  padding: var(--space-2) var(--space-3);
  font-size: 13px;
  color: var(--ink-soft);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-decoration: none;
  transition: background var(--duration-fast);
}
.dash-nav-item:hover { background: rgba(10,10,10,0.04); }
.dash-nav-item.active {
  background: var(--emerald-soft);
  color: var(--emerald-deep);
  font-weight: 500;
}
.dash-nav-icon { display: inline-flex; align-items: center; justify-content: center; opacity: 0.6; width: 18px; height: 18px; flex-shrink: 0; }
.dash-nav-icon svg { width: 18px; height: 18px; }
.dash-nav-item.active .dash-nav-icon { opacity: 1; }
.dash-nav-text { flex: 1; padding-left: 10px; }
.dash-nav-badge {
  background: var(--emerald);
  color: white;
  border-radius: 999px;
  padding: 1px 7px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.dash-main { padding: 28px var(--space-6) var(--space-6); }
.dash-greeting { margin-bottom: var(--space-5); }
.dash-greeting h3 { font-size: 22px; font-weight: 600; letter-spacing: -0.02em; }
.dash-greeting p { font-size: 13px; color: var(--ink-soft); margin-top: var(--space-1); }

.dash-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
  margin-bottom: var(--space-5);
}
.dash-stat {
  background: #FAFAF8;
  border: 1px solid var(--ink-line);
  border-radius: 10px;
  padding: 14px var(--space-4);
}
.dash-stat-label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-faded);
  margin-bottom: 6px;
}
.dash-stat-value { font-size: 26px; font-weight: 500; letter-spacing: -0.025em; font-variant-numeric: tabular-nums; }
.dash-stat-value .dash-stat-trend { font-size: 12px; color: var(--emerald); margin-left: var(--space-1); font-weight: 500; }

/* Hero metric (overnight activity story) */
.dash-hero-metric {
  background: linear-gradient(135deg, #F5F5F2 0%, #FAFAF8 100%);
  border: 1px solid var(--ink-line);
  border-radius: 14px;
  padding: 22px var(--space-5) 20px;
  margin-bottom: 22px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 36px;
  align-items: center;
}
.dash-hero-left { display: flex; flex-direction: column; min-width: 460px; }
.dash-hero-label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-faded);
  margin-bottom: 10px;
}
.dash-hero-num {
  font-size: 52px;
  font-weight: 500;
  letter-spacing: -0.045em;
  line-height: 0.95;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  display: flex;
  align-items: baseline;
  gap: var(--space-2);
}
.dash-hero-num .trend {
  font-size: 13px;
  color: var(--emerald);
  font-weight: 500;
  letter-spacing: 0;
}
.dash-hero-context {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
  margin-top: 14px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.dash-hero-context-dot { color: var(--ink-faded); }
.dash-hero-right {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.dash-sparkline-wrap { position: relative; height: 56px; }
.dash-sparkline { width: 100%; height: 100%; display: block; }
.dash-sparkline-axis {
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.08em;
  color: var(--ink-faded);
  text-transform: uppercase;
}

/* Activity timeline */
.dash-activity-list {
  background: #FAFAF8;
  border: 1px solid var(--ink-line);
  border-radius: 10px;
  overflow: hidden;
}
.dash-activity-row {
  display: grid;
  grid-template-columns: 48px 18px 1fr;
  gap: var(--space-3);
  padding: 11px var(--space-4);
  border-bottom: 1px solid var(--ink-line);
  align-items: center;
  font-size: 12px;
}
.dash-activity-row:last-child { border-bottom: none; }
.dash-activity-time {
  font-family: var(--mono);
  color: var(--ink-faded);
  font-size: 11px;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
}
.dash-activity-icon {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.dash-activity-icon.booked { color: var(--emerald); }
.dash-activity-icon.answered { color: var(--ink-faded); }
.dash-activity-text { color: var(--ink); line-height: 1.4; }
.dash-activity-text strong { font-weight: 600; }
.dash-activity-tag {
  display: inline-block;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-faded);
  margin-right: 6px;
}

.dash-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.dash-section-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}
.dash-section-header h4 { font-size: 13px; font-weight: 600; letter-spacing: -0.005em; }
.dash-section-header a {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--emerald-deep);
  text-decoration: none;
  cursor: pointer;
}

.dash-conv-list, .dash-cal {
  background: #FAFAF8;
  border: 1px solid var(--ink-line);
  border-radius: 10px;
  overflow: hidden;
}
.dash-conv {
  padding: var(--space-3) 14px;
  border-bottom: 1px solid var(--ink-line);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.dash-conv:last-child { border-bottom: none; }
.dash-conv-avatar {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--emerald), var(--emerald-deep));
  color: white;
  font-size: 11px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.dash-conv-body { flex: 1; min-width: 0; }
.dash-conv-name {
  font-size: 12px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  letter-spacing: -0.005em;
}
.dash-conv-time { font-weight: 400; color: var(--ink-faded); font-size: 11px; font-family: var(--mono); }
.dash-conv-snippet {
  font-size: 12px;
  color: var(--ink-soft);
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3;
}
.dash-conv-status {
  font-size: 10px;
  font-family: var(--mono);
  letter-spacing: 0.05em;
  color: var(--emerald-deep);
  background: var(--emerald-soft);
  padding: 3px var(--space-2);
  border-radius: 999px;
  align-self: center;
  flex-shrink: 0;
}
.dash-conv-status.pending {
  color: var(--ink-soft);
  background: rgba(10,10,10,0.05);
}

.dash-appt {
  padding: var(--space-3) 14px;
  border-bottom: 1px solid var(--ink-line);
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
}
.dash-appt:last-child { border-bottom: none; }
.dash-appt.active { background: var(--emerald-soft); }
.dash-appt.active::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--emerald);
}
.dash-appt-time {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  width: 48px;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}
.dash-appt-info { flex: 1; min-width: 0; }
.dash-appt-name { font-size: 12px; font-weight: 600; letter-spacing: -0.005em; }
.dash-appt-svc { font-size: 11px; color: var(--ink-soft); margin-top: 2px; }
.dash-appt-tag {
  background: var(--emerald);
  color: white;
  padding: 2px var(--space-2);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  flex-shrink: 0;
}

.mobile-dashboard-window {
  display: none;
  max-width: 390px;
  margin: 0 auto;
}
.mobile-app {
  background: var(--surface);
  border: 1px solid var(--ink-line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 36px 80px -32px rgba(10, 10, 10, 0.16),
    0 14px 34px -26px rgba(10, 10, 10, 0.12);
}
.mobile-app-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 18px 9px;
  font-family: var(--mono);
  font-size: 10px;
  color: var(--ink-soft);
}
.mobile-app-icons {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.mobile-app-icons span {
  display: block;
  height: 6px;
  border-radius: 999px;
  background: var(--ink);
  opacity: 0.7;
}
.mobile-app-icons span:nth-child(1) { width: 14px; }
.mobile-app-icons span:nth-child(2) { width: 10px; }
.mobile-app-icons span:nth-child(3) { width: 18px; }
.mobile-app-body {
  padding: 18px;
  background: #FFFFFF;
}
.mobile-app-header {
  display: flex;
  justify-content: space-between;
  gap: var(--space-4);
  align-items: flex-start;
  margin-bottom: var(--space-4);
}
.mobile-app-kicker {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-faded);
  margin-bottom: 8px;
}
.mobile-app-header h3 {
  font-size: 21px;
  line-height: 1.1;
  letter-spacing: -0.025em;
  font-weight: 600;
}
.mobile-app-header p {
  margin-top: 6px;
  color: var(--ink-soft);
  font-size: 13px;
}
.mobile-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--emerald-deep);
  font-size: 11px;
  font-weight: 500;
  flex-shrink: 0;
}
.mobile-live-badge::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--emerald);
}
.mobile-summary-card {
  background: linear-gradient(135deg, #F5F5F2 0%, #FAFAF8 100%);
  border: 1px solid var(--ink-line);
  border-radius: 14px;
  padding: 18px;
  margin-bottom: 14px;
}
.mobile-summary-label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-faded);
}
.mobile-summary-main {
  display: flex;
  align-items: baseline;
  gap: var(--space-2);
  margin-top: 10px;
}
.mobile-summary-number {
  font-size: 52px;
  line-height: 0.95;
  font-weight: 500;
  letter-spacing: -0.05em;
  font-variant-numeric: tabular-nums;
}
.mobile-summary-trend {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--emerald);
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
}
.mobile-summary-trend svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
}
.mobile-summary-context {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.02em;
  color: var(--ink-soft);
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--ink-line);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.mobile-summary-context-dot { color: var(--ink-faded); }
.mobile-panel {
  background: #FFFFFF;
  border: 1px solid var(--ink-line);
  border-radius: 12px;
  overflow: hidden;
  margin-top: 12px;
}
.mobile-panel-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--space-3);
  padding: 13px 14px;
  border-bottom: 1px solid var(--ink-line);
}
.mobile-panel-header h4 {
  font-size: 13px;
  font-weight: 600;
}
.mobile-panel-header span {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--emerald-deep);
}
.mobile-activity-row {
  display: grid;
  grid-template-columns: 44px 12px 1fr;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--ink-line);
  align-items: start;
}
.mobile-activity-row:last-child { border-bottom: 0; }
.mobile-activity-time {
  font-family: var(--mono);
  color: var(--ink-faded);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}
.mobile-activity-dot {
  width: 7px;
  height: 7px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--ink-faded);
}
.mobile-activity-dot.booked {
  background: var(--emerald);
}
.mobile-activity-copy {
  min-width: 0;
  font-size: 12px;
  line-height: 1.35;
  color: var(--ink);
}
.mobile-activity-copy strong {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 600;
}
.mobile-activity-tag {
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-faded);
  margin-right: 5px;
}
.mobile-activity-copy span {
  color: var(--ink-soft);
}
.mobile-appt-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--ink-line);
}
.mobile-appt-row:last-child { border-bottom: 0; }
.mobile-appt-time {
  width: 44px;
  font-size: 13px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.mobile-appt-copy {
  min-width: 0;
}
.mobile-appt-copy strong {
  display: block;
  font-size: 12px;
  font-weight: 600;
}
.mobile-appt-copy span {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: var(--ink-soft);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mobile-bottom-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--ink-line);
  background: rgba(255, 255, 255, 0.86);
}
.mobile-bottom-nav span {
  padding: 11px 4px 12px;
  text-align: center;
  font-size: 11px;
  color: var(--ink-soft);
}
.mobile-bottom-nav span.active {
  color: var(--emerald-deep);
  font-weight: 600;
}

/* === HOMEPAGE PRICING STRIP === */
.pricing-strip {
  background: var(--bg);
  padding: var(--space-10) 0 100px;
  position: relative;
}
.pricing-strip-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--space-6);
}

/* Header — 2-col split zoals andere secties */
.pricing-strip-header {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: var(--space-8);
  margin-bottom: 56px;
  align-items: end;
}
.pricing-strip-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-faded);
  margin-bottom: 16px;
  display: block;
}
.pricing-strip-title {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.02;
  color: var(--ink);
  margin: 0;
  max-width: 600px;
}
.pricing-strip-title em {
  color: var(--emerald);
  font-style: normal;
}
.pricing-strip-sub {
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0;
  max-width: 460px;
}

/* Cards grid */
.pricing-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 18px;
}

.tier-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--ink-line);
  border-radius: 18px;
  padding: 32px 28px 28px;
  transition: transform var(--duration-base), box-shadow var(--duration-base);
}
.tier-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 60px -28px rgba(10, 10, 10, 0.18);
}
.tier-card.featured {
  border: 1.5px solid var(--emerald);
}

.tier-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.tier-name {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink);
}
.tier-badge {
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--emerald);
  background: var(--emerald-soft);
  padding: 5px 10px;
  border-radius: 999px;
}

.tier-desc {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-soft);
  margin: 0 0 28px;
  min-height: 64px;
}

.tier-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 4px;
}
.tier-price {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  color: var(--ink);
}
.tier-period {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-soft);
}
.tier-vat {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.08em;
  color: var(--ink-faded);
  text-transform: uppercase;
  margin-bottom: 24px;
}

/* Message cap chip */
.pricing-strip-trust {
  text-align: center;
  font-size: 13px;
  color: var(--ink-faded);
  margin: 2px 0 28px;
}
/* Bullets */
.tier-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: grid;
  gap: 11px;
}
.tier-bullet {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 10px;
  align-items: flex-start;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--ink);
}
.tier-bullet svg {
  width: 16px;
  height: 16px;
  color: var(--emerald);
  margin-top: 3px;
  flex-shrink: 0;
}
.tier-billing-note {
  max-width: 36ch;
  min-height: 40px;
  margin: 6px 0 20px;
  color: var(--ink-soft);
  font-size: 13px;
  line-height: 1.45;
}

/* CTA */
.tier-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  width: 100%;
  padding: 13px var(--space-5);
  border-radius: var(--radius-pill);
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid var(--ink-stroke);
  background: var(--surface);
  color: var(--ink);
  transition: background-color var(--duration-base), border-color var(--duration-base), color var(--duration-base);
  cursor: pointer;
}
.tier-cta:hover {
  background: var(--bg-warm);
  border-color: var(--ink);
}
.tier-card.featured .tier-cta {
  background: var(--emerald);
  border-color: var(--emerald);
  color: white;
}
.tier-card.featured .tier-cta:hover {
  background: var(--emerald-deep);
  border-color: var(--emerald-deep);
}

/* Enterprise band */
.tier-enterprise {
  background: var(--surface);
  border: 1px solid var(--ink-line);
  border-radius: 18px;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  margin-bottom: 32px;
}
.tier-enterprise-left {
  display: flex;
  align-items: center;
  gap: 24px;
}
.tier-enterprise-name {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  white-space: nowrap;
}
.tier-enterprise-name::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  background: var(--ink-line);
  margin-left: 24px;
  vertical-align: middle;
}
.tier-enterprise-desc {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.5;
}
.tier-enterprise-cta {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  border: 1px solid var(--ink-stroke);
  border-radius: var(--radius-pill);
  white-space: nowrap;
  transition: background-color var(--duration-base), border-color var(--duration-base), color var(--duration-base);
}
.tier-enterprise-cta:hover {
  background: var(--ink);
  color: white;
  border-color: var(--ink);
}

/* Footer link to full pricing */
.tier-footer {
  text-align: center;
  margin-top: 4px;
}
.tier-footer-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--ink-soft);
  text-decoration: none;
  transition: color var(--duration-base);
  padding: 8px 0;
}
.tier-footer-link:hover {
  color: var(--emerald);
}
.tier-footer-link::after {
  content: '→';
  transition: transform var(--duration-base);
}
.tier-footer-link:hover::after {
  transform: translateX(3px);
}

/* Pricing strip — responsive */
@media (max-width: 1024px) {
  .pricing-strip-header {
    grid-template-columns: 1fr;
    gap: var(--space-5);
    align-items: start;
  }
  .pricing-strip-title { font-size: 44px; }
}
@media (max-width: 840px) {
  .pricing-strip-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .tier-enterprise {
    grid-template-columns: 1fr;
    text-align: left;
    gap: 18px;
  }
  .tier-enterprise-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .tier-enterprise-name::after { display: none; }
}
@media (max-width: 640px) {
  .pricing-strip { padding: 96px 0 96px; }
  .pricing-strip-inner { padding: 0 var(--space-5); }
  .pricing-strip-title { font-size: 32px; line-height: 1.1; }
  .pricing-strip-sub { font-size: 15px; }
  .tier-card { padding: 24px 22px 22px; }
  .tier-price { font-size: 38px; }
}

/* FAQ SECTION — 2-col grid van witte glass-cards op subtle bg */
.faq-section {
  background: linear-gradient(180deg, #F4F4F2 0%, #F8F7F3 100%);
  padding: var(--space-9) 0 100px;
  border-top: 1px solid var(--ink-line);
}
.faq-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--space-6);
}
.faq-header {
  max-width: 720px;
  margin: 0 auto var(--space-8);
  text-align: center;
}
.faq-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-faded);
  margin-bottom: var(--space-4);
}
.faq-title {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -0.035em;
  color: var(--ink);
}
.faq-title em {
  font-style: normal;
  font-weight: 400;
  color: var(--emerald);
  letter-spacing: -0.025em;
}
.faq-sub {
  margin: var(--space-4) auto 0;
  max-width: 560px;
  font-size: 17px;
  line-height: 1.55;
  color: var(--ink-soft);
}
.faq-sub-link {
  color: var(--emerald);
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(4, 120, 87, 0.25);
  transition: border-color 0.2s ease, color 0.2s ease;
}
.faq-sub-link:hover {
  color: var(--emerald-deep);
  border-bottom-color: var(--emerald-deep);
}
.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  align-items: stretch;
}
.faq-item { display: flex; flex-direction: column; }
.faq-question { flex: 1; align-items: center; }
.faq-item {
  position: relative;
  background: rgba(255, 255, 255, 0.92);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
          backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid rgba(10, 10, 10, 0.07);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow:
    0 1px 2px rgba(10, 10, 10, 0.025),
    0 12px 32px -16px rgba(10, 10, 10, 0.08);
  transition: border-color 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              background 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.faq-item:hover {
  border-color: rgba(10, 10, 10, 0.12);
  background: rgba(255, 255, 255, 0.97);
  box-shadow:
    0 1px 2px rgba(10, 10, 10, 0.03),
    0 20px 44px -16px rgba(10, 10, 10, 0.14);
  transform: translateY(-1px);
}
.faq-item[open] {
  background: linear-gradient(180deg, #FFFFFF 0%, #FAFAF8 100%);
  border-color: rgba(10, 10, 10, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 1px 2px rgba(10, 10, 10, 0.04),
    0 24px 56px -18px rgba(10, 10, 10, 0.18);
}
.faq-question {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: var(--space-4);
  padding: 26px 28px;
  font-size: 17px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.01em;
  line-height: 1.35;
  transition: color 0.2s ease;
}
.faq-question::-webkit-details-marker { display: none; }
.faq-question::marker { content: ""; }
.faq-question:hover { color: var(--emerald); }
.faq-q-text {
  flex: 1;
  min-width: 0;
}
.faq-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(10, 10, 10, 0.045);
  color: var(--ink-soft);
  flex-shrink: 0;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
              background 0.3s ease,
              color 0.3s ease;
}
.faq-icon svg { width: 13px; height: 13px; }
.faq-item:hover .faq-icon {
  background: rgba(10, 10, 10, 0.07);
  color: var(--ink);
}
.faq-item[open] .faq-icon {
  transform: rotate(45deg);
  background: var(--emerald-soft);
  color: var(--emerald);
}
/* CSS grid-template-rows trick: parent gaat van 0fr → 1fr (animeerbaar).
   Inner child heeft overflow: hidden + min-height: 0 om correct te clippen.
   Display: grid overschrijft de native details "hide" als gesloten. */
.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.faq-item[open] .faq-answer {
  grid-template-rows: 1fr;
}
.faq-answer-inner {
  overflow: hidden;
  min-height: 0;
  padding: 0 22px 20px;
}
.faq-answer-inner p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-soft);
  margin: 0;
}
@media (prefers-reduced-motion: reduce) {
  .faq-answer { transition: none; }
}

/* DARK PROOF SECTION · refined */
.proof-dark {
  background: linear-gradient(180deg, #161311 0%, #0E0E0C 100%);
  color: white;
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}
/* No grid, no harsh glow. Just a single soft directional wash from top. */
.proof-dark::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 320px;
  background: radial-gradient(ellipse 80% 100% at 50% 0%, rgba(255, 245, 230, 0.03) 0%, transparent 70%);
  pointer-events: none;
}
.proof-inner { max-width: 1280px; margin: 0 auto; padding: 0 var(--space-6); position: relative; z-index: 1; }
.proof-header-dark { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-8); margin-bottom: var(--space-8); align-items: end; padding-bottom: var(--space-6); border-bottom: 1px solid var(--dark-line); }
.proof-eyebrow-dark {
  font-family: var(--mono);
  font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: var(--space-4);
}
.proof-title-dark { font-weight: 600; font-size: 44px; line-height: 1.05; letter-spacing: -0.035em; }
.proof-title-dark em {
  font-weight: 400; color: var(--emerald);
  letter-spacing: -0.02em;
}
.proof-sub-dark { font-size: 17px; line-height: 1.55; color: rgba(255,255,255,0.62); }

.metrics-dark {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
  margin-bottom: var(--space-8);
}
.metric-dark {
  padding: 40px var(--space-6);
  background: rgba(255,255,255,0.025);
  border: 1px solid var(--dark-line);
  border-radius: var(--radius-md);
  position: relative;
  transition: background-color var(--duration-slow), border-color var(--duration-slow);
}
.metric-dark:hover { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.18); }
.metric-label-dark { font-family: var(--mono); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.42); margin-bottom: 20px; }
.metric-value-dark {
  font-weight: 500; font-size: 64px; line-height: 1;
  letter-spacing: -0.04em;
  display: flex; align-items: baseline; gap: 6px;
  font-variant-numeric: tabular-nums;
  color: rgba(255,255,255,0.96);
}
.metric-value-dark .unit { color: rgba(255,255,255,0.45); font-size: 24px; font-weight: 400; letter-spacing: -0.02em; }
.metric-trend-dark { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; color: rgba(255,255,255,0.7); font-weight: 500; margin-top: 18px; }
.metric-trend-dark .trend-icon { color: var(--emerald-light); flex-shrink: 0; width: 12px; height: 12px; }
.metric-context-dark { margin-top: 14px; font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.5; }

/* Quote in dark section */
.proof-quote {
  padding: var(--space-8) 0 0;
  border-top: 1px solid var(--dark-line);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: var(--space-8);
  align-items: stretch;
}
.proof-quote-photo {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  background: #1A1816;
  min-height: 320px;
}
.proof-quote-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.proof-quote-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.proof-quote-text {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: rgba(255,255,255,0.92);
}
.proof-quote-text em {
  font-weight: 500;
}
.proof-quote-attr { margin-top: var(--space-6); display: flex; flex-direction: column; gap: var(--space-1); }
.proof-quote-name { font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.85); }
.proof-quote-role { font-family: var(--mono); font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.4); }

/* CTA DARK SECTION */
.cta-dark {
  background: linear-gradient(180deg, #161311 0%, #0E0E0C 100%);
  color: white;
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}
.cta-dark::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 320px;
  background: radial-gradient(ellipse 80% 100% at 50% 0%, rgba(255, 245, 230, 0.03) 0%, transparent 70%);
  pointer-events: none;
}
.cta-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--space-6);
  position: relative;
  z-index: 1;
}
.cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.cta-eyebrow {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin-bottom: var(--space-5);
}
.cta-title {
  font-weight: 600;
  font-size: 44px;
  line-height: 1.05;
  letter-spacing: -0.035em;
  margin-bottom: 28px;
}
.cta-title em {
  font-style: normal;
  font-weight: 400;
  color: var(--emerald);
  letter-spacing: -0.025em;
}
.cta-sub {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255,255,255,0.7);
  max-width: 440px;
  margin-bottom: var(--space-7);
}
.cta-sub-detail { display: inline; }
.cta-trust {
  display: flex;
  gap: var(--space-7);
  padding-top: var(--space-6);
  border-top: 1px solid var(--dark-line);
}
.cta-trust-item { display: flex; flex-direction: column; gap: 6px; }
.cta-trust-num {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.025em;
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.cta-trust-label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}

/* CTA Form */
.cta-form-wrap {
  background: rgba(255,255,255,0.03);
  border: 1px solid var(--dark-line);
  border-radius: 20px;
  padding: 36px var(--space-6);
}
.cta-form-header {
  margin-bottom: 28px;
  padding-bottom: var(--space-5);
  border-bottom: 1px solid var(--dark-line);
}
.cta-form-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.015em;
  margin-bottom: 6px;
}
.cta-form-sub { font-size: 13px; color: rgba(255,255,255,0.6); }
.cta-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
  margin-bottom: 20px;
}
.cta-form-group {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}
.cta-form-row .cta-form-group { margin-bottom: 0; }
.cta-form-group label {
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}
.cta-form-group input,
.cta-form-group select {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--dark-line);
  border-radius: 10px;
  padding: var(--space-3) 14px;
  font-family: var(--sans);
  font-size: 14px;
  color: white;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition: background-color var(--duration-base) var(--ease-default), border-color var(--duration-base) var(--ease-default), box-shadow var(--duration-base) var(--ease-default);
  width: 100%;
}
.cta-form-group input:hover,
.cta-form-group select:hover {
  border-color: rgba(255,255,255,0.20);
  background: rgba(255,255,255,0.05);
}
.cta-form-group input:focus,
.cta-form-group select:focus {
  border-color: var(--emerald);
  background: rgba(255,255,255,0.06);
  box-shadow: 0 0 0 3px rgba(4, 120, 87, 0.15);
}
.cta-form-group input:disabled,
.cta-form-group select:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  background: rgba(255,255,255,0.02);
}
.cta-form-group.has-error input,
.cta-form-group.has-error select,
.cta-form-group input[aria-invalid="true"],
.cta-form-group select[aria-invalid="true"] {
  border-color: #F87171;
  background: rgba(248, 113, 113, 0.04);
}
.cta-form-group.has-error input:focus,
.cta-form-group.has-error select:focus {
  box-shadow: 0 0 0 3px rgba(248, 113, 113, 0.15);
}
.cta-form-error {
  display: block;
  font-size: 12px;
  color: #FCA5A5;
  margin-top: 6px;
  font-family: var(--sans);
}
.cta-form-group input::placeholder { color: rgba(255,255,255,0.32); }
.cta-form-group select { cursor: pointer; }
.cta-form-footer {
  margin-top: 18px;
  font-size: 11px;
  text-align: center;
  color: rgba(255,255,255,0.42);
  line-height: 1.5;
}


@media (max-width: 980px) {
  .hero { padding: 48px var(--space-5) 16px; }
  .problem-section { padding: 96px 0 64px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .hero-grid > div { min-width: 0; }
  .hero-eyebrow { font-size: 10.5px; margin-bottom: 32px; }
  .hero-headline { font-size: clamp(30px, 9vw, 36px); line-height: 1.08; margin-bottom: 16px; }
  .hero-sub { font-size: 15px; margin-bottom: 36px; }
  .hero-cta-row { flex-direction: row; align-items: center; gap: 16px; flex-wrap: wrap; }
  .hero-cta-row .btn-lg { padding: 12px 20px; font-size: 14px; }
  .hero-cta-row .btn-secondary { background: transparent; border: none; padding: 0; font-size: 13px; color: var(--emerald-deep); font-weight: 500; }
  .hero-cta-row .btn-secondary:hover { background: transparent; color: var(--emerald); }
  .hero-trust { display: none; }
  /* Mobiel: hero ontruimd (CTA-focus); kanalen in de eigen sectie onder de hero,
     USP's staan in de outcomes-band. Geen animerende strips in de hero. */
  .hero-integrations { display: none; }
  .integrations { display: block; }

  .hero-trust-mobile {
    display: none; position: relative; margin-top: 20px;
    overflow: hidden;
    -webkit-mask: linear-gradient(90deg, transparent 0, black 24px, black calc(100% - 24px), transparent 100%);
            mask: linear-gradient(90deg, transparent 0, black 24px, black calc(100% - 24px), transparent 100%);
  }
  .hero-trust-track {
    display: inline-flex; align-items: center; gap: 28px;
    width: max-content;
    animation: hero-trust-scroll 22s linear infinite;
  }
  .hero-trust-track span {
    display: inline-flex; align-items: center; gap: 7px;
    font-size: 13px; color: var(--ink-faded); white-space: nowrap; flex-shrink: 0;
  }
  .hero-trust-track span svg { width: 12px; height: 12px; color: var(--emerald); flex-shrink: 0; }
  .product-stack { min-height: 680px; transform: scale(0.82); transform-origin: top center; margin-top: 40px; margin-bottom: -122px; }
  .stat-callout { right: -28px; padding: 14px 18px; }
  .stat-callout-num { font-size: 29px; }
  .stat-callout-label { font-size: 11px; margin-top: 6px; }
  .int-inner { grid-template-columns: 1fr; gap: var(--space-5); }
  .problem-header, .proof-header-dark, .proof-quote, .dashboard-header, .how-header, .cta-grid { grid-template-columns: 1fr; gap: var(--space-5); }
  .pricing-split { grid-template-columns: 1fr; gap: var(--space-7); }
  .problem-cards { grid-template-columns: 1fr; }
  .metrics-dark { grid-template-columns: 1fr; }
  .proof-title-dark { font-size: 32px; }
  .proof-quote-text { font-size: 20px; }
  .proof-quote-photo { min-height: auto; aspect-ratio: auto; }
  .proof-quote-photo img { position: static; width: 100%; height: auto; }
  .section-title, .dashboard-title, .how-title, .pricing-title, .cta-title, .faq-title { font-size: 32px; }
  .how-grid { grid-template-columns: 1fr; gap: var(--space-8); }
  .how-step-num { order: 1; }
  .how-step-title { order: 2; }
  .how-step-desc { order: 3; }
  .how-visual {
    order: 4;
    margin-top: var(--space-5);
    margin-bottom: 0;
  }
  .pricing-grid { grid-template-columns: 1fr; max-width: 480px; }
  .cta-grid { gap: var(--space-7); }
  .cta-form-row { grid-template-columns: 1fr; }
  .cta-trust { gap: var(--space-5); flex-wrap: wrap; }
  .cta-title { margin-bottom: 12px; }
  .cta-sub { margin-bottom: var(--space-6); }
  .dashboard-app { grid-template-columns: 1fr; }
  .dash-sidebar { display: none; }
  .dash-grid, .dash-stats { grid-template-columns: 1fr; }
  .dash-main { padding: var(--space-5); }
}

@media (max-width: 640px) {
  /* Uniform mobile sectie-padding: 96px top/bottom voor premium "drumbeat" ritme.
     Uitzonderingen: .hero (intentioneel tight, iPhone-overlap) en .footer-dark (eigen rol). */
  .problem-section,
  .takeover-section,
  .how-section,
  .dashboard-section,
  .proof-dark,
  .pricing-section,
  .faq-section,
  .cta-dark {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .cta-sub-detail { display: none; }
  .cta-sub { font-size: 16px; }
  .dashboard-header {
    margin-bottom: 24px;
  }
  .dashboard-sub {
    font-size: 15px;
  }
  .browser-window {
    display: none;
  }
  .mobile-dashboard-window {
    display: block;
  }
  .how-assurance {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .how-title-desktop {
    display: none;
  }
  .how-title-mobile {
    display: inline;
  }

  /* ===== FAQ mobiel ===== */
  .faq-header { margin-bottom: var(--space-6); }
  .faq-sub { font-size: 15px; margin-top: var(--space-3); }
  .faq-list { grid-template-columns: 1fr; gap: 12px; }
  .faq-item { border-radius: 14px; }
  .faq-question { font-size: 15px; padding: 20px 20px; gap: 12px; }
  .faq-icon { width: 32px; height: 32px; }
  .faq-icon svg { width: 12px; height: 12px; }
  .faq-answer-inner { padding: 0 22px 20px; }
  .faq-answer-inner p { font-size: 14px; }

  /* ===== Probleem-sectie mobiel ===== */
  .problem-inner { padding: 0 var(--space-5); }
  .problem-header { margin-bottom: var(--space-6); padding-bottom: var(--space-5); }
  .notif-screen {
    max-width: 320px;
    margin-bottom: var(--space-7);
    padding: 32px 16px 22px;
  }
  .notif-clock-date { font-size: 11px; }
  .notif-clock-time { font-size: 56px; }
  .notif-clock { margin-bottom: 24px; }
  .notif-stack { gap: 9px; max-width: 100%; margin-bottom: 0; }
  /* Treatwell notif valt weg op mobiel: story blijft sterk met 3 menselijke notifs */
  .notif-stack .notif:nth-child(4) { display: none; }
  .notif {
    padding: 12px 14px;
    grid-template-columns: 40px 1fr;
    gap: 12px;
    border-radius: 16px;
  }
  .notif-icon { width: 36px; height: 36px; border-radius: 9px; }
  .notif-icon svg { width: 18px; height: 18px; }
  .notif-app { font-size: 12px; }
  .notif-time { font-size: 10px; }
  .notif-text { font-size: 11px; }

  /* Slide-and-reveal (Apple-style): cards in clean stack met gap, elk
     individueel fade + slide + scale-in zodra ze boven de 60%-lijn
     van viewport komen. Easing: cubic-bezier(0.22, 1, 0.36, 1). */
  .problem-cards { grid-template-columns: 1fr; gap: 12px; }
  .problem-card {
    padding: var(--space-4);
    opacity: 0;
    transform: translateY(30px) scale(0.96);
    transform-origin: top center;
    transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
                transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
  }
  .problem-card.is-active {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  .problem-card h3 { font-size: 16px; }
  .problem-card p { font-size: 13.5px; }
  .problem-bridge { font-size: 16px; margin-top: var(--space-8); }
}

@media (max-width: 640px) and (prefers-reduced-motion: reduce) {
  .problem-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
