/* Styles for includes/footer.php, for pages that don't load home-style.css
   (which has its own copy of these rules). Fixed dark palette on purpose —
   the footer looks the same in light and dark theme. */

.footer {
    background-color: #0a1f2e;
    color: #9ca3af;
    padding: 1.5rem 0;
    margin-top: 2rem;
}

.footer .container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.footer-simple {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    text-align: center;
}

.footer-logo-link {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.footer-logo-text {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
}

.footer-logo-accent {
    color: #ffdb58;
    border-bottom: 3px solid #ffdb58;
}

.footer-logo-link:hover .footer-logo-text {
    color: #e5e7eb;
}

.footer-logo-link:hover .footer-logo-accent {
    color: #ffdb58;
}

.footer-copyright {
    margin: 0;
    font-size: 0.875rem;
    color: #9ca3af;
}
