@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Roboto+Slab:wght@100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #f7effe;
}

.elipse-background {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 30%;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 112px;
}

.container-buttons-header button{
    padding: 8px 16px;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    height: 40px;
}

.login-button {
    color: #1C52BD;
    background-color: e9dcfb;
    border: 1px solid #491C96;
}

.free-button {
    color: #FFFFFF;
    background-color: #8A56D5;
    border: none;
}

.elipse-first-section {
    position: absolute;
    bottom: -64px;
    z-index: 1;
    opacity: 50%;
    border-radius: 0 0 0 32px;
}

.first-section {
    padding: 0 24px;
}

.element-1 {
    position: absolute;
    z-index: 5;
    top: 120;
    left: -50;
    rotate: -90deg;
}

.element-2 {
    position: absolute;
    z-index: 5;
    bottom: -64px;
    right: 0;
}

.container-first-section {
    background-color: #FFFFFF;
    width: 100%;
    height: 99%;
    border-radius: 32px;
}

.content-first-section {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

}

.hero-section {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #ffffff, #e6e6f0);
}

.text-container {
    margin-top: 88px;
    text-align: center;
    max-width: 868px;
    font-family: 'Roboto Slab', sans-serif;
}

.text-container h1 {
    font-size: 56px;
    font-weight: 600;
    line-height: 1.2;
    color: #14181B;
}

h1 .highlight {
    color: #8A56D5;
}

.image-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.image-wrapper img {
    width: 120px; /* Ajuste o tamanho da imagem conforme necessário */
    height: auto;
    margin-top: -30px;
}

.text-container p {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    color: #3A383D;
    margin-top: 16px;
    margin-bottom: 32px;
}

.button-first-section {
    padding: 12px 16px;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    margin-bottom: 80px;
}

.second-section {
    background-color: #FFFFFF;
    padding: 112px;
}

.passos-container {
    width: 35%;
}

.passos-content {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.tag-container {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #3A383D;
}

.first-tag-container {
    margin-bottom: 32px;
}

.tag-container span{
    color: #A06BEB;
}

.passos-container h2 {
    font-family: 'Roboto Slab';
    font-size: 48px;
    font-weight: 600;
    line-height: 56px;
    color: #14181B;
    margin-bottom: 32px;
}

.passos-container button {
    font-family: 'Roboto Slab';
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #14181B;
    margin: 16px 0;
    background-color: transparent;
    border: none;
}

.passos-container button:hover {
    cursor: pointer;
}

.texto-cadastro {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
}

.divider-passos {
    width: 100%;
    height: 2px;
    background-color: #DDDCDF;
    margin-bottom: 32px;
}

.progress-container {
    display: flex;
}

.progress-bar-complete {
    width: 20%;
    height: 2px;
    background-color: #A06BEB;
}

.progress-bar-inconplete {
    width: 80%;
}

.container-second-section {
    display: flex;
    justify-content: space-between;
}

.passos-content p {
    font-family: 'Inter';
    font-size: 16px;
    margin-top: 90px;
    width: 80%;
}

.passos-content img {
    width: 80%;
}

.hidden {
    display: none;
}

.section-three {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 112px;
}

.text-section-three {
    max-width: 100%;
    margin-top: 32px;
}

.text-section-three h1 {
    font-size: 48px;
}

.text-section-three img {
    width: 64px;
    margin-top: 0;
}

.elipse-section-three {
    width: 100%;
    position: absolute;
    z-index: -1;
}

.celulares-img {
    position: relative;
    z-index: 6;
    bottom: -68px;
}

.fita {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 3;
    background-color: #8A56D5;
    color: #F4F3F4;
    font-family: 'Inter';
    font-size: 16px;
    padding: 24px 0;
    width: 100%;
}

.section-four {
    background-color: #F2F2FF;
    padding: 112px;
}

.container-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
}
.glide__arrows {
    margin-top: 0;

}

.glide__arrow {
    width: 48px;
    height: 48px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #A06BEB;
    color: #A06BEB;
}

.glide__arrow--left svg{
    rotate: 180deg;
}

.glide__slides {
    display: flex;
}

.text-section-four {
    max-width: 100%;
    width: 100%;
    margin-top: 32px;
    font-size: 48px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-card {
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 24px;
    font-family: 'Inter';
    height: 353px;
}

.review-text {
    color: #37393D;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 32px;
}

.review-footer {
    display: flex;
    align-items: flex-start;
    align-items: center;
    gap: 5px;
}

.info-avatar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-author {
    font-family: 'Roboto Slab';
    font-size: 16px;
    color: #37393D;
}

.review-position {
    color: #83878D;
    font-size: 14px;
    margin-top: 3px;
}

.review-date {
    color: #6E7279;
    font-size: 16px;
}

.review-stars {
    color: #A06BEB;
    font-size: 24px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.avatar-depoimento {
    width: 48px;
    height: 48px;
    background-color: #D9D9D9;
    border-radius: 50%;
}

.divider-card-depoimento {
    width: 100%;
    height: 1px;
    background-color: #F3F4F4;
    margin: 20px 0;
}

.section-five {
    padding: 112px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.planos-cards-container {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    margin-top: 64px;
}

.card-plano {
    text-align: center;
    border: 1px solid #D9D9D9;
    padding: 16px;
    border-radius: 12px;
    max-width: 400px;
}

.titulo-card-plano {
    font-family: 'Roboto Slab';
    font-size: 20px;
    color: #343948;
    font-weight: 600;
    margin-bottom: 4px;
}

.text-card-plano {
    font-family: 'Inter';
    font-size: 14px;
    color: #444B5F;
    font-weight: 400;
    margin-bottom: 20px;
}

.valor-plano {
    font-family: 'Roboto Slab';
    font-size: 24px;
    color: #343948;
    font-weight: 600;
    margin-bottom: 20px;
}

.card-plano button {
    width: 100%;
    padding: 8px 0;
    background-color: transparent;
    border: 1px solid #8A56D5;
    border-radius: 4px;
    color: #A06BEB;
}

.card-plano button:hover {
    width: 100%;
    padding: 8px 0;
    background-color: #8A56D5;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
}

.section-six {
    background-color: #FAF3FF;
    padding: 112px;
    display: flex;
    justify-content: space-between;
}

.text-section-six {
    margin-top: 16px;
    text-align: left;
}

.faq-container {
    width: 60%;
}

.section-six-img {
    width: 30%;
}

.accordion {
    width: 100%;
    border-radius: 5px;
}

.accordion-item {
    border-left: 2px solid #DDDDDD;
    display: flex;
    justify-content: space-between;
}

.container-button-accordion {
    width: 90%;
}

.seta-accordion {
    border-left: none ;
    width: 10% ;
    background-color: transparent;
    border: none;
    rotate: 180deg;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-button {
    width: 100%;
    color: #393939;
    font-family: 'Roboto Slab';
    background-color: transparent;
    border: none;
    padding: 15px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    text-align: left;
    outline: none;
    transition: background-color 0.3s ease;
}

.accordion-button, .seta-accordion {
    cursor: pointer;
}

.accordion-content {
    font-family: 'Inter';
    color: #4B4B4B;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    display: none;
    padding: 15px;
    background-color: transparent;
    border-left: 2px solid #A06BEB;
    transition: all 0.3s ease-in-out;
}

.accordion-content p {
    margin: 0;
}

.accordion .active {
    border-left: 2px solid #A06BEB;
}

footer {
    background-color: #472776;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 48px;
}

footer .links {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 40px 0;

}

footer p {
    text-align: center;
    font-family: 'Inter';
    font-size: 16px;
    color: #C9CED3;
    max-width: 650px;
}

.dashboard-image-lp-mobile {
    display: none;
}

.passos-content-mobile {
    display: none;
    font-family: 'Inter';
    font-size: 16px;
    margin-bottom: 32px;
    color: #3A383D;
}

.button-faq {
    padding: 8px 16px;
    background-color: #8A56D5;
    color: #ffffff;
    border: none;
    font-family: 'Roboto Slab';
    font-weight: 700;
    font-size: 14px;
    border-radius: 4px;
    margin-top: 48px;
}

.button-faq:hover {
    cursor: pointer;
    background-color: #9869da;

}

.container-buttons-header-mobile {
    display: none;
}

.modal {
    display: none;
}

.glide__arrow-mobile {
    display: none;
}

@media screen and (max-width: 1440px) {
    .review-card {
        height: 400px;
    }
}

@media screen and (max-width: 1024px) {

    .element-1 {
        width: 151px;
        left: -14px;
    }

    .passos-container {
        width: 50%;
    }

    .passos-content {
        width: 40%;
    }

    .elipse-section-three {
        margin-top: 70px;
    }

    .dashboard-image-lp {
        width: 100%;
    }

    .elipse-first-section {
        width: 90%;
    }

    .section-six-img {
        width: 50%;
    }

}

@media screen and (max-width: 768px) {

    header {
        padding-left: 24px;
        padding-right: 24px;
    }

    .container-buttons-header-mobile {
        display: none;
    }

    .modal {
        display: none;
    }

    .first-section {
        padding: 0 0;
    }

    .content-first-section {
        padding: 0 24px;
    }

    .element-1 {
        width: 120px;
        left: -12px;
    }

    .element-2 {
        display: none;
    }

    .dashboard-image-lp {
        display: none;
    }

    .dashboard-image-lp-mobile {
        display: block;
        position: relative;
        bottom: 48px;
    }

    .elipse-first-section {
        width: 90%;
    }

    .passos-container {
        width: 100%;
    }

    .passos-content p {
        display: none;
    }

    .passos-content-mobile {
        display: block;
    }

    .container-second-section {
        flex-direction: column;
        align-items: center;
    }

    .passos-content img {
        width: 194%;
    }

    .celulares-img {
        bottom: 0;
        width: 70%;
        margin-top: 50px;
    }

    .elipse-section-three {
        margin-top: 280px;
    }

    .text-section-three h1 {
        font-size: 24px;
    }

    .text-section-three img {
        width: 50px;
    }

    .glide__arrows {
        display: none;
    }

    .glide__arrow-mobile {
        display: block;
        display: flex;
        justify-content: center;
        margin-top: 50px;
        gap: 16px;
    }

    .second-section {
        padding-left: 24px;
        padding-right: 24px;
        padding-bottom: 0;
    }

    .section-four {
        padding-left: 24px;
        padding-right: 24px;
    }

    .section-five {
        padding-left: 24px;
        padding-right: 24px;
    }

    .section-six {
        padding-left: 24px;
        padding-right: 24px;
    }

    .faq-container {
        width: 100%;
    }

    .section-six-img {
        display: none;
    }

    .review-card {
        height: 400px;
    }


}

@media screen and (max-width: 500px) {

    .hamburger-button {
        font-size: 24px;
        background: none;
        border: none;
        cursor: pointer;
    }

    .element-1 {
        top: 83px;
    }

    .modal {
        z-index: 100;
        display: none;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        height: 25%;
        background-color: white;
        box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 16px 16px 0 0;
        transition: transform 1s ease-in-out;
        transform: translateY(100%);
    }

    .modal-content {
        padding: 20px;
        text-align: center;
    }

    .modal-content h3 {
        font-family: 'Roboto Slab', sans-serif;
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 32px;
    }

    .free-button, .login-button {
        display: block;
        width: 100%;
        margin: 10px 0;
        font-size: 16px;
        border-radius: 5px;
        cursor: pointer;
        padding: 8px 16px;
        font-family: 'Roboto Slab', sans-serif;
        font-size: 14px;
        font-weight: 700;
        border-radius: 4px;
        height: 40px;
    }

    .free-button {
        background-color: #7a4ad1;
        color: white;
        border: none;
    }

    .login-button {
        background-color: white;
        color: #7a4ad1;
        border: 2px solid #7a4ad1;
    }

    .modal.show {
        display: block;
        transform: translateY(0);
    }

    .container-buttons-header {
        display: none;
    }

    .container-buttons-header-mobile {
        display: block;
    }

    .planos-cards-container {
        flex-direction: column;
    }

    .text-container h1 {
        font-size: 32px;
    }

    .content-first-section .image-wrapper img {
        width: 69px;
        height: auto;
        margin-top: -17px;
    }

    .elipse-first-section {
        bottom: -55px;
    }

    .dashboard-image-lp-mobile {
        bottom: 0px;
    }

    .text-section-three .image-wrapper img {
        width: 46px;
        height: auto;
        margin-top: 1px;
    }

    .review-card {
        height: 420px;
    }

}

@media screen and (max-width: 420px) {
    .dashboard-image-lp-mobile {
        bottom: 0px;
    }

}
