/* Réplica da LP de franquia (Elementor, marketwow.com.br/mkt) — cores e medidas tiradas do CSS original. */
:root {
  --azul: #00a7ca;
  --azul-escuro: #036a80;
  --azul-sindico: #0083c2;
  --texto: #1d1d1b;
  --texto-leve: #656565;
  --botao-texto: #002831;
  --cinza: #f5f5f5;
  --cinza-hero: #efefef;
  --rodape: #252525;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; /* o chat do Leadster fica escondido fora da tela */ }
body { margin: 0; font-family: "Outfit", system-ui, sans-serif; color: var(--texto); background: #fff; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
[hidden] { display: none !important; }
h1, h2, h3 { font-family: "Quicksand", system-ui, sans-serif; font-weight: 700; margin: 0; line-height: 1.2; }
h1 { font-size: 42px; }
h2 { font-size: 39px; }
p { font-size: 17px; font-weight: 300; color: var(--texto-leve); line-height: 1.6; margin: 0 0 12px; }
.destaque { color: var(--azul); }
.container { width: min(1180px, 100% - 40px); margin-inline: auto; }
.centro { text-align: center; }

.botao {
  display: inline-block; background: var(--azul); color: var(--botao-texto); font: 500 17px/1 "Outfit", sans-serif;
  letter-spacing: .5px; padding: 15px 25px; border-radius: 10px; text-decoration: none; border: 0; cursor: pointer;
  transition: transform .3s;
}
.botao:hover { transform: scale(1.06); }
.botao.branco { background: #fff; }

.checks { list-style: none; padding: 0; margin: 0 0 22px; }
.checks li { position: relative; padding-left: 26px; margin-bottom: 8px; font-size: 16px; font-weight: 500; }
.checks li::before { content: ""; position: absolute; left: 0; top: 4px; width: 14px; height: 8px; border: solid var(--azul); border-width: 0 0 3px 3px; transform: rotate(-45deg); }

/* Topo */
.topo { position: fixed; inset: 0 0 auto; z-index: 50; padding: 18px 0; transition: background .3s, box-shadow .3s; }
.topo.fixo { background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,.08); padding: 10px 0; }
.topo .container { display: flex; align-items: center; justify-content: space-between; }
.topo img { width: 200px; }
.botao-topo { background: linear-gradient(90deg, #00b6ca 0%, #007fca 100%); color: #fff; font: 500 17px/1 "Outfit", sans-serif; padding: 15px 25px; border-radius: 10px; text-decoration: none; }

/* Hero */
.hero { position: relative; min-height: 100vh; background: var(--cinza-hero) url(img/img-banner-mkt-wow2.png) right bottom / auto 85% no-repeat; display: flex; align-items: center; overflow: hidden; }
.hero::before { content: ""; position: absolute; left: 0; bottom: 0; width: 190px; height: 470px; background: url(img/forma-banner.png) left bottom / contain no-repeat; }
.hero .texto { position: relative; max-width: 520px; padding: 120px 0 60px; }
.hero h1 { margin-bottom: 24px; }

/* Blocos lado a lado */
.lado { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding: 90px 0; }
.lado h2 { margin-bottom: 20px; }
.video { position: relative; aspect-ratio: 9 / 16; max-height: 990px; border-radius: 100px 0 100px 0; overflow: hidden; background: #000; }
.video button { all: unset; cursor: pointer; position: absolute; inset: 0; background-size: cover; background-position: center; }
.video button::after { content: ""; position: absolute; top: 50%; left: 50%; width: 76px; height: 54px; transform: translate(-50%,-50%); border-radius: 14px; background: #f00 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M8 5v14l11-7z'/%3E%3C/svg%3E") center / 34px no-repeat; }
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.foto-arredondada { border-radius: 100px 0 100px 0; width: 100%; aspect-ratio: 555 / 740; object-fit: cover; }

/* Vantagens */
.vantagens { position: relative; background: var(--cinza); padding: 110px 0; overflow: hidden; }
.vantagens::after { content: ""; position: absolute; right: -40px; bottom: 30px; width: 460px; height: 340px; background: url(img/forma-back-logo.png) right bottom / contain no-repeat; }
.vantagens h2 { margin-bottom: 50px; }
.faixa { position: relative; z-index: 1; }
.trilho { display: flex; gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 4px; }
.trilho::-webkit-scrollbar { display: none; }
.cartao { flex: 0 0 calc((100% - 40px) / 3); scroll-snap-align: start; background: #fff; border-radius: 10px; padding: 40px; min-height: 330px; }
.cartao img { width: 60px; margin-bottom: 26px; }
.cartao h3 { font: 600 20px/1.3 "Outfit", sans-serif; margin-bottom: 12px; }
.cartao p { font-size: 16px; margin: 0; }
.seta { position: absolute; top: 50%; transform: translateY(-50%); width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--azul); background: #fff; color: var(--azul); font-size: 20px; cursor: pointer; z-index: 2; }
.seta.ant { left: -52px; }
.seta.prox { right: -52px; }

/* Modelos */
.modelos-titulo { padding: 100px 0 60px; }
.modelo { display: grid; grid-template-columns: 1fr 1fr; min-height: 480px; position: relative; }
.modelo .info { padding: 80px 100px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.modelo .info em { font: italic 500 20px "Outfit", sans-serif; }
.modelo .info h3 { font-size: 39px; color: var(--azul); margin: 6px 0 20px; }
.modelo .info p { max-width: 340px; }
.modelo .foto { background: #2c2c2c center / cover no-repeat; }
.modelo.standard .foto { background-image: url(img/Rectangle-69-1.jpg); border-radius: 100px 0 0 0; }
.modelo.box .foto { background-image: url(img/Rectangle-69.jpg); border-radius: 0 0 100px 0; }
.modelo.box .info { order: 2; }
.modelo.standard::after { content: ""; position: absolute; left: 50%; bottom: -56px; width: 115px; height: 113px; transform: translateX(-50%); background: url(img/icon-mkt-wow-lojas.png) center / contain no-repeat; z-index: 2; }

/* Benefícios */
.beneficios { position: relative; padding: 100px 0; }
.beneficios::before { content: ""; position: absolute; left: 50%; bottom: 20px; width: 620px; height: 290px; transform: translateX(-60%); background: url(img/forma-beneficios-completa.png) center / contain no-repeat; }
.abas { display: inline-flex; background: #e6e6e6; border-radius: 30px; margin: 24px 0 30px; }
.abas button { border: 0; background: none; font: 500 17px "Outfit", sans-serif; padding: 16px 28px; border-radius: 30px; cursor: pointer; color: var(--texto); }
.abas button[aria-selected="true"] { background: var(--azul); color: #fff; }
.grade3 { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; text-align: left; }
.grade3 .cartao { background: var(--cinza); min-height: 0; }
.grade3 .icone { width: 80px; height: 80px; border-radius: 50%; background: #fff; display: grid; place-items: center; margin-bottom: 30px; }
.grade3 .icone img { width: 44px; margin: 0; }

/* Síndicos */
.sindicos { background: var(--azul-sindico) url(img/back-sindicos.jpg) center / cover; background-blend-mode: multiply; color: #fff; padding: 100px 0; }
.sindicos .lado { padding: 0; grid-template-columns: 1fr 1.2fr; }
.sindicos h2 { color: #fff; }
.sindicos p { color: #fff; font-weight: 400; }

/* Passos (LP de ponto) */
.passos { list-style: none; counter-reset: passo; padding: 0; margin: 40px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.passos li { counter-increment: passo; background: rgba(255,255,255,.12); border-radius: 15px; padding: 30px; }
.passos li::before { content: counter(passo); display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: #fff; color: var(--azul-sindico); font: 700 20px "Quicksand", sans-serif; margin-bottom: 18px; }
.passos strong { font: 600 20px "Outfit", sans-serif; }
.passos p { margin: 8px 0 0; }

/* Carrossel de fotos */
.unidade { padding: 100px 0; }
.unidade h2 { margin-bottom: 40px; }
.unidade .faixa { max-width: 820px; margin-inline: auto; }
.unidade .trilho img { flex: 0 0 auto; height: 575px; width: auto; border-radius: 10px; scroll-snap-align: center; }

/* FAQ */
.faq { background: var(--cinza); padding: 100px 0; }
.faq h2 { margin-bottom: 36px; }
.faq .lista { max-width: 1020px; margin-inline: auto; display: grid; gap: 15px; }
.faq details { background: #fff; border-radius: 10px; }
.faq summary { list-style: none; cursor: pointer; padding: 22px 20px; font-weight: 500; font-size: 17px; display: flex; justify-content: space-between; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; width: 9px; height: 9px; border: solid var(--azul); border-width: 0 3px 3px 0; transform: rotate(45deg); margin-top: 3px; }
.faq details[open] summary { color: var(--azul); }
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: 8px; }
.faq details p { padding: 0 20px 20px; margin: 0; }

/* Depoimentos */
.depoimentos { background: var(--cinza); padding: 20px 0 100px; }
.depoimentos .aspas { font: 700 120px/.6 Georgia, serif; color: var(--azul); height: 60px; margin-top: 10px; }
.depoimentos .grade2 { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-top: 20px; }
.depoimento { background: #fff; border-radius: 15px; padding: 40px; text-align: center; }
.depoimento p { font-style: italic; font-size: 19px; line-height: 1.65; }
.autor { display: flex; align-items: center; justify-content: center; gap: 20px; margin-top: 24px; text-align: left; font-size: 14px; }
.autor img { width: 50px; height: 50px; border-radius: 50%; }
.autor strong { display: block; font-weight: 600; }

/* Formulário */
.contato { background: linear-gradient(-90deg, var(--azul) 50%, #fff 50%); }
.contato .container { display: grid; grid-template-columns: 1fr 1fr; align-items: stretch; }
.contato .chamada { position: relative; padding: 90px 0; }
.contato .chamada h2 { font-size: 34px; max-width: 340px; margin-bottom: 26px; }
.contato .chamada p { color: var(--texto); font-weight: 400; max-width: 190px; }
.contato .chamada p strong { color: var(--azul); }
.contato .moca { position: absolute; right: -40px; bottom: 0; width: 280px; }
.contato .moca::before { content: ""; position: absolute; left: -130px; bottom: 0; width: 260px; height: 190px; background: url(img/forma-back-logo.png) left bottom / contain no-repeat; }
.contato .moca img { position: relative; }
form.lead { padding: 30px 0 50px 140px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 6px; align-content: center; }
form.lead .aviso { grid-column: 1 / -1; color: #fff; text-align: center; font-weight: 500; margin-bottom: 8px; }
form.lead .inteiro { grid-column: 1 / -1; }
form.lead input, form.lead select { width: 100%; font: 400 16px "Outfit", sans-serif; color: #2e2e2e; padding: 14px 20px; border: 0; border-radius: 100px; background: #fff; }
form.lead select { border-radius: 4px; padding: 10px 16px; border: 1px solid #777; }
form.lead label { color: var(--texto); font-size: 14px; }
form.lead input:focus-visible, form.lead select:focus-visible { outline: 3px solid var(--botao-texto); }
form.lead .enviar { grid-column: 1 / -1; margin-top: 30px; background: var(--azul-escuro); color: #fff; font: 600 16px sans-serif; padding: 16px; border: 0; border-radius: 100px; cursor: pointer; }
form.lead .enviar:disabled { opacity: .6; cursor: wait; }
form.lead .lgpd { grid-column: 1 / -1; font-size: 13px; color: #fff; margin: 0; }
form.lead .lgpd a { color: #fff; }
form.lead .erro { grid-column: 1 / -1; background: #fff; color: #b3261e; border-radius: 8px; padding: 10px 14px; font-weight: 500; margin: 0; }
/* Isca para robôs: fora da tela, invisível para gente e leitores de tela. */
.isca { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Rodapé */
.rodape { background: var(--rodape); color: #b5b5b5; padding: 50px 0 30px; font-size: 16px; }
.rodape .linha { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.rodape .marcas { display: flex; align-items: center; gap: 55px; }
.rodape .marcas img:first-child { width: 90px; }
.rodape a { color: #b5b5b5; text-decoration: none; }
.rodape .links { display: flex; gap: 50px; }
.rodape .baixo { margin-top: 50px; font-size: 14px; }
.redes { display: flex; gap: 10px; }
.redes a { width: 34px; height: 34px; border-radius: 50%; background: #ffffff38; display: grid; place-items: center; }
.redes svg { width: 16px; fill: #fff; }

/* Páginas simples (obrigado, política) */
.simples { min-height: 60vh; padding: 160px 0 90px; }
.simples h1 { margin-bottom: 20px; }
.politica h2 { font-size: 22px; margin: 34px 0 12px; }
.politica li { color: var(--texto-leve); font-weight: 300; line-height: 1.6; margin-bottom: 6px; }

@media (max-width: 1024px) {
  .seta { display: none; }
  .cartao { flex-basis: calc((100% - 20px) / 2); }
  .modelo .info { padding: 60px 40px; }
  form.lead { padding-left: 30px; }
  .contato .moca { display: none; }
}
@media (max-width: 767px) {
  h1 { font-size: 32px; }
  h2 { font-size: 28px; }
  .topo img { width: 140px; }
  .botao-topo { font-size: 14px; padding: 12px 16px; }
  .hero { background-size: 90% auto; background-position: center bottom; align-items: flex-start; }
  .hero::before { width: 90px; height: 220px; }
  .hero .texto { padding: 110px 0 78vw; }
  .lado, .sindicos .lado, .modelo, .grade3, .passos, .depoimentos .grade2, .contato .container { grid-template-columns: 1fr; gap: 30px; }
  .lado { padding: 60px 0; }
  .video { max-width: 360px; margin-inline: auto; width: 100%; }
  .cartao { flex-basis: 85%; }
  .modelo .foto { min-height: 280px; order: -1; }
  .modelo.box .info { order: 2; }
  .modelo.standard::after { display: none; }
  .modelo .info { padding: 40px 20px; }
  .unidade .trilho img { height: 420px; }
  .contato { background: var(--azul); }
  .contato .chamada { background: #fff; margin-inline: -20px; padding: 50px 20px; }
  .contato .chamada p { max-width: none; }
  form.lead { padding: 30px 0 50px; grid-template-columns: 1fr; }
  .rodape .linha, .rodape .links { flex-direction: column; align-items: flex-start; gap: 20px; }
}
