body {
  margin: 0;
  padding: 0;
  background: linear-gradient(to bottom, #000 80%, #5d00a0 100%);
  color: white;
  font-family: sans-serif;
}

header {
  background-color: #000;
  background-image: url('Capa do E-book.png');
  background-size: cover;
  background-position: center;
  color: white;
  padding: 150px 30px;
  text-align: center;
  position: relative;
}

header::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

header h1, header p, .cta {
  position: relative;
  z-index: 1;
}

.highlight {
  color: #ffd700;
  font-weight: bold;
}

.container {
  padding: 2rem;
  max-width: 800px;
  margin: auto;
  line-height: 1.6;
  text-align: center;
}

.cta {
  background-color: #6a00e3;
  color: white;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.3s ease;
  display: inline-block;
  margin-top: 2rem;
}

.cta:hover {
  background-color: #7700ff;
}

.benefits {
  padding: 4rem 2rem;
  background-color: #000000;
  text-align: center;
}

.benefits h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #6a00e3;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}

.benefit-card {
  background: #1a1a1a;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(100, 1, 231, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 25px rgba(100, 1, 231, 0.2);
}

.benefit-card h3 {
  margin-bottom: 1rem;
  color: #ffd700;
}

.benefit-card p {
  font-size: 0.95rem;
  color: #ccc;
}

.depoimentos {
  background-color: #0b0b0b;
  padding: 4rem 2rem;
  text-align: center;
}

.depoimentos h2 {
  color: #6a00e3;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.depoimentos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  max-width: 1000px;
  margin: auto;
}

.depoimento-card {
  background-color: #1a1a1a;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(106, 0, 227, 0.3);
  font-size: 0.95rem;
  color: #eee;
  line-height: 1.6;
  position: relative;
}

.depoimento-card::before {
  content: "\201C";
  font-size: 3rem;
  color: #6a00e3;
  position: absolute;
  top: -20px;
  left: 20px;
}

.depoimento-card::after {
  content: "\201D";
  font-size: 3rem;
  color: #6a00e3;
  position: absolute;
  bottom: -20px;
  right: 20px;
}

.autor {
  display: block;
  margin-top: 1rem;
  font-size: 0.85rem;
  color: #aaa;
  font-style: italic;
}

.botao-depoimento {
  background-color: #6a00e3;
  color: white;
  padding: 1rem 2rem;
  font-size: 1.1rem;
  border-radius: 8px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  margin-top: 3rem;
  transition: background 0.3s ease;
}

.botao-depoimento:hover {
  background-color: #7700ff;
}

.oferta {
  background-color: #000000;
  padding: 4rem 2rem;
  text-align: center;
}

.oferta-content {
  max-width: 600px;
  margin: auto;
  background: #2a2a2a;
  padding: 2.5rem;
  border-radius: 16px;
  box-shadow: 0 0 25px rgba(100, 1, 231, 0.2);
}

.oferta h1 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: #c60707;
}

.oferta h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: #fff;
}

.pagamento {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: #fff;
}

.preco {
  color: #11d000;
  font-size: 3.5rem;
  font-weight: bold;
}

.preco-antigo {
  text-decoration: line-through;
  color: #c40b0b;
  font-size: 2.5rem;
  margin-right: 0.5rem;
}

.oferta-itens {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  color: #ccc;
  font-size: 1rem;
  line-height: 1.8;
}

.oferta-itens li {
  margin-bottom: 0.5rem;
}

.botao-compra {
  background-color: #6a00e3;
  color: white;
  padding: 1rem 2.5rem;
  font-size: 1.2rem;
  border-radius: 8px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  transition: background 0.3s ease;
  display: inline-block;
}

.botao-compra:hover {
  background-color: #7700ff;
}

footer {
  text-align: center;
  padding: 2rem;
  background-color: #111;
  font-size: 0.9rem;
  color: #aaa;
}

/* Bloco de transformação */
.transformacao {
  background-color: #0b0b0b;
  padding: 3rem 2rem;
  text-align: center;
  max-width: 800px;
  margin: 2rem auto;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(106, 0, 227, 0.2);
}

.transformacao h2 {
  color: #ffd700;
  margin-bottom: 1rem;
}

.transformacao p {
  font-size: 1.1rem;
  color: #ccc;
  line-height: 1.6;
}

/* Contador */
#contador {
  font-size: 1.3rem;
  font-weight: bold;
  color: #ffd700;
  margin-bottom: 1rem;
}

/* Stack de valor */
.stack-valor {
  background-color: #1a1a1a;
  padding: 1rem;
  border-radius: 8px;
  margin: 1.5rem 0;
  color: #ccc;
  text-align: left;
  font-size: 1rem;
}

.stack-valor p {
  margin: 0.5rem 0;
}

.stack-valor .total {
  color: #ffd700;
  font-weight: bold;
  margin-top: 1rem;
}