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

.base-header .header-wrapper {
    background: none;
    color: var(--color-white);
}

body {
    background: #000;
}

main {
    color: #fff;
}

main .color {
    background: linear-gradient(103deg, #5CFFF5 2.47%, #685BFF 39.92%, #B124F3 90.82%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

main h2 {
    font-size: 44px;
    text-align: center;
}

main h2 + .desc {
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    margin-top: 14px;
    margin-bottom: 60px;
    color: rgba(255, 255, 255, 0.80);
}

main section {
    padding-bottom: 140px;
}

main img,
main video {
    height: auto;
}

main .arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    z-index: 3;
    color: var(--color-white);
    opacity: 0.6;
}

main .arrow-btn:hover {
    opacity: 1;
}

main .arrow-btn.is-left {
    right: unset;
    left: 20px;
}

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

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

main .bottom-btn {
    margin-top: 60px;
}

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

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

main .gradient-btn { 
    min-width: 296px;
    height: 48px;
    border-radius: 10px;
    background: linear-gradient(103deg, #5CFFF5 2.47%, #685BFF 39.92%, #B124F3 90.82%);   
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-white);
    transition: all .2s;
    margin: 0 auto;
    padding: 12px 24px;
    position: relative;
    z-index: 0;
}

main .gradient-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .3s;
    z-index: -1;
    background: linear-gradient(103deg, #5CFFF5 12.47%, #685BFF 76.92%, #B124F3 90.82%);
    border-radius: inherit;
}

main .gradient-btn:hover::before {
    opacity: 1;
}

main .gradient-btn svg {
    display: none;
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

.top-banner {
    background: url(https://images.chatartpro.com/chatartweben/assets/overview/ai-music-video-generator/banner-bg.webp) no-repeat center top / 100%;
    color: #fff;
    padding: 140px 0 40px;
}

.top-banner h1 {
    font-size: 56px;
    line-height: 1.2;
    text-align: center;
}

.top-banner .desc {
    margin: 16px auto 60px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    max-width: 1240px;
    text-align: center;
}

@keyframes toLeft {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

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

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

.most-trusted .trusted-box {
    display: flex;
    align-items: center;
    animation: toLeft 16s linear infinite;
    will-change: transform;
    width: fit-content;
}

.most-trusted .trusted-box picture {
    flex-shrink: 0;
    margin: 0 50px;
}

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

.most-effects {
    padding-top: 140px;
}

.most-effects .base-maxwidth {
    max-width: 1920px;
    padding: 0;
    position: relative;
}

.most-effects .desc {
    margin-bottom: 24px;
}

.most-effects .bottom-btn {
    margin: 0 auto 60px;
}

.most-effects .effects-swiper::before,
.most-effects .effects-swiper::after {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 10%;
    max-width: 100px;
    height: 100%;
    background: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
    pointer-events: none;
}

.most-effects .effects-swiper::after {
    left: unset;
    right: -1px;
    background: linear-gradient(270deg, #000 0%, rgba(255, 255, 255, 0) 100%);
}

.most-effects .arrow-btn {
    top: 65%;
}

.most-effects .effects-swiper {
    padding-bottom: 120px;
}

.most-effects .effects-swiper .swiper-slide {
    transition: transform 0.3s ease;
    display: flex;
    justify-content: center;
}

.most-effects .effects-swiper .swiper-slide-active {
    transform: translateY(0);
}

.most-effects .effects-swiper .swiper-slide-next,
.most-effects .effects-swiper .swiper-slide-prev {
    transform: translateY(60px);
}

.most-effects .effects-swiper .swiper-slide-next + .swiper-slide,
.most-effects .effects-swiper .swiper-slide-prev + .swiper-slide {
    transform: translateY(120px);
}

.most-effects .effects-item {
    break-inside: avoid;
    max-width: 454px;
    aspect-ratio: 454 / 605;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 14px;
}

.most-effects .effects-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    border: 6px solid transparent;
}

.most-effects .effects-video-overlay {
    position: absolute;
    top: 16px;
    right: 22px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    pointer-events: none;
}

.most-effects .effects-video-mute-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    pointer-events: auto;
    transition: background 0.2s;
}

.most-effects .effects-video-mute-btn:hover {
    background: rgba(0, 0, 0, 0.65);
}

.most-effects .effects-video-mute-btn.is-muted .effects-icon-volume-on {
    display: none;
}

.most-effects .effects-video-mute-btn.is-muted .effects-icon-volume-off {
    display: block;
}

.most-effects .effects-video-mute-btn:not(.is-muted) .effects-icon-volume-on {
    display: block;
}

.most-effects .effects-video-mute-btn:not(.is-muted) .effects-icon-volume-off {
    display: none;
}

.most-effects .swiper-slide-active video {
    border-color: #685bff;
}

.most-effects .effects-item .effects-btn {
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 8px;
    width: 170px;
    height: 40px;
    font-size: 14px;
    color: var(--color-white);
    backdrop-filter: blur(20px);
    background: rgba(235, 236, 238, 0.2);
    border-radius: 8px;
    transition: all 0.2s;
    opacity: 0;
    z-index: -1;
}

.most-effects .effects-item .effects-btn svg {
    min-width: 20px;
    margin-right: 6px;
}

.most-effects .effects-item:hover .effects-btn {
    opacity: 1;
    z-index: 1;
}

.most-feature { 
    position: relative;
    z-index: 1;
    background: url(https://images.chatartpro.com/chatartweben/assets/overview/ai-music-video-generator/feature-bg.webp) no-repeat 50% 0 / 100% 1080px,
        url(https://images.chatartpro.com/chatartweben/assets/overview/ai-music-video-generator/feature-bg.webp) no-repeat 50% 50% / 100% 1080px,
        url(https://images.chatartpro.com/chatartweben/assets/overview/ai-music-video-generator/feature-bg.webp) no-repeat 50% 100% / 100% 1080px;
}

.most-feature .base-maxwidth { 
    max-width: 1680px;
}

.most-feature .content-box {
    position: relative;
    z-index: 10;
}

.most-feature .content-item {
    padding: 140px 14px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(60px);
    position: sticky;
    top: 0;
    transition: transform 0.3s ease;
    margin: 0 auto 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1642px;
}
 
.most-feature .content-item:last-child {
    margin-bottom: 0;
}

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

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

.most-feature .content-item h3 + .desc {
    color: #FFF;
    font-size: 14px;
    margin: 20px 0;
}

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

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

.most-feature .content-item .gradient-btn {
    margin: 0;
}

.most-feature .bottom-btn {
    margin-top: 0;
}

.most-steps {
    background: url(https://images.chatartpro.com/chatartweben/assets/overview/ai-music-video-generator/step-bg.svg) no-repeat right top / cover;
    padding-bottom: 0;
}

.most-steps .step-layout {
    display: flex;
    justify-content: space-between;
    gap: 48px;
    align-items: center;
}

.most-steps .step-visual {
    border-radius: 12px;
    overflow: hidden;
    max-width: 698px;
}

.most-steps .step-swiper .swiper-slide picture,
.most-steps .step-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.most-steps .step-swiper .swiper-slide img {
    object-fit: cover;
}

.most-steps .step-tabs {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 640px;
}

.most-steps .step-tab {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
    transition: color 0.2s;
    position: relative;
    padding-left: 36px;
}

.most-steps .step-tab::before {
    content: none;
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 18px;
    border-color: transparent transparent transparent #5CFFF5;
}

.most-steps .step-tab.active::before {
    content: '';
}

.most-steps .step-tab.active .step-heading {
    background: linear-gradient(103deg, #5CFFF5 2.47%, #685BFF 39.92%, #B124F3 90.82%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.most-steps .step-heading {
    font-size: 24px;;
}

.most-steps .step-tab.active .most-steps .step-heading {
    color: #9ae8ff;
}

.most-steps .step-text {
    margin: 20px 0 30px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
}

.most-steps .step-text a {
    color: #685bff;
}

.most-steps .step-progress {
    height: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    overflow: hidden;
}

.most-steps .step-progress-fill {
    display: block;
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #5cfff5 0%, #685bff 50%, #b124f3 100%);
    transform-origin: left center;
}

.most-steps .step-tab:not(.active) .most-steps .step-progress-fill {
    width: 0 !important;
    transition: none !important;
}

.most-steps .step-swiper-pagination {
    display: none;
}

.most-popular {
    padding: 140px 0 220px;
    background: url(https://images.chatartpro.com/chatartweben/assets/overview/ai-music-video-generator/popular-bg.webp) no-repeat center top / 100%;
}

.most-popular .base-maxwidth {
    max-width: 1920px;
    padding: 0;
}

.most-popular h2,
.most-popular .desc {
    padding: 0 14px;
}

.most-popular .popular-box {
    position: relative;
}

.most-popular .popular-swiper .swiper-slide {
    width: 100%;
    max-width: 931px;
}

.most-popular .popular-swiper .popular-item {
    border-radius: 20px;
    overflow: hidden;
    background: #0d0d0f;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: scale(0.7);
}

.most-popular .popular-swiper .swiper-slide-active .popular-item {
    transform: scale(1);
}

.most-popular .popular-item .youtube-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 20px;
    overflow: hidden;
}

.most-popular .youtube-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.most-popular .youtube-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.most-popular .youtube-video .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 48px;
    border-radius: 14px;
    background: #ff0033;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.most-popular .youtube-video .play-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #fff;
}

.most-popular .popular-arrow {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    z-index: 5;
    max-width: 1080px;
    width: 60%;
    margin: 0 auto;
}

.most-popular .popular-arrow .arrow-btn {
    pointer-events: auto;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    opacity: 0.85;
}

.most-popular .popular-arrow .arrow-btn:hover {
    opacity: 1;
}

.quick-start {
    padding-bottom: 60px;
}

.quick-start .quick-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.quick-start .quick-list li {
    text-align: center;
    font-weight: 600;
    min-width: 172px;
    height: 54px;
    line-height: 1.2;
}

.quick-start .quick-list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 14px 18px;
    color: var(--color-white);
    background: rgba(255, 255, 255, 0.20);
    border-radius: 52px;
}

.quick-start .quick-list li a:hover {
    background: #685BFF;
}

.faq-container {
    padding: 120px 14px 120px;
    background: url(https://images.chatartpro.com/chatartweben/assets/overview/ai-music-video-generator/faq-bg.svg) no-repeat right top / cover;
}

.faq-container .base-maxwidth {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(40px);
    padding: 60px;
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
}

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

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

.faq-container .left .desc {
    margin: 8px 0 20px;
    max-width: 280px;
    text-align: left;
}

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

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

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

.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 {
    padding: 0;
    overflow: hidden;
}

.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;
    padding: 24px 14px;
}

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

.bottom-banner .content .desc {
    margin: 0 0 36px;
    text-align: center;
    max-width: 748px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.55;
}


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

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

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

@media(max-width: 1100px) {
    main h2 {
        font-size: 36px;
    }

    main h2 + .desc {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .top-banner {
        padding: 76px 0 40px;
    }

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

    .top-banner .desc {
        max-width: 660px;
    }

    .most-trusted .trusted-box picture {
        margin: 0 36px;
    }

    .most-effects {
        padding-top: 120px;
    }

    .most-effects .effects-item {
        padding: 0 6px;
    }

    .most-steps .step-layout {
        gap: 36px;
    }

    .most-feature h2 + .desc {
        margin-bottom: 40px;
    }

    .most-feature .content-item {
        padding: 120px 14px;
    }

    .most-feature .content-item .img {
        margin-left: 24px;
    }

    .faq-container .base-maxwidth {
        padding: 60px 30px;
        border-radius: 0;
    }

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

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

@media(max-width: 992px) {
    main h2 {
        font-size: 28px;
    }

    main h2 + .desc {
        font-size: 14px;
        margin: 12px auto 30px;
        max-width: 560px;
    }

    main .gradient-btn {
        min-width: 240px;
        height: 44px;
        font-size: 16px;
        border-radius: 8px;
    }

    main .gradient-btn svg {
        display: inline-block;
    }

    main section {
        padding-bottom: 60px;
    }

    .top-banner {
        background: url(https://images.chatartpro.com/chatartweben/assets/overview/ai-music-video-generator/banner-bg-m.webp) no-repeat center bottom / cover;
    }

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

    .top-banner .desc {
        font-size: 14px;
        margin: 12px auto 30px;
    }

    .most-trusted .trusted-box picture {
        margin: 0 20px;
    }

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

    .most-feature {
        background: url(https://images.chatartpro.com/chatartweben/assets/overview/ai-music-video-generator/feature-bg-m.webp) no-repeat 50% 0 / 100% 689px,
            url(https://images.chatartpro.com/chatartweben/assets/overview/ai-music-video-generator/feature-bg-m.webp) no-repeat 50% 50% / 100% 689px,
            url(https://images.chatartpro.com/chatartweben/assets/overview/ai-music-video-generator/feature-bg-m.webp) no-repeat 50% 100% / 100% 689px;
    }

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

    .most-steps h2 + .desc {
        margin-bottom: 36px;
    }

    .most-steps .step-text {
        padding-left: 0;
    }

    .most-steps .step-progress {
        margin-left: 0;
    }

    .most-steps .step-tab::before {
        content: none !important;
    }

    .most-effects {
        padding-top: 80px;
    }

    .most-effects .effects-item video {
        border-radius: 14px;
        border-width: 4px;
    }

    .most-popular {
        padding: 60px 0 80px;
    }

    .popular-swiper .swiper-slide {
        width: 88%;
        max-width: none;
    }

    .most-popular .popular-arrow {
        padding: 0 4px;
    }

    main .feature-btn {
        min-width: 227px;
        height: 48px;
    }

    main .bottom-btn {
        margin-top: 40px;
    }

    main .arrow-btn {
        width: 40px;
        height: 40px;
        right: 10px;
        background-color: #000;
    }

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

    main .arrow-btn.is-left {
        right: unset;
        left: 10px;
    }

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

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

    .most-feature .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-feature .content-item .text {
        width: 100%;
        max-width: 100%;
    }

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

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

    .most-feature .content-item h3 {
        font-size: 22px;
    }

    .most-feature .content-item h3 + .desc {
        margin: 16px 0 30px;
    }

    .most-effects .bottom-btn {
        margin-bottom: 40px;
    }

    .most-steps .step-layout {
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
    }

    .most-steps .step-tab {
        display: none;
        padding: 0;
    }

    .most-steps .step-tab.active {
        display: block;
    }

    .most-steps .step-swiper-pagination {
        display: flex;
        position: relative;
        bottom: auto;
        left: auto;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-top: 20px;
        width: 100%;
    }

    .most-steps .step-swiper-pagination .swiper-pagination-bullet {
        width: 24px;
        height: 5px;
        margin: 0;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.2);
        opacity: 1;
        transition: all 0.2s;
    }

    .most-steps .step-swiper-pagination .swiper-pagination-bullet-active {
        background: #685bff;
        width: 48px;
    }

    .most-steps .bottom-btn {
        margin-top: 30px;
    }

    .most-popular {
        background: url(https://images.chatartpro.com/chatartweben/assets/overview/ai-music-video-generator/popular-bg-m.webp) no-repeat center top / cover;
    }

    .most-popular .popular-arrow {
        width: 100%;
    }

    .most-popular .popular-swiper .popular-item {
        border-radius: 12px;
        transform: scale(0.9);
    }

    .most-popular .popular-item .youtube-video {
        border-radius: 12px;
    }

    .most-popular .youtube-video .play-button {
        width: 62px;
        height: 34px;
        border-radius: 10px;
    }

    .most-popular .youtube-video .play-button::after {
        border-width: 8px 0 8px 14px;
    }

    .quick-start h2 {
        margin-bottom: 30px;
    }

    .quick-start .quick-list {
        gap: 16px;
    }

    .quick-start .quick-list li {
        min-width: 150px;
        height: 40px;
        font-size: 14px;
    }

    .quick-start .quick-list li a {
        padding: 8px 10px
    }

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

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

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

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

    .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 h2 {
        margin-bottom: 16px;
        font-size: 24px; 
    }
}

@media(max-width: 567px) {
    .top-banner h1 { 
        font-size: 26px;
    }

    .most-effects {
        padding-top: 60px;
    }

    .most-effects .effects-swiper {
        padding-bottom: 60px;
    }

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

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

    .most-steps .step-heading {
        font-size: 17px;
    }

    .most-steps .step-text {
        font-size: 13px;
    }

    .most-steps .step-tab {
        padding: 18px 0;
    }

    .most-steps .step-layout {
        gap: 12px;
    }

    .quick-start {
        padding-bottom: 20px;
    }

    .faq-container {
        background: url(https://images.chatartpro.com/chatartweben/assets/overview/ai-music-video-generator/faq-bg-m.svg) no-repeat right top / cover;
    }

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

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

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

    .faq-container .left h2 {
        text-align: center;
    }

    .faq-container .left .desc {
        text-align: center;
        max-width: 100%;
    }

    .faq-container .base-download-button {
        justify-content: center;
    }

    .bottom-banner .bg-box img {
        min-width: 380px;
    }
}
