/* Centralized Footer Styles */

.site-footer {
    padding: 48px 24px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-top: 40px;
}

.site-footer .footer-primary-links {
    margin-bottom: 16px;
}

.site-footer .footer-primary-links a {
    color: #f0c674;
    text-decoration: none;
    margin: 0 12px;
    font-weight: 500;
}

.site-footer .footer-secondary-links {
    margin-bottom: 12px;
}

.site-footer .footer-secondary-links a {
    color: #888;
    text-decoration: none;
    margin: 0 12px;
}

.site-footer .footer-secondary-links a:hover,
.site-footer .footer-primary-links a:hover {
    color: #f0c674;
}

.site-footer .footer-symbol {
    font-size: 20px;
    margin-bottom: 8px;
}

.site-footer .footer-copyright {
    color: #475569;
    font-size: 14px;
    margin: 0;
}

/* Compact footer variant for finder pages */
.site-footer.footer-compact {
    padding: 32px 24px;
}

.site-footer.footer-compact .footer-note {
    color: #64748b;
    font-size: 13px;
    max-width: 600px;
    margin: 16px auto 0;
}

/* Minimal footer variant */
.site-footer.footer-minimal {
    padding: 24px;
}

/* Map page footer - fixed at bottom */
body:has(#map) .site-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 500;
    background: rgba(12, 25, 41, 0.95);
    backdrop-filter: blur(8px);
    margin-top: 0;
    padding: 12px 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
    .site-footer {
        padding: 32px 16px;
    }

    .site-footer .footer-primary-links a,
    .site-footer .footer-secondary-links a {
        display: inline-block;
        margin: 4px 8px;
    }

    body:has(#map) .site-footer {
        padding: 10px 16px;
    }
}
