/*
=========================================================
UNGEO RESPONSIVE STYLES
=========================================================

Рабочий файл адаптации:
 /var/www/html/wp-content/ungeo-assets/css/responsive.css

Header template:
 Elementor template ID 39982

Активный breakpoint мобильного меню:
 до 1119px включительно
=========================================================
*/


/* =========================================================
   01. MOBILE / TABLET HEADER
========================================================= */

@media (max-width: 1119px) {

  /* Уменьшаем внутренние боковые отступы карточки Header */
  .elementor-39982
  .elementor-element.elementor-element-8f4ceb1.ung-header {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }


  /* -------------------------------------------------------
     ЛОГОТИП В ЗАКРЫТОМ HEADER
     Elementor widget ID: e2c89ce
  ------------------------------------------------------- */

  .elementor-39982
  .elementor-element.elementor-element-e2c89ce
  .lte-logo {
    display: flex !important;
    align-items: center !important;
    line-height: 0 !important;
  }

  .elementor-39982
  .elementor-element.elementor-element-e2c89ce
  .lte-logo img {
    display: block !important;
    width: auto !important;
    height: 55px !important;
    max-width: none !important;
    max-height: 55px !important;
    object-fit: contain !important;
  }


  /* -------------------------------------------------------
     СОВРЕМЕННАЯ КНОПКА BURGER
     Elementor widget ID: 2dbf590
  ------------------------------------------------------- */

  .elementor-39982
  .elementor-element.elementor-element-2dbf590
  .lte-navbar-toggle-custom {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;

    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;

    margin: 0 !important;
    padding: 0 !important;
    gap: 4px !important;

    background:
      linear-gradient(
        145deg,
        rgba(237, 69, 17, 0.22) 0%,
        rgba(237, 69, 17, 0.08) 100%
      ) !important;

    border: 1px solid rgba(237, 69, 17, 0.48) !important;
    border-radius: 12px !important;

    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 4px 12px rgba(0, 0, 0, 0.18) !important;

    outline: none !important;

    transition:
      background-color 0.2s ease,
      border-color 0.2s ease,
      transform 0.2s ease !important;
  }

  .elementor-39982
  .elementor-element.elementor-element-2dbf590
  .lte-navbar-toggle-custom
  .icon-bar {
    display: block !important;
    float: none !important;

    height: 2px !important;
    margin: 0 !important;
    padding: 0 !important;

    background-color: #ffffff !important;
    border: 0 !important;
    border-radius: 999px !important;

    transition:
      width 0.2s ease,
      transform 0.2s ease !important;
  }

  .elementor-39982
  .elementor-element.elementor-element-2dbf590
  .lte-navbar-toggle-custom
  .top-bar {
    width: 17px !important;
    transform: translateX(0) !important;
  }

  .elementor-39982
  .elementor-element.elementor-element-2dbf590
  .lte-navbar-toggle-custom
  .middle-bar {
    width: 12px !important;
    transform: translateX(2.5px) !important;
  }

  .elementor-39982
  .elementor-element.elementor-element-2dbf590
  .lte-navbar-toggle-custom
  .bottom-bar {
    width: 17px !important;
    transform: translateX(0) !important;
  }

  .elementor-39982
  .elementor-element.elementor-element-2dbf590
  .lte-navbar-toggle-custom:hover,
  .elementor-39982
  .elementor-element.elementor-element-2dbf590
  .lte-navbar-toggle-custom:focus-visible {
    border-color: rgba(237, 69, 17, 0.82) !important;
    transform: translateY(-1px) !important;
  }

  .elementor-39982
  .elementor-element.elementor-element-2dbf590
  .lte-navbar-toggle-custom:hover
  .icon-bar {
    width: 17px !important;
    transform: translateX(0) !important;
  }

  .elementor-39982
  .elementor-element.elementor-element-2dbf590
  .lte-navbar-toggle-custom:active {
    transform: scale(0.96) !important;
  }
}


/* =========================================================
   02. MOBILE MENU
   Лёгкое полноэкранное появление без clip-path и :has()
========================================================= */

@media (max-width: 1119px) {

  /*
   * Поднимаем всё мобильное меню выше обычного Header.
   * Header не скрываем — меню просто полностью перекрывает его.
   */
  .elementor-39982
  .lte-navbar-custom-mobile-wrapper,
  .elementor-39982
  .lte-navbar-custom-mobile-wrapper
  > .lte-navbar-custom-mobile {
    position: relative !important;
    z-index: 1000050 !important;
  }


  /* -------------------------------------------------------
     ЗАКРЫТОЕ СОСТОЯНИЕ
  ------------------------------------------------------- */

  .elementor-39982
  .lte-navbar-custom-mobile-wrapper
  > .lte-navbar-custom-mobile
  .lte-navbar-items-custom {
    position: fixed !important;
    inset: 0 !important;

    display: block !important;

    width: 100% !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: none !important;

    margin: 0 !important;
    padding:
      max(14px, env(safe-area-inset-top))
      max(14px, env(safe-area-inset-right))
      max(20px, env(safe-area-inset-bottom))
      max(14px, env(safe-area-inset-left)) !important;

    box-sizing: border-box !important;

    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;

    background:
      linear-gradient(
        155deg,
        #332d3b 0%,
        #282230 48%,
        #111827 100%
      ) !important;

    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;

    transform:
      translate3d(0, -8px, 0) scale(0.992) !important;

    transform-origin: top center !important;

    transition:
      opacity 0.18s ease,
      transform 0.24s cubic-bezier(0.22, 1, 0.36, 1),
      visibility 0s linear 0.24s !important;

    will-change: opacity, transform;
    backface-visibility: hidden;
    z-index: 1000051 !important;
  }


  /* -------------------------------------------------------
     ОТКРЫТОЕ СОСТОЯНИЕ
     Класс .show добавляется существующим JS темы Safer
  ------------------------------------------------------- */

  .elementor-39982
  .lte-navbar-custom-mobile-wrapper
  > .lte-navbar-custom-mobile.show
  .lte-navbar-items-custom {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;

    transform:
      translate3d(0, 0, 0) scale(1) !important;

    transition:
      opacity 0.18s ease,
      transform 0.26s cubic-bezier(0.16, 1, 0.3, 1),
      visibility 0s linear 0s !important;
  }


  /* Убираем индивидуальные анимации внутренних элементов */
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-navbar-header,
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-mob,
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav,
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-mobile-controls,
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    animation: none !important;
    transition-delay: 0s !important;
    animation-delay: 0s !important;
  }


  /* -------------------------------------------------------
     ВЕРХНЯЯ ПАНЕЛЬ ОТКРЫТОГО МЕНЮ
  ------------------------------------------------------- */

  .elementor-39982
  .lte-navbar-custom-mobile-wrapper
  .lte-navbar-header {
    position: sticky !important;
    top: 0 !important;
    z-index: 5 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    width: auto !important;
    min-height: 78px !important;

    margin: 0 0 12px !important;
    padding: 10px 14px !important;

    box-sizing: border-box !important;
    text-align: initial !important;

    background:
      rgba(46, 41, 55, 0.96) !important;

    border:
      1px solid rgba(255, 255, 255, 0.09) !important;

    border-radius: 18px !important;

    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }


  /* Логотип в открытом меню */
  .elementor-39982
  .lte-navbar-custom-mobile-wrapper
  .lte-navbar-header
  .lte-logo {
    position: static !important;
    inset: auto !important;

    display: flex !important;
    align-items: center !important;

    margin: 0 !important;
    padding: 0 !important;

    line-height: 0 !important;
    transform: none !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile-wrapper
  .lte-navbar-header
  .lte-logo img {
    display: block !important;
    width: auto !important;
    height: 50px !important;
    max-width: none !important;
    max-height: 50px !important;
    object-fit: contain !important;
  }


  /* -------------------------------------------------------
     КНОПКА ЗАКРЫТИЯ
  ------------------------------------------------------- */

  .elementor-39982
  .lte-navbar-custom-mobile-wrapper
  .lte-navbar-close {
    position: relative !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;

    margin: 0 !important;
    padding: 0 !important;

    border: 1px solid rgba(237, 69, 17, 0.48) !important;
    border-radius: 13px !important;

    background:
      linear-gradient(
        145deg,
        rgba(237, 69, 17, 0.24) 0%,
        rgba(237, 69, 17, 0.08) 100%
      ) !important;

    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 5px 16px rgba(0, 0, 0, 0.18) !important;

    cursor: pointer !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile-wrapper
  .lte-navbar-close
  > span {
    position: relative !important;
    display: block !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile-wrapper
  .lte-navbar-close
  > span::before,
  .elementor-39982
  .lte-navbar-custom-mobile-wrapper
  .lte-navbar-close
  > span::after {
    content: "" !important;

    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;

    display: block !important;

    width: 17px !important;
    height: 2px !important;

    border: 0 !important;
    border-radius: 999px !important;

    background: #ffffff !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile-wrapper
  .lte-navbar-close
  > span::before {
    transform:
      translate(-50%, -50%) rotate(45deg) !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile-wrapper
  .lte-navbar-close
  > span::after {
    transform:
      translate(-50%, -50%) rotate(-45deg) !important;
  }


  /* Пустой служебный блок темы */
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-mob {
    display: none !important;
  }


  /* -------------------------------------------------------
     ПУНКТЫ МЕНЮ
  ------------------------------------------------------- */

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 6px 8px !important;
    float: none !important;

    width: auto !important;

    margin: 0 !important;
    padding: 0 !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li {
    display: block !important;
    grid-column: 1 / -1 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li
  > a {
    position: relative !important;

    display: flex !important;
    align-items: center !important;

    width: 100% !important;
    min-height: 46px !important;

    margin: 0 !important;
    padding: 11px 14px !important;

    box-sizing: border-box !important;

    color: rgba(255, 255, 255, 0.90) !important;
    background: rgba(255, 255, 255, 0.035) !important;

    border: 1px solid rgba(255, 255, 255, 0.075) !important;
    border-radius: 15px !important;

    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;

    letter-spacing: 0 !important;
    text-transform: none !important;
    text-decoration: none !important;

    transition:
      color 0.18s ease,
      background-color 0.18s ease,
      border-color 0.18s ease !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li
  > a:hover,
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li
  > a:focus {
    color: #ffffff !important;
    background: rgba(237, 69, 17, 0.13) !important;
    border-color: rgba(237, 69, 17, 0.35) !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.current-menu-item
  > a,
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.current_page_item
  > a,
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.lte-active
  > a {
    color: #ffffff !important;

    background:
      linear-gradient(
        135deg,
        rgba(237, 69, 17, 0.22),
        rgba(237, 69, 17, 0.08)
      ) !important;

    border-color: rgba(237, 69, 17, 0.52) !important;
  }



  /* -------------------------------------------------------
     LOGIN / GET STARTED — FINAL GLASS ACTION DOCK
     CSS classes in WordPress menu:
     mobile-login-button
     mobile-get-started-button
  ------------------------------------------------------- */

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-login-button {
    position: relative !important;
    grid-column: 1 !important;
    margin-top: 34px !important;
    min-height: 66px !important;
    z-index: 2 !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-get-started-button {
    position: relative !important;
    grid-column: 2 !important;
    margin-top: 34px !important;
    min-height: 66px !important;
    z-index: 2 !important;
  }

  /* Разделитель и подпись START STREAMING */
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-login-button::before {
    content: "START STREAMING" !important;

    position: absolute !important;
    left: 0 !important;
    top: -28px !important;

    display: flex !important;
    align-items: center !important;

    width: calc(200% + 8px) !important;
    height: 18px !important;
    padding-top: 9px !important;

    color: rgba(255, 255, 255, 0.46) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.10) !important;

    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;

    pointer-events: none !important;
    z-index: 4 !important;
  }

  /* Единая glass-панель под обеими кнопками */
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-login-button::after {
    content: "" !important;

    position: absolute !important;
    top: 0 !important;
    left: 0 !important;

    width: calc(200% + 8px) !important;
    height: 66px !important;

    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    border-radius: 18px !important;

    background:
      linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.13) 0%,
        rgba(255, 255, 255, 0.055) 48%,
        rgba(255, 255, 255, 0.085) 100%
      ) !important;

    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.16),
      inset 0 -1px 0 rgba(255, 255, 255, 0.03),
      0 12px 28px rgba(0, 0, 0, 0.24) !important;

    -webkit-backdrop-filter: blur(16px) saturate(135%) !important;
    backdrop-filter: blur(16px) saturate(135%) !important;

    pointer-events: none !important;
    z-index: 0 !important;
  }

  /* Общая геометрия обеих половин */
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-login-button
  > a,
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-get-started-button
  > a {
    position: relative !important;
    z-index: 3 !important;

    display: grid !important;
    grid-template-columns: 36px auto !important;
    grid-template-rows: auto auto !important;
    column-gap: 10px !important;
    row-gap: 1px !important;

    align-content: center !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    min-height: 66px !important;

    margin: 0 !important;
    padding: 8px 10px !important;

    color: #ffffff !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    text-align: left !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;

    overflow: visible !important;
  }

  /* Вертикальный разделитель */
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-get-started-button
  > a {
    border-left: 1px solid rgba(255, 255, 255, 0.12) !important;
  }

  /* Иконки */
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-login-button
  > a::before,
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-get-started-button
  > a::before {
    grid-column: 1 !important;
    grid-row: 1 / 3 !important;

    position: static !important;
    inset: auto !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 36px !important;
    height: 36px !important;

    margin: 0 !important;
    padding: 0 !important;

    border-radius: 50% !important;
    transform: none !important;

    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    overflow: visible !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-login-button
  > a::before {
    content: "↪" !important;

    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.075) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;

    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.10) !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-get-started-button
  > a::before {
    content: "♛" !important;

    color: #ffffff !important;
    background: linear-gradient(180deg, #ff8a1f 0%, #ff4b0a 100%) !important;
    border: 1px solid rgba(255, 158, 87, 0.95) !important;

    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.30),
      0 0 0 5px rgba(237, 69, 17, 0.10),
      0 8px 22px rgba(237, 69, 17, 0.52) !important;

    font-size: 12px !important;
    padding-top: 1px !important;
  }

  /* Подписи второго уровня */
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-login-button
  > a::after,
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-get-started-button
  > a::after {
    grid-column: 2 !important;
    grid-row: 2 !important;

    position: static !important;
    inset: auto !important;

    display: block !important;

    width: auto !important;
    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    color: rgba(255, 255, 255, 0.55) !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;

    font-size: 10px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: 0.01em !important;
    text-align: left !important;
    white-space: nowrap !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-login-button
  > a::after {
    content: "Sign in" !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-get-started-button
  > a::after {
    content: "Create account" !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-get-started-button {
    filter: drop-shadow(0 8px 18px rgba(237, 69, 17, 0.10)) !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-login-button
  > a:hover,
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-login-button
  > a:focus,
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-get-started-button
  > a:hover,
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-get-started-button
  > a:focus {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.035) !important;
  }

  /* -------------------------------------------------------
     ПОИСК
  ------------------------------------------------------- */

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-mobile-controls {
    width: auto !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-mobile-controls
  .lte-nav-search {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-top-search-wrapper {
    position: relative !important;
    display: block !important;
    width: 100% !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-nav-search
  input[type="text"],
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-nav-search
  input[type="search"] {
    display: block !important;

    width: 100% !important;
    height: 46px !important;

    margin: 0 !important;
    padding: 0 52px 0 16px !important;

    box-sizing: border-box !important;

    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.055) !important;

    border: 1px solid rgba(255, 255, 255, 0.10) !important;
    border-radius: 15px !important;

    font-size: 15px !important;
    line-height: 46px !important;

    box-shadow: none !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-nav-search
  input::placeholder {
    color: rgba(255, 255, 255, 0.52) !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-nav-search
  .lte-top-search-ico {
    position: absolute !important;
    top: 4px !important;
    right: 4px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 40px !important;
    height: 40px !important;

    padding: 0 !important;

    color: #ffffff !important;
    background: rgba(237, 69, 17, 0.16) !important;

    border: 1px solid rgba(237, 69, 17, 0.30) !important;
    border-radius: 11px !important;

    font-size: 15px !important;
    line-height: 1 !important;
  }
}


/* =========================================================
   03. SMALL MOBILE
========================================================= */

@media (max-width: 390px) {

  .elementor-39982
  .elementor-element.elementor-element-e2c89ce
  .lte-logo img,
  .elementor-39982
  .lte-navbar-custom-mobile-wrapper
  .lte-navbar-header
  .lte-logo img {
    height: 50px !important;
    max-height: 50px !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile-wrapper
  .lte-navbar-header {
    min-height: 82px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

}



@media (max-width: 360px) {

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-login-button,
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-get-started-button {
    grid-column: 1 / -1 !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-login-button {
    margin-top: 34px !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-get-started-button {
    margin-top: 0 !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-login-button::before {
    width: 100% !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-login-button::after {
    width: 100% !important;
    height: 136px !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-get-started-button
  > a {
    border-left: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
  }
}


/* =========================================================
   04. ACCESSIBILITY
========================================================= */

@media (max-width: 1119px) and (prefers-reduced-motion: reduce) {

  .elementor-39982
  .lte-navbar-custom-mobile-wrapper
  > .lte-navbar-custom-mobile
  .lte-navbar-items-custom,
  .elementor-39982
  .elementor-element.elementor-element-2dbf590
  .lte-navbar-toggle-custom,
  .elementor-39982
  .elementor-element.elementor-element-2dbf590
  .lte-navbar-toggle-custom
  .icon-bar {
    transition: none !important;
  }
}


/* =========================================================
   05. MOBILE MENU — IOS STABLE FULL-SCREEN LAYER
   No transformed fixed scroller, no backdrop-filter,
   no open/close animation.
========================================================= */

@media (max-width: 1119px) {

  /*
   * The wrapper must not create a transformed or filtered
   * containing block for the full-screen menu.
   */
  .elementor-39982
  .lte-navbar-custom-mobile-wrapper {
    position: static !important;
    z-index: auto !important;

    transform: none !important;
    filter: none !important;
    perspective: none !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile-wrapper
  > .lte-navbar-custom-mobile {
    transform: none !important;
    filter: none !important;
    perspective: none !important;
  }

  /*
   * Closed state is physically removed from rendering.
   * This avoids an invisible transformed layer remaining active.
   */
  .elementor-39982
  .lte-navbar-custom-mobile-wrapper
  > .lte-navbar-custom-mobile:not(.show)
  .lte-navbar-items-custom {
    display: none !important;
  }

  /*
   * The menu root itself becomes the permanent opaque viewport.
   * Even during iOS rubber-banding there is no Hero underneath
   * that can become visible.
   */
  .elementor-39982
  .lte-navbar-custom-mobile-wrapper
  > .lte-navbar-custom-mobile.show {
    position: fixed !important;
    inset: 0 !important;

    display: block !important;

    width: 100vw !important;
    height: 100vh !important;
    height: 100dvh !important;

    margin: 0 !important;
    padding: 0 !important;

    overflow: hidden !important;

    background: #211c28 !important;

    opacity: 1 !important;
    visibility: visible !important;

    transform: none !important;
    filter: none !important;
    transition: none !important;
    animation: none !important;

    isolation: isolate !important;
    z-index: 2147483000 !important;
  }

  /*
   * Only this inner layer scrolls.
   * It is absolute inside the fixed opaque root, not fixed inside
   * a transformed ancestor.
   */
  .elementor-39982
  .lte-navbar-custom-mobile-wrapper
  > .lte-navbar-custom-mobile.show
  .lte-navbar-items-custom {
    position: absolute !important;
    inset: 0 !important;

    display: block !important;

    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    max-height: none !important;

    margin: 0 !important;

    overflow-x: hidden !important;
    overflow-y: auto !important;

    background:
      linear-gradient(
        155deg,
        #332d3b 0%,
        #282230 48%,
        #111827 100%
      ) !important;

    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;

    transform: none !important;
    filter: none !important;
    transition: none !important;
    animation: none !important;
    will-change: auto !important;
    backface-visibility: visible !important;

    overscroll-behavior-x: none !important;
    overscroll-behavior-y: contain !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-y !important;

    z-index: 1 !important;
  }

  /*
   * Remove backdrop filters inside the mobile menu. Those effects
   * create extra compositing layers during touch scrolling.
   */
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-navbar-header {
    background: #2e2937 !important;

    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;

    transform: none !important;
    filter: none !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-login-button::after {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-get-started-button {
    filter: none !important;
  }

  /*
   * Modern Safari additionally receives a normal scroll lock.
   * The fixed opaque menu root above remains the primary protection.
   */
  html:has(.elementor-39982 .lte-navbar-custom-mobile.show),
  body:has(.elementor-39982 .lte-navbar-custom-mobile.show) {
    overflow: hidden !important;
    overscroll-behavior: none !important;
  }
}


/* =========================================================
   06. MOBILE CTA — LARGE CLEAN SVG ICONS + CHAT OVERLAY FIX
========================================================= */

@media (max-width: 1119px) {

  /*
   * Keep the entire mobile menu above third-party live-chat widgets.
   * 2147483647 is the maximum practical CSS z-index.
   */
  .elementor-39982
  .lte-navbar-custom-mobile-wrapper
  > .lte-navbar-custom-mobile.show {
    z-index: 2147483647 !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile-wrapper
  > .lte-navbar-custom-mobile.show
  .lte-navbar-items-custom {
    z-index: 2147483647 !important;
  }

  /* Slightly taller, more premium CTA dock */
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-login-button,
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-get-started-button {
    min-height: 76px !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-login-button::after {
    height: 76px !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-login-button
  > a,
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-get-started-button
  > a {
    grid-template-columns: 46px auto !important;
    grid-template-rows: auto auto !important;
    column-gap: 11px !important;
    row-gap: 2px !important;

    min-height: 76px !important;
    padding: 9px 12px !important;

    font-size: 15px !important;
    line-height: 1.05 !important;
  }

  /* Larger icon circles */
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-login-button
  > a::before,
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-get-started-button
  > a::before {
    width: 46px !important;
    height: 46px !important;

    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 22px 22px !important;

    font-size: 0 !important;
    line-height: 0 !important;
  }

  /* Clean login icon: arrow entering a door */
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-login-button
  > a::before {
    content: "" !important;

    background-color: rgba(255, 255, 255, 0.085) !important;
    background-image:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 17l5-5-5-5'/%3E%3Cpath d='M15 12H3'/%3E%3Cpath d='M14 4h4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3h-4'/%3E%3C/svg%3E") !important;

    border: 1px solid rgba(255, 255, 255, 0.22) !important;

    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  }

  /* Clean Get Started icon: play symbol matching the brand */
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-get-started-button
  > a::before {
    content: "" !important;

    background-color: #ed4511 !important;
    background-image:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M8.2 6.4c0-1.1 1.2-1.8 2.2-1.2l7.5 5.1c.9.6.9 1.9 0 2.5l-7.5 5.1c-1 .7-2.2-.1-2.2-1.2V6.4z'/%3E%3C/svg%3E") !important;

    border: 1px solid rgba(255, 168, 105, 0.95) !important;

    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.34),
      0 0 0 5px rgba(237, 69, 17, 0.11),
      0 8px 22px rgba(237, 69, 17, 0.45) !important;

    padding: 0 !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-login-button
  > a::after,
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-get-started-button
  > a::after {
    font-size: 11px !important;
    line-height: 1 !important;
  }
}


/* =========================================================
   07. MOBILE MENU — COMPACT SPACING + CROWN ICON RESTORE
========================================================= */

@media (max-width: 1119px) {

  /*
   * Compact the menu list so the CTA dock sits higher
   * and remains clear of the live-chat launcher.
   */
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav {
    gap: 5px 8px !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li:not(.mobile-login-button):not(.mobile-get-started-button)
  > a {
    min-height: 40px !important;
    padding: 8px 13px !important;

    font-size: 15px !important;
    line-height: 1.15 !important;

    border-radius: 14px !important;
  }

  /*
   * Reduce the empty gap above the CTA dock.
   */
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-login-button,
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-get-started-button {
    margin-top: 28px !important;
  }

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-login-button::before {
    top: -24px !important;
    height: 15px !important;
    padding-top: 7px !important;
  }

  /*
   * Restore the crown icon used on desktop.
   * Keep the larger 46x46 orange circle from the mobile design.
   */
  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-get-started-button
  > a::before {
    content: "♛" !important;

    background-color: #ed4511 !important;
    background-image: none !important;

    color: #ffffff !important;

    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1 !important;

    padding: 1px 0 0 !important;
  }

  /*
   * Add a little extra bottom room inside the scrollable menu,
   * so the dock is not visually pressed against Safari controls.
   */
  .elementor-39982
  .lte-navbar-custom-mobile-wrapper
  > .lte-navbar-custom-mobile.show
  .lte-navbar-items-custom {
    padding-bottom:
      max(90px, calc(env(safe-area-inset-bottom) + 70px)) !important;
  }
}


/* =========================================================
   08. MOBILE CTA — PERFECTLY CENTERED CROWN
========================================================= */

@media (max-width: 1119px) {

  .elementor-39982
  .lte-navbar-custom-mobile
  .lte-ul-nav
  > li.mobile-get-started-button
  > a::before {
    content: "" !important;

    background-color: #ed4511 !important;
    background-image:
      url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M4.2 8.1 7.8 11l4.1-6 4.1 6 3.8-2.9-1.4 9.1H5.6L4.2 8.1Zm1.7 10.4h12.2v1.7H5.9v-1.7Z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 22px 22px !important;

    font-size: 0 !important;
    line-height: 0 !important;

    padding: 0 !important;
  }
}
