.page-solution {
  min-width: 0;
}

.page-solution .primary-nav__link.is-active {
  padding-inline: 2px;
  color: #49515e;
  background: transparent;
}

.page-solution .primary-nav__link:nth-child(3) {
  padding-inline: 14px;
  color: var(--color-primary);
  background: #f0f6ff;
}

.page-solution .wechat-float {
  display: none;
}

.page-solution .site-header > .container,
.page-solution .contact > .container,
.page-solution .site-footer > .container {
  width: min(calc(100% - 48px), 1216px);
}

.page-solution .contact__layout {
  grid-template-columns: 527px 585px;
  gap: 104px;
}

.solution-hero,
.solution-section,
.solution-advantages {
  overflow: hidden;
}

.solution-hero > .container,
.solution-section > .container,
.solution-advantages > .container {
  width: min(calc(100% - 48px), 1216px);
}

.solution-section__title {
  margin: 0;
  color: #303338;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.6px;
  line-height: 1.4;
  text-align: center;
}

.solution-hero {
  height: 480px;
  background: url("../images/solution/hero-bg.png") center / cover no-repeat;
}

.solution-hero__inner {
  height: 100%;
  padding-top: 111px;
}

.solution-hero__copy {
  width: 570px;
}

.solution-hero__copy h1 {
  margin: 0 0 18px;
  color: #303236;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -1.6px;
  line-height: 1.35;
}

.solution-hero__copy p {
  width: 550px;
  margin: 0 0 34px;
  color: #535b65;
  font-size: 16px;
  line-height: 1.5;
}

.solution-hero__copy .button {
  min-width: 180px;
  min-height: 56px;
  background: #005ac5;
  border-color: #005ac5;
  border-radius: 8px;
}

.solution-hero__copy .button span {
  display: inline-flex;
  height: 18px;
  align-items: center;
  line-height: 18px;
}

.solution-cases {
  height: 564px;
  padding-top: 64px;
  background: #fff;
}

.solution-cases .solution-section__title {
  margin-bottom: 34px;
}

.warning-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.warning-case-card {
  min-width: 0;
  height: 347px;
  overflow: hidden;
  background: #f8faff;
  border-radius: 9px;
}

.warning-case-card > img {
  width: 100%;
  height: 216px;
  object-fit: cover;
}

.warning-case-card__body {
  padding: 16px 20px 9px;
}

.warning-case-card h3 {
  margin: 0 0 10px;
  color: #2d3035;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
}

.warning-case-card p {
  margin: 0;
  color: #5f6670;
  font-size: 14px;
  line-height: 1.65;
}

.situation-policy {
  height: 698px;
  padding-top: 64px;
  background: #eff7ff url("../images/solution/policy-bg.png") center / cover no-repeat;
}

.situation-policy .solution-section__title {
  margin-bottom: 34px;
}

.situation-card {
  height: 192px;
  margin: 0;
  background: #fff url("../images/solution/analysis-banner.png") right center / 594px 190px no-repeat;
  border-bottom: 1px solid #dce3eb;
}

.situation-card__copy {
  width: 748px;
  padding: 40px 44px 28px;
}

.situation-card h3,
.policy-block > h3 {
  margin: 0;
  color: #303338;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.situation-card p {
  margin: 13px 0 0;
  color: #5b636e;
  font-size: 14px;
  line-height: 1.72;
}

.policy-block {
  padding: 46px 44px;
  background: #fff;
}

.policy-block > h3 {
  margin-bottom: 13px;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 42px;
}

.policy-card {
  display: grid;
  min-width: 0;
  grid-template-columns: 155px minmax(0, 1fr);
  gap: 16px;
}

.policy-card > img {
  width: 155px;
  height: 166px;
  object-fit: cover;
  border: 1px solid #dce1e7;
}

.policy-card__content {
  min-width: 0;
}

.policy-card h4 {
  margin: -3px 0 5px;
  color: #303338;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
}

.policy-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 10px;
  color: #5b636e;
  font-size: 13px;
  line-height: 1.5;
}

.policy-card blockquote {
  margin: 0;
  color: #555e68;
  font-size: 14px;
  line-height: 1.65;
}

.solution-system {
  height: 518px;
  padding-top: 64px;
  background: #fff;
}

.solution-system .solution-section__title {
  margin-bottom: 27px;
}

.solution-system__lead {
  margin: 0 24px 19px;
  color: #5f6670;
  font-size: 14px;
  line-height: 1.72;
}

.solution-capability-grid {
  display: grid;
  height: 247px;
  grid-template-columns: 392px repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.solution-capability-card {
  min-width: 0;
  padding: 17px 22px;
  background: #f8faff;
  border-radius: 12px;
}

.solution-capability-card h3 {
  margin: 0 0 12px;
  color: #303338;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.solution-capability-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solution-capability-card--wide .solution-capability-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 19px;
}

.solution-capability-list li {
  display: flex;
  min-width: 0;
  height: 20px;
  align-items: center;
  gap: 8px;
  color: #626976;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.solution-capability-list img {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
}

.solution-framework {
  height: 746px;
  padding-top: 64px;
  background: #e9f4ff url("../images/solution/soft-gradient-bg.png") center / cover no-repeat;
}

.solution-framework .solution-section__title {
  margin-bottom: 27px;
}

.solution-framework__image {
  width: 1216px;
  height: 536px;
  object-fit: contain;
}

.solution-values {
  height: 472px;
  padding-top: 64px;
  background: #fff;
}

.solution-values .solution-section__title {
  margin-bottom: 34px;
}

.solution-value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.solution-value-card {
  height: 262px;
  padding: 22px;
  background: #f8faff;
  border-radius: 10px;
}

.solution-value-card > img {
  width: 56px;
  height: 56px;
  margin-bottom: 17px;
}

.solution-value-card h3 {
  margin: 0 0 12px;
  color: #303338;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.solution-value-card p {
  margin: 0;
  color: #5f6670;
  font-size: 14px;
  line-height: 1.65;
}

.solution-advantages {
  height: 423px;
  background: #e8f4ff url("../images/solution/advantage-bg.png") center / cover no-repeat;
  border: 1px solid #85bdf6;
  border-width: 1px 0;
}

.solution-advantages__inner {
  position: relative;
  height: 100%;
}

.solution-advantages__shield-title {
  position: absolute;
  top: 209px;
  left: 50%;
  margin: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.35;
  text-align: center;
  text-shadow: 0 2px 5px rgba(20, 91, 181, 0.32);
  transform: translateX(-50%);
}

.solution-advantage-label {
  position: absolute;
  display: flex;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 18px;
  color: #333941;
  background: rgba(255, 255, 255, 0.93);
  border: 1px solid #4c9bf0;
  border-radius: 999px;
  box-shadow: 0 3px 7px rgba(35, 104, 185, 0.12);
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.solution-advantage-label--top {
  top: 69px;
  left: 50%;
  transform: translateX(-50%);
}

.solution-advantage-label--left-one {
  top: 142px;
  left: 207px;
}

.solution-advantage-label--left-two {
  top: 230px;
  left: 119px;
}

.solution-advantage-label--left-three {
  top: 318px;
  left: 220px;
}

.solution-advantage-label--right-one {
  top: 142px;
  left: 774px;
}

.solution-advantage-label--right-two {
  top: 230px;
  left: 814px;
}

.solution-advantage-label--right-three {
  top: 318px;
  left: 745px;
}

.solution-schools {
  height: 788px;
  padding-top: 31px;
  background: #fff;
}

.solution-schools .solution-section__title {
  margin-bottom: 67px;
}

.solution-school-panel {
  height: 579px;
  padding: 40px 28px;
  background: #f9fafb;
  border-radius: 14px;
}

.solution-school-grid {
  display: grid;
  height: auto;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 20px 0;
  align-content: start;
  margin: 0;
  padding: 0;
  list-style: none;
}

.solution-school-grid li {
  display: flex;
  min-width: 0;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  color: #48515e;
  text-align: center;
  transition: color 180ms ease;
}

.solution-school-grid li > span {
  display: flex;
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  border: 1px solid #edf0f4;
  border-radius: 12px;
  box-shadow: 0 2px 7px rgba(50, 76, 106, 0.09);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.solution-school-grid li:hover {
  color: var(--color-primary);
}

.solution-school-grid li:hover > span {
  border-color: rgba(5, 101, 207, 0.2);
  box-shadow: 0 12px 24px rgba(42, 69, 105, 0.15);
  transform: translateY(-4px);
}

.solution-school-grid img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.solution-school-grid p {
  width: 140px;
  max-width: 100%;
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 1240px) {
  .solution-hero > .container,
  .solution-section > .container,
  .solution-advantages > .container {
    width: min(calc(100% - 48px), 1200px);
  }

  .solution-capability-grid {
    grid-template-columns: 1.5fr repeat(3, minmax(0, 1fr));
  }

  .solution-framework__image {
    width: 100%;
  }

  .solution-advantage-label--left-one {
    left: 17%;
  }

  .solution-advantage-label--left-two {
    left: 9%;
  }

  .solution-advantage-label--left-three {
    left: 18%;
  }

  .solution-advantage-label--right-one {
    left: auto;
    right: 18%;
  }

  .solution-advantage-label--right-two {
    left: auto;
    right: 8%;
  }

  .solution-advantage-label--right-three {
    left: auto;
    right: 16%;
  }
}

@media (max-width: 1100px) {
  .page-solution .contact__layout {
    grid-template-columns: 1fr 500px;
    gap: 60px;
  }
}

@media (max-width: 1100px) {
  .page-solution .site-header > .container,
  .page-solution .contact > .container,
  .page-solution .site-footer > .container {
    width: min(calc(100% - 36px), var(--container-width));
  }

  .page-solution .primary-nav__link:nth-child(3) {
    padding-inline: 16px;
    background: #f0f6ff;
  }

  .solution-hero,
  .solution-cases,
  .situation-policy,
  .solution-system,
  .solution-framework,
  .solution-values,
  .solution-advantages,
  .solution-schools {
    height: auto;
  }

  .solution-hero > .container,
  .solution-section > .container,
  .solution-advantages > .container {
    width: min(calc(100% - 36px), 960px);
  }

  .solution-hero {
    min-height: 500px;
    background-position: 60% center;
  }

  .solution-hero__inner {
    min-height: 500px;
    padding-top: 82px;
  }

  .solution-hero__copy {
    width: min(58%, 520px);
  }

  .solution-hero__copy p {
    width: 100%;
  }

  .solution-hero__copy h1 {
    font-size: 42px;
  }

  .solution-cases,
  .situation-policy,
  .solution-system,
  .solution-framework,
  .solution-values,
  .solution-schools {
    padding: 64px 0;
  }

  .warning-case-grid,
  .policy-grid,
  .solution-value-grid {
    grid-template-columns: 1fr;
  }

  .warning-case-card {
    height: auto;
  }

  .warning-case-card h3 {
    white-space: normal;
  }

  .situation-card {
    height: auto;
    min-height: 260px;
    background-position: center;
    background-size: cover;
  }

  .situation-card__copy {
    width: 100%;
    min-height: 260px;
    padding: 38px;
    background: rgba(255, 255, 255, 0.78);
  }

  .policy-block {
    padding-inline: 0;
  }

  .solution-capability-grid {
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-capability-card {
    min-height: 247px;
  }

  .solution-framework__image {
    height: auto;
  }

  .solution-advantages {
    padding: 70px 0;
    background-image: linear-gradient(135deg, #eaf5ff, #dbeeff);
  }

  .solution-advantages__inner {
    display: grid;
    height: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .solution-advantages__shield-title,
  .solution-advantage-label {
    position: static;
    transform: none;
  }

  .solution-advantages__shield-title {
    grid-column: 1 / -1;
    margin-bottom: 14px;
    color: #1768c6;
    font-size: 34px;
    text-shadow: none;
  }

  .solution-advantages__shield-title br {
    display: none;
  }

  .solution-advantage-label {
    min-height: 46px;
    height: auto;
    padding-block: 10px;
    white-space: normal;
  }

  .solution-advantage-label--top {
    grid-column: 1 / -1;
  }

  .solution-school-panel {
    height: auto;
    padding: 34px;
  }

  .solution-school-grid {
    height: auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: none;
    gap: 28px 18px;
  }

  .solution-value-card {
    height: auto;
    min-height: 262px;
  }
}

@media (max-width: 900px) {
  .page-solution .contact__layout {
    grid-template-columns: 1fr;
  }

  .solution-capability-card--wide {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .page-solution .site-header > .container,
  .page-solution .contact > .container,
  .page-solution .site-footer > .container {
    width: min(calc(100% - 28px), var(--container-width));
  }

  .solution-hero > .container,
  .solution-section > .container,
  .solution-advantages > .container {
    width: min(calc(100% - 28px), 560px);
  }

  .solution-section__title {
    font-size: 27px;
  }

  .solution-hero {
    min-height: 560px;
    background-position: 64% center;
  }

  .solution-hero__inner {
    display: flex;
    min-height: 560px;
    align-items: flex-end;
    padding: 0 0 42px;
  }

  .solution-hero__copy {
    width: 100%;
    padding: 24px;
    background: rgba(255, 255, 255, 0.86);
    border-radius: 12px;
    backdrop-filter: blur(6px);
  }

  .solution-hero__copy h1 {
    font-size: 34px;
    letter-spacing: -0.8px;
  }

  .solution-hero__copy p {
    font-size: 14px;
  }

  .warning-case-card h3 {
    font-size: 18px;
  }

  .policy-card {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
  }

  .policy-card > img {
    width: 112px;
    height: auto;
  }

  .policy-card h4 {
    font-size: 15px;
  }

  .policy-card blockquote {
    grid-column: 1 / -1;
  }

  .solution-capability-grid {
    grid-template-columns: 1fr;
  }

  .solution-capability-card--wide .solution-capability-list {
    grid-template-columns: 1fr;
  }

  .solution-capability-card {
    min-height: auto;
  }

  .solution-advantages__inner {
    grid-template-columns: 1fr;
  }

  .solution-advantage-label--top,
  .solution-advantages__shield-title {
    grid-column: auto;
  }

  .solution-school-panel {
    padding: 28px 18px;
  }

  .solution-school-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

