:root{--page-title-display:none;}/* Start custom CSS */<!-- 引入 Tailwind CSS 和图标库 -->
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/lucide@latest"></script>
<style>
    /* 解决 Elementor 样式冲突 */
    .elementor-widget-html { overflow: visible; }
    /* 字体设置 */
    h1, h2, h3 { font-family: 'Fredoka', sans-serif; line-height: 1.2; }
    body { font-family: 'Nunito', sans-serif; }
    /* 背景渐变 */
    .hero-gradient { background: linear-gradient(135deg, #FFF7ED 0%, #FFEDD5 100%); }
    /* 视频容器样式 */
    .video-wrapper video { width: 100%; height: 100%; object-fit: cover; }
</style>

<div class="bg-white text-gray-800 font-sans">

    <!-- Hero Section (首屏区域) -->
    <header class="hero-gradient py-12 md:py-20">
        <div class="container mx-auto px-6 flex flex-col md:flex-row items-center">
            <!-- 左侧文案 -->
            <div class="md:w-1/2 mb-10 md:mb-0 text-left">
                <span class="bg-orange-100 text-orange-700 px-4 py-1 rounded-full text-xs font-bold mb-4 inline-block uppercase tracking-wider">🏆 #1 Rated Creative Gift 2025</span>
                <h1 class="text-4xl md:text-6xl font-bold leading-tight mb-6 text-gray-900">
                    The Magical Drawing Board that <br><span class="text-blue-600">Gets Kids Off Screens</span>
                </h1>
                <p class="text-lg text-gray-700 mb-8 leading-relaxed">
                    Includes a <span class="font-bold text-orange-600">FREE 12-Color Neon Marker Set</span>. The perfect creative gift for ages 3+!
                </p>
                <!-- 这里的 href 链接到了底部的购买区 -->
                <a href="#buy-now" class="inline-block bg-orange-500 hover:bg-orange-600 text-white text-lg px-8 py-4 rounded-full font-bold shadow-xl transition no-underline text-center min-w-[200px]">
                    Shop Bundle (50% OFF)
                </a>
                <p class="mt-4 text-sm text-gray-500 font-medium flex items-center gap-2">
                    🇺🇸 Fast Shipping from US Warehouse
                </p>
            </div>
            
            <!-- 右侧图片 (已替换为你给的 hero-1.jpg) -->
            <div class="md:w-1/2 relative">
                <div class="bg-white p-3 rounded-2xl shadow-2xl rotate-2 hover:rotate-0 transition duration-500">
                    <img src="https://moccasin-trout-623286.hostingersite.com/wp-content/uploads/2025/11/hero-1.jpg" class="w-full rounded-xl object-cover shadow-inner" alt="Happy Kid Drawing">
                </div>
            </div>
        </div>
    </header>

    <!-- Video Section (视频演示区) -->
    <section class="py-16 bg-gray-900 text-white text-center">
        <div class="container mx-auto px-6">
            <h2 class="text-3xl font-bold mb-8">Watch the Magic ✨</h2>
            <div class="grid md:grid-cols-2 gap-8 max-w-4xl mx-auto">
                
                <!-- 视频 1：奶龙 (推测链接) -->
                <div class="rounded-2xl overflow-hidden border-2 border-orange-500 shadow-2xl bg-black video-wrapper h-96 relative">
                    <video controls muted loop playsinline class="w-full h-full">
                        <!-- 我根据你的 hero 图片路径推算的视频链接，如果播放不了，请去媒体库复制正确链接替换 -->
                        <source src="https://moccasin-trout-623286.hostingersite.com/wp-content/uploads/2025/11/video1.mp4" type="video/mp4">
                    </video>
                    <div class="absolute bottom-0 left-0 right-0 bg-black/50 py-2 text-sm font-bold">🎨 Drawing Demo</div>
                </div>

                <!-- 视频 2：狐狸 (推测链接) -->
                <div class="rounded-2xl overflow-hidden border-2 border-blue-500 shadow-2xl bg-black video-wrapper h-96 relative">
                    <video controls muted loop playsinline class="w-full h-full">
                        <!-- 我根据你的 hero 图片路径推算的视频链接 -->
                        <source src="https://moccasin-trout-623286.hostingersite.com/wp-content/uploads/2025/11/video2.mp4" type="video/mp4">
                    </video>
                    <div class="absolute bottom-0 left-0 right-0 bg-black/50 py-2 text-sm font-bold">🦊 Glowing Effect</div>
                </div>
            </div>
        </div>
    </section>

    <!-- Offer Section (购买转化区) -->
    <section id="buy-now" class="py-20 bg-white">
        <div class="container mx-auto px-6">
            <div class="bg-white rounded-3xl border-2 border-orange-100 shadow-2xl overflow-hidden max-w-5xl mx-auto flex flex-col md:flex-row">
                <!-- 左侧：全家福图片 -->
                <div class="md:w-1/2 bg-gray-100 relative p-6 flex items-center justify-center group">
                     <span class="absolute top-6 left-6 bg-red-600 text-white px-4 py-1 text-sm font-bold rounded shadow-lg z-10 animate-pulse">BEST SELLER</span>
                     <!-- 全家福图片 (推测链接) -->
                     <img src="https://moccasin-trout-623286.hostingersite.com/wp-content/uploads/2025/11/bundle.jpg" class="w-full h-auto object-contain transition duration-500 group-hover:scale-105" alt="Full Kit Bundle">
                </div>
                
                <!-- 右侧：价格与按钮 -->
                <div class="md:w-1/2 p-8 md:p-12 flex flex-col justify-center text-left">
                    <h2 class="text-3xl font-bold text-gray-900 mb-2">Wheelkids™ Deluxe Kit</h2>
                    <p class="text-gray-500 text-sm mb-6 font-bold">INCLUDES: LED Board + Stand + 12 Markers</p>
                    
                    <div class="flex items-end gap-4 mb-8 border-b border-gray-100 pb-8">
                        <span class="text-5xl font-bold text-gray-900">$29.99</span>
                        <div class="flex flex-col">
                            <span class="text-gray-400 line-through text-xl">$49.99</span>
                            <span class="text-green-600 font-bold text-sm">You Save $20.00</span>
                        </div>
                    </div>
                    
                    <!-- 这里的按钮样式已经写好 -->
                    <button class="w-full bg-orange-500 hover:bg-orange-600 text-white font-bold py-4 rounded-xl text-xl shadow-lg transition cursor-pointer flex justify-center items-center gap-2">
                        Add to Cart - Fast US Shipping
                    </button>
                    
                    <div class="mt-6 grid grid-cols-2 gap-2 text-xs text-gray-400 text-center">
                         <span>🔒 Secure Payment (PayPal/Stripe)</span>
                         <span>📦 Ships in 24 Hours</span>
                    </div>
                </div>
            </div>
        </div>
    </section>
    
    <!-- 初始化图标 -->
    <script>lucide.createIcons();</script>
</div>/* End custom CSS */