.qbah-nav-outer {
  width: 100%;
}
.qbah-nav-wrap {
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.qbah-logo {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none !important;
  letter-spacing: -0.03em;
  flex-shrink: 0;
}

.qbah-links {
  display: flex;
  align-items: center;
}
.qbah-links a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none !important;
  font-family: 'Inter', sans-serif;
  white-space: nowrap;
  transition: color 0.15s, background 0.15s;
}

.qbah-cta {
  display: inline-flex !important;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  font-family: 'Plus Jakarta Sans', sans-serif;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s;
}

.qbah-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none !important;
  border: none !important;
  outline: none;
}
.qbah-hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 9999px;
  transition: all 0.25s;
}

.qbah-mobile-menu {
  display: none;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.qbah-mobile-menu.open {
  display: flex;
}
.qbah-mobile-menu a {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none !important;
  font-family: 'Inter', sans-serif;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  transition: color 0.15s, background 0.15s;
}
.qbah-mobile-menu .qbah-cta {
  margin: 16px 24px;
  justify-content: center;
}

@media(max-width: 768px) {
  .qbah-links { display: none !important; }
  .qbah-hamburger { display: flex !important; }
}
