    /* Aislamiento total bajo el ID #clon-footer-fiel */
    #clon-footer-fiel, #clon-footer-fiel * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Montserrat', sans-serif;
    }

    #clon-footer-fiel {
        background-color: #01040a;
        color: #fff;
        padding-top: 60px;
        position: relative;
        overflow: hidden;
        border-top: 1px solid rgba(0, 229, 255, 0.4);
    }

    #clon-footer-fiel .fw-container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px 40px;
        position: relative;
        z-index: 5;
    }

    /* Fondo de ciudad con la imagen que me pasaste */
    #clon-footer-fiel .fw-city-bg {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../img/cityFooter.png'); /* Asegúrate de que el nombre coincida */
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 550px;
        opacity: 0.8;
        z-index: 1;
        pointer-events: none;
    }

    #clon-footer-fiel .fw-grid {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 30px;
    }

    #clon-footer-fiel .fw-col { flex: 1; min-width: 180px; }
    #clon-footer-fiel .fw-col-lg { flex: 1.5; }

    /* Estilos de Títulos */
    #clon-footer-fiel .fw-title {
        color: #00e5ff;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 25px;
        position: relative;
        padding-bottom: 10px;
        letter-spacing: 1px;
    }

    #clon-footer-fiel .fw-title::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 45px;
        height: 2px;
        background: #00e5ff;
    }

    /* Logo */
    #clon-footer-fiel .fw-logo-box {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 20px;
    }

    #clon-footer-fiel .fw-logo-icon { width: 45px; height: 45px; }

    #clon-footer-fiel .fw-logo-text { font-size: 24px; font-weight: 700; line-height: 1; }
    #clon-footer-fiel .fw-logo-text span { display: block; font-size: 10px; letter-spacing: 2px; font-weight: 400; color: #aaa; }

    #clon-footer-fiel .fw-desc { font-size: 13px; color: #a1a1aa; line-height: 1.6; margin-bottom: 25px; }

    /* Features con SVG */
    #clon-footer-fiel .fw-feat { display: flex; align-items: center; gap: 15px; margin-bottom: 18px; }
    #clon-footer-fiel .fw-feat svg { width: 22px; height: 22px; fill: #00e5ff; }
    #clon-footer-fiel .fw-feat-txt strong { display: block; color: #00e5ff; font-size: 12px; text-transform: uppercase; }
    #clon-footer-fiel .fw-feat-txt span { font-size: 11px; color: #a1a1aa; }

    /* Listas */
    #clon-footer-fiel .fw-list { list-style: none; }
    #clon-footer-fiel .fw-list li { margin-bottom: 12px; }
    #clon-footer-fiel .fw-list a { color: #fff; text-decoration: none; font-size: 14px; transition: 0.3s; display: flex; align-items: center; gap: 8px; }
    #clon-footer-fiel .fw-list a:hover { color: #00e5ff; padding-left: 5px; }
    #clon-footer-fiel .fw-list a::before { content: '>'; color: #00e5ff; font-weight: 700; font-size: 12px; }

    /* Columna Contacto */
    #clon-footer-fiel .fw-wa-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        border: 2px solid #00e5ff;
        border-radius: 8px;
        padding: 12px;
        color: #00e5ff;
        text-decoration: none;
        font-weight: 700;
        font-size: 11px;
        text-transform: uppercase;
        margin-bottom: 25px;
        transition: 0.3s;
        box-shadow: 0 0 10px rgba(0, 229, 255, 0.2);
    }

    #clon-footer-fiel .fw-wa-btn:hover { background: #00e5ff; color: #01040a; }
    #clon-footer-fiel .fw-wa-btn svg { width: 20px; height: 20px; fill: currentColor; }

    #clon-footer-fiel .fw-contact-row { display: flex; align-items: center; gap: 12px; margin-bottom: 15px; font-size: 13px; }
    #clon-footer-fiel .fw-contact-row svg { width: 16px; height: 16px; fill: #00e5ff; }

    /* Redes Sociales */
    #clon-footer-fiel .fw-socials { display: flex; gap: 12px; margin-top: 25px; }
    #clon-footer-fiel .fw-s-link {
        width: 38px; height: 38px; border: 1px solid #1e293b; border-radius: 50%;
        display: flex; align-items: center; justify-content: center; transition: 0.3s;
    }
    #clon-footer-fiel .fw-s-link:hover { background: #00e5ff; border-color: #00e5ff; }
    #clon-footer-fiel .fw-s-link svg { width: 16px; height: 16px; fill: #fff; }
    #clon-footer-fiel .fw-s-link:hover svg { fill: #01040a; }

    /* Barra Copyright */
    #clon-footer-fiel .fw-bottom {
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        padding: 20px;
        margin-top: 20px;
    }

    #clon-footer-fiel .fw-b-container {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        font-size: 11px;
        color: #71717a;
    }

    #clon-footer-fiel .fw-b-item { display: flex; align-items: center; gap: 8px; }
    #clon-footer-fiel .fw-b-item svg { width: 14px; height: 14px; fill: #00e5ff; }

    @media (max-width: 850px) {
        #clon-footer-fiel .fw-grid { flex-direction: column; text-align: center; }
        #clon-footer-fiel .fw-logo-box, #clon-footer-fiel .fw-feat, #clon-footer-fiel .fw-wa-btn, #clon-footer-fiel .fw-socials { justify-content: center; }
        #clon-footer-fiel .fw-title::after { left: 50%; transform: translateX(-50%); }
        #clon-footer-fiel .fw-b-container { flex-direction: column; gap: 15px; align-items: center; }
    }