* { box-sizing: border-box; }
html, body { width: 100%; height: 100%; margin: 0; }
body {
  background: #000;
  color: #fff;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
ul, li, h1, h2, p, div, article { margin: 0; padding: 0; }
ul { list-style: none; }
a { color: inherit; text-decoration: none; cursor: pointer; }
img { display: block; border: 0; }
button { font: inherit; }

.desktop-page { display: block; }
.mobile-page { display: none; }

/* desktop */
.desktop-page { position: relative; min-height: 100vh; overflow-x: hidden; background: #e6e6e6; }
.desktop-page .app-header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 40;
  background: rgba(0, 0, 0, 0);
  transition: background-color .35s ease;
}
.desktop-page .app-header-wrap.is-scrolled {
  background: rgba(0, 0, 0, 1);
}
.desktop-page .app-header {
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  text-transform: uppercase;
}
.desktop-page .app-header a { color: inherit; }
.desktop-page .app-header .header-content {
  line-height: 54px;
  padding: 10px 44px;
  position: relative;
  z-index: 45;
}
.desktop-page .app-header .header-content::after { content: ""; display: block; clear: both; }
.desktop-page .header-logo { float: left; }
.desktop-page .header-logo img { width: 300px; height: 28px; margin-top: 13px; }
.desktop-page .header-menu {
  float: left;
  height: 54px;
  margin: 0 0 0 60px;
}
.desktop-page .header-menu .item {
  display: inline-block;
  margin: 0 56px 0 0;
  position: relative;
}
.desktop-page .header-menu .item > a {
  position: relative;
  display: inline-block;
}
.desktop-page .header-menu .item > a::after {
  background: #c7001f;
  content: "";
  height: 4px;
  width: 62px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 15px;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity .3s ease;
}
.desktop-page .header-menu .item:hover > a::after,
.desktop-page .header-menu .item.item-container.is-open > a::after { opacity: 1; }
.desktop-page .header-test-drive { float: right; }
.desktop-page .header-test-drive .test-drive-text { display: inline-block; vertical-align: middle; }
@media (max-width: 1600px) {
  .desktop-page .header-test-drive .test-drive-text { display: none; }
  .desktop-page .header-test-drive .test-drive-icon { margin-left: 0; }
}

.desktop-page .item-container::after {
  content: "";
  position: absolute;
  left: -12px;
  right: -12px;
  top: 100%;
  height: 14px;
}
.desktop-page .item-submenu {
  background: #eaeaee;
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(3, minmax(280px, 430px));
  justify-content: center;
  position: fixed;
  top: 74px;
  left: 0;
  width: 100%;
  padding: 28px 40px 34px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-14px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  z-index: 35;
  max-height: calc(100vh - 76px);
  overflow-y: auto;
}
.desktop-page .item-container.is-open .item-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.desktop-page .app-header.menu-open {
  background: #eaeaee;
  color: #000;
}
.desktop-page .app-header.menu-open .header-test-drive .test-drive-icon {
  filter: brightness(0);
}
.desktop-page .app-header.menu-open .item-container > a,
.desktop-page .item-container.is-open > a {
  color: #000;
}
.desktop-page .item-submenu .model-item {
  background: #fff;
  position: relative;
  overflow: hidden;
  height: 212px;
  padding: 30px 34px;
}
.desktop-page .item-submenu .model-item a { color: #000; display: block; width: 100%; height: 100%; }
.desktop-page .item-submenu .model-item-title {
  font-size: 20px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.15;
}
.desktop-page .item-submenu .model-item-cover {
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.desktop-page .item-submenu .model-item-cover img {
  width: 300px;
  height: auto;
  transition: transform .25s ease;
}
.desktop-page .item-submenu .model-item:hover .model-item-cover img { transform: scale(1.05); }

.desktop-page .hero-carousel,
.desktop-page .slick-slider,
.desktop-page .slick-list,
.desktop-page .slick-track,
.desktop-page .slick-slide,
.desktop-page .slick-slide > div,
.desktop-page .slide-inner,
.desktop-page .home-banner,
.desktop-page .video-wrapper {
  height: 100vh;
}
.desktop-page .hero-carousel,
.desktop-page .slick-slider {
  position: relative;
}
.desktop-page .slick-list { overflow: hidden; }
.desktop-page .slick-track {
  display: flex;
  width: 400%;
  transition: transform .5s ease;
}
.desktop-page .slick-slide { flex: 0 0 25%; }
.desktop-page .home-banner { position: relative; overflow: hidden; }
.desktop-page .video-wrapper { position: relative; }
.desktop-page .banner-img,
.desktop-page .video-wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.desktop-page .himla-wrapper {
  background: url("https://chery-aws-cdn.assets-carloha.com/nodejs-chery-pc-web/assets/bg-banner-himla_315f94cb.webp") center/cover no-repeat;
}
.desktop-page .himla-wrapper > img {
  position: absolute;
  left: 50%;
  top: 24%;
  width: min(28vw, 540px);
  height: auto;
  transform: translateX(-50%);
}
.desktop-page .himla-wrapper .title-bottom {
  position: absolute;
  left: 50%;
  top: 40%;
  width: min(42vw, 760px);
  transform: translateX(-50%);
  font-size: clamp(28px, 3vw, 52px);
  font-weight: 800;
  line-height: 1.12;
  text-align: center;
  text-transform: uppercase;
}
.desktop-page .banner-title-wrap {
  position: absolute;
  top: 23%;
  left: 8%;
}
.desktop-page .home-banner-title {
  font-size: clamp(42px, 4vw, 72px);
  font-weight: 700;
  line-height: 1;
}
.desktop-page .home-banner-subtitle {
  font-size: clamp(26px, 2vw, 36px);
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
}
.desktop-page .banner-btn-wrapper { margin-top: 28px; }
.desktop-page .banner-btn {
  border: 1px solid rgba(255,255,255,.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 52px;
  padding: 0 32px;
  font-size: 16px;
  font-weight: 600;
  text-transform: none;
}
.desktop-page .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}
.desktop-page .slick-dots li { list-style: none; }
.desktop-page .slick-dots button {
  width: 24px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  padding: 0;
  cursor: pointer;
}
.desktop-page .slick-dots .slick-active button {
  width: 42px;
  background: #d31b25;
}

/* mobile */
.mobile-page {
  position: relative;
  min-height: 100vh;
  background: #f7f7fa;
  overflow-x: hidden;
}
.mobile-page .app-header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  min-height: 74px;
  background: rgba(0, 0, 0, 0);
  transition: background-color .35s ease;
}
.mobile-page .app-header-wrap.is-scrolled {
  background: rgba(0, 0, 0, 1);
}
.mobile-page .app-header-absolute {
  background: transparent;
  left: 0;
  position: fixed;
  width: 100%;
  top: 0;
  transition: background-color .35s ease;
}
.mobile-page .app-header-wrap.is-scrolled .app-header-absolute {
  background: rgba(0, 0, 0, 1);
}
.mobile-page .app-header-wrap.is-scrolled .app-header-open {
  background: #fff;
}
.mobile-page .app-header .header-content {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 18px 18px 0;
  position: relative;
  z-index: 2;
}
.mobile-page .app-header .header-logo img {
  width: 245px;
  height: auto;
}
.mobile-page .app-header .header-menu {
  display: flex;
  list-style: none;
}
.mobile-page .app-header .header-menu .item {
  height: 32px;
  width: 32px;
  text-align: center;
}
.mobile-page .app-header .header-menu .icon {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
}
.mobile-page .icon-menu {
  background-image: url("https://chery-aws-cdn.assets-carloha.com/nodejs-chery-mobile-web/assets/icon-menu_b30f7f68.svg");
  width: 32px;
  height: 32px;
}
.mobile-page .icon-close {
  background-image: url("https://chery-aws-cdn.assets-carloha.com/nodejs-chery-mobile-web/assets/icon-close_1bc0836b.svg");
  width: 18px;
  height: 18px;
  margin-top: 7px;
}
.mobile-page .header-list {
  display: none;
  list-style: none;
  margin: 74px 0 0;
  padding: 0;
}
.mobile-page .header-list .item {
  font-size: 16px;
  font-weight: 500;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
}
.mobile-page .header-list .item-title {
  color: #000;
  display: block;
  margin: 0 20px;
}
.mobile-page .header-list .item-title-more {
  position: relative;
}
.mobile-page .header-list .item-title-more::after {
  background: url("https://chery-aws-cdn.assets-carloha.com/nodejs-chery-mobile-web/assets/icon-more_3db815f2.svg") 0 0 no-repeat;
  background-size: 100% auto;
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  transition: transform .2s ease;
}
.mobile-page .header-list .item-title-unfold::after {
  transform: rotate(180deg);
}
.mobile-page .header-list .item-submenu {
  background: #f5f4f4;
  height: 0;
  overflow: hidden;
}
.mobile-page .header-list .item-submenu li {
  opacity: 0;
  transition: opacity .3s ease;
}
.mobile-page .header-list .item-submenu-open {
  height: auto;
  margin-top: 20px;
  padding: 24px 0;
}
.mobile-page .header-list .item-submenu-open li { opacity: 1; }
.mobile-page .header-list .item-submenu .model-item { margin-top: 24px; }
.mobile-page .header-list .item-submenu .model-item:first-child { margin-top: 0; }
.mobile-page .header-list .item-submenu .model-item-cover img {
  width: 126px;
  height: auto;
  margin: 0 auto;
}
.mobile-page .header-list .item-submenu .model-item-title {
  color: #000;
  font-size: 13px;
  font-weight: 800;
  margin-top: 10px;
}
.mobile-page .app-header-open {
  position: fixed;
  background: #fff;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobile-page .app-header-open .header-content {
  background: #fff;
  left: 0;
  width: 100%;
  top: 0;
  position: fixed;
}
.mobile-page .app-header-open .header-logo img { filter: brightness(0); }
.mobile-page .app-header-open .header-list { display: block; }
.mobile-page .app-home-banner,
.mobile-page .slider,
.mobile-page .slider-frame,
.mobile-page .slider-list,
.mobile-page .slider-slide,
.mobile-page .slider-slide > div,
.mobile-page .banner-image {
  height: 100vh;
}
.mobile-page .app-home-banner {
  color: #fff;
  position: relative;
  z-index: 1;
}
.mobile-page .slider-frame {
  overflow: hidden;
}
.mobile-page .slider-list {
  display: flex;
  width: 400%;
  transition: transform .5s ease;
}
.mobile-page .slider-slide {
  flex: 0 0 25%;
  position: relative;
}
.mobile-page .banner-image {
  position: relative;
  text-align: center;
  width: 100%;
}
.mobile-page .banner-image .video-wrapper,
.mobile-page .banner-fill {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.mobile-page .banner-fill,
.mobile-page .banner-image .video-wrapper > img {
  object-fit: cover;
}
.mobile-page .himla-wrapper {
  background: url("https://chery-aws-cdn.assets-carloha.com/nodejs-chery-mobile-web/assets/bg-banner-himla_20a2224e.webp") center/cover no-repeat;
  position: relative;
}
.mobile-page .himla-wrapper > img {
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translateX(-50%);
  width: 220px;
  height: auto;
}
.mobile-page .himla-wrapper .title-bottom,
.mobile-page .title-wrapper {
  color: #fff;
  font-weight: 700;
  position: absolute;
  text-align: center;
}
.mobile-page .himla-wrapper .title-bottom {
  top: 39%;
  left: 50%;
  transform: translateX(-50%);
  width: 280px;
  font-size: 25px;
  line-height: 1.12;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.mobile-page .title-wrapper {
  width: 100%;
  top: 21%;
}
.mobile-page .banner-title-text {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  margin-left: 20px;
  text-align: left;
}
.mobile-page .banner-subtitle-text {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
  text-align: center;
}
.mobile-page .banner-btn {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 46px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  z-index: 2;
}
.mobile-page .slider-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  text-align: center;
  z-index: 3;
}
.mobile-page .am-carousel-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.mobile-page .am-carousel-wrap-dot {
  width: 8px;
  height: 8px;
}
.mobile-page .am-carousel-wrap-dot > span {
  background: rgba(255,255,255,.9);
  border-radius: 50%;
  display: block;
  width: 8px;
  height: 8px;
}
.mobile-page .am-carousel-wrap-dot-active > span {
  background: #e19a32;
}

@media (max-width: 991px) {
  .desktop-page { display: none; }
  .mobile-page { display: block; }
}

@media (min-width: 992px) {
  .desktop-page { display: block; }
  .mobile-page { display: none; }
}


/* desktop models section */
.desktop-page .app-models-carousel {
  position: relative;
  padding: 130px 0 170px;
  background: #e6e6e6;
}
.desktop-page .app-models-selector {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 26px;
  width: min(1600px, calc(100% - 80px));
  margin: 0 auto 82px;
}
.desktop-page .app-models-selector .model-selector-item {
  color: #b8b8b8;
  cursor: pointer;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  user-select: none;
  transition: color .3s ease;
}
.desktop-page .app-models-selector .model-selector-item.model-selector-item-active { color: #c7001f; }
.desktop-page .app-models-carousel .model-name {
  position: absolute;
  left: 0;
  right: 0;
  top: 208px;
  z-index: 0;
  color: #000;
  font-size: clamp(88px, 9vw, 160px);
  font-style: italic;
  font-weight: 800;
  line-height: .95;
  text-align: center;
  text-transform: uppercase;
  pointer-events: none;
}
.desktop-page .app-models-carousel .model-name.over-long-text { font-size: clamp(72px, 7.2vw, 120px); }
.desktop-page .app-cards-carousel { overflow: hidden; }
.desktop-page .app-cards-carousel .models-container {
  position: relative;
  height: clamp(460px, 33vw, 620px);
  width: 100%;
}
.desktop-page .model-item-transition {
  position: absolute;
  top: 0;
  left: 50%;
  transition: transform .7s ease, opacity .45s ease;
  transform: translateX(-50%);
  opacity: 0;
  z-index: 1;
}
.desktop-page .model-card {
  width: clamp(620px, 58vw, 1098px);
  cursor: pointer;
  user-select: none;
}
.desktop-page .model-card .model-card-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.desktop-page .model-card .model-img {
  display: block;
  width: clamp(430px, 37vw, 706px);
  height: auto;
  opacity: .35;
  transition: width .7s ease, opacity .45s ease;
}
.desktop-page .model-item-transition.is-center {
  opacity: 1;
  z-index: 5;
}
.desktop-page .model-item-transition.is-center .model-img {
  width: clamp(720px, 63vw, 1098px);
  opacity: 1;
}
.desktop-page .model-item-transition.is-prev,
.desktop-page .model-item-transition.is-next {
  opacity: 1;
  z-index: 3;
}
.desktop-page .model-item-transition.is-hidden {
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
.desktop-page .app-models-carousel .parameter-list {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: min(700px, calc(100% - 80px));
  margin: 6px auto 0;
  padding: 0;
}
.desktop-page .app-models-carousel .parameter-list li {
  color: #000;
  list-style: none;
}
.desktop-page .app-models-carousel .parameter-list li .parameter-badge {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.desktop-page .app-models-carousel .parameter-list li .parameter-value,
.desktop-page .app-models-carousel .parameter-list li .parameter-unit {
  font-family: DIN-Bold, Poppins, Arial, sans-serif;
  font-weight: 400;
}
.desktop-page .app-models-carousel .parameter-list li .parameter-value {
  font-size: clamp(32px, 3vw, 50px);
  line-height: 1;
}
.desktop-page .app-models-carousel .parameter-list li .parameter-unit {
  font-size: clamp(16px, 1.4vw, 24px);
  line-height: 1;
  margin-left: 2px;
  transform: translateY(2px);
}
.desktop-page .app-models-carousel .parameter-list li .parameter-name {
  margin-top: 8px;
  color: #b8b8b8;
  font-size: clamp(16px, 1.4vw, 24px);
  font-weight: 500;
}

/* mobile models section */
.mobile-page .app-home-model {
  overflow: hidden;
  position: relative;
  padding: 103px 0 86px;
  background: #f7f7fa;
}
.mobile-page .app-home-model .model-nav-list {
  color: #d8d8d8;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
.mobile-page .app-home-model .model-nav-list .swiper-container {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-x;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mobile-page .app-home-model .model-nav-list .swiper-container::-webkit-scrollbar { display: none; }
.mobile-page .app-home-model .model-nav-list .swiper-wrapper {
  display: inline-flex;
  min-width: max-content;
}
.mobile-page .app-home-model .model-nav-list .swiper-slide {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  overflow: visible;
  width: auto;
  min-width: max-content;
  padding: 0 32px;
}
.mobile-page .app-home-model .model-nav-list .item {
  display: inline-block;
  width: 60px;
  margin: 0 26px 0 0;
  white-space: pre-wrap;
  transition: color .5s linear;
}
.mobile-page .app-home-model .model-nav-list .item:last-child { margin: 0; }
.mobile-page .app-home-model .model-nav-list .item-wide {
  width: 65px;
}
.mobile-page .app-home-model .model-nav-list .item-active { color: #c7001f; }
.mobile-page .app-home-model .model-list { margin: 126px 0 0; }
.mobile-page .app-home-model .models-swiper {
  overflow: hidden;
  width: 100%;
}
.mobile-page .app-home-model .models-swiper .swiper-wrapper {
  display: flex;
  width: 100%;
  transition: transform .45s ease;
  will-change: transform;
}
.mobile-page .app-home-model .models-swiper .swiper-slide {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.mobile-page .app-home-model .model-list .item {
  position: relative;
  z-index: 1;
}
.mobile-page .app-home-model .model-list .item-cover {
  margin: 10px 0 0;
  text-align: center;
}
.mobile-page .app-home-model .model-list .item-cover img {
  height: 152px;
  width: auto;
  max-width: calc(100% - 32px);
  margin: 0 auto;
}
.mobile-page .app-home-model .model-list .item-title {
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  z-index: -1;
  overflow: hidden;
  color: #000;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0;
}
.mobile-page .app-home-model .model-list .item-spec-list {
  display: flex;
  justify-content: space-between;
  margin: 90px 32px 0;
  padding: 0;
  opacity: 0;
  list-style: none;
}
.mobile-page .app-home-model .model-list .item-spec-list .item-spec {
  list-style: none;
}
.mobile-page .app-home-model .model-list .item-spec-number {
  color: #000;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
}
.mobile-page .app-home-model .model-list .item-spec-number sup {
  font-size: 12px;
  line-height: 1;
  margin-left: 5px;
  top: 0;
}
.mobile-page .app-home-model .model-list .item-spec-title {
  color: #d8d8d8;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  margin: 3px 0 0;
}
.mobile-page .app-home-model .model-list .swiper-slide.is-active .item-title,
.mobile-page .app-home-model .model-list .swiper-slide.is-active .item-spec-list {
  opacity: 1;
  transition: opacity 1s linear;
}
.mobile-page .app-home-model .model-list .swiper-slide[data-model-index="0"] .item-spec-list,
.mobile-page .app-home-model .model-list .swiper-slide[data-model-index="4"] .item-spec-list {
  margin: 90px 32px 0;
}
.mobile-page .app-home-model .model-list .swiper-slide[data-model-index="4"] .item-spec-number {
  font-size: 19px;
}
.mobile-page .app-home-model .model-list .swiper-slide[data-model-index="4"] .item-spec-title {
  line-height: 1.15;
}

@media (max-width: 1400px) {
  .desktop-page .app-models-selector { width: min(1200px, calc(100% - 60px)); }
  .desktop-page .app-models-selector .model-selector-item { font-size: 20px; }
}


.desktop-page .home-services-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: min(1500px, calc(100% - 80px));
}
.desktop-page .home-services-container .home-service-title {
  color: #fff;
  text-align: center;
}
.desktop-page .home-services-container .home-service-title .title {
  font-family: Poppins, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}
.desktop-page .home-services-container .home-service-title .desc {
  font-family: Poppins, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}
.desktop-page .home-services-container .card-list {
  column-gap: 140px;
  display: flex;
  justify-content: center;
  margin-top: 142px;
  width: 100%;
}
.desktop-page .home-services-container .card-list .card-item {
  border: 2px solid #fff;
  border-radius: 12px;
  height: 392px;
  overflow: hidden;
  position: relative;
  width: 262px;
}
.desktop-page .home-services-container .card-list .card-item .top {
  color: #fff;
  padding-top: 45px;
  text-align: center;
}
.desktop-page .home-services-container .card-list .card-item .top .value {
  font-family: Poppins, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 121px;
  font-weight: 700;
  line-height: 121px;
}
.desktop-page .home-services-container .card-list .card-item .top .label {
  font-family: Poppins, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
}
.desktop-page .home-services-container .card-list .card-item .bottom {
  align-items: center;
  background-color: rgba(255, 255, 255, .7);
  bottom: 0;
  color: #000;
  display: flex;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  height: 125px;
  justify-content: center;
  line-height: 24px;
  padding: 0 18px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.mobile-page .home-services {
  background: url('https://chery-aws-cdn.assets-carloha.com/nodejs-chery-mobile-web/assets/services-bg_0b1f03ac.webp') 50% no-repeat;
  background-size: auto 100%;
  height: 688px;
  padding: 51.6px 22.93px;
  width: 100%;
}
.mobile-page .home-services-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 375px;
  position: relative;
  width: 100%;
}
.mobile-page .home-services-container .home-service-title {
  color: #fff;
  text-align: center;
}
.mobile-page .home-services-container .home-service-title .title {
  font-family: Poppins, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.mobile-page .home-services-container .home-service-title .desc {
  font-family: Poppins, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-top: 9px;
}
.mobile-page .home-services-container .card-list {
  column-gap: 7px;
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  width: 100%;
}
.mobile-page .home-services-container .card-list .card-item {
  border: 2px solid #fff;
  border-radius: 6px;
  flex: 1;
  height: 160px;
  overflow: hidden;
  position: relative;
}
.mobile-page .home-services-container .card-list .card-item .top {
  color: #fff;
  padding-top: 22px;
  text-align: center;
}
.mobile-page .home-services-container .card-list .card-item .top .value {
  font-family: Poppins, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}
.mobile-page .home-services-container .card-list .card-item .top .label {
  font-family: Poppins, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
.mobile-page .home-services-container .card-list .card-item .bottom {
  align-items: center;
  background-color: rgba(255, 255, 255, .7);
  bottom: -1px;
  color: #000;
  display: flex;
  font-family: Poppins, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 500;
  height: 51px;
  justify-content: center;
  line-height: 12px;
  padding: 0 3px;
  position: absolute;
  text-align: center;
  width: 100%;
}


.motion-once-init {
  opacity: 0 !important;
  visibility: hidden;
  transition: opacity .7s ease, transform .7s ease, visibility .7s ease;
  will-change: opacity, transform;
}

.parameter-list.motion-once-init {
  transform: translate3d(0, 32px, 0);
}

.home-service-title.motion-once-init,
.card-list.motion-once-init,
.spare-parts-content.motion-once-init {
  transform: translate3d(0, 42px, 0);
}

.motion-once-visible {
  opacity: 1 !important;
  visibility: visible;
  transform: translate3d(0, 0, 0) !important;
}


.desktop-page .spare-parts-section {
  background: #000;
  height: 1080px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.desktop-page .spare-parts-bg,
.mobile-page .spare-parts-bg {
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}


.desktop-page .spare-parts-container {
  box-sizing: border-box;
  height: 100%;
  margin: 0 auto;
  padding: 120px 0;
  position: relative;
  width: min(1500px, calc(100% - 80px));
}
.desktop-page .spare-parts-content {
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  padding: 120px 0;
  position: absolute;
  right: 20px;
  text-align: right;
  top: 0;
  width: 46%;
  z-index: 2;
}
.desktop-page .spare-parts-title {
  font-family: Poppins, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 78px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.05;
  margin: 0;
}
.desktop-page .spare-parts-line {
  background: #fff;
  height: 6px;
  margin: 28px 0 28px auto;
  width: 280px;
}
.desktop-page .spare-parts-desc {
  font-family: Poppins, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.15;
  margin: 0;
}
.desktop-page .spare-parts-features {
  display: flex;
  gap: 34px;
  justify-content: flex-end;
  margin-top: auto;
  position: relative;
  z-index: 3;
}
.desktop-page .spare-parts-features span {
  color: rgba(255,255,255,.92);
  font-family: Poppins, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}
.desktop-page .spare-parts-features span:not(:last-child)::after {
  color: rgba(255,255,255,.6);
  content: '|';
  margin-left: 34px;
  position: absolute;
  right: -20px;
}


.mobile-page .spare-parts-section {
  background: #000;
  height: 688px;
  overflow: hidden;
  padding: 51.6px 22.93px;
  position: relative;
  width: 100%;
}
.mobile-page .spare-parts-container {
  box-sizing: border-box;
  height: 100%;
  margin: 0 auto;
  max-width: 375px;
  position: relative;
  width: 100%;
}
.mobile-page .spare-parts-content {
  align-items: center;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  position: relative;
  text-align: center;
  z-index: 2;
}
.mobile-page .spare-parts-title {
  font-family: Poppins, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 800;
  line-height: 1.08;
  margin: 0;
}
.mobile-page .spare-parts-line {
  background: #fff;
  height: 3px;
  margin: 12px auto 14px;
  width: 124px;
}
.mobile-page .spare-parts-desc {
  font-family: Poppins, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
.mobile-page .spare-parts-features {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: auto;
  max-width: calc(100% - 45.86px);
  position: relative;
  z-index: 3;
}
.mobile-page .spare-parts-features span {
  color: rgba(255,255,255,.92);
  font-family: Poppins, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  white-space: nowrap;
}
.mobile-page .spare-parts-features span:not(:last-child)::after {
  color: rgba(255,255,255,.6);
  content: '|';
  margin-left: 14px;
  position: absolute;
  right: -8px;
}

/* =========================
   about.html
   ========================= */
.about-page.desktop-page,
.about-page.mobile-page {
  background: #000;
}

.about-page .about-hero {
  position: relative;
  width: 100%;
  height: 980px;
  overflow: hidden;
  background: #1c1c1c;
}

.about-page .about-hero-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: translate(-50%, -50%);
}

.about-page .about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.18) 30%, rgba(0, 0, 0, 0) 58%);
  pointer-events: none;
}

.about-page .about-hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
}

.about-page .about-hero-copy {
  position: absolute;
  top: 325px;
  left: 0;
  max-width: 620px;
  padding: 0 40px;
}

.about-page .about-hero-title {
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0;
}

.about-page .about-hero-desc {
  color: #fff;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 18px;
}

@media (max-width: 1400px) {
  .about-page .about-hero-copy {
    left: 0;
    padding: 0 36px;
  }

  .about-page .about-hero-title {
    font-size: clamp(50px, 5.6vw, 72px);
  }

  .about-page .about-hero-desc {
    font-size: clamp(22px, 2.1vw, 29px);
  }
}

@media (max-width: 991px) {
  .about-page .about-hero {
    height: 70vh;
  }

  .about-page .about-hero::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.16) 42%, rgba(0, 0, 0, 0.1) 100%);
  }

  .about-page .about-hero-inner {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 1400px;
    padding: 0 22px;
  }

  .about-page .about-hero-copy {
    left: auto;
    max-width: 760px;
    padding: 0;
    position: relative;
    text-align: center;
    top: auto;
    width: 100%;
  }

  .about-page .about-hero-title {
    font-size: clamp(34px, 7vw, 54px);
    line-height: 1.08;
    margin: 0;
  }

  .about-page .about-hero-desc {
    font-size: clamp(16px, 2.8vw, 22px);
    line-height: 1.45;
    margin-top: 14px;
  }
}

@media (max-width: 575px) {
  .about-page .about-hero {
    height: 70vh;
  }

  .about-page .about-hero-inner {
    padding: 0 18px;
  }

  .about-page .about-hero-title {
    font-size: clamp(30px, 10vw, 40px);
  }

  .about-page .about-hero-desc {
    font-size: clamp(14px, 4.4vw, 16px);
    line-height: 1.5;
  }
}


.about-page .about-intro {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #020610;
}

.about-page .about-intro-desktop {
  min-height: 980px;
  padding: 116px 0 0;
}

.about-page .about-intro-mobile {
  min-height: 860px;
  padding: 92px 0 0;
}

.about-page .about-intro-bg,
.about-page .about-intro-overlay {
  position: absolute;
  inset: 0;
}

.about-page .about-intro-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.about-page .about-intro-overlay {
  background:
    radial-gradient(circle at 50% 73%, rgba(170, 195, 235, 0.46) 0%, rgba(88, 113, 150, 0.18) 18%, rgba(3, 8, 18, 0) 42%),
    linear-gradient(180deg, rgba(1, 4, 12, 0.86) 0%, rgba(1, 4, 12, 0.52) 34%, rgba(1, 4, 12, 0.26) 56%, rgba(1, 4, 12, 0.72) 100%);
  pointer-events: none;
}

.about-page .about-intro-inner {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

.about-page .about-intro-copy {
  max-width: 1220px;
  margin: 0 auto;
  text-align: center;
}

.about-page .about-intro-title {
  color: #fff;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}

.about-page .about-intro-desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 23px;
  font-weight: 400;
  line-height: 1.65;
  margin: 26px auto 0;
  max-width: 1280px;
}

.about-page .about-intro-stats {
  display: flex;
  justify-content: space-between;
  gap: 34px;
  margin-top: 88px;
}

.about-page .about-intro-stat {
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
  flex: 1 1 0;
}

.about-page .about-intro-desktop .about-intro-stat:nth-child(1) {
  justify-content: flex-start;
}

.about-page .about-intro-desktop .about-intro-stat:nth-child(2) {
  justify-content: center;
}

.about-page .about-intro-desktop .about-intro-stat:nth-child(3) {
  justify-content: flex-end;
}


.about-page .about-intro-stat-icon {
  width: 72px;
  flex: 0 0 72px;
}

.about-page .about-intro-stat-icon img {
  display: block;
  width: 100%;
  height: auto;
}

.about-page .about-intro-stat-text {
  min-width: 0;
}

.about-page .about-intro-stat-value {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.about-page .about-intro-stat-value span {
  font-size: 0.7em;
  font-weight: 500;
}

.about-page .about-intro-stat-label {
  color: rgba(255, 255, 255, 0.92);
  font-size: 19px;
  font-weight: 400;
  line-height: 1.35;
  margin-top: 6px;
}






@media (max-width: 1400px) {
  .about-page .about-intro-title {
    font-size: clamp(44px, 4.8vw, 68px);
  }

  .about-page .about-intro-desc {
    font-size: clamp(18px, 1.7vw, 23px);
  }

  .about-page .about-intro-stat-value {
    font-size: clamp(24px, 2.2vw, 32px);
  }

  .about-page .about-intro-stat-label {
    font-size: clamp(16px, 1.35vw, 19px);
  }
}

@media (max-width: 991px) {
  .about-page .about-intro-mobile {
    min-height: auto;
    padding: 72px 0 46px;
  }

  .about-page .about-intro-overlay {
    background:
      radial-gradient(circle at 50% 78%, rgba(170, 195, 235, 0.42) 0%, rgba(88, 113, 150, 0.16) 17%, rgba(3, 8, 18, 0) 42%),
      linear-gradient(180deg, rgba(1, 4, 12, 0.92) 0%, rgba(1, 4, 12, 0.62) 34%, rgba(1, 4, 12, 0.38) 60%, rgba(1, 4, 12, 0.82) 100%);
  }

  .about-page .about-intro-inner {
    padding: 0 22px;
  }

  .about-page .about-intro-title {
    font-size: clamp(30px, 8vw, 44px);
    line-height: 1.18;
  }

  .about-page .about-intro-desc {
    font-size: clamp(14px, 3.2vw, 18px);
    line-height: 1.7;
    margin-top: 16px;
  }

  .about-page .about-intro-stats {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-top: 42px;
  }

  .about-page .about-intro-stat {
    gap: 16px;
    justify-content: center;
    text-align: center;
  }

  .about-page .about-intro-stat-text {
    text-align: center;
  }

  .about-page .about-intro-stat-icon {
    flex-basis: 54px;
    width: 54px;
  }

  .about-page .about-intro-stat-value {
    font-size: clamp(24px, 5vw, 30px);
    justify-content: center;
  }

  .about-page .about-intro-stat-label {
    font-size: clamp(14px, 3vw, 16px);
  }
}

@media (max-width: 575px) {
  .about-page .about-intro-mobile {
    padding: 64px 0 40px;
  }

  .about-page .about-intro-inner {
    padding: 0 18px;
  }

  .about-page .about-intro-title {
    font-size: clamp(28px, 9vw, 34px);
  }

  .about-page .about-intro-desc {
    font-size: 14px;
    line-height: 1.65;
  }

  .about-page .about-intro-stat {
    align-items: center;
    justify-content: center;
  }

  .about-page .about-intro-stat-icon {
    flex-basis: 48px;
    width: 48px;
    margin-top: 2px;
  }

  .about-page .about-intro-stat-value {
    font-size: 26px;
  }

  .about-page .about-intro-stat-label {
    font-size: 14px;
    line-height: 1.45;
  }
}

.about-page .about-business {
  width: 100%;
  background: #000;
}

.about-page .about-business-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 86px 48px 110px;
  display: grid;
  grid-template-columns: minmax(0, 38.5%) minmax(0, 61.5%);
  grid-template-rows: auto auto;
}

.about-page .about-business-row {
  display: contents;
}

.about-page .about-business-row + .about-business-row {
  margin-top: 0;
}

.about-page .about-business-row-top .about-business-copy {
  grid-column: 1;
  grid-row: 1;
  padding: 108px 42px 46px 32px;
  align-self: start;
}

.about-page .about-business-row-top .about-business-media {
  grid-column: 2;
  grid-row: 1;
}

.about-page .about-business-row-bottom .about-business-media {
  grid-column: 1;
  grid-row: 2;
}

.about-page .about-business-row-bottom .about-business-copy {
  grid-column: 2;
  grid-row: 2;
  padding: 84px 36px 0 56px;
  align-self: start;
}

.about-page .about-business-title {
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 3.3vw, 30px);
  font-weight: 700;
  line-height: 1.08;
}

.about-page .about-business-subtitle {
  margin: clamp(24px, 2.8vw, 44px) 0 0;
  color: #fff;
  font-size: clamp(22px, 1.9vw, 20px);
  font-weight: 700;
  line-height: 1.2;
}

.about-page .about-business-desc {
  margin: clamp(14px, 1.5vw, 22px) 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(15px, 1.12vw, 12px);
  font-weight: 400;
  line-height: 1.72;
}

.about-page .about-business-media {
  position: relative;
  overflow: hidden;
  background: #0b1019;
}

.about-page .about-business-media img {
  display: block;
  width: 100%;
  height: auto;
}

.about-page .about-business-media-top {
  aspect-ratio: 1.95 / 1;
}

.about-page .about-business-media-bottom {
  aspect-ratio: 600 / 500;
}

.about-page .about-business-media-top img,
.about-page .about-business-media-bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 1600px) {
  .about-page .about-business-inner {
    padding: clamp(72px, 6vw, 86px) clamp(24px, 3vw, 48px) clamp(84px, 7vw, 110px);
  }

  .about-page .about-business-row-top .about-business-copy {
    padding: clamp(42px, 6.8vw, 108px) clamp(18px, 2.4vw, 42px) clamp(24px, 2.8vw, 46px) clamp(0px, 2vw, 32px);
  }

  .about-page .about-business-row-bottom .about-business-copy {
    padding: clamp(34px, 5.4vw, 84px) clamp(0px, 2vw, 36px) 0 clamp(18px, 3.2vw, 56px);
  }

  .about-page .about-business-title {
    font-size: clamp(36px, 3.3vw, 30px);
  }

  .about-page .about-business-subtitle {
    margin-top: clamp(24px, 2.8vw, 44px);
    font-size: clamp(22px, 1.9vw, 20px);
  }

  .about-page .about-business-desc {
    margin-top: clamp(14px, 1.5vw, 22px);
    font-size: clamp(15px, 1.12vw, 12px);
  }
}

@media (max-width: 991px) {
  .about-page .about-business-mobile {
    padding: 0;
  }

  .about-page .about-business-inner {
    padding: 56px 20px 72px;
    display: block;
  }

  .about-page .about-business-mobile-head {
    margin-bottom: 24px;
    text-align: center;
  }

  .about-page .about-business-title {
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.14;
  }

  .about-page .about-business-card + .about-business-card {
    margin-top: 22px;
  }

  .about-page .about-business-card {
    position: relative;
    overflow: hidden;
    background: #0b1019;
  }

  .about-page .about-business-media-card {
    aspect-ratio: 0.92 / 1;
  }

  .about-page .about-business-media-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .about-page .about-business-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px 22px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.44) 45%, rgba(0, 0, 0, 0.58) 100%);
  }

  .about-page .about-business-card-overlay > * {
    max-width: 86%;
  }

  .about-page .about-business-subtitle {
    margin-top: 0;
    font-size: clamp(22px, 5.8vw, 30px);
  }

  .about-page .about-business-desc {
    margin-top: 12px;
    font-size: clamp(13px, 3.1vw, 16px);
    line-height: 1.65;
  }
}

@media (max-width: 575px) {
  .about-page .about-business-inner {
    padding: 48px 16px 60px;
  }

  .about-page .about-business-card-overlay {
    padding: 20px 16px;
  }

  .about-page .about-business-card-overlay > * {
    max-width: 90%;
  }

  .about-page .about-business-title {
    font-size: clamp(26px, 9vw, 34px);
  }

  .about-page .about-business-subtitle {
    font-size: 24px;
  }

  .about-page .about-business-desc {
    font-size: 13px;
    line-height: 1.6;
  }
}


/* ===== About page: global layout section merged from 区块 ===== */
.about-global-layout-section {
  width: 100%;
  background: #0d3053;
  color: #ffffff;
}

.about-global-layout-inner {
  max-width: 1410px;
  margin: 0 auto;
  padding: 72px 28px 56px;
}

.about-global-hero-copy {
  max-width: 1320px;
  margin: 0 auto 24px;
  text-align: center;
}

.about-global-hero-copy h2 {
  margin: 0 0 18px;
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.about-global-hero-copy p {
  margin: 0 auto;
  max-width: 1320px;
  font-size: clamp(17px, 1.35vw, 20px);
  line-height: 1.62;
  color: rgba(255,255,255,0.85);
}

.about-global-map-block {
  position: relative;
  min-height: 760px;
  margin-top: 22px;
}

.about-global-legend {
  position: absolute;
  left: 8px;
  bottom: 54px;
  z-index: 6;
  width: min(320px, 28vw);
  color: rgba(255,255,255,0.96);
}

.about-global-legend-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1.26;
}

.about-global-square-item {
  margin-top: 8px;
}

.about-global-legend-icon,
.about-global-legend-square {
  flex: 0 0 auto;
}

.about-global-legend-icon {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about-global-legend-icon svg {
  width: 20px;
  height: 20px;
  stroke: #ffffff;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-global-legend-square {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.about-global-square-solid {
  background: #0d63d9;
}

.about-global-square-outline {
  border: 1px solid rgba(112, 170, 235, 0.8);
  background: transparent;
}

.about-global-map-stage {
  position: relative;
  width: min(1290px, 100%);
  max-width: 100%;
  margin: 0 auto;
  aspect-ratio: 1290 / 679;
  user-select: none;
  overflow: hidden;
}

.about-global-map-base,
.about-global-highlight-layer,
.about-global-country-highlight {
  display: block;
  width: 100%;
}

.about-global-map-base {
  position: relative;
  z-index: 1;
}

.about-global-highlight-layer {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.about-global-country-highlight {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.18s ease;
}

.about-global-country-highlight.is-active {
  opacity: 1;
  visibility: visible;
}

.about-global-map-label {
  position: absolute;
  inset: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  pointer-events: none;
}

.about-global-map-label.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.about-global-label-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  margin-top: -5px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.95);
  background: rgba(13, 48, 83, 0.9);
  box-shadow: 0 0 0 3px rgba(255,255,255,0.08);
}

.about-global-label-dot::after {
  content: "";
  position: absolute;
  inset: 2px;
  border-radius: 50%;
  background: #ffffff;
}

.about-global-label-line {
  position: absolute;
  background: rgba(255,255,255,0.92);
}

.about-global-label-pill {
  position: absolute;
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  white-space: nowrap;
}

.about-global-align-right .about-global-label-pill {
  transform: translateY(-50%);
}

.about-global-align-left .about-global-label-pill {
  transform: translate(-100%, -50%);
  flex-direction: row-reverse;
}

.about-global-label-name {
  font-size: 17px;
  line-height: 1;
}

.about-global-label-icons {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-left: 12px;
}

.about-global-align-left .about-global-label-icons {
  margin-left: 0;
  margin-right: 12px;
}

.about-global-label-icon-img {
  display: block;
  width: auto;
  height: 14px;
}

.about-global-icon-logistics {
  height: 14px;
}

.about-global-icon-check {
  height: 14px;
}

.about-global-country-area {
  cursor: pointer;
}

.about-global-layout-section,
.about-global-layout-inner,
.about-global-map-block {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 1100px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .about-global-layout-inner {
    padding: 40px 20px 34px;
  }

  .about-global-hero-copy {
    margin-bottom: 18px;
  }

  .about-global-map-block {
    min-height: auto;
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
  }

  .about-global-legend {
    position: static;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 18px;
  }

  .about-global-legend-item {
    margin-bottom: 0;
    font-size: 15px;
  }

  .about-global-label-name {
    font-size: 14px;
  }

  .about-global-label-icons {
    gap: 8px;
    margin-left: 10px;
  }

  .about-global-label-icon-img,
  .about-global-icon-logistics,
  .about-global-icon-check {
    height: 12px;
  }
}

@media (max-width: 760px) {
  .about-global-layout-inner {
    padding: 28px 14px 24px;
  }

  .mobile-page .app-header-wrap,
  .mobile-page .app-header,
  .mobile-page .app-header-open,
  .mobile-page .app-header-open .header-content,
  .mobile-page .header-list {
    max-width: 100%;
  }

  .about-global-map-label {
    overflow: hidden;
  }

  .about-global-label-pill {
    max-width: 44vw;
  }

  .about-global-hero-copy h2 {
    margin-bottom: 12px;
  }

  .about-global-hero-copy p {
    font-size: 14px;
    line-height: 1.55;
  }

  .about-global-legend {
    grid-template-columns: 1fr;
  }

  .about-global-label-name {
    font-size: 12px;
  }

  .about-global-label-icons {
    gap: 6px;
    margin-left: 8px;
  }

  .about-global-label-icon-img,
  .about-global-icon-logistics,
  .about-global-icon-check {
    height: 10px;
  }

  .about-global-label-dot {
    width: 8px;
    height: 8px;
    margin-left: -4px;
    margin-top: -4px;
  }
}


/* ===== About page: partnered passenger vehicle brands section ===== */
.about-brand-gallery-section {
  width: 100%;
  background: #000000;
  color: #ffffff;
}

.about-brand-gallery-inner {
  max-width: 1680px;
  margin: 0 auto;
  padding: 88px 32px 76px;
}

.about-brand-gallery-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.about-brand-gallery-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 68px);
  line-height: 1.14;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.about-brand-gallery-tabs {
  width: min(520px, 100%);
  margin: 38px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.about-brand-gallery-tab {
  position: relative;
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.38);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 0 16px 18px;
  cursor: pointer;
  transition: color 0.2s ease;
}

.about-brand-gallery-tab::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: calc(100% - 16px);
  height: 3px;
  border-radius: 99px;
  background: #ffffff;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.24s ease;
}

.about-brand-gallery-tab.is-active {
  color: #ffffff;
}

.about-brand-gallery-tab.is-active::after {
  transform: translateX(-50%) scaleX(1);
}

.about-brand-gallery-stage {
  margin-top: 38px;
}

.about-brand-gallery-main {
  position: relative;
  min-height: clamp(420px, 41vw, 660px);
  overflow: hidden;
  isolation: isolate;
}

.about-brand-gallery-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.32s ease;
}

.about-brand-gallery-panel.is-active {
  opacity: 1;
  visibility: visible;
}

.about-brand-track {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: stretch;
  gap: clamp(14px, 1.5vw, 26px);
  will-change: transform;
  transition: transform 0.72s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.about-brand-slide {
  position: relative;
  flex: 0 0 min(72%, 1180px);
  height: 100%;
  overflow: hidden;
  background: #131313;
  border-radius: 0;
  transform: scale(0.92);
  opacity: 0.76;
  filter: saturate(0.88);
  transition: transform 0.72s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.72s ease, filter 0.72s ease;
}

.about-brand-slide.is-center {
  transform: scale(1);
  opacity: 1;
  filter: saturate(1);
}

.about-brand-slide-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-brand-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.54) 0%, rgba(0, 0, 0, 0.32) 24%, rgba(0, 0, 0, 0.08) 54%, rgba(0, 0, 0, 0.02) 100%);
  pointer-events: none;
  opacity: 0.9;
  transition: opacity 0.48s ease;
}

.about-brand-slide:not(.is-center)::after {
  opacity: 0.35;
}

.about-brand-slide-copy {
  position: absolute;
  left: clamp(24px, 3vw, 56px);
  top: 50%;
  z-index: 2;
  width: min(420px, calc(100% - 48px));
  opacity: 0;
  /* transform: translateX(20px); */
  transform: translateY(-50%) !important;
  transition: opacity 0.42s ease, transform 0.58s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.about-brand-slide.is-center .about-brand-slide-copy {
  opacity: 1;
  transform: translateX(0);
}

.about-brand-slide-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(15px, 1.32vw, 17px);
  line-height: 1.72;
}

.about-brand-gallery-controls {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.about-brand-gallery-control {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #111111;
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.about-brand-gallery-control:hover {
  transform: translateY(-2px);
}

.about-brand-gallery-control:active {
  transform: translateY(0);
}

.about-brand-gallery-control.is-disabled,
.about-brand-gallery-control:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  transform: none;
  pointer-events: none;
}

.about-brand-gallery-control span {
  transform: translateY(-1px);
}

@media (max-width: 1100px) {
  .about-brand-gallery-inner {
    padding: 64px 20px 60px;
  }

  .about-brand-gallery-title {
    font-size: clamp(28px, 5.6vw, 46px);
  }

  .about-brand-gallery-tabs {
    margin-top: 28px;
  }

  .about-brand-gallery-main {
    min-height: 520px;
  }

  .about-brand-slide {
    flex-basis: min(80%, 860px);
  }

  .about-brand-slide-copy {
    width: min(360px, calc(100% - 40px));
    left: 20px;
    bottom: 22px;
  }
}

@media (max-width: 767px) {
  .about-brand-gallery-inner {
    padding: 52px 16px 48px;
  }

  .about-brand-gallery-title {
    font-size: clamp(26px, 9vw, 36px);
  }

  .about-brand-gallery-tabs {
    width: 100%;
    max-width: 360px;
  }

  .about-brand-gallery-tab {
    font-size: 16px;
    padding-bottom: 14px;
  }

  .about-brand-gallery-stage {
    margin-top: 28px;
  }

  .about-brand-gallery-main {
    min-height: 0;
    aspect-ratio: 0.88 / 1;
  }

  .about-brand-track {
    gap: 0;
  }

  .about-brand-slide {
    flex-basis: 100%;
    transform: none;
    opacity: 1;
    filter: none;
  }

  .about-brand-slide::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.10) 38%, rgba(0, 0, 0, 0.68) 100%);
    opacity: 1;
  }

  .about-brand-slide-copy {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
    opacity: 1;
    transform: none;
  }

  .about-brand-slide-copy p {
    font-size: 14px;
    line-height: 1.64;
  }

  .about-brand-gallery-controls {
    margin-top: 22px;
    gap: 16px;
  }

  .about-brand-gallery-control {
    width: 44px;
    height: 44px;
    font-size: 30px;
  }
}


.about-product-video-section {
  width: 100%;
  background: #000000;
  color: #ffffff;
}

.about-product-video-inner {
  max-width: 1680px;
  margin: 0 auto;
  padding: 78px 32px 92px;
}

.about-product-video-head {
  text-align: center;
}

.about-product-video-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 4.1vw, 64px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.about-product-video-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 1.6vw, 26px);
}

.about-product-video-card {
  display: block;
  color: #ffffff;
  text-decoration: none;
}

.about-product-video-media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #161616;
  aspect-ratio: 1.46 / 1;
  isolation: isolate;
}

.about-product-video-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.72s cubic-bezier(0.22, 0.61, 0.36, 1), filter 0.48s ease;
}

.about-product-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.18) 54%, rgba(0, 0, 0, 0.28) 100%);
  opacity: 0.56;
  transition: opacity 0.36s ease, background 0.36s ease;
}

.about-product-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(66px, 6vw, 92px);
  height: clamp(66px, 6vw, 92px);
  transform: translate(-50%, -50%) scale(1);
  transform-origin: center;
  transition: transform 0.36s ease, opacity 0.36s ease;
  opacity: 0.88;
  z-index: 2;
}

.about-product-video-play svg {
  display: block;
  width: 100%;
  height: 100%;
}

.about-product-video-play circle {
  fill: rgba(0, 0, 0, 0.36);
}

.about-product-video-play path {
  fill: #ffffff;
}

.about-product-video-caption {
  display: block;
  margin-top: 22px;
  text-align: center;
  color: #ffffff;
  font-size: clamp(18px, 1.45vw, 20px);
  line-height: 1.35;
  font-weight: 500;
  transition: transform 0.32s ease, opacity 0.32s ease;
}

.about-product-video-card:hover .about-product-video-image,
.about-product-video-card:focus-visible .about-product-video-image {
  transform: scale(1.08);
  filter: saturate(1.06);
}

.about-product-video-card:hover .about-product-video-overlay,
.about-product-video-card:focus-visible .about-product-video-overlay {
  opacity: 0.9;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.3) 52%, rgba(0, 0, 0, 0.5) 100%);
}

.about-product-video-card:hover .about-product-video-play,
.about-product-video-card:focus-visible .about-product-video-play {
  transform: translate(-50%, -50%) scale(1.12);
}

.about-product-video-card:hover .about-product-video-caption,
.about-product-video-card:focus-visible .about-product-video-caption {
  transform: translateY(-4px);
  opacity: 0.95;
}

.about-product-video-card:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 6px;
}

@media (max-width: 1100px) {
  .about-product-video-inner {
    padding: 64px 20px 76px;
  }

  .about-product-video-title {
    font-size: clamp(30px, 5.4vw, 48px);
  }

  .about-product-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .about-product-video-inner {
    padding: 52px 16px 56px;
  }

  .about-product-video-title {
    font-size: clamp(28px, 9vw, 38px);
  }

  .about-product-video-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
  }

  .about-product-video-media {
    aspect-ratio: 1.34 / 1;
  }

  .about-product-video-play {
    width: 68px;
    height: 68px;
  }

  .about-product-video-caption {
    margin-top: 16px;
    font-size: 16px;
  }
}


.about-supplementary-business-section {
  width: 100%;
  background: #000000;
  color: #ffffff;
}

.about-supplementary-business-inner {
  max-width: 1680px;
  margin: 0 auto;
  padding: 84px 32px 100px;
}

.about-supplementary-business-head {
  text-align: center;
}

.about-supplementary-business-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(34px, 4.1vw, 64px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.about-supplementary-business-grid {
  margin-top: 52px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 0;
  background: #151515;
  min-height: clamp(520px, 43vw, 720px);
}

.about-supplementary-business-media,
.about-supplementary-business-card {
  min-width: 0;
  min-height: 0;
}

.about-supplementary-business-media {
  position: relative;
  overflow: hidden;
  background: #111111;
  height: 100%;
}

.about-supplementary-business-media.about-supplementary-business-media-primary,
.about-supplementary-business-media.about-supplementary-business-media-secondary {
  margin: 0;
}

.about-supplementary-business-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-supplementary-business-card {
  display: flex;
  align-items: center;
  padding: clamp(36px, 3.4vw, 56px);
  background: #161616;
}

.about-supplementary-business-card p {
  margin: 0;
  max-width: 88%;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.85;
  font-weight: 400;
}

@media (max-width: 1100px) {
  .about-supplementary-business-inner {
    padding: 68px 20px 76px;
  }

  .about-supplementary-business-title {
    font-size: clamp(30px, 5.4vw, 48px);
  }

  .about-supplementary-business-grid {
    margin-top: 38px;
    min-height: clamp(440px, 50vw, 620px);
  }

  .about-supplementary-business-card {
    padding: 24px;
  }

  .about-supplementary-business-card p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.75;
  }
}

@media (max-width: 767px) {
  .about-supplementary-business-inner {
    padding: 52px 16px 56px;
  }

  .about-supplementary-business-title {
    font-size: clamp(28px, 9vw, 38px);
  }

  .about-supplementary-business-grid {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 14px;
    background: transparent;
  }

  .about-supplementary-business-media {
    aspect-ratio: 1.22 / 1;
  }

  .about-supplementary-business-card {
    min-height: 0;
    padding: 24px 20px;
    background: #151515;
  }

  .about-supplementary-business-card p {
    font-size: 15px;
    line-height: 1.8;
  }
}


/* Join Us page */
.joinus-page {
  background: #ffffff;
}

.joinus-page .joinus-media-img {
  -webkit-user-drag: none;
  user-select: none;
}

.joinus-page .joinus-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.desktop-page.joinus-page .joinus-hero-desktop {
  min-height: 720px;
  height: 720px;
  background: linear-gradient(180deg, #cddbe3 0%, #d6d8d2 48%, #c6b89b 100%);
}

.joinus-page .joinus-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.joinus-page .joinus-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.12) 0%, rgba(255,255,255,0.08) 42%, rgba(0,0,0,0.03) 100%);
  pointer-events: none;
}

.desktop-page.joinus-page .joinus-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 720px;
  height: 720px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: clamp(140px, 12vw, 180px) 32px 72px;
}

.desktop-page.joinus-page .joinus-hero-copy {
  text-align: center;
}

.desktop-page.joinus-page .joinus-hero-title {
  margin: 0;
  color: #111111;
  font-size: 60px;
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.desktop-page.joinus-page .joinus-hero-subtitle {
  margin: 14px 0 0;
  color: rgba(17, 17, 17, 0.76);
  font-size: 25px;
  line-height: 1.25;
  font-weight: 400;
}

.joinus-page .joinus-search {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 22px 55px rgba(24, 42, 51, 0.14);
  transition: box-shadow 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
}

.joinus-page .joinus-search:focus-within {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 26px 68px rgba(24, 42, 51, 0.18);
  transform: translateY(-2px);
}

.desktop-page.joinus-page .joinus-search {
  width: min(100%, 702px);
  margin-top: 40px;
  border-radius: 999px;
  padding: 0 26px 0 18px;
  min-height: 64px;
}

.joinus-page .joinus-search-icon {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.joinus-page .joinus-search-icon img {
  display: block;
  width: 26px;
  height: 26px;
}

.joinus-page .joinus-search-input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 0 0 0 12px;
  color: rgba(17, 17, 17, 0.9);
  font-family: inherit;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  outline: none;
}

.joinus-page .joinus-search-input::placeholder {
  color: rgba(17, 17, 17, 0.45);
}

.mobile-page.joinus-page .joinus-hero-mobile {
  min-height: 70vh;
  min-height: 70svh;
  max-height: 70vh;
  max-height: 70svh;
  background: linear-gradient(180deg, #d4e1e7 0%, #e7e0ce 44%, #cbb891 100%);
}

.mobile-page.joinus-page .joinus-hero-inner {
  position: relative;
  z-index: 2;
  min-height: 70vh;
  min-height: 70svh;
  max-height: 70vh;
  max-height: 70svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 112px 16px 42px;
}

.mobile-page.joinus-page .joinus-hero-copy {
  width: 100%;
  text-align: center;
}

.mobile-page.joinus-page .joinus-hero-title {
  margin: 0;
  color: #111111;
  font-size: clamp(42px, 12vw, 64px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.mobile-page.joinus-page .joinus-hero-subtitle {
  margin: 10px 0 0;
  color: rgba(17, 17, 17, 0.72);
  font-size: clamp(18px, 4.8vw, 24px);
  line-height: 1.3;
}

.mobile-page.joinus-page .joinus-search {
  width: min(100%, 340px);
  margin-top: 28px;
  border-radius: 999px;
  padding: 0 16px 0 12px;
  min-height: 52px;
  box-shadow: 0 18px 38px rgba(24, 42, 51, 0.14);
}

.mobile-page.joinus-page .joinus-search-icon {
  width: 34px;
  height: 34px;
}

.mobile-page.joinus-page .joinus-search-icon img {
  width: 22px;
  height: 22px;
}

.mobile-page.joinus-page .joinus-search-input {
  padding-left: 10px;
  font-size: 16px;
}

@media (max-width: 1100px) {
  .desktop-page.joinus-page .joinus-hero-inner {
    padding-top: 132px;
  }

  .desktop-page.joinus-page .joinus-hero-title {
    font-size: 60px;
  }

  .desktop-page.joinus-page .joinus-hero-subtitle {
    font-size: 25px;
  }

  .desktop-page.joinus-page .joinus-search {
    width: min(100%, 640px);
    margin-top: 54px;
    min-height: 60px;
  }
}


.desktop-page.joinus-page .joinus-opportunities-section {
  background: #eeeeee;
  padding: 56px 0 78px;
}

.desktop-page.joinus-page .joinus-opportunities-container {
  width: min(100%, 1600px);
  margin: 0 auto;
  padding: 0 24px;
}

.joinus-page .joinus-opportunities-heading {
  text-align: center;
}

.desktop-page.joinus-page .joinus-opportunities-title {
  margin: 0;
  color: #171717;
  font-size: 52px;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.desktop-page.joinus-page .joinus-opportunities-grid {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.joinus-page .joinus-opportunity-card {
  min-width: 0;
}

.joinus-page .joinus-opportunity-link {
  display: block;
  height: 100%;
  background: #f5f5f5;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.03);
  transition: transform 0.32s ease, box-shadow 0.32s ease, background-color 0.32s ease;
}

.joinus-page .joinus-opportunity-media {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 780px;
  aspect-ratio: 780 / 440;
  background: linear-gradient(135deg, #d9d9d9 0%, #efefef 100%);
}

.desktop-page.joinus-page .joinus-opportunity-media {
  max-height: 440px;
}

.joinus-page .joinus-opportunity-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.08) 100%);
  opacity: 0;
  transition: opacity 0.32s ease;
  pointer-events: none;
}

.joinus-page .joinus-opportunity-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.52s ease;
}

.desktop-page.joinus-page .joinus-opportunity-body {
  padding: 22px 22px 24px;
  min-height: 118px;
}

.desktop-page.joinus-page .joinus-opportunity-name {
  margin: 0;
  color: #222222;
  font-size: 21px;
  line-height: 1.18;
  font-weight: 500;
}

.desktop-page.joinus-page .joinus-opportunity-desc {
  margin: 8px 0 0;
  color: #747474;
  font-size: 15px;
  line-height: 1.48;
  font-weight: 400;
}

.joinus-page .joinus-opportunity-cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 14px;
  color: #1e5fb9;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  transition: transform 0.28s ease, color 0.28s ease;
}

.joinus-page .joinus-opportunity-cta span {
  display: inline-block;
  transition: transform 0.28s ease;
}

.desktop-page.joinus-page .joinus-opportunity-link:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.desktop-page.joinus-page .joinus-opportunity-link:hover .joinus-opportunity-media::after {
  opacity: 1;
}

.desktop-page.joinus-page .joinus-opportunity-link:hover .joinus-opportunity-media img {
  transform: scale(1.05);
}

.desktop-page.joinus-page .joinus-opportunity-link:hover .joinus-opportunity-cta {
  transform: translateX(4px);
  color: #114a97;
}

.desktop-page.joinus-page .joinus-opportunity-link:hover .joinus-opportunity-cta span {
  transform: translateX(3px);
}

.mobile-page.joinus-page .joinus-opportunities-section {
  background: #eeeeee;
  padding: 40px 0 46px;
}

.mobile-page.joinus-page .joinus-opportunities-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.mobile-page.joinus-page .joinus-opportunities-title {
  margin: 0;
  color: #171717;
  font-size: clamp(30px, 8.6vw, 42px);
  line-height: 1.06;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.mobile-page.joinus-page .joinus-opportunities-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.mobile-page.joinus-page .joinus-opportunity-link {
  border-radius: 0;
  overflow: hidden;
}

.mobile-page.joinus-page .joinus-opportunity-body {
  padding: 16px 16px 18px;
}

.mobile-page.joinus-page .joinus-opportunity-name {
  margin: 0;
  color: #222222;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
}

.mobile-page.joinus-page .joinus-opportunity-desc {
  margin: 8px 0 0;
  color: #747474;
  font-size: 14px;
  line-height: 1.5;
}

.mobile-page.joinus-page .joinus-opportunity-cta {
  margin-top: 12px;
  font-size: 14px;
}

.mobile-page.joinus-page .joinus-opportunity-link:active {
  transform: scale(0.985);
}

@media (max-width: 1100px) {
  .desktop-page.joinus-page .joinus-opportunities-container {
    width: min(100%, 1020px);
  }

  .desktop-page.joinus-page .joinus-opportunities-title {
    font-size: 46px;
  }

  .desktop-page.joinus-page .joinus-opportunities-grid {
    gap: 24px;
  }
}

@media (min-width: 680px) and (max-width: 1100px) {
  .mobile-page.joinus-page .joinus-opportunities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .mobile-page.joinus-page .joinus-opportunity-name {
    font-size: 20px;
  }
}

.recruitment-page {
  background: #f4f4f4;
}

.recruitment-page .recruitment-jobs-section {
  background: #f4f4f4;
}

.desktop-page.recruitment-page .recruitment-jobs-desktop-section {
  padding: 42px 0 72px;
}

.recruitment-page .recruitment-jobs-container {
  width: min(100%, 1600px);
  margin: 0 auto;
}

.desktop-page.recruitment-page .recruitment-jobs-container {
  display: grid;
  grid-template-columns: minmax(320px, 405px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: 0 24px;
}

.recruitment-page .recruitment-listing-card {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.recruitment-page .recruitment-mobile-filters {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(17, 17, 17, 0.03);
}

.recruitment-page .recruitment-sidebar-card {
  width: 100%;
  max-width: 405px;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.desktop-page.recruitment-page .recruitment-sidebar-card {
  width: 100%;
  max-width: 405px;
  padding: 0;
  position: sticky;
  top: 108px;
}

.desktop-page.recruitment-page .recruitment-listing-card {
  min-width: 0;
}

.recruitment-page .recruitment-sidebar-head,
.recruitment-page .recruitment-listing-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.recruitment-page .recruitment-sidebar-title,
.recruitment-page .recruitment-listing-title {
  margin: 0;
  color: #222222;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}

.recruitment-page .recruitment-sidebar-status,
.recruitment-page .recruitment-listing-total {
  color: #9b9b9b;
  font-size: 12px;
  line-height: 1.2;
}

.desktop-page.recruitment-page .recruitment-sidebar-head {
  padding: 0 8px;
}

.desktop-page.recruitment-page .recruitment-sidebar-title {
  font-size: 19px;
  font-weight: 600;
}

.desktop-page.recruitment-page .recruitment-sidebar-status {
  color: #2f78d4;
  font-size: 12px;
  font-weight: 500;
}

.recruitment-page .recruitment-filter-group {
  margin-top: 10px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 1px 0 rgba(17, 17, 17, 0.03);
  padding: 10px 8px 14px;
}

.recruitment-page .recruitment-filter-group-toggle,
.recruitment-page .recruitment-mobile-filter-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px 10px;
  border: 0;
  background: transparent;
  color: #333333;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.recruitment-page .recruitment-filter-group-arrow,
.recruitment-page .recruitment-mobile-filter-toggle-icon {
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #666666;
  border-bottom: 1.5px solid #666666;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
  flex: 0 0 auto;
}

.recruitment-page .recruitment-filter-group.is-open .recruitment-filter-group-arrow,
.recruitment-page .recruitment-mobile-filters.is-open .recruitment-mobile-filter-toggle-icon {
  transform: rotate(45deg);
}

.recruitment-page .recruitment-filter-options {
  display: grid;
  gap: 2px;
  padding: 0 0 2px;
}

.recruitment-page .recruitment-filter-option {
  appearance: none;
  position: relative;
  width: 100%;
  padding: 10px 12px 10px 38px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #333333;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.recruitment-page .recruitment-filter-option::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 16px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #1c5bb4;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.desktop-page.recruitment-page .recruitment-filter-option:hover {
  background: #f5f8fd;
  color: #245faf;
}

.recruitment-page .recruitment-filter-option.is-active {
  background: #eef3fb;
  color: #1c5bb4;
  font-weight: 500;
}

.recruitment-page .recruitment-filter-option.is-active::before {
  opacity: 1;
}

.desktop-page.recruitment-page .recruitment-listing-card {
  padding: 0;
}

.recruitment-page .recruitment-job-list {
  margin-top: 12px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(17, 17, 17, 0.03);
  padding: 0 14px;
}

.recruitment-page .recruitment-job-item {
  border-top: 1px solid #ececec;
}

.recruitment-page .recruitment-job-item:first-child {
  border-top: 0;
}

.recruitment-page .recruitment-job-toggle {
  width: 100%;
  padding: 14px 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.recruitment-page .recruitment-job-heading-wrap {
  min-width: 0;
}

.recruitment-page .recruitment-job-title {
  margin: 0;
  color: #3b6eb9;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 500;
}

.recruitment-page .recruitment-job-item:not(.is-open) .recruitment-job-title {
  color: #444444;
}

.recruitment-page .recruitment-job-meta {
  margin: 4px 0 0;
  color: #8e8e8e;
  font-size: 12px;
  line-height: 1.45;
}

.recruitment-page .recruitment-job-meta span {
  margin: 0 8px;
  color: #c7c7c7;
}

.recruitment-page .recruitment-job-detail {
  display: none;
  padding: 0 0 14px;
}

.recruitment-page .recruitment-job-item.is-open .recruitment-job-detail {
  display: block;
}

.recruitment-page .recruitment-job-detail-inner {
  background: #f6f8fb;
  border-radius: 6px;
  padding: 18px 22px 22px;
}

.recruitment-page .recruitment-job-block + .recruitment-job-block {
  margin-top: 18px;
}

.recruitment-page .recruitment-job-block h4 {
  position: relative;
  margin: 0 0 8px;
  padding-left: 12px;
  color: #222222;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}

.recruitment-page .recruitment-job-block h4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 12px;
  background: #1c5bb4;
  border-radius: 1px;
  transform: translateY(-50%);
}

.recruitment-page .recruitment-job-block ol,
.recruitment-page .recruitment-job-detail-inner p {
  margin: 0;
  padding-left: 18px;
  color: #555555;
  font-size: 13px;
  line-height: 1.75;
}

.recruitment-page .recruitment-job-detail-inner p {
  padding-left: 0;
}

.recruitment-page .recruitment-job-mail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 76px;
  height: 32px;
  margin-top: 18px;
  padding: 0 16px;
  background: #1b58ad;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.25s ease, transform 0.25s ease;
}

.desktop-page.recruitment-page .recruitment-job-mail:hover {
  background: #11458d;
  transform: translateY(-1px);
}

.recruitment-page .recruitment-pagination {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 28px;
}

.recruitment-page .recruitment-page-btn {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #666666;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.recruitment-page .recruitment-page-btn.is-active {
  background: #1a57ac;
  border-color: #1a57ac;
  color: #ffffff;
}

.recruitment-page .recruitment-page-btn.is-disabled {
  opacity: 0.45;
  pointer-events: none;
}

.desktop-page.recruitment-page .recruitment-page-btn:hover:not(.is-active):not(.is-disabled) {
  background: #f3f6fb;
  border-color: #bfd1ee;
  color: #1a57ac;
}

.mobile-page.recruitment-page .recruitment-jobs-mobile-section {
  padding: 18px 0 36px;
}

.mobile-page.recruitment-page .recruitment-jobs-container {
  padding: 0 16px;
}

.mobile-page.recruitment-page .recruitment-mobile-filters {
  padding: 12px 14px;
}

.mobile-page.recruitment-page .recruitment-mobile-filter-panel {
  display: none;
  margin-top: 10px;
  gap: 6px;
}

.mobile-page.recruitment-page .recruitment-mobile-filters.is-open .recruitment-mobile-filter-panel {
  display: grid;
}

.mobile-page.recruitment-page .recruitment-listing-card {
  margin-top: 14px;
  padding: 0;
}

.mobile-page.recruitment-page .recruitment-listing-head {
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
}

.mobile-page.recruitment-page .recruitment-listing-title {
  font-size: 18px;
}

.mobile-page.recruitment-page .recruitment-job-toggle {
  padding: 14px 0 12px;
}

.mobile-page.recruitment-page .recruitment-job-title {
  font-size: 16px;
}

.mobile-page.recruitment-page .recruitment-job-meta {
  font-size: 11px;
}

.mobile-page.recruitment-page .recruitment-job-meta span {
  margin: 0 5px;
}

.mobile-page.recruitment-page .recruitment-job-detail-inner {
  padding: 16px 14px 18px;
}

.mobile-page.recruitment-page .recruitment-job-block h4 {
  padding-left: 11px;
  color: #222222;
  font-size: 13px;
}

.mobile-page.recruitment-page .recruitment-job-block h4::before {
  width: 3px;
  height: 11px;
}

.mobile-page.recruitment-page .recruitment-job-block ol,
.mobile-page.recruitment-page .recruitment-job-detail-inner p {
  font-size: 12px;
  line-height: 1.7;
}

.mobile-page.recruitment-page .recruitment-pagination {
  margin-top: 22px;
}

@media (max-width: 1100px) {
  .desktop-page.recruitment-page .recruitment-jobs-container {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 18px;
  }
}


.about-product-video-section,
.about-product-video-inner,
.about-product-video-grid {
  position: relative;
  z-index: 3;
}

.about-product-video-card {
  position: relative;
  z-index: 4;
  cursor: pointer;
}

.about-product-video-card .about-product-video-image,
.about-product-video-card .about-product-video-overlay,
.about-product-video-card .about-product-video-play,
.about-product-video-card .about-product-video-play *,
.about-product-video-card .about-product-video-caption {
  pointer-events: none;
}

body.about-video-modal-open {
  overflow: hidden !important;
}

.about-video-modal[hidden] {
  display: none !important;
}

.about-video-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
  z-index: 2147483647;
}

.about-video-modal.is-open {
  display: flex !important;
}

.about-video-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.76);
}

.about-video-modal-dialog {
  position: relative;
  width: 90vh;
  max-width: calc(100vw - 32px);
  max-height: calc(100vh - 32px);
  z-index: 1;
}

.about-video-modal-body {
  position: relative;
  width: 100%;
  background: #111111;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.about-video-modal-title {
  margin: 0;
  padding: 16px 20px 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 500;
}

.about-video-modal-player {
  width: 100%;
  padding: 16px 20px 20px;
  box-sizing: border-box;
}

.about-video-modal-video {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(100vh - 120px);
  background: #000000;
}

.about-video-modal-close {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.82);
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}

@media (max-width: 768px) {
  .about-video-modal {
    padding: 12px;
  }

  .about-video-modal-dialog {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 24px);
  }

  .about-video-modal-title {
    padding: 14px 14px 0;
    font-size: 16px;
  }

  .about-video-modal-player {
    padding: 14px;
  }

  .about-video-modal-video {
    max-height: calc(100vh - 100px);
  }

  .about-video-modal-close {
    top: -8px;
    right: -4px;
  }
}
.desktop-page .header-test-drive .test-drive-icon {
            background: url(images/index/long2.svg) 0 0 no-repeat;
            display: inline-block;
            width: 36px;
            height: 36px;
            margin: 0 0 0 12px;
            vertical-align: middle;
        }
