<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Zensparoseville - Trust Us to Bring Out Your Best Self</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 bg-white/80 backdrop-blur-lg border-b border-gray-200 shadow-sm">
    <div class="max-w-screen-xl flex flex-wrap items-center justify-between mx-auto p-4">
        <a href="./" class="flex items-center space-x-3">
            <div class="w-12 h-12 bg-gradient-to-br from-purple-600 to-pink-600 rounded-xl flex items-center justify-center shadow-lg">
                <svg width="48" height="48" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
                <defs>
                    <linearGradient id="grad-f2f57eb407744a1e40558deaeb002888" x1="0%" y1="0%" x2="100%" y2="100%">
                        <stop offset="0%" style="stop-color:#a855f7;stop-opacity:1" />
                        <stop offset="100%" style="stop-color:#db2777;stop-opacity:1" />
                    </linearGradient>
                </defs>
                <circle cx="24" cy="24" r="22" fill="url(#grad-f2f57eb407744a1e40558deaeb002888)" />
                <text x="24" y="30" font-family="Arial, sans-serif" font-size="19" font-weight="bold" fill="white" text-anchor="middle" dominant-baseline="central">ZE</text>
            </svg>            </div>
            <span class="self-center text-2xl font-black text-gray-900">
                Zensparoseville            </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-medium flex flex-col md:flex-row md:space-x-6">
                <li><a href="#services" class="block py-2 px-3 text-gray-700 hover:text-purple-600 font-semibold transition-colors">Services</a></li>
                <li><a href="#features" class="block py-2 px-3 text-gray-700 hover:text-purple-600 font-semibold transition-colors">Features</a></li>
                <li><a href="#about" class="block py-2 px-3 text-gray-700 hover:text-purple-600 font-semibold transition-colors">About</a></li>
                <li><a href="#testimonials" class="block py-2 px-3 text-gray-700 hover:text-purple-600 font-semibold transition-colors">Testimonials</a></li>
                <li><a href="blog/" class="block py-2 px-3 text-gray-700 hover:text-purple-600 font-semibold transition-colors">Blog</a></li>
                <li>
                    <a href="#contact" class="block py-2 px-6 text-white bg-gradient-to-r from-purple-600 to-pink-600 rounded-full hover:shadow-lg transition-all font-bold">
                        Get Started
                    </a>
                </li>
            </ul>
        </div>
    </div>
</nav>


<section class="relative bg-white mt-16">
    <div class="grid max-w-screen-xl px-4 py-8 mx-auto lg:gap-12 xl:gap-16 lg:py-24 lg:grid-cols-12">
        <div class="mr-auto place-self-center lg:col-span-6">
            <div class="inline-block px-4 py-2 mb-6 bg-purple-100 text-purple-800 rounded-full text-sm font-semibold">
                Bespoke Beauty, Personalized Approach            </div>
            
            <h1 class="max-w-2xl mb-6 text-4xl font-extrabold tracking-tight leading-tight text-gray-900 md:text-5xl xl:text-6xl">
                Trust Us to Bring Out Your Best Self            </h1>
            
            <p class="max-w-2xl mb-8 font-normal text-gray-600 text-lg lg:text-xl">
                Looking for a beauty experience that's all about you? Look no further than Zensparoseville. Our range of personalized services is designed to help you achieve your unique beauty goals, with expert care and attention that meets your needs and preferences.            </p>
            
            <div class="space-y-4 mb-8">
                                <div class="flex items-center space-x-3">
                    <div class="flex-shrink-0 w-8 h-8 bg-purple-100 rounded-full flex items-center justify-center">
                        <i class="fas fa-spa text-purple-600"></i>
                    </div>
                    <span class="text-gray-700 font-medium">
                        Industry-leading expertise                    </span>
                </div>
                                <div class="flex items-center space-x-3">
                    <div class="flex-shrink-0 w-8 h-8 bg-purple-100 rounded-full flex items-center justify-center">
                        <i class="fas fa-heart text-purple-600"></i>
                    </div>
                    <span class="text-gray-700 font-medium">
                        24/7 dedicated support                    </span>
                </div>
                                <div class="flex items-center space-x-3">
                    <div class="flex-shrink-0 w-8 h-8 bg-purple-100 rounded-full flex items-center justify-center">
                        <i class="fas fa-sparkles text-purple-600"></i>
                    </div>
                    <span class="text-gray-700 font-medium">
                        Guaranteed results                    </span>
                </div>
                            </div>
            
            <div class="flex flex-col sm:flex-row gap-4">
                <a href="#contact" class="inline-flex items-center justify-center px-8 py-4 text-base font-semibold text-white rounded-full bg-gradient-to-r from-purple-600 to-pink-600 hover:shadow-xl transition-all">
                    Unleash Your Beauty                    <i class="fas fa-arrow-right ml-2"></i>
                </a>
                <a href="#services" class="inline-flex items-center justify-center px-8 py-4 text-base font-semibold text-gray-900 border-2 border-gray-300 rounded-full hover:bg-gray-50 transition-all">
                    View Services
                </a> 
            </div>
        </div>
        
        <div class="lg:mt-0 lg:col-span-6 lg:flex relative">
            <div class="absolute -inset-4 bg-gradient-to-r from-purple-600 to-pink-600 rounded-2xl blur-3xl opacity-10"></div>
            <img src="https://images.pexels.com/photos/2306210/pexels-photo-2306210.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Zensparoseville" class="relative rounded-2xl shadow-2xl">
        </div>
    </div>
</section>


<section class="bg-gray-900 py-24">
    <div class="max-w-screen-xl mx-auto px-4">
        <div class="grid md:grid-cols-4 gap-8">
                        <div class="group relative bg-white/5 backdrop-blur-sm border border-white/10 rounded-3xl p-8 hover:bg-white/10 hover:border-purple-500 transition-all">
                <div class="w-18 h-18 bg-gradient-to-br from-purple-500 to-pink-600 rounded-2xl flex items-center justify-center mx-auto mb-6 w-20 h-20 group-hover:scale-110 transition-transform">
                    <i class="fas fa-project-diagram text-white text-2xl"></i>
                </div>
                <div class="text-6xl font-black text-white mb-3 text-center">2,500+</div>
                <div class="text-gray-400 text-lg font-semibold uppercase tracking-wider text-center">Projects</div>
            </div>
                        <div class="group relative bg-white/5 backdrop-blur-sm border border-white/10 rounded-3xl p-8 hover:bg-white/10 hover:border-purple-500 transition-all">
                <div class="w-18 h-18 bg-gradient-to-br from-purple-500 to-pink-600 rounded-2xl flex items-center justify-center mx-auto mb-6 w-20 h-20 group-hover:scale-110 transition-transform">
                    <i class="fas fa-chart-pie text-white text-2xl"></i>
                </div>
                <div class="text-6xl font-black text-white mb-3 text-center">95%</div>
                <div class="text-gray-400 text-lg font-semibold uppercase tracking-wider text-center">Retention</div>
            </div>
                        <div class="group relative bg-white/5 backdrop-blur-sm border border-white/10 rounded-3xl p-8 hover:bg-white/10 hover:border-purple-500 transition-all">
                <div class="w-18 h-18 bg-gradient-to-br from-purple-500 to-pink-600 rounded-2xl flex items-center justify-center mx-auto mb-6 w-20 h-20 group-hover:scale-110 transition-transform">
                    <i class="fas fa-clock text-white text-2xl"></i>
                </div>
                <div class="text-6xl font-black text-white mb-3 text-center">48h</div>
                <div class="text-gray-400 text-lg font-semibold uppercase tracking-wider text-center">Response</div>
            </div>
                        <div class="group relative bg-white/5 backdrop-blur-sm border border-white/10 rounded-3xl p-8 hover:bg-white/10 hover:border-purple-500 transition-all">
                <div class="w-18 h-18 bg-gradient-to-br from-purple-500 to-pink-600 rounded-2xl flex items-center justify-center mx-auto mb-6 w-20 h-20 group-hover:scale-110 transition-transform">
                    <i class="fas fa-users-cog text-white text-2xl"></i>
                </div>
                <div class="text-6xl font-black text-white mb-3 text-center">20+</div>
                <div class="text-gray-400 text-lg font-semibold uppercase tracking-wider text-center">Experts</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-purple-900/20 to-pink-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">Experience Beauty Like Never Before with Our Services</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-purple-500 to-pink-600 rounded-xl flex items-center justify-center mb-6">
                    <i class="fas fa-spa text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-white mb-3">Hair Care</h3>
                <p class="text-gray-300 leading-relaxed">Our hair care services are perfect for anyone looking to refresh their look or make a bold statement. From haircuts to coloring, our talented stylists will work with you to achieve the perfect look that suits your style and personality.</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-purple-500 to-pink-600 rounded-xl flex items-center justify-center mb-6">
                    <i class="fas fa-heart text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-white mb-3">Bridal Services</h3>
                <p class="text-gray-300 leading-relaxed">Let us help you look and feel your best on your special day. Our bridal services include hair, makeup, and nail care, and we'll work with you to create a customized look that enhances your natural beauty and complements your wedding dress.</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-purple-500 to-pink-600 rounded-xl flex items-center justify-center mb-6">
                    <i class="fas fa-sparkles text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-white mb-3">Eyelash Extensions</h3>
                <p class="text-gray-300 leading-relaxed">Our eyelash extensions are the perfect way to enhance your natural beauty and achieve a dramatic, eye-catching look. We use high-quality lashes and adhesives, and our experienced technicians will work with you to create the perfect length, thickness, and curl for your lashes.</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-purple-500 to-pink-600 rounded-xl flex items-center justify-center mb-6">
                    <i class="fas fa-crown text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-white mb-3">Makeup</h3>
                <p class="text-gray-300 leading-relaxed">Our makeup artists specialize in creating looks that enhance your natural beauty. Whether you're looking for a subtle, natural look or a glamorous, dramatic look, we'll work with you to achieve the perfect result for any occasion.</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-purple-500 to-pink-600 rounded-xl flex items-center justify-center mb-6">
                    <i class="fas fa-gem text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-white mb-3">Nail Care</h3>
                <p class="text-gray-300 leading-relaxed">Our nail care services are the perfect way to treat yourself and feel your best. From basic manicures and pedicures to intricate nail art, our nail technicians will provide you with a relaxing and enjoyable experience.</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-purple-500 to-pink-600 rounded-xl flex items-center justify-center mb-6">
                    <i class="fas fa-star text-white text-2xl"></i>
                </div>
                <h3 class="text-xl font-bold text-white mb-3">Skincare</h3>
                <p class="text-gray-300 leading-relaxed">Our skincare treatments are designed to give you a flawless, radiant complexion. Whether you need a quick refresh or a deep cleanse, our experienced estheticians will provide you with personalized care that meets your unique needs.</p>
            </div>
                    </div>
    </div>
</section>

<section class="relative py-24 bg-white overflow-hidden" id="testimonials">
    <div class="absolute top-0 left-0 w-1/2 h-full bg-gradient-to-r from-purple-50/30 to-transparent"></div>
    <div class="max-w-screen-xl mx-auto px-4 relative z-10">
        <div class="text-center mb-16">
            <div class="inline-block px-6 py-3 bg-purple-50 border-2 border-purple-200 text-purple-700 rounded-lg text-sm font-bold mb-6">
                Testimonials
            </div>
            <h2 class="text-5xl md:text-6xl font-black text-gray-900 mb-4">Client Success Stories</h2>
        </div>
        <div class="grid md:grid-cols-3 gap-6">
                        <div class="bg-gradient-to-br from-white to-gray-50 rounded-xl p-8 shadow-lg border-l-4 border-purple-500">
                <div class="flex items-center mb-4">
                                        <i class="fas fa-star text-yellow-400 text-sm"></i>
                                        <i class="fas fa-star text-yellow-400 text-sm"></i>
                                        <i class="fas fa-star text-yellow-400 text-sm"></i>
                                        <i class="fas fa-star text-yellow-400 text-sm"></i>
                                        <i class="fas fa-star text-yellow-400 text-sm"></i>
                                    </div>
                <p class="text-gray-700 mb-6 leading-relaxed text-sm">
                    "Their retail integration system eliminated inventory headaches. Everything just works smoothly now."
                </p>
                <div class="flex items-center gap-3">
                    <img src="https://randomuser.me/api/portraits/men/25.jpg" alt="Emma Davis" class="w-10 h-10 rounded-full object-cover">
                    <div>
                        <div class="font-black text-gray-900 text-sm">Emma Davis</div>
                        <div class="text-xs text-gray-600">Cosmetics Manager, Radiant Beauty Bar</div>
                    </div>
                </div>
            </div>
                        <div class="bg-gradient-to-br from-white to-gray-50 rounded-xl p-8 shadow-lg border-l-4 border-purple-500">
                <div class="flex items-center mb-4">
                                        <i class="fas fa-star text-yellow-400 text-sm"></i>
                                        <i class="fas fa-star text-yellow-400 text-sm"></i>
                                        <i class="fas fa-star text-yellow-400 text-sm"></i>
                                        <i class="fas fa-star text-yellow-400 text-sm"></i>
                                        <i class="fas fa-star text-yellow-400 text-sm"></i>
                                    </div>
                <p class="text-gray-700 mb-6 leading-relaxed text-sm">
                    "Social media engagement skyrocketed. They understand beauty industry marketing like no one else."
                </p>
                <div class="flex items-center gap-3">
                    <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Olivia Chen" class="w-10 h-10 rounded-full object-cover">
                    <div>
                        <div class="font-black text-gray-900 text-sm">Olivia Chen</div>
                        <div class="text-xs text-gray-600">Founder, Glow Skincare Studio</div>
                    </div>
                </div>
            </div>
                        <div class="bg-gradient-to-br from-white to-gray-50 rounded-xl p-8 shadow-lg border-l-4 border-purple-500">
                <div class="flex items-center mb-4">
                                        <i class="fas fa-star text-yellow-400 text-sm"></i>
                                        <i class="fas fa-star text-yellow-400 text-sm"></i>
                                        <i class="fas fa-star text-yellow-400 text-sm"></i>
                                        <i class="fas fa-star text-yellow-400 text-sm"></i>
                                        <i class="fas fa-star text-yellow-400 text-sm"></i>
                                    </div>
                <p class="text-gray-700 mb-6 leading-relaxed text-sm">
                    "Client retention improved by 85%. Their booking system and customer experience tools are phenomenal."
                </p>
                <div class="flex items-center gap-3">
                    <img src="https://randomuser.me/api/portraits/men/9.jpg" alt="Sophia Laurent" class="w-10 h-10 rounded-full object-cover">
                    <div>
                        <div class="font-black text-gray-900 text-sm">Sophia Laurent</div>
                        <div class="text-xs text-gray-600">Spa Director, Serenity Wellness Spa</div>
                    </div>
                </div>
            </div>
                    </div>
    </div>
</section>

<section class="relative py-24 bg-white overflow-hidden" id="features">
    <div class="absolute top-0 right-0 w-1/2 h-full bg-gradient-to-br from-purple-50 to-pink-50"></div>
    <div class="max-w-screen-xl mx-auto px-4 relative z-10">
        <div class="text-center mb-16">
            <div class="inline-flex items-center gap-2 px-4 py-2 bg-purple-50 text-purple-700 rounded-lg text-sm font-semibold mb-6">
                <i class="fas fa-circle-notch fa-spin"></i>
                Features
            </div>
            <h2 class="text-5xl md:text-6xl font-black text-gray-900 mb-4">Why Choose Us</h2>
            <p class="text-xl text-gray-600 max-w-3xl mx-auto">Everything you need to succeed, all in one place</p>
        </div>
        <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8">
                        <div class="relative group">
                <div class="absolute -z-10 inset-0 bg-gradient-to-br from-purple-200 to-pink-200 rounded-3xl blur-xl opacity-0 group-hover:opacity-50 transition-opacity"></div>
                <div class="relative bg-white rounded-2xl p-8 shadow-lg border border-gray-100 group-hover:border-purple-200 transition-all">
                    <div class="w-14 h-14 bg-purple-50 rounded-xl flex items-center justify-center mb-6 group-hover:bg-gradient-to-br group-hover:from-purple-500 group-hover:to-pink-600 transition-all">
                        <i class="fas fa-rocket text-purple-600 group-hover:text-white text-xl transition-colors"></i>
                    </div>
                    <h3 class="text-xl font-black text-gray-900 mb-3">Fast Performance</h3>
                    <p class="text-gray-600">Lightning-fast results</p>
                </div>
            </div>
                        <div class="relative group">
                <div class="absolute -z-10 inset-0 bg-gradient-to-br from-purple-200 to-pink-200 rounded-3xl blur-xl opacity-0 group-hover:opacity-50 transition-opacity"></div>
                <div class="relative bg-white rounded-2xl p-8 shadow-lg border border-gray-100 group-hover:border-purple-200 transition-all">
                    <div class="w-14 h-14 bg-purple-50 rounded-xl flex items-center justify-center mb-6 group-hover:bg-gradient-to-br group-hover:from-purple-500 group-hover:to-pink-600 transition-all">
                        <i class="fas fa-shield-alt text-purple-600 group-hover:text-white text-xl transition-colors"></i>
                    </div>
                    <h3 class="text-xl font-black text-gray-900 mb-3">Secure & Safe</h3>
                    <p class="text-gray-600">Your data protected</p>
                </div>
            </div>
                        <div class="relative group">
                <div class="absolute -z-10 inset-0 bg-gradient-to-br from-purple-200 to-pink-200 rounded-3xl blur-xl opacity-0 group-hover:opacity-50 transition-opacity"></div>
                <div class="relative bg-white rounded-2xl p-8 shadow-lg border border-gray-100 group-hover:border-purple-200 transition-all">
                    <div class="w-14 h-14 bg-purple-50 rounded-xl flex items-center justify-center mb-6 group-hover:bg-gradient-to-br group-hover:from-purple-500 group-hover:to-pink-600 transition-all">
                        <i class="fas fa-headset text-purple-600 group-hover:text-white text-xl transition-colors"></i>
                    </div>
                    <h3 class="text-xl font-black text-gray-900 mb-3">24/7 Support</h3>
                    <p class="text-gray-600">Always here to help</p>
                </div>
            </div>
                        <div class="relative group">
                <div class="absolute -z-10 inset-0 bg-gradient-to-br from-purple-200 to-pink-200 rounded-3xl blur-xl opacity-0 group-hover:opacity-50 transition-opacity"></div>
                <div class="relative bg-white rounded-2xl p-8 shadow-lg border border-gray-100 group-hover:border-purple-200 transition-all">
                    <div class="w-14 h-14 bg-purple-50 rounded-xl flex items-center justify-center mb-6 group-hover:bg-gradient-to-br group-hover:from-purple-500 group-hover:to-pink-600 transition-all">
                        <i class="fas fa-chart-line text-purple-600 group-hover:text-white text-xl transition-colors"></i>
                    </div>
                    <h3 class="text-xl font-black text-gray-900 mb-3">Proven Results</h3>
                    <p class="text-gray-600">Track your success</p>
                </div>
            </div>
                    </div>
    </div>
</section>


<section class="bg-gradient-to-br from-purple-50 via-white to-pink-50 py-20" id="about">
    <div class="max-w-screen-xl mx-auto px-4">
        <div class="flex flex-col lg:flex-row gap-12">
            <div class="lg:w-1/3">
                <span class="inline-block px-4 py-2 bg-purple-600 text-white text-xs font-bold uppercase tracking-widest rounded mb-6">
                    Bespoke Beauty, Personalized Approach                </span>
                <h2 class="text-4xl font-black text-gray-900 mb-6">Beauty Services Designed Just for You</h2>
            </div>
            
            <div class="lg:w-2/3">
                <p class="text-xl text-gray-700 mb-8 leading-relaxed">We know that some clients may be hesitant to try new beauty services. That's why we offer consultations with our experts, who will answer any questions you may have and provide recommendations based on your unique needs and preferences.</p>
                
                <div class="grid md:grid-cols-3 gap-6 mb-8">
                    <div class="bg-white p-6 rounded-xl shadow-md text-center">
                        <div class="text-3xl font-black text-purple-600 mb-2">150+</div>
                        <div class="text-sm text-gray-600">Countries</div>
                    </div>
                    <div class="bg-white p-6 rounded-xl shadow-md text-center">
                        <div class="text-3xl font-black text-purple-600 mb-2">50K+</div>
                        <div class="text-sm text-gray-600">Users</div>
                    </div>
                    <div class="bg-white p-6 rounded-xl shadow-md text-center">
                        <div class="text-3xl font-black text-purple-600 mb-2">4.9★</div>
                        <div class="text-sm text-gray-600">Rating</div>
                    </div>
                </div>
                
                <a href="#contact" class="inline-block px-8 py-4 bg-gray-900 text-white font-bold rounded-lg hover:bg-purple-600 transition-all">
                    Experience it                </a>
            </div>
        </div>
        
        <div class="mt-12">
            <img src="https://images.pexels.com/photos/35622131/pexels-photo-35622131.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="About" class="w-full h-[400px] object-cover rounded-2xl shadow-xl">
        </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-end gap-4 mb-6">
                <span class="text-purple-600 font-black text-6xl leading-none">01</span>
                <div>
                    <span class="text-purple-600 font-black text-sm uppercase tracking-widest block mb-2">Blog</span>
                    <h2 class="text-5xl md:text-6xl font-black text-gray-900">Latest Articles</h2>
                </div>
            </div>
        </div>
                <div class="mb-12">
            <article class="group relative bg-gray-900 rounded-3xl overflow-hidden shadow-2xl">
                <div class="grid lg:grid-cols-2 gap-0">
                    <div class="relative h-96 lg:h-auto overflow-hidden">
                        <img src="https://images.pexels.com/photos/3738362/pexels-photo-3738362.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" alt="Skin Microbiome Residency Programs" class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-1000">
                        <div class="absolute inset-0 bg-gradient-to-r from-black/50 to-transparent"></div>
                    </div>
                    <div class="p-12 flex flex-col justify-center text-white">
                        <div class="mb-4">
                            <span class="px-5 py-2 bg-purple-600 text-white text-sm font-black rounded-lg">R&amp;D</span>
                        </div>
                        <h3 class="text-4xl font-black mb-4 group-hover:text-purple-300 transition-colors">
                            <a href="blog/skin-microbiome-residency-programs/">Skin Microbiome Residency Programs</a>
                        </h3>
                        <p class="text-white/80 mb-6 leading-relaxed">Beauty brands host skin microbiome residency programs where scientists, estheticians, and consumers co-create routines in 2025.</p>
                        <div class="flex items-center justify-between">
                            <span class="text-white/60 text-sm">January 15, 2026</span>
                            <a href="blog/skin-microbiome-residency-programs/" class="px-6 py-3 bg-purple-600 text-white font-black rounded-full hover:bg-purple-700 transition-all">
                                Read Article →
                            </a>
                        </div>
                    </div>
                </div>
            </article>
        </div>
        <div class="grid md:grid-cols-2 gap-8">
                        <article class="group bg-white rounded-2xl overflow-hidden shadow-xl hover:shadow-2xl transition-all border border-gray-100">
                <div class="relative h-64 overflow-hidden">
                    <img src="https://images.pexels.com/photos/3738357/pexels-photo-3738357.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" alt="Social Commerce Studios for Indie Beauty" class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-700">
                    <div class="absolute top-4 left-4">
                        <span class="px-4 py-2 bg-purple-600 text-white text-xs font-black rounded-lg shadow-xl">Commerce</span>
                    </div>
                </div>
                <div class="p-6">
                    <h3 class="text-2xl font-black text-gray-900 mb-3 group-hover:text-purple-600 transition-colors line-clamp-2">
                        <a href="/blog/social-commerce-studios-for-indie-beauty/">Social Commerce Studios for Indie Beauty</a>
                    </h3>
                    <p class="text-gray-600 mb-4 leading-relaxed line-clamp-2">Indie beauty labels are launching social commerce studios to film, edit, and publish shoppable conte...</p>
                    <div class="flex items-center justify-between">
                        <span class="text-xs text-gray-500">January 14, 2026</span>
                        <a href="/blog/social-commerce-studios-for-indie-beauty/" class="text-purple-600 font-black hover:underline">
                            Read →
                        </a>
                    </div>
                </div>
            </article>
                        <article class="group bg-white rounded-2xl overflow-hidden shadow-xl hover:shadow-2xl transition-all border border-gray-100">
                <div class="relative h-64 overflow-hidden">
                    <img src="https://images.pexels.com/photos/4041392/pexels-photo-4041392.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" alt="Unlock Natural Beauty: 10 Tips for Radiant Skin Without Makeup" class="w-full h-full object-cover group-hover:scale-110 transition-transform duration-700">
                    <div class="absolute top-4 left-4">
                        <span class="px-4 py-2 bg-purple-600 text-white text-xs font-black rounded-lg shadow-xl">General</span>
                    </div>
                </div>
                <div class="p-6">
                    <h3 class="text-2xl font-black text-gray-900 mb-3 group-hover:text-purple-600 transition-colors line-clamp-2">
                        <a href="/blog/unlock-natural-beauty-10-tips-for-radiant-skin-without-makeup/">Unlock Natural Beauty: 10 Tips for Radiant Skin Without Makeup</a>
                    </h3>
                    <p class="text-gray-600 mb-4 leading-relaxed line-clamp-2">In 2025, the quest for radiant skin without makeup has taken center stage in the beauty world. With ...</p>
                    <div class="flex items-center justify-between">
                        <span class="text-xs text-gray-500">January 13, 2026</span>
                        <a href="/blog/unlock-natural-beauty-10-tips-for-radiant-skin-without-makeup/" class="text-purple-600 font-black hover:underline">
                            Read →
                        </a>
                    </div>
                </div>
            </article>
                    </div>
        <div class="text-center mt-12">
            <a href="blog/" class="inline-flex items-center gap-3 px-10 py-5 bg-gradient-to-r from-purple-600 to-pink-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="py-20 bg-gradient-to-br from-purple-50 via-white to-pink-50">
    <div class="max-w-4xl mx-auto px-4 text-center">
        <div class="inline-block px-6 py-3 bg-white text-purple-700 rounded-full text-sm font-semibold mb-6 shadow-md border-2 border-purple-100">
            Get Started Today
        </div>
        <h2 class="text-5xl md:text-6xl font-black text-gray-900 mb-6">Ready to Get Started?</h2>
        <p class="text-xl text-gray-600 mb-10 max-w-2xl mx-auto">Join thousands of satisfied clients and transform your business today</p>
        <div class="flex flex-col sm:flex-row gap-6 justify-center">
            <a href="#contact" class="group px-12 py-6 bg-gradient-to-r from-purple-600 to-pink-600 text-white font-black text-lg rounded-full hover:shadow-2xl transition-all flex items-center justify-center gap-3">
                Get Started Now
                <i class="fas fa-arrow-right group-hover:translate-x-2 transition-transform"></i>
            </a>
            <a href="#services" class="px-12 py-6 bg-white border-2 border-gray-300 text-gray-900 font-black text-lg rounded-full hover:border-purple-300 hover:text-purple-600 transition-all">
                Learn More
            </a>
        </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-purple-100 text-purple-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-purple-500 focus:border-purple-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-purple-500 focus:border-purple-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-purple-500 focus:border-purple-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-purple-500 focus:border-purple-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-purple-500 focus:border-purple-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-purple-600 to-pink-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-purple-100 rounded-full flex items-center justify-center mx-auto mb-3">
                    <i class="fas fa-phone text-purple-600"></i>
                </div>
                <p class="text-sm font-semibold text-gray-900">+1-858-967-6597</p>
            </div>
            <div class="p-4">
                <div class="w-12 h-12 bg-purple-100 rounded-full flex items-center justify-center mx-auto mb-3">
                    <i class="fas fa-envelope text-purple-600"></i>
                </div>
                <p class="text-sm font-semibold text-gray-900">hello@zensparoseville.com</p>
            </div>
            <div class="p-4">
                <div class="w-12 h-12 bg-purple-100 rounded-full flex items-center justify-center mx-auto mb-3">
                    <i class="fas fa-map-marker-alt text-purple-600"></i>
                </div>
                <p class="text-sm font-semibold text-gray-900">963 Arizona Avenue, Phoenix, AZ 85003</p>
            </div>
        </div>
    </div>
</section>


<footer class="bg-gradient-to-br from-gray-900 via-gray-800 to-gray-900 text-white py-16">
    <div class="max-w-screen-xl mx-auto px-4">
        <div class="grid md:grid-cols-4 gap-12 mb-12">
            <div class="md:col-span-2">
                <a href="./" class="flex items-center space-x-3 mb-6">
                    <div class="w-14 h-14 bg-gradient-to-br from-purple-500 to-pink-600 rounded-xl flex items-center justify-center shadow-lg">
                        <span class="text-white font-bold text-xl">Z</span>
                    </div>
                    <span class="text-3xl font-black">Zensparoseville</span>
                </a>
                <p class="text-gray-400 mb-6 max-w-md leading-relaxed">Transforming businesses with innovative solutions and exceptional service.</p>
                <div class="flex space-x-4">
                    <a href="#" class="w-12 h-12 bg-white/10 hover:bg-purple-600 rounded-xl flex items-center justify-center transition-all backdrop-blur-sm border border-white/20">
                        <i class="fab fa-facebook-f"></i>
                    </a>
                    <a href="#" class="w-12 h-12 bg-white/10 hover:bg-purple-600 rounded-xl flex items-center justify-center transition-all backdrop-blur-sm border border-white/20">
                        <i class="fab fa-twitter"></i>
                    </a>
                    <a href="#" class="w-12 h-12 bg-white/10 hover:bg-purple-600 rounded-xl flex items-center justify-center transition-all backdrop-blur-sm border border-white/20">
                        <i class="fab fa-linkedin-in"></i>
                    </a>
                    <a href="#" class="w-12 h-12 bg-white/10 hover:bg-purple-600 rounded-xl flex items-center justify-center transition-all backdrop-blur-sm border border-white/20">
                        <i class="fab fa-instagram"></i>
                    </a>
                </div>
            </div>
            <div>
                <h3 class="text-lg font-bold mb-6 text-white">Company</h3>
                <ul class="space-y-3 text-gray-400">
                    <li><a href="./about-us.php" class="hover:text-purple-400 transition-colors">About</a></li>

                    <li><a href="blog/" class="hover:text-purpleBlog</a></li>
                    <li><a href="#services" class="hover:text-purple-400 transition-colors">Services</a></li>
                    <li><a href="#testimonials" class="hover:text-purple-400 transition-colors">Testimonials</a></li>
                    <li><a href="./contact.php" class="hover:text-purple-400 transition-colors">Contact</a></li>
                </ul>
            </div>
            <div>
                <h3 class="text-lg font-bold mb-6 text-white">Legal</h3>
                <ul class="space-y-3 text-gray-400">
                    <li><a href="./privacy.php" class="hover:text-purple-400 transition-colors">Privacy</a></li>
                    <li><a href="./terms.php" class="hover:text-purple-400 transition-colors">Terms</a></li>
                    <li><a href="./disclaimer.php" class="hover:text-purple-400 transition-colors">Disclaimer</a></li>
                </ul>
            </div>
        </div>
        <div class="border-t border-gray-800 pt-8">
            <div class="flex flex-col md:flex-row justify-between items-center">
                <p class="text-gray-400 text-sm">© 2026 Zensparoseville. All rights reserved.</p>
                <div class="flex items-center gap-2 mt-4 md:mt-0">
                    <span class="text-gray-400 text-sm">Made with</span>
                    <i class="fas fa-heart text-purple-500"></i>
                </div>
            </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>
