@font-face {
  font-family: "Rubik";
  src: url("../../fonts/Rubik-SemiBold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Rubik";
  src: url("../../fonts/Rubik-Regular.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Rubik";
  src: url("../../fonts/Rubik-Light.ttf");
  font-weight: 300;
}
* {
  box-sizing: border-box;
}
body {
  font-family: "Rubik";
  background: #F7F9FA;
  -webkit-text-size-adjust: 100%;
}
p,
ul {
  font-size: inherit;
}
main .container {
  width: unset;
  max-width: 1200px;
  margin: 0 auto;
}
.banner.banner-install {
  background: url(../../img/install/music-converter/bg.webp) no-repeat top center;
  background-size: cover;
  padding: 80px 0 48px;
}
.banner.banner-install .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.banner-install__left {
  flex: 0 1 500px;
}
.banner-install__success {
  margin-bottom: 22px;
}
.banner-install__check {
  color: #fff;
}
.banner-title {
  color: #030712;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
}
.banner-install__title {
  margin: 0;
}
.banner-install__desc {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 1.6;
  color: #374151;
}
.banner-install__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 9px 36px;
  font-size: 18px;
  color: #fff;
  border-radius: 999px;
  background: #006DFF;
  transition: all 0.3s ease;
}
.banner-install__cta:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%), #235AFA;
}
.banner-install__right {
  flex: 1;
  margin-right: -40px;
  text-align: right;
}
.banner-install__hero {
  display: inline-block;
  max-width: min(100%, 640px);
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.activity {
  margin-top: 100px;
}
.activity .activity-link {
  display: block;
  margin: 0 auto;
  width: max-content;
}
@media (max-width: 770px) {
  .activity {
    margin-top: 44px;
  }
  .activity .activity-link {
    width: 100%;
  }
  .activity .activity-link img {
    width: 100%;
  }
}
.pc-style {
  display: block;
}
.mobile-style {
  display: none;
}
@media (max-width: 770px) {
  .pc-style {
    display: none;
  }
  .mobile-style {
    display: block;
  }
  main .container {
    width: 90%;
    max-width: unset;
  }
  .banner.banner-install {
    padding: 30px 0 52px;
    background: url(../../img/install/music-converter/bg-mb.webp) no-repeat top center;
  }
  .banner.banner-install .container {
    flex-direction: column;
    align-items: stretch;
    gap: 33px;
  }
  .banner-install__left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .banner-install__success {
    margin-bottom: 18px;
  }
  .banner-install__check {
    width: 52px;
    height: 52px;
  }
  .banner-install__title {
    font-size: 28px;
    line-height: 1.35;
    text-align: center;
  }
  .banner-install__desc {
    font-size: 16px;
    text-align: center;
    margin-top: 12px;
  }
  .banner-install__cta {
    margin-top: 22px;
    font-size: 14px;
    padding: 12px 30px;
  }
  .banner-install__right {
    margin-right: 0;
    text-align: center;
  }
  .banner-install__hero {
    max-width: 100%;
  }
}
.wrap1 {
  padding: 56px 0 80px;
}
.wrap1 .section-title {
  font-size: 42px;
  line-height: 1.4;
  font-weight: 700;
  color: #030712;
  text-align: center;
  margin: 0;
}
.wrap1 .wrap1-text {
  margin: 25px auto 0;
  max-width: 1050px;
  font-size: 20px;
  line-height: 1.8;
  color: #374151;
  text-align: center;
}
.wrap1 .wrap1-box {
  margin-top: 30px;
}
.wrap1 .wrap1-box-swiper {
  position: relative;
  overflow: visible;
  height: max-content;
  --swiper-pagination-color: #006DFF;
  --swiper-pagination-bullet-inactive-color: #D1D5DB;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.wrap1 .wrap1-box-swiper::before {
  content: '';
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #006DFF;
}
.wrap1 .wrap1-box .swiper-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.wrap1 .wrap1-box .swiper-slide {
  width: calc((100% - 100px) / 3);
  box-sizing: border-box;
  flex-shrink: 0;
}
.wrap1 .wrap1-box-pagination {
  display: none;
}
.wrap1 .wrap1-box-item {
  position: relative;
  margin-top: 30px;
  padding: 30px 18px 24px;
  background: #fff;
  border: 1px solid #DCDFEB;
  border-radius: 20px;
  height: 100%;
}
.wrap1 .wrap1-box-item-step {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #006DFF;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  box-shadow: 0 0 0 4px rgba(0, 109, 255, 0.32), 0 0 0 9px rgba(0, 109, 255, 0.14);
}
.wrap1 .wrap1-box-item-img {
  margin-bottom: 17px;
}
.wrap1 .wrap1-box-item-img img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.wrap1 .wrap1-box-item-title {
  font-size: 20px;
  font-weight: 700;
  color: #1F2937;
  margin: 0 0 12px;
}
.wrap1 .wrap1-box-item-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #374151;
}
.wrap1 .wrap1-tips {
  max-width: 974px;
  margin: 34px auto 0px;
}
.wrap1 .wrap1-tips__actions {
  text-align: center;
}
.wrap1 .wrap1-tips__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 30px;
  font-size: 14px;
  color: #606266;
  background: #fff;
  border: 1px solid #D6D6D6;
  border-radius: 86px;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.wrap1 .wrap1-tips__more:hover {
  border: 1px solid #FFF;
  background: #EFF2F7;
}
.wrap1 .wrap1-tips__more-arrow {
  font-size: 12px;
  line-height: 1;
}
.wrap1 .wrap1-tips__card {
  margin-top: 40px;
  padding: 37px 48px;
  border-radius: 20px;
  border: 1px solid #BBC7F7;
  background: #ECF4FF;
}
.wrap1 .wrap1-tips__card-inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
}
.wrap1 .wrap1-tips__intro {
  flex: 0 0 275px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.wrap1 .wrap1-tips__badge {
  display: block;
  width: 72px;
  height: auto;
}
.wrap1 .wrap1-tips__intro-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #1F2937;
}
.wrap1 .wrap1-tips__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.wrap1 .wrap1-tips__list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.wrap1 .wrap1-tips__list-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.wrap1 .wrap1-tips__list-text {
  font-size: 15px;
  line-height: 1.65;
  color: #374151;
}
@media (max-width: 770px) {
  .wrap1 {
    padding: 0 0 56px;
  }
  .wrap1 .section-title {
    font-size: 32px;
    line-height: 1.35;
  }
  .wrap1 .wrap1-text {
    margin-top: 16px;
    font-size: 15px;
    padding: 0 10px;
  }
  .wrap1 .wrap1-box {
    margin-top: 24px;
    width: 100%;
  }
  .wrap1 .wrap1-tips {
    margin-top: 12px;
  }
  .wrap1 .wrap1-tips__more {
    font-size: 14px;
    padding: 10px 20px;
  }
  .wrap1 .wrap1-tips__card {
    margin-top: 24px;
    padding: 24px 20px;
  }
  .wrap1 .wrap1-tips__card-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
  }
  .wrap1 .wrap1-tips__intro {
    flex: none;
    max-width: 100%;
    align-items: center;
    text-align: center;
  }
  .wrap1 .wrap1-tips__intro-title {
    font-size: 20px;
    padding: 0 15px;
  }
  .wrap1 .wrap1-tips__list {
    gap: 14px;
  }
  .wrap1 .wrap1-tips__list-text {
    font-size: 14px;
  }
  .wrap1 .wrap1-box .wrap1-box-swiper {
    overflow: hidden;
    padding-bottom: 40px;
    width: 100%;
  }
  .wrap1 .wrap1-box .wrap1-box-swiper::before {
    display: none;
  }
  .wrap1 .wrap1-box-item-step {
    font-size: 24px;
  }
  .wrap1 .wrap1-box .swiper-wrapper {
    flex-wrap: nowrap;
    gap: 0;
    justify-content: unset;
  }
  .wrap1 .wrap1-box .swiper-slide {
    width: 100%;
  }
  .wrap1 .wrap1-box-pagination {
    display: block;
  }
  .wrap1 .wrap1-box-item {
    padding: 36px 18px 24px;
  }
  .wrap1 .wrap1-box-item-title {
    font-size: 18px;
  }
  .wrap1 .wrap1-box-item-desc {
    font-size: 14px;
  }
}
.wrap2 {
  padding: 72px 0 0;
}
.wrap2 .wrap2-faq-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.35;
  color: #030712;
  text-align: center;
  margin: 0 0 46px;
}
.wrap2 .wrap2-faq-card {
  max-width: 980px;
  margin: 0 auto;
}
.wrap2 .wrap2-faq-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  margin-bottom: 8px;
  border-radius: 38px;
  background: #FFF;
  box-shadow: 0 4px 16.7px 0 rgba(118, 122, 198, 0.22);
  width: fit-content;
  margin: 0 auto;
  padding: 6px;
}
.wrap2 .wrap2-faq-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  font-size: 16px;
  line-height: 1.4;
  font-family: inherit;
  color: #6B7280;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  user-select: none;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.wrap2 .wrap2-faq-tab.is-active {
  color: #006DFF;
  background: #EFF6FF;
  border-color: #006DFF;
}
.wrap2 .wrap2-faq-panels {
  margin-top: 30px;
}
.wrap2 .wrap2-faq-panel {
  display: none;
}
.wrap2 .wrap2-faq-panel.is-active {
  display: block;
}
.wrap2 .wrap2-faq-content {
  max-width: 100%;
  margin: 0 auto;
}
.wrap2 .faq-item {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
  border-bottom: 1px solid #d2d2d7;
  font-weight: 400;
}
.wrap2 .faq-item a {
  color: #0069d9;
  text-decoration: underline;
}
.wrap2 .faq-item .black {
  color: #111827;
  font-weight: 600;
}
.wrap2 .faq-img {
  margin-top: 22px;
  cursor: pointer;
  height: 180px;
}
.wrap2 .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 28px 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  transition: all 0.3s ease;
}
.wrap2 .faq-question span {
  flex: 1;
  line-height: 1.6;
}
.wrap2 .faq-question .faq-arrow {
  display: inline-block;
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
  margin-left: 16px;
  flex-shrink: 0;
  object-fit: contain;
}
.wrap2 .faq-item.active .faq-question .faq-arrow {
  transform: rotate(180deg);
}
.wrap2 .faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.wrap2 .faq-item.active .faq-answer {
  max-height: 1000px;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  margin-bottom: 24px;
}
.wrap2 .faq-answer-content {
  font-size: 18px;
  line-height: 1.8;
  color: #454c5d;
  width: 95%;
}
.wrap2 .faq-answer-content p {
  margin: 0;
}
.wrap2 .wrap2-faq-note {
  max-width: 980px;
  margin: 32px auto 0;
  color: #4b5563;
  font-size: 16px;
  font-weight: 400;
  padding: 22px;
  border-radius: 7px;
  border: 1px dashed #b2b9c7;
  background: #fff;
}
.wrap2 .wrap2-faq-note a {
  text-decoration: underline;
}
@media (max-width: 770px) {
  .wrap2 {
    padding: 0 0 64px;
  }
  .wrap2 .wrap2-faq-title {
    font-size: 32px;
    margin-bottom: 24px;
    padding: 0 10px;
  }
  .wrap2 .wrap2-faq-card {
    border-radius: 12px;
  }
  .wrap2 .wrap2-faq-tabs {
    gap: 8px;
    margin-bottom: 64px;
  }
  .wrap2 .wrap2-faq-tab {
    font-size: 14px;
    padding: 8px 14px;
  }
  .wrap2 .wrap2-faq-panels {
    margin-top: 18px;
  }
  .wrap2 .faq-question {
    font-size: 18px;
    padding: 16px 0;
  }
  .wrap2 .faq-answer-content {
    font-size: 16px;
    width: 90%;
  }
  .wrap2 .wrap2-faq-note {
    font-size: 14px;
    margin-top: 24px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .wrap2 .faq-img {
    height: 120px;
  }
}
.wrap3 {
  padding: 160px 0 100px;
  margin-top: 0;
  background: #F7F9FA;
}
.wrap3 .section-title {
  margin: 0 auto 70px;
  max-width: 920px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.35;
  color: #111827;
  text-align: center;
}
.wrap3 .wrap3-table {
  overflow: visible;
  margin: 0 auto;
  max-width: 100%;
}
.wrap3 .wrap3-table .swiper-slide {
  width: 100%;
}
.wrap3 .comparison-items {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-radius: 20px;
  border: 1px solid #E5E7EB;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.07);
}
.wrap3 .comparison-items::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 97px;
  background: #E8EBF2;
  z-index: 0;
}
.wrap3 .comparison-items::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  height: 97px;
  background: #fff;
  z-index: -1;
}
.wrap3 .comparison-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.wrap3 .comparison-item .comparison-item-value:nth-child(1),
.wrap3 .comparison-item .comparison-item-label:nth-child(1) {
  min-height: 170px;
}
.wrap3 .comparison-item .comparison-item-value:nth-child(3),
.wrap3 .comparison-item .comparison-item-label:nth-child(3) {
  min-height: 120px;
}
.wrap3 .comparison-item .comparison-item-value:last-child,
.wrap3 .comparison-item .comparison-item-label:last-child {
  min-height: 153px;
  border-bottom: none;
}
.wrap3 .comparison-item.all-in-one {
  position: relative;
  margin-left: 2px;
  border-radius: 20px;
  padding: 0 2px 2px;
  background: linear-gradient(93deg, #007BFF 7.75%, #7B91FF 41.53%, #B599FF 67.09%, #FEA5FF 93.14%);
}
.wrap3 .comparison-item.all-in-one .comparison-item-header {
  border-radius: 20px 20px 0 0;
  background: linear-gradient(125deg, #007BFF 7.75%, #7B91FF 41.53%, #B599FF 67.09%, #FEA5FF 93.14%);
  color: #FFF;
}
.wrap3 .comparison-item.all-in-one .comparison-item-value:last-child {
  border-radius: 0 0 20px 20px;
}
.wrap3 .comparison-item-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 97px;
  border-bottom: 1px solid #DCE2EB;
  color: #000C12;
  font-size: 22px;
  background: #E8EBF2;
}
.wrap3 .comparison-item-label {
  padding: 24px 20px;
  font-size: 20px;
  font-weight: 500;
  color: #4C5560;
  border-bottom: 1px solid #DCE2EB;
  text-align: left;
  border-right: 1px solid #DCE2EB;
  background: #FFF;
  display: flex;
  align-items: center;
}
.wrap3 .comparison-item-value {
  padding: 24px 10px;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #E5E7EB;
  color: #1C232D;
  background: #FFF;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.wrap3 .comparison-tooltip {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  vertical-align: baseline;
}
.wrap3 .comparison-tooltip img {
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
}
.wrap3 .comparison-tooltip img:hover + .comparison-tooltip-content {
  opacity: 1;
  visibility: visible;
  max-height: 300px;
  z-index: 2;
}
.wrap3 .comparison-tooltip .comparison-tooltip-content {
  position: absolute;
  bottom: 100%;
  right: 0;
  transform: translateX(10%);
  margin-bottom: 8px;
  padding: 8px 10px;
  background: #111827;
  color: #FFF;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 8px;
  white-space: normal;
  width: 248px;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: -1;
  text-align: center;
}
.wrap3 .comparison-tooltip .comparison-tooltip-content::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 8%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #111827;
}
.wrap3 .swiper-scrollbar {
  margin-top: 20px;
  height: 8px;
  background: #E5E7EB;
  border-radius: 4px;
}
.wrap3 .swiper-scrollbar .swiper-scrollbar-drag {
  background: #3B82F6;
  border-radius: 4px;
}
.wrap3 .pro-item {
  border-left: 1px solid #DCE2EB;
}
@media (max-width: 770px) {
  .wrap3 {
    padding: 0 0 56px;
  }
  .wrap3 .section-title {
    font-size: 32px;
    margin-bottom: 34px;
    padding: 0 10px;
  }
  .wrap3 .comparison-items {
    display: flex;
    box-shadow: 0 6px 24px rgba(15, 23, 42, 0.06);
  }
  .wrap3 .comparison-items::after,
  .wrap3 .comparison-items::before {
    height: 74px;
    width: 300px;
  }
  .wrap3 .comparison-item {
    width: 212px;
    flex-shrink: 0;
  }
  .wrap3 .comparison-item .comparison-item-value:nth-child(1),
  .wrap3 .comparison-item .comparison-item-label:nth-child(1) {
    min-height: 140px;
  }
  .wrap3 .comparison-item .comparison-item-value:nth-child(3),
  .wrap3 .comparison-item .comparison-item-label:nth-child(3) {
    min-height: 111px;
  }
  .wrap3 .wrap3-table {
    overflow: hidden;
    width: 100%;
    padding-bottom: 30px;
  }
  .wrap3 .wrap3-table .swiper-wrapper {
    gap: 0;
  }
  .wrap3 .wrap3-table .swiper-slide {
    width: max-content;
    flex: none;
    height: auto;
  }
  .wrap3 .comparison-item-header {
    padding: 16px 12px;
    font-size: 16px;
    height: 74px;
  }
  .wrap3 .comparison-item-label {
    padding: 18px 22px;
    font-size: 15px;
  }
  .wrap3 .comparison-item-value {
    padding: 18px 0 18px 22px;
    font-size: 15px;
  }
  .wrap3 .swiper-scrollbar {
    width: 214px;
    left: 50%;
    transform: translateX(-50%);
  }
  .wrap3 .single-item,
  .wrap3 .all-in-one {
    width: 300px;
  }
}

.wrap4 {
  margin-top: 50px;
}
.wrap4 .mac-box {
  display: none;
}
.wrap4.wrap4--mac .win-box {
  display: none;
}
.wrap4.wrap4--mac .mac-box {
  display: block;
}
.wrap4 .wrap4-title {
  font-size: 42px;
  color: #111827;
  text-align: left;
}
.wrap4 .wrap4-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.wrap4 .wrap4-text {
  font-size: 22px;
  color: #374151;
}
.wrap4 .switch-system {
  display: flex;
  align-items: center;
  margin-top: 20px;
  border-radius: 6.72px;
  background: rgba(148, 148, 148, 0.21);
  padding: 4px;
  gap: 4px;
}
.wrap4 .switch-system .switch-system-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 20px;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.wrap4 .switch-system .switch-system-item img {
  width: 20px;
  height: 20px;
}
.wrap4 .switch-system .switch-system-item:hover {
  background: #E5E7EB;
}
.wrap4 .switch-system .switch-system-item.active {
  background: #FFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.wrap4 .switch-system .switch-system-item.active:hover {
  background: #FFF;
}
.wrap4 .wrap4-content {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
  background: #fff;
  border-radius: 18px;
}
.wrap4 .wrap4-content .wrap4-content-left {
  flex: 0 0 600px;
}
.wrap4 .wrap4-content .wrap4-content-right {
  flex: 1;
  padding: 38px 50px;
}
.wrap4 .wrap4-content .wrap4-content-right .wrap4-content-right-badge {
  display: inline-block;
  border-radius: 76px;
  background: #FFEFDD;
  color: #FF8C42;
  padding: 7px 20px;
  font-size: 19px;
  margin-bottom: 23px;
  width: max-content;
}
.wrap4 .wrap4-content .wrap4-content-right .wrap4-content-right-title {
  font-size: 48px;
  font-weight: bold;
  width: max-content;
  margin: 0 auto 20px;
  color: #111827;
}
.wrap4 .wrap4-content .wrap4-content-right .wrap4-content-right-title.line-text {
  position: relative;
  z-index: 0;
}
.wrap4 .wrap4-content .wrap4-content-right .wrap4-content-right-title.line-text::after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 28%;
  background: url(../../img/install/music-converter/line.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: -1;
}
.wrap4 .wrap4-content .wrap4-content-right .wrap4-content-right-text {
  font-size: 20px;
  color: #374151;
  line-height: 1.6;
  margin-bottom: 36px;
}
.wrap4 .wrap4-content .wrap4-content-right .wrap4-content-right-btn {
  background: #FF6B35;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #FFF;
  padding: 18px 0;
  border-radius: 6px;
  font-size: 22px;
  text-align: center;
  transition: all 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}
.wrap4 .wrap4-content .wrap4-content-right .wrap4-content-right-btn img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.wrap4 .wrap4-content .wrap4-content-right .wrap4-content-right-btn:hover {
  color: rgba(255, 255, 255, 0.7);
}
.wrap4 .wrap4-subtitle {
  font-size: 42px;
  font-weight: 600;
  color: #111827;
}
.wrap4 .wrap4-subtitle-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 120px 0 50px;
}
.wrap4 .wrap4-product-swiper {
  margin-top: 0;
  position: relative;
  overflow: hidden;
  width: calc(99vw - ((100vw - 100%) / 2));
}
.wrap4 .wrap4-product-swiper .swiper-wrapper {
  height: auto;
  align-items: stretch;
}
.wrap4 .wrap4-product-swiper .swiper-slide {
  width: 384px;
  height: auto;
  text-align: left;
  box-sizing: border-box;
}
.wrap4 .wrap4-product-swiper .section4-item {
  position: relative;
  border-radius: 18px;
  background: #FFF;
  padding: 33px 0 33px 33px;
  height: 300px;
  display: flex;
  flex-direction: column;
}
.wrap4 .wrap4-product-swiper .section4-item-icon {
  width: 72px;
  height: 72px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap4 .wrap4-product-swiper .section4-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wrap4 .wrap4-product-swiper .section4-item-title {
  font-size: 24px;
  font-weight: 600;
  color: #212121;
  margin: 0 0 18px 0;
}
.wrap4 .wrap4-product-swiper .section4-item-desc {
  color: #565656;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 auto 0;
}
.wrap4 .wrap4-product-swiper .section4-item-footer {
  margin-top: 34px;
}
.wrap4 .wrap4-product-swiper .section4-item-link {
  color: #006DFF;
  font-size: 24px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.wrap4 .wrap4-product-swiper .section4-item-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.wrap4 .other-title {
  font-size: 30px;
  font-weight: 700;
  color: #2C3543;
  text-align: center;
  margin-top: 30px;
}
.wrap4 .s-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 25px;
}
.wrap4 .s-buttons .media-prev,
.wrap4 .s-buttons .media-next {
  width: 50px;
  height: 50px;
}
.wrap4 .s-buttons .s-prev {
  cursor: pointer;
}
.wrap4 .s-buttons .s-prev:hover img {
  content: url(../../img/install/music-converter/right.png);
  transform: rotate(180deg);
}
.wrap4 .s-buttons .s-next {
  cursor: pointer;
  transform: rotate(180deg);
}
.wrap4 .s-buttons .s-next:hover img {
  content: url(../../img/install/music-converter/right.png);
  transform: rotate(180deg);
}
@media (max-width: 1200px) {
  .wrap4 .wrap4-content {
    align-items: center;
  }
  .wrap4 .wrap4-content-left {
    flex: 0 0 50%;
  }
}
@media (max-width: 770px) {
  .wrap4 {
    margin-top: 40px;
  }
  .wrap4 .wrap4-title {
    font-size: 32px;
    text-align: center;
  }
  .wrap4 .wrap4-box {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
  }
  .wrap4 .wrap4-text {
    font-size: 16px;
  }
  .wrap4 .switch-system {
    margin: 0 auto;
    padding: 3px;
  }
  .wrap4 .switch-system .switch-system-item {
    font-size: 13px;
    gap: 6px;
    padding: 5px 16px;
  }
  .wrap4 .switch-system .switch-system-item img {
    width: 14px;
  }
  .wrap4 .wrap4-content {
    flex-direction: column;
    margin-top: 36px;
    border-radius: 12px;
  }
  .wrap4 .wrap4-content .wrap4-content-left {
    width: 100%;
    flex: 0 0 auto;
  }
  .wrap4 .wrap4-content .wrap4-content-right {
    padding: 20px 18px;
  }
  .wrap4 .wrap4-content .wrap4-content-right .wrap4-content-right-badge {
    font-size: 14px;
    padding: 5px 15px;
    margin-bottom: 16px;
  }
  .wrap4 .wrap4-content .wrap4-content-right .wrap4-content-right-title {
    font-size: 30px;
    margin: 0 auto 16px;
  }
  .wrap4 .wrap4-content .wrap4-content-right .wrap4-content-right-text {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .wrap4 .wrap4-content .wrap4-content-right .wrap4-content-right-btn {
    font-size: 14px;
    padding: 11px 0;
  }
  .wrap4 .wrap4-subtitle {
    font-size: 32px;
  }
  .wrap4 .wrap4-product-swiper {
    width: 100%;
  }
  .wrap4 .wrap4-product-swiper .swiper-slide {
    width: 100%;
  }
  .wrap4 .wrap4-product-swiper .section4-item {
    height: auto;
    padding: 28px 20px 28px 28px;
    width: 100%;
  }
  .wrap4 .wrap4-product-swiper .section4-item-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
  }
  .wrap4 .wrap4-product-swiper .section4-item-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .wrap4 .wrap4-product-swiper .section4-item-desc {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .wrap4 .wrap4-product-swiper .section4-item-footer {
    margin-top: 0;
  }
  .wrap4 .wrap4-product-swiper .section4-item-link {
    font-size: 14px;
  }
  .wrap4 .wrap4-subtitle-box {
    margin: 60px 0 20px;
    justify-content: center;
  }
  .wrap4 .other-title {
    font-size: 24px;
    margin-top: 20px;
  }
  .wrap4 .s-buttons {
    margin-top: 20px;
    gap: 14px;
    justify-content: center;
  }
  .wrap4 .s-buttons .media-prev,
  .wrap4 .s-buttons .media-next {
    width: 32px;
    height: 32px;
  }
}

.wrap5 {
  margin-top: 150px;
}
.wrap5 .wrap5-title {
  font-size: 42px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 26px;
  text-align: center;
}
.wrap5 .wrap5-desc {
  font-size: 28px;
  color: #1F2937;
  line-height: 1.5;
  margin-bottom: 60px;
  text-align: center;
}
.wrap5 .wrap5-box {
  display: flex;
  flex-wrap: wrap;
  gap: 64px 24px;
  text-align: left;
}
.wrap5 .wrap5-item {
  position: relative;
  width: 384px;
  background: #FFF;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
}
.wrap5 .wrap5-item-first {
  flex-direction: row;
  align-items: center;
  gap: 40px;
  border-radius: 20px;
  background: #D4E0FF;
  width: 100%;
}
.wrap5 .wrap5-item-first .wrap5-item-badge {
  position: unset;
}
.wrap5 .wrap5-item-first .wrap5-item-title {
  font-size: 36px;
}
.wrap5 .wrap5-item-first .wrap5-item-desc {
  font-size: 20px;
  color: #374151;
}
.wrap5 .wrap5-item-first .wrap5-item-link {
  box-shadow: 5px 0 0 0 #2157F1 inset;
  color: #2157F1;
  font-size: 20px;
  padding: 22px;
}
.wrap5 .wrap5-item-left {
  flex: 0 0 auto;
}
.wrap5 .wrap5-item-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-right: 28px;
}
.wrap5 .wrap5-item-badge {
  position: absolute;
  display: inline-block;
  padding: 7px 20px;
  border-radius: 69px;
  top: -20px;
  background: #F97316;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  width: max-content;
  margin-bottom: 20px;
}
.wrap5 .wrap5-item-badge-blue {
  background: #3868F0;
}
.wrap5 .wrap5-item-badge-green {
  background: #10B981;
}
.wrap5 .wrap5-item-badge-purple {
  background: #8B5CF6;
}
.wrap5 .wrap5-item-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 28px 32px;
}
.wrap5 .wrap5-item-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 28px;
}
.wrap5 .wrap5-item-second {
  background: linear-gradient(0deg, #FDEBCF 0%, #FDEBCF 100%), #FDF2CB;
}
.wrap5 .wrap5-item-second .wrap5-item-title {
  color: #361704;
}
.wrap5 .wrap5-item-second .wrap5-item-desc {
  color: #361704;
}
.wrap5 .wrap5-item-second .wrap5-item-link {
  box-shadow: 2px 0 0 0 #EA9C00 inset;
  color: #D99101;
  white-space: nowrap;
  text-wrap: nowrap;
}
.wrap5 .wrap5-item-third {
  background: linear-gradient(0deg, #BFE7E6 0%, #BFE7E6 100%), #FDF2CB;
}
.wrap5 .wrap5-item-third .wrap5-item-badge {
  background: #40BCB8;
}
.wrap5 .wrap5-item-third .wrap5-item-title {
  color: #052333;
}
.wrap5 .wrap5-item-third .wrap5-item-desc {
  color: #052333;
}
.wrap5 .wrap5-item-third .wrap5-item-link {
  box-shadow: 2px 0 0 0 #4BB0AE inset;
  color: #0FA3A0;
}
.wrap5 .wrap5-item-fourth {
  background: linear-gradient(0deg, #CBEED3 0%, #CBEED3 100%), #FDF2CB;
}
.wrap5 .wrap5-item-fourth .wrap5-item-badge {
  background: #5AB36F;
}
.wrap5 .wrap5-item-fourth .wrap5-item-title {
  color: #08320F;
}
.wrap5 .wrap5-item-fourth .wrap5-item-desc {
  color: #08320F;
}
.wrap5 .wrap5-item-fourth .wrap5-item-link {
  box-shadow: 2px 0 0 0 #3EB85A inset;
  color: #3EB85A;
}
.wrap5 .wrap5-item-first .wrap5-item-img {
  width: auto;
  max-width: 100%;
}
.wrap5 .wrap5-item-title {
  font-size: 24px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 12px;
  line-height: 1.4;
}
.wrap5 .wrap5-item-desc {
  font-size: 16px;
  color: #6B7280;
  line-height: 1.6;
  margin-bottom: 18px;
}
.wrap5 .wrap5-item-link {
  display: inline-block;
  padding: 16px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 2px 0 0 0 #3EB85A inset;
  color: #3B82F6;
  font-size: 16px;
  margin-top: auto;
  width: max-content;
  min-width: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 770px) {
  .wrap5 {
    margin-top: 60px;
  }
  .wrap5 .wrap5-title {
    font-size: 28px;
    width: 70%;
    margin: 0 auto 18px;
  }
  .wrap5 .wrap5-item-badge {
    font-size: 14px;
  }
  .wrap5 .wrap5-desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .wrap5 .wrap5-box {
    flex-direction: column;
    gap: 40px;
  }
  .wrap5 .wrap5-item {
    max-width: 100%;
  }
  .wrap5 .wrap5-item-img {
    margin-bottom: 22px;
  }
  .wrap5 .wrap5-item-first {
    flex-direction: column;
    gap: 0;
  }
  .wrap5 .wrap5-item-first .wrap5-item-title {
    font-size: 28px;
  }
  .wrap5 .wrap5-item-first .wrap5-item-desc {
    font-size: 14px;
  }
  .wrap5 .wrap5-item-first .wrap5-item-link {
    font-size: 14px;
    padding: 12px 5px;
  }
  .wrap5 .wrap5-item-link {
    font-size: 14px;
    padding: 12px 10px;
    border-radius: 4px;
  }
  .wrap5 .wrap5-item-right {
    align-items: center;
    text-align: center;
    padding: 0 20px 20px;
  }
  .wrap5 .wrap5-item-left {
    width: 100%;
  }
  .wrap5 .wrap5-item-title {
    font-size: 20px;
  }
  .wrap5 .wrap5-item-desc {
    font-size: 14px;
  }
}

.wrap6 {
  background: url(../../img/install/music-converter/wrap5-bg.webp) no-repeat top center;
  background-size: cover;
  margin-top: 180px;
  padding: 90px 0;
}
.wrap6 .container {
  border-radius: 20px;
  background: #FFF;
  padding: 60px 56px;
  max-width: 1312px;
}
.wrap6 .wrap6-title {
  font-size: 42px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 27px;
  text-align: center;
}
.wrap6 .wrap6-desc {
  font-size: 24px;
  color: #374151;
  line-height: 1.6;
  text-align: center;
}
.wrap6-box {
  margin-top: 43px;
}
.wrap6-box .wrap6-box-swiper {
  overflow: visible;
}
.wrap6-box .wrap6-box-swiper .swiper-wrapper {
  height: auto;
  align-items: stretch;
}
.wrap6-box .wrap6-box-swiper .swiper-slide {
  height: auto;
}
.wrap6-box .swiper-wrapper {
  flex-wrap: wrap;
}
.wrap6-box .swiper-slide {
  width: 300px;
  height: auto;
}
.wrap6-box .swiper-pagination {
  display: none;
}
.wrap6-box .wrap6-box-item {
  background: #FFF;
  padding: 36px 26px 28px;
  position: relative;
  text-align: center;
  height: 100%;
  min-height: 0;
  border: 1px solid #C0D0FD;
}
.wrap6-box .wrap6-box-item:hover {
  border-color: #6990FF;
}
.wrap6-box .swiper-slide:first-child .wrap6-box-item {
  border-radius: 12px 0 0 12px;
}
.wrap6-box .swiper-slide:last-child .wrap6-box-item {
  border-radius: 0 12px 12px 0;
}
.wrap6-box .wrap6-box-item-number {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 20px;
  color: #BFC5CE;
}
.wrap6-box .wrap6-box-item-icon {
  margin-bottom: 20px;
}
.wrap6-box .wrap6-box-item-title {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 16px;
}
.wrap6-box .wrap6-box-item-desc {
  font-size: 16px;
  color: #374151;
  line-height: 1.6;
}
.wrap6-info {
  margin-top: 52px;
  display: flex;
  gap: 24px;
}
.wrap6-info .wrap6-info-item {
  flex: 1;
  border-radius: 8px;
  background: #F7F9FA;
  padding: 26px;
  text-align: left;
}
.wrap6-info .wrap6-info-item-title {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 16px;
}
.wrap6-info .wrap6-info-item-content {
  font-size: 16px;
  color: #374151;
  line-height: 1.6;
}
.wrap6-info .wrap6-info-item-highlight {
  color: #F97316;
  font-weight: 500;
  font-size: 17px;
}
.wrap6-info .wrap6-info-item-highlight img {
  vertical-align: middle;
}
.wrap6-info .wrap6-min-text {
  font-size: 14px;
  margin-top: 14px;
}
@media (max-width: 770px) {
  .wrap6 {
    padding: 50px 0;
    margin-top: 60px;
  }
  .wrap6 .container {
    max-width: 100%;
    margin: 0 15px;
    width: calc(100% - 30px);
    padding: 33px 22px 30px;
  }
  .wrap6 .wrap6-title {
    font-size: 32px;
    margin-bottom: 18px;
  }
  .wrap6 .wrap6-desc {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .wrap6-box .swiper-slide:first-child .wrap6-box-item {
    border-radius: 12px;
  }
  .wrap6-box .swiper-slide:last-child .wrap6-box-item {
    border-radius: 12px;
  }
  .wrap6-box {
    margin-top: 40px;
  }
  .wrap6-box .wrap6-box-swiper {
    display: block;
    padding-bottom: 40px;
    overflow: hidden;
  }
  .wrap6-box .wrap6-box-swiper .swiper-wrapper {
    height: auto;
    align-items: stretch;
  }
  .wrap6-box .wrap6-box-swiper .swiper-slide {
    height: auto;
  }
  .wrap6-box .swiper-wrapper {
    flex-wrap: nowrap;
  }
  .wrap6-box .wrap6-box-item-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .wrap6-box .wrap6-box-item-icon {
    margin-bottom: 12px;
  }
  .wrap6-box .wrap6-box-item-icon img {
    width: 58px;
    height: 58px;
    object-fit: contain;
  }
  .wrap6-box .wrap6-box-item-desc {
    font-size: 14px;
  }
  .wrap6-box .wrap6-box-item {
    max-width: 100%;
    border-radius: 12px;
    padding: 27px 26px 30px;
    height: auto;
  }
  .wrap6-box .swiper-slide {
    height: fit-content;
  }
  .wrap6-box .swiper-pagination {
    display: block;
  }
  .wrap6-info {
    margin-top: 2px;
    flex-direction: column;
    gap: 18px;
    padding-top: 20px;
  }
  .wrap6-info .wrap6-info-item {
    padding: 22px;
  }
  .wrap6-info .wrap6-info-item-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .wrap6-info .wrap6-info-item-content {
    font-size: 14px;
  }
  .wrap6-info .wrap6-info-item-highlight {
    font-size: 13px;
  }
  .wrap6-info .wrap6-min-text {
    font-size: 12px;
    margin-top: 10px;
  }
}

.wrap7 {
  padding: 80px 0;
  background: url(../../img/install/music-converter/bg.webp) no-repeat center center;
  background-size: cover;
}
.wrap7 .wrap7-content-title {
  font-size: 48px;
  font-weight: 700;
  color: #111827;
  text-align: center;
  margin-bottom: 42px;
}
.wrap7 .wrap7-content {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 20px;
  border: 1px solid #dbe5ee;
  background: #fff;
  padding: 32px 50px;
}
.wrap7 .wrap7-product-select {
  margin-bottom: 40px;
}
.wrap7 .wrap7-product-select .product-select-label {
  font-size: 24px;
  color: #273140;
  margin-bottom: 24px;
}
.wrap7 .wrap7-product-select .product-select-options {
  display: flex;
  gap: 20px;
}
.wrap7 .wrap7-product-select .product-option {
  flex: 1;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #dce2e8;
  cursor: pointer;
  transition: all 0.2s ease;
}
.wrap7 .wrap7-product-select .product-option:first-child.active {
  border: 2px solid #ff8c2b;
  background: #fff4eb;
}
.wrap7 .wrap7-product-select .product-option:first-child.active .product-name {
  color: #ff8c2b;
}
.wrap7 .wrap7-product-select .product-option:last-child.active {
  border: 2px solid #007aff;
  background: #f2f8ff;
}
.wrap7 .wrap7-product-select .product-option:last-child.active .product-name {
  color: #007aff;
}
.wrap7 .wrap7-product-select .product-option .product-badge {
  position: absolute;
  top: -15px;
  right: 0;
}
.wrap7 .wrap7-product-select .product-option .product-name {
  font-size: 22px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 10px;
}
.wrap7 .wrap7-product-select .product-option .product-desc {
  font-size: 16px;
  color: #6b7280;
}
.wrap7 .wrap7-product-select .product-option .product-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  transition: transform 0.2s ease;
}
.wrap7 .wrap7-product-select .product-option.product-option-wrapper .product-option-current {
  position: relative;
}
.wrap7 .wrap7-product-select .product-option.product-option-wrapper.selected {
  border: 2px solid #007aff;
  background: #f2f8ff;
}
.wrap7 .wrap7-product-select .product-option.product-option-wrapper.selected .product-name {
  color: #007aff;
}
.wrap7 .wrap7-product-select .product-option.product-option-wrapper.active .product-arrow {
  transform: translateY(-50%) rotate(180deg);
}
.wrap7 .wrap7-product-select .product-option.product-option-wrapper.active .product-select-dropdown {
  max-height: 500px;
  visibility: visible;
}
.wrap7 .wrap7-product-select .product-option.product-option-wrapper .product-arrow {
  transition: transform 0.2s ease;
}
.wrap7 .wrap7-product-select .product-option.product-option-wrapper .product-select-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  width: 100%;
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
  padding: 6px;
}
.wrap7 .wrap7-product-select .product-option.product-option-wrapper .dropdown-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  cursor: pointer;
  transition: background-color 0.2s;
  border-radius: 6px;
}
.wrap7 .wrap7-product-select .product-option.product-option-wrapper .dropdown-item:hover {
  background-color: #f3f4f6;
}
.wrap7 .wrap7-product-select .product-option.product-option-wrapper .dropdown-item.active {
  background-color: #f3f4f6;
}
.wrap7 .wrap7-product-select .product-option.product-option-wrapper .dropdown-item img {
  flex-shrink: 0;
}
.wrap7 .wrap7-product-select .product-option.product-option-wrapper .dropdown-item span {
  font-size: 16px;
  color: #374151;
}
.wrap7 .wrap7-plan-select {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
  border-bottom: 1px dashed #b2b9c7;
  padding-bottom: 33px;
}
.wrap7 .wrap7-plan-select .plan-btn {
  flex: 1;
  padding: 22px;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #dce2e8;
  font-size: 22px;
  font-weight: 500;
  color: #030712;
  cursor: pointer;
  transition: all 0.2s ease;
}
.wrap7 .wrap7-plan-select .plan-btn .perpetual-text {
  background: linear-gradient(92deg, #0662fe 8.08%, #4c33fe 54.4%, #8e06fe 98.97%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.wrap7 .wrap7-plan-select .plan-btn.active {
  background: linear-gradient(135deg, #e0ecff 0%, #f2f8ff 100%);
  border-color: #007aff;
  color: #007aff;
}
.wrap7 .wrap7-plan-select .plan-btn.active .perpetual-text {
  background: linear-gradient(92deg, #0662fe 8.08%, #4c33fe 54.4%, #8e06fe 98.97%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.wrap7 .wrap7-plan-select .plan-btn:hover {
  border-color: #007aff;
}
.wrap7 .wrap7-price-container {
  position: relative;
}
.wrap7 .wrap7-price-wrap {
  display: none;
}
.wrap7 .wrap7-price-wrap.active {
  display: block;
}
.wrap7 .wrap7-price-wrap .wrap7-price-section {
  display: none;
}
.wrap7 .wrap7-price-wrap .wrap7-price-section.active {
  display: block;
}
.wrap7 .wrap7-price-section {
  margin-bottom: 24px;
}
.wrap7 .wrap7-price-section .price-display {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 8px;
}
.wrap7 .wrap7-price-section .price-display .price-number {
  font-size: 60px;
  font-weight: 700;
  color: #007aff;
}
.wrap7 .wrap7-price-section .price-display .price-symbol {
  font-size: 33px;
  font-weight: 600;
  color: #007aff;
  /*margin-left: 10px;*/
}
.wrap7 .wrap7-price-section .price-display .price-tax {
  font-size: 16px;
  color: #6b7280;
  margin-left: 4px;
  position: relative;
}
.wrap7 .wrap7-price-section .price-display .price-period {
  font-size: 20px;
  color: #6b7280;
  margin-left: 4px;
}
.wrap7 .wrap7-price-section .price-desc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px 8px;
  max-width: 100%;
  margin: 0 auto 24px;
  text-align: center;
  font-size: 16px;
  color: #757d84;
}
.wrap7 .wrap7-price-section .info-icon-wrap {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.wrap7 .wrap7-price-section .info-icon-wrap:hover .info-text-wrap {
  visibility: visible;
  opacity: 1;
}
.wrap7 .wrap7-price-section .info-icon {
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.wrap7 .wrap7-price-section .info-text-wrap {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 8px;
  padding: 8px 10px;
  width: 250px;
  background: #111827;
  border-radius: 5px;
  text-align: left;
  transition: all 0.2s;
  z-index: 10;
}
.wrap7 .wrap7-price-section .info-text-wrap::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #111827;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.wrap7 .wrap7-price-section .info-text {
  margin: 0;
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
}
.wrap7 .wrap7-price-section .select-plan-btn {
  width: 100%;
  padding: 24px;
  background: #007aff;
  border: none;
  border-radius: 12px;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  transition: all 0.2s ease;
}
.wrap7 .wrap7-price-section .select-plan-btn:hover {
  color: rgba(255, 255, 255, 0.72);
}
.wrap7 .wrap7-price-section .select-plan-btn .btn-arrow {
  width: 28px;
  height: 28px;
}
.wrap7 .wrap7-price-wrap[data-product='aio'] .wrap7-price-section .price-display .price-number,
.wrap7 .wrap7-price-wrap[data-product='aio'] .wrap7-price-section .price-display .price-symbol {
  color: #ff892b;
}
.wrap7 .wrap7-price-wrap[data-product='aio'] .wrap7-price-section .select-plan-btn {
  background: linear-gradient(160deg, #ff6b2b 1.96%, #ffa72b 91.53%), #000;
}
.wrap7 .wrap7-footer {
  text-align: center;
  font-size: 12px;
  color: #9ca3af;
}
@media (max-width: 770px) {
  .wrap7 {
    margin-top: 0;
    padding: 80px 0;
  }
  .wrap7 .wrap7-content-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .wrap7 .wrap7-product-select .product-option .product-arrow {
    width: 20px;
    height: 20px;
    right: 0;
  }
  .wrap7 .wrap7-product-select {
    margin-bottom: 20px;
  }
  .wrap7 .wrap7-product-select .product-select-label {
    font-size: 16px;
  }
  .wrap7 .wrap7-product-select .product-select-options {
    gap: 12px;
  }
  .wrap7 .wrap7-product-select .product-option {
    padding: 14px;
  }
  .wrap7 .wrap7-product-select .product-option .product-name {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .wrap7 .wrap7-product-select .product-option .product-desc {
    font-size: 12px;
  }
  .wrap7 .wrap7-product-select .product-option .plan-badge {
    width: 85px;
  }
  .wrap7 .wrap7-plan-select {
    flex-direction: column;
    gap: 13px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .wrap7 .wrap7-plan-select .plan-btn {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 8px;
    padding: 0;
    border: none;
    background: none;
    position: relative;
    font-size: 16px;
  }
  .wrap7 .wrap7-plan-select .plan-btn.active {
    background: none;
    border: none;
  }
  .wrap7 .wrap7-plan-select .plan-btn.active .plan-radio {
    border-color: #007aff;
  }
  .wrap7 .wrap7-plan-select .plan-btn.active .plan-radio:after {
    background: #007aff;
  }
  .wrap7 .wrap7-plan-select .plan-radio {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #b2b9c7;
    border-radius: 50%;
  }
  .wrap7 .wrap7-plan-select .plan-radio:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
  }
  .wrap7 .wrap7-content-desc {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .wrap7 .wrap7-content {
    padding: 24px 20px;
    border-radius: 10px;
  }
  .wrap7 .product-select-options {
    flex-direction: column;
    gap: 12px;
  }
  .wrap7 .wrap7-price-section .price-desc {
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
  }
  .wrap7 .wrap7-price-section .select-plan-btn {
    font-size: 18px;
    padding: 16px 32px;
    border-radius: 6px;
  }
  .wrap7 .wrap7-price-section .price-display .price-number,
  .wrap7 .wrap7-price-section .price-display .price-symbol {
    font-size: 42px;
  }
  .wrap7 .wrap7-price-section .price-display .price-symbol {
    font-size: 20px;
  }
  .wrap7 .wrap7-price-section .price-display .price-tax {
    font-size: 12px;
  }
  .wrap7 .wrap7-price-section .price-display .price-period {
    font-size: 18px;
  }
  .wrap7 .wrap7-footer {
    font-size: 11px;
  }
}
.wrap8 {
  margin-top: 80px;
}
.wrap8 .section-title {
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 48px;
}
.wrap8 .wrap8-content {
  margin: 0 auto;
}
.wrap8 .wrap8-steps {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.wrap8 .wrap8-step-item {
  width: 336px;
  border-radius: 20px;
  background: #FFF;
  padding: 24px 24px;
  position: relative;
  text-align: center;
}
.wrap8 .wrap8-step-label {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 12px;
  color: #007aff;
}
.wrap8 .wrap8-step-icon {
  margin-bottom: 20px;
}
.wrap8 .wrap8-step-icon img {
  width: 53px;
  height: 53px;
  object-fit: contain;
}
.wrap8 .wrap8-step-title {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 12px;
}
.wrap8 .wrap8-step-desc {
  font-size: 16px;
  color: #374151;
  line-height: 1.6;
  margin: 0;
}
.wrap8 .wrap8-step-arrow {
  display: flex;
  align-items: center;
  padding: 0 16px;
}
.wrap8 .wrap8-step-arrow img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.wrap8 .wrap8-note {
  margin-top: 20px;
  margin-left: 40px;
  text-align: left;
}
.wrap8 .wrap8-note p {
  font-size: 12px;
  color: #596A88;
  line-height: 1.6;
}
.wrap8 .wrap8-note p:last-child {
  margin-bottom: 0;
}
@media (max-width: 770px) {
  .wrap8 {
    margin-top: 0;
  }
  .wrap8 .section-title {
    margin-bottom: 32px;
    font-size: 32px;
  }
  .wrap8 .wrap8-steps {
    flex-direction: column;
    align-items: center;
  }
  .wrap8 .wrap8-step-arrow {
    padding: 12px 0;
    transform: rotate(90deg);
  }
  .wrap8 .wrap8-step-item {
    min-width: 100%;
  }
  .wrap8 .wrap8-note {
    margin-left: 0;
    margin-top: 14px;
  }
  .wrap8 .wrap8-note p {
    font-size: 11px;
  }
}
.wrap9 {
  padding: 100px 0;
}
.wrap9 .wrap9-img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
@media (max-width: 770px) {
  .wrap9 {
    padding: 20px 0 50px;
  }
  .wrap9 .wrap9-img {
    content: url('../../img/install/music-converter/wrap10-img-mb.png');
  }
}
.image-zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.27);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.image-zoom-overlay.active {
  opacity: 1;
  visibility: visible;
}
.image-zoom-container {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-zoom-img {
  width: 900px;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 770px) {
  .image-zoom-img {
    width: 100%;
  }
}
.image-zoom-close {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
img[zoom] {
  cursor: zoom-in;
  transition: transform 0.2s ease;
}
