/* ORBIX COMMERCIAL UPGRADE */

.orbix-credit-bar {
  position: fixed;
  top: 88px;
  right: 22px;
  z-index: 9999;
  background: rgba(7, 14, 32, .86);
  border: 1px solid rgba(80, 220, 255, .45);
  box-shadow: 0 0 24px rgba(0, 200, 255, .22);
  backdrop-filter: blur(16px);
  border-radius: 18px;
  padding: 14px 18px;
  color: #fff;
  font-family: system-ui, sans-serif;
  min-width: 210px;
}

.orbix-credit-bar small {
  display: block;
  opacity: .75;
  font-size: 12px;
}

.orbix-credit-balance {
  font-size: 24px;
  font-weight: 800;
  margin: 4px 0 10px;
  background: linear-gradient(90deg,#32dfff,#b66cff,#ff4fc3);
  -webkit-background-clip: text;
  color: transparent;
}

.orbix-credit-actions {
  display: flex;
  gap: 8px;
}

.orbix-credit-actions a {
  flex: 1;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 999px;
  padding: 8px 10px;
  background: linear-gradient(90deg,#26d9ff,#8d63ff);
}

.orbix-floating-whatsapp,
.orbix-floating-avatar {
  position: fixed;
  right: 22px;
  z-index: 9999;
  text-decoration: none;
  color: #071020;
  font-weight: 900;
  border-radius: 999px;
  padding: 15px 22px;
  box-shadow: 0 0 26px rgba(0, 220, 255, .35);
  font-family: system-ui, sans-serif;
}

.orbix-floating-whatsapp {
  bottom: 28px;
  background: linear-gradient(90deg,#27ff9a,#34d6ff);
}

.orbix-floating-avatar {
  bottom: 88px;
  background: linear-gradient(90deg,#34d6ff,#b66cff,#ff4fc3);
  color: #fff;
}

.orbix-commercial-hero-note {
  margin: 22px auto 0;
  max-width: 860px;
  font-size: clamp(18px,2vw,28px);
  line-height: 1.45;
  color: rgba(255,255,255,.92);
  text-align: center;
}

.orbix-commercial-hero-note strong {
  color: #41e7ff;
}

@media(max-width: 900px) {
  .orbix-credit-bar {
    top: auto;
    bottom: 150px;
    right: 14px;
    left: 14px;
    min-width: unset;
  }

  .orbix-floating-whatsapp,
  .orbix-floating-avatar {
    right: 14px;
    left: 14px;
    text-align: center;
  }
}
