.register-journey {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 15%, rgba(71, 213, 255, .06), transparent 24%),
    radial-gradient(circle at 90% 84%, rgba(212, 175, 55, .08), transparent 26%),
    #0d0d0d;
}

.register-journey::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.017) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.017) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
}

.register-journey .home-shell {
  position: relative;
  z-index: 1;
}

.register-intro {
  max-width: 830px;
  margin: 0 auto;
  text-align: center;
}

.register-intro .home-eyebrow {
  margin: 0 0 15px;
  color: #f1cf59;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .19em;
}

.register-intro h2 {
  max-width: 780px;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(2.35rem, 4.4vw, 4.35rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -.055em;
}

.register-intro > p:last-child {
  max-width: 700px;
  margin: 22px auto 0;
  color: #bfc0c3;
  font-size: 1rem;
  line-height: 1.75;
}

.register-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
  max-width: 1080px;
  margin: 50px auto 0;
  padding: 0;
  list-style: none;
}

.register-step {
  --step-accent: #f1cf59;
  --step-glow: rgba(241, 207, 89, .14);
  position: relative;
  isolation: isolate;
  display: flex;
  min-width: 0;
  min-height: 370px;
  padding: 25px 22px 28px;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.045), transparent 45%),
    rgba(15,15,15,.92);
  box-shadow: inset 0 1px rgba(255,255,255,.045), 0 18px 45px rgba(0,0,0,.2);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.register-step:nth-child(2) {
  --step-accent: #65dcff;
  --step-glow: rgba(101, 220, 255, .14);
}

.register-step:nth-child(3) {
  --step-accent: #a98bff;
  --step-glow: rgba(169, 139, 255, .14);
}

.register-step:nth-child(4) {
  --step-accent: #ff74be;
  --step-glow: rgba(255, 116, 190, .14);
}

.register-step::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -110px;
  right: -95px;
  width: 220px;
  height: 220px;
  border: 1px solid color-mix(in srgb, var(--step-accent) 30%, transparent);
  border-radius: 50%;
  background: radial-gradient(circle, var(--step-glow), transparent 68%);
}

.register-step::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 0;
  left: 30px;
  height: 2px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, transparent, var(--step-accent), transparent);
  opacity: .62;
}

.register-step:hover {
  transform: translateY(-4px);
  border-color: color-mix(in srgb, var(--step-accent) 38%, rgba(255,255,255,.08));
  box-shadow: inset 0 1px rgba(255,255,255,.06), 0 22px 55px rgba(0,0,0,.3), 0 0 24px var(--step-glow);
}

.register-step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.register-step-icon {
  display: grid;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid color-mix(in srgb, var(--step-accent) 42%, transparent);
  border-radius: 20px;
  color: var(--step-accent);
  background: linear-gradient(145deg, var(--step-glow), rgba(255,255,255,.015));
  box-shadow: inset 0 1px rgba(255,255,255,.08), 0 12px 26px rgba(0,0,0,.2);
}

.register-step-icon svg {
  width: 33px;
  height: 33px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 6px var(--step-glow));
}

.register-step-label {
  padding: 8px 12px;
  border: 1px solid color-mix(in srgb, var(--step-accent) 36%, transparent);
  border-radius: 999px;
  color: var(--step-accent);
  background: rgba(0,0,0,.24);
  font-size: .69rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .13em;
}

.register-step h3 {
  width: 100%;
  min-height: 4.05em;
  margin: 22px 0 0;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: -.025em;
}

.register-step > p {
  width: 100%;
  margin: 14px 0 0;
  color: #bfc0c3;
  font-size: .82rem;
  line-height: 1.65;
}

.register-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  max-width: 920px;
  margin: 32px auto 0;
  padding: 25px 26px 25px 30px;
  border: 1px solid rgba(241, 207, 89, .28);
  border-radius: 24px;
  background: linear-gradient(115deg, rgba(241,207,89,.08), rgba(255,255,255,.025) 62%, rgba(241,207,89,.05));
  box-shadow: inset 0 1px rgba(255,255,255,.045), 0 18px 45px rgba(0,0,0,.18);
}

.register-cta > div > span {
  color: #f1cf59;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .15em;
}

.register-cta h3 {
  margin: 6px 0 0;
  color: #fff;
  font-size: 1.17rem;
  font-weight: 850;
}

.register-cta p {
  margin: 6px 0 0;
  color: #aaa;
  font-size: .84rem;
  line-height: 1.5;
}

.register-cta > a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 54px;
  padding: 0 24px;
  border: 1px solid #f8dd65;
  border-radius: 15px;
  color: #0b0b0b;
  background: linear-gradient(135deg, #f8df6e, #d4af37);
  box-shadow: 0 13px 30px rgba(212,175,55,.18);
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .035em;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
  animation: register-cta-steady-beat 1.6s ease-in-out infinite;
}

@keyframes register-cta-steady-beat {
  0%, 100% {
    box-shadow: 0 13px 30px rgba(212,175,55,.18), 0 0 0 0 rgba(241,207,89,0);
  }
  50% {
    box-shadow: 0 17px 38px rgba(212,175,55,.36), 0 0 0 7px rgba(241,207,89,.08);
  }
}

.register-cta > a:hover {
  transform: translateY(-2px);
  box-shadow: 0 17px 38px rgba(212,175,55,.28);
}

.register-cta > a span {
  font-size: 1.3rem;
  line-height: 1;
}

@media (max-width: 960px) {
  .register-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 760px;
  }

  .register-step {
    min-height: 310px;
    padding: 28px 30px 30px;
  }

  .register-step h3 {
    min-height: 2.7em;
    font-size: 1.22rem;
  }

  .register-step > p {
    font-size: .9rem;
  }

  .register-cta {
    max-width: 760px;
  }
}

@media (max-width: 700px) {
  .register-steps {
    grid-template-columns: 1fr;
    max-width: 640px;
  }

  .register-step {
    min-height: 0;
  }

  .register-step h3 {
    min-height: 0;
  }

  .register-cta {
    max-width: 640px;
  }
}

@media (max-width: 620px) {
  .register-intro {
    text-align: left;
  }

  .register-intro h2,
  .register-intro > p:last-child {
    margin-inline: 0;
  }

  .register-intro h2 {
    font-size: clamp(2.25rem, 11.5vw, 3.25rem);
  }

  .register-steps {
    margin-top: 34px;
  }

  .register-step {
    padding: 24px 22px 26px;
    border-radius: 21px;
  }

  .register-step-icon {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
    border-radius: 17px;
  }

  .register-step-icon svg {
    width: 30px;
    height: 30px;
  }

  .register-cta {
    display: grid;
    gap: 20px;
    padding: 24px 22px;
    border-radius: 21px;
  }

  .register-cta > a {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .register-step,
  .register-cta > a {
    transition: none;
    animation: none;
  }
}
