﻿.site-footer {
    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a2e 50%, #16213e 100%);
    color: rgba(255, 255, 255, 0.8);
    padding: 3rem 0 1rem;
    margin-top: auto;
    border-top: 1px solid rgba(0, 191, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 191, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(30, 144, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.footer-content {
    position: relative;
    z-index: 1;
}

.footer-brand .brand-name {
    font-family: 'Orbitron', 'Quicksand', monospace;
    font-weight: 700;
    color: #00BFFF;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    text-shadow: 0 0 10px rgba(0, 191, 255, 0.3);
}

.footer-brand .brand-tagline {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0;
}

.footer-title {
    color: white;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 1rem;
    font-family: 'Quicksand', system-ui, sans-serif;
}

.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav li {
    margin-bottom: 0.5rem;
}

.footer-nav a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    font-family: 'Quicksand', system-ui, sans-serif;
    display: inline-block;
}

.footer-nav a:hover {
    color: #00BFFF;
    text-decoration: none;
    transform: translateX(5px);
}

.affiliate-disclaimer {
    background: rgba(0, 191, 255, 0.1);
    border: 1px solid rgba(0, 191, 255, 0.2);
    border-radius: 8px;
    padding: 1rem;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.disclaimer-text {
    font-size: 0.85rem;
    line-height: 1.4;
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Quicksand', system-ui, sans-serif;
}

.disclaimer-text i {
    color: #00BFFF;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.5rem;
    margin-top: 2rem;
}

.copyright p {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Quicksand', system-ui, sans-serif;
}

.footer-meta {
    text-align: right;
}

.build-info {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Quicksand', system-ui, sans-serif;
}

/* Enhanced Responsive Design */
@media (max-width: 1200px) {
    .site-footer {
        padding: 2.5rem 0 1rem;
    }
    
    .footer-brand .brand-name {
        font-size: 1.4rem;
    }
    
    .footer-title {
        font-size: 0.95rem;
    }
    
    .footer-nav a {
        font-size: 0.85rem;
    }
}

@media (max-width: 992px) {
    .site-footer {
        padding: 2rem 0 1rem;
    }
    
    .footer-content .row {
        gap: 1.5rem;
    }
    
    .footer-brand .brand-name {
        font-size: 1.3rem;
    }
    
    .affiliate-disclaimer {
        padding: 0.875rem;
    }
    
    .disclaimer-text {
        font-size: 0.8rem;
    }
}

@media (max-width: 768px) {
    .site-footer {
        padding: 1.5rem 0 1rem;
    }
    
    .footer-content .row {
        flex-direction: column;
        gap: 2rem;
    }
    
    .footer-content .col-lg-4,
    .footer-content .col-md-6,
    .footer-content .col-md-12 {
        width: 100%;
        margin-bottom: 1.5rem;
    }
    
    .footer-meta {
        text-align: left;
        margin-top: 1rem;
    }
    
    .footer-bottom {
        text-align: center;
        padding-top: 1rem;
        margin-top: 1.5rem;
    }
    
    .footer-bottom .row {
        flex-direction: column;
        gap: 1rem;
    }
    
    .footer-brand {
        text-align: center;
    }
    
    .footer-links {
        text-align: center;
    }
    
    .footer-legal {
        text-align: center;
    }
    
    .footer-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }
    
    .footer-nav li {
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {
    .site-footer {
        padding: 1rem 0 0.75rem;
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .footer-content {
        padding: 0 15px;
    }
    
    .footer-brand .brand-name {
        font-size: 1.2rem;
    }
    
    .footer-brand .brand-tagline {
        font-size: 0.8rem;
    }
    
    .footer-title {
        font-size: 0.9rem;
        margin-bottom: 0.75rem;
    }
    
    .footer-nav {
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
    }
    
    .footer-nav a {
        font-size: 0.8rem;
    }
    
    .affiliate-disclaimer {
        padding: 0.75rem;
        margin: 0 -0.5rem;
    }
    
    .disclaimer-text {
        font-size: 0.75rem;
        line-height: 1.3;
        text-align: center;
    }
    
    .footer-bottom {
        padding-top: 0.75rem;
        margin-top: 1rem;
    }
    
    .copyright p {
        font-size: 0.8rem;
    }
    
    .build-info {
        font-size: 0.75rem;
        margin-top: 0.5rem;
    }
}

@media (max-width: 480px) {
    .site-footer {
        padding: 0.75rem 0 0.5rem;
    }
    
    .footer-brand .brand-name {
        font-size: 1.1rem;
    }
    
    .footer-brand .brand-tagline {
        font-size: 0.75rem;
    }
    
    .footer-title {
        font-size: 0.85rem;
    }
    
    .footer-nav a {
        font-size: 0.75rem;
    }
    
    .affiliate-disclaimer {
        padding: 0.5rem;
    }
    
    .disclaimer-text {
        font-size: 0.7rem;
    }
    
    .copyright p,
    .build-info {
        font-size: 0.7rem;
    }
}

@media (max-width: 320px) {
    .site-footer {
        padding: 0.5rem 0 0.25rem;
    }
    
    .footer-content .row {
        gap: 1rem;
    }
    
    .footer-brand .brand-name {
        font-size: 1rem;
    }
    
    .footer-nav {
        gap: 0.25rem;
    }
    
    .footer-nav a {
        font-size: 0.7rem;
        padding: 0.25rem;
    }
    
    .affiliate-disclaimer {
        padding: 0.4rem;
        margin: 0;
    }
    
    .disclaimer-text {
        font-size: 0.65rem;
    }
}

/* Touch-friendly improvements */
@media (hover: none) and (pointer: coarse) {
    .footer-nav a {
        padding: 0.5rem;
        margin: 0.25rem;
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.05);
        transition: all 0.2s ease;
    }
    
    .footer-nav a:active {
        background: rgba(0, 191, 255, 0.2);
        transform: scale(0.95);
    }
}

/* Improved accessibility */
@media (prefers-reduced-motion: reduce) {
    .footer-nav a {
        transition: color 0.2s ease;
    }
    
    .footer-nav a:hover {
        transform: none;
    }
}
