<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML lang=en><HEAD><TITLE>Update Your Payment Method</TITLE>
<META content="text/html; charset=unicode" http-equiv=Content-Type>
<META name=viewport content="width=device-width, initial-scale=1.0">
<STYLE>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        
        body {
            background-color: #f5f5f5;
            color: #333333;
            line-height: 1.6;
            padding: 20px;
        }
        
        .email-container {
            max-width: 600px;
            margin: 0 auto;
            background-color: #ffffff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .header {
            padding: 25px 30px;
            text-align: center;
            border-bottom: 1px solid #eeeeee;
        }
        
        .logo {
            max-width: 180px;
            height: auto;
        }
        
        .content {
            padding: 30px;
        }
        
        h1 {
            font-size: 28px;
            color: #202123;
            margin-bottom: 20px;
            line-height: 1.3;
        }
        
        p {
            margin-bottom: 20px;
            font-size: 16px;
            color: #555555;
        }
        
        .button {
            display: inline-block;
            background-color: #10a37f;
            color: white;
            text-decoration: none;
            padding: 14px 30px;
            border-radius: 50px;
            font-weight: 600;
            margin: 25px 0;
            transition: background-color 0.3s;
        }
        
        .button:hover {
            background-color: #0d8c6d;
        }
        
        ul {
            margin: 20px 0;
            padding-left: 20px;
        }
        
        li {
            margin-bottom: 12px;
            font-size: 16px;
            color: #555555;
        }
        
        .footer {
            background-color: #f8f8f8;
            padding: 30px;
            text-align: center;
            border-top: 1px solid #eeeeee;
        }
        
        .address {
            font-size: 14px;
            color: #777777;
            margin-bottom: 20px;
            line-height: 1.5;
        }
        
        .footer-links {
            margin-bottom: 20px;
        }
        
        .footer-links a {
            color: #777777;
            text-decoration: none;
            margin: 0 10px;
            font-size: 14px;
        }
        
        .footer-links a:hover {
            text-decoration: underline;
            color: #10a37f;
        }
        
        @media (max-width: 600px) {
            .content, .header, .footer {
                padding: 20px;
            }
            
            h1 {
                font-size: 24px;
            }
        }
    </STYLE>
</HEAD>
<BODY>
<DIV class=email-container>
<DIV class=header><IMG class=logo alt=ChatGPT 
src="https://cdn.mcauto-images-production.sendgrid.net/d4ef4a73d51fe844/127ea16e-ad77-4ae4-9c4e-9011712ced8c/468x82.png"> 
</DIV>
<DIV class=content>
<H1>Update your payment method to keep using Plus</H1>
<P>We attempted to process your subscription payment for ChatGPT, but 
unfortunately, the payment was declined.</P>
<P>This may be due to an issue with your payment method. To continue enjoying 
uninterrupted access to ChatGPT, please update your payment information.</P><A 
class=button href="https://zpr.io/mhjhVGPupyDW">Update Payment Method</A> 
<UL>
  <LI>Extended limits on messaging, file uploads, and voice mode 
  <LI>More image and video generation 
  <LI>Extended access to deep research and reasoning models </LI></UL>
<P>If you have any questions, we're here to help at <A 
href="mailto:support@openai.com">support@openai.com</A>.</P>
<P>Best,<BR>The ChatGPT Team</P></DIV>
<DIV class=footer>
<DIV class=address>
<P>3180 18th St<BR>San Francisco, CA 94110</P></DIV>
<DIV class=footer-links><A href="https://openai.com/terms">Terms</A> <A 
href="https://openai.com/privacy">Privacy</A> <A 
href="https://openai.com">OpenAI.com</A> </DIV>
<P>© 2025 OpenAI. All rights reserved.</P></DIV></DIV></BODY></HTML>