header {
  display: none;
}
main {
  margin-top: -66px;;
}
.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;
  }
}
.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 164px;
  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;
}
.banner .banner-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.banner .banner-button-link {
  background: #FFF;
  box-shadow: -3px -3px 0 0 #FF004F, 3px 3px 0 0 #4AFCFF;
  width: 246px;
  text-align: center;
  padding: 16px 0;
  color: #3D0A15;
  font-size: 24px;
  transition: all 0.3s ease;
}
.banner .banner-button-link:hover {
  background: #3D0A15;
  color: #FFF;
}
@media (max-width: 768px) {
  .banner {
    padding: 90px 0 55px;
    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;
  }
  .banner .banner-button {
    gap: 15px;
  }
  .banner .banner-button-link {
    width: 163px;
    font-size: 15px;
    padding: 7px 0;
    box-shadow: -1.983px -1.983px 0 0 #FF004F, 1.983px 1.983px 0 0 #4AFCFF;
  }
}
body {
  background: #090909;
}
.wrap1 {
  padding: 160px 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;
}
@media (max-width: 768px) {
  .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 60px;
  }
  .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 {
    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 {
    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 {
    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 {
    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: 24px auto 0;
    font-size: 18px;
    padding: 10px 20px;
  }
  .wrap5 {
    padding: 60px 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;
  }
  .workflows-swiper .swiper-slide:not(:first-child) {
    display: none;
  }
  .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;
  }
}
