.td-trust-benefits {
    padding: 64px 0 30px;
    background: #fff;
}

.td-trust-benefits__head {
    max-width: 860px;
    margin: 0 auto 30px;
}

.td-trust-benefits__eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    margin-bottom: 12px;
    padding: 7px 14px;
    border: 1px solid var(--td-editorial-pill-border);
    border-radius: 999px;
    background: var(--td-editorial-pill-background);
    color: var(--td-editorial-pill-color);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.1;
    text-transform: uppercase;
    box-shadow: var(--td-editorial-pill-shadow);
}

.td-trust-benefits__title {
    margin: 0 0 10px;
    color: var(--td-title-blue);
    font-family: "Poppins", sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.04;
}

.td-trust-benefits__subtitle {
    max-width: 760px;
    margin: 0 auto;
    color: #607190;
    font-size: 1.02rem;
    font-weight: 500;
    line-height: 1.72;
}

.td-trust-benefits__grid {
    margin-top: 0;
}

.td-trust-benefit-card {
    display: block;
    height: 100%;
    padding: 28px 24px;
    border: 1px solid #e7edf7;
    border-radius: 28px;
    background: #fff;
    text-align: center;
    box-shadow: 0 22px 42px rgba(13, 29, 57, 0.06);
}

.td-trust-benefit-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    border: 1px solid var(--td-channel-phone-border);
    border-radius: 18px;
    background: var(--td-channel-phone-background);
    color: var(--td-channel-phone-color);
    font-size: 1.2rem;
    box-shadow: 0 9px 20px rgba(104, 76, 36, .1), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.td-trust-benefit-card__icon--privacy {
    border-color: var(--td-channel-email-border);
    background: var(--td-channel-email-background);
    color: var(--td-channel-email-color);
}

.td-trust-benefit-card__icon--community {
    border-color: var(--td-channel-video-border);
    background: var(--td-channel-video-background);
    color: var(--td-channel-video-color);
}

.td-trust-benefit-card__icon--reviews {
    border-color: var(--td-channel-phone-border);
    background: var(--td-channel-phone-background);
    color: var(--td-channel-phone-color);
}

.td-trust-benefit-card__icon--availability {
    border-color: #bcebcf;
    background: linear-gradient(145deg, #ebfaf1, #ceefdc);
    color: #17784f;
}

.td-trust-benefit-card h3 {
    margin: 0 0 10px;
    color: #162952;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.28;
}

.td-trust-benefit-card p {
    margin: 0;
    color: #607190;
    font-size: 0.97rem;
    font-weight: 500;
    line-height: 1.68;
}

@media (max-width: 767px) {
    .td-trust-benefits {
        padding: 48px 12px 28px;
    }

    .td-trust-benefits__head {
        margin-bottom: 20px;
    }

    .td-trust-benefits__eyebrow {
        min-height: 25px;
        margin-bottom: 8px;
        padding: 4px 9px;
        font-size: .75rem;
    }

    .td-trust-benefits__title {
        margin-bottom: 7px;
        font-size: 1.62rem;
        line-height: 1.3;
    }

    .td-trust-benefits__subtitle {
        max-width: 350px;
        font-size: 0.95rem;
        line-height: 1.5;
    }

    .td-trust-benefit-card {
        padding: 20px 18px;
        border-radius: 22px;
    }

    .td-trust-benefit-card__icon {
        width: 52px;
        height: 52px;
        margin-bottom: 14px;
    }
}
