.footer {
    padding: 40px 20px;
    text-align: center;
    border-top: 1px solid rgba(255, 127, 0, 0.5);
    font-size: 14px;
    color: #FF7F00;
    line-height: 1.2;
}

.footer a {
    color: #FF7F00;
    text-decoration: none;
    margin: 0 15px;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-lang {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.footer-lang a {
    color: #555;
    text-decoration: none;
    font-size: 13px;
    margin: 0;
}

.footer-lang a:hover {
    color: #888;
}
