﻿    /* ==========================================================================       ULISES MARKETING PREMIUM FOOTER STYLES       ========================================================================== */
    #um-footer-wrapper {
        width: 100vw !important;
        position: relative !important;
        left: 50% !important;
        right: 50% !important;
        margin-left: -50vw !important;
        margin-right: -50vw !important;
        max-width: 100vw !important;
        --um-accent: #00FFA3;
        --um-bg-footer: #020B1C;
        --um-bg-prefooter: #04122C;
        --um-text-white: #ffffff;
        --um-text-muted: rgba(255, 255, 255, 0.65);
        --um-border-glass: rgba(255, 255, 255, 0.08);
        --um-transition-fast: 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
        font-family: 'Outfit', sans-serif;
        background: var(--um-bg-footer);
        color: var(--um-text-white);
        margin-top: 0;
        border: none !important;
    }

    #um-footer-wrapper * {
        box-sizing: border-box !important;
        margin: 0;
        padding: 0;
        list-style: none;
        text-decoration: none;
    }

    /* 1. SECCIÃ“N PRE-FOOTER (CTA) */
    #um-footer-wrapper .um-pre-footer {
        background: var(--um-bg-prefooter);
        padding: 100px 20px;
        text-align: center;
        border-top: 1px solid rgba(255, 255, 255, 0.03);
        border-bottom: 1px solid var(--um-border-glass);
        position: relative;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #um-footer-wrapper .um-pre-footer::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 800px;
        height: 800px;
        background: radial-gradient(circle, var(--um-accent) 0%, transparent 60%);
        filter: blur(120px);
        opacity: 0.12;
        pointer-events: none;
        z-index: 0;
    }

    #um-footer-wrapper .um-pre-footer-card {
        max-width: 1200px;
        width: 100%;
        background: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border-radius: 24px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-left: 1px solid rgba(255, 255, 255, 0.1);
        border-right: 1px solid rgba(0, 0, 0, 0.5);
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
        padding: 35px 60px;
        position: relative;
        z-index: 1;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    #um-footer-wrapper .um-pre-footer-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 25px;
    }

    #um-footer-wrapper .um-pre-footer-title {
        font-size: clamp(2.5rem, 5vw, 4rem);
        font-weight: 800;
        color: #FFFFFF;
        margin-bottom: 0;
        letter-spacing: -1px;
        line-height: 1.1;
        text-wrap: balance;
        max-width: 650px;
        text-align: center;
    }

    #um-footer-wrapper .um-pre-footer-subtitle {
        color: #9CA3AF;
        font-size: 1.25rem;
        font-weight: 400;
        max-width: 600px;
        margin: 0;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    #um-footer-wrapper .um-footer-cta {
        background: linear-gradient(135deg, var(--um-accent) 0%, #00a86b 100%) !important;
        color: #020B1C !important;
        font-weight: 800 !important;
        padding: 18px 45px !important;
        border-radius: 100px;
        text-transform: uppercase;
        font-size: 1.05rem !important;
        letter-spacing: 0.5px;
        transition: all 0.3s ease !important;
        box-shadow: 0 0 45px rgba(0, 255, 163, 0.4) !important;
        display: inline-flex;
        align-items: center;
        border: none;
        position: relative;
        overflow: hidden;
        z-index: 2;
        cursor: pointer;
    }

    #um-footer-wrapper .um-footer-cta::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
        transform: translateX(-100%) skewX(-15deg);
        transition: 0.6s ease;
        z-index: -1;
    }

    #um-footer-wrapper .um-footer-cta:hover::before {
        transform: translateX(100%) skewX(-15deg);
    }

    #um-footer-wrapper .um-footer-cta:hover {
        transform: translateY(-4px) scale(1.02);
        box-shadow: 0 0 60px rgba(0, 255, 163, 0.6) !important;
    }

    #um-footer-wrapper .um-footer-cta .cta-arrow {
        margin-left: 8px;
        font-size: 1.1rem;
        transition: transform 0.3s ease;
    }

    #um-footer-wrapper .um-footer-cta:hover .cta-arrow {
        transform: translateX(4px);
    }

    /* 2. MAIN FOOTER GRID */
    #um-footer-wrapper .um-main-footer {
        padding: 80px 20px 40px;
        max-width: 1200px;
        margin: 0 auto;
    }

    #um-footer-wrapper .um-footer-grid {
        display: grid;
        grid-template-columns: 2fr 1.2fr 1.2fr 1.5fr;
        gap: 50px;
    }

    #um-footer-wrapper .um-footer-col {
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #um-footer-wrapper .um-footer-logo {
        width: 96px;
        margin-bottom: 25px;
        display: block;
    }

    #um-footer-wrapper .um-footer-logo img {
        width: 100%;
        height: auto;
        display: block;
    }

    #um-footer-wrapper .um-footer-desc {
        color: var(--um-text-muted);
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 30px;
        max-width: 320px;
        font-weight: 400;
    }

    #um-footer-wrapper .um-social-links {
        display: flex;
        gap: 15px;
        align-items: center;
        justify-content: flex-start;
    }

    #um-footer-wrapper .um-social-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.03);
        color: var(--um-text-white);
        transition: all 0.3s ease;
        border: 1px solid rgba(255, 255, 255, 0.08);
    }

    #um-footer-wrapper .um-social-icon:hover {
        background: rgba(0, 255, 163, 0.1);
        color: var(--um-accent);
        border-color: var(--um-accent);
        transform: translateY(-4px);
        box-shadow: 0 0 20px rgba(0, 255, 163, 0.4);
    }

    #um-footer-wrapper .um-social-icon svg {
        width: 18px;
        height: 18px;
        stroke-width: 1.5;
        fill: currentColor;
        stroke: currentColor;
    }

    #um-footer-wrapper .um-social-icon.no-fill svg {
        fill: none;
    }

    #um-footer-wrapper .um-footer-title {
        color: var(--um-text-white);
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 30px;
        letter-spacing: 0.5px;
        position: relative;
    }

    #um-footer-wrapper .um-footer-title::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 25px;
        height: 2px;
        background: var(--um-accent);
        border-radius: 2px;
    }

    #um-footer-wrapper .um-footer-link {
        color: var(--um-text-muted);
        font-size: 1rem;
        margin-bottom: 16px;
        transition: all 0.3s ease;
        display: inline-flex;
        align-items: center;
        font-weight: 400;
    }

    #um-footer-wrapper .um-footer-link:hover {
        color: var(--um-accent);
        transform: translateX(4px);
        text-shadow: 0 0 10px rgba(0, 255, 163, 0.3);
    }

    #um-footer-wrapper .um-contact-item {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        color: var(--um-text-muted);
        font-size: 1rem;
        margin-bottom: 20px;
        line-height: 1.5;
        font-weight: 400;
    }

    #um-footer-wrapper .um-contact-item svg {
        width: 20px;
        height: 20px;
        stroke: var(--um-accent);
        fill: none;
        flex-shrink: 0;
        margin-top: 2px;
        stroke-width: 1.5;
    }

    #um-footer-wrapper .um-contact-link {
        color: var(--um-text-muted);
        transition: all 0.3s ease;
    }

    #um-footer-wrapper .um-contact-link:hover {
        color: var(--um-accent);
    }

    #um-footer-wrapper .um-copyright {
        margin-top: 60px;
        padding-top: 30px;
        border-top: 1px dashed var(--um-border-glass);
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #um-footer-wrapper .um-copyright p {
        color: #9CA3AF !important;
        font-size: 0.9rem;
        margin: 0;
        padding: 0;
    }

    #um-footer-wrapper .um-copyright-links {
        display: flex;
        gap: 25px;
    }

    #um-footer-wrapper .um-copyright-link {
        color: #9CA3AF;
        transition: all 0.3s ease;
    }

    #um-footer-wrapper .um-copyright-link:hover {
        color: var(--um-accent);
    }

    /* ESTILOS NEWSLETTER FOOTER */
    #um-footer-wrapper .um-footer-newsletter {
        margin-top: 25px;
        margin-bottom: 25px;
        width: 100%;
        max-width: 320px;
    }

    #um-footer-wrapper .um-footer-newsletter h4 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 8px;
        color: var(--um-accent);
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    #um-footer-wrapper .um-footer-newsletter p {
        font-size: 13px;
        color: var(--um-text-muted);
        margin-bottom: 12px;
        line-height: 1.4;
    }

    #um-footer-wrapper .um-footer-form {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    #um-footer-wrapper .um-footer-input {
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        color: #fff;
        padding: 10px 15px;
        border-radius: 6px;
        font-size: 13px;
        outline: none;
        transition: all 0.3s ease;
    }

    #um-footer-wrapper .um-footer-input:focus {
        border-color: var(--um-accent);
        background: rgba(255, 255, 255, 0.1);
    }

    #um-footer-wrapper .um-footer-input::placeholder {
        color: rgba(255, 255, 255, 0.4);
    }

    #um-footer-wrapper .um-footer-btn {
        background: linear-gradient(135deg, var(--um-accent) 0%, #00a86b 100%);
        color: #020B1C;
        border: none;
        padding: 10px 15px;
        border-radius: 6px;
        font-weight: 800;
        font-size: 13px;
        cursor: pointer;
        transition: all 0.3s ease;
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

    #um-footer-wrapper .um-footer-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 255, 163, 0.3);
    }

    #um-footer-wrapper .um-footer-msg {
        font-size: 12px;
        margin-top: 8px;
        display: none;
    }

    /* 3. RESPONSIVE MOBILE */
    @media (max-width: 1024px) {
        #um-footer-wrapper .um-pre-footer-title {
            font-size: 2.5rem;
        }

        #um-footer-wrapper .um-footer-grid {
            grid-template-columns: 1fr 1fr;
            gap: 50px;
        }
    }

    @media (max-width: 650px) {
        #um-footer-wrapper .um-pre-footer {
            padding: 60px 15px;
        }

        #um-footer-wrapper .um-pre-footer-card {
            padding: 40px 25px;
        }

        #um-footer-wrapper .um-pre-footer-title {
            font-size: 2rem;
            margin-bottom: 20px;
        }

        #um-footer-wrapper .um-pre-footer-subtitle {
            font-size: 1.1rem;
        }

        #um-footer-wrapper .um-footer-cta {
            padding: 18px 20px !important;
            font-size: 0.95rem !important;
            width: 100%;
            justify-content: center;
            text-align: center;
        }

        #um-footer-wrapper .um-footer-grid {
            grid-template-columns: 1fr;
            gap: 40px;
            align-content: start;
        }

        #um-footer-wrapper .um-footer-col {
            text-align: left;
            align-items: flex-start;
            min-height: 0;
            height: auto;
        }

        #um-footer-wrapper .um-footer-logo {
            width: 110px;
            max-width: 110px;
        }

        #um-footer-wrapper .um-main-footer {
            padding: 50px 20px 0;
        }

        #um-footer-wrapper .um-copyright {
            margin-top: 0 !important;
            padding-top: 20px;
            flex-direction: column-reverse;
            align-items: center;
            text-align: center;
            gap: 20px;
        }

        #um-footer-wrapper .um-copyright-links {
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            gap: 12px 20px;
        }

        #um-footer-wrapper .um-copyright p {
            text-align: center;
        }
    }
