
/* --- 4. Trust Bar Section --- */
.wl-hero-trust-bar {
    width: 100%;
    max-width: 1320px;
    margin: 80px auto;
}

.wl-trust-line {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 158, 247, 0) 0%, #B1E5FF 48.08%, rgba(0, 158, 247, 0) 100%);
}

.wl-trust-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

.wl-trust-title {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 500;
    font-size: 28px;
    line-height: 35px;
    color: #051D38;
    margin: 0;
}

.wl-trust-badges {
    display: flex;
    align-items: center;
    gap: 50px;
}

.wl-trust-badges img {
    object-fit: contain;
    display: block;
}

.badge-g2 { height: 100px; }
.badge-capterra { height: 52px; }
.badge-iso { height: 100px; }





/* Responsive adjustments */
@media (max-width: 992px) {
    .wl-trust-content { flex-direction: column; gap: 20px; text-align: center; }
    .wl-trust-badges { gap: 10px; }
}

@media (max-width: 768px) {
    .wl-trust-content { padding: 20px 0; }
}