.language-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.language-box {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
}
.language-box button {
    margin: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 16px;
}