@font-face {
    font-family: "Humanst521";
    src: url("../fontes/tt0288m_.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Humanst521";
    src: url("../fontes/tt0290m_.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Humanst521";
    src: url("../fontes/tt0292m_.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

:root {
    --azul: #4a7cbe;
    --azul-escuro: #315f9b;
    --texto: #161a20;
    --texto-suave: #66717e;
    --fundo-suave: #f5f7fa;
    --linha: #e2e8f0;
    --sombra: 0 14px 38px rgba(43, 83, 133, .12);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--texto);
    background: #fff;
    font-family: "Humanst521", Arial, sans-serif;
    line-height: 1.45;
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 699px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
        overflow-x: clip;
    }
}

img { display: block; max-width: 100%; height: auto; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.topo {
    min-height: 52px;
    display: grid;
    place-items: center;
    padding: 8px 20px;
}

.topo img { width: 116px; }

.hero { overflow: hidden; }

.hero__conteudo {
    width: min(1080px, 100%);
    min-height: 480px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    padding: 20px 18px 0;
}

.hero__texto { position: relative; z-index: 1; text-align: center; }

.rotulo {
    margin: 0 0 8px;
    color: var(--azul);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

h1, h2, h3, p { overflow-wrap: break-word; }

.hero h1 {
    max-width: 650px;
    margin: 0 auto;
    font-size: clamp(2rem, 8.6vw, 2.3rem);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.035em;
}

.hero__apoio {
    margin: 33px auto 18px;
    color: var(--azul);
}

.hero__entrega,
.hero__produto { display: block; }

.hero__entrega {
    font-size: clamp(1.45rem, 6.2vw, 1.75rem);
    line-height: 1.1;
}

.hero__produto {
    margin-top: 7px;
    font-size: clamp(1rem, 4.2vw, 1.16rem);
}

.hero__imagem {
    height: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 14px;
}

.hero__imagem img { width: min(290px, 82vw); }

.hero__cta {
    justify-self: center;
    margin: 4px 0 30px;
}

.cta--destaque {
    animation: destaque-cta 2.4s ease-in-out infinite;
}

@keyframes destaque-cta {
    0%, 100% {
        opacity: 1;
        box-shadow: 0 11px 26px rgba(74, 124, 190, .24);
    }
    50% {
        opacity: .86;
        box-shadow: 0 8px 18px rgba(74, 124, 190, .16);
    }
}

.cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    text-align: center;
    text-decoration: none;
    transition: transform .15s ease, background-color .15s ease;
}

.cta:active { transform: scale(.985); }

.cta--principal {
    width: min(100%, 470px);
    min-height: 68px;
    flex-direction: column;
    padding: 13px 20px;
    color: #fff;
    background: var(--azul);
    box-shadow: 0 11px 26px rgba(74, 124, 190, .24);
}

.cta__titulo { font-size: 2.05rem; font-weight: 400; line-height: 1; }
.cta__subtitulo { margin-top: 6px; font-size: 1.02rem; }

.fidelidade {
    padding: 72px 18px;
    background: var(--fundo-suave);
}

.fidelidade__conteudo {
    width: min(880px, 100%);
    margin: 0 auto;
    text-align: center;
}

.fidelidade__icone { width: 64px; margin: 0 auto 12px; }

.fidelidade__titulo {
    margin-bottom: 32px;
    font-size: clamp(1.65rem, 7vw, 2.4rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.05;
    text-transform: none;
}

.fidelidade h2 {
    margin: 0;
    font-size: clamp(2rem, 8.6vw, 2.3rem);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.03em;
}

.fidelidade h2 strong {
    color: var(--azul);
    font-weight: 400;
}

.fidelidade__vantagens {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
}

.fidelidade__vantagens article,
.metrica,
.item-dinamico {
    padding: 19px;
    border: 1px solid var(--linha);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--sombra);
}

.fidelidade__vantagens article {
    min-height: 112px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 18px 8px;
    border: 0;
    border-bottom: 1px solid var(--linha);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.fidelidade__vantagens article:last-child { border-bottom: 0; }

.fidelidade__vantagens strong,
.fidelidade__vantagens span {
    display: block;
}

.fidelidade__vantagens strong {
    margin-bottom: 8px;
    color: var(--azul);
    font-size: 1.45rem;
    font-weight: 400;
}

.fidelidade__vantagens span {
    color: var(--texto);
    font-size: 1.18rem;
}

.regiao { min-height: 520px; padding: 76px 18px; }

.regiao__conteudo { width: min(1020px, 100%); margin: 0 auto; text-align: center; }

.breadcrumb { margin: 0 0 34px; color: var(--texto-suave); font-size: .92rem; text-align: left; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.breadcrumb li { display: inline-flex; align-items: center; }
.breadcrumb li + li::before { content: "›"; margin-right: 6px; color: var(--azul); }
.breadcrumb a { color: var(--azul-escuro); text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; text-underline-offset: 3px; }
.breadcrumb [aria-current="page"] { color: var(--texto); }

.regiao h2 {
    margin: 0;
    font-size: clamp(2rem, 8.6vw, 2.3rem);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.035em;
}

.estado--carregando { display: flex; justify-content: center; gap: 8px; padding: 40px; }

.estado--carregando span:not(.sr-only) {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--azul);
    animation: pulsar 1s infinite alternate;
}

.estado--carregando span:nth-child(2) { animation-delay: .2s; }
.estado--carregando span:nth-child(3) { animation-delay: .4s; }

@keyframes pulsar { to { opacity: .25; transform: translateY(-5px); } }

.estado--erro {
    max-width: 620px;
    margin: 0 auto;
    padding: 24px;
    border-radius: 16px;
    color: var(--texto-suave);
    background: var(--fundo-suave);
}

.estado--erro button {
    padding: 10px 18px;
    border: 0;
    border-radius: 9px;
    color: #fff;
    background: var(--azul);
    font: inherit;
    cursor: pointer;
}

.metricas {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.dados-regiao { margin-top: 34px; }

.metrica {
    position: relative;
    min-height: 156px;
    display: grid;
    place-content: center;
    overflow: hidden;
    background: linear-gradient(145deg, #fff 20%, #f1f6fc 100%);
}

.metrica__icone {
    width: 42px;
    height: 42px;
    margin: 0 auto 13px;
    padding: 9px;
    border-radius: 12px;
    background: rgba(74, 124, 190, .12);
}

.metrica strong { color: var(--azul); font-size: 1.7rem; font-weight: 400; line-height: 1; }
.metrica span { margin-top: 7px; color: var(--texto-suave); font-size: .88rem; }

.bloco-dinamico { margin-top: 48px; text-align: left; }
.bloco-dinamico h3 {
    margin-bottom: 24px;
    color: var(--azul);
    font-size: clamp(1.65rem, 7vw, 2.4rem);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.05;
}

.lista-horizontal {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(190px, 1fr);
    gap: 12px;
    padding: 3px 2px 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.lista-horizontal::-webkit-scrollbar { display: none; }

.item-dinamico {
    scroll-snap-align: start;
    box-shadow: none;
}
.item-dinamico strong, .item-dinamico span { display: block; }
.item-dinamico span { margin-top: 5px; color: var(--texto-suave); }

.item-dinamico--produto {
    min-height: 285px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    color: var(--texto);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: border-color .15s ease, transform .15s ease;
}

.item-dinamico--produto:hover { border-color: rgba(74, 124, 190, .45); }
.item-dinamico--produto:active { transform: scale(.985); }
.item-dinamico--produto:focus-visible {
    outline: 3px solid rgba(74, 124, 190, .35);
    outline-offset: 3px;
}

.produto__imagem {
    width: auto;
    height: 145px;
    margin: 0 auto 15px;
    object-fit: contain;
}

.ruas { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.ruas li {
    min-height: 52px;
    display: flex;
    align-items: center;
    padding: 13px 16px;
    border-radius: 10px;
    background: var(--fundo-suave);
}
.ruas li a {
    width: 100%;
    color: inherit;
    text-decoration: none;
    touch-action: manipulation;
}
.ruas li a:focus-visible {
    border-radius: 5px;
    outline: 3px solid rgba(74, 124, 190, .3);
    outline-offset: 4px;
}
.ruas li.bairro--selecionado {
    color: var(--azul-escuro);
    background: #dcecff;
    outline: 1px solid rgba(74, 124, 190, .24);
}

.ruas-janela {
    position: relative;
    max-height: 172px;
    overflow: hidden;
    border-radius: 10px;
}

.ruas-janela::after {
    content: "";
    position: absolute;
    right: 5px;
    bottom: 0;
    left: 0;
    height: 22px;
    opacity: 0;
    pointer-events: none;
    background: linear-gradient(transparent, rgba(255, 255, 255, .82));
}

.ruas-janela--com-mais::after { opacity: 1; }

.bairros-janela {
    position: relative;
    max-height: 112px;
    overflow: hidden;
    border-radius: 10px;
}

.bairros-janela::after {
    content: "";
    position: absolute;
    right: 5px;
    bottom: 0;
    left: 0;
    height: 22px;
    opacity: 0;
    pointer-events: none;
    background: linear-gradient(transparent, rgba(255, 255, 255, .82));
}

.bairros-janela--com-mais::after { opacity: 1; }

.bairros--deslizante {
    max-height: 112px;
    padding-right: 5px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scroll-snap-type: y mandatory;
    scrollbar-color: rgba(74, 124, 190, .45) transparent;
    scrollbar-width: thin;
}

.bairros--deslizante li { scroll-snap-align: start; }

.ruas--deslizante {
    max-height: 172px;
    padding-right: 5px;
    overflow-y: auto;
    overscroll-behavior: contain;
    scroll-snap-type: y mandatory;
    scrollbar-color: rgba(74, 124, 190, .45) transparent;
    scrollbar-width: thin;
}

.ruas--deslizante li { scroll-snap-align: start; }

.ruas__instrucao {
    margin: 10px 0 0;
    color: var(--texto-suave);
    font-size: .86rem;
    text-align: center;
}

.ruas__instrucao::before {
    content: "↓";
    margin-right: 6px;
    color: var(--azul);
}
.cta--final { margin-top: 42px; }

.rapido {
    padding: 76px 18px;
    background: var(--fundo-suave);
}

.rapido__conteudo {
    width: min(980px, 100%);
    margin: 0 auto;
}

.rapido__chamada {
    position: relative;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
}

.rapido__chamada h2 {
    position: relative;
    z-index: 1;
    width: 48%;
    margin: 0;
    padding-right: 10px;
    color: var(--texto);
    font-size: clamp(2.4rem, 11vw, 4.2rem);
    font-weight: 400;
    line-height: .95;
    text-align: right;
}

.rapido__chamada img {
    position: absolute;
    inset: auto 0 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}

.rapido__vantagens {
    display: grid;
    gap: 14px;
    margin-top: 32px;
}

.rapido__vantagens article {
    min-height: 150px;
    display: grid;
    grid-template-columns: 78px 1fr;
    gap: 18px;
    align-items: center;
    padding: 22px;
    border-bottom: 1px solid var(--linha);
}

.rapido__vantagens article:last-child { border-bottom: 0; }

.rapido__vantagens img {
    width: 72px;
    max-height: 76px;
    object-fit: contain;
}

.rapido__vantagens h3 {
    margin: 0 0 7px;
    color: var(--azul);
    font-size: 1.45rem;
    font-weight: 400;
    line-height: 1.05;
}

.rapido__vantagens p {
    margin: 0;
    color: var(--texto-suave);
    font-size: 1.06rem;
}

.como-ajudamos {
    padding: 76px 18px;
    background: #fff;
}

.como-ajudamos__conteudo {
    width: min(920px, 100%);
    margin: 0 auto;
}

.como-ajudamos h2 {
    max-width: 620px;
    margin: 0 auto 42px;
    color: var(--texto);
    font-size: clamp(2rem, 8.6vw, 2.3rem);
    font-weight: 400;
    line-height: .98;
    letter-spacing: -.035em;
    text-align: center;
}

.como-ajudamos__itens {
    display: grid;
    gap: 18px;
}

.como-ajudamos__itens article {
    min-height: 165px;
    padding: 28px 32px 30px;
    background: var(--fundo-suave);
    clip-path: polygon(
        0 0,
        calc(100% - 28px) 0,
        100% 28px,
        100% 100%,
        28px 100%,
        0 calc(100% - 28px)
    );
    filter: drop-shadow(0 10px 18px rgba(43, 83, 133, .10));
}

.como-ajudamos__itens h3 {
    margin: 0 0 10px;
    color: var(--azul);
    font-size: 1.65rem;
    font-weight: 400;
    line-height: 1.05;
}

.como-ajudamos__itens p {
    margin: 0;
    color: var(--texto-suave);
    font-size: 1.12rem;
}

.cta-extra {
    display: flex;
    justify-content: center;
    padding: 10px 18px 76px;
}

.fornecedor {
    padding: 76px 18px;
    color: #fff;
    background: var(--azul);
    text-align: center;
}

.fornecedor__conteudo { width: min(780px, 100%); margin: 0 auto; }
.fornecedor__rotulo { margin: 0 0 24px; font-size: 1.05rem; }
.fornecedor h2,
.contato h2 {
    margin: 0;
    font-size: clamp(2rem, 8.6vw, 3.5rem);
    font-weight: 400;
    line-height: 1;
}
.fornecedor h2 span { display: block; }
.fornecedor__titulo-menor { font-size: .58em; line-height: 1.15; }
.fornecedor__titulo-maior { margin-top: 5px; }
.fornecedor__conteudo > p:not(.fornecedor__rotulo) { margin: 20px 0 28px; font-size: 1.2rem; }
.fornecedor__cta,
.contato__enviar {
    min-height: 58px;
    padding: 14px 25px;
    border: 0;
    color: var(--azul-escuro);
    background: #fff;
    font: inherit;
    font-size: 1.2rem;
    cursor: pointer;
}

.contato { padding: 76px 18px; background: var(--fundo-suave); }
.contato__conteudo { width: min(860px, 100%); margin: 0 auto; }
.contato__cabecalho { margin-bottom: 34px; text-align: center; }
.contato__cabecalho > p:not(.rotulo):not(.contato__aviso) { color: var(--texto-suave); font-size: 1.08rem; }
.contato__cabecalho .contato__aviso {
    margin-top: 8px;
    color: #b42318;
    font-size: 1rem;
}
.contato__formulario { padding: 24px; border-radius: 18px; background: #fff; box-shadow: var(--sombra); }
.contato__linha { display: grid; gap: 18px; }
.contato__campo { margin-bottom: 18px; }
.contato__campo label { display: block; margin-bottom: 6px; color: var(--azul-escuro); font-size: 1.05rem; }
.contato__campo label span { color: var(--texto-suave); font-size: .9rem; }
.contato__campo label .campo-obrigatorio { color: #b42318; font-size: 1em; }
.contato__campo input,
.contato__campo textarea {
    width: 100%;
    padding: 13px 14px;
    border: 1px solid var(--linha);
    border-radius: 10px;
    color: var(--texto);
    background: #fff;
    font: inherit;
}
.contato__campo textarea { resize: vertical; }
.contato__campo input:focus,
.contato__campo textarea:focus { outline: 2px solid rgba(74, 124, 190, .3); border-color: var(--azul); }
.contato__campo small { display: block; margin-top: 4px; color: var(--texto-suave); text-align: right; }
.contato__campo--oculto { position: absolute; left: -10000px; }
.contato__enviar { width: 100%; color: #fff; background: var(--azul); }
.contato__enviar:disabled { opacity: .65; cursor: wait; }
.contato__status { min-height: 24px; margin: 0 0 14px; text-align: center; }
.contato__status--sucesso { color: #287a43; }
.contato__status--erro { color: #a52d2d; }

.rodape { padding: 30px 18px; color: #fff; background: #23364f; text-align: center; }
.rodape p { margin: 0 0 12px; }
.rodape nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 24px; }
.rodape a { color: #fff; text-underline-offset: 3px; }

[hidden] { display: none !important; }

.animacao-pendente {
    opacity: 0;
    transition:
        opacity 620ms ease,
        transform 620ms cubic-bezier(.22, .75, .25, 1);
    transition-delay: var(--atraso-animacao, 0ms);
    will-change: opacity, transform;
}

.animacao-pendente[data-animar="subir"] { transform: translateY(26px); }
.animacao-pendente[data-animar="esquerda"] { transform: translateX(-26px); }
.animacao-pendente[data-animar="direita"] { transform: translateX(26px); }

.animacao-pendente.animacao-visivel {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media (min-width: 700px) {
    .topo {
        position: absolute;
        z-index: 2;
        top: 68px;
        left: 50%;
        width: min(1080px, 100%);
        display: grid;
        grid-template-columns: 1fr .9fr;
        column-gap: 34px;
        justify-items: center;
        padding: 8px 30px;
        transform: translateX(-50%);
        pointer-events: none;
    }
    .topo a { grid-column: 1; pointer-events: auto; }
    .topo img { width: 154px; }
    .hero__conteudo {
        grid-template-columns: 1fr .9fr;
        grid-template-rows: auto auto;
        column-gap: 34px;
        min-height: 600px;
        padding: 35px 30px;
    }
    .hero__texto { margin-top: 72px; text-align: center; }
    .hero h1 { font-size: clamp(2.4rem, 4vw, 3.4rem); }
    .fidelidade h2 { font-size: clamp(3rem, 5.2vw, 4.5rem); }
    .regiao h2 { font-size: clamp(3rem, 5.2vw, 4.5rem); }
    .hero h1, .hero__apoio { margin-right: auto; margin-left: auto; }
    .hero__imagem { grid-column: 2; grid-row: 1 / 3; height: auto; margin-top: 0; }
    .hero__imagem img { width: min(480px, 100%); transform: translateY(32px); }
    .hero__cta { grid-column: 1; grid-row: 2; justify-self: center; margin: 0; }
    .fidelidade__vantagens { grid-template-columns: repeat(3, 1fr); }
    .fidelidade__vantagens article {
        border-right: 1px solid var(--linha);
        border-bottom: 0;
    }
    .fidelidade__vantagens article:last-child { border-right: 0; }
    .metricas { grid-template-columns: repeat(2, 1fr); }
    .ruas { grid-template-columns: repeat(2, 1fr); }
    .rapido__chamada { min-height: 400px; }
    .rapido__chamada h2 { padding-right: 32px; }
    .rapido__chamada img { object-position: left top; }
    .rapido__vantagens { grid-template-columns: repeat(2, 1fr); }
    .rapido__vantagens article:nth-last-child(-n+2) { border-bottom: 0; }
    .como-ajudamos h2 { font-size: clamp(3rem, 5.2vw, 4.5rem); }
    .como-ajudamos__itens { grid-template-columns: repeat(3, 1fr); }
    .contato__linha { grid-template-columns: 1fr 1fr; }
    .contato__formulario { padding: 36px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
