```html
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
    <meta http-equiv="Pragma" content="no-cache">
    <meta http-equiv="Expires" content="0">
    <meta name="description" content="Discover Double Rhythm Glitter Gel Polish - professional-grade shimmer gel polish for salon-quality nails at home. Long-lasting, chip-resistant, and non-toxic formula with stunning holographic effects.">
    <meta name="keywords" content="Double Rhythm, gel nail polish, glitter gel polish, holographic nails, magnetic gel polish, nail art, salon nails at home, DIY nails, long-lasting gel polish, non-toxic nail polish">
    <meta name="author" content="Health Promotion Team">
    <meta property="og:title" content="Double Rhythm: Salon-Quality Glitter Gel Polish for Stunning Nails">
    <meta property="og:description" content="Achieve professional nail salon results at home with Double Rhythm Glitter Gel Polish. Holographic, magnetic, chip-resistant formula with 28-day wear.">
    <meta property="og:image" content="https://m.media-amazon.com/images/I/71pfYt8+zhL._SL1500_.jpg">
    <meta property="og:image:width" content="100">
    <meta property="og:image:height" content="50">
    <meta property="og:image:alt" content="Double Rhythm Glitter Gel Polish - Gold Color">
    <meta property="og:url" content="https://riseinventor.com/goodluck/john/Double_Rhythm_Salon_Quality_Glitter_Gel_Polish_Professional_Nails_at_Home.html">
    <meta property="og:type" content="website">
    <meta name="thumbnail" content="https://m.media-amazon.com/images/I/71pfYt8+zhL._SL1500_.jpg">
    <title>Double Rhythm: Salon-Quality Glitter Gel Polish | Professional Nails at Home</title>
    <link rel="icon" type="image/x-icon" href="https://m.media-amazon.com/images/I/71pfYt8+zhL._SL1500_.jpg">
    <link href="https://fonts.googleapis.com/css2?family=Poppins&amp;display=swap" rel="stylesheet">
    <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet">
    <script src="https://cdn.tailwindcss.com"></script>
    <style>
        :root {
            --primary-gradient: linear-gradient(45deg, #556B2F 0%, #D8A7B1 100%);
            --primary-color: #556B2F;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Poppins', sans-serif;
        }
        
        body {
            background-color: #fefefe;
            color: #333;
            overflow-x: hidden;
        }
        
        .hero-gradient {
            background: linear-gradient(45deg, #556B2F 0%, #D8A7B1 100%);
        }
        
        .btn-primary {
            background: linear-gradient(45deg, #556B2F 0%, #D8A7B1 100%);
            color: white !important;
            font-weight: 600;
            text-shadow: 0 1px 2px rgba(0,0,0,0.3);
            border: none;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(85, 107, 47, 0.2);
        }
        
        .btn-secondary {
            background: white;
            color: #333333 !important;
            border: 2px solid #556B2F;
            font-weight: 600;
            transition: all 0.3s ease;
        }
        
        .btn-secondary:hover {
            background: #f8f9fa;
            transform: translateY(-2px);
        }
        
        .section-title {
            position: relative;
            display: inline-block;
            margin-bottom: 2rem;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(45deg, #556B2F 0%, #D8A7B1 100%);
            border-radius: 2px;
        }
        
        .testimonial-card {
            background: white;
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: transform 0.3s ease;
        }
        
        .testimonial-card:hover {
            transform: translateY(-5px);
        }
        
        .star-rating {
            color: #ffc107;
        }
        
        .scroll-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background: linear-gradient(45deg, #556B2F 0%, #D8A7B1 100%);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(85, 107, 47, 0.3);
        }
        
        .scroll-to-top.active {
            opacity: 1;
            visibility: visible;
        }
        
        .scroll-to-top:hover {
            transform: translateY(-5px);
        }
        
        .nav-link {
            position: relative;
            transition: color 0.3s ease;
        }
        
        .nav-link::after {
            content: '';
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 0;
            height: 2px;
            background: linear-gradient(45deg, #556B2F 0%, #D8A7B1 100%);
            transition: width 0.3s ease;
        }
        
        .nav-link:hover::after {
            width: 100%;
        }
        
        .image-container {
            position: relative;
            width: 100%;
            overflow: hidden;
            border-radius: 12px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #f8f9fa;
        }
        
        .image-container img {
            width: 100%;
            height: auto;
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            object-position: center;
            transition: transform 0.3s ease;
        }
        
        .image-container:hover img {
            transform: scale(1.05);
        }
        
        .action-images-section {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        
        .image-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }
        
        @media (max-width: 768px) {
            .image-row {
                grid-template-columns: 1fr;
            }
            .image-container {
                min-height: 200px !important;
            }
            .image-container.featured {
                min-height: 250px !important;
            }
        }
        
        .faq-item {
            margin-bottom: 1rem;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
        }
        
        .faq-question {
            padding: 1rem 1.5rem;
            background: white;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 600;
        }
        
        .faq-answer {
            padding: 0 1.5rem;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
            background: #f9f9f9;
        }
        
        .faq-answer.active {
            padding: 1rem 1.5rem;
            max-height: 500px;
        }
        
        .feature-icon {
            width: 60px;
            height: 60px;
            background: linear-gradient(45deg, #556B2F 0%, #D8A7B1 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1rem;
            color: white;
        }
        
        .gradient-text {
            background: linear-gradient(45deg, #556B2F 0%, #D8A7B1 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .text-shadow-white {
            text-shadow: 0 1px 2px rgba(0,0,0,0.3);
        }
    </style>
</head>
<body>
    <!-- Hidden Promo Link Element -->
    <input type="hidden" id="promo_hidden" value="https://amzn.to/4px2lRP">
    
    <!-- Header -->
    <header class="sticky top-0 z-50 shadow-md bg-white">
        <div class="container mx-auto px-4 py-4 flex justify-between items-center">
            <div class="flex items-center">
                <h1 class="text-2xl font-bold gradient-text">Double Rhythm</h1>
            </div>
            <nav class="hidden md:flex items-center space-x-8">
                <a href="#product" class="nav-link text-gray-700 hover:text-[#556B2F]">Product</a>
                <a href="#features" class="nav-link text-gray-700 hover:text-[#556B2F]">Features</a>
                <a href="#benefits" class="nav-link text-gray-700 hover:text-[#556B2F]">Benefits</a>
                <a href="#reviews" class="nav-link text-gray-700 hover:text-[#556B2F]">Reviews</a>
                <a href="#faq" class="nav-link text-gray-700 hover:text-[#556B2F]">FAQ</a>
                <a href="https://amzn.to/4px2lRP" target="_blank" class="btn-primary px-6 py-3 rounded-full text-white font-semibold">Get Yours Now</a>
            </nav>
            <button class="md:hidden text-2xl text-gray-700" id="mobileMenuBtn">
                <i class="fas fa-bars"></i>
            </button>
        </div>
        
        <!-- Mobile Menu -->
        <div class="md:hidden bg-white shadow-lg absolute w-full hidden" id="mobileMenu">
            <div class="flex flex-col p-4 space-y-4">
                <a href="#product" class="nav-link text-gray-700 hover:text-[#556B2F] py-2">Product</a>
                <a href="#features" class="nav-link text-gray-700 hover:text-[#556B2F] py-2">Features</a>
                <a href="#benefits" class="nav-link text-gray-700 hover:text-[#556B2F] py-2">Benefits</a>
                <a href="#reviews" class="nav-link text-gray-700 hover:text-[#556B2F] py-2">Reviews</a>
                <a href="#faq" class="nav-link text-gray-700 hover:text-[#556B2F] py-2">FAQ</a>
                <a href="https://amzn.to/4px2lRP" target="_blank" class="btn-primary px-6 py-3 rounded-full text-white font-semibold text-center">Get Yours Now</a>
            </div>
        </div>
    </header>

    <!-- Hero Section -->
    <section class="hero-gradient py-16 md:py-24 text-white">
        <div class="container mx-auto px-4">
            <div class="flex flex-col md:flex-row items-center">
                <div class="md:w-1/2 mb-10 md:mb-0">
                    <h1 class="text-4xl md:text-5xl font-bold mb-4 text-shadow-white">Salon-Quality Nails at Home with <span class="gradient-text">Double Rhythm</span> Glitter Gel Polish</h1>
                    <p class="text-xl mb-6 opacity-90 text-shadow-white">Professional-grade holographic gel polish with stunning shimmer effects. Get 28-day chip-resistant wear without the salon price!</p>
                    
                    <div class="mb-8">
                        <div class="flex items-center mb-2">
                            <div class="star-rating mr-2">
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star"></i>
                                <i class="fas fa-star-half-alt"></i>
                            </div>
                            <span class="font-semibold">4.6/5</span>
                            <span class="ml-2">(1,092 Reviews)</span>
                        </div>
                        <div class="flex items-center">
                            <span class="bg-white text-[#556B2F] px-3 py-1 rounded-full text-sm font-bold mr-3">Amazon's Choice</span>
                            <span>900+ bought in past month</span>
                        </div>
                    </div>
                    
                    <div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
                        <a href="https://amzn.to/4px2lRP" target="_blank" class="btn-primary px-8 py-4 rounded-full text-white font-bold text-lg text-center">
                            <i class="fas fa-shopping-cart mr-2"></i> Get Now - Only $7.99
                        </a>
                        <a href="#features" class="btn-secondary px-8 py-4 rounded-full font-bold text-lg text-center">
                            See Features
                        </a>
                    </div>
                    
                    <p class="mt-6 text-sm opacity-80">
                        <i class="fas fa-check-circle mr-2"></i> 30+ Vibrant Colors Available
                        <i class="fas fa-check-circle ml-4 mr-2"></i> Non-Toxic & 9 Toxin-Free
                        <i class="fas fa-check-circle ml-4 mr-2"></i> Easy DIY Application
                    </p>
                </div>
                
                <div class="md:w-1/2">
                    <img src="https://m.media-amazon.com/images/I/71pfYt8+zhL._SL1500_.jpg" id="heroimg" alt="Double Rhythm Glitter Gel Polish - Gold Color" class="w-full h-auto rounded-2xl">
                </div>
            </div>
        </div>
    </section>

    <!-- What You Need Section (First 3 Seconds Philosophy) -->
    <section class="py-16 bg-gray-50" id="product">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold text-center mb-12 section-title">Everything You Need for Perfect Salon Nails at Home</h2>
            
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <div class="text-center">
                    <div class="feature-icon mx-auto">
                        <i class="fas fa-paint-brush text-2xl"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-3">1. What It's For</h3>
                    <p class="text-gray-600">Create stunning, professional-quality nail art with holographic glitter and magnetic effects. Perfect for salon visits, DIY at home, or gifting to nail art enthusiasts.</p>
                </div>
                
                <div class="text-center">
                    <div class="feature-icon mx-auto">
                        <i class="fas fa-gem text-2xl"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-3">2. Why It's Important</h3>
                    <p class="text-gray-600">Get salon-quality durability (28+ days) without the salon price. Non-toxic formula protects your nails while providing eye-catching shine that gets compliments.</p>
                </div>
                
                <div class="text-center">
                    <div class="feature-icon mx-auto">
                        <i class="fas fa-shopping-cart text-2xl"></i>
                    </div>
                    <h3 class="text-xl font-bold mb-3">3. How to Get It</h3>
                    <p class="text-gray-600">Click "Get Yours Now" to choose from 30+ vibrant colors on Amazon. Apply with base/top coat, cure under UV/LED light, and enjoy professional results at home.</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Action Images Section -->
    <section class="py-16" id="features">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold text-center mb-12 section-title">Stunning Effects & Professional Results</h2>
            
            <div class="action-images-section">
                <!-- First image (larger) -->
                <div class="image-container featured" style="min-height: 300px;">
                    <img src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/25c05ecc-1cf4-4711-80a6-bbc909ad4109.__CR0,0,1464,600_PT0_SX1464_V1___.jpg" alt="Double Rhythm Gel Polish Application and Effects" style="width: 100%; height: auto; object-fit: contain;">
                </div>
                <div class="image-row">
                    <!-- Second image -->
                    <div class="image-container" style="min-height: 250px;">
                        <img src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/97239344-5b5f-4852-881d-48ef94aade22.__CR0,0,1464,600_PT0_SX1464_V1___.jpg" alt="Magnetic and Holographic Effects" style="width: 100%; height: auto; object-fit: contain;">
                    </div>
                    <!-- Third image -->
                    <div class="image-container" style="min-height: 250px;">
                        <img src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/cf583595-5c67-44de-af9d-a451bae0bcbf.__CR0,0,1464,600_PT0_SX1464_V1___.jpg" alt="Color Variety and Finish" style="width: 100%; height: auto; object-fit: contain;">
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Features & Benefits -->
    <section class="py-16 bg-gray-50" id="benefits">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold text-center mb-12 section-title">Why Choose Double Rhythm Gel Polish?</h2>
            
            <div class="grid grid-cols-1 md:grid-cols-2 gap-12">
                <div>
                    <h3 class="text-2xl font-bold mb-6 gradient-text">Key Features</h3>
                    <ul class="space-y-4">
                        <li class="flex items-start">
                            <i class="fas fa-check-circle text-green-500 mt-1 mr-3"></i>
                            <div>
                                <span class="font-semibold">Professional Holographic Effect</span>
                                <p class="text-gray-600">Shimmer reflective finish with magnetic options for stunning nail art</p>
                            </div>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-check-circle text-green-500 mt-1 mr-3"></i>
                            <div>
                                <span class="font-semibold">28-Day Chip Resistance</span>
                                <p class="text-gray-600">Long-wearing formula maintains high-gloss shine for weeks</p>
                            </div>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-check-circle text-green-500 mt-1 mr-3"></i>
                            <div>
                                <span class="font-semibold">Healthy 9 Toxin-Free Formula</span>
                                <p class="text-gray-600">Non-toxic, alcohol-free, low odor, safe for your natural nails</p>
                            </div>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-check-circle text-green-500 mt-1 mr-3"></i>
                            <div>
                                <span class="font-semibold">Easy Application</span>
                                <p class="text-gray-600">Smooth consistency perfect for beginners and professionals alike</p>
                            </div>
                        </li>
                    </ul>
                </div>
                
                <div>
                    <h3 class="text-2xl font-bold mb-6 gradient-text">Your Benefits</h3>
                    <ul class="space-y-4">
                        <li class="flex items-start">
                            <i class="fas fa-heart text-pink-500 mt-1 mr-3"></i>
                            <div>
                                <span class="font-semibold">Save $100s on Salon Visits</span>
                                <p class="text-gray-600">Professional results at a fraction of salon prices</p>
                            </div>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-clock text-blue-500 mt-1 mr-3"></i>
                            <div>
                                <span class="font-semibold">Quick 60-120s Cure Time</span>
                                <p class="text-gray-600">Fast curing with UV/LED lamp for instant results</p>
                            </div>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-gift text-purple-500 mt-1 mr-3"></i>
                            <div>
                                <span class="font-semibold">Perfect Gift Idea</span>
                                <p class="text-gray-600">30+ colors make ideal gifts for any occasion</p>
                            </div>
                        </li>
                        <li class="flex items-start">
                            <i class="fas fa-palette text-yellow-500 mt-1 mr-3"></i>
                            <div>
                                <span class="font-semibold">Unleash Creativity</span>
                                <p class="text-gray-600">Create unlimited nail art designs for every season and mood</p>
                            </div>
                        </li>
                    </ul>
                </div>
            </div>
            
            <div class="mt-12 text-center">
                <a href="https://amzn.to/4px2lRP" target="_blank" class="btn-primary px-8 py-4 rounded-full text-white font-bold text-lg inline-block">
                    <i class="fas fa-swatchbook mr-2"></i> Browse 30+ Colors Now
                </a>
            </div>
        </div>
    </section>

    <!-- Reviews Section -->
    <section class="py-16" id="reviews">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold text-center mb-12 section-title">What Customers Are Saying</h2>
            
            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
                <!-- Review 1 -->
                <div class="testimonial-card p-6">
                    <div class="flex items-center mb-4">
                        <div class="star-rating">
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                        </div>
                        <span class="ml-2 font-semibold">Carly</span>
                    </div>
                    <p class="text-gray-600 mb-4 italic">"Great quality gel polish with amazing color pay off! The shimmer is gorgeous and looks exactly like the picture. It applies smoothly, cures perfectly, and has that professional salon finish. Lasted well without chipping and gives that eye-catching sparkle that gets compliments!"</p>
                    <div class="text-sm text-gray-500">
                        <span class="font-medium">Color: Pink Rose</span>
                        <span class="mx-2">•</span>
                        <span>Verified Purchase</span>
                    </div>
                </div>
                
                <!-- Review 2 -->
                <div class="testimonial-card p-6">
                    <div class="flex items-center mb-4">
                        <div class="star-rating">
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                        </div>
                        <span class="ml-2 font-semibold">S. H. Doom</span>
                    </div>
                    <p class="text-gray-600 mb-4 italic">"Color is gorgeous, a beautiful Christmas red with glitter. Stays on for weeks, I am on 3rd week. I applied to acrylic based nails, easy to apply, used LED light to cure with a top coat. Lots of compliments!"</p>
                    <div class="text-sm text-gray-500">
                        <span class="font-medium">Color: Dark Red</span>
                        <span class="mx-2">•</span>
                        <span>Verified Purchase</span>
                    </div>
                </div>
                
                <!-- Review 3 -->
                <div class="testimonial-card p-6">
                    <div class="flex items-center mb-4">
                        <div class="star-rating">
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                            <i class="fas fa-star"></i>
                        </div>
                        <span class="ml-2 font-semibold">Nanis303</span>
                    </div>
                    <p class="text-gray-600 mb-4 italic">"The sparkle of the polish is nice and intense; it gives such a good pay off with just one coat. The polish is not too thick, and it cures with a smooth texture. The finish is durable; it lasts me several weeks before it starts lifting or peeling."</p>
                    <div class="text-sm text-gray-500">
                        <span class="font-medium">Color: Silver Glitter</span>
                        <span class="mx-2">•</span>
                        <span>Verified Purchase</span>
                    </div>
                </div>
            </div>
            
            <div class="mt-12 text-center">
                <a href="https://amzn.to/4px2lRP" target="_blank" class="btn-primary px-8 py-4 rounded-full text-white font-bold text-lg inline-block">
                    <i class="fas fa-star mr-2"></i> Join 1,092 Happy Customers
                </a>
            </div>
        </div>
    </section>

    <!-- Lead Magnet Section -->
    <section class="py-16 hero-gradient text-white">
        <div class="container mx-auto px-4">
            <div class="max-w-2xl mx-auto text-center">
                <h2 class="text-3xl font-bold mb-4 text-shadow-white">Get Our Free Nail Art Guide</h2>
                <p class="text-xl mb-8 opacity-90 text-shadow-white">Download our exclusive guide: "5 Professional Nail Art Techniques You Can Do at Home"</p>
                
                <form id="contactForm" class="bg-white bg-opacity-20 backdrop-blur-sm rounded-2xl p-6 md:p-8">
                    <div class="mb-6">
                        <input type="text" name="name" placeholder="Your Name" class="w-full px-4 py-3 rounded-lg border border-white border-opacity-30 bg-white bg-opacity-10 text-white placeholder-white placeholder-opacity-70 focus:outline-none focus:ring-2 focus:ring-white focus:ring-opacity-50" required>
                    </div>
                    <div class="mb-6">
                        <input type="email" name="email" placeholder="Your Email" class="w-full px-4 py-3 rounded-lg border border-white border-opacity-30 bg-white bg-opacity-10 text-white placeholder-white placeholder-opacity-70 focus:outline-none focus:ring-2 focus:ring-white focus:ring-opacity-50" required>
                    </div>
                    <button type="submit" class="btn-secondary w-full py-3 rounded-lg font-bold text-lg">
                        Get Free Guide
                    </button>
                    <div id="form-message" class="mt-4 text-center" style="display: none;"></div>
                </form>
                
                <p class="mt-6 text-sm opacity-80 text-shadow-white">
                    <i class="fas fa-lock mr-2"></i> We respect your privacy. Unsubscribe at any time.
                </p>
            </div>
        </div>
    </section>

    <!-- FAQ Section -->
    <section class="py-16 bg-gray-50" id="faq">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold text-center mb-12 section-title">Frequently Asked Questions</h2>
            
            <div class="max-w-3xl mx-auto">
                <!-- FAQ 1 -->
                <div class="faq-item">
                    <div class="faq-question">
                        <span>Do I need a UV/LED lamp to use this gel polish?</span>
                        <i class="fas fa-chevron-down transition-transform"></i>
                    </div>
                    <div class="faq-answer">
                        <p>Yes, Double Rhythm gel polish requires curing under a UV or LED lamp for 60-120 seconds to properly set and achieve its long-lasting, chip-resistant finish. Regular nail polish dryers won't work for gel polish.</p>
                    </div>
                </div>
                
                <!-- FAQ 2 -->
                <div class="faq-item">
                    <div class="faq-question">
                        <span>How long does the polish last on nails?</span>
                        <i class="fas fa-chevron-down transition-transform"></i>
                    </div>
                    <div class="faq-answer">
                        <p>With proper application (using base coat and top coat), Double Rhythm gel polish can last up to 28 days without chipping or peeling. Many users report 3+ weeks of wear with minimal tip wear.</p>
                    </div>
                </div>
                
                <!-- FAQ 3 -->
                <div class="faq-item">
                    <div class="faq-question">
                        <span>Is this gel polish safe for natural nails?</span>
                        <i class="fas fa-chevron-down transition-transform"></i>
                    </div>
                    <div class="faq-answer">
                        <p>Yes! Double Rhythm uses a 9 toxin-free formula that's alcohol-free, non-toxic, and has low odor. It doesn't contain harsh ingredients that damage natural nails. However, always do a skin test before full application if you have sensitive skin.</p>
                    </div>
                </div>
                
                <!-- FAQ 4 -->
                <div class="faq-item">
                    <div class="faq-question">
                        <span>Can beginners use this gel polish successfully?</span>
                        <i class="fas fa-chevron-down transition-transform"></i>
                    </div>
                    <div class="faq-answer">
                        <p>Absolutely! The smooth consistency and easy application make it perfect for beginners. The polish is self-leveling, which helps minimize brush strokes. Start with thin coats and cure properly for best results.</p>
                    </div>
                </div>
                
                <!-- FAQ 5 -->
                <div class="faq-item">
                    <div class="faq-question">
                        <span>How do I remove Double Rhythm gel polish?</span>
                        <i class="fas fa-chevron-down transition-transform"></i>
                    </div>
                    <div class="faq-answer">
                        <p>Soak cotton pads in acetone, place on each nail, and wrap with aluminum foil for 10-15 minutes. Gently push off the softened gel with an orangewood stick. Never peel or force the polish off, as this can damage your natural nails.</p>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- Final CTA Section -->
    <section class="py-16 hero-gradient text-white">
        <div class="container mx-auto px-4 text-center">
            <h2 class="text-3xl md:text-4xl font-bold mb-6 text-shadow-white">Ready for Salon-Quality Nails at Home?</h2>
            <p class="text-xl mb-8 max-w-2xl mx-auto opacity-90 text-shadow-white">Join thousands of satisfied customers and transform your nail game today. Choose from 30+ stunning colors!</p>
            
            <div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-6">
                <a href="https://amzn.to/4px2lRP" target="_blank" class="btn-primary px-10 py-4 rounded-full text-white font-bold text-lg">
                    <i class="fas fa-bolt mr-2"></i> Shop Now - $7.99 Only
                </a>
                <a href="#reviews" class="btn-secondary px-10 py-4 rounded-full font-bold text-lg">
                    Read More Reviews
                </a>
            </div>
            
            <div class="mt-12 grid grid-cols-2 md:grid-cols-4 gap-6 max-w-4xl mx-auto">
                <div class="text-center">
                    <div class="text-3xl font-bold">4.6/5</div>
                    <div class="text-sm opacity-80">Customer Rating</div>
                </div>
                <div class="text-center">
                    <div class="text-3xl font-bold">28+</div>
                    <div class="text-sm opacity-80">Days Lasting</div>
                </div>
                <div class="text-center">
                    <div class="text-3xl font-bold">30+</div>
                    <div class="text-sm opacity-80">Colors Available</div>
                </div>
                <div class="text-center">
                    <div class="text-3xl font-bold">1,092+</div>
                    <div class="text-sm opacity-80">Happy Customers</div>
                </div>
            </div>
        </div>
    </section>

    <!-- Footer -->
    <footer class="bg-gray-900 text-white py-12">
        <div class="container mx-auto px-4">
            <div class="flex flex-col md:flex-row justify-between items-center">
                <div class="mb-8 md:mb-0">
                    <h3 class="text-2xl font-bold mb-4 gradient-text">Double Rhythm</h3>
                    <p class="text-gray-400 max-w-md">Professional-grade glitter gel polish for stunning salon-quality nails at home. Non-toxic, long-lasting, and perfect for all nail art enthusiasts.</p>
                </div>
                
                <div class="flex flex-wrap justify-center gap-8">
                    <div>
                        <h4 class="font-bold mb-4">Quick Links</h4>
                        <ul class="space-y-2">
                            <li><a href="#product" class="text-gray-400 hover:text-white transition">Product</a></li>
                            <li><a href="#features" class="text-gray-400 hover:text-white transition">Features</a></li>
                            <li><a href="#benefits" class="text-gray-400 hover:text-white transition">Benefits</a></li>
                        </ul>
                    </div>
                    <div>
                        <h4 class="font-bold mb-4">Learn More</h4>
                        <ul class="space-y-2">
                            <li><a href="#reviews" class="text-gray-400 hover:text-white transition">Reviews</a></li>
                            <li><a href="#faq" class="text-gray-400 hover:text-white transition">FAQ</a></li>
                        </ul>
                    </div>
                </div>
            </div>
            
            <div class="border-t border-gray-800 mt-12 pt-8 text-center text-gray-400">
                <p>© 2023 Double Rhythm Glitter Gel Polish. All rights reserved.</p>
                <p class="mt-2 text-sm">This is an affiliate marketing page. We may earn a commission when you make a purchase through our links.</p>
            </div>
        </div>
    </footer>

    <!-- Scroll to Top Button -->
    <div class="scroll-to-top" id="scrollToTop">
        <i class="fas fa-arrow-up"></i>
    </div>

    <script>
        // Mobile Menu Toggle
        document.getElementById('mobileMenuBtn').addEventListener('click', function() {
            const mobileMenu = document.getElementById('mobileMenu');
            mobileMenu.classList.toggle('hidden');
        });

        // FAQ Accordion
        document.querySelectorAll('.faq-question').forEach(question => {
            question.addEventListener('click', () => {
                const answer = question.nextElementSibling;
                const icon = question.querySelector('i');
                
                // Toggle current answer
                answer.classList.toggle('active');
                icon.classList.toggle('fa-chevron-down');
                icon.classList.toggle('fa-chevron-up');
                
                // Close other answers
                document.querySelectorAll('.faq-answer').forEach(otherAnswer => {
                    if (otherAnswer !== answer && otherAnswer.classList.contains('active')) {
                        otherAnswer.classList.remove('active');
                        const otherIcon = otherAnswer.previousElementSibling.querySelector('i');
                        otherIcon.classList.remove('fa-chevron-up');
                        otherIcon.classList.add('fa-chevron-down');
                    }
                });
            });
        });

        // Scroll to Top Functionality
        const scrollToTopBtn = document.getElementById('scrollToTop');
        
        window.addEventListener('scroll', () => {
            if (window.pageYOffset > 300) {
                scrollToTopBtn.classList.add('active');
            } else {
                scrollToTopBtn.classList.remove('active');
            }
        });
        
        scrollToTopBtn.addEventListener('click', () => {
            window.scrollTo({
                top: 0,
                behavior: 'smooth'
            });
        });

        // Smooth scrolling for anchor links
        document.querySelectorAll('a[href^="#"]').forEach(anchor => {
            anchor.addEventListener('click', function(e) {
                if(this.getAttribute('href') === '#') return;
                
                e.preventDefault();
                const targetId = this.getAttribute('href');
                if(targetId === '#') return;
                
                const targetElement = document.querySelector(targetId);
                if(targetElement) {
                    // Close mobile menu if open
                    const mobileMenu = document.getElementById('mobileMenu');
                    if(!mobileMenu.classList.contains('hidden')) {
                        mobileMenu.classList.add('hidden');
                    }
                    
                    window.scrollTo({
                        top: targetElement.offsetTop - 80,
                        behavior: 'smooth'
                    });
                }
            });
        });

        // EXACT GOOGLE SHEETS INTEGRATION CODE TO PRESERVE:
        // =================================================
        const config = {
            scriptUrl: "https://script.google.com/macros/s/AKfycbyp1l8jNLj8PRwoAz6tluyP9or2yDSlc2rIJRIWCB5RSKSJHzox6DPPtUu2mnu6JwwWeA/exec",
            niche: "Health & Wellness",
            product: "Double Rhythm Glitter Gel Polish"
        };

        const form = document.getElementById("contactForm");

        if (form) {
            form.addEventListener("submit", async function (e) {
                e.preventDefault();

                const formMessage = document.getElementById("form-message");
                const submitButton = form.querySelector('button[type="submit"]');
                const originalButtonText = submitButton.textContent;

                const name = form.querySelector('input[name="name"]').value.trim();
                const email = form.querySelector('input[name="email"]').value.trim();

                // Basic validation
                if (!name || !email) {
                    showMessage(formMessage, "Please fill out all fields.", "error");
                    return;
                }
                if (!/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email)) {
                    showMessage(formMessage, "Enter a valid email.", "error");
                    return;
                }

                submitButton.disabled = true;
                submitButton.textContent = "Sending...";

                try {
                    const formData = new URLSearchParams();
                    formData.append("name", name);
                    formData.append("email", email);
                    formData.append("niche", config.niche);
                    formData.append("product", config.product);

                    const response = await fetch(config.scriptUrl, {
                        method: "POST",
                        headers: { "Content-Type": "application/x-www-form-urlencoded" },
                        body: formData
                    });

                    const result = await response.json();

                    if (result.success) {
                        showMessage(
                            formMessage,
                            "Success! Check your email for your nail care guide.",
                            "success"
                        );
                        form.reset();
                    } else {
                        throw new Error(result.error || "Failed to save your information");
                    }
                } catch (error) {
                    showMessage(formMessage, "Error: " + error.message, "error");
                } finally {
                    submitButton.disabled = false;
                    submitButton.textContent = originalButtonText;
                }
            });

            function showMessage(element, text, type) {
                element.textContent = text;
                element.style.display = "block";
                element.style.color = "white"; // Force white text for all messages
                element.style.backgroundColor = "rgba(0, 0, 0, 0.7)"; // Dark semi-transparent background
                element.style.padding = "12px";
                element.style.borderRadius = "8px";
                element.style.fontWeight = "600";

                if (type === "error") {
                    element.scrollIntoView({ behavior: "smooth", block: "center" });
                }
            }
        }
        // =================================================
    </script>
</body>
</html>

<!--
Title: Stunning Salon Nails at Home with Double Rhythm Glitter Gel Polish ✨
Description: Create jaw-dropping holographic nail art without the salon price! 💅 Double Rhythm Glitter Gel Polish gives you 28-day chip-resistant wear with professional magnetic effects. Perfect for DIY enthusiasts, gifts, or treating yourself to gorgeous nails year-round. 🎁

✨ 30+ Vibrant Colors
✨ Non-Toxic & Healthy Formula
✨ Easy Application for Beginners
✨ Salon-Quality Results at Home

#NailArt #GelPolish #DIYNails #SalonAtHome #NailPolish #BeautyEssentials
Landing Page URL: https://health.riseinventor.com/health_chaan/LandingPage_00/LandingPage.html
Existing Pinterest Boards: Core Health & Wellness Boards, Family & Preventive Health, Fit & Vibrant Living, Fitness & Recovery, Gut Health & Metabolism, Healthy Smile Essentials, Keto & Low-Carb Lifestyle, Medicine & Pharma Essentials, Oral Health Boosters, Self-Care Sanctuary, Weight Loss Solutions, Wellness Must-Haves
Suitable Board: "Self-Care Sanctuary"
Alt Text: Double Rhythm Glitter Gel Polish - Professional holographic nail polish with magnetic effects for salon-quality nails at home
-->