.gold-visual {
  height: 430px;
  border-radius: 28px;
  background-image:
    linear-gradient(
      180deg,
      rgba(255, 251, 236, .03),
      rgba(113, 73, 0, .06)),
    url(/gold-bars-hero.png);
  background-size: cover;
  background-position: center;
  box-shadow: 0 35px 80px rgba(99, 68, 6, .22), inset 0 0 0 1px rgba(255, 255, 255, .7);
  overflow: visible;
}
.gold-coin {
  display: none;
}
.gold-visual:before {
  content: "";
  position: absolute;
  inset: -12px;
  border: 1px solid rgba(184, 135, 22, .22);
  border-radius: 36px;
  z-index: -1;
}
.gold-visual .balance-card {
  top: 22px;
  left: -28px;
  width: 275px;
  background: rgba(255, 253, 247, .94);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(213, 179, 91, .42);
}
.gold-visual .fc-one {
  left: -18px;
  bottom: 24px;
}
.gold-visual .fc-two {
  right: -18px;
  top: 72px;
}
.gold-visual .float-card {
  border: 1px solid rgba(213, 179, 91, .35);
  background: rgba(255, 253, 247, .94);
  backdrop-filter: blur(14px);
}
.hero-section {
  gap: 58px;
}
.hero-copy h1 {
  font-size: 60px;
}
.hero-copy > p {
  max-width: 570px;
}
.primary {
  box-shadow: 0 12px 28px rgba(159, 108, 7, .28);
}
@media (max-width: 760px) {
  .hero-section {
    padding-top: 36px;
  }
  .hero-copy h1 {
    font-size: 40px;
  }
  .gold-visual {
    height: 370px;
    margin: 42px 0 4px;
    background-size: cover;
    background-position: center;
    border-radius: 22px;
  }
  .gold-visual:before {
    inset: -6px;
    border-radius: 28px;
  }
  .gold-visual .balance-card {
    left: 12px;
    top: 12px;
    width: 220px;
    padding: 15px;
  }
  .gold-visual .balance-card strong {
    font-size: 24px;
  }
  .gold-visual .fc-one {
    left: 10px;
    bottom: 12px;
  }
  .gold-visual .fc-two {
    right: 10px;
    top: auto;
    bottom: 12px;
  }
}
