.footer {
    background: rgba(5, 5, 5, 0.95);
    border-top: 1px solid rgba(201, 169, 98, 0.3);
    padding: 2rem 1.5rem;
    margin-top: 4rem;
}

.footer-bottom {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.footer-copyright {
    font-size: 0.85rem;
    color: #999;
    opacity: 0.8;
}
