<!doctype html>

<html lang="es">

  <head>

    <meta charset="utf-8" />

    <meta name="viewport" content="width=device-width,initial-scale=1" />

    <title>Pro Factory Club — Email confirmado</title>

    <style>

      body { margin:0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; background:#0b0b0d; color:#fff; }

      .wrap { min-height:100vh; display:flex; align-items:center; justify-content:center; padding:24px; }

      .card { width:100%; max-width:560px; background:#111; border:1px solid #333; border-radius:18px; padding:22px; }

      h1 { font-size:20px; margin:10px 0 6px; text-align:center; }

      p { color:#aaa; line-height:1.5; margin:0 0 14px; text-align:center; }

      .ok { display:flex; align-items:center; justify-content:center; gap:10px; margin:14px 0 8px; color:#D4AF37; font-weight:800; }

      .btn { display:block; width:100%; text-align:center; background:#D4AF37; color:#000; font-weight:900; padding:14px 16px; border-radius:16px; text-decoration:none; margin-top:14px; }

      .small { font-size:13px; color:#777; margin-top:12px; text-align:center; }

    </style>

  </head>

  <body>

    <div class="wrap">

      <div class="card">

        <div class="ok">✅ Email confirmado</div>

        <h1>Tu cuenta está lista</h1>

        <p>Ya puedes volver a la app de <strong>Pro Factory Club</strong> e iniciar sesión.</p>


        <a class="btn" href="#">Volver a la app</a>


        <p class="small">

          Si este navegador no se cierra automáticamente, abre la app manualmente.

        </p>

      </div>

    </div>

  </body>

</html>