.steam-first-visit-guide {
  width: min(1180px, calc(100% - 40px));
  margin: clamp(28px, 5vw, 64px) auto;
  overflow: hidden;
  border: 1px solid rgba(5, 11, 29, 0.1);
  border-radius: 20px;
  background: #f7fbff;
  color: #050b1d;
  box-shadow: 0 24px 64px rgba(5, 11, 29, 0.12);
}

.steam-first-visit-guide h2,
.steam-first-visit-guide h3,
.steam-first-visit-guide h4,
.steam-first-visit-guide p,
.steam-first-visit-guide dl,
.steam-first-visit-guide dd,
.steam-first-visit-guide figure,
.steam-first-visit-guide ol {
  margin: 0;
}

.steam-first-visit-guide ol {
  padding: 0;
  list-style: none;
}

.steam-first-visit-guide .steam-blueprint-kicker {
  color: var(--bp-ink);
}

.steam-first-visit-guide__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(28px, 5vw, 58px);
}

.steam-first-visit-guide__heading h2 {
  max-width: 620px;
  margin-top: 12px;
  color: #050b1d;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: 0;
}

.steam-first-visit-guide__heading > p:not(.steam-blueprint-kicker) {
  max-width: 620px;
  margin-top: 18px;
  color: #536176;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.55;
}

.steam-first-visit-guide__essentials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 26px;
  border-top: 1px solid rgba(5, 11, 29, 0.14);
  border-bottom: 1px solid rgba(5, 11, 29, 0.14);
}

.steam-first-visit-guide__essentials div {
  padding: 14px 16px;
  border-left: 1px solid rgba(5, 11, 29, 0.14);
}

.steam-first-visit-guide__essentials div:first-child {
  padding-left: 0;
  border-left: 0;
}

.steam-first-visit-guide__essentials dt {
  color: #6c788a;
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.steam-first-visit-guide__essentials dd {
  margin-top: 4px;
  color: #050b1d;
  font-size: 15px;
  font-weight: 850;
}

.steam-first-visit-guide__media {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: 14px;
  background: #dfe8ed;
}

.steam-first-visit-guide__media img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.steam-first-visit-guide__media figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(3, 11, 32, 0.86);
  color: #fff;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.35;
}

.steam-first-visit-guide__journey {
  padding: clamp(28px, 4vw, 46px) clamp(28px, 5vw, 58px);
  border-top: 1px solid rgba(5, 11, 29, 0.1);
  background: #fff;
}

.steam-first-visit-guide__section-heading {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 28px;
  align-items: end;
}

.steam-first-visit-guide__section-heading h3 {
  color: #050b1d;
  font-size: clamp(25px, 2.8vw, 36px);
  line-height: 1;
}

.steam-first-visit-guide__journey ol {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 28px;
  border-top: 2px solid #dce7ed;
}

.steam-first-visit-guide__journey li {
  position: relative;
  min-width: 0;
  padding: 24px 18px 0;
  border-left: 1px solid #dce7ed;
}

.steam-first-visit-guide__journey li:first-child {
  padding-left: 0;
  border-left: 0;
}

.steam-first-visit-guide__journey li > span {
  position: absolute;
  top: -14px;
  left: 18px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #050b1d;
  color: #c9f8ff;
  font-size: 12px;
  font-weight: 950;
}

.steam-first-visit-guide__journey li:first-child > span {
  left: 0;
}

.steam-first-visit-guide__journey h4,
.steam-first-visit-guide__questions h4 {
  color: #050b1d;
  font-size: 17px;
  line-height: 1.15;
}

.steam-first-visit-guide__journey p,
.steam-first-visit-guide__questions p {
  margin-top: 9px;
  color: #5f6c7e;
  font-size: 14px;
  line-height: 1.48;
}

.steam-first-visit-guide__inside {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 5vw, 64px);
  padding: clamp(28px, 5vw, 54px) clamp(28px, 5vw, 58px);
  background: #050b1d;
  color: #fff;
}

.steam-first-visit-guide__inside .steam-blueprint-kicker {
  color: #c9f8ff;
}

.steam-first-visit-guide__reassurance h3 {
  margin-top: 10px;
  color: #fff;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1;
}

.steam-first-visit-guide__reassurance > p:not(.steam-blueprint-kicker) {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.55;
}

.steam-first-visit-guide__reassurance .steam-first-visit-guide__included {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.steam-first-visit-guide__included strong {
  color: #c9f8ff;
}

.steam-first-visit-guide__questions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 28px;
}

.steam-first-visit-guide__questions article {
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.steam-first-visit-guide__questions article:nth-child(-n + 2) {
  padding-top: 0;
  border-top: 0;
}

.steam-first-visit-guide__questions article:nth-child(n + 3) {
  align-self: end;
}

.steam-first-visit-guide__questions h4 {
  color: #fff;
}

.steam-first-visit-guide__questions p {
  color: rgba(255, 255, 255, 0.68);
}

@media (max-width: 1100px) {
  .steam-first-visit-guide__section-heading {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

@media (max-width: 980px) {
  .steam-first-visit-guide__intro,
  .steam-first-visit-guide__inside {
    grid-template-columns: 1fr;
  }

  .steam-first-visit-guide__media {
    min-height: 260px;
  }

  .steam-first-visit-guide__media img {
    min-height: 260px;
  }

  .steam-first-visit-guide__journey ol {
    grid-template-columns: 1fr;
    border-top: 0;
    border-left: 2px solid #dce7ed;
  }

  .steam-first-visit-guide__journey li,
  .steam-first-visit-guide__journey li:first-child {
    padding: 0 0 22px 34px;
    border-left: 0;
  }

  .steam-first-visit-guide__journey li:last-child {
    padding-bottom: 0;
  }

  .steam-first-visit-guide__journey li > span,
  .steam-first-visit-guide__journey li:first-child > span {
    top: -3px;
    left: -15px;
  }
}

@media (max-width: 640px) {
  .steam-first-visit-guide {
    width: calc(100% - 20px);
    margin: 18px auto;
    border-radius: 16px;
  }

  .steam-first-visit-guide__intro,
  .steam-first-visit-guide__journey,
  .steam-first-visit-guide__inside {
    padding: 28px 20px;
  }

  .steam-first-visit-guide__intro {
    gap: 26px;
  }

  .steam-first-visit-guide__heading h2 {
    font-size: 42px;
  }

  .steam-first-visit-guide__essentials {
    grid-template-columns: 1fr;
  }

  .steam-first-visit-guide__essentials div,
  .steam-first-visit-guide__essentials div:first-child {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    align-items: center;
    padding: 11px 0;
    border-left: 0;
    border-top: 1px solid rgba(5, 11, 29, 0.1);
  }

  .steam-first-visit-guide__essentials div:first-child {
    border-top: 0;
  }

  .steam-first-visit-guide__essentials dd {
    margin-top: 0;
  }

  .steam-first-visit-guide__media,
  .steam-first-visit-guide__media img {
    min-height: 220px;
  }

  .steam-first-visit-guide__section-heading,
  .steam-first-visit-guide__questions {
    grid-template-columns: 1fr;
  }

  .steam-first-visit-guide__section-heading {
    gap: 8px;
  }

  .steam-first-visit-guide__questions article,
  .steam-first-visit-guide__questions article:nth-child(-n + 2) {
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .steam-first-visit-guide__questions article:first-child {
    padding-top: 0;
    border-top: 0;
  }
}
