.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;
    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);
}

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

@media screen and (max-width: 720px) {
    .diferencial { width: calc(100% - 40px); }
    .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;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.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);
}

.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; }
}