.universalGuide {
  --gold-soft: rgba(244, 201, 99, 0.13);
}

.universalHero {
  grid-template-columns: minmax(0, 1fr) minmax(370px, 0.78fr);
  background:
    radial-gradient(circle at 83% 30%, rgba(244, 201, 99, 0.1), transparent 35%),
    radial-gradient(circle at 90% 70%, rgba(57, 217, 229, 0.13), transparent 38%),
    linear-gradient(145deg, rgba(8, 17, 18, 0.98), rgba(4, 9, 10, 0.99));
}

.universalBadges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 18px;
}

.universalBadges span {
  padding: 7px 10px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  background: rgba(6, 16, 17, 0.78);
  color: var(--muted-strong);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.universalBadges span:first-child {
  border-color: rgba(244, 201, 99, 0.5);
  background: var(--gold);
  color: #1b1504;
}

.universalHeroVisual {
  position: relative;
  z-index: 2;
  width: min(100%, 430px);
  height: 500px;
  justify-self: center;
}

.heroRing {
  position: absolute;
  width: 390px;
  height: 390px;
  top: 55px;
  left: 20px;
  border: 1px solid rgba(57, 217, 229, 0.19);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(57, 217, 229, 0.12), transparent 66%);
  animation: universalPulse 4.8s ease-in-out infinite;
}

.heroAddress,
.heroDestination {
  position: absolute;
  z-index: 4;
  display: grid;
  border: 1px solid var(--line-strong);
  background: rgba(5, 12, 13, 0.9);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(12px);
}

.heroAddress {
  width: 270px;
  gap: 8px;
  top: 180px;
  left: 50%;
  padding: 23px;
  border-color: rgba(244, 201, 99, 0.48);
  border-radius: 12px;
  transform: translateX(-50%);
  animation: universalAddressFloat 5.8s ease-in-out infinite;
}

.heroAddress small {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.heroAddress b {
  color: var(--gold);
  font-size: 32px;
  letter-spacing: -0.04em;
}

.heroAddress code {
  width: fit-content;
  font-size: 15px;
}

.heroDestination {
  min-width: 145px;
  gap: 3px;
  padding: 14px 16px;
  border-radius: 9px;
  animation: tokenFloat 5s ease-in-out infinite;
}

.heroDestination b {
  color: var(--cyan);
  font-size: 13px;
}

.heroDestination span {
  color: var(--muted);
  font-size: 9px;
  text-transform: uppercase;
}

.heroExchange {
  top: 82px;
  right: -2px;
}

.heroWallet {
  right: 12px;
  bottom: 72px;
  animation-delay: 0.7s;
}

.heroRouteLine {
  position: absolute;
  z-index: 2;
  height: 1px;
  overflow: hidden;
  background: rgba(57, 217, 229, 0.2);
  transform-origin: left center;
}

.heroRouteLine::after {
  position: absolute;
  width: 18px;
  height: 3px;
  top: -1px;
  left: -18px;
  border-radius: 3px;
  background: var(--cyan);
  box-shadow: 0 0 12px var(--cyan);
  animation: flowLine 2.1s linear infinite;
  content: "";
}

.heroRouteLineOne {
  width: 150px;
  top: 171px;
  left: 245px;
  transform: rotate(-25deg);
}

.heroRouteLineTwo {
  width: 138px;
  top: 290px;
  left: 246px;
  transform: rotate(25deg);
}

.heroRouteLineTwo::after {
  animation-delay: 0.75s;
}

.destinationGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.destinationCard {
  min-height: 390px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background:
    radial-gradient(circle at 90% 10%, rgba(57, 217, 229, 0.11), transparent 34%),
    rgba(8, 17, 18, 0.95);
  transition: transform 0.25s var(--ease), border-color 0.25s ease;
}

.destinationCardWallet {
  border-color: rgba(244, 201, 99, 0.28);
  background:
    radial-gradient(circle at 90% 10%, rgba(244, 201, 99, 0.1), transparent 34%),
    rgba(8, 17, 18, 0.95);
}

.destinationCard:hover {
  border-color: var(--line-strong);
  transform: translateY(-5px);
}

.destinationIcon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 58px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--cyan);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
  font-weight: 900;
}

.destinationCardWallet .destinationIcon {
  border-color: rgba(244, 201, 99, 0.5);
  color: var(--gold);
}

.destinationCard h3 {
  margin: 0;
  font-size: clamp(28px, 3vw, 38px);
  letter-spacing: -0.035em;
}

.destinationCard > p:not(.stepTag) {
  margin: 14px 0 0;
  color: var(--muted-strong);
  line-height: 1.62;
}

.destinationCard ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: 12px;
  list-style: none;
}

.destinationCard li::before {
  margin-right: 9px;
  color: var(--ok);
  content: "✓";
}

.universalChecks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.universalChecks article {
  min-height: 230px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(8, 17, 18, 0.94);
}

.universalChecks b {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 50px;
  border: 1px solid var(--line-strong);
  border-radius: 50%;
  color: var(--cyan);
  font-size: 9px;
}

.universalChecks article:last-child b {
  border-color: rgba(244, 201, 99, 0.5);
  color: var(--gold);
}

.universalChecks h3 {
  margin: 0;
  font-size: 21px;
}

.universalChecks p {
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

@keyframes universalPulse {
  0%, 100% { opacity: 0.62; transform: scale(0.96); }
  50% { opacity: 1; transform: scale(1.04); }
}

@keyframes universalAddressFloat {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-11px); }
}

@media (max-width: 940px) {
  .universalHero {
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .universalChecks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .universalHeroVisual {
    width: 300px;
    height: 390px;
  }

  .heroRing {
    width: 285px;
    height: 285px;
    top: 52px;
    left: 8px;
  }

  .heroAddress {
    width: 220px;
    top: 142px;
    padding: 18px;
  }

  .heroAddress b {
    font-size: 27px;
  }

  .heroDestination {
    min-width: 118px;
    padding: 11px 12px;
  }

  .heroExchange { top: 55px; right: -8px; }
  .heroWallet { right: -5px; bottom: 51px; }
  .heroRouteLineOne { width: 100px; top: 128px; left: 168px; }
  .heroRouteLineTwo { width: 95px; top: 231px; left: 170px; }

  .destinationGrid,
  .universalChecks {
    grid-template-columns: 1fr;
  }

  .destinationCard {
    min-height: 0;
    padding: 25px 20px;
  }

  .destinationIcon {
    margin-bottom: 38px;
  }

  .universalChecks article {
    min-height: 0;
    padding: 22px 20px;
  }

  .universalChecks b {
    margin-bottom: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .heroRing,
  .heroAddress,
  .heroDestination,
  .heroRouteLine::after {
    animation: none;
  }
}
