.base-header {
    padding-top: 0;
}

.base-header .header-wrapper {
    background: none;
}

main .color {
    background: linear-gradient(91.33deg, #685BFF 1.14%, #D301E5 119.41%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

main h2 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 60px;
}

main img {
    height: auto;
}

main section {
    padding-bottom: 140px;
}

main img, main video {
    height: auto;
}

main .no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

main .no-scrollbar::-webkit-scrollbar {
    display: none;
}

main .arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -100px;
    width: 100px;
    height: 100px;
    background-color: #F2F2F2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s;
    z-index: 3; 
    color: rgba(0, 0, 0, 0.27);
    padding-left: 8px;
} 

main .arrow-btn:hover {
    background: rgba(104, 91, 255, 0.12);
    color: rgba(104, 91, 255, 0.46);
}

main .arrow-btn.is-left {
    right: unset;
    left: -100px;
    padding: 0 8px 0 0;
}

main .arrow-btn.is-left svg {
    transform: rotate(180deg);
}

main .arrow-btn.is-right svg {
    transform: rotate(0deg);
}

main .base-maxwidth {
    max-width: 1440px;
}

main .try-now {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background: var(--color-primary);
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-white);
    width: 300px;
    height: 48px;
    margin-top: 40px; 
}

main .try-now:hover {
    background: var(--color-primary-dark);
}

.top-banner {
    padding: 123px 0 60px;
    text-align: center;
    background: url(https://images.chatartpro.com/chatartweben/asset/overview/ai-video-models/banner-bg.svg) no-repeat 0 0 / 100% 1186px;
    background-color: var(--color-white);
}

.top-banner .base-maxwidth {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top-banner .model-name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    background: linear-gradient(91.33deg, #685BFF 1.14%, #D301E5 119.41%);
    border-radius: 36px;
    padding: 8px 12px;
    position: relative;
    z-index: 0;
}

.top-banner .model-name::before {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 1px;
    border-radius: inherit;
    background: #f3e5fa;
}


.top-banner h1 {
    font-size: 52px;
    max-width: 1280px;
}

.top-banner h1 span {
    display: block;
}

.top-banner .desc {
    font-size: 16px;
    margin: 20px auto 40px;
    max-width: 825px;
}

.top-banner .video-box {
    max-width: 1080px;
    width: 100%;
    position: relative;
    display: flex;
}

.top-banner .video-box img,
.top-banner .video-box video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 24px;
}

.top-banner .video-box video {
    display: none;
}

.most-trusted {
    padding: 76px 0 160px;
    overflow: hidden;
}

.most-trusted .base-maxwidth {
    background: linear-gradient(91.54deg, rgba(232, 226, 255, 0.3) 9.8%, rgba(230, 227, 255, 0.3) 98.69%);
    border-radius: 24px;
    padding: 64px 42px;
}

.most-trusted .trusted-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 35px;
}

.most-trusted .trusted-box picture {
    width: calc(100% / 6 - 45px);
}

.most-trusted .trusted-box img {
    height: 53px;
    width: auto;
}

.most-powerful {
    position: relative;
    z-index: 1;
}

.most-powerful .base-maxwidth {
    max-width: 100%;
    padding: 0;
}

.most-powerful h2 {
    padding: 0 14px;
}

.most-powerful h2 + .desc {
    margin: 12px auto 60px;
    max-width: 1030px;
    padding: 0 14px;
    text-align: center;
}

.most-powerful .content-box {
    position: relative;
    z-index: 10;
    padding: 0 14px;
    max-width: 1642px;
    margin: 0 auto;
}

.most-powerful .content-item {
    padding: 140px 14px;
    border-radius: 40px;
    position: sticky;
    top: 0;
    transition: transform 0.3s ease;
    margin-bottom: 60px;
    background: #F8F7FF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.most-powerful .content-item:last-child {
    margin-bottom: 0;
}

.most-powerful .content-item:not(:first-child) {
    box-shadow: 0 -6px 60px 10px rgba(0, 0, 0, 0.1);
}

.most-powerful .content-item .text {
    max-width: 576px;
    width: 50%;
}

.most-powerful .content-item h3 {
    font-size: 32px;
    font-weight: 700;
}

.most-powerful .content-item h3 + .desc {
    color: var(--color-block-darker);
    font-size: 14px;
    margin: 16px 0 30px;
}

.most-powerful .content-item .img {
    max-width: 695px;
    width: 50%;
    margin-left: 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.most-powerful .content-item .img video {
    border-radius: 34px;
    width: 100%;
}

/* 装饰性循环视频：不展示原生控件（避免 play 失败或被聚焦时出现控件条） */
.most-powerful .content-item .img video::-webkit-media-controls {
    display: none !important;
}

.most-powerful .content-item .img video::-webkit-media-controls-enclosure {
    display: none !important;
}

.video-sound-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 4;
    box-sizing: border-box;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
    transition: background 0.2s ease;
}

.video-sound-btn:hover {
    background: rgba(0, 0, 0, 0.62);
}

.video-sound-btn:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.9);
    outline-offset: 2px;
}

.video-sound-btn svg {
    display: block;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* 静音态：仅显示静音图标 */
.video-sound-btn.is-muted .video-sound-icon-on {
    display: none;
}

.video-sound-btn.is-muted .video-sound-icon-off {
    display: block;
}

/* 有声态：仅显示有声图标 */
.video-sound-btn:not(.is-muted) .video-sound-icon-off {
    display: none;
}

.video-sound-btn:not(.is-muted) .video-sound-icon-on {
    display: block;
}

.most-powerful .content-item .try-now {
    margin: 0;
}

.most-powerful .content-item .try-now svg {
    display: none;
}

.most-articles .base-maxwidth {
    padding: 0;
}

.most-articles h2 {
    padding: 0 14px;
}

.most-articles .desc {
    margin: 16px auto 60px;
    padding: 0 14px;
}

.most-articles .articles-item {
    max-width: 530px;
    flex-shrink: 0;
    border-radius: 20px;
    margin-right: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--bg-color, linear-gradient(180deg, #FFF7D1 0%, #FFFBE7 100%));
    padding: 40px;
}

.most-articles .articles-item h3 {
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
    min-height: 60px;
}

.most-articles .articles-item p {
    margin-bottom: 24px;
    flex: 1;
    min-height: 90px;
}

.most-articles .articles-item img {
    transition: transform .2s;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
}

.most-articles .articles-item:hover img {
    transform: scale(1.05);
}

.most-articles .scrollbar-content {
    position: relative;
}

.most-articles .scrollbar-box {
    display: flex;
    position: relative;
    width: 100%;
    padding: 6px 14px;
}

.most-articles .scrollbar-content .arrow-btn {
    display: none;
}

.most-articles .scrollbar-content.to-left .arrow-btn.is-left,
.most-articles .scrollbar-content.to-right .arrow-btn.is-right  {
    display: flex;
}

.most-articles .scrollbar-content.to-left::before,
.most-articles .scrollbar-content.to-right::after {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 14%;
    max-width: 160px;
    height: 100%;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    pointer-events: none;
}

.most-articles .scrollbar-content.to-right::after {
    left: unset;
    right: -1px;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.most-articles .scrollbar-box {
    display: flex;
    position: relative;
    width: 100%;
    padding: 6px 14px;
}

.most-feature h2 {
    max-width: 1000px;
    margin: 0 auto 90px;
}

.most-feature .feature-item {
    margin-bottom: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.most-feature .feature-item:last-child {
    margin-bottom: 0;
}

.most-feature .feature-item .text {
    max-width: 480px;
    width: 34%;
}

.most-feature .text h3 {
    font-weight: 700;
    font-size: 28px;
}

.most-feature .text p {
    color: rgba(42, 48, 72, 0.8);
    margin: 40px 0;
}

.most-feature .text img {
    width: 100%;
    max-width: 479px;
}

.most-feature .feature-item:nth-child(4) .text img {
    max-width: 322px;
}

.most-feature .feature-item .text img.img-small {
    max-width: 112px;
}

.most-feature .feature-item>.try-now {
    display: none;
    margin: 0 auto;
    order: 2;
}

.most-feature .feature-item .video-box {
    max-width: 898px;
    width: calc(66% - 40px);
    border-radius: 40px;
    padding: 30px;
    background: #E4ECFC;
    display: flex;
    flex-direction: column;
}

.most-feature .feature-item .video-box video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 24px;
}

.most-feature .feature-item .video-box .prompt-desc {
    font-size: 14px;
    color: rgba(42, 48, 72, 0.8);
    margin-top: 16px;
}

.most-feature .feature-item .video-box .prompt-desc img {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    object-fit: cover;
}

.most-feature .feature-item:nth-child(2) .video-box {
    background: #EAF8EA;
}

.most-feature .feature-item:nth-child(3) .video-box {
    background: #FFEEF6;
}

.most-feature .feature-item:nth-child(4) .video-box {
    background: #FFF7D2;
}

.most-feature .feature-item:nth-child(5) .video-box {
    background: #E3ECFC;
}

.most-reviews h2 {
    margin-bottom: 40px;
}

.most-reviews .swiper-slide {
    max-width: 1000px;
    width: 90%;
    background: var(--color-primary);
    opacity: 0;
    border-radius: 8px;
}

.most-reviews .swiper-slide.swiper-slide-next,
.most-reviews .swiper-slide.swiper-slide-prev {
    opacity: 0.3;
}

.most-reviews .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.most-reviews .review-item {
    padding: 50px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 230px;
    position: relative;
    color: var(--color-white);
    gap: 20px;
}

.most-reviews .review-item .user-info {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
    min-width: 200px;
}

.most-reviews .review-item .avatar-wrap {
    flex-shrink: 0;
}

.most-reviews .review-item .avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
}

.most-reviews .review-item .user-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.most-reviews .review-item .user-name {
    font-size: 24px;
    font-weight: 600;
}

.most-reviews .review-item .user-title {
    color: rgba(255, 255, 255, 0.8);
}

.most-reviews .reviews-divider {
    width: 1px;
    height: 110px;
    background: repeating-linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.3) 0px,
        rgba(255, 255, 255, 0.3) 8px,
        transparent 8px,
        transparent 16px
    );
    flex-shrink: 0;
}

.most-reviews .review-item .review-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 500px;
}

.most-reviews .review-item .review-stars {
    display: flex;
    gap: 4px;
    align-items: center;
}

.most-reviews .review-item .star {
    width: 17px;
    height: 17px;
    background: url(https://images.chatartpro.com/chatartweben/asset/overview/ai-video-models/star.svg) no-repeat center/ contain;
}

.most-models .model-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 980px;
    gap: 20px;
    margin: 0 auto;
}

.most-models .model-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 80px;
    flex-shrink: 0;
    gap: 4px;
}

.most-models .model-item picture {
    background: #EDEDED;
    border-radius: 8px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.most-models .model-item img {
    width: 40px;
}

.most-models .model-item p {
    font-weight: 500;
    font-size: 16px;
}

.popular-youtube .youtube-box {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

.popular-youtube .youtube-video {
    position: relative;
    text-align: center;
    max-width: 447px;
    height: 252px;
    width: 100%;
    background: #d6d6d6;
    border-radius: 8px;
}
 
.popular-youtube .youtube-video .play-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    cursor: pointer;
    background-size: 70px;
    background-image: url(https://images.chatartpro.com/chatartweben/assets/article/common/video-icon.svg);
}

.popular-youtube .youtube-video img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popular-youtube .youtube-video iframe {
    width: 100%;
    border-radius: 8px;
    height: 100%;
}

/* Reddit / X：折叠渐隐遮罩与区块底色一致（移动端规则在同文件 @media(max-width: 992px) 内） */
.popular-reddit,
.popular-twitter {
    --popular-embed-mask-solid: var(--color-white);
}

.popular-reddit .reddit-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
}

.popular-reddit .reddit-video {
    width: calc(20% - 16px);
    display: flex;
}

.popular-reddit .reddit-video iframe {
    width: 100% !important;
    max-width: 640px;
    border-radius: 8px !important;
    background: var(--color-white);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.popular-twitter .twitter-box {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
}

.popular-twitter .twitter-video {
    max-width: 320px;
    margin-bottom: 16px;
    min-height: 380px;
    border-radius: 8px;
    background: var(--color-white);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    box-sizing: border-box;
    break-inside: avoid;
    page-break-inside: avoid;
}

.popular-twitter .twitter-video iframe {
    width: 100% !important;
    border-radius: 8px !important;
    background: var(--color-white);
    display: block;
}

.popular-twitter .twitter-tweet {
    width: 100% !important;
    margin: 0 !important;
}

.popular-embed-toggle {
    display: none;
}

@media (min-width: 993px) {
    .popular-embed-outer {
        max-height: none;
        overflow: visible;
    }
}

.faq-container {
    padding: 0 14px 140px;
}

.faq-container .base-maxwidth {
    border-radius: 24px;
    background: #F3FAFF;
    padding: 60px;
    display: flex;
    justify-content: space-between;
    max-width: 1350px;
}

.faq-container .left {
    padding: 0 20px 0 40px;
}

.faq-container .left h2 {
    margin: 0;
    text-align: left;
    font-size: 48px;
}

.faq-container .left .desc {
    color: #2F353F;
    margin: 8px 0 20px;
    max-width: 340px;
    text-align: left;
}

.faq-container .download-box {
    display: flex;
}

.faq-container .download-box .download {
    background: var(--color-block-darker);
    color: var(--color-white-lighter);
}

.faq-container .download-box .download:hover {
    background: var(--color-block-darker);
    border-color: var(--color-block-darker);
}

.faq-container .right {
    max-width: 744px;
    width: 65%;
}

.faq-container .faq-item {
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.faq-container .faq-item .faq-title {
    font-size: 22px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.faq-container .faq-item .faq-title svg {
    margin: 5px 0 0 10px;
    transition: all .3s;
    min-width: 24px;
    min-height: 24px;
}

.faq-container .faq-item .faq-content {
    margin-top: 8px;
    display: none;
    padding-right: 30px;
}

.faq-container .faq-item .faq-content a {
    color: var(--color-primary);
}

.faq-container .faq-item.active .faq-title svg {
    transform: rotate(-45deg);
}

.bottom-banner {
    color: var(--color-white);
    padding: 0;
    text-align: center;
}

.bottom-banner .base-maxwidth {
    max-width: 100%;
    position: relative;
    display: flex;
    padding: 0;
}

.bottom-banner .content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    background: rgba(20, 18, 38, 0.6);
    padding: 14px;
}

.bottom-banner h2 {
    margin-bottom: 48px;
    max-width: 973px;
}

.bottom-banner .desc {
    margin: 0 auto 60px;
    max-width: 940px;
}

.bottom-banner .bg-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.bottom-banner .bg-box picture {
    width: 100%;
}

.bottom-banner .bg-box img {
    max-width: 100%;
    width: 100%;
    min-height: 380px;
    object-fit: cover;
}

.bottom-banner .base-download-button .download {
    background-color: var(--color-white-lighter);
    border-radius: 52px;
    font-size: 24px;
    font-weight: 700;
    height: 65px;
    color: var(--color-primary);
}

@media(min-width: 1025px) {
    .bottom-banner .base-download-button .download {
        padding: 4px 40px;
        background-position: 5%;
        background-size: 30px 30px;
        background-image: url(https://images.chatartpro.com/chatartweben/assets/common/white-arrow.svg);
    }

    .bottom-banner .base-download-button .download:hover {
        background-position: 95%;
    }
}

@media(max-width: 1700px) {
    main .arrow-btn {
        right: 0;
    }

    main .arrow-btn:hover {
        background: rgba(104, 91, 255, 0.6);
        color: #fff;
    }

    main .arrow-btn.is-left {
        left: 0;
    }
}

@media(max-width: 1400px) {
    .most-feature .feature-item .text {
        width: 40%;
    }

    .most-feature .feature-item .video-box {
        width: calc(60% - 40px);
    }

    .popular-youtube .youtube-box {
        gap: 20px;
    }

    .popular-youtube .youtube-video {
        max-width: 360px;
        height: 200px;
    }

    .popular-reddit .reddit-box {
        gap: 10px;
    }

    .popular-reddit .reddit-video {
        width: calc(20% - 10px);
    }

    .popular-twitter .twitter-box {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

@media(max-width: 1100px) {
    main section {
        padding-bottom: 100px;
    }

    .top-banner {
        padding: 78px 0 20px;
        background-position: 0 60%;
    }

    .top-banner .try-now {
        margin-top: 20px;
    }

    .top-banner .video-box {
        max-width: 820px;
    }

    .top-banner .video-box img,
    .top-banner .video-box video {
        border-radius: 16px;
    }

    .most-trusted {
        padding: 20px 0 100px;
    }

    .most-trusted .trusted-box picture {
        width: calc(100% / 4 - 30px);
    }

    .popular-youtube .youtube-box {
        flex-wrap: wrap;
    }

    .popular-reddit .reddit-box {
        gap: 20px;
    }

    .popular-reddit .reddit-video {
        width: calc(100% / 3 - 20px);
    }

    .popular-twitter .twitter-box {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .faq-container {
        padding-bottom: 100px;
    }

    .faq-container .left {
        padding-left: 0;
    }

    .faq-container .left h2 {
        font-size: 42px;
    }

    .faq-container .left .desc {
        max-width: 229px;
    }

    .bottom-banner .base-download-button .download {
        height: 48px;
        padding: 4px 20px;
    }
}

@media(max-width: 992px) {
    main section {
        padding-bottom: 60px;
    }

    main h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    main .arrow-btn {
        width: 60px;
        height: 60px;
        padding-left: 4px;
    }

    main .arrow-btn svg {
        width: 22px;
        height: 29px;
    }

    .top-banner h1 {
        font-size: 24px;
    }

    .top-banner .desc {
        margin: 16px auto 30px;
    }

    .top-banner .video-box {
        max-width: 540px;
    }

    .most-trusted {
        padding: 20px 0 40px;
    }

    .most-trusted .base-maxwidth {
        padding: 24px 14px;
        border-radius: 0;
    }

    .most-trusted .trusted-box {
        gap: 20px;
    }

    .most-trusted .trusted-box picture {
        width: calc(100% / 6 - 20px);
    }

    .most-trusted .trusted-box img {
        height: 42px;
    }

    .most-powerful h2 + .desc {
        margin-bottom: 30px;
    }

    .most-powerful .content-box {
        padding: 0;
    }

    .most-powerful .content-item {
        padding: 30px 20px 16px;
        border-radius: 30px;
        box-shadow: none !important;
        transform: none !important;
        position: static;
        margin-bottom: 40px;
        flex-wrap: wrap;
    }

    .most-powerful .content-item .text {
        width: 100%;
        max-width: 100%;
    }

    .most-powerful .content-item .img {
        max-width: 100%;
        width: 100%;
        margin: 30px 0 0;
    }

    .most-powerful .content-item .img video {
        border-radius: 20px;
    }

    .most-powerful .content-item h3 {
        font-size: 24px;
    }

    .most-articles .articles-item {
        max-width: 310px;
        border-radius: 16px;
        margin-right: 16px;
        padding: 24px;
    }

    .most-articles h2 {
        margin-bottom: 10px;
    }

    .most-articles .articles-item h3 {
        font-size: 16px;
        min-height: 48px;
    }

    .most-articles .articles-item p {
        margin-bottom: 16px;
        font-size: 12px;
        min-height: 90px;
    }

    .most-powerful .content-item h3 + .desc {
        margin: 12px 0 20px;
    }

    .most-feature h2 {
        max-width: 600px;
        margin: 0 auto 20px;
    }

    .most-feature .feature-item {
        margin-bottom: 40px;
        flex-wrap: wrap;
        gap: 24px;
    }

    .most-feature .feature-item .text {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .most-feature .feature-item:nth-child(4) .text img {
        max-width: 220px;
    }

    .most-feature .text h3 {
        font-size: 20px;
        text-align: center;
    }

    .most-feature .text p {
        margin: 18px 0;
        font-size: 14px;
        max-width: 520px;
        text-align: center;
    }

    .most-feature .try-now {
        margin-top: 24px;
        display: none;
    }

    .most-feature .feature-item>.try-now {
        display: flex;
    }

    .most-feature .feature-item .video-box {
        width: 100%;
        max-width: 100%;
        border-radius: 20px;
        padding: 16px;
        order: 1;
    }

    .most-feature .feature-item .video-box video {
        border-radius: 16px;
    }

    .most-reviews h2 {
        margin-bottom: 20px;
    }

    .most-reviews .swiper-slide {
        max-width: 420px;
        width: 100%;
    }

    .most-reviews .review-item {
        padding: 20px;
        flex-direction: column;
        justify-content: center;
    }

    .most-reviews .review-item .user-info {
        gap: 14px;
    }

    .most-reviews .review-item .user-name {
        font-size: 20px;
    }

    .most-reviews .review-item .user-title {
        font-size: 14px;
    }

    .most-reviews .reviews-divider {
        width: 100%;
        height: 1px;
        background: repeating-linear-gradient(to left, rgba(255, 255, 255, 0.3) 0px, rgba(255, 255, 255, 0.3) 8px, transparent 8px, transparent 16px);
        flex-shrink: 0;
    }

    .most-reviews .review-item .review-content {
        font-size: 14px;
    }

    .most-models .model-box {
        gap: 16px 12px;
    }

    .bottom-banner h2 {
        margin-bottom: 24px;
    }

    .bottom-banner .desc {
        margin: 0 auto 24px;
        font-size: 14px;
    }

    .popular-youtube .youtube-video .play-button {
        background-size: 56px;
    }

    .popular-twitter .twitter-video {
        margin-bottom: 20px;
    }

    .popular-embed-outer {
        position: relative;
    }

    .popular-embed-outer:not(.is-open) {
        max-height: 420px;
        overflow: hidden;
    }

    .popular-embed-outer:not(.is-open)::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 88px;
        background: linear-gradient(
            180deg,
            rgba(255, 255, 255, 0) 0%,
            var(--popular-embed-mask-solid, #fff) 85%,
            var(--popular-embed-mask-solid, #fff) 100%
        );
        pointer-events: none;
    }

    .popular-embed-outer.is-open::after {
        display: none;
    }

    .popular-embed-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 24px auto 0;
        padding: 10px 24px;
        min-height: 44px;
        border-radius: 12px;
        font-size: 15px;
        font-weight: 600;
        color: var(--color-white, #fff);
        text-decoration: none;
        background: var(--color-primary);
        border: 1px solid var(--color-primary);
        box-shadow: none;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        max-width: min(280px, 100%);
        width: auto;
        appearance: none;
        -webkit-appearance: none;
        font: inherit;
        line-height: 1.2;
    }

    .popular-embed-toggle:hover,
    .popular-embed-toggle:focus-visible {
        background: var(--color-primary-dark);
        border-color: var(--color-primary-dark);
        color: var(--color-white, #fff);
    }

    .faq-container {
        padding: 0 0 60px;
    }

    .faq-container .base-maxwidth {
        padding: 32px 14px;
    }

    .faq-container .left h2 {
        font-size: 36px;
    }

    .faq-container .left .desc {
        font-size: 14px;
        margin-top: 4px;
    }

    .faq-container .download-box .download {
        height: 40px;
        font-size: 14px;
        padding: 4px 16px;
    }

    .faq-container .faq-item .faq-title {
        font-size: 16px;
        font-weight: 600;
    }

    .faq-container .faq-item .faq-title svg {
        margin-top: 0;
    }

    .faq-container .faq-item .faq-content p {
        font-size: 14px;
    }

    .faq-container .faq-item {
        padding: 12px 0;
    }

    .bottom-banner .base-download-button .download {
        border-radius: 63px;
        font-size: 16px;
        height: 38px;
        padding: 4px 16px;
    }
}

@media(max-width: 567px) {
    main .arrow-btn {
        width: 48px;
        height: 48px;
    }

    main .arrow-btn svg {
        width: 18px;
        height: 24px;
    }

    .top-banner {
        background-size: 180% 1186px;
    }

    .top-banner h1 span {
        display: inline;
    }

    .most-trusted .trusted-box picture {
        width: calc(100% / 3 - 20px);
    }

    .most-powerful .content-item h3 {
        font-size: 20px;
    }

    .most-powerful .bottom-btn {
        justify-content: center;
    }

    .most-models .model-item {
        width: 64px;
    }

    .most-models .model-box {
        gap: 16px;
        justify-content: center;
    }

    .most-models .model-item picture {
        width: 64px;
        height: 64px;
    }

    .most-models .model-item p {
        font-size: 14px;
    }

    .popular-reddit .reddit-video {
        width: 100%;
    }

    .popular-twitter .twitter-box {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }

    .popular-twitter .twitter-video {
        max-width: 100%;       
    }

    .faq-container .base-maxwidth {
        flex-wrap: wrap;
        padding: 40px 14px 24px;
        border-radius: 0;
    }

    .faq-container .left {
        padding: 0;
        width: 100%;
    }

    .faq-container .left .desc {
       max-width: 100% 
    }

    .faq-container .right {
        max-width: 100%;
        width: 100%;
        margin-top: 24px;
    }
}


/* Seedance tips */
main .models-discount {
    position: relative;
    overflow: visible;
}

main .models-discount .models-discount-badge {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transform: translate(-16px, -65%);
    pointer-events: auto;
    white-space: normal;
}

.base-download-button .models-discount .models-discount-badge {
    transform: translate(-16px, -70%);
}

main .models-discount .models-discount-tips {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: auto;
}

main .models-discount .models-discount-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 9px;
    border-radius: 27px;
    background: linear-gradient(108deg, #343BFF 0.58%, #D13AFF 47.5%, #FF368A 93.24%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

main .models-discount .models-discount-help {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    transform: none !important;
}

main .models-discount .models-discount-help svg {
    width: 100%;
    height: 100%;
    display: block !important;
    margin: 0;
}

main .models-discount .models-discount-rate {
    transform: none !important;
}

main .models-discount .models-discount-tips .tips-content {
    position: absolute;
    left: 50%;
    bottom: 36px;
    transform: translateX(-50%);
    background: #1a1a1a;
    border: 1px solid #1a1a1a;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    min-width: 10px;
    padding: 8px 12px;
    border-radius: 8px;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    max-width: 350px;
    width: max-content;
    overflow-wrap: break-word;
    text-align: left;
    font-weight: 400;
    pointer-events: none;
}

main .models-discount .models-discount-tips .tips-content::before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #1a1a1a transparent transparent transparent;
}

main .models-discount .models-discount-tips:hover .tips-content,
main .models-discount .models-discount-tips:focus-within .tips-content {
    z-index: 24;
    opacity: 1;
}

@media (max-width: 1420px) and (min-width: 992px) {
    main .most-feature .feature-item:nth-child(odd) .models-discount .models-discount-tips .tips-content {
        left: 10px;
        transform: none;
    }

    main .most-feature .feature-item:nth-child(odd) .models-discount .models-discount-tips .tips-content::before {
        left: 10%;
        transform: none;
    }
}

@media (max-width: 576px) {
    main .models-discount .models-discount-badge {
        transform: translate(-4px, -70%);
    }

    main .models-discount .models-discount-pill {
        font-size: 12px;
        padding: 3px 8px;
    }

    main .models-discount .models-discount-help {
        width: 12px;
        height: 12px;
    }

    main .models-discount .models-discount-tips .tips-content {
        max-width: 260px;
        font-size: 12px;
        left: -12px;
        bottom: 30px;
        transform: none;
    }

    main .models-discount .models-discount-tips .tips-content::before {
        left: 20%;
    }
}