.seta {
    float: right;
    margin: 1px 0 0 8px;
}

.inicio {
    margin-top: 80px;
}

.inicio h1 {
    font-size: 31pt;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 25px;
}

.inicio h1 b, .sessao h1 b {
    background: linear-gradient(135deg, var(--principal) 0%, var(--quintana) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

.inicio p {
    font-size: 13pt;
}

.inicio .bt-primario {
    margin-top: 35px;
    padding: 15px 40px;
    height: auto;
    font-size: 12pt;
}

.bt-primario.with-arrow {
    position: relative;
    padding-right: 72px;
}
.bt-primario.with-arrow .cta-arrow {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    color: #fff;
    pointer-events: none;
    animation: arrow-move 1s infinite ease-in-out;
}
.bt-primario.with-arrow .cta-arrow svg {
    width: 18px;
    height: 18px;
    display: block;
}

@keyframes arrow-move {
    0% { transform: translateY(-50%) translateX(0); }
    50% { transform: translateY(-50%) translateX(6px); }
    100% { transform: translateY(-50%) translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
    .bt-primario.with-arrow .cta-arrow { animation: none; }
}

.inies {
    padding-right: 20px;
}

.inicio img {
    width: 85%;
    height: 500px;
    object-fit: contain;
    float: right;
}

.marcas {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.marca-esquerda {
    width: 25%;
    height: auto;
    overflow: hidden;
    float: left;
}

.marca-direita {
    width: 70%;
    height: auto;
    overflow: hidden;
    float: right;
}

.marcas h3 {
    font-size: 18pt;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 15px;
    color: var(--descricao);
}

.marca {
    width: 16.65%;
    height: auto;
    overflow: hidden;
    float: left;
    user-select: none;
}

.img-marca {
    width: 60px;
    height: 60px;
    margin: auto;
    display: block;
    height: auto;
    user-select: none;
    transition: filter 0.2s ease;
    filter: saturate(0.8);
}

.linha {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
}

.inteira h1 {
    font-size: 28pt;
    font-weight: 500;
    letter-spacing: -0.5px;
    text-align: center;
    margin-bottom: 25px;
}

.inteira h3 {
    font-size: 11pt;
    font-weight: 600;
    letter-spacing: -0.5px;
    text-align: center;
    color: var(--secundaria);
    text-transform: uppercase;
}

.servicos {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.servico {
    width: 25%;
    height: auto;
    overflow: hidden;
    float: left;
}

.servico img {
    width: 80%;
    height: 140px;
    margin: auto;
    text-align: center;
    display: block;
    object-fit: cover;
    border-radius: 20px;
    filter: brightness(0.9);
    border: 4px solid transparent;
    cursor: pointer;
    transition: border 0.2s ease;
    object-position: top;
}

.servico img:hover {
    border: 4px solid var(--principal);
}

.servico h4 {
    color: var(--secundaria);
    font-weight: 600;
    font-size: 10pt;
    text-align: center;
    margin-top: 15px;
    letter-spacing: -0.2px;
    text-transform: uppercase;
}

.funcionamentos {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.funcionamento {
    width: calc(33.333% - 30px);
    height: auto;
    overflow: hidden;
    float: left;
    background: var(--fundo);
    border-radius: 15px;
    margin: 0 15px;
    padding: 25px;
}

.funcionamento img {
    width: 180px;
    height: auto;
    display: block;
    text-align: center;
    margin: auto;
}

.funcionamento h2 {
    text-align: center;
    font-size: 20pt;
    font-weight: 500;
    margin-bottom: 10px;
}

.funcionamento p {
    text-align: center;
    font-size: 11pt;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.recursos {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.recurso {
    width: calc(50% - 30px);
    height: auto;
    margin: 15px;
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 20px;
    float: left;
}

.recurso img {
    width: 36px;
    height: auto;
    margin-bottom: 15px;
}

.recurso p {
    font-size: 11pt;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.descritivo {
    text-align: center;
    max-width: 800px;
    margin: auto;
}

.contatamento {
    max-width: 900px;
    margin: auto;
    margin-top: 50px;
    padding: 0 2px;
}

.observacao {
    margin-bottom: 40px;
}

.projetos {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.projetos img {
    width: 85%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.projeto-esquerda {
    width: 50%;
    height: auto;
    overflow: hidden;
    float: left;
}

.projeto-direita {
    width: 50%;
    height: auto;
    overflow: hidden;
    float: right;
}

.missoes {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.missoes img {
    width: 65%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.missao-esquerda {
    width: 50%;
    height: auto;
    overflow: hidden;
    float: left;
    padding-left: 30px;
}

.missao-direita {
    width: 50%;
    height: auto;
    overflow: hidden;
    float: right;
}

.metade {
    text-align: left!important;
    line-height: 1.3;
}

.pini {
    font-size: 13pt;
}

.diferenciais {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}

.diferencial {
    width: calc(33.333% - 40px);
    height: auto;
    overflow: hidden;
    float: left;
    margin: 20px;
    text-align: center;
}

.diferencial-icone {
    width: 60px;
    height: 60px;
    margin: auto auto 15px;
    border-radius: 50%;
    background: #e2e2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.diferencial-icone svg {
    width: 24px;
    height: 24px;
    stroke: var(--principal);
}

.diferencial h4 {
    font-size: 14pt;
    font-weight: 600;
    color: var(--texto);
    margin-bottom: 10px;
    letter-spacing: -0.3px;
}

.diferencial p {
    font-size: 12pt;
    line-height: 1.5;
    color: var(--texto);
}

.img-pagina img {
    height: auto;
}

@media screen and (max-width: 1050px) {
    .inicio .bt-primario {
    margin-top: 30px;
    padding: 12px 25px;
    height: 45px;
    font-size: 11.5pt;
}
    .bt-primario.with-arrow { padding-right: 48px; }
    .diferencial { width: calc(50% - 20px); margin-bottom: 20px; }
}

@media screen and (max-width: 720px) {
    .diferencial { width: calc(100% - 20px); }
    .diferencial-icone { width: 50px; height: 50px; margin-bottom: 10px; }
    .diferencial-icone svg { width: 26px; height: 26px; }
    .diferencial h4 { font-size: 13pt; }
    .diferencial p { font-size: 10pt; }
}

.recursos-grid {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 50px;
    padding: 5px;
}

.recurso-item {
    padding: 25px;
    background: #FFFFFF;
    border-radius: 15px;
    border: 1px solid var(--bordas);
    transition: all 0.1s ease;
    text-align: center;
}

.recurso-item:hover {
    border: 1px solid var(--principal);
    outline: 3px solid var(--principal);
}

.recurso-icone {
    width: 52px;
    height: 52px;
    margin: 0 auto 16px;
    background: #e2e2ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recurso-icone svg {
    width: 28px;
    height: 28px;
    stroke: var(--principal);
    color: var(--principal);
}

.card-icone {
    width: 120px;
    height: 120px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-icone svg {
    width: 90px;
    height: 90px;
    stroke: var(--principal);
    color: var(--principal);
}

.recurso-item h4 {
    font-size: 14pt;
    font-weight: 500;
    color: var(--terciaria);
    margin-bottom: 10px;
}

.recurso-item p {
    font-size: 12pt;
    line-height: 1.6;
    color: var(--texto);
}

@media screen and (max-width: 1050px) {
    .recursos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
    .recurso-item { padding: 18px; }
}

@media screen and (max-width: 720px) {
    .recursos-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .recurso-item { padding: 16px; }
    .recurso-item h4 { font-size: 12pt; }
    .recurso-item p { font-size: 10pt; }
}

/* FAQ */
.faq-lista {
    max-width: 900px;
    margin: 0 auto;
}

    .faq-item {
        margin-bottom: 12px;
        overflow: visible;
        background: transparent;
    }

    .faq-pergunta {
        width: 100%;
        padding: 16px 18px;
        background: #ffffff;
        border: 1px solid var(--bordas);
        border-radius: 12px;
        font-size: 14pt;
        font-weight: 600;
        color: var(--terciaria);
        text-align: left;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
        transition: background-color 0.25s ease, color 0.25s ease;
        font-family: 'Poppins', Arial, Helvetica, sans-serif;
        box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    }

    .faq-pergunta:hover { background: #fbfbfb; }

    .faq-pergunta span { flex: 1; text-align: left; font-size: 12pt; }

    .faq-pergunta svg { flex-shrink: 0; width: 22px; height: 22px; transition: transform 0.28s ease; color: var(--principal); }

    .faq-item.ativo .faq-pergunta { background: linear-gradient(135deg, var(--principal) 0%, var(--quintana) 100%); color: #fff; }

    .faq-item.ativo .faq-pergunta svg { transform: rotate(180deg); color: #fff; }

    .faq-resposta {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.36s cubic-bezier(.2,.8,.2,1), opacity 0.28s ease, transform 0.28s ease;
        opacity: 0;
        transform: translateY(-6px);
    }

    .faq-item.ativo .faq-pergunta {
        background: linear-gradient(135deg, var(--principal) 0%, var(--quintana) 100%);
        color: #fff;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: none;
    }

    .faq-item.ativo .faq-resposta {
        max-height: 600px;
        opacity: 1;
        transform: translateY(0);
        padding: 14px 18px 18px;
        background: #ffffff;
        border-radius: 0 0 12px 12px;
        box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
        border: 1px solid var(--bordas);
        border-top: none;
    }

    .faq-resposta p { font-size: 12pt; line-height: 1.8; color: var(--texto2); margin: 0; }

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 1050px) {
    .faq-pergunta {
        font-size: 13pt;
        padding: 16px;
    }
    
    .faq-resposta p {
        font-size: 11pt;
    }
}

@media screen and (max-width: 720px) {
    .faq-pergunta {
        font-size: 12pt;
        padding: 14px;
        gap: 12px;
    }
    
    .faq-pergunta svg {
        width: 20px;
        height: 20px;
    }
    
    .faq-item.ativo .faq-resposta {
        padding: 0 14px 14px;
    }
    
    .faq-resposta p {
        font-size: 10pt;
        line-height: 1.6;
    }
}

/* Estilos para Carrossel de Módulos */
.carrossel-modulos {
    position: relative;
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.carrossel-container {
    flex: 1;
    overflow: hidden;
    border-radius: 12px;
}

.carrossel-track {
    display: flex;
    gap: 20px;
    transition: all 0.1s ease;
    padding: 5px;
}

.carrossel-track .recurso-item {
    flex: 0 0 calc(33.333% - 14px);
    min-width: 300px;
}

.carrossel-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: none;
    background: transparent;
    color: var(--principal);
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.carrossel-btn:hover {
    color: var(--quintana);
    transform: scale(1.1);
}

.carrossel-btn svg {
    width: 24px;
    height: 24px;
}

@media screen and (max-width: 1200px) {
    .carrossel-track .recurso-item {
        flex: 0 0 calc(50% - 10px);
        min-width: 280px;
    }
}

@media screen and (max-width: 768px) {
    .carrossel-track {
        gap: 15px;
    }
    
    .carrossel-track .recurso-item {
        flex: 0 0 calc(50% - 8px);
        min-width: 250px;
    }
    
    .carrossel-btn {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 480px) {
    .carrossel-track {
        gap: 12px;
    }
    
    .carrossel-track .recurso-item {
        flex: 0 0 100%;
        min-width: auto;
    }
    
    .carrossel-btn {
        width: 36px;
        height: 36px;
    }
    
    .carrossel-btn svg {
        width: 20px;
        height: 20px;
    }
}