/* =============================================
   Solution 2025 Common Styles
   银行金融 / 物流运输 等新版行业方案页
   ============================================= */

/* 页面级覆盖 */
.s25-page .banner {
  background: #101827;
  min-height: 774px;
}
.s25-page .banner .text h2 span {
  background: linear-gradient(90deg, #4D9FC5 0%, #2359F1 50%, #C42E96 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 24px;
  font-weight: 400;
  line-height: 27px;
}
.s25-page .banner .text h3 {
  font-size: 50px;
  line-height: 56px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 24px;
}
.s25-page .banner .text p {
  font-size: 16px;
  line-height: 24px;
  color: #A3AEBF;
  max-width: 687px;
}
.s25-page .banner .text .round {
  margin-top: 32px;
  background: #0177FF;
  border-radius: 77px;
  padding: 0 48px;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border: none;
}
.s25-page .banner .text .round:hover {
  background: #0060d0;
}

/* ========================
   Business Challenges - 复用 .td 的结构
   ======================== */
.s25-page .td {
  margin: 0;
  padding: 80px 0;
}
.s25-page .td .title h3 {
  margin: 0 0 60px;
}
.s25-page .td .row {
  row-gap: 48px;
}
.s25-page .td .item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.s25-page .td .item .ico {
  width: 100px;
  height: 100px;
  min-width: 100px;
  background: #E8F1FF;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.s25-page .td .item .ico img {
  width: 40px;
  height: 40px;
}
.s25-page .td .item .txt {
  flex: 1;
  padding-top: 8px;
}
.s25-page .td .item .txt h4 {
  font-size: 20px;
  font-weight: 400;
  color: #171922;
  line-height: 22px;
  margin: 0 0 12px;
}
.s25-page .td .item .txt p {
  font-size: 14px;
  color: #4D5567;
  line-height: 16px;
  margin: 0;
}

/* ========================
   Advantage - 复用 .advantage 结构
   ======================== */
.s25-page .advantage {
  background: #E6ECF6;
  padding: 90px 0;
}
.s25-page .advantage .title h3 {
  margin: 0 0 60px;
}
.s25-page .advantage .item {
  text-align: center;
}
.s25-page .advantage .item .ico {
  width: 32px;
  height: 32px;
  margin: 0 auto 32px;
}
.s25-page .advantage .item .ico img {
  width: 100%;
  height: 100%;
}
.s25-page .advantage .item .txt h4 {
  font-size: 16px;
  font-weight: 700;
  color: #171922;
  line-height: 17px;
  margin: 0 0 16px;
}
.s25-page .advantage .item .txt p {
  font-size: 14px;
  color: #4D5567;
  line-height: 20px;
  margin: 0;
}

/* ========================
   Key Use Cases (深色背景)
   ======================== */
.s25-use-cases {
  background: #0B1323;
  padding: 96px 0 120px;
  box-shadow: 0 4px 4px rgba(0,0,0,0.25);
}
.s25-use-cases .section-title {
  font-size: 40px;
  color: #fff;
  text-align: center;
  margin: 0 0 8px;
  line-height: 44px;
  font-weight: 400;
}
.s25-use-cases .section-desc {
  font-size: 14px;
  color: #CDD5DF;
  text-align: center;
  line-height: 44px;
  margin: 0 0 60px;
}
.s25-case-card {
  border: 1px solid #6D7D8C;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  margin-bottom: 40px;
  background: #0B1323;
  transition: border-color .3s;
}
.s25-case-card:first-child {
  border-color: #A3AEBF;
}
.s25-case-card:hover {
  border-color: #A3AEBF;
}
.s25-case-card-left {
  width: 208px;
  min-width: 208px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.s25-case-card-left .case-icon {
  width: 64px;
  height: 64px;
}
.s25-case-card-left .case-icon img {
  width: 100%;
  height: 100%;
}
.s25-case-card-right {
  flex: 1;
  background: rgba(84,102,119,0.15);
  border-radius: 0 24px 24px 0;
  padding: 20px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.s25-case-card-right h4 {
  font-size: 32px;
  color: #fff;
  font-weight: 400;
  line-height: 44px;
  margin: 0 0 8px;
}
.s25-case-card-right ul {
  list-style: disc;
  padding-left: 21px;
  margin: 0;
}
.s25-case-card-right ul li {
  font-size: 14px;
  color: #A3AEBF;
  line-height: 32px;
}

/* ========================
   Trusted by Leaders
   ======================== */
.s25-trusted {
  padding: 100px 0 80px;
}
.s25-trusted .section-title {
  font-size: 36px;
  font-weight: 700;
  color: #171922;
  text-align: center;
  line-height: 41px;
  margin: 0 auto 16px;
  max-width: 1000px;
}
.s25-trusted .section-desc {
  font-size: 14px;
  color: #4D5567;
  text-align: center;
  line-height: 24px;
  margin: 0 0 60px;
}
.s25-trusted-content {
  display: flex;
  align-items: center;
  gap: 80px;
}
.s25-trusted-list {
  flex: 0 0 45%;
}
.s25-trusted-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 40px;
}
.s25-trusted-item:last-child {
  margin-bottom: 0;
}
.s25-trusted-item .check-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 0;
}
.s25-trusted-item .check-icon img {
  width: 100%;
  height: 100%;
}
.s25-trusted-item h5 {
  font-size: 20px;
  font-weight: 700;
  color: #171922;
  line-height: 22px;
  margin: 0 0 8px;
}
.s25-trusted-item p {
  font-size: 14px;
  color: #4D5567;
  line-height: 16px;
  margin: 0;
}
.s25-trusted-image {
  flex: 1;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.s25-trusted-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* ========================
   Cases / Explore More - 复用 customs-clearance 模式
   ======================== */
.cases {
  padding: 110px 0 104px;
  background: #fff;
}
.cases .title {
  margin-bottom: 52px;
  text-align: center;
}
.cases .title h3 {
  margin: 0;
  color: #171922;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
}
.cases .slide-panel {
  width: 996px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 40px 26px;
  align-items: start;
}
.cases .slide-panel .item {
  grid-column: span 3;
  min-width: 0;
}
.cases .slide-panel .item:nth-last-child(3):first-child,
.cases .slide-panel .item:nth-last-child(3):first-child ~ .item {
  grid-column: span 4;
}
.cases .slide-panel .item:nth-last-child(2):first-child,
.cases .slide-panel .item:nth-last-child(2):first-child ~ .item {
  grid-column: span 6;
}
.cases .slide-panel .item > a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.cases .slide-panel .item .img {
  overflow: hidden;
  border-radius: 16px;
  background: #eef1f5;
  height: 216px;
}
.cases .slide-panel .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 0;
}
.cases .slide-panel .item .txt {
  padding: 16px;
}
.cases .slide-panel .item .txt h4 {
  margin: 0 0 10px;
  color: #171922;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.cases .slide-panel .item .txt p {
  margin: 0;
  color: #4d5567;
  font-size: 14px;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.cases .slide-panel .item .txt .more {
  display: none;
}

/* =============================================
   Responsive - 991px
   ============================================= */
@media (max-width: 991px) {
  .s25-page .banner {
    min-height: auto;
  }
  .s25-page .banner .text h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .s25-case-card {
    flex-direction: column;
  }
  .s25-case-card-left {
    width: 100%;
    min-width: 0;
    padding: 24px;
  }
  .s25-case-card-right {
    border-radius: 0 0 24px 24px;
    padding: 24px 32px;
  }
  .s25-case-card-right h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .s25-trusted-content {
    flex-direction: column;
    gap: 40px;
  }
  .s25-trusted-list {
    flex: none;
    width: 100%;
  }
  .s25-trusted-image {
    width: 100%;
    min-height: 300px;
  }
  .cases .slide-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 20px;
  }
  .cases .slide-panel .item,
  .cases .slide-panel .item:nth-last-child(3):first-child,
  .cases .slide-panel .item:nth-last-child(3):first-child ~ .item,
  .cases .slide-panel .item:nth-last-child(2):first-child,
  .cases .slide-panel .item:nth-last-child(2):first-child ~ .item {
    grid-column: span 1;
  }
}

/* =============================================
   Responsive - 767px
   ============================================= */
@media (max-width: 767px) {
  .s25-page .banner .text h2 span {
    font-size: 18px;
  }
  .s25-page .banner .text h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .s25-page .banner .text p {
    font-size: 14px;
    line-height: 22px;
  }
  .s25-page .banner .text .round {
    height: 44px;
    line-height: 44px;
    padding: 0 32px;
    font-size: 14px;
  }
  .s25-page .td {
    padding: 48px 0;
  }
  .s25-page .td .title h3 {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .s25-page .td .item .ico {
    width: 72px;
    height: 72px;
    min-width: 72px;
  }
  .s25-page .td .item .ico img {
    width: 40px;
    height: 40px;
  }
  .s25-page .advantage {
    padding: 48px 0;
  }
  .s25-page .advantage .title h3 {
    font-size: 28px;
    margin-bottom: 32px;
  }
  .s25-use-cases {
    padding: 60px 0 80px;
  }
  .s25-use-cases .section-title {
    font-size: 28px;
    line-height: 36px;
  }
  .s25-use-cases .section-desc {
    line-height: 24px;
    margin-bottom: 32px;
  }
  .s25-case-card {
    margin-bottom: 24px;
  }
  .s25-case-card-right {
    padding: 20px 24px;
  }
  .s25-case-card-right h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .s25-trusted {
    padding: 48px 0;
  }
  .s25-trusted .section-title {
    font-size: 28px;
  }
  .s25-trusted-item {
    margin-bottom: 28px;
  }
  .s25-trusted-image {
    min-height: 240px;
  }
  .cases {
    padding: 11.7333vw 0 7.4667vw;
  }
  .cases .container {
    padding-left: 4.2667vw;
    padding-right: 4.2667vw;
  }
  .cases .title {
    margin-bottom: 8.5333vw;
  }
  .cases .title h3 {
    font-size: 6.4vw;
    line-height: 9.0667vw;
  }
  .cases .slide-panel {
    grid-template-columns: 1fr;
    gap: 9.3333vw;
  }
  .cases .slide-panel .item,
  .cases .slide-panel .item:nth-last-child(3):first-child,
  .cases .slide-panel .item:nth-last-child(3):first-child ~ .item,
  .cases .slide-panel .item:nth-last-child(2):first-child,
  .cases .slide-panel .item:nth-last-child(2):first-child ~ .item {
    grid-column: span 1;
    margin: 0;
  }
  .cases .slide-panel .item .img {
    height: 62.0187vw;
    border-radius: 2.1333vw;
  }
  .cases .slide-panel .item .txt {
    padding: 4.2667vw 0 0;
  }
  .cases .slide-panel .item .txt h4 {
    margin: 0 0 2.1333vw;
    font-size: 5.3333vw;
    font-weight: 400;
    line-height: 8vw;
  }
  .cases .slide-panel .item .txt p {
    font-size: 4.2667vw;
    line-height: 5.6vw;
    display: block;
    overflow: visible;
    -webkit-line-clamp: initial;
  }
}

/* =============================================
   Responsive - 575px
   ============================================= */
@media (max-width: 575px) {
  .s25-use-cases .container,
  .s25-trusted .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
