
/* ================================================================
   PREMIUM FOOTER v2 - rax.ae consolidation
   Modern multi-column with gradient background
   ================================================================ */

footer {
    background: linear-gradient(180deg, #0a1628 0%, #070f1d 100%) !important;
    color: rgba(255, 255, 255, 0.85) !important;
    padding: 4rem 0 0 !important;
    border-top: 1px solid rgba(59, 130, 246, 0.1) !important;
    position: relative !important;
}

footer::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 200px !important;
    height: 1px !important;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.5), transparent) !important;
}

footer h4, footer h5 {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    margin-bottom: 1.25rem !important;
    letter-spacing: 0.02em !important;
}

footer ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

footer ul li {
    margin-bottom: 0.6rem !important;
}

footer ul li a {
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: none !important;
    font-size: 0.88rem !important;
    transition: all 0.2s ease !important;
    display: inline-block !important;
}

footer ul li a:hover {
    color: #60a5fa !important;
    transform: translateX(3px) !important;
}

footer .site-logo-footer {
    height: 32px !important;
    margin-bottom: 1rem !important;
    opacity: 0.9 !important;
}

footer .newsletter-form {
    display: flex !important;
    gap: 0.5rem !important;
}

footer .newsletter-form input {
    flex: 1 !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
    padding: 0.5rem 0.75rem !important;
    border-radius: 8px !important;
    font-size: 0.85rem !important;
    transition: border-color 0.2s ease !important;
}

footer .newsletter-form input:focus {
    outline: none !important;
    border-color: rgba(59, 130, 246, 0.5) !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

footer .newsletter-form button {
    background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
    border: none !important;
    color: #fff !important;
    padding: 0.5rem 1.2rem !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    white-space: nowrap !important;
}

footer .newsletter-form button:hover {
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.35) !important;
    transform: translateY(-1px) !important;
}

footer .footer-disclosure {
    margin-top: 2rem !important;
    padding: 1.5rem !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border-radius: 12px !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
}

footer .footer-disclosure p {
    color: rgba(255, 255, 255, 0.35) !important;
    font-size: 0.75rem !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

footer .footer-disclosure a {
    color: rgba(96, 165, 250, 0.6) !important;
    text-decoration: underline !important;
}

footer .footer-bottom {
    margin-top: 2rem !important;
    padding: 1.5rem 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
}

footer .footer-bottom a {
    color: rgba(255, 255, 255, 0.45) !important;
    font-size: 0.82rem !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

footer .footer-bottom a:hover {
    color: #60a5fa !important;
}

footer .footer-bottom p {
    color: rgba(255, 255, 255, 0.35) !important;
    font-size: 0.82rem !important;
}

/* Copyright year */
footer .copyright-year::after {
    content: '' !important;
}

footer #footerYear {
    color: rgba(255, 255, 255, 0.35) !important;
}
