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

:root {
  --bg-page:    #FAF7F2;
  --text-body:  #2C2A28;
  --text-muted: #6B6864;
  --accent:     #8B6F3D;
  --cta-bg:     #6B4423;
  --cta-text:   #FFFFFF;
  --divider:    #E5DFD5;
  --dark-bg:    #2C2A28;
}

body {
  background: var(--bg-page);
  color: var(--text-body);
  font-family: 'Lora', Georgia, serif;
  font-size: 18px;
  line-height: 1.7;
}

.container {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ── HERO ── */
.hero {
  position: relative;
  width: 100%;
  height: 90svh;
  min-height: 480px;
  max-height: 720px;
  overflow: hidden;
}

.hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.08) 0%,
    rgba(0,0,0,0.30) 50%,
    rgba(0,0,0,0.78) 100%
  );
  display: flex;
  align-items: flex-end;
  padding: 48px 28px;
}

.hero-content { max-width: 640px; }

.hero-tag {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgba(255,255,255,0.82);
  border: 1px solid rgba(255,255,255,0.4);
  padding: 5px 14px;
  border-radius: 2px;
  margin-bottom: 18px;
}

.hero-titulo {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(26px, 6vw, 46px);
  font-weight: 700;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 14px;
  text-shadow: 0 2px 16px rgba(0,0,0,0.5);
}

.hero-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.72);
  font-style: italic;
}

/* ── PROBLEMA ── */
.problema {
  background: #3D1F08;
  padding: 72px 0;
}

.problema-intro {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(22px, 5vw, 30px);
  font-style: italic;
  color: #FAF7F2;
  text-align: center;
  margin-bottom: 44px;
}

.problema-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.problema-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: rgba(250,247,242,0.78);
  font-size: 17px;
  line-height: 1.65;
}

.problema-item p { margin: 0; }

.problema-icone {
  color: var(--accent);
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 6px;
}

/* ── HISTÓRIA ── */
.historia {
  padding: 64px 0;
}

.historia p {
  margin-bottom: 22px;
}

.historia h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(19px, 3.5vw, 22px);
  font-weight: 400;
  font-style: italic;
  color: var(--accent);
  margin: 44px 0 18px;
}

blockquote.pull-quote {
  border-left: 3px solid var(--accent);
  margin: 36px 0;
  padding: 6px 0 6px 24px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(19px, 4vw, 22px);
  font-style: italic;
  color: var(--accent);
  line-height: 1.55;
}

/* ── CONTEÚDO DO EBOOK ── */
.conteudo-ebook {
  background: #F0E9DC;
  padding: 72px 0;
}

.secao-titulo {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(22px, 4vw, 28px);
  font-weight: 700;
  color: var(--text-body);
  text-align: center;
  margin-bottom: 8px;
}

.secao-sub {
  font-size: 15px;
  color: var(--text-muted);
  text-align: center;
  margin-bottom: 40px;
}

.conteudo-lista {
  border: 1px solid var(--divider);
  border-radius: 6px;
  overflow: hidden;
  background: #FAF7F2;
}

.conteudo-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--divider);
}

.conteudo-item:last-child { border-bottom: none; }

.conteudo-num {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: var(--accent);
  opacity: 0.45;
  flex-shrink: 0;
  line-height: 1;
  padding-top: 2px;
  min-width: 28px;
}

.conteudo-item strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-body);
  margin-bottom: 4px;
}

.conteudo-item p {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 0;
  line-height: 1.5;
}

/* ── PITCH ── */
.pitch {
  padding: 64px 0 8px;
}

.pitch p { margin-bottom: 22px; }

/* ── CTA FINAL ── */
.cta-final {
  background: #3A1F0E;
  padding: 64px 0;
}

.cta-final-box {
  display: flex;
  gap: 28px;
  align-items: center;
}

.cta-final-img {
  width: 100px;
  height: 134px;
  object-fit: cover;
  object-position: center top;
  border-radius: 4px;
  flex-shrink: 0;
  box-shadow: 0 6px 24px rgba(0,0,0,0.5);
}

.cta-final-titulo {
  font-family: 'Playfair Display', serif;
  font-size: clamp(17px, 3.5vw, 20px);
  font-weight: 700;
  color: #FAF7F2;
  margin-bottom: 8px;
  line-height: 1.3;
}

.cta-final-desc {
  font-size: 13px;
  color: rgba(250,247,242,0.65);
  margin-bottom: 10px;
  line-height: 1.5;
}

.cta-final-preco {
  font-size: 22px;
  font-weight: 600;
  color: #D4A56A;
  margin-bottom: 20px;
}

/* ── CTA BUTTON ── */
.cta-afiliado {
  display: block;
  background: var(--cta-bg);
  color: var(--cta-text);
  font-family: 'Lora', serif;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  padding: 18px 32px;
  border-radius: 4px;
  transition: opacity 0.2s;
  text-align: center;
}

.cta-afiliado:hover { opacity: 0.88; }

.cta-final .cta-afiliado {
  background: #C49040;
  color: #2C2A28;
}

.cta-afiliado--claro {
  background: var(--cta-bg);
  color: var(--cta-text);
  max-width: 420px;
  margin: 32px auto 0;
}

/* ── ENCERRAMENTO ── */
.encerramento {
  padding: 64px 0;
}

.encerramento p { margin-bottom: 22px; }

/* ── RODAPÉ ── */
.rodape {
  background: #F0E9DC;
  border-top: 1px solid var(--divider);
  padding: 32px 0;
}

.aviso-legal {
  font-size: 12px;
  color: var(--text-muted);
  line-height: 1.6;
  text-align: center;
}

/* ── DESKTOP ── */
@media (min-width: 680px) {
  body { font-size: 19px; }

  .problema-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }

  .problema-item {
    flex-direction: column;
    gap: 10px;
  }

  .cta-final-img {
    width: 120px;
    height: 160px;
  }
}
