/* ═══════════════════════════════════════════════════════════════════════
   NIEUWE PAGINA'S (mx-*) — sector-, doelgroep-, case-, werkwijze-, invest-,
   vergelijk-, security- en over-ons-pagina's. Overgenomen uit het
   enterprise-mockup, ontdaan van de SPA-only (.mx-page/.mx-tab/.ph-*/z-*)
   en crop-hacks. Beeld staat clean/gecentreerd via .mx-figure.
   ═══════════════════════════════════════════════════════════════════════ */

/* Clean, gecentreerd screenshot-frame (vervangt de 86%/cover/z-crop hacks) */
.mx-figure { width:100%; max-width:640px; margin:0 auto; border-radius:16px; overflow:hidden;
  border:1px solid rgba(0,0,0,0.07); box-shadow:0 8px 30px rgba(12,92,168,0.10); background:#fff; }
.mx-figure img { width:100%; height:auto; display:block; }
/* In hero-kolom altijd netjes centreren */
.hero-image-col .mx-figure { align-self:center; }

/* Generieke content-sectie */
.mx-section { padding:90px 24px; max-width:1400px; margin:0 auto; }
.mx-section.mx-tight { padding-top:30px; }
.mx-center { text-align:center; max-width:720px; margin:0 auto 56px; }
.mx-center h2 { font-size:clamp(26px,3.2vw,38px); font-weight:500; letter-spacing:-0.01em; margin:0 0 14px; text-wrap:balance; }
.mx-center p { font-size:15.5px; line-height:1.7; color:var(--grey-42); margin:0; }

/* Aanpak — fasetijdlijn */
.mx-phases { max-width:1080px; margin:0 auto; display:grid; gap:0; }
.mx-phase { display:grid; grid-template-columns:64px 1fr; gap:0 28px; position:relative; padding-bottom:44px; }
.mx-phase:last-child { padding-bottom:0; }
.mx-phase::before { content:""; position:absolute; left:31px; top:52px; bottom:8px; width:2px;
  background:linear-gradient(to bottom, rgba(0,129,234,0.35), rgba(0,129,234,0.08)); }
.mx-phase:last-child::before { display:none; }
.mx-phase-dot { width:64px; height:64px; border-radius:50%; background:#fff; border:1px solid rgba(12,92,168,0.25);
  box-shadow:0 4px 14px rgba(12,92,168,0.10); display:flex; align-items:center; justify-content:center;
  font-size:18px; font-weight:500; color:#0C5CA8; position:relative; z-index:1; }
.mx-phase h3 { font-size:19px; font-weight:500; margin:10px 0 6px; color:var(--grey-10); }
.mx-phase-week { font-size:10px; font-weight:500; letter-spacing:0.2em; text-transform:uppercase; color:var(--azure-46); }
.mx-phase p { font-size:14.5px; line-height:1.65; color:var(--grey-42); max-width:640px; margin:0; }

/* Kaartgrid (security, over ons, overzichten) */
.mx-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; max-width:1180px; margin:0 auto; }
.mx-card { background:#fff; border:1px solid rgba(0,0,0,0.07); border-radius:16px; padding:26px 24px;
  box-shadow:0 3px 14px rgba(0,0,0,0.05); }
.mx-card h3 { font-size:16.5px; font-weight:500; margin:14px 0 8px; color:var(--grey-10); }
.mx-card p { font-size:13.5px; line-height:1.65; color:var(--grey-42); margin:0; }
.mx-ico { width:38px; height:38px; border-radius:10px; background:rgba(0,129,234,0.09);
  display:flex; align-items:center; justify-content:center; color:#0C5CA8; }

/* Grote stat-kaarten (case) */
.mx-stats { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; max-width:1080px; margin:0 auto; }
.mx-stat { background:linear-gradient(150deg,#0C5CA8,#0081EA); border-radius:16px; padding:30px 26px; color:#fff; }
.mx-stat .v { display:block; font-size:clamp(30px,3.4vw,44px); font-weight:500; letter-spacing:-0.02em; font-variant-numeric:tabular-nums; }
.mx-stat .l { display:block; font-size:13px; opacity:.85; margin-top:6px; line-height:1.5; }
.mx-stat.alt { background:#fff; color:var(--grey-10); border:1px solid rgba(0,0,0,0.07); }
.mx-stat.alt .v { color:#0C5CA8; } .mx-stat.alt .l { color:var(--grey-42); opacity:1; }

/* Case-verhaal */
.mx-prose { max-width:680px; margin:0 auto; }
.mx-prose h2 { font-size:24px; font-weight:500; margin:52px 0 14px; }
.mx-prose h2:first-child { margin-top:0; }
.mx-prose p { font-size:15.5px; line-height:1.75; color:#3A3A3A; margin:0 0 16px; }
.mx-prose ul { font-size:15.5px; line-height:1.75; color:#3A3A3A; padding-left:22px; margin:0 0 16px; }
.mx-case-meta { display:flex; flex-wrap:wrap; gap:12px 34px; padding:18px 0; margin:26px 0 0;
  border-top:1px solid rgba(0,0,0,0.08); }
.mx-case-meta div { font-size:13px; color:var(--grey-42); }
.mx-case-meta strong { display:block; font-size:10px; font-weight:500; letter-spacing:0.18em;
  text-transform:uppercase; color:var(--azure-46); margin-bottom:3px; }
.mx-quote { max-width:680px; margin:56px auto; padding:30px 34px; background:#F6F9FD; border-radius:16px; }
.mx-quote p { font-size:17px; line-height:1.65; font-style:italic; color:var(--grey-10); margin:0 0 12px; }
.mx-quote cite { font-size:13px; font-style:normal; color:var(--grey-42); }

/* Vergelijkingstabel */
.mx-compare-wrap { max-width:1080px; margin:0 auto; overflow-x:auto; border:1px solid rgba(0,0,0,0.07);
  border-radius:16px; background:#fff; box-shadow:0 3px 14px rgba(0,0,0,0.05); }
.mx-compare { width:100%; min-width:760px; border-collapse:collapse; font-size:13.5px; }
.mx-compare th, .mx-compare td { padding:14px 18px; text-align:left; vertical-align:top;
  border-bottom:1px solid rgba(0,0,0,0.06); line-height:1.55; }
.mx-compare tr:last-child th, .mx-compare tr:last-child td { border-bottom:none; }
.mx-compare thead th { font-size:12.5px; font-weight:500; color:var(--grey-10); padding-top:18px; padding-bottom:14px; }
.mx-compare thead th small { display:block; font-weight:300; color:var(--grey-42); font-size:11px; margin-top:2px; }
.mx-compare tbody th { font-weight:500; color:var(--grey-10); font-size:12.5px; width:20%; }
.mx-compare td { color:var(--grey-42); width:26.6%; }
.mx-compare .dfy { background:rgba(0,129,234,0.055); color:#20415e; }
.mx-compare thead .dfy { color:#0C5CA8; }

/* Proof of Value / accent-paneel */
.mx-pov { max-width:980px; margin:0 auto; background:#F6F9FD; border:1px solid rgba(12,92,168,0.14);
  border-radius:20px; padding:44px 48px; }
.mx-pov h2 { font-size:clamp(22px,2.6vw,30px); font-weight:500; letter-spacing:-0.01em; margin:14px 0 12px; text-wrap:balance; }
.mx-pov > p { font-size:15px; line-height:1.7; color:#3A3A3A; margin:0; max-width:680px; }
.mx-pov-facts { display:flex; flex-wrap:wrap; gap:14px 40px; margin-top:26px; padding-top:22px;
  border-top:1px solid rgba(12,92,168,0.12); }
.mx-pov-facts div { font-size:13px; color:var(--grey-42); line-height:1.5; }
.mx-pov-facts strong { display:block; font-size:15px; font-weight:500; color:var(--grey-10); margin-bottom:2px; }

/* Methode — SVG-diagramkader (standalone, geen .mx-shot nodig) */
.mx-diagram { background:#fff; border:1px solid rgba(0,0,0,0.07); border-radius:16px; padding:24px;
  display:flex; align-items:center; justify-content:center; box-shadow:0 3px 14px rgba(0,0,0,0.05); }
.mx-diagram svg { width:100%; height:auto; }
.mx-diagram text { font-family:inherit; }

@media (max-width: 900px) {
  .mx-grid, .mx-stats { grid-template-columns:1fr; }
  .mx-phase { grid-template-columns:48px 1fr; gap:0 18px; }
  .mx-phase-dot { width:48px; height:48px; font-size:15px; }
  .mx-phase::before { left:23px; }
  .mx-section { padding:60px 20px; }
  .mx-pov { padding:30px 24px; }
}

/* Testimonials op de nieuwe pagina's: verticale ademruimte (homepage houdt padding:0). */
.testimonials-section.mx-testimonials { padding-top:100px; padding-bottom:100px; }
@media (max-width: 900px) {
  .testimonials-section.mx-testimonials { padding-top:60px; padding-bottom:60px; }
}
