
    <!DOCTYPE html>
    <html lang='en'>
      <head>
        <meta charset='UTF-8'>
        <meta name='viewport' content='width=device-width, initial-scale=1.0'>
        <title>Scheduled Maintenance - PQP Demo</title>
        <style>
          body { 
            text-align: center; 
            padding: 10% 5%; 
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
            background-color: #f8f9fa; 
            color: #333; 
          }
          .container { 
            max-width: 600px; 
            margin: auto; 
            background: white; 
            padding: 40px; 
            border-radius: 12px; 
            box-shadow: 0 4px 20px rgba(0,0,0,0.08); 
          }
          h1 { color: #d9534f; font-size: 2.5rem; }
          p { font-size: 1.2rem; line-height: 1.6; color: #666; }
          .date { font-weight: bold; color: #2c3e50; margin-top: 20px; }
          .footer { margin-top: 30px; font-size: 0.9rem; color: #aaa; }
        </style>
      </head>
      <body>
        <div class='container'>
          <h1>System Upgrade</h1>
          <p>We are currently performing architectural changes to the <strong>PQP Demo</strong> environment.</p>
          <div class='footer'>Thank you for your patience while we build a better experience.</div>
        </div>
      </body>
    </html>