/* Trust bar — ported from design/mockup.html (.trust). */

.section--trust_bar{background:var(--navy);color:#fff;padding:0}
.section--trust_bar .wrap{display:flex;justify-content:space-between;align-items:center;gap:28px;padding:18px 24px;flex-wrap:wrap}
.section--trust_bar .item{display:flex;align-items:center;gap:12px;font-family:var(--display);font-weight:600;font-size:17px;letter-spacing:.08em;text-transform:uppercase}
.section--trust_bar .item svg{width:20px;height:20px;color:#fff;opacity:.85}
