.home .page-banner-main-container {
  margin-top: 446px;
}
.home .page-banner-title {
  font-size: 48px;
}
.home .first .text-graph-layout-text {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.home .first .text-graph-layout-text-description {
  width: 516px;
}
.home .first .text-graph-layout-text-title {
  width: 400px;
}
.home-experience-section {
  height: 654px;
  background-image: url("/v2/images/partners_reasons_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  position: relative;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(
      to right,
      rgba(228, 25, 54, 0) 0%,
      rgba(228, 25, 54, 1) 50%,
      rgba(228, 25, 54, 0) 100%
    )
    1;
}
.home-experience-bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1440px;
  height: 100%;
  background-image: url("/v2/images/home_experience_corridor.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}
.home-experience-container {
  position: relative;
  z-index: 1;
}

.home-experience-title {
  width: 516px;
  font-size: 36px;
  font-weight: 400;
  font-family: "Magnita";
  margin-bottom: 48px;
}

.home-experience-features {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.exp-feature-list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.exp-feature-vertical {
  width: 2px;
  background: rgba(255, 255, 255, 0.3);
  height: 282px;
  margin-right: 18px;
  border-radius: 1px;
  position: relative;
}

.exp-feature-vertical-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 150px;
  background: rgba(255, 255, 255, 1);
  border-radius: 1px;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.exp-feature-items {
  height:282px;
  position: relative;
}

.exp-feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 382px;
}
.exp-feature-item:nth-child(1) {
  top: 0;
}
.exp-feature-item:nth-child(2) {
  top: 66px;
}
.exp-feature-item:nth-child(3) {
  top: 132px;
}
.exp-feature-item.active .exp-feature-icon,
.exp-feature-item.active .exp-feature-desc {
  opacity: 1;
}

.exp-feature-item:nth-child(2) .exp-feature-title,
.exp-feature-item:nth-child(3) .exp-feature-title {
  top: 125px;
}

.exp-feature-icon {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.exp-feature-icon img {
  width: 36px;
  height: 36px;
}

.exp-feature-title {
  position: absolute;
  top: 48px;
  left: 0;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

.exp-feature-desc {
  position: absolute;
  top: 90px;
  left: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  max-width: 382px;
  opacity: 0;
}


/* 首页定制服务卡片区域样式 */
.home-collectibles-section {
  margin-top: 160px;
  margin-bottom: 135px;
}
.home-collectibles-title {
  font-size: 36px;
  font-weight: 400;
  font-family: "Magnita";
  margin-bottom: 18px;
}
.home-collectibles-subtitle {
  width: 840px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  margin-bottom: 36px;
  text-align: center;
}
.home-collectibles-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px 24px;
  justify-items: center;
  margin-bottom: 0;
}
.home-collectibles-card-img-container {
  overflow: hidden;
  width: 246px;
  height: 212px;
  padding: 10px 10px 0 10px;
  box-sizing: border-box;
}
.home-collectibles-card-img-container-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-collectibles-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) brightness(0.98) contrast(1.08);
  transform: scale(1);
  transition: filter 0.25s, transform 0.25s ease-out;
}
.home-collectibles-card:hover .home-collectibles-card-img {
  filter: grayscale(0.15) brightness(1.08) contrast(1.12);
  transform: scale(1.1);
}
.home-collectibles-card-title {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  text-align: center;
}

/* 首页 Swiss Precision Design 横幅样式 */
.home-swiss-design-section {
  height: 478px;
  background-image: url("/v2/images/home_swiss_design.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top: 2px solid transparent;
  border-image: linear-gradient(
      to right,
      rgba(228, 25, 54, 1) 0%,
      rgba(228, 25, 54, 0.3) 10%,
      rgba(228, 25, 54, 0) 100%
    )
    1;
}
.home-swiss-design-container {
  position: relative;
  height: 100%;
}
.home-swiss-design-content {
  position: absolute;
  top: 232px;
}
.home-swiss-design-title {
  font-size: 36px;
  font-weight: 400;
  font-family: "Magnita";
  margin-bottom: 24px;
}
.home-swiss-design-desc {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  width: 490px;
}
.home-features-section {
  padding: 160px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 160px;
}

.home-tax-free-section {
  text-align: center;
  padding-bottom: 160px;
  position: relative;
}
.home-tax-free-section-title {
  font-size: 36px;
  font-weight: 400;
  font-family: "Magnita";
  margin-bottom: 36px;
}
.home-tax-free-section-content {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  height: 480px;
  margin-bottom: 89px;
  box-sizing: border-box;
  padding: 36px 216px;
  position: relative;
}
.home-tax-free-section-content-transport-bg {
  position: absolute;
  width: 100%;
  bottom: -89px;
  left: 0;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease-in-out;
}
.home-tax-free-section-content-transport-bg.mounted {
  opacity: 1;
  transform: translateY(0);
}
.home-tax-free-section-extra-desc {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  width: 840px;
  margin: 0 auto;
}
.home-tax-free-section-extra-desc .link {
  color: rgba(255, 255, 255, 0.7);
}
.home-tax-free-section-pigeon {
  position: absolute;
  width: 192px;
  height: 176px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1),
    opacity 0.5s ease-in;
}
.home-tax-free-section-pigeon.pigeon-1 {
  top: 0;
  right: 84px;
  transform: translateX(100px);
  background-image: url("/v2/images/home_pigeon.png");
}
.home-tax-free-section-pigeon.pigeon-2 {
  left: 84px;
  bottom: 200px;
  transform: translateX(-100px);
  background-image: url("/v2/images/home_pigeon.png");
}
.home-tax-free-section-pigeon.mounted {
  opacity: 1;
  transform: translateX(0);
}
