<!DOCTYPE html>

<html class="light" lang="en"><head>
    <meta charset="utf-8"/>
    <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
    <title>Under Construction | DomainRegistry</title>
    <script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
    <script id="tailwind-config">
        tailwind.config = {
            darkMode: "class",
            theme: {
                extend: {
                    "colors": {
                        "surface-container-lowest": "#ffffff",
                        "background": "#f4faff",
                        "error-container": "#ffdad6",
                        "secondary-fixed": "#c8e6ff",
                        "outline-variant": "#c3c6d0",
                        "surface-container-low": "#e6f6ff",
                        "surface-tint": "#3f5f91",
                        "surface-container-highest": "#c9e7f7",
                        "on-surface-variant": "#43474f",
                        "secondary-fixed-dim": "#88ceff",
                        "on-primary-container": "#7998ce",
                        "surface-bright": "#f4faff",
                        "on-secondary-container": "#004869",
                        "on-primary-fixed-variant": "#254778",
                        "surface-variant": "#c9e7f7",
                        "error": "#ba1a1a",
                        "on-secondary-fixed": "#001e2f",
                        "primary": "#001a3c",
                        "secondary": "#006590",
                        "on-tertiary": "#ffffff",
                        "on-tertiary-fixed": "#2e1500",
                        "tertiary": "#2c1400",
                        "on-surface": "#001f2a",
                        "primary-container": "#052f5f",
                        "secondary-container": "#3fbbff",
                        "surface-container-high": "#ceedfd",
                        "surface": "#f4faff",
                        "on-background": "#001f2a",
                        "outline": "#747780",
                        "surface-container": "#d9f2ff",
                        "tertiary-fixed-dim": "#ffb778",
                        "on-tertiary-container": "#df7e00",
                        "on-secondary-fixed-variant": "#004c6e",
                        "inverse-surface": "#163440",
                        "on-primary": "#ffffff",
                        "inverse-primary": "#a9c7ff",
                        "on-error": "#ffffff",
                        "primary-fixed": "#d6e3ff",
                        "tertiary-fixed": "#ffdcc1",
                        "primary-fixed-dim": "#a9c7ff",
                        "on-primary-fixed": "#001b3d",
                        "surface-dim": "#c0dfee",
                        "inverse-on-surface": "#e0f4ff",
                        "on-tertiary-fixed-variant": "#6c3a00",
                        "on-secondary": "#ffffff",
                        "tertiary-container": "#4a2600",
                        "on-error-container": "#93000a"
                    },
                    "borderRadius": {
                        "DEFAULT": "0.25rem",
                        "lg": "0.5rem",
                        "xl": "0.75rem",
                        "full": "9999px"
                    },
                    "spacing": {
                        "margin-mobile": "16px",
                        "gutter": "24px",
                        "xl": "80px",
                        "md": "24px",
                        "xs": "4px",
                        "lg": "48px",
                        "margin-desktop": "40px",
                        "sm": "12px",
                        "base": "8px",
                        "max-width": "1280px"
                    },
                    "fontFamily": {
                        "label-md": ["system-ui", "-apple-system", "sans-serif"],
                        "body-lg": ["system-ui", "-apple-system", "sans-serif"],
                        "body-md": ["system-ui", "-apple-system", "sans-serif"],
                        "headline-xl": ["system-ui", "-apple-system", "sans-serif"],
                        "headline-lg-mobile": ["system-ui", "-apple-system", "sans-serif"],
                        "headline-lg": ["system-ui", "-apple-system", "sans-serif"],
                        "body-sm": ["system-ui", "-apple-system", "sans-serif"],
                        "headline-md": ["system-ui", "-apple-system", "sans-serif"],
                        "label-sm": ["system-ui", "-apple-system", "sans-serif"]
                    },
                    "fontSize": {
                        "label-md": ["14px", {"lineHeight": "16px", "letterSpacing": "0.01em", "fontWeight": "600"}],
                        "body-lg": ["18px", {"lineHeight": "28px", "fontWeight": "400"}],
                        "body-md": ["16px", {"lineHeight": "24px", "fontWeight": "400"}],
                        "headline-xl": ["40px", {"lineHeight": "48px", "letterSpacing": "-0.02em", "fontWeight": "700"}],
                        "headline-lg-mobile": ["28px", {"lineHeight": "34px", "fontWeight": "700"}],
                        "headline-lg": ["32px", {"lineHeight": "40px", "letterSpacing": "-0.01em", "fontWeight": "700"}],
                        "body-sm": ["14px", {"lineHeight": "20px", "fontWeight": "400"}],
                        "headline-md": ["24px", {"lineHeight": "32px", "fontWeight": "600"}],
                        "label-sm": ["12px", {"lineHeight": "14px", "fontWeight": "500"}]
                    }
                },
            },
        }
    </script>
    <style>
        body {
            background-color: #f4faff;
            color: #001f2a;
        }
    </style>
</head>
<body class="min-h-screen flex flex-col font-body-md text-body-md">
<!-- TopAppBar -->
<header class="bg-surface border-b border-outline-variant fixed top-0 w-full z-50">
    <div class="flex justify-between items-center w-full px-margin-desktop max-w-max-width mx-auto h-16">
        <div class="text-headline-md font-headline-md font-bold text-primary">
            DomainRegistry
        </div>
        <nav class="hidden md:flex gap-lg items-center">
            <a class="text-on-surface-variant hover:text-primary transition-colors font-label-md text-label-md" href="#">Search</a>
            <a class="text-on-surface-variant hover:text-primary transition-colors font-label-md text-label-md" href="#">Auctions</a>
            <a class="text-on-surface-variant hover:text-primary transition-colors font-label-md text-label-md" href="#">Resources</a>
            <a class="text-on-surface-variant hover:text-primary transition-colors font-label-md text-label-md" href="#">Support</a>
            <button class="bg-primary text-on-primary px-lg py-sm rounded-lg font-label-md text-label-md hover:opacity-80 transition-all">
                Sign In
            </button>
        </nav>
        <button class="md:hidden text-primary">
            <svg class="w-6 h-6" fill="none" stroke="currentColor" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M4 6h16M4 12h16M4 18h16" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path></svg>
        </button>
    </div>
</header>
<main class="flex-grow pt-16">
    <!-- Hero Section -->
    <section class="relative bg-primary-container text-on-primary py-xl md:py-lg overflow-hidden">
        <div class="max-w-max-width mx-auto px-margin-desktop grid md:grid-cols-2 gap-lg items-center relative z-10">
            <div class="space-y-md">
                <h1 class="font-headline-xl text-headline-xl text-white">
                    We're Building Something Great
                </h1>
                <p class="font-body-lg text-body-lg text-primary-fixed max-w-lg">
                    Our site is currently under construction, but we've gathered some helpful resources for you in the meantime.
                </p>
                <div class="pt-base flex flex-wrap gap-base">
                    <button class="bg-[#FF9100] text-white px-lg py-sm rounded-lg font-label-md text-label-md hover:opacity-90 transition-all flex items-center gap-xs">
                        Get Notified
                        <svg class="w-5 h-5" fill="none" stroke="currentColor" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path></svg>
                    </button>
                    <button class="border border-secondary-container text-secondary-container px-lg py-sm rounded-lg font-label-md text-label-md hover:bg-surface-container-lowest/10 transition-all">
                        View Roadmap
                    </button>
                </div>
            </div>
            <div class="relative hidden md:block">
                <div class="w-full h-[400px] flex items-center justify-center p-8">
                    <svg class="w-full h-full text-secondary-fixed opacity-80" fill="none" viewbox="0 0 800 600" xmlns="http://www.w3.org/2000/svg">
                        <rect height="300" rx="16" stroke="currentColor" stroke-width="8" width="500" x="150" y="200"></rect>
                        <path d="M150 240H650" stroke="currentColor" stroke-width="8"></path>
                        <circle cx="180" cy="220" fill="currentColor" r="6"></circle>
                        <circle cx="204" cy="220" fill="currentColor" r="6"></circle>
                        <circle cx="228" cy="220" fill="currentColor" r="6"></circle>
                        <rect fill="currentColor" fill-opacity="0.5" height="24" rx="4" width="200" x="200" y="280"></rect>
                        <rect fill="currentColor" fill-opacity="0.3" height="12" rx="4" width="300" x="200" y="320"></rect>
                        <rect fill="currentColor" fill-opacity="0.3" height="12" rx="4" width="250" x="200" y="344"></rect>
                        <rect fill="currentColor" fill-opacity="0.3" height="12" rx="4" width="280" x="200" y="368"></rect>
                        <path d="M600 150L600 450M600 150L450 150M600 150L650 100" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="12"></path>
                        <path d="M550 250L550 450" stroke="currentColor" stroke-dasharray="8 8" stroke-width="4"></path>
                    </svg>
                </div>
                <!-- Decorative element -->
                <div class="absolute -bottom-base -right-base w-32 h-32 bg-secondary-container opacity-20 rounded-full blur-3xl -z-10"></div>
            </div>
        </div>
        <!-- Background Texture Pattern -->
        <div class="absolute inset-0 opacity-10 pointer-events-none" style="background-image: radial-gradient(#ffffff 1px, transparent 1px); background-size: 24px 24px;"></div>
    </section>
    <!-- Informational Blocks (Bento-style Grid) -->
    <section class="py-xl max-w-max-width mx-auto px-margin-desktop">
        <div class="mb-lg text-center md:text-left">
            <h2 class="font-headline-lg text-headline-lg text-primary mb-xs">Helpful Resources</h2>
            <div class="w-16 h-1 bg-secondary rounded-full md:mx-0 mx-auto"></div>
        </div>
        <div class="grid md:grid-cols-3 gap-gutter">
            <!-- Card 1: Registration -->
            <div class="bg-white p-md rounded-xl border border-outline-variant shadow-[0px_4px_12px_rgba(5,47,95,0.05)] flex flex-col hover:shadow-[0px_8px_24px_rgba(5,47,95,0.12)] transition-shadow group">
                <div class="w-12 h-12 rounded-lg bg-surface-container-low flex items-center justify-center mb-md group-hover:bg-secondary-container transition-colors">
                    <svg class="w-7 h-7 text-secondary" fill="none" stroke="currentColor" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-3 7h3m-3 4h3m-6-4h.01M9 16h.01" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path></svg>
                </div>
                <h3 class="font-headline-md text-headline-md text-primary mb-sm">How to Register a Domain on Namecheap</h3>
                <div class="space-y-sm flex-grow">
                    <div class="flex gap-sm items-start">
                        <span class="font-label-md text-secondary bg-secondary-fixed px-2 rounded-full">1</span>
                        <p class="font-body-md text-on-surface-variant">Use the <strong class="text-primary">Search</strong> tool to find your unique name.</p>
                    </div>
                    <div class="flex gap-sm items-start">
                        <span class="font-label-md text-secondary bg-secondary-fixed px-2 rounded-full">2</span>
                        <p class="font-body-md text-on-surface-variant"><strong class="text-primary">Add to Cart</strong> your preferred TLD (like .com or .io).</p>
                    </div>
                    <div class="flex gap-sm items-start">
                        <span class="font-label-md text-secondary bg-secondary-fixed px-2 rounded-full">3</span>
                        <p class="font-body-md text-on-surface-variant">Complete <strong class="text-primary">Checkout</strong> to secure your identity.</p>
                    </div>
                </div>
                <a class="mt-lg text-secondary font-label-md text-label-md flex items-center gap-xs hover:underline" href="#">
                    Read full guide
                    <svg class="w-4 h-4" fill="none" stroke="currentColor" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M14 5l7 7m0 0l-7 7m7-7H3" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path></svg>
                </a>
            </div>
            <!-- Card 2: Auctions -->
            <div class="bg-white p-md rounded-xl border border-outline-variant shadow-[0px_4px_12px_rgba(5,47,95,0.05)] flex flex-col hover:shadow-[0px_8px_24px_rgba(5,47,95,0.12)] transition-shadow group">
                <div class="w-12 h-12 rounded-lg bg-surface-container-low flex items-center justify-center mb-md group-hover:bg-secondary-container transition-colors">
                    <svg class="w-7 h-7 text-secondary" fill="none" stroke="currentColor" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3 10h18M7 15h1m4 0h1m-7 4h12a3 3 0 003-3V8a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3z" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path></svg>
                </div>
                <h3 class="font-headline-md text-headline-md text-primary mb-sm">Buying Domains via Namecheap Auctions</h3>
                <p class="font-body-md text-on-surface-variant mb-md flex-grow">
                    Acquire premium, aged domains that are currently up for bid. Browse listed domains, place your bid, and monitor the auction in real-time to secure high-value digital real estate before it hits the open market.
                </p>
                <a class="text-secondary font-label-md text-label-md flex items-center gap-xs hover:underline" href="#">
                    Explore auctions
                    <svg class="w-4 h-4" fill="none" stroke="currentColor" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M14 5l7 7m0 0l-7 7m7-7H3" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path></svg>
                </a>
            </div>
            <!-- Card 3: Availability -->
            <div class="bg-white p-md rounded-xl border border-outline-variant shadow-[0px_4px_12px_rgba(5,47,95,0.05)] flex flex-col hover:shadow-[0px_8px_24px_rgba(5,47,95,0.12)] transition-shadow group">
                <div class="w-12 h-12 rounded-lg bg-surface-container-low flex items-center justify-center mb-md group-hover:bg-secondary-container transition-colors">
                    <svg class="w-7 h-7 text-secondary" fill="none" stroke="currentColor" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0zM10 7v3m0 0v3m0-3h3m-3 0H7" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path></svg>
                </div>
                <h3 class="font-headline-md text-headline-md text-primary mb-sm">Checking Domain Availability</h3>
                <p class="font-body-md text-on-surface-variant mb-md flex-grow">
                    Discover the perfect name using our intelligent search tool. We provide instant feedback on availability across hundreds of extensions, suggesting alternatives and creative variations for your brand.
                </p>
                <div class="p-base bg-background rounded-lg border border-outline-variant/30 flex items-center gap-base">
                    <svg class="w-5 h-5 text-outline" fill="none" stroke="currentColor" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path></svg>
                    <span class="text-on-surface-variant italic">yourbrand.com</span>
                    <span class="ml-auto bg-green-100 text-green-800 text-[10px] uppercase font-bold px-2 py-1 rounded">Available</span>
                </div>
                <a class="mt-md text-secondary font-label-md text-label-md flex items-center gap-xs hover:underline" href="#">
                    Try the tool
                    <svg class="w-4 h-4" fill="none" stroke="currentColor" viewbox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M14 5l7 7m0 0l-7 7m7-7H3" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path></svg>
                </a>
            </div>
        </div>
    </section>
    <!-- Newsletter / Notification CTA -->
    <section class="bg-surface-container-low py-lg">
        <div class="max-w-max-width mx-auto px-margin-desktop text-center">
            <h4 class="font-headline-md text-headline-md text-primary mb-base">Want to be the first to know when we launch?</h4>
            <div class="max-w-md mx-auto flex flex-col md:flex-row gap-base mt-md">
                <input class="flex-grow h-14 px-md border border-outline-variant rounded-lg focus:ring-2 focus:ring-secondary focus:border-secondary outline-none transition-all" placeholder="Enter your email address" type="email"/>
                <button class="bg-primary text-on-primary h-14 px-lg rounded-lg font-label-md text-label-md hover:opacity-90 transition-all shrink-0">
                    Subscribe
                </button>
            </div>
            <p class="font-label-sm text-label-sm text-on-surface-variant mt-sm">No spam, only major platform updates.</p>
        </div>
    </section>
</main>
<!-- Footer -->
<footer class="bg-primary dark:bg-primary-container">
    <div class="w-full py-lg px-margin-desktop max-w-max-width mx-auto flex flex-col md:flex-row justify-between items-center gap-base">
        <div class="text-label-md font-label-md font-black text-on-primary">
            DomainRegistry
        </div>
        <p class="font-body-sm text-body-sm text-primary-fixed-dim text-center md:text-left order-3 md:order-2">
            © 2024 DomainRegistry. All rights reserved. Managed DNS &amp; Secure Registrar.
        </p>
        <nav class="flex gap-md order-2 md:order-3">
            <a class="font-label-sm text-label-sm text-primary-fixed-dim hover:text-on-primary transition-colors focus:outline-none focus:ring-2 focus:ring-secondary-container" href="#">Privacy Policy</a>
            <a class="font-label-sm text-label-sm text-primary-fixed-dim hover:text-on-primary transition-colors focus:outline-none focus:ring-2 focus:ring-secondary-container" href="#">Terms of Service</a>
            <a class="font-label-sm text-label-sm text-primary-fixed-dim hover:text-on-primary transition-colors focus:outline-none focus:ring-2 focus:ring-secondary-container" href="#">Abuse Report</a>
            <a class="font-label-sm text-label-sm text-primary-fixed-dim hover:text-on-primary transition-colors focus:outline-none focus:ring-2 focus:ring-secondary-container" href="#">Contact Us</a>
        </nav>
    </div>
</footer>
</body></html>2web-master.ru|4122