        .features-fifth-section {
            --fifth-bg: #F7F4FB;
            --fifth-section-gap: clamp(32px, 5vw, 76px);
            position: relative;
            z-index: 3;
            width: 100%;
            margin: 0;
            min-height: clamp(360px, 44vw, 560px);
            max-height: 760px;
            padding: 0 0 clamp(28px, 5vw, 72px);
            background: var(--fifth-bg);
            background-image:
                url("/assets/newsite/img/background/tela2-webdanca-bg-anexo-20260508.png?v=20260508-1");
            background-repeat: no-repeat;
            background-position: center bottom;
            background-size: contain;
            background-attachment: scroll;
            overflow: hidden;
            isolation: isolate;
        }

        @media (min-width: 861px) {
            .features-fifth-section {
                padding-bottom: min(5vw, 64px);
            }
        }

        @media (min-width: 1025px) {
            .features-fifth-section {
                background-attachment: fixed;
            }
        }

        .features-fifth-content {
            position: relative;
            z-index: 4;
            width: 100%;
            margin: 0 auto;
            padding: clamp(2px, 0.6vw, 8px) 0;
            background: var(--fifth-bg);
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: clamp(4px, 0.8vw, 10px);
        }

        .features-fifth-logos-band {
            width: 100%;
            background: var(--fifth-bg);
            padding: 0;
        }

        .features-fifth-title {
            width: min(100%, 1180px);
            margin: 0 auto;
            padding: 0 clamp(12px, 2vw, 24px);
            text-align: center;
            line-height: 1.1;
            color: #151522;
            font-size: clamp(2rem, 3.6vw, 2.95rem);
            font-weight: 400;
        }

        .features-fifth-title strong {
            font-weight: 800;
        }

        .features-fifth-title .features-fifth-title-accent {
            color: var(--card-accent-purple);
            font-weight: 800;
        }

        .features-fifth-carousel {
            --fifth-carousel-gap: clamp(6px, 1vw, 12px);
            width: 100%;
            margin: 0 auto;
            padding: 0 clamp(12px, 2vw, 24px);
            background: transparent;
            overflow: hidden;
        }

        .features-fifth-carousel-track {
            display: flex;
            gap: var(--fifth-carousel-gap);
            width: max-content;
            animation: featuresFifthCarouselSlide 60s linear infinite;
        }

        .features-fifth-carousel-item {
            flex: 0 0 clamp(145px, 14vw, 195px);
            aspect-ratio: 1.25 / 1;
            border-radius: 0;
            background: transparent;
            box-shadow: none;
            display: grid;
            place-items: center;
        }

        .features-fifth-carousel-item img {
            width: 86%;
            height: 86%;
            object-fit: contain;
            display: block;
        }

        @keyframes featuresFifthCarouselSlide {
            from {
                transform: translateX(0);
            }

            to {
                transform: translateX(calc(-50% - (var(--fifth-carousel-gap) / 2)));
            }
        }

        .features-fifth-image {
            position: relative;
            z-index: 5;
            display: none;
            width: 100%;
            max-width: none;
            aspect-ratio: 2048 / 940;
            height: auto;
            border-radius: 0;
            box-shadow: none;
        }

        .features-fifth-dark-band {
            width: min(100%, 1180px);
            margin: clamp(30px, 4.2vw, 68px) auto 0;
            padding: clamp(4px, 0.8vw, 10px) clamp(12px, 2vw, 24px) clamp(6px, 1vw, 14px);
            display: flex;
            justify-content: flex-end;
            position: relative;
            z-index: 7;
        }

        .features-fifth-dark-band-inner {
            width: min(100%, 590px);
            border-radius: clamp(18px, 2.4vw, 30px);
            background: rgba(6, 8, 22, 0.92);
            backdrop-filter: blur(3px);
            padding: clamp(26px, 3vw, 40px) clamp(22px, 3vw, 42px);
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: clamp(20px, 2.5vw, 34px);
        }

        .features-fifth-demo-title {
            margin: 0;
            color: #ffffff;
            font-size: clamp(2rem, 3.6vw, 2.95rem);
            line-height: 1.22;
            font-weight: 400;
        }

        .features-fifth-demo-title strong {
            font-weight: 700;
        }

        .features-fifth-demo-btn {
            border: 0;
            border-radius: clamp(28px, 3.2vw, 40px);
            min-height: clamp(50px, 4.4vw, 54px);
            min-width: 0;
            width: clamp(250px, 24vw, 380px);
            padding: clamp(8px, 0.9vw, 10px) clamp(16px, 1.9vw, 22px);
            color: #ffffff;
            font-size: clamp(0.95rem, 1.15vw, 1.25rem);
            font-weight: 700;
            line-height: 1.12;
            white-space: nowrap;
            background: linear-gradient(180deg, #ab0fb6 0%, #7f119f 100%);
            cursor: pointer;
        }

        @media (max-width: 1200px) {
            .features-fifth-carousel-item {
                flex-basis: clamp(130px, 19vw, 185px);
            }
        }

        @media (max-width: 860px) {
            .features-fifth-carousel {
                --fifth-carousel-gap: clamp(8px, 2vw, 10px);
            }

            .features-fifth-carousel-item {
                flex-basis: clamp(118px, 36vw, 168px);
            }

            .features-fifth-dark-band {
                position: static;
                margin-top: clamp(12px, 2.8vw, 16px);
            }

            .features-fifth-dark-band-inner {
                border-radius: clamp(10px, 2.2vw, 12px);
                width: 100%;
            }

            .features-fifth-demo-btn {
                width: 100%;
                min-height: clamp(54px, 9vw, 62px);
                white-space: normal;
            }
        }

        @media (max-width: 640px) {
            .features-fifth-section {
                padding-bottom: 0;
                background-image: none;
                background-attachment: scroll;
            }

            .features-fifth-image {
                display: block;
                border-radius: 0;
            }

            .features-fifth-dark-band-inner {
                border-radius: 12px;
            }
        }
