.section-title {
  margin: 0;
  font-family: "Source Han Serif SC", "STSong", serif;
  font-size: var(--title-size);
  font-weight: 900;
  text-align: center;
}

.section-subtitle {
  margin: 55px 0 0;
  font-size: var(--subtitle-size);
  text-align: center;
  color: var(--navy);
}

.section-desc {
  max-width: 930px;
  margin: 25px auto 0;
  font-size: var(--copy-size);
  text-align: center;
  color: #4f566b;
}

.section-mini {
  margin: 0 0 24px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: 'Source Han Serif SC';
}

.hero {
  position: relative;
  height: 650px;
  background: var(--navy-soft);
  z-index: 1;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url("./assets/banner.png") center -7px / cover no-repeat;
}

.hero-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 650px;
}

.hero-copy {
  max-width: 360px;
  text-align: center;
  color: #ffffff;
  transform: translateY(-8px);
}

.hero h1 {
  margin: 0;
  font-family: "Source Han Serif SC", "STSong", serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: 2px;
}

.hero-subtitle {
  margin: 10px 0 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 141px;
  height: 45px;
  margin-top: 42px;
  padding: 0 24px;
  border-radius: 999px;
  background: #ffffff;
  color: var(--red);
  font-size: 16px;
  font-weight: 600;
}

.stats-card {
  position: absolute;
  left: 50%;
  bottom: -83px;
  width: min(1117px, calc(100% - 48px));
  height: 166px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 4px 20px 2px rgba(0, 0, 0, 0.05);
  transform: translateX(-50%);
  z-index: 10;
}

.stat {
  position: absolute;
  color: var(--navy);
}

.stat strong {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: flex-end;
  gap: 2px;
  font-weight: 700;
}

.stat-number {
  font-family: "DINOT-Bold", "Arial Narrow", sans-serif;
  font-size: 65px;
  line-height: 1;
  font-weight: 400;
}

.stat-unit {
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 600;
}

.stat-label {
  position: absolute;
  display: block;
  font-size: 18px;
  line-height: 24px;
  white-space: nowrap;
}

.stat-first {
  top: 19px;
  left: 63px;
  width: 94px;
  height: 108px;
}

.stat-first .stat-label {
  top: 84px;
  left: 29px;
}

.stat-second {
  top: 15px;
  left: 308px;
  width: 94px;
  height: 108px;
}

.stat-second .stat-label {
  top: 84px;
  left: 11px;
}

.stat-third {
  top: 14px;
  left: 555px;
  width: 144px;
  height: 108px;
}

.stat-third strong {
  left: 31px;
}

.stat-third .stat-label {
  top: 84px;
  left: 0;
}

.stat-fourth {
  top: 23px;
  left: 857px;
  width: 174px;
  height: 108px;
}

.stat-fourth .stat-label {
  top: 84px;
  left: 41px;
}

.stat-divider {
  position: absolute;
  width: 7px;
  height: 115px;
  background:
    linear-gradient(var(--navy), var(--navy)) center top / 1px 50px no-repeat,
    linear-gradient(var(--navy), var(--navy)) center bottom / 1px 50px no-repeat;
}

.divider-first {
  top: 19px;
  left: 219px;
}

.divider-second {
  top: 23px;
  left: 490px;
}

.divider-third {
  top: 23px;
  left: 761px;
}

.stat-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 54px;
  width: 5px;
  height: 5px;
  background: var(--navy);
  transform: translateX(-50%) rotate(45deg);
}

.services-band {
  position: relative;
  margin-top: 200px;
  padding: 110px 0 48px;
  background: var(--navy);
  z-index: 0;
}

.service-grid {
  display: grid;
  /* grid-template-columns: repeat(4, minmax(0, 1fr)); */
  grid-template-columns: 190px repeat(3,auto);

  column-gap: 62px;
  row-gap: 0;
  align-items: start;
}

.service-pill {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 123px;
  width: 100%;
  padding: 0 2px;
  font-size: 24px;
  line-height: 1.35;
  color: #ffffff;
  text-align: center;
}

.service-pill::before,
.service-pill::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 36px;
  height: 51px;
  background: var(--service-icon) center / contain no-repeat;
  transform: translateY(-50%);
}

.service-pill::before {
  left: 4px;
}

.service-pill::after {
  right: 4px;
  transform: translateY(-50%) scaleX(-1);
}

.challenge-section {
  position: relative;
  padding: 110px 0 0;
  overflow: hidden;
}

.challenge-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 760px;
  background: url('./assets/home.png')
    center top / cover no-repeat;
  pointer-events: none;
}

.challenge-section > .container,
.challenge-stage {
  position: relative;
  z-index: 1;
}

.challenge-section .section-title {
  margin-bottom: 30px;
  color: #fff;
  font-family: 'Source Han Serif SC';
  font-size: 32px;
}

.challenge-stage {
  position: relative;
  height: 582px;
  overflow: hidden;
  background: transparent;
}

.challenge-bg {
  display: none;
}

.challenge-inner {
  position: relative;
  height: 100%;
}

.challenge-tag {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 61px;
  padding: 14px 28px;
  border-radius: 10px;
  background: #ffffff;
  color: var(--navy);
  font-size: 22px;
  /* font-weight: 600; */
  box-shadow: 0 10px 24px rgba(16, 55, 160, 0.08);
}

.challenge-tag.left.top { top: 75px; left: 112px; }
.challenge-tag.left.upper { top: 160px; left: 0; }
.challenge-tag.left.mid { top: 286px; left: 112px; }
.challenge-tag.center.bottom { left: 50%; bottom: 109px; transform: translateX(-50%); }
.challenge-tag.right.top { top: 120px; right: 89px; }
.challenge-tag.right.upper { top: 225px; right: 0; }
.challenge-tag.right.bottom { right: 89px; bottom: 140px; }

.solution-section {
  padding: 110px 0 0;
}

.solution-visual {
  margin-top: 66px;
  overflow: hidden;
}

.solution-visual img {
  width: 100%;
}

.showcase-section {
  padding: 110px 0 0;
}

.showcase-card {
  display: grid;
  align-items: center;
}

.showcase-card.guidance-card {
  grid-template-columns: 260px 1fr;
  gap: 64px;
  height: 610px;
  /* background:
    linear-gradient(rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.76)),
    url("https://www.figma.com/api/mcp/asset/86c65887-7f51-41a4-959c-e6aacf47282e") center / cover no-repeat; */
}

.showcase-card.training-card {
  grid-template-columns: 1fr 302px;
  gap: 68px;
  height: 610px;
  /* margin-top: 110px; */
  background: #ffffff;
  color: var(--text-dark);
}

.showcase-copy h3 {
  margin: 0 0 25px;
  font-size: var(--subtitle-size);
  line-height: 1.35;
  color: #1037A0;
  font-size: 26px;
  font-weight: normal;
}

.showcase-copy p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: inherit;
  color: #777777;
}

.showcase-copy .lead {
  margin-bottom: 14px;
  font-size: var(--copy-size);
  line-height: 1.5;
  color:#121212
}

.guidance-copy {
  align-self: center;
  max-width: 231px;
}

.guidance-copy p {
  line-height: 2.05;
}

.training-copy {
  align-self: center;
  max-width: 302px;
}



.guidance-visual {
  position: relative;
  min-height: 472px;
}

.guidance-panel-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 717px;
  height: 472px;
}

.training-panel-wrap {
  left: 0;
  right: auto;
}

.guidance-blue-panel {
  position: absolute;
  inset: 0;
  background: #1037a0;
}

.guidance-carousel {
  position: absolute;
  right: 0;
  top: 50%;
  width: 803px;
  overflow: hidden;
  transform: translateY(-50%);
}

.training-carousel {
  left: 0;
  right: auto;
}

.guidance-track {
  display: flex;
  gap: 15px;
  width: max-content;
  animation: guidance-scroll 18s linear infinite;
}

.guidance-slide {
  flex: 0 0 355px;
  width: 355px;
  height: 240px;
  overflow: hidden;
  background: #ffffff;
}

.guidance-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guidance-dots {
  position: absolute;
  left: 50%;
  bottom: 35px;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.training-dots {
  left: 358px;
}

.guidance-dots span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
}

.guidance-dots span.is-active {
  width: 34px;
  background: #ffffff;
}

@keyframes guidance-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-1110px); }
}

.news-section {
  min-width: 1200px;
  padding: 25px 0 71px;
  background: #1037a0;
}

.news-head {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.news-head .section-title {
  color: #ffffff;
}

.news-more {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
}

.news-container {
  min-width: 1200px;
  margin-top: 59px;
}

.news-layout {
  display: grid;
  grid-template-columns: 472px 1fr;
  gap: 70px;
  align-items: start;
  width: 1200px;
  margin: 0 auto;
}

.news-feature {
  color: #ffffff;
}

.news-image {
  overflow: hidden;
  width: 472px;
  height: 250px;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-feature h3 {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
}

.news-list {
  width: 100%;
}

.news-item {
  display: flex;
  align-items: center;
  gap: 21px;
  min-height: 59px;
  border-bottom: 1px solid var(--line);
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}

.news-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  font-size: 12px;
  line-height: 30px;
}

.news-tag.alt {
  border-color: var(--gold);
  color: var(--gold);
}

.partners-section {
  padding: 103px 0 96px;
}

.partner-cloud {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px 34px;
  align-items: center;
  justify-items: center;
  margin-top: 54px;
}

.partner-cloud img {
  max-height: 132px;
  width: auto;
  object-fit: contain;
  filter: saturate(0.95);
}

.partner-cloud img:nth-child(3)
{
  width: 66px;
}
.partner-cloud img:nth-child(9){
  width: 80px;
}

.partner-cloud img:nth-child(11){
  width: 120px;
}

.partner-cloud img:nth-child(12){
  width: 120px;
}

.partner-cloud img:nth-child(15){
  width: 120px;
}

.partner-cloud img:nth-child(18){
  width: 100px;
}
.partner-cloud img:nth-child(24){
  width: 100px;
}

.partner-cloud img:nth-child(21),.partner-cloud img:nth-child(22){
  width: 100px;
}