<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>itusersmagazine.com is for sale</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <style>
        * { box-sizing: border-box; }

        body {
            margin: 0;
            padding: 0;
            background: #111827;
            font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
            color: #e5e7eb;
        }

        .wrapper {
            min-height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 16px;
        }

        .card {
            max-width: 800px;
            width: 100%;
            background: #1f2937;
            border-radius: 12px;
            padding: 26px 20px 28px;
            text-align: center;
            box-shadow: 0 12px 30px rgba(0,0,0,0.55);
        }

        .domain {
            font-size: 28px;
            font-weight: 700;
            margin-top: 20px;
            margin-bottom: 8px;
            word-wrap: break-word;
        }

        .subtitle {
            font-size: 15px;
            color: #9ca3af;
            margin-bottom: 22px;
        }

.buy-btn {
    display: inline-block;
    padding: 16px 36px;
    background: rgba(36, 62, 255, 1);
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    box-shadow:
        0 0 20px rgba(56, 132, 255, 0.35),
        0 7px 18px rgba(56, 132, 255, 0.4);
    margin: 28px 0 24px;
    transition: background 0.15s, transform 0.08s, box-shadow 0.08s;
}

.buy-btn:hover {
    background: rgba(46, 112, 225, 1);
    transform: translateY(-1px);
    box-shadow:
        0 0 26px rgba(56, 132, 255, 0.5),
        0 11px 24px rgba(56, 132, 255, 0.55);
}

.buy-btn:active {
    background: rgba(36, 92, 185, 1);
    transform: translateY(1px);
    box-shadow: 0 5px 12px rgba(56, 132, 255, 0.3);
}

        .note {
            font-size: 11px;
            color: #6b7280;
            margin-bottom: 24px;
        }

        .services-grid {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
            justify-content: center;
        }

.service-card {
    background: #111827;
    border-radius: 10px;
    padding: 16px 14px 18px;
    flex: 1 1 200px;
    max-width: 240px;
    text-align: left;
    box-shadow: 0 6px 18px rgba(0,0,0,0.4);
    display: flex;
    flex-direction: column;
}

.service-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.service-text {
    font-size: 13px;
    color: #9ca3af;
    margin-bottom: 12px;
}

.service-link {
    display: inline-block;
    margin-top: auto; /* pushes the button down */
    font-size: 13px;
    font-weight: 600;
    color: #93c5fd;
    text-decoration: none;
    padding: 6px 10px;
    border-radius: 999px;
    background: #1d283a;
    transition: background 0.15s, color 0.15s;
}

        .service-link:hover {
            background: #2563eb;
            color: #e5e7eb;
        }
.reclaim-note {
    font-size: 11px;
    color: #6b7280;
    margin-top: 32px;
    line-height: 1.4;
}

.reclaim-note a {
    color: #93c5fd;
    text-decoration: none;
}

.reclaim-note a:hover {
    text-decoration: underline;
}
.service-card {
    opacity: 0;
    animation: fadein 0.6s ease forwards;
}

.service-card:nth-child(2) { animation-delay: 0.1s; }
.service-card:nth-child(3) { animation-delay: 0.2s; }

@keyframes fadein {
    to { opacity: 1; }
}

    </style>
</head>
<body>
<div class="wrapper">
    <div class="card">

        <div class="domain">itusersmagazine.com</div>
        <div class="subtitle">This domain is available for purchase.</div>
        <a href="mailto:domains@digitimber.com?subject=Domain%20Inquiry%20for%20itusersmagazine.com&amp;body=Hello%2C%0A%0AI%20am%20interested%20in%20purchasing%20itusersmagazine.com.%0A%0APlease%20contact%20me%20with%20details.%0A" class="buy-btn">
            Buy this domain for as little as $79*
        </a>

        <div class="note">
            *Clicking the button opens an email to request purchase.
            Final pricing based on actual domain value and may be higher than $79.
        </div>

        <div class="services-grid">
            <div class="service-card">
                <div class="service-title">Website Hosting</div>
                <div class="service-text">
                    Fast, managed hosting with DigiTimber for your new domain or existing site.
                </div>
                <a class="service-link" href="https://www.digitimber.com/website-hosting/" target="_blank" rel="noopener">
                    Get hosting now ➜
                </a>
            </div>

            <div class="service-card">
                <div class="service-title">Website Design</div>
                <div class="service-text">
                    Need a fresh design or a full build for your website? Our team can help.
                </div>
                <a class="service-link" href="https://www.digitimber.com/contact-us/website-design/" target="_blank" rel="noopener">
                    Talk about design ➜
                </a>
            </div>

            <div class="service-card">
                <div class="service-title">IT Consulting</div>
                <div class="service-text">
                    From strategy to infrastructure, DigiTimber can support your IT plans.
                </div>
                <a class="service-link" href="https://www.digitimber.com/it-consulting/" target="_blank" rel="noopener">
                    Explore consulting ➜
                </a>
            </div>
        </div>
<div class="reclaim-note">
    If you believe this domain belongs to you, it may have expired or entered redemption.
    You can log in to your DigiTimber client portal to renew or reclaim it:<br>
    <a href="https://clients.digitimber.com/" target="_blank" rel="noopener">
        https://clients.digitimber.com/
    </a>
</div>

    </div>
</div>

</body>
</html>
