.mingmo-page {
  background: #eef3fa;
}

.mm-hero {
  padding: 112px 0 0;
  background:
    radial-gradient(1200px 460px at 50% 100%, rgba(128, 197, 255, 0.42), rgba(128, 197, 255, 0) 72%),
    url("img/mingmo/pagebg.jpg") center top / cover no-repeat;
  background-size: cover;
}


.mm-hero-inner {
  display: grid;
  gap: 24px;
}

.mm-hero-copy {
  text-align: center;
}

.mm-hero-copy h1 {
  margin-bottom: 14px;
  position: relative;
  display: inline-grid;
  gap: 2px;
}

.mm-name {
  display: block;
  color: #2367ff;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.6;
}

.mm-title {
  display: block;
  color: #101a36;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.14;
  position: relative;
  z-index: 9;
}

.mm-line {
  position: absolute;
  right: -6px;
  bottom: -9px;
  width: 556px;
  height: 29px;
  margin: 0;
  overflow: hidden;
  z-index: 2;
  pointer-events: none;
}

.mm-line img {
  width: 100%;
  height: 100%;
  display: block;
  animation: lineWrite 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) 0.25s forwards;
}

.mm-line::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  opacity: 0;
  transform: translateX(0);
  animation: penCursor 1.25s cubic-bezier(0.2, 0.8, 0.2, 1) 0.25s;
}

.mm-hero-copy p {
  margin: 30px auto 0;
  color: #0E105E;
  font-size: 20px;
  line-height: 1.55;
}

.mm-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
  min-width: 166px;
  height: 52px;
  padding: 0 24px;
  margin-bottom: 40px;
  border-radius: 999px;
  text-decoration: none;
  background: linear-gradient(90deg, #2259ff, #1978ff);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.mm-issues-title {
  margin: 16px auto 8px;
  color: #2d3f73;
  font-size: 14px!important;
  line-height: 1.4;
  font-weight: 600;
}

.mm-hero-points {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 26px;
  margin: 10px auto;
  padding: 0;
  max-width: 1080px;
}

.mm-hero-points li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #0f67eb;
  font-size: 14px;
  line-height: 1.4;
}

.mm-hero-points .iconfont {
  color: #1f5dff;
  font-size: 14px;
}

.mm-hero-visual {
  margin-top: 16px;
}

.mm-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.mm-feature {
  padding: 84px 0;
  background: #f8fbff;
}

.mm-feature-alt {
  background: #e9eff9;
}

.mm-feature h2 {
  text-align: center;
  font-size: 50px;
  line-height: 1.28;
  color: #111e36;
  margin-bottom: 34px;
}

.mm-feature-row {
  display: grid;
  grid-template-columns: 1fr 1.32fr;
  gap: 40px;
  align-items: center;
}

.mm-reverse {
  grid-template-columns: 1.32fr 1fr;
}

.mm-list ul {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mm-list li {
  position: relative;
  padding-left: 22px;
}

.mm-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2c76ff;
}

.mm-list strong {
  display: block;
  color: #0f1d3f;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.35;
}

.mm-list span {
  display: block;
  margin-top: 8px;
  color: #5f6b87;
  font-size: 20px;
  line-height: 1.7;
}

.mm-shot {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(49, 108, 216, 0.16);
}

.mm-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.mm-growth {
  padding: 82px 0 70px;
  background:
    radial-gradient(1000px 540px at 50% 115%, rgba(125, 166, 255, 0.56), rgba(125, 166, 255, 0) 76%),
    url("img/mingmo/bg.jpg") center / cover no-repeat;
}

.mm-growth h2 {
  text-align: center;
  color: #fff;
  font-size: 36px;
  margin-bottom: 26px;
}

.mm-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.mm-stat-card {
  padding: 24px 20px 18px;
  background:url("img/mingmo/lingbg.png") no-repeat #fff;
  background-size: cover;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(31, 76, 165, 0.16);
}

.mm-num {
  color: #12225b;
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
}

.mm-num span {
  font-size: 24px;
  font-weight: 700;
  margin-left: 4px;
}

.mm-stat-card p {
  margin-top: 12px;
  color: #536181;
  font-size: 18px;
}

.mm-stat-card img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  margin:10px auto 0;
}

.mm-growth-btn {
  display: flex;
  justify-content: center;
  margin-top: 44px;
}

.mm-growth-btn img {
  width: 154px;
  height: auto;
}

@media (max-width: 1400px) {
  .mm-name {
    font-size: 44px;
  }

  .mm-title {
    font-size: 44px;
  }

  .mm-feature h2,
  .mm-growth h2 {
    font-size: 38px;
  }

  .mm-list strong {
    font-size: 24px;
  }

  .mm-list span {
    font-size: 18px;
  }

  .mm-num {
    font-size: 44px;
  }
}

@media (max-width: 1080px) {
  .mm-hero {
    padding-top: 96px;
  }

  .mm-line {
    width: 182px;
    height: 18px;
    right: -4px;
    bottom: 2px;
  }

  .mm-title {
    font-size: 34px;
  }

  .mm-name {
    font-size: 38px;
  }

  .mm-hero-copy p,
  .mm-list span {
    font-size: 14px;
  }

  .mm-issues-title {
    margin-top: 12px;
    font-size: 14px;
  }

  .mm-hero-points {
    gap: 6px 14px;
  }

  .mm-hero-points li {
    font-size: 14px;
  }

  .mm-hero-points .iconfont {
    font-size: 12px;
  }

  .mm-cta {
    min-width: 140px;
    height: 46px;
    font-size: 20px;
  }

  .mm-feature {
    padding: 60px 0;
  }

  .mm-feature h2,
  .mm-growth h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .mm-feature-row,
  .mm-reverse {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mm-list strong {
    font-size: 21px;
  }

  .mm-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }
}

@media (max-width: 680px) {
  .mm-stats {
    grid-template-columns: 1fr;
  }
}
