/* ========== TRUST BAR ========== */
.trust-bar-wrap{
  max-width:1400px;
  margin:0 auto;
}
  .trustbar{padding:0;background:#fff;border-bottom:1px solid var(--line)}
  .trustbar .row-box{display:grid;grid-template-columns:repeat(4,1fr);max-width:var(--max);margin:0 auto;padding:0 40px}
  .trust-cell{padding:22px 24px;display:flex;align-items:center;gap:14px;font-size:13px;color:var(--ink-2);letter-spacing:0.02em;font-weight:400}
  .trust-cell + .trust-cell{border-left:1px solid var(--line)}
  .trust-cell svg{flex-shrink:0;width:20px;height:20px;stroke:var(--aubergine);stroke-width:1.4;fill:none;stroke-linecap:round;stroke-linejoin:round}
