.music-converter-for-dj-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 17px 0;
}
.music-converter-for-dj-header .header-logo {
  width: 134px;
}
.music-converter-for-dj-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.music-converter-for-dj-header .header-login {
  padding: 4px 17px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.89);
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  transition: all 0.3s ease;
  cursor: pointer;
}
.music-converter-for-dj-header .header-login:hover {
  background: #3D0A15;
}
@media (max-width: 768px) {
  .music-converter-for-dj-header {
    padding: 10px 0;
  }
  .music-converter-for-dj-header .header-logo {
    width: 100px;
  }
  .music-converter-for-dj-header .header-login {
    font-size: 12px;
  }
}
main .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1200px) {
  main .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
.problems-solutions-grid {
  margin: 100px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.problems-solutions-grid .card {
  min-height: 242px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  border: 0.667px solid rgba(130, 24, 26, 0.3);
  background: #18181B;
}
.problems-solutions-grid .card.solution {
  border: 0.667px solid rgba(231, 0, 11, 0.5);
  background: linear-gradient(135deg, rgba(70, 8, 9, 0.4) 0%, #18181B 100%);
  box-shadow: 0 0 30px 0 rgba(220, 38, 38, 0.15);
}
.problems-solutions-grid .card-icon-img {
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
}
.problems-solutions-grid h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.3;
}
.problems-solutions-grid p {
  color: #99A1AF;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.card-img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 192px;
}
/* DJ Software Section Styles */
.wrap2 {
  padding: 110px 0;
  background: url(https://img.tunefab.com/uploads/page/landing-page/music-converter-for-dj/wrap2-bg.webp) no-repeat center center;
  background-size: cover;
  margin-top: 160px;
}
.wrap2-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 24px;
}
.wrap2-title .highlight {
  color: #E7000B;
}
.wrap2-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #99A1AF;
  text-align: center;
  max-width: 890px;
  margin: 0 auto 60px;
}
.dj-software-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 60px;
}
.dj-card {
  border: 0.667px solid #27272A;
  background: #18181B;
  padding: 32px 43px 22px 32px;
  position: relative;
  transition: all 0.3s ease;
  width: 564px;
}
.dj-card .dj-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 23px;
}
.dj-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #C1C6CE;
  margin-bottom: 12px;
}
.dj-card-title {
  margin-bottom: 16px;
  font-size: 24px;
  color: #FFF;
}
.dj-card-features .dj-mini-title {
  color: #99A1AF;
  font-size: 14px;
  margin-bottom: 6px;
}
.dj-card-features a {
  color: #FB2C36;
  font-size: 14px;
  white-space: nowrap;
  display: block;
  line-height: 1.6;
}
.dj-card-features a:hover {
  text-decoration: underline;
}
.wrap2-note {
  border: 0.667px solid rgba(130, 24, 26, 0.3);
  background: #18181B;
  padding: 32px 25px;
  margin-top: 48px;
  margin-bottom: 60px;
}
.note-tip {
  color: #C1C6CE;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.note-description {
  color: #99A1AF;
  font-size: 16px;
  line-height: 1.5;
  margin: 24px 0 16px 0;
}
.note-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.note-link {
  color: #FB2C36;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}
.note-link:hover {
  text-decoration: underline;
}
/* Wrap3 - 3 Steps Section */
.wrap3 {
  padding: 200px 0;
}
.wrap3-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 24px;
}
.wrap3-title .highlight {
  color: #E7000B;
}
.wrap3-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #99A1AF;
  text-align: center;
  max-width: 890px;
  margin: 0 auto 80px;
}
.steps-carousel {
  margin-bottom: 60px;
}
.steps-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 44px;
  margin-bottom: 80px;
}
.step-nav-btn {
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 12px 44px;
  color: #FAFAFB;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  background: #2F2A29;
}
.step-nav-btn.active {
  border: 0.667px solid rgba(231, 0, 11, 0.5);
  background: rgba(231, 0, 11, 0.2);
  color: #FB2C36;
}
.steps-swiper {
  overflow: visible;
}
.steps-swiper .swiper-pagination {
  display: none;
}
.steps-swiper .swiper-slide {
  height: auto;
}
.step-item {
  display: flex;
  align-items: center;
  gap: 60px;
  width: 100%;
}
.step-item.step-reverse {
  flex-direction: row-reverse;
}
.step-content {
  flex: 1;
}
.step-number {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.step-number .number {
  background: linear-gradient(180deg, #E7000B 0%, rgba(130, 24, 26, 0.1) 70%, rgba(130, 24, 26, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 95px;
  font-weight: 700;
}
.step-icon {
  margin-left: -20px;
  margin-top: -44px;
}
.step-text {
  flex: 1;
}
.step-text h3 {
  font-size: 30px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 16px;
  line-height: 1.3;
}
.step-text p {
  font-size: 18px;
  line-height: 1.6;
  color: #99A1AF;
}
.step-image {
  flex: 1;
  display: flex;
  justify-content: center;
}
.step-image img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}
.step-cta {
  text-align: center;
}
.step-cta-btn {
  display: inline-block;
  background: #E7000B;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.step-cta-btn:hover {
  background: #C70009;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(231, 0, 11, 0.3);
}
/* Wrap4 - Comparison Table Section */
.wrap4 {
  padding: 100px 0;
  background: #0A0A0A;
}
.wrap4-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 24px;
}
.wrap4-title .highlight {
  color: #E7000B;
}
.wrap4-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #99A1AF;
  text-align: center;
  max-width: 890px;
  margin: 0 auto 60px;
}
.wrap4-compare-card {
  background: #101011;
  margin-bottom: 60px;
  overflow: hidden;
}
.wrap4-compare {
  width: 100%;
}
.wrap4-compare .cmp-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  gap: 24px;
  border-bottom: 0.667px solid #27272A;
  padding: 24px 0;
  line-height: 1.4;
}
.wrap4-compare .cmp-head {
  border-bottom: 2px solid rgba(130, 24, 26, 0.5);
  background: rgba(24, 24, 27, 0.8);
  padding: 24px 0;
  line-height: 1.4;
}
.wrap4-compare .cmp-th {
  color: #D1D5DC;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.wrap4-compare .cmp-th.tunefab-col {
  color: #FF6467;
}
.wrap4-compare .cmp-feat {
  color: #D1D5DC;
  padding-left: 23px;
  font-size: 14px;
}
.wrap4-compare .cmp-row:not(.cmp-head) {
  padding: 24px 0;
}
.wrap4-compare .cmp-val {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.wrap4-compare .cmp-pill {
  display: flex;
  gap: 12px;
  align-items: start;
  justify-content: start;
  width: 100%;
  text-align: left;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.4;
  color: #D1D5DC;
}
.wrap4-compare .cmp-pill span {
  text-align: left;
  line-height: 1.4;
}
.comparison-cta {
  text-align: center;
}
.comparison-cta-btn {
  display: inline-block;
  background: #E7000B;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.comparison-cta-btn:hover {
  background: #C70009;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(231, 0, 11, 0.3);
}
.wrap2-info {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
  margin-top: 66px;
}
.wrap2-info .wrap2-info-img {
  width: 270px;
}
.banner {
  padding: 134px 0 104px;
  background: url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-dj/banner.webp') no-repeat center center;
  background-size: cover;
}
.banner .banner-title {
  border-radius: 96.551px;
  border: 1.207px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 2.261px 13.8px 0 #FF5C2E, 0 -3.621px 18.948px 0 rgba(255, 255, 255, 0.2) inset;
  backdrop-filter: blur(12.38115406px);
  color: #FFF;
  text-align: center;
  text-shadow: 0 2.261px 9.385px #FF5C2E;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 13px 26px;
  width: max-content;
  margin: 0 auto 310px;
  /* 36px */
}
.banner .banner-second-title {
  font-size: 65px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.banner .banner-desc {
  color: rgba(255, 255, 255, 0.89);
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 160%;
  /* 35.2px */
  max-width: 585px;
  margin: 0 auto 24px;
}
.banner .banner-logos {
  display: block;
  margin: 0 auto 33px;
}
@media (max-width: 768px) {
  .banner {
    padding: 90px 0 5px;
    background-image: url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-dj/banner-mb.webp');
  }
  .banner .banner-title {
    font-size: 18px;
    border-radius: 70.142px;
    padding: 6px 10px;
    width: auto;
    margin-bottom: 260px;
  }
  .banner .banner-second-title {
    font-size: 38px;
    margin-bottom: 13px;
  }
  .banner .banner-desc {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .banner .banner-logos {
    margin-bottom: 28px;
    width: 170px;
  }
}
.tiktok-banner {
  padding: 154px 0 120px 0;
}
.tiktok-banner .tiktok-banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tiktok-banner .tiktok-banner-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  margin-bottom: 26px;
}
.tiktok-banner .tiktok-banner-title .tiktok-banner-title-bottom {
  color: #FFF;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.3;
}
.tiktok-banner .tiktok-banner-desc {
  max-width: 586px;
  color: rgba(255, 255, 255, 0.89);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 44px;
}
.tiktok-banner .tiktok-banner-copy {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 10px 14px 36px;
  border-radius: 53px;
  border: 2px dashed rgba(255, 255, 255, 0.15);
  background: rgba(32, 32, 49, 0.58);
  margin-bottom: 60px;
}
.tiktok-banner .tiktok-banner-copy .tiktok-banner-copy-detail {
  color: rgba(255, 255, 255, 0.89);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.tiktok-banner .tiktok-banner-copy .tiktok-banner-copy-code {
  color: #FFE607;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
.tiktok-banner .tiktok-banner-copy .tiktok-banner-copy-btn {
  border-radius: 52px;
  background: #007BFF;
  padding: 9px 26px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.tiktok-banner .tiktok-banner-copy .tiktok-banner-copy-btn:hover {
  background: #0066ff;
}
.tiktok-banner .tiktok-banner-copy .tiktok-banner-copy-btn-text {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.tiktok-banner .tiktok-banner-copy-mobile {
  display: none;
  color: #F2AD5E;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 18px;
}
.tiktok-banner .tiktok-banner-btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 52px;
}
.tiktok-banner .tiktok-banner-btn-group .tiktok-banner-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 246px;
  padding: 9px 24px;
  background: #FFF;
  box-shadow: -3px -3px 0 0 #FF004F, 3px 3px 0 0 #4AFCFF;
  transition: all 0.3s ease;
  text-align: center;
}
.tiktok-banner .tiktok-banner-btn-group .tiktok-banner-btn:hover {
  background: #3D0A15;
}
.tiktok-banner .tiktok-banner-btn-group .tiktok-banner-btn:hover .tiktok-banner-btn-title {
  color: #FFF;
}
.tiktok-banner .tiktok-banner-btn-group .tiktok-banner-btn:hover .tiktok-banner-btn-sub {
  color: #FF8AB8;
}
.tiktok-banner .tiktok-banner-btn-group .tiktok-banner-btn-title {
  color: #3D0A15;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
.tiktok-banner .tiktok-banner-btn-group .tiktok-banner-btn-sub {
  margin-top: 4px;
  color: #FF004F;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 900px) {
  .tiktok-banner .tiktok-banner-title .tiktok-banner-title-bottom {
    font-size: 50px;
  }
  .tiktok-banner .tiktok-banner-copy .tiktok-banner-copy-detail {
    font-size: 14px;
  }
  .tiktok-banner .tiktok-banner-copy .tiktok-banner-copy-code {
    font-size: 16px;
  }
  .tiktok-banner .tiktok-banner-copy .tiktok-banner-copy-btn-text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .tiktok-banner {
    padding: 50px 0 55px;
  }
  .tiktok-banner .tiktok-banner-title {
    gap: 28px;
    margin-bottom: 22px;
  }
  .tiktok-banner .tiktok-banner-title .tiktok-banner-title-bottom {
    font-size: 28px;
    padding: 0 15px;
  }
  .tiktok-banner .tiktok-banner-desc {
    max-width: 284px;
    font-size: 14px;
    margin-bottom: 32px;
  }
  .tiktok-banner .tiktok-banner-copy {
    width: 100%;
    justify-content: space-between;
    padding: 7px;
    border-radius: 4px;
    margin-bottom: 12px;
  }
  .tiktok-banner .tiktok-banner-copy .tiktok-banner-copy-detail {
    font-size: 14px;
  }
  .tiktok-banner .tiktok-banner-copy .tiktok-banner-copy-pc {
    display: none;
  }
  .tiktok-banner .tiktok-banner-copy .tiktok-banner-copy-code {
    font-weight: 600;
    margin-left: 8px;
  }
  .tiktok-banner .tiktok-banner-copy .tiktok-banner-copy-btn {
    border-radius: 40px;
    padding: 7px 21px;
  }
  .tiktok-banner .tiktok-banner-copy .tiktok-banner-copy-btn-text {
    font-size: 14px;
  }
  .tiktok-banner .tiktok-banner-copy-mobile {
    display: block;
    width: 100%;
    text-align: left;
  }
  .tiktok-banner .tiktok-banner-btn-group {
    gap: 24px;
    margin-bottom: 18px;
    flex-direction: column;
    margin-top: 30px;
  }
  .tiktok-banner .tiktok-banner-btn-group .tiktok-banner-btn {
    min-width: 240px;
    padding: 7px 12px;
  }
  .tiktok-banner .tiktok-banner-btn-group .tiktok-banner-btn-title {
    font-size: 16px;
  }
  .tiktok-banner .tiktok-banner-btn-group .tiktok-banner-btn-sub {
    font-size: 12px;
    margin-top: 2px;
  }
}
@media (max-width: 365px) {
  .tiktok-banner .tiktok-banner-btn-group .tiktok-banner-btn {
    min-width: 140px;
    padding: 7px 10px;
  }
}
.compare {
  padding-bottom: 150px;
}
.compare h2 {
  color: #FFF;
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}
.compare .sec-desc {
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 55px;
  max-width: 560px;
}
.compare .compare-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.compare .compare-table-pc {
  margin-bottom: 60px;
  width: 100%;
}
.compare .compare-table-mobile {
  display: none;
}
.compare .table-head,
.compare .table-body {
  width: 100%;
}
.compare .table-head.fix-head {
  position: fixed;
  top: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 1200px;
  background: #000;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.compare .table-feat {
  width: 100%;
  border: none;
}
.compare .table-feat .td-left-right {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.compare .table-feat .td-right {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.compare .table-feat .td-bottom-brl {
  border-radius: 0 0 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.compare .table-feat .td-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.compare .table-feat .td-bottom-brr {
  border-radius: 0 0 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.compare .table-feat .tb-title {
  width: 25%;
  padding: 38px 0 8px 0;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.compare .table-feat .tb-title.tb-tit1 {
  border-radius: 20px 0 0 0;
}
.compare .table-feat .tb-title.tb-tit3 {
  border-radius: 0 20px 0 0;
}
.compare .table-feat .tb-title-inc {
  width: 25%;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  height: 72px;
}
.compare .table-feat .tb-desc {
  width: 25%;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  height: 30px;
}
.compare .table-feat .tb-tr {
  height: 84px;
}
.compare .table-feat .tb-tr-spe {
  height: 150px;
}
.compare .table-feat .tb-sub-title {
  width: 25%;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 3;
}
.compare .table-feat .tb-body-desc {
  width: 25%;
}
.compare .table-feat .tb-body-desc p {
  padding: 0 28px;
  color: #FFF;
  opacity: 0.85;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.compare .table-feat .tb-body-desc .spe {
  color: #F21A24;
}
.compare .upgrade-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  background: #E7000B;
  transition: background 0.3s ease;
  cursor: pointer;
}
.compare .upgrade-btn span {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.compare .upgrade-btn .copy-code {
  margin-left: 8px;
}
.compare .upgrade-btn:hover,
.compare .upgrade-btn:active {
  background: #C40010;
}
@media (max-width: 1200px) {
  .compare .table-head.fix-head {
    padding: 0 15px;
  }
  .compare .table-feat .tb-body-desc p {
    padding: 0 18px;
  }
  .reason .reason-content {
    padding: 40px 32px 0 32px;
  }
  .reason .reason-show {
    gap: 10px;
  }
  .reason .reason-show .btn-group {
    align-items: flex-start;
  }
  .reason .reason-show .btn-group .full-btn {
    padding: 15px 82px;
  }
  .reason .reason-show .reason-right {
    padding-top: 110px;
  }
  .reason .reason-show .reason-img {
    width: 500px;
  }
}
@media (max-width: 1020px) {
  .compare .table-feat .tb-body-desc p {
    padding: 0 8px;
  }
  .reason .reason-content {
    padding: 40px 32px;
  }
  .reason .reason-show {
    gap: 0;
  }
  .reason .reason-show .btn-group {
    align-items: center;
  }
  .reason .reason-show .btn-group .full-btn {
    width: 60%;
    padding: 15px 82px;
  }
  .reason .reason-show .reason-right {
    display: none;
  }
}
@media (max-width: 900px) {
  .compare .table-feat .tb-title {
    font-size: 20px;
  }
  .compare .table-feat .tb-title-inc {
    font-size: 20px;
  }
  .compare .table-feat .tb-desc {
    font-size: 14px;
  }
  .compare .table-feat .tb-sub-title {
    font-size: 16px;
  }
  .compare .table-feat .tb-body-desc p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .compare {
    padding-bottom: 76px;
  }
  .compare h2 {
    text-align: center;
    font-size: 28px;
  }
  .compare .sec-desc {
    text-align: center;
    margin-bottom: 28px;
    font-size: 14px;
  }
  .compare .compare-table-pc {
    display: none;
  }
  .compare .compare-table-mobile {
    display: block;
    margin-bottom: 32px;
    width: 100%;
  }
  .compare .table-head.fix-head {
    top: 0;
    padding: 0 15px;
  }
  .compare .tb-tr-spe3 {
    height: 80px;
    width: 100%;
  }
  .compare .tb-tr-spe3 .tb-body-desc-spe {
    text-align: center;
    font-size: 12px;
    color: #FFF;
  }
  .compare .tb-tr-spe3 p {
    text-align: center;
  }
  .compare .table-feat .tb-title {
    width: 33.3%;
    font-size: 12px;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .compare .table-feat .tb-title.tb-tit1 {
    border-radius: 0;
    padding: 12px;
  }
  .compare .table-feat .tb-title.tb-tit2 {
    padding: 12px 22px;
  }
  .compare .table-feat .tb-title.tb-tit3 {
    border-radius: 0;
    padding: 12px 22px;
  }
  .compare .table-feat .tb-tit-desc {
    margin-top: 8px;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
  }
  .compare .table-feat .tb-tr {
    height: 42px;
  }
  .compare .table-feat .tb-tr-spe {
    height: 44px;
  }
  .compare .table-feat .tb-tr-spe2 {
    height: 66px;
  }
  .compare .table-feat .tb-sub-title {
    width: 33.3%;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
  }
  .compare .table-feat .tb-sub-title .sub-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 342px;
  }
  .compare .table-feat .tb-body-desc {
    width: 33.3%;
    padding: 0 calc((33.3% - 18px) / 2);
  }
  .compare .table-feat .tb-body-desc img {
    width: 18px;
    height: 18px;
  }
  .compare .table-feat .tb-body-desc-spe {
    width: 33.3%;
    position: relative;
  }
  .compare .table-feat .tb-body-desc-spe p {
    position: absolute;
    top: 0;
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    opacity: 0.8;
    padding: 0 4px;
  }
  .compare .table-feat .tb-body-desc-spe2 {
    width: 33.3%;
  }
  .compare .table-feat .tb-body-desc-spe2 p {
    color: #FFF;
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    opacity: 0.8;
  }
  .compare .upgrade-btn {
    padding: 12px 20px;
  }
  .compare .upgrade-btn span {
    font-size: 14px;
  }
  .compare .upgrade-btn .copy-code {
    margin-left: 4px;
  }
}
.unlock {
  padding: 20px 0 108px 0;
}
.unlock .sec-img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.unlock h2 {
  color: #FFF;
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}
.unlock .unlock-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 45px 72px;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-dj-tk/section-top.png') top left / contain, url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-dj-tk/section-bottom-2.png') bottom right / contain, #000;
  background-repeat: no-repeat;
}
.unlock .sec-desc {
  max-width: 938px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
}
.unlock .unlock-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 33px;
  margin-bottom: 44px;
}
.unlock .unlock-detail .detail-top,
.unlock .unlock-detail .detail-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 38px;
  width: 100%;
}
.unlock .unlock-detail .detail-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 60px 0 20px;
  max-width: 508px;
  width: 100%;
  min-height: 86px;
  border-radius: 8px;
  background: #212121;
  backdrop-filter: blur(1px);
}
.unlock .unlock-detail .detail-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
}
.unlock .unlock-detail .text-top {
  color: rgba(255, 255, 255, 0.95);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.unlock .unlock-detail .text-bottom {
  color: rgba(255, 255, 255, 0.95);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
.unlock .unlock-detail .text-spe {
  color: rgba(255, 255, 255, 0.95);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.unlock .unlock-detail .copy-code {
  color: #FFE607;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.unlock .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-bottom: 20px;
}
.unlock .btn-group .full-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  background: #E7000B;
  border-radius: 0;
  transition: background 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}
.unlock .btn-group .full-btn::after {
  display: none;
}
.unlock .btn-group .full-btn span {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  z-index: 10;
}
.unlock .btn-group .full-btn .copy-code {
  margin-left: 8px;
}
.unlock .btn-group .full-btn:hover,
.unlock .btn-group .full-btn:active {
  background: #C40010;
}
.unlock .unlock-tips {
  color: rgba(255, 255, 255, 0.64);
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .unlock .unlock-content {
    padding: 45px;
  }
  .unlock .unlock-detail {
    gap: 18px;
  }
  .unlock .unlock-detail .detail-top,
  .unlock .unlock-detail .detail-bottom {
    flex-direction: column;
    gap: 18px;
  }
  .unlock .unlock-detail .detail-item {
    padding: 0 20px;
  }
  .unlock .btn-group {
    flex-direction: column;
    gap: 18px;
  }
}
@media (max-width: 768px) {
  .unlock {
    padding: 0 0 66px 0;
  }
  .unlock .sec-img {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
  }
  .unlock h2 {
    text-align: left;
    font-size: 28px;
  }
  .unlock .unlock-content {
    align-items: flex-start;
    padding: 30px 18px 36px;
    border: none;
    background: url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-dj-tk/section-top-mobile.png') top left / contain, url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-dj-tk/section-bottom-mobile-1.png') bottom right / contain, #000;
    background-repeat: no-repeat;
  }
  .unlock .sec-desc {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
    font-size: 14px;
  }
  .unlock .unlock-detail {
    margin-bottom: 40px;
    width: 100%;
  }
  .unlock .unlock-detail .detail-item {
    gap: 8px;
    padding: 0 14px;
    max-width: 702px;
    width: 100%;
    min-height: 60px;
    border-radius: 6px;
  }
  .unlock .unlock-detail .detail-img {
    width: 36px;
    height: 36px;
  }
  .unlock .unlock-detail .detail-img img {
    width: 32px;
  }
  .unlock .unlock-detail .text-top {
    font-size: 16px;
  }
  .unlock .unlock-detail .text-bottom {
    font-size: 12px;
  }
  .unlock .unlock-detail .text-spe {
    font-size: 14px;
  }
  .unlock .unlock-detail .copy-code {
    font-size: 16px;
  }
  .unlock .btn-group {
    margin-bottom: 14px;
    width: 100%;
  }
  .unlock .btn-group .full-btn {
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
    margin: 0 auto;
    border-radius: 0;
  }
  .unlock .btn-group .full-btn span {
    font-size: 16px;
  }
  .unlock .unlock-tips {
    margin: 0 auto;
    font-size: 12px;
  }
}
.online {
  padding-bottom: 100px;
}
.online .sec-img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}
.online .online-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 35px 88px 50px;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-dj-tk/section-top.png') top left / contain, url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-dj-tk/section-bottom-2.png') bottom right / contain, #000;
  background-repeat: no-repeat;
}
.online h2 {
  color: #FFF;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
  max-width: 784px;
  text-align: center;
  margin-bottom: 30px;
}
.online .sec-desc {
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
}
.online .sec-desc.online-desc {
  margin-bottom: 48px;
}
.online .online-try {
  display: flex;
  align-items: center;
  padding: 6px;
  background: #212121;
  border-radius: 53px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  margin-bottom: 34px;
  width: 788px;
}
.online .online-try .online-input-container {
  display: flex;
  align-items: center;
  max-width: 788px;
  width: 100%;
  padding-left: 27px;
}
.online .online-try .online-input {
  box-sizing: border-box;
  width: 100%;
  border-radius: 71px;
  padding: 14px 5px 14px 12px;
  background: #212121;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
.online .online-try .online-input::placeholder {
  color: rgba(239, 239, 239, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
.online .online-try .online-btn {
  border-radius: 71px;
  background: #007BFF;
  padding: 11px 32px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.online .online-try .online-btn:hover {
  background: #0066ff;
}
.online .online-try .online-btn-text {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
.online .online-swiper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.online .online-wrapper {
  width: 100%;
  display: flex;
}
.online .online-slide {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  border-radius: 20px;
}
.online .online-slide img {
  height: auto;
  border-radius: 20px;
  width: 100%;
}
.online .online-slide .online-mobile {
  display: none;
}
.online .online-pagination {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}
.online .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.18);
  opacity: 1;
  border-radius: 50%;
}
.online .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 34px;
  height: 14px;
  border-radius: 30px;
  background-color: #FFF;
}
.online .warning-text {
  display: none;
  padding-left: 40px;
  margin-bottom: 30px;
  color: #EB5F5F;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.online .warning-text::before {
  position: absolute;
  content: '';
  top: 4px;
  left: 20px;
  width: 12px;
  height: 12px;
  background-image: url("https://img.tunefab.com/uploads/page/landing-page/tiktok-landing/online-warning.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.online .warning-text.is-visible {
  display: block;
}
.online .online-loading {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin-top: 32px;
}
.online .online-loading .online-loading-img {
  width: 120px;
  height: 120px;
}
.online .online-loading .online-loading-text {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
}
.online .online-loading .online-loading-text.primary {
  font-size: 20px;
  font-weight: 500;
}
.online .online-loading .online-loading-text.secondary {
  opacity: 0.8;
  text-align: center;
}
.online .analysis-result {
  width: 100%;
  visibility: hidden;
  height: 0;
  overflow-x: auto;
}
.online .analysis-result.is-visible {
  visibility: visible;
  height: auto;
}
.online .analysis-result .analysis-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}
.online .analysis-result .analysis-table thead tr th {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.online .analysis-result .analysis-table thead tr th:first-child {
  padding-left: 23px;
}
.online .analysis-result .analysis-table thead tr th:last-child {
  padding-right: 0;
  text-align: right;
}
.online .analysis-result .analysis-table tbody tr:last-child {
  border-bottom: none;
}
.online .analysis-result .analysis-table tbody tr:last-child td {
  padding-bottom: 22px;
}
.online .analysis-result .analysis-table tbody tr td {
  padding: 14px 12px 0;
  vertical-align: middle;
}
.online .analysis-result .analysis-table tbody tr td:first-child {
  padding-left: 23px;
}
.online .analysis-result .analysis-table tbody tr td:last-child {
  padding-right: 24px;
  text-align: right;
  width: 140px;
}
.online .analysis-result .analysis-table .analysis-title-cell .title-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.online .analysis-result .analysis-table .analysis-title-cell .analysis-img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
}
.online .analysis-result .analysis-table .analysis-title-cell .analysis-title {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 200px;
}
.online .analysis-result .analysis-table .analysis-singer-cell {
  font-size: 14px;
  color: #FFF;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100px;
}
.online .analysis-result .analysis-table .analysis-album-cell {
  font-size: 14px;
  color: #FFF;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100px;
}
.online .analysis-result .analysis-table .analysis-duration-cell {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}
.online .analysis-result .analysis-table .analysis-action-cell .download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
  border: none;
  min-width: 140px;
  text-align: center;
  height: 30px;
}
.online .analysis-result .analysis-table .analysis-action-cell .download-btn span {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.online .analysis-result .analysis-table .analysis-action-cell .download-btn.btn-download {
  background: rgba(255, 255, 255, 0.19);
}
.online .analysis-result .analysis-table .analysis-action-cell .download-btn.btn-download:hover,
.online .analysis-result .analysis-table .analysis-action-cell .download-btn.btn-download:active {
  background: #007BFF;
}
.online .analysis-result .analysis-table .analysis-action-cell .download-btn.btn-downloaded {
  background: #1DB954;
  cursor: default;
  opacity: 0.8;
}
.online .analysis-result .analysis-table .analysis-action-cell .download-btn.btn-downloaded:hover,
.online .analysis-result .analysis-table .analysis-action-cell .download-btn.btn-downloaded:active {
  background: #007BFF;
}
.online .analysis-result .analysis-table .analysis-action-cell .download-btn.btn-unlock {
  color: #007BFF;
  background: #FFFFFF30;
}
.online .analysis-result .analysis-table .analysis-action-cell .download-btn.btn-unlock span {
  color: #007BFF;
}
.online .analysis-result .analysis-table .analysis-action-cell .download-btn.btn-unlock .unlock-text {
  display: none;
}
.online .analysis-result .analysis-table .analysis-action-cell .download-btn.btn-unlock:hover,
.online .analysis-result .analysis-table .analysis-action-cell .download-btn.btn-unlock:active {
  background: #FFFFFF;
}
.online .analysis-result .analysis-table .analysis-action-cell .download-btn.btn-unlock:hover .unlock-icon,
.online .analysis-result .analysis-table .analysis-action-cell .download-btn.btn-unlock:active .unlock-icon {
  display: none;
}
.online .analysis-result .analysis-table .analysis-action-cell .download-btn.btn-unlock:hover .unlock-text,
.online .analysis-result .analysis-table .analysis-action-cell .download-btn.btn-unlock:active .unlock-text {
  display: block;
}
.online .analysis-result .analysis-table .analysis-action-cell .download-btn[disabled] {
  background: rgba(255, 255, 255, 0.2);
  cursor: not-allowed;
  opacity: 0.6;
}
.online .analysis-result .load-more-btn {
  display: block;
  margin-top: 34px;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
  padding-right: 24px;
}
.online .analysis-result .load-more-btn:hover,
.online .analysis-result .load-more-btn:active {
  color: #0066ff;
  text-decoration: underline;
}
.online .analysis-result .analysis-list-mobile {
  display: none;
}
.online .conversion {
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 35px 50px;
  border-radius: 20px;
  border: 2px solid rgba(255, 146, 210, 0.52);
  background: url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-dj-tk/section-top.png') top left / contain, url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-dj-tk/section-bottom-2.png') bottom right / contain, #000;
  background-repeat: no-repeat;
  box-sizing: border-box;
  width: 100%;
}
.online .conversion .close-btn-content {
  width: 100%;
  display: flex;
  justify-content: right;
}
.online .conversion .close-btn-content .close-btn {
  width: 24px;
}
.online .conversion .online-successful {
  width: 80px;
}
.online .conversion .online-fail,
.online .conversion .online-used-up {
  width: 120px;
}
.online .conversion .cs-title,
.online .conversion .cf-title,
.online .conversion .cuu-title {
  color: #FFF;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.8;
}
.online .conversion .cs-desc,
.online .conversion .cf-desc,
.online .conversion .cuu-desc {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}
.online .conversion-successful .online-successful {
  margin-bottom: 18px;
}
.online .conversion-successful .cs-desc {
  max-width: 400px;
}
.online .conversion-successful .cs-desc.cs-desc-bottom {
  margin-bottom: 30px;
}
.online .conversion-successful .cs-desc .free-num {
  color: #1ED760;
}
.online .conversion-successful .cs-desc .left-num {
  color: #F0853C;
}
.online .conversion-fail .online-fail {
  margin-bottom: 8px;
}
.online .conversion-fail .cf-title {
  margin-bottom: 6px;
}
.online .conversion-fail .cf-desc {
  max-width: 400px;
  margin-bottom: 25px;
}
.online .conversion-used-up .online-used-up {
  margin-bottom: 8px;
}
.online .conversion-used-up .cuu-desc {
  max-width: 516px;
  margin-bottom: 15px;
}
.online .btn-group {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-direction: column;
}
.online .btn-group .full-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  background: #E7000B;
  border-radius: 0;
  transition: background 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}
.online .btn-group .full-btn::after {
  display: none;
}
.online .btn-group .full-btn span {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}
.online .btn-group .full-btn .copy-code {
  margin-left: 8px;
}
.online .btn-group .full-btn:hover,
.online .btn-group .full-btn:active {
  background: #C40010;
}
.online .btn-group .empty-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #E7000B;
  background: rgba(19, 26, 59, 0.03);
}
.online .btn-group .empty-btn::after {
  display: none;
}
.online .btn-group .empty-btn span {
  background: #FFF;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
}
.online .btn-group .empty-btn.empty-1 {
  padding: 10px 142px;
}
.online .btn-group .empty-btn.empty-2 {
  padding: 10px 46px;
}
.reason {
  padding-bottom: 200px;
}
.reason .reason-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 46px 62px 0 92px;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-dj-tk/section-top.png') top left / contain, url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-dj-tk/section-bottom-2.png') bottom right / contain, #000;
  background-repeat: no-repeat;
}
.reason h2 {
  color: #FFF;
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}
.reason .sec-desc {
  max-width: 1000px;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
.reason .reason-show {
  display: flex;
  gap: 44px;
}
.reason .reason-show .reason-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 20px;
  margin-bottom: 42px;
}
.reason .reason-show .reason-item {
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}
.reason .reason-show .reason-item::before {
  position: absolute;
  content: '';
  top: 8px;
  left: -20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #DD5057;
}
.reason .reason-show .btn-group {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.reason .reason-show .btn-group img {
  z-index: 10;
}
.reason .reason-show .btn-group .full-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 41px;
  background: #E7000B;
  border-radius: 0;
  transition: background 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}
.reason .reason-show .btn-group .full-btn::after {
  display: none;
}
.reason .reason-show .btn-group .full-btn span {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  z-index: 10;
}
.reason .reason-show .btn-group .full-btn:hover,
.reason .reason-show .btn-group .full-btn:active {
  background: #C40010;
}
.reason .reason-show .reason-tips {
  max-width: 488px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}
.reason .reason-show .reason-right {
  padding-top: 8px;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .online .online-content {
    padding: 35px 75px 40px;
  }
}
@media (max-width: 768px) {
  .online {
    padding-bottom: 50px;
  }
  .online .online-content {
    align-items: flex-start;
    padding: 30px 16px 22px;
    border: none;
    background: url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-dj-tk/section-top-mobile.png') top left / contain, url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-dj-tk/section-bottom-mobile-1.png') bottom right / contain, #000;
    background-repeat: no-repeat;
  }
  .online .sec-img {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
  }
  .online h2 {
    text-align: left;
    font-size: 28px;
  }
  .online .sec-desc {
    text-align: left;
    font-size: 14px;
  }
  .online .sec-desc.online-desc {
    margin-bottom: 16px;
  }
  .online .online-try {
    margin-bottom: 26px;
    flex-direction: column;
    gap: 12px;
    border: unset;
    background: unset;
    box-sizing: border-box;
    width: 100%;
  }
  .online .online-try .online-input-container {
    border-radius: 46px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #212121;
    padding: 12px 16px;
  }
  .online .online-try .online-input {
    padding: 0 0 0 6px;
    font-size: 12px;
  }
  .online .online-try .online-input::placeholder {
    font-size: 12px;
  }
  .online .online-try .online-btn {
    padding: 10px 14px;
    width: 100%;
  }
  .online .online-try .online-btn-text {
    font-size: 16px;
  }
  .online .online-slide {
    border-radius: 8px;
  }
  .online .online-slide .online-pc {
    display: none;
  }
  .online .online-slide .online-mobile {
    display: block;
    height: auto;
    border-radius: 8px;
    width: 100%;
  }
  .online .online-pagination {
    gap: 8px;
    margin-top: 14px;
  }
  .online .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .online .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    height: 8px;
    border-radius: 16px;
  }
  .online .warning-text {
    padding-left: 24px;
    margin-bottom: 18px;
    font-size: 12px;
  }
  .online .warning-text::before {
    top: 2px;
    left: 4px;
  }
  .online .analysis-result {
    margin-top: 0;
  }
  .online .analysis-result .analysis-table {
    display: none;
  }
  .online .analysis-result .analysis-list-mobile {
    display: block;
    width: 100%;
  }
  .online .analysis-result .analysis-card-mobile {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    padding: 8px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    margin-bottom: 8px;
  }
  .online .analysis-result .analysis-card-mobile:last-child {
    margin-bottom: 0;
  }
  .online .analysis-result .card-img-mobile {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
  }
  .online .analysis-result .card-content-mobile {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
  }
  .online .analysis-result .card-title-mobile {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .online .analysis-result .card-singer-mobile {
    color: rgba(255, 255, 255, 0.79);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .online .analysis-result .download-btn-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    border-radius: 4px;
    min-width: 108px;
    text-decoration: none;
    transition: all 0.3s ease;
    flex-shrink: 0;
    color: #FFF;
  }
  .online .analysis-result .download-btn-mobile span {
    font-size: 12px;
    font-weight: 400;
  }
  .online .analysis-result .download-btn-mobile.btn-download {
    background: rgba(255, 255, 255, 0.19);
  }
  .online .analysis-result .download-btn-mobile.btn-download:hover,
  .online .analysis-result .download-btn-mobile.btn-download:active {
    background: #007BFF;
  }
  .online .analysis-result .download-btn-mobile.btn-downloaded {
    background: #1DB954;
    cursor: default;
    opacity: 0.8;
  }
  .online .analysis-result .download-btn-mobile.btn-downloaded span {
    color: #FFF;
  }
  .online .analysis-result .download-btn-mobile.btn-downloaded:hover,
  .online .analysis-result .download-btn-mobile.btn-downloaded:active {
    background: #007BFF;
  }
  .online .analysis-result .download-btn-mobile.btn-unlock {
    padding: 6px;
    background: rgba(255, 255, 255, 0.19);
  }
  .online .analysis-result .download-btn-mobile.btn-unlock .unlock-text {
    display: none;
  }
  .online .analysis-result .download-btn-mobile.btn-unlock .unlock-icon {
    display: block;
    width: 16px;
    height: 16px;
  }
  .online .analysis-result .download-btn-mobile.btn-unlock .unlock-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .online .analysis-result .download-btn-mobile.btn-unlock:hover,
  .online .analysis-result .download-btn-mobile.btn-unlock:active {
    background: #FFFFFF;
    color: #007BFF;
  }
  .online .analysis-result .download-btn-mobile.btn-unlock:hover .unlock-icon,
  .online .analysis-result .download-btn-mobile.btn-unlock:active .unlock-icon {
    display: none;
  }
  .online .analysis-result .download-btn-mobile.btn-unlock:hover .unlock-text,
  .online .analysis-result .download-btn-mobile.btn-unlock:active .unlock-text {
    display: block;
  }
  .online .analysis-result .download-btn-mobile[disabled] {
    background: rgba(255, 255, 255, 0.2);
    cursor: not-allowed;
    opacity: 0.6;
  }
  .online .analysis-result .load-more-btn {
    margin-top: 16px;
    font-size: 12px;
    padding-right: 16px;
  }
  .online .conversion {
    padding: 16px 16px 32px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: url("https://img.tunefab.com/uploads/page/landing-page/music-converter-for-dj-tk/online-bg-top.png") top center / contain, url("https://img.tunefab.com/uploads/page/landing-page/music-converter-for-dj-tk/online-bg-bottom.png") bottom center / contain, #000;
    background-repeat: no-repeat;
  }
  .online .conversion .close-btn-content .close-btn {
    width: 16px;
  }
  .online .conversion-successful .online-successful {
    width: 56px;
    margin-bottom: 8px;
  }
  .online .conversion-successful .cs-title {
    font-size: 16px;
  }
  .online .conversion-successful .cs-desc {
    max-width: 274px;
    font-size: 14px;
  }
  .online .conversion-fail .online-fail {
    width: 80px;
  }
  .online .conversion-fail .cf-title {
    font-size: 16px;
  }
  .online .conversion-fail .cf-desc {
    max-width: 274px;
    font-size: 14px;
  }
  .online .conversion-used-up .online-used-up {
    width: 80px;
    margin-bottom: 3px;
  }
  .online .conversion-used-up .cuu-title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .online .conversion-used-up .cuu-desc {
    max-width: 280px;
    font-size: 14px;
    margin-bottom: 16px;
  }
  .online .btn-group {
    gap: 18px;
  }
  .online .btn-group .full-btn {
    padding: 12px 15px;
    border-radius: 0;
  }
  .online .btn-group .full-btn span {
    font-size: 14px;
  }
  .online .btn-group .empty-btn span {
    font-size: 14px;
  }
  .online .btn-group .empty-btn.empty-1 {
    padding: 10px 80px;
  }
  .online .btn-group .empty-btn.empty-2 {
    padding: 10px 22px;
  }
  .reason {
    padding-bottom: 60px;
  }
  .reason .reason-content {
    align-items: flex-start;
    padding: 30px 18px 28px 16px;
    border: none;
    background: url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-dj-tk/section-top-mobile.png') top left / contain, url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-dj-tk/section-bottom-mobile-1.png') bottom right / contain, #000;
    background-repeat: no-repeat;
  }
  .reason .sec-img {
    width: 32px;
    height: 32px;
    margin-bottom: 8px;
  }
  .reason h2 {
    text-align: left;
    font-size: 28px;
  }
  .reason .sec-desc {
    margin-bottom: 14px;
    text-align: left;
    font-size: 14px;
  }
  .reason .reason-show {
    max-width: 704px;
    width: 100%;
  }
  .reason .reason-show .reason-left {
    width: 100%;
  }
  .reason .reason-show .reason-list {
    gap: 14px;
    padding-left: 18px;
    margin-bottom: 24px;
  }
  .reason .reason-show .reason-item {
    font-size: 14px;
  }
  .reason .reason-show .reason-item::before {
    top: 6px;
    left: -18px;
  }
  .reason .reason-show .btn-group {
    flex-direction: row;
    gap: 12px;
    margin-bottom: 16px;
  }
  .reason .reason-show .btn-group .full-btn {
    width: 100%;
    gap: 6px;
    padding: 11px 0;
    border-radius: 0;
  }
  .reason .reason-show .btn-group .full-btn span {
    font-size: 16px;
  }
  .reason .reason-show .btn-group img {
    width: 14px;
    height: 14px;
  }
  .reason .reason-show .reason-tips {
    text-align: center;
    margin: 0 auto;
  }
}
body {
  background: #090909;
}
.wrap1 {
  padding: 0 0 90px;
}
.wrap1-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 26px;
}
.wrap1-title .wrap1-title-text {
  color: #FFF;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
}
.wrap1-title .wrap1-title-em {
  background: #FB2C36;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
}
.wrap1-desc {
  margin: 0 auto 15px;
  max-width: 800px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}
.wrap1-compare-card {
  margin: 64px auto 0;
}
.wrap1-compare {
  width: 100%;
}
.wrap1-compare .cmp-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  gap: 24px;
  border-bottom: 0.667px solid #27272A;
}
.wrap1-compare .cmp-head {
  background: rgba(24, 24, 27, 0.8);
  padding: 33px 0;
}
.wrap1-compare .cmp-th {
  color: #FFF;
  text-align: center;
}
.wrap1-compare .cmp-feat {
  color: #D1D5DC;
  padding-left: 23px;
}
.wrap1-compare .cmp-row:not(.cmp-head) {
  padding: 24px 0;
}
.wrap1-compare .cmp-val {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap1-compare .cmp-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 12px 0;
}
.wrap1-compare .cmp-val.left .cmp-pill {
  background: rgba(255, 255, 255, 0.1);
  color: #A9B2C2;
}
.wrap1-compare .cmp-val.right .cmp-pill {
  background: rgba(153, 26, 26, 0.3);
  color: #FF6467;
}
.wrap1-compare .cmp-pill .cmp-circle {
  margin-top: 0;
}
.wrap1-compare .cmp-circle {
  display: inline-flex;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}
.wrap1-compare .cmp-circle.x {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: rgba(255, 255, 255, 0.35);
  background: rgba(0, 0, 0, 0.1);
}
.wrap1-compare .cmp-circle.ok {
  border: 1px solid rgba(255, 80, 80, 0.85);
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 60, 60, 0.2);
}
.tracks-btn {
  background: #E7000B;
  color: #FFF;
  text-align: center;
  font-size: 23px;
  padding: 16px 36px;
  transition: all 0.3s ease;
  display: block;
  width: fit-content;
  margin: 32PX auto;
}
.tracks-btn:hover {
  background: #FFF;
  color: #E7000B;
}
/* Wrap5 - DJ Workflows Section */
.wrap5 {
  background: #0A0A0A;
  margin-top: 150px;
}
.wrap5-title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  color: #FFFFFF;
}
.wrap5-title .highlight {
  color: #E7000B;
}
.workflows-carousel {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
/* Desktop Carousel */
.workflows-swiper-container {
  display: block;
  position: relative;
}
.workflows-swiper {
  overflow: hidden;
}
.workflow-card {
  background: #030304;
  display: flex;
  gap: 48px;
  align-items: flex-start;
  width: 100%;
}
.workflow-content {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 46px 0;
}
.workflow-content .workflow-quote-icon {
  position: absolute;
  top: 32px;
  right: 32px;
}
.workflow-title {
  font-size: 30px;
  color: #FFFFFF;
  margin-bottom: 30px;
  font-weight: 500;
}
.workflow-dj-name {
  font-size: 24px;
  color: #FF6467;
  margin-bottom: 8px;
}
.workflow-location {
  font-size: 16px;
  color: #99A1AF;
  margin-bottom: 32px;
  font-weight: 400;
}
.workflow-bio {
  margin-bottom: 32px;
}
.workflow-bio p {
  font-size: 16px;
  line-height: 1.6;
  color: #D1D5DC;
  margin-bottom: 0;
}
.workflow-label {
  display: inline-block;
  background: #E7000B;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 4px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.workflow-description p {
  font-size: 16px;
  line-height: 1.7;
  color: #D1D5DC;
  margin-bottom: 0;
}
.workflow-quote {
  border-left: 4px solid #E7000B;
  padding: 0 78px 0 28px;
  margin: 32px 0;
  font-style: italic;
  font-size: 18px;
  line-height: 1.6;
  color: #E5E7EB;
  border-radius: 0 6px 6px 0;
}
.workflow-software {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}
.workflow-description {
  margin-top: 10px;
}
.software-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.software-label {
  font-size: 12px;
  color: #6A7282;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 600;
}
.software-name {
  font-size: 16px;
  color: #FFFFFF;
}
.workflows-nav-buttons {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
/* Navigation Buttons */
.workflows-nav-prev img {
  transform: rotate(180deg);
}
.workflows-nav-prev,
.workflows-nav-next {
  cursor: pointer;
}
.workflows-nav-prev.swiper-button-disabled,
.workflows-nav-next.swiper-button-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.workflow-image {
  position: relative;
  overflow: hidden;
}
.workflow-use-case {
  position: absolute;
  top: 32px;
  left: 32px;
  padding: 8px 16px;
  font-size: 14px;
  color: #FFFFFF;
  background: #E7000B;
  text-transform: uppercase;
}
.workflow-image-pc {
  display: block;
}
.workflow-image-mb {
  display: none;
}
.mb-show {
  display: block;
}
@media (max-width: 768px) {
  .pc-show {
    display: none;
  }
  .card.solution {
    margin-bottom: 40px;
  }
  .card.solution:last-of-type {
    margin-bottom: 0;
  }
  .workflow-image-pc {
    display: none;
  }
  .workflow-image-mb {
    display: block;
    width: 100%;
  }
  .wrap1 {
    padding: 60px 0 80px;
  }
  .wrap1-title {
    margin-bottom: 16px;
  }
  .wrap1-title .wrap1-title-text,
  .wrap1-title .wrap1-title-em {
    font-size: 36px;
  }
  .wrap1-desc {
    max-width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .wrap1-compare-card {
    overflow-x: scroll;
    overflow-y: hidden;
    margin-top: 35px;
  }
  .wrap1-compare {
    width: max-content;
  }
  .wrap1-compare .cmp-th,
  .wrap1-compare .cmp-feat,
  .wrap1-compare .cmp-pill {
    font-size: 14px;
    padding: 10px 0;
  }
  .wrap1-compare .cmp-head {
    padding: 14px 0;
  }
  .wrap1-compare .cmp-row {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .wrap1-compare .cmp-row:not(.cmp-head) {
    padding: 24px 0;
  }
  .problems-solutions-grid {
    display: none;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 24px;
    margin-top: 45px;
  }
  .problems-solutions-grid .card {
    width: 100%;
    padding: 24px;
  }
  .problems-solutions-grid .card-icon-img {
    width: 32px;
    height: 32px;
  }
  .wrap2 {
    padding: 60px 0;
    margin: 0;
    background-image: url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-dj/wrap2-bg-mb.webp');
  }
  .wrap2-title {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .wrap2-desc {
    font-size: 16px;
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .dj-software-grid {
    display: none;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 40px;
  }
  .dj-card {
    padding: 24px;
  }
  .dj-card .dj-icon {
    margin-bottom: 16px;
  }
  .dj-card-title {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .dj-card p {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .wrap2-note {
    padding: 24px;
    margin-top: 40px;
  }
  .note-tip,
  .note-description {
    font-size: 14px;
  }
  .note-link {
    font-size: 14px;
  }
  .wrap3 {
    display: none;
    padding: 60px 0;
  }
  .wrap3-title {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .wrap3-desc {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .steps-carousel {
    margin-bottom: 60px;
  }
  .steps-nav {
    display: none;
  }
  .steps-swiper {
    position: relative;
    padding-bottom: 40px;
  }
  .steps-swiper .swiper-pagination {
    display: block;
  }
  .steps-swiper .swiper-pagination-bullet {
    background: #868686;
    opacity: 1;
  }
  .steps-swiper .swiper-pagination-bullet-active {
    background: #E7000B;
  }
  .step-item {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
  .step-content {
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }
  .step-number .number {
    font-size: 72px;
  }
  .step-icon {
    width: 60px;
    height: 60px;
    margin-left: -10px;
    margin-top: -30px;
  }
  .step-text h3 {
    font-size: 20px;
    margin-bottom: 12px;
    text-align: left;
  }
  .step-text p {
    font-size: 14px;
    text-align: left;
  }
  .step-cta-btn {
    font-size: 16px;
    padding: 14px 28px;
  }
  .wrap4 {
    padding: 60px 0;
  }
  .wrap4-title {
    font-size: 36px;
    margin-bottom: 24px;
  }
  .wrap4-title .highlight {
    display: inline-block;
  }
  .wrap4-desc {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .wrap4-compare-card {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .wrap4-compare {
    width: 980px;
  }
  .wrap4-compare .cmp-th {
    font-size: 14px;
  }
  .wrap4-compare .cmp-row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    min-height: auto;
  }
  .wrap4-compare .cmp-row:not(.cmp-head) {
    padding: 20px 0;
  }
  .wrap4-compare .cmp-head {
    padding: 20px 0;
  }
  .wrap4-compare .cmp-feat {
    font-size: 14px;
    padding-left: 23px;
  }
  .wrap4-compare .cmp-pill img {
    width: 20px;
  }
  .wrap4-compare .cmp-pill {
    font-size: 12px;
  }
  .comparison-cta-btn {
    font-size: 16px;
    padding: 14px 28px;
  }
  .card-img-wrapper {
    height: 113px;
  }
  .card-img-wrapper img {
    width: 100%;
  }
  .problems-solutions-grid {
    margin: 50px 0;
    grid-template-columns: 1fr;
  }
  .wrap2 {
    padding: 33px 10px;
  }
  .wrap2-title {
    font-size: 36px;
    line-height: 1.2;
  }
  .highlight {
    display: block;
  }
  .wrap2-desc {
    padding: 0px 5px;
  }
  .dj-software-grid {
    margin-top: 30px;
    gap: 24px;
  }
  .dj-card {
    padding: 20px;
  }
  .dj-card .dj-icon {
    top: 20px;
    left: 20px;
  }
  .dj-mini-title {
    font-size: 16px;
  }
  .dj-card p {
    margin-bottom: 16px;
  }
  .wrap2-note {
    padding: 20px;
    margin-top: 22px;
    margin-bottom: 40px;
  }
  .wrap2-info {
    display: none;
    gap: 8px;
    margin-top: 22px;
  }
  .wrap2-info .wrap2-info-img {
    width: 75px;
  }
  .note-tip,
  .note-description {
    font-size: 13px;
  }
  .note-link {
    font-size: 13px;
  }
  .wrap3 {
    padding: 40px 0;
  }
  .steps-carousel {
    margin-bottom: 40px;
  }
  .steps-nav {
    gap: 12px;
    margin-bottom: 30px;
  }
  .step-nav-btn {
    padding: 8px 16px;
    font-size: 11px;
  }
  .step-item {
    gap: 30px;
  }
  .step-content {
    gap: 20px;
  }
  .step-number .number {
    font-size: 60px;
  }
  .step-text h3 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .step-text p {
    font-size: 13px;
  }
  .step-cta-btn {
    font-size: 14px;
    padding: 12px 24px;
  }
  .comparison-cta-btn {
    font-size: 14px;
    padding: 12px 24px;
  }
  .tracks-btn {
    margin: 60px auto 0;
    font-size: 18px;
    padding: 10px 20px;
  }
  .wrap5 {
    padding: 60px 0;
    margin-top: 0;
  }
  .wrap5-title {
    font-size: 36px;
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .wrap5-title .highlight {
    display: inline-block;
  }
  .workflows-carousel {
    padding: 0 20px;
  }
  .workflows-nav-prev,
  .workflows-nav-next,
  .workflows-pagination {
    display: none;
  }
  .workflows-swiper .swiper-wrapper {
    transform: none !important;
    flex-direction: column;
    gap: 40px;
  }
  .workflow-card {
    flex-direction: column;
    gap: 24px;
  }
  .workflow-image {
    flex: none;
    width: 100%;
  }
  .workflow-image {
    height: 393px;
  }
  .workflow-content {
    padding-left: 0;
    text-align: left;
    padding-top: 0;
  }
  .workflow-title {
    margin-bottom: 12px;
    width: 50%;
  }
  .workflow-dj-name {
    margin-bottom: 6px;
  }
  .workflow-content .workflow-quote-icon {
    right: 0;
    top: 0;
  }
  .workflow-quote {
    font-size: 16px;
    padding: 0 28px;
  }
}
/* Wrap6 - FAQ Section */
.wrap6 {
  margin-top: 100px;
}
.wrap6-title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
  color: #FFFFFF;
}
.wrap6-title .highlight {
  color: #E7000B;
}
.faq-container {
  max-width: 1150px;
  margin: 0 auto;
}
.faq-item {
  border: 0.667px solid #27272A;
  background: rgba(24, 24, 27, 0.5);
  margin-bottom: 16px;
}
.faq-question {
  display: flex;
  align-items: center;
  padding: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.faq-number {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  margin-right: 16px;
  flex-shrink: 0;
}
.faq-text {
  flex: 1;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.4;
}
.faq-toggle {
  width: 40px;
  height: 40px;
  border: 0.667px solid rgba(231, 0, 11, 0.3);
  background: rgba(231, 0, 11, 0.1);
  color: #E7000B;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.faq-icon {
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  transition: all 0.3s ease;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0 0 0 24px;
}
.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 40px 24px 24px;
}
.faq-answer p {
  color: #99A1AF;
  font-size: 16px;
  line-height: 1.6;
}
.faq-answer p:last-child {
  margin-bottom: 0;
}
.faq-answer ul {
  color: #99A1AF;
  font-size: 16px;
  line-height: 1.6;
  padding-left: 20px;
}
.faq-answer li {
  list-style: disc;
}
.faq-answer li:last-child {
  margin-bottom: 0;
}
.faq-answer strong {
  color: #99A1AF;
  font-weight: 600;
}
@media (max-width: 768px) {
  .wrap6 {
    margin-top: 20px;
  }
  .wrap6-title {
    font-size: 32px;
    margin-bottom: 24px;
    padding: 0 20px;
  }
  .wrap6-title .highlight {
    display: inline-block;
  }
  .faq-question {
    padding: 12px;
  }
  .faq-number {
    font-size: 16px;
    margin-right: 12px;
  }
  .faq-text {
    font-size: 16px;
  }
  .faq-toggle {
    width: 20px;
    height: 20px;
  }
  .faq-icon {
    font-size: 10px;
  }
  .faq-answer {
    padding: 0 20px 0 12px;
  }
  .faq-item {
    margin-bottom: 12px;
  }
  .faq-item.active .faq-answer {
    padding: 0 20px 12px 12px;
  }
  .faq-answer p,
  .faq-answer ul {
    font-size: 14px;
  }
}
/* Wrap7 - CTA Section */
.wrap7 {
  padding: 170px 0;
  margin-top: 20px;
  background: url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-dj/wrap7-bg.webp') no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.cta-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.cta-title {
  font-size: 72px;
  color: #FFFFFF;
  margin-bottom: 58px;
  line-height: 1.1;
}
.cta-description {
  margin-bottom: 50px;
}
.cta-description p {
  font-size: 20px;
  color: #F1F1F1;
  font-weight: 400;
  line-height: 1.6;
}
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}
.cta-btn {
  display: inline-block;
  padding: 16px 0;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 246px;
  text-align: center;
  background: #FFFFFF;
  color: #3D0A15;
}
.cta-btn-primary {
  box-shadow: -3px -3px 0 0 #FF004F, 3px 3px 0 0 #4AFCFF;
}
.cta-btn-primary:hover {
  background: #3D0A15;
  color: #FFFFFF;
}
.cta-btn-secondary {
  box-shadow: -3px -3px 0 0 #FF004F, 3px 3px 0 0 #4AFCFF;
  width: 296px;
}
.cta-btn-secondary:hover {
  background: #3D0A15;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .wrap7 {
    padding: 70px 0;
    background-image: url('https://img.tunefab.com/uploads/page/landing-page/music-converter-for-dj/wrap7-bg-mb.webp');
  }
  .cta-title {
    font-size: 36px;
    margin-bottom: 24px;
  }
  .cta-description {
    margin-bottom: 24px;
  }
  .cta-description p {
    font-size: 16px;
  }
  .cta-buttons {
    gap: 12px;
    flex-wrap: nowrap;
  }
  .cta-btn {
    padding: 14px 0;
    font-size: 15px;
    width: 160px;
    min-width: 160px;
  }
  .cta-btn-primary,
  .cta-btn-secondary {
    box-shadow: -2px -2px 0 0 #FF004F, 2px 2px 0 0 #4AFCFF;
  }
}
