/* ==============================================
   MATRIX PLAN PAGE — SCOPED OVERRIDES
   css/matrix-plan-overrides.css
   Extracted from matrix-plan.html internal <style> block
   Supplements css/style.css global styles
   ============================================== */

/* ── Keyword highlight ── */
.mp-kw { color: var(--primary-light,#818cf8); font-weight:600; }

.content-wrap { max-width:860px; margin:0 auto; }

.pull-quote {
  border-left:4px solid var(--primary,#4f46e5);
  background:linear-gradient(135deg,rgba(79,70,229,.06),rgba(124,58,237,.04));
  padding:1.1rem 1.5rem; border-radius:0 10px 10px 0;
  font-size:1.05rem; color:var(--gray-700,#334155);
  font-style:italic; margin:1.5rem 0; line-height:1.7;
}
.info-box {
  background:linear-gradient(135deg,rgba(79,70,229,.07),rgba(6,182,212,.04));
  border:1px solid rgba(79,70,229,.18); border-radius:16px;
  padding:1.5rem 1.75rem; margin:1.75rem 0;
}
.info-box-title {
  display:flex; align-items:center; gap:.6rem;
  font-family:var(--font-heading,'Sora',sans-serif);
  font-size:.95rem; font-weight:700; color:var(--primary,#4f46e5); margin-bottom:.75rem;
}
.note-box {
  background:rgba(245,158,11,.07); border:1px solid rgba(245,158,11,.25);
  border-radius:10px; padding:1rem 1.25rem; margin:1.5rem 0;
  display:flex; gap:.75rem; align-items:flex-start;
}
.note-box i { color:#f59e0b; font-size:1.1rem; margin-top:.15rem; flex-shrink:0; }
.note-box p { margin:0; font-size:.92rem; color:var(--gray-700,#334155); line-height:1.65; }

/* ── Matrix tree diagram ── */
.matrix-diagram {
  background:linear-gradient(135deg,#0c0f1a,#1a1040);
  border-radius:24px; padding:2rem; margin:2rem 0;
  border:1px solid rgba(255,255,255,.07);
  box-shadow:0 20px 60px rgba(0,0,0,.3);
}
.md-label {
  text-align:center; font-family:var(--font-heading,'Sora',sans-serif);
  font-size:.72rem; font-weight:700; letter-spacing:.12em;
  text-transform:uppercase; color:rgba(255,255,255,.4); margin-bottom:1.5rem;
}
.md-level-label {
  text-align:center; font-size:.65rem; font-weight:700;
  color:rgba(255,255,255,.3); letter-spacing:.06em; margin:0 0 .5rem;
}
.md-row { display:flex; justify-content:center; gap:.65rem; margin-bottom:.5rem; flex-wrap:wrap; }
.md-node { display:flex; flex-direction:column; align-items:center; gap:.2rem; }
.md-avatar {
  width:44px; height:44px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-size:1rem; font-weight:700; border:2px solid;
}
.md-avatar.root  { background:rgba(245,158,11,.15); border-color:#f59e0b; color:#fbbf24; box-shadow:0 0 18px rgba(245,158,11,.35); }
.md-avatar.l1    { background:rgba(79,70,229,.18);  border-color:#818cf8; color:#a5b4fc; }
.md-avatar.l2    { background:rgba(16,185,129,.15); border-color:#10b981; color:#34d399; }
.md-avatar.l3    { background:rgba(6,182,212,.12);  border-color:#06b6d4; color:#67e8f9; }
.md-avatar.spill { background:rgba(245,158,11,.12); border-color:#f59e0b; color:#fbbf24; }
.md-sm { width:36px; height:36px; font-size:.75rem; }
.md-xs { width:30px; height:30px; font-size:.65rem; }
.md-name { font-size:.6rem; font-weight:700; color:rgba(255,255,255,.7); }
.md-sub  { font-size:.55rem; color:rgba(255,255,255,.35); }
.md-vline { width:2px; height:18px; background:rgba(255,255,255,.12); margin:0 auto; }
.md-legend {
  display:flex; justify-content:center; gap:1.25rem; flex-wrap:wrap;
  margin-top:1.25rem; padding-top:1rem; border-top:1px solid rgba(255,255,255,.06);
}
.md-leg { display:flex; align-items:center; gap:.4rem; font-size:.68rem; color:rgba(255,255,255,.45); }
.md-dot { width:9px; height:9px; border-radius:50%; border:2px solid; }
.md-dot.root  { border-color:#f59e0b; }
.md-dot.l1    { border-color:#818cf8; }
.md-dot.l2    { border-color:#10b981; }
.md-dot.spill { border-color:#fbbf24; }

/* ── Tables ── */
.mp-table { width:100%; border-collapse:collapse; margin:1.5rem 0; font-size:.9rem; }
.mp-table th {
  background:var(--primary,#4f46e5); color:#fff;
  padding:.75rem 1rem; text-align:left;
  font-family:var(--font-heading,'Sora',sans-serif); font-weight:600; font-size:.85rem;
}
.mp-table th:first-child { border-radius:6px 0 0 0; }
.mp-table th:last-child  { border-radius:0 6px 0 0; }
.mp-table td { padding:.7rem 1rem; border-bottom:1px solid var(--gray-200,#e2e8f0); color:var(--gray-700,#334155); }
.mp-table tr:last-child td { border-bottom:none; }
.mp-table tr:nth-child(even) td { background:var(--gray-50,#f8fafc); }
.mp-table .hl td { background:rgba(79,70,229,.06); font-weight:600; color:var(--primary,#4f46e5); }
.mp-table .tot td { background:linear-gradient(135deg,rgba(79,70,229,.1),rgba(6,182,212,.05)); font-weight:700; border-top:2px solid var(--primary,#4f46e5); }

.cmp-wrap { overflow-x:auto; margin:1.5rem 0; }
.cmp-table { width:100%; border-collapse:collapse; font-size:.86rem; min-width:580px; }
.cmp-table th {
  background:linear-gradient(135deg,#0c0f1a,#1a1040); color:#fff;
  padding:.75rem 1rem; text-align:center;
  font-family:var(--font-heading,'Sora',sans-serif); font-size:.8rem; font-weight:600; white-space:nowrap;
}
.cmp-table th.fc { text-align:left; }
.cmp-table th.hc { background:var(--primary,#4f46e5); }
.cmp-table td { padding:.6rem 1rem; border-bottom:1px solid var(--gray-200,#e2e8f0); text-align:center; color:var(--gray-600,#475569); }
.cmp-table td.fc { text-align:left; font-weight:500; color:var(--gray-800,#1e293b); }
.cmp-table td.hc { background:rgba(79,70,229,.05); font-weight:600; color:var(--primary,#4f46e5); }
.cmp-table tr:nth-child(even) td { background:var(--gray-50,#f8fafc); }
.cmp-table tr:nth-child(even) td.hc { background:rgba(79,70,229,.08); }
.cmp-table .ck { color:#10b981; font-weight:700; }
.cmp-table .cx { color:#ef4444; }
.cmp-table .pt { color:#f59e0b; }

/* ── Card grids ── */
.mp-grid-2 { display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:1rem; margin:1.5rem 0; }
.mp-grid-3 { display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:1rem; margin:1.5rem 0; }
.mp-card {
  background:linear-gradient(135deg,rgba(79,70,229,.05),rgba(124,58,237,.03));
  border:1px solid rgba(79,70,229,.15); border-radius:16px; padding:1.4rem;
  transition:transform .2s,box-shadow .2s;
}
.mp-card:hover { transform:translateY(-3px); box-shadow:0 10px 30px rgba(79,70,229,.12); }
.mp-card-icon {
  width:44px; height:44px;
  background:linear-gradient(135deg,#4f46e5,#7c3aed);
  border-radius:10px; display:flex; align-items:center; justify-content:center;
  font-size:1rem; color:#fff; margin-bottom:.875rem;
}
.mp-card h3 { font-size:.95rem; font-weight:700; color:var(--gray-900,#0f172a); margin:0 0 .5rem; }
.mp-card p  { margin:0; font-size:.875rem; color:var(--gray-600,#475569); line-height:1.65; }

.fi-card {
  display:flex; gap:.85rem; align-items:flex-start;
  background:var(--gray-50,#f8fafc); border:1px solid var(--gray-200,#e2e8f0);
  border-radius:10px; padding:1rem 1.1rem;
  transition:border-color .2s,background .2s;
}
.fi-card:hover { border-color:rgba(79,70,229,.3); background:rgba(79,70,229,.04); }
.fi-card .fic { width:38px; height:38px; background:linear-gradient(135deg,#4f46e5,#7c3aed); border-radius:6px; display:flex; align-items:center; justify-content:center; font-size:.9rem; color:#fff; flex-shrink:0; }
.fi-card strong { display:block; font-size:.9rem; font-weight:700; color:var(--gray-900,#0f172a); margin-bottom:.25rem; }
.fi-card p { margin:0; font-size:.83rem; color:var(--gray-500,#64748b); line-height:1.55; }

/* ── Pros / Cons ── */
.pc-grid { display:grid; grid-template-columns:1fr 1fr; gap:1.25rem; margin:1.5rem 0; }
@media(max-width:640px){ .pc-grid { grid-template-columns:1fr; } }
.pros-box, .cons-box { border-radius:16px; padding:1.4rem; }
.pros-box { background:linear-gradient(135deg,rgba(16,185,129,.06),rgba(52,211,153,.03)); border:1px solid rgba(16,185,129,.2); }
.cons-box { background:linear-gradient(135deg,rgba(239,68,68,.06),rgba(248,113,113,.03)); border:1px solid rgba(239,68,68,.15); }
.pros-box h3 { color:#059669; font-size:1rem; margin:0 0 .875rem; display:flex; align-items:center; gap:.5rem; }
.cons-box h3 { color:#dc2626; font-size:1rem; margin:0 0 .875rem; display:flex; align-items:center; gap:.5rem; }
.pros-box ul, .cons-box ul { margin:0; padding:0; list-style:none; }
.pros-box li, .cons-box li {
  display:flex; gap:.6rem; align-items:flex-start;
  padding:.45rem 0; font-size:.875rem; color:var(--gray-700,#334155); line-height:1.55;
  border-bottom:1px solid rgba(0,0,0,.05);
}
.pros-box li:last-child, .cons-box li:last-child { border-bottom:none; }
.pros-box li i { color:#10b981; font-size:.75rem; margin-top:.2rem; flex-shrink:0; }
.cons-box li i { color:#ef4444; font-size:.75rem; margin-top:.2rem; flex-shrink:0; }

/* ── Cycle steps ── */
.cycle-steps { display:flex; flex-direction:column; gap:0; margin:1.5rem 0; }
.cycle-step { display:flex; gap:1rem; align-items:flex-start; padding:1rem 0; border-bottom:1px dashed var(--gray-200,#e2e8f0); }
.cycle-step:last-child { border-bottom:none; }
.cs-num { width:38px; height:38px; background:linear-gradient(135deg,#4f46e5,#7c3aed,#06b6d4); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:.85rem; font-weight:800; color:#fff; flex-shrink:0; }
.cs-body { flex:1; }
.cs-body strong { display:block; font-size:.95rem; color:var(--gray-900,#0f172a); margin-bottom:.25rem; }
.cs-body p { margin:0; font-size:.88rem; color:var(--gray-600,#475569); line-height:1.6; }

/* ── FAQ ── */
.faq-item { border:1px solid var(--gray-200,#e2e8f0); border-radius:10px; margin-bottom:.75rem; overflow:hidden; }
.faq-item.open { border-color:rgba(79,70,229,.3); }
.faq-q {
  display:flex; align-items:center; justify-content:space-between; gap:1rem;
  padding:1rem 1.25rem; cursor:pointer; background:#fff;
  font-family:var(--font-heading,'Sora',sans-serif); font-size:.95rem; font-weight:600;
  color:var(--gray-900,#0f172a); user-select:none; transition:background .2s;
}
.faq-item.open .faq-q { background:rgba(79,70,229,.04); color:var(--primary,#4f46e5); }
.faq-q i { font-size:.72rem; color:var(--primary,#4f46e5); transition:transform .25s; flex-shrink:0; }
.faq-item.open .faq-q i { transform:rotate(180deg); }
.faq-ans { max-height:0; overflow:hidden; transition:max-height .35s ease; }
.faq-ans-inner { padding:0 1.25rem 1.1rem; font-size:.9rem; color:var(--gray-600,#475569); line-height:1.72; }

/* ── Stats strip ── */
.stats-strip {
  display:grid; grid-template-columns:repeat(auto-fit,minmax(130px,1fr)); gap:1rem;
  background:linear-gradient(135deg,rgba(79,70,229,.06),rgba(6,182,212,.04));
  border:1px solid rgba(79,70,229,.12); border-radius:24px; padding:1.75rem 2rem; margin:2rem 0;
}
.stat-item { text-align:center; }
.stat-val {
  font-family:var(--font-heading,'Sora',sans-serif);
  font-size:clamp(1.4rem,2.5vw,2rem); font-weight:800;
  background:linear-gradient(135deg,#4f46e5,#7c3aed,#06b6d4);
  -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; line-height:1.1;
}
.stat-lbl { font-size:.78rem; color:var(--gray-500,#64748b); margin-top:.25rem; }

/* ── Testimonial ── */
.testimonial {
  background:linear-gradient(135deg,rgba(79,70,229,.06),rgba(124,58,237,.03));
  border:1px solid rgba(79,70,229,.15); border-radius:24px; padding:2rem; margin:2rem 0; position:relative;
}
.testimonial::before { content:'\201C'; position:absolute; top:1rem; left:1.5rem; font-size:4rem; color:rgba(79,70,229,.15); font-family:Georgia,serif; line-height:1; }
.t-text { font-size:1rem; color:var(--gray-700,#334155); line-height:1.75; margin:0 0 1.25rem; padding-left:1rem; }
.t-author { display:flex; align-items:center; gap:.875rem; }
.t-avatar { width:46px; height:46px; border-radius:50%; background:linear-gradient(135deg,#4f46e5,#7c3aed); display:flex; align-items:center; justify-content:center; font-size:1.1rem; font-weight:800; color:#fff; flex-shrink:0; }
.t-name { font-size:.95rem; font-weight:700; color:var(--gray-900,#0f172a); }
.t-role { font-size:.8rem; color:var(--gray-500,#64748b); }
.t-stars { color:#f59e0b; font-size:.85rem; }

/* ── Final CTA banner ── */
.cta-banner {
  background:linear-gradient(135deg,#1a1040,#2d1b69,#1e3a8a);
  border-radius:24px; padding:3.5rem 2.5rem; text-align:center; position:relative; overflow:hidden; margin:3rem 0 0;
}
.cta-banner::before { content:''; position:absolute; top:-40%; left:-10%; width:400px; height:400px; background:radial-gradient(circle,rgba(79,70,229,.25) 0%,transparent 70%); pointer-events:none; }
.cta-banner::after  { content:''; position:absolute; bottom:-40%; right:-5%; width:350px; height:350px; background:radial-gradient(circle,rgba(6,182,212,.2) 0%,transparent 70%); pointer-events:none; }
.cta-banner h2 { font-size:clamp(1.5rem,3vw,2.25rem); font-weight:800; color:#fff; margin-bottom:1rem; position:relative; z-index:1; }
.cta-banner p  { font-size:1.05rem; color:rgba(255,255,255,.75); max-width:540px; margin:0 auto 2rem; line-height:1.7; position:relative; z-index:1; }
.cta-btns { display:flex; gap:1rem; justify-content:center; flex-wrap:wrap; position:relative; z-index:1; }
.cta-trust { display:flex; gap:1.5rem; justify-content:center; flex-wrap:wrap; margin-top:1.75rem; position:relative; z-index:1; }
.cta-trust span { font-size:.8rem; color:rgba(255,255,255,.5); display:flex; align-items:center; gap:.4rem; }
.cta-trust span i { color:#10b981; }

/* ── Demo form section ── */
.demo-section {
  background:linear-gradient(135deg,#0c0f1a,#1a1040);
  border-radius:24px; padding:3rem 2.5rem; margin:3rem 0; border:1px solid rgba(255,255,255,.06);
}
.demo-section h2 { font-family:var(--font-heading,'Sora',sans-serif); font-size:clamp(1.4rem,2.5vw,1.9rem); font-weight:800; color:#fff; margin:0 0 .75rem; text-align:center; }

.df-grid { display:grid; grid-template-columns:1fr 1fr; gap:1rem; margin-bottom:1rem; }
@media(max-width:480px){ .df-grid { grid-template-columns:1fr; } }
.df-label { display:block; font-size:.82rem; font-weight:600; color:rgba(255,255,255,.6); margin-bottom:.4rem; }
.df-input {
  width:100%; padding:.75rem 1rem;
  background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.12);
  border-radius:10px; color:#fff; font-size:.9rem; outline:none;
  transition:border-color .2s; box-sizing:border-box;
}
.df-input:focus { border-color:rgba(79,70,229,.6); }
.df-err { display:none; font-size:.75rem; color:#f87171; margin-top:.3rem; }

/* ── Breadcrumb ── */
.breadcrumb { padding:.875rem 0; font-size:.825rem; color:var(--gray-400,#94a3b8); }
.breadcrumb a { color:var(--gray-500,#64748b); text-decoration:none; }
.breadcrumb a:hover { color:var(--primary,#4f46e5); }
.breadcrumb span { margin:0 .4rem; }

/* ── Section headings ── */
.sec-h2 { font-family:var(--font-heading,'Sora',sans-serif); font-size:clamp(1.4rem,2.5vw,1.9rem); font-weight:800; color:var(--gray-900,#0f172a); margin:2.5rem 0 1rem; }
.sec-h3 { font-size:1.15rem; font-weight:700; color:var(--gray-800,#1e293b); margin:1.5rem 0 .75rem; }
.sec-hr { border:none; border-top:1px solid var(--gray-200,#e2e8f0); margin:2.5rem 0; }

/* ── Hero ── */
.mp-hero {
  background:linear-gradient(135deg,#0c0f1a 0%,#1a1040 50%,#0c1a2e 100%);
  padding:4rem 0 3rem; position:relative; overflow:hidden;
}
.mp-hero::before { content:''; position:absolute; top:-20%; right:-10%; width:600px; height:600px; background:radial-gradient(circle,rgba(79,70,229,.15) 0%,transparent 70%); pointer-events:none; }
.mp-hero::after  { content:''; position:absolute; bottom:-20%; left:-5%; width:500px; height:500px; background:radial-gradient(circle,rgba(6,182,212,.1) 0%,transparent 70%); pointer-events:none; }

.mp-hero-inner { max-width:1200px; margin:0 auto; padding:0 1.5rem; position:relative; z-index:1; display:grid; grid-template-columns:1fr 1fr; gap:3rem; align-items:center; }
@media(max-width:900px){ .mp-hero-inner { grid-template-columns:1fr; } }

.mp-hero-badge { display:inline-flex; align-items:center; gap:.5rem; background:rgba(79,70,229,.15); border:1px solid rgba(79,70,229,.3); border-radius:9999px; padding:.4rem 1rem; margin-bottom:1.5rem; }
.mp-hero-badge i { color:#818cf8; font-size:.85rem; }
.mp-hero-badge span { font-size:.78rem; font-weight:600; color:rgba(255,255,255,.75); letter-spacing:.04em; }

.mp-hero h1 { font-family:var(--font-heading,'Sora',sans-serif); font-size:clamp(1.9rem,3.5vw,2.9rem); font-weight:800; color:#fff; line-height:1.15; margin-bottom:1.25rem; }
.mp-hero h1 .hl { background:linear-gradient(135deg,#818cf8,#06b6d4); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }

.mp-hero-sub { font-size:clamp(.95rem,1.3vw,1.1rem); color:rgba(255,255,255,.7); line-height:1.7; margin-bottom:2rem; max-width:520px; }
.mp-hero-ctas { display:flex; flex-wrap:wrap; gap:1rem; margin-bottom:2rem; }

.mp-hero-trust { display:flex; flex-wrap:wrap; gap:1.25rem; }
.mp-hero-trust div { display:flex; align-items:center; gap:.5rem; font-size:.82rem; color:rgba(255,255,255,.5); }
.mp-hero-trust i { color:#10b981; }

/* ── Hero diagram (right side) ── */
.hero-matrix-visual {
  background:linear-gradient(135deg,#111827,#1e1b4b);
  border-radius:20px; padding:1.75rem; border:1px solid rgba(255,255,255,.08);
  box-shadow:0 24px 64px rgba(0,0,0,.5);
}
.hmv-title { font-family:var(--font-heading,'Sora',sans-serif); font-size:.72rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:rgba(255,255,255,.4); text-align:center; margin-bottom:1.25rem; }
.hmv-row { display:flex; justify-content:center; gap:.5rem; margin-bottom:.4rem; flex-wrap:wrap; }
.hmv-node { display:flex; flex-direction:column; align-items:center; gap:.15rem; }
.hmv-ball {
  width:42px; height:42px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  font-size:.85rem; font-weight:700; border:2px solid; position:relative;
}
.hmv-ball.you  { background:rgba(245,158,11,.2); border-color:#f59e0b; color:#fbbf24; box-shadow:0 0 18px rgba(245,158,11,.4); }
.hmv-ball.l1   { background:rgba(99,102,241,.2); border-color:#818cf8; color:#a5b4fc; width:36px; height:36px; font-size:.75rem; }
.hmv-ball.l2   { background:rgba(16,185,129,.15); border-color:#10b981; color:#34d399; width:30px; height:30px; font-size:.65rem; }
.hmv-ball.l3   { background:rgba(6,182,212,.12); border-color:#06b6d4; color:#67e8f9; width:26px; height:26px; font-size:.6rem; }
.hmv-ball.spill{ background:rgba(245,158,11,.12); border-color:#f59e0b; color:#fbbf24; width:26px; height:26px; font-size:.6rem; }
.hmv-lbl { font-size:.55rem; color:rgba(255,255,255,.5); }
.hmv-vline { width:2px; height:14px; background:rgba(255,255,255,.1); margin:0 auto; }

.hmv-stats { display:grid; grid-template-columns:1fr 1fr 1fr; gap:.5rem; margin-top:1.25rem; }
.hmv-stat { background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.07); border-radius:8px; padding:.6rem .5rem; text-align:center; }
.hmv-stat .val { font-family:var(--font-heading,'Sora',sans-serif); font-size:.95rem; font-weight:800; background:linear-gradient(135deg,#818cf8,#06b6d4); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.hmv-stat .key { font-size:.6rem; color:rgba(255,255,255,.4); }

.hmv-badges { display:flex; gap:.5rem; flex-wrap:wrap; margin-top:1rem; justify-content:center; }
.hmv-badge { display:inline-flex; align-items:center; gap:.35rem; background:rgba(79,70,229,.12); border:1px solid rgba(79,70,229,.25); border-radius:6px; padding:.3rem .65rem; font-size:.68rem; font-weight:600; color:#a5b4fc; }

/* ── Use-case cards ── */
.uc-card { text-align:center; padding:1.5rem 1rem; border-radius:16px; background:linear-gradient(135deg,rgba(79,70,229,.05),rgba(6,182,212,.04)); border:1px solid rgba(79,70,229,.12); transition:transform .2s,box-shadow .2s; }
.uc-card:hover { transform:translateY(-3px); box-shadow:0 8px 24px rgba(79,70,229,.12); }
.uc-icon { font-size:2rem; margin-bottom:.75rem; display:block; }
.uc-card h3 { font-size:.9rem; font-weight:700; color:var(--gray-900,#0f172a); margin:0 0 .35rem; }
.uc-card p  { font-size:.8rem; color:var(--gray-500,#64748b); margin:0; line-height:1.5; }

/* ── Trust badges ── */
.trust-badges { display:flex; flex-wrap:wrap; gap:1rem; justify-content:center; padding:1.5rem; background:var(--gray-50,#f8fafc); border:1px solid var(--gray-200,#e2e8f0); border-radius:16px; margin:2rem 0; }
.tb { text-align:center; padding:.75rem 1.25rem; }
.tb .ic { font-size:1.5rem; margin-bottom:.25rem; }
.tb .lb { font-size:.75rem; font-weight:700; color:var(--gray-700,#334155); }

/* ── Related links ── */
.related-link { display:flex; align-items:center; gap:.75rem; padding:1rem 1.1rem; background:var(--gray-50,#f8fafc); border:1px solid var(--gray-200,#e2e8f0); border-radius:12px; text-decoration:none; color:var(--gray-700,#334155); font-size:.875rem; font-weight:500; transition:border-color .2s,background .2s; }
.related-link:hover { border-color:rgba(79,70,229,.3); background:rgba(79,70,229,.04); color:var(--primary,#4f46e5); }

/* Force hero matrix visual to always display */
.hero-matrix-visual { display: block !important; }

/* ── Responsive ── */
@media(max-width:900px){
  .hero-matrix-visual { margin-top:2rem; }
}
@media(max-width:768px){
  .cta-banner { padding:2.5rem 1.5rem; }
  .mp-table  { font-size:.8rem; }
  .mp-table th, .mp-table td { padding:.55rem .65rem; }
  .stats-strip { padding:1.25rem; }
  .demo-section { padding:2rem 1.25rem; }
  .hero-matrix-visual { margin-top:1.5rem; }
}
