/* Modern Footer Styles - Blue Theme */
.modern-footer {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%) !important;
    color: #f1f5f9 !important;
    padding: 4rem 0 2rem !important;
    margin-top: 4rem !important;
    position: relative !important;
    overflow: hidden !important;
    border-top: 1px solid rgba(59, 130, 246, 0.2) !important;
}

.modern-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(99, 102, 241, 0.1) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}

.modern-footer .footer-content {
    display: grid !important;
    grid-template-columns: 2fr 1fr 1fr !important;
    gap: 3rem !important;
    margin-bottom: 3rem !important;
    position: relative !important;
    z-index: 1 !important;
}

.modern-footer .footer-brand {
    max-width: 400px;
}

.modern-footer .footer-logo {
    margin-bottom: 1.5rem;
}

.modern-footer .footer-logo h3 {
    font-size: 2rem !important;
    font-weight: 700 !important;
    background: linear-gradient(135deg, #3b82f6, #6366f1) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    margin-bottom: 0.5rem !important;
}

.modern-footer .logo-badge {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2), rgba(99, 102, 241, 0.2)) !important;
    border: 1px solid rgba(59, 130, 246, 0.3) !important;
    border-radius: 20px !important;
    padding: 0.25rem 0.75rem !important;
    font-size: 0.75rem !important;
    font-weight: 500 !important;
    color: #94a3b8 !important;
    display: inline-block !important;
    backdrop-filter: blur(10px) !important;
}

.modern-footer .footer-description {
    color: #cbd5e1 !important;
    line-height: 1.6 !important;
    font-size: 0.95rem !important;
}

.modern-footer .footer-nav h4,
.modern-footer .footer-contact h4 {
    font-size: 1.125rem !important;
    font-weight: 600 !important;
    margin-bottom: 1.5rem !important;
    color: #f8fafc !important;
    position: relative !important;
}

.modern-footer .footer-nav h4::after,
.modern-footer .footer-contact h4::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 2rem;
    height: 2px;
    background: linear-gradient(90deg, #3b82f6, #6366f1);
    border-radius: 1px;
}

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

.modern-footer .footer-links li {
    margin-bottom: 0.75rem !important;
}

.modern-footer .footer-links a {
    color: #cbd5e1 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    position: relative !important;
}

.modern-footer .footer-links a:hover {
    color: #3b82f6 !important;
    transform: translateX(4px) !important;
}

.modern-footer .footer-links a::before {
    content: '';
    position: absolute;
    left: -1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #3b82f6;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modern-footer .footer-links a:hover::before {
    opacity: 1;
}

.modern-footer .contact-item {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    margin-bottom: 1rem !important;
    color: #cbd5e1 !important;
}

.modern-footer .contact-item svg {
    width: 18px !important;
    height: 18px !important;
    color: #3b82f6 !important;
    flex-shrink: 0 !important;
}

.modern-footer .footer-bottom {
    border-top: 1px solid rgba(148, 163, 184, 0.2) !important;
    padding-top: 2rem !important;
    position: relative !important;
    z-index: 1 !important;
}

.modern-footer .footer-legal {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important;
    text-align: center !important;
}

.modern-footer .legal-links {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 1rem !important;
    flex-wrap: wrap !important;
}

.modern-footer .legal-link {
    color: #94a3b8 !important;
    text-decoration: none !important;
    font-size: 0.875rem !important;
    transition: color 0.3s ease !important;
}

.modern-footer .legal-link:hover {
    color: #3b82f6 !important;
}

.modern-footer .separator {
    color: #64748b !important;
    font-size: 0.875rem !important;
}

.modern-footer .copyright {
    color: #64748b !important;
    font-size: 0.875rem !important;
    text-align: center !important;
}

/* Responsive Footer */
@media (max-width: 768px) {
    .modern-footer .footer-content {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
        text-align: center !important;
    }
    
    .modern-footer .footer-brand {
        max-width: none !important;
    }
    
    .modern-footer .footer-bottom {
        text-align: center !important;
    }
    
    .modern-footer .footer-legal {
        align-items: center !important;
    }
    
    .modern-footer .legal-links {
        justify-content: center !important;
    }
}

@media (max-width: 480px) {
    .modern-footer {
        padding: 3rem 0 1.5rem !important;
    }
    
    .modern-footer .footer-content {
        gap: 1.5rem !important;
    }
    
    .modern-footer .footer-logo h3 {
        font-size: 1.75rem !important;
    }
    
    .modern-footer .legal-links {
        flex-direction: column !important;
        gap: 0.5rem !important;
    }
    
    .modern-footer .separator {
        display: none !important;
    }
}