.footer {
    background-color: #050b12;
    border-top: 1px solid rgba(45, 212, 191, 0.16);
}

.landing-navbar {
    min-height: 92px;
    background:
        radial-gradient(circle at 42% 0%, rgba(22, 163, 74, 0.35), transparent 35rem),
        linear-gradient(90deg, #073215 0%, #0f4f25 48%, #073215 100%);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(74, 222, 128, 0.18);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.26);
}

.landing-navbar > .container {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    max-width: 1820px;
}

.navbar-brand {
    flex: 0 0 auto;
}

.navbar-brand > img {
    width: 160px;
    max-width: 30vw;
    height: auto;
    display: block;
}

.landing-main-nav {
    align-items: center;
    gap: clamp(0.8rem, 2.2vw, 2.1rem);
}

.landing-navbar .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: #f8fff9 !important;
    font-size: clamp(0.95rem, 1.22vw, 1.2rem);
    font-weight: 900;
    letter-spacing: 0;
    padding: 0.8rem 0.15rem !important;
    white-space: nowrap;
}

.landing-navbar .nav-link i {
    font-size: 0.72rem;
    opacity: 0.84;
}

.landing-navbar .nav-link:hover,
.landing-navbar .nav-link:focus,
.landing-navbar .nav-link:active {
    color: #7cfbe6 !important;
}

.landing-header-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-left: auto;
}

.landing-icon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #f8fff9;
    font-size: 1.3rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.landing-icon-button:hover,
.landing-icon-button:focus {
    background: rgba(255, 255, 255, 0.16);
    color: #7cfbe6;
}

.landing-language-switch {
    display: inline-flex;
    align-items: center;
    padding: 0.18rem;
    border-radius: 999px;
    background: rgba(3, 8, 17, 0.28);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.landing-language-switch button {
    min-width: 38px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 900;
}

.landing-language-switch button.active {
    background: #ffffff;
    color: #0f4f25;
}

.customer-signin-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 58px;
    min-width: 152px;
    padding: 0.85rem 1.6rem;
    border-radius: 18px;
    border: 1px solid rgba(94, 234, 212, 0.28);
    background: linear-gradient(135deg, #13c68d, #0ea36f);
    color: #ffffff !important;
    font-size: 1.12rem;
    font-weight: 950;
    text-decoration: none;
    box-shadow: 0 18px 34px rgba(13, 148, 136, 0.34);
}

.customer-signin-button:hover,
.customer-signin-button:focus {
    background: linear-gradient(135deg, #2dd4bf, #10b981);
    color: #ffffff !important;
}

.navbar-toggler {
    border: 0;
    border-radius: 12px;
    background: rgba(3, 8, 17, 0.38);
    padding: 0.75rem;
}

.navbar-toggler-icon {
    filter: invert(1);
}

.nav-link:hover:not(.landing-navbar .nav-link) {
    color: var(--primary) !important;
}

.nav-pills .nav-link {
    color: white !important;
    margin-right: 10px;
}

body.landing-theme-light .footer {
    background: #f7fbff;
    border-top-color: rgba(15, 79, 37, 0.14);
}

body.landing-theme-light .footer .text-white,
body.landing-theme-light .nav-pills .nav-link {
    color: #122033 !important;
}

body.landing-theme-light .landing-navbar {
    background:
        radial-gradient(circle at 42% 0%, rgba(20, 184, 166, 0.16), transparent 35rem),
        linear-gradient(90deg, #ecfff6 0%, #ffffff 52%, #e9fdf5 100%);
    border-bottom-color: rgba(15, 79, 37, 0.12);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

body.landing-theme-light .landing-navbar .nav-link,
body.landing-theme-light .landing-icon-button {
    color: #102033 !important;
}

body.landing-theme-light header .landing-navbar .landing-main-nav .nav-link,
body.landing-theme-light header .landing-navbar .landing-main-nav .nav-link span,
body.landing-theme-light header .landing-navbar .landing-main-nav .nav-link i {
    color: #102033 !important;
    -webkit-text-fill-color: #102033;
}

body.landing-theme-light .landing-navbar .nav-link:hover,
body.landing-theme-light .landing-navbar .nav-link:focus {
    color: #0f766e !important;
}

body.landing-theme-light .landing-icon-button,
body.landing-theme-light .landing-language-switch {
    background: rgba(15, 118, 110, 0.08);
    box-shadow: inset 0 0 0 1px rgba(15, 118, 110, 0.14);
}

body.landing-theme-light .landing-language-switch button {
    color: #475569;
}

body.landing-theme-light .landing-language-switch button.active {
    background: #0f766e;
    color: #ffffff;
}

@media (max-width: 991px) {
    .landing-navbar {
        min-height: 78px;
    }

    .landing-navbar > .container {
        gap: 0.75rem;
    }

    .navbar-brand > img {
        width: 124px;
    }

    .landing-header-actions {
        gap: 0.45rem;
    }

    .landing-icon-button {
        width: 44px;
        height: 44px;
    }

    .landing-language-switch button {
        min-width: 34px;
        height: 34px;
    }

    .customer-signin-button {
        min-width: 0;
        min-height: 48px;
        padding: 0.75rem 1rem;
        border-radius: 14px;
        font-size: 0.98rem;
    }

    .navbar-collapse {
        order: 4;
        flex-basis: 100%;
        margin-top: 0.9rem;
        padding: 0.8rem;
        border: 1px solid rgba(94, 234, 212, 0.18);
        border-radius: 12px;
        background: #07111f;
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
    }

    .landing-main-nav {
        align-items: stretch;
        gap: 0.25rem;
    }

    .navbar-collapse .nav-link {
        display: flex;
        justify-content: space-between;
        padding: 0.8rem 0.9rem !important;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.04);
        color: #e2e8f0 !important;
    }

    body.landing-theme-light .navbar-collapse {
        background: #ffffff;
        border-color: rgba(15, 118, 110, 0.16);
    }

    body.landing-theme-light .navbar-collapse .nav-link {
        background: rgba(15, 118, 110, 0.06);
        color: #102033 !important;
    }
}

@media (max-width: 575px) {
    .landing-header-actions {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}
