.st-v2-hero {
  position: relative;
  padding: 40px 0 28px;
}

.st-v2-hero__grid {
  display: grid;
  grid-template-columns: minmax(620px, 1.08fr) minmax(420px, 0.92fr);
  gap: 28px;
  align-items: stretch;
}

.st-v2-hero__panel {
  position: relative;
  min-height: 620px;
  padding: 40px;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.st-v2-hero__atmosphere {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.st-v2-hero__orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(10px);
}

.st-v2-hero__orb--cyan {
  top: 10%;
  right: 18%;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(88,215,255,0.28), transparent 68%);
  animation: st-v2-float 9s ease-in-out infinite;
}

.st-v2-hero__orb--indigo {
  bottom: 8%;
  left: 6%;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(107,109,255,0.16), transparent 70%);
  animation: st-v2-float 12s ease-in-out infinite reverse;
}

.st-v2-hero__pill {
  position: relative;
  min-height: 76px;
  padding: 12px 24px;
  border-radius: 999px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  color: #06111c;
  font-weight: 800;
  letter-spacing: 0.03em;
  background: linear-gradient(135deg, rgba(126,240,255,0.92), rgba(127,200,255,0.92));
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.42), 0 16px 40px rgba(88,215,255,0.12);
}

.st-v2-hero__eyebrow {
  position: relative;
  margin-top: 20px;
  margin-bottom: 12px;
  color: var(--st-v2-text-2);
  font-size: 20px;
}

.st-v2-hero__title {
  position: relative;
  margin: 0;
  max-width: 9.5ch;
  font-size: clamp(72px, 7vw, 104px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--st-v2-text-0);
}

.st-v2-hero__body {
  position: relative;
  margin-top: 24px;
  max-width: 52ch;
  color: var(--st-v2-text-1);
  font-size: 21px;
  line-height: 1.45;
}

.st-v2-hero__actions {
  position: relative;
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.st-v2-hero__microline {
  position: relative;
  margin-top: 32px;
  color: var(--st-v2-text-2);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.st-v2-hero__insight-grid {
  position: relative;
  margin-top: auto;
  padding-top: 28px;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.st-v2-hero__insight {
  border-radius: 24px;
  padding: 18px;
}

.st-v2-hero__insight h2 {
  margin: 14px 0 10px;
  font-size: 24px;
  line-height: 1.02;
  color: var(--st-v2-text-0);
}

.st-v2-hero__insight p {
  margin: 0;
  color: var(--st-v2-text-1);
  line-height: 1.5;
}

.st-v2-signal-list {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.st-v2-signal-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--st-v2-text-1);
  font-size: 14px;
}

.st-v2-signal-list strong {
  color: #b8f5ff;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 12px;
}

.st-v2-hero__stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.st-v2-hero__reel,
.st-v2-node {
  border-radius: 28px;
  padding: 20px 22px;
}

.st-v2-hero__reel {
  min-height: 260px;
}

.st-v2-hero__reel-head,
.st-v2-node__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.st-v2-hero__status,
.st-v2-node__status {
  color: var(--st-v2-text-2);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.st-v2-hero__reel-media {
  position: relative;
  margin-top: 14px;
  height: 182px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.08);
  background:
    radial-gradient(circle at 80% 20%, rgba(88,215,255,0.22), transparent 25%),
    linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
}

.st-v2-hero__video,
.st-v2-hero__poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

.st-v2-hero__reel-overlay {
  position: absolute;
  inset: 0;
  background: var(--st-v2-reel-overlay);
}

:root[data-theme="dark"] .st-v2-hero__video--light,
:root:not([data-theme="dark"]) .st-v2-hero__video--dark {
  display: none;
}

.st-v2-hero__reel-telemetry {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.st-v2-hero__reel-telemetry-label {
  flex: 0 0 auto;
  border-radius: 999px;
  border: 1px solid rgba(148, 228, 255, 0.28);
  background: linear-gradient(135deg, rgba(14, 34, 54, 0.9), rgba(11, 20, 42, 0.88));
  color: #c5f8ff;
  padding: 6px 10px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 0 18px rgba(84, 210, 255, 0.14);
}

.st-v2-hero__reel-telemetry-viewport {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0, black 7%, black 93%, transparent 100%);
}

.st-v2-hero__reel-telemetry-track {
  display: flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  animation: st-v2-hero-telemetry-scroll 40s linear infinite;
}

.st-v2-hero__reel-telemetry-item {
  flex: 0 0 auto;
  border-radius: 999px;
  border: 1px solid rgba(171, 203, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(16, 27, 58, 0.92), rgba(6, 14, 30, 0.9)),
    linear-gradient(90deg, rgba(101, 161, 255, 0.12), rgba(128, 244, 255, 0.1));
  color: #d9f7ff;
  padding: 6px 12px;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 0 22px rgba(100, 165, 255, 0.12);
}

@keyframes st-v2-hero-telemetry-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 4px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .st-v2-hero__reel-telemetry-track {
    animation: none;
  }
}

.st-v2-hero__reel-caption {
  margin-top: 14px;
  color: var(--st-v2-text-1);
  line-height: 1.5;
}

.st-v2-node {
  position: relative;
  text-decoration: none;
  color: inherit;
  min-height: 132px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.st-v2-node:hover {
  transform: translateY(-2px) perspective(1200px) rotateX(2deg);
  border-color: var(--st-v2-line-1);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 22px 48px rgba(0,0,0,0.38),
    0 0 0 1px rgba(88,215,255,0.08);
}

.st-v2-node h3 {
  margin: 12px 0 8px;
  font-size: 28px;
  line-height: 1.05;
  color: var(--st-v2-text-0);
}

.st-v2-node p {
  margin: 0;
  color: var(--st-v2-text-1);
  line-height: 1.45;
  max-width: 34ch;
}

.st-v2-node__arrow {
  position: absolute;
  right: 22px;
  bottom: 18px;
  font-size: 20px;
  color: #8debff;
  transition: transform 180ms ease;
}

.st-v2-node:hover .st-v2-node__arrow {
  transform: translateX(4px);
}

@keyframes st-v2-float {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -10px, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .st-v2-hero__orb,
  .st-v2-reveal {
    animation: none;
  }

  .st-v2-reveal {
    opacity: 1;
    transform: none;
  }

  .st-v2-node:hover,
  .st-v2-btn:hover {
    transform: none;
  }
}

@media (max-width: 1200px) {
  .st-v2-hero__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .st-v2-hero__panel {
    min-height: auto;
    padding: 28px;
  }

  .st-v2-hero__title {
    font-size: clamp(52px, 12vw, 76px);
  }

  .st-v2-hero__body {
    font-size: 16px;
  }

  .st-v2-hero__insight-grid {
    grid-template-columns: 1fr;
  }
}