/* --- CONFIGURACIÓN BASE FOOTER --- */
.footer-dark {
    background: #001a35;
    color: #fff;
    padding-top: 80px;
}

.footer-main-area {
    padding-bottom: 40px;
}

.widget-title {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.widget-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 35px;
    height: 3px;
    background: #ff0000;
}

/* --- LOGOS Y PARTNERS (GRILLA OPTIMIZADA) --- */
.main-footer-logo {
    max-width: 220px;
    height: auto;
    margin-bottom: 20px;
}

/* Contenedor para los logos de Hunter Douglas */
.footer-badges-grid {
    display: flex;
    flex-direction: column;
    gap: 15px; /* Menos espacio entre logos */
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Estilo para el SVG Horizontal Blanco */
.hd-footer-svg {
    max-width: 180px; /* Reducido de 280px a 180px */
    height: auto;
    /* filter: brightness(0) invert(1); Blanco puro */
    opacity: 1; /* Quitamos la opacidad para que se vea claro */
    display: block;
}

/* Estilo para el logo 2 (Distribuidor Autorizado) con fondo blanco */
.badge-item-authorized {
    background: #ffffff;
    padding: 8px 12px; /* Padding más ajustado */
    border-radius: 4px;
    border-left: 3px solid #ff0000;
    display: inline-block;
    max-width: 140px; /* Reducido de 180px a 140px */
}



.auth-partner-logo {
    width: 40%;
    height: auto;
    display: block;
}

/* --- TEXTOS Y LINKS --- */
.footer-intro p {
    color: #a0b1c2;
    line-height: 1.6;
    font-size: 0.9rem;
    margin-top: 15px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links li a {
    color: #a0b1c2;
    font-size: 0.9rem;
    transition: 0.3s;
    text-decoration: none;
}

.footer-links li a:hover {
    color: #ff0000;
    padding-left: 8px;
}

/* --- CONTACTO --- */
.footer-contact-info .single-info {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.footer-contact-info .info-icon {
    min-width: 25px;
    margin-right: 15px;
    margin-top: 4px;
}

.footer-contact-info .info-icon i {
    color: #ff0000 !important;
    font-size: 1rem;
}

.footer-contact-info p,
.footer-contact-info p a {
    color: #a0b1c2;
    margin-bottom: 0;
    font-size: 0.9rem;
    text-decoration: none;
    transition: 0.3s;
}

.footer-contact-info p a:hover {
    color: #fff;
}

/* --- REDES SOCIALES --- */
.footer-social-v2 {
    display: flex;
    margin-top: 30px;
}

.footer-social-v2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
    margin-right: 12px;
    transition: 0.3s;
}

/* --- FIX REDES SOCIALES (ICONOS X) --- */
/* Aseguramos que use la fuente correcta de Font Awesome 5 o 6 */
.footer-social-v2 a i {
    color: #ffffff !important;
    font-size: 1.1rem;
    font-family: "Font Awesome 5 Brands" !important; /* Forzamos la familia de marcas */
    font-weight: 400;
}


.footer-social-v2 a:hover {
    background: #ff0000;
    transform: translateY(-3px);
}

.footer-social-v2 a i {
    color: #ffffff !important;
    font-size: 1.1rem;
}

/* --- BOTTOM BAR --- */
.footer-bottom-area {
    background: #001226;
    padding: 25px 0;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.footer-copy p {
    color: #708496;
    margin: 0;
    font-size: 0.8rem;
}

.dev-signature {
    text-align: right;
}

.dev-signature p {
    color: #708496;
    font-size: 0.85rem;
    margin: 0;
}

.dev-name {
    color: #fff;
    font-weight: 700;
    border-bottom: 2px solid #ff0000;
    transition: 0.3s;
    text-decoration: none;
}

.dev-link i {
    color: #25d366;
    margin-left: 8px;
    font-size: 1.1rem;
}


.dev-signature p {
    color: #708496;
    font-size: 0.85rem;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.dev-name {
    color: #fff;
    font-weight: 700;
    transition: 0.3s;
    text-decoration: none;
}

.dev-specialty {
    font-size: 0.75rem;
    color: #a0b1c2;
    font-weight: 400;
    margin-right: 5px;
}

.dev-link {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: 0.3s;
}

.dev-link:hover .dev-name {
    color: #ff0000; /* El rojo de Comercial HPL para coherencia */
}

.dev-link i {
    color: #25d366;
    margin-left: 8px;
    font-size: 1.1rem;
    filter: drop-shadow(0 0 5px rgba(37, 211, 102, 0.3));
}

@media (max-width: 991px) {
    .dev-signature p {
        justify-content: center;
        margin-top: 15px;
    }
}
