/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}
@font-face {
  font-family: Alimama ShuHeiTi;
  src: url("../assets/fonts/AlimamaShuHeiTi-Bold.otf") format("truetype");
}
@font-face {
  font-family: Alibaba PuHuiTi;
  src: url("../assets/fonts/Alibaba-PuHuiTi-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Alibaba PuHuiTi Bold;
  src: url("../assets/fonts/Alibaba-PuHuiTi-Bold.ttf") format("truetype");
}
.page-container__center {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  font-family: Alibaba PuHuiTi Bold;
}
.common-h2-font-ali {
  font-family: Alibaba PuHuiTi Bold;
}
/* hero-topHeader section */
.hero-topHeader {
  background: url(../assets/images/waimao/banner_bg.png) no-repeat center center;
  background-size: cover;
  color: white;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.hero-topHeader .hero-topHeader__title1 {
  font-size: 30px;
  background-image: linear-gradient(to right, #0cbba9, #2880ed);
  color: #ffffff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-topHeader .hero-topHeader__title2 {
  font-size: 60px;
  background-image: linear-gradient(to right, #2880ed, #0cbba9);
  color: #ffffff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-topHeader::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("world-map.png") no-repeat center center;
  background-size: cover;
  opacity: 0.2;
  z-index: 1;
}
.hero-topHeader__content {
  position: relative;
  z-index: 2;
}
.hero-topHeader__content .label-box {
  margin-top: 240px;
}
.hero-topHeader__content .label-box .label-span {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 18px;
  background: #2880ed;
  color: #ffffff;
  border-radius: 6px;
}
.hero-topHeader h1 {
  color: #000000;
  font-weight: 700;
  font-family: Alimama ShuHeiTi;
  font-size: 60px;
  margin-bottom: 24px;
}
.hero-topHeader p {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #000000;
}
.hero-topHeader .text-icon__little {
  max-width: 26px;
  height: auto;
  margin-right: 10px;
  margin-left: 27px;
}
.hero-topHeader .text-icon__little:first-child {
  margin-left: 0;
}
.hero-topHeader__btn {
  display: inline-block;
  margin-top: 30px;
  padding: 15px 35px;
  text-decoration: none;
  border-radius: 4px;
  letter-spacing: 3px;
  background: linear-gradient(-90deg, #137fce, #26cbae);
  font-size: 20px;
  color: #ffffff;
}
/* features-section__second section */
.features-section__second {
  background: #f2f6f9;
  padding: 60px 0;
}
.features-section__second .feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
.features-section__second .feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F9FBFA;
  margin-top: 70px;
  text-align: center;
  padding: 35px;
}
.features-section__second .feature-card h3 {
  margin-top: 20px;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 24px;
  color: #2880ed;
}
.features-section__second .feature-card h3 span {
  font-size: 32px;
}
.features-section__second .feature-card div {
  font-size: 18px;
  color: #666666;
}
.features-section__second .feature-icon img {
  width: 66px;
  height: auto;
}
.features-section__second h2 {
  text-align: center;
  font-size: 30px;
  color: #000000;
}
.features-section__second h2 .c-1e8aeb {
  color: #1e8aeb;
}
.lunbo-swiper__twotwo {
  background-image: linear-gradient(180deg, #ffffff 17%, #e9f0fc 100%);
  padding: 80px 0 100px 0;
}
.lunbo-swiper__twotwo h2 {
  text-align: center;
  font-size: 36px;
  color: #333333;
}
.lunbo-swiper__twotwo h2 .c-1e8aeb {
  color: #1e8aeb;
}
.lunbo-swiper__twotwo .sub_title {
  margin-top: 10px;
  margin-bottom: 70px;
  font-size: 18px;
  color: #999999;
  text-align: center;
}
.lunbo-swiper__twotwo .page-container__center {
  /* Connector lines */
}
.lunbo-swiper__twotwo .page-container__center .workflow {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  position: relative;
}
.lunbo-swiper__twotwo .page-container__center .step {
  flex: 1;
  text-align: center;
  max-width: 250px;
  position: relative;
}
.lunbo-swiper__twotwo .page-container__center .icon-container {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.lunbo-swiper__twotwo .page-container__center .icon {
  width: 76px;
  height: 76px;
}
.lunbo-swiper__twotwo .page-container__center .icon img {
  width: 100%;
  height: 100%;
}
.lunbo-swiper__twotwo .page-container__center .step-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.lunbo-swiper__twotwo .page-container__center .step-description {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
.lunbo-swiper__twotwo .page-container__center .step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 30px;
  right: -60%;
  width: 100%;
  height: 20px;
  background: url("../assets/images/waimao/arrow-connect.png") no-repeat left center;
  background-size: 100% auto;
  z-index: 1;
}
/* services-section__third section */
.services-section__third {
  padding: 80px 0 97px 0;
}
.services-section__third .service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(285px, 1fr));
  gap: 20px;
}
.services-section__third .service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  margin-top: 70px;
  padding: 30px;
  text-align: center;
  border-radius: 24px;
  background-color: #F8FBFE;
}
.services-section__third .service-card h3 {
  font-weight: 700;
  font-size: 24px;
  color: #2880ED;
}
.services-section__third .service-card p {
  margin-top: 28px;
  font-size: 16px;
  color: #2880ED;
}
.services-section__third .service-icon {
  width: 155px;
  margin-bottom: 15px;
}
.services-section__third .service-icon img {
  width: 100%;
  height: auto;
}
.services-section__third h2 {
  font-family: Alimama ShuHeiTi;
  text-align: center;
  font-size: 36px;
  color: #333333;
  margin-bottom: 60px;
}
.partners-section__fourth {
  padding: 60px 0;
  background: url("../assets/images/waimao/fourth_bg.png") no-repeat center center;
  background-size: cover;
}
.partners-section__fourth .page-container__center h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
  color: #333333;
}
.partners-section__fourth .page-container__center .process-box {
  display: flex;
}
.partners-section__fourth .page-container__center .process-box .process-item {
  flex: 1;
  height: 72px;
  line-height: 72px;
  text-align: center;
  background: url("../assets/images/waimao/process_bg_center.png") no-repeat left center;
  background-size: 100% 100%;
  color: #37AAB1;
  font-size: 24px;
}
.partners-section__fourth .page-container__center .process-box .process-item:first-child {
  background: url("../assets/images/waimao/process_bg.png") no-repeat left center;
  background-size: 100% 100%;
}
.partners-section__fourth .page-container__center .process-title {
  margin-top: 60px;
  margin-bottom: 33px;
  font-size: 36px;
  color: #000000;
  background: linear-gradient(to right, #2BB29F 0%, #3877B9 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  background-clip: text;
}
.partners-section__fourth .page-container__center .process-subtitle {
  font-size: 24px;
  color: #3977B9;
}
.partners-section__fourth .page-container__center .process-description {
  font-size: 20px;
  color: #179F90;
}
/* partners-section__four section */
.partners-section__four {
  padding: 60px 0;
  background-image: linear-gradient(247deg, #3081fa 33%, #3989ff 69%);
  background-size: cover;
}
.partners-section__four .immediate-try {
  width: 160px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 10px;
  font-size: 20px;
  color: #3989ff;
}
.partners-section__four h2 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
}
/* Contact section */
.contact {
  background: linear-gradient(to right, #1e90ff, #4169e1);
  color: white;
  padding: 40px 0;
}
.contact-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.contact-form {
  display: flex;
  gap: 10px;
}
.contact-form input {
  padding: 10px;
  border: none;
  border-radius: 5px;
}
/* Footer */
.footer {
  background-color: #333;
  color: #fff;
  padding: 40px 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.footer-item h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

/* Responsive design */
@media (max-width: 768px) {
  .hero-topHeader h1 {
    font-size: 2rem;
  }
  .hero-topHeader p {
    font-size: 1rem;
  }
  .contact-content {
    flex-direction: column;
    align-items: stretch;
  }
  .contact-form {
    margin-top: 20px;
  }
}
