body {
    margin: 0;
    padding: 0;
}

*,
::after,
::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
}

/* Banner */
.banner {
    background: linear-gradient(101deg, #010103 29%, #3532CA 71%, #000 100%);
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.font-titulo {
    color: #F77E2F;
    margin: 0;
    justify-content: center;
    display: flex;
    font-weight: 700;
    text-shadow: 0px 4px 6px rgba(255, 255, 255, 0.40);
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #000;
    font-family: "Inknut Antiqua";

}

.banner h1 {
    padding-top: 40px;
    padding-bottom: 32px;
    font-size: 6rem;
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.infos {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    align-self: end;
}

.logo {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.banner h3 {
    color: #fff;
    font-size: 40px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner h2 {
    color: #F77E2F;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.25);
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #000;
    font-family: Jost;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
}

.mascote {
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    align-self: end;
    height: auto;
}

a {
    text-decoration: none;
    justify-items: center;
}

.banner a,
.feedbacks a {
    font-size: 32px;
    color: #fff;
    font-family: "Inknut Antiqua";

}

.btt {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 40px;
}

.btt_cad {
    border-radius: 12px;
    background: linear-gradient(180deg, #F77E2F 0%, #4D2004 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.50);
    padding: 10px 20px;
}

/* Tutoriais */

.tutoriais {
    background: #CCCBFE;
}

/* Tabela de Dados */
.tab_dados {
    background: linear-gradient(90deg, #09091F 37.04%, #3230C2 62.95%);
}

.container_dados {
    width: 1200px;
    margin: 0 auto;
    justify-content: center;
    display: flex;
    padding: 40px 0;
}

.responsive-image {
    max-height: 900px;
    width: auto;
    height: auto;
}

/* Feedbacks */
/* Fundo do bloco do separador (opcional, pode remover se não quiser faixa) */
.separador {
    background: #CCCBFE;
    /* roxo bem clarinho */
    padding: 28px 0;
}

/* Container central */
.sep_central {
    width: min(1200px, 85%);
    margin: 0 auto;
    position: relative;
    display: grid;
    place-items: center;
}

/* Linha principal (degradê + glow) */
.sep_linha {
    width: 100%;
    border: 0;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg,
            rgba(124, 58, 237, 0) 0%,
            rgba(124, 58, 237, 0.95) 25%,
            rgba(168, 85, 247, 1) 50%,
            rgba(124, 58, 237, 0.95) 75%,
            rgba(124, 58, 237, 0) 100%);
    box-shadow:
        0 0 0 1px rgba(124, 58, 237, 0.25),
        0 10px 24px rgba(124, 58, 237, 0.22);
    opacity: 0.95;
}

/* Detalhe central (diamante) */
.sep_marca {
    position: absolute;
    width: 14px;
    height: 14px;
    background: radial-gradient(circle at 30% 30%, #ffffff 0%, #e9d5ff 25%, #a855f7 70%, #7c3aed 100%);
    transform: rotate(45deg);
    border-radius: 4px;
    box-shadow:
        0 0 0 2px rgba(255, 255, 255, 0.8),
        0 6px 18px rgba(124, 58, 237, 0.35);
}

/* Um brilho “atrás” do diamante */
.sep_marca::after {
    content: "";
    position: absolute;
    inset: -10px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.35), rgba(168, 85, 247, 0) 70%);
    filter: blur(2px);
    z-index: -1;
}

/* Responsivo: linha um pouco mais fina no mobile */
@media (max-width: 480px) {
    .separador {
        padding: 20px 0;
    }

    .sep_linha {
        height: 3px;
    }

    .sep_marca {
        width: 12px;
        height: 12px;
    }
}


.feedbacks {
    background: #CCCBFE;
    background: linear-gradient(180deg, #CCCBFE 0%, #3230C2 100%);
}

.feedbacks h1 {
    margin: 0;
    font-size: 3.75rem;
}

.feedbacks h1:nth-child(1) {
    padding-top: 40px;
    margin-bottom: 40px;
}

.img_feedbacks {
    padding: 20px 0;
    display: flex;
    justify-content: center;
}

.canais {
    justify-content: center;
    display: grid;
}

.feedbacks .grid-2 {
    padding-bottom: 30px;
}

.grid-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.canal {
    display: flex;
    justify-content: center;
}

.canal img {
    max-height: 90px;
}

h2 {
    margin: 0;
}

.sub-titulo {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.25);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    text-stroke-width: 1px;
    text-stroke-color: #000;
    font-family: Poppins;
    font-size: 40px;
    font-weight: 700;
    align-self: center;
}

/* Duvidas */

.duvidas {
    padding-top: 3rem;
    padding-bottom: 5rem;
    max-width: 800px;
    margin: 0 auto;
}

h4 {
    margin: 0 0 2rem 0;
}

.Titulo_duvidas {
    color: #404040;
    font-weight: 700;
    text-align: center;
    font-size: 48px;
}

.duvidas p {
    margin: 0;
}

.card-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 20px;
    border-bottom-width: 1px;
    border-color: #CCC;
}

.caixa-question {
    border-color: #CCC;
    border-width: 1px;

    border-style: solid;
}

.card-question p {
    font-weight: 600;
    font-size: 1.25rem;
    font-family: "Catamaran", sans-serif;
    color: #F77E2F;
    user-select: none;
    text-align: start;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition: transform 0.3s;
}

.card-question img {
    width: 25px;
    height: 15px;
}

.show {
    display: block !important;
}

.question-answer {
    width: 100%;
    font-family: "Catamaran", sans-serif;
    height: auto;
    animation: slideDown 0.3s linear;
    overflow-y: hidden;
    user-select: none;
    padding: 20px;
    border-bottom-width: 1px;
    border-color: #CCC;
    display: none;
}

.question-answer p {
    font-size: 18px;
    font-weight: 400;
    color: #595959;
    animation: slideDown 0.4s ease-in-out;

}

.question-answer p+p {
    margin-top: 2rem;
}


.rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.3s;
}

/* Transição suave para a rotação */
.transition-transform {
    transition: transform 0.3s;
}

@keyframes slideDown {
    from {
        max-height: 0;
    }

    to {
        max-height: 400px;
    }
}

/* Footer */
footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #111;
}

footer p {
    color: #95969F;
    padding: 30px 0 30px 0;
    margin: 0;
    text-align: center;
}

footer a {
    color: #95969F;
}

@media (max-width: 1200px) {
    .container {
        width: 800px;
    }

    .banner h1 {
        font-size: 4rem;
        /* padding-bottom: 0; */
    }

    .caixa-question {
        margin: 0 20px;
    }

    .container_dados {
        width: 800px;
    }

    .infos h3 {
        font-size: 2rem;
    }

    .infos h2 {
        font-size: 2.5rem;
    }

    .infos h3 img {
        height: 40px;
    }

    .sub-titulo {
        font-size: 1.75rem;
    }

    .canal img {
        height: 75px;
    }

    .Titulo_duvidas {
        font-size: 2rem;
    }

    .duvidas {
        padding: 4rem 0;
    }

    .feedbacks h1 {
        font-size: 2.75rem;
    }
}

@media (max-width: 800px) {
    .container {
        width: 450px;
    }

    .grid-2 {
        grid-template-columns: 1fr;
        height: auto;

    }

    .banner h1 {
        font-size: 3rem;
        padding-bottom: 30px;
    }

    .mascote {
        order: 2;
    }

    .mascote img {
        height: 300px;
    }

    .infos {
        order: 1;
    }

    .container_dados {
        width: 450px;
    }
}

@media (max-width: 650px) {

    .responsive-image {
        max-height: 600px;
        width: auto;
        height: auto;
    }
}

@media (max-width: 500px) {
    .feedbacks h1 {
        font-size: 2rem;
    }

    .container_dados {
        width: 300px;
    }

    .banner h1 {
        font-size: 2rem;
    }

    .mascote img {
        height: 250px;
    }

    .infos h3 {
        font-size: 1.5rem;
    }

    .infos h2 {
        font-size: 1.75rem;
    }

    .infos h3 img {
        height: 40px;
    }

    .container {
        width: 300px;
    }

    .Titulo_duvidas {
        font-size: 1.5rem;
    }

    .responsive-image {
        max-height: 450px;
        width: auto;
        height: auto;
    }
}