@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: #fff;
  -webkit-text-size-adjust: 100%;
}
header {
  display: none;
}
main .container {
  width: unset;
  max-width: 1200px;
  margin: 0 auto;
}
nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
}
nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}
.wrap5 {
  background: url(../../img/buy-music-converter/wrap5-bg.webp) no-repeat top center;
  background-size: cover;
  margin-top: 150px;
  padding: 90px 0;
}
.wrap5 .container {
  border-radius: 20px;
  background: #FFF;
  padding: 60px 56px;
  max-width: 1312px;
}
.wrap5 .wrap5-title {
  font-size: 42px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 27px;
  text-align: center;
}
.wrap5 .wrap5-desc {
  font-size: 24px;
  color: #374151;
  line-height: 1.6;
  text-align: center;
}
.wrap5-box {
  margin-top: 43px;
}
.wrap5-box .wrap5-box-swiper {
  overflow: visible;
}
.wrap5-box .swiper-wrapper {
  flex-wrap: wrap;
}
.wrap5-box .swiper-slide {
  width: 300px;
  height: auto;
}
.wrap5-box .swiper-pagination {
  display: none;
}
.wrap5-box .wrap5-box-item {
  background: #FFF;
  padding: 36px 26px 28px;
  position: relative;
  text-align: center;
  height: 100%;
  border: 1px solid #C0D0FD;
}
.wrap5-box .wrap5-box-item:hover {
  border-color: #6990FF;
}
.wrap5-box .swiper-slide:first-child .wrap5-box-item {
  border-radius: 12px 0 0 12px;
}
.wrap5-box .swiper-slide:last-child .wrap5-box-item {
  border-radius: 0 12px 12px 0;
}
.wrap5-box .wrap5-box-item-number {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 20px;
  color: #BFC5CE;
}
.wrap5-box .wrap5-box-item-icon {
  margin-bottom: 20px;
}
.wrap5-box .wrap5-box-item-title {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 16px;
}
.wrap5-box .wrap5-box-item-desc {
  font-size: 16px;
  color: #374151;
  line-height: 1.6;
}
.wrap5-info {
  margin-top: 52px;
  display: flex;
  gap: 24px;
}
.wrap5-info .wrap5-info-item {
  flex: 1;
  background: #F7F9FA;
  padding: 26px;
  border-radius: 8px;
  text-align: left;
}
.wrap5-info .wrap5-info-item-title {
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 16px;
}
.wrap5-info .wrap5-info-item-content {
  font-size: 16px;
  color: #374151;
  line-height: 1.6;
}
.wrap5-info .wrap5-info-item-highlight {
  color: #F97316;
  font-weight: 500;
  font-size: 17px;
}
.wrap5-info .wrap5-info-item-highlight img {
  vertical-align: middle;
}
.wrap5-info .wrap5-min-text {
  font-size: 14px;
  margin-top: 14px;
}
@media (max-width: 770px) {
  .wrap5 {
    padding: 50px 0;
    margin-top: 40px;
  }
  .wrap5 .container {
    max-width: 100%;
    margin: 0 15px;
    width: calc(100% - 30px);
    padding: 33px 22px 30px;
  }
  .wrap5 .wrap5-title {
    font-size: 32px;
    margin-bottom: 18px;
  }
  .wrap5 .wrap5-desc {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .wrap5-box .swiper-slide:first-child .wrap5-box-item,
  .wrap5-box .swiper-slide:last-child .wrap5-box-item {
    border-radius: 12px;
  }
  .wrap5-box {
    margin-top: 40px;
  }
  .wrap5-box .wrap5-box-swiper {
    display: block;
    padding-bottom: 40px;
    overflow: hidden;
  }
  .wrap5-box .swiper-wrapper {
    flex-wrap: nowrap;
  }
  .wrap5-box .wrap5-box-item-title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .wrap5-box .wrap5-box-item-icon {
    margin-bottom: 12px;
  }
  .wrap5-box .wrap5-box-item-icon img {
    width: 58px;
    height: 58px;
    object-fit: contain;
  }
  .wrap5-box .wrap5-box-item-desc {
    font-size: 14px;
  }
  .wrap5-box .wrap5-box-item {
    max-width: 100%;
    border-radius: 12px;
    padding: 27px 26px 30px;
    height: auto;
  }
  .wrap5-box .swiper-slide {
    height: fit-content;
  }
  .wrap5-box .swiper-pagination {
    display: block;
  }
  .wrap5-info {
    margin-top: 2px;
    flex-direction: column;
    gap: 18px;
    padding-top: 20px;
  }
  .wrap5-info .wrap5-info-item {
    padding: 22px;
  }
  .wrap5-info .wrap5-info-item-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .wrap5-info .wrap5-info-item-content {
    font-size: 14px;
  }
  .wrap5-info .wrap5-info-item-highlight {
    font-size: 13px;
  }
  .wrap5-info .wrap5-min-text {
    font-size: 12px;
    margin-top: 10px;
  }
}
body {
  background: #F7F9FA;
}
.nav-left {
  display: flex;
  align-items: center;
  gap: 60px;
}
.nav-logo {
  display: inline-flex;
  align-items: center;
}
.nav-logo img {
  display: block;
  height: 36px;
  width: auto;
}
.nav-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 60px;
  flex: 1;
}
.nav-menu {
  display: flex;
  align-items: center;
  gap: 60px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-link {
  color: #606060;
  font-size: 18px;
  transition: color 0.15s ease;
  cursor: pointer;
}
.nav-link:hover {
  color: #006DFF;
}
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border-radius: 55px;
  background: #006DFF;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}
.nav-cta:hover {
  color: rgba(255, 255, 255, 0.7);
}
.nav-toggle {
  display: none;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  text-decoration: none;
}
.nav-toggle[aria-expanded='false'] {
  transform: rotate(0deg);
}
.nav-toggle[aria-expanded='true'] {
  transform: rotate(180deg);
}
.nav-mobile {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
.nav-mobile.is-hidden {
  pointer-events: none;
}
.nav-toggle-img {
  width: 20px;
  height: 20px;
  display: block;
}
.nav-mobile-link {
  display: block;
  padding: 18px 45px;
  color: #111827;
  text-decoration: none;
  font-size: 13px;
  border-bottom: 1px solid #efefef;
}
.nav-mobile-link:hover {
  color: #006DFF;
}
.nav-mobile-cta {
  display: block;
  margin: 16px 42px;
  padding: 10px 18px;
  border-radius: 20px;
  background: #006dff;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.nav-mobile-cta:hover {
  color: rgba(255, 255, 255, 0.85);
}
p {
  word-break: break-word;
}
.banner {
  padding: 80px 0 75px;
  background: url(../../img/buy-music-converter/bg.webp) no-repeat center;
  background-size: cover;
}
.banner .banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner .pay-img {
  display: block;
  margin: 16px auto 0;
}
.banner .banner-content-left {
  flex: 0 0 566px;
}
.banner .banner-img {
  max-width: 100%;
}
.banner .banner-title {
  font-size: 46px;
  line-height: 1.3;
  color: #030712;
  margin-bottom: 30px;
}
.banner .banner-desc {
  font-size: 18px;
  line-height: 1.6;
  color: #374151;
  margin-top: 25px;
}
.banner .banner-content-right {
  width: 538px;
  border-radius: 12px;
  border: 1px solid #dce2e8;
  background: #fff;
  overflow: hidden;
}
.banner .banner-tabs-content {
  padding: 0 24px 13px;
  display: none;
}
.banner .banner-tabs-content.active {
  display: block;
}
.banner .plan-options {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.banner .plan-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 22px;
  border: 1px solid #dce2e8;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s;
}
.banner .plan-item:nth-last-of-type(1) {
  padding: 18px 16px;
}
.banner .plan-badge {
  position: absolute;
  top: -13px;
  right: 0;
  z-index: 0;
}
.banner .badge-img {
  display: block;
  max-width: 100%;
  height: auto;
}
.banner .plan-radio {
  flex-shrink: 0;
  margin-right: 16px;
  position: relative;
  width: 25px;
  height: 25px;
  border: 2px solid #dce2e8;
  background: #fff;
  border-radius: 50%;
}
.banner .plan-radio::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s;
}
.banner .plan-item.active {
  background: #f2f8ff;
  border: 1px solid #007aff;
  box-shadow: 0 0 0 4px #e1efff;
}
.banner .plan-item.active .price-text,
.banner .plan-item.active .plan-title {
  color: #1476ff;
}
.banner .plan-item.active .plan-radio {
  border-color: #007aff;
}
.banner .plan-item.active .plan-radio::after {
  background: #007aff;
  opacity: 1;
}
.banner .plan-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.banner .plan-title {
  font-size: 20px;
  font-weight: 600;
  color: #1e293b;
}
.banner .plan-desc {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #767676;
}
.banner .banner-box,
.banner .aio-box {
  margin-top: 30px;
  display: none;
}
.banner .banner-box.active,
.banner .aio-box.active {
  display: block;
}
.banner .plan-price {
  flex-shrink: 0;
  text-align: right;
  margin-left: 16px;
}
.banner .price-tax {
  font-size: 12px;
  color: #6d7279;
}
.banner .price-text {
  font-size: 24px;
  color: #1e293b;
  font-weight: 600;
}
.banner .price-text.price-blue {
  color: #007aff;
}
.banner .price-year {
  font-size: 12px;
  color: #6d7279;
  margin-top: 2px;
  margin-right: 23px;
  display: block;
}
.banner .buy-button {
  margin-top: 43px;
  padding: 16px;
  background: #007aff;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 8px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.2s;
  display: none;
}
.banner .buy-button img {
  vertical-align: bottom;
  margin-right: 5px;
}
.banner .buy-button:hover {
  color: rgba(255, 255, 255, 0.72);
}
.banner .buy-button.active {
  display: block;
}
.banner .plan-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  font-size: 12px;
  color: #757d84;
}
.banner .plan-switch {
  margin-top: 12px;
  text-align: center;
}
.banner .switch-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #757d84;
  text-decoration: none;
  transition: all 0.2s;
}
.banner .switch-link::after {
  content: '>>';
  transition: all 0.2s;
}
.banner .switch-link:hover {
  text-decoration: underline;
}
.banner .switch-link:hover::after {
  transform: translateX(4px);
}
.banner .banner-min-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #A4B0BE;
  font-size: 11px;
  font-weight: 700;
  margin: 15px 0;
}
.banner .banner-min-text .highlight {
  color: #FF832C;
}
.banner .banner-min-title {
  color: #374151;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.banner .aio-box {
  display: block;
  margin-top: 16px;
}
.banner .aio-box .plan-item.active {
  border: 1px solid #ff8c2b;
  background: #fff4eb;
  box-shadow: 0 0 0 4px #ffe4cf;
}
.banner .aio-box .plan-item.active .price-text,
.banner .aio-box .plan-item.active .plan-title {
  color: #ff8c2b;
}
.banner .aio-box .plan-item.active .plan-radio {
  border-color: #ff8c2b;
}
.banner .aio-box .plan-item.active .plan-radio::after {
  background: #ff8c2b;
  opacity: 1;
}
.banner .aio-box .buy-button {
  margin-top: 23px;
  background: linear-gradient(160deg, #ff6b2b 1.96%, #ffa72b 91.53%);
}
.banner .aio-tips {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  border-radius: 6px;
  background: #fefce8;
  position: relative;
}
.banner .aio-tips-icon {
  flex-shrink: 0;
}
.banner .aio-tips-icon img {
  width: 36px;
  height: 36px;
  display: block;
}
.banner .aio-tips-text {
  flex: 1;
  font-size: 14px;
  line-height: 1.6;
  color: #c07a02;
}
.banner .line-through {
  text-decoration: line-through;
}
@media (max-width: 768px) {
  .banner {
    padding: 40px 0;
    background-position: top center;
  }
  .banner .container {
    padding: 0 16px;
  }
  .banner .banner-content {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .banner .banner-content-left {
    flex: none;
  }
  .banner .banner-title {
    font-size: 27px;
    line-height: 1.25;
    margin-bottom: 14px;
  }
  .banner .banner-desc {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
  }
  .banner .banner-img {
    display: block;
    margin: 0 auto;
  }
  .banner .banner-content-right {
    width: 100%;
    border-radius: 12px;
    border: none;
  }
  .banner .aio-tips {
    font-size: 14px;
  }
  .banner .aio-tips-icon img {
    width: 30px;
    height: 30px;
  }
  .banner .banner-tabs-content {
    padding: 0 16px 16px;
  }
  .banner .banner-min-text {
    margin: 12px 0;
    font-size: 10px;
    gap: 6px;
  }
  .banner .banner-min-title {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .banner .plan-options {
    gap: 12px;
  }
  .banner .plan-item {
    position: relative;
    padding: 12px 12px 12px 42px;
    flex-direction: column;
    align-items: flex-start;
  }
  .banner .plan-item:nth-last-of-type(1) {
    padding: 12px 12px 12px 42px;
  }
  .banner .badge-img {
    width: 84px;
  }
  .banner .plan-content {
    flex-direction: row;
  }
  .banner .plan-radio {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 12px;
    width: 20px;
    height: 20px;
  }
  .banner .plan-radio::after {
    width: 10px;
    height: 10px;
  }
  .banner .plan-title {
    font-size: 16px;
  }
  .banner .info-icon-wrap img {
    width: 10px;
    height: 10px;
  }
  .banner .price-text {
    font-size: 18px;
  }
  .banner .plan-desc {
    font-size: 9px;
  }
  .banner .plan-price {
    margin-left: 0;
    text-align: left;
  }
  .banner .price-wrap {
    display: flex;
    align-items: baseline;
    flex-direction: row-reverse;
  }
  .banner .price-year {
    margin-right: 0;
    font-size: 9px;
  }
  .banner .buy-button {
    margin-top: 20px;
    font-size: 16px;
    padding: 17px;
    border-radius: 6px;
  }
  .banner .plan-footer {
    flex-wrap: wrap;
    row-gap: 6px;
    margin-top: 16px;
  }
  .banner .pay-img {
    width: 100%;
    margin-top: 16px;
  }
  .banner .plan-switch {
    margin-top: 16px;
  }
  .banner .switch-link {
    font-size: 12px;
  }
}
.activity .activity-link {
  display: block;
  margin: 0 auto;
  width: max-content;
}
@media (max-width: 768px) {
  .activity .activity-link {
    width: 100%;
  }
  .activity .activity-link img {
    width: 100%;
  }
}
.pc-style {
  display: block;
}
@media (max-width: 768px) {
  .pc-style {
    display: none;
  }
}
.mobile-style {
  display: none;
}
@media (max-width: 768px) {
  .mobile-style {
    display: block;
  }
}
.info-icon-wrap {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.info-icon-wrap:hover .info-text-wrap {
  visibility: visible;
  opacity: 1;
}
.section-title {
  color: #111827;
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.section-desc {
  color: #374151;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 70px;
}
@media (max-width: 768px) {
  .section-desc {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.info-icon {
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.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;
}
.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;
}
.info-text {
  margin: 0;
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
}
.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;
}
.wrap1 {
  margin-top: 120px;
}
.wrap1 .wrap1-box {
  background: #fff;
  border-radius: 40px;
  padding: 50px;
}
.wrap1 .question {
  color: #111827;
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 32px;
  text-align: left;
}
.wrap1 .wrap-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  align-items: center;
  margin: 0 0 28px;
}
.wrap1 .radio-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #374151;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  user-select: none;
}
.wrap1 .plan-radio {
  flex-shrink: 0;
  margin-right: 0;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #E5E7EB;
  background: #fff;
  border-radius: 50%;
}
.wrap1 .plan-radio::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.15s ease;
  background: #3B82F6;
}
.wrap1 .radio-pill.active .plan-radio {
  border-color: #3B82F6;
  background-color: #E9ECF7;
}
.wrap1 .radio-pill.active .plan-radio::after {
  opacity: 1;
}
.wrap1 .answer {
  margin-top: 50px;
  padding: 40px 0 0;
  text-align: center;
  border-top: 1px solid #E5E7EB;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.wrap1 .answer-eyebrow {
  color: #909399;
  font-size: 18px;
}
.wrap1 .answer-title {
  color: #111827;
  font-size: 30px;
  font-weight: 700;
}
.wrap1 .answer-desc {
  color: #374151;
  font-size: 18px;
}
.wrap1 .no-product-text {
  color: #909399;
  font-size: 16px;
  text-align: center;
}
.wrap1 .answer-points {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px 22px;
}
.wrap1 .answer-point {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #374151;
  font-size: 16px;
  line-height: 1.2;
  white-space: nowrap;
}
.wrap1 .answer-actions {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.wrap1 .answer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 35px;
  border-radius: 6px;
  font-size: 16px;
  text-decoration: none;
  transition: filter 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  background: #FF6B2B;
  color: #fff;
  cursor: pointer;
}
.wrap1 .answer-btn:hover {
  color: rgba(255, 255, 255, 0.7);
}
.wrap1 .answer-btn.answer-btn-primary {
  background: #006DFF;
}
.wrap1 .answer-btn.answer-btn-secondary {
  background: #fff;
  color: #374151;
  border: 1px solid #E5E7EB;
}
.wrap1 .answer-btn.answer-btn-secondary:hover {
  background: #F9FAFB;
  border-color: #D1D5DB;
}
@media (max-width: 768px) {
  .wrap1 {
    margin-top: 50px;
  }
  .wrap1 .wrap1-box {
    padding: 20px 16px 32px;
    border-radius: 12px;
  }
  .wrap1 .radio-pill {
    font-size: 14px;
  }
  .wrap1 .answer {
    margin-top: 20px;
    padding-top: 24px;
    gap: 14px;
  }
  .wrap1 .answer-eyebrow {
    font-size: 12px;
  }
  .wrap1 .wrap-radio {
    gap: 18px;
  }
  .wrap1 .plan-radio {
    width: 16px;
    height: 16px;
  }
  .wrap1 .plan-radio::after {
    width: 8px;
    height: 8px;
  }
  .wrap1 .question {
    font-size: 16px;
    margin-bottom: 17px;
  }
  .wrap1 .answer-title {
    font-size: 24px;
  }
  .wrap1 .answer-points {
    gap: 18px;
  }
  .wrap1 .answer-point {
    font-size: 12px;
  }
  .wrap1 .answer-point img {
    width: 16px;
    height: 16px;
  }
  .wrap1 .answer-desc {
    font-size: 14px;
  }
  .wrap1 .answer-actions {
    gap: 12px;
  }
  .wrap1 .answer-btn {
    width: 100%;
    font-size: 16px;
    padding: 16px 20px;
  }
}
.wrap-checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-bottom: 42px;
}
.service-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 260px;
  padding: 13px 16px;
  border-radius: 6px;
  border: 1px solid #D7DDE1;
  background: #fff;
  color: #374151;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  user-select: none;
  transition: all 0.2s;
}
.service-pill.other-service {
  flex: 1;
}
.service-pill img {
  width: 32px;
  height: 32px;
  display: block;
}
.service-pill.active {
  border: 1px solid #1876F6;
  background: #E8F2FF;
}
@media screen and (max-width: 768px) {
  .wrap-checkbox {
    gap: 14px;
    margin-bottom: 28px;
  }
  .service-pill {
    min-width: 142px;
    font-size: 14px;
    padding: 8px 0;
    gap: 6px;
  }
  .service-pill img {
    width: 20px;
    height: 20px;
  }
}
.wrap2 {
  margin-top: 150px;
}
.wrap2 .container {
  text-align: center;
}
.wrap2 .wrap2-box {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
  margin-top: 72px;
}
.wrap2 .wrap2-box-item {
  flex: 1;
  background: #FFF;
  border-radius: 16px;
  padding: 34px 20px 28px;
  position: relative;
  text-align: center;
  border: 2px solid transparent;
}
.wrap2 .wrap2-box-item.featured {
  border: 2px solid #FB6917;
}
.wrap2 .wrap2-box-item.featured .wrap2-icon-img {
  width: 90px;
  height: 90px;
}
.wrap2 .wrap2-box-item.featured .price-number,
.wrap2 .wrap2-box-item.featured .price-unit {
  color: #F97316;
}
.wrap2 .wrap2-badge {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 69px;
  background: #FB6917;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 30px;
  width: max-content;
}
.wrap2 .wrap2-icon {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}
.wrap2 .wrap2-icon img {
  width: 60px;
  height: 60px;
}
.wrap2 .wrap2-popular {
  position: absolute;
  bottom: -12px;
  right: -28px;
  width: auto;
  height: auto;
}
.wrap2 .wrap2-item-title {
  font-size: 24px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 14px;
}
.wrap2 .price {
  margin-bottom: 30px;
}
.wrap2 .price-number {
  font-size: 40px;
  font-weight: 700;
  color: #111827;
}
.wrap2 .price-unit {
  font-size: 24px;
  color: #111827;
  margin-left: 4px;
  font-weight: 600;
}
.wrap2 .price-old {
  font-size: 14px;
  color: #676B71;
  text-decoration: line-through;
  margin-left: 8px;
}
.wrap2 .price-tax {
  font-size: 14px;
  color: #6D7279;
  margin-top: -25px;
  margin-bottom: 20px;
}
.wrap2 .wrap2-price-year {
  font-size: 14px;
  color: #6B7280;
}
.wrap2 .wrap2-min-text {
  font-size: 20px;
  color: #1F2937;
  margin-bottom: 26px;
  margin-top: -15px;
}
.wrap2 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 13px 24px;
  background: #0C1835;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s;
}
.wrap2 .btn:hover {
  color: rgba(255, 255, 255, 0.7);
}
.wrap2 .btn:hover img {
  content: url(../../img/buy-music-converter/cart-hover.svg);
}
.wrap2 .btn.btn-featured {
  background: #F97316;
}
.wrap2 .btn.btn-featured:hover {
  background: #EA580C;
}
.wrap2 .wrap2-note {
  font-size: 12px;
  color: #6B7280;
  margin-top: 12px;
}
.wrap2 .features {
  list-style: none;
  padding: 0;
  margin: 0 auto 24px;
  text-align: left;
  width: max-content;
}
.wrap2 .features li {
  font-size: 18px;
  color: #374151;
  line-height: 1.5;
  margin-bottom: 12px;
  gap: 8px;
  display: flex;
  align-items: center;
  width: max-content;
  position: relative;
}
.wrap2 .features li:last-child {
  margin-bottom: 0;
}
.wrap2 .features li span {
  flex: 1;
}
.wrap2 .features li img {
  vertical-align: middle;
}
.wrap2 .features.features-featured li img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(93%) saturate(1352%) hue-rotate(1deg) brightness(101%) contrast(97%);
}
.wrap2 .comparison-tooltip {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  vertical-align: baseline;
}
.wrap2 .comparison-tooltip img {
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
}
.wrap2 .comparison-tooltip img:hover + .comparison-tooltip-content {
  opacity: 1;
  visibility: visible;
  max-height: 300px;
  z-index: 2;
}
.wrap2 .comparison-tooltip .comparison-tooltip-content {
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translateX(-30%);
  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;
}
.wrap2 .comparison-tooltip .comparison-tooltip-content::after {
  content: '';
  position: absolute;
  top: 100%;
  right: 60%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #111827;
}
@media (max-width: 770px) {
  .wrap2 {
    margin-top: 60px;
  }
  .wrap2 .wrap2-box {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    margin-top: 50px;
  }
  .wrap2 .wrap2-box-item {
    max-width: 100%;
    width: 100%;
    padding: 30px 27px;
    border-radius: 14px;
  }
  .wrap2 .wrap2-item-title {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .wrap2 .price-number {
    font-size: 36px;
  }
  .wrap2 .price-unit {
    font-size: 20px;
  }
  .wrap2 .wrap2-note {
    font-size: 10px;
  }
  .wrap2 .features li {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .wrap2 .featured {
    order: -1;
  }
  .wrap2 .btn {
    font-size: 16px;
    padding: 11px 20px;
  }
}
.single-product,
.aio-product {
  display: none;
}
@media (max-width: 768px) {
  main .container {
    width: 90%;
    max-width: unset;
  }
  nav .container {
    padding: 12px 15px;
    border-bottom: 1px solid #efefef;
  }
  .nav-menu {
    display: none;
  }
  .nav-right {
    gap: 10px;
  }
  .nav-logo img {
    height: 24px;
  }
  .nav-cta {
    display: none;
  }
  .nav-toggle {
    display: inline-flex;
  }
  .nav-mobile {
    background: #fff;
  }
  .nav-mobile:not(.is-hidden) {
    max-height: 500px;
    opacity: 1;
    pointer-events: auto;
  }
}
.wrap3 {
  margin-top: 150px;
}
.wrap3 .comparison-item-selected-box {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 22px;
  font-weight: 400;
}
.wrap3 .comparison-item-selected-box .comparison-item-selected-none {
  display: none;
}
.wrap3 .comparison-item-selected-box .comparison-item-selected {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wrap3 .comparison-item-selected-box img {
  width: 32px;
  height: 32px;
}
.wrap3 .comparison-mini-title {
  color: #909399;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}
.wrap3 .wrap-checkbox {
  justify-content: center;
}
.wrap3 .service-pill {
  min-width: 224px;
}
.wrap3 .wrap3-table {
  overflow: visible;
  width: 100%;
  padding-bottom: 30px;
}
.wrap3 .wrap3-table .swiper-slide {
  width: 100%;
}
.wrap3 .comparison-items {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-radius: 20px;
  border: 1px solid #E5E7EB;
  overflow: hidden;
  z-index: 1;
}
.wrap3 .comparison-items::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  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-content {
  position: relative;
}
.wrap3 .comparison-item .no-choose-product {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EEF0F3;
  font-size: 24px;
  color: #374151;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrap3 .comparison-item .comparison-item-value:nth-child(1),
.wrap3 .comparison-item .comparison-item-label:nth-child(1) {
  min-height: 76px;
}
.wrap3 .comparison-item .comparison-item-value:nth-child(2),
.wrap3 .comparison-item .comparison-item-label:nth-child(2) {
  min-height: 111px;
}
.wrap3 .comparison-item .comparison-item-value:nth-child(3),
.wrap3 .comparison-item .comparison-item-label:nth-child(3) {
  min-height: 135px;
}
.wrap3 .comparison-item .comparison-item-value:nth-child(4),
.wrap3 .comparison-item .comparison-item-label:nth-child(4) {
  min-height: 110px;
}
.wrap3 .comparison-item .comparison-item-value:nth-child(5),
.wrap3 .comparison-item .comparison-item-label:nth-child(5) {
  min-height: 111px;
}
.wrap3 .comparison-item .comparison-item-value:nth-child(6),
.wrap3 .comparison-item .comparison-item-label:nth-child(6) {
  min-height: 112px;
  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: 26px;
  font-weight: 600;
  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;
}
.wrap3 .comparison-item-label:last-child {
  border-bottom: none;
}
.comparison-point .wrap3 .comparison-item-label {
  background: #E8EBF2;
}
.wrap3 .comparison-icon {
  margin-bottom: 4px;
}
.wrap3 .comparison-item-value {
  padding: 24px 20px;
  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;
}
.wrap3 .comparison-item-value:last-child {
  border-bottom: none;
}
.single-item .wrap3 .comparison-item-value {
  color: #374151;
  background: #FFF;
}
.all-in-one .wrap3 .comparison-item-value {
  color: #FFF;
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.wrap3 .has-choose-product-label {
  background: #F1F6FF;
}
.wrap3 .has-choose-product {
  position: absolute;
  z-index: 2;
  width: 865px;
  right: 2px;
  top: 175px;
  background: #F1F6FF;
  font-size: 24px;
  color: #374151;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 20px;
  font-size: 18px;
}
.wrap3 .comparison-item-value-link {
  border-radius: 6px;
  border: 1px solid #DCDFEB;
  background: #FFF;
  padding: 17px 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s;
}
.wrap3 .comparison-item-value-link:hover {
  background: #EFF2F7;
}
.wrap3 .all-in-one-link {
  color: #fff;
  background: linear-gradient(160deg, #FF6B2B 1.96%, #FFA72B 91.53%), #FB6917;
  border: none;
}
.wrap3 .all-in-one-link:hover {
  color: rgba(255, 255, 255, 0.7);
  background: linear-gradient(160deg, #FF6B2B 1.96%, #FFA72B 91.53%), #FB6917;
}
.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 .comparison-point {
  width: 330px;
}
.wrap3 .single-item,
.wrap3 .all-in-one {
  width: 432px;
}
@media (max-width: 770px) {
  .wrap3 {
    margin-top: 60px;
  }
  .wrap3 .has-choose-product {
    width: 640px;
    top: 150px;
  }
  .wrap3 .comparison-items {
    display: flex;
  }
  .wrap3 .comparison-items::after,
  .wrap3 .comparison-items::before {
    height: 74px;
    width: 300px;
  }
  .wrap3 .service-pill {
    min-width: 142px;
  }
  .wrap3 .wrap-checkbox {
    justify-content: start;
  }
  .wrap3 .comparison-item {
    width: 212px;
    flex-shrink: 0;
  }
  .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;
  }
  .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-link {
    padding: 14px 35px;
    font-size: 16px;
  }
  .wrap3 .comparison-item-value {
    font-size: 15px;
  }
  .wrap3 .comparison-item-selected-box {
    font-size: 16px;
  }
  .wrap3 .swiper-scrollbar {
    width: 214px;
    left: 50%;
    transform: translateX(-50%);
  }
  .wrap3 .single-item,
  .wrap3 .all-in-one {
    width: 320px;
  }
}
.wrap4 {
  margin-top: 150px;
}
.wrap4 .section-title {
  text-align: left;
}
.wrap4 .wrap4-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 46px;
  margin-top: 50px;
}
.wrap4 .wrap4-left {
  width: 300px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 40px;
}
.wrap4 .wrap4-service-item {
  border-radius: 10px;
  border: 1px solid #D7DDE1;
  background: #FFF;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 28px;
  color: #374151;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.wrap4 .wrap4-service-item img {
  width: 36px;
  height: 36px;
  display: block;
}
.wrap4 .wrap4-service-item:hover {
  border-color: #9EC2FF;
  background: #F0F6FF;
}
.wrap4 .wrap4-service-item.active {
  border-color: #1876F6;
  background: #E8F2FF;
  font-weight: 500;
}
.wrap4 .wrap4-right {
  flex: 1;
}
.wrap4 .wrap4-right-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.wrap4 .top-title {
  font-size: 32px;
  color: #111827;
  font-weight: 600;
}
.wrap4 .top-link {
  color: #606266;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s;
}
.wrap4 .top-link:hover {
  text-decoration: underline;
}
.wrap4 .wrap4-right-bottom {
  position: relative;
  border-radius: 20px;
  background: #fff;
  padding: 40px;
  display: none;
}
.wrap4 .wrap4-right-bottom.active {
  display: block;
}
.wrap4 .wrap4-product-head {
  margin-bottom: 20px;
}
.wrap4 .wrap4-product-title {
  font-size: 24px;
  font-weight: 700;
  color: #1F2937;
}
.wrap4 .wrap4-product-tip {
  position: absolute;
  top: 34px;
  right: 40px;
  border-radius: 6px;
  background: #FFEFDD;
  padding: 8px;
  font-size: 20px;
  color: #DE6E0C;
  font-size: 12px;
}
.wrap4 .wrap4-product-tip-img {
  position: absolute;
  top: 0;
  right: -18px;
}
.wrap4 .wrap4-product-desc {
  font-size: 16px;
  color: #374151;
  margin-bottom: 32px;
}
.wrap4 .wrap4-plan-list {
  display: flex;
  gap: 20px;
}
.wrap4 .wrap4-plan-card {
  flex: 1;
  border: 1px solid #D9DCEB;
  border-radius: 12px;
  background: #fff;
  text-align: center;
  padding: 16px 20px;
}
.wrap4 .wrap4-plan-name {
  font-size: 14px;
  color: #909399;
  margin-bottom: 2px;
}
.wrap4 .wrap4-plan-price {
  font-size: 24px;
  font-weight: 700;
  color: #1F2937;
}
.wrap4 .wrap4-plan-old {
  font-size: 12px;
  color: #6D7279;
  text-decoration: line-through;
  margin-bottom: 10px;
  height: 15px;
}
.wrap4 .wrap4-plan-btn {
  border-radius: 6px;
  border: 1px solid #D9DDE3;
  color: #374151;
  font-size: 14px;
  display: flex;
  padding: 8px 0;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  transition: all 0.2s;
}
.wrap4 .wrap4-plan-btn img {
  width: 16px;
  height: 16px;
}
.wrap4 .wrap4-plan-btn:hover {
  background: #EFF2F7;
}
.wrap4 .wrap4-plan-btn.active {
  background: #1D72F4;
  border-color: #1D72F4;
  color: #fff;
}
.wrap4 .wrap4-plan-btn.active:hover {
  color: rgba(255, 255, 255, 0.7);
}
.wrap4 .wrap4-plan-btn.active:hover img {
  content: url(../../img/buy-music-converter/cart-hover.svg);
}
.wrap4 .wrap4-feature-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.wrap4 .wrap4-feature-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #374151;
  font-size: 12px;
}
.wrap4 .wrap4-feature-item img {
  width: 11px;
  height: 11px;
}
@media (max-width: 768px) {
  .wrap4 {
    margin-top: 100px;
  }
  .wrap4 .section-title {
    text-align: center;
    margin-bottom: 30px;
  }
  .wrap4 .top-title {
    text-align: center;
    font-size: 24px;
  }
  .wrap4 .wrap4-content {
    flex-direction: column;
    gap: 30px;
    margin-top: 0;
  }
  .wrap4 .wrap4-service-item {
    width: 140px;
    font-size: 14px;
    padding: 8px 0;
    justify-content: center;
    gap: 8px;
    border-radius: 6px;
  }
  .wrap4 .wrap4-service-item img {
    width: 20px;
    height: 20px;
  }
  .wrap4 .wrap4-right-top {
    justify-content: center;
    margin-bottom: 33px;
  }
  .wrap4 .wrap4-left {
    width: 300px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 36px;
  }
  .wrap4 .wrap4-plan-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .wrap4 .wrap4-right-bottom {
    padding: 30px 16px;
  }
  .wrap4 .wrap4-product-title {
    font-size: 20px;
    text-align: center;
  }
  .wrap4 .wrap4-product-desc {
    font-size: 14px;
    margin-bottom: 70px;
    text-align: center;
  }
  .wrap4 .wrap4-product-tip {
    top: 140px;
    right: 50%;
    transform: translateX(50%);
    width: max-content;
  }
  .wrap4 .wrap4-plan-card {
    width: 250px;
  }
  .wrap4 .wrap4-feature-list {
    justify-content: start;
    gap: 17px;
    flex-direction: column;
    width: max-content;
    align-items: start;
    text-align: left;
    margin: 20px auto 0;
  }
}
.wrap6 {
  margin-top: 150px;
}
.wrap6 .wrap6-content-title {
  font-size: 48px;
  font-weight: 700;
  color: #111827;
  text-align: center;
  margin-bottom: 60px;
}
.wrap6 .wrap6-content {
  max-width: 980px;
  margin: 0 auto;
}
.wrap6 .faq-item {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease;
  border-bottom: 1px solid #d2d2d7;
  font-weight: 400;
}
.wrap6 .faq-item a {
  color: #0069d9;
  text-decoration: underline;
}
.wrap6 .faq-item .black {
  color: #111827;
  font-weight: 600;
}
.wrap6 .faq-img {
  margin-top: 22px;
  cursor: pointer;
  height: 180px;
}
.wrap6 .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 28px 0;
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  color: #111827;
  transition: all 0.3s ease;
}
.wrap6 .faq-question span {
  flex: 1;
  line-height: 1.6;
}
.wrap6 .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;
}
.wrap6 .faq-item.active .faq-question .faq-arrow {
  transform: rotate(180deg);
}
.wrap6 .faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.wrap6 .faq-item.active .faq-answer {
  max-height: 1000px;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  margin-bottom: 24px;
}
.wrap6 .faq-answer-content {
  font-size: 18px;
  line-height: 1.8;
  color: #454c5d;
}
.wrap6 .faq-answer-content p {
  margin: 0;
}
.wrap6 .wrap6-note {
  max-width: 980px;
  margin: 0 auto;
  color: #4b5563;
  font-size: 16px;
  font-weight: 400;
  margin-top: 40px;
  padding: 22px;
  border-radius: 7px;
  border: 1px dashed #b2b9c7;
  background: #fff;
}
.wrap6 .wrap6-note a {
  text-decoration: underline;
}
@media (max-width: 770px) {
  .wrap6 {
    padding: 50px 0;
    margin-top: 0;
  }
  .wrap6 .wrap6-content-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .wrap6 .wrap6-content {
    max-width: 100%;
  }
  .wrap6 .faq-question {
    font-size: 18px;
    padding: 16px 0;
  }
  .wrap6 .faq-answer-content {
    font-size: 16px;
  }
  .wrap6 .wrap6-note {
    font-size: 14px;
    margin-top: 30px;
  }
  .wrap6 .faq-img {
    height: 120px;
  }
}
.wrap7 {
  padding: 80px 0;
  background: url(../../img/buy-music-converter/bg.webp) no-repeat center center;
  background-size: cover;
  margin-top: 150px;
}
.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 {
  text-align: center;
  font-size: 16px;
  color: #757d84;
  margin-bottom: 24px;
}
.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;
  }
  .wrap7 .wrap7-price-section .select-plan-btn {
    font-size: 18px;
    padding: 16px 32px;
    border-radius: 6px;
  }
  .wrap7 .wrap7-price-section .price-display .price-number {
    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 {
  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;
  }
  .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/buy-music-converter/wrap10-img-mb.png');
  }
}
