<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <title>PokeScan - Support</title>

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

    <style>

        body {

            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

            max-width: 700px;

            margin: 40px auto;

            padding: 0 16px;

            line-height: 1.6;

        }

        h1, h2 {

            text-align: left;

        }

        .section {

            margin-bottom: 32px;

        }

    </style>

</head>

<body>

    <h1>PokeScan – App Support</h1>

    <div class="section">

        <p>If you need help with the PokeScan app, please contact us by email:</p>

        <p><strong>Email:</strong> <a href="mailto:pokescan@hotmail.com">pokescan@hotmail.com</a></p>

        <p>We will do our best to answer your questions, fix issues and improve the app based on your feedback.</p>


        <h2>What we can help with</h2>

        <ul>

            <li>Issues using the card scanner</li>

            <li>Bugs or crashes</li>

            <li>Questions about existing features</li>

            <li>Suggestions for new features or improvements</li>

        </ul>

    </div>


    <hr>


    <h2>PokeScan – Suporte (Português)</h2>

    <div class="section">

        <p>Se você precisar de ajuda com o app PokeScan, entre em contato por e-mail:</p>

        <p><strong>E-mail:</strong> <a href="mailto:pokescan@hotmail.com">pokescan@hotmail.com</a></p>

        <p>Respondemos dúvidas, problemas de uso, erros e sugestões de melhoria.</p>

    </div>

</body>

</html>