/* Compiled from LESS. Edit this CSS going forward. */
/* Modern layout tokens — html { font-size: 10px } in site.less → 1rem = 10px */
/* 1200px content */
/* Homepage section shell — single visual column */
/* Homepage */
/* between major sections */
/* section title → main content */
/* carousel → Learn More button */
/* last section → footer */
/* Inner pages (About, etc.) */
/* Toolbox / forpros marketing page — type scale */
/* 3.2rem — page-level headings */
/* 2.4rem */
/* 1.8rem — intro copy (e.g. above search) */
/* 1.6rem — section descriptions */
/* 1.4rem */
/* 2.4rem — nested card titles */
/* 1.8rem */
/* bottom-content product name (.big-title) vs block headings (.card-title) */
/* product-library.html 品类入口卡：名称略大于素材列表标题 */
/* 手机端品类卡：图片区统一高度，便于同行标题/按钮对齐 */
/* 1.8rem */
/* 1.4rem */
/* 1.3rem */
/* Toolbox floating actions (cart, back-to-top, back, home) */
/* Mobile stack: base → back-top → goto → back-home → cart */
/* Toolbox 桌面侧栏：filter-nav / slider-bar（高于主内容，低于弹层） */
/* Form / lookup / registration pages — type scale */
/* Marketing / product toolkit (.page-toolbox) — light banner, dark text */
/* product-library-list 等：两列素材卡片 + 紧凑操作钮 */
/* 两列品类卡：等高图片区 + 标题弹性区 + 按钮贴底 */
/* product-library.html：品类网格 + 长 CTA 文案 */
/* product-library-one 等：bottom-content 内各类素材列表 */
/* gifts-detail.html / props-detail.html：详情 + You May Also Like */
/* Inner page hero — mobile (legacy mpx @ 414px design → rem) */
:root {
  --primary-blue: #0093de;
  --text-secondary: #666;
  --border-color: #ddd;
}
.page-home {
  overflow: hidden;
  padding-top: 14.8rem;
}
.page-home .popup {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.52);
}
.page-home .popup.hidden {
  display: none;
}
.page-home .popup .popup-content {
  background: #fff;
  width: 96vw;
  max-width: 100rem;
  display: flex;
  flex-direction: column;
  height: auto;
  max-height: 90vh;
  border-radius: 1.2rem;
  overflow: hidden;
  box-sizing: border-box;
}
.page-home .popup .popup-content .popup-video-wrapper {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: calc(90vh - 18rem);
  min-height: 0;
  background: #000;
}
.page-home .popup .popup-content .popup-video-wrapper video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  object-fit: contain;
}
.page-home .popup .popup-content .popup-video-wrapper .close-button {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  cursor: pointer;
  z-index: 2;
}
.page-home .popup .popup-content .popup-text {
  flex: 0 0 auto;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 1.2rem;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 2.4rem 3.2rem 3.2rem;
}
.page-home .popup .popup-content .popup-text .video-title {
  width: 100%;
  max-width: 100%;
  font-size: 2.8rem;
  line-height: 1.25;
  color: #0092d8;
}
.page-home .popup .popup-content .popup-text .video-desc {
  width: 100%;
  max-width: 100%;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.45;
  margin-top: 0;
}
.page-home .top-1 {
  height: 76rem;
}
.page-home .top-1 .banner-evox-logo {
  width: 21.7rem;
  height: 4.4rem;
  margin-left: 1.6rem;
}
.page-home .top-1 .banner-specs {
  position: relative;
}
.page-home .top-1 .banner-specs .banner-spec .spec-title {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.18;
  letter-spacing: -0.9px;
  margin-bottom: 1.5rem;
}
.page-home .top-1 .banner-specs .banner-spec .spec-desc {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.22;
  letter-spacing: -0.7px;
}
.page-home .top-1 .top-prev-button {
  top: 50%;
  transform: translateY(-50%);
  left: 6rem;
  cursor: pointer;
  z-index: 2;
  width: 4.2rem;
  height: 4.2rem;
}
.page-home .top-1 .top-next-button {
  top: 50%;
  transform: translateY(-50%);
  right: 6rem;
  cursor: pointer;
  z-index: 2;
  width: 4.2rem;
  height: 4.2rem;
}
.page-home .top-1 .progress-container {
  bottom: 3.3rem;
  z-index: 2;
}
.page-home .top-1 .progress-container .progress-bar {
  position: relative;
  width: 12rem;
  height: 0.2rem;
  background: rgba(255, 255, 255, 0.5);
  margin-right: 2rem;
}
.page-home .top-1 .progress-container .progress-bar .progress-bar-inner {
  background: #0092D8;
  visibility: hidden;
  transition: transform 0s linear;
  transform: scaleX(0);
  transform-origin: left;
}
.page-home .top-1 .progress-container .progress-bar.active {
  background: #ffffff;
}
.page-home .top-1 .progress-container .progress-bar.active .progress-bar-inner {
  visibility: visible;
  transition: transform 3s linear;
  transform: scaleX(1);
}
.page-home .top-1 .progress-container .progress-bar:last-child {
  margin-right: 0;
}
.page-home .top-1 .swiper {
  overflow: hidden;
  width: 100vw;
  height: 100%;
}
.page-home .top-1 .swiper .swiper-slide {
  width: 100vw;
  height: 100%;
  position: relative;
}
.page-home .top-1 .swiper .swiper-slide .banner-inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.page-home .top-1 .swiper .swiper-slide .banner-inner .banner-title {
  font-size: 5.6rem;
  line-height: 1;
  letter-spacing: -2.3px;
  color: #FFF;
}
.page-home .top-1 .swiper .swiper-slide .banner-inner .banner-desc {
  font-size: 2.8rem;
  line-height: 1.21;
  letter-spacing: -1.1px;
  color: #FFF;
  margin-top: 2.4rem;
}
.page-home .top-1 .swiper .swiper-slide .banner-inner .banner-button {
  color: #FFF;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.79px;
  border-radius: 1.6rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #FFF;
  padding: 1.6rem 2rem;
  display: inline-block;
  margin-top: 12rem;
}
.page-home .top-2,
.page-home .top-3,
.page-home .top-4,
.page-home .top-5,
.page-home .top-6 {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.page-home .top-2 .title-text {
  color: #000;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.24rem;
  text-align: center;
}
.page-home .top-2 .white-card {
  width: 100%;
  aspect-ratio: 120 / 64;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
  border-radius: 2rem;
  margin-top: 5.6rem;
  box-sizing: border-box;
}
.page-home .top-2 .white-card .hover-card {
  border-radius: 0.7rem;
  overflow: hidden;
  box-sizing: border-box;
}
.page-home .top-2 .white-card .hover-card .hover-item {
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
}
.page-home .top-2 .white-card .hover-card .hover-item .hover-text {
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: -0.1px;
  text-align: center;
}
.page-home .top-2 .white-card .hover-card .hover-item .learn-more {
  background: #1F94D2;
  border-radius: 1.7rem;
  color: #FFF;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: -0.7px;
  padding: 1.3rem 3.2rem;
}
.page-home .top-2 .white-card .hover-card:hover .hover-item {
  opacity: 1;
  visibility: visible;
}
.page-home .top-2 .white-card .card-1 {
  left: 1.842%;
  top: 3.313%;
  width: 47.188%;
  height: 42.584%;
}
.page-home .top-2 .white-card .card-2 {
  right: 1.842%;
  left: auto;
  top: 3.203%;
  width: 47.188%;
  height: 42.584%;
}
.page-home .top-2 .white-card .card-3 {
  left: 1.833%;
  bottom: 3.25%;
  width: 22.733%;
  height: 47.5%;
}
.page-home .top-2 .white-card .card-4 {
  left: 26.3%;
  bottom: 3.25%;
  width: 22.733%;
  height: 47.5%;
}
.page-home .top-2 .white-card .card-5 {
  left: 50.767%;
  bottom: 3.25%;
  width: 22.733%;
  height: 47.5%;
}
.page-home .top-2 .white-card .card-6 {
  right: 2.033%;
  left: auto;
  bottom: 3.25%;
  width: 22.733%;
  height: 47.5%;
}
.page-home .top-3 > .w-full {
  width: 100%;
}
.page-home .top-3 .title-text {
  text-align: center;
  color: #000;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -2.4px;
}
.page-home .top-3 .controls {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.page-home .top-3 .controls .control-button {
  width: 3.2rem;
  height: 3.2rem;
  margin-left: 2.4rem;
  cursor: pointer;
}
.page-home .top-3 .swiper-container {
  width: 100%;
}
.page-home .top-3 .swiper {
  margin-top: 6.5rem;
  height: 57.8rem;
  overflow: hidden;
  border-radius: 0.8rem;
}
.page-home .top-3 .swiper .swiper-slide {
  height: 100%;
  width: 84.8rem;
  background: #FFF;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media (min-width: 991px) {
  .page-home .top-3 .swiper .swiper-slide:hover .swiper-button {
    transform: translateX(-50%);
    opacity: 1;
  }
}
.page-home .top-3 .swiper .swiper-slide .swiper-bg-img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 39.8rem;
  object-fit: cover;
}
.page-home .top-3 .play-button {
  top: 13.8rem;
  width: 15.4rem;
  height: 15.4rem;
  cursor: pointer;
}
.page-home .top-3 .button-text {
  z-index: 2;
  bottom: 9.9rem;
  color: #000;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: -0.9px;
  text-align: center;
}
.page-home .top-3 .swiper-button {
  bottom: 4.3rem;
  background: #008dc6;
  padding-left: 2rem;
  padding-right: 2rem;
  height: 3.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFF;
  border-radius: 1.2rem;
  outline: none;
  border: none;
  font-size: 1.8rem;
  line-height: 1.2;
  cursor: pointer;
  transform: translateX(-50%) translateY(8.8rem);
  opacity: 0;
  transition: all 0.3s ease;
}
.page-home .top-5 > .w-full {
  width: 100%;
}
.page-home .top-5 .title-text {
  text-align: center;
  color: #000;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -2.4px;
}
.page-home .top-5 .controls {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.page-home .top-5 .controls .control-button {
  width: 3.2rem;
  height: 3.2rem;
  margin-left: 2.4rem;
  cursor: pointer;
}
.page-home .top-5 .swiper-container {
  width: 100%;
}
.page-home .top-5 .swiper {
  margin-top: 6.5rem;
  height: 40rem;
  overflow: hidden;
  border-radius: 0.8rem;
}
.page-home .top-5 .swiper .swiper-slide {
  height: 100%;
  width: 46rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.page-home .top-5 .swiper .swiper-slide .news-img {
  width: 46rem;
  height: 27rem;
  overflow: hidden;
  border-radius: 1rem;
}
.page-home .top-5 .swiper .swiper-slide .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-home .top-5 .swiper .swiper-slide .news-title {
  width: 100%;
  height: 12rem;
  overflow: hidden;
  padding: 0 3rem;
  padding-top: 3rem;
  font-size: 2rem;
  line-height: 1.2;
}
.page-home .top-5 .swiper .swiper-slide .news-text {
  padding: 0 3rem;
  font-size: 1.8rem;
  padding-top: 0.5rem;
  line-height: 22px;
}
.page-home .top-5 .play-button {
  top: 13.8rem;
  width: 15.4rem;
  height: 15.4rem;
  cursor: pointer;
}
.page-home .top-5 .button-text {
  z-index: 2;
  bottom: 9.9rem;
  color: #000;
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: -0.9px;
  text-align: center;
}
.page-home .top-5 .swiper-button {
  bottom: 4.3rem;
  background: #008dc6;
  padding-left: 2rem;
  padding-right: 2rem;
  height: 3.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFF;
  border-radius: 1.2rem;
  outline: none;
  border: none;
  font-size: 1.8rem;
  line-height: 1.2;
  cursor: pointer;
  transform: translateX(-50%) translateY(8.8rem);
  opacity: 0;
  transition: all 0.3s ease;
}
.page-home .top-4 .title-text {
  text-align: center;
  color: #000;
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.24rem;
}
@media (min-width: 991px) {
  .page-home .top-4 .cards-group {
    flex-wrap: nowrap;
    gap: 2.4rem;
  }
  .page-home .top-4 .card-grid-1,
  .page-home .top-4 .card-grid-2,
  .page-home .top-4 .card-grid-3,
  .page-home .top-4 .card-grid-4 {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}
.page-home .top-4 .card-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 991px) {
  .page-home .top-4 .card-grid:hover .card-title {
    color: #1F94D2;
  }
  .page-home .top-4 .card-grid:hover .card-desc {
    color: #1F94D2;
  }
  .page-home .top-4 .card-grid:hover .card-icon .default-img {
    opacity: 0;
  }
  .page-home .top-4 .card-grid:hover .card-icon .hover-img {
    opacity: 1;
  }
}
.page-home .top-4 .card-grid .card-icon {
  object-fit: contain;
  position: relative;
}
@media (min-width: 991px) {
  .page-home .top-4 .card-grid .card-icon .default-img {
    opacity: 1;
  }
}
@media screen and (max-width: 990px) {
  .page-home .top-4 .card-grid .card-icon .default-img {
    opacity: 0;
  }
}
@media (min-width: 991px) {
  .page-home .top-4 .card-grid .card-icon .hover-img {
    opacity: 0;
  }
}
@media screen and (max-width: 990px) {
  .page-home .top-4 .card-grid .card-icon .hover-img {
    opacity: 1;
  }
}
.page-home .top-4 .card-grid .card-icon img {
  object-fit: contain;
}
.page-home .top-4 .card-grid .icon-1 {
  width: 7.422rem;
  height: 7.255rem;
  margin-bottom: 4.545rem;
}
.page-home .top-4 .card-grid .icon-2 {
  width: 8.457rem;
  height: 7.315rem;
  margin-bottom: 4.485rem;
}
.page-home .top-4 .card-grid .icon-3 {
  width: 6.261rem;
  height: 7.868rem;
  margin-bottom: 3.932rem;
}
.page-home .top-4 .card-grid .icon-4 {
  width: 8.4rem;
  height: 7.8rem;
  margin-bottom: 4rem;
}
.page-home .top-4 .card-grid .icon-5 {
  width: 8.643rem;
  height: 7.8rem;
  margin-bottom: 4rem;
}
.page-home .top-4 .card-grid .card-title {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: -0.12rem;
  color: #000;
  margin-bottom: 2.2rem;
}
.page-home .top-4 .card-grid .card-desc {
  text-align: center;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: -0.08rem;
  color: #000;
}
.learn-more-button {
  position: relative;
  margin: 0 auto;
  margin-top: 0;
  width: 29rem;
  height: 6rem;
  line-height: 5.6rem;
  border-radius: 999px;
  border: 0.2rem solid #0092d8;
  text-align: center;
  color: #0092d8;
  font-size: 2.2rem;
  background-color: #fff;
  cursor: pointer;
}
.learn-more-button .blue-arrow {
  position: absolute;
  top: 50%;
  right: 2.2rem;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 2rem;
}
.learn-more-button .white-arrow {
  display: none;
  position: absolute;
  top: 50%;
  right: 2.2rem;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 2rem;
}
.learn-more-button:hover {
  color: #fff;
  background-color: #0092d8;
}
.learn-more-button:hover .blue-arrow {
  display: none;
}
.learn-more-button:hover .white-arrow {
  display: block;
}
.benefits-section {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.benefits-section h3 {
  text-align: center;
  font-size: 4.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 5rem;
  margin-top: 7rem;
}
.product-tabs {
  border: 0.1rem solid var(--border-color);
  display: flex;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  justify-content: space-evenly;
  padding: 2rem 0rem;
}
.tab-item {
  cursor: pointer;
  width: 24rem;
  height: 16.9rem;
}
.tab-item.active {
  border-bottom-color: var(--primary-blue);
  color: var(--primary-blue);
}
.tab-item1 {
  background: url("/images/new/club/icon1.png") no-repeat center center;
  background-size: 100% 100%;
}
.tab-item2 {
  background: url("/images/new/club/icon2.png") no-repeat center center;
  background-size: 100% 100%;
}
.tab-item3 {
  background: url("/images/new/club/icon3.png") no-repeat center center;
  background-size: 100% 100%;
}
.tab-item4 {
  background: url("/images/new/club/icon4.png") no-repeat center center;
  background-size: 100% 100%;
}
.tab-item1.active {
  background: url("/images/new/club/icon1-active.png") no-repeat center center;
  background-size: 100% 100%;
}
.tab-item2.active {
  background: url("/images/new/club/icon2-active.png") no-repeat center center;
  background-size: 100% 100%;
}
.tab-item3.active {
  background: url("/images/new/club/icon3-active.png") no-repeat center center;
  background-size: 100% 100%;
}
.tab-item4.active {
  background: url("/images/new/club/icon4-active.png") no-repeat center center;
  background-size: 100% 100%;
}
/* 筛选栏 + 多选下拉容器 */
.filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  border: 0.1rem solid var(--border-color);
  border-radius: 0.5rem;
  padding: 2rem;
  margin-bottom: 2rem;
  background-color: #f8f9fa;
}
/* 下拉外层容器（相对定位） */
.dropdown-wrap {
  position: relative;
  display: inline-block;
}
/* 下拉按钮样式 */
.filter-btn {
  position: relative;
  background-color: var(--primary-blue);
  color: white;
  border: none;
  border-radius: 999px;
  padding: 1rem 3rem 1rem  2rem;
  font-size: 1.8rem;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.filter-btn .black-arrow {
  display: none;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 1.1rem;
  height: 0.6rem;
}
.filter-btn .white-arrow {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 1.1rem;
  height: 0.6rem;
}
.filter-btn-outline {
  background-color: white;
  color: var(--text-primary);
  border: 0.1rem solid var(--border-color);
}
.filter-btn-outline .black-arrow {
  display: block;
}
.filter-btn-outline .white-arrow {
  display: none;
}
/* 多选下拉面板 */
.dropdown-panel {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 18rem;
  background: #fff;
  border: 0.1rem solid var(--border-color);
  border-radius: 0.5rem;
  box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  margin-top: 0.4rem;
  z-index: 99;
  display: none;
}
.dropdown-panel.show {
  display: block;
}
/* 多选选项列表 */
.dropdown-option {
  padding: 0.8rem 1.2rem;
  font-size: 1.3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.dropdown-option:hover {
  background-color: var(--hover-bg);
}
.dropdown-option input {
  cursor: pointer;
}
.reset-link {
  color: var(--primary-blue);
  font-size: 1.8rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
}
.search-box {
  display: flex;
  align-items: center;
  flex: 1;
  border: 0.1rem solid var(--border-color);
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  background-color: #fff;
}
.search-box input {
  flex: 1;
  border: none;
  outline: none;
  padding: 0.5rem;
  font-size: 1.8rem;
}
.search-icon {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.5rem;
  cursor: pointer;
}
.search-icon svg {
  width: 100%;
  height: 100%;
}
.close-icon:not(img) {
  width: 2.2rem;
  height: 2.2rem;
  cursor: pointer;
  color: var(--text-secondary);
  background-color: #d9d9d9;
  border-radius: 50%;
  padding: 0.3rem;
}
.close-icon:not(img) svg {
  width: 100%;
  height: 100%;
}
.go-search-btn {
  display: block;
  margin: 0 auto;
  background-color: var(--primary-blue);
  color: white;
  border: none;
  border-radius: 2.5rem;
  padding: 1rem 4rem;
  font-size: 1.4rem;
  cursor: pointer;
}
@media screen and (max-width: 990px) {
  .page-home {
    padding-top: 0;
  }
  .page-home .mo-bg-cover {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .page-home .popup .product-popup-content {
    width: 36rem;
    height: auto;
    background: #FFF;
    border-radius: 0.6rem;
    padding-top: 5.3rem;
    padding-bottom: 3.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .page-home .popup .product-popup-content .popup-text {
    text-align: center;
    width: 30.6rem;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -0.06px;
    margin-bottom: 2.8rem;
  }
  .page-home .popup .product-popup-content .popup-button {
    width: 17.6rem;
    height: 4.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFF;
    background: #1F94D2;
    border-radius: 1.6rem;
    font-size: 1.5rem;
    line-height: 1.7;
    letter-spacing: -0.53px;
  }
  .page-home .popup .product-popup-content .popup-close {
    width: 1.4rem;
    height: 1.4rem;
    top: 1.7rem;
    right: 1.7rem;
  }
  .page-home .popup .popup-content {
    width: 38.7rem;
    height: auto;
    border-bottom-left-radius: 0.6rem;
    border-bottom-right-radius: 0.6rem;
    overflow: hidden;
  }
  .page-home .popup .popup-content .popup-video-wrapper {
    height: 21.8rem;
    min-height: 21.8rem;
  }
  .page-home .popup .popup-content .popup-video-wrapper .close-button {
    width: 2.4rem;
    height: 2.4rem;
    top: 1.5rem;
    right: 1.7rem;
  }
  .page-home .popup .popup-content .popup-text {
    flex-direction: column;
    padding-left: 1.9rem;
    padding-right: 2.9rem;
    padding-top: 2.5rem;
    padding-bottom: 2rem;
  }
  .page-home .popup .popup-content .popup-text .video-title {
    width: 28rem;
    font-size: 1.8rem;
  }
  .page-home .popup .popup-content .popup-text .video-desc {
    margin-top: 2.2rem;
    font-size: 1.2rem;
    line-height: 1.67;
    width: 34rem;
  }
  .page-home .top-1 {
    height: 68.4rem;
  }
  .page-home .top-1 .banner-evox-logo {
    height: 2rem;
    width: 9.864rem;
    margin-left: 0;
    position: relative;
    left: -14rem;
    top: 1.8rem;
  }
  .page-home .top-1 .top-prev-button {
    visibility: hidden;
  }
  .page-home .top-1 .top-next-button {
    visibility: hidden;
  }
  .page-home .top-1 .progress-container {
    bottom: 3rem;
  }
  .page-home .top-1 .progress-container .progress-bar {
    width: 5rem;
    margin-right: 1.2rem;
  }
  .page-home .top-1 .progress-container .progress-bar:last-child {
    margin-right: 0;
  }
  .page-home .top-1 .banner-specs {
    margin-top: 10.2rem;
  }
  .page-home .top-1 .banner-specs .banner-spec {
    width: 11.5rem;
    margin-right: 0.5rem;
  }
  .page-home .top-1 .banner-specs .banner-spec:first-child {
    width: 11.5rem;
  }
  .page-home .top-1 .banner-specs .banner-spec:last-child {
    width: 11.5rem;
  }
  .page-home .top-1 .banner-specs .banner-spec .spec-title {
    font-size: 1.2rem;
    line-height: 1.2;
    letter-spacing: -0.49px;
  }
  .page-home .top-1 .banner-specs .banner-spec .spec-desc {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.39px;
    margin-top: 1.5rem;
  }
  .page-home .top-1 .swiper .swiper-slide .banner-inner {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .page-home .top-1 .swiper .swiper-slide .banner-inner .banner-title {
    font-size: 3rem;
    line-height: 1.17;
    letter-spacing: 0;
  }
  .page-home .top-1 .swiper .swiper-slide .banner-inner .banner-desc {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 1.7rem;
    letter-spacing: 0;
  }
  .page-home .top-1 .swiper .swiper-slide .banner-inner .banner-button {
    padding: 1.2rem 3.4rem;
    font-size: 1.6rem;
  }
  .page-home .top-2 {
    padding-top: 4.8rem;
  }
  .page-home .top-2 .title-text {
    font-size: 2.2rem;
    line-height: 1.2;
    letter-spacing: -1.2px;
  }
  .page-home .top-2 .white-card-mo {
    margin-top: 3.2rem;
    width: 38.2rem;
    height: 35.1rem;
    border-radius: 0.6rem;
    background: #FFF;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.2rem;
  }
  .page-home .top-2 .white-card-mo .row-1 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .page-home .top-2 .white-card-mo .row-2 {
    margin-top: 1rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .page-home .top-2 .white-card-mo .product-card {
    position: relative;
    width: 11.127rem;
    height: 15.8rem;
    border-radius: 0.4rem;
    background: #F7F7F7;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 1.6rem;
  }
  .page-home .top-2 .white-card-mo .product-card .product-text {
    font-size: 1.2rem;
    line-height: 1.25;
    letter-spacing: -0.45px;
    text-align: center;
  }
  .page-home .top-2 .white-card-mo .product-card .product-1 {
    width: 8rem;
    height: 6.7rem;
    left: 1.6rem;
    top: 2.1rem;
  }
  .page-home .top-2 .white-card-mo .product-card .product-2 {
    width: 9rem;
    height: 4.2rem;
    left: 1.1rem;
    top: 3.7rem;
  }
  .page-home .top-2 .white-card-mo .product-card .product-3 {
    width: 6rem;
    height: 8.4rem;
    left: 2.8rem;
    top: 1.8rem;
  }
  .page-home .top-2 .white-card-mo .product-card .product-4 {
    width: 6.5rem;
    height: 6.1rem;
    left: 2.2rem;
    top: 2rem;
  }
  .page-home .top-2 .white-card-mo .product-card .product-5 {
    width: 6rem;
    height: 5.1rem;
    left: 2.6rem;
    top: 2.2rem;
  }
  .page-home .top-2 .white-card-mo .product-card .product-6 {
    width: 3rem;
    height: 7.7rem;
    left: 4.1rem;
    top: 1.2rem;
  }
  .page-home .top-2 .white-card-mo .product-card .evox-g3 {
    width: 6.3rem;
    height: 0.9rem;
    left: 2.4rem;
    top: 11.3rem;
  }
  .page-home .top-2 .white-card-mo .product-card .evox {
    width: 4.6rem;
    height: 0.9rem;
    left: 3.2rem;
    top: 11.3rem;
  }
  .page-home .top-3 {
    padding-top: 4.8rem;
  }
  .page-home .top-3 .title-text {
    font-size: 2.2rem;
    line-height: 1.2;
    letter-spacing: -1.2px;
  }
  .page-home .top-3 .controls {
    visibility: hidden;
  }
  .page-home .top-3 .swiper-container {
    width: 100vw;
  }
  .page-home .top-3 .swiper {
    margin-top: 2.5rem;
    height: 23.8rem;
  }
  .page-home .top-3 .swiper .swiper-slide {
    height: 100%;
    width: 28.57rem;
  }
  .page-home .top-3 .swiper .swiper-slide .swiper-bg-img {
    height: 14.5rem;
  }
  .page-home .top-3 .swiper .swiper-slide .button-text {
    font-size: 1.4rem;
    bottom: 5.8rem;
    letter-spacing: -1.05px;
  }
  .page-home .top-3 .swiper .swiper-slide .swiper-button {
    opacity: 1;
    transform: translateX(-50%);
    font-size: 1.4rem;
    bottom: 1.3rem;
  }
  .page-home .top-3 .play-button {
    width: 5.2rem;
    height: 5.2rem;
    top: 4.6rem;
  }
  .page-home .top-3 .button-text {
    font-size: 1.2rem;
    line-height: 1.25;
    letter-spacing: -0.45px;
    bottom: 1.6rem;
  }
  .page-home .top-5 {
    padding-top: 4.8rem;
    padding-bottom: 5rem;
  }
  .page-home .top-5 .title-text {
    font-size: 2.2rem;
    line-height: 1.2;
    letter-spacing: -1.2px;
  }
  .page-home .top-5 .controls {
    visibility: hidden;
  }
  .page-home .top-5 .swiper-container {
    width: 100vw;
  }
  .page-home .top-5 .swiper {
    margin-top: 2.5rem;
    height: 36.2rem;
  }
  .page-home .top-5 .swiper .swiper-slide {
    height: 100%;
    width: 28.57rem;
  }
  .page-home .top-5 .swiper .swiper-slide .news-img {
    width: 28.57rem;
    height: 27rem;
    overflow: hidden;
    border-radius: 1rem;
  }
  .page-home .top-5 .swiper .swiper-slide .news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-home .top-5 .swiper .swiper-slide .news-title {
    width: 100%;
    height: 8.5rem;
    overflow: hidden;
    padding: 0 3rem;
    padding-top: 3rem;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .page-home .top-5 .swiper .swiper-slide .news-text {
    padding: 0 3rem;
    font-size: 1.2rem;
    padding-top: 0.5rem;
    line-height: 1.2;
  }
  .page-home .top-5 .play-button {
    width: 5.2rem;
    height: 5.2rem;
    top: 4.6rem;
  }
  .page-home .top-5 .button-text {
    font-size: 1.2rem;
    line-height: 1.25;
    letter-spacing: -0.45px;
    bottom: 1.6rem;
  }
  .page-home .top-4 {
    padding-top: 6rem;
  }
  .page-home .top-4 .title-text {
    font-size: 2.2rem;
    line-height: 1.2;
    letter-spacing: -1.2px;
    margin-bottom: 3.5rem;
  }
  .page-home .top-4 .cards-group {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-home .top-4 .card-grid-5 {
    width: 17rem;
    margin-left: 1.7rem;
    margin-top: 0rem;
    margin-right: 0;
  }
  .page-home .top-4 .card-grid-2 {
    width: 17rem;
    margin-right: 0;
    margin-right: 1.7rem;
  }
  .page-home .top-4 .card-grid-3 {
    width: 17rem;
    margin-right: 0;
    margin-left: 1.7rem;
    margin-top: 0rem;
  }
  .page-home .top-4 .card-grid-4 {
    width: 17rem;
    margin-right: 1.7rem;
    margin-top: 4rem;
  }
  .page-home .top-4 .card-grid-1 {
    width: 17rem;
    margin-right: 0;
    margin-left: 1.7rem;
    margin-top: 4rem;
  }
  .page-home .top-4 .card-grid .icon-1 {
    width: 3.3rem;
    height: 3.3rem;
    margin-bottom: 1.4rem;
  }
  .page-home .top-4 .card-grid .icon-2 {
    width: 2.7rem;
    height: 3.4rem;
    margin-bottom: 1.2rem;
  }
  .page-home .top-4 .card-grid .icon-3 {
    width: 3.2rem;
    height: 2.9rem;
    margin-bottom: 1.2rem;
  }
  .page-home .top-4 .card-grid .icon-4 {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1.2rem;
  }
  .page-home .top-4 .card-grid .icon-5 {
    width: 3.324rem;
    height: 3rem;
    margin-bottom: 1.2rem;
  }
  .page-home .top-4 .card-grid .card-title {
    font-size: 1.5rem;
    letter-spacing: -0.6px;
    margin-bottom: 0.8rem;
  }
  .page-home .top-4 .card-grid .card-desc {
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: -0.5px;
  }
  .learn-more-button {
    position: relative;
    margin: 0 auto;
    margin-top: 4rem;
    width: 29rem;
    height: 6rem;
    line-height: 5.6rem;
    border-radius: 999px;
    border: 0.2rem solid #0092d8;
    text-align: center;
    color: #0092d8;
    font-size: 2.2rem;
    background-color: #fff;
    cursor: pointer;
  }
  .learn-more-button .blue-arrow {
    position: absolute;
    top: 50%;
    right: 2.2rem;
    transform: translateY(-50%);
    width: 1.2rem;
    height: 2rem;
  }
  .learn-more-button .white-arrow {
    display: none;
    position: absolute;
    top: 50%;
    right: 2.2rem;
    transform: translateY(-50%);
    width: 1.2rem;
    height: 2rem;
  }
  .learn-more-button:hover {
    color: #fff;
    background-color: #0092d8;
  }
  .learn-more-button:hover .blue-arrow {
    display: none;
  }
  .learn-more-button:hover .white-arrow {
    display: block;
  }
  .tab-item {
    width: 12rem;
    height: 8.5rem;
  }
}
/* Homepage polish — imported by new.less */
.page-home {
  background: #f4f6f8;
  /* Shared section headings */
  /* Section rhythm: only padding-top between blocks; last block gets modest footer gap */
  /* —— Hero —— */
  /* —— Featured products —— */
  /* —— Explore / News carousels —— */
  /* —— Support cards —— */
}
.page-home .popup {
  backdrop-filter: blur(4px);
}
.page-home .product-popup-content {
  box-shadow: 0 1.6rem 4rem rgba(15, 23, 42, 0.12);
  border-radius: 1.6rem;
}
.page-home #video-popup .popup-content {
  box-shadow: 0 1.6rem 4rem rgba(15, 23, 42, 0.12);
}
.page-home #video-popup .popup-text {
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.page-home #video-popup .video-title {
  font-family: 'Gotham-pro-bold', sans-serif;
}
.page-home #video-popup .video-desc {
  color: rgba(18, 18, 18, 0.62);
}
.page-home .title-text {
  font-family: 'Gotham-pro-bold', sans-serif;
  font-weight: inherit;
  color: #121212;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.page-home .top-2,
.page-home .top-3,
.page-home .top-4,
.page-home .top-5 {
  padding-top: 10rem;
  padding-bottom: 0;
}
.page-home .top-3 {
  padding-bottom: 10rem;
}
.page-home .top-5 {
  padding-bottom: 6.4rem;
}
.page-home .top-1 .swiper-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(102deg, rgba(15, 23, 42, 0.58) 0%, rgba(15, 23, 42, 0.28) 42%, rgba(15, 23, 42, 0.08) 68%, transparent 100%);
}
.page-home .top-1 .banner-inner {
  position: relative;
  z-index: 2;
}
@media (min-width: 991px) {
  .page-home .top-1 .banner-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    box-sizing: border-box;
    padding-top: 10rem;
    padding-bottom: 9rem;
    padding-left: 0;
    padding-right: 0;
  }
  .page-home .top-1 .banner-title {
    width: 100%;
  }
  .page-home .top-1 .banner-desc {
    width: 100%;
  }
  .page-home .top-1 .banner-specs {
    width: 100%;
    margin-top: 4rem;
    flex-wrap: nowrap;
    align-items: flex-start;
    box-sizing: border-box;
  }
  .page-home .top-1 .banner-specs .banner-spec {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    margin-right: 2.4rem;
  }
  .page-home .top-1 .banner-specs .banner-spec:last-child {
    margin-right: 0;
  }
}
.page-home .top-1 .banner-title {
  text-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.25);
}
.page-home .top-1 .banner-desc {
  text-shadow: 0 0.1rem 0.8rem rgba(0, 0, 0, 0.2);
}
.page-home .top-1 .banner-specs .spec-desc {
  opacity: 0.95;
}
.page-home .top-1 .banner-button {
  font-family: 'Gotham-med', sans-serif;
  font-weight: 500;
  transition: background 0.18s cubic-bezier(0.22, 1, 0.36, 1), color 0.18s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.18s cubic-bezier(0.22, 1, 0.36, 1), transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.18s cubic-bezier(0.22, 1, 0.36, 1);
}
.page-home .top-1 .banner-button:hover {
  background: #fff;
  color: #1578a8;
  border-color: #fff;
  box-shadow: 0 0.6rem 2rem rgba(0, 0, 0, 0.18);
  transform: translateY(-0.15rem);
}
.page-home .top-1 .banner-button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 0.3rem;
}
.page-home .top-1 .top-prev-button,
.page-home .top-1 .top-next-button {
  opacity: 0.92;
  transition: opacity 0.18s cubic-bezier(0.22, 1, 0.36, 1), transform 0.18s cubic-bezier(0.22, 1, 0.36, 1);
  filter: drop-shadow(0 0.2rem 0.6rem rgba(0, 0, 0, 0.35));
}
.page-home .top-1 .top-prev-button:hover,
.page-home .top-1 .top-next-button:hover {
  opacity: 1;
  transform: translateY(-50%) scale(1.06);
}
.page-home .top-1 .top-next-button:hover {
  transform: translateY(-50%) scale(1.06);
}
.page-home .top-1 .progress-bar {
  border-radius: 999px;
  overflow: hidden;
  height: 0.3rem;
}
.page-home .top-1 .progress-bar .progress-bar-inner {
  border-radius: 999px;
}
@media (min-width: 991px) {
  .page-home .top-2,
  .page-home .top-3,
  .page-home .top-4,
  .page-home .top-5 {
    width: 100%;
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  .page-home .top-2 .title-text,
  .page-home .top-3 .title-text,
  .page-home .top-4 .title-text,
  .page-home .top-5 .title-text,
  .page-home .top-2 > .w-full,
  .page-home .top-3 > .w-full,
  .page-home .top-4 > .w-full,
  .page-home .top-5 > .w-full,
  .page-home .top-2 .white-card,
  .page-home .top-3 .white-card,
  .page-home .top-4 .white-card,
  .page-home .top-5 .white-card,
  .page-home .top-2 .swiper-container,
  .page-home .top-3 .swiper-container,
  .page-home .top-4 .swiper-container,
  .page-home .top-5 .swiper-container,
  .page-home .top-2 .cards-group,
  .page-home .top-3 .cards-group,
  .page-home .top-4 .cards-group,
  .page-home .top-5 .cards-group,
  .page-home .top-2 .card-buttonmain,
  .page-home .top-3 .card-buttonmain,
  .page-home .top-4 .card-buttonmain,
  .page-home .top-5 .card-buttonmain {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.page-home .top-2 .white-card {
  margin-top: 5.6rem;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0.4rem 2.4rem rgba(15, 23, 42, 0.07);
  border: 1px solid rgba(15, 23, 42, 0.06);
  transition: box-shadow 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}
.page-home .top-2 .white-card:hover {
  box-shadow: 0 1.6rem 4rem rgba(15, 23, 42, 0.12);
}
.page-home .top-2 .white-card .hover-card {
  border-radius: 1rem;
  overflow: hidden;
}
.page-home .top-2 .white-card .hover-card .hover-item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  padding: 1.6rem 1.2rem;
  box-sizing: border-box;
  overflow: hidden;
  transition: opacity 0.24s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.24s cubic-bezier(0.22, 1, 0.36, 1);
  backdrop-filter: blur(2px);
}
.page-home .top-2 .white-card .hover-card .hover-text {
  width: 100%;
  max-width: 100%;
  margin: 0;
  min-width: 0;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  text-align: center;
}
.page-home .top-2 .white-card .hover-card .learn-more {
  flex-shrink: 0;
  font-family: 'Gotham-med', sans-serif;
  background: #1f94d2;
  border-radius: 999px;
  transition: background 0.18s cubic-bezier(0.22, 1, 0.36, 1), transform 0.18s cubic-bezier(0.22, 1, 0.36, 1);
}
.page-home .top-2 .white-card .hover-card .learn-more:hover {
  background: #1578a8;
  transform: translateY(-0.1rem);
}
.page-home .top-2 .white-card .card-2 .hover-item,
.page-home .top-2 .white-card .card-6 .hover-item {
  min-width: 0;
}
.page-home .top-3 .swiper,
.page-home .top-5 .swiper {
  margin-top: 5.6rem;
  border-radius: 1.6rem;
}
.page-home .top-3 .card-buttonmain,
.page-home .top-5 .card-buttonmain {
  margin-top: 4rem;
  margin-bottom: 0;
}
.page-home .top-3 .swiper-slide,
.page-home .top-5 .swiper-slide {
  box-shadow: none;
  border-radius: 1.6rem;
}
.page-home .top-3 .swiper-button,
.page-home .top-5 .swiper-button {
  background: #1f94d2;
  border-radius: 999px;
  font-family: 'Gotham-med', sans-serif;
  transition: background 0.18s cubic-bezier(0.22, 1, 0.36, 1), transform 0.18s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.24s cubic-bezier(0.22, 1, 0.36, 1);
}
.page-home .top-3 .swiper-button:hover,
.page-home .top-5 .swiper-button:hover {
  background: #1578a8;
}
.page-home .top-3 .control-button,
.page-home .top-5 .control-button {
  opacity: 0.85;
  transition: opacity 0.18s cubic-bezier(0.22, 1, 0.36, 1), transform 0.18s cubic-bezier(0.22, 1, 0.36, 1);
}
.page-home .top-3 .control-button:hover,
.page-home .top-5 .control-button:hover {
  opacity: 1;
  transform: scale(1.08);
}
.page-home .top-5 .swiper-slide {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
}
.page-home .top-5 .news-img {
  border-radius: 1rem 1rem 0 0;
}
.page-home .top-5 .news-title {
  font-family: 'Gotham-pro-bold', sans-serif;
  color: #121212;
}
.page-home .top-5 .news-text {
  color: rgba(18, 18, 18, 0.62);
  line-height: 1.45;
}
.page-home .top-4 .title-text {
  margin-bottom: 5.6rem;
}
.page-home .top-4 .cards-group {
  width: 100%;
}
@media (min-width: 991px) {
  .page-home .top-4 .cards-group {
    flex-wrap: nowrap;
    gap: 2.4rem;
  }
  .page-home .top-4 .card-grid-1,
  .page-home .top-4 .card-grid-2,
  .page-home .top-4 .card-grid-3,
  .page-home .top-4 .card-grid-4 {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}
.page-home .top-4 .card-grid {
  box-sizing: border-box;
  padding: 2.4rem 2rem;
  border-radius: 1.6rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 0.4rem 2.4rem rgba(15, 23, 42, 0.07);
  transition: box-shadow 0.24s cubic-bezier(0.22, 1, 0.36, 1), transform 0.24s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.18s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (min-width: 991px) {
  .page-home .top-4 .card-grid:hover {
    transform: translateY(-0.4rem);
    box-shadow: 0 1.6rem 4rem rgba(15, 23, 42, 0.12);
    border-color: rgba(31, 148, 210, 0.25);
  }
  .page-home .top-4 .card-grid:hover .card-title,
  .page-home .top-4 .card-grid:hover .card-desc {
    color: #1f94d2;
  }
}
.page-home .top-4 .card-grid .card-title {
  font-family: 'Gotham-pro-bold', sans-serif;
  transition: color 0.18s cubic-bezier(0.22, 1, 0.36, 1);
}
.page-home .top-4 .card-grid .card-desc {
  color: rgba(18, 18, 18, 0.62);
  transition: color 0.18s cubic-bezier(0.22, 1, 0.36, 1);
}
.page-home .top-4 .card-grid .card-title,
.page-home .top-4 .card-grid .card-desc {
  width: 100%;
}
.page-home .card-buttonmain {
  justify-content: center;
}
.learn-more-button {
  margin-top: 0;
  font-family: 'Gotham-med', sans-serif;
  font-weight: 500;
  border-color: #1f94d2;
  color: #1f94d2;
  box-shadow: 0 0.4rem 2.4rem rgba(15, 23, 42, 0.07);
  transition: background 0.18s cubic-bezier(0.22, 1, 0.36, 1), color 0.18s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.18s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.24s cubic-bezier(0.22, 1, 0.36, 1), transform 0.18s cubic-bezier(0.22, 1, 0.36, 1);
}
.learn-more-button:hover {
  background: #1f94d2;
  border-color: #1f94d2;
  color: #fff;
  box-shadow: 0 1.6rem 4rem rgba(15, 23, 42, 0.12);
  transform: translateY(-0.15rem);
}
.learn-more-button:focus-visible {
  outline: 2px solid #1f94d2;
  outline-offset: 0.3rem;
}
@media screen and (max-width: 990px) {
  .page-home .top-2,
  .page-home .top-3,
  .page-home .top-4,
  .page-home .top-5 {
    max-width: 100%;
    padding-top: 4.8rem;
    padding-bottom: 0;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    box-sizing: border-box;
  }
  .page-home .top-3 {
    padding-bottom: 4.8rem;
  }
  .page-home .top-5 {
    padding-bottom: 4rem;
  }
  .page-home .top-3 .swiper,
  .page-home .top-5 .swiper {
    margin-top: 3.2rem;
  }
  .page-home .top-3 .card-buttonmain,
  .page-home .top-5 .card-buttonmain {
    margin-top: 3.2rem;
  }
  .page-home .top-2 .white-card-mo {
    margin-top: 3.2rem;
  }
  .page-home .top-4 .title-text {
    margin-bottom: 3.2rem;
  }
  .page-home .title-text {
    font-size: 2.6rem;
    letter-spacing: -0.01em;
  }
  .page-home .top-1 .banner-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .page-home .top-1 .banner-button {
    margin-top: 2.4rem;
    padding: 1.2rem 2.4rem;
    font-size: 1.6rem;
  }
  .page-home .top-2 .white-card-mo {
    border-radius: 1.6rem;
    box-shadow: 0 0.4rem 2.4rem rgba(15, 23, 42, 0.07);
    overflow: hidden;
  }
  .page-home .top-4 .cards-group {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding: 0;
  }
  .page-home .top-4 .card-grid {
    width: 100% !important;
    max-width: 38.2rem;
    margin-right: 0 !important;
    box-sizing: border-box;
  }
  .page-home .top-3 .swiper,
  .page-home .top-5 .swiper {
    border-radius: 1.2rem;
  }
  .learn-more-button {
    width: 100%;
    max-width: 32rem;
    height: 5.2rem;
    line-height: 5rem;
    font-size: 1.8rem;
    margin-top: 0;
  }
}
.top-6 {
  padding-top: 11.6rem;
  padding-bottom: 12rem;
}
.top-6 .title-text {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  color: #333;
}
.top-6 .explore-content {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.top-6 .explore-card {
  overflow: hidden;
  border-radius: 1.4rem;
  background: #fff;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.12);
}
.top-6 .explore-card-media {
  display: block;
  height: 35.4rem;
  overflow: hidden;
  color: #fff;
}
.top-6 .explore-card-media picture,
.top-6 .explore-card-media img {
  display: block;
  width: 100%;
  height: 100%;
}
.top-6 .explore-card-media img {
  object-fit: cover;
  transition: transform 0.35s ease;
}
.top-6 .explore-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.76) 100%);
  transition: background 0.35s ease;
}
.top-6 .explore-card-media .ex-icon {
  width: 1.5rem;
  margin-right: 1rem;
  height: auto;
}
.top-6 .video-pill {
  position: absolute;
  left: 4rem;
  top: 2.6rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  height: 3.8rem;
  padding: 0 2rem;
  border-radius: 999rem;
  background: #0092d8;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0;
}
.top-6 .video-pill span {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.4rem;
  background: #fff;
}
.top-6 .video-pill span::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 0.2rem;
  border-top: 0.45rem solid transparent;
  border-bottom: 0.45rem solid transparent;
  border-left: 0.7rem solid #0092d8;
}
.top-6 .explore-overlay {
  position: absolute;
  left: 4rem;
  right: 3rem;
  bottom: 3.4rem;
  z-index: 2;
}
.top-6 .ex-title {
  font-size: 3.2rem;
  line-height: 1.15;
  color: #fff;
}
.top-6 .ex-desc {
  max-width: 49rem;
  max-height: 0;
  margin-top: 0;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
  opacity: 0;
  overflow: hidden;
  transform: translateY(0.8rem);
  transition: max-height 0.25s ease, margin-top 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}
.top-6 .ex-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  max-height: 0;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(0.8rem);
  transition: max-height 0.25s ease, margin-top 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}
.top-6 .ex-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 3.4rem;
  padding: 0 1.4rem;
  border-radius: 999rem;
  background: rgba(255, 255, 255, 0.34);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.2;
  backdrop-filter: blur(0.4rem);
}
.top-6 .explore-card:hover .explore-card-media img {
  transform: scale(1.04);
}
.top-6 .explore-card:hover .explore-card-media::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.78) 100%);
}
.top-6 .explore-card:hover .ex-desc,
.top-6 .explore-card:hover .ex-tags {
  opacity: 1;
  transform: translateY(0);
}
.top-6 .explore-card:hover .ex-desc {
  max-height: 7rem;
  margin-top: 0.8rem;
}
.top-6 .explore-card:hover .ex-tags {
  max-height: 8rem;
  margin-top: 1.4rem;
}
.top-6 .explore-card-bottom {
  padding: 2.4rem 3rem 3.4rem;
  background: #fff;
  text-align: center;
}
.top-6 .explore-card-note {
  color: #333;
  font-size: 2rem;
  line-height: 1.3;
}
.top-6 .card-buttonmain {
  margin-top: 2rem;
}
.top-6 .card-buttonmain .learn-more-button {
  width: 19rem;
  height: 4.4rem;
  line-height: 4rem;
  font-size: 1.6rem;
  border-width: 0.15rem;
}
@media screen and (max-width: 990px) {
  .top-6 {
    padding: 4.8rem 2rem 7rem;
  }
  .top-6 .title-text {
    font-size: 2.6rem;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
  }
  .top-6 .explore-content {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .top-6 .explore-card {
    border-radius: 1.2rem;
  }
  .top-6 .explore-card-media {
    height: 22.4rem;
  }
  .top-6 .video-pill {
    left: 2rem;
    top: 1.8rem;
    height: 3.2rem;
    padding: 0 1.4rem;
    font-size: 1.4rem;
  }
  .top-6 .video-pill span {
    width: 1.7rem;
    height: 1.7rem;
  }
  .top-6 .explore-overlay {
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
  }
  .top-6 .ex-title {
    font-size: 2.4rem;
  }
  .top-6 .ex-desc {
    font-size: 1.5rem;
  }
  .top-6 .ex-tags {
    gap: 0.6rem;
    margin-top: 1rem;
  }
  .top-6 .ex-tags span {
    min-height: 2.8rem;
    padding: 0 1rem;
    font-size: 1.2rem;
  }
  .top-6 .explore-card-bottom {
    padding: 1.8rem 1.6rem 2.4rem;
  }
  .top-6 .explore-card-note {
    font-size: 1.5rem;
  }
  .top-6 .card-buttonmain {
    margin-top: 1.6rem;
  }
  .top-6 .card-buttonmain .learn-more-button {
    width: 17rem;
    height: 4.2rem;
    line-height: 3.9rem;
    font-size: 1.5rem;
  }
}
/* legacy mobile top-6 form styles are no longer used by the Explore Midea cards */
@media screen and (max-width: 990px) {
  .top-6 .explore-card-media img {
    width: 100%;
    height: 100%;
  }
}
/* 响应式适配 */
@media (max-width: 768px) {
  .product-tabs {
    flex-wrap: wrap;
    padding-top: 0;
  }
  .tab-item {
    margin-top: 2rem;
    width: 14rem;
    height: 10rem;
  }
  .benefits-section {
    padding: 0 2rem;
  }
}
