* {
  -webkit-tap-highlight-color: transparent;
}
main .container {
  width: 1200px;
  padding: 0;
}
.banner {
  background: url("https://img.tunefab.com/uploads/page/landing-page/tunefab-player/banner-pc.webp"), #090020;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 268px 0 344px;
}
.banner .banner-content {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  gap: 46px;
}
.banner h1 {
  color: #FFF;
  text-align: right;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3;
}
.banner h1 .h1-spe {
  background: linear-gradient(90deg, #F763FF 0%, #A75EFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner .banner-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 43px;
  border-radius: 195px;
  background: linear-gradient(108deg, #FF9658 0%, #9F6DFF 25%, #FF5CB4 50%, #9F6DFF 75%, #FF9658 100%);
  cursor: pointer;
  background-size: 200% 100%;
  background-position: 100% 0;
  transition: all 0.3s ease;
}
.banner .banner-btn .banner-btn-text {
  color: #FFF;
  font-size: 22px;
  font-weight: 600;
}
.banner .banner-btn:hover,
.banner .banner-btn:active {
  background-position: 0% 0;
  transform: translateY(-4px);
}
.explore {
  padding: 126px 0 206px;
  background: #FFF;
}
.explore .explore-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 66px;
}
.explore h2 {
  color: #2B2B2B;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
}
.explore .explore-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 126px;
}
.explore .explore-group .explore-card {
  display: flex;
  justify-content: space-between;
  gap: 134px;
}
.explore .explore-group .explore-card.card-reverse {
  flex-direction: row-reverse;
}
.explore .explore-group .card-title {
  color: #2B2B2B;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.3;
  margin: 20px 0;
}
.explore .explore-group .card-desc {
  max-width: 550px;
  color: #434343;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.8;
}
.qrcode {
  background: url("https://img.tunefab.com/uploads/page/landing-page/tunefab-player/qrcode-bg.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 86px 0;
}
.qrcode .qrcode-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.qrcode h2 {
  max-width: 572px;
  color: #FFF;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.5;
}
.qrcode .qrcode-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 14px;
  background: #50269D;
  box-shadow: 0 0 15.576px 11.26px rgba(13, 0, 50, 0.23);
  backdrop-filter: blur(1.69606245px);
}
.qrcode .qrcode-container .qrcode-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  border-radius: 7px;
  background: #FFF;
}
.qrcode .qrcode-container .qrcode-img {
  width: 190px;
}
.qrcode .qrcode-container .qrcode-btn {
  padding: 9px 43px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: #50269D;
}
@media (max-width: 1200px) {
  main .container {
    width: 100%;
    padding: 0 15px;
  }
  .banner {
    background-position: -220px 0;
    padding: 200px 0;
  }
  .banner h1 {
    font-size: 52px;
  }
  .banner .banner-btn {
    padding: 18px 31px;
  }
  .explore .explore-group .explore-card {
    gap: 72px;
  }
  .explore .explore-group .explore-card-img {
    width: 480px;
  }
  .qrcode h2 {
    font-size: 42px;
  }
}
@media (max-width: 970px) {
  .banner {
    background-position: -204px 0;
    padding: 140px 0;
  }
  .banner h1 {
    font-size: 48px;
  }
  .explore .explore-group .explore-card {
    flex-direction: column;
  }
  .explore .explore-group .explore-card.card-reverse {
    flex-direction: column;
    gap: 40px;
  }
  .explore .explore-group .explore-card-img {
    width: 100%;
  }
}
@media (max-width: 760px) {
  .banner {
    background: url("https://img.tunefab.com/uploads/page/landing-page/tunefab-player/banner-mobile.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 685px;
    padding: 90px 0 400px;
  }
  .banner .banner-content {
    align-items: center;
    gap: 32px;
  }
  .banner h1 {
    text-align: center;
    font-size: 40px;
  }
  .banner .banner-btn {
    gap: 14px;
    padding: 18px 31px;
    border-radius: 141px;
  }
  .banner .banner-btn .banner-btn-img {
    width: 24px;
  }
  .banner .banner-btn .banner-btn-text {
    font-size: 16px;
  }
  .explore {
    padding: 90px 0 144px;
  }
  .explore .explore-content {
    gap: 34px;
  }
  .explore h2 {
    font-size: 28px;
  }
  .explore .explore-group {
    gap: 104px;
  }
  .explore .explore-group .explore-card {
    flex-direction: column;
    gap: 20px;
  }
  .explore .explore-group .explore-card.card-reverse {
    flex-direction: column;
  }
  .explore .explore-group .card-logo {
    width: 40px;
  }
  .explore .explore-group .card-title {
    font-size: 20px;
    margin: 10px 0;
  }
  .explore .explore-group .card-desc {
    max-width: 328px;
    font-size: 14px;
  }
  .explore .explore-group .explore-card-img {
    width: 100%;
  }
  .qrcode {
    background: url("https://img.tunefab.com/uploads/page/landing-page/tunefab-player/qrcode-bg.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 72px 0 92px;
  }
  .qrcode .qrcode-content {
    flex-direction: column;
    gap: 40px;
  }
  .qrcode h2 {
    max-width: 340px;
    text-align: center;
    font-size: 28px;
  }
  .qrcode .qrcode-container {
    padding: 12px;
    border-radius: 12px;
  }
  .qrcode .qrcode-container .qrcode-img {
    width: 156px;
  }
  .qrcode .qrcode-container .qrcode-btn {
    background: #50269D;
    padding: 8px 35px;
  }
  .qrcode .qrcode-container .qrcode-btn .qrcode-google {
    width: 112px;
  }
}
@media (max-width: 350px) {
  .explore h2 {
    font-size: 26px;
  }
}
