.bc-global-header,
.bc-mobile-nav-panel,
.bc-mobile-nav-panel * {
  max-width: 100%;
}

html,
body {
  max-width: 100%;
}

.bc-global-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(11, 31, 59, 0.12);
}

.bc-global-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.bc-global-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.bc-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(11, 31, 59, 0.18);
  background: #ffffff;
  padding: 0 9px;
  cursor: pointer;
}

.bc-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #0b1f3b;
  transition: transform 0.22s ease, opacity 0.2s ease;
}

.bc-global-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #0b1f3b;
  min-width: 0;
}

.bc-global-iso {
  width: 30px;
  height: 30px;
  object-fit: contain;
  flex-shrink: 0;
}

.bc-global-logo {
  height: 28px;
  width: auto;
  object-fit: contain;
  display: block;
}

.bc-global-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.bc-lang-toggle {
  border: 1px solid rgba(11, 31, 59, 0.22);
  background: #ffffff;
  color: #0b1f3b;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
  padding: 10px 11px;
  cursor: pointer;
  white-space: nowrap;
}

.bc-lang-toggle:hover {
  border-color: rgba(184, 155, 94, 0.6);
}

.bc-global-link {
  text-decoration: none;
  color: #334155;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 9px 12px;
  line-height: 1;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  white-space: nowrap;
}

.bc-global-link:hover {
  color: #0b1f3b;
  border-color: rgba(11, 31, 59, 0.18);
}

.bc-global-link.is-active {
  color: #0b1f3b;
  border-color: rgba(11, 31, 59, 0.18);
  background: rgba(11, 31, 59, 0.04);
}

.bc-global-link.is-cta {
  background: #0b1f3b;
  border-color: #0b1f3b;
  color: #ffffff;
}

.bc-global-link.is-cta:hover {
  background: #11305c;
  border-color: #11305c;
}

body.bc-shell-enabled {
  overflow-x: hidden;
}

body.bc-shell-enabled .header-fixed {
  display: none !important;
}

.bc-diag-subnav {
  position: relative;
  z-index: 4990;
  background: #f7f4ee;
  border-bottom: 1px solid rgba(11, 31, 59, 0.12);
}

.bc-diag-subnav-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 8px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.bc-diag-subnav a {
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 999px;
  border: 1px solid rgba(11, 31, 59, 0.16);
  color: #0b1f3b;
  padding: 7px 10px;
  background: #ffffff;
}

.bc-diag-subnav a:hover {
  border-color: rgba(184, 155, 94, 0.62);
}

.bc-global-footer {
  margin-top: 0;
  background: #071429;
  border-top: 1px solid rgba(212, 186, 130, 0.3);
}

.bc-global-footer-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.bc-global-copy {
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.bc-global-footer-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.bc-global-footer-link {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 11px;
}

.bc-global-footer-link:hover {
  border-color: rgba(212, 186, 130, 0.55);
  color: #ffffff;
}

.bc-mobile-nav-panel {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--bc-header-offset, 62px);
  z-index: 4980;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(11, 31, 59, 0.12);
  box-shadow: 0 14px 30px rgba(11, 31, 59, 0.12);
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.bc-mobile-nav-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bc-mobile-nav-panel .bc-global-link {
  display: block;
  width: 100%;
  border-radius: 10px;
  padding: 11px 12px;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.bc-mobile-nav-panel .bc-global-link.is-cta {
  margin-top: 4px;
  text-align: center;
}

body.bc-mobile-open .bc-mobile-nav-panel {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

body.bc-mobile-open .bc-menu-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

body.bc-mobile-open .bc-menu-toggle span:nth-child(2) {
  opacity: 0;
}

body.bc-mobile-open .bc-menu-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.bc-legacy-hidden {
  display: none !important;
}

@media (max-width: 760px) {
  .bc-global-inner {
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 14px;
  }

  .bc-global-logo {
    height: 24px;
  }

  .bc-global-iso {
    width: 28px;
    height: 28px;
  }

  .bc-global-actions {
    width: auto;
    margin-left: auto;
    justify-content: flex-end;
  }

  .bc-global-nav {
    display: none;
  }

  .bc-menu-toggle {
    display: inline-flex;
  }

  .bc-diag-subnav-inner {
    padding: 8px 14px;
  }

  .bc-global-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
