* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #14285e;
    background: #fbfcfe;
    font-family: "DM Sans", Arial, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
}

.cabecalho {
    height: 86px;
    display: flex;
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #e9edf4;
}

.navegacao {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 28px;
}

.marca {
    display: flex;
    width: 136px;
    height: 68px;
    align-items: center;
}

.marca img {
    width: 136px;
    height: auto;
    display: block;
}

nav {
    display: flex;
    gap: 28px;
    margin-left: auto;
}

nav a {
    font-size: .91rem;
    font-weight: 600;
    color: #405170;
    transition: color .2s;
}

nav a:hover {
    color: #20bdd1;
}

.botao {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 16px 23px;
    background: #14285e;
    color: #fff;
    border-radius: 3px;
    font-size: .91rem;
    font-weight: 700;
    transition: transform .2s, background .2s;
}

.botao:hover {
    transform: translateY(-2px);
    background: #1e3d86;
}

.botao span {
    color: #55d8e5;
    font-size: 1.2rem;
    line-height: 0;
}

.botao-pequeno {
    padding: 12px 18px;
}

.hero {
    overflow: hidden;
    background: radial-gradient(circle at 87% 13%, #e2fbfc 0, #f6ffff 20%, transparent 42%), #f6f8fc;
}

.hero-conteudo {
    min-height: 566px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    padding: 85px 0;
}

.hero-texto {
    max-width: 685px;
}

.sobretitulo {
    margin: 0 0 16px;
    color: #12aebe;
    font-size: .73rem;
    letter-spacing: .14em;
    font-weight: 700;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    font-family: Manrope, sans-serif;
    margin: 0;
    letter-spacing: -.04em;
}

h1 {
    max-width: 680px;
    font-size: clamp(2.6rem, 5vw, 4.7rem);
    line-height: 1.08;
    color: #11265c;
}

h1 span {
    color: #14b8c9;
}

.intro {
    max-width: 555px;
    font-size: 1.12rem;
    line-height: 1.7;
    color: #536581;
    margin: 25px 0 32px;
}

.acoes {
    display: flex;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
}

.link-texto {
    color: #173570;
    font-size: .91rem;
    font-weight: 700;
    border-bottom: 1px solid #b9ccd9;
    padding-bottom: 4px;
}

.link-texto span {
    color: #19b8ca;
    margin-left: 6px;
}

.hero-cartao {
    width: 270px;
    flex: 0 0 270px;
    min-height: 320px;
    color: #fff;
    padding: 31px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: #132a65;
    box-shadow: 17px 17px 0 #50d8e4;
}

.selo {
    margin-bottom: auto;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 1px solid #63ddea;
    border-radius: 50%;
    font: 800 2rem Manrope;
    color: #62ddea;
}

.hero-cartao p {
    line-height: 1.6;
    margin: 0;
    font-size: 1.02rem;
}

.linha {
    width: 42px;
    height: 2px;
    background: #53d7e5;
    margin: 21px 0 14px;
}

.hero-cartao strong {
    font-size: .82rem;
    letter-spacing: .02em;
}

.faixa-numeros {
    background: #122962;
    color: #fff;
}

.numeros {
    min-height: 113px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.numeros div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    border-right: 1px solid rgba(255, 255, 255, .16);
}

.numeros div:last-child {
    border: 0;
}

.numeros strong {
    color: #5ddce8;
    font: 700 1.12rem Manrope;
}

.numeros span {
    font-size: .86rem;
    color: #d8e2f3;
}

.secao {
    padding: 110px 0;
}

.grade-sobre {
    display: grid;
    grid-template-columns: .85fr 1fr;
    gap: 100px;
}

h2 {
    font-size: clamp(2rem, 3.7vw, 3.15rem);
    line-height: 1.18;
    color: #132961;
}

.texto-sobre {
    padding-top: 22px;
    border-top: 2px solid #55d8e4;
}

.texto-sobre p {
    font-size: 1.12rem;
    line-height: 1.75;
    color: #566780;
    margin: 0 0 18px;
}

.consultora {
    padding-top: 0;
}

.grade-consultora {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 82px;
    align-items: center;
    padding: 78px;
    background: #eef8f9;
}

.retrato-consultora {
    min-height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(145deg, #173573, #10245a);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.retrato-consultora span {
    z-index: 1;
    color: #62ddea;
    font: 800 4.1rem Manrope;
    letter-spacing: -.08em;
}

.retrato-consultora img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    object-position: center 31%;
}

.retrato-consultora small {
    z-index: 1;
    margin-top: 6px;
    color: #d8ecff;
    font-size: .75rem;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.conteudo-consultora h2 {
    max-width: 630px;
    margin-bottom: 19px;
}

.conteudo-consultora>p:not(.sobretitulo) {
    max-width: 650px;
    margin: 0;
    color: #586a82;
    font-size: 1.04rem;
    line-height: 1.72;
}

.credenciais {
    display: flex;
    gap: 45px;
    margin-top: 28px;
}

.credenciais div {
    display: grid;
    gap: 3px;
}

.credenciais strong {
    color: #14afc0;
    font: 700 1.2rem Manrope;
}

.credenciais span {
    max-width: 190px;
    color: #607189;
    font-size: .8rem;
    line-height: 1.35;
}

.servicos {
    background: #f0f5f9;
}

.titulo-secao {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
    margin-bottom: 48px;
}

.titulo-secao h2 {
    max-width: 655px;
}

.titulo-secao p {
    max-width: 300px;
    margin: 0;
    line-height: 1.6;
    color: #5b6b83;
}

.grade-servicos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.grade-servicos article {
    min-height: 255px;
    padding: 29px;
    background: #fff;
    border-top: 3px solid transparent;
    transition: transform .2s, border-color .2s;
}

.grade-servicos article:hover {
    transform: translateY(-5px);
    border-color: #52d8e5;
}

.numero {
    color: #1bbccc;
    font: 700 .8rem Manrope;
}

h3 {
    margin: 45px 0 13px;
    font-size: 1.43rem;
}

.grade-servicos p {
    margin: 0;
    line-height: 1.65;
    font-size: .95rem;
    color: #607087;
}

.diferenciais {
    padding-top: 120px;
}

.grade-diferenciais {
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    align-items: stretch;
    gap: 85px;
}

.painel-destaque {
    min-height: 330px;
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(140deg, #1b3676, #102359);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.painel-destaque:after {
    content: "A";
    font: 800 22rem Manrope;
    position: absolute;
    color: rgba(78, 216, 228, .12);
    right: -36px;
    bottom: -103px;
}

.painel-destaque span {
    font-size: .83rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #61dce7;
}

.painel-destaque strong {
    max-width: 270px;
    font: 700 2.3rem/1.16 Manrope;
    z-index: 1;
}

.grade-diferenciais>div:last-child {
    align-self: center;
}

.grade-diferenciais h2 {
    margin-bottom: 28px;
}

ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

li {
    padding: 14px 0;
    color: #52647d;
    border-bottom: 1px solid #e2e8ee;
    font-weight: 600;
}

li span {
    display: inline-grid;
    place-items: center;
    height: 21px;
    width: 21px;
    margin-right: 11px;
    border-radius: 50%;
    background: #dff9fa;
    color: #12aebe;
    font-size: .75rem;
}

.contato {
    padding: 76px 0;
    background: #2bc6d4;
}

.contato-conteudo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.contato .sobretitulo {
    color: #133069;
}

.contato h2 {
    max-width: 700px;
    color: #fff;
}

.texto-contato {
    max-width: 500px;
    margin: 17px 0 0;
    color: #e6feff;
    line-height: 1.55;
}

.formulario {
    width: min(100%, 385px);
    display: grid;
    gap: 12px;
    padding: 25px;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .25);
}

.formulario label {
    display: grid;
    gap: 6px;
    color: #fff;
    font-size: .76rem;
    font-weight: 700;
}

.formulario input,
.formulario textarea {
    width: 100%;
    padding: 10px 11px;
    border: 0;
    border-radius: 2px;
    color: #17306a;
    background: #fff;
    font: .86rem "DM Sans", Arial, sans-serif;
    outline-color: #16336f;
    resize: vertical;
}

.formulario .botao {
    width: 100%;
    margin-top: 5px;
}

.botao-claro {
    flex: 0 0 auto;
    background: #fff;
    color: #132961;
}

.botao-claro:hover {
    background: #eafcff;
}

footer {
    background: #10245a;
    color: #c4d1e7;
}

.rodape {
    min-height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .76rem;
}

@media (max-width: 800px) {
    nav {
        display: none;
    }

    .hero-conteudo {
        padding: 75px 0;
        gap: 38px;
    }

    .hero-cartao {
        display: none;
    }

    .grade-sobre,
    .grade-diferenciais {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .titulo-secao {
        align-items: start;
        flex-direction: column;
        gap: 18px;
    }

    .contato-conteudo {
        align-items: start;
        flex-direction: column;
    }
}

@media (max-width: 580px) {
    .container {
        width: min(100% - 36px, 1120px);
    }

    .cabecalho {
        height: 72px;
    }

    .marca {
        width: 112px;
        height: 62px;
    }

    .marca img {
        width: 112px;
    }

    .botao-pequeno {
        padding: 10px 12px;
        font-size: .76rem;
    }

    .hero-conteudo {
        min-height: 500px;
        padding: 65px 0;
    }

    .acoes {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
    }

    .numeros {
        grid-template-columns: 1fr;
        padding: 15px 0;
    }

    .numeros div {
        justify-content: flex-start;
        padding: 10px 0;
        border-right: 0;
    }

    .secao {
        padding: 75px 0;
    }

    .grade-servicos {
        grid-template-columns: 1fr;
    }

    .diferenciais {
        padding-top: 75px;
    }

    .rodape {
        min-height: 95px;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        gap: 7px;
    }
}

@media (max-width: 800px) {
    .grade-consultora {
        grid-template-columns: 1fr;
        gap: 42px;
        padding: 48px;
    }
}

@media (max-width: 580px) {
    .consultora {
        padding-top: 0;
    }

    .grade-consultora {
        padding: 28px;
        gap: 32px;
    }

    .retrato-consultora {
        min-height: 205px;
    }

    .credenciais {
        flex-direction: column;
        gap: 18px;
    }
}