/* Footer - Minimal Copyright at Bottom */
.footer {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    z-index: 10;
    background: transparent;
}

.footer-content {
    display: none;
}

.footer-bottom {
    text-align: center;
    border-top: none;
    margin: 0;
    padding: 0;
}

.footer-bottom p {
    color: var(--text-muted);
    font-size: 0.85rem;
    opacity: 0.7;
}