.trust-section {
    padding: var(--section-padding-desktop);
}

.trust-section--light {
    background-color: var(--color-white);
}

.trust-section--grey {
    background-color: var(--color-gray-100);
}

.trust-section__header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 48px;
}

.trust-section__label {
    display: inline-block;
    margin-bottom: 12px;
}

.trust-section__title {
    margin-bottom: 16px;
}

.trust-section__intro {
    margin-bottom: 0;
}

.trust-section__row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 48px 60px;
    padding: 48px 0;
    border-top: 1px solid var(--color-gray-200);
    border-bottom: 1px solid var(--color-gray-200);
}

.trust-section__badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.trust-section__icon {
    width: 80px;
    height: 80px;
    background-color: var(--color-gray-100);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-size: var(--text-sm);
    font-weight: 600;
    letter-spacing: 0.05em;
}

.trust-section__badge-label {
    font-size: var(--text-sm);
    max-width: 140px;
}

.trust-section__footer {
    max-width: 800px;
    margin: 48px auto 0;
    text-align: center;
}

.trust-section__footer-text {
    font-size: var(--text-lg);
    line-height: 1.8;
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .trust-section {
        padding: var(--section-padding-mobile);
    }
}
