/* Demo homepage — trust / credibility (clients/demo only) */

.mm-home-trust {
    padding: 3.25rem 0 3rem;
    background: linear-gradient(
        180deg,
        #f7f4f0 0%,
        color-mix(in srgb, var(--secondary-color, var(--primary-color)) 7%, #faf6f2) 100%
    );
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.mm-home-trust-head {
    text-align: center;
    max-width: 38rem;
    margin: 0 auto 2rem;
}

.mm-home-trust-head h2 {
    font-size: clamp(1.45rem, 3vw, 1.9rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--primary-color);
    margin: 0 0 0.5rem;
}

.mm-home-trust-head p {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.55;
    color: rgba(26, 26, 26, 0.72);
}

.mm-home-trust-points {
    list-style: none;
    margin: 0 auto 2rem;
    padding: 0;
    max-width: 52rem;
    display: grid;
    gap: 1.1rem;
}

@media (min-width: 720px) {
    .mm-home-trust-points {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem 1.75rem;
    }
}

.mm-home-trust-points li {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
}

.mm-home-trust-points i {
    flex-shrink: 0;
    width: 2.1rem;
    height: 2.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: color-mix(in srgb, var(--primary-color) 14%, transparent);
    color: var(--primary-color);
    font-size: 0.95rem;
    margin-top: 0.1rem;
}

.mm-home-trust-points strong {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.2rem;
}

.mm-home-trust-points span {
    display: block;
    font-size: 0.92rem;
    line-height: 1.5;
    color: rgba(26, 26, 26, 0.72);
}

.mm-home-trust-quote {
    margin: 0 auto;
    max-width: 36rem;
    text-align: center;
    padding: 0;
    border: 0;
}

.mm-home-trust-quote p {
    margin: 0;
    font-size: clamp(1.35rem, 3.1vw, 2rem);
    line-height: 1.28;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: var(--primary-color);
}
