<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <!-- Google Analytics -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-9HCXVSKBJX"></script>
    <script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag('js',new Date());gtag('config','G-9HCXVSKBJX');</script>
    <title>CrumpTech — Your IT. Fully Managed. Entirely Stress-Free.</title>
    <meta name="description" content="Enterprise-grade managed IT services for small and mid-size businesses. Help desk, cybersecurity, cloud, networking, and more.">
    <meta property="og:title" content="CrumpTech — Your IT. Fully Managed. Entirely Stress-Free.">
    <meta property="og:description" content="Enterprise-grade managed IT services for small and mid-size businesses. Help desk, cybersecurity, cloud, networking, and more.">
    <meta property="og:type" content="website">
    <link rel="icon" type="image/png" sizes="32x32" href="/assets/img/favicon.png?v=2">
    <link rel="icon" type="image/x-icon" href="/assets/img/favicon.ico?v=2">
    <link rel="apple-touch-icon" href="/assets/img/favicon.png?v=2">
    <script src="https://cdn.tailwindcss.com"></script>
    <script>
        tailwind.config = {
            theme: {
                extend: {
                    colors: {
                        'brand':     '#9E1C22',
                        'brand-alt': '#7EBEC5',
                        'dark':      '#1a1a2e',
                        'dark-end':  '#16213e',
                    }
                }
            }
        }
    </script>
    <link rel="stylesheet" href="/assets/css/style.css">
</head>
<body class="bg-white text-gray-800 font-sans antialiased">

<!-- Navigation -->
<nav class="bg-white border-b-2 border-brand sticky top-0 z-50 shadow-sm" id="main-nav">
    <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
        <div class="flex justify-between items-center h-20">
            <!-- Logo -->
            <a href="/" class="flex items-center">
                <img src="/assets/img/logo.png" alt="CrumpTech" class="h-10 md:h-11 w-auto" onerror="this.style.display='none';this.nextElementSibling.style.display='block'">
                <span class="text-2xl font-bold text-brand hidden">CrumpTech</span>
            </a>

            <!-- Desktop Nav -->
            <div class="hidden md:flex items-center space-x-6">
                                                            <a href="/"
                           class="text-sm font-medium text-brand transition">
                            Home                        </a>
                                                                                <a href="/services"
                           class="text-sm font-medium text-gray-600 hover:text-brand transition">
                            Services                        </a>
                                                                                <a href="/pricing"
                           class="text-sm font-medium text-gray-600 hover:text-brand transition">
                            Pricing                        </a>
                                                                                <a href="/about"
                           class="text-sm font-medium text-gray-600 hover:text-brand transition">
                            About                        </a>
                                                                                <a href="/faq"
                           class="text-sm font-medium text-gray-600 hover:text-brand transition">
                            FAQ                        </a>
                                                                                <a href="/contact" class="bg-brand text-white px-4 py-2 rounded text-sm font-semibold hover:bg-red-800 transition">Get Started</a>
                                                </div>

            <!-- Mobile Hamburger -->
            <button id="mobile-menu-btn" class="md:hidden p-2 rounded text-gray-600 hover:text-brand focus:outline-none" aria-label="Toggle menu">
                <svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
                    <path id="hamburger-icon" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"/>
                    <path id="close-icon" class="hidden" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"/>
                </svg>
            </button>
        </div>
    </div>

    <!-- Mobile Menu -->
    <div id="mobile-menu" class="hidden md:hidden bg-white border-t border-gray-100">
        <div class="px-4 py-3 space-y-2">
                            <a href="/"
                   class="block py-2 text-sm font-medium text-brand">
                    Home                </a>
                            <a href="/services"
                   class="block py-2 text-sm font-medium text-gray-600">
                    Services                </a>
                            <a href="/pricing"
                   class="block py-2 text-sm font-medium text-gray-600">
                    Pricing                </a>
                            <a href="/about"
                   class="block py-2 text-sm font-medium text-gray-600">
                    About                </a>
                            <a href="/faq"
                   class="block py-2 text-sm font-medium text-gray-600">
                    FAQ                </a>
                            <a href="/contact"
                   class="block py-2 text-sm font-medium text-gray-600">
                    Contact                </a>
                    </div>
    </div>
</nav>

<main>

<!-- Hero -->
<section class="relative text-white py-24 md:py-32 bg-cover bg-center"
         style="background-image: linear-gradient(135deg, rgba(26,26,46,0.75) 0%, rgba(22,33,62,0.70) 100%), url('https://images.unsplash.com/photo-1573164713988-8665fc963095?w=1600&amp;q=80&amp;auto=format&amp;fit=crop');">
    <div class="max-w-4xl mx-auto px-4 text-center">
        <h1 class="text-3xl md:text-5xl font-bold leading-tight mb-4">
            Your IT. Fully Managed. Entirely Stress-Free.        </h1>
        <p class="text-lg md:text-xl text-gray-300 mb-8">
            Enterprise-grade IT solutions at small business prices.        </p>
        <div class="flex flex-col sm:flex-row gap-4 justify-center">
            <a href="/contact" class="cta-pulse bg-brand text-white px-8 py-3 rounded font-semibold text-lg hover:bg-red-800 transition">
                Get Started
            </a>
            <a href="/services" class="border-2 border-brand-alt text-brand-alt px-8 py-3 rounded font-semibold text-lg hover:bg-brand-alt hover:text-white transition">
                Our Services
            </a>
        </div>
    </div>
</section>

<!-- Partner Trust Bar -->
<section class="bg-white py-8 border-b border-gray-100">
    <div class="max-w-5xl mx-auto px-4">
        <p class="text-center text-xs uppercase tracking-wider text-gray-400 mb-4">Trusted Partners</p>
        <div class="flex justify-center items-center flex-wrap gap-8 md:gap-16">
                            <span class="partner-logo text-gray-400 font-semibold text-lg">Microsoft</span>
                            <span class="partner-logo text-gray-400 font-semibold text-lg">Google</span>
                            <span class="partner-logo text-gray-400 font-semibold text-lg">NinjaOne</span>
                            <span class="partner-logo text-gray-400 font-semibold text-lg">Kaseya</span>
                            <span class="partner-logo text-gray-400 font-semibold text-lg">Adobe</span>
                            <span class="partner-logo text-gray-400 font-semibold text-lg">Ubiquiti</span>
                            <span class="partner-logo text-gray-400 font-semibold text-lg">Jamf</span>
                    </div>
    </div>
</section>

<!-- Services Grid -->
<section class="py-16 md:py-20">
    <div class="max-w-7xl mx-auto px-4">
        <h2 class="text-2xl md:text-3xl font-bold text-center mb-4">Our Services</h2>
        <p class="text-center text-gray-500 mb-12 max-w-2xl mx-auto">Everything your business needs to stay connected, protected, and running smoothly.</p>
        <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6">
                            <a href="/services#help-desk"
                   class="group bg-white border border-gray-200 rounded-lg p-6 hover:border-brand hover:shadow-md transition">
                    <div class="text-brand-alt mb-3">
                        <svg xmlns="http://www.w3.org/2000/svg" class="w-8 h-8" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M12 18h.01M8 21h8a2 2 0 002-2V5a2 2 0 00-2-2H8a2 2 0 00-2 2v14a2 2 0 002 2z"/><path stroke-linecap="round" stroke-linejoin="round" d="M9.75 9a2.25 2.25 0 114.5 0c0 1.243-.879 1.768-1.5 2.25-.621.482-1 1.007-1 1.75m.008 2.25h-.008"/></svg>                    </div>
                    <h3 class="font-semibold text-gray-900 mb-2 group-hover:text-brand transition">24/7 IT Help Desk Support</h3>
                    <p class="text-sm text-gray-500">Remote troubleshooting with plain-language communication and 24-hour average resolution.</p>
                </a>
                            <a href="/services#cybersecurity"
                   class="group bg-white border border-gray-200 rounded-lg p-6 hover:border-brand hover:shadow-md transition">
                    <div class="text-brand-alt mb-3">
                        <svg xmlns="http://www.w3.org/2000/svg" class="w-8 h-8" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M9 12.75L11.25 15 15 9.75m-3-7.036A11.959 11.959 0 013.598 6 11.99 11.99 0 003 9.749c0 5.592 3.824 10.29 9 11.623 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.571-.598-3.751h-.152c-3.196 0-6.1-1.248-8.25-3.285z"/></svg>                    </div>
                    <h3 class="font-semibold text-gray-900 mb-2 group-hover:text-brand transition">Cybersecurity &amp; Compliance</h3>
                    <p class="text-sm text-gray-500">Firewalls, endpoint protection, encrypted backups, HIPAA/PCI-DSS support.</p>
                </a>
                            <a href="/services#cloud"
                   class="group bg-white border border-gray-200 rounded-lg p-6 hover:border-brand hover:shadow-md transition">
                    <div class="text-brand-alt mb-3">
                        <svg xmlns="http://www.w3.org/2000/svg" class="w-8 h-8" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M2.25 15a4.5 4.5 0 004.5 4.5H18a3.75 3.75 0 001.332-7.257 3 3 0 00-3.758-3.848 5.25 5.25 0 00-10.233 2.33A4.502 4.502 0 002.25 15z"/></svg>                    </div>
                    <h3 class="font-semibold text-gray-900 mb-2 group-hover:text-brand transition">Cloud Solutions &amp; Licensing</h3>
                    <p class="text-sm text-gray-500">Microsoft 365, Adobe Creative Cloud management and optimization.</p>
                </a>
                            <a href="/services#network"
                   class="group bg-white border border-gray-200 rounded-lg p-6 hover:border-brand hover:shadow-md transition">
                    <div class="text-brand-alt mb-3">
                        <svg xmlns="http://www.w3.org/2000/svg" class="w-8 h-8" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M8.288 15.038a5.25 5.25 0 017.424 0M5.106 11.856c3.807-3.808 9.98-3.808 13.788 0M1.924 8.674c5.565-5.565 14.587-5.565 20.152 0M12.53 18.22l-.53.53-.53-.53a.75.75 0 011.06 0z"/></svg>                    </div>
                    <h3 class="font-semibold text-gray-900 mb-2 group-hover:text-brand transition">Network Design &amp; Optimization</h3>
                    <p class="text-sm text-gray-500">Wireless setup, Ubiquiti infrastructure, network performance tuning.</p>
                </a>
                            <a href="/services#backup"
                   class="group bg-white border border-gray-200 rounded-lg p-6 hover:border-brand hover:shadow-md transition">
                    <div class="text-brand-alt mb-3">
                        <svg xmlns="http://www.w3.org/2000/svg" class="w-8 h-8" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M20.25 6.375c0 2.278-3.694 4.125-8.25 4.125S3.75 8.653 3.75 6.375m16.5 0c0-2.278-3.694-4.125-8.25-4.125S3.75 4.097 3.75 6.375m16.5 0v11.25c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125V6.375m16.5 0v3.75m-16.5-3.75v3.75m16.5 0v3.75C20.25 16.153 16.556 18 12 18s-8.25-1.847-8.25-4.125v-3.75m16.5 0c0 2.278-3.694 4.125-8.25 4.125s-8.25-1.847-8.25-4.125"/></svg>                    </div>
                    <h3 class="font-semibold text-gray-900 mb-2 group-hover:text-brand transition">Data Backup &amp; Disaster Recovery</h3>
                    <p class="text-sm text-gray-500">Automated backups with offsite and cloud options.</p>
                </a>
                            <a href="/services#procurement"
                   class="group bg-white border border-gray-200 rounded-lg p-6 hover:border-brand hover:shadow-md transition">
                    <div class="text-brand-alt mb-3">
                        <svg xmlns="http://www.w3.org/2000/svg" class="w-8 h-8" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M9 17.25v1.007a3 3 0 01-.879 2.122L7.5 21h9l-.621-.621A3 3 0 0115 18.257V17.25m6-12V15a2.25 2.25 0 01-2.25 2.25H5.25A2.25 2.25 0 013 15V5.25A2.25 2.25 0 015.25 3h13.5A2.25 2.25 0 0121 5.25z"/></svg>                    </div>
                    <h3 class="font-semibold text-gray-900 mb-2 group-hover:text-brand transition">Hardware &amp; Software Procurement</h3>
                    <p class="text-sm text-gray-500">Vendor-neutral recommendations, purchasing, and installation.</p>
                </a>
                            <a href="/services#consulting"
                   class="group bg-white border border-gray-200 rounded-lg p-6 hover:border-brand hover:shadow-md transition">
                    <div class="text-brand-alt mb-3">
                        <svg xmlns="http://www.w3.org/2000/svg" class="w-8 h-8" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M3.75 3v11.25A2.25 2.25 0 006 16.5h2.25M3.75 3h-1.5m1.5 0h16.5m0 0h1.5m-1.5 0v11.25A2.25 2.25 0 0118 16.5h-2.25m-7.5 0h7.5m-7.5 0l-1 3m8.5-3l1 3m0 0l.5 1.5m-.5-1.5h-9.5m0 0l-.5 1.5M9 11.25v1.5M12 9v3.75m3-6v6"/></svg>                    </div>
                    <h3 class="font-semibold text-gray-900 mb-2 group-hover:text-brand transition">Strategic IT Consulting</h3>
                    <p class="text-sm text-gray-500">IT roadmaps, technology audits, and strategic planning.</p>
                </a>
                            <a href="/services#industry"
                   class="group bg-white border border-gray-200 rounded-lg p-6 hover:border-brand hover:shadow-md transition">
                    <div class="text-brand-alt mb-3">
                        <svg xmlns="http://www.w3.org/2000/svg" class="w-8 h-8" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M3.75 21h16.5M4.5 3h15M5.25 3v18m13.5-18v18M9 6.75h1.5m-1.5 3h1.5m-1.5 3h1.5m3-6H15m-1.5 3H15m-1.5 3H15M9 21v-3.375c0-.621.504-1.125 1.125-1.125h3.75c.621 0 1.125.504 1.125 1.125V21"/></svg>                    </div>
                    <h3 class="font-semibold text-gray-900 mb-2 group-hover:text-brand transition">Industry-Specific Solutions</h3>
                    <p class="text-sm text-gray-500">Tailored IT for education, manufacturing, healthcare, and retail.</p>
                </a>
                            <a href="/services#co-managed"
                   class="group bg-white border border-gray-200 rounded-lg p-6 hover:border-brand hover:shadow-md transition">
                    <div class="text-brand-alt mb-3">
                        <svg xmlns="http://www.w3.org/2000/svg" class="w-8 h-8" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M18 18.72a9.094 9.094 0 003.741-.479 3 3 0 00-4.682-2.72m.94 3.198l.001.031c0 .225-.012.447-.037.666A11.944 11.944 0 0112 21c-2.17 0-4.207-.576-5.963-1.584A6.062 6.062 0 016 18.719m12 0a5.971 5.971 0 00-.941-3.197m0 0A5.995 5.995 0 0012 12.75a5.995 5.995 0 00-5.058 2.772m0 0a3 3 0 00-4.681 2.72 8.986 8.986 0 003.74.477m.94-3.197a5.971 5.971 0 00-.94 3.197M15 6.75a3 3 0 11-6 0 3 3 0 016 0zm6 3a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0zm-13.5 0a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0z"/></svg>                    </div>
                    <h3 class="font-semibold text-gray-900 mb-2 group-hover:text-brand transition">Co-Managed IT</h3>
                    <p class="text-sm text-gray-500">Supplement your internal IT team with on-demand expertise and coverage.</p>
                </a>
                            <a href="/services#vcio"
                   class="group bg-white border border-gray-200 rounded-lg p-6 hover:border-brand hover:shadow-md transition">
                    <div class="text-brand-alt mb-3">
                        <svg xmlns="http://www.w3.org/2000/svg" class="w-8 h-8" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M2.25 18L9 11.25l4.306 4.307a11.95 11.95 0 015.814-5.519l2.74-1.22m0 0l-5.94-2.28m5.94 2.28l-2.28 5.941"/></svg>                    </div>
                    <h3 class="font-semibold text-gray-900 mb-2 group-hover:text-brand transition">vCIO &amp; IT Leadership</h3>
                    <p class="text-sm text-gray-500">Executive-level IT strategy without hiring a full-time CIO.</p>
                </a>
                            <a href="/services#ai"
                   class="group bg-white border border-gray-200 rounded-lg p-6 hover:border-brand hover:shadow-md transition">
                    <div class="text-brand-alt mb-3">
                        <svg xmlns="http://www.w3.org/2000/svg" class="w-8 h-8" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M9.813 15.904L9 18.75l-.813-2.846a4.5 4.5 0 00-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 003.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 003.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 00-3.09 3.09zM18.259 8.715L18 9.75l-.259-1.035a3.375 3.375 0 00-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 002.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 002.455 2.456L21.75 6l-1.036.259a3.375 3.375 0 00-2.455 2.456zM16.894 20.567L16.5 21.75l-.394-1.183a2.25 2.25 0 00-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 001.423-1.423l.394-1.183.394 1.183a2.25 2.25 0 001.423 1.423l1.183.394-1.183.394a2.25 2.25 0 00-1.423 1.423z"/></svg>                    </div>
                    <h3 class="font-semibold text-gray-900 mb-2 group-hover:text-brand transition">Managed AI Solutions</h3>
                    <p class="text-sm text-gray-500">Adopt AI tools like Microsoft Copilot safely and productively.</p>
                </a>
                            <a href="/services#compliance"
                   class="group bg-white border border-gray-200 rounded-lg p-6 hover:border-brand hover:shadow-md transition">
                    <div class="text-brand-alt mb-3">
                        <svg xmlns="http://www.w3.org/2000/svg" class="w-8 h-8" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M10.125 2.25h-4.5c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125v-9M10.125 2.25h.375a9 9 0 019 9v.375M10.125 2.25A3.375 3.375 0 0113.5 5.625v1.5c0 .621.504 1.125 1.125 1.125h1.5a3.375 3.375 0 013.375 3.375M9 15l2.25 2.25L15 12"/></svg>                    </div>
                    <h3 class="font-semibold text-gray-900 mb-2 group-hover:text-brand transition">Compliance &amp; Regulatory Readiness</h3>
                    <p class="text-sm text-gray-500">HIPAA, SOC 2, PCI-DSS, and CMMC readiness for regulated industries.</p>
                </a>
                            <a href="/services#onboarding"
                   class="group bg-white border border-gray-200 rounded-lg p-6 hover:border-brand hover:shadow-md transition">
                    <div class="text-brand-alt mb-3">
                        <svg xmlns="http://www.w3.org/2000/svg" class="w-8 h-8" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M19 7.5v3m0 0v3m0-3h3m-3 0h-3m-2.25-4.125a3.375 3.375 0 11-6.75 0 3.375 3.375 0 016.75 0zM4 19.235v-.11a6.375 6.375 0 0112.75 0v.109A12.318 12.318 0 0110.374 21c-2.331 0-4.512-.645-6.374-1.766z"/></svg>                    </div>
                    <h3 class="font-semibold text-gray-900 mb-2 group-hover:text-brand transition">IT Onboarding &amp; Offboarding</h3>
                    <p class="text-sm text-gray-500">New hire provisioning and secure employee exit in hours, not days.</p>
                </a>
                            <a href="/services#cyber-insurance"
                   class="group bg-white border border-gray-200 rounded-lg p-6 hover:border-brand hover:shadow-md transition">
                    <div class="text-brand-alt mb-3">
                        <svg xmlns="http://www.w3.org/2000/svg" class="w-8 h-8" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M9 12.75L11.25 15 15 9.75m-3-7.036A11.959 11.959 0 013.598 6 11.99 11.99 0 003 9.749c0 5.592 3.824 10.29 9 11.623 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.571-.598-3.751h-.152c-3.196 0-6.1-1.248-8.25-3.285z"/></svg>                    </div>
                    <h3 class="font-semibold text-gray-900 mb-2 group-hover:text-brand transition">Cyber Insurance Support</h3>
                    <p class="text-sm text-gray-500">Strengthen your security posture to get better coverage at lower premiums.</p>
                </a>
                            <a href="/services#business-intelligence"
                   class="group bg-white border border-gray-200 rounded-lg p-6 hover:border-brand hover:shadow-md transition">
                    <div class="text-brand-alt mb-3">
                        <svg xmlns="http://www.w3.org/2000/svg" class="w-8 h-8" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M3 13.125C3 12.504 3.504 12 4.125 12h2.25c.621 0 1.125.504 1.125 1.125v6.75C7.5 20.496 6.996 21 6.375 21h-2.25A1.125 1.125 0 013 19.875v-6.75zM9.75 8.625c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125v11.25c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 01-1.125-1.125V8.625zM16.5 4.125c0-.621.504-1.125 1.125-1.125h2.25C20.496 3 21 3.504 21 4.125v15.75c0 .621-.504 1.125-1.125 1.125h-2.25a1.125 1.125 0 01-1.125-1.125V4.125z"/></svg>                    </div>
                    <h3 class="font-semibold text-gray-900 mb-2 group-hover:text-brand transition">Business Intelligence &amp; Reporting</h3>
                    <p class="text-sm text-gray-500">Turn your business data into dashboards and actionable insights.</p>
                </a>
                            <a href="/services#fleet-management"
                   class="group bg-white border border-gray-200 rounded-lg p-6 hover:border-brand hover:shadow-md transition">
                    <div class="text-brand-alt mb-3">
                        <svg xmlns="http://www.w3.org/2000/svg" class="w-8 h-8" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M10.5 1.5H8.25A2.25 2.25 0 006 3.75v16.5a2.25 2.25 0 002.25 2.25h7.5A2.25 2.25 0 0018 20.25V3.75a2.25 2.25 0 00-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3"/></svg>                    </div>
                    <h3 class="font-semibold text-gray-900 mb-2 group-hover:text-brand transition">Device Fleet Management</h3>
                    <p class="text-sm text-gray-500">Manage every laptop, desktop, phone, and tablet from a single pane of glass.</p>
                </a>
                    </div>
    </div>
</section>

<!-- Why CrumpTech -->
<section class="bg-gray-50 py-16 md:py-20">
    <div class="max-w-7xl mx-auto px-4">
        <h2 class="text-2xl md:text-3xl font-bold text-center mb-12">Why CrumpTech?</h2>
        <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
            <div class="text-center">
                <div class="w-16 h-16 bg-brand/10 rounded-full flex items-center justify-center mx-auto mb-4">
                    <svg class="w-8 h-8 text-brand" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12 6v6h4.5m4.5 0a9 9 0 11-18 0 9 9 0 0118 0z"/></svg>
                </div>
                <h3 class="font-bold text-lg mb-2">24-Hour Avg Resolution</h3>
                <p class="text-gray-500 text-sm">Most issues are resolved within a day. Critical problems get immediate attention — no waiting in a queue.</p>
            </div>
            <div class="text-center">
                <div class="w-16 h-16 bg-brand/10 rounded-full flex items-center justify-center mx-auto mb-4">
                    <svg class="w-8 h-8 text-brand" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M2.25 18.75a60.07 60.07 0 0115.797 2.101c.727.198 1.453-.342 1.453-1.096V18.75M3.75 4.5v.75A.75.75 0 013 6h-.75m0 0v-.375c0-.621.504-1.125 1.125-1.125H20.25M2.25 6v9m18-10.5v.75c0 .414.336.75.75.75h.75m-1.5-1.5h.375c.621 0 1.125.504 1.125 1.125v9.75c0 .621-.504 1.125-1.125 1.125h-.375m1.5-1.5H21a.75.75 0 00-.75.75v.75m0 0H3.75m0 0h-.375a1.125 1.125 0 01-1.125-1.125V15m1.5 1.5v-.75A.75.75 0 003 15h-.75M15 10.5a3 3 0 11-6 0 3 3 0 016 0zm3 0h.008v.008H18V10.5zm-12 0h.008v.008H6V10.5z"/></svg>
                </div>
                <h3 class="font-bold text-lg mb-2">No Hidden Fees</h3>
                <p class="text-gray-500 text-sm">Clear, straightforward plans. What you see is what you pay — no surprise charges, no nickel-and-diming.</p>
            </div>
            <div class="text-center">
                <div class="w-16 h-16 bg-brand/10 rounded-full flex items-center justify-center mx-auto mb-4">
                    <svg class="w-8 h-8 text-brand" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M18 18.72a9.094 9.094 0 003.741-.479 3 3 0 00-4.682-2.72m.94 3.198l.001.031c0 .225-.012.447-.037.666A11.944 11.944 0 0112 21c-2.17 0-4.207-.576-5.963-1.584A6.062 6.062 0 016 18.719m12 0a5.971 5.971 0 00-.941-3.197m0 0A5.995 5.995 0 0012 12.75a5.995 5.995 0 00-5.058 2.772m0 0a3 3 0 00-4.681 2.72 8.986 8.986 0 003.74.477m.94-3.197a5.971 5.971 0 00-.94 3.197M15 6.75a3 3 0 11-6 0 3 3 0 016 0zm6 3a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0zm-13.5 0a2.25 2.25 0 11-4.5 0 2.25 2.25 0 014.5 0z"/></svg>
                </div>
                <h3 class="font-bold text-lg mb-2">Your Dedicated Team</h3>
                <p class="text-gray-500 text-sm">Real people who know your business by name — not a call center. We're an extension of your team.</p>
            </div>
        </div>
    </div>
</section>

<!-- CTA Banner -->
<section class="bg-brand py-12">
    <div class="max-w-4xl mx-auto px-4 text-center">
        <h2 class="text-2xl md:text-3xl font-bold text-white mb-4">Ready to get started?</h2>
        <p class="text-red-100 mb-6">See our plans and find the right fit for your business.</p>
        <a href="/pricing" class="inline-block bg-white text-brand px-8 py-3 rounded font-semibold text-lg hover:bg-gray-100 transition">
            View Pricing
        </a>
    </div>
</section>

</main>

<!-- CrumpCRM Cross-Promotion Banner -->
<section class="bg-gray-900 border-t border-b border-gray-800 py-8">
    <div class="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8">
        <div class="flex flex-col md:flex-row items-center justify-between gap-4">
            <div class="text-center md:text-left">
                <h3 class="text-white text-xl font-bold mb-1">Need a Better CRM?</h3>
                <p class="text-gray-400 text-sm">We also build CrumpCRM — a modern, all-in-one CRM for growing businesses.</p>
            </div>
            <a href="https://crumpcrm.com"
               target="_blank"
               rel="noopener"
               class="bg-brand text-white px-6 py-3 rounded font-semibold hover:bg-red-800 transition whitespace-nowrap">
                Visit CrumpCRM &rarr;
            </a>
        </div>
    </div>
</section>

<!-- Footer -->
<!-- bg-dark inline override: Bootstrap 4 on /contact sets .bg-dark with
     !important (#343a40), which clobbers Tailwind's custom dark color. -->
<footer class="text-gray-300" style="background-color: #1a1a2e">
    <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
        <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
            <!-- Company -->
            <div>
                <h3 class="text-white text-lg font-bold mb-3">CrumpTech</h3>
                <p class="text-sm leading-relaxed">Your IT. Fully Managed. Entirely Stress-Free.</p>
            </div>

            <!-- Quick Links -->
            <div>
                <h3 class="text-white text-lg font-bold mb-3">Quick Links</h3>
                <ul class="space-y-2 text-sm">
                    <li><a href="/" class="hover:text-white transition">Home</a></li>
                    <li><a href="/services" class="hover:text-white transition">Services</a></li>
                    <li><a href="/pricing" class="hover:text-white transition">Pricing</a></li>
                    <li><a href="/about" class="hover:text-white transition">About</a></li>
                    <li><a href="/faq" class="hover:text-white transition">FAQ</a></li>
                    <li><a href="/contact" class="hover:text-white transition">Contact</a></li>
                </ul>
            </div>

            <!-- Contact Info -->
            <div>
                <h3 class="text-white text-lg font-bold mb-3">Get in Touch</h3>
                <ul class="space-y-2 text-sm">
                                            <li>
                            <a href="tel:8888113380" class="hover:text-white transition">
                                (888) 811-3380                            </a>
                        </li>
                                                                <li>
                            <a href="mailto:info@crump.tech" class="hover:text-white transition">
                                info@crump.tech                            </a>
                        </li>
                                                        </ul>
            </div>
        </div>

        <div class="border-t border-gray-700 mt-8 pt-6 text-center text-sm text-gray-500">
            &copy; 2026 CrumpTech. All rights reserved.
        </div>
    </div>
</footer>

<script src="/assets/js/main.js"></script>
</body>
</html>
