.pensando-profissional {
    padding-block: 3rem;
    background-image: url('../imgs/bg2.png');
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    background-color: rgb(250, 246, 255);
    z-index: 0;

    &::before {
        content: "";
        background-image: url("../imgs/float-bg-2.webp");
        background-size: contain;
        background-repeat: no-repeat;

        width: 388px;
        height: 388px;

        position: absolute;
        top: 2%;
        left: -40px;
        right: auto;

        /* start outside */

        opacity: .7;
        pointer-events: none;

        z-index: -1;
        animation: rotate-bg 10s ease infinite;
        transition: all .3s ease;
    }

    @media (max-width:750px) {
        &::before {
            width: 148px;
            height: 148px;
        }
    }

    .wrapper-media {
        margin-top: 3rem;
    }

    .custom-hero__title {
        padding-top: 1rem !important;

        * {
            @media (min-width:1000px) {
                font-size: 40px;

            }

        }
    }

    .custom-hero__aux {
        margin-inline: auto !important;
    }

    @media (min-width:750px) {
        .custom-hero__title {
            max-width: 600px !important;
        }
    }

    .wrapper-media {
        background-color: #fff;
        border-radius: 12px;
        padding: 40px 50px;
        box-shadow: 0px 3px 6px #f0f0f0;

        @media (max-width:750px) {
            padding: 2rem 0;
        }

        img,
        video {
            width: 100%;
            height: auto;
        }
    }

    .blocks-wrapper {
        background-color: #fff;
        border-radius: 12px;
        padding: 2rem;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1rem;
        align-items: center;
        margin-top: 3rem !important;
        box-shadow: 0px 3px 6px #f0f0f0;
        overflow: hidden;

        @media (max-width:1000px) {
            grid-template-columns: repeat(1, 1fr);
        }

        .custom-block {
            position: relative;
            padding-inline: 30px;

            @media (min-width:1000px) and (max-width:1200px) {
                padding-inline: 15px;
            }

            @media (max-width:1000px) {
                &:not(:last-child) {
                    border-bottom: 1px solid #F7EFFF;
                }

                padding-block: 26px;
            }


            &:last-child {
                &::after {
                    display: none;
                }
            }

            @media (min-width:1000px) {
                &::after {
                    content: "";
                    background-color: #F7EFFF;
                    width: 2px;
                    height: 200px;
                    position: absolute;
                    right: 0;
                    top: -4rem;
                }
            }


            &.custom-block-1,
            &.custom-block-2,
            &.custom-block-4 {
                .number-rotative {
                    &::before {
                        content: "+" !important;
                        line-height: 1 !important;
                        font-size: 38px !important;
                    }

                }
            }

            &.custom-block-4 {

                &:after {
                    content: "%";
                    line-height: 1;
                }
            }

            &.custom-block-3 {
                .number-rotative {
                    &::before {
                        content: "-";
                        line-height: 1;
                        font-size: 38px;
                    }

                    &:after {
                        content: "%";
                        line-height: 1;
                    }
                }
            }
        }

        .aux-card {
            color: #DFC0FF;
            text-align: center;
            font-family: "Plus Jakarta Sans";
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 109%;
            margin-right: 9rem;
            /* 19.62px */
        }

        .number-rotative {
            text-align: center;
            font-family: "Roca One bold";
            font-size: 46px;
            font-style: normal;
            font-weight: 700;
            line-height: 109%;
            justify-content: center;

            background: linear-gradient(93deg, #B1FFEF -4.7%, #93F 29.52%, #FFB0FF 99.32%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            display: flex;
            align-items: center;
        }

        .text-block * {
            color: #5D4E70;
            text-align: center;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 120%;
        }
    }
}

.suporte-presente {
    padding-block: 3rem;

    @media (max-width:750px) {
        background: #FBF7FF !important;
    }

    .custom-hero__content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;

        >div {
            flex: 1;
        }

        @media (max-width:1000px) {
            flex-direction: column;
        }

        * {
            text-align: start !important;
        }

        .custom-hero__buttons-wrapper {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-top: 1.25rem;


            @media (max-width:1000px) {
                flex-direction: column;
                height: auto;
            }
        }

        .custom-hero__button {
            padding-inline: 53px;
            height: 46px;

            border-radius: 100px;
            padding-inline: 44px;
            font-weight: 600;
            font-size: 16px;
            line-height: 1;
            letter-spacing: 0%;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 1rem;
            text-decoration: none;

            @media (max-width:1000px) {
                width: 100%;
            }


            @media (min-width:1000px) and (max-width:1400px) {
                padding-inline: 17px !important;
            }




            &:nth-child(2) {
                border: 1px solid #EAECF0;
                background: #FFF;
                padding-inline: 37px;
                box-shadow: 0 0px 4px 0 rgba(223, 192, 255, 0.26) inset;
                transition: box-shadow .3s ease;

                &:hover {
                    box-shadow: 0 0px 4px 1px rgba(211, 169, 255, 0.26) inset
                }
            }
        }

        .custom-hero__buttons-wrapper {
            justify-content: flex-start;

            @media (max-width:750px) {
                height: fit-content !important;
                flex-direction: column;

                a {
                    min-height: 45px;
                    display: flex;
                    padding-inline: 0 !important;

                }
            }
        }

        .custom-hero__text-users {
            margin-top: 3rem;

            @media (max-width:750px) {
                display: flex;
                align-items: center;
                gap: 1rem;
            }

            .wrapper-user {
                display: flex;
                align-items: center;
            }

            img {
                height: auto;
                display: block;
                opacity: 0;

                &:not(:first-child) {
                    margin-left: -10px;
                }
            }

            p {
                color: #3F3F46;
                font-size: 13.132px;
                font-style: normal;
                line-height: 140%;
            }

            .wrapper-stars {
                display: flex;
                align-items: center;
                gap: 3px;

                @media (max-width:1000px) {
                    display: none;
                }
            }
        }

        .wrapper-media {
            img {
                width: 100%;
            }
        }
    }
}

.seguranca-dados {
    padding-block: 3rem;

    .wrapper-media {
        margin-top: 0 !important;
        animation: float-image 5s ease infinite;
    }

    .custom-hero__content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 2rem;

        @media (max-width:1000px) {
            flex-direction: column;
        }

        .custom-hero__title {
            padding-top: 1rem !important;

            * {
                @media (min-width:1000px) {
                    font-size: 36px;

                }

            }
        }

        * {
            @media (min-width:1000px) {
                text-align: start !important;
            }
        }

        >div {
            flex: 1;

            @media (max-width:1000px) {
                width: 100%;
            }
        }

        .wrapper-media {
            img {
                width: 100%;
            }
        }


        .custom-hero__buttons-wrapper {

            @media (max-width:1000px) {
                display: none !important;
            }
        }

        .custom-hero__button {
            padding-inline: 52px;

        }

        .wrapper {

            @media (min-width:1000px) {
                max-width: 324px;
            }

        }

        .custom-hero__buttons-wrapper {
            justify-content: flex-start;
        }

        .wrapper-cards {
            display: flex;
            flex-direction: column;
            gap: 1rem;

            @media (min-width:1000px) {
                max-width: 324px;
            }

            .seguranca-dados__card {
                display: flex;
                align-items: center;
                gap: 2rem;
                border-bottom: 1px solid #F7EFFF;
                padding-block: 2rem;

                @media (max-width:1000px) {
                    gap: 1rem;
                }

                .seguranca-dados__card-text * {
                    color: #5D4E70;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 140%;
                    /* 22.4px */
                }
            }
        }
    }

}

.motion-scroll-container {
    position: relative;
}

.motion-scroll-section {
    background-color: #FBF7FF;
    padding-block: 3rem;
    position: relative;
    display: flex;
    flex-direction: column;

    @media (max-width:750px) {
        position: sticky;
        top: 0;
        height: 100svh;
        overflow: hidden;
    }

    .motion-scroll-track {
        flex: 1;
        align-content: center;
    }


    .custom-hero__aux {
        margin-inline: auto !important;
    }

    .custom-hero__title {
        padding-top: 0;
        max-width: 100%;
        padding-bottom: 3rem;

        @media (max-width:750px) {
            padding-bottom: 1rem;
        }
    }

    .wrapper-cards-motion {
        display: flex;
        align-items: center;
        gap: 24px;

        @media (min-width:1000px) {
            padding-bottom: 2rem;
        }

        .custom-hero__aux {
            margin-left: 0 !important;

            @media (max-width:750px) {
                * {
                    font-size: 8px;
                }
            }
        }

        .custom-hero__title {
            padding-top: .65rem;
            max-width: 100%;
            padding-bottom: 0rem;
            margin-inline: 0;

            * {
                font-size: 32px;
                text-align: start;

                @media (max-width:750px) {
                    font-size: 20px;
                }
            }
        }

        .content-motion {
            max-width: 350px;

            * {
                color: #443853;

                /* Text/16/Regular */
                font-family: "DM Sans";
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 140%;

                @media (max-width:750px) {
                    margin-bottom: 2rem;
                    font-size: 12px;
                }

                /* 22.4px */
            }
        }

        .wrapper-card {
            display: flex;
            width: 62vw;
            border-radius: 15.689px;
            background: #FFF;
            padding: 32px 0 32px 32px;
            gap: 3rem;
            flex-shrink: 0;
            justify-content: space-between;

            @media (max-width:1000px) {
                width: 75vw;
                flex-direction: column;
                padding: 24px;
            }

            @media (max-width:750px) {
                width: 85vw;
            }

            >div {
                flex: 1;
            }

            .wrapper-left-side {
                display: flex;
                flex-direction: column;
                max-width: 453px;
            }

            .checks-area {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                gap: 14px;
                margin-top: auto;

                @media (max-width:750px) {
                    gap: 5px;
                }

                .check-element {
                    display: flex;
                    align-items: center;
                    gap: .25rem;

                    img {
                        width: 15px;
                    }

                    @media (max-width:750px) {
                        p {
                            font-size: 8px;
                        }
                    }
                }
            }
        }
    }

    .wrapper-right {

        @media (min-width:700px) and (max-width:1339px) {
            max-width: 405px;
        }

        @media (min-width:1440px) {
            max-width: 476px;
        }

        img,
        video {
            width: 100%;

            @media (max-width:750px) {
                max-width: 350px;
            }
        }
    }

}

.motion-scroll-section {
    .buy-area {
        &.hide-mob {
            @media (max-width:750px) {
                display: none !important;
            }
        }
    }
}

.buy-area {
    background: #ffffff;

    background-size: cover;
    background-position: center;
    padding-block: 3rem;
    position: relative;
    overflow: hidden;
    z-index: 0;


    &.hide-desk {
        @media (min-width:751px) {
            display: none !important;
        }
    }

    &::before {
        content: "";
        background-image: url("../imgs/float-bg-3.png");
        background-size: contain;
        background-repeat: no-repeat;

        width: 280px;
        height: 280px;

        position: absolute;
        top: -7%;
        right: -58px;
        /* start outside */

        pointer-events: none;

        z-index: -1;
        animation: float 13s ease infinite;
    }

    .wrapper-content {
        display: flex;
        align-items: center;
        border-radius: 20px;
        border: 1px solid #E2D3F1;
        background: linear-gradient(180deg, #FBF7FF 0%, #EBDFF7 100%);
        padding: 25px 39px;
        gap: 32px;

        @media (max-width:1000px) {
            flex-direction: column;
            padding: 42px 16px;

            >div {
                width: 100%;
            }
        }

        * {
            margin: 0;
        }

        .item-content {
            display: flex;
            align-items: center;
            gap: 1rem;

            img {
                display: block;
                height: auto;
            }

            .content-text * {
                color: #5D4E70;
                font-size: 14px;
                font-style: normal;
                line-height: 140%;
            }
        }

        .left-content {
            background-color: #fff;
            border-radius: 20px;
            padding: 47px 32px;
            position: relative;
            flex: 1;
            overflow: hidden;
            z-index: 0;

            @media (max-width:1000px) {
                padding: 42px 16px;
            }

            .img-bg {
                position: absolute;
                right: -39px;
                top: -35px;
                z-index: -1;

                @media (max-width:1000px) {
                    right: -24px;
                    top: -19px;
                }

                img {
                    max-width: 165px;
                    height: auto;

                    /* animação infinita */
                    animation: spin 12s linear infinite;

                    @media (max-width: 1000px) {
                        max-width: 80px;
                    }
                }
            }

            .title-content * {
                line-height: 110%;
                font-size: inherit;
                font-weight: inherit;
                font-family: "Roca One bold";

                @media (max-width:1000px) {
                    font-size: 32px;
                }
            }

            .wrapper-item-content-left {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding-top: 24px;

                @media (max-width:1000px) {
                    flex-direction: column;
                    gap: 10px;

                    .divider {
                        display: none;
                    }
                }

                .wrapper-first-3,
                .wrapper-last {
                    @media (min-width:1000px) {
                        flex: 1;
                    }

                    @media (max-width:1000px) {
                        width: 100%;
                    }

                    .item-content {
                        &:not(:last-child) {
                            margin-bottom: 24px;
                        }
                    }
                }

                .divider {
                    padding-inline: 32px;
                }
            }


        }

        .right-content {
            border-radius: 20px;
            border: 1px dashed #E3C7FF;
            background: #FFF;
            box-shadow: 0 100px 80px 0 rgba(189, 174, 209, 0.07), 0 41.778px 33.422px 0 rgba(189, 174, 209, 0.05), 0 22.336px 17.869px 0 rgba(189, 174, 209, 0.04), 0 12.522px 10.017px 0 rgba(189, 174, 209, 0.04), 0 6.65px 5.32px 0 rgba(189, 174, 209, 0.03), 0 2.767px 2.214px 0 rgba(189, 174, 209, 0.02);
            padding: 20px 15px;
            position: relative;
            overflow: hidden;

            .flag {
                position: absolute;
                top: 21px;
                right: -60px;
                background: #F0E0FF;
                box-shadow: 0 4px 4px 0 rgba(199, 199, 199, 0.13) inset;
                rotate: 26deg;
                padding: 5px 0;
                overflow: hidden;
                width: 200px;
                /* importante */
                white-space: nowrap;

                @media (max-width: 1000px) {
                    top: 18px;
                    right: -96px;
                }

                .flag-track {
                    display: flex;
                    width: max-content;
                    animation: marquee 6s linear infinite;
                }

                p {
                    padding: 0 10px;
                    margin: 0;

                    background: linear-gradient(93deg,
                            #B1FFEF -4.7%,
                            #93F 29.52%,
                            #FFB0FF 99.32%);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;

                    font-size: 14px;
                    font-weight: 400;
                    line-height: 120%;
                }
            }




            .installment-parcel {
                * {
                    color: #8A2EE6;
                    text-align: center;
                    font-size: 22px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 110%;
                }
            }

            .price-content {
                text-align: center;

                * {
                    font-family: "Plus Jakarta Sans";
                }

                strong {
                    color: #8A2EE6;
                    text-align: center;
                    font-size: 32px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 104%;
                    letter-spacing: -3px;
                }

                *:not(strong) {
                    color: #8A2EE6;
                    font-size: 64px;
                    font-style: normal;
                    font-weight: 700;
                    line-height: 104%;
                    letter-spacing: -3px;


                    @media (max-width:1000px) {
                        font-size: 46px;
                    }
                }
            }

            .a-vista {
                * {
                    color: var(--title-primary-color);
                    text-align: center;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 400;
                    line-height: 140%;
                    font-family: "DM Sans";
                }
            }

            .buy-button {
                margin-top: 14px;
                margin-bottom: 10px;

                a {
                    border-radius: 999px;
                    /* background: var(--deg2, linear-gradient(93deg, #B1FFEF -4.7%, #93F 29.52%, #FFB0FF 99.32%)); */
                    box-shadow: 0 7px 3px 0 rgba(255, 255, 255, 0.31) inset;
                    color: #fff;
                    text-align: center;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 90%;
                    text-decoration: none;
                    display: flex;
                    width: 100%;
                    height: 46px;
                    justify-content: center;
                    align-items: center;

                }
            }

            .item-content {

                &:not(:last-child) {
                    margin-bottom: 8px;
                }
            }
        }
    }
}

.secao-reviews {
    padding-block: 3rem;
    background-color: #fbf7ff;

    .custom-hero__aux {
        margin-inline: auto;
    }

    .custom-hero__title {
        padding-top: 1rem !important;
        padding-bottom: 5rem;

        @media (max-width:1000px) {
            padding-bottom: 2rem;
        }

        * {
            @media (min-width:1000px) {
                font-size: 48px;
            }
        }
    }

    @media (min-width:1000px) {
        .swiper-pagination {
            display: none;
        }
    }


    .swiper-pagination {
        position: initial;
        padding-top: 1.35rem;

        .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            border-radius: 50%;
        }

        .swiper-pagination-bullet-active {
            background-color: var(--hover-link-color);
        }
    }



    .wrapper-card {
        display: flex;
        align-items: center;
        gap: 2rem;

        @media (max-width:1000px) {
            gap: 1rem;
        }

        * {
            margin: 0;
        }

        img {
            display: block;
            height: auto;

            @media (max-width:1000px) {
                width: 100%;

            }
        }

        .wrapper-media {
            margin: 0;
            max-width: 180px;

            @media (max-width:1000px) {
                min-width: 147px;
                padding-left: 1rem;
            }
        }

        .wrapper-stars {
            display: flex;
            align-items: center;
            gap: 3px;
            padding-bottom: 0.75rem;

            svg {
                height: auto;
                width: 15px;
            }
        }

        .text-quote * {
            color: var(--title-primary-color);
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 140%;
        }

        .arroba * {
            color: var(--title-primary-color);
            font-size: 12px;
            font-style: normal;
            font-weight: 300;
            line-height: 140%;
        }

        .name-user {
            padding-top: 1rem;
            color: var(--title-primary-color);
            font-size: 12px;
            font-style: normal;
            font-weight: 600;
            line-height: 140%;
            padding-top: 1rem;
        }
    }
}

.secao-faq {
    padding-block: 3rem 6rem;

    @media (max-width:1000px) {
        padding-block: 3rem;
    }

    .page-width {
        max-width: calc(768px + 10rem);
    }

    .custom-hero__aux {
        margin-inline: auto !important;
    }

    .custom-hero__title {
        padding-top: 0;
        padding-bottom: 3.75rem;

        @media (max-width:1000px) {
            padding-bottom: 1.5rem;
        }

        * {
            @media (min-width:1000px) {
                font-size: 40px;

            }
        }
    }

    details {
        border-bottom: 1px solid #F7EFFF;
        padding-block: 2rem;


        &[open] {
            .minus {
                width: 20px;
            }

            .plus {
                width: 0;
            }
        }

        summary {
            display: flex;
            align-items: center;
            justify-content: space-between;
            position: relative;
            cursor: pointer;


            .minus,
            .plus {
                position: absolute;
                right: 0;

                img {
                    width: 100%;
                    height: auto;
                }
            }

            .minus {
                width: 0;


            }

            .title-faq {
                padding-right: 20px;

                * {
                    color: var(--subtitle-primary-color);

                    /* Text/18/Medium */
                    font-size: 18px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 140%;
                    /* 25.2px */
                }
            }

        }

        .answer * {
            color: var(--title-primary-color);

            /* Text/16/Regular */
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 140%;
            /* 22.4px */
        }

    }
}

/* keyframes da rotação */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}


/* animação indo pra esquerda infinito */
@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes bubbleSides {

    /* ==============================
       LADO DIREITO (Sem rotação)
       ============================== */
    0% {
        right: 0;
        left: auto;
        transform: translateY(0) rotate(0deg);
        /* Garante rotação zero */
        opacity: 0;
    }

    5% {
        opacity: 1;
    }

    /* Mantemos rotate(0deg) explícito ou implícito aqui, 
       mas para segurança, pode-se apenas usar translateY pois o padrão é 0deg */
    15% {
        transform: translateY(-120px) rotate(5deg);
    }

    25% {
        transform: translateY(100px) rotate(-5deg);
    }

    35% {
        transform: translateY(-80px) rotate(5deg);
    }

    45% {
        transform: translateY(70px) rotate(-5deg);
        opacity: 1;
    }

    50% {
        opacity: 0;
        right: 0;
        left: auto;
        transform: translateY(70px) rotate(0deg);
    }


    /* ==============================
       O PULO + ROTAÇÃO INICIAL
       ============================== */
    50.1% {
        opacity: 0;
        right: auto;
        left: 0;
        /* Aqui aplicamos a rotação inicial e resetamos o Y */
        transform: translateY(0) rotate(180deg);
    }


    /* ==============================
       LADO ESQUERDO (Com rotação constante)
       ============================== */
    60% {
        opacity: 1;
        left: 0;
        right: auto;
        /* Repete a rotação aqui */
        transform: translateX(-100px) translateY(0) rotate(180deg);
    }

    /* ATENÇÃO: Repetir rotate(180deg) em TODOS os passos abaixo */

    65% {
        left: 0;
        right: auto;
        transform: translateX(-100px) translateY(-120px) rotate(160deg);
    }

    75% {
        left: 0;
        right: auto;
        transform: translateX(-100px) translateY(100px) rotate(170deg);
    }

    85% {
        left: 0;
        right: auto;
        transform: translateX(-100px) translateY(-80px) rotate(160deg);
    }

    95% {
        left: 0;
        right: auto;
        transform: translateX(-100px) translateY(70px) rotate(170deg);
        opacity: 1;
    }

    100% {
        left: 0;
        right: auto;
        opacity: 0;
        transform: translateX(-100px) translateY(70px) rotate(175deg);
    }
}

@keyframes rotate-bg {
    0% {
        rotate: 0deg;
    }

    50% {
        rotate: 12deg;
    }

    70% {
        rotate: -12deg;
    }

    90% {
        rotate: 6deg;
    }

    100% {
        rotate: 0deg;
    }
}

/* No elemento HTML da bolinha, adicione: animation: floatSpin 4s ease-in-out infinite; */

@keyframes float {
    0% {
        transform: translateY(0%) rotate(0deg);
        animation-timing-function: ease-out;
        /* Começa saindo suave da base */
    }

    /* SUBIDA: Vai direto para o topo sem interrupções */
    35% {
        transform: translateY(-25%) rotate(140deg);
        animation-timing-function: ease-in-out;
    }

    /* QUEDA: Ganha velocidade para o impacto */
    75% {
        transform: translateY(65%) rotate(300deg);
        animation-timing-function: ease-out;
        /* Prepara o rebote */
    }

    /* O BOUNCE (Impacto e volta rápida) */
    85% {
        transform: translateY(70%) rotate(325deg);
        animation-timing-function: ease-in;
        /* "Sobe" rápido do fundo */
    }

    100% {
        transform: translateY(0%) rotate(360deg);
        animation-timing-function: ease-out;
    }
}

@keyframes float-image {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-2rem);
    }

    100% {
        transform: translateY(0);
    }
}