.logo {
    width: 200px;
    margin: 15px;
}

#content-absolute {
    position: relative;
    height: auto;
    min-height: 100vh;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
}

.hero-copy {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 28px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(72, 76, 82, 0.42), rgba(48, 51, 56, 0.26));
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}

.hero-copy h1 {
    color: #ffffff;
    font-size: clamp(2.2rem, 5vw, 4.1rem);
    line-height: 1.05;
    letter-spacing: 0.02em;
    margin-bottom: 14px;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.45);
}

.hero-copy .lead {
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(1rem, 1.6vw, 1.25rem);
    line-height: 1.7;
    max-width: 760px;
    margin: 0 auto 24px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.hero-copy .btn-main {
    padding: 12px 28px;
    border-radius: 8px;
    letter-spacing: 1.5px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.language-switch {
    position: absolute;
    top: 18px;
    right: 120px;
    z-index: 1002;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(20, 23, 27, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.language-switch a,
.language-switch span {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    font-weight: 600;
}

.language-switch a:hover,
.language-switch a.active {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.language-switch-menu {
    display: none;
}

.contact-page #section-main .de-content-overlay {
    border-radius: 14px;
}

@media (max-width: 767px) {
    #wrapper,
    #content,
    #content-absolute {
        max-width: 100%;
        overflow-x: hidden;
    }

    header .container-fluid {
        padding-left: 4px;
        padding-right: 10px;
    }

    div#logo {
        margin-top: 0 !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

    #logo a {
        display: block;
        text-align: left;
    }

    #logo .logo {
        width: 120px;
        max-width: 120px;
        height: auto;
        margin: 8px 0 8px -3px;
        display: block;
    }

    #mo-button-open {
        right: 14px;
    }

    .language-switch {
        display: none;
    }

    .language-switch-menu {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 22px;
        z-index: 10002;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 0 auto;
        width: fit-content;
        padding: 8px 14px;
        border-radius: 999px;
        background: rgba(22, 25, 30, 0.5);
        border: 1px solid rgba(255, 255, 255, 0.28);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
    }

    .language-switch-menu a,
    .language-switch-menu span {
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        font-size: 13px;
        letter-spacing: 1px;
        color: rgba(255, 255, 255, 0.88);
        text-decoration: none;
        font-weight: 600;
    }

    .language-switch-menu a.active,
    .language-switch-menu a:hover {
        color: #ffffff;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    #menu-overlay .mo-nav {
        padding-bottom: 90px;
    }

    .contact-page #content-absolute {
        position: relative;
        height: auto;
        min-height: 100vh;
        padding-top: 155px;
    }

    .contact-page #subheader {
        padding-top: 30px;
        padding-bottom: 34px;
    }

    .contact-page #subheader h4 {
        font-size: 42px;
        line-height: 0.9;
    }

    .contact-page #subheader h1 {
        font-size: 38px;
        line-height: 1.05;
        margin-top: 8px;
    }

    .contact-page .float-text {
        display: none;
    }

    .contact-page #section-main {
        padding-top: 26px;
        padding-bottom: 40px;
    }

    .contact-page #section-main .de-content-overlay {
        padding: 18px 14px;
    }

    .contact-page #section-main h3 {
        font-size: 24px;
        line-height: 1.2;
    }

    .contact-page #section-main .form-control {
        margin-bottom: 10px;
    }

    .contact-page #section-main .g-recaptcha {
        transform: scale(0.9);
        transform-origin: left top;
        margin-bottom: 8px;
    }

    .contact-page #section-main #submit {
        margin-top: 10px !important;
    }

    .contact-page #section-main .btn.btn-line {
        width: 100%;
    }

    .about-page #content-absolute {
        position: relative;
        height: auto;
        min-height: 100vh;
        padding-top: 130px;
    }

    .about-page #subheader {
        padding-top: 18px;
    }

    .hero-copy {
        padding: 22px 16px;
        border-radius: 12px;
    }

    .hero-copy .lead {
        margin-bottom: 18px;
    }
}
