/* -------------------------------------------------------------------------
 * entregue em: 07/07/2026 as 09:40  |  fc.mais.live/assets/css/style.css
 * FC Oliveira - identidade institucional (azul + dourado, motivo de onda).
 * ------------------------------------------------------------------------- */

:root {
    --azul-900: #071f4d;
    --azul-800: #0a2c6b;
    --azul-700: #0e3a8c;
    --azul-600: #14479f;
    --azul-500: #1d57bd;
    --dourado: #f4b41a;
    --dourado-2: #ffc72c;
    --branco: #ffffff;
    --nuvem: #f3f6fb;
    --nuvem-2: #e9eef7;
    --texto: #101b33;
    --texto-suave: #56617a;
    --borda: #dfe6f1;

    --fonte-display: "Poppins", "Segoe UI", sans-serif;
    --fonte-corpo: "Figtree", "Segoe UI", sans-serif;

    --raio: 16px;
    --raio-g: 26px;
    --sombra: 0 18px 50px -24px rgba(10, 44, 107, .45);
    --sombra-sutil: 0 8px 24px -16px rgba(10, 44, 107, .35);
    --largura: 1180px;
    --transicao: .35s cubic-bezier(.22, .61, .36, 1);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 92px; -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

body {
    margin: 0;
    font-family: var(--fonte-corpo);
    color: var(--texto);
    background: var(--branco);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    font-family: var(--fonte-display);
    line-height: 1.08;
    margin: 0 0 .4em;
    letter-spacing: -.01em;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container {
    width: 100%;
    max-width: var(--largura);
    margin-inline: auto;
    padding-inline: 24px;
}

/* Faixa/eyebrow reutilizavel: marca uma secao com caracter. */
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-family: var(--fonte-display);
    font-weight: 600;
    font-size: .74rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--dourado);
}
.eyebrow::before {
    content: "";
    width: 26px; height: 3px;
    background: var(--dourado);
    border-radius: 3px;
}

.secao { padding-block: clamp(64px, 8vw, 116px); position: relative; }
.secao-clara { background: var(--nuvem); }

.titulo-secao { font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 800; color: var(--azul-800); }
.titulo-secao .g { color: var(--dourado); }
.subtitulo-secao { color: var(--texto-suave); max-width: 620px; font-size: 1.06rem; }

/* ---------------- BOTOES ---------------- */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--fonte-display);
    font-weight: 600;
    font-size: .98rem;
    padding: 15px 30px;
    border-radius: 999px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform var(--transicao), box-shadow var(--transicao), background var(--transicao);
}
.btn svg { width: 18px; height: 18px; }
.btn-dourado { background: var(--dourado); color: var(--azul-900); }
.btn-dourado:hover { background: var(--dourado-2); transform: translateY(-2px); box-shadow: 0 14px 30px -12px rgba(244, 180, 26, .7); }
.btn-azul { background: var(--azul-700); color: #fff; }
.btn-azul:hover { background: var(--azul-600); transform: translateY(-2px); box-shadow: var(--sombra); }
.btn-contorno { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .55); }
.btn-contorno:hover { background: rgba(255, 255, 255, .12); border-color: #fff; }

/* ---------------- CABECALHO ---------------- */
.topo {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 60;
    transition: background var(--transicao), box-shadow var(--transicao), padding var(--transicao);
    padding-block: 16px;
    background: transparent;
}
.topo.rolado {
    background: var(--azul-800);
    box-shadow: 0 6px 26px -14px rgba(0, 0, 0, .6);
    padding-block: 10px;
}
.topo .container { display: flex; align-items: center; gap: 28px; }
.logo { display: flex; align-items: center; }
.logo img { height: 46px; width: auto; transition: height var(--transicao); }
.topo.rolado .logo img { height: 40px; }

.nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.nav a {
    color: #fff;
    font-family: var(--fonte-display);
    font-weight: 500;
    font-size: .98rem;
    position: relative;
    padding: 6px 2px;
}
.nav a::after {
    content: "";
    position: absolute; left: 0; bottom: -2px;
    width: 0; height: 2px; background: var(--dourado);
    transition: width var(--transicao);
}
.nav a:hover::after, .nav a.ativo::after { width: 100%; }
.nav a.ativo { color: var(--dourado); }
.nav .btn { padding: 11px 22px; }

.menu-btn {
    display: none;
    margin-left: auto;
    background: none; border: 0; cursor: pointer;
    width: 44px; height: 44px;
    flex-direction: column; justify-content: center; gap: 6px;
    padding: 0;
}
.menu-btn span { height: 3px; width: 26px; background: #fff; border-radius: 3px; transition: var(--transicao); }
body.menu-aberto .menu-btn span:nth-child(1) { transform: translateY(9px) rotate(45deg); }
body.menu-aberto .menu-btn span:nth-child(2) { opacity: 0; }
body.menu-aberto .menu-btn span:nth-child(3) { transform: translateY(-9px) rotate(-45deg); }

.nav-fechar {
    display: none;
    position: absolute; top: 20px; right: 22px;
    width: 42px; height: 42px; border-radius: 50%;
    background: rgba(255, 255, 255, .1); border: 0; color: #fff;
    font-size: 1.9rem; line-height: 1; cursor: pointer;
    align-items: center; justify-content: center; transition: var(--transicao);
}
.nav-fechar:hover { background: rgba(255, 255, 255, .22); }

/* ---------------- HERO ---------------- */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
    padding-top: 92px;
}
.hero-midia { position: absolute; inset: 0; z-index: -2; }
.hero-midia iframe, .hero-midia img {
    position: absolute; top: 50%; left: 50%;
    width: 100%; height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover; border: 0; pointer-events: none;
}
/* proporcao 16:9 para o video de fundo cobrir a tela */
.hero-midia.video iframe {
    width: 100vw; height: 56.25vw;
    min-height: 100vh; min-width: 177.77vh;
}
.hero::before {
    content: "";
    position: absolute; inset: 0; z-index: -1;
    background:
        linear-gradient(105deg, rgba(7, 31, 77, .94) 8%, rgba(10, 44, 107, .78) 46%, rgba(10, 44, 107, .35) 100%);
}
.hero-conteudo { max-width: 700px; }
.hero .eyebrow { color: var(--dourado-2); }
.hero h1 {
    font-size: clamp(2.3rem, 5.4vw, 4.2rem);
    font-weight: 800;
    margin-bottom: .5em;
    text-shadow: 0 2px 24px rgba(0, 0, 0, .3);
}
.hero h1 .g { color: var(--dourado); }
.hero p { font-size: clamp(1.05rem, 1.6vw, 1.28rem); color: #e7edf8; max-width: 560px; margin-bottom: 2rem; }
.hero-acoes { display: flex; flex-wrap: wrap; gap: 14px; }

/* onda decorativa na base do hero (motivo do logo FC) */
.onda-hero { position: absolute; left: 0; right: 0; bottom: -1px; z-index: -1; line-height: 0; }
.onda-hero svg { width: 100%; height: auto; display: block; }

/* ---------------- NUMEROS ---------------- */
.numeros { background: var(--azul-800); color: #fff; position: relative; }
.numeros-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.num-item { text-align: center; padding: 34px 16px; position: relative; }
.num-item + .num-item::before {
    content: ""; position: absolute; left: 0; top: 24%; height: 52%; width: 1px;
    background: rgba(255, 255, 255, .16);
}
.num-valor {
    font-family: var(--fonte-display);
    font-weight: 800;
    font-size: clamp(2.2rem, 4.4vw, 3.4rem);
    color: var(--dourado);
    line-height: 1;
}
.num-rotulo { font-size: .96rem; color: #cdd8ee; margin-top: 8px; letter-spacing: .01em; }

/* ---------------- SOBRE ---------------- */
.sobre-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px, 5vw, 70px); align-items: center; }
.sobre-figura { position: relative; }
.sobre-figura img { border-radius: var(--raio-g); box-shadow: var(--sombra); width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.sobre-figura .selo {
    position: absolute; left: -14px; bottom: 28px;
    background: var(--dourado); color: var(--azul-900);
    font-family: var(--fonte-display); font-weight: 700;
    padding: 16px 22px; border-radius: 14px;
    box-shadow: var(--sombra); line-height: 1.15;
}
.sobre-figura .selo b { display: block; font-size: 1.7rem; }
.sobre-texto h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); font-weight: 800; color: var(--azul-800); }
.sobre-texto h2 .g { color: var(--dourado); }
.sobre-texto p { color: var(--texto-suave); margin-bottom: 1.1rem; }
.sobre-texto p:first-of-type { color: var(--texto); font-size: 1.08rem; }

/* linha do tempo compacta (sequencia real -> numeracao faz sentido aqui) */
.timeline { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 26px; }
.timeline li { list-style: none; }
.timeline .ano { font-family: var(--fonte-display); font-weight: 800; color: var(--azul-700); font-size: 1.15rem; }
.timeline .fato { font-size: .9rem; color: var(--texto-suave); }

/* ---------------- DESTAQUE ---------------- */
.destaque {
    background: linear-gradient(120deg, var(--azul-800) 0%, var(--azul-600) 55%, #6a5f1e 130%);
    color: #fff; overflow: hidden;
}
.destaque-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(24px, 5vw, 64px); align-items: center; }
.destaque-logo { display: flex; justify-content: center; }
.destaque-logo img { max-height: 200px; width: auto; }
.destaque h2 { font-size: clamp(1.9rem, 4vw, 3rem); font-weight: 800; }
.destaque h2 .g { color: var(--dourado); }
.destaque p { color: #dce4f4; max-width: 560px; }

/* ---------------- MARCAS ---------------- */
.marcas-cabeca { text-align: center; margin-bottom: 46px; }
.marcas-cabeca .subtitulo-secao { margin-inline: auto; }
.categoria-titulo {
    font-family: var(--fonte-display); font-weight: 700; font-size: 1.15rem;
    color: var(--azul-700); margin: 40px 0 18px;
    display: flex; align-items: center; gap: 12px;
}
.categoria-titulo::after { content: ""; flex: 1; height: 1px; background: var(--borda); }
.marcas-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}
.marca-card {
    background: #fff; border: 1px solid var(--borda); border-radius: var(--raio);
    padding: 34px 24px; min-height: 168px;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    gap: 14px; text-align: center; cursor: pointer;
    transition: transform var(--transicao), box-shadow var(--transicao), border-color var(--transicao);
}
.marca-card:hover { transform: translateY(-6px); box-shadow: var(--sombra); border-color: transparent; }
.marca-card:focus-visible { outline: 3px solid var(--azul-500); outline-offset: 3px; }
.marca-logo {
    min-height: 84px; width: 100%; display: flex; align-items: center; justify-content: center;
    font-family: var(--fonte-display); font-weight: 800; font-size: 1.3rem; color: var(--azul-800);
}
.marca-logo img { max-height: 84px; max-width: 82%; width: auto; object-fit: contain; }
.marca-semlogo { font-family: var(--fonte-display); font-weight: 800; font-size: 1.35rem; color: var(--azul-800); line-height: 1.15; }
.marca-nome { font-size: .82rem; color: var(--texto-suave); }
.marca-card .ver { font-size: .78rem; color: var(--azul-600); font-weight: 600; opacity: 0; transition: opacity var(--transicao); }
.marca-card:hover .ver { opacity: 1; }

/* ---------------- ORGULHO / VIDEO ---------------- */
.orgulho { background: var(--azul-800); color: #fff; }
.orgulho-grid { display: grid; grid-template-columns: 1fr; gap: 30px; place-items: center; }
.video-frame {
    position: relative; width: min(860px, 100%); aspect-ratio: 16 / 9;
    border-radius: var(--raio-g); overflow: hidden; box-shadow: var(--sombra);
    background: #000;
}
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.orgulho-selo { text-align: center; }
.orgulho-selo .grande { font-family: var(--fonte-display); font-weight: 800; font-size: clamp(1.6rem, 4vw, 2.6rem); }
.orgulho-selo .grande .g { color: var(--dourado); }

/* ---------------- NOTICIAS ---------------- */
.noticias-cabeca { text-align: center; margin-bottom: 46px; }
.noticias-cabeca .subtitulo-secao { margin-inline: auto; }
.noticias-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 26px; }
.noticia-card {
    background: #fff; border: 1px solid var(--borda); border-radius: var(--raio);
    overflow: hidden; display: flex; flex-direction: column;
    text-decoration: none; color: inherit; cursor: pointer;
    transition: transform var(--transicao), box-shadow var(--transicao);
}
.noticia-card:hover { transform: translateY(-5px); box-shadow: var(--sombra); }
.noticia-capa { aspect-ratio: 16 / 10; background: var(--nuvem-2); overflow: hidden; }
.noticia-capa img { width: 100%; height: 100%; object-fit: cover; }
.noticia-corpo { padding: 24px; display: flex; flex-direction: column; flex: 1; }
.noticia-corpo h3 { font-size: 1.12rem; font-weight: 700; color: var(--azul-800); }
.noticia-corpo p { font-size: .95rem; color: var(--texto-suave); flex: 1; }
.noticia-corpo .link { margin-top: 14px; font-family: var(--fonte-display); font-weight: 600; font-size: .9rem; color: var(--azul-600); display: inline-flex; gap: 6px; align-items: center; }

/* ---------------- LOGISTICA ---------------- */
.logistica-box {
    background: linear-gradient(120deg, var(--azul-800), var(--azul-600));
    color: #fff; border-radius: var(--raio-g); padding: clamp(30px, 5vw, 56px);
    display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(24px, 4vw, 50px); align-items: center;
    box-shadow: var(--sombra);
}
.logistica-box h2 { font-size: clamp(1.6rem, 3.4vw, 2.5rem); font-weight: 800; }
.logistica-box h2 .g { color: var(--dourado); }
.logistica-box p { color: #d7e0f3; }
.mapa-wrap { margin-top: 46px; border-radius: var(--raio-g); overflow: hidden; box-shadow: var(--sombra-sutil); border: 1px solid var(--borda); }
.mapa-wrap iframe { width: 100%; height: 380px; border: 0; display: block; }
.mapa-vazio { padding: 60px 24px; text-align: center; color: var(--texto-suave); background: var(--nuvem); }

/* ---------------- CONTATO ---------------- */
.contato-grid { display: grid; grid-template-columns: .9fr 1.2fr; gap: clamp(30px, 5vw, 60px); align-items: start; }
.contato-info h2 { font-size: clamp(1.8rem, 3.6vw, 2.7rem); font-weight: 800; color: var(--azul-800); }
.contato-info h2 .g { color: var(--dourado); }
.contato-lista { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 18px; }
.contato-lista li { display: flex; gap: 14px; align-items: flex-start; }
.contato-lista .ic { width: 42px; height: 42px; flex: none; border-radius: 12px; background: var(--nuvem-2); color: var(--azul-700); display: grid; place-items: center; }
.contato-lista .ic svg { width: 20px; height: 20px; }
.contato-lista b { display: block; font-family: var(--fonte-display); color: var(--texto); }
.contato-lista span { color: var(--texto-suave); font-size: .95rem; }

.form-card { background: #fff; border: 1px solid var(--borda); border-radius: var(--raio-g); padding: clamp(24px, 4vw, 40px); box-shadow: var(--sombra-sutil); }
.form-linha { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.campo { margin-bottom: 18px; }
.campo label { display: block; font-family: var(--fonte-display); font-weight: 500; font-size: .9rem; margin-bottom: 7px; color: var(--texto); }
.campo input, .campo select, .campo textarea {
    width: 100%; padding: 13px 15px; border: 1.5px solid var(--borda); border-radius: 12px;
    font-family: var(--fonte-corpo); font-size: 1rem; color: var(--texto); background: #fff;
    transition: border-color var(--transicao), box-shadow var(--transicao);
}
.campo textarea { resize: vertical; min-height: 120px; }
.campo input:focus, .campo select:focus, .campo textarea:focus {
    outline: 0; border-color: var(--azul-500); box-shadow: 0 0 0 4px rgba(29, 87, 189, .12);
}
.campo .ajuda { font-size: .8rem; color: var(--texto-suave); margin-top: 5px; }
.form-msg { margin-top: 6px; font-size: .95rem; padding: 12px 16px; border-radius: 12px; display: none; }
.form-msg.ok { display: block; background: #e7f6ec; color: #1c7a3e; }
.form-msg.erro { display: block; background: #fdecec; color: #c0392b; }

/* ---------------- RODAPE ---------------- */
.rodape { background: var(--azul-900); color: #c6d2ea; padding-block: 60px 26px; }
.rodape-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; }
.rodape img.marca-rodape { height: 44px; margin-bottom: 16px; }
.rodape p { font-size: .92rem; color: #9fb0d0; max-width: 340px; }
.rodape h4 { font-family: var(--fonte-display); color: #fff; font-size: 1rem; margin-bottom: 16px; }
.rodape ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.rodape a:hover { color: var(--dourado); }
.rodape-social { display: flex; gap: 12px; margin-top: 18px; }
.rodape-social a { width: 40px; height: 40px; border-radius: 10px; background: rgba(255, 255, 255, .08); display: grid; place-items: center; transition: background var(--transicao); }
.rodape-social a:hover { background: var(--dourado); color: var(--azul-900); }
.rodape-social svg { width: 18px; height: 18px; }
.rodape-base { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .1); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; font-size: .84rem; color: #8497bb; }

/* ---------------- BOTÃO FLUTUANTE: TRABALHE CONOSCO ---------------- */
.trab-flutuante {
    position: fixed; right: 22px; bottom: 22px; z-index: 70;
    display: inline-flex; align-items: center; gap: .55rem;
    height: 56px; padding: 0 1.4rem; border-radius: 999px;
    background: var(--dourado); color: var(--azul-900);
    font-family: var(--fonte-display); font-weight: 800; font-size: .95rem;
    box-shadow: 0 12px 30px -8px rgba(244, 180, 26, .65);
    transition: transform var(--transicao), background var(--transicao);
}
.trab-flutuante:hover { transform: translateY(-3px); background: var(--dourado-2); }
.trab-flutuante svg { width: 24px; height: 24px; flex: none; }
.trab-flutuante-txt { white-space: nowrap; }
@media (max-width: 560px) {
    .trab-flutuante { padding: 0; width: 56px; justify-content: center; border-radius: 50%; }
    .trab-flutuante-txt { display: none; }
}

/* ---------------- MODAL MARCA ---------------- */
.modal-fundo {
    position: fixed; inset: 0; z-index: 100; background: rgba(7, 31, 77, .6);
    backdrop-filter: blur(4px); display: none; place-items: center; padding: 20px;
}
.modal-fundo.aberto { display: grid; }
.modal {
    background: #fff; border-radius: var(--raio-g); max-width: 560px; width: 100%;
    max-height: 90vh; overflow: auto; box-shadow: var(--sombra);
    transform: translateY(14px); opacity: 0; transition: var(--transicao);
}
.modal-fundo.aberto .modal { transform: translateY(0); opacity: 1; }
.modal-cabeca { background: var(--nuvem); padding: 34px 30px; text-align: center; position: relative; border-bottom: 1px solid var(--borda); }
.modal-cabeca img { max-height: 80px; margin-inline: auto; }
.modal-cabeca .marca-logo { justify-content: center; font-size: 1.7rem; }
.modal-fechar { position: absolute; top: 14px; right: 14px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: #fff; cursor: pointer; font-size: 1.3rem; color: var(--texto); box-shadow: var(--sombra-sutil); }
.modal-corpo { padding: 30px; }
.modal-corpo .cat { display: inline-block; font-size: .74rem; font-family: var(--fonte-display); font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: var(--dourado); margin-bottom: 8px; }
.modal-corpo h3 { font-size: 1.5rem; font-weight: 800; color: var(--azul-800); }
.modal-corpo p { color: var(--texto-suave); }
.modal-corpo h4 { font-family: var(--fonte-display); font-size: .95rem; color: var(--texto); margin-top: 20px; }
.modal-produtos { list-style: none; padding: 0; margin: 10px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.modal-produtos li { background: var(--nuvem-2); color: var(--azul-700); font-size: .85rem; padding: 6px 14px; border-radius: 999px; }

/* ---------------- REVEAL (animacao de entrada) ---------------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.vis { opacity: 1; transform: none; }

/* ---------------- RESPONSIVO ---------------- */
@media (max-width: 980px) {
    .sobre-grid, .destaque-grid, .logistica-box, .contato-grid { grid-template-columns: 1fr; }
    .marcas-grid { grid-template-columns: repeat(3, 1fr); }
    .rodape-grid { grid-template-columns: 1fr 1fr; }
    .sobre-figura { max-width: 460px; margin-inline: auto; }
}
@media (max-width: 760px) {
    .menu-btn { display: flex; }
    .nav {
        position: fixed; inset: 0 0 0 auto; width: min(320px, 82vw);
        background: var(--azul-800); flex-direction: column; align-items: flex-start;
        padding: 100px 30px 30px; gap: 20px; transform: translateX(105%);
        transition: transform var(--transicao); box-shadow: -20px 0 50px -20px rgba(0, 0, 0, .5);
    }
    body.menu-aberto .nav { transform: none; }
    .nav-fechar { display: flex; }
    .nav a { font-size: 1.1rem; }
    .nav .btn { margin-top: 8px; }
    .numeros-grid { grid-template-columns: repeat(2, 1fr); }
    .num-item + .num-item::before { display: none; }
    .marcas-grid { grid-template-columns: repeat(2, 1fr); }
    .form-linha { grid-template-columns: 1fr; }
    .rodape-grid { grid-template-columns: 1fr; }
    .hero { min-height: 92vh; }
}
@media (max-width: 420px) {
    .marcas-grid { grid-template-columns: 1fr; }
    .hero-acoes .btn { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
    * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
    .reveal { opacity: 1; transform: none; }
}

/* ---------------- Refino de responsividade (tablets, celulares pequenos, toque) ---------------- */
@media (max-width: 600px) {
    .titulo-secao { font-size: clamp(1.55rem, 6.5vw, 2.2rem); }
    .marcas-cabeca, .noticias-cabeca { margin-bottom: 1.6rem; }
}
@media (max-width: 480px) {
    .container { padding-inline: 16px; }
    .secao { padding-block: clamp(46px, 13vw, 72px); }
    .hero p { font-size: 1.02rem; }
    .num-item { padding: 26px 12px; }
    .hero-acoes .btn { width: 100%; justify-content: center; }
    .btn { padding-block: .85rem; }
}
@media (max-width: 400px) {
    .numeros-grid { grid-template-columns: 1fr; }
    .num-item + .num-item::before { display: none; }
}
/* Alvos de toque confortaveis no menu mobile */
@media (max-width: 760px) and (pointer: coarse) {
    .nav a, .nav .btn { min-height: 44px; display: flex; align-items: center; }
}