@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@700;800&display=swap');

/* -------------------------------------------------
   PREMIUM UNIFIED FOOTER STYLES
   ------------------------------------------------- */

.site-footer {
    background: #050505 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 80px 0 40px !important;
    margin-top: auto !important;
    color: #f8fafc !important;
    font-family: 'Inter', sans-serif !important;
    position: relative !important;
    overflow: hidden !important;
    display: block !important;
    width: 100% !important;
}

/* Fix for aggressive .container from global-fixes.css */
.site-footer .container,
.site-footer .footer-container {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 24px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    border-radius: 0 !important;
}

/* Subtle background glow */
.site-footer::after {
    content: '' !important;
    position: absolute !important;
    bottom: -100px !important;
    right: -100px !important;
    width: 300px !important;
    height: 300px !important;
    background: radial-gradient(circle, rgba(225, 29, 72, 0.05) 0%, transparent 70%) !important;
    pointer-events: none !important;
    z-index: 0 !important;
}

.site-footer .footer-container {
    position: relative !important;
    z-index: 1 !important;
}

.site-footer .footer-main-grid {
    display: grid !important;
    grid-template-columns: 2fr 1fr 1fr 1.5fr !important;
    gap: 50px !important;
    margin-bottom: 60px !important;
}

/* Branding Column */
.site-footer .footer-brand-col .footer-logo {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    text-decoration: none !important;
    margin-bottom: 20px !important;
}

.site-footer .footer-brand-col .logo-icon {
    width: 35px !important;
    height: 35px !important;
    background: #E11D48 !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: 800 !important;
    color: white !important;
    font-size: 1.1rem !important;
    box-shadow: 0 4px 12px rgba(225, 29, 72, 0.3) !important;
}

.site-footer .footer-brand-col .footer-logo {
    display: inline-block !important;
    text-decoration: none !important;
    margin-bottom: 20px !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 800 !important;
    font-size: 1.6rem !important;
    color: #ffffff !important;
    letter-spacing: -0.5px !important;
}

.site-footer .footer-brand-col .footer-logo .logo-x {
    color: #E11D48 !important;
    font-size: 1.4em !important;
    display: inline-block !important;
    transform: translateY(2px) !important;
    line-height: 1 !important;
    margin: 0 1px !important;
    vertical-align: middle !important;
}

.site-footer .footer-tagline {
    color: #94a3b8 !important;
    font-size: 0.95rem !important;
    line-height: 1.7 !important;
    margin-bottom: 25px !important;
    max-width: 320px !important;
}

.site-footer .badge-verified {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    color: #2dd4bf !important;
    background: rgba(45, 212, 191, 0.1) !important;
    padding: 6px 12px !important;
    border-radius: 20px !important;
    border: 1px solid rgba(45, 212, 191, 0.2) !important;
}

/* Nav Columns */
.site-footer .footer-heading {
    color: #ffffff !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    margin-bottom: 25px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    position: relative !important;
    display: inline-block !important;
}

.site-footer .footer-heading::after {
    content: '' !important;
    position: absolute !important;
    bottom: -8px !important;
    left: 0 !important;
    width: 30px !important;
    height: 2px !important;
    background: #E11D48 !important;
}

.site-footer .footer-nav-links {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.site-footer .footer-nav-links li {
    margin-bottom: 12px !important;
}

.site-footer .footer-nav-links a {
    color: #94a3b8 !important;
    text-decoration: none !important;
    font-size: 0.95rem !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: block !important;
}

.site-footer .footer-nav-links a:hover {
    color: #E11D48 !important;
    transform: translateX(5px) !important;
}

/* Contact Column */
.site-footer .contact-info-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    margin-bottom: 30px !important;
}

.site-footer .contact-item {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    color: #ffffff !important;
    font-size: 0.95rem !important;
}

.site-footer .contact-item i {
    color: #E11D48 !important;
    font-size: 1rem !important;
    width: 20px !important;
}

.site-footer .footer-social-strip {
    display: flex !important;
    gap: 12px !important;
}

.site-footer .social-link {
    width: 40px !important;
    height: 40px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #cbd5e1 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.site-footer .social-link:hover {
    background: #E11D48 !important;
    color: white !important;
    border-color: #E11D48 !important;
    transform: translateY(-3px) scale(1.1) !important;
    box-shadow: 0 5px 15px rgba(225, 29, 72, 0.4) !important;
}

/* Footer Base */
.site-footer .footer-base {
    padding-top: 30px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.site-footer .footer-copyright {
    font-size: 0.9rem !important;
    color: #64748b !important;
}

.site-footer .footer-legal {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
}

.site-footer .footer-legal a {
    color: #64748b !important;
    text-decoration: none !important;
    font-size: 0.9rem !important;
    transition: color 0.3s !important;
}

.site-footer .footer-legal a:hover {
    color: white !important;
}

.site-footer .footer-legal .dot {
    width: 4px !important;
    height: 4px !important;
    background: #334155 !important;
    border-radius: 50% !important;
}

/* Responsive Grid */
@media (max-width: 1024px) {
    .site-footer .footer-main-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 40px !important;
    }
}

@media (max-width: 768px) {
    .site-footer {
        padding: 60px 0 30px !important;
        text-align: center !important;
    }

    .site-footer .footer-main-grid {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }

    .site-footer .footer-brand-col .footer-logo,
    .site-footer .badge-verified,
    .site-footer .footer-social-strip,
    .site-footer .contact-item {
        justify-content: center !important;
    }

    .site-footer .footer-brand-col .footer-logo {
        margin: 0 auto 20px !important;
    }

    .site-footer .footer-tagline {
        margin: 0 auto 25px !important;
    }

    .site-footer .footer-heading::after {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .site-footer .footer-nav-links a:hover {
        transform: scale(1.05) !important;
    }

    .site-footer .footer-base {
        flex-direction: column !important;
        gap: 20px !important;
    }
}