/* ═══════════════════════════════════════════════════════════
   WP-NAVBAR — Layout
   Estructura, posicionamiento, contenedor, logos.
   Diseño: 1920px canvas — height 106px
═══════════════════════════════════════════════════════════ */

/* Oculta el header nativo de Bridge */
#header { display: none !important; }

.sgn-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 106px;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.sgn-navbar__inner {
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 64px;
  box-sizing: border-box;
}

.sgn-navbar__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.sgn-navbar__logo-iteso {
  height: 54px;
  width: auto;
  display: block;
}

.sgn-navbar__logo-sep {
  width: 1px;
  height: 44px;
  background: rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
}

.sgn-navbar__logo-signalab {
  height: 52px;
  width: auto;
  display: block;
}

.sgn-navbar__links {
  display: flex;
  align-items: center;
  height: 106px;
}
