.b360-suite-bar {
  position: relative;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(360px, 430px) minmax(220px, 1fr);
  align-items: center;
  gap: 1rem;
  width: calc(100% - 32px);
  min-height: 64px;
  margin: 8px auto 4px;
  padding: 0 18px;
  border: 1px solid rgba(10,22,40,0.06);
  border-radius: 999px;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 12px 34px rgba(10,22,40,0.14);
  backdrop-filter: blur(18px);
}

.b360-suite-bar--no-search {
  grid-template-columns: minmax(180px, 1fr) auto;
}

.b360-suite-bar--no-search .b360-suite-actions {
  grid-column: 2;
}

.b360-suite-brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: #0A1628;
  text-decoration: none;
}

.b360-suite-logo-img {
  display: block;
  width: auto;
  height: 32px;
  max-width: min(138px, 34vw);
  object-fit: contain;
}

body.b360-business-group-page .b360-section-suite-bar .b360-suite-logo-img,
body.elementor-page .b360-section-suite-bar .b360-suite-logo-img,
.b360-business-group .b360-suite-logo-img {
  display: block !important;
  width: auto !important;
  height: 32px !important;
  max-width: min(138px, 34vw) !important;
  max-height: 32px !important;
  object-fit: contain !important;
}

.b360-suite-logo {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #3B82F6, #6366F1 52%, #06B6D4);
  color: #fff;
  font-family: var(--b360-font-heading);
  font-weight: 900;
  font-size: 0.74rem;
  box-shadow: 0 2px 5px rgba(10,22,40,0.14);
}

.b360-suite-brand strong,
.b360-suite-brand small {
  display: block;
  line-height: 1.1;
}

.b360-suite-brand strong {
  font-size: 0.82rem;
}

.b360-suite-brand small {
  color: rgba(10,22,40,0.45);
  font-size: 0.74rem;
}

.b360-suite-search {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  height: 40px;
  padding: 0 1.1rem;
  border: 1px solid rgba(10,22,40,0.09);
  border-radius: 999px;
  background: #F3F4F6;
  color: rgba(10,22,40,0.42);
  box-shadow: inset 0 1px 1px rgba(10,22,40,0.03);
}

.b360-suite-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #0A1628;
  font: inherit;
}

.b360-suite-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.85rem;
}

.b360-suite-bar .b360-suite-bell-button,
.b360-suite-bar .b360-suite-ring-button,
.b360-suite-menu__header button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  border: 0;
  box-shadow: none;
  background: transparent;
  font: inherit;
  text-decoration: none;
}

.b360-suite-bar .b360-suite-bell-button:hover,
.b360-suite-bar .b360-suite-bell-button:focus,
.b360-suite-bar .b360-suite-bell-button:active,
.b360-suite-bar .b360-suite-ring-button:hover,
.b360-suite-bar .b360-suite-ring-button:focus,
.b360-suite-bar .b360-suite-ring-button:active,
.b360-suite-menu__header button:hover,
.b360-suite-menu__header button:focus,
.b360-suite-menu__header button:active {
  border-color: transparent;
  box-shadow: none;
  text-decoration: none;
}

.b360-suite-bell-button {
  position: relative;
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: rgba(10,22,40,0.58);
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.b360-suite-bell-button:hover {
  background: rgba(10,22,40,0.04);
  color: #0A1628;
}

.b360-suite-bell-button:active {
  transform: scale(0.96);
}

.b360-suite-bell-button:focus-visible {
  outline: 2px solid #00AEB3;
  outline-offset: 3px;
}

.b360-suite-bell-icon {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.b360-suite-bell-dot {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: #EF4444;
}

.b360-suite-menu-wrap {
  position: relative;
  display: inline-flex;
}

.b360-suite-user,
.b360-suite-ring {
  display: inline-flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
}

.b360-suite-user {
  background: #071120;
  color: #fff;
  font-weight: 900;
}

.b360-suite-ring-button,
.b360-suite-ring-static {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  transition: transform 0.18s ease;
}

.b360-suite-ring-static {
  pointer-events: none;
}

.b360-suite-ring-button:active {
  transform: scale(0.96);
}

.b360-suite-ring-button:focus-visible {
  outline: 2px solid #00AEB3;
  outline-offset: 3px;
}

@keyframes b360-suite-ring-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes b360-suite-ring-glow {
  0%, 100% {
    filter: drop-shadow(0 0 2px #FF0040);
  }
  14% {
    filter: drop-shadow(0 0 2px #FF6600);
  }
  28% {
    filter: drop-shadow(0 0 2px #FFE600);
  }
  42% {
    filter: drop-shadow(0 0 2px #00FF88);
  }
  56% {
    filter: drop-shadow(0 0 2px #00E5FF);
  }
  70% {
    filter: drop-shadow(0 0 2px #2979FF);
  }
  84% {
    filter: drop-shadow(0 0 2px #D500F9);
  }
}

.b360-suite-ring {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: conic-gradient(#FF0040, #FFE600, #00FF88, #00E5FF, #2979FF, #D500F9, #FF0040);
  animation: b360-suite-ring-spin 2.8s linear infinite, b360-suite-ring-glow 2.8s linear infinite;
  transform-origin: center;
}

.b360-suite-ring::before {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: inherit;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(10,22,40,0.04);
}

.b360-suite-menu-icon {
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: #0A1628;
  fill: none;
  pointer-events: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.b360-suite-ring-button:hover .b360-suite-ring,
.b360-suite-ring-button[aria-expanded="true"] .b360-suite-ring {
  animation-duration: 1.1s, 1.1s;
}

.b360-suite-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 100010;
  min-width: 260px;
  overflow: hidden;
  border: 1px solid rgba(10,22,40,0.07);
  border-radius: 18px;
  background: rgba(255,255,255,0.98);
  box-shadow: 0 20px 60px rgba(10,22,40,0.18);
}

.b360-suite-menu.is-open {
  display: block;
}

.b360-suite-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(10,22,40,0.06);
}

.b360-suite-menu__header span {
  color: rgba(10,22,40,0.45);
  font-family: var(--b360-font-heading);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.b360-suite-menu__header button {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(10,22,40,0.45);
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1;
}

.b360-suite-menu__header button:hover {
  background: rgba(10,22,40,0.05);
  color: #0A1628;
}

.b360-suite-menu__items {
  padding: 0.35rem 0;
}

.b360-suite-menu__item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 8px;
  align-items: center;
  gap: 0.75rem;
  padding: 0.65rem 1rem;
  color: #0A1628;
  text-decoration: none;
  transition: background 0.18s ease;
}

.b360-suite-menu__item:hover,
.b360-suite-menu__item.is-active {
  background: rgba(10,22,40,0.04);
}

.b360-suite-menu__item.is-active {
  background: rgba(0,174,179,0.08);
}

.b360-suite-menu__icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #0A1628 0%, #111722 100%);
  color: #fff;
  font-family: var(--b360-font-heading);
  font-size: 0.72rem;
  font-weight: 950;
}

.b360-suite-menu__copy {
  min-width: 0;
}

.b360-suite-menu__copy strong,
.b360-suite-menu__copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.b360-suite-menu__copy strong {
  font-family: var(--b360-font-heading);
  font-size: 0.82rem;
}

.b360-suite-menu__copy small {
  margin-top: 0.15rem;
  color: rgba(10,22,40,0.45);
  font-size: 0.72rem;
}

.b360-suite-menu__active-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #00AEB3;
}

