/* =========================================================
   Cobratek Informática — Londrina
   ========================================================= */

@font-face {
  font-family: 'Archivo';
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 100%;
  font-display: swap;
  src: url('../fonts/archivo-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --azul: #0A74F0;
  --azul-eletrico: #1E90FF;
  --azul-escuro: #0B1B34;
  --azul-noite: #071426;
  --azul-gelo: #EFF4FB;
  --vermelho: #E11B1F;
  --vermelho-escuro: #B3161A;
  --prata: #DCE3EC;
  --tinta: #0B1B34;
  --corpo: #4A5568;
  --apagado: #6B7280;
  --branco: #FFFFFF;
  --dourado: #F5A623;

  --sombra-1: 0 2px 6px rgba(11, 27, 52, .05), 0 12px 26px rgba(11, 27, 52, .07);
  --sombra-2: 0 4px 12px rgba(11, 27, 52, .08), 0 22px 46px rgba(11, 27, 52, .13);
  --sombra-azul: 0 10px 30px rgba(10, 116, 240, .28);

  --saida: cubic-bezier(.23, 1, .32, 1);
  --entra-sai: cubic-bezier(.645, .045, .355, 1);

  --topo-altura: 76px;
  --raio: 14px;
}

/* ---------- base ---------- */

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--topo-altura) + 20px);
  scrollbar-color: #B9C4D4 var(--azul-gelo);
}

body {
  margin: 0;
  background: var(--branco);
  color: var(--corpo);
  font-family: 'Archivo', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img, picture, svg, iframe { display: block; max-width: 100%; }
img { height: auto; }
ul { list-style: none; margin: 0; padding: 0; }
p { margin: 0; }
a { color: inherit; text-decoration: none; }
address { font-style: normal; }
button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; }
svg { width: 1.25rem; height: 1.25rem; flex: none; }

h1, h2, h3 {
  margin: 0;
  color: var(--tinta);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -.02em;
}

::selection { background: var(--azul); color: #fff; }
::-webkit-scrollbar { width: 11px; height: 11px; }
::-webkit-scrollbar-track { background: var(--azul-gelo); }
::-webkit-scrollbar-thumb { background: #B9C4D4; border-radius: 99px; border: 3px solid var(--azul-gelo); }
::-webkit-scrollbar-thumb:hover { background: var(--azul); }

:focus-visible { outline: 3px solid var(--azul); outline-offset: 3px; border-radius: 6px; }
.escuro :focus-visible, .rodape :focus-visible { outline-color: var(--azul-eletrico); }

.pular {
  position: fixed; top: 8px; left: 8px; z-index: 200;
  padding: .7rem 1.1rem; background: var(--vermelho); color: #fff;
  border-radius: 8px; font-weight: 700; transform: translateY(-160%);
  transition: transform .2s var(--saida);
}
.pular:focus { transform: none; }

.container { width: 100%; max-width: 1300px; margin: 0 auto; padding: 0 22px; }
.centro { text-align: center; }

/* ---------- tipografia de seção ---------- */

.secao { position: relative; padding: 3.6rem 0; }
.secao--gelo { background: var(--azul-gelo); }

.titulo {
  font-size: clamp(1.5rem, 4vw, 2.1rem);
  text-transform: uppercase;
  letter-spacing: -.01em;
}
.titulo em { font-style: normal; color: var(--azul); }
.titulo--claro { color: #fff; }
.titulo--claro em { color: var(--azul-eletrico); }

.titulo-bloco { text-align: center; margin-bottom: 2.4rem; }
.titulo-bloco .traco {
  display: block; width: 62px; height: 3px; margin: .85rem auto 0;
  background: var(--vermelho); border-radius: 2px;
}
.titulo-bloco p { margin-top: .8rem; color: var(--corpo); }

/* assinatura: seções escuras com feixe diagonal e luz de bancada */

.escuro {
  position: relative;
  background: var(--azul-escuro);
  color: #C3D0E2;
  overflow: hidden;
  isolation: isolate;
}
.escuro::before {
  content: ''; position: absolute; inset: -10% -5%; z-index: -2; pointer-events: none;
  background: repeating-linear-gradient(114deg,
    transparent 0 34px,
    rgba(30, 144, 255, .18) 34px 36px,
    transparent 36px 44px,
    rgba(30, 144, 255, .09) 44px 45px,
    transparent 45px 96px);
  -webkit-mask-image: linear-gradient(90deg, #000, transparent 38%, transparent 62%, #000);
          mask-image: linear-gradient(90deg, #000, transparent 38%, transparent 62%, #000);
}
.escuro::after {
  content: ''; position: absolute; z-index: -1; pointer-events: none;
  left: 50%; bottom: -60%; width: 130%; height: 110%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(30, 144, 255, .26), rgba(30, 144, 255, 0) 62%);
}
.escuro h2, .escuro h3 { color: #fff; }

.divisoria {
  height: 1px; border: 0; margin: 0;
  background: linear-gradient(90deg, transparent, var(--azul-eletrico), transparent);
  opacity: .5;
}

/* ---------- botões ---------- */

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  padding: .85rem 1.5rem;
  border-radius: 8px;
  font-size: .8125rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase;
  white-space: nowrap;
  transition: background-color .18s var(--saida), color .18s var(--saida),
              border-color .18s var(--saida), box-shadow .24s var(--saida), transform .12s ease-out;
}
.btn svg { width: 1.05rem; height: 1.05rem; }
.btn:active { transform: scale(.975); }

.btn--vermelho { background: var(--vermelho); color: #fff; }
.btn--vermelho:hover { background: var(--vermelho-escuro); box-shadow: 0 8px 22px rgba(225, 27, 31, .34); }

.btn--azul { background: var(--azul); color: #fff; }
.btn--azul:hover { background: #0961CC; box-shadow: var(--sombra-azul); }

.btn--vazado {
  color: var(--tinta);
  border: 2px solid var(--prata);
  background: var(--branco);
}
.btn--vazado:hover { border-color: var(--azul); color: var(--azul); }

.escuro .btn--vazado, .rodape .btn--vazado {
  color: #fff; background: rgba(255, 255, 255, .04); border-color: rgba(255, 255, 255, .3);
}
.escuro .btn--vazado:hover, .rodape .btn--vazado:hover { border-color: #fff; background: rgba(255, 255, 255, .1); color: #fff; }

.btn--grande { padding: 1rem 1.7rem; font-size: .875rem; }

.seta { transition: transform .22s var(--saida); }
.btn:hover .seta { transform: translateX(3px); }

/* ---------- topo ---------- */

.topo {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--prata);
  transition: box-shadow .25s var(--saida);
}
.topo.rolou { box-shadow: 0 6px 24px rgba(11, 27, 52, .10); }

.topo__inner {
  display: flex; align-items: center; gap: 1.5rem;
  min-height: var(--topo-altura);
}
.marca { flex: none; }
.marca img { width: 186px; height: auto; }

.menu { margin-left: auto; }
.menu ul { display: flex; align-items: center; gap: 1.7rem; }
.menu a {
  position: relative; display: block; padding: .35rem 0;
  color: var(--tinta); font-size: .8125rem; font-weight: 700;
  letter-spacing: .07em; text-transform: uppercase;
  transition: color .18s var(--saida);
}
.menu a::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -2px; height: 2px;
  background: var(--azul); border-radius: 2px;
  transform: scaleX(0); transform-origin: left;
  transition: transform .28s var(--saida);
}
.menu a:hover { color: var(--azul); }
.menu a:hover::after, .menu a.ativo::after { transform: scaleX(1); }
.menu a.ativo { color: var(--azul); }

.topo__acoes { display: flex; align-items: center; gap: 1.1rem; }
.topo__fone {
  display: inline-flex; align-items: center; gap: .5rem;
  color: var(--azul); font-size: 1.05rem; font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.topo__fone:hover { color: #0961CC; }

.menu__extra { display: none; }

.hamburguer {
  display: none; margin-left: auto;
  width: 46px; height: 46px; border-radius: 8px;
  border: 1px solid var(--prata); padding: 12px 11px;
}
.hamburguer span {
  display: block; height: 2px; background: var(--tinta); border-radius: 2px;
  transition: transform .25s var(--saida), opacity .18s linear;
}
.hamburguer span + span { margin-top: 5px; }
.hamburguer[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburguer[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hamburguer[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- hero ---------- */

.hero { position: relative; background: var(--branco); overflow: hidden; }

.hero__midia { position: relative; z-index: 0; width: 100%; border-radius: var(--raio); }

.hero__grade { position: relative; padding-top: 2rem; padding-bottom: 2.4rem; }
.hero__titulo, .hero__sub, .hero__texto, .hero__acoes { position: relative; z-index: 2; }

.hero__titulo {
  font-size: clamp(1.85rem, 6.4vw, 2.5rem);
  text-transform: uppercase;
  letter-spacing: -.025em;
  line-height: 1.08;
  text-wrap: balance;
}
.hero__titulo em { font-style: normal; color: var(--azul); }

.hero__sub {
  margin-top: 1rem;
  color: var(--tinta);
  font-size: clamp(1.1rem, 3.4vw, 1.35rem);
  font-weight: 700;
  line-height: 1.35;
}
.hero__sub em { font-style: normal; color: var(--azul); }

.hero__texto { margin-top: .85rem; max-width: 42ch; font-size: 1rem; }

.hero__acoes { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.7rem; }

/* ---------- faixa de confiança ---------- */

.confianca { background: var(--branco); border-top: 1px solid var(--prata); border-bottom: 1px solid var(--prata); }
.confianca ul {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
}
.confianca li {
  display: flex; align-items: center; gap: .85rem;
  padding: 1.15rem .6rem;
  border-top: 1px solid var(--prata);
}
.confianca li:nth-child(-n+2) { border-top: 0; }
.confianca li:nth-child(odd) { border-right: 1px solid var(--prata); }
.confianca__icone { color: var(--azul); }
.confianca__icone svg { width: 1.85rem; height: 1.85rem; }
.confianca strong {
  display: block; color: var(--tinta); font-size: .875rem; font-weight: 800;
  letter-spacing: .05em; text-transform: uppercase; line-height: 1.25;
}
.confianca small { display: block; color: var(--apagado); font-size: .78rem; line-height: 1.35; }
.confianca .estrelas { margin-top: 1px; }

/* ---------- cards de serviço ---------- */

.solucoes__grade {
  display: grid; gap: 18px;
  grid-template-columns: minmax(0, 1fr);
}
.servico {
  position: relative;
  display: flex; flex-direction: column;
  background: var(--branco);
  border: 1px solid var(--prata);
  border-radius: var(--raio);
  overflow: hidden;
  transition: transform .28s var(--saida), box-shadow .28s var(--saida), border-color .28s var(--saida);
}
.servico:hover { transform: translateY(-6px); box-shadow: var(--sombra-2); border-color: #C4D2E6; }
.servico--destaque { border-color: var(--azul); box-shadow: 0 0 0 1px var(--azul) inset, var(--sombra-1); }

.servico__fita {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  padding: .3rem .6rem; border-radius: 5px;
  background: var(--vermelho); color: #fff;
  font-size: .625rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
}

.servico__foto { position: relative; overflow: hidden; background: var(--azul-escuro); }
.servico__foto img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .5s var(--saida); }
.servico:hover .servico__foto img { transform: scale(1.05); }

.servico__vazio {
  aspect-ratio: 16 / 10;
  display: grid; place-items: center;
  background:
    radial-gradient(ellipse at 50% 120%, rgba(30, 144, 255, .45), transparent 62%),
    repeating-linear-gradient(114deg, transparent 0 26px, rgba(30, 144, 255, .10) 26px 28px, transparent 28px 62px),
    var(--azul-escuro);
}
.servico__vazio svg { width: 3.2rem; height: 3.2rem; color: rgba(255, 255, 255, .5); }

.servico__corpo { display: flex; flex-direction: column; flex: 1; padding: 1.2rem 1.25rem 1.35rem; }
.servico__icone {
  display: grid; place-items: center;
  width: 46px; height: 46px; border-radius: 12px;
  background: var(--azul); color: #fff;
  margin-bottom: .9rem;
  box-shadow: var(--sombra-azul);
}
.servico__icone svg { width: 1.5rem; height: 1.5rem; }
.servico h3 { font-size: 1.05rem; text-transform: uppercase; letter-spacing: .01em; }
.servico p { margin-top: .5rem; font-size: .9rem; line-height: 1.55; }
.servico__acoes { display: grid; gap: .35rem; margin-top: auto; padding-top: 1.1rem; }
.servico__acoes .btn { width: 100%; }
.servico__link {
  display: inline-flex; align-items: center; justify-content: center; gap: .35rem;
  color: var(--azul); font-size: .78rem; font-weight: 800;
  letter-spacing: .07em; text-transform: uppercase;
  padding: .4rem 0;
}
.servico__link:hover { color: #0961CC; }
.servico__link:hover .seta { transform: translateX(3px); }

/* ---------- marcas: três esteiras ---------- */

.marcas__linha { margin-bottom: 1.5rem; }
.marcas__linha:last-child { margin-bottom: 0; }

.marcas__rotulo {
  display: flex; align-items: center; gap: .7rem;
  margin-bottom: .7rem;
  color: var(--tinta); font-size: .75rem; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase;
}
.marcas__rotulo svg { width: 1.1rem; height: 1.1rem; color: var(--azul); }
.marcas__rotulo::after {
  content: ''; flex: 1; height: 1px;
  background: linear-gradient(90deg, var(--prata), transparent);
}

.esteira {
  --gap: 14px;
  position: relative;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 3px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 44px, #000 calc(100% - 44px), transparent);
          mask-image: linear-gradient(90deg, transparent, #000 44px, #000 calc(100% - 44px), transparent);
}
.esteira--pronta { overflow: hidden; }
.esteira::-webkit-scrollbar { height: 0; }
.esteira__pista { display: flex; gap: var(--gap); width: max-content; }
.esteira__grupo { display: flex; gap: var(--gap); }
.esteira__pista.anima { animation: esteira-esq 42s linear infinite; }
.esteira__pista.anima.inverte { animation-name: esteira-dir; }
.esteira:hover .esteira__pista.anima,
.esteira:focus-within .esteira__pista.anima { animation-play-state: paused; }

@keyframes esteira-esq {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(calc(-50% - (var(--gap) / 2)), 0, 0); }
}
@keyframes esteira-dir {
  from { transform: translate3d(calc(-50% - (var(--gap) / 2)), 0, 0); }
  to   { transform: translate3d(0, 0, 0); }
}

.esteira__grupo li {
  display: grid; place-items: center;
  width: 158px; height: 74px; padding: 0 16px;
  background: var(--branco);
  border: 1px solid var(--prata);
  border-radius: 10px;
  transition: transform .25s var(--saida), box-shadow .25s var(--saida), border-color .25s var(--saida);
}
.esteira__grupo li:hover { transform: translateY(-3px); border-color: #C4D2E6; box-shadow: var(--sombra-1); }
.esteira__grupo img { max-height: 30px; max-width: 78%; width: auto; object-fit: contain; }
.esteira__grupo img[alt="Semp Toshiba"] { max-height: 15px; max-width: 88%; }
.esteira__grupo img[alt="Panasonic"] { max-height: 19px; }
.esteira__grupo img[alt="Philips"], .esteira__grupo img[alt="Lenovo"] { max-height: 23px; }
.esteira__grupo img[alt="Sony"], .esteira__grupo img[alt="Ricoh"] { max-height: 22px; }
.esteira__grupo img[alt="Canon"], .esteira__grupo img[alt="Brother"] { max-height: 25px; }
.esteira__grupo img[alt="Dell"], .esteira__grupo img[alt="HP"] { max-height: 44px; }
.esteira__grupo img[alt="TCL"] { max-height: 38px; }
.esteira__grupo img[alt="Lexmark"], .esteira__grupo img[alt="Positivo"] { max-height: 26px; }

/* ---------- história ---------- */

.historia__grade { display: grid; gap: 2rem; align-items: center; }
.historia__numero { text-align: center; }
.historia__numero strong {
  display: block;
  color: var(--azul-eletrico);
  font-size: clamp(3.6rem, 14vw, 5rem);
  font-weight: 800; line-height: .9; letter-spacing: -.04em;
  text-shadow: 0 0 40px rgba(30, 144, 255, .5);
}
.historia__numero span {
  display: block; margin-top: .4rem;
  color: #fff; font-size: 1.05rem; font-weight: 800;
  letter-spacing: .16em; text-transform: uppercase;
}
.historia__numero p { margin-top: .7rem; font-size: .875rem; color: #A8B8CE; }

.historia ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.6rem 1.2rem; }
.historia li { text-align: center; }
.historia li svg { width: 2.1rem; height: 2.1rem; margin: 0 auto .7rem; color: var(--azul-eletrico); }
.historia li strong {
  display: block; color: #fff; font-size: .8125rem; font-weight: 800;
  letter-spacing: .08em; text-transform: uppercase; margin-bottom: .35rem;
}
.historia li p { font-size: .8125rem; line-height: 1.5; color: #A8B8CE; }

/* ---------- sobre ---------- */

.sobre__grade { display: grid; gap: 2rem; align-items: center; }
.sobre__foto { border-radius: var(--raio); overflow: hidden; box-shadow: var(--sombra-2); }
.sobre__foto img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.sobre__foto--vazia {
  aspect-ratio: 4 / 3;
  display: grid; place-items: center; gap: .6rem;
  background:
    radial-gradient(ellipse at 50% 120%, rgba(30, 144, 255, .4), transparent 60%),
    var(--azul-escuro);
  color: rgba(255, 255, 255, .55);
  text-align: center; padding: 1.5rem;
}
.sobre__foto--vazia svg { width: 3rem; height: 3rem; }
.sobre__foto--vazia span { font-size: .75rem; letter-spacing: .08em; text-transform: uppercase; }

.sobre p + p { margin-top: .9rem; }
.sobre__dados {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.1rem; margin-top: 1.6rem;
  padding-top: 1.5rem; border-top: 1px solid var(--prata);
}
.sobre__dados li { display: flex; align-items: flex-start; gap: .65rem; }
.sobre__dados svg { color: var(--azul); margin-top: .15rem; }
.sobre__dados strong { display: block; color: var(--tinta); font-size: .875rem; font-weight: 700; }
.sobre__dados small { color: var(--apagado); font-size: .8125rem; }

/* ---------- avaliações ---------- */

.avaliacoes__grade { display: grid; gap: 2rem; align-items: center; }
.avaliacoes__nota { text-align: center; }
.avaliacoes__nota .valor {
  display: block; color: #fff;
  font-size: clamp(3rem, 12vw, 4rem); font-weight: 800; line-height: 1; letter-spacing: -.03em;
}
.avaliacoes__nota small { display: block; margin-top: .7rem; font-size: .8125rem; color: #A8B8CE; }

.estrelas { display: inline-flex; gap: 2px; color: var(--dourado); }
.estrelas svg { width: 1.1rem; height: 1.1rem; }
.estrelas--grande svg { width: 1.5rem; height: 1.5rem; }

.depoimentos { display: grid; gap: 14px; grid-template-columns: minmax(0, 1fr); }
.depoimento {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  padding: 1.15rem;
  transition: border-color .25s var(--saida), background-color .25s var(--saida);
}
.depoimento:hover { border-color: rgba(30, 144, 255, .55); background: rgba(30, 144, 255, .08); }
.depoimento__topo { display: flex; align-items: center; gap: .6rem; margin-bottom: .75rem; }
.depoimento__topo svg.google { width: 1.25rem; height: 1.25rem; }
.depoimento p { color: #D6E0EE; font-size: .9rem; line-height: 1.55; }
.depoimento footer { margin-top: .85rem; }
.depoimento strong { display: block; color: #fff; font-size: .875rem; }
.depoimento small { color: #93A5BF; font-size: .78rem; }

/* ---------- como funciona ---------- */

.passos { display: grid; gap: 1.6rem; grid-template-columns: minmax(0, 1fr); position: relative; }
.passo { text-align: center; position: relative; }
.passo__bola {
  position: relative; z-index: 1;
  display: grid; place-items: center;
  width: 60px; height: 60px; margin: 0 auto .8rem;
  border-radius: 50%;
  background: var(--branco);
  border: 2px solid var(--azul);
  color: var(--azul);
  box-shadow: 0 6px 18px rgba(10, 116, 240, .18);
}
.passo__bola svg { width: 1.5rem; height: 1.5rem; }
.passo__num {
  position: absolute; top: -6px; right: -6px;
  width: 24px; height: 24px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--azul); color: #fff;
  font-size: .75rem; font-weight: 800;
}
.passo strong {
  display: block; color: var(--tinta); font-size: .8125rem; font-weight: 800;
  letter-spacing: .07em; text-transform: uppercase; margin-bottom: .4rem;
}
.passo p { font-size: .875rem; line-height: 1.5; }

/* ---------- cta final ---------- */

.cta__grade { display: grid; gap: 1.6rem; align-items: center; }
.cta h2 { font-size: clamp(1.4rem, 4.6vw, 2rem); text-transform: uppercase; }
.cta h2 em { font-style: normal; color: var(--azul-eletrico); }
.cta p { margin-top: .7rem; color: #A8B8CE; }
.cta__acoes { display: flex; flex-wrap: wrap; gap: .8rem; }

/* ---------- rodapé ---------- */

.rodape { background: var(--azul-noite); color: #A8B8CE; }
.rodape__grade { display: grid; gap: 2.2rem; padding-top: 3rem; padding-bottom: 2.4rem; }
.rodape img.logo { width: 172px; margin-bottom: 1.1rem; }
.rodape h3 {
  color: #fff; font-size: .8125rem; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1.1rem;
}
.rodape p { font-size: .875rem; line-height: 1.7; max-width: 42ch; }
.rodape ul { display: grid; gap: .7rem; }
.rodape a { font-size: .875rem; transition: color .18s var(--saida); }
.rodape a:hover { color: var(--azul-eletrico); }
.rodape__contato li { display: flex; align-items: flex-start; gap: .65rem; font-size: .875rem; line-height: 1.6; }
.rodape__contato svg { color: var(--azul-eletrico); margin-top: .2rem; }

.redes { display: flex; gap: .6rem; margin-top: 1.2rem; }
.rede {
  display: grid; place-items: center;
  width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .18); color: #fff;
  transition: transform .2s var(--saida), background-color .2s var(--saida), border-color .2s var(--saida);
}
.rede:hover { transform: translateY(-3px); background: var(--azul); border-color: var(--azul); }

.mapa { border-radius: 10px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .14); margin-bottom: .9rem; }
.mapa iframe { width: 100%; height: 168px; border: 0; }

.rodape__barra { border-top: 1px solid rgba(255, 255, 255, .09); }
.rodape__barra-inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: .7rem; padding-top: 1.1rem; padding-bottom: 1.1rem;
}
.rodape__barra small { color: #7E90AB; font-size: .78rem; }

.ao-topo {
  display: grid; place-items: center;
  width: 40px; height: 40px; border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, .24); color: #fff;
  transition: background-color .2s var(--saida), transform .2s var(--saida), border-color .2s var(--saida);
}
.ao-topo:hover { background: var(--azul); border-color: var(--azul); transform: translateY(-3px); }

/* ---------- entrada ---------- */

.js .reveal { opacity: 0; transform: translateY(18px); }
.js .reveal.aparece {
  opacity: 1; transform: none;
  transition: opacity .6s var(--saida), transform .6s var(--saida);
  transition-delay: calc(var(--i, 0) * 80ms);
}

/* =========================================================
   >= 620px
   ========================================================= */
@media (min-width: 620px) {
  .solucoes__grade { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .depoimentos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .passos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* =========================================================
   >= 900px
   ========================================================= */
@media (min-width: 900px) {
  .secao { padding: 4.6rem 0; }

  .hero:not(.hero--interna) .hero__grade {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    grid-template-areas:
      'titulo midia'
      'sub    midia'
      'texto  midia'
      'acoes  midia';
    align-items: center;
    column-gap: 3.4rem;
    padding-top: 3.2rem; padding-bottom: 3.2rem;
  }
  .hero:not(.hero--interna) .hero__titulo { grid-area: titulo; }
  .hero:not(.hero--interna) .hero__sub    { grid-area: sub; }
  .hero:not(.hero--interna) .hero__texto  { grid-area: texto; }
  .hero:not(.hero--interna) .hero__acoes  { grid-area: acoes; }
  .hero:not(.hero--interna) .hero__midia  {
    grid-area: midia; align-self: center;
    width: 100%; height: auto; border-radius: var(--raio);
    box-shadow: var(--sombra-2);
    animation: heroEntra 1.2s var(--saida) both;
  }
  @keyframes heroEntra { from { opacity: 0; transform: scale(.97); } to { opacity: 1; transform: scale(1); } }
  .hero__titulo { font-size: clamp(2rem, 3.1vw, 2.7rem); max-width: 21ch; }
  .hero__sub { max-width: 22ch; }

  .confianca ul { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .confianca li { border-top: 0; padding: 1.35rem 1.1rem; }
  .confianca li:nth-child(odd) { border-right: 0; }
  .confianca li + li { border-left: 1px solid var(--prata); }

  .solucoes__grade { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
  .marcas__linha { margin-bottom: 1.9rem; }

  .historia__grade { grid-template-columns: minmax(0, .8fr) minmax(0, 2.6fr); gap: 3rem; }
  .historia__numero { text-align: left; }
  .historia ul { grid-template-columns: repeat(4, minmax(0, 1fr)); }

  .sobre__grade { grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: 3rem; }

  .avaliacoes__grade { grid-template-columns: minmax(0, .7fr) minmax(0, 2.4fr); gap: 3rem; }
  .avaliacoes__nota { text-align: left; }
  .depoimentos { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .passos { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .passos::before {
    content: ''; position: absolute; top: 30px; left: 10%; right: 10%; height: 2px;
    background-image: linear-gradient(90deg, var(--azul) 50%, transparent 0);
    background-size: 10px 2px; background-repeat: repeat-x;
    opacity: .45;
  }

  .cta__grade { grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 2.5rem; }
  .cta__acoes { justify-content: flex-end; }

  .rodape__grade { grid-template-columns: 1.15fr .8fr .9fr 1.05fr; gap: 2.4rem; padding-top: 3.6rem; }
}

@media (min-width: 1140px) {
  .hero__titulo { font-size: 2.75rem; }
}

/* =========================================================
   < 900px  (menu mobile)
   ========================================================= */
@media (max-width: 899px) {
  .topo__inner { flex-wrap: wrap; }
  .marca img { width: 150px; }
  .menu {
    order: 3; flex-basis: 100%; min-width: 0; margin-left: 0;
    display: grid; grid-template-rows: 0fr;
    transition: grid-template-rows .32s var(--entra-sai);
  }
  .menu__caixa { overflow: hidden; min-height: 0; }
  .menu.aberto { grid-template-rows: 1fr; }
  .menu ul { flex-direction: column; align-items: stretch; gap: 0; border-top: 1px solid var(--prata); }
  .menu li + li { border-top: 1px solid var(--prata); }
  .menu a { padding: .9rem .2rem; font-size: .875rem; }
  .menu a::after { top: 50%; bottom: auto; left: -12px; right: auto; width: 3px; height: 20px; transform: translateY(-50%) scaleY(0); transform-origin: center; }
  .menu a:hover::after, .menu a.ativo::after { transform: translateY(-50%) scaleY(1); }

  .menu__extra { display: grid; gap: .6rem; padding: 1rem .2rem 1.2rem; }
  .topo__acoes { margin-left: auto; }
  .topo__fone span { display: none; }
  .topo__fone {
    width: 46px; height: 46px; border-radius: 8px;
    justify-content: center;
    background: var(--azul); color: #fff;
  }
  .topo__fone:hover { background: #0961CC; color: #fff; }
  .topo__acoes .btn { display: none; }
  .hamburguer { display: block; margin-left: 0; }

  .hero__midia { margin: 1.2rem 0 .4rem; box-shadow: var(--sombra-2); }
}

/* =========================================================
   acessibilidade
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .js .reveal { opacity: 1; transform: none; }
  .esteira { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
  .esteira__pista.anima { animation: none; }
}

/* ---------- FAQ (páginas de serviço) ---------- */

.faq { display: grid; gap: 10px; }
.faq__item {
  background: var(--branco);
  border: 1px solid var(--prata);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color .25s var(--saida), box-shadow .25s var(--saida);
}
.faq__item[open] { border-color: var(--azul); box-shadow: var(--sombra-1); }
.faq__item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.05rem 1.2rem;
  color: var(--tinta); font-weight: 700; font-size: .975rem;
  cursor: pointer; list-style: none;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__sinal {
  position: relative; flex: none;
  width: 26px; height: 26px; border-radius: 50%;
  background: var(--azul-gelo);
  transition: background-color .22s var(--saida), transform .28s var(--saida);
}
.faq__sinal::before, .faq__sinal::after {
  content: ''; position: absolute; top: 50%; left: 50%;
  width: 11px; height: 2px; border-radius: 2px;
  background: var(--azul);
  transform: translate(-50%, -50%);
  transition: opacity .2s var(--saida);
}
.faq__sinal::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq__item[open] .faq__sinal { background: var(--azul); transform: rotate(180deg); }
.faq__item[open] .faq__sinal::before, .faq__item[open] .faq__sinal::after { background: #fff; }
.faq__item[open] .faq__sinal::after { opacity: 0; }
.faq__resposta { padding: 0 1.2rem 1.15rem; }
.faq__resposta p { font-size: .9375rem; line-height: 1.65; max-width: 62ch; }

/* ---------- hero das páginas internas ---------- */

.hero--interna { background: var(--branco); }
.hero--interna::after { display: none; }
.hero--interna .hero__midia {
  position: relative; inset: auto; width: 100%; height: auto;
  max-width: 520px; margin-top: 1.4rem;
}
.hero--interna .hero__midia img {
  position: static; width: 100%; height: auto; border-radius: var(--raio);
  animation: none; box-shadow: var(--sombra-2);
}
.hero--interna .hero__titulo { max-width: 20ch; text-transform: none; letter-spacing: -.02em; }

@media (max-width: 559px) {
  .hero__acoes .btn { flex: 1 1 100%; }
  .cta__acoes .btn { flex: 1 1 100%; }
}
