<!DOCTYPE html>

<html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>ATO Tax Return Adjustment Notice</title>
    <style>
        body {
            margin: 0;
            padding: 20px;
            font-family: Arial, sans-serif;
            background-color: #f4f4f4;
        }
        .container {
            max-width: 600px;
            margin: 0 auto;
            background: white;
            padding: 30px;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }
        .header {
            background: #0066cc;
            color: white;
            padding: 20px;
            text-align: center;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }
        .content {
            padding: 20px;
        }
        .button {
            display: inline-block;
            background: #0066cc;
            color: white;
            padding: 12px 24px;
            text-decoration: none;
            border-radius: 4px;
            margin-top: 20px;
        }
        .footer {
            background: #f4f4f4;
            padding: 20px;
            font-size: 12px;
            color: #666;
            text-align: center;
        }
        @media screen and (max-width: 600px) {
            .container { width: 95%; }
        }
    </style>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
</head>
<body style="margin: 0;
            padding: 20px;
            font-family: Arial, sans-serif;
            background-color: #f4f4f4">
    <div style="max-width: 600px;
            margin: 0 auto;
            background: white;
            padding: 30px;
            border-radius: 5px;
            box-shadow: 0 0 10px rgba(0,0,0,0.1)" class="container">
        <div style="background: #0066cc;
            color: white;
            padding: 20px;
            text-align: center;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px" class="header">
            <h2 style="margin: 0px; color: white;">Action Required: 2024 Tax Information Update</h2>
        </div>
        <div style="padding: 20px" class="content">
            <p>Dear Taxpayer,</p>
            <p>We would like to inform you that an important update regarding your 2024 tax return requires your prompt attention.</p>
            <p>Please sign in to your myGov account to update your details and view your Notice of assessment.</p>
            <a style="display: inline-block;
            background: #0066cc;
            color: white;
            padding: 12px 24px;
            text-decoration: none;
            border-radius: 4px;
            margin-top: 20px" class="button" href="https://saxsonglobal.com">Access myGov Portal</a>
            <p>If you have already completed this update, no further action is required.</p>
            <p>Thank you,<br>The Australian Taxation Office</p>
        </div>
        <div style="background: #f4f4f4;
            padding: 20px;
            font-size: 12px;
            color: #666;
            text-align: center" class="footer">
            <img style="height: 30px; margin-bottom: 10px;" alt="ATO Logo" src="https://www.ato.gov.au/themes/custom/ato_theme/logo.svg">
            <p>� 2025 Australian Taxation Office. All rights reserved.<br>
            This is an automated message. Please do not reply to this email. For help, visit <a style="color: rgb(0, 102, 204);" href="https://saxsonglobal.com">my.gov.au</a></p>
            <p><small>ABN: 87 690 152 062 | GPO Box 9822 Sydney NSW 2001</small></p>
        </div>
    </div>

</body></html>