body .xqd-home {
  --blue: #071f87;
  --blue-dark: #061663;
  --green: #07944c;
  --green-dark: #05753d;
  --red: #e45b2f;
  --yellow: #f2b233;
  --yellow-dark: #d89512;
  --ink: #172b3a;
  --muted: #5d6b76;
  --line: #d8e1e8;
  --soft: #f3f7fa;
  --paper: #ffffff;
  --dark: #071b54;
  --shadow: 0 12px 30px rgba(13, 39, 58, 0.1);
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: #fff;
  line-height: 1.6;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
}

body.page-template-page-xingqiuda-home .site-content > .ast-container,
body.page-template-page-xingqiuda-home-php .site-content > .ast-container,
body.page-template-page-xingqiuda-home #content > .ast-container,
body.page-template-page-xingqiuda-home-php #content > .ast-container,
body.page-template-page-xingqiuda-home .content-area,
body.page-template-page-xingqiuda-home-php .content-area,
body.page-template-page-xingqiuda-home #primary,
body.page-template-page-xingqiuda-home-php #primary,
body.page-template-page-xingqiuda-home .site-main,
body.page-template-page-xingqiuda-home-php .site-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.page-template-page-xingqiuda-home .entry-header,
body.page-template-page-xingqiuda-home-php .entry-header,
body.page-template-page-xingqiuda-home .entry-title,
body.page-template-page-xingqiuda-home-php .entry-title {
  display: none !important;
}

body .xqd-home-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

body .xqd-home .container {
  width: min(1180px, calc(100% - 32px));
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
body .xqd-home, body .xqd-home * { box-sizing: border-box; }
body .xqd-home a { color: inherit; text-decoration: none; }
body .xqd-home img { display: block; max-width: 100%; height: auto; }
body .xqd-home .hero h1,
body .xqd-home .hero p,
body .xqd-home .hero .label,
body .xqd-home .hero-note,
body .xqd-home .hero-note strong,
body .xqd-home .hero-note span { color: #fff !important; }
body .xqd-home .hero-badges span { color: #f6fbff !important; }

body .xqd-home .contact-box,
body .xqd-home .contact-box p,
body .xqd-home .contact-box small,
body .xqd-home .contact-checklist li {
  color: var(--muted) !important;
}

body .xqd-home .contact-title h2,
body .xqd-home .wechat-card div > strong,
body .xqd-home .contact-checklist strong {
  color: var(--blue-dark) !important;
}

body .xqd-home .contact-title > span,
body .xqd-home .wechat-card b {
  color: var(--yellow-dark) !important;
}

body .xqd-home{
  --blue: #071f87;
  --blue-dark: #061663;
  --green: #07944c;
  --green-dark: #05753d;
  --red: #e45b2f;
  --yellow: #f2b233;
  --yellow-dark: #d89512;
  --ink: #172b3a;
  --muted: #5d6b76;
  --line: #d8e1e8;
  --soft: #f3f7fa;
  --paper: #ffffff;
  --dark: #071b54;
  --shadow: 0 12px 30px rgba(13, 39, 58, 0.1);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
}
body .xqd-home *{
  box-sizing: border-box;
}
body .xqd-home a{
  color: inherit;
  text-decoration: none;
}
body .xqd-home img{
  display: block;
  max-width: 100%;
}
body .xqd-home .container{
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}
body .xqd-home .hero{
  position: relative;
  background: var(--dark);
  color: #fff;
  overflow: hidden;
}
body .xqd-home .hero-bg{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 22, 99, 0.91), rgba(6, 22, 99, 0.74) 46%, rgba(5, 117, 61, 0.24)),
    url("https://www.weilong-logistic.com/wp-content/uploads/2026/08/hero-main.webp") center / cover no-repeat;
}
body .xqd-home .hero-grid{
  position: relative;
  z-index: 1;
  min-height: 580px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 46px;
  align-items: center;
  padding: 58px 0;
}
body .xqd-home .label,
body .xqd-home .section-label{
  display: inline-block;
  padding: 5px 11px;
  background: rgba(242, 178, 51, 0.16);
  color: var(--yellow-dark);
  border-left: 3px solid var(--yellow);
  font-size: 13px;
  font-weight: 800;
}
body .xqd-home .section-label{
  background: #fff7e6;
}
body .xqd-home .hero h1{
  max-width: 760px;
  margin: 18px 0;
  font-size: 50px;
  line-height: 1.14;
  letter-spacing: 0;
}
body .xqd-home .hero p{
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}
body .xqd-home .hero-badges{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}
body .xqd-home .hero-badges span{
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 700;
}
body .xqd-home .hero-note{
  max-width: 690px;
  margin-top: 18px;
  padding: 14px 16px;
  border-left: 4px solid var(--yellow);
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
}
body .xqd-home .hero-note strong{
  margin-right: 8px;
  color: #fff;
}
body .xqd-home .contact-box{
  background: #fff;
  color: var(--ink);
  border-top: 5px solid var(--yellow);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
}
body .xqd-home .contact-title{
  padding: 20px 22px 18px;
  border-bottom: 1px solid var(--line);
}
body .xqd-home .contact-title > span{
  display: inline-block;
  margin-bottom: 8px;
  color: var(--yellow-dark);
  font-size: 13px;
  font-weight: 900;
}
body .xqd-home .contact-title h2{
  margin: 0;
  color: var(--blue-dark);
  font-size: 24px;
  line-height: 1.32;
}
body .xqd-home .contact-title p{
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
}
body .xqd-home .wechat-card{
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 16px;
  padding: 20px 22px;
  align-items: center;
}
body .xqd-home .qr-placeholder{
  width: 132px;
  height: 132px;
  padding: 6px;
  border: 1px solid var(--line);
  background: #fff;
}
body .xqd-home .qr-placeholder img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body .xqd-home .wechat-card small{
  color: var(--muted);
  font-size: 12px;
}
body .xqd-home .wechat-card b{
  display: block;
  color: var(--yellow-dark);
  font-size: 13px;
}
body .xqd-home .wechat-card div > strong{
  display: block;
  margin: 5px 0 8px;
  color: var(--blue-dark);
  font-size: 21px;
}
body .xqd-home .wechat-card small{
  display: block;
}
body .xqd-home .contact-actions{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 22px 20px;
}
body .xqd-home .contact-actions a{
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  color: var(--blue-dark);
  font-size: 14px;
  font-weight: 900;
}
body .xqd-home .contact-actions .primary-contact{
  border-color: var(--yellow);
  background: var(--yellow);
  color: #172b3a;
}
body .xqd-home .contact-actions .primary-contact:hover{
  background: var(--yellow-dark);
  border-color: var(--yellow-dark);
}
body .xqd-home .contact-checklist{
  padding: 16px 22px 20px;
  border-top: 1px solid var(--line);
  background: #f8fbfd;
  font-size: 13px;
}
body .xqd-home .contact-checklist strong{
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
}
body .xqd-home .contact-checklist ul{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body .xqd-home .contact-checklist li{
  position: relative;
  padding-left: 14px;
  color: var(--muted);
}
body .xqd-home .contact-checklist li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  background: var(--yellow);
}
body .xqd-home .quick-cases{
  background: #eef5fa;
  border-bottom: 1px solid var(--line);
}
body .xqd-home .quick-cases-grid{
  min-height: 76px;
  display: grid;
  grid-template-columns: 1.3fr repeat(4, 1fr);
  align-items: center;
  gap: 1px;
}
body .xqd-home .quick-title{
  padding-right: 18px;
}
body .xqd-home .quick-title strong{
  display: block;
  color: var(--blue-dark);
  font-size: 17px;
}
body .xqd-home .quick-title span{
  color: var(--muted);
  font-size: 12px;
}
body .xqd-home .quick-cases a{
  min-height: 50px;
  padding: 12px;
  display: flex;
  align-items: center;
  background: #fff;
  color: #2b4659;
  font-size: 13px;
  font-weight: 700;
  border-left: 1px solid #eef2f5;
}
body .xqd-home .quick-cases a:hover{
  color: var(--yellow-dark);
}
body .xqd-home .section{
  padding: 70px 0;
}
body .xqd-home .section-head{
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 26px;
}
body .xqd-home h2{
  margin: 12px 0 0;
  color: var(--ink);
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0;
}
body .xqd-home .intro-grid{
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: center;
}
body .xqd-home .intro-photo{
  border: 1px solid var(--line);
  padding: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}
body .xqd-home .intro-photo img{
  width: 100%;
  height: 390px;
  object-fit: cover;
}
body .xqd-home .intro-copy p,
body .xqd-home .destinations-grid p{
  color: var(--muted);
  font-size: 16px;
}
body .xqd-home .inline-cta{
  display: inline-flex;
  margin-top: 18px;
  padding: 10px 14px;
  background: var(--yellow);
  color: #172b3a;
  font-size: 14px;
  font-weight: 900;
}
body .xqd-home .inline-cta:hover{
  background: var(--yellow-dark);
}
body .xqd-home .intro-points{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
}
body .xqd-home .intro-points span{
  padding: 11px 10px;
  border: 1px solid var(--line);
  background: var(--soft);
  text-align: center;
  font-size: 13px;
  font-weight: 800;
}
body .xqd-home .services-section,
body .xqd-home .process-section,
body .xqd-home .faq-section{
  background: var(--soft);
}
body .xqd-home .service-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
body .xqd-home .service-list article{
  display: grid;
  grid-template-columns: 190px 1fr;
  border: 1px solid var(--line);
  background: #fff;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
body .xqd-home .service-list article:hover{
  transform: translateY(-2px);
  border-color: #b9cedc;
  box-shadow: var(--shadow);
}
body .xqd-home .service-list img{
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
}
body .xqd-home .service-list div{
  padding: 22px;
}
body .xqd-home .service-list h3{
  margin: 0 0 10px;
  color: var(--blue-dark);
  font-size: 21px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}
body .xqd-home .service-list p{
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
body .xqd-home .service-list a{
  display: inline-block;
  margin-top: 16px;
  color: var(--yellow-dark);
  font-size: 14px;
  font-weight: 900;
}
body .xqd-home .process-grid{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-left: 1px solid var(--line);
  border-top: 1px solid var(--line);
  background: #fff;
}
body .xqd-home .process-grid div{
  min-height: 148px;
  padding: 20px 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #fff, #fbfdfe);
}
body .xqd-home .process-grid b{
  display: block;
  color: var(--yellow-dark);
  font-size: 24px;
}
body .xqd-home .process-grid strong{
  display: block;
  margin: 8px 0 6px;
  color: var(--blue-dark);
  font-size: 18px;
}
body .xqd-home .process-grid span{
  color: var(--muted);
  font-size: 13px;
}
body .xqd-home .destinations-grid{
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 42px;
  align-items: start;
}
body .xqd-home .country-panel{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
body .xqd-home .country-panel a{
  min-height: 88px;
  padding: 17px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}
body .xqd-home .country-panel a:hover{
  background: #f7fbfe;
  color: var(--yellow-dark);
}
body .xqd-home .country-panel strong{
  display: block;
  color: var(--blue-dark);
  font-size: 20px;
}
body .xqd-home .country-panel span{
  color: var(--muted);
  font-size: 13px;
}
body .xqd-home .case-carousel{
  position: relative;
  overflow: hidden;
  padding: 2px 0 10px;
}
body .xqd-home .case-carousel::before,
body .xqd-home .case-carousel::after{
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 84px;
  pointer-events: none;
  content: "";
}
body .xqd-home .case-carousel::before{
  left: 0;
  background: linear-gradient(90deg, #f6f8fb 0%, rgba(246, 248, 251, 0) 100%);
}
body .xqd-home .case-carousel::after{
  right: 0;
  background: linear-gradient(270deg, #f6f8fb 0%, rgba(246, 248, 251, 0) 100%);
}
body .xqd-home .case-track{
  display: flex;
  gap: 0;
  width: max-content;
  will-change: transform;
}
body .xqd-home .case-list{
  display: flex;
  flex: 0 0 auto;
  gap: 16px;
  padding-right: 16px;
}
body .xqd-home .case-list article{
  flex: 0 0 360px;
  width: 360px;
  border: 1px solid var(--line);
  background: #fff;
  transition: transform 160ms ease, box-shadow 160ms ease;
}
body .xqd-home .case-list article:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
body .xqd-home .case-list img{
  width: 100%;
  height: 190px;
  object-fit: cover;
}
body .xqd-home .case-list div{
  padding: 18px;
}
body .xqd-home .case-list span{
  color: var(--yellow-dark);
  font-size: 12px;
  font-weight: 900;
}
body .xqd-home .case-list h3{
  margin: 6px 0 8px;
  color: var(--blue-dark);
  font-size: 19px;
  line-height: 1.35;
}
body .xqd-home .case-list p{
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}
body .xqd-home .faq-grid{
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 42px;
}
body .xqd-home .faq-list{
  display: grid;
  gap: 10px;
}
body .xqd-home details{
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: 0 4px 14px rgba(13, 39, 58, 0.035);
}
body .xqd-home summary{
  padding: 16px 18px;
  cursor: pointer;
  color: var(--blue-dark);
  font-weight: 900;
}
body .xqd-home details p{
  margin: 0;
  padding: 0 18px 16px;
  color: var(--muted);
  font-size: 14px;
}
body .xqd-home .final-cta{
  padding: 38px 0;
  background:
    linear-gradient(90deg, rgba(6, 22, 99, 0.98), rgba(7, 148, 76, 0.88)),
    url("https://www.weilong-logistic.com/wp-content/uploads/2026/08/cta-container.webp") center / cover no-repeat;
  color: #fff;
}
body .xqd-home .final-cta-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
body .xqd-home .final-cta span{
  display: block;
  color: #cfe4f3;
  font-size: 14px;
}
body .xqd-home .final-cta strong{
  display: block;
  margin-top: 4px;
  font-size: 22px;
}
body .xqd-home .final-cta a{
  min-width: 150px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--yellow);
  color: #172b3a;
  font-weight: 900;
}
@media (max-width: 1080px){
body .xqd-home .hero-grid,
body .xqd-home .intro-grid,
body .xqd-home .destinations-grid,
body .xqd-home .faq-grid{
    grid-template-columns: 1fr;
  }
body .xqd-home .contact-box{
    max-width: 620px;
  }
body .xqd-home .quick-cases-grid{
    grid-template-columns: 1fr 1fr;
    padding: 14px 0;
  }
body .xqd-home .quick-title{
    grid-column: 1 / -1;
  }
body .xqd-home .service-list{
    grid-template-columns: 1fr 1fr;
  }
body .xqd-home .process-grid{
    grid-template-columns: repeat(3, 1fr);
  }

}
@media (max-width: 820px){
body .xqd-home .container{
    width: min(100% - 28px, 680px);
  }
body .xqd-home .hero-grid{
    min-height: auto;
    padding: 44px 0;
  }
body .xqd-home .hero h1{
    font-size: 34px;
  }
body .xqd-home .hero p{
    font-size: 16px;
  }
body .xqd-home .wechat-card,
body .xqd-home .contact-actions,
body .xqd-home .quick-cases-grid,
body .xqd-home .service-list,
body .xqd-home .country-panel{
    grid-template-columns: 1fr;
  }
body .xqd-home .qr-placeholder{
    width: 100%;
    max-width: 180px;
    height: 180px;
  }
body .xqd-home .contact-checklist ul{
    grid-template-columns: 1fr;
  }
body .xqd-home .service-list article{
    grid-template-columns: 1fr;
  }
body .xqd-home .service-list img{
    min-height: 0;
    height: 220px;
  }
body .xqd-home .case-carousel::before,
body .xqd-home .case-carousel::after{
    width: 28px;
  }
body .xqd-home .case-list article{
    flex-basis: min(82vw, 330px);
    width: min(82vw, 330px);
  }
body .xqd-home .process-grid{
    grid-template-columns: 1fr 1fr;
  }
body .xqd-home .intro-points{
    grid-template-columns: 1fr 1fr;
  }
body .xqd-home .section-head,
body .xqd-home .final-cta-inner{
    align-items: flex-start;
    flex-direction: column;
  }
body .xqd-home h2{
    font-size: 28px;
  }

}
@media (max-width: 520px){
body .xqd-home .hero h1{
    font-size: 30px;
  }
body .xqd-home .process-grid,
body .xqd-home .intro-points{
    grid-template-columns: 1fr;
  }
body .xqd-home .intro-photo img{
    height: 260px;
  }

}

/* Astra mobile hardening for Xingqiuda home */
@media (max-width: 820px){
  body.page-template-page-xingqiuda-home,
  body.page-template-page-xingqiuda-home-php{
    overflow-x: hidden !important;
  }

  body.page-template-page-xingqiuda-home .site-content > .ast-container,
  body.page-template-page-xingqiuda-home-php .site-content > .ast-container,
  body.page-template-page-xingqiuda-home #content > .ast-container,
  body.page-template-page-xingqiuda-home-php #content > .ast-container,
  body.page-template-page-xingqiuda-home #primary,
  body.page-template-page-xingqiuda-home-php #primary,
  body.page-template-page-xingqiuda-home .content-area,
  body.page-template-page-xingqiuda-home-php .content-area,
  body.page-template-page-xingqiuda-home .site-main,
  body.page-template-page-xingqiuda-home-php .site-main{
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body .xqd-home{
    left: 50% !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    overflow-x: hidden !important;
  }

  body .xqd-home .container{
    width: calc(100% - 28px) !important;
    max-width: 680px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body .xqd-home .hero-grid,
  body .xqd-home .intro-grid,
  body .xqd-home .destinations-grid,
  body .xqd-home .faq-grid{
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;
  }

  body .xqd-home .hero-grid{
    min-height: auto !important;
    padding-top: 42px !important;
    padding-bottom: 42px !important;
  }

  body .xqd-home .hero h1{
    max-width: 100% !important;
    font-size: 32px !important;
    line-height: 1.18 !important;
  }

  body .xqd-home .hero p,
  body .xqd-home .contact-title p,
  body .xqd-home .intro-copy p,
  body .xqd-home .destinations-grid p{
    max-width: 100% !important;
    font-size: 15px !important;
  }

  body .xqd-home .contact-box{
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  body .xqd-home .wechat-card,
  body .xqd-home .contact-actions,
  body .xqd-home .quick-cases-grid,
  body .xqd-home .service-list,
  body .xqd-home .country-panel{
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
  }

  body .xqd-home .qr-placeholder{
    width: 180px !important;
    max-width: 100% !important;
    height: 180px !important;
  }

  body .xqd-home .service-list article{
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body .xqd-home .service-list img,
  body .xqd-home .intro-photo img{
    width: 100% !important;
    height: 220px !important;
    min-height: 0 !important;
    object-fit: cover !important;
  }

  body .xqd-home .process-grid,
  body .xqd-home .intro-points{
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body .xqd-home .section-head,
  body .xqd-home .final-cta-inner{
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  body .xqd-home .case-list article{
    flex: 0 0 min(82vw, 330px) !important;
    width: min(82vw, 330px) !important;
  }
}

@media (max-width: 520px){
  body .xqd-home .container{
    width: calc(100% - 24px) !important;
  }

  body .xqd-home .hero h1{
    font-size: 28px !important;
  }

  body .xqd-home .hero-badges,
  body .xqd-home .contact-checklist ul,
  body .xqd-home .process-grid,
  body .xqd-home .intro-points{
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body .xqd-home .section{
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
}
