.pagos-section {
    padding: 90px 0;
    background-color: var(--blanco);
}

.pagos-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}

.pagos-intro {
    text-align: center;
    margin-bottom: 80px;
    margin-top: -20px;
}

.pagos-intro h2 {
    font-size: 2.7rem;
    color: var(--azul-oscuro);
    font-weight: 800;
}

.pagos-intro p {
    color: #576574;
    font-size: 1.1rem;
    max-width: 550px;
    margin: 25px auto 0;
}

.bancos-grid-minimal {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 150px;
}

.banco-col {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banco-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 180px;
    text-decoration: none;
}

.vertical-divider {
    width: 1px;
    height: 180px;
    background-color: #57657452;
}

.logo-filter {
    max-height: 55px;
    width: auto;
    filter: grayscale(0%);
    opacity: 1;
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.logo-yape {
    max-height: 180px !important;
}

.logo-muted {
    filter: grayscale(1%) !important;
    opacity: 0.2 !important;
}

.logo-active {
    filter: grayscale(0%) !important;
    opacity: 1 !important;
    transform: none !important;
}

@media (max-width: 992px) {

    .pagos-section {
        padding: 60px 0;
    }

    .pagos-intro h2 {
        font-size: 34px;
    }

    .pagos-intro p {
        font-size: 1.1rem;
        padding: 0 15px;
    }

    .bancos-grid-minimal {
        flex-direction: column;
        margin-top: 50px;
        gap: 30px;
    }

    .vertical-divider {
        display: none;
    }

    .banco-col {
        width: 100%;
        max-width: 300px;
    }

    .banco-link {
        height: auto;
        min-height: 100px;
        padding: 20px;
    }

    .logo-filter {
        max-height: 45px;
    }

    .logo-yape {
        max-height: 130px !important;
    }

    .logo-yape {
    max-height: 160px !important;
    }
}
