<html lang="zh-HK">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Philips 702VP | 智能生活的新標準</title>
    <script src="https://cdn.tailwindcss.com"></script>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"/>
    <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@300;400;500;700&display=swap" rel="stylesheet">
    <style>
        body {
            font-family: 'SF Pro Display', 'Noto Sans HK', -apple-system, BlinkMacSystemFont, sans-serif;
            background-color: #000;
            color: #fff;
            overflow-x: hidden;
            scroll-behavior: smooth;
        }
        .apple-gradient-text {
            background: linear-gradient(180deg, #fff 0%, #86868b 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .glass-nav {
            background: rgba(0, 0, 0, 0.8);
            backdrop-filter: blur(20px);
            border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
        }
        .hero-image {
            filter: drop-shadow(0 0 80px rgba(255,255,255,0.12));
            transition: transform 0.8s cubic-bezier(0.2, 0, 0.2, 1);
        }
        .hero-image:hover {
            transform: scale(1.05);
        }
        .feature-card {
            background: #111112; /* 極深灰接近全黑 */
            border-radius: 28px;
            transition: all 0.4s ease;
            border: 1px solid rgba(255,255,255,0.05);
        }
        .feature-card:hover {
            background: #161617;
            border: 1px solid rgba(255,255,255,0.1);
            transform: translateY(-5px);
        }
        .whatsapp-btn {
            background-color: #25D366;
            box-shadow: 0 10px 25px rgba(37, 211, 102, 0.2);
        }
        section {
            padding: 120px 20px;
            background-color: #000 !important; /* 強制全黑背景 */
        }
        .img-container {
            border-radius: 30px;
            overflow: hidden;
            background: #080808;
            border: 1px solid rgba(255,255,255,0.1);
            box-shadow: 0 20px 40px rgba(0,0,0,0.8);
        }
        .img-container img {
            transition: transform 0.6s ease;
        }
        .img-container:hover img {
            transform: scale(1.03);
        }
        .badge {
            background: rgba(255,255,255,0.1);
            padding: 6px 16px;
            border-radius: 100px;
            font-size: 12px;
            font-weight: 500;
            color: #a1a1a6;
            letter-spacing: 0.1em;
            text-transform: uppercase;
        }
    </style>
</head>
<body>

    <!-- 導航欄 -->
    <nav class="glass-nav fixed w-full z-50 top-0">
        <div class="max-w-6xl mx-auto px-6 h-14 flex items-center justify-between">
            <div class="text-xl font-semibold tracking-tight">Philips</div>
            <div class="hidden md:flex space-x-10 text-[12px] font-medium text-gray-400">
                <a href="#hero" class="hover:text-white transition">概覽</a>
                <a href="#security" class="hover:text-white transition">安全防護</a>
                <a href="#features" class="hover:text-white transition">智能體驗</a>
                <a href="#battery" class="hover:text-white transition">能源管理</a>
            </div>
            <a href="https://wa.me/YOUR_PHONE_NUMBER" class="bg-white text-black text-[12px] px-5 py-2 rounded-full font-bold hover:bg-gray-200 transition">立即諮詢</a>
        </div>
    </nav>

    <!-- Hero Section -->
    <section id="hero" class="pt-40 pb-20 flex flex-col items-center text-center">
        <div class="badge mb-6 animate__animated animate__fadeIn">New Arrival</div>
        <h1 class="text-6xl md:text-8xl font-bold apple-gradient-text mb-8 animate__animated animate__fadeInUp">Philips 702VP</h1>
        <p class="text-xl md:text-3xl text-gray-400 max-w-3xl px-6 leading-relaxed animate__animated animate__fadeInUp animate__delay-1s">
            可視貓眼與智能鎖。不再只是守護門戶,更是您的家門守望者。
        </p>
        <div class="mt-16 hero-image animate__animated animate__zoomIn animate__delay-1s">
            <img src="https://i.postimg.cc/bvxXPbWX/IMG-7114.webp" alt="Philips 702VP 產品圖" class="w-80 md:w-[450px] mx-auto rounded-3xl shadow-2xl">
        </div>
    </section>

    <!-- 安全防護區塊 -->
    <section id="security">
        <div class="max-w-6xl mx-auto grid md:grid-cols-2 gap-20 items-center px-6">
            <div class="order-2 md:order-1">
                <h3 class="text-4xl md:text-6xl font-bold mb-8 leading-tight">WiFi 實時監控<br><span class="text-gray-500 text-3xl md:text-5xl">安全,盡在掌握</span></h3>
                <p class="text-gray-400 text-lg leading-relaxed mb-10">
                    隨時隨地查看門外動態。無論是家人歸來還是快遞到府,手機實時推送,讓您從此無憂。
                </p>
                <div class="space-y-6">
                    <div class="flex items-start">
                        <div class="w-10 h-10 rounded-full bg-blue-500/10 flex items-center justify-center mr-4 shrink-0">
                            <svg class="w-6 h-6 text-blue-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 17h5l-1.405-1.405A2.032 2.032 0 0118 14.158V11a6.002 6.002 0 00-4-5.659V5a2 2 0 10-4 0v.341C7.67 6.165 6 8.388 6 11v3.159c0 .538-.214 1.055-.595 1.436L4 17h5m6 0v1a3 3 0 11-6 0v-1m6 0H9"></path></svg>
                        </div>
                        <div>
                            <p class="font-bold text-lg">智能推送</p>
                            <p class="text-gray-500 text-sm">任何門鎖動態,手機即刻收到通知。</p>
                        </div>
                    </div>
                    <div class="flex items-start">
                        <div class="w-10 h-10 rounded-full bg-green-500/10 flex items-center justify-center mr-4 shrink-0">
                            <svg class="w-6 h-6 text-green-500" fill="none" stroke="currentColor" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 9a2 2 0 012-2h.93a2 2 0 001.664-.89l.812-1.22A2 2 0 0110.07 4h3.86a2 2 0 011.664.89l.812 1.22A2 2 0 0018.07 7H19a2 2 0 012 2v9a2 2 0 01-2 2H5a2 2 0 01-2-2V9z"></path></svg>
                        </div>
                        <div>
                            <p class="font-bold text-lg">抓拍記錄</p>
                            <p class="text-gray-500 text-sm">偵測到門口徘徊自動錄像,留存關鍵證據。</p>
                        </div>
                    </div>
                </div>
            </div>
            <div class="order-1 md:order-2">
                <div class="img-container">
                    <img src="https://i.postimg.cc/rmTDy1p5/IMG-7128.png" alt="手機通知介面" class="w-full">
                </div>
            </div>
        </div>
    </section>

    <!-- 室內智能解鎖 -->
    <section id="features">
        <div class="max-w-6xl mx-auto px-6">
            <div class="text-center mb-20">
                <h3 class="text-5xl md:text-7xl font-bold mb-6">優雅,從開門開始</h3>
                <p class="text-xl text-gray-500 max-w-2xl mx-auto">多重室內感應與解鎖技術,讓每一次出行都流暢自如。</p>
            </div>
            <div class="grid md:grid-cols-2 gap-10 items-center">
                <div class="img-container">
                    <img src="https://i.postimg.cc/05Ty9GHR/IMG-7129.webp" alt="室內智能解鎖" class="w-full object-cover">
                </div>
                <div class="grid gap-6">
                    <div class="feature-card p-8">
                        <div class="badge mb-4">Dual Sensor</div>
                        <h4 class="text-2xl font-bold mb-3">感應式開門</h4>
                        <p class="text-gray-400 leading-relaxed">內置紅外感應與觸摸感應。手落即開,不需費力按壓,享受極致科技感。</p>
                    </div>
                    <div class="feature-card p-8">
                        <div class="badge mb-4">Mechanical</div>
                        <h4 class="text-2xl font-bold mb-3">應急旋鈕</h4>
                        <p class="text-gray-400 leading-relaxed">確保在電子系統失效的極端情況下,您依然可以通過物理旋鈕快速出門。</p>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- 能源與續航 -->
    <section id="battery">
        <div class="max-w-5xl mx-auto px-6 text-center">
            <h3 class="text-5xl md:text-7xl font-bold mb-8">5000 mAh</h3>
            <p class="text-2xl text-gray-400 mb-16">長效續航,為您的家庭保駕護航。</p>
            
            <div class="img-container mb-20 max-w-4xl mx-auto">
                <img src="https://i.postimg.cc/wj6HBw53/IMG-7130.webp" alt="電池與應急充電" class="w-full">
            </div>

            <div class="grid md:grid-cols-3 gap-12 text-left">
                <div class="border-l border-gray-800 pl-8">
                    <h5 class="text-3xl font-bold mb-4 text-blue-500">6 個月</h5>
                    <p class="text-gray-500 text-sm">根據每日 10 次開關門測試,持久表現驚人。</p>
                </div>
                <div class="border-l border-gray-800 pl-8">
                    <h5 class="text-3xl font-bold mb-4 text-blue-500">Type-C</h5>
                    <p class="text-gray-500 text-sm">設有應急充電口,即使沒電也能輕鬆供電開鎖。</p>
                </div>
                <div class="border-l border-gray-800 pl-8">
                    <h5 class="text-3xl font-bold mb-4 text-blue-500">20%</h5>
                    <p class="text-gray-500 text-sm">低電量智能預警,提醒您及時為門鎖補充電力。</p>
                </div>
            </div>
        </div>
    </section>

    <!-- 終極 CTA 區塊 -->
    <footer class="py-32 text-center bg-black border-t border-gray-900">
        <div class="max-w-4xl mx-auto px-6">
            <h3 class="text-5xl md:text-6xl font-bold mb-10 text-white">為您的家,<br>換上未來的守護者。</h3>
            <div class="flex flex-col md:flex-row items-center justify-center gap-6">
                <a href="https://wa.me/YOUR_PHONE_NUMBER?text=我想了解Philips 702VP智能鎖及安裝詳情" class="whatsapp-btn text-white px-12 py-5 rounded-full text-lg font-bold hover:scale-105 transition-all">
                    WhatsApp 專人諮詢
                </a>
                <a href="#hero" class="text-blue-500 text-lg hover:underline">重新查看產品規格 →</a>
            </div>
            <div class="mt-24 text-gray-600 text-sm space-y-4">
                <p>授權經銷商提供原廠安裝服務與保養</p>
                <p>© 2024 Philips Smart Home Solutions. Apple 風格網頁設計示範</p>
            </div>
        </div>
    </footer>

    <!-- WhatsApp 懸浮按鈕 -->
    <a href="https://wa.me/YOUR_PHONE_NUMBER?text=我想詢問Philips 702VP" class="whatsapp-btn fixed bottom-10 right-10 w-16 h-16 rounded-full flex items-center justify-center z-50 transition-all hover:scale-110 active:scale-95 group">
        <span class="absolute right-20 bg-white text-black text-xs px-3 py-1.5 rounded-lg opacity-0 group-hover:opacity-100 transition-opacity whitespace-nowrap shadow-xl">與我們對話</span>
        <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="white" viewBox="0 0 16 16">
            <path d="M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.413c0-3.627 2.95-6.574 6.578-6.574 1.757 0 3.408.683 4.645 1.923a6.574 6.574 0 0 1 1.923 4.645c-.004 3.628-2.95 6.574-6.58 6.574zm3.446-4.535c-.188-.094-1.113-.548-1.287-.612-.173-.064-.3-.094-.426.094-.126.188-.488.612-.598.737-.11.125-.22.14-.408.046-.188-.094-.794-.293-1.512-.935-.558-.499-.934-1.115-1.044-1.303-.11-.188-.012-.289.082-.383.085-.085.188-.22.282-.33.094-.11.126-.188.188-.312.064-.125.032-.234-.016-.328-.047-.094-.426-1.026-.584-1.408-.154-.372-.323-.322-.426-.327-.102-.005-.22-.006-.338-.006a.652.652 0 0 0-.472.22c-.161.189-.614.6-.614 1.464 0 .864.628 1.698.716 1.822.088.125 1.234 1.885 2.99 2.642.417.18.743.287.997.368.42.133.801.114 1.103.07.337-.05 1.113-.454 1.27-.893.157-.439.157-.816.11-.893-.047-.077-.173-.122-.361-.215z"/>
        </svg>
    </a>

</body>
</html