<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Psox - Boost Your Online Sales with Our Expert eCommerce Solutions</title>

    <script src="https://cdn.tailwindcss.com"></script>
    
    <link href="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.2.0/flowbite.min.css" rel="stylesheet" />
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">

    <style>
        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: 'Inter', sans-serif;
        }
        h1, h2, h3, h4, h5, h6 {
            font-family: 'Plus Jakarta Sans', sans-serif;
        }

        .gradient-text {
            background: linear-gradient(135deg, var(--tw-gradient-from), var(--tw-gradient-to));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .glass-effect {
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
        }

        .hover-lift {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .hover-lift:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        @keyframes float {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-20px); }
        }

        .animate-float {
            animation: float 6s ease-in-out infinite;
        }

        .pattern-dots {
            background-image: radial-gradient(circle, rgba(0,0,0,0.05) 1px, transparent 1px);
            background-size: 20px 20px;
        }

        .section-divider {
            position: relative;
            overflow: hidden;
        }

        .section-divider::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -10%;
            width: 120%;
            height: 200%;
            background: linear-gradient(135deg, transparent 45%, rgba(255,255,255,0.03) 50%, transparent 55%);
            transform: rotate(-5deg);
        }
    </style>
    <link rel="stylesheet" href="assets/css/dynamic.css">
</head>
<body class="antialiased">

<nav class="fixed w-full z-50 top-0 backdrop-blur-xl bg-white/80 border-b border-gray-200/50">
    <div class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto px-6 py-2">
        <a href="./" class="flex items-center space-x-3 group">
            <div class="relative">
                <div class="w-12 h-12 bg-gradient-to-br from-rose-500 to-red-600 rounded-xl flex items-center justify-center shadow-lg group-hover:scale-110 transition-transform">
                    <span class="text-white font-bold text-xl">P</span>
                </div>
                <div class="absolute -inset-1 bg-gradient-to-br from-rose-400 to-red-500 rounded-xl opacity-0 group-hover:opacity-50 blur transition-opacity"></div>
            </div>
            <span class="self-center text-2xl font-black bg-gradient-to-r from-gray-900 to-gray-700 bg-clip-text text-transparent">
                Psox            </span>
        </a>
        <button data-collapse-toggle="navbar-default" type="button" class="inline-flex items-center p-2 w-10 h-10 justify-center text-sm text-gray-500 rounded-lg md:hidden hover:bg-gray-100">
            <svg class="w-5 h-5" fill="none" viewBox="0 0 17 14">
                <path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1h15M1 7h15M1 13h15"/>
            </svg>
        </button>
        <div class="hidden w-full md:block md:w-auto" id="navbar-default">
            <ul class="font-semibold flex flex-col md:flex-row md:space-x-2 items-center">
                <li><a href="#services" class="block py-2 px-4 text-gray-700 hover:text-rose-600 hover:bg-rose-50 rounded-lg transition-all">Services</a></li>
                <li><a href="#features" class="block py-2 px-4 text-gray-700 hover:text-rose-600 hover:bg-rose-50 rounded-lg transition-all">Features</a></li>
                <li><a href="#about" class="block py-2 px-4 text-gray-700 hover:text-rose-600 hover:bg-rose-50 rounded-lg transition-all">About</a></li>
                <li><a href="#testimonials" class="block py-2 px-4 text-gray-700 hover:text-rose-600 hover:bg-rose-50 rounded-lg transition-all">Testimonials</a></li>
                <li><a href="blog/" class="block py-2 px-4 text-gray-700 hover:text-rose-600 hover:bg-rose-50 rounded-lg transition-all">Blog</a></li>
                <li>
                    <a href="#contact" class="group relative block py-2.5 px-6 text-white bg-gradient-to-r from-rose-600 to-red-600 rounded-lg hover:shadow-xl transition-all overflow-hidden">
                        <span class="relative z-10">Contact Us</span>
                        <div class="absolute inset-0 bg-gradient-to-r from-red-600 to-rose-600 opacity-0 group-hover:opacity-100 transition-opacity"></div>
                    </a>
                </li>
            </ul>
        </div>
    </div>
</nav>


<section class="relative bg-gradient-to-br from-rose-600 via-red-600 to-pink-600 mt-16 overflow-hidden">
    <div class="absolute inset-0 opacity-10">
        <div class="absolute top-0 left-0 w-96 h-96 bg-white rounded-full filter blur-3xl"></div>
        <div class="absolute bottom-0 right-0 w-96 h-96 bg-white rounded-full filter blur-3xl"></div>
    </div>
    
    <div class="py-20 px-4 mx-auto max-w-screen-xl text-center lg:py-32 relative z-10">
        <h1 class="mb-6 text-4xl font-extrabold tracking-tight leading-tight text-white md:text-5xl lg:text-6xl drop-shadow-lg">
            Boost Your Online Sales with Our Expert eCommerce Solutions        </h1>
        
        <p class="mb-10 text-xl font-normal text-white/90 lg:text-2xl sm:px-16 xl:px-48">
            Get access to powerful tools and strategies that will help you grow your online store. Maximize your eCommerce sales and revenue with our expert solutions. Stay ahead of the competition with our cutting-edge eCommerce marketing techniques.        </p>
        
        <div class="flex flex-col space-y-4 sm:flex-row sm:justify-center sm:space-y-0 sm:space-x-4">
            <a href="#contact" class="inline-flex justify-center items-center py-4 px-8 text-base font-semibold bg-white text-rose-600 rounded-full hover:shadow-2xl hover:scale-105 transition-all">
                Get a Free Consultation Now                <i class="fas fa-arrow-right ml-2"></i>
            </a>
            <a href="#services" class="inline-flex justify-center items-center py-4 px-8 text-base font-semibold text-white rounded-full border-2 border-white/30 backdrop-blur-sm hover:bg-white/10 transition-all">
                Learn More
            </a>
        </div>
    </div>
</section>


<section class="py-20 bg-white">
    <div class="max-w-screen-xl mx-auto px-4">
        <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
            <div class="relative p-8 bg-gradient-to-br from-rose-50 to-rose-100 rounded-2xl border-l-4 border-rose-600">
                <div class="text-4xl font-black text-rose-600 mb-2">500+</div>
                <div class="text-gray-700 font-semibold">Happy Clients</div>
            </div>
            <div class="relative p-8 bg-gradient-to-br from-red-50 to-red-100 rounded-2xl border-l-4 border-red-600">
                <div class="text-4xl font-black text-red-600 mb-2">98%</div>
                <div class="text-gray-700 font-semibold">Satisfaction Rate</div>
            </div>
            <div class="relative p-8 bg-gradient-to-br from-rose-50 to-rose-100 rounded-2xl border-l-4 border-rose-600">
                <div class="text-4xl font-black text-rose-600 mb-2">24/7</div>
                <div class="text-gray-700 font-semibold">Support Available</div>
            </div>
            <div class="relative p-8 bg-gradient-to-br from-red-50 to-red-100 rounded-2xl border-l-4 border-red-600">
                <div class="text-4xl font-black text-red-600 mb-2">15+</div>
                <div class="text-gray-700 font-semibold">Years Experience</div>
            </div>
        </div>
    </div>
</section>
<section class="relative bg-gray-900 py-20 overflow-hidden" id="services">
    <div class="absolute inset-0 bg-gradient-to-br from-rose-900/20 to-red-900/20"></div>
    
    <div class="max-w-screen-xl mx-auto px-4 relative z-10">
        <div class="text-center mb-16">
            <span class="inline-block px-4 py-2 bg-white/10 text-white rounded-full text-sm font-semibold mb-4">Services</span>
            <h2 class="text-5xl font-extrabold text-white mb-4">Customized Online Marketing Solutions</h2>
            <p class="text-xl text-gray-300 max-w-2xl mx-auto">Professional solutions for every need</p>
        </div>
        
        <div class="grid md:grid-cols-3 gap-6">
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="w-14 h-14 bg-gradient-to-br from-rose-500 to-red-600 rounded-xl flex items-center justify-center mb-6">
                    <i class="fas fa-briefcase text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-white mb-3">Video Marketing</h3>
                <p class="text-gray-300 leading-relaxed">Use video content to tell your brand story, engage your audience, and drive conversions.</p>
            </div>
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="w-14 h-14 bg-gradient-to-br from-rose-500 to-red-600 rounded-xl flex items-center justify-center mb-6">
                    <i class="fas fa-chart-line text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-white mb-3">SEO</h3>
                <p class="text-gray-300 leading-relaxed">Boost your website’s visibility and ranking on search engines.</p>
            </div>
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="w-14 h-14 bg-gradient-to-br from-rose-500 to-red-600 rounded-xl flex items-center justify-center mb-6">
                    <i class="fas fa-handshake text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-white mb-3">Community Management</h3>
                <p class="text-gray-300 leading-relaxed">Increase your social media presence and engagement with a targeted strategy.</p>
            </div>
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="w-14 h-14 bg-gradient-to-br from-rose-500 to-red-600 rounded-xl flex items-center justify-center mb-6">
                    <i class="fas fa-building text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-white mb-3">Email Marketing</h3>
                <p class="text-gray-300 leading-relaxed">Build your email list and engage your subscribers with targeted campaigns.</p>
            </div>
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="w-14 h-14 bg-gradient-to-br from-rose-500 to-red-600 rounded-xl flex items-center justify-center mb-6">
                    <i class="fas fa-users text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-white mb-3">Web Design</h3>
                <p class="text-gray-300 leading-relaxed">Create a visually appealing and user-friendly website that reflects your brand and converts visitors into customers.</p>
            </div>
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="w-14 h-14 bg-gradient-to-br from-rose-500 to-red-600 rounded-xl flex items-center justify-center mb-6">
                    <i class="fas fa-trophy text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-white mb-3">Content Marketing</h3>
                <p class="text-gray-300 leading-relaxed">Create valuable and engaging content to attract and retain your target audience.</p>
            </div>
                    </div>
    </div>
</section>

<section class="py-20 bg-gray-900 text-white" id="testimonials">
    <div class="max-w-screen-xl mx-auto px-4">
        <div class="text-center mb-16">
            <span class="inline-block px-5 py-2 bg-white/10 backdrop-blur-sm border border-white/20 rounded-full text-sm font-semibold mb-6">
                Testimonials
            </span>
            <h2 class="text-5xl md:text-6xl font-black mb-4">What Our Clients Say</h2>
        </div>
        <div class="grid md:grid-cols-3 gap-8">
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="flex items-center mb-4">
                                        <i class="fas fa-star text-yellow-400"></i>
                                        <i class="fas fa-star text-yellow-400"></i>
                                        <i class="fas fa-star text-yellow-400"></i>
                                        <i class="fas fa-star text-yellow-400"></i>
                                        <i class="fas fa-star text-yellow-400"></i>
                                    </div>
                <p class="text-gray-300 mb-6 leading-relaxed">
                    "ROI was evident within the first quarter. Their business acumen is second to none."
                </p>
                <div class="flex items-center gap-4">
                    <img src="https://randomuser.me/api/portraits/men/48.jpg" alt="Christopher Lee" class="w-12 h-12 rounded-full object-cover border-2 border-white/20">
                    <div>
                        <div class="font-bold text-white">Christopher Lee</div>
                        <div class="text-sm text-gray-400">Managing Director, Pinnacle Enterprises</div>
                    </div>
                </div>
            </div>
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="flex items-center mb-4">
                                        <i class="fas fa-star text-yellow-400"></i>
                                        <i class="fas fa-star text-yellow-400"></i>
                                        <i class="fas fa-star text-yellow-400"></i>
                                        <i class="fas fa-star text-yellow-400"></i>
                                        <i class="fas fa-star text-yellow-400"></i>
                                    </div>
                <p class="text-gray-300 mb-6 leading-relaxed">
                    "Data-driven decisions became our competitive advantage. They turned complex analytics into actionable insights."
                </p>
                <div class="flex items-center gap-4">
                    <img src="https://randomuser.me/api/portraits/men/70.jpg" alt="Jessica Taylor" class="w-12 h-12 rounded-full object-cover border-2 border-white/20">
                    <div>
                        <div class="font-bold text-white">Jessica Taylor</div>
                        <div class="text-sm text-gray-400">VP of Strategy, Momentum Corp</div>
                    </div>
                </div>
            </div>
                        <div class="bg-white/5 backdrop-blur-sm border border-white/10 rounded-2xl p-8 hover:bg-white/10 transition-all">
                <div class="flex items-center mb-4">
                                        <i class="fas fa-star text-yellow-400"></i>
                                        <i class="fas fa-star text-yellow-400"></i>
                                        <i class="fas fa-star text-yellow-400"></i>
                                        <i class="fas fa-star text-yellow-400"></i>
                                        <i class="fas fa-star text-yellow-400"></i>
                                    </div>
                <p class="text-gray-300 mb-6 leading-relaxed">
                    "They understood our vision and executed flawlessly. Revenue grew 3x within the first year of partnership."
                </p>
                <div class="flex items-center gap-4">
                    <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Alexandra Bennett" class="w-12 h-12 rounded-full object-cover border-2 border-white/20">
                    <div>
                        <div class="font-bold text-white">Alexandra Bennett</div>
                        <div class="text-sm text-gray-400">CEO, TechVentures Inc</div>
                    </div>
                </div>
            </div>
                    </div>
    </div>
</section>


<section class="relative bg-gradient-to-br from-rose-600 to-red-700 py-24 overflow-hidden" id="features">
    <div class="absolute inset-0 opacity-10">
        <div class="absolute top-0 left-0 w-96 h-96 bg-white rounded-full -translate-x-1/2 -translate-y-1/2"></div>
        <div class="absolute bottom-0 right-0 w-96 h-96 bg-white rounded-full translate-x-1/2 translate-y-1/2"></div>
    </div>
    <div class="max-w-screen-xl mx-auto px-4 relative z-10">
        <div class="text-center mb-20">
            <h2 class="text-5xl md:text-6xl font-black text-white mb-6">Powerful Features</h2>
            <p class="text-xl text-white/90 max-w-3xl mx-auto">Everything you need to succeed</p>
        </div>
        
        <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
                        <div class="bg-white rounded-3xl p-8 shadow-2xl text-center">
                <div class="w-14 h-14 bg-gradient-to-br from-rose-500 to-red-600 rounded-xl flex items-center justify-center mx-auto mb-6">
                    <i class="fas fa-bolt text-white text-xl"></i>
                </div>
                <h3 class="text-xl font-bold text-gray-900 mb-3">Fast</h3>
                <p class="text-gray-600">Lightning speed</p>
            </div>
                        <div class="bg-white rounded-3xl p-8 shadow-2xl text-center">
                <div class="w-14 h-14 bg-gradient-to-br from-rose-500 to-red-600 rounded-xl flex items-center justify-center mx-auto mb-6">
                    <i class="fas fa-lock text-white text-xl"></i>
                </div>
                <h3 class="text-xl font-bold text-gray-900 mb-3">Secure</h3>
                <p class="text-gray-600">Bank security</p>
            </div>
                        <div class="bg-white rounded-3xl p-8 shadow-2xl text-center">
                <div class="w-14 h-14 bg-gradient-to-br from-rose-500 to-red-600 rounded-xl flex items-center justify-center mx-auto mb-6">
                    <i class="fas fa-mobile-alt text-white text-xl"></i>
                </div>
                <h3 class="text-xl font-bold text-gray-900 mb-3">Mobile</h3>
                <p class="text-gray-600">All devices</p>
            </div>
                        <div class="bg-white rounded-3xl p-8 shadow-2xl text-center">
                <div class="w-14 h-14 bg-gradient-to-br from-rose-500 to-red-600 rounded-xl flex items-center justify-center mx-auto mb-6">
                    <i class="fas fa-sync text-white text-xl"></i>
                </div>
                <h3 class="text-xl font-bold text-gray-900 mb-3">Updated</h3>
                <p class="text-gray-600">Always current</p>
            </div>
                        <div class="bg-white rounded-3xl p-8 shadow-2xl text-center">
                <div class="w-14 h-14 bg-gradient-to-br from-rose-500 to-red-600 rounded-xl flex items-center justify-center mx-auto mb-6">
                    <i class="fas fa-users text-white text-xl"></i>
                </div>
                <h3 class="text-xl font-bold text-gray-900 mb-3">Team</h3>
                <p class="text-gray-600">Collaboration</p>
            </div>
                        <div class="bg-white rounded-3xl p-8 shadow-2xl text-center">
                <div class="w-14 h-14 bg-gradient-to-br from-rose-500 to-red-600 rounded-xl flex items-center justify-center mx-auto mb-6">
                    <i class="fas fa-chart-bar text-white text-xl"></i>
                </div>
                <h3 class="text-xl font-bold text-gray-900 mb-3">Analytics</h3>
                <p class="text-gray-600">Insights</p>
            </div>
                        <div class="bg-white rounded-3xl p-8 shadow-2xl text-center">
                <div class="w-14 h-14 bg-gradient-to-br from-rose-500 to-red-600 rounded-xl flex items-center justify-center mx-auto mb-6">
                    <i class="fas fa-cloud text-white text-xl"></i>
                </div>
                <h3 class="text-xl font-bold text-gray-900 mb-3">Cloud</h3>
                <p class="text-gray-600">Anywhere</p>
            </div>
                        <div class="bg-white rounded-3xl p-8 shadow-2xl text-center">
                <div class="w-14 h-14 bg-gradient-to-br from-rose-500 to-red-600 rounded-xl flex items-center justify-center mx-auto mb-6">
                    <i class="fas fa-cog text-white text-xl"></i>
                </div>
                <h3 class="text-xl font-bold text-gray-900 mb-3">Custom</h3>
                <p class="text-gray-600">Tailored</p>
            </div>
                    </div>
    </div>
</section>


<section class="bg-white py-20" id="about">
    <div class="max-w-screen-xl mx-auto px-4">
        <div class="relative rounded-3xl overflow-hidden shadow-2xl">
            <div class="absolute inset-0">
                <img src="https://images.pexels.com/photos/1558690/pexels-photo-1558690.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="BG" class="w-full h-full object-cover">
                <div class="absolute inset-0 bg-gradient-to-r from-black/90 via-black/70 to-transparent"></div>
            </div>
            
            <div class="relative z-10 p-12 lg:p-20 text-white">
                <div class="max-w-2xl">
                    <div class="flex items-center space-x-3 mb-6">
                        <div class="w-12 h-1 bg-rose-400"></div>
                        <span class="text-rose-400 font-bold uppercase text-sm tracking-wider">
                            Performance Enhancers                        </span>
                    </div>
                    
                    <h2 class="text-5xl lg:text-7xl font-black mb-8 leading-tight">
                        Drive Sustainable Growth with Our Expert eCommerce Solutions                    </h2>
                    
                    <p class="text-2xl text-gray-300 mb-12 leading-relaxed">
                        Experience the profound impact of as ecommerce experts, we know that understanding your target audience is key to driving sales and revenue. our digital marketing agency offers a range of solutions designed to help you connect with your target customers, from personalized email marketing campaigns to influencer partnerships and more. with our help, you can build lasting relationships with your customers and achieve long-term growth for your business. on your journey.                    </p>
                    
                    <div class="flex flex-col sm:flex-row gap-6 mb-12">
                                                <div class="flex items-center space-x-3">
                            <div class="w-12 h-12 bg-rose-600 rounded-lg flex items-center justify-center">
                                <i class="fas fa-award text-white"></i>
                            </div>
                            <span class="font-bold">50+ Awards</span>
                        </div>
                                                <div class="flex items-center space-x-3">
                            <div class="w-12 h-12 bg-rose-600 rounded-lg flex items-center justify-center">
                                <i class="fas fa-users text-white"></i>
                            </div>
                            <span class="font-bold">100+ Team</span>
                        </div>
                                                <div class="flex items-center space-x-3">
                            <div class="w-12 h-12 bg-rose-600 rounded-lg flex items-center justify-center">
                                <i class="fas fa-globe text-white"></i>
                            </div>
                            <span class="font-bold">80+ Countries</span>
                        </div>
                                            </div>
                    
                    <a href="#contact" class="inline-block px-12 py-6 bg-rose-600 text-white font-black text-lg rounded-lg hover:bg-rose-700 transition-all">
                        Find More Answers →
                    </a>
                </div>
            </div>
        </div>
    </div>
</section>


<section class="py-24 bg-white" id="blog">
    <div class="max-w-screen-xl mx-auto px-4">
        <div class="mb-16">
            <div class="flex items-center gap-4 mb-6">
                <div class="h-2 w-24 bg-gradient-to-r from-rose-600 to-red-600 rounded-full"></div>
                <span class="text-rose-600 font-black text-sm uppercase tracking-widest">Latest Posts</span>
            </div>
            <h2 class="text-6xl md:text-7xl font-black text-gray-900 mb-4 leading-tight">Our Blog</h2>
        </div>
                <div class="grid lg:grid-cols-3 gap-8 mb-8">
            <div class="lg:col-span-2">
                <article class="group relative bg-white rounded-3xl overflow-hidden shadow-2xl hover:shadow-3xl transition-all">
                    <div class="relative h-96 overflow-hidden">
                        <img src="https://images.pexels.com/photos/3184300/pexels-photo-3184300.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" alt="AI-Ready Operating Systems for 2025 Growth" class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-1000">
                        <div class="absolute inset-0 bg-gradient-to-t from-black/90 via-black/50 to-transparent"></div>
                        <div class="absolute top-6 left-6">
                            <span class="px-5 py-2.5 bg-rose-600 text-white text-sm font-black rounded-xl shadow-2xl">Innovation</span>
                        </div>
                        <div class="absolute bottom-0 left-0 right-0 p-8">
                            <h3 class="text-3xl font-black text-white mb-3 group-hover:text-rose-300 transition-colors">
                                <a href="blog/ai-ready-operating-systems-for-2025-growth/">AI-Ready Operating Systems for 2025 Growth</a>
                            </h3>
                            <div class="flex items-center text-white/90 text-sm">
                                <span>January 15, 2026</span>
                                <span class="mx-2">•</span>
                                <span>Sarah Johnson</span>
                            </div>
                        </div>
                    </div>
                </article>
            </div>
            <div class="space-y-6">
                                <article class="group bg-white rounded-2xl overflow-hidden shadow-lg hover:shadow-xl transition-all border border-gray-100">
                    <div class="relative h-40 overflow-hidden">
                        <img src="https://images.pexels.com/photos/3184293/pexels-photo-3184293.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" alt="Revenue PMOs for Subscription Businesses" class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-500">
                        <div class="absolute top-3 right-3">
                            <span class="px-3 py-1 bg-rose-600 text-white text-xs font-bold rounded-lg">Revenue Operations</span>
                        </div>
                    </div>
                    <div class="p-5">
                        <h3 class="text-lg font-black text-gray-900 mb-2 group-hover:text-rose-600 transition-colors line-clamp-2">
                            <a href="/blog/revenue-pmos-for-subscription-businesses/">Revenue PMOs for Subscription Businesses</a>
                        </h3>
                        <p class="text-gray-600 text-sm mb-3 line-clamp-2">Revenue PMOs orchestrate pricing, packaging, and lifecycle tests so subscription...</p>
                        <div class="flex items-center text-xs text-gray-500">
                            <span>January 14, 2026</span>
                        </div>
                    </div>
                </article>
                                <article class="group bg-white rounded-2xl overflow-hidden shadow-lg hover:shadow-xl transition-all border border-gray-100">
                    <div class="relative h-40 overflow-hidden">
                        <img src="https://images.pexels.com/photos/3183173/pexels-photo-3183173.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" alt="Resilient Vendor Ecosystems for 2025 Enterprises" class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-500">
                        <div class="absolute top-3 right-3">
                            <span class="px-3 py-1 bg-rose-600 text-white text-xs font-bold rounded-lg">Operations</span>
                        </div>
                    </div>
                    <div class="p-5">
                        <h3 class="text-lg font-black text-gray-900 mb-2 group-hover:text-rose-600 transition-colors line-clamp-2">
                            <a href="/blog/resilient-vendor-ecosystems-for-2025-enterprises/">Resilient Vendor Ecosystems for 2025 Enterprises</a>
                        </h3>
                        <p class="text-gray-600 text-sm mb-3 line-clamp-2">Vendor ecosystems now include shared telemetry, risk scoring, and joint playbook...</p>
                        <div class="flex items-center text-xs text-gray-500">
                            <span>January 13, 2026</span>
                        </div>
                    </div>
                </article>
                            </div>
        </div>
        <div class="text-center">
            <a href="blog/" class="inline-flex items-center gap-3 px-10 py-5 bg-gradient-to-r from-rose-600 to-red-600 text-white font-black rounded-full hover:shadow-2xl transition-all">
                View All Articles
                <i class="fas fa-arrow-right"></i>
            </a>
        </div>
    </div>
</section>


<section class="bg-gray-50 py-20">
    <div class="max-w-screen-xl mx-auto px-4">
        <div class="bg-white rounded-3xl shadow-2xl overflow-hidden">
            <div class="grid lg:grid-cols-2">
                <div class="relative min-h-[500px]">
                    <img src="https://images.pexels.com/photos/35508547/pexels-photo-35508547.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="CTA" class="absolute inset-0 w-full h-full object-cover">
                    <div class="absolute inset-0 bg-gradient-to-r from-transparent to-white lg:to-transparent"></div>
                </div>
                
                <div class="p-12 lg:p-20 flex flex-col justify-center">
                    <span class="inline-block px-4 py-2 bg-rose-100 text-rose-700 rounded-full text-sm font-bold mb-6 w-fit">
                        Final Call
                    </span>
                    
                    <h2 class="text-5xl font-black text-gray-900 mb-6">
                        The Time Is Now
                    </h2>
                    
                    <p class="text-xl text-gray-600 mb-10 leading-relaxed">
                        Stop dreaming and start doing. We're here to help you every step of the way. Join us today and unlock your potential.
                    </p>
                    
                    <div class="flex items-center space-x-4 mb-10">
                        <div class="w-16 h-16 bg-rose-100 rounded-full flex items-center justify-center">
                            <i class="fas fa-rocket text-rose-600 text-2xl"></i>
                        </div>
                        <div>
                            <div class="font-bold text-gray-900 text-lg">Launch in Minutes</div>
                            <div class="text-gray-600">Quick and easy setup</div>
                        </div>
                    </div>
                    
                    <a href="#contact" class="inline-block px-12 py-6 bg-gradient-to-r from-rose-600 to-red-600 text-white font-black text-lg rounded-full hover:shadow-2xl transition-all w-fit">
                        Begin Your Journey →
                    </a>
                </div>
            </div>
        </div>
    </div>
</section>


<section class="bg-gradient-to-br from-gray-50 to-white py-20" id="contact">
    <div class="max-w-screen-md mx-auto px-4">
        <div class="text-center mb-12">
            <div class="inline-block px-4 py-2 mb-4 bg-rose-100 text-rose-800 rounded-full text-sm font-semibold">
                Get In Touch
            </div>
            <h2 class="text-4xl md:text-5xl font-extrabold text-gray-900 mb-4">Say Hello</h2>
            <p class="text-xl text-gray-600">Fill out the form below and our team will get back to you within 24 hours</p>
        </div>
        
        <form action="#" class="bg-white p-8 md:p-10 rounded-3xl shadow-2xl border border-gray-100">
            <div class="grid md:grid-cols-2 gap-6 mb-6">
                <div>
                    <label for="name" class="block mb-2 text-sm font-semibold text-gray-900">First Name</label>
                    <input type="text" id="name" class="bg-gray-50 border border-gray-300 text-gray-900 rounded-lg focus:ring-rose-500 focus:border-rose-500 block w-full p-3.5" placeholder="John" required>
                </div>
                <div>
                    <label for="lastname" class="block mb-2 text-sm font-semibold text-gray-900">Last Name</label>
                    <input type="text" id="lastname" class="bg-gray-50 border border-gray-300 text-gray-900 rounded-lg focus:ring-rose-500 focus:border-rose-500 block w-full p-3.5" placeholder="Doe" required>
                </div>
            </div>
            
            <div class="mb-6">
                <label for="email" class="block mb-2 text-sm font-semibold text-gray-900">Email Address</label>
                <input type="email" id="email" class="bg-gray-50 border border-gray-300 text-gray-900 rounded-lg focus:ring-rose-500 focus:border-rose-500 block w-full p-3.5" placeholder="john@example.com" required>
            </div>
            
            <div class="mb-6">
                <label for="subject" class="block mb-2 text-sm font-semibold text-gray-900">Subject</label>
                <select id="subject" class="bg-gray-50 border border-gray-300 text-gray-900 rounded-lg focus:ring-rose-500 focus:border-rose-500 block w-full p-3.5">
                    <option selected>Choose a topic</option>
                    <option value="general">General Inquiry</option>
                    <option value="support">Customer Support</option>
                    <option value="sales">Sales Question</option>
                    <option value="feedback">Feedback</option>
                </select>
            </div>
            
            <div class="mb-6">
                <label for="message" class="block mb-2 text-sm font-semibold text-gray-900">Message</label>
                <textarea id="message" rows="6" class="bg-gray-50 border border-gray-300 text-gray-900 rounded-lg focus:ring-rose-500 focus:border-rose-500 block w-full p-3.5" placeholder="Your message here..." required></textarea>
            </div>
            
            <button type="submit" class="w-full py-4 text-base font-bold text-white bg-gradient-to-r from-rose-600 to-red-600 rounded-lg hover:shadow-xl transition-all">
                Send Message →
            </button>
        </form>
        
        <div class="grid md:grid-cols-3 gap-6 mt-12 text-center">
            <div class="p-4">
                <div class="w-12 h-12 bg-rose-100 rounded-full flex items-center justify-center mx-auto mb-3">
                    <i class="fas fa-phone text-rose-600"></i>
                </div>
                <p class="text-sm font-semibold text-gray-900">+1-503-759-1194</p>
            </div>
            <div class="p-4">
                <div class="w-12 h-12 bg-rose-100 rounded-full flex items-center justify-center mx-auto mb-3">
                    <i class="fas fa-envelope text-rose-600"></i>
                </div>
                <p class="text-sm font-semibold text-gray-900">hello@psox.org</p>
            </div>
            <div class="p-4">
                <div class="w-12 h-12 bg-rose-100 rounded-full flex items-center justify-center mx-auto mb-3">
                    <i class="fas fa-map-marker-alt text-rose-600"></i>
                </div>
                <p class="text-sm font-semibold text-gray-900">735 Houston Street, Dallas, TX 75201</p>
            </div>
        </div>
    </div>
</section>


<footer class="bg-white">
    <div class="max-w-screen-xl mx-auto px-6 py-16">
        <div class="grid md:grid-cols-4 gap-10">
            <div class="col-span-2 space-y-6">
                <a href="./" class="inline-flex items-center space-x-3">
                    <span class="text-3xl font-black text-gray-900">Psox</span>
                </a>
                <p class="text-gray-500 max-w-lg">We combine design, automation, and storytelling to help business innovators launch, scale, and lead.</p>
                <div class="flex items-center space-x-4 text-gray-500 text-sm">
                    <span class="flex items-center space-x-2"><i class="fas fa-clock text-rose-600"></i><span>Mon-Fri 8am-6pm</span></span>
                    <span class="flex items-center space-x-2"><i class="fas fa-map-marker-alt text-rose-600"></i><span>735 Houston Street, Dallas, TX 75201</span></span>
                </div>
            </div>
            <div>
                <h3 class="text-lg font-semibold text-gray-900 mb-4">Quick Links</h3>
                <ul class="space-y-3 text-gray-500">
                    <li><a href="#services" class="hover:text-rose-600 transition">Services</a></li>
                    <li><a href="#features" class="hover:text-rose-600 transition">Features</a></li>
                    <li><a href="#about" class="hover:text-rose-600 transition">About</a></li>

                    <li><a href="blog/" class="hover:text-roseBlog</a></li>
                    <li><a href="#testimonials" class="hover:text-rose-600 transition">Testimonials</a></li>
                </ul>
            </div>
            <div>
                <h3 class="text-lg font-semibold text-gray-900 mb-4">Let’s Talk</h3>
                <div class="space-y-3 text-gray-500">
                    <p>Ready to transform your business presence? Let’s build your roadmap.</p>
                    <a href="./contact.php" class="inline-flex items-center space-x-2 px-5 py-3 rounded-xl bg-gray-900 text-white font-semibold hover:bg-rose-600 transition">
                        <span>Book a session</span>
                        <i class="fas fa-arrow-right"></i>
                    </a>
                </div>
            </div>
        </div>
        <div class="border-t border-gray-200 mt-12 pt-8 flex flex-col md:flex-row md:items-center md:justify-between text-sm text-gray-500">
            <span>© 2026 Psox. All rights reserved.</span>
            <div class="flex space-x-6 mt-4 md:mt-0">
                <a href="./privacy.php" class="hover:text-rose-600 transition">Privacy</a>
                <a href="./terms.php" class="hover:text-rose-600 transition">Terms</a>
                <a href="./disclaimer.php" class="hover:text-rose-600 transition">Disclaimer</a>
            </div>
        </div>
    </div>
</footer>

<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.2.0/flowbite.min.js"></script>

<script>
document.addEventListener('DOMContentLoaded', function() {
    const anchorLinks = document.querySelectorAll('a[href^="#"]');

    anchorLinks.forEach(link => {
        link.addEventListener('click', function(e) {
            const href = this.getAttribute('href');
            if (href === '#' || href === '') return;

            const targetId = href.substring(1);
            const targetElement = document.getElementById(targetId);

            if (targetElement) {
                e.preventDefault();
                const headerOffset = 80;
                const elementPosition = targetElement.getBoundingClientRect().top;
                const offsetPosition = elementPosition + window.pageYOffset - headerOffset;

                window.scrollTo({
                    top: offsetPosition,
                    behavior: 'smooth'
                });
            }
        });
    });
});
</script>

</body>
</html>
