.hero-r77 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 176, 0, .2), transparent 28%),
    radial-gradient(circle at 88% 18%, rgba(27, 132, 224, .28), transparent 34%),
    linear-gradient(135deg, #04162d 0%, #082c55 52%, #075b7a 100%);
}

.hero-r77::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .28;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}

.hero-r77 h1 {
  max-width: 820px;
  text-wrap: balance;
}

.hero-r77 .lead {
  max-width: 720px;
}

.hero-console {
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: 0 28px 70px rgba(0, 10, 30, .34);
  backdrop-filter: blur(18px);
}

.tracking-hero input {
  min-width: 0;
}

.market-teaser {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(10, 92, 168, .18);
  box-shadow: 0 24px 60px rgba(5, 35, 69, .12);
}

.market-teaser::after {
  content: "SUGU";
  position: absolute;
  right: -12px;
  bottom: -38px;
  color: rgba(10, 92, 168, .055);
  font-size: clamp(6rem, 17vw, 13rem);
  font-weight: 950;
  line-height: 1;
  pointer-events: none;
}

.footer {
  border-top: 4px solid #ffb000;
}

@media (max-width: 760px) {
  .hero-actions {
    align-items: stretch;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

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