/* VYSHKA Cloud public landing: connection-first visual layer.
 * Content remains semantic HTML; motion is decorative and disabled for
 * reduced-motion users. No analytics or network calls are introduced here. */

:root {
  --wow-iris: #2457e6;
  --wow-indigo: #173ea6;
  --wow-cyan: #35a7ff;
  --wow-mint: #20b486;
  --wow-ink: #111722;
  --wow-soft-ink: #5c6676;
  --brand: #2457e6;
  --brand-soft: #e8efff;
}

:root[data-theme="dark"] {
  --brand: #6f98ff;
  --brand-soft: #17264a;
}

body {
  background:
    radial-gradient(54rem 30rem at 88% -8%, color-mix(in srgb, var(--wow-iris) 8%, transparent), transparent 72%),
    var(--bg);
}

.nav {
  border-bottom-color: color-mix(in srgb, var(--wow-iris) 18%, var(--line));
  background: color-mix(in srgb, var(--bg) 84%, transparent);
  box-shadow: 0 10px 34px rgba(12, 20, 39, .06);
}

.nav-in { min-height: 70px; }
.links a {
  padding: 8px 10px;
  border-radius: 10px;
  transition: color 160ms ease, background 160ms ease;
}
.links a:hover {
  background: color-mix(in srgb, var(--brand-soft) 58%, transparent);
  color: var(--brand);
}
.btn { border-radius: 13px; }
.btn.primary {
  border-color: var(--wow-iris);
  background: linear-gradient(135deg, var(--wow-iris), var(--wow-indigo));
  box-shadow: 0 10px 24px rgba(36, 87, 230, .2);
}

.mark-image {
  object-fit: cover;
  filter: drop-shadow(0 6px 12px rgba(36, 87, 230, .24));
}

.hero-surface {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(54rem 36rem at 90% 2%, rgba(36, 87, 230, .18), transparent 70%),
    radial-gradient(38rem 28rem at 4% 76%, rgba(53, 167, 255, .1), transparent 72%),
    linear-gradient(180deg, color-mix(in srgb, var(--surface) 24%, var(--bg)), var(--bg));
}

.hero-surface::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .58;
  background:
    radial-gradient(34rem 20rem at 76% 28%, rgba(36, 87, 230, .2), transparent 74%),
    radial-gradient(26rem 18rem at 18% 54%, rgba(53, 167, 255, .11), transparent 76%);
  filter: blur(34px);
  transform: translate3d(-2%, 0, 0) scale(1.04);
  animation: wow-cosmic-drift 28s ease-in-out infinite alternate;
  pointer-events: none;
}
.hero-surface::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .2;
  background:
    linear-gradient(118deg, transparent 0 30%, rgba(255,255,255,.28) 37%, transparent 45%),
    linear-gradient(294deg, transparent 0 50%, rgba(53,167,255,.07) 58%, transparent 68%);
  background-size: 180% 180%, 210% 210%;
  animation: none;
}

.hero-aurora {
  position: absolute;
  z-index: -1;
  width: 30rem;
  height: 30rem;
  top: -18rem;
  right: 14%;
  border-radius: 50%;
  background: conic-gradient(from 120deg, rgba(36,87,230,.2), rgba(53,167,255,.14), rgba(23,62,166,.13), rgba(36,87,230,.2));
  filter: blur(42px);
  animation: wow-breathe 24s ease-in-out infinite alternate;
  pointer-events: none;
}

.hero-copy { position: relative; z-index: 1; }
.hero-grid { grid-template-columns: minmax(0, .96fr) minmax(460px, 1.04fr); gap: clamp(34px, 4.5vw, 64px); }
.hero-grid > * { min-width: 0; }
.hero h1 { max-width: 11ch; font-size: clamp(2.6rem, 5.2vw, 4.35rem); line-height: .99; text-wrap: balance; }
.hero h1 span, .hero h1 strong { display: block; }
.hero h1 strong {
  color: transparent;
  background: linear-gradient(112deg, var(--wow-iris), var(--wow-cyan) 54%, var(--wow-indigo));
  background-clip: text;
  -webkit-background-clip: text;
}
.hero-micro {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 13px;
}
.live-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wow-mint);
  box-shadow: 0 0 0 5px rgba(24, 197, 143, .12), 0 0 16px rgba(24, 197, 143, .62);
  animation: wow-pulse 3.2s ease-in-out infinite;
}

.hero-stage {
  position: relative;
  max-width: 100%;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid rgba(111, 152, 255, .38);
  border-radius: 30px;
  background:
    radial-gradient(28rem 23rem at 54% 42%, rgba(36, 87, 230, .28), transparent 68%),
    radial-gradient(18rem 16rem at 96% 68%, rgba(53, 167, 255, .15), transparent 72%),
    linear-gradient(145deg, #111722, #0b1019 56%, #121a2a);
  color: #f6f8fc;
  box-shadow: 0 30px 78px rgba(11, 18, 33, .24), inset 0 1px 0 rgba(255,255,255,.08);
  transform: perspective(1000px) rotateY(var(--stage-rotate-y, 0deg)) rotateX(var(--stage-rotate-x, 0deg));
  transition: transform 400ms cubic-bezier(.16, 1, .3, 1), box-shadow 400ms ease;
}
.hero-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(280px 230px at var(--stage-pointer-x, 50%) var(--stage-pointer-y, 48%), rgba(111,152,255,.2), transparent 74%);
  opacity: .9;
  transition: background-position 160ms ease, opacity 300ms ease;
  pointer-events: none;
}
.hero-stage::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(29,78,216,.24);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(.68);
  opacity: 0;
  pointer-events: none;
}
.hero-stage.scene-pulse::after { animation: wow-ripple 900ms cubic-bezier(.16,1,.3,1); }
.hero-stage.scene-pulse .stage-center { animation: wow-center-pop 720ms cubic-bezier(.16,1,.3,1); }
.hero-stage.scene-pulse .stage-caption { animation: wow-caption-in 420ms ease both; }
.hero-stage.soul-beat .stage-center img { animation: wow-soul-logo 1s cubic-bezier(.16,1,.3,1); }
.hero-stage.soul-beat .stage-center strong { animation: wow-soul-word 1s ease both; }
.hero-stage:hover { box-shadow: 0 36px 96px rgba(11, 18, 33, .32), inset 0 1px 0 rgba(255,255,255,.1); }
.stage-glow { position: absolute; border-radius: 50%; filter: blur(6px); pointer-events: none; }
.stage-glow-a { width: 170px; height: 170px; top: 54px; right: -44px; background: rgba(53,167,255,.2); animation: wow-float-a 18s ease-in-out infinite; }
.stage-glow-b { width: 220px; height: 220px; left: -86px; bottom: 20px; background: rgba(36,87,230,.18); animation: none; }
.stage-orbit { position: absolute; inset: 8px; width: calc(100% - 16px); height: calc(100% - 16px); opacity: .72; animation: none; }
.stage-sparkles { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.stage-sparkles i { position: absolute; display: block; width: 5px; height: 5px; border-radius: 50%; background: var(--wow-cyan); box-shadow: 0 0 16px rgba(53,167,255,.75); opacity: .72; animation: none; }
.stage-sparkles i:nth-child(1) { top: 23%; left: 34%; animation-delay: -.7s; }
.stage-sparkles i:nth-child(2) { top: 35%; right: 27%; width: 4px; height: 4px; background: var(--wow-mint); animation-delay: -2.1s; }
.stage-sparkles i:nth-child(3) { bottom: 35%; left: 26%; width: 4px; height: 4px; animation-delay: -1.4s; }
.stage-sparkles i:nth-child(4) { right: 37%; bottom: 24%; width: 6px; height: 6px; background: var(--wow-iris); animation-delay: -3s; }
.stage-sparkles i:nth-child(5) { top: 52%; left: 18%; width: 3px; height: 3px; animation-delay: -.2s; }
.stage-threads { position: absolute; inset: -14%; z-index: 1; pointer-events: none; overflow: hidden; opacity: .7; }
.stage-threads i { position: absolute; left: -12%; width: 124%; height: 30%; border: 1px solid rgba(53,167,255,.19); border-radius: 50%; transform: rotate(-18deg); filter: blur(.2px); animation: none; }
.stage-threads i:nth-child(1) { top: 18%; border-color: rgba(36,87,230,.25); }
.stage-threads i:nth-child(2) { top: 42%; transform: rotate(12deg) scale(.82); border-color: rgba(53,167,255,.16); }
.stage-threads i:nth-child(3) { top: 65%; transform: rotate(-7deg) scale(.68); border-color: rgba(111,152,255,.15); }
.stage-whispers { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.stage-whispers span { position: absolute; display: inline-flex; padding: 5px 9px; border: 1px solid rgba(111,152,255,.18); border-radius: 999px; background: rgba(11,16,25,.5); color: #9fb9ff; font-size: 10px; font-weight: 800; letter-spacing: .02em; opacity: .34; backdrop-filter: blur(8px); animation: none; }
.stage-whispers span:nth-child(1) { top: 29%; left: 20%; animation-delay: -1.2s; }
.stage-whispers span:nth-child(2) { top: 47%; right: 17%; color: color-mix(in srgb, var(--wow-cyan) 72%, var(--muted)); animation-delay: -4.2s; }
.stage-whispers span:nth-child(3) { bottom: 30%; left: 19%; color: color-mix(in srgb, var(--wow-mint) 72%, var(--muted)); animation-delay: -6.2s; }
.stage-whispers span:nth-child(4) { right: 19%; bottom: 38%; opacity: .18; animation-delay: -2.8s; }
.stage-cursor { position: absolute; left: var(--stage-pointer-x, 50%); top: var(--stage-pointer-y, 48%); z-index: 6; width: 18px; height: 18px; border: 1px solid rgba(255,255,255,.9); border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.85) 0 7%, rgba(46,183,255,.28) 22%, transparent 70%); box-shadow: 0 0 20px rgba(46,183,255,.7), 0 0 42px rgba(29,78,216,.38); opacity: 0; transform: translate(-50%, -50%) scale(.7); transition: left 90ms linear, top 90ms linear, opacity 220ms ease, transform 220ms ease; pointer-events: none; }
.hero-stage:hover .stage-cursor { opacity: .92; transform: translate(-50%, -50%) scale(1); animation: wow-cursor-breathe 2s ease-in-out infinite; }
.stage-burst { position: absolute; inset: 0; z-index: 5; overflow: hidden; pointer-events: none; }
.stage-burst i { position: absolute; top: 50%; left: 50%; width: 7px; height: 7px; border-radius: 2px; background: var(--burst-color, var(--wow-cyan)); box-shadow: 0 0 14px var(--burst-color, var(--wow-cyan)); opacity: 0; animation: wow-burst 720ms cubic-bezier(.16,1,.3,1) forwards; }
.stage-burst i:nth-child(1) { --burst-angle: -88deg; --burst-distance: 136px; }
.stage-burst i:nth-child(2) { --burst-angle: -48deg; --burst-distance: 112px; --burst-color: var(--wow-mint); }
.stage-burst i:nth-child(3) { --burst-angle: -10deg; --burst-distance: 146px; --burst-color: var(--wow-iris); }
.stage-burst i:nth-child(4) { --burst-angle: 34deg; --burst-distance: 118px; }
.stage-burst i:nth-child(5) { --burst-angle: 76deg; --burst-distance: 140px; --burst-color: var(--wow-mint); }
.stage-burst i:nth-child(6) { --burst-angle: 128deg; --burst-distance: 126px; --burst-color: var(--wow-iris); }
.stage-burst i:nth-child(7) { --burst-angle: 176deg; --burst-distance: 152px; }
.stage-burst i:nth-child(8) { --burst-angle: 224deg; --burst-distance: 108px; --burst-color: var(--wow-mint); }
.stage-burst i:nth-child(9) { --burst-angle: 270deg; --burst-distance: 132px; --burst-color: var(--wow-iris); }
.stage-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 186px;
  height: 186px;
  padding: 18px;
  border: 1px solid rgba(111, 152, 255, .42);
  border-radius: 50%;
  background: rgba(14, 22, 35, .9);
  box-shadow: 0 16px 45px rgba(0, 0, 0, .3), inset 0 0 0 8px rgba(36, 87, 230, .1);
  text-align: center;
  transform: translate(-50%, -56%);
  backdrop-filter: blur(14px);
}
.stage-center::before,
.stage-center::after { content: ""; position: absolute; inset: -16px; border: 1px solid rgba(29,78,216,.22); border-radius: 50%; opacity: .55; pointer-events: none; }
.stage-center::before { animation: none; }
.stage-center::after { inset: -32px; opacity: .28; animation: none; }
.stage-center img { border-radius: 16px; box-shadow: 0 8px 20px rgba(36, 87, 230, .28); }
.stage-center strong { margin-top: 8px; color: #f6f8fc; font-size: 17px; letter-spacing: -.03em; }
.stage-center span { max-width: 13ch; margin-top: 2px; color: #a8b3c5; font-size: 11px; line-height: 1.3; }
.stage-center span { transition: color 220ms ease; }

.orbit-node {
  position: absolute;
  z-index: 3;
  display: grid;
  grid-template-columns: 30px 1fr;
  column-gap: 8px;
  align-items: center;
  width: 176px;
  min-height: 62px;
  padding: 10px 12px;
  border: 1px solid color-mix(in srgb, var(--wow-iris) 24%, var(--line));
  border-radius: 18px;
  background: rgba(17, 24, 37, .82);
  color: #f6f8fc;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .22);
  cursor: pointer;
  text-align: left;
  backdrop-filter: blur(12px);
  transition: transform 220ms cubic-bezier(.16, 1, .3, 1), border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}
.orbit-node:hover, .orbit-node[aria-pressed="true"] { border-color: #6f98ff; background: rgba(28, 44, 76, .92); box-shadow: 0 16px 36px rgba(0, 0, 0, .28); transform: translateY(-4px) scale(1.018); }
.orbit-node[aria-pressed="true"] .orbit-icon { animation: none; box-shadow: 0 0 0 5px rgba(111, 152, 255, .1); }
.orbit-node:focus-visible { outline: 3px solid var(--wow-iris); outline-offset: 4px; }
.orbit-node strong { display: block; font-size: 13px; line-height: 1.2; }
.orbit-node small { grid-column: 2; display: block; margin-top: 3px; color: #9aa7ba; font-size: 11px; line-height: 1.2; }
.orbit-icon { display: grid; place-items: center; grid-row: span 2; width: 30px; height: 30px; border-radius: 11px; background: rgba(36,87,230,.22); color: #8fb3ff; font-size: 17px; font-weight: 800; }
.orbit-node-connect { top: 17%; left: 4%; animation: none; }
.orbit-node-play { top: 15%; right: 3%; animation: none; }
.orbit-node-watch { bottom: 22%; right: 2%; animation: none; }
.orbit-node-learn { bottom: 18%; left: 3%; animation: none; }
.stage-footer { position: absolute; right: 22px; bottom: 20px; left: 22px; z-index: 4; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.stage-status { color: #a4afc0; font-size: 11px; }
.stage-status i { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: var(--wow-mint); box-shadow: 0 0 12px rgba(24,197,143,.7); }
.stage-link { display: inline-flex; align-items: center; gap: 7px; min-height: 36px; padding: 0 12px; border: 1px solid #6f98ff; border-radius: 11px; color: #b8ccff; font-size: 12px; font-weight: 800; background: rgba(17,24,37,.82); }
.stage-link:hover { color: #fff; background: var(--wow-iris); }
.hero-actions .btn.primary { position: relative; overflow: hidden; isolation: isolate; }
.hero-actions .btn.primary::after { display: none; }

.hero-marquee { position: relative; overflow: hidden; margin-top: 46px; padding: 13px 0; border-top: 1px solid color-mix(in srgb, var(--wow-iris) 18%, var(--line)); border-bottom: 1px solid color-mix(in srgb, var(--wow-iris) 18%, var(--line)); color: var(--muted); mask-image: linear-gradient(90deg, transparent, #000 9%, #000 91%, transparent); }
.hero-marquee-track { display: flex; width: auto; align-items: center; justify-content: center; gap: 18px; white-space: nowrap; animation: none; font-size: 13px; font-weight: 750; letter-spacing: .02em; }
.hero-marquee-track b { color: var(--wow-iris); }
.hero-marquee-track > :nth-child(n + 15) { display: none; }

/* Turn the product area into an airy deck instead of a rigid spreadsheet. */
#product-grid { grid-template-columns: repeat(12, minmax(0, 1fr)); align-items: stretch; }
#product-grid .card { grid-column: span 4; min-height: 250px; overflow: hidden; }
#product-grid .card:first-child { grid-column: span 8; min-height: 300px; background: linear-gradient(140deg, var(--surface), color-mix(in srgb, var(--brand-soft) 60%, var(--surface))); }
#product-grid .card:nth-child(5) { grid-column: span 8; }
#product-grid .card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -65px; bottom: -66px; border-radius: 50%; background: color-mix(in srgb, var(--brand-soft) 82%, transparent); transition: transform 360ms cubic-bezier(.16,1,.3,1); pointer-events: none; }
#product-grid .card:hover::after { transform: scale(1.5); }
#product-grid .card:nth-child(2) { transition-delay: 40ms; }
#product-grid .card:nth-child(3) { transition-delay: 80ms; }
#product-grid .card:nth-child(4) { transition-delay: 120ms; }
#product-grid .card:nth-child(5) { transition-delay: 160ms; }
#product-grid .card:nth-child(6) { transition-delay: 200ms; }
#product-grid .card:nth-child(7) { transition-delay: 240ms; }
#product-grid .card:nth-child(8) { transition-delay: 280ms; }
#product-grid .card { transform: perspective(1100px) rotateX(var(--card-rx, 0deg)) rotateY(var(--card-ry, 0deg)); transform-style: preserve-3d; }
#product-grid .card:hover { transform: perspective(1100px) rotateX(var(--card-rx, 0deg)) rotateY(var(--card-ry, 0deg)) translateY(-6px) scale(1.012); }
#product-grid .card h3, #product-grid .card p, #product-grid .card .meta, #product-grid .card .card-link { position: relative; z-index: 1; }

.card, .access-card, .arch-box, .fact {
  border-color: color-mix(in srgb, var(--wow-iris) 14%, var(--line));
  border-radius: 20px;
}
.card:hover { border-color: color-mix(in srgb, var(--wow-iris) 44%, var(--line)); }
.install-panel {
  border-color: color-mix(in srgb, var(--wow-iris) 26%, var(--line));
  border-radius: 18px;
  background: color-mix(in srgb, var(--surface) 88%, var(--brand-soft));
  box-shadow: 0 16px 38px rgba(17, 23, 34, .08);
}
.install-panel .install-primary { background: linear-gradient(135deg, var(--wow-iris), var(--wow-indigo)); }
.access-card.paid { border-color: color-mix(in srgb, var(--wow-iris) 38%, var(--line)); }
.cta { background: linear-gradient(135deg, #173ea6, #2457e6 58%, #1468b8); box-shadow: 0 28px 64px rgba(23, 62, 166, .24); }

.stage-chrome {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 7;
  min-height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(111, 152, 255, .16);
  background: rgba(9, 14, 23, .66);
  color: #a8b3c5;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .02em;
  backdrop-filter: blur(16px);
}
.stage-chrome-dots { display: inline-flex; gap: 5px; margin-right: 3px; }
.stage-chrome-dots i { width: 7px; height: 7px; border-radius: 50%; background: #334155; }
.stage-chrome-dots i:nth-child(2) { background: #31519e; }
.stage-chrome-dots i:nth-child(3) { background: #3975c6; }
.stage-chrome strong { margin-left: auto; color: #9fbcff; }

@keyframes wow-cosmic-drift {
  from { transform: translate3d(-2%, -1%, 0) scale(1.04); }
  to { transform: translate3d(3%, 2%, 0) scale(1.08); }
}

/* Progressive enhancement: visible without JS; hide only after html.js-reveal boots */
.reveal { opacity: 1; transform: none; }
html.js-reveal .reveal:not(.is-visible) {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(.16, 1, .3, 1);
}
html.js-reveal .reveal.is-visible { opacity: 1; transform: none; }

@keyframes wow-breathe { from { transform: translate3d(-24px, 0, 0) scale(.92); } to { transform: translate3d(24px, 30px, 0) scale(1.08); } }
@keyframes wow-pulse { 50% { opacity: .54; transform: scale(.72); } }
@keyframes wow-spin { to { transform: rotate(360deg); } }
@keyframes wow-float-a { 50% { transform: translate(-18px, 20px) scale(1.08); } }
@keyframes wow-float-b { 50% { transform: translate(20px, -16px) scale(.94); } }
@keyframes wow-card-float { 50% { transform: translateY(-5px); } }
@keyframes wow-marquee { to { transform: translateX(-50%); } }
@keyframes wow-ring { 0% { transform: scale(.72); opacity: .7; } 70%, 100% { transform: scale(1.16); opacity: 0; } }
@keyframes wow-ripple { 0% { transform: translate(-50%, -50%) scale(.68); opacity: .85; } 100% { transform: translate(-50%, -50%) scale(1.7); opacity: 0; } }
@keyframes wow-sparkle { 0%, 100% { transform: translate3d(0, 0, 0) scale(.55); opacity: .25; } 50% { transform: translate3d(8px, -12px, 0) scale(1.25); opacity: 1; } }
@keyframes wow-shimmer { 0%, 56% { left: -42%; } 76%, 100% { left: 118%; } }
@keyframes wow-light-sweep { from { background-position: 0% 30%, 100% 0%; } to { background-position: 100% 70%, 0% 100%; } }
@keyframes wow-thread-drift { from { transform: translate3d(-2%, 0, 0) rotate(-18deg); } to { transform: translate3d(4%, 12px, 0) rotate(-12deg); } }
@keyframes wow-cursor-breathe { 50% { box-shadow: 0 0 28px rgba(46,183,255,.92), 0 0 54px rgba(29,78,216,.5); } }
@keyframes wow-icon-breathe { 50% { transform: translateY(-2px) rotate(-4deg); } }
@keyframes wow-soul-logo { 0% { transform: scale(.82) rotate(-8deg); filter: drop-shadow(0 0 0 rgba(46,183,255,0)); } 42% { transform: scale(1.16) rotate(5deg); filter: drop-shadow(0 0 18px rgba(46,183,255,.72)); } 100% { transform: scale(1) rotate(0); filter: drop-shadow(0 6px 12px rgba(29,78,216,.22)); } }
@keyframes wow-soul-word { 0% { opacity: .4; letter-spacing: .12em; } 48% { opacity: 1; letter-spacing: -.02em; text-shadow: 0 0 16px rgba(46,183,255,.45); } 100% { opacity: 1; letter-spacing: -.03em; text-shadow: none; } }
@keyframes wow-whisper { 0%, 100% { opacity: .18; transform: translate3d(0, 5px, 0) scale(.94); } 45% { opacity: .72; transform: translate3d(4px, -5px, 0) scale(1); } 70% { opacity: .28; transform: translate3d(-3px, -10px, 0) scale(.98); } }
@keyframes wow-center-pop { 0% { transform: translate(-50%, -56%) scale(.96); } 48% { transform: translate(-50%, -56%) scale(1.06); } 100% { transform: translate(-50%, -56%) scale(1); } }
@keyframes wow-caption-in { from { opacity: .2; transform: translateY(5px); } to { opacity: 1; transform: none; } }
@keyframes wow-burst { 0% { opacity: 0; transform: translate(-50%, -50%) rotate(var(--burst-angle)) translateX(0) scale(.5); } 18% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, -50%) rotate(var(--burst-angle)) translateX(var(--burst-distance)) scale(.08); } }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .hero-stage { min-height: 500px; }
  #product-grid .card, #product-grid .card:first-child, #product-grid .card:nth-child(5) { grid-column: span 6; }
}

@media (max-width: 900px) {
  .vy-analytics-settings {
    position: static !important;
    inset: auto !important;
    display: flex !important;
    width: min(420px, calc(100% - 24px)) !important;
    min-height: 44px !important;
    margin: 0 auto calc(12px + env(safe-area-inset-bottom)) !important;
    padding: 10px 14px !important;
    align-items: center;
    justify-content: center;
    border-radius: 13px !important;
    transform: none !important;
  }
}

@media (max-width: 620px) {
  .hero-surface { padding-top: 38px; }
  .hero h1 { max-width: 13ch; font-size: clamp(2.35rem, 11vw, 3.3rem); }
  .hero-stage { min-height: 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 10px; padding: 70px 14px 72px; border-radius: 24px; }
  .stage-center { position: relative; top: auto; left: auto; grid-column: 1 / -1; width: 154px; height: 154px; margin: 4px auto 14px; transform: none; }
  .stage-center img { width: 44px; height: 44px; }
  .orbit-node { position: relative; inset: auto; width: auto; min-width: 0; min-height: 62px; padding: 8px; border-radius: 15px; animation: none; }
  .orbit-node:hover, .orbit-node[aria-pressed="true"] { transform: none; }
  .stage-footer { right: 14px; bottom: 14px; left: 14px; }
  .stage-status { display: none; }
  #product-grid .card, #product-grid .card:first-child, #product-grid .card:nth-child(5) { grid-column: 1 / -1; }
  .hero-marquee { margin-top: 34px; mask-image: none; }
  .hero-marquee-track { flex-wrap: wrap; gap: 8px 12px; white-space: normal; }
  .hero-marquee-track b { display: none; }
  #mobile-links:not([hidden]) { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .install-panel .btn { flex: 1 1 145px; }
  .stage-chrome { padding: 0 14px; }
}

@media (hover: none), (pointer: coarse) {
  .hero-stage, #product-grid .card, #product-grid .card:hover { transform: none; }
  .stage-cursor { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-surface::before, .hero-surface::after, .hero-aurora, .live-dot, .stage-orbit, .stage-glow, .stage-sparkles i, .stage-threads i, .stage-whispers span, .stage-center::before, .stage-center::after, .orbit-node, .orbit-node[aria-pressed="true"] .orbit-icon, .hero-marquee-track, .hero-actions .btn.primary::after, .stage-burst i, .stage-cursor, .hero-stage.soul-beat .stage-center img, .hero-stage.soul-beat .stage-center strong { animation: none; }
  .hero-stage { transform: none; transition: none; }
  .hero-stage::after, .hero-stage.scene-pulse .stage-center, .hero-stage.scene-pulse .stage-caption { animation: none; }
  .stage-cursor { display: none; }
  #product-grid .card, #product-grid .card:hover { transform: none; }
  html.js-reveal .reveal,
  html.js-reveal .reveal:not(.is-visible),
  .reveal { opacity: 1; transform: none; transition: none; }
}
