/* =============================================
   UNIVERSAL FOOTER - DEEP NAVY BLUE
   Color: #1a2332 - NEVER CHANGE THIS
   ============================================= */

footer,
.footer,
.main-footer,
.site-footer,
.gov-footer {
    background: #1a2332 !important;
    padding: 3rem 0 1.5rem !important;
    border-top: 1px solid rgba(201, 168, 84, 0.2) !important;
}

.footer-grid,
.footer-content {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 2rem !important;
    margin-bottom: 2rem !important;
}

.footer-column h4,
.footer-section h3,
.footer-section h4 {
    color: #C9A854 !important;
    font-weight: 700 !important;
    margin-bottom: 0.75rem !important;
}

.footer-column ul,
.footer-section ul,
.footer-links {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-column ul li,
.footer-section li,
.footer-links li {
    margin-bottom: 0.5rem !important;
}

.footer-column ul li a,
.footer-section a,
.footer-links a {
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none !important;
    transition: color 0.2s !important;
}

.footer-column ul li a:hover,
.footer-section a:hover,
.footer-links a:hover {
    color: #C9A854 !important;
}

.footer-bottom {
    padding-top: 2rem !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    text-align: center !important;
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 0.875rem !important;
}

/* Responsive */
@media (max-width: 1024px) {
    .footer-grid,
    .footer-content {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

@media (max-width: 768px) {
    .footer-grid,
    .footer-content {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 480px) {
    .footer-grid,
    .footer-content {
        grid-template-columns: 1fr !important;
    }
}
