footer {
    padding: 10px 20px;
    text-align: center;
    position: relative;
    bottom: 0;
    left: 0;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
    background: url('../img/wood-pattern.png') center/cover no-repeat, #D7B98E;
    color: #3B3024;
    font-size: 14px;
}

footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(2px);
    z-index: -1;
}

.footer-content {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer-content span {
    background: none;
}

.footer-content a {
    color: #3B3024;
    margin: 0 8px;
    text-decoration: none;
    font-weight: 600;
}

.footer-content a:hover {
    text-decoration: underline;
    color: #5A381E;
}
