.wsu-roadmap {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #fafbfe;
}

.wsu-roadmap__inner {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
}

.wsu-roadmap__heading {
  margin: 0 0 66px;
  color: #000000;
  font-family: "WSUGothamNarrow", "Barlow", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.wsu-roadmap__routes {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.wsu-roadmap__route,
.wsu-roadmap__topup {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.wsu-roadmap__topup-meta {
  width: 282px;
}

.wsu-roadmap__route-meta-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.wsu-roadmap__route-label {
  margin: 0;
  color: #990033;
  font-family: "WSUGothamNarrow", "Barlow", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}

.wsu-roadmap__route-title {
  margin: 0;
  color: #000000;
  font-family: "Chronicle Text G1 VN", Georgia, serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}

.wsu-roadmap__route-subtitle {
  margin: 8px 0 0;
  color: var(--color-azure-0, #000102);
  font-family: "Gotham NarrowVN", "WSUGothamNarrow", "Barlow", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: var(--4-point-28, 28px);
  max-width: 252px;
}

.wsu-roadmap__route-description {
  margin: 16px 0 0;
  color: #000102;
  font-family: "WSUGothamNarrow", "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.wsu-roadmap__route-content,
.wsu-roadmap__topup-content {
  width: 917px;
}

.wsu-roadmap__card {
  width: 100%;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wsu-roadmap__card-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wsu-roadmap__card-title {
  margin: 0;
  color: #000102;
  font-family: "Chronicle Text G1 VN", Georgia, serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
}

.wsu-roadmap__stages {
  display: flex;
  gap: 24px;
}

.wsu-roadmap__stage,
.wsu-roadmap__major {
  background: #ffffff;
  border-top: 4px solid #000000;
  padding: 16px 20px;
}

.wsu-roadmap__stage {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wsu-roadmap__stage-head,
.wsu-roadmap__major-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.wsu-roadmap__stage-name,
.wsu-roadmap__major-title {
  color: #000102;
  font-family: "WSUGothamNarrow", "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.wsu-roadmap__stage-meta {
  color: #ff5c5e;
  font-family: "WSUGothamNarrow", "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.wsu-roadmap__major-meta {
  color: #990033;
  font-family: "WSUGothamNarrow", "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.wsu-roadmap__stage-description,
.wsu-roadmap__topup-description {
  margin: 0;
  color: #000102;
  font-family: "WSUGothamNarrow", "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.wsu-roadmap__note {
  margin: 0;
  color: var(--color-azure-0, #000102);
  font-family: "WSUGothamNarrow", "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: var(--4-point-24, 24px);
}

.wsu-roadmap__topup-description strong,
.wsu-roadmap__topup-description b,
.wsu-roadmap__topup-description span[style*="font-weight:700"],
.wsu-roadmap__topup-description span[style*="font-weight: 700"] {
  font-weight: 700;
}

.wsu-roadmap__majors {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wsu-roadmap__major {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wsu-roadmap__major-list {
  margin: 0;
  padding-left: 24px;
  color: #000102;
  font-family: "WSUGothamNarrow", "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.wsu-roadmap__major-list li + li {
  margin-top: 0px;
}

.wsu-roadmap__major-list li {
  margin: 0;
}

.wsu-roadmap__major-list.is-two-column {
  column-count: 2;
  column-gap: 24px;
}

.wsu-roadmap__topup {
  margin-top: 54px;
}

.wsu-roadmap__topup-title {
  margin: 0;
  color: #000000;
  font-family: "Chronicle Text G1 VN", Georgia, serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
}

.wsu-roadmap__button {
  display: table;
  margin: 32px auto 0;
  padding: 12px 24px;
  background: #ff5c5e;
  color: #ffffff;
  font-family: "WSUGothamNarrow", "Barlow", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.wsu-roadmap__button:hover {
  background: #000000;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .wsu-roadmap__inner {
    width: calc(100% - 80px);
    max-width: none;
  }

  .wsu-roadmap__route,
  .wsu-roadmap__topup {
    gap: 32px;
  }

  .wsu-roadmap__route-meta,
  .wsu-roadmap__topup-meta {
    width: 220px;
    padding: 64px 0;
  }

  .wsu-roadmap__route-content,
  .wsu-roadmap__topup-content {
    width: calc(100% - 252px);
    padding: 64px 0;
  }
}

@media (max-width: 767px) {
  .wsu-roadmap {
    padding: 40px 0;
  }

  .wsu-roadmap__inner {
    width: calc(100% - 48px);
  }

  .wsu-roadmap__heading {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 34px;
  }

  .wsu-roadmap__routes {
    gap: 32px;
  }

  .wsu-roadmap__route,
  .wsu-roadmap__topup {
    flex-direction: column;
    gap: 16px;
  }

  .wsu-roadmap__route-meta,
  .wsu-roadmap__topup-meta,
  .wsu-roadmap__route-content,
  .wsu-roadmap__topup-content {
    width: 100%;
    padding: 0;
  }

  .wsu-roadmap__route-title {
    font-size: 56px;
  }

  .wsu-roadmap__stages,
  .wsu-roadmap__stage-head,
  .wsu-roadmap__major-head {
    flex-direction: column;
    gap: 8px;
  }

  .wsu-roadmap__major-list.is-two-column {
    column-count: 1;
    column-gap: 0;
  }

  .wsu-roadmap__topup {
    margin-top: 32px;
  }

  .wsu-roadmap__topup-title {
    font-size: 44px;
  }

  .wsu-roadmap__button {
    margin-top: 24px;
  }

  .wsu-roadmap__stage-head {
    display: flex;
    flex-direction: row;
  }
}
