@media (max-width: 767px) {
  .elementor-element-aae1641 .elementor-menu-toggle,
  .elementor-element-aae1641 .elementor-nav-menu--main,
  .elementor-element-aae1641 .elementor-nav-menu--dropdown {
    display: none !important;
  }

  .bn-mobile-menu-toggle {
    position: fixed;
    top: 16px;
    left: 14px;
    z-index: 100001;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 18px;
    color: #ffffff;
    background:
      radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.45), transparent 26%),
      linear-gradient(135deg, #ff3e55 0%, #ff8a00 42%, #6d28d9 100%);
    box-shadow: 0 16px 34px rgba(109, 40, 217, 0.34), 0 10px 24px rgba(255, 62, 85, 0.28);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .bn-mobile-menu-toggle span,
  .bn-mobile-menu-toggle::before,
  .bn-mobile-menu-toggle::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
    box-shadow: 0 1px 0 rgba(13, 30, 80, 0.18);
    transition: transform 220ms ease, opacity 180ms ease;
  }

  .bn-mobile-menu-toggle::before {
    transform: translateY(-8px);
  }

  .bn-mobile-menu-toggle::after {
    transform: translateY(8px);
  }

  .bn-mobile-menu-open .bn-mobile-menu-toggle span {
    opacity: 0;
  }

  .bn-mobile-menu-open .bn-mobile-menu-toggle::before {
    transform: rotate(45deg);
  }

  .bn-mobile-menu-open .bn-mobile-menu-toggle::after {
    transform: rotate(-45deg);
  }

  .bn-mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: grid;
    align-items: stretch;
    background:
      radial-gradient(circle at 12% 8%, rgba(255, 184, 0, 0.42), transparent 30%),
      radial-gradient(circle at 88% 18%, rgba(255, 62, 85, 0.45), transparent 34%),
      linear-gradient(145deg, rgba(13, 30, 80, 0.86), rgba(51, 14, 93, 0.9));
    backdrop-filter: blur(14px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
  }

  .bn-mobile-menu-open .bn-mobile-menu-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .bn-mobile-menu-panel {
    min-height: 100%;
    padding: 18px 16px calc(128px + env(safe-area-inset-bottom));
    overflow-y: auto;
    color: #ffffff;
    background:
      linear-gradient(160deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.06)),
      linear-gradient(145deg, rgba(13, 30, 80, 0.94), rgba(72, 22, 138, 0.92) 54%, rgba(255, 62, 85, 0.82));
    transform: translateX(-100%);
    transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 28px 0 70px rgba(0, 0, 0, 0.34);
  }

  .bn-mobile-menu-open .bn-mobile-menu-panel {
    transform: translateX(0);
  }

  .bn-mobile-menu-head {
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding-left: 64px;
  }

  .bn-mobile-menu-kicker {
    margin: 0 0 3px;
    font: 800 11px/1.2 Quicksand, Roboto, Arial, sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ffdca2;
  }

  .bn-mobile-menu-title {
    margin: 0;
    color: #ffffff;
    font: 800 22px/1.18 Quicksand, Roboto, Arial, sans-serif;
  }

  .bn-mobile-menu-close {
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 15px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.13);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  }

  .bn-mobile-menu-close svg {
    width: 22px;
    height: 22px;
  }

  .bn-mobile-menu-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
    margin-top: 18px;
  }

  .bn-mobile-menu-link {
    min-height: 58px;
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 12px;
    padding: 10px 13px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    color: #ffffff !important;
    text-decoration: none !important;
    background: rgba(255, 255, 255, 0.13);
    box-shadow: 0 14px 30px rgba(13, 30, 80, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  }

  .bn-mobile-menu-link:active {
    transform: translateY(1px);
  }

  .bn-mobile-menu-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #fff6de;
    background: linear-gradient(135deg, rgba(255, 214, 102, 0.42), rgba(255, 62, 85, 0.28));
  }

  .bn-mobile-menu-icon svg {
    width: 21px;
    height: 21px;
  }

  .bn-mobile-menu-text {
    color: #ffffff;
    font: 800 16px/1.18 Quicksand, Roboto, Arial, sans-serif;
  }

  .bn-mobile-menu-sub {
    display: block;
    margin-top: 3px;
    color: rgba(255, 255, 255, 0.74);
    font: 600 12px/1.25 Roboto, Arial, sans-serif;
  }

  .bn-mobile-menu-section {
    margin: 22px 0 10px;
    color: #ffdca2;
    font: 800 12px/1.2 Quicksand, Roboto, Arial, sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
  }

  .bn-mobile-menu-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 18px;
  }

  .bn-mobile-menu-action {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 10px;
    border-radius: 17px;
    color: #ffffff !important;
    font: 800 14px/1.1 Quicksand, Roboto, Arial, sans-serif;
    text-decoration: none !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
  }

  .bn-mobile-menu-action--call {
    background: linear-gradient(135deg, #ff8a00, #ff3e55);
  }

  .bn-mobile-menu-action--whatsapp {
    background: linear-gradient(135deg, #16c784, #00a884);
  }

  .bn-mobile-menu-action svg {
    width: 19px;
    height: 19px;
  }
}

@media (min-width: 768px) {
  .bn-mobile-menu-toggle,
  .bn-mobile-menu-backdrop {
    display: none !important;
  }
}
