/* ============================================
   Footer — Ultra-Modern Luxury & High-Contrast Design
   Aesthetic: Deep Obsidian, Sunset Coral & Royal Sapphire Glow
   ============================================ */

.site-footer {
    background: linear-gradient(180deg, #0e121e 0%, #07090f 100%);
    position: relative;
    padding: 5rem 0 0;
    color: rgba(255, 255, 255, 0.75);
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Glowing Top Multi-Tone Accent Line */
.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, 
        rgba(243, 112, 33, 0) 0%, 
        rgba(243, 112, 33, 0.9) 25%, 
        rgba(37, 99, 235, 0.9) 75%, 
        rgba(37, 99, 235, 0) 100%);
    box-shadow: 0 0 16px rgba(243, 112, 33, 0.5);
}

/* Ambient Radial Glow in Corners */
.footer-ambient-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    pointer-events: none;
    z-index: 0;
}

.footer-glow-1 {
    top: 0;
    left: -10%;
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, rgba(243, 112, 33, 0.08) 0%, transparent 70%);
}

.footer-glow-2 {
    bottom: 0;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.08) 0%, transparent 70%);
}

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

/* Main Grid Layout */
.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 0.9fr 1.1fr 1.1fr;
    gap: 3rem;
    padding-bottom: 4rem;
}

/* Column Titles */
.footer-col .footer-title {
    font-size: 0.95rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    display: inline-block;
}

.footer-col .footer-title::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 28px;
    height: 2px;
    background: var(--color-primary, #F37021);
    border-radius: 2px;
    box-shadow: 0 0 8px rgba(243, 112, 33, 0.6);
}

/* Column 1: Brand & Badges */
.footer-brand {
    margin-bottom: 1.35rem;
}

.footer-logo {
    height: 82px;
    width: auto;
    margin-bottom: 1rem;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.footer-logo:hover {
    transform: scale(1.03);
    filter: drop-shadow(0 0 12px rgba(243, 112, 33, 0.3));
}

.footer-tagline {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.6;
    margin-bottom: 1.25rem;
    max-width: 320px;
}

/* Island Trust Pill */
.footer-trust-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.95rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    font-size: 0.78rem;
    font-weight: 600;
    color: #e2e8f0;
    margin-bottom: 1.5rem;
}

.footer-trust-badge span.dot {
    width: 6px;
    height: 6px;
    background: #10B981;
    border-radius: 50%;
    box-shadow: 0 0 8px #10B981;
}

/* Social Media Pill Buttons */
.footer-social {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-social a:hover {
    background: var(--color-primary, #F37021);
    color: #ffffff;
    transform: translateY(-4px) scale(1.08);
    border-color: var(--color-primary, #F37021);
    box-shadow: 0 8px 20px rgba(243, 112, 33, 0.4);
}

.footer-social a svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

/* Column 2: Quick Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.footer-links li a {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.footer-links li a .link-arrow {
    font-size: 0.75rem;
    opacity: 0;
    transform: translateX(-4px);
    transition: all 0.25s ease;
    color: var(--color-primary, #F37021);
}

.footer-links li a:hover {
    color: #ffffff;
    transform: translateX(4px);
}

.footer-links li a:hover .link-arrow {
    opacity: 1;
    transform: translateX(0);
}

/* Column 3: Contact Us */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.15rem;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    font-size: 0.9rem;
}

.footer-contact-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: rgba(243, 112, 33, 0.12);
    border: 1px solid rgba(243, 112, 33, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.footer-contact li:hover .footer-contact-icon {
    background: var(--color-primary, #F37021);
    transform: scale(1.08);
    box-shadow: 0 4px 14px rgba(243, 112, 33, 0.35);
}

.footer-contact-icon svg {
    width: 16px;
    height: 16px;
    fill: var(--color-primary, #F37021);
    transition: fill 0.3s ease;
}

.footer-contact li:hover .footer-contact-icon svg {
    fill: #ffffff;
}

.footer-contact a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    transition: color 0.2s ease;
    display: inline-block;
    line-height: 1.45;
}

.footer-contact a:hover {
    color: var(--color-primary, #F37021);
}

.footer-contact span {
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.45;
}

/* Column 4: Hours & VIP Dispatch Card */
.footer-hours-card {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 1.35rem 1.4rem;
    margin-bottom: 1.25rem;
}

.footer-hours-row {
    margin-bottom: 0.95rem;
}

.footer-hours-row:last-child {
    margin-bottom: 0;
}

.footer-hours-row strong {
    color: #ffffff;
    font-size: 0.86rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.2rem;
}

.footer-hours-row span {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.82rem;
    display: block;
}

/* 24/7 VIP Dispatch Notice */
.footer-dispatch-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: 100px;
    font-size: 0.78rem;
    font-weight: 700;
    color: #34D399;
}

.footer-dispatch-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #10B981;
    box-shadow: 0 0 10px #10B981;
    animation: footerPulse 2s infinite ease-in-out;
}

@keyframes footerPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(1.3); }
}

/* ============================================
   Bottom Copyright & Back To Top Row
   ============================================ */

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.75rem 0;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
}

.footer-bottom-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.footer-bottom p {
    font-size: 0.86rem;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 0;
}

.footer-bottom p a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-bottom p a:hover {
    color: var(--color-primary, #F37021);
}

/* Scroll To Top Button */
.footer-back-to-top {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 1.1rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.footer-back-to-top:hover {
    background: var(--color-primary, #F37021);
    border-color: var(--color-primary, #F37021);
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(243, 112, 33, 0.35);
}

.footer-back-to-top svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
    transition: transform 0.3s ease;
}

.footer-back-to-top:hover svg {
    transform: translateY(-2px);
}

/* Responsive Footer */
@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem;
    }
}

@media (max-width: 576px) {
    .site-footer {
        padding-top: 3.5rem;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 2.25rem;
        padding-bottom: 2.5rem;
    }
    .footer-bottom-flex {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
}
