body {
  background:
    linear-gradient(
      90deg,
      #eee9df,
      #faf7f0 18%,
      #faf7f0 82%,
      #eee9df);
}
.site-shell {
  border-inline: 1px solid #e9dfc7;
}
.topbar {
  height: 80px;
}
.hero-section {
  min-height: 610px;
}
.gold-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 0 50px 32px;
  background: #fffdf8;
}
.gold-trust > div {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 18px;
  background: #fff;
  border: 1px solid #eee3c9;
}
.gold-trust > div:first-child {
  border-radius: 16px 0 0 16px;
}
.gold-trust > div:last-child {
  border-radius: 0 16px 16px 0;
}
.gold-trust i {
  flex: none;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  font-style: normal;
  color: #6b4805;
}
.gold-trust span,
.gold-trust b,
.gold-trust small {
  display: block;
}
.gold-trust b {
  font-size: 15px;
}
.gold-trust small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
}
.mini-bar {
  width: 44px !important;
  height: 29px !important;
  border-radius: 5px !important;
  transform: skew(-5deg);
  background:
    linear-gradient(
      145deg,
      #fff0a4 0,
      #d7a82d 35%,
      #8a5d05 100%);
  border: 2px solid #e7c252;
  box-shadow: inset 0 0 0 2px #9b6c0c, 2px 4px 8px #8f65052c;
}
.vault-icon,
.shield-icon,
.price-icon {
  border-radius: 12px;
  background: #fff6d9;
  border: 1px solid #ead28d;
  font-weight: 900;
}
.plans-section {
  background:
    linear-gradient(
      180deg,
      #fff 0,
      #fffcf3 100%);
}
.plan-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-color: #eadfbe;
}
.plan-card:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #f6dd8430;
  right: -50px;
  top: -55px;
}
.plan-icon {
  width: 64px;
  height: 42px !important;
  border-radius: 7px !important;
  font-size: 0 !important;
  transform: perspective(100px) rotateX(8deg) skew(-5deg);
  background:
    linear-gradient(
      145deg,
      #fff0a4 0,
      #d8a62b 36%,
      #8e6005 100%) !important;
  border: 3px double #f6d968;
  box-shadow: inset 0 0 10px #fff29c88, 0 7px 14px #81560322;
}
.plan-icon:after {
  content: "GOLD";
  font: 800 9px Georgia;
  color: #684500;
  letter-spacing: .8px;
  text-shadow: 0 1px #ffe986;
}
.plan-card h3 {
  font-size: 22px;
}
.plan-card footer button {
  padding: 7px 11px;
  border-radius: 8px;
  background: #fff8e6;
  border: 1px solid #e5ca81;
}
.opportunity-section {
  background:
    linear-gradient(
      180deg,
      #f8f4e9,
      #fffdf8);
}
.verified-head {
  padding: 7px 12px;
  border-radius: 20px;
  background: #edf7ef;
  color: #3f7049;
  font-size: 12px;
  font-weight: 700;
}
.opportunity {
  box-shadow: 0 12px 30px #60450b0d;
  border-color: #e5d7b2;
  transition: .25s;
}
.opportunity:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 45px #60450b1a;
}
.op-img {
  height: 175px;
  background-image:
    radial-gradient(
      circle at 50% 40%,
      #fff9df,
      transparent 65%) !important;
}
.gold-symbol {
  width: 108px !important;
  height: 66px !important;
  border-radius: 10px 10px 8px 8px !important;
  transform: perspective(160px) rotateX(10deg) skew(-4deg);
  background:
    linear-gradient(
      145deg,
      #fff0a0 0,
      #e0ae2f 32%,
      #9b6805 76%,
      #6b4600) !important;
  border: 5px double #f7d866 !important;
  color: #654300 !important;
  font: 800 12px Georgia !important;
  letter-spacing: 1px;
  box-shadow: inset 0 0 15px #fff2a577, 0 14px 18px #7c55072e !important;
}
.gold-symbol:after {
  content: "22K  \2022   999.9";
  position: absolute;
  margin-top: 24px;
  font-size: 8px;
  letter-spacing: .3px;
}
.op-body {
  padding: 21px;
}
.op-button {
  width: 100%;
  margin-top: 17px;
  padding: 10px;
  border: 1px solid #d9bb6d;
  border-radius: 9px;
  background: #fffaf0;
  color: #835b08;
  font-weight: 700;
}
.op-button:hover {
  background: #2a200e;
  color: #fff;
  border-color: #2a200e;
}
.how {
  background: #fff;
}
.how li {
  border-color: #e8dbb8;
  background: #fffdf8;
}
.how li > b {
  background:
    linear-gradient(
      145deg,
      #f5cf5e,
      #9e6c08);
  color: #fff;
}
.payment-section {
  border-color: #e3d4ad;
  background: #fffdf9;
}
.payment-title h2:after {
  content: " \2022";
  color: #c99a26;
}
.card-strip {
  box-shadow: 0 18px 35px #2b1d0730;
}
.cta {
  box-shadow: 0 24px 50px #6a480b36;
}
.desktop-footer {
  border-top: 4px solid #c89725;
}
@media (max-width: 760px) {
  .gold-trust {
    grid-template-columns: 1fr 1fr;
    padding: 0 18px 25px;
    gap: 8px;
  }
  .gold-trust > div {
    border-radius: 12px !important;
    min-height: 78px;
    padding: 12px;
  }
  .gold-trust i {
    width: 34px;
    height: 34px;
  }
  .gold-trust b {
    font-size: 13px;
  }
  .gold-trust small {
    font-size: 10px;
  }
  .verified-head {
    display: none;
  }
  .op-img {
    height: 150px;
  }
  .section {
    padding-top: 48px;
  }
  .plan-card {
    padding: 22px;
  }
  .hero-section {
    min-height: auto;
  }
}
.profile-page {
  padding-top: 54px;
  background:
    radial-gradient(
      circle at 50% 0,
      #fff4c7 0,
      transparent 32%),
    linear-gradient(
      180deg,
      #fcfaf5,
      #f7f2e7);
}
.profile-page .profile-card {
  position: relative;
  max-width: 850px;
  margin: 0 auto 28px;
  padding: 38px 42px;
  text-align: left;
  border: 1px solid #dfc987;
  border-radius: 26px;
  background:
    linear-gradient(
      125deg,
      #181207 0,
      #4f3708 62%,
      #a87710 100%);
  box-shadow: 0 26px 60px rgba(79, 53, 5, .22);
  color: #fff;
  overflow: hidden;
}
.profile-page .profile-card:after {
  content: "Au";
  position: absolute;
  right: 45px;
  top: 15px;
  color: #fff1a00e;
  font: 900 150px/1 Georgia;
}
.profile-page .member-label {
  position: absolute;
  right: 25px;
  top: 22px;
  padding: 6px 11px;
  border: 1px solid #f1d67a55;
  border-radius: 999px;
  background: #fff2bd14;
  color: #f9de85;
  font: 800 10px/1 Inter;
  letter-spacing: .12em;
}
.profile-page .avatar {
  width: 74px;
  height: 74px;
  margin: 0 0 18px;
  border: 1px solid #ffe99c;
  background:
    linear-gradient(
      145deg,
      #f4d35f,
      #a16b05);
  border-radius: 22px;
  color: #fff;
  box-shadow: 0 12px 28px #0005;
}
.profile-identity {
  position: relative;
  z-index: 1;
}
.profile-identity h1 {
  margin: 0;
  font-size: 34px;
}
.profile-identity p {
  margin: 3px 0 15px !important;
  color: #e7d9b9 !important;
}
.profile-page .verified-pill {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: #e9f7e9;
  color: #306342;
  font-size: 12px;
  font-weight: 700;
}
.profile-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 540px;
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid #fff2bd30;
}
.profile-stats div {
  border-right: 1px solid #fff2bd2e;
}
.profile-stats div:last-child {
  border: 0;
}
.profile-stats b,
.profile-stats span {
  display: block;
}
.profile-stats b {
  color: #f6d56f;
  font: 800 19px Inter;
}
.profile-stats span {
  margin-top: 4px;
  color: #d7c8a7;
  font-size: 11px;
}
.profile-menu-wrap {
  max-width: 850px;
  margin: auto;
}
.profile-menu-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin: 0 3px 13px;
}
.profile-menu-title span {
  font-size: 19px;
  font-weight: 800;
}
.profile-menu-title small {
  color: var(--muted);
}
.profile-page .menu-list {
  max-width: none;
  border-color: #e3d5ad;
  border-radius: 20px;
  box-shadow: 0 13px 38px #59410d0d;
}
.profile-page .menu-list button {
  display: grid;
  grid-template-columns: 42px 1fr 24px;
  align-items: center;
  gap: 13px;
  padding: 17px 20px;
  color: var(--dark);
  transition: .2s;
}
.profile-page .menu-list button:hover {
  background: #fffaf0;
  padding-left: 24px;
}
.profile-page .menu-list button > i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: #f8efd3;
  color: #91650b;
  font: 800 10px Inter;
  font-style: normal;
}
.profile-page .menu-list button > b {
  text-align: left;
  font-size: 15px;
}
.profile-page .menu-list button > span {
  float: none;
  color: #a47a22;
  font-size: 23px;
}
@media (max-width: 760px) {
  .profile-page {
    padding: 25px 16px 45px;
  }
  .profile-page .profile-card {
    padding: 27px 22px;
    border-radius: 21px;
  }
  .profile-page .member-label {
    right: 16px;
    top: 16px;
  }
  .profile-page .profile-card:after {
    right: 5px;
    top: 70px;
  }
  .profile-identity h1 {
    font-size: 28px;
  }
  .profile-stats {
    gap: 8px;
  }
  .profile-stats b {
    font-size: 15px;
  }
  .profile-menu-title {
    display: block;
  }
  .profile-menu-title small {
    display: block;
    margin-top: 3px;
  }
  .profile-page .menu-list button {
    padding: 14px;
  }
}
