main .container {
  padding: 0;
}
.os-specific {
  display: none !important;
}
.os-specific.show {
  display: inline-block !important;
}
.fade-in-section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fade-in-section.visible {
  opacity: 1;
  transform: translateY(0);
}
.stagger-fade-in .fade-item {
  opacity: 0;
  transform: translateX(-30px) translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.stagger-fade-in .fade-item.fade-visible {
  opacity: 1;
  transform: translateX(0) translateY(0);
}
.banner {
  background-image: url(https://img.tunefab.com/uploads/page/new-home/banner-background.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.banner .banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}
.banner .container {
  position: relative;
  z-index: 2;
}
.banner:hover .banner-video {
  opacity: 1;
}
.banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 5vh 20px;
}
.banner-content .tf-bullet {
  border-radius: 48px;
  border: 1px solid #9292AB;
  color: #FFF;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 500;
  line-height: 1.8;
  padding: 2px 30px;
  margin-bottom: 2px;
}
.banner-content .banner-title {
  color: #FFF;
  font-size: clamp(40px, 8vw, 80px);
  font-weight: 700;
  line-height: 1.3;
  max-width: min(800px, 90vw);
  margin-bottom: clamp(6px, 2vh, 20px);
}
.banner-content h1 {
  font-size: 0;
}
.banner-content .banner-desc {
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(16px, 2.5vw, 20px);
  font-weight: 400;
  line-height: 1.8;
  opacity: 0.8;
  max-width: min(734px, 85vw);
  margin-bottom: clamp(22px, 4vh, 44px);
}
.banner-content .banner-btn-group {
  display: flex;
  gap: clamp(16px, 5vw, 48px);
  text-align: center;
  font-size: clamp(16px, 2.5vw, 22px);
  font-weight: 400;
  line-height: 1.5;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-content .banner-btn-group .banner-btn-left {
  border-radius: 52px;
  background: #007BFF;
  color: #FFF;
  padding: clamp(12px, 2vh, 16px) clamp(30px, 5vw, 46px);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
}
.banner-content .banner-btn-group .banner-btn-left:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #007BFF;
  border-radius: 52px;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 0;
}
.banner-content .banner-btn-group .banner-btn-left span {
  position: relative;
  z-index: 1;
}
.banner-content .banner-btn-group .banner-btn-left:hover:before {
  transform: translateX(0);
}
.banner-content .banner-btn-group .banner-btn-right {
  border-radius: 52px;
  background: #FFF;
  color: #000;
  padding: clamp(12px, 2vh, 17px) clamp(50px, 7vw, 76px);
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s ease;
}
.banner-content .banner-btn-group .banner-btn-right:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #007BFF;
  border-radius: 52px;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 0;
}
.banner-content .banner-btn-group .banner-btn-right span {
  position: relative;
  z-index: 1;
}
.banner-content .banner-btn-group .banner-btn-right:hover {
  color: #FFF;
}
.banner-content .banner-btn-group .banner-btn-right:hover:before {
  transform: translateX(0);
}
.brand {
  padding: 126px 0 122px 0;
}
.brand-content {
  text-align: center;
}
.brand-content h2 {
  color: #061C3D;
  font-size: clamp(32px, 5vw, 42px);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 74px;
}
.brand-content .brand-card-group .swiper-wrapper {
  display: flex;
  justify-content: space-around;
}
.brand-content .brand-card-group .brand-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 363px;
  width: 100%;
  padding: 30px 34px 35px 34px;
  border-radius: 32px;
  color: #061C3D;
  text-align: center;
  line-height: 1.5;
}
.brand-content .brand-card-group .brand-card .brand-title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 4px;
}
.brand-content .brand-card-group .brand-card .brand-desc {
  font-size: 20px;
  font-weight: 400;
  max-width: 294px;
}
.brand-content .brand-card-group .card-one {
  background: linear-gradient(180deg, #D1D5FF 0%, #EEF0FF 100%);
}
.brand-content .brand-card-group .card-two {
  background: linear-gradient(180deg, #B8F6FE 0%, #E7FBFE 100%);
}
.brand-content .brand-card-group .card-three {
  background: linear-gradient(180deg, #D3DEFD 0%, #EFF3FF 100%);
}
.tech {
  padding-bottom: 180px;
}
.tech-content h2 {
  color: #061C3D;
  text-align: center;
  font-size: clamp(32px, 5vw, 42px);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 94px;
}
.tech-content .tech-show {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.tech-content .tech-show .tech-card {
  width: clamp(280px, 45vw, 590px);
  height: clamp(250px, 40vw, 525px);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.tech-content .tech-show .tech-card .tech-card-title {
  color: #FFF;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 12px;
}
.tech-content .tech-show .tech-card .tech-card-desc {
  font-weight: 400;
  line-height: 1.5;
}
.tech-content .tech-show .tech-card .desc-grey {
  color: #DADADA;
  font-size: clamp(16px, 1.5vw, 18px);
}
.tech-content .tech-show .tech-card .desc-normal {
  color: #FFF;
  font-size: clamp(16px, 1.8vw, 20px);
  text-wrap: nowrap;
}
.tech-content .tech-show .tech-one {
  background-image: url("https://img.tunefab.com/uploads/page/new-home/tech-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: clamp(20px, 3vw, 40px) clamp(38px, 6vw, 76px) clamp(196px, 30vw, 392px) clamp(20px, 3vw, 40px);
}
.tech-content .tech-show .tech-one .tech-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}
.tech-content .tech-show .tech-one .tech-card-text {
  position: relative;
  z-index: 2;
}
.tech-content .tech-show .tech-one:hover .tech-video {
  opacity: 1;
}
.tech-content .tech-show .tech-two {
  background-image: url("https://img.tunefab.com/uploads/page/new-home/tech-2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: clamp(20px, 3vw, 40px) clamp(17px, 2.5vw, 33px) clamp(196px, 30vw, 392px) clamp(20px, 3vw, 40px);
}
.tech-content .tech-show .tech-two .tech-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}
.tech-content .tech-show .tech-two .tech-card-text {
  position: relative;
  z-index: 2;
}
.tech-content .tech-show .tech-two:hover .tech-video {
  opacity: 1;
}
.tech-content .tech-show .tech-three {
  background-image: url("https://img.tunefab.com/uploads/page/new-home/tech-3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: clamp(196px, 30vw, 392px) clamp(55px, 8vw, 110px) clamp(20px, 3vw, 40px) clamp(20px, 3vw, 40px);
}
.tech-content .tech-show .tech-three .tech-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}
.tech-content .tech-show .tech-three .tech-card-text {
  position: relative;
  z-index: 2;
}
.tech-content .tech-show .tech-three:hover .tech-video {
  opacity: 1;
}
.tech-content .tech-show .tech-four {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
}
.tech-content .tech-show .tech-four .square {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  border-radius: 12px;
}
.tech-content .tech-show .tech-four .tech-small-card {
  border-radius: 12px;
}
.tech-content .tech-show .tech-four .tech-small-card .square-num {
  color: #FFF;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.6px;
}
.tech-content .tech-show .tech-four .tech-small-card .square-desc {
  color: #DADADA;
  font-size: clamp(12px, 1.2vw, 16px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16px;
  text-wrap: nowrap;
}
.tech-content .tech-show .tech-four .tech-small-card .rectangle-num {
  color: #FFF;
  font-size: clamp(40px, 4.5vw, 60px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: -0.921px;
}
.tech-content .tech-show .tech-four .tech-small-card .rectangle-desc {
  color: #DADADA;
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.246px;
}
.tech-content .tech-show .tech-four .square-one {
  width: clamp(142px, 22vw, 284px);
  height: clamp(126px, 19vw, 252px);
  background-image: url("https://img.tunefab.com/uploads/page/new-home/tech-4.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: clamp(69px, 10vw, 138px) clamp(6px, 1vw, 12px) clamp(17px, 2.5vw, 34px) clamp(59px, 9vw, 118px);
}
.tech-content .tech-show .tech-four .square-one .square-text-right {
  text-align: right;
}
.tech-content .tech-show .tech-four .square-two {
  width: clamp(142px, 22vw, 284px);
  height: clamp(126px, 19vw, 252px);
  background-image: url("https://img.tunefab.com/uploads/page/new-home/tech-5.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: clamp(7px, 1vw, 14px) clamp(59px, 9vw, 118px) clamp(79px, 12vw, 158px) clamp(10px, 1.5vw, 20px);
}
.tech-content .tech-show .tech-four .square-two .square-text-left {
  text-align: left;
}
.tech-content .tech-show .tech-four .rectangle {
  width: clamp(394px, 60vw, 788px);
  height: clamp(126px, 19vw, 252px);
  background-image: url("https://img.tunefab.com/uploads/page/new-home/tech-6.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: clamp(44px, 6.5vw, 88px) clamp(148px, 22vw, 295px) clamp(18px, 2.5vw, 35px) clamp(16px, 2.5vw, 32px);
}
.user {
  padding: 118px 0 80px 0;
  background-image: url("https://img.tunefab.com/uploads/page/new-home/user-background-pc.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.user-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.user-content h2 {
  max-width: 952px;
  color: #061C3D;
  font-size: clamp(32px, 5vw, 42px);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 32px;
}
.user-content .user-desc {
  color: #414141;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 68px;
}
.swiper-container {
  overflow: hidden;
  width: 100%;
}
.user-mobile-swiper {
  display: none;
}
.user-top-swiper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
.user-top-wrapper {
  display: flex;
  gap: 40px;
  will-change: transform;
}
.user-top-wrapper .user-top-slide {
  width: 594px;
  height: 276px;
  padding: 12px 32px 26px 32px;
  border-radius: 16px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.8);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.user-top-wrapper .user-top-slide .user-quotes {
  margin-bottom: 4px;
}
.user-top-wrapper .user-top-slide .user-text {
  color: #484848;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  flex: 1;
  margin-bottom: 20px;
}
.user-top-wrapper .user-top-slide .user-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.user-top-wrapper .user-top-slide .user-info .user-detail {
  display: flex;
  align-items: center;
  gap: 12px;
}
.user-top-wrapper .user-top-slide .user-info .user-detail .user-name {
  color: #061C3D;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.user-down-swiper {
  width: 100%;
  overflow: hidden;
}
.user-down-wrapper {
  display: flex;
  gap: 40px;
  will-change: transform;
}
.user-down-wrapper .user-down-slide {
  width: 594px;
  height: 388px;
  padding: 12px 32px 30px 32px;
  border-radius: 16px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.8);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.user-down-wrapper .user-down-slide .user-quotes {
  margin-bottom: 4px;
}
.user-down-wrapper .user-down-slide .user-text {
  color: #484848;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  flex: 1;
  margin-bottom: 20px;
}
.user-down-wrapper .user-down-slide .user-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.user-down-wrapper .user-down-slide .user-info .user-detail {
  display: flex;
  align-items: center;
  gap: 12px;
}
.user-down-wrapper .user-down-slide .user-info .user-detail .user-name {
  color: #061C3D;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.media {
  padding: 88px 0 200px 0;
  background: linear-gradient(179deg, #F5F9FF 6.64%, #8886FF 61.01%, #4C43FF 102.78%);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.media-content {
  display: flex;
  justify-content: space-between;
  gap: 42px;
}
.media-left h2 {
  color: #061C3D;
  font-size: clamp(32px, 5vw, 42px);
  font-weight: 600;
  line-height: 1.5;
  max-width: 480px;
  margin-bottom: 26px;
}
.media-left .media-card-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.media-left .media-card {
  border-radius: 18px;
  border: 1px solid #A9AFFF;
  background: linear-gradient(180deg, rgba(235, 236, 255, 0.2) 0%, rgba(202, 205, 255, 0.2) 100%);
  box-shadow: 0 11.392px 22.336px 0 rgba(53, 62, 185, 0.09), 0 -2px 1px 0 rgba(151, 158, 255, 0.4) inset;
  backdrop-filter: blur(2px);
  padding: 26px 105px 25px 37px;
  display: flex;
  align-items: center;
  gap: 24px;
  color: #FFF;
  line-height: 1.4;
}
.media-left .media-card .media-card-title {
  font-size: 32px;
  font-weight: 500;
}
.media-left .media-card .media-card-desc {
  font-size: 24px;
  font-weight: 400;
  text-wrap: nowrap;
}
.media-right {
  background-image: url("https://img.tunefab.com/uploads/page/new-home/media-swiper-background.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  padding: 330px 40px 36px 40px;
  max-width: 644px;
}
.media-right.swiper {
  overflow: hidden;
  width: 100%;
  height: auto;
}
.media-right.swiper .swiper-wrapper,
.media-right.swiper .media-slides-wrapper {
  align-items: stretch;
}
.media-right .swiper-wrapper,
.media-right .media-slides-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.media-right .swiper-slide,
.media-right .media-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.media-right .media-wrapper {
  position: relative;
  overflow: hidden;
}
.media-right .media-slide {
  border-radius: 24px;
}
.media-right .media-slide.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.media-right .media-slide .media-slide-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: 59px;
  border-radius: 12px;
  margin-bottom: 26px;
  position: relative;
  background: rgba(255, 255, 255, 0.01);
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.4), 0 0 3px 0 rgba(120, 150, 255, 0.5);
  backdrop-filter: blur(24px) saturate(120%) brightness(1.1);
  -webkit-backdrop-filter: blur(40px) saturate(180%) brightness(1.1);
}
.media-right .media-slide .media-slide-tag::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 12px;
  padding: 1px;
  background: linear-gradient(150deg, rgba(120, 150, 255, 0.6) 0%, rgba(60, 80, 140, 0.2) 30%, rgba(60, 80, 140, 0.2) 50%, rgba(120, 150, 255, 0.4) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.media-right .media-slide .media-slide-text {
  max-width: 564px;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 15px;
}
.media-right .media-pagination {
  position: absolute;
  bottom: 30px;
  left: 38px;
  display: flex;
  gap: 12px;
}
.media-right .media-pagination .media-dot {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transition: all 0.4s ease;
}
.media-right .media-pagination .media-dot.active {
  width: 32px;
  background: rgba(255, 255, 255, 0.74);
  border-radius: 16px;
}
.media-right .media-pagination .media-dot:hover {
  background: rgba(255, 255, 255, 0.4);
}
.product {
  padding: 194px 0 200px 0;
  overflow-x: hidden;
}
.product .product-mobile-nav {
  display: none;
}
.product-content {
  display: flex;
  justify-content: space-between;
}
.product-content h2 {
  color: #061C3D;
  font-size: clamp(32px, 5vw, 42px);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 42px;
}
.product-content .navigation-buttons {
  display: flex;
  gap: 32px;
}
.product-content .navigation-buttons .nav-button {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid rgba(11, 99, 229, 0.15);
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.product-content .navigation-buttons .nav-button:hover {
  background: #0066ff;
  border-color: #0066ff;
}
.product-content .navigation-buttons .nav-button:hover i {
  color: #fff;
}
.product-content .navigation-buttons .nav-button i {
  font-size: 20px;
  color: #0b63e5;
  transition: all 0.3s ease;
  font-weight: 600;
}
.product-content .navigation-buttons .nav-button.prev i {
  transform: rotate(180deg);
}
.product-swiper {
  overflow: hidden;
  width: calc(100vw - ((100vw - 100%) / 2));
  margin-left: 0;
}
.product-swiper.swiper {
  overflow: hidden;
  position: relative;
  height: auto;
}
.product-swiper.swiper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: transparent;
  z-index: 10;
  pointer-events: none;
}
.product-swiper.swiper .swiper-wrapper {
  display: flex;
  transition-property: transform;
  gap: 0;
  align-items: stretch;
  justify-content: flex-start;
}
.product-swiper .product-wrapper {
  display: flex;
  transition: transform 0.5s ease;
}
.product-swiper .product-slide {
  width: 458px;
  height: 670px;
  flex-shrink: 0;
  border-radius: 16px;
  padding-top: 40px;
  margin-right: 44px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-swiper .product-slide:last-child {
  margin-right: 0;
}
.product-swiper .product-slide .product-hover-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease;
  z-index: 10;
  display: block;
  text-decoration: none;
}
.product-swiper .product-slide .product-hover-icon img {
  width: 32px;
  height: 32px;
  display: block;
}
.product-swiper .product-slide:hover .product-hover-icon {
  opacity: 1;
  transform: scale(1);
}
.product-swiper .product-slide .product-slide-top {
  display: flex;
  gap: 24px;
  padding: 0 40px;
  margin-bottom: 22px;
  align-items: center;
}
.product-swiper .product-slide .product-slide-top .top-right {
  max-width: 190px;
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}
.product-swiper .product-slide .product-slide-middle {
  padding: 0 40px;
  color: rgba(255, 255, 255, 0.96);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.product-swiper .product-slide .product-slide-down {
  display: flex;
  justify-content: center;
  padding: 0 27px;
}
.product-swiper .aio-slide {
  background: linear-gradient(347deg, #665BE9 -44.03%, #B757FD 8.5%, #EA5FAF 39.44%, #F26F9D 64.9%, #FF8961 84.45%, #FFD069 101.06%, #FBE18A 157.18%), linear-gradient(159deg, #B973FF 1.16%, #7E68FF 96.7%);
}
.product-swiper .aio-slide .product-slide-top .top-right {
  color: #FFF;
}
.product-swiper .aio-slide .product-slide-middle {
  color: rgba(255, 255, 255, 0.96);
}
.product-swiper .aio-slide .product-slide-down {
  margin-top: 62px;
  padding-bottom: 46px;
}
.product-swiper .spotify-slide {
  background: linear-gradient(160deg, #58AE1E -23.75%, #12B741 30.8%, #13BF9D 144.83%);
}
.product-swiper .spotify-slide .product-slide-top .top-right {
  color: #FFF;
}
.product-swiper .spotify-slide .product-slide-middle {
  color: rgba(255, 255, 255, 0.96);
}
.product-swiper .spotify-slide .product-slide-down {
  margin-top: 31px;
  padding-bottom: 30px;
}
.product-swiper .apple-slide {
  background: linear-gradient(158deg, #D194F9 3.37%, #C88FF8 18.78%, #AE80F7 45.06%, #8568F4 77.7%, #6F5BF2 93.11%), #FFEFF6;
}
.product-swiper .apple-slide .product-slide-top .top-right {
  color: #FFF;
}
.product-swiper .apple-slide .product-slide-middle {
  color: rgba(255, 255, 255, 0.96);
}
.product-swiper .apple-slide .product-slide-down {
  margin-top: 42px;
  padding-bottom: 36px;
}
.product-swiper .amazon-slide {
  background: linear-gradient(160deg, #096D82 3.75%, #121414 30.8%, #17A3AA 144.83%);
}
.product-swiper .amazon-slide .product-slide-top .top-right {
  color: #FFF;
}
.product-swiper .amazon-slide .product-slide-middle {
  color: rgba(255, 255, 255, 0.96);
}
.product-swiper .amazon-slide .product-slide-down {
  margin-top: 62px;
  padding-bottom: 34px;
}
.product-swiper .youtube-slide {
  background: linear-gradient(160deg, #FF000059 -23.75%, #141312 30.8%, #6B0000E5 144.83%);
}
.product-swiper .youtube-slide .product-slide-top .top-right {
  color: #FFF;
}
.product-swiper .youtube-slide .product-slide-middle {
  color: rgba(255, 255, 255, 0.96);
}
.product-swiper .youtube-slide .product-slide-down {
  margin-top: 56px;
  padding-bottom: 80px;
}
.product-swiper .sound-slide {
  background: linear-gradient(160deg, #FDEED4 1.41%, #FFA67A 95.08%);
}
.product-swiper .sound-slide .product-slide-top .top-right {
  color: #061C3D;
}
.product-swiper .sound-slide .product-slide-middle {
  color: #484848;
}
.product-swiper .sound-slide .product-slide-down {
  margin-top: 52px;
  padding-bottom: 40px;
}
.product-swiper .deezer-slide {
  background: linear-gradient(135deg, #A238FF 8.59%, #E09EFF 94.11%), #FFEFF6;
}
.product-swiper .deezer-slide .product-slide-top .top-right {
  color: #FFF;
}
.product-swiper .deezer-slide .product-slide-middle {
  color: rgba(255, 255, 255, 0.96);
}
.product-swiper .deezer-slide .product-slide-down {
  margin-top: 30px;
  padding-bottom: 72px;
}
.product-swiper .pandora-slide {
  background: linear-gradient(135deg, #3271FE 8.59%, #4156FF 94.11%), #FFEFF6;
}
.product-swiper .pandora-slide .product-slide-top .top-right {
  color: #FFF;
}
.product-swiper .pandora-slide .product-slide-middle {
  color: rgba(255, 255, 255, 0.96);
}
.product-swiper .pandora-slide .product-slide-down {
  margin-top: 54px;
  padding-bottom: 76px;
}
.product-swiper .audible-slide {
  background: linear-gradient(160deg, #FDEED4 1.41%, #E7B05F 95.08%);
}
.product-swiper .audible-slide .product-slide-top .top-right {
  color: #061C3D;
}
.product-swiper .audible-slide .product-slide-middle {
  color: #484848;
}
.product-swiper .audible-slide .product-slide-down {
  margin-top: 14px;
  padding-bottom: 78px;
}
.news {
  padding-bottom: 80px;
}
.news-content h2 {
  color: #061C3D;
  text-align: center;
  font-size: clamp(32px, 5vw, 42px);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 76px;
}
.news-content .news-card-group {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.news-content .news-card-group .news-card {
  border-radius: 10px;
  padding: 36px 34px 22px 34px;
  max-width: 586px;
  width: 100%;
}
.news-content .news-card-group .news-card .news-card-top {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}
.news-content .news-card-group .news-card .news-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.news-content .news-card-group .news-card .news-small-title {
  padding: 14px 2px;
  color: #424242;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
}
.news-content .news-card-group .news-card .news-small-title a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  position: relative;
  display: block;
  padding-right: 20px;
}
.news-content .news-card-group .news-card .news-small-title a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.news-content .news-card-group .news-card .news-small-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 2px;
  right: 2px;
  height: 1px;
  background: repeating-linear-gradient(to right, #CDCDCD 0px, #CDCDCD 8px, transparent 8px, transparent 16px);
}
.news-content .news-card-group .news-card .news-small-title:last-child::after {
  display: none;
}
.news-content .news-card-group .purple-card {
  background: #F8F7FF;
}
.news-content .news-card-group .purple-card .purple-title {
  color: #6661FF;
}
.news-content .news-card-group .purple-card .news-small-title a:hover {
  color: #6661FF;
}
.news-content .news-card-group .purple-card .news-small-title a:hover::after {
  opacity: 1;
  background-image: url("https://img.tunefab.com/uploads/page/new-home/news-arrow-purple.png");
}
.news-content .news-card-group .pink-card {
  background: #FFF3FA;
}
.news-content .news-card-group .pink-card .pink-title {
  color: #FF7DCD;
}
.news-content .news-card-group .pink-card .news-small-title a:hover {
  color: #FF7DCD;
}
.news-content .news-card-group .pink-card .news-small-title a:hover::after {
  opacity: 1;
  background-image: url("https://img.tunefab.com/uploads/page/new-home/news-arrow-pink.png");
}
.empower {
  padding: 112px 0 128px 0;
  background: linear-gradient(180deg, #FFF 7.02%, #9C9AFF 65.13%, #756EFF 118.87%);
  position: relative;
  overflow: hidden;
}
.empower-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.empower-content  .empower-title {
  color: #061C3D;
  font-size: clamp(32px, 5vw, 42px);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 68px;
}
.empower-content .empower-center {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
.empower-content .empower-center img {
  display: block;
  width: 701px;
  height: 561px;
}
.empower-content .empower-center::before {
  content: '';
  position: absolute;
  left: -192px;
  bottom: 0;
  width: 386px;
  height: 320px;
  background-image: url('https://img.tunefab.com/uploads/page/new-home/empower-left.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: 2;
  pointer-events: none;
  transform: translateX(var(--empower-left-offset, -120px));
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.empower-content .empower-center::after {
  content: '';
  position: absolute;
  right: -160px;
  bottom: -20px;
  width: 375px;
  height: 340px;
  background-image: url('https://img.tunefab.com/uploads/page/new-home/empower-right.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 2;
  pointer-events: none;
  transform: translateX(var(--empower-right-offset, 120px));
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.empower-content .empower-btn-group {
  display: flex;
  gap: 48px;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}
.empower-content .empower-btn-group .empower-left-btn {
  border-radius: 52px;
  background: #0C1228;
  color: #FFF;
  padding: 17px 46px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
}
.empower-content .empower-btn-group .empower-left-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #007BFF;
  border-radius: 52px;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 0;
}
.empower-content .empower-btn-group .empower-left-btn span {
  position: relative;
  z-index: 1;
}
.empower-content .empower-btn-group .empower-left-btn:hover:before {
  transform: translateX(0);
}
.empower-content .empower-btn-group .empower-right-btn {
  border-radius: 52px;
  background: #FFF;
  color: #0B0A22;
  padding: 17px 76px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s ease;
}
.empower-content .empower-btn-group .empower-right-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #007BFF;
  border-radius: 52px;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 0;
}
.empower-content .empower-btn-group .empower-right-btn span {
  position: relative;
  z-index: 1;
}
.empower-content .empower-btn-group .empower-right-btn:hover {
  color: #FFF;
}
.empower-content .empower-btn-group .empower-right-btn:hover:before {
  transform: translateX(0);
}
@media (max-width: 1200px) {
  .container {
    padding: 0 100px;
  }
  .brand-content .brand-card-group .swiper-wrapper {
    gap: 10px;
    justify-content: space-around;
  }
  .brand-content .brand-card-group .brand-card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .brand-content .brand-card-group .brand-card .brand-pic {
    margin-bottom: 20px;
  }
  .brand-content .brand-card-group .brand-card .brand-pic img {
    width: 200px;
  }
  .tech-content .tech-show .tech-four .square {
    gap: 10px;
  }
  .media-content {
    flex-direction: column;
    align-items: center;
  }
  .media-left h2 {
    max-width: 644px;
    text-align: center;
  }
  .empower-content .empower-center img {
    width: 600px;
    height: auto;
  }
  .empower-content .empower-center::before {
    width: 330px;
    height: 274px;
    left: -165px;
  }
  .empower-content .empower-center::after {
    width: 320px;
    height: 290px;
    right: -137px;
  }
}
@media (max-width: 1100px) {
  .empower-content .empower-center {
    display: flex;
    justify-content: center;
  }
  .empower-content .empower-center img {
    width: 550px;
    height: auto;
  }
  .empower-content .empower-center::before {
    width: 300px;
    height: 249px;
    left: -150px;
  }
  .empower-content .empower-center::after {
    width: 290px;
    height: 263px;
    right: -125px;
  }
}
@media (max-width: 1050px) {
  .empower-content .empower-center {
    display: flex;
    justify-content: center;
  }
  .empower-content .empower-center img {
    width: 500px;
    height: auto;
  }
  .empower-content .empower-center::before {
    width: 270px;
    height: 224px;
    left: -135px;
  }
  .empower-content .empower-center::after {
    width: 260px;
    height: 236px;
    right: -110px;
  }
}
@media (max-width: 1000px) {
  .brand-content h2 {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .brand-content .brand-card-group.swiper {
    overflow: hidden;
    max-width: 480px;
    margin: 0 auto;
  }
  .brand-content .brand-card-group.swiper .swiper-wrapper {
    display: flex;
    transition-property: transform;
    gap: 0;
  }
  .brand-content .brand-card-group.swiper .brand-card {
    max-width: 480px;
  }
  .brand-content .brand-card-group.swiper .swiper-pagination {
    bottom: 54px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .brand-content .brand-card-group.swiper .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: rgba(6, 28, 61, 0.3);
    opacity: 1;
    margin: 0 4px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .brand-content .brand-card-group.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #007BFF;
  }
  .brand-content .brand-card-group.swiper .swiper-slide {
    width: 100%;
    flex-shrink: 0;
  }
  .product-swiper {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
  }
  .product-swiper .product-slide {
    margin-right: 0;
  }
  .product-swiper .sound-slide .product-slide-down {
    padding-bottom: 63px;
  }
  .product-swiper .audible-slide .product-slide-down {
    padding-bottom: 104px;
  }
  .empower-content .empower-center {
    display: flex;
    justify-content: center;
  }
  .empower-content .empower-center img {
    width: 450px;
    height: auto;
  }
  .empower-content .empower-center::before {
    width: 240px;
    height: 199px;
    left: -120px;
  }
  .empower-content .empower-center::after {
    width: 230px;
    height: 209px;
    right: -95px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
  .banner-content {
    padding: 34px 0 60px 0;
  }
  .banner-content .banner-btn-group .banner-btn-left {
    padding: 12px 30px;
  }
  .banner-content .banner-btn-group .banner-btn-right {
    padding: 12px 51px;
  }
  .brand {
    padding: 60px 0 84px 0;
  }
  .brand-content h2 {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .brand-content .brand-card-group.swiper {
    overflow: hidden;
    max-width: 480px;
    margin: 0 auto;
  }
  .brand-content .brand-card-group.swiper .swiper-wrapper {
    display: flex;
    transition-property: transform;
    gap: 0;
  }
  .brand-content .brand-card-group.swiper .brand-card {
    max-width: 480px;
  }
  .brand-content .brand-card-group.swiper .swiper-pagination {
    bottom: 54px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .brand-content .brand-card-group.swiper .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: rgba(6, 28, 61, 0.3);
    opacity: 1;
    margin: 0 4px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .brand-content .brand-card-group.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #007BFF;
  }
  .brand-content .brand-card-group.swiper .swiper-slide {
    width: 100%;
    flex-shrink: 0;
  }
  .tech {
    padding-bottom: 54px;
  }
  .tech-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tech-content h2 {
    margin-bottom: 32px;
    max-width: 480px;
  }
  .tech-content .tech-show {
    gap: 25px;
  }
  .tech-content .tech-show .tech-card {
    width: clamp(310px, 92vw, 480px);
    height: clamp(329px, 97.6vw, 509px);
    border-radius: 8px;
  }
  .tech-content .tech-show .tech-card .tech-card-title {
    margin-bottom: 10px;
  }
  .tech-content .tech-show .tech-card .desc-normal {
    text-wrap: wrap;
  }
  .tech-content .tech-show .tech-one {
    background-image: url("https://img.tunefab.com/uploads/page/new-home/tech-1-mobile.png");
    padding: clamp(24px, 3vw, 40px) clamp(32px, 6vw, 76px) clamp(248px, 30vw, 392px) clamp(24px, 3vw, 40px);
  }
  .tech-content .tech-show .tech-two {
    background-image: url("https://img.tunefab.com/uploads/page/new-home/tech-2-mobile.png");
    padding: clamp(24px, 3vw, 40px) clamp(32px, 6vw, 76px) clamp(248px, 30vw, 392px) clamp(24px, 3vw, 40px);
  }
  .tech-content .tech-show .tech-three {
    background-image: url("https://img.tunefab.com/uploads/page/new-home/tech-3-mobile.png");
    padding: clamp(24px, 3vw, 40px) clamp(32px, 6vw, 76px) clamp(248px, 30vw, 392px) clamp(24px, 3vw, 40px);
  }
  .tech-content .tech-show .tech-four {
    gap: 20px;
    height: clamp(285px, calc(285px + (428 - 285) * ((100vw - 344px) / (480 - 344))), 428px);
  }
  .tech-content .tech-show .tech-four .square {
    display: flex;
    gap: 16px;
    flex-wrap: nowrap;
    border-radius: 8px;
    padding: 0;
  }
  .tech-content .tech-show .tech-four .tech-small-card {
    border-radius: 8px;
  }
  .tech-content .tech-show .tech-four .tech-small-card .square-num {
    font-size: clamp(28px, 3vw, 40px);
  }
  .tech-content .tech-show .tech-four .tech-small-card .square-text {
    font-size: clamp(12px, 1.5vw, 16px);
  }
  .tech-content .tech-show .tech-four .tech-small-card .rectangle-desc {
    text-wrap: nowrap;
  }
  .tech-content .tech-show .tech-four .square-one {
    border-radius: 8px;
    width: clamp(148px, calc(148px + (230 - 148) * ((100vw - 344px) / (480 - 344))), 230px);
    height: clamp(130px, calc(130px + (202 - 130) * ((100vw - 344px) / (480 - 344))), 202px);
    text-align: right;
    background-image: url("https://img.tunefab.com/uploads/page/new-home/tech-4-mobile.png");
    background-size: cover;
    padding: 80px 7px 20px 40px;
  }
  .tech-content .tech-show .tech-four .square-two {
    border-radius: 8px;
    width: clamp(148px, calc(148px + (232 - 148) * ((100vw - 344px) / (480 - 344))), 232px);
    height: clamp(130px, calc(130px + (202 - 130) * ((100vw - 344px) / (480 - 344))), 202px);
    background-image: url("https://img.tunefab.com/uploads/page/new-home/tech-5-mobile.png");
    background-size: cover;
    padding: 7px 65px 93px 15px;
  }
  .tech-content .tech-show .tech-four .rectangle {
    border-radius: 8px;
    width: clamp(314px, calc(314px + (480 - 314) * ((100vw - 344px) / (480 - 344))), 480px);
    height: clamp(140px, calc(140px + (206 - 140) * ((100vw - 344px) / (480 - 344))), 206px);
    background-image: url("https://img.tunefab.com/uploads/page/new-home/tech-6-mobile.png");
    background-size: cover;
    padding: 50px 68px 20px 18px;
  }
  .user {
    padding: 38px 0 18px 0;
    background-image: url("https://img.tunefab.com/uploads/page/new-home/user-background-mobile.png");
  }
  .user-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .user-content h2 {
    max-width: 480px;
    margin-bottom: 20px;
  }
  .user-content .user-desc {
    font-size: 16px;
    max-width: 480px;
    margin-bottom: 30px;
  }
  .swiper-container {
    display: none;
  }
  .user-mobile-swiper {
    display: block;
    overflow: hidden;
  }
  .user-mobile-swiper.swiper {
    overflow: hidden;
    max-width: 480px;
    width: 100%;
  }
  .user-mobile-swiper.swiper .swiper-wrapper {
    display: flex;
    transition-property: transform;
  }
  .user-mobile-swiper.swiper .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .user-mobile-swiper .user-mobile-wrapper,
  .user-mobile-swiper .swiper-wrapper {
    display: flex;
  }
  .user-mobile-swiper .user-mobile-slide,
  .user-mobile-swiper .swiper-slide {
    width: 100%;
    height: 530px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    border-radius: 16px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 22px;
    flex-shrink: 0;
  }
  .user-mobile-swiper .user-mobile-slide .user-quotes,
  .user-mobile-swiper .swiper-slide .user-quotes {
    margin-bottom: 4px;
  }
  .user-mobile-swiper .user-mobile-slide .user-quotes img,
  .user-mobile-swiper .swiper-slide .user-quotes img {
    width: 40px;
    height: 40px;
  }
  .user-mobile-swiper .user-mobile-slide .user-text,
  .user-mobile-swiper .swiper-slide .user-text {
    color: #484848;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    flex: 1;
  }
  .user-mobile-swiper .user-mobile-slide .user-info,
  .user-mobile-swiper .swiper-slide .user-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    width: 100%;
  }
  .user-mobile-swiper .user-mobile-slide .user-info .user-detail,
  .user-mobile-swiper .swiper-slide .user-info .user-detail {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .user-mobile-swiper .user-mobile-slide .user-info .user-detail .user-avatar img,
  .user-mobile-swiper .swiper-slide .user-info .user-detail .user-avatar img {
    width: 30px;
  }
  .user-mobile-swiper .user-mobile-slide .user-info .user-detail .user-name,
  .user-mobile-swiper .swiper-slide .user-info .user-detail .user-name {
    color: #061C3D;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
  }
  .user-mobile-swiper .user-mobile-slide .user-info .user-logo img,
  .user-mobile-swiper .swiper-slide .user-info .user-logo img {
    height: 24px;
    width: auto;
  }
  .user-mobile-swiper .navigation-buttons {
    display: flex;
    gap: 20px;
    margin-top: 24px;
    justify-content: center;
  }
  .user-mobile-swiper .navigation-buttons .nav-button {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(11, 99, 229, 0.15);
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .user-mobile-swiper .navigation-buttons .nav-button:hover {
    background: #0066ff;
    border-color: #0066ff;
  }
  .user-mobile-swiper .navigation-buttons .nav-button:hover i {
    color: #fff;
  }
  .user-mobile-swiper .navigation-buttons .nav-button i {
    font-size: 20px;
    color: #0b63e5;
    transition: all 0.3s ease;
    font-weight: 600;
  }
  .user-mobile-swiper .navigation-buttons .nav-button.prev i {
    transform: rotate(180deg);
  }
  .media {
    padding: 70px 0 32px 0;
  }
  .media-content {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .media-left {
    max-width: 480px;
    padding: 0;
  }
  .media-left h2 {
    text-align: center;
    margin-bottom: 12px;
  }
  .media-left .media-card-group {
    gap: 16px;
  }
  .media-left .media-card {
    padding: 20px 24px;
  }
  .media-left .media-card .media-card-left img {
    width: 60px;
    height: auto;
  }
  .media-left .media-card .media-card-title {
    font-size: 24px;
  }
  .media-left .media-card .media-card-desc {
    font-size: 18px;
  }
  .media-right {
    max-width: 480px;
    width: 100%;
    padding: 320px 40px 48px 40px;
    background-image: url("https://img.tunefab.com/uploads/page/new-home/media-swiper-background-mobile.png");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .media-right .media-slide .media-slide-tag {
    width: 128px;
    height: 40px;
    border-radius: 8px;
    margin-bottom: 14px;
  }
  .media-right .media-slide .media-slide-tag img {
    width: 100px;
    height: auto;
  }
  .media-right .media-slide .media-slide-text {
    font-size: 14px;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .media-right .media-pagination {
    position: relative;
    bottom: auto;
    left: 0;
    padding-bottom: 32px;
    gap: 6px;
  }
  .media-right .media-pagination .media-dot {
    width: 6px;
    height: 6px;
  }
  .media-right .media-pagination .media-dot.active {
    width: 16px;
  }
  .product {
    padding: 50px 0 74px 0;
  }
  .product .container {
    display: flex;
    flex-direction: column;
  }
  .product-content {
    flex-direction: column;
    align-items: center;
    order: 1;
  }
  .product-content h2 {
    text-align: center;
    margin-bottom: 24px;
  }
  .product-content .navigation-buttons {
    display: none;
  }
  .product-swiper {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    order: 2;
    margin-bottom: 24px;
  }
  .product-swiper.swiper {
    overflow: hidden;
  }
  .product-swiper.swiper .swiper-wrapper {
    display: flex;
  }
  .product-swiper .product-slide {
    max-width: 480px;
    width: 100%;
    height: 520px;
    margin-right: 0px;
  }
  .product-swiper .product-slide.swiper-slide {
    width: 100%;
  }
  .product-swiper .product-slide .product-slide-top {
    padding: 0 30px;
    gap: 16px;
  }
  .product-swiper .product-slide .product-slide-top .top-left img {
    width: 50px;
    height: auto;
  }
  .product-swiper .product-slide .product-slide-top .top-right {
    font-size: 20px;
    max-width: 160px;
  }
  .product-swiper .product-slide .product-slide-middle {
    padding: 0 30px;
    font-size: 14px;
  }
  .product-swiper .product-slide .product-slide-down {
    padding: 0 20px 40px 20px;
  }
  .product-swiper .product-slide .product-slide-down img {
    width: 340px;
    height: auto;
  }
  .product-swiper .aio-slide .product-slide-down {
    margin-top: 30px;
  }
  .product-swiper .spotify-slide .product-slide-down {
    margin-top: 10px;
  }
  .product-swiper .apple-slide .product-slide-down {
    margin-top: 20px;
  }
  .product-swiper .amazon-slide .product-slide-down {
    margin-top: 30px;
  }
  .product-swiper .youtube-slide .product-slide-down {
    margin-top: 25px;
  }
  .product-swiper .sound-slide .product-slide-down {
    margin-top: 22px;
  }
  .product-swiper .deezer-slide .product-slide-down {
    margin-top: 10px;
  }
  .product-swiper .pandora-slide .product-slide-down {
    margin-top: 24px;
  }
  .product-swiper .audible-slide .product-slide-down {
    margin-top: 0px;
  }
  .product-mobile-nav {
    display: flex !important;
    justify-content: center;
    gap: 20px;
    order: 3;
    margin-top: 20px;
  }
  .product-mobile-nav .nav-button {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(11, 99, 229, 0.15);
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .product-mobile-nav .nav-button:hover {
    background: #0066ff;
    border-color: #0066ff;
  }
  .product-mobile-nav .nav-button:hover i {
    color: #fff;
  }
  .product-mobile-nav .nav-button i {
    font-size: 20px;
    color: #0b63e5;
    transition: all 0.3s ease;
    font-weight: 600;
  }
  .product-mobile-nav .nav-button.prev i {
    transform: rotate(180deg);
  }
  .news {
    padding-bottom: 68px;
  }
  .news-content h2 {
    margin-bottom: 34px;
  }
  .news-content .news-card-group {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .news-content .news-card-group .news-card {
    padding: 24px 20px 6px 20px;
  }
  .news-content .news-card-group .news-card .news-card-top {
    gap: 8px;
    margin-bottom: 10px;
  }
  .news-content .news-card-group .news-card .news-title {
    font-size: 16px;
  }
  .news-content .news-card-group .news-card .news-small-title {
    padding: 10px 2px;
    font-size: 12px;
  }
  .empower {
    padding: 28px 0 80px 0;
  }
  .empower-content .empower-title {
    margin-bottom: 32px;
    text-align: center;
  }
  .empower-content .empower-center {
    margin-bottom: 54px;
  }
  .empower-content .empower-center img {
    content: url("https://img.tunefab.com/uploads/page/new-home/empower-mobile-center.png");
    width: 100%;
    height: auto;
  }
  .empower-content .empower-center::before,
  .empower-content .empower-center::after {
    display: none;
  }
  .empower-content .empower-btn-group {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
  }
  .empower-content .empower-btn-group .empower-left-btn,
  .empower-content .empower-btn-group .empower-right-btn {
    width: 140px;
    padding: 12px 24px;
    font-size: 16px;
  }
}
@media (max-width: 530px) {
  .banner {
    background-image: url("https://img.tunefab.com/uploads/page/new-home/banner-background-mobile.png");
    min-height: auto;
    background-size: cover;
    background-position: center top;
  }
  .banner-content .tf-bullet {
    padding: 2px 22px;
    margin-bottom: 16px;
  }
  .banner-content .banner-btn-group {
    flex-direction: column;
    align-items: center;
  }
  .media-right {
    max-width: 480px;
    width: 100%;
    padding-top: clamp(120px, calc(120px + (320 - 120) * ((100vw - 344px) / (480 - 344))), 230px);
    padding-right: clamp(21px, calc(21px + (44 - 21) * ((100vw - 344px) / (480 - 344))), 44px);
    padding-bottom: 0px;
    padding-left: clamp(21px, calc(21px + (44 - 21) * ((100vw - 344px) / (480 - 344))), 44px);
  }
  .tech-content .tech-show .tech-four .square {
    gap: 8px;
  }
  .tech-content .tech-show .tech-four .square-one {
    width: clamp(140px, calc(140px + (230 - 140) * ((100vw - 344px) / (480 - 344))), 230px);
    height: clamp(130px, calc(130px + (202 - 130) * ((100vw - 344px) / (480 - 344))), 202px);
    padding: 80px 7px 20px 40px;
  }
  .tech-content .tech-show .tech-four .square-two {
    width: clamp(140px, calc(140px + (232 - 140) * ((100vw - 344px) / (480 - 344))), 232px);
    height: clamp(130px, calc(130px + (202 - 130) * ((100vw - 344px) / (480 - 344))), 202px);
    padding: 7px 65px 93px 15px;
  }
}
@media (max-width: 432px) {
  .tech-content .tech-show .tech-four .square {
    gap: 6px;
  }
  .tech-content .tech-show .tech-four .square-one {
    width: clamp(134px, calc(134px + (230 - 134) * ((100vw - 344px) / (480 - 344))), 230px);
    height: clamp(130px, calc(130px + (202 - 130) * ((100vw - 344px) / (480 - 344))), 202px);
    padding: 80px 7px 20px 40px;
  }
  .tech-content .tech-show .tech-four .square-two {
    width: clamp(134px, calc(134px + (232 - 134) * ((100vw - 344px) / (480 - 344))), 232px);
    height: clamp(130px, calc(130px + (202 - 130) * ((100vw - 344px) / (480 - 344))), 202px);
    padding: 7px 65px 93px 15px;
  }
}
@media (max-width: 420px) {
  .tech-content .tech-show .tech-four .square {
    gap: 8px;
  }
  .tech-content .tech-show .tech-four .square-one {
    width: clamp(140px, calc(140px + (230 - 140) * ((100vw - 344px) / (480 - 344))), 230px);
    height: clamp(130px, calc(130px + (202 - 130) * ((100vw - 344px) / (480 - 344))), 202px);
    padding: 80px 7px 20px 40px;
  }
  .tech-content .tech-show .tech-four .square-two {
    width: clamp(140px, calc(140px + (232 - 140) * ((100vw - 344px) / (480 - 344))), 232px);
    height: clamp(130px, calc(130px + (202 - 130) * ((100vw - 344px) / (480 - 344))), 202px);
    padding: 7px 65px 93px 15px;
  }
}
@media (max-width: 400px) {
  .tech-content .tech-show .tech-four .square {
    gap: 16px;
  }
  .tech-content .tech-show .tech-four .square-one {
    width: clamp(148px, calc(140px + (230 - 140) * ((100vw - 344px) / (480 - 344))), 230px);
    height: clamp(130px, calc(130px + (202 - 130) * ((100vw - 344px) / (480 - 344))), 202px);
    padding: 80px 7px 20px 40px;
  }
  .tech-content .tech-show .tech-four .square-two {
    width: clamp(148px, calc(140px + (232 - 140) * ((100vw - 344px) / (480 - 344))), 232px);
    height: clamp(130px, calc(130px + (202 - 130) * ((100vw - 344px) / (480 - 344))), 202px);
    padding: 7px 65px 93px 15px;
  }
}
@media (max-width: 380px) {
  .tech-content .tech-show .tech-four .square {
    gap: 16px;
  }
  .tech-content .tech-show .tech-four .square-one {
    width: clamp(148px, calc(144px + (230 - 144) * ((100vw - 344px) / (480 - 344))), 230px);
    height: clamp(130px, calc(130px + (202 - 130) * ((100vw - 344px) / (480 - 344))), 202px);
    padding: 80px 7px 20px 30px;
  }
  .tech-content .tech-show .tech-four .square-two {
    width: clamp(148px, calc(144px + (232 - 144) * ((100vw - 344px) / (480 - 344))), 232px);
    height: clamp(130px, calc(130px + (202 - 130) * ((100vw - 344px) / (480 - 344))), 202px);
    padding: 7px 65px 93px 15px;
  }
}
@media (max-width: 360px) {
  .tech-content .tech-show .tech-four .square {
    gap: 16px;
  }
  .tech-content .tech-show .tech-four .square-one {
    padding: 64px 7px 30px 20px;
  }
  .tech-content .tech-show .tech-four .square-two {
    padding: 7px 65px 93px 15px;
  }
  .tech-content .tech-show .tech-four .rectangle {
    padding: 40px 68px 20px 18px;
  }
  .product-swiper .product-slide .product-slide-down img {
    width: 280px;
    height: auto;
  }
  .empower-content .empower-center img {
    width: 314px;
    height: auto;
  }
}
