        .breadcrumbs {
            margin: 0;
            width: 100%;
            text-align: center;
        }

        .breadcrumbs .Breadcrumb {
            display: flex;
            justify-content: center;
            width: 100%;
        }

        .breadcrumbs ol {
            font: normal normal 400 19px/25px Inter;
            padding: 0px 0px 50px;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            position: relative;
            justify-content: center;
            left: 0;
            margin: 0 auto;
            /* top: 105px; */
            z-index: 9;
            /* left: 205px; */
        }

        .breadcrumbs ol li {
            display: inline-flex;
            align-items: center;
        }


        .breadcrumbs .link {
            font: normal normal 600 19px/25px Inter;
            color: #727272;
        }

        .breadcrumbs .span-page {
            color: #555;
            font: normal normal 600 19px/25px Inter;
        }

        .breadcrumbs .link:hover {
            color: #00b1ff;
        }


        .banner-section {
            padding: 120px 0px 50px;
            background: radial-gradient(98.91% 98.91% at 52.57% 88.3%, #36C2FE 0%, #A0E2FE 41.35%, #FFF 100%);
        }

        .banner-section h1 {
            text-align: center;
            font: normal normal 800 60px/65px Inter;
            letter-spacing: 0px;
            color: #000000;
        }

        .banner-section h1 span {
            display: block;
            white-space: normal;
            text-align: left;
            font-size: 60px;
            line-height: 65px;
        }

        .main-banner .banner-section {
            position: relative;
        }

        .main-banner {
            height: auto;
            background: linear-gradient(360deg, #fff 0, #fffcfc 47%, #effcff 100%) no-repeat padding-box;
        }

        .banner-section h2 {
            font: 500 18px/24px Inter !important;
            text-align: center;
            padding: 16px 0px;
            color: #383838;
        }

        .main-banner h1,
        .banner-section h1 span {
            display: block;
            white-space: normal;
            text-align: left;
            font-size: 60px;
            line-height: 65px;
        }

        .banner-section h1 span {
            color: transparent;
            background: transparent linear-gradient(90deg, #00BAFF 0%, #F765FD 60%, #925CFD 91%, #775AFD 100%) 0% 0% no-repeat padding-box;
            background-size: cover;
            background-clip: text;
            -webkit-background-clip: text;
            display: inline-block;
        }

        .banner-section .btn.primary-btn {
            margin: 0px 0px 0px;
            padding-left: 25px;
        }

        .full-page .user-count-content .user-count h2,
        .full-page .user-count-content .user-count h3 {
            text-align: left;
            font: normal normal bold 18px/24px Inter !important;
            letter-spacing: 0px;
            color: #000000;
            opacity: 1;
        }

        .full-page .user-count-content .flex {
            margin: 0px 100px;
        }

        .full-page .built-section h2 {
            padding: 0px 130px;
        }

        small {
            text-align: center;
            width: 100%;
            display: block;
            padding: 15px 0px 0px;
        }

        .col small {
            width: 58% !important;
        }

        .faq-section .faq-content .accordion-item .accordion-button h3 {
            padding: 28px 20px 0 !important;
        }

        .features .subSection {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            gap: 16px;
            padding-top: 54px;
        }

        .features .subSection .card {
            background: #000000 0% 0% no-repeat padding-box;
            border-radius: 16px;
            width: 239px;
            height: 450px;
            display: flex;
            align-items: center;
            justify-content: start;
            gap: 5px;
            padding: 40px 20px;
        }

        .features .subSection .card h3 {
            font: normal normal bold 24px/28px Inter;
            letter-spacing: 0px;
            color: #2FD6FF;
            padding: 24px 0px 16px;
            text-align: center;
        }

        .features .subSection .card img {
            width: 100px;
            height: 100px;
        }

        .features .subSection .card p {
            text-align: center;
            font: normal normal medium 20px/28px Inter;
            letter-spacing: 0px;
            color: #FFFFFF;
        }

        .full-page .built-section {
            padding: 200px;
        }

        .user-count-content {
            padding: 0px 0px;
        }

        .features {
            padding: 120px 0px 0px;
        }

        .full-page .testimonial {
            padding: 120px 0px 0px;
        }

        #bg-remover {
            width: 1000px;
            height: 592px;
            position: relative;
            border-radius: 20px;
            margin: 0 auto;
            overflow: hidden;

        }

        .bg-wrapper {
            width: 1040px;
            height: 592px;
            position: relative;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            overflow: hidden;
        }

        .bg-wrapper::after {
            content: "";
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background-image: url("../img/bg-img.webp");
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            z-index: 12;
            position: absolute;
        }

        .before,
        .after {
            content: "";
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-image: url("../img//video-remover-background.webp");
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            position: absolute;
            top: 0;
            right: 0;
            pointer-events: none;
            overflow: hidden;
        }

        .before {
            max-width: 1024px;
        }

        .scroller {
            width: 50px;
            height: 50px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 50%;
            background-color: transparent;
            opacity: 0.9;
            pointer-events: auto;
            cursor: pointer;
            z-index: 99;
        }

        .scroller:hover {
            opacity: 1;
        }

        .scrolling {
            pointer-events: none;
            opacity: 1;
        }

        .scroller__thumb {
            width: 100%;
            height: 100%;
        }

        .scroller:before,
        .scroller:after {
            content: " ";
            display: block;
            width: 5px;
            height: 9999px;
            position: absolute;
            left: 50%;
            margin-left: -3.5px;
            z-index: 30;
            transition: 0.1s;
        }

        .scroller:before {
            top: 100%;
        }

        .scroller:after {
            bottom: 100%;
        }

        .scroller:before,
        .scroller:after {
            background: #fff;
        }

        .banner-section .container {
            overflow: visible;
        }

        .banner-section .input-wrapper-container {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
            position: relative;
            overflow: visible;
        }

        .url-box-hover-wrap {
            position: relative;
            overflow: visible;
        }

        .lfts-url-tooltip {
            position: absolute;
            left: 50%;
            bottom: calc(100% + 14px);
            transform: translateX(-50%);
            z-index: 100;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 6px 4px;
            max-width: min(640px, 92vw);
            min-width: 620px;
            padding: 12px 16px;
            border-radius: 12px;
            background: #1f2128;
            color: #fff;
            font-family: Inter, sans-serif;
            font-size: 12px;
            font-weight: 400;
            line-height: 1.45;
            text-align: left;
            box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transition: opacity 0.2s ease, visibility 0.2s ease;
        }

        .lfts-url-tooltip,
        .lfts-url-tooltip span {
            color: #fff;
        }

        .lfts-url-tooltip::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: -6px;
            transform: translateX(-50%);
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-top: 7px solid #1f2128;
        }

        .url-box-hover-wrap:hover .lfts-url-tooltip,
        .url-box-hover-wrap:focus-within .lfts-url-tooltip {
            opacity: 1;
            visibility: visible;
        }

        .lfts-url-tooltip__title {
            font-weight: 500;
            margin-right: 2px;
            color: #fff;
        }

        .lfts-url-tooltip__item {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            white-space: nowrap;
            color: #fff;
            vertical-align: middle;
        }

        .lfts-url-tooltip__item img {
            width: 14px;
            height: 14px;
            flex-shrink: 0;
            display: block;
            object-fit: contain;
        }

        .lfts-url-tooltip__comma {
            margin-right: 2px;
            color: #fff;
        }

        @media (max-width: 768px) {
            .lfts-url-tooltip {
                font-size: 11px;
                padding: 10px 12px;
                max-width: calc(100vw - 32px);
                min-width: unset;
            }

            .url-box {
                min-width: unset;
                max-width: 100%;
            }
        }

        .banner-section .input-wrapper-container>span {
            color: #000;
            font-family: Inter;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
        }

        .url-box {
            max-width: 640px;
            min-width: 620px;
            width: 100%;
            height: 80px;
            border-radius: 66px;
            background: #FFF;
            padding: 6px;
            display: flex;
            border-radius: 66px;
            background: #FFF;
            box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.10);
            align-items: center;
        }

        .banner-section .clip-input-wrapper {
            flex: 1;
            display: flex;
            align-items: center;
            padding: 0 20px;

        }

        .banner-section .clip-input-wrapper input {
            width: 100%;
            border: none;
            outline: none;
            background: transparent;
            font-size: clamp(15px, 2.5vw, 17.36px);
            font-weight: 400;
            padding: 24px 0px 24px 0px;
        }

        .banner-section .clip-input-wrapper img {
            margin-top: 2px;
            margin-right: 12px;
        }

        .banner-section .clip-input-wrapper input::placeholder {
            color: #dddddd;
            font-size: clamp(18px, 2.5vw, 20px);
            font-weight: 500;
            line-height: normal;
        }

        .banner-section .clip-input-wrapper input:disabled {
            cursor: not-allowed;
            opacity: 0.7;
        }

        .clip-btn {
            position: relative;
            height: 100%;
            padding: 10px 24px;
            border: none;
            border-radius: 45px;
            background: linear-gradient(93deg, #906DFB 0%, #FC8DDF 100%);
            color: #fff;
            color: #FFF;
            font-size: clamp(18px, 2.5vw, 20px);
            font-style: normal;
            font-weight: 800;
            line-height: 20px;
            /* 125% */
            cursor: pointer;
        }

        .clip-btn:disabled {
            cursor: not-allowed;
            opacity: 0.85;
        }

        .upload-btns.is-disabled {
            pointer-events: none;
            opacity: 0.6;
            cursor: not-allowed;
        }

        .clip-btn .clip-btn-loader {
            display: none;
            position: absolute;
            top: 50%;
            left: 50%;
            width: 22px;
            height: 22px;
            margin: -11px 0 0 -11px;
            border: 2px solid rgba(255, 255, 255, 0.35);
            border-top-color: #fff;
            border-radius: 50%;
            animation: clip-btn-spin 0.8s linear infinite;
        }

        .clip-btn.is-loading .clip-btn-text {
            visibility: hidden;
        }

        .clip-btn.is-loading .clip-btn-loader {
            display: block;
        }

        @keyframes clip-btn-spin {
            to {
                transform: rotate(360deg);
            }
        }

        .clip-btn:hover {
            background: linear-gradient(93deg, #FC8DDF 0%, #906DFB 100%);
        }

        .upload-btns {
            height: 70px;
            border-radius: 45px;
            border: 1px solid #000;
            background: rgba(255, 255, 255, 0.00);
            padding: 12px 38px;
            display: flex;
            font-weight: 800;
            font-size: clamp(18px, 2.5vw, 20px);
            align-items: center;
            justify-content: center;
            width: fit-content;
        }

        #errorMsg {
            display: none;
            color: #e74c3c;
            font-size: clamp(13px, 2.5vw, 14px);
            margin-top: 4px;
            text-align: center;
            max-width: 840px;
            margin: 18px 0px;
        }

        .gif-section {
            padding: 0px 0px;
            margin-top: 80px;
            /* background: #EFFCFF; */
        }

        .gif-video video {
            margin: 60px 0px;
            border-radius: 28px;
        }

        .feature-card {
            gap: 32px;
            border: none;
        }

        .feature-card h3 {
            color: #000;
            font-size: clamp(20px, 2.5vw, 22px);
            font-style: normal;
            padding-bottom: 16px;
            font-weight: 700;
            line-height: 1.2;
        }

        .features-grid> :nth-child(2) .feature-content {
            padding: 50px;
        }

        .feature-card p {
            color: #676D7F;
            font-family: Inter;
            font-size: clamp(16px, 2.5vw, 18px);
            font-style: normal;
            font-weight: 400;
            line-height: 1.2;
        }

        .feature-card p a {
            color: #676D7F;
            text-decoration: underline;
        }

        .features-grid> :nth-child(2) {
            flex-direction: row-reverse;
        }

        .features-grid> :nth-child(2) {
            grid-column: 1/ -1;
            background: #fff;
        }

        .features-grid> :nth-child(2) .feature-content,
        .features-grid> :nth-child(2) .feature-image {
            flex: 1;
        }

        .features-grid> :nth-child(2) .feature-image {
            padding-bottom: 80px;
        }

        .container {
            max-width: 1126px;
        }

        .influencers-screen {
            display: flex;
            gap: 20px;
        }

        .influencers-screen .slick-slide {
            padding: 0 10px;
        }

        .influencers .col {
            width: 350px !important;
            flex: 0 0 350px;
            padding: 24px;
            border-radius: 24px;
        }

        .pricing-section {
            padding: clamp(48px, 7vw, 100px) 0;
            background: #fff;
        }

        .pricing-wrap {
            width: 100%;
        }

        .pricing-wrap .table-outer {
            border: 1px solid #D3F4FA;
            border-radius: 16px;
            overflow: hidden;
            background: #fff;
        }

        .pricing-wrap .table-scroll {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
        }

        .pricing-wrap table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0;
            min-width: 640px;
            table-layout: fixed;
        }

        .pricing-wrap .header-row th {
            padding: 0;
            border: 0;
            border-bottom: 1px solid #D3F4FA;
            border-right: 1px solid #D3F4FA;
            vertical-align: middle;
            background: #F1FDFF;
        }

        .pricing-wrap .th-label {
            width: 28%;
            background: #fff;
        }

        .pricing-wrap .plan-col {
            width: 24%;
        }

        .pricing-wrap .plan-col-featured {
            box-shadow: inset 1px 0 0 #07BAFF, inset -1px 0 0 #07BAFF;
        }

        .pricing-wrap .section-label {
            color: #000;
            font-size: clamp(16px, 2.2vw, 22px);
            font-weight: 700;
            line-height: 1.35;
            padding: clamp(20px, 3vw, 32px) clamp(16px, 2.5vw, 28px);
            margin: 0;
        }

        .pricing-wrap .plan-header-featured {
            background: linear-gradient(90deg, #00D4FF 0%, #01B2FF 100%);
            padding: clamp(18px, 2.8vw, 28px) clamp(12px, 2vw, 16px);
            min-height: 112px;
            color: #fff;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .pricing-wrap .plan-header-plain {
            background: #F1FDFF;
            padding: clamp(18px, 2.8vw, 28px) clamp(12px, 2vw, 16px);
            min-height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .pricing-wrap .plan-name {
            font-size: clamp(14px, 2vw, 18px);
            font-weight: 700;
            text-align: center;
            line-height: 1.3;
            margin: 0 0 6px;
        }

        .pricing-wrap .plan-name-featured,
        .pricing-wrap .plan-name-plain {
            color: #000;
        }

        .pricing-wrap .plan-price {
            font-size: clamp(22px, 3.5vw, 32px);
            font-weight: 700;
            text-align: center;
            line-height: 1.1;
            margin: 0;
        }

        .pricing-wrap .plan-price-featured,
        .pricing-wrap .plan-price-plain {
            color: #000;
        }

        .pricing-wrap .plan-price span {
            font-size: clamp(11px, 1.5vw, 14px);
            font-weight: 400;
            opacity: 0.85;
        }

        .pricing-wrap td {
            padding: clamp(14px, 2.2vw, 20px) clamp(10px, 1.8vw, 16px);
            text-align: center;
            font-size: clamp(12px, 1.8vw, 15px);
            color: #383838;
            border: 0;
            border-bottom: 1px solid #D3F4FA;
            border-right: 1px solid #D3F4FA;
            vertical-align: middle;
            line-height: 1.45;
        }

        .pricing-wrap th:last-child,
        .pricing-wrap td:last-child {
            border-right: 0;
        }

        .pricing-wrap tbody tr:last-child td {
            border-bottom: 0;
        }

        .pricing-wrap td.feat-cell {
            text-align: left;
            font-size: clamp(12px, 1.8vw, 15px);
            font-weight: 700;
            color: #111;
            background: #fff;
        }

        .pricing-wrap td.featured-col {
            background: #fff;
            box-shadow: inset 1px 0 0 #07BAFF, inset -1px 0 0 #07BAFF;
            font-weight: 400;
        }

        .pricing-wrap td.plain-col {
            background: #fff;
        }

        .pricing-wrap .header-row .plan-col-featured {
            border-bottom: 1px solid #D3F4FA;
        }

        .pricing-wrap .free {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #00C1FF;
        }

        .pricing-wrap .free svg {
            width: clamp(16px, 2.2vw, 20px);
            height: clamp(16px, 2.2vw, 20px);
        }

        .pricing-wrap .dash {
            color: #D6D6D6;
            font-size: clamp(14px, 2vw, 18px);
            font-weight: 700;
            display: inline-block;
            line-height: 1;
        }

        .pricing-wrap .cell-detail {
            font-weight: 400;
            font-size: clamp(11px, 1.6vw, 14px);
            line-height: 1.4;
        }

        /* Creators comparison table */
        .compare-section {
            padding: clamp(48px, 7vw, 100px) 0;
            background: #fff;
        }

        .compare-section .compare-heading {
            font-size: clamp(28px, 4.5vw, 48px);
            font-weight: 800;
            line-height: 1.2;
            text-align: center;
            color: #000;
            margin: 0 auto clamp(32px, 5vw, 56px);
            max-width: 900px;
        }

        .compare-section .compare-heading span {
            background: linear-gradient(90deg, #00BAFF 0%, #925CFD 55%, #775AFD 100%);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
        }

        .compare-wrap {
            max-width: 970px;
            margin: 0 auto;
        }

        .compare-wrap .table-outer {
            background: #fff;
            border: 1px solid #D3F4FA;
            border-radius: 16px;
            overflow: hidden;
        }

        .compare-wrap table {
            min-width: 720px;
        }

        .compare-wrap .plan-col-featured {
            box-shadow: inset 1px 0 0 #07BAFF, inset -1px 0 0 #07BAFF;
        }

        .compare-wrap td.featured-col {
            background: #F1FDFF;
            box-shadow: inset 1px 0 0 #07BAFF, inset -1px 0 0 #07BAFF;
        }

        .compare-wrap .th-label {
            width: 22%;
        }

        .compare-wrap .plan-col {
            width: 26%;
        }

        .compare-wrap .plan-header-featured {
            background: linear-gradient(90deg, #01B2FF 0%, #00D4FF 100%);
        }

        .compare-wrap .plan-name-featured,
        .compare-wrap .plan-price-featured {
            color: #fff;
        }

        .compare-wrap .cell-rich {
            display: block;
            font-size: clamp(11px, 1.6vw, 14px);
            line-height: 1.45;
            color: #383838;
        }

        .compare-wrap .cell-rich strong {
            display: block;
            font-weight: 700;
            color: #111;
            font-size: clamp(12px, 1.7vw, 14px);
            margin-bottom: 4px;
        }

        .compare-wrap .cell-note {
            display: block;
            font-size: clamp(11px, 1.5vw, 13px);
            line-height: 1.45;
            color: #676D7F;
            font-weight: 400;
        }

        .compare-wrap .header-row .th-label {
            background: #fff;
        }

        .compare-wrap .compare-feature-title {
            margin: 0;
            padding: clamp(18px, 2.8vw, 28px) clamp(12px, 2vw, 16px);
            text-align: center;
        }

        .gradient-text {
            background: linear-gradient(90deg, #00BAFF 0%, #925CFD 55%, #775AFD 100%);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
        }

        .clip-cta {
            display: inline-flex;
            align-items: center;
            gap: 14px;
            padding: 14px 14px 14px 28px;
            border-radius: 999px;
            background: linear-gradient(90deg, #01B2FF 0%, #00D4FF 100%);
            color: #fff;
            font-weight: 700;
            font-size: clamp(16px, 2vw, 18px);
            line-height: 1;
            text-decoration: none;
            border: none;
            cursor: pointer;
            box-shadow: 0 10px 28px rgba(1, 178, 255, 0.28);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .clip-cta:hover {
            color: #fff;
            transform: translateY(-1px);
            box-shadow: 0 14px 32px rgba(1, 178, 255, 0.34);
        }

        .clip-cta .arrow-icon {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 36px;
            height: 36px;
            border-radius: 50%;
            background: #fff;
            flex-shrink: 0;
        }

        .clip-cta .arrow-icon svg {
            width: 18px;
            height: 18px;
            stroke: #01B2FF;
        }

        .creators-fast-section {
            padding: clamp(64px, 8vw, 120px) 0;
            background: #fff;
        }

        .fast-features-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: clamp(24px, 4vw, 40px);
            margin: 0 auto;
            padding-top: 64px;
        }

        .fast-feature-card {
            border-radius: 34px;
            border: 1px solid #93E4FF;
            background: #FFF;
            padding: 44px 24px;
            text-align: center;
            transition: all 0.3s ease;
            display: flex;
            flex-direction: column;
            align-items: start;
        }

        .fast-feature-card:hover {
            border-color: #00D4FF;
            background: #F0FBFF;
            transform: translateY(-4px);
            box-shadow: 0 12px 32px rgba(0, 212, 255, 0.15);
        }

        .fast-feature-icon {
            margin-bottom: clamp(16px, 3vw, 24px);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .fast-feature-icon svg {
            width: 56px;
            height: 56px;
        }

        .fast-feature-card h3 {
            color: #000;
            font-size: clamp(20px, 2.5vw, 26px);
            font-style: normal;
            text-align: left;
            font-weight: 700;
            line-height: 1.3;
        }

        .fast-feature-card p {
            color: #000;
            font-family: Inter;
            font-size: clamp(16px, 2.5vw, 18px);
            font-style: normal;
            text-align: left;
            font-weight: 500;
            padding: 0px;
            line-height: 1.5;
            margin: 0;
        }

        .reframe-promo-section {
            padding: clamp(64px, 8vw, 120px) 0;
            background: linear-gradient(165deg, #F0FAFF 0%, #FFFFFF 50%, #FAF6FF 100%);
            position: relative;
        }

        .reframe-promo-section::after {
            content: '';
            background: url("../img/bg-image.webp");
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            width: 80%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            z-index: -1;
        }

        .reframe-promo-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: clamp(32px, 5vw, 64px);
            align-items: center;
        }

        .reframe-promo-section h2 {
            text-align: left;
        }

        .reframe-promo-section .promo-desc {
            font-size: clamp(16px, 2.2vw, 18px);
            line-height: 1.65;
            color: #676D7F;
            margin: 0 0 clamp(24px, 4vw, 32px);
            max-width: 480px;
        }

        .reframe-promo-visual img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 16px;
        }

        .suite-section {
            padding: clamp(64px, 8vw, 120px) 0;
            background: #fff;
        }

        .suite-section .suite-intro {
            text-align: center;
            max-width: 860px;
            margin: 0 auto clamp(40px, 6vw, 64px);
        }

        .suite-section .suite-intro p {
            color: #000;
            text-align: center;
            font-family: Inter;
            font-size: clamp(18px, 2.5vw, 20px);
            font-style: normal;
            font-weight: 500;
            line-height: 1.3;
            padding: 12px 0px;
        }

        .suite-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: clamp(32px, 5vw, 56px);
            align-items: center;
        }

        .suite-visual {
            background: linear-gradient(180deg, #E8F8FF 0%, #F2FCFF 100%);
            border-radius: 20px;
            padding: clamp(16px, 3vw, 28px);
        }

        .suite-visual img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }

        .suite-features {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: clamp(16px, 2.5vw, 24px);
        }

        .suite-features li {
            color: #676D7F;
            font-family: Inter;
            font-size: clamp(16px, 2.5vw, 18px);
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
            /* 133.333% */
        }

        .suite-cta-wrap {
            text-align: center;
            margin-top: clamp(40px, 6vw, 56px);
        }

        .visually-hidden {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0;
        }

        .reframe-comparison {
            padding-top: 120px;
        }

        .auto-subtitle {
            padding: 60px 0px;
        }

        .bgm-full-section {
            display: flex !important;
            flex-direction: row;
            gap: clamp(32px, 5vw, 64px);
            align-items: center;
            width: 100% !important;
            padding: 40px !important;
            grid-column: 1 / -1 !important;
        }

        .bgm-content {
            flex: 1;
            min-width: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .bgm-content h3 {
            margin: 0 0 clamp(16px, 2vw, 24px) 0;
            color: #000;
            text-align: left;
            font-size: clamp(20px, 2.5vw, 24px);
            font-weight: 700;
            line-height: 1.3;
        }

        .bgm-content p {
            margin: 0;
            color: #676d7f;
            text-align: left;
            font-size: clamp(16px, 2.5vw, 18px);
            font-weight: 400;
            line-height: 1.3;
        }

        .bgm-image {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            min-width: 0;
        }



        @media (max-width: 1024px) {
            .influencers .col {
                width: 100% !important;
                flex: 0 0 100%;
            }

            .influencers-screen .slick-slide {
                margin: 0 15px !important;
            }

        }

        /* Tablet: ease the 3-up grid before it hits the mobile 1-column breakpoint */
        @media screen and (max-width: 1024px) and (min-width: 768px) {
            .fast-features-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media screen and (min-width: 1024px) {
            .auto-subtitle p {
                /* max-width: 75%; */
                margin: auto;
            }
        }

        @media screen and (max-width: 992px) {
            .ai-home-page .breadcrumbs ol {
                left: 0;
                padding: 0px;
                justify-content: center;
            }
        }

        @media screen and (min-width: 768px) and (max-width: 992px) {
            .ai-home-page .breadcrumbs ol {
                left: 0;
                padding: 0px;
                justify-content: center;
            }

            .banner-section h2 br {
                display: none;
            }

            .main-banner {
                margin: 0;
            }

            .ai-home-page .banner-section h1 {
                font: normal normal 800 60px/65px Inter !important;
                font-size: 60px !important;
                line-height: 65px !important;
            }

            .ai-home-page .banner-section h1 span {
                font-size: 60px !important;
                line-height: 65px !important;
            }
        }


        @media screen and (max-width: 767px) {
            .ai-home-page {
                overflow-x: clip;
            }

            .reframe-promo-section::after {
                width: 100%;
            }

            .banner-section h2 {
                font-size: 16px;
                line-height: 24px;
            }

            .url-box {
                min-width: unset;
                max-width: 100%;
            }

            .lfts-url-tooltip {
                display: none !important;
                min-width: unset;
                max-width: calc(100vw - 32px);
            }

            .banner-section .input-wrapper-container:focus-within .lfts-url-tooltip,
            .banner-section .input-wrapper-container:hover .lfts-url-tooltip {
                display: none !important;
                opacity: 0;
                visibility: hidden;
            }

            .banner-section .input-wrapper-container {
                display: grid;
                grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
                gap: 10px;
                width: 100%;
                max-width: 100%;
                box-sizing: border-box;
                align-items: center;
            }

            .url-box-hover-wrap,
            .url-box {
                display: contents;
            }

            .features-grid> :nth-child(2) {
                flex-direction: column !important;
            }

            .bgm-full-section {
                padding: 0px !important;
            }

            .features-grid> :nth-child(2) .feature-content {
                padding: 20px !important;
            }

            .reframe-promo-grid,
            .suite-grid {
                grid-template-columns: 1fr;
            }

            .reframe-promo-section .promo-desc {
                max-width: none;
            }

            .suite-grid .suite-visual {
                order: -1;
            }

            .bgm-full-section {
                flex-direction: column;
                gap: clamp(24px, 4vw, 32px);
            }

            .bgm-content,
            .bgm-image {
                flex: 1 1 100%;
            }

            .fast-features-grid {
                grid-template-columns: 1fr;
                gap: clamp(20px, 3vw, 24px);
            }

            .banner-section .clip-input-wrapper {
                grid-column: 1 / -1;
                grid-row: 1;
                width: 100%;
                max-width: 100%;
                box-sizing: border-box;
                padding: 0 12px;
                background: #FFF;
                border-radius: 24px;
                box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.10);
            }

            .banner-section .clip-input-wrapper input {
                padding: 14px 0;
            }

            .clip-btn {
                grid-column: 1;
                grid-row: 2;
                width: 100%;
                min-width: 0;
                height: auto;
                min-height: 52px;
                flex-shrink: 0;
                padding: 10px 12px;
                font-size: clamp(14px, 3.5vw, 18px);
            }

            .banner-section .input-wrapper-container>.upload-btns {
                grid-column: 3;
                grid-row: 2;
                width: 100%;
                min-width: 0;
                height: auto;
                min-height: 52px;
                padding: 10px 12px;
                font-size: clamp(14px, 3.5vw, 18px);
            }

            .banner-section .input-wrapper-container>span {
                grid-column: 2;
                grid-row: 2;
                display: block;
                padding: 0 4px;
                font-size: 14px;
                font-weight: 500;
                line-height: 1;
                white-space: nowrap;
            }

            .banner-section h1 {
                padding: 20px 0px 0px;
            }

            .ai-home-page .banner-section .container,
            .ai-home-page .banner-section .gif-section.container {
                padding-left: 16px !important;
                padding-right: 16px !important;
                padding-top: 0;
                max-width: 100%;
                box-sizing: border-box;
            }

            .ai-home-page .banner-section .col,
            .ai-home-page .banner-section .input-wrapper-container,
            .ai-home-page .banner-section #errorMsg,
            .ai-home-page .banner-section .breadcrumbs {
                width: 100%;
                max-width: 100%;
                margin-left: auto;
                margin-right: auto;
                box-sizing: border-box;
            }

            .ai-home-page .banner-section .gif-section.container .hero-video {
                width: 100%;
                display: block;
            }

            .banner-section .container,
            .gif-section.container {
                padding-left: 16px;
                padding-right: 16px;
                max-width: 100%;
                box-sizing: border-box;
            }

            .gif-section {
                padding: 30px 0px 0px;
            }

            .breadcrumbs ol {
                padding: 0 0 24px;
                font: normal normal 400 14px/19px Inter;
                left: 0 !important;
                justify-content: center;
            }

            .breadcrumbs .Breadcrumb,
            .breadcrumbs {
                justify-content: center;
                text-align: center;
            }

            .breadcrumbs .link,
            .breadcrumbs .span-page {
                font: normal normal 600 12px/19px Inter;
            }

            .banner-section {
                overflow-anchor: none;
            }

            .banner-section .clip-input-wrapper input,
            .banner-section .clip-input-wrapper input::placeholder,
            #videoUrl {
                font-size: 16px;
            }

            #videoUrl {
                scroll-margin-top: 88px;
            }

            .col small {
                width: 85%;
            }

            .ai-home-page .banner-section h1,
            .ai-home-page .banner-section h1 span {
                font: normal normal 800 28px/36px Inter !important;
                font-size: 28px !important;
                line-height: 36px !important;
                text-align: center;
            }

            .ai-home-page .banner-section h1 span {
                display: inline-block !important;
            }

            .main-banner h1,
            .main-banner h1 span {
                text-align: center;
            }
        }