
/* VCORE Server subsite — additive only */
body.server-site .nav-connect{
  background:linear-gradient(135deg,#7A2CFF,#FF2ABF);
  color:#fff;
  border-color:transparent;
}
body.server-site .hero-copy .eyebrow i,
body.server-site .live-dot{
  box-shadow:0 0 18px rgba(120,255,154,.55);
}
body.server-site .server-live-label{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:6px 9px;
  border:1px solid rgba(120,255,154,.16);
  border-radius:999px;
  background:rgba(120,255,154,.035);
  color:#aaffbc;
  font-size:7px;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.08em;
}
body.server-site .server-live-label::before{
  content:"";
  width:6px;height:6px;border-radius:50%;
  background:#78ff9a;
  box-shadow:0 0 12px rgba(120,255,154,.65);
}
body.server-site .server-product-link{
  border-color:rgba(159,252,255,.14)!important;
  color:#c9fbff!important;
}

/* Stage 5 server product refinement */
