.journalIntroduction {
  background: #fff;
  padding: 0;
}

.journalIntroduction__container {
  width: 1200px;
  margin: 0 auto;
}

.journalIntroduction__eyebrow {
  color: #0050cb;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-align: center;
  margin-bottom: 11px;
}

.journalIntroduction__title {
  color: #1a1b1f;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  margin-bottom: 12px;
}

.journalIntroduction__desc {
  margin-bottom: 56px;
  color: #424656;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.journalIntroduction__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.journalIntroduction__card {
  width: 386px;
  min-height: 281px;
  padding: 20px 16px 24px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  box-sizing: border-box;
}

.journalIntroduction__iconWrap {
  width: 48px;
  height: 48px;
}

.journalIntroduction__icon {
  width: 100%;
  display: block;
}


.journalIntroduction__cardTitle {
  margin-top: 17px;
  color: #1a1b1f;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.journalIntroduction__cardDesc {
  min-height: 98px;
  margin-top: 8px;
  color: #424656;
  font-size: 16px;
  line-height: 24px;
}

.journalIntroduction__divider {
  height: 1px;
  background: #e8e8e8;
  margin-top: 11px;
}

.journalIntroduction__metric {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 18px;
  color: #0050cb;
  padding-left: 5px;
}

.journalIntroduction__metricValue {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.journalIntroduction__metricLabel {
  color: rgba(0, 80, 203, 0.7);
  font-size: 14px;
  line-height: 16px;
}

.matchHero {
  height: 518px;
  margin-bottom: 32px;
  padding: 46px 47px 0;
  box-sizing: border-box;
  background: linear-gradient(180deg, #f2faff 0%, rgba(242, 250, 255, 0) 100%);
  position: relative;
  overflow: hidden;
}

.matchHero__content {
  width: 497px;
  position: relative;
  z-index: 2;
}

.matchHero__tag {
  display: flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 999px;
  background: #fff;
  color: #0050cb;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  width: 260px;
}
.matchHero__tag__icon {
  position: relative;
  top: -1px;
}

.matchHero__title {
  margin-top: 24px;
}

.matchHero__titleMain,
.matchHero__titleAccent {
  display: block;
  font-size: 46px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.96px;
}

.matchHero__titleMain {
  color: #1a1b1f;
}

.matchHero__titleAccent {
  color: #0050cb;
}

.matchHero__desc {
  margin-top: 16px;
  color: #424656;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

.matchHero__features {
  display: flex;
  gap: 26px;
  z-index: 2;
}

.matchHero__feature {
  position: relative;
  padding-left: 18px;
  color: #424656;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.matchHero__feature::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
  height: 9px;
  background: url('../../../images/coopJournal/icon_13.png') no-repeat center/100% 100%;
}

.matchHero__visual {
  position: absolute;
  right: 0px;
  top: 40px;
  width: 560px;
  height: 440px;
}

.matchHero__previewCard {
  display: block;
  filter:
      drop-shadow(0 20px 25px rgba(1, 138, 216, 0.12))
      drop-shadow(0 8px 10px rgba(1, 138, 216, 0.08));
}

.journalWorkflow {
  margin-top: 58px;
  background: #f4f3f8;
  padding: 78px 0 82px;
}

.journalWorkflow__inner {
  width: 1033px;
  margin: 0 auto;
}

.journalWorkflow__eyebrow {
  color: #0050cb;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-align: center;
  margin-bottom: 16px;
}

.journalWorkflow__title {
  color: #1a1b1f;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  margin-bottom: 18px;
}

.journalWorkflow__desc {
  color: #424656;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  margin-bottom: 80px;
}

.journalWorkflow__grid {
  display: flex;
  justify-content: space-between;
}

.journalWorkflow__item {
  width: 234px;
}

.journalWorkflow__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.journalWorkflow__num {
  width: 40px;
  height: 40px;
  border: 2px solid #0050cb;
  border-radius: 50%;
  background: #fff;
  color: #0050cb;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  box-sizing: border-box;
}

.journalWorkflow__itemTitle {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.journalWorkflow__itemDesc {
  min-height: 70px;
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.journalWorkflow__imageWrap {
  overflow: hidden;
}

.journalWorkflow__image {
  width: 100%;
  display: block;
}

.journalMatchCTA {
  background: #0050cb;
  padding: 68px 0 36px;
  text-align: center;
}

.journalMatchCTA__title {
  color: #fff;
  font-size: 48px;
  line-height: 60px;
}

.journalMatchCTA__desc {
  margin-top: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.journalMatchCTA__btn {
  display: inline-block;
  cursor: pointer;
  margin-top: 40px;
  padding: 21px 40px;
  min-width: 176px;
  border-radius: 12px;
  background: #fff;
  color: #0050cb;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
.toMatch {
  border-radius: 10px;
  background: rgba(21, 120, 252, 1);
  width: 180px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}
