.bbm-menu-trigger {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  gap: 0.45rem;
}

.bbm-menu-trigger::after {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: translateY(-0.12rem) rotate(45deg);
  transition: transform 0.2s ease;
}

.bbm-menu-trigger--open {
  border-radius: 0.8rem;
  background: rgba(0, 0, 0, 0.05);
}

.bbm-menu-trigger--open::after {
  transform: translateY(0.1rem) rotate(225deg);
}

.bbm-products-menu,
.bbm-about-menu {
  position: fixed;
  z-index: 5000;
  box-sizing: border-box;
  font-family: inherit;
  color: #111827;
}

.bbm-products-menu[hidden],
.bbm-about-menu[hidden] {
  display: none !important;
}

.bbm-products-menu {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 3.2rem;
  min-height: 340px;
  padding: 2.8rem 3.2rem;
  border: 1px solid rgba(226, 232, 240, 0.85);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1.4rem 3.8rem rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(14px);
}

.bbm-products-menu__section--personal {
  border-left: 1px solid rgba(226, 232, 240, 0.95);
  padding-left: 3.2rem;
}

.bbm-products-menu__eyebrow {
  margin: 0 0 1.8rem;
  color: #7d8794;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.bbm-products-menu__grid {
  display: grid;
  gap: 1.9rem 3.2rem;
}

.bbm-products-menu__grid--business {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bbm-products-menu__item {
  display: grid;
  grid-template-columns: 3.2rem minmax(0, 1fr);
  gap: 1.2rem;
  color: inherit;
  text-decoration: none;
}

.bbm-products-menu__item:hover .bbm-products-menu__title {
  color: #0057ff;
}

.bbm-products-menu__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.8rem;
  background: #f8fbff;
  box-shadow: 0 0.6rem 1.4rem rgba(0, 87, 255, 0.1);
}

.bbm-products-menu__icon img {
  display: block;
  max-width: 2.35rem;
  max-height: 2.35rem;
  object-fit: contain;
}

.bbm-products-menu__copy {
  display: block;
  min-width: 0;
}

.bbm-products-menu__title {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.55rem;
  color: #111827;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.15;
  transition: color 0.2s ease;
}

.bbm-products-menu__badge {
  display: inline-flex;
  align-items: center;
  height: 1rem;
  padding: 0 0.45rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #1263ff, #d125ff);
  color: #fff;
  font-size: 0.52rem;
  font-weight: 800;
  line-height: 1;
}

.bbm-products-menu__text {
  display: block;
  max-width: 20.5rem;
  color: #5f6b7a;
  font-size: 0.91rem;
  font-weight: 400;
  line-height: 1.42;
}

.bbm-about-menu-wrap {
  position: relative;
}

.bbm-about-menu {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.72rem;
  border: 1px solid rgba(226, 232, 240, 0.85);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 1rem 2.8rem rgba(15, 23, 42, 0.15);
}

.bbm-about-menu a {
  display: block;
  border-radius: 0.45rem;
  padding: 0.42rem 0.3rem;
  color: #1f2937;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.bbm-about-menu a:hover {
  color: #0057ff;
}

.bbm-language-menu-wrap {
  position: relative;
}

.bbm-language-menu {
  position: absolute;
  z-index: 5100;
  top: calc(100% + 0.8rem);
  right: 0;
  display: flex;
  min-width: 13.6rem;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.6rem;
  border: 1px solid rgba(226, 232, 240, 0.86);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 1rem 2.8rem rgba(15, 23, 42, 0.15);
  color: #111827;
}

.bbm-language-menu[hidden] {
  display: none !important;
}

.bbm-language-menu__item {
  display: block;
  border-radius: 0.55rem;
  padding: 0.72rem 0.9rem;
  color: inherit;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
}

.bbm-language-menu__item:hover,
.bbm-language-menu__item[aria-current="true"] {
  background: rgba(0, 87, 255, 0.08);
  color: #0057ff;
}

.bbm-language-menu-wrap--open .Dg63SU:before {
  transform: rotate(225deg);
}

.bbm-mobile-menu-toggle,
.bbm-mobile-menu {
  display: none;
}

@media (max-width: 1023px) {
  .bbm-products-menu,
  .bbm-about-menu {
    display: none !important;
  }

  html.bbm-mobile-menu-open,
  html.bbm-mobile-menu-open body {
    overflow: hidden;
  }

  .rIYD0d {
    top: 1rem !important;
    right: 0 !important;
    left: 0 !important;
    box-sizing: border-box;
    padding: 0 1.2rem;
    background: transparent !important;
    color: #323d46 !important;
    --header-link-color-hover: #000;
    --header-link-bg-color-hover: rgba(0, 0, 0, 0.066);
    --lang-switcher-hover-bg: rgba(0, 0, 0, 0.066);
    --lang-switcher-hover-color: #000;
  }

  .rIYD0d .eOD671 {
    width: 100%;
    max-width: none;
    height: 5.8rem !important;
    padding: 0 1.4rem !important;
    border: 1px solid rgba(226, 232, 240, 0.86);
    border-radius: 1.8rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 1.2rem 3.2rem rgba(15, 23, 42, 0.1);
    backdrop-filter: blur(14px);
  }

  .rIYD0d .ZQfMnc,
  .rIYD0d .Mwyj41 {
    display: none !important;
  }

  .rIYD0d .Zcp_6V {
    flex: 0 0 auto;
    max-width: 10.8rem;
    margin-right: auto;
  }

  .rIYD0d .Zcp_6V svg,
  .rIYD0d .Zcp_6V img {
    width: 10.8rem !important;
    max-width: 10.8rem !important;
    height: auto !important;
  }

  .rIYD0d .Zcp_6V svg path:first-child {
    fill: #000 !important;
  }

  .rIYD0d .Zcp_6V svg path:nth-child(2) {
    fill: #0057ff !important;
  }

  .rIYD0d .wlQLLs {
    flex: 0 0 auto;
    margin-left: auto !important;
  }

  .rIYD0d .Dg63SU {
    min-width: 4.6rem;
    padding: 0.7rem 1.9rem 0.7rem 0.8rem;
    border-radius: 0.9rem;
    font-size: 1.4rem;
    line-height: 1;
  }

  .rIYD0d .Dg63SU:before {
    top: 1rem;
    right: 0.8rem;
  }

  .bbm-mobile-menu-toggle {
    display: flex;
    flex: 0 0 4rem;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    margin-left: 0.2rem;
    color: #111827;
  }

  .bbm-mobile-menu-toggle .pIEvV8 {
    width: 3rem;
    height: 1.7rem;
  }

  .bbm-mobile-menu-toggle .pIEvV8 i {
    height: 0.2rem;
  }

  .bbm-mobile-menu {
    position: fixed;
    z-index: 999;
    top: 8rem;
    right: 1.2rem;
    left: 1.2rem;
    display: block;
    max-height: calc(100dvh - 9.2rem);
    overflow: auto;
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 1.8rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2rem 4.8rem rgba(15, 23, 42, 0.16);
    color: #111827;
    backdrop-filter: blur(14px);
  }

  .bbm-mobile-menu[hidden] {
    display: none !important;
  }

  .bbm-mobile-menu__inner {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    padding: 1.8rem;
  }

  .bbm-mobile-menu__group {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
  }

  .bbm-mobile-menu__group + .bbm-mobile-menu__group {
    border-top: 1px solid rgba(226, 232, 240, 0.95);
    padding-top: 1.2rem;
  }

  .bbm-mobile-menu__title {
    margin-bottom: 0.4rem;
    color: #7d8794;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
  }

  .bbm-mobile-menu__link {
    display: flex;
    align-items: center;
    min-height: 4.2rem;
    border-radius: 1rem;
    padding: 0 1rem;
    color: #111827;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
  }

  .bbm-mobile-menu__link:hover {
    background: #f4f7fb;
    color: #0057ff;
  }

  .bbm-mobile-menu__actions {
    display: grid;
    gap: 0.8rem;
    border-top: 1px solid rgba(226, 232, 240, 0.95);
    padding-top: 1.4rem;
  }

  .bbm-mobile-menu__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 4.6rem;
    border-radius: 999px;
    padding: 0 1.6rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
  }

  .bbm-mobile-menu__button--ghost {
    background: #f3f4f7;
    color: #111827;
  }

  .bbm-mobile-menu__button--primary {
    background: #111827;
    color: #fff;
  }
}

@media (max-width: 1120px) {
  .bbm-products-menu {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 2.2rem;
    padding: 2.4rem;
  }

  .bbm-products-menu__section--personal {
    padding-left: 2.2rem;
  }
}
