html[data-glass-preview] .orbital-cta__button {
  background:
    linear-gradient(118deg, transparent 0 20%, #ffffff33 36%, #f8e8ff0f 51%, transparent 64%),
    linear-gradient(105deg, #24182c 0%, #5f4276 24%, #80639a 45%, #4b315d 67%, #211626 100%);
  background-position: 82% 0, 0 0;
  background-size: 170% 100%, 100% 100%;
  filter: drop-shadow(0 12px 18px #432a5530);
  box-shadow: inset 0 1px 0 #ffffff80, inset 0 -1px 0 #120a186e;
  transition: background-position 220ms ease-out, filter 220ms ease-out;
}

html[data-glass-preview] .orbital-cta__button:hover {
  background-position: 16% 0, 0 0;
  filter: drop-shadow(0 14px 22px #432a5545) brightness(1.08);
}

@media (prefers-reduced-motion: reduce) {
  html[data-glass-preview] .orbital-cta__button { transition: none; }
}
