/* =========================================
   FOOTER TIENDA VIALSA - COMPACTO LIMPIO
========================================= */

.footer-vialsa {
    margin-top: 48px;
    background:
        radial-gradient(circle at top left, color-mix(in srgb, var(--vialsa-cyan, #00a6d6) 18%, transparent), transparent 34%),
        var(--vialsa-footer, #0b2239);
    color: var(--vialsa-header-text, #ffffff);
}

.footer-main {
    padding: 34px 0 26px;
}

.footer-container {
    max-width: 1480px;
    margin: 0 auto;
    padding-left: clamp(14px, 2vw, 28px);
    padding-right: clamp(14px, 2vw, 28px);
}

/* =========================================
   MARCA
========================================= */

.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}

.footer-logo {
    width: 46px;
    height: 46px;
    object-fit: contain;
    padding: 7px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}

.footer-brand h5 {
    margin: 0;
    color: var(--vialsa-header-text, #ffffff);
    font-size: 1.15rem;
    font-weight: 950;
    letter-spacing: -.5px;
}

.footer-brand small {
    color: var(--vialsa-cyan, #93c5fd);
    font-size: .72rem;
    font-weight: 800;
}

.footer-description {
    max-width: 390px;
    margin: 0 0 16px;
    color: color-mix(in srgb, var(--vialsa-header-text, #ffffff) 78%, transparent);
    font-size: .88rem;
    line-height: 1.65;
}

/* =========================================
   REDES
========================================= */

.footer-social {
    display: flex;
    align-items: center;
    gap: 9px;
}

.footer-social a {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    color: var(--vialsa-header-text, #eaf2ff);
    text-decoration: none;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .14);
    transition: transform .18s ease, background .18s ease, color .18s ease;
}

.footer-social a:hover {
    transform: translateY(-2px);
    background: #ffffff;
    color: var(--vialsa-primary, #0757d8);
}

/* =========================================
   COLUMNAS
========================================= */

.footer-title {
    margin-bottom: 12px;
    color: var(--vialsa-header-text, #ffffff);
    font-size: .9rem;
    font-weight: 950;
}

.footer-links,
.footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 8px;
}

.footer-links a,
.footer-contact a,
.footer-contact span {
    color: color-mix(in srgb, var(--vialsa-header-text, #ffffff) 78%, transparent);
    text-decoration: none;
    font-size: .84rem;
    line-height: 1.45;
    transition: color .18s ease, padding-left .18s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
    color: var(--vialsa-header-text, #ffffff);
    padding-left: 3px;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.footer-contact i {
    margin-top: 2px;
    color: var(--vialsa-cyan, #38bdf8);
    font-size: .9rem;
    flex: 0 0 auto;
}

/* =========================================
   FOOTER BOTTOM
========================================= */

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .10);
    background: rgba(0, 0, 0, .12);
}

.footer-bottom-content {
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: #94a3b8;
    font-size: .78rem;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .footer-main {
        padding: 30px 0 24px;
    }

    .footer-description {
        max-width: 100%;
    }
}

@media (max-width: 767px) {

    .footer-vialsa {
        margin-top: 36px;
    }

    .footer-main {
        padding: 28px 0 22px;
    }

    .footer-title {
        margin-top: 8px;
    }

    .footer-bottom-content {
        min-height: auto;
        padding: 14px 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}

@media (max-width: 575px) {

    .footer-logo {
        width: 42px;
        height: 42px;
    }

    .footer-brand h5 {
        font-size: 1.05rem;
    }

    .footer-description {
        font-size: .82rem;
    }

    .footer-links a,
    .footer-contact a,
    .footer-contact span {
        font-size: .8rem;
    }
}

/* Aplicacion fuerte de colores configurables */
.footer-vialsa,
.store-footer,
footer {
    background: var(--vialsa-footer, #0b2239) !important;
    color: var(--vialsa-header-text, #ffffff) !important;
}

.footer-vialsa a,
.store-footer a,
footer a {
    color: var(--vialsa-header-text, #ffffff) !important;
}
