/* Demo homepage — no-cost value / convenience fee (clients/demo only) */

.mm-home-value {
    padding: 3.25rem 0 3.25rem;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

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

.mm-home-value-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-value-head p {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.55;
    color: rgba(26, 26, 26, 0.72);
}

.mm-home-value-claims {
    list-style: none;
    margin: 0 auto 2rem;
    padding: 0;
    max-width: 36rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1.5rem;
    text-align: center;
}

.mm-home-value-claim {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.mm-home-value-claim strong {
    font-size: clamp(1.15rem, 2.4vw, 1.35rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #1a1a1a;
    line-height: 1.2;
}

.mm-home-value-claim span {
    font-size: 0.92rem;
    line-height: 1.4;
    color: rgba(26, 26, 26, 0.62);
}

.mm-home-value-includes {
    max-width: 44rem;
    margin: 0 auto 1.75rem;
    text-align: center;
}

.mm-home-value-includes-label {
    margin: 0 0 0.85rem;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(26, 26, 26, 0.5);
}

.mm-home-value-includes ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 0.55rem;
}

.mm-home-value-includes li {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.8rem;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.3;
    color: rgba(26, 26, 26, 0.88);
    background: color-mix(in srgb, var(--primary-color) 9%, #f7f4f0);
    border: 1px solid color-mix(in srgb, var(--primary-color) 16%, transparent);
    border-radius: 999px;
}

.mm-home-value-fee {
    max-width: 40rem;
    margin: 0 auto;
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.55;
    color: rgba(26, 26, 26, 0.68);
}

.mm-home-value-fee strong {
    color: #1a1a1a;
    font-weight: 700;
}

@media (max-width: 420px) {
    .mm-home-value-claims {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}
