/* small visual tweaks */
    .accent { background: linear-gradient(90deg,#ff3b3b,#7f1d1d); color: white; }
    .muted { color:#94a3b8; }
    pre { white-space: pre-wrap; }

    /* Infographic / trust badges - subtle, keeps your color palette */
    .infographic {
      background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
      border: 1px solid rgba(148,163,184,0.06);
      padding: 1rem;
      border-radius: .5rem;
    }
    .trust-badge {
      display:inline-block;
      padding:.35rem .6rem;
      border-radius:.5rem;
      background: rgba(255,255,255,0.03);
      border:1px solid rgba(148,163,184,0.06);
      color:#f8fafc;
      font-size:.8rem;
    }
    .timeline-step { border-left:3px solid rgba(148,163,184,0.06); padding-left:1rem; margin-bottom:1rem; }
    .matrix-cell { padding:.75rem; border:1px solid rgba(148,163,184,0.05); border-radius:.375rem; background: rgba(255,255,255,0.01); }
    .small-meta { font-size:.85rem; color:#94a3b8; }