@media (min-width: 768px) {
    #mobileMenuBtn { display: none !important; }
    .mobile-menu { display: none !important; }
}

.mobile-menu {
    display: none;
    background: rgba(0, 7, 25, 0.98);
    border-top: 1px solid rgba(107, 114, 128, 0.24);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
    padding: 10px 24px 24px;
}

.mobile-menu:not(.hidden) {
    display: block;
}

.mobile-menu-link {
    align-items: center;
    border-bottom: 1px solid rgba(107, 114, 128, 0.22);
    color: #f4f6f9;
    display: flex;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: space-between;
    line-height: 1.3;
    min-height: 48px;
    padding: 13px 0;
    text-decoration: none;
}

.mobile-menu-link.is-active,
.mobile-menu-link:hover {
    color: #38fe13;
}

.mobile-menu-actions {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.mobile-menu-lang,
.mobile-menu-cta {
    align-items: center;
    border-radius: 8px;
    display: flex;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    min-height: 46px;
    text-decoration: none;
}

.mobile-menu-lang {
    border: 1px solid rgba(56, 254, 19, 0.42);
    color: #38fe13;
}

.mobile-menu-cta {
    background: #38fe13;
    color: #000719;
    text-transform: uppercase;
}
