/* v2: SoftLand-inspired hero framing (scoped to /v2 only via .ps-v2sl) */

.ps-v2sl .v2sl-hero {
  position: relative;
  overflow: clip;
  min-height: clamp(680px, 74vh, 860px);
}

.ps-v2sl .v2sl-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(127, 255, 212, 0.14), transparent 44%),
    radial-gradient(circle at 80% 25%, rgba(255, 191, 107, 0.10), transparent 52%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.86), rgba(2, 6, 23, 0.72));
  z-index: 0;
}

.ps-v2sl .v2sl-hero::after {
  display: none;
}

.ps-v2sl .v2sl-hero .ps-hero__ticker .dot {
  background: rgba(239, 68, 68, 0.92);
  box-shadow: 0 0 18px rgba(239, 68, 68, 0.55);
}

.ps-v2sl .v2sl-hero .v2-pill--outline-red {
  background: transparent;
  border-color: rgba(239, 68, 68, 0.65);
  color: rgba(255, 226, 226, 0.92);
}

.ps-v2sl .v2sl-hero .v2-pill--outline-green {
  background: transparent;
  border-color: rgba(34, 197, 94, 0.60);
  color: rgba(220, 252, 231, 0.92);
}

.ps-v2sl .v2sl-hero .ps-container {
  position: relative;
  z-index: 2;
}

.ps-v2sl .v2sl-hero #v2fx {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.9;
}

.ps-v2sl .v2sl-hero .v2-heroScene {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.9;
  border-radius: 0;
  filter: none;
}

.ps-v2sl .v2sl-hero .v2sl-media {
  display: none;
}

.ps-v2sl .v2sl-hero .v2-space {
  background:
    radial-gradient(circle at 75% 18%, rgba(122, 166, 255, 0.12), transparent 46%),
    radial-gradient(circle at 36% 82%, rgba(99, 102, 241, 0.10), transparent 52%),
    linear-gradient(180deg, rgba(2, 6, 23, 0.82) 0%, rgba(2, 6, 23, 0.58) 60%, rgba(2, 6, 23, 0.78) 100%);
  animation: v2-drift 18s ease-in-out infinite;
}

.ps-v2sl .v2sl-hero .v2-grid {
  opacity: 0.26;
}

.ps-v2sl .v2sl-hero .v2-scan {
  background: linear-gradient(90deg,
    rgba(122, 166, 255, 0) 0%,
    rgba(122, 166, 255, 0.16) 50%,
    rgba(122, 166, 255, 0) 100%);
  opacity: 0.35;
}

.ps-v2sl .v2sl-hero .v2-heroScene .v2-layer {
  border-radius: 0;
}

.ps-v2sl .v2sl-hero .v2-heroScene .v2-heroMask {
  border-radius: 0;
  background: radial-gradient(circle at 30% 25%, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.18) 45%, rgba(0, 0, 0, 0.70) 85%);
}

.ps-v2sl .v2sl-hero .v2-tableStage {
  justify-content: flex-end;
  padding-right: clamp(8px, 4vw, 54px);
  align-items: flex-start;
  padding-top: clamp(56px, 6vw, 92px);
}

.ps-v2sl .v2sl-hero .v2-tablePerspective {
  width: min(920px, 72vw);
  transform: perspective(1000px) rotateY(-14deg) rotateX(8deg);
  transform-origin: 80% 50%;
  translate: 0 0;
}

.ps-v2sl .v2sl-hero .v2-tableSurface {
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.62), rgba(2, 6, 23, 0.28));
  border-color: rgba(148, 163, 184, 0.14);
}

.ps-v2sl .v2sl-hero .v2-th {
  background: rgba(2, 6, 23, 0.70);
  border-bottom-color: rgba(148, 163, 184, 0.14);
}

.ps-v2sl .v2sl-hero .v2-pulseSvg {
  left: auto;
  right: 0;
  width: 58%;
  opacity: 0.62;
}

@media (min-width: 992px) {
  .ps-v2sl .v2sl-hero .v2-tablePerspective {
    width: min(900px, 64vw);
  }
}

@media (max-width: 992px) {
  .ps-v2sl .v2sl-hero .v2-tableStage {
    justify-content: center;
    padding-right: 0;
  }

  .ps-v2sl .v2sl-hero .v2-tablePerspective {
    width: min(920px, 92vw);
    transform: perspective(900px) rotateY(-10deg) rotateX(8deg);
  }
}

.ps-v2sl .v2sl-hero {
  padding-top: clamp(64px, 8vw, 96px);
  padding-bottom: clamp(64px, 8vw, 96px);
}
