.hh-mobile-nav-shell {
  display: none;
}

@media (max-width: 767px) {
  body.hh-mobile-nav-active {
    padding-top: var(--hh-mobile-nav-height, 74px) !important;
  }

  body.hh-mobile-nav-active .navbar6_component {
    display: none !important;
  }

  .hh-mobile-nav-shell {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4000;
    display: block;
    background: transparent;
    pointer-events: none;
  }

  .hh-mobile-nav {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(13, 47, 86, 0.08);
    box-shadow: 0 10px 28px rgba(13, 47, 86, 0.08);
    pointer-events: auto;
  }

  .hh-mobile-nav__brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    flex: 0 0 auto;
  }

  .hh-mobile-nav__brand img {
    width: auto;
    height: 42px;
    max-width: 120px;
    object-fit: contain;
  }

  .hh-mobile-nav__spacer {
    flex: 1 1 auto;
    min-width: 0;
  }

  .hh-mobile-nav__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: #0d2f56 !important;
    color: #fff !important;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    flex: 0 0 auto;
  }

  .hh-mobile-nav__toggle {
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex: 0 0 auto;
    pointer-events: auto;
  }

  .hh-mobile-nav__toggle-line {
    position: absolute;
    left: 7px;
    right: 7px;
    height: 3px;
    border-radius: 999px;
    background: #111;
    transition: transform 160ms ease, opacity 160ms ease, top 160ms ease, bottom 160ms ease;
  }

  .hh-mobile-nav__toggle-line--top {
    top: 10px;
  }

  .hh-mobile-nav__toggle-line--middle {
    top: 19px;
  }

  .hh-mobile-nav__toggle-line--bottom {
    bottom: 10px;
  }

  .hh-mobile-nav-shell.is-open .hh-mobile-nav__toggle-line--top {
    top: 19px;
    transform: rotate(45deg);
  }

  .hh-mobile-nav-shell.is-open .hh-mobile-nav__toggle-line--middle {
    opacity: 0;
  }

  .hh-mobile-nav-shell.is-open .hh-mobile-nav__toggle-line--bottom {
    bottom: 20px;
    transform: rotate(-45deg);
  }

  .hh-mobile-backdrop {
    display: none;
    position: fixed;
    top: var(--hh-mobile-nav-height, 74px);
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(6, 17, 27, 0.24);
    z-index: 1;
    pointer-events: auto;
  }

  .hh-mobile-panel {
    display: none;
    position: fixed;
    top: var(--hh-mobile-nav-height, 74px);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #fff;
    border-top: 1px solid rgba(13, 47, 86, 0.08);
    box-shadow: 0 16px 34px rgba(13, 47, 86, 0.08);
    max-height: calc(100dvh - var(--hh-mobile-nav-height, 74px));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    pointer-events: auto;
  }

  .hh-mobile-nav-shell.is-open .hh-mobile-backdrop,
  .hh-mobile-nav-shell.is-open .hh-mobile-panel {
    display: block;
  }

  .hh-mobile-panel__item,
  .hh-mobile-panel__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 74px;
    padding: 0 18px;
    border-bottom: 1px solid rgba(13, 47, 86, 0.08);
    background: #fff;
    color: #111;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
  }

  .hh-mobile-panel__group summary {
    list-style: none;
    cursor: pointer;
  }

  .hh-mobile-panel__group summary::-webkit-details-marker {
    display: none;
  }

  .hh-mobile-panel__summary::after {
    content: "+";
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    color: #0d2f56;
  }

  .hh-mobile-panel__group[open] .hh-mobile-panel__summary::after {
    content: "-";
  }

  .hh-mobile-panel__submenu {
    padding: 0 0 12px;
    background: #fff;
  }

  .hh-mobile-panel__submenu a {
    display: block;
    padding: 10px 18px 10px 30px;
    color: #31445e;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
  }
}
