body{
  background: url('/assets/images/free/bg-mobile.webp') 0 0 no-repeat;
  background-size:100% 100%;
}

/* Upgrade reasons and quick guide: shared visual system from the Free page */
.whyIsTop1Wrap .whyTopFlexWrap{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:28px;
  width:100%;
  margin-top:44px;
  align-items:stretch;
}
.whyIsTop1Wrap .whyTop1Item{
  width:100%;
  min-height:250px;
  align-items:center;
  justify-content:flex-start;
  padding:36px 28px 32px;
  border:1px solid rgba(224,81,73,.1);
  border-radius:28px;
  background:linear-gradient(180deg,rgba(255,255,255,.94) 0%,rgba(255,250,246,.78) 100%);
  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:82px;
  height:82px;
  border-radius:50%;
  box-shadow:0 12px 30px rgba(224,81,73,.24);
  filter:saturate(1.06) contrast(1.02);
  transition:transform .25s ease,filter .25s ease,box-shadow .25s ease;
}
.whyIsTop1Wrap .whyTop1Item:hover img{
  transform:scale(1.04);
  filter:saturate(1.1) contrast(1.03);
  box-shadow:0 14px 34px rgba(224,81,73,.27);
}
.whyIsTop1Wrap .whyTop1Item h5{
  margin:22px 0 0;
  color:#000000E5;
  font-family:'NunitoSans-SemiBold';
  font-size:1.3125rem;
  line-height:1.4;
  letter-spacing:-.01em;
  text-align:center;
}
.whyIsTop1Wrap .whyTop1Item p{
  max-width:360px;
  margin:8px auto 0;
  color:#00000099;
  font-size:1rem;
  line-height:1.5;
  text-align:center;
}
.whyIsTop1Wrap .webBtnWrap{
  margin-top:40px;
}
.whyIsTop1Wrap .btnWrap .iconOrangeBtn{
  width:220px;
  height:52px;
  padding:0 16px 0 24px;
  font-size:1.25rem;
  line-height:52px;
}

.avcQuickGuideWrap{
  overflow:hidden;
  padding:56px 0;
  border:1px solid rgba(224,81,73,.08);
  border-radius:32px;
  background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(255,248,243,.78) 100%);
}
.avcQuickGuideWrap .sectionTitle .normalText{
  max-width:760px;
  margin-right:auto;
  margin-left:auto;
}
.avcQuickGuideContent{
  --avc-guide-duration:4500ms;
  display:grid;
  grid-template-columns:minmax(500px,.96fr) minmax(520px,1.04fr);
  align-items:center;
  gap:48px;
  margin-top:44px;
}
.avcQuickGuideBody{
  min-width:0;
  padding-left:clamp(24px,3vw,52px);
}
.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:18px 22px;
  overflow:hidden;
  border:1px solid rgba(31,31,43,.08);
  border-radius:18px;
  background:rgba(255,255,255,.78);
  box-shadow:0 8px 20px rgba(31,31,43,.045);
  text-align:left;
  cursor:pointer;
  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,.1);
}
.avcQuickGuideStep:hover{
  border-color:rgba(224,81,73,.22);
  box-shadow:0 12px 28px rgba(31,31,43,.08);
}
.avcQuickGuideStep:focus-visible{
  outline:3px solid rgba(224,81,73,.35);
  outline-offset:3px;
}
.avcQuickGuideStep.is-active{
  border:2px solid transparent;
  background:linear-gradient(90deg,#FFF6F0 0%,#FFFFFF 68%) padding-box,linear-gradient(270deg,#FF4ABC 0%,#FFA53D 100%) border-box;
  box-shadow:0 18px 44px rgba(224,81,73,.2);
  transform:translateX(4px);
}
.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;
  border-radius:50%;
  background:linear-gradient(270deg,#FF4ABC 0%,#FFA53D 100%);
  box-shadow:0 10px 22px rgba(255,74,188,.16);
  color:#fff;
  font-family:'NunitoSans-ExtraBold';
  font-size:1rem;
}
.avcQuickGuideStepText{
  position:relative;
  z-index:1;
  min-width:0;
}
.avcQuickGuideStepTitle{
  display:block;
  color:rgba(0,0,0,.898);
  font-family:'NunitoSans-ExtraBold';
  font-size:1.125rem;
  line-height:1.3;
}
.avcQuickGuideStepDesc{
  display:block;
  margin-top:6px;
  color:rgba(0,0,0,.6);
  font-size:.9375rem;
  line-height:1.4;
}
.avcQuickGuideStepProgress{
  display:block;
  width:100%;
  height:6px;
  margin-top:12px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(224,81,73,.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);}
}
.avcQuickGuideMedia{
  display:grid;
  margin:0;
  padding:16px;
  overflow:hidden;
  border:1px solid rgba(224,81,73,.14);
  border-radius:30px;
  background:linear-gradient(180deg,#FFFFFF 0%,#FFF7F2 100%);
  box-shadow:0 16px 36px rgba(31,31,43,.09);
}
.avcQuickGuideImage{
  grid-area:1 / 1;
  display:block;
  width:100%;
  height:auto;
  opacity:0;
  visibility:hidden;
  border:1px solid rgba(31,31,43,.08);
  border-radius:20px;
  background:#f7f9fc;
  box-shadow:0 6px 18px rgba(31,31,43,.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:auto;
  min-width:220px;
  height:52px;
  padding:0 20px;
  border-radius:8px;
  font-size:1.125rem;
  line-height:52px;
}
.avcQuickGuideActionGroup .iconOrangeBtn img{
  width:24px;
  height:24px;
}

@media (max-width:1024px){
  .whyIsTop1Wrap .whyTopFlexWrap{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px;
  }
  .whyIsTop1Wrap .whyTop1Item{
    min-height:236px;
    padding:34px 26px 30px;
  }
  .avcQuickGuideWrap{
    padding:48px 0;
  }
  .avcQuickGuideContent{
    grid-template-columns:1fr;
    gap:28px;
    max-width:620px;
    margin:40px auto 0;
  }
  .avcQuickGuideBody{
    padding-left:0;
  }
  .avcQuickGuideMedia{
    width:100%;
    max-width:620px;
    margin-right:auto;
    margin-left:auto;
    padding:12px;
    border-radius:26px;
  }
  .avcQuickGuideActionGroup .iconOrangeBtn,
  .avcQuickGuideActionGroup .whiteBtn{
    width:100%;
    min-width:0;
  }
}

@media (max-width:768px){
  .whyIsTop1Wrap .whyTopFlexWrap{
    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;
    min-height:0;
    align-items:center;
    padding:16px 14px;
    border-radius:18px;
    background:rgba(255,255,255,.72);
    box-shadow:0 8px 24px rgba(31,31,43,.06);
  }
  .whyIsTop1Wrap .whyTop1Item:hover{
    transform:none;
  }
  .whyIsTop1Wrap .whyTop1Item img{
    grid-row:1 / span 2;
    width:52px;
    height:52px;
    margin:0;
  }
  .whyIsTop1Wrap .whyTop1Item:hover img{
    transform:none;
  }
  .whyIsTop1Wrap .whyTop1Item h5{
    margin:0;
    font-size:1.0625rem;
    line-height:1.35;
    text-align:left;
  }
  .whyIsTop1Wrap .whyTop1Item p{
    display:-webkit-box;
    margin:2px 0 0;
    overflow:hidden;
    font-size:.9375rem;
    line-height:1.35;
    text-align:left;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
  }
  .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:.9375rem;
  }
  .avcQuickGuideStepTitle{
    font-size:1.0625rem;
  }
  .avcQuickGuideStepDesc{
    font-size:.9375rem;
  }
  .avcQuickGuideActions{
    margin-top:32px;
  }
  .avcQuickGuideActionGroup{
    justify-content:center;
  }
}
.topProductInfoWrap{
  position:relative;
  margin-top:40px;
  padding:0 20px;
}
.topHeroLayout{
  display:grid;
  grid-template-columns:minmax(0,1fr);
  align-items:center;
  gap:32px;
}
.topHeroCopyCol,
.topHeroVisualCol{
  min-width:0;
}
.topHeroContent{
  position:relative;
  z-index:2;
}
.topHeroEyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 14px;
  padding:8px 15px;
  border:1px solid rgba(224,81,73,.08);
  border-radius:999px;
  background:linear-gradient(180deg,rgba(224,81,73,.07) 0%,rgba(224,131,73,.1) 100%);
  color:#E05149;
  font-family:'NunitoSans-ExtraBold';
  font-size:.8125rem;
  line-height:1.2;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.topHeroEyebrow::before{
  content:'✦';
  color:#E08349;
  font-size:.8125rem;
  line-height:1;
}
.topProductInfoWrap .titleDiv h1{
  margin-bottom:20px;
  color:#000000;
  font-family:'NunitoSans-ExtraBold';
  font-size:2rem;
  line-height:2.25rem;
}
.topProductInfoWrap .titleDiv p{
  max-width:650px;
  margin:0 0 24px;
  color:#00000099;
  font-size:1.5rem;
  line-height:1.45;
}
.topHeroFeatureList{
  padding-left:0;
  margin-bottom:0;
  list-style:none;
}
.topHeroFeatureList li{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin-top:12px;
}
.topHeroFeatureList li > span:first-child{
  display:inline-block;
  flex:0 0 auto;
  width:8px;
  height:8px;
  margin-top:8px;
  border-radius:50%;
  background-color:#E08349;
}
.topHeroFeatureList li > span:last-child{
  color:rgba(0,0,0,.82);
  font-size:1.125rem;
  line-height:1.45;
}
.topHeroCapabilityChips{
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}
.topHeroCapabilityChips .fourInfoItem{
  display:inline-flex;
  align-items:center;
  width:auto;
  min-height:38px;
  margin-top:0;
  padding:8px 13px;
  border:1px solid rgba(224,81,73,.08);
  border-radius:999px;
  background:rgba(255,248,243,.88);
  color:#333333;
  font-family:'NunitoSans-SemiBold';
  font-size:.875rem;
  line-height:1.2;
}
.topHeroCapabilityChips .fourInfoItem img{
  width:18px;
  height:18px;
  margin:0 7px 0 0;
}
.topHeroActions{
  flex-wrap:wrap;
  align-items:flex-start;
  gap:20px;
  margin-top:28px;
}
.btnWrap .whiteBtn{
  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;
  width:100%;
  padding:0 20px;
  border:1px solid #E08349;
  border-radius:8px;
  background:linear-gradient(95.46deg,#E05149 0%,#E08349 100%);
  color:#fff;
  font-family:'NunitoSans-SemiBold';
  text-decoration:none;
}
.iconOrangeTwoRowBtn div{
  height:60px;
  margin-left:10px;
}
.topHeroButtonCopy{
  align-items:flex-start;
}
.iconOrangeTwoRowBtn div span{
  font-size:1.5rem;
}
.iconOrangeTwoRowBtn div label{
  font-family:'NunitoSans-Regular';
  font-size:.875rem;
}
.iconOrangeTwoRowBtn:hover{
  background:#E05149;
}
.iconOrangeTwoRowBtn:active{
  background:#E05149;
  color:#ffffff;
}
.whiteBtn{
  display:inline-block;
  width:100%;
  height:60px;
  padding:0 20px;
  border:1px solid #E05149;
  border-radius:8px;
  color:#E05149;
  font-family:'NunitoSans-SemiBold';
  font-size:1.5rem;
  line-height:60px;
  text-align:center;
  text-decoration:none;
}
.whiteBtn:hover,
.whiteBtn:active{
  background:#E05149;
  color:#ffffff;
}
.otherNeedVersion{
  display:flex;
  flex-flow:row nowrap;
  align-items:center;
  justify-content:center;
  width:100%;
  height:30px;
  margin-top:20px;
  color:#000000;
  font-family:'NunitoSans-SemiBold';
  font-size:1rem;
  line-height:30px;
  text-align:start;
}
.otherNeedVersion img{
  width:22px;
  height:22px;
  margin:0 10px 2px 0;
}
.otherNeedVersion span{
  cursor:pointer;
  text-decoration:underline;
}
.productDownloadGroup{
  display:flex;
  flex-direction:column;
  align-items:center;
  width:100%;
}
.productDownloadSubline{
  min-height:1.2em;
  margin-top:8px;
  font-family:'NunitoSans-SemiBold';
  font-size:.875rem;
  line-height:1.2;
}
.productMacLegacyLink,
.productMacLegacyLink:hover,
.productMacLegacyLink:focus,
.productMacLegacyLink:active,
.productMacLegacyLink:visited{
  color:#000000;
  text-decoration:underline;
}
.productDownloadSublinePlaceholder{
  visibility:hidden;
  pointer-events:none;
}
.needWinVersion{
  display:none;
}
.topHeroTrust{
  display:grid;
  grid-template-columns:1fr;
  max-width:640px;
  margin-top:24px;
  overflow:hidden;
  border:1px solid rgba(224,81,73,.08);
  border-radius:22px;
  background:rgba(255,255,255,.92);
  box-shadow:0 18px 42px rgba(31,31,43,.075);
}
.topHeroTrustItem{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-width:0;
  min-height:106px;
  padding:12px 18px;
  text-align:center;
}
.topHeroTrustGraphic{
  display:flex;
  align-items:center;
  justify-content:center;
  height:38px;
  margin-bottom:4px;
  color:#E05149;
}
.topHeroTrustStars{
  font-size:1.2rem;
  line-height:1;
  letter-spacing:.1em;
  white-space:nowrap;
}
.topHeroTrustYearsBadge svg{
  width:81px;
  height:52px;
  overflow:visible;
}
.topHeroTrustYearsNumber{
  fill:currentColor;
  font-family:'NunitoSans-ExtraBold';
  font-size:22px;
}
.topHeroTrustYearsText{
  fill:currentColor;
  font-family:'NunitoSans-SemiBold';
  font-size:7px;
  letter-spacing:.08em;
}
.topHeroTrustToolIcon svg{
  width:38px;
  height:38px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.topHeroTrustValue{
  color:#151515;
  font-family:'NunitoSans-ExtraBold';
  font-size:1.35rem;
  line-height:1.15;
  white-space:nowrap;
}
.topHeroTrustLabel{
  margin-top:2px;
  color:rgba(0,0,0,.62);
  font-size:.875rem;
  line-height:1.2;
}

.right-animation-wrap{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:visible;
  padding-top:0;
}
.right-animation-wrap .topHeroVisualDecor{
  position:absolute;
  inset:0 -4% -2% -2%;
  z-index:0;
  overflow:hidden;
  pointer-events:none;
}
.topHeroGlow{
  position:absolute;
  border-radius:50%;
  filter:blur(10px);
}
.topHeroGlow--primary{
  top:8%;
  left:7%;
  width:68%;
  aspect-ratio:1 / 1;
  background:radial-gradient(circle,rgba(224,131,73,.22) 0%,rgba(224,131,73,.075) 42%,rgba(224,131,73,0) 74%);
}
.topHeroGlow--secondary{
  right:0;
  bottom:3%;
  width:58%;
  aspect-ratio:1 / 1;
  background:radial-gradient(circle,rgba(224,81,73,.14) 0%,rgba(224,81,73,.045) 38%,rgba(224,81,73,0) 72%);
}
.topHeroDots{
  position:absolute;
  width:126px;
  height:98px;
  opacity:.28;
  background-image:radial-gradient(rgba(224,131,73,.4) 1.1px,transparent 1.1px);
  background-size:14px 14px;
}
.topHeroDots--top{
  top:5%;
  right:2%;
}
.topHeroDots--bottom{
  right:1%;
  bottom:8%;
}
.topHeroVisualCard{
  position:relative;
  z-index:1;
  width:100%;
  margin:0;
  isolation:isolate;
}
.topHeroVisualCard::before{
  content:'';
  position:absolute;
  top:14%;
  left:5%;
  z-index:-2;
  width:76%;
  height:68%;
  border:1px solid rgba(224,131,73,.14);
  border-radius:46% 54% 58% 42%;
  transform:rotate(-7deg);
}
.topHeroVisualCard::after{
  content:'';
  position:absolute;
  left:10%;
  right:2%;
  bottom:-3%;
  z-index:-1;
  height:24%;
  border-radius:50%;
  background:radial-gradient(ellipse at center,rgba(224,131,73,.22) 0%,rgba(224,81,73,.11) 34%,rgba(224,131,73,.045) 56%,rgba(224,131,73,0) 76%);
  filter:blur(20px);
  transform:scaleX(.94);
  pointer-events:none;
}
.topHeroVisualCard img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 30px 48px rgba(31,31,43,.14));
}
.iconOrangeTwoRowBtn img{
  width:28px;
  height:28px;
}
.whiteTwoRowBtn{
  display:inline-block;
  width:100%;
  height:60px;
  padding:0 42px;
  border:1px solid #E05149;
  border-radius:8px;
  color:#E05149;
  font-family:'NunitoSans-SemiBold';
  text-align:center;
  text-decoration:none;
}
.whiteTwoRowBtn span{
  font-size:1.5rem;
}
.whiteTwoRowBtn label{
  font-size:.875rem;
}
.whiteTwoRowBtn:hover,
.whiteTwoRowBtn:active{
  background:#E05149;
  color:#ffffff;
}

@media (min-width:768px){
  .topProductInfoWrap{
    margin-top:60px;
  }
  .topHeroCapabilityChips{
    gap:12px;
  }
  .topHeroCapabilityChips .fourInfoItem{
    min-height:40px;
    padding:9px 14px;
  }
  .topHeroActions{
    flex-wrap:nowrap;
  }
  .productDownloadGroup{
    width:254px;
  }
  .otherNeedVersion{
    justify-content:flex-start;
  }
  .topProductInfoWrap .titleDiv h1{
    white-space:nowrap;
    font-size: 2.25rem;
    line-height:1.18;
    letter-spacing:-.02em;
  }
  .topHeroTrust{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .topHeroTrustItem{
    min-height:112px;
    padding:13px 16px;
  }
  .topHeroTrustItem + .topHeroTrustItem{
    border-left:1px solid rgba(31,31,43,.1);
  }
  .topHeroActions .iconOrangeTwoRowBtn,
  .topHeroActions .whiteTwoRowBtn{
    width:254px;
  }
  .topHeroVisualCard::after{
    left:12%;
    right:0;
    bottom:-4%;
    height:22%;
  }
}

@media (min-width:1024px){
  .topProductInfoWrap{
    margin-top:120px;
    padding:0 20px;
  }
  .topHeroLayout{
    grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);
    gap:24px;
  }
  .topHeroContent{
    padding-right:18px;
  }
  .topProductInfoWrap .titleDiv p{
    margin-bottom:22px;
  }
  .topHeroCapabilityChips{
    margin-top:18px;
  }
  .otherNeedVersion{
    margin-top:18px;
  }
  .topHeroTrust{
    max-width:650px;
  }
  .right-animation-wrap{
    min-height:650px;
    margin-left:-20px;
  }
  .topHeroVisualCard{
    width:128%;
    margin-left:-16%;
    transform:translateY(34px);
  }
  .topHeroVisualCard::after{
    left:13%;
    right:-1%;
    bottom:-5%;
    height:23%;
    filter:blur(24px);
  }
}

.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 #0000001A;
  background-color: #F9F9F9;
  margin-bottom:0px;
}
.menuListWrap ul li{
  list-style: none;
  font-family: 'NunitoSans-SemiBold';
  padding:0 36px;
  font-size:1.25rem;
  text-align: center;
  height:60px;
  line-height: 60px;
  border-radius: 8px;
  margin-left:0;
  cursor: pointer;
  color:#000000E5;
}
.menuListWrap ul li.TechSpec a{
  text-decoration: none;
  color:#000000E5;
}
.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,#E05149 32%,#E08349 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-align:center;
  margin-bottom:0;
  font-size:2rem;
  line-height:3.15rem;
}
.sectionWrap .sectionTitle .boldText{
  font-family: 'NunitoSans-ExtraBold';
  font-size: 2.25rem;
  line-height: 3rem;
  text-align: center;
}
.sectionWrap .sectionTitle .normalText{
  font-size: 1.25rem;
  text-align: center;
  color:#00000099;
  margin-top:8px;
  line-height: 1.4rem;
}

.swiper {
  width:100%;
  padding:0 20px;
  height: 538px;
}
/* 自定义样式 */
.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{
  display:flex;
  flex:1;
  flex-direction:column;
  transition: 0.3s;
}
.freeTopSwiper .swiper-slide .textDiv h3{
  font-family: 'NunitoSans-ExtraBold';
  font-size: 2rem;
  line-height: 2.8rem;
  color:#000000E5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.freeTopSwiper .swiper-slide .textDiv p{
  color:#00000099;
  font-size: 1rem;
  line-height: 1.4rem;
  margin-top:24px;
}
.topBannerWrap .freeTopSwiper .swiper-slide .textDiv .cardFeatureKeywords{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:auto;
  margin-bottom:0;
  max-width:100%;
  padding:20px 0 0;
  list-style:none;
}
.topBannerWrap .freeTopSwiper .swiper-slide .textDiv .cardFeatureKeywords li{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:3px 10px;
  border:1px solid #E05149;
  border-radius:999px;
  background:transparent;
  color:#E05149;
  font-family:'NunitoSans-SemiBold';
  font-size:.875rem;
  line-height:1.4;
  letter-spacing:.01em;
  overflow-wrap:anywhere;
}
.topBannerWrap .freeTopSwiper .swiper-slide .textDiv .cardFeatureKeywords li::before{
  content:'';
  width:8px;
  height:8px;
  flex:0 0 8px;
  border-radius:50%;
  background:#E05149;
}
.topBannerWrap .freeTopSwiper .swiper-slide .textDiv p.cardFeatureKeywords{
  display:block;
  width:fit-content;
  max-width:100%;
  margin-top:auto;
  margin-bottom:0;
  padding:9px 16px;
  border:1px solid #E05149;
  border-radius:999px;
  background:transparent;
  color:#E05149;
  font-family:'NunitoSans-SemiBold';
  font-size:.875rem;
  line-height:1.4;
  letter-spacing:.01em;
}
.topBannerWrap .freeTopSwiper .swiper-slide .textDiv p.cardFeatureKeywords span{
  display:inline-block;
  margin:0 8px;
  color:#E05149;
}
.topBannerWrap .freeTopSwiper .swiper-slide.swiper-slide-active .textDiv p.cardFeatureKeywords{
  color:#E05149;
}
.freeTopSwiper .swiper-slide .imgDiv {
  width:100%;
  flex:0 0 auto;
  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:#FFFFFFE5;
}
.swiper-slide.swiper-slide-active .textDiv p{
  color:#FFFFFF99;
}
@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;
  }
}
.tabBtn{
  margin-top:48px;
  gap:12px;
}
.tabBtn div{
  min-width:112px;
  height:60px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 60px;
  color:#00000099;
  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;
}
/* 自定义样式 */
.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: 2rem;
  line-height: 2.8rem;
  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;
}
.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;
}

.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;
}
.seeWhatFlexWrap{
  position:relative;
  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:#000000E5;
  margin-bottom:42px;
}
.seeWhatOurItem img{
  width: 54px;
  height:54px;
}
.seeWhatOurItem .rightInfo{
  margin-left: 10px;
}
.seeWhatOurItem .rightInfo .name{
  font-size: 1rem;
  color:#00000066
}
.seeWhatOurItem .rightInfo img{
  width:116px;
  height:21px;
}
.seeWhatFlexWrap .seeWhatOurItem:nth-child(1){
  margin-top:0px;
}

.excellentWrap{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:22px;
  margin-top:40px;
  text-align:center;
}
.excellentWrap .firstDiv{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  margin:0;
  color:#000000E5;
  font-size:1rem;
  white-space:normal;
}
.excellentWrap .firstDiv > *{
  flex:0 0 auto;
  margin:0;
}
.excellentWrap .firstDiv a{
  display:inline-flex;
  align-items:center;
}
.excellentWrap .secondDiv{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
  gap:20px;
  width:100%;
  margin:0;
  color:#00000066;
}
.excellentWrap .secondDiv img{
  width:40px;
  height:41px;
  object-fit:contain;
}
@media (max-width:1024px){
  .excellentWrap{gap:20px;}
  .excellentWrap .secondDiv{gap:18px;}
}
@media (max-width:768px){
  .excellentWrap{gap:18px;margin-top:32px;}
  .excellentWrap .firstDiv{gap:6px 8px;}
  .excellentWrap .secondDiv{gap:14px;}
  .excellentWrap .secondDiv img{width:36px;height:36px;}
}

.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:#FFFFFF99;
}

.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:120px;
}
.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:0;
  border-radius:16px;
  background:rgba(255,255,255,.5);
}
.faqAccordion .accordion-item:first-child{
  margin-top:0;
}
.faqAccordion .accordion-item:has(.faqQuestion[aria-expanded="true"]){
  background:#ffffff;
}
.faqAccordion .accordion-header{
  margin:0;
}
.faqQuestion{
  display:flex;
  align-items:center;
  width:100%;
  padding:0;
  border:0;
  background:transparent;
  color:rgba(0,0,0,.898);
  font-family:'NunitoSans-SemiBold';
  font-size:1.25rem;
  line-height:1.75rem;
  text-align:left;
  cursor:pointer;
}
.faqQuestion:focus-visible{
  outline:3px solid rgba(224,81,73,.3);
  outline-offset:4px;
  border-radius:6px;
}
.faqQuestion > span:last-child{
  flex:1;
}
.faqQuestion .collapseIcon{
  width:28px;
  height:28px;
  flex:0 0 28px;
  margin-right:8px;
  background:url('/assets/images/buynow/faq-collapse.png') center / 28px 28px no-repeat;
  transition:transform .25s ease;
}
.faqQuestion[aria-expanded="true"] .collapseIcon{
  background-image:url('/assets/images/buynow/faq-expand.png');
}
.faqAccordion .accordion-body{
  padding:0;
}
.faqAccordion .accordion-body p,
.faqCreditList{
  margin:10px 0 0;
  padding-left:36px;
  color:rgba(0,0,0,.6);
  font-size:1rem;
  line-height:1.4rem;
}
.faqAccordion .accordion-body p:last-child{
  margin-bottom:0;
}
.faqAccordion .accordion-body a{
  color:#E05149;
  text-decoration:underline;
  text-underline-offset:2px;
}
.faqAccordion .accordion-body a:hover,
.faqAccordion .accordion-body a:focus{
  color:#E05149;
}
.faqCreditList{
  list-style:disc;
  padding-left:54px;
}
.faqCreditList li{
  margin-top:6px;
}
.faqCreditList strong{
  color:rgba(0,0,0,.82);
  font-family:'NunitoSans-SemiBold';
  font-weight:600;
}
.faqAside{
  position:sticky;
  top:110px;
}
.faqSummaryCard{
  padding:28px;
  border:1px solid rgba(224,81,73,.12);
  border-radius:24px;
  background:linear-gradient(180deg,#ffffff 0%,#fff8f3 100%);
  box-shadow:0 14px 36px rgba(31,31,43,.08);
}
.faqSummaryEyebrow{
  display:inline-flex;
  margin:0 0 12px;
  padding:5px 12px;
  border-radius:999px;
  background:rgba(224,81,73,.08);
  color:#E05149;
  font-family:'NunitoSans-SemiBold';
  font-size:.875rem;
  line-height:1.2;
}
.faqSummaryCard h3{
  margin:0 0 16px;
  color:rgba(0,0,0,.898);
  font-family:'NunitoSans-ExtraBold';
  font-size:1.375rem;
  line-height:1.75rem;
}
.faqSummaryList{
  padding:0;
  margin:0 0 24px;
  list-style:none;
}
.faqSummaryList li{
  position:relative;
  padding-left:22px;
  margin-bottom:12px;
  color:rgba(0,0,0,.6);
  font-size:1rem;
  line-height:1.45rem;
}
.faqSummaryList li:last-child{
  margin-bottom:0;
}
.faqSummaryList li::before{
  content:'';
  position:absolute;
  top:.56em;
  left:0;
  width:8px;
  height:8px;
  border-radius:999px;
  background:linear-gradient(95.46deg,#E05149 0%,#E08349 100%);
}
.faqSummaryAction{
  width:100%;
}
.faqSummaryBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:58px;
  padding:0 24px;
  border-radius:8px;
  background:linear-gradient(95.46deg,#E05149 0%,#E08349 100%);
  color:#ffffff;
  font-family:'NunitoSans-SemiBold';
  font-size:1.25rem;
  line-height:1.2;
  text-align:center;
  text-decoration:none;
}
.faqSummaryBtn:hover,
.faqSummaryBtn:focus,
.faqSummaryBtn:active{
  background:#E05149;
  color:#ffffff;
}
.faqSummaryBtn:focus-visible,
.faqSummarySecondary:focus-visible{
  outline:3px solid rgba(224,81,73,.3);
  outline-offset:3px;
}
.faqSummarySecondary{
  display:inline-flex;
  justify-content:center;
  width:100%;
  margin-top:14px;
  color:#E05149;
  font-family:'NunitoSans-SemiBold';
  font-size:1rem;
  line-height:1.4rem;
  text-decoration:none;
}
.faqSummarySecondary:hover,
.faqSummarySecondary:focus{
  color:#E05149;
  text-decoration:underline;
}

.ultimateGuidesWrap{
  position:relative;
  overflow:hidden;
  padding-bottom:40px;
  background:linear-gradient(180deg,#FFFFFF 0%,#FFFCFA 100%);
}
.ultimateGuidesWrap .sectionTitle,
.ultimateGuidesWrap .content{
  position:relative;
  z-index:1;
}
.ultimateGuidesWrap .sectionTitle{
  padding:40px 20px 0;
}
.ultimateGuideGrid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  margin-top:24px;
}
.ultimateGuideCard{
  --guide-accent:#E08349;
  --guide-icon-bg:rgba(224,131,73,0.12);
  --guide-icon-color:#E05149;
  --guide-cta-color:#E05149;
  height:100%;
}
.ultimateGuideCard--purple{
  --guide-accent:#C8B2EE;
  --guide-icon-bg:#F3EEFA;
  --guide-icon-color:#8F68C7;
}
.ultimateGuideCard--blue{
  --guide-accent:#76C8E7;
  --guide-icon-bg:#ECF6FA;
  --guide-icon-color:#178CB7;
}
.ultimateGuideCard--sky{
  --guide-accent:#83CBE6;
  --guide-icon-bg:#EEF7FA;
  --guide-icon-color:#218FB8;
}
.ultimateGuideCard--pink{
  --guide-accent:#E7A8C9;
  --guide-icon-bg:#FAEFF5;
  --guide-icon-color:#BE578F;
}
.ultimateGuideCard--rose{
  --guide-accent:#E7A4C5;
  --guide-icon-bg:#FAEEF4;
  --guide-icon-color:#BD568C;
}
.ultimateGuideCard--magenta{
  --guide-accent:#E5A1C3;
  --guide-icon-bg:#F9EDF3;
  --guide-icon-color:#BC558A;
}
.ultimateGuideCard--orchid{
  --guide-accent:#E6A6C8;
  --guide-icon-bg:#FAEFF5;
  --guide-icon-color:#BC588D;
}
.ultimateGuideCard--green{
  --guide-accent:#83CEB1;
  --guide-icon-bg:#EDF8F3;
  --guide-icon-color:#30956F;
}
.ultimateGuideLink{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  height:100%;
  min-height:300px;
  padding:30px 22px 24px;
  border:1px solid #E6E2DE;
  border-top:3px solid var(--guide-accent);
  border-radius:24px;
  background:#FFFFFF;
  box-shadow:0 6px 18px rgba(31,31,43,0.045);
  color:inherit;
  text-decoration:none;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.ultimateGuideLink:hover,
.ultimateGuideLink:focus{
  transform:translateY(-4px);
  box-shadow:0 12px 26px rgba(31,31,43,0.075);
  border-right-color:#DCD7D2;
  border-bottom-color:#DCD7D2;
  border-left-color:#DCD7D2;
  text-decoration:none;
  color:inherit;
}
.ultimateGuideLink:focus-visible{
  outline:3px solid rgba(224,81,73,0.18);
  outline-offset:3px;
}
.ultimateGuideHeader{
  display:flex;
  align-items:center;
  gap:16px;
  width:100%;
}
.ultimateGuideIconBox{
  display:flex;
  flex:0 0 76px;
  align-items:center;
  justify-content:center;
  width:76px;
  height:76px;
  border-radius:20px;
  background:var(--guide-icon-bg);
  color:var(--guide-icon-color);
}
.ultimateGuideIcon{
  width:34px;
  height:34px;
}
.ultimateGuideMeta{
  color:rgba(0,0,0,0.58);
  font-family:'NunitoSans-ExtraBold';
  font-size:0.875rem;
  line-height:1.2;
  letter-spacing:0.06em;
  text-transform:uppercase;
}
.ultimateGuideCard h3{
  margin:28px 0 0;
  color:#000000E5;
  font-family:'NunitoSans-ExtraBold';
  font-size:1.25rem;
  line-height:1.3;
}
.ultimateGuideCard p{
  margin:22px 0 0;
  color:rgba(0,0,0,0.6);
  font-family:'NunitoSans-Regular';
  font-size:1rem;
  line-height:1.5;
}
.ultimateGuideCta{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:auto;
  padding-top:5px;
  color:var(--guide-cta-color);
  font-family:'NunitoSans-ExtraBold';
  font-size:1rem;
  line-height:1.25;
}
.ultimateGuideCta span[aria-hidden="true"]{
  transition:transform .22s ease;
}
.ultimateGuideLink:hover .ultimateGuideCta,
.ultimateGuideLink:focus .ultimateGuideCta{
  color:#E08349;
}
.ultimateGuideLink:hover .ultimateGuideCta span[aria-hidden="true"],
.ultimateGuideLink:focus .ultimateGuideCta span[aria-hidden="true"]{
  transform:translateX(3px);
}

@media (min-width:768px){
  .ultimateGuidesWrap{
    padding-bottom:72px;
  }
  .ultimateGuidesWrap .sectionTitle{
    padding:60px 32px 0;
  }
  .ultimateGuideGrid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px;
    margin-top:36px;
  }
  .ultimateGuideLink{
    min-height:320px;
    padding:32px 24px 24px;
  }
}

@media (min-width:1024px){
  .ultimateGuidesWrap{
    padding-bottom:100px;
  }
  .ultimateGuidesWrap .sectionTitle{
    padding:60px 16px 0;
  }
  .ultimateGuideGrid{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:24px;
    margin-top:40px;
  }
  .ultimateGuideLink{
    min-height:360px;
    padding:38px 34px 30px;
  }
  .ultimateGuideCard h3{
    font-size:1.25rem;
    line-height:1.3;
  }
  .ultimateGuideCard p{
    margin-top:24px;
    font-size:1rem;
    line-height:1.55;
  }
  .ultimateGuideCta{
    padding-top:12px;
    font-size:1rem;
  }
}
.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: 100;
  width: 100%;
}
.menuListWrap .navHover1024 ul {
  align-items: start;
  width: 100%;
}
.menuListWrap .navHover1024 ul li {
  text-align: left;
  width: 100%;
  border-bottom: 1px solid #D3D3D34D;
  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;
}

.menuListWrap .iconOrangeRoundBtn img {
  display:block;
  flex:0 0 24px;
  width:24px;
  height:24px;
  margin-right:8px;
  object-fit:contain;
}

.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::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;
}
/* AI video generation */
.aiGenerationWrap{
  padding:40px 20px;
  border-radius:32px;
  background:linear-gradient(180deg,#FFFCFA 0%,#FFF8F4 100%);
}
.aiGenerationContent{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}
.aiGenerationTabs{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.aiGenerationItem{
  position:relative;
  overflow:hidden;
  width:100%;
  min-height:104px;
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:16px;
  border:1px solid rgba(0,0,0,0.08);
  border-radius:12px;
  background:#FFFFFF;
  color:#000000E5;
  text-align:left;
  transition:border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.aiGenerationItem:hover{
  border-color:rgba(224,81,73,0.45);
}
.aiGenerationTab{
  position:absolute;
  inset:0;
  z-index:3;
  width:100%;
  height:100%;
  padding:0;
  border:0;
  border-radius:inherit;
  background:transparent;
  cursor:pointer;
}
.aiGenerationTab:focus-visible{
  outline:3px solid rgba(224,131,73,0.35);
  outline-offset:-3px;
}
.aiGenerationItem.active{
  border-color:#E05149;
  border-left:4px solid #E05149;
  background:#FFF7F3;
  box-shadow:0 10px 28px rgba(224,81,73,0.16);
}
.aiGenerationNumber{
  flex:0 0 36px;
  width:36px;
  height:36px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:linear-gradient(135deg, #E08349 0%, #E05149 100%);
  color:#FFFFFF;
  font-family:'NunitoSans-ExtraBold';
  font-size:0.875rem;
  line-height:1;
}
.aiGenerationCopy{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:6px;
}
.aiGenerationCopy h3{
  margin:0;
  font-family:'NunitoSans-ExtraBold';
  font-size:1.125rem;
  line-height:1.4rem;
  color:#000000E5;
  overflow-wrap:break-word;
}
.aiGenerationCopy p{
  margin-top: 10px;
  font-size:1rem;
  line-height:1.4rem;
  color:#00000099;
  overflow-wrap:break-word;
}
.aiGenerationMedia{
  min-width:0;
}
.aiGenerationPanel[hidden]{
  display:none;
}
.aiGenerationVisual{
  position:relative;
  overflow:hidden;
  border-radius:16px;
  background:#1F1F2B;
  box-shadow:0 16px 36px rgba(31,31,43,0.14);
}
.aiGenerationVideo{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16 / 9;
  object-fit:cover;
}
.aiGenerationPlay{
  position:absolute;
  top:50%;
  left:50%;
  z-index:2;
  width:64px;
  height:64px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,0.94);
  box-shadow:0 10px 28px rgba(31,31,43,0.22);
  transform:translate(-50%, -50%);
  cursor:pointer;
  transition:transform 0.2s ease, background-color 0.2s ease;
}
.aiGenerationPlay:hover{
  background:#FFFFFF;
  transform:translate(-50%, -50%) scale(1.06);
}
.aiGenerationPlay:focus-visible{
  outline:3px solid rgba(224,131,73,0.65);
  outline-offset:3px;
}
.aiGenerationPlay span{
  width:0;
  height:0;
  margin-left:5px;
  border-top:10px solid transparent;
  border-bottom:10px solid transparent;
  border-left:16px solid #E05149;
}
.aiGenerationVisual.is-playing .aiGenerationPlay{
  display:none;
}
.aiGenerationProgress{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:20px;
}
.aiGenerationProgressItem{
  width:48px;
  height:5px;
  padding:0;
  overflow:hidden;
  border:0;
  border-radius:999px;
  background:rgba(224,131,73,0.20);
  cursor:pointer;
}
.aiGenerationProgressItem span{
  display:block;
  width:100%;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg, #E08349 0%, #E05149 100%);
  transform:scaleX(0);
  transform-origin:left center;
}
.aiGenerationProgressItem.active span{
  animation:aiGenerationProgress 6.5s linear forwards;
}
.aiGenerationWrap.is-rotation-paused .aiGenerationProgressItem.active span{
  animation-play-state:paused;
}
.aiGenerationProgressItem:focus-visible{
  outline:3px solid rgba(224,131,73,0.35);
  outline-offset:3px;
}
@keyframes aiGenerationProgress{
  from{transform:scaleX(0);}
  to{transform:scaleX(1);}
}
.aiGenerationLabel{
  position:absolute;
  top:12px;
  left:12px;
  display:flex;
  align-items:center;
  gap:8px;
  font-size:0.75rem;
  line-height:1rem;
  color:#FFFFFF;
}
.aiGenerationLabel span,
.aiGenerationLabel strong{
  padding:7px 10px;
  border-radius:999px;
}
.aiGenerationLabel span{
  background:rgba(31,31,43,0.78);
  font-weight:400;
}
.aiGenerationLabel strong{
  background:linear-gradient(135deg, #E08349 0%, #E05149 100%);
  font-family:'NunitoSans-SemiBold';
}
.aiGenerationFooter{
  margin-top:24px;
}
.aiGenerationLink{
  color:#E05149;
  font-family:'NunitoSans-SemiBold';
  font-size:1rem;
  line-height:1.4rem;
  text-decoration:none;
}
.aiGenerationLink:hover{
  color:#E08349;
  text-decoration:underline;
}

/* AI video enhancer — isolated from the AI generation module */
.videoEnhancerWrap{
  margin-top:40px;
  padding:40px 20px;
  border-radius:32px;
  background:linear-gradient(180deg,#FFFCFA 0%,#FFF8F4 100%);
}
.videoEnhancerHeaderLink{
  display:flex;
  justify-content:center;
  margin:20px 0 22px;
}
.videoEnhancerHeaderLink a{
  color:#E05149;
  font-family:'NunitoSans-SemiBold';
  font-size:1rem;
  line-height:1.4rem;
  text-decoration:none;
}
.videoEnhancerHeaderLink a:hover{
  color:#E08349;
  text-decoration:underline;
}
.videoEnhancerTabs{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:12px;
  width:min(100%, 840px);
  margin:0 auto 20px;
}
.videoEnhancerTab{
  min-height:48px;
  padding:10px 14px;
  border:1px solid rgba(0,0,0,0.07);
  border-radius:8px;
  background:#FFFFFF;
  box-shadow:0 8px 22px rgba(31,31,43,0.06);
  color:#000000E5;
  font-family:'NunitoSans-SemiBold';
  font-size:1rem;
  line-height:1.4rem;
  cursor:pointer;
  transition:border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.videoEnhancerTab:hover{
  border-color:rgba(224,81,73,0.45);
  transform:translateY(-1px);
}
.videoEnhancerTab.active{
  border-color:transparent;
  background:#E05149;
  box-shadow:0 10px 24px rgba(224,81,73,0.22);
  color:#FFFFFF;
}
.videoEnhancerTab:focus-visible,
.videoEnhancerArrow:focus-visible,
.videoEnhancerPlay:focus-visible,
.videoEnhancerProgressItem:focus-visible,
.videoEnhancerCta:focus-visible{
  outline:3px solid rgba(224,131,73,0.55);
  outline-offset:3px;
}
.videoEnhancerCarousel{
  position:relative;
  display:grid;
  grid-template-columns:44px minmax(0, 1fr) 44px;
  align-items:center;
  gap:14px;
}
.videoEnhancerPanels{min-width:0;}
.videoEnhancerPanel[hidden]{display:none;}
.videoEnhancerVisual{
  position:relative;
  overflow:hidden;
  aspect-ratio:16 / 9;
  border-radius:16px;
  background:#1F1F2B;
  box-shadow:0 18px 40px rgba(31,31,43,0.16);
}
.videoEnhancerVideo{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  background:#1F1F2B;
}
.videoEnhancerPlay{
  position:absolute;
  top:48%;
  left:50%;
  z-index:3;
  width:68px;
  height:68px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,0.95);
  box-shadow:0 10px 28px rgba(31,31,43,0.24);
  transform:translate(-50%, -50%);
  cursor:pointer;
  transition:transform 0.2s ease, background-color 0.2s ease;
}
.videoEnhancerPlay:hover{
  background:#FFFFFF;
  transform:translate(-50%, -50%) scale(1.06);
}
.videoEnhancerPlay span{
  width:0;
  height:0;
  margin-left:5px;
  border-top:11px solid transparent;
  border-bottom:11px solid transparent;
  border-left:17px solid #E05149;
}
.videoEnhancerVisual.is-playing .videoEnhancerPlay{display:none;}
.videoEnhancerCaption{
  position:absolute;
  right:0;
  bottom:0;
  left:0;
  z-index:2;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  padding:52px 24px 22px;
  background:linear-gradient(180deg, transparent, rgba(20,22,28,0.9));
  color:#FFFFFF;
  pointer-events:none;
}
.videoEnhancerCaption h3{
  margin:0 0 5px;
  color:#FFFFFF;
  font-family:'NunitoSans-ExtraBold';
  font-size:1.125rem;
  line-height:1.4rem;
}
.videoEnhancerCaption p{
  max-width:720px;
  margin:0;
  color:rgba(255,255,255,0.86);
  font-size:0.875rem;
  line-height:1.25rem;
}
.videoEnhancerDownload{
  display:none;
  flex:0 0 auto;
}
.videoEnhancerDownload .winBtn,
.videoEnhancerDownload .macBtn{
  display:none;
}
*[data-sys="win"] .videoEnhancerDownload,
*[data-sys="mac"] .videoEnhancerDownload{
  display:block;
}
*[data-sys="win"] .videoEnhancerDownload .winBtn,
*[data-sys="mac"] .videoEnhancerDownload .macBtn{
  display:flex;
}
.videoEnhancerWrap.is-mobile-device .videoEnhancerDownload{
  display:none !important;
}
.videoEnhancerCta{
  align-items:center;
  justify-content:center;
  min-width:128px;
  padding:12px 20px;
  border-radius:999px;
  background:linear-gradient(135deg, #E08349, #E05149);
  box-shadow:0 10px 22px rgba(224,81,73,0.28);
  color:#FFFFFF;
  font-family:'NunitoSans-SemiBold';
  font-size:0.95rem;
  line-height:1.25rem;
  text-align:center;
  text-decoration:none;
  pointer-events:auto;
}
.videoEnhancerCta:hover{color:#FFFFFF;filter:brightness(1.05);}
.videoEnhancerArrow{
  width:44px;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
  border:0;
  border-radius:50%;
  background:#FFFFFF;
  box-shadow:0 10px 26px rgba(31,31,43,0.1);
  color:#1F1F2B;
  font-size:1.35rem;
  cursor:pointer;
  transition:color 0.2s ease, transform 0.2s ease;
}
.videoEnhancerArrow:hover{color:#E05149;transform:scale(1.06);}
.videoEnhancerProgress{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:22px;
}
.videoEnhancerProgressItem{
  width:38px;
  height:5px;
  padding:0;
  overflow:hidden;
  border:0;
  border-radius:999px;
  background:rgba(224,131,73,0.2);
  cursor:pointer;
}
.videoEnhancerProgressItem span{
  display:block;
  width:100%;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg, #E08349, #E05149);
  transform:scaleX(0);
  transform-origin:left center;
}
.videoEnhancerProgressItem.active span{animation:videoEnhancerProgress 6.5s linear forwards;}
.videoEnhancerWrap.is-rotation-paused .videoEnhancerProgressItem.active span{animation-play-state:paused;}
.videoEnhancerCount{
  min-width:48px;
  margin-left:8px;
  color:#00000099;
  font-size:0.875rem;
  line-height:1rem;
}
@keyframes videoEnhancerProgress{from{transform:scaleX(0);}to{transform:scaleX(1);}}

/* AI editing tools */
.aiEditingWrap{margin-top:40px;padding:40px 20px;border-radius:32px;background:linear-gradient(180deg,#FFFCFA 0%,#FFF8F4 100%);}
.aiEditingGrid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,.6fr) minmax(0,.6fr);gap:18px;margin-top:40px;}
.aiEditingCard{overflow:hidden;border:1px solid rgba(224,131,73,.18);border-radius:24px;background:rgba(255,255,255,.94);box-shadow:0 16px 36px rgba(31,31,43,.09);}
.aiEditingSmartTrim{display:grid;grid-template-columns:minmax(230px,.68fr) minmax(0,1.32fr);gap:24px;padding:26px;border:2px solid #E05149;}
.aiEditingSmartCopy{display:flex;align-items:flex-start;flex-direction:column;min-width:0;}
.aiEditingCardHeading{display:flex;align-items:center;gap:12px;}
.aiEditingCardHeading h3{margin:0;color:#1F1F2B;font-family:'NunitoSans-ExtraBold';font-size:1.25rem;line-height:1.65rem;}
.aiEditingSmartTrim .aiEditingCardHeading h3{color:#E05149;}
.aiEditingIcon{width:46px;height:46px;display:inline-flex;flex:0 0 46px;align-items:center;justify-content:center;border:1px solid rgba(224,81,73,.32);border-radius:12px;background:linear-gradient(135deg,rgba(224,131,73,.08),rgba(224,81,73,.1));color:#E05149;font-family:'NunitoSans-ExtraBold';font-size:1.55rem;}
.aiEditingIcon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;}
.aiEditingSmartCopy h4{margin:28px 0 14px;color:#1F1F2B;font-family:'NunitoSans-ExtraBold';font-size:1.5rem;line-height:2.15rem;}
.aiEditingSmartCopy p,.aiEditingSideCard>p{margin:0;color:#00000099;font-size:1rem;line-height:1.45rem;margin: 10px 0 10px 0;}
.aiEditingPrimaryLink{display:inline-flex;align-items:center;gap:10px;margin-top:auto;padding:13px 18px;border-radius:9px;background:linear-gradient(135deg,#E08349,#E05149);box-shadow:0 10px 22px rgba(224,81,73,.24);color:#fff;font-family:'NunitoSans-SemiBold';font-size:.95rem;text-decoration:none;}
.aiEditingPrimaryLink:hover{color:#fff;filter:brightness(1.04);}
.aiEditingSmartVisuals{display:grid;gap:14px;min-width:0;}
.aiEditingMedia{position:relative;overflow:hidden;margin:0;border-radius:14px;background:#151616;}
.aiEditingMedia>img{display:block;width:100%;height:100%;object-fit:cover;}
.aiEditingLandscape,.aiEditingSpeechMedia{aspect-ratio:16/9;}
.aiEditingMedia figcaption{position:absolute;right:0;bottom:0;left:0;display:flex;align-items:center;gap:10px;min-height:42px;padding:8px 13px;background:rgba(10,10,10,.88);color:#fff;font-size:.75rem;line-height:1rem;}
.aiEditingAiBadge{position:absolute;top:10px;left:10px;padding:5px 8px;border-radius:7px;background:linear-gradient(135deg,#E08349,#E05149);color:#fff;font-size:.78rem;line-height:1rem;}
.aiEditingTimeline,.aiEditingWaveform,.aiEditingSplitter{display:block;width:100%;height:auto;}
.aiEditingTimeline{border-radius:14px;}
.aiEditingSideCard{display:flex;flex-direction:column;padding:22px 18px 18px;}
.aiEditingSideCard>p{margin:16px 0;}
.aiEditingWaveform{margin-top:12px;border-radius:10px;}
.aiEditingTranscript{margin-top:12px;padding:9px 10px;border:1px solid rgba(224,81,73,.22);border-left:2px solid #E05149;border-radius:10px;background:#FFF9F6;}
.aiEditingTranscript p{display:grid;grid-template-columns:38px minmax(0,1fr);gap:7px;margin:0;padding:5px 0;color:#1F1F2B;font-size:.68rem;line-height:.875rem;}
.aiEditingTranscript time{color:#00000099;}
.aiEditingSplitter{max-height:475px;margin:auto 0 0;object-fit:contain;}
.aiEditingTextLink{display:inline-flex;align-items:center;gap:7px;margin-top:auto;padding-top:18px;color:#E05149;font-family:'NunitoSans-SemiBold';font-size:.92rem;line-height:1.25rem;text-decoration:none;}
.aiEditingTextLink:hover{color:#E08349;text-decoration:underline;}
.aiEditingActions{display:flex;align-items:center;flex-direction:column;gap:16px;margin-top:32px;}
.aiEditingPrimaryLink:focus-visible,.aiEditingTextLink:focus-visible{outline:3px solid rgba(224,131,73,.55);outline-offset:3px;}

@media (max-width:1024px){
  .topBannerWrap .banner-tab-container{
    overflow:visible;
    white-space:normal;
    padding-bottom:0;
  }
  .topBannerWrap .btn-group-scroll{
    display:flex;
    width:100%;
  }
  .topBannerWrap .tabBtn{
    display:flex;
    flex-wrap:wrap;
    width:100%;
    gap:12px;
  }
  .topBannerWrap .tabBtn div{
    flex:0 0 calc(50% - 6px);
    min-width:0;
  }
  .topBannerWrap .freeTopSwiper,
  .topBannerWrap .freeTopSwiper .swiper-wrapper{
    height:auto!important;
  }
  .topBannerWrap .freeTopSwiper .swiper-wrapper{
    align-items:stretch;
  }
  .topBannerWrap .freeTopSwiper .swiper-slide,
  .topBannerWrap .freeTopSwiper .swiper-slide.swiper-slide-active{
    height:auto!important;
    min-height:0;
  }
  .topBannerWrap .freeTopSwiper .swiper-slide .imgDiv{
    display:block;
    flex:0 0 auto;
  }
  .topBannerWrap .freeTopSwiper .swiper-slide .imgDiv img{
    width:100%;
    height:auto;
  }
  .topBannerWrap .freeTopSwiper .swiper-slide .textDiv .cardFeatureKeywords{
    margin-top:24px;
    padding-top:0;
  }
  .aiEditingGrid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .aiEditingSmartTrim{grid-column:1/-1;}
  .aiEditingPrimaryLink{margin-top:28px;}
  .aiEditingSplitter{max-height:520px;}

  .fAQsWrap{margin-top:80px;}
  .faqLayout{grid-template-columns:minmax(0,1fr);gap:28px;}
  .faqAside{position:static;}
}
@media (max-width:768px){
  .topBannerWrap .tabBtn{
    margin-top:28px;
    gap:8px;
  }
  .topBannerWrap .tabBtn div{
    flex-basis:calc(50% - 4px);
    height:52px;
    padding:0 8px;
    font-size:.9375rem;
    line-height:52px;
  }
  .topBannerWrap .freeTopSwiper .swiper-slide{
    padding:24px;
  }
  .topBannerWrap .freeTopSwiper .swiper-slide .textDiv{
    flex:none;
    margin-top:24px;
  }
  .topBannerWrap .freeTopSwiper .swiper-slide .textDiv h3{
    font-size:1.75rem;
    line-height:2.35rem;
  }
  .topBannerWrap .freeTopSwiper .swiper-slide .textDiv .cardFeatureKeywords{
    gap:8px;
  }
  .topBannerWrap .freeTopSwiper .swiper-slide .textDiv .cardFeatureKeywords li{
    max-width:100%;
    padding:8px 12px;
    font-size:.8125rem;
  }
  .aiEditingWrap{margin-top:24px;padding:40px 16px;border-radius:20px;}
  .aiEditingGrid{grid-template-columns:minmax(0,1fr);gap:16px;margin-top:28px;}
  .aiEditingSmartTrim{grid-column:auto;grid-template-columns:minmax(0,1fr);padding:20px;}
  .aiEditingCard{border-radius:20px;}
  .aiEditingSmartCopy h4{margin-top:22px;font-size:1.5rem;line-height:1.85rem;}
  .aiEditingSmartCopy p,.aiEditingSideCard>p{font-size:.95rem;line-height:1.35rem;}
  .aiEditingPrimaryLink{margin-top:22px;}
  .aiEditingSmartVisuals{margin-top:4px;}
  .aiEditingSideCard{padding:20px 16px 18px;}
  .aiEditingSplitter{max-height:none;}

  .fAQsWrap{margin-top:60px;}
  .fAQsWrap .content{margin-top:28px;}
  .faqAccordion .accordion-item{padding:24px 16px;}
  .faqQuestion{font-size:1.125rem;line-height:1.55rem;}
  .faqAccordion .accordion-body p,.faqCreditList{padding-left:0;}
  .faqCreditList{padding-left:20px;}
  .faqSummaryCard{padding:24px 20px;border-radius:20px;}
}

@media (max-width:1024px){
  .videoEnhancerWrap{padding:48px 28px;}
  .videoEnhancerTabs{grid-template-columns:repeat(2, minmax(0, 1fr));}
  .videoEnhancerCarousel{grid-template-columns:minmax(0, 1fr);}
  .videoEnhancerArrow{position:absolute;top:50%;z-index:5;transform:translateY(-50%);}
  .videoEnhancerArrow:hover{transform:translateY(-50%) scale(1.06);}
  .videoEnhancerPrevious{left:-18px;}
  .videoEnhancerNext{right:-18px;}
}

@media (max-width:768px){
  .videoEnhancerWrap{margin-top:24px;padding:40px 16px;border-radius:20px;}
  .videoEnhancerHeaderLink{margin:16px 0 18px;}
  .videoEnhancerTabs{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:8px;
    width:100%;
    margin-bottom:16px;
  }
  .videoEnhancerTab{
    width:100%;
    min-width:0;
    min-height:44px;
    padding:9px 10px;
    font-size:0.9rem;
    white-space:normal;
  }
  .videoEnhancerArrow{width:38px;height:38px;font-size:1.1rem;}
  .videoEnhancerPrevious{left:-8px;}
  .videoEnhancerNext{right:-8px;}
  .videoEnhancerPlay{width:58px;height:58px;}
  .videoEnhancerCaption{display:block;padding:76px 18px 18px;}
  .videoEnhancerCaption h3{font-size:1rem;line-height:1.25rem;}
  .videoEnhancerCaption p{
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    font-size:0.8rem;
    line-height:1.1rem;
  }
  *[data-sys="win"] .videoEnhancerDownload,
  *[data-sys="mac"] .videoEnhancerDownload{margin-top:12px;}
  .videoEnhancerCta{min-width:112px;padding:10px 16px;font-size:0.875rem;}
  .videoEnhancerProgress{gap:7px;margin-top:18px;}
  .videoEnhancerProgressItem{width:26px;}
  .videoEnhancerCount{min-width:42px;margin-left:4px;font-size:0.8rem;}
  .seeWhatFlexWrap::before{display:none;}
}
@media (min-width:768px){
  .aiGenerationWrap{
    padding:48px 32px;
  }
  .aiGenerationItem{
    padding:18px;
  }
    .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%;
  }
  .swiper {
    height: 644px;
  }
.freeVsProWrap{
    padding-bottom:40px;
  }
  .whiteBtn{
    width:254px;
  }
  .btnWrap .whiteBtn{
    margin-top:0;
    margin-left:24px;
  }
  .sectionWrap{
    margin-top:60px;
  }
  .blackSection{
    margin-top:120px;
  }
.sectionTitle .gradientDiv .gradient-text{
    font-size: 2.25rem;
    line-height: 3.5rem;
  }
  .sectionWrap .sectionTitle .boldText{
    font-size: 2.25rem;
    line-height: 3rem;
  }
.freeVsProWrap .content{
    padding:0 8px;
  }
  .freeVsProWrap .tabContent{
    margin-top:52px;
  }
  .freeVsProWrap .priceWrap{
    flex-wrap: wrap;
    gap:0px;
  }

  .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;
  }
}

@media (min-width:1200px){
  .menuListWrapMax{
    display:block;
  }
  .menuListWrapSmall{
    display:none;
  }
  .menuListWrapMax ul{
    width:100%;
  }
  .menuListWrapMax ul li{
    margin-left:0;
    padding:0 24px;
  }
  .menuListWrapMax .afterBtn{
    margin-left:15px;
    padding:4px 8px 0 0;
  }
}

@media (min-width:1024px){
  .aiGenerationWrap{
    padding:52px 32px;
  }
  .aiGenerationWrap .aiGenerationContent{
    grid-template-columns:minmax(300px,36%) minmax(0,64%);
    gap:24px;
    align-items:stretch;
  }
  .aiGenerationWrap .aiGenerationTabs{
    justify-content:center;
    height:100%;
  }
  .aiGenerationWrap .aiGenerationItem{
    flex:1 1 0;
    min-height:0;
    gap:10px;
    padding:16px;
  }
  .aiGenerationWrap .aiGenerationNumber{
    flex-basis:32px;
    width:32px;
    height:32px;
  }
  .aiGenerationWrap .aiGenerationVisual,
  .aiGenerationWrap .aiGenerationVideo{
    height:100%;
  }
  .navFixedUl1024 .afterBtn .btnWrap1024{
    display:block;
  }
  body{
    background:url('/assets/images/free/bg-main.webp') 0 0 no-repeat;
    background-size:100% 100%;
  }
  .iconOrangeBtn,
  .whiteBtn{
    width:254px;
  }
  .menuListWrap .btnWrap{
    margin-top:0;
  }
  .sectionTitle .gradientDiv .gradient-text,
  .sectionWrap .sectionTitle .boldText{
    font-size:2.5rem;
    line-height:5.25rem;
  }
  .sectionWrap{
    margin-top:120px;
  }
  .btn-group-scroll .tabBtn{
    width:100%;
  }
  .swiper{
    height:auto;
  }
  .freeTopSwiper{
    max-width:1920px;
  }
  .freeTopSwiper .swiper-slide{
    width:560px;
    height:auto;
    min-height:640px;
  }
  .freeTopSwiper .swiper-slide.swiper-slide-active{
    width:864px!important;
  }
  .freeVsProWrap{
    padding-bottom:60px;
  }
  .firstPriceWrap,
  .rightPriceWrap{
    width:450px;
    height:910px;
    padding:40px;
  }
  .middlePriceWrap{
    width:533px;
    height:940px;
    min-height:904px;
    padding:55px 60px;
  }
  .seeWhatFlexWrap{
    column-gap:36px;
  }
  .seeWhatFlexWrap .seeWhatOurItem{
    margin-top:36px;
    padding:40px;
  }
  .blackBgWrap{
    padding:100px 60px;
  }
  .nav-tab-fixed{
    position:fixed!important;
    top:-20px!important;
    z-index:10;
    width:100%;
    margin-top:0;
  }
}
.mr-30 {
margin-right: 30px;
}
