/* Mobile app bar: keep burger + language grouped on the right */
.jenzi-page .navbar {
  position: relative;
  z-index: 1000;
}

.jenzi-page .navbar .section {
  position: relative;
  z-index: 1001;
}

.jenzi-page .navbar-end {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  flex-shrink: 0;
  position: relative;
  z-index: 1002;
}

.jenzi-page .navbar .lang-switcher {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 1003;
}

/* Burger: hidden on desktop (Webflow shows nav links instead) */
.jenzi-page .navbar .menu-button {
  display: none;
}

@media screen and (min-width: 992px) {
  .jenzi-page .navbar .nav-cta-button {
    margin-right: 12px;
  }
}

@media screen and (max-width: 991px) {
  .jenzi-page .navbar .nav_buttons.w-nav-menu {
    flex: 0 0 auto;
  }

  .jenzi-page .navbar .menu-button {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 10px;
    color: #fff;
    position: relative;
    z-index: 1003;
    -webkit-tap-highlight-color: transparent;
  }

  .jenzi-page .navbar .menu-button .icon-4 {
    opacity: 1;
  }
}
