/* Functiepagina: afwisselende blokken (mockup naast tekst). Bouwt voort op
   public.css (.mock, .reveal, .section-alt, .check-list). Zelf-bevattend. */

.feat-hero { text-align: center; padding: 56px 0 8px; }
.feat-hero .eyebrow { display: inline-block; }
.feat-hero h1 { font-size: clamp(30px, 4.5vw, 48px); margin: 10px 0 12px; }
.feat-hero .lead { max-width: 640px; margin: 0 auto; }

.feat-split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; align-items: center; }
.feat-split + .feat-split { margin-top: 72px; }
.feat-kicker { color: var(--brand); font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: .05em; }
.feat-text h2 { font-size: clamp(22px, 2.6vw, 30px); margin: 8px 0 12px; line-height: 1.2; }
.feat-text > p { color: var(--muted); font-size: 16px; margin-bottom: 16px; }
.feat-visual { display: flex; justify-content: center; }
.feat-split.is-reverse .feat-visual { order: 2; }
.feat-visual .mock, .feat-visual .fmock { width: 100%; max-width: 420px; }

/* Kleine mock-varianten specifiek voor deze pagina */
.fmock { background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-lg); padding: 18px; }
.fmock-head { font-weight: 700; margin-bottom: 4px; }
.fmock-sub { color: var(--muted); font-size: 13px; margin-bottom: 14px; }

/* Moment-keuze (slim starten) */
.fmock-moments { display: grid; gap: 10px; }
.fmock-moment { display: flex; align-items: center; gap: 10px; border: 1.5px solid var(--line); border-radius: 10px; padding: 10px 12px; font-size: 14px; }
.fmock-moment .dot { width: 16px; height: 16px; border-radius: 50%; border: 2px solid var(--line); flex-shrink: 0; }
.fmock-moment.is-on { border-color: var(--brand); background: var(--brand-light); }
.fmock-moment.is-on .dot { border-color: var(--brand); background: var(--brand); box-shadow: inset 0 0 0 3px #fff; }
.fmock-moment .m-name { font-weight: 600; }
.fmock-moment .m-time { color: var(--muted); margin-left: auto; font-size: 12px; }
.fmock-pill { background: var(--brand); color: #fff; font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 999px; text-transform: uppercase; }

/* Before/after */
.fmock-ba { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.fmock-ba figure { margin: 0; }
.fmock-ba .ba-img { height: 96px; border-radius: 10px; display: flex; align-items: flex-end; padding: 8px; color: #fff; font-weight: 700; font-size: 12px; }
.fmock-ba .ba-before { background: linear-gradient(135deg, #b45309, #92400e); }
.fmock-ba .ba-after { background: linear-gradient(135deg, #16a34a, #15803d); }
.fmock-ba figcaption { font-size: 12px; color: var(--muted); margin-top: 4px; text-align: center; }

/* Escalatie-mailkaart */
.fmock-mail { border-left: 4px solid var(--danger); }
.fmock-mail .mail-to { font-size: 12px; color: var(--muted); }
.fmock-mail .mail-list { list-style: none; margin: 10px 0 0; padding: 0; }
.fmock-mail .mail-list li { display: flex; justify-content: space-between; gap: 8px; font-size: 13px; padding: 6px 0; border-bottom: 1px dashed var(--line); }
.fmock-mail .mail-list li span:last-child { color: var(--danger); font-style: italic; }

/* Compliance-balken */
.fmock-bars { display: grid; gap: 12px; }
.fmock-bar-row { display: grid; grid-template-columns: 90px 1fr 42px; align-items: center; gap: 10px; font-size: 13px; }
.fmock-track { height: 9px; background: var(--line); border-radius: 999px; overflow: hidden; }
.fmock-fill { height: 100%; border-radius: 999px; }
.fmock-bar-row .pct { text-align: right; font-weight: 700; }

/* Scorebord */
.fmock-lb { list-style: none; margin: 0; padding: 0; }
.fmock-lb li { display: flex; align-items: center; gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.fmock-lb li:last-child { border-bottom: none; }
.fmock-rank { width: 24px; height: 24px; border-radius: 50%; color: #fff; font-weight: 800; font-size: 12px; display: flex; align-items: center; justify-content: center; }
.fmock-rank.r1 { background: #d4a017; } .fmock-rank.r2 { background: #94a3b8; } .fmock-rank.r3 { background: #b98a4e; }
.fmock-lb .pts { margin-left: auto; font-weight: 700; color: var(--brand); }

/* Naam-veld */
.fmock-name input { width: 100%; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; font-size: 14px; pointer-events: none; background: #fff; }
.fmock-chip { display: inline-block; background: var(--brand-light); color: var(--brand); font-weight: 600; font-size: 12px; padding: 3px 10px; border-radius: 999px; margin-top: 8px; }

/* Chat (AI) */
.fmock-chat { display: grid; gap: 8px; }
.fmock-bubble { max-width: 85%; padding: 8px 12px; border-radius: 12px; font-size: 13px; line-height: 1.4; }
.fmock-bubble.you { background: var(--brand); color: #fff; margin-left: auto; border-bottom-right-radius: 3px; }
.fmock-bubble.ai { background: #f3f4f6; color: var(--ink-soft); border-bottom-left-radius: 3px; }

/* Kleinere functies als kaarten onderaan */
.feat-more-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr)); gap: 18px; margin-top: 8px; }

@media (max-width: 820px) {
  .feat-split { grid-template-columns: 1fr; gap: 22px; }
  .feat-split + .feat-split { margin-top: 48px; }
  .feat-split.is-reverse .feat-visual { order: 0; }
  .feat-visual .mock, .feat-visual .fmock { max-width: 100%; }
}
