@import url("/v2/css/page/main.css");

.journey--en .section-desc,
.refs--en .section-desc {
  letter-spacing: 0.08px;
}

.main-hero--en {
  height: 721px;
  border-bottom: 1px solid var(--color-card-line);
}

.main-hero--en::before {
  top: 0;
  background-image: url("/v2/images/en-main-hero-bg.png");
}

.main-hero--en .main-hero__inner {
  padding-top: 226px;
}

.main-hero--en .main-hero__title {
  margin-top: 40px;
  line-height: 68px;
}

.main-hero__line {
  display: block;
}

.main-hero--en .main-hero__title em {
  font-size: 72px;
  line-height: 83px;
}

.main-hero--en .main-hero__desc {
  margin-top: 23.5px;
  line-height: 32px;
}

.hero-visual--en {
  top: 143px;
  border-radius: 16px;

  border: 1px solid transparent;
  background-image:
    linear-gradient(var(--color-bg), var(--color-bg)),
    linear-gradient(180deg, #e8ecef 0%, rgba(232, 236, 239, 0.2) 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;

  -webkit-mask-image: linear-gradient(180deg, #000 72.35%, transparent 100%);
  mask-image: linear-gradient(180deg, #000 72.35%, transparent 100%);
}

.hero-chat__head {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 0 24px;
  border-bottom: 1px solid var(--color-card-line);
  border-radius: 15px 15px 0 0;
  background: var(--color-bg-alt);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: var(--color-text);
}

.hero-chat__head-dot {
  position: relative;
  flex: none;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: rgba(255, 95, 86, 0.2);
}

.hero-chat__head-dot::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #ff5f56;
}

.journey--en .lineup {
  grid-template-columns: 900fr 240fr;
}

.journey--en .lineup-card {
  height: 170px;
  padding-top: 28px;
}

.journey--en .lineup-card__list {
  margin-top: 20.5px;
}

.journey--en .lineup-card__row {
  gap: 8px;
}

.journey--en .lineup-card__list a {
  flex: 0 0 auto;
}

.journey--en .lineup-card__dot--untact {
  background: #f4c566;
}

.journey--en .role {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 12px;
}

.journey--en .step__meta {
  font-size: 12px;
}

.journey--en .step__flow {
  font-size: 13.5px;
}

.journey--en .step__row dd {
  letter-spacing: -0.07px;
}

.journey--en .lineup {
  margin-top: 38px;
}

.refs--en .refs__tab {
  padding: 0 24.5px;
}

.refs--en .ref-feature {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.refs--en .ref-case {
  min-height: 336px;
}

.refs--en .ref-case__title {
  margin-top: 16.5px;
  line-height: 33px;
}

.refs--en .ref-case__rows {
  margin-top: 14.5px;
}

.refs--en .ref-case__rows dd {
  letter-spacing: -0.1px;
}

.refs--en .ref-case__tag--fin { color: var(--color-primary); }
.refs--en .ref-case__tag--pub { color: #047d42; }
.refs--en .ref-case__tag--ret { color: var(--color-muted); }

.stats--en .stats__title {
  letter-spacing: -0.31px;
}

@media (max-width: 1023px) {
  .main-hero--en {
    height: auto;
  }

  .main-hero--en .main-hero__inner {
    padding-top: 80px;
  }

  .main-hero--en .main-hero__title {
    line-height: 58px;
  }

  .main-hero--en .main-hero__title em {
    font-size: 53px;
    line-height: 68px;
  }

  .main-hero--en .main-hero__desc {
    line-height: 30px;
  }

  .hero-visual--en {
    top: auto;
    aspect-ratio: 448 / 434;
  }

  .journey--en .lineup {
    grid-template-columns: repeat(2, 1fr);
  }

  .journey--en .lineup-card {
    height: auto;
  }

  .refs--en .ref-case {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .main-hero--en .main-hero__title {
    line-height: 46px;
  }

  .journey--en .lineup {
    grid-template-columns: 1fr;
  }
}
