/* Reset e Base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Source Sans Pro', 'Segoe UI', sans-serif;
  background-color: #FDFBF7;
  color: #2D2D2D;
  line-height: 1.6;
  font-size: 18px;
}

/* Tipografia */
h1, h2, h3 {
  font-family: 'Playfair Display', Georgia, serif;
  color: #2D5A3D;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
}

p {
  margin-bottom: 1.2rem;
}

/* Container */
.container {
  max-width: 720px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */
.header {
  text-align: center;
  padding: 40px 0 30px;
  border-bottom: 2px solid #C4A484;
}

.logo {
  max-width: 150px;
  margin-bottom: 20px;
}

.contexto {
  font-size: 1rem;
  color: #666666;
  margin-bottom: 10px;
  font-style: italic;
}

.subtitulo {
  font-size: 1.2rem;
  color: #2D5A3D;
  font-weight: 400;
}

.linha-apoio {
  font-size: 1.1rem;
  color: #2D2D2D;
  font-style: italic;
  margin-top: 10px;
}

/* Seções */
.secao {
  padding: 50px 0;
  border-bottom: 1px solid #E8E4DE;
}

.secao:last-of-type {
  border-bottom: none;
}

.secao-destaque {
  background-color: #F5F0E8;
  padding: 50px 0;
  margin: 0 -24px;
  padding-left: 24px;
  padding-right: 24px;
}

/* Capa do produto */
.capa-container {
  text-align: center;
  margin: 30px 0;
}

.capa-produto {
  max-width: 280px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
  border-radius: 4px;
}

/* Listas */
.lista-beneficios {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.lista-beneficios li {
  padding: 12px 0 12px 35px;
  position: relative;
  border-bottom: 1px solid #E8E4DE;
}

.lista-beneficios li:last-child {
  border-bottom: none;
}

.lista-beneficios li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #2D5A3D;
  font-weight: bold;
  font-size: 1.2rem;
}

.lista-simples {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.lista-simples li {
  padding: 8px 0 8px 25px;
  position: relative;
}

.lista-simples li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #C4A484;
  font-size: 1.5rem;
  line-height: 1;
}

/* Destaque de texto */
.destaque {
  font-weight: 600;
  color: #2D5A3D;
}

.frase-ancora {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.4rem;
  font-style: italic;
  color: #2D5A3D;
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #C4A484;
  border-bottom: 1px solid #C4A484;
  margin: 30px 0;
}

/* Box de aviso */
.box-aviso {
  background-color: #F5F0E8;
  padding: 20px 25px;
  border-radius: 8px;
  margin: 25px 0;
  border-left: 4px solid #C4A484;
}

.box-aviso p {
  margin-bottom: 0;
  font-size: 0.95rem;
}

/* Preço */
.preco-container {
  text-align: center;
  padding: 40px 0;
}

.preco-de {
  font-size: 1.1rem;
  color: #666666;
  text-decoration: line-through;
}

.preco-por {
  font-size: 3rem;
  font-weight: 700;
  color: #2D5A3D;
  display: block;
  margin: 10px 0;
}

.preco-parcela {
  font-size: 1rem;
  color: #666666;
}

/* Botão CTA */
.cta-button {
  display: inline-block;
  background-color: #2D5A3D;
  color: #FFFFFF;
  padding: 18px 45px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.cta-button:hover {
  background-color: #1E3D29;
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(45, 90, 61, 0.3);
}

.cta-container {
  text-align: center;
  margin: 30px 0;
}

/* Order Bumps */
.order-bump {
  background-color: #FFFFFF;
  border: 2px solid #C4A484;
  border-radius: 10px;
  padding: 25px;
  margin: 20px 0;
  display: flex;
  gap: 20px;
  align-items: center;
}

.order-bump-img {
  max-width: 100px;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.order-bump-content h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.order-bump-content p {
  font-size: 0.95rem;
  margin-bottom: 10px;
}

.order-bump-preco {
  font-weight: 700;
  color: #2D5A3D;
}

/* Garantia */
.garantia {
  text-align: center;
  padding: 40px;
  background-color: #F5F0E8;
  border-radius: 10px;
  margin: 30px 0;
}

.garantia-icone {
  font-size: 3rem;
  margin-bottom: 15px;
}

/* FAQ */
.faq-item {
  padding: 20px 0;
  border-bottom: 1px solid #E8E4DE;
}

.faq-pergunta {
  font-weight: 600;
  color: #2D5A3D;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.faq-resposta {
  color: #666666;
  margin-bottom: 0;
}

/* Footer */
.footer {
  text-align: center;
  padding: 40px 0;
  border-top: 2px solid #C4A484;
  margin-top: 50px;
}

.footer-logo {
  max-width: 120px;
  margin-bottom: 15px;
}

.footer p {
  font-size: 0.85rem;
  color: #666666;
}

/* Página de Upsell */
.upsell-header {
  background-color: #2D5A3D;
  color: #FFFFFF;
  text-align: center;
  padding: 20px;
}

.upsell-header h1 {
  color: #FFFFFF;
  font-size: 1.5rem;
}

.upsell-timer {
  font-size: 1rem;
  color: #C4A484;
}

.upsell-content {
  text-align: center;
  padding: 40px 0;
}

.btn-recusar {
  display: inline-block;
  color: #666666;
  font-size: 0.9rem;
  text-decoration: underline;
  margin-top: 20px;
}

.btn-recusar:hover {
  color: #2D2D2D;
}

/* Página de Obrigado */
.obrigado-container {
  text-align: center;
  padding: 80px 0;
}

.obrigado-icone {
  font-size: 4rem;
  color: #2D5A3D;
  margin-bottom: 20px;
}

.obrigado-container h1 {
  margin-bottom: 20px;
}

.proximos-passos {
  background-color: #F5F0E8;
  padding: 30px;
  border-radius: 10px;
  margin: 30px 0;
  text-align: left;
}

.proximos-passos h3 {
  text-align: center;
  margin-bottom: 20px;
}

.proximos-passos ol {
  padding-left: 25px;
}

.proximos-passos li {
  padding: 10px 0;
}

/* Responsivo */
@media (max-width: 768px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .container {
    padding: 0 20px;
  }

  .capa-produto {
    max-width: 220px;
  }

  .preco-por {
    font-size: 2.5rem;
  }

  .order-bump {
    flex-direction: column;
    text-align: center;
  }

  .order-bump-img {
    max-width: 120px;
  }

  .cta-button {
    padding: 16px 35px;
    font-size: 1rem;
  }
}

/* Animações sutis */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

.secao {
  animation: fadeIn 0.6s ease-out;
}
