/* ABDflow demo-environment indicator — distinguishes product simulations from company facts. */
.abd-demo-badge {
  position: absolute;
  z-index: 4;
  top: 10px;
  left: 10px;
  max-width: calc(100% - 20px);
  padding: 5px 9px 5px 8px;
  border: 1px solid rgba(154, 196, 255, .22);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #d7e7f8;
  background: rgba(7, 16, 28, .78);
  box-shadow: 0 8px 22px rgba(4, 12, 24, .28), inset 0 1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font: 650 9px/1.2 "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: .04em;
  pointer-events: none;
}
.abd-demo-badge i {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: #7dd3ff;
  box-shadow: 0 0 8px rgba(125, 211, 255, .7);
}
[data-demo-environment] {
  position: relative;
}
.sim-stack[data-demo-environment] > .abd-demo-badge,
.phone-stack[data-demo-environment] > .abd-demo-badge {
  z-index: 8;
  top: 8px;
  left: 8px;
}
.nx-cockpit[data-demo-environment] > .abd-demo-badge {
  top: 18px;
  left: 18px;
}
.nx-products[data-demo-environment] .nx-wrap > .abd-demo-badge,
.nx-section[data-demo-environment] .nx-wrap > .abd-demo-badge,
.tool-finder[data-demo-environment] .tool-finder-inner > .abd-demo-badge {
  position: relative;
  top: auto;
  left: auto;
  margin: 0 0 18px;
  color: #8fb4d6;
  background: rgba(255, 255, 255, .04);
}
.hero-interface[data-demo-environment] > .abd-demo-badge {
  z-index: 8;
  top: 14px;
  left: 14px;
}
.abdh-hero .abd-demo-badge {
  z-index: 6;
}
@media (max-width: 680px) {
  .abd-demo-badge { font-size: 8px; padding: 5px 8px; }
}
@media (prefers-reduced-motion: reduce) {
  .abd-demo-badge i { box-shadow: none; }
}
