        .testimonials-section {
            position: relative;
            width: 100%;
            margin: 0;
            padding: clamp(34px, 4.2vw, 52px) clamp(14px, 2.5vw, 26px);
            background: #1b055e;
            overflow: hidden;
        }

        .features-seventh-section {
            position: relative;
            width: 100%;
            margin: 0;
            min-height: clamp(860px, 94vw, 1200px);
            background: #12073a url("/assets/newsite/img/background/tela7-webdanca-background-20260504.png") left center / cover no-repeat;
            display: flex;
            align-items: flex-start;
            justify-content: center;
            padding: clamp(70px, 7.4vw, 118px) clamp(24px, 3vw, 40px) clamp(6px, 1.4vw, 16px);
        }

        .features-seventh-content {
            width: min(100%, 1040px);
            text-align: center;
            color: #ffffff;
        }

        .features-seventh-icon {
            width: clamp(64px, 6vw, 90px);
            height: clamp(64px, 6vw, 90px);
            margin: 0 auto clamp(18px, 2.4vw, 28px);
            border-radius: 999px;
            display: grid;
            place-items: center;
            background: radial-gradient(circle at 30% 22%, #7a50ef 0%, #5c2dcb 56%, #4b22ba 100%);
            box-shadow: 0 12px 30px rgba(83, 33, 197, 0.55);
        }

        .features-seventh-icon svg {
            width: clamp(30px, 2.8vw, 38px);
            height: clamp(30px, 2.8vw, 38px);
            stroke: #ffffff;
            fill: none;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        .features-seventh-title {
            margin: -10px auto 0;
            line-height: 1.05;
            font-size: clamp(1.8rem, 5.2vw, 4.4rem);
            font-weight: 800;
            color: #ffffff;
            max-width: 760px;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .features-seventh-title-accent {
            display: block;
            color: #7f57ff;
            text-align: center;
            white-space: nowrap;
            width: fit-content;
            margin: 0 auto;
        }

        .features-seventh-text {
            margin: clamp(18px, 2.2vw, 30px) auto 0;
            font-size: clamp(0.94rem, 1.55vw, 1.5rem);
            line-height: 1.35;
            font-weight: 500;
            color: rgba(255, 255, 255, 0.94);
            max-width: 760px;
        }

        .seventh-lead-card {
            width: min(100%, 760px);
            margin: clamp(14px, 2vw, 24px) auto 0;
            border-radius: 20px;
            background: #ffffff;
            border: 1px solid rgba(255, 255, 255, 0.65);
            box-shadow: 0 12px 34px rgba(11, 6, 45, 0.58), 0 0 24px rgba(151, 102, 255, 0.35);
            padding: clamp(12px, 1.3vw, 16px);
        }

        .seventh-lead-form {
            margin: 0;
        }

        .seventh-lead-grid {
            display: grid;
            grid-template-columns: 1.2fr 0.8fr;
            gap: 12px 14px;
        }

        .seventh-lead-field {
            position: relative;
        }

        .seventh-lead-field.full {
            grid-column: 1 / -1;
        }

        .seventh-lead-field-icon {
            position: absolute;
            left: 20px;
            top: 36px;
            transform: translateY(-50%);
            width: 24px;
            height: 24px;
            color: #6e31e7;
            pointer-events: none;
        }

        .seventh-lead-field-icon svg {
            width: 100%;
            height: 100%;
            stroke: currentColor;
            fill: none;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        .seventh-lead-input,
        .seventh-lead-select {
            width: 100%;
            min-height: 72px;
            border-radius: 12px;
            border: 1px solid #d5d8e3;
            background: #f5f5f8;
            padding: 0 18px 0 72px;
            font-size: clamp(0.92rem, 1.05vw, 1.15rem);
            color: #555d7d;
            outline: none;
            transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
        }

        .seventh-lead-select {
            appearance: none;
            cursor: pointer;
            padding-right: 56px;
        }

        .seventh-lead-select-arrow {
            position: absolute;
            right: 20px;
            top: 36px;
            transform: translateY(-50%);
            width: 22px;
            height: 22px;
            color: #8f94ad;
            pointer-events: none;
        }

        .seventh-lead-select-arrow svg {
            width: 100%;
            height: 100%;
            stroke: currentColor;
            fill: none;
            stroke-width: 2.4;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        .seventh-lead-input::placeholder {
            color: #8087a3;
        }

        .seventh-lead-input:focus,
        .seventh-lead-select:focus {
            border-color: #8e56f3;
            background: #ffffff;
            box-shadow: 0 0 0 3px rgba(122, 80, 239, 0.14);
        }

        .seventh-lead-error {
            margin: 6px 0 0;
            text-align: left;
            font-size: 0.76rem;
            color: #ce3652;
            display: none;
        }

        .seventh-lead-error.is-visible {
            display: block;
        }

        .seventh-lead-actions {
            margin-top: 12px;
        }

        .seventh-lead-submit {
            width: 100%;
            min-height: 82px;
            border: 0;
            border-radius: 14px;
            color: #ffffff;
            font-size: clamp(1.08rem, 1.7vw, 1.4rem);
            font-weight: 800;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            background: linear-gradient(90deg, #5f29d1 0%, #7d44f5 58%, #5f29d1 100%);
            box-shadow: 0 8px 20px rgba(69, 36, 174, 0.38);
            cursor: pointer;
            position: relative;
        }

        .seventh-lead-submit-icon {
            width: 44px;
            height: 44px;
            border-radius: 999px;
            display: grid;
            place-items: center;
            background: #ffffff;
            color: #6f35eb;
        }

        .seventh-lead-submit-icon svg {
            width: 22px;
            height: 22px;
            stroke: currentColor;
            fill: none;
            stroke-width: 3;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        .seventh-lead-submit[disabled] {
            opacity: 0.75;
            cursor: wait;
        }

        .seventh-lead-page-loader {
            position: fixed;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            background: rgba(8, 6, 22, 0.72);
            backdrop-filter: blur(2px);
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transition: opacity 0.2s ease, visibility 0.2s ease;
            z-index: 13000;
        }

        .seventh-lead-page-loader.is-visible {
            opacity: 1;
            visibility: visible;
            pointer-events: all;
        }

        .seventh-lead-page-loader-spinner {
            width: 56px;
            height: 56px;
            border-radius: 999px;
            border: 4px solid rgba(255, 255, 255, 0.3);
            border-top-color: #ffffff;
            animation: seventhLeadSpin 0.75s linear infinite;
        }

        body.seventh-lead-loading-open {
            overflow: hidden;
        }

        @keyframes seventhLeadSpin {
            to {
                transform: rotate(360deg);
            }
        }

        .seventh-lead-feedback {
            margin: 10px 0 0;
            font-size: 0.86rem;
            text-align: center;
            color: #3b3f58;
        }

        .lead-thanks-modal {
            position: fixed;
            inset: 0;
            display: none;
            align-items: center;
            justify-content: center;
            padding: 20px;
            background: rgba(8, 6, 22, 0.72);
            z-index: 12000;
        }

        .lead-thanks-modal.is-open {
            display: flex;
        }

        .lead-thanks-dialog {
            position: relative;
            width: min(100%, 640px);
            border-radius: 20px;
            border: 1px solid rgba(255, 255, 255, 0.35);
            padding: clamp(32px, 4vw, 48px) clamp(20px, 4vw, 36px);
            text-align: center;
            color: #fff;
            background:
                linear-gradient(180deg, rgba(15, 9, 44, 0.8) 0%, rgba(19, 8, 59, 0.86) 100%),
                url("/assets/newsite/img/background/tela7-webdanca-background-20260504.png") left center / cover no-repeat;
            box-shadow: 0 20px 50px rgba(3, 2, 12, 0.5);
        }

        .lead-thanks-close {
            position: absolute;
            top: 10px;
            right: 12px;
            width: 40px;
            height: 40px;
            border: 0;
            border-radius: 999px;
            color: #fff;
            background: rgba(255, 255, 255, 0.16);
            font-size: 28px;
            line-height: 1;
            cursor: pointer;
        }

        .lead-thanks-title {
            margin: 0;
            font-size: clamp(1.8rem, 3vw, 2.4rem);
            line-height: 1.1;
            font-weight: 800;
        }

        .lead-thanks-text {
            margin: 14px 0 0;
            font-size: clamp(0.98rem, 1.3vw, 1.2rem);
            line-height: 1.45;
            color: rgba(255, 255, 255, 0.94);
        }

        .lead-thanks-signature,
        .lead-thanks-team {
            margin: 14px 0 0;
            font-size: clamp(0.98rem, 1.2vw, 1.12rem);
            color: rgba(255, 255, 255, 0.96);
        }

        .testimonials-wrap {
            width: min(100%, var(--testimonials-max-w));
            margin: 0 auto;
        }

        .testimonials-title {
            margin: 0;
            text-align: center;
            line-height: 1.05;
            color: #ffffff;
            font-size: clamp(2rem, 3.6vw, 2.95rem);
            font-weight: 800;
        }

        .testimonials-title-accent {
            display: block;
            color: #bca7ff;
        }

        .testimonials-carousel {
            position: relative;
            width: min(100%, var(--testimonials-max-w));
            margin-inline: auto;
            margin-top: clamp(34px, 3.9vw, 50px);
            margin-bottom: clamp(18px, 2.4vw, 28px);
            padding: 0 clamp(58px, 5.2vw, 86px);
        }

        .testimonials-nav {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 60px;
            height: 60px;
            border: 0;
            border-radius: 999px;
            background: #E3DCF8;
            color: #5A3AE7;
            line-height: 0;
            cursor: pointer;
            display: grid;
            place-items: center;
            z-index: 2;
            transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
        }

        .testimonials-nav svg {
            width: 20px;
            height: 20px;
            stroke: currentColor;
            fill: none;
            stroke-width: 3;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        .testimonials-nav:hover,
        .testimonials-nav:focus-visible {
            background: #d8cef8;
            color: #4B25DF;
            outline: none;
        }

        .testimonials-nav.prev {
            left: max(0px, calc((100% - min(100%, 1120px)) / 2 - 20px));
            transform: translate(-100%, -50%);
        }

        .testimonials-nav.next {
            right: max(0px, calc((100% - min(100%, 1120px)) / 2 - 20px));
            transform: translate(100%, -50%);
        }

        .testimonials-track {
            position: relative;
            width: min(100%, 1120px);
            height: 660px;
            margin: 0 auto;
            overflow: visible;
            perspective: 1200px;
            --testimonial-near-offset: clamp(220px, 27vw, 315px);
        }

        .testimonials-track::-webkit-scrollbar {
            display: none;
        }

        .testimonial-card {
            position: absolute;
            top: 0;
            left: 50%;
            width: min(100%, 380px);
            height: 620px;
            border-radius: 24px;
            background: #ffffff;
            box-shadow: 0 10px 24px rgba(29, 20, 65, 0.08);
            padding: 24px 24px 20px;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            transform-origin: center center;
            transform: translate3d(-50%, 40px, -180px) scale(0.88);
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            filter: saturate(0.75) blur(0.25px);
            z-index: 1;
            backface-visibility: hidden;
            transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
                opacity 0.45s ease,
                visibility 0s linear 0.45s,
                filter 0.55s ease,
                box-shadow 0.55s ease;
            will-change: transform, opacity, filter, visibility;
        }

        .testimonial-card.is-near {
            visibility: visible;
            transition-delay: 0s;
            opacity: 0.82;
            filter: saturate(0.9) blur(0.1px);
            pointer-events: auto;
            z-index: 2;
        }

        .testimonial-card.is-near-left {
            transform: translate3d(calc(-50% - var(--testimonial-near-offset)), 24px, -120px) scale(0.92);
            opacity: 0.82;
        }

        .testimonial-card.is-near-right {
            transform: translate3d(calc(-50% + var(--testimonial-near-offset)), 24px, -120px) scale(0.92);
            opacity: 0.82;
        }

        .testimonial-card.is-center {
            transform: translate3d(-50%, 0, 0) scale(1);
            opacity: 1;
            visibility: visible;
            transition-delay: 0s;
            pointer-events: auto;
            filter: saturate(1) blur(0);
            box-shadow: 0 24px 48px rgba(29, 20, 65, 0.16);
            z-index: 4;
        }

        .testimonial-card.is-hidden {
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            z-index: 1;
        }

        .testimonial-card.is-center.is-promoted {
            transition-duration: 0.38s, 0.32s, 0.34s, 0.34s;
            transition-timing-function: cubic-bezier(0.18, 0.9, 0.26, 1.05), ease, ease, ease;
            z-index: 5;
        }

        .testimonial-header {
            display: grid;
            grid-template-columns: 164px 1fr auto;
            align-items: start;
            column-gap: 18px;
        }

        .testimonial-logo {
            width: 164px;
            height: 116px;
            object-fit: contain;
        }

        .testimonial-client-name {
            margin: 0;
            font-size: clamp(0.92rem, 1.34vw, 1.62rem);
            line-height: 1.12;
            font-weight: 800;
            color: #151d49;
            min-height: calc(1.12em * 3);
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .testimonial-client-info {
            min-height: var(--testimonial-title-height);
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
        }

        .testimonial-school-name {
            margin: 8px 0 0;
            font-size: clamp(0.82rem, 0.86vw, 1.28rem);
            line-height: 1.2;
            font-weight: 500;
            color: #4B25DF;
            min-height: calc(1.2em * 2);
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .testimonial-location {
            margin: 8px 0 0;
            font-size: clamp(0.8rem, 0.82vw, 1.16rem);
            line-height: 1.2;
            font-weight: 500;
            color: #6E7388;
            min-height: calc(1.2em * 1);
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .testimonial-quotes {
            color: #4B25DF;
            font-size: clamp(1.9rem, 2.2vw, 2.45rem);
            line-height: 0.9;
            font-weight: 800;
            margin-top: 2px;
        }

        .testimonial-stars {
            margin-top: 18px;
            color: #4B25DF;
            font-size: 1.5rem;
            line-height: 1;
            letter-spacing: 2px;
            width: var(--testimonial-stars-width);
            height: var(--testimonial-stars-height);
            display: inline-flex;
            align-items: center;
            justify-content: flex-start;
        }

        .testimonial-comment {
            margin: 18px 0 0;
            font-size: clamp(0.8rem, 0.86vw, 1.04rem);
            line-height: 1.5;
            color: #242b4b;
            text-align: justify;
            text-justify: inter-word;
            flex: 1;
            overflow-y: auto;
            padding-right: 6px;
            scrollbar-width: thin;
            scrollbar-color: rgba(75, 37, 223, 0.36) transparent;
        }

        .testimonial-comment::-webkit-scrollbar {
            width: 6px;
        }

        .testimonial-comment::-webkit-scrollbar-thumb {
            background: rgba(75, 37, 223, 0.36);
            border-radius: 999px;
        }

        .testimonial-since {
            margin-top: 22px;
            padding-top: 0;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 14px;
        }

        .testimonial-since-pill {
            margin: 0;
            border-radius: 999px;
            padding: 11px 20px;
            background: #EFE9FF;
            color: #4B25DF;
            font-size: 0.92rem;
            line-height: 1.2;
            font-weight: 700;
            white-space: nowrap;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }

        .testimonial-since-pill svg {
            width: 18px;
            height: 18px;
            stroke: currentColor;
            fill: none;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        @media (max-width: 1200px) {
            .testimonials-carousel {
                padding-inline: clamp(26px, 3.8vw, 44px);
            }

            .testimonials-track {
                width: min(100%, 900px);
                height: 590px;
                --testimonial-near-offset: clamp(170px, 23vw, 245px);
            }

            .testimonial-card {
                width: min(100%, 320px);
                height: 560px;
                padding: 20px 20px 16px;
            }
        }

        @media (max-width: 1024px) {
            .testimonials-carousel {
                padding-inline: 0;
            }

            .testimonials-nav {
                display: none;
            }

            .testimonials-track {
                position: static;
                width: 100%;
                height: auto;
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: clamp(12px, 2vw, 16px);
                perspective: none;
                overflow: visible;
            }

            .testimonial-card {
                position: relative;
                top: auto;
                left: auto;
                width: 100%;
                min-height: auto;
                height: auto;
                padding: 20px 18px;
                border-radius: 20px;
                transform: none;
                opacity: 1;
                visibility: visible;
                pointer-events: auto;
                filter: none;
                box-shadow: 0 10px 24px rgba(29, 20, 65, 0.08);
                transition: none;
            }
        }

        @media (max-width: 640px) {
            .testimonials-track {
                grid-template-columns: 1fr;
            }

            .features-seventh-section {
                min-height: clamp(640px, 156vw, 860px);
                background-position: left center;
                background-size: cover;
                padding: clamp(44px, 12vw, 72px) 14px clamp(20px, 7vw, 34px);
            }

            .features-seventh-text br {
                display: none;
            }

            .features-seventh-title-accent {
                white-space: normal;
            }

            .seventh-lead-grid {
                grid-template-columns: 1fr;
                gap: 10px;
            }

            .seventh-lead-input,
            .seventh-lead-select {
                min-height: 58px;
                padding-left: 52px;
                font-size: 1.05rem;
            }

            .seventh-lead-field-icon {
                left: 16px;
                top: 29px;
                width: 20px;
                height: 20px;
            }

            .seventh-lead-select-arrow {
                top: 29px;
            }

            .seventh-lead-submit {
                min-height: 62px;
                font-size: clamp(1.08rem, 4.7vw, 1.34rem);
            }

            .seventh-lead-submit-icon {
                width: 34px;
                height: 34px;
            }

            .testimonial-header {
                grid-template-columns: 108px 1fr;
            }

            .testimonial-logo {
                width: 108px;
                height: 78px;
            }

            .testimonial-client-info {
                min-height: auto;
            }

            .testimonial-quotes {
                display: none;
            }

            .testimonial-stars {
                font-size: 1.34rem;
                width: auto;
                min-height: 26px;
            }
        }
