/* Footer overrides to ensure unified layout and remove bullets */
footer.tavlo-footer .tavlo-footer-bottom{
    border-top: 1px solid rgba(255,255,255,0.03);
    padding-top: 18px;
    padding-bottom: 18px;
}
footer.tavlo-footer .tavlo-footer-bottom-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    max-width:1200px;
    margin:0 auto;
    padding:0 16px;
}
footer.tavlo-footer .tavlo-footer-bottom-inner .tavlo-footer-legal-list{
    list-style:none !important;
    margin:0 !important;
    padding:0 !important;
    display:flex !important;
    gap:14px;
    align-items:center;
}
footer.tavlo-footer .tavlo-footer-bottom-inner .tavlo-footer-legal-list a{
    color: rgba(255,255,255,0.85) !important;
    text-decoration: none !important;
    font-size: 0.875rem; /* Reducido de 0.95rem a 0.875rem (14px) */
    font-family: 'Montserrat', sans-serif;
}
footer.tavlo-footer .tavlo-footer-bottom-inner .tavlo-footer-legal-list li{ margin:0; }
footer.tavlo-footer .tavlo-footer-bottom-inner .tavlo-footer-apps{
    display:flex;
    gap:8px;
    align-items:center;
}
footer.tavlo-footer .tavlo-footer-bottom-inner .tavlo-footer-apps img{
    height:36px;
    border-radius:6px;
}
@media (max-width:720px){
    footer.tavlo-footer .tavlo-footer-bottom-inner{
        flex-direction:column;
        text-align:center;
        gap:10px;
    }
}
/* Grid for main footer columns */
.tavlo-footer-content{
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 32px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 40px 16px !important;
    flex-direction: row !important;
}

/* Logo fijo y pequeño */
.tavlo-footer-logo{
    margin-bottom: 0 !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
}

.tavlo-footer-logo-img {
    height: 32px !important;
    width: auto !important;
    max-width: 110px !important;
    object-fit: contain !important;
    filter: brightness(0) invert(1) !important;
    display: block !important;
}

/* Contenedor de navegación */
.tavlo-footer-nav {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 32px !important;
    flex: 1 !important;
    width: auto !important;
}
.tavlo-footer-tagline{ color: rgba(255,255,255,0.8); margin:8px 0 12px 0; }
.tavlo-footer-cta .btn-cta{
    display:inline-block;
    background:#0f985a;
    color:#fff;
    padding:8px 14px;
    border-radius:6px;
    text-decoration:none;
    font-weight:600;
}
.tavlo-footer-column {
    min-width: 0;
}

.tavlo-footer-column .tavlo-footer-column-title{
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 14px;
    color: rgba(255,255,255,0.95);
}

.tavlo-footer-links{
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

.tavlo-footer-links li{
    margin: 6px 0;
}

.tavlo-footer-links a{
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s ease;
}

.tavlo-footer-links a:hover{
    color: rgba(255,255,255,1);
}
.tavlo-footer-social{ margin-top:12px; display:flex; gap:16px; align-items:center; justify-content:flex-start; }
.tavlo-footer-social a{ color: rgba(255,255,255,0.85); text-decoration: none; font-size: 24px; display:flex; align-items:center; justify-content:center; margin:0; }
.tavlo-footer-social a:hover{ color: rgba(255,255,255,1); }
.tavlo-footer-social img{ width:24px; height:24px; display:block; }

/* Móvil pequeño: 3 columnas con Síguenos abajo */
@media (max-width: 639px) {
    .tavlo-footer-nav {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 1rem !important;
    }

    .tavlo-footer-column:nth-child(4) {
        grid-column: 1 / -1 !important;
        margin-top: 2rem !important;
        padding-top: 2rem !important;
        border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

    .tavlo-footer-column-title {
        font-size: 0.875rem !important;
        margin-bottom: 0.75rem !important;
    }

    .tavlo-footer-links {
        font-size: 0.75rem !important;
    }

    .tavlo-footer-links li {
        margin-bottom: 0.5rem !important;
    }

    .tavlo-footer-links a {
        font-size: 0.75rem !important;
    }

    .tavlo-footer-social {
        justify-content: center !important;
        gap: 32px !important;
    }
}

/* Tablet: ajustar a 2 columnas */
@media (max-width:1200px){
    .tavlo-footer-nav {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

/* Tablet pequeño: 2 columnas */
@media (max-width:768px){
    .tavlo-footer-content {
        flex-direction: column;
        text-align: center;
        gap: 24px;
    }

    .tavlo-footer-nav {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .tavlo-footer-logo {
        justify-content: center;
        margin-bottom: 16px;
    }

    .tavlo-footer-column .tavlo-footer-column-title { text-align: center; }
    .tavlo-footer-cta { text-align: center; }
    footer.tavlo-footer .tavlo-footer-bottom-inner { justify-content: center; }

    .tavlo-footer-social {
        justify-content: center;
        gap: 24px;
    }
}

/* Móvil: todo en 1 columna */
@media (max-width:480px){
    .tavlo-footer-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 30px 12px;
    }

    .tavlo-footer-nav {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .tavlo-footer-logo {
        justify-content: center;
        margin-bottom: 12px;
    }

    .tavlo-footer-logo-img {
        height: 28px !important;
    }

    .tavlo-footer-column .tavlo-footer-column-title { text-align: center; }
    .tavlo-footer-cta { text-align: center; }
    footer.tavlo-footer .tavlo-footer-bottom-inner { justify-content: center; }

    .tavlo-footer-social {
        justify-content: center;
        gap: 24px;
    }
}
