/* ===================== TOKENS ===================== */
:root {
  --navy-deep: #0a1220;
  --navy: #10192c;
  --navy-mid: #1b2b47;
  --blue-mid: #2f4d78;
  --blue-gray: #93a3bd;
  --off-white: #f6f4ee;
  --off-white-2: #eeece3;
  --text-dark: #16213a;
  --text-muted: #4c5a72;
  --text-light: #eef1f8;
  --text-light-muted: #b7c2d6;
  --gold: #c39a4d;
  --border-soft: #dfdcd0;
  --border-navy: rgba(255,255,255,0.12);
  --radius: 14px;
  --serif: "Fraunces", Georgia, serif;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--sans);
  color: var(--text-dark);
  background: var(--off-white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3 { font-family: var(--serif); margin: 0; line-height: 1.15; font-weight: 600; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; }

.wrap { max-width: 1120px; margin: 0 auto; padding: 0 22px; }
.wrap-duas-colunas { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; align-items: center; }
.wrap-estreito { max-width: 720px; }

.secao { padding: 72px 0; }
.secao h2 { font-size: clamp(26px, 3.6vw, 38px); color: var(--text-dark); margin-bottom: 14px; }
.secao-sub { color: var(--text-muted); font-size: 17px; max-width: 640px; margin-bottom: 32px; line-height: 1.6; }
.secao-cabecalho { text-align: center; max-width: 700px; margin: 0 auto 44px; }
.secao-cabecalho .secao-sub { margin: 12px auto 0; }

/* ===================== BOTÕES ===================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: var(--sans);
  font-weight: 700;
  border-radius: 999px;
  cursor: pointer;
  border: none;
  transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}
.btn-primario {
  background: var(--gold);
  color: var(--navy-deep);
}
.btn-primario:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(195,154,77,0.35); }
.btn-grande { padding: 17px 34px; font-size: 17px; width: 100%; max-width: 420px; text-align: center; }

/* ===================== HERO ===================== */
.hero {
  background: radial-gradient(circle at 18% 15%, #16294a 0%, var(--navy) 45%, var(--navy-deep) 100%);
  padding: 56px 0 64px;
  color: var(--text-light);
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
}
.eyebrow {
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 700;
  margin: 0 0 16px;
}
.hero h1 {
  font-size: clamp(32px, 5vw, 52px);
  color: #fff;
  margin-bottom: 18px;
}
.hero h1 span { color: var(--gold); }
.hero-sub {
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-light-muted);
  max-width: 480px;
  margin-bottom: 28px;
}
.hero-preco {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 14px;
}
.preco-valor { font-family: var(--serif); font-size: 26px; font-weight: 700; color: #fff; }
.preco-obs { font-size: 13px; color: var(--text-light-muted); }
.hero-mockup { display: flex; justify-content: center; }
.hero-mockup img {
  width: 100%;
  height: auto;
  max-width: 380px;
  border-radius: 10px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.55);
}

/* ===================== IDENTIFICAÇÃO ===================== */
.secao-identificacao { background: var(--off-white); text-align: center; }
.secao-identificacao h2 { margin-bottom: 32px; }
.timeline-madrugada {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 6px;
  margin-bottom: 14px;
}
.tl-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  background: #fff;
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  padding: 14px 16px;
  min-width: 110px;
}
.tl-hora { font-family: var(--serif); font-weight: 700; font-size: 18px; color: var(--blue-mid); }
.tl-desc { font-size: 12.5px; color: var(--text-muted); }
.tl-seta { color: var(--blue-gray); font-size: 18px; }
.timeline-nota { font-size: 13px; color: var(--blue-gray); font-style: italic; margin-bottom: 22px; }
.identificacao-texto { max-width: 620px; margin: 0 auto; color: var(--text-muted); font-size: 17px; line-height: 1.7; }

/* ===================== PRODUTO / PARA QUEM (foto + texto) ===================== */
.secao-produto, .secao-para-quem { background: #fff; }
.produto-foto img { border-radius: var(--radius); object-fit: cover; width: 100%; height: 260px; }
.produto-texto h2 { margin-bottom: 16px; }
.produto-texto p { color: var(--text-muted); font-size: 16.5px; line-height: 1.7; margin-bottom: 14px; }
.lista-check { list-style: none; margin-top: 18px; display: flex; flex-direction: column; gap: 10px; }
.lista-check li { padding-left: 26px; position: relative; color: var(--text-dark); font-size: 15.5px; }
.lista-check li::before {
  content: "✓";
  position: absolute; left: 0; top: 0;
  color: var(--gold); font-weight: 700;
}
.disclaimer-saude {
  background: var(--off-white-2);
  border-left: 3px solid var(--gold);
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 14.5px !important;
  color: var(--text-muted) !important;
  margin-top: 18px !important;
}

/* ===================== PROTOCOLO ===================== */
.secao-protocolo { background: var(--navy-deep); color: var(--text-light); }
.secao-protocolo h2 { color: #fff; }
.secao-protocolo .secao-sub { color: var(--text-light-muted); }
.protocolo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.protocolo-passo {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border-navy);
  border-radius: var(--radius);
  padding: 26px 20px;
}
.passo-num { font-family: var(--serif); font-size: 26px; color: var(--gold); font-weight: 700; }
.protocolo-passo h3 { color: #fff; font-size: 18px; margin: 12px 0 10px; }
.protocolo-passo p { color: var(--text-light-muted); font-size: 14.5px; line-height: 1.6; }
.protocolo-disclaimer {
  text-align: center;
  color: var(--text-light-muted);
  font-size: 13.5px;
  font-style: italic;
  margin-top: 30px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* ===================== POR DENTRO DO GUIA ===================== */
.secao-interior { background: var(--off-white); }
.carrossel-paginas {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.carrossel-paginas img {
  flex: 0 0 auto;
  width: 220px;
  height: auto;
  border-radius: 10px;
  border: 1px solid var(--border-soft);
  scroll-snap-align: start;
  box-shadow: 0 12px 30px rgba(16,25,44,0.12);
}

/* ===================== CAPÍTULOS ===================== */
.secao-capitulos { background: #fff; }
.capitulos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.capitulo-card {
  background: var(--off-white);
  border-radius: var(--radius);
  padding: 26px 22px;
  border: 1px solid var(--border-soft);
}
.capitulo-num { font-family: var(--serif); font-size: 22px; color: var(--blue-mid); font-weight: 700; }
.capitulo-card h3 { font-size: 17px; margin: 10px 0 8px; color: var(--text-dark); }
.capitulo-card p { font-size: 14.5px; color: var(--text-muted); line-height: 1.6; }

/* ===================== FAZER x EVITAR ===================== */
.secao-fazer-evitar { background: var(--off-white); }
.secao-fazer-evitar h2 { text-align: center; margin-bottom: 36px; }
.fazer-evitar-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.coluna-fazer, .coluna-evitar {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px 26px;
  border: 1px solid var(--border-soft);
}
.coluna-fazer h3 { color: #2f6b4f; font-size: 20px; margin-bottom: 16px; }
.coluna-evitar h3 { color: #a8452f; font-size: 20px; margin-bottom: 16px; }
.coluna-fazer ul, .coluna-evitar ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.coluna-fazer li, .coluna-evitar li { padding-left: 24px; position: relative; font-size: 15px; color: var(--text-dark); line-height: 1.5; }
.coluna-fazer li::before { content: "✓"; position: absolute; left: 0; color: #2f6b4f; font-weight: 700; }
.coluna-evitar li::before { content: "✕"; position: absolute; left: 0; color: #a8452f; font-weight: 700; }

/* ===================== BÔNUS ===================== */
.secao-bonus { background: var(--navy); }
.secao-bonus h2 { color: #fff; text-align: center; margin-bottom: 36px; }
.bonus-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; max-width: 720px; margin: 0 auto; }
.bonus-card { text-align: center; }
.bonus-card img { border-radius: 10px; margin: 0 auto 16px; box-shadow: 0 18px 40px rgba(0,0,0,0.4); width: 100%; height: auto; max-width: 220px; }
.bonus-card h3 { color: #fff; font-size: 17px; margin-bottom: 8px; }
.bonus-card p { color: var(--text-light-muted); font-size: 14px; line-height: 1.6; }

/* ===================== O QUE VOCÊ RECEBE ===================== */
.secao-recebe { background: #fff; }
.secao-recebe h2 { text-align: center; margin-bottom: 30px; }
.recebe-lista { list-style: none; max-width: 560px; margin: 0 auto; display: flex; flex-direction: column; gap: 16px; }
.recebe-lista li {
  padding: 16px 20px;
  background: var(--off-white);
  border-radius: 10px;
  font-size: 15.5px;
  color: var(--text-dark);
  border: 1px solid var(--border-soft);
}

/* ===================== ANTES x DEPOIS ===================== */
.secao-antes-depois { background: var(--off-white); }
.secao-antes-depois h2 { text-align: center; margin-bottom: 36px; }
.antes-depois-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.ad-coluna { background: #fff; border-radius: var(--radius); padding: 28px 26px; border: 1px solid var(--border-soft); }
.ad-antes h3 { color: var(--blue-gray); font-size: 18px; margin-bottom: 16px; }
.ad-depois h3 { color: var(--gold); font-size: 18px; margin-bottom: 16px; }
.ad-coluna ol { list-style: decimal; margin-left: 20px; display: flex; flex-direction: column; gap: 10px; }
.ad-coluna li { font-size: 15px; color: var(--text-dark); line-height: 1.5; }
.ad-nota { text-align: center; color: var(--text-muted); font-size: 14px; font-style: italic; margin-top: 26px; }

/* ===================== OFERTA ===================== */
.secao-oferta { background: var(--navy-deep); }
.oferta-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border-navy);
  border-radius: 20px;
  padding: 44px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  align-items: center;
  max-width: 780px;
  margin: 0 auto;
}
.oferta-mockup { border-radius: 8px; box-shadow: 0 20px 50px rgba(0,0,0,0.5); }
.oferta-conteudo h2 { color: #fff; font-size: 26px; margin-bottom: 8px; }
.oferta-itens { color: var(--text-light-muted); font-size: 15px; margin-bottom: 20px; }
.preco-valor-grande { font-size: 38px; }
.oferta-preco { margin-bottom: 22px; display: flex; flex-direction: column; gap: 2px; }
.oferta-processado { color: var(--text-light-muted); font-size: 13px; margin-top: 12px; }

/* ===================== COMO FUNCIONA ===================== */
.secao-como-funciona { background: #fff; }
.secao-como-funciona h2 { text-align: center; margin-bottom: 36px; }
.passos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.passo-simples { text-align: center; padding: 10px; }
.passo-simples .passo-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--navy); color: var(--gold);
  font-family: var(--serif); font-weight: 700; font-size: 18px;
  margin-bottom: 14px;
}
.passo-simples p { font-size: 15.5px; color: var(--text-dark); line-height: 1.5; }

/* ===================== GARANTIA ===================== */
.secao-garantia { background: var(--off-white); text-align: center; }
.secao-garantia h2 { margin-bottom: 16px; }
.secao-garantia p { color: var(--text-muted); font-size: 16.5px; line-height: 1.7; }

/* ===================== FAQ ===================== */
.secao-faq { background: #fff; }
.secao-faq h2 { text-align: center; margin-bottom: 30px; }
.faq-lista { display: flex; flex-direction: column; gap: 12px; }
.faq-lista details {
  border: 1px solid var(--border-soft);
  border-radius: 10px;
  padding: 6px 20px;
  background: var(--off-white);
}
.faq-lista summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 15.5px;
  padding: 14px 0;
  color: var(--text-dark);
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-lista summary::-webkit-details-marker { display: none; }
.faq-lista summary::after { content: "+"; font-size: 20px; color: var(--gold); margin-left: 12px; }
.faq-lista details[open] summary::after { content: "–"; }
.faq-lista summary:focus-visible { outline: 2px solid var(--blue-mid); outline-offset: 3px; }
.faq-lista p { padding: 0 0 16px; color: var(--text-muted); font-size: 14.5px; line-height: 1.6; }

/* ===================== CTA FINAL ===================== */
.secao-cta-final {
  background: radial-gradient(circle at 50% 20%, #16294a 0%, var(--navy-deep) 70%);
  text-align: center;
  padding: 84px 0;
}
.secao-cta-final h2 {
  color: #fff;
  font-size: clamp(26px, 4vw, 38px);
  max-width: 640px;
  margin: 0 auto 30px;
  line-height: 1.35;
}
.secao-cta-final .btn { margin: 0 auto; }
.cta-final-preco { color: var(--text-light-muted); font-size: 14px; margin-top: 16px; }

/* ===================== FOOTER ===================== */
.rodape { background: var(--navy-deep); padding: 36px 0; text-align: center; }
.rodape-links { font-size: 13.5px; color: var(--text-light-muted); margin-bottom: 12px; }
.rodape-links a { text-decoration: none; }
.rodape-links a:hover { color: var(--gold); }
.rodape-links span { margin: 0 8px; opacity: .5; }
.rodape-disclaimer { font-size: 12.5px; color: var(--text-light-muted); max-width: 560px; margin: 0 auto 10px; line-height: 1.6; }
.rodape-copy { font-size: 12px; color: var(--blue-gray); }

/* ===================== PÁGINA LEGAL ===================== */
.pagina-legal { background: #fff; }
.legal-header { background: var(--navy-deep); padding: 20px 0; }
.legal-logo { color: #fff; font-family: var(--serif); font-weight: 700; text-decoration: none; font-size: 18px; }
.legal-conteudo { padding: 48px 0; max-width: 720px; }
.legal-conteudo h1 { font-size: 28px; margin-bottom: 20px; }
.legal-texto p { color: var(--text-muted); font-size: 15px; line-height: 1.8; margin-bottom: 14px; }
.legal-voltar { margin-top: 30px !important; }
.legal-voltar a { color: var(--blue-mid); text-decoration: none; font-weight: 600; }

/* ===================== FOCO ACESSÍVEL ===================== */
a:focus-visible, button:focus-visible, .btn:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

/* ===================== RESPONSIVO ===================== */
@media (max-width: 900px) {
  .wrap-duas-colunas { grid-template-columns: 1fr; gap: 28px; }
  .hero-inner { grid-template-columns: 1fr; text-align: left; }
  .hero-mockup { order: -1; max-width: 260px; margin: 0 auto 8px; }
  .hero-sub { max-width: 100%; }
  .protocolo-grid { grid-template-columns: 1fr 1fr; }
  .capitulos-grid { grid-template-columns: 1fr 1fr; }
  .fazer-evitar-grid { grid-template-columns: 1fr; }
  .antes-depois-grid { grid-template-columns: 1fr; }
  .passos-grid { grid-template-columns: 1fr; gap: 20px; }
  .oferta-card { grid-template-columns: 1fr; text-align: center; padding: 32px 24px; }
  .oferta-mockup { margin: 0 auto; max-width: 200px; width: 100%; height: auto; }
  .oferta-preco, .hero-preco { align-items: center; }
}

@media (max-width: 640px) {
  .secao { padding: 52px 0; }
  .wrap { padding: 0 18px; }
  .hero { padding: 40px 0 48px; text-align: center; }
  .hero-texto { display: flex; flex-direction: column; align-items: center; }
  .eyebrow, .hero-sub { text-align: center; }
  .hero-preco { align-items: center; }
  .btn-grande { width: 100%; }
  .bonus-grid { grid-template-columns: 1fr; max-width: 260px; }
  .capitulos-grid { grid-template-columns: 1fr; }
  .protocolo-grid { grid-template-columns: 1fr; }
  .timeline-madrugada { gap: 8px 4px; }
  .tl-item { min-width: 92px; padding: 10px 12px; }
  .tl-hora { font-size: 15px; }
  .tl-desc { font-size: 11px; }
  .tl-seta { display: none; }
  .produto-foto img { height: 200px; }
}
