body{
  background: url('/assets/images/free/bg-mobile.webp') 0 0 no-repeat;
  background-size:100% 100%;
}
.topProductInfoWrap{
  margin-top:40px;
  padding:0 20px;
}
.topProductInfoWrap .titleDiv h1{
  font-family: 'NunitoSans-ExtraBold';
  color:#000000;
  font-size: 2.25rem;
  line-height: 2.25rem;
  margin-bottom: 20px;
}
.topProductInfoWrap .titleDiv p{
  color:rgba(0, 0, 0, 0.6);
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-top:0px;
  margin-bottom: 28px;
}
.topProductInfoWrap ul{
  padding-left:0px;
  list-style: none;
}
.topProductInfoWrap ul li {
  margin-top:12px;
}
.topProductInfoWrap ul span:nth-child(1){
  display: inline-block;
  width:8px;
  height:8px;
  background-color: #E8A438;
  border-radius: 50%;
  margin-right: 8px;
}
.topProductInfoWrap ul span:nth-child(2){
  font-size: 1.125rem;
  line-height: 1.4rem;
}

.topProductInfoWrap .fourInfoWrap{
  flex-wrap: wrap;
  margin-top:16px;
  gap:27px;
}
.fourInfoWrap .fourInfoItem{
  width:calc(50% - 18px);
  font-size: 0.875rem;
  line-height: 1.375rem;
  color:#333333;
  margin-top:24px;
}
.fourInfoWrap .fourInfoItem img{
  width:22px;
  height:22px;
  margin-right:6px;
  margin-bottom: 4px;
}

.topProductInfoWrap .btnWrap{
  flex-wrap: wrap;
  margin-top:40px;
}
.btnWrap .whiteBtn, .whiteTwoRowBtn{
  margin-top: 24px;
}
.btnWrap.macBtn {
  display:none;
}
*[data-dev="auto"] .dev-mobile, *[data-dev="desktop"] .dev-mobile, *[data-dev="mobile"] .dev-desktop, *[data-sys="auto"] .sys-mac, *[data-sys="auto"] .sys-linux, *[data-sys="auto"] .sys-ios, *[data-sys="auto"] .sys-android, *[data-sys="auto"] .sys-other, *[data-sys="win"] .sys-mac, *[data-sys="win"] .sys-linux, *[data-sys="win"] .sys-ios, *[data-sys="win"] .sys-android, *[data-sys="win"] .sys-other, *[data-sys="mac"] .sys-win, *[data-sys="mac"] .sys-linux, *[data-sys="mac"] .sys-ios, *[data-sys="mac"] .sys-android, *[data-sys="mac"] .sys-other, *[data-sys="linux"] .sys-win, *[data-sys="linux"] .sys-mac, *[data-sys="linux"] .sys-ios, *[data-sys="linux"] .sys-android, *[data-sys="linux"] .sys-other, *[data-sys="android"] .sys-ios, *[data-sys="android"] .sys-win, *[data-sys="android"] .sys-mac, *[data-sys="android"] .sys-linux, *[data-sys="android"] .sys-other, *[data-sys="ios"] .sys-android, *[data-sys="ios"] .sys-win, *[data-sys="ios"] .sys-mac, *[data-sys="ios"] .sys-linux, *[data-sys="ios"] .sys-other, *[data-sys="other"] .sys-win, *[data-sys="other"] .sys-mac, *[data-sys="other"] .sys-linux, *[data-sys="other"] .sys-ios, *[data-sys="other"] .sys-android {
  display: none !important;
  margin: 0 !important;
}
.iconOrangeTwoRowBtn{
  display: flex;
  font-family: 'NunitoSans-SemiBold';
  padding: 0 20px;
  /* font-size: 1.5rem;
  text-align: center; */
  border-radius: 8px;
  border: 1px solid #E08349;
  color: #fff;
  background: linear-gradient(95.46deg, #E05149 0%, #E08349 100%);
  text-decoration: none;
  width:100%;
}
.iconOrangeTwoRowBtn div{
  margin-left:10px;
  height: 60px;
}
.iconOrangeTwoRowBtn div span{
  font-size: 1.5rem;
}
.iconOrangeTwoRowBtn div label{
  font-family: 'NunitoSans-Regular';
  font-size: 0.875rem;
}
.iconOrangeTwoRowBtn:hover{
  background: #E05149;
}
.iconOrangeTwoRowBtn:active{
  background: #E05149;
  color: #ffffff;
}
.whiteBtn{
  display: inline-block;
  font-family: 'NunitoSans-SemiBold';
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #E05149;
  color: #E05149;
  text-decoration: none;
  width:100%;
}
.whiteBtn:hover{
  color: #ffffff;
  background: #E05149;
}
.whiteBtn:active{
  color: #ffffff;
  background: #E05149;
}
.otherNeedVersion{
  font-family: 'NunitoSans-SemiBold';
  width:100%;
  height:30px;
  line-height: 30px;
  font-size: 1.25rem;
  text-align: start;
  margin-top: 24px;
  color:#000000;
  display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}
.otherNeedVersion img{
  margin: 0 12px 4px 0;
  width:24px;
  height: 24px;
}
.otherNeedVersion span{
  cursor: pointer;
  text-decoration: underline;
}
.topProductInfoWrap .productMacBtn{
  align-items: flex-start;
}
.topProductInfoWrap .productMacDownloadGroup{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.topProductInfoWrap .productMacLegacyLink,
.topProductInfoWrap .productMacLegacyLink:hover,
.topProductInfoWrap .productMacLegacyLink:focus,
.topProductInfoWrap .productMacLegacyLink:active,
.topProductInfoWrap .productMacLegacyLink:visited{
  margin-top: 8px;
  font-family: 'NunitoSans-SemiBold';
  font-size: 0.875rem;
  line-height: 1.2;
  color: #000000;
  text-decoration: underline;
}
.needWinVersion{
  display: none;
}


.menuListWrap{
  margin-top:90px;
  padding:20px 8px;
  width:100%;
  /* overflow-x: scroll; */
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; 
  height:120px;
}
.menuListWrap ul{
  padding:8px;
  width:960px;
  border-radius: 16px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.102);
  background-color: #F9F9F9;
  margin-bottom:0px;
}
.menuListWrap ul li{
  list-style: none;
  font-family: 'NunitoSans-SemiBold';
  padding:0 36px;
  font-size:1.125rem;
  text-align: center;
  height:60px;
  line-height: 60px;
  border-radius: 8px;
  margin-left:0;
  cursor: pointer;
  color:rgba(0, 0, 0, 0.898);
}
.menuListWrap ul li.TechSpec a{
  text-decoration: none;
  color:rgba(0, 0, 0, 0.898);
}
.menuListWrap ul li:hover{
  background-color:#FFFFFF;
}
.menuListWrap ul li:active{
  background-color:#FFFFFF;
}
.menuListWrap ul li.active{
  background-color:#FFFFFF;
}
.menuListWrap ul li:first-child{
  margin-left:0px;
}


.sectionWrap{
  margin-top:40px;
}
.sectionWrap .content {
  margin-top:40px;
}
.gradientDiv{
  flex-wrap: wrap;
}
.sectionTitle .gradientDiv h2{
  text-align: center;
}
.sectionTitle .gradientDiv .gradient-text{
  display: inline-block;
  font-family: 'OleoScript-Bold';
  background: linear-gradient(270deg, #FF4ABC 47.97%, #FFA53D 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom:0px;
  font-size: 2rem;
  line-height: 2.25rem;
  text-align: center;
}
.sectionWrap .sectionTitle .boldText{
  font-family: 'NunitoSans-ExtraBold';
  font-size: 2rem;
  line-height: 2rem;
  text-align: center;
}
.sectionWrap .sectionTitle .normalText{
  font-size: 1.25rem;
  text-align: center;
  color:rgba(0, 0, 0, 0.6);
  margin-top:8px;
  line-height: 1.4rem;
}

.swiper {
  width:100%;
  padding:0 20px;
  height: 538px;
}
.prevAndNext{
  margin-top:10px;
  height:64px;
}
/* 自定义样式 */
.banner-tab-container {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; /* 平滑滚动 */
  scrollbar-width: none; /* 隐藏滚动条 - Firefox */
  padding-bottom: 10px; /* 给滚动条留空间 */
}

.banner-tab-container::-webkit-scrollbar {
  display: none; /* 隐藏滚动条 - Chrome/Safari */
}

.btn-group-scroll {
  display: inline-flex;
  flex-wrap: nowrap;
  width:100%;
}
.topBannerWrap .tabBtn{
  margin-top:40px;
}
.freeTopSwiper{
  padding-bottom: 20px;
}
.freeTopSwiper .swiper-slide{
  background-color:#ffffff;
  border-radius: 32px;
  padding:32px;
  display: flex;
  flex-direction:column;
  overflow: hidden;
}
.freeTopSwiper .swiper-slide .textDiv{
  transition: 0.3s;
}
.freeTopSwiper .swiper-slide .textDiv h3{
  font-family: 'NunitoSans-ExtraBold';
  font-size: 1.875rem;
  line-height: 2.25rem;
  color:rgba(0, 0, 0, 0.898);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.freeTopSwiper .swiper-slide .textDiv p{
  color:rgba(0, 0, 0, 0.6);
  font-size: 1.125rem;
  line-height: 1.4rem;
  margin-top:24px;
}
.freeTopSwiper .swiper-slide .imgDiv {
  width:100%;
  transition: 0.3s;
  overflow: hidden;
  text-align: center;
}
.imgDiv img{
  width:100%;
  height: auto;
}
.imgDiv .activeImg{
  display: none;
}
.swiper-slide.swiper-slide-active .imgDiv .normalImg{
  display: none;
}
.swiper-slide.swiper-slide-active .imgDiv .activeImg{
  display: block;
}
.swiper-slide.swiper-slide-active{
  background: linear-gradient(180deg, #1F1F2B 0%, #1E2A45 100%);
}
.swiper-slide.swiper-slide-active .textDiv h3{
  color:rgba(255, 255, 255, 0.898);
}
.swiper-slide.swiper-slide-active .textDiv p{
  color:rgba(255, 255, 255, 0.6);
}
@keyframes slideTextDiv {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.swiper-slide .textDiv{
  margin-top:40px;
}
@keyframes slideImgDiv {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.swiper-slide.swiper-slide-active .imgDiv{
  /* order: 1; */
  /* animation: slideImgDiv 0.6s ease-in-out forwards; */
}

/* Top feature carousel first paint: keep slides measurable, prevent stacked cards before Swiper is ready */
.featureCarouselPreparing .freeTopSwiper{
  overflow:hidden;
}
.featureCarouselPreparing .freeTopSwiper .swiper-wrapper{
  transition:none!important;
}
.featureCarouselPreparing .freeTopSwiper .swiper-slide:not(:first-child){
  visibility:hidden;
  pointer-events:none;
}
.featureCarouselPreparing .freeTopSwiper .swiper-slide:first-child{
  background:linear-gradient(180deg, #1F1F2B 0%, #1E2A45 100%);
}
.featureCarouselPreparing .freeTopSwiper .swiper-slide:first-child .normalImg{
  display:none;
}
.featureCarouselPreparing .freeTopSwiper .swiper-slide:first-child .activeImg{
  display:block;
}
.featureCarouselPreparing .freeTopSwiper .swiper-slide:first-child .textDiv h3{
  color:rgba(255, 255, 255, 0.898);
}
.featureCarouselPreparing .freeTopSwiper .swiper-slide:first-child .textDiv p{
  color:rgba(255, 255, 255, 0.6);
}
@media (min-width: 768px) and (max-width: 1199.98px){
  .featureCarouselPreparing .freeTopSwiper .swiper-wrapper{
    transform:translateX(calc((100vw - min(520px, calc(100vw - 96px))) / 2 - 20px))!important;
  }
  .featureCarouselPreparing .freeTopSwiper .swiper-slide:first-child{
    width:min(520px, calc(100vw - 96px))!important;
    max-width:520px;
  }
}
@media (min-width: 1200px){
  .featureCarouselPreparing .freeTopSwiper .swiper-wrapper{
    transform:translateX(calc((100vw - min(864px, calc(100vw - 420px))) / 2 - 20px))!important;
  }
  .featureCarouselPreparing .freeTopSwiper .swiper-slide:first-child{
    width:min(864px, calc(100vw - 420px))!important;
    max-width:864px;
  }
}
@media (min-width: 1200px) and (max-width: 1365.98px){
  .featureCarouselPreparing .freeTopSwiper .swiper-wrapper{
    transform:translateX(calc((100vw - min(760px, calc(100vw - 300px))) / 2 - 20px))!important;
  }
  .featureCarouselPreparing .freeTopSwiper .swiper-slide:first-child{
    width:min(760px, calc(100vw - 300px))!important;
    max-width:760px;
  }
}




.tabBtn{
  margin-top:48px;
  gap:12px;
}
.tabBtn div{
  min-width:112px;
  height:60px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 60px;
  color:rgba(0, 0, 0, 0.6);
  padding:0 20px;
  border-radius: 8px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  justify-content:center;
}
.tabBtn div:hover, .tabBtn div.tabBtnActive{
  color:#ffffff;
  background-color: #E05149;
}
.tabBtn div:active{
  background-color: #BF443E;
}
.aIToolsWrap{
  display: none;
}


.imgListWrap{
  margin-top:48px;
}
.imgListWrap .flexRowStart{
  flex-wrap:wrap;
  width:100%;
  gap:20px;
}
.imgListWrap .imgItem{
  width:100%;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 16px;
}
.imgListWrap .imgItem img{
  width:100%;
  height:auto;
  border-radius: 15px;
}
.imgListWrap .imgItem div{
  padding:24px;
}
.imgListWrap .imgItem .title{
  font-family: 'NunitoSans-SemiBold';
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.75rem;
  margin-bottom:4px;
  height: 56px;
  color:rgba(0, 0, 0, 0.898);
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.imgListWrap .imgItem .text{
  font-size: 1.125rem;
  line-height: 24px;
  color:rgba(0, 0, 0, 0.6);
  text-align: center;
  margin-bottom: 0px;
  height:100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}


.versionHistoryWrap{
  width:100%;
  background-color: #ffffff;
  padding:40px 20px;
}


/* 自定义样式 */
.btn-container {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; /* 平滑滚动 */
  scrollbar-width: none; /* 隐藏滚动条 - Firefox */
  padding-bottom: 10px; /* 给滚动条留空间 */
  width:100%;
}

.btn-container::-webkit-scrollbar {
  display: none; /* 隐藏滚动条 - Chrome/Safari */
}
.btn-group-scroll {
  display: inline-flex;
  flex-wrap: nowrap;
  width:100%;
}
.btnGroupWrap{
  gap:24px;
}

.btn-group-scroll .btn{
  font-family: 'NunitoSans-SemiBold';
  white-space: nowrap;
  height: 52px;
  line-height: 52px;
  gap: 24px;
  padding:0 16px 0 24px;
  font-size: 1.25rem;
  border-radius: 8px;
  color:rgba(0, 0, 0, 0.898);
  background:#F5F5F5;
  min-width: 245px;
}
.btn-group-scroll .btn:hover{
  background: linear-gradient(280.64deg, #E08349 0%, #E05149 100%);
  color:#ffffff;
}
.btn-group-scroll .btn:active{
  background: linear-gradient(280.64deg, #E08349 0%, #E05149 100%);
  color:#ffffff;
}
.btn-group-scroll .active{
  background: linear-gradient(280.64deg, #E08349 0%, #E05149 100%);
  color:#ffffff;
}

.versionHistoryWrap .flexWrap{
  flex-wrap: wrap;
}


.keyFeaturesWrap .featuresFlexWrap{
  flex-wrap: wrap;
  width:100%;
}
.featuresFlexWrap .featuresItem{
  width:100%;
  padding:32px 32px 0px 32px;
  background-color:#ffffff;
  border-radius: 32px;
  margin-top:40px;
}
.featuresFlexWrap .featuresItem:first-child{
  margin-top:0px;
}
.featuresItem .title{
  font-family: 'NunitoSans-ExtraBold';
  font-size: 1.875rem;
  line-height: 2.25rem;
  color:rgba(0, 0, 0, 0.898);
  margin-bottom: 0px;
}
.featuresItem .text{
  font-size: 1.125rem;
  line-height: 1.4rem;
  color:rgba(0, 0, 0, 0.6);
  margin-top: 20px;
}
.featuresItem .mobileShow{
  width:100%;
}
.mobileShow img{
  width:100%;
  height: auto;
}
.featuresFlexWrap .yellowBgItem{
  background-color:#F9EBDD;
}
.featuresFlexWrap .thirdItem{
  background: linear-gradient(180deg, #1F1F2B 0%, #1E2A45 100%);
}
.thirdItem .title{
  color:#ffffff;
}
.thirdItem .text{
  color:#ffffff;
}

.content-item{
  display: none;
  width:100%;
  flex-wrap: wrap;
  gap:32px;
}

.content-item.active{
  display: flex;
  align-items: start;
}
.content-item img{
  width:100%;
  height:auto;
}
.contentItemWrap{
  margin-top:22px;
}
.rightContent h4{
  font-family: 'NunitoSans-ExtraBold';
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom:0px;
}
.rightContent ul{
  padding-left:20px;
}
.rightContent ul li{
  font-size: 1rem;
  line-height: 1.4rem;
  margin-top:12px;
}
.rightContent ul li::marker{
  color:#E8A438;
  font-size: 22px;
}

.versionHistoryWrap .btnWrap{
  margin-top:40px;
}

.freeVsProWrap .tabContent{
  display: none;
  flex-wrap: wrap;
}
.freeVsProWrap .tabBtnActive{
  display: flex;
}
.priceWrap{
  margin-top:20px;
  position: relative;
}
.eventDiscount30 {
  position: absolute;
  top: -22px;
  right: -13px;
  color: #A90007;
  font-family: 'NunitoSans-ExtraBold';
  font-style: Italic;
  font-size: 1.25rem;
  line-height: 52px;
  text-align: center;
  background-image: url('/assets/images/icon/discount-tag.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 176px;
  height: 68px;
  z-index: 1; /* 确保背景在底部 */
}
.priceWrap h3{
  font-family: 'NunitoSans-ExtraBold';
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-left:20px;
  color:#ffffff;
}
.priceWrap ul{
  padding-left:6px;
  margin-top:40px;
}
.priceWrap ul li{
  list-style: none;
  color:#ffffff;
  font-size: 1.125rem;
  line-height: 1.4rem;
  margin-top:16px;
}
.priceWrap ul li img{
  margin-right: 12px;
  margin-bottom:2px;
  width:20px;
  height:20px;
}
.priceWrap .topWrap{
  width:100%;
}
.priceWrap .topWrap .iconImg{
  width:80px;
  height:80px;
}
.topWrap .underline{
  width:100%;
  height:1px;
  background-color: rgba(255, 255, 255, 0.302);
}
.tabContent .bottomWrap{
  width:100%;
}
.tabContent .opacity-4{
   opacity: 0.4;
}
.tabContent .bottomWrap h5{
  font-family: 'NunitoSans-ExtraBold';
  font-size: 2rem;
  text-align: center;
  line-height: 2.8rem;
  color:#ffffff;
  margin-bottom:24px;
}
.tabContent .bottomWrap a{
  width:100%;
  font-size: 1.125rem;
  font-weight: 600;
  justify-content: center;
}
.firstPriceWrap{
  background: url('/assets/images/free/bg-purchase.webp')0 0 no-repeat;
  background-size: 100% 100%;
  width:100%;
  min-height:784px;
  border-radius:32px;
  padding:40px 24px;
  margin-top:36px;
}
.middlePriceWrap{
  background: linear-gradient(280.64deg, #E08349 0%, #E05149 100%);
  width:100%;
  min-height:960px;
  border-radius:32px;
  padding:40px 24px;
  margin-top:20px;
}
.middlePriceWrap p{
  font-family: 'NunitoSans-SemiBold';
  color:#FFFFFF;
  font-size: 1.125rem;
  line-height: 1.575px;
  margin-bottom:0px;
  margin-top:25px;
}
.middlePriceWrap .twoUl{
  margin-top:22px;
}
.middlePriceWrap .bottomWrap h5 span{
  font-family: 'NunitoSans-SemiBold';
  margin-left:2px;
  font-size: 1.125rem;
  text-decoration: line-through;
}
.rightPriceWrap .bottomWrap h5 span{
  font-family: 'NunitoSans-SemiBold';
  margin-left:2px;
  font-size: 1.125rem;
  text-decoration: line-through;
}
.bottomWrap .whiteBtn{
  background: #ffffff;
  color:#E08349;
  font-size: 1.25rem;
}
.bottomWrap .whiteBtn:hover{
  background-color:#F3F3F3;
}
.rightPriceWrap{
  background: url('/assets/images/free/bg-purchase.webp')0 0 no-repeat;
  background-size: 100% 100%;
  width:100%;
  min-height:784px;
  border-radius:32px;
  padding:40px 24px;
  margin-top:36px;
}
.freeVsProWrap .tabBtn .tabRightBtn{
  margin-left: 0px;
}

.whyIsTop1Wrap .whyTopFlexWrap{
  flex-wrap: wrap;
  width:100%;
  gap:20px;
  margin-top:40px;
}
.whyTopFlexWrap .whyTop1Item{
  height:398px;
  flex:0 0 calc(50% - 20px);
  padding: 40px 20px;
}
.whyTop1Item img{
  width:80px;
  height: 80px;
}
.whyTop1Item h5{
  font-family: 'NunitoSans-SemiBold';
  color:rgba(0, 0, 0, 0.898);
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin:24px 0 0 0;
  text-align: center;
}
.whyTop1Item p{
  font-size: 1rem;
  line-height: 1.4rem;
  color:rgba(0, 0, 0, 0.6);
  margin:4px 0 0 0;
  text-align: center;
}
.whyIsTop1Wrap .btnWrap{
  margin-top:40px;
}
.whyIsTop1Wrap .btnWrap .iconOrangeBtn{
  width:220px;
  height:52px;
  line-height: 52px;
  padding:0 16px 0 24px;
  font-size: 1.25rem;
}
.winBtn{
  display: flex;
}
.macBtn{
  display: none;
}
*[data-sys="win"] .macBtn, *[data-sys="win"]  .needWinVersion, *[data-sys="mac"] .winBtn, *[data-sys="mac"] .needMacVersion{
  display:none;
}
*[data-sys="win"] .winBtn, *[data-sys="win"]  .needMacVersion, *[data-sys="mac"] .macBtn, *[data-sys="mac"] .needWinVersion{
  display: flex;
}
*[data-sys="win"] .allInOneWrap .macBtn, *[data-sys="mac"] .allInOneWrap .winBtn{
  display: none;
}
*[data-sys="win"] .allInOneWrap .winBtn, *[data-sys="mac"] .allInOneWrap .macBtn{
  display: block;
}
.howToUseWrap{
  background-color: #ffffff;
  border-radius: 32px;
  padding:40px 0px;
}
.howToUseWrap .webBtnWrap .btnWrap{
  margin-top:0px;
}
.howToUseStepWrap{
  margin-top:40px;
}
.howToUseStepWrap .accordion-item{
  border:none;
  border-top: 1px solid #DDDDDD;
  padding:24px 20px;
  cursor: pointer;
}
.howToUseStepWrap .accordion-item .step {
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
}
.howToUseStepWrap .accordion-item .step span {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  width: 75px;
  height: 8px;
  font-size: 1.5rem;
  background: linear-gradient(270deg, hsla(315, 100%, 64%, 0.2) 47.97%, hsla(34, 100%, 62%, 0.2) 100%);
  z-index: -1;
}
.accordion-item:has([aria-expanded="true"]) .step span {
  background: linear-gradient(270deg, #FF4ABC 47.97%, #FFA53D 100%);
}
.accordion-item:has([aria-expanded="true"]) .step {
  border-image: linear-gradient(270deg, #FF4ABC 47.97%, #FFA53D 100%) 1;
}
.howToUseStepWrap .accordion-header{
  height:195px;
  overflow: hidden;
}
.accordion-header img{
  width:100%;
}
.howToUseStepWrap .accordion-header h4{
  font-family: 'NunitoSans-ExtraBold';
  font-size: 1.25rem;
  line-height: 2.1rem;
  color:rgba(0, 0, 0, 0.898);
  text-align: start;
}
.howToUseStepWrap .accordion-header h4:nth-child(1) {
  text-align: center;
  margin-bottom:24px;
}
.howToUseStepWrap .accordion-header h4:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.howToUseStepWrap .accordion-item:has([aria-expanded="true"]) .accordion-header h4:nth-child(2) {
  -webkit-line-clamp: 5;
}
.howToUseStepWrap .accordion-item:has([aria-expanded="true"]) .accordion-header img{
  display: none;
}
.howToUseStepWrap .accordion-item:has([aria-expanded="true"]) .accordion-header{
  height: 165px;
}
.accordion-item .accordion-body{
  padding:0px;
}
.howToUseStepWrap .accordion-item p{
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.4rem;
  color:rgba(0, 0, 0, 0.6);
  padding-top: 10px;
}
.accordion-item .accordion-body img{
  width:100%;
  margin-top:24px;
}
.accordion-header .webText{
  display:none;
}

.seeWhatFlexWrap{
  margin-top: 40px;
}
.seeWhatFlexWrap .seeWhatOurItem{
  width:100%;
  margin-top:36px;
  padding:40px;
  background-color: #ffffff;
  border-radius: 32px;
}
.seeWhatOurItem p{
  font-size: 1rem;
  line-height: 1.4rem;
  color:rgba(0, 0, 0, 0.898);
  margin-bottom:42px;
}
.seeWhatOurItem img{
  width: 54px;
  height:54px;
}
.seeWhatOurItem .rightInfo{
  margin-left: 10px;
}
.seeWhatOurItem .rightInfo .name{
  font-size: 1rem;
  color:rgba(0, 0, 0, 0.4)
}
.seeWhatOurItem .rightInfo img{
  width:116px;
  height:21px;
}
.seeWhatFlexWrap .seeWhatOurItem:nth-child(1){
  margin-top:0px;
}

.excellentWrap{
  margin-top:40px;
  flex-wrap: wrap!important;
}
.excellentWrap .firstDiv{
  width:100%;
  font-size: 1rem;
  color:rgba(0, 0, 0, 0.898);
}
.firstDiv span {
  margin-right:12px;
}
.firstDiv img:nth-child(1){
  margin-right:12px;
}
.excellentWrap .secondDiv{
  margin-top:48px;
  gap:20px;
}
.secondDiv a img{
  width:40px;
  height:41px;
}

.blackSection{
  margin-top:80px;
}
.blackBgWrap{
  background: url('/assets/images/free/bg-cta.webp');
  background-size: cover;
  border-radius: 32px;
  padding:60px 20px;
}
.blackBgWrap .sectionTitle .boldText{
  color:#ffffff;
}
.blackBgWrap .sectionTitle .normalText{
  color:rgba(255, 255, 255, 0.6);
}

.blackBgWrap .btnWrap{
  flex-wrap: wrap;
  margin-top:40px;
}
.blackBgWrap .iconOrangeBtn{
  width:100%;
  font-size: 1.25rem;
}
.blackBgWrap .whiteBorderBtn{
  width:100%;
  margin-top:16px;
  font-size: 1.25rem;
}

.fAQsWrap{
  margin-top:80px;
}
.fAQsWrap .content{
  margin-top:40px;
}
.faqLayout{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 320px;
  gap:42px;
  align-items:start;
}
.faqMain{
  min-width:0;
}
.faqAccordion{
  margin-top:0;
}
.faqAccordion .accordion-item{
  padding:32px 20px;
  margin-top:16px;
  border-radius:16px;
  border:none;
  cursor:pointer;
  background:rgba(255, 255, 255, 0.502);
}
.faqAccordion .accordion-item:first-child{
  margin-top:0;
}
.faqAccordion .accordion-item:has(.accordion-header[aria-expanded="true"]){
  background:#ffffff;
}
.faqAccordion .accordion-item .collapseIcon{
  width:28px;
  height:28px;
  flex:0 0 28px;
  margin-right:8px;
  transition:0.5s;
  background:url('/assets/images/buynow/faq-collapse.png');
  background-size:28px;
}
.faqAccordion .accordion-item .accordion-header[aria-expanded="true"] .collapseIcon{
  background:url('/assets/images/buynow/faq-expand.png');
  background-size:28px;
}
.faqAccordion .accordion-item h4{
  font-family:'NunitoSans-SemiBold';
  font-size:1.25rem;
  line-height:1.75rem;
}
.faqAccordion .accordion-item h4 span{
  flex:1;
}
.faqAccordion .accordion-item p{
  margin-bottom:0;
  margin-top:10px;
  font-size:1rem;
  line-height:1.4rem;
  color:rgba(0, 0, 0, 0.6);
  padding-left:36px;
}
.faqAside{
  position:sticky;
  top:110px;
}
.faqSummaryCard{
  padding:28px;
  border-radius:24px;
  background:linear-gradient(180deg, #ffffff 0%, #fff8f3 100%);
  border:1px solid rgba(224, 81, 73, 0.12);
  box-shadow:0 14px 36px rgba(31, 31, 43, 0.08);
}
.faqSummaryEyebrow{
  display:inline-flex;
  margin:0 0 12px;
  padding:5px 12px;
  border-radius:999px;
  font-family:'NunitoSans-SemiBold';
  font-size:0.875rem;
  line-height:1.2;
  color:#E05149;
  background:rgba(224, 81, 73, 0.08);
}
.faqSummaryCard h3{
  margin:0 0 16px;
  font-family:'NunitoSans-ExtraBold';
  font-size:1.375rem;
  line-height:1.75rem;
  color:rgba(0, 0, 0, 0.898);
}
.faqSummaryCard ul{
  padding:0;
  margin:0 0 24px;
  list-style:none;
}
.faqSummaryCard li{
  position:relative;
  padding-left:22px;
  margin-bottom:12px;
  font-size:1rem;
  line-height:1.45rem;
  color:rgba(0, 0, 0, 0.6);
}
.faqSummaryCard li:last-child{
  margin-bottom:0;
}
.faqSummaryCard li::before{
  content:'';
  position:absolute;
  left:0;
  top:0.56em;
  width:8px;
  height:8px;
  border-radius:999px;
  background:linear-gradient(270deg, #FF4ABC 47.97%, #FFA53D 100%);
}
.faqSummaryDownload{
  width:100%;
}
.faqSummaryBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  width:100%;
  min-height:58px;
  padding:0 24px;
  border-radius:8px;
  font-family:'NunitoSans-SemiBold';
  font-size:1.25rem;
  line-height:1.2;
  color:#ffffff;
  text-align:center;
  text-decoration:none;
  background:linear-gradient(95.46deg, #E05149 0%, #E08349 100%);
}
.faqSummaryBtn img{
  width:24px;
  height:24px;
  flex:0 0 auto;
}
.faqSummaryBtn span{
  display:inline-block;
}
.faqSummaryBtn:hover,
.faqSummaryBtn:focus,
.faqSummaryBtn:active{
  color:#ffffff;
  background:#E05149;
}
.faqSummarySecondary{
  display:inline-flex;
  justify-content:center;
  width:100%;
  margin-top:14px;
  font-family:'NunitoSans-SemiBold';
  font-size:1rem;
  line-height:1.4rem;
  color:#E05149;
  text-decoration:none;
}
.faqSummarySecondary:hover,
.faqSummarySecondary:focus{
  color:#E05149;
  text-decoration:underline;
}

.findFormatsWrap{
  background-color:#ffffff;
  padding-bottom:40px;
}
.findFormatsWrap .sectionTitle{
  padding: 40px 20px;
}
.barrage-container {
  overflow: hidden;
}
.findFormatsWrap .barrage-track {
  width: 100%;
  flex-wrap: wrap;
  gap:40px;
}
.barrage-item {
  font-family: 'NunitoSans-SemiBold';
  padding:0 10px 0 10px;
  border-radius:999px;
  border: 2px solid #EEEEEE;
  height:68px;
  line-height: 68px;
  font-size: 1.125rem;
  color:rgba(0, 0, 0, 0.898);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  text-decoration: none;
  width:100%;
}
.barrage-item div{
  width:48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 999px;
  background: linear-gradient(280.64deg, rgba(224, 131, 73, 0.08) 0%, rgba(224, 81, 73, 0.08) 100%);
  margin-right:16px;
}
.barrage-item div img{
  width:28px;
  height:28px;
}
.barrage-item:hover{
  background: linear-gradient(280.64deg, #E08349 0%, #E05149 100%);
  color:#ffffff;
}
.barrage-item:hover div{
  background:#FFFFFF;
}
/* .left-barrage .barrage-track {
  animation: moveLeft linear infinite;
  animation-duration: 10s;
}
.right-barrage .barrage-track {
  animation: moveRight linear infinite;
  animation-duration: 10s;
} */
.right-barrage{
  margin-top:40px;
}
@keyframes moveLeft {
  0% {
      transform: translateX(0);
  }
  50% {
      transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes moveRight {
  0% {
      transform: translateX(-100%);
  }
  50% {
      transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.tipsTricksWrap .tipsFlexWrap{
  flex-wrap: wrap;
}
.tipsItem{
  width:100%;
  height: auto;
  border: 6px solid #FFFFFF;
  border-radius: 24px;
  position:relative ;
  overflow: hidden;
  display:block;
  margin-top:42px;
}
.tipsItem .bgImg{
  width:100%;
}
.tipsItem .tipTextDiv{
  font-family: 'NunitoSans-SemiBold';
  position:absolute;
  bottom:24px;
  left:24px;
  width:calc(100% - 48px);
  height:72px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  border-radius: 999px;
  padding:0 8px 0 24px;
}
.tipsItem .tipTextDiv p{
  margin-bottom: 0px;
  color:#FFFFFF;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tipsItem .tipTextDiv img{
  width:56px;
  height: 56px;
}
.tipsTricksWrap .bottomBtn{
  margin:40px 0px 60px 0px;
}


.right-animation-wrap{
  position: relative;
}
.right-animation-wrap .webShow, .right-animation-wrap .mobileShow{
  width: 100%;
}
.right-animation-wrap .webShow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.right-animation-wrap .mobileShow{
  margin-top:20px;
  padding:12px;
}
.right-animation-wrap .mobileShow img{
  width:100%;
  height: auto;
}

.iconOrangeTwoRowBtn img{
  width:28px;
  height:28px;
}
.afterBtn .iconOrangeRoundBtn img{
  width:24px;
  height:24px;
}

.whiteTwoRowBtn{
	display: inline-block;
	font-family: 'NunitoSans-SemiBold';
  height: 60px;
	padding: 0 42px;
	
	text-align: center;
  border-radius: 8px;
	border: 1px solid #E05149;
  color: #E05149;
	text-decoration: none;
  width:100%;
}
.whiteTwoRowBtn span{
  font-size: 1.5rem;
}
.whiteTwoRowBtn label{
  font-size: 0.875rem;
}
.whiteTwoRowBtn:hover{
  color: #ffffff;
  background: #E05149;
}
.whiteTwoRowBtn:active{
  color: #ffffff;
  background: #E05149;
}
.menuListWrap ul .techSpec1024 {
  pointer-events: none;
  font-family: 'NunitoSans-SemiBold';
  font-size: 20px;
  padding-left: 10px;
  padding-right: 0;
}
.techSpec1024 img{
  width: 40px;
  height: 40px;
  margin-right: 8px;
}

.navHover1024 {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 9999;
  width: 100%;
}
.menuListWrap .navHover1024 ul {
  align-items: start;
  width: 100%;
}
.menuListWrap .navHover1024 ul li {
  text-align: left;
  width: 100%;
  border-bottom: 1px solid rgba(211, 211, 211, 0.302);
  height: 48px;
  line-height: 48px;
}
.menuListWrap .navHover1024 ul li:last-child {
  border-bottom: none;
}
.menuListWrap  .navFixedUl1024 {
  width: 100%;
}
.navFixed1024 .afterBtn {
  padding: 0 !important;
}
.navFixed1024 .afterBtn .btnWrap {
  margin-top: 0;
}

.navFixed1024 .navFixedIcon {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  margin-left: 16px;
}
.menuListWrap .navFixedUl1024, .navHover1024 ul {
  background-color: #fff;
}
.menuListWrapMax {
  display: none;
}
.menuListWrapSmall {
  display: block;
}
.menuListWrap .navFixedUl1024 .iconOrangeRoundBtn, .menuListWrap .navFixedUl1024 .whiteRoundBtn{
  min-width: 160px !important;
}
.navFixedUl1024 .afterBtn .btnWrap1024 {
  display: none;
}
.nav-tab-fixed-small{
  position: fixed !important;
  top: -20px !important;
  z-index: 10;
  width:100%;
  margin-top:0px;
}

.btnWrap .whiteRoundBtn {
  display: flex;
}
.whiteRoundBtn .whiteRoundBtnIcon {
  width: 24px;
  height: 24px;
    background: url('/assets/images/icon/buy-orange.png') 0 0 no-repeat;
  background-size:100% 100%;
  margin-right: 8px;
}
.whiteRoundBtn:hover .whiteRoundBtnIcon{
    width: 24px;
  height: 24px;
  background: url('/assets/images/icon/buy-white.png') 0 0 no-repeat;
    background-size:100% 100%;
}
.navFixed1024 {
  padding-left: 10px;
  padding-right: 10px;
}
.seeWhatFlexWrap{
  position: relative;
}
.seeWhatFlexWrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('/assets/images/free/bg-review.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1; /* 确保背景在底部 */
  border-radius:32px;
}
/* allInOneWrap style */
.questionsWrap{
  margin-top:40px;
}
.questionsWrap .accordion-item{
  padding:32px 40px;
  margin-top:16px;
  border-radius: 16px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.502);
  border:none;
}
.questionsWrap .accordion-item h4{
  font-family: 'NunitoSans-SemiBold';
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.questionsWrap .accordion-item:has([aria-expanded="true"]){
  background-color: #FFFFFF;
}
.questionsWrap .accordion-item h4 span{
  flex: 1;
}
.questionsWrap .accordion-body{
  padding:0px;
}
.questionsWrap  .collapseBottomImg{
  width:100%;
  display: none;
  margin-top:16px;
  padding:0 3px 3px 3px;
}
 .questionsWrap .collapseBottomImg img{
  width:100%;
  height:auto;
}
.collapseBottomImg.collapseOnes{
  display: block;
}
.questionsWrap .accordion-item p{
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.4rem;
  color:rgba(0, 0, 0, 0.6);
  margin-top:10px;
}
.collapseRightWrap{
  margin-top:67px;
  padding-left:45px;
  width:804px;
  height: 536px;
  display: none;
}
.collapseRightWrap img{
  display: none;
}
.accordionBottomBtn{
  margin-top:40px;
}
.accordionBottomBtn .iconOrangeBtn{
  width:220px;
  height:52px;
  line-height: 52px;
  padding:0 16px 0 24px;
  font-size: 1.25rem;
}

@media (max-width: 768px) { 
  .seeWhatFlexWrap::before {
    display: none;
  }
/* Top feature tabs - mobile optimization */
  .featureCarouselScope > .banner-tab-container {
    overflow: visible;
    white-space: normal;
  }

  .featureCarouselScope > .banner-tab-container .btn-group-scroll {
    display: block;
  }

  .featureCarouselScope > .banner-tab-container .tabBtn {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
  }

  .featureCarouselScope > .banner-tab-container .tabBtn > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 calc(50% - 5px);
    min-width: 0;
    height: auto;
    min-height: 62px;
    padding: 8px 10px;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }

  .featureCarouselScope > .content .freeTopSwiper {
    height: auto;
  }

  .featureCarouselScope > .content .freeTopSwiper .swiper-slide {
    height: auto;
    padding: 24px;
  }

  .featureCarouselScope > .content .freeTopSwiper .imgDiv {
    height: 190px;
    overflow: hidden;
  }

  .featureCarouselScope > .content .freeTopSwiper .imgDiv img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .featureCarouselScope > .content .freeTopSwiper .textDiv {
    margin-top: 24px;
  }

  .featureCarouselScope > .content .freeTopSwiper .textDiv h3 {
    font-size: 1.625rem;
    line-height: 2.05rem;
    -webkit-line-clamp: 3;
  }

  .featureCarouselScope > .content .freeTopSwiper .textDiv p {
    margin-top: 16px;
    font-size: 1rem;
    line-height: 1.45rem;
  }
}
@media (min-width: 768px) {
    .navFixed1024 {
    padding-left: 32px;
    padding-right: 32px;
    }
  .menuListWrap .btnWrap .iconOrangeRoundBtn, .menuListWrap .btnWrap .whiteRoundBtn{
    height: 52px;
    line-height: 52px;
    font-size: 1rem;
    padding: 0 20px;
    min-width: 200px;
    border-radius:8px;
    display: flex;
  }

  .menuListWrap .btnWrap .whiteRoundBtn{
    margin-left:16px;
  }
  .menuListWrap .btnWrap .whiteRoundBtn svg{
    margin-bottom:4px;
  }
  body{
    background: url('/assets/images/free/bg-web768.webp') 0 0 no-repeat;
    background-size:100% 100%;
  }
  .topProductInfoWrap{
    margin-top:60px;
  }
  .fourInfoWrap .fourInfoItem{
    width:auto;
  }
  .swiper {
    height: 644px;
  }
  /* .swiperProgress{
    width:240px;
    height:7px;
    border-radius: 3px;
    background-color:#D9D9D9;
  } */
  .versionHistoryWrap{
    padding:60px 20px;
  }
  .freeVsProWrap{
    padding-bottom:40px;
  }
  .iconOrangeTwoRowBtn, .whiteBtn, .whiteTwoRowBtn{
    width: 254px;
  }
  .topProductInfoWrap .productMacDownloadGroup{
    width: 254px;
  }
  .otherNeedVersion{
    justify-content: start;
  }
  .btnWrap .whiteBtn, .whiteTwoRowBtn{
    margin-top: 0px;
    margin-left: 24px;
  }
  .sectionWrap{
    margin-top:60px;
  }
  .blackSection{
    margin-top:120px;
  }
  .fAQsWrap{
    margin-top:80px;
  }
  .sectionTitle .gradientDiv .gradient-text{
    font-size: 2rem;
    line-height: 2.25rem;
  }
  .sectionWrap .sectionTitle .boldText{
    font-size: 2rem;
    line-height: 3rem;
  }
  .prevAndNext{
    margin-top: -110px
  }
  .imgListWrap .flexRowStart{
    gap:32px;
  }
  .imgListWrap .imgItem{
    flex: 0 0 calc(50% - 16px);
  }
  .content-item img{
    width:316px;
    height:auto;
  }
  .content-item .rightContent{
    width:338px;
    height:auto;
    min-height:242px;
    margin-top:0px;
  }
  .freeVsProWrap .content{
    padding:0 8px;
  }
  .freeVsProWrap .tabContent{
    margin-top:52px;
  }
  .freeVsProWrap .priceWrap{
    flex-wrap: wrap;
    gap:0px;
  }
  .whyIsTop1Wrap .content{
    position: relative;
  }
  .whyIsTop1Wrap .whyTopFlexWrap{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    width: 100%;
    margin-top: 44px;
    align-items: stretch;
  }
  .whyIsTop1Wrap .whyTop1Item{
    width: 100%;
    height: auto;
    min-height: 236px;
    flex: none;
    align-items: center;
    justify-content: flex-start;
    padding: 34px 26px 30px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255,255,255,.94) 0%, rgba(255,250,246,.78) 100%);
    border: 1px solid rgba(224,81,73,.10);
    box-shadow: 0 18px 46px rgba(31,31,43,.075);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  }
  .whyIsTop1Wrap .whyTop1Item:hover{
    transform: translateY(-6px);
    border-color: rgba(224,81,73,.18);
    box-shadow: 0 24px 60px rgba(31,31,43,.11);
  }
  .whyIsTop1Wrap .whyTop1Item img{
    width: 76px;
    height: 76px;
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(224,81,73,.22);
  }
  .whyIsTop1Wrap .whyTop1Item h5{
    margin: 22px 0 0;
    font-size: 1.3125rem;
    line-height: 1.4;
    letter-spacing: -.01em;
  }
  .whyIsTop1Wrap .whyTop1Item p{
    max-width: 360px;
    margin: 8px auto 0;
    font-size: 1rem;
    line-height: 1.5;
  }
  .howToUseStepWrap .accordion-item{
    height:99px;
    transition: 0.3s;
    overflow: hidden;
  }
  .howToUseStepWrap .accordion-header{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: start;
  }
  .howToUseStepWrap .accordion-item:has([aria-expanded="true"]) .accordion-header{
    height:220px;
  }
  .howToUseStepWrap .accordion-item:has([aria-expanded="true"]) .accordion-header img{
    display: block;
  }
  .howToUseStepWrap .accordion-item:has([aria-expanded="true"]) .accordion-header .webText{
    display: block;
  }
  .howToUseStepWrap .accordion-header{
    height:102px;
  }
  .howToUseStepWrap .accordion-item:has([aria-expanded="true"]){
    height:250px;
  }
  .howToUseStepWrap .accordion-collapse{
    display:none;
  }
  .accordion-header img{
    width:240px;
    height: auto;
  }
  .accordion-header .step{
    width:100px;
    margin-right:18px;
  }
  .accordion-header .textWrap{
    width:270px;
  }
  .howToUseStepWrap .accordion-header .textWrap h4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-align: start;
  }
  .howToUseStepWrap .accordion-item:has([aria-expanded="true"]) .accordion-header .textWrap h4 {
    -webkit-line-clamp: 5;
  }
  .howToUseStepWrap .accordion-header h4:nth-child(1){
    margin-bottom:12px;
  }

  .seeWhatFlexWrap{
    column-count: 3; /* 设置列数 */
    column-gap: 16px; /* 设置列之间的间隙 */
  }
  .seeWhatFlexWrap .seeWhatOurItem{
    break-inside: avoid-column; /* 防止内容被分割到多个列中 */
    margin-top:16px;
    padding:40px 24px;
  }
  .blackBgWrap{
    padding:100px 96px;
  }
  .blackBgWrap .btnWrap{
    margin-top:64px;
  }
  .blackBgWrap .iconOrangeBtn{
    width:243px;
  }
  .iconOrangeBtn img{
    margin-bottom: 4px;
  }
  .blackBgWrap .whiteBorderBtn{
    width:243px;
    margin-top:0px;
    margin-left:16px;
  }

  .findFormatsWrap{
    background:url('/assets/images/free/bg-more-converters.webp') 0 0 no-repeat;
    background-size: 100% 100%;
    padding-bottom:60px;
  }
  .findFormatsWrap .sectionTitle{
    padding: 60px 32px 80px 32px;
  }
  .barrage-item {
    width:calc(50% - 20px)
  }

  .tipsFlexWrap{
    margin-top: 40px;
    gap:16px;
  }
  .tipsItem{
    margin-top:0px;
    width:calc(33.33% - 16px);
  }
  .tipsItem .tipTextDiv p{
    overflow:hidden;
    text-overflow:clip;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  .right-animation-wrap .mobileShow{
    margin-top:30px;
    padding:32px;
  }
}
@media (min-width: 1025px) {
  .menuListWrapMax {
    display: block;
  }
  .menuListWrapSmall {
    display: none;
  }
}
@media (min-width: 1024px) {
  .navFixedUl1024 .afterBtn .btnWrap1024 {
    display: block;
  }
  body{
    background: url('/assets/images/free/bg-web1024.webp') 0 0 no-repeat;
    background-size:100% 100%;
  }
  .iconOrangeBtn,.whiteBtn, .whiteTwoRowBtn{
    width: 254px;
  }
  .menuListWrap ul li{
    margin-left:-1px;
  }
  .sectionTitle .gradientDiv .gradient-text{
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
  .sectionWrap .sectionTitle .boldText{
    font-size: 2.25rem;
    line-height: 2rem;
  }
  .btn-group-scroll .tabBtn{
    width:100%;
  }
  .freeTopSwiper .swiper-slide{
    width:560px;
    height:640px;
  }
  .freeTopSwiper .swiper-slide.swiper-slide-active{
    width:864px!important;
  }
  .freeTopSwiper{
    max-width: 1920px;
  }
  .prevAndNext{
    margin-top: 50px;
  }
  .freeVsProWrap{
    padding-bottom: 60px;
  }
  .howToUseStepWrap .accordion-header h4:nth-child(1){
    margin-left:0px;
  }
  .fAQsWrap{
    margin-top:120px;
  }
  .versionHistoryWrap{
    padding:60px 32px;
  }
  .btnGroupWrap{
    width:100%;
  }
  .content-item img{
    width:400px;
    height:auto;
  }
  .content-item .rightContent{
    width:490px;
    height:auto;
    min-height:278px;
  }
  .whyIsTop1Wrap .whyTop1Item{
    flex: none;
  }
  .accordion-header .step{
    width:120px;
    margin-left:30px;
  }
  .accordion-header .textWrap{
    width:250px;
    margin:0 80px 0 80px;
  }
  .accordion-header img{
    width:310px;
    height: auto;
  }
  .seeWhatFlexWrap .seeWhatOurItem{
    padding:40px;
  }
  .excellentWrap .firstDiv{
    width:365px;
  }
  .excellentWrap .secondDiv{
    width:405px;
    margin-top:0px;
    margin-left:80px;
    color:rgba(0, 0, 0, 0.4);
  }
  .blackBgWrap{
    padding:100px 106px;
  }
  .findFormatsWrap .sectionTitle{
    padding: 60px 16px 80px 16px;
  }
  .findFormatsWrap .barrage-track {
    gap:24px;
  }
  .barrage-item {
    width:calc(33.33% - 16px)
  }
  .tipsItem .tipTextDiv p{
    -webkit-line-clamp: 5;
  }
  .nav-tab-fixed{
    position: fixed !important;
    top: -20px !important;
    z-index: 10;
    width:100%;
    margin-top:0px;
  }
  .right-animation-wrap .mobileShow{
    padding:0px;
    margin-top:40px;
  }
   .topProductInfoWrap .titleDiv h1{
    font-size: 2.5rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .menuListWrap ul{
    width:1136px;
  }
  .menuListWrap ul li{
    margin-left: 35px;
  }
  .sectionWrap{
    margin-top:80px;
  }
  .whyIsTop1Wrap .whyTopFlexWrap{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }
  .whyIsTop1Wrap .whyTop1Item{
    min-height: 250px;
    padding: 36px 28px 32px;
  }
  .swiper {
    height: auto;
  }
  .prevAndNext{
    left:40px;
    bottom:25px;
  }
  .imgListWrap .flexRowStart{
    gap:40px;
  }
  .imgListWrap .imgItem{
    flex: 0 0 calc(25% - 30px);
  }
  .versionHistoryWrap .btnWrap{
    margin-top:60px;
  }
  .accordion-header .step{
    width:120px;
    margin-left:60px;
  }
  .accordion-header .textWrap{
    width:315px;
    margin:0 100px 0 100px;
  }
  .accordion-header img{
    width:310px;
    height: auto;
  }
  .seeWhatFlexWrap{
    column-gap: 26px; /* 设置列之间的间隙 */
  }
  .seeWhatFlexWrap .seeWhatOurItem{
    margin-top:26px;
  }
  .findFormatsWrap{
    padding-bottom:100px;
  }
  .findFormatsWrap .sectionTitle{
    padding: 100px 60px 80px 60px;
  }
  .contentImgSmall,.blackBg, .mouseIcon{
    visibility: hidden;
  }
  .orangeBg{
    position: absolute;
    right:10px;
    bottom:10px;
  }
  @keyframes contentImgMove {
    0% {
       translate: 0 0;
    }
    100% {
      translate: -40px -40px;
    }
  }
  .contentImg{
    position: absolute;
    right:10px;
    bottom:10px;
    translate: -40px -40px;
  }
  .contentImgAnimation{
    animation: contentImgMove 1s linear;
  }
  @keyframes contentImgSmallMove {
    0% {
      left:90px;
      visibility:visible;
    }
    100% {
      left:33px;
      visibility:visible;
    }
  }
  .contentImgSmall{
    position: absolute;
    left:33px;
    top:40px;
  }
  .contentImgSmallAnimation{
    visibility:visible;
    animation: contentImgSmallMove 0.7s ease-out;
  }
  @keyframes blackBgMove {
    0% {
      right:-30px;
      visibility:visible;
    }
    100% {
      right:60px;
      visibility:visible;
    }
  }
  .blackBg{
    position: absolute;
    right:60px;
    bottom:60px;
  }
  .blackBgAnimation{
    visibility:visible;
    animation: blackBgMove 0.7s ease-out;
  }
  .mouseIcon{
    position: absolute;
    left:100px;
    bottom:58px;
  }
}

@media (min-width: 1464px) {
  .collapseBottomImg{
    display: none!important;
  }
  .collapseRightWrap{
    display: block;
  }
  .collapseRightWrap img:first-child{
    display: block;
  }
  .collapseRightWrap img{
    width:100%;
    height:auto;
  }
  body{
    background: url('/assets/images/free/bg-main.webp') 0 0 no-repeat;
    background-size:100% 100%;
  }
  .topProductInfoWrap{
    margin-top:120px;
  }
  .topProductInfoWrap .titleDiv h1{
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
  .howToUseStepWrap{
    padding:0 120px;
  }
  .menuListWrap ul{
    width:1424px;
  }
  .menuListWrap ul li{
    margin-left: 0px;
    padding:0 38px;
  }
  .menuListWrap .afterBtn{
    padding:4px 8px 0 0px;
    margin-left: 15px;
  }
  .menuListWrap .btnWrap{
    margin-top:0px;
  }
  /* .menuListWrap .btnWrap .iconOrangeRoundBtn, .menuListWrap .btnWrap .whiteRoundBtn{
    height: 52px;
    line-height: 52px;
    font-size: 1rem;
    padding: 0 20px;
    min-width: 200px;
    border-radius:8px;
  }
  .menuListWrap .btnWrap .whiteRoundBtn{
    margin-left:16px;
  }
  .menuListWrap .btnWrap .whiteRoundBtn svg{
    margin-bottom:4px;
  } */
  .featuresFlexWrap .firstItem{
    width:555px;
    height:477px;
  }
  .featuresWrap .content{
    padding:0px;
  }
  .featuresFlexWrap .yellowBgItem{
    width:855px;
    height:477px;
    margin-top:0px;
    margin-left:30px;
  }
  .featuresFlexWrap .thirdItem{
    width:855px;
    height:477px;
  }
  .featuresFlexWrap .fourItem{
    width:555px;
    height:477px;
    margin-left: 30px;
  }
  .featuresItem .text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  .sectionWrap{
    margin-top:120px;
  }
  .freeTopSwiper .swiper-slide{
    width:560px;
    height:640px;
  }
  .freeTopSwiper .swiper-slide.swiper-slide-active{
    width:864px!important;
  }
  .flexWrap{
    gap:80px;
  }
  .btn-container {
    width:245px;
  }
  .flexWrap .btnGroupWrap{
    flex-wrap: wrap;
  }
  .firstPriceWrap, .rightPriceWrap{
    width:450px;
    height:1000px;
    padding:40px;
  }
  .middlePriceWrap{
    width:533px;
    height:1025px;
    min-height: 904px;
    padding:55px 60px;
  }
  .whyIsTop1Wrap .whyTopFlexWrap{
    gap: 32px;
  }
  .whyIsTop1Wrap .whyTop1Item{
    min-height: 250px;
    padding: 36px 28px 32px;
  }
  .accordion-header .step{
    width:120px;
    margin-left:120px;
  }
  .accordion-header .textWrap{
    width:350px;
    margin:0 150px 0 150px;
  }
  .accordion-header img{
    width:310px;
    height: auto;
  }
  .seeWhatFlexWrap{
    column-gap: 36px; /* 设置列之间的间隙 */
  }
  .seeWhatFlexWrap .seeWhatOurItem{
    margin-top:36px;
  }
  .blackBgWrap{
    padding:100px 60px;
  }
  .findFormatsWrap{
    padding-bottom:120px;
  }
  .findFormatsWrap .sectionTitle{
    padding: 60px 30px 80px 30px;
  }
  .barrage-item {
    width:calc(25% - 18px);
    font-size: 1.25rem;
  }
  .mouseIcon{
    left:221px;
    bottom:58px;
  }
}
.mr-90{
	margin-right: 90px;
}



/* Hero language switcher */
.hero-language-switcher{
  position: absolute;
  z-index: 20;
}

.hero-language-btn{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  padding: 0.5rem 0.875rem;
  border: 1px solid rgba(255,255,255,0.6);
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  box-shadow: 0 8px 24px rgba(31, 31, 43, 0.08);
  color: rgba(0, 0, 0, 0.898);
  font-family: 'NunitoSans-SemiBold';
  font-size: 1rem;
  line-height: 1.2;
  text-decoration: none;
  backdrop-filter: blur(12px);
}

.hero-language-btn:hover,
.hero-language-btn:focus{
  color: rgba(0, 0, 0, 0.898);
  text-decoration: none;
  background: rgba(255,255,255,0.9);
}

.hero-language-btn::after{
  margin-left: 0.125rem;
}

.hero-language-label{
  white-space: nowrap;
}

.hero-language-menu{
  left: auto !important;
  right: 0 !important;
  min-width: 12.5rem;
  width: 12.5rem;
  margin-top: 0.625rem !important;
  padding: 0.5rem 0.625rem;
  border: 0;
  border-radius: 1.25rem;
  background: rgba(255,255,255,0.96);
  box-shadow: 0 18px 40px rgba(31, 31, 43, 0.14);
}

.hero-language-menu li + li{
  margin-top: 0.125rem;
}

.hero-language-menu .dropdown-item{
  display: flex;
  align-items: center;
  gap: 0.625rem;
  min-height: 2.75rem;
  padding: 0.5rem 0.625rem;
  border-radius: 0.875rem;
  color: rgba(0, 0, 0, 0.8);
  font-family: 'NunitoSans-SemiBold';
  font-size: 1rem;
  line-height: 1.25;
  white-space: nowrap;
}

.hero-language-menu .dropdown-item:hover,
.hero-language-menu .dropdown-item:focus,
.hero-language-menu .dropdown-item.active,
.hero-language-menu .dropdown-item:active{
  background: #F5F5F5;
  color: rgba(0, 0, 0, 0.898);
}

.hero-language-menu .hero-language-flag{
  flex: 0 0 auto;
  width: 1.25rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
}

/* Final placement */
.right-animation-wrap{
  position: relative;
  padding-top: 4.75rem;
}

.right-animation-wrap .hero-language-switcher--section{
  top: 0;
  right: 0;
}

@media (min-width: 992px){
  .right-animation-wrap{
    padding-top: 5rem;
  }
}

@media (max-width: 991.98px){
  .right-animation-wrap{
    padding-top: 4.25rem;
  }

  .right-animation-wrap .hero-language-switcher--section{
    top: 0;
    right: 0;
  }
}

@media (max-width: 575.98px){
  .right-animation-wrap{
    padding-top: 1.25rem;
  }

  .right-animation-wrap .hero-language-switcher--section{
    position: static;
    display: flex;
    justify-content: center;
    margin: 0.875rem 0 1.125rem;
  }

  .hero-language-btn{
    min-height: 2.25rem;
    padding: 0.375rem 0.75rem;
    gap: 0.375rem;
    font-size: 0.8125rem;
  }

  .hero-language-switcher{
    width: 100%;
  }

  .hero-language-switcher .dropdown-menu.hero-language-menu{
    position: absolute !important;
    inset: auto auto auto 50% !important;
    transform: translateX(-50%) !important;
    width: min(12rem, calc(100vw - 2rem)) !important;
    min-width: 0 !important;
    max-width: calc(100vw - 2rem) !important;
    max-height: min(60vh, 22rem);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.5rem;
    box-sizing: border-box;
  }

  .hero-language-menu .dropdown-item{
    min-height: 2.25rem;
    padding: 0.4375rem 0.5rem;
    font-size: 0.875rem;
  }

  .hero-language-menu .dropdown-item span:last-child{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
/* Trustpilot + media trust section: vertical layout */
.excellentWrap{
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 22px !important;
  margin-top: 40px;
  text-align: center;
}

.excellentWrap .firstDiv{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  max-width: 100% !important;
  gap: 8px !important;
  margin: 0 !important;
  white-space: normal !important;
  color: rgba(0, 0, 0, 0.898);
}

.excellentWrap .firstDiv span,
.excellentWrap .firstDiv img,
.excellentWrap .firstDiv a{
  flex: 0 0 auto !important;
  margin: 0 !important;
}

.excellentWrap .firstDiv a{
  display: inline-flex !important;
  align-items: center !important;
}

.excellentWrap .trustpilot-review-count{
  font-size: 1rem !important;
  line-height: 1.4rem !important;
  color: rgba(0, 0, 0, 0.6) !important;
  margin-left: 6px !important;
  white-space: nowrap !important;
}

.excellentWrap .secondDiv{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  max-width: 100% !important;
  gap: 20px !important;
  margin: 0 !important;
  color: rgba(0, 0, 0, 0.4);
}

.excellentWrap .secondDiv span{
  flex: 0 0 auto;
  margin-right: 4px;
}

.excellentWrap .secondDiv a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.excellentWrap .secondDiv a img{
  width: 40px;
  height: 41px;
  object-fit: contain;
}

/* Tablet */
@media (max-width: 1199.98px){
  .excellentWrap{
    gap: 20px !important;
  }

  .excellentWrap .firstDiv{
    row-gap: 8px !important;
  }

  .excellentWrap .secondDiv{
    gap: 18px !important;
  }
}

/* Mobile */
@media (max-width: 575.98px){
  .excellentWrap{
    gap: 18px !important;
    margin-top: 32px;
  }

  .excellentWrap .firstDiv{
    gap: 6px 8px !important;
  }

  .excellentWrap .trustpilot-review-count{
    width: 100% !important;
    margin-left: 0 !important;
    font-size: 0.875rem !important;
    line-height: 1.2rem !important;
    text-align: center !important;
  }

  .excellentWrap .secondDiv{
    gap: 14px !important;
  }

  .excellentWrap .secondDiv span{
    width: 100%;
    margin-right: 0;
    font-size: 0.95rem;
  }

  .excellentWrap .secondDiv a img{
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .featureCarouselScope > .banner-tab-container {
    overflow: visible;
    white-space: normal;
  }

  .featureCarouselScope > .banner-tab-container .btn-group-scroll {
    display: block;
    width: 100%;
  }

  .featureCarouselScope > .banner-tab-container .tabBtn {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    width: 100%;
  }

  .featureCarouselScope > .banner-tab-container .tabBtn > div {
    flex: 1 1 0;
    min-width: 0;
    height: auto;
    min-height: 60px;
    padding: 8px 12px;
    line-height: 1.2;
    white-space: normal;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .featureCarouselScope > .content .freeTopSwiper {
    height: auto;
    padding: 0;
    overflow: hidden;
  }

  .featureCarouselScope > .content .freeTopSwiper .swiper-wrapper {
    align-items: stretch;
  }

  .featureCarouselScope > .content .freeTopSwiper .swiper-slide,
  .featureCarouselScope > .content .freeTopSwiper .swiper-slide.swiper-slide-active {
    width: min(520px, calc(100vw - 96px)) !important;
    max-width: 520px;
    height: auto;
    min-height: 560px;
    padding: 30px;
  }

  .featureCarouselScope > .content .freeTopSwiper .imgDiv {
    height: 210px;
    overflow: hidden;
  }

  .featureCarouselScope > .content .freeTopSwiper .imgDiv img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .featureCarouselScope > .content .freeTopSwiper .textDiv {
    margin-top: 28px;
  }

  .featureCarouselScope > .content .freeTopSwiper .textDiv h3 {
    font-size: 1.625rem;
    line-height: 2.05rem;
    -webkit-line-clamp: 4;
  }

  .featureCarouselScope > .content .freeTopSwiper .textDiv p {
    margin-top: 18px;
    font-size: 1rem;
    line-height: 1.45rem;
  }
}

@media (min-width: 1200px) {
  .featureCarouselScope > .content .freeTopSwiper {
    height: auto;
    padding: 0;
    overflow: hidden;
  }

  .featureCarouselScope > .content .freeTopSwiper .swiper-wrapper {
    align-items: stretch;
  }

  .featureCarouselScope > .content .freeTopSwiper .swiper-slide,
  .featureCarouselScope > .content .freeTopSwiper .swiper-slide.swiper-slide-active {
    width: min(864px, calc(100vw - 420px)) !important;
    max-width: 864px;
    height: auto;
    min-height: 640px;
    padding: 40px;
  }

  .featureCarouselScope > .content .freeTopSwiper .imgDiv {
    height: auto;
    max-height: 330px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    text-align: center;
  }

  .featureCarouselScope > .content .freeTopSwiper .imgDiv img {
    width: 100%;
    height: auto;
    max-height: 330px;
    object-fit: contain;
  }

  .featureCarouselScope > .content .freeTopSwiper .textDiv {
    margin-top: 32px;
  }
}

@media (min-width: 1200px) and (max-width: 1365.98px) {
  .featureCarouselScope > .content .freeTopSwiper .swiper-slide,
  .featureCarouselScope > .content .freeTopSwiper .swiper-slide.swiper-slide-active {
    width: min(760px, calc(100vw - 300px)) !important;
    max-width: 760px;
    min-height: 600px;
  }

  .featureCarouselScope > .content .freeTopSwiper .imgDiv {
    height: 240px;
    max-width: 620px;
  }
}


@media (min-width: 1464px) {
  .featureCarouselScope > .content .freeTopSwiper .imgDiv,
  .featureCarouselScope > .content .freeTopSwiper .imgDiv img {
    max-height: 340px;
  }
}

/* Tool cards tags */
.whatIsMoreWrap .toolTagList{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
  padding:0;
  margin:16px 0 0;
  list-style:none;
}
.whatIsMoreWrap .toolTagList li{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-family:'NunitoSans-SemiBold';
  font-size:0.875rem;
  line-height:1.2;
  color:#E05149;
  background:
    linear-gradient(#FFFDFC, #FFF7F3) padding-box,
    linear-gradient(95.46deg, #E05149 0%, #E08349 100%) border-box;
  border:1px solid transparent;
  border-radius:999px;
  padding:7px 14px;
  box-shadow:0 8px 18px rgba(224, 81, 73, 0.12);
}
.whatIsMoreWrap .toolTagList li::before{
  content:'';
  width:6px;
  height:6px;
  margin-right:6px;
  border-radius:50%;
  background:linear-gradient(95.46deg, #E05149 0%, #E08349 100%);
  flex:0 0 auto;
}


/* Version history tabs - responsive optimization */
@media (max-width: 767.98px) {
  #VersionHistory.versionHistoryWrap .btn-container {
    overflow: visible;
    white-space: normal;
    padding-bottom: 0;
  }

  #VersionHistory.versionHistoryWrap .btn-group-scroll {
    display: block;
    width: 100%;
  }

  #VersionHistory.versionHistoryWrap .btnGroupWrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }

  #VersionHistory.versionHistoryWrap .btn-group-scroll .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    width: 100%;
    height: auto;
    min-height: 58px;
    padding: 8px 10px;
    font-size: 0.9375rem;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }

  #VersionHistory.versionHistoryWrap .contentItemWrap {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  #VersionHistory.versionHistoryWrap .btn-container {
    overflow: visible;
    white-space: normal;
    padding-bottom: 0;
    width: 100%;
  }

  #VersionHistory.versionHistoryWrap .btn-group-scroll {
    display: block;
    width: 100%;
  }

  #VersionHistory.versionHistoryWrap .btnGroupWrap {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
  }

  #VersionHistory.versionHistoryWrap .btn-group-scroll .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    width: 100%;
    height: auto;
    min-height: 60px;
    padding: 8px 12px;
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }

  #VersionHistory.versionHistoryWrap .contentItemWrap {
    width: 100%;
  }

  #VersionHistory.versionHistoryWrap .content-item .rightContent {
    height: auto;
    min-height: 0;
  }

  #VersionHistory.versionHistoryWrap .btnWrap {
    margin-top: 32px;
    position: relative;
    z-index: 1;
  }
}
/* Why choose section - mobile optimization */
@media (max-width: 767.98px) {
  .whyIsTop1Wrap .whyTopFlexWrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
  }

  .whyIsTop1Wrap .whyTop1Item {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    column-gap: 14px;
    row-gap: 4px;
    width: 100%;
    height: auto;
    flex: none;
    align-items: center;
    padding: 18px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 8px 24px rgba(31, 31, 43, 0.06);
  }

  .whyIsTop1Wrap .whyTop1Item img {
    grid-row: 1 / span 2;
    width: 52px;
    height: 52px;
    margin: 0;
  }

  .whyIsTop1Wrap .whyTop1Item h5 {
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.35;
    text-align: left;
  }

  .whyIsTop1Wrap .whyTop1Item p {
    margin: 2px 0 0;
    font-size: 0.9375rem;
    line-height: 1.35;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
}

@media (max-width: 374.98px) {
  .whyIsTop1Wrap .whyTop1Item {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 16px 14px;
  }

  .whyIsTop1Wrap .whyTop1Item img {
    width: 48px;
    height: 48px;
  }

  .whyIsTop1Wrap .whyTop1Item p {
    -webkit-line-clamp: 5;
  }
}

/* AVC guide module - scoped tutorial carousel with visible progress bars */
.avcQuickGuideWrap{
  overflow:hidden;
  background:linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(255,248,243,0.78) 100%);
  border:1px solid rgba(224,81,73,0.08);
}
.avcQuickGuideWrap .sectionTitle .normalText{
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
}
.avcQuickGuideContent{
  --avc-guide-duration:4500ms;
  display:grid;
  gap:24px;
  margin-top:32px;
}
.avcQuickGuideBody{
  min-width:0;
}
.avcQuickGuideSteps{
  display:grid;
  gap:14px;
  padding:0;
  margin:0;
  list-style:none;
}
.avcQuickGuideSteps li{
  margin:0;
}
.avcQuickGuideStep{
  position:relative;
  display:grid;
  grid-template-columns:42px minmax(0,1fr);
  gap:14px;
  align-items:center;
  width:100%;
  padding:16px 18px;
  background:rgba(255,255,255,0.78);
  border:1px solid rgba(31,31,43,0.08);
  border-radius:18px;
  box-shadow:0 8px 20px rgba(31,31,43,0.045);
  text-align:left;
  cursor:pointer;
  overflow:hidden;
  transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease;
}
.avcQuickGuideStep::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:5px;
  height:100%;
  background:rgba(224,81,73,0.1);
}
.avcQuickGuideStep:hover{
  border-color:rgba(224,81,73,0.22);
  box-shadow:0 12px 28px rgba(31,31,43,0.08);
}
.avcQuickGuideStep.is-active{
  transform:translateX(4px);
  background:
    linear-gradient(90deg, #FFF6F0 0%, #FFFFFF 68%) padding-box,
    linear-gradient(270deg, #FF4ABC 0%, #FFA53D 100%) border-box;
  border:2px solid transparent;
  box-shadow:0 18px 44px rgba(224,81,73,0.2);
}
.avcQuickGuideStep.is-active::before{
  background:linear-gradient(180deg, #FF4ABC 0%, #FFA53D 100%);
}
.avcQuickGuideStepNum{
  position:relative;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  font-family:'NunitoSans-ExtraBold';
  font-size:1rem;
  color:#ffffff;
  border-radius:50%;
  background:linear-gradient(270deg, #FF4ABC 0%, #FFA53D 100%);
  box-shadow:0 10px 22px rgba(255,74,188,0.16);
}
.avcQuickGuideStepText{
  position:relative;
  z-index:1;
  min-width:0;
}
.avcQuickGuideStepTitle{
  display:block;
  font-family:'NunitoSans-ExtraBold';
  font-size:1.125rem;
  line-height:1.3;
  color:rgba(0, 0, 0, 0.898);
}
.avcQuickGuideStepDesc{
  display:block;
  margin-top:6px;
  font-size:0.9375rem;
  line-height:1.4;
  color:rgba(0, 0, 0, 0.6);
}
.avcQuickGuideStepProgress{
  display:block;
  width:100%;
  height:6px;
  margin-top:12px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(224,81,73,0.13);
}
.avcQuickGuideStepProgressFill{
  display:block;
  width:100%;
  height:100%;
  border-radius:999px;
  background:linear-gradient(95.46deg, #E05149 0%, #E08349 100%);
  transform:scaleX(0);
  transform-origin:left center;
}
.avcQuickGuideStep.is-active .avcQuickGuideStepProgressFill{
  animation:avcQuickGuideProgress var(--avc-guide-duration) linear forwards;
}
.avcQuickGuideContent.is-paused .avcQuickGuideStep.is-active .avcQuickGuideStepProgressFill{
  animation-play-state:paused;
}
@keyframes avcQuickGuideProgress{
  from{transform:scaleX(0);}
  to{transform:scaleX(1);}
}
/* Quick guide media carousel */
.avcQuickGuideMedia{
  display:grid;
  margin:0;
  padding:14px;
  overflow:hidden;
  background:linear-gradient(180deg, #FFFFFF 0%, #FFF7F2 100%);
  border:1px solid rgba(224,81,73,0.14);
  border-radius:30px;
  box-shadow:0 16px 36px rgba(31,31,43,0.09);
}
.avcQuickGuideImage{
  grid-area:1 / 1;
  display:block;
  width:100%;
  height:auto;
  opacity:0;
  visibility:hidden;
  background:#f7f9fc;
  border:1px solid rgba(31,31,43,0.08);
  border-radius:20px;
  box-shadow:0 6px 18px rgba(31,31,43,0.06);
  object-fit:cover;
  transform:scale(1.018);
  transform-origin:center;
  clip-path:inset(4px round 18px);
  pointer-events:none;
}
.avcQuickGuideImage.is-active{
  opacity:1;
  visibility:visible;
  animation:avcQuickGuideFade .28s ease both;
}
@keyframes avcQuickGuideFade{
  from{opacity:.35;}
  to{opacity:1;}
}
.avcQuickGuideActions{
  margin-top:48px;
}
.avcQuickGuideActionGroup{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
}
.avcQuickGuideActionGroup .iconOrangeBtn,
.avcQuickGuideActionGroup .whiteBtn{
  width:100%;
  height:52px;
  line-height:52px;
  padding:0 20px;
  font-size:1.125rem;
  border-radius:8px;
}
.avcQuickGuideActionGroup .iconOrangeBtn img{
  width:24px;
  height:24px;
}

@media (min-width:768px) and (max-width:1199.98px){
  .avcQuickGuideWrap{
    padding:48px 0;
  }
  .avcQuickGuideContent{
    grid-template-columns:1fr;
    gap:28px;
    max-width:620px;
    margin-top:40px;
    margin-left:auto;
    margin-right:auto;
  }
  .avcQuickGuideBody{
    padding-left:0;
  }
  .avcQuickGuideMedia{
    width:100%;
    max-width:620px;
    margin-left:auto;
    margin-right:auto;
    padding:12px;
    border-radius:26px;
  }
  .avcQuickGuideActionGroup .iconOrangeBtn,
  .avcQuickGuideActionGroup .whiteBtn{
    width:100%;
    min-width:0;
  }
}

@media (min-width:1200px){
  .avcQuickGuideWrap{
    padding:56px 0;
    border-radius:32px;
  }
  .avcQuickGuideContent{
    grid-template-columns:minmax(500px,0.96fr) minmax(520px,1.04fr);
    align-items:center;
    gap:48px;
    margin-top:44px;
  }
  .avcQuickGuideBody{
    padding-left:clamp(24px, 3vw, 52px);
  }
  .avcQuickGuideActionGroup .iconOrangeBtn,
  .avcQuickGuideActionGroup .whiteBtn{
    width:auto;
    min-width:220px;
  }
  .avcQuickGuideMedia{
    padding:16px;
  }
  .avcQuickGuideStep{
    padding:18px 22px;
  }
}

@media (max-width:767.98px){
  .avcQuickGuideWrap .gradientDiv h2{
    display:flex;
    flex-direction:column;
    gap:4px;
  }
  .avcQuickGuideWrap .sectionTitle .normalText{
    font-size:1.125rem;
    line-height:1.45;
  }
  .avcQuickGuideContent{
    margin-top:28px;
  }
  .avcQuickGuideMedia{
    padding:10px;
    border-radius:22px;
  }
  .avcQuickGuideImage{
    border-radius:16px;
    transform:scale(1.015);
    clip-path:inset(3px round 15px);
  }
  .avcQuickGuideStep{
    grid-template-columns:38px minmax(0,1fr);
    gap:12px;
    padding:14px 16px;
  }
  .avcQuickGuideStep.is-active{
    transform:none;
  }
  .avcQuickGuideStepNum{
    width:38px;
    height:38px;
    font-size:0.9375rem;
  }
  .avcQuickGuideStepTitle{
    font-size:1.0625rem;
  }
  .avcQuickGuideStepDesc{
    font-size:0.9375rem;
  }
  .avcQuickGuideActions{
    margin-top:32px;
  }
  .avcQuickGuideActionGroup{
    justify-content:center;
  }
}

@media (max-width:1199.98px){
  .faqLayout{
    display:block;
  }
  .faqAside{
    position:static;
    margin-top:28px;
  }
}

@media (max-width:767.98px){
  .faqAccordion .accordion-item{
    padding:24px 16px;
  }
  .faqAccordion .accordion-item h4{
    font-size:1.125rem;
    line-height:1.55rem;
  }
  .faqAccordion .accordion-item p{
    padding-left:0;
  }
  .faqSummaryCard{
    padding:24px 20px;
    border-radius:20px;
  }
}

/* Bottom floating download banner */
.readMoreFlex{
  position: fixed;
  bottom: 20px;
  left: 16px;
  right: 16px;
  margin: 0 auto;
  max-width: 680px;
  border-radius: 12px;
  background: linear-gradient(89.97deg, rgba(243, 228, 255, 0.92) 0.83%, rgba(218, 224, 255, 0.92) 32.29%, rgba(255, 228, 228, 0.92) 70.42%, rgba(255, 219, 210, 0.92) 99.98%);
  box-shadow: 0 14px 40px rgba(31,31,43,0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 12px 40px;
  display: none;
  z-index: 9999;
}

.readMoreVideoFlex{
  position: relative;
  gap: 20px;
}

.readMoreFlex .readMoreFlexSpan{
  font-family: 'NunitoSans-SemiBold';
  font-size: 1.25rem;
  line-height: 1.35;
  color: #1F1F2B;
}

.readMoreFlex .webBtnWrap{
  flex-shrink: 0;
}

.readMoreFlex .orange-btn-right-icon{
  height: 48px;
  line-height: 48px;
  padding: 0 18px 0 24px;
  border: none;
}

.readMoreFlex .orange-btn-right-icon span{
  font-size: 1.125rem;
}

.readMoreVideoFlex .readMoreVideoFlexClose{
  position: absolute;
  right: -32px;
  top: -6px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

@media (max-width: 767.98px){
  .readMoreFlex{
    bottom: 14px;
    left: 12px;
    right: 12px;
    padding: 12px 34px 12px 16px;
  }

  .readMoreVideoFlex{
    gap: 12px;
  }

  .readMoreFlex .readMoreFlexSpan{
    font-size: 1rem;
  }

  .readMoreFlex .orange-btn-right-icon{
    min-width: 140px;
    padding: 0 12px 0 16px;
  }

  .readMoreFlex .orange-btn-right-icon span{
    font-size: 1rem;
  }

  .readMoreVideoFlex .readMoreVideoFlexClose{
    right: -22px;
    top: -2px;
  }
}
/* Tips & Tricks card title fix: tablet */
@media (min-width: 768px) and (max-width: 1199.98px) {
  .tipsTricksWrap .tipsFlexWrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .tipsTricksWrap .tipsItem {
    width: 100%;
    min-width: 0;
    margin-top: 0;
  }

  .tipsTricksWrap .tipsItem .tipTextDiv {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 56px;
    align-items: center;
    column-gap: 14px;
    left: 22px;
    right: 22px;
    bottom: 20px;
    width: auto;
    height: auto;
    min-height: 72px;
    padding: 12px 10px 12px 22px;
    border-radius: 28px;
  }

  .tipsTricksWrap .tipsItem .tipTextDiv p {
    min-width: 0;
    margin: 0;
    font-size: 1.1875rem;
    line-height: 1.35;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .tipsTricksWrap .tipsItem .tipTextDiv img {
    width: 56px;
    height: 56px;
    flex: none;
  }
}

/* Hero balance refinement: trust line + visual alignment */
.heroTrustLine{
  margin-top:18px;
  font-family:'NunitoSans-SemiBold';
  font-size:0.95rem;
  line-height:1.4;
  color:rgba(0, 0, 0, 0.502);
}

@media (min-width: 1200px){
  .topProductInfoWrap .heroTopRow{
    align-items:flex-start;
  }
  .topProductInfoWrap .heroVisualCol{
    display:flex;
    justify-content:flex-start;
    padding-top:3.25rem;
  }
  .topProductInfoWrap .heroVisualCol .webShow{
    width:108%;
    transform:translateX(-36px) scale(1.06);
    transform-origin:center center;
  }
}

@media (min-width: 1400px){
  .topProductInfoWrap .heroVisualCol .webShow{
    transform:translateX(-48px) scale(1.08);
  }
}

@media (max-width: 1199.98px){
  .heroTrustLine{
    margin-top:16px;
    text-align:center;
  }
}

@media (max-width: 575.98px){
  .heroTrustLine{
    font-size:0.875rem;
  }
}

/* Featured review rating summary */
.seeWhatOurWrap .reviewSummaryText{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: max-content;
  max-width: 100%;
  margin: 14px auto 0;
  padding: 7px 14px;
  border-radius: 999px;
  background: #FFF7F3;
  border: 1px solid rgba(224, 81, 73, .16);
  box-shadow: 0 8px 22px rgba(31, 31, 43, .06);
  color: rgba(0, 0, 0, 0.6);
  font-family: 'NunitoSans-SemiBold';
  font-size: .9375rem;
  line-height: 1.3;
}
.seeWhatOurWrap .reviewSummaryStars{
  color: #E08349;
  font-size: .8125rem;
  line-height: 1;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media (max-width: 575.98px){
  .seeWhatOurWrap .reviewSummaryText{
    gap: 6px;
    width: fit-content;
    max-width: calc(100% - 28px);
    padding: 7px 12px;
    font-size: .8125rem;
    flex-wrap: wrap;
  }
  .seeWhatOurWrap .reviewSummaryStars{
    font-size: .75rem;
    letter-spacing: .5px;
  }
}

