/**
 * 首页滚动性能：关掉导致卡顿的效果
 */

/* 全局 smooth 与滚轮叠在一起会发黏、发颤 */
html {
  scroll-behavior: auto !important;
}

/* fixed 背景在 Windows 上滚动时极易掉帧 */
.customtabStyle,
.mot-home-legacy [style*="background-attachment: fixed"],
.mot-home-legacy [style*="background-attachment:fixed"] {
  background-attachment: scroll !important;
}

/* sticky 顶栏高斯模糊滚动时开销大 */
.site-header {
  backdrop-filter: none !important;
  background: rgba(255, 255, 255, 0.98) !important;
}

.site-mobile-bar {
  backdrop-filter: none !important;
}

/* 关闭原站全屏翻页容器可能残留的高度锁定（勿波及 PRODUCT SERIES） */
.mot-no-flipper {
  height: auto !important;
  min-height: 0 !important;
}

.mot-no-flipper > *:not(#cVRWGxM) {
  height: auto !important;
  min-height: 0 !important;
}

/*
 * PRODUCT SERIES：componentsBox/rowList 为 flex 时，子级 #cXZlKu6
 * 会按内容收缩（约 1358px），天空背景盖不全，右侧露出 #0091e6 蓝底。
 */
#cVRWGxM {
  width: 100% !important;
  max-width: 100% !important;
  background-color: transparent !important;
  align-items: stretch !important;
  overflow: hidden;
}

#cVRWGxM > .rowList {
  width: 100% !important;
  max-width: 100% !important;
  align-items: stretch !important;
  flex-wrap: nowrap !important;
}

#cVRWGxM #cXZlKu6,
#cVRWGxM #customtab-cXZlKu6,
#cVRWGxM .customtabBox,
#cVRWGxM .customtabStyle {
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 auto;
  box-sizing: border-box;
}

#cVRWGxM .customtabStyle {
  min-height: 100vh;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* 未上传背景图：盖掉 customtab.css 里的默认背景图，改为白底 */
#cVRWGxM .customtabStyle.customtabStyle--no-bg {
  background: #ffffff !important;
  background-image: none !important;
}

/* Product Cases：未上传背景图 → 淡灰；并盖掉原 CSS 默认背景图 */
.listTxt .textLineP p {text-align: left;}
#cRdJKVx.mot-cases--no-bg,
#cRdJKVx.mot-cases--no-bg > .rowListBg,
#cRdJKVx.mot-cases--no-bg > .mot-cases-bg-fallback {
  background: #f0f0f0 !important;
  background-image: none !important;
}

#cRdJKVx > .rowListBg.rowBgEdit {
  background-image: none !important;
}

/* Product Cases：深蓝卡片底图 + 半透明蓝遮罩 */
#cxTjQaL.mot-cases-featured--has-img {
  position: relative;
  overflow: hidden;
}

#cxTjQaL.mot-cases-featured--has-img > .mot-cases-featured-img {
  position: absolute;
  inset: 0;
  opacity: 1 !important;
  border-radius: 10px;
  z-index: 0;
}

#cxTjQaL.mot-cases-featured--has-img > .mot-cases-featured-mask {
  position: absolute;
  inset: 0;
  border-radius: 10px;
  background: rgba(0, 56, 121, 0.72);
  z-index: 1;
  pointer-events: none;
}

#cxTjQaL.mot-cases-featured--has-img > .cxTjQaLBox {
  position: relative;
  z-index: 2;
}

/* Company Profile：上下留白 */
#c1eaWbx {
  box-sizing: border-box !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 72px 0 80px !important;
}

/* Company Profile：无背景图 → 白底；盖掉原 CSS 默认背景图 */
#c1eaWbx.mot-profile--no-bg,
#c1eaWbx.mot-profile--no-bg > .rowListBg,
#c1eaWbx.mot-profile--no-bg > .mot-profile-bg-fallback {
  background: #ffffff !important;
  background-image: none !important;
  opacity: 1 !important;
}

#c1eaWbx > .rowListBg.rowBgEdit {
  background-image: none !important;
}

.c5jeKHcrow_col > .rowListBg.rowBgEdit {
  background-image: none !important;
}

/* Company Profile：数据条圆角 + 数字字号 */
#cBVjXuv {
  border-radius: 12px;
  overflow: hidden;
  display: flex !important;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 0;
  padding: 1.8rem 2.2rem;
  box-sizing: border-box;
}

#cBVjXuv .c8cDA9wA,
#cBVjXuv .ccgjdfdA,
#cBVjXuv .cjYKT8WA,
#cBVjXuv .motProf4nA,
#cBVjXuv .c8cDA9wA .pagepointA,
#cBVjXuv .ccgjdfdA .pagepointA,
#cBVjXuv .cjYKT8WA .pagepointA,
#cBVjXuv .motProf4nA .pagepointA {
  font-size: 3.6rem !important;
  line-height: 120% !important;
  margin-bottom: 0.4rem !important;
}

#cBVjXuv .czFhR93A,
#cBVjXuv .cUQhjDBA,
#cBVjXuv .ckqAWniA,
#cBVjXuv .motProf4lA,
#cBVjXuv .czFhR93A .pagepointA,
#cBVjXuv .cUQhjDBA .pagepointA,
#cBVjXuv .ckqAWniA .pagepointA,
#cBVjXuv .motProf4lA .pagepointA {
  font-size: 1.5rem !important;
  line-height: 1.35 !important;
  word-break: normal;
  overflow-wrap: break-word;
}

/* 支持最多 4 条数据均分 */
#cBVjXuv > .mot-profile-stat {
  flex: 1 1 0;
  min-width: 0;
  width: auto !important;
  padding: 0.6rem 1.2rem;
  box-sizing: border-box;
  text-align: center;
}

.row_line .motProf4row_col {
  width: 25%;
}

/* Company Profile：数据条底图 + 半透明蓝遮罩 */
#cBVjXuv.mot-profile-stats--has-img {
  position: relative;
  overflow: hidden;
  background-color: transparent !important;
}

#cBVjXuv.mot-profile-stats--has-img > .mot-profile-stats-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: 12px;
}

#cBVjXuv.mot-profile-stats--has-img > .mot-profile-stats-mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 56, 121, 0.72);
  z-index: 1;
  pointer-events: none;
  border-radius: 12px;
}

#cBVjXuv.mot-profile-stats--has-img > .mot-profile-stat {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 960px) {
  #c1eaWbx {
    padding: 48px 0 56px !important;
  }

  #cBVjXuv {
    padding: 1.4rem 1.2rem;
  }

  #cBVjXuv > .mot-profile-stat {
    padding: 0.4rem 0.55rem;
  }

  #cBVjXuv .c8cDA9wA,
  #cBVjXuv .ccgjdfdA,
  #cBVjXuv .cjYKT8WA,
  #cBVjXuv .motProf4nA,
  #cBVjXuv .c8cDA9wA .pagepointA,
  #cBVjXuv .ccgjdfdA .pagepointA,
  #cBVjXuv .cjYKT8WA .pagepointA,
  #cBVjXuv .motProf4nA .pagepointA {
    font-size: 2.4rem !important;
    margin-bottom: 0.25rem !important;
  }

  #cBVjXuv .czFhR93A,
  #cBVjXuv .cUQhjDBA,
  #cBVjXuv .ckqAWniA,
  #cBVjXuv .motProf4lA,
  #cBVjXuv .czFhR93A .pagepointA,
  #cBVjXuv .cUQhjDBA .pagepointA,
  #cBVjXuv .ckqAWniA .pagepointA,
  #cBVjXuv .motProf4lA .pagepointA {
    font-size: 1.2rem !important;
    line-height: 1.3 !important;
  }
}

#cVRWGxM .customtab-proSwiper {
  width: 100% !important;
  max-width: 100% !important;
  justify-content: center;
  gap: clamp(24px, 4vw, 64px);
  box-sizing: border-box;
  padding: 0 3%;
}

/* Factory 区块：上下留白 */
#csQI4QM {
  box-sizing: border-box !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 72px 0 80px !important;
}

/* Factory：自研轮播（hover Tab 切换，避免最后一帧空白） */
#czm1zgs.mot-factory-slider {
  position: relative;
  margin: 0 1%;
}

.mot-factory-slider__viewport {
  overflow: hidden;
  width: 100%;
  height: 420px;
}

.mot-factory-slider__track {
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 0.45s ease;
  will-change: transform;
}

.mot-factory-slider__slide {
  flex: 0 0 auto;
  height: 100%;
  box-sizing: border-box;
  list-style: none;
}

.mot-factory-slide {
  height: 100%;
  min-height: 420px;
  position: relative;
}

.mot-factory-slide > .rowListBg {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.mot-factory-caption {
  margin: 10.53% 53.01% 0 0;
  background-color: rgba(0, 0, 0, 0.36);
  border-radius: 5px;
}

.mot-factory-caption__box {
  padding: 5%;
}

.mot-factory-caption__text {
  margin: 0 0 1rem;
  font-weight: bold;
  font-size: 2.7rem;
  line-height: 170%;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .mot-factory-caption {
    margin: 6% 18% 0 0 !important;
    max-width: none;
  }

  .mot-factory-caption__box {
    padding: 4% 5%;
  }

  .mot-factory-caption__text {
    font-size: 1.7rem !important;
    line-height: 1.45 !important;
    margin: 0 !important;
  }

  .mot-factory-slider__viewport,
  .mot-factory-slide {
    height: 280px;
    min-height: 280px;
  }

  .mot-factory-slider__arrows {
    height: 280px;
  }
}

@media screen and (max-width: 640px) {
  .mot-factory-caption {
    margin: 5% 12% 0 0 !important;
  }

  .mot-factory-caption__text {
    font-size: 1.5rem !important;
    line-height: 1.4 !important;
  }
}

.mot-factory-slider__arrows {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 420px;
  pointer-events: none;
  z-index: 3;
}

.mot-factory-slider__prev,
.mot-factory-slider__next {
  pointer-events: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 0;
  background: rgba(0, 0, 0, 0.28);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.mot-factory-slider__prev {
  left: 8px;
}

.mot-factory-slider__next {
  right: 8px;
}

.mot-factory-slider__prev .yiyingbaoicon,
.mot-factory-slider__next .yiyingbaoicon {
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

/* Factory：底部 Tab 均分宽度 */
#c5Qz2VZ.mot-factory-tabs {
  display: flex;
  flex-wrap: nowrap;
}

#c5Qz2VZ.mot-factory-tabs > .mot-factory-tab {
  flex: 1 1 0;
  width: auto !important;
  max-width: none !important;
  background-color: #fff;
  cursor: pointer;
}

#c5Qz2VZ.mot-factory-tabs > .mot-factory-tab.advancedColumnTs,
#c5Qz2VZ.mot-factory-tabs > .mot-factory-tab.is-active,
#c5Qz2VZ.mot-factory-tabs > .mot-factory-tab:hover {
  background-color: var(--themeColor2, #ff7a00);
}

/* Customer Testimonials：上下留白 + 无背景淡灰 + 卡片圆角 */
#cTCzvKr {
  box-sizing: border-box !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 72px 0 80px !important;
}

#cTCzvKr.mot-testimonials--no-bg,
#cTCzvKr.mot-testimonials--no-bg > .rowListBg,
#cTCzvKr.mot-testimonials--no-bg > .mot-testimonials-bg-fallback {
  background: #f0f0f0 !important;
  background-image: none !important;
  opacity: 1 !important;
}

/* 淡灰底时主标题改为深色，避免白字看不清 */
#cTCzvKr.mot-testimonials--no-bg .cYZIVP6A {
  color: #1a1a1a !important;
}

#cTCzvKr > .rowListBg.rowBgEdit {
  background-image: none !important;
}

#cuzR4T3 .cuzR4T3Li .listBoxHref {
  border-radius: 4px;
  overflow: hidden;
}

#cuzR4T3 .cA3bWF5 .Imgbox,
#cuzR4T3 .cA3bWF5Img {
  border-radius: 4px;
}

@media screen and (max-width: 960px) {
  #cTCzvKr {
    padding: 48px 0 56px !important;
  }
}

/* ========== Latest News：左大右三 + 白底（字号对齐其他模块） ========== */
#cs0tbtU.mot-home-news {
  box-sizing: border-box !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 72px 0 80px !important;
  background: #ffffff !important;
  background-image: none !important;
}

#cs0tbtU.mot-home-news > .rowListBg {
  display: none !important;
}

.mot-home-news__inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.mot-home-news__head {
  text-align: center;
  margin-bottom: 40px;
}

/* 与 Factory / Testimonials 眉题一致：约 2.4rem */
.mot-home-news__eyebrow {
  margin: 0 0 10px;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.7;
  color: var(--themeColor2, #ff7a00);
}

.mot-home-news__rule {
  display: block;
  width: 12%;
  max-width: 72px;
  height: 4px;
  margin: 0 auto 16px;
  background: var(--themeColor2, #ff7a00);
}

/* 与其他模块主标题一致：约 3.6rem */
.mot-home-news__title {
  margin: 0;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.7;
  color: #111;
}

.mot-home-news__grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.mot-home-news__grid:not(:has(.mot-home-news__side)) {
  grid-template-columns: 1fr;
}

.mot-home-news__side {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 0;
}

.mot-home-news__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.mot-home-news__card:hover {
  border-color: rgba(255, 122, 0, 0.55);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.mot-home-news__card--row {
  flex-direction: row;
  align-items: stretch;
  min-height: 150px;
  flex: 1 1 0;
}

.mot-home-news__media {
  position: relative;
  overflow: hidden;
  background: #f0f0f0;
  aspect-ratio: 16 / 10;
}

.mot-home-news__media--thumb {
  flex: 0 0 38%;
  max-width: 38%;
  aspect-ratio: auto;
  min-height: 100%;
}

.mot-home-news__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.mot-home-news__card:hover .mot-home-news__media img {
  transform: scale(1.04);
}

.mot-home-news__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 26px 28px 28px;
  flex: 1;
  min-width: 0;
}

.mot-home-news__card--row .mot-home-news__body {
  padding: 16px 20px;
  justify-content: center;
  gap: 8px;
}

.mot-home-news__date {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #888;
}

.mot-home-news__card-title {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.45;
  color: #111;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mot-home-news__featured .mot-home-news__card-title {
  font-size: 2rem;
  -webkit-line-clamp: 3;
}

.mot-home-news__card--row .mot-home-news__more {
  padding-top: 4px;
  font-size: 1.5rem;
}

.mot-home-news__excerpt {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #555;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mot-home-news__card--row .mot-home-news__excerpt {
  font-size: 1.5rem;
  -webkit-line-clamp: 2;
}

.mot-home-news__more {
  margin-top: auto;
  padding-top: 12px;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--themeColor2, #ff7a00);
}

@media screen and (max-width: 960px) {
  #cs0tbtU.mot-home-news {
    padding: 48px 0 56px !important;
  }

  .mot-home-news__eyebrow {
    font-size: 2rem;
  }

  .mot-home-news__title {
    font-size: 2.8rem;
  }

  .mot-home-news__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mot-home-news__card--row {
    min-height: 0;
  }

  .mot-home-news__media--thumb {
    flex-basis: 36%;
    max-width: 36%;
  }

  .mot-home-news__featured .mot-home-news__card-title {
    font-size: 1.8rem;
  }

  .mot-home-news__card-title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .mot-home-news__title {
    font-size: 2.4rem;
  }

  .mot-home-news__card--row {
    flex-direction: column;
  }

  .mot-home-news__media--thumb {
    flex-basis: auto;
    max-width: none;
    aspect-ratio: 16 / 10;
    min-height: 0;
  }
}

@media screen and (max-width: 960px) {
  #csQI4QM {
    padding: 48px 0 56px !important;
  }
}

/*
 * 首页轮播 Banner：原站第 1 屏文案未设 text-align:center（后两屏有），
 * 统一居中，与第 2、3 屏一致。
 */
#cL4Nt8Q .cpkI5TOA,
#cL4Nt8Q .cj7qDarA,
#cL4Nt8Q .ckLvNx3A,
#cL4Nt8Q .cHSEEREA,
#cL4Nt8Q .cduYIykA,
#cL4Nt8Q .listTxt,
#cL4Nt8Q .textLineP {
  text-align: center !important;
}

#cL4Nt8Q .cj7qDarA {
  margin-left: auto !important;
  margin-right: auto !important;
}

#cL4Nt8Q .chUphoo,
#cL4Nt8Q .c6aCxWK,
#cL4Nt8Q .cGqoVpT,
#cL4Nt8Q .row_line {
  justify-content: center !important;
  text-align: center !important;
}

#cL4Nt8Q .chUphoo .rowcol,
#cL4Nt8Q .c6aCxWK .rowcol,
#cL4Nt8Q .cGqoVpT .rowcol {
  display: inline-flex !important;
  justify-content: center !important;
}

/* ACF 驱动的首屏轮播：高度对齐原站 advanced-fixed（880px），图铺满 */
#cL4Nt8Q.mot-home-hero {
  position: relative;
  width: 100%;
  overflow: hidden !important;
}

#cL4Nt8Q.mot-home-hero > .advanced-fixed {
  height: 880px !important;
  min-height: 880px !important;
  max-height: 880px !important;
  white-space: nowrap !important; /* 去掉 inline-block 间隙，避免多滑出空白 */
  font-size: 0;
  box-sizing: border-box;
}

#cL4Nt8Q.mot-home-hero .advanced-item {
  display: inline-block !important;
  height: 880px !important;
  max-height: 880px !important;
  vertical-align: top !important;
  box-sizing: border-box !important;
  white-space: normal !important;
  font-size: 16px;
  overflow: hidden !important;
}

#cL4Nt8Q.mot-home-hero .mot-home-hero__slide,
#cL4Nt8Q.mot-home-hero .mot-home-hero__slide.componentsBox {
  position: relative !important;
  width: 100% !important;
  height: 880px !important;
  min-height: 880px !important;
  max-height: 880px !important;
  background: #000;
  overflow: hidden !important;
}

#cL4Nt8Q.mot-home-hero .mot-home-hero__slide > .rowListBg,
#cL4Nt8Q.mot-home-hero .mot-home-hero__slide > .rowBgPreview {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  opacity: 0.7;
}

#cL4Nt8Q.mot-home-hero .mot-home-hero__content,
#cL4Nt8Q.mot-home-hero .mot-home-hero__content.rowList {
  position: relative !important;
  z-index: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 880px !important;
  min-height: 880px !important;
  padding: 8% 12%;
  box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  #cL4Nt8Q.mot-home-hero > .advanced-fixed,
  #cL4Nt8Q.mot-home-hero .advanced-item,
  #cL4Nt8Q.mot-home-hero .mot-home-hero__slide,
  #cL4Nt8Q.mot-home-hero .mot-home-hero__slide.componentsBox {
    height: 520px !important;
    min-height: 520px !important;
    max-height: 520px !important;
  }

  #cL4Nt8Q.mot-home-hero .mot-home-hero__slide.componentsBox,
  #cL4Nt8Q.mot-home-hero .advanced-content .advanced-item > .componentsBox {
    padding: 0 !important;
  }

  #cL4Nt8Q.mot-home-hero .mot-home-hero__content,
  #cL4Nt8Q.mot-home-hero .mot-home-hero__content.rowList {
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    align-items: center;
    justify-content: center;
    padding: 7rem 6% 5.5rem !important;
    box-sizing: border-box;
  }

  .mot-home-hero__title {
    font-size: clamp(2.2rem, 5.2vw, 3.6rem);
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }

  .mot-home-hero__desc {
    margin-bottom: 1.4rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  #cL4Nt8Q.mot-home-hero .mot-home-hero__actions.row_line {
    margin-top: 1rem;
    gap: 1rem;
  }
}

@media screen and (max-width: 640px) {
  #cL4Nt8Q.mot-home-hero > .advanced-fixed,
  #cL4Nt8Q.mot-home-hero .advanced-item,
  #cL4Nt8Q.mot-home-hero .mot-home-hero__slide,
  #cL4Nt8Q.mot-home-hero .mot-home-hero__slide.componentsBox {
    height: 460px !important;
    min-height: 460px !important;
    max-height: 460px !important;
  }

  #cL4Nt8Q.mot-home-hero .mot-home-hero__content,
  #cL4Nt8Q.mot-home-hero .mot-home-hero__content.rowList {
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    align-items: center;
    justify-content: center;
    /* 避开顶栏与底部分页点，内容垂直居中偏上 */
    padding: 6.4rem 5% 4.8rem !important;
  }

  .mot-home-hero__inner {
    max-width: 100%;
  }

  .mot-home-hero__title {
    font-size: 2.4rem;
    line-height: 1.28;
    margin: 0 0 0.7rem;
  }

  .mot-home-hero__desc {
    margin: 0 auto 1.2rem;
    font-size: 1.4rem;
    line-height: 1.45;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  #cL4Nt8Q.mot-home-hero .mot-home-hero__actions.row_line {
    flex-wrap: nowrap;
    gap: 0.8rem;
    margin-top: 0.8rem;
  }

  #cL4Nt8Q.mot-home-hero .mot-home-hero__actions > .rowcol {
    max-width: none;
    flex: 1 1 0;
    width: auto !important;
    margin-bottom: 0 !important;
  }

  #cL4Nt8Q.mot-home-hero .mot-home-hero__actions .btn2 {
    max-width: none;
    width: 100%;
  }

  #cL4Nt8Q.mot-home-hero .mot-home-hero__actions .textBox {
    padding: 1.1rem 1.2rem;
  }

  #cL4Nt8Q.mot-home-hero .mot-home-hero__actions .btnText,
  #cL4Nt8Q.mot-home-hero .mot-home-hero__actions .c2NEiK3Te,
  #cL4Nt8Q.mot-home-hero .mot-home-hero__actions .cVx7jquTe {
    font-size: 1.4rem !important;
    white-space: nowrap;
  }
}

.mot-home-hero__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.mot-home-hero__title {
  margin: 0 0 1rem;
  font-weight: 700;
  font-size: clamp(2.4rem, 5vw, 6.4rem);
  line-height: 1.35;
  color: #fff;
  text-transform: capitalize;
}

.mot-home-hero__desc {
  margin: 0 auto 2rem;
  max-width: 52em;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
}

/* 按钮横向排列，沿用原站 c2NEiK3 / cVx7jqu 皮肤与 backgroundAnimation hover */
#cL4Nt8Q.mot-home-hero .mot-home-hero__actions.row_line {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 1.5rem;
  width: 100%;
}

#cL4Nt8Q.mot-home-hero .mot-home-hero__actions > .rowcol {
  display: block !important;
  width: auto !important;
  max-width: 18rem;
  flex: 0 0 auto;
}

#cL4Nt8Q.mot-home-hero .mot-home-hero__actions .btn2 {
  position: relative;
  z-index: 0;
  display: block;
  max-width: 18rem;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  transition: 0.5s;
}

#cL4Nt8Q.mot-home-hero .mot-home-hero__actions .btnText,
#cL4Nt8Q.mot-home-hero .mot-home-hero__actions .c2NEiK3Te,
#cL4Nt8Q.mot-home-hero .mot-home-hero__actions .cVx7jquTe {
  display: block;
  font-size: 1.7rem !important;
  line-height: 1.4;
  white-space: nowrap;
}

#cL4Nt8Q.mot-home-hero .mot-home-hero__actions .textBox {
  padding: 15px 20px;
  box-sizing: border-box;
}

/* 按钮1：蓝底橙字 → hover 橙底蓝字（滑动填充） */
#cL4Nt8Q.mot-home-hero .c2NEiK3A {
  color: rgba(255, 122, 0, 1) !important;
  background: rgba(0, 56, 121, 1) !important;
}

#cL4Nt8Q.mot-home-hero .c2NEiK3A:before {
  background: rgba(255, 122, 0, 1) !important;
}

#cL4Nt8Q.mot-home-hero .c2NEiK3A:hover {
  color: rgba(0, 56, 121, 1) !important;
  background: transparent !important;
}

/* 按钮2：橙底蓝字 → hover 蓝底橙字 */
#cL4Nt8Q.mot-home-hero .cVx7jquA {
  color: rgba(0, 56, 121, 1) !important;
  background: rgba(255, 122, 0, 1) !important;
}

#cL4Nt8Q.mot-home-hero .cVx7jquA:before {
  background: rgba(0, 56, 121, 1) !important;
}

#cL4Nt8Q.mot-home-hero .cVx7jquA:hover {
  color: rgba(255, 122, 0, 1) !important;
  background: transparent !important;
}

/* Certificate：上下留白 + 无背景淡灰 + 灰底深色字 */
#cfWv0Rb {
  box-sizing: border-box !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 72px 0 80px !important;
}

#cfWv0Rb.mot-certificate--no-bg,
#cfWv0Rb.mot-certificate--no-bg > .rowListBg,
#cfWv0Rb.mot-certificate--no-bg > .mot-certificate-bg-fallback {
  background: #f0f0f0 !important;
  background-image: none !important;
  opacity: 1 !important;
}

#cfWv0Rb.mot-certificate--no-bg .cQDym7tA,
#cfWv0Rb.mot-certificate--no-bg .c5TLlUHA {
  color: #1a1a1a !important;
}

#cfWv0Rb > .rowListBg.rowBgEdit {
  background-image: none !important;
}

#cbB4S3T .cbB4S3TLi .listBoxHref {
  border-radius: 4px;
  overflow: hidden;
}

#cbB4S3T .cV6Bx3t .Imgbox,
#cbB4S3T .cV6Bx3tImg {
  border-radius: 4px;
}

@media screen and (max-width: 960px) {
  #cfWv0Rb {
    padding: 48px 0 56px !important;
  }
}
