.hero-v2 {
  display: flex;
  align-items: center;
  min-height: calc(100svh - 76px);
  padding: 42px 0 32px;
  isolation: isolate;
}

.hero-v2::before {
  top: 50%;
  right: auto;
  left: 50%;
  width: min(76vw, 940px);
  height: min(76vw, 940px);
  border-color: rgba(211, 165, 77, .17);
  box-shadow:
    inset 0 0 0 85px rgba(255,255,255,.008),
    inset 0 0 0 86px rgba(211,165,77,.07),
    inset 0 0 0 190px rgba(255,255,255,.006),
    inset 0 0 0 191px rgba(211,165,77,.05);
  transform: translate(-50%, -48%);
}

.hero-v2::after {
  display: none;
}

.hero-v2 .hero-pattern,
.hero-v2 .hero-grid,
.hero-v2 .hero-copy,
.hero-v2 .hero-comparison {
  display: none;
}

.hero-v2-shell {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: space-between;
  min-height: calc(100svh - 150px);
}

.hero-v2-meta {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
  color: #aeb9c9;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero-v2-edition,
.hero-v2-update {
  display: flex;
  gap: 10px;
  align-items: center;
}

.meta-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.hero-v2-update span {
  color: #697a90;
}

.hero-v2-update strong {
  color: #d9e0e8;
  font-size: 11px;
}

.hero-v2-main {
  display: grid;
  justify-items: center;
  width: min(1040px, 100%);
  margin: 60px auto 52px;
  text-align: center;
}

.hero-v2-kicker {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 25px;
}

.hero-v2-kicker span {
  padding: 6px 11px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  color: #aeb9c9;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.hero-v2-kicker span:first-child {
  border-color: rgba(211,165,77,.45);
  color: #e8c985;
}

.hero-v2 h1 {
  max-width: 1050px;
  font-size: clamp(3.4rem, 6.9vw, 7.25rem);
  line-height: .86;
  text-wrap: balance;
}

.hero-v2 h1 span,
.hero-v2 h1 em {
  display: block;
}

.hero-v2 h1 em {
  margin-top: 12px;
  color: transparent;
  font-style: normal;
  -webkit-text-stroke: 1px rgba(239, 213, 160, .9);
  text-stroke: 1px rgba(239, 213, 160, .9);
}

.hero-v2-main > p {
  max-width: 750px;
  margin: 30px auto 0;
  color: #b6c1cf;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.hero-v2-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 30px;
}

.hero-v2-actions .button {
  min-width: 220px;
}

.hero-v2-secondary {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  min-height: 50px;
  padding: 0 8px 0 20px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.035);
  color: #eef2f6;
  font-size: 14px;
  font-weight: 800;
}

.hero-v2-secondary i {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.09);
  color: #dfb969;
  font-style: normal;
  transition: transform 160ms ease;
}

.hero-v2-secondary:hover i {
  transform: rotate(45deg);
}

.hero-v2-dock {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr) 58px;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 18px;
  background: rgba(7, 13, 23, .72);
  box-shadow: 0 22px 60px rgba(0,0,0,.25);
  backdrop-filter: blur(12px);
}

.dock-intro,
.dock-stat {
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 90px;
  padding: 16px 20px;
  border-right: 1px solid rgba(255,255,255,.11);
}

.dock-intro {
  display: grid;
  align-content: center;
  gap: 3px;
}

.dock-intro small {
  color: var(--gold);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
}

.dock-intro strong,
.dock-stat strong {
  color: #f1f4f7;
  font-size: 13px;
}

.dock-stat > span {
  color: #ddb665;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.04em;
}

.dock-stat > div {
  display: grid;
}

.dock-stat small {
  color: #7f8da0;
  font-size: 10px;
}

.dock-arrow {
  border: 0;
  background: var(--gold);
  color: #121924;
  font-size: 24px;
  font-weight: 900;
  transition: background-color 160ms ease, transform 160ms ease;
}

.dock-arrow:hover {
  background: #e0b966;
  transform: translateY(3px);
}

.hero-v2-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 50%;
}

.orbit-one {
  top: 20%;
  left: -210px;
  width: 440px;
  height: 440px;
}

.orbit-two {
  top: 8%;
  right: -150px;
  width: 330px;
  height: 330px;
  border-color: rgba(211,165,77,.12);
}

.hero-suit {
  position: absolute;
  z-index: 2;
  color: rgba(255,255,255,.045);
  font-size: 165px;
  line-height: 1;
  user-select: none;
}

.suit-spade {
  top: 25%;
  left: 4%;
  transform: rotate(-14deg);
}

.suit-diamond {
  right: 5%;
  bottom: 25%;
  color: rgba(211,165,77,.06);
  transform: rotate(12deg);
}

@media (max-width: 960px) {
  .hero-v2 {
    min-height: auto;
    padding: 48px 0 28px;
  }

  .hero-v2-shell {
    min-height: auto;
  }

  .hero-v2-main {
    margin: 78px auto 62px;
  }

  .hero-v2 h1 {
    font-size: clamp(3.2rem, 10vw, 5.7rem);
  }

  .hero-v2-dock {
    grid-template-columns: 1fr 1fr;
  }

  .dock-intro {
    grid-column: 1 / -1;
  }

  .dock-intro,
  .dock-stat {
    border-bottom: 1px solid rgba(255,255,255,.11);
  }

  .dock-stat:nth-of-type(3) {
    border-right: 0;
  }

  .dock-arrow {
    min-height: 64px;
  }
}

@media (max-width: 620px) {
  .hero-v2 {
    padding-top: 32px;
  }

  .hero-v2-meta {
    align-items: flex-start;
  }

  .hero-v2-edition {
    max-width: 180px;
  }

  .hero-v2-update {
    display: grid;
    gap: 2px;
    justify-items: end;
    text-align: right;
  }

  .hero-v2-main {
    margin: 62px auto 48px;
  }

  .hero-v2 h1 {
    font-size: clamp(3rem, 15vw, 4.5rem);
    line-height: .9;
  }

  .hero-v2 h1 em {
    margin-top: 9px;
  }

  .hero-v2-actions {
    width: 100%;
    flex-direction: column;
  }

  .hero-v2-actions .button,
  .hero-v2-secondary {
    width: 100%;
  }

  .hero-v2-secondary {
    justify-content: space-between;
  }

  .hero-v2-dock {
    grid-template-columns: 1fr;
  }

  .dock-intro,
  .dock-stat {
    min-height: 74px;
    border-right: 0;
  }

  .dock-arrow {
    min-height: 56px;
  }

  .hero-suit {
    font-size: 100px;
  }
}
