:root {
  --azul: #24449b;
  --azul-escuro: #09163d;
  --dourado: #c99836;
  --dourado-claro: #f1d184;
  --vermelho: #d02f2f;
  --verde: #0a7b50;
  --branco: #ffffff;
  --texto: #f7f7f7;
  --cinza: #d7d7d7;
  --preto: #050505;
  color-scheme: dark;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--preto);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #000;
  color: var(--texto);
  font-family: Inter, Arial, Helvetica, sans-serif;
}

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

a { color: inherit; }

.pagina-nova,
.rodape {
  margin-inline: auto;
  background: #080808;
}

/* No mobile, limita a 430px (comportamento original preservado) */
@media (max-width: 767px) {
  .pagina-nova,
  .rodape {
    width: min(100%, 430px);
  }
}

.hero {
  position: relative;
  background: #000;
}

.hero img {
  width: 100%;
  height: auto;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  width: min(100%, 360px);
  padding: 14px 16px;
  border: 1px solid #fff4bb;
  border-radius: 7px;
  background: linear-gradient(180deg, #e23434 0%, #b31414 100%);
  box-shadow: 0 10px 28px rgba(208, 47, 47, .38);
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: 0;
}

.cta-hero {
  position: absolute;
  right: 24px;
  bottom: 28px;
  left: 24px;
  width: auto;
}

.cta.is-glowing {
  animation: ctaPulse 1.9s ease-in-out infinite;
}

.secao {
  position: relative;
  isolation: isolate;
  min-height: 650px;
  padding: 56px 22px;
  overflow: hidden;
  background: #101010;
}

.secao::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.34));
  pointer-events: none;
}

.bg,
.pessoa {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.pessoa {
  z-index: -2;
  object-fit: contain;
  object-position: bottom center;
}

.conteudo,
.copy,
.chamada,
.pergunta,
.autoridade {
  position: relative;
  z-index: 1;
}

.faixa,
.overline,
.tag {
  margin: 0 0 14px;
  color: var(--dourado-claro);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

h2,
h3,
p {
  overflow-wrap: anywhere;
}

h2 {
  margin: 0 0 22px;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.12;
}

p,
li {
  color: var(--cinza);
  font-size: 18px;
  line-height: 1.45;
}

strong { color: #fff; }

.texto-grande {
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.22;
}

.texto-grande strong { font-weight: 900; }

.secao-apresentacao {
  display: flex;
  min-height: 720px;
  flex-direction: column;
  justify-content: center;
  padding-top: 28px;
  padding-bottom: 0;
}

.secao-apresentacao .conteudo {
  width: 100%;
  max-width: 340px;
  margin: auto;
  text-align: center;
}

.secao-apresentacao .texto-grande {
  text-align: center;
}

.secao-apresentacao .faixa {
  color: #111;
  text-align: center;
}

.chamada {
  margin: auto -22px 0;
  padding: 18px 14px 20px;
  border-block: 1px solid var(--dourado);
  background: var(--azul);
  text-align: center;
  font-size: 31px;
}

.secao-dor {
  min-height: auto;
  padding-top: 52px;
  padding-bottom: 48px;
}

.copy-dor {
  max-width: 94%;
}

.copy-dor p {
  margin: 0 0 18px;
  color: #cfcfcf;
}

.imagem-abaixo-dor {
  position: relative;
  z-index: 1;
  width: min(108%, 390px);
  margin: 28px auto 0;
  border-radius: 8px;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, .42));
}

.secao-transicao {
  min-height: auto;
  display: flex;
  align-items: flex-end;
  padding-inline: 0;
  padding-block: 0;
}

.pergunta {
  width: 100%;
  margin: 0;
  padding: 18px 18px 20px;
  background: var(--azul);
  text-align: center;
  color: #fff;
  font-size: 23px;
  font-weight: 900;
  line-height: 1.28;
}

.secao-mecanismo {
  display: flex;
  min-height: 720px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  padding-inline: 0;
  padding-bottom: 0;
}

.secao-mecanismo .central {
  width: 100%;
  margin-top: 0;
}

.pessoa-mecanismo {
  position: relative;
  z-index: 1;
  width: min(94%, 360px);
  margin: 0 auto -2px;
  transform: none;
}

.quadro-mecanismo {
  z-index: 2;
  padding: 24px 18px 28px;
  background: linear-gradient(180deg, #ffffff 0%, #d7d7d7 100%);
  color: var(--azul);
}

.quadro-mecanismo .overline {
  color: #173f9f;
}

.quadro-mecanismo h2,
.quadro-mecanismo .equacao {
  color: #173f9f;
}

.quadro-mecanismo h2 {
  background: linear-gradient(180deg, #ffffff 0%, #2f65d8 42%, #123483 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.equacao {
  font-size: 25px;
  font-weight: 900;
  line-height: 1.18;
}

.equacao span {
  color: var(--dourado-claro);
  font-size: 42px;
}

.secao-protocolo {
  min-height: auto;
}

.linha-metodo {
  display: grid;
  gap: 16px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.linha-metodo li {
  padding: 16px;
  border: 1px solid rgba(241, 209, 132, .35);
  border-radius: 8px;
  background: rgba(7, 18, 50, .75);
}

.linha-metodo strong {
  display: block;
  margin-bottom: 6px;
  color: var(--dourado-claro);
}

/* CTA INTERMEDIÁRIO */
.secao-cta-intermediario {
  min-height: auto;
  background: #121313;
  padding: 46px 22px;
  text-align: center;
}

.secao-cta-intermediario h2 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 24px;
}

.secao-pilares {
  min-height: auto;
}

.pilares,
.cards-semanas,
.bonus-lista,
.depoimentos {
  display: grid;
  gap: 18px;
  width: 100%;
  max-width: 100%;
}

.pilar,
.semana,
.bonus,
.box-preco,
details {
  border: 1px solid rgba(241, 209, 132, .32);
  border-radius: 8px;
  background: rgba(4, 9, 24, .78);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .25);
}

.pilar,
.semana,
.bonus {
  padding: 18px;
  min-width: 0;
}

.pilar img {
  width: 58px;
  margin-bottom: 14px;
}

.pilar p,
.semana p,
.bonus p {
  margin: 0;
}

.secao-semanas,
.secao-bonus {
  min-height: auto;
}

.semana img,
.bonus img {
  width: 100%;
  margin-bottom: 14px;
  border-radius: 7px;
}

.tag.final {
  margin: 12px 0 0;
  text-align: right;
}

.valor {
  margin-top: 14px !important;
  color: var(--dourado-claro);
  font-weight: 800;
}

.secao-oferta {
  min-height: auto;
  scroll-margin-top: 16px;
  background: #121313;
}

.secao-oferta .bg {
  display: none;
}

.mockup {
  width: min(100%, 320px);
  margin: 0 auto 20px;
}

.secao-oferta .mockup {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.selo {
  width: min(100%, 180px);
  margin: 0 auto 20px;
}

.empilhamento {
  margin: 26px 0 24px;
}

.empilhamento-chamada {
  max-width: 340px;
  margin: 0 auto 18px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 1.28;
}

.empilhamento-chamada strong {
  color: #fff;
  font-weight: 900;
}

.precos {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 18px 12px;
  border: 3px dotted #a98628;
  border-radius: 22px;
  background: #020202;
  list-style: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), 0 18px 42px rgba(0, 0, 0, .38);
}

.precos li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.24;
}

.precos li span {
  min-width: 0;
}

.precos li strong {
  color: #ff3038;
  font-size: 18px;
  font-weight: 900;
  white-space: nowrap;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}

.total-empilhamento {
  margin: 18px 0 4px;
  text-align: center;
  color: #cda43a;
}

.total-empilhamento p {
  margin: 0;
  font-style: italic;
  font-weight: 900;
  line-height: 1.15;
  text-shadow: 0 0 16px rgba(205, 164, 58, .22);
  -webkit-text-stroke: 1px rgba(205, 164, 58, .86);
  color: transparent;
}

.total-empilhamento p:first-child {
  font-size: 22px;
}

.total-empilhamento p:last-child {
  margin-top: 8px;
  font-size: 34px;
}

.box-preco {
  position: relative;
  margin-top: 35px;
  padding: 38px 18px 24px;
  text-align: center;
  border: 2px dashed #c99836;
  border-radius: 20px;
  background: #06112d;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .45);
}

.tag-oferta {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 16px;
  border-radius: 20px;
  background: #c99836;
  color: #000;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.box-preco h3 {
  font-size: 26px;
  margin: 10px 0 12px;
  color: #fff;
  line-height: 1.15;
  font-weight: 900;
}

.box-preco h3 .destaque-azul {
  background: linear-gradient(180deg, #6ba1ff 0%, #1c52b8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.subtitulo-oferta {
  margin: 0 0 20px !important;
  color: #a4b3d6;
  font-size: 15px;
}

.de-preco {
  margin: 0 0 12px !important;
  color: #c99836;
  font-size: 20px;
  font-weight: 700;
}

.de-preco .riscado-vermelho {
  color: #c99836;
  text-decoration: line-through;
  text-decoration-color: #ff3038;
  text-decoration-thickness: 3px;
}

.por-preco {
  margin: 0 0 4px !important;
  color: #a4b3d6;
  font-size: 15px;
}

.parcelas {
  color: #00f5d4;
  font-size: 58px;
  font-weight: 950;
  line-height: 1;
  margin: 0 0 20px !important;
  text-shadow: 0 0 20px rgba(0, 245, 212, 0.25);
}

.parcelas .vezes {
  font-size: 26px;
  font-weight: 800;
  vertical-align: middle;
  margin-right: 6px;
  text-shadow: 0 0 10px rgba(0, 245, 212, 0.25);
}

.faixa-pix {
  margin: 0 -18px 24px;
  padding: 10px 8px;
  background: #0e389e;
  border-block: 1px solid #c99836;
  color: #fff;
  font-size: 15px;
}

.faixa-pix strong {
  color: #fff;
  font-weight: 900;
}

.seguro {
  margin-top: 14px !important;
  font-size: 13px;
  color: var(--cinza);
}

.cta-verde {
  background: linear-gradient(180deg, #0ed898 0%, #079668 100%);
  border: 1px solid #c2ffd9;
  box-shadow: 0 10px 28px rgba(7, 150, 104, 0.38);
}

.cta-verde.is-glowing {
  animation: ctaGreenPulse 1.9s ease-in-out infinite;
}

@keyframes ctaGreenPulse {
  0%, 100% { box-shadow: 0 10px 28px rgba(7, 150, 104, .38); }
  50% { box-shadow: 0 10px 34px rgba(14, 216, 152, .6), 0 0 0 4px rgba(194, 255, 217, .16); }
}

.secao-garantia {
  min-height: auto;
}

.autoridade {
  display: grid;
  gap: 18px;
  margin-top: 38px;
}

.autoridade img {
  width: min(100%, 240px);
  margin-inline: auto;
  border-radius: 8px;
}

.autoridade p {
  margin: 0 0 14px;
}

.autoridade div {
  text-align: left;
}

.autoridade div h2 {
  font-size: 26px;
  margin-bottom: 8px;
}

.autoridade div h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.secao-depoimentos {
  min-height: auto;
  overflow: hidden; /* impede que o trilho vaze horizontalmente */
}

/* CARROSSEL DE DEPOIMENTOS */
.carrossel-depoimentos {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.trilho-depoimentos {
  display: flex;
  width: 100%;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.depoimento-slide {
  width: 100%;        /* largura fixa igual ao contêiner */
  min-width: 100%;
  max-width: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
}

.depoimento-slide img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .4);
}

/* DOTS DE NAVEGAÇÃO */
.carrossel-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  padding: 0;
  transition: background 0.3s ease, transform 0.3s ease;
}

.dot.ativo {
  background: var(--dourado-claro);
  transform: scale(1.35);
}

.secao-faq {
  min-height: auto;
  background: linear-gradient(180deg, #071334 0%, #03050b 100%);
}

details {
  padding: 16px;
  border: 1px solid rgba(241, 209, 132, .32);
  border-radius: 8px;
  background: rgba(4, 9, 24, .78);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .25);
  transition: all 0.3s ease;
}

details + details { margin-top: 12px; }

summary {
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
  list-style: none; /* remove seta padrão no Chrome/Firefox */
}

summary::-webkit-details-marker {
  display: none; /* remove seta padrão no Safari */
}

/* Criamos um visual premium para o FAQ adicionando um marcador personalizado elegante */
summary::before {
  content: "✦ ";
  color: var(--dourado-claro);
  margin-right: 6px;
}

details p {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.45;
  color: var(--cinza);
}

.secao-final {
  aspect-ratio: 700 / 1120;
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px;
  background: url('../arquivos-visuais/imagens-otimizadas/secoes-completas/seçaõ 10.webp');
  background-size: cover;
  background-position: top center;
}



.secao-final .copy {
  width: 100%;
  text-align: center;
}

.secao-final h2 {
  color: var(--dourado-claro);
  font-size: 32px;
}

.secao-final p:not(.faixa) {
  color: #fff;
}

.rodape {
  padding: 28px 22px 38px;
  background: #020202;
  text-align: center;
}

.rodape p {
  margin: 0 0 10px;
  color: #bdbdbd;
  font-size: 13px;
  line-height: 1.4;
}

.reveal {
  opacity: 0;
  transition: opacity .72s ease, transform .72s ease, filter .72s ease;
  will-change: opacity, transform;
}

.fade-up { transform: translateY(28px); }
.fade-left { transform: translateX(-26px); }
.fade-right { transform: translateX(26px); }
.image-zoom { transform: scale(.965); }

.reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 10px 28px rgba(208, 47, 47, .38); }
  50% { box-shadow: 0 10px 34px rgba(255, 220, 110, .6), 0 0 0 4px rgba(241, 209, 132, .16); }
}

/* =====================================================
   DESKTOP — min-width: 768px
   ATENÇÃO: Tudo aqui é invisível para o mobile.
   O mobile só lê os estilos acima desta linha.
   ===================================================== */
@media (min-width: 768px) {

  /* Centraliza e limita a largura máxima da página no desktop */
  .pagina-nova,
  .rodape {
    max-width: 800px;
    margin-inline: auto;
  }

  .secao {
    min-height: auto;
    padding: 72px 56px;
  }

  /* Corrige quebra de palavras nos cards de 2 colunas */
  h2, h3, p, li, summary {
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  h2 { font-size: 40px; }
  h3 { font-size: 22px; }
  p, li { font-size: 17px; }

  .texto-grande { font-size: 32px; }
  .chamada { font-size: 38px; }
  .pergunta { font-size: 30px; padding-inline: 36px; }

  /* 2 colunas nos pilares com gap adequado */
  .pilares {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .pilar h3 { font-size: 18px; }
  .pilar p  { font-size: 15px; }

  .cta { font-size: 17px; }
  .parcelas { font-size: 52px; }

  .secao-oferta .mockup {
    width: min(100%, 380px);
    max-width: 100%;
    margin-inline: auto;
  }

  .autoridade div h2 { font-size: 30px; }
  .autoridade div h3 { font-size: 22px; }
  summary { font-size: 17px; }
  details p { font-size: 16px; }

  .secao-cta-intermediario h2 { font-size: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }

  .reveal,
  .cta.is-glowing {
    animation: none;
    opacity: 1;
    transform: none;
    transition: none;
  }
}
