*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #4C95F3;
    z-index: 999;
    transition: 0.3s;
}
body {
    padding-top: 50px;
}

header.transparent {
    background: white;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
header.transparent .itens ul li,
header.transparent h1 {
    color: gray;
}
.nav_itens{
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 1%;
}
.logo_header{
    display: flex;
    gap: 20px;
    margin-left: 2%;
}
.logo_header h1{
    color: white;
}
.logo{
    background-color: #61AAF5;
    color: white;
    padding: 10px;
    height: 40px;
    border-radius: 10px;
}
.itens{
    margin-top: 10px;
}
.itens ul{
    display: flex;
    gap: 25px;
    color: #dceeff;
    cursor: pointer;
}

/* LINKS */


/* HOVER QUANDO HEADER ESTÁ AZUL (TOPO) */
header:not(.transparent) .itens ul li a:hover {
    color: white;
}

/* HOVER QUANDO HEADER ESTÁ BRANCO (SCROLL) */
header.transparent .itens ul li a:hover {
    color: #3b82f6;
}

.card_freq,
.card_loc {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,0.95);
    padding: 12px 15px;
    border-radius: 12px;
    width: auto;
    min-width: 200px;
    backdrop-filter: blur(10px);
    box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
    transition: 0.3s;
}

/* POSIÇÃO */
.card_freq {
    top: 10%;
    left: 2%;
}

.card_loc {
    bottom: 10%;
    right: 2%;
}

/* HOVER */
.card_freq:hover,
.card_loc:hover {
    transform: scale(1.05);
}

/* ÍCONES */
.div_icon_heart,
.div_icon_loc {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* CORES */
.div_icon_heart {
    background: #ffecec;
    color: #ef4444;
}

.div_icon_loc {
    background: #e8f1ff;
    color: #3b82f6;
}

/* TEXTOS */
.card_freq p:first-of-type,
.card_loc p:first-of-type {
    font-size: 0.8em;
    color: #64748b;
}

.card_freq p:last-of-type,
.card_loc p:last-of-type {
    font-weight: bold;
    color: #0f172a;
}

.itens ul li:hover{
    color: white;
}

.btn_header{
    margin-right: 5%;
}
.btn_header button{
    padding: 10px 20px;
    border-radius: 30px;
    border: none;
    background: white;
    color: #3b82f6;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

/* hover padrão */
.btn_header button:hover{
    background: #e0efff;
}

/* quando header branco */
header.transparent .btn_header button{
    background: #3b82f6;
    color: white;
}

header.transparent .btn_header button:hover{
    background: #2563eb;
}
.section_apresentation{
    display: flex;
    justify-content: space-between;
    justify-content: center;
    background-color: #4C95F3;
    gap: 20px;
    padding: 50px;
    padding-top: 5%;
}
.left_card{
    width: 50%;
}
.left_top_card{
    display: flex;
    gap: 7px;
    background-color: #5AA4F5;
    width: 250px;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 5%;
}
.div_text_card_left{
    max-width: 70%;
}
.div_text_card_left h1{
    font-size: 4em;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bolder;
    color: white;
}
.div_text_card_left p{
    color: #dceeff;
}
.div_btn_card_left{
    margin-top: 5%;
    display: flex;
    gap: 20px;
    align-items: center;
}

.div_btn_card_left button{
    width: 200px;
    padding: 17px;
    border-radius: 25px;
    font-size: 1.1em;
    color: #2f83e4;
    border: none;
    cursor: pointer;
}
.div_btn_card_left button:hover{
    background-color: rgba(255, 255, 255, 0.856);
    transition: background 0.5s;
}
.right_card{
    position: relative;
    width: 50%;
    margin-right: 1%;
}
.div_img_card img{
    border-radius:20px;
    width: 90%;
    margin-left: 5%;
    height: auto;
}
.card_loc{
    position: absolute;
    top: 70%;
    right: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: white;
    width: 35%;
    height: 100px;
    border-radius: 10px;
}

.card_freq{
    position: absolute;
    top: 10%;
    left: 1%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    width: 35%;
    height: 100px;
    border-radius: 10px;
}
.div_icon_heart{
    background-color: #FCF2F2;
}

.section_resources{
    margin-top: 5%;
}
.header_resources{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.header_resources h1{
    font-size: 1.3em;
    color: #2f83e4;
}
.header_resources h2 span{
    color: #2f83e4;
}
.header_resources h2{
    font-size: 2.5em;
}
.main_resources{
    padding: 30px;
}
/* CONTAINER DOS CARDS */
.card_resources {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

/* CARD INDIVIDUAL */
.card_icon_resources {
    width: 260px;
    min-height: 200px;
    border-radius: 16px;
    background-color: #ffffff;
    border: 1px solid #e6eaf0;
    padding: 25px;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* HOVER BONITO */
.card_icon_resources:hover {
    transform: translateY(-8px);
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.08);
}

/* ÍCONE */
.icon_resources {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 15px;
}

/* CORES DIFERENTES (tipo da imagem) */
.card_icon_resources:nth-child(1) .icon_resources {
    background-color: #ffecec;
    color: #ff4d4d;
}

.card_icon_resources:nth-child(2) .icon_resources {
    background-color: #e8f1ff;
    color: #3b82f6;
}

.card_icon_resources:nth-child(3) .icon_resources {
    background-color: #e6fbf7;
    color: #14b8a6;
}

.card_icon_resources:nth-child(4) .icon_resources {
    background-color: #fff7e6;
    color: #f59e0b;
}

/* TÍTULO */
.card_icon_resources h1 {
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #1e293b;
}

/* TEXTO */
.card_icon_resources p {
    font-size: 0.9em;
    color: #64748b;
    line-height: 1.5;
}

/* SECTION GERAL */
.how_works {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 80px 8%;
    background-color: #f8fafc;
}

/* HEADER CENTRAL */
.header_works {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

.header_works h1 {
    color: #3b82f6;
    font-size: 0.9em;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.header_works h2 {
    font-size: 2.5em;
    font-weight: bold;
    color: #0f172a;
}

/* LADO ESQUERDO (PASSOS) */
.left_works {
    width: 48%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.card_works {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

/* ÍCONE */
.card_icon_works {
    width: 55px;
    height: 55px;
    border-radius: 14px;
    background-color: #e8f1ff;
    color: #3b82f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

/* TEXTO */
.card_content_works {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* PASSO */
.card_content_works h1 {
    font-size: 0.75em;
    color: #3b82f6;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* TÍTULO */
.card_content_works h2 {
    font-size: 1.3em;
    color: #0f172a;
}

/* DESCRIÇÃO */
.card_content_works p {
    color: #64748b;
    font-size: 0.95em;
    line-height: 1.5;
    max-width: 400px;
}
/* LADO DIREITO (IMAGEM) */
.right_works {
    width: 48%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* CONTAINER DA IMAGEM */
.img_works {
    width: 100%;
    border: 3px solid #3b82f6;
    border-radius: 20px;
    padding: 10px;
}

/* IMAGEM */
.img_works img {
    width: 100%;
    border-radius: 15px;
    display: block;
}
.testimonials {
    padding: 80px 8%;
    background-color: white;
}

/* HEADER */
.testimonials_header {
    text-align: center;
    margin-bottom: 60px;
}

.testimonials_header h1 {
    color: #3b82f6;
    font-size: 0.9em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.testimonials_header h2 {
    font-size: 2.5em;
    color: #0f172a;
}

.testimonials_header span {
    color: #3b82f6;
}

/* GRID DOS CARDS */
.main_cards_testimonials {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

/* CARD */
.card_testimonials {
    width: 320px;
    background-color: #fff;
    border: 1px solid #e6eaf0;
    border-radius: 16px;
    padding: 25px;
    transition: 0.3s;
    position: relative;
}

.card_testimonials:hover {
    transform: translateY(-8px);
    box-shadow: 0px 15px 40px rgba(0,0,0,0.08);
}

/* HEADER CARD */
.card_header_testimonials {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

/* ESTRELAS (AGORA CERTINHAS) */
.stars {
    display: flex;
    gap: 3px;
}

.stars i {
    color: #f59e0b;
    font-size: 14px;
}

/* ASPAS */
.quote {
    font-size: 40px;
    color: #cbd5f5;
}

/* TEXTO */
.card_testimonials p {
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* PERFIL */
.div_perfil_card {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* FOTO */
.foto_perfil {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* CORES DIFERENTES IGUAL IMG */
.card_testimonials:nth-child(1) .foto_perfil {
    background: #e8f1ff;
    color: #3b82f6;
}

.card_testimonials:nth-child(2) .foto_perfil {
    background: #e6fbf7;
    color: #14b8a6;
}

.card_testimonials:nth-child(3) .foto_perfil {
    background: #fff7e6;
    color: #f59e0b;
}

/* NOME */
.div_perfil_card h1 {
    font-size: 0.95em;
    color: #0f172a;
}

/* DESCRIÇÃO */
.div_perfil_card p {
    font-size: 0.8em;
    margin: 0;
}

.plans {
    padding: 80px 8%;
    background-color: #f8fafc;
}

/* HEADER */
.header_plans {
    text-align: center;
    margin-bottom: 60px;
}

.header_plans h1 {
    color: #3b82f6;
    font-size: 0.9em;
    letter-spacing: 2px;
}

.header_plans h2 {
    font-size: 2.5em;
    color: #0f172a;
}

.header_plans span {
    color: #3b82f6;
}

/* CONTAINER */
.plans_container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

/* CARD BASE */
.plan_card {
    width: 320px;
    padding: 30px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e6eaf0;
    transition: 0.3s;
    position: relative;
}

.plan_card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 15px 40px rgba(0,0,0,0.08);
}

/* TÍTULO */
.plan_card h3 {
    font-size: 1.4em;
    margin-bottom: 10px;
}

/* DESCRIÇÃO */
.plan_card p {
    color: #64748b;
    font-size: 0.95em;
    margin-bottom: 20px;
}

/* PREÇO */
.price {
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin-bottom: 20px;
}

.price h2 {
    font-size: 2.5em;
    color: #0f172a;
}

.price span {
    color: #64748b;
}

/* LISTA */
.plan_card ul {
    list-style: none;
    margin-bottom: 25px;
}

.plan_card ul li {
    margin-bottom: 10px;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* CHECK */
.plan_card ul li i {
    color: #3b82f6;
    font-size: 12px;
}

/* BOTÃO */
.plan_card button {
    width: 100%;
    padding: 14px;
    border-radius: 30px;
    border: none;
    background: #3b82f6;
    color: white;
    cursor: pointer;
    transition: 0.3s;
}

.plan_card button:hover {
    background: #2563eb;
}

/* PREMIUM DESTACADO */
.plan_card.premium {
    background: linear-gradient(135deg, #1d9bf0, #14b8a6);
    color: white;
    transform: scale(1.05);
}

.plan_card.premium p,
.plan_card.premium span,
.plan_card.premium ul li {
    color: #e0f2fe;
}

.plan_card.premium h2 {
    color: white;
}

.plan_card.premium button {
    background: white;
    color: #1d9bf0;
}

.plan_card.premium button:hover {
    background: #e2e8f0;
}

/* BADGE */
.badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #e0f2fe;
    color: #1d4ed8;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.8em;
}

.faq {
    padding: 80px 8%;
    background-color: #f8fafc;
}

/* HEADER */
.header_faq {
    text-align: center;
    margin-bottom: 50px;
}

.header_faq h1 {
    color: #3b82f6;
    font-size: 0.9em;
    letter-spacing: 2px;
}

.header_faq h2 {
    font-size: 2.3em;
    color: #0f172a;
}

.header_faq span {
    color: #3b82f6;
}

/* CONTAINER */
.faq_container {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* ITEM */
.list_faq {
    background: #fff;
    border: 1px solid #e6eaf0;
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.list_faq:hover {
    box-shadow: 0px 10px 30px rgba(0,0,0,0.05);
}

/* PERGUNTA */
.faq_question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq_question h1 {
    font-size: 1em;
    color: #0f172a;
}

/* ÍCONE */
.faq_question i {
    color: #3b82f6;
    transition: 0.3s;
}

/* RESPOSTA */
.list_faq p {
    max-height: 0;
    overflow: hidden;
    color: #64748b;
    font-size: 0.95em;
    margin-top: 0;
    transition: all 0.3s ease;
}

/* ATIVO */
.list_faq.active p {
    max-height: 200px;
    margin-top: 15px;
}

.list_faq.active i {
    transform: rotate(45deg); /* vira um X */
}
.about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 8%;
    background: linear-gradient(135deg, #3b82f6, #14b8a6);
    color: white;
    flex-wrap: wrap;
}

/* LADO ESQUERDO */
.left_about {
    width: 45%;
}

.left_about h1 {
    font-size: 0.9em;
    letter-spacing: 2px;
    margin-bottom: 10px;
    opacity: 0.8;
}

.left_about h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.left_about h2 span {
    color: #e0f2fe;
}

.left_about p {
    color: #e0f2fe;
    line-height: 1.6;
    font-size: 1em;
}

/* LADO DIREITO */
.right_about {
    width: 50%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: stretch;
}

/* CARDS */
.card_about {
    width: 32%;
    min-width: 0; /* evita quebra estranha */
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 25px;
    text-align: center;
    transition: 0.3s;
}

/* HOVER */
.card_about:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.2);
}

/* ÍCONE */
.card_about i {
    font-size: 25px;
    margin-bottom: 15px;
    color: #fff;
}

/* TÍTULO */
.card_about h1 {
    font-size: 1.2em;
    margin-bottom: 10px;
}

/* TEXTO */
.card_about p {
    font-size: 0.9em;
    color: #e0f2fe;
}


footer {
    background-color: #0f172a;
    color: #e2e8f0;
    padding: 60px 8%;
}

/* CONTAINER */
.footer_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

/* ESQUERDA */
.left_footer {
    width: 35%;
}

/* LOGO */
.logo_footer {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.logo_footer span {
    background: #3b82f6;
    padding: 10px;
    border-radius: 10px;
}

.logo_footer i {
    color: white;
}

.logo_footer h1 {
    color: white;
}

/* TEXTO */
.left_footer p {
    font-size: 0.9em;
    color: #94a3b8;
    margin-bottom: 15px;
}

/* COPYRIGHT */
.copy {
    font-size: 0.8em;
    margin-top: 20px;
}

/* DIREITA */
.right_footer {
    width: 60%;
    display: flex;
    justify-content: space-between;
}

/* COLUNAS */
.footer_column h3 {
    margin-bottom: 15px;
    color: white;
}

/* LISTA */
.footer_column ul {
    list-style: none;
}

.whatsapp_float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25d366;
    color: white;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    z-index: 999;
    transition: 0.3s;
}

.whatsapp_float:hover {
    transform: scale(1.1);
    background: #20bd5a;
}

.footer_column ul li {
    margin-bottom: 10px;
    color: #94a3b8;
    cursor: pointer;
    transition: 0.3s;
}

.footer_column ul li:hover {
    color: #3b82f6;
}

/* SOCIAL */
.socials {
    display: flex;
    gap: 15px;
}

.socials i {
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
    color: #94a3b8;
}

.socials i:hover {
    color: #3b82f6;
    transform: scale(1.2);
}


/* ===================== 768px ===================== */

@media (max-width: 768px){

    /* HERO */
    .section_apresentation{
        padding: 30px 15px;
    }
    .div_text_card_left h1{
        font-size: 2em;
    }
    .left_card{
        width: 100%;
    }
    .div_btn_card_left{
        flex-direction: column;
        width: 100%;
    }

    .div_btn_card_left button{
        width: 100%;
    }

    .div_img_card img{
        width: 100%;
    }


    /* RECURSOS */
    .card_resources{
        flex-direction: column;
        align-items: center;
    }

    .card_icon_resources{
        width: 90%;
        max-width: 400px;
    }

    /* SOBRE */
    .about{
        display: flex;
        flex-direction: column;
    }
    .card_about{
        width: 100%;
    }
    .right_about{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .left_about{
        width: 100%;
        margin-bottom: 30px;
    }
    /* FOOTER */
    .right_footer{
        align-items: center;
        gap: 30px;
    }

    .header_resources h2{
        font-size: 1.8em;
        text-align: center;
        padding: 0 10px;
    }

    .right_card{
        display: none;
    }
    .left_footer{
        width: 100%;
    }
    .left_works{
        width: 100%;
    }
    .right_works {
        display: none;
    }
}


html {
    scroll-behavior: smooth;
}

.itens a,
.footer_column a {
    text-decoration: none;
    color: inherit;
}

.itens a:hover,
.footer_column a:hover {
    color: #3b82f6;
}

footer {
    transition: 0.3s;
}

footer.transparent {
    background: transparent;
}
.card_icon_works {
    transition: 0.4s;
}

/* ATIVO */
.card_icon_works.active {
    background-color: #3b82f6;
    color: white;
    transform: scale(1.1);
}