@import url("./solution-finance.css");

.page-solution-share-center .solution-hero {
  min-height: 420px;
}

.page-solution-share-center .solution-hero__content {
  min-height: 420px;
}

.page-solution-share-center .solution-hero__copy {
  width: min(100%, 700px);
  padding: 108px 0 80px;
}

.page-solution-share-center .solution-hero__media img {
  object-position: center center;
}

.page-solution-share-center .solution-hero__title {
  font-size: 45px;
}

.page-solution-share-center .solution-hero__desc {
  max-width: 700px;
}

.page-solution-share-center .solution-section {
  padding: 96px 0;
}

.page-solution-share-center .solution-pain {
  padding-bottom: 74px;
}

.page-solution-share-center .solution-pain__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}

.page-solution-share-center .solution-pain-card {
  min-height: 314px;
  padding: 28px 22px 24px;
  border-radius: 18px;
}

.page-solution-share-center .solution-pain-card__icon {
  width: 77px;
  height: 78px;
  margin-bottom: 24px;
}

.page-solution-share-center .solution-pain-card__title {
  font-size: 24px;
  line-height: 1.17;
}

.page-solution-share-center .solution-pain-card__desc {
  margin-top: 18px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

.page-solution-share-center .solution-compare {
  margin-top: 28px;
}

.page-solution-share-center .solution-compare__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.page-solution-share-center .solution-compare-card {
  padding: 19px 20px;
  border: 1px solid #dce3eb;
  border-radius: 16px;
  background: #ffffff;
}

.page-solution-share-center .solution-compare-card__title {
  margin: 0;
  color: #222222;
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
}

.page-solution-share-center .solution-compare-card__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  margin-top: 14px;
  padding: 10px 14px;
  border-radius: 10px;
}

.page-solution-share-center .solution-compare-card__body--traditional {
  background: #fff3f4;
}

.page-solution-share-center .solution-compare-card__body--smart {
  background: #ebffe5;
}

.page-solution-share-center .solution-compare-card__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-height: 32px;
}

.page-solution-share-center .solution-compare-card__icon {
  flex: 0 0 19px;
  width: 19px;
  height: 19px;
  margin-top: 6px;
}

.page-solution-share-center .solution-compare-card__text {
  color: #222222;
  font-size: 14px;
  line-height: 32px;
}

.page-solution-share-center .solution-value {
  padding-top: 100px;
  padding-bottom: 98px;
}

.page-solution-share-center .solution-section__subtitle {
  max-width: 931px;
}

.page-solution-share-center .solution-value__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.page-solution-share-center .solution-value-card {
  overflow: hidden;
  border: 1px solid #dce3eb;
  border-radius: 16px;
  background: #ffffff;
  text-align: left;
}

.page-solution-share-center .solution-value-card__head {
  padding: 18px 22px 16px;
  border-bottom: 1px solid #eff2f5;
}

.page-solution-share-center .solution-value-card__head--warm {
  background: linear-gradient(180deg, #fff5f6 0%, rgba(255, 245, 246, 0) 100%);
}

.page-solution-share-center .solution-value-card__head--neutral {
  background: linear-gradient(180deg, #effffb 0%, #ffffff 100%);
  border-bottom-color: #d9e7e4;
}

.page-solution-share-center .solution-value-card__head--cool {
  background: linear-gradient(180deg, #f6f3ff 0%, rgba(246, 243, 255, 0) 100%);
}

.page-solution-share-center .solution-value-card__title {
  margin: 0;
  color: #222222;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 600;
}

.page-solution-share-center .solution-value-card__desc {
  max-width: none;
  margin: 8px 0 0;
  color: #7c7e82;
  font-size: 14px;
  line-height: 1.4;
}

.page-solution-share-center .solution-value-card__metrics {
  display: grid;
  gap: 22px;
  padding: 22px;
}

.page-solution-share-center .solution-value-card__metric {
  display: grid;
  gap: 6px;
}

.page-solution-share-center .solution-value-card__metric-value {
  color: #222222;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.page-solution-share-center .solution-value-card__metric-label {
  color: #7c7e82;
  font-size: 14px;
  line-height: 1.4;
}

.page-solution-share-center .solution-capability {
  padding-top: 96px;
  padding-bottom: 92px;
}

.page-solution-share-center .solution-capability__grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 24px;
}

.page-solution-share-center .solution-capability-card {
  min-height: 217px;
  padding: 24px 10px 22px;
  border-radius: 16px;
  text-align: center;
}

.page-solution-share-center .solution-capability-card__icon {
  display: block;
  width: 77px;
  height: 78px;
  margin: 0 auto 20px;
}

.page-solution-share-center .solution-capability-card__title {
  margin: 0;
  color: #222222;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}

.page-solution-share-center .solution-capability-card__desc {
  margin: 13px 0 0;
  color: #7c7e82;
  font-size: 14px;
  line-height: 20px;
}

.page-solution-share-center .solution-flow {
  padding-top: 0;
  padding-bottom: 100px;
}

.page-solution-share-center .solution-flow__grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  align-items: start;
  justify-items: center;
  gap: 0;
}

.page-solution-share-center .solution-flow__step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}

.page-solution-share-center .solution-flow__icon-wrap {
  display: inline-block;
  width: 77px;
  height: 78px;
}

.page-solution-share-center .solution-flow__icon {
  display: block;
  width: 77px;
  height: 78px;
}

.page-solution-share-center .solution-flow__label {
  display: block;
  width: max-content;
  max-width: 100%;
  margin: 21px 0 0;
  color: #222222;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

.page-solution-share-center .solution-flow__arrow {
  position: absolute;
  top: 19px;
  left: calc(100% - 20px);
  width: 40px;
  height: 39px;
}

@media (max-width: 1399px) {
  .page-solution-share-center .solution-capability__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-solution-share-center .solution-flow__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px 0;
  }

  .page-solution-share-center .solution-flow__arrow {
    display: none;
  }
}

@media (max-width: 1199px) {
  .page-solution-share-center .solution-section__title {
    font-size: 44px;
  }

  .page-solution-share-center .solution-pain__grid,
  .page-solution-share-center .solution-value__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-solution-share-center .solution-compare__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .page-solution-share-center .solution-section {
    padding: 72px 0;
  }

  .page-solution-share-center .solution-hero,
  .page-solution-share-center .solution-hero__content {
    min-height: 360px;
  }

  .page-solution-share-center .solution-hero__copy {
    padding: 92px 0 56px;
  }

  .page-solution-share-center .solution-hero__title,
  .page-solution-share-center .solution-section__title {
    font-size: 32px;
  }

  .page-solution-share-center .solution-pain__grid,
  .page-solution-share-center .solution-value__grid,
  .page-solution-share-center .solution-capability__grid,
  .page-solution-share-center .solution-flow__grid {
    grid-template-columns: 1fr;
  }

  .page-solution-share-center .solution-pain-card {
    min-height: 0;
    padding: 24px 18px 22px;
  }

  .page-solution-share-center .solution-compare-card {
    padding: 18px;
  }

  .page-solution-share-center .solution-compare-card__title {
    font-size: 22px;
  }

  .page-solution-share-center .solution-compare-card__body {
    grid-template-columns: 1fr;
  }

  .page-solution-share-center .solution-value-card__title {
    font-size: 24px;
  }

  .page-solution-share-center .solution-capability-card {
    min-height: 0;
    padding: 24px 18px 22px;
  }

  .page-solution-share-center .solution-flow__label {
    font-size: 17px;
  }
}
