/* Modern and clean styles for footer section - White/Light Gray/Blue Theme */
.footer {
    background: #f8fafc;
    color: #475569;
    padding: 2rem 1rem 1.5rem 1rem;
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: 0.03em;
    border-top: 1px solid #e2e8f0;
    margin-top: 0.5rem;
}

.footer p {
    color: #475569;
    margin-bottom: 0.5rem;
}

.footer nav {
    margin-bottom: 0.5rem;
}

.footer a {
    color: #2563eb;
    text-decoration: none;
    margin: 0 0.5em;
    transition: color 0.2s;
}

.footer a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.footer .footer-links {
    margin-bottom: 0.5em;
}

.footer .footer-copy {
    font-size: 0.95em;
    color: #64748b;
}

/* Responsive adjustments */
@media (max-width: 900px) {
    .footer {
        padding: 1.5rem 0.5rem 1rem 0.5rem;
        font-size: 1rem;
    }
    
    .footer a {
        margin: 0 0.3em;
        font-size: 0.9rem;
    }
}
