<!doctype html>
<html lang="en" class="scroll-smooth">

<head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta name="description"
        content="Expert Fractional CTO Services - Get C-level technology leadership with 35+ combined years of expertise in AI, healthcare tech, Web3/blockchain, and scalable software development." />
    <meta name="keywords"
        content="Fractional CTO, Healthcare technology CTO, AI specialist CTO, Web3 CTO, Blockchain CTO, Enterprise software architect, HIPAA-compliant development, Digital health consultant, SaaS CTO services, Part-time CTO, Technology leadership consultant" />
    <meta name="author" content="Fractional CTO Services" />

    <!-- Open Graph / Social Media -->
    <meta property="og:type" content="website" />
    <meta property="og:title" content="Expert Fractional CTO Services for Your Business Growth" />
    <meta property="og:description"
        content="Get C-level technology leadership without full-time commitment. 35+ years combined expertise in AI, healthcare tech, Web3/blockchain, and enterprise software." />

    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-KMF8L1VR76"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());

      gtag('config', 'G-KMF8L1VR76');
    </script>

    <!-- Structured Data: WebSite with Google SearchAction -->
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "WebSite",
      "name": "CTO 2.0",
      "url": "https://cto20.com/",
      "potentialAction": {
        "@type": "SearchAction",
        "target": "https://www.google.com/search?q={search_term_string}%20site%3Acto20.com",
        "query-input": "required name=search_term_string"
      }
    }
    </script>

    <!-- Structured Data: Organization -->
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "Organization",
      "name": "CTO 2.0",
      "url": "https://cto20.com/",
      "logo": "https://cto20.com/Images/ms-icon-310x310-300x300.png",
      "parentOrganization": {
        "@type": "Organization",
        "name": "Maxiom Corp",
        "url": "https://maxiomtech.com/"
      },
      "sameAs": [
        "https://maxiomtech.com/",
        "https://maxiomapps.com/"
      ]
    }
    </script>

    <!-- Structured Data: Service (Fractional CTO Services) -->
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "Service",
      "name": "Fractional CTO Services",
      "url": "https://cto20.com/",
      "provider": {
        "@type": "Organization",
        "name": "CTO 2.0",
        "url": "https://cto20.com/"
      },
      "description": "On-demand and fractional CTO services providing strategic technology leadership, architecture, and execution for startups, scale-ups, and enterprises.",
      "areaServed": "Worldwide",
      "category": "Technology Consulting"
    }
    </script>

    <!-- Favicon -->
    <link rel="icon" type="image/png" href="Images/ms-icon-310x310-300x300.png" />

    <!-- HubSpot Embed Code -->
    <script type="text/javascript" id="hs-script-loader" async defer src="//js.hs-scripts.com/536213.js"></script>

    <title>
        Expert Fractional CTO Services | Healthcare & AI Technology Leadership
    </title>

    <!-- Tailwind CSS CDN -->
    <script src="https://cdn.tailwindcss.com"></script>

    <!-- Tailwind Config -->
    <script>
        tailwind.config = {
            theme: {
                extend: {
                    colors: {
                        primary: "#1e3a8a",
                        secondary: "#0891b2",
                        accent: "#f59e0b",
                        dark: "#111827",
                    },
                },
            },
        };
    </script>

    <!-- Font Awesome for Icons -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" />

    <!-- Google Fonts -->
    <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&display=swap"
        rel="stylesheet" />

    <style>
        body {
            font-family: "Inter", sans-serif;
        }

        /* Scroll Animation Classes */
        .scroll-animate {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .scroll-animate.animate-in {
            opacity: 1;
            transform: translateY(0);
        }

        .scroll-animate-left {
            opacity: 0;
            transform: translateX(-50px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .scroll-animate-left.animate-in {
            opacity: 1;
            transform: translateX(0);
        }

        .scroll-animate-right {
            opacity: 0;
            transform: translateX(50px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .scroll-animate-right.animate-in {
            opacity: 1;
            transform: translateX(0);
        }

        .scroll-animate-scale {
            opacity: 0;
            transform: scale(0.9);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .scroll-animate-scale.animate-in {
            opacity: 1;
            transform: scale(1);
        }

        /* Stagger animation delays for children */
        .stagger-1 {
            transition-delay: 0.1s;
        }

        .stagger-2 {
            transition-delay: 0.2s;
        }

        .stagger-3 {
            transition-delay: 0.3s;
        }

        .stagger-4 {
            transition-delay: 0.4s;
        }

        .stagger-5 {
            transition-delay: 0.5s;
        }

        .stagger-6 {
            transition-delay: 0.6s;
        }
    </style>
</head>

<body class="text-gray-800">
    <!-- Navigation Header -->
    <nav id="navbar" class="fixed w-full top-0 z-50 bg-white shadow-md transition-all duration-300">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="flex justify-between items-center h-16">

                <!-- Logo -->
                <div class="flex items-center">
                    <a href="#home" class="flex items-center font-bold text-xl tracking-tight">
                        <span class="text-primary">On-Demand</span>
                        <span class="text-secondary ml-1">CTOs</span>
                    </a>
                </div>

                <!-- Desktop Navigation -->
                <div class="hidden md:flex space-x-8">
                    <a href="#home" class="text-gray-1000 hover:text-primary transition-colors">Home</a>
                    <a href="#about" class="text-gray-1000 hover:text-primary transition-colors">About</a>
                    <a href="#ctos" class="text-gray-1000 hover:text-primary transition-colors">Our CTOs</a>
                    <a href="#services" class="text-gray-1000 hover:text-primary transition-colors">Services</a>
                    <a href="#process" class="text-gray-1000 hover:text-primary transition-colors">How It Works</a>
                    <a href="#contact" class="text-gray-1000 hover:text-primary transition-colors">Contact</a>
                </div>

                <!-- Mobile Menu Button -->
                <div class="md:hidden">
                    <button id="mobile-menu-button" class="text-gray-700 hover:text-primary focus:outline-none">
                        <i class="fas fa-bars text-2xl"></i>
                    </button>
                </div>
            </div>
        </div>

        <!-- Mobile Menu -->
        <div id="mobile-menu" class="hidden md:hidden bg-white border-t">
            <div class="px-2 pt-2 pb-3 space-y-1">
                <a href="#home" class="block px-3 py-2 text-center text-gray-700 hover:bg-gray-100 rounded-md">Home</a>
                <a href="#about"
                    class="block px-3 py-2 text-center text-gray-700 hover:bg-gray-100 rounded-md">About</a>
                <a href="#ctos" class="block px-3 py-2 text-center text-gray-700 hover:bg-gray-100 rounded-md">Our
                    CTOs</a>
                <a href="#services"
                    class="block px-3 py-2 text-center text-gray-700 hover:bg-gray-100 rounded-md">Services</a>
                <a href="#process" class="block px-3 py-2 text-center text-gray-700 hover:bg-gray-100 rounded-md">How It
                    Works</a>
                <a href="#contact"
                    class="block px-3 py-2 text-center text-gray-700 hover:bg-gray-100 rounded-md">Contact</a>
            </div>
        </div>
    </nav>

    <!-- Main Content -->
    <main>
        <!-- 1. Hero Section -->
        <section id="home" class="relative bg-gray-900 overflow-hidden flex items-center">
            <!-- Background Image with Overlay -->
            <div class="absolute inset-0">
                <img src="https://images.unsplash.com/photo-1552664730-d307ca884978?w=1920&h=1080&fit=crop"
                    alt="Technology Leadership" class="w-full h-full object-cover opacity-50" />
                <div class="absolute inset-0 bg-gradient-to-br from-gray-900/60 via-gray-800/50 to-gray-900/60"></div>
            </div>

            <!-- Content -->
            <div class="relative max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 pt-28 pb-12 lg:pt-32 lg:pb-16 w-full">
                <div class="max-w-7xl mx-auto flex flex-col lg:flex-row lg:items-center lg:gap-12 xl:gap-16">
                    <!-- Left: Headline + benefits -->
                    <div class="flex-1 max-w-3xl">
                        <!-- Main Headline -->
                        <h1 class="text-5xl md:text-6xl lg:text-7xl font-bold leading-tight tracking-tight text-white mb-8">
                            Expert Fractional CTO Services for Your
                            <span class="bg-gradient-to-r from-accent to-orange-400 bg-clip-text text-transparent">Business
                                Growth</span>
                        </h1>

                        <p class="text-xl md:text-2xl text-gray-300 leading-relaxed mb-8 max-w-3xl">
                            Get C-level technology leadership without full-time commitment. Our experienced CTOs bring
                            <span class="font-semibold text-white">15-20+ years of expertise</span>
                            in AI, healthcare tech, Web3/blockchain, and scalable software development.
                        </p>

                        <!-- Key Benefits -->
                        <div class="space-y-3 mb-8">
                            <div class="flex items-start gap-3">
                                <div
                                    class="flex-shrink-0 w-6 h-6 bg-green-500/20 rounded-full flex items-center justify-center mt-0.5">
                                    <i class="fas fa-check text-green-400 text-sm"></i>
                                </div>
                                <p class="text-lg text-gray-300">
                                    Strategic technology leadership when you need it
                                </p>
                            </div>
                            <div class="flex items-start gap-3">
                                <div
                                    class="flex-shrink-0 w-6 h-6 bg-green-500/20 rounded-full flex items-center justify-center mt-0.5">
                                    <i class="fas fa-check text-green-400 text-sm"></i>
                                </div>
                                <p class="text-lg text-gray-300">
                                    35+ combined years of enterprise experience
                                </p>
                            </div>
                            <div class="flex items-start gap-3">
                                <div
                                    class="flex-shrink-0 w-6 h-6 bg-green-500/20 rounded-full flex items-center justify-center mt-0.5">
                                    <i class="fas fa-check text-green-400 text-sm"></i>
                                </div>
                                <p class="text-lg text-gray-300">
                                    Specialized in healthcare, AI, Web3/blockchain, and scalable systems
                                </p>
                            </div>
                        </div>

                        <!-- CTA Button (mobile / when form is below) -->
                        <div class="flex flex-col sm:flex-row gap-4 mb-8 lg:hidden">
                            <a href="#hero-form-card"
                                class="group inline-flex items-center justify-center px-8 py-4 bg-gradient-to-r from-accent to-orange-600 hover:from-orange-600 hover:to-orange-700 text-white font-semibold rounded-xl shadow-lg shadow-orange-500/25 transition-all duration-300 hover:shadow-xl hover:shadow-orange-600/30 hover:-translate-y-0.5">
                                <span>Get a free strategy call</span>
                                <i class="fas fa-arrow-right ml-2 group-hover:translate-x-1 transition-transform"></i>
                            </a>
                        </div>
                    </div>

                    <!-- Right: Lead capture form (above the fold) -->
                    <div id="hero-form-card" class="flex-shrink-0 w-full lg:max-w-md xl:max-w-lg">
                        <div class="bg-white/95 backdrop-blur rounded-2xl shadow-2xl border border-white/20 p-6 lg:p-8">
                            <div id="hero-form-thankyou" class="hidden text-center py-4">
                                <div class="w-14 h-14 mx-auto mb-4 bg-green-500 rounded-full flex items-center justify-center">
                                    <i class="fas fa-check text-white text-xl"></i>
                                </div>
                                <h3 class="text-xl font-bold text-gray-900 mb-2">You're on the list</h3>
                                <p class="text-gray-600">We'll reach out within 24 hours to schedule your free strategy call.</p>
                            </div>
                            <div id="hero-form-wrap">
                                <h3 class="text-xl font-bold text-gray-900 mb-1">Get a free strategy call</h3>
                                <p class="text-sm text-gray-600 mb-6">See if a Fractional CTO is right for you. No commitment.</p>
                                <form id="hero-form-el" novalidate class="space-y-4">
                                    <div>
                                        <label for="hero-name" class="sr-only">Name</label>
                                        <input type="text" id="hero-name" name="name" placeholder="Your name" autocomplete="name"
                                            class="hero-input w-full px-4 py-3 border border-gray-300 rounded-xl focus:ring-2 focus:ring-primary focus:border-primary transition-all">
                                        <p id="hero-name-error" class="hero-error mt-1 text-sm text-red-600 hidden"></p>
                                    </div>
                                    <div>
                                        <label for="hero-email" class="sr-only">Email</label>
                                        <input type="email" id="hero-email" name="email" placeholder="Work email" autocomplete="email"
                                            class="hero-input w-full px-4 py-3 border border-gray-300 rounded-xl focus:ring-2 focus:ring-primary focus:border-primary transition-all">
                                        <p id="hero-email-error" class="hero-error mt-1 text-sm text-red-600 hidden"></p>
                                    </div>
                                    <button type="submit"
                                        class="w-full py-4 bg-gradient-to-r from-accent to-orange-600 text-white font-semibold rounded-xl hover:shadow-lg hover:scale-[1.02] transition-all">
                                        Request free call
                                    </button>
                                </form>
                            </div>
                        </div>
                    </div>
                </div>

                <!-- Stats -->
                <div class="max-w-5xl mx-auto mt-12 lg:mt-16">
                    <div class="grid grid-cols-3 gap-8">
                        <div>
                            <div class="text-4xl md:text-5xl font-bold text-white">35+</div>
                            <div class="text-sm text-gray-400 mt-1 font-medium">Years Combined</div>
                        </div>
                        <div>
                            <div class="text-4xl md:text-5xl font-bold text-white">46+</div>
                            <div class="text-sm text-gray-400 mt-1 font-medium">Projects</div>
                        </div>
                        <div>
                            <div class="text-4xl md:text-5xl font-bold text-white">10K+</div>
                            <div class="text-sm text-gray-400 mt-1 font-medium">Followers</div>
                        </div>
                    </div>
                </div>
            </div>
        </section>

        <!-- Sticky CTA bar (appears on scroll) -->
        <div id="sticky-cta-bar" class="fixed bottom-0 left-0 right-0 z-40 transform translate-y-full transition-transform duration-300 bg-white border-t border-gray-200 shadow-lg">
            <div class="max-w-7xl mx-auto px-4 py-3 flex flex-wrap items-center justify-center gap-3 sm:gap-4">
                <p class="text-gray-800 font-medium text-sm sm:text-base">Ready to transform your tech? Talk to a CTO.</p>
                <a href="#contact-form" class="inline-flex items-center px-5 py-2.5 bg-primary hover:bg-blue-900 text-white font-semibold rounded-lg text-sm transition-colors">
                    Get in touch
                </a>
            </div>
        </div>

        <!-- 2. What is a Fractional CTO? -->
        <section id="about" class="py-16 lg:py-20 bg-gradient-to-b from-gray-50 to-white">
            <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
                <!-- Section Header -->
                <div class="text-center max-w-4xl mx-auto mb-16 scroll-animate">
                    <h2 class="text-4xl md:text-5xl font-bold text-gray-900 mb-6">
                        What is a Fractional CTO?
                    </h2>
                    <p class="text-xl text-gray-600 leading-relaxed">
                        Access world-class technology leadership and strategic CTO consulting services without full-time
                        commitment or executive hiring costs
                    </p>
                </div>

                <!-- Main Content - Centered -->
                <div class="max-w-4xl mx-auto mb-12">
                    <div class="space-y-8 text-center">
                        <p class="text-lg md:text-xl text-gray-700 leading-relaxed">
                            A <strong>Fractional CTO</strong> is an experienced Chief Technology Officer who provides <strong>strategic technology leadership</strong>, <strong>CTO consulting services</strong>, and <strong>software architecture guidance</strong> on a <strong>flexible, part-time basis</strong>. Instead of hiring a full-time executive, businesses gain <strong>senior-level technical expertise</strong> exactly when they need it—whether for a few hours per week, a <strong>project-based engagement</strong>, or <strong>ongoing strategic advisory support</strong>.
                        </p>

                        <p class="text-lg md:text-xl text-gray-700 leading-relaxed">
                            From <strong>startups building an MVP</strong> to <strong>scaling SaaS companies</strong> and <strong>healthcare organizations</strong> undergoing <strong>digital transformation</strong>, a Fractional CTO delivers <strong>immediate, high-impact leadership</strong> without the cost of a <strong>full-time CTO salary</strong>, equity, or long-term executive overhead.
                        </p>
                    </div>
                </div>

                <!-- Comparison Table -->
                <div class="max-w-5xl mx-auto mb-12 scroll-animate-scale">
                    <h3 class="text-3xl font-bold text-gray-900 text-center mb-8">
                        Fractional CTO vs Full-Time CTO
                    </h3>

                    <div
                        class="bg-white rounded-2xl shadow-xl shadow-gray-900/10 border border-gray-200 overflow-hidden">
                        <div class="overflow-x-auto">
                            <table class="w-full">
                                <thead>
                                    <tr class="bg-gradient-to-r from-primary to-blue-700 text-white">
                                        <th class="px-6 py-4 text-left text-sm font-bold uppercase tracking-wider">
                                            Benefits</th>
                                        <th class="px-6 py-4 text-center text-sm font-bold uppercase tracking-wider">
                                            Fractional CTO</th>
                                        <th class="px-6 py-4 text-center text-sm font-bold uppercase tracking-wider">
                                            Full-Time CTO</th>
                                    </tr>
                                </thead>
                                <tbody class="divide-y divide-gray-200">
                                    <!-- Cost -->
                                    <tr class="hover:bg-gray-50 transition-colors">
                                        <td class="px-6 py-5">
                                            <div class="flex items-center gap-3">
                                                <div
                                                    class="w-10 h-10 bg-green-100 rounded-lg flex items-center justify-center flex-shrink-0">
                                                    <i class="fas fa-dollar-sign text-green-600"></i>
                                                </div>
                                                <div>
                                                    <div class="font-semibold text-gray-900">Annual Cost</div>
                                                    <div class="text-sm text-gray-500">Compensation</div>
                                                </div>
                                            </div>
                                        </td>
                                        <td class="px-6 py-5 text-center">
                                            <div class="text-green-600 font-bold text-lg">Pay As You Go</div>
                                            <div class="text-sm text-gray-600">20-40% of full-time</div>
                                        </td>
                                        <td class="px-6 py-5 text-center">
                                            <div class="text-gray-700 font-bold text-lg">Full Compensation</div>
                                            <div class="text-sm text-gray-600">+ equity + benefits</div>
                                        </td>
                                    </tr>

                                    <!-- Flexibility -->
                                    <tr class="hover:bg-gray-50 transition-colors">
                                        <td class="px-6 py-5">
                                            <div class="flex items-center gap-3">
                                                <div
                                                    class="w-10 h-10 bg-blue-100 rounded-lg flex items-center justify-center flex-shrink-0">
                                                    <i class="fas fa-sync-alt text-primary"></i>
                                                </div>
                                                <div>
                                                    <div class="font-semibold text-gray-900">Engagement Model</div>
                                                    <div class="text-sm text-gray-500">Flexibility</div>
                                                </div>
                                            </div>
                                        </td>
                                        <td class="px-6 py-5 text-center">
                                            <div class="text-primary font-bold">Highly Flexible</div>
                                            <div class="text-sm text-gray-600">Scale up/down anytime</div>
                                        </td>
                                        <td class="px-6 py-5 text-center">
                                            <div class="text-gray-700 font-bold">Fixed</div>
                                            <div class="text-sm text-gray-600">40+ hours/week</div>
                                        </td>
                                    </tr>

                                    <!-- Time to Start -->
                                    <tr class="hover:bg-gray-50 transition-colors">
                                        <td class="px-6 py-5">
                                            <div class="flex items-center gap-3">
                                                <div
                                                    class="w-10 h-10 bg-purple-100 rounded-lg flex items-center justify-center flex-shrink-0">
                                                    <i class="fas fa-bolt text-purple-600"></i>
                                                </div>
                                                <div>
                                                    <div class="font-semibold text-gray-900">Time to Start</div>
                                                    <div class="text-sm text-gray-500">Availability</div>
                                                </div>
                                            </div>
                                        </td>
                                        <td class="px-6 py-5 text-center">
                                            <div class="text-purple-600 font-bold">Immediate</div>
                                            <div class="text-sm text-gray-600">Start within days</div>
                                        </td>
                                        <td class="px-6 py-5 text-center">
                                            <div class="text-gray-700 font-bold">3-6 Months</div>
                                            <div class="text-sm text-gray-600">Lengthy hiring process</div>
                                        </td>
                                    </tr>

                                    <!-- Commitment -->
                                    <tr class="hover:bg-gray-50 transition-colors">
                                        <td class="px-6 py-5">
                                            <div class="flex items-center gap-3">
                                                <div
                                                    class="w-10 h-10 bg-teal-100 rounded-lg flex items-center justify-center flex-shrink-0">
                                                    <i class="fas fa-handshake text-secondary"></i>
                                                </div>
                                                <div>
                                                    <div class="font-semibold text-gray-900">Long-Term Lock-In</div>
                                                    <div class="text-sm text-gray-500">Commitment</div>
                                                </div>
                                            </div>
                                        </td>
                                        <td class="px-6 py-5 text-center">
                                            <div class="text-secondary font-bold">No Lock-In</div>
                                            <div class="text-sm text-gray-600">Flexible terms</div>
                                        </td>
                                        <td class="px-6 py-5 text-center">
                                            <div class="text-gray-700 font-bold">High Commitment</div>
                                            <div class="text-sm text-gray-600">Equity & benefits</div>
                                        </td>
                                    </tr>

                                    <!-- Experience -->
                                    <tr class="hover:bg-gray-50 transition-colors">
                                        <td class="px-6 py-5">
                                            <div class="flex items-center gap-3">
                                                <div
                                                    class="w-10 h-10 bg-orange-100 rounded-lg flex items-center justify-center flex-shrink-0">
                                                    <i class="fas fa-network-wired text-accent"></i>
                                                </div>
                                                <div>
                                                    <div class="font-semibold text-gray-900">Experience Range</div>
                                                    <div class="text-sm text-gray-500">Industry exposure</div>
                                                </div>
                                            </div>
                                        </td>
                                        <td class="px-6 py-5 text-center">
                                            <div class="text-accent font-bold">Diverse</div>
                                            <div class="text-sm text-gray-600">Multiple industries & stacks</div>
                                        </td>
                                        <td class="px-6 py-5 text-center">
                                            <div class="text-gray-700 font-bold">Focused</div>
                                            <div class="text-sm text-gray-600">Single company focus</div>
                                        </td>
                                    </tr>
                                </tbody>
                            </table>
                        </div>
                    </div>
                </div>

                <!-- Key Benefits Grid -->
                <div class="mb-12">
                    <h3 class="text-3xl md:text-4xl font-bold text-gray-900 text-center mb-4">
                        Why Choose a Fractional CTO?
                    </h3>
                    <p class="text-lg text-gray-600 text-center mb-12 max-w-3xl mx-auto">
                        Strategic technology consulting and CTO advisory services tailored for startups, SaaS companies,
                        healthcare tech, Web3/blockchain ventures, and enterprise
                    </p>

                    <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6 max-w-7xl mx-auto">
                        <!-- Benefit 1 -->
                        <div
                            class="bg-white rounded-2xl p-6 lg:p-8 shadow-lg shadow-gray-900/5 border border-gray-100 hover:shadow-xl hover:border-[#a4b8f1] hover:-translate-y-2 transition-all duration-300 group cursor-pointer">
                            <div
                                class="w-14 h-14 bg-gradient-to-br from-green-400 to-green-600 rounded-xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform">
                                <i class="fas fa-piggy-bank text-white text-2xl"></i>
                            </div>
                            <h4 class="text-xl font-bold text-gray-900 mb-3">
                                Cost-Effective Leadership
                            </h4>
                            <p class="text-gray-600 leading-relaxed">
                                Get C-level expertise at a fraction of the cost. No salary,
                                equity, or benefits overhead.
                            </p>
                        </div>

                        <!-- Benefit 2 -->
                        <div
                            class="bg-white rounded-2xl p-6 lg:p-8 shadow-lg shadow-gray-900/5 border border-gray-100 hover:shadow-xl hover:border-[#a4b8f1] hover:-translate-y-2 transition-all duration-300 group cursor-pointer">
                            <div
                                class="w-14 h-14 bg-gradient-to-br from-blue-400 to-primary rounded-xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform">
                                <i class="fas fa-sliders-h text-white text-2xl"></i>
                            </div>
                            <h4 class="text-xl font-bold text-gray-900 mb-3">
                                Flexible Engagement
                            </h4>
                            <p class="text-gray-600 leading-relaxed">
                                Scale hours up or down based on your needs. Part-time,
                                project-based, or advisory.
                            </p>
                        </div>

                        <!-- Benefit 3 -->
                        <div
                            class="bg-white rounded-2xl p-6 lg:p-8 shadow-lg shadow-gray-900/5 border border-gray-100 hover:shadow-xl hover:border-[#a4b8f1] hover:-translate-y-2 transition-all duration-300 group cursor-pointer">
                            <div
                                class="w-14 h-14 bg-gradient-to-br from-purple-400 to-purple-600 rounded-xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform">
                                <i class="fas fa-rocket text-white text-2xl"></i>
                            </div>
                            <h4 class="text-xl font-bold text-gray-900 mb-3">
                                Immediate Expertise
                            </h4>
                            <p class="text-gray-600 leading-relaxed">
                                Start immediately. No lengthy hiring, onboarding, or ramp-up
                                time required.
                            </p>
                        </div>

                        <!-- Benefit 4 -->
                        <div
                            class="bg-white rounded-2xl p-6 lg:p-8 shadow-lg shadow-gray-900/5 border border-gray-100 hover:shadow-xl hover:border-[#a4b8f1] hover:-translate-y-2 transition-all duration-300 group cursor-pointer">
                            <div
                                class="w-14 h-14 bg-gradient-to-br from-accent to-orange-600 rounded-xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform">
                                <i class="fas fa-chess-knight text-white text-2xl"></i>
                            </div>
                            <h4 class="text-xl font-bold text-gray-900 mb-3">
                                Strategic Guidance
                            </h4>
                            <p class="text-gray-600 leading-relaxed">
                                Get senior-level strategic direction from battle-tested
                                technology leaders.
                            </p>
                        </div>
                    </div>
                </div>


                <!-- Who Needs Section -->
                <div class="bg-gradient-to-br from-primary to-blue-900 rounded-3xl p-12 lg:p-16 text-white">
                    <div class="max-w-5xl mx-auto">
                        <h3 class="text-3xl md:text-4xl font-bold mb-6 text-center">
                            Who Needs Fractional CTO Services?
                        </h3>
                        <p class="text-xl text-blue-100 text-center mb-12">
                            Ideal for startups, SaaS businesses, healthcare tech and Web3/blockchain companies, and enterprises at critical
                            technology transformation stages
                        </p>

                        <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                            <!-- Startups -->
                            <div
                                class="bg-white/10 backdrop-blur-lg rounded-3xl p-8 border border-white/20 hover:bg-white/20 hover:border-[#a4b8f1] hover:-translate-y-2 hover:scale-105 transition-all duration-300 cursor-pointer group">
                                <div
                                    class="w-20 h-20 bg-gradient-to-br from-[#a4b8f1] to-blue-400 rounded-2xl flex items-center justify-center mx-auto mb-6 shadow-lg shadow-[#a4b8f1]/30 group-hover:scale-110 group-hover:rotate-6 transition-all duration-300">
                                    <i class="fas fa-seedling text-4xl text-white"></i>
                                </div>
                                <h4 class="text-2xl font-bold mb-4 text-center">Startups & Founders</h4>
                                <p class="text-blue-100 leading-relaxed text-center">
                                    Building your first MVP, need technical leadership for product development, or
                                    preparing
                                    for seed funding and Series A rounds
                                </p>
                            </div>

                            <!-- Growing Companies -->
                            <div
                                class="bg-white/10 backdrop-blur-lg rounded-3xl p-8 border border-white/20 hover:bg-white/20 hover:border-[#a4b8f1] hover:-translate-y-2 hover:scale-105 transition-all duration-300 cursor-pointer group">
                                <div
                                    class="w-20 h-20 bg-gradient-to-br from-[#a4b8f1] to-blue-400 rounded-2xl flex items-center justify-center mx-auto mb-6 shadow-lg shadow-[#a4b8f1]/30 group-hover:scale-110 group-hover:rotate-6 transition-all duration-300">
                                    <i class="fas fa-chart-line text-4xl text-white"></i>
                                </div>
                                <h4 class="text-2xl font-bold mb-4 text-center">Growing SaaS Companies</h4>
                                <p class="text-blue-100 leading-relaxed text-center">
                                    Scaling infrastructure from 10-100 employees, need to build development teams, or
                                    require cloud architecture expertise
                                </p>
                            </div>

                            <!-- Healthcare Tech -->
                            <div
                                class="bg-white/10 backdrop-blur-lg rounded-3xl p-8 border border-white/20 hover:bg-white/20 hover:border-[#a4b8f1] hover:-translate-y-2 hover:scale-105 transition-all duration-300 cursor-pointer group">
                                <div
                                    class="w-20 h-20 bg-gradient-to-br from-[#a4b8f1] to-blue-400 rounded-2xl flex items-center justify-center mx-auto mb-6 shadow-lg shadow-[#a4b8f1]/30 group-hover:scale-110 group-hover:rotate-6 transition-all duration-300">
                                    <i class="fas fa-hospital text-4xl text-white"></i>
                                </div>
                                <h4 class="text-2xl font-bold mb-4 text-center">Healthcare & Medtech</h4>
                                <p class="text-blue-100 leading-relaxed text-center">
                                    Building HIPAA/GDPR-compliant digital health products, femtech platforms,
                                    telemedicine,
                                    or medical device software
                                </p>
                            </div>
                        </div>
                    </div>
                </div>
        </section>

        <!-- 3. Meet Your CTOs (Dual Profile Section) -->
        <section id="ctos" class="py-16 lg:py-20 bg-gray-50">
            <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
                <!-- Section Header -->
                <div class="text-center max-w-4xl mx-auto mb-16 scroll-animate">
                    <h2 class="text-4xl md:text-5xl font-bold text-gray-900 mb-6">
                        Meet Your Fractional CTOs
                    </h2>
                    <p class="text-xl text-gray-600 leading-relaxed">
                        Three seasoned technology leaders with complementary expertise in healthcare AI, enterprise
                        software, blockchain engineering, and scalable product development
                    </p>
                </div>

                <!-- CTO Profiles Grid -->
                <div class="grid lg:grid-cols-3 gap-8 max-w-7xl mx-auto">

                    <!-- Gaurav Bagul Profile -->
                    <div
                        class="bg-white rounded-3xl shadow-xl shadow-gray-900/10 border border-gray-200 overflow-hidden hover:shadow-2xl hover:-translate-y-1 transition-all duration-300 group flex flex-col scroll-animate-left">
                        <!-- Header with Photo -->
                        <div class="relative bg-gradient-to-br from-primary to-blue-700 p-8 pb-20">
                            <div class="absolute top-0 right-0 w-32 h-32 bg-white/10 rounded-full blur-2xl"></div>
                            <div class="relative">
                                <!-- Photo Placeholder -->
                                <div
                                    class="w-32 h-32 mx-auto mb-6 bg-white rounded-full shadow-2xl shadow-gray-900/20 overflow-hidden border-4 border-white/20">
                                    <img src="https://media.licdn.com/dms/image/v2/D4D03AQGFzN0UcJlbWg/profile-displayphoto-scale_200_200/B4DZqiTjwQGkAk-/0/1763659628204?e=2147483647&v=beta&t=almiXKlndf0lKxFqCtv7CtG7UXozCkmbxnc6laH7aCM"
                                         alt="Gaurav Bagul - Fractional CTO" 
                                         class="w-full h-full object-cover" />
                                </div>

                                <!-- Name and Title -->
                                <h3 class="text-3xl font-bold text-white text-center mb-2">
                                    Gaurav Bagul
                                </h3>
                                <p class="text-blue-100 text-center font-medium mb-4">
                                    Fractional CTO & AI Specialist
                                </p>

                                <!-- Location -->
                                <div class="flex items-center justify-center gap-2 text-blue-100 mb-4">
                                    <i class="fas fa-map-marker-alt"></i>
                                    <span class="text-sm">Pune, India / Austin, Texas</span>
                                </div>

                                <!-- LinkedIn Stats -->
                                <a href="https://www.linkedin.com/in/gauravbagul/" target="_blank" rel="noopener noreferrer" class="block hover:opacity-80 transition-opacity">
                                    <div class="flex items-center justify-center gap-6 text-white/90 text-sm">
                                        <div class="flex items-center gap-2">
                                            <i class="fab fa-linkedin"></i>
                                            <span>500+ connections</span>
                                        </div>
                                        <div class="flex items-center gap-2">
                                            <i class="fas fa-users"></i>
                                            <span>4,864 followers</span>
                                        </div>
                                    </div>
                                </a>
                            </div>
                        </div>

                        <!-- Content -->
                        <div class="p-8 -mt-12 relative flex-1 flex flex-col">
                            <!-- Certification Badges -->
                            <div class="flex justify-center gap-3 mb-8">
                                <div
                                    class="bg-gradient-to-br from-accent to-orange-600 rounded-xl px-4 py-2 shadow-lg shadow-accent/30">
                                    <div class="flex items-center gap-2">
                                        <i class="fab fa-aws text-white text-sm"></i>
                                        <span class="text-white text-xs font-bold">AWS Certified</span>
                                    </div>
                                </div>
                                <div
                                    class="bg-gradient-to-br from-green-500 to-green-700 rounded-xl px-4 py-2 shadow-lg shadow-green-500/30">
                                    <div class="flex items-center gap-2">
                                        <i class="fas fa-shield-alt text-white text-sm"></i>
                                        <span class="text-white text-xs font-bold">HIPAA Expert</span>
                                    </div>
                                </div>
                            </div>

                            <!-- Positioning Statement -->
                            <p class="text-lg text-gray-700 text-center font-medium mb-8 leading-relaxed">
                                Healthcare & AI-SaaS Specialist | 15+ Years Building Compliant Digital Health Products
                            </p>

                            <!-- Key Highlights -->
                            <div class="mb-8 bg-blue-50 rounded-2xl p-6 border border-blue-100">

                                <ul class="space-y-3">
                                    <li class="flex items-start gap-3">
                                        <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                        <span class="text-gray-700">Founder & CTO of Agnotic Technologies (25-person
                                            AI-powered company)</span>
                                    </li>
                                    <li class="flex items-start gap-3">
                                        <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                        <span class="text-gray-700">AWS Certified Security Specialist</span>
                                    </li>
                                    <li class="flex items-start gap-3">
                                        <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                        <span class="text-gray-700">Expert in HIPAA/GDPR-compliant healthcare
                                            solutions</span>
                                    </li>
                                    <li class="flex items-start gap-3">
                                        <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                        <span class="text-gray-700">Built platforms serving USA, UK, and European
                                            markets</span>
                                    </li>
                                </ul>
                            </div>

                            <!-- Core Expertise -->
                            <div class="mb-8 flex-1">
                                <h4
                                    class="text-sm font-bold text-gray-900 uppercase tracking-wider mb-4 flex items-center gap-2">
                                    <i class="fas fa-code"></i>
                                    Core Expertise
                                </h4>
                                <div class="grid grid-cols-1 gap-3">
                                    <div
                                        class="flex items-center gap-3 p-3 bg-gray-50 rounded-lg hover:bg-blue-50 transition-colors">
                                        <div
                                            class="w-10 h-10 bg-gradient-to-br from-purple-500 to-purple-700 rounded-lg flex items-center justify-center flex-shrink-0">
                                            <i class="fas fa-brain text-white"></i>
                                        </div>
                                        <span class="text-gray-800 font-medium">AI & Machine Learning (LLM, RAG, Agentic
                                            AI)</span>
                                    </div>
                                    <div
                                        class="flex items-center gap-3 p-3 bg-gray-50 rounded-lg hover:bg-blue-50 transition-colors">
                                        <div
                                            class="w-10 h-10 bg-gradient-to-br from-red-500 to-red-700 rounded-lg flex items-center justify-center flex-shrink-0">
                                            <i class="fas fa-heartbeat text-white"></i>
                                        </div>
                                        <span class="text-gray-800 font-medium">Healthcare Technology (Femtech, Digital
                                            Health, Medtech)</span>
                                    </div>
                                    <div
                                        class="flex items-center gap-3 p-3 bg-gray-50 rounded-lg hover:bg-blue-50 transition-colors">
                                        <div
                                            class="w-10 h-10 bg-gradient-to-br from-secondary to-cyan-700 rounded-lg flex items-center justify-center flex-shrink-0">
                                            <i class="fas fa-cloud text-white"></i>
                                        </div>
                                        <span class="text-gray-800 font-medium">Cloud Infrastructure (AWS Advanced,
                                            Kubernetes, Terraform)</span>
                                    </div>
                                    <div
                                        class="flex items-center gap-3 p-3 bg-gray-50 rounded-lg hover:bg-blue-50 transition-colors">
                                        <div
                                            class="w-10 h-10 bg-gradient-to-br from-blue-500 to-primary rounded-lg flex items-center justify-center flex-shrink-0">
                                            <i class="fas fa-layer-group text-white"></i>
                                        </div>
                                        <span class="text-gray-800 font-medium">Full-Stack Development (React, Node.js,
                                            Python, .NET)</span>
                                    </div>
                                    <div
                                        class="flex items-center gap-3 p-3 bg-gray-50 rounded-lg hover:bg-blue-50 transition-colors">
                                        <div
                                            class="w-10 h-10 bg-gradient-to-br from-green-500 to-green-700 rounded-lg flex items-center justify-center flex-shrink-0">
                                            <i class="fas fa-cubes text-white"></i>
                                        </div>
                                        <span class="text-gray-800 font-medium">No-Code/Low-Code Platforms</span>
                                    </div>
                                </div>
                            </div>

                            <!-- Notable Achievements -->
                            <div class="mb-8">
                                <h4
                                    class="text-sm font-bold text-gray-900 uppercase tracking-wider mb-4 flex items-center gap-2">
                                    <i class="fas fa-trophy"></i>
                                    Notable Achievements
                                </h4>
                                <ul class="space-y-2 text-gray-700">
                                    <li class="flex items-start gap-2">
                                        <i class="fas fa-angle-right text-primary mt-1 flex-shrink-0"></i>
                                        <span>Built healthcare platforms serving clients in USA, UK, and Europe</span>
                                    </li>
                                    <li class="flex items-start gap-2">
                                        <i class="fas fa-angle-right text-primary mt-1 flex-shrink-0"></i>
                                        <span>Scaled company from startup to $500K annual revenue</span>
                                    </li>
                                    <li class="flex items-start gap-2">
                                        <i class="fas fa-angle-right text-primary mt-1 flex-shrink-0"></i>
                                        <span>Works with notable clients: Oxford Economics, DP World,
                                            HealthEvolve</span>
                                    </li>
                                    <li class="flex items-start gap-2">
                                        <i class="fas fa-angle-right text-primary mt-1 flex-shrink-0"></i>
                                        <span>Expert in building HIPAA-compliant, audit-ready systems</span>
                                    </li>
                                </ul>
                            </div>

                            <!-- CTA Button -->
                            <a href="#contact-form" class="block w-full mt-auto">
                                <button
                                    class="w-full bg-gradient-to-r from-accent to-orange-600 hover:from-orange-600 hover:to-orange-700 text-white font-bold py-4 px-6 rounded-xl shadow-lg shadow-orange-500/25 hover:shadow-xl hover:shadow-orange-600/30 transition-all duration-300 hover:-translate-y-0.5 flex items-center justify-center gap-3 group">
                                    <span>Schedule Consultation with Gaurav</span>
                                    <i class="fas fa-calendar-alt group-hover:scale-110 transition-transform"></i>
                                </button>
                            </a>
                        </div>
                    </div>

                    <!-- Antonio Chagoury Profile -->
                    <div
                        class="bg-white rounded-3xl shadow-xl shadow-gray-900/10 border border-gray-200 overflow-hidden hover:shadow-2xl hover:-translate-y-1 transition-all duration-300 group flex flex-col scroll-animate-right">
                        <!-- Header with Photo -->
                        <div class="relative bg-gradient-to-br from-secondary to-cyan-700 p-8 pb-20">
                            <div class="absolute top-0 right-0 w-32 h-32 bg-white/10 rounded-full blur-2xl"></div>
                            <div class="relative">
                                <!-- Photo Placeholder -->
                                <div
                                    class="w-32 h-32 mx-auto mb-6 bg-white rounded-full shadow-2xl shadow-gray-900/20 overflow-hidden border-4 border-white/20">
                                    <img src="https://media.licdn.com/dms/image/v2/D5603AQFjuT_BZIf2Uw/profile-displayphoto-scale_200_200/B56Zp93UVKH8AY-/0/1763048249248?e=2147483647&v=beta&t=CB9y0rVpozDpbjXCwLoiyej32BXAU2OhH701sRc7xQc"
                                         alt="Antonio Chagoury - Fractional CTO" 
                                         class="w-full h-full object-cover" />
                                </div>

                                <!-- Name and Title -->
                                <h3 class="text-3xl font-bold text-white text-center mb-2">
                                    Antonio Chagoury
                                </h3>
                                <p class="text-cyan-100 text-center font-medium mb-4">
                                    Fractional CTO & Serial Entrepreneur
                                </p>

                                <!-- Location -->
                                <div class="flex items-center justify-center gap-2 text-cyan-100 mb-4">
                                    <i class="fas fa-map-marker-alt"></i>
                                    <span class="text-sm">Washington DC-Baltimore Area</span>
                                </div>

                                <!-- LinkedIn Stats -->
                                <a href="https://www.linkedin.com/in/antoniochagoury/" target="_blank" rel="noopener noreferrer" class="block hover:opacity-80 transition-opacity">
                                    <div class="flex items-center justify-center gap-6 text-white/90 text-sm">
                                        <div class="flex items-center gap-2">
                                            <i class="fab fa-linkedin"></i>
                                            <span>500+ connections</span>
                                        </div>
                                        <div class="flex items-center gap-2">
                                            <i class="fas fa-users"></i>
                                            <span>5710 followers</span>
                                        </div>
                                    </div>
                                </a>
                            </div>
                        </div>

                        <!-- Content -->
                        <div class="p-8 -mt-12 relative flex-1 flex flex-col">
                            <!-- Certification Badges -->
                            <div class="flex justify-center gap-3 mb-8">
                                <div
                                    class="bg-gradient-to-br from-blue-600 to-blue-800 rounded-xl px-4 py-2 shadow-lg shadow-blue-600/30">
                                    <div class="flex items-center gap-2">
                                        <i class="fas fa-star text-white text-sm"></i>
                                        <span class="text-white text-xs font-bold">Microsoft MVP</span>
                                    </div>
                                </div>
                                <div
                                    class="bg-gradient-to-br from-purple-600 to-purple-800 rounded-xl px-4 py-2 shadow-lg shadow-purple-600/30">
                                    <div class="flex items-center gap-2">
                                        <i class="fas fa-book text-white text-sm"></i>
                                        <span class="text-white text-xs font-bold">Published Author</span>
                                    </div>
                                </div>
                            </div>

                            <!-- Positioning Statement -->
                            <p class="text-lg text-gray-700 text-center font-medium mb-8 leading-relaxed">
                                Enterprise Software & Healthcare AI Leader | Microsoft MVP | 20+ Years Scaling
                                Technology Ventures
                            </p>

                            <!-- Key Highlights -->
                            <div class="mb-8 bg-cyan-50 rounded-2xl p-6 border border-cyan-100">

                                <ul class="space-y-3">
                                    <li class="flex items-start gap-3">
                                        <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                        <span class="text-gray-700">Serial entrepreneur with multiple successful
                                            ventures</span>
                                    </li>
                                    <li class="flex items-start gap-3">
                                        <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                        <span class="text-gray-700">Microsoft MVP Alumni (2011, 2012, 2023)</span>
                                    </li>
                                    <li class="flex items-start gap-3">
                                        <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                        <span class="text-gray-700">46+ completed enterprise projects</span>
                                    </li>
                                    <li class="flex items-start gap-3">
                                        <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                        <span class="text-gray-700">Published author on software architecture</span>
                                    </li>
                                </ul>
                            </div>

                            <!-- Core Expertise -->
                            <div class="mb-8 flex-1">
                                <h4
                                    class="text-sm font-bold text-gray-900 uppercase tracking-wider mb-4 flex items-center gap-2">
                                    <i class="fas fa-code"></i>
                                    Core Expertise
                                </h4>
                                <div class="grid grid-cols-1 gap-3">
                                    <div
                                        class="flex items-center gap-3 p-3 bg-gray-50 rounded-lg hover:bg-cyan-50 transition-colors">
                                        <div
                                            class="w-10 h-10 bg-gradient-to-br from-primary to-blue-800 rounded-lg flex items-center justify-center flex-shrink-0">
                                            <i class="fas fa-building text-white"></i>
                                        </div>
                                        <span class="text-gray-800 font-medium">Enterprise Software Architecture</span>
                                    </div>
                                    <div
                                        class="flex items-center gap-3 p-3 bg-gray-50 rounded-lg hover:bg-cyan-50 transition-colors">
                                        <div
                                            class="w-10 h-10 bg-gradient-to-br from-purple-500 to-purple-700 rounded-lg flex items-center justify-center flex-shrink-0">
                                            <i class="fas fa-robot text-white"></i>
                                        </div>
                                        <span class="text-gray-800 font-medium">Artificial Intelligence & Healthcare
                                            AI</span>
                                    </div>
                                    <div
                                        class="flex items-center gap-3 p-3 bg-gray-50 rounded-lg hover:bg-cyan-50 transition-colors">
                                        <div
                                            class="w-10 h-10 bg-gradient-to-br from-secondary to-cyan-700 rounded-lg flex items-center justify-center flex-shrink-0">
                                            <i class="fas fa-chart-line text-white"></i>
                                        </div>
                                        <span class="text-gray-800 font-medium">SaaS Development & Platform
                                            Building</span>
                                    </div>
                                    <div
                                        class="flex items-center gap-3 p-3 bg-gray-50 rounded-lg hover:bg-cyan-50 transition-colors">
                                        <div
                                            class="w-10 h-10 bg-gradient-to-br from-red-500 to-red-700 rounded-lg flex items-center justify-center flex-shrink-0">
                                            <i class="fas fa-hospital-alt text-white"></i>
                                        </div>
                                        <span class="text-gray-800 font-medium">Digital Health & Medtech
                                            Solutions</span>
                                    </div>
                                    <div
                                        class="flex items-center gap-3 p-3 bg-gray-50 rounded-lg hover:bg-cyan-50 transition-colors">
                                        <div
                                            class="w-10 h-10 bg-gradient-to-br from-accent to-orange-700 rounded-lg flex items-center justify-center flex-shrink-0">
                                            <i class="fas fa-user-tie text-white"></i>
                                        </div>
                                        <span class="text-gray-800 font-medium">Board-Level Advisory & Strategic
                                            Planning</span>
                                    </div>
                                    <div
                                        class="flex items-center gap-3 p-3 bg-gray-50 rounded-lg hover:bg-cyan-50 transition-colors">
                                        <div
                                            class="w-10 h-10 bg-gradient-to-br from-green-500 to-green-700 rounded-lg flex items-center justify-center flex-shrink-0">
                                            <i class="fas fa-shield-alt text-white"></i>
                                        </div>
                                        <span class="text-gray-800 font-medium">Cybersecurity & Data Analytics</span>
                                    </div>
                                </div>
                            </div>

                            <!-- Notable Achievements -->
                            <div class="mb-8">
                                <h4
                                    class="text-sm font-bold text-gray-900 uppercase tracking-wider mb-4 flex items-center gap-2">
                                    <i class="fas fa-trophy"></i>
                                    Notable Achievements
                                </h4>
                                <ul class="space-y-2 text-gray-700">
                                    <li class="flex items-start gap-2">
                                        <i class="fas fa-angle-right text-secondary mt-1 flex-shrink-0"></i>
                                        <span>Microsoft MVP recognition (2011, 2012, 2023)</span>
                                    </li>
                                    <li class="flex items-start gap-2">
                                        <i class="fas fa-angle-right text-secondary mt-1 flex-shrink-0"></i>
                                        <span>Developed comprehensive healthcare software for AABB</span>
                                    </li>
                                    <li class="flex items-start gap-2">
                                        <i class="fas fa-angle-right text-secondary mt-1 flex-shrink-0"></i>
                                        <span>Built AI-powered video resume platform (Rezeo Corp)</span>
                                    </li>
                                    <li class="flex items-start gap-2">
                                        <i class="fas fa-angle-right text-secondary mt-1 flex-shrink-0"></i>
                                        <span>Experience with Fortune 500 and federal government projects</span>
                                    </li>
                                    <li class="flex items-start gap-2">
                                        <i class="fas fa-angle-right text-secondary mt-1 flex-shrink-0"></i>
                                        <span>Published: "Building a Custom DotNetNuke Membership Provider"</span>
                                    </li>
                                </ul>
                            </div>

                            <!-- CTA Button -->
                            <a href="#contact-form" class="block w-full mt-auto">
                                <button
                                    class="w-full bg-gradient-to-r from-accent to-orange-600 hover:from-orange-600 hover:to-orange-700 text-white font-bold py-4 px-6 rounded-xl shadow-lg shadow-orange-500/25 hover:shadow-xl hover:shadow-orange-600/30 transition-all duration-300 hover:-translate-y-0.5 flex items-center justify-center gap-3 group">
                                    <span>Schedule Consultation with Antonio</span>
                                    <i class="fas fa-calendar-alt group-hover:scale-110 transition-transform"></i>
                                </button>
                            </a>
                        </div>
                    </div>

                    <!-- Nik Kalyani Profile -->
                    <div
                        class="bg-white rounded-3xl shadow-xl shadow-gray-900/10 border border-gray-200 overflow-hidden hover:shadow-2xl hover:-translate-y-1 transition-all duration-300 group flex flex-col scroll-animate-left">
                        <!-- Header with Photo -->
                        <div class="relative bg-gradient-to-br from-purple-600 to-indigo-800 p-8 pb-20">
                            <div class="absolute top-0 right-0 w-32 h-32 bg-white/10 rounded-full blur-2xl"></div>
                            <div class="relative">
                                <!-- Photo Placeholder -->
                                <div
                                    class="w-32 h-32 mx-auto mb-6 bg-white rounded-full shadow-2xl shadow-gray-900/20 overflow-hidden border-4 border-white/20">
                                    <img src="https://media.licdn.com/dms/image/v2/D5603AQF5jNf-FHrlYw/profile-displayphoto-scale_400_400/B56ZphZz2BHAAg-/0/1762570747631?e=1775088000&v=beta&t=0DQlovJ-crigkRlIackwLCOTSW5w2yOTmnu58J3GHhE"
                                         alt="Nik Kalyani - Fractional CTO"
                                         class="w-full h-full object-cover" />
                                </div>

                                <!-- Name and Title -->
                                <h3 class="text-3xl font-bold text-white text-center mb-2">
                                    Nik Kalyani
                                </h3>
                                <p class="text-purple-100 text-center font-medium mb-4">
                                    Fractional CTO & Blockchain Architect
                                </p>

                                <!-- Location -->
                                <div class="flex items-center justify-center gap-2 text-purple-100 mb-4">
                                    <i class="fas fa-map-marker-alt"></i>
                                    <span class="text-sm">California, United States</span>
                                </div>

                                <!-- LinkedIn Stats -->
                                <a href="https://www.linkedin.com/in/techbubble/" target="_blank" rel="noopener noreferrer" class="block hover:opacity-80 transition-opacity">
                                    <div class="flex items-center justify-center gap-6 text-white/90 text-sm">
                                        <div class="flex items-center gap-2">
                                            <i class="fab fa-linkedin"></i>
                                            <span>500+ connections</span>
                                        </div>
                                        <div class="flex items-center gap-2">
                                            <i class="fas fa-users"></i>
                                            <span>5K+ followers</span>
                                        </div>
                                    </div>
                                </a>
                            </div>
                        </div>

                        <!-- Content -->
                        <div class="p-8 -mt-12 relative flex-1 flex flex-col">
                            <!-- Certification Badges -->
                            <div class="flex justify-center gap-3 mb-8">
                                <div
                                    class="bg-gradient-to-br from-purple-600 to-purple-800 rounded-xl px-4 py-2 shadow-lg shadow-purple-600/30">
                                    <div class="flex items-center gap-2">
                                        <i class="fas fa-cube text-white text-sm"></i>
                                        <span class="text-white text-xs font-bold">Web3 Expert</span>
                                    </div>
                                </div>
                                <div
                                    class="bg-gradient-to-br from-indigo-600 to-indigo-800 rounded-xl px-4 py-2 shadow-lg shadow-indigo-600/30">
                                    <div class="flex items-center gap-2">
                                        <i class="fas fa-link text-white text-sm"></i>
                                        <span class="text-white text-xs font-bold">EVM Specialist</span>
                                    </div>
                                </div>
                            </div>

                            <!-- Positioning Statement -->
                            <p class="text-lg text-gray-700 text-center font-medium mb-8 leading-relaxed">
                                Blockchain & Web3 Pioneer | 25+ Years Building Scalable Systems from Web2 to Web3
                            </p>

                            <!-- Key Highlights -->
                            <div class="mb-8 bg-purple-50 rounded-2xl p-6 border border-purple-100">

                                <ul class="space-y-3">
                                    <li class="flex items-start gap-3">
                                        <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                        <span class="text-gray-700">Founder of Xibit (Web2/Web3 hybrid platform) and Vitruveo (EVM L1 blockchain)</span>
                                    </li>
                                    <li class="flex items-start gap-3">
                                        <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                        <span class="text-gray-700">Hands-on architect building L1/L2 blockchain protocols</span>
                                    </li>
                                    <li class="flex items-start gap-3">
                                        <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                        <span class="text-gray-700">Expert in EVM smart contracts and DeFi/GameFi systems</span>
                                    </li>
                                    <li class="flex items-start gap-3">
                                        <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                        <span class="text-gray-700">Full-stack Web3 development and tokenomics design</span>
                                    </li>
                                </ul>
                            </div>

                            <!-- Core Expertise -->
                            <div class="mb-8 flex-1">
                                <h4
                                    class="text-sm font-bold text-gray-900 uppercase tracking-wider mb-4 flex items-center gap-2">
                                    <i class="fas fa-code"></i>
                                    Core Expertise
                                </h4>
                                <div class="grid grid-cols-1 gap-3">
                                    <div
                                        class="flex items-center gap-3 p-3 bg-gray-50 rounded-lg hover:bg-purple-50 transition-colors">
                                        <div
                                            class="w-10 h-10 bg-gradient-to-br from-purple-500 to-purple-700 rounded-lg flex items-center justify-center flex-shrink-0">
                                            <i class="fas fa-cubes text-white"></i>
                                        </div>
                                        <span class="text-gray-800 font-medium">Blockchain Engineering (EVM, L1/L2 Protocols)</span>
                                    </div>
                                    <div
                                        class="flex items-center gap-3 p-3 bg-gray-50 rounded-lg hover:bg-purple-50 transition-colors">
                                        <div
                                            class="w-10 h-10 bg-gradient-to-br from-indigo-500 to-indigo-700 rounded-lg flex items-center justify-center flex-shrink-0">
                                            <i class="fas fa-file-contract text-white"></i>
                                        </div>
                                        <span class="text-gray-800 font-medium">Smart Contract Development (Solidity, DeFi, GameFi)</span>
                                    </div>
                                    <div
                                        class="flex items-center gap-3 p-3 bg-gray-50 rounded-lg hover:bg-purple-50 transition-colors">
                                        <div
                                            class="w-10 h-10 bg-gradient-to-br from-blue-500 to-primary rounded-lg flex items-center justify-center flex-shrink-0">
                                            <i class="fas fa-coins text-white"></i>
                                        </div>
                                        <span class="text-gray-800 font-medium">Tokenomics & Decentralized Applications</span>
                                    </div>
                                    <div
                                        class="flex items-center gap-3 p-3 bg-gray-50 rounded-lg hover:bg-purple-50 transition-colors">
                                        <div
                                            class="w-10 h-10 bg-gradient-to-br from-cyan-500 to-secondary rounded-lg flex items-center justify-center flex-shrink-0">
                                            <i class="fas fa-layer-group text-white"></i>
                                        </div>
                                        <span class="text-gray-800 font-medium">Full-Stack Web3 Architecture (JavaScript, Node.js)</span>
                                    </div>
                                    <div
                                        class="flex items-center gap-3 p-3 bg-gray-50 rounded-lg hover:bg-purple-50 transition-colors">
                                        <div
                                            class="w-10 h-10 bg-gradient-to-br from-violet-500 to-violet-700 rounded-lg flex items-center justify-center flex-shrink-0">
                                            <i class="fas fa-rocket text-white"></i>
                                        </div>
                                        <span class="text-gray-800 font-medium">Zero-to-One Product Development</span>
                                    </div>
                                </div>
                            </div>

                            <!-- Notable Achievements -->
                            <div class="mb-8">
                                <h4
                                    class="text-sm font-bold text-gray-900 uppercase tracking-wider mb-4 flex items-center gap-2">
                                    <i class="fas fa-trophy"></i>
                                    Notable Achievements
                                </h4>
                                <ul class="space-y-2 text-gray-700">
                                    <li class="flex items-start gap-2">
                                        <i class="fas fa-angle-right text-purple-600 mt-1 flex-shrink-0"></i>
                                        <span>Founded Vitruveo: EVM L1 blockchain for arts & entertainment</span>
                                    </li>
                                    <li class="flex items-start gap-2">
                                        <i class="fas fa-angle-right text-purple-600 mt-1 flex-shrink-0"></i>
                                        <span>Built Xibit: Web2/Web3 hybrid platform for sustainable creator income</span>
                                    </li>
                                    <li class="flex items-start gap-2">
                                        <i class="fas fa-angle-right text-purple-600 mt-1 flex-shrink-0"></i>
                                        <span>Principal engineer architecting and deploying production smart contracts</span>
                                    </li>
                                    <li class="flex items-start gap-2">
                                        <i class="fas fa-angle-right text-purple-600 mt-1 flex-shrink-0"></i>
                                        <span>25+ years scaling systems from Web2 to Web3 across distributed teams</span>
                                    </li>
                                </ul>
                            </div>

                            <!-- CTA Button -->
                            <a href="#contact-form" class="block w-full mt-auto">
                                <button
                                    class="w-full bg-gradient-to-r from-purple-600 to-indigo-700 hover:from-indigo-700 hover:to-indigo-800 text-white font-bold py-4 px-6 rounded-xl shadow-lg shadow-purple-500/25 hover:shadow-xl hover:shadow-purple-600/30 transition-all duration-300 hover:-translate-y-0.5 flex items-center justify-center gap-3 group">
                                    <span>Schedule Consultation with Nik</span>
                                    <i class="fas fa-calendar-alt group-hover:scale-110 transition-transform"></i>
                                </button>
                            </a>
                        </div>
                    </div>

                </div>
            </div>
        </section>

        <!-- 4. Services Offered -->
        <section id="services" class="py-16 lg:py-20 bg-white">
            <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
                <!-- Section Header -->
                <div class="text-center max-w-4xl mx-auto mb-16 scroll-animate">
                    <h2 class="text-4xl md:text-5xl font-bold text-gray-900 mb-6">
                        Services We Offer
                    </h2>
                    <p class="text-xl text-gray-600 leading-relaxed">
                        From strategic technology leadership to hands-on implementation, our Fractional CTO services
                        cover every aspect of modern software development, AI integration, Web3/blockchain, and healthcare technology
                        compliance
                    </p>
                </div>

                <!-- Services Grid -->
                <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">

                    <!-- Service 1: Strategic Technology Leadership -->
                    <div
                        class="group bg-white rounded-2xl p-8 shadow-lg shadow-gray-900/5 border border-gray-200 hover:shadow-2xl hover:border-primary hover:-translate-y-2 transition-all duration-300 cursor-pointer">
                        <!-- Icon -->
                        <div
                            class="w-16 h-16 bg-gradient-to-br from-primary to-blue-800 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 group-hover:rotate-3 transition-all duration-300 shadow-lg shadow-primary/20">
                            <i class="fas fa-chess-queen text-white text-3xl"></i>
                        </div>

                        <!-- Title -->
                        <h3 class="text-2xl font-bold text-gray-900 mb-4 group-hover:text-primary transition-colors">
                            Strategic Technology Leadership
                        </h3>

                        <!-- Services List -->
                        <ul class="space-y-3 text-gray-700">
                            <li class="flex items-start gap-3">
                                <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                <span>CTO advisory and strategic consulting</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                <span>Technology roadmap development</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                <span>Digital transformation strategy</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                <span>Board-level technology advisory</span>
                            </li>
                        </ul>
                    </div>

                    <!-- Service 2: Product Development & Architecture -->
                    <div
                        class="group bg-white rounded-2xl p-8 shadow-lg shadow-gray-900/5 border border-gray-200 hover:shadow-2xl hover:border-secondary hover:-translate-y-2 transition-all duration-300 cursor-pointer">
                        <!-- Icon -->
                        <div
                            class="w-16 h-16 bg-gradient-to-br from-secondary to-cyan-700 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 group-hover:rotate-3 transition-all duration-300 shadow-lg shadow-secondary/20">
                            <i class="fas fa-project-diagram text-white text-3xl"></i>
                        </div>

                        <!-- Title -->
                        <h3 class="text-2xl font-bold text-gray-900 mb-4 group-hover:text-secondary transition-colors">
                            Product Development & Architecture
                        </h3>

                        <!-- Services List -->
                        <ul class="space-y-3 text-gray-700">
                            <li class="flex items-start gap-3">
                                <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                <span>End-to-end product development</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                <span>Solution architecture and system design</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                <span>MVP development with scalability</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                <span>Technical due diligence</span>
                            </li>
                        </ul>
                    </div>

                    <!-- Service 3: AI & Machine Learning Implementation -->
                    <div
                        class="group bg-white rounded-2xl p-8 shadow-lg shadow-gray-900/5 border border-gray-200 hover:shadow-2xl hover:border-purple-600 hover:-translate-y-2 transition-all duration-300 cursor-pointer">
                        <!-- Icon -->
                        <div
                            class="w-16 h-16 bg-gradient-to-br from-purple-600 to-purple-800 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 group-hover:rotate-3 transition-all duration-300 shadow-lg shadow-purple-600/20">
                            <i class="fas fa-brain text-white text-3xl"></i>
                        </div>

                        <!-- Title -->
                        <h3 class="text-2xl font-bold text-gray-900 mb-4 group-hover:text-purple-600 transition-colors">
                            AI & Machine Learning Implementation
                        </h3>

                        <!-- Services List -->
                        <ul class="space-y-3 text-gray-700">
                            <li class="flex items-start gap-3">
                                <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                <span>AI strategy and implementation roadmap</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                <span>LLM and RAG implementation</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                <span>Healthcare AI solutions</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                <span>Agentic AI systems</span>
                            </li>
                        </ul>
                    </div>

                    <!-- Service 4: Healthcare Technology Expertise -->
                    <div
                        class="group bg-white rounded-2xl p-8 shadow-lg shadow-gray-900/5 border border-gray-200 hover:shadow-2xl hover:border-red-500 hover:-translate-y-2 transition-all duration-300 cursor-pointer">
                        <!-- Icon -->
                        <div
                            class="w-16 h-16 bg-gradient-to-br from-red-500 to-red-700 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 group-hover:rotate-3 transition-all duration-300 shadow-lg shadow-red-500/20">
                            <i class="fas fa-heartbeat text-white text-3xl"></i>
                        </div>

                        <!-- Title -->
                        <h3 class="text-2xl font-bold text-gray-900 mb-4 group-hover:text-red-500 transition-colors">
                            Healthcare Technology Expertise
                        </h3>

                        <!-- Services List -->
                        <ul class="space-y-3 text-gray-700">
                            <li class="flex items-start gap-3">
                                <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                <span>HIPAA/GDPR-compliant architectures</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                <span>Digital health product development</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                <span>Medtech and femtech solutions</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                <span>Remote patient monitoring</span>
                            </li>
                        </ul>
                    </div>

                    <!-- Service 5: Cloud Infrastructure & DevOps -->
                    <div
                        class="group bg-white rounded-2xl p-8 shadow-lg shadow-gray-900/5 border border-gray-200 hover:shadow-2xl hover:border-accent hover:-translate-y-2 transition-all duration-300 cursor-pointer">
                        <!-- Icon -->
                        <div
                            class="w-16 h-16 bg-gradient-to-br from-accent to-orange-700 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 group-hover:rotate-3 transition-all duration-300 shadow-lg shadow-accent/20">
                            <i class="fas fa-cloud text-white text-3xl"></i>
                        </div>

                        <!-- Title -->
                        <h3 class="text-2xl font-bold text-gray-900 mb-4 group-hover:text-accent transition-colors">
                            Cloud Infrastructure & DevOps
                        </h3>

                        <!-- Services List -->
                        <ul class="space-y-3 text-gray-700">
                            <li class="flex items-start gap-3">
                                <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                <span>AWS/Azure architecture design</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                <span>Kubernetes and containerization</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                <span>CI/CD pipeline setup and automation</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                <span>Infrastructure as Code (Terraform, CloudFormation)</span>
                            </li>
                        </ul>
                    </div>

                    <!-- Service 6: Team Building & Management -->
                    <div
                        class="group bg-white rounded-2xl p-8 shadow-lg shadow-gray-900/5 border border-gray-200 hover:shadow-2xl hover:border-green-600 hover:-translate-y-2 transition-all duration-300 cursor-pointer">
                        <!-- Icon -->
                        <div
                            class="w-16 h-16 bg-gradient-to-br from-green-600 to-green-800 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 group-hover:rotate-3 transition-all duration-300 shadow-lg shadow-green-600/20">
                            <i class="fas fa-users-cog text-white text-3xl"></i>
                        </div>

                        <!-- Title -->
                        <h3 class="text-2xl font-bold text-gray-900 mb-4 group-hover:text-green-600 transition-colors">
                            Team Building & Management
                        </h3>

                        <!-- Services List -->
                        <ul class="space-y-3 text-gray-700">
                            <li class="flex items-start gap-3">
                                <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                <span>Technical team scaling and growth</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                <span>Remote team leadership</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                <span>Development process optimization</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                <span>Technical hiring and mentorship</span>
                            </li>
                        </ul>
                    </div>

                </div>

            </div>
        </section>

        <!-- 5. Why Choose Our Fractional CTOs? -->
        <section id="why-us" class="py-16 lg:py-20 bg-gray-50">
            <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
                <!-- Section Header -->
                <div class="text-center max-w-4xl mx-auto mb-16">
                    <h2 class="text-4xl md:text-5xl font-bold text-gray-900 mb-6">
                        Why Choose Our Fractional CTOs?
                    </h2>
                    <p class="text-xl text-gray-600 leading-relaxed">
                        Unmatched expertise, proven results, and flexible engagement models designed to accelerate your
                        technology initiatives
                    </p>
                </div>

                <!-- Stats Bar -->
                <div
                    class="bg-gradient-to-br from-primary to-blue-800 rounded-3xl p-8 lg:p-12 mb-16 shadow-2xl shadow-blue-900/20">
                    <div class="grid grid-cols-2 lg:grid-cols-4 gap-8">
                        <!-- Stat 1 -->
                        <div class="text-center">
                            <div class="text-4xl md:text-5xl lg:text-6xl font-bold text-white mb-2">
                                35+
                            </div>
                            <div class="text-blue-100 font-medium text-sm md:text-base">
                                Years Combined Experience
                            </div>
                        </div>

                        <!-- Stat 2 -->
                        <div class="text-center">
                            <div class="text-4xl md:text-5xl lg:text-6xl font-bold text-white mb-2">
                                100%
                            </div>
                            <div class="text-blue-100 font-medium text-sm md:text-base">
                                HIPAA/GDPR Compliant
                            </div>
                        </div>

                        <!-- Stat 3 -->
                        <div class="text-center">
                            <div class="text-4xl md:text-5xl lg:text-6xl font-bold text-white mb-2">
                                46+
                            </div>
                            <div class="text-blue-100 font-medium text-sm md:text-base">
                                Successful Projects
                            </div>
                        </div>

                        <!-- Stat 4 -->
                        <div class="text-center">
                            <div class="text-4xl md:text-5xl lg:text-6xl font-bold text-white mb-2">
                                10K+
                            </div>
                            <div class="text-blue-100 font-medium text-sm md:text-base">
                                Professional Network
                            </div>
                        </div>
                    </div>
                </div>

                <!-- Value Proposition Cards -->
                <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-6 mb-16">

                    <!-- Card 1: Technology Leadership -->
                    <div
                        class="bg-white rounded-2xl p-6 shadow-lg shadow-gray-900/5 border border-gray-200 hover:shadow-xl hover:border-primary hover:-translate-y-1 transition-all duration-300 group">
                        <div
                            class="w-14 h-14 bg-gradient-to-br from-primary to-blue-800 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform">
                            <i class="fas fa-crown text-white text-2xl"></i>
                        </div>
                        <h3 class="text-lg font-bold text-gray-900 mb-3">
                            Combined 35+ Years of Technology Leadership
                        </h3>
                        <p class="text-gray-600 text-sm leading-relaxed">
                            Extensive C-level technology leadership experience across multiple industries and company
                            stages
                        </p>
                    </div>

                    <!-- Card 2: Healthcare Compliance -->
                    <div
                        class="bg-white rounded-2xl p-6 shadow-lg shadow-gray-900/5 border border-gray-200 hover:shadow-xl hover:border-red-500 hover:-translate-y-1 transition-all duration-300 group">
                        <div
                            class="w-14 h-14 bg-gradient-to-br from-red-500 to-red-700 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform">
                            <i class="fas fa-shield-alt text-white text-2xl"></i>
                        </div>
                        <h3 class="text-lg font-bold text-gray-900 mb-3">
                            Proven Track Record in Healthcare Compliance (HIPAA, GDPR)
                        </h3>
                        <p class="text-gray-600 text-sm leading-relaxed">
                            Built audit-ready, compliant healthcare systems and digital health products serving clients
                            globally
                        </p>
                    </div>

                    <!-- Card 3: AI/ML Technologies -->
                    <div
                        class="bg-white rounded-2xl p-6 shadow-lg shadow-gray-900/5 border border-gray-200 hover:shadow-xl hover:border-purple-500 hover:-translate-y-1 transition-all duration-300 group">
                        <div
                            class="w-14 h-14 bg-gradient-to-br from-purple-500 to-purple-700 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform">
                            <i class="fas fa-robot text-white text-2xl"></i>
                        </div>
                        <h3 class="text-lg font-bold text-gray-900 mb-3">
                            Hands-on Experience with Modern AI/ML Technologies
                        </h3>
                        <p class="text-gray-600 text-sm leading-relaxed">
                            LLMs, RAG, Agentic AI, and cutting-edge machine learning implementations for real-world
                            applications
                        </p>
                    </div>

                    <!-- Card 4: Product Launches -->
                    <div
                        class="bg-white rounded-2xl p-6 shadow-lg shadow-gray-900/5 border border-gray-200 hover:shadow-xl hover:border-green-500 hover:-translate-y-1 transition-all duration-300 group">
                        <div
                            class="w-14 h-14 bg-gradient-to-br from-green-500 to-green-700 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform">
                            <i class="fas fa-rocket text-white text-2xl"></i>
                        </div>
                        <h3 class="text-lg font-bold text-gray-900 mb-3">
                            Multiple Successful Product Launches and Company Scaling
                        </h3>
                        <p class="text-gray-600 text-sm leading-relaxed">
                            Scaled companies from startup to $500K+ revenue with 46+ completed enterprise projects
                        </p>
                    </div>

                    <!-- Card 5: Certifications -->
                    <div
                        class="bg-white rounded-2xl p-6 shadow-lg shadow-gray-900/5 border border-gray-200 hover:shadow-xl hover:border-blue-600 hover:-translate-y-1 transition-all duration-300 group">
                        <div
                            class="w-14 h-14 bg-gradient-to-br from-blue-600 to-blue-800 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform">
                            <i class="fas fa-certificate text-white text-2xl"></i>
                        </div>
                        <h3 class="text-lg font-bold text-gray-900 mb-3">
                            AWS Certified and Microsoft MVP Recognized
                        </h3>
                        <p class="text-gray-600 text-sm leading-relaxed">
                            Industry-recognized certifications demonstrating proven technical excellence and expertise
                        </p>
                    </div>

                    <!-- Card 6: Enterprise Range -->
                    <div
                        class="bg-white rounded-2xl p-6 shadow-lg shadow-gray-900/5 border border-gray-200 hover:shadow-xl hover:border-indigo-600 hover:-translate-y-1 transition-all duration-300 group">
                        <div
                            class="w-14 h-14 bg-gradient-to-br from-indigo-600 to-indigo-800 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform">
                            <i class="fas fa-building text-white text-2xl"></i>
                        </div>
                        <h3 class="text-lg font-bold text-gray-900 mb-3">
                            Experience with Startups to Fortune 500 Enterprises
                        </h3>
                        <p class="text-gray-600 text-sm leading-relaxed">
                            Worked across company stages from early-stage startups to Fortune 500 and government
                            projects
                        </p>
                    </div>

                    <!-- Card 7: Flexible Engagement -->
                    <div
                        class="bg-white rounded-2xl p-6 shadow-lg shadow-gray-900/5 border border-gray-200 hover:shadow-xl hover:border-accent hover:-translate-y-1 transition-all duration-300 group">
                        <div
                            class="w-14 h-14 bg-gradient-to-br from-accent to-orange-700 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform">
                            <i class="fas fa-sliders-h text-white text-2xl"></i>
                        </div>
                        <h3 class="text-lg font-bold text-gray-900 mb-3">
                            Flexible Engagement Models (Part-Time, Project-Based, Advisory)
                        </h3>
                        <p class="text-gray-600 text-sm leading-relaxed">
                            Customized arrangements tailored to your specific needs, timeline, and budget constraints
                        </p>
                    </div>

                    <!-- Card 8: Global Markets -->
                    <div
                        class="bg-white rounded-2xl p-6 shadow-lg shadow-gray-900/5 border border-gray-200 hover:shadow-xl hover:border-secondary hover:-translate-y-1 transition-all duration-300 group">
                        <div
                            class="w-14 h-14 bg-gradient-to-br from-secondary to-cyan-700 rounded-xl flex items-center justify-center mb-4 group-hover:scale-110 transition-transform">
                            <i class="fas fa-globe text-white text-2xl"></i>
                        </div>
                        <h3 class="text-lg font-bold text-gray-900 mb-3">
                            Deep Expertise in Both US and International Markets
                        </h3>
                        <p class="text-gray-600 text-sm leading-relaxed">
                            Serving clients across USA, UK, Europe, and India with global perspective and cultural
                            understanding
                        </p>
                    </div>

                </div>

                <!-- Trust Signals / Certification Badges -->
                <div class="bg-white rounded-2xl p-8 lg:p-12 shadow-xl shadow-gray-900/10 border border-gray-200">
                    <h3 class="text-2xl md:text-3xl font-bold text-gray-900 text-center mb-8">
                        Industry-Recognized Certifications & Recognition
                    </h3>

                    <div class="flex flex-wrap justify-center items-center gap-8">
                        <!-- AWS Certification -->
                        <div class="flex flex-col items-center group cursor-pointer">
                            <div
                                class="w-24 h-24 bg-gradient-to-br from-accent to-orange-600 rounded-2xl flex items-center justify-center mb-3 group-hover:scale-110 transition-transform shadow-lg shadow-accent/30">
                                <i class="fab fa-aws text-white text-4xl"></i>
                            </div>
                            <div class="text-center">
                                <div class="font-bold text-gray-900 mb-1">AWS Certified</div>
                                <div class="text-sm text-gray-600">Security Specialist</div>
                            </div>
                        </div>

                        <!-- Microsoft MVP -->
                        <div class="flex flex-col items-center group cursor-pointer">
                            <div
                                class="w-24 h-24 bg-gradient-to-br from-blue-600 to-blue-800 rounded-2xl flex items-center justify-center mb-3 group-hover:scale-110 transition-transform shadow-lg shadow-blue-600/30">
                                <i class="fas fa-star text-white text-4xl"></i>
                            </div>
                            <div class="text-center">
                                <div class="font-bold text-gray-900 mb-1">Microsoft MVP</div>
                                <div class="text-sm text-gray-600">Alumni (2011, 2012, 2023)</div>
                            </div>
                        </div>

                        <!-- Published Author -->
                        <div class="flex flex-col items-center group cursor-pointer">
                            <div
                                class="w-24 h-24 bg-gradient-to-br from-purple-600 to-purple-800 rounded-2xl flex items-center justify-center mb-3 group-hover:scale-110 transition-transform shadow-lg shadow-purple-600/30">
                                <i class="fas fa-book text-white text-4xl"></i>
                            </div>
                            <div class="text-center">
                                <div class="font-bold text-gray-900 mb-1">Published Author</div>
                                <div class="text-sm text-gray-600">Software Architecture</div>
                            </div>
                        </div>

                        <!-- HIPAA Compliance -->
                        <div class="flex flex-col items-center group cursor-pointer">
                            <div
                                class="w-24 h-24 bg-gradient-to-br from-green-600 to-green-800 rounded-2xl flex items-center justify-center mb-3 group-hover:scale-110 transition-transform shadow-lg shadow-green-600/30">
                                <i class="fas fa-shield-alt text-white text-4xl"></i>
                            </div>
                            <div class="text-center">
                                <div class="font-bold text-gray-900 mb-1">HIPAA Expert</div>
                                <div class="text-sm text-gray-600">Compliant Systems</div>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </section>

        <!-- 6. Technology Stack Showcase -->
        <section id="tech-stack" class="py-16 lg:py-20 bg-white">
            <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
                <!-- Section Header -->
                <div class="text-center max-w-4xl mx-auto mb-16">
                    <h2 class="text-4xl md:text-5xl font-bold text-gray-900 mb-6">
                        Our Technology Stack
                    </h2>
                    <p class="text-xl text-gray-600 leading-relaxed">
                        Mastery across modern languages, frameworks, and cloud platforms to build scalable, secure, and
                        innovative solutions
                    </p>
                </div>

                <!-- Technology Categories Grid -->
                <div class="grid lg:grid-cols-5 gap-6 max-w-6xl mx-auto px-4">

                    <!-- Left Sidebar: Category Navigation -->
                    <div class="lg:col-span-1">
                        <div class="bg-gray-50 rounded-2xl p-4 lg:sticky lg:top-24">
                            <h3 class="text-xs font-bold text-gray-500 uppercase tracking-wider mb-4 px-2">Categories
                            </h3>
                            <nav class="space-y-2">
                                <button
                                    class="tech-category-btn w-full text-left px-4 py-3 rounded-xl bg-gradient-to-r from-primary to-blue-700 text-white font-semibold shadow-md transition-all text-sm"
                                    data-category="ai-ml">
                                    AI & ML
                                </button>
                                <button
                                    class="tech-category-btn w-full text-left px-4 py-3 rounded-xl text-gray-700 hover:bg-white hover:shadow-md transition-all text-sm"
                                    data-category="languages">
                                    Languages
                                </button>
                                <button
                                    class="tech-category-btn w-full text-left px-4 py-3 rounded-xl text-gray-700 hover:bg-white hover:shadow-md transition-all text-sm"
                                    data-category="frontend">
                                    Frontend
                                </button>
                                <button
                                    class="tech-category-btn w-full text-left px-4 py-3 rounded-xl text-gray-700 hover:bg-white hover:shadow-md transition-all text-sm"
                                    data-category="backend">
                                    Backend
                                </button>
                                <button
                                    class="tech-category-btn w-full text-left px-4 py-3 rounded-xl text-gray-700 hover:bg-white hover:shadow-md transition-all text-sm"
                                    data-category="database">
                                    Database
                                </button>
                                <button
                                    class="tech-category-btn w-full text-left px-4 py-3 rounded-xl text-gray-700 hover:bg-white hover:shadow-md transition-all text-sm"
                                    data-category="cloud-devops">
                                    Cloud & DevOps
                                </button>
                                <button
                                    class="tech-category-btn w-full text-left px-4 py-3 rounded-xl text-gray-700 hover:bg-white hover:shadow-md transition-all text-sm"
                                    data-category="blockchain">
                                    Blockchain & Crypto
                                </button>
                            </nav>
                        </div>
                    </div>

                    <!-- Right Content: Technology Pills -->
                    <div class="lg:col-span-4">

                        <!-- AI & ML Category -->
                        <div class="tech-category-content" data-category="ai-ml">
                            <h3 class="text-2xl md:text-3xl font-bold text-gray-900 mb-6">AI & Machine Learning</h3>
                            <div class="flex flex-wrap gap-3 max-w-4xl">
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-robot mr-2"></i>LLMs
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-search mr-2"></i>RAG
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-brain mr-2"></i>OpenAI API
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-link mr-2"></i>LangChain
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-project-diagram mr-2"></i>TensorFlow
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-fire mr-2"></i>PyTorch
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-language mr-2"></i>NLP
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-comments mr-2"></i>spaCy
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-chart-bar mr-2"></i>Machine Learning
                                </span>
                            </div>
                        </div>

                        <!-- Languages Category -->
                        <div class="tech-category-content hidden" data-category="languages">
                            <h3 class="text-2xl md:text-3xl font-bold text-gray-900 mb-6">Programming Languages</h3>
                            <div class="flex flex-wrap gap-3 max-w-4xl">
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fab fa-python mr-2"></i>Python
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fab fa-js-square mr-2"></i>JavaScript
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-code mr-2"></i>TypeScript
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-hashtag mr-2"></i>C#
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fab fa-java mr-2"></i>Java
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fab fa-swift mr-2"></i>Swift
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fab fa-android mr-2"></i>Kotlin
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fab fa-php mr-2"></i>PHP
                                </span>
                            </div>
                        </div>

                        <!-- Frontend Category -->
                        <div class="tech-category-content hidden" data-category="frontend">
                            <h3 class="text-2xl md:text-3xl font-bold text-gray-900 mb-6">Frontend Technologies</h3>
                            <div class="flex flex-wrap gap-3 max-w-4xl">
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fab fa-react mr-2"></i>React.js
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-arrow-right mr-2"></i>Next.js
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fab fa-angular mr-2"></i>Angular
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fab fa-vuejs mr-2"></i>Vue.js
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fab fa-bootstrap mr-2"></i>MUI/Bootstrap/Tailwind
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-code mr-2"></i>TypeScript
                                </span>
                            </div>
                        </div>

                        <!-- Backend Category -->
                        <div class="tech-category-content hidden" data-category="backend">
                            <h3 class="text-2xl md:text-3xl font-bold text-gray-900 mb-6">Backend Frameworks</h3>
                            <div class="flex flex-wrap gap-3 max-w-4xl">
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fab fa-node-js mr-2"></i>Node.js
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-circle mr-2"></i>.NET
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-cube mr-2"></i>Django
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-gem mr-2"></i>Ruby on Rails
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-building mr-2"></i>Flask
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fab fa-java mr-2"></i>Springboot
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-code mr-2"></i>Express.js
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-cube mr-2"></i>Three.js
                                </span>
                            </div>
                        </div>

                        <!-- Database Category -->
                        <div class="tech-category-content hidden" data-category="database">
                            <h3 class="text-2xl md:text-3xl font-bold text-gray-900 mb-6">Databases</h3>
                            <div class="flex flex-wrap gap-3 max-w-4xl">
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-database mr-2"></i>PostgreSQL
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-leaf mr-2"></i>MongoDB
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-database mr-2"></i>MsSQL
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-box-archive mr-2"></i>MySQL
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-server mr-2"></i>DynamoDB
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-file-code mr-2"></i>SQLite
                                </span>
                            </div>
                        </div>

                        <!-- Cloud & DevOps Category -->
                        <div class="tech-category-content hidden" data-category="cloud-devops">
                            <h3 class="text-2xl md:text-3xl font-bold text-gray-900 mb-6">Cloud & DevOps</h3>
                            <div class="flex flex-wrap gap-3 max-w-4xl">
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fab fa-aws mr-2"></i>AWS
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fab fa-microsoft mr-2"></i>Azure
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fab fa-docker mr-2"></i>Docker
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-dharmachakra mr-2"></i>Kubernetes
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-code-branch mr-2"></i>Terraform
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-cloud mr-2"></i>CloudFormation
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fab fa-git-alt mr-2"></i>Git
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-sync-alt mr-2"></i>CI/CD Pipelines
                                </span>
                            </div>
                        </div>

                        <!-- Blockchain & Crypto Category -->
                        <div class="tech-category-content hidden" data-category="blockchain">
                            <h3 class="text-2xl md:text-3xl font-bold text-gray-900 mb-6">Blockchain & Crypto Technologies</h3>
                            <div class="flex flex-wrap gap-3 max-w-4xl">
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-file-contract mr-2"></i>Solidity
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-cube mr-2"></i>Smart Contracts
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-network-wired mr-2"></i>Web3.js
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-link mr-2"></i>Hardhat
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-tools mr-2"></i>Truffle
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fab fa-bitcoin mr-2"></i>Bitcoin
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-wallet mr-2"></i>MetaMask
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-layer-group mr-2"></i>Polygon
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-link mr-2"></i>Chainlink
                                </span>
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-coins mr-2"></i>DeFi protocols
                                </span>
                            
                                <span
                                    class="tech-pill group px-5 py-3 bg-white border-2 border-gray-200 rounded-full text-gray-800 font-medium hover:bg-gradient-to-r hover:from-primary hover:to-blue-700 hover:text-white hover:border-transparent hover:shadow-lg hover:scale-105 transition-all duration-300 cursor-pointer">
                                    <i class="fas fa-exchange-alt mr-2"></i>DEX Development
                                </span>
                            </div>
                        </div>

                    </div>
                </div>

            </div>
        </section>

        <!-- 7. Ideal Client Profile / Who We Help -->
        <section id="ideal-clients" class="py-16 lg:py-20 bg-gray-50">
            <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
                <!-- Section Header -->
                <div class="text-center max-w-4xl mx-auto mb-16 scroll-animate">
                    <h2 class="text-4xl md:text-5xl font-bold text-gray-900 mb-6">
                        Who We Help
                    </h2>
                    <p class="text-xl text-gray-600 leading-relaxed">
                        From healthcare startups to Fortune 500 enterprises, we provide tailored Fractional CTO services
                        that drive innovation, ensure compliance, and accelerate growth
                    </p>
                </div>

                <!-- Client Cards Grid -->
                <div class="grid md:grid-cols-2 gap-8 max-w-6xl mx-auto">

                    <!-- Card 1: Healthcare & Medtech Founders -->
                    <div
                        class="group bg-white rounded-3xl p-8 lg:p-10 shadow-lg shadow-gray-900/5 border-2 border-gray-200 hover:border-red-500 hover:shadow-2xl hover:-translate-y-2 transition-all duration-300 cursor-pointer">
                        <!-- Icon -->
                        <div
                            class="w-16 h-16 bg-gradient-to-br from-red-500 to-red-700 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 group-hover:rotate-3 transition-all duration-300 shadow-lg shadow-red-500/30">
                            <i class="fas fa-heartbeat text-white text-3xl"></i>
                        </div>

                        <!-- Title & Subtitle -->
                        <h3
                            class="text-2xl md:text-3xl font-bold text-gray-900 mb-3 group-hover:text-red-600 transition-colors">
                            Healthcare & Medtech Founders
                        </h3>
                        <p class="text-gray-600 mb-6 text-lg">
                            Building compliant, scalable digital health solutions
                        </p>

                        <!-- Features List -->
                        <ul class="space-y-3">
                            <li class="flex items-start gap-3">
                                <div
                                    class="flex-shrink-0 w-6 h-6 bg-green-100 rounded-full flex items-center justify-center mt-0.5">
                                    <i class="fas fa-check text-green-600 text-sm"></i>
                                </div>
                                <span class="text-gray-700">Building HIPAA-compliant products</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <div
                                    class="flex-shrink-0 w-6 h-6 bg-green-100 rounded-full flex items-center justify-center mt-0.5">
                                    <i class="fas fa-check text-green-600 text-sm"></i>
                                </div>
                                <span class="text-gray-700">Digital health startups</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <div
                                    class="flex-shrink-0 w-6 h-6 bg-green-100 rounded-full flex items-center justify-center mt-0.5">
                                    <i class="fas fa-check text-green-600 text-sm"></i>
                                </div>
                                <span class="text-gray-700">Femtech companies</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <div
                                    class="flex-shrink-0 w-6 h-6 bg-green-100 rounded-full flex items-center justify-center mt-0.5">
                                    <i class="fas fa-check text-green-600 text-sm"></i>
                                </div>
                                <span class="text-gray-700">Remote patient monitoring platforms</span>
                            </li>
                        </ul>
                    </div>

                    <!-- Card 2: SaaS Startups -->
                    <div
                        class="group bg-white rounded-3xl p-8 lg:p-10 shadow-lg shadow-gray-900/5 border-2 border-gray-200 hover:border-secondary hover:shadow-2xl hover:-translate-y-2 transition-all duration-300 cursor-pointer">
                        <!-- Icon -->
                        <div
                            class="w-16 h-16 bg-gradient-to-br from-secondary to-cyan-700 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 group-hover:rotate-3 transition-all duration-300 shadow-lg shadow-secondary/30">
                            <i class="fas fa-rocket text-white text-3xl"></i>
                        </div>

                        <!-- Title & Subtitle -->
                        <h3
                            class="text-2xl md:text-3xl font-bold text-gray-900 mb-3 group-hover:text-secondary transition-colors">
                            SaaS Startups
                        </h3>
                        <p class="text-gray-600 mb-6 text-lg">
                            Accelerating growth with strategic tech leadership
                        </p>

                        <!-- Features List -->
                        <ul class="space-y-3">
                            <li class="flex items-start gap-3">
                                <div
                                    class="flex-shrink-0 w-6 h-6 bg-green-100 rounded-full flex items-center justify-center mt-0.5">
                                    <i class="fas fa-check text-green-600 text-sm"></i>
                                </div>
                                <span class="text-gray-700">Technical leadership for scaling</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <div
                                    class="flex-shrink-0 w-6 h-6 bg-green-100 rounded-full flex items-center justify-center mt-0.5">
                                    <i class="fas fa-check text-green-600 text-sm"></i>
                                </div>
                                <span class="text-gray-700">Building MVP with enterprise readiness</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <div
                                    class="flex-shrink-0 w-6 h-6 bg-green-100 rounded-full flex items-center justify-center mt-0.5">
                                    <i class="fas fa-check text-green-600 text-sm"></i>
                                </div>
                                <span class="text-gray-700">Cloud architecture expertise</span>
                            </li>
                        </ul>
                    </div>

                    <!-- Card 3: Growing Companies -->
                    <div
                        class="group bg-white rounded-3xl p-8 lg:p-10 shadow-lg shadow-gray-900/5 border-2 border-gray-200 hover:border-accent hover:shadow-2xl hover:-translate-y-2 transition-all duration-300 cursor-pointer">
                        <!-- Icon -->
                        <div
                            class="w-16 h-16 bg-gradient-to-br from-accent to-orange-700 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 group-hover:rotate-3 transition-all duration-300 shadow-lg shadow-accent/30">
                            <i class="fas fa-chart-line text-white text-3xl"></i>
                        </div>

                        <!-- Title & Subtitle -->
                        <h3
                            class="text-2xl md:text-3xl font-bold text-gray-900 mb-3 group-hover:text-accent transition-colors">
                            Growing Companies
                        </h3>
                        <p class="text-gray-600 mb-6 text-lg">
                            Scaling teams and systems for sustainable growth
                        </p>

                        <!-- Features List -->
                        <ul class="space-y-3">
                            <li class="flex items-start gap-3">
                                <div
                                    class="flex-shrink-0 w-6 h-6 bg-green-100 rounded-full flex items-center justify-center mt-0.5">
                                    <i class="fas fa-check text-green-600 text-sm"></i>
                                </div>
                                <span class="text-gray-700">Scaling from 10-100 employees</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <div
                                    class="flex-shrink-0 w-6 h-6 bg-green-100 rounded-full flex items-center justify-center mt-0.5">
                                    <i class="fas fa-check text-green-600 text-sm"></i>
                                </div>
                                <span class="text-gray-700">Strategic technology direction</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <div
                                    class="flex-shrink-0 w-6 h-6 bg-green-100 rounded-full flex items-center justify-center mt-0.5">
                                    <i class="fas fa-check text-green-600 text-sm"></i>
                                </div>
                                <span class="text-gray-700">Building or rebuilding technical teams</span>
                            </li>
                        </ul>
                    </div>

                    <!-- Card 4: Enterprises & Established Companies -->
                    <div
                        class="group bg-white rounded-3xl p-8 lg:p-10 shadow-lg shadow-gray-900/5 border-2 border-gray-200 hover:border-purple-600 hover:shadow-2xl hover:-translate-y-2 transition-all duration-300 cursor-pointer">
                        <!-- Icon -->
                        <div
                            class="w-16 h-16 bg-gradient-to-br from-purple-600 to-purple-800 rounded-2xl flex items-center justify-center mb-6 group-hover:scale-110 group-hover:rotate-3 transition-all duration-300 shadow-lg shadow-purple-600/30">
                            <i class="fas fa-building text-white text-3xl"></i>
                        </div>

                        <!-- Title & Subtitle -->
                        <h3
                            class="text-2xl md:text-3xl font-bold text-gray-900 mb-3 group-hover:text-purple-600 transition-colors">
                            Enterprises & Established Companies
                        </h3>
                        <p class="text-gray-600 mb-6 text-lg">
                            Driving digital transformation and innovation at scale
                        </p>

                        <!-- Features List -->
                        <ul class="space-y-3">
                            <li class="flex items-start gap-3">
                                <div
                                    class="flex-shrink-0 w-6 h-6 bg-green-100 rounded-full flex items-center justify-center mt-0.5">
                                    <i class="fas fa-check text-green-600 text-sm"></i>
                                </div>
                                <span class="text-gray-700">Digital transformation initiatives</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <div
                                    class="flex-shrink-0 w-6 h-6 bg-green-100 rounded-full flex items-center justify-center mt-0.5">
                                    <i class="fas fa-check text-green-600 text-sm"></i>
                                </div>
                                <span class="text-gray-700">AI/ML implementation</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <div
                                    class="flex-shrink-0 w-6 h-6 bg-green-100 rounded-full flex items-center justify-center mt-0.5">
                                    <i class="fas fa-check text-green-600 text-sm"></i>
                                </div>
                                <span class="text-gray-700">Legacy system modernization</span>
                            </li>
                            <li class="flex items-start gap-3">
                                <div
                                    class="flex-shrink-0 w-6 h-6 bg-green-100 rounded-full flex items-center justify-center mt-0.5">
                                    <i class="fas fa-check text-green-600 text-sm"></i>
                                </div>
                                <span class="text-gray-700">Board-level technology advisory</span>
                            </li>
                        </ul>
                    </div>

                </div>
            </div>
        </section>

        <!-- 8. How It Works / Engagement Process -->
        <section id="process"
            class="py-16 lg:py-20 bg-gradient-to-br from-primary via-blue-700 to-purple-800 relative overflow-hidden">
            <!-- Decorative Background Elements -->
            <div class="absolute top-0 left-0 w-96 h-96 bg-white/5 rounded-full blur-3xl"></div>
            <div class="absolute bottom-0 right-0 w-96 h-96 bg-white/5 rounded-full blur-3xl"></div>

            <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative">
                <!-- Section Header -->
                <div class="text-center max-w-4xl mx-auto mb-16">
                    <h2 class="text-4xl md:text-5xl font-bold text-white mb-6">
                        How It Works
                    </h2>
                    <p class="text-xl text-blue-100 leading-relaxed">
                        Our streamlined engagement process ensures a smooth partnership from day one to ongoing success
                    </p>
                </div>

                <!-- Process Steps -->
                <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8 lg:gap-6 max-w-7xl mx-auto mb-16">

                    <!-- Step 1: Initial Consultation -->
                    <div class="group relative mt-20 lg:mt-0">

                        <!-- Step Number Badge -->
                        <div class="flex justify-center mb-6 relative z-10">
                            <div
                                class="w-16 h-16 bg-white rounded-full flex items-center justify-center shadow-xl group-hover:scale-110 transition-transform duration-300">
                                <span class="text-2xl font-bold text-primary">1</span>
                            </div>
                        </div>

                        <!-- Card -->
                        <div
                            class="bg-white rounded-2xl p-6 lg:p-8 shadow-xl hover:shadow-2xl hover:-translate-y-2 transition-all duration-300 h-full">
                            <!-- Icon -->
                            <div
                                class="w-16 h-16 bg-gradient-to-br from-primary to-blue-700 rounded-xl flex items-center justify-center mb-6 mx-auto group-hover:scale-110 group-hover:rotate-3 transition-all duration-300">
                                <i class="fas fa-phone text-white text-2xl"></i>
                            </div>

                            <!-- Title -->
                            <h3 class="text-xl font-bold text-gray-900 mb-3 text-center">
                                Initial Consultation
                            </h3>
                            <p class="text-sm text-gray-500 mb-4 text-center font-semibold">
                                Free 30-minute call
                            </p>

                            <!-- Description -->
                            <ul class="space-y-2 text-gray-600 text-sm">
                                <li class="flex items-start gap-2">
                                    <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                    <span>Understand your business needs</span>
                                </li>
                                <li class="flex items-start gap-2">
                                    <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                    <span>Assess technical challenges</span>
                                </li>
                                <li class="flex items-start gap-2">
                                    <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                    <span>Discuss engagement options</span>
                                </li>
                            </ul>
                        </div>
                    </div>

                    <!-- Step 2: Proposal & Agreement -->
                    <div class="group relative mt-20 lg:mt-0">

                        <!-- Step Number Badge -->
                        <div class="flex justify-center mb-6 relative z-10">
                            <div
                                class="w-16 h-16 bg-white rounded-full flex items-center justify-center shadow-xl group-hover:scale-110 transition-transform duration-300">
                                <span class="text-2xl font-bold text-primary">2</span>
                            </div>
                        </div>

                        <!-- Card -->
                        <div
                            class="bg-white rounded-2xl p-6 lg:p-8 shadow-xl hover:shadow-2xl hover:-translate-y-2 transition-all duration-300 h-full">
                            <!-- Icon -->
                            <div
                                class="w-16 h-16 bg-gradient-to-br from-secondary to-cyan-700 rounded-xl flex items-center justify-center mb-6 mx-auto group-hover:scale-110 group-hover:rotate-3 transition-all duration-300">
                                <i class="fas fa-file-contract text-white text-2xl"></i>
                            </div>

                            <!-- Title -->
                            <h3 class="text-xl font-bold text-gray-900 mb-3 text-center">
                                Proposal & Agreement
                            </h3>
                            <p class="text-sm text-gray-500 mb-4 text-center font-semibold">
                                Customized engagement plan
                            </p>

                            <!-- Description -->
                            <ul class="space-y-2 text-gray-600 text-sm">
                                <li class="flex items-start gap-2">
                                    <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                    <span>Flexible terms (hours per week, project-based, retainer)</span>
                                </li>
                                <li class="flex items-start gap-2">
                                    <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                    <span>Clear deliverables and timeline</span>
                                </li>
                            </ul>
                        </div>
                    </div>

                    <!-- Step 3: Onboarding & Assessment -->
                    <div class="group relative mt-20 lg:mt-0">

                        <!-- Step Number Badge -->
                        <div class="flex justify-center mb-6 relative z-10">
                            <div
                                class="w-16 h-16 bg-white rounded-full flex items-center justify-center shadow-xl group-hover:scale-110 transition-transform duration-300">
                                <span class="text-2xl font-bold text-primary">3</span>
                            </div>
                        </div>

                        <!-- Card -->
                        <div
                            class="bg-white rounded-2xl p-6 lg:p-8 shadow-xl hover:shadow-2xl hover:-translate-y-2 transition-all duration-300 h-full">
                            <!-- Icon -->
                            <div
                                class="w-16 h-16 bg-gradient-to-br from-accent to-orange-700 rounded-xl flex items-center justify-center mb-6 mx-auto group-hover:scale-110 group-hover:rotate-3 transition-all duration-300">
                                <i class="fas fa-clipboard-check text-white text-2xl"></i>
                            </div>

                            <!-- Title -->
                            <h3 class="text-xl font-bold text-gray-900 mb-3 text-center">
                                Onboarding & Assessment
                            </h3>
                            <p class="text-sm text-gray-500 mb-4 text-center font-semibold">
                                Deep dive into your tech
                            </p>

                            <!-- Description -->
                            <ul class="space-y-2 text-gray-600 text-sm">
                                <li class="flex items-start gap-2">
                                    <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                    <span>Current state evaluation</span>
                                </li>
                                <li class="flex items-start gap-2">
                                    <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                    <span>Team and technology audit</span>
                                </li>
                                <li class="flex items-start gap-2">
                                    <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                    <span>Strategic roadmap creation</span>
                                </li>
                            </ul>
                        </div>
                    </div>

                    <!-- Step 4: Ongoing Partnership -->
                    <div class="group relative mt-20 lg:mt-0">
                        <!-- Step Number Badge -->
                        <div class="flex justify-center mb-6 relative z-10">
                            <div
                                class="w-16 h-16 bg-white rounded-full flex items-center justify-center shadow-xl group-hover:scale-110 transition-transform duration-300">
                                <span class="text-2xl font-bold text-primary">4</span>
                            </div>
                        </div>

                        <!-- Card -->
                        <div
                            class="bg-white rounded-2xl p-6 lg:p-8 shadow-xl hover:shadow-2xl hover:-translate-y-2 transition-all duration-300 h-full">
                            <!-- Icon -->
                            <div
                                class="w-16 h-16 bg-gradient-to-br from-green-600 to-green-800 rounded-xl flex items-center justify-center mb-6 mx-auto group-hover:scale-110 group-hover:rotate-3 transition-all duration-300">
                                <i class="fas fa-handshake text-white text-2xl"></i>
                            </div>

                            <!-- Title -->
                            <h3 class="text-xl font-bold text-gray-900 mb-3 text-center">
                                Ongoing Partnership
                            </h3>
                            <p class="text-sm text-gray-500 mb-4 text-center font-semibold">
                                Continuous value delivery
                            </p>

                            <!-- Description -->
                            <ul class="space-y-2 text-gray-600 text-sm">
                                <li class="flex items-start gap-2">
                                    <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                    <span>Regular strategic sessions</span>
                                </li>
                                <li class="flex items-start gap-2">
                                    <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                    <span>Hands-on implementation support</span>
                                </li>
                                <li class="flex items-start gap-2">
                                    <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                    <span>Team mentorship and leadership</span>
                                </li>
                                <li class="flex items-start gap-2">
                                    <i class="fas fa-check-circle text-green-600 mt-1 flex-shrink-0"></i>
                                    <span>Continuous optimization</span>
                                </li>
                            </ul>
                        </div>
                    </div>

                </div>

            </div>
        </section>

        <!-- 9. Testimonials / Social Proof -->
        <section id="testimonials" class="py-16 lg:py-20 bg-gray-50">
            <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
                <!-- Section Header -->
                <div class="text-center max-w-4xl mx-auto mb-16 scroll-animate">
                    <h2 class="text-4xl md:text-5xl font-bold text-gray-900 mb-6">
                        What Our Clients Say
                    </h2>
                    <p class="text-xl text-gray-600 leading-relaxed">
                        Trusted by startups, growing companies, and Fortune 500 enterprises to drive technology
                        excellence
                    </p>
                </div>

                <!-- Testimonials for Gaurav -->
                <div class="mb-12">
                    <h3 class="text-2xl font-bold text-gray-900 mb-8 text-center">
                        Testimonials for Gaurav Bagul
                    </h3>
                    <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">

                        <!-- Testimonial 1 -->
                        <div
                            class="bg-white rounded-2xl p-8 shadow-lg shadow-gray-900/5 border border-gray-200 hover:shadow-2xl hover:-translate-y-1 transition-all duration-300 relative">
                            <!-- Testimonial Text -->
                            <div class="mb-6">
                                <p class="text-gray-700 leading-relaxed italic">
                                    "Working with Gaurav transformed our technical strategy and helped us scale from
                                    startup to enterprise-ready platform. His expertise in healthcare compliance was
                                    invaluable."
                                </p>
                            </div>

                            <!-- Author Info -->
                            <div class="flex items-center gap-4 pt-6 border-t border-gray-200">
                                <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="John Doe" class="w-12 h-12 rounded-full object-cover flex-shrink-0">
                                <div>
                                    <p class="font-bold text-gray-900">John Doe</p>
                                    <p class="text-sm text-gray-600">CEO, HealthTech Startup</p>
                                </div>
                            </div>
                        </div>

                        <!-- Testimonial 2 -->
                        <div
                            class="bg-white rounded-2xl p-8 shadow-lg shadow-gray-900/5 border border-gray-200 hover:shadow-2xl hover:-translate-y-1 transition-all duration-300 relative">
                            <!-- Testimonial Text -->
                            <div class="mb-6">
                                <p class="text-gray-700 leading-relaxed italic">
                                    "Gaurav's AI implementation strategy accelerated our product development timeline by
                                    6 months. His hands-on approach and technical depth are exceptional."
                                </p>
                            </div>

                            <!-- Author Info -->
                            <div class="flex items-center gap-4 pt-6 border-t border-gray-200">
                                <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Sarah Mitchell" class="w-12 h-12 rounded-full object-cover flex-shrink-0">
                                <div>
                                    <p class="font-bold text-gray-900">Sarah Mitchell</p>
                                    <p class="text-sm text-gray-600">CTO, AI Solutions Inc</p>
                                </div>
                            </div>
                        </div>

                        <!-- Testimonial 3 -->
                        <div
                            class="bg-white rounded-2xl p-8 shadow-lg shadow-gray-900/5 border border-gray-200 hover:shadow-2xl hover:-translate-y-1 transition-all duration-300 relative">
                            <!-- Testimonial Text -->
                            <div class="mb-6">
                                <p class="text-gray-700 leading-relaxed italic">
                                    "The team structure and development processes Gaurav implemented helped us go from
                                    chaos to enterprise-grade delivery in just 3 months."
                                </p>
                            </div>

                            <!-- Author Info -->
                            <div class="flex items-center gap-4 pt-6 border-t border-gray-200">
                                <img src="https://randomuser.me/api/portraits/men/12.jpg" alt="Robert Parker" class="w-12 h-12 rounded-full object-cover flex-shrink-0">
                                <div>
                                    <p class="font-bold text-gray-900">Robert Parker</p>
                                    <p class="text-sm text-gray-600">Founder, Digital Health Platform</p>
                                </div>
                            </div>
                        </div>

                    </div>
                </div>

                <!-- Testimonials for Antonio -->
                <div>
                    <h3 class="text-2xl font-bold text-gray-900 mb-8 text-center">
                        Testimonials for Antonio Chagoury
                    </h3>
                    <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">

                        <!-- Testimonial 1 -->
                        <div
                            class="bg-white rounded-2xl p-8 shadow-lg shadow-gray-900/5 border border-gray-200 hover:shadow-2xl hover:-translate-y-1 transition-all duration-300 relative">
                            <!-- Testimonial Text -->
                            <div class="mb-6">
                                <p class="text-gray-700 leading-relaxed italic">
                                    "Antonio's cloud architecture expertise saved us over $200K annually while improving
                                    our system performance by 300%. His strategic vision is unmatched."
                                </p>
                            </div>

                            <!-- Author Info -->
                            <div class="flex items-center gap-4 pt-6 border-t border-gray-200">
                                <img src="https://randomuser.me/api/portraits/women/65.jpg" alt="Maria Chen" class="w-12 h-12 rounded-full object-cover flex-shrink-0">
                                <div>
                                    <p class="font-bold text-gray-900">Maria Chen</p>
                                    <p class="text-sm text-gray-600">VP Engineering, SaaS Company</p>
                                </div>
                            </div>
                        </div>

                        <!-- Testimonial 2 -->
                        <div
                            class="bg-white rounded-2xl p-8 shadow-lg shadow-gray-900/5 border border-gray-200 hover:shadow-2xl hover:-translate-y-1 transition-all duration-300 relative">
                            <!-- Testimonial Text -->
                            <div class="mb-6">
                                <p class="text-gray-700 leading-relaxed italic">
                                    "Working with Antonio on our digital transformation journey was game-changing. His
                                    board-level communication skills made complex technical decisions accessible to all
                                    stakeholders."
                                </p>
                            </div>

                            <!-- Author Info -->
                            <div class="flex items-center gap-4 pt-6 border-t border-gray-200">
                                <img src="https://randomuser.me/api/portraits/men/22.jpg" alt="David Wilson" class="w-12 h-12 rounded-full object-cover flex-shrink-0">
                                <div>
                                    <p class="font-bold text-gray-900">David Wilson</p>
                                    <p class="text-sm text-gray-600">CEO, Enterprise Software</p>
                                </div>
                            </div>
                        </div>

                        <!-- Testimonial 3 -->
                        <div
                            class="bg-white rounded-2xl p-8 shadow-lg shadow-gray-900/5 border border-gray-200 hover:shadow-2xl hover:-translate-y-1 transition-all duration-300 relative">
                            <!-- Testimonial Text -->
                            <div class="mb-6">
                                <p class="text-gray-700 leading-relaxed italic">
                                    "Antonio built our entire DevOps infrastructure from scratch, enabling us to deploy
                                    10x faster with zero downtime. His expertise is truly world-class."
                                </p>
                            </div>

                            <!-- Author Info -->
                            <div class="flex items-center gap-4 pt-6 border-t border-gray-200">
                                <img src="https://randomuser.me/api/portraits/women/33.jpg" alt="Lisa Thompson" class="w-12 h-12 rounded-full object-cover flex-shrink-0">
                                <div>
                                    <p class="font-bold text-gray-900">Lisa Thompson</p>
                                    <p class="text-sm text-gray-600">Director of Product, Tech Startup</p>
                                </div>
                            </div>
                        </div>

                    </div>
                </div>

                <!-- Testimonials for Nik -->
                <div class="mt-12">
                    <h3 class="text-2xl font-bold text-gray-900 mb-8 text-center">
                        Testimonials for Nik Kalyani
                    </h3>
                    <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">

                        <!-- Testimonial 1 -->
                        <div
                            class="bg-white rounded-2xl p-8 shadow-lg shadow-gray-900/5 border border-gray-200 hover:shadow-2xl hover:-translate-y-1 transition-all duration-300 relative">
                            <!-- Testimonial Text -->
                            <div class="mb-6">
                                <p class="text-gray-700 leading-relaxed italic">
                                    "Nik's blockchain expertise helped us launch our Web3 platform securely and efficiently. His deep understanding of decentralized systems is exceptional."
                                </p>
                            </div>

                            <!-- Author Info -->
                            <div class="flex items-center gap-4 pt-6 border-t border-gray-200">
                                <img src="https://randomuser.me/api/portraits/men/45.jpg" alt="James Kumar" class="w-12 h-12 rounded-full object-cover flex-shrink-0">
                                <div>
                                    <p class="font-bold text-gray-900">James Kumar</p>
                                    <p class="text-sm text-gray-600">Founder, Crypto Startup</p>
                                </div>
                            </div>
                        </div>

                        <!-- Testimonial 2 -->
                        <div
                            class="bg-white rounded-2xl p-8 shadow-lg shadow-gray-900/5 border border-gray-200 hover:shadow-2xl hover:-translate-y-1 transition-all duration-300 relative">
                            <!-- Testimonial Text -->
                            <div class="mb-6">
                                <p class="text-gray-700 leading-relaxed italic">
                                    "Working with Nik on our smart contract architecture was transformative. His ability to bridge business strategy with Web3 technology is remarkable."
                                </p>
                            </div>

                            <!-- Author Info -->
                            <div class="flex items-center gap-4 pt-6 border-t border-gray-200">
                                <img src="https://randomuser.me/api/portraits/women/22.jpg" alt="Sarah Martinez" class="w-12 h-12 rounded-full object-cover flex-shrink-0">
                                <div>
                                    <p class="font-bold text-gray-900">Sarah Martinez</p>
                                    <p class="text-sm text-gray-600">CTO, DeFi Platform</p>
                                </div>
                            </div>
                        </div>

                        <!-- Testimonial 3 -->
                        <div
                            class="bg-white rounded-2xl p-8 shadow-lg shadow-gray-900/5 border border-gray-200 hover:shadow-2xl hover:-translate-y-1 transition-all duration-300 relative">
                            <!-- Testimonial Text -->
                            <div class="mb-6">
                                <p class="text-gray-700 leading-relaxed italic">
                                    "Nik guided us through our blockchain integration with clarity and precision. His technical leadership made what seemed impossible, achievable."
                                </p>
                            </div>

                            <!-- Author Info -->
                            <div class="flex items-center gap-4 pt-6 border-t border-gray-200">
                                <img src="https://randomuser.me/api/portraits/men/67.jpg" alt="Robert Brown" class="w-12 h-12 rounded-full object-cover flex-shrink-0">
                                <div>
                                    <p class="font-bold text-gray-900">Robert Brown</p>
                                    <p class="text-sm text-gray-600">VP Technology, NFT Marketplace</p>
                                </div>
                            </div>
                        </div>

                    </div>
                </div>

            </div>
        </section>

        <!-- 10. Contact Section / CTA -->
        <section id="contact" class="py-16 lg:py-20 bg-white">
            <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">

                <!-- Section Header -->
                <div class="text-center max-w-4xl mx-auto mb-16 scroll-animate">
                    <h2 class="text-4xl md:text-5xl font-bold text-gray-900 mb-6">
                        Ready to Transform Your Technology?
                    </h2>
                    <p class="text-xl text-gray-600 leading-relaxed">
                        Connect with our expert Fractional CTOs for your business needs
                    </p>
                </div>

                <!-- Three-Column Contact Layout -->
                <div class="grid lg:grid-cols-3 gap-8 max-w-7xl mx-auto mb-16">

                    <!-- Left Column - Contact Gaurav -->
                    <div id="work-with-gaurav"
                        class="bg-gradient-to-br from-blue-50 to-blue-100 rounded-3xl p-8 lg:p-10 border-2 border-primary/20 hover:border-primary hover:shadow-2xl transition-all duration-300">
                        <!-- Header -->
                        <div class="text-center mb-8">
                            <div
                                class="w-24 h-24 mx-auto mb-6 bg-gradient-to-br from-primary to-blue-700 rounded-full overflow-hidden shadow-lg border-4 border-white">
                                <img src="https://media.licdn.com/dms/image/v2/D4D03AQGFzN0UcJlbWg/profile-displayphoto-scale_200_200/B4DZqiTjwQGkAk-/0/1763659628204?e=2147483647&v=beta&t=almiXKlndf0lKxFqCtv7CtG7UXozCkmbxnc6laH7aCM"
                                     alt="Gaurav Bagul" 
                                     class="w-full h-full object-cover" />
                            </div>
                            <h3 class="text-3xl font-bold text-gray-900 mb-3">
                                Work with Gaurav
                            </h3>
                            <p class="text-lg text-primary font-semibold mb-2">
                                Healthcare Tech & AI-SaaS Specialist
                            </p>
                        </div>

                        <!-- Contact Options -->
                        <div class="space-y-4 mb-8">
                            <!-- Email -->
                            <a href="mailto:gaurav@maxiomtech.com"
                                class="flex items-center gap-4 p-4 bg-white rounded-xl hover:shadow-lg transition-all duration-300 group">
                                <div
                                    class="w-12 h-12 bg-gradient-to-br from-primary to-blue-700 rounded-lg flex items-center justify-center group-hover:scale-110 transition-transform duration-300">
                                    <i class="fas fa-envelope text-white text-lg"></i>
                                </div>
                                <div class="flex-1">
                                    <p class="font-semibold text-gray-900">Email</p>
                                    <p class="text-sm text-gray-600">gaurav@maxiomtech.com</p>
                                </div>
                                <i
                                    class="fas fa-arrow-right text-primary opacity-0 group-hover:opacity-100 transition-opacity duration-300"></i>
                            </a>

                            <!-- LinkedIn -->
                            <a href="https://www.linkedin.com/in/gauravbagul/" target="_blank"
                                class="flex items-center gap-4 p-4 bg-white rounded-xl hover:shadow-lg transition-all duration-300 group">
                                <div
                                    class="w-12 h-12 bg-gradient-to-br from-primary to-blue-700 rounded-lg flex items-center justify-center group-hover:scale-110 transition-transform duration-300">
                                    <i class="fab fa-linkedin-in text-white text-lg"></i>
                                </div>
                                <div class="flex-1">
                                    <p class="font-semibold text-gray-900">LinkedIn</p>
                                    <p class="text-sm text-gray-600">Connect on LinkedIn</p>
                                </div>
                                <i
                                    class="fas fa-external-link-alt text-primary opacity-0 group-hover:opacity-100 transition-opacity duration-300"></i>
                            </a>

                            <!-- Calendar -->
                            <a href="#"
                                class="flex items-center gap-4 p-4 bg-white rounded-xl hover:shadow-lg transition-all duration-300 group">
                                <div
                                    class="w-12 h-12 bg-gradient-to-br from-primary to-blue-700 rounded-lg flex items-center justify-center group-hover:scale-110 transition-transform duration-300">
                                    <i class="fas fa-calendar-alt text-white text-lg"></i>
                                </div>
                                <div class="flex-1">
                                    <p class="font-semibold text-gray-900">Book a Meeting</p>
                                    <p class="text-sm text-gray-600">Schedule time on calendar</p>
                                </div>
                                <i
                                    class="fas fa-arrow-right text-primary opacity-0 group-hover:opacity-100 transition-opacity duration-300"></i>
                            </a>
                        </div>

                        <!-- CTA Button -->
                         <a href="#contact-form">
                        <button
                            class="w-full bg-gradient-to-r from-accent to-orange-600 text-white py-4 px-8 rounded-xl font-semibold text-lg hover:shadow-xl hover:scale-105 transition-all duration-300">
                            Contact Gaurav
                        </button>
                        </a>
                    </div>

                    <!-- Right Column - Contact Antonio -->
                    <div id="work-with-antonio"
                        class="bg-gradient-to-br from-cyan-50 to-cyan-100 rounded-3xl p-8 lg:p-10 border-2 border-secondary/20 hover:border-secondary hover:shadow-2xl transition-all duration-300">
                        <!-- Header -->
                        <div class="text-center mb-8">
                            <div
                                class="w-24 h-24 mx-auto mb-6 bg-gradient-to-br from-secondary to-cyan-700 rounded-full overflow-hidden shadow-lg border-4 border-white">
                                <img src="https://media.licdn.com/dms/image/v2/D5603AQFjuT_BZIf2Uw/profile-displayphoto-scale_200_200/B56Zp93UVKH8AY-/0/1763048249248?e=2147483647&v=beta&t=CB9y0rVpozDpbjXCwLoiyej32BXAU2OhH701sRc7xQc"
                                     alt="Antonio Chagoury" 
                                     class="w-full h-full object-cover" />
                            </div>
                            <h3 class="text-3xl font-bold text-gray-900 mb-3">
                                Work with Antonio
                            </h3>
                            <p class="text-lg text-secondary font-semibold mb-2">
                                Enterprise Software & Healthcare AI Leader
                            </p>
                        </div>

                        <!-- Contact Options -->
                        <div class="space-y-4 mb-8">
                            <!-- Email -->
                            <a href="mailto:antonio@maxiomtech.com"
                                class="flex items-center gap-4 p-4 bg-white rounded-xl hover:shadow-lg transition-all duration-300 group">
                                <div
                                    class="w-12 h-12 bg-gradient-to-br from-secondary to-cyan-700 rounded-lg flex items-center justify-center group-hover:scale-110 transition-transform duration-300">
                                    <i class="fas fa-envelope text-white text-lg"></i>
                                </div>
                                <div class="flex-1">
                                    <p class="font-semibold text-gray-900">Email</p>
                                    <p class="text-sm text-gray-600">antonio@maxiomtech.com</p>
                                </div>
                                <i
                                    class="fas fa-arrow-right text-secondary opacity-0 group-hover:opacity-100 transition-opacity duration-300"></i>
                            </a>

                            <!-- LinkedIn -->
                            <a href="https://www.linkedin.com/in/antoniochagoury/" target="_blank"
                                class="flex items-center gap-4 p-4 bg-white rounded-xl hover:shadow-lg transition-all duration-300 group">
                                <div
                                    class="w-12 h-12 bg-gradient-to-br from-secondary to-cyan-700 rounded-lg flex items-center justify-center group-hover:scale-110 transition-transform duration-300">
                                    <i class="fab fa-linkedin-in text-white text-lg"></i>
                                </div>
                                <div class="flex-1">
                                    <p class="font-semibold text-gray-900">LinkedIn</p>
                                    <p class="text-sm text-gray-600">Connect on LinkedIn</p>
                                </div>
                                <i
                                    class="fas fa-external-link-alt text-secondary opacity-0 group-hover:opacity-100 transition-opacity duration-300"></i>
                            </a>

                            <!-- Calendar -->
                            <a href="#"
                                class="flex items-center gap-4 p-4 bg-white rounded-xl hover:shadow-lg transition-all duration-300 group">
                                <div
                                    class="w-12 h-12 bg-gradient-to-br from-secondary to-cyan-700 rounded-lg flex items-center justify-center group-hover:scale-110 transition-transform duration-300">
                                    <i class="fas fa-calendar-alt text-white text-lg"></i>
                                </div>
                                <div class="flex-1">
                                    <p class="font-semibold text-gray-900">Book a Meeting</p>
                                    <p class="text-sm text-gray-600">Schedule time on calendar</p>
                                </div>
                                <i
                                    class="fas fa-arrow-right text-secondary opacity-0 group-hover:opacity-100 transition-opacity duration-300"></i>
                            </a>
                        </div>

                        <!-- CTA Button -->
                         <a href="#contact-form">
                        <button
                            class="w-full bg-gradient-to-r from-accent to-orange-600 text-white py-4 px-8 rounded-xl font-semibold text-lg hover:shadow-xl hover:scale-105 transition-all duration-300">
                            Contact Antonio
                        </button>
                        </a>
                    </div>

                    <!-- Third Column - Contact Nik -->
                    <div id="work-with-nik"
                        class="bg-gradient-to-br from-purple-50 to-purple-100 rounded-3xl p-8 lg:p-10 border-2 border-purple-600/20 hover:border-purple-600 hover:shadow-2xl transition-all duration-300">
                        <!-- Header -->
                        <div class="text-center mb-8">
                            <div
                                class="w-24 h-24 mx-auto mb-6 bg-gradient-to-br from-purple-600 to-indigo-800 rounded-full overflow-hidden shadow-lg border-4 border-white">
                                <img src="https://media.licdn.com/dms/image/v2/D5603AQF5jNf-FHrlYw/profile-displayphoto-scale_400_400/B56ZphZz2BHAAg-/0/1762570747631?e=1775088000&v=beta&t=0DQlovJ-crigkRlIackwLCOTSW5w2yOTmnu58J3GHhE"
                                     alt="Nik Kalyani"
                                     class="w-full h-full object-cover" />
                            </div>
                            <h3 class="text-3xl font-bold text-gray-900 mb-3">
                                Work with Nik
                            </h3>
                            <p class="text-lg text-purple-600 font-semibold mb-2">
                                Blockchain & Web3 Architecture Specialist
                            </p>
                        </div>

                        <!-- Contact Options -->
                        <div class="space-y-4 mb-8">
                            <!-- Email -->
                            <a href="mailto:nik@maxiomtech.com"
                                class="flex items-center gap-4 p-4 bg-white rounded-xl hover:shadow-lg transition-all duration-300 group">
                                <div
                                    class="w-12 h-12 bg-gradient-to-br from-purple-600 to-indigo-800 rounded-lg flex items-center justify-center group-hover:scale-110 transition-transform duration-300">
                                    <i class="fas fa-envelope text-white text-lg"></i>
                                </div>
                                <div class="flex-1">
                                    <p class="font-semibold text-gray-900">Email</p>
                                    <p class="text-sm text-gray-600">nik@maxiomtech.com</p>
                                </div>
                                <i
                                    class="fas fa-arrow-right text-purple-600 opacity-0 group-hover:opacity-100 transition-opacity duration-300"></i>
                            </a>

                            <!-- LinkedIn -->
                            <a href="https://www.linkedin.com/in/techbubble/" target="_blank"
                                class="flex items-center gap-4 p-4 bg-white rounded-xl hover:shadow-lg transition-all duration-300 group">
                                <div
                                    class="w-12 h-12 bg-gradient-to-br from-purple-600 to-indigo-800 rounded-lg flex items-center justify-center group-hover:scale-110 transition-transform duration-300">
                                    <i class="fab fa-linkedin-in text-white text-lg"></i>
                                </div>
                                <div class="flex-1">
                                    <p class="font-semibold text-gray-900">LinkedIn</p>
                                    <p class="text-sm text-gray-600">Connect on LinkedIn</p>
                                </div>
                                <i
                                    class="fas fa-external-link-alt text-purple-600 opacity-0 group-hover:opacity-100 transition-opacity duration-300"></i>
                            </a>

                            <!-- Calendar -->
                            <a href="#"
                                class="flex items-center gap-4 p-4 bg-white rounded-xl hover:shadow-lg transition-all duration-300 group">
                                <div
                                    class="w-12 h-12 bg-gradient-to-br from-purple-600 to-indigo-800 rounded-lg flex items-center justify-center group-hover:scale-110 transition-transform duration-300">
                                    <i class="fas fa-calendar-alt text-white text-lg"></i>
                                </div>
                                <div class="flex-1">
                                    <p class="font-semibold text-gray-900">Book a Meeting</p>
                                    <p class="text-sm text-gray-600">Schedule time on calendar</p>
                                </div>
                                <i
                                    class="fas fa-arrow-right text-purple-600 opacity-0 group-hover:opacity-100 transition-opacity duration-300"></i>
                            </a>
                        </div>

                        <!-- CTA Button -->
                         <a href="#contact-form">
                        <button
                            class="w-full bg-gradient-to-r from-accent to-orange-600 text-white py-4 px-8 rounded-xl font-semibold text-lg hover:shadow-xl hover:scale-105 transition-all duration-300">
                            Contact Nik
                        </button>
                        </a>
                    </div>

                </div>

                <!-- Contact Form -->
                <div id="contact-form" class="max-w-3xl mx-auto">
                    <!-- Form Header -->
                    <div class="text-center mb-10">
                        <h3 class="text-3xl font-bold text-gray-900 mb-4">
                            Send Us a Message
                        </h3>
                        <p class="text-lg text-gray-600">
                            Fill out the form below and we'll get back to you within 24 hours
                        </p>
                    </div>

                    <!-- Thank You Message (hidden until form submitted) -->
                    <div id="contact-form-thankyou" class="hidden bg-gray-50 rounded-3xl p-8 lg:p-12 shadow-lg border border-gray-200 text-center">
                        <div class="w-20 h-20 mx-auto mb-6 bg-gradient-to-br from-green-400 to-green-600 rounded-full flex items-center justify-center">
                            <i class="fas fa-check text-white text-3xl"></i>
                        </div>
                        <h3 class="text-2xl font-bold text-gray-900 mb-3">Thank You!</h3>
                        <p class="text-lg text-gray-600">
                            Your message has been sent. We'll get back to you within 24 hours.
                        </p>
                    </div>

                    <!-- Form -->
                    <form id="contact-form-el" class="bg-gray-50 rounded-3xl p-8 lg:p-10 shadow-lg border border-gray-200" novalidate>
                        <div class="space-y-6">

                            <!-- Name Field -->
                            <div>
                                <label for="name" class="block text-sm font-semibold text-gray-900 mb-2">
                                    Name <span class="text-red-500">*</span>
                                </label>
                                <input type="text" id="name" name="name" autocomplete="name"
                                    class="contact-input w-full px-4 py-3 bg-white border border-gray-300 rounded-xl focus:ring-2 focus:ring-primary focus:border-primary transition-all duration-300"
                                    placeholder="Your full name">
                                <p id="name-error" class="contact-error mt-1.5 text-sm text-red-600 hidden"></p>
                            </div>

                            <!-- Email Field -->
                            <div>
                                <label for="email" class="block text-sm font-semibold text-gray-900 mb-2">
                                    Email <span class="text-red-500">*</span>
                                </label>
                                <input type="email" id="email" name="email" autocomplete="email"
                                    class="contact-input w-full px-4 py-3 bg-white border border-gray-300 rounded-xl focus:ring-2 focus:ring-primary focus:border-primary transition-all duration-300"
                                    placeholder="your.email@company.com">
                                <p id="email-error" class="contact-error mt-1.5 text-sm text-red-600 hidden"></p>
                            </div>

                            <!-- Company Name Field -->
                            <div>
                                <label for="company" class="block text-sm font-semibold text-gray-900 mb-2">
                                    Company Name
                                </label>
                                <input type="text" id="company" name="company" autocomplete="organization"
                                    class="contact-input w-full px-4 py-3 bg-white border border-gray-300 rounded-xl focus:ring-2 focus:ring-primary focus:border-primary transition-all duration-300"
                                    placeholder="Your company name">
                                <p id="company-error" class="contact-error mt-1.5 text-sm text-red-600 hidden"></p>
                            </div>

                            <!-- Brief Description Field -->
                            <div>
                                <label for="message" class="block text-sm font-semibold text-gray-900 mb-2">
                                    Brief Description of Needs <span class="text-red-500">*</span>
                                </label>
                                <textarea id="message" name="message" rows="5" autocomplete="off"
                                    class="contact-input w-full px-4 py-3 bg-white border border-gray-300 rounded-xl focus:ring-2 focus:ring-primary focus:border-primary transition-all duration-300 resize-none"
                                    placeholder="Tell us about your project, challenges, and what you're looking for in a Fractional CTO..."></textarea>
                                <p id="message-error" class="contact-error mt-1.5 text-sm text-red-600 hidden"></p>
                            </div>

                            <!-- Submit Button -->
                            <button type="submit" id="contact-form-submit"
                                class="w-full bg-gradient-to-r from-accent to-orange-600 text-white py-4 px-8 rounded-xl font-semibold text-lg hover:shadow-2xl hover:scale-105 transition-all duration-300">
                                <i class="fas fa-paper-plane mr-2"></i>
                                Send Message
                            </button>

                        </div>
                    </form>

                    <!-- Alternative CTA
                    <div class="mt-12 text-center">
                        <div class="bg-gradient-to-br from-amber-50 to-orange-50 rounded-2xl p-8 border-2 border-accent/20">
                            <div class="max-w-2xl mx-auto">
                                <div class="w-16 h-16 mx-auto mb-4 bg-gradient-to-br from-accent to-orange-600 rounded-full flex items-center justify-center">
                                    <i class="fas fa-question-circle text-white text-2xl"></i>
                                </div>
                                <h4 class="text-2xl font-bold text-gray-900 mb-3">
                                    Not Sure Who to Choose?
                                </h4>
                                <p class="text-lg text-gray-700 mb-6">
                                    Schedule a discovery call and we'll match you with the right CTO for your needs
                                </p>
                                <a href="#" class="inline-flex items-center gap-2 bg-gradient-to-r from-accent to-orange-600 text-white py-3 px-8 rounded-xl font-semibold hover:shadow-xl hover:scale-105 transition-all duration-300">
                                    <i class="fas fa-phone-alt"></i>
                                    Schedule Discovery Call
                                </a>
                            </div>
                        </div>
                    </div> -->

                </div>

            </div>
        </section>
    </main>

    <!-- 11. Footer -->
    <footer class="bg-gradient-to-br from-gray-900 via-gray-800 to-gray-900 text-gray-300">
        <div class="w-full">
            <!-- Main Footer Content -->
            <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12 lg:py-16">
                <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8 lg:gap-12">

                    <!-- Column 1: Brand & Description -->
                    <div class="lg:col-span-2">
                        <div class="mb-6 space-y-2">
                            <h3 class="text-2xl font-bold text-white mb-3">
                                On-Demand CTOs
                            </h3>
                            <p class="text-gray-400 leading-relaxed">
                                Expert technology leadership for startups, growing companies, and enterprises.
                                We bring Silicon Valley expertise to your business without the full-time commitment.
                            </p>
                            <p class="text-gray-500 text-sm">
                                CTO 2.0 is a division of <span class="font-semibold text-gray-300">Maxiom Corp</span>.
                            </p>
                        </div>

                        <!-- CTO LinkedIn Profiles -->
                        <div class="space-y-3">
                            <p class="text-sm font-semibold text-white mb-3">Connect with Our CTOs:</p>
                            <div class="flex flex-col sm:flex-row gap-3">
                                <a href="https://www.linkedin.com/in/gauravbagul/" target="_blank"
                                    class="inline-flex items-center gap-2 px-4 py-2 bg-primary hover:bg-blue-700 text-white rounded-lg transition-all duration-300 hover:scale-105">
                                    <i class="fab fa-linkedin-in"></i>
                                    <span class="text-sm font-semibold">Gaurav Bagul</span>
                                </a>
                                <a href="https://www.linkedin.com/in/antoniochagoury/" target="_blank"
                                    class="inline-flex items-center gap-2 px-4 py-2 bg-secondary hover:bg-cyan-700 text-white rounded-lg transition-all duration-300 hover:scale-105">
                                    <i class="fab fa-linkedin-in"></i>
                                    <span class="text-sm font-semibold">Antonio Chagoury</span>
                                </a>
                                <a href="https://www.linkedin.com/in/techbubble/" target="_blank"
                                    class="inline-flex items-center gap-2 px-4 py-2 bg-purple-600 hover:bg-purple-700 text-white rounded-lg transition-all duration-300 hover:scale-105">
                                    <i class="fab fa-linkedin-in"></i>
                                    <span class="text-sm font-semibold">Nik Kalyani</span>
                                </a>
                            </div>
                        </div>
                    </div>

                    <!-- Column 2: Quick Links -->
                    <div>
                        <h4 class="text-lg font-bold text-white mb-4">Quick Links</h4>
                        <ul class="space-y-2">
                            <li>
                                <a href="#about"
                                    class="text-gray-400 hover:text-white transition-colors duration-300 flex items-center gap-2 group">
                                    <i
                                        class="fas fa-chevron-right text-xs text-accent group-hover:translate-x-1 transition-transform duration-300"></i>
                                    About
                                </a>
                            </li>
                            <li>
                                <a href="#services"
                                    class="text-gray-400 hover:text-white transition-colors duration-300 flex items-center gap-2 group">
                                    <i
                                        class="fas fa-chevron-right text-xs text-accent group-hover:translate-x-1 transition-transform duration-300"></i>
                                    Services
                                </a>
                            </li>
                            <li>
                                <a href="#contact"
                                    class="text-gray-400 hover:text-white transition-colors duration-300 flex items-center gap-2 group">
                                    <i
                                        class="fas fa-chevron-right text-xs text-accent group-hover:translate-x-1 transition-transform duration-300"></i>
                                    Contact
                                </a>
                            </li>
                        </ul>
                    </div>

                    <!-- Column 3: Legal & Contact -->
                    <div>
                        <h4 class="text-lg font-bold text-white mb-4">Legal</h4>
                        <ul class="space-y-2 mb-6">
                            <li>
                                <a href="#"
                                    class="text-gray-400 hover:text-white transition-colors duration-300 flex items-center gap-2 group">
                                    <i class="fas fa-shield-alt text-xs text-accent"></i>
                                    Privacy Policy
                                </a>
                            </li>
                            <li>
                                <a href="#"
                                    class="text-gray-400 hover:text-white transition-colors duration-300 flex items-center gap-2 group">
                                    <i class="fas fa-file-contract text-xs text-accent"></i>
                                    Terms of Service
                                </a>
                            </li>
                        </ul>

                        <div class="pt-4 border-t border-gray-700 space-y-3">
                            <p class="text-sm text-gray-400">
                                <i class="fas fa-envelope text-accent mr-2"></i>
                                hello@maxiomtech.com
                            </p>
                            <div class="flex flex-col sm:flex-row flex-wrap gap-3 text-sm">
                                <a href="https://maxiomtech.com" target="_blank" rel="noopener noreferrer"
                                    class="inline-flex items-center gap-2 text-gray-400 hover:text-white transition-colors duration-300">
                                    <span class="w-1.5 h-1.5 rounded-full bg-accent"></span>
                                    <span>Maxiom Technology</span>
                                </a>
                                <a href="https://maxiom.dev" target="_blank" rel="noopener noreferrer"
                                    class="inline-flex items-center gap-2 text-gray-400 hover:text-white transition-colors duration-300">
                                    <span class="w-1.5 h-1.5 rounded-full bg-accent"></span>
                                    <span>Hire Developers</span>
                                </a>
                                <a href="https://maxiomapps.com" target="_blank" rel="noopener noreferrer"
                                    class="inline-flex items-center gap-2 text-gray-400 hover:text-white transition-colors duration-300">
                                    <span class="w-1.5 h-1.5 rounded-full bg-accent"></span>
                                    <span>Maxiom Apps</span>
                                </a>
                            </div>
                        </div>
                    </div>

                </div>
            </div>

            <!-- Bottom Bar -->
            <div class="border-t border-gray-700">
                <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-6">
                    <div class="flex flex-col md:flex-row justify-between items-center gap-4">
                        <!-- Copyright -->
                        <p class="text-sm text-gray-400 text-center md:text-left">
                            &copy; 2026 Maxiom Technology. All rights reserved.
                        </p>

                        <!-- Built By -->
                        <p class="text-sm text-gray-400 text-center md:text-right">
                            Built by <a href="https://maxiomtech.com" target="_blank" rel="noopener noreferrer" class="text-accent hover:text-orange-400 transition-colors duration-300 font-semibold">Maxiom Technology</a>
                        </p>

                    </div>
                </div>
            </div>
        </div>
    </footer>

    <!-- Back to Top Button -->
    <button id="back-to-top"
        class="hidden fixed bottom-8 right-8 bg-accent text-white p-5 rounded-full shadow-lg hover:bg-orange-600 transition-all duration-300 z-40">
        <i class="fas fa-arrow-up"></i>
    </button>

    <!-- JavaScript -->
    <script>
        // Mobile Menu Toggle
        const mobileMenuButton = document.getElementById("mobile-menu-button");
        const mobileMenu = document.getElementById("mobile-menu");

        mobileMenuButton.addEventListener("click", () => {
            mobileMenu.classList.toggle("hidden");
        });

        // Close mobile menu when clicking a link
        const mobileLinks = mobileMenu.querySelectorAll("a");
        mobileLinks.forEach((link) => {
            link.addEventListener("click", () => {
                mobileMenu.classList.add("hidden");
            });
        });

        // Back to Top Button
        const backToTopButton = document.getElementById("back-to-top");

        window.addEventListener("scroll", () => {
            if (window.pageYOffset > 300) {
                backToTopButton.classList.remove("hidden");
            } else {
                backToTopButton.classList.add("hidden");
            }
        });

        backToTopButton.addEventListener("click", () => {
            window.scrollTo({ top: 0, behavior: "smooth" });
        });

        // Smooth scroll for navigation links
        document.querySelectorAll('a[href^="#"]').forEach((anchor) => {
            anchor.addEventListener("click", function (e) {
                e.preventDefault();
                const target = document.querySelector(this.getAttribute("href"));
                if (target) {
                    target.scrollIntoView({ behavior: "smooth", block: "start" });
                }
            });
        });

        // Scroll Animation Observer
        const observerOptions = {
            threshold: 0.1,
            rootMargin: '0px 0px -100px 0px'
        };

        const animateOnScroll = new IntersectionObserver((entries) => {
            entries.forEach(entry => {
                if (entry.isIntersecting) {
                    entry.target.classList.add('animate-in');
                    // Unobserve after animation to improve performance
                    animateOnScroll.unobserve(entry.target);
                }
            });
        }, observerOptions);

        // Observe all elements with scroll animation classes
        document.addEventListener('DOMContentLoaded', () => {
            const animatedElements = document.querySelectorAll('.scroll-animate, .scroll-animate-left, .scroll-animate-right, .scroll-animate-scale');
            animatedElements.forEach(el => animateOnScroll.observe(el));
        });

        // Navbar background on scroll
        const navbar = document.getElementById("navbar");
        window.addEventListener("scroll", () => {
            if (window.pageYOffset > 50) {
                navbar.classList.add("shadow-lg");
            } else {
                navbar.classList.remove("shadow-lg");
            }
        });

        // Technology Stack Category Switching
        const categoryButtons = document.querySelectorAll('.tech-category-btn');
        const categoryContents = document.querySelectorAll('.tech-category-content');

        categoryButtons.forEach(button => {
            button.addEventListener('click', () => {
                const targetCategory = button.getAttribute('data-category');

                // Update button styles
                categoryButtons.forEach(btn => {
                    btn.classList.remove('bg-gradient-to-r', 'from-primary', 'to-blue-700', 'text-white', 'shadow-md');
                    btn.classList.add('text-gray-700');
                });
                button.classList.add('bg-gradient-to-r', 'from-primary', 'to-blue-700', 'text-white', 'shadow-md');
                button.classList.remove('text-gray-700');

                // Show/hide content
                categoryContents.forEach(content => {
                    if (content.getAttribute('data-category') === targetCategory) {
                        content.classList.remove('hidden');
                    } else {
                        content.classList.add('hidden');
                    }
                });
            });
        });

        // Shared: email validation + HubSpot track
        function isValidEmail(value) {
            return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test((value || '').trim());
        }
        function trackFormSubmit(source) {
            if (typeof window._hsq !== 'undefined' && Array.isArray(window._hsq)) {
                window._hsq.push(['trackEvent', { id: 'form-submission', value: source }]);
            }
        }

        // Hero form (above the fold): name + email, validation, thank you
        (function () {
            var form = document.getElementById('hero-form-el');
            var wrap = document.getElementById('hero-form-wrap');
            var thankYou = document.getElementById('hero-form-thankyou');
            var nameEl = document.getElementById('hero-name');
            var emailEl = document.getElementById('hero-email');
            var nameErr = document.getElementById('hero-name-error');
            var emailErr = document.getElementById('hero-email-error');

            function clearError(el, errEl) {
                el.classList.remove('border-red-500');
                el.classList.add('border-gray-300');
                errEl.textContent = '';
                errEl.classList.add('hidden');
            }
            function showError(el, errEl, msg) {
                el.classList.add('border-red-500');
                el.classList.remove('border-gray-300');
                errEl.textContent = msg;
                errEl.classList.remove('hidden');
            }

            form.addEventListener('submit', function (e) {
                e.preventDefault();
                var nameVal = (nameEl.value || '').trim();
                var emailVal = (emailEl.value || '').trim();
                clearError(nameEl, nameErr);
                clearError(emailEl, emailErr);
                var valid = true;
                if (nameVal.length < 2) {
                    showError(nameEl, nameErr, 'Please enter your name (at least 2 characters).');
                    valid = false;
                }
                if (!emailVal) {
                    showError(emailEl, emailErr, 'Please enter your email.');
                    valid = false;
                } else if (!isValidEmail(emailVal)) {
                    showError(emailEl, emailErr, 'Please enter a valid email address.');
                    valid = false;
                }
                if (!valid) return;
                wrap.classList.add('hidden');
                thankYou.classList.remove('hidden');
                trackFormSubmit('hero-form');
            });

            nameEl.addEventListener('input', function () { clearError(nameEl, nameErr); });
            emailEl.addEventListener('input', function () { clearError(emailEl, emailErr); });
        })();

        // Sticky CTA bar: show after user scrolls down
        (function () {
            var bar = document.getElementById('sticky-cta-bar');
            var scrollThreshold = 400;
            function onScroll() {
                if (window.scrollY >= scrollThreshold) {
                    bar.classList.remove('translate-y-full');
                } else {
                    bar.classList.add('translate-y-full');
                }
            }
            window.addEventListener('scroll', function () { onScroll(); }, { passive: true });
            onScroll();
        })();

        // Contact form (bottom): full validation, thank you
        (function () {
            var form = document.getElementById('contact-form-el');
            var thankYou = document.getElementById('contact-form-thankyou');
            var fields = {
                name: { el: document.getElementById('name'), error: document.getElementById('name-error') },
                email: { el: document.getElementById('email'), error: document.getElementById('email-error') },
                company: { el: document.getElementById('company'), error: document.getElementById('company-error') },
                message: { el: document.getElementById('message'), error: document.getElementById('message-error') }
            };

            function clearFieldError(fieldKey) {
                var f = fields[fieldKey];
                if (!f) return;
                f.el.classList.remove('border-red-500');
                f.el.classList.add('border-gray-300');
                f.error.textContent = '';
                f.error.classList.add('hidden');
            }

            function showFieldError(fieldKey, message) {
                var f = fields[fieldKey];
                if (!f) return;
                f.el.classList.add('border-red-500');
                f.el.classList.remove('border-gray-300');
                f.error.textContent = message;
                f.error.classList.remove('hidden');
            }

            function validate() {
                var valid = true;
                var nameVal = (fields.name.el.value || '').trim();
                var emailVal = (fields.email.el.value || '').trim();
                var messageVal = (fields.message.el.value || '').trim();

                ['name', 'email', 'company', 'message'].forEach(function (key) { clearFieldError(key); });

                if (nameVal.length < 2) {
                    showFieldError('name', 'Please enter your full name (at least 2 characters).');
                    valid = false;
                }
                if (!emailVal) {
                    showFieldError('email', 'Please enter your email address.');
                    valid = false;
                } else if (!isValidEmail(emailVal)) {
                    showFieldError('email', 'Please enter a valid email address.');
                    valid = false;
                }
                if (messageVal.length < 10) {
                    showFieldError('message', 'Please describe your needs (at least 10 characters).');
                    valid = false;
                }

                return valid;
            }

            form.addEventListener('submit', function (e) {
                e.preventDefault();
                if (!validate()) return;

                form.classList.add('hidden');
                thankYou.classList.remove('hidden');
                thankYou.scrollIntoView({ behavior: 'smooth', block: 'start' });
                trackFormSubmit('contact-form');
            });

            ['name', 'email', 'company', 'message'].forEach(function (key) {
                fields[key].el.addEventListener('input', function () { clearFieldError(key); });
                fields[key].el.addEventListener('blur', function () {
                    if (key === 'name' && (fields.name.el.value || '').trim().length > 0 && (fields.name.el.value || '').trim().length < 2) {
                        showFieldError('name', 'Please enter your full name (at least 2 characters).');
                    } else if (key === 'email' && (fields.email.el.value || '').trim().length > 0 && !isValidEmail((fields.email.el.value || '').trim())) {
                        showFieldError('email', 'Please enter a valid email address.');
                    } else if (key === 'message' && (fields.message.el.value || '').trim().length > 0 && (fields.message.el.value || '').trim().length < 10) {
                        showFieldError('message', 'Please describe your needs (at least 10 characters).');
                    }
                });
            });
        })();
    </script>
</body>

</html>