html {
  scroll-behavior: smooth;
  scroll-padding-top: 20px;
}
body {
  background: #fff;
}
#spotify-playlist-backup .download-win,
#spotify-playlist-backup .download-mac {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 140px;
  height: 42px;
  color: #fff;
  transition: all 300ms;
  margin-left: 20px;
  border-radius: 4px;
  background: #3586ff;
}
#spotify-playlist-backup .download-win:hover,
#spotify-playlist-backup .download-mac:hover {
  background-color: #1a56f0;
}
#spotify-playlist-backup .download-win.active,
#spotify-playlist-backup .download-mac.active {
  display: flex;
}
#spotify-playlist-backup .buy-win,
#spotify-playlist-backup .buy-mac {
  box-sizing: border-box;
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 140px;
  height: 42px;
  color: #3586ff;
  transition: all 300ms;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 4px;
  border: 1px solid #3586ff;
  background: #fff;
}
#spotify-playlist-backup .buy-win:hover,
#spotify-playlist-backup .buy-mac:hover {
  color: #fff;
  background-color: #1a56f0;
  border-color: #1a56f0;
}
#spotify-playlist-backup .buy-win:hover::after,
#spotify-playlist-backup .buy-mac:hover::after {
  color: #fff;
}
#spotify-playlist-backup .buy-win.active,
#spotify-playlist-backup .buy-mac.active {
  display: flex;
}
#spotify-playlist-backup .download-win::after {
  content: '\e743';
  font-family: iconfont;
  font-size: 22px;
}
#spotify-playlist-backup .download-mac::after {
  content: '\e881';
  font-family: iconfont;
  font-size: 22px;
}
#spotify-playlist-backup .buy-win::after {
  content: '\e743';
  font-family: iconfont;
  font-size: 22px;
  color: #3586ff;
}
#spotify-playlist-backup .buy-mac::after {
  content: '\e881';
  font-family: iconfont;
  font-size: 22px;
  color: #3586ff;
}
@media (max-width: 768px) {
  html {
    scroll-padding-top: 58px;
  }
  #spotify-playlist-backup .download-win,
  #spotify-playlist-backup .download-mac,
  #spotify-playlist-backup .buy-win,
  #spotify-playlist-backup .buy-mac {
    display: none !important;
  }
  #spotify-playlist-backup .navigation-content .nav-icon {
    margin-right: 0;
    margin-left: 24px;
  }
}
.tf-navigation .navigation-content_nav li a:hover {
  color: #007BFF;
}
.spotify-playlist-backup-page .banner {
  position: relative;
  scroll-margin-top: 58px;
  overflow: hidden;
}
.spotify-playlist-backup-page .banner-content {
  position: absolute;
  top: 70px;
  left: 50%;
  z-index: 2;
  width: 100%;
  max-width: 900px;
  transform: translateX(-50%);
  text-align: center;
}
.spotify-playlist-backup-page .banner-content h1 {
  margin: 0;
  color: #101010;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.5;
}
.spotify-playlist-backup-page .banner-desc {
  margin: 18px auto 0;
  color: #222A37;
  font-size: 18px;
  line-height: 1.5;
}
.spotify-playlist-backup-page .banner-features {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  flex-wrap: wrap;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}
.spotify-playlist-backup-page .banner-features li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #222A37;
  font-size: 18px;
  line-height: 1.5;
}
.spotify-playlist-backup-page .banner-features li img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}
.spotify-playlist-backup-page .banner-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 34px;
}
.spotify-playlist-backup-page .download-win,
.spotify-playlist-backup-page .download-mac {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 230px;
  height: 60px;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  background: #fff;
  color: #222a37;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  transition: all 300ms;
}
.spotify-playlist-backup-page .download-win:hover,
.spotify-playlist-backup-page .download-mac:hover {
  color: #fff;
  background-color: #1a56f0;
  border-color: #1a56f0;
}
.spotify-playlist-backup-page .download-win.active,
.spotify-playlist-backup-page .download-mac.active {
  display: inline-flex;
}
.spotify-playlist-backup-page .download-win::before {
  content: '\e743';
  font-family: iconfont;
  font-size: 28px;
}
.spotify-playlist-backup-page .download-mac::before {
  content: '\e881';
  font-family: iconfont;
  font-size: 28px;
}
.spotify-playlist-backup-page .buy-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 230px;
  height: 60px;
  border-radius: 8px;
  background: #3870ff;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  transition: all 300ms;
  overflow: hidden;
}
.spotify-playlist-backup-page .buy-btn::before {
  content: '\e658';
  position: relative;
  z-index: 1;
  font-family: iconfont;
  font-size: 28px;
}
.spotify-playlist-backup-page .buy-btn::after {
  content: '';
  position: absolute;
  top: 52px;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  height: 212px;
  border-radius: 260px;
  background: linear-gradient(180deg, #6cf -17.62%, #a3e0ff 76.73%, #fff 218.92%);
  filter: blur(13px);
}
.spotify-playlist-backup-page .buy-btn:hover {
  color: #fff;
  background-color: #1a56f0;
}
.spotify-playlist-backup-page .switch-win,
.spotify-playlist-backup-page .switch-mac {
  display: none;
  margin-top: 18px;
  color: #007bff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
}
.spotify-playlist-backup-page .switch-win::after,
.spotify-playlist-backup-page .switch-mac::after {
  content: '>>';
  display: inline-block;
  margin-left: 2px;
  transition: all 300ms;
}
.spotify-playlist-backup-page .switch-win:hover::after,
.spotify-playlist-backup-page .switch-mac:hover::after {
  transform: translateX(10px);
}
.spotify-playlist-backup-page .switch-win.active,
.spotify-playlist-backup-page .switch-mac.active {
  display: block;
}
.spotify-playlist-backup-page .banner-visual {
  min-width: 100vw;
  min-height: 900px;
  overflow: hidden;
}
.spotify-playlist-backup-page .banner-visual img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  min-height: 900px;
  width: auto;
  min-width: 100vw;
}
.spotify-playlist-backup-page .wrap1 {
  padding: 150px 0;
}
.spotify-playlist-backup-page .wrap1-title {
  margin: 0;
  color: #061C3D;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.spotify-playlist-backup-page .wrap1-desc {
  max-width: 820px;
  margin: 22px auto 0;
  color: #4a5666;
  font-size: 18px;
  line-height: 1.75;
  text-align: center;
}
.spotify-playlist-backup-page .wrap1-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px 40px;
  margin-top: 56px;
}
.spotify-playlist-backup-page .wrap1-card {
  min-height: 410px;
  padding: 36px 36px 20px;
  border-radius: 20px;
  overflow: hidden;
}
.spotify-playlist-backup-page .wrap1-card img {
  display: block;
  width: 100%;
  margin-top: 18px;
}
.spotify-playlist-backup-page .wrap1-card.card-green {
  background: linear-gradient(0deg, #07634A 0%, #07634A 100%), linear-gradient(133deg, #0E62FE 23.38%, #95BFFF 97.16%);
}
.spotify-playlist-backup-page .wrap1-card.card-blue {
  background: #3287FD;
}
.spotify-playlist-backup-page .wrap1-card.card-purple {
  background: #943FDD;
}
.spotify-playlist-backup-page .wrap1-card.card-lime {
  background: #C0F66E;
}
.spotify-playlist-backup-page .wrap1-card.card-lime .wrap1-card_title,
.spotify-playlist-backup-page .wrap1-card.card-lime .wrap1-card_desc {
  color: #000;
}
.spotify-playlist-backup-page .wrap1-card_title {
  margin: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.spotify-playlist-backup-page .wrap1-card_desc {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.75;
}
.spotify-playlist-backup-page .wrap2 {
  padding: 120px 0 140px;
  background: url(https://img.tunefab.com/uploads/page/product/spotify-playlist-backup/wrap2-bg.webp) center top / cover no-repeat;
  height: 967px;
  overflow: hidden;
}
.spotify-playlist-backup-page .wrap2.is-visible .wrap2-center {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.spotify-playlist-backup-page .wrap2.is-visible .item-1,
.spotify-playlist-backup-page .wrap2.is-visible .item-2,
.spotify-playlist-backup-page .wrap2.is-visible .item-3,
.spotify-playlist-backup-page .wrap2.is-visible .item-4,
.spotify-playlist-backup-page .wrap2.is-visible .item-5,
.spotify-playlist-backup-page .wrap2.is-visible .item-6 {
  opacity: 1;
  transform: translate(0, 0);
}
.spotify-playlist-backup-page .wrap2-title {
  margin: 0;
  color: #11284b;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.spotify-playlist-backup-page .wrap2-desc {
  max-width: 820px;
  margin: 18px auto 0;
  color: #4a5666;
  font-size: 18px;
  line-height: 1.75;
  text-align: center;
}
.spotify-playlist-backup-page .wrap2-stage {
  position: relative;
  margin-top: -150px;
}
.spotify-playlist-backup-page .wrap2-center {
  width: max-content;
  margin: 0 auto 0;
  opacity: 0;
  transition: opacity 0.7s ease;
}
.spotify-playlist-backup-page .wrap2-center img {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.spotify-playlist-backup-page .wrap2-item {
  position: absolute;
  width: 294px;
  padding: 28px 15px 20px;
  border-radius: 7px;
  border: 1px solid rgba(74, 92, 122, 0.12);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 30px rgba(78, 104, 141, 0.08);
  opacity: 0;
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.spotify-playlist-backup-page .wrap2-item p {
  margin: 0;
  color: #3D434C;
  font-size: 14px;
  line-height: 1.45;
}
.spotify-playlist-backup-page .wrap2-item.item-1 {
  top: 224px;
  left: 50px;
  transform: translate(44px, 36px);
}
.spotify-playlist-backup-page .wrap2-item.item-2 {
  top: 218px;
  right: -150px;
  transform: translate(-44px, 36px);
}
.spotify-playlist-backup-page .wrap2-item.item-3 {
  top: 420px;
  left: -200px;
  transform: translate(48px, 20px);
}
.spotify-playlist-backup-page .wrap2-item.item-4 {
  top: 420px;
  right: -260px;
  transform: translate(-48px, 20px);
}
.spotify-playlist-backup-page .wrap2-item.item-5 {
  left: 0;
  bottom: 202px;
  transform: translate(38px, -44px);
}
.spotify-playlist-backup-page .wrap2-item.item-6 {
  right: 40px;
  bottom: 202px;
  transform: translate(-38px, -44px);
}
.spotify-playlist-backup-page .wrap2-tag {
  position: absolute;
  top: -13px;
  left: -1px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 14px;
  margin-bottom: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(68, 112, 255, 0.14);
}
.spotify-playlist-backup-page .item-1 .wrap2-tag {
  background: #4072FF;
}
.spotify-playlist-backup-page .item-4 .wrap2-tag {
  background: #258EFF;
}
.spotify-playlist-backup-page .item-1 {
  border-color: #83A8FF;
}
.spotify-playlist-backup-page .item-2 .wrap2-tag {
  background: #FF6A25;
}
.spotify-playlist-backup-page .item-2 {
  border-color: #FDD8C7;
}
.spotify-playlist-backup-page .item-3 .wrap2-tag {
  background: #CA43FF;
}
.spotify-playlist-backup-page .item-3 {
  border-color: #E195FF;
}
.spotify-playlist-backup-page .item-5 .wrap2-tag {
  background: #1DBC15;
}
.spotify-playlist-backup-page .item-4 {
  border-color: #87CEE1;
}
.spotify-playlist-backup-page .item-5 {
  border-color: #A8D9A6;
}
.spotify-playlist-backup-page .item-6 .wrap2-tag {
  background: #27BECF;
}
.spotify-playlist-backup-page .item-6 {
  border-color: #8FD7DF;
}
.spotify-playlist-backup-page .wrap3 {
  padding: 135px 0 120px;
  background: #fff;
}
.spotify-playlist-backup-page .wrap3-title {
  margin: 0;
  color: #11284b;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.spotify-playlist-backup-page .wrap3-desc {
  max-width: 820px;
  margin: 18px auto 0;
  color: #4a5666;
  font-size: 18px;
  line-height: 1.75;
  text-align: center;
}
.spotify-playlist-backup-page .wrap3-grid {
  margin-top: 48px;
}
.spotify-playlist-backup-page .wrap3-grid .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.spotify-playlist-backup-page .wrap3-grid .swiper-slide {
  width: calc((100% - 40px) / 3);
  flex: none;
  height: auto;
}
.spotify-playlist-backup-page .wrap3-grid .wrap3-card {
  height: 100%;
  min-height: 196px;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid transparent;
  background: #F7F9FA;
  box-sizing: border-box;
  transition: border-color 0.25s ease;
}
.spotify-playlist-backup-page .wrap3-grid .wrap3-card:hover {
  border-color: #05B34F;
}
.spotify-playlist-backup-page .wrap3-grid .wrap3-card_icon {
  display: block;
  width: 50px;
  height: 50px;
}
.spotify-playlist-backup-page .wrap3-grid .wrap3-card_title {
  margin: 16px 0 0;
  color: #2F2F2F;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.spotify-playlist-backup-page .wrap3-grid .wrap3-card_desc {
  margin: 12px 0 0;
  color: #474747;
  font-size: 14px;
  line-height: 1.5;
}
.spotify-playlist-backup-page .wrap3-grid .wrap3-pagination {
  display: none;
}
.spotify-playlist-backup-page .wrap4 {
  padding: 80px 0 120px;
  background: #fff;
}
.spotify-playlist-backup-page .wrap4-title {
  margin: 0;
  color: #11284b;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.spotify-playlist-backup-page .wrap4-steps {
  display: flex;
  justify-content: center;
  gap: 65px;
  margin-top: 114px;
}
.spotify-playlist-backup-page .wrap4-step {
  min-width: 0;
}
.spotify-playlist-backup-page .wrap4-step_card {
  position: relative;
  height: 100%;
  width: 466px;
  padding: 40px 23px 36px;
  border: 1px solid #006DFF;
  border-radius: 25px;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
}
.spotify-playlist-backup-page .wrap4-step:not(:last-child) .wrap4-step_card::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 65px;
  border-top: 2px dashed rgba(37, 99, 235, 0.28);
  transform: translateY(-50%);
  pointer-events: none;
}
.spotify-playlist-backup-page .wrap4-step_num {
  position: absolute;
  top: -4px;
  left: 50%;
  z-index: 2;
  height: auto;
  transform: translate(-50%, -50%);
}
.spotify-playlist-backup-page .wrap4-step_img {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: 12px;
}
.spotify-playlist-backup-page .wrap4-step_title {
  margin: 22px 0 0;
  color: #11284b;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.spotify-playlist-backup-page .wrap4-step_desc {
  margin: 10px 0 0;
  color: #4a5666;
  font-size: 16px;
  line-height: 1.6;
}
.spotify-playlist-backup-page .wrap5 {
  padding: 120px 0;
  background: #fff;
}
.spotify-playlist-backup-page .wrap5-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}
.spotify-playlist-backup-page .wrap5-content {
  max-width: 550px;
}
.spotify-playlist-backup-page .wrap5-title {
  margin: 0;
  color: #11284b;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
}
.spotify-playlist-backup-page .wrap5-desc {
  margin: 30px 0 0;
  color: #4a5666;
  font-size: 20xpx;
  line-height: 1.75;
}
.spotify-playlist-backup-page .wrap5-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  height: 60px;
  margin-top: 37px;
  padding: 0 23px;
  border-radius: 8px;
  background: #007BFF;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  transition: all 300ms;
}
.spotify-playlist-backup-page .wrap5-btn:hover {
  background: #1a56f0;
}
.spotify-playlist-backup-page .wrap5-visual {
  flex: 1;
  min-width: 0;
}
.spotify-playlist-backup-page .wrap5-visual img {
  display: block;
  width: 100%;
  height: auto;
}
.spotify-playlist-backup-page .wrap6 {
  padding: 160px 0 120px;
  background: #f5f7fa;
}
.spotify-playlist-backup-page .wrap6-title {
  margin: 0;
  color: #11284b;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.spotify-playlist-backup-page .wrap6-desc {
  margin: 22px 0 0;
  color: #4a5666;
  font-size: 18px;
  line-height: 1.75;
  text-align: center;
}
.spotify-playlist-backup-page .wrap6-plans {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 36px;
  margin-top: 80px;
}
.spotify-playlist-backup-page .wrap6-plan {
  display: flex;
  flex: 1;
  flex-direction: column;
  max-width: 376px;
  height: 485px;
  padding: 36px 28px 32px;
  border-radius: 24px;
  border: 0.8px solid #E5E5E6;
  background: #FFF;
  box-sizing: border-box;
}
.spotify-playlist-backup-page .wrap6-plan_label {
  margin: 0;
  color: #4d8dff;
  font-size: 24px;
  line-height: 1.2;
}
.spotify-playlist-backup-page .wrap6-plan_price {
  margin: 23px 0 0;
  color: #11284b;
  font-size: 18px;
  line-height: 1.2;
}
.spotify-playlist-backup-page .wrap6-plan_price strong {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}
.spotify-playlist-backup-page .wrap6-plan_price span {
  margin-left: 4px;
  color: #6B7280;
  font-size: 18px;
  font-weight: 400;
}
.spotify-playlist-backup-page .wrap6-plan_features {
  flex: 1;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}
.spotify-playlist-backup-page .wrap6-plan_features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #6B7280;
  font-size: 16px;
  line-height: 1.5;
}
.spotify-playlist-backup-page .wrap6-plan_features li:not(:first-child) {
  margin-top: 14px;
}
.spotify-playlist-backup-page .wrap6-plan_features li img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-top: 2px;
}
.spotify-playlist-backup-page .wrap6-plan_note {
  margin: 20px 0 0;
  color: #6A6A6A;
  font-size: 15px;
  line-height: 1.6;
}
.spotify-playlist-backup-page .wrap6-plan_actions {
  margin-top: auto;
  padding-top: 27px;
  text-align: center;
}
.spotify-playlist-backup-page .plan-btn {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 58px;
  margin: 0 auto;
  border-radius: 14px;
  text-decoration: none;
  font-size: 18px;
  transition: all 300ms;
  box-sizing: border-box;
}
.spotify-playlist-backup-page .plan-btn.active {
  display: inline-flex;
}
.spotify-playlist-backup-page .plan-btn-outline {
  border: 1px solid #D7D7D7;
  background: #fff;
  color: #6b7685;
}
.spotify-playlist-backup-page .plan-btn-outline:hover {
  border-color: #3870ff;
  color: #3870ff;
}
.spotify-playlist-backup-page .plan-btn-light {
  border: none;
  background: #fff;
  color: #0E62FE;
  box-shadow: 0 6px 15px -3px rgba(38, 83, 161, 0.35);
}
.spotify-playlist-backup-page .plan-btn-light:hover {
  background: #f5f9ff;
}
.spotify-playlist-backup-page .plan-btn-primary {
  border: none;
  color: #fff;
  background: linear-gradient(133deg, #0E62FE 23.38%, #95BFFF 97.16%);
  box-shadow: 0 6px 15px -3px rgba(38, 83, 161, 0.14);
}
.spotify-playlist-backup-page .plan-btn-primary:hover {
  background: linear-gradient(180deg, #2d74ef 0%, #59a4ef 100%);
}
.spotify-playlist-backup-page .plan-monthly {
  position: relative;
  border: none;
  padding: 0;
  background: #fff;
}
.spotify-playlist-backup-page .plan-monthly::before {
  content: "";
  position: absolute;
  inset: 0;
  left: -8px;
  top: -8px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border: 2px solid #4d9aff;
  border-radius: inherit;
  pointer-events: none;
  border-radius: 25px;
}
.spotify-playlist-backup-page .plan-monthly .wrap6-plan_inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 100%;
  padding: 40px 32px 32px;
  border-radius: 24px;
  background: linear-gradient(133deg, #0E62FE 23.38%, #95BFFF 97.16%), #FFF;
}
.spotify-playlist-backup-page .plan-monthly .wrap6-plan_label,
.spotify-playlist-backup-page .plan-monthly .wrap6-plan_price,
.spotify-playlist-backup-page .plan-monthly .wrap6-plan_price span,
.spotify-playlist-backup-page .plan-monthly .wrap6-plan_note {
  color: #fff;
}
.spotify-playlist-backup-page .plan-monthly .wrap6-plan_price strong {
  color: #fff;
}
.spotify-playlist-backup-page .plan-monthly .wrap6-plan_features li {
  color: #fff;
}
.spotify-playlist-backup-page .wrap7 {
  padding: 40px 0 160px;
  background: #f5f7fa;
}
.spotify-playlist-backup-page .wrap7-title {
  margin: 0;
  color: #11284b;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.spotify-playlist-backup-page .wrap7-grid {
  margin-top: 70px;
}
.spotify-playlist-backup-page .wrap7-grid .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
}
.spotify-playlist-backup-page .wrap7-grid .swiper-slide {
  width: 33.3333%;
  flex: none;
  height: auto;
  box-sizing: border-box;
  padding-left: 27px;
  border-left: 1px solid #e5e5e6;
}
.spotify-playlist-backup-page .wrap7-grid .wrap7-pagination {
  display: none;
}
.spotify-playlist-backup-page .wrap7-item {
  height: 100%;
}
.spotify-playlist-backup-page .wrap7-item_icon {
  display: block;
  width: 50px;
  height: 50px;
}
.spotify-playlist-backup-page .wrap7-item_body {
  position: relative;
  margin-top: 18px;
}
.spotify-playlist-backup-page .wrap7-item_body::before {
  content: "";
  position: absolute;
  top: 2px;
  height: 20px;
  left: -27px;
  width: 2px;
  background: #11284b;
  z-index: 2;
}
.spotify-playlist-backup-page .wrap7-item_title {
  margin: 0;
  color: #11284b;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}
.spotify-playlist-backup-page .wrap7-item_desc {
  margin: 18px 0 0;
  color: #7C7C7C;
  font-size: 16px;
  line-height: 1.5;
}
.spotify-playlist-backup-page .wrap8 {
  padding: 150px 0 230px;
  background: #fff;
}
.spotify-playlist-backup-page .wrap8-title {
  margin: 0;
  color: #11284b;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.spotify-playlist-backup-page .wrap8-faq {
  max-width: 970px;
  margin: 60px auto 0;
}
.spotify-playlist-backup-page .wrap8 .faq-item {
  margin-bottom: 14px;
  padding: 20px;
  border-radius: 14px;
  border: 0.8px solid rgba(0, 0, 0, 0.08);
  background: #F8F8FA;
  transition: background 0.25s ease;
}
.spotify-playlist-backup-page .wrap8 .faq-item.active {
  background: #fff;
}
.spotify-playlist-backup-page .wrap8 .faq-item.active .faq-question {
  font-weight: 700;
}
.spotify-playlist-backup-page .wrap8 .faq-item.active .faq-arrow {
  transform: rotate(180deg);
}
.spotify-playlist-backup-page .wrap8 .faq-item:last-child {
  margin-bottom: 0;
}
.spotify-playlist-backup-page .wrap8 .faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  cursor: pointer;
  user-select: none;
}
.spotify-playlist-backup-page .wrap8 .faq-question_text {
  flex: 1;
  min-width: 0;
}
.spotify-playlist-backup-page .wrap8 .faq-arrow {
  flex: 0 0 auto;
  width: 16px;
  height: auto;
  transition: transform 0.3s ease;
}
.spotify-playlist-backup-page .wrap8 .faq-answer {
  display: none;
  margin-top: 14px;
  color: rgba(17, 17, 17, 0.8);
  font-size: 16px;
  line-height: 1.7;
}
.spotify-playlist-backup-page .wrap8 .faq-answer a {
  color: #007BFF;
  text-decoration: none;
}
.spotify-playlist-backup-page .wrap8 .faq-answer a:hover {
  text-decoration: underline;
}
.spotify-playlist-backup-page .wrap9 {
  padding: 80px 0 190px;
  background: url(https://img.tunefab.com/uploads/page/product/spotify-playlist-backup/wrap9-bg.webp) center / cover no-repeat;
}
.spotify-playlist-backup-page .wrap9-inner {
  margin: 0 auto;
  text-align: center;
}
.spotify-playlist-backup-page .wrap9-visual img {
  display: block;
  margin: -250px auto 0;
}
.spotify-playlist-backup-page .wrap9-title {
  color: #11284b;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}
.spotify-playlist-backup-page .wrap9-desc {
  margin: 28px 0 0;
  color: #222A37;
  font-size: 24px;
  line-height: 1.5;
}
.spotify-playlist-backup-page .wrap9-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 50px;
}
.spotify-playlist-backup-page .wrap9-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-width: 260px;
  height: 66px;
  border-radius: 40px;
  background: #007BFF;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: all 300ms;
}
.spotify-playlist-backup-page .wrap9-btn:hover {
  background: #1a56f0;
}
.spotify-playlist-backup-page .wrap9-btn-win::before {
  content: "\e743";
  font-family: iconfont;
  font-size: 24px;
}
.spotify-playlist-backup-page .wrap9-btn-mac::before {
  content: "\e881";
  font-family: iconfont;
  font-size: 24px;
}
@media screen and (max-width: 1600px) {
  .spotify-playlist-backup-page .wrap4-step_card {
    width: calc(100vw / 3 - 80px);
  }
  .spotify-playlist-backup-page .wrap2-item.item-1 {
    left: 180px;
  }
  .spotify-playlist-backup-page .wrap2-item.item-2 {
    right: -20px;
  }
  .spotify-playlist-backup-page .wrap2-item.item-3 {
    left: -90px;
  }
  .spotify-playlist-backup-page .wrap2-item.item-4 {
    right: -110px;
  }
  .spotify-playlist-backup-page .wrap2-item.item-5 {
    left: 130px;
  }
  .spotify-playlist-backup-page .wrap2-item.item-6 {
    right: 170px;
  }
}
@media (max-width: 767px) {
  .spotify-playlist-backup-page .banner-content {
    padding: 0 15px;
    top: 30px;
  }
  .spotify-playlist-backup-page .banner-content h1 {
    font-size: 38px;
    line-height: 1.25;
  }
  .spotify-playlist-backup-page .banner-desc {
    margin-top: 10px;
  }
  .spotify-playlist-backup-page .banner-features {
    flex-direction: column;
    gap: 8px;
    margin-top: 14px;
  }
  .spotify-playlist-backup-page .banner-features li {
    justify-content: center;
    font-size: 14px;
    gap: 4px;
  }
  .spotify-playlist-backup-page .banner-features li img {
    width: 14px;
    height: 14px;
  }
  .spotify-playlist-backup-page .banner-btns {
    gap: 13px;
    margin-top: 24px;
  }
  .spotify-playlist-backup-page .download-win,
  .spotify-playlist-backup-page .download-mac,
  .spotify-playlist-backup-page .buy-btn {
    min-width: 0;
    width: calc(50% - 5px);
    height: 52px;
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 16px;
  }
  .spotify-playlist-backup-page .download-win,
  .spotify-playlist-backup-page .download-mac {
    padding: 0 12px;
  }
  .spotify-playlist-backup-page .buy-btn::before {
    font-size: 22px;
  }
  .spotify-playlist-backup-page .buy-btn::after {
    top: 40px;
    width: 200px;
    height: 140px;
  }
  .spotify-playlist-backup-page .switch-win,
  .spotify-playlist-backup-page .switch-mac {
    margin-top: 14px;
    font-size: 13px;
  }
  .spotify-playlist-backup-page .banner-visual {
    min-height: auto;
  }
  .spotify-playlist-backup-page .banner-visual img {
    min-height: auto;
  }
  .spotify-playlist-backup-page .wrap1 {
    padding: 60px 0;
  }
  .spotify-playlist-backup-page .wrap1-title {
    font-size: 32px;
  }
  .spotify-playlist-backup-page .wrap1-desc {
    margin-top: 15px;
    font-size: 14px;
  }
  .spotify-playlist-backup-page .wrap1-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 36px;
  }
  .spotify-playlist-backup-page .wrap1-card {
    min-height: 0;
    padding: 24px 24px 20px;
  }
  .spotify-playlist-backup-page .wrap1-card img {
    margin-top: 14px;
  }
  .spotify-playlist-backup-page .wrap1-card_title {
    font-size: 28px;
    line-height: 1.25;
  }
  .spotify-playlist-backup-page .wrap1-card_desc {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.7;
  }
  .spotify-playlist-backup-page .wrap2 {
    height: auto;
    padding: 36px 0 70px;
    background: url(https://img.tunefab.com/uploads/page/product/spotify-playlist-backup/wrap2-bg-mb.webp) center top / 100% auto no-repeat;
  }
  .spotify-playlist-backup-page .wrap2.is-visible .wrap2-center {
    opacity: 1;
    transform: none;
  }
  .spotify-playlist-backup-page .wrap2.is-visible .wrap2-item {
    opacity: 1;
    transform: none;
    margin-top: 28px;
  }
  .spotify-playlist-backup-page .wrap2.is-visible .wrap2-item.item-1,
  .spotify-playlist-backup-page .wrap2.is-visible .wrap2-item.item-2,
  .spotify-playlist-backup-page .wrap2.is-visible .wrap2-item.item-3,
  .spotify-playlist-backup-page .wrap2.is-visible .wrap2-item.item-4,
  .spotify-playlist-backup-page .wrap2.is-visible .wrap2-item.item-5,
  .spotify-playlist-backup-page .wrap2.is-visible .wrap2-item.item-6 {
    transform: none;
  }
  .spotify-playlist-backup-page .wrap2.is-visible .item-1,
  .spotify-playlist-backup-page .wrap2.is-visible .item-2,
  .spotify-playlist-backup-page .wrap2.is-visible .item-3,
  .spotify-playlist-backup-page .wrap2.is-visible .item-4,
  .spotify-playlist-backup-page .wrap2.is-visible .item-5,
  .spotify-playlist-backup-page .wrap2.is-visible .item-6 {
    transform: none;
  }
  .spotify-playlist-backup-page .wrap2-title {
    max-width: none;
    margin: 0;
    color: #11284b;
    font-size: 32px;
    line-height: 1.25;
    text-align: center;
  }
  .spotify-playlist-backup-page .wrap2-desc {
    max-width: none;
    margin: 15px 0 0;
    color: #4a5666;
    font-size: 14px;
    line-height: 1.75;
    text-align: center;
  }
  .spotify-playlist-backup-page .wrap2-stage {
    position: static;
    min-height: 0;
    margin-top: 24px;
    padding: 0;
    display: block;
  }
  .spotify-playlist-backup-page .wrap2-center {
    width: 100%;
    margin: 0 auto 20px;
    opacity: 0;
    transform: none;
    transition: opacity 0.7s ease;
  }
  .spotify-playlist-backup-page .wrap2-center img {
    position: static;
    left: auto;
    width: 100%;
    transform: none;
  }
  .spotify-playlist-backup-page .wrap2-item {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: none;
    margin-top: 12px;
    padding: 28px 15px 14px;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .spotify-playlist-backup-page .wrap2-item.item-1,
  .spotify-playlist-backup-page .wrap2-item.item-2,
  .spotify-playlist-backup-page .wrap2-item.item-3,
  .spotify-playlist-backup-page .wrap2-item.item-4,
  .spotify-playlist-backup-page .wrap2-item.item-5,
  .spotify-playlist-backup-page .wrap2-item.item-6 {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: translateY(16px);
  }
  .spotify-playlist-backup-page .wrap2-item p {
    font-size: 14px;
    line-height: 1.45;
  }
  .spotify-playlist-backup-page .wrap2-tag {
    top: -13px;
    left: -1px;
    padding: 4px 14px;
    font-size: 14px;
    line-height: 1;
  }
  .spotify-playlist-backup-page .wrap2-tag img {
    width: auto;
    height: auto;
    flex: 0 0 auto;
  }
  .spotify-playlist-backup-page .wrap3 {
    padding: 40px 0 50px;
  }
  .spotify-playlist-backup-page .wrap3-title {
    font-size: 32px;
    line-height: 1.25;
  }
  .spotify-playlist-backup-page .wrap3-desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.75;
  }
  .spotify-playlist-backup-page .wrap3-grid {
    margin-top: 22px;
    overflow: hidden;
    position: relative;
    padding-bottom: 36px;
  }
  .spotify-playlist-backup-page .wrap3-grid .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0;
  }
  .spotify-playlist-backup-page .wrap3-grid .swiper-slide {
    width: 100%;
  }
  .spotify-playlist-backup-page .wrap3-grid .wrap3-card {
    min-height: 0;
    padding: 20px;
  }
  .spotify-playlist-backup-page .wrap3-grid .wrap3-card_title {
    margin-top: 16px;
    font-size: 16x;
  }
  .spotify-playlist-backup-page .wrap3-grid .wrap3-card_desc {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.6;
  }
  .spotify-playlist-backup-page .wrap3-grid .wrap3-pagination {
    display: block;
    bottom: 0;
  }
  .spotify-playlist-backup-page .wrap3-grid .wrap3-pagination .swiper-pagination-bullet {
    background: #d8dde6;
    opacity: 1;
  }
  .spotify-playlist-backup-page .wrap3-grid .wrap3-pagination .swiper-pagination-bullet-active {
    background: #3586ff;
  }
  .spotify-playlist-backup-page .wrap4 {
    padding: 0 15px 60px;
  }
  .spotify-playlist-backup-page .wrap4-title {
    font-size: 32px;
    line-height: 1.25;
  }
  .spotify-playlist-backup-page .wrap4-steps {
    flex-direction: column;
    gap: 46px;
    margin-top: 70px;
  }
  .spotify-playlist-backup-page .wrap4-step:not(:last-child) .wrap4-step_card::after {
    display: none;
  }
  .spotify-playlist-backup-page .wrap4-step_card {
    padding: 30px 16px 18px;
    border-radius: 18px;
    width: 100%;
  }
  .spotify-playlist-backup-page .wrap4-step_num {
    width: 56px;
    top: -3px;
  }
  .spotify-playlist-backup-page .wrap4-step_img {
    max-width: none;
  }
  .spotify-playlist-backup-page .wrap4-step_title {
    margin-top: 11px;
    font-size: 16px;
  }
  .spotify-playlist-backup-page .wrap4-step_desc {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.6;
  }
  .spotify-playlist-backup-page .wrap5 {
    padding: 0 0 60px;
  }
  .spotify-playlist-backup-page .wrap5-inner {
    flex-direction: column;
    gap: 32px;
  }
  .spotify-playlist-backup-page .wrap5-content {
    flex: none;
    max-width: none;
    text-align: center;
  }
  .spotify-playlist-backup-page .wrap5-title {
    font-size: 32px;
    line-height: 1.25;
  }
  .spotify-playlist-backup-page .wrap5-desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.75;
  }
  .spotify-playlist-backup-page .wrap5-btn {
    min-width: 200px;
    height: 52px;
    margin-top: 24px;
    border-radius: 26px;
    font-size: 16px;
  }
  .spotify-playlist-backup-page .wrap6 {
    padding: 50px 0 70px;
  }
  .spotify-playlist-backup-page .wrap6-title {
    font-size: 32px;
    line-height: 1.25;
  }
  .spotify-playlist-backup-page .wrap6-desc {
    margin-top: 15px;
    font-size: 14px;
  }
  .spotify-playlist-backup-page .wrap6-plans {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 32px;
  }
  .spotify-playlist-backup-page .wrap6-plan {
    width: 100%;
    max-width: none;
    flex: unset;
    height: 445px;
  }
  .spotify-playlist-backup-page .wrap6-plan_label {
    font-size: 22px;
  }
  .spotify-playlist-backup-page .wrap6-plan_price {
    margin-top: 20px;
  }
  .spotify-playlist-backup-page .wrap6-plan_price strong {
    font-size: 44px;
  }
  .spotify-playlist-backup-page .wrap6-plan_price span {
    font-size: 16px;
  }
  .spotify-playlist-backup-page .wrap6-plan_features {
    margin-top: 30px;
  }
  .spotify-playlist-backup-page .wrap6-plan_features li {
    font-size: 14px;
  }
  .spotify-playlist-backup-page .wrap6-plan_features li:not(:first-child) {
    margin-top: 12px;
  }
  .spotify-playlist-backup-page .wrap6-plan_note {
    margin-top: 16px;
    font-size: 14px;
  }
  .spotify-playlist-backup-page .wrap6-plan_actions {
    padding-top: 22px;
  }
  .spotify-playlist-backup-page .plan-btn {
    max-width: none;
    height: 54px;
    font-size: 16px;
    border-radius: 12px;
  }
  .spotify-playlist-backup-page .wrap7 {
    padding: 0 0 70px;
  }
  .spotify-playlist-backup-page .wrap7-title {
    font-size: 32px;
    line-height: 1.25;
  }
  .spotify-playlist-backup-page .wrap7-grid {
    margin-top: 32px;
    overflow: hidden;
    position: relative;
    padding-bottom: 36px;
  }
  .spotify-playlist-backup-page .wrap7-grid .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0;
  }
  .spotify-playlist-backup-page .wrap7-grid .swiper-slide {
    width: 100%;
  }
  .spotify-playlist-backup-page .wrap7-grid .wrap7-pagination {
    display: block;
    bottom: 0;
  }
  .spotify-playlist-backup-page .wrap7-grid .wrap7-pagination .swiper-pagination-bullet {
    background: #d8dde6;
    opacity: 1;
  }
  .spotify-playlist-backup-page .wrap7-grid .wrap7-pagination .swiper-pagination-bullet-active {
    background: #3586ff;
  }
  .spotify-playlist-backup-page .wrap7-item_icon {
    width: 40px;
    height: 40px;
  }
  .spotify-playlist-backup-page .wrap7-grid .swiper-slide:not(:nth-child(3n + 1)) .wrap7-item {
    padding-left: 0;
    border-left: none;
  }
  .spotify-playlist-backup-page .wrap7-item_body {
    margin-top: 18px;
  }
  .spotify-playlist-backup-page .wrap7-item_title {
    font-size: 18px;
  }
  .spotify-playlist-backup-page .wrap7-item_desc {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.5;
  }
  .spotify-playlist-backup-page .wrap8 {
    padding: 60px 0 140px;
  }
  .spotify-playlist-backup-page .wrap8-title {
    font-size: 32px;
    line-height: 1.25;
  }
  .spotify-playlist-backup-page .wrap8-faq {
    margin-top: 28px;
  }
  .spotify-playlist-backup-page .wrap8 .faq-item {
    margin-bottom: 12px;
    padding: 16px;
    border-radius: 12px;
  }
  .spotify-playlist-backup-page .wrap8 .faq-question {
    font-size: 14px;
    line-height: 1.4;
  }
  .spotify-playlist-backup-page .wrap8 .faq-arrow {
    width: 14px;
  }
  .spotify-playlist-backup-page .wrap8 .faq-answer {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.65;
  }
  .spotify-playlist-backup-page .wrap9 {
    padding: 50px 0 70px;
    background: url(https://img.tunefab.com/uploads/page/product/spotify-playlist-backup/wrap9-bg-mb.png) center top / 100% auto no-repeat;
  }
  .spotify-playlist-backup-page .wrap9-visual img {
    max-width: 57%;
    margin: -146px auto 0;
  }
  .spotify-playlist-backup-page .wrap9-title {
    font-size: 36px;
    line-height: 1.25;
  }
  .spotify-playlist-backup-page .wrap9-desc {
    margin-top: 12px;
    font-size: 16px;
  }
  .spotify-playlist-backup-page .wrap9-btns {
    gap: 20px;
    margin-top: 33px;
  }
  .spotify-playlist-backup-page .wrap9-btn {
    min-width: 0;
    width: 150px;
    height: 40px;
    border-radius: 30px;
    font-size: 14px;
    box-sizing: border-box;
  }
  .spotify-playlist-backup-page .wrap9-btn::before {
    font-size: 22px;
  }
}
