.welcome-investment-card,
.welcome-investment-history,
.welcome-registration-offer {
  --welcome-gold: #f8d886;
  --welcome-gold-strong: #d6a84e;
  --welcome-ink: #2a1a06;
}

.welcome-investment-card {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, .88fr);
  gap: 26px;
  margin: 0 0 16px;
  padding: clamp(22px, 3vw, 34px);
  overflow: hidden;
  border: 1px solid rgba(248, 216, 134, .48);
  border-radius: 24px;
  background:
    radial-gradient(circle at 86% 18%, rgba(248, 216, 134, .18), transparent 28%),
    radial-gradient(circle at 8% 100%, rgba(57, 242, 218, .08), transparent 34%),
    linear-gradient(135deg, rgba(39, 29, 14, .98), rgba(8, 25, 37, .98) 48%, rgba(7, 20, 30, .98));
  box-shadow:
    0 28px 70px rgba(0, 0, 0, .35),
    inset 0 1px 0 rgba(255, 246, 207, .12),
    inset 0 -30px 80px rgba(0, 0, 0, .12);
  transform-style: preserve-3d;
}

.welcome-investment-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 240px;
  height: 240px;
  top: -145px;
  right: -80px;
  border: 1px solid rgba(248, 216, 134, .2);
  border-radius: 50%;
  box-shadow:
    0 0 0 34px rgba(248, 216, 134, .025),
    0 0 0 70px rgba(248, 216, 134, .014);
}

.welcome-investment-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0 42%, rgba(255, 246, 207, .045) 50%, transparent 58%);
  transform: translateX(-80%);
  animation: welcome-card-sheen 5.6s ease-in-out 1.2s infinite;
}

.welcome-investment-intro {
  min-width: 0;
  align-self: center;
}

.welcome-investment-heading {
  display: flex;
  align-items: center;
  gap: 14px;
}

.welcome-investment-mark {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(248, 216, 134, .46);
  border-radius: 17px;
  color: var(--welcome-gold);
  background: linear-gradient(145deg, rgba(248, 216, 134, .16), rgba(248, 216, 134, .035));
  box-shadow: inset 0 0 18px rgba(248, 216, 134, .1), 0 12px 30px rgba(0, 0, 0, .23);
}

.welcome-investment-mark svg {
  width: 28px;
  height: 28px;
}

.welcome-investment-heading small,
.welcome-investment-amount span,
.welcome-investment-progress-head span,
.welcome-investment-history small {
  display: block;
  color: #c2af83;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.welcome-investment-heading h2 {
  margin: 4px 0 0;
  color: #fff9e9;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.04;
  letter-spacing: -.045em;
}

.welcome-investment-copy {
  max-width: 650px;
  margin: 18px 0 0;
  color: #bdcbd1;
  font-size: 14px;
  line-height: 1.7;
}

.welcome-investment-amount {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  margin: 22px 0 20px;
}

.welcome-investment-amount strong {
  color: var(--welcome-gold);
  font-size: clamp(34px, 5vw, 52px);
  line-height: .92;
  letter-spacing: -.05em;
  text-shadow: 0 10px 34px rgba(248, 216, 134, .18);
}

.welcome-investment-amount b {
  padding-bottom: 4px;
  color: #ead9af;
  font-size: 12px;
  letter-spacing: .08em;
}

.welcome-investment-footnote {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  max-width: 660px;
  margin: 0 0 20px;
  color: #90a5af;
  font-size: 11px;
  line-height: 1.55;
}

.welcome-investment-footnote svg {
  flex: 0 0 17px;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  color: var(--welcome-gold);
}

.welcome-investment-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.welcome-investment-actions .primary-button {
  border-color: rgba(248, 216, 134, .65);
  background: linear-gradient(135deg, #f8d886, #d6a84e);
  color: var(--welcome-ink);
  box-shadow: 0 13px 32px rgba(214, 168, 78, .2);
}

.welcome-investment-state {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(248, 216, 134, .24);
  border-radius: 999px;
  color: #dec996;
  background: rgba(248, 216, 134, .055);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.welcome-investment-progress {
  align-self: stretch;
  padding: 19px;
  border: 1px solid rgba(248, 216, 134, .22);
  border-radius: 19px;
  background: rgba(1, 10, 17, .34);
  box-shadow: inset 0 0 45px rgba(248, 216, 134, .025);
}

.welcome-investment-progress-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.welcome-investment-progress-head strong {
  color: #fff6dc;
  font-size: 20px;
  letter-spacing: -.025em;
}

.welcome-seat-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin: 19px 0 22px;
}

.welcome-seat-track span {
  position: relative;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(174, 198, 207, .17);
  border-radius: 13px;
  color: #657b86;
  background: rgba(6, 23, 34, .86);
  font-size: 12px;
  font-weight: 900;
}

.welcome-seat-track span.filled {
  border-color: rgba(248, 216, 134, .56);
  color: var(--welcome-ink);
  background: linear-gradient(145deg, #ffe8a8, #c9953a);
  box-shadow: 0 8px 24px rgba(214, 168, 78, .2), inset 0 1px 0 rgba(255, 255, 255, .42);
  transform: translateY(-2px);
}

.welcome-checklist {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.welcome-checklist li {
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  min-height: 31px;
  color: #78909c;
  font-size: 11px;
}

.welcome-checklist i {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(159, 210, 215, .18);
  border-radius: 50%;
  color: #617985;
  font-style: normal;
  background: rgba(4, 17, 27, .72);
}

.welcome-checklist li.done {
  color: #e9dfc5;
}

.welcome-checklist li.done i {
  border-color: rgba(248, 216, 134, .45);
  color: var(--welcome-ink);
  background: var(--welcome-gold);
  box-shadow: 0 0 20px rgba(248, 216, 134, .15);
}

.welcome-checklist svg {
  width: 14px;
  height: 14px;
}

.welcome-investment-gift-label {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 8px;
  color: var(--welcome-gold, #f8d886);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.welcome-investment-gift-label svg {
  width: 15px;
  height: 15px;
}

.welcome-investment-history {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  margin-top: 14px;
  padding: 18px 20px;
w: hidden;
  border-color: rgba(248, 216, 134, .26) !important;
  background:
    radial-gradient(circle at 90% 0, rgba(248, 216, 134, .08), transparent 32%),
    rgba(7, 23, 35, .78) !important;
}

.welcome-investment-history-main {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.welcome-investment-history-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(248, 216, 134, .32);
  border-radius: 13px;
  color: var(--welcome-gold);
  background: rgba(248, 216, 134, .07);
}

.welcome-investment-history-icon svg {
  width: 21px;
  height: 21px;
}

.welcome-investment-history h3 {
  margin: 3px 0 4px;
  color: #fff8e5;
  font-size: 17px;
}

.welcome-investment-history p {
  margin: 0;
  color: #8198a3;
  font-size: 11px;
  line-height: 1.5;
}

.welcome-investment-history-value {
  text-align: right;
}

.welcome-investment-history-value strong,
.welcome-investment-history-value span {
  display: block;
}

.welcome-investment-history-value strong {
  color: var(--welcome-gold);
  font-size: 19px;
}

.welcome-investment-history-value span {
  margin-top: 4px;
  color: #a99362;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.welcome-confetti {
  position: fixed;
  z-index: 9999;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.welcome-confetti i {
  position: absolute;
  top: -12vh;
  left: var(--welcome-x);
  width: var(--welcome-size);
  height: calc(var(--welcome-size) * 1.8);
  border-radius: 2px;
  background: var(--welcome-color);
  opacity: 0;
  transform: rotate(var(--welcome-rotate));
  animation: welcome-confetti-fall var(--welcome-duration) cubic-bezier(.2, .7, .25, 1) var(--welcome-delay) forwards;
}

.welcome-registration-offer {
  position: relative;
  margin: 0 0 18px;
  padding: 15px 16px 15px 52px;
  overflow: hidden;
  border: 1px solid rgba(248, 216, 134, .34);
  border-radius: 13px;
  color: #d7e0e3;
  background:
    radial-gradient(circle at 100% 0, rgba(248, 216, 134, .12), transparent 42%),
    rgba(248, 216, 134, .055);
  font-size: 12px;
  line-height: 1.55;
}

.welcome-registration-offer::before {
  content: "✦";
  position: absolute;
  left: 15px;
  top: 16px;
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(248, 216, 134, .4);
  border-radius: 9px;
  color: var(--welcome-gold);
  background: rgba(248, 216, 134, .08);
  font-size: 13px;
}

.welcome-registration-offer strong {
  display: block;
  margin-bottom: 3px;
  color: #fff2c9;
  font-size: 13px;
}

.welcome-registration-offer small {
  display: block;
  margin-top: 6px;
  color: #8fa4ad;
  font-size: 10px;
  line-height: 1.45;
}

@keyframes welcome-card-sheen {
  0%, 68% { transform: translateX(-80%); opacity: 0; }
  76% { opacity: 1; }
  90%, 100% { transform: translateX(90%); opacity: 0; }
}

@keyframes welcome-confetti-fall {
  0% { opacity: 0; transform: translate3d(0, -8vh, 0) rotate(var(--welcome-rotate)); }
  10% { opacity: 1; }
  100% { opacity: 0; transform: translate3d(var(--welcome-drift), 112vh, 0) rotate(calc(var(--welcome-rotate) + 620deg)); }
}

@media (max-width: 900px) {
  .welcome-investment-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .welcome-investment-card {
    padding: 20px 17px;
    border-radius: 20px;
  }

  .welcome-investment-heading {
    align-items: flex-start;
  }

  .welcome-investment-mark {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .welcome-investment-heading h2 {
    font-size: 27px;
  }

  .welcome-investment-progress {
    padding: 15px;
  }

  .welcome-seat-track {
    gap: 5px;
  }

  .welcome-seat-track span {
    height: 42px;
    border-radius: 10px;
  }

  .welcome-investment-history {
    grid-template-columns: 1fr;
  }

  .welcome-investment-history-value {
    padding-left: 55px;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .welcome-investment-card::after,
  .welcome-confetti i {
    animation: none !important;
  }

  .welcome-seat-track span.filled {
    transform: none;
  }
}
