<!DOCTYPE html>
<html lang="en-GB">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="Reliable UK web hosting, fixed-price digital audits, and professional websites for racing teams. CanHost - infrastructure that works, services that deliver.">
    <title>CanHost - Web Hosting & Digital Services</title>

    <link rel="canonical" href="https://www.canhost.co.uk/">

    <!-- Open Graph -->
    <meta property="og:title" content="CanHost - Web Hosting & Digital Services">
    <meta property="og:description" content="Reliable UK web hosting, fixed-price digital audits, and professional websites for racing teams. CanHost - infrastructure that works, services that deliver.">
    <meta property="og:type" content="website">
    <meta property="og:url" content="https://www.canhost.co.uk/">
    <meta property="og:image" content="https://www.canhost.co.uk/img/canhost.png">
    <meta property="og:locale" content="en_GB">

    <!-- Favicons -->
    <link rel="icon" type="image/svg+xml" href="/img/canhost-icon.svg">
    <link rel="icon" type="image/png" sizes="32x32" href="/img/favicon-32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/img/favicon-16.png">
    <link rel="apple-touch-icon" sizes="180x180" href="/img/apple-touch-icon.png">

    <!-- Structured Data -->
    <script type="application/ld+json">
    {
        "@context": "https://schema.org",
        "@type": "Organization",
        "name": "CanMarket Limited",
        "alternateName": "CanHost",
        "url": "https://www.canhost.co.uk",
        "logo": "https://www.canhost.co.uk/img/canhost.png",
        "description": "Reliable UK web hosting, fixed-price digital audits, and professional websites for racing teams.",
        "address": {
            "@type": "PostalAddress",
            "addressCountry": "GB"
        },
        "sameAs": [
            "https://www.linkedin.com/company/canmarket",
            "https://www.instagram.com/canmarket.uk"
        ]
    }
    </script>


    <!-- Bootstrap 5.3 CSS -->
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">

    <!-- Bootstrap Icons -->
    <link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css" rel="stylesheet">

    <!-- Google Fonts: Inter + JetBrains Mono -->
    <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@400;500;600;700&family=JetBrains+Mono:wght@400&display=swap" rel="stylesheet">

    <!-- CanHost Styles -->
    <link href="css/canhost.css" rel="stylesheet">

    <!-- Consent Mode v2 Defaults (before GTM) -->
    <script>
    window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('consent', 'default', {
        'ad_storage': 'denied',
        'ad_user_data': 'denied',
        'ad_personalization': 'denied',
        'analytics_storage': 'denied',
        'functionality_storage': 'denied',
        'personalization_storage': 'denied',
        'security_storage': 'granted'
    });
    gtag('set', 'url_passthrough', true);
    gtag('set', 'ads_data_redaction', true);
    </script>

    <!-- Google Tag Manager -->
    <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
    })(window,document,'script','dataLayer','GTM-M7GZBBNW');</script>

    <!-- CookieConsent -->
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@3.0.1/dist/cookieconsent.css">
    <script defer src="https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@3.0.1/dist/cookieconsent.umd.js"></script>
    <script defer src="js/cookieconsent-config.js"></script>
</head>
<body>
    <!-- Google Tag Manager (noscript) -->
    <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M7GZBBNW"
    height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>


    <!-- Navbar -->
    <nav class="navbar navbar-expand-lg fixed-top ch-navbar">
        <div class="container">
            <a class="navbar-brand" href="index.html">
                <img src="img/canhost.svg" alt="CanHost">
            </a>
            <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
                <span class="navbar-toggler-icon"></span>
            </button>
            <div class="collapse navbar-collapse" id="navbarNav">
                <ul class="navbar-nav ms-auto me-3">
                    <li class="nav-item">
                        <a class="nav-link" href="hosting.html">Hosting</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="services.html">Services</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="about.html">About</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="https://clients.canhost.co.uk/contact.php">Contact</a>
                    </li>
                </ul>
                <a class="btn btn-ch-primary btn-sm" href="https://clients.canhost.co.uk">Client Login</a>
            </div>
        </div>
    </nav>

    <!-- Hero Section -->
    <section class="ch-hero">
        <div class="container">
            <div class="row align-items-center">
                <div class="col-lg-7 reveal">
                    <p class="ch-hero-overline">UK Web Hosting &amp; Digital Services</p>
                    <h1>Infrastructure that works.<br>Services that deliver.</h1>
                    <p class="ch-hero-sub">Reliable hosting on fast UK servers. Fixed-price digital audits with no surprises.</p>
                    <div class="d-flex flex-wrap gap-3 mt-4">
                        <a href="hosting.html" class="btn btn-ch-primary btn-ch-lg">View Hosting Plans</a>
                        <a href="services.html" class="btn btn-ch-ghost btn-ch-lg">Explore Services</a>
                    </div>
                </div>
                <div class="col-lg-5 d-none d-lg-block">
                    <div class="ch-hero-visual" aria-hidden="true">
                        <svg viewBox="0 0 480 400" fill="none" xmlns="http://www.w3.org/2000/svg" class="ch-hero-svg">
                            <!-- Base platform / ground line -->
                            <rect x="40" y="340" width="400" height="2" rx="1" fill="rgba(255,255,255,0.06)"/>

                            <!-- Ascending bars - echo of logo motif -->
                            <!-- Bar 1: half-circle (grey, like the "c" in logo) -->
                            <path d="M100 340 L100 250 Q100 200 140 200 L140 340 Z" fill="#6D6E71" opacity="0.25"/>
                            <!-- Bar 2: tall rectangle (blue, like the "h" upright) -->
                            <rect x="170" y="140" width="55" height="200" rx="4" fill="#00AEEF" opacity="0.3"/>
                            <!-- Bar 3: medium bar with rounded top (blue, like the "r" arc) -->
                            <path d="M255 340 L255 200 Q255 170 285 170 L310 170 L310 340 Z" fill="#00AEEF" opacity="0.2"/>
                            <!-- Bar 4: smaller accent bar -->
                            <rect x="340" y="220" width="45" height="120" rx="4" fill="#00AEEF" opacity="0.15"/>

                            <!-- Server rack lines inside bar 2 -->
                            <rect x="180" y="170" width="35" height="3" rx="1.5" fill="rgba(255,255,255,0.15)"/>
                            <rect x="180" y="185" width="35" height="3" rx="1.5" fill="rgba(255,255,255,0.15)"/>
                            <rect x="180" y="200" width="35" height="3" rx="1.5" fill="rgba(255,255,255,0.15)"/>
                            <rect x="180" y="215" width="35" height="3" rx="1.5" fill="rgba(255,255,255,0.15)"/>
                            <rect x="180" y="230" width="35" height="3" rx="1.5" fill="rgba(255,255,255,0.15)"/>

                            <!-- Status dots on bar 2 (server indicators) -->
                            <circle cx="224" cy="172" r="3" fill="#10B981" class="ch-hero-pulse"/>
                            <circle cx="224" cy="187" r="3" fill="#10B981" class="ch-hero-pulse" style="animation-delay: 0.5s"/>
                            <circle cx="224" cy="202" r="3" fill="#10B981" class="ch-hero-pulse" style="animation-delay: 1s"/>
                            <circle cx="224" cy="217" r="3" fill="#00AEEF" class="ch-hero-pulse" style="animation-delay: 1.5s"/>
                            <circle cx="224" cy="232" r="3" fill="#10B981" class="ch-hero-pulse" style="animation-delay: 0.3s"/>

                            <!-- Connection lines between bars -->
                            <line x1="140" y1="260" x2="170" y2="240" stroke="#00AEEF" stroke-width="1" opacity="0.15"/>
                            <line x1="225" y1="250" x2="255" y2="230" stroke="#00AEEF" stroke-width="1" opacity="0.15"/>
                            <line x1="310" y1="270" x2="340" y2="260" stroke="#00AEEF" stroke-width="1" opacity="0.1"/>

                            <!-- Floating data nodes -->
                            <circle cx="155" cy="180" r="4" fill="#00AEEF" opacity="0.4" class="ch-hero-float"/>
                            <circle cx="320" cy="150" r="3" fill="#00AEEF" opacity="0.3" class="ch-hero-float" style="animation-delay: 1.2s"/>
                            <circle cx="380" cy="190" r="3.5" fill="#6D6E71" opacity="0.3" class="ch-hero-float" style="animation-delay: 2s"/>

                            <!-- Uptime graph line at bottom of bar 2 -->
                            <polyline points="175,310 185,300 195,305 205,290 215,295 225,285" stroke="#10B981" stroke-width="1.5" fill="none" opacity="0.4" stroke-linecap="round" stroke-linejoin="round"/>

                            <!-- Subtle grid dots background -->
                            <g opacity="0.06">
                                <circle cx="60" cy="160" r="1.5" fill="white"/>
                                <circle cx="100" cy="130" r="1.5" fill="white"/>
                                <circle cx="140" cy="160" r="1.5" fill="white"/>
                                <circle cx="220" cy="110" r="1.5" fill="white"/>
                                <circle cx="300" cy="130" r="1.5" fill="white"/>
                                <circle cx="340" cy="160" r="1.5" fill="white"/>
                                <circle cx="380" cy="130" r="1.5" fill="white"/>
                                <circle cx="420" cy="160" r="1.5" fill="white"/>
                                <circle cx="60" cy="200" r="1.5" fill="white"/>
                                <circle cx="420" cy="200" r="1.5" fill="white"/>
                                <circle cx="60" cy="280" r="1.5" fill="white"/>
                                <circle cx="420" cy="280" r="1.5" fill="white"/>
                            </g>
                        </svg>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Two Pillars Section -->
    <section class="ch-section">
        <div class="container">
            <div class="text-center mb-5">
                <p class="ch-mono-label reveal">What we do</p>
                <h2 class="reveal">Hosting and digital services. That's it.</h2>
            </div>
            <div class="row g-4">
                <div class="col-lg-6 reveal">
                    <div class="card-ch-premium h-100">
                        <div class="card-ch-premium-accent"></div>
                        <div class="d-flex align-items-center gap-3 mb-4">
                            <div class="ch-icon-circle ch-icon-circle-lg">
                                <i class="bi bi-shield-check"></i>
                            </div>
                            <div>
                                <h3 class="mb-0">Web Hosting</h3>
                                <p class="text-ch-muted mb-0 text-small">From &pound;10/month ex VAT</p>
                            </div>
                        </div>
                        <p>Reliable UK hosting on fast servers in UK datacentres. cPanel included on every plan, free SSL, daily backups, and unlimited bandwidth.</p>
                        <ul class="ch-feature-list mb-4">
                            <li><i class="bi bi-check2"></i> UK datacentres with 99.9% uptime SLA</li>
                            <li><i class="bi bi-check2"></i> cPanel control panel on all plans</li>
                            <li><i class="bi bi-check2"></i> Free SSL certificates and daily backups</li>
                            <li><i class="bi bi-check2"></i> WordPress toolkit on Business and above</li>
                        </ul>
                        <a href="hosting.html" class="btn btn-ch-primary">View Plans</a>
                    </div>
                </div>
                <div class="col-lg-6 reveal">
                    <div class="card-ch-premium h-100">
                        <div class="card-ch-premium-accent card-ch-premium-accent-alt"></div>
                        <div class="d-flex align-items-center gap-3 mb-4">
                            <div class="ch-icon-circle ch-icon-circle-lg">
                                <i class="bi bi-graph-up-arrow"></i>
                            </div>
                            <div>
                                <h3 class="mb-0">Digital Services</h3>
                                <p class="text-ch-muted mb-0 text-small">Fixed-price audits</p>
                            </div>
                        </div>
                        <p>One-off digital audits with public pricing. GA4, SEO, Google Ads, email deliverability, site performance. You know the cost before we start.</p>
                        <ul class="ch-feature-list mb-4">
                            <li><i class="bi bi-check2"></i> GA4 Health Check &pound;750 ex VAT</li>
                            <li><i class="bi bi-check2"></i> SEO Technical Audit &pound;1,000 ex VAT</li>
                            <li><i class="bi bi-check2"></i> Google Ads Audit &pound;750 ex VAT</li>
                            <li><i class="bi bi-check2"></i> Clear deliverables, no retainers</li>
                        </ul>
                        <a href="services.html" class="btn btn-ch-primary">See Packages</a>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Trust Signals -->
    <section class="ch-section ch-section-alt">
        <div class="container">
            <div class="row g-4 justify-content-center align-items-center">
                <div class="col-md-3 col-6 reveal">
                    <div class="ch-stat text-center">
                        <span class="ch-stat-number">Free</span>
                        <span class="ch-stat-label">Migration</span>
                    </div>
                </div>
                <div class="col-md-3 col-6 reveal">
                    <div class="ch-stat text-center">
                        <span class="ch-stat-number">99.9%</span>
                        <span class="ch-stat-label">Uptime SLA</span>
                    </div>
                </div>
                <div class="col-md-3 col-6 reveal">
                    <div class="ch-stat text-center">
                        <span class="ch-stat-number">10+</span>
                        <span class="ch-stat-label">Years experience</span>
                    </div>
                </div>
                <div class="col-md-3 col-6 reveal">
                    <div class="ch-stat text-center">
                        <span class="ch-stat-number">UK</span>
                        <span class="ch-stat-label">Based servers</span>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Motorsport Promo Block -->
    <section class="ch-motorsport-promo">
        <div class="ch-motorsport-promo-inner">
            <div class="container">
                <div class="row align-items-center">
                    <div class="col-lg-7 reveal">
                        <h2 class="ch-motorsport-promo-headline">Professional websites for racing teams.</h2>
                        <p class="ch-motorsport-promo-headline-sub" style="font-size: 1.5rem; font-weight: 600; color: rgba(255,255,255,0.7); margin-top: -0.5rem;">Your team is a brand. Treat it like one.</p>
                        <p class="ch-motorsport-promo-sub">Professional websites built for racing teams. Results pages, sponsor visibility, merch shops - from &pound;29/month ex VAT. Focus on the track; we'll handle the web.</p>
                        <a href="motorsport.html" class="btn btn-ch-amber btn-ch-lg">Explore Race Packages <i class="bi bi-arrow-right"></i></a>
                    </div>
                    <div class="col-lg-5 d-none d-lg-block reveal">
                        <div class="ch-motorsport-promo-stats">
                            <div class="ch-promo-stat">
                                <span class="ch-promo-stat-number">80%+</span>
                                <span class="ch-promo-stat-label">of club racers have no website</span>
                            </div>
                            <div class="ch-promo-stat">
                                <span class="ch-promo-stat-number">3</span>
                                <span class="ch-promo-stat-label">packages from Paddock to Podium</span>
                            </div>
                            <div class="ch-promo-stat">
                                <span class="ch-promo-stat-number">&pound;29</span>
                                <span class="ch-promo-stat-label">per month ex VAT, fully managed</span>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- CTA Banner -->
    <section class="ch-cta-banner">
        <div class="container text-center">
            <h2 class="text-white mb-3 reveal">Ready to get started?</h2>
            <p class="mb-4 reveal" style="color: rgba(255,255,255,0.6);">Whether you need hosting, a digital audit, or a race team website - we can help.</p>
            <a href="https://clients.canhost.co.uk/contact.php" class="btn btn-ch-primary btn-ch-lg reveal">Get in Touch</a>
        </div>
    </section>

    <!-- Footer -->
    <footer class="ch-footer">
        <div class="container">
            <div class="row g-4 mb-4">
                <div class="col-md-4">
                    <h4>Company</h4>
                    <ul class="list-unstyled">
                        <li><a href="about.html">About</a></li>
                        <li><a href="https://clients.canhost.co.uk/contact.php">Contact</a></li>
                        <li><a href="privacy.html">Privacy</a></li>
                    </ul>
                </div>
                <div class="col-md-4">
                    <h4>Services</h4>
                    <ul class="list-unstyled">
                        <li><a href="hosting.html">Web Hosting</a></li>
                        <li><a href="services.html">Digital Services</a></li>
                        <li><a href="motorsport.html">Motorsport</a></li>
                    </ul>
                </div>
                <div class="col-md-4">
                    <h4>Connect</h4>
                    <ul class="list-unstyled">
                        <li><a href="https://clients.canhost.co.uk">Client Portal</a></li>
                        <li><a href="https://clients.canhost.co.uk/submitticket.php">Support</a></li>
                    </ul>
                    <div class="ch-footer-social">
                        <a href="https://www.linkedin.com/company/canmarket" aria-label="LinkedIn"><i class="bi bi-linkedin"></i></a>
                        <a href="https://www.instagram.com/canmarket.uk" aria-label="Instagram"><i class="bi bi-instagram"></i></a>
                    </div>
                </div>
            </div>
            <hr class="ch-footer-divider" style="border-color: rgba(255,255,255,0.1);">
            <div class="d-flex flex-column flex-md-row justify-content-between align-items-center py-3">
                <p class="mb-1 mb-md-0">&copy; 2026 CanMarket Limited trading as CanHost. All rights reserved.</p>
                <p class="mb-0" style="font-size: 0.75rem; opacity: 0.5;">CanMarket Limited. Company Reg: 07212058. Registered Office: 13 The Foreland, Canterbury, Kent, CT1 3NT</p>
            </div>
            <div class="text-center pb-3">
                <p class="ch-footer-family mb-0">Part of the <a href="https://www.canmarket.co.uk">CanMarket</a> family</p>
            </div>
        </div>
    </footer>

    <!-- Bootstrap 5.3 JS Bundle -->
    <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>

    <!-- CanHost JS -->
    <script src="js/canhost.js"></script>
</body>
</html>
