<!DOCTYPE html>
<html lang="en">
<head>
		<meta charset="utf-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1" />
		<meta name="_csrf" content="ByNRXi5veVho_5v2_V6MzTZts1zjmVtI729uWkTIAVi8iEttMkY0OE8OSWlFnq_BxXO4-QEMnj7RqmpljlpWbCb5YDyNvS9f" />
		<meta name="_csrf_header" content="X-XSRF-TOKEN" />

		<title>404 Error | C4 Comics</title>

		<!-- Meta Description (overridable) -->
		<meta name="description"
			content="Hybrid’s unified IAM &amp; IGA platform secures access, automates provisioning and certifications, and simplifies compliance across cloud, hybrid, and on-prem." />

		<!-- Canonical -->
		
		<link rel="canonical" href="https://www.22hybrid.com/" />
		<link rel="stylesheet" href="/styles/tcg-loader.css">

		<link rel="preconnect" href="https://fonts.googleapis.com">
		<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
		<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
		<!-- Open Graph -->
		<meta property="og:title" content="404 Error | Hybrid Enterprises" />
		<meta property="og:description"
			content="Secure access, automate identity lifecycle, and enforce governance." />
		<meta property="og:type" content="website" />
		<meta property="og:image" content="https://www.22hybrid.com/images/futureOfIdentity.png" />
		
		<meta property="og:url" content="https://www.22hybrid.com/" />
		<meta name="twitter:card" content="summary_large_image" />

		<!-- Organization structured data (site-wide) -->
		<script type="application/ld+json">
	    {
	      "@context": "https://schema.org",
	      "@type": "Organization",
	      "name": "Hybrid Enterprises",
	      "url": "https://www.22hybrid.com/", 
	      "logo": "https://www.22hybrid.com/images/teamLogo.webp",
	      "sameAs": [
	        "https://www.linkedin.com/company/hybrid-enterprises-llc"
	      ]
	    }
	    </script>
		<!-- --- end SEO additions --- -->

		<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css"
			integrity="sha512-2SwdPD6INVrV/lHTZbO2nodKhrnDdJK9/kg2XD1r9uGqPo1cUbujc+IYdlYdEErWNu69gVcYgdxlmVmzTWnetw=="
			crossorigin="anonymous" referrerpolicy="no-referrer" />
		<link rel="stylesheet" href="/libs/uswds-3.13/dist/css/uswds.min.css" />
		<link rel="stylesheet" href="/libs/jquery-ui-1.12.0.custom/jquery-ui.css" />
		<link rel="stylesheet"
			href="https://cdnjs.cloudflare.com/ajax/libs/jquery-ui-timepicker-addon/1.6.3/jquery-ui-timepicker-addon.min.css"
			integrity="" crossorigin="anonymous" />

		<link rel="stylesheet" href="https://cdn.datatables.net/1.13.6/css/jquery.dataTables.min.css">
		<link rel="stylesheet" href="https://cdn.datatables.net/responsive/2.5.0/css/responsive.dataTables.min.css">

		<link rel="stylesheet" href="/styles/app.css" />
		<link rel="stylesheet" href="/styles/result.css" />
		<link rel="stylesheet" href="/styles/c4-linear.css" />
		<style>
			/* move this to app.css later..*/
			.profile {
				position: relative;
			}

			.profile .icon_wrap {
				display: flex;
				align-items: center;
				cursor: pointer;
				gap: 6px;
			}

			.profile .icon_wrap img {
				width: 36px;
				height: 36px;
				border-radius: 50%;
			}

			.profile .icon_wrap .name {
				font-weight: 500;
			}

			.profile .profile_dd {
				display: none;
				position: absolute;
				right: 0;
				top: 44px;
				background-color: #fff;
				border-radius: 8px;
				box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
				min-width: 180px;
				z-index: 1100;
			}

			.profile_dd ul {
				list-style: none;
				padding: 8px 0;
				margin: 0;
			}

			.profile_dd ul li a {
				display: flex;
				align-items: center;
				gap: 8px;
				padding: 8px 12px;
				text-decoration: none;
				color: #4b0082;
				font-weight: 500;
			}

			.profile_dd ul li a:hover {
				background-color: #f1f1f1;
			}

			.profile.active .profile_dd {
				display: block;
			}


			/* Pagination container ceter aline */
			.pagination-container {
				display: flex;
				justify-content: center;
				margin-top: 1rem;
			}

			/* Basic USWDS-compatible pagination/input accents */
			.usa-pagination__button {
				display: inline-block;
				margin: 0 0.2rem;
				padding: 0.25rem 0.5rem;
				border: 1px solid #005ea2;
				color: #005ea2;
				border-radius: 0.25rem;
				cursor: pointer;
				text-decoration: none;
			}

			.usa-pagination__button.usa-current {
				background-color: #005ea2;
				color: white;
			}

			.dataTables_filter input {
				border: 1px solid #005ea2;
				border-radius: 0.25rem;
				padding: 0.25rem 0.5rem;
			}
		</style>

	</head>
<body>
    <!-- Header -->
	<header class="usa-header usa-header--basic">
    <style>
      /* ========= TOKENS ========= */
      :root{
        --text:#0f172a;
        --muted:#475569;
        --border: rgba(15,23,42,0.10);
        --brand:#4b0082;
        --brand-2:#6d28d9;
        --ring: rgba(75,0,130,0.22);
      }

      /* ========= BASE ========= */
      *, *::before, *::after { box-sizing: border-box; }
      a{ color: inherit; text-decoration: none; }
      button{ font-family: inherit; }

      /* ========= REVEAL ========= */
      .reveal{
        opacity: 0;
        transform: translateY(22px);
        filter: blur(6px);
        transition: opacity .75s ease, transform .75s ease, filter .75s ease;
        will-change: transform, opacity, filter;
      }
      .reveal.visible{
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
      }

      /* ========= NAV ========= */
      nav{
        position: fixed;
        inset: 0 0 auto 0;
        z-index: 100;
        padding: 20px 0;
        transition: background .3s, padding .3s, box-shadow .3s, border-color .3s;
      }
      nav.scrolled{
        background: rgba(255,255,255,0.78);
        backdrop-filter: blur(12px);
        border-bottom: 1px solid var(--border);
        padding: 12px 0;
        box-shadow: 0 12px 30px rgba(15,23,42,0.06);
      }

      .nav-inner{
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
      }

      .logo{ display: flex; align-items: center; gap: 12px; }
      .logo-icon{ height: 34px; width: auto; display: block; object-fit: contain; }
      .logo-name{ font-weight: 800; font-size: 20px; color: var(--text); }

      /* ========= NAV LINKS (purple theme + active state) ========= */
      .nav-links{ display: flex; align-items: center; gap: 32px; }
      .nav-links a{
        color: var(--muted);
        font-size: 15px;
        font-weight: 700;
        transition: color .2s;
        position: relative;
        padding-bottom: 3px;
      }
      .nav-links a::after{
        content: "";
        position: absolute;
        bottom: -2px;
        left: 0;
        right: 0;
        height: 2px;
        border-radius: 999px;
        background: linear-gradient(90deg, var(--brand), var(--brand-2));
        transform: scaleX(0);
        transform-origin: left;
        transition: transform .2s ease;
      }
      .nav-links a:hover{
        color: var(--brand);
      }
      .nav-links a:hover::after{
        transform: scaleX(1);
      }
      /* Active link */
      .nav-links a.nav-active{
        color: var(--brand);
        font-weight: 900;
      }
      .nav-links a.nav-active::after{
        transform: scaleX(1);
      }

      .nav-actions{ display: flex; align-items: center; gap: 12px; }

      .nav-lang-wrap{
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 8px 10px;
        border-radius: 999px;
        border: 1px solid var(--border);
        background: rgba(255,255,255,0.92);
      }
      .nav-lang-icon{
        width: 28px;
        height: 28px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        background: rgba(75,0,130,0.08);
        color: var(--brand);
        font-size: 13px;
      }
      .nav-lang-select{
        height: 30px;
        min-width: 94px;
        border-radius: 8px;
        border: 1px solid #dbe4f0;
        background: #fff;
        color: var(--brand);
        font-size: 13px;
        font-weight: 700;
        padding: 0 8px;
      }

      .public-profile-menu{
        position: relative;
      }
      .public-profile-toggle{
        display: inline-flex;
        align-items: center;
        gap: 8px;
        border: 1px solid var(--border);
        background: rgba(255,255,255,0.95);
        border-radius: 999px;
        padding: 4px 8px;
        cursor: pointer;
      }
      .public-profile-avatar{
        width: 30px;
        height: 30px;
        border-radius: 999px;
        object-fit: cover;
        border: 1px solid #dbe4f0;
        background: #eef2f8;
        flex-shrink: 0;
      }
      .public-profile-name{
        max-width: 132px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 13px;
        font-weight: 800;
        color: var(--brand);
      }
      .public-profile-chevron{
        color: #64748b;
        font-size: 12px;
      }
      .public-profile-dd{
        display: none;
        position: absolute;
        right: 0;
        top: calc(100% + 10px);
        min-width: 190px;
        background: #fff;
        border: 1px solid var(--border);
        border-radius: 14px;
        box-shadow: 0 18px 36px rgba(15,23,42,0.14);
        padding: 8px;
        z-index: 210;
      }
      .public-profile-dd.open{ display: block; }
      .public-profile-dd a{
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 9px 10px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 700;
        color: #334155;
      }
      .public-profile-dd a:hover{
        background: rgba(75,0,130,0.08);
        color: var(--brand);
      }

      .nav-cta{
        padding: 10px 20px;
        border-radius: 999px;
        background: linear-gradient(135deg, var(--brand), var(--brand-2));
        font-size: 14px;
        font-weight: 900;
        color: #fff;
        box-shadow: 0 14px 30px rgba(75,0,130,0.18);
        position: relative;
        overflow: hidden;
        transition: transform .18s ease, box-shadow .18s ease, opacity .2s;
        white-space: nowrap;
      }
      .nav-cta::after{
        content: "";
        position: absolute;
        inset: -40%;
        background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
        transform: translateX(-120%) rotate(20deg);
        transition: transform .55s ease;
        pointer-events: none;
      }
      .nav-cta:hover{ opacity: .96; transform: translateY(-1px); }
      .nav-cta:hover::after{ transform: translateX(120%) rotate(20deg); }

      /* ========= HAMBURGER ========= */
      .hamburger{
        display: none;
        background: none;
        border: 0;
        color: var(--text);
        cursor: pointer;
        font-size: 24px;
        line-height: 1;
        padding: 4px;
        z-index: 201;
        position: relative;
      }

      /* ========= SIDE DRAWER OVERLAY ========= */
      .drawer-overlay{
        display: none !important;
      }
      @media (max-width: 768px){
        .drawer-overlay{
          display: none;
          position: fixed;
          inset: 0;
          background: rgba(15,23,42,0.45);
          backdrop-filter: blur(4px);
          z-index: 199;
          opacity: 0;
          transition: opacity .3s ease;
        }
        .drawer-overlay.open{
          display: block;
          opacity: 1;
        }
      }

      /* ========= SIDE DRAWER ========= */
      .mobile-menu{
        display: none;
      }
      @media (max-width: 768px){
        .mobile-menu{
          display: flex !important;
          flex-direction: column !important;
          position: fixed !important;
          top: 0 !important;
          right: 0 !important;
          left: auto !important;
          bottom: 0 !important;
          height: 100dvh !important;
          width: min(300px, 85vw) !important;
          z-index: 200 !important;
          padding: 0 !important;
          background: rgba(255,255,255,0.97) !important;
          backdrop-filter: blur(16px) !important;
          border-left: 1px solid var(--border) !important;
          border-top: none !important;
          border-right: none !important;
          border-bottom: none !important;
          box-shadow: -18px 0 60px rgba(15,23,42,0.14) !important;
          transform: translateX(100%) !important;
          visibility: hidden;
          transition: transform .32s cubic-bezier(0.4, 0, 0.2, 1),
                      visibility 0s linear .32s;
          overflow-y: auto !important;
        }
        .mobile-menu.open{
          transform: translateX(0) !important;
          visibility: visible;
          transition: transform .32s cubic-bezier(0.4, 0, 0.2, 1),
                      visibility 0s linear 0s;
        }
      }

      /* Drawer header */
      .drawer-header{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 18px;
        border-bottom: 1px solid var(--border);
        gap: 12px;
        flex-shrink: 0;
      }
      .drawer-logo{
        display: flex;
        align-items: center;
        gap: 10px;
        font-weight: 800;
        font-size: 15px;
        color: var(--text);
        min-width: 0;
        overflow: hidden;
      }
      .drawer-logo img{
        height: 28px;
        width: auto;
        flex-shrink: 0;
      }
      .drawer-logo span{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      .drawer-close{
        background: none;
        border: 1px solid var(--border);
        border-radius: 10px;
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 18px;
        color: var(--muted);
        transition: background .15s, color .15s;
      }
      .drawer-close:hover{
        background: rgba(75,0,130,0.08);
        color: var(--brand);
        border-color: rgba(75,0,130,0.18);
      }

      /* Drawer links */
      .drawer-links{
        display: flex;
        flex-direction: column;
        padding: 20px 14px;
        gap: 6px;
        flex: 1;
        overflow-y: auto;
      }
      .drawer-links a{
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 14px 16px;
        border-radius: 14px;
        font-size: 16px;
        font-weight: 700;
        color: var(--muted);
        border: 1px solid transparent;
        transition: background .15s, color .15s, border-color .15s;
        white-space: nowrap;
      }
      .drawer-links a:hover{
        background: rgba(75,0,130,0.06);
        color: var(--brand);
        border-color: rgba(75,0,130,0.10);
      }
      .drawer-links a.nav-active{
        background: rgba(75,0,130,0.08);
        color: var(--brand);
        font-weight: 900;
        border-color: rgba(75,0,130,0.16);
      }
      .drawer-links a .link-icon{
        font-size: 18px;
        width: 24px;
        text-align: center;
        flex-shrink: 0;
        line-height: 1;
      }

      /* Drawer footer CTA */
      .drawer-footer{
        padding: 16px 18px 36px;
        border-top: 1px solid var(--border);
        flex-shrink: 0;
      }
      .drawer-footer .nav-cta{
        display: block;
        text-align: center;
        padding: 14px 20px;
        width: 100%;
        font-size: 15px;
      }

      @media (max-width: 768px){
        .nav-links, .nav-actions{ display: none; }
        .hamburger{ display: block; }
      }

      .drawer-lang-wrap{
        display: grid;
        gap: 8px;
        padding: 8px 2px 14px;
      }
      .drawer-lang-wrap label{
        font-size: 13px;
        font-weight: 700;
        color: #334155;
      }
      .drawer-lang-wrap .nav-lang-select{
        width: 100%;
        height: 36px;
      }

      .drawer-auth-actions{
        display: grid;
        gap: 8px;
      }
      .drawer-auth-actions a{
        display: block;
        text-align: center;
        border-radius: 12px;
        padding: 11px 12px;
        font-size: 14px;
        font-weight: 800;
        border: 1px solid rgba(75,0,130,0.22);
        color: var(--brand);
        background: #fff;
      }
      .drawer-auth-actions a:hover{
        background: rgba(75,0,130,0.08);
      }

      /* ========= REDUCED MOTION ========= */
      @media (prefers-reduced-motion: reduce){
        *{ animation: none !important; transition: none !important; }
        .reveal{ opacity: 1 !important; transform: none !important; filter: none !important; }
      }
    </style>

    <nav id="navbar">
      <div class="nav-inner reveal" data-delay="0">
        <a class="logo" href="/" aria-label="Go to home">
          <img class="logo-icon" src="/images/C4Logo4.png" alt="C4 Comics logo">
          <span class="logo-name">C4 Comics</span>
        </a>

        <div class="nav-links">
          <a href="/game/explore">Game Catalog</a>
          <a href="/pricing">Pricing</a>
          <a href="/about">About Us</a>
        </div>

        <div class="nav-actions">
          <div class="nav-lang-wrap">
            <span class="nav-lang-icon" aria-hidden="true"><i class="fa-solid fa-globe"></i></span>
            <select id="publicLangSelectTop" class="nav-lang-select js-public-lang-select">
              <option value="en" selected="selected">English</option>
              <option value="ko">Korean</option>
            </select>
          </div>

          <a href="/login" class="nav-cta">Sign In</a>

          
        </div>

        <button type="button" class="hamburger" id="hamburger" aria-label="Open menu" aria-expanded="false" aria-controls="mobile-menu">
          &#9776;
        </button>
      </div>
    </nav>

    <!-- Overlay -->
    <div class="drawer-overlay" id="drawerOverlay" aria-hidden="true"></div>

    <!-- Side Drawer -->
    <div class="mobile-menu" id="mobile-menu" role="dialog" aria-modal="true" aria-label="Navigation menu">
      <div class="drawer-header">
        <a class="drawer-logo" href="/">
          <img src="/images/C4Logo4.png" alt="C4 Comics logo">
          <span>C4 Comics</span>
        </a>
        <button type="button" class="drawer-close" id="drawerClose" aria-label="Close menu">✕</button>
      </div>

      <div class="drawer-links">
        <div class="drawer-lang-wrap">
          <label for="publicLangSelectDrawer">Language</label>
          <select id="publicLangSelectDrawer" class="nav-lang-select js-public-lang-select">
            <option value="en" selected="selected">English</option>
            <option value="ko">Korean</option>
          </select>
        </div>
        <a href="/game/explore">Game Catalog</a>
        <a href="/pricing">Pricing</a>
        <a href="/about">About Us</a>
      </div>

      <div class="drawer-footer">
        <a href="/login" class="nav-cta">Sign In</a>
        
      </div>
    </div>

    <script>
      // ---- Navbar scroll ----
      window.addEventListener("scroll", () => {
        document.getElementById("navbar").classList.toggle("scrolled", window.scrollY > 40);
      });

      // ---- Active link detection ----
      (function () {
        const path = window.location.pathname;
        const allLinks = document.querySelectorAll(".nav-links a, .drawer-links a");
        allLinks.forEach(link => {
          const href = link.getAttribute("href");
          if (!href || href === "#" || href.startsWith("/#")) return;
          // Exact match or starts-with for section paths
          if (path === href || (href !== "/" && path.startsWith(href))) {
            link.classList.add("nav-active");
          }
        });
      })();

      // ---- Side drawer ----
      const hamburger = document.getElementById("hamburger");
      const drawer    = document.getElementById("mobile-menu");
      const overlay   = document.getElementById("drawerOverlay");
      const closeBtn  = document.getElementById("drawerClose");

      // ---- Public language switch ----
      const publicLangSelects = document.querySelectorAll('.js-public-lang-select');
      publicLangSelects.forEach((select) => {
        select.addEventListener('change', (event) => {
          const lang = event.target.value;
          if (!lang) {
            return;
          }
          const url = new URL(window.location.href);
          url.searchParams.set('lang', lang);
          window.location.href = url.pathname + '?' + url.searchParams.toString() + url.hash;
        });
      });

      // ---- Public profile dropdown ----
      const publicProfileMenu = document.getElementById('publicProfileMenu');
      const publicProfileToggle = document.getElementById('publicProfileToggle');
      const publicProfileDropdown = document.getElementById('publicProfileDropdown');

      function setPublicProfileOpen(open) {
        if (!publicProfileToggle || !publicProfileDropdown) {
          return;
        }
        publicProfileDropdown.classList.toggle('open', open);
        publicProfileToggle.setAttribute('aria-expanded', String(open));
      }

      if (publicProfileMenu && publicProfileToggle && publicProfileDropdown) {
        publicProfileToggle.addEventListener('click', (event) => {
          event.preventDefault();
          const willOpen = !publicProfileDropdown.classList.contains('open');
          setPublicProfileOpen(willOpen);
        });

        document.addEventListener('click', (event) => {
          if (!event.target.closest('#publicProfileMenu')) {
            setPublicProfileOpen(false);
          }
        });

        document.addEventListener('keydown', (event) => {
          if (event.key === 'Escape') {
            setPublicProfileOpen(false);
          }
        });
      }

      function openDrawer() {
        drawer.classList.add("open");
        overlay.classList.add("open");
        hamburger.setAttribute("aria-expanded", "true");
        document.body.style.overflow = "hidden";
      }

      function closeDrawer() {
        drawer.classList.remove("open");
        overlay.classList.remove("open");
        hamburger.setAttribute("aria-expanded", "false");
        document.body.style.overflow = "";
      }

      hamburger.addEventListener("click", openDrawer);
      closeBtn.addEventListener("click", closeDrawer);
      overlay.addEventListener("click", closeDrawer);

      // Close on Escape
      document.addEventListener("keydown", (e) => {
        if (e.key === "Escape" && drawer.classList.contains("open")) closeDrawer();
      });

      // Reveal animation for nav
      const navInner = document.querySelector(".nav-inner.reveal");
      if (navInner) {
        requestAnimationFrame(() => {
          setTimeout(() => navInner.classList.add("visible"), 50);
        });
      }
    </script>
  </header>

    <div class="usa-overlay"></div>

    <!-- Main Content -->
	<main id="main-content">
    	
    <style>
      .c4-error-shell {
        min-height: 100vh;
        display: grid;
        place-items: center;
        padding: 7.5rem 1.25rem 3rem;
        background:
          radial-gradient(circle at 15% 20%, rgba(75, 0, 130, 0.13), transparent 52%),
          radial-gradient(circle at 85% 15%, rgba(37, 99, 235, 0.11), transparent 56%),
          linear-gradient(180deg, #ffffff 0%, #f7f8fc 70%, #ffffff 100%);
      }

      .c4-error-card {
        width: min(700px, 100%);
        border: 1px solid rgba(15, 23, 42, 0.1);
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.9);
        box-shadow: 0 18px 50px rgba(15, 23, 42, 0.1);
        backdrop-filter: blur(8px);
        padding: 2.25rem 1.5rem;
        text-align: center;
      }

      .c4-error-code {
        display: inline-block;
        font-size: 0.82rem;
        font-weight: 800;
        color: #4b0082;
        border: 1px solid rgba(75, 0, 130, 0.24);
        border-radius: 999px;
        padding: 0.4rem 0.85rem;
        margin-bottom: 0.95rem;
      }

      .c4-error-title {
        margin: 0;
        color: #0f172a;
        font-size: clamp(1.9rem, 5vw, 2.8rem);
        font-weight: 900;
        line-height: 1.18;
        letter-spacing: -0.02em;
      }

      .c4-error-subtitle {
        margin: 0.95rem auto 0;
        max-width: 52ch;
        color: #475569;
        font-size: 1rem;
        line-height: 1.72;
      }

      .c4-error-actions {
        margin-top: 1.45rem;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.75rem;
      }

      .c4-error-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        border: 1px solid transparent;
        text-decoration: none;
        font-weight: 800;
        font-size: 0.95rem;
        padding: 0.7rem 1.2rem;
      }

      .c4-error-btn--primary {
        background: #0f172a;
        color: #ffffff;
      }

      .c4-error-btn--ghost {
        border-color: rgba(15, 23, 42, 0.1);
        background: rgba(255, 255, 255, 0.88);
        color: #0f172a;
      }
    </style>

    <section class="c4-error-shell">
      <article class="c4-error-card">
        <div class="c4-error-code">404</div>
        <h1 class="c4-error-title">Page Not Found</h1>
        <p class="c4-error-subtitle">Sorry, the page you are looking for cannot be found.</p>
        <div class="c4-error-actions">
          <a class="c4-error-btn c4-error-btn--ghost" href="javascript:history.back()">Go back</a>
          <a class="c4-error-btn c4-error-btn--primary" href="/">Go to Home</a>
        </div>
      </article>
    </section>

	</main>
    <!-- Footer -->
	

<style>
/* ========= FOOTER ========= */
footer{
  position: relative;
  background:
    radial-gradient(circle at top left, rgba(75,0,130,0.10), transparent 34%),
    radial-gradient(circle at top right, rgba(109,40,217,0.08), transparent 32%),
    linear-gradient(180deg, #f8fafc 0%, #f1f5fb 100%);
  border-top: 1px solid rgba(15,23,42,0.08);
  padding: 56px 24px 28px;
  overflow: visible;
}

/* top accent line */
footer::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(168,85,247,0.55),
    rgba(59,130,246,0.45),
    transparent
  );
}

/* Appear-on-scroll animation */
footer.footer-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .45s ease, transform .45s ease;
}

footer.footer-reveal.is-visible{
  opacity: 1;
  transform: translateY(0);
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  footer.footer-reveal{
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.footer-inner{
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(220px, 1fr) auto;
  align-items: center;
  gap: 28px;
}

.footer-brand{
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  max-width: 100%;
}

.logo-badge{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,0.96), rgba(241,245,249,0.90));
  border: 1px solid rgba(148,163,184,0.18);
  box-shadow:
    0 10px 30px rgba(15,23,42,0.08),
    inset 0 1px 0 rgba(255,255,255,0.85);
  backdrop-filter: blur(10px);
  flex-shrink: 0;
}

.logo-icon{
  height: 38px;
  width: auto;
  object-fit: contain;
  display: block;
  filter:
    drop-shadow(0 4px 10px rgba(75,0,130,0.22))
    saturate(1.05)
    contrast(1.03);
}

.brand-text{
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.logo-name{
  font-weight: 800;
  font-size: 18px;
  letter-spacing: .2px;
  color: #0f172a;
  line-height: 1.1;
}

.logo-tagline{
  font-size: 13px;
  font-weight: 600;
  color: #64748b;
  line-height: 1.2;
}

.footer-center{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
  min-width: 0;
  justify-self: center;
}

.footer-copy{
  color: #475569;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
}

.footer-note{
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
  margin: 0;
}

.footer-links{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  min-width: 0;
  justify-self: end;
  max-width: 100%;
  align-content: center;
}

.footer-links a{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(15,23,42,0.10);
  color: #334155;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform .2s ease,
    background .2s ease,
    color .2s ease,
    box-shadow .2s ease,
    border-color .2s ease;
  box-shadow: 0 6px 18px rgba(15,23,42,0.05);
}

.footer-links a:hover{
  transform: translateY(-2px);
  color: #111827;
  background: #ffffff;
  border-color: rgba(75,0,130,0.24);
  box-shadow: 0 8px 20px rgba(75,0,130,0.10);
}

.footer-links a:focus-visible{
  outline: none;
  box-shadow:
    0 0 0 3px rgba(75,0,130,0.20),
    0 8px 20px rgba(75,0,130,0.10);
}

/* YouTube button */
.footer-links a.youtube{
  border: 1px solid rgba(220,38,38,0.22);
  color: #dc2626;
  background: rgba(255,255,255,0.82);
}

.footer-links a.youtube:hover{
  background: #dc2626;
  color: #ffffff;
  border-color: #dc2626;
  box-shadow: 0 8px 20px rgba(220,38,38,0.25);
}

.youtube-icon{
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex-shrink: 0;
}

@media (max-width: 1100px){
  .footer-inner{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .footer-brand{
    width: 100%;
    padding-bottom: 6px;
  }

  .footer-center{
    width: 100%;
    align-items: flex-start;
    text-align: left;
    justify-self: start;
  }

  .footer-links{
    width: 100%;
    justify-content: flex-start;
    justify-self: start;
    margin-top: 2px;
    padding-top: 10px;
    border-top: 1px solid rgba(15,23,42,0.08);
  }
}

@media (max-width: 560px){
  footer{
    padding: 44px 18px 24px;
  }

  .footer-brand{
    align-items: flex-start;
    width: 100%;
  }

  .logo-badge{
    width: 54px;
    height: 54px;
    border-radius: 16px;
  }

  .logo-icon{
    height: 34px;
  }

  .logo-name{
    font-size: 17px;
  }

  .footer-links{
    width: 100%;
    gap: 8px;
    padding-top: 8px;
  }

  .footer-links a{
    padding: 9px 12px;
    font-size: 12px;
  }

  .youtube-icon{
    width: 15px;
    height: 15px;
  }
}
</style>

<footer class="footer-reveal">
  <div class="footer-inner">

    <div class="footer-brand">
      <div class="logo-badge">
        <img class="logo-icon"
             src="/images/C4Logo4.png"
             alt="C4 Comics logo">
      </div>

      <div class="brand-text">
        <span class="logo-name">C4 Comics</span>
        <span class="logo-tagline">Comics, cards, and collector culture</span>
      </div>
    </div>

    <div class="footer-center">
      <p class="footer-copy">© 2026 Hybrid Enterprises LLC. All rights reserved.</p>
      <p class="footer-note">Built for fans, collectors, and comic lovers.</p>
    </div>

    <nav class="footer-links" aria-label="Footer navigation">
      <a href="/privacy">Privacy</a>
      <a href="/terms">Terms</a>
      <a href="/contact">Contact</a>

      <a class="youtube"
         href="https://www.youtube.com/@C4-Living"
         target="_blank"
         rel="noopener"
         aria-label="Visit C4 Living on YouTube">
        <svg class="youtube-icon" viewBox="0 0 24 24" aria-hidden="true">
          <path d="M23.5 6.2s-.2-1.7-.9-2.4c-.9-.9-1.9-.9-2.4-1C16.7 2.5 12 2.5 12 2.5h0s-4.7 0-8.2.3c-.5.1-1.5.1-2.4 1C.7 4.5.5 6.2.5 6.2S.2 8.2.2 10.2v1.6c0 2 .3 4 .3 4s.2 1.7.9 2.4c.9.9 2.1.9 2.7 1 2 .2 8 .3 8 .3s4.7 0 8.2-.3c.5-.1 1.5-.1 2.4-1 .7-.7.9-2.4.9-2.4s.3-2 .3-4v-1.6c0-2-.4-4-.4-4zM9.7 14.6V7.9l6.5 3.4-6.5 3.3z"/>
        </svg>
        C4 Living
      </a>
    </nav>

  </div>
</footer>

<script>
(() => {
  const footer = document.querySelector("footer.footer-reveal");
  if (!footer) return;

  const reduceMotion = window.matchMedia("(prefers-reduced-motion: reduce)").matches;
  if (reduceMotion) {
    footer.classList.add("is-visible");
    return;
  }

  const observer = new IntersectionObserver((entries) => {
    entries.forEach((entry) => {
      if (!entry.isIntersecting) return;
      entry.target.classList.add("is-visible");
      observer.unobserve(entry.target);
    });
  }, { threshold: 0.15 });

  observer.observe(footer);
})();
</script>


    
    <script src="/libs/jquery-3.5.1/jquery-3.5.1.min.js"></script>
	<script src="/libs/jquery-ui-1.12.0.custom/jquery-ui.min.js"></script>
	<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-ui-timepicker-addon/1.6.3/jquery-ui-timepicker-addon.min.js" integrity="" crossorigin="anonymous"></script>
	<script src="https://cdn.datatables.net/1.13.6/js/jquery.dataTables.min.js"></script>
	<script src="https://cdn.datatables.net/responsive/2.5.0/js/dataTables.responsive.min.js"></script>
	<script src="/libs/uswds-3.13/dist/js/uswds.min.js"></script>
    <!--<script th:src="@{/libs/uswds-3.13/dist/js/uswds-init.min.js}"></script>-->
    
    <script src="/scripts/app.js"></script>

	
	<script>
	  /*<![CDATA[*/
	  $(document).ready(function() {
	    // profile click --> menu toggle 
	    $(".profile .icon_wrap").click(function(e) {
	      e.stopPropagation();
	      $(this).parent().toggleClass("active");
	      $(".notifications").removeClass("active"); // close other menu
	    });

	    // close profile when click menu
	    $(document).click(function() {
	      $(".profile").removeClass("active");
	    });

	    //
	    $(".profile_dd").click(function(e) {
	      e.stopPropagation();
	    });
	  });
	  /*]]>*/
	</script>

	

</body>
</html>
