/* =======================================
   Trust Bar
======================================= */

.trust-bar {
    background: #050505;
    border-top: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f;
}

.trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    padding: 34px 0;
}

.trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.trust-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-icon svg {
    width: 44px;
    height: 44px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.trust-item h3 {
    color: #ffffff;
    font-size: .9rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    line-height: 1.35;
}