/* Footer - deliberately minimal */
footer {
    border-top: 1px solid var(--border);
    padding: 40px 0;
    background-color: var(--bg);
}

.footer-simple {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
}

.footer-simple img {
    height: 26px;
    width: auto;
    margin-bottom: 10px;
    opacity: 0.9;
}

.footer-simple .footer-credit {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 15px;
    color: var(--text);
}

.footer-simple .footer-copyright {
    font-size: 12px;
    color: var(--text-light);
}
