.landing-footer {
    background-color: #121418;
    padding: 2rem 0;
    color: #cccccc;
}

.landing-footer_container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

.landing-footer_left-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.landing-footer_links {
    display: flex;
    gap: 2rem;
}

.landing-footer_language-selector {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
}

.landing-footer_language-label {
    font-size: 0.8rem;
    color: #999999;
}

.landing-footer_language-links {
    display: flex;
    gap: 1rem;
}

.landing-footer_language-link {
    color: #cccccc;
    text-decoration: none;
    font-size: 0.9rem;
    padding: 0.25rem 0.5rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    background-color: transparent;
}

.landing-footer_language-link.active {
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.6);
    background-color: transparent;
    font-weight: 500;
}

.landing-footer_link {
    color: #cccccc;
    text-decoration: none;
    font-size: 0.9rem;
}



.landing-footer_right-section {
    text-align: right;
    max-width: 500px;
}

.landing-footer_eu-compliance {
    margin-bottom: 1rem;
}

.landing-footer_eu-text {
    font-size: 0.8rem;
    line-height: 1.5;
    color: #999999;
    margin: 0;
}

.landing-footer_copyright {
    font-size: 0.9rem;
    color: #cccccc;
    margin: 0;
}


