/* Lavô — Landing page por unidade. Identidade: roxo #3A0096, lime #B4D300, fonte Blinker */

/* Blinker self-hosted (subset latin) — sem requisições ao Google Fonts */
@font-face {
  font-family: 'Blinker';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fontes/blinker-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Blinker';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fontes/blinker-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Blinker';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('fontes/blinker-800.woff2') format('woff2');
}
@font-face {
  font-family: 'Blinker';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url('fontes/blinker-900.woff2') format('woff2');
}

:root {
  --roxo: #3A0096;
  --roxo-claro: #670dc7;
  --roxo-vivo: #941cfc;
  --lime: #B4D300;
  --amarelo: #e9ee00;
  --azul: #0091de;
  --branco: #FDFDFD;
  --texto: #1F263E;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Blinker', sans-serif;
  color: var(--texto);
  background: #f0f0f0 url('img/bg-tecido.webp') repeat;
  background-size: 569px auto;
  line-height: 1.5;
}

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

h1, h2 { color: var(--roxo); font-weight: 800; line-height: 1.15; }

section { padding: 48px 20px; max-width: 1100px; margin: 0 auto; text-align: center; }

.tag {
  display: inline-block;
  background: var(--lime);
  color: var(--roxo);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 4px 18px;
  border-radius: 24px;
  margin-bottom: 14px;
}

/* ===== Hero ===== */
.hero { position: relative; }
.hero > picture img { width: 100%; height: auto; }
/* Logo Lavô na área livre à esquerda da caixa roxa (a caixa começa em ~31% da largura) */
.hero-logo {
  position: absolute;
  left: 8%;
  top: 42%;
  transform: translateY(-50%);
  width: clamp(64px, 13vw, 240px);
  height: auto;
  z-index: 4;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, .25));
}
.hero-logo {
  position: absolute;
  left: 7%;
  top: 42%;
  transform: translateY(-50%);
  width: clamp(110px, 13vw, 230px);
  height: auto;
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, .25));
}

/* ===== Unidade ===== */
/* padding-top maior: dá passagem à metade de baixo do banner de preço, que
   fica "a cavalo" na borda do hero */
.unidade { padding-top: 90px; }
.unidade h1 { font-size: clamp(16px, 2.2vw, 28px); font-weight: 400; margin-bottom: 2px; }
.subtitulo {
  color: var(--roxo);
  font-size: clamp(22px, 3.5vw, 45px);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 28px;
}

/* Carrossel (fotos da unidade + serviços): 3 itens por vez no desktop */
.carrossel { position: relative; max-width: 1040px; margin: 0 auto; padding: 0 30px; }
.carrossel-trilho {
  display: flex;
  width: 100%;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.carrossel-trilho::-webkit-scrollbar { display: none; }
.unidade .carrossel-trilho img {
  flex: 0 0 calc((100% - 20px) / 3);
  min-width: 0;
  scroll-snap-align: start;
  border-radius: 25px;
  height: clamp(220px, 34vw, 500px);
  object-fit: cover;
}
.seta {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  color: var(--roxo);
  border: none;
  width: 36px; height: 36px;
  font-size: 26px;
  cursor: pointer;
  z-index: 2;
  opacity: .7;
}
.seta:hover { opacity: 1; }
.seta-esq { left: 0; }
.seta-dir { right: 0; }
.carrossel-pontos { display: flex; justify-content: center; gap: 8px; margin-top: 14px; }
.carrossel-pontos button {
  width: 11px; height: 11px;
  border-radius: 50%;
  border: none;
  background: #c9c9c9;
  cursor: pointer;
}
.carrossel-pontos button.ativo { background: var(--roxo); }

/* ===== Horário ===== */
.horario {
  background: var(--lime);
  max-width: none;
  border-radius: 0;
  padding: 30px 20px 15px;
}
.horario h2 { color: var(--branco); font-size: clamp(20px, 2.6vw, 27px); font-weight: 400; }
.horario-destaque {
  color: var(--branco);
  font-size: clamp(28px, 4.5vw, 46px);
  font-weight: 700;
  margin-top: 6px;
}

/* ===== Mapa (2 colunas: mapa à esquerda, texto à direita) ===== */
.mapa {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  text-align: left;
}
.mapa-frame {
  border-radius: 12px;
  overflow: hidden;
  border: 3px solid var(--roxo);
  box-shadow: 0 8px 24px rgba(58, 0, 150, .18);
}
.mapa-frame iframe { width: 100%; height: 340px; border: 0; display: block; }
.mapa-texto h2 { font-size: clamp(28px, 4vw, 48px); line-height: 1.05; }
.mapa-sub { font-size: clamp(16px, 1.6vw, 20px); margin: 14px 0 24px; color: var(--texto); }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--roxo);
  color: var(--branco);
  font-family: inherit;
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 700;
  letter-spacing: .5px;
  text-decoration: none;
  padding: 12px 40px;
  border-radius: 24px;
  transition: transform .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 6px 18px rgba(58, 0, 150, .35); }
.btn-play { width: 24px; height: 24px; flex-shrink: 0; }

/* ===== Serviços ===== */
.servicos-faixa {
  background: var(--lime);
  max-width: none;
  padding: 30px 20px;
}
.servicos-faixa h2 { color: var(--branco); font-size: clamp(18px, 3.8vw, 49px); font-weight: 700; }
.servicos {
  padding-top: 0;
  margin-top: -12px;
}
.servicos .seta { color: #c9c9c9; }
.servico-card {
  flex: 0 0 calc((100% - 20px) / 3);
  min-width: 0;
  scroll-snap-align: start;
  background: var(--branco);
  border-radius: 18px;
  padding: 6px;
  box-shadow: 0 4px 14px rgba(31, 38, 62, .12);
}
.servico-card img { margin: 0 auto; }

/* ===== Vídeo Passo a passo (fachada: iframe só carrega no clique) ===== */
.video-frame {
  max-width: 860px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(58, 0, 150, .2);
  aspect-ratio: 16 / 9;
  position: relative;
}
.video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-capa {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: var(--roxo);
}
.video-capa img { width: 100%; height: 100%; object-fit: cover; }
.video-play {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 72px; height: 50px;
  background: #f00;
  border-radius: 12px;
  transition: transform .15s ease;
}
.video-play::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-width: 11px 0 11px 19px;
  border-color: transparent transparent transparent #fff;
}
.video-capa:hover .video-play { transform: translate(-50%, -50%) scale(1.1); }

/* ===== Selo Unidade Oficial ===== */
.selo { padding: 10px 20px 30px; }
.selo img {
  width: clamp(120px, 12vw, 160px);
  height: auto;
  margin: 0 auto;
}

/* ===== Depoimentos (1 por vez) ===== */
.depoimentos h2 { color: var(--roxo); font-size: clamp(20px, 3.2vw, 42px); font-weight: 800; max-width: 800px; margin: 0 auto; }
.depoimentos-destaque {
  color: var(--roxo);
  font-weight: 700;
  font-size: clamp(15px, 2vw, 20px);
  margin: 10px 0 36px;
}
.depoimentos-carrossel { max-width: 720px; padding: 0; }
.depoimentos-carrossel .carrossel-trilho { gap: 0; }
.depoimento-card {
  flex: 0 0 100%;
  min-width: 0;
  scroll-snap-align: start;
  text-align: center;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.depoimento-card blockquote {
  font-size: clamp(16px, 2vw, 20px);
  color: var(--roxo);
  font-weight: 400;
  font-style: italic;
  border: none;
  margin-bottom: 24px;
  max-width: 640px;
}
.depoimento-card figcaption {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.dep-avatar {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: var(--roxo);
  color: var(--branco);
  font-weight: 800;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}
.dep-nome { font-weight: 700; color: var(--roxo); }
.dep-estrelas { color: #f5b301; font-size: 16px; letter-spacing: 2px; }

/* ===== FAQ ===== */
.faq h2 { font-size: clamp(26px, 4.5vw, 42px); margin-bottom: 30px; }
.faq-lista { max-width: 820px; margin: 0 auto; text-align: left; }
.faq-lista details {
  background: var(--branco);
  border-radius: 14px;
  margin-bottom: 12px;
  box-shadow: 0 3px 10px rgba(31, 38, 62, .07);
  overflow: hidden;
}
.faq-lista summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 52px 18px 22px;
  font-weight: 700;
  font-size: 17px;
  color: var(--roxo);
  position: relative;
}
.faq-lista summary::-webkit-details-marker { display: none; }
.faq-icone {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 14px; height: 14px;
  margin-top: -4px;
  border-right: 3px solid var(--roxo);
  border-bottom: 3px solid var(--roxo);
  transform: translateY(-50%) rotate(45deg);
  transition: transform .2s ease;
}
details[open] .faq-icone {
  transform: translateY(-50%) rotate(-135deg);
  margin-top: 0;
}
.faq-resposta { padding: 0 22px 20px; font-size: 15.5px; color: var(--texto); }

/* ===== Rodapé ===== */
.rodape {
  background: var(--roxo) url('img/bg-rodape.webp') center / cover no-repeat;
  border-top: 8px solid var(--lime);
  color: var(--branco);
  padding: 40px 20px;
}
.rodape-conteudo {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}
.rodape-dados { text-align: left; }
.rodape-dados p { font-size: 14.5px; font-weight: 600; line-height: 1.7; text-shadow: 0 1px 4px rgba(0,0,0,.5); }
.rodape-creditos { text-align: center; font-size: 13.5px; line-height: 1.6; text-shadow: 0 1px 4px rgba(0,0,0,.5); }
.rodape-logo { width: clamp(90px, 9vw, 115px); height: auto; margin: 0 auto 10px; }
.rodape-creditos a { color: var(--branco); text-decoration: underline; }
.rodape-icones { display: flex; justify-content: flex-end; gap: 14px; }
.rodape-icones a {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--branco);
  color: var(--roxo);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .15s ease;
}
.rodape-icones a:hover { transform: translateY(-3px); }
.rodape-icones svg { width: 24px; height: 24px; }

/* ===== Banner de preço (arte original, "a cavalo" na borda inferior do hero) ===== */
.banner-preco {
  position: absolute;
  right: 15%;
  bottom: 0;
  /* 72% para fora: o topo do círculo fica abaixo de todo o texto da caixa roxa
     em qualquer largura de tela (o pior caso é notebook ~1280px) */
  transform: translateY(72%);
  z-index: 5;
  width: clamp(130px, 17vw, 230px);
  display: block;
  transition: transform .15s ease;
}
.banner-preco:hover { transform: translateY(72%) scale(1.04); }
.banner-preco img { width: 100%; height: auto; }

/* ===== Página de Política de Privacidade ===== */
.politica-topo {
  background: var(--roxo);
  border-bottom: 6px solid var(--lime);
  padding: 18px 20px;
  display: flex;
  justify-content: center;
}
.politica-topo img { width: 120px; height: auto; }
.politica {
  max-width: 820px;
  margin: 0 auto;
  padding: 40px 20px 60px;
  text-align: left;
}
.politica h1 { font-size: clamp(24px, 3.4vw, 36px); margin-bottom: 24px; }
.politica h2 { font-size: clamp(19px, 2.4vw, 26px); margin: 30px 0 10px; }
.politica p, .politica li { font-size: 16px; margin-bottom: 12px; color: var(--texto); }
.politica ul { padding-left: 24px; margin-bottom: 12px; }
.politica-revisao { font-size: 14px; opacity: .7; margin-top: 30px; }
.politica .btn { margin-top: 10px; }

/* ===== WhatsApp flutuante ===== */
.whats-flutuante {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 50;
  width: 58px; height: 58px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, .3);
  transition: transform .15s ease;
}
.whats-flutuante:hover { transform: scale(1.08); }
.whats-flutuante svg { width: 32px; height: 32px; }

/* ===== Mobile ===== */
@media (max-width: 780px) {
  .mapa { grid-template-columns: 1fr; gap: 20px; text-align: center; }
  .mapa-texto h2 br { display: none; }
  .rodape-conteudo { grid-template-columns: 1fr; text-align: center; gap: 22px; }
  .rodape-dados { text-align: center; }
  .rodape-icones { justify-content: center; }
}
@media (max-width: 640px) {
  section { padding: 36px 16px; }
  .carrossel { padding: 0 34px; }
  .seta { width: 28px; font-size: 20px; }
  .unidade .carrossel-trilho img { flex-basis: calc((100% - 10px) / 2); height: 46vw; }
  .servico-card { flex: 0 0 calc((100% - 10px) / 2); }
  .servicos { margin-top: -12px; padding-top: 0; }
  .depoimentos-carrossel { padding: 0 34px; }
  .depoimento-card { padding: 0 6px; }
  .banner-preco { right: 6%; width: 110px; }
  .hero-logo { left: 5%; width: 62px; filter: drop-shadow(0 3px 8px rgba(0, 0, 0, .25)); }
  .unidade { padding-top: 95px; }
}
