<!DOCTYPE html>
<html lang="pt-BR">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Ozênvitta Oficial</title>
  <style>
    body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      line-height: 1.6;
      background: #f9f9f9;
      color: #333;
    }
    .container {
      max-width: 800px;
      margin: auto;
      padding: 20px;
    }
    h1 {
      text-align: center;
      color: #007b5e;
    }
    h2 {
      text-align: center;
      font-weight: normal;
      color: #555;
    }
    .benefits {
      background: #fff;
      padding: 20px;
      margin: 20px 0;
      border-radius: 10px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }
    .benefits ul {
      list-style: none;
      padding: 0;
    }
    .benefits ul li {
      margin: 10px 0;
      padding-left: 25px;
      position: relative;
    }
    .benefits ul li::before {
      content: "✅";
      position: absolute;
      left: 0;
    }
    .cta {
      text-align: center;
      margin: 30px 0;
    }
    .cta a {
      background: #007b5e;
      color: #fff;
      text-decoration: none;
      padding: 15px 25px;
      border-radius: 5px;
      font-size: 18px;
      font-weight: bold;
      transition: background 0.3s ease;
    }
    .cta a:hover {
      background: #005f47;
    }
    .alert {
      background: #ffe9e9;
      border: 1px solid #ff9999;
      color: #a10000;
      padding: 15px;
      border-radius: 8px;
      margin: 20px 0;
      font-weight: bold;
      text-align: center;
    }
  </style>
</head>
<body>
  <div class="container">
    <h1>Descubra o Ozênvitta</h1>
    <h2>O suplemento natural que está transformando vidas</h2>

    <p>Você já deve ter visto dezenas de produtos prometendo resultados milagrosos, mas poucos realmente entregam o que falam.  
    O <strong>Ozênvitta</strong> se destaca porque é um suplemento natural, regularizado pela Anvisa, e já ajudou milhares de brasileiros a conquistar mais saúde e bem-estar.</p>

    <div class="benefits">
      <h3>Por que escolher Ozênvitta?</h3>
      <ul>
        <li>100% natural</li>
        <li>Regularizado pela Anvisa</li>
        <li>Entrega rápida em todo o Brasil</li>
        <li>Milhares de avaliações positivas</li>
        <li>Garantia de 30 dias direto do fabricante</li>
      </ul>
    </div>

    <div class="alert">
      ⚠️ Atenção: devido ao sucesso, surgiram muitas falsificações.  
      O Ozênvitta só é vendido no site oficial do fabricante.
    </div>

    <div class="cta">
      <a href="SEU-LINK-AFILIADO" target="_blank">🔒 Quero garantir meu Ozênvitta no site oficial</a>
    </div>
  </div>
</body>
</html>