.getting-started-page {
  background: #040506;
}

.getting-started-page main {
  overflow: hidden;
}

.gs-shell {
  width: min(100%, 1340px);
  margin-inline: auto;
}

.gs-kicker {
  margin: 0;
  color: var(--orange);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.gs-kicker span {
  margin-inline: 7px;
  color: #738198;
}

.gs-hero {
  padding: 108px clamp(20px, 6vw, 92px) 38px;
  border-bottom: 1px solid rgba(103, 143, 199, .22);
  background:
    radial-gradient(circle at 82% 18%, rgba(15,99,246,.12), transparent 24rem),
    linear-gradient(135deg, #071224, #0a1d39 55%, #05090f);
}

.gs-hero-inner {
  display: block;
}

.gs-hero h1,
.gs-journey h2,
.gs-step h3,
.gs-finish h2,
.gs-team h2,
.gs-next h2 {
  margin: 0;
  font-family: var(--condensed);
  font-weight: 900;
  text-transform: uppercase;
}

.gs-hero h1 {
  margin-top: 12px;
  font-size: var(--explainer-hero-title);
  line-height: .9;
}

.gs-hero h1 span {
  color: var(--orange);
}

.gs-hero-inner > div:first-child > p:last-child {
  margin: 14px 0 0;
  color: white;
  font-size: clamp(17px, 1.2vw, 20px);
  font-weight: 850;
}

.gs-journey {
  padding: clamp(38px, 3.5vw, 54px) clamp(18px, 5vw, 76px) clamp(52px, 5vw, 76px);
  background:
    radial-gradient(circle at 12% 28%, rgba(24, 54, 94, .28), transparent 26rem),
    linear-gradient(180deg, #05080d, #080d15 45%, #040506);
}

.gs-journey-heading {
  margin-bottom: 22px;
}

.gs-flow {
  position: relative;
}

.gs-flow::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 28px;
  bottom: 28px;
  width: 3px;
  border-radius: 99px;
  background: linear-gradient(180deg, var(--orange), #1f5a92 48%, var(--orange));
}

.gs-step-set {
  display: grid;
  gap: 10px;
}

.gs-step-set + .gs-step-set {
  margin-top: 10px;
}

.gs-step {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
}

.gs-step-number {
  position: relative;
  z-index: 2;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  color: white;
  border: 2px solid var(--orange);
  border-radius: 999px;
  background: #0b213f;
  box-shadow: 0 12px 30px rgba(0,0,0,.35);
  font-family: var(--condensed);
  font-size: 23px;
  font-weight: 900;
}

.gs-step-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr) 64px;
  align-items: center;
  gap: clamp(18px, 2.4vw, 34px);
  padding: 14px clamp(18px, 2.4vw, 30px);
  border: 1px solid rgba(91, 132, 186, .25);
  border-radius: var(--explainer-card-radius);
  background:
    linear-gradient(90deg, rgba(31, 58, 91, .96), rgba(15, 29, 48, .95)),
    #102038;
  box-shadow: 0 18px 46px rgba(0,0,0,.23);
}

.gs-step h3 {
  color: white;
  font-size: var(--explainer-step-title);
  line-height: .94;
}

.gs-step-copy > p,
.gs-step-copy > blockquote {
  margin: 8px 0 0;
  color: #e0e7f0;
  font-size: var(--explainer-body);
  font-weight: 720;
  line-height: 1.42;
}

.gs-step-copy > blockquote {
  padding-left: 16px;
  border-left: 3px solid var(--orange);
}

.gs-step-copy .gs-question {
  max-width: 650px;
  padding: 11px 14px;
  border: 1px solid rgba(45,134,255,.24);
  border-left: 4px solid var(--yellow);
  border-radius: 14px;
  color: var(--yellow);
  background: #07172d;
  font-weight: 900;
}

.gs-step-symbol {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  justify-self: end;
  color: #e8eff8;
}

.gs-step-symbol svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.gs-icon-line,
.gs-icon-accent,
.gs-icon-light {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.25;
}

.gs-icon-line {
  stroke: #e8eff8;
}

.gs-icon-accent {
  stroke: var(--orange);
}

.gs-icon-light {
  stroke: #fff;
}

.gs-icon-accent-fill {
  fill: var(--orange);
  stroke: var(--orange);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

.gs-step-visual {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 7px;
}

.mini-onboarding {
  width: 116px;
  min-height: 150px;
  display: grid;
  align-content: start;
  gap: 6px;
  padding: 13px 10px 10px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  color: white;
  background: linear-gradient(160deg, #0b111b, #05070b);
  box-shadow: 0 16px 28px rgba(0,0,0,.35);
}

.mini-onboarding small {
  color: var(--orange);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.mini-onboarding > strong {
  margin: 13px 0 8px;
  font-family: var(--condensed);
  font-size: 23px;
  line-height: .9;
  text-transform: uppercase;
}

.mini-onboarding > i,
.mini-onboarding > b {
  display: grid;
  min-height: 24px;
  place-items: center;
  border-radius: 8px;
  font-size: 8px;
  font-style: normal;
}

.mini-onboarding > i,
.mini-onboarding > b:last-child {
  color: white;
  background: var(--orange);
}

.mini-onboarding > b {
  background: #162235;
}

.mini-onboarding label {
  display: grid;
  gap: 3px;
  color: #aeb8c7;
  font-size: 7px;
  font-weight: 800;
}

.mini-onboarding label i {
  padding: 5px 7px;
  border-radius: 6px;
  color: white;
  background: #182130;
  font-size: 9px;
  font-style: normal;
}

.mini-onboarding > span {
  height: 6px;
  margin: 4px 0;
  overflow: hidden;
  border-radius: 99px;
  background: #1b2636;
}

.mini-onboarding > span em {
  display: block;
  width: 42%;
  height: 100%;
  background: linear-gradient(90deg, var(--orange), var(--yellow));
}

.gs-purpose-visual,
.gs-question-visual {
  width: 96px;
  aspect-ratio: 1;
  place-items: center;
  border: 2px solid rgba(255,255,255,.22);
  border-radius: 44% 44% 52% 52%;
  color: var(--orange);
  background: rgba(4,9,16,.42);
  font-size: 44px;
  font-weight: 900;
}

.gs-purpose-visual span {
  display: grid;
  width: 60px;
  height: 46px;
  place-items: center;
  border: 3px solid #dfe9f6;
  border-radius: 50%;
}

.gs-purpose-visual svg,
.gs-question-visual svg {
  width: 72px;
  height: 72px;
}

.gs-question-visual {
  border-radius: 50%;
  font-family: var(--condensed);
  font-size: 66px;
}

.gs-real-app {
  width: 148px;
  height: 296px;
  overflow: hidden;
  border-radius: 28px;
  background: #050608;
  box-shadow: 0 18px 34px rgba(0,0,0,.4);
}

.gs-real-app img {
  display: block;
  width: 298px;
  max-width: none;
  height: auto;
  transform: translateX(-150px);
}

.gs-real-label {
  color: #aeb8c7;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.gs-talk-log {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.gs-talk-log span {
  padding: 7px 11px;
  border-radius: 999px;
  color: white;
  background: #182b47;
  font-weight: 900;
}

.gs-talk-log i {
  color: var(--orange);
  font-style: normal;
  font-weight: 900;
}

.gs-finish {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(300px, .7fr);
  align-items: center;
  gap: 22px;
  margin: 20px 0 0 70px;
  padding: 20px clamp(20px, 3vw, 36px);
  border-top: 4px solid var(--orange);
  border-radius: 0 0 24px 24px;
  background: linear-gradient(90deg, #0b1728, #0e2038);
}

.gs-finish-mark {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #07111d;
  background: var(--yellow);
  font-size: 32px;
  font-weight: 950;
}

.gs-finish h2 {
  font-size: clamp(34px, 3vw, 46px);
  line-height: .9;
}

.gs-finish p {
  margin: 5px 0 0;
  color: var(--orange);
  font-size: clamp(15px, 1.1vw, 18px);
  font-weight: 900;
}

.gs-finish-lines {
  display: grid;
  gap: 3px;
  padding-left: 22px;
  border-left: 1px solid rgba(255,255,255,.22);
  color: white;
  font-size: 15px;
  font-weight: 900;
}

.gs-team {
  padding: 38px clamp(18px, 5vw, 76px);
  background: #05070a;
}

.gs-team-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(220px, .38fr);
  align-items: center;
  gap: clamp(20px, 3vw, 38px);
  padding: clamp(20px, 2.3vw, 30px);
  border: 1px solid rgba(114, 155, 212, .28);
  border-radius: var(--explainer-card-radius);
  background: linear-gradient(100deg, #111c2b, #162b46);
}

.gs-team-icon {
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(15,99,246,.55);
  border-radius: 50%;
  color: var(--orange);
  font-family: var(--condensed);
  font-size: 18px;
  font-weight: 900;
}

.gs-optional {
  display: inline-flex;
  padding: 5px 9px;
  border: 1px solid rgba(45,134,255,.3);
  border-radius: 999px;
  color: var(--yellow);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.gs-team h2 {
  margin-top: 7px;
  font-size: clamp(29px, 2.5vw, 40px);
  line-height: .92;
}

.gs-team p {
  margin: 8px 0 0;
  color: #e1e7ef;
  font-weight: 800;
}

.gs-team small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.team-code-placeholder {
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 18px;
  background: #07101c;
}

.team-code-placeholder label {
  color: white;
  font-size: 11px;
  font-weight: 900;
}

.team-code-placeholder span {
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  color: #d9e2ee;
  background: #151f2d;
  font-size: 13px;
}

.team-code-placeholder b {
  display: grid;
  min-height: 38px;
  place-items: center;
  border-radius: 9px;
  color: white;
  background: var(--orange);
  font-size: 12px;
}

.gs-next {
  padding: clamp(42px, 4.5vw, 64px) clamp(18px, 5vw, 76px);
  background: linear-gradient(90deg, #07111e, #0d213b);
}

.gs-next h2 {
  max-width: 900px;
  margin-top: 10px;
  font-size: var(--explainer-section-title);
  line-height: .9;
}

.gs-next > div > div {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

.gs-next a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px;
  color: white;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.gs-next a:first-child {
  border-color: transparent;
  background: var(--orange);
}

@media (max-width: 900px) {
  .gs-journey-heading,
  .gs-team-inner {
    grid-template-columns: 1fr;
  }

  .gs-step-card {
    grid-template-columns: 160px minmax(0, 1fr);
  }

  .gs-step-symbol {
    display: none;
  }

  .gs-finish {
    grid-template-columns: auto 1fr;
  }

  .gs-finish-lines {
    grid-column: 1 / -1;
    padding: 20px 0 0;
    border-top: 1px solid rgba(255,255,255,.18);
    border-left: 0;
  }

  .team-code-placeholder {
    max-width: 360px;
  }
}

@media (max-width: 620px) {
  .gs-hero {
    padding: 96px 18px 32px;
  }

  .gs-hero h1 {
    font-size: var(--explainer-hero-title);
  }

  .gs-journey {
    padding: 38px 16px 48px;
  }

  .gs-journey-heading {
    margin-bottom: 20px;
  }

  .gs-flow::before {
    left: 21px;
  }

  .gs-step {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 11px;
  }

  .gs-step-number {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .gs-step-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
    border-radius: 19px;
  }

  .gs-step-copy {
    order: -1;
  }

  .gs-step h3 {
    font-size: var(--explainer-step-title);
  }

  .mini-onboarding {
    width: 130px;
  }

.gs-purpose-visual,
  .gs-question-visual {
    width: 92px;
  }

  .gs-real-app {
    width: 148px;
  }

  .gs-finish {
    grid-template-columns: 1fr;
    margin-left: 55px;
    padding: 19px;
  }

  .gs-finish-mark {
    width: 58px;
    height: 58px;
  }

  .gs-team {
    padding: 32px 16px;
  }

  .gs-team-icon {
    width: 70px;
    height: 70px;
  }

  .gs-next {
    padding: 46px 18px;
  }

  .gs-next a {
    width: 100%;
    justify-content: center;
  }
}
