html:has(.perusahaan-page) {
  overflow-x: clip !important;
  overflow-y: auto !important;
  scrollbar-width: auto !important;
}

body:has(.perusahaan-page) {
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

body.perusahaan-page > #page {
  width: 100% !important;
  max-width: 100% !important;
  zoom: 1 !important;
  transform: none !important;
  overflow-x: clip !important;
  overflow-y: hidden !important;
}

.perusahaan-page {
  overflow-x: clip !important;
  overflow-y: hidden !important;
}

body:has(.perusahaan-page) #page,
body:has(.perusahaan-page) .site,
body:has(.perusahaan-page) .site-content,
body:has(.perusahaan-page) .ast-container,
body:has(.perusahaan-page) .content-area,
body:has(.perusahaan-page) .site-main,
body:has(.perusahaan-page) .entry-content,
body:has(.perusahaan-page) .perusahaan-page {
  height: auto !important;
  max-height: none !important;
  overflow-x: clip !important;
  overflow-y: hidden !important;
}

body.perusahaan-page section,
body.perusahaan-page > #page .w-screen,
body.perusahaan-page > #page .akademis-cta-panel,
body.perusahaan-page > #page .akademis-footer {
  left: auto !important;
  right: auto !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
}

/* Override style.css zoom-compensation (111.111vw) — perusahaan uses zoom:1 */
@media (min-width: 1024px) {
  body:not(:has(.landing-root)).perusahaan-page section,
  body:not(:has(.landing-root)).perusahaan-page > #page .w-screen,
  body:not(:has(.landing-root)).perusahaan-page > #page .akademis-cta-panel,
  body:not(:has(.landing-root)).perusahaan-page > #page .akademis-footer {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
  }
}

body:has(.perusahaan-page) #page::-webkit-scrollbar,
body:has(.perusahaan-page) .site::-webkit-scrollbar,
body:has(.perusahaan-page) .site-content::-webkit-scrollbar,
body:has(.perusahaan-page) .ast-container::-webkit-scrollbar,
body:has(.perusahaan-page) .content-area::-webkit-scrollbar,
body:has(.perusahaan-page) .site-main::-webkit-scrollbar,
body:has(.perusahaan-page) .entry-content::-webkit-scrollbar,
body:has(.perusahaan-page) .perusahaan-page::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}

.about-hero,
.about-hero.hero-aurora {
  min-height: 702px;
  border-bottom-right-radius: 0 !important;
}

.about-hero::after {
  right: -210px;
  bottom: -560px;
  opacity: 0.06;
}

.about-hero__shell {
  padding-top: clamp(120px, 10vw, 180px);
  padding-bottom: clamp(50px, 6vw, 90px);
}

.about-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(480px, 1fr);
  align-items: start;
  gap: clamp(30px, 4vw, 70px);
}

.about-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 1181px) {
  .about-hero__copy {
    margin-left: clamp(24px, 2.5vw, 48px);
    padding-top: clamp(40px, 3vw, 60px);
  }

  .about-hero__actions {
    flex-wrap: nowrap;
  }
}

.about-hero__eyebrow {
  margin: 0 0 12px;
  color: #016e8d;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.about-hero__title {
  margin: 0;
  color: #334155;
  font-size: clamp(46px, 4.2vw, 72px);
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}

.about-hero__title span {
  color: #00758f;
}

.about-hero__desc {
  margin: 20px 0 0;
  max-width: 780px;
  color: #475569;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0;
}

.about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.about-hero__btn {
  min-height: 56px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 32px;
  color: #016e8d;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.about-hero__btn svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-hero__btn--primary {
  min-width: 180px;
  color: #ffffff;
  background: #f7b60c;
  border: 1px solid #f7b60c;
  box-shadow: 0 10px 22px rgba(247, 182, 12, 0.18);
}

.about-hero__btn--primary:hover {
  color: #ffffff;
  background: #e9aa00;
  border-color: #e9aa00;
}

.about-hero__btn--outline {
  min-width: 220px;
  background: rgba(255, 255, 255, 0.34);
  border: 1px solid #016e8d;
}

.about-hero__btn--outline:hover {
  color: #016e8d;
  background: rgba(1, 110, 141, 0.08);
}

.about-hero__visual {
  position: relative;
  min-height: clamp(430px, 31vw, 590px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-hero__photo {
  position: relative;
  z-index: 2;
  display: block;
  width: min(120%, 1100px);
  transform: translateX(20px) scale(1.1);
}

.about-hero__image {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.about-hero__ring {
  position: absolute;
  z-index: 1;
  border-radius: 999px;
  pointer-events: none;
}

.about-hero__ring::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 30px solid currentColor;
}

.about-hero__ring--left {
  left: -15px;
  bottom: 5px;
  width: 136px;
  height: 136px;
  color: #f7b60c;
  opacity: 0.1;
}

.about-hero__ring--right {
  right: -40px;
  top: 52%;
  width: 100px;
  height: 100px;
  color: #f7b60c;
  opacity: 1;
  transform: translateY(-50%);
}

.about-hero__ring--right::before {
  border-width: 24px;
}

.about-hero__dots {
  position: absolute;
  z-index: 1;
  top: 8px;
  right: -22px;
  width: 104px;
  height: 92px;
  background-image: radial-gradient(circle, rgba(14, 165, 215, 0.24) 2.6px, transparent 2.7px);
  background-size: 18px 18px;
  pointer-events: none;
}

.about-hero__badge {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  border: 1px solid rgba(203, 213, 225, 0.94);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  color: #334155;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.about-hero__badge img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 auto;
}

.about-hero__badge--top {
  top: -48px;
  left: 44px;
  width: 188px;
  min-height: 164px;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  text-align: center;
}

.about-hero__badge--top img {
  width: 54px;
  height: 54px;
}

.about-hero__badge--bottom {
  right: 34px;
  bottom: -54px;
  min-width: 326px;
  min-height: 86px;
  padding: 18px 24px;
}

.about-campus-stats {
  position: relative;
  z-index: 4;
  width: 100%;
  background: #ffffff;
  padding: 58px 0 96px;
}

.about-campus-stats__inner {
  width: min(100% - 96px, 1720px);
  margin: 0 auto;
}

.about-campus-stats__logos {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding: 4px 4px 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}

.about-campus-stats__logos::-webkit-scrollbar {
  display: none;
}

.about-campus-stats__logo {
  width: 164px;
  height: 90px;
  padding: 12px 14px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 164px;
  min-width: 0;
  overflow: visible;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(16, 24, 40, 0.09);
  box-sizing: border-box;
}

.about-campus-stats__logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.about-campus-stats__logo.is-wide img {
  max-width: 100%;
  max-height: 100%;
}

.about-campus-stats__logo.is-balanced img {
  max-width: 120px;
  max-height: 58px;
}

.about-campus-stats__logo.is-tall img {
  max-width: 74px;
  max-height: 66px;
}

.about-campus-stats__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 400px));
  justify-content: center;
  gap: clamp(32px, 3vw, 48px);
  margin-top: 42px;
  transform: scale(0.9);
  transform-origin: top center;
  margin-bottom: -20px;
}

.about-campus-stats__card {
  width: 400px;
  height: 155px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border: 1px solid #f1f5f9;
  border-radius: 20px;
  background: #f8fafc;
  box-sizing: border-box;
}

.about-campus-stats__icon {
  width: 72px;
  height: 72px;
  object-fit: contain;
  flex: 0 0 auto;
}

.about-campus-stats__copy {
  min-width: 0;
}

.about-campus-stats__value {
  margin: 0;
  color: #016e8d;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0;
}

.about-campus-stats__label {
  margin: 10px 0 0;
  color: #64748b;
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0;
}

.about-vision-mission {
  width: 100%;
  padding: 0 0 36px;
  background: #ffffff;
}

.about-vision-mission__inner {
  width: min(100% - 96px, 1720px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: center;
  gap: 40px !important;
  transform: scale(0.9);
  transform-origin: top center;
  margin-bottom: -38px;
}

.about-vm-card {
  position: relative;
  width: 100%;
  height: 373px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  border-radius: 20px;
  background: #f8fafc;
  overflow: hidden;
  box-sizing: border-box;
}

.about-vm-card__head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 22px;
}

.about-vm-card__icon {
  width: 80px;
  height: 83px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 20px;
  background: rgba(1, 110, 141, 0.1);
  flex: 0 0 auto;
  box-sizing: border-box;
}

.about-vm-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-vm-card__title {
  margin: 0;
  color: #0f172a;
  font-size: 30px;
  font-weight: 800;
  line-height: 110%;
  letter-spacing: 0;
}

.about-vm-card__text {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: calc(100% - 56px);
  margin: 0 0 0 56px;
  color: #475569;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0;
  text-align: left !important;
}

.about-vm-card__line {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
}

.about-vm-card__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: -2px 0 0 56px;
  padding: 0 12px 0 0;
  list-style: none;
  color: #475569;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
}

.about-vm-card__list li {
  position: relative;
  padding-left: 34px;
  max-width: 100%;
}

.about-vm-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 24px;
  height: 24px;
  border: 2px solid #22c55e;
  border-radius: 999px;
  box-sizing: border-box;
}

.about-vm-card__list li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 15px;
  width: 9px;
  height: 5px;
  border-left: 2px solid #22c55e;
  border-bottom: 2px solid #22c55e;
  transform: rotate(-45deg);
}

.about-vm-card__watermark {
  position: absolute;
  right: -40px;
  bottom: -50px;
  width: 250px;
  height: 250px;
  object-fit: contain;
  opacity: 0.1;
  pointer-events: none;
}

@media (max-width: 1180px) {
  .about-hero__grid {
    grid-template-columns: 1fr;
  }

  .about-hero__copy {
    max-width: 860px;
  }

  .about-hero__visual {
    justify-content: flex-start;
    max-width: 940px;
    width: 100%;
  }

  .about-campus-stats__logos {
    gap: 16px;
  }

  .about-campus-stats__cards {
    grid-template-columns: repeat(2, minmax(0, 400px));
    transform: none;
    margin-bottom: 0;
  }

  .about-vision-mission__inner {
    grid-template-columns: 1fr;
    width: min(100% - 48px, 664px);
    gap: 32px !important;
    transform: none;
    margin-bottom: 0;
  }

  .about-vm-card {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .about-hero {
    min-height: auto;
  }

  .about-hero__shell {
    padding-top: 126px;
    padding-bottom: 76px;
  }

  .about-hero__grid {
    gap: 52px;
  }

  .about-hero__eyebrow {
    margin-bottom: 18px;
    font-size: 14px;
  }

  .about-hero__title {
    font-size: 40px;
    line-height: 1.12;
  }

  .about-hero__desc {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.7;
  }

  .about-hero__actions {
    width: 100%;
    gap: 10px;
    margin-top: 24px;
  }

  .about-hero__btn {
    min-height: 44px;
    padding: 0 16px;
    font-size: 14px;
    gap: 8px;
  }

  .about-hero__btn svg {
    width: 18px;
    height: 18px;
  }

  .about-hero__btn--primary,
  .about-hero__btn--outline {
    min-width: 0;
    flex: 1 1 100%;
  }

  .about-hero__visual {
    min-height: 310px;
  }

  .about-hero__photo {
    border-radius: 16px;
  }

  .about-hero__ring {
    width: 92px;
    height: 92px;
  }

  .about-hero__ring::before {
    border-width: 22px;
  }

  .about-hero__ring--left {
    left: -24px;
    bottom: -22px;
  }

  .about-hero__ring--right {
    right: -30px;
  }

  .about-hero__dots {
    top: -20px;
    right: -16px;
    width: 74px;
    height: 68px;
    background-size: 14px 14px;
  }

  .about-hero__badge {
    border-radius: 12px;
    font-size: 13px;
    line-height: 1.25;
    gap: 10px;
  }

  .about-hero__badge img {
    width: 30px;
    height: 30px;
  }

  .about-hero__badge--top {
    top: -36px;
    left: 18px;
    width: 126px;
    min-height: 110px;
    gap: 8px;
  }

  .about-hero__badge--top img {
    width: 38px;
    height: 38px;
  }

  .about-hero__badge--bottom {
    right: 12px;
    bottom: -34px;
    min-width: 212px;
    min-height: 62px;
    padding: 12px 14px;
  }

  .about-campus-stats {
    padding: 38px 0 64px;
  }

  .about-campus-stats__inner {
    width: min(100% - 32px, 1720px);
  }

  .about-campus-stats__logos {
    gap: 14px;
    padding-inline: 2px;
  }

  .about-campus-stats__logo {
    width: 136px;
    height: 76px;
    padding: 10px 12px;
    flex-basis: 136px;
  }

  .about-campus-stats__logo.is-wide img {
    max-width: 112px;
    max-height: 54px;
  }

  .about-campus-stats__logo.is-balanced img {
    max-width: 104px;
    max-height: 50px;
  }

  .about-campus-stats__logo.is-tall img {
    max-width: 64px;
    max-height: 56px;
  }

  .about-campus-stats__cards {
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .about-campus-stats__card {
    width: 100%;
    height: auto;
    min-height: 132px;
  }

  .about-campus-stats__icon {
    width: 56px;
    height: 56px;
  }

  .about-campus-stats__value {
    font-size: 28px;
  }

  .about-campus-stats__label {
    font-size: 18px;
    line-height: 150%;
  }

  .about-vision-mission {
    padding-bottom: 32px;
  }

  .about-vision-mission__inner {
    width: min(100% - 32px, 664px);
  }

  .about-vm-card {
    height: auto;
    min-height: 320px;
    gap: 20px;
    padding: 20px;
  }

  .about-vm-card__head {
    gap: 16px;
  }

  .about-vm-card__icon {
    width: 66px;
    height: 68px;
    border-radius: 16px;
    padding: 10px;
  }

  .about-vm-card__title {
    font-size: 30px;
  }

  .about-vm-card__text,
  .about-vm-card__list {
    margin-left: 0;
    max-width: 100%;
    font-size: 16px;
    line-height: 170%;
    white-space: normal;
    overflow-wrap: break-word;
  }

  .about-vm-card__line {
    display: inline;
    white-space: normal;
  }

  .about-vm-card__text br,
  .about-vm-card__list br {
    display: none;
  }

  .about-vm-card__list {
    gap: 16px;
    padding-right: 0;
  }

  .about-vm-card__list li {
    overflow-wrap: break-word;
  }

  .about-vm-card__watermark {
    width: 190px;
    height: 190px;
    right: -42px;
    bottom: -46px;
  }
}

@media (max-width: 420px) {
  .about-hero__title {
    font-size: 34px;
  }

  .about-hero__visual {
    min-height: 260px;
  }

  .about-hero__badge--bottom {
    right: 0;
  }
}

/* ==============================================================
   ABOUT PERJALANAN KAMI
   ============================================================== */
.about-journey {
  position: relative;
  width: 100%;
  padding: 40px 0 80px;
  background: #ffffff;
}

.about-journey__container {
  width: min(100% - 48px, 1760px);
  margin: 0 auto;
}

.about-journey__header {
  text-align: center;
  margin-bottom: 72px;
}

.about-journey__header h2 {
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 110%;
  color: #334155;
  margin: 0 0 16px;
}

.about-journey__header p {
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  color: rgba(47, 43, 61, 0.7);
  margin: 0;
}

.journey-flow {
  --flow-gap: 88.17px;
  --flow-icon-size: 116px;
  --flow-number-size: 38px;
  --flow-number-half: 19px;
  --flow-line-arrow-size: 8px;
  --flow-line-end-gap: 18px;
  --flow-icon-number-gap: 18px;
  --flow-line-top: calc(var(--flow-icon-size) + var(--flow-icon-number-gap) + var(--flow-number-half));
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: var(--flow-gap);
  align-items: start;
  transform: scale(0.9);
  transform-origin: top center;
  margin-bottom: -42px;
}

@media (min-width: 1201px) {
  .perusahaan-page .akademis-cta-section {
    padding-top: 77px;
  }
}

.journey-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 30px;
}

.journey-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: var(--flow-line-top);
  left: calc(50% + var(--flow-number-half));
  width: calc(100% + var(--flow-gap) - var(--flow-number-size) - var(--flow-line-end-gap));
  height: 1px;
  background: repeating-linear-gradient(90deg, #016E8D 0 5px, transparent 5px 10px);
}

.journey-step:not(:last-child)::before {
  content: "";
  position: absolute;
  top: calc(var(--flow-line-top) - 4px);
  left: calc(150% + var(--flow-gap) - var(--flow-number-half) - var(--flow-line-end-gap) - var(--flow-line-arrow-size));
  width: var(--flow-line-arrow-size);
  height: var(--flow-line-arrow-size);
  border-top: 1px solid #016E8D;
  border-right: 1px solid #016E8D;
  transform: rotate(45deg);
}

.journey-icon {
  width: var(--flow-icon-size);
  height: var(--flow-icon-size);
  border-radius: 20px;
  background: rgba(1, 110, 141, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--flow-icon-number-gap);
  padding: 16px;
  box-sizing: border-box;
}

.journey-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.journey-number {
  position: relative;
  z-index: 1;
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #016E8D;
  color: #ffffff;
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 24px;
}

.journey-year {
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  color: #64748B;
  margin-bottom: 12px;
  white-space: nowrap;
}

.journey-step-title {
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  color: #0F172A;
  margin: 0 0 12px;
  min-height: 44px;
}

.journey-step-desc {
  font-family: Roboto, ui-sans-serif, system-ui, -apple-system, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #334155;
  margin: 0;
}

.journey-step-list {
  text-align: left;
  list-style: none;
  padding: 0;
}

.journey-step-list li {
  position: relative;
  padding-left: 16px;
}

.journey-step-list li::before {
  content: "\2022";
  position: absolute;
  left: 0;
}

@media (min-width: 769px) {
  .journey-step-title,
  .journey-step-desc {
    white-space: nowrap;
  }
}

@media (max-width: 1200px) {
  .journey-flow {
    --flow-gap: 24px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 64px;
    transform: none;
    margin-bottom: 0;
  }
  .journey-step:nth-child(3n)::after,
  .journey-step:nth-child(3n)::before {
    display: none;
  }
}

@media (max-width: 768px) {
  .about-journey {
    padding: 32px 0 48px;
  }
  .about-journey__header h2 {
    font-size: 32px;
  }
  .about-journey__header p {
    font-size: 16px;
    line-height: 140%;
  }
  .journey-flow {
    display: flex;
    flex-direction: column;
    width: min(100%, 460px);
    margin: 0 auto;
    row-gap: 20px;
  }
  .journey-step {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    grid-template-rows: auto auto auto auto;
    row-gap: 8px;
    grid-template-areas:
      "number icon"
      ". year"
      ". title"
      ". desc";
    align-items: start;
    justify-items: start;
    padding: 0 0 36px;
    text-align: left;
  }
  .journey-icon {
    grid-area: icon;
    width: 104px;
    height: 104px;
    padding: 16px;
    margin-bottom: 0;
  }
  .journey-number {
    grid-area: number;
    width: 32px;
    height: 32px;
    font-size: 15px;
    margin-bottom: 0;
    align-self: center;
  }
  .journey-year {
    grid-area: year;
    margin-bottom: 0;
    font-size: 18px;
  }
  .journey-step-title {
    grid-area: title;
    margin-bottom: 0;
    min-height: auto;
    font-size: 18px;
  }
  .journey-step-desc {
    grid-area: desc;
    font-size: 16px;
  }
  .journey-step:not(:last-child)::after {
    display: block;
    top: 60px;
    right: auto;
    bottom: -42px;
    left: 15px;
    width: 2px;
    height: auto;
    background: repeating-linear-gradient(180deg, #016E8D 0 6px, transparent 6px 12px);
    transform: none;
  }
  .journey-step:not(:last-child)::before {
    display: block;
    top: auto;
    right: auto;
    bottom: -42px;
    left: 11px;
    width: 10px;
    height: 10px;
    border-top: 0;
    border-left: 0;
    border-right: 2px solid #016E8D;
    border-bottom: 2px solid #016E8D;
    transform: rotate(45deg);
  }
  .journey-step:nth-child(3n):not(:last-child)::after,
  .journey-step:nth-child(3n):not(:last-child)::before {
    display: block;
  }
}
