<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width,initial-scale=1" />
  <title>Account Suspended — MyTrueHost</title>
  <style>
    :root{--bg:#0f1724;--card:#0b1220;--accent:#ff6b6b;--muted:#98a0b3}
    *{box-sizing:border-box}
    html,body{height:100%}
    body{
      margin:0;
      font-family:Inter, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
      background: linear-gradient(180deg,#071025 0%, #071227 60%);
      display:flex;align-items:center;justify-content:center;padding:24px;color:#e6eef8;
    }
    .card{
      max-width:760px;width:100%;background:rgba(255,255,255,0.02);border-radius:14px;padding:36px;border:1px solid rgba(255,255,255,0.03);
      box-shadow:0 6px 30px rgba(2,6,23,0.6);display:grid;grid-template-columns:1fr 320px;gap:24px;align-items:center
    }
    @media (max-width:720px){.card{grid-template-columns:1fr;padding:28px}}
    h1{margin:0 0 6px;font-size:22px;letter-spacing:-0.2px}
    p.lead{margin:0 0 18px;color:var(--muted);line-height:1.5}
    .notice{background:linear-gradient(90deg, rgba(255,107,107,0.12), rgba(255,107,107,0.04));padding:14px;border-radius:10px;border:1px solid rgba(255,107,107,0.06);color:#ffdede;margin-bottom:18px}
    .btn{display:inline-block;padding:12px 16px;border-radius:10px;text-decoration:none;font-weight:600;background:linear-gradient(180deg,var(--accent),#ff4a4a);color:#fff;border:0}
    .btn.secondary{background:transparent;border:1px solid rgba(255,255,255,0.06);color:#dfe9ff}
    .right{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px;border-radius:10px;background:linear-gradient(180deg,rgba(255,255,255,0.01),rgba(255,255,255,0.00));border:1px solid rgba(255,255,255,0.02)}
    .domain{font-weight:700;font-size:18px;margin-bottom:8px}
    small{color:var(--muted)}
    .foot{margin-top:18px;font-size:13px;color:var(--muted)}
  </style>
</head>
<body>
  <div class="card" role="document" aria-labelledby="suspended-title">
    <div>
      <h1 id="suspended-title">This account has been suspended due to non payment.</h1>

      <div class="notice" role="status">
        <strong>Action required:</strong> To restore service, please renew your account.
      </div>

      <p class="lead">Please contact via livechat at <a href="https://www.mytruehost.com" style="color:inherit;text-decoration:underline;font-weight:600">https://www.mytruehost.com</a> for instant renewal.</p>

      <a class="btn" href="https://www.mytruehost.com" target="_blank" rel="noopener">Contact Livechat — Renew Now</a>

      <div class="foot">If you believe this is an error, contact support via the livechat link above and have your account details ready.</div>
    </div>

    <aside class="right" aria-label="account info">
      <div class="domain">Account suspended</div>
      <small>Reason: Non payment</small>
      <div style="height:18px"></div>
      <a class="btn secondary" href="https://www.mytruehost.com" target="_blank" rel="noopener">Open Livechat</a>
    </aside>
      
  </div>
  
    <p>
      <a href="https://www.mytruehost.com" style="color:#82b3ff; text-decoration:underline;">$1 Hosting</a> |
      <a href="https://www.mytruehost.com/cheap-web-hosting.php" style="color:#82b3ff; text-decoration:underline;">Cheap Web Hosting</a> |
      <a href="https://www.mytruehost.com/cheap-reseller-hosting.php" style="color:#82b3ff; text-decoration:underline;">Cheap Reseller Hosting</a>
    </p>
  </div>
</body>
</html>
