/* ==========================================================================
   LK Refrigeração · sistema de design
   Base clara, tinta azul-petróleo, um único acento institucional.
   Tom sério: linhas finas, sombra discreta, raio curto, muito respiro.
   Mobile-first.
   ========================================================================== */

:root {
  /* superfícies */
  --bg:        #ffffff;
  --bg-soft:   #f1f5f8;
  --bg-deep:   #0b1622;
  --bg-deep-2: #102131;
  --line:      #dee7ee;
  --line-soft: #e9eff4;
  --line-dark: rgba(255, 255, 255, .13);

  /* tinta */
  --ink:       #0b1622;
  --ink-2:     #16293c;
  --body:      #46586b;
  --muted:     #63768a;
  --on-dark:   #eef4f9;
  --on-dark-2: #a9bccd;

  /* marca — azul retirado do logotipo oficial (#0d3e79 no lettering,
     #154a88 no símbolo) */
  --brand:     #0d3e79;
  --brand-dk:  #092c57;
  --brand-md:  #154a88;
  --brand-lt:  #e7eef7;
  --accent:    #2b8fd6;
  --accent-tx: #0e6da5;

  /* ações */
  --zap:       #0e7a42;
  --zap-dk:    #0a5e32;
  --star:      #e8a317;

  /* tipografia */
  --display: "Archivo", "Segoe UI", system-ui, sans-serif;
  --text:    "IBM Plex Sans", "Segoe UI", system-ui, sans-serif;

  /* medidas */
  --wrap: 1160px;
  --pad:  clamp(1.15rem, 4vw, 2rem);
  --r-sm: 8px;
  --r:    12px;
  --r-lg: 18px;

  --sh-sm: 0 1px 2px rgba(11, 22, 34, .06), 0 4px 12px -6px rgba(11, 22, 34, .10);
  --sh:    0 2px 4px rgba(11, 22, 34, .05), 0 18px 38px -22px rgba(11, 22, 34, .30);
  --sh-lg: 0 4px 8px rgba(11, 22, 34, .05), 0 34px 64px -28px rgba(11, 22, 34, .38);
}

/* ---------------------------------------------------------------- reset -- */

*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--body);
  font-family: var(--text);
  font-size: 1rem;
  line-height: 1.68;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img, svg, video, iframe { max-width: 100%; display: block; }
img { height: auto; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 {
  font-family: var(--display);
  color: var(--ink);
  line-height: 1.12;
  letter-spacing: -.021em;
  margin: 0 0 .5em;
  font-weight: 700;
}

p  { margin: 0 0 1em; }
ul { margin: 0; padding: 0; list-style: none; }
b, strong { font-weight: 700; color: var(--ink-2); }

:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

.pular {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 200;
  background: var(--ink);
  color: #fff;
  padding: .8rem 1.2rem;
  border-radius: 0 0 var(--r-sm) 0;
  font-weight: 600;
}
.pular:focus { left: 0; }

/* ------------------------------------------------------------ estrutura -- */

.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: var(--pad);
}

.secao { padding: clamp(3.4rem, 8vw, 6rem) 0; }
.secao--soft   { background: var(--bg-soft); }
.secao--linha  { border-block: 1px solid var(--line); }

.secao--escura {
  background: var(--bg-deep);
  color: var(--on-dark-2);
}
.secao--escura h1, .secao--escura h2, .secao--escura h3, .secao--escura h4 { color: #fff; }
.secao--escura b, .secao--escura strong { color: #fff; }

.cabeca { max-width: 44rem; margin-bottom: clamp(2rem, 4vw, 3rem); }
.cabeca--centro { margin-inline: auto; text-align: center; }
/* para títulos que precisam caber em uma linha só no desktop */
.cabeca--larga { max-width: 68rem; }
@media (min-width: 1080px) { .cabeca--larga .titulo { white-space: nowrap; } }

.olho {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  color: var(--accent-tx);
  margin-bottom: .9rem;
}
.olho::before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--accent);
  flex: none;
}
.secao--escura .olho { color: #6ec3ee; }
.secao--escura .olho::before { background: #6ec3ee; }

.titulo { font-size: clamp(1.6rem, 4.3vw, 2.45rem); }
.titulo em { font-style: normal; color: var(--brand); }
.secao--escura .titulo em { color: #6ec3ee; }

.linha-fina {
  font-size: clamp(1rem, 2.2vw, 1.08rem);
  color: var(--muted);
  margin-bottom: 0;
}

.grade {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .grade { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .grade { grid-template-columns: repeat(3, 1fr); } }
/* os 4 passos do "como funciona" ficam na mesma linha horizontal no desktop */
@media (min-width: 980px) { .grade--4 { grid-template-columns: repeat(4, 1fr); } }

/* --------------------------------------------------------------- botões -- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  padding: .92rem 1.5rem;
  border: 1.5px solid transparent;
  border-radius: var(--r-sm);
  font-family: var(--text);
  font-size: .97rem;
  font-weight: 650;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  transition: background-color .18s, border-color .18s, color .18s, transform .18s, box-shadow .18s;
}
.btn svg { width: 19px; height: 19px; flex: none; }
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: none; }

.btn--zap { background: var(--zap); color: #fff; box-shadow: var(--sh-sm); }
.btn--zap:hover { background: var(--zap-dk); }

/* --------------------------------------------------- chamada do WhatsApp -- */
/* Anel que nasce na borda do botão e se dissolve. Só box-shadow, então não
   força layout nem repinta o botão. Para com o ponteiro em cima.           */

.btn--pulso { position: relative; }
.btn--pulso::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 0 0 rgba(14, 122, 66, .6);
  animation: pulso-zap 2.4s cubic-bezier(.35, 0, .25, 1) infinite;
  pointer-events: none;
}
.btn--pulso:hover::after, .btn--pulso:focus-visible::after { animation-play-state: paused; }

@keyframes pulso-zap {
  0%        { box-shadow: 0 0 0 0 rgba(14, 122, 66, .55); }
  65%, 100% { box-shadow: 0 0 0 18px rgba(14, 122, 66, 0); }
}

/* no fundo escuro do hero e da faixa o anel precisa de mais presença */
.hero .btn--pulso::after,
.lp-hero .btn--pulso::after,
.faixa .btn--pulso::after {
  animation-name: pulso-zap-claro;
}
@keyframes pulso-zap-claro {
  0%        { box-shadow: 0 0 0 0 rgba(255, 255, 255, .5); }
  65%, 100% { box-shadow: 0 0 0 19px rgba(255, 255, 255, 0); }
}

/* Quem liga "reduzir movimento" no sistema continua vendo o botão em
   destaque, mas sem nada que se expanda: o anel fica com tamanho fixo e só
   a intensidade varia. Sem deslocamento, sem escala, sem risco para quem
   tem sensibilidade a movimento.
   O !important é necessário para vencer a regra geral lá do topo do
   arquivo, que zera a duração de toda animação nesse modo.                 */
@media (prefers-reduced-motion: reduce) {
  .btn--pulso::after {
    animation: brilho-zap 3s ease-in-out infinite !important;
  }
  .hero .btn--pulso::after,
  .lp-hero .btn--pulso::after,
  .faixa .btn--pulso::after {
    animation-name: brilho-zap-claro !important;
  }
}
@keyframes brilho-zap {
  0%, 100% { box-shadow: 0 0 0 4px rgba(14, 122, 66, .12); }
  50%      { box-shadow: 0 0 0 4px rgba(14, 122, 66, .45); }
}
@keyframes brilho-zap-claro {
  0%, 100% { box-shadow: 0 0 0 4px rgba(255, 255, 255, .10); }
  50%      { box-shadow: 0 0 0 4px rgba(255, 255, 255, .42); }
}

.btn--marca { background: var(--brand); color: #fff; box-shadow: var(--sh-sm); }
.btn--marca:hover { background: var(--brand-dk); }

.btn--vazio { border-color: var(--line); color: var(--ink); background: #fff; }
.btn--vazio:hover { border-color: var(--brand); color: var(--brand); }

.secao--escura .btn--vazio,
.faixa .btn--vazio {
  background: transparent;
  border-color: rgba(255, 255, 255, .30);
  color: #fff;
}
.secao--escura .btn--vazio:hover,
.faixa .btn--vazio:hover { border-color: #fff; background: rgba(255, 255, 255, .08); color: #fff; }

.btn--bloco { width: 100%; }

.acoes { display: flex; flex-wrap: wrap; gap: .8rem; }

/* --------------------------------------------------------------- topbar -- */

.topbar {
  background: var(--bg-deep);
  color: var(--on-dark-2);
  font-size: .82rem;
  border-bottom: 1px solid var(--line-dark);
}
.topbar .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .75rem;
  min-height: 40px;
  flex-wrap: wrap;
}
.topbar-item { display: inline-flex; align-items: center; gap: .45rem; }
.topbar-item svg { width: 15px; height: 15px; color: #6ec3ee; flex: none; }
.topbar-item b { color: #fff; font-weight: 650; }
.topbar-sep { color: rgba(255, 255, 255, .22); }
@media (max-width: 720px) { .topbar-oculto { display: none; } }

/* --------------------------------------------------------------- header -- */

.topo {
  position: sticky;
  top: 0;
  z-index: 90;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .2s;
}
.topo.rolou { box-shadow: var(--sh-sm); }

.topo .wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 86px;
}
@media (max-width: 1024px) { .topo .wrap { min-height: 74px; } }

/* Assinatura do cabeçalho e do rodapé: símbolo oficial + nome tipografado.
   No lockup original a linha "assistência técnica de eletrodomésticos" é uma
   tira minúscula: precisaria de 144px de altura de logo para ficar legível.
   Tipografando essa linha, ela aparece de verdade sem inchar o cabeçalho.
   O lockup completo continua em uso no hero do mobile, onde é grande.      */
.marca { display: inline-flex; align-items: center; gap: .7rem; margin-right: auto; }
.marca img { width: auto; height: 54px; }
.marca-txt { display: flex; flex-direction: column; line-height: 1.05; }
.marca-nome {
  font-family: var(--display);
  font-size: 1.32rem;
  font-weight: 500;
  letter-spacing: -.005em;
  text-transform: uppercase;
  color: var(--brand);
  white-space: nowrap;
}
.marca-nome b { font-weight: 800; color: var(--brand); }
.marca-sub {
  font-size: .655rem;
  font-weight: 600;
  letter-spacing: .045em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 5px;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .marca img { height: 46px; }
  .marca-nome { font-size: 1.15rem; }
  .marca-sub { font-size: .6rem; }
}
@media (max-width: 420px) {
  .marca img { height: 40px; }
  .marca-nome { font-size: 1rem; }
  .marca-sub { font-size: .53rem; letter-spacing: .03em; }
}

.nav { display: flex; align-items: center; gap: .1rem; }
.nav > a {
  padding: .5rem .6rem;
  font-size: .9rem;
  font-weight: 550;
  white-space: nowrap;
  color: var(--ink-2);
  border-radius: var(--r-sm);
}
/* o botão dentro do nav é só para a gaveta do mobile: no desktop já existe
   o .topo-zap ao lado, e manter os dois estoura a largura do cabeçalho */
@media (min-width: 1025px) { .nav > .btn { display: none; } }
.nav > a:hover { color: var(--brand); background: var(--brand-lt); }
.nav > a[aria-current="page"] { color: var(--brand); font-weight: 700; }

.topo-zap { margin-left: .5rem; }

.menu-btn {
  display: none;
  background: none;
  border: 1.5px solid var(--line);
  border-radius: var(--r-sm);
  padding: .5rem;
  color: var(--ink);
  cursor: pointer;
}
.menu-btn svg { width: 24px; height: 24px; }

@media (max-width: 1024px) {
  .menu-btn { display: block; }
  .topo-zap { display: none; }
  .nav {
    position: absolute;
    inset: 100% 0 auto;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--sh);
    padding: .6rem var(--pad) 1.2rem;
    display: none;
  }
  .nav[data-aberto="1"] { display: flex; }
  .nav > a { padding: .85rem .2rem; border-bottom: 1px solid var(--line-soft); border-radius: 0; }
  .nav .btn { margin-top: .9rem; }
}

/* ----------------------------------------------------------------- hero -- */

.hero {
  position: relative;
  background: var(--bg-deep);
  color: var(--on-dark-2);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 80% at 82% 12%, rgba(27, 143, 208, .20), transparent 60%),
    linear-gradient(180deg, #0b1622 0%, #10202f 100%);
}

.hero-grade {
  position: relative;
  display: grid;
  gap: clamp(1.6rem, 4vw, 3rem);
  padding-block: clamp(2rem, 6vw, 4rem);
  align-items: center;
}
/* A foto pesa mais que o texto na dobra: o técnico é a prova social.
   A partir de 1200px a coluna de texto ganha largura fixa, calibrada para o
   parágrafo do hero fechar em três linhas, e todo o resto sobra para a foto. */
@media (min-width: 980px) { .hero-grade { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } }
@media (min-width: 1200px) {
  .hero-grade {
    max-width: 1280px;
    grid-template-columns: minmax(0, 585px) minmax(0, 1fr);
  }
}

/* logo no topo do hero: só existe no mobile, onde o cabeçalho some */
.hero-marca { display: none; }

.hero h1 {
  color: #fff;
  font-size: clamp(1.95rem, 5.1vw, 3rem);
  font-weight: 800;
  margin-bottom: .5em;
}
.hero h1 em { font-style: normal; color: #6ec3ee; }

.hero-sub {
  font-size: clamp(1rem, 2.2vw, 1.09rem);
  color: var(--on-dark-2);
  max-width: 37rem;
  margin-bottom: 1.6rem;
}

.selos { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 1.9rem; }
/* no desktop, dois por linha: o embrulho livre deixava 3+1, que fica torto */
@media (min-width: 980px) {
  .selos { display: grid; grid-template-columns: repeat(2, auto); justify-content: start; }
}
.selo {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .44rem .8rem;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  font-size: .84rem;
  color: var(--on-dark);
}
.selo svg { width: 15px; height: 15px; color: #6ec3ee; flex: none; }
.selo b { color: #fff; }


.hero-midia { position: relative; }
.hero-midia img {
  width: 100%;
  border-radius: var(--r-lg);
  border: 1px solid var(--line-dark);
  box-shadow: 0 40px 80px -34px rgba(0, 0, 0, .8);
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
/* No desktop a foto avança um pouco além da margem do container, com sangria
   limitada para não virar um bloco desproporcional em telas muito largas.
   O body já tem overflow-x:hidden, então o uso de vw aqui é seguro.        */
@media (min-width: 980px) {
  .hero-midia { margin-right: calc(-1 * min(64px, (100vw - min(100vw, 1280px)) / 2 + var(--pad))); }
  .hero-midia img { aspect-ratio: 3 / 2; }
}

/* No mobile a foto vem depois do texto, em proporção mais baixa para não
   empurrar o resto da página, e a legenda sai de cima dela: sobreposta,
   ela tampava justamente o que a foto tem para mostrar.                     */
.hero-legenda {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  background: rgba(11, 22, 34, .88);
  border: 1px solid var(--line-dark);
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: .84rem;
  font-weight: 550;
  padding: .6rem .85rem;
  border-radius: var(--r-sm);
}
.hero-legenda svg { width: 17px; height: 17px; color: #6ec3ee; flex: none; }

/* trechos que só existem em uma das larguras */
.so-mob  { display: none; }
@media (max-width: 760px) {
  .so-desk { display: none; }
  .so-mob  { display: inline; }
}

@media (max-width: 760px) {
  /* com a segunda frase escondida, o parágrafo já cabe no corpo normal */
  .hero-sub { font-size: 1rem; }

  .hero-midia img { aspect-ratio: 16 / 11; border-radius: var(--r); }

  /* a legenda desce para fora da foto: sobreposta, ela tampava justamente
     o que a foto tem para mostrar numa tela estreita                       */
  .hero-legenda {
    position: static;
    margin-top: .7rem;
    display: flex;
    align-items: flex-start;
    text-align: left;
    background: rgba(255, 255, 255, .07);
    backdrop-filter: none;
  }
}

/* ---------------------------------------------------------------- faixa -- */
/* tira de números logo abaixo do hero                                       */

.tira {
  background: var(--bg-soft);
  border-bottom: 1px solid var(--line);
}
/* A tira alinha as bordas externas com o resto do site: sem isso ela
   encostava na lateral da tela enquanto todas as outras seções recuavam,
   e a página parecia desalinhada no celular.                              */
.tira { padding-inline: var(--pad); }
.tira .wrap {
  display: grid;
  /* minmax(0,1fr) e não 1fr: sem isso a coluna não encolhe abaixo do
     min-content do texto e a tira estoura a tela em aparelhos de 320px */
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  padding: 0;
  max-width: calc(var(--wrap) - var(--pad) * 2);
  border-inline: 1px solid var(--line);
}
@media (min-width: 760px) { .tira .wrap { grid-template-columns: repeat(4, 1fr); } }

.tira-item {
  background: var(--bg-soft);
  padding: 1.5rem 1.1rem;
  text-align: center;
}
.tira-item b {
  display: block;
  font-family: var(--display);
  font-size: clamp(1.5rem, 3.6vw, 1.95rem);
  font-weight: 800;
  color: var(--brand);
  line-height: 1.1;
}
.tira-item span {
  display: block;
  font-size: .84rem;
  color: var(--muted);
  margin-top: .3rem;
}

/* -------------------------------------------------------------- serviço -- */

.svc {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.svc:hover { border-color: #c3d5e3; box-shadow: var(--sh); transform: translateY(-3px); }

.svc-foto { aspect-ratio: 16 / 10; overflow: hidden; background: var(--bg-soft); }
.svc-foto img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.svc:hover .svc-foto img { transform: scale(1.04); }

.svc-corpo { padding: 1.4rem 1.35rem 1.5rem; display: flex; flex-direction: column; flex: 1; }
.svc-corpo h3 { font-size: 1.19rem; margin-bottom: .45em; }
.svc-corpo > p { font-size: .95rem; margin-bottom: 1.1rem; }

.svc-lista { display: grid; gap: .5rem; margin-bottom: 1.4rem; }
.svc-lista li {
  display: flex;
  gap: .55rem;
  font-size: .9rem;
  line-height: 1.5;
  color: var(--body);
}
.svc-lista svg { width: 17px; height: 17px; color: var(--zap); flex: none; margin-top: 3px; }

.svc-link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-weight: 650;
  font-size: .93rem;
  color: var(--brand);
  padding-top: .9rem;
  border-top: 1px solid var(--line-soft);
}
.svc-link svg { width: 18px; height: 18px; transition: transform .2s; }
.svc-link:hover svg { transform: translateX(4px); }

/* ------------------------------------------------------------- item/ico -- */

.item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 1.5rem 1.4rem;
}
.secao--soft .item { background: #fff; }
.item h3 { font-size: 1.06rem; margin-bottom: .4em; }
.item p  { font-size: .93rem; margin-bottom: 0; }

.item-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: var(--r-sm);
  background: var(--brand-lt);
  color: var(--brand);
  margin-bottom: 1.05rem;
  flex: none;
}
.item-ico svg { width: 23px; height: 23px; }

.passo { position: relative; padding-top: 1.45rem; }
.passo h3 { font-size: 1.02rem; }
.passo-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
}

.checks { display: grid; gap: .7rem; margin: 1.5rem 0; }
.checks li { display: flex; gap: .65rem; font-size: .96rem; }
.checks svg { width: 19px; height: 19px; color: var(--zap); flex: none; margin-top: 3px; }
.secao--escura .checks svg { color: #4fd18a; }

/* -------------------------------------------------------------- marcas --- */

.marcas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .55rem;
}
.marcas li {
  padding: .5rem 1rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  font-size: .88rem;
  font-weight: 550;
  color: var(--ink-2);
}
.aviso-marcas {
  max-width: 46rem;
  margin: 1.8rem auto 0;
  text-align: center;
  font-size: .84rem;
  color: var(--muted);
  line-height: 1.6;
}

/* ------------------------------------------------------------- destaque -- */

.destaque {
  display: grid;
  gap: clamp(2rem, 5vw, 3.2rem);
  align-items: center;
}
@media (min-width: 900px) { .destaque { grid-template-columns: 1fr 1fr; } }

.destaque-midia { margin: 0; position: relative; }
.destaque-midia img {
  width: 100%;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  box-shadow: var(--sh);
}

/* -------------------------------------------------------------- galeria -- */

/* Esteira: desliza sozinha, devagar, e continua arrastável com o dedo.
   O JS duplica o conteúdo e empurra o scrollLeft quadro a quadro, então o
   arrasto nativo, o teclado e a barra de rolagem seguem funcionando.        */

.galeria-pista {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 74%;
  gap: .9rem;
  overflow-x: auto;
  /* sem recuo lateral: a esteira anda o tempo todo, então o recuo inicial
     sumiria depois de dois segundos e a faixa ficaria desalinhada do resto */
  padding: .25rem 0 1.1rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.galeria-pista::-webkit-scrollbar { display: none; }
@media (min-width: 700px)  { .galeria-pista { grid-auto-columns: 40%; } }
@media (min-width: 1100px) { .galeria-pista { grid-auto-columns: 25%; } }

.galeria-pista figure {
  margin: 0;
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-soft);
}
.galeria-pista img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }

.arraste-dica {
  text-align: center;
  font-size: .82rem;
  color: var(--muted);
  margin: .4rem 0 0;
}

/* ---------------------------------------------------------- depoimentos -- */

.depo-caixa { position: relative; }

.depo-pista {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 86%;
  gap: 1.1rem;
  overflow-x: auto;
  padding: .3rem .3rem 1.3rem;
  margin-inline: -.3rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.depo-pista::-webkit-scrollbar { display: none; }
@media (min-width: 700px)  { .depo-pista { grid-auto-columns: calc((100% - 1.1rem) / 2); } }
@media (min-width: 1000px) { .depo-pista { grid-auto-columns: calc((100% - 2.2rem) / 3); } }

.depo {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 1.4rem 1.35rem;
  box-shadow: var(--sh-sm);
}

.depo-topo { display: flex; align-items: center; gap: .8rem; margin-bottom: .85rem; }
.depo-topo img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  flex: none;
  border: 1px solid var(--line);
}
.depo-nome { font-family: var(--display); font-weight: 700; color: var(--ink); font-size: 1rem; line-height: 1.25; }
.depo-meta { font-size: .8rem; color: var(--muted); }

.estrelas { display: inline-flex; gap: 2px; color: var(--star); margin-bottom: .7rem; }
.estrelas svg { width: 16px; height: 16px; }

.depo p {
  font-size: .94rem;
  line-height: 1.62;
  margin-bottom: 1rem;
  flex: 1;
}
.depo-local {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .8rem;
  color: var(--muted);
  padding-top: .8rem;
  border-top: 1px solid var(--line-soft);
}
.depo-local svg { width: 14px; height: 14px; flex: none; }

/* ------------------------------------------------------------ mapa/área -- */

.mapa-bloco {
  display: grid;
  gap: clamp(1.6rem, 4vw, 2.6rem);
  align-items: start;
}
@media (min-width: 940px) { .mapa-bloco { grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); } }

.mapa-destaque {
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--sh);
  background: var(--bg-soft);
}
/* altura calibrada para o mapa terminar junto com a coluna de bairros */
.mapa-destaque iframe {
  width: 100%;
  height: clamp(300px, 34vw, 420px);
  border: 0;
  display: block;
}

/* ---------------------------------------------------------------- áreas -- */

.areas { display: grid; gap: 1.15rem; }
@media (min-width: 860px) { .areas { grid-template-columns: repeat(3, 1fr); } }

/* na dobra do mapa os três cards ficam empilhados, ao lado do mapa */
.areas--cidades { gap: .8rem; }
@media (min-width: 860px) { .areas--cidades { grid-template-columns: 1fr; } }
.areas--cidades .area h3 { margin-bottom: .5em; padding-bottom: .5rem; }
.areas--cidades .area p { font-size: .88rem; }

.area {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  padding: 1.35rem 1.3rem;
}
.area h3 {
  display: flex;
  align-items: center;
  gap: .55rem;
  font-size: 1.03rem;
  margin-bottom: .7em;
  padding-bottom: .7rem;
  border-bottom: 1px solid var(--line-soft);
}
.area h3 svg { width: 18px; height: 18px; color: var(--brand); flex: none; }
.area p { font-size: .9rem; margin-bottom: 0; color: var(--muted); }

/* ------------------------------------------------------------------ faq -- */

.faq {
  max-width: 52rem;
  margin-inline: auto;
  border: 1px solid var(--line);
  border-radius: var(--r);
  background: #fff;
  overflow: hidden;
}
.faq details { border-bottom: 1px solid var(--line-soft); }
.faq details:last-child { border-bottom: 0; }
.faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.3rem;
  font-family: var(--display);
  font-weight: 650;
  font-size: 1rem;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "";
  width: 11px;
  height: 11px;
  border-right: 2px solid var(--muted);
  border-bottom: 2px solid var(--muted);
  transform: rotate(45deg);
  transition: transform .2s;
  flex: none;
  margin-top: -4px;
}
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: 3px; }
.faq summary:hover { color: var(--brand); }
.faq-corpo { padding: 0 1.3rem 1.25rem; }
.faq-corpo p { font-size: .94rem; margin-bottom: 0; color: var(--muted); }

/* -------------------------------------------------------------- faixa CTA */

.faixa {
  background: var(--brand);
  color: #fff;
  padding: clamp(2.4rem, 5vw, 3.2rem) 0;
}
.faixa .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}
.faixa h2 { color: #fff; font-size: clamp(1.35rem, 3.4vw, 1.85rem); margin-bottom: .3em; }
.faixa p  { color: rgba(255, 255, 255, .84); margin-bottom: 0; max-width: 38rem; font-size: .98rem; }
.faixa .btn--zap { background: #fff; color: var(--brand); }
.faixa .btn--zap:hover { background: #eaf2f8; }

/* ------------------------------------------------------------ formulário -- */

.form-bloco { display: grid; gap: clamp(2rem, 5vw, 3.2rem); align-items: start; }
@media (min-width: 900px) { .form-bloco { grid-template-columns: 1fr 1fr; } }

.contato-lista { display: grid; gap: 1.1rem; margin-top: 1.8rem; }
.contato-item { display: flex; gap: .9rem; align-items: flex-start; }
.contato-item .item-ico { margin-bottom: 0; width: 40px; height: 40px; }
.contato-item .item-ico svg { width: 20px; height: 20px; }
.contato-item b { display: block; color: var(--ink); font-size: .95rem; }
.contato-item span { display: block; font-size: .92rem; color: var(--muted); }
.contato-item a:hover { color: var(--brand); }

.mapa {
  margin-top: 1.8rem;
  border-radius: var(--r);
  overflow: hidden;
  border: 1px solid var(--line);
}
.mapa iframe { width: 100%; height: 260px; border: 0; }

.form-caixa {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: clamp(1.4rem, 3vw, 2rem);
  box-shadow: var(--sh);
}
.campo { margin-bottom: 1.05rem; }
.campo label {
  display: block;
  font-size: .86rem;
  font-weight: 650;
  color: var(--ink-2);
  margin-bottom: .38rem;
}
.campo input, .campo select, .campo textarea {
  width: 100%;
  padding: .78rem .9rem;
  border: 1.5px solid var(--line);
  border-radius: var(--r-sm);
  font-family: inherit;
  font-size: .96rem;
  color: var(--ink);
  background: #fff;
  transition: border-color .18s, box-shadow .18s;
}
.campo textarea { min-height: 108px; resize: vertical; }
.campo input:focus, .campo select:focus, .campo textarea:focus {
  outline: none;
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(14, 76, 122, .13);
}
.campo input::placeholder, .campo textarea::placeholder { color: #9aabbb; }
.form-nota { font-size: .8rem; color: var(--muted); text-align: center; margin: .9rem 0 0; }

/* --------------------------------------------------------------- rodapé -- */

.rodape {
  background: var(--bg-deep);
  color: var(--on-dark-2);
  padding: clamp(3rem, 6vw, 4rem) 0 1.8rem;
  font-size: .93rem;
}
.rodape .marca img { height: 56px; }
.rodape .marca-nome { color: #fff; }
.rodape .marca-nome b { color: #fff; }
.rodape .marca-sub { color: var(--on-dark-2); }

.rodape-grade {
  display: grid;
  gap: 2.2rem;
  grid-template-columns: 1fr;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid var(--line-dark);
}
@media (min-width: 700px)  { .rodape-grade { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1000px) { .rodape-grade { grid-template-columns: 1.5fr 1fr 1fr 1.2fr; } }

.rodape h4 {
  color: #fff;
  font-size: .78rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}
.rodape-sobre { margin-top: 1.1rem; max-width: 27rem; line-height: 1.65; }
.rodape-links { display: grid; gap: .68rem; }
.rodape-links a:hover { color: #6ec3ee; }

.rodape-legal {
  font-size: .8rem;
  line-height: 1.68;
  color: #8fa4b7;
  margin: 2rem 0 0;
}
.rodape-base {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 1.4rem;
  justify-content: space-between;
  margin-top: 1.8rem;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line-dark);
  font-size: .84rem;
}
.rodape-base a:hover { color: #6ec3ee; }

/* ------------------------------------------------------------- flutuante -- */

.zap-flutua {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 95;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  background: var(--zap);
  color: #fff;
  font-weight: 650;
  font-size: .93rem;
  padding: .85rem 1.15rem;
  border-radius: 999px;
  box-shadow: 0 12px 30px -8px rgba(14, 122, 66, .55);
}
.zap-flutua svg { width: 22px; height: 22px; flex: none; }
.zap-flutua:hover { background: var(--zap-dk); }
@media (max-width: 560px) {
  .zap-flutua span { display: none; }
  .zap-flutua { padding: .95rem; }
}

/* ----------------------------------------------------------- página LP --- */

/* O hero das LPs usa o mesmo fundo escuro da primeira dobra da home, para
   a entrada do site ser sempre a mesma independentemente da página.        */
.lp-hero {
  position: relative;
  background: var(--bg-deep);
  color: var(--on-dark-2);
  overflow: hidden;
}
.lp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(120% 80% at 82% 12%, rgba(27, 143, 208, .20), transparent 60%),
    linear-gradient(180deg, #0b1622 0%, #10202f 100%);
}

.lp-hero-grade {
  position: relative;
  display: grid;
  gap: clamp(1.6rem, 4vw, 3rem);
  align-items: center;
  padding-block: clamp(1.4rem, 4vw, 3rem);
}
@media (min-width: 980px) { .lp-hero-grade { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); } }
@media (min-width: 1200px) {
  .lp-hero-grade {
    max-width: 1280px;
    grid-template-columns: minmax(0, 600px) minmax(0, 1fr);
  }
}

.lp-hero h1 {
  color: #fff;
  font-size: clamp(1.8rem, 4.6vw, 2.7rem);
  font-weight: 800;
  margin-bottom: .5em;
}
.lp-hero h1 em { font-style: normal; color: #6ec3ee; }
.lp-hero .olho { color: #6ec3ee; }
.lp-hero .olho::before { background: #6ec3ee; }

.lp-hero-sub {
  font-size: clamp(.98rem, 2.1vw, 1.05rem);
  color: var(--on-dark-2);
  max-width: 38rem;
  margin-bottom: 1.6rem;
}

.lp-hero-midia img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: var(--r-lg);
  border: 1px solid var(--line-dark);
  box-shadow: 0 40px 80px -34px rgba(0, 0, 0, .8);
}
@media (min-width: 980px) {
  .lp-hero-midia { margin-right: calc(-1 * min(64px, (100vw - min(100vw, 1280px)) / 2 + var(--pad))); }
}

.lp-selos { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 1.7rem; }
/* no desktop, dois por linha, igual à home */
@media (min-width: 980px) {
  .lp-selos { display: grid; grid-template-columns: repeat(2, auto); justify-content: start; }
}
.lp-selos li {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: rgba(255, 255, 255, .05);
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  padding: .42rem .85rem;
  font-size: .85rem;
  color: var(--on-dark);
}
.lp-selos svg { width: 15px; height: 15px; color: #6ec3ee; flex: none; }


/* sintomas: lista de "o que costuma dar" */
.sintomas { display: grid; gap: .75rem; }
@media (min-width: 700px) { .sintomas { grid-template-columns: repeat(2, 1fr); } }
.sintoma {
  display: flex;
  gap: .8rem;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  padding: 1.05rem 1.1rem;
}
.sintoma svg { width: 19px; height: 19px; color: var(--accent-tx); flex: none; margin-top: 3px; }
.sintoma b { display: block; color: var(--ink); font-size: .97rem; margin-bottom: .15rem; }
.sintoma span { font-size: .89rem; color: var(--muted); line-height: 1.55; }


/* -------------------------------------------------------- página simples -- */

.texto-legal { max-width: 46rem; }
.texto-legal h2 { font-size: 1.25rem; margin-top: 2.2rem; }
.texto-legal h2:first-of-type { margin-top: 0; }
.texto-legal li { margin-bottom: .5rem; padding-left: 1.15rem; position: relative; }
.texto-legal li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
}
.texto-legal ul { margin-bottom: 1.2rem; }

.centro-tela {
  min-height: 62vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-block: 4rem;
}
.centro-tela .item-ico { width: 62px; height: 62px; }
.centro-tela .item-ico svg { width: 32px; height: 32px; }

/* ====================================================================== */
/*  MOBILE: home e páginas de aparelho                                     */
/*  O cabeçalho sai de cena e a marca passa a abrir a própria dobra, para  */
/*  a primeira tela ser marca + promessa + botão, sem competição.          */
/* ====================================================================== */

@media (max-width: 760px) {

  .pagina-capa .topbar,
  .pagina-capa .topo { display: none; }

  /* o hero vira a primeira coisa da página */
  .pagina-capa .hero-grade,
  .pagina-capa .lp-hero-grade { text-align: center; padding-top: 1.6rem; }

  /* A logo entra num cartão branco em vez de virar silhueta branca: assim
     ela aparece nas cores originais da marca, com o azul e o degradê do
     símbolo preservados, em cima de qualquer fundo.                        */
  /* Versão da marca própria para o mobile: já vem branca, com o floco em
     azul, então dispensa o cartão de fundo e assenta direto no hero escuro.
     block + fit-content + margem automática garante linha própria e
     centralização; com inline-block ela dividia a linha com o texto
     seguinte, que é inline-flex.                                          */
  .pagina-capa .hero-marca {
    display: block;
    width: fit-content;
    margin: 0 auto 1.8rem;
  }
  .pagina-capa .hero-marca img { height: 84px; width: auto; margin: 0 auto; }

  /* tudo da primeira dobra centralizado e respirando melhor */
  .pagina-capa .hero .olho,
  .pagina-capa .lp-hero .olho { justify-content: center; }
  .pagina-capa .hero .olho::before,
  .pagina-capa .lp-hero .olho::before { display: none; }

  .pagina-capa .hero-sub,
  .pagina-capa .lp-hero-sub { margin-inline: auto; }

  .pagina-capa .selos,
  .pagina-capa .lp-selos { justify-content: center; }

  .pagina-capa .acoes { justify-content: center; }
  .pagina-capa .hero .acoes .btn,
  .pagina-capa .lp-hero .acoes .btn { width: 100%; }

  .pagina-capa 
/* -------------------------------------------------------- revelar ao rolar */

.sobe { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.sobe.visivel { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .sobe { opacity: 1; transform: none; } }
