/* =========================================================================
   HUB LOC — Sistema de Design (hubloc.css)
   Equipamentos para Construção Civil — Belo Horizonte e região
   v0.1 — Esqueleto / base para campanhas e landing pages
   -------------------------------------------------------------------------
   Cores oficiais (definidas pelo cliente):
     Azul #0D205C | Vermelho #E31E24 | Branco #FFFFFF | Preto #111111 (Brand Book v1.0)
   Proporção de marca recomendada: 70% azul / 20% branco / 10% vermelho
   Tipografia institucional: Montserrat
   ========================================================================= */

:root{
  /* Cores de marca — Brand Book Hub Loc v1.0 (oficial) */
  --azul:         #0D205C;   /* Azul Hub Loc — cor predominante */
  --azul-escuro:  #0A1A4A;   /* profundidade: heros, rodapé */
  --azul-noite:   #07153A;   /* fundo mais escuro do hero  */
  --azul-claro:   #16307F;   /* realces sobre azul (barras) */
  --vermelho:     #E31E24;   /* Vermelho Hub Loc — ação/destaque */
  --vermelho-esc: #C2161B;   /* hover de botões            */
  --branco:       #FFFFFF;
  --preto:        #111111;   /* preto de apoio (técnico)   */

  /* Neutros (tom frio, puxado p/ o azul — evita cinza genérico) */
  --bg:           #F4F6FB;
  --bg-card:      #FFFFFF;
  --borda:        #E2E7F0;
  --borda-forte:  #CDD6E6;
  --texto:        #16203A;
  --texto-suave:  #5A6478;
  --texto-claro:  #9AA3B5;

  /* Tipografia */
  --fonte: "Montserrat", "Segoe UI", Arial, Calibri, sans-serif;

  /* Medidas */
  --container: 1200px;
  --radius:    14px;
  --radius-sm: 9px;
  --sombra:    0 4px 18px rgba(11,34,87,.08);
  --sombra-lg: 0 14px 40px rgba(11,34,87,.16);
  --transicao: .22s cubic-bezier(.4,0,.2,1);
}

/* ---------- Reset enxuto ---------- */
*,*::before,*::after{ box-sizing:border-box; }
html{ scroll-behavior:smooth; -webkit-text-size-adjust:100%; }
body{
  margin:0; font-family:var(--fonte); color:var(--texto);
  background:var(--bg); line-height:1.6; font-size:16px;
  -webkit-font-smoothing:antialiased;
}
img{ max-width:100%; display:block; }
a{ color:inherit; text-decoration:none; }
button{ font-family:inherit; cursor:pointer; }
h1,h2,h3,h4{ font-family:var(--fonte); line-height:1.12; margin:0; font-weight:800; letter-spacing:-.01em; }

/* ---------- Layout ---------- */
.container{ width:100%; max-width:var(--container); margin:0 auto; padding:0 22px; }
.secao{ padding:72px 0; }
.secao--clara{ background:var(--branco); }
.secao--azul{ background:var(--azul); color:var(--branco); }
.centro{ text-align:center; }

/* ---------- Assinatura: eyebrow com "conector hub" ---------- */
.eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  font-size:12.5px; font-weight:700; letter-spacing:.20em; text-transform:uppercase;
  color:var(--vermelho); margin-bottom:16px;
}
.eyebrow::before{
  content:""; width:26px; height:8px; flex:none;
  /* dois nós conectados — eco do "C" do logotipo */
  background:
    radial-gradient(circle at 4px 50%, var(--vermelho) 3px, transparent 3.5px),
    radial-gradient(circle at 22px 50%, var(--azul) 3px, transparent 3.5px),
    linear-gradient(var(--borda-forte),var(--borda-forte));
  background-size:100% 100%,100% 100%,18px 2px;
  background-position:0 0,0 0,4px 50%;
  background-repeat:no-repeat;
}
.eyebrow--branco{ color:#fff; }
.eyebrow--branco::before{
  background:
    radial-gradient(circle at 4px 50%, var(--vermelho) 3px, transparent 3.5px),
    radial-gradient(circle at 22px 50%, #fff 3px, transparent 3.5px),
    linear-gradient(rgba(255,255,255,.4),rgba(255,255,255,.4));
  background-size:100% 100%,100% 100%,18px 2px;
  background-position:0 0,0 0,4px 50%;
  background-repeat:no-repeat;
}
.titulo-secao{ font-size:clamp(26px,3.4vw,38px); color:var(--azul); }
.secao--azul .titulo-secao{ color:#fff; }
.sub-secao{ color:var(--texto-suave); max-width:620px; margin:14px 0 0; font-size:17px; }
.secao--azul .sub-secao{ color:rgba(255,255,255,.82); }

/* ---------- Botões ---------- */
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:14px 24px; border-radius:var(--radius-sm); font-weight:700; font-size:15px;
  border:2px solid transparent; transition:var(--transicao); letter-spacing:.01em; white-space:nowrap;
}
.btn svg{ width:19px; height:19px; flex:none; }
.btn--wpp{ background:var(--vermelho); color:#fff; box-shadow:0 6px 16px rgba(227,30,36,.28); }
.btn--wpp:hover{ background:var(--vermelho-esc); transform:translateY(-2px); box-shadow:0 10px 22px rgba(227,30,36,.34); }
.btn--azul{ background:var(--azul); color:#fff; }
.btn--azul:hover{ background:var(--azul-escuro); transform:translateY(-2px); }
.btn--linha{ background:transparent; border-color:var(--borda-forte); color:var(--azul); }
.btn--linha:hover{ border-color:var(--azul); }
.btn--linha-branca{ background:transparent; border-color:rgba(255,255,255,.55); color:#fff; }
.btn--linha-branca:hover{ background:#fff; color:var(--azul); }
.btn--bloco{ width:100%; }

/* =========================================================================
   TOPO / CABEÇALHO  (sem barra de aviso)
   Estrutura: body > .cabecalho (fixa ao rolar) > header.topo
   Ordem à direita: Atende em BH e região -> Orçamento -> selos
   Cores aplicadas no cabeçalho: azul #10327E · vermelho #E31E24 · branco #fff
   ========================================================================= */

/* Casca fixa no topo. É filha direta do <body> e nenhum ancestral recorta o
   overflow no desktop, então o position:sticky funciona de forma confiável. */
.cabecalho{ position:-webkit-sticky; position:sticky; top:0; z-index:60; }
.cabecalho .topo{ position:static; }            /* dentro da casca fixa, fluxo normal */
.admin-bar .cabecalho{ top:32px; }              /* compensa a barra do WP logado */
@media screen and (max-width:782px){ .admin-bar .cabecalho{ top:46px; } }

.topo{ background:var(--azul-escuro); color:#fff; }
.topo__row{ display:flex; align-items:center; gap:24px; padding:14px 0; }

/* Logo — maior, à esquerda (escopo .topo p/ não afetar o rodapé) */
.topo__logo{ display:flex; align-items:center; flex:0 0 auto; }
.topo .logo-hubloc{ height:64px; width:auto; max-width:none; display:block; }

/* Busca — ocupa o centro e nunca colapsa */
.busca{ flex:1 1 auto; min-width:240px; display:flex; align-items:stretch;
        background:#fff; border-radius:10px; overflow:hidden; max-width:none; }
.busca input{ flex:1 1 auto; min-width:0; border:0; outline:0; padding:0 18px;
              height:48px; font-size:1rem; color:#1a1a1a; background:transparent; font-family:inherit; }
.busca input::placeholder{ color:#8a8f98; }
.busca button{ flex:0 0 auto; border:0; background:#eef1f6; color:#10327E;
               padding:0 20px; cursor:pointer; display:flex; align-items:center; justify-content:center; }
.busca button svg{ width:22px; height:22px; }
.busca button:hover{ background:#e2e7f0; }

/* Ações à direita */
.topo__acoes{ display:flex; align-items:center; gap:18px; flex:0 0 auto; }

/* Atende em BH e região */
.topo__local{ display:flex; align-items:center; gap:8px; color:#fff; }
.topo__local svg{ width:22px; height:22px; color:var(--vermelho); flex:0 0 auto; }
.topo__local span{ display:flex; flex-direction:column; line-height:1.1; }
.topo__local small{ font-size:.78rem; opacity:.85; }
.topo__local b{ font-size:1rem; font-weight:700; }

/* Botão Orçamento (balão vermelho) */
.btn--orcamento{ display:inline-flex; align-items:center; gap:8px;
                 background:var(--vermelho); color:#fff; border:0; border-radius:12px;
                 padding:12px 22px; font-weight:700; font-size:1rem; text-decoration:none;
                 white-space:nowrap; box-shadow:0 2px 8px rgba(227,30,36,.28); }
.btn--orcamento svg{ width:20px; height:20px; }
.btn--orcamento:hover{ background:var(--vermelho-esc); color:#fff; }

/* Selos NR + desde 2008, à direita do botão */
.topo__selos{ display:flex; align-items:center; justify-content:center; gap:14px; margin-left:16px; }
.topo__selos img{ height:64px; width:auto; display:block; }

/* Responsivo do cabeçalho */
@media (max-width:1180px){
  .topo__selos{ display:none; }                 /* libera espaço em telas médias */
}
@media (max-width:980px){
  .topo__row{ flex-wrap:wrap; gap:14px; padding:10px 0; }
  .busca{ order:3; flex:1 1 100%; }             /* busca desce p/ a 2ª linha */
  .topo__local{ display:none; }
}
@media (max-width:600px){
  .topo .logo-hubloc{ height:48px; }
}

/* ---------- Subnav + dropdown de categorias ---------- */
.subnav{ background:var(--azul-escuro); position:relative; z-index:55; }
.subnav__row{ display:flex; align-items:center; gap:6px; min-height:46px; padding:0 22px; }
.subnav__links{ display:flex; align-items:center; gap:2px; }
.subnav__links a{ padding:8px 13px; font-size:14px; font-weight:600; color:rgba(255,255,255,.82); border-radius:7px; transition:var(--transicao); }
.subnav__links a:hover{ color:#fff; background:rgba(255,255,255,.1); }
.subnav__fone{ margin-left:auto; display:inline-flex; align-items:center; gap:8px; color:#fff; font-weight:700; font-size:14.5px; }
.subnav__fone svg{ width:17px; height:17px; color:var(--vermelho); }

.dd{ position:relative; }
.dd__btn{
  display:inline-flex; align-items:center; gap:9px; height:46px; padding:0 18px;
  background:var(--vermelho); color:#fff; border:0; font-size:14.5px; font-weight:700; font-family:inherit;
}
.dd__btn svg{ width:18px; height:18px; }
.dd__chev{ transition:transform .2s; }
.dd__btn[aria-expanded="true"] .dd__chev{ transform:rotate(180deg); }
.dd__btn:hover{ background:var(--vermelho-esc); }
.dd__panel{
  position:absolute; top:calc(100% + 0); left:0; width:340px; max-height:72vh; overflow-y:auto;
  background:#fff; border-radius:0 0 12px 12px; box-shadow:var(--sombra-lg); padding:8px; z-index:70;
}
.dd__head{ font-size:11px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; color:var(--texto-claro); padding:10px 12px 6px; }
.dd__grid{ display:flex; flex-direction:column; }
.dd__item{ display:flex; align-items:center; gap:12px; padding:9px 12px; border-radius:9px; transition:var(--transicao); }
.dd__item:hover{ background:var(--bg); }
.dd__item.ativo{ background:rgba(13,32,92,.06); }
.dd__ic{ flex:none; width:34px; height:34px; border-radius:8px; background:rgba(13,32,92,.07); display:grid; place-items:center; }
.dd__ic svg{ width:19px; height:19px; color:var(--azul); }
.dd__txt b{ display:block; font-size:14px; font-weight:700; color:var(--texto); line-height:1.2; }
.dd__txt small{ display:block; font-size:11.5px; color:var(--texto-suave); line-height:1.25; margin-top:1px; }
.dd__foot{ border-top:1px solid var(--borda); margin-top:6px; padding:4px; }
.dd__foot a{ display:flex; align-items:center; justify-content:center; gap:8px; padding:11px; border-radius:9px; font-size:13.5px; font-weight:700; color:var(--azul); }
.dd__foot a:hover{ background:var(--bg); }
.dd__foot svg{ width:17px; height:17px; }

/* =========================================================================
   BANNER (home enxuto, catálogo logo abaixo)
   ========================================================================= */
.banner{
  position:relative; color:#fff; overflow:hidden;
  background:
    radial-gradient(1000px 460px at 82% -20%, rgba(227,30,36,.20), transparent 60%),
    linear-gradient(135deg, var(--azul-noite) 0%, var(--azul) 62%, var(--azul-escuro) 100%);
}
.banner::before{
  content:""; position:absolute; inset:0; pointer-events:none; opacity:.5;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size:46px 46px; mask-image:linear-gradient(180deg,transparent,#000 30%,#000 75%,transparent);
}
/* AJUSTE FINAL: banner menor sem sobrepor textos */
.banner.banner--compacto .banner__wrap,
.banner.banner-rotativo .banner__wrap{
  padding:12px 0 76px !important;
  min-height:250px !important;
  display:flex;
  align-items:center;
}

.banner.banner--compacto h1,
.banner.banner-rotativo h1,
.banner-slide h1{
  font-size:clamp(30px,3.2vw,46px) !important;
  line-height:1.06 !important;
  max-width:820px;
  margin:18px 0 0;
}

.banner.banner--compacto .eyebrow,
.banner.banner-rotativo .eyebrow,
.banner-slide .eyebrow{
  font-size:12px !important;
  letter-spacing:.26em;
}

.banner__ctas{
  margin-top:24px !important;
}

.vitrine-top{
  position:relative;
  z-index:5;
  margin-top:-44px !important;
  padding-bottom:34px;
}

.vitrine-top .secao__head{
  margin-bottom:18px !important;
}

.vitrine-top .titulo-secao{
  font-size:clamp(30px,3.2vw,42px) !important;
  line-height:1.05;
}

/* Vitrine "Destaques" sobreposta à base do banner (estilo marketplace) */
.vitrine-top{ position:relative; z-index:5; margin-top:-96px; padding-bottom:48px; }
.vitrine-top .secao__head{ margin-bottom:18px; }
.secao__head--branco .titulo-secao{ color:#fff; }
.secao__vermais--branco{ color:#fff; }
.secao__vermais--branco:hover{ color:#fff; }

/* Carrossel horizontal (cards menores, rola para o lado) */
.carrossel{ position:relative; }
.carrossel__track{
  display:flex; gap:14px; overflow-x:auto; scroll-behavior:smooth;
  scroll-snap-type:x mandatory; padding:4px; margin:-4px;
  scrollbar-width:none; -ms-overflow-style:none;
}
.carrossel__track::-webkit-scrollbar{ display:none; }
.carrossel .prod-card{ flex:0 0 212px; scroll-snap-align:start; }
.carrossel .prod-card__img{ aspect-ratio:16/9; }
.carrossel .prod-card__img svg{ width:42px; height:42px; }
.carrossel .prod-card__body{ padding:12px 13px 14px; gap:7px; }
.carrossel .prod-card__cat{ font-size:10px; }
.carrossel .prod-card h3{ font-size:14px; }
.carrossel .prod-card__cta{ gap:0; }
.carrossel .prod-card__cta .btn{ padding:10px 12px; font-size:13px; }
.carrossel .prod-card__link{ display:none; }   /* economiza altura no carrossel */

.carrossel__nav{
  position:absolute; top:calc(50% + 4px); transform:translateY(-50%);
  width:44px; height:44px; border-radius:50%; background:#fff; border:1px solid var(--borda);
  box-shadow:var(--sombra-lg); display:grid; place-items:center; color:var(--azul);
  z-index:8; transition:var(--transicao);
}
.carrossel__nav:hover{ background:var(--azul); color:#fff; }
.carrossel__nav svg{ width:22px; height:22px; }
.carrossel__nav--prev{ left:-14px; }
.carrossel__nav--next{ right:-14px; }
.carrossel__nav.off{ opacity:0; pointer-events:none; }
.banner h1{ font-size:clamp(28px,4.3vw,46px); font-weight:800; line-height:1.07; letter-spacing:-.02em; }
.banner h1 .dest{ color:var(--vermelho); }
.banner .lead{ font-size:17.5px; color:rgba(255,255,255,.86); margin:18px 0 0; max-width:580px; }
.banner__ctas{ display:flex; flex-wrap:wrap; gap:14px; margin-top:28px; }
.banner__chips{ display:flex; flex-wrap:wrap; gap:9px; margin-top:30px; }
.banner__chip{
  display:inline-flex; align-items:center; gap:8px; padding:8px 14px; border-radius:30px;
  font-size:13px; font-weight:600; color:#fff; background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16); transition:var(--transicao);
}
.banner__chip svg{ width:16px; height:16px; color:var(--vermelho); }
.banner__chip:hover{ background:rgba(255,255,255,.16); border-color:rgba(255,255,255,.3); }

/* ---------- Faixa de cards utilitários ---------- */
.util{ background:var(--bg); }
.util__row{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; padding:24px 22px; margin-top:-34px; position:relative; z-index:5; }
/* variante em seção (abaixo da vitrine, sem sobrepor o banner) */
.util--secao{ padding:14px 0; }
.util--secao .util__row{ margin-top:0; padding:0 22px; }
/* vitrine logo após o banner compacto */
.secao--topo{ padding-top:46px; }
.util__card{
  display:flex; align-items:center; gap:14px; background:#fff; border:1px solid var(--borda);
  border-radius:var(--radius); padding:18px 18px; box-shadow:var(--sombra); transition:var(--transicao);
}
.util__card:hover{ transform:translateY(-3px); box-shadow:var(--sombra-lg); }
.util__ic{ flex:none; width:46px; height:46px; border-radius:11px; background:rgba(13,32,92,.07); display:grid; place-items:center; }
.util__ic svg{ width:24px; height:24px; color:var(--azul); }
.util__card b{ display:block; font-size:15px; color:var(--texto); }
.util__card span{ display:block; font-size:12.5px; color:var(--texto-suave); line-height:1.3; margin-top:2px; }
.util__card--vm .util__ic{ background:rgba(227,30,36,.1); }
.util__card--vm .util__ic svg{ color:var(--vermelho); }

/* ---------- Cabeçalho de seção com "ver mais" ---------- */
.secao__head{ display:flex; align-items:flex-end; justify-content:space-between; gap:16px; flex-wrap:wrap; margin-bottom:28px; }
.secao__vermais{ display:inline-flex; align-items:center; gap:8px; font-size:14px; font-weight:700; color:var(--azul); white-space:nowrap; }
.secao__vermais svg{ width:17px; height:17px; transition:var(--transicao); }
.secao__vermais:hover svg{ transform:translateX(3px); }
.vitrine__nota{ margin-top:22px; font-size:13px; color:var(--texto-suave); }

/* =========================================================================
   GRID DE CATEGORIAS
   ========================================================================= */
.cat-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.cat-card{
  position:relative; background:var(--bg-card); border:1px solid var(--borda); border-radius:var(--radius);
  padding:24px 20px 34px; transition:var(--transicao); overflow:hidden; text-align:center;
}
.cat-card::after{ /* régua vermelha que cresce no hover (eco do rebrand) — centralizada */
  content:""; position:absolute; left:50%; transform:translateX(-50%); bottom:18px; width:28px; height:3px;
  background:var(--vermelho); border-radius:2px; transition:var(--transicao);
}
.cat-card:hover{ border-color:var(--borda-forte); box-shadow:var(--sombra); transform:translateY(-3px); }
.cat-card:hover::after{ width:52px; }
.cat-card__ic{
  width:52px; height:52px; border-radius:16px; display:flex; align-items:center; justify-content:center;
  background:#EEF2FB; color:var(--azul); margin:0 auto 16px; transition:var(--transicao);
}
.cat-card:hover .cat-card__ic{ background:var(--azul); color:#fff; }
.cat-card__ic svg{ width:26px; height:26px; }
.cat-card h3{ font-size:15.5px; color:var(--azul); letter-spacing:-.01em; }
.cat-card span{ display:block; font-size:12.5px; color:var(--texto-suave); margin-top:5px; }

/* =========================================================================
   PASSO A PASSO (como funciona)
   ========================================================================= */
.passos{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:44px; counter-reset:passo; }
.passo{ position:relative; background:var(--bg-card); border:1px solid var(--borda); border-radius:var(--radius); padding:30px 26px; }
.passo__n{
  counter-increment:passo; width:42px; height:42px; border-radius:11px; background:var(--azul); color:#fff;
  display:flex; align-items:center; justify-content:center; font-weight:800; font-size:18px; margin-bottom:16px;
}
.passo__n::before{ content:counter(passo,decimal-leading-zero); }
.passo h3{ font-size:17px; color:var(--azul); margin-bottom:8px; }
.passo p{ font-size:14.5px; color:var(--texto-suave); margin:0; }

/* =========================================================================
   CARDS DE PRODUTO (catálogo / categoria)
   ========================================================================= */
.prod-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.prod-card{ background:#fff; border:1px solid var(--borda); border-radius:var(--radius); overflow:hidden; transition:var(--transicao); display:flex; flex-direction:column; }
.prod-card:hover{ box-shadow:var(--sombra); transform:translateY(-3px); border-color:var(--borda-forte); }
.prod-card__img{
  aspect-ratio:4/3; background:#EEF2FB; display:flex; align-items:center; justify-content:center; position:relative;
  color:#B7C2DA;
}
.prod-card__img svg{ width:54px; height:54px; opacity:.6; }
.prod-card__img .tag-img{ position:absolute; top:10px; left:10px; font-size:10.5px; font-weight:700; letter-spacing:.05em; text-transform:uppercase; background:rgba(13,32,92,.08); color:var(--azul); padding:4px 9px; border-radius:20px; }
.prod-card__body{ padding:16px 16px 18px; display:flex; flex-direction:column; gap:10px; flex:1; }
.prod-card__cat{ font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--vermelho); }
.prod-card h3{ font-size:15px; color:var(--texto); font-weight:700; line-height:1.25; }
.prod-card__cta{ margin-top:auto; display:flex; flex-direction:column; gap:10px; }
.prod-card__cta .btn{ padding:11px 14px; font-size:13.5px; }
.prod-card__link{ display:inline-flex; align-items:center; gap:6px; font-size:13px; font-weight:700; color:var(--azul); }
.prod-card__link svg{ width:15px; height:15px; transition:var(--transicao); }
.prod-card__link:hover svg{ transform:translateX(3px); }

/* =========================================================================
   FAIXA DE CONFIANÇA
   ========================================================================= */
.confianca{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; }
.confianca__item{ display:flex; gap:14px; align-items:flex-start; }
.confianca__ic{ width:44px; height:44px; border-radius:11px; background:rgba(255,255,255,.1); display:flex; align-items:center; justify-content:center; flex:none; }
.confianca__ic svg{ width:23px; height:23px; color:var(--vermelho); }
.confianca__item h3{ font-size:15.5px; color:#fff; margin-bottom:4px; }
.confianca__item p{ font-size:13.5px; color:rgba(255,255,255,.75); margin:0; }

/* =========================================================================
   FAQ
   ========================================================================= */
.faq{ max-width:820px; margin:40px auto 0; }
.faq__item{ border:1px solid var(--borda); border-radius:var(--radius-sm); margin-bottom:12px; background:#fff; overflow:hidden; }
.faq__q{ width:100%; text-align:left; background:none; border:0; padding:18px 22px; font-size:15.5px; font-weight:700; color:var(--azul); display:flex; justify-content:space-between; gap:16px; align-items:center; }
.faq__q::after{ content:"+"; font-size:22px; color:var(--vermelho); transition:var(--transicao); }
.faq__item.aberto .faq__q::after{ transform:rotate(45deg); }
.faq__a{ max-height:0; overflow:hidden; transition:max-height .3s ease; }
.faq__a p{ padding:0 22px 20px; margin:0; color:var(--texto-suave); font-size:14.5px; }

/* =========================================================================
   CTA FINAL
   ========================================================================= */
.cta-final{ background:linear-gradient(135deg,var(--azul) 0%,var(--azul-escuro) 100%); border-radius:var(--radius); padding:54px 40px; text-align:center; color:#fff; position:relative; overflow:hidden; }
.cta-final::before{ content:""; position:absolute; right:-60px; top:-60px; width:280px; height:280px; border-radius:50%; background:radial-gradient(circle,rgba(227,30,36,.3),transparent 70%); }
.cta-final h2{ font-size:clamp(24px,3vw,34px); position:relative; }
.cta-final p{ color:rgba(255,255,255,.85); margin:14px auto 26px; max-width:560px; position:relative; }

/* =========================================================================
   FORMULÁRIO (orçamento)
   ========================================================================= */
.form-card{ background:#fff; border:1px solid var(--borda); border-radius:var(--radius); padding:34px; box-shadow:var(--sombra); }
.campo{ margin-bottom:18px; }
.campo label{ display:block; font-size:13.5px; font-weight:700; color:var(--texto); margin-bottom:7px; }
.campo label .req{ color:var(--vermelho); }
.campo input,.campo select,.campo textarea{
  width:100%; padding:13px 15px; border:1.5px solid var(--borda-forte); border-radius:9px; font-size:15px; font-family:inherit; color:var(--texto); background:#fff;
}
.campo input:focus,.campo select:focus,.campo textarea:focus{ outline:none; border-color:var(--azul); }
.campo textarea{ resize:vertical; min-height:110px; }
.campo-2{ display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.lgpd-box{ display:flex; gap:11px; align-items:flex-start; background:var(--bg); border:1px solid var(--borda); border-radius:9px; padding:14px 16px; margin:6px 0 22px; }
.lgpd-box input{ width:18px; height:18px; margin-top:2px; flex:none; accent-color:var(--azul); }
.lgpd-box label{ font-size:12.5px; color:var(--texto-suave); line-height:1.5; font-weight:500; margin:0; }
.lgpd-box a{ color:var(--azul); font-weight:700; text-decoration:underline; }

/* =========================================================================
   RODAPÉ
   ========================================================================= */
.rodape{ background:var(--azul-noite); color:rgba(255,255,255,.7); padding:60px 0 0; font-size:14px; }
.rodape__top{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1.1fr; gap:40px; padding-bottom:44px; border-bottom:1px solid rgba(255,255,255,.1); }
.rodape h4{ color:#fff; font-size:13px; letter-spacing:.12em; text-transform:uppercase; margin-bottom:18px; }
.rodape__sobre .marca{ font-size:24px; font-weight:800; margin-bottom:14px; }
.rodape__sobre .marca b{ color:#fff; } .rodape__sobre .marca i{ color:var(--vermelho); font-style:normal; }
.rodape__sobre p{ max-width:300px; line-height:1.7; }
.rodape ul{ list-style:none; margin:0; padding:0; }
.rodape ul li{ margin-bottom:11px; }
.rodape ul a:hover{ color:#fff; }
.rodape__contato li{ display:flex; gap:10px; align-items:flex-start; }
.rodape__contato svg{ width:17px; height:17px; color:var(--vermelho); flex:none; margin-top:3px; }
.rodape__bottom{ display:flex; justify-content:space-between; align-items:center; gap:16px; padding:22px 0; flex-wrap:wrap; font-size:12.5px; color:rgba(255,255,255,.5); }
.rodape__bottom a{ color:rgba(255,255,255,.7); } .rodape__bottom a:hover{ color:#fff; }
.selo-2008{ display:inline-flex; align-items:center; gap:8px; border:1px solid rgba(255,255,255,.2); border-radius:30px; padding:6px 14px; font-size:12px; font-weight:700; color:#fff; }
.selo-2008 b{ color:var(--vermelho); }

/* =========================================================================
   WHATSAPP FLUTUANTE + COOKIES
   ========================================================================= */
.wpp-float{ position:fixed; right:22px; bottom:22px; z-index:80; width:58px; height:58px; border-radius:50%; background:#25D366; box-shadow:0 8px 24px rgba(0,0,0,.28); display:flex; align-items:center; justify-content:center; transition:var(--transicao); }
.wpp-float:hover{ transform:scale(1.07); }
.wpp-float svg{ width:32px; height:32px; color:#fff; }

.cookies{ position:fixed; left:22px; right:22px; bottom:22px; z-index:90; max-width:560px; background:#fff; border:1px solid var(--borda); border-radius:var(--radius); box-shadow:var(--sombra-lg); padding:20px 22px; display:none; }
.cookies.show{ display:block; }
.cookies p{ font-size:13px; color:var(--texto-suave); margin:0 0 14px; line-height:1.55; }
.cookies p a{ color:var(--azul); font-weight:700; text-decoration:underline; }
.cookies__acoes{ display:flex; gap:10px; }
.cookies__acoes .btn{ padding:10px 18px; font-size:13.5px; }

/* =========================================================================
   PÁGINAS INTERNAS — cabeçalho de seção
   ========================================================================= */
.page-head{ background:linear-gradient(135deg,var(--azul-noite),var(--azul)); color:#fff; padding:48px 0; position:relative; overflow:hidden; }
.page-head::before{ content:""; position:absolute; inset:0; opacity:.4; background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px); background-size:46px 46px; }
.breadcrumb{ position:relative; font-size:12.5px; color:rgba(255,255,255,.6); margin-bottom:14px; display:flex; gap:8px; align-items:center; }
.breadcrumb a:hover{ color:#fff; } .breadcrumb span{ color:var(--vermelho); }
.page-head h1{ position:relative; font-size:clamp(26px,3.6vw,40px); }
.page-head p{ position:relative; color:rgba(255,255,255,.82); margin:12px 0 0; max-width:640px; }

/* conteúdo de texto (políticas, quem somos) */
.prosa{ max-width:820px; margin:0 auto; }
.prosa h2{ color:var(--azul); font-size:22px; margin:38px 0 14px; }
.prosa h3{ color:var(--azul); font-size:17px; margin:26px 0 10px; }
.prosa p{ color:var(--texto); margin:0 0 14px; }
.prosa ul{ margin:0 0 16px; padding-left:22px; color:var(--texto); }
.prosa li{ margin-bottom:7px; }
.prosa a{ color:var(--azul); text-decoration:underline; }
.prosa .nota{ background:var(--bg); border-left:3px solid var(--vermelho); padding:16px 20px; border-radius:0 9px 9px 0; color:var(--texto-suave); font-size:14.5px; }

/* =========================================================================
   PÁGINA DE PRODUTO
   ========================================================================= */
.prod-detalhe{ display:grid; grid-template-columns:1fr 1fr; gap:46px; align-items:start; }
.prod-detalhe__img{ aspect-ratio:1/1; background:#EEF2FB; border-radius:var(--radius); display:flex; align-items:center; justify-content:center; border:1px solid var(--borda); color:#B7C2DA; }
.prod-detalhe__img svg{ width:96px; height:96px; opacity:.55; }
.prod-detalhe__cat{ font-size:12px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:var(--vermelho); }
.prod-detalhe h1{ font-size:clamp(24px,3vw,34px); color:var(--azul); margin:10px 0 16px; }
.prod-detalhe__desc{ color:var(--texto-suave); margin-bottom:24px; }
.specs{ list-style:none; margin:0 0 26px; padding:0; border-top:1px solid var(--borda); }
.specs li{ display:flex; justify-content:space-between; gap:16px; padding:12px 2px; border-bottom:1px solid var(--borda); font-size:14.5px; }
.specs li b{ color:var(--texto); } .specs li span{ color:var(--texto-suave); }
.prod-detalhe__ctas{ display:flex; flex-wrap:wrap; gap:12px; }

/* =========================================================================
   RESPONSIVO
   ========================================================================= */
@media (max-width:1024px){
  .cat-grid,.prod-grid{ grid-template-columns:repeat(3,1fr); }
  .confianca{ grid-template-columns:repeat(2,1fr); }
  .rodape__top{ grid-template-columns:1fr 1fr; gap:32px; }
  .prod-detalhe{ grid-template-columns:1fr; gap:28px; }
  .util__row{ grid-template-columns:repeat(2,1fr); }
  .barra-aviso__bens span:nth-child(3){ display:none; }
  .subnav__fone{ display:none; }
  .dd__panel{ width:300px; }
}
@media (max-width:760px){
  body{ overflow-x:clip; } /* clip não cria contexto de rolagem, então não quebra o position:sticky do .topo */
  /* cabeçalho: logo + ações na 1ª linha, busca full-width na 2ª */
  .topo__row{ gap:14px; padding:10px 16px; }
  .busca{ order:3; flex:1 1 100%; max-width:none; }
  .topo__local{ display:none; }
  .topo__wpp{ display:none; }
  .menu-toggle{ display:block; margin-left:auto; }
  .barra-aviso__bens{ display:none; }
  .barra-aviso__row{ justify-content:center; padding:6px 16px; }
  .barra-aviso{ font-size:11.5px; }

  /* subnav vira menu lateral acionado pelo hambúrguer */
  .subnav{ display:none; }
  .subnav.aberto{ display:block; }
  .subnav.aberto .subnav__row{ flex-direction:column; align-items:stretch; gap:0; padding:8px 0; }
  .subnav.aberto .subnav__links{ flex-direction:column; align-items:stretch; }
  .subnav.aberto .subnav__links a{ padding:14px 22px; border-bottom:1px solid rgba(255,255,255,.08); border-radius:0; }
  .subnav.aberto .dd{ order:-1; }
  .subnav.aberto .dd__btn{ width:100%; justify-content:flex-start; }
  /* no mobile o painel de categorias fica embutido (não flutua) */
  .subnav.aberto .dd__panel{ position:static; width:auto; box-shadow:none; border-radius:0; max-height:none; background:rgba(255,255,255,.04); }
  .subnav.aberto .dd__head{ color:rgba(255,255,255,.5); }
  .subnav.aberto .dd__item{ color:#fff; }
  .subnav.aberto .dd__item:hover{ background:rgba(255,255,255,.08); }
  .subnav.aberto .dd__txt b{ color:#fff; }
  .subnav.aberto .dd__txt small{ color:rgba(255,255,255,.6); }
  .subnav.aberto .dd__ic{ background:rgba(255,255,255,.1); }
  .subnav.aberto .dd__ic svg{ color:#fff; }
  .subnav.aberto .dd__foot{ border-color:rgba(255,255,255,.1); }
  .subnav.aberto .dd__foot a{ color:#fff; }

  .banner__wrap{ padding:40px 0 44px; }
  .banner--compacto .banner__wrap{ padding:24px 0 98px; }
  .vitrine-top{ margin-top:-84px; }
  .carrossel__nav{ display:none; }      /* no mobile, arrasta para o lado */
  .carrossel .prod-card{ flex:0 0 70%; }
  .banner h1{ font-size:28px; }
  .util__row{ grid-template-columns:1fr; margin-top:-26px; }
  .util--secao .util__row{ margin-top:0; }
  .secao{ padding:52px 0; }
  .cat-grid,.prod-grid{ grid-template-columns:repeat(2,1fr); }
  .passos{ grid-template-columns:1fr; }
  .confianca{ grid-template-columns:1fr; }
  .campo-2{ grid-template-columns:1fr; }
  .rodape__top{ grid-template-columns:1fr; gap:28px; }
  .cta-final{ padding:40px 24px; }
}
@media (max-width:430px){
  .cat-grid,.prod-grid{ grid-template-columns:1fr 1fr; gap:12px; }
  .topo__logo .marca{ font-size:23px; }
}

/* acessibilidade: foco visível + movimento reduzido */
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{ outline:3px solid rgba(13,32,92,.4); outline-offset:2px; }
@media (prefers-reduced-motion:reduce){ *{ animation:none!important; transition:none!important; scroll-behavior:auto!important; } }


/* Imagens reais dos equipamentos */
.prod-card__img img,
.prod-detalhe__img img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
  padding:12px;
  background:#fff;
}
.prod-card__img--foto{
  background:#fff;
}
.prod-detalhe__img{
  background:#fff;
  overflow:hidden;
}
.hubloc-empty{
  color:var(--texto-suave);
  background:#fff;
  border:1px solid var(--borda);
  border-radius:var(--radius);
  padding:24px;
}

/* =========================================================================
   AJUSTE HOME FINAL — banner compacto + vitrine visível + carrossel sem card cortado
   Cole este bloco no FIM do hubloc.css.
   ========================================================================= */
@media (min-width:761px){
  .banner.banner--compacto .banner__wrap,
  .banner.banner-rotativo .banner__wrap{
    padding:10px 0 28px !important;
    min-height:178px !important;
    max-width:720px !important;
    display:flex !important;
    align-items:center !important;
  }

  .banner.banner--compacto h1,
  .banner.banner-rotativo h1,
  .banner-slide h1{
    font-size:clamp(22px,2.15vw,32px) !important;
    line-height:1.04 !important;
    max-width:680px !important;
    margin:8px 0 0 !important;
    letter-spacing:-.02em !important;
  }

  .banner.banner--compacto .eyebrow,
  .banner.banner-rotativo .eyebrow,
  .banner-slide .eyebrow{
    font-size:10.5px !important;
    letter-spacing:.22em !important;
    margin-bottom:8px !important;
  }

  .banner__ctas{
    gap:10px !important;
    margin-top:14px !important;
  }

  .banner__ctas .btn{
    padding:9px 18px !important;
    min-height:40px !important;
    font-size:13px !important;
    border-radius:9px !important;
  }

  .banner__ctas .btn svg{
    width:16px !important;
    height:16px !important;
  }

  /* A vitrine deixa de invadir o banner: fica visível, limpa e logo abaixo */
  .vitrine-top{
    margin-top:0 !important;
    padding:18px 0 34px !important;
    background:var(--bg) !important;
  }

  .vitrine-top .secao__head{
    margin-bottom:12px !important;
    align-items:center !important;
  }

  .vitrine-top .eyebrow,
  .vitrine-top .eyebrow--branco{
    color:var(--vermelho) !important;
    font-size:10px !important;
    letter-spacing:.20em !important;
    margin-bottom:5px !important;
  }

  .vitrine-top .eyebrow--branco::before{
    background:
      radial-gradient(circle at 4px 50%, var(--vermelho) 3px, transparent 3.5px),
      radial-gradient(circle at 22px 50%, var(--azul) 3px, transparent 3.5px),
      linear-gradient(var(--borda-forte),var(--borda-forte)) !important;
    background-size:100% 100%,100% 100%,18px 2px !important;
    background-position:0 0,0 0,4px 50% !important;
    background-repeat:no-repeat !important;
  }

  .vitrine-top .titulo-secao{
    color:var(--azul) !important;
    font-size:clamp(22px,2.2vw,30px) !important;
    line-height:1.02 !important;
  }

  .vitrine-top .secao__vermais,
  .vitrine-top .secao__vermais--branco{
    color:var(--azul) !important;
    font-size:13.5px !important;
  }

  /* Carrossel: 5 cards exatos no desktop, sem aparecer pedaço do próximo */
  .carrossel{
    overflow:visible !important;
  }

  .carrossel__track{
    display:flex !important;
    gap:14px !important;
    padding:0 !important;
    margin:0 !important;
    overflow-x:hidden !important;
    scroll-behavior:smooth !important;
    scroll-snap-type:x mandatory !important;
  }

  .carrossel .prod-card{
    flex:0 0 calc((100% - 56px) / 5) !important;
    min-width:0 !important;
    scroll-snap-align:start !important;
  }

  .carrossel .prod-card__img{
    height:118px !important;
    aspect-ratio:auto !important;
    background:#fff !important;
  }

  .carrossel .prod-card__img img{
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    padding:10px !important;
  }

  .carrossel .prod-card__body{
    padding:10px 12px 12px !important;
    min-height:128px !important;
    gap:6px !important;
  }

  .carrossel .prod-card__cat{
    font-size:9.5px !important;
    line-height:1.35 !important;
    letter-spacing:.10em !important;
  }

  .carrossel .prod-card h3{
    font-size:13.5px !important;
    line-height:1.18 !important;
  }

  .carrossel .prod-card__cta .btn{
    min-height:38px !important;
    padding:8px 10px !important;
    font-size:12.5px !important;
  }

  .carrossel .prod-card__cta .btn svg{
    width:15px !important;
    height:15px !important;
  }

  .carrossel__nav{
    width:38px !important;
    height:38px !important;
    top:50% !important;
  }

  .carrossel__nav--prev{ left:-10px !important; }
  .carrossel__nav--next{ right:-10px !important; }
}

@media (max-width:1200px) and (min-width:761px){
  .carrossel .prod-card{
    flex-basis:calc((100% - 42px) / 4) !important;
  }
}

@media (max-width:760px){
  .banner.banner--compacto .banner__wrap,
  .banner.banner-rotativo .banner__wrap{
    padding:18px 0 28px !important;
    min-height:180px !important;
  }

  .banner.banner--compacto h1,
  .banner.banner-rotativo h1,
  .banner-slide h1{
    font-size:24px !important;
    line-height:1.08 !important;
    margin-top:8px !important;
  }

  .banner__ctas{
    margin-top:14px !important;
    gap:8px !important;
  }

  .banner__ctas .btn{
    padding:9px 13px !important;
    font-size:12.5px !important;
  }

  .vitrine-top{
    margin-top:0 !important;
    padding:16px 0 30px !important;
    background:var(--bg) !important;
  }

  .vitrine-top .titulo-secao{
    color:var(--azul) !important;
    font-size:25px !important;
  }

  .vitrine-top .eyebrow,
  .vitrine-top .eyebrow--branco,
  .vitrine-top .secao__vermais,
  .vitrine-top .secao__vermais--branco{
    color:var(--azul) !important;
  }

  .carrossel__track{
    overflow-x:auto !important;
    gap:12px !important;
    padding:0 !important;
    margin:0 !important;
  }

  .carrossel .prod-card{
    flex:0 0 72% !important;
  }
}
/* Logo original Hub Loc no topo */
.topo__logo{
  display:flex;
  align-items:center;
  flex:none;
}

.logo-hubloc{
  display:block;
  height:64px;
  width:auto;
  max-width:170px;
  object-fit:contain;
}

/* segurança caso o texto antigo ainda exista em alguma página */
.topo__logo .marca{
  display:none;
}

@media (max-width:760px){
  .logo-hubloc{
    height:30px;
    max-width:145px;
  }
}

/* Footer: usar a mesma logo do topo e o selo/adesivo azul */
.rodape__brand{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:18px;
}

.rodape__logo-img{
  display:block;
  width:100%;
  max-width:260px;
  height:auto;
  object-fit:contain;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

.rodape__brand p{
  max-width:360px;
  margin:0;
}

.rodape__selo-img{
  display:block;
  width:100%;
  max-width:560px;
  height:auto;
  object-fit:contain;
  border-radius:14px;
  background:transparent !important;
  border:1px solid rgba(255,255,255,.12);
}

@media (max-width:1024px){
  .rodape__selo-img{
    max-width:460px;
  }
}

@media (max-width:760px){
  .rodape__logo-img{
    max-width:220px;
  }
  .rodape__selo-img{
    max-width:100%;
  }
}

/* ---------- Logo do rodapé na home (front-page.php) ---------- */
.rodape .rodape__logo{ display:inline-flex; margin-bottom:14px; }
.rodape .rodape__logo .logo-hubloc{ height:46px; max-width:200px; width:auto; }

/* ---------- Selos do rodapé (NRs + Desde 2008) ---------- */
.rodape__selos{ display:flex; align-items:center; gap:20px; margin-top:18px; flex-wrap:wrap; }
.rodape__selos .rodape__selo{ height:96px; width:auto; display:block; }
@media (max-width:760px){ .rodape__selos .rodape__selo{ height:78px; } }

/* ---------- Ícone de categoria como arte (PNG) ---------- */
.cat-card__ic--img{ width:96px; height:96px; background:#fff; border:1px solid var(--borda); }
.cat-card__ic--img img{ width:76px; height:76px; object-fit:contain; display:block; }
.cat-card:hover .cat-card__ic--img{ background:#fff; border-color:var(--borda-forte); }

/* HAMBURGUER-MOBILE-HUBLOC */
/* =========================================================================
   HAMBÚRGUER MOBILE — botão .menu-toggle
   Desktop: oculto. Mobile (<=760px): 3 barras; vira "X" quando aberto.
   Acionado por initMenu() em hubloc.js (alterna .aberto na .subnav).
   Este bloco fica no FIM do arquivo de propósito: garante a ordem de cascata.
   ========================================================================= */
.menu-toggle{ display:none; }

@media (max-width:760px){
  .menu-toggle{
    display:flex; flex-direction:column; justify-content:center; gap:5px;
    width:44px; height:44px; padding:0; margin-left:auto; flex:0 0 auto;
    background:transparent; border:0; cursor:pointer;
  }
  .menu-toggle span{
    display:block; width:24px; height:3px; border-radius:2px;
    background:#fff; transition:transform .25s ease, opacity .2s ease;
  }
  .menu-toggle[aria-expanded="true"] span:nth-child(1){ transform:translateY(8px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2){ opacity:0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3){ transform:translateY(-8px) rotate(-45deg); }

  /* Orçamento mais compacto para conviver bem ao lado do hambúrguer */
  .topo__acoes .btn--orcamento{ padding:10px 14px; font-size:.92rem; }
}

/* ===================================================================
   Pagina de produto (single-produto.php) — conteudo descritivo
   Adicionado por Castro Intelligence. Usa os tokens de marca do :root.
   =================================================================== */
.prod-detalhe__lead{ color:var(--texto-suave); margin:0 0 24px; }
.prod-detalhe__lead p{ margin:0 0 10px; line-height:1.6; }
.prod-detalhe__lead p:last-child{ margin-bottom:0; }

.prod-conteudo{ max-width:860px; }
.prod-conteudo h3{
  font-size:18px; color:var(--azul); margin:30px 0 12px;
  padding-bottom:8px; border-bottom:1px solid var(--borda);
}
.prod-conteudo > h3:first-child{ margin-top:0; }
.prod-conteudo p{ color:var(--texto); line-height:1.65; margin:0 0 12px; }
.prod-conteudo ul{ list-style:none; margin:0 0 18px; padding:0; }
.prod-conteudo li{
  position:relative; padding:7px 0 7px 22px; color:var(--texto);
  line-height:1.55; border-bottom:1px solid var(--borda);
}
.prod-conteudo li:last-child{ border-bottom:0; }
.prod-conteudo li::before{
  content:""; position:absolute; left:3px; top:14px;
  width:7px; height:7px; border-radius:2px; background:var(--vermelho);
}

/* Figura/esquema opcional na pagina de produto */
.prod-figura{ margin:0; text-align:center; }
.prod-figura img{
  max-width:560px; width:100%; height:auto; display:inline-block;
  background:#fff; border:1px solid var(--borda); border-radius:var(--radius);
  padding:10px;
}
.prod-figura figcaption{
  margin-top:10px; font-size:13px; color:var(--texto-suave);
}

/* ===== Endereço clicável -> Google Maps / Waze ===== */
a.topo__local{ text-decoration:none; cursor:pointer; }
a.topo__local:hover b{ text-decoration:underline; }

.rodape__endereco{ color:inherit; text-decoration:none; }
.rodape__endereco:hover{ text-decoration:underline; }
.rodape__rota{
  display:inline-block; margin-top:6px;
  font-size:12.5px; font-weight:600;
  color:var(--vermelho); text-decoration:none;
}
.rodape__rota:hover{ text-decoration:underline; }

/* =========================================================================
   MOBILE ACCESSIBILITY PATCH — Android-first
   Ajustes adicionados para melhorar leitura, toque, performance visual e
   navegação em smartphones estreitos (360–430px).
   ========================================================================= */

/* Evita vazamento horizontal provocado por grids, botões e imagens grandes. */
html, body{ max-width:100%; overflow-x:hidden; }

@media (max-width:760px){
  :root{
    --radius:12px;
    --radius-sm:9px;
  }

  body{
    font-size:16px;
    line-height:1.58;
    text-rendering:optimizeLegibility;
  }

  .container{
    padding-left:16px;
    padding-right:16px;
  }

  .secao{
    padding:42px 0;
  }

  .titulo-secao{
    font-size:26px !important;
    line-height:1.12 !important;
  }

  .sub-secao,
  .banner .lead,
  .prosa p,
  .prod-conteudo p,
  .prod-conteudo li{
    font-size:15.5px;
    line-height:1.65;
  }

  /* Cabeçalho compacto: logo + orçamento + menu na primeira linha; busca na segunda. */
  .cabecalho .container{
    padding-left:10px;
    padding-right:10px;
  }

  .topo__row{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:10px;
    padding:9px 0 10px !important;
  }

  .topo__logo{
    min-width:0;
    flex:0 1 auto;
  }

  .topo .logo-hubloc,
  .logo-hubloc{
    height:36px !important;
    max-width:138px !important;
  }

  .topo__acoes{
    margin-left:auto;
    gap:8px;
    flex:0 0 auto;
  }

  .topo__acoes .btn--orcamento{
    min-height:44px;
    padding:9px 12px !important;
    font-size:13.5px !important;
    border-radius:10px;
  }

  .topo__acoes .btn--orcamento svg{
    width:18px;
    height:18px;
  }

  .menu-toggle{
    width:44px !important;
    height:44px !important;
    border-radius:10px;
    background:rgba(255,255,255,.08) !important;
  }

  .busca{
    order:3;
    flex:1 0 100%;
    min-width:0;
    border-radius:10px;
  }

  .busca input{
    height:46px;
    font-size:16px; /* evita zoom automático no Chrome Android */
    padding:0 13px;
  }

  .busca button{
    min-width:46px;
    padding:0 13px;
  }

  /* Menu mobile mais parecido com painel: maior área de toque e leitura limpa. */
  .subnav.aberto{
    display:block;
    position:sticky;
    top:0;
    z-index:59;
    max-height:calc(100dvh - 76px);
    overflow-y:auto;
    overscroll-behavior:contain;
    border-top:1px solid rgba(255,255,255,.08);
    box-shadow:0 16px 36px rgba(0,0,0,.22);
  }

  .subnav.aberto .subnav__row{
    padding:8px 0 14px;
  }

  .subnav.aberto .subnav__links a,
  .subnav.aberto .dd__btn,
  .subnav.aberto .dd__item,
  .subnav.aberto .dd__foot a{
    min-height:48px;
    display:flex;
    align-items:center;
  }

  .subnav.aberto .dd__panel{
    padding:4px 0 8px;
  }

  .subnav.aberto .dd__item{
    padding:10px 18px;
  }

  .subnav.aberto .dd__txt b{
    font-size:14.5px;
  }

  .subnav.aberto .dd__txt small{
    font-size:12.2px;
  }

  /* Hero: menos altura, CTA legível e sem esmagar conteúdo abaixo. */
  #hl-hero-rotativo .banner__wrap,
  .banner.banner--compacto .banner__wrap,
  .banner.banner-rotativo .banner__wrap{
    min-height:auto !important;
    padding:22px 0 24px !important;
  }

  #hl-hero-rotativo .eyebrow,
  .banner-slide .eyebrow{
    font-size:10.5px !important;
    line-height:1.35;
    letter-spacing:.16em !important;
  }

  #hl-hero-rotativo h1,
  .banner.banner--compacto h1,
  .banner.banner-rotativo h1,
  .banner-slide h1{
    font-size:26px !important;
    line-height:1.1 !important;
    max-width:100% !important;
  }

  .banner__ctas{
    width:100%;
    display:grid !important;
    grid-template-columns:1fr;
    gap:10px !important;
  }

  .banner__ctas .btn{
    width:100%;
    min-height:46px;
    padding:11px 14px !important;
    font-size:14px !important;
    white-space:normal;
    text-align:center;
  }

  /* Cards: produto em uma coluna no Android comum; categoria pode manter duas. */
  .prod-grid{
    grid-template-columns:1fr !important;
    gap:14px !important;
  }

  .cat-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:12px !important;
  }

  .cat-card{
    padding:18px 10px 26px;
  }

  .cat-card__ic--img{
    width:74px;
    height:74px;
    border-radius:14px;
  }

  .cat-card__ic--img img{
    width:62px;
    height:62px;
  }

  .cat-card h3{
    font-size:14px;
    line-height:1.2;
  }

  .cat-card span{
    font-size:11.5px;
    line-height:1.35;
  }

  .prod-card{
    border-radius:13px;
  }

  .prod-card__img{
    aspect-ratio:16/10;
  }

  .prod-card__body{
    padding:14px 14px 16px;
  }

  .prod-card h3{
    font-size:17px;
    line-height:1.25;
  }

  .prod-card__cat{
    font-size:11px;
  }

  .prod-card__cta .btn,
  .btn--bloco{
    min-height:46px;
    font-size:14px;
  }

  .prod-card__link{
    min-height:44px;
    align-items:center;
  }

  /* Carrossel da home: 1 card por vez, com arraste natural no Android. */
  .carrossel{
    overflow:visible !important;
  }

  .carrossel__track{
    overflow-x:auto !important;
    scroll-snap-type:x mandatory !important;
    -webkit-overflow-scrolling:touch !important;
    padding:2px 16px 6px 0 !important;
    gap:12px !important;
    scrollbar-width:none !important;
  }

  .carrossel__track::-webkit-scrollbar{
    display:none !important;
  }

  .carrossel .prod-card{
    flex:0 0 86% !important;
    scroll-snap-align:start !important;
  }

  .carrossel .prod-card__img{
    height:150px !important;
  }

  .carrossel .prod-card__body{
    min-height:auto !important;
  }

  /* Página de produto: imagem menor e CTA com área de toque maior. */
  .prod-detalhe{
    gap:22px !important;
  }

  .prod-detalhe__img{
    aspect-ratio:4/3;
  }

  .specs li{
    display:grid;
    grid-template-columns:1fr;
    gap:2px;
    font-size:14.5px;
  }

  .prod-detalhe__ctas .btn{
    width:100%;
    min-height:48px;
  }

  .prod-conteudo h3{
    font-size:18px;
    line-height:1.25;
  }

  /* Formulário: mais fácil de usar com dedo. */
  .form-card{
    padding:20px 16px;
  }

  .campo input,
  .campo select,
  .campo textarea{
    min-height:48px;
    font-size:16px;
  }

  .lgpd-box{
    padding:14px;
  }

  .lgpd-box label{
    font-size:13px;
  }

  /* Rodapé e CTA final mais compactos. */
  .cta-final{
    padding:32px 18px;
  }

  .rodape{
    padding-top:42px;
  }

  .rodape__top{
    gap:24px !important;
  }

  /* Cookies não podem cobrir o WhatsApp flutuante. */
  .cookies{
    left:12px;
    right:12px;
    bottom:84px;
    padding:16px;
    max-height:52vh;
    overflow:auto;
  }

  .cookies__acoes{
    display:grid;
    grid-template-columns:1fr;
  }

  .cookies__acoes .btn{
    width:100%;
    min-height:44px;
  }

  .wpp-float{
    width:56px;
    height:56px;
    right:16px;
    bottom:max(16px, env(safe-area-inset-bottom));
  }
}

@media (max-width:380px){
  .topo .logo-hubloc,
  .logo-hubloc{
    max-width:122px !important;
  }

  .topo__acoes .btn--orcamento{
    padding:9px 10px !important;
    font-size:13px !important;
  }

  .cat-grid{
    grid-template-columns:1fr !important;
  }
}

/* ========================================================================
   PATCH MOBILE 02 — Header Android: mapa + menu alinhado
   Adicionado para exibir o pin de localização no mobile e corrigir o botão
   hambúrguer apertado/desalinhado no cabeçalho.
   ======================================================================== */
@media (max-width:760px){
  .topo__row{
    gap:8px !important;
  }

  .topo__acoes{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:6px !important;
    margin-left:auto !important;
    min-width:0 !important;
  }

  /* Reativa o link de endereço no mobile como ícone compacto. */
  .topo__local{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
    min-height:40px !important;
    padding:0 !important;
    border-radius:12px !important;
    background:rgba(255,255,255,.08) !important;
    color:#fff !important;
    text-decoration:none !important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.08) !important;
    -webkit-tap-highlight-color:transparent;
  }

  .topo__local svg{
    width:21px !important;
    height:21px !important;
    color:var(--vermelho) !important;
  }

  /* No celular, texto do endereço some; fica só o ícone. */
  .topo__local span{
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    padding:0 !important;
    margin:-1px !important;
    overflow:hidden !important;
    clip:rect(0,0,0,0) !important;
    white-space:nowrap !important;
    border:0 !important;
  }

  .topo__local:active,
  .menu-toggle:active,
  .topo__acoes .btn--orcamento:active{
    transform:translateY(1px);
  }

  .topo__acoes .btn--orcamento{
    min-height:40px !important;
    height:40px !important;
    padding:8px 11px !important;
    border-radius:12px !important;
    font-size:13px !important;
    gap:7px !important;
    box-shadow:none !important;
  }

  .topo__acoes .btn--orcamento svg{
    width:17px !important;
    height:17px !important;
  }

  /* Correção principal do hambúrguer: sem margin-left:auto dentro das ações. */
  .menu-toggle{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex-direction:column !important;
    gap:4px !important;
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
    min-height:40px !important;
    margin-left:0 !important;
    padding:0 !important;
    border-radius:12px !important;
    background:rgba(255,255,255,.08) !important;
    border:1px solid rgba(255,255,255,.10) !important;
    cursor:pointer !important;
    -webkit-tap-highlight-color:transparent;
  }

  .menu-toggle span{
    width:22px !important;
    height:2px !important;
    border-radius:999px !important;
    background:#fff !important;
    margin:0 !important;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1){
    transform:translateY(6px) rotate(45deg) !important;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2){
    opacity:0 !important;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3){
    transform:translateY(-6px) rotate(-45deg) !important;
  }
}

@media (max-width:390px){
  .topo .logo-hubloc,
  .logo-hubloc{
    max-width:116px !important;
  }

  .topo__acoes{
    gap:5px !important;
  }

  .topo__local,
  .menu-toggle{
    width:38px !important;
    height:38px !important;
    min-width:38px !important;
    min-height:38px !important;
  }

  .topo__acoes .btn--orcamento{
    height:38px !important;
    min-height:38px !important;
    padding:7px 9px !important;
    font-size:12.5px !important;
  }
}

/* ========================================================================
   PATCH MOBILE 03 — Header Hub Loc: logo maior + busca mais próxima do hero
   Ajuste: 08/07/2026
   Objetivo: aumentar a marca no topo mobile sem expulsar localização,
   orçamento e menu; reduzir o respiro entre a busca e o breadcrumb.
   ======================================================================== */
@media (max-width:760px){
  .cabecalho .container{
    padding-left:8px !important;
    padding-right:8px !important;
  }

  .topo__row{
    display:flex !important;
    flex-wrap:wrap !important;
    align-items:center !important;
    column-gap:7px !important;
    row-gap:8px !important;
    padding:8px 0 8px !important;
  }

  .topo__logo{
    flex:0 1 auto !important;
    min-width:0 !important;
    max-width:calc(100% - 214px) !important;
  }

  .topo .logo-hubloc,
  .logo-hubloc{
    width:clamp(138px, 39vw, 164px) !important;
    height:auto !important;
    max-width:100% !important;
    object-fit:contain !important;
  }

  .topo__acoes{
    margin-left:auto !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:5px !important;
    flex:0 0 auto !important;
    min-width:0 !important;
  }

  .topo__local,
  .menu-toggle{
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
    min-height:40px !important;
  }

  .topo__acoes .btn--orcamento{
    height:40px !important;
    min-height:40px !important;
    padding:8px 11px !important;
    font-size:13px !important;
    line-height:1 !important;
    gap:7px !important;
    white-space:nowrap !important;
  }

  .busca{
    order:3 !important;
    flex:1 0 100% !important;
    width:100% !important;
    margin:0 !important;
    border-radius:10px !important;
  }

  .busca input{
    height:46px !important;
    padding-left:12px !important;
    padding-right:10px !important;
  }

  .busca button{
    min-width:48px !important;
    padding-left:12px !important;
    padding-right:12px !important;
  }

  .page-head{
    padding:26px 0 34px !important;
  }

  .breadcrumb{
    margin-bottom:10px !important;
  }
}

@media (max-width:390px){
  .topo__logo{
    max-width:calc(100% - 204px) !important;
  }

  .topo .logo-hubloc,
  .logo-hubloc{
    width:clamp(128px, 38vw, 150px) !important;
    height:auto !important;
    max-width:100% !important;
  }

  .topo__local,
  .menu-toggle{
    width:38px !important;
    height:38px !important;
    min-width:38px !important;
    min-height:38px !important;
  }

  .topo__acoes .btn--orcamento{
    height:38px !important;
    min-height:38px !important;
    padding:7px 9px !important;
    font-size:12.5px !important;
  }
}

@media (max-width:360px){
  .topo__row{
    column-gap:5px !important;
  }

  .topo__logo{
    max-width:calc(100% - 196px) !important;
  }

  .topo .logo-hubloc,
  .logo-hubloc{
    width:126px !important;
  }

  .topo__acoes{
    gap:4px !important;
  }

  .topo__acoes .btn--orcamento{
    padding-left:8px !important;
    padding-right:8px !important;
    font-size:12px !important;
  }
}

/* ========================================================================
   PATCH MOBILE 04 — Header celular com logo maior + ações empilhadas
   Ajuste: 08/07/2026
   Escopo: somente smartphones. Não altera desktop/tablet largo.
   Objetivo:
   - Logo Hub Loc maior no mobile.
   - Botão Orçamento maior, ocupando a altura do bloco de ações.
   - Ícone de localização acima do botão hambúrguer.
   - Barra de busca em linha própria.
   - Margem lateral mínima para evitar texto colado na borda da tela.
   ======================================================================== */
@media (max-width:760px){
  /* Margem geral do conteúdo mobile: evita hero/seções grudados na borda. */
  body .container{
    padding-left:18px !important;
    padding-right:18px !important;
  }

  /* Header precisa de margem um pouco menor para caber logo + orçamento + ícones. */
  body .cabecalho .container{
    padding-left:12px !important;
    padding-right:12px !important;
  }

  body .topo__row{
    display:grid !important;
    grid-template-columns:minmax(0, 1fr) auto !important;
    grid-template-areas:
      "logo actions"
      "search search" !important;
    align-items:center !important;
    column-gap:7px !important;
    row-gap:10px !important;
    padding:12px 0 12px !important;
  }

  body .topo__logo{
    grid-area:logo !important;
    display:flex !important;
    align-items:center !important;
    min-width:0 !important;
    max-width:none !important;
  }

  /* Tamanho efetivo da marca no celular. O max-width:100% impede estouro. */
  body .topo .logo-hubloc,
  body .logo-hubloc{
    width:clamp(166px, 51vw, 214px) !important;
    height:auto !important;
    max-width:100% !important;
    object-fit:contain !important;
  }

  body .topo__acoes{
    grid-area:actions !important;
    display:grid !important;
    grid-template-columns:clamp(114px, 31vw, 138px) 42px !important;
    grid-template-rows:42px 42px !important;
    gap:5px !important;
    align-items:stretch !important;
    justify-content:end !important;
    margin-left:0 !important;
    min-width:0 !important;
    flex:initial !important;
  }

  body .topo__selos{
    display:none !important;
  }

  /* Localização: primeiro item da coluna vertical da direita. */
  body .topo__local{
    grid-column:2 !important;
    grid-row:1 !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:42px !important;
    height:42px !important;
    min-width:42px !important;
    min-height:42px !important;
    padding:0 !important;
    border-radius:13px !important;
    background:rgba(255,255,255,.09) !important;
    border:1px solid rgba(255,255,255,.11) !important;
    color:#fff !important;
    text-decoration:none !important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.03) !important;
  }

  body .topo__local svg{
    width:22px !important;
    height:22px !important;
    color:var(--vermelho) !important;
  }

  body .topo__local span{
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    padding:0 !important;
    margin:-1px !important;
    overflow:hidden !important;
    clip:rect(0,0,0,0) !important;
    white-space:nowrap !important;
    border:0 !important;
  }

  /* Orçamento: botão alto entre a logo e a coluna localização/menu. */
  body .topo__acoes .btn--orcamento,
  body .topo__acoes .topo__wpp{
    grid-column:1 !important;
    grid-row:1 / span 2 !important;
    width:100% !important;
    height:89px !important;
    min-height:89px !important;
    padding:0 8px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:7px !important;
    border-radius:15px !important;
    font-size:13.2px !important;
    line-height:1.05 !important;
    font-weight:800 !important;
    white-space:nowrap !important;
    box-shadow:0 5px 14px rgba(227,30,36,.30) !important;
  }

  body .topo__acoes .btn--orcamento svg,
  body .topo__acoes .topo__wpp svg{
    width:18px !important;
    height:18px !important;
    flex:0 0 auto !important;
  }

  /* Menu hambúrguer: segundo item da coluna vertical da direita. */
  body .menu-toggle{
    grid-column:2 !important;
    grid-row:2 !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    flex-direction:column !important;
    gap:4px !important;
    width:42px !important;
    height:42px !important;
    min-width:42px !important;
    min-height:42px !important;
    margin-left:0 !important;
    padding:0 !important;
    border-radius:13px !important;
    background:rgba(255,255,255,.09) !important;
    border:1px solid rgba(255,255,255,.11) !important;
    cursor:pointer !important;
  }

  body .menu-toggle span{
    width:22px !important;
    height:2px !important;
    margin:0 !important;
    border-radius:999px !important;
    background:#fff !important;
  }

  body .menu-toggle[aria-expanded="true"] span:nth-child(1){
    transform:translateY(6px) rotate(45deg) !important;
  }

  body .menu-toggle[aria-expanded="true"] span:nth-child(2){
    opacity:0 !important;
  }

  body .menu-toggle[aria-expanded="true"] span:nth-child(3){
    transform:translateY(-6px) rotate(-45deg) !important;
  }

  /* Busca em linha própria, abaixo do bloco superior. */
  body .busca{
    grid-area:search !important;
    order:initial !important;
    width:100% !important;
    flex:initial !important;
    min-width:0 !important;
    margin:0 !important;
    border-radius:12px !important;
  }

  body .busca input{
    height:52px !important;
    font-size:16px !important;
    padding-left:14px !important;
    padding-right:10px !important;
    text-overflow:ellipsis !important;
  }

  body .busca button{
    min-width:52px !important;
    padding-left:14px !important;
    padding-right:14px !important;
  }

  body .busca button svg{
    width:23px !important;
    height:23px !important;
  }

  /* Corrige o front-page: o CSS inline zerava padding lateral do hero. */
  body #hl-hero-rotativo .container.banner__wrap,
  body .banner.banner--compacto .container.banner__wrap,
  body .banner.banner-rotativo .container.banner__wrap{
    padding-left:18px !important;
    padding-right:18px !important;
  }

  body #hl-hero-rotativo h1,
  body .banner.banner--compacto h1,
  body .banner.banner-rotativo h1,
  body .banner-slide h1{
    max-width:100% !important;
  }

  body .page-head .container,
  body .secao .container,
  body .vitrine-top .container,
  body .prod-detalhe.container{
    padding-left:18px !important;
    padding-right:18px !important;
  }
}

@media (max-width:380px){
  body .cabecalho .container{
    padding-left:10px !important;
    padding-right:10px !important;
  }

  body .topo__row{
    column-gap:6px !important;
  }

  body .topo .logo-hubloc,
  body .logo-hubloc{
    width:clamp(158px, 48vw, 182px) !important;
    max-width:100% !important;
  }

  body .topo__acoes{
    grid-template-columns:112px 40px !important;
    grid-template-rows:40px 40px !important;
    gap:4px !important;
  }

  body .topo__local,
  body .menu-toggle{
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
    min-height:40px !important;
  }

  body .topo__acoes .btn--orcamento,
  body .topo__acoes .topo__wpp{
    height:84px !important;
    min-height:84px !important;
    font-size:12.8px !important;
  }
}

@media (max-width:345px){
  body .topo .logo-hubloc,
  body .logo-hubloc{
    width:146px !important;
  }

  body .topo__acoes{
    grid-template-columns:104px 38px !important;
    grid-template-rows:38px 38px !important;
  }

  body .topo__local,
  body .menu-toggle{
    width:38px !important;
    height:38px !important;
    min-width:38px !important;
    min-height:38px !important;
  }

  body .topo__acoes .btn--orcamento,
  body .topo__acoes .topo__wpp{
    height:80px !important;
    min-height:80px !important;
    font-size:12px !important;
  }
}

/* =========================================================
   PATCH MOBILE 05 — Ajuste fino: botão Orçamento menor
   ---------------------------------------------------------
   Objetivo: manter a estrutura mobile da versão anterior,
   reduzindo apenas a altura visual do botão Orçamento para
   ficar proporcional à altura das letras da logo.
========================================================= */
@media (max-width:760px){
  body .topo__acoes .btn--orcamento,
  body .topo__acoes .topo__wpp{
    height:58px !important;
    min-height:58px !important;
    align-self:center !important;
    padding:0 12px !important;
    border-radius:14px !important;
  }
}

@media (max-width:380px){
  body .topo__acoes .btn--orcamento,
  body .topo__acoes .topo__wpp{
    height:54px !important;
    min-height:54px !important;
    padding:0 10px !important;
  }
}

@media (max-width:345px){
  body .topo__acoes .btn--orcamento,
  body .topo__acoes .topo__wpp{
    height:50px !important;
    min-height:50px !important;
    padding:0 8px !important;
  }
}

/* =========================================================
   PATCH MOBILE 06 — Mapa mobile + botão Orçamento mais compacto
   ---------------------------------------------------------
   - Pin de localização abre um painel com Waze / Google Maps no celular.
   - Botão Orçamento do topo fica menor para alinhar melhor com a logo.
========================================================= */
.topo__mapnav[hidden]{
  display:none !important;
}

.topo__mapnav{
  display:none;
}

@media (max-width:760px){
  body .topo__mapnav{
    width:calc(100% - 36px) !important;
    margin:0 auto 10px !important;
    padding:8px !important;
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:8px !important;
    background:rgba(255,255,255,.08) !important;
    border:1px solid rgba(255,255,255,.13) !important;
    border-radius:14px !important;
    box-shadow:0 12px 30px rgba(0,0,0,.18) !important;
  }

  body .topo__mapnav[hidden]{
    display:none !important;
  }

  body .topo__mapnav a{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:42px !important;
    padding:10px 8px !important;
    border-radius:11px !important;
    background:rgba(10,22,58,.72) !important;
    border:1px solid rgba(255,255,255,.14) !important;
    color:#fff !important;
    text-decoration:none !important;
    font-size:13px !important;
    font-weight:800 !important;
    line-height:1.1 !important;
    text-align:center !important;
  }

  body .topo__mapnav a:active{
    transform:translateY(1px) !important;
  }

  body .topo__acoes{
    grid-template-columns:clamp(104px, 27vw, 116px) 42px !important;
  }

  body .topo__acoes .btn--orcamento,
  body .topo__acoes .topo__wpp{
    width:100% !important;
    height:48px !important;
    min-height:48px !important;
    padding:0 7px !important;
    border-radius:13px !important;
    gap:5px !important;
    font-size:12.2px !important;
    line-height:1 !important;
    align-self:center !important;
    letter-spacing:-.01em !important;
  }

  body .topo__acoes .btn--orcamento svg,
  body .topo__acoes .topo__wpp svg{
    width:16px !important;
    height:16px !important;
  }
}

@media (max-width:380px){
  body .topo__acoes{
    grid-template-columns:100px 40px !important;
  }

  body .topo__acoes .btn--orcamento,
  body .topo__acoes .topo__wpp{
    height:46px !important;
    min-height:46px !important;
    padding:0 6px !important;
    font-size:11.8px !important;
  }

  body .topo__mapnav{
    width:calc(100% - 20px) !important;
  }
}

@media (max-width:345px){
  body .topo__acoes{
    grid-template-columns:94px 38px !important;
  }

  body .topo__acoes .btn--orcamento,
  body .topo__acoes .topo__wpp{
    height:44px !important;
    min-height:44px !important;
    font-size:11.2px !important;
  }
}

/* =========================================================
   PATCH MOBILE 08 — Ícones Waze / Google Maps no menu de localização
   ---------------------------------------------------------
   Aplicação apenas no painel mobile aberto pelo botão de localização.
   Usa SVG inline por CSS para evitar arquivos extras e preservar transparência.
========================================================= */
@media (max-width:760px){
  body .topo__mapnav a{
    gap:8px !important;
  }

  body .topo__mapnav a::before{
    content:"" !important;
    display:inline-block !important;
    width:22px !important;
    height:22px !important;
    flex:0 0 22px !important;
    background-repeat:no-repeat !important;
    background-position:center !important;
    background-size:contain !important;
  }

  body .topo__mapnav a[href*="waze"]::before{
    background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20d%3D%22M51.5%2036.5c0-13.2-9.9-23.5-23.8-23.5C14.6%2013%205%2022.3%205%2034.7c0%206.8%203.1%2012.6%208.1%2016.4l-1.5%207.3%208.1-3.6c2.7.9%205.4%201.3%208.3%201.3%2013.7%200%2023.5-8.6%2023.5-19.6z%22%20fill%3D%22%238FE3FF%22%2F%3E%3Cpath%20d%3D%22M27.7%2010C12.9%2010%202%2020.5%202%2034.7c0%207.1%203.1%2013.4%208.1%2017.8L8.5%2060c-.2%201%20.9%201.8%201.8%201.4l9.7-4.2c2.5.7%205.1%201%208%201%2015.2%200%2026.5-9.4%2026.5-21.7C54.5%2021.5%2043.2%2010%2027.7%2010zm0%205.8c12%200%2020.9%208.8%2020.9%2020.7%200%209.2-8.5%2015.9-20.6%2015.9-2.8%200-5.4-.4-7.8-1.3l-1.1-.4-3.6%201.6.6-3.2-1.3-1C10.3%2044.9%207.8%2040.1%207.8%2034.7c0-10.9%208.4-18.9%2019.9-18.9z%22%20fill%3D%22%23102650%22%2F%3E%3Ccircle%20cx%3D%2222.5%22%20cy%3D%2235.5%22%20r%3D%223.5%22%20fill%3D%22%23102650%22%2F%3E%3Ccircle%20cx%3D%2236.5%22%20cy%3D%2235.5%22%20r%3D%223.5%22%20fill%3D%22%23102650%22%2F%3E%3Cpath%20d%3D%22M24.5%2044c2.5%202%207.4%202%2010%200%22%20fill%3D%22none%22%20stroke%3D%22%23102650%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%2F%3E%3Ccircle%20cx%3D%2218%22%20cy%3D%2255%22%20r%3D%224.5%22%20fill%3D%22%23102650%22%2F%3E%3Ccircle%20cx%3D%2241%22%20cy%3D%2255%22%20r%3D%224.5%22%20fill%3D%22%23102650%22%2F%3E%3C%2Fsvg%3E") !important;
  }

  body .topo__mapnav a[href*="google"]::before{
    background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20d%3D%22M32%204C21.5%204%2013%2012.5%2013%2023c0%2014.5%2019%2037%2019%2037s19-22.5%2019-37C51%2012.5%2042.5%204%2032%204z%22%20fill%3D%22%23EA4335%22%2F%3E%3Cpath%20d%3D%22M32%204C21.5%204%2013%2012.5%2013%2023c0%205.5%202.8%2012.4%206.4%2018.8L32%2023V4z%22%20fill%3D%22%234285F4%22%2F%3E%3Cpath%20d%3D%22M32%2023l12.6%2018.8C48.2%2035.4%2051%2028.5%2051%2023c0-10.5-8.5-19-19-19v19z%22%20fill%3D%22%2334A853%22%2F%3E%3Cpath%20d%3D%22M19.4%2041.8C24.7%2051.1%2032%2060%2032%2060s7.3-8.9%2012.6-18.2L32%2023%2019.4%2041.8z%22%20fill%3D%22%23FBBC04%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2223%22%20r%3D%227.5%22%20fill%3D%22%23fff%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2223%22%20r%3D%224.2%22%20fill%3D%22%231A73E8%22%2F%3E%3C%2Fsvg%3E") !important;
  }
}

@media (max-width:380px){
  body .topo__mapnav a::before{
    width:20px !important;
    height:20px !important;
    flex-basis:20px !important;
  }
}
