/* Tiggo 8 PRO e (CSH) – scoped vendor styles */
.tiggo8csh-int-page {
  --t8r: calc(100vw / 19.2);
  color: #fff;
}

.tiggo8csh-int-page .pc-pad { display: block !important; }
.tiggo8csh-int-page .mb-only { display: none !important; }

.tiggo8csh-int-page section {
  position: relative;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.tiggo8csh-int-page img,
.tiggo8csh-int-page video { display: block; }

/* ───── Section 1 – Hero ───── */
.tiggo8csh-int-page .section1 {
  width: 100%;
  height: 100vh;
}
.tiggo8csh-int-page .section1 .video-box {
  width: 100%;
  height: 100%;
}
.tiggo8csh-int-page .section1 .video-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tiggo8csh-int-page .section1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tiggo8csh-int-page .section1 .logo-box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tiggo8csh-int-page .section1 .logo-box img {
  width: calc(7 * var(--t8r));
}
.tiggo8csh-int-page .section1 .logo-box .t {
  color: #fff;
  font-size: calc(0.24 * var(--t8r));
  margin-top: calc(0.2 * var(--t8r));
  letter-spacing: calc(0.03 * var(--t8r));
}
.tiggo8csh-int-page .section1 .sec-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(0.64 * var(--t8r));
  display: flex;
  align-items: center;
}
.tiggo8csh-int-page .section1 .sec-btn .btn {
  width: calc(3.1 * var(--t8r));
  height: calc(0.6 * var(--t8r));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: calc(0.16 * var(--t8r));
  cursor: pointer;
  border: 1px solid #fff;
  transition: all 0.5s;
}
.tiggo8csh-int-page .section1 .sec-btn .btn:hover {
  background-color: #bca995;
  border-color: #bca995;
}

/* ───── Section 2 – Colors ───── */
.tiggo8csh-int-page .section2 {
  width: 100%;
  background-color: #f7f7f7;
  position: relative;
  padding: calc(1.35 * var(--t8r)) calc(1.5 * var(--t8r)) 0;
}
.tiggo8csh-int-page .section2 .title-box {
  display: flex;
  justify-content: space-between;
}
.tiggo8csh-int-page .section2 .title-box .t {
  font-size: calc(0.28 * var(--t8r));
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #72665b;
}
.tiggo8csh-int-page .section2 .title-box .d {
  display: flex;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #72665b;
}
.tiggo8csh-int-page .section2 .title-box .d .l {
  font-size: calc(0.7 * var(--t8r));
  margin-right: calc(0.1 * var(--t8r));
}
.tiggo8csh-int-page .section2 .title-box .d .r {
  font-size: calc(0.16 * var(--t8r));
  line-height: 1.2;
  margin-bottom: calc(-0.17 * var(--t8r));
}
.tiggo8csh-int-page .section2 .bg {
  width: 100%;
  margin-top: calc(0.45 * var(--t8r));
}
.tiggo8csh-int-page .section2 .bg img {
  width: 100%;
}
.tiggo8csh-int-page .section2 .bg .bg_2 {
  margin-top: calc(-1.4 * var(--t8r));
  padding: 0 calc(0.18 * var(--t8r));
}
.tiggo8csh-int-page .section2 .bg .bg_1 {
  padding: 0 calc(0.5 * var(--t8r));
}

/* ───── Common section (3–6) ───── */
.tiggo8csh-int-page .common-section {
  background-color: #f7f7f7;
  padding: calc(1.6 * var(--t8r)) 0 0;
}
.tiggo8csh-int-page .common-section .t1 {
  font-size: calc(0.2 * var(--t8r));
  padding-left: calc(2.09 * var(--t8r));
  color: #756659;
}
.tiggo8csh-int-page .common-section .t2 {
  font-size: calc(0.39 * var(--t8r));
  padding-left: calc(2.09 * var(--t8r));
  line-height: 1.2;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-top: calc(0.4 * var(--t8r));
  color: #756659;
}
.tiggo8csh-int-page .common-section .config {
  display: flex;
  padding-left: calc(2.09 * var(--t8r));
  align-items: center;
  margin-top: calc(0.6 * var(--t8r));
}
.tiggo8csh-int-page .common-section .config .c-box {
  margin-right: calc(1.95 * var(--t8r));
  position: relative;
}
.tiggo8csh-int-page .common-section .config .c-box .t {
  font-size: calc(0.18 * var(--t8r));
  color: #756659;
}
.tiggo8csh-int-page .common-section .config .c-box .d {
  display: flex;
  align-items: flex-end;
  margin-top: calc(0.2 * var(--t8r));
}
.tiggo8csh-int-page .common-section .config .c-box .d .num {
  font-size: calc(0.3 * var(--t8r));
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  color: #756659;
}
.tiggo8csh-int-page .common-section .config .c-box .d .unit {
  font-size: calc(0.2 * var(--t8r));
  margin-left: calc(0.08 * var(--t8r));
  margin-bottom: calc(0.01 * var(--t8r));
  color: #756659;
}
.tiggo8csh-int-page .common-section .config .c-box .d1 {
  align-items: flex-start;
}
.tiggo8csh-int-page .common-section .config .c-box::after {
  content: "";
  position: absolute;
  width: 1px;
  right: calc(-0.975 * var(--t8r));
  height: 76%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ddd;
}
.tiggo8csh-int-page .common-section .config .c-box:nth-last-of-type(1)::after {
  display: none;
}
.tiggo8csh-int-page .common-section .th-bg {
  margin-top: calc(0.6 * var(--t8r));
  padding: 0 calc(1.05 * var(--t8r));
  width: 100%;
}
.tiggo8csh-int-page .common-section .th-bg img {
  width: 100%;
}
.tiggo8csh-int-page .common-section .swiper-container {
  margin: calc(0.9 * var(--t8r)) calc(1.05 * var(--t8r)) 0;
  overflow: hidden;
}
.tiggo8csh-int-page .common-section .swiper-container .swiper-slide .img-box {
  width: 100%;
}
.tiggo8csh-int-page .common-section .swiper-container .swiper-slide .img-box img {
  width: 100%;
}
.tiggo8csh-int-page .common-section .swiper-container .swiper-slide .sw-t {
  font-size: calc(0.2 * var(--t8r));
  margin-top: calc(0.3 * var(--t8r));
  line-height: 1.2;
  padding-left: calc(0.13 * var(--t8r));
  color: #756659;
  font-weight: bold;
}
.tiggo8csh-int-page .common-section .swiper-container .swiper-slide .sw-con {
  font-size: calc(0.16 * var(--t8r));
  margin-top: calc(0.1 * var(--t8r));
  line-height: 1.2;
  padding-left: calc(0.13 * var(--t8r));
  color: #756659;
}
.tiggo8csh-int-page .common-section .swiper-container .swiper-control {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: calc(0.75 * var(--t8r));
}
.tiggo8csh-int-page .common-section .swiper-container .swiper-control .swiper-pagination-progress {
  flex: 1;
  height: 1px;
  position: static;
}
.tiggo8csh-int-page .common-section .swiper-container .swiper-control .swiper-pagination-progress .swiper-pagination-progressbar {
  background-color: #9d9d9d;
  height: 3px;
}
.tiggo8csh-int-page .common-section .swiper-container .swiper-control .swiper-button {
  display: flex;
  align-items: center;
  margin-left: calc(0.11 * var(--t8r));
}
.tiggo8csh-int-page .common-section .swiper-container .swiper-control .swiper-button .button {
  margin-left: calc(0.22 * var(--t8r));
  width: calc(0.56 * var(--t8r));
  height: calc(0.56 * var(--t8r));
  border: 1px solid #000;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
.tiggo8csh-int-page .common-section .swiper-container .swiper-control .swiper-button .button img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(0.12 * var(--t8r));
  transition: all 0.5s;
}
.tiggo8csh-int-page .common-section .swiper-container .swiper-control .swiper-button .button img:nth-of-type(2) {
  opacity: 0;
}
.tiggo8csh-int-page .common-section .swiper-container .swiper-control .swiper-button .button:hover {
  background-color: #bca995;
  border-color: #bca995;
}
.tiggo8csh-int-page .common-section .swiper-container .swiper-control .swiper-button .button:hover img:nth-of-type(1) {
  opacity: 0;
}
.tiggo8csh-int-page .common-section .swiper-container .swiper-control .swiper-button .button:hover img:nth-of-type(2) {
  opacity: 1;
}

/* ───── CTA Banner ───── */
.tiggo8csh-int-page .content_us_jump {
  position: relative;
}
.tiggo8csh-int-page .content_us_jump img {
  width: 100%;
}
.tiggo8csh-int-page .content_us_jump a {
  display: block;
  width: 20%;
  height: 7%;
  position: absolute;
  top: 30%;
  left: 6%;
}

/* ───── Section 4 notes ───── */
.tiggo8csh-int-page .section4-notes {
  font-size: calc(0.14 * var(--t8r));
  color: #666666;
  text-align: right;
  margin-bottom: calc(0.2 * var(--t8r));
}

/* ───── Mobile breakpoint ───── */
@media (max-width: 768px) {
  .tiggo8csh-int-page .pc-pad { display: none !important; }
  .tiggo8csh-int-page .mb-only { display: block !important; }

  .tiggo8csh-int-page .section1 .logo-box {
    top: 12vh;
  }
  .tiggo8csh-int-page .section1 .logo-box img {
    width: calc(4.3 * var(--t8r));
  }
  .tiggo8csh-int-page .section1 .logo-box .t {
    font-size: calc(0.24 * var(--t8r));
    white-space: nowrap;
  }
  .tiggo8csh-int-page .section1 .sec-btn {
    width: calc(5 * var(--t8r));
    padding: 0 calc(0.5 * var(--t8r));
  }
  .tiggo8csh-int-page .section1 .sec-btn .btn {
    flex: 1;
    height: calc(0.8 * var(--t8r));
    font-size: calc(0.22 * var(--t8r));
  }

  .tiggo8csh-int-page .section2 {
    padding: calc(0.8 * var(--t8r)) 0;
  }
  .tiggo8csh-int-page .section2 .title-box {
    flex-direction: column;
  }
  .tiggo8csh-int-page .section2 .title-box .t {
    font-size: calc(0.3 * var(--t8r));
    padding: 0 calc(0.5 * var(--t8r));
  }
  .tiggo8csh-int-page .section2 .title-box .d {
    margin-top: calc(0.4 * var(--t8r));
    padding: 0 calc(0.5 * var(--t8r));
  }

  .tiggo8csh-int-page .common-section {
    padding: calc(1.1 * var(--t8r)) 0 0;
  }
  .tiggo8csh-int-page .common-section .t1 {
    padding: 0 calc(0.48 * var(--t8r));
    font-size: calc(0.26 * var(--t8r));
  }
  .tiggo8csh-int-page .common-section .t2 {
    padding: 0 calc(0.48 * var(--t8r));
    font-size: calc(0.44 * var(--t8r));
    margin-top: calc(0.3 * var(--t8r));
  }
  .tiggo8csh-int-page .common-section .config {
    padding: 0 calc(0.48 * var(--t8r));
    flex-wrap: wrap;
  }
  .tiggo8csh-int-page .common-section .config .c-box {
    font-size: calc(0.18 * var(--t8r));
    margin-right: calc(0.38 * var(--t8r));
  }
  .tiggo8csh-int-page .common-section .config .c-box::after {
    right: calc(-0.19 * var(--t8r));
    height: 80%;
  }
  .tiggo8csh-int-page .common-section .config .c-box:nth-of-type(3)::after {
    display: none;
  }
  .tiggo8csh-int-page .common-section .config .c-box:nth-of-type(4) {
    margin-top: calc(0.74 * var(--t8r));
  }
  .tiggo8csh-int-page .common-section .config .c-box .d .unit {
    font-size: calc(0.25 * var(--t8r));
  }
  .tiggo8csh-int-page .common-section .th-bg {
    padding: 0 calc(0.48 * var(--t8r));
  }
  .tiggo8csh-int-page .common-section .swiper-container {
    margin-left: calc(0.48 * var(--t8r));
    margin-top: calc(0.4 * var(--t8r));
    margin-right: calc(0.48 * var(--t8r));
  }
  .tiggo8csh-int-page .common-section .swiper-container .swiper-slide .sw-t {
    font-size: calc(0.26 * var(--t8r));
    line-height: 1.5;
  }
  .tiggo8csh-int-page .common-section .swiper-container .swiper-slide .sw-con {
    font-size: calc(0.2 * var(--t8r));
    line-height: 1.5;
  }
  .tiggo8csh-int-page .common-section .swiper-container .swiper-control .swiper-pagination {
    position: static;
  }
  .tiggo8csh-int-page .common-section .swiper-container .swiper-control .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    width: calc(0.45 * var(--t8r));
    height: calc(0.04 * var(--t8r));
    margin-right: calc(0.1 * var(--t8r));
  }
  .tiggo8csh-int-page .common-section .swiper-container .swiper-control .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #000;
  }
  .tiggo8csh-int-page .common-section .swiper-container .swiper-control .swiper-button {
    display: none;
  }

  .tiggo8csh-int-page .content_us_jump a {
    width: 54%;
    height: 7%;
    top: 30.5%;
    left: 10.5%;
  }
}
