footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 24px;
    background-color: #121212;
    color: white;
    text-align: center;
}

footer .socials a img {
    width: 24px;
    margin: 0 8px;
}

footer .lang-switch {
    display: flex;
    align-items: center;
    gap: 6px;
}

footer .lang-switch a.lang-link {
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    transition: background-color 0.2s;
}

footer .lang-switch a.lang-link:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

footer .lang-switch .separator {
    opacity: 0.8;
}
