main {
    background: #0B0816;
  }
  .banner {
    position: relative;
    background-image: url("../img/ai-video-enhancer/banner-background-pc.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: calc(100vh - 70px);
    border-radius: 0 0 140px 140px;
    padding-top: clamp(120px, 16.5vh, 176px);
    overflow: hidden;
  }
  .banner .banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    transition: opacity 3s ease-in-out, visibility 0s linear 3s;
    z-index: 0;
    pointer-events: none;
    will-change: opacity;
  }
  .banner .banner-video.loaded {
    opacity: 1;
    visibility: visible;
    transition: opacity 3s ease-in-out, visibility 0s linear 0s;
  }
  .banner .container {
    position: relative;
    z-index: 1;
  }
  .banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
  }
  .banner-content h1 {
    color: #FFF;
    text-align: center;
    font-size: 65px;
    font-weight: 700;
    line-height: 1.3;
  }
  .banner-content .upload-outside {
    position: relative;
    border-radius: 22px;
  }
  .banner-content .upload-outside::before {
    content: '';
    position: absolute;
    top: -1.7px;
    left: -1.7px;
    right: -1.7px;
    bottom: -1.7px;
    border-radius: 22px;
    background-image: url("../img/ai-video-enhancer/upload-border-dashed.svg");
    pointer-events: none;
  }
  .banner-content .upload-inside {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    margin: 11px;
    padding: 42px 65px;
    border-radius: 20px;
    border: 0.85px solid rgba(255, 255, 255, 0.24);
    background: rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(10px);
  }
  .banner-content .upload-desc {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
  }
  .banner-content .upload-desc-mobile {
    display: none;
  }
  .banner-content .upload-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 9px 21px;
    border-radius: 30px;
    background: linear-gradient(100deg, #FFB547 0%, #FF5E66 50%, #D94DFF 100%);
    background-position: 100% 0;
    transition: all 0.6s ease;
    cursor: pointer;
  }
  .banner-content .upload-btn span {
    color: #FFF;
    text-align: center;
    font-size: 18px;
  }
  .banner-content .upload-btn:hover,
  .banner-content .upload-btn:active {
    transform: translateY(-3px);
    background-position: 0% 0;
  }
  .mediaio {
    padding: 130px 0 156px 0;
  }
  .mediaio-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mediaio-content h2 {
    color: #FFF;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 28px;
  }
  .mediaio-content .mediaio-desc {
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    max-width: 818px;
    margin-bottom: 58px;
  }
  .mediaio-content .mediaio-data {
    display: flex;
    position: relative;
  }
  .mediaio-content .mediaio-data::after {
    content: '';
    position: absolute;
    right: 0;
    top: 18px;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, rgba(40, 40, 40, 0) 0%, #282828 100%);
    border-radius: 1px;
    z-index: 1;
  }
  .mediaio-content .mediaio-data .data-card {
    padding: 14px 30px 24px 30px;
    border-bottom: 2px solid rgba(40, 40, 40);
    position: relative;
  }
  .mediaio-content .mediaio-data .data-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, rgba(40, 40, 40, 0) 0%, #282828 100%);
    border-radius: 1px;
    z-index: 1;
  }
  .mediaio-content .mediaio-data .data-card-num {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: -0.54px;
    background: linear-gradient(100deg, #FFB547 0%, #FF5E66 50%, #D94DFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 4px;
  }
  .mediaio-content .mediaio-data .data-card-text {
    color: #D2D2D2;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.181px;
  }
  .scenarios {
    padding-bottom: 165px;
    display: flex;
    justify-content: center;
  }
  .scenarios-circle {
    max-width: 1640px;
    width: 100%;
    border-radius: 1200px;
    background: linear-gradient(0deg, #000 0%, #000 100%), linear-gradient(142deg, #10032A 10.71%, #000 22.1%);
    box-shadow: 0 4px 117.4px 0 rgba(75, 9, 190, 0.34);
    padding: 63px 0 90px 0;
  }
  .scenarios-content h2 {
    color: #FFF;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 54px;
  }
  .scenarios-content .scenarios-select {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 80px;
    background: #161616;
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.33px;
    margin-bottom: 56px;
    position: relative;
  }
  .scenarios-content .scenarios-select::before {
    content: '';
    position: absolute;
    width: clamp(148px, 20%, 216px);
    height: calc(100% - 8px);
    border-radius: 40px;
    background: linear-gradient(100deg, #FFB547 0%, #FF5E66 50%, #D94DFF 100%);
    left: 0px;
    top: 4px;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(0);
    z-index: 0;
  }
  .scenarios-content .scenarios-select[data-active="0"]::before {
    transform: translateX(0);
  }
  .scenarios-content .scenarios-select[data-active="1"]::before {
    transform: translateX(100%);
  }
  .scenarios-content .scenarios-select[data-active="2"]::before {
    transform: translateX(200%);
  }
  .scenarios-content .scenarios-select[data-active="3"]::before {
    transform: translateX(300%);
  }
  .scenarios-content .scenarios-select[data-active="4"]::before {
    transform: translateX(400%);
  }
  .scenarios-content .scenarios-select .scenarios-option {
    width: clamp(148px, 20%, 216px);
    padding: 22px 0;
    border-radius: 40px;
    background: transparent;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
  }
  .scenarios-content .scenarios-select .scenarios-option:hover {
    color: #FFF;
  }
  .scenarios-content .scenarios-select .scenarios-option.active {
    color: #FFF;
  }
  .scenarios-content .scenarios-card-group {
    position: relative;
  }
  .scenarios-content .scenarios-card-group .scenarios-cards {
    display: none;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .scenarios-content .scenarios-card-group .scenarios-cards img {
    width: 100%;
    display: block;
  }
  .scenarios-content .scenarios-card-group .scenarios-cards .scenarios-text {
    color: #323232;
    text-align: center;
    font-size: 18px;
    border-radius: 0 0 30px 30px;
    background: #FFF;
    padding: 25px 63px;
  }
  .scenarios-content .scenarios-card-group .scenarios-cards.active {
    display: block;
    position: relative;
  }
  .scenarios-content .scenarios-card-group-mobile {
    display: none;
  }
  .one-click {
    padding-bottom: 200px;
    background-image: url("../img/ai-video-enhancer/one-click-background.svg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
  }
  .one-click-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .one-click-content h2 {
    color: #FFF;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 28px;
  }
  .one-click-content .one-click-desc-1 {
    max-width: 814px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .one-click-content .one-click-tech {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 12px;
  }
  .one-click-content .one-click-tech .tech-pic {
    width: 100%;
  }
  .one-click-content .one-click-tech .include-pic {
    max-width: 762px;
    width: 100%;
  }
  .one-click-content .one-click-tech .include-pic-mobile {
    display: none;
  }
  .one-click-content .one-click-desc-2 {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 44px;
  }
  .one-click-content .one-click-show {
    border-radius: 30px;
    max-width: 1080px;
    width: 100%;
    aspect-ratio: 108 / 55;
    position: relative;
    background-image: url('../img/ai-video-enhancer/one-click-video.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .one-click-content .one-click-show .mobile-pic {
    display: none;
  }
  .one-click-content .one-click-show .one-click-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 2.5s ease-in-out, visibility 0s linear 2.5s;
    pointer-events: none;
    will-change: opacity;
  }
  .one-click-content .one-click-show .one-click-video.loaded {
    opacity: 1;
    visibility: visible;
    transition: opacity 2.5s ease-in-out, visibility 0s linear 0s;
  }
  .remove {
    padding-bottom: 40px;
  }
  .remove-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .remove-content h2 {
    color: #FFF;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.3;
    max-width: 638px;
    margin-bottom: 30px;
  }
  .remove-content .remove-desc {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    max-width: 924px;
  }
  .remove-detail {
    background-image: url("../img/ai-video-enhancer/remove-background.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 630px 0;
  }
  .remove-detail .remove-group {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 40px;
  }
  .remove-detail .card-logo {
    width: 60px;
    padding: 12px;
    border-radius: 9px;
    background: linear-gradient(180deg, #9467FF 0%, #6966FF 100%);
    margin-bottom: 18px;
  }
  .remove-detail .card-text {
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    font-size: 20px;
    font-weight: 500;
  }
  .remove-mobile-pic {
    display: none;
  }
  .upscale {
    padding-bottom: 170px;
  }
  .upscale-content {
    display: flex;
    gap: 40px;
  }
  .upscale-content .upscale-left {
    max-width: 620px;
    width: 100%;
  }
  .upscale-content .upscale-left img {
    width: 100%;
    height: auto;
    aspect-ratio: 31 / 20;
    border-radius: 24px;
    display: block;
  }
  .upscale-content .upscale-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .upscale-content .upscale-right h2 {
    color: #FFF;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 32px;
  }
  .upscale-content .upscale-right .upscale-desc {
    color: #FFF;
    font-size: 16px;
    line-height: 1.5;
  }
  .enhance {
    padding-bottom: 128px;
  }
  .enhance-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .enhance-content h2 {
    color: #FFF;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 66px;
  }
  .enhance-content .enhance-select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .enhance-content .enhance-select .enhance-option {
    padding-bottom: 14px;
    margin-bottom: 42px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
  }
  .enhance-content .enhance-select .enhance-option::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #FFB547;
    transition: width 0.3s ease;
  }
  .enhance-content .enhance-select .enhance-option.active::after {
    width: 250px;
  }
  .enhance-content .enhance-select .enhance-option .step-num {
    color: #FFF;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px;
    transition: all 0.3s ease;
  }
  .enhance-content .enhance-select .enhance-option.active .step-num {
    background: linear-gradient(100deg, #FFB547 0%, #FF5E66 50%, #D94DFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .enhance-content .enhance-select .enhance-option .step-desc {
    color: rgba(255, 255, 255, 0.93);
    font-size: 16px;
    line-height: 1.3;
  }
  .enhance-content .enhance-card-group {
    position: relative;
    width: 100%;
  }
  .enhance-content .enhance-card-group .enhance-card {
    display: none;
    max-width: 774px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .enhance-content .enhance-card-group .enhance-card img {
    width: 100%;
    border-radius: 24px;
  }
  .enhance-content .enhance-card-group .enhance-card.active {
    display: block;
    position: relative;
    left: auto;
    transform: none;
  }
  .enhance-content .enhance-mobile {
    display: none;
  }
  .media {
    padding-bottom: 174px;
  }
  .media-content h2 {
    color: #FFF;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 70px;
  }
  .media-group {
    border-radius: 13px;
    background: linear-gradient(100deg, #FFB547 0%, #FF5E66 50%, #D94DFF 100%);
    box-shadow: 0 17px 33px -7px rgba(60, 46, 143, 0.03);
  }
  .media-top-swiper {
    border-radius: 13px 13px 0 0;
    padding: 45px 65px 32px 70px;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .media-top-slide {
    display: flex;
    gap: 58px;
    width: 100%;
    height: auto;
  }
  .media-top-slide .slide-left {
    flex-shrink: 0;
  }
  .media-top-slide .slide-left img {
    display: block;
    width: 100%;
    height: auto;
  }
  .media-top-slide .slide-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .media-top-slide .slide-mobile {
    display: none;
  }
  .media-top-slide .media-text {
    color: #FFF;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 7px;
    margin-bottom: 18px;
  }
  .media-top-slide .stars {
    display: flex;
    gap: 8px;
    margin-bottom: 22px;
  }
  .media-top-slide .user {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
  }
  .media-top-navigation {
    position: absolute;
    bottom: 36px;
    right: 24px;
    display: flex;
    gap: 8px;
    z-index: 10;
  }
  .media-top-button-prev,
  .media-top-button-next {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #FFB547;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
  }
  .media-top-button-prev:hover,
  .media-top-button-next:hover,
  .media-top-button-prev:active,
  .media-top-button-next:active {
    background: #FF5E66;
  }
  .media-top-button-prev:active,
  .media-top-button-next:active {
    transform: scale(0.95);
  }
  .media-top-button-prev::before,
  .media-top-button-next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transition: border-color 0.3s ease;
  }
  .media-top-button-prev::before {
    transform: translate(-40%, -50%) rotate(-135deg);
  }
  .media-top-button-prev:hover::before {
    border-color: #FFF;
  }
  .media-top-button-next::before {
    transform: translate(-60%, -50%) rotate(45deg);
  }
  .media-top-button-next:hover::before {
    border-color: #FFF;
  }
  .media-down-swiper {
    border-radius: 0 0 13px 13px;
    background: rgba(255, 255, 255, 0.12);
    padding: 25px 50px;
    overflow: hidden;
    position: relative;
  }
  .media-down-wrapper {
    display: flex;
    gap: 68px;
    width: max-content;
    will-change: transform;
    animation-timing-function: linear;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .media-down-slide {
    flex-shrink: 0;
    width: auto;
  }
  .media-down-slide img {
    display: block;
    height: auto;
    max-height: 60px;
  }
  .hot {
    padding-bottom: 144px;
  }
  .hot-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 52px;
  }
  .hot-top h2 {
    color: #FFF;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.3;
  }
  .hot-top .navigation-buttons {
    display: flex;
    gap: 32px;
  }
  .hot-top .navigation-buttons .nav-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #222;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .hot-top .navigation-buttons .nav-button i {
    font-size: 24px;
    color: #fff;
    transition: all 0.3s ease;
    font-weight: 600;
  }
  .hot-top .navigation-buttons .nav-button:hover {
    background: #FFB547;
  }
  .hot-top .navigation-buttons .nav-button.prev i {
    transform: rotate(180deg);
  }
  .hot-down .hot-swiper {
    overflow: hidden;
    padding: 10px 0;
  }
  .hot-down .hot-slide {
    width: 345px;
    border-radius: 24px;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .hot-down .hot-slide .hot-slide-top img {
    width: 100%;
    height: 230px;
    border-radius: 24px 24px 0 0;
    display: block;
  }
  .hot-down .hot-slide .hot-slide-down {
    width: 100%;
    min-height: 90px;
    padding: 18px 23px;
    border-radius: 0 0 24px 24px;
    background: #222;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
    height: 110px;
  }
  @media (hover: hover) and (pointer: fine) {
    .hot-down .hot-slide:hover {
      transform: translateY(-3px);
      box-shadow: 0 4px 24px rgba(75, 9, 190, 0.448);
    }
  }
  .hot-down .hot-pagination {
    display: none;
  }
  .try {
    padding-bottom: 110px;
    background-image: url("../img/ai-video-enhancer/try-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .try-content {
    display: flex;
    gap: 14px;
  }
  .try-left {
    padding-top: 80px;
    max-width: 550px;
    width: 100%;
  }
  .try-left h2 {
    color: #FFF;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 28px;
  }
  .try-left .try-desc {
    color: #FFF;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 55px;
  }
  .try-left .try-btn {
    display: inline-block;
    color: #FFF;
    font-size: 28px;
    line-height: 1.5;
    padding: 19px 88px;
    border-radius: 64px;
    background: linear-gradient(100deg, #FFB547 0%, #FF5E66 50%, #D94DFF 100%);
    box-shadow: 0 0 22.6px 0 rgba(255, 255, 255, 0.76) inset;
    background-position: 100% 0;
    transition: all 0.6s ease;
    cursor: pointer;
    animation: floatUpDown 3s ease-in-out infinite;
  }
  .try-left .try-btn:hover,
  .try-left .try-btn:active {
    animation-play-state: paused;
    transform: translateY(-3px);
    background-position: 0% 0;
  }
  .try-right {
    padding-top: 15px;
    max-width: 516px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .try-right::before {
    content: '';
    position: absolute;
    width: 88px;
    height: 88px;
    background-image: url("../img/ai-video-enhancer/try-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 10%;
    top: 16%;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .try-right.show-arrow::before {
    opacity: 1;
  }
  .try-right::after {
    content: '';
    position: absolute;
    width: 107px;
    height: 107px;
    background-image: url("../img/ai-video-enhancer/try-eye.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    right: 52%;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .try-right.show-eye::after {
    opacity: 1;
  }
  .try-right .glass-text {
    display: inline-flex;
    padding: 12px 22px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 17px;
    margin-top: -70px;
    position: relative;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(10px) saturate(120%) brightness(1.4);
    -webkit-backdrop-filter: blur(28px) saturate(180%) brightness(1.1);
  }
  .try-right .glass-text::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    padding: 1px;
    background: linear-gradient(150deg, rgba(120, 150, 255, 0.6) 0%, rgba(60, 80, 140, 0.2) 30%, rgba(60, 80, 140, 0.2) 50%, rgba(120, 150, 255, 0.4) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
  }
  .try-right .glass-text span {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
  }
  .try-right-mobile {
    display: none;
  }
  @keyframes floatUpDown {
    0%,
    100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }
  @keyframes marquee {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-51.7%, 0, 0);
    }
  }
  @media (max-width: 1680px) {
    .scenarios-circle {
      margin: 0 30px;
    }
  }
  @media (max-width: 1540px) {
    .scenarios-circle {
      border-radius: 400px;
    }
  }
  @media (max-width: 1400px) {
    .scenarios-circle {
      border-radius: 0;
      background: #0B0816;
      box-shadow: 0 4px 117.4px 0 rgba(75, 9, 190, 0);
      padding: 0;
    }
  }
  @media (max-width: 1200px) {
    .enhance-content .enhance-select .enhance-option.active::after {
      width: 150px;
    }
    .try-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 40px;
    }
  }
  @media (max-width: 1100px) {
    .banner-content {
      gap: 32px;
    }
    .mediaio-content .mediaio-data .data-card {
      padding: 14px 10px 24px 10px;
    }
    .mediaio-content .mediaio-data .data-card-num {
      font-size: 28px;
    }
  }
  @media (max-width: 960px) and (min-width: 770px) {
    .remove-detail {
      background-size: cover;
      background-position: top center;
      padding-bottom: 52vw;
    }
  }
  @media (max-width: 768px) {
    .banner {
      background-image: url("../img/ai-video-enhancer/banner-background-mobile.png");
      min-height: 0;
      border-radius: 0;
      padding: 83px 0 174px 0;
    }
    .banner-content {
      gap: 25px;
    }
    .banner-content h1 {
      font-size: 46px;
    }
    .banner-content .upload-outside {
      border-radius: 12px;
    }
    .banner-content .upload-outside::before {
      border-radius: 12px;
      background-image: url("../img/ai-video-enhancer/upload-border-dashed-mobile.svg");
    }
    .banner-content .upload-inside {
      border-radius: 12px;
      gap: 12px;
      margin: 6px;
      padding: 18px 65px;
    }
    .banner-content .upload-desc {
      display: none;
    }
    .banner-content .upload-desc-mobile {
      display: block;
      color: #FFF;
      text-align: center;
      font-size: 16px;
      line-height: 1.5;
    }
    .banner-content .upload-btn {
      gap: 4px;
      padding: 8px 15px;
    }
    .banner-content .upload-btn img {
      width: 18px;
      height: 18px;
    }
    .banner-content .upload-btn span {
      font-size: 12px;
    }
    .mediaio {
      padding: 55px 0 70px 0;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .mediaio-content {
      max-width: 480px;
    }
    .mediaio-content h2 {
      font-size: 32px;
      margin-bottom: 20px;
    }
    .mediaio-content .mediaio-desc {
      font-size: 16px;
      margin-bottom: 42px;
    }
    .mediaio-content .mediaio-data {
      display: grid;
      grid-template-columns: repeat(2, 2fr);
      row-gap: 16px;
      column-gap: 12px;
    }
    .mediaio-content .mediaio-data::after {
      display: none;
    }
    .mediaio-content .mediaio-data .data-card {
      padding: 10px 6px 12px 6px;
      border-radius: 6px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      background: #0E091F;
      position: relative;
    }
    .mediaio-content .mediaio-data .data-card::before {
      display: none;
    }
    .mediaio-content .mediaio-data .data-card-num {
      font-size: 28px;
      line-height: 1.9;
      margin-bottom: 2px;
    }
    .mediaio-content .mediaio-data .data-card-text {
      font-size: 14px;
      letter-spacing: 0.14px;
    }
    .scenarios {
      padding-bottom: 98px;
    }
    .scenarios-circle {
      border-radius: 0;
      background: #0B0816;
      box-shadow: 0 4px 117.4px 0 rgba(75, 9, 190, 0);
      padding: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .scenarios-content {
      max-width: 480px;
    }
    .scenarios-content h2 {
      font-size: 32px;
      margin-bottom: 18px;
    }
    .scenarios-content .scenarios-select {
      display: none;
    }
    .scenarios-content .scenarios-card-group {
      display: none;
    }
    .scenarios-content .scenarios-card-group-mobile {
      display: block;
    }
    .scenarios-content .scenarios-swiper {
      padding-bottom: 20px;
      position: relative;
      overflow: hidden;
      width: 100%;
    }
    .scenarios-content .scenarios-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: flex;
      transition-property: transform;
      box-sizing: content-box;
    }
    .scenarios-content .scenarios-slide {
      display: flex;
      flex-direction: column;
      align-items: center;
      max-width: 480px;
      width: 100%;
      flex-shrink: 0;
      height: 100%;
      position: relative;
      transition-property: transform;
    }
    .scenarios-content .scenarios-slide .scenarios-small-title {
      color: #FFF;
      text-align: center;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: -0.214px;
      padding: 10px 22px;
      margin-bottom: 18px;
      border-radius: 32px;
      background: linear-gradient(90deg, #EE4CDF 0%, #9254EE 100%);
    }
    .scenarios-content .scenarios-slide img {
      width: 100%;
    }
    .scenarios-content .scenarios-slide .scenarios-slide-desc {
      border-radius: 0 0 12px 12px;
      background: #FFF;
      padding: 14px 15px;
      width: 100%;
      height: 92px;
      color: #323232;
      text-align: center;
      font-size: 14px;
      line-height: 1.5;
    }
    .scenarios-content .scenarios-pagination {
      position: absolute;
      text-align: center;
      transition: 0.3s opacity;
      transform: translate3d(0, 0, 0);
      z-index: 10;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .scenarios-content .scenarios-pagination .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.18);
      opacity: 1;
      margin: 0 4px;
      transition: all 0.3s ease;
      display: inline-block;
      cursor: pointer;
    }
    .scenarios-content .scenarios-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.74);
      width: 20px;
    }
    .one-click {
      padding-bottom: 86px;
      background-image: none;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .one-click-content {
      max-width: 480px;
    }
    .one-click-content h2 {
      font-size: 32px;
      margin-bottom: 20px;
    }
    .one-click-content .one-click-desc-1 {
      margin-bottom: 36px;
    }
    .one-click-content .one-click-tech {
      margin-bottom: 16px;
    }
    .one-click-content .one-click-tech .include-pic {
      display: none;
    }
    .one-click-content .one-click-tech .include-pic-mobile {
      display: block;
      width: 92%;
    }
    .one-click-content .one-click-desc-2 {
      font-size: 16px;
      margin-bottom: 14px;
    }
    .one-click-content .one-click-show {
      border-radius: 12px;
      max-width: 480px;
      width: 100%;
      aspect-ratio: 0;
      height: auto;
      background-image: none;
    }
    .one-click-content .one-click-show .mobile-pic {
      display: block;
      width: 100%;
    }
    .one-click-content .one-click-show .one-click-video {
      display: none;
    }
    .remove {
      padding-bottom: 70px;
      display: flex;
      flex-direction: column;
    }
    .remove-content {
      max-width: 480px;
    }
    .remove-content h2 {
      font-size: 32px;
      margin-bottom: 20px;
    }
    .remove-detail {
      background-image: none;
      padding: 36px 0 24px 0;
    }
    .remove-detail .remove-group {
      padding: 0 10px;
    }
    .remove-detail .card-logo {
      width: 42px;
      padding: 8px;
      border-radius: 6px;
      margin-bottom: 12px;
    }
    .remove-detail .card-logo img {
      width: 26px;
    }
    .remove-detail .card-text {
      font-size: 12px;
    }
    .remove-mobile-pic {
      display: block;
      width: 100%;
    }
    .remove-mobile-pic img {
      width: 100%;
    }
    .upscale {
      padding-bottom: 70px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .upscale-content {
      max-width: 480px;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }
    .upscale-content .upscale-left {
      order: 2;
      max-width: 480px;
      width: 100%;
    }
    .upscale-content .upscale-left img {
      width: 100%;
      border-radius: 12px;
    }
    .upscale-content .upscale-right {
      order: 1;
      text-align: center;
    }
    .upscale-content .upscale-right h2 {
      font-size: 32px;
      margin-bottom: 20px;
    }
    .enhance {
      padding-bottom: 86px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .enhance-content {
      max-width: 480px;
    }
    .enhance-content h2 {
      font-size: 32px;
      margin-bottom: 22px;
    }
    .enhance-content .enhance-select {
      display: none;
    }
    .enhance-content .enhance-card-group {
      display: none;
    }
    .enhance-content .enhance-mobile {
      display: block;
      width: 100%;
    }
    .enhance-content .enhance-swiper {
      padding-bottom: 24px;
      position: relative;
      overflow: hidden;
      width: 100%;
      margin: 0 auto;
    }
    .enhance-content .enhance-wrapper {
      position: relative;
      width: 100%;
      height: auto;
      z-index: 1;
      display: flex;
      transition-property: transform;
      box-sizing: content-box;
      align-items: flex-start;
    }
    .enhance-content .enhance-slide {
      display: flex;
      flex-direction: column;
      align-items: center;
      max-width: 480px;
      width: 100%;
      flex-shrink: 0;
      height: auto;
      position: relative;
      transition-property: transform;
    }
    .enhance-content .enhance-slide .enhance-img {
      width: 100%;
      max-width: 480px;
      margin-bottom: 18px;
    }
    .enhance-content .enhance-slide .enhance-img img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 10px;
    }
    .enhance-content .enhance-slide .step-num-mobile {
      background: linear-gradient(120deg, #CC3FFF 40%, #AB61FF 50%, #6835FF 55%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-align: center;
      font-size: 18px;
      font-weight: 600;
      line-height: 1.3;
      margin: 0 0 12px 0;
    }
    .enhance-content .enhance-slide .step-desc-mobile {
      color: rgba(255, 255, 255, 0.93);
      text-align: center;
      font-size: 14px;
      line-height: 1.3;
      padding: 0 20px;
    }
    .enhance-content .enhance-pagination {
      position: absolute;
      text-align: center;
      transition: 0.3s opacity;
      transform: translate3d(0, 0, 0);
      z-index: 10;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .enhance-content .enhance-pagination .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.18);
      opacity: 1;
      margin: 0 4px;
      transition: all 0.3s ease;
      display: inline-block;
      cursor: pointer;
    }
    .enhance-content .enhance-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.74);
      width: 20px;
    }
    .media {
      padding-bottom: 102px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .media-content {
      max-width: 480px;
    }
    .media-content h2 {
      font-size: 32px;
      margin-bottom: 32px;
    }
    .media-top-swiper {
      padding: 32px 38px 30px 37px;
    }
    .media-top-slide .slide-left,
    .media-top-slide .slide-right {
      display: none;
    }
    .media-top-slide .slide-mobile {
      display: block;
    }
    .media-top-slide .slide-mobile .slide-top {
      margin-bottom: 18px;
    }
    .media-top-slide .slide-mobile .slide-top .mobile-text {
      color: #FFF;
      font-size: 14px;
      line-height: 1.8;
    }
    .media-top-slide .slide-mobile .slide-down {
      display: flex;
      gap: 20px;
    }
    .media-top-slide .slide-mobile .slide-down .down-left img {
      width: 70px;
      height: 70px;
    }
    .media-top-slide .slide-mobile .slide-down .down-right {
      padding-top: 8px;
    }
    .media-top-slide .slide-mobile .slide-down .down-right .mobile-star {
      display: flex;
      gap: 8px;
    }
    .media-top-slide .slide-mobile .slide-down .down-right .mobile-star img {
      width: 17px;
      height: 17px;
    }
    .media-top-slide .slide-mobile .slide-down .down-right .mobile-user {
      margin-top: 16px;
      color: #FFF;
      font-size: 16px;
      font-weight: 500;
    }
    .media-down-swiper {
      padding: 20px 15px;
    }
    .media-down-wrapper {
      gap: 30px;
    }
    .media-down-slide img {
      height: 20px;
    }
    .media-top-navigation {
      display: none;
    }
    .hot {
      padding-bottom: 126px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .hot-top {
      justify-content: center;
      margin-bottom: 32px;
    }
    .hot-top h2 {
      font-size: 32px;
      text-align: center;
    }
    .hot-top .navigation-buttons {
      display: none;
    }
    .hot-down .hot-swiper {
      padding: 5px 0;
      padding-bottom: 26px;
      position: relative;
    }
    .hot-down .hot-slide {
      width: 100%;
    }
    .try {
      padding-bottom: 48px;
      background-image: url("../img/ai-video-enhancer/try-mobile-background.png");
    }
    .try-content {
      flex-direction: column;
      align-items: center;
      gap: 0;
    }
    .try-left {
      padding-top: 0;
      max-width: 480px;
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .try-left h2 {
      font-size: 32px;
      text-align: center;
      margin-bottom: 18px;
    }
    .try-left .try-desc {
      font-size: 16px;
      text-align: center;
      margin-bottom: 34px;
    }
    .try-left .try-btn {
      font-size: 18px;
      padding: 13px 60px;
      border-radius: 42px;
    }
    .try-right {
      display: none;
    }
    .try-right-mobile {
      display: block;
      padding-top: 44px;
    }
  }
  @media (max-width: 600px) {
    .hot-down .hot-pagination {
      display: block;
      position: absolute;
      text-align: center;
      transition: 0.3s opacity;
      transform: translate3d(0, 0, 0);
      z-index: 10;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .hot-down .hot-pagination .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.18);
      opacity: 1;
      margin: 0 4px;
      transition: all 0.3s ease;
      display: inline-block;
      cursor: pointer;
    }
    .hot-down .hot-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      border-radius: 16px;
      background: rgba(255, 255, 255, 0.74);
      width: 20px;
    }
  }
  @media (max-width: 370px) {
    .mediaio-content .mediaio-data .data-card-num {
      font-size: 22px;
    }
    .try-right-mobile img {
      width: 314px;
    }
  }
  