
/* Stage 389 — Windows UI transfer guard layer
   Purpose: preserve the original Windows terminal visual system while connecting it to the production backend. */
:root {
  --qlion-stage389-note: "windows-ui-transfer";
}
body.stage389-windows-ui {
  background: radial-gradient(circle at 12% 0%, rgba(30,64,175,.16), transparent 30%),
              linear-gradient(180deg,#07111f 0%, #091525 48%, #07101c 100%);
}
body.stage389-windows-ui .shell {
  background: transparent;
}
body.stage389-windows-ui #heroSummary {
  max-width: 880px;
}
body.stage389-windows-ui .hero-media-cta__copy strong,
body.stage389-windows-ui .hero-media-cta__copy small {
  overflow-wrap: anywhere;
}
body.stage389-windows-ui .hero-media-cta--deriv small::first-letter {
  text-transform: uppercase;
}
body.stage389-windows-ui [data-stage386-launch-strip],
body.stage389-windows-ui .stage386-launch-strip,
body.stage389-windows-ui .stage386-proof-grid,
body.stage389-windows-ui .stage386-proof-card,
body.stage389-windows-ui .stage387-service-label {
  display: none !important;
}
@media (max-width: 760px) {
  body.stage389-windows-ui #heroSummary { max-width: 100%; }
}
