/* ── Nuestros Clientes — Liam Vercceli (home) ───────────────────────────── */

.lv-clientes-section {
    padding: 56px 0 64px;
    background: #ffffff;
}

.lv-clientes-section__head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 40px;
    padding: 0 20px;
}

.lv-clientes-section__tag {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #922b21;
    margin-bottom: 10px;
}

.lv-clientes-section__title {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.45rem, 2.4vw, 2rem);
    font-weight: 700;
    color: #111827;
    margin: 0 0 12px;
    line-height: 1.25;
}

.lv-clientes-section__desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.65;
}

.lv-clientes-carousel.owl-carousel .owl-stage-outer {
    padding: 8px 0;
}

.lv-clientes-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}

.lv-clientes-logo__ring {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #ececec;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.lv-clientes-logo__ring:hover {
    transform: translateY(-4px);
    border-color: #d1d5db;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
}

.lv-clientes-logo__ring img {
    width: 68%;
    height: 68%;
    object-fit: contain;
    display: block;
    opacity: 1 !important;
}

.lv-clientes-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

@media (max-width: 767px) {
    .lv-clientes-section {
        padding: 40px 0 48px;
    }

    .lv-clientes-section__head {
        margin-bottom: 28px;
    }

    .lv-clientes-logo__ring {
        width: 84px;
        height: 84px;
    }
}
