.oky-wow #s-hero {
  min-height: 100vh !important;
  position: relative;
  overflow: hidden;
}

.oky-particles {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .72;
  pointer-events: none;
}

.oky-wow #s-hero > .okyv3-container,
.oky-wow .okyv3-hero {
  position: relative;
  z-index: 1;
}

.oky-wow .okyv3-hero {
  min-height: calc(100vh - 112px);
  align-items: center;
}

.oky-wow .okyv3-hero h1 {
  max-width: 820px;
  line-height: .88 !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

.oky-typewriter {
  display: block;
  min-height: 1.02em;
  color: var(--oky-text-primary);
}

.oky-typewriter strong {
  background: linear-gradient(110deg, var(--oky-accent-primary), var(--oky-accent-secondary));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 900;
}

.oky-caret {
  display: inline-block;
  width: .08em;
  height: .88em;
  margin-left: .08em;
  transform: translateY(.08em);
  background: var(--oky-accent-primary);
  box-shadow: var(--oky-glow-sm);
}

.oky-wow .okyv3-command {
  min-height: 680px;
  transform-style: preserve-3d;
}

.oky-wow .okyv3-live {
  color: var(--oky-accent-primary) !important;
  text-shadow: var(--oky-glow-sm);
}

.oky-dashboard-metrics {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  z-index: 2;
}

.oky-metric {
  border: 1px solid rgba(0,245,160,.17);
  border-radius: 18px;
  padding: 14px;
  background: rgba(2,10,6,.72);
  backdrop-filter: blur(14px);
}

.oky-metric small {
  display: block;
  color: var(--oky-text-muted);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.oky-metric b {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: 26px;
}

.oky-scroll {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 2;
  width: 34px;
  height: 54px;
  border: 1px solid rgba(0,245,160,.34);
  border-radius: 999px;
  transform: translateX(-50%);
}

.oky-scroll:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: var(--oky-accent-primary);
  box-shadow: var(--oky-glow-sm);
  transform: translateX(-50%);
}

@media (prefers-reduced-motion: no-preference) {
  .oky-caret {
    animation: okyBlink 1s steps(2, start) infinite;
  }

  .oky-wow .okyv3-live {
    animation: okyBlink 1.25s steps(2, start) infinite;
  }

  .oky-wow .okyv3-panel,
  .oky-wow .okyv3-float,
  .oky-metric {
    animation: okyBoot .85s ease both;
    will-change: opacity, transform;
  }

  .oky-wow .okyv3-panel:nth-child(2) { animation-delay: .13s; }
  .oky-wow .okyv3-panel:nth-child(3) { animation-delay: .26s; }
  .oky-wow .okyv3-float.b { animation-delay: .22s; }
  .oky-wow .okyv3-float.c { animation-delay: .34s; }

  .oky-scroll:before {
    animation: okyScrollDot 1.7s ease-in-out infinite;
    will-change: transform;
  }

  @keyframes okyBlink {
    50% { opacity: .18; }
  }

  @keyframes okyBoot {
    from { opacity: 0; transform: translate3d(0, 18px, 0) scale(.96); }
    to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); }
  }

  @keyframes okyScrollDot {
    0%, 100% { transform: translate3d(-50%, 0, 0); opacity: .4; }
    45% { transform: translate3d(-50%, 20px, 0); opacity: 1; }
  }
}

@media (max-width: 760px) {
  .oky-wow .okyv3-hero {
    min-height: auto;
    padding-bottom: 60px;
  }

  .oky-dashboard-metrics {
    grid-template-columns: 1fr;
    bottom: 18px;
  }

  .oky-metric {
    padding: 11px 12px;
  }

  .oky-metric b {
    font-size: 21px;
  }
}
