{"title":"0001","description":"","products":[{"product_id":"hkm-z6m-43-5-miles-48v-23ah-1104wh-3000w-dual-motor-drive-long-range-foldable-electric-scooter-orange-3","title":"HKM-Z6M 43.5 Miles 48V 23Ah 1104Wh 3000W Dual-Motor Drive Long-Range Foldable Electric Scooter - Orange","description":"\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eHKM-Z6M Electric Scooter\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --primary: #1e3a5f;\n            --accent: #2563eb;\n            --accent-light: #3b82f6;\n            --accent-glow: #60a5fa;\n            --text-primary: #1a1a2e;\n            --text-secondary: #4a4a5e;\n            --text-tertiary: #6b7280;\n            --bg-white: #ffffff;\n            --bg-card: #f8fafc;\n            --bg-subtle: #f1f5f9;\n            --border-light: #e2e8f0;\n            --border-medium: #cbd5e1;\n            --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);\n            --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.06);\n            --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.08);\n            --shadow-xl: 0 16px 48px rgba(0, 0, 0, 0.1);\n            --radius-sm: 8px;\n            --radius-md: 14px;\n            --radius-lg: 20px;\n            --radius-xl: 24px;\n            --transition-fast: 0.18s cubic-bezier(0.4, 0, 0.2, 1);\n            --transition-smooth: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n            --transition-bounce: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);\n        }\n        \n        \/* ============ RESET \u0026 CONTAINER ============ *\/\n        .hkm-z6m-wrapper {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', 'Helvetica Neue', Arial, sans-serif;\n            max-width: 820px;\n            margin: 0 auto;\n            padding: 0;\n            background: #ffffff;\n            color: var(--text-primary);\n            line-height: 1.7;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n            box-sizing: border-box;\n        }\n        .hkm-z6m-wrapper *,\n        .hkm-z6m-wrapper *::before,\n        .hkm-z6m-wrapper *::after {\n            box-sizing: border-box;\n        }\n        \n        \/* ============ SECTION SPACING ============ *\/\n        .hkm-section {\n            margin-bottom: 40px;\n            padding: 0 4px;\n        }\n        .hkm-section-divider {\n            border: none;\n            border-top: 1px solid var(--border-light);\n            margin: 36px 0;\n            opacity: 0.7;\n        }\n        \n        \/* ============ HERO HEADER ============ *\/\n        .hkm-hero {\n            text-align: left;\n            padding: 8px 0 20px;\n            border-bottom: 2px solid transparent;\n            border-image: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 50%, transparent 100%) 1;\n            border-image-slice: 1;\n        }\n        .hkm-hero-badge {\n            display: inline-block;\n            background: #eef2ff;\n            color: var(--accent);\n            font-size: 13px;\n            font-weight: 500;\n            letter-spacing: 0.06em;\n            text-transform: uppercase;\n            padding: 6px 14px;\n            border-radius: 20px;\n            margin-bottom: 14px;\n        }\n        .hkm-hero-title {\n            font-size: 30px;\n            font-weight: 600;\n            color: var(--text-primary);\n            margin: 0 0 8px;\n            letter-spacing: -0.02em;\n            line-height: 1.25;\n        }\n        .hkm-hero-subtitle {\n            font-size: 15px;\n            font-weight: 400;\n            color: var(--text-secondary);\n            margin: 0 0 16px;\n            line-height: 1.55;\n            max-width: 680px;\n        }\n        .hkm-hero-tagline {\n            font-size: 13px;\n            font-weight: 500;\n            color: var(--accent);\n            letter-spacing: 0.04em;\n            text-transform: uppercase;\n        }\n        \n        \/* ============ STAT HIGHLIGHT CARDS ============ *\/\n        .hkm-stat-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 14px;\n            margin: 20px 0;\n        }\n        .hkm-stat-card {\n            background: var(--bg-card);\n            border: 1px solid var(--border-light);\n            border-radius: var(--radius-md);\n            padding: 18px 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            transition: all var(--transition-smooth);\n            cursor: default;\n            position: relative;\n            overflow: hidden;\n        }\n        .hkm-stat-card::after {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 3px;\n            height: 100%;\n            background: var(--accent);\n            border-radius: 3px 0 0 3px;\n            transform: scaleY(0);\n            transform-origin: top;\n            transition: transform var(--transition-smooth);\n        }\n        .hkm-stat-card:hover {\n            border-color: #c7d2fe;\n            box-shadow: var(--shadow-lg);\n            transform: translateY(-2px);\n        }\n        .hkm-stat-card:hover::after {\n            transform: scaleY(1);\n        }\n        .hkm-stat-icon-wrap {\n            flex-shrink: 0;\n            width: 44px;\n            height: 44px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: #eef2ff;\n            border-radius: 12px;\n            transition: all var(--transition-bounce);\n        }\n        .hkm-stat-card:hover .hkm-stat-icon-wrap {\n            background: #dbeafe;\n            transform: scale(1.08);\n        }\n        .hkm-stat-icon-wrap svg {\n            width: 24px;\n            height: 24px;\n            transition: transform var(--transition-fast);\n        }\n        .hkm-stat-card:hover .hkm-stat-icon-wrap svg {\n            transform: rotate(-3deg) scale(1.05);\n        }\n        .hkm-stat-info {\n            flex: 1;\n        }\n        .hkm-stat-value {\n            font-size: 20px;\n            font-weight: 600;\n            color: var(--text-primary);\n            line-height: 1.2;\n            letter-spacing: -0.01em;\n        }\n        .hkm-stat-label {\n            font-size: 13px;\n            font-weight: 400;\n            color: var(--text-tertiary);\n            margin-top: 2px;\n            line-height: 1.35;\n        }\n        \n        \/* ============ FEATURE BLOCKS ============ *\/\n        .hkm-feature-block {\n            display: flex;\n            align-items: flex-start;\n            gap: 18px;\n            padding: 20px 0;\n            border-bottom: 1px solid var(--border-light);\n            transition: background var(--transition-smooth);\n            border-radius: var(--radius-sm);\n            padding: 20px 10px;\n            margin: 0 -10px;\n        }\n        .hkm-feature-block:last-of-type {\n            border-bottom: none;\n        }\n        .hkm-feature-block:hover {\n            background: var(--bg-subtle);\n        }\n        .hkm-feature-icon {\n            flex-shrink: 0;\n            width: 50px;\n            height: 50px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: #f0f4ff;\n            border-radius: 14px;\n            transition: all var(--transition-bounce);\n        }\n        .hkm-feature-block:hover .hkm-feature-icon {\n            background: #dbeafe;\n            transform: scale(1.06);\n            box-shadow: 0 4px 14px rgba(37, 99, 235, 0.13);\n        }\n        .hkm-feature-icon svg {\n            width: 28px;\n            height: 28px;\n            transition: transform var(--transition-fast);\n        }\n        .hkm-feature-block:hover .hkm-feature-icon svg {\n            transform: rotate(2deg);\n        }\n        .hkm-feature-content {\n            flex: 1;\n        }\n        .hkm-feature-title {\n            font-size: 16px;\n            font-weight: 600;\n            color: var(--text-primary);\n            margin: 0 0 6px;\n            letter-spacing: -0.01em;\n            line-height: 1.3;\n        }\n        .hkm-feature-text {\n            font-size: 13px;\n            font-weight: 400;\n            color: var(--text-secondary);\n            margin: 0;\n            line-height: 1.65;\n        }\n        .hkm-feature-highlight {\n            display: inline-block;\n            background: #fef3c7;\n            color: #92400e;\n            font-weight: 500;\n            padding: 1px 8px;\n            border-radius: 4px;\n            font-size: 12px;\n            letter-spacing: 0.02em;\n        }\n        \n        \/* ============ SPEC TABLE (CARD-BASED) ============ *\/\n        .hkm-specs-wrap {\n            background: var(--bg-card);\n            border: 1px solid var(--border-light);\n            border-radius: var(--radius-lg);\n            padding: 24px 20px;\n            margin: 20px 0;\n        }\n        .hkm-specs-title {\n            font-size: 18px;\n            font-weight: 600;\n            color: var(--text-primary);\n            margin: 0 0 18px;\n            letter-spacing: -0.01em;\n        }\n        .hkm-specs-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 10px 20px;\n        }\n        .hkm-spec-item {\n            display: flex;\n            justify-content: space-between;\n            align-items: baseline;\n            padding: 9px 0;\n            border-bottom: 1px dashed var(--border-light);\n            transition: background var(--transition-fast);\n            border-radius: 4px;\n            padding: 9px 6px;\n            margin: 0 -6px;\n        }\n        .hkm-spec-item:hover {\n            background: #f8fafc;\n        }\n        .hkm-spec-item:last-child,\n        .hkm-spec-item:nth-last-child(2):nth-child(odd) {\n            border-bottom: none;\n        }\n        .hkm-spec-label {\n            font-size: 13px;\n            font-weight: 500;\n            color: var(--text-secondary);\n            flex-shrink: 0;\n            margin-right: 8px;\n        }\n        .hkm-spec-value {\n            font-size: 13px;\n            font-weight: 600;\n            color: var(--text-primary);\n            text-align: right;\n            letter-spacing: -0.01em;\n        }\n        .hkm-spec-dot {\n            display: inline-block;\n            width: 6px;\n            height: 6px;\n            border-radius: 50%;\n            background: var(--accent);\n            margin-right: 6px;\n            vertical-align: middle;\n        }\n        \n        \/* ============ ACCORDION FAQs ============ *\/\n        .hkm-faq-wrap {\n            margin: 20px 0;\n        }\n        .hkm-faq-title {\n            font-size: 18px;\n            font-weight: 600;\n            color: var(--text-primary);\n            margin: 0 0 16px;\n            letter-spacing: -0.01em;\n        }\n        .hkm-faq-item {\n            border: 1px solid var(--border-light);\n            border-radius: var(--radius-md);\n            margin-bottom: 10px;\n            overflow: hidden;\n            transition: all var(--transition-smooth);\n            background: #ffffff;\n        }\n        .hkm-faq-item:hover {\n            border-color: #c7d2fe;\n            box-shadow: var(--shadow-sm);\n        }\n        .hkm-faq-item summary {\n            list-style: none;\n            cursor: pointer;\n            padding: 16px 18px;\n            font-size: 14px;\n            font-weight: 500;\n            color: var(--text-primary);\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            user-select: none;\n            transition: color var(--transition-fast);\n            letter-spacing: -0.005em;\n        }\n        .hkm-faq-item summary::-webkit-details-marker {\n            display: none;\n        }\n        .hkm-faq-item summary::after {\n            content: '';\n            display: inline-block;\n            width: 20px;\n            height: 20px;\n            flex-shrink: 0;\n            margin-left: 12px;\n            background: #eef2ff;\n            border-radius: 50%;\n            position: relative;\n            transition: all var(--transition-smooth);\n        }\n        .hkm-faq-item summary::before {\n            content: '+';\n            position: absolute;\n            right: 26px;\n            font-size: 16px;\n            font-weight: 500;\n            color: var(--accent);\n            z-index: 1;\n            transition: transform var(--transition-smooth);\n            line-height: 20px;\n            pointer-events: none;\n        }\n        .hkm-faq-item[open] summary::before {\n            content: '−';\n            transform: rotate(180deg);\n        }\n        .hkm-faq-item[open] summary {\n            color: var(--accent);\n            font-weight: 600;\n        }\n        .hkm-faq-item[open] {\n            border-color: #c7d2fe;\n            box-shadow: var(--shadow-md);\n        }\n        .hkm-faq-answer {\n            padding: 0 18px 18px;\n            font-size: 13px;\n            color: var(--text-secondary);\n            line-height: 1.65;\n            animation: hkmFadeIn 0.35s ease;\n        }\n        @keyframes hkmFadeIn {\n            from {\n                opacity: 0;\n                transform: translateY(-6px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n        \n        \/* ============ POLICY SECTION ============ *\/\n        .hkm-policy-wrap {\n            margin: 28px 0 12px;\n            padding: 24px 20px;\n            background: #f8fafc;\n            border-radius: var(--radius-lg);\n            border: 1px solid var(--border-light);\n        }\n        .hkm-policy-title {\n            font-size: 16px;\n            font-weight: 600;\n            color: var(--text-primary);\n            margin: 0 0 18px;\n            text-align: center;\n            letter-spacing: -0.01em;\n        }\n        .hkm-policy-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 16px;\n        }\n        .hkm-policy-card {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            padding: 14px;\n            background: #ffffff;\n            border-radius: var(--radius-md);\n            border: 1px solid transparent;\n            transition: all var(--transition-smooth);\n        }\n        .hkm-policy-card:hover {\n            border-color: #dbeafe;\n            box-shadow: var(--shadow-md);\n            transform: translateY(-1px);\n        }\n        .hkm-policy-icon {\n            flex-shrink: 0;\n            width: 38px;\n            height: 38px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: #eef2ff;\n            border-radius: 10px;\n            transition: all var(--transition-bounce);\n        }\n        .hkm-policy-card:hover .hkm-policy-icon {\n            background: #dbeafe;\n            transform: scale(1.08);\n        }\n        .hkm-policy-icon svg {\n            width: 20px;\n            height: 20px;\n        }\n        .hkm-policy-label {\n            font-size: 14px;\n            font-weight: 600;\n            color: var(--text-primary);\n            margin: 0 0 2px;\n            letter-spacing: -0.005em;\n        }\n        .hkm-policy-desc {\n            font-size: 12px;\n            color: var(--text-tertiary);\n            margin: 0;\n            line-height: 1.4;\n        }\n        \n        \/* ============ NOTE \/ DISCLAIMER ============ *\/\n        .hkm-note {\n            font-size: 12px;\n            color: #94a3b8;\n            font-style: italic;\n            margin: 20px 0 0;\n            padding: 12px 14px;\n            background: #fdfdfd;\n            border-radius: var(--radius-sm);\n            border-left: 3px solid #e2e8f0;\n            line-height: 1.55;\n        }\n        \n        \/* ============ RESPONSIVE - TABLET ============ *\/\n        @media screen and (max-width: 768px) {\n            .hkm-z6m-wrapper {\n                max-width: 100%;\n                padding: 0 2px;\n            }\n            .hkm-hero-title {\n                font-size: 24px;\n            }\n            .hkm-hero-subtitle {\n                font-size: 13px;\n            }\n            .hkm-stat-grid {\n                grid-template-columns: 1fr 1fr;\n                gap: 10px;\n            }\n            .hkm-stat-card {\n                padding: 14px 12px;\n                gap: 10px;\n            }\n            .hkm-stat-icon-wrap {\n                width: 38px;\n                height: 38px;\n                border-radius: 10px;\n            }\n            .hkm-stat-icon-wrap svg {\n                width: 20px;\n                height: 20px;\n            }\n            .hkm-stat-value {\n                font-size: 17px;\n            }\n            .hkm-stat-label {\n                font-size: 12px;\n            }\n            .hkm-specs-grid {\n                grid-template-columns: 1fr 1fr;\n                gap: 8px 14px;\n            }\n            .hkm-spec-label,\n            .hkm-spec-value {\n                font-size: 12px;\n            }\n            .hkm-feature-title {\n                font-size: 15px;\n            }\n            .hkm-feature-text {\n                font-size: 12px;\n            }\n            .hkm-feature-icon {\n                width: 42px;\n                height: 42px;\n                border-radius: 12px;\n            }\n            .hkm-feature-icon svg {\n                width: 24px;\n                height: 24px;\n            }\n            .hkm-policy-grid {\n                grid-template-columns: 1fr 1fr;\n                gap: 12px;\n            }\n            .hkm-faq-item summary {\n                font-size: 13px;\n                padding: 14px 14px;\n            }\n            .hkm-faq-answer {\n                font-size: 12px;\n                padding: 0 14px 14px;\n            }\n            .hkm-specs-title {\n                font-size: 16px;\n            }\n            .hkm-faq-title {\n                font-size: 16px;\n            }\n            .hkm-policy-title {\n                font-size: 15px;\n            }\n            .hkm-hero-badge {\n                font-size: 12px;\n            }\n            .hkm-hero-tagline {\n                font-size: 12px;\n            }\n        }\n        \n        \/* ============ RESPONSIVE - MOBILE ============ *\/\n        @media screen and (max-width: 540px) {\n            .hkm-z6m-wrapper {\n                max-width: 100%;\n                padding: 0 0;\n            }\n            .hkm-section {\n                margin-bottom: 28px;\n                padding: 0 2px;\n            }\n            .hkm-hero {\n                padding: 4px 0 14px;\n            }\n            .hkm-hero-title {\n                font-size: 20px;\n                letter-spacing: -0.01em;\n            }\n            .hkm-hero-subtitle {\n                font-size: 12px;\n                line-height: 1.5;\n            }\n            .hkm-hero-badge {\n                font-size: 11px;\n                padding: 5px 10px;\n            }\n            .hkm-hero-tagline {\n                font-size: 11px;\n            }\n            .hkm-stat-grid {\n                grid-template-columns: 1fr;\n                gap: 8px;\n            }\n            .hkm-stat-card {\n                padding: 12px 10px;\n                gap: 10px;\n                border-radius: var(--radius-sm);\n            }\n            .hkm-stat-icon-wrap {\n                width: 34px;\n                height: 34px;\n                border-radius: 8px;\n            }\n            .hkm-stat-icon-wrap svg {\n                width: 18px;\n                height: 18px;\n            }\n            .hkm-stat-value {\n                font-size: 16px;\n            }\n            .hkm-stat-label {\n                font-size: 11px;\n            }\n            .hkm-feature-block {\n                flex-direction: column;\n                gap: 10px;\n                padding: 14px 8px;\n                margin: 0 -8px;\n                border-radius: var(--radius-sm);\n            }\n            .hkm-feature-icon {\n                width: 40px;\n                height: 40px;\n                border-radius: 10px;\n            }\n            .hkm-feature-icon svg {\n                width: 22px;\n                height: 22px;\n            }\n            .hkm-feature-title {\n                font-size: 14px;\n            }\n            .hkm-feature-text {\n                font-size: 12px;\n                line-height: 1.55;\n            }\n            .hkm-feature-highlight {\n                font-size: 11px;\n            }\n            .hkm-specs-wrap {\n                padding: 16px 12px;\n                border-radius: var(--radius-md);\n            }\n            .hkm-specs-title {\n                font-size: 15px;\n                margin-bottom: 12px;\n            }\n            .hkm-specs-grid {\n                grid-template-columns: 1fr;\n                gap: 4px 0;\n            }\n            .hkm-spec-item {\n                padding: 7px 4px;\n                margin: 0 -4px;\n            }\n            .hkm-spec-label {\n                font-size: 12px;\n            }\n            .hkm-spec-value {\n                font-size: 12px;\n            }\n            .hkm-spec-item:last-child {\n                border-bottom: none;\n            }\n            .hkm-spec-item:nth-last-child(2):nth-child(odd) {\n                border-bottom: 1px dashed var(--border-light);\n            }\n            .hkm-faq-title {\n                font-size: 15px;\n            }\n            .hkm-faq-item summary {\n                font-size: 12px;\n                padding: 12px 12px;\n            }\n            .hkm-faq-answer {\n                font-size: 12px;\n                padding: 0 12px 12px;\n            }\n            .hkm-policy-wrap {\n                padding: 16px 12px;\n                border-radius: var(--radius-md);\n            }\n            .hkm-policy-title {\n                font-size: 14px;\n                margin-bottom: 12px;\n            }\n            .hkm-policy-grid {\n                grid-template-columns: 1fr;\n                gap: 10px;\n            }\n            .hkm-policy-card {\n                padding: 12px;\n                gap: 10px;\n            }\n            .hkm-policy-icon {\n                width: 32px;\n                height: 32px;\n                border-radius: 8px;\n            }\n            .hkm-policy-icon svg {\n                width: 17px;\n                height: 17px;\n            }\n            .hkm-policy-label {\n                font-size: 13px;\n            }\n            .hkm-policy-desc {\n                font-size: 11px;\n            }\n            .hkm-note {\n                font-size: 11px;\n                padding: 10px 12px;\n            }\n            .hkm-section-divider {\n                margin: 24px 0;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"hkm-z6m-wrapper\"\u003e\n\n        \u003c!-- ==================== HERO HEADER ==================== --\u003e\n        \u003cdiv class=\"hkm-hero\"\u003e\n            \u003cspan class=\"hkm-hero-badge\"\u003e⚡ Dual-Motor Performance\u003c\/span\u003e\n            \u003ch1 class=\"hkm-hero-title\"\u003eHKM-Z6M High-Performance Dual-Motor Electric Scooter\u003c\/h1\u003e\n            \u003cp class=\"hkm-hero-subtitle\"\u003eEngineered for riders who demand exceptional off-road capability and uncompromising power. The HKM-Z6M combines a 3000W peak dual-motor system, a high-capacity 1380Wh lithium-ion battery, and a rugged carbon steel frame to deliver a riding experience that bridges the gap between urban commuting and adventurous trail exploration.\u003c\/p\u003e\n            \u003cspan class=\"hkm-hero-tagline\"\u003e3000W Combined Output  |  43.5 mi Range  |  30° Climb Angle  |  IPX5 Rated\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== KEY STAT CARDS ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003cdiv class=\"hkm-stat-grid\"\u003e\n                \u003c!-- Card 1: Total Power --\u003e\n                \u003cdiv class=\"hkm-stat-card\"\u003e\n                    \u003cdiv class=\"hkm-stat-icon-wrap\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#2563eb\" stroke-width=\"1.6\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M12 2v4M12 18v4M2 12h4M18 12h4\" stroke=\"#2563eb\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"5.5\" stroke=\"#3b82f6\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"2.2\" fill=\"#2563eb\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M12 6.5v3M12 14.5v3M6.5 12h3M14.5 12h3\" stroke=\"#60a5fa\" stroke-width=\"1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-stat-info\"\u003e\n                        \u003cdiv class=\"hkm-stat-value\"\u003e3,000W Peak\u003c\/div\u003e\n                        \u003cdiv class=\"hkm-stat-label\"\u003eDual 60V 1500W Motors — combined output for rapid acceleration\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003c!-- Card 2: Battery --\u003e\n                \u003cdiv class=\"hkm-stat-card\"\u003e\n                    \u003cdiv class=\"hkm-stat-icon-wrap\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003crect x=\"2\" y=\"7\" width=\"17\" height=\"12\" rx=\"2.5\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"19\" y=\"10\" width=\"3\" height=\"6\" rx=\"1.2\" fill=\"#2563eb\" opacity=\"0.85\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"5\" y=\"10\" width=\"3\" height=\"6\" rx=\"0.8\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"9.5\" y=\"10\" width=\"3\" height=\"6\" rx=\"0.8\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"14\" y=\"10\" width=\"2.5\" height=\"6\" rx=\"0.8\" fill=\"#93c5fd\"\u003e\u003c\/rect\u003e\n                            \u003cpath d=\"M10.5 3v3\" stroke=\"#2563eb\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-stat-info\"\u003e\n                        \u003cdiv class=\"hkm-stat-value\"\u003e1,380 Wh\u003c\/div\u003e\n                        \u003cdiv class=\"hkm-stat-label\"\u003e60V 23Ah Lithium-ion — up to 43.5 mi (70 km) estimated range\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003c!-- Card 3: Climb Angle --\u003e\n                \u003cdiv class=\"hkm-stat-card\"\u003e\n                    \u003cdiv class=\"hkm-stat-icon-wrap\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M2 20L10 8l5 6 6-10\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                            \u003cpolyline points=\"16,4 21,4 21,9\" stroke=\"#2563eb\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\u003c\/polyline\u003e\n                            \u003ccircle cx=\"21\" cy=\"4\" r=\"2.5\" fill=\"#3b82f6\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-stat-info\"\u003e\n                        \u003cdiv class=\"hkm-stat-value\"\u003e30° Climbing\u003c\/div\u003e\n                        \u003cdiv class=\"hkm-stat-label\"\u003eTackles steep inclines with confidence — dual-motor torque advantage\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003c!-- Card 4: Load Capacity --\u003e\n                \u003cdiv class=\"hkm-stat-card\"\u003e\n                    \u003cdiv class=\"hkm-stat-icon-wrap\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003crect x=\"3\" y=\"2\" width=\"18\" height=\"20\" rx=\"3\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003cline x1=\"3\" y1=\"14\" x2=\"21\" y2=\"14\" stroke=\"#3b82f6\" stroke-width=\"1.2\"\u003e\u003c\/line\u003e\n                            \u003crect x=\"8\" y=\"4\" width=\"8\" height=\"8\" rx=\"1.5\" fill=\"#eef2ff\" stroke=\"#2563eb\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n                            \u003ccircle cx=\"12\" cy=\"8\" r=\"2\" fill=\"#2563eb\" opacity=\"0.7\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M6 18h4M14 18h4\" stroke=\"#60a5fa\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-stat-info\"\u003e\n                        \u003cdiv class=\"hkm-stat-value\"\u003e330 lbs \/ 150 kg\u003c\/div\u003e\n                        \u003cdiv class=\"hkm-stat-label\"\u003eMaximum load — carbon steel frame supports rider plus cargo\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003c!-- Card 5: Brakes --\u003e\n                \u003cdiv class=\"hkm-stat-card\"\u003e\n                    \u003cdiv class=\"hkm-stat-icon-wrap\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"5.5\" stroke=\"#3b82f6\" stroke-width=\"1.2\" fill=\"none\" stroke-dasharray=\"3 2\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"2.2\" fill=\"#2563eb\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M3 12h3M18 12h3\" stroke=\"#60a5fa\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"12\" cy=\"3\" r=\"1.2\" fill=\"#3b82f6\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-stat-info\"\u003e\n                        \u003cdiv class=\"hkm-stat-value\"\u003eHydraulic Disc\u003c\/div\u003e\n                        \u003cdiv class=\"hkm-stat-label\"\u003eFront \u0026amp; rear hydraulic brakes with precise modulation control\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003c!-- Card 6: Water Resistance --\u003e\n                \u003cdiv class=\"hkm-stat-card\"\u003e\n                    \u003cdiv class=\"hkm-stat-icon-wrap\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M12 3c-3 5-7 9-7 13a7 7 0 0014 0c0-4-4-8-7-13z\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"#eef2ff\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M12 16a2 2 0 100-4 2 2 0 000 4z\" fill=\"#2563eb\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M8 8c1.5-1 3.5-1 5 0\" stroke=\"#3b82f6\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M16 8c-1.5-1-3.5-1-5 0\" stroke=\"#60a5fa\" stroke-width=\"1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-stat-info\"\u003e\n                        \u003cdiv class=\"hkm-stat-value\"\u003eIPX5 Rated\u003c\/div\u003e\n                        \u003cdiv class=\"hkm-stat-label\"\u003eWater-resistant construction — protected against low-pressure water jets\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003chr class=\"hkm-section-divider\"\u003e\n\n        \u003c!-- ==================== FEATURE: DUAL-MOTOR SYSTEM ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003cdiv class=\"hkm-feature-block\"\u003e\n                \u003cdiv class=\"hkm-feature-icon\"\u003e\n                    \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003ccircle cx=\"9\" cy=\"14\" r=\"5\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"19\" cy=\"14\" r=\"5\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"9\" cy=\"14\" r=\"1.8\" fill=\"#2563eb\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"19\" cy=\"14\" r=\"1.8\" fill=\"#2563eb\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M14 14h-1\" stroke=\"#3b82f6\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003crect x=\"12.5\" y=\"6\" width=\"3\" height=\"4\" rx=\"1\" fill=\"#60a5fa\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"12.5\" y=\"18\" width=\"3\" height=\"4\" rx=\"1\" fill=\"#60a5fa\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-feature-content\"\u003e\n                    \u003ch3 class=\"hkm-feature-title\"\u003eDual 60V 1500W Motor System — 3000W Total Combined Output\u003c\/h3\u003e\n                    \u003cp class=\"hkm-feature-text\"\u003eAt the core of the HKM-Z6M lies a synchronized dual-motor configuration that delivers a formidable \u003cspan class=\"hkm-feature-highlight\"\u003e3000W peak combined output\u003c\/span\u003e. Each 60V 1500W brushless hub motor operates independently, channeling power to both the front and rear wheels simultaneously. This all-wheel-drive architecture provides exceptional traction on loose gravel, wet pavement, and uneven off-road terrain. The dual-motor setup significantly reduces the strain on any single motor during high-load scenarios, enhancing overall system longevity and thermal efficiency. Riders benefit from rapid throttle response, confident hill-climbing capability up to 30 degrees of incline, and a planted, stable feel even when accelerating hard out of corners or tackling steep grades. The electronic motor controllers are tuned to deliver smooth, progressive power delivery rather than abrupt surges, giving both novice and experienced riders precise command over the scooter's substantial output.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- FEATURE: BATTERY \u0026 RANGE --\u003e\n            \u003cdiv class=\"hkm-feature-block\"\u003e\n                \u003cdiv class=\"hkm-feature-icon\"\u003e\n                    \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003crect x=\"3\" y=\"8\" width=\"19\" height=\"14\" rx=\"3\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"22\" y=\"11.5\" width=\"3.5\" height=\"7\" rx=\"1.4\" fill=\"#2563eb\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"6.5\" y=\"11.5\" width=\"3\" height=\"7\" rx=\"0.9\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"11\" y=\"11.5\" width=\"3\" height=\"7\" rx=\"0.9\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"16.5\" y=\"11.5\" width=\"2.5\" height=\"7\" rx=\"0.9\" fill=\"#93c5fd\"\u003e\u003c\/rect\u003e\n                        \u003cpath d=\"M14 3v4\" stroke=\"#2563eb\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003ccircle cx=\"14\" cy=\"2.2\" r=\"1.2\" fill=\"#60a5fa\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-feature-content\"\u003e\n                    \u003ch3 class=\"hkm-feature-title\"\u003e1380Wh Extended-Range Battery — Ride Farther, Explore More\u003c\/h3\u003e\n                    \u003cp class=\"hkm-feature-text\"\u003eThe HKM-Z6M is equipped with a premium \u003cspan class=\"hkm-feature-highlight\"\u003e60V 23Ah lithium-ion battery pack\u003c\/span\u003e delivering 1380 watt-hours of stored energy. Under optimal riding conditions — moderate speed, level terrain, and temperate weather — riders can achieve an estimated range of up to \u003cstrong\u003e43.5 miles (70 kilometers)\u003c\/strong\u003e on a single charge. The battery management system (BMS) continuously monitors individual cell voltages, temperature, and discharge rates to safeguard against overcharging, over-discharging, and short-circuit events. This intelligent power regulation not only protects the battery's long-term health but also ensures consistent performance across a wide range of operating temperatures. Real-world range will naturally vary based on rider weight, terrain profile, speed mode selection, ambient temperature, and riding style. Eco-conscious commuters will appreciate the ability to complete multiple days of urban travel between charges, while weekend adventurers can confidently explore trails without constant range anxiety. A full recharge requires approximately 8 to 10 hours using the included standard charger, making overnight charging a convenient routine.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- FEATURE: BRAKING SYSTEM --\u003e\n            \u003cdiv class=\"hkm-feature-block\"\u003e\n                \u003cdiv class=\"hkm-feature-icon\"\u003e\n                    \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003ccircle cx=\"14\" cy=\"14\" r=\"10\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"14\" cy=\"14\" r=\"6.5\" stroke=\"#3b82f6\" stroke-width=\"1.2\" fill=\"none\" stroke-dasharray=\"3 2.5\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"14\" cy=\"14\" r=\"2.8\" fill=\"#2563eb\" opacity=\"0.8\"\u003e\u003c\/circle\u003e\n                        \u003crect x=\"2\" y=\"12.5\" width=\"5\" height=\"3\" rx=\"1.2\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"21\" y=\"12.5\" width=\"5\" height=\"3\" rx=\"1.2\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"11\" y1=\"7\" x2=\"13\" y2=\"9.5\" stroke=\"#60a5fa\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"17\" y1=\"7\" x2=\"15\" y2=\"9.5\" stroke=\"#60a5fa\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-feature-content\"\u003e\n                    \u003ch3 class=\"hkm-feature-title\"\u003eFront \u0026amp; Rear Hydraulic Disc Brakes — Precision Stopping Power\u003c\/h3\u003e\n                    \u003cp class=\"hkm-feature-text\"\u003eBraking performance is a critical safety consideration for any high-power electric scooter, and the HKM-Z6M addresses this with a \u003cspan class=\"hkm-feature-highlight\"\u003efull hydraulic disc brake system\u003c\/span\u003e on both the front and rear wheels. Unlike mechanical cable-actuated brakes, hydraulic systems use incompressible brake fluid to transmit force from the lever to the caliper pistons, resulting in superior modulation, reduced lever effort, and more consistent pad-to-rotor contact. This translates to shorter stopping distances, especially during emergency braking scenarios or when descending steep gradients. The large-diameter brake rotors provide excellent heat dissipation, minimizing fade during prolonged or repeated heavy braking. Riders can fine-tune braking force with intuitive lever feedback, allowing for smooth deceleration in traffic and confident, controlled stops on loose or slippery surfaces. The enclosed caliper design also helps shield critical braking components from dust, mud, and water ingress, maintaining reliable performance across varied environmental conditions.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- FEATURE: TIRES \u0026 SUSPENSION --\u003e\n            \u003cdiv class=\"hkm-feature-block\"\u003e\n                \u003cdiv class=\"hkm-feature-icon\"\u003e\n                    \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003ccircle cx=\"14\" cy=\"14\" r=\"10\" stroke=\"#2563eb\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"14\" cy=\"14\" r=\"6\" stroke=\"#3b82f6\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"14\" cy=\"14\" r=\"2.5\" fill=\"#2563eb\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n                        \u003crect x=\"11\" y=\"2.5\" width=\"6\" height=\"3\" rx=\"1\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"11\" y=\"22.5\" width=\"6\" height=\"3\" rx=\"1\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                        \u003cpath d=\"M4 10l3 3M24 10l-3 3M4 18l3-3M24 18l-3-3\" stroke=\"#60a5fa\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-feature-content\"\u003e\n                    \u003ch3 class=\"hkm-feature-title\"\u003e12-Inch Pneumatic Off-Road Tires \u0026amp; Dual Shock Absorbers\u003c\/h3\u003e\n                    \u003cp class=\"hkm-feature-text\"\u003eThe HKM-Z6M rolls on \u003cspan class=\"hkm-feature-highlight\"\u003e12-inch (30.5 cm) pneumatic off-road tires\u003c\/span\u003e engineered with an aggressive tread pattern that bites into dirt, grass, gravel, and uneven pavement. Pneumatic construction provides natural shock absorption by allowing the tire to deform around obstacles, reducing transmitted vibration before it reaches the rider. This is complemented by a \u003cstrong\u003efront and rear dual shock absorber suspension system\u003c\/strong\u003e that further dampens impacts from potholes, roots, and trail irregularities. Together, the tire and suspension setup delivers a ride quality that inspires confidence on rough terrain while remaining comfortable enough for daily pavement commutes. The generous \u003cstrong\u003e7.9-inch (20.1 cm) ground clearance\u003c\/strong\u003e allows the scooter to clear curbs, rocks, and trail debris without scraping the undercarriage, a crucial advantage for genuine off-road use. Whether navigating city streets or exploring backcountry paths, the chassis remains composed and communicative.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- FEATURE: SMART FEATURES --\u003e\n            \u003cdiv class=\"hkm-feature-block\"\u003e\n                \u003cdiv class=\"hkm-feature-icon\"\u003e\n                    \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003crect x=\"6\" y=\"2\" width=\"16\" height=\"24\" rx=\"3.5\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"9\" y=\"5\" width=\"10\" height=\"15\" rx=\"1\" fill=\"#eef2ff\" stroke=\"#3b82f6\" stroke-width=\"0.9\"\u003e\u003c\/rect\u003e\n                        \u003ccircle cx=\"14\" cy=\"12\" r=\"3\" fill=\"#2563eb\" opacity=\"0.7\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M14 15v3\" stroke=\"#3b82f6\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003ccircle cx=\"14\" cy=\"23\" r=\"1.3\" fill=\"#60a5fa\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M8 20h2M18 20h2\" stroke=\"#93c5fd\" stroke-width=\"1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-feature-content\"\u003e\n                    \u003ch3 class=\"hkm-feature-title\"\u003eIntegrated Bluetooth Audio \u0026amp; Smartphone App Connectivity\u003c\/h3\u003e\n                    \u003cp class=\"hkm-feature-text\"\u003eThe HKM-Z6M goes beyond basic transportation with its \u003cspan class=\"hkm-feature-highlight\"\u003ebuilt-in Bluetooth speaker\u003c\/span\u003e, allowing riders to stream music, podcasts, or turn-by-turn navigation audio directly from a paired mobile device. The speaker is strategically integrated into the scooter's chassis, providing clear audio output without compromising the vehicle's clean aesthetic or weather resistance. Complementing this is the \u003cstrong\u003ededicated smartphone app\u003c\/strong\u003e, which unlocks a suite of customization and monitoring features. Through the app interface, riders can adjust performance settings, toggle between speed modes (up to 15.5 mph \/ 28 mph \/ 43.5 mph depending on local regulations), customize the vibrant LED headlight and accent strip lighting with a palette of colors, and review detailed ride data including trip distance, average speed, and battery consumption. The app connection is stable and responsive, turning the scooter into a connected mobility platform that adapts to each rider's preferences and riding environment.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- FEATURE: FRAME \u0026 BUILD --\u003e\n            \u003cdiv class=\"hkm-feature-block\"\u003e\n                \u003cdiv class=\"hkm-feature-icon\"\u003e\n                    \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003crect x=\"3\" y=\"5\" width=\"22\" height=\"18\" rx=\"3\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"7\" y=\"3\" width=\"14\" height=\"3\" rx=\"1.2\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"7\" y=\"22\" width=\"14\" height=\"3\" rx=\"1.2\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"8\" y1=\"9\" x2=\"20\" y2=\"9\" stroke=\"#93c5fd\" stroke-width=\"1\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"8\" y1=\"13\" x2=\"18\" y2=\"13\" stroke=\"#93c5fd\" stroke-width=\"1\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"8\" y1=\"17\" x2=\"16\" y2=\"17\" stroke=\"#93c5fd\" stroke-width=\"1\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                        \u003ccircle cx=\"24\" cy=\"14\" r=\"1.5\" fill=\"#2563eb\" opacity=\"0.6\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-feature-content\"\u003e\n                    \u003ch3 class=\"hkm-feature-title\"\u003eCarbon Steel Frame — Engineered for Strength and Durability\u003c\/h3\u003e\n                    \u003cp class=\"hkm-feature-text\"\u003eThe structural backbone of the HKM-Z6M is a \u003cspan class=\"hkm-feature-highlight\"\u003eheavy-duty carbon steel frame\u003c\/span\u003e selected for its superior tensile strength and impact resistance compared to standard aluminum alloys. This material choice allows the scooter to confidently support a combined rider and cargo weight of up to \u003cstrong\u003e330 pounds (150 kilograms)\u003c\/strong\u003e without compromising frame integrity or ride stability. Carbon steel's natural damping properties also contribute to reduced high-frequency vibration transmission, subtly enhancing ride comfort over long distances. The frame geometry has been optimized to balance a low center of gravity for stable handling with the necessary ground clearance for off-road use. Precision welding at all structural joints ensures consistent strength throughout the chassis, while a corrosion-resistant coating protects against rust and environmental wear. The folding mechanism — which reduces the scooter's height from 52.0 inches (132.1 cm) to just 24.4 inches (62.0 cm) — is engineered with robust locking pins and reinforced hinge points, enabling secure, rattle-free transport and compact storage without sacrificing structural rigidity when deployed.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- FEATURE: LIGHTING \u0026 VISIBILITY --\u003e\n            \u003cdiv class=\"hkm-feature-block\"\u003e\n                \u003cdiv class=\"hkm-feature-icon\"\u003e\n                    \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003ccircle cx=\"14\" cy=\"10\" r=\"6\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"14\" cy=\"10\" r=\"2.8\" fill=\"#fef3c7\" stroke=\"#f59e0b\" stroke-width=\"1\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M14 16v6\" stroke=\"#3b82f6\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 22h12\" stroke=\"#60a5fa\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 6l2 2M22 6l-2 2\" stroke=\"#93c5fd\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003ccircle cx=\"14\" cy=\"10\" r=\"1.2\" fill=\"#fbbf24\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-feature-content\"\u003e\n                    \u003ch3 class=\"hkm-feature-title\"\u003eLED Headlight \u0026amp; Customizable Strip Lighting\u003c\/h3\u003e\n                    \u003cp class=\"hkm-feature-text\"\u003eVisibility is paramount for rider safety, and the HKM-Z6M features a \u003cspan class=\"hkm-feature-highlight\"\u003ehigh-output LED headlight\u003c\/span\u003e that illuminates the path ahead with a bright, focused beam pattern, making nighttime riding significantly safer. Complementing the primary headlight are integrated \u003cstrong\u003eLED strip lights\u003c\/strong\u003e that run along the deck and stem, serving both as aesthetic accents and as additional side-visibility markers for other road users. Through the companion smartphone app, riders can customize the color, brightness, and lighting pattern of these accent strips, choosing from a spectrum of hues to match personal style or to maximize conspicuity in different riding conditions. The LED system is energy-efficient, drawing minimal power from the main battery while providing hours of continuous illumination. All lighting components are sealed to the IPX5 water-resistance standard, ensuring reliable operation in wet weather.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003chr class=\"hkm-section-divider\"\u003e\n\n        \u003c!-- ==================== COMPLETE SPECIFICATIONS ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003cdiv class=\"hkm-specs-wrap\"\u003e\n                \u003ch3 class=\"hkm-specs-title\"\u003e📋 Complete Technical Specifications\u003c\/h3\u003e\n                \u003cdiv class=\"hkm-specs-grid\"\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eModel\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003eHKM-Z6M\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eMotor System\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003eDual 60V 1500W (3000W Combined)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eBattery\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e60V 23Ah \/ 1380Wh Lithium-ion\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eMax Speed (Configurable)\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e15.5 \/ 28 \/ 43.5 mph (25 \/ 45 \/ 70 km\/h)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eEstimated Range\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003eUp to 43.5 mi (70 km)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eMax Load Capacity\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e330 lbs (150 kg)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eCharging Time\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e8 – 10 hours\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eBraking System\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003eFront \u0026amp; Rear Hydraulic Disc\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eTires\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e12-inch (30.5 cm) Pneumatic Off-Road\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eSuspension\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003eFront \u0026amp; Rear Shock Absorbers\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eWater Resistance\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003eIPX5\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eGround Clearance\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e7.9 in (20.1 cm)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eMax Climbing Angle\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e30°\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eUnfolded Dimensions\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e53.5\" L × 25.6\" W × 52.0\" H (136 × 65 × 132 cm)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eFolded Dimensions\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e53.5\" L × 25.6\" W × 24.4\" H (136 × 65 × 62 cm)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eNet Weight\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e112.9 lbs (51.2 kg)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eFrame Material\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003eCarbon Steel\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eSmart Features\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003eMobile App, Bluetooth Speaker, LED Lighting\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003chr class=\"hkm-section-divider\"\u003e\n\n        \u003c!-- ==================== FAQs ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003cdiv class=\"hkm-faq-wrap\"\u003e\n                \u003ch3 class=\"hkm-faq-title\"\u003e❓ Frequently Asked Questions\u003c\/h3\u003e\n                \u003cdetails class=\"hkm-faq-item\"\u003e\n                    \u003csummary\u003eWhat real-world range can I expect from the HKM-Z6M?\u003c\/summary\u003e\n                    \u003cdiv class=\"hkm-faq-answer\"\u003e\n                        \u003cp\u003eThe manufacturer-estimated range of up to \u003cstrong\u003e43.5 miles (70 km)\u003c\/strong\u003e is achievable under optimal conditions: a lightweight rider (approximately 150 lbs \/ 68 kg), riding in Eco mode at moderate speeds on flat, smooth pavement, with an ambient temperature around 72°F (22°C). In real-world mixed-use scenarios — including hills, varying speeds, and off-road segments — most riders can expect between \u003cstrong\u003e25 and 35 miles (40–56 km)\u003c\/strong\u003e per charge. Heavier riders, colder weather, aggressive acceleration, and sustained high-speed riding will further reduce range. The 1380Wh battery capacity is among the larger packs available in this scooter class, giving the Z6M a genuine range advantage for longer commutes and extended recreational rides.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/details\u003e\n                \u003cdetails class=\"hkm-faq-item\"\u003e\n                    \u003csummary\u003eHow do the three speed modes work, and are they legal everywhere?\u003c\/summary\u003e\n                    \u003cdiv class=\"hkm-faq-answer\"\u003e\n                        \u003cp\u003eThe HKM-Z6M offers three configurable speed modes accessible through the smartphone app or the onboard display: \u003cstrong\u003eEco Mode\u003c\/strong\u003e (up to 15.5 mph \/ 25 km\/h), \u003cstrong\u003eStandard Mode\u003c\/strong\u003e (up to 28 mph \/ 45 km\/h), and \u003cstrong\u003eSport Mode\u003c\/strong\u003e (up to 43.5 mph \/ 70 km\/h). These limits represent the maximum speed the scooter will accelerate to in each respective mode. \u003cstrong\u003eImportant:\u003c\/strong\u003e Electric scooter laws vary significantly by jurisdiction. Many cities and states impose speed limits on electric scooters — commonly 15 mph or 20 mph on public roads and bike lanes. Riders are solely responsible for researching and adhering to all applicable local regulations, including speed limits, helmet requirements, minimum age restrictions, and permitted riding areas. The ability to configure the top speed via the app allows riders to comply with local laws while preserving the option for higher performance on private property or off-road trails where permitted.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/details\u003e\n                \u003cdetails class=\"hkm-faq-item\"\u003e\n                    \u003csummary\u003eWhat maintenance does the hydraulic brake system require?\u003c\/summary\u003e\n                    \u003cdiv class=\"hkm-faq-answer\"\u003e\n                        \u003cp\u003eHydraulic disc brakes generally require less frequent adjustment than mechanical cable brakes. However, periodic maintenance is still recommended to ensure optimal performance: \u003cstrong\u003ebrake pad inspection\u003c\/strong\u003e every 200–300 miles (320–480 km) for wear; \u003cstrong\u003erotor inspection\u003c\/strong\u003e for warping or scoring; and \u003cstrong\u003ebrake fluid level checks\u003c\/strong\u003e every 6 months. If the brake lever begins to feel spongy or requires excessive travel, the system may need bleeding to remove air bubbles from the hydraulic lines. The sealed hydraulic system is designed to resist contamination, but riding in extremely muddy or dusty conditions may accelerate pad wear. Always perform a pre-ride brake check before each journey.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/details\u003e\n                \u003cdetails class=\"hkm-faq-item\"\u003e\n                    \u003csummary\u003eCan the HKM-Z6M be ridden in the rain?\u003c\/summary\u003e\n                    \u003cdiv class=\"hkm-faq-answer\"\u003e\n                        \u003cp\u003eWith an \u003cstrong\u003eIPX5 water-resistance rating\u003c\/strong\u003e, the HKM-Z6M is designed to withstand low-pressure water jets from any direction, which means it can handle riding in light to moderate rain. However, IPX5 does \u003cstrong\u003enot\u003c\/strong\u003e guarantee protection against submersion or high-pressure water streams (such as a pressure washer). Riders should avoid riding through deep puddles, flooded areas, or prolonged exposure to heavy downpours. After riding in wet conditions, it is advisable to wipe down the scooter and ensure all electrical contacts remain dry. The IPX5 rating applies to the scooter's core electrical components; normal wear and tear over time may affect water resistance.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/details\u003e\n                \u003cdetails class=\"hkm-faq-item\"\u003e\n                    \u003csummary\u003eHow does the folding mechanism work, and how portable is the scooter?\u003c\/summary\u003e\n                    \u003cdiv class=\"hkm-faq-answer\"\u003e\n                        \u003cp\u003eThe HKM-Z6M features a stem-folding mechanism that reduces the overall height from \u003cstrong\u003e52.0 inches (132.1 cm)\u003c\/strong\u003e to just \u003cstrong\u003e24.4 inches (62.0 cm)\u003c\/strong\u003e, while the length and width remain at 53.5 inches (135.9 cm) and 25.6 inches (65.0 cm) respectively. The folding joint incorporates reinforced locking pins and a secondary safety latch to prevent accidental folding during operation. At \u003cstrong\u003e112.9 lbs (51.2 kg)\u003c\/strong\u003e, the Z6M is a substantial scooter — this weight reflects its robust carbon steel frame, large battery, and dual-motor system. While it folds for more compact storage in a garage, trunk, or utility room, it is not designed to be carried up flights of stairs regularly. For transport, the folded scooter can fit into the cargo area of most SUVs, trucks, and larger hatchbacks.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/details\u003e\n                \u003cdetails class=\"hkm-faq-item\"\u003e\n                    \u003csummary\u003eWhat is the advantage of carbon steel over aluminum for the frame?\u003c\/summary\u003e\n                    \u003cdiv class=\"hkm-faq-answer\"\u003e\n                        \u003cp\u003eCarbon steel offers \u003cstrong\u003ehigher tensile strength and impact resistance\u003c\/strong\u003e compared to most aluminum alloys used in scooter manufacturing. This allows the HKM-Z6M's frame to support a substantial 330 lb (150 kg) load capacity while maintaining structural integrity over rough terrain. Carbon steel also exhibits superior fatigue resistance, meaning it can endure repeated stress cycles — such as those encountered during off-road riding — without developing micro-cracks. Additionally, steel's natural vibration-damping characteristics help absorb high-frequency road buzz. The trade-off is increased weight compared to aluminum, which is why the Z6M prioritizes durability and load-bearing capability over ultra-light portability. A corrosion-resistant coating is applied to the frame to mitigate rust and environmental degradation.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/details\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003chr class=\"hkm-section-divider\"\u003e\n\n        \u003c!-- ==================== POLICY SECTION ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003cdiv class=\"hkm-policy-wrap\"\u003e\n                \u003ch3 class=\"hkm-policy-title\"\u003e🛡️ Purchase with Confidence\u003c\/h3\u003e\n                \u003cdiv class=\"hkm-policy-grid\"\u003e\n                    \u003cdiv class=\"hkm-policy-card\"\u003e\n                        \u003cdiv class=\"hkm-policy-icon\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003crect x=\"1\" y=\"6\" width=\"22\" height=\"14\" rx=\"2.5\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                                \u003cpath d=\"M6 12h12M6 16h8\" stroke=\"#3b82f6\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                                \u003ccircle cx=\"18\" cy=\"10\" r=\"3\" fill=\"#eef2ff\" stroke=\"#2563eb\" stroke-width=\"1.2\"\u003e\u003c\/circle\u003e\n                                \u003cpath d=\"M17.5 10l1 1 1.5-1.5\" stroke=\"#2563eb\" stroke-width=\"1.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"hkm-policy-label\"\u003eFree Shipping on All Orders\u003c\/p\u003e\n                            \u003cp class=\"hkm-policy-desc\"\u003eComplimentary standard shipping on every HKM-Z6M order. Delivered directly to your doorstep at no additional cost.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-policy-card\"\u003e\n                        \u003cdiv class=\"hkm-policy-icon\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003cpath d=\"M12 2L3 7v6c0 5.5 3.8 10.7 9 12 5.2-1.3 9-6.5 9-12V7l-9-5z\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"#eef2ff\"\u003e\u003c\/path\u003e\n                                \u003ccircle cx=\"12\" cy=\"12\" r=\"4\" stroke=\"#3b82f6\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/circle\u003e\n                                \u003cpath d=\"M10.5 12l1 1.5 2.5-2\" stroke=\"#2563eb\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"hkm-policy-label\"\u003e180-Day Purchase Protection\u003c\/p\u003e\n                            \u003cp class=\"hkm-policy-desc\"\u003eExtended coverage against manufacturing defects for a full 180 days from the date of purchase.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-policy-card\"\u003e\n                        \u003cdiv class=\"hkm-policy-icon\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                                \u003cpath d=\"M7 12l3.5 3.5L17 9\" stroke=\"#3b82f6\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                                \u003ccircle cx=\"12\" cy=\"12\" r=\"14\" stroke=\"#60a5fa\" stroke-width=\"0.6\" fill=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"hkm-policy-label\"\u003e30-Day Money-Back Guarantee\u003c\/p\u003e\n                            \u003cp class=\"hkm-policy-desc\"\u003eNot satisfied? Return the scooter within 30 days for a full refund. Hassle-free and straightforward.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-policy-card\"\u003e\n                        \u003cdiv class=\"hkm-policy-icon\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003crect x=\"3\" y=\"4\" width=\"18\" height=\"16\" rx=\"3\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                                \u003cpath d=\"M7 10h10M7 14h6\" stroke=\"#3b82f6\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                                \u003ccircle cx=\"17\" cy=\"16\" r=\"2.5\" fill=\"#eef2ff\" stroke=\"#2563eb\" stroke-width=\"1.2\"\u003e\u003c\/circle\u003e\n                                \u003ctext x=\"17\" y=\"16.8\" text-anchor=\"middle\" font-size=\"7\" fill=\"#2563eb\" font-weight=\"600\"\u003e24\u003c\/text\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"hkm-policy-label\"\u003e24-Month Warranty Service\u003c\/p\u003e\n                            \u003cp class=\"hkm-policy-desc\"\u003eComprehensive 2-year warranty covering major components. Dedicated support team ready to assist you.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== DISCLAIMER NOTE ==================== --\u003e\n        \u003cp class=\"hkm-note\"\u003e⚠️ \u003cstrong\u003eImportant Notice:\u003c\/strong\u003e Electric scooter laws and regulations differ by city, county, and state. It is the purchaser's and rider's sole responsibility to research and adhere to all applicable local laws regarding operation, including speed limits, helmet requirements, age restrictions, and permitted riding areas. Performance specifications are estimates obtained under controlled, ideal testing conditions; real-world results will vary based on rider weight, terrain, ambient temperature, speed mode selection, and riding style. Always wear appropriate safety gear — including a certified helmet — and perform a thorough pre-ride safety check before each use. The maximum configurable speed of 43.5 mph (70 km\/h) is intended for use on private property and off-road environments only where legally permitted.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/01_26d868d7-301d-4860-8b5a-441c7119b2ff.jpg?v=1767956903\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/02_edb81f52-dcee-4a52-b276-ddd5406070d6.jpg?v=1767956917\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/03_26ae36bc-47a9-4a1a-926e-7936096c74ea.jpg?v=1767956897\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/04_364481fe-b9ad-4ff3-bcf2-4642591c376c.jpg?v=1767956899\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/05_3f0cd56b-ede9-497a-99e3-e17877e330f2.jpg?v=1767956916\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/06_ae4e4ad8-f74f-4d2e-b21b-77fa5de8db6e.jpg?v=1767956909\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/07_cf8c8d4d-566f-4f85-b44a-cceccc495e87.jpg?v=1767956915\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/08_74251309-14c7-48fc-9f81-a42da214b960.jpg?v=1767956886\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/09_e434edb5-498a-4aae-815a-8dc3d419158f.jpg?v=1767956901\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/10_47240fda-6901-4d02-92f9-bda0c08cde1d.jpg?v=1767956916\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/11_31f90995-e3c3-4105-ba93-de2898c6d6ae.jpg?v=1767956918\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/12_caa8cced-daa9-468a-95a6-55643add3cb2.jpg?v=1767956915\"\u003e\u003cp\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Electric Scooters \u003e\u003e","offers":[{"title":"- Orange \/ - 3000W\/1500W*2 \/ - 23Ah\/48V\/1104Wh","offer_id":43279982755923,"sku":"868053898712","price":1299.99,"currency_code":"USD","in_stock":true},{"title":"- Green \/ - 3000W\/1500W*2 \/ - 23Ah\/48V\/1104Wh","offer_id":44283035222099,"sku":null,"price":1299.99,"currency_code":"USD","in_stock":true},{"title":"- Yellow \/ - 3000W\/1500W*2 \/ - 23Ah\/48V\/1104Wh","offer_id":43279982788691,"sku":"868053898713","price":1299.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/7797353676883-1-HKM-Z6M-43_5-Miles-48V-23Ah-1104Wh-3000W-Dual-Motor-Drive-Long-Range-Foldable-Electric-Scooter-Orange_2d0331ec-4428-458a-b565-e107f20b1eeb.jpg?v=1768116790"},{"product_id":"hkm-z6m-43-5-miles-48v-23ah-1104wh-3000w-dual-motor-drive-long-range-foldable-electric-scooter-orange-2","title":"HKM-Z6M 43.5 Miles 48V 23Ah 1104Wh 3000W Dual-Motor Drive Long-Range Foldable Electric Scooter - Orange","description":"\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eHKM-Z6M Electric Scooter\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --primary: #1e3a5f;\n            --accent: #2563eb;\n            --accent-light: #3b82f6;\n            --accent-glow: #60a5fa;\n            --text-primary: #1a1a2e;\n            --text-secondary: #4a4a5e;\n            --text-tertiary: #6b7280;\n            --bg-white: #ffffff;\n            --bg-card: #f8fafc;\n            --bg-subtle: #f1f5f9;\n            --border-light: #e2e8f0;\n            --border-medium: #cbd5e1;\n            --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);\n            --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.06);\n            --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.08);\n            --shadow-xl: 0 16px 48px rgba(0, 0, 0, 0.1);\n            --radius-sm: 8px;\n            --radius-md: 14px;\n            --radius-lg: 20px;\n            --radius-xl: 24px;\n            --transition-fast: 0.18s cubic-bezier(0.4, 0, 0.2, 1);\n            --transition-smooth: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n            --transition-bounce: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);\n        }\n        \n        \/* ============ RESET \u0026 CONTAINER ============ *\/\n        .hkm-z6m-wrapper {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', 'Helvetica Neue', Arial, sans-serif;\n            max-width: 820px;\n            margin: 0 auto;\n            padding: 0;\n            background: #ffffff;\n            color: var(--text-primary);\n            line-height: 1.7;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n            box-sizing: border-box;\n        }\n        .hkm-z6m-wrapper *,\n        .hkm-z6m-wrapper *::before,\n        .hkm-z6m-wrapper *::after {\n            box-sizing: border-box;\n        }\n        \n        \/* ============ SECTION SPACING ============ *\/\n        .hkm-section {\n            margin-bottom: 40px;\n            padding: 0 4px;\n        }\n        .hkm-section-divider {\n            border: none;\n            border-top: 1px solid var(--border-light);\n            margin: 36px 0;\n            opacity: 0.7;\n        }\n        \n        \/* ============ HERO HEADER ============ *\/\n        .hkm-hero {\n            text-align: left;\n            padding: 8px 0 20px;\n            border-bottom: 2px solid transparent;\n            border-image: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 50%, transparent 100%) 1;\n            border-image-slice: 1;\n        }\n        .hkm-hero-badge {\n            display: inline-block;\n            background: #eef2ff;\n            color: var(--accent);\n            font-size: 13px;\n            font-weight: 500;\n            letter-spacing: 0.06em;\n            text-transform: uppercase;\n            padding: 6px 14px;\n            border-radius: 20px;\n            margin-bottom: 14px;\n        }\n        .hkm-hero-title {\n            font-size: 30px;\n            font-weight: 600;\n            color: var(--text-primary);\n            margin: 0 0 8px;\n            letter-spacing: -0.02em;\n            line-height: 1.25;\n        }\n        .hkm-hero-subtitle {\n            font-size: 15px;\n            font-weight: 400;\n            color: var(--text-secondary);\n            margin: 0 0 16px;\n            line-height: 1.55;\n            max-width: 680px;\n        }\n        .hkm-hero-tagline {\n            font-size: 13px;\n            font-weight: 500;\n            color: var(--accent);\n            letter-spacing: 0.04em;\n            text-transform: uppercase;\n        }\n        \n        \/* ============ STAT HIGHLIGHT CARDS ============ *\/\n        .hkm-stat-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 14px;\n            margin: 20px 0;\n        }\n        .hkm-stat-card {\n            background: var(--bg-card);\n            border: 1px solid var(--border-light);\n            border-radius: var(--radius-md);\n            padding: 18px 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            transition: all var(--transition-smooth);\n            cursor: default;\n            position: relative;\n            overflow: hidden;\n        }\n        .hkm-stat-card::after {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 3px;\n            height: 100%;\n            background: var(--accent);\n            border-radius: 3px 0 0 3px;\n            transform: scaleY(0);\n            transform-origin: top;\n            transition: transform var(--transition-smooth);\n        }\n        .hkm-stat-card:hover {\n            border-color: #c7d2fe;\n            box-shadow: var(--shadow-lg);\n            transform: translateY(-2px);\n        }\n        .hkm-stat-card:hover::after {\n            transform: scaleY(1);\n        }\n        .hkm-stat-icon-wrap {\n            flex-shrink: 0;\n            width: 44px;\n            height: 44px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: #eef2ff;\n            border-radius: 12px;\n            transition: all var(--transition-bounce);\n        }\n        .hkm-stat-card:hover .hkm-stat-icon-wrap {\n            background: #dbeafe;\n            transform: scale(1.08);\n        }\n        .hkm-stat-icon-wrap svg {\n            width: 24px;\n            height: 24px;\n            transition: transform var(--transition-fast);\n        }\n        .hkm-stat-card:hover .hkm-stat-icon-wrap svg {\n            transform: rotate(-3deg) scale(1.05);\n        }\n        .hkm-stat-info {\n            flex: 1;\n        }\n        .hkm-stat-value {\n            font-size: 20px;\n            font-weight: 600;\n            color: var(--text-primary);\n            line-height: 1.2;\n            letter-spacing: -0.01em;\n        }\n        .hkm-stat-label {\n            font-size: 13px;\n            font-weight: 400;\n            color: var(--text-tertiary);\n            margin-top: 2px;\n            line-height: 1.35;\n        }\n        \n        \/* ============ FEATURE BLOCKS ============ *\/\n        .hkm-feature-block {\n            display: flex;\n            align-items: flex-start;\n            gap: 18px;\n            padding: 20px 0;\n            border-bottom: 1px solid var(--border-light);\n            transition: background var(--transition-smooth);\n            border-radius: var(--radius-sm);\n            padding: 20px 10px;\n            margin: 0 -10px;\n        }\n        .hkm-feature-block:last-of-type {\n            border-bottom: none;\n        }\n        .hkm-feature-block:hover {\n            background: var(--bg-subtle);\n        }\n        .hkm-feature-icon {\n            flex-shrink: 0;\n            width: 50px;\n            height: 50px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: #f0f4ff;\n            border-radius: 14px;\n            transition: all var(--transition-bounce);\n        }\n        .hkm-feature-block:hover .hkm-feature-icon {\n            background: #dbeafe;\n            transform: scale(1.06);\n            box-shadow: 0 4px 14px rgba(37, 99, 235, 0.13);\n        }\n        .hkm-feature-icon svg {\n            width: 28px;\n            height: 28px;\n            transition: transform var(--transition-fast);\n        }\n        .hkm-feature-block:hover .hkm-feature-icon svg {\n            transform: rotate(2deg);\n        }\n        .hkm-feature-content {\n            flex: 1;\n        }\n        .hkm-feature-title {\n            font-size: 16px;\n            font-weight: 600;\n            color: var(--text-primary);\n            margin: 0 0 6px;\n            letter-spacing: -0.01em;\n            line-height: 1.3;\n        }\n        .hkm-feature-text {\n            font-size: 13px;\n            font-weight: 400;\n            color: var(--text-secondary);\n            margin: 0;\n            line-height: 1.65;\n        }\n        .hkm-feature-highlight {\n            display: inline-block;\n            background: #fef3c7;\n            color: #92400e;\n            font-weight: 500;\n            padding: 1px 8px;\n            border-radius: 4px;\n            font-size: 12px;\n            letter-spacing: 0.02em;\n        }\n        \n        \/* ============ SPEC TABLE (CARD-BASED) ============ *\/\n        .hkm-specs-wrap {\n            background: var(--bg-card);\n            border: 1px solid var(--border-light);\n            border-radius: var(--radius-lg);\n            padding: 24px 20px;\n            margin: 20px 0;\n        }\n        .hkm-specs-title {\n            font-size: 18px;\n            font-weight: 600;\n            color: var(--text-primary);\n            margin: 0 0 18px;\n            letter-spacing: -0.01em;\n        }\n        .hkm-specs-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 10px 20px;\n        }\n        .hkm-spec-item {\n            display: flex;\n            justify-content: space-between;\n            align-items: baseline;\n            padding: 9px 0;\n            border-bottom: 1px dashed var(--border-light);\n            transition: background var(--transition-fast);\n            border-radius: 4px;\n            padding: 9px 6px;\n            margin: 0 -6px;\n        }\n        .hkm-spec-item:hover {\n            background: #f8fafc;\n        }\n        .hkm-spec-item:last-child,\n        .hkm-spec-item:nth-last-child(2):nth-child(odd) {\n            border-bottom: none;\n        }\n        .hkm-spec-label {\n            font-size: 13px;\n            font-weight: 500;\n            color: var(--text-secondary);\n            flex-shrink: 0;\n            margin-right: 8px;\n        }\n        .hkm-spec-value {\n            font-size: 13px;\n            font-weight: 600;\n            color: var(--text-primary);\n            text-align: right;\n            letter-spacing: -0.01em;\n        }\n        .hkm-spec-dot {\n            display: inline-block;\n            width: 6px;\n            height: 6px;\n            border-radius: 50%;\n            background: var(--accent);\n            margin-right: 6px;\n            vertical-align: middle;\n        }\n        \n        \/* ============ ACCORDION FAQs ============ *\/\n        .hkm-faq-wrap {\n            margin: 20px 0;\n        }\n        .hkm-faq-title {\n            font-size: 18px;\n            font-weight: 600;\n            color: var(--text-primary);\n            margin: 0 0 16px;\n            letter-spacing: -0.01em;\n        }\n        .hkm-faq-item {\n            border: 1px solid var(--border-light);\n            border-radius: var(--radius-md);\n            margin-bottom: 10px;\n            overflow: hidden;\n            transition: all var(--transition-smooth);\n            background: #ffffff;\n        }\n        .hkm-faq-item:hover {\n            border-color: #c7d2fe;\n            box-shadow: var(--shadow-sm);\n        }\n        .hkm-faq-item summary {\n            list-style: none;\n            cursor: pointer;\n            padding: 16px 18px;\n            font-size: 14px;\n            font-weight: 500;\n            color: var(--text-primary);\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            user-select: none;\n            transition: color var(--transition-fast);\n            letter-spacing: -0.005em;\n        }\n        .hkm-faq-item summary::-webkit-details-marker {\n            display: none;\n        }\n        .hkm-faq-item summary::after {\n            content: '';\n            display: inline-block;\n            width: 20px;\n            height: 20px;\n            flex-shrink: 0;\n            margin-left: 12px;\n            background: #eef2ff;\n            border-radius: 50%;\n            position: relative;\n            transition: all var(--transition-smooth);\n        }\n        .hkm-faq-item summary::before {\n            content: '+';\n            position: absolute;\n            right: 26px;\n            font-size: 16px;\n            font-weight: 500;\n            color: var(--accent);\n            z-index: 1;\n            transition: transform var(--transition-smooth);\n            line-height: 20px;\n            pointer-events: none;\n        }\n        .hkm-faq-item[open] summary::before {\n            content: '−';\n            transform: rotate(180deg);\n        }\n        .hkm-faq-item[open] summary {\n            color: var(--accent);\n            font-weight: 600;\n        }\n        .hkm-faq-item[open] {\n            border-color: #c7d2fe;\n            box-shadow: var(--shadow-md);\n        }\n        .hkm-faq-answer {\n            padding: 0 18px 18px;\n            font-size: 13px;\n            color: var(--text-secondary);\n            line-height: 1.65;\n            animation: hkmFadeIn 0.35s ease;\n        }\n        @keyframes hkmFadeIn {\n            from {\n                opacity: 0;\n                transform: translateY(-6px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n        \n        \/* ============ POLICY SECTION ============ *\/\n        .hkm-policy-wrap {\n            margin: 28px 0 12px;\n            padding: 24px 20px;\n            background: #f8fafc;\n            border-radius: var(--radius-lg);\n            border: 1px solid var(--border-light);\n        }\n        .hkm-policy-title {\n            font-size: 16px;\n            font-weight: 600;\n            color: var(--text-primary);\n            margin: 0 0 18px;\n            text-align: center;\n            letter-spacing: -0.01em;\n        }\n        .hkm-policy-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 16px;\n        }\n        .hkm-policy-card {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            padding: 14px;\n            background: #ffffff;\n            border-radius: var(--radius-md);\n            border: 1px solid transparent;\n            transition: all var(--transition-smooth);\n        }\n        .hkm-policy-card:hover {\n            border-color: #dbeafe;\n            box-shadow: var(--shadow-md);\n            transform: translateY(-1px);\n        }\n        .hkm-policy-icon {\n            flex-shrink: 0;\n            width: 38px;\n            height: 38px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: #eef2ff;\n            border-radius: 10px;\n            transition: all var(--transition-bounce);\n        }\n        .hkm-policy-card:hover .hkm-policy-icon {\n            background: #dbeafe;\n            transform: scale(1.08);\n        }\n        .hkm-policy-icon svg {\n            width: 20px;\n            height: 20px;\n        }\n        .hkm-policy-label {\n            font-size: 14px;\n            font-weight: 600;\n            color: var(--text-primary);\n            margin: 0 0 2px;\n            letter-spacing: -0.005em;\n        }\n        .hkm-policy-desc {\n            font-size: 12px;\n            color: var(--text-tertiary);\n            margin: 0;\n            line-height: 1.4;\n        }\n        \n        \/* ============ NOTE \/ DISCLAIMER ============ *\/\n        .hkm-note {\n            font-size: 12px;\n            color: #94a3b8;\n            font-style: italic;\n            margin: 20px 0 0;\n            padding: 12px 14px;\n            background: #fdfdfd;\n            border-radius: var(--radius-sm);\n            border-left: 3px solid #e2e8f0;\n            line-height: 1.55;\n        }\n        \n        \/* ============ RESPONSIVE - TABLET ============ *\/\n        @media screen and (max-width: 768px) {\n            .hkm-z6m-wrapper {\n                max-width: 100%;\n                padding: 0 2px;\n            }\n            .hkm-hero-title {\n                font-size: 24px;\n            }\n            .hkm-hero-subtitle {\n                font-size: 13px;\n            }\n            .hkm-stat-grid {\n                grid-template-columns: 1fr 1fr;\n                gap: 10px;\n            }\n            .hkm-stat-card {\n                padding: 14px 12px;\n                gap: 10px;\n            }\n            .hkm-stat-icon-wrap {\n                width: 38px;\n                height: 38px;\n                border-radius: 10px;\n            }\n            .hkm-stat-icon-wrap svg {\n                width: 20px;\n                height: 20px;\n            }\n            .hkm-stat-value {\n                font-size: 17px;\n            }\n            .hkm-stat-label {\n                font-size: 12px;\n            }\n            .hkm-specs-grid {\n                grid-template-columns: 1fr 1fr;\n                gap: 8px 14px;\n            }\n            .hkm-spec-label,\n            .hkm-spec-value {\n                font-size: 12px;\n            }\n            .hkm-feature-title {\n                font-size: 15px;\n            }\n            .hkm-feature-text {\n                font-size: 12px;\n            }\n            .hkm-feature-icon {\n                width: 42px;\n                height: 42px;\n                border-radius: 12px;\n            }\n            .hkm-feature-icon svg {\n                width: 24px;\n                height: 24px;\n            }\n            .hkm-policy-grid {\n                grid-template-columns: 1fr 1fr;\n                gap: 12px;\n            }\n            .hkm-faq-item summary {\n                font-size: 13px;\n                padding: 14px 14px;\n            }\n            .hkm-faq-answer {\n                font-size: 12px;\n                padding: 0 14px 14px;\n            }\n            .hkm-specs-title {\n                font-size: 16px;\n            }\n            .hkm-faq-title {\n                font-size: 16px;\n            }\n            .hkm-policy-title {\n                font-size: 15px;\n            }\n            .hkm-hero-badge {\n                font-size: 12px;\n            }\n            .hkm-hero-tagline {\n                font-size: 12px;\n            }\n        }\n        \n        \/* ============ RESPONSIVE - MOBILE ============ *\/\n        @media screen and (max-width: 540px) {\n            .hkm-z6m-wrapper {\n                max-width: 100%;\n                padding: 0 0;\n            }\n            .hkm-section {\n                margin-bottom: 28px;\n                padding: 0 2px;\n            }\n            .hkm-hero {\n                padding: 4px 0 14px;\n            }\n            .hkm-hero-title {\n                font-size: 20px;\n                letter-spacing: -0.01em;\n            }\n            .hkm-hero-subtitle {\n                font-size: 12px;\n                line-height: 1.5;\n            }\n            .hkm-hero-badge {\n                font-size: 11px;\n                padding: 5px 10px;\n            }\n            .hkm-hero-tagline {\n                font-size: 11px;\n            }\n            .hkm-stat-grid {\n                grid-template-columns: 1fr;\n                gap: 8px;\n            }\n            .hkm-stat-card {\n                padding: 12px 10px;\n                gap: 10px;\n                border-radius: var(--radius-sm);\n            }\n            .hkm-stat-icon-wrap {\n                width: 34px;\n                height: 34px;\n                border-radius: 8px;\n            }\n            .hkm-stat-icon-wrap svg {\n                width: 18px;\n                height: 18px;\n            }\n            .hkm-stat-value {\n                font-size: 16px;\n            }\n            .hkm-stat-label {\n                font-size: 11px;\n            }\n            .hkm-feature-block {\n                flex-direction: column;\n                gap: 10px;\n                padding: 14px 8px;\n                margin: 0 -8px;\n                border-radius: var(--radius-sm);\n            }\n            .hkm-feature-icon {\n                width: 40px;\n                height: 40px;\n                border-radius: 10px;\n            }\n            .hkm-feature-icon svg {\n                width: 22px;\n                height: 22px;\n            }\n            .hkm-feature-title {\n                font-size: 14px;\n            }\n            .hkm-feature-text {\n                font-size: 12px;\n                line-height: 1.55;\n            }\n            .hkm-feature-highlight {\n                font-size: 11px;\n            }\n            .hkm-specs-wrap {\n                padding: 16px 12px;\n                border-radius: var(--radius-md);\n            }\n            .hkm-specs-title {\n                font-size: 15px;\n                margin-bottom: 12px;\n            }\n            .hkm-specs-grid {\n                grid-template-columns: 1fr;\n                gap: 4px 0;\n            }\n            .hkm-spec-item {\n                padding: 7px 4px;\n                margin: 0 -4px;\n            }\n            .hkm-spec-label {\n                font-size: 12px;\n            }\n            .hkm-spec-value {\n                font-size: 12px;\n            }\n            .hkm-spec-item:last-child {\n                border-bottom: none;\n            }\n            .hkm-spec-item:nth-last-child(2):nth-child(odd) {\n                border-bottom: 1px dashed var(--border-light);\n            }\n            .hkm-faq-title {\n                font-size: 15px;\n            }\n            .hkm-faq-item summary {\n                font-size: 12px;\n                padding: 12px 12px;\n            }\n            .hkm-faq-answer {\n                font-size: 12px;\n                padding: 0 12px 12px;\n            }\n            .hkm-policy-wrap {\n                padding: 16px 12px;\n                border-radius: var(--radius-md);\n            }\n            .hkm-policy-title {\n                font-size: 14px;\n                margin-bottom: 12px;\n            }\n            .hkm-policy-grid {\n                grid-template-columns: 1fr;\n                gap: 10px;\n            }\n            .hkm-policy-card {\n                padding: 12px;\n                gap: 10px;\n            }\n            .hkm-policy-icon {\n                width: 32px;\n                height: 32px;\n                border-radius: 8px;\n            }\n            .hkm-policy-icon svg {\n                width: 17px;\n                height: 17px;\n            }\n            .hkm-policy-label {\n                font-size: 13px;\n            }\n            .hkm-policy-desc {\n                font-size: 11px;\n            }\n            .hkm-note {\n                font-size: 11px;\n                padding: 10px 12px;\n            }\n            .hkm-section-divider {\n                margin: 24px 0;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"hkm-z6m-wrapper\"\u003e\n\n        \u003c!-- ==================== HERO HEADER ==================== --\u003e\n        \u003cdiv class=\"hkm-hero\"\u003e\n            \u003cspan class=\"hkm-hero-badge\"\u003e⚡ Dual-Motor Performance\u003c\/span\u003e\n            \u003ch1 class=\"hkm-hero-title\"\u003eHKM-Z6M High-Performance Dual-Motor Electric Scooter\u003c\/h1\u003e\n            \u003cp class=\"hkm-hero-subtitle\"\u003eEngineered for riders who demand exceptional off-road capability and uncompromising power. The HKM-Z6M combines a 3000W peak dual-motor system, a high-capacity 1380Wh lithium-ion battery, and a rugged carbon steel frame to deliver a riding experience that bridges the gap between urban commuting and adventurous trail exploration.\u003c\/p\u003e\n            \u003cspan class=\"hkm-hero-tagline\"\u003e3000W Combined Output  |  43.5 mi Range  |  30° Climb Angle  |  IPX5 Rated\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== KEY STAT CARDS ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003cdiv class=\"hkm-stat-grid\"\u003e\n                \u003c!-- Card 1: Total Power --\u003e\n                \u003cdiv class=\"hkm-stat-card\"\u003e\n                    \u003cdiv class=\"hkm-stat-icon-wrap\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#2563eb\" stroke-width=\"1.6\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M12 2v4M12 18v4M2 12h4M18 12h4\" stroke=\"#2563eb\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"5.5\" stroke=\"#3b82f6\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"2.2\" fill=\"#2563eb\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M12 6.5v3M12 14.5v3M6.5 12h3M14.5 12h3\" stroke=\"#60a5fa\" stroke-width=\"1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-stat-info\"\u003e\n                        \u003cdiv class=\"hkm-stat-value\"\u003e3,000W Peak\u003c\/div\u003e\n                        \u003cdiv class=\"hkm-stat-label\"\u003eDual 60V 1500W Motors — combined output for rapid acceleration\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003c!-- Card 2: Battery --\u003e\n                \u003cdiv class=\"hkm-stat-card\"\u003e\n                    \u003cdiv class=\"hkm-stat-icon-wrap\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003crect x=\"2\" y=\"7\" width=\"17\" height=\"12\" rx=\"2.5\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"19\" y=\"10\" width=\"3\" height=\"6\" rx=\"1.2\" fill=\"#2563eb\" opacity=\"0.85\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"5\" y=\"10\" width=\"3\" height=\"6\" rx=\"0.8\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"9.5\" y=\"10\" width=\"3\" height=\"6\" rx=\"0.8\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"14\" y=\"10\" width=\"2.5\" height=\"6\" rx=\"0.8\" fill=\"#93c5fd\"\u003e\u003c\/rect\u003e\n                            \u003cpath d=\"M10.5 3v3\" stroke=\"#2563eb\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-stat-info\"\u003e\n                        \u003cdiv class=\"hkm-stat-value\"\u003e1,380 Wh\u003c\/div\u003e\n                        \u003cdiv class=\"hkm-stat-label\"\u003e60V 23Ah Lithium-ion — up to 43.5 mi (70 km) estimated range\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003c!-- Card 3: Climb Angle --\u003e\n                \u003cdiv class=\"hkm-stat-card\"\u003e\n                    \u003cdiv class=\"hkm-stat-icon-wrap\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M2 20L10 8l5 6 6-10\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                            \u003cpolyline points=\"16,4 21,4 21,9\" stroke=\"#2563eb\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\u003c\/polyline\u003e\n                            \u003ccircle cx=\"21\" cy=\"4\" r=\"2.5\" fill=\"#3b82f6\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-stat-info\"\u003e\n                        \u003cdiv class=\"hkm-stat-value\"\u003e30° Climbing\u003c\/div\u003e\n                        \u003cdiv class=\"hkm-stat-label\"\u003eTackles steep inclines with confidence — dual-motor torque advantage\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003c!-- Card 4: Load Capacity --\u003e\n                \u003cdiv class=\"hkm-stat-card\"\u003e\n                    \u003cdiv class=\"hkm-stat-icon-wrap\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003crect x=\"3\" y=\"2\" width=\"18\" height=\"20\" rx=\"3\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003cline x1=\"3\" y1=\"14\" x2=\"21\" y2=\"14\" stroke=\"#3b82f6\" stroke-width=\"1.2\"\u003e\u003c\/line\u003e\n                            \u003crect x=\"8\" y=\"4\" width=\"8\" height=\"8\" rx=\"1.5\" fill=\"#eef2ff\" stroke=\"#2563eb\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n                            \u003ccircle cx=\"12\" cy=\"8\" r=\"2\" fill=\"#2563eb\" opacity=\"0.7\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M6 18h4M14 18h4\" stroke=\"#60a5fa\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-stat-info\"\u003e\n                        \u003cdiv class=\"hkm-stat-value\"\u003e330 lbs \/ 150 kg\u003c\/div\u003e\n                        \u003cdiv class=\"hkm-stat-label\"\u003eMaximum load — carbon steel frame supports rider plus cargo\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003c!-- Card 5: Brakes --\u003e\n                \u003cdiv class=\"hkm-stat-card\"\u003e\n                    \u003cdiv class=\"hkm-stat-icon-wrap\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"5.5\" stroke=\"#3b82f6\" stroke-width=\"1.2\" fill=\"none\" stroke-dasharray=\"3 2\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"2.2\" fill=\"#2563eb\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M3 12h3M18 12h3\" stroke=\"#60a5fa\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"12\" cy=\"3\" r=\"1.2\" fill=\"#3b82f6\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-stat-info\"\u003e\n                        \u003cdiv class=\"hkm-stat-value\"\u003eHydraulic Disc\u003c\/div\u003e\n                        \u003cdiv class=\"hkm-stat-label\"\u003eFront \u0026amp; rear hydraulic brakes with precise modulation control\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003c!-- Card 6: Water Resistance --\u003e\n                \u003cdiv class=\"hkm-stat-card\"\u003e\n                    \u003cdiv class=\"hkm-stat-icon-wrap\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M12 3c-3 5-7 9-7 13a7 7 0 0014 0c0-4-4-8-7-13z\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"#eef2ff\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M12 16a2 2 0 100-4 2 2 0 000 4z\" fill=\"#2563eb\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M8 8c1.5-1 3.5-1 5 0\" stroke=\"#3b82f6\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M16 8c-1.5-1-3.5-1-5 0\" stroke=\"#60a5fa\" stroke-width=\"1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-stat-info\"\u003e\n                        \u003cdiv class=\"hkm-stat-value\"\u003eIPX5 Rated\u003c\/div\u003e\n                        \u003cdiv class=\"hkm-stat-label\"\u003eWater-resistant construction — protected against low-pressure water jets\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003chr class=\"hkm-section-divider\"\u003e\n\n        \u003c!-- ==================== FEATURE: DUAL-MOTOR SYSTEM ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003cdiv class=\"hkm-feature-block\"\u003e\n                \u003cdiv class=\"hkm-feature-icon\"\u003e\n                    \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003ccircle cx=\"9\" cy=\"14\" r=\"5\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"19\" cy=\"14\" r=\"5\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"9\" cy=\"14\" r=\"1.8\" fill=\"#2563eb\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"19\" cy=\"14\" r=\"1.8\" fill=\"#2563eb\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M14 14h-1\" stroke=\"#3b82f6\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003crect x=\"12.5\" y=\"6\" width=\"3\" height=\"4\" rx=\"1\" fill=\"#60a5fa\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"12.5\" y=\"18\" width=\"3\" height=\"4\" rx=\"1\" fill=\"#60a5fa\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-feature-content\"\u003e\n                    \u003ch3 class=\"hkm-feature-title\"\u003eDual 60V 1500W Motor System — 3000W Total Combined Output\u003c\/h3\u003e\n                    \u003cp class=\"hkm-feature-text\"\u003eAt the core of the HKM-Z6M lies a synchronized dual-motor configuration that delivers a formidable \u003cspan class=\"hkm-feature-highlight\"\u003e3000W peak combined output\u003c\/span\u003e. Each 60V 1500W brushless hub motor operates independently, channeling power to both the front and rear wheels simultaneously. This all-wheel-drive architecture provides exceptional traction on loose gravel, wet pavement, and uneven off-road terrain. The dual-motor setup significantly reduces the strain on any single motor during high-load scenarios, enhancing overall system longevity and thermal efficiency. Riders benefit from rapid throttle response, confident hill-climbing capability up to 30 degrees of incline, and a planted, stable feel even when accelerating hard out of corners or tackling steep grades. The electronic motor controllers are tuned to deliver smooth, progressive power delivery rather than abrupt surges, giving both novice and experienced riders precise command over the scooter's substantial output.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- FEATURE: BATTERY \u0026 RANGE --\u003e\n            \u003cdiv class=\"hkm-feature-block\"\u003e\n                \u003cdiv class=\"hkm-feature-icon\"\u003e\n                    \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003crect x=\"3\" y=\"8\" width=\"19\" height=\"14\" rx=\"3\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"22\" y=\"11.5\" width=\"3.5\" height=\"7\" rx=\"1.4\" fill=\"#2563eb\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"6.5\" y=\"11.5\" width=\"3\" height=\"7\" rx=\"0.9\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"11\" y=\"11.5\" width=\"3\" height=\"7\" rx=\"0.9\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"16.5\" y=\"11.5\" width=\"2.5\" height=\"7\" rx=\"0.9\" fill=\"#93c5fd\"\u003e\u003c\/rect\u003e\n                        \u003cpath d=\"M14 3v4\" stroke=\"#2563eb\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003ccircle cx=\"14\" cy=\"2.2\" r=\"1.2\" fill=\"#60a5fa\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-feature-content\"\u003e\n                    \u003ch3 class=\"hkm-feature-title\"\u003e1380Wh Extended-Range Battery — Ride Farther, Explore More\u003c\/h3\u003e\n                    \u003cp class=\"hkm-feature-text\"\u003eThe HKM-Z6M is equipped with a premium \u003cspan class=\"hkm-feature-highlight\"\u003e60V 23Ah lithium-ion battery pack\u003c\/span\u003e delivering 1380 watt-hours of stored energy. Under optimal riding conditions — moderate speed, level terrain, and temperate weather — riders can achieve an estimated range of up to \u003cstrong\u003e43.5 miles (70 kilometers)\u003c\/strong\u003e on a single charge. The battery management system (BMS) continuously monitors individual cell voltages, temperature, and discharge rates to safeguard against overcharging, over-discharging, and short-circuit events. This intelligent power regulation not only protects the battery's long-term health but also ensures consistent performance across a wide range of operating temperatures. Real-world range will naturally vary based on rider weight, terrain profile, speed mode selection, ambient temperature, and riding style. Eco-conscious commuters will appreciate the ability to complete multiple days of urban travel between charges, while weekend adventurers can confidently explore trails without constant range anxiety. A full recharge requires approximately 8 to 10 hours using the included standard charger, making overnight charging a convenient routine.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- FEATURE: BRAKING SYSTEM --\u003e\n            \u003cdiv class=\"hkm-feature-block\"\u003e\n                \u003cdiv class=\"hkm-feature-icon\"\u003e\n                    \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003ccircle cx=\"14\" cy=\"14\" r=\"10\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"14\" cy=\"14\" r=\"6.5\" stroke=\"#3b82f6\" stroke-width=\"1.2\" fill=\"none\" stroke-dasharray=\"3 2.5\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"14\" cy=\"14\" r=\"2.8\" fill=\"#2563eb\" opacity=\"0.8\"\u003e\u003c\/circle\u003e\n                        \u003crect x=\"2\" y=\"12.5\" width=\"5\" height=\"3\" rx=\"1.2\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"21\" y=\"12.5\" width=\"5\" height=\"3\" rx=\"1.2\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"11\" y1=\"7\" x2=\"13\" y2=\"9.5\" stroke=\"#60a5fa\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"17\" y1=\"7\" x2=\"15\" y2=\"9.5\" stroke=\"#60a5fa\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-feature-content\"\u003e\n                    \u003ch3 class=\"hkm-feature-title\"\u003eFront \u0026amp; Rear Hydraulic Disc Brakes — Precision Stopping Power\u003c\/h3\u003e\n                    \u003cp class=\"hkm-feature-text\"\u003eBraking performance is a critical safety consideration for any high-power electric scooter, and the HKM-Z6M addresses this with a \u003cspan class=\"hkm-feature-highlight\"\u003efull hydraulic disc brake system\u003c\/span\u003e on both the front and rear wheels. Unlike mechanical cable-actuated brakes, hydraulic systems use incompressible brake fluid to transmit force from the lever to the caliper pistons, resulting in superior modulation, reduced lever effort, and more consistent pad-to-rotor contact. This translates to shorter stopping distances, especially during emergency braking scenarios or when descending steep gradients. The large-diameter brake rotors provide excellent heat dissipation, minimizing fade during prolonged or repeated heavy braking. Riders can fine-tune braking force with intuitive lever feedback, allowing for smooth deceleration in traffic and confident, controlled stops on loose or slippery surfaces. The enclosed caliper design also helps shield critical braking components from dust, mud, and water ingress, maintaining reliable performance across varied environmental conditions.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- FEATURE: TIRES \u0026 SUSPENSION --\u003e\n            \u003cdiv class=\"hkm-feature-block\"\u003e\n                \u003cdiv class=\"hkm-feature-icon\"\u003e\n                    \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003ccircle cx=\"14\" cy=\"14\" r=\"10\" stroke=\"#2563eb\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"14\" cy=\"14\" r=\"6\" stroke=\"#3b82f6\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"14\" cy=\"14\" r=\"2.5\" fill=\"#2563eb\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n                        \u003crect x=\"11\" y=\"2.5\" width=\"6\" height=\"3\" rx=\"1\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"11\" y=\"22.5\" width=\"6\" height=\"3\" rx=\"1\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                        \u003cpath d=\"M4 10l3 3M24 10l-3 3M4 18l3-3M24 18l-3-3\" stroke=\"#60a5fa\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-feature-content\"\u003e\n                    \u003ch3 class=\"hkm-feature-title\"\u003e12-Inch Pneumatic Off-Road Tires \u0026amp; Dual Shock Absorbers\u003c\/h3\u003e\n                    \u003cp class=\"hkm-feature-text\"\u003eThe HKM-Z6M rolls on \u003cspan class=\"hkm-feature-highlight\"\u003e12-inch (30.5 cm) pneumatic off-road tires\u003c\/span\u003e engineered with an aggressive tread pattern that bites into dirt, grass, gravel, and uneven pavement. Pneumatic construction provides natural shock absorption by allowing the tire to deform around obstacles, reducing transmitted vibration before it reaches the rider. This is complemented by a \u003cstrong\u003efront and rear dual shock absorber suspension system\u003c\/strong\u003e that further dampens impacts from potholes, roots, and trail irregularities. Together, the tire and suspension setup delivers a ride quality that inspires confidence on rough terrain while remaining comfortable enough for daily pavement commutes. The generous \u003cstrong\u003e7.9-inch (20.1 cm) ground clearance\u003c\/strong\u003e allows the scooter to clear curbs, rocks, and trail debris without scraping the undercarriage, a crucial advantage for genuine off-road use. Whether navigating city streets or exploring backcountry paths, the chassis remains composed and communicative.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- FEATURE: SMART FEATURES --\u003e\n            \u003cdiv class=\"hkm-feature-block\"\u003e\n                \u003cdiv class=\"hkm-feature-icon\"\u003e\n                    \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003crect x=\"6\" y=\"2\" width=\"16\" height=\"24\" rx=\"3.5\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"9\" y=\"5\" width=\"10\" height=\"15\" rx=\"1\" fill=\"#eef2ff\" stroke=\"#3b82f6\" stroke-width=\"0.9\"\u003e\u003c\/rect\u003e\n                        \u003ccircle cx=\"14\" cy=\"12\" r=\"3\" fill=\"#2563eb\" opacity=\"0.7\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M14 15v3\" stroke=\"#3b82f6\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003ccircle cx=\"14\" cy=\"23\" r=\"1.3\" fill=\"#60a5fa\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M8 20h2M18 20h2\" stroke=\"#93c5fd\" stroke-width=\"1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-feature-content\"\u003e\n                    \u003ch3 class=\"hkm-feature-title\"\u003eIntegrated Bluetooth Audio \u0026amp; Smartphone App Connectivity\u003c\/h3\u003e\n                    \u003cp class=\"hkm-feature-text\"\u003eThe HKM-Z6M goes beyond basic transportation with its \u003cspan class=\"hkm-feature-highlight\"\u003ebuilt-in Bluetooth speaker\u003c\/span\u003e, allowing riders to stream music, podcasts, or turn-by-turn navigation audio directly from a paired mobile device. The speaker is strategically integrated into the scooter's chassis, providing clear audio output without compromising the vehicle's clean aesthetic or weather resistance. Complementing this is the \u003cstrong\u003ededicated smartphone app\u003c\/strong\u003e, which unlocks a suite of customization and monitoring features. Through the app interface, riders can adjust performance settings, toggle between speed modes (up to 15.5 mph \/ 28 mph \/ 43.5 mph depending on local regulations), customize the vibrant LED headlight and accent strip lighting with a palette of colors, and review detailed ride data including trip distance, average speed, and battery consumption. The app connection is stable and responsive, turning the scooter into a connected mobility platform that adapts to each rider's preferences and riding environment.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- FEATURE: FRAME \u0026 BUILD --\u003e\n            \u003cdiv class=\"hkm-feature-block\"\u003e\n                \u003cdiv class=\"hkm-feature-icon\"\u003e\n                    \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003crect x=\"3\" y=\"5\" width=\"22\" height=\"18\" rx=\"3\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"7\" y=\"3\" width=\"14\" height=\"3\" rx=\"1.2\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"7\" y=\"22\" width=\"14\" height=\"3\" rx=\"1.2\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"8\" y1=\"9\" x2=\"20\" y2=\"9\" stroke=\"#93c5fd\" stroke-width=\"1\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"8\" y1=\"13\" x2=\"18\" y2=\"13\" stroke=\"#93c5fd\" stroke-width=\"1\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"8\" y1=\"17\" x2=\"16\" y2=\"17\" stroke=\"#93c5fd\" stroke-width=\"1\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                        \u003ccircle cx=\"24\" cy=\"14\" r=\"1.5\" fill=\"#2563eb\" opacity=\"0.6\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-feature-content\"\u003e\n                    \u003ch3 class=\"hkm-feature-title\"\u003eCarbon Steel Frame — Engineered for Strength and Durability\u003c\/h3\u003e\n                    \u003cp class=\"hkm-feature-text\"\u003eThe structural backbone of the HKM-Z6M is a \u003cspan class=\"hkm-feature-highlight\"\u003eheavy-duty carbon steel frame\u003c\/span\u003e selected for its superior tensile strength and impact resistance compared to standard aluminum alloys. This material choice allows the scooter to confidently support a combined rider and cargo weight of up to \u003cstrong\u003e330 pounds (150 kilograms)\u003c\/strong\u003e without compromising frame integrity or ride stability. Carbon steel's natural damping properties also contribute to reduced high-frequency vibration transmission, subtly enhancing ride comfort over long distances. The frame geometry has been optimized to balance a low center of gravity for stable handling with the necessary ground clearance for off-road use. Precision welding at all structural joints ensures consistent strength throughout the chassis, while a corrosion-resistant coating protects against rust and environmental wear. The folding mechanism — which reduces the scooter's height from 52.0 inches (132.1 cm) to just 24.4 inches (62.0 cm) — is engineered with robust locking pins and reinforced hinge points, enabling secure, rattle-free transport and compact storage without sacrificing structural rigidity when deployed.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- FEATURE: LIGHTING \u0026 VISIBILITY --\u003e\n            \u003cdiv class=\"hkm-feature-block\"\u003e\n                \u003cdiv class=\"hkm-feature-icon\"\u003e\n                    \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003ccircle cx=\"14\" cy=\"10\" r=\"6\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"14\" cy=\"10\" r=\"2.8\" fill=\"#fef3c7\" stroke=\"#f59e0b\" stroke-width=\"1\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M14 16v6\" stroke=\"#3b82f6\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 22h12\" stroke=\"#60a5fa\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 6l2 2M22 6l-2 2\" stroke=\"#93c5fd\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003ccircle cx=\"14\" cy=\"10\" r=\"1.2\" fill=\"#fbbf24\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-feature-content\"\u003e\n                    \u003ch3 class=\"hkm-feature-title\"\u003eLED Headlight \u0026amp; Customizable Strip Lighting\u003c\/h3\u003e\n                    \u003cp class=\"hkm-feature-text\"\u003eVisibility is paramount for rider safety, and the HKM-Z6M features a \u003cspan class=\"hkm-feature-highlight\"\u003ehigh-output LED headlight\u003c\/span\u003e that illuminates the path ahead with a bright, focused beam pattern, making nighttime riding significantly safer. Complementing the primary headlight are integrated \u003cstrong\u003eLED strip lights\u003c\/strong\u003e that run along the deck and stem, serving both as aesthetic accents and as additional side-visibility markers for other road users. Through the companion smartphone app, riders can customize the color, brightness, and lighting pattern of these accent strips, choosing from a spectrum of hues to match personal style or to maximize conspicuity in different riding conditions. The LED system is energy-efficient, drawing minimal power from the main battery while providing hours of continuous illumination. All lighting components are sealed to the IPX5 water-resistance standard, ensuring reliable operation in wet weather.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003chr class=\"hkm-section-divider\"\u003e\n\n        \u003c!-- ==================== COMPLETE SPECIFICATIONS ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003cdiv class=\"hkm-specs-wrap\"\u003e\n                \u003ch3 class=\"hkm-specs-title\"\u003e📋 Complete Technical Specifications\u003c\/h3\u003e\n                \u003cdiv class=\"hkm-specs-grid\"\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eModel\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003eHKM-Z6M\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eMotor System\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003eDual 60V 1500W (3000W Combined)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eBattery\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e60V 23Ah \/ 1380Wh Lithium-ion\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eMax Speed (Configurable)\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e15.5 \/ 28 \/ 43.5 mph (25 \/ 45 \/ 70 km\/h)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eEstimated Range\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003eUp to 43.5 mi (70 km)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eMax Load Capacity\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e330 lbs (150 kg)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eCharging Time\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e8 – 10 hours\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eBraking System\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003eFront \u0026amp; Rear Hydraulic Disc\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eTires\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e12-inch (30.5 cm) Pneumatic Off-Road\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eSuspension\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003eFront \u0026amp; Rear Shock Absorbers\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eWater Resistance\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003eIPX5\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eGround Clearance\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e7.9 in (20.1 cm)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eMax Climbing Angle\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e30°\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eUnfolded Dimensions\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e53.5\" L × 25.6\" W × 52.0\" H (136 × 65 × 132 cm)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eFolded Dimensions\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e53.5\" L × 25.6\" W × 24.4\" H (136 × 65 × 62 cm)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eNet Weight\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e112.9 lbs (51.2 kg)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eFrame Material\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003eCarbon Steel\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eSmart Features\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003eMobile App, Bluetooth Speaker, LED Lighting\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003chr class=\"hkm-section-divider\"\u003e\n\n        \u003c!-- ==================== FAQs ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003cdiv class=\"hkm-faq-wrap\"\u003e\n                \u003ch3 class=\"hkm-faq-title\"\u003e❓ Frequently Asked Questions\u003c\/h3\u003e\n                \u003cdetails class=\"hkm-faq-item\"\u003e\n                    \u003csummary\u003eWhat real-world range can I expect from the HKM-Z6M?\u003c\/summary\u003e\n                    \u003cdiv class=\"hkm-faq-answer\"\u003e\n                        \u003cp\u003eThe manufacturer-estimated range of up to \u003cstrong\u003e43.5 miles (70 km)\u003c\/strong\u003e is achievable under optimal conditions: a lightweight rider (approximately 150 lbs \/ 68 kg), riding in Eco mode at moderate speeds on flat, smooth pavement, with an ambient temperature around 72°F (22°C). In real-world mixed-use scenarios — including hills, varying speeds, and off-road segments — most riders can expect between \u003cstrong\u003e25 and 35 miles (40–56 km)\u003c\/strong\u003e per charge. Heavier riders, colder weather, aggressive acceleration, and sustained high-speed riding will further reduce range. The 1380Wh battery capacity is among the larger packs available in this scooter class, giving the Z6M a genuine range advantage for longer commutes and extended recreational rides.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/details\u003e\n                \u003cdetails class=\"hkm-faq-item\"\u003e\n                    \u003csummary\u003eHow do the three speed modes work, and are they legal everywhere?\u003c\/summary\u003e\n                    \u003cdiv class=\"hkm-faq-answer\"\u003e\n                        \u003cp\u003eThe HKM-Z6M offers three configurable speed modes accessible through the smartphone app or the onboard display: \u003cstrong\u003eEco Mode\u003c\/strong\u003e (up to 15.5 mph \/ 25 km\/h), \u003cstrong\u003eStandard Mode\u003c\/strong\u003e (up to 28 mph \/ 45 km\/h), and \u003cstrong\u003eSport Mode\u003c\/strong\u003e (up to 43.5 mph \/ 70 km\/h). These limits represent the maximum speed the scooter will accelerate to in each respective mode. \u003cstrong\u003eImportant:\u003c\/strong\u003e Electric scooter laws vary significantly by jurisdiction. Many cities and states impose speed limits on electric scooters — commonly 15 mph or 20 mph on public roads and bike lanes. Riders are solely responsible for researching and adhering to all applicable local regulations, including speed limits, helmet requirements, minimum age restrictions, and permitted riding areas. The ability to configure the top speed via the app allows riders to comply with local laws while preserving the option for higher performance on private property or off-road trails where permitted.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/details\u003e\n                \u003cdetails class=\"hkm-faq-item\"\u003e\n                    \u003csummary\u003eWhat maintenance does the hydraulic brake system require?\u003c\/summary\u003e\n                    \u003cdiv class=\"hkm-faq-answer\"\u003e\n                        \u003cp\u003eHydraulic disc brakes generally require less frequent adjustment than mechanical cable brakes. However, periodic maintenance is still recommended to ensure optimal performance: \u003cstrong\u003ebrake pad inspection\u003c\/strong\u003e every 200–300 miles (320–480 km) for wear; \u003cstrong\u003erotor inspection\u003c\/strong\u003e for warping or scoring; and \u003cstrong\u003ebrake fluid level checks\u003c\/strong\u003e every 6 months. If the brake lever begins to feel spongy or requires excessive travel, the system may need bleeding to remove air bubbles from the hydraulic lines. The sealed hydraulic system is designed to resist contamination, but riding in extremely muddy or dusty conditions may accelerate pad wear. Always perform a pre-ride brake check before each journey.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/details\u003e\n                \u003cdetails class=\"hkm-faq-item\"\u003e\n                    \u003csummary\u003eCan the HKM-Z6M be ridden in the rain?\u003c\/summary\u003e\n                    \u003cdiv class=\"hkm-faq-answer\"\u003e\n                        \u003cp\u003eWith an \u003cstrong\u003eIPX5 water-resistance rating\u003c\/strong\u003e, the HKM-Z6M is designed to withstand low-pressure water jets from any direction, which means it can handle riding in light to moderate rain. However, IPX5 does \u003cstrong\u003enot\u003c\/strong\u003e guarantee protection against submersion or high-pressure water streams (such as a pressure washer). Riders should avoid riding through deep puddles, flooded areas, or prolonged exposure to heavy downpours. After riding in wet conditions, it is advisable to wipe down the scooter and ensure all electrical contacts remain dry. The IPX5 rating applies to the scooter's core electrical components; normal wear and tear over time may affect water resistance.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/details\u003e\n                \u003cdetails class=\"hkm-faq-item\"\u003e\n                    \u003csummary\u003eHow does the folding mechanism work, and how portable is the scooter?\u003c\/summary\u003e\n                    \u003cdiv class=\"hkm-faq-answer\"\u003e\n                        \u003cp\u003eThe HKM-Z6M features a stem-folding mechanism that reduces the overall height from \u003cstrong\u003e52.0 inches (132.1 cm)\u003c\/strong\u003e to just \u003cstrong\u003e24.4 inches (62.0 cm)\u003c\/strong\u003e, while the length and width remain at 53.5 inches (135.9 cm) and 25.6 inches (65.0 cm) respectively. The folding joint incorporates reinforced locking pins and a secondary safety latch to prevent accidental folding during operation. At \u003cstrong\u003e112.9 lbs (51.2 kg)\u003c\/strong\u003e, the Z6M is a substantial scooter — this weight reflects its robust carbon steel frame, large battery, and dual-motor system. While it folds for more compact storage in a garage, trunk, or utility room, it is not designed to be carried up flights of stairs regularly. For transport, the folded scooter can fit into the cargo area of most SUVs, trucks, and larger hatchbacks.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/details\u003e\n                \u003cdetails class=\"hkm-faq-item\"\u003e\n                    \u003csummary\u003eWhat is the advantage of carbon steel over aluminum for the frame?\u003c\/summary\u003e\n                    \u003cdiv class=\"hkm-faq-answer\"\u003e\n                        \u003cp\u003eCarbon steel offers \u003cstrong\u003ehigher tensile strength and impact resistance\u003c\/strong\u003e compared to most aluminum alloys used in scooter manufacturing. This allows the HKM-Z6M's frame to support a substantial 330 lb (150 kg) load capacity while maintaining structural integrity over rough terrain. Carbon steel also exhibits superior fatigue resistance, meaning it can endure repeated stress cycles — such as those encountered during off-road riding — without developing micro-cracks. Additionally, steel's natural vibration-damping characteristics help absorb high-frequency road buzz. The trade-off is increased weight compared to aluminum, which is why the Z6M prioritizes durability and load-bearing capability over ultra-light portability. A corrosion-resistant coating is applied to the frame to mitigate rust and environmental degradation.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/details\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003chr class=\"hkm-section-divider\"\u003e\n\n        \u003c!-- ==================== POLICY SECTION ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003cdiv class=\"hkm-policy-wrap\"\u003e\n                \u003ch3 class=\"hkm-policy-title\"\u003e🛡️ Purchase with Confidence\u003c\/h3\u003e\n                \u003cdiv class=\"hkm-policy-grid\"\u003e\n                    \u003cdiv class=\"hkm-policy-card\"\u003e\n                        \u003cdiv class=\"hkm-policy-icon\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003crect x=\"1\" y=\"6\" width=\"22\" height=\"14\" rx=\"2.5\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                                \u003cpath d=\"M6 12h12M6 16h8\" stroke=\"#3b82f6\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                                \u003ccircle cx=\"18\" cy=\"10\" r=\"3\" fill=\"#eef2ff\" stroke=\"#2563eb\" stroke-width=\"1.2\"\u003e\u003c\/circle\u003e\n                                \u003cpath d=\"M17.5 10l1 1 1.5-1.5\" stroke=\"#2563eb\" stroke-width=\"1.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"hkm-policy-label\"\u003eFree Shipping on All Orders\u003c\/p\u003e\n                            \u003cp class=\"hkm-policy-desc\"\u003eComplimentary standard shipping on every HKM-Z6M order. Delivered directly to your doorstep at no additional cost.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-policy-card\"\u003e\n                        \u003cdiv class=\"hkm-policy-icon\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003cpath d=\"M12 2L3 7v6c0 5.5 3.8 10.7 9 12 5.2-1.3 9-6.5 9-12V7l-9-5z\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"#eef2ff\"\u003e\u003c\/path\u003e\n                                \u003ccircle cx=\"12\" cy=\"12\" r=\"4\" stroke=\"#3b82f6\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/circle\u003e\n                                \u003cpath d=\"M10.5 12l1 1.5 2.5-2\" stroke=\"#2563eb\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"hkm-policy-label\"\u003e180-Day Purchase Protection\u003c\/p\u003e\n                            \u003cp class=\"hkm-policy-desc\"\u003eExtended coverage against manufacturing defects for a full 180 days from the date of purchase.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-policy-card\"\u003e\n                        \u003cdiv class=\"hkm-policy-icon\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                                \u003cpath d=\"M7 12l3.5 3.5L17 9\" stroke=\"#3b82f6\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                                \u003ccircle cx=\"12\" cy=\"12\" r=\"14\" stroke=\"#60a5fa\" stroke-width=\"0.6\" fill=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"hkm-policy-label\"\u003e30-Day Money-Back Guarantee\u003c\/p\u003e\n                            \u003cp class=\"hkm-policy-desc\"\u003eNot satisfied? Return the scooter within 30 days for a full refund. Hassle-free and straightforward.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-policy-card\"\u003e\n                        \u003cdiv class=\"hkm-policy-icon\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003crect x=\"3\" y=\"4\" width=\"18\" height=\"16\" rx=\"3\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                                \u003cpath d=\"M7 10h10M7 14h6\" stroke=\"#3b82f6\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                                \u003ccircle cx=\"17\" cy=\"16\" r=\"2.5\" fill=\"#eef2ff\" stroke=\"#2563eb\" stroke-width=\"1.2\"\u003e\u003c\/circle\u003e\n                                \u003ctext x=\"17\" y=\"16.8\" text-anchor=\"middle\" font-size=\"7\" fill=\"#2563eb\" font-weight=\"600\"\u003e24\u003c\/text\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"hkm-policy-label\"\u003e24-Month Warranty Service\u003c\/p\u003e\n                            \u003cp class=\"hkm-policy-desc\"\u003eComprehensive 2-year warranty covering major components. Dedicated support team ready to assist you.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== DISCLAIMER NOTE ==================== --\u003e\n        \u003cp class=\"hkm-note\"\u003e⚠️ \u003cstrong\u003eImportant Notice:\u003c\/strong\u003e Electric scooter laws and regulations differ by city, county, and state. It is the purchaser's and rider's sole responsibility to research and adhere to all applicable local laws regarding operation, including speed limits, helmet requirements, age restrictions, and permitted riding areas. Performance specifications are estimates obtained under controlled, ideal testing conditions; real-world results will vary based on rider weight, terrain, ambient temperature, speed mode selection, and riding style. Always wear appropriate safety gear — including a certified helmet — and perform a thorough pre-ride safety check before each use. The maximum configurable speed of 43.5 mph (70 km\/h) is intended for use on private property and off-road environments only where legally permitted.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/01_26d868d7-301d-4860-8b5a-441c7119b2ff.jpg?v=1767956903\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/02_edb81f52-dcee-4a52-b276-ddd5406070d6.jpg?v=1767956917\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/03_26ae36bc-47a9-4a1a-926e-7936096c74ea.jpg?v=1767956897\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/04_364481fe-b9ad-4ff3-bcf2-4642591c376c.jpg?v=1767956899\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/05_3f0cd56b-ede9-497a-99e3-e17877e330f2.jpg?v=1767956916\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/06_ae4e4ad8-f74f-4d2e-b21b-77fa5de8db6e.jpg?v=1767956909\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/07_cf8c8d4d-566f-4f85-b44a-cceccc495e87.jpg?v=1767956915\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/08_74251309-14c7-48fc-9f81-a42da214b960.jpg?v=1767956886\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/09_e434edb5-498a-4aae-815a-8dc3d419158f.jpg?v=1767956901\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/10_47240fda-6901-4d02-92f9-bda0c08cde1d.jpg?v=1767956916\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/11_31f90995-e3c3-4105-ba93-de2898c6d6ae.jpg?v=1767956918\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/12_caa8cced-daa9-468a-95a6-55643add3cb2.jpg?v=1767956915\"\u003e\u003cp\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Electric Scooters \u003e\u003e","offers":[{"title":"- Orange \/ - 3000W\/1500W*2 \/ - 23Ah\/48V\/1104Wh","offer_id":43279953035347,"sku":"868053898714","price":1299.99,"currency_code":"USD","in_stock":true},{"title":"- Green \/ - 3000W\/1500W*2 \/ - 23Ah\/48V\/1104Wh","offer_id":44283035091027,"sku":null,"price":1299.99,"currency_code":"USD","in_stock":true},{"title":"- Yellow \/ - 3000W\/1500W*2 \/ - 23Ah\/48V\/1104Wh","offer_id":43412567588947,"sku":null,"price":1299.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/7797353676883-1-HKM-Z6M-43_5-Miles-48V-23Ah-1104Wh-3000W-Dual-Motor-Drive-Long-Range-Foldable-Electric-Scooter-Orange_c6fd5de0-c103-46ac-815b-d9149992c13e.jpg?v=1768116762"},{"product_id":"hkm-z6m-43-5-miles-48v-23ah-1104wh-3000w-dual-motor-drive-long-range-foldable-electric-scooter-orange-1","title":"HKM-Z6M 43.5 Miles 48V 23Ah 1104Wh 3000W Dual-Motor Drive Long-Range Foldable Electric Scooter - Orange","description":"\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eHKM-Z6M Electric Scooter\u003c\/title\u003e\n    \u003cstyle\u003e\n        :root {\n            --primary: #1e3a5f;\n            --accent: #2563eb;\n            --accent-light: #3b82f6;\n            --accent-glow: #60a5fa;\n            --text-primary: #1a1a2e;\n            --text-secondary: #4a4a5e;\n            --text-tertiary: #6b7280;\n            --bg-white: #ffffff;\n            --bg-card: #f8fafc;\n            --bg-subtle: #f1f5f9;\n            --border-light: #e2e8f0;\n            --border-medium: #cbd5e1;\n            --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.04);\n            --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.06);\n            --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.08);\n            --shadow-xl: 0 16px 48px rgba(0, 0, 0, 0.1);\n            --radius-sm: 8px;\n            --radius-md: 14px;\n            --radius-lg: 20px;\n            --radius-xl: 24px;\n            --transition-fast: 0.18s cubic-bezier(0.4, 0, 0.2, 1);\n            --transition-smooth: 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n            --transition-bounce: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);\n        }\n        \n        \/* ============ RESET \u0026 CONTAINER ============ *\/\n        .hkm-z6m-wrapper {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', 'Helvetica Neue', Arial, sans-serif;\n            max-width: 820px;\n            margin: 0 auto;\n            padding: 0;\n            background: #ffffff;\n            color: var(--text-primary);\n            line-height: 1.7;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n            box-sizing: border-box;\n        }\n        .hkm-z6m-wrapper *,\n        .hkm-z6m-wrapper *::before,\n        .hkm-z6m-wrapper *::after {\n            box-sizing: border-box;\n        }\n        \n        \/* ============ SECTION SPACING ============ *\/\n        .hkm-section {\n            margin-bottom: 40px;\n            padding: 0 4px;\n        }\n        .hkm-section-divider {\n            border: none;\n            border-top: 1px solid var(--border-light);\n            margin: 36px 0;\n            opacity: 0.7;\n        }\n        \n        \/* ============ HERO HEADER ============ *\/\n        .hkm-hero {\n            text-align: left;\n            padding: 8px 0 20px;\n            border-bottom: 2px solid transparent;\n            border-image: linear-gradient(90deg, var(--accent) 0%, var(--accent-light) 50%, transparent 100%) 1;\n            border-image-slice: 1;\n        }\n        .hkm-hero-badge {\n            display: inline-block;\n            background: #eef2ff;\n            color: var(--accent);\n            font-size: 13px;\n            font-weight: 500;\n            letter-spacing: 0.06em;\n            text-transform: uppercase;\n            padding: 6px 14px;\n            border-radius: 20px;\n            margin-bottom: 14px;\n        }\n        .hkm-hero-title {\n            font-size: 30px;\n            font-weight: 600;\n            color: var(--text-primary);\n            margin: 0 0 8px;\n            letter-spacing: -0.02em;\n            line-height: 1.25;\n        }\n        .hkm-hero-subtitle {\n            font-size: 15px;\n            font-weight: 400;\n            color: var(--text-secondary);\n            margin: 0 0 16px;\n            line-height: 1.55;\n            max-width: 680px;\n        }\n        .hkm-hero-tagline {\n            font-size: 13px;\n            font-weight: 500;\n            color: var(--accent);\n            letter-spacing: 0.04em;\n            text-transform: uppercase;\n        }\n        \n        \/* ============ STAT HIGHLIGHT CARDS ============ *\/\n        .hkm-stat-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 14px;\n            margin: 20px 0;\n        }\n        .hkm-stat-card {\n            background: var(--bg-card);\n            border: 1px solid var(--border-light);\n            border-radius: var(--radius-md);\n            padding: 18px 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            transition: all var(--transition-smooth);\n            cursor: default;\n            position: relative;\n            overflow: hidden;\n        }\n        .hkm-stat-card::after {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 3px;\n            height: 100%;\n            background: var(--accent);\n            border-radius: 3px 0 0 3px;\n            transform: scaleY(0);\n            transform-origin: top;\n            transition: transform var(--transition-smooth);\n        }\n        .hkm-stat-card:hover {\n            border-color: #c7d2fe;\n            box-shadow: var(--shadow-lg);\n            transform: translateY(-2px);\n        }\n        .hkm-stat-card:hover::after {\n            transform: scaleY(1);\n        }\n        .hkm-stat-icon-wrap {\n            flex-shrink: 0;\n            width: 44px;\n            height: 44px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: #eef2ff;\n            border-radius: 12px;\n            transition: all var(--transition-bounce);\n        }\n        .hkm-stat-card:hover .hkm-stat-icon-wrap {\n            background: #dbeafe;\n            transform: scale(1.08);\n        }\n        .hkm-stat-icon-wrap svg {\n            width: 24px;\n            height: 24px;\n            transition: transform var(--transition-fast);\n        }\n        .hkm-stat-card:hover .hkm-stat-icon-wrap svg {\n            transform: rotate(-3deg) scale(1.05);\n        }\n        .hkm-stat-info {\n            flex: 1;\n        }\n        .hkm-stat-value {\n            font-size: 20px;\n            font-weight: 600;\n            color: var(--text-primary);\n            line-height: 1.2;\n            letter-spacing: -0.01em;\n        }\n        .hkm-stat-label {\n            font-size: 13px;\n            font-weight: 400;\n            color: var(--text-tertiary);\n            margin-top: 2px;\n            line-height: 1.35;\n        }\n        \n        \/* ============ FEATURE BLOCKS ============ *\/\n        .hkm-feature-block {\n            display: flex;\n            align-items: flex-start;\n            gap: 18px;\n            padding: 20px 0;\n            border-bottom: 1px solid var(--border-light);\n            transition: background var(--transition-smooth);\n            border-radius: var(--radius-sm);\n            padding: 20px 10px;\n            margin: 0 -10px;\n        }\n        .hkm-feature-block:last-of-type {\n            border-bottom: none;\n        }\n        .hkm-feature-block:hover {\n            background: var(--bg-subtle);\n        }\n        .hkm-feature-icon {\n            flex-shrink: 0;\n            width: 50px;\n            height: 50px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: #f0f4ff;\n            border-radius: 14px;\n            transition: all var(--transition-bounce);\n        }\n        .hkm-feature-block:hover .hkm-feature-icon {\n            background: #dbeafe;\n            transform: scale(1.06);\n            box-shadow: 0 4px 14px rgba(37, 99, 235, 0.13);\n        }\n        .hkm-feature-icon svg {\n            width: 28px;\n            height: 28px;\n            transition: transform var(--transition-fast);\n        }\n        .hkm-feature-block:hover .hkm-feature-icon svg {\n            transform: rotate(2deg);\n        }\n        .hkm-feature-content {\n            flex: 1;\n        }\n        .hkm-feature-title {\n            font-size: 16px;\n            font-weight: 600;\n            color: var(--text-primary);\n            margin: 0 0 6px;\n            letter-spacing: -0.01em;\n            line-height: 1.3;\n        }\n        .hkm-feature-text {\n            font-size: 13px;\n            font-weight: 400;\n            color: var(--text-secondary);\n            margin: 0;\n            line-height: 1.65;\n        }\n        .hkm-feature-highlight {\n            display: inline-block;\n            background: #fef3c7;\n            color: #92400e;\n            font-weight: 500;\n            padding: 1px 8px;\n            border-radius: 4px;\n            font-size: 12px;\n            letter-spacing: 0.02em;\n        }\n        \n        \/* ============ SPEC TABLE (CARD-BASED) ============ *\/\n        .hkm-specs-wrap {\n            background: var(--bg-card);\n            border: 1px solid var(--border-light);\n            border-radius: var(--radius-lg);\n            padding: 24px 20px;\n            margin: 20px 0;\n        }\n        .hkm-specs-title {\n            font-size: 18px;\n            font-weight: 600;\n            color: var(--text-primary);\n            margin: 0 0 18px;\n            letter-spacing: -0.01em;\n        }\n        .hkm-specs-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 10px 20px;\n        }\n        .hkm-spec-item {\n            display: flex;\n            justify-content: space-between;\n            align-items: baseline;\n            padding: 9px 0;\n            border-bottom: 1px dashed var(--border-light);\n            transition: background var(--transition-fast);\n            border-radius: 4px;\n            padding: 9px 6px;\n            margin: 0 -6px;\n        }\n        .hkm-spec-item:hover {\n            background: #f8fafc;\n        }\n        .hkm-spec-item:last-child,\n        .hkm-spec-item:nth-last-child(2):nth-child(odd) {\n            border-bottom: none;\n        }\n        .hkm-spec-label {\n            font-size: 13px;\n            font-weight: 500;\n            color: var(--text-secondary);\n            flex-shrink: 0;\n            margin-right: 8px;\n        }\n        .hkm-spec-value {\n            font-size: 13px;\n            font-weight: 600;\n            color: var(--text-primary);\n            text-align: right;\n            letter-spacing: -0.01em;\n        }\n        .hkm-spec-dot {\n            display: inline-block;\n            width: 6px;\n            height: 6px;\n            border-radius: 50%;\n            background: var(--accent);\n            margin-right: 6px;\n            vertical-align: middle;\n        }\n        \n        \/* ============ ACCORDION FAQs ============ *\/\n        .hkm-faq-wrap {\n            margin: 20px 0;\n        }\n        .hkm-faq-title {\n            font-size: 18px;\n            font-weight: 600;\n            color: var(--text-primary);\n            margin: 0 0 16px;\n            letter-spacing: -0.01em;\n        }\n        .hkm-faq-item {\n            border: 1px solid var(--border-light);\n            border-radius: var(--radius-md);\n            margin-bottom: 10px;\n            overflow: hidden;\n            transition: all var(--transition-smooth);\n            background: #ffffff;\n        }\n        .hkm-faq-item:hover {\n            border-color: #c7d2fe;\n            box-shadow: var(--shadow-sm);\n        }\n        .hkm-faq-item summary {\n            list-style: none;\n            cursor: pointer;\n            padding: 16px 18px;\n            font-size: 14px;\n            font-weight: 500;\n            color: var(--text-primary);\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            user-select: none;\n            transition: color var(--transition-fast);\n            letter-spacing: -0.005em;\n        }\n        .hkm-faq-item summary::-webkit-details-marker {\n            display: none;\n        }\n        .hkm-faq-item summary::after {\n            content: '';\n            display: inline-block;\n            width: 20px;\n            height: 20px;\n            flex-shrink: 0;\n            margin-left: 12px;\n            background: #eef2ff;\n            border-radius: 50%;\n            position: relative;\n            transition: all var(--transition-smooth);\n        }\n        .hkm-faq-item summary::before {\n            content: '+';\n            position: absolute;\n            right: 26px;\n            font-size: 16px;\n            font-weight: 500;\n            color: var(--accent);\n            z-index: 1;\n            transition: transform var(--transition-smooth);\n            line-height: 20px;\n            pointer-events: none;\n        }\n        .hkm-faq-item[open] summary::before {\n            content: '−';\n            transform: rotate(180deg);\n        }\n        .hkm-faq-item[open] summary {\n            color: var(--accent);\n            font-weight: 600;\n        }\n        .hkm-faq-item[open] {\n            border-color: #c7d2fe;\n            box-shadow: var(--shadow-md);\n        }\n        .hkm-faq-answer {\n            padding: 0 18px 18px;\n            font-size: 13px;\n            color: var(--text-secondary);\n            line-height: 1.65;\n            animation: hkmFadeIn 0.35s ease;\n        }\n        @keyframes hkmFadeIn {\n            from {\n                opacity: 0;\n                transform: translateY(-6px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n        \n        \/* ============ POLICY SECTION ============ *\/\n        .hkm-policy-wrap {\n            margin: 28px 0 12px;\n            padding: 24px 20px;\n            background: #f8fafc;\n            border-radius: var(--radius-lg);\n            border: 1px solid var(--border-light);\n        }\n        .hkm-policy-title {\n            font-size: 16px;\n            font-weight: 600;\n            color: var(--text-primary);\n            margin: 0 0 18px;\n            text-align: center;\n            letter-spacing: -0.01em;\n        }\n        .hkm-policy-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 16px;\n        }\n        .hkm-policy-card {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            padding: 14px;\n            background: #ffffff;\n            border-radius: var(--radius-md);\n            border: 1px solid transparent;\n            transition: all var(--transition-smooth);\n        }\n        .hkm-policy-card:hover {\n            border-color: #dbeafe;\n            box-shadow: var(--shadow-md);\n            transform: translateY(-1px);\n        }\n        .hkm-policy-icon {\n            flex-shrink: 0;\n            width: 38px;\n            height: 38px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: #eef2ff;\n            border-radius: 10px;\n            transition: all var(--transition-bounce);\n        }\n        .hkm-policy-card:hover .hkm-policy-icon {\n            background: #dbeafe;\n            transform: scale(1.08);\n        }\n        .hkm-policy-icon svg {\n            width: 20px;\n            height: 20px;\n        }\n        .hkm-policy-label {\n            font-size: 14px;\n            font-weight: 600;\n            color: var(--text-primary);\n            margin: 0 0 2px;\n            letter-spacing: -0.005em;\n        }\n        .hkm-policy-desc {\n            font-size: 12px;\n            color: var(--text-tertiary);\n            margin: 0;\n            line-height: 1.4;\n        }\n        \n        \/* ============ NOTE \/ DISCLAIMER ============ *\/\n        .hkm-note {\n            font-size: 12px;\n            color: #94a3b8;\n            font-style: italic;\n            margin: 20px 0 0;\n            padding: 12px 14px;\n            background: #fdfdfd;\n            border-radius: var(--radius-sm);\n            border-left: 3px solid #e2e8f0;\n            line-height: 1.55;\n        }\n        \n        \/* ============ RESPONSIVE - TABLET ============ *\/\n        @media screen and (max-width: 768px) {\n            .hkm-z6m-wrapper {\n                max-width: 100%;\n                padding: 0 2px;\n            }\n            .hkm-hero-title {\n                font-size: 24px;\n            }\n            .hkm-hero-subtitle {\n                font-size: 13px;\n            }\n            .hkm-stat-grid {\n                grid-template-columns: 1fr 1fr;\n                gap: 10px;\n            }\n            .hkm-stat-card {\n                padding: 14px 12px;\n                gap: 10px;\n            }\n            .hkm-stat-icon-wrap {\n                width: 38px;\n                height: 38px;\n                border-radius: 10px;\n            }\n            .hkm-stat-icon-wrap svg {\n                width: 20px;\n                height: 20px;\n            }\n            .hkm-stat-value {\n                font-size: 17px;\n            }\n            .hkm-stat-label {\n                font-size: 12px;\n            }\n            .hkm-specs-grid {\n                grid-template-columns: 1fr 1fr;\n                gap: 8px 14px;\n            }\n            .hkm-spec-label,\n            .hkm-spec-value {\n                font-size: 12px;\n            }\n            .hkm-feature-title {\n                font-size: 15px;\n            }\n            .hkm-feature-text {\n                font-size: 12px;\n            }\n            .hkm-feature-icon {\n                width: 42px;\n                height: 42px;\n                border-radius: 12px;\n            }\n            .hkm-feature-icon svg {\n                width: 24px;\n                height: 24px;\n            }\n            .hkm-policy-grid {\n                grid-template-columns: 1fr 1fr;\n                gap: 12px;\n            }\n            .hkm-faq-item summary {\n                font-size: 13px;\n                padding: 14px 14px;\n            }\n            .hkm-faq-answer {\n                font-size: 12px;\n                padding: 0 14px 14px;\n            }\n            .hkm-specs-title {\n                font-size: 16px;\n            }\n            .hkm-faq-title {\n                font-size: 16px;\n            }\n            .hkm-policy-title {\n                font-size: 15px;\n            }\n            .hkm-hero-badge {\n                font-size: 12px;\n            }\n            .hkm-hero-tagline {\n                font-size: 12px;\n            }\n        }\n        \n        \/* ============ RESPONSIVE - MOBILE ============ *\/\n        @media screen and (max-width: 540px) {\n            .hkm-z6m-wrapper {\n                max-width: 100%;\n                padding: 0 0;\n            }\n            .hkm-section {\n                margin-bottom: 28px;\n                padding: 0 2px;\n            }\n            .hkm-hero {\n                padding: 4px 0 14px;\n            }\n            .hkm-hero-title {\n                font-size: 20px;\n                letter-spacing: -0.01em;\n            }\n            .hkm-hero-subtitle {\n                font-size: 12px;\n                line-height: 1.5;\n            }\n            .hkm-hero-badge {\n                font-size: 11px;\n                padding: 5px 10px;\n            }\n            .hkm-hero-tagline {\n                font-size: 11px;\n            }\n            .hkm-stat-grid {\n                grid-template-columns: 1fr;\n                gap: 8px;\n            }\n            .hkm-stat-card {\n                padding: 12px 10px;\n                gap: 10px;\n                border-radius: var(--radius-sm);\n            }\n            .hkm-stat-icon-wrap {\n                width: 34px;\n                height: 34px;\n                border-radius: 8px;\n            }\n            .hkm-stat-icon-wrap svg {\n                width: 18px;\n                height: 18px;\n            }\n            .hkm-stat-value {\n                font-size: 16px;\n            }\n            .hkm-stat-label {\n                font-size: 11px;\n            }\n            .hkm-feature-block {\n                flex-direction: column;\n                gap: 10px;\n                padding: 14px 8px;\n                margin: 0 -8px;\n                border-radius: var(--radius-sm);\n            }\n            .hkm-feature-icon {\n                width: 40px;\n                height: 40px;\n                border-radius: 10px;\n            }\n            .hkm-feature-icon svg {\n                width: 22px;\n                height: 22px;\n            }\n            .hkm-feature-title {\n                font-size: 14px;\n            }\n            .hkm-feature-text {\n                font-size: 12px;\n                line-height: 1.55;\n            }\n            .hkm-feature-highlight {\n                font-size: 11px;\n            }\n            .hkm-specs-wrap {\n                padding: 16px 12px;\n                border-radius: var(--radius-md);\n            }\n            .hkm-specs-title {\n                font-size: 15px;\n                margin-bottom: 12px;\n            }\n            .hkm-specs-grid {\n                grid-template-columns: 1fr;\n                gap: 4px 0;\n            }\n            .hkm-spec-item {\n                padding: 7px 4px;\n                margin: 0 -4px;\n            }\n            .hkm-spec-label {\n                font-size: 12px;\n            }\n            .hkm-spec-value {\n                font-size: 12px;\n            }\n            .hkm-spec-item:last-child {\n                border-bottom: none;\n            }\n            .hkm-spec-item:nth-last-child(2):nth-child(odd) {\n                border-bottom: 1px dashed var(--border-light);\n            }\n            .hkm-faq-title {\n                font-size: 15px;\n            }\n            .hkm-faq-item summary {\n                font-size: 12px;\n                padding: 12px 12px;\n            }\n            .hkm-faq-answer {\n                font-size: 12px;\n                padding: 0 12px 12px;\n            }\n            .hkm-policy-wrap {\n                padding: 16px 12px;\n                border-radius: var(--radius-md);\n            }\n            .hkm-policy-title {\n                font-size: 14px;\n                margin-bottom: 12px;\n            }\n            .hkm-policy-grid {\n                grid-template-columns: 1fr;\n                gap: 10px;\n            }\n            .hkm-policy-card {\n                padding: 12px;\n                gap: 10px;\n            }\n            .hkm-policy-icon {\n                width: 32px;\n                height: 32px;\n                border-radius: 8px;\n            }\n            .hkm-policy-icon svg {\n                width: 17px;\n                height: 17px;\n            }\n            .hkm-policy-label {\n                font-size: 13px;\n            }\n            .hkm-policy-desc {\n                font-size: 11px;\n            }\n            .hkm-note {\n                font-size: 11px;\n                padding: 10px 12px;\n            }\n            .hkm-section-divider {\n                margin: 24px 0;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"hkm-z6m-wrapper\"\u003e\n\n        \u003c!-- ==================== HERO HEADER ==================== --\u003e\n        \u003cdiv class=\"hkm-hero\"\u003e\n            \u003cspan class=\"hkm-hero-badge\"\u003e⚡ Dual-Motor Performance\u003c\/span\u003e\n            \u003ch1 class=\"hkm-hero-title\"\u003eHKM-Z6M High-Performance Dual-Motor Electric Scooter\u003c\/h1\u003e\n            \u003cp class=\"hkm-hero-subtitle\"\u003eEngineered for riders who demand exceptional off-road capability and uncompromising power. The HKM-Z6M combines a 3000W peak dual-motor system, a high-capacity 1380Wh lithium-ion battery, and a rugged carbon steel frame to deliver a riding experience that bridges the gap between urban commuting and adventurous trail exploration.\u003c\/p\u003e\n            \u003cspan class=\"hkm-hero-tagline\"\u003e3000W Combined Output  |  43.5 mi Range  |  30° Climb Angle  |  IPX5 Rated\u003c\/span\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== KEY STAT CARDS ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003cdiv class=\"hkm-stat-grid\"\u003e\n                \u003c!-- Card 1: Total Power --\u003e\n                \u003cdiv class=\"hkm-stat-card\"\u003e\n                    \u003cdiv class=\"hkm-stat-icon-wrap\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#2563eb\" stroke-width=\"1.6\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M12 2v4M12 18v4M2 12h4M18 12h4\" stroke=\"#2563eb\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"5.5\" stroke=\"#3b82f6\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"2.2\" fill=\"#2563eb\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M12 6.5v3M12 14.5v3M6.5 12h3M14.5 12h3\" stroke=\"#60a5fa\" stroke-width=\"1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-stat-info\"\u003e\n                        \u003cdiv class=\"hkm-stat-value\"\u003e3,000W Peak\u003c\/div\u003e\n                        \u003cdiv class=\"hkm-stat-label\"\u003eDual 60V 1500W Motors — combined output for rapid acceleration\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003c!-- Card 2: Battery --\u003e\n                \u003cdiv class=\"hkm-stat-card\"\u003e\n                    \u003cdiv class=\"hkm-stat-icon-wrap\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003crect x=\"2\" y=\"7\" width=\"17\" height=\"12\" rx=\"2.5\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"19\" y=\"10\" width=\"3\" height=\"6\" rx=\"1.2\" fill=\"#2563eb\" opacity=\"0.85\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"5\" y=\"10\" width=\"3\" height=\"6\" rx=\"0.8\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"9.5\" y=\"10\" width=\"3\" height=\"6\" rx=\"0.8\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"14\" y=\"10\" width=\"2.5\" height=\"6\" rx=\"0.8\" fill=\"#93c5fd\"\u003e\u003c\/rect\u003e\n                            \u003cpath d=\"M10.5 3v3\" stroke=\"#2563eb\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-stat-info\"\u003e\n                        \u003cdiv class=\"hkm-stat-value\"\u003e1,380 Wh\u003c\/div\u003e\n                        \u003cdiv class=\"hkm-stat-label\"\u003e60V 23Ah Lithium-ion — up to 43.5 mi (70 km) estimated range\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003c!-- Card 3: Climb Angle --\u003e\n                \u003cdiv class=\"hkm-stat-card\"\u003e\n                    \u003cdiv class=\"hkm-stat-icon-wrap\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M2 20L10 8l5 6 6-10\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                            \u003cpolyline points=\"16,4 21,4 21,9\" stroke=\"#2563eb\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\" fill=\"none\"\u003e\u003c\/polyline\u003e\n                            \u003ccircle cx=\"21\" cy=\"4\" r=\"2.5\" fill=\"#3b82f6\" opacity=\"0.3\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-stat-info\"\u003e\n                        \u003cdiv class=\"hkm-stat-value\"\u003e30° Climbing\u003c\/div\u003e\n                        \u003cdiv class=\"hkm-stat-label\"\u003eTackles steep inclines with confidence — dual-motor torque advantage\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003c!-- Card 4: Load Capacity --\u003e\n                \u003cdiv class=\"hkm-stat-card\"\u003e\n                    \u003cdiv class=\"hkm-stat-icon-wrap\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003crect x=\"3\" y=\"2\" width=\"18\" height=\"20\" rx=\"3\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003cline x1=\"3\" y1=\"14\" x2=\"21\" y2=\"14\" stroke=\"#3b82f6\" stroke-width=\"1.2\"\u003e\u003c\/line\u003e\n                            \u003crect x=\"8\" y=\"4\" width=\"8\" height=\"8\" rx=\"1.5\" fill=\"#eef2ff\" stroke=\"#2563eb\" stroke-width=\"1\"\u003e\u003c\/rect\u003e\n                            \u003ccircle cx=\"12\" cy=\"8\" r=\"2\" fill=\"#2563eb\" opacity=\"0.7\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M6 18h4M14 18h4\" stroke=\"#60a5fa\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-stat-info\"\u003e\n                        \u003cdiv class=\"hkm-stat-value\"\u003e330 lbs \/ 150 kg\u003c\/div\u003e\n                        \u003cdiv class=\"hkm-stat-label\"\u003eMaximum load — carbon steel frame supports rider plus cargo\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003c!-- Card 5: Brakes --\u003e\n                \u003cdiv class=\"hkm-stat-card\"\u003e\n                    \u003cdiv class=\"hkm-stat-icon-wrap\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"5.5\" stroke=\"#3b82f6\" stroke-width=\"1.2\" fill=\"none\" stroke-dasharray=\"3 2\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"2.2\" fill=\"#2563eb\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M3 12h3M18 12h3\" stroke=\"#60a5fa\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"12\" cy=\"3\" r=\"1.2\" fill=\"#3b82f6\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-stat-info\"\u003e\n                        \u003cdiv class=\"hkm-stat-value\"\u003eHydraulic Disc\u003c\/div\u003e\n                        \u003cdiv class=\"hkm-stat-label\"\u003eFront \u0026amp; rear hydraulic brakes with precise modulation control\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003c!-- Card 6: Water Resistance --\u003e\n                \u003cdiv class=\"hkm-stat-card\"\u003e\n                    \u003cdiv class=\"hkm-stat-icon-wrap\"\u003e\n                        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M12 3c-3 5-7 9-7 13a7 7 0 0014 0c0-4-4-8-7-13z\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"#eef2ff\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M12 16a2 2 0 100-4 2 2 0 000 4z\" fill=\"#2563eb\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M8 8c1.5-1 3.5-1 5 0\" stroke=\"#3b82f6\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M16 8c-1.5-1-3.5-1-5 0\" stroke=\"#60a5fa\" stroke-width=\"1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-stat-info\"\u003e\n                        \u003cdiv class=\"hkm-stat-value\"\u003eIPX5 Rated\u003c\/div\u003e\n                        \u003cdiv class=\"hkm-stat-label\"\u003eWater-resistant construction — protected against low-pressure water jets\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003chr class=\"hkm-section-divider\"\u003e\n\n        \u003c!-- ==================== FEATURE: DUAL-MOTOR SYSTEM ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003cdiv class=\"hkm-feature-block\"\u003e\n                \u003cdiv class=\"hkm-feature-icon\"\u003e\n                    \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003ccircle cx=\"9\" cy=\"14\" r=\"5\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"19\" cy=\"14\" r=\"5\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"9\" cy=\"14\" r=\"1.8\" fill=\"#2563eb\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"19\" cy=\"14\" r=\"1.8\" fill=\"#2563eb\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M14 14h-1\" stroke=\"#3b82f6\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003crect x=\"12.5\" y=\"6\" width=\"3\" height=\"4\" rx=\"1\" fill=\"#60a5fa\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"12.5\" y=\"18\" width=\"3\" height=\"4\" rx=\"1\" fill=\"#60a5fa\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-feature-content\"\u003e\n                    \u003ch3 class=\"hkm-feature-title\"\u003eDual 60V 1500W Motor System — 3000W Total Combined Output\u003c\/h3\u003e\n                    \u003cp class=\"hkm-feature-text\"\u003eAt the core of the HKM-Z6M lies a synchronized dual-motor configuration that delivers a formidable \u003cspan class=\"hkm-feature-highlight\"\u003e3000W peak combined output\u003c\/span\u003e. Each 60V 1500W brushless hub motor operates independently, channeling power to both the front and rear wheels simultaneously. This all-wheel-drive architecture provides exceptional traction on loose gravel, wet pavement, and uneven off-road terrain. The dual-motor setup significantly reduces the strain on any single motor during high-load scenarios, enhancing overall system longevity and thermal efficiency. Riders benefit from rapid throttle response, confident hill-climbing capability up to 30 degrees of incline, and a planted, stable feel even when accelerating hard out of corners or tackling steep grades. The electronic motor controllers are tuned to deliver smooth, progressive power delivery rather than abrupt surges, giving both novice and experienced riders precise command over the scooter's substantial output.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- FEATURE: BATTERY \u0026 RANGE --\u003e\n            \u003cdiv class=\"hkm-feature-block\"\u003e\n                \u003cdiv class=\"hkm-feature-icon\"\u003e\n                    \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003crect x=\"3\" y=\"8\" width=\"19\" height=\"14\" rx=\"3\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"22\" y=\"11.5\" width=\"3.5\" height=\"7\" rx=\"1.4\" fill=\"#2563eb\" opacity=\"0.8\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"6.5\" y=\"11.5\" width=\"3\" height=\"7\" rx=\"0.9\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"11\" y=\"11.5\" width=\"3\" height=\"7\" rx=\"0.9\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"16.5\" y=\"11.5\" width=\"2.5\" height=\"7\" rx=\"0.9\" fill=\"#93c5fd\"\u003e\u003c\/rect\u003e\n                        \u003cpath d=\"M14 3v4\" stroke=\"#2563eb\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003ccircle cx=\"14\" cy=\"2.2\" r=\"1.2\" fill=\"#60a5fa\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-feature-content\"\u003e\n                    \u003ch3 class=\"hkm-feature-title\"\u003e1380Wh Extended-Range Battery — Ride Farther, Explore More\u003c\/h3\u003e\n                    \u003cp class=\"hkm-feature-text\"\u003eThe HKM-Z6M is equipped with a premium \u003cspan class=\"hkm-feature-highlight\"\u003e60V 23Ah lithium-ion battery pack\u003c\/span\u003e delivering 1380 watt-hours of stored energy. Under optimal riding conditions — moderate speed, level terrain, and temperate weather — riders can achieve an estimated range of up to \u003cstrong\u003e43.5 miles (70 kilometers)\u003c\/strong\u003e on a single charge. The battery management system (BMS) continuously monitors individual cell voltages, temperature, and discharge rates to safeguard against overcharging, over-discharging, and short-circuit events. This intelligent power regulation not only protects the battery's long-term health but also ensures consistent performance across a wide range of operating temperatures. Real-world range will naturally vary based on rider weight, terrain profile, speed mode selection, ambient temperature, and riding style. Eco-conscious commuters will appreciate the ability to complete multiple days of urban travel between charges, while weekend adventurers can confidently explore trails without constant range anxiety. A full recharge requires approximately 8 to 10 hours using the included standard charger, making overnight charging a convenient routine.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- FEATURE: BRAKING SYSTEM --\u003e\n            \u003cdiv class=\"hkm-feature-block\"\u003e\n                \u003cdiv class=\"hkm-feature-icon\"\u003e\n                    \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003ccircle cx=\"14\" cy=\"14\" r=\"10\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"14\" cy=\"14\" r=\"6.5\" stroke=\"#3b82f6\" stroke-width=\"1.2\" fill=\"none\" stroke-dasharray=\"3 2.5\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"14\" cy=\"14\" r=\"2.8\" fill=\"#2563eb\" opacity=\"0.8\"\u003e\u003c\/circle\u003e\n                        \u003crect x=\"2\" y=\"12.5\" width=\"5\" height=\"3\" rx=\"1.2\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"21\" y=\"12.5\" width=\"5\" height=\"3\" rx=\"1.2\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"11\" y1=\"7\" x2=\"13\" y2=\"9.5\" stroke=\"#60a5fa\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"17\" y1=\"7\" x2=\"15\" y2=\"9.5\" stroke=\"#60a5fa\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-feature-content\"\u003e\n                    \u003ch3 class=\"hkm-feature-title\"\u003eFront \u0026amp; Rear Hydraulic Disc Brakes — Precision Stopping Power\u003c\/h3\u003e\n                    \u003cp class=\"hkm-feature-text\"\u003eBraking performance is a critical safety consideration for any high-power electric scooter, and the HKM-Z6M addresses this with a \u003cspan class=\"hkm-feature-highlight\"\u003efull hydraulic disc brake system\u003c\/span\u003e on both the front and rear wheels. Unlike mechanical cable-actuated brakes, hydraulic systems use incompressible brake fluid to transmit force from the lever to the caliper pistons, resulting in superior modulation, reduced lever effort, and more consistent pad-to-rotor contact. This translates to shorter stopping distances, especially during emergency braking scenarios or when descending steep gradients. The large-diameter brake rotors provide excellent heat dissipation, minimizing fade during prolonged or repeated heavy braking. Riders can fine-tune braking force with intuitive lever feedback, allowing for smooth deceleration in traffic and confident, controlled stops on loose or slippery surfaces. The enclosed caliper design also helps shield critical braking components from dust, mud, and water ingress, maintaining reliable performance across varied environmental conditions.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- FEATURE: TIRES \u0026 SUSPENSION --\u003e\n            \u003cdiv class=\"hkm-feature-block\"\u003e\n                \u003cdiv class=\"hkm-feature-icon\"\u003e\n                    \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003ccircle cx=\"14\" cy=\"14\" r=\"10\" stroke=\"#2563eb\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"14\" cy=\"14\" r=\"6\" stroke=\"#3b82f6\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"14\" cy=\"14\" r=\"2.5\" fill=\"#2563eb\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n                        \u003crect x=\"11\" y=\"2.5\" width=\"6\" height=\"3\" rx=\"1\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"11\" y=\"22.5\" width=\"6\" height=\"3\" rx=\"1\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                        \u003cpath d=\"M4 10l3 3M24 10l-3 3M4 18l3-3M24 18l-3-3\" stroke=\"#60a5fa\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-feature-content\"\u003e\n                    \u003ch3 class=\"hkm-feature-title\"\u003e12-Inch Pneumatic Off-Road Tires \u0026amp; Dual Shock Absorbers\u003c\/h3\u003e\n                    \u003cp class=\"hkm-feature-text\"\u003eThe HKM-Z6M rolls on \u003cspan class=\"hkm-feature-highlight\"\u003e12-inch (30.5 cm) pneumatic off-road tires\u003c\/span\u003e engineered with an aggressive tread pattern that bites into dirt, grass, gravel, and uneven pavement. Pneumatic construction provides natural shock absorption by allowing the tire to deform around obstacles, reducing transmitted vibration before it reaches the rider. This is complemented by a \u003cstrong\u003efront and rear dual shock absorber suspension system\u003c\/strong\u003e that further dampens impacts from potholes, roots, and trail irregularities. Together, the tire and suspension setup delivers a ride quality that inspires confidence on rough terrain while remaining comfortable enough for daily pavement commutes. The generous \u003cstrong\u003e7.9-inch (20.1 cm) ground clearance\u003c\/strong\u003e allows the scooter to clear curbs, rocks, and trail debris without scraping the undercarriage, a crucial advantage for genuine off-road use. Whether navigating city streets or exploring backcountry paths, the chassis remains composed and communicative.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- FEATURE: SMART FEATURES --\u003e\n            \u003cdiv class=\"hkm-feature-block\"\u003e\n                \u003cdiv class=\"hkm-feature-icon\"\u003e\n                    \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003crect x=\"6\" y=\"2\" width=\"16\" height=\"24\" rx=\"3.5\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"9\" y=\"5\" width=\"10\" height=\"15\" rx=\"1\" fill=\"#eef2ff\" stroke=\"#3b82f6\" stroke-width=\"0.9\"\u003e\u003c\/rect\u003e\n                        \u003ccircle cx=\"14\" cy=\"12\" r=\"3\" fill=\"#2563eb\" opacity=\"0.7\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M14 15v3\" stroke=\"#3b82f6\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003ccircle cx=\"14\" cy=\"23\" r=\"1.3\" fill=\"#60a5fa\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M8 20h2M18 20h2\" stroke=\"#93c5fd\" stroke-width=\"1\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-feature-content\"\u003e\n                    \u003ch3 class=\"hkm-feature-title\"\u003eIntegrated Bluetooth Audio \u0026amp; Smartphone App Connectivity\u003c\/h3\u003e\n                    \u003cp class=\"hkm-feature-text\"\u003eThe HKM-Z6M goes beyond basic transportation with its \u003cspan class=\"hkm-feature-highlight\"\u003ebuilt-in Bluetooth speaker\u003c\/span\u003e, allowing riders to stream music, podcasts, or turn-by-turn navigation audio directly from a paired mobile device. The speaker is strategically integrated into the scooter's chassis, providing clear audio output without compromising the vehicle's clean aesthetic or weather resistance. Complementing this is the \u003cstrong\u003ededicated smartphone app\u003c\/strong\u003e, which unlocks a suite of customization and monitoring features. Through the app interface, riders can adjust performance settings, toggle between speed modes (up to 15.5 mph \/ 28 mph \/ 43.5 mph depending on local regulations), customize the vibrant LED headlight and accent strip lighting with a palette of colors, and review detailed ride data including trip distance, average speed, and battery consumption. The app connection is stable and responsive, turning the scooter into a connected mobility platform that adapts to each rider's preferences and riding environment.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- FEATURE: FRAME \u0026 BUILD --\u003e\n            \u003cdiv class=\"hkm-feature-block\"\u003e\n                \u003cdiv class=\"hkm-feature-icon\"\u003e\n                    \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003crect x=\"3\" y=\"5\" width=\"22\" height=\"18\" rx=\"3\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"7\" y=\"3\" width=\"14\" height=\"3\" rx=\"1.2\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"7\" y=\"22\" width=\"14\" height=\"3\" rx=\"1.2\" fill=\"#3b82f6\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"8\" y1=\"9\" x2=\"20\" y2=\"9\" stroke=\"#93c5fd\" stroke-width=\"1\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"8\" y1=\"13\" x2=\"18\" y2=\"13\" stroke=\"#93c5fd\" stroke-width=\"1\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"8\" y1=\"17\" x2=\"16\" y2=\"17\" stroke=\"#93c5fd\" stroke-width=\"1\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                        \u003ccircle cx=\"24\" cy=\"14\" r=\"1.5\" fill=\"#2563eb\" opacity=\"0.6\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-feature-content\"\u003e\n                    \u003ch3 class=\"hkm-feature-title\"\u003eCarbon Steel Frame — Engineered for Strength and Durability\u003c\/h3\u003e\n                    \u003cp class=\"hkm-feature-text\"\u003eThe structural backbone of the HKM-Z6M is a \u003cspan class=\"hkm-feature-highlight\"\u003eheavy-duty carbon steel frame\u003c\/span\u003e selected for its superior tensile strength and impact resistance compared to standard aluminum alloys. This material choice allows the scooter to confidently support a combined rider and cargo weight of up to \u003cstrong\u003e330 pounds (150 kilograms)\u003c\/strong\u003e without compromising frame integrity or ride stability. Carbon steel's natural damping properties also contribute to reduced high-frequency vibration transmission, subtly enhancing ride comfort over long distances. The frame geometry has been optimized to balance a low center of gravity for stable handling with the necessary ground clearance for off-road use. Precision welding at all structural joints ensures consistent strength throughout the chassis, while a corrosion-resistant coating protects against rust and environmental wear. The folding mechanism — which reduces the scooter's height from 52.0 inches (132.1 cm) to just 24.4 inches (62.0 cm) — is engineered with robust locking pins and reinforced hinge points, enabling secure, rattle-free transport and compact storage without sacrificing structural rigidity when deployed.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003c!-- FEATURE: LIGHTING \u0026 VISIBILITY --\u003e\n            \u003cdiv class=\"hkm-feature-block\"\u003e\n                \u003cdiv class=\"hkm-feature-icon\"\u003e\n                    \u003csvg viewbox=\"0 0 28 28\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003ccircle cx=\"14\" cy=\"10\" r=\"6\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"14\" cy=\"10\" r=\"2.8\" fill=\"#fef3c7\" stroke=\"#f59e0b\" stroke-width=\"1\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M14 16v6\" stroke=\"#3b82f6\" stroke-width=\"1.8\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M8 22h12\" stroke=\"#60a5fa\" stroke-width=\"1.4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 6l2 2M22 6l-2 2\" stroke=\"#93c5fd\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003ccircle cx=\"14\" cy=\"10\" r=\"1.2\" fill=\"#fbbf24\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-feature-content\"\u003e\n                    \u003ch3 class=\"hkm-feature-title\"\u003eLED Headlight \u0026amp; Customizable Strip Lighting\u003c\/h3\u003e\n                    \u003cp class=\"hkm-feature-text\"\u003eVisibility is paramount for rider safety, and the HKM-Z6M features a \u003cspan class=\"hkm-feature-highlight\"\u003ehigh-output LED headlight\u003c\/span\u003e that illuminates the path ahead with a bright, focused beam pattern, making nighttime riding significantly safer. Complementing the primary headlight are integrated \u003cstrong\u003eLED strip lights\u003c\/strong\u003e that run along the deck and stem, serving both as aesthetic accents and as additional side-visibility markers for other road users. Through the companion smartphone app, riders can customize the color, brightness, and lighting pattern of these accent strips, choosing from a spectrum of hues to match personal style or to maximize conspicuity in different riding conditions. The LED system is energy-efficient, drawing minimal power from the main battery while providing hours of continuous illumination. All lighting components are sealed to the IPX5 water-resistance standard, ensuring reliable operation in wet weather.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003chr class=\"hkm-section-divider\"\u003e\n\n        \u003c!-- ==================== COMPLETE SPECIFICATIONS ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003cdiv class=\"hkm-specs-wrap\"\u003e\n                \u003ch3 class=\"hkm-specs-title\"\u003e📋 Complete Technical Specifications\u003c\/h3\u003e\n                \u003cdiv class=\"hkm-specs-grid\"\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eModel\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003eHKM-Z6M\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eMotor System\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003eDual 60V 1500W (3000W Combined)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eBattery\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e60V 23Ah \/ 1380Wh Lithium-ion\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eMax Speed (Configurable)\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e15.5 \/ 28 \/ 43.5 mph (25 \/ 45 \/ 70 km\/h)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eEstimated Range\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003eUp to 43.5 mi (70 km)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eMax Load Capacity\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e330 lbs (150 kg)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eCharging Time\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e8 – 10 hours\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eBraking System\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003eFront \u0026amp; Rear Hydraulic Disc\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eTires\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e12-inch (30.5 cm) Pneumatic Off-Road\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eSuspension\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003eFront \u0026amp; Rear Shock Absorbers\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eWater Resistance\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003eIPX5\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eGround Clearance\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e7.9 in (20.1 cm)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eMax Climbing Angle\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e30°\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eUnfolded Dimensions\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e53.5\" L × 25.6\" W × 52.0\" H (136 × 65 × 132 cm)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eFolded Dimensions\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e53.5\" L × 25.6\" W × 24.4\" H (136 × 65 × 62 cm)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eNet Weight\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003e112.9 lbs (51.2 kg)\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eFrame Material\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003eCarbon Steel\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-spec-item\"\u003e\n                        \u003cspan class=\"hkm-spec-label\"\u003e\u003cspan class=\"hkm-spec-dot\"\u003e\u003c\/span\u003eSmart Features\u003c\/span\u003e\n                        \u003cspan class=\"hkm-spec-value\"\u003eMobile App, Bluetooth Speaker, LED Lighting\u003c\/span\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003chr class=\"hkm-section-divider\"\u003e\n\n        \u003c!-- ==================== FAQs ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003cdiv class=\"hkm-faq-wrap\"\u003e\n                \u003ch3 class=\"hkm-faq-title\"\u003e❓ Frequently Asked Questions\u003c\/h3\u003e\n                \u003cdetails class=\"hkm-faq-item\"\u003e\n                    \u003csummary\u003eWhat real-world range can I expect from the HKM-Z6M?\u003c\/summary\u003e\n                    \u003cdiv class=\"hkm-faq-answer\"\u003e\n                        \u003cp\u003eThe manufacturer-estimated range of up to \u003cstrong\u003e43.5 miles (70 km)\u003c\/strong\u003e is achievable under optimal conditions: a lightweight rider (approximately 150 lbs \/ 68 kg), riding in Eco mode at moderate speeds on flat, smooth pavement, with an ambient temperature around 72°F (22°C). In real-world mixed-use scenarios — including hills, varying speeds, and off-road segments — most riders can expect between \u003cstrong\u003e25 and 35 miles (40–56 km)\u003c\/strong\u003e per charge. Heavier riders, colder weather, aggressive acceleration, and sustained high-speed riding will further reduce range. The 1380Wh battery capacity is among the larger packs available in this scooter class, giving the Z6M a genuine range advantage for longer commutes and extended recreational rides.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/details\u003e\n                \u003cdetails class=\"hkm-faq-item\"\u003e\n                    \u003csummary\u003eHow do the three speed modes work, and are they legal everywhere?\u003c\/summary\u003e\n                    \u003cdiv class=\"hkm-faq-answer\"\u003e\n                        \u003cp\u003eThe HKM-Z6M offers three configurable speed modes accessible through the smartphone app or the onboard display: \u003cstrong\u003eEco Mode\u003c\/strong\u003e (up to 15.5 mph \/ 25 km\/h), \u003cstrong\u003eStandard Mode\u003c\/strong\u003e (up to 28 mph \/ 45 km\/h), and \u003cstrong\u003eSport Mode\u003c\/strong\u003e (up to 43.5 mph \/ 70 km\/h). These limits represent the maximum speed the scooter will accelerate to in each respective mode. \u003cstrong\u003eImportant:\u003c\/strong\u003e Electric scooter laws vary significantly by jurisdiction. Many cities and states impose speed limits on electric scooters — commonly 15 mph or 20 mph on public roads and bike lanes. Riders are solely responsible for researching and adhering to all applicable local regulations, including speed limits, helmet requirements, minimum age restrictions, and permitted riding areas. The ability to configure the top speed via the app allows riders to comply with local laws while preserving the option for higher performance on private property or off-road trails where permitted.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/details\u003e\n                \u003cdetails class=\"hkm-faq-item\"\u003e\n                    \u003csummary\u003eWhat maintenance does the hydraulic brake system require?\u003c\/summary\u003e\n                    \u003cdiv class=\"hkm-faq-answer\"\u003e\n                        \u003cp\u003eHydraulic disc brakes generally require less frequent adjustment than mechanical cable brakes. However, periodic maintenance is still recommended to ensure optimal performance: \u003cstrong\u003ebrake pad inspection\u003c\/strong\u003e every 200–300 miles (320–480 km) for wear; \u003cstrong\u003erotor inspection\u003c\/strong\u003e for warping or scoring; and \u003cstrong\u003ebrake fluid level checks\u003c\/strong\u003e every 6 months. If the brake lever begins to feel spongy or requires excessive travel, the system may need bleeding to remove air bubbles from the hydraulic lines. The sealed hydraulic system is designed to resist contamination, but riding in extremely muddy or dusty conditions may accelerate pad wear. Always perform a pre-ride brake check before each journey.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/details\u003e\n                \u003cdetails class=\"hkm-faq-item\"\u003e\n                    \u003csummary\u003eCan the HKM-Z6M be ridden in the rain?\u003c\/summary\u003e\n                    \u003cdiv class=\"hkm-faq-answer\"\u003e\n                        \u003cp\u003eWith an \u003cstrong\u003eIPX5 water-resistance rating\u003c\/strong\u003e, the HKM-Z6M is designed to withstand low-pressure water jets from any direction, which means it can handle riding in light to moderate rain. However, IPX5 does \u003cstrong\u003enot\u003c\/strong\u003e guarantee protection against submersion or high-pressure water streams (such as a pressure washer). Riders should avoid riding through deep puddles, flooded areas, or prolonged exposure to heavy downpours. After riding in wet conditions, it is advisable to wipe down the scooter and ensure all electrical contacts remain dry. The IPX5 rating applies to the scooter's core electrical components; normal wear and tear over time may affect water resistance.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/details\u003e\n                \u003cdetails class=\"hkm-faq-item\"\u003e\n                    \u003csummary\u003eHow does the folding mechanism work, and how portable is the scooter?\u003c\/summary\u003e\n                    \u003cdiv class=\"hkm-faq-answer\"\u003e\n                        \u003cp\u003eThe HKM-Z6M features a stem-folding mechanism that reduces the overall height from \u003cstrong\u003e52.0 inches (132.1 cm)\u003c\/strong\u003e to just \u003cstrong\u003e24.4 inches (62.0 cm)\u003c\/strong\u003e, while the length and width remain at 53.5 inches (135.9 cm) and 25.6 inches (65.0 cm) respectively. The folding joint incorporates reinforced locking pins and a secondary safety latch to prevent accidental folding during operation. At \u003cstrong\u003e112.9 lbs (51.2 kg)\u003c\/strong\u003e, the Z6M is a substantial scooter — this weight reflects its robust carbon steel frame, large battery, and dual-motor system. While it folds for more compact storage in a garage, trunk, or utility room, it is not designed to be carried up flights of stairs regularly. For transport, the folded scooter can fit into the cargo area of most SUVs, trucks, and larger hatchbacks.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/details\u003e\n                \u003cdetails class=\"hkm-faq-item\"\u003e\n                    \u003csummary\u003eWhat is the advantage of carbon steel over aluminum for the frame?\u003c\/summary\u003e\n                    \u003cdiv class=\"hkm-faq-answer\"\u003e\n                        \u003cp\u003eCarbon steel offers \u003cstrong\u003ehigher tensile strength and impact resistance\u003c\/strong\u003e compared to most aluminum alloys used in scooter manufacturing. This allows the HKM-Z6M's frame to support a substantial 330 lb (150 kg) load capacity while maintaining structural integrity over rough terrain. Carbon steel also exhibits superior fatigue resistance, meaning it can endure repeated stress cycles — such as those encountered during off-road riding — without developing micro-cracks. Additionally, steel's natural vibration-damping characteristics help absorb high-frequency road buzz. The trade-off is increased weight compared to aluminum, which is why the Z6M prioritizes durability and load-bearing capability over ultra-light portability. A corrosion-resistant coating is applied to the frame to mitigate rust and environmental degradation.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/details\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003chr class=\"hkm-section-divider\"\u003e\n\n        \u003c!-- ==================== POLICY SECTION ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003cdiv class=\"hkm-policy-wrap\"\u003e\n                \u003ch3 class=\"hkm-policy-title\"\u003e🛡️ Purchase with Confidence\u003c\/h3\u003e\n                \u003cdiv class=\"hkm-policy-grid\"\u003e\n                    \u003cdiv class=\"hkm-policy-card\"\u003e\n                        \u003cdiv class=\"hkm-policy-icon\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003crect x=\"1\" y=\"6\" width=\"22\" height=\"14\" rx=\"2.5\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                                \u003cpath d=\"M6 12h12M6 16h8\" stroke=\"#3b82f6\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                                \u003ccircle cx=\"18\" cy=\"10\" r=\"3\" fill=\"#eef2ff\" stroke=\"#2563eb\" stroke-width=\"1.2\"\u003e\u003c\/circle\u003e\n                                \u003cpath d=\"M17.5 10l1 1 1.5-1.5\" stroke=\"#2563eb\" stroke-width=\"1.1\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"hkm-policy-label\"\u003eFree Shipping on All Orders\u003c\/p\u003e\n                            \u003cp class=\"hkm-policy-desc\"\u003eComplimentary standard shipping on every HKM-Z6M order. Delivered directly to your doorstep at no additional cost.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-policy-card\"\u003e\n                        \u003cdiv class=\"hkm-policy-icon\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003cpath d=\"M12 2L3 7v6c0 5.5 3.8 10.7 9 12 5.2-1.3 9-6.5 9-12V7l-9-5z\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"#eef2ff\"\u003e\u003c\/path\u003e\n                                \u003ccircle cx=\"12\" cy=\"12\" r=\"4\" stroke=\"#3b82f6\" stroke-width=\"1.3\" fill=\"none\"\u003e\u003c\/circle\u003e\n                                \u003cpath d=\"M10.5 12l1 1.5 2.5-2\" stroke=\"#2563eb\" stroke-width=\"1.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"hkm-policy-label\"\u003e180-Day Purchase Protection\u003c\/p\u003e\n                            \u003cp class=\"hkm-policy-desc\"\u003eExtended coverage against manufacturing defects for a full 180 days from the date of purchase.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-policy-card\"\u003e\n                        \u003cdiv class=\"hkm-policy-icon\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003ccircle cx=\"12\" cy=\"12\" r=\"10\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                                \u003cpath d=\"M7 12l3.5 3.5L17 9\" stroke=\"#3b82f6\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                                \u003ccircle cx=\"12\" cy=\"12\" r=\"14\" stroke=\"#60a5fa\" stroke-width=\"0.6\" fill=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"hkm-policy-label\"\u003e30-Day Money-Back Guarantee\u003c\/p\u003e\n                            \u003cp class=\"hkm-policy-desc\"\u003eNot satisfied? Return the scooter within 30 days for a full refund. Hassle-free and straightforward.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-policy-card\"\u003e\n                        \u003cdiv class=\"hkm-policy-icon\"\u003e\n                            \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                                \u003crect x=\"3\" y=\"4\" width=\"18\" height=\"16\" rx=\"3\" stroke=\"#2563eb\" stroke-width=\"1.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                                \u003cpath d=\"M7 10h10M7 14h6\" stroke=\"#3b82f6\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                                \u003ccircle cx=\"17\" cy=\"16\" r=\"2.5\" fill=\"#eef2ff\" stroke=\"#2563eb\" stroke-width=\"1.2\"\u003e\u003c\/circle\u003e\n                                \u003ctext x=\"17\" y=\"16.8\" text-anchor=\"middle\" font-size=\"7\" fill=\"#2563eb\" font-weight=\"600\"\u003e24\u003c\/text\u003e\n                            \u003c\/svg\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv\u003e\n                            \u003cp class=\"hkm-policy-label\"\u003e24-Month Warranty Service\u003c\/p\u003e\n                            \u003cp class=\"hkm-policy-desc\"\u003eComprehensive 2-year warranty covering major components. Dedicated support team ready to assist you.\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== DISCLAIMER NOTE ==================== --\u003e\n        \u003cp class=\"hkm-note\"\u003e⚠️ \u003cstrong\u003eImportant Notice:\u003c\/strong\u003e Electric scooter laws and regulations differ by city, county, and state. It is the purchaser's and rider's sole responsibility to research and adhere to all applicable local laws regarding operation, including speed limits, helmet requirements, age restrictions, and permitted riding areas. Performance specifications are estimates obtained under controlled, ideal testing conditions; real-world results will vary based on rider weight, terrain, ambient temperature, speed mode selection, and riding style. Always wear appropriate safety gear — including a certified helmet — and perform a thorough pre-ride safety check before each use. The maximum configurable speed of 43.5 mph (70 km\/h) is intended for use on private property and off-road environments only where legally permitted.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/01_26d868d7-301d-4860-8b5a-441c7119b2ff.jpg?v=1767956903\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/02_edb81f52-dcee-4a52-b276-ddd5406070d6.jpg?v=1767956917\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/03_26ae36bc-47a9-4a1a-926e-7936096c74ea.jpg?v=1767956897\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/04_364481fe-b9ad-4ff3-bcf2-4642591c376c.jpg?v=1767956899\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/05_3f0cd56b-ede9-497a-99e3-e17877e330f2.jpg?v=1767956916\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/06_ae4e4ad8-f74f-4d2e-b21b-77fa5de8db6e.jpg?v=1767956909\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/07_cf8c8d4d-566f-4f85-b44a-cceccc495e87.jpg?v=1767956915\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/08_74251309-14c7-48fc-9f81-a42da214b960.jpg?v=1767956886\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/09_e434edb5-498a-4aae-815a-8dc3d419158f.jpg?v=1767956901\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/10_47240fda-6901-4d02-92f9-bda0c08cde1d.jpg?v=1767956916\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/11_31f90995-e3c3-4105-ba93-de2898c6d6ae.jpg?v=1767956918\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/12_caa8cced-daa9-468a-95a6-55643add3cb2.jpg?v=1767956915\"\u003e\u003cp\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Electric Scooters \u003e\u003e","offers":[{"title":"- Orange \/ - 3000W\/1500W*2 \/ - 23Ah\/48V\/1104Wh","offer_id":43279953068115,"sku":"868053898715","price":1299.99,"currency_code":"USD","in_stock":true},{"title":"- Green \/ - 3000W\/1500W*2 \/ - 23Ah\/48V\/1104Wh","offer_id":44283034632275,"sku":null,"price":1299.99,"currency_code":"USD","in_stock":true},{"title":"- Yellow \/ - 3000W\/1500W*2 \/ - 23Ah\/48V\/1104Wh","offer_id":43412567556179,"sku":null,"price":1299.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/7797353676883-1-HKM-Z6M-43_5-Miles-48V-23Ah-1104Wh-3000W-Dual-Motor-Drive-Long-Range-Foldable-Electric-Scooter-Orange.jpg?v=1768116749"},{"product_id":"hkm-z6m-43-5-miles-48v-23ah-1104wh-3000w-dual-motor-drive-long-range-foldable-electric-scooter-green-3","title":"HKM-Z6M 43.5 Miles 48V 23Ah 1104Wh 3000W Dual-Motor Drive Long-Range Foldable Electric Scooter - Green","description":"\u003cstyle\u003e\n    \/* 全局重置仅限本区块 *\/\n    #hkm-z6m-product-desc * { box-sizing: border-box; margin:0; padding:0; }\n    #hkm-z6m-product-desc a { text-decoration:none; color:inherit; }\n    #hkm-z6m-product-desc .section { margin-bottom:50px; padding:0 20px; }\n    #hkm-z6m-product-desc .section-title { font-size:24px; font-weight:600; color:#0a0a0a; margin-bottom:8px; letter-spacing:-0.5px; }\n    #hkm-z6m-product-desc .section-subtitle { font-size:14px; font-weight:400; color:#6b6b6b; margin-bottom:24px; }\n    #hkm-z6m-product-desc .grid { display:flex; flex-wrap:wrap; gap:20px; margin-bottom:20px; }\n    #hkm-z6m-product-desc .grid-3 \u003e div { flex:1 1 calc(33.333% - 14px); min-width:220px; }\n    #hkm-z6m-product-desc .grid-2 \u003e div { flex:1 1 calc(50% - 10px); min-width:240px; }\n    #hkm-z6m-product-desc .card { background:#f9f9fb; border-radius:16px; padding:24px; transition: all 0.25s ease; border:1px solid #efefef; }\n    #hkm-z6m-product-desc .card:hover { box-shadow:0 10px 25px rgba(0,0,0,0.06); transform: translateY(-2px); border-color:#d0d5dd; }\n    #hkm-z6m-product-desc .card-icon { width:40px; height:40px; display:flex; align-items:center; justify-content:center; margin-bottom:16px; transition: transform 0.3s ease; }\n    #hkm-z6m-product-desc .card:hover .card-icon { transform: scale(1.08); }\n    #hkm-z6m-product-desc .card-title { font-size:16px; font-weight:600; color:#0e0e0e; margin-bottom:6px; }\n    #hkm-z6m-product-desc .card-text { font-size:13px; color:#5a5a5a; line-height:1.5; }\n    #hkm-z6m-product-desc .highlight { color:#0062cc; font-weight:600; }\n    #hkm-z6m-product-desc .specs-grid { display:flex; flex-wrap:wrap; gap:0; margin-top:10px; }\n    #hkm-z6m-product-desc .spec-item { flex:1 1 50%; display:flex; align-items:center; padding:12px 8px; border-bottom:1px solid #eeeeee; }\n    #hkm-z6m-product-desc .spec-item:nth-child(odd) { border-right:1px solid #eeeeee; }\n    #hkm-z6m-product-desc .spec-icon { width:32px; height:32px; margin-right:12px; flex-shrink:0; color:#3a3a3a; }\n    #hkm-z6m-product-desc .spec-label { font-size:13px; color:#6b6b6b; }\n    #hkm-z6m-product-desc .spec-value { font-size:14px; font-weight:500; color:#0a0a0a; }\n    #hkm-z6m-product-desc .faq-item { border-bottom:1px solid #e8e8e8; padding:18px 0; }\n    #hkm-z6m-product-desc .faq-question { font-size:15px; font-weight:500; color:#121212; cursor:pointer; display:flex; justify-content:space-between; align-items:center; list-style:none; }\n    #hkm-z6m-product-desc .faq-question::-webkit-details-marker { display:none; }\n    #hkm-z6m-product-desc .faq-question::after { content:'+'; font-size:22px; font-weight:300; color:#7b7b7b; transition: transform 0.25s; margin-left:12px; }\n    #hkm-z6m-product-desc details[open] .faq-question::after { transform: rotate(45deg); }\n    #hkm-z6m-product-desc .faq-answer { font-size:13px; color:#4a4a4a; padding-top:12px; line-height:1.6; }\n    #hkm-z6m-product-desc .policy-grid { display:flex; flex-wrap:wrap; gap:16px; }\n    #hkm-z6m-product-desc .policy-card { flex:1 1 calc(50% - 8px); background:#f7f8fc; border-radius:14px; padding:20px; display:flex; align-items:flex-start; gap:14px; transition: background 0.2s; }\n    #hkm-z6m-product-desc .policy-card:hover { background:#eef1f8; }\n    #hkm-z6m-product-desc .policy-icon { width:44px; height:44px; flex-shrink:0; color:#1f1f1f; }\n    #hkm-z6m-product-desc .policy-title { font-size:15px; font-weight:600; color:#0e0e0e; margin-bottom:4px; }\n    #hkm-z6m-product-desc .policy-text { font-size:13px; color:#5f5f5f; line-height:1.4; }\n    @media (max-width: 767px) {\n      #hkm-z6m-product-desc .section { padding:0 12px; margin-bottom:36px; }\n      #hkm-z6m-product-desc .section-title { font-size:20px; }\n      #hkm-z6m-product-desc .section-subtitle { font-size:12px; margin-bottom:18px; }\n      #hkm-z6m-product-desc .grid-3 \u003e div { flex:1 1 100%; min-width:0; }\n      #hkm-z6m-product-desc .grid-2 \u003e div { flex:1 1 100%; min-width:0; }\n      #hkm-z6m-product-desc .card { padding:18px; }\n      #hkm-z6m-product-desc .card-title { font-size:14px; }\n      #hkm-z6m-product-desc .card-text { font-size:12px; }\n      #hkm-z6m-product-desc .spec-item { flex:1 1 100%; border-right:none!important; }\n      #hkm-z6m-product-desc .spec-item:nth-child(odd) { border-right:none; }\n      #hkm-z6m-product-desc .spec-label { font-size:12px; }\n      #hkm-z6m-product-desc .spec-value { font-size:13px; }\n      #hkm-z6m-product-desc .faq-question { font-size:13px; }\n      #hkm-z6m-product-desc .faq-answer { font-size:12px; }\n      #hkm-z6m-product-desc .policy-card { flex:1 1 100%; }\n      #hkm-z6m-product-desc .policy-title { font-size:14px; }\n      #hkm-z6m-product-desc .policy-text { font-size:12px; }\n      #hkm-z6m-product-desc .card-icon { width:34px; height:34px; }\n      #hkm-z6m-product-desc .spec-icon { width:28px; height:28px; margin-right:10px; }\n      #hkm-z6m-product-desc .policy-icon { width:36px; height:36px; }\n    }\n    @media (max-width: 480px) {\n      #hkm-z6m-product-desc .section-title { font-size:18px; }\n      #hkm-z6m-product-desc .card-title { font-size:13px; }\n      #hkm-z6m-product-desc .card-text { font-size:12px; }\n      #hkm-z6m-product-desc .spec-value { font-size:12px; }\n    }\n  \u003c\/style\u003e\n\u003cdiv style=\"max-width: 820px; margin: 0 auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: #1a1a1a; background: #fff; padding: 20px 0; line-height: 1.5; box-sizing: border-box;\" id=\"hkm-z6m-product-desc\"\u003e\n\u003c!-- Hero Intro --\u003e\n\u003cdiv style=\"text-align: center;\" class=\"section\"\u003e\n\u003ch1 style=\"font-size: 28px; font-weight: bold; color: #030303; margin-bottom: 6px; letter-spacing: -1px;\"\u003eHKM-Z6M Dual-Motor Off-Road Scooter\u003c\/h1\u003e\n\u003cp style=\"font-size: 15px; color: #5e5e5e; max-width: 640px; margin: 0 auto 24px;\"\u003eEngineered for riders who demand commanding dual-motor power, all-terrain capability, and smart connectivity — all in a foldable, high-voltage platform.\u003c\/p\u003e\n\u003cdiv style=\"justify-content: center;\" class=\"grid grid-3\"\u003e\n\u003cdiv style=\"text-align: center;\" class=\"card\"\u003e\n\u003cdiv style=\"margin: 0 auto 10px;\" class=\"card-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#0062cc\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 7 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e3000W Combined\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eDual 1500W motors deliver relentless torque.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\" class=\"card\"\u003e\n\u003cdiv style=\"margin: 0 auto 10px;\" class=\"card-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#0062cc\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003crect rx=\"2\" height=\"12\" width=\"18\" y=\"6\" x=\"1\"\u003e\u003c\/rect\u003e\u003cline y2=\"12\" x2=\"11\" y1=\"12\" x1=\"7\"\u003e\u003c\/line\u003e\u003cline y2=\"12\" x2=\"17\" y1=\"12\" x1=\"15\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e43.5 mi Range\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eHigh-density 1380Wh lithium-ion battery.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\" class=\"card\"\u003e\n\u003cdiv style=\"margin: 0 auto 10px;\" class=\"card-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#0062cc\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpath d=\"M12 2L2 7l10 5 10-5-10-5z\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 17l10 5 10-5\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 12l10 5 10-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e330 lbs Capacity\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eCarbon steel frame built for heavy loads.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Dual-Motor Power --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eDual-Motor Dominance\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eTwo independent 60V 1500W motors work in unison, transforming steep climbs and loose surfaces into effortless acceleration.\u003c\/p\u003e\n\u003cdiv class=\"grid grid-2\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003ccircle r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06A1.65 1.65 0 0 0 4.68 15a1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06A1.65 1.65 0 0 0 9 4.68a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06A1.65 1.65 0 0 0 19.4 9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e3000W Peak Combined Output\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eEach motor is independently controlled, distributing up to 1500W per wheel. This dual-motor architecture generates immediate thrust, achieving rapid acceleration even on loose gravel or wet pavement.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpolyline points=\"4 18 12 6 20 18\"\u003e\u003c\/polyline\u003e\u003cline y2=\"14\" x2=\"16\" y1=\"14\" x1=\"8\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e30° Hill Climbing\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eThe combined torque effortlessly conquers inclines up to 30 degrees — equivalent to a 58% grade. Maintain consistent speed where single-motor scooters falter.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Battery \u0026 Range --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eExtended-Range Battery System\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eA 60V 23Ah lithium-ion pack with intelligent energy management delivers up to 43.5 miles (70 km) on a single charge.\u003c\/p\u003e\n\u003cdiv class=\"grid grid-2\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003crect rx=\"3\" height=\"14\" width=\"18\" y=\"6\" x=\"2\"\u003e\u003c\/rect\u003e\u003cline y2=\"16\" x2=\"6\" y1=\"10\" x1=\"6\"\u003e\u003c\/line\u003e\u003cline y2=\"16\" x2=\"10\" y1=\"10\" x1=\"10\"\u003e\u003c\/line\u003e\u003cline y2=\"16\" x2=\"14\" y1=\"10\" x1=\"14\"\u003e\u003c\/line\u003e\u003cline y2=\"16\" x2=\"18\" y1=\"10\" x1=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e1380Wh Capacity\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eThe high-voltage architecture reduces current draw, minimizing heat buildup and maximizing efficiency. Under ideal conditions (flat terrain, 165 lbs rider, 15.5 mph), range can reach 43.5 miles (70 km).\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 7 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003cpath d=\"M8 4.5v3\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 4.5v3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e8–10 Hour Recharge\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eThe smart BMS (Battery Management System) protects against overcharge, over-discharge, and temperature extremes, extending the battery's service life cycle.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Braking --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eHydraulic Disc Braking Precision\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eFront and rear hydraulic disc brakes offer short stopping distances with excellent modulation — critical for off-road and high-speed riding.\u003c\/p\u003e\n\u003cdiv class=\"grid grid-2\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003ccircle r=\"4\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 8l-1-1\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 16l1 1\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 16l-1 1\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 8l1-1\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eDual Hydraulic Calipers\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eUnlike mechanical brakes, hydraulic systems self-adjust for pad wear and require less lever effort. The result is confident, fade-resistant stopping power in wet or dry conditions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpath d=\"M12 2v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 20v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M4.93 4.93l1.41 1.41\"\u003e\u003c\/path\u003e\u003cpath d=\"M17.66 17.66l1.41 1.41\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 12h2\"\u003e\u003c\/path\u003e\u003cpath d=\"M20 12h2\"\u003e\u003c\/path\u003e\u003cpath d=\"M6.34 17.66l-1.41 1.41\"\u003e\u003c\/path\u003e\u003cpath d=\"M19.07 4.93l-1.41 1.41\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eProgressive Feel\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003ePrecisely machined rotors and high-performance pads provide a linear braking response, giving the rider confidence to modulate speed on loose descents.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Suspension \u0026 Tires --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eOff-Road Suspension \u0026amp; Tire Setup\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003e12-inch pneumatic off-road tires paired with dual shock absorbers absorb impacts and maintain traction on uneven terrain.\u003c\/p\u003e\n\u003cdiv class=\"grid grid-2\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 4v4m0 8v4m8-16v4m0 8v4\"\u003e\u003c\/path\u003e\u003ccircle r=\"1.5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e12-Inch Pneumatic Tires\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eThe deep tread pattern and large air volume (12\" x 3\" wide) improve grip on mud, grass, and gravel. Pneumatic construction naturally dampens high-frequency vibrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpath d=\"M4 4v16h16V4H4zm4 4h8v8H8V8z\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 9h2v6H5zm12 0h2v6h-2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eDual Shock Absorbers\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eFront and rear spring-damper units provide 7.9 inches (20.1 cm) of ground clearance. The suspension is tuned to balance comfort and control, preventing bottom-out on hard landings.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Smart Features --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eIntegrated Smart Connectivity\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eBuilt-in Bluetooth speaker and smartphone app integration bring entertainment and control to every ride.\u003c\/p\u003e\n\u003cdiv class=\"grid grid-2\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpath d=\"M6.5 6.5l11 11m-11 0l11-11\"\u003e\u003c\/path\u003e\u003cpolyline points=\"8 4 16 4 16 12 20 12 12 20 4 12 8 12 8 4\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eMobile App Control\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eAdjust speed modes, customize LED ambient lighting, monitor battery status, and log trip data — all through the companion app (iOS\/Android).\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpath d=\"M8.7 2.7a8.98 8.98 0 0 1 6.6 0l1.7.5a2.01 2.01 0 0 1 1.3 1.8v1.5a9 9 0 0 1-4.6 7.8l-1 .6a2 2 0 0 1-2 0l-1-.6A9 9 0 0 1 5.7 6.5V5a2 2 0 0 1 1.3-1.8l1.7-.5z\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eBluetooth Audio\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eStream music or podcasts from your smartphone to the integrated high-fidelity speaker. Enjoy a rich audio experience without headphones, staying aware of your surroundings.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Lighting \u0026 Water Resistance --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eVisibility \u0026amp; All-Weather Readiness\u003c\/h2\u003e\n\u003cdiv class=\"grid grid-2\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003ccircle r=\"5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 1v2m0 18v2M4.22 4.22l1.42 1.42m12.72 12.72l1.42 1.42M1 12h2m18 0h2M4.22 19.78l1.42-1.42m12.72-12.72l1.42-1.42\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eLED Headlight \u0026amp; Strip Lighting\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eHigh-output LED headlight illuminates the trail ahead, while customizable side strip lighting enhances side visibility and personal style — all adjustable via the app.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 6v6m0 4h.01\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eIPX5 Water Resistance\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eRated to withstand water jets from any direction, the scooter confidently handles rain, puddles, and wet trails. Critical electronics are sealed for reliable operation in inclement weather.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Frame \u0026 Load --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eRobust Carbon Steel Frame\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eEngineered for durability and a 330 lbs (150 kg) payload, the HKM-Z6M supports heavy riders plus cargo without compromising structural integrity.\u003c\/p\u003e\n\u003cdiv class=\"grid grid-2\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003crect rx=\"2\" height=\"14\" width=\"20\" y=\"3\" x=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M8 21h8m-4-4v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e330 lbs (150 kg) Capacity\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eReinforced folding mechanism and wide deck ensure stable load distribution. The scooter remains rigid even when carrying backpacks, groceries, or work gear.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpolyline points=\"6 9 12 3 18 9\"\u003e\u003c\/polyline\u003e\u003cline y2=\"21\" x2=\"12\" y1=\"3\" x1=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"18 15 12 21 6 15\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eFoldable Design\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eFolds to 53.5\" x 25.6\" x 24.4\" (136 x 65 x 62 cm) for storage in car trunks, closets, or under desks. The secure latch prevents accidental unfolding during transport.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Speed Configurations --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eConfigurable Speed Modes\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eSelect from three maximum speed presets to match your skill level and local regulations. \u003cspan style=\"font-size: 13px; color: #6b6b6b;\"\u003e(Riders must comply with all applicable local speed laws.)\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"grid grid-3\"\u003e\n\u003cdiv style=\"text-align: center;\" class=\"card\"\u003e\n\u003cdiv style=\"margin: 0 auto 10px;\" class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#0062cc\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"9 10 12 7 15 10\"\u003e\u003c\/polyline\u003e\u003cline y2=\"15\" x2=\"12\" y1=\"7\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eEco Mode\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003e15.5 mph (25 km\/h) – Maximizes range and adheres to many regional speed limits.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\" class=\"card\"\u003e\n\u003cdiv style=\"margin: 0 auto 10px;\" class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#0062cc\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 7v3m0 4v3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eSport Mode\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003e28 mph (45 km\/h) – Balanced performance for everyday commuting with responsive throttle.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\" class=\"card\"\u003e\n\u003cdiv style=\"margin: 0 auto 10px;\" class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#0062cc\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpolygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eTurbo Mode\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003e43.5 mph (70 km\/h) – Unleashes full dual-motor output for off-road and private land use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specifications (Detailed) --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFull Technical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003ccircle r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06A1.65 1.65 0 0 0 4.68 15a1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06A1.65 1.65 0 0 0 9 4.68a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06A1.65 1.65 0 0 0 19.4 9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eMotors\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eDual 60V 1500W (3000W total)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003crect rx=\"2\" height=\"12\" width=\"18\" y=\"6\" x=\"1\"\u003e\u003c\/rect\u003e\u003cline y2=\"16\" x2=\"7\" y1=\"10\" x1=\"7\"\u003e\u003c\/line\u003e\u003cline y2=\"16\" x2=\"11\" y1=\"10\" x1=\"11\"\u003e\u003c\/line\u003e\u003cline y2=\"16\" x2=\"15\" y1=\"10\" x1=\"15\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eBattery\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e60V 23Ah (1380Wh) Li-ion\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 7 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eMax Speed\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e15.5 \/ 28 \/ 43.5 mph (25\/45\/70 km\/h)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003cpath d=\"M4 17l2 2 4-4m4-4l2 2 4-4\"\u003e\u003c\/path\u003e\u003cpolyline points=\"8 11 12 7 16 11\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eRange (est.)\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e43.5 miles (70 km)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 7v5l3 3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eCharging Time\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e8 – 10 hours\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003ccircle r=\"4\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eBrakes\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eFront \u0026amp; Rear Hydraulic Disc\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 4v4m0 8v4m8-16v4m0 8v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eTires\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e12-inch Pneumatic Off-Road\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003cpath d=\"M4 4v16h16V4H4zm4 4h8v8H8V8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eSuspension\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eFront \u0026amp; Rear Shock Absorbers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eWater Resistance\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eIPX5\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003crect rx=\"2\" height=\"14\" width=\"20\" y=\"3\" x=\"2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eLoad Capacity\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e330 lbs (150 kg)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003cpath d=\"M12 3v18M3 12h18\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 8l4-4 4 4M8 16l4 4 4-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eUnfolded Size\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e53.5\" L x 25.6\" W x 52.0\" H (136 x 65 x 132 cm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003cpolyline points=\"6 9 12 3 18 9\"\u003e\u003c\/polyline\u003e\u003cline y2=\"21\" x2=\"12\" y1=\"3\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eFolded Size\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e53.5\" L x 25.6\" W x 24.4\" H (136 x 65 x 62 cm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cline y2=\"16\" x2=\"12\" y1=\"8\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"8\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eNet Weight\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e112.9 lbs (51.2 kg)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003cpolyline points=\"4 18 12 6 20 18\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eMax Climbing Angle\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e30°\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003cpath d=\"M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eGround Clearance\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e7.9 inches (20.1 cm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003ccircle r=\"5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 1v2m0 18v2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eLighting\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eLED Headlight + Strip Lighting\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003cpath d=\"M6.5 6.5l11 11m-11 0l11-11\"\u003e\u003c\/path\u003e\u003cpolyline points=\"8 4 16 4 16 12 20 12 12 20 4 12 8 12 8 4\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eConnectivity\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eBluetooth Speaker \u0026amp; App\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003eWhat is the real-world range on a single charge?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eRange depends on rider weight, speed, terrain, and temperature. Under ideal conditions (165 lbs rider, flat ground, 15.5 mph Eco mode), the 1380Wh battery can deliver up to 43.5 miles (70 km). In mixed conditions with higher speeds, expect approximately 25–35 miles (40–56 km).\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003eHow do the speed modes work and are they legal?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eThree presets — Eco (15.5 mph), Sport (28 mph), and Turbo (43.5 mph) — can be switched via the mobile app or onboard controls. Riders must comply with all local speed regulations and may need to limit the scooter to the legal maximum for their area.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003eIs the battery removable? How long does it take to charge?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe 60V 23Ah battery is integrated into the deck for security and weather sealing. A full charge from empty takes 8–10 hours using the included charger. The smart BMS prevents overcharging and balances cells for long-term health.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003eCan this scooter handle wet conditions?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, the IPX5 rating means it is protected against water jets from any direction. It can safely operate in rain and through puddles. However, prolonged submersion should be avoided. Always dry the scooter after exposure to moisture.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003eWhat maintenance do the hydraulic brakes require?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eHydraulic disc brakes are largely self-adjusting. Periodically check pad thickness and brake fluid levels. Bleeding may be required after extended heavy use. The system provides consistent performance with minimal maintenance compared to mechanical brakes.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- Purchase Policies --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003ePurchase Policies\u003c\/h2\u003e\n\u003cdiv class=\"policy-grid\"\u003e\n\u003cdiv class=\"policy-card\"\u003e\n\u003cdiv class=\"policy-icon\"\u003e\u003csvg stroke-width=\"1.8\" stroke=\"#0e0e0e\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 22 9 12 15 12 15 22\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"policy-title\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"policy-text\"\u003eFree shipping on all orders. No minimum purchase required. Delivery times are calculated at checkout.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"policy-card\"\u003e\n\u003cdiv class=\"policy-icon\"\u003e\u003csvg stroke-width=\"1.8\" stroke=\"#0e0e0e\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"policy-title\"\u003e180-Day Purchase Protection\u003c\/div\u003e\n\u003cdiv class=\"policy-text\"\u003eYour order is protected for 180 days against defects in materials and workmanship under normal use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"policy-card\"\u003e\n\u003cdiv class=\"policy-icon\"\u003e\u003csvg stroke-width=\"1.8\" stroke=\"#0e0e0e\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpath d=\"M21 12a9 9 0 1 1-6.219-8.56\"\u003e\u003c\/path\u003e\u003cpolyline points=\"21 3 21 9 15 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"policy-title\"\u003e30-Day Money-Back Guarantee\u003c\/div\u003e\n\u003cdiv class=\"policy-text\"\u003eNot satisfied? Return within 30 days for a full refund, no questions asked. See return policy for details.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"policy-card\"\u003e\n\u003cdiv class=\"policy-icon\"\u003e\u003csvg stroke-width=\"1.8\" stroke=\"#0e0e0e\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003crect rx=\"2\" height=\"14\" width=\"20\" y=\"3\" x=\"2\"\u003e\u003c\/rect\u003e\u003cline y2=\"21\" x2=\"16\" y1=\"21\" x1=\"8\"\u003e\u003c\/line\u003e\u003cline y2=\"21\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"policy-title\"\u003e24-Month Warranty Service\u003c\/div\u003e\n\u003cdiv class=\"policy-text\"\u003eEnjoy peace of mind with a comprehensive 24-month warranty covering the scooter's core components.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Electric Scooters \u003e\u003e","offers":[{"title":"- 43.5+ Miles \/ - 3000W\/1500W*2 \/ - 23Ah\/48V\/1104Wh","offer_id":43279953100883,"sku":"868053898716","price":1299.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/Z6M_Electric_Scooter.png?v=1768217350"},{"product_id":"hkm-z6m-43-5-miles-48v-23ah-1104wh-3000w-dual-motor-drive-long-range-foldable-electric-scooter-green-2","title":"HKM-Z6M 43.5 Miles 48V 23Ah 1104Wh 3000W Dual-Motor Drive Long-Range Foldable Electric Scooter - Green","description":"\u003cstyle\u003e\n    \/* 全局重置仅限本区块 *\/\n    #hkm-z6m-product-desc * { box-sizing: border-box; margin:0; padding:0; }\n    #hkm-z6m-product-desc a { text-decoration:none; color:inherit; }\n    #hkm-z6m-product-desc .section { margin-bottom:50px; padding:0 20px; }\n    #hkm-z6m-product-desc .section-title { font-size:24px; font-weight:600; color:#0a0a0a; margin-bottom:8px; letter-spacing:-0.5px; }\n    #hkm-z6m-product-desc .section-subtitle { font-size:14px; font-weight:400; color:#6b6b6b; margin-bottom:24px; }\n    #hkm-z6m-product-desc .grid { display:flex; flex-wrap:wrap; gap:20px; margin-bottom:20px; }\n    #hkm-z6m-product-desc .grid-3 \u003e div { flex:1 1 calc(33.333% - 14px); min-width:220px; }\n    #hkm-z6m-product-desc .grid-2 \u003e div { flex:1 1 calc(50% - 10px); min-width:240px; }\n    #hkm-z6m-product-desc .card { background:#f9f9fb; border-radius:16px; padding:24px; transition: all 0.25s ease; border:1px solid #efefef; }\n    #hkm-z6m-product-desc .card:hover { box-shadow:0 10px 25px rgba(0,0,0,0.06); transform: translateY(-2px); border-color:#d0d5dd; }\n    #hkm-z6m-product-desc .card-icon { width:40px; height:40px; display:flex; align-items:center; justify-content:center; margin-bottom:16px; transition: transform 0.3s ease; }\n    #hkm-z6m-product-desc .card:hover .card-icon { transform: scale(1.08); }\n    #hkm-z6m-product-desc .card-title { font-size:16px; font-weight:600; color:#0e0e0e; margin-bottom:6px; }\n    #hkm-z6m-product-desc .card-text { font-size:13px; color:#5a5a5a; line-height:1.5; }\n    #hkm-z6m-product-desc .highlight { color:#0062cc; font-weight:600; }\n    #hkm-z6m-product-desc .specs-grid { display:flex; flex-wrap:wrap; gap:0; margin-top:10px; }\n    #hkm-z6m-product-desc .spec-item { flex:1 1 50%; display:flex; align-items:center; padding:12px 8px; border-bottom:1px solid #eeeeee; }\n    #hkm-z6m-product-desc .spec-item:nth-child(odd) { border-right:1px solid #eeeeee; }\n    #hkm-z6m-product-desc .spec-icon { width:32px; height:32px; margin-right:12px; flex-shrink:0; color:#3a3a3a; }\n    #hkm-z6m-product-desc .spec-label { font-size:13px; color:#6b6b6b; }\n    #hkm-z6m-product-desc .spec-value { font-size:14px; font-weight:500; color:#0a0a0a; }\n    #hkm-z6m-product-desc .faq-item { border-bottom:1px solid #e8e8e8; padding:18px 0; }\n    #hkm-z6m-product-desc .faq-question { font-size:15px; font-weight:500; color:#121212; cursor:pointer; display:flex; justify-content:space-between; align-items:center; list-style:none; }\n    #hkm-z6m-product-desc .faq-question::-webkit-details-marker { display:none; }\n    #hkm-z6m-product-desc .faq-question::after { content:'+'; font-size:22px; font-weight:300; color:#7b7b7b; transition: transform 0.25s; margin-left:12px; }\n    #hkm-z6m-product-desc details[open] .faq-question::after { transform: rotate(45deg); }\n    #hkm-z6m-product-desc .faq-answer { font-size:13px; color:#4a4a4a; padding-top:12px; line-height:1.6; }\n    #hkm-z6m-product-desc .policy-grid { display:flex; flex-wrap:wrap; gap:16px; }\n    #hkm-z6m-product-desc .policy-card { flex:1 1 calc(50% - 8px); background:#f7f8fc; border-radius:14px; padding:20px; display:flex; align-items:flex-start; gap:14px; transition: background 0.2s; }\n    #hkm-z6m-product-desc .policy-card:hover { background:#eef1f8; }\n    #hkm-z6m-product-desc .policy-icon { width:44px; height:44px; flex-shrink:0; color:#1f1f1f; }\n    #hkm-z6m-product-desc .policy-title { font-size:15px; font-weight:600; color:#0e0e0e; margin-bottom:4px; }\n    #hkm-z6m-product-desc .policy-text { font-size:13px; color:#5f5f5f; line-height:1.4; }\n    @media (max-width: 767px) {\n      #hkm-z6m-product-desc .section { padding:0 12px; margin-bottom:36px; }\n      #hkm-z6m-product-desc .section-title { font-size:20px; }\n      #hkm-z6m-product-desc .section-subtitle { font-size:12px; margin-bottom:18px; }\n      #hkm-z6m-product-desc .grid-3 \u003e div { flex:1 1 100%; min-width:0; }\n      #hkm-z6m-product-desc .grid-2 \u003e div { flex:1 1 100%; min-width:0; }\n      #hkm-z6m-product-desc .card { padding:18px; }\n      #hkm-z6m-product-desc .card-title { font-size:14px; }\n      #hkm-z6m-product-desc .card-text { font-size:12px; }\n      #hkm-z6m-product-desc .spec-item { flex:1 1 100%; border-right:none!important; }\n      #hkm-z6m-product-desc .spec-item:nth-child(odd) { border-right:none; }\n      #hkm-z6m-product-desc .spec-label { font-size:12px; }\n      #hkm-z6m-product-desc .spec-value { font-size:13px; }\n      #hkm-z6m-product-desc .faq-question { font-size:13px; }\n      #hkm-z6m-product-desc .faq-answer { font-size:12px; }\n      #hkm-z6m-product-desc .policy-card { flex:1 1 100%; }\n      #hkm-z6m-product-desc .policy-title { font-size:14px; }\n      #hkm-z6m-product-desc .policy-text { font-size:12px; }\n      #hkm-z6m-product-desc .card-icon { width:34px; height:34px; }\n      #hkm-z6m-product-desc .spec-icon { width:28px; height:28px; margin-right:10px; }\n      #hkm-z6m-product-desc .policy-icon { width:36px; height:36px; }\n    }\n    @media (max-width: 480px) {\n      #hkm-z6m-product-desc .section-title { font-size:18px; }\n      #hkm-z6m-product-desc .card-title { font-size:13px; }\n      #hkm-z6m-product-desc .card-text { font-size:12px; }\n      #hkm-z6m-product-desc .spec-value { font-size:12px; }\n    }\n  \u003c\/style\u003e\n\u003cdiv style=\"max-width: 820px; margin: 0 auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: #1a1a1a; background: #fff; padding: 20px 0; line-height: 1.5; box-sizing: border-box;\" id=\"hkm-z6m-product-desc\"\u003e\n\u003c!-- Hero Intro --\u003e\n\u003cdiv style=\"text-align: center;\" class=\"section\"\u003e\n\u003ch1 style=\"font-size: 28px; font-weight: bold; color: #030303; margin-bottom: 6px; letter-spacing: -1px;\"\u003eHKM-Z6M Dual-Motor Off-Road Scooter\u003c\/h1\u003e\n\u003cp style=\"font-size: 15px; color: #5e5e5e; max-width: 640px; margin: 0 auto 24px;\"\u003eEngineered for riders who demand commanding dual-motor power, all-terrain capability, and smart connectivity — all in a foldable, high-voltage platform.\u003c\/p\u003e\n\u003cdiv style=\"justify-content: center;\" class=\"grid grid-3\"\u003e\n\u003cdiv style=\"text-align: center;\" class=\"card\"\u003e\n\u003cdiv style=\"margin: 0 auto 10px;\" class=\"card-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#0062cc\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 7 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e3000W Combined\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eDual 1500W motors deliver relentless torque.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\" class=\"card\"\u003e\n\u003cdiv style=\"margin: 0 auto 10px;\" class=\"card-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#0062cc\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003crect rx=\"2\" height=\"12\" width=\"18\" y=\"6\" x=\"1\"\u003e\u003c\/rect\u003e\u003cline y2=\"12\" x2=\"11\" y1=\"12\" x1=\"7\"\u003e\u003c\/line\u003e\u003cline y2=\"12\" x2=\"17\" y1=\"12\" x1=\"15\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e43.5 mi Range\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eHigh-density 1380Wh lithium-ion battery.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\" class=\"card\"\u003e\n\u003cdiv style=\"margin: 0 auto 10px;\" class=\"card-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#0062cc\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpath d=\"M12 2L2 7l10 5 10-5-10-5z\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 17l10 5 10-5\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 12l10 5 10-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e330 lbs Capacity\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eCarbon steel frame built for heavy loads.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Dual-Motor Power --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eDual-Motor Dominance\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eTwo independent 60V 1500W motors work in unison, transforming steep climbs and loose surfaces into effortless acceleration.\u003c\/p\u003e\n\u003cdiv class=\"grid grid-2\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003ccircle r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06A1.65 1.65 0 0 0 4.68 15a1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06A1.65 1.65 0 0 0 9 4.68a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06A1.65 1.65 0 0 0 19.4 9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e3000W Peak Combined Output\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eEach motor is independently controlled, distributing up to 1500W per wheel. This dual-motor architecture generates immediate thrust, achieving rapid acceleration even on loose gravel or wet pavement.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpolyline points=\"4 18 12 6 20 18\"\u003e\u003c\/polyline\u003e\u003cline y2=\"14\" x2=\"16\" y1=\"14\" x1=\"8\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e30° Hill Climbing\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eThe combined torque effortlessly conquers inclines up to 30 degrees — equivalent to a 58% grade. Maintain consistent speed where single-motor scooters falter.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Battery \u0026 Range --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eExtended-Range Battery System\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eA 60V 23Ah lithium-ion pack with intelligent energy management delivers up to 43.5 miles (70 km) on a single charge.\u003c\/p\u003e\n\u003cdiv class=\"grid grid-2\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003crect rx=\"3\" height=\"14\" width=\"18\" y=\"6\" x=\"2\"\u003e\u003c\/rect\u003e\u003cline y2=\"16\" x2=\"6\" y1=\"10\" x1=\"6\"\u003e\u003c\/line\u003e\u003cline y2=\"16\" x2=\"10\" y1=\"10\" x1=\"10\"\u003e\u003c\/line\u003e\u003cline y2=\"16\" x2=\"14\" y1=\"10\" x1=\"14\"\u003e\u003c\/line\u003e\u003cline y2=\"16\" x2=\"18\" y1=\"10\" x1=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e1380Wh Capacity\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eThe high-voltage architecture reduces current draw, minimizing heat buildup and maximizing efficiency. Under ideal conditions (flat terrain, 165 lbs rider, 15.5 mph), range can reach 43.5 miles (70 km).\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 7 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003cpath d=\"M8 4.5v3\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 4.5v3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e8–10 Hour Recharge\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eThe smart BMS (Battery Management System) protects against overcharge, over-discharge, and temperature extremes, extending the battery's service life cycle.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Braking --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eHydraulic Disc Braking Precision\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eFront and rear hydraulic disc brakes offer short stopping distances with excellent modulation — critical for off-road and high-speed riding.\u003c\/p\u003e\n\u003cdiv class=\"grid grid-2\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003ccircle r=\"4\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 8l-1-1\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 16l1 1\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 16l-1 1\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 8l1-1\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eDual Hydraulic Calipers\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eUnlike mechanical brakes, hydraulic systems self-adjust for pad wear and require less lever effort. The result is confident, fade-resistant stopping power in wet or dry conditions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpath d=\"M12 2v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 20v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M4.93 4.93l1.41 1.41\"\u003e\u003c\/path\u003e\u003cpath d=\"M17.66 17.66l1.41 1.41\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 12h2\"\u003e\u003c\/path\u003e\u003cpath d=\"M20 12h2\"\u003e\u003c\/path\u003e\u003cpath d=\"M6.34 17.66l-1.41 1.41\"\u003e\u003c\/path\u003e\u003cpath d=\"M19.07 4.93l-1.41 1.41\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eProgressive Feel\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003ePrecisely machined rotors and high-performance pads provide a linear braking response, giving the rider confidence to modulate speed on loose descents.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Suspension \u0026 Tires --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eOff-Road Suspension \u0026amp; Tire Setup\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003e12-inch pneumatic off-road tires paired with dual shock absorbers absorb impacts and maintain traction on uneven terrain.\u003c\/p\u003e\n\u003cdiv class=\"grid grid-2\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 4v4m0 8v4m8-16v4m0 8v4\"\u003e\u003c\/path\u003e\u003ccircle r=\"1.5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e12-Inch Pneumatic Tires\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eThe deep tread pattern and large air volume (12\" x 3\" wide) improve grip on mud, grass, and gravel. Pneumatic construction naturally dampens high-frequency vibrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpath d=\"M4 4v16h16V4H4zm4 4h8v8H8V8z\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 9h2v6H5zm12 0h2v6h-2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eDual Shock Absorbers\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eFront and rear spring-damper units provide 7.9 inches (20.1 cm) of ground clearance. The suspension is tuned to balance comfort and control, preventing bottom-out on hard landings.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Smart Features --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eIntegrated Smart Connectivity\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eBuilt-in Bluetooth speaker and smartphone app integration bring entertainment and control to every ride.\u003c\/p\u003e\n\u003cdiv class=\"grid grid-2\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpath d=\"M6.5 6.5l11 11m-11 0l11-11\"\u003e\u003c\/path\u003e\u003cpolyline points=\"8 4 16 4 16 12 20 12 12 20 4 12 8 12 8 4\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eMobile App Control\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eAdjust speed modes, customize LED ambient lighting, monitor battery status, and log trip data — all through the companion app (iOS\/Android).\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpath d=\"M8.7 2.7a8.98 8.98 0 0 1 6.6 0l1.7.5a2.01 2.01 0 0 1 1.3 1.8v1.5a9 9 0 0 1-4.6 7.8l-1 .6a2 2 0 0 1-2 0l-1-.6A9 9 0 0 1 5.7 6.5V5a2 2 0 0 1 1.3-1.8l1.7-.5z\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eBluetooth Audio\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eStream music or podcasts from your smartphone to the integrated high-fidelity speaker. Enjoy a rich audio experience without headphones, staying aware of your surroundings.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Lighting \u0026 Water Resistance --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eVisibility \u0026amp; All-Weather Readiness\u003c\/h2\u003e\n\u003cdiv class=\"grid grid-2\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003ccircle r=\"5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 1v2m0 18v2M4.22 4.22l1.42 1.42m12.72 12.72l1.42 1.42M1 12h2m18 0h2M4.22 19.78l1.42-1.42m12.72-12.72l1.42-1.42\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eLED Headlight \u0026amp; Strip Lighting\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eHigh-output LED headlight illuminates the trail ahead, while customizable side strip lighting enhances side visibility and personal style — all adjustable via the app.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 6v6m0 4h.01\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eIPX5 Water Resistance\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eRated to withstand water jets from any direction, the scooter confidently handles rain, puddles, and wet trails. Critical electronics are sealed for reliable operation in inclement weather.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Frame \u0026 Load --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eRobust Carbon Steel Frame\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eEngineered for durability and a 330 lbs (150 kg) payload, the HKM-Z6M supports heavy riders plus cargo without compromising structural integrity.\u003c\/p\u003e\n\u003cdiv class=\"grid grid-2\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003crect rx=\"2\" height=\"14\" width=\"20\" y=\"3\" x=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M8 21h8m-4-4v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e330 lbs (150 kg) Capacity\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eReinforced folding mechanism and wide deck ensure stable load distribution. The scooter remains rigid even when carrying backpacks, groceries, or work gear.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpolyline points=\"6 9 12 3 18 9\"\u003e\u003c\/polyline\u003e\u003cline y2=\"21\" x2=\"12\" y1=\"3\" x1=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"18 15 12 21 6 15\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eFoldable Design\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eFolds to 53.5\" x 25.6\" x 24.4\" (136 x 65 x 62 cm) for storage in car trunks, closets, or under desks. The secure latch prevents accidental unfolding during transport.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Speed Configurations --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eConfigurable Speed Modes\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eSelect from three maximum speed presets to match your skill level and local regulations. \u003cspan style=\"font-size: 13px; color: #6b6b6b;\"\u003e(Riders must comply with all applicable local speed laws.)\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"grid grid-3\"\u003e\n\u003cdiv style=\"text-align: center;\" class=\"card\"\u003e\n\u003cdiv style=\"margin: 0 auto 10px;\" class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#0062cc\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"9 10 12 7 15 10\"\u003e\u003c\/polyline\u003e\u003cline y2=\"15\" x2=\"12\" y1=\"7\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eEco Mode\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003e15.5 mph (25 km\/h) – Maximizes range and adheres to many regional speed limits.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\" class=\"card\"\u003e\n\u003cdiv style=\"margin: 0 auto 10px;\" class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#0062cc\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 7v3m0 4v3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eSport Mode\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003e28 mph (45 km\/h) – Balanced performance for everyday commuting with responsive throttle.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\" class=\"card\"\u003e\n\u003cdiv style=\"margin: 0 auto 10px;\" class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#0062cc\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpolygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eTurbo Mode\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003e43.5 mph (70 km\/h) – Unleashes full dual-motor output for off-road and private land use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specifications (Detailed) --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFull Technical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003ccircle r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06A1.65 1.65 0 0 0 4.68 15a1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06A1.65 1.65 0 0 0 9 4.68a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06A1.65 1.65 0 0 0 19.4 9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eMotors\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eDual 60V 1500W (3000W total)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003crect rx=\"2\" height=\"12\" width=\"18\" y=\"6\" x=\"1\"\u003e\u003c\/rect\u003e\u003cline y2=\"16\" x2=\"7\" y1=\"10\" x1=\"7\"\u003e\u003c\/line\u003e\u003cline y2=\"16\" x2=\"11\" y1=\"10\" x1=\"11\"\u003e\u003c\/line\u003e\u003cline y2=\"16\" x2=\"15\" y1=\"10\" x1=\"15\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eBattery\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e60V 23Ah (1380Wh) Li-ion\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 7 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eMax Speed\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e15.5 \/ 28 \/ 43.5 mph (25\/45\/70 km\/h)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003cpath d=\"M4 17l2 2 4-4m4-4l2 2 4-4\"\u003e\u003c\/path\u003e\u003cpolyline points=\"8 11 12 7 16 11\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eRange (est.)\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e43.5 miles (70 km)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 7v5l3 3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eCharging Time\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e8 – 10 hours\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003ccircle r=\"4\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eBrakes\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eFront \u0026amp; Rear Hydraulic Disc\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 4v4m0 8v4m8-16v4m0 8v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eTires\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e12-inch Pneumatic Off-Road\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003cpath d=\"M4 4v16h16V4H4zm4 4h8v8H8V8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eSuspension\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eFront \u0026amp; Rear Shock Absorbers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eWater Resistance\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eIPX5\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003crect rx=\"2\" height=\"14\" width=\"20\" y=\"3\" x=\"2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eLoad Capacity\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e330 lbs (150 kg)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003cpath d=\"M12 3v18M3 12h18\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 8l4-4 4 4M8 16l4 4 4-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eUnfolded Size\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e53.5\" L x 25.6\" W x 52.0\" H (136 x 65 x 132 cm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003cpolyline points=\"6 9 12 3 18 9\"\u003e\u003c\/polyline\u003e\u003cline y2=\"21\" x2=\"12\" y1=\"3\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eFolded Size\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e53.5\" L x 25.6\" W x 24.4\" H (136 x 65 x 62 cm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cline y2=\"16\" x2=\"12\" y1=\"8\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"8\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eNet Weight\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e112.9 lbs (51.2 kg)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003cpolyline points=\"4 18 12 6 20 18\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eMax Climbing Angle\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e30°\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003cpath d=\"M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eGround Clearance\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e7.9 inches (20.1 cm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003ccircle r=\"5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 1v2m0 18v2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eLighting\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eLED Headlight + Strip Lighting\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003cpath d=\"M6.5 6.5l11 11m-11 0l11-11\"\u003e\u003c\/path\u003e\u003cpolyline points=\"8 4 16 4 16 12 20 12 12 20 4 12 8 12 8 4\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eConnectivity\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eBluetooth Speaker \u0026amp; App\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003eWhat is the real-world range on a single charge?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eRange depends on rider weight, speed, terrain, and temperature. Under ideal conditions (165 lbs rider, flat ground, 15.5 mph Eco mode), the 1380Wh battery can deliver up to 43.5 miles (70 km). In mixed conditions with higher speeds, expect approximately 25–35 miles (40–56 km).\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003eHow do the speed modes work and are they legal?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eThree presets — Eco (15.5 mph), Sport (28 mph), and Turbo (43.5 mph) — can be switched via the mobile app or onboard controls. Riders must comply with all local speed regulations and may need to limit the scooter to the legal maximum for their area.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003eIs the battery removable? How long does it take to charge?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe 60V 23Ah battery is integrated into the deck for security and weather sealing. A full charge from empty takes 8–10 hours using the included charger. The smart BMS prevents overcharging and balances cells for long-term health.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003eCan this scooter handle wet conditions?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, the IPX5 rating means it is protected against water jets from any direction. It can safely operate in rain and through puddles. However, prolonged submersion should be avoided. Always dry the scooter after exposure to moisture.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003eWhat maintenance do the hydraulic brakes require?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eHydraulic disc brakes are largely self-adjusting. Periodically check pad thickness and brake fluid levels. Bleeding may be required after extended heavy use. The system provides consistent performance with minimal maintenance compared to mechanical brakes.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- Purchase Policies --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003ePurchase Policies\u003c\/h2\u003e\n\u003cdiv class=\"policy-grid\"\u003e\n\u003cdiv class=\"policy-card\"\u003e\n\u003cdiv class=\"policy-icon\"\u003e\u003csvg stroke-width=\"1.8\" stroke=\"#0e0e0e\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 22 9 12 15 12 15 22\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"policy-title\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"policy-text\"\u003eFree shipping on all orders. No minimum purchase required. Delivery times are calculated at checkout.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"policy-card\"\u003e\n\u003cdiv class=\"policy-icon\"\u003e\u003csvg stroke-width=\"1.8\" stroke=\"#0e0e0e\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"policy-title\"\u003e180-Day Purchase Protection\u003c\/div\u003e\n\u003cdiv class=\"policy-text\"\u003eYour order is protected for 180 days against defects in materials and workmanship under normal use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"policy-card\"\u003e\n\u003cdiv class=\"policy-icon\"\u003e\u003csvg stroke-width=\"1.8\" stroke=\"#0e0e0e\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpath d=\"M21 12a9 9 0 1 1-6.219-8.56\"\u003e\u003c\/path\u003e\u003cpolyline points=\"21 3 21 9 15 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"policy-title\"\u003e30-Day Money-Back Guarantee\u003c\/div\u003e\n\u003cdiv class=\"policy-text\"\u003eNot satisfied? Return within 30 days for a full refund, no questions asked. See return policy for details.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"policy-card\"\u003e\n\u003cdiv class=\"policy-icon\"\u003e\u003csvg stroke-width=\"1.8\" stroke=\"#0e0e0e\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003crect rx=\"2\" height=\"14\" width=\"20\" y=\"3\" x=\"2\"\u003e\u003c\/rect\u003e\u003cline y2=\"21\" x2=\"16\" y1=\"21\" x1=\"8\"\u003e\u003c\/line\u003e\u003cline y2=\"21\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"policy-title\"\u003e24-Month Warranty Service\u003c\/div\u003e\n\u003cdiv class=\"policy-text\"\u003eEnjoy peace of mind with a comprehensive 24-month warranty covering the scooter's core components.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Electric Scooters \u003e\u003e","offers":[{"title":"- 43.5+ Miles \/ - 3000W\/1500W*2 \/ - 23Ah\/48V\/1104Wh","offer_id":43279953133651,"sku":"868053898717","price":1299.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/Z6M_Electric_Scooter.png?v=1768217350"},{"product_id":"hkm-z6m-43-5-miles-48v-23ah-1104wh-3000w-dual-motor-drive-long-range-foldable-electric-scooter-green-1","title":"HKM-Z6M 43.5 Miles 48V 23Ah 1104Wh 3000W Dual-Motor Drive Long-Range Foldable Electric Scooter - Green","description":"\u003cstyle\u003e\n    \/* 全局重置仅限本区块 *\/\n    #hkm-z6m-product-desc * { box-sizing: border-box; margin:0; padding:0; }\n    #hkm-z6m-product-desc a { text-decoration:none; color:inherit; }\n    #hkm-z6m-product-desc .section { margin-bottom:50px; padding:0 20px; }\n    #hkm-z6m-product-desc .section-title { font-size:24px; font-weight:600; color:#0a0a0a; margin-bottom:8px; letter-spacing:-0.5px; }\n    #hkm-z6m-product-desc .section-subtitle { font-size:14px; font-weight:400; color:#6b6b6b; margin-bottom:24px; }\n    #hkm-z6m-product-desc .grid { display:flex; flex-wrap:wrap; gap:20px; margin-bottom:20px; }\n    #hkm-z6m-product-desc .grid-3 \u003e div { flex:1 1 calc(33.333% - 14px); min-width:220px; }\n    #hkm-z6m-product-desc .grid-2 \u003e div { flex:1 1 calc(50% - 10px); min-width:240px; }\n    #hkm-z6m-product-desc .card { background:#f9f9fb; border-radius:16px; padding:24px; transition: all 0.25s ease; border:1px solid #efefef; }\n    #hkm-z6m-product-desc .card:hover { box-shadow:0 10px 25px rgba(0,0,0,0.06); transform: translateY(-2px); border-color:#d0d5dd; }\n    #hkm-z6m-product-desc .card-icon { width:40px; height:40px; display:flex; align-items:center; justify-content:center; margin-bottom:16px; transition: transform 0.3s ease; }\n    #hkm-z6m-product-desc .card:hover .card-icon { transform: scale(1.08); }\n    #hkm-z6m-product-desc .card-title { font-size:16px; font-weight:600; color:#0e0e0e; margin-bottom:6px; }\n    #hkm-z6m-product-desc .card-text { font-size:13px; color:#5a5a5a; line-height:1.5; }\n    #hkm-z6m-product-desc .highlight { color:#0062cc; font-weight:600; }\n    #hkm-z6m-product-desc .specs-grid { display:flex; flex-wrap:wrap; gap:0; margin-top:10px; }\n    #hkm-z6m-product-desc .spec-item { flex:1 1 50%; display:flex; align-items:center; padding:12px 8px; border-bottom:1px solid #eeeeee; }\n    #hkm-z6m-product-desc .spec-item:nth-child(odd) { border-right:1px solid #eeeeee; }\n    #hkm-z6m-product-desc .spec-icon { width:32px; height:32px; margin-right:12px; flex-shrink:0; color:#3a3a3a; }\n    #hkm-z6m-product-desc .spec-label { font-size:13px; color:#6b6b6b; }\n    #hkm-z6m-product-desc .spec-value { font-size:14px; font-weight:500; color:#0a0a0a; }\n    #hkm-z6m-product-desc .faq-item { border-bottom:1px solid #e8e8e8; padding:18px 0; }\n    #hkm-z6m-product-desc .faq-question { font-size:15px; font-weight:500; color:#121212; cursor:pointer; display:flex; justify-content:space-between; align-items:center; list-style:none; }\n    #hkm-z6m-product-desc .faq-question::-webkit-details-marker { display:none; }\n    #hkm-z6m-product-desc .faq-question::after { content:'+'; font-size:22px; font-weight:300; color:#7b7b7b; transition: transform 0.25s; margin-left:12px; }\n    #hkm-z6m-product-desc details[open] .faq-question::after { transform: rotate(45deg); }\n    #hkm-z6m-product-desc .faq-answer { font-size:13px; color:#4a4a4a; padding-top:12px; line-height:1.6; }\n    #hkm-z6m-product-desc .policy-grid { display:flex; flex-wrap:wrap; gap:16px; }\n    #hkm-z6m-product-desc .policy-card { flex:1 1 calc(50% - 8px); background:#f7f8fc; border-radius:14px; padding:20px; display:flex; align-items:flex-start; gap:14px; transition: background 0.2s; }\n    #hkm-z6m-product-desc .policy-card:hover { background:#eef1f8; }\n    #hkm-z6m-product-desc .policy-icon { width:44px; height:44px; flex-shrink:0; color:#1f1f1f; }\n    #hkm-z6m-product-desc .policy-title { font-size:15px; font-weight:600; color:#0e0e0e; margin-bottom:4px; }\n    #hkm-z6m-product-desc .policy-text { font-size:13px; color:#5f5f5f; line-height:1.4; }\n    @media (max-width: 767px) {\n      #hkm-z6m-product-desc .section { padding:0 12px; margin-bottom:36px; }\n      #hkm-z6m-product-desc .section-title { font-size:20px; }\n      #hkm-z6m-product-desc .section-subtitle { font-size:12px; margin-bottom:18px; }\n      #hkm-z6m-product-desc .grid-3 \u003e div { flex:1 1 100%; min-width:0; }\n      #hkm-z6m-product-desc .grid-2 \u003e div { flex:1 1 100%; min-width:0; }\n      #hkm-z6m-product-desc .card { padding:18px; }\n      #hkm-z6m-product-desc .card-title { font-size:14px; }\n      #hkm-z6m-product-desc .card-text { font-size:12px; }\n      #hkm-z6m-product-desc .spec-item { flex:1 1 100%; border-right:none!important; }\n      #hkm-z6m-product-desc .spec-item:nth-child(odd) { border-right:none; }\n      #hkm-z6m-product-desc .spec-label { font-size:12px; }\n      #hkm-z6m-product-desc .spec-value { font-size:13px; }\n      #hkm-z6m-product-desc .faq-question { font-size:13px; }\n      #hkm-z6m-product-desc .faq-answer { font-size:12px; }\n      #hkm-z6m-product-desc .policy-card { flex:1 1 100%; }\n      #hkm-z6m-product-desc .policy-title { font-size:14px; }\n      #hkm-z6m-product-desc .policy-text { font-size:12px; }\n      #hkm-z6m-product-desc .card-icon { width:34px; height:34px; }\n      #hkm-z6m-product-desc .spec-icon { width:28px; height:28px; margin-right:10px; }\n      #hkm-z6m-product-desc .policy-icon { width:36px; height:36px; }\n    }\n    @media (max-width: 480px) {\n      #hkm-z6m-product-desc .section-title { font-size:18px; }\n      #hkm-z6m-product-desc .card-title { font-size:13px; }\n      #hkm-z6m-product-desc .card-text { font-size:12px; }\n      #hkm-z6m-product-desc .spec-value { font-size:12px; }\n    }\n  \u003c\/style\u003e\n\u003cdiv style=\"max-width: 820px; margin: 0 auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; color: #1a1a1a; background: #fff; padding: 20px 0; line-height: 1.5; box-sizing: border-box;\" id=\"hkm-z6m-product-desc\"\u003e\n\u003c!-- Hero Intro --\u003e\n\u003cdiv style=\"text-align: center;\" class=\"section\"\u003e\n\u003ch1 style=\"font-size: 28px; font-weight: bold; color: #030303; margin-bottom: 6px; letter-spacing: -1px;\"\u003eHKM-Z6M Dual-Motor Off-Road Scooter\u003c\/h1\u003e\n\u003cp style=\"font-size: 15px; color: #5e5e5e; max-width: 640px; margin: 0 auto 24px;\"\u003eEngineered for riders who demand commanding dual-motor power, all-terrain capability, and smart connectivity — all in a foldable, high-voltage platform.\u003c\/p\u003e\n\u003cdiv style=\"justify-content: center;\" class=\"grid grid-3\"\u003e\n\u003cdiv style=\"text-align: center;\" class=\"card\"\u003e\n\u003cdiv style=\"margin: 0 auto 10px;\" class=\"card-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#0062cc\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 7 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e3000W Combined\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eDual 1500W motors deliver relentless torque.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\" class=\"card\"\u003e\n\u003cdiv style=\"margin: 0 auto 10px;\" class=\"card-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#0062cc\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003crect rx=\"2\" height=\"12\" width=\"18\" y=\"6\" x=\"1\"\u003e\u003c\/rect\u003e\u003cline y2=\"12\" x2=\"11\" y1=\"12\" x1=\"7\"\u003e\u003c\/line\u003e\u003cline y2=\"12\" x2=\"17\" y1=\"12\" x1=\"15\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e43.5 mi Range\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eHigh-density 1380Wh lithium-ion battery.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\" class=\"card\"\u003e\n\u003cdiv style=\"margin: 0 auto 10px;\" class=\"card-icon\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#0062cc\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpath d=\"M12 2L2 7l10 5 10-5-10-5z\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 17l10 5 10-5\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 12l10 5 10-5\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e330 lbs Capacity\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eCarbon steel frame built for heavy loads.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Dual-Motor Power --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eDual-Motor Dominance\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eTwo independent 60V 1500W motors work in unison, transforming steep climbs and loose surfaces into effortless acceleration.\u003c\/p\u003e\n\u003cdiv class=\"grid grid-2\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003ccircle r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06A1.65 1.65 0 0 0 4.68 15a1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06A1.65 1.65 0 0 0 9 4.68a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06A1.65 1.65 0 0 0 19.4 9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e3000W Peak Combined Output\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eEach motor is independently controlled, distributing up to 1500W per wheel. This dual-motor architecture generates immediate thrust, achieving rapid acceleration even on loose gravel or wet pavement.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpolyline points=\"4 18 12 6 20 18\"\u003e\u003c\/polyline\u003e\u003cline y2=\"14\" x2=\"16\" y1=\"14\" x1=\"8\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e30° Hill Climbing\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eThe combined torque effortlessly conquers inclines up to 30 degrees — equivalent to a 58% grade. Maintain consistent speed where single-motor scooters falter.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Battery \u0026 Range --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eExtended-Range Battery System\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eA 60V 23Ah lithium-ion pack with intelligent energy management delivers up to 43.5 miles (70 km) on a single charge.\u003c\/p\u003e\n\u003cdiv class=\"grid grid-2\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003crect rx=\"3\" height=\"14\" width=\"18\" y=\"6\" x=\"2\"\u003e\u003c\/rect\u003e\u003cline y2=\"16\" x2=\"6\" y1=\"10\" x1=\"6\"\u003e\u003c\/line\u003e\u003cline y2=\"16\" x2=\"10\" y1=\"10\" x1=\"10\"\u003e\u003c\/line\u003e\u003cline y2=\"16\" x2=\"14\" y1=\"10\" x1=\"14\"\u003e\u003c\/line\u003e\u003cline y2=\"16\" x2=\"18\" y1=\"10\" x1=\"18\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e1380Wh Capacity\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eThe high-voltage architecture reduces current draw, minimizing heat buildup and maximizing efficiency. Under ideal conditions (flat terrain, 165 lbs rider, 15.5 mph), range can reach 43.5 miles (70 km).\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 7 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003cpath d=\"M8 4.5v3\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 4.5v3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e8–10 Hour Recharge\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eThe smart BMS (Battery Management System) protects against overcharge, over-discharge, and temperature extremes, extending the battery's service life cycle.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Braking --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eHydraulic Disc Braking Precision\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eFront and rear hydraulic disc brakes offer short stopping distances with excellent modulation — critical for off-road and high-speed riding.\u003c\/p\u003e\n\u003cdiv class=\"grid grid-2\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003ccircle r=\"4\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 8l-1-1\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 16l1 1\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 16l-1 1\"\u003e\u003c\/path\u003e\u003cpath d=\"M16 8l1-1\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eDual Hydraulic Calipers\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eUnlike mechanical brakes, hydraulic systems self-adjust for pad wear and require less lever effort. The result is confident, fade-resistant stopping power in wet or dry conditions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpath d=\"M12 2v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 20v2\"\u003e\u003c\/path\u003e\u003cpath d=\"M4.93 4.93l1.41 1.41\"\u003e\u003c\/path\u003e\u003cpath d=\"M17.66 17.66l1.41 1.41\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 12h2\"\u003e\u003c\/path\u003e\u003cpath d=\"M20 12h2\"\u003e\u003c\/path\u003e\u003cpath d=\"M6.34 17.66l-1.41 1.41\"\u003e\u003c\/path\u003e\u003cpath d=\"M19.07 4.93l-1.41 1.41\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eProgressive Feel\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003ePrecisely machined rotors and high-performance pads provide a linear braking response, giving the rider confidence to modulate speed on loose descents.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Suspension \u0026 Tires --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eOff-Road Suspension \u0026amp; Tire Setup\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003e12-inch pneumatic off-road tires paired with dual shock absorbers absorb impacts and maintain traction on uneven terrain.\u003c\/p\u003e\n\u003cdiv class=\"grid grid-2\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 4v4m0 8v4m8-16v4m0 8v4\"\u003e\u003c\/path\u003e\u003ccircle r=\"1.5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e12-Inch Pneumatic Tires\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eThe deep tread pattern and large air volume (12\" x 3\" wide) improve grip on mud, grass, and gravel. Pneumatic construction naturally dampens high-frequency vibrations.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpath d=\"M4 4v16h16V4H4zm4 4h8v8H8V8z\"\u003e\u003c\/path\u003e\u003cpath d=\"M5 9h2v6H5zm12 0h2v6h-2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eDual Shock Absorbers\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eFront and rear spring-damper units provide 7.9 inches (20.1 cm) of ground clearance. The suspension is tuned to balance comfort and control, preventing bottom-out on hard landings.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Smart Features --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eIntegrated Smart Connectivity\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eBuilt-in Bluetooth speaker and smartphone app integration bring entertainment and control to every ride.\u003c\/p\u003e\n\u003cdiv class=\"grid grid-2\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpath d=\"M6.5 6.5l11 11m-11 0l11-11\"\u003e\u003c\/path\u003e\u003cpolyline points=\"8 4 16 4 16 12 20 12 12 20 4 12 8 12 8 4\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eMobile App Control\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eAdjust speed modes, customize LED ambient lighting, monitor battery status, and log trip data — all through the companion app (iOS\/Android).\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpath d=\"M8.7 2.7a8.98 8.98 0 0 1 6.6 0l1.7.5a2.01 2.01 0 0 1 1.3 1.8v1.5a9 9 0 0 1-4.6 7.8l-1 .6a2 2 0 0 1-2 0l-1-.6A9 9 0 0 1 5.7 6.5V5a2 2 0 0 1 1.3-1.8l1.7-.5z\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eBluetooth Audio\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eStream music or podcasts from your smartphone to the integrated high-fidelity speaker. Enjoy a rich audio experience without headphones, staying aware of your surroundings.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Lighting \u0026 Water Resistance --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eVisibility \u0026amp; All-Weather Readiness\u003c\/h2\u003e\n\u003cdiv class=\"grid grid-2\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003ccircle r=\"5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 1v2m0 18v2M4.22 4.22l1.42 1.42m12.72 12.72l1.42 1.42M1 12h2m18 0h2M4.22 19.78l1.42-1.42m12.72-12.72l1.42-1.42\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eLED Headlight \u0026amp; Strip Lighting\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eHigh-output LED headlight illuminates the trail ahead, while customizable side strip lighting enhances side visibility and personal style — all adjustable via the app.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 6v6m0 4h.01\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eIPX5 Water Resistance\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eRated to withstand water jets from any direction, the scooter confidently handles rain, puddles, and wet trails. Critical electronics are sealed for reliable operation in inclement weather.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Frame \u0026 Load --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eRobust Carbon Steel Frame\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eEngineered for durability and a 330 lbs (150 kg) payload, the HKM-Z6M supports heavy riders plus cargo without compromising structural integrity.\u003c\/p\u003e\n\u003cdiv class=\"grid grid-2\"\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003crect rx=\"2\" height=\"14\" width=\"20\" y=\"3\" x=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M8 21h8m-4-4v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003e330 lbs (150 kg) Capacity\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eReinforced folding mechanism and wide deck ensure stable load distribution. The scooter remains rigid even when carrying backpacks, groceries, or work gear.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"card\"\u003e\n\u003cdiv class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#1f1f1f\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpolyline points=\"6 9 12 3 18 9\"\u003e\u003c\/polyline\u003e\u003cline y2=\"21\" x2=\"12\" y1=\"3\" x1=\"12\"\u003e\u003c\/line\u003e\u003cpolyline points=\"18 15 12 21 6 15\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eFoldable Design\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003eFolds to 53.5\" x 25.6\" x 24.4\" (136 x 65 x 62 cm) for storage in car trunks, closets, or under desks. The secure latch prevents accidental unfolding during transport.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Speed Configurations --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eConfigurable Speed Modes\u003c\/h2\u003e\n\u003cp class=\"section-subtitle\"\u003eSelect from three maximum speed presets to match your skill level and local regulations. \u003cspan style=\"font-size: 13px; color: #6b6b6b;\"\u003e(Riders must comply with all applicable local speed laws.)\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"grid grid-3\"\u003e\n\u003cdiv style=\"text-align: center;\" class=\"card\"\u003e\n\u003cdiv style=\"margin: 0 auto 10px;\" class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#0062cc\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"9 10 12 7 15 10\"\u003e\u003c\/polyline\u003e\u003cline y2=\"15\" x2=\"12\" y1=\"7\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eEco Mode\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003e15.5 mph (25 km\/h) – Maximizes range and adheres to many regional speed limits.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\" class=\"card\"\u003e\n\u003cdiv style=\"margin: 0 auto 10px;\" class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#0062cc\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 7v3m0 4v3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eSport Mode\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003e28 mph (45 km\/h) – Balanced performance for everyday commuting with responsive throttle.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"text-align: center;\" class=\"card\"\u003e\n\u003cdiv style=\"margin: 0 auto 10px;\" class=\"card-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#0062cc\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpolygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"card-title\"\u003eTurbo Mode\u003c\/div\u003e\n\u003cdiv class=\"card-text\"\u003e43.5 mph (70 km\/h) – Unleashes full dual-motor output for off-road and private land use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specifications (Detailed) --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFull Technical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003ccircle r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06A1.65 1.65 0 0 0 4.68 15a1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06A1.65 1.65 0 0 0 9 4.68a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06A1.65 1.65 0 0 0 19.4 9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eMotors\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eDual 60V 1500W (3000W total)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003crect rx=\"2\" height=\"12\" width=\"18\" y=\"6\" x=\"1\"\u003e\u003c\/rect\u003e\u003cline y2=\"16\" x2=\"7\" y1=\"10\" x1=\"7\"\u003e\u003c\/line\u003e\u003cline y2=\"16\" x2=\"11\" y1=\"10\" x1=\"11\"\u003e\u003c\/line\u003e\u003cline y2=\"16\" x2=\"15\" y1=\"10\" x1=\"15\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eBattery\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e60V 23Ah (1380Wh) Li-ion\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 7 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eMax Speed\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e15.5 \/ 28 \/ 43.5 mph (25\/45\/70 km\/h)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003cpath d=\"M4 17l2 2 4-4m4-4l2 2 4-4\"\u003e\u003c\/path\u003e\u003cpolyline points=\"8 11 12 7 16 11\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eRange (est.)\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e43.5 miles (70 km)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 7v5l3 3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eCharging Time\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e8 – 10 hours\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003ccircle r=\"4\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eBrakes\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eFront \u0026amp; Rear Hydraulic Disc\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M8 4v4m0 8v4m8-16v4m0 8v4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eTires\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e12-inch Pneumatic Off-Road\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003cpath d=\"M4 4v16h16V4H4zm4 4h8v8H8V8z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eSuspension\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eFront \u0026amp; Rear Shock Absorbers\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003cpath d=\"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eWater Resistance\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eIPX5\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003crect rx=\"2\" height=\"14\" width=\"20\" y=\"3\" x=\"2\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eLoad Capacity\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e330 lbs (150 kg)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003cpath d=\"M12 3v18M3 12h18\"\u003e\u003c\/path\u003e\u003cpath d=\"M8 8l4-4 4 4M8 16l4 4 4-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eUnfolded Size\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e53.5\" L x 25.6\" W x 52.0\" H (136 x 65 x 132 cm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003cpolyline points=\"6 9 12 3 18 9\"\u003e\u003c\/polyline\u003e\u003cline y2=\"21\" x2=\"12\" y1=\"3\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eFolded Size\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e53.5\" L x 25.6\" W x 24.4\" H (136 x 65 x 62 cm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003ccircle r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cline y2=\"16\" x2=\"12\" y1=\"8\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"12\" x2=\"16\" y1=\"12\" x1=\"8\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eNet Weight\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e112.9 lbs (51.2 kg)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003cpolyline points=\"4 18 12 6 20 18\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eMax Climbing Angle\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e30°\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003cpath d=\"M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eGround Clearance\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e7.9 inches (20.1 cm)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003ccircle r=\"5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 1v2m0 18v2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eLighting\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eLED Headlight + Strip Lighting\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-item\"\u003e\n\u003cdiv class=\"spec-icon\"\u003e\u003csvg stroke-width=\"1.6\" stroke=\"#2c2c2c\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\u003cpath d=\"M6.5 6.5l11 11m-11 0l11-11\"\u003e\u003c\/path\u003e\u003cpolyline points=\"8 4 16 4 16 12 20 12 12 20 4 12 8 12 8 4\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cspan class=\"spec-label\"\u003eConnectivity\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eBluetooth Speaker \u0026amp; App\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FAQ --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003eWhat is the real-world range on a single charge?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eRange depends on rider weight, speed, terrain, and temperature. Under ideal conditions (165 lbs rider, flat ground, 15.5 mph Eco mode), the 1380Wh battery can deliver up to 43.5 miles (70 km). In mixed conditions with higher speeds, expect approximately 25–35 miles (40–56 km).\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003eHow do the speed modes work and are they legal?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eThree presets — Eco (15.5 mph), Sport (28 mph), and Turbo (43.5 mph) — can be switched via the mobile app or onboard controls. Riders must comply with all local speed regulations and may need to limit the scooter to the legal maximum for their area.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003eIs the battery removable? How long does it take to charge?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eThe 60V 23Ah battery is integrated into the deck for security and weather sealing. A full charge from empty takes 8–10 hours using the included charger. The smart BMS prevents overcharging and balances cells for long-term health.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003eCan this scooter handle wet conditions?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eYes, the IPX5 rating means it is protected against water jets from any direction. It can safely operate in rain and through puddles. However, prolonged submersion should be avoided. Always dry the scooter after exposure to moisture.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"faq-item\"\u003e\n\u003csummary class=\"faq-question\"\u003eWhat maintenance do the hydraulic brakes require?\u003c\/summary\u003e\n\u003cdiv class=\"faq-answer\"\u003eHydraulic disc brakes are largely self-adjusting. Periodically check pad thickness and brake fluid levels. Bleeding may be required after extended heavy use. The system provides consistent performance with minimal maintenance compared to mechanical brakes.\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- Purchase Policies --\u003e\n\u003cdiv class=\"section\"\u003e\n\u003ch2 class=\"section-title\"\u003ePurchase Policies\u003c\/h2\u003e\n\u003cdiv class=\"policy-grid\"\u003e\n\u003cdiv class=\"policy-card\"\u003e\n\u003cdiv class=\"policy-icon\"\u003e\u003csvg stroke-width=\"1.8\" stroke=\"#0e0e0e\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpath d=\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"9 22 9 12 15 12 15 22\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"policy-title\"\u003eFree Shipping\u003c\/div\u003e\n\u003cdiv class=\"policy-text\"\u003eFree shipping on all orders. No minimum purchase required. Delivery times are calculated at checkout.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"policy-card\"\u003e\n\u003cdiv class=\"policy-icon\"\u003e\u003csvg stroke-width=\"1.8\" stroke=\"#0e0e0e\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003ccircle r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"policy-title\"\u003e180-Day Purchase Protection\u003c\/div\u003e\n\u003cdiv class=\"policy-text\"\u003eYour order is protected for 180 days against defects in materials and workmanship under normal use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"policy-card\"\u003e\n\u003cdiv class=\"policy-icon\"\u003e\u003csvg stroke-width=\"1.8\" stroke=\"#0e0e0e\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003cpath d=\"M21 12a9 9 0 1 1-6.219-8.56\"\u003e\u003c\/path\u003e\u003cpolyline points=\"21 3 21 9 15 9\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"policy-title\"\u003e30-Day Money-Back Guarantee\u003c\/div\u003e\n\u003cdiv class=\"policy-text\"\u003eNot satisfied? Return within 30 days for a full refund, no questions asked. See return policy for details.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"policy-card\"\u003e\n\u003cdiv class=\"policy-icon\"\u003e\u003csvg stroke-width=\"1.8\" stroke=\"#0e0e0e\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"40\" width=\"40\"\u003e\u003crect rx=\"2\" height=\"14\" width=\"20\" y=\"3\" x=\"2\"\u003e\u003c\/rect\u003e\u003cline y2=\"21\" x2=\"16\" y1=\"21\" x1=\"8\"\u003e\u003c\/line\u003e\u003cline y2=\"21\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"policy-title\"\u003e24-Month Warranty Service\u003c\/div\u003e\n\u003cdiv class=\"policy-text\"\u003eEnjoy peace of mind with a comprehensive 24-month warranty covering the scooter's core components.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Electric Scooters \u003e\u003e","offers":[{"title":"- 43.5+ Miles \/ - 3000W\/1500W*2 \/ - 23Ah\/48V\/1104Wh","offer_id":43279953166419,"sku":"868053898718","price":1299.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/Z6M_Electric_Scooter.png?v=1768217350"},{"product_id":"hkm-z5m-43-5-miles-60v-23ah-1380wh-3500w-dual-motor-drive-long-range-foldable-electric-scooter-black-3","title":"HKM-Z5M 43.5 Miles 60V 23Ah 1380Wh 3000W Dual-Motor Drive Long-Range Foldable Electric Scooter - Black","description":"\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes\"\u003e\n    \u003ctitle\u003eHKM-Z5M | High-Voltage Dual-Motor Electric Scooter\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base reset \u0026 typography for scooter product description — clean white background, modern tech aesthetic *\/\n        .hkm-z5m-wrapper * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        .hkm-z5m-wrapper {\n            font-family: 'Inter', 'SF Pro Display', 'Segoe UI', 'Roboto', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;\n            background: #ffffff;\n            color: #1d1d1f;\n            line-height: 1.5;\n            max-width: 820px;\n            margin: 0 auto;\n            padding: 0 16px 40px;\n            font-weight: 400;\n            letter-spacing: -0.01em;\n        }\n        .hkm-z5m-wrapper section {\n            margin-bottom: 48px;\n        }\n        .hkm-z5m-wrapper h2 {\n            font-weight: 500;\n            letter-spacing: -0.02em;\n            color: #1d1d1f;\n        }\n        .hkm-z5m-wrapper h3 {\n            font-weight: 500;\n            letter-spacing: -0.02em;\n            color: #1d1d1f;\n        }\n        .hkm-z5m-wrapper p, .hkm-z5m-wrapper li {\n            color: #3a3a3c;\n        }\n        .hkm-z5m-wrapper .badge {\n            display: inline-block;\n            background: #f5f5f7;\n            color: #1d1d1f;\n            border-radius: 20px;\n            padding: 6px 14px;\n            font-weight: 500;\n            letter-spacing: -0.01em;\n        }\n        .hkm-z5m-wrapper .grid-2col {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n            align-items: start;\n        }\n        .hkm-z5m-wrapper .grid-3col {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 16px;\n        }\n        .hkm-z5m-wrapper .card {\n            background: #f9f9fb;\n            border-radius: 18px;\n            padding: 20px 16px;\n            transition: all 0.25s ease;\n            border: 1px solid #e8e8ed;\n        }\n        .hkm-z5m-wrapper .card:hover {\n            background: #f3f3f7;\n            border-color: #cfcfd6;\n            transform: translateY(-2px);\n            box-shadow: 0 8px 22px rgba(0,0,0,0.04);\n        }\n        .hkm-z5m-wrapper .spec-row {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            border-bottom: 1px solid #f0f0f4;\n            padding: 14px 0;\n        }\n        .hkm-z5m-wrapper .spec-row:last-child {\n            border-bottom: none;\n        }\n        .hkm-z5m-wrapper .spec-label {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            font-weight: 500;\n            color: #1d1d1f;\n        }\n        .hkm-z5m-wrapper .spec-value {\n            font-weight: 500;\n            color: #1d1d1f;\n            text-align: right;\n        }\n        .hkm-z5m-wrapper .highlight-num {\n            font-weight: 600;\n            color: #0071e3;\n        }\n        .hkm-z5m-wrapper .faq-item {\n            border-bottom: 1px solid #e8e8ed;\n            padding: 16px 0;\n            cursor: pointer;\n            transition: background 0.2s;\n        }\n        .hkm-z5m-wrapper .faq-question {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            font-weight: 500;\n            color: #1d1d1f;\n        }\n        .hkm-z5m-wrapper .faq-answer {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.4s ease, padding 0.3s;\n            color: #3a3a3c;\n            padding-top: 0;\n        }\n        .hkm-z5m-wrapper .faq-item.active .faq-answer {\n            max-height: 220px;\n            padding-top: 10px;\n        }\n        .hkm-z5m-wrapper .policy-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n            background: #f9f9fb;\n            border-radius: 20px;\n            padding: 24px 20px;\n            border: 1px solid #e8e8ed;\n        }\n        .hkm-z5m-wrapper .policy-item {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            font-weight: 500;\n            color: #1d1d1f;\n        }\n        \/* SVG icon animations *\/\n        .hkm-z5m-wrapper svg.icon-spec {\n            transition: transform 0.25s ease, opacity 0.25s;\n            cursor: default;\n        }\n        .hkm-z5m-wrapper .card:hover svg.icon-spec,\n        .hkm-z5m-wrapper .spec-row:hover svg.icon-spec {\n            transform: scale(1.06);\n            opacity: 0.9;\n        }\n        \/* Responsive fonts \u0026 layout *\/\n        @media only screen and (max-width: 767px) {\n            .hkm-z5m-wrapper {\n                padding: 0 12px 32px;\n            }\n            .hkm-z5m-wrapper .grid-2col,\n            .hkm-z5m-wrapper .grid-3col,\n            .hkm-z5m-wrapper .policy-grid {\n                grid-template-columns: 1fr;\n                gap: 14px;\n            }\n            .hkm-z5m-wrapper h2 {\n                font-size: 26px !important;\n            }\n            .hkm-z5m-wrapper h3 {\n                font-size: 20px !important;\n            }\n            .hkm-z5m-wrapper p, .hkm-z5m-wrapper li, .hkm-z5m-wrapper .spec-label, .hkm-z5m-wrapper .spec-value {\n                font-size: 15px !important;\n            }\n            .hkm-z5m-wrapper .card {\n                padding: 18px 14px;\n            }\n            .hkm-z5m-wrapper .badge {\n                font-size: 13px !important;\n                padding: 5px 12px;\n            }\n            .hkm-z5m-wrapper .faq-question {\n                font-size: 15px !important;\n            }\n            .hkm-z5m-wrapper .policy-item {\n                font-size: 15px !important;\n            }\n        }\n        @media only screen and (min-width: 768px) {\n            .hkm-z5m-wrapper h2 {\n                font-size: 36px;\n            }\n            .hkm-z5m-wrapper h3 {\n                font-size: 24px;\n            }\n            .hkm-z5m-wrapper p, .hkm-z5m-wrapper li, .hkm-z5m-wrapper .spec-label, .hkm-z5m-wrapper .spec-value {\n                font-size: 16px;\n            }\n            .hkm-z5m-wrapper .badge {\n                font-size: 14px;\n            }\n            .hkm-z5m-wrapper .faq-question {\n                font-size: 16px;\n            }\n            .hkm-z5m-wrapper .policy-item {\n                font-size: 16px;\n            }\n        }\n        .hkm-z5m-wrapper .text-small {\n            font-size: 14px;\n        }\n        @media (max-width: 767px) {\n            .hkm-z5m-wrapper .text-small {\n                font-size: 13px !important;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"hkm-z5m-wrapper\"\u003e\n\n        \u003c!-- Hero \/ Title section --\u003e\n        \u003csection style=\"text-align: left; padding-top: 18px;\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n                \u003cspan class=\"badge\" style=\"font-size:14px;\"\u003e⚡ High-Voltage Dual Motor\u003c\/span\u003e\n                \u003cspan class=\"badge\" style=\"font-size:14px; margin-left:8px;\"\u003e🔋 1380Wh Extended Range\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003ch2 style=\"margin: 12px 0 8px; font-weight: 500;\"\u003eHKM-Z5M Electric Scooter\u003c\/h2\u003e\n            \u003cp style=\"font-size:18px; color:#505054; margin-bottom: 10px; font-weight: 400;\"\u003eEngineered for off-road dominance and uncompromising long-distance commuting. Dual 60V motors meet a foldable high-strength frame.\u003c\/p\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Key metrics strip (responsive grid) --\u003e\n        \u003csection\u003e\n            \u003cdiv class=\"grid-3col\"\u003e\n                \u003cdiv class=\"card\" style=\"text-align: center;\"\u003e\n                    \u003csvg class=\"icon-spec\" width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0071e3\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"margin-bottom:10px;\"\u003e\n                        \u003cpolyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cdiv style=\"font-weight:600; font-size:28px; color:#1d1d1f;\"\u003e3000\u003cspan style=\"font-size:20px;\"\u003eW\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv style=\"font-size:15px; color:#6e6e73;\"\u003eCombined Dual Motor Output\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card\" style=\"text-align: center;\"\u003e\n                    \u003csvg class=\"icon-spec\" width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0071e3\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"margin-bottom:10px;\"\u003e\n                        \u003crect x=\"1\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"6\" y1=\"10\" x2=\"6\" y2=\"14\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"10\" y1=\"10\" x2=\"10\" y2=\"14\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\n                    \u003cdiv style=\"font-weight:600; font-size:28px; color:#1d1d1f;\"\u003e43.5\u003cspan style=\"font-size:20px;\"\u003emi\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv style=\"font-size:15px; color:#6e6e73;\"\u003eEstimated Range (70 km)\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card\" style=\"text-align: center;\"\u003e\n                    \u003csvg class=\"icon-spec\" width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0071e3\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"margin-bottom:10px;\"\u003e\n                        \u003cpath d=\"M12 20V10\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 20V4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 20v-6\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                    \u003cdiv style=\"font-weight:600; font-size:28px; color:#1d1d1f;\"\u003e30\u003cspan style=\"font-size:20px;\"\u003e°\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv style=\"font-size:15px; color:#6e6e73;\"\u003eMax Climbing Angle\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Power \u0026 Motors deep dive --\u003e\n        \u003csection\u003e\n            \u003ch3 style=\"margin-bottom:16px; display:flex; align-items:center; gap:10px;\"\u003e\n                \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1d1d1f\" stroke-width=\"1.8\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                    \u003cpolygon points=\"10 8 16 12 10 16 10 8\"\u003e\u003c\/polygon\u003e\n                \u003c\/svg\u003e\n                Dual-Motor Architecture\n            \u003c\/h3\u003e\n            \u003cp style=\"margin-bottom:14px;\"\u003eThe HKM-Z5M deploys two independent 60V 1500W brushless motors — one in each wheel — delivering a combined \u003cstrong\u003e3000W\u003c\/strong\u003e peak output. This all-wheel-drive configuration multiplies traction on loose gravel, wet pavement, and steep dirt trails. Unlike single-motor scooters that rely purely on front or rear grip, the Z5M distributes torque dynamically, reducing wheel spin and improving stability under hard acceleration.\u003c\/p\u003e\n            \u003cdiv class=\"grid-2col\" style=\"margin-top:10px;\"\u003e\n                \u003cdiv class=\"card\"\u003e\n                    \u003cdiv style=\"display:flex; align-items:center; gap:10px; margin-bottom:8px;\"\u003e\n                        \u003csvg class=\"icon-spec\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cpath d=\"M5 12h14\"\u003e\u003c\/path\u003e\n                            \u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\n                        \u003cspan style=\"font-weight:500;\"\u003eInstant Torque Response\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cp style=\"font-size:15px; color:#505054;\"\u003eZero throttle lag thanks to sine-wave controllers that modulate power delivery smoothly across three configurable speed tiers.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card\"\u003e\n                    \u003cdiv style=\"display:flex; align-items:center; gap:10px; margin-bottom:8px;\"\u003e\n                        \u003csvg class=\"icon-spec\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"4.93\" y1=\"4.93\" x2=\"7.76\" y2=\"7.76\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"2\" y1=\"12\" x2=\"6\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\n                        \u003cspan style=\"font-weight:500;\"\u003e30° Incline Capable\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cp style=\"font-size:15px; color:#505054;\"\u003eTackle hills that stop most commuter scooters. The dual-motor design maintains consistent speed even on sustained 30-degree grades.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Battery \u0026 Range section --\u003e\n        \u003csection\u003e\n            \u003ch3 style=\"margin-bottom:16px; display:flex; align-items:center; gap:10px;\"\u003e\n                \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1d1d1f\" stroke-width=\"1.8\"\u003e\n                    \u003crect x=\"1\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\n                    \u003cline x1=\"23\" y1=\"10\" x2=\"23\" y2=\"14\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e\n                60V 23Ah High-Density Lithium-Ion Pack\n            \u003c\/h3\u003e\n            \u003cp\u003eThe integrated 1380Wh battery uses automotive-grade 21700 lithium-ion cells arranged in a 60V architecture. Higher voltage reduces current draw for the same power output, which lowers resistive heat and improves efficiency during sustained high-speed runs. Under ideal test conditions (flat terrain, 165 lbs rider, 15.5 mph constant speed) the scooter achieves up to \u003cstrong\u003e43.5 miles (70 km)\u003c\/strong\u003e. Real-world range typically varies between 28–38 miles depending on terrain profile and riding style.\u003c\/p\u003e\n            \u003cdiv style=\"display:flex; flex-wrap:wrap; gap:20px; margin-top:20px;\"\u003e\n                \u003cdiv style=\"flex:1; min-width:180px;\"\u003e\n                    \u003cdiv style=\"display:flex; align-items:center; gap:8px; margin-bottom:6px;\"\u003e\n                        \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"2\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\n                        \u003cspan style=\"font-weight:500;\"\u003e8–10 Hour Recharge\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cp style=\"font-size:15px; color:#505054;\"\u003eStandard charging via included 2A charger. Overnight replenishment ready for daily commuting.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"flex:1; min-width:180px;\"\u003e\n                    \u003cdiv style=\"display:flex; align-items:center; gap:8px; margin-bottom:6px;\"\u003e\n                        \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"2\"\u003e\n                            \u003cpath d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                        \u003cspan style=\"font-weight:500;\"\u003eSmart BMS Protection\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cp style=\"font-size:15px; color:#505054;\"\u003eOvercharge, over-discharge, temperature, and short-circuit safeguards monitored in real time.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Braking \u0026 Safety --\u003e\n        \u003csection\u003e\n            \u003ch3 style=\"margin-bottom:16px; display:flex; align-items:center; gap:10px;\"\u003e\n                \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1d1d1f\" stroke-width=\"1.8\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                    \u003cpolyline points=\"8 12 11 15 16 9\"\u003e\u003c\/polyline\u003e\n                \u003c\/svg\u003e\n                Hydraulic Disc Brakes — Front \u0026amp; Rear\n            \u003c\/h3\u003e\n            \u003cp\u003eFull hydraulic actuation on both wheels provides superior modulation compared to mechanical cable discs. The sealed fluid system requires less frequent adjustment and delivers consistent lever feel even after prolonged downhill braking. Combined with the 12-inch pneumatic tires, stopping distances are meaningfully shorter on loose or wet surfaces.\u003c\/p\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Suspension \u0026 Tires --\u003e\n        \u003csection\u003e\n            \u003ch3 style=\"margin-bottom:16px; display:flex; align-items:center; gap:10px;\"\u003e\n                \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1d1d1f\" stroke-width=\"1.8\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M8 14s1.5 2 4 2 4-2 4-2\"\u003e\u003c\/path\u003e\n                    \u003cline x1=\"9\" y1=\"9\" x2=\"9.01\" y2=\"9\"\u003e\u003c\/line\u003e\n                    \u003cline x1=\"15\" y1=\"9\" x2=\"15.01\" y2=\"9\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e\n                Off-Road Chassis Dynamics\n            \u003c\/h3\u003e\n            \u003cdiv class=\"grid-2col\"\u003e\n                \u003cdiv class=\"card\"\u003e\n                    \u003cspan style=\"font-weight:500; display:block; margin-bottom:6px;\"\u003e12″ Pneumatic Off-Road Tires\u003c\/span\u003e\n                    \u003cp style=\"font-size:15px; color:#505054;\"\u003eDeep tread patterns channel mud and water while the air-filled construction absorbs vibration. 7.9 inches of ground clearance prevents underbody strikes on rocky trails.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card\"\u003e\n                    \u003cspan style=\"font-weight:500; display:block; margin-bottom:6px;\"\u003eDual Shock Absorbers\u003c\/span\u003e\n                    \u003cp style=\"font-size:15px; color:#505054;\"\u003eIndependent front and rear spring-damper units smooth out potholes and roots. Preload adjustable for rider weight and cargo.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Smart Features --\u003e\n        \u003csection\u003e\n            \u003ch3 style=\"margin-bottom:16px; display:flex; align-items:center; gap:10px;\"\u003e\n                \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1d1d1f\" stroke-width=\"1.8\"\u003e\n                    \u003crect x=\"5\" y=\"2\" width=\"14\" height=\"20\" rx=\"2\"\u003e\u003c\/rect\u003e\n                    \u003cline x1=\"12\" y1=\"18\" x2=\"12.01\" y2=\"18\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e\n                Connected Experience\n            \u003c\/h3\u003e\n            \u003cdiv class=\"grid-2col\"\u003e\n                \u003cdiv\u003e\n                    \u003cdiv style=\"display:flex; align-items:center; gap:8px; margin-bottom:8px;\"\u003e\n                        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cpath d=\"M6.5 6.5l11 11\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0z\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                        \u003cspan style=\"font-weight:500;\"\u003eMobile App Dashboard\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cp style=\"font-size:15px; color:#505054;\"\u003eSwitch speed modes, customize LED accent lighting colors, and review ride statistics — all from the companion app.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv style=\"display:flex; align-items:center; gap:8px; margin-bottom:8px;\"\u003e\n                        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cpolygon points=\"11 5 6 9 2 9 2 15 6 15 11 19 11 5\"\u003e\u003c\/polygon\u003e\n                            \u003cpath d=\"M19.07 4.93a10 10 0 0 1 0 14.14\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                        \u003cspan style=\"font-weight:500;\"\u003eIntegrated Bluetooth® Speaker\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cp style=\"font-size:15px; color:#505054;\"\u003eStream music or navigation prompts directly from the deck-mounted speaker. IPX5 water resistance protects against splashes.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Detailed Specifications (clean list style, no heavy table borders) --\u003e\n        \u003csection\u003e\n            \u003ch3 style=\"margin-bottom:20px; display:flex; align-items:center; gap:10px;\"\u003e\n                \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1d1d1f\" stroke-width=\"1.8\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1-2.83 2.83l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-4 0v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83-2.83l.06-.06A1.65 1.65 0 0 0 4.68 15a1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1 0-4h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 2.83-2.83l.06.06A1.65 1.65 0 0 0 9 4.68a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 4 0v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 2.83l-.06.06A1.65 1.65 0 0 0 19.4 9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 0 4h-.09a1.65 1.65 0 0 0-1.51 1z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                Full Technical Specifications\n            \u003c\/h3\u003e\n            \u003cdiv style=\"background:#f9f9fb; border-radius:20px; padding:20px 18px; border:1px solid #e8e8ed;\"\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003crect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n                            \u003cline x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e Model\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eHKM-Z5M\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpolygon points=\"10 8 16 12 10 16 10 8\"\u003e\u003c\/polygon\u003e\n                        \u003c\/svg\u003e Motor\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eDual 60V 1500W (3000W combined)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003crect x=\"1\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\n                            \u003cline x1=\"23\" y1=\"10\" x2=\"23\" y2=\"14\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e Battery\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e60V 23Ah \/ 1380Wh Li-ion\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e Max Speed\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e15.5 \/ 28 \/ 43.5 mph (25 \/ 45 \/ 70 km\/h)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cpath d=\"M22 12h-4l-3 9L9 3l-3 9H2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e Estimated Range\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eUp to 43.5 mi (70 km)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003crect x=\"2\" y=\"6\" width=\"20\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"2\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e Load Capacity\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e330 lbs (150 kg)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e Charging Time\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e8–10 hours\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"8 12 11 15 16 9\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e Brakes\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eFront \u0026amp; Rear Hydraulic Disc\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M8 14s1.5 2 4 2 4-2 4-2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e Tires\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e12″ Pneumatic Off-Road\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cline x1=\"8\" y1=\"6\" x2=\"21\" y2=\"6\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"8\" y1=\"12\" x2=\"21\" y2=\"12\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"3\" y1=\"6\" x2=\"3.01\" y2=\"6\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e Suspension\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eFront \u0026amp; Rear Shock Absorbers\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cpath d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e Water Resistance\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eIPX5\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"2\"\u003e\u003c\/rect\u003e\n                            \u003cline x1=\"9\" y1=\"9\" x2=\"15\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e Unfolded (L×W×H)\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e53.5 × 25.6 × 52.0 in (136 × 65 × 132 cm)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e Folded (L×W×H)\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e53.5 × 25.6 × 24.4 in (136 × 65 × 62 cm)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e Net Weight\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e112.9 lbs (51.2 kg)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cpolyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e Ground Clearance\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e7.9 in (20 cm)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cpath d=\"M12 20V10\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M18 20V4\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M6 20v-6\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e Max Climbing Angle\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e30°\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"text-small\" style=\"margin-top:12px; color:#6e6e73;\"\u003e*Speed and range figures are estimates based on ideal test conditions. Actual performance varies with rider weight, terrain, speed mode, temperature, and battery condition.\u003c\/p\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Why choose \/ advantages subtle section --\u003e\n        \u003csection\u003e\n            \u003ch3 style=\"margin-bottom:18px;\"\u003eDesigned for Demanding Riders\u003c\/h3\u003e\n            \u003cdiv class=\"grid-2col\"\u003e\n                \u003cdiv style=\"display:flex; gap:12px; align-items:flex-start;\"\u003e\n                    \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\" style=\"margin-top:2px;\"\u003e\n                        \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cdiv\u003e\n\u003cstrong\u003eFoldable Carbon Steel Frame\u003c\/strong\u003e\n                        \u003cp style=\"font-size:15px; color:#505054;\"\u003eRobust yet transportable. The folding mechanism locks securely for storage in trunks or tight spaces.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"display:flex; gap:12px; align-items:flex-start;\"\u003e\n                    \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\" style=\"margin-top:2px;\"\u003e\n                        \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                        \u003cline x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\n                    \u003cdiv\u003e\n\u003cstrong\u003eLED Lighting System\u003c\/strong\u003e\n                        \u003cp style=\"font-size:15px; color:#505054;\"\u003eHeadlight and customizable strip lighting enhance visibility at dusk and add personal style.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- FAQ expandable section --\u003e\n        \u003csection\u003e\n            \u003ch3 style=\"margin-bottom:16px;\"\u003eFrequently Asked Questions\u003c\/h3\u003e\n            \u003cdiv class=\"faq-item\" onclick=\"this.classList.toggle('active')\"\u003e\n                \u003cdiv class=\"faq-question\"\u003eWhat is the real-world range on a single charge? \u003cspan style=\"font-size:20px;\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"faq-answer\"\u003e\n                    \u003cp\u003eRange depends heavily on speed mode, terrain, and rider weight. At 15.5 mph on flat ground with a 165‑lb rider, you can approach 43.5 miles. In mixed off-road use at higher speeds, expect approximately 28–35 miles.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq-item\" onclick=\"this.classList.toggle('active')\"\u003e\n                \u003cdiv class=\"faq-question\"\u003eCan the speed be limited for local regulations? \u003cspan style=\"font-size:20px;\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"faq-answer\"\u003e\n                    \u003cp\u003eYes. The mobile app and onboard controls allow you to select between three maximum speed presets (15.5 mph, 28 mph, 43.5 mph). Always adhere to your jurisdiction’s e‑scooter speed limits.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq-item active\" onclick=\"this.classList.toggle('active')\"\u003e\n                \u003cdiv class=\"faq-question\"\u003eIs the battery removable? \u003cspan style=\"font-size:20px;\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"faq-answer\"\u003e\n                    \u003cp\u003eThe 60V 23Ah pack is integrated into the deck for structural rigidity and water resistance. It is not designed for hot-swapping, but can be serviced by authorized technicians.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq-item active\" onclick=\"this.classList.toggle('active')\"\u003e\n                \u003cdiv class=\"faq-question\"\u003eHow does the dual motor handle off-road conditions? \u003cspan style=\"font-size:20px;\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"faq-answer\"\u003e\n                    \u003cp\u003eAll-wheel drive significantly improves traction on dirt, grass, and gravel. The combination of 12-inch pneumatic tires and dual suspension absorbs impacts, while the 7.9-inch ground clearance avoids obstacles.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Policy block (responsive 2-col desktop, 1-col mobile) --\u003e\n        \u003csection\u003e\n            \u003cdiv class=\"policy-grid\"\u003e\n                \u003cdiv class=\"policy-item\"\u003e\n                    \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                        \u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\n                        \u003cpolygon points=\"23 7 16 12 23 17 23 7\"\u003e\u003c\/polygon\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan\u003eFree shipping on all orders\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"policy-item\"\u003e\n                    \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                        \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan\u003e180 days purchase protection\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"policy-item\"\u003e\n                    \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                        \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                        \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan\u003e30 days money-back guarantee\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"policy-item\"\u003e\n                    \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                        \u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"3\"\u003e\u003c\/rect\u003e\n                        \u003cpolyline points=\"9 12 11 14 15 10\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan\u003e24 months warranty service\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- subtle footer note --\u003e\n        \u003cp class=\"text-small\" style=\"color:#86868b; margin-top:24px;\"\u003eHKM-Z5M electric scooter. Comply with all local traffic laws and always wear a helmet.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/01_93e73add-cd50-4a93-9c6f-d426db515ecb.jpg?v=1767956137\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/02_d5c19792-47c9-4de8-b3ae-4c82bcf9c8b6.jpg?v=1767956143\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/03_989ca183-bd1c-479d-9416-cb29a07b8e2c.jpg?v=1767956136\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/04_473d7770-cdeb-4cf6-b4da-72a87cecb358.jpg?v=1767956144\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/05_430e1aa4-ce83-44b1-a25b-59655b50e791.jpg?v=1767956149\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/06_5ee9c6a4-df5b-4b07-b378-3ccb413d2c03.jpg?v=1767956149\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/07_7ca094fc-9a58-4a36-b00a-a96facc03c7a.jpg?v=1767956150\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/08-APP_aabc820a-ac84-41d5-a5b0-9c6818cf632c.jpg?v=1767956140\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/09-APP_97ae08d7-f33d-405b-b480-3a0aba8afa40.jpg?v=1767956118\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/10_ce66334b-f67d-4320-b664-65c420039268.jpg?v=1767956118\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/11_22a635e7-d527-494b-97d0-f5e0edfd10f3.jpg?v=1767956145\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/12_3d7381fc-3c8b-45cf-a366-f495d92df7bb.jpg?v=1767956151\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/13_1aa8a6eb-8cea-494b-8db5-284b558ec472.jpg?v=1767956152\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/14_f71a1cb3-a636-47e3-adee-297fd9b1f283.jpg?v=1767956150\"\u003e\u003cp\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Electric Scooters \u003e\u003e","offers":[{"title":"- Black \/ - 3000W\/1500W*2 \/ - 23Ah\/60V\/1380Wh","offer_id":43279953199187,"sku":"868053898719","price":1199.99,"currency_code":"USD","in_stock":true},{"title":"- Orange \/ - 3000W\/1500W*2 \/ - 23Ah\/60V\/1380Wh","offer_id":43412564050003,"sku":null,"price":1199.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/7797355446355-1-HKM-Z5M-43_5-Miles-60V-23Ah-1380Wh-3500W-Dual-Motor-Drive-Long-Range-Foldable-Electric-Scooter-Black_8b8bad63-5343-4a21-846e-b47180df1a69.jpg?v=1768116675"},{"product_id":"hkm-z5m-43-5-miles-60v-23ah-1380wh-3500w-dual-motor-drive-long-range-foldable-electric-scooter-black-2","title":"HKM-Z5M 43.5 Miles 60V 23Ah 1380Wh 3000W Dual-Motor Drive Long-Range Foldable Electric Scooter - Black","description":"\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes\"\u003e\n    \u003ctitle\u003eHKM-Z5M | High-Voltage Dual-Motor Electric Scooter\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base reset \u0026 typography for scooter product description — clean white background, modern tech aesthetic *\/\n        .hkm-z5m-wrapper * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        .hkm-z5m-wrapper {\n            font-family: 'Inter', 'SF Pro Display', 'Segoe UI', 'Roboto', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;\n            background: #ffffff;\n            color: #1d1d1f;\n            line-height: 1.5;\n            max-width: 820px;\n            margin: 0 auto;\n            padding: 0 16px 40px;\n            font-weight: 400;\n            letter-spacing: -0.01em;\n        }\n        .hkm-z5m-wrapper section {\n            margin-bottom: 48px;\n        }\n        .hkm-z5m-wrapper h2 {\n            font-weight: 500;\n            letter-spacing: -0.02em;\n            color: #1d1d1f;\n        }\n        .hkm-z5m-wrapper h3 {\n            font-weight: 500;\n            letter-spacing: -0.02em;\n            color: #1d1d1f;\n        }\n        .hkm-z5m-wrapper p, .hkm-z5m-wrapper li {\n            color: #3a3a3c;\n        }\n        .hkm-z5m-wrapper .badge {\n            display: inline-block;\n            background: #f5f5f7;\n            color: #1d1d1f;\n            border-radius: 20px;\n            padding: 6px 14px;\n            font-weight: 500;\n            letter-spacing: -0.01em;\n        }\n        .hkm-z5m-wrapper .grid-2col {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n            align-items: start;\n        }\n        .hkm-z5m-wrapper .grid-3col {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 16px;\n        }\n        .hkm-z5m-wrapper .card {\n            background: #f9f9fb;\n            border-radius: 18px;\n            padding: 20px 16px;\n            transition: all 0.25s ease;\n            border: 1px solid #e8e8ed;\n        }\n        .hkm-z5m-wrapper .card:hover {\n            background: #f3f3f7;\n            border-color: #cfcfd6;\n            transform: translateY(-2px);\n            box-shadow: 0 8px 22px rgba(0,0,0,0.04);\n        }\n        .hkm-z5m-wrapper .spec-row {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            border-bottom: 1px solid #f0f0f4;\n            padding: 14px 0;\n        }\n        .hkm-z5m-wrapper .spec-row:last-child {\n            border-bottom: none;\n        }\n        .hkm-z5m-wrapper .spec-label {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            font-weight: 500;\n            color: #1d1d1f;\n        }\n        .hkm-z5m-wrapper .spec-value {\n            font-weight: 500;\n            color: #1d1d1f;\n            text-align: right;\n        }\n        .hkm-z5m-wrapper .highlight-num {\n            font-weight: 600;\n            color: #0071e3;\n        }\n        .hkm-z5m-wrapper .faq-item {\n            border-bottom: 1px solid #e8e8ed;\n            padding: 16px 0;\n            cursor: pointer;\n            transition: background 0.2s;\n        }\n        .hkm-z5m-wrapper .faq-question {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            font-weight: 500;\n            color: #1d1d1f;\n        }\n        .hkm-z5m-wrapper .faq-answer {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.4s ease, padding 0.3s;\n            color: #3a3a3c;\n            padding-top: 0;\n        }\n        .hkm-z5m-wrapper .faq-item.active .faq-answer {\n            max-height: 220px;\n            padding-top: 10px;\n        }\n        .hkm-z5m-wrapper .policy-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n            background: #f9f9fb;\n            border-radius: 20px;\n            padding: 24px 20px;\n            border: 1px solid #e8e8ed;\n        }\n        .hkm-z5m-wrapper .policy-item {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            font-weight: 500;\n            color: #1d1d1f;\n        }\n        \/* SVG icon animations *\/\n        .hkm-z5m-wrapper svg.icon-spec {\n            transition: transform 0.25s ease, opacity 0.25s;\n            cursor: default;\n        }\n        .hkm-z5m-wrapper .card:hover svg.icon-spec,\n        .hkm-z5m-wrapper .spec-row:hover svg.icon-spec {\n            transform: scale(1.06);\n            opacity: 0.9;\n        }\n        \/* Responsive fonts \u0026 layout *\/\n        @media only screen and (max-width: 767px) {\n            .hkm-z5m-wrapper {\n                padding: 0 12px 32px;\n            }\n            .hkm-z5m-wrapper .grid-2col,\n            .hkm-z5m-wrapper .grid-3col,\n            .hkm-z5m-wrapper .policy-grid {\n                grid-template-columns: 1fr;\n                gap: 14px;\n            }\n            .hkm-z5m-wrapper h2 {\n                font-size: 26px !important;\n            }\n            .hkm-z5m-wrapper h3 {\n                font-size: 20px !important;\n            }\n            .hkm-z5m-wrapper p, .hkm-z5m-wrapper li, .hkm-z5m-wrapper .spec-label, .hkm-z5m-wrapper .spec-value {\n                font-size: 15px !important;\n            }\n            .hkm-z5m-wrapper .card {\n                padding: 18px 14px;\n            }\n            .hkm-z5m-wrapper .badge {\n                font-size: 13px !important;\n                padding: 5px 12px;\n            }\n            .hkm-z5m-wrapper .faq-question {\n                font-size: 15px !important;\n            }\n            .hkm-z5m-wrapper .policy-item {\n                font-size: 15px !important;\n            }\n        }\n        @media only screen and (min-width: 768px) {\n            .hkm-z5m-wrapper h2 {\n                font-size: 36px;\n            }\n            .hkm-z5m-wrapper h3 {\n                font-size: 24px;\n            }\n            .hkm-z5m-wrapper p, .hkm-z5m-wrapper li, .hkm-z5m-wrapper .spec-label, .hkm-z5m-wrapper .spec-value {\n                font-size: 16px;\n            }\n            .hkm-z5m-wrapper .badge {\n                font-size: 14px;\n            }\n            .hkm-z5m-wrapper .faq-question {\n                font-size: 16px;\n            }\n            .hkm-z5m-wrapper .policy-item {\n                font-size: 16px;\n            }\n        }\n        .hkm-z5m-wrapper .text-small {\n            font-size: 14px;\n        }\n        @media (max-width: 767px) {\n            .hkm-z5m-wrapper .text-small {\n                font-size: 13px !important;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"hkm-z5m-wrapper\"\u003e\n\n        \u003c!-- Hero \/ Title section --\u003e\n        \u003csection style=\"text-align: left; padding-top: 18px;\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n                \u003cspan class=\"badge\" style=\"font-size:14px;\"\u003e⚡ High-Voltage Dual Motor\u003c\/span\u003e\n                \u003cspan class=\"badge\" style=\"font-size:14px; margin-left:8px;\"\u003e🔋 1380Wh Extended Range\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003ch2 style=\"margin: 12px 0 8px; font-weight: 500;\"\u003eHKM-Z5M Electric Scooter\u003c\/h2\u003e\n            \u003cp style=\"font-size:18px; color:#505054; margin-bottom: 10px; font-weight: 400;\"\u003eEngineered for off-road dominance and uncompromising long-distance commuting. Dual 60V motors meet a foldable high-strength frame.\u003c\/p\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Key metrics strip (responsive grid) --\u003e\n        \u003csection\u003e\n            \u003cdiv class=\"grid-3col\"\u003e\n                \u003cdiv class=\"card\" style=\"text-align: center;\"\u003e\n                    \u003csvg class=\"icon-spec\" width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0071e3\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"margin-bottom:10px;\"\u003e\n                        \u003cpolyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cdiv style=\"font-weight:600; font-size:28px; color:#1d1d1f;\"\u003e3000\u003cspan style=\"font-size:20px;\"\u003eW\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv style=\"font-size:15px; color:#6e6e73;\"\u003eCombined Dual Motor Output\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card\" style=\"text-align: center;\"\u003e\n                    \u003csvg class=\"icon-spec\" width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0071e3\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"margin-bottom:10px;\"\u003e\n                        \u003crect x=\"1\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"6\" y1=\"10\" x2=\"6\" y2=\"14\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"10\" y1=\"10\" x2=\"10\" y2=\"14\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\n                    \u003cdiv style=\"font-weight:600; font-size:28px; color:#1d1d1f;\"\u003e43.5\u003cspan style=\"font-size:20px;\"\u003emi\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv style=\"font-size:15px; color:#6e6e73;\"\u003eEstimated Range (70 km)\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card\" style=\"text-align: center;\"\u003e\n                    \u003csvg class=\"icon-spec\" width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0071e3\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"margin-bottom:10px;\"\u003e\n                        \u003cpath d=\"M12 20V10\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 20V4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 20v-6\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                    \u003cdiv style=\"font-weight:600; font-size:28px; color:#1d1d1f;\"\u003e30\u003cspan style=\"font-size:20px;\"\u003e°\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv style=\"font-size:15px; color:#6e6e73;\"\u003eMax Climbing Angle\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Power \u0026 Motors deep dive --\u003e\n        \u003csection\u003e\n            \u003ch3 style=\"margin-bottom:16px; display:flex; align-items:center; gap:10px;\"\u003e\n                \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1d1d1f\" stroke-width=\"1.8\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                    \u003cpolygon points=\"10 8 16 12 10 16 10 8\"\u003e\u003c\/polygon\u003e\n                \u003c\/svg\u003e\n                Dual-Motor Architecture\n            \u003c\/h3\u003e\n            \u003cp style=\"margin-bottom:14px;\"\u003eThe HKM-Z5M deploys two independent 60V 1500W brushless motors — one in each wheel — delivering a combined \u003cstrong\u003e3000W\u003c\/strong\u003e peak output. This all-wheel-drive configuration multiplies traction on loose gravel, wet pavement, and steep dirt trails. Unlike single-motor scooters that rely purely on front or rear grip, the Z5M distributes torque dynamically, reducing wheel spin and improving stability under hard acceleration.\u003c\/p\u003e\n            \u003cdiv class=\"grid-2col\" style=\"margin-top:10px;\"\u003e\n                \u003cdiv class=\"card\"\u003e\n                    \u003cdiv style=\"display:flex; align-items:center; gap:10px; margin-bottom:8px;\"\u003e\n                        \u003csvg class=\"icon-spec\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cpath d=\"M5 12h14\"\u003e\u003c\/path\u003e\n                            \u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\n                        \u003cspan style=\"font-weight:500;\"\u003eInstant Torque Response\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cp style=\"font-size:15px; color:#505054;\"\u003eZero throttle lag thanks to sine-wave controllers that modulate power delivery smoothly across three configurable speed tiers.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card\"\u003e\n                    \u003cdiv style=\"display:flex; align-items:center; gap:10px; margin-bottom:8px;\"\u003e\n                        \u003csvg class=\"icon-spec\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"4.93\" y1=\"4.93\" x2=\"7.76\" y2=\"7.76\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"2\" y1=\"12\" x2=\"6\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\n                        \u003cspan style=\"font-weight:500;\"\u003e30° Incline Capable\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cp style=\"font-size:15px; color:#505054;\"\u003eTackle hills that stop most commuter scooters. The dual-motor design maintains consistent speed even on sustained 30-degree grades.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Battery \u0026 Range section --\u003e\n        \u003csection\u003e\n            \u003ch3 style=\"margin-bottom:16px; display:flex; align-items:center; gap:10px;\"\u003e\n                \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1d1d1f\" stroke-width=\"1.8\"\u003e\n                    \u003crect x=\"1\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\n                    \u003cline x1=\"23\" y1=\"10\" x2=\"23\" y2=\"14\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e\n                60V 23Ah High-Density Lithium-Ion Pack\n            \u003c\/h3\u003e\n            \u003cp\u003eThe integrated 1380Wh battery uses automotive-grade 21700 lithium-ion cells arranged in a 60V architecture. Higher voltage reduces current draw for the same power output, which lowers resistive heat and improves efficiency during sustained high-speed runs. Under ideal test conditions (flat terrain, 165 lbs rider, 15.5 mph constant speed) the scooter achieves up to \u003cstrong\u003e43.5 miles (70 km)\u003c\/strong\u003e. Real-world range typically varies between 28–38 miles depending on terrain profile and riding style.\u003c\/p\u003e\n            \u003cdiv style=\"display:flex; flex-wrap:wrap; gap:20px; margin-top:20px;\"\u003e\n                \u003cdiv style=\"flex:1; min-width:180px;\"\u003e\n                    \u003cdiv style=\"display:flex; align-items:center; gap:8px; margin-bottom:6px;\"\u003e\n                        \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"2\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\n                        \u003cspan style=\"font-weight:500;\"\u003e8–10 Hour Recharge\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cp style=\"font-size:15px; color:#505054;\"\u003eStandard charging via included 2A charger. Overnight replenishment ready for daily commuting.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"flex:1; min-width:180px;\"\u003e\n                    \u003cdiv style=\"display:flex; align-items:center; gap:8px; margin-bottom:6px;\"\u003e\n                        \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"2\"\u003e\n                            \u003cpath d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                        \u003cspan style=\"font-weight:500;\"\u003eSmart BMS Protection\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cp style=\"font-size:15px; color:#505054;\"\u003eOvercharge, over-discharge, temperature, and short-circuit safeguards monitored in real time.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Braking \u0026 Safety --\u003e\n        \u003csection\u003e\n            \u003ch3 style=\"margin-bottom:16px; display:flex; align-items:center; gap:10px;\"\u003e\n                \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1d1d1f\" stroke-width=\"1.8\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                    \u003cpolyline points=\"8 12 11 15 16 9\"\u003e\u003c\/polyline\u003e\n                \u003c\/svg\u003e\n                Hydraulic Disc Brakes — Front \u0026amp; Rear\n            \u003c\/h3\u003e\n            \u003cp\u003eFull hydraulic actuation on both wheels provides superior modulation compared to mechanical cable discs. The sealed fluid system requires less frequent adjustment and delivers consistent lever feel even after prolonged downhill braking. Combined with the 12-inch pneumatic tires, stopping distances are meaningfully shorter on loose or wet surfaces.\u003c\/p\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Suspension \u0026 Tires --\u003e\n        \u003csection\u003e\n            \u003ch3 style=\"margin-bottom:16px; display:flex; align-items:center; gap:10px;\"\u003e\n                \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1d1d1f\" stroke-width=\"1.8\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M8 14s1.5 2 4 2 4-2 4-2\"\u003e\u003c\/path\u003e\n                    \u003cline x1=\"9\" y1=\"9\" x2=\"9.01\" y2=\"9\"\u003e\u003c\/line\u003e\n                    \u003cline x1=\"15\" y1=\"9\" x2=\"15.01\" y2=\"9\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e\n                Off-Road Chassis Dynamics\n            \u003c\/h3\u003e\n            \u003cdiv class=\"grid-2col\"\u003e\n                \u003cdiv class=\"card\"\u003e\n                    \u003cspan style=\"font-weight:500; display:block; margin-bottom:6px;\"\u003e12″ Pneumatic Off-Road Tires\u003c\/span\u003e\n                    \u003cp style=\"font-size:15px; color:#505054;\"\u003eDeep tread patterns channel mud and water while the air-filled construction absorbs vibration. 7.9 inches of ground clearance prevents underbody strikes on rocky trails.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card\"\u003e\n                    \u003cspan style=\"font-weight:500; display:block; margin-bottom:6px;\"\u003eDual Shock Absorbers\u003c\/span\u003e\n                    \u003cp style=\"font-size:15px; color:#505054;\"\u003eIndependent front and rear spring-damper units smooth out potholes and roots. Preload adjustable for rider weight and cargo.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Smart Features --\u003e\n        \u003csection\u003e\n            \u003ch3 style=\"margin-bottom:16px; display:flex; align-items:center; gap:10px;\"\u003e\n                \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1d1d1f\" stroke-width=\"1.8\"\u003e\n                    \u003crect x=\"5\" y=\"2\" width=\"14\" height=\"20\" rx=\"2\"\u003e\u003c\/rect\u003e\n                    \u003cline x1=\"12\" y1=\"18\" x2=\"12.01\" y2=\"18\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e\n                Connected Experience\n            \u003c\/h3\u003e\n            \u003cdiv class=\"grid-2col\"\u003e\n                \u003cdiv\u003e\n                    \u003cdiv style=\"display:flex; align-items:center; gap:8px; margin-bottom:8px;\"\u003e\n                        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cpath d=\"M6.5 6.5l11 11\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0z\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                        \u003cspan style=\"font-weight:500;\"\u003eMobile App Dashboard\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cp style=\"font-size:15px; color:#505054;\"\u003eSwitch speed modes, customize LED accent lighting colors, and review ride statistics — all from the companion app.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv style=\"display:flex; align-items:center; gap:8px; margin-bottom:8px;\"\u003e\n                        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cpolygon points=\"11 5 6 9 2 9 2 15 6 15 11 19 11 5\"\u003e\u003c\/polygon\u003e\n                            \u003cpath d=\"M19.07 4.93a10 10 0 0 1 0 14.14\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                        \u003cspan style=\"font-weight:500;\"\u003eIntegrated Bluetooth® Speaker\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cp style=\"font-size:15px; color:#505054;\"\u003eStream music or navigation prompts directly from the deck-mounted speaker. IPX5 water resistance protects against splashes.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Detailed Specifications (clean list style, no heavy table borders) --\u003e\n        \u003csection\u003e\n            \u003ch3 style=\"margin-bottom:20px; display:flex; align-items:center; gap:10px;\"\u003e\n                \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1d1d1f\" stroke-width=\"1.8\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1-2.83 2.83l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-4 0v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83-2.83l.06-.06A1.65 1.65 0 0 0 4.68 15a1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1 0-4h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 2.83-2.83l.06.06A1.65 1.65 0 0 0 9 4.68a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 4 0v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 2.83l-.06.06A1.65 1.65 0 0 0 19.4 9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 0 4h-.09a1.65 1.65 0 0 0-1.51 1z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                Full Technical Specifications\n            \u003c\/h3\u003e\n            \u003cdiv style=\"background:#f9f9fb; border-radius:20px; padding:20px 18px; border:1px solid #e8e8ed;\"\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003crect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n                            \u003cline x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e Model\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eHKM-Z5M\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpolygon points=\"10 8 16 12 10 16 10 8\"\u003e\u003c\/polygon\u003e\n                        \u003c\/svg\u003e Motor\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eDual 60V 1500W (3000W combined)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003crect x=\"1\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\n                            \u003cline x1=\"23\" y1=\"10\" x2=\"23\" y2=\"14\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e Battery\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e60V 23Ah \/ 1380Wh Li-ion\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e Max Speed\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e15.5 \/ 28 \/ 43.5 mph (25 \/ 45 \/ 70 km\/h)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cpath d=\"M22 12h-4l-3 9L9 3l-3 9H2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e Estimated Range\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eUp to 43.5 mi (70 km)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003crect x=\"2\" y=\"6\" width=\"20\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"2\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e Load Capacity\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e330 lbs (150 kg)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e Charging Time\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e8–10 hours\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"8 12 11 15 16 9\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e Brakes\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eFront \u0026amp; Rear Hydraulic Disc\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M8 14s1.5 2 4 2 4-2 4-2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e Tires\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e12″ Pneumatic Off-Road\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cline x1=\"8\" y1=\"6\" x2=\"21\" y2=\"6\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"8\" y1=\"12\" x2=\"21\" y2=\"12\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"3\" y1=\"6\" x2=\"3.01\" y2=\"6\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e Suspension\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eFront \u0026amp; Rear Shock Absorbers\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cpath d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e Water Resistance\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eIPX5\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"2\"\u003e\u003c\/rect\u003e\n                            \u003cline x1=\"9\" y1=\"9\" x2=\"15\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e Unfolded (L×W×H)\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e53.5 × 25.6 × 52.0 in (136 × 65 × 132 cm)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e Folded (L×W×H)\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e53.5 × 25.6 × 24.4 in (136 × 65 × 62 cm)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e Net Weight\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e112.9 lbs (51.2 kg)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cpolyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e Ground Clearance\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e7.9 in (20 cm)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cpath d=\"M12 20V10\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M18 20V4\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M6 20v-6\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e Max Climbing Angle\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e30°\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"text-small\" style=\"margin-top:12px; color:#6e6e73;\"\u003e*Speed and range figures are estimates based on ideal test conditions. Actual performance varies with rider weight, terrain, speed mode, temperature, and battery condition.\u003c\/p\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Why choose \/ advantages subtle section --\u003e\n        \u003csection\u003e\n            \u003ch3 style=\"margin-bottom:18px;\"\u003eDesigned for Demanding Riders\u003c\/h3\u003e\n            \u003cdiv class=\"grid-2col\"\u003e\n                \u003cdiv style=\"display:flex; gap:12px; align-items:flex-start;\"\u003e\n                    \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\" style=\"margin-top:2px;\"\u003e\n                        \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cdiv\u003e\n\u003cstrong\u003eFoldable Carbon Steel Frame\u003c\/strong\u003e\n                        \u003cp style=\"font-size:15px; color:#505054;\"\u003eRobust yet transportable. The folding mechanism locks securely for storage in trunks or tight spaces.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"display:flex; gap:12px; align-items:flex-start;\"\u003e\n                    \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\" style=\"margin-top:2px;\"\u003e\n                        \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                        \u003cline x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\n                    \u003cdiv\u003e\n\u003cstrong\u003eLED Lighting System\u003c\/strong\u003e\n                        \u003cp style=\"font-size:15px; color:#505054;\"\u003eHeadlight and customizable strip lighting enhance visibility at dusk and add personal style.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- FAQ expandable section --\u003e\n        \u003csection\u003e\n            \u003ch3 style=\"margin-bottom:16px;\"\u003eFrequently Asked Questions\u003c\/h3\u003e\n            \u003cdiv class=\"faq-item\" onclick=\"this.classList.toggle('active')\"\u003e\n                \u003cdiv class=\"faq-question\"\u003eWhat is the real-world range on a single charge? \u003cspan style=\"font-size:20px;\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"faq-answer\"\u003e\n                    \u003cp\u003eRange depends heavily on speed mode, terrain, and rider weight. At 15.5 mph on flat ground with a 165‑lb rider, you can approach 43.5 miles. In mixed off-road use at higher speeds, expect approximately 28–35 miles.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq-item\" onclick=\"this.classList.toggle('active')\"\u003e\n                \u003cdiv class=\"faq-question\"\u003eCan the speed be limited for local regulations? \u003cspan style=\"font-size:20px;\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"faq-answer\"\u003e\n                    \u003cp\u003eYes. The mobile app and onboard controls allow you to select between three maximum speed presets (15.5 mph, 28 mph, 43.5 mph). Always adhere to your jurisdiction’s e‑scooter speed limits.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq-item active\" onclick=\"this.classList.toggle('active')\"\u003e\n                \u003cdiv class=\"faq-question\"\u003eIs the battery removable? \u003cspan style=\"font-size:20px;\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"faq-answer\"\u003e\n                    \u003cp\u003eThe 60V 23Ah pack is integrated into the deck for structural rigidity and water resistance. It is not designed for hot-swapping, but can be serviced by authorized technicians.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq-item active\" onclick=\"this.classList.toggle('active')\"\u003e\n                \u003cdiv class=\"faq-question\"\u003eHow does the dual motor handle off-road conditions? \u003cspan style=\"font-size:20px;\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"faq-answer\"\u003e\n                    \u003cp\u003eAll-wheel drive significantly improves traction on dirt, grass, and gravel. The combination of 12-inch pneumatic tires and dual suspension absorbs impacts, while the 7.9-inch ground clearance avoids obstacles.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Policy block (responsive 2-col desktop, 1-col mobile) --\u003e\n        \u003csection\u003e\n            \u003cdiv class=\"policy-grid\"\u003e\n                \u003cdiv class=\"policy-item\"\u003e\n                    \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                        \u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\n                        \u003cpolygon points=\"23 7 16 12 23 17 23 7\"\u003e\u003c\/polygon\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan\u003eFree shipping on all orders\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"policy-item\"\u003e\n                    \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                        \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan\u003e180 days purchase protection\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"policy-item\"\u003e\n                    \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                        \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                        \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan\u003e30 days money-back guarantee\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"policy-item\"\u003e\n                    \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                        \u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"3\"\u003e\u003c\/rect\u003e\n                        \u003cpolyline points=\"9 12 11 14 15 10\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan\u003e24 months warranty service\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- subtle footer note --\u003e\n        \u003cp class=\"text-small\" style=\"color:#86868b; margin-top:24px;\"\u003eHKM-Z5M electric scooter. Comply with all local traffic laws and always wear a helmet.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/01_93e73add-cd50-4a93-9c6f-d426db515ecb.jpg?v=1767956137\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/02_d5c19792-47c9-4de8-b3ae-4c82bcf9c8b6.jpg?v=1767956143\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/03_989ca183-bd1c-479d-9416-cb29a07b8e2c.jpg?v=1767956136\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/04_473d7770-cdeb-4cf6-b4da-72a87cecb358.jpg?v=1767956144\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/05_430e1aa4-ce83-44b1-a25b-59655b50e791.jpg?v=1767956149\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/06_5ee9c6a4-df5b-4b07-b378-3ccb413d2c03.jpg?v=1767956149\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/07_7ca094fc-9a58-4a36-b00a-a96facc03c7a.jpg?v=1767956150\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/08-APP_aabc820a-ac84-41d5-a5b0-9c6818cf632c.jpg?v=1767956140\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/09-APP_97ae08d7-f33d-405b-b480-3a0aba8afa40.jpg?v=1767956118\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/10_ce66334b-f67d-4320-b664-65c420039268.jpg?v=1767956118\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/11_22a635e7-d527-494b-97d0-f5e0edfd10f3.jpg?v=1767956145\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/12_3d7381fc-3c8b-45cf-a366-f495d92df7bb.jpg?v=1767956151\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/13_1aa8a6eb-8cea-494b-8db5-284b558ec472.jpg?v=1767956152\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/14_f71a1cb3-a636-47e3-adee-297fd9b1f283.jpg?v=1767956150\"\u003e\u003cp\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Electric Scooters \u003e\u003e","offers":[{"title":"- Black \/ - 3000W\/1500W*2 \/ - 23Ah\/60V\/1380Wh","offer_id":43279953297491,"sku":"868053898720","price":1199.99,"currency_code":"USD","in_stock":true},{"title":"- Orange \/ - 3000W\/1500W*2 \/ - 23Ah\/60V\/1380Wh","offer_id":43412564017235,"sku":null,"price":1199.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/7797355446355-1-HKM-Z5M-43_5-Miles-60V-23Ah-1380Wh-3500W-Dual-Motor-Drive-Long-Range-Foldable-Electric-Scooter-Black_3b292807-e77a-47aa-867a-835ca585c79a.jpg?v=1768116653"},{"product_id":"hkm-z5m-43-5-miles-60v-23ah-1380wh-3500w-dual-motor-drive-long-range-foldable-electric-scooter-black-1","title":"HKM-Z5M 43.5 Miles 60V 23Ah 1380Wh 3000W Dual-Motor Drive Long-Range Foldable Electric Scooter - Black","description":"\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes\"\u003e\n    \u003ctitle\u003eHKM-Z5M | High-Voltage Dual-Motor Electric Scooter\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base reset \u0026 typography for scooter product description — clean white background, modern tech aesthetic *\/\n        .hkm-z5m-wrapper * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        .hkm-z5m-wrapper {\n            font-family: 'Inter', 'SF Pro Display', 'Segoe UI', 'Roboto', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;\n            background: #ffffff;\n            color: #1d1d1f;\n            line-height: 1.5;\n            max-width: 820px;\n            margin: 0 auto;\n            padding: 0 16px 40px;\n            font-weight: 400;\n            letter-spacing: -0.01em;\n        }\n        .hkm-z5m-wrapper section {\n            margin-bottom: 48px;\n        }\n        .hkm-z5m-wrapper h2 {\n            font-weight: 500;\n            letter-spacing: -0.02em;\n            color: #1d1d1f;\n        }\n        .hkm-z5m-wrapper h3 {\n            font-weight: 500;\n            letter-spacing: -0.02em;\n            color: #1d1d1f;\n        }\n        .hkm-z5m-wrapper p, .hkm-z5m-wrapper li {\n            color: #3a3a3c;\n        }\n        .hkm-z5m-wrapper .badge {\n            display: inline-block;\n            background: #f5f5f7;\n            color: #1d1d1f;\n            border-radius: 20px;\n            padding: 6px 14px;\n            font-weight: 500;\n            letter-spacing: -0.01em;\n        }\n        .hkm-z5m-wrapper .grid-2col {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n            align-items: start;\n        }\n        .hkm-z5m-wrapper .grid-3col {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 16px;\n        }\n        .hkm-z5m-wrapper .card {\n            background: #f9f9fb;\n            border-radius: 18px;\n            padding: 20px 16px;\n            transition: all 0.25s ease;\n            border: 1px solid #e8e8ed;\n        }\n        .hkm-z5m-wrapper .card:hover {\n            background: #f3f3f7;\n            border-color: #cfcfd6;\n            transform: translateY(-2px);\n            box-shadow: 0 8px 22px rgba(0,0,0,0.04);\n        }\n        .hkm-z5m-wrapper .spec-row {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            border-bottom: 1px solid #f0f0f4;\n            padding: 14px 0;\n        }\n        .hkm-z5m-wrapper .spec-row:last-child {\n            border-bottom: none;\n        }\n        .hkm-z5m-wrapper .spec-label {\n            display: flex;\n            align-items: center;\n            gap: 10px;\n            font-weight: 500;\n            color: #1d1d1f;\n        }\n        .hkm-z5m-wrapper .spec-value {\n            font-weight: 500;\n            color: #1d1d1f;\n            text-align: right;\n        }\n        .hkm-z5m-wrapper .highlight-num {\n            font-weight: 600;\n            color: #0071e3;\n        }\n        .hkm-z5m-wrapper .faq-item {\n            border-bottom: 1px solid #e8e8ed;\n            padding: 16px 0;\n            cursor: pointer;\n            transition: background 0.2s;\n        }\n        .hkm-z5m-wrapper .faq-question {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            font-weight: 500;\n            color: #1d1d1f;\n        }\n        .hkm-z5m-wrapper .faq-answer {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.4s ease, padding 0.3s;\n            color: #3a3a3c;\n            padding-top: 0;\n        }\n        .hkm-z5m-wrapper .faq-item.active .faq-answer {\n            max-height: 220px;\n            padding-top: 10px;\n        }\n        .hkm-z5m-wrapper .policy-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 20px;\n            background: #f9f9fb;\n            border-radius: 20px;\n            padding: 24px 20px;\n            border: 1px solid #e8e8ed;\n        }\n        .hkm-z5m-wrapper .policy-item {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            font-weight: 500;\n            color: #1d1d1f;\n        }\n        \/* SVG icon animations *\/\n        .hkm-z5m-wrapper svg.icon-spec {\n            transition: transform 0.25s ease, opacity 0.25s;\n            cursor: default;\n        }\n        .hkm-z5m-wrapper .card:hover svg.icon-spec,\n        .hkm-z5m-wrapper .spec-row:hover svg.icon-spec {\n            transform: scale(1.06);\n            opacity: 0.9;\n        }\n        \/* Responsive fonts \u0026 layout *\/\n        @media only screen and (max-width: 767px) {\n            .hkm-z5m-wrapper {\n                padding: 0 12px 32px;\n            }\n            .hkm-z5m-wrapper .grid-2col,\n            .hkm-z5m-wrapper .grid-3col,\n            .hkm-z5m-wrapper .policy-grid {\n                grid-template-columns: 1fr;\n                gap: 14px;\n            }\n            .hkm-z5m-wrapper h2 {\n                font-size: 26px !important;\n            }\n            .hkm-z5m-wrapper h3 {\n                font-size: 20px !important;\n            }\n            .hkm-z5m-wrapper p, .hkm-z5m-wrapper li, .hkm-z5m-wrapper .spec-label, .hkm-z5m-wrapper .spec-value {\n                font-size: 15px !important;\n            }\n            .hkm-z5m-wrapper .card {\n                padding: 18px 14px;\n            }\n            .hkm-z5m-wrapper .badge {\n                font-size: 13px !important;\n                padding: 5px 12px;\n            }\n            .hkm-z5m-wrapper .faq-question {\n                font-size: 15px !important;\n            }\n            .hkm-z5m-wrapper .policy-item {\n                font-size: 15px !important;\n            }\n        }\n        @media only screen and (min-width: 768px) {\n            .hkm-z5m-wrapper h2 {\n                font-size: 36px;\n            }\n            .hkm-z5m-wrapper h3 {\n                font-size: 24px;\n            }\n            .hkm-z5m-wrapper p, .hkm-z5m-wrapper li, .hkm-z5m-wrapper .spec-label, .hkm-z5m-wrapper .spec-value {\n                font-size: 16px;\n            }\n            .hkm-z5m-wrapper .badge {\n                font-size: 14px;\n            }\n            .hkm-z5m-wrapper .faq-question {\n                font-size: 16px;\n            }\n            .hkm-z5m-wrapper .policy-item {\n                font-size: 16px;\n            }\n        }\n        .hkm-z5m-wrapper .text-small {\n            font-size: 14px;\n        }\n        @media (max-width: 767px) {\n            .hkm-z5m-wrapper .text-small {\n                font-size: 13px !important;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"hkm-z5m-wrapper\"\u003e\n\n        \u003c!-- Hero \/ Title section --\u003e\n        \u003csection style=\"text-align: left; padding-top: 18px;\"\u003e\n            \u003cdiv style=\"margin-bottom: 12px;\"\u003e\n                \u003cspan class=\"badge\" style=\"font-size:14px;\"\u003e⚡ High-Voltage Dual Motor\u003c\/span\u003e\n                \u003cspan class=\"badge\" style=\"font-size:14px; margin-left:8px;\"\u003e🔋 1380Wh Extended Range\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003ch2 style=\"margin: 12px 0 8px; font-weight: 500;\"\u003eHKM-Z5M Electric Scooter\u003c\/h2\u003e\n            \u003cp style=\"font-size:18px; color:#505054; margin-bottom: 10px; font-weight: 400;\"\u003eEngineered for off-road dominance and uncompromising long-distance commuting. Dual 60V motors meet a foldable high-strength frame.\u003c\/p\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Key metrics strip (responsive grid) --\u003e\n        \u003csection\u003e\n            \u003cdiv class=\"grid-3col\"\u003e\n                \u003cdiv class=\"card\" style=\"text-align: center;\"\u003e\n                    \u003csvg class=\"icon-spec\" width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0071e3\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"margin-bottom:10px;\"\u003e\n                        \u003cpolyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cdiv style=\"font-weight:600; font-size:28px; color:#1d1d1f;\"\u003e3000\u003cspan style=\"font-size:20px;\"\u003eW\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv style=\"font-size:15px; color:#6e6e73;\"\u003eCombined Dual Motor Output\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card\" style=\"text-align: center;\"\u003e\n                    \u003csvg class=\"icon-spec\" width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0071e3\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"margin-bottom:10px;\"\u003e\n                        \u003crect x=\"1\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"6\" y1=\"10\" x2=\"6\" y2=\"14\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"10\" y1=\"10\" x2=\"10\" y2=\"14\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\n                    \u003cdiv style=\"font-weight:600; font-size:28px; color:#1d1d1f;\"\u003e43.5\u003cspan style=\"font-size:20px;\"\u003emi\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv style=\"font-size:15px; color:#6e6e73;\"\u003eEstimated Range (70 km)\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card\" style=\"text-align: center;\"\u003e\n                    \u003csvg class=\"icon-spec\" width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0071e3\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"margin-bottom:10px;\"\u003e\n                        \u003cpath d=\"M12 20V10\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M18 20V4\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M6 20v-6\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                    \u003cdiv style=\"font-weight:600; font-size:28px; color:#1d1d1f;\"\u003e30\u003cspan style=\"font-size:20px;\"\u003e°\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv style=\"font-size:15px; color:#6e6e73;\"\u003eMax Climbing Angle\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Power \u0026 Motors deep dive --\u003e\n        \u003csection\u003e\n            \u003ch3 style=\"margin-bottom:16px; display:flex; align-items:center; gap:10px;\"\u003e\n                \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1d1d1f\" stroke-width=\"1.8\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                    \u003cpolygon points=\"10 8 16 12 10 16 10 8\"\u003e\u003c\/polygon\u003e\n                \u003c\/svg\u003e\n                Dual-Motor Architecture\n            \u003c\/h3\u003e\n            \u003cp style=\"margin-bottom:14px;\"\u003eThe HKM-Z5M deploys two independent 60V 1500W brushless motors — one in each wheel — delivering a combined \u003cstrong\u003e3000W\u003c\/strong\u003e peak output. This all-wheel-drive configuration multiplies traction on loose gravel, wet pavement, and steep dirt trails. Unlike single-motor scooters that rely purely on front or rear grip, the Z5M distributes torque dynamically, reducing wheel spin and improving stability under hard acceleration.\u003c\/p\u003e\n            \u003cdiv class=\"grid-2col\" style=\"margin-top:10px;\"\u003e\n                \u003cdiv class=\"card\"\u003e\n                    \u003cdiv style=\"display:flex; align-items:center; gap:10px; margin-bottom:8px;\"\u003e\n                        \u003csvg class=\"icon-spec\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cpath d=\"M5 12h14\"\u003e\u003c\/path\u003e\n                            \u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\n                        \u003cspan style=\"font-weight:500;\"\u003eInstant Torque Response\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cp style=\"font-size:15px; color:#505054;\"\u003eZero throttle lag thanks to sine-wave controllers that modulate power delivery smoothly across three configurable speed tiers.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card\"\u003e\n                    \u003cdiv style=\"display:flex; align-items:center; gap:10px; margin-bottom:8px;\"\u003e\n                        \u003csvg class=\"icon-spec\" width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"4.93\" y1=\"4.93\" x2=\"7.76\" y2=\"7.76\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"2\" y1=\"12\" x2=\"6\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\n                        \u003cspan style=\"font-weight:500;\"\u003e30° Incline Capable\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cp style=\"font-size:15px; color:#505054;\"\u003eTackle hills that stop most commuter scooters. The dual-motor design maintains consistent speed even on sustained 30-degree grades.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Battery \u0026 Range section --\u003e\n        \u003csection\u003e\n            \u003ch3 style=\"margin-bottom:16px; display:flex; align-items:center; gap:10px;\"\u003e\n                \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1d1d1f\" stroke-width=\"1.8\"\u003e\n                    \u003crect x=\"1\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\n                    \u003cline x1=\"23\" y1=\"10\" x2=\"23\" y2=\"14\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e\n                60V 23Ah High-Density Lithium-Ion Pack\n            \u003c\/h3\u003e\n            \u003cp\u003eThe integrated 1380Wh battery uses automotive-grade 21700 lithium-ion cells arranged in a 60V architecture. Higher voltage reduces current draw for the same power output, which lowers resistive heat and improves efficiency during sustained high-speed runs. Under ideal test conditions (flat terrain, 165 lbs rider, 15.5 mph constant speed) the scooter achieves up to \u003cstrong\u003e43.5 miles (70 km)\u003c\/strong\u003e. Real-world range typically varies between 28–38 miles depending on terrain profile and riding style.\u003c\/p\u003e\n            \u003cdiv style=\"display:flex; flex-wrap:wrap; gap:20px; margin-top:20px;\"\u003e\n                \u003cdiv style=\"flex:1; min-width:180px;\"\u003e\n                    \u003cdiv style=\"display:flex; align-items:center; gap:8px; margin-bottom:6px;\"\u003e\n                        \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"2\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\n                        \u003cspan style=\"font-weight:500;\"\u003e8–10 Hour Recharge\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cp style=\"font-size:15px; color:#505054;\"\u003eStandard charging via included 2A charger. Overnight replenishment ready for daily commuting.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"flex:1; min-width:180px;\"\u003e\n                    \u003cdiv style=\"display:flex; align-items:center; gap:8px; margin-bottom:6px;\"\u003e\n                        \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"2\"\u003e\n                            \u003cpath d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                        \u003cspan style=\"font-weight:500;\"\u003eSmart BMS Protection\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cp style=\"font-size:15px; color:#505054;\"\u003eOvercharge, over-discharge, temperature, and short-circuit safeguards monitored in real time.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Braking \u0026 Safety --\u003e\n        \u003csection\u003e\n            \u003ch3 style=\"margin-bottom:16px; display:flex; align-items:center; gap:10px;\"\u003e\n                \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1d1d1f\" stroke-width=\"1.8\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                    \u003cpolyline points=\"8 12 11 15 16 9\"\u003e\u003c\/polyline\u003e\n                \u003c\/svg\u003e\n                Hydraulic Disc Brakes — Front \u0026amp; Rear\n            \u003c\/h3\u003e\n            \u003cp\u003eFull hydraulic actuation on both wheels provides superior modulation compared to mechanical cable discs. The sealed fluid system requires less frequent adjustment and delivers consistent lever feel even after prolonged downhill braking. Combined with the 12-inch pneumatic tires, stopping distances are meaningfully shorter on loose or wet surfaces.\u003c\/p\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Suspension \u0026 Tires --\u003e\n        \u003csection\u003e\n            \u003ch3 style=\"margin-bottom:16px; display:flex; align-items:center; gap:10px;\"\u003e\n                \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1d1d1f\" stroke-width=\"1.8\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M8 14s1.5 2 4 2 4-2 4-2\"\u003e\u003c\/path\u003e\n                    \u003cline x1=\"9\" y1=\"9\" x2=\"9.01\" y2=\"9\"\u003e\u003c\/line\u003e\n                    \u003cline x1=\"15\" y1=\"9\" x2=\"15.01\" y2=\"9\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e\n                Off-Road Chassis Dynamics\n            \u003c\/h3\u003e\n            \u003cdiv class=\"grid-2col\"\u003e\n                \u003cdiv class=\"card\"\u003e\n                    \u003cspan style=\"font-weight:500; display:block; margin-bottom:6px;\"\u003e12″ Pneumatic Off-Road Tires\u003c\/span\u003e\n                    \u003cp style=\"font-size:15px; color:#505054;\"\u003eDeep tread patterns channel mud and water while the air-filled construction absorbs vibration. 7.9 inches of ground clearance prevents underbody strikes on rocky trails.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card\"\u003e\n                    \u003cspan style=\"font-weight:500; display:block; margin-bottom:6px;\"\u003eDual Shock Absorbers\u003c\/span\u003e\n                    \u003cp style=\"font-size:15px; color:#505054;\"\u003eIndependent front and rear spring-damper units smooth out potholes and roots. Preload adjustable for rider weight and cargo.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Smart Features --\u003e\n        \u003csection\u003e\n            \u003ch3 style=\"margin-bottom:16px; display:flex; align-items:center; gap:10px;\"\u003e\n                \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1d1d1f\" stroke-width=\"1.8\"\u003e\n                    \u003crect x=\"5\" y=\"2\" width=\"14\" height=\"20\" rx=\"2\"\u003e\u003c\/rect\u003e\n                    \u003cline x1=\"12\" y1=\"18\" x2=\"12.01\" y2=\"18\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e\n                Connected Experience\n            \u003c\/h3\u003e\n            \u003cdiv class=\"grid-2col\"\u003e\n                \u003cdiv\u003e\n                    \u003cdiv style=\"display:flex; align-items:center; gap:8px; margin-bottom:8px;\"\u003e\n                        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cpath d=\"M6.5 6.5l11 11\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0z\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                        \u003cspan style=\"font-weight:500;\"\u003eMobile App Dashboard\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cp style=\"font-size:15px; color:#505054;\"\u003eSwitch speed modes, customize LED accent lighting colors, and review ride statistics — all from the companion app.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv style=\"display:flex; align-items:center; gap:8px; margin-bottom:8px;\"\u003e\n                        \u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cpolygon points=\"11 5 6 9 2 9 2 15 6 15 11 19 11 5\"\u003e\u003c\/polygon\u003e\n                            \u003cpath d=\"M19.07 4.93a10 10 0 0 1 0 14.14\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                        \u003cspan style=\"font-weight:500;\"\u003eIntegrated Bluetooth® Speaker\u003c\/span\u003e\n                    \u003c\/div\u003e\n                    \u003cp style=\"font-size:15px; color:#505054;\"\u003eStream music or navigation prompts directly from the deck-mounted speaker. IPX5 water resistance protects against splashes.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Detailed Specifications (clean list style, no heavy table borders) --\u003e\n        \u003csection\u003e\n            \u003ch3 style=\"margin-bottom:20px; display:flex; align-items:center; gap:10px;\"\u003e\n                \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1d1d1f\" stroke-width=\"1.8\"\u003e\n                    \u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1-2.83 2.83l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-4 0v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83-2.83l.06-.06A1.65 1.65 0 0 0 4.68 15a1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1 0-4h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 2.83-2.83l.06.06A1.65 1.65 0 0 0 9 4.68a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 4 0v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 2.83l-.06.06A1.65 1.65 0 0 0 19.4 9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 0 4h-.09a1.65 1.65 0 0 0-1.51 1z\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\n                Full Technical Specifications\n            \u003c\/h3\u003e\n            \u003cdiv style=\"background:#f9f9fb; border-radius:20px; padding:20px 18px; border:1px solid #e8e8ed;\"\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003crect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\n                            \u003cline x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e Model\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eHKM-Z5M\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpolygon points=\"10 8 16 12 10 16 10 8\"\u003e\u003c\/polygon\u003e\n                        \u003c\/svg\u003e Motor\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eDual 60V 1500W (3000W combined)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003crect x=\"1\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\n                            \u003cline x1=\"23\" y1=\"10\" x2=\"23\" y2=\"14\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e Battery\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e60V 23Ah \/ 1380Wh Li-ion\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e Max Speed\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e15.5 \/ 28 \/ 43.5 mph (25 \/ 45 \/ 70 km\/h)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cpath d=\"M22 12h-4l-3 9L9 3l-3 9H2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e Estimated Range\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eUp to 43.5 mi (70 km)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003crect x=\"2\" y=\"6\" width=\"20\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"2\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e Load Capacity\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e330 lbs (150 kg)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e Charging Time\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e8–10 hours\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"8 12 11 15 16 9\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e Brakes\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eFront \u0026amp; Rear Hydraulic Disc\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M8 14s1.5 2 4 2 4-2 4-2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e Tires\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e12″ Pneumatic Off-Road\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cline x1=\"8\" y1=\"6\" x2=\"21\" y2=\"6\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"8\" y1=\"12\" x2=\"21\" y2=\"12\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"3\" y1=\"6\" x2=\"3.01\" y2=\"6\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e Suspension\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eFront \u0026amp; Rear Shock Absorbers\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cpath d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e Water Resistance\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003eIPX5\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"2\"\u003e\u003c\/rect\u003e\n                            \u003cline x1=\"9\" y1=\"9\" x2=\"15\" y2=\"15\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e Unfolded (L×W×H)\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e53.5 × 25.6 × 52.0 in (136 × 65 × 132 cm)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e Folded (L×W×H)\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e53.5 × 25.6 × 24.4 in (136 × 65 × 62 cm)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e Net Weight\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e112.9 lbs (51.2 kg)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cpolyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e Ground Clearance\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e7.9 in (20 cm)\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-row\"\u003e\n                    \u003cspan class=\"spec-label\"\u003e\u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                            \u003cpath d=\"M12 20V10\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M18 20V4\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M6 20v-6\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e Max Climbing Angle\u003c\/span\u003e\n                    \u003cspan class=\"spec-value\"\u003e30°\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"text-small\" style=\"margin-top:12px; color:#6e6e73;\"\u003e*Speed and range figures are estimates based on ideal test conditions. Actual performance varies with rider weight, terrain, speed mode, temperature, and battery condition.\u003c\/p\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Why choose \/ advantages subtle section --\u003e\n        \u003csection\u003e\n            \u003ch3 style=\"margin-bottom:18px;\"\u003eDesigned for Demanding Riders\u003c\/h3\u003e\n            \u003cdiv class=\"grid-2col\"\u003e\n                \u003cdiv style=\"display:flex; gap:12px; align-items:flex-start;\"\u003e\n                    \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\" style=\"margin-top:2px;\"\u003e\n                        \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cdiv\u003e\n\u003cstrong\u003eFoldable Carbon Steel Frame\u003c\/strong\u003e\n                        \u003cp style=\"font-size:15px; color:#505054;\"\u003eRobust yet transportable. The folding mechanism locks securely for storage in trunks or tight spaces.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"display:flex; gap:12px; align-items:flex-start;\"\u003e\n                    \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\" style=\"margin-top:2px;\"\u003e\n                        \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                        \u003cline x1=\"12\" y1=\"8\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\n                    \u003cdiv\u003e\n\u003cstrong\u003eLED Lighting System\u003c\/strong\u003e\n                        \u003cp style=\"font-size:15px; color:#505054;\"\u003eHeadlight and customizable strip lighting enhance visibility at dusk and add personal style.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- FAQ expandable section --\u003e\n        \u003csection\u003e\n            \u003ch3 style=\"margin-bottom:16px;\"\u003eFrequently Asked Questions\u003c\/h3\u003e\n            \u003cdiv class=\"faq-item\" onclick=\"this.classList.toggle('active')\"\u003e\n                \u003cdiv class=\"faq-question\"\u003eWhat is the real-world range on a single charge? \u003cspan style=\"font-size:20px;\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"faq-answer\"\u003e\n                    \u003cp\u003eRange depends heavily on speed mode, terrain, and rider weight. At 15.5 mph on flat ground with a 165‑lb rider, you can approach 43.5 miles. In mixed off-road use at higher speeds, expect approximately 28–35 miles.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq-item\" onclick=\"this.classList.toggle('active')\"\u003e\n                \u003cdiv class=\"faq-question\"\u003eCan the speed be limited for local regulations? \u003cspan style=\"font-size:20px;\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"faq-answer\"\u003e\n                    \u003cp\u003eYes. The mobile app and onboard controls allow you to select between three maximum speed presets (15.5 mph, 28 mph, 43.5 mph). Always adhere to your jurisdiction’s e‑scooter speed limits.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq-item active\" onclick=\"this.classList.toggle('active')\"\u003e\n                \u003cdiv class=\"faq-question\"\u003eIs the battery removable? \u003cspan style=\"font-size:20px;\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"faq-answer\"\u003e\n                    \u003cp\u003eThe 60V 23Ah pack is integrated into the deck for structural rigidity and water resistance. It is not designed for hot-swapping, but can be serviced by authorized technicians.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq-item active\" onclick=\"this.classList.toggle('active')\"\u003e\n                \u003cdiv class=\"faq-question\"\u003eHow does the dual motor handle off-road conditions? \u003cspan style=\"font-size:20px;\"\u003e+\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"faq-answer\"\u003e\n                    \u003cp\u003eAll-wheel drive significantly improves traction on dirt, grass, and gravel. The combination of 12-inch pneumatic tires and dual suspension absorbs impacts, while the 7.9-inch ground clearance avoids obstacles.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Policy block (responsive 2-col desktop, 1-col mobile) --\u003e\n        \u003csection\u003e\n            \u003cdiv class=\"policy-grid\"\u003e\n                \u003cdiv class=\"policy-item\"\u003e\n                    \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                        \u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\n                        \u003cpolygon points=\"23 7 16 12 23 17 23 7\"\u003e\u003c\/polygon\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan\u003eFree shipping on all orders\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"policy-item\"\u003e\n                    \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                        \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan\u003e180 days purchase protection\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"policy-item\"\u003e\n                    \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                        \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                        \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan\u003e30 days money-back guarantee\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"policy-item\"\u003e\n                    \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" stroke=\"#0071e3\" fill=\"none\" stroke-width=\"1.8\"\u003e\n                        \u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"3\"\u003e\u003c\/rect\u003e\n                        \u003cpolyline points=\"9 12 11 14 15 10\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan\u003e24 months warranty service\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- subtle footer note --\u003e\n        \u003cp class=\"text-small\" style=\"color:#86868b; margin-top:24px;\"\u003eHKM-Z5M electric scooter. Comply with all local traffic laws and always wear a helmet.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/01_93e73add-cd50-4a93-9c6f-d426db515ecb.jpg?v=1767956137\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/02_d5c19792-47c9-4de8-b3ae-4c82bcf9c8b6.jpg?v=1767956143\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/03_989ca183-bd1c-479d-9416-cb29a07b8e2c.jpg?v=1767956136\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/04_473d7770-cdeb-4cf6-b4da-72a87cecb358.jpg?v=1767956144\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/05_430e1aa4-ce83-44b1-a25b-59655b50e791.jpg?v=1767956149\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/06_5ee9c6a4-df5b-4b07-b378-3ccb413d2c03.jpg?v=1767956149\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/07_7ca094fc-9a58-4a36-b00a-a96facc03c7a.jpg?v=1767956150\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/08-APP_aabc820a-ac84-41d5-a5b0-9c6818cf632c.jpg?v=1767956140\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/09-APP_97ae08d7-f33d-405b-b480-3a0aba8afa40.jpg?v=1767956118\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/10_ce66334b-f67d-4320-b664-65c420039268.jpg?v=1767956118\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/11_22a635e7-d527-494b-97d0-f5e0edfd10f3.jpg?v=1767956145\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/12_3d7381fc-3c8b-45cf-a366-f495d92df7bb.jpg?v=1767956151\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/13_1aa8a6eb-8cea-494b-8db5-284b558ec472.jpg?v=1767956152\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/14_f71a1cb3-a636-47e3-adee-297fd9b1f283.jpg?v=1767956150\"\u003e\u003cp\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Electric Scooters \u003e\u003e","offers":[{"title":"- Black \/ - 3000W\/1500W*2 \/ - 23Ah\/60V\/1380Wh","offer_id":43279953330259,"sku":"868053898721","price":1199.99,"currency_code":"USD","in_stock":true},{"title":"- Orange \/ - 3000W\/1500W*2 \/ - 23Ah\/60V\/1380Wh","offer_id":43412563984467,"sku":null,"price":1199.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/7797355446355-1-HKM-Z5M-43_5-Miles-60V-23Ah-1380Wh-3500W-Dual-Motor-Drive-Long-Range-Foldable-Electric-Scooter-Black_c8d62d01-7ae2-4ace-9a66-94c41148b3b5.jpg?v=1768116637"},{"product_id":"hkm-z4m-43-5-miles-48v-23ah-1104wh-2400w-dual-motor-drive-long-range-foldable-electric-scooter-black-3","title":"HKM-Z4M 43.5 Miles 48V 23Ah 1104Wh 2400W Dual-Motor Drive Long-Range Foldable Electric Scooter - Black","description":"\u003cdiv class=\"hkm-product-description\" style=\"max-width:820px; margin:0 auto; font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color:#1a1a1a; background:#ffffff; padding:0; box-sizing:border-box;\"\u003e\n    \u003cstyle\u003e\n        .hkm-product-description * { box-sizing:border-box; }\n        .hkm-product-description { font-size:15px; line-height:1.6; }\n        .hkm-wrapper { padding:20px; }\n        \/* Text classes *\/\n        .hkm-text-hero-title { font-size:22px; font-weight:500; line-height:1.3; color:#111; margin:0 0 8px; }\n        .hkm-text-subtitle { font-size:15px; font-weight:400; color:#555; margin:0 0 24px; }\n        .hkm-text-stat-number { font-size:28px; font-weight:500; line-height:1.2; color:#0A84FF; margin:0; }\n        .hkm-text-stat-label { font-size:13px; font-weight:400; color:#666; text-transform:uppercase; letter-spacing:0.5px; margin:0; }\n        .hkm-text-section-title { font-size:20px; font-weight:500; color:#111; margin:0 0 12px; }\n        .hkm-text-card-title { font-size:16px; font-weight:500; color:#1a1a1a; margin:0 0 6px; }\n        .hkm-text-card-desc { font-size:14px; font-weight:400; color:#444; line-height:1.5; margin:0; }\n        .hkm-text-body { font-size:15px; font-weight:400; color:#333; line-height:1.7; margin:0 0 16px; }\n        .hkm-text-small { font-size:13px; color:#777; }\n        .hkm-text-spec-label { font-size:14px; font-weight:500; color:#1a1a1a; margin:0; }\n        .hkm-text-spec-value { font-size:14px; font-weight:400; color:#555; margin:0; }\n        .hkm-text-faq-q { font-size:15px; font-weight:500; color:#111; margin:0; }\n        .hkm-text-faq-a { font-size:14px; color:#444; margin:8px 0 0; line-height:1.6; }\n        .hkm-text-policy-title { font-size:16px; font-weight:500; color:#1a1a1a; margin:0 0 6px; }\n        .hkm-text-policy-desc { font-size:13px; font-weight:400; color:#666; line-height:1.5; margin:0; }\n        .hkm-text-disclaimer { font-size:13px; color:#888; line-height:1.5; }\n        \n        \/* Cards \u0026 grids *\/\n        .hkm-card { background:#f8fafb; border-radius:16px; padding:24px; transition: transform 0.25s ease, box-shadow 0.25s ease; box-shadow:0 2px 8px rgba(0,0,0,0.04); border:1px solid #eef1f4; }\n        .hkm-card:hover { transform:translateY(-4px); box-shadow:0 12px 24px rgba(0,0,0,0.08); }\n        \n        .hkm-grid-stats { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:40px; }\n        .hkm-grid-features { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:40px; }\n        .hkm-grid-specs { display:flex; flex-wrap:wrap; gap:16px; margin-bottom:40px; }\n        .hkm-spec-item { flex:0 0 calc(50% - 8px); display:flex; align-items:center; gap:12px; background:#f8fafb; border-radius:14px; padding:16px; border:1px solid #eef1f4; }\n        .hkm-policy-grid { display:flex; flex-wrap:wrap; gap:16px; margin-bottom:40px; }\n        .hkm-policy-item { flex:0 0 calc(50% - 8px); display:flex; gap:12px; align-items:flex-start; background:#f8fafb; border-radius:16px; padding:20px; border:1px solid #eef1f4; transition: transform 0.2s ease, box-shadow 0.2s ease; }\n        .hkm-policy-item:hover { transform:translateY(-3px); box-shadow:0 8px 18px rgba(0,0,0,0.06); }\n        \n        .hkm-icon-wrap { flex-shrink:0; width:48px; height:48px; display:flex; align-items:center; justify-content:center; color:#0A84FF; transition: transform 0.2s ease, color 0.2s ease; }\n        .hkm-icon-wrap svg { width:100%; height:100%; }\n        .hkm-card:hover .hkm-icon-wrap { transform:scale(1.08); color:#0066CC; }\n        \n        .hkm-divider { height:1px; background:#e5e9ec; margin:32px 0; }\n        \n        \/* Faq *\/\n        .hkm-faq-item { border-bottom:1px solid #e5e9ec; }\n        .hkm-faq-item summary { padding:16px 0; list-style:none; cursor:pointer; display:flex; justify-content:space-between; align-items:center; font-size:15px; font-weight:500; color:#111; transition:color 0.2s; }\n        .hkm-faq-item summary:hover { color:#0A84FF; }\n        .hkm-faq-item summary::-webkit-details-marker { display:none; }\n        .hkm-faq-arrow { transition:transform 0.3s ease; display:inline-block; font-size:18px; color:#888; }\n        .hkm-faq-item[open] .hkm-faq-arrow { transform:rotate(180deg); color:#0A84FF; }\n        .hkm-faq-content { padding:0 0 16px; }\n        \n        \/* Buttons\/empty removed, nothing else. *\/\n        .hkm-highlight { color:#0A84FF; font-weight:500; }\n        \n        @media (max-width:767px) {\n            .hkm-product-description { font-size:14px; }\n            .hkm-text-hero-title { font-size:20px; }\n            .hkm-text-subtitle { font-size:14px; }\n            .hkm-text-stat-number { font-size:24px; }\n            .hkm-text-stat-label { font-size:12px; }\n            .hkm-text-section-title { font-size:18px; }\n            .hkm-text-card-title { font-size:15px; }\n            .hkm-text-card-desc { font-size:13px; }\n            .hkm-text-body { font-size:14px; }\n            .hkm-text-small { font-size:12px; }\n            .hkm-text-spec-label, .hkm-text-spec-value { font-size:13px; }\n            .hkm-text-faq-q { font-size:14px; }\n            .hkm-text-faq-a { font-size:13px; }\n            .hkm-text-policy-title { font-size:15px; }\n            .hkm-text-policy-desc { font-size:12px; }\n            .hkm-text-disclaimer { font-size:12px; }\n        \n            .hkm-grid-stats, .hkm-grid-features { grid-template-columns:1fr; }\n            .hkm-spec-item { flex:0 0 100%; }\n            .hkm-policy-item { flex:0 0 100%; }\n            .hkm-icon-wrap { width:40px; height:40px; }\n        }\n    \u003c\/style\u003e\n\n    \u003cdiv class=\"hkm-wrapper\"\u003e\n\n        \u003c!-- Hero text --\u003e\n        \u003cdiv style=\"margin-bottom:32px;\"\u003e\n            \u003ch1 class=\"hkm-text-hero-title\"\u003eHKM-Z4M Dual-Motor Electric Scooter\u003c\/h1\u003e\n            \u003cp class=\"hkm-text-subtitle\"\u003eUnmatched acceleration. Uncompromised range. Engineered for those who demand performance without limits.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Key stats cards row 1 --\u003e\n        \u003cdiv class=\"hkm-grid-stats\"\u003e\n            \u003cdiv class=\"hkm-card\" style=\"display:flex;align-items:center;gap:16px;\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"20\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M24 10v6M24 32v6M10 24h6M32 24h6\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"10\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M24 18v6l4 4\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-stat-number\"\u003e37.3 mph\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-stat-label\"\u003eMax Speed\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-card\" style=\"display:flex;align-items:center;gap:16px;\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M16 8h16l4 10H12l4-10z\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 18v14a4 4 0 004 4h16a4 4 0 004-4V18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 28h8M20 32h8\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003crect x=\"18\" y=\"36\" width=\"12\" height=\"6\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-stat-number\"\u003e43.5 mi\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-stat-label\"\u003eEst. Range (70 km)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-card\" style=\"display:flex;align-items:center;gap:16px;\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"20\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M24 4v8M24 36v8M4 24h8M36 24h8\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"6\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-stat-number\"\u003e2400W\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-stat-label\"\u003eCombined Motor\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-card\" style=\"display:flex;align-items:center;gap:16px;\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpolygon points=\"24,4 44,40 4,40\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linejoin=\"round\" fill=\"none\"\u003e\u003c\/polygon\u003e\n                        \u003cline x1=\"24\" y1=\"20\" x2=\"24\" y2=\"30\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                        \u003ccircle cx=\"24\" cy=\"34\" r=\"1.5\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-stat-number\"\u003e25°\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-stat-label\"\u003eClimbing Angle\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Key stats row 2 --\u003e\n        \u003cdiv class=\"hkm-grid-stats\"\u003e\n            \u003cdiv class=\"hkm-card\" style=\"display:flex;align-items:center;gap:16px;\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003crect x=\"10\" y=\"10\" width=\"28\" height=\"28\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                        \u003cpath d=\"M18 18h12M18 24h12M18 30h8\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-stat-number\"\u003e330 lbs\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-stat-label\"\u003eMax Load (150 kg)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-card\" style=\"display:flex;align-items:center;gap:16px;\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"20\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003cline x1=\"24\" y1=\"8\" x2=\"24\" y2=\"12\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                        \u003cpath d=\"M14 20h20v14a4 4 0 01-4 4H18a4 4 0 01-4-4V20z\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/path\u003e\n                        \u003cline x1=\"18\" y1=\"16\" x2=\"30\" y2=\"16\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-stat-number\"\u003e98.1 lbs\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-stat-label\"\u003eNet Weight (44.5 kg)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-card\" style=\"display:flex;align-items:center;gap:16px;\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003crect x=\"12\" y=\"16\" width=\"24\" height=\"24\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"16\" y=\"12\" width=\"16\" height=\"6\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"20\" y1=\"24\" x2=\"20\" y2=\"32\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"24\" y1=\"24\" x2=\"24\" y2=\"32\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"28\" y1=\"24\" x2=\"28\" y2=\"32\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-stat-number\"\u003e1104Wh\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-stat-label\"\u003eBattery Capacity\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-card\" style=\"display:flex;align-items:center;gap:16px;\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cline x1=\"8\" y1=\"20\" x2=\"40\" y2=\"20\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"8\" y1=\"28\" x2=\"40\" y2=\"28\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"20\" x2=\"12\" y2=\"16\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"36\" y1=\"20\" x2=\"36\" y2=\"16\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"28\" x2=\"12\" y2=\"32\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"36\" y1=\"28\" x2=\"36\" y2=\"32\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-stat-number\"\u003e8.7 in\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-stat-label\"\u003eGround Clearance\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Dual Motor Section --\u003e\n        \u003cdiv style=\"margin-bottom:40px;\"\u003e\n            \u003ch2 class=\"hkm-text-section-title\"\u003eDual-Motor Dominance\u003c\/h2\u003e\n            \u003cp class=\"hkm-text-body\"\u003eThe HKM-Z4M deploys two independent 48V 1200W motors—one in each wheel—delivering a combined output of \u003cspan class=\"hkm-highlight\"\u003e2400W\u003c\/span\u003e. This dual‑drive architecture provides instant torque, rapid acceleration from standstill, and a refined throttle response that inspires confidence on any road. Whether merging into traffic or overtaking on open stretches, the Z4M’s dual motors ensure you stay ahead.\u003c\/p\u003e\n            \u003cdiv class=\"hkm-grid-features\"\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003ccircle cx=\"24\" cy=\"24\" r=\"14\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"24\" cy=\"24\" r=\"6\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M24 10v4M24 34v4M10 24h4M34 24h4\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003eZero‑Lag Acceleration\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eDual sine‑wave controllers modulate power delivery smoothly, eliminating jerky starts while maximizing thrust when you need it most.\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003cpolyline points=\"8,40 24,10 40,40\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linejoin=\"round\" fill=\"none\"\u003e\u003c\/polyline\u003e\n                            \u003cline x1=\"24\" y1=\"20\" x2=\"24\" y2=\"32\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003e25° Hill Climbing\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eTackle steep inclines with ease. Both motors work in concert to maintain consistent speed even on gradients that challenge single‑motor scooters.\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Battery section --\u003e\n        \u003cdiv style=\"margin-bottom:40px;\"\u003e\n            \u003ch2 class=\"hkm-text-section-title\"\u003eEndurance Battery System\u003c\/h2\u003e\n            \u003cp class=\"hkm-text-body\"\u003eA high-density 48V 23Ah lithium‑ion pack (1104Wh) lies at the core of the HKM-Z4M, engineered for long‑distance travel. Under ideal conditions—a 165‑lb rider on flat terrain at 15 mph—the scooter can achieve up to \u003cspan class=\"hkm-highlight\"\u003e43.5 miles (70 km)\u003c\/span\u003e on a single charge. Real‑world range typically falls between 30 and 40 miles depending on rider weight, speed, temperature, and terrain.\u003c\/p\u003e\n            \u003cdiv class=\"hkm-grid-features\"\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003crect x=\"14\" y=\"12\" width=\"20\" height=\"28\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"18\" y=\"8\" width=\"12\" height=\"6\" rx=\"2\" stroke=\"currentColor\"\u003e\u003c\/rect\u003e\n                            \u003cpath d=\"M20 18v12M24 18v12M28 18v12\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003eSmart BMS Protection\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eThe integrated battery management system monitors voltage, temperature, and current to prevent overcharge, overdischarge, and short circuits, extending cell lifespan.\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003ccircle cx=\"24\" cy=\"24\" r=\"18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"24,10 24,24 32,28\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003e8–10 Hour Charging\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eA standard AC charger replenishes the battery fully overnight. The charging port is conveniently located and protected by an IPX5‑rated cover.\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Brakes \u0026 Suspension --\u003e\n        \u003cdiv style=\"margin-bottom:40px;\"\u003e\n            \u003ch2 class=\"hkm-text-section-title\"\u003eHydraulic Precision \u0026amp; Control\u003c\/h2\u003e\n            \u003cp class=\"hkm-text-body\"\u003eFront and rear hydraulic disc brakes give the HKM-Z4M authoritative stopping power with minimal hand effort. Dual‑piston calipers and large rotors translate lever input into immediate, modulated deceleration—wet or dry. Paired with the dual‑suspension chassis, you experience confident braking without sacrificing comfort.\u003c\/p\u003e\n            \u003cdiv class=\"hkm-grid-features\"\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003ccircle cx=\"24\" cy=\"24\" r=\"16\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"24\" cy=\"24\" r=\"10\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                            \u003crect x=\"21\" y=\"8\" width=\"6\" height=\"6\" rx=\"2\" stroke=\"currentColor\"\u003e\u003c\/rect\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003eDual Hydraulic Discs\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eZero cable stretch, consistent pad contact, and impressive fade resistance ensure reliable braking mile after mile.\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003cpath d=\"M12 24c0 6 4 12 12 12s12-6 12-12S30 12 24 12\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"24\" cy=\"18\" r=\"3\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003eFront \u0026amp; Rear Suspension\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eSpring shock absorbers at both ends absorb pavement irregularities, working together with the 11‑inch pneumatic tires for a plush ride.\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Tires \u0026 build --\u003e\n        \u003cdiv style=\"margin-bottom:40px;\"\u003e\n            \u003ch2 class=\"hkm-text-section-title\"\u003eRoad‑Tuned Pneumatic Tires\u003c\/h2\u003e\n            \u003cp class=\"hkm-text-body\"\u003eThe 11‑inch pneumatic road tires feature an optimized tread pattern for urban asphalt. They provide natural cushioning, reliable cornering grip, and help dampen vibrations that solid tires cannot match. The inner‑tube construction is easy to maintain and offers predictable handling in both dry and light rain conditions.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Smart connectivity --\u003e\n        \u003cdiv style=\"margin-bottom:40px;\"\u003e\n            \u003ch2 class=\"hkm-text-section-title\"\u003eConnected Intelligence\u003c\/h2\u003e\n            \u003cp class=\"hkm-text-body\"\u003eStay in command with the HKM smartphone app (iOS and Android). Switch between Eco, Sport, and Turbo speed modes, customize the dynamic LED ambient lighting to match your style, and monitor ride statistics—battery level, current speed, trip distance, and more—all from your pocket. The scooter’s onboard Bluetooth module syncs seamlessly, keeping your focus on the road.\u003c\/p\u003e\n            \u003cdiv class=\"hkm-grid-features\"\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003crect x=\"10\" y=\"6\" width=\"28\" height=\"36\" rx=\"6\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                            \u003cline x1=\"16\" y1=\"18\" x2=\"32\" y2=\"18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"16\" y1=\"24\" x2=\"28\" y2=\"24\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"24\" cy=\"32\" r=\"2\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003eApp‑Based Control\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eAdjust riding modes, lock\/unlock the scooter digitally, and update firmware over‑the‑air—no cables needed.\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003ccircle cx=\"24\" cy=\"24\" r=\"16\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M24 16v8l6 6\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"24\" cy=\"24\" r=\"3\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003eLED Customization\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eA vibrant headlight and full perimeter LED strip lighting can be personalized via the app—choose from millions of colors and dynamic effects.\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Foldable design \u0026 IPX5 --\u003e\n        \u003cdiv style=\"margin-bottom:40px;\"\u003e\n            \u003ch2 class=\"hkm-text-section-title\"\u003eRugged, Foldable Aluminum Frame\u003c\/h2\u003e\n            \u003cp class=\"hkm-text-body\"\u003eConstructed from aerospace‑grade aluminum alloy, the HKM-Z4M balances strength with portability. The folding mechanism locks securely in both riding and folded positions, and the scooter collapses to just \u003cspan class=\"hkm-highlight\"\u003e52.0\" L × 25.6\" W × 23.6\" H\u003c\/span\u003e for convenient storage in a car trunk or closet. Despite its substantial capabilities, the frame supports riders up to \u003cspan class=\"hkm-highlight\"\u003e330 lbs (150 kg)\u003c\/span\u003e while maintaining an 8.7‑inch ground clearance for speed bumps and curbs.\u003c\/p\u003e\n            \u003cdiv class=\"hkm-grid-features\"\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003cpath d=\"M10 24h28M24 10v28\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M18 18l-6 6 6 6M30 30l6-6-6-6\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003eQuick Folding\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eOne‑step folding with a reinforced latch reduces the scooter’s height by over half, making it manageable to carry or store.\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003cpath d=\"M16 16c4-8 12-8 16 0\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M16 20c4-6 8-6 16 0\" stroke=\"currentColor\"\u003e\u003c\/path\u003e\n                            \u003crect x=\"12\" y=\"24\" width=\"24\" height=\"16\" rx=\"6\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003eIPX5 Water Resistance\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eRide through light rain and puddles with confidence. Critical electronics are sealed against low‑pressure water jets from any angle.\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hkm-divider\"\u003e\u003c\/div\u003e\n\n        \u003c!-- Specs grid --\u003e\n        \u003ch2 class=\"hkm-text-section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n        \u003cdiv class=\"hkm-grid-specs\"\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003crect x=\"10\" y=\"12\" width=\"28\" height=\"24\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"16\" y1=\"20\" x2=\"32\" y2=\"20\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"16\" y1=\"26\" x2=\"28\" y2=\"26\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eModel\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003eHKM-Z4M\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"6\" stroke=\"currentColor\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eMotor\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003eDual 48V 1200W (2400W combined)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003crect x=\"14\" y=\"10\" width=\"20\" height=\"28\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"18\" y=\"6\" width=\"12\" height=\"6\" rx=\"2\" stroke=\"currentColor\"\u003e\u003c\/rect\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eBattery\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003e48V 23Ah \/ 1104Wh Lithium‑ion\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003cpolyline points=\"18,18 24,24 30,16\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eMax Speed\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003eUp to 37.3 mph (60 km\/h) – configurable\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003cpath d=\"M10 24h28M24 10v28\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eEstimated Range\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003eUp to 43.5 mi (70 km) – varies with conditions\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003cline x1=\"12\" y1=\"24\" x2=\"36\" y2=\"24\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                        \u003cpolyline points=\"20,14 12,24 20,34\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/polyline\u003e\n                        \u003cpolyline points=\"28,14 36,24 28,34\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eMax Load\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003e330 lbs (150 kg)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003cpolyline points=\"24,12 24,24 32,30\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eCharging Time\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003e8–10 hours (standard charger)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"14\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"6\" stroke=\"currentColor\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eBrakes\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003eFront \u0026amp; Rear Hydraulic Disc\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"20\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-dasharray=\"4 2\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eTires\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003e11‑inch Pneumatic Road Tires\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003cpath d=\"M8 28c4-8 12-8 16 0M24 28c4-8 12-8 16 0\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eSuspension\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003eFront \u0026amp; Rear Shock Absorbers\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003cpath d=\"M16 16c4-8 12-8 16 0M12 24h24v12a4 4 0 01-4 4H16a4 4 0 01-4-4V24z\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eWater Resistance\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003eIPX5\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003crect x=\"8\" y=\"12\" width=\"32\" height=\"24\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"14\" y1=\"18\" x2=\"14\" y2=\"30\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"22\" y1=\"18\" x2=\"22\" y2=\"30\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"30\" y1=\"18\" x2=\"30\" y2=\"30\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eUnfolded Size\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003e52.0\" L × 25.6\" W × 52.0\" H (132 × 65 × 132 cm)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003crect x=\"8\" y=\"12\" width=\"32\" height=\"24\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"16\" y1=\"18\" x2=\"16\" y2=\"30\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"32\" y1=\"18\" x2=\"32\" y2=\"30\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                        \u003cpath d=\"M20 24h8\" stroke=\"currentColor\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eFolded Size\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003e52.0\" L × 25.6\" W × 23.6\" H (132 × 65 × 60 cm)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003cline x1=\"24\" y1=\"6\" x2=\"24\" y2=\"12\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eNet Weight\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003e98.1 lbs (44.5 kg)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003cline x1=\"8\" y1=\"28\" x2=\"40\" y2=\"28\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"24\" x2=\"12\" y2=\"32\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"36\" y1=\"24\" x2=\"36\" y2=\"32\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eGround Clearance\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003e8.7 in (22 cm)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003cpolygon points=\"24,4 44,40 4,40\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/polygon\u003e\n                        \u003cline x1=\"24\" y1=\"18\" x2=\"24\" y2=\"28\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eMax Climbing\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003e25°\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003crect x=\"10\" y=\"6\" width=\"28\" height=\"36\" rx=\"6\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003ccircle cx=\"24\" cy=\"28\" r=\"4\" stroke=\"currentColor\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eFeatures\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003eApp Control, LED Headlight \u0026amp; Strip Lighting\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hkm-divider\"\u003e\u003c\/div\u003e\n\n        \u003c!-- FAQ --\u003e\n        \u003ch2 class=\"hkm-text-section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv style=\"margin-bottom:40px;\"\u003e\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary\u003e\u003cspan\u003eWhat real‑world range can I expect?\u003c\/span\u003e\u003cspan class=\"hkm-faq-arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp class=\"hkm-text-faq-a\"\u003eUnder ideal conditions (165‑lb rider, 15 mph, flat terrain), the HKM-Z4M can reach up to 43.5 miles. In typical mixed riding with hills and higher speeds, most riders experience 30–40 miles. Factors like rider weight, wind, tire pressure, and temperature will influence actual range.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary\u003e\u003cspan\u003eHow well does it climb hills?\u003c\/span\u003e\u003cspan class=\"hkm-faq-arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp class=\"hkm-text-faq-a\"\u003eWith dual 1200W motors and 2400W peak output, the scooter easily handles inclines up to 25 degrees. The dual‑motor traction ensures steady speed even on steep grades, outperforming many single‑motor rivals.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary\u003e\u003cspan\u003eCan I ride in the rain?\u003c\/span\u003e\u003cspan class=\"hkm-faq-arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp class=\"hkm-text-faq-a\"\u003eYes. The IPX5 water‑resistance rating protects against low‑pressure water jets from any direction. Light rain and wet roads are fine, but avoid submerging the scooter or riding through deep puddles.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary\u003e\u003cspan\u003eHow long does charging take?\u003c\/span\u003e\u003cspan class=\"hkm-faq-arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp class=\"hkm-text-faq-a\"\u003eA full charge using the included standard charger takes approximately 8–10 hours. We recommend charging after each ride and storing the battery at 50–80% if not used for extended periods.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary\u003e\u003cspan\u003eIs the app compatible with my phone?\u003c\/span\u003e\u003cspan class=\"hkm-faq-arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp class=\"hkm-text-faq-a\"\u003eThe HKM app is available for both iOS and Android devices. It connects via Bluetooth and allows you to switch riding modes, customize LED colors, view ride stats, and perform firmware updates.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary\u003e\u003cspan\u003eWhat is the maximum weight capacity?\u003c\/span\u003e\u003cspan class=\"hkm-faq-arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp class=\"hkm-text-faq-a\"\u003eThe sturdy aluminum frame supports riders and cargo up to 330 lbs (150 kg), making the Z4M accessible to a wide range of users without compromising structural integrity.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hkm-divider\"\u003e\u003c\/div\u003e\n\n        \u003c!-- Policy --\u003e\n        \u003ch2 class=\"hkm-text-section-title\"\u003eYour Purchase, Protected\u003c\/h2\u003e\n        \u003cdiv class=\"hkm-policy-grid\"\u003e\n            \u003cdiv class=\"hkm-policy-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;flex-shrink:0;\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003crect x=\"8\" y=\"14\" width=\"32\" height=\"24\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003cpath d=\"M16 22l4 4 10-10\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-policy-title\"\u003eFree Shipping on All Orders\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-policy-desc\"\u003eWe deliver to your doorstep at no extra cost. Every HKM-Z4M order includes complimentary standard shipping—no minimum purchase required.\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-policy-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;flex-shrink:0;\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M24 14v12l6 6\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-policy-title\"\u003e180 Days Purchase Protection\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-policy-desc\"\u003eAn extended protection plan covers material and workmanship defects for 180 days from delivery, giving you confidence in your investment.\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-policy-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;flex-shrink:0;\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M16 16l16 16M32 16L16 32\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"4\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-policy-title\"\u003e30‑Day Money‑Back Guarantee\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-policy-desc\"\u003eIf you’re not completely satisfied, return the scooter within 30 days for a full refund—simple, straightforward, no questions asked.\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-policy-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;flex-shrink:0;\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003crect x=\"10\" y=\"8\" width=\"28\" height=\"32\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"18\" y1=\"18\" x2=\"30\" y2=\"18\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"18\" y1=\"24\" x2=\"26\" y2=\"24\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-policy-title\"\u003e24‑Month Warranty Service\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-policy-desc\"\u003eA comprehensive 2‑year warranty covers the frame, dual motors, battery, and controller. Ride with peace of mind knowing we stand behind our engineering.\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Ride Responsibly --\u003e\n        \u003cdiv class=\"hkm-card\" style=\"background:#f0f4f8;border-color:#dce3e8;\"\u003e\n            \u003cdiv style=\"display:flex;align-items:flex-start;gap:12px;\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;flex-shrink:0; color:#666;\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003cline x1=\"24\" y1=\"14\" x2=\"24\" y2=\"28\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                        \u003ccircle cx=\"24\" cy=\"34\" r=\"2\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"hkm-text-disclaimer\"\u003e\u003cstrong\u003eRide Responsibly:\u003c\/strong\u003e Electric scooter regulations vary by jurisdiction. It is the rider’s responsibility to obey all local laws concerning operation, including speed limits, helmet requirements, age restrictions, and permitted riding areas. Performance figures are estimates based on ideal conditions; real‑world results may vary. Always wear appropriate safety gear, conduct a pre‑ride inspection, and never ride under the influence.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c!-- end wrapper --\u003e\n\u003c\/div\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/01_0eea5d87-d4b3-4d00-a18c-77449a7b58ec.jpg?v=1767954864\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/02_90bbfe54-1fa6-4850-bda8-8ce7c25d2c1e.jpg?v=1767954932\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/03_22cc78ec-f11b-4360-8bd3-72e857aef419.jpg?v=1767954813\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/04_6953da55-ce1f-4b4b-990a-c33825739b58.jpg?v=1767954874\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/05_aa325f45-5ada-4ca7-b043-7d3cc42c5e86.jpg?v=1767954930\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/06_6d92c998-3cb8-4f77-9622-4cfec201578e.jpg?v=1767954948\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/07_8355614b-202a-406c-b259-1136e0ba4d1c.jpg?v=1767954942\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/08-APP_7b07a95c-8e4d-4052-bb82-7c0eafcb6478.jpg?v=1767954797\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/09-APP_a5a897f2-b543-4108-8adc-17d89efdbb14.jpg?v=1767954688\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/10_948eac45-fd3b-49d2-9f63-7c9064759674.jpg?v=1767954685\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/11_3db3a4de-d9de-4d3c-8416-edcdc8778a0b.jpg?v=1767954832\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/12_06427688-9733-4f0b-bed5-ae02c37e131d.jpg?v=1767954949\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/13_77674029-09e2-4937-8b3a-283f78e894b5.jpg?v=1767954949\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/14_38f1dcf7-1ecc-46e4-97f4-aba466775878.jpg?v=1767954944\"\u003e\u003cp\u003e\u003c\/p\u003e","brand":"Electric Scooters \u003e\u003e","offers":[{"title":"- 43.5+ Miles \/ - 2400W\/1200W*2 \/ - 23Ah\/48V\/1104Wh","offer_id":43279953363027,"sku":"868053898722","price":1099.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/7797355774035-1-HKM-Z4M-43_5-Miles-48V-23Ah-1104Wh-2400W-Dual-Motor-Drive-Long-Range-Foldable-Electric-Scooter-Black_537f443b-fbb2-4d05-b902-224eceaa1cbb.jpg?v=1768116602"},{"product_id":"hkm-z4m-43-5-miles-48v-23ah-1104wh-2400w-dual-motor-drive-long-range-foldable-electric-scooter-black-2","title":"HKM-Z4M 43.5 Miles 48V 23Ah 1104Wh 2400W Dual-Motor Drive Long-Range Foldable Electric Scooter - Black","description":"\u003cdiv class=\"hkm-product-description\" style=\"max-width:820px; margin:0 auto; font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color:#1a1a1a; background:#ffffff; padding:0; box-sizing:border-box;\"\u003e\n    \u003cstyle\u003e\n        .hkm-product-description * { box-sizing:border-box; }\n        .hkm-product-description { font-size:15px; line-height:1.6; }\n        .hkm-wrapper { padding:20px; }\n        \/* Text classes *\/\n        .hkm-text-hero-title { font-size:22px; font-weight:500; line-height:1.3; color:#111; margin:0 0 8px; }\n        .hkm-text-subtitle { font-size:15px; font-weight:400; color:#555; margin:0 0 24px; }\n        .hkm-text-stat-number { font-size:28px; font-weight:500; line-height:1.2; color:#0A84FF; margin:0; }\n        .hkm-text-stat-label { font-size:13px; font-weight:400; color:#666; text-transform:uppercase; letter-spacing:0.5px; margin:0; }\n        .hkm-text-section-title { font-size:20px; font-weight:500; color:#111; margin:0 0 12px; }\n        .hkm-text-card-title { font-size:16px; font-weight:500; color:#1a1a1a; margin:0 0 6px; }\n        .hkm-text-card-desc { font-size:14px; font-weight:400; color:#444; line-height:1.5; margin:0; }\n        .hkm-text-body { font-size:15px; font-weight:400; color:#333; line-height:1.7; margin:0 0 16px; }\n        .hkm-text-small { font-size:13px; color:#777; }\n        .hkm-text-spec-label { font-size:14px; font-weight:500; color:#1a1a1a; margin:0; }\n        .hkm-text-spec-value { font-size:14px; font-weight:400; color:#555; margin:0; }\n        .hkm-text-faq-q { font-size:15px; font-weight:500; color:#111; margin:0; }\n        .hkm-text-faq-a { font-size:14px; color:#444; margin:8px 0 0; line-height:1.6; }\n        .hkm-text-policy-title { font-size:16px; font-weight:500; color:#1a1a1a; margin:0 0 6px; }\n        .hkm-text-policy-desc { font-size:13px; font-weight:400; color:#666; line-height:1.5; margin:0; }\n        .hkm-text-disclaimer { font-size:13px; color:#888; line-height:1.5; }\n        \n        \/* Cards \u0026 grids *\/\n        .hkm-card { background:#f8fafb; border-radius:16px; padding:24px; transition: transform 0.25s ease, box-shadow 0.25s ease; box-shadow:0 2px 8px rgba(0,0,0,0.04); border:1px solid #eef1f4; }\n        .hkm-card:hover { transform:translateY(-4px); box-shadow:0 12px 24px rgba(0,0,0,0.08); }\n        \n        .hkm-grid-stats { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:40px; }\n        .hkm-grid-features { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:40px; }\n        .hkm-grid-specs { display:flex; flex-wrap:wrap; gap:16px; margin-bottom:40px; }\n        .hkm-spec-item { flex:0 0 calc(50% - 8px); display:flex; align-items:center; gap:12px; background:#f8fafb; border-radius:14px; padding:16px; border:1px solid #eef1f4; }\n        .hkm-policy-grid { display:flex; flex-wrap:wrap; gap:16px; margin-bottom:40px; }\n        .hkm-policy-item { flex:0 0 calc(50% - 8px); display:flex; gap:12px; align-items:flex-start; background:#f8fafb; border-radius:16px; padding:20px; border:1px solid #eef1f4; transition: transform 0.2s ease, box-shadow 0.2s ease; }\n        .hkm-policy-item:hover { transform:translateY(-3px); box-shadow:0 8px 18px rgba(0,0,0,0.06); }\n        \n        .hkm-icon-wrap { flex-shrink:0; width:48px; height:48px; display:flex; align-items:center; justify-content:center; color:#0A84FF; transition: transform 0.2s ease, color 0.2s ease; }\n        .hkm-icon-wrap svg { width:100%; height:100%; }\n        .hkm-card:hover .hkm-icon-wrap { transform:scale(1.08); color:#0066CC; }\n        \n        .hkm-divider { height:1px; background:#e5e9ec; margin:32px 0; }\n        \n        \/* Faq *\/\n        .hkm-faq-item { border-bottom:1px solid #e5e9ec; }\n        .hkm-faq-item summary { padding:16px 0; list-style:none; cursor:pointer; display:flex; justify-content:space-between; align-items:center; font-size:15px; font-weight:500; color:#111; transition:color 0.2s; }\n        .hkm-faq-item summary:hover { color:#0A84FF; }\n        .hkm-faq-item summary::-webkit-details-marker { display:none; }\n        .hkm-faq-arrow { transition:transform 0.3s ease; display:inline-block; font-size:18px; color:#888; }\n        .hkm-faq-item[open] .hkm-faq-arrow { transform:rotate(180deg); color:#0A84FF; }\n        .hkm-faq-content { padding:0 0 16px; }\n        \n        \/* Buttons\/empty removed, nothing else. *\/\n        .hkm-highlight { color:#0A84FF; font-weight:500; }\n        \n        @media (max-width:767px) {\n            .hkm-product-description { font-size:14px; }\n            .hkm-text-hero-title { font-size:20px; }\n            .hkm-text-subtitle { font-size:14px; }\n            .hkm-text-stat-number { font-size:24px; }\n            .hkm-text-stat-label { font-size:12px; }\n            .hkm-text-section-title { font-size:18px; }\n            .hkm-text-card-title { font-size:15px; }\n            .hkm-text-card-desc { font-size:13px; }\n            .hkm-text-body { font-size:14px; }\n            .hkm-text-small { font-size:12px; }\n            .hkm-text-spec-label, .hkm-text-spec-value { font-size:13px; }\n            .hkm-text-faq-q { font-size:14px; }\n            .hkm-text-faq-a { font-size:13px; }\n            .hkm-text-policy-title { font-size:15px; }\n            .hkm-text-policy-desc { font-size:12px; }\n            .hkm-text-disclaimer { font-size:12px; }\n        \n            .hkm-grid-stats, .hkm-grid-features { grid-template-columns:1fr; }\n            .hkm-spec-item { flex:0 0 100%; }\n            .hkm-policy-item { flex:0 0 100%; }\n            .hkm-icon-wrap { width:40px; height:40px; }\n        }\n    \u003c\/style\u003e\n\n    \u003cdiv class=\"hkm-wrapper\"\u003e\n\n        \u003c!-- Hero text --\u003e\n        \u003cdiv style=\"margin-bottom:32px;\"\u003e\n            \u003ch1 class=\"hkm-text-hero-title\"\u003eHKM-Z4M Dual-Motor Electric Scooter\u003c\/h1\u003e\n            \u003cp class=\"hkm-text-subtitle\"\u003eUnmatched acceleration. Uncompromised range. Engineered for those who demand performance without limits.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Key stats cards row 1 --\u003e\n        \u003cdiv class=\"hkm-grid-stats\"\u003e\n            \u003cdiv class=\"hkm-card\" style=\"display:flex;align-items:center;gap:16px;\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"20\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M24 10v6M24 32v6M10 24h6M32 24h6\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"10\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M24 18v6l4 4\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-stat-number\"\u003e37.3 mph\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-stat-label\"\u003eMax Speed\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-card\" style=\"display:flex;align-items:center;gap:16px;\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M16 8h16l4 10H12l4-10z\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 18v14a4 4 0 004 4h16a4 4 0 004-4V18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 28h8M20 32h8\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003crect x=\"18\" y=\"36\" width=\"12\" height=\"6\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-stat-number\"\u003e43.5 mi\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-stat-label\"\u003eEst. Range (70 km)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-card\" style=\"display:flex;align-items:center;gap:16px;\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"20\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M24 4v8M24 36v8M4 24h8M36 24h8\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"6\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-stat-number\"\u003e2400W\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-stat-label\"\u003eCombined Motor\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-card\" style=\"display:flex;align-items:center;gap:16px;\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpolygon points=\"24,4 44,40 4,40\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linejoin=\"round\" fill=\"none\"\u003e\u003c\/polygon\u003e\n                        \u003cline x1=\"24\" y1=\"20\" x2=\"24\" y2=\"30\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                        \u003ccircle cx=\"24\" cy=\"34\" r=\"1.5\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-stat-number\"\u003e25°\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-stat-label\"\u003eClimbing Angle\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Key stats row 2 --\u003e\n        \u003cdiv class=\"hkm-grid-stats\"\u003e\n            \u003cdiv class=\"hkm-card\" style=\"display:flex;align-items:center;gap:16px;\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003crect x=\"10\" y=\"10\" width=\"28\" height=\"28\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                        \u003cpath d=\"M18 18h12M18 24h12M18 30h8\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-stat-number\"\u003e330 lbs\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-stat-label\"\u003eMax Load (150 kg)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-card\" style=\"display:flex;align-items:center;gap:16px;\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"20\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003cline x1=\"24\" y1=\"8\" x2=\"24\" y2=\"12\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                        \u003cpath d=\"M14 20h20v14a4 4 0 01-4 4H18a4 4 0 01-4-4V20z\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/path\u003e\n                        \u003cline x1=\"18\" y1=\"16\" x2=\"30\" y2=\"16\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-stat-number\"\u003e98.1 lbs\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-stat-label\"\u003eNet Weight (44.5 kg)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-card\" style=\"display:flex;align-items:center;gap:16px;\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003crect x=\"12\" y=\"16\" width=\"24\" height=\"24\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"16\" y=\"12\" width=\"16\" height=\"6\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"20\" y1=\"24\" x2=\"20\" y2=\"32\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"24\" y1=\"24\" x2=\"24\" y2=\"32\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"28\" y1=\"24\" x2=\"28\" y2=\"32\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-stat-number\"\u003e1104Wh\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-stat-label\"\u003eBattery Capacity\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-card\" style=\"display:flex;align-items:center;gap:16px;\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cline x1=\"8\" y1=\"20\" x2=\"40\" y2=\"20\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"8\" y1=\"28\" x2=\"40\" y2=\"28\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"20\" x2=\"12\" y2=\"16\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"36\" y1=\"20\" x2=\"36\" y2=\"16\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"28\" x2=\"12\" y2=\"32\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"36\" y1=\"28\" x2=\"36\" y2=\"32\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-stat-number\"\u003e8.7 in\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-stat-label\"\u003eGround Clearance\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Dual Motor Section --\u003e\n        \u003cdiv style=\"margin-bottom:40px;\"\u003e\n            \u003ch2 class=\"hkm-text-section-title\"\u003eDual-Motor Dominance\u003c\/h2\u003e\n            \u003cp class=\"hkm-text-body\"\u003eThe HKM-Z4M deploys two independent 48V 1200W motors—one in each wheel—delivering a combined output of \u003cspan class=\"hkm-highlight\"\u003e2400W\u003c\/span\u003e. This dual‑drive architecture provides instant torque, rapid acceleration from standstill, and a refined throttle response that inspires confidence on any road. Whether merging into traffic or overtaking on open stretches, the Z4M’s dual motors ensure you stay ahead.\u003c\/p\u003e\n            \u003cdiv class=\"hkm-grid-features\"\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003ccircle cx=\"24\" cy=\"24\" r=\"14\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"24\" cy=\"24\" r=\"6\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M24 10v4M24 34v4M10 24h4M34 24h4\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003eZero‑Lag Acceleration\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eDual sine‑wave controllers modulate power delivery smoothly, eliminating jerky starts while maximizing thrust when you need it most.\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003cpolyline points=\"8,40 24,10 40,40\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linejoin=\"round\" fill=\"none\"\u003e\u003c\/polyline\u003e\n                            \u003cline x1=\"24\" y1=\"20\" x2=\"24\" y2=\"32\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003e25° Hill Climbing\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eTackle steep inclines with ease. Both motors work in concert to maintain consistent speed even on gradients that challenge single‑motor scooters.\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Battery section --\u003e\n        \u003cdiv style=\"margin-bottom:40px;\"\u003e\n            \u003ch2 class=\"hkm-text-section-title\"\u003eEndurance Battery System\u003c\/h2\u003e\n            \u003cp class=\"hkm-text-body\"\u003eA high-density 48V 23Ah lithium‑ion pack (1104Wh) lies at the core of the HKM-Z4M, engineered for long‑distance travel. Under ideal conditions—a 165‑lb rider on flat terrain at 15 mph—the scooter can achieve up to \u003cspan class=\"hkm-highlight\"\u003e43.5 miles (70 km)\u003c\/span\u003e on a single charge. Real‑world range typically falls between 30 and 40 miles depending on rider weight, speed, temperature, and terrain.\u003c\/p\u003e\n            \u003cdiv class=\"hkm-grid-features\"\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003crect x=\"14\" y=\"12\" width=\"20\" height=\"28\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"18\" y=\"8\" width=\"12\" height=\"6\" rx=\"2\" stroke=\"currentColor\"\u003e\u003c\/rect\u003e\n                            \u003cpath d=\"M20 18v12M24 18v12M28 18v12\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003eSmart BMS Protection\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eThe integrated battery management system monitors voltage, temperature, and current to prevent overcharge, overdischarge, and short circuits, extending cell lifespan.\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003ccircle cx=\"24\" cy=\"24\" r=\"18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"24,10 24,24 32,28\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003e8–10 Hour Charging\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eA standard AC charger replenishes the battery fully overnight. The charging port is conveniently located and protected by an IPX5‑rated cover.\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Brakes \u0026 Suspension --\u003e\n        \u003cdiv style=\"margin-bottom:40px;\"\u003e\n            \u003ch2 class=\"hkm-text-section-title\"\u003eHydraulic Precision \u0026amp; Control\u003c\/h2\u003e\n            \u003cp class=\"hkm-text-body\"\u003eFront and rear hydraulic disc brakes give the HKM-Z4M authoritative stopping power with minimal hand effort. Dual‑piston calipers and large rotors translate lever input into immediate, modulated deceleration—wet or dry. Paired with the dual‑suspension chassis, you experience confident braking without sacrificing comfort.\u003c\/p\u003e\n            \u003cdiv class=\"hkm-grid-features\"\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003ccircle cx=\"24\" cy=\"24\" r=\"16\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"24\" cy=\"24\" r=\"10\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                            \u003crect x=\"21\" y=\"8\" width=\"6\" height=\"6\" rx=\"2\" stroke=\"currentColor\"\u003e\u003c\/rect\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003eDual Hydraulic Discs\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eZero cable stretch, consistent pad contact, and impressive fade resistance ensure reliable braking mile after mile.\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003cpath d=\"M12 24c0 6 4 12 12 12s12-6 12-12S30 12 24 12\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"24\" cy=\"18\" r=\"3\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003eFront \u0026amp; Rear Suspension\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eSpring shock absorbers at both ends absorb pavement irregularities, working together with the 11‑inch pneumatic tires for a plush ride.\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Tires \u0026 build --\u003e\n        \u003cdiv style=\"margin-bottom:40px;\"\u003e\n            \u003ch2 class=\"hkm-text-section-title\"\u003eRoad‑Tuned Pneumatic Tires\u003c\/h2\u003e\n            \u003cp class=\"hkm-text-body\"\u003eThe 11‑inch pneumatic road tires feature an optimized tread pattern for urban asphalt. They provide natural cushioning, reliable cornering grip, and help dampen vibrations that solid tires cannot match. The inner‑tube construction is easy to maintain and offers predictable handling in both dry and light rain conditions.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Smart connectivity --\u003e\n        \u003cdiv style=\"margin-bottom:40px;\"\u003e\n            \u003ch2 class=\"hkm-text-section-title\"\u003eConnected Intelligence\u003c\/h2\u003e\n            \u003cp class=\"hkm-text-body\"\u003eStay in command with the HKM smartphone app (iOS and Android). Switch between Eco, Sport, and Turbo speed modes, customize the dynamic LED ambient lighting to match your style, and monitor ride statistics—battery level, current speed, trip distance, and more—all from your pocket. The scooter’s onboard Bluetooth module syncs seamlessly, keeping your focus on the road.\u003c\/p\u003e\n            \u003cdiv class=\"hkm-grid-features\"\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003crect x=\"10\" y=\"6\" width=\"28\" height=\"36\" rx=\"6\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                            \u003cline x1=\"16\" y1=\"18\" x2=\"32\" y2=\"18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"16\" y1=\"24\" x2=\"28\" y2=\"24\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"24\" cy=\"32\" r=\"2\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003eApp‑Based Control\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eAdjust riding modes, lock\/unlock the scooter digitally, and update firmware over‑the‑air—no cables needed.\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003ccircle cx=\"24\" cy=\"24\" r=\"16\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M24 16v8l6 6\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"24\" cy=\"24\" r=\"3\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003eLED Customization\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eA vibrant headlight and full perimeter LED strip lighting can be personalized via the app—choose from millions of colors and dynamic effects.\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Foldable design \u0026 IPX5 --\u003e\n        \u003cdiv style=\"margin-bottom:40px;\"\u003e\n            \u003ch2 class=\"hkm-text-section-title\"\u003eRugged, Foldable Aluminum Frame\u003c\/h2\u003e\n            \u003cp class=\"hkm-text-body\"\u003eConstructed from aerospace‑grade aluminum alloy, the HKM-Z4M balances strength with portability. The folding mechanism locks securely in both riding and folded positions, and the scooter collapses to just \u003cspan class=\"hkm-highlight\"\u003e52.0\" L × 25.6\" W × 23.6\" H\u003c\/span\u003e for convenient storage in a car trunk or closet. Despite its substantial capabilities, the frame supports riders up to \u003cspan class=\"hkm-highlight\"\u003e330 lbs (150 kg)\u003c\/span\u003e while maintaining an 8.7‑inch ground clearance for speed bumps and curbs.\u003c\/p\u003e\n            \u003cdiv class=\"hkm-grid-features\"\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003cpath d=\"M10 24h28M24 10v28\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M18 18l-6 6 6 6M30 30l6-6-6-6\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003eQuick Folding\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eOne‑step folding with a reinforced latch reduces the scooter’s height by over half, making it manageable to carry or store.\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003cpath d=\"M16 16c4-8 12-8 16 0\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M16 20c4-6 8-6 16 0\" stroke=\"currentColor\"\u003e\u003c\/path\u003e\n                            \u003crect x=\"12\" y=\"24\" width=\"24\" height=\"16\" rx=\"6\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003eIPX5 Water Resistance\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eRide through light rain and puddles with confidence. Critical electronics are sealed against low‑pressure water jets from any angle.\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hkm-divider\"\u003e\u003c\/div\u003e\n\n        \u003c!-- Specs grid --\u003e\n        \u003ch2 class=\"hkm-text-section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n        \u003cdiv class=\"hkm-grid-specs\"\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003crect x=\"10\" y=\"12\" width=\"28\" height=\"24\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"16\" y1=\"20\" x2=\"32\" y2=\"20\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"16\" y1=\"26\" x2=\"28\" y2=\"26\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eModel\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003eHKM-Z4M\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"6\" stroke=\"currentColor\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eMotor\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003eDual 48V 1200W (2400W combined)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003crect x=\"14\" y=\"10\" width=\"20\" height=\"28\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"18\" y=\"6\" width=\"12\" height=\"6\" rx=\"2\" stroke=\"currentColor\"\u003e\u003c\/rect\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eBattery\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003e48V 23Ah \/ 1104Wh Lithium‑ion\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003cpolyline points=\"18,18 24,24 30,16\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eMax Speed\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003eUp to 37.3 mph (60 km\/h) – configurable\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003cpath d=\"M10 24h28M24 10v28\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eEstimated Range\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003eUp to 43.5 mi (70 km) – varies with conditions\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003cline x1=\"12\" y1=\"24\" x2=\"36\" y2=\"24\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                        \u003cpolyline points=\"20,14 12,24 20,34\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/polyline\u003e\n                        \u003cpolyline points=\"28,14 36,24 28,34\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eMax Load\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003e330 lbs (150 kg)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003cpolyline points=\"24,12 24,24 32,30\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eCharging Time\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003e8–10 hours (standard charger)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"14\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"6\" stroke=\"currentColor\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eBrakes\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003eFront \u0026amp; Rear Hydraulic Disc\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"20\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-dasharray=\"4 2\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eTires\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003e11‑inch Pneumatic Road Tires\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003cpath d=\"M8 28c4-8 12-8 16 0M24 28c4-8 12-8 16 0\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eSuspension\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003eFront \u0026amp; Rear Shock Absorbers\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003cpath d=\"M16 16c4-8 12-8 16 0M12 24h24v12a4 4 0 01-4 4H16a4 4 0 01-4-4V24z\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eWater Resistance\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003eIPX5\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003crect x=\"8\" y=\"12\" width=\"32\" height=\"24\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"14\" y1=\"18\" x2=\"14\" y2=\"30\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"22\" y1=\"18\" x2=\"22\" y2=\"30\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"30\" y1=\"18\" x2=\"30\" y2=\"30\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eUnfolded Size\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003e52.0\" L × 25.6\" W × 52.0\" H (132 × 65 × 132 cm)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003crect x=\"8\" y=\"12\" width=\"32\" height=\"24\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"16\" y1=\"18\" x2=\"16\" y2=\"30\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"32\" y1=\"18\" x2=\"32\" y2=\"30\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                        \u003cpath d=\"M20 24h8\" stroke=\"currentColor\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eFolded Size\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003e52.0\" L × 25.6\" W × 23.6\" H (132 × 65 × 60 cm)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003cline x1=\"24\" y1=\"6\" x2=\"24\" y2=\"12\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eNet Weight\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003e98.1 lbs (44.5 kg)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003cline x1=\"8\" y1=\"28\" x2=\"40\" y2=\"28\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"24\" x2=\"12\" y2=\"32\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"36\" y1=\"24\" x2=\"36\" y2=\"32\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eGround Clearance\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003e8.7 in (22 cm)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003cpolygon points=\"24,4 44,40 4,40\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/polygon\u003e\n                        \u003cline x1=\"24\" y1=\"18\" x2=\"24\" y2=\"28\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eMax Climbing\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003e25°\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003crect x=\"10\" y=\"6\" width=\"28\" height=\"36\" rx=\"6\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003ccircle cx=\"24\" cy=\"28\" r=\"4\" stroke=\"currentColor\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eFeatures\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003eApp Control, LED Headlight \u0026amp; Strip Lighting\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hkm-divider\"\u003e\u003c\/div\u003e\n\n        \u003c!-- FAQ --\u003e\n        \u003ch2 class=\"hkm-text-section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv style=\"margin-bottom:40px;\"\u003e\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary\u003e\u003cspan\u003eWhat real‑world range can I expect?\u003c\/span\u003e\u003cspan class=\"hkm-faq-arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp class=\"hkm-text-faq-a\"\u003eUnder ideal conditions (165‑lb rider, 15 mph, flat terrain), the HKM-Z4M can reach up to 43.5 miles. In typical mixed riding with hills and higher speeds, most riders experience 30–40 miles. Factors like rider weight, wind, tire pressure, and temperature will influence actual range.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary\u003e\u003cspan\u003eHow well does it climb hills?\u003c\/span\u003e\u003cspan class=\"hkm-faq-arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp class=\"hkm-text-faq-a\"\u003eWith dual 1200W motors and 2400W peak output, the scooter easily handles inclines up to 25 degrees. The dual‑motor traction ensures steady speed even on steep grades, outperforming many single‑motor rivals.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary\u003e\u003cspan\u003eCan I ride in the rain?\u003c\/span\u003e\u003cspan class=\"hkm-faq-arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp class=\"hkm-text-faq-a\"\u003eYes. The IPX5 water‑resistance rating protects against low‑pressure water jets from any direction. Light rain and wet roads are fine, but avoid submerging the scooter or riding through deep puddles.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary\u003e\u003cspan\u003eHow long does charging take?\u003c\/span\u003e\u003cspan class=\"hkm-faq-arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp class=\"hkm-text-faq-a\"\u003eA full charge using the included standard charger takes approximately 8–10 hours. We recommend charging after each ride and storing the battery at 50–80% if not used for extended periods.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary\u003e\u003cspan\u003eIs the app compatible with my phone?\u003c\/span\u003e\u003cspan class=\"hkm-faq-arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp class=\"hkm-text-faq-a\"\u003eThe HKM app is available for both iOS and Android devices. It connects via Bluetooth and allows you to switch riding modes, customize LED colors, view ride stats, and perform firmware updates.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary\u003e\u003cspan\u003eWhat is the maximum weight capacity?\u003c\/span\u003e\u003cspan class=\"hkm-faq-arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp class=\"hkm-text-faq-a\"\u003eThe sturdy aluminum frame supports riders and cargo up to 330 lbs (150 kg), making the Z4M accessible to a wide range of users without compromising structural integrity.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hkm-divider\"\u003e\u003c\/div\u003e\n\n        \u003c!-- Policy --\u003e\n        \u003ch2 class=\"hkm-text-section-title\"\u003eYour Purchase, Protected\u003c\/h2\u003e\n        \u003cdiv class=\"hkm-policy-grid\"\u003e\n            \u003cdiv class=\"hkm-policy-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;flex-shrink:0;\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003crect x=\"8\" y=\"14\" width=\"32\" height=\"24\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003cpath d=\"M16 22l4 4 10-10\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-policy-title\"\u003eFree Shipping on All Orders\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-policy-desc\"\u003eWe deliver to your doorstep at no extra cost. Every HKM-Z4M order includes complimentary standard shipping—no minimum purchase required.\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-policy-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;flex-shrink:0;\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M24 14v12l6 6\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-policy-title\"\u003e180 Days Purchase Protection\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-policy-desc\"\u003eAn extended protection plan covers material and workmanship defects for 180 days from delivery, giving you confidence in your investment.\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-policy-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;flex-shrink:0;\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M16 16l16 16M32 16L16 32\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"4\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-policy-title\"\u003e30‑Day Money‑Back Guarantee\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-policy-desc\"\u003eIf you’re not completely satisfied, return the scooter within 30 days for a full refund—simple, straightforward, no questions asked.\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-policy-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;flex-shrink:0;\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003crect x=\"10\" y=\"8\" width=\"28\" height=\"32\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"18\" y1=\"18\" x2=\"30\" y2=\"18\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"18\" y1=\"24\" x2=\"26\" y2=\"24\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-policy-title\"\u003e24‑Month Warranty Service\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-policy-desc\"\u003eA comprehensive 2‑year warranty covers the frame, dual motors, battery, and controller. Ride with peace of mind knowing we stand behind our engineering.\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Ride Responsibly --\u003e\n        \u003cdiv class=\"hkm-card\" style=\"background:#f0f4f8;border-color:#dce3e8;\"\u003e\n            \u003cdiv style=\"display:flex;align-items:flex-start;gap:12px;\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;flex-shrink:0; color:#666;\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003cline x1=\"24\" y1=\"14\" x2=\"24\" y2=\"28\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                        \u003ccircle cx=\"24\" cy=\"34\" r=\"2\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"hkm-text-disclaimer\"\u003e\u003cstrong\u003eRide Responsibly:\u003c\/strong\u003e Electric scooter regulations vary by jurisdiction. It is the rider’s responsibility to obey all local laws concerning operation, including speed limits, helmet requirements, age restrictions, and permitted riding areas. Performance figures are estimates based on ideal conditions; real‑world results may vary. Always wear appropriate safety gear, conduct a pre‑ride inspection, and never ride under the influence.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c!-- end wrapper --\u003e\n\u003c\/div\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/01_0eea5d87-d4b3-4d00-a18c-77449a7b58ec.jpg?v=1767954864\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/02_90bbfe54-1fa6-4850-bda8-8ce7c25d2c1e.jpg?v=1767954932\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/03_22cc78ec-f11b-4360-8bd3-72e857aef419.jpg?v=1767954813\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/04_6953da55-ce1f-4b4b-990a-c33825739b58.jpg?v=1767954874\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/05_aa325f45-5ada-4ca7-b043-7d3cc42c5e86.jpg?v=1767954930\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/06_6d92c998-3cb8-4f77-9622-4cfec201578e.jpg?v=1767954948\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/07_8355614b-202a-406c-b259-1136e0ba4d1c.jpg?v=1767954942\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/08-APP_7b07a95c-8e4d-4052-bb82-7c0eafcb6478.jpg?v=1767954797\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/09-APP_a5a897f2-b543-4108-8adc-17d89efdbb14.jpg?v=1767954688\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/10_948eac45-fd3b-49d2-9f63-7c9064759674.jpg?v=1767954685\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/11_3db3a4de-d9de-4d3c-8416-edcdc8778a0b.jpg?v=1767954832\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/12_06427688-9733-4f0b-bed5-ae02c37e131d.jpg?v=1767954949\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/13_77674029-09e2-4937-8b3a-283f78e894b5.jpg?v=1767954949\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/14_38f1dcf7-1ecc-46e4-97f4-aba466775878.jpg?v=1767954944\"\u003e\u003cp\u003e\u003c\/p\u003e","brand":"Electric Scooters \u003e\u003e","offers":[{"title":"- 43.5+ Miles \/ - 2400W\/1200W*2 \/ - 23Ah\/48V\/1104Wh","offer_id":43279953428563,"sku":"868053898724","price":1099.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/7797355774035-1-HKM-Z4M-43_5-Miles-48V-23Ah-1104Wh-2400W-Dual-Motor-Drive-Long-Range-Foldable-Electric-Scooter-Black_6043d8da-1c56-4a2c-99ce-911e9100b3c3.jpg?v=1768116582"},{"product_id":"hkm-z4m-43-5-miles-48v-23ah-1104wh-2400w-dual-motor-drive-long-range-foldable-electric-scooter-black-1","title":"HKM-Z4M 43.5 Miles 48V 23Ah 1104Wh 2400W Dual-Motor Drive Long-Range Foldable Electric Scooter - Black","description":"\u003cdiv class=\"hkm-product-description\" style=\"max-width:820px; margin:0 auto; font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color:#1a1a1a; background:#ffffff; padding:0; box-sizing:border-box;\"\u003e\n    \u003cstyle\u003e\n        .hkm-product-description * { box-sizing:border-box; }\n        .hkm-product-description { font-size:15px; line-height:1.6; }\n        .hkm-wrapper { padding:20px; }\n        \/* Text classes *\/\n        .hkm-text-hero-title { font-size:22px; font-weight:500; line-height:1.3; color:#111; margin:0 0 8px; }\n        .hkm-text-subtitle { font-size:15px; font-weight:400; color:#555; margin:0 0 24px; }\n        .hkm-text-stat-number { font-size:28px; font-weight:500; line-height:1.2; color:#0A84FF; margin:0; }\n        .hkm-text-stat-label { font-size:13px; font-weight:400; color:#666; text-transform:uppercase; letter-spacing:0.5px; margin:0; }\n        .hkm-text-section-title { font-size:20px; font-weight:500; color:#111; margin:0 0 12px; }\n        .hkm-text-card-title { font-size:16px; font-weight:500; color:#1a1a1a; margin:0 0 6px; }\n        .hkm-text-card-desc { font-size:14px; font-weight:400; color:#444; line-height:1.5; margin:0; }\n        .hkm-text-body { font-size:15px; font-weight:400; color:#333; line-height:1.7; margin:0 0 16px; }\n        .hkm-text-small { font-size:13px; color:#777; }\n        .hkm-text-spec-label { font-size:14px; font-weight:500; color:#1a1a1a; margin:0; }\n        .hkm-text-spec-value { font-size:14px; font-weight:400; color:#555; margin:0; }\n        .hkm-text-faq-q { font-size:15px; font-weight:500; color:#111; margin:0; }\n        .hkm-text-faq-a { font-size:14px; color:#444; margin:8px 0 0; line-height:1.6; }\n        .hkm-text-policy-title { font-size:16px; font-weight:500; color:#1a1a1a; margin:0 0 6px; }\n        .hkm-text-policy-desc { font-size:13px; font-weight:400; color:#666; line-height:1.5; margin:0; }\n        .hkm-text-disclaimer { font-size:13px; color:#888; line-height:1.5; }\n        \n        \/* Cards \u0026 grids *\/\n        .hkm-card { background:#f8fafb; border-radius:16px; padding:24px; transition: transform 0.25s ease, box-shadow 0.25s ease; box-shadow:0 2px 8px rgba(0,0,0,0.04); border:1px solid #eef1f4; }\n        .hkm-card:hover { transform:translateY(-4px); box-shadow:0 12px 24px rgba(0,0,0,0.08); }\n        \n        .hkm-grid-stats { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:40px; }\n        .hkm-grid-features { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:40px; }\n        .hkm-grid-specs { display:flex; flex-wrap:wrap; gap:16px; margin-bottom:40px; }\n        .hkm-spec-item { flex:0 0 calc(50% - 8px); display:flex; align-items:center; gap:12px; background:#f8fafb; border-radius:14px; padding:16px; border:1px solid #eef1f4; }\n        .hkm-policy-grid { display:flex; flex-wrap:wrap; gap:16px; margin-bottom:40px; }\n        .hkm-policy-item { flex:0 0 calc(50% - 8px); display:flex; gap:12px; align-items:flex-start; background:#f8fafb; border-radius:16px; padding:20px; border:1px solid #eef1f4; transition: transform 0.2s ease, box-shadow 0.2s ease; }\n        .hkm-policy-item:hover { transform:translateY(-3px); box-shadow:0 8px 18px rgba(0,0,0,0.06); }\n        \n        .hkm-icon-wrap { flex-shrink:0; width:48px; height:48px; display:flex; align-items:center; justify-content:center; color:#0A84FF; transition: transform 0.2s ease, color 0.2s ease; }\n        .hkm-icon-wrap svg { width:100%; height:100%; }\n        .hkm-card:hover .hkm-icon-wrap { transform:scale(1.08); color:#0066CC; }\n        \n        .hkm-divider { height:1px; background:#e5e9ec; margin:32px 0; }\n        \n        \/* Faq *\/\n        .hkm-faq-item { border-bottom:1px solid #e5e9ec; }\n        .hkm-faq-item summary { padding:16px 0; list-style:none; cursor:pointer; display:flex; justify-content:space-between; align-items:center; font-size:15px; font-weight:500; color:#111; transition:color 0.2s; }\n        .hkm-faq-item summary:hover { color:#0A84FF; }\n        .hkm-faq-item summary::-webkit-details-marker { display:none; }\n        .hkm-faq-arrow { transition:transform 0.3s ease; display:inline-block; font-size:18px; color:#888; }\n        .hkm-faq-item[open] .hkm-faq-arrow { transform:rotate(180deg); color:#0A84FF; }\n        .hkm-faq-content { padding:0 0 16px; }\n        \n        \/* Buttons\/empty removed, nothing else. *\/\n        .hkm-highlight { color:#0A84FF; font-weight:500; }\n        \n        @media (max-width:767px) {\n            .hkm-product-description { font-size:14px; }\n            .hkm-text-hero-title { font-size:20px; }\n            .hkm-text-subtitle { font-size:14px; }\n            .hkm-text-stat-number { font-size:24px; }\n            .hkm-text-stat-label { font-size:12px; }\n            .hkm-text-section-title { font-size:18px; }\n            .hkm-text-card-title { font-size:15px; }\n            .hkm-text-card-desc { font-size:13px; }\n            .hkm-text-body { font-size:14px; }\n            .hkm-text-small { font-size:12px; }\n            .hkm-text-spec-label, .hkm-text-spec-value { font-size:13px; }\n            .hkm-text-faq-q { font-size:14px; }\n            .hkm-text-faq-a { font-size:13px; }\n            .hkm-text-policy-title { font-size:15px; }\n            .hkm-text-policy-desc { font-size:12px; }\n            .hkm-text-disclaimer { font-size:12px; }\n        \n            .hkm-grid-stats, .hkm-grid-features { grid-template-columns:1fr; }\n            .hkm-spec-item { flex:0 0 100%; }\n            .hkm-policy-item { flex:0 0 100%; }\n            .hkm-icon-wrap { width:40px; height:40px; }\n        }\n    \u003c\/style\u003e\n\n    \u003cdiv class=\"hkm-wrapper\"\u003e\n\n        \u003c!-- Hero text --\u003e\n        \u003cdiv style=\"margin-bottom:32px;\"\u003e\n            \u003ch1 class=\"hkm-text-hero-title\"\u003eHKM-Z4M Dual-Motor Electric Scooter\u003c\/h1\u003e\n            \u003cp class=\"hkm-text-subtitle\"\u003eUnmatched acceleration. Uncompromised range. Engineered for those who demand performance without limits.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Key stats cards row 1 --\u003e\n        \u003cdiv class=\"hkm-grid-stats\"\u003e\n            \u003cdiv class=\"hkm-card\" style=\"display:flex;align-items:center;gap:16px;\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"20\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M24 10v6M24 32v6M10 24h6M32 24h6\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"10\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M24 18v6l4 4\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-stat-number\"\u003e37.3 mph\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-stat-label\"\u003eMax Speed\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-card\" style=\"display:flex;align-items:center;gap:16px;\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpath d=\"M16 8h16l4 10H12l4-10z\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M12 18v14a4 4 0 004 4h16a4 4 0 004-4V18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                        \u003cpath d=\"M20 28h8M20 32h8\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003crect x=\"18\" y=\"36\" width=\"12\" height=\"6\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-stat-number\"\u003e43.5 mi\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-stat-label\"\u003eEst. Range (70 km)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-card\" style=\"display:flex;align-items:center;gap:16px;\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"20\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M24 4v8M24 36v8M4 24h8M36 24h8\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"6\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-stat-number\"\u003e2400W\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-stat-label\"\u003eCombined Motor\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-card\" style=\"display:flex;align-items:center;gap:16px;\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cpolygon points=\"24,4 44,40 4,40\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linejoin=\"round\" fill=\"none\"\u003e\u003c\/polygon\u003e\n                        \u003cline x1=\"24\" y1=\"20\" x2=\"24\" y2=\"30\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                        \u003ccircle cx=\"24\" cy=\"34\" r=\"1.5\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-stat-number\"\u003e25°\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-stat-label\"\u003eClimbing Angle\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Key stats row 2 --\u003e\n        \u003cdiv class=\"hkm-grid-stats\"\u003e\n            \u003cdiv class=\"hkm-card\" style=\"display:flex;align-items:center;gap:16px;\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003crect x=\"10\" y=\"10\" width=\"28\" height=\"28\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                        \u003cpath d=\"M18 18h12M18 24h12M18 30h8\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-stat-number\"\u003e330 lbs\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-stat-label\"\u003eMax Load (150 kg)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-card\" style=\"display:flex;align-items:center;gap:16px;\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"20\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003cline x1=\"24\" y1=\"8\" x2=\"24\" y2=\"12\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                        \u003cpath d=\"M14 20h20v14a4 4 0 01-4 4H18a4 4 0 01-4-4V20z\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/path\u003e\n                        \u003cline x1=\"18\" y1=\"16\" x2=\"30\" y2=\"16\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-stat-number\"\u003e98.1 lbs\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-stat-label\"\u003eNet Weight (44.5 kg)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-card\" style=\"display:flex;align-items:center;gap:16px;\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003crect x=\"12\" y=\"16\" width=\"24\" height=\"24\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"16\" y=\"12\" width=\"16\" height=\"6\" rx=\"2\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"20\" y1=\"24\" x2=\"20\" y2=\"32\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"24\" y1=\"24\" x2=\"24\" y2=\"32\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"28\" y1=\"24\" x2=\"28\" y2=\"32\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-stat-number\"\u003e1104Wh\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-stat-label\"\u003eBattery Capacity\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-card\" style=\"display:flex;align-items:center;gap:16px;\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                        \u003cline x1=\"8\" y1=\"20\" x2=\"40\" y2=\"20\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"8\" y1=\"28\" x2=\"40\" y2=\"28\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"20\" x2=\"12\" y2=\"16\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"36\" y1=\"20\" x2=\"36\" y2=\"16\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"28\" x2=\"12\" y2=\"32\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"36\" y1=\"28\" x2=\"36\" y2=\"32\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-stat-number\"\u003e8.7 in\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-stat-label\"\u003eGround Clearance\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Dual Motor Section --\u003e\n        \u003cdiv style=\"margin-bottom:40px;\"\u003e\n            \u003ch2 class=\"hkm-text-section-title\"\u003eDual-Motor Dominance\u003c\/h2\u003e\n            \u003cp class=\"hkm-text-body\"\u003eThe HKM-Z4M deploys two independent 48V 1200W motors—one in each wheel—delivering a combined output of \u003cspan class=\"hkm-highlight\"\u003e2400W\u003c\/span\u003e. This dual‑drive architecture provides instant torque, rapid acceleration from standstill, and a refined throttle response that inspires confidence on any road. Whether merging into traffic or overtaking on open stretches, the Z4M’s dual motors ensure you stay ahead.\u003c\/p\u003e\n            \u003cdiv class=\"hkm-grid-features\"\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003ccircle cx=\"24\" cy=\"24\" r=\"14\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"24\" cy=\"24\" r=\"6\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M24 10v4M24 34v4M10 24h4M34 24h4\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003eZero‑Lag Acceleration\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eDual sine‑wave controllers modulate power delivery smoothly, eliminating jerky starts while maximizing thrust when you need it most.\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003cpolyline points=\"8,40 24,10 40,40\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linejoin=\"round\" fill=\"none\"\u003e\u003c\/polyline\u003e\n                            \u003cline x1=\"24\" y1=\"20\" x2=\"24\" y2=\"32\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003e25° Hill Climbing\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eTackle steep inclines with ease. Both motors work in concert to maintain consistent speed even on gradients that challenge single‑motor scooters.\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Battery section --\u003e\n        \u003cdiv style=\"margin-bottom:40px;\"\u003e\n            \u003ch2 class=\"hkm-text-section-title\"\u003eEndurance Battery System\u003c\/h2\u003e\n            \u003cp class=\"hkm-text-body\"\u003eA high-density 48V 23Ah lithium‑ion pack (1104Wh) lies at the core of the HKM-Z4M, engineered for long‑distance travel. Under ideal conditions—a 165‑lb rider on flat terrain at 15 mph—the scooter can achieve up to \u003cspan class=\"hkm-highlight\"\u003e43.5 miles (70 km)\u003c\/span\u003e on a single charge. Real‑world range typically falls between 30 and 40 miles depending on rider weight, speed, temperature, and terrain.\u003c\/p\u003e\n            \u003cdiv class=\"hkm-grid-features\"\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003crect x=\"14\" y=\"12\" width=\"20\" height=\"28\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"18\" y=\"8\" width=\"12\" height=\"6\" rx=\"2\" stroke=\"currentColor\"\u003e\u003c\/rect\u003e\n                            \u003cpath d=\"M20 18v12M24 18v12M28 18v12\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003eSmart BMS Protection\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eThe integrated battery management system monitors voltage, temperature, and current to prevent overcharge, overdischarge, and short circuits, extending cell lifespan.\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003ccircle cx=\"24\" cy=\"24\" r=\"18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"24,10 24,24 32,28\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003e8–10 Hour Charging\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eA standard AC charger replenishes the battery fully overnight. The charging port is conveniently located and protected by an IPX5‑rated cover.\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Brakes \u0026 Suspension --\u003e\n        \u003cdiv style=\"margin-bottom:40px;\"\u003e\n            \u003ch2 class=\"hkm-text-section-title\"\u003eHydraulic Precision \u0026amp; Control\u003c\/h2\u003e\n            \u003cp class=\"hkm-text-body\"\u003eFront and rear hydraulic disc brakes give the HKM-Z4M authoritative stopping power with minimal hand effort. Dual‑piston calipers and large rotors translate lever input into immediate, modulated deceleration—wet or dry. Paired with the dual‑suspension chassis, you experience confident braking without sacrificing comfort.\u003c\/p\u003e\n            \u003cdiv class=\"hkm-grid-features\"\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003ccircle cx=\"24\" cy=\"24\" r=\"16\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"24\" cy=\"24\" r=\"10\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                            \u003crect x=\"21\" y=\"8\" width=\"6\" height=\"6\" rx=\"2\" stroke=\"currentColor\"\u003e\u003c\/rect\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003eDual Hydraulic Discs\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eZero cable stretch, consistent pad contact, and impressive fade resistance ensure reliable braking mile after mile.\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003cpath d=\"M12 24c0 6 4 12 12 12s12-6 12-12S30 12 24 12\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"24\" cy=\"18\" r=\"3\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003eFront \u0026amp; Rear Suspension\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eSpring shock absorbers at both ends absorb pavement irregularities, working together with the 11‑inch pneumatic tires for a plush ride.\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Tires \u0026 build --\u003e\n        \u003cdiv style=\"margin-bottom:40px;\"\u003e\n            \u003ch2 class=\"hkm-text-section-title\"\u003eRoad‑Tuned Pneumatic Tires\u003c\/h2\u003e\n            \u003cp class=\"hkm-text-body\"\u003eThe 11‑inch pneumatic road tires feature an optimized tread pattern for urban asphalt. They provide natural cushioning, reliable cornering grip, and help dampen vibrations that solid tires cannot match. The inner‑tube construction is easy to maintain and offers predictable handling in both dry and light rain conditions.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Smart connectivity --\u003e\n        \u003cdiv style=\"margin-bottom:40px;\"\u003e\n            \u003ch2 class=\"hkm-text-section-title\"\u003eConnected Intelligence\u003c\/h2\u003e\n            \u003cp class=\"hkm-text-body\"\u003eStay in command with the HKM smartphone app (iOS and Android). Switch between Eco, Sport, and Turbo speed modes, customize the dynamic LED ambient lighting to match your style, and monitor ride statistics—battery level, current speed, trip distance, and more—all from your pocket. The scooter’s onboard Bluetooth module syncs seamlessly, keeping your focus on the road.\u003c\/p\u003e\n            \u003cdiv class=\"hkm-grid-features\"\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003crect x=\"10\" y=\"6\" width=\"28\" height=\"36\" rx=\"6\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                            \u003cline x1=\"16\" y1=\"18\" x2=\"32\" y2=\"18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"16\" y1=\"24\" x2=\"28\" y2=\"24\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"24\" cy=\"32\" r=\"2\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003eApp‑Based Control\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eAdjust riding modes, lock\/unlock the scooter digitally, and update firmware over‑the‑air—no cables needed.\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003ccircle cx=\"24\" cy=\"24\" r=\"16\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M24 16v8l6 6\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"24\" cy=\"24\" r=\"3\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003eLED Customization\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eA vibrant headlight and full perimeter LED strip lighting can be personalized via the app—choose from millions of colors and dynamic effects.\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Foldable design \u0026 IPX5 --\u003e\n        \u003cdiv style=\"margin-bottom:40px;\"\u003e\n            \u003ch2 class=\"hkm-text-section-title\"\u003eRugged, Foldable Aluminum Frame\u003c\/h2\u003e\n            \u003cp class=\"hkm-text-body\"\u003eConstructed from aerospace‑grade aluminum alloy, the HKM-Z4M balances strength with portability. The folding mechanism locks securely in both riding and folded positions, and the scooter collapses to just \u003cspan class=\"hkm-highlight\"\u003e52.0\" L × 25.6\" W × 23.6\" H\u003c\/span\u003e for convenient storage in a car trunk or closet. Despite its substantial capabilities, the frame supports riders up to \u003cspan class=\"hkm-highlight\"\u003e330 lbs (150 kg)\u003c\/span\u003e while maintaining an 8.7‑inch ground clearance for speed bumps and curbs.\u003c\/p\u003e\n            \u003cdiv class=\"hkm-grid-features\"\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003cpath d=\"M10 24h28M24 10v28\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M18 18l-6 6 6 6M30 30l6-6-6-6\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003eQuick Folding\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eOne‑step folding with a reinforced latch reduces the scooter’s height by over half, making it manageable to carry or store.\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;\"\u003e\n                        \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                            \u003cpath d=\"M16 16c4-8 12-8 16 0\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M16 20c4-6 8-6 16 0\" stroke=\"currentColor\"\u003e\u003c\/path\u003e\n                            \u003crect x=\"12\" y=\"24\" width=\"24\" height=\"16\" rx=\"6\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-title\"\u003eIPX5 Water Resistance\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-card-desc\"\u003eRide through light rain and puddles with confidence. Critical electronics are sealed against low‑pressure water jets from any angle.\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hkm-divider\"\u003e\u003c\/div\u003e\n\n        \u003c!-- Specs grid --\u003e\n        \u003ch2 class=\"hkm-text-section-title\"\u003eTechnical Specifications\u003c\/h2\u003e\n        \u003cdiv class=\"hkm-grid-specs\"\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003crect x=\"10\" y=\"12\" width=\"28\" height=\"24\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"16\" y1=\"20\" x2=\"32\" y2=\"20\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"16\" y1=\"26\" x2=\"28\" y2=\"26\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eModel\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003eHKM-Z4M\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"6\" stroke=\"currentColor\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eMotor\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003eDual 48V 1200W (2400W combined)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003crect x=\"14\" y=\"10\" width=\"20\" height=\"28\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"18\" y=\"6\" width=\"12\" height=\"6\" rx=\"2\" stroke=\"currentColor\"\u003e\u003c\/rect\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eBattery\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003e48V 23Ah \/ 1104Wh Lithium‑ion\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003cpolyline points=\"18,18 24,24 30,16\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eMax Speed\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003eUp to 37.3 mph (60 km\/h) – configurable\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003cpath d=\"M10 24h28M24 10v28\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eEstimated Range\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003eUp to 43.5 mi (70 km) – varies with conditions\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003cline x1=\"12\" y1=\"24\" x2=\"36\" y2=\"24\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                        \u003cpolyline points=\"20,14 12,24 20,34\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/polyline\u003e\n                        \u003cpolyline points=\"28,14 36,24 28,34\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eMax Load\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003e330 lbs (150 kg)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003cpolyline points=\"24,12 24,24 32,30\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eCharging Time\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003e8–10 hours (standard charger)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"14\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"6\" stroke=\"currentColor\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eBrakes\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003eFront \u0026amp; Rear Hydraulic Disc\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"20\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-dasharray=\"4 2\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"12\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eTires\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003e11‑inch Pneumatic Road Tires\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003cpath d=\"M8 28c4-8 12-8 16 0M24 28c4-8 12-8 16 0\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eSuspension\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003eFront \u0026amp; Rear Shock Absorbers\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003cpath d=\"M16 16c4-8 12-8 16 0M12 24h24v12a4 4 0 01-4 4H16a4 4 0 01-4-4V24z\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eWater Resistance\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003eIPX5\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003crect x=\"8\" y=\"12\" width=\"32\" height=\"24\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"14\" y1=\"18\" x2=\"14\" y2=\"30\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"22\" y1=\"18\" x2=\"22\" y2=\"30\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"30\" y1=\"18\" x2=\"30\" y2=\"30\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eUnfolded Size\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003e52.0\" L × 25.6\" W × 52.0\" H (132 × 65 × 132 cm)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003crect x=\"8\" y=\"12\" width=\"32\" height=\"24\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"16\" y1=\"18\" x2=\"16\" y2=\"30\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"32\" y1=\"18\" x2=\"32\" y2=\"30\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                        \u003cpath d=\"M20 24h8\" stroke=\"currentColor\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eFolded Size\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003e52.0\" L × 25.6\" W × 23.6\" H (132 × 65 × 60 cm)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003cline x1=\"24\" y1=\"6\" x2=\"24\" y2=\"12\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eNet Weight\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003e98.1 lbs (44.5 kg)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003cline x1=\"8\" y1=\"28\" x2=\"40\" y2=\"28\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"24\" x2=\"12\" y2=\"32\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"36\" y1=\"24\" x2=\"36\" y2=\"32\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eGround Clearance\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003e8.7 in (22 cm)\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003cpolygon points=\"24,4 44,40 4,40\" stroke=\"currentColor\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/polygon\u003e\n                        \u003cline x1=\"24\" y1=\"18\" x2=\"24\" y2=\"28\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eMax Climbing\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003e25°\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-spec-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003crect x=\"10\" y=\"6\" width=\"28\" height=\"36\" rx=\"6\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003ccircle cx=\"24\" cy=\"28\" r=\"4\" stroke=\"currentColor\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-spec-label\"\u003eFeatures\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-spec-value\"\u003eApp Control, LED Headlight \u0026amp; Strip Lighting\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hkm-divider\"\u003e\u003c\/div\u003e\n\n        \u003c!-- FAQ --\u003e\n        \u003ch2 class=\"hkm-text-section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cdiv style=\"margin-bottom:40px;\"\u003e\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary\u003e\u003cspan\u003eWhat real‑world range can I expect?\u003c\/span\u003e\u003cspan class=\"hkm-faq-arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp class=\"hkm-text-faq-a\"\u003eUnder ideal conditions (165‑lb rider, 15 mph, flat terrain), the HKM-Z4M can reach up to 43.5 miles. In typical mixed riding with hills and higher speeds, most riders experience 30–40 miles. Factors like rider weight, wind, tire pressure, and temperature will influence actual range.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary\u003e\u003cspan\u003eHow well does it climb hills?\u003c\/span\u003e\u003cspan class=\"hkm-faq-arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp class=\"hkm-text-faq-a\"\u003eWith dual 1200W motors and 2400W peak output, the scooter easily handles inclines up to 25 degrees. The dual‑motor traction ensures steady speed even on steep grades, outperforming many single‑motor rivals.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary\u003e\u003cspan\u003eCan I ride in the rain?\u003c\/span\u003e\u003cspan class=\"hkm-faq-arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp class=\"hkm-text-faq-a\"\u003eYes. The IPX5 water‑resistance rating protects against low‑pressure water jets from any direction. Light rain and wet roads are fine, but avoid submerging the scooter or riding through deep puddles.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary\u003e\u003cspan\u003eHow long does charging take?\u003c\/span\u003e\u003cspan class=\"hkm-faq-arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp class=\"hkm-text-faq-a\"\u003eA full charge using the included standard charger takes approximately 8–10 hours. We recommend charging after each ride and storing the battery at 50–80% if not used for extended periods.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary\u003e\u003cspan\u003eIs the app compatible with my phone?\u003c\/span\u003e\u003cspan class=\"hkm-faq-arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp class=\"hkm-text-faq-a\"\u003eThe HKM app is available for both iOS and Android devices. It connects via Bluetooth and allows you to switch riding modes, customize LED colors, view ride stats, and perform firmware updates.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary\u003e\u003cspan\u003eWhat is the maximum weight capacity?\u003c\/span\u003e\u003cspan class=\"hkm-faq-arrow\"\u003e▼\u003c\/span\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp class=\"hkm-text-faq-a\"\u003eThe sturdy aluminum frame supports riders and cargo up to 330 lbs (150 kg), making the Z4M accessible to a wide range of users without compromising structural integrity.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"hkm-divider\"\u003e\u003c\/div\u003e\n\n        \u003c!-- Policy --\u003e\n        \u003ch2 class=\"hkm-text-section-title\"\u003eYour Purchase, Protected\u003c\/h2\u003e\n        \u003cdiv class=\"hkm-policy-grid\"\u003e\n            \u003cdiv class=\"hkm-policy-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;flex-shrink:0;\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003crect x=\"8\" y=\"14\" width=\"32\" height=\"24\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003cpath d=\"M16 22l4 4 10-10\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-policy-title\"\u003eFree Shipping on All Orders\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-policy-desc\"\u003eWe deliver to your doorstep at no extra cost. Every HKM-Z4M order includes complimentary standard shipping—no minimum purchase required.\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-policy-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;flex-shrink:0;\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M24 14v12l6 6\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-policy-title\"\u003e180 Days Purchase Protection\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-policy-desc\"\u003eAn extended protection plan covers material and workmanship defects for 180 days from delivery, giving you confidence in your investment.\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-policy-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;flex-shrink:0;\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M16 16l16 16M32 16L16 32\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"4\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-policy-title\"\u003e30‑Day Money‑Back Guarantee\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-policy-desc\"\u003eIf you’re not completely satisfied, return the scooter within 30 days for a full refund—simple, straightforward, no questions asked.\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hkm-policy-item\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:36px;height:36px;flex-shrink:0;\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003crect x=\"10\" y=\"8\" width=\"28\" height=\"32\" rx=\"4\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"18\" y1=\"18\" x2=\"30\" y2=\"18\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"18\" y1=\"24\" x2=\"26\" y2=\"24\" stroke=\"currentColor\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cdiv\u003e\n                    \u003cdiv class=\"hkm-text-policy-title\"\u003e24‑Month Warranty Service\u003c\/div\u003e\n                    \u003cdiv class=\"hkm-text-policy-desc\"\u003eA comprehensive 2‑year warranty covers the frame, dual motors, battery, and controller. Ride with peace of mind knowing we stand behind our engineering.\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Ride Responsibly --\u003e\n        \u003cdiv class=\"hkm-card\" style=\"background:#f0f4f8;border-color:#dce3e8;\"\u003e\n            \u003cdiv style=\"display:flex;align-items:flex-start;gap:12px;\"\u003e\n                \u003cdiv class=\"hkm-icon-wrap\" style=\"width:32px;height:32px;flex-shrink:0; color:#666;\"\u003e\n                    \u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"18\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003cline x1=\"24\" y1=\"14\" x2=\"24\" y2=\"28\" stroke=\"currentColor\" stroke-width=\"2.5\"\u003e\u003c\/line\u003e\n                        \u003ccircle cx=\"24\" cy=\"34\" r=\"2\" fill=\"currentColor\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"hkm-text-disclaimer\"\u003e\u003cstrong\u003eRide Responsibly:\u003c\/strong\u003e Electric scooter regulations vary by jurisdiction. It is the rider’s responsibility to obey all local laws concerning operation, including speed limits, helmet requirements, age restrictions, and permitted riding areas. Performance figures are estimates based on ideal conditions; real‑world results may vary. Always wear appropriate safety gear, conduct a pre‑ride inspection, and never ride under the influence.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c!-- end wrapper --\u003e\n\u003c\/div\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/01_0eea5d87-d4b3-4d00-a18c-77449a7b58ec.jpg?v=1767954864\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/02_90bbfe54-1fa6-4850-bda8-8ce7c25d2c1e.jpg?v=1767954932\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/03_22cc78ec-f11b-4360-8bd3-72e857aef419.jpg?v=1767954813\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/04_6953da55-ce1f-4b4b-990a-c33825739b58.jpg?v=1767954874\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/05_aa325f45-5ada-4ca7-b043-7d3cc42c5e86.jpg?v=1767954930\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/06_6d92c998-3cb8-4f77-9622-4cfec201578e.jpg?v=1767954948\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/07_8355614b-202a-406c-b259-1136e0ba4d1c.jpg?v=1767954942\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/08-APP_7b07a95c-8e4d-4052-bb82-7c0eafcb6478.jpg?v=1767954797\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/09-APP_a5a897f2-b543-4108-8adc-17d89efdbb14.jpg?v=1767954688\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/10_948eac45-fd3b-49d2-9f63-7c9064759674.jpg?v=1767954685\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/11_3db3a4de-d9de-4d3c-8416-edcdc8778a0b.jpg?v=1767954832\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/12_06427688-9733-4f0b-bed5-ae02c37e131d.jpg?v=1767954949\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/13_77674029-09e2-4937-8b3a-283f78e894b5.jpg?v=1767954949\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/14_38f1dcf7-1ecc-46e4-97f4-aba466775878.jpg?v=1767954944\"\u003e\u003cp\u003e\u003c\/p\u003e","brand":"Electric Scooters \u003e\u003e","offers":[{"title":"- 43.5+ Miles \/ - 2400W\/1200W*2 \/ - 23Ah\/48V\/1104Wh","offer_id":43279953461331,"sku":"868053898725","price":1099.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/7797355774035-1-HKM-Z4M-43_5-Miles-48V-23Ah-1104Wh-2400W-Dual-Motor-Drive-Long-Range-Foldable-Electric-Scooter-Black.jpg?v=1768116564"},{"product_id":"hkm-z3m-43-5-miles-60v-23ah-1380wh-3000w-dual-motor-drive-long-range-foldable-electric-scooter-black-3","title":"HKM-Z3M 43.5 Miles 60V 23Ah 1380Wh 3000W Dual-Motor Drive Long-Range Foldable Electric Scooter - Black","description":"\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eHKM-Z3M Electric Scooter - Product Details\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* ============ RESET \u0026 BASE FOR PRODUCT DESCRIPTION ============ *\/\n        .hkm-z3m-product-wrap {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', 'Helvetica Neue', Arial, sans-serif;\n            line-height: 1.6;\n            color: #1D1D1F;\n            background: #FFFFFF;\n            max-width: 820px;\n            margin: 0 auto;\n            padding: 0;\n            box-sizing: border-box;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n            letter-spacing: -0.01em;\n        }\n        .hkm-z3m-product-wrap *,\n        .hkm-z3m-product-wrap *::before,\n        .hkm-z3m-product-wrap *::after {\n            box-sizing: border-box;\n        }\n        \n        \/* ============ SECTION SPACING ============ *\/\n        .hkm-section {\n            padding: 36px 0;\n            border-bottom: 1px solid #E5E5EA;\n        }\n        .hkm-section:last-child {\n            border-bottom: none;\n        }\n        \n        \/* ============ TYPOGRAPHY - DESKTOP ============ *\/\n        .hkm-z3m-product-wrap .hkm-hero-title {\n            font-size: 30px;\n            font-weight: 500;\n            line-height: 1.25;\n            color: #1D1D1F;\n            margin: 0 0 10px 0;\n            letter-spacing: -0.02em;\n        }\n        .hkm-z3m-product-wrap .hkm-hero-subtitle {\n            font-size: 15px;\n            font-weight: 400;\n            color: #6E6E73;\n            margin: 0 0 20px 0;\n            line-height: 1.5;\n        }\n        .hkm-z3m-product-wrap .hkm-section-title {\n            font-size: 22px;\n            font-weight: 500;\n            color: #1D1D1F;\n            margin: 0 0 8px 0;\n            letter-spacing: -0.01em;\n            line-height: 1.3;\n        }\n        .hkm-z3m-product-wrap .hkm-section-subtitle {\n            font-size: 14px;\n            font-weight: 400;\n            color: #6E6E73;\n            margin: 0 0 24px 0;\n            line-height: 1.5;\n        }\n        .hkm-z3m-product-wrap .hkm-card-title {\n            font-size: 16px;\n            font-weight: 500;\n            color: #1D1D1F;\n            margin: 0 0 6px 0;\n            letter-spacing: -0.01em;\n            line-height: 1.35;\n        }\n        .hkm-z3m-product-wrap .hkm-card-desc {\n            font-size: 13px;\n            font-weight: 400;\n            color: #6E6E73;\n            margin: 0;\n            line-height: 1.55;\n        }\n        .hkm-z3m-product-wrap .hkm-body-text {\n            font-size: 14px;\n            font-weight: 400;\n            color: #3A3A3C;\n            margin: 0 0 14px 0;\n            line-height: 1.65;\n        }\n        .hkm-z3m-product-wrap .hkm-small-text {\n            font-size: 13px;\n            font-weight: 400;\n            color: #86868B;\n            margin: 0;\n            line-height: 1.5;\n        }\n        .hkm-z3m-product-wrap .hkm-highlight-value {\n            font-size: 36px;\n            font-weight: 500;\n            color: #0056D2;\n            line-height: 1.1;\n            letter-spacing: -0.02em;\n            margin: 0 0 4px 0;\n        }\n        .hkm-z3m-product-wrap .hkm-highlight-label {\n            font-size: 13px;\n            font-weight: 400;\n            color: #6E6E73;\n            text-transform: uppercase;\n            letter-spacing: 0.04em;\n            margin: 0;\n        }\n        .hkm-z3m-product-wrap .hkm-spec-label {\n            font-size: 13px;\n            font-weight: 500;\n            color: #1D1D1F;\n            margin: 0 0 2px 0;\n            letter-spacing: -0.005em;\n        }\n        .hkm-z3m-product-wrap .hkm-spec-value {\n            font-size: 14px;\n            font-weight: 400;\n            color: #3A3A3C;\n            margin: 0;\n            line-height: 1.5;\n        }\n        \n        \/* ============ GRID LAYOUTS ============ *\/\n        .hkm-grid-2col {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 16px;\n        }\n        .hkm-grid-3col {\n            display: grid;\n            grid-template-columns: 1fr 1fr 1fr;\n            gap: 14px;\n        }\n        .hkm-grid-4col {\n            display: grid;\n            grid-template-columns: 1fr 1fr 1fr 1fr;\n            gap: 12px;\n        }\n        \n        \/* ============ CARDS ============ *\/\n        .hkm-card {\n            background: #F5F5F7;\n            border-radius: 16px;\n            padding: 22px 20px;\n            transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);\n            cursor: default;\n            position: relative;\n            overflow: visible;\n        }\n        .hkm-card:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);\n        }\n        .hkm-card-icon-wrap {\n            display: inline-block;\n            margin-bottom: 12px;\n            transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);\n        }\n        .hkm-card:hover .hkm-card-icon-wrap {\n            transform: scale(1.08);\n        }\n        .hkm-card-icon-wrap svg {\n            transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);\n        }\n        .hkm-card:hover .hkm-card-icon-wrap svg {\n            transform: translateY(-2px);\n        }\n        \n        \/* ============ SPEC TABLE STYLE (NO LINES) ============ *\/\n        .hkm-spec-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 0;\n            background: #F5F5F7;\n            border-radius: 16px;\n            overflow: hidden;\n        }\n        .hkm-spec-item {\n            padding: 16px 20px;\n            border-bottom: 1px solid #E5E5EA;\n            border-right: 1px solid #E5E5EA;\n            transition: background 0.25s ease;\n        }\n        .hkm-spec-item:nth-child(even) {\n            border-right: none;\n        }\n        .hkm-spec-item:nth-last-child(-n+2) {\n            border-bottom: none;\n        }\n        .hkm-spec-item:hover {\n            background: #ECECF0;\n        }\n        \n        \/* ============ HIGHLIGHT BANNER ============ *\/\n        .hkm-highlight-banner {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 0;\n            background: #F5F5F7;\n            border-radius: 16px;\n            overflow: hidden;\n            text-align: center;\n        }\n        .hkm-highlight-banner-item {\n            padding: 24px 14px;\n            border-right: 1px solid #E5E5EA;\n            transition: background 0.25s ease;\n        }\n        .hkm-highlight-banner-item:last-child {\n            border-right: none;\n        }\n        .hkm-highlight-banner-item:hover {\n            background: #ECECF0;\n        }\n        \n        \/* ============ FAQ ============ *\/\n        .hkm-faq-item {\n            background: #F5F5F7;\n            border-radius: 12px;\n            margin-bottom: 10px;\n            overflow: hidden;\n            transition: background 0.25s ease;\n        }\n        .hkm-faq-item:hover {\n            background: #ECECF0;\n        }\n        .hkm-faq-summary {\n            padding: 16px 20px;\n            cursor: pointer;\n            font-size: 15px;\n            font-weight: 500;\n            color: #1D1D1F;\n            list-style: none;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            user-select: none;\n            letter-spacing: -0.005em;\n        }\n        .hkm-faq-summary::-webkit-details-marker {\n            display: none;\n        }\n        .hkm-faq-summary::marker {\n            display: none;\n        }\n        .hkm-faq-arrow {\n            display: inline-block;\n            transition: transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);\n            flex-shrink: 0;\n            margin-left: 12px;\n        }\n        .hkm-faq-item[open] .hkm-faq-arrow {\n            transform: rotate(180deg);\n        }\n        .hkm-faq-content {\n            padding: 0 20px 18px 20px;\n            font-size: 14px;\n            font-weight: 400;\n            color: #3A3A3C;\n            line-height: 1.6;\n        }\n        \n        \/* ============ POLICY CARDS ============ *\/\n        .hkm-policy-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 14px;\n        }\n        .hkm-policy-card {\n            background: #F5F5F7;\n            border-radius: 14px;\n            padding: 20px 18px;\n            display: flex;\n            align-items: flex-start;\n            gap: 14px;\n            transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);\n        }\n        .hkm-policy-card:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);\n        }\n        .hkm-policy-icon-wrap {\n            flex-shrink: 0;\n            transition: transform 0.3s ease;\n        }\n        .hkm-policy-card:hover .hkm-policy-icon-wrap {\n            transform: scale(1.1);\n        }\n        .hkm-policy-title {\n            font-size: 15px;\n            font-weight: 500;\n            color: #1D1D1F;\n            margin: 0 0 3px 0;\n            letter-spacing: -0.005em;\n        }\n        .hkm-policy-desc {\n            font-size: 13px;\n            font-weight: 400;\n            color: #6E6E73;\n            margin: 0;\n            line-height: 1.5;\n        }\n        \n        \/* ============ RESPONSIVE - TABLET ============ *\/\n        @media screen and (max-width: 768px) {\n            .hkm-z3m-product-wrap {\n                max-width: 100%;\n                padding: 0 16px;\n            }\n            .hkm-z3m-product-wrap .hkm-hero-title {\n                font-size: 24px;\n            }\n            .hkm-z3m-product-wrap .hkm-hero-subtitle {\n                font-size: 14px;\n            }\n            .hkm-z3m-product-wrap .hkm-section-title {\n                font-size: 20px;\n            }\n            .hkm-z3m-product-wrap .hkm-section-subtitle {\n                font-size: 13px;\n            }\n            .hkm-z3m-product-wrap .hkm-card-title {\n                font-size: 15px;\n            }\n            .hkm-z3m-product-wrap .hkm-card-desc {\n                font-size: 13px;\n            }\n            .hkm-z3m-product-wrap .hkm-body-text {\n                font-size: 14px;\n            }\n            .hkm-z3m-product-wrap .hkm-highlight-value {\n                font-size: 30px;\n            }\n            .hkm-z3m-product-wrap .hkm-highlight-label {\n                font-size: 12px;\n            }\n            .hkm-z3m-product-wrap .hkm-spec-label {\n                font-size: 13px;\n            }\n            .hkm-z3m-product-wrap .hkm-spec-value {\n                font-size: 13px;\n            }\n            .hkm-z3m-product-wrap .hkm-small-text {\n                font-size: 12px;\n            }\n            .hkm-grid-2col {\n                grid-template-columns: 1fr;\n                gap: 12px;\n            }\n            .hkm-grid-3col {\n                grid-template-columns: 1fr 1fr;\n                gap: 10px;\n            }\n            .hkm-grid-4col {\n                grid-template-columns: 1fr 1fr;\n                gap: 10px;\n            }\n            .hkm-highlight-banner {\n                grid-template-columns: 1fr 1fr;\n            }\n            .hkm-highlight-banner-item {\n                border-right: 1px solid #E5E5EA;\n                border-bottom: 1px solid #E5E5EA;\n            }\n            .hkm-highlight-banner-item:nth-child(even) {\n                border-right: none;\n            }\n            .hkm-highlight-banner-item:nth-last-child(-n+2) {\n                border-bottom: none;\n            }\n            .hkm-spec-grid {\n                grid-template-columns: 1fr;\n            }\n            .hkm-spec-item {\n                border-right: none;\n            }\n            .hkm-spec-item:nth-last-child(-n+2) {\n                border-bottom: 1px solid #E5E5EA;\n            }\n            .hkm-spec-item:last-child {\n                border-bottom: none;\n            }\n            .hkm-policy-grid {\n                grid-template-columns: 1fr;\n                gap: 10px;\n            }\n            .hkm-section {\n                padding: 28px 0;\n            }\n            .hkm-card {\n                padding: 18px 16px;\n            }\n        }\n        \n        \/* ============ RESPONSIVE - MOBILE ============ *\/\n        @media screen and (max-width: 480px) {\n            .hkm-z3m-product-wrap {\n                padding: 0 12px;\n            }\n            .hkm-z3m-product-wrap .hkm-hero-title {\n                font-size: 22px;\n            }\n            .hkm-z3m-product-wrap .hkm-hero-subtitle {\n                font-size: 13px;\n            }\n            .hkm-z3m-product-wrap .hkm-section-title {\n                font-size: 18px;\n            }\n            .hkm-z3m-product-wrap .hkm-section-subtitle {\n                font-size: 12px;\n            }\n            .hkm-z3m-product-wrap .hkm-card-title {\n                font-size: 14px;\n            }\n            .hkm-z3m-product-wrap .hkm-card-desc {\n                font-size: 12px;\n            }\n            .hkm-z3m-product-wrap .hkm-body-text {\n                font-size: 13px;\n            }\n            .hkm-z3m-product-wrap .hkm-highlight-value {\n                font-size: 26px;\n            }\n            .hkm-z3m-product-wrap .hkm-highlight-label {\n                font-size: 12px;\n            }\n            .hkm-z3m-product-wrap .hkm-spec-label {\n                font-size: 12px;\n            }\n            .hkm-z3m-product-wrap .hkm-spec-value {\n                font-size: 12px;\n            }\n            .hkm-z3m-product-wrap .hkm-small-text {\n                font-size: 12px;\n            }\n            .hkm-z3m-product-wrap .hkm-faq-summary {\n                font-size: 14px;\n            }\n            .hkm-z3m-product-wrap .hkm-faq-content {\n                font-size: 13px;\n            }\n            .hkm-z3m-product-wrap .hkm-policy-title {\n                font-size: 14px;\n            }\n            .hkm-z3m-product-wrap .hkm-policy-desc {\n                font-size: 12px;\n            }\n            .hkm-grid-3col {\n                grid-template-columns: 1fr;\n                gap: 10px;\n            }\n            .hkm-grid-4col {\n                grid-template-columns: 1fr 1fr;\n                gap: 8px;\n            }\n            .hkm-highlight-banner {\n                grid-template-columns: 1fr 1fr;\n            }\n            .hkm-highlight-banner-item {\n                padding: 16px 10px;\n            }\n            .hkm-section {\n                padding: 22px 0;\n            }\n            .hkm-card {\n                padding: 15px 14px;\n                border-radius: 12px;\n            }\n            .hkm-spec-item {\n                padding: 12px 14px;\n            }\n            .hkm-highlight-banner-item {\n                padding: 14px 8px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"hkm-z3m-product-wrap\"\u003e\n\n        \u003c!-- ==================== SECTION: HERO \/ PRODUCT OVERVIEW ==================== --\u003e\n        \u003cdiv class=\"hkm-section\" style=\"padding-top: 16px;\"\u003e\n            \u003ch1 class=\"hkm-hero-title\"\u003eHKM-Z3M High-Voltage Dual-Motor Electric Scooter\u003c\/h1\u003e\n            \u003cp class=\"hkm-hero-subtitle\"\u003eEngineered for riders who demand elevated power output, extended travel range, and uncompromising build quality. The HKM-Z3M integrates a 60V dual-motor system with a substantial 1380Wh battery capacity, purpose-built to handle demanding commutes and deliver a robust, exhilarating riding experience on every journey.\u003c\/p\u003e\n\n            \u003c!-- Highlight Banner --\u003e\n            \u003cdiv class=\"hkm-highlight-banner\"\u003e\n                \u003cdiv class=\"hkm-highlight-banner-item\"\u003e\n                    \u003cp class=\"hkm-highlight-value\"\u003e3000\u003cspan style=\"font-size:18px;font-weight:400;\"\u003eW\u003c\/span\u003e\u003c\/p\u003e\n                    \u003cp class=\"hkm-highlight-label\"\u003eCombined Motor Output\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-highlight-banner-item\"\u003e\n                    \u003cp class=\"hkm-highlight-value\"\u003e43.5\u003cspan style=\"font-size:18px;font-weight:400;\"\u003emi\u003c\/span\u003e\u003c\/p\u003e\n                    \u003cp class=\"hkm-highlight-label\"\u003eEst. Max Range \u003cspan style=\"font-size:11px;\"\u003e(70 km)\u003c\/span\u003e\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-highlight-banner-item\"\u003e\n                    \u003cp class=\"hkm-highlight-value\"\u003e330\u003cspan style=\"font-size:18px;font-weight:400;\"\u003elbs\u003c\/span\u003e\u003c\/p\u003e\n                    \u003cp class=\"hkm-highlight-label\"\u003eMax Load \u003cspan style=\"font-size:11px;\"\u003e(150 kg)\u003c\/span\u003e\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-highlight-banner-item\"\u003e\n                    \u003cp class=\"hkm-highlight-value\"\u003e30\u003cspan style=\"font-size:18px;font-weight:400;\"\u003e°\u003c\/span\u003e\u003c\/p\u003e\n                    \u003cp class=\"hkm-highlight-label\"\u003eMax Climbing Angle\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: KEY SELLING POINTS ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003eEngineered Performance, Purpose-Built Design\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eEvery component of the HKM-Z3M has been thoughtfully selected to deliver a premium riding experience that stands apart from conventional electric scooters.\u003c\/p\u003e\n\n            \u003cdiv class=\"hkm-grid-2col\"\u003e\n                \u003c!-- Card 1: Dual Motor --\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"44\" height=\"44\" viewbox=\"0 0 44 44\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"20\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"8\" fill=\"#0056D2\" opacity=\"0.15\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"5\" fill=\"#0056D2\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M22 2C22 2 28 8 28 14C28 20 24 26 22 26C20 26 16 20 16 14C16 8 22 2 22 2Z\" stroke=\"#0056D2\" stroke-width=\"1.6\" fill=\"none\" opacity=\"0.6\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"22\" cy=\"14\" r=\"2.5\" fill=\"#0056D2\" opacity=\"0.8\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"22\" y1=\"26\" x2=\"22\" y2=\"34\" stroke=\"#0056D2\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"16\" y1=\"36\" x2=\"28\" y2=\"36\" stroke=\"#0056D2\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"15\" cy=\"37\" r=\"2.5\" fill=\"none\" stroke=\"#0056D2\" stroke-width=\"1.3\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"29\" cy=\"37\" r=\"2.5\" fill=\"none\" stroke=\"#0056D2\" stroke-width=\"1.3\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003eDual 1500W Motors — 3000W Combined Output\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eTwo independent 60V brushless hub motors deliver a commanding combined output of 3000 watts. This dual-motor architecture provides exceptional torque delivery, enabling rapid acceleration from a standstill and the ability to maintain consistent speed even when climbing steep gradients. Each motor operates with high efficiency, reducing energy waste and extending usable range during mixed-terrain riding.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Card 2: Battery --\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"44\" height=\"44\" viewbox=\"0 0 44 44\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003crect x=\"8\" y=\"14\" width=\"26\" height=\"22\" rx=\"4\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"12\" y=\"10\" width=\"18\" height=\"4\" rx=\"1.5\" fill=\"#0056D2\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"18\" y=\"6\" width=\"6\" height=\"5\" rx=\"1\" fill=\"#0056D2\" opacity=\"0.5\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"18\" y=\"17\" width=\"8\" height=\"3\" rx=\"1.5\" fill=\"#0056D2\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"18\" y=\"22\" width=\"10\" height=\"3\" rx=\"1.5\" fill=\"#0056D2\" opacity=\"0.55\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"18\" y=\"27\" width=\"6\" height=\"3\" rx=\"1.5\" fill=\"#0056D2\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n                            \u003cpath d=\"M36 20L40 20L40 28L36 28\" stroke=\"#0056D2\" stroke-width=\"1.6\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003e60V 23Ah Lithium-Ion Battery — 1380Wh Capacity\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eA high-voltage 60V architecture paired with a substantial 23 amp-hour lithium-ion battery pack yields a total energy reserve of 1380 watt-hours. This generous capacity supports an estimated range of up to 43.5 miles (70 kilometers) under optimal conditions, making the HKM-Z3M a compelling choice for riders who require dependable range for extended commutes or full-day recreational outings without frequent recharging stops.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Card 3: Brakes --\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"44\" height=\"44\" viewbox=\"0 0 44 44\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"19\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"13\" stroke=\"#0056D2\" stroke-width=\"1.4\" fill=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"7\" fill=\"#0056D2\" opacity=\"0.2\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"3.5\" fill=\"#0056D2\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M22 3L22 9\" stroke=\"#0056D2\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M22 35L22 41\" stroke=\"#0056D2\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M3 22L9 22\" stroke=\"#0056D2\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M35 22L41 22\" stroke=\"#0056D2\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"1.8\" fill=\"#FFFFFF\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003eFront \u0026amp; Rear Hydraulic Disc Brakes\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eDual hydraulic disc brakes replace conventional mechanical systems to deliver superior stopping power with refined modulation. The hydraulic actuation ensures consistent brake feel across varying temperatures and usage conditions, while the dual-rotor configuration provides balanced deceleration. Riders benefit from shorter stopping distances and more precise control during both gradual speed reductions and emergency braking scenarios.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Card 4: Tires \u0026 Suspension --\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"44\" height=\"44\" viewbox=\"0 0 44 44\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"17\" stroke=\"#0056D2\" stroke-width=\"2.2\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"11\" stroke=\"#0056D2\" stroke-width=\"1.5\" fill=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"5\" fill=\"#0056D2\" opacity=\"0.15\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"2\" fill=\"#0056D2\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"22\" y1=\"5\" x2=\"22\" y2=\"15\" stroke=\"#0056D2\" stroke-width=\"1.6\" stroke-linecap=\"round\" opacity=\"0.6\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"22\" y1=\"29\" x2=\"22\" y2=\"39\" stroke=\"#0056D2\" stroke-width=\"1.6\" stroke-linecap=\"round\" opacity=\"0.6\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"5\" y1=\"22\" x2=\"15\" y2=\"22\" stroke=\"#0056D2\" stroke-width=\"1.6\" stroke-linecap=\"round\" opacity=\"0.6\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"29\" y1=\"22\" x2=\"39\" y2=\"22\" stroke=\"#0056D2\" stroke-width=\"1.6\" stroke-linecap=\"round\" opacity=\"0.6\"\u003e\u003c\/line\u003e\n                            \u003cpath d=\"M10 10L16 16\" stroke=\"#0056D2\" stroke-width=\"1.3\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M28 16L34 10\" stroke=\"#0056D2\" stroke-width=\"1.3\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M10 34L16 28\" stroke=\"#0056D2\" stroke-width=\"1.3\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M28 28L34 34\" stroke=\"#0056D2\" stroke-width=\"1.3\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003e12-Inch Pneumatic Off-Road Tires \u0026amp; Dual Shock Absorbers\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eLarge 12-inch pneumatic tires with an off-road tread pattern provide enhanced grip and vibration absorption across asphalt, gravel, and uneven terrain. Paired with front and rear shock absorbers, the suspension system effectively dampens road imperfections, reducing rider fatigue and improving stability. This combination ensures confident handling whether navigating city streets or venturing onto unpaved paths.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Card 5: Smart Connectivity --\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"44\" height=\"44\" viewbox=\"0 0 44 44\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003crect x=\"10\" y=\"6\" width=\"24\" height=\"32\" rx=\"5\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"13\" y=\"10\" width=\"18\" height=\"22\" rx=\"2\" fill=\"#0056D2\" opacity=\"0.1\"\u003e\u003c\/rect\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"5\" stroke=\"#0056D2\" stroke-width=\"1.4\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"2\" fill=\"#0056D2\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"22\" y1=\"27\" x2=\"22\" y2=\"30\" stroke=\"#0056D2\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                            \u003crect x=\"19\" y=\"32\" width=\"6\" height=\"2\" rx=\"1\" fill=\"#0056D2\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n                            \u003cpath d=\"M28 16C30 18 30 21 28 23\" stroke=\"#0056D2\" stroke-width=\"1.2\" fill=\"none\" stroke-linecap=\"round\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M16 16C14 18 14 21 16 23\" stroke=\"#0056D2\" stroke-width=\"1.2\" fill=\"none\" stroke-linecap=\"round\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003eSmart App Control \u0026amp; Integrated Bluetooth Speaker\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eConnect your smartphone via the dedicated mobile application to customize performance parameters, monitor real-time trip data, adjust the LED light strip ambiance, and activate the anti-theft alarm system. The built-in Bluetooth speaker lets you stream audio directly from your connected device, adding an entertainment dimension to every ride without the need for external accessories.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Card 6: Build Quality --\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"44\" height=\"44\" viewbox=\"0 0 44 44\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003crect x=\"6\" y=\"10\" width=\"32\" height=\"26\" rx=\"3\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"10\" y=\"14\" width=\"24\" height=\"18\" rx=\"1.5\" fill=\"#0056D2\" opacity=\"0.08\"\u003e\u003c\/rect\u003e\n                            \u003cline x1=\"14\" y1=\"14\" x2=\"14\" y2=\"32\" stroke=\"#0056D2\" stroke-width=\"1.4\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"22\" y1=\"14\" x2=\"22\" y2=\"32\" stroke=\"#0056D2\" stroke-width=\"1.4\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"30\" y1=\"14\" x2=\"30\" y2=\"32\" stroke=\"#0056D2\" stroke-width=\"1.4\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"10\" y1=\"20\" x2=\"34\" y2=\"20\" stroke=\"#0056D2\" stroke-width=\"1.2\" opacity=\"0.35\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"10\" y1=\"26\" x2=\"34\" y2=\"26\" stroke=\"#0056D2\" stroke-width=\"1.2\" opacity=\"0.35\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"22\" cy=\"6\" r=\"3\" fill=\"#0056D2\" opacity=\"0.7\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003eCarbon Steel Frame — 330 lbs (150 kg) Load Capacity\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eA rigid carbon steel chassis forms the structural backbone of the HKM-Z3M, engineered to withstand a maximum load of 330 pounds (150 kilograms) without compromising stability or ride quality. The frame's geometry has been optimized to distribute weight evenly, ensuring predictable handling characteristics whether riding solo or carrying cargo. This robust construction translates to long-term durability and rider confidence.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: DETAILED MOTOR \u0026 POWER SYSTEM ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003eDual-Motor Powertrain: Unmatched Torque \u0026amp; Acceleration\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eA closer examination of the 60V high-voltage dual-motor system that defines the HKM-Z3M's performance character.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eAt the heart of the HKM-Z3M lies a sophisticated dual-motor configuration. Two independently controlled 1500-watt brushless DC hub motors — one mounted in the front wheel and one in the rear — work in concert to produce a total combined output of 3000 watts. This is not merely a sum of two motors; it represents a deliberate engineering choice to distribute tractive force across both axles, resulting in all-wheel-drive-like grip and acceleration characteristics that single-motor scooters simply cannot replicate.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe 60-volt electrical architecture is a defining differentiator. Compared to more common 36V or 48V systems found in many consumer-grade electric scooters, the HKM-Z3M's 60V platform delivers current more efficiently to the motors. Higher voltage means lower current draw for the same power output, which reduces resistive losses in the wiring and motor windings. In practical terms, this translates to cooler operating temperatures, improved energy efficiency, and more consistent power delivery throughout the battery's state-of-charge range — from a full charge down to the final miles of usable capacity.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe dual-motor setup also provides redundancy and flexibility. Riders can choose between single-motor mode for conservative energy consumption on flat terrain or dual-motor mode when maximum acceleration and climbing capability are required. The electronic speed controller (ESC) manages power distribution between the two motors seamlessly, preventing wheel spin on loose surfaces and optimizing torque delivery based on real-time traction conditions.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eWith a maximum climbing angle rated at 30 degrees, the HKM-Z3M confidently ascends steep hills that would challenge many single-motor alternatives. This capability is particularly valuable for riders in hilly urban environments or those who encounter varied topography on their regular routes. The combined torque output ensures that speed is maintained even on significant inclines, reducing the need to dismount and walk — a common frustration with underpowered electric scooters.\u003c\/p\u003e\n\n            \u003cdiv class=\"hkm-grid-3col\" style=\"margin-top: 20px;\"\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"38\" height=\"38\" viewbox=\"0 0 38 38\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpolygon points=\"19,3 35,30 3,30\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n                            \u003cline x1=\"19\" y1=\"14\" x2=\"19\" y2=\"22\" stroke=\"#0056D2\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"19\" cy=\"26\" r=\"1.5\" fill=\"#0056D2\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003e30° Hill Climbing\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eConquer steep inclines with confidence — dual motors provide the torque needed for demanding gradients.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"38\" height=\"38\" viewbox=\"0 0 38 38\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003ccircle cx=\"19\" cy=\"19\" r=\"15\" stroke=\"#0056D2\" stroke-width=\"1.6\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M19 4L19 19L30 25\" stroke=\"#0056D2\" stroke-width=\"1.6\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"19\" cy=\"19\" r=\"3\" fill=\"#0056D2\" opacity=\"0.6\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003eInstant Torque Delivery\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eBrushless hub motors deliver torque directly to the wheels with zero lag for responsive acceleration.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"38\" height=\"38\" viewbox=\"0 0 38 38\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003crect x=\"4\" y=\"8\" width=\"30\" height=\"22\" rx=\"3\" stroke=\"#0056D2\" stroke-width=\"1.6\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003cpath d=\"M10 15L16 19L10 23\" stroke=\"#0056D2\" stroke-width=\"1.4\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M20 15L26 19L20 23\" stroke=\"#0056D2\" stroke-width=\"1.4\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"30\" cy=\"19\" r=\"2\" fill=\"#0056D2\" opacity=\"0.6\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003eTriple Speed Modes\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eConfigurable top speeds of 15.5 \/ 28 \/ 43.5 mph (25 \/ 45 \/ 70 km\/h) to suit local regulations and rider preference.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: BATTERY \u0026 RANGE ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003e1380Wh Battery System: Extended Range for Long-Distance Travel\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eUnderstanding the energy storage system that powers the HKM-Z3M and the real-world factors that influence achievable range.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe HKM-Z3M is equipped with a high-capacity 60-volt, 23 amp-hour lithium-ion battery pack, yielding a total energy capacity of 1380 watt-hours (Wh). To contextualize this figure: many mid-range electric scooters feature batteries in the 500–750Wh range. The Z3M's 1380Wh capacity nearly doubles that of typical mid-tier offerings, placing it firmly in the high-endurance category suitable for riders who prioritize range above all else.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eUnder ideal testing conditions — a rider weight of approximately 165 lbs (75 kg), flat terrain, moderate ambient temperature (around 77°F \/ 25°C), single-motor eco mode, and a steady cruising speed — the HKM-Z3M can achieve an estimated maximum range of up to 43.5 miles (70 kilometers) on a single charge. It is important to note that actual range varies significantly based on multiple interdependent variables: rider weight, terrain gradient, ambient temperature, wind conditions, tire pressure, selected speed mode, and whether dual-motor operation is engaged.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe lithium-ion cells used in the battery pack feature a high energy density and are managed by an integrated Battery Management System (BMS). The BMS continuously monitors individual cell voltages, temperature, and overall pack health, providing protection against overcharge, over-discharge, short circuits, and thermal anomalies. This intelligent management extends the overall service life of the battery and ensures safe operation across thousands of charge-discharge cycles.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eCharging the battery from a depleted state to full capacity requires approximately 8 to 10 hours using the included standard charger. For riders who plan their charging overnight, this duration aligns conveniently with typical downtime periods. The charging port is protected by a weather-resistant cover that maintains the scooter's IPX5 water resistance rating when not actively charging.\u003c\/p\u003e\n\n            \u003cdiv class=\"hkm-grid-2col\" style=\"margin-top: 20px;\"\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"38\" height=\"38\" viewbox=\"0 0 38 38\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003crect x=\"8\" y=\"6\" width=\"22\" height=\"26\" rx=\"4\" stroke=\"#0056D2\" stroke-width=\"1.6\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"12\" y=\"10\" width=\"14\" height=\"16\" rx=\"2\" fill=\"#0056D2\" opacity=\"0.15\"\u003e\u003c\/rect\u003e\n                            \u003cline x1=\"19\" y1=\"14\" x2=\"19\" y2=\"22\" stroke=\"#0056D2\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"15\" y1=\"18\" x2=\"23\" y2=\"18\" stroke=\"#0056D2\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"19\" cy=\"30\" r=\"1.5\" fill=\"#0056D2\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003eBMS Protection\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eIntegrated Battery Management System safeguards against overcharge, over-discharge, and thermal issues for long-term reliability.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"38\" height=\"38\" viewbox=\"0 0 38 38\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003ccircle cx=\"19\" cy=\"19\" r=\"15\" stroke=\"#0056D2\" stroke-width=\"1.6\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M19 7L19 19\" stroke=\"#0056D2\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M19 19L27 25\" stroke=\"#0056D2\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"19\" cy=\"19\" r=\"2.5\" fill=\"#0056D2\" opacity=\"0.7\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"19\" cy=\"7\" r=\"1.8\" fill=\"#0056D2\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"27\" cy=\"25\" r=\"1.8\" fill=\"#0056D2\" opacity=\"0.6\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003e8–10 Hour Recharge\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eFull recharge achieved overnight, perfectly timed for daily commuting cycles and morning readiness.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: BRAKING SYSTEM DEEP DIVE ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003eHydraulic Disc Brakes: Precision Stopping Power\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eWhy the HKM-Z3M's braking system represents a meaningful upgrade over mechanical alternatives.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eBraking performance is arguably the most critical safety feature on any vehicle, and electric scooters are no exception. The HKM-Z3M employs front and rear hydraulic disc brakes — a deliberate upgrade from the mechanical disc brakes commonly found on many consumer-grade scooters. The distinction between hydraulic and mechanical systems is substantial and directly impacts rider safety and control.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eIn a mechanical disc brake system, a steel cable connects the brake lever to the caliper. As the cable stretches over time and friction builds within the housing, braking feel becomes inconsistent, and lever travel increases — requiring periodic manual adjustment. Hydraulic systems, by contrast, use incompressible brake fluid sealed within a closed system. When the rider squeezes the lever, hydraulic pressure is transmitted instantly and uniformly to the caliper pistons, resulting in consistent lever feel, predictable engagement, and reduced maintenance requirements over the life of the scooter.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe dual-rotor configuration — with dedicated disc rotors at both the front and rear wheels — distributes braking force across both axles. This balanced approach prevents the front-end dive and rear-wheel lift that can occur with front-heavy braking systems, providing more stable deceleration. Riders benefit from shorter stopping distances and finer modulation, allowing for precise speed adjustments in traffic or during technical maneuvering.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: TIRES, SUSPENSION \u0026 COMFORT ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003e12-Inch Pneumatic Tires \u0026amp; Dual Suspension: Ride Comfort Redefined\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eHow the HKM-Z3M's wheel and suspension system absorbs terrain imperfections for a smoother journey.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe HKM-Z3M rolls on 12-inch pneumatic (air-filled) tires featuring an off-road-ready tread pattern. The larger diameter — compared to the 8-inch or 10-inch tires found on many compact scooters — provides several advantages: a larger contact patch for improved grip, better roll-over capability when encountering small obstacles or pavement cracks, and increased air volume for natural vibration damping. Pneumatic construction means the tires deform slightly upon impact, absorbing high-frequency vibrations before they reach the rider's hands and feet.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eComplementing the pneumatic tires is a dual shock absorber system, with dedicated suspension units at both the front fork and rear swing arm. These shock absorbers are tuned to work in concert with the tires, addressing lower-frequency impacts such as potholes, speed bumps, and uneven road surfaces. The combined tire-and-suspension system effectively isolates the rider from road harshness, reducing fatigue during longer rides and improving overall control by keeping the tires in consistent contact with the riding surface.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe scooter's 7.5-inch (19 cm) ground clearance provides ample under-deck space to clear curbs, speed bumps, and trail obstacles without scraping the chassis. This clearance, combined with the off-road tire tread, makes the HKM-Z3M capable of handling light off-road use, gravel paths, and grassy areas — expanding the range of environments where the scooter can be confidently ridden beyond paved urban streets.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: SMART FEATURES ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003eConnected Intelligence: App Control \u0026amp; Entertainment Integration\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eModern connectivity features that enhance convenience, personalization, and security.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe HKM-Z3M embraces smart connectivity through a dedicated mobile application available for both iOS and Android devices. Once paired via Bluetooth, the app unlocks a suite of customization and monitoring features. Riders can adjust performance settings — including speed mode selection and acceleration profiles — directly from their smartphone. The app also provides a real-time dashboard displaying current speed, battery state of charge, trip distance, and estimated remaining range, allowing for informed ride planning.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003ePersonalization extends to the scooter's integrated LED light strip, which can be customized in color and pattern through the app. Whether preferring a subtle ambient glow or a vibrant dynamic display, riders can tailor the scooter's appearance to match their style. The LED headlight provides forward illumination for nighttime visibility, while the strip lighting enhances side-visibility to other road users.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eSecurity is addressed through the app's anti-theft alarm function. When activated, the system monitors for unauthorized movement and emits an audible alert if tampering is detected, while simultaneously sending a notification to the paired smartphone. While not a replacement for a physical lock, this feature adds a meaningful layer of deterrence for quick stops.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe integrated Bluetooth speaker represents a thoughtful entertainment addition. Riders can stream music, podcasts, or navigation audio from their smartphone directly through the scooter's built-in speaker, eliminating the need for headphones — which can compromise situational awareness — or external Bluetooth speakers that require separate mounting and charging.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: COMPREHENSIVE SPECIFICATIONS ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003eComplete Technical Specifications\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eDetailed specifications of the HKM-Z3M electric scooter. All measurements provided in U.S. standard units with metric equivalents.\u003c\/p\u003e\n\n            \u003cdiv class=\"hkm-spec-grid\"\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eModel\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003eHKM-Z3M\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eMotor\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003eDual 60V 1500W Brushless Hub Motors (3000W Total Combined Output)\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eBattery\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e60V 23Ah Lithium-ion \/ 1380Wh Total Energy Capacity\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eMax Configurable Speed\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e15.5 mph \/ 28 mph \/ 43.5 mph (25 \/ 45 \/ 70 km\/h) — Three Selectable Modes\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eEstimated Range\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003eUp to 43.5 miles (70 km) — Varies with rider weight, terrain, speed, temperature, and motor mode\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eMax Load Capacity\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e330 lbs (150 kg)\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eCharging Time\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e8–10 Hours (Standard Charger)\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eBraking System\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003eFront \u0026amp; Rear Hydraulic Disc Brakes\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eTires\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e12-Inch Pneumatic Off-Road Tires\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eSuspension\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003eFront \u0026amp; Rear Dual Shock Absorbers\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eWater Resistance Rating\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003eIPX5 — Protected against low-pressure water jets from any direction\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eUnfolded Dimensions\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e54.3\" L × 25.6\" W × 52.0\" H (138 × 65 × 132 cm)\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eFolded Dimensions\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e54.3\" L × 25.6\" W × 28.0\" H (138 × 65 × 71 cm)\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eScooter Net Weight\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e93.8 lbs (42.5 kg)\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eGround Clearance\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e7.5 inches (19 cm)\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eMaximum Climbing Angle\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e30°\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eFrame Material\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003eCarbon Steel\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eAdditional Features\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003eMobile App Control, LED Headlight, Customizable LED Strip Lighting, Integrated Bluetooth Speaker, Anti-Theft Alarm\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: IPX5 WATER RESISTANCE ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003eIPX5 Water Resistance: Ride with Confidence in Varied Weather\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eUnderstanding the HKM-Z3M's water resistance rating and its practical implications for daily use.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe HKM-Z3M carries an IPX5 water resistance rating, as defined by the International Electrotechnical Commission (IEC) standard 60529. The \"IP\" prefix stands for \"Ingress Protection,\" while the \"X\" indicates that the device has not been formally rated for solid particle ingress (dust). The numeral \"5\" signifies protection against water jets projected from a 6.3mm nozzle at a flow rate of 12.5 liters per minute from any direction, tested over a duration of at least 3 minutes at a distance of approximately 3 meters.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eIn practical terms, IPX5 certification means the HKM-Z3M is engineered to withstand rain showers, splashes from wet roads, and cleaning with a gentle water spray. This level of protection provides peace of mind for riders who may encounter unexpected precipitation during their commute. However, it is important to note that IPX5 is not equivalent to waterproofing for submersion — the scooter should never be immersed in water, ridden through deep puddles that submerge the deck, or subjected to high-pressure washing equipment, which can exceed the rated protection parameters.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: SAFETY \u0026 COMPLIANCE ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003eRider Safety \u0026amp; Regulatory Compliance\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eImportant information regarding safe operation and legal compliance for electric scooter riders.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eElectric scooter laws and regulations vary significantly by city, county, state, and country. It is the sole responsibility of the purchaser and rider to know, understand, and obey all applicable local laws concerning electric scooter operation. These may include — but are not limited to — maximum speed limits, mandatory helmet requirements, minimum age restrictions, permitted riding areas (roadways, bicycle lanes, sidewalks, or multi-use paths), and requirements for registration, licensing, and insurance coverage.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe HKM-Z3M offers three configurable speed modes: 15.5 mph (25 km\/h), 28 mph (45 km\/h), and 43.5 mph (70 km\/h). Riders must select the speed mode that complies with local speed regulations for their riding area. In many jurisdictions, electric scooters are limited to speeds of 15–20 mph (24–32 km\/h) on public roads and bicycle lanes. The highest speed mode should only be utilized on private property or in areas where such speeds are explicitly permitted by law.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eWe strongly recommend that all riders wear appropriate safety gear before every ride, including a properly fitted helmet that meets applicable safety standards (such as DOT, ECE, or CPSC certification). Additional protective equipment — including elbow pads, knee pads, and gloves — can further reduce the risk of injury. Riders should also wear high-visibility clothing or reflective elements when riding in low-light conditions, and always use the scooter's integrated LED headlight and strip lighting to maximize visibility to other road users.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eBefore each ride, perform a brief pre-ride inspection: verify tire pressure and tread condition, test brake function, ensure the folding mechanism is securely locked, check that all lights are operational, and confirm the battery has sufficient charge for the intended journey. Never operate the scooter under the influence of alcohol, drugs, or any substances that may impair judgment, reaction time, or motor coordination.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: FAQ ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eQuick answers to common inquiries about the HKM-Z3M electric scooter.\u003c\/p\u003e\n\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary class=\"hkm-faq-summary\"\u003e\n                    What is the actual real-world range of the HKM-Z3M?\n                    \u003cspan class=\"hkm-faq-arrow\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M4.5 6.75L9 11.25L13.5 6.75\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/span\u003e\n                \u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp style=\"margin:0;font-size:14px;color:#3A3A3C;line-height:1.6;\"\u003eReal-world range depends on multiple factors including rider weight, terrain, speed mode, ambient temperature, tire pressure, and whether single or dual motors are engaged. Under ideal conditions — a 165 lbs (75 kg) rider on flat terrain at moderate speed in single-motor eco mode — the scooter can achieve up to 43.5 miles (70 km). In more demanding scenarios with a heavier rider, hilly terrain, and dual-motor operation at higher speeds, range may be reduced to approximately 25–35 miles (40–56 km). Cold weather (below 50°F \/ 10°C) can temporarily reduce battery efficiency and overall range by 10–20%.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary class=\"hkm-faq-summary\"\u003e\n                    How long does it take to fully charge the battery?\n                    \u003cspan class=\"hkm-faq-arrow\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M4.5 6.75L9 11.25L13.5 6.75\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/span\u003e\n                \u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp style=\"margin:0;font-size:14px;color:#3A3A3C;line-height:1.6;\"\u003eUsing the included standard charger, a full charge from a depleted battery takes approximately 8 to 10 hours. The Battery Management System (BMS) automatically regulates the charging process, tapering current as the battery approaches full capacity to protect cell health. For daily commuters, overnight charging is the most convenient approach — simply plug in when you arrive home and the scooter will be fully charged and ready by morning.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary class=\"hkm-faq-summary\"\u003e\n                    Can the HKM-Z3M be ridden in the rain?\n                    \u003cspan class=\"hkm-faq-arrow\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M4.5 6.75L9 11.25L13.5 6.75\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/span\u003e\n                \u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp style=\"margin:0;font-size:14px;color:#3A3A3C;line-height:1.6;\"\u003eYes, within limits. The HKM-Z3M's IPX5 rating means it is protected against low-pressure water jets from any direction, which covers typical rain showers and splashes from wet roads. However, the scooter should not be submerged in water, ridden through deep puddles that reach the deck level, or cleaned with high-pressure washers. After riding in wet conditions, it is advisable to wipe down the scooter and ensure the charging port cover is securely closed before storing.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary class=\"hkm-faq-summary\"\u003e\n                    What is the difference between hydraulic and mechanical disc brakes?\n                    \u003cspan class=\"hkm-faq-arrow\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M4.5 6.75L9 11.25L13.5 6.75\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/span\u003e\n                \u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp style=\"margin:0;font-size:14px;color:#3A3A3C;line-height:1.6;\"\u003eMechanical disc brakes use a steel cable to transmit force from the brake lever to the caliper. Over time, cables stretch and develop friction, leading to inconsistent feel and requiring manual adjustment. Hydraulic disc brakes use incompressible brake fluid in a sealed system, providing consistent lever feel, more precise modulation, reduced maintenance, and generally stronger stopping power. The HKM-Z3M's hydraulic system requires less frequent adjustment and delivers more predictable braking performance across varying conditions.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary class=\"hkm-faq-summary\"\u003e\n                    How heavy is the HKM-Z3M and is it portable?\n                    \u003cspan class=\"hkm-faq-arrow\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M4.5 6.75L9 11.25L13.5 6.75\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/span\u003e\n                \u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp style=\"margin:0;font-size:14px;color:#3A3A3C;line-height:1.6;\"\u003eThe HKM-Z3M has a net weight of 93.8 lbs (42.5 kg), reflecting its robust carbon steel frame, large battery pack, and dual-motor system. This is heavier than lightweight commuter scooters but is consistent with high-performance dual-motor models in its class. The scooter features a folding mechanism that reduces the height from 52.0 inches (132 cm) to 28.0 inches (71 cm), making it easier to store in a garage, vehicle trunk, or storage closet. Due to its weight, it is best suited for riders who do not need to carry it up multiple flights of stairs regularly.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary class=\"hkm-faq-summary\"\u003e\n                    Does the scooter require assembly upon delivery?\n                    \u003cspan class=\"hkm-faq-arrow\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M4.5 6.75L9 11.25L13.5 6.75\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/span\u003e\n                \u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp style=\"margin:0;font-size:14px;color:#3A3A3C;line-height:1.6;\"\u003eThe HKM-Z3M arrives largely pre-assembled. Minor setup steps may include attaching the handlebar assembly, tightening a few bolts, and ensuring the folding mechanism is properly engaged. A detailed user manual with assembly instructions is included in the package. Most riders can complete the setup process in approximately 15–30 minutes using the included tools.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: POLICY INFORMATION ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003ePurchase with Confidence\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eEvery HKM-Z3M purchase is backed by comprehensive customer protection policies designed to ensure your satisfaction.\u003c\/p\u003e\n\n            \u003cdiv class=\"hkm-policy-grid\"\u003e\n                \u003c!-- Policy 1 --\u003e\n                \u003cdiv class=\"hkm-policy-card\"\u003e\n                    \u003cdiv class=\"hkm-policy-icon-wrap\"\u003e\n                        \u003csvg width=\"42\" height=\"42\" viewbox=\"0 0 42 42\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003crect x=\"3\" y=\"8\" width=\"36\" height=\"26\" rx=\"3\" stroke=\"#0056D2\" stroke-width=\"1.7\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003cpath d=\"M12 18L18 24L30 12\" stroke=\"#0056D2\" stroke-width=\"2.2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                            \u003cline x1=\"8\" y1=\"36\" x2=\"34\" y2=\"36\" stroke=\"#0056D2\" stroke-width=\"1.4\" stroke-linecap=\"round\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cp class=\"hkm-policy-title\"\u003eFree Shipping on All Orders\u003c\/p\u003e\n                        \u003cp class=\"hkm-policy-desc\"\u003eComplimentary standard shipping is included with every HKM-Z3M purchase. No minimum order value required — the price you see is the price you pay, delivered to your doorstep at no additional cost.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Policy 2 --\u003e\n                \u003cdiv class=\"hkm-policy-card\"\u003e\n                    \u003cdiv class=\"hkm-policy-icon-wrap\"\u003e\n                        \u003csvg width=\"42\" height=\"42\" viewbox=\"0 0 42 42\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003ccircle cx=\"21\" cy=\"21\" r=\"17\" stroke=\"#0056D2\" stroke-width=\"1.7\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M21 10L21 22L28 26\" stroke=\"#0056D2\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"21\" cy=\"21\" r=\"3\" fill=\"#0056D2\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"21\" cy=\"10\" r=\"2\" fill=\"#0056D2\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cp class=\"hkm-policy-title\"\u003e180 Days Purchase Protection\u003c\/p\u003e\n                        \u003cp class=\"hkm-policy-desc\"\u003eExtended 180-day purchase protection covers manufacturing defects and quality issues. If a defect arises within this period, we will repair or replace the affected component at no charge, ensuring your investment is safeguarded for a full six months from the date of purchase.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Policy 3 --\u003e\n                \u003cdiv class=\"hkm-policy-card\"\u003e\n                    \u003cdiv class=\"hkm-policy-icon-wrap\"\u003e\n                        \u003csvg width=\"42\" height=\"42\" viewbox=\"0 0 42 42\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M8 20C8 20 12 28 21 28C30 28 34 20 34 20C34 20 30 12 21 12C12 12 8 20 8 20Z\" stroke=\"#0056D2\" stroke-width=\"1.7\" fill=\"none\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"21\" cy=\"20\" r=\"4\" fill=\"#0056D2\" opacity=\"0.7\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"21\" cy=\"20\" r=\"1.5\" fill=\"#FFFFFF\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cp class=\"hkm-policy-title\"\u003e30 Days Money-Back Guarantee\u003c\/p\u003e\n                        \u003cp class=\"hkm-policy-desc\"\u003eIf you are not completely satisfied with your HKM-Z3M, you may return it within 30 days of delivery for a full refund of the purchase price. The scooter must be in like-new condition with all original accessories and packaging included. We make returns straightforward and hassle-free.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Policy 4 --\u003e\n                \u003cdiv class=\"hkm-policy-card\"\u003e\n                    \u003cdiv class=\"hkm-policy-icon-wrap\"\u003e\n                        \u003csvg width=\"42\" height=\"42\" viewbox=\"0 0 42 42\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003crect x=\"5\" y=\"7\" width=\"32\" height=\"28\" rx=\"4\" stroke=\"#0056D2\" stroke-width=\"1.7\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003cpath d=\"M15 20L19 24L27 16\" stroke=\"#0056D2\" stroke-width=\"2.2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                            \u003cline x1=\"9\" y1=\"14\" x2=\"12\" y2=\"14\" stroke=\"#0056D2\" stroke-width=\"1.2\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"9\" y1=\"18\" x2=\"12\" y2=\"18\" stroke=\"#0056D2\" stroke-width=\"1.2\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"9\" y1=\"22\" x2=\"12\" y2=\"22\" stroke=\"#0056D2\" stroke-width=\"1.2\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cp class=\"hkm-policy-title\"\u003e24 Months Warranty Service\u003c\/p\u003e\n                        \u003cp class=\"hkm-policy-desc\"\u003eA comprehensive 24-month warranty covers the HKM-Z3M against defects in materials and workmanship. This includes the frame, motors, battery, controller, and all major components. Our dedicated support team is available to assist with warranty claims, troubleshooting, and replacement parts throughout the coverage period.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: IMPORTANT DISCLAIMER ==================== --\u003e\n        \u003cdiv class=\"hkm-section\" style=\"border-bottom: none; padding-bottom: 20px;\"\u003e\n            \u003cp class=\"hkm-small-text\" style=\"font-size:12px;color:#86868B;line-height:1.5;\"\u003eElectric scooter laws vary by city, county, and state. It is the sole responsibility of the purchaser and rider to know, understand, and obey all local laws concerning electric scooter operation, including but not limited to: speed limits, helmet requirements, age restrictions, permitted riding areas (road, bike lane, sidewalk), and registration\/insurance rules. Performance figures are estimates under ideal conditions; real-world results will differ. Always inspect your scooter and wear appropriate safety gear before riding. Specifications are subject to change without notice. The HKM-Z3M's top speed mode of 43.5 mph (70 km\/h) should only be used on private property or in jurisdictions where such speeds are explicitly permitted for electric scooters.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/01_4b261c3b-4c97-4977-b382-811dd7ecde3e.jpg?v=1767954030\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/02_b650ed21-3e7a-495b-9e4b-7ddd0be002af.jpg?v=1767954038\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/03_65933b68-b246-45c6-83dc-4b26273142dd.jpg?v=1767954032\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/04_ff111c81-ea88-419f-a8bb-86a9bc552bc2.jpg?v=1767954040\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/05_44c5a643-c42d-43ac-8a4e-dc072c12f261.jpg?v=1767954044\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/06_ac26c37b-cef3-42e3-921c-b07dd8797f97.jpg?v=1767954047\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/07_43c3cac0-e763-425e-9319-f5363edc13a3.jpg?v=1767954047\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/08-APP_21b6d2f3-5c2f-4624-8b33-55a976809a81.jpg?v=1767954035\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/09-APP_bc3e44a2-0142-4f29-bfbc-4d60ef71dd64.jpg?v=1767954022\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/10_b9c084fd-d2af-4666-9e7c-47ae58af6b72.jpg?v=1767954021\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/11_097aa70a-a8f9-45cf-8c16-4c332b72f827.jpg?v=1767954038\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/12_3ee6305b-cece-4cf8-a7d4-d456c77fc6d2.jpg?v=1767954049\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/13_3280aa42-9ce3-4d40-b1a2-7d47aa364cd0.jpg?v=1767954049\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/14.jpg?v=1767954048\" alt=\"\"\u003e\u003cp\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Electric Scooters \u003e\u003e","offers":[{"title":"- Light Blue \/ - 3000W\/1500W*2 \/ - 23Ah\/60V\/1380Wh","offer_id":43279953592403,"sku":"868053898726","price":999.99,"currency_code":"USD","in_stock":true},{"title":"- Vitality Orange \/ - 3000W\/1500W*2 \/ - 23Ah\/60V\/1380Wh","offer_id":43412562673747,"sku":null,"price":999.99,"currency_code":"USD","in_stock":true},{"title":"- Honor Purple \/ - 3000W\/1500W*2 \/ - 23Ah\/60V\/1380Wh","offer_id":43412562739283,"sku":null,"price":999.99,"currency_code":"USD","in_stock":true},{"title":"- Azure Blue \/ - 3000W\/1500W*2 \/ - 23Ah\/60V\/1380Wh","offer_id":43412562772051,"sku":null,"price":999.99,"currency_code":"USD","in_stock":true},{"title":"- Honor Purple FC \/ - 3000W\/1500W*2 \/ - 23Ah\/60V\/1380Wh","offer_id":43412562804819,"sku":null,"price":999.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/7797355741267-1-HKM-Z3M-43_5-Miles-60V-23Ah-1380Wh-3000W-Dual-Motor-Drive-Long-Range-Foldable-Electric-Scooter-Black_acc3092d-7146-4a30-9bc9-2beac3213b6a.jpg?v=1768116520"},{"product_id":"hkm-z3m-43-5-miles-60v-23ah-1380wh-3000w-dual-motor-drive-long-range-foldable-electric-scooter-black-2","title":"HKM-Z3M 43.5 Miles 60V 23Ah 1380Wh 3000W Dual-Motor Drive Long-Range Foldable Electric Scooter - Black","description":"\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eHKM-Z3M Electric Scooter - Product Details\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* ============ RESET \u0026 BASE FOR PRODUCT DESCRIPTION ============ *\/\n        .hkm-z3m-product-wrap {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', 'Helvetica Neue', Arial, sans-serif;\n            line-height: 1.6;\n            color: #1D1D1F;\n            background: #FFFFFF;\n            max-width: 820px;\n            margin: 0 auto;\n            padding: 0;\n            box-sizing: border-box;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n            letter-spacing: -0.01em;\n        }\n        .hkm-z3m-product-wrap *,\n        .hkm-z3m-product-wrap *::before,\n        .hkm-z3m-product-wrap *::after {\n            box-sizing: border-box;\n        }\n        \n        \/* ============ SECTION SPACING ============ *\/\n        .hkm-section {\n            padding: 36px 0;\n            border-bottom: 1px solid #E5E5EA;\n        }\n        .hkm-section:last-child {\n            border-bottom: none;\n        }\n        \n        \/* ============ TYPOGRAPHY - DESKTOP ============ *\/\n        .hkm-z3m-product-wrap .hkm-hero-title {\n            font-size: 30px;\n            font-weight: 500;\n            line-height: 1.25;\n            color: #1D1D1F;\n            margin: 0 0 10px 0;\n            letter-spacing: -0.02em;\n        }\n        .hkm-z3m-product-wrap .hkm-hero-subtitle {\n            font-size: 15px;\n            font-weight: 400;\n            color: #6E6E73;\n            margin: 0 0 20px 0;\n            line-height: 1.5;\n        }\n        .hkm-z3m-product-wrap .hkm-section-title {\n            font-size: 22px;\n            font-weight: 500;\n            color: #1D1D1F;\n            margin: 0 0 8px 0;\n            letter-spacing: -0.01em;\n            line-height: 1.3;\n        }\n        .hkm-z3m-product-wrap .hkm-section-subtitle {\n            font-size: 14px;\n            font-weight: 400;\n            color: #6E6E73;\n            margin: 0 0 24px 0;\n            line-height: 1.5;\n        }\n        .hkm-z3m-product-wrap .hkm-card-title {\n            font-size: 16px;\n            font-weight: 500;\n            color: #1D1D1F;\n            margin: 0 0 6px 0;\n            letter-spacing: -0.01em;\n            line-height: 1.35;\n        }\n        .hkm-z3m-product-wrap .hkm-card-desc {\n            font-size: 13px;\n            font-weight: 400;\n            color: #6E6E73;\n            margin: 0;\n            line-height: 1.55;\n        }\n        .hkm-z3m-product-wrap .hkm-body-text {\n            font-size: 14px;\n            font-weight: 400;\n            color: #3A3A3C;\n            margin: 0 0 14px 0;\n            line-height: 1.65;\n        }\n        .hkm-z3m-product-wrap .hkm-small-text {\n            font-size: 13px;\n            font-weight: 400;\n            color: #86868B;\n            margin: 0;\n            line-height: 1.5;\n        }\n        .hkm-z3m-product-wrap .hkm-highlight-value {\n            font-size: 36px;\n            font-weight: 500;\n            color: #0056D2;\n            line-height: 1.1;\n            letter-spacing: -0.02em;\n            margin: 0 0 4px 0;\n        }\n        .hkm-z3m-product-wrap .hkm-highlight-label {\n            font-size: 13px;\n            font-weight: 400;\n            color: #6E6E73;\n            text-transform: uppercase;\n            letter-spacing: 0.04em;\n            margin: 0;\n        }\n        .hkm-z3m-product-wrap .hkm-spec-label {\n            font-size: 13px;\n            font-weight: 500;\n            color: #1D1D1F;\n            margin: 0 0 2px 0;\n            letter-spacing: -0.005em;\n        }\n        .hkm-z3m-product-wrap .hkm-spec-value {\n            font-size: 14px;\n            font-weight: 400;\n            color: #3A3A3C;\n            margin: 0;\n            line-height: 1.5;\n        }\n        \n        \/* ============ GRID LAYOUTS ============ *\/\n        .hkm-grid-2col {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 16px;\n        }\n        .hkm-grid-3col {\n            display: grid;\n            grid-template-columns: 1fr 1fr 1fr;\n            gap: 14px;\n        }\n        .hkm-grid-4col {\n            display: grid;\n            grid-template-columns: 1fr 1fr 1fr 1fr;\n            gap: 12px;\n        }\n        \n        \/* ============ CARDS ============ *\/\n        .hkm-card {\n            background: #F5F5F7;\n            border-radius: 16px;\n            padding: 22px 20px;\n            transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);\n            cursor: default;\n            position: relative;\n            overflow: visible;\n        }\n        .hkm-card:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);\n        }\n        .hkm-card-icon-wrap {\n            display: inline-block;\n            margin-bottom: 12px;\n            transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);\n        }\n        .hkm-card:hover .hkm-card-icon-wrap {\n            transform: scale(1.08);\n        }\n        .hkm-card-icon-wrap svg {\n            transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);\n        }\n        .hkm-card:hover .hkm-card-icon-wrap svg {\n            transform: translateY(-2px);\n        }\n        \n        \/* ============ SPEC TABLE STYLE (NO LINES) ============ *\/\n        .hkm-spec-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 0;\n            background: #F5F5F7;\n            border-radius: 16px;\n            overflow: hidden;\n        }\n        .hkm-spec-item {\n            padding: 16px 20px;\n            border-bottom: 1px solid #E5E5EA;\n            border-right: 1px solid #E5E5EA;\n            transition: background 0.25s ease;\n        }\n        .hkm-spec-item:nth-child(even) {\n            border-right: none;\n        }\n        .hkm-spec-item:nth-last-child(-n+2) {\n            border-bottom: none;\n        }\n        .hkm-spec-item:hover {\n            background: #ECECF0;\n        }\n        \n        \/* ============ HIGHLIGHT BANNER ============ *\/\n        .hkm-highlight-banner {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 0;\n            background: #F5F5F7;\n            border-radius: 16px;\n            overflow: hidden;\n            text-align: center;\n        }\n        .hkm-highlight-banner-item {\n            padding: 24px 14px;\n            border-right: 1px solid #E5E5EA;\n            transition: background 0.25s ease;\n        }\n        .hkm-highlight-banner-item:last-child {\n            border-right: none;\n        }\n        .hkm-highlight-banner-item:hover {\n            background: #ECECF0;\n        }\n        \n        \/* ============ FAQ ============ *\/\n        .hkm-faq-item {\n            background: #F5F5F7;\n            border-radius: 12px;\n            margin-bottom: 10px;\n            overflow: hidden;\n            transition: background 0.25s ease;\n        }\n        .hkm-faq-item:hover {\n            background: #ECECF0;\n        }\n        .hkm-faq-summary {\n            padding: 16px 20px;\n            cursor: pointer;\n            font-size: 15px;\n            font-weight: 500;\n            color: #1D1D1F;\n            list-style: none;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            user-select: none;\n            letter-spacing: -0.005em;\n        }\n        .hkm-faq-summary::-webkit-details-marker {\n            display: none;\n        }\n        .hkm-faq-summary::marker {\n            display: none;\n        }\n        .hkm-faq-arrow {\n            display: inline-block;\n            transition: transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);\n            flex-shrink: 0;\n            margin-left: 12px;\n        }\n        .hkm-faq-item[open] .hkm-faq-arrow {\n            transform: rotate(180deg);\n        }\n        .hkm-faq-content {\n            padding: 0 20px 18px 20px;\n            font-size: 14px;\n            font-weight: 400;\n            color: #3A3A3C;\n            line-height: 1.6;\n        }\n        \n        \/* ============ POLICY CARDS ============ *\/\n        .hkm-policy-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 14px;\n        }\n        .hkm-policy-card {\n            background: #F5F5F7;\n            border-radius: 14px;\n            padding: 20px 18px;\n            display: flex;\n            align-items: flex-start;\n            gap: 14px;\n            transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);\n        }\n        .hkm-policy-card:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);\n        }\n        .hkm-policy-icon-wrap {\n            flex-shrink: 0;\n            transition: transform 0.3s ease;\n        }\n        .hkm-policy-card:hover .hkm-policy-icon-wrap {\n            transform: scale(1.1);\n        }\n        .hkm-policy-title {\n            font-size: 15px;\n            font-weight: 500;\n            color: #1D1D1F;\n            margin: 0 0 3px 0;\n            letter-spacing: -0.005em;\n        }\n        .hkm-policy-desc {\n            font-size: 13px;\n            font-weight: 400;\n            color: #6E6E73;\n            margin: 0;\n            line-height: 1.5;\n        }\n        \n        \/* ============ RESPONSIVE - TABLET ============ *\/\n        @media screen and (max-width: 768px) {\n            .hkm-z3m-product-wrap {\n                max-width: 100%;\n                padding: 0 16px;\n            }\n            .hkm-z3m-product-wrap .hkm-hero-title {\n                font-size: 24px;\n            }\n            .hkm-z3m-product-wrap .hkm-hero-subtitle {\n                font-size: 14px;\n            }\n            .hkm-z3m-product-wrap .hkm-section-title {\n                font-size: 20px;\n            }\n            .hkm-z3m-product-wrap .hkm-section-subtitle {\n                font-size: 13px;\n            }\n            .hkm-z3m-product-wrap .hkm-card-title {\n                font-size: 15px;\n            }\n            .hkm-z3m-product-wrap .hkm-card-desc {\n                font-size: 13px;\n            }\n            .hkm-z3m-product-wrap .hkm-body-text {\n                font-size: 14px;\n            }\n            .hkm-z3m-product-wrap .hkm-highlight-value {\n                font-size: 30px;\n            }\n            .hkm-z3m-product-wrap .hkm-highlight-label {\n                font-size: 12px;\n            }\n            .hkm-z3m-product-wrap .hkm-spec-label {\n                font-size: 13px;\n            }\n            .hkm-z3m-product-wrap .hkm-spec-value {\n                font-size: 13px;\n            }\n            .hkm-z3m-product-wrap .hkm-small-text {\n                font-size: 12px;\n            }\n            .hkm-grid-2col {\n                grid-template-columns: 1fr;\n                gap: 12px;\n            }\n            .hkm-grid-3col {\n                grid-template-columns: 1fr 1fr;\n                gap: 10px;\n            }\n            .hkm-grid-4col {\n                grid-template-columns: 1fr 1fr;\n                gap: 10px;\n            }\n            .hkm-highlight-banner {\n                grid-template-columns: 1fr 1fr;\n            }\n            .hkm-highlight-banner-item {\n                border-right: 1px solid #E5E5EA;\n                border-bottom: 1px solid #E5E5EA;\n            }\n            .hkm-highlight-banner-item:nth-child(even) {\n                border-right: none;\n            }\n            .hkm-highlight-banner-item:nth-last-child(-n+2) {\n                border-bottom: none;\n            }\n            .hkm-spec-grid {\n                grid-template-columns: 1fr;\n            }\n            .hkm-spec-item {\n                border-right: none;\n            }\n            .hkm-spec-item:nth-last-child(-n+2) {\n                border-bottom: 1px solid #E5E5EA;\n            }\n            .hkm-spec-item:last-child {\n                border-bottom: none;\n            }\n            .hkm-policy-grid {\n                grid-template-columns: 1fr;\n                gap: 10px;\n            }\n            .hkm-section {\n                padding: 28px 0;\n            }\n            .hkm-card {\n                padding: 18px 16px;\n            }\n        }\n        \n        \/* ============ RESPONSIVE - MOBILE ============ *\/\n        @media screen and (max-width: 480px) {\n            .hkm-z3m-product-wrap {\n                padding: 0 12px;\n            }\n            .hkm-z3m-product-wrap .hkm-hero-title {\n                font-size: 22px;\n            }\n            .hkm-z3m-product-wrap .hkm-hero-subtitle {\n                font-size: 13px;\n            }\n            .hkm-z3m-product-wrap .hkm-section-title {\n                font-size: 18px;\n            }\n            .hkm-z3m-product-wrap .hkm-section-subtitle {\n                font-size: 12px;\n            }\n            .hkm-z3m-product-wrap .hkm-card-title {\n                font-size: 14px;\n            }\n            .hkm-z3m-product-wrap .hkm-card-desc {\n                font-size: 12px;\n            }\n            .hkm-z3m-product-wrap .hkm-body-text {\n                font-size: 13px;\n            }\n            .hkm-z3m-product-wrap .hkm-highlight-value {\n                font-size: 26px;\n            }\n            .hkm-z3m-product-wrap .hkm-highlight-label {\n                font-size: 12px;\n            }\n            .hkm-z3m-product-wrap .hkm-spec-label {\n                font-size: 12px;\n            }\n            .hkm-z3m-product-wrap .hkm-spec-value {\n                font-size: 12px;\n            }\n            .hkm-z3m-product-wrap .hkm-small-text {\n                font-size: 12px;\n            }\n            .hkm-z3m-product-wrap .hkm-faq-summary {\n                font-size: 14px;\n            }\n            .hkm-z3m-product-wrap .hkm-faq-content {\n                font-size: 13px;\n            }\n            .hkm-z3m-product-wrap .hkm-policy-title {\n                font-size: 14px;\n            }\n            .hkm-z3m-product-wrap .hkm-policy-desc {\n                font-size: 12px;\n            }\n            .hkm-grid-3col {\n                grid-template-columns: 1fr;\n                gap: 10px;\n            }\n            .hkm-grid-4col {\n                grid-template-columns: 1fr 1fr;\n                gap: 8px;\n            }\n            .hkm-highlight-banner {\n                grid-template-columns: 1fr 1fr;\n            }\n            .hkm-highlight-banner-item {\n                padding: 16px 10px;\n            }\n            .hkm-section {\n                padding: 22px 0;\n            }\n            .hkm-card {\n                padding: 15px 14px;\n                border-radius: 12px;\n            }\n            .hkm-spec-item {\n                padding: 12px 14px;\n            }\n            .hkm-highlight-banner-item {\n                padding: 14px 8px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"hkm-z3m-product-wrap\"\u003e\n\n        \u003c!-- ==================== SECTION: HERO \/ PRODUCT OVERVIEW ==================== --\u003e\n        \u003cdiv class=\"hkm-section\" style=\"padding-top: 16px;\"\u003e\n            \u003ch1 class=\"hkm-hero-title\"\u003eHKM-Z3M High-Voltage Dual-Motor Electric Scooter\u003c\/h1\u003e\n            \u003cp class=\"hkm-hero-subtitle\"\u003eEngineered for riders who demand elevated power output, extended travel range, and uncompromising build quality. The HKM-Z3M integrates a 60V dual-motor system with a substantial 1380Wh battery capacity, purpose-built to handle demanding commutes and deliver a robust, exhilarating riding experience on every journey.\u003c\/p\u003e\n\n            \u003c!-- Highlight Banner --\u003e\n            \u003cdiv class=\"hkm-highlight-banner\"\u003e\n                \u003cdiv class=\"hkm-highlight-banner-item\"\u003e\n                    \u003cp class=\"hkm-highlight-value\"\u003e3000\u003cspan style=\"font-size:18px;font-weight:400;\"\u003eW\u003c\/span\u003e\u003c\/p\u003e\n                    \u003cp class=\"hkm-highlight-label\"\u003eCombined Motor Output\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-highlight-banner-item\"\u003e\n                    \u003cp class=\"hkm-highlight-value\"\u003e43.5\u003cspan style=\"font-size:18px;font-weight:400;\"\u003emi\u003c\/span\u003e\u003c\/p\u003e\n                    \u003cp class=\"hkm-highlight-label\"\u003eEst. Max Range \u003cspan style=\"font-size:11px;\"\u003e(70 km)\u003c\/span\u003e\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-highlight-banner-item\"\u003e\n                    \u003cp class=\"hkm-highlight-value\"\u003e330\u003cspan style=\"font-size:18px;font-weight:400;\"\u003elbs\u003c\/span\u003e\u003c\/p\u003e\n                    \u003cp class=\"hkm-highlight-label\"\u003eMax Load \u003cspan style=\"font-size:11px;\"\u003e(150 kg)\u003c\/span\u003e\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-highlight-banner-item\"\u003e\n                    \u003cp class=\"hkm-highlight-value\"\u003e30\u003cspan style=\"font-size:18px;font-weight:400;\"\u003e°\u003c\/span\u003e\u003c\/p\u003e\n                    \u003cp class=\"hkm-highlight-label\"\u003eMax Climbing Angle\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: KEY SELLING POINTS ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003eEngineered Performance, Purpose-Built Design\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eEvery component of the HKM-Z3M has been thoughtfully selected to deliver a premium riding experience that stands apart from conventional electric scooters.\u003c\/p\u003e\n\n            \u003cdiv class=\"hkm-grid-2col\"\u003e\n                \u003c!-- Card 1: Dual Motor --\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"44\" height=\"44\" viewbox=\"0 0 44 44\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"20\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"8\" fill=\"#0056D2\" opacity=\"0.15\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"5\" fill=\"#0056D2\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M22 2C22 2 28 8 28 14C28 20 24 26 22 26C20 26 16 20 16 14C16 8 22 2 22 2Z\" stroke=\"#0056D2\" stroke-width=\"1.6\" fill=\"none\" opacity=\"0.6\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"22\" cy=\"14\" r=\"2.5\" fill=\"#0056D2\" opacity=\"0.8\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"22\" y1=\"26\" x2=\"22\" y2=\"34\" stroke=\"#0056D2\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"16\" y1=\"36\" x2=\"28\" y2=\"36\" stroke=\"#0056D2\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"15\" cy=\"37\" r=\"2.5\" fill=\"none\" stroke=\"#0056D2\" stroke-width=\"1.3\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"29\" cy=\"37\" r=\"2.5\" fill=\"none\" stroke=\"#0056D2\" stroke-width=\"1.3\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003eDual 1500W Motors — 3000W Combined Output\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eTwo independent 60V brushless hub motors deliver a commanding combined output of 3000 watts. This dual-motor architecture provides exceptional torque delivery, enabling rapid acceleration from a standstill and the ability to maintain consistent speed even when climbing steep gradients. Each motor operates with high efficiency, reducing energy waste and extending usable range during mixed-terrain riding.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Card 2: Battery --\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"44\" height=\"44\" viewbox=\"0 0 44 44\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003crect x=\"8\" y=\"14\" width=\"26\" height=\"22\" rx=\"4\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"12\" y=\"10\" width=\"18\" height=\"4\" rx=\"1.5\" fill=\"#0056D2\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"18\" y=\"6\" width=\"6\" height=\"5\" rx=\"1\" fill=\"#0056D2\" opacity=\"0.5\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"18\" y=\"17\" width=\"8\" height=\"3\" rx=\"1.5\" fill=\"#0056D2\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"18\" y=\"22\" width=\"10\" height=\"3\" rx=\"1.5\" fill=\"#0056D2\" opacity=\"0.55\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"18\" y=\"27\" width=\"6\" height=\"3\" rx=\"1.5\" fill=\"#0056D2\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n                            \u003cpath d=\"M36 20L40 20L40 28L36 28\" stroke=\"#0056D2\" stroke-width=\"1.6\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003e60V 23Ah Lithium-Ion Battery — 1380Wh Capacity\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eA high-voltage 60V architecture paired with a substantial 23 amp-hour lithium-ion battery pack yields a total energy reserve of 1380 watt-hours. This generous capacity supports an estimated range of up to 43.5 miles (70 kilometers) under optimal conditions, making the HKM-Z3M a compelling choice for riders who require dependable range for extended commutes or full-day recreational outings without frequent recharging stops.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Card 3: Brakes --\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"44\" height=\"44\" viewbox=\"0 0 44 44\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"19\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"13\" stroke=\"#0056D2\" stroke-width=\"1.4\" fill=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"7\" fill=\"#0056D2\" opacity=\"0.2\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"3.5\" fill=\"#0056D2\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M22 3L22 9\" stroke=\"#0056D2\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M22 35L22 41\" stroke=\"#0056D2\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M3 22L9 22\" stroke=\"#0056D2\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M35 22L41 22\" stroke=\"#0056D2\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"1.8\" fill=\"#FFFFFF\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003eFront \u0026amp; Rear Hydraulic Disc Brakes\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eDual hydraulic disc brakes replace conventional mechanical systems to deliver superior stopping power with refined modulation. The hydraulic actuation ensures consistent brake feel across varying temperatures and usage conditions, while the dual-rotor configuration provides balanced deceleration. Riders benefit from shorter stopping distances and more precise control during both gradual speed reductions and emergency braking scenarios.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Card 4: Tires \u0026 Suspension --\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"44\" height=\"44\" viewbox=\"0 0 44 44\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"17\" stroke=\"#0056D2\" stroke-width=\"2.2\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"11\" stroke=\"#0056D2\" stroke-width=\"1.5\" fill=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"5\" fill=\"#0056D2\" opacity=\"0.15\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"2\" fill=\"#0056D2\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"22\" y1=\"5\" x2=\"22\" y2=\"15\" stroke=\"#0056D2\" stroke-width=\"1.6\" stroke-linecap=\"round\" opacity=\"0.6\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"22\" y1=\"29\" x2=\"22\" y2=\"39\" stroke=\"#0056D2\" stroke-width=\"1.6\" stroke-linecap=\"round\" opacity=\"0.6\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"5\" y1=\"22\" x2=\"15\" y2=\"22\" stroke=\"#0056D2\" stroke-width=\"1.6\" stroke-linecap=\"round\" opacity=\"0.6\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"29\" y1=\"22\" x2=\"39\" y2=\"22\" stroke=\"#0056D2\" stroke-width=\"1.6\" stroke-linecap=\"round\" opacity=\"0.6\"\u003e\u003c\/line\u003e\n                            \u003cpath d=\"M10 10L16 16\" stroke=\"#0056D2\" stroke-width=\"1.3\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M28 16L34 10\" stroke=\"#0056D2\" stroke-width=\"1.3\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M10 34L16 28\" stroke=\"#0056D2\" stroke-width=\"1.3\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M28 28L34 34\" stroke=\"#0056D2\" stroke-width=\"1.3\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003e12-Inch Pneumatic Off-Road Tires \u0026amp; Dual Shock Absorbers\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eLarge 12-inch pneumatic tires with an off-road tread pattern provide enhanced grip and vibration absorption across asphalt, gravel, and uneven terrain. Paired with front and rear shock absorbers, the suspension system effectively dampens road imperfections, reducing rider fatigue and improving stability. This combination ensures confident handling whether navigating city streets or venturing onto unpaved paths.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Card 5: Smart Connectivity --\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"44\" height=\"44\" viewbox=\"0 0 44 44\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003crect x=\"10\" y=\"6\" width=\"24\" height=\"32\" rx=\"5\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"13\" y=\"10\" width=\"18\" height=\"22\" rx=\"2\" fill=\"#0056D2\" opacity=\"0.1\"\u003e\u003c\/rect\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"5\" stroke=\"#0056D2\" stroke-width=\"1.4\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"2\" fill=\"#0056D2\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"22\" y1=\"27\" x2=\"22\" y2=\"30\" stroke=\"#0056D2\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                            \u003crect x=\"19\" y=\"32\" width=\"6\" height=\"2\" rx=\"1\" fill=\"#0056D2\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n                            \u003cpath d=\"M28 16C30 18 30 21 28 23\" stroke=\"#0056D2\" stroke-width=\"1.2\" fill=\"none\" stroke-linecap=\"round\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M16 16C14 18 14 21 16 23\" stroke=\"#0056D2\" stroke-width=\"1.2\" fill=\"none\" stroke-linecap=\"round\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003eSmart App Control \u0026amp; Integrated Bluetooth Speaker\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eConnect your smartphone via the dedicated mobile application to customize performance parameters, monitor real-time trip data, adjust the LED light strip ambiance, and activate the anti-theft alarm system. The built-in Bluetooth speaker lets you stream audio directly from your connected device, adding an entertainment dimension to every ride without the need for external accessories.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Card 6: Build Quality --\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"44\" height=\"44\" viewbox=\"0 0 44 44\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003crect x=\"6\" y=\"10\" width=\"32\" height=\"26\" rx=\"3\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"10\" y=\"14\" width=\"24\" height=\"18\" rx=\"1.5\" fill=\"#0056D2\" opacity=\"0.08\"\u003e\u003c\/rect\u003e\n                            \u003cline x1=\"14\" y1=\"14\" x2=\"14\" y2=\"32\" stroke=\"#0056D2\" stroke-width=\"1.4\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"22\" y1=\"14\" x2=\"22\" y2=\"32\" stroke=\"#0056D2\" stroke-width=\"1.4\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"30\" y1=\"14\" x2=\"30\" y2=\"32\" stroke=\"#0056D2\" stroke-width=\"1.4\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"10\" y1=\"20\" x2=\"34\" y2=\"20\" stroke=\"#0056D2\" stroke-width=\"1.2\" opacity=\"0.35\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"10\" y1=\"26\" x2=\"34\" y2=\"26\" stroke=\"#0056D2\" stroke-width=\"1.2\" opacity=\"0.35\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"22\" cy=\"6\" r=\"3\" fill=\"#0056D2\" opacity=\"0.7\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003eCarbon Steel Frame — 330 lbs (150 kg) Load Capacity\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eA rigid carbon steel chassis forms the structural backbone of the HKM-Z3M, engineered to withstand a maximum load of 330 pounds (150 kilograms) without compromising stability or ride quality. The frame's geometry has been optimized to distribute weight evenly, ensuring predictable handling characteristics whether riding solo or carrying cargo. This robust construction translates to long-term durability and rider confidence.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: DETAILED MOTOR \u0026 POWER SYSTEM ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003eDual-Motor Powertrain: Unmatched Torque \u0026amp; Acceleration\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eA closer examination of the 60V high-voltage dual-motor system that defines the HKM-Z3M's performance character.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eAt the heart of the HKM-Z3M lies a sophisticated dual-motor configuration. Two independently controlled 1500-watt brushless DC hub motors — one mounted in the front wheel and one in the rear — work in concert to produce a total combined output of 3000 watts. This is not merely a sum of two motors; it represents a deliberate engineering choice to distribute tractive force across both axles, resulting in all-wheel-drive-like grip and acceleration characteristics that single-motor scooters simply cannot replicate.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe 60-volt electrical architecture is a defining differentiator. Compared to more common 36V or 48V systems found in many consumer-grade electric scooters, the HKM-Z3M's 60V platform delivers current more efficiently to the motors. Higher voltage means lower current draw for the same power output, which reduces resistive losses in the wiring and motor windings. In practical terms, this translates to cooler operating temperatures, improved energy efficiency, and more consistent power delivery throughout the battery's state-of-charge range — from a full charge down to the final miles of usable capacity.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe dual-motor setup also provides redundancy and flexibility. Riders can choose between single-motor mode for conservative energy consumption on flat terrain or dual-motor mode when maximum acceleration and climbing capability are required. The electronic speed controller (ESC) manages power distribution between the two motors seamlessly, preventing wheel spin on loose surfaces and optimizing torque delivery based on real-time traction conditions.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eWith a maximum climbing angle rated at 30 degrees, the HKM-Z3M confidently ascends steep hills that would challenge many single-motor alternatives. This capability is particularly valuable for riders in hilly urban environments or those who encounter varied topography on their regular routes. The combined torque output ensures that speed is maintained even on significant inclines, reducing the need to dismount and walk — a common frustration with underpowered electric scooters.\u003c\/p\u003e\n\n            \u003cdiv class=\"hkm-grid-3col\" style=\"margin-top: 20px;\"\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"38\" height=\"38\" viewbox=\"0 0 38 38\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpolygon points=\"19,3 35,30 3,30\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n                            \u003cline x1=\"19\" y1=\"14\" x2=\"19\" y2=\"22\" stroke=\"#0056D2\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"19\" cy=\"26\" r=\"1.5\" fill=\"#0056D2\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003e30° Hill Climbing\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eConquer steep inclines with confidence — dual motors provide the torque needed for demanding gradients.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"38\" height=\"38\" viewbox=\"0 0 38 38\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003ccircle cx=\"19\" cy=\"19\" r=\"15\" stroke=\"#0056D2\" stroke-width=\"1.6\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M19 4L19 19L30 25\" stroke=\"#0056D2\" stroke-width=\"1.6\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"19\" cy=\"19\" r=\"3\" fill=\"#0056D2\" opacity=\"0.6\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003eInstant Torque Delivery\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eBrushless hub motors deliver torque directly to the wheels with zero lag for responsive acceleration.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"38\" height=\"38\" viewbox=\"0 0 38 38\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003crect x=\"4\" y=\"8\" width=\"30\" height=\"22\" rx=\"3\" stroke=\"#0056D2\" stroke-width=\"1.6\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003cpath d=\"M10 15L16 19L10 23\" stroke=\"#0056D2\" stroke-width=\"1.4\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M20 15L26 19L20 23\" stroke=\"#0056D2\" stroke-width=\"1.4\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"30\" cy=\"19\" r=\"2\" fill=\"#0056D2\" opacity=\"0.6\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003eTriple Speed Modes\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eConfigurable top speeds of 15.5 \/ 28 \/ 43.5 mph (25 \/ 45 \/ 70 km\/h) to suit local regulations and rider preference.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: BATTERY \u0026 RANGE ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003e1380Wh Battery System: Extended Range for Long-Distance Travel\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eUnderstanding the energy storage system that powers the HKM-Z3M and the real-world factors that influence achievable range.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe HKM-Z3M is equipped with a high-capacity 60-volt, 23 amp-hour lithium-ion battery pack, yielding a total energy capacity of 1380 watt-hours (Wh). To contextualize this figure: many mid-range electric scooters feature batteries in the 500–750Wh range. The Z3M's 1380Wh capacity nearly doubles that of typical mid-tier offerings, placing it firmly in the high-endurance category suitable for riders who prioritize range above all else.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eUnder ideal testing conditions — a rider weight of approximately 165 lbs (75 kg), flat terrain, moderate ambient temperature (around 77°F \/ 25°C), single-motor eco mode, and a steady cruising speed — the HKM-Z3M can achieve an estimated maximum range of up to 43.5 miles (70 kilometers) on a single charge. It is important to note that actual range varies significantly based on multiple interdependent variables: rider weight, terrain gradient, ambient temperature, wind conditions, tire pressure, selected speed mode, and whether dual-motor operation is engaged.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe lithium-ion cells used in the battery pack feature a high energy density and are managed by an integrated Battery Management System (BMS). The BMS continuously monitors individual cell voltages, temperature, and overall pack health, providing protection against overcharge, over-discharge, short circuits, and thermal anomalies. This intelligent management extends the overall service life of the battery and ensures safe operation across thousands of charge-discharge cycles.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eCharging the battery from a depleted state to full capacity requires approximately 8 to 10 hours using the included standard charger. For riders who plan their charging overnight, this duration aligns conveniently with typical downtime periods. The charging port is protected by a weather-resistant cover that maintains the scooter's IPX5 water resistance rating when not actively charging.\u003c\/p\u003e\n\n            \u003cdiv class=\"hkm-grid-2col\" style=\"margin-top: 20px;\"\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"38\" height=\"38\" viewbox=\"0 0 38 38\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003crect x=\"8\" y=\"6\" width=\"22\" height=\"26\" rx=\"4\" stroke=\"#0056D2\" stroke-width=\"1.6\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"12\" y=\"10\" width=\"14\" height=\"16\" rx=\"2\" fill=\"#0056D2\" opacity=\"0.15\"\u003e\u003c\/rect\u003e\n                            \u003cline x1=\"19\" y1=\"14\" x2=\"19\" y2=\"22\" stroke=\"#0056D2\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"15\" y1=\"18\" x2=\"23\" y2=\"18\" stroke=\"#0056D2\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"19\" cy=\"30\" r=\"1.5\" fill=\"#0056D2\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003eBMS Protection\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eIntegrated Battery Management System safeguards against overcharge, over-discharge, and thermal issues for long-term reliability.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"38\" height=\"38\" viewbox=\"0 0 38 38\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003ccircle cx=\"19\" cy=\"19\" r=\"15\" stroke=\"#0056D2\" stroke-width=\"1.6\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M19 7L19 19\" stroke=\"#0056D2\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M19 19L27 25\" stroke=\"#0056D2\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"19\" cy=\"19\" r=\"2.5\" fill=\"#0056D2\" opacity=\"0.7\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"19\" cy=\"7\" r=\"1.8\" fill=\"#0056D2\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"27\" cy=\"25\" r=\"1.8\" fill=\"#0056D2\" opacity=\"0.6\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003e8–10 Hour Recharge\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eFull recharge achieved overnight, perfectly timed for daily commuting cycles and morning readiness.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: BRAKING SYSTEM DEEP DIVE ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003eHydraulic Disc Brakes: Precision Stopping Power\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eWhy the HKM-Z3M's braking system represents a meaningful upgrade over mechanical alternatives.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eBraking performance is arguably the most critical safety feature on any vehicle, and electric scooters are no exception. The HKM-Z3M employs front and rear hydraulic disc brakes — a deliberate upgrade from the mechanical disc brakes commonly found on many consumer-grade scooters. The distinction between hydraulic and mechanical systems is substantial and directly impacts rider safety and control.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eIn a mechanical disc brake system, a steel cable connects the brake lever to the caliper. As the cable stretches over time and friction builds within the housing, braking feel becomes inconsistent, and lever travel increases — requiring periodic manual adjustment. Hydraulic systems, by contrast, use incompressible brake fluid sealed within a closed system. When the rider squeezes the lever, hydraulic pressure is transmitted instantly and uniformly to the caliper pistons, resulting in consistent lever feel, predictable engagement, and reduced maintenance requirements over the life of the scooter.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe dual-rotor configuration — with dedicated disc rotors at both the front and rear wheels — distributes braking force across both axles. This balanced approach prevents the front-end dive and rear-wheel lift that can occur with front-heavy braking systems, providing more stable deceleration. Riders benefit from shorter stopping distances and finer modulation, allowing for precise speed adjustments in traffic or during technical maneuvering.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: TIRES, SUSPENSION \u0026 COMFORT ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003e12-Inch Pneumatic Tires \u0026amp; Dual Suspension: Ride Comfort Redefined\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eHow the HKM-Z3M's wheel and suspension system absorbs terrain imperfections for a smoother journey.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe HKM-Z3M rolls on 12-inch pneumatic (air-filled) tires featuring an off-road-ready tread pattern. The larger diameter — compared to the 8-inch or 10-inch tires found on many compact scooters — provides several advantages: a larger contact patch for improved grip, better roll-over capability when encountering small obstacles or pavement cracks, and increased air volume for natural vibration damping. Pneumatic construction means the tires deform slightly upon impact, absorbing high-frequency vibrations before they reach the rider's hands and feet.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eComplementing the pneumatic tires is a dual shock absorber system, with dedicated suspension units at both the front fork and rear swing arm. These shock absorbers are tuned to work in concert with the tires, addressing lower-frequency impacts such as potholes, speed bumps, and uneven road surfaces. The combined tire-and-suspension system effectively isolates the rider from road harshness, reducing fatigue during longer rides and improving overall control by keeping the tires in consistent contact with the riding surface.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe scooter's 7.5-inch (19 cm) ground clearance provides ample under-deck space to clear curbs, speed bumps, and trail obstacles without scraping the chassis. This clearance, combined with the off-road tire tread, makes the HKM-Z3M capable of handling light off-road use, gravel paths, and grassy areas — expanding the range of environments where the scooter can be confidently ridden beyond paved urban streets.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: SMART FEATURES ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003eConnected Intelligence: App Control \u0026amp; Entertainment Integration\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eModern connectivity features that enhance convenience, personalization, and security.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe HKM-Z3M embraces smart connectivity through a dedicated mobile application available for both iOS and Android devices. Once paired via Bluetooth, the app unlocks a suite of customization and monitoring features. Riders can adjust performance settings — including speed mode selection and acceleration profiles — directly from their smartphone. The app also provides a real-time dashboard displaying current speed, battery state of charge, trip distance, and estimated remaining range, allowing for informed ride planning.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003ePersonalization extends to the scooter's integrated LED light strip, which can be customized in color and pattern through the app. Whether preferring a subtle ambient glow or a vibrant dynamic display, riders can tailor the scooter's appearance to match their style. The LED headlight provides forward illumination for nighttime visibility, while the strip lighting enhances side-visibility to other road users.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eSecurity is addressed through the app's anti-theft alarm function. When activated, the system monitors for unauthorized movement and emits an audible alert if tampering is detected, while simultaneously sending a notification to the paired smartphone. While not a replacement for a physical lock, this feature adds a meaningful layer of deterrence for quick stops.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe integrated Bluetooth speaker represents a thoughtful entertainment addition. Riders can stream music, podcasts, or navigation audio from their smartphone directly through the scooter's built-in speaker, eliminating the need for headphones — which can compromise situational awareness — or external Bluetooth speakers that require separate mounting and charging.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: COMPREHENSIVE SPECIFICATIONS ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003eComplete Technical Specifications\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eDetailed specifications of the HKM-Z3M electric scooter. All measurements provided in U.S. standard units with metric equivalents.\u003c\/p\u003e\n\n            \u003cdiv class=\"hkm-spec-grid\"\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eModel\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003eHKM-Z3M\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eMotor\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003eDual 60V 1500W Brushless Hub Motors (3000W Total Combined Output)\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eBattery\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e60V 23Ah Lithium-ion \/ 1380Wh Total Energy Capacity\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eMax Configurable Speed\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e15.5 mph \/ 28 mph \/ 43.5 mph (25 \/ 45 \/ 70 km\/h) — Three Selectable Modes\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eEstimated Range\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003eUp to 43.5 miles (70 km) — Varies with rider weight, terrain, speed, temperature, and motor mode\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eMax Load Capacity\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e330 lbs (150 kg)\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eCharging Time\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e8–10 Hours (Standard Charger)\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eBraking System\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003eFront \u0026amp; Rear Hydraulic Disc Brakes\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eTires\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e12-Inch Pneumatic Off-Road Tires\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eSuspension\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003eFront \u0026amp; Rear Dual Shock Absorbers\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eWater Resistance Rating\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003eIPX5 — Protected against low-pressure water jets from any direction\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eUnfolded Dimensions\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e54.3\" L × 25.6\" W × 52.0\" H (138 × 65 × 132 cm)\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eFolded Dimensions\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e54.3\" L × 25.6\" W × 28.0\" H (138 × 65 × 71 cm)\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eScooter Net Weight\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e93.8 lbs (42.5 kg)\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eGround Clearance\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e7.5 inches (19 cm)\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eMaximum Climbing Angle\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e30°\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eFrame Material\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003eCarbon Steel\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eAdditional Features\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003eMobile App Control, LED Headlight, Customizable LED Strip Lighting, Integrated Bluetooth Speaker, Anti-Theft Alarm\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: IPX5 WATER RESISTANCE ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003eIPX5 Water Resistance: Ride with Confidence in Varied Weather\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eUnderstanding the HKM-Z3M's water resistance rating and its practical implications for daily use.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe HKM-Z3M carries an IPX5 water resistance rating, as defined by the International Electrotechnical Commission (IEC) standard 60529. The \"IP\" prefix stands for \"Ingress Protection,\" while the \"X\" indicates that the device has not been formally rated for solid particle ingress (dust). The numeral \"5\" signifies protection against water jets projected from a 6.3mm nozzle at a flow rate of 12.5 liters per minute from any direction, tested over a duration of at least 3 minutes at a distance of approximately 3 meters.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eIn practical terms, IPX5 certification means the HKM-Z3M is engineered to withstand rain showers, splashes from wet roads, and cleaning with a gentle water spray. This level of protection provides peace of mind for riders who may encounter unexpected precipitation during their commute. However, it is important to note that IPX5 is not equivalent to waterproofing for submersion — the scooter should never be immersed in water, ridden through deep puddles that submerge the deck, or subjected to high-pressure washing equipment, which can exceed the rated protection parameters.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: SAFETY \u0026 COMPLIANCE ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003eRider Safety \u0026amp; Regulatory Compliance\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eImportant information regarding safe operation and legal compliance for electric scooter riders.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eElectric scooter laws and regulations vary significantly by city, county, state, and country. It is the sole responsibility of the purchaser and rider to know, understand, and obey all applicable local laws concerning electric scooter operation. These may include — but are not limited to — maximum speed limits, mandatory helmet requirements, minimum age restrictions, permitted riding areas (roadways, bicycle lanes, sidewalks, or multi-use paths), and requirements for registration, licensing, and insurance coverage.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe HKM-Z3M offers three configurable speed modes: 15.5 mph (25 km\/h), 28 mph (45 km\/h), and 43.5 mph (70 km\/h). Riders must select the speed mode that complies with local speed regulations for their riding area. In many jurisdictions, electric scooters are limited to speeds of 15–20 mph (24–32 km\/h) on public roads and bicycle lanes. The highest speed mode should only be utilized on private property or in areas where such speeds are explicitly permitted by law.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eWe strongly recommend that all riders wear appropriate safety gear before every ride, including a properly fitted helmet that meets applicable safety standards (such as DOT, ECE, or CPSC certification). Additional protective equipment — including elbow pads, knee pads, and gloves — can further reduce the risk of injury. Riders should also wear high-visibility clothing or reflective elements when riding in low-light conditions, and always use the scooter's integrated LED headlight and strip lighting to maximize visibility to other road users.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eBefore each ride, perform a brief pre-ride inspection: verify tire pressure and tread condition, test brake function, ensure the folding mechanism is securely locked, check that all lights are operational, and confirm the battery has sufficient charge for the intended journey. Never operate the scooter under the influence of alcohol, drugs, or any substances that may impair judgment, reaction time, or motor coordination.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: FAQ ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eQuick answers to common inquiries about the HKM-Z3M electric scooter.\u003c\/p\u003e\n\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary class=\"hkm-faq-summary\"\u003e\n                    What is the actual real-world range of the HKM-Z3M?\n                    \u003cspan class=\"hkm-faq-arrow\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M4.5 6.75L9 11.25L13.5 6.75\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/span\u003e\n                \u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp style=\"margin:0;font-size:14px;color:#3A3A3C;line-height:1.6;\"\u003eReal-world range depends on multiple factors including rider weight, terrain, speed mode, ambient temperature, tire pressure, and whether single or dual motors are engaged. Under ideal conditions — a 165 lbs (75 kg) rider on flat terrain at moderate speed in single-motor eco mode — the scooter can achieve up to 43.5 miles (70 km). In more demanding scenarios with a heavier rider, hilly terrain, and dual-motor operation at higher speeds, range may be reduced to approximately 25–35 miles (40–56 km). Cold weather (below 50°F \/ 10°C) can temporarily reduce battery efficiency and overall range by 10–20%.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary class=\"hkm-faq-summary\"\u003e\n                    How long does it take to fully charge the battery?\n                    \u003cspan class=\"hkm-faq-arrow\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M4.5 6.75L9 11.25L13.5 6.75\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/span\u003e\n                \u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp style=\"margin:0;font-size:14px;color:#3A3A3C;line-height:1.6;\"\u003eUsing the included standard charger, a full charge from a depleted battery takes approximately 8 to 10 hours. The Battery Management System (BMS) automatically regulates the charging process, tapering current as the battery approaches full capacity to protect cell health. For daily commuters, overnight charging is the most convenient approach — simply plug in when you arrive home and the scooter will be fully charged and ready by morning.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary class=\"hkm-faq-summary\"\u003e\n                    Can the HKM-Z3M be ridden in the rain?\n                    \u003cspan class=\"hkm-faq-arrow\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M4.5 6.75L9 11.25L13.5 6.75\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/span\u003e\n                \u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp style=\"margin:0;font-size:14px;color:#3A3A3C;line-height:1.6;\"\u003eYes, within limits. The HKM-Z3M's IPX5 rating means it is protected against low-pressure water jets from any direction, which covers typical rain showers and splashes from wet roads. However, the scooter should not be submerged in water, ridden through deep puddles that reach the deck level, or cleaned with high-pressure washers. After riding in wet conditions, it is advisable to wipe down the scooter and ensure the charging port cover is securely closed before storing.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary class=\"hkm-faq-summary\"\u003e\n                    What is the difference between hydraulic and mechanical disc brakes?\n                    \u003cspan class=\"hkm-faq-arrow\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M4.5 6.75L9 11.25L13.5 6.75\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/span\u003e\n                \u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp style=\"margin:0;font-size:14px;color:#3A3A3C;line-height:1.6;\"\u003eMechanical disc brakes use a steel cable to transmit force from the brake lever to the caliper. Over time, cables stretch and develop friction, leading to inconsistent feel and requiring manual adjustment. Hydraulic disc brakes use incompressible brake fluid in a sealed system, providing consistent lever feel, more precise modulation, reduced maintenance, and generally stronger stopping power. The HKM-Z3M's hydraulic system requires less frequent adjustment and delivers more predictable braking performance across varying conditions.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary class=\"hkm-faq-summary\"\u003e\n                    How heavy is the HKM-Z3M and is it portable?\n                    \u003cspan class=\"hkm-faq-arrow\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M4.5 6.75L9 11.25L13.5 6.75\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/span\u003e\n                \u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp style=\"margin:0;font-size:14px;color:#3A3A3C;line-height:1.6;\"\u003eThe HKM-Z3M has a net weight of 93.8 lbs (42.5 kg), reflecting its robust carbon steel frame, large battery pack, and dual-motor system. This is heavier than lightweight commuter scooters but is consistent with high-performance dual-motor models in its class. The scooter features a folding mechanism that reduces the height from 52.0 inches (132 cm) to 28.0 inches (71 cm), making it easier to store in a garage, vehicle trunk, or storage closet. Due to its weight, it is best suited for riders who do not need to carry it up multiple flights of stairs regularly.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary class=\"hkm-faq-summary\"\u003e\n                    Does the scooter require assembly upon delivery?\n                    \u003cspan class=\"hkm-faq-arrow\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M4.5 6.75L9 11.25L13.5 6.75\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/span\u003e\n                \u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp style=\"margin:0;font-size:14px;color:#3A3A3C;line-height:1.6;\"\u003eThe HKM-Z3M arrives largely pre-assembled. Minor setup steps may include attaching the handlebar assembly, tightening a few bolts, and ensuring the folding mechanism is properly engaged. A detailed user manual with assembly instructions is included in the package. Most riders can complete the setup process in approximately 15–30 minutes using the included tools.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: POLICY INFORMATION ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003ePurchase with Confidence\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eEvery HKM-Z3M purchase is backed by comprehensive customer protection policies designed to ensure your satisfaction.\u003c\/p\u003e\n\n            \u003cdiv class=\"hkm-policy-grid\"\u003e\n                \u003c!-- Policy 1 --\u003e\n                \u003cdiv class=\"hkm-policy-card\"\u003e\n                    \u003cdiv class=\"hkm-policy-icon-wrap\"\u003e\n                        \u003csvg width=\"42\" height=\"42\" viewbox=\"0 0 42 42\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003crect x=\"3\" y=\"8\" width=\"36\" height=\"26\" rx=\"3\" stroke=\"#0056D2\" stroke-width=\"1.7\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003cpath d=\"M12 18L18 24L30 12\" stroke=\"#0056D2\" stroke-width=\"2.2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                            \u003cline x1=\"8\" y1=\"36\" x2=\"34\" y2=\"36\" stroke=\"#0056D2\" stroke-width=\"1.4\" stroke-linecap=\"round\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cp class=\"hkm-policy-title\"\u003eFree Shipping on All Orders\u003c\/p\u003e\n                        \u003cp class=\"hkm-policy-desc\"\u003eComplimentary standard shipping is included with every HKM-Z3M purchase. No minimum order value required — the price you see is the price you pay, delivered to your doorstep at no additional cost.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Policy 2 --\u003e\n                \u003cdiv class=\"hkm-policy-card\"\u003e\n                    \u003cdiv class=\"hkm-policy-icon-wrap\"\u003e\n                        \u003csvg width=\"42\" height=\"42\" viewbox=\"0 0 42 42\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003ccircle cx=\"21\" cy=\"21\" r=\"17\" stroke=\"#0056D2\" stroke-width=\"1.7\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M21 10L21 22L28 26\" stroke=\"#0056D2\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"21\" cy=\"21\" r=\"3\" fill=\"#0056D2\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"21\" cy=\"10\" r=\"2\" fill=\"#0056D2\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cp class=\"hkm-policy-title\"\u003e180 Days Purchase Protection\u003c\/p\u003e\n                        \u003cp class=\"hkm-policy-desc\"\u003eExtended 180-day purchase protection covers manufacturing defects and quality issues. If a defect arises within this period, we will repair or replace the affected component at no charge, ensuring your investment is safeguarded for a full six months from the date of purchase.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Policy 3 --\u003e\n                \u003cdiv class=\"hkm-policy-card\"\u003e\n                    \u003cdiv class=\"hkm-policy-icon-wrap\"\u003e\n                        \u003csvg width=\"42\" height=\"42\" viewbox=\"0 0 42 42\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M8 20C8 20 12 28 21 28C30 28 34 20 34 20C34 20 30 12 21 12C12 12 8 20 8 20Z\" stroke=\"#0056D2\" stroke-width=\"1.7\" fill=\"none\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"21\" cy=\"20\" r=\"4\" fill=\"#0056D2\" opacity=\"0.7\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"21\" cy=\"20\" r=\"1.5\" fill=\"#FFFFFF\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cp class=\"hkm-policy-title\"\u003e30 Days Money-Back Guarantee\u003c\/p\u003e\n                        \u003cp class=\"hkm-policy-desc\"\u003eIf you are not completely satisfied with your HKM-Z3M, you may return it within 30 days of delivery for a full refund of the purchase price. The scooter must be in like-new condition with all original accessories and packaging included. We make returns straightforward and hassle-free.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Policy 4 --\u003e\n                \u003cdiv class=\"hkm-policy-card\"\u003e\n                    \u003cdiv class=\"hkm-policy-icon-wrap\"\u003e\n                        \u003csvg width=\"42\" height=\"42\" viewbox=\"0 0 42 42\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003crect x=\"5\" y=\"7\" width=\"32\" height=\"28\" rx=\"4\" stroke=\"#0056D2\" stroke-width=\"1.7\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003cpath d=\"M15 20L19 24L27 16\" stroke=\"#0056D2\" stroke-width=\"2.2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                            \u003cline x1=\"9\" y1=\"14\" x2=\"12\" y2=\"14\" stroke=\"#0056D2\" stroke-width=\"1.2\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"9\" y1=\"18\" x2=\"12\" y2=\"18\" stroke=\"#0056D2\" stroke-width=\"1.2\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"9\" y1=\"22\" x2=\"12\" y2=\"22\" stroke=\"#0056D2\" stroke-width=\"1.2\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cp class=\"hkm-policy-title\"\u003e24 Months Warranty Service\u003c\/p\u003e\n                        \u003cp class=\"hkm-policy-desc\"\u003eA comprehensive 24-month warranty covers the HKM-Z3M against defects in materials and workmanship. This includes the frame, motors, battery, controller, and all major components. Our dedicated support team is available to assist with warranty claims, troubleshooting, and replacement parts throughout the coverage period.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: IMPORTANT DISCLAIMER ==================== --\u003e\n        \u003cdiv class=\"hkm-section\" style=\"border-bottom: none; padding-bottom: 20px;\"\u003e\n            \u003cp class=\"hkm-small-text\" style=\"font-size:12px;color:#86868B;line-height:1.5;\"\u003eElectric scooter laws vary by city, county, and state. It is the sole responsibility of the purchaser and rider to know, understand, and obey all local laws concerning electric scooter operation, including but not limited to: speed limits, helmet requirements, age restrictions, permitted riding areas (road, bike lane, sidewalk), and registration\/insurance rules. Performance figures are estimates under ideal conditions; real-world results will differ. Always inspect your scooter and wear appropriate safety gear before riding. Specifications are subject to change without notice. The HKM-Z3M's top speed mode of 43.5 mph (70 km\/h) should only be used on private property or in jurisdictions where such speeds are explicitly permitted for electric scooters.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/01_4b261c3b-4c97-4977-b382-811dd7ecde3e.jpg?v=1767954030\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/02_b650ed21-3e7a-495b-9e4b-7ddd0be002af.jpg?v=1767954038\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/03_65933b68-b246-45c6-83dc-4b26273142dd.jpg?v=1767954032\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/04_ff111c81-ea88-419f-a8bb-86a9bc552bc2.jpg?v=1767954040\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/05_44c5a643-c42d-43ac-8a4e-dc072c12f261.jpg?v=1767954044\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/06_ac26c37b-cef3-42e3-921c-b07dd8797f97.jpg?v=1767954047\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/07_43c3cac0-e763-425e-9319-f5363edc13a3.jpg?v=1767954047\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/08-APP_21b6d2f3-5c2f-4624-8b33-55a976809a81.jpg?v=1767954035\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/09-APP_bc3e44a2-0142-4f29-bfbc-4d60ef71dd64.jpg?v=1767954022\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/10_b9c084fd-d2af-4666-9e7c-47ae58af6b72.jpg?v=1767954021\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/11_097aa70a-a8f9-45cf-8c16-4c332b72f827.jpg?v=1767954038\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/12_3ee6305b-cece-4cf8-a7d4-d456c77fc6d2.jpg?v=1767954049\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/13_3280aa42-9ce3-4d40-b1a2-7d47aa364cd0.jpg?v=1767954049\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/14.jpg?v=1767954048\" alt=\"\"\u003e\u003cp\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Electric Scooters \u003e\u003e","offers":[{"title":"- Light Blue \/ - 3000W\/1500W*2 \/ - 23Ah\/60V\/1380Wh","offer_id":43279953625171,"sku":"868053898727","price":999.99,"currency_code":"USD","in_stock":true},{"title":"- Vitality Orange \/ - 3000W\/1500W*2 \/ - 23Ah\/60V\/1380Wh","offer_id":43412562214995,"sku":null,"price":999.99,"currency_code":"USD","in_stock":true},{"title":"- Honor Purple \/ - 3000W\/1500W*2 \/ - 23Ah\/60V\/1380Wh","offer_id":43412562280531,"sku":null,"price":999.99,"currency_code":"USD","in_stock":true},{"title":"- Azure Blue \/ - 3000W\/1500W*2 \/ - 23Ah\/60V\/1380Wh","offer_id":43412562313299,"sku":null,"price":999.99,"currency_code":"USD","in_stock":true},{"title":"- Honor Purple FC \/ - 3000W\/1500W*2 \/ - 23Ah\/60V\/1380Wh","offer_id":43412562346067,"sku":null,"price":999.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/7797355741267-1-HKM-Z3M-43_5-Miles-60V-23Ah-1380Wh-3000W-Dual-Motor-Drive-Long-Range-Foldable-Electric-Scooter-Black_a7660c88-eee6-4658-b012-479e3d6c93db.jpg?v=1768116505"},{"product_id":"hkm-z3m-43-5-miles-60v-23ah-1380wh-3000w-dual-motor-drive-long-range-foldable-electric-scooter-black-1","title":"HKM-Z3M 43.5 Miles 60V 23Ah 1380Wh 3000W Dual-Motor Drive Long-Range Foldable Electric Scooter - Black","description":"\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eHKM-Z3M Electric Scooter - Product Details\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* ============ RESET \u0026 BASE FOR PRODUCT DESCRIPTION ============ *\/\n        .hkm-z3m-product-wrap {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Inter', 'Helvetica Neue', Arial, sans-serif;\n            line-height: 1.6;\n            color: #1D1D1F;\n            background: #FFFFFF;\n            max-width: 820px;\n            margin: 0 auto;\n            padding: 0;\n            box-sizing: border-box;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n            letter-spacing: -0.01em;\n        }\n        .hkm-z3m-product-wrap *,\n        .hkm-z3m-product-wrap *::before,\n        .hkm-z3m-product-wrap *::after {\n            box-sizing: border-box;\n        }\n        \n        \/* ============ SECTION SPACING ============ *\/\n        .hkm-section {\n            padding: 36px 0;\n            border-bottom: 1px solid #E5E5EA;\n        }\n        .hkm-section:last-child {\n            border-bottom: none;\n        }\n        \n        \/* ============ TYPOGRAPHY - DESKTOP ============ *\/\n        .hkm-z3m-product-wrap .hkm-hero-title {\n            font-size: 30px;\n            font-weight: 500;\n            line-height: 1.25;\n            color: #1D1D1F;\n            margin: 0 0 10px 0;\n            letter-spacing: -0.02em;\n        }\n        .hkm-z3m-product-wrap .hkm-hero-subtitle {\n            font-size: 15px;\n            font-weight: 400;\n            color: #6E6E73;\n            margin: 0 0 20px 0;\n            line-height: 1.5;\n        }\n        .hkm-z3m-product-wrap .hkm-section-title {\n            font-size: 22px;\n            font-weight: 500;\n            color: #1D1D1F;\n            margin: 0 0 8px 0;\n            letter-spacing: -0.01em;\n            line-height: 1.3;\n        }\n        .hkm-z3m-product-wrap .hkm-section-subtitle {\n            font-size: 14px;\n            font-weight: 400;\n            color: #6E6E73;\n            margin: 0 0 24px 0;\n            line-height: 1.5;\n        }\n        .hkm-z3m-product-wrap .hkm-card-title {\n            font-size: 16px;\n            font-weight: 500;\n            color: #1D1D1F;\n            margin: 0 0 6px 0;\n            letter-spacing: -0.01em;\n            line-height: 1.35;\n        }\n        .hkm-z3m-product-wrap .hkm-card-desc {\n            font-size: 13px;\n            font-weight: 400;\n            color: #6E6E73;\n            margin: 0;\n            line-height: 1.55;\n        }\n        .hkm-z3m-product-wrap .hkm-body-text {\n            font-size: 14px;\n            font-weight: 400;\n            color: #3A3A3C;\n            margin: 0 0 14px 0;\n            line-height: 1.65;\n        }\n        .hkm-z3m-product-wrap .hkm-small-text {\n            font-size: 13px;\n            font-weight: 400;\n            color: #86868B;\n            margin: 0;\n            line-height: 1.5;\n        }\n        .hkm-z3m-product-wrap .hkm-highlight-value {\n            font-size: 36px;\n            font-weight: 500;\n            color: #0056D2;\n            line-height: 1.1;\n            letter-spacing: -0.02em;\n            margin: 0 0 4px 0;\n        }\n        .hkm-z3m-product-wrap .hkm-highlight-label {\n            font-size: 13px;\n            font-weight: 400;\n            color: #6E6E73;\n            text-transform: uppercase;\n            letter-spacing: 0.04em;\n            margin: 0;\n        }\n        .hkm-z3m-product-wrap .hkm-spec-label {\n            font-size: 13px;\n            font-weight: 500;\n            color: #1D1D1F;\n            margin: 0 0 2px 0;\n            letter-spacing: -0.005em;\n        }\n        .hkm-z3m-product-wrap .hkm-spec-value {\n            font-size: 14px;\n            font-weight: 400;\n            color: #3A3A3C;\n            margin: 0;\n            line-height: 1.5;\n        }\n        \n        \/* ============ GRID LAYOUTS ============ *\/\n        .hkm-grid-2col {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 16px;\n        }\n        .hkm-grid-3col {\n            display: grid;\n            grid-template-columns: 1fr 1fr 1fr;\n            gap: 14px;\n        }\n        .hkm-grid-4col {\n            display: grid;\n            grid-template-columns: 1fr 1fr 1fr 1fr;\n            gap: 12px;\n        }\n        \n        \/* ============ CARDS ============ *\/\n        .hkm-card {\n            background: #F5F5F7;\n            border-radius: 16px;\n            padding: 22px 20px;\n            transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);\n            cursor: default;\n            position: relative;\n            overflow: visible;\n        }\n        .hkm-card:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);\n        }\n        .hkm-card-icon-wrap {\n            display: inline-block;\n            margin-bottom: 12px;\n            transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);\n        }\n        .hkm-card:hover .hkm-card-icon-wrap {\n            transform: scale(1.08);\n        }\n        .hkm-card-icon-wrap svg {\n            transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);\n        }\n        .hkm-card:hover .hkm-card-icon-wrap svg {\n            transform: translateY(-2px);\n        }\n        \n        \/* ============ SPEC TABLE STYLE (NO LINES) ============ *\/\n        .hkm-spec-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 0;\n            background: #F5F5F7;\n            border-radius: 16px;\n            overflow: hidden;\n        }\n        .hkm-spec-item {\n            padding: 16px 20px;\n            border-bottom: 1px solid #E5E5EA;\n            border-right: 1px solid #E5E5EA;\n            transition: background 0.25s ease;\n        }\n        .hkm-spec-item:nth-child(even) {\n            border-right: none;\n        }\n        .hkm-spec-item:nth-last-child(-n+2) {\n            border-bottom: none;\n        }\n        .hkm-spec-item:hover {\n            background: #ECECF0;\n        }\n        \n        \/* ============ HIGHLIGHT BANNER ============ *\/\n        .hkm-highlight-banner {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 0;\n            background: #F5F5F7;\n            border-radius: 16px;\n            overflow: hidden;\n            text-align: center;\n        }\n        .hkm-highlight-banner-item {\n            padding: 24px 14px;\n            border-right: 1px solid #E5E5EA;\n            transition: background 0.25s ease;\n        }\n        .hkm-highlight-banner-item:last-child {\n            border-right: none;\n        }\n        .hkm-highlight-banner-item:hover {\n            background: #ECECF0;\n        }\n        \n        \/* ============ FAQ ============ *\/\n        .hkm-faq-item {\n            background: #F5F5F7;\n            border-radius: 12px;\n            margin-bottom: 10px;\n            overflow: hidden;\n            transition: background 0.25s ease;\n        }\n        .hkm-faq-item:hover {\n            background: #ECECF0;\n        }\n        .hkm-faq-summary {\n            padding: 16px 20px;\n            cursor: pointer;\n            font-size: 15px;\n            font-weight: 500;\n            color: #1D1D1F;\n            list-style: none;\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            user-select: none;\n            letter-spacing: -0.005em;\n        }\n        .hkm-faq-summary::-webkit-details-marker {\n            display: none;\n        }\n        .hkm-faq-summary::marker {\n            display: none;\n        }\n        .hkm-faq-arrow {\n            display: inline-block;\n            transition: transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1);\n            flex-shrink: 0;\n            margin-left: 12px;\n        }\n        .hkm-faq-item[open] .hkm-faq-arrow {\n            transform: rotate(180deg);\n        }\n        .hkm-faq-content {\n            padding: 0 20px 18px 20px;\n            font-size: 14px;\n            font-weight: 400;\n            color: #3A3A3C;\n            line-height: 1.6;\n        }\n        \n        \/* ============ POLICY CARDS ============ *\/\n        .hkm-policy-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 14px;\n        }\n        .hkm-policy-card {\n            background: #F5F5F7;\n            border-radius: 14px;\n            padding: 20px 18px;\n            display: flex;\n            align-items: flex-start;\n            gap: 14px;\n            transition: transform 0.3s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);\n        }\n        .hkm-policy-card:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);\n        }\n        .hkm-policy-icon-wrap {\n            flex-shrink: 0;\n            transition: transform 0.3s ease;\n        }\n        .hkm-policy-card:hover .hkm-policy-icon-wrap {\n            transform: scale(1.1);\n        }\n        .hkm-policy-title {\n            font-size: 15px;\n            font-weight: 500;\n            color: #1D1D1F;\n            margin: 0 0 3px 0;\n            letter-spacing: -0.005em;\n        }\n        .hkm-policy-desc {\n            font-size: 13px;\n            font-weight: 400;\n            color: #6E6E73;\n            margin: 0;\n            line-height: 1.5;\n        }\n        \n        \/* ============ RESPONSIVE - TABLET ============ *\/\n        @media screen and (max-width: 768px) {\n            .hkm-z3m-product-wrap {\n                max-width: 100%;\n                padding: 0 16px;\n            }\n            .hkm-z3m-product-wrap .hkm-hero-title {\n                font-size: 24px;\n            }\n            .hkm-z3m-product-wrap .hkm-hero-subtitle {\n                font-size: 14px;\n            }\n            .hkm-z3m-product-wrap .hkm-section-title {\n                font-size: 20px;\n            }\n            .hkm-z3m-product-wrap .hkm-section-subtitle {\n                font-size: 13px;\n            }\n            .hkm-z3m-product-wrap .hkm-card-title {\n                font-size: 15px;\n            }\n            .hkm-z3m-product-wrap .hkm-card-desc {\n                font-size: 13px;\n            }\n            .hkm-z3m-product-wrap .hkm-body-text {\n                font-size: 14px;\n            }\n            .hkm-z3m-product-wrap .hkm-highlight-value {\n                font-size: 30px;\n            }\n            .hkm-z3m-product-wrap .hkm-highlight-label {\n                font-size: 12px;\n            }\n            .hkm-z3m-product-wrap .hkm-spec-label {\n                font-size: 13px;\n            }\n            .hkm-z3m-product-wrap .hkm-spec-value {\n                font-size: 13px;\n            }\n            .hkm-z3m-product-wrap .hkm-small-text {\n                font-size: 12px;\n            }\n            .hkm-grid-2col {\n                grid-template-columns: 1fr;\n                gap: 12px;\n            }\n            .hkm-grid-3col {\n                grid-template-columns: 1fr 1fr;\n                gap: 10px;\n            }\n            .hkm-grid-4col {\n                grid-template-columns: 1fr 1fr;\n                gap: 10px;\n            }\n            .hkm-highlight-banner {\n                grid-template-columns: 1fr 1fr;\n            }\n            .hkm-highlight-banner-item {\n                border-right: 1px solid #E5E5EA;\n                border-bottom: 1px solid #E5E5EA;\n            }\n            .hkm-highlight-banner-item:nth-child(even) {\n                border-right: none;\n            }\n            .hkm-highlight-banner-item:nth-last-child(-n+2) {\n                border-bottom: none;\n            }\n            .hkm-spec-grid {\n                grid-template-columns: 1fr;\n            }\n            .hkm-spec-item {\n                border-right: none;\n            }\n            .hkm-spec-item:nth-last-child(-n+2) {\n                border-bottom: 1px solid #E5E5EA;\n            }\n            .hkm-spec-item:last-child {\n                border-bottom: none;\n            }\n            .hkm-policy-grid {\n                grid-template-columns: 1fr;\n                gap: 10px;\n            }\n            .hkm-section {\n                padding: 28px 0;\n            }\n            .hkm-card {\n                padding: 18px 16px;\n            }\n        }\n        \n        \/* ============ RESPONSIVE - MOBILE ============ *\/\n        @media screen and (max-width: 480px) {\n            .hkm-z3m-product-wrap {\n                padding: 0 12px;\n            }\n            .hkm-z3m-product-wrap .hkm-hero-title {\n                font-size: 22px;\n            }\n            .hkm-z3m-product-wrap .hkm-hero-subtitle {\n                font-size: 13px;\n            }\n            .hkm-z3m-product-wrap .hkm-section-title {\n                font-size: 18px;\n            }\n            .hkm-z3m-product-wrap .hkm-section-subtitle {\n                font-size: 12px;\n            }\n            .hkm-z3m-product-wrap .hkm-card-title {\n                font-size: 14px;\n            }\n            .hkm-z3m-product-wrap .hkm-card-desc {\n                font-size: 12px;\n            }\n            .hkm-z3m-product-wrap .hkm-body-text {\n                font-size: 13px;\n            }\n            .hkm-z3m-product-wrap .hkm-highlight-value {\n                font-size: 26px;\n            }\n            .hkm-z3m-product-wrap .hkm-highlight-label {\n                font-size: 12px;\n            }\n            .hkm-z3m-product-wrap .hkm-spec-label {\n                font-size: 12px;\n            }\n            .hkm-z3m-product-wrap .hkm-spec-value {\n                font-size: 12px;\n            }\n            .hkm-z3m-product-wrap .hkm-small-text {\n                font-size: 12px;\n            }\n            .hkm-z3m-product-wrap .hkm-faq-summary {\n                font-size: 14px;\n            }\n            .hkm-z3m-product-wrap .hkm-faq-content {\n                font-size: 13px;\n            }\n            .hkm-z3m-product-wrap .hkm-policy-title {\n                font-size: 14px;\n            }\n            .hkm-z3m-product-wrap .hkm-policy-desc {\n                font-size: 12px;\n            }\n            .hkm-grid-3col {\n                grid-template-columns: 1fr;\n                gap: 10px;\n            }\n            .hkm-grid-4col {\n                grid-template-columns: 1fr 1fr;\n                gap: 8px;\n            }\n            .hkm-highlight-banner {\n                grid-template-columns: 1fr 1fr;\n            }\n            .hkm-highlight-banner-item {\n                padding: 16px 10px;\n            }\n            .hkm-section {\n                padding: 22px 0;\n            }\n            .hkm-card {\n                padding: 15px 14px;\n                border-radius: 12px;\n            }\n            .hkm-spec-item {\n                padding: 12px 14px;\n            }\n            .hkm-highlight-banner-item {\n                padding: 14px 8px;\n            }\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"hkm-z3m-product-wrap\"\u003e\n\n        \u003c!-- ==================== SECTION: HERO \/ PRODUCT OVERVIEW ==================== --\u003e\n        \u003cdiv class=\"hkm-section\" style=\"padding-top: 16px;\"\u003e\n            \u003ch1 class=\"hkm-hero-title\"\u003eHKM-Z3M High-Voltage Dual-Motor Electric Scooter\u003c\/h1\u003e\n            \u003cp class=\"hkm-hero-subtitle\"\u003eEngineered for riders who demand elevated power output, extended travel range, and uncompromising build quality. The HKM-Z3M integrates a 60V dual-motor system with a substantial 1380Wh battery capacity, purpose-built to handle demanding commutes and deliver a robust, exhilarating riding experience on every journey.\u003c\/p\u003e\n\n            \u003c!-- Highlight Banner --\u003e\n            \u003cdiv class=\"hkm-highlight-banner\"\u003e\n                \u003cdiv class=\"hkm-highlight-banner-item\"\u003e\n                    \u003cp class=\"hkm-highlight-value\"\u003e3000\u003cspan style=\"font-size:18px;font-weight:400;\"\u003eW\u003c\/span\u003e\u003c\/p\u003e\n                    \u003cp class=\"hkm-highlight-label\"\u003eCombined Motor Output\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-highlight-banner-item\"\u003e\n                    \u003cp class=\"hkm-highlight-value\"\u003e43.5\u003cspan style=\"font-size:18px;font-weight:400;\"\u003emi\u003c\/span\u003e\u003c\/p\u003e\n                    \u003cp class=\"hkm-highlight-label\"\u003eEst. Max Range \u003cspan style=\"font-size:11px;\"\u003e(70 km)\u003c\/span\u003e\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-highlight-banner-item\"\u003e\n                    \u003cp class=\"hkm-highlight-value\"\u003e330\u003cspan style=\"font-size:18px;font-weight:400;\"\u003elbs\u003c\/span\u003e\u003c\/p\u003e\n                    \u003cp class=\"hkm-highlight-label\"\u003eMax Load \u003cspan style=\"font-size:11px;\"\u003e(150 kg)\u003c\/span\u003e\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-highlight-banner-item\"\u003e\n                    \u003cp class=\"hkm-highlight-value\"\u003e30\u003cspan style=\"font-size:18px;font-weight:400;\"\u003e°\u003c\/span\u003e\u003c\/p\u003e\n                    \u003cp class=\"hkm-highlight-label\"\u003eMax Climbing Angle\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: KEY SELLING POINTS ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003eEngineered Performance, Purpose-Built Design\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eEvery component of the HKM-Z3M has been thoughtfully selected to deliver a premium riding experience that stands apart from conventional electric scooters.\u003c\/p\u003e\n\n            \u003cdiv class=\"hkm-grid-2col\"\u003e\n                \u003c!-- Card 1: Dual Motor --\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"44\" height=\"44\" viewbox=\"0 0 44 44\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"20\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"8\" fill=\"#0056D2\" opacity=\"0.15\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"5\" fill=\"#0056D2\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M22 2C22 2 28 8 28 14C28 20 24 26 22 26C20 26 16 20 16 14C16 8 22 2 22 2Z\" stroke=\"#0056D2\" stroke-width=\"1.6\" fill=\"none\" opacity=\"0.6\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"22\" cy=\"14\" r=\"2.5\" fill=\"#0056D2\" opacity=\"0.8\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"22\" y1=\"26\" x2=\"22\" y2=\"34\" stroke=\"#0056D2\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"16\" y1=\"36\" x2=\"28\" y2=\"36\" stroke=\"#0056D2\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"15\" cy=\"37\" r=\"2.5\" fill=\"none\" stroke=\"#0056D2\" stroke-width=\"1.3\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"29\" cy=\"37\" r=\"2.5\" fill=\"none\" stroke=\"#0056D2\" stroke-width=\"1.3\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003eDual 1500W Motors — 3000W Combined Output\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eTwo independent 60V brushless hub motors deliver a commanding combined output of 3000 watts. This dual-motor architecture provides exceptional torque delivery, enabling rapid acceleration from a standstill and the ability to maintain consistent speed even when climbing steep gradients. Each motor operates with high efficiency, reducing energy waste and extending usable range during mixed-terrain riding.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Card 2: Battery --\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"44\" height=\"44\" viewbox=\"0 0 44 44\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003crect x=\"8\" y=\"14\" width=\"26\" height=\"22\" rx=\"4\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"12\" y=\"10\" width=\"18\" height=\"4\" rx=\"1.5\" fill=\"#0056D2\" opacity=\"0.3\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"18\" y=\"6\" width=\"6\" height=\"5\" rx=\"1\" fill=\"#0056D2\" opacity=\"0.5\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"18\" y=\"17\" width=\"8\" height=\"3\" rx=\"1.5\" fill=\"#0056D2\" opacity=\"0.7\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"18\" y=\"22\" width=\"10\" height=\"3\" rx=\"1.5\" fill=\"#0056D2\" opacity=\"0.55\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"18\" y=\"27\" width=\"6\" height=\"3\" rx=\"1.5\" fill=\"#0056D2\" opacity=\"0.4\"\u003e\u003c\/rect\u003e\n                            \u003cpath d=\"M36 20L40 20L40 28L36 28\" stroke=\"#0056D2\" stroke-width=\"1.6\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003e60V 23Ah Lithium-Ion Battery — 1380Wh Capacity\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eA high-voltage 60V architecture paired with a substantial 23 amp-hour lithium-ion battery pack yields a total energy reserve of 1380 watt-hours. This generous capacity supports an estimated range of up to 43.5 miles (70 kilometers) under optimal conditions, making the HKM-Z3M a compelling choice for riders who require dependable range for extended commutes or full-day recreational outings without frequent recharging stops.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Card 3: Brakes --\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"44\" height=\"44\" viewbox=\"0 0 44 44\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"19\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"13\" stroke=\"#0056D2\" stroke-width=\"1.4\" fill=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"7\" fill=\"#0056D2\" opacity=\"0.2\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"3.5\" fill=\"#0056D2\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M22 3L22 9\" stroke=\"#0056D2\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M22 35L22 41\" stroke=\"#0056D2\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M3 22L9 22\" stroke=\"#0056D2\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M35 22L41 22\" stroke=\"#0056D2\" stroke-width=\"2\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"1.8\" fill=\"#FFFFFF\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003eFront \u0026amp; Rear Hydraulic Disc Brakes\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eDual hydraulic disc brakes replace conventional mechanical systems to deliver superior stopping power with refined modulation. The hydraulic actuation ensures consistent brake feel across varying temperatures and usage conditions, while the dual-rotor configuration provides balanced deceleration. Riders benefit from shorter stopping distances and more precise control during both gradual speed reductions and emergency braking scenarios.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Card 4: Tires \u0026 Suspension --\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"44\" height=\"44\" viewbox=\"0 0 44 44\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"17\" stroke=\"#0056D2\" stroke-width=\"2.2\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"11\" stroke=\"#0056D2\" stroke-width=\"1.5\" fill=\"none\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"5\" fill=\"#0056D2\" opacity=\"0.15\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"2\" fill=\"#0056D2\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"22\" y1=\"5\" x2=\"22\" y2=\"15\" stroke=\"#0056D2\" stroke-width=\"1.6\" stroke-linecap=\"round\" opacity=\"0.6\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"22\" y1=\"29\" x2=\"22\" y2=\"39\" stroke=\"#0056D2\" stroke-width=\"1.6\" stroke-linecap=\"round\" opacity=\"0.6\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"5\" y1=\"22\" x2=\"15\" y2=\"22\" stroke=\"#0056D2\" stroke-width=\"1.6\" stroke-linecap=\"round\" opacity=\"0.6\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"29\" y1=\"22\" x2=\"39\" y2=\"22\" stroke=\"#0056D2\" stroke-width=\"1.6\" stroke-linecap=\"round\" opacity=\"0.6\"\u003e\u003c\/line\u003e\n                            \u003cpath d=\"M10 10L16 16\" stroke=\"#0056D2\" stroke-width=\"1.3\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M28 16L34 10\" stroke=\"#0056D2\" stroke-width=\"1.3\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M10 34L16 28\" stroke=\"#0056D2\" stroke-width=\"1.3\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M28 28L34 34\" stroke=\"#0056D2\" stroke-width=\"1.3\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003e12-Inch Pneumatic Off-Road Tires \u0026amp; Dual Shock Absorbers\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eLarge 12-inch pneumatic tires with an off-road tread pattern provide enhanced grip and vibration absorption across asphalt, gravel, and uneven terrain. Paired with front and rear shock absorbers, the suspension system effectively dampens road imperfections, reducing rider fatigue and improving stability. This combination ensures confident handling whether navigating city streets or venturing onto unpaved paths.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Card 5: Smart Connectivity --\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"44\" height=\"44\" viewbox=\"0 0 44 44\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003crect x=\"10\" y=\"6\" width=\"24\" height=\"32\" rx=\"5\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"13\" y=\"10\" width=\"18\" height=\"22\" rx=\"2\" fill=\"#0056D2\" opacity=\"0.1\"\u003e\u003c\/rect\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"5\" stroke=\"#0056D2\" stroke-width=\"1.4\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"22\" cy=\"22\" r=\"2\" fill=\"#0056D2\"\u003e\u003c\/circle\u003e\n                            \u003cline x1=\"22\" y1=\"27\" x2=\"22\" y2=\"30\" stroke=\"#0056D2\" stroke-width=\"1.2\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                            \u003crect x=\"19\" y=\"32\" width=\"6\" height=\"2\" rx=\"1\" fill=\"#0056D2\" opacity=\"0.6\"\u003e\u003c\/rect\u003e\n                            \u003cpath d=\"M28 16C30 18 30 21 28 23\" stroke=\"#0056D2\" stroke-width=\"1.2\" fill=\"none\" stroke-linecap=\"round\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M16 16C14 18 14 21 16 23\" stroke=\"#0056D2\" stroke-width=\"1.2\" fill=\"none\" stroke-linecap=\"round\" opacity=\"0.5\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003eSmart App Control \u0026amp; Integrated Bluetooth Speaker\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eConnect your smartphone via the dedicated mobile application to customize performance parameters, monitor real-time trip data, adjust the LED light strip ambiance, and activate the anti-theft alarm system. The built-in Bluetooth speaker lets you stream audio directly from your connected device, adding an entertainment dimension to every ride without the need for external accessories.\u003c\/p\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Card 6: Build Quality --\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"44\" height=\"44\" viewbox=\"0 0 44 44\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003crect x=\"6\" y=\"10\" width=\"32\" height=\"26\" rx=\"3\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"10\" y=\"14\" width=\"24\" height=\"18\" rx=\"1.5\" fill=\"#0056D2\" opacity=\"0.08\"\u003e\u003c\/rect\u003e\n                            \u003cline x1=\"14\" y1=\"14\" x2=\"14\" y2=\"32\" stroke=\"#0056D2\" stroke-width=\"1.4\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"22\" y1=\"14\" x2=\"22\" y2=\"32\" stroke=\"#0056D2\" stroke-width=\"1.4\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"30\" y1=\"14\" x2=\"30\" y2=\"32\" stroke=\"#0056D2\" stroke-width=\"1.4\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"10\" y1=\"20\" x2=\"34\" y2=\"20\" stroke=\"#0056D2\" stroke-width=\"1.2\" opacity=\"0.35\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"10\" y1=\"26\" x2=\"34\" y2=\"26\" stroke=\"#0056D2\" stroke-width=\"1.2\" opacity=\"0.35\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"22\" cy=\"6\" r=\"3\" fill=\"#0056D2\" opacity=\"0.7\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003eCarbon Steel Frame — 330 lbs (150 kg) Load Capacity\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eA rigid carbon steel chassis forms the structural backbone of the HKM-Z3M, engineered to withstand a maximum load of 330 pounds (150 kilograms) without compromising stability or ride quality. The frame's geometry has been optimized to distribute weight evenly, ensuring predictable handling characteristics whether riding solo or carrying cargo. This robust construction translates to long-term durability and rider confidence.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: DETAILED MOTOR \u0026 POWER SYSTEM ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003eDual-Motor Powertrain: Unmatched Torque \u0026amp; Acceleration\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eA closer examination of the 60V high-voltage dual-motor system that defines the HKM-Z3M's performance character.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eAt the heart of the HKM-Z3M lies a sophisticated dual-motor configuration. Two independently controlled 1500-watt brushless DC hub motors — one mounted in the front wheel and one in the rear — work in concert to produce a total combined output of 3000 watts. This is not merely a sum of two motors; it represents a deliberate engineering choice to distribute tractive force across both axles, resulting in all-wheel-drive-like grip and acceleration characteristics that single-motor scooters simply cannot replicate.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe 60-volt electrical architecture is a defining differentiator. Compared to more common 36V or 48V systems found in many consumer-grade electric scooters, the HKM-Z3M's 60V platform delivers current more efficiently to the motors. Higher voltage means lower current draw for the same power output, which reduces resistive losses in the wiring and motor windings. In practical terms, this translates to cooler operating temperatures, improved energy efficiency, and more consistent power delivery throughout the battery's state-of-charge range — from a full charge down to the final miles of usable capacity.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe dual-motor setup also provides redundancy and flexibility. Riders can choose between single-motor mode for conservative energy consumption on flat terrain or dual-motor mode when maximum acceleration and climbing capability are required. The electronic speed controller (ESC) manages power distribution between the two motors seamlessly, preventing wheel spin on loose surfaces and optimizing torque delivery based on real-time traction conditions.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eWith a maximum climbing angle rated at 30 degrees, the HKM-Z3M confidently ascends steep hills that would challenge many single-motor alternatives. This capability is particularly valuable for riders in hilly urban environments or those who encounter varied topography on their regular routes. The combined torque output ensures that speed is maintained even on significant inclines, reducing the need to dismount and walk — a common frustration with underpowered electric scooters.\u003c\/p\u003e\n\n            \u003cdiv class=\"hkm-grid-3col\" style=\"margin-top: 20px;\"\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"38\" height=\"38\" viewbox=\"0 0 38 38\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpolygon points=\"19,3 35,30 3,30\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\" stroke-linejoin=\"round\"\u003e\u003c\/polygon\u003e\n                            \u003cline x1=\"19\" y1=\"14\" x2=\"19\" y2=\"22\" stroke=\"#0056D2\" stroke-width=\"1.6\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"19\" cy=\"26\" r=\"1.5\" fill=\"#0056D2\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003e30° Hill Climbing\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eConquer steep inclines with confidence — dual motors provide the torque needed for demanding gradients.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"38\" height=\"38\" viewbox=\"0 0 38 38\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003ccircle cx=\"19\" cy=\"19\" r=\"15\" stroke=\"#0056D2\" stroke-width=\"1.6\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M19 4L19 19L30 25\" stroke=\"#0056D2\" stroke-width=\"1.6\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"19\" cy=\"19\" r=\"3\" fill=\"#0056D2\" opacity=\"0.6\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003eInstant Torque Delivery\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eBrushless hub motors deliver torque directly to the wheels with zero lag for responsive acceleration.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"38\" height=\"38\" viewbox=\"0 0 38 38\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003crect x=\"4\" y=\"8\" width=\"30\" height=\"22\" rx=\"3\" stroke=\"#0056D2\" stroke-width=\"1.6\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003cpath d=\"M10 15L16 19L10 23\" stroke=\"#0056D2\" stroke-width=\"1.4\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M20 15L26 19L20 23\" stroke=\"#0056D2\" stroke-width=\"1.4\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"30\" cy=\"19\" r=\"2\" fill=\"#0056D2\" opacity=\"0.6\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003eTriple Speed Modes\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eConfigurable top speeds of 15.5 \/ 28 \/ 43.5 mph (25 \/ 45 \/ 70 km\/h) to suit local regulations and rider preference.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: BATTERY \u0026 RANGE ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003e1380Wh Battery System: Extended Range for Long-Distance Travel\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eUnderstanding the energy storage system that powers the HKM-Z3M and the real-world factors that influence achievable range.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe HKM-Z3M is equipped with a high-capacity 60-volt, 23 amp-hour lithium-ion battery pack, yielding a total energy capacity of 1380 watt-hours (Wh). To contextualize this figure: many mid-range electric scooters feature batteries in the 500–750Wh range. The Z3M's 1380Wh capacity nearly doubles that of typical mid-tier offerings, placing it firmly in the high-endurance category suitable for riders who prioritize range above all else.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eUnder ideal testing conditions — a rider weight of approximately 165 lbs (75 kg), flat terrain, moderate ambient temperature (around 77°F \/ 25°C), single-motor eco mode, and a steady cruising speed — the HKM-Z3M can achieve an estimated maximum range of up to 43.5 miles (70 kilometers) on a single charge. It is important to note that actual range varies significantly based on multiple interdependent variables: rider weight, terrain gradient, ambient temperature, wind conditions, tire pressure, selected speed mode, and whether dual-motor operation is engaged.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe lithium-ion cells used in the battery pack feature a high energy density and are managed by an integrated Battery Management System (BMS). The BMS continuously monitors individual cell voltages, temperature, and overall pack health, providing protection against overcharge, over-discharge, short circuits, and thermal anomalies. This intelligent management extends the overall service life of the battery and ensures safe operation across thousands of charge-discharge cycles.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eCharging the battery from a depleted state to full capacity requires approximately 8 to 10 hours using the included standard charger. For riders who plan their charging overnight, this duration aligns conveniently with typical downtime periods. The charging port is protected by a weather-resistant cover that maintains the scooter's IPX5 water resistance rating when not actively charging.\u003c\/p\u003e\n\n            \u003cdiv class=\"hkm-grid-2col\" style=\"margin-top: 20px;\"\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"38\" height=\"38\" viewbox=\"0 0 38 38\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003crect x=\"8\" y=\"6\" width=\"22\" height=\"26\" rx=\"4\" stroke=\"#0056D2\" stroke-width=\"1.6\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"12\" y=\"10\" width=\"14\" height=\"16\" rx=\"2\" fill=\"#0056D2\" opacity=\"0.15\"\u003e\u003c\/rect\u003e\n                            \u003cline x1=\"19\" y1=\"14\" x2=\"19\" y2=\"22\" stroke=\"#0056D2\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"15\" y1=\"18\" x2=\"23\" y2=\"18\" stroke=\"#0056D2\" stroke-width=\"1.3\" stroke-linecap=\"round\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"19\" cy=\"30\" r=\"1.5\" fill=\"#0056D2\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003eBMS Protection\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eIntegrated Battery Management System safeguards against overcharge, over-discharge, and thermal issues for long-term reliability.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-card\"\u003e\n                    \u003cdiv class=\"hkm-card-icon-wrap\"\u003e\n                        \u003csvg width=\"38\" height=\"38\" viewbox=\"0 0 38 38\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003ccircle cx=\"19\" cy=\"19\" r=\"15\" stroke=\"#0056D2\" stroke-width=\"1.6\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M19 7L19 19\" stroke=\"#0056D2\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M19 19L27 25\" stroke=\"#0056D2\" stroke-width=\"1.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"19\" cy=\"19\" r=\"2.5\" fill=\"#0056D2\" opacity=\"0.7\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"19\" cy=\"7\" r=\"1.8\" fill=\"#0056D2\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"27\" cy=\"25\" r=\"1.8\" fill=\"#0056D2\" opacity=\"0.6\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"hkm-card-title\"\u003e8–10 Hour Recharge\u003c\/h3\u003e\n                    \u003cp class=\"hkm-card-desc\"\u003eFull recharge achieved overnight, perfectly timed for daily commuting cycles and morning readiness.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: BRAKING SYSTEM DEEP DIVE ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003eHydraulic Disc Brakes: Precision Stopping Power\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eWhy the HKM-Z3M's braking system represents a meaningful upgrade over mechanical alternatives.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eBraking performance is arguably the most critical safety feature on any vehicle, and electric scooters are no exception. The HKM-Z3M employs front and rear hydraulic disc brakes — a deliberate upgrade from the mechanical disc brakes commonly found on many consumer-grade scooters. The distinction between hydraulic and mechanical systems is substantial and directly impacts rider safety and control.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eIn a mechanical disc brake system, a steel cable connects the brake lever to the caliper. As the cable stretches over time and friction builds within the housing, braking feel becomes inconsistent, and lever travel increases — requiring periodic manual adjustment. Hydraulic systems, by contrast, use incompressible brake fluid sealed within a closed system. When the rider squeezes the lever, hydraulic pressure is transmitted instantly and uniformly to the caliper pistons, resulting in consistent lever feel, predictable engagement, and reduced maintenance requirements over the life of the scooter.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe dual-rotor configuration — with dedicated disc rotors at both the front and rear wheels — distributes braking force across both axles. This balanced approach prevents the front-end dive and rear-wheel lift that can occur with front-heavy braking systems, providing more stable deceleration. Riders benefit from shorter stopping distances and finer modulation, allowing for precise speed adjustments in traffic or during technical maneuvering.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: TIRES, SUSPENSION \u0026 COMFORT ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003e12-Inch Pneumatic Tires \u0026amp; Dual Suspension: Ride Comfort Redefined\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eHow the HKM-Z3M's wheel and suspension system absorbs terrain imperfections for a smoother journey.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe HKM-Z3M rolls on 12-inch pneumatic (air-filled) tires featuring an off-road-ready tread pattern. The larger diameter — compared to the 8-inch or 10-inch tires found on many compact scooters — provides several advantages: a larger contact patch for improved grip, better roll-over capability when encountering small obstacles or pavement cracks, and increased air volume for natural vibration damping. Pneumatic construction means the tires deform slightly upon impact, absorbing high-frequency vibrations before they reach the rider's hands and feet.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eComplementing the pneumatic tires is a dual shock absorber system, with dedicated suspension units at both the front fork and rear swing arm. These shock absorbers are tuned to work in concert with the tires, addressing lower-frequency impacts such as potholes, speed bumps, and uneven road surfaces. The combined tire-and-suspension system effectively isolates the rider from road harshness, reducing fatigue during longer rides and improving overall control by keeping the tires in consistent contact with the riding surface.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe scooter's 7.5-inch (19 cm) ground clearance provides ample under-deck space to clear curbs, speed bumps, and trail obstacles without scraping the chassis. This clearance, combined with the off-road tire tread, makes the HKM-Z3M capable of handling light off-road use, gravel paths, and grassy areas — expanding the range of environments where the scooter can be confidently ridden beyond paved urban streets.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: SMART FEATURES ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003eConnected Intelligence: App Control \u0026amp; Entertainment Integration\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eModern connectivity features that enhance convenience, personalization, and security.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe HKM-Z3M embraces smart connectivity through a dedicated mobile application available for both iOS and Android devices. Once paired via Bluetooth, the app unlocks a suite of customization and monitoring features. Riders can adjust performance settings — including speed mode selection and acceleration profiles — directly from their smartphone. The app also provides a real-time dashboard displaying current speed, battery state of charge, trip distance, and estimated remaining range, allowing for informed ride planning.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003ePersonalization extends to the scooter's integrated LED light strip, which can be customized in color and pattern through the app. Whether preferring a subtle ambient glow or a vibrant dynamic display, riders can tailor the scooter's appearance to match their style. The LED headlight provides forward illumination for nighttime visibility, while the strip lighting enhances side-visibility to other road users.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eSecurity is addressed through the app's anti-theft alarm function. When activated, the system monitors for unauthorized movement and emits an audible alert if tampering is detected, while simultaneously sending a notification to the paired smartphone. While not a replacement for a physical lock, this feature adds a meaningful layer of deterrence for quick stops.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe integrated Bluetooth speaker represents a thoughtful entertainment addition. Riders can stream music, podcasts, or navigation audio from their smartphone directly through the scooter's built-in speaker, eliminating the need for headphones — which can compromise situational awareness — or external Bluetooth speakers that require separate mounting and charging.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: COMPREHENSIVE SPECIFICATIONS ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003eComplete Technical Specifications\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eDetailed specifications of the HKM-Z3M electric scooter. All measurements provided in U.S. standard units with metric equivalents.\u003c\/p\u003e\n\n            \u003cdiv class=\"hkm-spec-grid\"\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eModel\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003eHKM-Z3M\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eMotor\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003eDual 60V 1500W Brushless Hub Motors (3000W Total Combined Output)\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eBattery\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e60V 23Ah Lithium-ion \/ 1380Wh Total Energy Capacity\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eMax Configurable Speed\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e15.5 mph \/ 28 mph \/ 43.5 mph (25 \/ 45 \/ 70 km\/h) — Three Selectable Modes\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eEstimated Range\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003eUp to 43.5 miles (70 km) — Varies with rider weight, terrain, speed, temperature, and motor mode\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eMax Load Capacity\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e330 lbs (150 kg)\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eCharging Time\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e8–10 Hours (Standard Charger)\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eBraking System\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003eFront \u0026amp; Rear Hydraulic Disc Brakes\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eTires\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e12-Inch Pneumatic Off-Road Tires\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eSuspension\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003eFront \u0026amp; Rear Dual Shock Absorbers\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eWater Resistance Rating\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003eIPX5 — Protected against low-pressure water jets from any direction\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eUnfolded Dimensions\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e54.3\" L × 25.6\" W × 52.0\" H (138 × 65 × 132 cm)\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eFolded Dimensions\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e54.3\" L × 25.6\" W × 28.0\" H (138 × 65 × 71 cm)\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eScooter Net Weight\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e93.8 lbs (42.5 kg)\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eGround Clearance\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e7.5 inches (19 cm)\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eMaximum Climbing Angle\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003e30°\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eFrame Material\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003eCarbon Steel\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"hkm-spec-item\"\u003e\n                    \u003cp class=\"hkm-spec-label\"\u003eAdditional Features\u003c\/p\u003e\n                    \u003cp class=\"hkm-spec-value\"\u003eMobile App Control, LED Headlight, Customizable LED Strip Lighting, Integrated Bluetooth Speaker, Anti-Theft Alarm\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: IPX5 WATER RESISTANCE ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003eIPX5 Water Resistance: Ride with Confidence in Varied Weather\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eUnderstanding the HKM-Z3M's water resistance rating and its practical implications for daily use.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe HKM-Z3M carries an IPX5 water resistance rating, as defined by the International Electrotechnical Commission (IEC) standard 60529. The \"IP\" prefix stands for \"Ingress Protection,\" while the \"X\" indicates that the device has not been formally rated for solid particle ingress (dust). The numeral \"5\" signifies protection against water jets projected from a 6.3mm nozzle at a flow rate of 12.5 liters per minute from any direction, tested over a duration of at least 3 minutes at a distance of approximately 3 meters.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eIn practical terms, IPX5 certification means the HKM-Z3M is engineered to withstand rain showers, splashes from wet roads, and cleaning with a gentle water spray. This level of protection provides peace of mind for riders who may encounter unexpected precipitation during their commute. However, it is important to note that IPX5 is not equivalent to waterproofing for submersion — the scooter should never be immersed in water, ridden through deep puddles that submerge the deck, or subjected to high-pressure washing equipment, which can exceed the rated protection parameters.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: SAFETY \u0026 COMPLIANCE ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003eRider Safety \u0026amp; Regulatory Compliance\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eImportant information regarding safe operation and legal compliance for electric scooter riders.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eElectric scooter laws and regulations vary significantly by city, county, state, and country. It is the sole responsibility of the purchaser and rider to know, understand, and obey all applicable local laws concerning electric scooter operation. These may include — but are not limited to — maximum speed limits, mandatory helmet requirements, minimum age restrictions, permitted riding areas (roadways, bicycle lanes, sidewalks, or multi-use paths), and requirements for registration, licensing, and insurance coverage.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eThe HKM-Z3M offers three configurable speed modes: 15.5 mph (25 km\/h), 28 mph (45 km\/h), and 43.5 mph (70 km\/h). Riders must select the speed mode that complies with local speed regulations for their riding area. In many jurisdictions, electric scooters are limited to speeds of 15–20 mph (24–32 km\/h) on public roads and bicycle lanes. The highest speed mode should only be utilized on private property or in areas where such speeds are explicitly permitted by law.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eWe strongly recommend that all riders wear appropriate safety gear before every ride, including a properly fitted helmet that meets applicable safety standards (such as DOT, ECE, or CPSC certification). Additional protective equipment — including elbow pads, knee pads, and gloves — can further reduce the risk of injury. Riders should also wear high-visibility clothing or reflective elements when riding in low-light conditions, and always use the scooter's integrated LED headlight and strip lighting to maximize visibility to other road users.\u003c\/p\u003e\n\n            \u003cp class=\"hkm-body-text\"\u003eBefore each ride, perform a brief pre-ride inspection: verify tire pressure and tread condition, test brake function, ensure the folding mechanism is securely locked, check that all lights are operational, and confirm the battery has sufficient charge for the intended journey. Never operate the scooter under the influence of alcohol, drugs, or any substances that may impair judgment, reaction time, or motor coordination.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: FAQ ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eQuick answers to common inquiries about the HKM-Z3M electric scooter.\u003c\/p\u003e\n\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary class=\"hkm-faq-summary\"\u003e\n                    What is the actual real-world range of the HKM-Z3M?\n                    \u003cspan class=\"hkm-faq-arrow\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M4.5 6.75L9 11.25L13.5 6.75\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/span\u003e\n                \u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp style=\"margin:0;font-size:14px;color:#3A3A3C;line-height:1.6;\"\u003eReal-world range depends on multiple factors including rider weight, terrain, speed mode, ambient temperature, tire pressure, and whether single or dual motors are engaged. Under ideal conditions — a 165 lbs (75 kg) rider on flat terrain at moderate speed in single-motor eco mode — the scooter can achieve up to 43.5 miles (70 km). In more demanding scenarios with a heavier rider, hilly terrain, and dual-motor operation at higher speeds, range may be reduced to approximately 25–35 miles (40–56 km). Cold weather (below 50°F \/ 10°C) can temporarily reduce battery efficiency and overall range by 10–20%.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary class=\"hkm-faq-summary\"\u003e\n                    How long does it take to fully charge the battery?\n                    \u003cspan class=\"hkm-faq-arrow\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M4.5 6.75L9 11.25L13.5 6.75\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/span\u003e\n                \u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp style=\"margin:0;font-size:14px;color:#3A3A3C;line-height:1.6;\"\u003eUsing the included standard charger, a full charge from a depleted battery takes approximately 8 to 10 hours. The Battery Management System (BMS) automatically regulates the charging process, tapering current as the battery approaches full capacity to protect cell health. For daily commuters, overnight charging is the most convenient approach — simply plug in when you arrive home and the scooter will be fully charged and ready by morning.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary class=\"hkm-faq-summary\"\u003e\n                    Can the HKM-Z3M be ridden in the rain?\n                    \u003cspan class=\"hkm-faq-arrow\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M4.5 6.75L9 11.25L13.5 6.75\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/span\u003e\n                \u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp style=\"margin:0;font-size:14px;color:#3A3A3C;line-height:1.6;\"\u003eYes, within limits. The HKM-Z3M's IPX5 rating means it is protected against low-pressure water jets from any direction, which covers typical rain showers and splashes from wet roads. However, the scooter should not be submerged in water, ridden through deep puddles that reach the deck level, or cleaned with high-pressure washers. After riding in wet conditions, it is advisable to wipe down the scooter and ensure the charging port cover is securely closed before storing.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary class=\"hkm-faq-summary\"\u003e\n                    What is the difference between hydraulic and mechanical disc brakes?\n                    \u003cspan class=\"hkm-faq-arrow\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M4.5 6.75L9 11.25L13.5 6.75\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/span\u003e\n                \u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp style=\"margin:0;font-size:14px;color:#3A3A3C;line-height:1.6;\"\u003eMechanical disc brakes use a steel cable to transmit force from the brake lever to the caliper. Over time, cables stretch and develop friction, leading to inconsistent feel and requiring manual adjustment. Hydraulic disc brakes use incompressible brake fluid in a sealed system, providing consistent lever feel, more precise modulation, reduced maintenance, and generally stronger stopping power. The HKM-Z3M's hydraulic system requires less frequent adjustment and delivers more predictable braking performance across varying conditions.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary class=\"hkm-faq-summary\"\u003e\n                    How heavy is the HKM-Z3M and is it portable?\n                    \u003cspan class=\"hkm-faq-arrow\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M4.5 6.75L9 11.25L13.5 6.75\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/span\u003e\n                \u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp style=\"margin:0;font-size:14px;color:#3A3A3C;line-height:1.6;\"\u003eThe HKM-Z3M has a net weight of 93.8 lbs (42.5 kg), reflecting its robust carbon steel frame, large battery pack, and dual-motor system. This is heavier than lightweight commuter scooters but is consistent with high-performance dual-motor models in its class. The scooter features a folding mechanism that reduces the height from 52.0 inches (132 cm) to 28.0 inches (71 cm), making it easier to store in a garage, vehicle trunk, or storage closet. Due to its weight, it is best suited for riders who do not need to carry it up multiple flights of stairs regularly.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n\n            \u003cdetails class=\"hkm-faq-item\"\u003e\n                \u003csummary class=\"hkm-faq-summary\"\u003e\n                    Does the scooter require assembly upon delivery?\n                    \u003cspan class=\"hkm-faq-arrow\"\u003e\n                        \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M4.5 6.75L9 11.25L13.5 6.75\" stroke=\"#0056D2\" stroke-width=\"1.8\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/span\u003e\n                \u003c\/summary\u003e\n                \u003cdiv class=\"hkm-faq-content\"\u003e\n                    \u003cp style=\"margin:0;font-size:14px;color:#3A3A3C;line-height:1.6;\"\u003eThe HKM-Z3M arrives largely pre-assembled. Minor setup steps may include attaching the handlebar assembly, tightening a few bolts, and ensuring the folding mechanism is properly engaged. A detailed user manual with assembly instructions is included in the package. Most riders can complete the setup process in approximately 15–30 minutes using the included tools.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/details\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: POLICY INFORMATION ==================== --\u003e\n        \u003cdiv class=\"hkm-section\"\u003e\n            \u003ch2 class=\"hkm-section-title\"\u003ePurchase with Confidence\u003c\/h2\u003e\n            \u003cp class=\"hkm-section-subtitle\"\u003eEvery HKM-Z3M purchase is backed by comprehensive customer protection policies designed to ensure your satisfaction.\u003c\/p\u003e\n\n            \u003cdiv class=\"hkm-policy-grid\"\u003e\n                \u003c!-- Policy 1 --\u003e\n                \u003cdiv class=\"hkm-policy-card\"\u003e\n                    \u003cdiv class=\"hkm-policy-icon-wrap\"\u003e\n                        \u003csvg width=\"42\" height=\"42\" viewbox=\"0 0 42 42\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003crect x=\"3\" y=\"8\" width=\"36\" height=\"26\" rx=\"3\" stroke=\"#0056D2\" stroke-width=\"1.7\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003cpath d=\"M12 18L18 24L30 12\" stroke=\"#0056D2\" stroke-width=\"2.2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                            \u003cline x1=\"8\" y1=\"36\" x2=\"34\" y2=\"36\" stroke=\"#0056D2\" stroke-width=\"1.4\" stroke-linecap=\"round\" opacity=\"0.5\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cp class=\"hkm-policy-title\"\u003eFree Shipping on All Orders\u003c\/p\u003e\n                        \u003cp class=\"hkm-policy-desc\"\u003eComplimentary standard shipping is included with every HKM-Z3M purchase. No minimum order value required — the price you see is the price you pay, delivered to your doorstep at no additional cost.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Policy 2 --\u003e\n                \u003cdiv class=\"hkm-policy-card\"\u003e\n                    \u003cdiv class=\"hkm-policy-icon-wrap\"\u003e\n                        \u003csvg width=\"42\" height=\"42\" viewbox=\"0 0 42 42\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003ccircle cx=\"21\" cy=\"21\" r=\"17\" stroke=\"#0056D2\" stroke-width=\"1.7\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M21 10L21 22L28 26\" stroke=\"#0056D2\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"21\" cy=\"21\" r=\"3\" fill=\"#0056D2\" opacity=\"0.5\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"21\" cy=\"10\" r=\"2\" fill=\"#0056D2\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cp class=\"hkm-policy-title\"\u003e180 Days Purchase Protection\u003c\/p\u003e\n                        \u003cp class=\"hkm-policy-desc\"\u003eExtended 180-day purchase protection covers manufacturing defects and quality issues. If a defect arises within this period, we will repair or replace the affected component at no charge, ensuring your investment is safeguarded for a full six months from the date of purchase.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Policy 3 --\u003e\n                \u003cdiv class=\"hkm-policy-card\"\u003e\n                    \u003cdiv class=\"hkm-policy-icon-wrap\"\u003e\n                        \u003csvg width=\"42\" height=\"42\" viewbox=\"0 0 42 42\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003cpath d=\"M8 20C8 20 12 28 21 28C30 28 34 20 34 20C34 20 30 12 21 12C12 12 8 20 8 20Z\" stroke=\"#0056D2\" stroke-width=\"1.7\" fill=\"none\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"21\" cy=\"20\" r=\"4\" fill=\"#0056D2\" opacity=\"0.7\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"21\" cy=\"20\" r=\"1.5\" fill=\"#FFFFFF\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cp class=\"hkm-policy-title\"\u003e30 Days Money-Back Guarantee\u003c\/p\u003e\n                        \u003cp class=\"hkm-policy-desc\"\u003eIf you are not completely satisfied with your HKM-Z3M, you may return it within 30 days of delivery for a full refund of the purchase price. The scooter must be in like-new condition with all original accessories and packaging included. We make returns straightforward and hassle-free.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- Policy 4 --\u003e\n                \u003cdiv class=\"hkm-policy-card\"\u003e\n                    \u003cdiv class=\"hkm-policy-icon-wrap\"\u003e\n                        \u003csvg width=\"42\" height=\"42\" viewbox=\"0 0 42 42\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\n                            \u003crect x=\"5\" y=\"7\" width=\"32\" height=\"28\" rx=\"4\" stroke=\"#0056D2\" stroke-width=\"1.7\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003cpath d=\"M15 20L19 24L27 16\" stroke=\"#0056D2\" stroke-width=\"2.2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003c\/path\u003e\n                            \u003cline x1=\"9\" y1=\"14\" x2=\"12\" y2=\"14\" stroke=\"#0056D2\" stroke-width=\"1.2\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"9\" y1=\"18\" x2=\"12\" y2=\"18\" stroke=\"#0056D2\" stroke-width=\"1.2\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n                            \u003cline x1=\"9\" y1=\"22\" x2=\"12\" y2=\"22\" stroke=\"#0056D2\" stroke-width=\"1.2\" stroke-linecap=\"round\" opacity=\"0.4\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv\u003e\n                        \u003cp class=\"hkm-policy-title\"\u003e24 Months Warranty Service\u003c\/p\u003e\n                        \u003cp class=\"hkm-policy-desc\"\u003eA comprehensive 24-month warranty covers the HKM-Z3M against defects in materials and workmanship. This includes the frame, motors, battery, controller, and all major components. Our dedicated support team is available to assist with warranty claims, troubleshooting, and replacement parts throughout the coverage period.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- ==================== SECTION: IMPORTANT DISCLAIMER ==================== --\u003e\n        \u003cdiv class=\"hkm-section\" style=\"border-bottom: none; padding-bottom: 20px;\"\u003e\n            \u003cp class=\"hkm-small-text\" style=\"font-size:12px;color:#86868B;line-height:1.5;\"\u003eElectric scooter laws vary by city, county, and state. It is the sole responsibility of the purchaser and rider to know, understand, and obey all local laws concerning electric scooter operation, including but not limited to: speed limits, helmet requirements, age restrictions, permitted riding areas (road, bike lane, sidewalk), and registration\/insurance rules. Performance figures are estimates under ideal conditions; real-world results will differ. Always inspect your scooter and wear appropriate safety gear before riding. Specifications are subject to change without notice. The HKM-Z3M's top speed mode of 43.5 mph (70 km\/h) should only be used on private property or in jurisdictions where such speeds are explicitly permitted for electric scooters.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/01_4b261c3b-4c97-4977-b382-811dd7ecde3e.jpg?v=1767954030\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/02_b650ed21-3e7a-495b-9e4b-7ddd0be002af.jpg?v=1767954038\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/03_65933b68-b246-45c6-83dc-4b26273142dd.jpg?v=1767954032\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/04_ff111c81-ea88-419f-a8bb-86a9bc552bc2.jpg?v=1767954040\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/05_44c5a643-c42d-43ac-8a4e-dc072c12f261.jpg?v=1767954044\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/06_ac26c37b-cef3-42e3-921c-b07dd8797f97.jpg?v=1767954047\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/07_43c3cac0-e763-425e-9319-f5363edc13a3.jpg?v=1767954047\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/08-APP_21b6d2f3-5c2f-4624-8b33-55a976809a81.jpg?v=1767954035\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/09-APP_bc3e44a2-0142-4f29-bfbc-4d60ef71dd64.jpg?v=1767954022\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/10_b9c084fd-d2af-4666-9e7c-47ae58af6b72.jpg?v=1767954021\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/11_097aa70a-a8f9-45cf-8c16-4c332b72f827.jpg?v=1767954038\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/12_3ee6305b-cece-4cf8-a7d4-d456c77fc6d2.jpg?v=1767954049\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/13_3280aa42-9ce3-4d40-b1a2-7d47aa364cd0.jpg?v=1767954049\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/14.jpg?v=1767954048\" alt=\"\"\u003e\u003cp\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Electric Scooters \u003e\u003e","offers":[{"title":"- Light Blue \/ - 3000W\/1500W*2 \/ - 23Ah\/60V\/1380Wh","offer_id":43279953657939,"sku":"868053898728","price":999.99,"currency_code":"USD","in_stock":true},{"title":"- Vitality Orange \/ - 3000W\/1500W*2 \/ - 23Ah\/60V\/1380Wh","offer_id":43412562051155,"sku":null,"price":999.99,"currency_code":"USD","in_stock":true},{"title":"- Honor Purple \/ - 3000W\/1500W*2 \/ - 23Ah\/60V\/1380Wh","offer_id":43412562116691,"sku":null,"price":999.99,"currency_code":"USD","in_stock":true},{"title":"- Azure Blue \/ - 3000W\/1500W*2 \/ - 23Ah\/60V\/1380Wh","offer_id":43412562149459,"sku":null,"price":999.99,"currency_code":"USD","in_stock":true},{"title":"- Honor Purple FC \/ - 3000W\/1500W*2 \/ - 23Ah\/60V\/1380Wh","offer_id":43412562182227,"sku":null,"price":999.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/7797355741267-1-HKM-Z3M-43_5-Miles-60V-23Ah-1380Wh-3000W-Dual-Motor-Drive-Long-Range-Foldable-Electric-Scooter-Black.jpg?v=1768116490"},{"product_id":"hkm-z1m-pro-34-1-miles-48v-20-8ah-998wh-1600w-dual-motor-drive-long-range-foldable-electric-scooter-black-3","title":"HKM-Z1M Pro 34.1 Miles 48V 20.8Ah 998Wh 1600W Dual-Motor Drive Long-Range Foldable Electric Scooter - Black","description":"     \u003cmeta charset=\"UTF-8\"\u003e     \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes\"\u003e     \u003ctitle\u003eHKM-Z1M Pro | Dual-Motor Electric Scooter\u003c\/title\u003e     \u003cstyle\u003e         \/* 全局重置与基础样式 - 仅作用于本产品描述容器，不影响主题 *\/         .product-description-wrapper {           all: initial;           display: block;           width: 100%;           max-width: 820px;           margin: 0 auto;           font-family: 'Inter', 'SF Pro Display', 'Helvetica Neue', 'Roboto', system-ui, -apple-system, sans-serif;           line-height: 1.5;           color: #1e293b;           background: #ffffff;           box-sizing: border-box;           -webkit-font-smoothing: antialiased;           -moz-osx-font-smoothing: grayscale;           container-type: inline-size;         }                  .product-description-wrapper *,         .product-description-wrapper *::before,         .product-description-wrapper *::after {           box-sizing: border-box;           margin: 0;           padding: 0;         }                  \/* 电脑端基础字号 *\/         .product-description-wrapper {           font-size: 15px;         }                  \/* 栅格与布局 *\/         .pd-section {           padding: 2.4rem 0;           border-bottom: 1px solid #f1f5f9;         }         .pd-section:last-child {           border-bottom: none;         }                  .pd-container {           width: 100%;           padding: 0 1.8rem;         }                  .pd-grid {           display: grid;           grid-template-columns: repeat(2, 1fr);           gap: 1.8rem;         }                  .pd-grid-3 {           display: grid;           grid-template-columns: repeat(3, 1fr);           gap: 1.6rem;         }                  .pd-flex {           display: flex;           flex-wrap: wrap;           gap: 1.6rem;         }                  \/* 排版层级 *\/         .pd-eyebrow {           font-size: 13px;           letter-spacing: 0.06em;           text-transform: uppercase;           color: #2563eb;           font-weight: 600;           margin-bottom: 0.45rem;         }                  .pd-title-xl {           font-size: 32px;           font-weight: 500;           letter-spacing: -0.02em;           line-height: 1.2;           color: #0f172a;           margin-bottom: 0.9rem;         }                  .pd-title-lg {           font-size: 24px;           font-weight: 500;           letter-spacing: -0.01em;           color: #0f172a;           margin-bottom: 0.8rem;         }                  .pd-title-md {           font-size: 18px;           font-weight: 500;           color: #1e293b;           margin-bottom: 0.6rem;         }                  .pd-title-sm {           font-size: 15px;           font-weight: 600;           color: #334155;           margin-bottom: 0.35rem;         }                  .pd-text {           font-size: 14px;           color: #475569;           line-height: 1.6;         }                  .pd-text-sm {           font-size: 13px;           color: #64748b;           line-height: 1.5;         }                  .pd-text-xs {           font-size: 12px;           color: #94a3b8;         }                  \/* 卡片与科技感容器 *\/         .pd-card {           background: #ffffff;           border: 1px solid #e9eef3;           border-radius: 20px;           padding: 1.6rem 1.5rem;           transition: all 0.25s ease;           box-shadow: 0 4px 12px rgba(0,0,0,0.02);           display: flex;           flex-direction: column;           align-items: flex-start;           height: 100%;         }                  .pd-card:hover {           border-color: #cbd5e1;           box-shadow: 0 12px 28px rgba(0,0,0,0.05);           transform: translateY(-2px);         }                  .pd-card-center {           align-items: center;           text-align: center;         }                  \/* 图标容器 *\/         .pd-icon-wrap {           display: flex;           align-items: center;           justify-content: center;           margin-bottom: 1.3rem;           transition: transform 0.2s ease;         }         .pd-card:hover .pd-icon-wrap {           transform: scale(1.03);         }                  \/* 高亮数字 *\/         .pd-highlight {           font-size: 28px;           font-weight: 600;           color: #0f172a;           letter-spacing: -0.02em;           line-height: 1.2;         }                  .pd-unit {           font-size: 14px;           font-weight: 500;           color: #64748b;           margin-left: 0.2rem;         }                  \/* 特性列表 *\/         .pd-feature-list {           list-style: none;           display: flex;           flex-direction: column;           gap: 0.8rem;           width: 100%;         }         .pd-feature-item {           display: flex;           align-items: flex-start;           gap: 0.7rem;           font-size: 14px;           color: #334155;         }                  \/* 规格表格样式 (无传统表格线) *\/         .pd-spec-table {           display: flex;           flex-direction: column;           width: 100%;           border: 1px solid #e9eef3;           border-radius: 18px;           overflow: hidden;         }         .pd-spec-row {           display: flex;           border-bottom: 1px solid #f1f5f9;         }         .pd-spec-row:last-child {           border-bottom: none;         }         .pd-spec-cell {           flex: 1;           padding: 0.9rem 1.2rem;           font-size: 14px;           display: flex;           align-items: center;           gap: 0.5rem;         }         .pd-spec-label {           font-weight: 500;           color: #334155;           background: #f8fafc;           max-width: 45%;         }         .pd-spec-value {           color: #0f172a;           font-weight: 500;         }                  \/* 政策卡片 *\/         .pd-policy-grid {           display: grid;           grid-template-columns: repeat(2, 1fr);           gap: 1.2rem;         }         .pd-policy-item {           display: flex;           align-items: center;           gap: 0.8rem;           background: #f9fafb;           border-radius: 16px;           padding: 1rem 1.2rem;         }                  \/* FAQ 可展开 *\/         .pd-faq-item {           border: 1px solid #e9eef3;           border-radius: 16px;           margin-bottom: 0.9rem;           background: #ffffff;           transition: all 0.2s;         }         .pd-faq-question {           width: 100%;           background: transparent;           border: none;           display: flex;           justify-content: space-between;           align-items: center;           padding: 1.1rem 1.4rem;           font-size: 15px;           font-weight: 500;           color: #0f172a;           cursor: pointer;           text-align: left;         }         .pd-faq-answer {           max-height: 0;           overflow: hidden;           transition: max-height 0.4s ease;           padding: 0 1.4rem;           font-size: 14px;           color: #475569;           background: #ffffff;           border-radius: 0 0 16px 16px;         }         .pd-faq-item.open .pd-faq-answer {           max-height: 260px;           padding: 0 1.4rem 1.2rem 1.4rem;         }                  \/* 动画箭头 *\/         .pd-arrow {           transition: transform 0.3s ease;         }         .pd-faq-item.open .pd-arrow {           transform: rotate(180deg);         }                  \/* 响应式 - 手机端 *\/         @media (max-width: 768px) {           .product-description-wrapper {             font-size: 14px;           }           .pd-container {             padding: 0 1.2rem;           }           .pd-grid {             grid-template-columns: 1fr;             gap: 1.2rem;           }           .pd-grid-3 {             grid-template-columns: 1fr;             gap: 1rem;           }           .pd-policy-grid {             grid-template-columns: 1fr;           }           .pd-spec-row {             flex-direction: column;           }           .pd-spec-label {             max-width: 100%;             background: #f8fafc;           }           .pd-title-xl {             font-size: 26px;           }           .pd-title-lg {             font-size: 20px;           }           .pd-title-md {             font-size: 17px;           }           .pd-highlight {             font-size: 24px;           }           .pd-card {             padding: 1.4rem;           }         }                  @media (max-width: 480px) {           .pd-title-xl {             font-size: 22px;           }           .pd-title-lg {             font-size: 19px;           }           .pd-text, .pd-feature-item {             font-size: 13px;           }           .pd-text-sm {             font-size: 12px;           }         }     \u003c\/style\u003e     \u003cdiv class=\"product-description-wrapper\"\u003e         \u003c!-- 英雄区域：双电机核心 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-eyebrow\"\u003eDual-Motor Performance\u003c\/div\u003e                 \u003cdiv class=\"pd-title-xl\"\u003eHKM-Z1M Pro Electric Scooter\u003c\/div\u003e                 \u003cdiv class=\"pd-text\" style=\"max-width: 680px; margin-bottom: 1.6rem;\"\u003e                     Engineered for riders who demand responsive acceleration and confident hill-climbing. The dual 800W motors deliver a combined 1600W output, while the 998Wh battery supports extended journeys. A folding aluminum frame keeps the scooter ready for urban routes and suburban adventures.                 \u003c\/div\u003e                 \u003cdiv class=\"pd-grid-3\"\u003e                     \u003cdiv class=\"pd-card pd-card-center\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"44\" height=\"44\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003cpolygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\u003e\u003c\/polygon\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-highlight\"\u003e1600W\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\" style=\"margin-top:0.2rem;\"\u003eCombined Motor Output\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-card pd-card-center\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"44\" height=\"44\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003crect x=\"1\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e                                 \u003cline x1=\"7\" y1=\"12\" x2=\"7\" y2=\"12\"\u003e\u003c\/line\u003e                                 \u003cline x1=\"11\" y1=\"12\" x2=\"11\" y2=\"12\"\u003e\u003c\/line\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-highlight\"\u003e34.1 mi\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\" style=\"margin-top:0.2rem;\"\u003eEstimated Range (55 km)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-card pd-card-center\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"44\" height=\"44\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003cpath d=\"M12 2L2 22h20L12 2z\"\u003e\u003c\/path\u003e                                 \u003cline x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"\u003e\u003c\/line\u003e                                 \u003ccircle cx=\"12\" cy=\"17\" r=\"0.6\" fill=\"#2563eb\" stroke=\"none\"\u003e\u003c\/circle\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-highlight\"\u003e23°\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\" style=\"margin-top:0.2rem;\"\u003eMax Climbing Angle\u003c\/div\u003e                     \u003c\/div\u003e                 \u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e         \u003c!-- 动力系统深度解析 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-title-lg\"\u003eDual-Motor Architecture\u003c\/div\u003e                 \u003cdiv class=\"pd-grid\"\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0f172a\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e                                 \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003eInstant Torque Delivery\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eTwo 800W motors (48V each) work in tandem to produce 1600W combined. This configuration reduces strain on individual motors while providing linear, strong acceleration from standstill.\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0f172a\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003cpath d=\"M5 12h14\"\u003e\u003c\/path\u003e                                 \u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003e23° Incline Capability\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eThanks to dual-motor traction, the Z1M Pro maintains steady speed on slopes up to 23 degrees. Riders up to 265 lbs (120 kg) can expect consistent hill performance.\u003c\/div\u003e                     \u003c\/div\u003e                 \u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e         \u003c!-- 电池与续航 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-title-lg\"\u003eHigh-Capacity Energy System\u003c\/div\u003e                 \u003cdiv class=\"pd-grid\"\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003crect x=\"1\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e                                 \u003cline x1=\"7\" y1=\"10\" x2=\"7\" y2=\"14\"\u003e\u003c\/line\u003e                                 \u003cline x1=\"11\" y1=\"10\" x2=\"11\" y2=\"14\"\u003e\u003c\/line\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003e48V 20.8Ah (998Wh) Lithium-Ion\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eThe 998 watt-hour capacity supports up to 34.1 miles (55 km) per charge under optimal conditions. Real-world range varies with speed, terrain, rider weight, and ambient temperature.\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003cpolyline points=\"23 4 23 10 17 10\"\u003e\u003c\/polyline\u003e                                 \u003cpath d=\"M20.49 15a9 9 0 1 1-2.12-9.36L23 10\"\u003e\u003c\/path\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003eSmart Battery Management\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eIntegrated BMS protects against overcharge, over-discharge, and temperature extremes. Charging time approximately 7–9 hours from empty to full.\u003c\/div\u003e                     \u003c\/div\u003e                 \u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e         \u003c!-- 速度模式与骑行配置 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-title-lg\"\u003eConfigurable Speed Modes\u003c\/div\u003e                 \u003cdiv class=\"pd-grid-3\"\u003e                     \u003cdiv class=\"pd-card pd-card-center\"\u003e                         \u003cdiv class=\"pd-highlight\"\u003e9.3 mph\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eEco Mode (15 km\/h)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-card pd-card-center\"\u003e                         \u003cdiv class=\"pd-highlight\"\u003e18.6 mph\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eStandard Mode (30 km\/h)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-card pd-card-center\"\u003e                         \u003cdiv class=\"pd-highlight\"\u003e34 mph\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eSport Mode (55 km\/h)\u003c\/div\u003e                     \u003c\/div\u003e                 \u003c\/div\u003e                 \u003cdiv class=\"pd-text-sm\" style=\"margin-top:1.2rem; text-align:center;\"\u003eAlways comply with local speed regulations. Maximum speed may be electronically limited based on regional laws.\u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e         \u003c!-- 制动与安全 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-title-lg\"\u003eBraking \u0026amp; Stability\u003c\/div\u003e                 \u003cdiv class=\"pd-grid\"\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0f172a\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e                                 \u003ccircle cx=\"12\" cy=\"12\" r=\"4\"\u003e\u003c\/circle\u003e                                 \u003cline x1=\"4.93\" y1=\"4.93\" x2=\"9.17\" y2=\"9.17\"\u003e\u003c\/line\u003e                                 \u003cline x1=\"14.83\" y1=\"14.83\" x2=\"19.07\" y2=\"19.07\"\u003e\u003c\/line\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003eFront \u0026amp; Rear Disc Brakes\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eDual mechanical disc brakes provide reliable stopping power in wet and dry conditions. The 10-inch solid off-road tires maintain grip without risk of punctures.\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0f172a\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\"\u003e\u003c\/line\u003e                                 \u003cline x1=\"12\" y1=\"18\" x2=\"12\" y2=\"22\"\u003e\u003c\/line\u003e                                 \u003cline x1=\"4.93\" y1=\"4.93\" x2=\"7.76\" y2=\"7.76\"\u003e\u003c\/line\u003e                                 \u003cline x1=\"16.24\" y1=\"16.24\" x2=\"19.07\" y2=\"19.07\"\u003e\u003c\/line\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003eDual Shock Absorbers\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eFront and rear suspension smooths out bumps and uneven pavement, contributing to ride stability and reduced rider fatigue on longer journeys.\u003c\/div\u003e                     \u003c\/div\u003e                 \u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e         \u003c!-- 折叠设计与便携 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-title-lg\"\u003eFoldable Aluminum Frame\u003c\/div\u003e                 \u003cdiv class=\"pd-grid\"\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003eCompact Storage\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eFolded dimensions: 51.2\" L x 25.6\" W x 24.8\" H (130 x 65 x 63 cm). The net weight is 74.8 lbs (33.9 kg), manageable for lifting into a trunk or closet.\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"3\"\u003e\u003c\/rect\u003e                                 \u003cline x1=\"9\" y1=\"9\" x2=\"15\" y2=\"15\"\u003e\u003c\/line\u003e                                 \u003cline x1=\"15\" y1=\"9\" x2=\"9\" y2=\"15\"\u003e\u003c\/line\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003e7.7 in Ground Clearance\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003e19.6 cm clearance helps navigate curbs and speed bumps without scraping the undercarriage.\u003c\/div\u003e                     \u003c\/div\u003e                 \u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e         \u003c!-- 智能连接与灯光 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-title-lg\"\u003eConnected App \u0026amp; Lighting\u003c\/div\u003e                 \u003cdiv class=\"pd-grid\"\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0f172a\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003crect x=\"5\" y=\"2\" width=\"14\" height=\"20\" rx=\"2\"\u003e\u003c\/rect\u003e                                 \u003cline x1=\"12\" y1=\"18\" x2=\"12.01\" y2=\"18\"\u003e\u003c\/line\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003eMobile App Integration\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eAdjust speed settings, monitor battery status, and control the integrated LED headlight and strip lighting directly from your smartphone.\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0f172a\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003cpath d=\"M12 2v4\"\u003e\u003c\/path\u003e                                 \u003cpath d=\"M12 18v4\"\u003e\u003c\/path\u003e                                 \u003ccircle cx=\"12\" cy=\"12\" r=\"6\"\u003e\u003c\/circle\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003eIPX5 Weather Resistance\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eProtected against water spray from any direction, so light rain and wet roads won't interrupt your ride.\u003c\/div\u003e                     \u003c\/div\u003e                 \u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e         \u003c!-- 规格参数表 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-title-lg\"\u003eTechnical Specifications\u003c\/div\u003e                 \u003cdiv class=\"pd-spec-table\"\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eModel\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003eHKM-Z1M Pro\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eMotor\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003eDual 48V 800W (1600W combined)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eBattery\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e48V 20.8Ah \/ 998Wh Lithium-ion\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eMax Speed\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e34 mph (55 km\/h) – configurable\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eRange\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003eUp to 34.1 mi (55 km)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eMax Load\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e265 lbs (120 kg)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eCharging Time\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e7–9 hours\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eBrakes\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003eFront \u0026amp; Rear Disc\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eTires\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e10-inch Solid Off-Road\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eSuspension\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003eFront \u0026amp; Rear Shock Absorbers\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eWater Rating\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003eIPX5\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eUnfolded Size\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e51.2\" x 25.6\" x 53.1\" (130 x 65 x 135 cm)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eFolded Size\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e51.2\" x 25.6\" x 24.8\" (130 x 65 x 63 cm)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eNet Weight\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e74.8 lbs (33.9 kg)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eGround Clearance\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e7.7 in (19.6 cm)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eClimbing Angle\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e23°\u003c\/div\u003e                     \u003c\/div\u003e                 \u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e         \u003c!-- FAQ 可展开 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-title-lg\"\u003eFrequently Asked Questions\u003c\/div\u003e                 \u003cdiv class=\"pd-faq-item\"\u003e                     \u003cbutton class=\"pd-faq-question\"\u003eWhat is the real-world range? \u003cspan class=\"pd-arrow\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#475569\" stroke-width=\"2\"\u003e                                 \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e                             \u003c\/svg\u003e\u003c\/span\u003e\u003c\/button\u003e                     \u003cdiv class=\"pd-faq-answer\"\u003eRange depends on rider weight, speed mode, terrain, and temperature. Under mixed conditions with dual motors active, expect approximately 22–28 miles. Single motor Eco mode can extend distance closer to the 34.1-mile estimate.\u003c\/div\u003e                 \u003c\/div\u003e                 \u003cdiv class=\"pd-faq-item\"\u003e                     \u003cbutton class=\"pd-faq-question\"\u003eCan I ride in rain? \u003cspan class=\"pd-arrow\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#475569\" stroke-width=\"2\"\u003e                                 \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e                             \u003c\/svg\u003e\u003c\/span\u003e\u003c\/button\u003e                     \u003cdiv class=\"pd-faq-answer\"\u003eThe IPX5 rating protects against water spray, but we advise avoiding heavy downpours or submersion. Always dry the scooter after exposure to moisture.\u003c\/div\u003e                 \u003c\/div\u003e                 \u003cdiv class=\"pd-faq-item\"\u003e                     \u003cbutton class=\"pd-faq-question\"\u003eHow does the dual-motor system benefit daily commuting? \u003cspan class=\"pd-arrow\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#475569\" stroke-width=\"2\"\u003e                                 \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e                             \u003c\/svg\u003e\u003c\/span\u003e\u003c\/button\u003e                     \u003cdiv class=\"pd-faq-answer\"\u003eDual motors distribute power for quicker starts at intersections and maintain speed on hills. You can also switch to single-motor mode to conserve battery on flat routes.\u003c\/div\u003e                 \u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e         \u003c!-- 政策区域 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-title-md\" style=\"margin-bottom:1.2rem;\"\u003ePurchase with Confidence\u003c\/div\u003e                 \u003cdiv class=\"pd-policy-grid\"\u003e                     \u003cdiv class=\"pd-policy-item\"\u003e                         \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\"\u003e                             \u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e                             \u003cpolyline points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polyline\u003e                             \u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e                             \u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e                         \u003c\/svg\u003e                         \u003cspan class=\"pd-text-sm\" style=\"font-weight:500;\"\u003eFree shipping on all orders\u003c\/span\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-policy-item\"\u003e                         \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\"\u003e                             \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e                         \u003c\/svg\u003e                         \u003cspan class=\"pd-text-sm\" style=\"font-weight:500;\"\u003e180 days purchase protection\u003c\/span\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-policy-item\"\u003e                         \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\"\u003e                             \u003cpath d=\"M21 12a9 9 0 1 1-9-9\"\u003e\u003c\/path\u003e                             \u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e                         \u003c\/svg\u003e                         \u003cspan class=\"pd-text-sm\" style=\"font-weight:500;\"\u003e30 days money-back guarantee\u003c\/span\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-policy-item\"\u003e                         \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\"\u003e                             \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e                             \u003cpath d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"\u003e\u003c\/path\u003e                             \u003cline x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"\u003e\u003c\/line\u003e                         \u003c\/svg\u003e                         \u003cspan class=\"pd-text-sm\" style=\"font-weight:500;\"\u003e24 months warranty service\u003c\/span\u003e                     \u003c\/div\u003e                 \u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e     \u003c\/div\u003e     \u003cscript\u003e         (function() {             const wrapper = document.querySelector('.product-description-wrapper');             if (!wrapper) return;             const faqButtons = wrapper.querySelectorAll('.pd-faq-question');             faqButtons.forEach(btn =\u003e {                 btn.addEventListener('click', function(e) {                     const item = this.closest('.pd-faq-item');                     if (!item) return;                     const isOpen = item.classList.contains('open');                     \/\/ 关闭所有其他faq                     wrapper.querySelectorAll('.pd-faq-item.open').forEach(openItem =\u003e {                         if (openItem !== item) openItem.classList.remove('open');                     });                     if (isOpen) {                         item.classList.remove('open');                     } else {                         item.classList.add('open');                     }                 });             });         })();     \u003c\/script\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/01_fbc35079-61bc-432d-bbd9-973b518035e2.jpg?v=1767953325\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/02_d883d882-6bc6-45ad-835c-2b4265b49485.jpg?v=1767953326\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/03_6c56606e-ff0c-4b13-8bb9-23c2205a9d77.jpg?v=1767953324\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/04_3d27ce6d-7f23-46e6-9ab2-117f8b9d6b56.jpg?v=1767953326\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/05_4ef29f48-79f2-45a3-92c3-84cb6ba7b385.jpg?v=1767953322\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/06_8cc92d6e-cba6-4fc4-a468-fb5f405b906c.jpg?v=1767953327\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/07_7fd65230-ff48-46bb-b82e-b149df14b4c8.jpg?v=1767953323\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/08_8671c55a-a316-49a2-9465-845b04fa76bd.jpg?v=1767953326\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/09-APP_1ff6d7fe-a8e8-4afc-b7a6-d7b2cdb1a3b6.jpg?v=1767953325\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/10-APP_52b7b12e-8568-4667-84f5-a226bb09a7c1.jpg?v=1767953309\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/11_f7a13de5-4767-4552-bc0a-f4a4151d94ca.jpg?v=1767953326\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/12_9f174c86-a0f9-4d65-9af8-69dd0335e1fd.jpg?v=1767953326\" alt=\"\"\u003e \u003cp\u003e\u003c\/p\u003e \u003cp\u003e \u003c\/p\u003e","brand":"Electric Scooters \u003e\u003e","offers":[{"title":"- 34.1+ Miles \/ - 1600W\/800W*2 \/ - 20.8Ah\/48V\/998Wh","offer_id":43279953723475,"sku":"868053898730","price":749.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/7797355675731-1-HKM-Z1M-Pro-34_1-Miles-48V-20_8Ah-998Wh-1600W-Dual-Motor-Drive-Long-Range-Foldable-Electric-Scooter-Black_5126ba6a-88ec-4c9a-b580-dd7d466b251d.jpg?v=1768116207"},{"product_id":"hkm-z1m-pro-34-1-miles-48v-20-8ah-998wh-1600w-dual-motor-drive-long-range-foldable-electric-scooter-black-2","title":"HKM-Z1M Pro 34.1 Miles 48V 20.8Ah 998Wh 1600W Dual-Motor Drive Long-Range Foldable Electric Scooter - Black","description":"     \u003cmeta charset=\"UTF-8\"\u003e     \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes\"\u003e     \u003ctitle\u003eHKM-Z1M Pro | Dual-Motor Electric Scooter\u003c\/title\u003e     \u003cstyle\u003e         \/* 全局重置与基础样式 - 仅作用于本产品描述容器，不影响主题 *\/         .product-description-wrapper {           all: initial;           display: block;           width: 100%;           max-width: 820px;           margin: 0 auto;           font-family: 'Inter', 'SF Pro Display', 'Helvetica Neue', 'Roboto', system-ui, -apple-system, sans-serif;           line-height: 1.5;           color: #1e293b;           background: #ffffff;           box-sizing: border-box;           -webkit-font-smoothing: antialiased;           -moz-osx-font-smoothing: grayscale;           container-type: inline-size;         }                  .product-description-wrapper *,         .product-description-wrapper *::before,         .product-description-wrapper *::after {           box-sizing: border-box;           margin: 0;           padding: 0;         }                  \/* 电脑端基础字号 *\/         .product-description-wrapper {           font-size: 15px;         }                  \/* 栅格与布局 *\/         .pd-section {           padding: 2.4rem 0;           border-bottom: 1px solid #f1f5f9;         }         .pd-section:last-child {           border-bottom: none;         }                  .pd-container {           width: 100%;           padding: 0 1.8rem;         }                  .pd-grid {           display: grid;           grid-template-columns: repeat(2, 1fr);           gap: 1.8rem;         }                  .pd-grid-3 {           display: grid;           grid-template-columns: repeat(3, 1fr);           gap: 1.6rem;         }                  .pd-flex {           display: flex;           flex-wrap: wrap;           gap: 1.6rem;         }                  \/* 排版层级 *\/         .pd-eyebrow {           font-size: 13px;           letter-spacing: 0.06em;           text-transform: uppercase;           color: #2563eb;           font-weight: 600;           margin-bottom: 0.45rem;         }                  .pd-title-xl {           font-size: 32px;           font-weight: 500;           letter-spacing: -0.02em;           line-height: 1.2;           color: #0f172a;           margin-bottom: 0.9rem;         }                  .pd-title-lg {           font-size: 24px;           font-weight: 500;           letter-spacing: -0.01em;           color: #0f172a;           margin-bottom: 0.8rem;         }                  .pd-title-md {           font-size: 18px;           font-weight: 500;           color: #1e293b;           margin-bottom: 0.6rem;         }                  .pd-title-sm {           font-size: 15px;           font-weight: 600;           color: #334155;           margin-bottom: 0.35rem;         }                  .pd-text {           font-size: 14px;           color: #475569;           line-height: 1.6;         }                  .pd-text-sm {           font-size: 13px;           color: #64748b;           line-height: 1.5;         }                  .pd-text-xs {           font-size: 12px;           color: #94a3b8;         }                  \/* 卡片与科技感容器 *\/         .pd-card {           background: #ffffff;           border: 1px solid #e9eef3;           border-radius: 20px;           padding: 1.6rem 1.5rem;           transition: all 0.25s ease;           box-shadow: 0 4px 12px rgba(0,0,0,0.02);           display: flex;           flex-direction: column;           align-items: flex-start;           height: 100%;         }                  .pd-card:hover {           border-color: #cbd5e1;           box-shadow: 0 12px 28px rgba(0,0,0,0.05);           transform: translateY(-2px);         }                  .pd-card-center {           align-items: center;           text-align: center;         }                  \/* 图标容器 *\/         .pd-icon-wrap {           display: flex;           align-items: center;           justify-content: center;           margin-bottom: 1.3rem;           transition: transform 0.2s ease;         }         .pd-card:hover .pd-icon-wrap {           transform: scale(1.03);         }                  \/* 高亮数字 *\/         .pd-highlight {           font-size: 28px;           font-weight: 600;           color: #0f172a;           letter-spacing: -0.02em;           line-height: 1.2;         }                  .pd-unit {           font-size: 14px;           font-weight: 500;           color: #64748b;           margin-left: 0.2rem;         }                  \/* 特性列表 *\/         .pd-feature-list {           list-style: none;           display: flex;           flex-direction: column;           gap: 0.8rem;           width: 100%;         }         .pd-feature-item {           display: flex;           align-items: flex-start;           gap: 0.7rem;           font-size: 14px;           color: #334155;         }                  \/* 规格表格样式 (无传统表格线) *\/         .pd-spec-table {           display: flex;           flex-direction: column;           width: 100%;           border: 1px solid #e9eef3;           border-radius: 18px;           overflow: hidden;         }         .pd-spec-row {           display: flex;           border-bottom: 1px solid #f1f5f9;         }         .pd-spec-row:last-child {           border-bottom: none;         }         .pd-spec-cell {           flex: 1;           padding: 0.9rem 1.2rem;           font-size: 14px;           display: flex;           align-items: center;           gap: 0.5rem;         }         .pd-spec-label {           font-weight: 500;           color: #334155;           background: #f8fafc;           max-width: 45%;         }         .pd-spec-value {           color: #0f172a;           font-weight: 500;         }                  \/* 政策卡片 *\/         .pd-policy-grid {           display: grid;           grid-template-columns: repeat(2, 1fr);           gap: 1.2rem;         }         .pd-policy-item {           display: flex;           align-items: center;           gap: 0.8rem;           background: #f9fafb;           border-radius: 16px;           padding: 1rem 1.2rem;         }                  \/* FAQ 可展开 *\/         .pd-faq-item {           border: 1px solid #e9eef3;           border-radius: 16px;           margin-bottom: 0.9rem;           background: #ffffff;           transition: all 0.2s;         }         .pd-faq-question {           width: 100%;           background: transparent;           border: none;           display: flex;           justify-content: space-between;           align-items: center;           padding: 1.1rem 1.4rem;           font-size: 15px;           font-weight: 500;           color: #0f172a;           cursor: pointer;           text-align: left;         }         .pd-faq-answer {           max-height: 0;           overflow: hidden;           transition: max-height 0.4s ease;           padding: 0 1.4rem;           font-size: 14px;           color: #475569;           background: #ffffff;           border-radius: 0 0 16px 16px;         }         .pd-faq-item.open .pd-faq-answer {           max-height: 260px;           padding: 0 1.4rem 1.2rem 1.4rem;         }                  \/* 动画箭头 *\/         .pd-arrow {           transition: transform 0.3s ease;         }         .pd-faq-item.open .pd-arrow {           transform: rotate(180deg);         }                  \/* 响应式 - 手机端 *\/         @media (max-width: 768px) {           .product-description-wrapper {             font-size: 14px;           }           .pd-container {             padding: 0 1.2rem;           }           .pd-grid {             grid-template-columns: 1fr;             gap: 1.2rem;           }           .pd-grid-3 {             grid-template-columns: 1fr;             gap: 1rem;           }           .pd-policy-grid {             grid-template-columns: 1fr;           }           .pd-spec-row {             flex-direction: column;           }           .pd-spec-label {             max-width: 100%;             background: #f8fafc;           }           .pd-title-xl {             font-size: 26px;           }           .pd-title-lg {             font-size: 20px;           }           .pd-title-md {             font-size: 17px;           }           .pd-highlight {             font-size: 24px;           }           .pd-card {             padding: 1.4rem;           }         }                  @media (max-width: 480px) {           .pd-title-xl {             font-size: 22px;           }           .pd-title-lg {             font-size: 19px;           }           .pd-text, .pd-feature-item {             font-size: 13px;           }           .pd-text-sm {             font-size: 12px;           }         }     \u003c\/style\u003e     \u003cdiv class=\"product-description-wrapper\"\u003e         \u003c!-- 英雄区域：双电机核心 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-eyebrow\"\u003eDual-Motor Performance\u003c\/div\u003e                 \u003cdiv class=\"pd-title-xl\"\u003eHKM-Z1M Pro Electric Scooter\u003c\/div\u003e                 \u003cdiv class=\"pd-text\" style=\"max-width: 680px; margin-bottom: 1.6rem;\"\u003e                     Engineered for riders who demand responsive acceleration and confident hill-climbing. The dual 800W motors deliver a combined 1600W output, while the 998Wh battery supports extended journeys. A folding aluminum frame keeps the scooter ready for urban routes and suburban adventures.                 \u003c\/div\u003e                 \u003cdiv class=\"pd-grid-3\"\u003e                     \u003cdiv class=\"pd-card pd-card-center\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"44\" height=\"44\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003cpolygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\u003e\u003c\/polygon\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-highlight\"\u003e1600W\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\" style=\"margin-top:0.2rem;\"\u003eCombined Motor Output\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-card pd-card-center\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"44\" height=\"44\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003crect x=\"1\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e                                 \u003cline x1=\"7\" y1=\"12\" x2=\"7\" y2=\"12\"\u003e\u003c\/line\u003e                                 \u003cline x1=\"11\" y1=\"12\" x2=\"11\" y2=\"12\"\u003e\u003c\/line\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-highlight\"\u003e34.1 mi\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\" style=\"margin-top:0.2rem;\"\u003eEstimated Range (55 km)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-card pd-card-center\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"44\" height=\"44\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003cpath d=\"M12 2L2 22h20L12 2z\"\u003e\u003c\/path\u003e                                 \u003cline x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"\u003e\u003c\/line\u003e                                 \u003ccircle cx=\"12\" cy=\"17\" r=\"0.6\" fill=\"#2563eb\" stroke=\"none\"\u003e\u003c\/circle\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-highlight\"\u003e23°\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\" style=\"margin-top:0.2rem;\"\u003eMax Climbing Angle\u003c\/div\u003e                     \u003c\/div\u003e                 \u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e         \u003c!-- 动力系统深度解析 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-title-lg\"\u003eDual-Motor Architecture\u003c\/div\u003e                 \u003cdiv class=\"pd-grid\"\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0f172a\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e                                 \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003eInstant Torque Delivery\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eTwo 800W motors (48V each) work in tandem to produce 1600W combined. This configuration reduces strain on individual motors while providing linear, strong acceleration from standstill.\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0f172a\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003cpath d=\"M5 12h14\"\u003e\u003c\/path\u003e                                 \u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003e23° Incline Capability\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eThanks to dual-motor traction, the Z1M Pro maintains steady speed on slopes up to 23 degrees. Riders up to 265 lbs (120 kg) can expect consistent hill performance.\u003c\/div\u003e                     \u003c\/div\u003e                 \u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e         \u003c!-- 电池与续航 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-title-lg\"\u003eHigh-Capacity Energy System\u003c\/div\u003e                 \u003cdiv class=\"pd-grid\"\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003crect x=\"1\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e                                 \u003cline x1=\"7\" y1=\"10\" x2=\"7\" y2=\"14\"\u003e\u003c\/line\u003e                                 \u003cline x1=\"11\" y1=\"10\" x2=\"11\" y2=\"14\"\u003e\u003c\/line\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003e48V 20.8Ah (998Wh) Lithium-Ion\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eThe 998 watt-hour capacity supports up to 34.1 miles (55 km) per charge under optimal conditions. Real-world range varies with speed, terrain, rider weight, and ambient temperature.\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003cpolyline points=\"23 4 23 10 17 10\"\u003e\u003c\/polyline\u003e                                 \u003cpath d=\"M20.49 15a9 9 0 1 1-2.12-9.36L23 10\"\u003e\u003c\/path\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003eSmart Battery Management\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eIntegrated BMS protects against overcharge, over-discharge, and temperature extremes. Charging time approximately 7–9 hours from empty to full.\u003c\/div\u003e                     \u003c\/div\u003e                 \u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e         \u003c!-- 速度模式与骑行配置 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-title-lg\"\u003eConfigurable Speed Modes\u003c\/div\u003e                 \u003cdiv class=\"pd-grid-3\"\u003e                     \u003cdiv class=\"pd-card pd-card-center\"\u003e                         \u003cdiv class=\"pd-highlight\"\u003e9.3 mph\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eEco Mode (15 km\/h)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-card pd-card-center\"\u003e                         \u003cdiv class=\"pd-highlight\"\u003e18.6 mph\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eStandard Mode (30 km\/h)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-card pd-card-center\"\u003e                         \u003cdiv class=\"pd-highlight\"\u003e34 mph\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eSport Mode (55 km\/h)\u003c\/div\u003e                     \u003c\/div\u003e                 \u003c\/div\u003e                 \u003cdiv class=\"pd-text-sm\" style=\"margin-top:1.2rem; text-align:center;\"\u003eAlways comply with local speed regulations. Maximum speed may be electronically limited based on regional laws.\u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e         \u003c!-- 制动与安全 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-title-lg\"\u003eBraking \u0026amp; Stability\u003c\/div\u003e                 \u003cdiv class=\"pd-grid\"\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0f172a\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e                                 \u003ccircle cx=\"12\" cy=\"12\" r=\"4\"\u003e\u003c\/circle\u003e                                 \u003cline x1=\"4.93\" y1=\"4.93\" x2=\"9.17\" y2=\"9.17\"\u003e\u003c\/line\u003e                                 \u003cline x1=\"14.83\" y1=\"14.83\" x2=\"19.07\" y2=\"19.07\"\u003e\u003c\/line\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003eFront \u0026amp; Rear Disc Brakes\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eDual mechanical disc brakes provide reliable stopping power in wet and dry conditions. The 10-inch solid off-road tires maintain grip without risk of punctures.\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0f172a\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\"\u003e\u003c\/line\u003e                                 \u003cline x1=\"12\" y1=\"18\" x2=\"12\" y2=\"22\"\u003e\u003c\/line\u003e                                 \u003cline x1=\"4.93\" y1=\"4.93\" x2=\"7.76\" y2=\"7.76\"\u003e\u003c\/line\u003e                                 \u003cline x1=\"16.24\" y1=\"16.24\" x2=\"19.07\" y2=\"19.07\"\u003e\u003c\/line\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003eDual Shock Absorbers\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eFront and rear suspension smooths out bumps and uneven pavement, contributing to ride stability and reduced rider fatigue on longer journeys.\u003c\/div\u003e                     \u003c\/div\u003e                 \u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e         \u003c!-- 折叠设计与便携 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-title-lg\"\u003eFoldable Aluminum Frame\u003c\/div\u003e                 \u003cdiv class=\"pd-grid\"\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003eCompact Storage\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eFolded dimensions: 51.2\" L x 25.6\" W x 24.8\" H (130 x 65 x 63 cm). The net weight is 74.8 lbs (33.9 kg), manageable for lifting into a trunk or closet.\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"3\"\u003e\u003c\/rect\u003e                                 \u003cline x1=\"9\" y1=\"9\" x2=\"15\" y2=\"15\"\u003e\u003c\/line\u003e                                 \u003cline x1=\"15\" y1=\"9\" x2=\"9\" y2=\"15\"\u003e\u003c\/line\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003e7.7 in Ground Clearance\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003e19.6 cm clearance helps navigate curbs and speed bumps without scraping the undercarriage.\u003c\/div\u003e                     \u003c\/div\u003e                 \u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e         \u003c!-- 智能连接与灯光 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-title-lg\"\u003eConnected App \u0026amp; Lighting\u003c\/div\u003e                 \u003cdiv class=\"pd-grid\"\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0f172a\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003crect x=\"5\" y=\"2\" width=\"14\" height=\"20\" rx=\"2\"\u003e\u003c\/rect\u003e                                 \u003cline x1=\"12\" y1=\"18\" x2=\"12.01\" y2=\"18\"\u003e\u003c\/line\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003eMobile App Integration\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eAdjust speed settings, monitor battery status, and control the integrated LED headlight and strip lighting directly from your smartphone.\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0f172a\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003cpath d=\"M12 2v4\"\u003e\u003c\/path\u003e                                 \u003cpath d=\"M12 18v4\"\u003e\u003c\/path\u003e                                 \u003ccircle cx=\"12\" cy=\"12\" r=\"6\"\u003e\u003c\/circle\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003eIPX5 Weather Resistance\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eProtected against water spray from any direction, so light rain and wet roads won't interrupt your ride.\u003c\/div\u003e                     \u003c\/div\u003e                 \u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e         \u003c!-- 规格参数表 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-title-lg\"\u003eTechnical Specifications\u003c\/div\u003e                 \u003cdiv class=\"pd-spec-table\"\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eModel\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003eHKM-Z1M Pro\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eMotor\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003eDual 48V 800W (1600W combined)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eBattery\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e48V 20.8Ah \/ 998Wh Lithium-ion\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eMax Speed\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e34 mph (55 km\/h) – configurable\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eRange\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003eUp to 34.1 mi (55 km)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eMax Load\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e265 lbs (120 kg)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eCharging Time\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e7–9 hours\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eBrakes\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003eFront \u0026amp; Rear Disc\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eTires\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e10-inch Solid Off-Road\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eSuspension\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003eFront \u0026amp; Rear Shock Absorbers\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eWater Rating\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003eIPX5\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eUnfolded Size\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e51.2\" x 25.6\" x 53.1\" (130 x 65 x 135 cm)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eFolded Size\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e51.2\" x 25.6\" x 24.8\" (130 x 65 x 63 cm)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eNet Weight\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e74.8 lbs (33.9 kg)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eGround Clearance\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e7.7 in (19.6 cm)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eClimbing Angle\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e23°\u003c\/div\u003e                     \u003c\/div\u003e                 \u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e         \u003c!-- FAQ 可展开 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-title-lg\"\u003eFrequently Asked Questions\u003c\/div\u003e                 \u003cdiv class=\"pd-faq-item\"\u003e                     \u003cbutton class=\"pd-faq-question\"\u003eWhat is the real-world range? \u003cspan class=\"pd-arrow\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#475569\" stroke-width=\"2\"\u003e                                 \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e                             \u003c\/svg\u003e\u003c\/span\u003e\u003c\/button\u003e                     \u003cdiv class=\"pd-faq-answer\"\u003eRange depends on rider weight, speed mode, terrain, and temperature. Under mixed conditions with dual motors active, expect approximately 22–28 miles. Single motor Eco mode can extend distance closer to the 34.1-mile estimate.\u003c\/div\u003e                 \u003c\/div\u003e                 \u003cdiv class=\"pd-faq-item\"\u003e                     \u003cbutton class=\"pd-faq-question\"\u003eCan I ride in rain? \u003cspan class=\"pd-arrow\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#475569\" stroke-width=\"2\"\u003e                                 \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e                             \u003c\/svg\u003e\u003c\/span\u003e\u003c\/button\u003e                     \u003cdiv class=\"pd-faq-answer\"\u003eThe IPX5 rating protects against water spray, but we advise avoiding heavy downpours or submersion. Always dry the scooter after exposure to moisture.\u003c\/div\u003e                 \u003c\/div\u003e                 \u003cdiv class=\"pd-faq-item\"\u003e                     \u003cbutton class=\"pd-faq-question\"\u003eHow does the dual-motor system benefit daily commuting? \u003cspan class=\"pd-arrow\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#475569\" stroke-width=\"2\"\u003e                                 \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e                             \u003c\/svg\u003e\u003c\/span\u003e\u003c\/button\u003e                     \u003cdiv class=\"pd-faq-answer\"\u003eDual motors distribute power for quicker starts at intersections and maintain speed on hills. You can also switch to single-motor mode to conserve battery on flat routes.\u003c\/div\u003e                 \u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e         \u003c!-- 政策区域 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-title-md\" style=\"margin-bottom:1.2rem;\"\u003ePurchase with Confidence\u003c\/div\u003e                 \u003cdiv class=\"pd-policy-grid\"\u003e                     \u003cdiv class=\"pd-policy-item\"\u003e                         \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\"\u003e                             \u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e                             \u003cpolyline points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polyline\u003e                             \u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e                             \u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e                         \u003c\/svg\u003e                         \u003cspan class=\"pd-text-sm\" style=\"font-weight:500;\"\u003eFree shipping on all orders\u003c\/span\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-policy-item\"\u003e                         \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\"\u003e                             \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e                         \u003c\/svg\u003e                         \u003cspan class=\"pd-text-sm\" style=\"font-weight:500;\"\u003e180 days purchase protection\u003c\/span\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-policy-item\"\u003e                         \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\"\u003e                             \u003cpath d=\"M21 12a9 9 0 1 1-9-9\"\u003e\u003c\/path\u003e                             \u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e                         \u003c\/svg\u003e                         \u003cspan class=\"pd-text-sm\" style=\"font-weight:500;\"\u003e30 days money-back guarantee\u003c\/span\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-policy-item\"\u003e                         \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\"\u003e                             \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e                             \u003cpath d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"\u003e\u003c\/path\u003e                             \u003cline x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"\u003e\u003c\/line\u003e                         \u003c\/svg\u003e                         \u003cspan class=\"pd-text-sm\" style=\"font-weight:500;\"\u003e24 months warranty service\u003c\/span\u003e                     \u003c\/div\u003e                 \u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e     \u003c\/div\u003e     \u003cscript\u003e         (function() {             const wrapper = document.querySelector('.product-description-wrapper');             if (!wrapper) return;             const faqButtons = wrapper.querySelectorAll('.pd-faq-question');             faqButtons.forEach(btn =\u003e {                 btn.addEventListener('click', function(e) {                     const item = this.closest('.pd-faq-item');                     if (!item) return;                     const isOpen = item.classList.contains('open');                     \/\/ 关闭所有其他faq                     wrapper.querySelectorAll('.pd-faq-item.open').forEach(openItem =\u003e {                         if (openItem !== item) openItem.classList.remove('open');                     });                     if (isOpen) {                         item.classList.remove('open');                     } else {                         item.classList.add('open');                     }                 });             });         })();     \u003c\/script\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/01_fbc35079-61bc-432d-bbd9-973b518035e2.jpg?v=1767953325\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/02_d883d882-6bc6-45ad-835c-2b4265b49485.jpg?v=1767953326\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/03_6c56606e-ff0c-4b13-8bb9-23c2205a9d77.jpg?v=1767953324\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/04_3d27ce6d-7f23-46e6-9ab2-117f8b9d6b56.jpg?v=1767953326\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/05_4ef29f48-79f2-45a3-92c3-84cb6ba7b385.jpg?v=1767953322\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/06_8cc92d6e-cba6-4fc4-a468-fb5f405b906c.jpg?v=1767953327\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/07_7fd65230-ff48-46bb-b82e-b149df14b4c8.jpg?v=1767953323\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/08_8671c55a-a316-49a2-9465-845b04fa76bd.jpg?v=1767953326\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/09-APP_1ff6d7fe-a8e8-4afc-b7a6-d7b2cdb1a3b6.jpg?v=1767953325\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/10-APP_52b7b12e-8568-4667-84f5-a226bb09a7c1.jpg?v=1767953309\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/11_f7a13de5-4767-4552-bc0a-f4a4151d94ca.jpg?v=1767953326\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/12_9f174c86-a0f9-4d65-9af8-69dd0335e1fd.jpg?v=1767953326\" alt=\"\"\u003e \u003cp\u003e\u003c\/p\u003e \u003cp\u003e \u003c\/p\u003e","brand":"Electric Scooters \u003e\u003e","offers":[{"title":"- 34.1+ Miles \/ - 1600W\/800W*2 \/ - 20.8Ah\/48V\/998Wh","offer_id":43279953756243,"sku":"868053898731","price":749.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/7797355675731-1-HKM-Z1M-Pro-34_1-Miles-48V-20_8Ah-998Wh-1600W-Dual-Motor-Drive-Long-Range-Foldable-Electric-Scooter-Black_562ba0e9-3270-4899-bf4d-e03f1bda1beb.jpg?v=1768116180"},{"product_id":"hkm-z1m-pro-34-1-miles-48v-20-8ah-998wh-1600w-dual-motor-drive-long-range-foldable-electric-scooter-black-1","title":"HKM-Z1M Pro 34.1 Miles 48V 20.8Ah 998Wh 1600W Dual-Motor Drive Long-Range Foldable Electric Scooter - Black","description":"     \u003cmeta charset=\"UTF-8\"\u003e     \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=yes\"\u003e     \u003ctitle\u003eHKM-Z1M Pro | Dual-Motor Electric Scooter\u003c\/title\u003e     \u003cstyle\u003e         \/* 全局重置与基础样式 - 仅作用于本产品描述容器，不影响主题 *\/         .product-description-wrapper {           all: initial;           display: block;           width: 100%;           max-width: 820px;           margin: 0 auto;           font-family: 'Inter', 'SF Pro Display', 'Helvetica Neue', 'Roboto', system-ui, -apple-system, sans-serif;           line-height: 1.5;           color: #1e293b;           background: #ffffff;           box-sizing: border-box;           -webkit-font-smoothing: antialiased;           -moz-osx-font-smoothing: grayscale;           container-type: inline-size;         }                  .product-description-wrapper *,         .product-description-wrapper *::before,         .product-description-wrapper *::after {           box-sizing: border-box;           margin: 0;           padding: 0;         }                  \/* 电脑端基础字号 *\/         .product-description-wrapper {           font-size: 15px;         }                  \/* 栅格与布局 *\/         .pd-section {           padding: 2.4rem 0;           border-bottom: 1px solid #f1f5f9;         }         .pd-section:last-child {           border-bottom: none;         }                  .pd-container {           width: 100%;           padding: 0 1.8rem;         }                  .pd-grid {           display: grid;           grid-template-columns: repeat(2, 1fr);           gap: 1.8rem;         }                  .pd-grid-3 {           display: grid;           grid-template-columns: repeat(3, 1fr);           gap: 1.6rem;         }                  .pd-flex {           display: flex;           flex-wrap: wrap;           gap: 1.6rem;         }                  \/* 排版层级 *\/         .pd-eyebrow {           font-size: 13px;           letter-spacing: 0.06em;           text-transform: uppercase;           color: #2563eb;           font-weight: 600;           margin-bottom: 0.45rem;         }                  .pd-title-xl {           font-size: 32px;           font-weight: 500;           letter-spacing: -0.02em;           line-height: 1.2;           color: #0f172a;           margin-bottom: 0.9rem;         }                  .pd-title-lg {           font-size: 24px;           font-weight: 500;           letter-spacing: -0.01em;           color: #0f172a;           margin-bottom: 0.8rem;         }                  .pd-title-md {           font-size: 18px;           font-weight: 500;           color: #1e293b;           margin-bottom: 0.6rem;         }                  .pd-title-sm {           font-size: 15px;           font-weight: 600;           color: #334155;           margin-bottom: 0.35rem;         }                  .pd-text {           font-size: 14px;           color: #475569;           line-height: 1.6;         }                  .pd-text-sm {           font-size: 13px;           color: #64748b;           line-height: 1.5;         }                  .pd-text-xs {           font-size: 12px;           color: #94a3b8;         }                  \/* 卡片与科技感容器 *\/         .pd-card {           background: #ffffff;           border: 1px solid #e9eef3;           border-radius: 20px;           padding: 1.6rem 1.5rem;           transition: all 0.25s ease;           box-shadow: 0 4px 12px rgba(0,0,0,0.02);           display: flex;           flex-direction: column;           align-items: flex-start;           height: 100%;         }                  .pd-card:hover {           border-color: #cbd5e1;           box-shadow: 0 12px 28px rgba(0,0,0,0.05);           transform: translateY(-2px);         }                  .pd-card-center {           align-items: center;           text-align: center;         }                  \/* 图标容器 *\/         .pd-icon-wrap {           display: flex;           align-items: center;           justify-content: center;           margin-bottom: 1.3rem;           transition: transform 0.2s ease;         }         .pd-card:hover .pd-icon-wrap {           transform: scale(1.03);         }                  \/* 高亮数字 *\/         .pd-highlight {           font-size: 28px;           font-weight: 600;           color: #0f172a;           letter-spacing: -0.02em;           line-height: 1.2;         }                  .pd-unit {           font-size: 14px;           font-weight: 500;           color: #64748b;           margin-left: 0.2rem;         }                  \/* 特性列表 *\/         .pd-feature-list {           list-style: none;           display: flex;           flex-direction: column;           gap: 0.8rem;           width: 100%;         }         .pd-feature-item {           display: flex;           align-items: flex-start;           gap: 0.7rem;           font-size: 14px;           color: #334155;         }                  \/* 规格表格样式 (无传统表格线) *\/         .pd-spec-table {           display: flex;           flex-direction: column;           width: 100%;           border: 1px solid #e9eef3;           border-radius: 18px;           overflow: hidden;         }         .pd-spec-row {           display: flex;           border-bottom: 1px solid #f1f5f9;         }         .pd-spec-row:last-child {           border-bottom: none;         }         .pd-spec-cell {           flex: 1;           padding: 0.9rem 1.2rem;           font-size: 14px;           display: flex;           align-items: center;           gap: 0.5rem;         }         .pd-spec-label {           font-weight: 500;           color: #334155;           background: #f8fafc;           max-width: 45%;         }         .pd-spec-value {           color: #0f172a;           font-weight: 500;         }                  \/* 政策卡片 *\/         .pd-policy-grid {           display: grid;           grid-template-columns: repeat(2, 1fr);           gap: 1.2rem;         }         .pd-policy-item {           display: flex;           align-items: center;           gap: 0.8rem;           background: #f9fafb;           border-radius: 16px;           padding: 1rem 1.2rem;         }                  \/* FAQ 可展开 *\/         .pd-faq-item {           border: 1px solid #e9eef3;           border-radius: 16px;           margin-bottom: 0.9rem;           background: #ffffff;           transition: all 0.2s;         }         .pd-faq-question {           width: 100%;           background: transparent;           border: none;           display: flex;           justify-content: space-between;           align-items: center;           padding: 1.1rem 1.4rem;           font-size: 15px;           font-weight: 500;           color: #0f172a;           cursor: pointer;           text-align: left;         }         .pd-faq-answer {           max-height: 0;           overflow: hidden;           transition: max-height 0.4s ease;           padding: 0 1.4rem;           font-size: 14px;           color: #475569;           background: #ffffff;           border-radius: 0 0 16px 16px;         }         .pd-faq-item.open .pd-faq-answer {           max-height: 260px;           padding: 0 1.4rem 1.2rem 1.4rem;         }                  \/* 动画箭头 *\/         .pd-arrow {           transition: transform 0.3s ease;         }         .pd-faq-item.open .pd-arrow {           transform: rotate(180deg);         }                  \/* 响应式 - 手机端 *\/         @media (max-width: 768px) {           .product-description-wrapper {             font-size: 14px;           }           .pd-container {             padding: 0 1.2rem;           }           .pd-grid {             grid-template-columns: 1fr;             gap: 1.2rem;           }           .pd-grid-3 {             grid-template-columns: 1fr;             gap: 1rem;           }           .pd-policy-grid {             grid-template-columns: 1fr;           }           .pd-spec-row {             flex-direction: column;           }           .pd-spec-label {             max-width: 100%;             background: #f8fafc;           }           .pd-title-xl {             font-size: 26px;           }           .pd-title-lg {             font-size: 20px;           }           .pd-title-md {             font-size: 17px;           }           .pd-highlight {             font-size: 24px;           }           .pd-card {             padding: 1.4rem;           }         }                  @media (max-width: 480px) {           .pd-title-xl {             font-size: 22px;           }           .pd-title-lg {             font-size: 19px;           }           .pd-text, .pd-feature-item {             font-size: 13px;           }           .pd-text-sm {             font-size: 12px;           }         }     \u003c\/style\u003e     \u003cdiv class=\"product-description-wrapper\"\u003e         \u003c!-- 英雄区域：双电机核心 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-eyebrow\"\u003eDual-Motor Performance\u003c\/div\u003e                 \u003cdiv class=\"pd-title-xl\"\u003eHKM-Z1M Pro Electric Scooter\u003c\/div\u003e                 \u003cdiv class=\"pd-text\" style=\"max-width: 680px; margin-bottom: 1.6rem;\"\u003e                     Engineered for riders who demand responsive acceleration and confident hill-climbing. The dual 800W motors deliver a combined 1600W output, while the 998Wh battery supports extended journeys. A folding aluminum frame keeps the scooter ready for urban routes and suburban adventures.                 \u003c\/div\u003e                 \u003cdiv class=\"pd-grid-3\"\u003e                     \u003cdiv class=\"pd-card pd-card-center\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"44\" height=\"44\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003cpolygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\u003e\u003c\/polygon\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-highlight\"\u003e1600W\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\" style=\"margin-top:0.2rem;\"\u003eCombined Motor Output\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-card pd-card-center\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"44\" height=\"44\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003crect x=\"1\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e                                 \u003cline x1=\"7\" y1=\"12\" x2=\"7\" y2=\"12\"\u003e\u003c\/line\u003e                                 \u003cline x1=\"11\" y1=\"12\" x2=\"11\" y2=\"12\"\u003e\u003c\/line\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-highlight\"\u003e34.1 mi\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\" style=\"margin-top:0.2rem;\"\u003eEstimated Range (55 km)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-card pd-card-center\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"44\" height=\"44\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003cpath d=\"M12 2L2 22h20L12 2z\"\u003e\u003c\/path\u003e                                 \u003cline x1=\"12\" y1=\"9\" x2=\"12\" y2=\"13\"\u003e\u003c\/line\u003e                                 \u003ccircle cx=\"12\" cy=\"17\" r=\"0.6\" fill=\"#2563eb\" stroke=\"none\"\u003e\u003c\/circle\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-highlight\"\u003e23°\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\" style=\"margin-top:0.2rem;\"\u003eMax Climbing Angle\u003c\/div\u003e                     \u003c\/div\u003e                 \u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e         \u003c!-- 动力系统深度解析 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-title-lg\"\u003eDual-Motor Architecture\u003c\/div\u003e                 \u003cdiv class=\"pd-grid\"\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0f172a\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e                                 \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003eInstant Torque Delivery\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eTwo 800W motors (48V each) work in tandem to produce 1600W combined. This configuration reduces strain on individual motors while providing linear, strong acceleration from standstill.\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0f172a\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003cpath d=\"M5 12h14\"\u003e\u003c\/path\u003e                                 \u003cpolyline points=\"12 5 19 12 12 19\"\u003e\u003c\/polyline\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003e23° Incline Capability\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eThanks to dual-motor traction, the Z1M Pro maintains steady speed on slopes up to 23 degrees. Riders up to 265 lbs (120 kg) can expect consistent hill performance.\u003c\/div\u003e                     \u003c\/div\u003e                 \u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e         \u003c!-- 电池与续航 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-title-lg\"\u003eHigh-Capacity Energy System\u003c\/div\u003e                 \u003cdiv class=\"pd-grid\"\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003crect x=\"1\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\"\u003e\u003c\/rect\u003e                                 \u003cline x1=\"7\" y1=\"10\" x2=\"7\" y2=\"14\"\u003e\u003c\/line\u003e                                 \u003cline x1=\"11\" y1=\"10\" x2=\"11\" y2=\"14\"\u003e\u003c\/line\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003e48V 20.8Ah (998Wh) Lithium-Ion\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eThe 998 watt-hour capacity supports up to 34.1 miles (55 km) per charge under optimal conditions. Real-world range varies with speed, terrain, rider weight, and ambient temperature.\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003cpolyline points=\"23 4 23 10 17 10\"\u003e\u003c\/polyline\u003e                                 \u003cpath d=\"M20.49 15a9 9 0 1 1-2.12-9.36L23 10\"\u003e\u003c\/path\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003eSmart Battery Management\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eIntegrated BMS protects against overcharge, over-discharge, and temperature extremes. Charging time approximately 7–9 hours from empty to full.\u003c\/div\u003e                     \u003c\/div\u003e                 \u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e         \u003c!-- 速度模式与骑行配置 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-title-lg\"\u003eConfigurable Speed Modes\u003c\/div\u003e                 \u003cdiv class=\"pd-grid-3\"\u003e                     \u003cdiv class=\"pd-card pd-card-center\"\u003e                         \u003cdiv class=\"pd-highlight\"\u003e9.3 mph\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eEco Mode (15 km\/h)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-card pd-card-center\"\u003e                         \u003cdiv class=\"pd-highlight\"\u003e18.6 mph\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eStandard Mode (30 km\/h)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-card pd-card-center\"\u003e                         \u003cdiv class=\"pd-highlight\"\u003e34 mph\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eSport Mode (55 km\/h)\u003c\/div\u003e                     \u003c\/div\u003e                 \u003c\/div\u003e                 \u003cdiv class=\"pd-text-sm\" style=\"margin-top:1.2rem; text-align:center;\"\u003eAlways comply with local speed regulations. Maximum speed may be electronically limited based on regional laws.\u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e         \u003c!-- 制动与安全 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-title-lg\"\u003eBraking \u0026amp; Stability\u003c\/div\u003e                 \u003cdiv class=\"pd-grid\"\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0f172a\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e                                 \u003ccircle cx=\"12\" cy=\"12\" r=\"4\"\u003e\u003c\/circle\u003e                                 \u003cline x1=\"4.93\" y1=\"4.93\" x2=\"9.17\" y2=\"9.17\"\u003e\u003c\/line\u003e                                 \u003cline x1=\"14.83\" y1=\"14.83\" x2=\"19.07\" y2=\"19.07\"\u003e\u003c\/line\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003eFront \u0026amp; Rear Disc Brakes\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eDual mechanical disc brakes provide reliable stopping power in wet and dry conditions. The 10-inch solid off-road tires maintain grip without risk of punctures.\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0f172a\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"6\"\u003e\u003c\/line\u003e                                 \u003cline x1=\"12\" y1=\"18\" x2=\"12\" y2=\"22\"\u003e\u003c\/line\u003e                                 \u003cline x1=\"4.93\" y1=\"4.93\" x2=\"7.76\" y2=\"7.76\"\u003e\u003c\/line\u003e                                 \u003cline x1=\"16.24\" y1=\"16.24\" x2=\"19.07\" y2=\"19.07\"\u003e\u003c\/line\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003eDual Shock Absorbers\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eFront and rear suspension smooths out bumps and uneven pavement, contributing to ride stability and reduced rider fatigue on longer journeys.\u003c\/div\u003e                     \u003c\/div\u003e                 \u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e         \u003c!-- 折叠设计与便携 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-title-lg\"\u003eFoldable Aluminum Frame\u003c\/div\u003e                 \u003cdiv class=\"pd-grid\"\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003eCompact Storage\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eFolded dimensions: 51.2\" L x 25.6\" W x 24.8\" H (130 x 65 x 63 cm). The net weight is 74.8 lbs (33.9 kg), manageable for lifting into a trunk or closet.\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"3\"\u003e\u003c\/rect\u003e                                 \u003cline x1=\"9\" y1=\"9\" x2=\"15\" y2=\"15\"\u003e\u003c\/line\u003e                                 \u003cline x1=\"15\" y1=\"9\" x2=\"9\" y2=\"15\"\u003e\u003c\/line\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003e7.7 in Ground Clearance\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003e19.6 cm clearance helps navigate curbs and speed bumps without scraping the undercarriage.\u003c\/div\u003e                     \u003c\/div\u003e                 \u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e         \u003c!-- 智能连接与灯光 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-title-lg\"\u003eConnected App \u0026amp; Lighting\u003c\/div\u003e                 \u003cdiv class=\"pd-grid\"\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0f172a\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003crect x=\"5\" y=\"2\" width=\"14\" height=\"20\" rx=\"2\"\u003e\u003c\/rect\u003e                                 \u003cline x1=\"12\" y1=\"18\" x2=\"12.01\" y2=\"18\"\u003e\u003c\/line\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003eMobile App Integration\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eAdjust speed settings, monitor battery status, and control the integrated LED headlight and strip lighting directly from your smartphone.\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-card\"\u003e                         \u003cdiv class=\"pd-icon-wrap\"\u003e                             \u003csvg width=\"40\" height=\"40\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#0f172a\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e                                 \u003cpath d=\"M12 2v4\"\u003e\u003c\/path\u003e                                 \u003cpath d=\"M12 18v4\"\u003e\u003c\/path\u003e                                 \u003ccircle cx=\"12\" cy=\"12\" r=\"6\"\u003e\u003c\/circle\u003e                             \u003c\/svg\u003e                         \u003c\/div\u003e                         \u003cdiv class=\"pd-title-sm\"\u003eIPX5 Weather Resistance\u003c\/div\u003e                         \u003cdiv class=\"pd-text-sm\"\u003eProtected against water spray from any direction, so light rain and wet roads won't interrupt your ride.\u003c\/div\u003e                     \u003c\/div\u003e                 \u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e         \u003c!-- 规格参数表 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-title-lg\"\u003eTechnical Specifications\u003c\/div\u003e                 \u003cdiv class=\"pd-spec-table\"\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eModel\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003eHKM-Z1M Pro\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eMotor\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003eDual 48V 800W (1600W combined)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eBattery\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e48V 20.8Ah \/ 998Wh Lithium-ion\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eMax Speed\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e34 mph (55 km\/h) – configurable\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eRange\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003eUp to 34.1 mi (55 km)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eMax Load\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e265 lbs (120 kg)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eCharging Time\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e7–9 hours\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eBrakes\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003eFront \u0026amp; Rear Disc\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eTires\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e10-inch Solid Off-Road\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eSuspension\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003eFront \u0026amp; Rear Shock Absorbers\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eWater Rating\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003eIPX5\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eUnfolded Size\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e51.2\" x 25.6\" x 53.1\" (130 x 65 x 135 cm)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eFolded Size\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e51.2\" x 25.6\" x 24.8\" (130 x 65 x 63 cm)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eNet Weight\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e74.8 lbs (33.9 kg)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eGround Clearance\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e7.7 in (19.6 cm)\u003c\/div\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-spec-row\"\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-label\"\u003eClimbing Angle\u003c\/div\u003e                         \u003cdiv class=\"pd-spec-cell pd-spec-value\"\u003e23°\u003c\/div\u003e                     \u003c\/div\u003e                 \u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e         \u003c!-- FAQ 可展开 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-title-lg\"\u003eFrequently Asked Questions\u003c\/div\u003e                 \u003cdiv class=\"pd-faq-item\"\u003e                     \u003cbutton class=\"pd-faq-question\"\u003eWhat is the real-world range? \u003cspan class=\"pd-arrow\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#475569\" stroke-width=\"2\"\u003e                                 \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e                             \u003c\/svg\u003e\u003c\/span\u003e\u003c\/button\u003e                     \u003cdiv class=\"pd-faq-answer\"\u003eRange depends on rider weight, speed mode, terrain, and temperature. Under mixed conditions with dual motors active, expect approximately 22–28 miles. Single motor Eco mode can extend distance closer to the 34.1-mile estimate.\u003c\/div\u003e                 \u003c\/div\u003e                 \u003cdiv class=\"pd-faq-item\"\u003e                     \u003cbutton class=\"pd-faq-question\"\u003eCan I ride in rain? \u003cspan class=\"pd-arrow\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#475569\" stroke-width=\"2\"\u003e                                 \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e                             \u003c\/svg\u003e\u003c\/span\u003e\u003c\/button\u003e                     \u003cdiv class=\"pd-faq-answer\"\u003eThe IPX5 rating protects against water spray, but we advise avoiding heavy downpours or submersion. Always dry the scooter after exposure to moisture.\u003c\/div\u003e                 \u003c\/div\u003e                 \u003cdiv class=\"pd-faq-item\"\u003e                     \u003cbutton class=\"pd-faq-question\"\u003eHow does the dual-motor system benefit daily commuting? \u003cspan class=\"pd-arrow\"\u003e\u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#475569\" stroke-width=\"2\"\u003e                                 \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e                             \u003c\/svg\u003e\u003c\/span\u003e\u003c\/button\u003e                     \u003cdiv class=\"pd-faq-answer\"\u003eDual motors distribute power for quicker starts at intersections and maintain speed on hills. You can also switch to single-motor mode to conserve battery on flat routes.\u003c\/div\u003e                 \u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e         \u003c!-- 政策区域 --\u003e         \u003cdiv class=\"pd-section\"\u003e             \u003cdiv class=\"pd-container\"\u003e                 \u003cdiv class=\"pd-title-md\" style=\"margin-bottom:1.2rem;\"\u003ePurchase with Confidence\u003c\/div\u003e                 \u003cdiv class=\"pd-policy-grid\"\u003e                     \u003cdiv class=\"pd-policy-item\"\u003e                         \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\"\u003e                             \u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e                             \u003cpolyline points=\"16 8 20 8 23 11 23 16 16 16 16 8\"\u003e\u003c\/polyline\u003e                             \u003ccircle cx=\"5.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e                             \u003ccircle cx=\"18.5\" cy=\"18.5\" r=\"2.5\"\u003e\u003c\/circle\u003e                         \u003c\/svg\u003e                         \u003cspan class=\"pd-text-sm\" style=\"font-weight:500;\"\u003eFree shipping on all orders\u003c\/span\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-policy-item\"\u003e                         \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\"\u003e                             \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e                         \u003c\/svg\u003e                         \u003cspan class=\"pd-text-sm\" style=\"font-weight:500;\"\u003e180 days purchase protection\u003c\/span\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-policy-item\"\u003e                         \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\"\u003e                             \u003cpath d=\"M21 12a9 9 0 1 1-9-9\"\u003e\u003c\/path\u003e                             \u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e                         \u003c\/svg\u003e                         \u003cspan class=\"pd-text-sm\" style=\"font-weight:500;\"\u003e30 days money-back guarantee\u003c\/span\u003e                     \u003c\/div\u003e                     \u003cdiv class=\"pd-policy-item\"\u003e                         \u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\"\u003e                             \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e                             \u003cpath d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"\u003e\u003c\/path\u003e                             \u003cline x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"\u003e\u003c\/line\u003e                         \u003c\/svg\u003e                         \u003cspan class=\"pd-text-sm\" style=\"font-weight:500;\"\u003e24 months warranty service\u003c\/span\u003e                     \u003c\/div\u003e                 \u003c\/div\u003e             \u003c\/div\u003e         \u003c\/div\u003e     \u003c\/div\u003e     \u003cscript\u003e         (function() {             const wrapper = document.querySelector('.product-description-wrapper');             if (!wrapper) return;             const faqButtons = wrapper.querySelectorAll('.pd-faq-question');             faqButtons.forEach(btn =\u003e {                 btn.addEventListener('click', function(e) {                     const item = this.closest('.pd-faq-item');                     if (!item) return;                     const isOpen = item.classList.contains('open');                     \/\/ 关闭所有其他faq                     wrapper.querySelectorAll('.pd-faq-item.open').forEach(openItem =\u003e {                         if (openItem !== item) openItem.classList.remove('open');                     });                     if (isOpen) {                         item.classList.remove('open');                     } else {                         item.classList.add('open');                     }                 });             });         })();     \u003c\/script\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/01_fbc35079-61bc-432d-bbd9-973b518035e2.jpg?v=1767953325\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/02_d883d882-6bc6-45ad-835c-2b4265b49485.jpg?v=1767953326\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/03_6c56606e-ff0c-4b13-8bb9-23c2205a9d77.jpg?v=1767953324\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/04_3d27ce6d-7f23-46e6-9ab2-117f8b9d6b56.jpg?v=1767953326\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/05_4ef29f48-79f2-45a3-92c3-84cb6ba7b385.jpg?v=1767953322\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/06_8cc92d6e-cba6-4fc4-a468-fb5f405b906c.jpg?v=1767953327\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/07_7fd65230-ff48-46bb-b82e-b149df14b4c8.jpg?v=1767953323\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/08_8671c55a-a316-49a2-9465-845b04fa76bd.jpg?v=1767953326\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/09-APP_1ff6d7fe-a8e8-4afc-b7a6-d7b2cdb1a3b6.jpg?v=1767953325\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/10-APP_52b7b12e-8568-4667-84f5-a226bb09a7c1.jpg?v=1767953309\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/11_f7a13de5-4767-4552-bc0a-f4a4151d94ca.jpg?v=1767953326\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/12_9f174c86-a0f9-4d65-9af8-69dd0335e1fd.jpg?v=1767953326\" alt=\"\"\u003e \u003cp\u003e\u003c\/p\u003e \u003cp\u003e \u003c\/p\u003e","brand":"Electric Scooters \u003e\u003e","offers":[{"title":"- 34.1+ Miles \/ - 1600W\/800W*2 \/ - 20.8Ah\/48V\/998Wh","offer_id":43279953789011,"sku":"868053898732","price":749.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/7797355675731-1-HKM-Z1M-Pro-34_1-Miles-48V-20_8Ah-998Wh-1600W-Dual-Motor-Drive-Long-Range-Foldable-Electric-Scooter-Black.jpg?v=1768116166"},{"product_id":"hkm-z1m-34-1-miles-48v-18-2ah-873wh-800w-single-motor-drive-long-range-foldable-electric-scooter-black-3","title":"HKM-Z1M 34.1 Miles 48V 18.2Ah 873Wh 800W Single-Motor Drive Long-Range Foldable Electric Scooter - Black","description":"\u003cdiv id=\"hkm-z1m-desc\" style=\"max-width: 820px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #1e2a3a; line-height: 1.5; background: #ffffff; padding: 0 16px; box-sizing: border-box;\"\u003e\n    \u003cstyle\u003e\n        #hkm-z1m-desc * { box-sizing: border-box; margin: 0; padding: 0; }\n        #hkm-z1m-desc p, #hkm-z1m-desc li, #hkm-z1m-desc td, #hkm-z1m-desc th, #hkm-z1m-desc span, #hkm-z1m-desc div, #hkm-z1m-desc summary { font-size: 15px; color: #1e2a3a; }\n        #hkm-z1m-desc .section { margin: 48px 0; }\n        #hkm-z1m-desc .section-title { font-size: 26px; font-weight: 600; color: #0b1e33; margin-bottom: 24px; display: flex; align-items: center; gap: 12px; letter-spacing: -0.3px; }\n        #hkm-z1m-desc .section-title svg { flex-shrink: 0; }\n        #hkm-z1m-desc .hero { text-align: center; padding: 32px 0 24px; }\n        #hkm-z1m-desc .hero h1 { font-size: 36px; font-weight: 700; color: #0a1a2b; letter-spacing: -0.5px; margin-bottom: 12px; }\n        #hkm-z1m-desc .hero p { font-size: 17px; color: #4a5b6b; max-width: 640px; margin: 0 auto; }\n        #hkm-z1m-desc .stats-grid { display: flex; flex-wrap: wrap; gap: 20px; margin: 28px 0; }\n        #hkm-z1m-desc .stat-card { flex: 1 1 calc(25% - 20px); min-width: 160px; background: #f7f9fc; border-radius: 20px; padding: 24px 12px 20px; text-align: center; transition: transform 0.25s ease, box-shadow 0.25s ease; border: 1px solid #eef2f6; }\n        #hkm-z1m-desc .stat-card:hover { transform: translateY(-6px); box-shadow: 0 18px 35px rgba(0,20,50,0.08); }\n        #hkm-z1m-desc .stat-icon { margin-bottom: 14px; display: inline-block; }\n        #hkm-z1m-desc .stat-icon svg { width: 44px; height: 44px; transition: transform 0.3s ease; }\n        #hkm-z1m-desc .stat-card:hover .stat-icon svg { transform: scale(1.1); }\n        #hkm-z1m-desc .stat-value { font-size: 24px; font-weight: 700; color: #0b1e33; display: block; margin-bottom: 6px; }\n        #hkm-z1m-desc .stat-label { font-size: 13px; color: #5f6b7a; text-transform: uppercase; letter-spacing: 0.4px; font-weight: 500; }\n        #hkm-z1m-desc .feature-row { display: flex; flex-wrap: wrap; gap: 28px; align-items: center; margin: 32px 0; }\n        #hkm-z1m-desc .feature-text { flex: 1 1 300px; }\n        #hkm-z1m-desc .feature-text h3 { font-size: 22px; font-weight: 600; color: #0b1e33; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }\n        #hkm-z1m-desc .feature-text p { color: #3e4b5a; margin-bottom: 12px; font-size: 15px; }\n        #hkm-z1m-desc .feature-icon-bg { flex: 0 0 120px; display: flex; justify-content: center; align-items: center; }\n        #hkm-z1m-desc .feature-icon-bg svg { width: 100px; height: 100px; transition: transform 0.3s ease; }\n        #hkm-z1m-desc .feature-row:hover .feature-icon-bg svg { transform: rotate(2deg) scale(1.05); }\n        #hkm-z1m-desc .specs-container { display: flex; flex-wrap: wrap; gap: 24px; margin: 28px 0; }\n        #hkm-z1m-desc .specs-col { flex: 1 1 calc(50% - 24px); min-width: 260px; background: #f9fafc; border-radius: 22px; padding: 24px 24px 18px; border: 1px solid #eef2f6; transition: box-shadow 0.25s; }\n        #hkm-z1m-desc .specs-col:hover { box-shadow: 0 12px 28px rgba(0,0,0,0.04); }\n        #hkm-z1m-desc .spec-item { display: flex; justify-content: space-between; align-items: baseline; padding: 12px 0; border-bottom: 1px dashed #dce2e9; }\n        #hkm-z1m-desc .spec-item:last-child { border-bottom: none; }\n        #hkm-z1m-desc .spec-name { font-weight: 600; color: #0b1e33; font-size: 14px; display: flex; align-items: center; gap: 8px; }\n        #hkm-z1m-desc .spec-value { font-weight: 500; color: #33475b; text-align: right; font-size: 14px; }\n        #hkm-z1m-desc .spec-icon-svg { width: 22px; height: 22px; flex-shrink: 0; }\n        #hkm-z1m-desc details { background: #f8fafd; border-radius: 16px; padding: 16px 20px; margin-bottom: 12px; border: 1px solid #e9eef4; transition: all 0.2s; }\n        #hkm-z1m-desc details[open] { background: #ffffff; box-shadow: 0 8px 24px rgba(0,0,0,0.03); }\n        #hkm-z1m-desc summary { font-weight: 600; font-size: 16px; cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; color: #0b1e33; }\n        #hkm-z1m-desc summary::-webkit-details-marker { display: none; }\n        #hkm-z1m-desc summary::after { content: \"▾\"; font-size: 18px; transition: transform 0.25s; color: #2b4b6f; margin-left: 12px; }\n        #hkm-z1m-desc details[open] summary::after { transform: rotate(180deg); }\n        #hkm-z1m-desc .faq-content { margin-top: 16px; color: #3e4b5a; font-size: 15px; }\n        #hkm-z1m-desc .policy-grid { display: flex; flex-wrap: wrap; gap: 24px; margin: 32px 0; }\n        #hkm-z1m-desc .policy-card { flex: 1 1 calc(50% - 24px); min-width: 220px; background: #f9fafc; border-radius: 20px; padding: 24px 20px; border: 1px solid #eef2f6; display: flex; align-items: center; gap: 16px; }\n        #hkm-z1m-desc .policy-icon { width: 40px; height: 40px; flex-shrink: 0; color: #1a4972; }\n        #hkm-z1m-desc .policy-text strong { display: block; font-size: 16px; color: #0b1e33; margin-bottom: 6px; }\n        #hkm-z1m-desc .policy-text span { font-size: 14px; color: #4a5b6b; }\n        @media (max-width: 767px) {\n          #hkm-z1m-desc .hero h1 { font-size: 26px; }\n          #hkm-z1m-desc .hero p { font-size: 14px; }\n          #hkm-z1m-desc .section-title { font-size: 20px; }\n          #hkm-z1m-desc .stat-card { flex: 1 1 calc(50% - 16px); min-width: 140px; }\n          #hkm-z1m-desc .stat-value { font-size: 20px; }\n          #hkm-z1m-desc .stat-label { font-size: 12px; }\n          #hkm-z1m-desc p, #hkm-z1m-desc li, #hkm-z1m-desc span, #hkm-z1m-desc div, #hkm-z1m-desc summary { font-size: 13px; }\n          #hkm-z1m-desc .feature-text h3 { font-size: 18px; }\n          #hkm-z1m-desc .specs-col { flex: 1 1 100%; }\n          #hkm-z1m-desc .policy-card { flex: 1 1 100%; }\n          #hkm-z1m-desc .spec-name, #hkm-z1m-desc .spec-value { font-size: 13px; }\n          #hkm-z1m-desc .faq-content { font-size: 13px; }\n          #hkm-z1m-desc summary { font-size: 14px; }\n          #hkm-z1m-desc .feature-icon-bg svg { width: 70px; height: 70px; }\n          #hkm-z1m-desc .feature-row { gap: 16px; }\n        }\n        @media (min-width: 768px) {\n          #hkm-z1m-desc p, #hkm-z1m-desc li, #hkm-z1m-desc span, #hkm-z1m-desc div, #hkm-z1m-desc summary { font-size: 15px; }\n          #hkm-z1m-desc .stat-label { font-size: 13px; }\n          #hkm-z1m-desc .spec-name, #hkm-z1m-desc .spec-value { font-size: 14px; }\n        }\n        #hkm-z1m-desc .badge { background: #e9f0f9; color: #1a4972; font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 30px; display: inline-block; margin-left: 8px; vertical-align: middle; }\n    \u003c\/style\u003e\n\n    \u003cdiv class=\"hero\"\u003e\n        \u003ch1\u003eHKM-Z1M Electric Scooter\u003c\/h1\u003e\n        \u003cp\u003eExtended range, robust power, and intelligent connectivity — engineered for the modern urban commuter who refuses to compromise.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"stats-grid\"\u003e\n        \u003cdiv class=\"stat-card\"\u003e\n            \u003cdiv class=\"stat-icon\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                    \u003crect x=\"12\" y=\"18\" width=\"24\" height=\"26\" rx=\"4\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/rect\u003e\n                    \u003crect x=\"16\" y=\"10\" width=\"16\" height=\"8\" rx=\"2\" fill=\"#1a4972\"\u003e\u003c\/rect\u003e\n                    \u003cpath d=\"M22 34v4m4-4v4\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"24\" cy=\"28\" r=\"3\" fill=\"#ffb347\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n            \u003cspan class=\"stat-value\"\u003e34.1 mi\u003c\/span\u003e\n            \u003cspan class=\"stat-label\"\u003eMax Range (54.9 km)\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"stat-card\"\u003e\n            \u003cdiv class=\"stat-icon\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                    \u003ccircle cx=\"24\" cy=\"24\" r=\"20\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M24 10v8m0 12v8M10 24h8m12 0h8\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"24\" cy=\"24\" r=\"6\" fill=\"#ffb347\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n            \u003cspan class=\"stat-value\"\u003e34 mph\u003c\/span\u003e\n            \u003cspan class=\"stat-label\"\u003eTop Speed (55 km\/h)\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"stat-card\"\u003e\n            \u003cdiv class=\"stat-icon\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                    \u003cpath d=\"M12 36V18a4 4 0 014-4h16a4 4 0 014 4v18m-24 0h24m-24 0a4 4 0 004 4h16a4 4 0 004-4m-24 0v-6h24v6\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"24\" cy=\"22\" r=\"2\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n            \u003cspan class=\"stat-value\"\u003e330 lbs\u003c\/span\u003e\n            \u003cspan class=\"stat-label\"\u003eMax Load (149.7 kg)\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"stat-card\"\u003e\n            \u003cdiv class=\"stat-icon\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                    \u003crect x=\"10\" y=\"22\" width=\"28\" height=\"18\" rx=\"4\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/rect\u003e\n                    \u003cpath d=\"M18 10l12 12m0-12L18 22\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"24\" cy=\"32\" r=\"2\" fill=\"#ffb347\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n            \u003cspan class=\"stat-value\"\u003e7-8 hrs\u003c\/span\u003e\n            \u003cspan class=\"stat-label\"\u003eCharge Time\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003crect x=\"4\" y=\"6\" width=\"24\" height=\"20\" rx=\"4\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/rect\u003e\n                \u003cpath d=\"M12 14h8m-8 4h6\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e Smart Performance Core\u003c\/div\u003e\n        \u003cdiv class=\"feature-row\"\u003e\n            \u003cdiv class=\"feature-text\"\u003e\n                \u003ch3\u003e\n\u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 32 32\"\u003e\n                        \u003ccircle cx=\"16\" cy=\"16\" r=\"14\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M16 6v10l8 4\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e 800W Motor · 35 N·m Torque\u003c\/h3\u003e\n                \u003cp\u003eAccelerate confidently across city streets. The 48V brushless motor delivers 35 N·m of torque, enabling swift overtakes and steady climbing on inclines up to 23 degrees. Whether from standstill or in mid-flow, power delivery remains smooth and responsive.\u003c\/p\u003e\n                \u003cp\u003eThree configurable speed modes (up to 15.5 mph \/ 25 mph \/ 34 mph) let you adapt to local regulations and riding conditions, while maintaining efficiency for longer trips.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-icon-bg\"\u003e\u003csvg viewbox=\"0 0 100 100\" fill=\"none\"\u003e\n                    \u003ccircle cx=\"50\" cy=\"50\" r=\"42\" stroke=\"#1a4972\" stroke-width=\"3\" fill=\"#f7f9fc\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M50 20v30l15 8\" stroke=\"#ffb347\" stroke-width=\"5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"50\" cy=\"50\" r=\"14\" stroke=\"#1a4972\" stroke-width=\"3\" fill=\"#fff\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003crect x=\"6\" y=\"8\" width=\"20\" height=\"22\" rx=\"3\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/rect\u003e\n                \u003crect x=\"10\" y=\"12\" width=\"12\" height=\"12\" rx=\"1\" fill=\"#1a4972\"\u003e\u003c\/rect\u003e\n                \u003cpath d=\"M16 28v4\" stroke=\"#1a4972\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e Long-Range Battery Intelligence\u003c\/div\u003e\n        \u003cdiv class=\"feature-row\"\u003e\n            \u003cdiv class=\"feature-icon-bg\"\u003e\u003csvg viewbox=\"0 0 100 100\" fill=\"none\"\u003e\n                    \u003crect x=\"30\" y=\"25\" width=\"40\" height=\"60\" rx=\"8\" stroke=\"#1a4972\" stroke-width=\"3\" fill=\"#f0f4fc\"\u003e\u003c\/rect\u003e\n                    \u003crect x=\"36\" y=\"35\" width=\"28\" height=\"34\" rx=\"4\" fill=\"#1a4972\"\u003e\u003c\/rect\u003e\n                    \u003cpath d=\"M42 50h16\" stroke=\"#fff\" stroke-width=\"3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M42 58h10\" stroke=\"#ffb347\" stroke-width=\"3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n            \u003cdiv class=\"feature-text\"\u003e\n                \u003ch3\u003e\n\u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 32 32\"\u003e\n                        \u003crect x=\"8\" y=\"10\" width=\"16\" height=\"18\" rx=\"3\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"12\" y=\"14\" width=\"8\" height=\"10\" fill=\"#1a4972\"\u003e\u003c\/rect\u003e\n                    \u003c\/svg\u003e 48V 18.2Ah \/ 873Wh Lithium-Ion\u003c\/h3\u003e\n                \u003cp\u003eTravel up to 34.1 miles (54.9 km) on a single charge — enough for a full day's commute without range anxiety. The high-density 873Wh pack uses advanced lithium cells to balance weight and endurance, delivering consistent output even as the charge depletes.\u003c\/p\u003e\n                \u003cp\u003eSmart battery management protects against overcharge, overheating, and deep discharge, prolonging overall lifespan. Recharge fully in 7–8 hours, ready for the next morning.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003ccircle cx=\"16\" cy=\"16\" r=\"12\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/circle\u003e\n                \u003cpath d=\"M10 16h12m-6-6v12\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e Suspension \u0026amp; Ride Comfort\u003c\/div\u003e\n        \u003cdiv class=\"feature-row\"\u003e\n            \u003cdiv class=\"feature-text\"\u003e\n                \u003ch3\u003e\n\u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 32 32\"\u003e\n                        \u003cpath d=\"M8 20h16M12 12l4 8-4 4m8-12l-4 8 4 4\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e Front \u0026amp; Rear Dual Shock Absorbers\u003c\/h3\u003e\n                \u003cp\u003eCity roads aren't always smooth. Dual suspension soaks up cracks, cobblestones, and uneven pavement, keeping the ride stable and reducing fatigue. Paired with 11-inch off-road tires, the scooter glides over bumps that unsettle ordinary commuters.\u003c\/p\u003e\n                \u003cp\u003eThe 7.1-inch ground clearance (180 mm) adds extra confidence on curbs and uneven terrain, protecting the underbody from scrapes.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-icon-bg\"\u003e\u003csvg viewbox=\"0 0 100 100\" fill=\"none\"\u003e\n                    \u003cpath d=\"M25 65 L40 45 L60 55 L75 35\" stroke=\"#1a4972\" stroke-width=\"4\" fill=\"none\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"40\" cy=\"45\" r=\"6\" fill=\"#ffb347\"\u003e\u003c\/circle\u003e\n                    \u003ccircle cx=\"60\" cy=\"55\" r=\"6\" fill=\"#ffb347\"\u003e\u003c\/circle\u003e\n                    \u003ccircle cx=\"75\" cy=\"35\" r=\"6\" fill=\"#ffb347\"\u003e\u003c\/circle\u003e\n                    \u003ccircle cx=\"25\" cy=\"65\" r=\"6\" fill=\"#ffb347\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003ccircle cx=\"16\" cy=\"16\" r=\"12\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/circle\u003e\n                \u003ccircle cx=\"16\" cy=\"16\" r=\"6\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                \u003cpath d=\"M16 10v4m0 4v4\" stroke=\"#fff\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e Braking \u0026amp; Safety\u003c\/div\u003e\n        \u003cdiv class=\"feature-row\"\u003e\n            \u003cdiv class=\"feature-icon-bg\"\u003e\u003csvg viewbox=\"0 0 100 100\" fill=\"none\"\u003e\n                    \u003ccircle cx=\"50\" cy=\"50\" r=\"38\" stroke=\"#1a4972\" stroke-width=\"3\" fill=\"#f7f9fc\"\u003e\u003c\/circle\u003e\n                    \u003ccircle cx=\"50\" cy=\"50\" r=\"22\" stroke=\"#1a4972\" stroke-width=\"3\" fill=\"#fff\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M50 28v12m0 20v12M28 50h12m20 0h12\" stroke=\"#ffb347\" stroke-width=\"4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n            \u003cdiv class=\"feature-text\"\u003e\n                \u003ch3\u003e\n\u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 32 32\"\u003e\n                        \u003ccircle cx=\"16\" cy=\"16\" r=\"8\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"16\" cy=\"16\" r=\"3\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e Front \u0026amp; Rear Disc Brakes\u003c\/h3\u003e\n                \u003cp\u003eDual disc brakes deliver reliable, linear stopping power in wet or dry conditions. The ventilated design dissipates heat efficiently during repeated braking, maintaining consistent bite when you need it most — whether approaching a crosswalk or descending a hill.\u003c\/p\u003e\n                \u003cp\u003eCombined with the responsive motor cutoff, the braking system gives you precise control, enhancing safety without sacrificing ride feel.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003cpath d=\"M6 12h20l-4 14H10L6 12z\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/path\u003e\n                \u003ccircle cx=\"16\" cy=\"8\" r=\"4\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n            \u003c\/svg\u003e Practical Folding \u0026amp; Portability\u003c\/div\u003e\n        \u003cdiv class=\"feature-row\"\u003e\n            \u003cdiv class=\"feature-text\"\u003e\n                \u003ch3\u003e\n\u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 32 32\"\u003e\n                        \u003cpath d=\"M8 8l16 16M8 24L24 8\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e One-Step Fold, 64.7 lbs (29.3 kg)\u003c\/h3\u003e\n                \u003cp\u003eThe aerospace-grade aluminum alloy frame folds in a single motion, shrinking from 46.5\" L × 25.2\" W × 51.2\" H (118 × 64 × 130 cm) to just 47.6\" L × 12.2\" W × 29.9\" H (121 × 31 × 76 cm). Store it under a desk, in a trunk, or carry it onto public transit.\u003c\/p\u003e\n                \u003cp\u003eDespite its sturdy construction, the scooter weighs only 64.7 lbs, making it manageable for daily multi-modal commutes. The folding mechanism locks securely in both positions.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-icon-bg\"\u003e\u003csvg viewbox=\"0 0 100 100\" fill=\"none\"\u003e\n                    \u003crect x=\"30\" y=\"20\" width=\"40\" height=\"60\" rx=\"6\" stroke=\"#1a4972\" stroke-width=\"3\" fill=\"#f7f9fc\"\u003e\u003c\/rect\u003e\n                    \u003cpath d=\"M50 20v20m0 20v20\" stroke=\"#1a4972\" stroke-width=\"3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"50\" cy=\"50\" r=\"8\" fill=\"#ffb347\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003crect x=\"8\" y=\"6\" width=\"16\" height=\"20\" rx=\"3\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/rect\u003e\n                \u003ccircle cx=\"16\" cy=\"16\" r=\"4\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                \u003cpath d=\"M12 26h8\" stroke=\"#1a4972\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e Connected App \u0026amp; Lighting\u003c\/div\u003e\n        \u003cdiv class=\"feature-row\"\u003e\n            \u003cdiv class=\"feature-icon-bg\"\u003e\u003csvg viewbox=\"0 0 100 100\" fill=\"none\"\u003e\n                    \u003crect x=\"35\" y=\"15\" width=\"30\" height=\"70\" rx=\"6\" stroke=\"#1a4972\" stroke-width=\"3\" fill=\"#f0f4fc\"\u003e\u003c\/rect\u003e\n                    \u003ccircle cx=\"50\" cy=\"45\" r=\"10\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M38 65h24\" stroke=\"#1a4972\" stroke-width=\"3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n            \u003cdiv class=\"feature-text\"\u003e\n                \u003ch3\u003e\n\u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 32 32\"\u003e\n                        \u003cpath d=\"M16 4v4m0 16v4M4 16h4m16 0h4\" stroke=\"#1a4972\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                        \u003ccircle cx=\"16\" cy=\"16\" r=\"5\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e Mobile App Control \u0026amp; LED Customization\u003c\/h3\u003e\n                \u003cp\u003ePair via Bluetooth to the companion app for real-time ride data, speed mode toggling, and LED mood lighting control. Monitor battery status, trip distance, and more directly from your phone.\u003c\/p\u003e\n                \u003cp\u003eIntegrated LED headlight and decorative strip lights improve visibility at night while adding a modern, customizable aesthetic. Choose colors and patterns that match your style.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003cpath d=\"M16 4c-4 0-8 3-8 8 0 6 8 16 8 16s8-10 8-16c0-5-4-8-8-8z\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/path\u003e\n                \u003ccircle cx=\"16\" cy=\"12\" r=\"3\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n            \u003c\/svg\u003e Weather-Ready Durability\u003c\/div\u003e\n        \u003cdiv class=\"feature-row\"\u003e\n            \u003cdiv class=\"feature-text\"\u003e\n                \u003ch3\u003e\n\u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 32 32\"\u003e\n                        \u003cpath d=\"M10 16c0-4 2-8 6-8s6 4 6 8c0 6-6 14-6 14s-6-8-6-14z\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e IPX5 Water Resistance\u003c\/h3\u003e\n                \u003cp\u003eRated IPX5, the scooter withstands water spray from any direction. Ride through light rain or wet roads without compromising internal electronics. Sealed connectors and corrosion-resistant materials extend longevity in variable climates.\u003c\/p\u003e\n                \u003cp\u003eAlways exercise caution in heavy rain or standing water, and follow local safety guidelines.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-icon-bg\"\u003e\u003csvg viewbox=\"0 0 100 100\" fill=\"none\"\u003e\n                    \u003cpath d=\"M50 25c-12 0-20 10-20 20 0 12 20 30 20 30s20-18 20-30c0-10-8-20-20-20z\" stroke=\"#1a4972\" stroke-width=\"3\" fill=\"#f0f4fc\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"42\" cy=\"45\" r=\"4\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                    \u003ccircle cx=\"58\" cy=\"45\" r=\"4\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003crect x=\"6\" y=\"4\" width=\"20\" height=\"24\" rx=\"2\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/rect\u003e\n                \u003cline x1=\"10\" y1=\"12\" x2=\"22\" y2=\"12\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"10\" y1=\"16\" x2=\"18\" y2=\"16\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"10\" y1=\"20\" x2=\"20\" y2=\"20\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/line\u003e\n            \u003c\/svg\u003e Detailed Specifications\u003c\/div\u003e\n        \u003cdiv class=\"specs-container\"\u003e\n            \u003cdiv class=\"specs-col\"\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003crect x=\"3\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\" stroke=\"#1a4972\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/rect\u003e\n                        \u003c\/svg\u003eModel\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eHKM-Z1M\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"8\" stroke=\"#1a4972\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M12 6v6l4 2\" stroke=\"#ffb347\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003eMotor\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e48V 800W, 35 N·m\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003crect x=\"5\" y=\"8\" width=\"14\" height=\"12\" rx=\"2\" stroke=\"#1a4972\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"9\" y=\"11\" width=\"6\" height=\"6\" fill=\"#1a4972\"\u003e\u003c\/rect\u003e\n                        \u003c\/svg\u003eBattery\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e48V 18.2Ah \/ 873Wh\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003cpath d=\"M12 2v4m0 12v4M2 12h4m12 0h4\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"3\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003eMax Speed\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e15.5 \/ 25 \/ 34 mph (25\/40\/55 km\/h)\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003cpath d=\"M4 18l6-12 4 8 6-12\" stroke=\"#1a4972\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003eMax Range\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eUp to 34.1 mi (54.9 km)\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"#1a4972\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M12 16v4m-4 0h8\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003eMax Load\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e330 lbs (149.7 kg)\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"specs-col\"\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"8\" stroke=\"#1a4972\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"8,12 11,15 16,9\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003eCharging Time\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e7–8 hours\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"7\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"2\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003eBrakes\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eFront \u0026amp; Rear Disc\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"8\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M8 12h8\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003eTires\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e11\" Off-road\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003cpath d=\"M6 12l6-8 6 8-6 14L6 12z\" stroke=\"#1a4972\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003eClimbing Angle\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eUp to 23°\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"3\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n                            \u003cpath d=\"M8 12h8\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003eWater Resistance\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eIPX5\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003cpath d=\"M4 12l4-4 4 4 4-4 4 4\" stroke=\"#1a4972\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003eGround Clearance\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e7.1 in (180 mm)\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 24px; margin-top: 20px;\"\u003e\n            \u003cdiv style=\"flex:1; min-width:200px; background:#f9fafc; border-radius:18px; padding:20px; border:1px solid #eef2f6;\"\u003e\n\u003cspan style=\"font-weight:600;color:#0b1e33;\"\u003eUnfolded Size\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color:#3e4b5a;\"\u003e46.5\" L × 25.2\" W × 51.2\" H (118 × 64 × 130 cm)\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv style=\"flex:1; min-width:200px; background:#f9fafc; border-radius:18px; padding:20px; border:1px solid #eef2f6;\"\u003e\n\u003cspan style=\"font-weight:600;color:#0b1e33;\"\u003eFolded Size\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color:#3e4b5a;\"\u003e47.6\" L × 12.2\" W × 29.9\" H (121 × 31 × 76 cm)\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv style=\"flex:1; min-width:200px; background:#f9fafc; border-radius:18px; padding:20px; border:1px solid #eef2f6;\"\u003e\n\u003cspan style=\"font-weight:600;color:#0b1e33;\"\u003eNet Weight\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color:#3e4b5a;\"\u003e64.7 lbs (29.3 kg)\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003ccircle cx=\"16\" cy=\"16\" r=\"12\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/circle\u003e\n                \u003cpath d=\"M16 10v8m-4-4h8\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e Frequently Asked Questions\u003c\/div\u003e\n        \u003cdetails\u003e\n            \u003csummary\u003eWhat is the actual range in real-world conditions?\u003c\/summary\u003e\n            \u003cdiv class=\"faq-content\"\u003eThe 34.1-mile (54.9 km) maximum range is achieved under optimal conditions: 165 lbs (75 kg) rider, smooth pavement, 15.5 mph (25 km\/h) constant speed, and 77°F (25°C). In typical urban commuting with stops and varied speeds, expect approximately 24–28 miles (38–45 km). Heavier riders, hills, and cold weather can reduce range further.\u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n            \u003csummary\u003eCan I ride in the rain?\u003c\/summary\u003e\n            \u003cdiv class=\"faq-content\"\u003eYes, the IPX5 rating means the scooter is protected against water jets from any direction. Light to moderate rain is generally safe, but avoid submerging the scooter or riding through deep puddles. Always dry the scooter after exposure and check brakes before riding.\u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n            \u003csummary\u003eHow long does the battery last before needing replacement?\u003c\/summary\u003e\n            \u003cdiv class=\"faq-content\"\u003eThe lithium-ion battery is rated for 500+ full charge cycles before capacity drops to 80%. With typical use, that translates to several years of service. Proper charging habits (avoiding complete discharge, storing at moderate temperatures) can extend lifespan further.\u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n            \u003csummary\u003eIs the speed limited by local laws?\u003c\/summary\u003e\n            \u003cdiv class=\"faq-content\"\u003eThe scooter can be configured to limit top speed to 15.5 mph (25 km\/h), 25 mph (40 km\/h), or 34 mph (55 km\/h) via the app. Please adhere to local e-scooter regulations regarding maximum speed, helmet use, and permitted riding areas.\u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n            \u003csummary\u003eHow does the folding mechanism work?\u003c\/summary\u003e\n            \u003cdiv class=\"faq-content\"\u003eA single lever near the base of the stem releases the lock. Fold the stem down until it clicks into the rear fender hook. To unfold, release the hook and raise the stem until the lock engages automatically. The process takes under 5 seconds.\u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003crect x=\"6\" y=\"6\" width=\"20\" height=\"20\" rx=\"4\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/rect\u003e\n                \u003cpath d=\"M16 12v8m-4-4h8\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e Purchase Protection\u003c\/div\u003e\n        \u003cdiv class=\"policy-grid\"\u003e\n            \u003cdiv class=\"policy-card\"\u003e\n                \u003cdiv class=\"policy-icon\"\u003e\u003csvg viewbox=\"0 0 48 48\"\u003e\n                        \u003crect x=\"8\" y=\"12\" width=\"32\" height=\"28\" rx=\"4\" fill=\"#eef2f6\" stroke=\"#1a4972\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003cpath d=\"M16 24h16m-8-8v16\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv class=\"policy-text\"\u003e\n\u003cstrong\u003eFree Shipping on All Orders\u003c\/strong\u003e\u003cspan\u003eNo minimum purchase required. Fast, reliable delivery to your doorstep.\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"policy-card\"\u003e\n                \u003cdiv class=\"policy-icon\"\u003e\u003csvg viewbox=\"0 0 48 48\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"16\" fill=\"#eef2f6\" stroke=\"#1a4972\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M20 24l4 4 8-8\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv class=\"policy-text\"\u003e\n\u003cstrong\u003e180 Days Purchase Protection\u003c\/strong\u003e\u003cspan\u003eCovers manufacturing defects and performance issues beyond standard warranty.\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"policy-card\"\u003e\n                \u003cdiv class=\"policy-icon\"\u003e\u003csvg viewbox=\"0 0 48 48\"\u003e\n                        \u003crect x=\"10\" y=\"8\" width=\"28\" height=\"32\" rx=\"4\" fill=\"#eef2f6\" stroke=\"#1a4972\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003cpath d=\"M18 20l6 6 6-6\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv class=\"policy-text\"\u003e\n\u003cstrong\u003e30 Days Money-Back Guarantee\u003c\/strong\u003e\u003cspan\u003eNot satisfied? Return within 30 days for a full refund. Hassle-free process.\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"policy-card\"\u003e\n                \u003cdiv class=\"policy-icon\"\u003e\u003csvg viewbox=\"0 0 48 48\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"18\" fill=\"#eef2f6\" stroke=\"#1a4972\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M24 14v10l6 3\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv class=\"policy-text\"\u003e\n\u003cstrong\u003e24 Months Warranty Service\u003c\/strong\u003e\u003cspan\u003eComprehensive coverage on frame, motor, battery, and controller. Dedicated support team.\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"text-align: center; padding: 32px 0 16px; color: #5f6b7a; font-size: 13px; border-top: 1px solid #eef2f6; margin-top: 40px;\"\u003e\n        HKM-Z1M · Designed for the modern commute. Always ride responsibly and follow local regulations.\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/01_c97eca14-46ed-4a05-9417-8677e4f21fe3.jpg?v=1767951512\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/02_8c279f28-ae8b-4801-84d3-3693ea684213.jpg?v=1767951523\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/03_91969ba2-ac16-470e-935e-a0aad1b6db87.jpg?v=1767951502\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/04_84e4ee46-643f-44ee-ab92-1ea4384a868b.jpg?v=1767951527\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/05_66e5ef45-bd1f-4e7f-b3fd-dd4754f6f649.jpg?v=1767951495\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/06_4bc89ddd-fa90-408e-b589-70282eda40ec.jpg?v=1767951527\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/07_f1b8de68-8a34-412b-a94a-93bce1def1cc.jpg?v=1767951505\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/08.jpg?v=1767951527\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/09-APP_d757faf9-5ae2-4684-8bd1-3c5ea1da393a.jpg?v=1767951506\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/10-APP.jpg?v=1767951487\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/11_f76621fc-503e-49ef-bbf2-03f2e5053ab2.jpg?v=1767951527\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/12_11540542-88ce-47ff-ad74-335e0afdbe61.jpg?v=1767951526\"\u003e\u003cp\u003e\u003c\/p\u003e","brand":"Electric Scooters \u003e\u003e","offers":[{"title":"- 34.1+ Miles \/ - 800W \/ - 18.2Ah\/48V\/873Wh","offer_id":43279953854547,"sku":"868053898734","price":649.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/7797355642963-1-HKM-Z1M-34_1-Miles-48V-18_2Ah-873Wh-800W-Single-Motor-Drive-Long-Range-Foldable-Electric-Scooter-Black_1c2be6a7-1f70-4cea-8450-61bb9ad39623.jpg?v=1768116064"},{"product_id":"hkm-z1m-34-1-miles-48v-18-2ah-873wh-800w-single-motor-drive-long-range-foldable-electric-scooter-black-2","title":"HKM-Z1M 34.1 Miles 48V 18.2Ah 873Wh 800W Single-Motor Drive Long-Range Foldable Electric Scooter - Black","description":"\u003cdiv id=\"hkm-z1m-desc\" style=\"max-width: 820px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #1e2a3a; line-height: 1.5; background: #ffffff; padding: 0 16px; box-sizing: border-box;\"\u003e\n    \u003cstyle\u003e\n        #hkm-z1m-desc * { box-sizing: border-box; margin: 0; padding: 0; }\n        #hkm-z1m-desc p, #hkm-z1m-desc li, #hkm-z1m-desc td, #hkm-z1m-desc th, #hkm-z1m-desc span, #hkm-z1m-desc div, #hkm-z1m-desc summary { font-size: 15px; color: #1e2a3a; }\n        #hkm-z1m-desc .section { margin: 48px 0; }\n        #hkm-z1m-desc .section-title { font-size: 26px; font-weight: 600; color: #0b1e33; margin-bottom: 24px; display: flex; align-items: center; gap: 12px; letter-spacing: -0.3px; }\n        #hkm-z1m-desc .section-title svg { flex-shrink: 0; }\n        #hkm-z1m-desc .hero { text-align: center; padding: 32px 0 24px; }\n        #hkm-z1m-desc .hero h1 { font-size: 36px; font-weight: 700; color: #0a1a2b; letter-spacing: -0.5px; margin-bottom: 12px; }\n        #hkm-z1m-desc .hero p { font-size: 17px; color: #4a5b6b; max-width: 640px; margin: 0 auto; }\n        #hkm-z1m-desc .stats-grid { display: flex; flex-wrap: wrap; gap: 20px; margin: 28px 0; }\n        #hkm-z1m-desc .stat-card { flex: 1 1 calc(25% - 20px); min-width: 160px; background: #f7f9fc; border-radius: 20px; padding: 24px 12px 20px; text-align: center; transition: transform 0.25s ease, box-shadow 0.25s ease; border: 1px solid #eef2f6; }\n        #hkm-z1m-desc .stat-card:hover { transform: translateY(-6px); box-shadow: 0 18px 35px rgba(0,20,50,0.08); }\n        #hkm-z1m-desc .stat-icon { margin-bottom: 14px; display: inline-block; }\n        #hkm-z1m-desc .stat-icon svg { width: 44px; height: 44px; transition: transform 0.3s ease; }\n        #hkm-z1m-desc .stat-card:hover .stat-icon svg { transform: scale(1.1); }\n        #hkm-z1m-desc .stat-value { font-size: 24px; font-weight: 700; color: #0b1e33; display: block; margin-bottom: 6px; }\n        #hkm-z1m-desc .stat-label { font-size: 13px; color: #5f6b7a; text-transform: uppercase; letter-spacing: 0.4px; font-weight: 500; }\n        #hkm-z1m-desc .feature-row { display: flex; flex-wrap: wrap; gap: 28px; align-items: center; margin: 32px 0; }\n        #hkm-z1m-desc .feature-text { flex: 1 1 300px; }\n        #hkm-z1m-desc .feature-text h3 { font-size: 22px; font-weight: 600; color: #0b1e33; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }\n        #hkm-z1m-desc .feature-text p { color: #3e4b5a; margin-bottom: 12px; font-size: 15px; }\n        #hkm-z1m-desc .feature-icon-bg { flex: 0 0 120px; display: flex; justify-content: center; align-items: center; }\n        #hkm-z1m-desc .feature-icon-bg svg { width: 100px; height: 100px; transition: transform 0.3s ease; }\n        #hkm-z1m-desc .feature-row:hover .feature-icon-bg svg { transform: rotate(2deg) scale(1.05); }\n        #hkm-z1m-desc .specs-container { display: flex; flex-wrap: wrap; gap: 24px; margin: 28px 0; }\n        #hkm-z1m-desc .specs-col { flex: 1 1 calc(50% - 24px); min-width: 260px; background: #f9fafc; border-radius: 22px; padding: 24px 24px 18px; border: 1px solid #eef2f6; transition: box-shadow 0.25s; }\n        #hkm-z1m-desc .specs-col:hover { box-shadow: 0 12px 28px rgba(0,0,0,0.04); }\n        #hkm-z1m-desc .spec-item { display: flex; justify-content: space-between; align-items: baseline; padding: 12px 0; border-bottom: 1px dashed #dce2e9; }\n        #hkm-z1m-desc .spec-item:last-child { border-bottom: none; }\n        #hkm-z1m-desc .spec-name { font-weight: 600; color: #0b1e33; font-size: 14px; display: flex; align-items: center; gap: 8px; }\n        #hkm-z1m-desc .spec-value { font-weight: 500; color: #33475b; text-align: right; font-size: 14px; }\n        #hkm-z1m-desc .spec-icon-svg { width: 22px; height: 22px; flex-shrink: 0; }\n        #hkm-z1m-desc details { background: #f8fafd; border-radius: 16px; padding: 16px 20px; margin-bottom: 12px; border: 1px solid #e9eef4; transition: all 0.2s; }\n        #hkm-z1m-desc details[open] { background: #ffffff; box-shadow: 0 8px 24px rgba(0,0,0,0.03); }\n        #hkm-z1m-desc summary { font-weight: 600; font-size: 16px; cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; color: #0b1e33; }\n        #hkm-z1m-desc summary::-webkit-details-marker { display: none; }\n        #hkm-z1m-desc summary::after { content: \"▾\"; font-size: 18px; transition: transform 0.25s; color: #2b4b6f; margin-left: 12px; }\n        #hkm-z1m-desc details[open] summary::after { transform: rotate(180deg); }\n        #hkm-z1m-desc .faq-content { margin-top: 16px; color: #3e4b5a; font-size: 15px; }\n        #hkm-z1m-desc .policy-grid { display: flex; flex-wrap: wrap; gap: 24px; margin: 32px 0; }\n        #hkm-z1m-desc .policy-card { flex: 1 1 calc(50% - 24px); min-width: 220px; background: #f9fafc; border-radius: 20px; padding: 24px 20px; border: 1px solid #eef2f6; display: flex; align-items: center; gap: 16px; }\n        #hkm-z1m-desc .policy-icon { width: 40px; height: 40px; flex-shrink: 0; color: #1a4972; }\n        #hkm-z1m-desc .policy-text strong { display: block; font-size: 16px; color: #0b1e33; margin-bottom: 6px; }\n        #hkm-z1m-desc .policy-text span { font-size: 14px; color: #4a5b6b; }\n        @media (max-width: 767px) {\n          #hkm-z1m-desc .hero h1 { font-size: 26px; }\n          #hkm-z1m-desc .hero p { font-size: 14px; }\n          #hkm-z1m-desc .section-title { font-size: 20px; }\n          #hkm-z1m-desc .stat-card { flex: 1 1 calc(50% - 16px); min-width: 140px; }\n          #hkm-z1m-desc .stat-value { font-size: 20px; }\n          #hkm-z1m-desc .stat-label { font-size: 12px; }\n          #hkm-z1m-desc p, #hkm-z1m-desc li, #hkm-z1m-desc span, #hkm-z1m-desc div, #hkm-z1m-desc summary { font-size: 13px; }\n          #hkm-z1m-desc .feature-text h3 { font-size: 18px; }\n          #hkm-z1m-desc .specs-col { flex: 1 1 100%; }\n          #hkm-z1m-desc .policy-card { flex: 1 1 100%; }\n          #hkm-z1m-desc .spec-name, #hkm-z1m-desc .spec-value { font-size: 13px; }\n          #hkm-z1m-desc .faq-content { font-size: 13px; }\n          #hkm-z1m-desc summary { font-size: 14px; }\n          #hkm-z1m-desc .feature-icon-bg svg { width: 70px; height: 70px; }\n          #hkm-z1m-desc .feature-row { gap: 16px; }\n        }\n        @media (min-width: 768px) {\n          #hkm-z1m-desc p, #hkm-z1m-desc li, #hkm-z1m-desc span, #hkm-z1m-desc div, #hkm-z1m-desc summary { font-size: 15px; }\n          #hkm-z1m-desc .stat-label { font-size: 13px; }\n          #hkm-z1m-desc .spec-name, #hkm-z1m-desc .spec-value { font-size: 14px; }\n        }\n        #hkm-z1m-desc .badge { background: #e9f0f9; color: #1a4972; font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 30px; display: inline-block; margin-left: 8px; vertical-align: middle; }\n    \u003c\/style\u003e\n\n    \u003cdiv class=\"hero\"\u003e\n        \u003ch1\u003eHKM-Z1M Electric Scooter\u003c\/h1\u003e\n        \u003cp\u003eExtended range, robust power, and intelligent connectivity — engineered for the modern urban commuter who refuses to compromise.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"stats-grid\"\u003e\n        \u003cdiv class=\"stat-card\"\u003e\n            \u003cdiv class=\"stat-icon\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                    \u003crect x=\"12\" y=\"18\" width=\"24\" height=\"26\" rx=\"4\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/rect\u003e\n                    \u003crect x=\"16\" y=\"10\" width=\"16\" height=\"8\" rx=\"2\" fill=\"#1a4972\"\u003e\u003c\/rect\u003e\n                    \u003cpath d=\"M22 34v4m4-4v4\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"24\" cy=\"28\" r=\"3\" fill=\"#ffb347\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n            \u003cspan class=\"stat-value\"\u003e34.1 mi\u003c\/span\u003e\n            \u003cspan class=\"stat-label\"\u003eMax Range (54.9 km)\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"stat-card\"\u003e\n            \u003cdiv class=\"stat-icon\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                    \u003ccircle cx=\"24\" cy=\"24\" r=\"20\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M24 10v8m0 12v8M10 24h8m12 0h8\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"24\" cy=\"24\" r=\"6\" fill=\"#ffb347\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n            \u003cspan class=\"stat-value\"\u003e34 mph\u003c\/span\u003e\n            \u003cspan class=\"stat-label\"\u003eTop Speed (55 km\/h)\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"stat-card\"\u003e\n            \u003cdiv class=\"stat-icon\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                    \u003cpath d=\"M12 36V18a4 4 0 014-4h16a4 4 0 014 4v18m-24 0h24m-24 0a4 4 0 004 4h16a4 4 0 004-4m-24 0v-6h24v6\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"24\" cy=\"22\" r=\"2\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n            \u003cspan class=\"stat-value\"\u003e330 lbs\u003c\/span\u003e\n            \u003cspan class=\"stat-label\"\u003eMax Load (149.7 kg)\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"stat-card\"\u003e\n            \u003cdiv class=\"stat-icon\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                    \u003crect x=\"10\" y=\"22\" width=\"28\" height=\"18\" rx=\"4\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/rect\u003e\n                    \u003cpath d=\"M18 10l12 12m0-12L18 22\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"24\" cy=\"32\" r=\"2\" fill=\"#ffb347\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n            \u003cspan class=\"stat-value\"\u003e7-8 hrs\u003c\/span\u003e\n            \u003cspan class=\"stat-label\"\u003eCharge Time\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003crect x=\"4\" y=\"6\" width=\"24\" height=\"20\" rx=\"4\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/rect\u003e\n                \u003cpath d=\"M12 14h8m-8 4h6\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e Smart Performance Core\u003c\/div\u003e\n        \u003cdiv class=\"feature-row\"\u003e\n            \u003cdiv class=\"feature-text\"\u003e\n                \u003ch3\u003e\n\u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 32 32\"\u003e\n                        \u003ccircle cx=\"16\" cy=\"16\" r=\"14\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M16 6v10l8 4\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e 800W Motor · 35 N·m Torque\u003c\/h3\u003e\n                \u003cp\u003eAccelerate confidently across city streets. The 48V brushless motor delivers 35 N·m of torque, enabling swift overtakes and steady climbing on inclines up to 23 degrees. Whether from standstill or in mid-flow, power delivery remains smooth and responsive.\u003c\/p\u003e\n                \u003cp\u003eThree configurable speed modes (up to 15.5 mph \/ 25 mph \/ 34 mph) let you adapt to local regulations and riding conditions, while maintaining efficiency for longer trips.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-icon-bg\"\u003e\u003csvg viewbox=\"0 0 100 100\" fill=\"none\"\u003e\n                    \u003ccircle cx=\"50\" cy=\"50\" r=\"42\" stroke=\"#1a4972\" stroke-width=\"3\" fill=\"#f7f9fc\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M50 20v30l15 8\" stroke=\"#ffb347\" stroke-width=\"5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"50\" cy=\"50\" r=\"14\" stroke=\"#1a4972\" stroke-width=\"3\" fill=\"#fff\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003crect x=\"6\" y=\"8\" width=\"20\" height=\"22\" rx=\"3\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/rect\u003e\n                \u003crect x=\"10\" y=\"12\" width=\"12\" height=\"12\" rx=\"1\" fill=\"#1a4972\"\u003e\u003c\/rect\u003e\n                \u003cpath d=\"M16 28v4\" stroke=\"#1a4972\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e Long-Range Battery Intelligence\u003c\/div\u003e\n        \u003cdiv class=\"feature-row\"\u003e\n            \u003cdiv class=\"feature-icon-bg\"\u003e\u003csvg viewbox=\"0 0 100 100\" fill=\"none\"\u003e\n                    \u003crect x=\"30\" y=\"25\" width=\"40\" height=\"60\" rx=\"8\" stroke=\"#1a4972\" stroke-width=\"3\" fill=\"#f0f4fc\"\u003e\u003c\/rect\u003e\n                    \u003crect x=\"36\" y=\"35\" width=\"28\" height=\"34\" rx=\"4\" fill=\"#1a4972\"\u003e\u003c\/rect\u003e\n                    \u003cpath d=\"M42 50h16\" stroke=\"#fff\" stroke-width=\"3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M42 58h10\" stroke=\"#ffb347\" stroke-width=\"3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n            \u003cdiv class=\"feature-text\"\u003e\n                \u003ch3\u003e\n\u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 32 32\"\u003e\n                        \u003crect x=\"8\" y=\"10\" width=\"16\" height=\"18\" rx=\"3\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"12\" y=\"14\" width=\"8\" height=\"10\" fill=\"#1a4972\"\u003e\u003c\/rect\u003e\n                    \u003c\/svg\u003e 48V 18.2Ah \/ 873Wh Lithium-Ion\u003c\/h3\u003e\n                \u003cp\u003eTravel up to 34.1 miles (54.9 km) on a single charge — enough for a full day's commute without range anxiety. The high-density 873Wh pack uses advanced lithium cells to balance weight and endurance, delivering consistent output even as the charge depletes.\u003c\/p\u003e\n                \u003cp\u003eSmart battery management protects against overcharge, overheating, and deep discharge, prolonging overall lifespan. Recharge fully in 7–8 hours, ready for the next morning.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003ccircle cx=\"16\" cy=\"16\" r=\"12\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/circle\u003e\n                \u003cpath d=\"M10 16h12m-6-6v12\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e Suspension \u0026amp; Ride Comfort\u003c\/div\u003e\n        \u003cdiv class=\"feature-row\"\u003e\n            \u003cdiv class=\"feature-text\"\u003e\n                \u003ch3\u003e\n\u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 32 32\"\u003e\n                        \u003cpath d=\"M8 20h16M12 12l4 8-4 4m8-12l-4 8 4 4\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e Front \u0026amp; Rear Dual Shock Absorbers\u003c\/h3\u003e\n                \u003cp\u003eCity roads aren't always smooth. Dual suspension soaks up cracks, cobblestones, and uneven pavement, keeping the ride stable and reducing fatigue. Paired with 11-inch off-road tires, the scooter glides over bumps that unsettle ordinary commuters.\u003c\/p\u003e\n                \u003cp\u003eThe 7.1-inch ground clearance (180 mm) adds extra confidence on curbs and uneven terrain, protecting the underbody from scrapes.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-icon-bg\"\u003e\u003csvg viewbox=\"0 0 100 100\" fill=\"none\"\u003e\n                    \u003cpath d=\"M25 65 L40 45 L60 55 L75 35\" stroke=\"#1a4972\" stroke-width=\"4\" fill=\"none\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"40\" cy=\"45\" r=\"6\" fill=\"#ffb347\"\u003e\u003c\/circle\u003e\n                    \u003ccircle cx=\"60\" cy=\"55\" r=\"6\" fill=\"#ffb347\"\u003e\u003c\/circle\u003e\n                    \u003ccircle cx=\"75\" cy=\"35\" r=\"6\" fill=\"#ffb347\"\u003e\u003c\/circle\u003e\n                    \u003ccircle cx=\"25\" cy=\"65\" r=\"6\" fill=\"#ffb347\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003ccircle cx=\"16\" cy=\"16\" r=\"12\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/circle\u003e\n                \u003ccircle cx=\"16\" cy=\"16\" r=\"6\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                \u003cpath d=\"M16 10v4m0 4v4\" stroke=\"#fff\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e Braking \u0026amp; Safety\u003c\/div\u003e\n        \u003cdiv class=\"feature-row\"\u003e\n            \u003cdiv class=\"feature-icon-bg\"\u003e\u003csvg viewbox=\"0 0 100 100\" fill=\"none\"\u003e\n                    \u003ccircle cx=\"50\" cy=\"50\" r=\"38\" stroke=\"#1a4972\" stroke-width=\"3\" fill=\"#f7f9fc\"\u003e\u003c\/circle\u003e\n                    \u003ccircle cx=\"50\" cy=\"50\" r=\"22\" stroke=\"#1a4972\" stroke-width=\"3\" fill=\"#fff\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M50 28v12m0 20v12M28 50h12m20 0h12\" stroke=\"#ffb347\" stroke-width=\"4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n            \u003cdiv class=\"feature-text\"\u003e\n                \u003ch3\u003e\n\u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 32 32\"\u003e\n                        \u003ccircle cx=\"16\" cy=\"16\" r=\"8\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"16\" cy=\"16\" r=\"3\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e Front \u0026amp; Rear Disc Brakes\u003c\/h3\u003e\n                \u003cp\u003eDual disc brakes deliver reliable, linear stopping power in wet or dry conditions. The ventilated design dissipates heat efficiently during repeated braking, maintaining consistent bite when you need it most — whether approaching a crosswalk or descending a hill.\u003c\/p\u003e\n                \u003cp\u003eCombined with the responsive motor cutoff, the braking system gives you precise control, enhancing safety without sacrificing ride feel.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003cpath d=\"M6 12h20l-4 14H10L6 12z\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/path\u003e\n                \u003ccircle cx=\"16\" cy=\"8\" r=\"4\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n            \u003c\/svg\u003e Practical Folding \u0026amp; Portability\u003c\/div\u003e\n        \u003cdiv class=\"feature-row\"\u003e\n            \u003cdiv class=\"feature-text\"\u003e\n                \u003ch3\u003e\n\u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 32 32\"\u003e\n                        \u003cpath d=\"M8 8l16 16M8 24L24 8\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e One-Step Fold, 64.7 lbs (29.3 kg)\u003c\/h3\u003e\n                \u003cp\u003eThe aerospace-grade aluminum alloy frame folds in a single motion, shrinking from 46.5\" L × 25.2\" W × 51.2\" H (118 × 64 × 130 cm) to just 47.6\" L × 12.2\" W × 29.9\" H (121 × 31 × 76 cm). Store it under a desk, in a trunk, or carry it onto public transit.\u003c\/p\u003e\n                \u003cp\u003eDespite its sturdy construction, the scooter weighs only 64.7 lbs, making it manageable for daily multi-modal commutes. The folding mechanism locks securely in both positions.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-icon-bg\"\u003e\u003csvg viewbox=\"0 0 100 100\" fill=\"none\"\u003e\n                    \u003crect x=\"30\" y=\"20\" width=\"40\" height=\"60\" rx=\"6\" stroke=\"#1a4972\" stroke-width=\"3\" fill=\"#f7f9fc\"\u003e\u003c\/rect\u003e\n                    \u003cpath d=\"M50 20v20m0 20v20\" stroke=\"#1a4972\" stroke-width=\"3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"50\" cy=\"50\" r=\"8\" fill=\"#ffb347\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003crect x=\"8\" y=\"6\" width=\"16\" height=\"20\" rx=\"3\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/rect\u003e\n                \u003ccircle cx=\"16\" cy=\"16\" r=\"4\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                \u003cpath d=\"M12 26h8\" stroke=\"#1a4972\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e Connected App \u0026amp; Lighting\u003c\/div\u003e\n        \u003cdiv class=\"feature-row\"\u003e\n            \u003cdiv class=\"feature-icon-bg\"\u003e\u003csvg viewbox=\"0 0 100 100\" fill=\"none\"\u003e\n                    \u003crect x=\"35\" y=\"15\" width=\"30\" height=\"70\" rx=\"6\" stroke=\"#1a4972\" stroke-width=\"3\" fill=\"#f0f4fc\"\u003e\u003c\/rect\u003e\n                    \u003ccircle cx=\"50\" cy=\"45\" r=\"10\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M38 65h24\" stroke=\"#1a4972\" stroke-width=\"3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n            \u003cdiv class=\"feature-text\"\u003e\n                \u003ch3\u003e\n\u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 32 32\"\u003e\n                        \u003cpath d=\"M16 4v4m0 16v4M4 16h4m16 0h4\" stroke=\"#1a4972\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                        \u003ccircle cx=\"16\" cy=\"16\" r=\"5\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e Mobile App Control \u0026amp; LED Customization\u003c\/h3\u003e\n                \u003cp\u003ePair via Bluetooth to the companion app for real-time ride data, speed mode toggling, and LED mood lighting control. Monitor battery status, trip distance, and more directly from your phone.\u003c\/p\u003e\n                \u003cp\u003eIntegrated LED headlight and decorative strip lights improve visibility at night while adding a modern, customizable aesthetic. Choose colors and patterns that match your style.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003cpath d=\"M16 4c-4 0-8 3-8 8 0 6 8 16 8 16s8-10 8-16c0-5-4-8-8-8z\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/path\u003e\n                \u003ccircle cx=\"16\" cy=\"12\" r=\"3\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n            \u003c\/svg\u003e Weather-Ready Durability\u003c\/div\u003e\n        \u003cdiv class=\"feature-row\"\u003e\n            \u003cdiv class=\"feature-text\"\u003e\n                \u003ch3\u003e\n\u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 32 32\"\u003e\n                        \u003cpath d=\"M10 16c0-4 2-8 6-8s6 4 6 8c0 6-6 14-6 14s-6-8-6-14z\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e IPX5 Water Resistance\u003c\/h3\u003e\n                \u003cp\u003eRated IPX5, the scooter withstands water spray from any direction. Ride through light rain or wet roads without compromising internal electronics. Sealed connectors and corrosion-resistant materials extend longevity in variable climates.\u003c\/p\u003e\n                \u003cp\u003eAlways exercise caution in heavy rain or standing water, and follow local safety guidelines.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-icon-bg\"\u003e\u003csvg viewbox=\"0 0 100 100\" fill=\"none\"\u003e\n                    \u003cpath d=\"M50 25c-12 0-20 10-20 20 0 12 20 30 20 30s20-18 20-30c0-10-8-20-20-20z\" stroke=\"#1a4972\" stroke-width=\"3\" fill=\"#f0f4fc\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"42\" cy=\"45\" r=\"4\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                    \u003ccircle cx=\"58\" cy=\"45\" r=\"4\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003crect x=\"6\" y=\"4\" width=\"20\" height=\"24\" rx=\"2\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/rect\u003e\n                \u003cline x1=\"10\" y1=\"12\" x2=\"22\" y2=\"12\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"10\" y1=\"16\" x2=\"18\" y2=\"16\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"10\" y1=\"20\" x2=\"20\" y2=\"20\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/line\u003e\n            \u003c\/svg\u003e Detailed Specifications\u003c\/div\u003e\n        \u003cdiv class=\"specs-container\"\u003e\n            \u003cdiv class=\"specs-col\"\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003crect x=\"3\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\" stroke=\"#1a4972\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/rect\u003e\n                        \u003c\/svg\u003eModel\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eHKM-Z1M\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"8\" stroke=\"#1a4972\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M12 6v6l4 2\" stroke=\"#ffb347\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003eMotor\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e48V 800W, 35 N·m\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003crect x=\"5\" y=\"8\" width=\"14\" height=\"12\" rx=\"2\" stroke=\"#1a4972\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"9\" y=\"11\" width=\"6\" height=\"6\" fill=\"#1a4972\"\u003e\u003c\/rect\u003e\n                        \u003c\/svg\u003eBattery\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e48V 18.2Ah \/ 873Wh\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003cpath d=\"M12 2v4m0 12v4M2 12h4m12 0h4\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"3\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003eMax Speed\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e15.5 \/ 25 \/ 34 mph (25\/40\/55 km\/h)\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003cpath d=\"M4 18l6-12 4 8 6-12\" stroke=\"#1a4972\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003eMax Range\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eUp to 34.1 mi (54.9 km)\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"#1a4972\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M12 16v4m-4 0h8\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003eMax Load\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e330 lbs (149.7 kg)\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"specs-col\"\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"8\" stroke=\"#1a4972\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"8,12 11,15 16,9\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003eCharging Time\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e7–8 hours\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"7\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"2\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003eBrakes\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eFront \u0026amp; Rear Disc\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"8\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M8 12h8\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003eTires\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e11\" Off-road\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003cpath d=\"M6 12l6-8 6 8-6 14L6 12z\" stroke=\"#1a4972\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003eClimbing Angle\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eUp to 23°\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"3\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n                            \u003cpath d=\"M8 12h8\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003eWater Resistance\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eIPX5\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003cpath d=\"M4 12l4-4 4 4 4-4 4 4\" stroke=\"#1a4972\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003eGround Clearance\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e7.1 in (180 mm)\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 24px; margin-top: 20px;\"\u003e\n            \u003cdiv style=\"flex:1; min-width:200px; background:#f9fafc; border-radius:18px; padding:20px; border:1px solid #eef2f6;\"\u003e\n\u003cspan style=\"font-weight:600;color:#0b1e33;\"\u003eUnfolded Size\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color:#3e4b5a;\"\u003e46.5\" L × 25.2\" W × 51.2\" H (118 × 64 × 130 cm)\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv style=\"flex:1; min-width:200px; background:#f9fafc; border-radius:18px; padding:20px; border:1px solid #eef2f6;\"\u003e\n\u003cspan style=\"font-weight:600;color:#0b1e33;\"\u003eFolded Size\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color:#3e4b5a;\"\u003e47.6\" L × 12.2\" W × 29.9\" H (121 × 31 × 76 cm)\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv style=\"flex:1; min-width:200px; background:#f9fafc; border-radius:18px; padding:20px; border:1px solid #eef2f6;\"\u003e\n\u003cspan style=\"font-weight:600;color:#0b1e33;\"\u003eNet Weight\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color:#3e4b5a;\"\u003e64.7 lbs (29.3 kg)\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003ccircle cx=\"16\" cy=\"16\" r=\"12\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/circle\u003e\n                \u003cpath d=\"M16 10v8m-4-4h8\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e Frequently Asked Questions\u003c\/div\u003e\n        \u003cdetails\u003e\n            \u003csummary\u003eWhat is the actual range in real-world conditions?\u003c\/summary\u003e\n            \u003cdiv class=\"faq-content\"\u003eThe 34.1-mile (54.9 km) maximum range is achieved under optimal conditions: 165 lbs (75 kg) rider, smooth pavement, 15.5 mph (25 km\/h) constant speed, and 77°F (25°C). In typical urban commuting with stops and varied speeds, expect approximately 24–28 miles (38–45 km). Heavier riders, hills, and cold weather can reduce range further.\u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n            \u003csummary\u003eCan I ride in the rain?\u003c\/summary\u003e\n            \u003cdiv class=\"faq-content\"\u003eYes, the IPX5 rating means the scooter is protected against water jets from any direction. Light to moderate rain is generally safe, but avoid submerging the scooter or riding through deep puddles. Always dry the scooter after exposure and check brakes before riding.\u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n            \u003csummary\u003eHow long does the battery last before needing replacement?\u003c\/summary\u003e\n            \u003cdiv class=\"faq-content\"\u003eThe lithium-ion battery is rated for 500+ full charge cycles before capacity drops to 80%. With typical use, that translates to several years of service. Proper charging habits (avoiding complete discharge, storing at moderate temperatures) can extend lifespan further.\u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n            \u003csummary\u003eIs the speed limited by local laws?\u003c\/summary\u003e\n            \u003cdiv class=\"faq-content\"\u003eThe scooter can be configured to limit top speed to 15.5 mph (25 km\/h), 25 mph (40 km\/h), or 34 mph (55 km\/h) via the app. Please adhere to local e-scooter regulations regarding maximum speed, helmet use, and permitted riding areas.\u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n            \u003csummary\u003eHow does the folding mechanism work?\u003c\/summary\u003e\n            \u003cdiv class=\"faq-content\"\u003eA single lever near the base of the stem releases the lock. Fold the stem down until it clicks into the rear fender hook. To unfold, release the hook and raise the stem until the lock engages automatically. The process takes under 5 seconds.\u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003crect x=\"6\" y=\"6\" width=\"20\" height=\"20\" rx=\"4\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/rect\u003e\n                \u003cpath d=\"M16 12v8m-4-4h8\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e Purchase Protection\u003c\/div\u003e\n        \u003cdiv class=\"policy-grid\"\u003e\n            \u003cdiv class=\"policy-card\"\u003e\n                \u003cdiv class=\"policy-icon\"\u003e\u003csvg viewbox=\"0 0 48 48\"\u003e\n                        \u003crect x=\"8\" y=\"12\" width=\"32\" height=\"28\" rx=\"4\" fill=\"#eef2f6\" stroke=\"#1a4972\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003cpath d=\"M16 24h16m-8-8v16\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv class=\"policy-text\"\u003e\n\u003cstrong\u003eFree Shipping on All Orders\u003c\/strong\u003e\u003cspan\u003eNo minimum purchase required. Fast, reliable delivery to your doorstep.\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"policy-card\"\u003e\n                \u003cdiv class=\"policy-icon\"\u003e\u003csvg viewbox=\"0 0 48 48\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"16\" fill=\"#eef2f6\" stroke=\"#1a4972\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M20 24l4 4 8-8\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv class=\"policy-text\"\u003e\n\u003cstrong\u003e180 Days Purchase Protection\u003c\/strong\u003e\u003cspan\u003eCovers manufacturing defects and performance issues beyond standard warranty.\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"policy-card\"\u003e\n                \u003cdiv class=\"policy-icon\"\u003e\u003csvg viewbox=\"0 0 48 48\"\u003e\n                        \u003crect x=\"10\" y=\"8\" width=\"28\" height=\"32\" rx=\"4\" fill=\"#eef2f6\" stroke=\"#1a4972\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003cpath d=\"M18 20l6 6 6-6\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv class=\"policy-text\"\u003e\n\u003cstrong\u003e30 Days Money-Back Guarantee\u003c\/strong\u003e\u003cspan\u003eNot satisfied? Return within 30 days for a full refund. Hassle-free process.\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"policy-card\"\u003e\n                \u003cdiv class=\"policy-icon\"\u003e\u003csvg viewbox=\"0 0 48 48\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"18\" fill=\"#eef2f6\" stroke=\"#1a4972\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M24 14v10l6 3\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv class=\"policy-text\"\u003e\n\u003cstrong\u003e24 Months Warranty Service\u003c\/strong\u003e\u003cspan\u003eComprehensive coverage on frame, motor, battery, and controller. Dedicated support team.\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"text-align: center; padding: 32px 0 16px; color: #5f6b7a; font-size: 13px; border-top: 1px solid #eef2f6; margin-top: 40px;\"\u003e\n        HKM-Z1M · Designed for the modern commute. Always ride responsibly and follow local regulations.\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/01_c97eca14-46ed-4a05-9417-8677e4f21fe3.jpg?v=1767951512\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/02_8c279f28-ae8b-4801-84d3-3693ea684213.jpg?v=1767951523\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/03_91969ba2-ac16-470e-935e-a0aad1b6db87.jpg?v=1767951502\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/04_84e4ee46-643f-44ee-ab92-1ea4384a868b.jpg?v=1767951527\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/05_66e5ef45-bd1f-4e7f-b3fd-dd4754f6f649.jpg?v=1767951495\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/06_4bc89ddd-fa90-408e-b589-70282eda40ec.jpg?v=1767951527\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/07_f1b8de68-8a34-412b-a94a-93bce1def1cc.jpg?v=1767951505\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/08.jpg?v=1767951527\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/09-APP_d757faf9-5ae2-4684-8bd1-3c5ea1da393a.jpg?v=1767951506\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/10-APP.jpg?v=1767951487\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/11_f76621fc-503e-49ef-bbf2-03f2e5053ab2.jpg?v=1767951527\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/12_11540542-88ce-47ff-ad74-335e0afdbe61.jpg?v=1767951526\"\u003e\u003cp\u003e\u003c\/p\u003e","brand":"Electric Scooters \u003e\u003e","offers":[{"title":"- 34.1+ Miles \/ - 800W \/ - 18.2Ah\/48V\/873Wh","offer_id":43279954116691,"sku":"868053898735","price":649.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/7797355642963-1-HKM-Z1M-34_1-Miles-48V-18_2Ah-873Wh-800W-Single-Motor-Drive-Long-Range-Foldable-Electric-Scooter-Black_3e2ec4e8-e4aa-4887-a43e-2928bd5d81d5.jpg?v=1768116051"},{"product_id":"hkm-z1m-34-1-miles-48v-18-2ah-873wh-800w-single-motor-drive-long-range-foldable-electric-scooter-black-1","title":"HKM-Z1M 34.1 Miles 48V 18.2Ah 873Wh 800W Single-Motor Drive Long-Range Foldable Electric Scooter - Black","description":"\u003cdiv id=\"hkm-z1m-desc\" style=\"max-width: 820px; margin: 0 auto; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: #1e2a3a; line-height: 1.5; background: #ffffff; padding: 0 16px; box-sizing: border-box;\"\u003e\n    \u003cstyle\u003e\n        #hkm-z1m-desc * { box-sizing: border-box; margin: 0; padding: 0; }\n        #hkm-z1m-desc p, #hkm-z1m-desc li, #hkm-z1m-desc td, #hkm-z1m-desc th, #hkm-z1m-desc span, #hkm-z1m-desc div, #hkm-z1m-desc summary { font-size: 15px; color: #1e2a3a; }\n        #hkm-z1m-desc .section { margin: 48px 0; }\n        #hkm-z1m-desc .section-title { font-size: 26px; font-weight: 600; color: #0b1e33; margin-bottom: 24px; display: flex; align-items: center; gap: 12px; letter-spacing: -0.3px; }\n        #hkm-z1m-desc .section-title svg { flex-shrink: 0; }\n        #hkm-z1m-desc .hero { text-align: center; padding: 32px 0 24px; }\n        #hkm-z1m-desc .hero h1 { font-size: 36px; font-weight: 700; color: #0a1a2b; letter-spacing: -0.5px; margin-bottom: 12px; }\n        #hkm-z1m-desc .hero p { font-size: 17px; color: #4a5b6b; max-width: 640px; margin: 0 auto; }\n        #hkm-z1m-desc .stats-grid { display: flex; flex-wrap: wrap; gap: 20px; margin: 28px 0; }\n        #hkm-z1m-desc .stat-card { flex: 1 1 calc(25% - 20px); min-width: 160px; background: #f7f9fc; border-radius: 20px; padding: 24px 12px 20px; text-align: center; transition: transform 0.25s ease, box-shadow 0.25s ease; border: 1px solid #eef2f6; }\n        #hkm-z1m-desc .stat-card:hover { transform: translateY(-6px); box-shadow: 0 18px 35px rgba(0,20,50,0.08); }\n        #hkm-z1m-desc .stat-icon { margin-bottom: 14px; display: inline-block; }\n        #hkm-z1m-desc .stat-icon svg { width: 44px; height: 44px; transition: transform 0.3s ease; }\n        #hkm-z1m-desc .stat-card:hover .stat-icon svg { transform: scale(1.1); }\n        #hkm-z1m-desc .stat-value { font-size: 24px; font-weight: 700; color: #0b1e33; display: block; margin-bottom: 6px; }\n        #hkm-z1m-desc .stat-label { font-size: 13px; color: #5f6b7a; text-transform: uppercase; letter-spacing: 0.4px; font-weight: 500; }\n        #hkm-z1m-desc .feature-row { display: flex; flex-wrap: wrap; gap: 28px; align-items: center; margin: 32px 0; }\n        #hkm-z1m-desc .feature-text { flex: 1 1 300px; }\n        #hkm-z1m-desc .feature-text h3 { font-size: 22px; font-weight: 600; color: #0b1e33; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }\n        #hkm-z1m-desc .feature-text p { color: #3e4b5a; margin-bottom: 12px; font-size: 15px; }\n        #hkm-z1m-desc .feature-icon-bg { flex: 0 0 120px; display: flex; justify-content: center; align-items: center; }\n        #hkm-z1m-desc .feature-icon-bg svg { width: 100px; height: 100px; transition: transform 0.3s ease; }\n        #hkm-z1m-desc .feature-row:hover .feature-icon-bg svg { transform: rotate(2deg) scale(1.05); }\n        #hkm-z1m-desc .specs-container { display: flex; flex-wrap: wrap; gap: 24px; margin: 28px 0; }\n        #hkm-z1m-desc .specs-col { flex: 1 1 calc(50% - 24px); min-width: 260px; background: #f9fafc; border-radius: 22px; padding: 24px 24px 18px; border: 1px solid #eef2f6; transition: box-shadow 0.25s; }\n        #hkm-z1m-desc .specs-col:hover { box-shadow: 0 12px 28px rgba(0,0,0,0.04); }\n        #hkm-z1m-desc .spec-item { display: flex; justify-content: space-between; align-items: baseline; padding: 12px 0; border-bottom: 1px dashed #dce2e9; }\n        #hkm-z1m-desc .spec-item:last-child { border-bottom: none; }\n        #hkm-z1m-desc .spec-name { font-weight: 600; color: #0b1e33; font-size: 14px; display: flex; align-items: center; gap: 8px; }\n        #hkm-z1m-desc .spec-value { font-weight: 500; color: #33475b; text-align: right; font-size: 14px; }\n        #hkm-z1m-desc .spec-icon-svg { width: 22px; height: 22px; flex-shrink: 0; }\n        #hkm-z1m-desc details { background: #f8fafd; border-radius: 16px; padding: 16px 20px; margin-bottom: 12px; border: 1px solid #e9eef4; transition: all 0.2s; }\n        #hkm-z1m-desc details[open] { background: #ffffff; box-shadow: 0 8px 24px rgba(0,0,0,0.03); }\n        #hkm-z1m-desc summary { font-weight: 600; font-size: 16px; cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; color: #0b1e33; }\n        #hkm-z1m-desc summary::-webkit-details-marker { display: none; }\n        #hkm-z1m-desc summary::after { content: \"▾\"; font-size: 18px; transition: transform 0.25s; color: #2b4b6f; margin-left: 12px; }\n        #hkm-z1m-desc details[open] summary::after { transform: rotate(180deg); }\n        #hkm-z1m-desc .faq-content { margin-top: 16px; color: #3e4b5a; font-size: 15px; }\n        #hkm-z1m-desc .policy-grid { display: flex; flex-wrap: wrap; gap: 24px; margin: 32px 0; }\n        #hkm-z1m-desc .policy-card { flex: 1 1 calc(50% - 24px); min-width: 220px; background: #f9fafc; border-radius: 20px; padding: 24px 20px; border: 1px solid #eef2f6; display: flex; align-items: center; gap: 16px; }\n        #hkm-z1m-desc .policy-icon { width: 40px; height: 40px; flex-shrink: 0; color: #1a4972; }\n        #hkm-z1m-desc .policy-text strong { display: block; font-size: 16px; color: #0b1e33; margin-bottom: 6px; }\n        #hkm-z1m-desc .policy-text span { font-size: 14px; color: #4a5b6b; }\n        @media (max-width: 767px) {\n          #hkm-z1m-desc .hero h1 { font-size: 26px; }\n          #hkm-z1m-desc .hero p { font-size: 14px; }\n          #hkm-z1m-desc .section-title { font-size: 20px; }\n          #hkm-z1m-desc .stat-card { flex: 1 1 calc(50% - 16px); min-width: 140px; }\n          #hkm-z1m-desc .stat-value { font-size: 20px; }\n          #hkm-z1m-desc .stat-label { font-size: 12px; }\n          #hkm-z1m-desc p, #hkm-z1m-desc li, #hkm-z1m-desc span, #hkm-z1m-desc div, #hkm-z1m-desc summary { font-size: 13px; }\n          #hkm-z1m-desc .feature-text h3 { font-size: 18px; }\n          #hkm-z1m-desc .specs-col { flex: 1 1 100%; }\n          #hkm-z1m-desc .policy-card { flex: 1 1 100%; }\n          #hkm-z1m-desc .spec-name, #hkm-z1m-desc .spec-value { font-size: 13px; }\n          #hkm-z1m-desc .faq-content { font-size: 13px; }\n          #hkm-z1m-desc summary { font-size: 14px; }\n          #hkm-z1m-desc .feature-icon-bg svg { width: 70px; height: 70px; }\n          #hkm-z1m-desc .feature-row { gap: 16px; }\n        }\n        @media (min-width: 768px) {\n          #hkm-z1m-desc p, #hkm-z1m-desc li, #hkm-z1m-desc span, #hkm-z1m-desc div, #hkm-z1m-desc summary { font-size: 15px; }\n          #hkm-z1m-desc .stat-label { font-size: 13px; }\n          #hkm-z1m-desc .spec-name, #hkm-z1m-desc .spec-value { font-size: 14px; }\n        }\n        #hkm-z1m-desc .badge { background: #e9f0f9; color: #1a4972; font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 30px; display: inline-block; margin-left: 8px; vertical-align: middle; }\n    \u003c\/style\u003e\n\n    \u003cdiv class=\"hero\"\u003e\n        \u003ch1\u003eHKM-Z1M Electric Scooter\u003c\/h1\u003e\n        \u003cp\u003eExtended range, robust power, and intelligent connectivity — engineered for the modern urban commuter who refuses to compromise.\u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"stats-grid\"\u003e\n        \u003cdiv class=\"stat-card\"\u003e\n            \u003cdiv class=\"stat-icon\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                    \u003crect x=\"12\" y=\"18\" width=\"24\" height=\"26\" rx=\"4\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/rect\u003e\n                    \u003crect x=\"16\" y=\"10\" width=\"16\" height=\"8\" rx=\"2\" fill=\"#1a4972\"\u003e\u003c\/rect\u003e\n                    \u003cpath d=\"M22 34v4m4-4v4\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"24\" cy=\"28\" r=\"3\" fill=\"#ffb347\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n            \u003cspan class=\"stat-value\"\u003e34.1 mi\u003c\/span\u003e\n            \u003cspan class=\"stat-label\"\u003eMax Range (54.9 km)\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"stat-card\"\u003e\n            \u003cdiv class=\"stat-icon\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                    \u003ccircle cx=\"24\" cy=\"24\" r=\"20\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M24 10v8m0 12v8M10 24h8m12 0h8\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"24\" cy=\"24\" r=\"6\" fill=\"#ffb347\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n            \u003cspan class=\"stat-value\"\u003e34 mph\u003c\/span\u003e\n            \u003cspan class=\"stat-label\"\u003eTop Speed (55 km\/h)\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"stat-card\"\u003e\n            \u003cdiv class=\"stat-icon\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                    \u003cpath d=\"M12 36V18a4 4 0 014-4h16a4 4 0 014 4v18m-24 0h24m-24 0a4 4 0 004 4h16a4 4 0 004-4m-24 0v-6h24v6\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"24\" cy=\"22\" r=\"2\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n            \u003cspan class=\"stat-value\"\u003e330 lbs\u003c\/span\u003e\n            \u003cspan class=\"stat-label\"\u003eMax Load (149.7 kg)\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"stat-card\"\u003e\n            \u003cdiv class=\"stat-icon\"\u003e\u003csvg viewbox=\"0 0 48 48\" fill=\"none\"\u003e\n                    \u003crect x=\"10\" y=\"22\" width=\"28\" height=\"18\" rx=\"4\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/rect\u003e\n                    \u003cpath d=\"M18 10l12 12m0-12L18 22\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"24\" cy=\"32\" r=\"2\" fill=\"#ffb347\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n            \u003cspan class=\"stat-value\"\u003e7-8 hrs\u003c\/span\u003e\n            \u003cspan class=\"stat-label\"\u003eCharge Time\u003c\/span\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003crect x=\"4\" y=\"6\" width=\"24\" height=\"20\" rx=\"4\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/rect\u003e\n                \u003cpath d=\"M12 14h8m-8 4h6\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e Smart Performance Core\u003c\/div\u003e\n        \u003cdiv class=\"feature-row\"\u003e\n            \u003cdiv class=\"feature-text\"\u003e\n                \u003ch3\u003e\n\u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 32 32\"\u003e\n                        \u003ccircle cx=\"16\" cy=\"16\" r=\"14\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M16 6v10l8 4\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e 800W Motor · 35 N·m Torque\u003c\/h3\u003e\n                \u003cp\u003eAccelerate confidently across city streets. The 48V brushless motor delivers 35 N·m of torque, enabling swift overtakes and steady climbing on inclines up to 23 degrees. Whether from standstill or in mid-flow, power delivery remains smooth and responsive.\u003c\/p\u003e\n                \u003cp\u003eThree configurable speed modes (up to 15.5 mph \/ 25 mph \/ 34 mph) let you adapt to local regulations and riding conditions, while maintaining efficiency for longer trips.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-icon-bg\"\u003e\u003csvg viewbox=\"0 0 100 100\" fill=\"none\"\u003e\n                    \u003ccircle cx=\"50\" cy=\"50\" r=\"42\" stroke=\"#1a4972\" stroke-width=\"3\" fill=\"#f7f9fc\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M50 20v30l15 8\" stroke=\"#ffb347\" stroke-width=\"5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"50\" cy=\"50\" r=\"14\" stroke=\"#1a4972\" stroke-width=\"3\" fill=\"#fff\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003crect x=\"6\" y=\"8\" width=\"20\" height=\"22\" rx=\"3\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/rect\u003e\n                \u003crect x=\"10\" y=\"12\" width=\"12\" height=\"12\" rx=\"1\" fill=\"#1a4972\"\u003e\u003c\/rect\u003e\n                \u003cpath d=\"M16 28v4\" stroke=\"#1a4972\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e Long-Range Battery Intelligence\u003c\/div\u003e\n        \u003cdiv class=\"feature-row\"\u003e\n            \u003cdiv class=\"feature-icon-bg\"\u003e\u003csvg viewbox=\"0 0 100 100\" fill=\"none\"\u003e\n                    \u003crect x=\"30\" y=\"25\" width=\"40\" height=\"60\" rx=\"8\" stroke=\"#1a4972\" stroke-width=\"3\" fill=\"#f0f4fc\"\u003e\u003c\/rect\u003e\n                    \u003crect x=\"36\" y=\"35\" width=\"28\" height=\"34\" rx=\"4\" fill=\"#1a4972\"\u003e\u003c\/rect\u003e\n                    \u003cpath d=\"M42 50h16\" stroke=\"#fff\" stroke-width=\"3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003cpath d=\"M42 58h10\" stroke=\"#ffb347\" stroke-width=\"3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n            \u003cdiv class=\"feature-text\"\u003e\n                \u003ch3\u003e\n\u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 32 32\"\u003e\n                        \u003crect x=\"8\" y=\"10\" width=\"16\" height=\"18\" rx=\"3\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/rect\u003e\n                        \u003crect x=\"12\" y=\"14\" width=\"8\" height=\"10\" fill=\"#1a4972\"\u003e\u003c\/rect\u003e\n                    \u003c\/svg\u003e 48V 18.2Ah \/ 873Wh Lithium-Ion\u003c\/h3\u003e\n                \u003cp\u003eTravel up to 34.1 miles (54.9 km) on a single charge — enough for a full day's commute without range anxiety. The high-density 873Wh pack uses advanced lithium cells to balance weight and endurance, delivering consistent output even as the charge depletes.\u003c\/p\u003e\n                \u003cp\u003eSmart battery management protects against overcharge, overheating, and deep discharge, prolonging overall lifespan. Recharge fully in 7–8 hours, ready for the next morning.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003ccircle cx=\"16\" cy=\"16\" r=\"12\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/circle\u003e\n                \u003cpath d=\"M10 16h12m-6-6v12\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e Suspension \u0026amp; Ride Comfort\u003c\/div\u003e\n        \u003cdiv class=\"feature-row\"\u003e\n            \u003cdiv class=\"feature-text\"\u003e\n                \u003ch3\u003e\n\u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 32 32\"\u003e\n                        \u003cpath d=\"M8 20h16M12 12l4 8-4 4m8-12l-4 8 4 4\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\" fill=\"none\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e Front \u0026amp; Rear Dual Shock Absorbers\u003c\/h3\u003e\n                \u003cp\u003eCity roads aren't always smooth. Dual suspension soaks up cracks, cobblestones, and uneven pavement, keeping the ride stable and reducing fatigue. Paired with 11-inch off-road tires, the scooter glides over bumps that unsettle ordinary commuters.\u003c\/p\u003e\n                \u003cp\u003eThe 7.1-inch ground clearance (180 mm) adds extra confidence on curbs and uneven terrain, protecting the underbody from scrapes.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-icon-bg\"\u003e\u003csvg viewbox=\"0 0 100 100\" fill=\"none\"\u003e\n                    \u003cpath d=\"M25 65 L40 45 L60 55 L75 35\" stroke=\"#1a4972\" stroke-width=\"4\" fill=\"none\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"40\" cy=\"45\" r=\"6\" fill=\"#ffb347\"\u003e\u003c\/circle\u003e\n                    \u003ccircle cx=\"60\" cy=\"55\" r=\"6\" fill=\"#ffb347\"\u003e\u003c\/circle\u003e\n                    \u003ccircle cx=\"75\" cy=\"35\" r=\"6\" fill=\"#ffb347\"\u003e\u003c\/circle\u003e\n                    \u003ccircle cx=\"25\" cy=\"65\" r=\"6\" fill=\"#ffb347\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003ccircle cx=\"16\" cy=\"16\" r=\"12\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/circle\u003e\n                \u003ccircle cx=\"16\" cy=\"16\" r=\"6\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                \u003cpath d=\"M16 10v4m0 4v4\" stroke=\"#fff\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e Braking \u0026amp; Safety\u003c\/div\u003e\n        \u003cdiv class=\"feature-row\"\u003e\n            \u003cdiv class=\"feature-icon-bg\"\u003e\u003csvg viewbox=\"0 0 100 100\" fill=\"none\"\u003e\n                    \u003ccircle cx=\"50\" cy=\"50\" r=\"38\" stroke=\"#1a4972\" stroke-width=\"3\" fill=\"#f7f9fc\"\u003e\u003c\/circle\u003e\n                    \u003ccircle cx=\"50\" cy=\"50\" r=\"22\" stroke=\"#1a4972\" stroke-width=\"3\" fill=\"#fff\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M50 28v12m0 20v12M28 50h12m20 0h12\" stroke=\"#ffb347\" stroke-width=\"4\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n            \u003cdiv class=\"feature-text\"\u003e\n                \u003ch3\u003e\n\u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 32 32\"\u003e\n                        \u003ccircle cx=\"16\" cy=\"16\" r=\"8\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/circle\u003e\n                        \u003ccircle cx=\"16\" cy=\"16\" r=\"3\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e Front \u0026amp; Rear Disc Brakes\u003c\/h3\u003e\n                \u003cp\u003eDual disc brakes deliver reliable, linear stopping power in wet or dry conditions. The ventilated design dissipates heat efficiently during repeated braking, maintaining consistent bite when you need it most — whether approaching a crosswalk or descending a hill.\u003c\/p\u003e\n                \u003cp\u003eCombined with the responsive motor cutoff, the braking system gives you precise control, enhancing safety without sacrificing ride feel.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003cpath d=\"M6 12h20l-4 14H10L6 12z\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/path\u003e\n                \u003ccircle cx=\"16\" cy=\"8\" r=\"4\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n            \u003c\/svg\u003e Practical Folding \u0026amp; Portability\u003c\/div\u003e\n        \u003cdiv class=\"feature-row\"\u003e\n            \u003cdiv class=\"feature-text\"\u003e\n                \u003ch3\u003e\n\u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 32 32\"\u003e\n                        \u003cpath d=\"M8 8l16 16M8 24L24 8\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e One-Step Fold, 64.7 lbs (29.3 kg)\u003c\/h3\u003e\n                \u003cp\u003eThe aerospace-grade aluminum alloy frame folds in a single motion, shrinking from 46.5\" L × 25.2\" W × 51.2\" H (118 × 64 × 130 cm) to just 47.6\" L × 12.2\" W × 29.9\" H (121 × 31 × 76 cm). Store it under a desk, in a trunk, or carry it onto public transit.\u003c\/p\u003e\n                \u003cp\u003eDespite its sturdy construction, the scooter weighs only 64.7 lbs, making it manageable for daily multi-modal commutes. The folding mechanism locks securely in both positions.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-icon-bg\"\u003e\u003csvg viewbox=\"0 0 100 100\" fill=\"none\"\u003e\n                    \u003crect x=\"30\" y=\"20\" width=\"40\" height=\"60\" rx=\"6\" stroke=\"#1a4972\" stroke-width=\"3\" fill=\"#f7f9fc\"\u003e\u003c\/rect\u003e\n                    \u003cpath d=\"M50 20v20m0 20v20\" stroke=\"#1a4972\" stroke-width=\"3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"50\" cy=\"50\" r=\"8\" fill=\"#ffb347\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003crect x=\"8\" y=\"6\" width=\"16\" height=\"20\" rx=\"3\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/rect\u003e\n                \u003ccircle cx=\"16\" cy=\"16\" r=\"4\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                \u003cpath d=\"M12 26h8\" stroke=\"#1a4972\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e Connected App \u0026amp; Lighting\u003c\/div\u003e\n        \u003cdiv class=\"feature-row\"\u003e\n            \u003cdiv class=\"feature-icon-bg\"\u003e\u003csvg viewbox=\"0 0 100 100\" fill=\"none\"\u003e\n                    \u003crect x=\"35\" y=\"15\" width=\"30\" height=\"70\" rx=\"6\" stroke=\"#1a4972\" stroke-width=\"3\" fill=\"#f0f4fc\"\u003e\u003c\/rect\u003e\n                    \u003ccircle cx=\"50\" cy=\"45\" r=\"10\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                    \u003cpath d=\"M38 65h24\" stroke=\"#1a4972\" stroke-width=\"3\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n            \u003cdiv class=\"feature-text\"\u003e\n                \u003ch3\u003e\n\u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 32 32\"\u003e\n                        \u003cpath d=\"M16 4v4m0 16v4M4 16h4m16 0h4\" stroke=\"#1a4972\" stroke-width=\"2.5\"\u003e\u003c\/path\u003e\n                        \u003ccircle cx=\"16\" cy=\"16\" r=\"5\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                    \u003c\/svg\u003e Mobile App Control \u0026amp; LED Customization\u003c\/h3\u003e\n                \u003cp\u003ePair via Bluetooth to the companion app for real-time ride data, speed mode toggling, and LED mood lighting control. Monitor battery status, trip distance, and more directly from your phone.\u003c\/p\u003e\n                \u003cp\u003eIntegrated LED headlight and decorative strip lights improve visibility at night while adding a modern, customizable aesthetic. Choose colors and patterns that match your style.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003cpath d=\"M16 4c-4 0-8 3-8 8 0 6 8 16 8 16s8-10 8-16c0-5-4-8-8-8z\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/path\u003e\n                \u003ccircle cx=\"16\" cy=\"12\" r=\"3\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n            \u003c\/svg\u003e Weather-Ready Durability\u003c\/div\u003e\n        \u003cdiv class=\"feature-row\"\u003e\n            \u003cdiv class=\"feature-text\"\u003e\n                \u003ch3\u003e\n\u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 32 32\"\u003e\n                        \u003cpath d=\"M10 16c0-4 2-8 6-8s6 4 6 8c0 6-6 14-6 14s-6-8-6-14z\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"none\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e IPX5 Water Resistance\u003c\/h3\u003e\n                \u003cp\u003eRated IPX5, the scooter withstands water spray from any direction. Ride through light rain or wet roads without compromising internal electronics. Sealed connectors and corrosion-resistant materials extend longevity in variable climates.\u003c\/p\u003e\n                \u003cp\u003eAlways exercise caution in heavy rain or standing water, and follow local safety guidelines.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature-icon-bg\"\u003e\u003csvg viewbox=\"0 0 100 100\" fill=\"none\"\u003e\n                    \u003cpath d=\"M50 25c-12 0-20 10-20 20 0 12 20 30 20 30s20-18 20-30c0-10-8-20-20-20z\" stroke=\"#1a4972\" stroke-width=\"3\" fill=\"#f0f4fc\"\u003e\u003c\/path\u003e\n                    \u003ccircle cx=\"42\" cy=\"45\" r=\"4\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                    \u003ccircle cx=\"58\" cy=\"45\" r=\"4\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003crect x=\"6\" y=\"4\" width=\"20\" height=\"24\" rx=\"2\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/rect\u003e\n                \u003cline x1=\"10\" y1=\"12\" x2=\"22\" y2=\"12\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"10\" y1=\"16\" x2=\"18\" y2=\"16\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/line\u003e\n                \u003cline x1=\"10\" y1=\"20\" x2=\"20\" y2=\"20\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/line\u003e\n            \u003c\/svg\u003e Detailed Specifications\u003c\/div\u003e\n        \u003cdiv class=\"specs-container\"\u003e\n            \u003cdiv class=\"specs-col\"\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003crect x=\"3\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\" stroke=\"#1a4972\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/rect\u003e\n                        \u003c\/svg\u003eModel\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eHKM-Z1M\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"8\" stroke=\"#1a4972\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M12 6v6l4 2\" stroke=\"#ffb347\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003eMotor\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e48V 800W, 35 N·m\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003crect x=\"5\" y=\"8\" width=\"14\" height=\"12\" rx=\"2\" stroke=\"#1a4972\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/rect\u003e\n                            \u003crect x=\"9\" y=\"11\" width=\"6\" height=\"6\" fill=\"#1a4972\"\u003e\u003c\/rect\u003e\n                        \u003c\/svg\u003eBattery\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e48V 18.2Ah \/ 873Wh\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003cpath d=\"M12 2v4m0 12v4M2 12h4m12 0h4\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"3\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003eMax Speed\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e15.5 \/ 25 \/ 34 mph (25\/40\/55 km\/h)\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003cpath d=\"M4 18l6-12 4 8 6-12\" stroke=\"#1a4972\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003eMax Range\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eUp to 34.1 mi (54.9 km)\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"#1a4972\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M12 16v4m-4 0h8\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003eMax Load\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e330 lbs (149.7 kg)\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"specs-col\"\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"8\" stroke=\"#1a4972\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"8,12 11,15 16,9\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003eCharging Time\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e7–8 hours\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"7\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"2\" fill=\"#1a4972\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003eBrakes\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eFront \u0026amp; Rear Disc\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"8\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M8 12h8\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003eTires\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e11\" Off-road\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003cpath d=\"M6 12l6-8 6 8-6 14L6 12z\" stroke=\"#1a4972\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003eClimbing Angle\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eUp to 23°\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"3\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/rect\u003e\n                            \u003cpath d=\"M8 12h8\" stroke=\"#1a4972\" stroke-width=\"2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003eWater Resistance\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eIPX5\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"spec-item\"\u003e\n\u003cspan class=\"spec-name\"\u003e\u003csvg class=\"spec-icon-svg\" viewbox=\"0 0 24 24\"\u003e\n                            \u003cpath d=\"M4 12l4-4 4 4 4-4 4 4\" stroke=\"#1a4972\" stroke-width=\"2\" fill=\"none\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003eGround Clearance\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e7.1 in (180 mm)\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 24px; margin-top: 20px;\"\u003e\n            \u003cdiv style=\"flex:1; min-width:200px; background:#f9fafc; border-radius:18px; padding:20px; border:1px solid #eef2f6;\"\u003e\n\u003cspan style=\"font-weight:600;color:#0b1e33;\"\u003eUnfolded Size\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color:#3e4b5a;\"\u003e46.5\" L × 25.2\" W × 51.2\" H (118 × 64 × 130 cm)\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv style=\"flex:1; min-width:200px; background:#f9fafc; border-radius:18px; padding:20px; border:1px solid #eef2f6;\"\u003e\n\u003cspan style=\"font-weight:600;color:#0b1e33;\"\u003eFolded Size\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color:#3e4b5a;\"\u003e47.6\" L × 12.2\" W × 29.9\" H (121 × 31 × 76 cm)\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003cdiv style=\"flex:1; min-width:200px; background:#f9fafc; border-radius:18px; padding:20px; border:1px solid #eef2f6;\"\u003e\n\u003cspan style=\"font-weight:600;color:#0b1e33;\"\u003eNet Weight\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"color:#3e4b5a;\"\u003e64.7 lbs (29.3 kg)\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003ccircle cx=\"16\" cy=\"16\" r=\"12\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/circle\u003e\n                \u003cpath d=\"M16 10v8m-4-4h8\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e Frequently Asked Questions\u003c\/div\u003e\n        \u003cdetails\u003e\n            \u003csummary\u003eWhat is the actual range in real-world conditions?\u003c\/summary\u003e\n            \u003cdiv class=\"faq-content\"\u003eThe 34.1-mile (54.9 km) maximum range is achieved under optimal conditions: 165 lbs (75 kg) rider, smooth pavement, 15.5 mph (25 km\/h) constant speed, and 77°F (25°C). In typical urban commuting with stops and varied speeds, expect approximately 24–28 miles (38–45 km). Heavier riders, hills, and cold weather can reduce range further.\u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n            \u003csummary\u003eCan I ride in the rain?\u003c\/summary\u003e\n            \u003cdiv class=\"faq-content\"\u003eYes, the IPX5 rating means the scooter is protected against water jets from any direction. Light to moderate rain is generally safe, but avoid submerging the scooter or riding through deep puddles. Always dry the scooter after exposure and check brakes before riding.\u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n            \u003csummary\u003eHow long does the battery last before needing replacement?\u003c\/summary\u003e\n            \u003cdiv class=\"faq-content\"\u003eThe lithium-ion battery is rated for 500+ full charge cycles before capacity drops to 80%. With typical use, that translates to several years of service. Proper charging habits (avoiding complete discharge, storing at moderate temperatures) can extend lifespan further.\u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n            \u003csummary\u003eIs the speed limited by local laws?\u003c\/summary\u003e\n            \u003cdiv class=\"faq-content\"\u003eThe scooter can be configured to limit top speed to 15.5 mph (25 km\/h), 25 mph (40 km\/h), or 34 mph (55 km\/h) via the app. Please adhere to local e-scooter regulations regarding maximum speed, helmet use, and permitted riding areas.\u003c\/div\u003e\n        \u003c\/details\u003e\n        \u003cdetails\u003e\n            \u003csummary\u003eHow does the folding mechanism work?\u003c\/summary\u003e\n            \u003cdiv class=\"faq-content\"\u003eA single lever near the base of the stem releases the lock. Fold the stem down until it clicks into the rear fender hook. To unfold, release the hook and raise the stem until the lock engages automatically. The process takes under 5 seconds.\u003c\/div\u003e\n        \u003c\/details\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"section\"\u003e\n        \u003cdiv class=\"section-title\"\u003e\n\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 32 32\" fill=\"none\"\u003e\n                \u003crect x=\"6\" y=\"6\" width=\"20\" height=\"20\" rx=\"4\" stroke=\"#1a4972\" stroke-width=\"2.5\" fill=\"#f0f4fc\"\u003e\u003c\/rect\u003e\n                \u003cpath d=\"M16 12v8m-4-4h8\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n            \u003c\/svg\u003e Purchase Protection\u003c\/div\u003e\n        \u003cdiv class=\"policy-grid\"\u003e\n            \u003cdiv class=\"policy-card\"\u003e\n                \u003cdiv class=\"policy-icon\"\u003e\u003csvg viewbox=\"0 0 48 48\"\u003e\n                        \u003crect x=\"8\" y=\"12\" width=\"32\" height=\"28\" rx=\"4\" fill=\"#eef2f6\" stroke=\"#1a4972\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003cpath d=\"M16 24h16m-8-8v16\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv class=\"policy-text\"\u003e\n\u003cstrong\u003eFree Shipping on All Orders\u003c\/strong\u003e\u003cspan\u003eNo minimum purchase required. Fast, reliable delivery to your doorstep.\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"policy-card\"\u003e\n                \u003cdiv class=\"policy-icon\"\u003e\u003csvg viewbox=\"0 0 48 48\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"16\" fill=\"#eef2f6\" stroke=\"#1a4972\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M20 24l4 4 8-8\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv class=\"policy-text\"\u003e\n\u003cstrong\u003e180 Days Purchase Protection\u003c\/strong\u003e\u003cspan\u003eCovers manufacturing defects and performance issues beyond standard warranty.\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"policy-card\"\u003e\n                \u003cdiv class=\"policy-icon\"\u003e\u003csvg viewbox=\"0 0 48 48\"\u003e\n                        \u003crect x=\"10\" y=\"8\" width=\"28\" height=\"32\" rx=\"4\" fill=\"#eef2f6\" stroke=\"#1a4972\" stroke-width=\"2.5\"\u003e\u003c\/rect\u003e\n                        \u003cpath d=\"M18 20l6 6 6-6\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv class=\"policy-text\"\u003e\n\u003cstrong\u003e30 Days Money-Back Guarantee\u003c\/strong\u003e\u003cspan\u003eNot satisfied? Return within 30 days for a full refund. Hassle-free process.\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"policy-card\"\u003e\n                \u003cdiv class=\"policy-icon\"\u003e\u003csvg viewbox=\"0 0 48 48\"\u003e\n                        \u003ccircle cx=\"24\" cy=\"24\" r=\"18\" fill=\"#eef2f6\" stroke=\"#1a4972\" stroke-width=\"2.5\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M24 14v10l6 3\" stroke=\"#1a4972\" stroke-width=\"2.5\" stroke-linecap=\"round\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n                \u003cdiv class=\"policy-text\"\u003e\n\u003cstrong\u003e24 Months Warranty Service\u003c\/strong\u003e\u003cspan\u003eComprehensive coverage on frame, motor, battery, and controller. Dedicated support team.\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"text-align: center; padding: 32px 0 16px; color: #5f6b7a; font-size: 13px; border-top: 1px solid #eef2f6; margin-top: 40px;\"\u003e\n        HKM-Z1M · Designed for the modern commute. Always ride responsibly and follow local regulations.\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/01_c97eca14-46ed-4a05-9417-8677e4f21fe3.jpg?v=1767951512\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/02_8c279f28-ae8b-4801-84d3-3693ea684213.jpg?v=1767951523\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/03_91969ba2-ac16-470e-935e-a0aad1b6db87.jpg?v=1767951502\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/04_84e4ee46-643f-44ee-ab92-1ea4384a868b.jpg?v=1767951527\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/05_66e5ef45-bd1f-4e7f-b3fd-dd4754f6f649.jpg?v=1767951495\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/06_4bc89ddd-fa90-408e-b589-70282eda40ec.jpg?v=1767951527\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/07_f1b8de68-8a34-412b-a94a-93bce1def1cc.jpg?v=1767951505\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/08.jpg?v=1767951527\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/09-APP_d757faf9-5ae2-4684-8bd1-3c5ea1da393a.jpg?v=1767951506\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/10-APP.jpg?v=1767951487\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/11_f76621fc-503e-49ef-bbf2-03f2e5053ab2.jpg?v=1767951527\"\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/12_11540542-88ce-47ff-ad74-335e0afdbe61.jpg?v=1767951526\"\u003e\u003cp\u003e\u003c\/p\u003e","brand":"Electric Scooters \u003e\u003e","offers":[{"title":"- 34.1+ Miles \/ - 800W \/ - 18.2Ah\/48V\/873Wh","offer_id":43279954182227,"sku":"868053898737","price":649.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/7797355642963-1-HKM-Z1M-34_1-Miles-48V-18_2Ah-873Wh-800W-Single-Motor-Drive-Long-Range-Foldable-Electric-Scooter-Black.jpg?v=1768116037"},{"product_id":"hkm-s6m-pro-37-2-miles-48v-20-8ah-998wh-1200w-single-motor-drive-long-range-foldable-electric-scooter-black-3","title":"HKM-S6M Pro 37.2 Miles 48V 20.8Ah 998Wh 1200W Single-Motor Drive Long-Range Foldable Electric Scooter - Black","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* ==================== RESET \u0026 BASE STYLES ==================== *\/\n        .hkm-s6m-pro-wrapper {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;\n            color: #1d1d1f;\n            background: #ffffff;\n            line-height: 1.6;\n            max-width: 820px;\n            margin: 0 auto;\n            padding: 0;\n            box-sizing: border-box;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        .hkm-s6m-pro-wrapper *,\n        .hkm-s6m-pro-wrapper *::before,\n        .hkm-s6m-pro-wrapper *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        .hkm-s6m-pro-wrapper a {\n            text-decoration: none;\n            color: inherit;\n        }\n        .hkm-s6m-pro-wrapper img {\n            max-width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        \/* ==================== SECTION SPACING ==================== *\/\n        .hkm-section {\n            padding: 28px 0;\n            border-bottom: 1px solid #e8e8ed;\n        }\n        .hkm-section:first-child {\n            padding-top: 10px;\n        }\n        .hkm-section:last-child {\n            border-bottom: none;\n        }\n\n        \/* ==================== HERO TITLE ==================== *\/\n        .hkm-hero-title {\n            font-size: 28px;\n            font-weight: 500;\n            color: #1d1d1f;\n            letter-spacing: -0.4px;\n            margin-bottom: 8px;\n            line-height: 1.2;\n        }\n        .hkm-hero-subtitle {\n            font-size: 17px;\n            font-weight: 400;\n            color: #6e6e73;\n            letter-spacing: -0.1px;\n            margin-bottom: 4px;\n            line-height: 1.4;\n        }\n        .hkm-hero-tagline {\n            font-size: 14px;\n            font-weight: 400;\n            color: #86868b;\n            letter-spacing: 0;\n            line-height: 1.4;\n        }\n\n        \/* ==================== SECTION HEADINGS ==================== *\/\n        .hkm-section-heading {\n            font-size: 20px;\n            font-weight: 500;\n            color: #1d1d1f;\n            letter-spacing: -0.3px;\n            margin-bottom: 14px;\n            line-height: 1.3;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        .hkm-section-heading svg {\n            flex-shrink: 0;\n            transition: transform 0.3s ease;\n        }\n        .hkm-section-heading:hover svg {\n            transform: scale(1.08);\n        }\n        .hkm-sub-heading {\n            font-size: 16px;\n            font-weight: 500;\n            color: #2d2d2f;\n            letter-spacing: -0.2px;\n            margin-bottom: 8px;\n            line-height: 1.35;\n        }\n        .hkm-sub-heading-sm {\n            font-size: 14px;\n            font-weight: 500;\n            color: #3a3a3c;\n            letter-spacing: -0.1px;\n            margin-bottom: 6px;\n            line-height: 1.35;\n        }\n\n        \/* ==================== PARAGRAPH TEXT ==================== *\/\n        .hkm-text {\n            font-size: 14px;\n            font-weight: 400;\n            color: #424245;\n            line-height: 1.65;\n            margin-bottom: 10px;\n            letter-spacing: 0;\n        }\n        .hkm-text-sm {\n            font-size: 13px;\n            font-weight: 400;\n            color: #6e6e73;\n            line-height: 1.55;\n            margin-bottom: 8px;\n            letter-spacing: 0;\n        }\n        .hkm-text-highlight {\n            font-size: 14px;\n            font-weight: 500;\n            color: #1d1d1f;\n            line-height: 1.6;\n        }\n\n        \/* ==================== CARD GRID ==================== *\/\n        .hkm-card-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 14px;\n            margin: 16px 0;\n        }\n        .hkm-card-grid-3 {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 12px;\n            margin: 16px 0;\n        }\n        .hkm-card-grid-4 {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 10px;\n            margin: 16px 0;\n        }\n        .hkm-card {\n            background: #f5f5f7;\n            border-radius: 14px;\n            padding: 18px 16px;\n            transition: all 0.3s ease;\n            cursor: default;\n            border: 1px solid transparent;\n            position: relative;\n            overflow: hidden;\n        }\n        .hkm-card:hover {\n            background: #f0f0f3;\n            border-color: #dcdce0;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);\n        }\n        .hkm-card-icon-wrap {\n            display: flex;\n            align-items: center;\n            justify-content: flex-start;\n            margin-bottom: 10px;\n            transition: transform 0.3s ease;\n        }\n        .hkm-card:hover .hkm-card-icon-wrap {\n            transform: scale(1.06);\n        }\n        .hkm-card-value {\n            font-size: 22px;\n            font-weight: 500;\n            color: #1d1d1f;\n            letter-spacing: -0.3px;\n            margin-bottom: 2px;\n            line-height: 1.2;\n        }\n        .hkm-card-label {\n            font-size: 13px;\n            font-weight: 400;\n            color: #6e6e73;\n            letter-spacing: 0;\n            line-height: 1.4;\n        }\n        .hkm-card-sub {\n            font-size: 12px;\n            font-weight: 400;\n            color: #86868b;\n            letter-spacing: 0;\n            line-height: 1.3;\n            margin-top: 2px;\n        }\n\n        \/* ==================== FEATURE ROW ==================== *\/\n        .hkm-feature-row {\n            display: flex;\n            align-items: flex-start;\n            gap: 14px;\n            padding: 14px 0;\n            border-bottom: 1px solid #f0f0f3;\n            transition: background 0.25s ease;\n            border-radius: 8px;\n            padding-left: 10px;\n            padding-right: 10px;\n            margin: 0 -10px;\n        }\n        .hkm-feature-row:last-child {\n            border-bottom: none;\n        }\n        .hkm-feature-row:hover {\n            background: #fafafc;\n        }\n        .hkm-feature-row-icon {\n            flex-shrink: 0;\n            width: 44px;\n            height: 44px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: #f5f5f7;\n            border-radius: 10px;\n            transition: all 0.3s ease;\n        }\n        .hkm-feature-row:hover .hkm-feature-row-icon {\n            background: #e8e8ed;\n            transform: scale(1.05);\n        }\n        .hkm-feature-row-content {\n            flex: 1;\n            min-width: 0;\n        }\n        .hkm-feature-row-title {\n            font-size: 15px;\n            font-weight: 500;\n            color: #1d1d1f;\n            margin-bottom: 3px;\n            letter-spacing: -0.1px;\n        }\n        .hkm-feature-row-desc {\n            font-size: 13px;\n            font-weight: 400;\n            color: #6e6e73;\n            line-height: 1.5;\n        }\n\n        \/* ==================== SPEC TABLE (CLEAN, NO BORDER LINES) ==================== *\/\n        .hkm-spec-table-wrap {\n            width: 100%;\n            overflow-x: auto;\n        }\n        .hkm-spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 13px;\n        }\n        .hkm-spec-table td {\n            padding: 10px 14px;\n            vertical-align: top;\n            border-bottom: 1px solid #f0f0f3;\n            line-height: 1.5;\n        }\n        .hkm-spec-table tr:last-child td {\n            border-bottom: none;\n        }\n        .hkm-spec-table .spec-label {\n            font-weight: 500;\n            color: #1d1d1f;\n            white-space: nowrap;\n            font-size: 13px;\n            width: 38%;\n        }\n        .hkm-spec-table .spec-value {\n            font-weight: 400;\n            color: #424245;\n            font-size: 13px;\n        }\n        .hkm-spec-table .spec-highlight {\n            display: inline-block;\n            background: #f5f5f7;\n            border-radius: 5px;\n            padding: 2px 8px;\n            font-weight: 500;\n            color: #1d1d1f;\n            margin: 1px 2px;\n            font-size: 12px;\n            transition: background 0.25s ease;\n        }\n        .hkm-spec-table .spec-highlight:hover {\n            background: #e8e8ed;\n        }\n\n        \/* ==================== FAQ ACCORDION ==================== *\/\n        .hkm-faq-item {\n            border: 1px solid #e8e8ed;\n            border-radius: 12px;\n            margin-bottom: 10px;\n            overflow: hidden;\n            transition: all 0.3s ease;\n            background: #ffffff;\n        }\n        .hkm-faq-item:hover {\n            border-color: #c7c7cc;\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);\n        }\n        .hkm-faq-summary {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            padding: 15px 18px;\n            cursor: pointer;\n            font-size: 14px;\n            font-weight: 500;\n            color: #1d1d1f;\n            letter-spacing: -0.1px;\n            list-style: none;\n            user-select: none;\n            transition: background 0.25s ease;\n            gap: 10px;\n        }\n        .hkm-faq-summary::-webkit-details-marker {\n            display: none;\n        }\n        .hkm-faq-summary::marker {\n            display: none;\n            content: \"\";\n        }\n        .hkm-faq-item[open] .hkm-faq-summary {\n            background: #fafafc;\n        }\n        .hkm-faq-summary:hover {\n            background: #fafafc;\n        }\n        .hkm-faq-arrow {\n            flex-shrink: 0;\n            transition: transform 0.35s ease;\n            width: 20px;\n            height: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        .hkm-faq-item[open] .hkm-faq-arrow {\n            transform: rotate(180deg);\n        }\n        .hkm-faq-content {\n            padding: 0 18px 16px 18px;\n            font-size: 13px;\n            font-weight: 400;\n            color: #424245;\n            line-height: 1.6;\n            animation: hkmFadeIn 0.35s ease;\n        }\n        @keyframes hkmFadeIn {\n            from {\n                opacity: 0;\n                transform: translateY(-6px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        \/* ==================== POLICY SECTION ==================== *\/\n        .hkm-policy-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 14px;\n            margin-top: 8px;\n        }\n        .hkm-policy-card {\n            background: #f5f5f7;\n            border-radius: 14px;\n            padding: 18px 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            transition: all 0.3s ease;\n            border: 1px solid transparent;\n        }\n        .hkm-policy-card:hover {\n            background: #f0f0f3;\n            border-color: #dcdce0;\n            transform: translateY(-1px);\n            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);\n        }\n        .hkm-policy-icon {\n            flex-shrink: 0;\n            width: 38px;\n            height: 38px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: #ffffff;\n            border-radius: 10px;\n            transition: transform 0.3s ease;\n        }\n        .hkm-policy-card:hover .hkm-policy-icon {\n            transform: scale(1.08);\n        }\n        .hkm-policy-title {\n            font-size: 14px;\n            font-weight: 500;\n            color: #1d1d1f;\n            margin-bottom: 2px;\n            letter-spacing: -0.1px;\n        }\n        .hkm-policy-desc {\n            font-size: 12px;\n            font-weight: 400;\n            color: #6e6e73;\n            line-height: 1.4;\n        }\n\n        \/* ==================== DIVIDER ==================== *\/\n        .hkm-divider {\n            border: none;\n            border-top: 1px solid #e8e8ed;\n            margin: 20px 0;\n        }\n        .hkm-divider-thin {\n            border: none;\n            border-top: 1px solid #f0f0f3;\n            margin: 12px 0;\n        }\n\n        \/* ==================== INLINE BADGE ==================== *\/\n        .hkm-badge {\n            display: inline-block;\n            background: #f5f5f7;\n            color: #424245;\n            font-size: 12px;\n            font-weight: 500;\n            padding: 4px 10px;\n            border-radius: 20px;\n            letter-spacing: 0;\n            transition: all 0.25s ease;\n            margin: 2px 3px;\n        }\n        .hkm-badge:hover {\n            background: #e8e8ed;\n            color: #1d1d1f;\n        }\n        .hkm-badge-accent {\n            background: #e8f0fe;\n            color: #1a56db;\n        }\n        .hkm-badge-accent:hover {\n            background: #d0e0fc;\n        }\n\n        \/* ==================== RESPONSIVE - TABLET ==================== *\/\n        @media screen and (max-width: 768px) {\n            .hkm-section {\n                padding: 22px 0;\n            }\n            .hkm-hero-title {\n                font-size: 24px;\n                letter-spacing: -0.3px;\n            }\n            .hkm-hero-subtitle {\n                font-size: 15px;\n            }\n            .hkm-hero-tagline {\n                font-size: 13px;\n            }\n            .hkm-section-heading {\n                font-size: 18px;\n                letter-spacing: -0.2px;\n                margin-bottom: 10px;\n            }\n            .hkm-sub-heading {\n                font-size: 15px;\n            }\n            .hkm-sub-heading-sm {\n                font-size: 13px;\n            }\n            .hkm-text {\n                font-size: 13px;\n                line-height: 1.6;\n                margin-bottom: 8px;\n            }\n            .hkm-text-sm {\n                font-size: 12px;\n                line-height: 1.5;\n            }\n            .hkm-card-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 10px;\n                margin: 12px 0;\n            }\n            .hkm-card-grid-3 {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 10px;\n            }\n            .hkm-card-grid-4 {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 8px;\n            }\n            .hkm-card {\n                padding: 14px 12px;\n                border-radius: 12px;\n            }\n            .hkm-card-value {\n                font-size: 19px;\n            }\n            .hkm-card-label {\n                font-size: 12px;\n            }\n            .hkm-card-sub {\n                font-size: 11px;\n            }\n            .hkm-spec-table td {\n                padding: 8px 10px;\n                font-size: 12px;\n            }\n            .hkm-spec-table .spec-label {\n                font-size: 12px;\n                width: 42%;\n            }\n            .hkm-spec-table .spec-value {\n                font-size: 12px;\n            }\n            .hkm-spec-table .spec-highlight {\n                font-size: 11px;\n                padding: 2px 6px;\n            }\n            .hkm-faq-summary {\n                font-size: 13px;\n                padding: 13px 14px;\n            }\n            .hkm-faq-content {\n                font-size: 12px;\n                padding: 0 14px 14px 14px;\n            }\n            .hkm-feature-row {\n                gap: 10px;\n                padding: 12px 0;\n                padding-left: 8px;\n                padding-right: 8px;\n                margin: 0 -8px;\n            }\n            .hkm-feature-row-icon {\n                width: 38px;\n                height: 38px;\n                border-radius: 8px;\n            }\n            .hkm-feature-row-title {\n                font-size: 14px;\n            }\n            .hkm-feature-row-desc {\n                font-size: 12px;\n            }\n            .hkm-policy-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 10px;\n            }\n            .hkm-policy-card {\n                padding: 14px 12px;\n                gap: 10px;\n            }\n            .hkm-policy-icon {\n                width: 32px;\n                height: 32px;\n                border-radius: 8px;\n            }\n            .hkm-policy-title {\n                font-size: 13px;\n            }\n            .hkm-policy-desc {\n                font-size: 11px;\n            }\n        }\n\n        \/* ==================== RESPONSIVE - MOBILE ==================== *\/\n        @media screen and (max-width: 480px) {\n            .hkm-section {\n                padding: 18px 0;\n            }\n            .hkm-hero-title {\n                font-size: 21px;\n                letter-spacing: -0.2px;\n                margin-bottom: 6px;\n            }\n            .hkm-hero-subtitle {\n                font-size: 14px;\n            }\n            .hkm-hero-tagline {\n                font-size: 12px;\n            }\n            .hkm-section-heading {\n                font-size: 17px;\n                letter-spacing: -0.2px;\n                margin-bottom: 8px;\n                gap: 8px;\n            }\n            .hkm-sub-heading {\n                font-size: 14px;\n                margin-bottom: 6px;\n            }\n            .hkm-sub-heading-sm {\n                font-size: 13px;\n                margin-bottom: 4px;\n            }\n            .hkm-text {\n                font-size: 12px;\n                line-height: 1.55;\n                margin-bottom: 7px;\n            }\n            .hkm-text-sm {\n                font-size: 12px;\n                line-height: 1.45;\n                margin-bottom: 6px;\n            }\n            .hkm-text-highlight {\n                font-size: 13px;\n            }\n            .hkm-card-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 8px;\n                margin: 10px 0;\n            }\n            .hkm-card-grid-3 {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 8px;\n            }\n            .hkm-card-grid-4 {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 7px;\n            }\n            .hkm-card {\n                padding: 12px 10px;\n                border-radius: 10px;\n            }\n            .hkm-card-value {\n                font-size: 17px;\n                letter-spacing: -0.2px;\n            }\n            .hkm-card-label {\n                font-size: 12px;\n            }\n            .hkm-card-sub {\n                font-size: 11px;\n            }\n            .hkm-spec-table td {\n                padding: 7px 8px;\n                font-size: 12px;\n                display: block;\n                width: 100%;\n            }\n            .hkm-spec-table tr {\n                display: block;\n                margin-bottom: 6px;\n                border-bottom: 1px solid #f0f0f3;\n                padding-bottom: 6px;\n            }\n            .hkm-spec-table tr:last-child {\n                border-bottom: none;\n                margin-bottom: 0;\n                padding-bottom: 0;\n            }\n            .hkm-spec-table .spec-label {\n                font-size: 12px;\n                width: 100%;\n                display: block;\n                margin-bottom: 1px;\n            }\n            .hkm-spec-table .spec-value {\n                font-size: 12px;\n                width: 100%;\n                display: block;\n            }\n            .hkm-spec-table .spec-highlight {\n                font-size: 11px;\n                padding: 1px 5px;\n            }\n            .hkm-faq-summary {\n                font-size: 13px;\n                padding: 12px 13px;\n            }\n            .hkm-faq-content {\n                font-size: 12px;\n                padding: 0 13px 12px 13px;\n            }\n            .hkm-feature-row {\n                gap: 8px;\n                padding: 10px 0;\n                padding-left: 6px;\n                padding-right: 6px;\n                margin: 0 -6px;\n                flex-direction: column;\n                align-items: flex-start;\n            }\n            .hkm-feature-row-icon {\n                width: 34px;\n                height: 34px;\n                border-radius: 8px;\n            }\n            .hkm-feature-row-title {\n                font-size: 13px;\n            }\n            .hkm-feature-row-desc {\n                font-size: 12px;\n            }\n            .hkm-policy-grid {\n                grid-template-columns: 1fr;\n                gap: 8px;\n            }\n            .hkm-policy-card {\n                padding: 12px 11px;\n                gap: 8px;\n                border-radius: 10px;\n            }\n            .hkm-policy-icon {\n                width: 30px;\n                height: 30px;\n                border-radius: 7px;\n            }\n            .hkm-policy-title {\n                font-size: 13px;\n            }\n            .hkm-policy-desc {\n                font-size: 12px;\n            }\n            .hkm-badge {\n                font-size: 11px;\n                padding: 3px 8px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"hkm-s6m-pro-wrapper\"\u003e\n\u003c!-- ==================== SECTION: HERO ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch1 class=\"hkm-hero-title\"\u003eHKM-S6M Pro Electric Scooter\u003c\/h1\u003e\n\u003cp class=\"hkm-hero-subtitle\"\u003eHigh-Torque Performance. Extended Range. Rugged Durability.\u003c\/p\u003e\n\u003cp class=\"hkm-hero-tagline\"\u003eEngineered for riders who demand uncompromising power, exceptional range, and the freedom to explore farther — every single day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: KEY HIGHLIGHTS CARDS ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003cdiv class=\"hkm-card-grid-4\"\u003e\n\u003c!-- Card 1: Range --\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-icon-wrap\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\n                            \u003crect fill=\"none\" stroke-width=\"1.6\" stroke=\"#1d1d1f\" rx=\"2.5\" height=\"13\" width=\"20\" y=\"6\" x=\"2\"\u003e\u003c\/rect\u003e\n                            \u003crect opacity=\"0.85\" fill=\"#2563eb\" rx=\"1\" height=\"9\" width=\"3.5\" y=\"8\" x=\"4\"\u003e\u003c\/rect\u003e\n                            \u003crect opacity=\"0.55\" fill=\"#2563eb\" rx=\"1\" height=\"9\" width=\"3.5\" y=\"8\" x=\"8.8\"\u003e\u003c\/rect\u003e\n                            \u003crect opacity=\"0.3\" fill=\"#2563eb\" rx=\"1\" height=\"9\" width=\"3.5\" y=\"8\" x=\"13.6\"\u003e\u003c\/rect\u003e\n                            \u003cline stroke-linecap=\"round\" stroke-width=\"1\" stroke=\"#1d1d1f\" y2=\"11\" x2=\"21\" y1=\"11\" x1=\"20\"\u003e\u003c\/line\u003e\n                            \u003cline stroke-linecap=\"round\" stroke-width=\"1\" stroke=\"#1d1d1f\" y2=\"14\" x2=\"21\" y1=\"14\" x1=\"20\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e37 mi\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eMax Range\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e~59.5 km per charge\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card 2: Speed --\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-icon-wrap\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\n                            \u003ccircle fill=\"none\" stroke-width=\"1.6\" stroke=\"#1d1d1f\" r=\"9\" cy=\"13\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#2563eb\" d=\"M12 5v5l4 2.5\"\u003e\u003c\/path\u003e\n                            \u003ccircle fill=\"#1d1d1f\" r=\"1.5\" cy=\"13\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e34 mph\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eTop Speed\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e~54.7 km\/h max\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card 3: Motor --\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-icon-wrap\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\n                            \u003ccircle fill=\"none\" stroke-width=\"1.6\" stroke=\"#1d1d1f\" r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003ccircle opacity=\"0.7\" fill=\"#2563eb\" r=\"4\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cpath stroke-linecap=\"round\" stroke-width=\"1.2\" stroke=\"#1d1d1f\" d=\"M12 2v3M12 19v3M2 12h3M19 12h3\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e1200W\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eMotor Power\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e35 N·m torque\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card 4: Load --\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-icon-wrap\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\n                            \u003crect fill=\"none\" stroke-width=\"1.6\" stroke=\"#1d1d1f\" rx=\"2\" height=\"12\" width=\"18\" y=\"7\" x=\"3\"\u003e\u003c\/rect\u003e\n                            \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#1d1d1f\" y2=\"7\" x2=\"8\" y1=\"4\" x1=\"8\"\u003e\u003c\/line\u003e\n                            \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#1d1d1f\" y2=\"7\" x2=\"16\" y1=\"4\" x1=\"16\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"none\" stroke-width=\"1.4\" stroke=\"#2563eb\" r=\"1.8\" cy=\"15\" cx=\"7.5\"\u003e\u003c\/circle\u003e\n                            \u003ccircle fill=\"none\" stroke-width=\"1.4\" stroke=\"#2563eb\" r=\"1.8\" cy=\"15\" cx=\"16.5\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e330 lbs\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eMax Load\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e~150 kg capacity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: BATTERY \u0026 RANGE ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003crect fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" rx=\"2.8\" height=\"12\" width=\"17\" y=\"7\" x=\"2\"\u003e\u003c\/rect\u003e\n                    \u003crect opacity=\"0.8\" fill=\"#2563eb\" rx=\"1.2\" height=\"7\" width=\"3\" y=\"9.5\" x=\"19\"\u003e\u003c\/rect\u003e\n                    \u003crect opacity=\"0.5\" fill=\"#2563eb\" rx=\"1\" height=\"7\" width=\"12\" y=\"9.5\" x=\"4.5\"\u003e\u003c\/rect\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1\" stroke=\"#fff\" y2=\"14\" x2=\"10\" y1=\"12\" x1=\"10\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1\" stroke=\"#fff\" y2=\"14.5\" x2=\"13\" y1=\"11.5\" x1=\"13\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e Extended Range \u0026amp; High-Capacity Battery\u003c\/h2\u003e\n\u003cp class=\"hkm-text\"\u003eAt the core of the HKM-S6M Pro lies a meticulously engineered \u003cstrong\u003e48V 20.8Ah lithium-ion battery pack\u003c\/strong\u003e, delivering an impressive \u003cstrong\u003e998Wh\u003c\/strong\u003e of total energy capacity. This high-density power source enables a remarkable maximum range of up to \u003cstrong\u003e37 miles (approximately 59.5 kilometers)\u003c\/strong\u003e on a single charge under optimal riding conditions. For the average urban commuter, this translates to multiple days of riding without the need to plug in, dramatically reducing range anxiety and daily charging inconvenience.\u003c\/p\u003e\n\u003cp class=\"hkm-text\"\u003eThe battery management system (BMS) intelligently monitors individual cell voltage, temperature, and overall state of charge to ensure safe, efficient power delivery across every ride. Advanced cell balancing technology extends the overall lifespan of the battery pack, maintaining consistent performance through hundreds of charge cycles. Whether navigating city streets, cruising along suburban pathways, or tackling mixed-terrain routes, the HKM-S6M Pro's energy system is built to keep you moving with confidence.\u003c\/p\u003e\n\u003cp class=\"hkm-text-sm\"\u003e\u003cem\u003e*Range estimates are based on a 165 lb (75 kg) rider traveling at approximately 15.5 mph (25 km\/h) on flat, paved terrain at an ambient temperature of 77°F (25°C). Actual range may vary depending on rider weight, terrain type, riding speed, ambient temperature, tire pressure, wind conditions, and frequency of acceleration. Heavier riders, steep inclines, higher speeds, and colder temperatures will reduce the achievable range accordingly.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv class=\"hkm-card-grid-3\"\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e998 Wh\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eTotal Energy Capacity\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e48V 20.8Ah lithium-ion\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e37 mi\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eMaximum Range\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e~59.5 km (optimal conditions)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e7–8 hrs\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eFull Charge Time\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003eStandard AC charging\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: MOTOR \u0026 PERFORMANCE ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003ccircle fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" r=\"9.5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                    \u003cpath stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#2563eb\" d=\"M8 15c2-3 6-3 8 0\"\u003e\u003c\/path\u003e\n                    \u003ccircle opacity=\"0.6\" fill=\"#2563eb\" r=\"2.5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"5.5\" x2=\"12\" y1=\"2.5\" x1=\"12\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"21.5\" x2=\"12\" y1=\"18.5\" x1=\"12\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e Powerful Motor for Superior Performance\u003c\/h2\u003e\n\u003cp class=\"hkm-text\"\u003eThe HKM-S6M Pro is propelled by a robust \u003cstrong\u003e48V 1200W single motor\u003c\/strong\u003e that produces an impressive \u003cstrong\u003e35 N·m of torque\u003c\/strong\u003e. This high-torque output ensures rapid, responsive acceleration from a standstill and confident power delivery throughout the entire speed range. Riders can configure the top speed across three distinct modes: \u003cstrong\u003e15.5 mph (24.9 km\/h)\u003c\/strong\u003e, \u003cstrong\u003e25 mph (40.2 km\/h)\u003c\/strong\u003e, or \u003cstrong\u003e34 mph (54.7 km\/h)\u003c\/strong\u003e, allowing the scooter to adapt seamlessly to different riding environments, local regulations, and personal preference.\u003c\/p\u003e\n\u003cp class=\"hkm-text\"\u003eHill climbing is where the HKM-S6M Pro truly distinguishes itself from lesser scooters. With a \u003cstrong\u003egrade-climbing capability of up to 23 degrees\u003c\/strong\u003e, this scooter conquers steep urban inclines, bridge approaches, and challenging terrain that would leave many competitors struggling. The motor's efficient heat dissipation design ensures sustained performance even during extended climbs or aggressive riding sessions, while the electronic controller delivers smooth, predictable power modulation for a refined riding experience.\u003c\/p\u003e\n\u003cdiv class=\"hkm-card-grid-3\"\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e1200 W\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eMotor Power Rating\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e48V single motor\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e35 N·m\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003ePeak Torque Output\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003eStrong hill-climbing force\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e23°\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eMax Climbing Grade\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003eSteep incline capability\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"hkm-text-sm\"\u003eThree configurable speed modes ensure compliance with local e-scooter regulations while providing the flexibility to unlock higher performance where permitted. Always verify and adhere to applicable speed limits, helmet laws, and riding area restrictions in your jurisdiction before operating the scooter at elevated speeds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: FRAME \u0026 CONSTRUCTION ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003crect fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" rx=\"2.5\" height=\"16\" width=\"18\" y=\"4\" x=\"3\"\u003e\u003c\/rect\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#2563eb\" y2=\"8\" x2=\"16\" y1=\"8\" x1=\"8\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#2563eb\" y2=\"12\" x2=\"16\" y1=\"12\" x1=\"8\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#2563eb\" y2=\"16\" x2=\"13\" y1=\"16\" x1=\"8\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e Rugged \u0026amp; Stable Aluminum Alloy Construction\u003c\/h2\u003e\n\u003cp class=\"hkm-text\"\u003eThe HKM-S6M Pro is built around a precision-engineered \u003cstrong\u003ealuminum alloy frame\u003c\/strong\u003e that strikes an optimal balance between lightweight portability and uncompromising structural integrity. This aerospace-grade material is chosen for its exceptional strength-to-weight ratio, corrosion resistance, and long-term durability. The frame is rated to support a \u003cstrong\u003emaximum load of 330 lbs (approximately 150 kg)\u003c\/strong\u003e, accommodating a broad spectrum of riders and cargo with unwavering stability.\u003c\/p\u003e\n\u003cp class=\"hkm-text\"\u003eComplementing the robust frame is a sophisticated \u003cstrong\u003edual suspension system\u003c\/strong\u003e featuring front and rear shock absorbers. These independently tuned dampers work in harmony to absorb road imperfections, potholes, and uneven surfaces, delivering a smooth, controlled ride quality that reduces rider fatigue over extended journeys. Combined with \u003cstrong\u003e11-inch off-road tires\u003c\/strong\u003e, which provide substantial ground contact and excellent traction, the suspension setup ensures confident handling across pavement, gravel paths, packed dirt, and light off-road terrain.\u003c\/p\u003e\n\u003cp class=\"hkm-text\"\u003eGround clearance measures a generous \u003cstrong\u003e7.1 inches (18.0 cm)\u003c\/strong\u003e, allowing the scooter to navigate speed bumps, curbs, and trail obstacles without scraping the undercarriage. The wide, reinforced deck platform provides ample foot space for a natural, comfortable stance, while the integrated grip tape surface enhances rider security in both dry and wet conditions.\u003c\/p\u003e\n\u003cdiv class=\"hkm-card-grid-3\"\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e330 lbs\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eMax Load Capacity\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e~150 kg supported weight\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e11 in\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eOff-Road Tires\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e~27.9 cm diameter\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e7.1 in\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eGround Clearance\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e~18.0 cm undercarriage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: BRAKING \u0026 SAFETY ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003ccircle fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                    \u003ccircle fill=\"none\" stroke-width=\"1.6\" stroke=\"#e53e3e\" r=\"5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                    \u003ccircle opacity=\"0.7\" fill=\"#e53e3e\" r=\"1.5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"5\" x2=\"5\" y1=\"8\" x1=\"8\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"5\" x2=\"19\" y1=\"8\" x1=\"16\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e Enhanced Safety \u0026amp; Responsive Braking Control\u003c\/h2\u003e\n\u003cp class=\"hkm-text\"\u003eSafety is paramount in the design philosophy of the HKM-S6M Pro. The scooter is equipped with \u003cstrong\u003efront and rear disc brakes\u003c\/strong\u003e that deliver precise, powerful, and highly responsive stopping performance in all riding conditions. The dual-disc configuration ensures balanced braking force distribution, minimizing stopping distances and providing riders with the confidence to navigate busy urban environments, sudden obstacles, and emergency situations.\u003c\/p\u003e\n\u003cp class=\"hkm-text\"\u003eVisibility is equally critical for rider safety. The integrated \u003cstrong\u003ebright LED headlight\u003c\/strong\u003e illuminates the path ahead with a focused, wide beam pattern, ensuring clear visibility of the road surface and potential hazards during nighttime or low-light riding. Complementing the headlight is a full suite of \u003cstrong\u003edecorative LED strip lighting\u003c\/strong\u003e along the deck and stem that enhances lateral visibility to motorists, cyclists, and pedestrians. A dedicated \u003cstrong\u003eLED brake light\u003c\/strong\u003e activates automatically upon deceleration, providing an unmistakable signal to those behind you.\u003c\/p\u003e\n\u003cdiv class=\"hkm-feature-row\"\u003e\n\u003cdiv class=\"hkm-feature-row-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"22\" width=\"22\"\u003e\n                        \u003ccircle fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#2563eb\" d=\"M12 7v6l3.5 2\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"hkm-feature-row-content\"\u003e\n\u003cdiv class=\"hkm-feature-row-title\"\u003eFront \u0026amp; Rear Disc Brakes\u003c\/div\u003e\n\u003cdiv class=\"hkm-feature-row-desc\"\u003eDual-disc configuration provides confident, balanced stopping power with excellent modulation and minimal fade during repeated use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-feature-row\"\u003e\n\u003cdiv class=\"hkm-feature-row-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"22\" width=\"22\"\u003e\n                        \u003ccircle fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" r=\"6\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003ccircle opacity=\"0.8\" fill=\"#f5a623\" r=\"2\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"22\" x2=\"12\" y1=\"18\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"12\" x2=\"6\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"12\" x2=\"22\" y1=\"12\" x1=\"18\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"hkm-feature-row-content\"\u003e\n\u003cdiv class=\"hkm-feature-row-title\"\u003eComprehensive LED Lighting System\u003c\/div\u003e\n\u003cdiv class=\"hkm-feature-row-desc\"\u003eBright LED headlight, wraparound strip lighting, and automatic brake light ensure 360° visibility for safer riding in all lighting conditions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: PORTABILITY ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" d=\"M4 8l4-4 4 4\"\u003e\u003c\/path\u003e\n                    \u003cpath stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#2563eb\" d=\"M8 4v8\"\u003e\u003c\/path\u003e\n                    \u003crect fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" rx=\"2\" height=\"9\" width=\"18\" y=\"12\" x=\"3\"\u003e\u003c\/rect\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#2563eb\" y2=\"16\" x2=\"16\" y1=\"16\" x1=\"8\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e Smart Portability \u0026amp; Quick-Folding Design\u003c\/h2\u003e\n\u003cp class=\"hkm-text\"\u003eDesigned for the realities of modern multimodal transportation, the HKM-S6M Pro incorporates an \u003cstrong\u003eintuitive quick-folding mechanism\u003c\/strong\u003e that transforms the scooter from a full-sized riding machine into a compact, easily storable package in seconds. The folding system uses a robust, precision-machined locking hinge that ensures absolute rigidity when deployed and secure latching when folded. No tools are required — simply release the lever, fold the stem down to the deck, and lock it into the folded position.\u003c\/p\u003e\n\u003cp class=\"hkm-text\"\u003eWhen folded, the scooter measures \u003cstrong\u003e47.6\" L × 12.2\" W × 29.9\" H (120.9 × 31.0 × 75.9 cm)\u003c\/strong\u003e, making it compatible with standard car trunks, office storage areas, public transit overhead racks, and under-desk spaces. At a \u003cstrong\u003enet weight of 64.7 lbs (29.3 kg)\u003c\/strong\u003e, the HKM-S6M Pro is manageable for short carries, such as navigating a flight of stairs or lifting into a vehicle. The folded package is engineered to stand independently, preventing it from tipping over when placed on flat surfaces.\u003c\/p\u003e\n\u003cdiv class=\"hkm-card-grid\"\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e64.7 lbs\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eNet Weight\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e~29.3 kg manageable carry\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e47.6×12.2×29.9 in\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eFolded Dimensions\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003eCompact storage footprint\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: SMART CONNECTIVITY ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003crect fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" rx=\"3\" height=\"13\" width=\"18\" y=\"3\" x=\"3\"\u003e\u003c\/rect\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" y2=\"19\" x2=\"16\" y1=\"19\" x1=\"8\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" y2=\"19\" x2=\"12\" y1=\"16\" x1=\"12\"\u003e\u003c\/line\u003e\n                    \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#2563eb\" d=\"M9 7l2 2 4-4\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e Connected Riding Experience\u003c\/h2\u003e\n\u003cp class=\"hkm-text\"\u003eThe HKM-S6M Pro embraces the connected era with \u003cstrong\u003eBluetooth-enabled smartphone integration\u003c\/strong\u003e via a dedicated mobile application. This seamless wireless connection unlocks a suite of intelligent features that elevate the riding experience beyond simple point-A-to-point-B transportation. From the app dashboard, riders can monitor \u003cstrong\u003ereal-time ride data\u003c\/strong\u003e including current speed, remaining battery capacity, estimated remaining range, trip distance, and odometer readings — all presented in an intuitive, easy-to-read interface.\u003c\/p\u003e\n\u003cp class=\"hkm-text\"\u003eBeyond data tracking, the app provides \u003cstrong\u003efull speed mode control\u003c\/strong\u003e, allowing riders to switch between the three available speed configurations directly from their smartphone without needing to access physical controls on the scooter. \u003cstrong\u003eFirmware updates\u003c\/strong\u003e are delivered over-the-air, ensuring the scooter's electronic systems remain optimized with the latest performance refinements and feature enhancements. Additionally, the \u003cstrong\u003ecustomizable LED strip lighting\u003c\/strong\u003e can be adjusted for color, brightness, and animation patterns through the app, letting riders personalize their scooter's aesthetic presence.\u003c\/p\u003e\n\u003cp class=\"hkm-text\"\u003eThe onboard \u003cstrong\u003eLED dashboard\u003c\/strong\u003e provides essential ride information at a glance, including speed, battery level, and selected riding mode. This dual-display approach — combining the handlebar-mounted dashboard with the smartphone app — ensures that critical data is always accessible, whether or not your phone is mounted.\u003c\/p\u003e\n\u003cdiv class=\"hkm-card-grid-3\"\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003eBluetooth\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eApp Connectivity\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003eWireless smartphone pairing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003eOTA\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eFirmware Updates\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003eOver-the-air enhancements\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003eLED\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eCustomizable Lighting\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003eApp-controlled colors \u0026amp; patterns\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: WATER RESISTANCE ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003cpath fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" d=\"M12 3c-3 3-6 6-6 10a6 6 0 0012 0c0-4-3-7-6-10z\"\u003e\u003c\/path\u003e\n                    \u003cpath opacity=\"0.6\" fill=\"#2563eb\" d=\"M12 13a2.5 2.5 0 100-5 2.5 2.5 0 000 5z\"\u003e\u003c\/path\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"19\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"18.5\" x2=\"9\" y1=\"17\" x1=\"9\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"18.5\" x2=\"15\" y1=\"17\" x1=\"15\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e All-Weather Resilience — IPX5 Rated\u003c\/h2\u003e\n\u003cp class=\"hkm-text\"\u003eUnpredictable weather should never derail your plans. The HKM-S6M Pro carries an \u003cstrong\u003eIPX5 water-resistant rating\u003c\/strong\u003e, a certification that signifies robust protection against water jets projected from any direction. In practical terms, this means the scooter's critical electronic components — including the motor controller, battery housing, and display unit — are effectively sealed against rain, splashes from wet roads, and incidental water exposure encountered during everyday riding.\u003c\/p\u003e\n\u003cp class=\"hkm-text\"\u003eWhile the IPX5 rating provides substantial peace of mind for riding in damp conditions, it is important to note that this certification applies to water resistance rather than full waterproofing. The scooter is designed to withstand rain showers, light spray, and wet pavement, but it should not be submerged in water, ridden through deep standing water, or exposed to high-pressure washing equipment. Treating the scooter with reasonable care in wet conditions will ensure its electronic systems remain protected and fully functional for years of reliable service.\u003c\/p\u003e\n\u003cdiv class=\"hkm-badge hkm-badge-accent\"\u003eIPX5 Water-Resistant Rated\u003c\/div\u003e\n\u003cspan class=\"hkm-badge\"\u003eRain \u0026amp; Splash Protection\u003c\/span\u003e \u003cspan class=\"hkm-badge\"\u003eSealed Electronics\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: FULL SPECIFICATIONS ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003crect fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" rx=\"2.5\" height=\"20\" width=\"18\" y=\"2\" x=\"3\"\u003e\u003c\/rect\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#2563eb\" y2=\"7\" x2=\"16\" y1=\"7\" x1=\"8\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#2563eb\" y2=\"11\" x2=\"14\" y1=\"11\" x1=\"8\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#2563eb\" y2=\"15\" x2=\"15\" y1=\"15\" x1=\"8\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e Detailed Technical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"hkm-spec-table-wrap\"\u003e\n\u003ctable class=\"hkm-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eModel\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eHKM-S6M Pro\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMotor\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003e48V 1200W\u003c\/span\u003e Single Motor — 35 N·m Torque\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eBattery\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003e48V 20.8Ah\u003c\/span\u003e \/ 998Wh Lithium-ion\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMax Speed\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eConfigurable: \u003cspan class=\"spec-highlight\"\u003e15.5 mph\u003c\/span\u003e \/ \u003cspan class=\"spec-highlight\"\u003e25 mph\u003c\/span\u003e \/ \u003cspan class=\"spec-highlight\"\u003e34 mph\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"font-size: 12px; color: #6e6e73;\"\u003e(24.9 \/ 40.2 \/ 54.7 km\/h — subject to local regulations)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMax Range\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003eUp to 37 miles\u003c\/span\u003e (~59.5 km)*\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMax Load\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003e330 lbs\u003c\/span\u003e (~150 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eCharging Time\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003e7–8 hours\u003c\/span\u003e (standard AC charge)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eBrakes\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eFront \u0026amp; Rear Disc Brakes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eTires\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003e11-Inch\u003c\/span\u003e Off-road Tires (~27.9 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eSuspension\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eFront \u0026amp; Rear Dual Shock Absorbers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eWater Resistance\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003eIPX5\u003c\/span\u003e Rated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eUnfolded Size\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003e46.5\" L × 25.2\" W × 51.2\" H\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"font-size: 12px; color: #6e6e73;\"\u003e(118.1 × 64.0 × 130.0 cm)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eFolded Size\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003e47.6\" L × 12.2\" W × 29.9\" H\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"font-size: 12px; color: #6e6e73;\"\u003e(120.9 × 31.0 × 75.9 cm)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eNet Weight\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003e64.7 lbs\u003c\/span\u003e (~29.3 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e74.8 lbs (~33.9 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eGround Clearance\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003e7.1 inches\u003c\/span\u003e (~18.0 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eClimbing Ability\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003eUp to 23°\u003c\/span\u003e grade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eSmart Features\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eMobile App Control (Bluetooth), LED Dashboard, Decorative LED Strip Light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eIdeal For\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eCommuters, college students, urban explorers, and adults seeking powerful, reliable daily transportation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 12px;\" class=\"hkm-text-sm\"\u003e*Range varies based on rider weight, terrain type, riding speed, ambient temperature, tire pressure, and wind conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: FAQ ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003ccircle fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                    \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#2563eb\" d=\"M10.5 9.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5c0 .6-.4 1.1-.9 1.3l-.6.3v1.4\"\u003e\u003c\/path\u003e\n                    \u003ccircle fill=\"#2563eb\" r=\"1\" cy=\"17\" cx=\"12\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e Frequently Asked Questions\u003c\/h2\u003e\n\u003cdetails class=\"hkm-faq-item\"\u003e\n\u003csummary class=\"hkm-faq-summary\"\u003eWhat is the actual real-world range I can expect from the HKM-S6M Pro? \u003cspan class=\"hkm-faq-arrow\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\n                            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#1d1d1f\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"hkm-faq-content\"\u003e\n\u003cp\u003eThe maximum range of up to 37 miles (59.5 km) is achievable under optimal conditions: a 165 lb (75 kg) rider traveling at approximately 15.5 mph (25 km\/h) on flat, paved terrain at 77°F (25°C). In real-world mixed riding — which may include moderate hills, stop-and-go traffic, higher speeds, and varying rider weights — most users can expect a practical range between 25 and 33 miles (40–53 km) on a single charge. Heavier riders, aggressive acceleration, steep terrain, and cold weather will further reduce the achievable range. The 998Wh battery capacity is among the largest in its class, providing confidence for extended commutes and recreational rides alike.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hkm-faq-item\"\u003e\n\u003csummary class=\"hkm-faq-summary\"\u003eHow does the IPX5 water resistance rating translate to real-world use? \u003cspan class=\"hkm-faq-arrow\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\n                            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#1d1d1f\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"hkm-faq-content\"\u003e\n\u003cp\u003eIPX5 certification means the scooter has been tested to withstand water jets projected from any direction at a specified pressure and volume. In everyday terms, the HKM-S6M Pro is well-protected against rain showers, light to moderate rainfall, road spray from wet pavement, and incidental splashes. You can confidently ride through damp conditions without concern for electrical damage. However, the scooter is not designed for submersion in water (such as riding through deep puddles that cover the deck), pressure washing, or extended exposure to heavy downpours. Using common-sense precautions — avoiding deep standing water and storing the scooter in a dry location when not in use — will preserve the integrity of all electronic components.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hkm-faq-item\"\u003e\n\u003csummary class=\"hkm-faq-summary\"\u003eCan the top speed be adjusted to comply with local e-scooter laws? \u003cspan class=\"hkm-faq-arrow\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\n                            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#1d1d1f\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"hkm-faq-content\"\u003e\n\u003cp\u003eYes. The HKM-S6M Pro features three configurable speed modes that can be selected through the onboard LED dashboard or the companion mobile app. The available speed tiers are approximately 15.5 mph (24.9 km\/h), 25 mph (40.2 km\/h), and 34 mph (54.7 km\/h). This flexibility allows riders to adhere to local regulations, many of which limit electric scooters to speeds of 15–20 mph on public roads and bike lanes. We strongly recommend researching and complying with all applicable laws, speed restrictions, helmet requirements, and permitted riding areas in your specific jurisdiction before operating the scooter at any speed setting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hkm-faq-item\"\u003e\n\u003csummary class=\"hkm-faq-summary\"\u003eHow does the folding mechanism work, and is it secure during rides? \u003cspan class=\"hkm-faq-arrow\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\n                            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#1d1d1f\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"hkm-faq-content\"\u003e\n\u003cp\u003eThe quick-folding mechanism uses a precision-machined locking hinge located at the base of the stem. When deployed for riding, the hinge locks firmly into place with an audible click, creating a rigid connection that eliminates wobble or play. The locking pin is spring-loaded and requires deliberate manual release to fold, preventing accidental disengagement during use. To fold the scooter, simply press the release lever, pivot the stem downward until it latches onto the deck-mounted catch, and the scooter is ready for storage or transport. The entire process takes approximately 3–5 seconds and requires no tools. When locked in either the riding or folded position, the mechanism maintains a secure hold that has been tested to withstand thousands of cycles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hkm-faq-item\"\u003e\n\u003csummary class=\"hkm-faq-summary\"\u003eWhat type of maintenance does the HKM-S6M Pro require? \u003cspan class=\"hkm-faq-arrow\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\n                            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#1d1d1f\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"hkm-faq-content\"\u003e\n\u003cp\u003eRoutine maintenance for the HKM-S6M Pro is minimal and straightforward. Key maintenance tasks include: periodically checking and tightening all visible bolts and fasteners (especially after the first few rides), maintaining proper tire pressure for optimal range and handling, inspecting brake pads for wear and adjusting cable tension as needed, cleaning the scooter with a damp cloth to remove dirt and debris, and storing the battery at a partial charge (40–60%) if the scooter will not be used for extended periods. The disc brakes are self-adjusting to a degree, but occasional manual caliper alignment may be beneficial. The brushless motor is sealed and requires no internal maintenance. We recommend a thorough inspection every 300–500 miles (480–800 km) of riding or every 3–6 months, whichever comes first.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hkm-faq-item\"\u003e\n\u003csummary class=\"hkm-faq-summary\"\u003eIs the HKM-S6M Pro suitable for off-road use? \u003cspan class=\"hkm-faq-arrow\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\n                            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#1d1d1f\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"hkm-faq-content\"\u003e\n\u003cp\u003eThe HKM-S6M Pro is equipped with 11-inch off-road tires, dual suspension, and 7.1 inches of ground clearance, making it capable of handling light to moderate off-road terrain including packed dirt trails, gravel paths, grassy fields, and uneven surfaces. The 35 N·m torque output and 23° climbing capability further enhance its versatility on unpaved routes. However, this scooter is not a dedicated off-road vehicle and should not be used on extreme terrain such as deep sand, loose rock gardens, muddy single-track, or technical mountain bike trails. For mixed-use riders who split their time between paved roads and well-maintained unpaved paths, the HKM-S6M Pro offers an excellent balance of capability and comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: POLICY ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003cpath fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" d=\"M12 2l8 4v5c0 5-3.5 9.5-8 11-4.5-1.5-8-6-8-11V6l8-4z\"\u003e\u003c\/path\u003e\n                    \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#2563eb\" d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e Purchase Protection \u0026amp; Assurance\u003c\/h2\u003e\n\u003cp style=\"margin-bottom: 14px;\" class=\"hkm-text\"\u003eEvery HKM-S6M Pro purchase is backed by a comprehensive suite of customer-first policies, designed to provide complete peace of mind from the moment you place your order through years of ownership.\u003c\/p\u003e\n\u003cdiv class=\"hkm-policy-grid\"\u003e\n\u003cdiv class=\"hkm-policy-card\"\u003e\n\u003cdiv class=\"hkm-policy-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\n                            \u003crect fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" rx=\"2.5\" height=\"16\" width=\"18\" y=\"4\" x=\"3\"\u003e\u003c\/rect\u003e\n                            \u003cline stroke-width=\"1.4\" stroke=\"#2563eb\" y2=\"9\" x2=\"21\" y1=\"9\" x1=\"3\"\u003e\u003c\/line\u003e\n                            \u003ccircle opacity=\"0.7\" fill=\"#2563eb\" r=\"1.8\" cy=\"14\" cx=\"7\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hkm-policy-title\"\u003eFree Shipping on All Orders\u003c\/div\u003e\n\u003cdiv class=\"hkm-policy-desc\"\u003eComplimentary standard shipping on every HKM-S6M Pro order, with no minimum purchase required. Delivered directly to your doorstep.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-policy-card\"\u003e\n\u003cdiv class=\"hkm-policy-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\n                            \u003cpath fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" d=\"M12 2l8 4v5c0 5-3.5 9.5-8 11-4.5-1.5-8-6-8-11V6l8-4z\"\u003e\u003c\/path\u003e\n                            \u003ccircle opacity=\"0.6\" fill=\"#2563eb\" r=\"3\" cy=\"13\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hkm-policy-title\"\u003e180 Days Purchase Protection\u003c\/div\u003e\n\u003cdiv class=\"hkm-policy-desc\"\u003eExtended six-month protection covers manufacturing defects and material flaws, ensuring your scooter performs as intended from the very first ride.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-policy-card\"\u003e\n\u003cdiv class=\"hkm-policy-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\n                            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#1d1d1f\" d=\"M9 11l3 3 6-6\"\u003e\u003c\/path\u003e\n                            \u003ccircle fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hkm-policy-title\"\u003e30 Days Money-Back Guarantee\u003c\/div\u003e\n\u003cdiv class=\"hkm-policy-desc\"\u003eIf you're not completely satisfied with your HKM-S6M Pro, return it within 30 days of delivery for a full refund — no questions asked.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-policy-card\"\u003e\n\u003cdiv class=\"hkm-policy-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\n                            \u003ccircle fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#2563eb\" d=\"M12 7v6l3 2\"\u003e\u003c\/path\u003e\n                            \u003ccircle fill=\"#1d1d1f\" r=\"1.2\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hkm-policy-title\"\u003e24 Months Warranty Service\u003c\/div\u003e\n\u003cdiv class=\"hkm-policy-desc\"\u003eComprehensive two-year warranty coverage on the motor, battery, controller, and frame, backed by a responsive support team ready to assist.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: CLOSING NOTE ==================== --\u003e\n\u003cdiv style=\"border-bottom: none; padding-bottom: 10px;\" class=\"hkm-section\"\u003e\n\u003cp style=\"color: #86868b; font-size: 12px; text-align: left;\" class=\"hkm-text-sm\"\u003e\u003cem\u003eAlways check and adhere to local laws and regulations regarding electric scooter use, including speed limits, helmet requirements, and permitted riding areas. Specifications are subject to change without notice. Product images and colors may vary slightly from actual appearance. The HKM-S6M Pro is intended for adult riders aged 18 and above. Protective gear, including a certified helmet, is strongly recommended for every ride.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Electric Scooters \u003e\u003e","offers":[{"title":"- 37.2+ Miles \/ - 1200W \/ - 20.8Ah\/48V\/998Wh","offer_id":43279954247763,"sku":"868053898739","price":799.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/7797355577427-1-HKM-S6M-Pro-37_2-Miles-48V-20_8Ah-998Wh-1200W-Single-Motor-Drive-Long-Range-Foldable-Electric-Scooter-Black_808f5766-777b-48e2-8a4a-2f8ca618e690.jpg?v=1768115943"},{"product_id":"hkm-s6m-pro-37-2-miles-48v-20-8ah-998wh-1200w-single-motor-drive-long-range-foldable-electric-scooter-black-2","title":"HKM-S6M Pro 37.2 Miles 48V 20.8Ah 998Wh 1200W Single-Motor Drive Long-Range Foldable Electric Scooter - Black","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* ==================== RESET \u0026 BASE STYLES ==================== *\/\n        .hkm-s6m-pro-wrapper {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;\n            color: #1d1d1f;\n            background: #ffffff;\n            line-height: 1.6;\n            max-width: 820px;\n            margin: 0 auto;\n            padding: 0;\n            box-sizing: border-box;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        .hkm-s6m-pro-wrapper *,\n        .hkm-s6m-pro-wrapper *::before,\n        .hkm-s6m-pro-wrapper *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        .hkm-s6m-pro-wrapper a {\n            text-decoration: none;\n            color: inherit;\n        }\n        .hkm-s6m-pro-wrapper img {\n            max-width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        \/* ==================== SECTION SPACING ==================== *\/\n        .hkm-section {\n            padding: 28px 0;\n            border-bottom: 1px solid #e8e8ed;\n        }\n        .hkm-section:first-child {\n            padding-top: 10px;\n        }\n        .hkm-section:last-child {\n            border-bottom: none;\n        }\n\n        \/* ==================== HERO TITLE ==================== *\/\n        .hkm-hero-title {\n            font-size: 28px;\n            font-weight: 500;\n            color: #1d1d1f;\n            letter-spacing: -0.4px;\n            margin-bottom: 8px;\n            line-height: 1.2;\n        }\n        .hkm-hero-subtitle {\n            font-size: 17px;\n            font-weight: 400;\n            color: #6e6e73;\n            letter-spacing: -0.1px;\n            margin-bottom: 4px;\n            line-height: 1.4;\n        }\n        .hkm-hero-tagline {\n            font-size: 14px;\n            font-weight: 400;\n            color: #86868b;\n            letter-spacing: 0;\n            line-height: 1.4;\n        }\n\n        \/* ==================== SECTION HEADINGS ==================== *\/\n        .hkm-section-heading {\n            font-size: 20px;\n            font-weight: 500;\n            color: #1d1d1f;\n            letter-spacing: -0.3px;\n            margin-bottom: 14px;\n            line-height: 1.3;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        .hkm-section-heading svg {\n            flex-shrink: 0;\n            transition: transform 0.3s ease;\n        }\n        .hkm-section-heading:hover svg {\n            transform: scale(1.08);\n        }\n        .hkm-sub-heading {\n            font-size: 16px;\n            font-weight: 500;\n            color: #2d2d2f;\n            letter-spacing: -0.2px;\n            margin-bottom: 8px;\n            line-height: 1.35;\n        }\n        .hkm-sub-heading-sm {\n            font-size: 14px;\n            font-weight: 500;\n            color: #3a3a3c;\n            letter-spacing: -0.1px;\n            margin-bottom: 6px;\n            line-height: 1.35;\n        }\n\n        \/* ==================== PARAGRAPH TEXT ==================== *\/\n        .hkm-text {\n            font-size: 14px;\n            font-weight: 400;\n            color: #424245;\n            line-height: 1.65;\n            margin-bottom: 10px;\n            letter-spacing: 0;\n        }\n        .hkm-text-sm {\n            font-size: 13px;\n            font-weight: 400;\n            color: #6e6e73;\n            line-height: 1.55;\n            margin-bottom: 8px;\n            letter-spacing: 0;\n        }\n        .hkm-text-highlight {\n            font-size: 14px;\n            font-weight: 500;\n            color: #1d1d1f;\n            line-height: 1.6;\n        }\n\n        \/* ==================== CARD GRID ==================== *\/\n        .hkm-card-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 14px;\n            margin: 16px 0;\n        }\n        .hkm-card-grid-3 {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 12px;\n            margin: 16px 0;\n        }\n        .hkm-card-grid-4 {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 10px;\n            margin: 16px 0;\n        }\n        .hkm-card {\n            background: #f5f5f7;\n            border-radius: 14px;\n            padding: 18px 16px;\n            transition: all 0.3s ease;\n            cursor: default;\n            border: 1px solid transparent;\n            position: relative;\n            overflow: hidden;\n        }\n        .hkm-card:hover {\n            background: #f0f0f3;\n            border-color: #dcdce0;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);\n        }\n        .hkm-card-icon-wrap {\n            display: flex;\n            align-items: center;\n            justify-content: flex-start;\n            margin-bottom: 10px;\n            transition: transform 0.3s ease;\n        }\n        .hkm-card:hover .hkm-card-icon-wrap {\n            transform: scale(1.06);\n        }\n        .hkm-card-value {\n            font-size: 22px;\n            font-weight: 500;\n            color: #1d1d1f;\n            letter-spacing: -0.3px;\n            margin-bottom: 2px;\n            line-height: 1.2;\n        }\n        .hkm-card-label {\n            font-size: 13px;\n            font-weight: 400;\n            color: #6e6e73;\n            letter-spacing: 0;\n            line-height: 1.4;\n        }\n        .hkm-card-sub {\n            font-size: 12px;\n            font-weight: 400;\n            color: #86868b;\n            letter-spacing: 0;\n            line-height: 1.3;\n            margin-top: 2px;\n        }\n\n        \/* ==================== FEATURE ROW ==================== *\/\n        .hkm-feature-row {\n            display: flex;\n            align-items: flex-start;\n            gap: 14px;\n            padding: 14px 0;\n            border-bottom: 1px solid #f0f0f3;\n            transition: background 0.25s ease;\n            border-radius: 8px;\n            padding-left: 10px;\n            padding-right: 10px;\n            margin: 0 -10px;\n        }\n        .hkm-feature-row:last-child {\n            border-bottom: none;\n        }\n        .hkm-feature-row:hover {\n            background: #fafafc;\n        }\n        .hkm-feature-row-icon {\n            flex-shrink: 0;\n            width: 44px;\n            height: 44px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: #f5f5f7;\n            border-radius: 10px;\n            transition: all 0.3s ease;\n        }\n        .hkm-feature-row:hover .hkm-feature-row-icon {\n            background: #e8e8ed;\n            transform: scale(1.05);\n        }\n        .hkm-feature-row-content {\n            flex: 1;\n            min-width: 0;\n        }\n        .hkm-feature-row-title {\n            font-size: 15px;\n            font-weight: 500;\n            color: #1d1d1f;\n            margin-bottom: 3px;\n            letter-spacing: -0.1px;\n        }\n        .hkm-feature-row-desc {\n            font-size: 13px;\n            font-weight: 400;\n            color: #6e6e73;\n            line-height: 1.5;\n        }\n\n        \/* ==================== SPEC TABLE (CLEAN, NO BORDER LINES) ==================== *\/\n        .hkm-spec-table-wrap {\n            width: 100%;\n            overflow-x: auto;\n        }\n        .hkm-spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 13px;\n        }\n        .hkm-spec-table td {\n            padding: 10px 14px;\n            vertical-align: top;\n            border-bottom: 1px solid #f0f0f3;\n            line-height: 1.5;\n        }\n        .hkm-spec-table tr:last-child td {\n            border-bottom: none;\n        }\n        .hkm-spec-table .spec-label {\n            font-weight: 500;\n            color: #1d1d1f;\n            white-space: nowrap;\n            font-size: 13px;\n            width: 38%;\n        }\n        .hkm-spec-table .spec-value {\n            font-weight: 400;\n            color: #424245;\n            font-size: 13px;\n        }\n        .hkm-spec-table .spec-highlight {\n            display: inline-block;\n            background: #f5f5f7;\n            border-radius: 5px;\n            padding: 2px 8px;\n            font-weight: 500;\n            color: #1d1d1f;\n            margin: 1px 2px;\n            font-size: 12px;\n            transition: background 0.25s ease;\n        }\n        .hkm-spec-table .spec-highlight:hover {\n            background: #e8e8ed;\n        }\n\n        \/* ==================== FAQ ACCORDION ==================== *\/\n        .hkm-faq-item {\n            border: 1px solid #e8e8ed;\n            border-radius: 12px;\n            margin-bottom: 10px;\n            overflow: hidden;\n            transition: all 0.3s ease;\n            background: #ffffff;\n        }\n        .hkm-faq-item:hover {\n            border-color: #c7c7cc;\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);\n        }\n        .hkm-faq-summary {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            padding: 15px 18px;\n            cursor: pointer;\n            font-size: 14px;\n            font-weight: 500;\n            color: #1d1d1f;\n            letter-spacing: -0.1px;\n            list-style: none;\n            user-select: none;\n            transition: background 0.25s ease;\n            gap: 10px;\n        }\n        .hkm-faq-summary::-webkit-details-marker {\n            display: none;\n        }\n        .hkm-faq-summary::marker {\n            display: none;\n            content: \"\";\n        }\n        .hkm-faq-item[open] .hkm-faq-summary {\n            background: #fafafc;\n        }\n        .hkm-faq-summary:hover {\n            background: #fafafc;\n        }\n        .hkm-faq-arrow {\n            flex-shrink: 0;\n            transition: transform 0.35s ease;\n            width: 20px;\n            height: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        .hkm-faq-item[open] .hkm-faq-arrow {\n            transform: rotate(180deg);\n        }\n        .hkm-faq-content {\n            padding: 0 18px 16px 18px;\n            font-size: 13px;\n            font-weight: 400;\n            color: #424245;\n            line-height: 1.6;\n            animation: hkmFadeIn 0.35s ease;\n        }\n        @keyframes hkmFadeIn {\n            from {\n                opacity: 0;\n                transform: translateY(-6px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        \/* ==================== POLICY SECTION ==================== *\/\n        .hkm-policy-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 14px;\n            margin-top: 8px;\n        }\n        .hkm-policy-card {\n            background: #f5f5f7;\n            border-radius: 14px;\n            padding: 18px 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            transition: all 0.3s ease;\n            border: 1px solid transparent;\n        }\n        .hkm-policy-card:hover {\n            background: #f0f0f3;\n            border-color: #dcdce0;\n            transform: translateY(-1px);\n            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);\n        }\n        .hkm-policy-icon {\n            flex-shrink: 0;\n            width: 38px;\n            height: 38px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: #ffffff;\n            border-radius: 10px;\n            transition: transform 0.3s ease;\n        }\n        .hkm-policy-card:hover .hkm-policy-icon {\n            transform: scale(1.08);\n        }\n        .hkm-policy-title {\n            font-size: 14px;\n            font-weight: 500;\n            color: #1d1d1f;\n            margin-bottom: 2px;\n            letter-spacing: -0.1px;\n        }\n        .hkm-policy-desc {\n            font-size: 12px;\n            font-weight: 400;\n            color: #6e6e73;\n            line-height: 1.4;\n        }\n\n        \/* ==================== DIVIDER ==================== *\/\n        .hkm-divider {\n            border: none;\n            border-top: 1px solid #e8e8ed;\n            margin: 20px 0;\n        }\n        .hkm-divider-thin {\n            border: none;\n            border-top: 1px solid #f0f0f3;\n            margin: 12px 0;\n        }\n\n        \/* ==================== INLINE BADGE ==================== *\/\n        .hkm-badge {\n            display: inline-block;\n            background: #f5f5f7;\n            color: #424245;\n            font-size: 12px;\n            font-weight: 500;\n            padding: 4px 10px;\n            border-radius: 20px;\n            letter-spacing: 0;\n            transition: all 0.25s ease;\n            margin: 2px 3px;\n        }\n        .hkm-badge:hover {\n            background: #e8e8ed;\n            color: #1d1d1f;\n        }\n        .hkm-badge-accent {\n            background: #e8f0fe;\n            color: #1a56db;\n        }\n        .hkm-badge-accent:hover {\n            background: #d0e0fc;\n        }\n\n        \/* ==================== RESPONSIVE - TABLET ==================== *\/\n        @media screen and (max-width: 768px) {\n            .hkm-section {\n                padding: 22px 0;\n            }\n            .hkm-hero-title {\n                font-size: 24px;\n                letter-spacing: -0.3px;\n            }\n            .hkm-hero-subtitle {\n                font-size: 15px;\n            }\n            .hkm-hero-tagline {\n                font-size: 13px;\n            }\n            .hkm-section-heading {\n                font-size: 18px;\n                letter-spacing: -0.2px;\n                margin-bottom: 10px;\n            }\n            .hkm-sub-heading {\n                font-size: 15px;\n            }\n            .hkm-sub-heading-sm {\n                font-size: 13px;\n            }\n            .hkm-text {\n                font-size: 13px;\n                line-height: 1.6;\n                margin-bottom: 8px;\n            }\n            .hkm-text-sm {\n                font-size: 12px;\n                line-height: 1.5;\n            }\n            .hkm-card-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 10px;\n                margin: 12px 0;\n            }\n            .hkm-card-grid-3 {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 10px;\n            }\n            .hkm-card-grid-4 {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 8px;\n            }\n            .hkm-card {\n                padding: 14px 12px;\n                border-radius: 12px;\n            }\n            .hkm-card-value {\n                font-size: 19px;\n            }\n            .hkm-card-label {\n                font-size: 12px;\n            }\n            .hkm-card-sub {\n                font-size: 11px;\n            }\n            .hkm-spec-table td {\n                padding: 8px 10px;\n                font-size: 12px;\n            }\n            .hkm-spec-table .spec-label {\n                font-size: 12px;\n                width: 42%;\n            }\n            .hkm-spec-table .spec-value {\n                font-size: 12px;\n            }\n            .hkm-spec-table .spec-highlight {\n                font-size: 11px;\n                padding: 2px 6px;\n            }\n            .hkm-faq-summary {\n                font-size: 13px;\n                padding: 13px 14px;\n            }\n            .hkm-faq-content {\n                font-size: 12px;\n                padding: 0 14px 14px 14px;\n            }\n            .hkm-feature-row {\n                gap: 10px;\n                padding: 12px 0;\n                padding-left: 8px;\n                padding-right: 8px;\n                margin: 0 -8px;\n            }\n            .hkm-feature-row-icon {\n                width: 38px;\n                height: 38px;\n                border-radius: 8px;\n            }\n            .hkm-feature-row-title {\n                font-size: 14px;\n            }\n            .hkm-feature-row-desc {\n                font-size: 12px;\n            }\n            .hkm-policy-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 10px;\n            }\n            .hkm-policy-card {\n                padding: 14px 12px;\n                gap: 10px;\n            }\n            .hkm-policy-icon {\n                width: 32px;\n                height: 32px;\n                border-radius: 8px;\n            }\n            .hkm-policy-title {\n                font-size: 13px;\n            }\n            .hkm-policy-desc {\n                font-size: 11px;\n            }\n        }\n\n        \/* ==================== RESPONSIVE - MOBILE ==================== *\/\n        @media screen and (max-width: 480px) {\n            .hkm-section {\n                padding: 18px 0;\n            }\n            .hkm-hero-title {\n                font-size: 21px;\n                letter-spacing: -0.2px;\n                margin-bottom: 6px;\n            }\n            .hkm-hero-subtitle {\n                font-size: 14px;\n            }\n            .hkm-hero-tagline {\n                font-size: 12px;\n            }\n            .hkm-section-heading {\n                font-size: 17px;\n                letter-spacing: -0.2px;\n                margin-bottom: 8px;\n                gap: 8px;\n            }\n            .hkm-sub-heading {\n                font-size: 14px;\n                margin-bottom: 6px;\n            }\n            .hkm-sub-heading-sm {\n                font-size: 13px;\n                margin-bottom: 4px;\n            }\n            .hkm-text {\n                font-size: 12px;\n                line-height: 1.55;\n                margin-bottom: 7px;\n            }\n            .hkm-text-sm {\n                font-size: 12px;\n                line-height: 1.45;\n                margin-bottom: 6px;\n            }\n            .hkm-text-highlight {\n                font-size: 13px;\n            }\n            .hkm-card-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 8px;\n                margin: 10px 0;\n            }\n            .hkm-card-grid-3 {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 8px;\n            }\n            .hkm-card-grid-4 {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 7px;\n            }\n            .hkm-card {\n                padding: 12px 10px;\n                border-radius: 10px;\n            }\n            .hkm-card-value {\n                font-size: 17px;\n                letter-spacing: -0.2px;\n            }\n            .hkm-card-label {\n                font-size: 12px;\n            }\n            .hkm-card-sub {\n                font-size: 11px;\n            }\n            .hkm-spec-table td {\n                padding: 7px 8px;\n                font-size: 12px;\n                display: block;\n                width: 100%;\n            }\n            .hkm-spec-table tr {\n                display: block;\n                margin-bottom: 6px;\n                border-bottom: 1px solid #f0f0f3;\n                padding-bottom: 6px;\n            }\n            .hkm-spec-table tr:last-child {\n                border-bottom: none;\n                margin-bottom: 0;\n                padding-bottom: 0;\n            }\n            .hkm-spec-table .spec-label {\n                font-size: 12px;\n                width: 100%;\n                display: block;\n                margin-bottom: 1px;\n            }\n            .hkm-spec-table .spec-value {\n                font-size: 12px;\n                width: 100%;\n                display: block;\n            }\n            .hkm-spec-table .spec-highlight {\n                font-size: 11px;\n                padding: 1px 5px;\n            }\n            .hkm-faq-summary {\n                font-size: 13px;\n                padding: 12px 13px;\n            }\n            .hkm-faq-content {\n                font-size: 12px;\n                padding: 0 13px 12px 13px;\n            }\n            .hkm-feature-row {\n                gap: 8px;\n                padding: 10px 0;\n                padding-left: 6px;\n                padding-right: 6px;\n                margin: 0 -6px;\n                flex-direction: column;\n                align-items: flex-start;\n            }\n            .hkm-feature-row-icon {\n                width: 34px;\n                height: 34px;\n                border-radius: 8px;\n            }\n            .hkm-feature-row-title {\n                font-size: 13px;\n            }\n            .hkm-feature-row-desc {\n                font-size: 12px;\n            }\n            .hkm-policy-grid {\n                grid-template-columns: 1fr;\n                gap: 8px;\n            }\n            .hkm-policy-card {\n                padding: 12px 11px;\n                gap: 8px;\n                border-radius: 10px;\n            }\n            .hkm-policy-icon {\n                width: 30px;\n                height: 30px;\n                border-radius: 7px;\n            }\n            .hkm-policy-title {\n                font-size: 13px;\n            }\n            .hkm-policy-desc {\n                font-size: 12px;\n            }\n            .hkm-badge {\n                font-size: 11px;\n                padding: 3px 8px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"hkm-s6m-pro-wrapper\"\u003e\n\u003c!-- ==================== SECTION: HERO ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch1 class=\"hkm-hero-title\"\u003eHKM-S6M Pro Electric Scooter\u003c\/h1\u003e\n\u003cp class=\"hkm-hero-subtitle\"\u003eHigh-Torque Performance. Extended Range. Rugged Durability.\u003c\/p\u003e\n\u003cp class=\"hkm-hero-tagline\"\u003eEngineered for riders who demand uncompromising power, exceptional range, and the freedom to explore farther — every single day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: KEY HIGHLIGHTS CARDS ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003cdiv class=\"hkm-card-grid-4\"\u003e\n\u003c!-- Card 1: Range --\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-icon-wrap\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\n                            \u003crect fill=\"none\" stroke-width=\"1.6\" stroke=\"#1d1d1f\" rx=\"2.5\" height=\"13\" width=\"20\" y=\"6\" x=\"2\"\u003e\u003c\/rect\u003e\n                            \u003crect opacity=\"0.85\" fill=\"#2563eb\" rx=\"1\" height=\"9\" width=\"3.5\" y=\"8\" x=\"4\"\u003e\u003c\/rect\u003e\n                            \u003crect opacity=\"0.55\" fill=\"#2563eb\" rx=\"1\" height=\"9\" width=\"3.5\" y=\"8\" x=\"8.8\"\u003e\u003c\/rect\u003e\n                            \u003crect opacity=\"0.3\" fill=\"#2563eb\" rx=\"1\" height=\"9\" width=\"3.5\" y=\"8\" x=\"13.6\"\u003e\u003c\/rect\u003e\n                            \u003cline stroke-linecap=\"round\" stroke-width=\"1\" stroke=\"#1d1d1f\" y2=\"11\" x2=\"21\" y1=\"11\" x1=\"20\"\u003e\u003c\/line\u003e\n                            \u003cline stroke-linecap=\"round\" stroke-width=\"1\" stroke=\"#1d1d1f\" y2=\"14\" x2=\"21\" y1=\"14\" x1=\"20\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e37 mi\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eMax Range\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e~59.5 km per charge\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card 2: Speed --\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-icon-wrap\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\n                            \u003ccircle fill=\"none\" stroke-width=\"1.6\" stroke=\"#1d1d1f\" r=\"9\" cy=\"13\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#2563eb\" d=\"M12 5v5l4 2.5\"\u003e\u003c\/path\u003e\n                            \u003ccircle fill=\"#1d1d1f\" r=\"1.5\" cy=\"13\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e34 mph\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eTop Speed\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e~54.7 km\/h max\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card 3: Motor --\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-icon-wrap\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\n                            \u003ccircle fill=\"none\" stroke-width=\"1.6\" stroke=\"#1d1d1f\" r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003ccircle opacity=\"0.7\" fill=\"#2563eb\" r=\"4\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cpath stroke-linecap=\"round\" stroke-width=\"1.2\" stroke=\"#1d1d1f\" d=\"M12 2v3M12 19v3M2 12h3M19 12h3\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e1200W\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eMotor Power\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e35 N·m torque\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card 4: Load --\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-icon-wrap\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\n                            \u003crect fill=\"none\" stroke-width=\"1.6\" stroke=\"#1d1d1f\" rx=\"2\" height=\"12\" width=\"18\" y=\"7\" x=\"3\"\u003e\u003c\/rect\u003e\n                            \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#1d1d1f\" y2=\"7\" x2=\"8\" y1=\"4\" x1=\"8\"\u003e\u003c\/line\u003e\n                            \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#1d1d1f\" y2=\"7\" x2=\"16\" y1=\"4\" x1=\"16\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"none\" stroke-width=\"1.4\" stroke=\"#2563eb\" r=\"1.8\" cy=\"15\" cx=\"7.5\"\u003e\u003c\/circle\u003e\n                            \u003ccircle fill=\"none\" stroke-width=\"1.4\" stroke=\"#2563eb\" r=\"1.8\" cy=\"15\" cx=\"16.5\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e330 lbs\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eMax Load\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e~150 kg capacity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: BATTERY \u0026 RANGE ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003crect fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" rx=\"2.8\" height=\"12\" width=\"17\" y=\"7\" x=\"2\"\u003e\u003c\/rect\u003e\n                    \u003crect opacity=\"0.8\" fill=\"#2563eb\" rx=\"1.2\" height=\"7\" width=\"3\" y=\"9.5\" x=\"19\"\u003e\u003c\/rect\u003e\n                    \u003crect opacity=\"0.5\" fill=\"#2563eb\" rx=\"1\" height=\"7\" width=\"12\" y=\"9.5\" x=\"4.5\"\u003e\u003c\/rect\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1\" stroke=\"#fff\" y2=\"14\" x2=\"10\" y1=\"12\" x1=\"10\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1\" stroke=\"#fff\" y2=\"14.5\" x2=\"13\" y1=\"11.5\" x1=\"13\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e Extended Range \u0026amp; High-Capacity Battery\u003c\/h2\u003e\n\u003cp class=\"hkm-text\"\u003eAt the core of the HKM-S6M Pro lies a meticulously engineered \u003cstrong\u003e48V 20.8Ah lithium-ion battery pack\u003c\/strong\u003e, delivering an impressive \u003cstrong\u003e998Wh\u003c\/strong\u003e of total energy capacity. This high-density power source enables a remarkable maximum range of up to \u003cstrong\u003e37 miles (approximately 59.5 kilometers)\u003c\/strong\u003e on a single charge under optimal riding conditions. For the average urban commuter, this translates to multiple days of riding without the need to plug in, dramatically reducing range anxiety and daily charging inconvenience.\u003c\/p\u003e\n\u003cp class=\"hkm-text\"\u003eThe battery management system (BMS) intelligently monitors individual cell voltage, temperature, and overall state of charge to ensure safe, efficient power delivery across every ride. Advanced cell balancing technology extends the overall lifespan of the battery pack, maintaining consistent performance through hundreds of charge cycles. Whether navigating city streets, cruising along suburban pathways, or tackling mixed-terrain routes, the HKM-S6M Pro's energy system is built to keep you moving with confidence.\u003c\/p\u003e\n\u003cp class=\"hkm-text-sm\"\u003e\u003cem\u003e*Range estimates are based on a 165 lb (75 kg) rider traveling at approximately 15.5 mph (25 km\/h) on flat, paved terrain at an ambient temperature of 77°F (25°C). Actual range may vary depending on rider weight, terrain type, riding speed, ambient temperature, tire pressure, wind conditions, and frequency of acceleration. Heavier riders, steep inclines, higher speeds, and colder temperatures will reduce the achievable range accordingly.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv class=\"hkm-card-grid-3\"\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e998 Wh\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eTotal Energy Capacity\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e48V 20.8Ah lithium-ion\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e37 mi\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eMaximum Range\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e~59.5 km (optimal conditions)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e7–8 hrs\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eFull Charge Time\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003eStandard AC charging\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: MOTOR \u0026 PERFORMANCE ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003ccircle fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" r=\"9.5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                    \u003cpath stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#2563eb\" d=\"M8 15c2-3 6-3 8 0\"\u003e\u003c\/path\u003e\n                    \u003ccircle opacity=\"0.6\" fill=\"#2563eb\" r=\"2.5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"5.5\" x2=\"12\" y1=\"2.5\" x1=\"12\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"21.5\" x2=\"12\" y1=\"18.5\" x1=\"12\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e Powerful Motor for Superior Performance\u003c\/h2\u003e\n\u003cp class=\"hkm-text\"\u003eThe HKM-S6M Pro is propelled by a robust \u003cstrong\u003e48V 1200W single motor\u003c\/strong\u003e that produces an impressive \u003cstrong\u003e35 N·m of torque\u003c\/strong\u003e. This high-torque output ensures rapid, responsive acceleration from a standstill and confident power delivery throughout the entire speed range. Riders can configure the top speed across three distinct modes: \u003cstrong\u003e15.5 mph (24.9 km\/h)\u003c\/strong\u003e, \u003cstrong\u003e25 mph (40.2 km\/h)\u003c\/strong\u003e, or \u003cstrong\u003e34 mph (54.7 km\/h)\u003c\/strong\u003e, allowing the scooter to adapt seamlessly to different riding environments, local regulations, and personal preference.\u003c\/p\u003e\n\u003cp class=\"hkm-text\"\u003eHill climbing is where the HKM-S6M Pro truly distinguishes itself from lesser scooters. With a \u003cstrong\u003egrade-climbing capability of up to 23 degrees\u003c\/strong\u003e, this scooter conquers steep urban inclines, bridge approaches, and challenging terrain that would leave many competitors struggling. The motor's efficient heat dissipation design ensures sustained performance even during extended climbs or aggressive riding sessions, while the electronic controller delivers smooth, predictable power modulation for a refined riding experience.\u003c\/p\u003e\n\u003cdiv class=\"hkm-card-grid-3\"\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e1200 W\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eMotor Power Rating\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e48V single motor\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e35 N·m\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003ePeak Torque Output\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003eStrong hill-climbing force\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e23°\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eMax Climbing Grade\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003eSteep incline capability\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"hkm-text-sm\"\u003eThree configurable speed modes ensure compliance with local e-scooter regulations while providing the flexibility to unlock higher performance where permitted. Always verify and adhere to applicable speed limits, helmet laws, and riding area restrictions in your jurisdiction before operating the scooter at elevated speeds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: FRAME \u0026 CONSTRUCTION ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003crect fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" rx=\"2.5\" height=\"16\" width=\"18\" y=\"4\" x=\"3\"\u003e\u003c\/rect\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#2563eb\" y2=\"8\" x2=\"16\" y1=\"8\" x1=\"8\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#2563eb\" y2=\"12\" x2=\"16\" y1=\"12\" x1=\"8\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#2563eb\" y2=\"16\" x2=\"13\" y1=\"16\" x1=\"8\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e Rugged \u0026amp; Stable Aluminum Alloy Construction\u003c\/h2\u003e\n\u003cp class=\"hkm-text\"\u003eThe HKM-S6M Pro is built around a precision-engineered \u003cstrong\u003ealuminum alloy frame\u003c\/strong\u003e that strikes an optimal balance between lightweight portability and uncompromising structural integrity. This aerospace-grade material is chosen for its exceptional strength-to-weight ratio, corrosion resistance, and long-term durability. The frame is rated to support a \u003cstrong\u003emaximum load of 330 lbs (approximately 150 kg)\u003c\/strong\u003e, accommodating a broad spectrum of riders and cargo with unwavering stability.\u003c\/p\u003e\n\u003cp class=\"hkm-text\"\u003eComplementing the robust frame is a sophisticated \u003cstrong\u003edual suspension system\u003c\/strong\u003e featuring front and rear shock absorbers. These independently tuned dampers work in harmony to absorb road imperfections, potholes, and uneven surfaces, delivering a smooth, controlled ride quality that reduces rider fatigue over extended journeys. Combined with \u003cstrong\u003e11-inch off-road tires\u003c\/strong\u003e, which provide substantial ground contact and excellent traction, the suspension setup ensures confident handling across pavement, gravel paths, packed dirt, and light off-road terrain.\u003c\/p\u003e\n\u003cp class=\"hkm-text\"\u003eGround clearance measures a generous \u003cstrong\u003e7.1 inches (18.0 cm)\u003c\/strong\u003e, allowing the scooter to navigate speed bumps, curbs, and trail obstacles without scraping the undercarriage. The wide, reinforced deck platform provides ample foot space for a natural, comfortable stance, while the integrated grip tape surface enhances rider security in both dry and wet conditions.\u003c\/p\u003e\n\u003cdiv class=\"hkm-card-grid-3\"\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e330 lbs\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eMax Load Capacity\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e~150 kg supported weight\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e11 in\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eOff-Road Tires\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e~27.9 cm diameter\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e7.1 in\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eGround Clearance\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e~18.0 cm undercarriage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: BRAKING \u0026 SAFETY ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003ccircle fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                    \u003ccircle fill=\"none\" stroke-width=\"1.6\" stroke=\"#e53e3e\" r=\"5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                    \u003ccircle opacity=\"0.7\" fill=\"#e53e3e\" r=\"1.5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"5\" x2=\"5\" y1=\"8\" x1=\"8\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"5\" x2=\"19\" y1=\"8\" x1=\"16\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e Enhanced Safety \u0026amp; Responsive Braking Control\u003c\/h2\u003e\n\u003cp class=\"hkm-text\"\u003eSafety is paramount in the design philosophy of the HKM-S6M Pro. The scooter is equipped with \u003cstrong\u003efront and rear disc brakes\u003c\/strong\u003e that deliver precise, powerful, and highly responsive stopping performance in all riding conditions. The dual-disc configuration ensures balanced braking force distribution, minimizing stopping distances and providing riders with the confidence to navigate busy urban environments, sudden obstacles, and emergency situations.\u003c\/p\u003e\n\u003cp class=\"hkm-text\"\u003eVisibility is equally critical for rider safety. The integrated \u003cstrong\u003ebright LED headlight\u003c\/strong\u003e illuminates the path ahead with a focused, wide beam pattern, ensuring clear visibility of the road surface and potential hazards during nighttime or low-light riding. Complementing the headlight is a full suite of \u003cstrong\u003edecorative LED strip lighting\u003c\/strong\u003e along the deck and stem that enhances lateral visibility to motorists, cyclists, and pedestrians. A dedicated \u003cstrong\u003eLED brake light\u003c\/strong\u003e activates automatically upon deceleration, providing an unmistakable signal to those behind you.\u003c\/p\u003e\n\u003cdiv class=\"hkm-feature-row\"\u003e\n\u003cdiv class=\"hkm-feature-row-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"22\" width=\"22\"\u003e\n                        \u003ccircle fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#2563eb\" d=\"M12 7v6l3.5 2\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"hkm-feature-row-content\"\u003e\n\u003cdiv class=\"hkm-feature-row-title\"\u003eFront \u0026amp; Rear Disc Brakes\u003c\/div\u003e\n\u003cdiv class=\"hkm-feature-row-desc\"\u003eDual-disc configuration provides confident, balanced stopping power with excellent modulation and minimal fade during repeated use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-feature-row\"\u003e\n\u003cdiv class=\"hkm-feature-row-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"22\" width=\"22\"\u003e\n                        \u003ccircle fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" r=\"6\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003ccircle opacity=\"0.8\" fill=\"#f5a623\" r=\"2\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"22\" x2=\"12\" y1=\"18\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"12\" x2=\"6\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"12\" x2=\"22\" y1=\"12\" x1=\"18\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"hkm-feature-row-content\"\u003e\n\u003cdiv class=\"hkm-feature-row-title\"\u003eComprehensive LED Lighting System\u003c\/div\u003e\n\u003cdiv class=\"hkm-feature-row-desc\"\u003eBright LED headlight, wraparound strip lighting, and automatic brake light ensure 360° visibility for safer riding in all lighting conditions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: PORTABILITY ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" d=\"M4 8l4-4 4 4\"\u003e\u003c\/path\u003e\n                    \u003cpath stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#2563eb\" d=\"M8 4v8\"\u003e\u003c\/path\u003e\n                    \u003crect fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" rx=\"2\" height=\"9\" width=\"18\" y=\"12\" x=\"3\"\u003e\u003c\/rect\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#2563eb\" y2=\"16\" x2=\"16\" y1=\"16\" x1=\"8\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e Smart Portability \u0026amp; Quick-Folding Design\u003c\/h2\u003e\n\u003cp class=\"hkm-text\"\u003eDesigned for the realities of modern multimodal transportation, the HKM-S6M Pro incorporates an \u003cstrong\u003eintuitive quick-folding mechanism\u003c\/strong\u003e that transforms the scooter from a full-sized riding machine into a compact, easily storable package in seconds. The folding system uses a robust, precision-machined locking hinge that ensures absolute rigidity when deployed and secure latching when folded. No tools are required — simply release the lever, fold the stem down to the deck, and lock it into the folded position.\u003c\/p\u003e\n\u003cp class=\"hkm-text\"\u003eWhen folded, the scooter measures \u003cstrong\u003e47.6\" L × 12.2\" W × 29.9\" H (120.9 × 31.0 × 75.9 cm)\u003c\/strong\u003e, making it compatible with standard car trunks, office storage areas, public transit overhead racks, and under-desk spaces. At a \u003cstrong\u003enet weight of 64.7 lbs (29.3 kg)\u003c\/strong\u003e, the HKM-S6M Pro is manageable for short carries, such as navigating a flight of stairs or lifting into a vehicle. The folded package is engineered to stand independently, preventing it from tipping over when placed on flat surfaces.\u003c\/p\u003e\n\u003cdiv class=\"hkm-card-grid\"\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e64.7 lbs\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eNet Weight\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e~29.3 kg manageable carry\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e47.6×12.2×29.9 in\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eFolded Dimensions\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003eCompact storage footprint\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: SMART CONNECTIVITY ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003crect fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" rx=\"3\" height=\"13\" width=\"18\" y=\"3\" x=\"3\"\u003e\u003c\/rect\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" y2=\"19\" x2=\"16\" y1=\"19\" x1=\"8\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" y2=\"19\" x2=\"12\" y1=\"16\" x1=\"12\"\u003e\u003c\/line\u003e\n                    \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#2563eb\" d=\"M9 7l2 2 4-4\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e Connected Riding Experience\u003c\/h2\u003e\n\u003cp class=\"hkm-text\"\u003eThe HKM-S6M Pro embraces the connected era with \u003cstrong\u003eBluetooth-enabled smartphone integration\u003c\/strong\u003e via a dedicated mobile application. This seamless wireless connection unlocks a suite of intelligent features that elevate the riding experience beyond simple point-A-to-point-B transportation. From the app dashboard, riders can monitor \u003cstrong\u003ereal-time ride data\u003c\/strong\u003e including current speed, remaining battery capacity, estimated remaining range, trip distance, and odometer readings — all presented in an intuitive, easy-to-read interface.\u003c\/p\u003e\n\u003cp class=\"hkm-text\"\u003eBeyond data tracking, the app provides \u003cstrong\u003efull speed mode control\u003c\/strong\u003e, allowing riders to switch between the three available speed configurations directly from their smartphone without needing to access physical controls on the scooter. \u003cstrong\u003eFirmware updates\u003c\/strong\u003e are delivered over-the-air, ensuring the scooter's electronic systems remain optimized with the latest performance refinements and feature enhancements. Additionally, the \u003cstrong\u003ecustomizable LED strip lighting\u003c\/strong\u003e can be adjusted for color, brightness, and animation patterns through the app, letting riders personalize their scooter's aesthetic presence.\u003c\/p\u003e\n\u003cp class=\"hkm-text\"\u003eThe onboard \u003cstrong\u003eLED dashboard\u003c\/strong\u003e provides essential ride information at a glance, including speed, battery level, and selected riding mode. This dual-display approach — combining the handlebar-mounted dashboard with the smartphone app — ensures that critical data is always accessible, whether or not your phone is mounted.\u003c\/p\u003e\n\u003cdiv class=\"hkm-card-grid-3\"\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003eBluetooth\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eApp Connectivity\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003eWireless smartphone pairing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003eOTA\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eFirmware Updates\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003eOver-the-air enhancements\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003eLED\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eCustomizable Lighting\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003eApp-controlled colors \u0026amp; patterns\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: WATER RESISTANCE ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003cpath fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" d=\"M12 3c-3 3-6 6-6 10a6 6 0 0012 0c0-4-3-7-6-10z\"\u003e\u003c\/path\u003e\n                    \u003cpath opacity=\"0.6\" fill=\"#2563eb\" d=\"M12 13a2.5 2.5 0 100-5 2.5 2.5 0 000 5z\"\u003e\u003c\/path\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"19\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"18.5\" x2=\"9\" y1=\"17\" x1=\"9\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"18.5\" x2=\"15\" y1=\"17\" x1=\"15\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e All-Weather Resilience — IPX5 Rated\u003c\/h2\u003e\n\u003cp class=\"hkm-text\"\u003eUnpredictable weather should never derail your plans. The HKM-S6M Pro carries an \u003cstrong\u003eIPX5 water-resistant rating\u003c\/strong\u003e, a certification that signifies robust protection against water jets projected from any direction. In practical terms, this means the scooter's critical electronic components — including the motor controller, battery housing, and display unit — are effectively sealed against rain, splashes from wet roads, and incidental water exposure encountered during everyday riding.\u003c\/p\u003e\n\u003cp class=\"hkm-text\"\u003eWhile the IPX5 rating provides substantial peace of mind for riding in damp conditions, it is important to note that this certification applies to water resistance rather than full waterproofing. The scooter is designed to withstand rain showers, light spray, and wet pavement, but it should not be submerged in water, ridden through deep standing water, or exposed to high-pressure washing equipment. Treating the scooter with reasonable care in wet conditions will ensure its electronic systems remain protected and fully functional for years of reliable service.\u003c\/p\u003e\n\u003cdiv class=\"hkm-badge hkm-badge-accent\"\u003eIPX5 Water-Resistant Rated\u003c\/div\u003e\n\u003cspan class=\"hkm-badge\"\u003eRain \u0026amp; Splash Protection\u003c\/span\u003e \u003cspan class=\"hkm-badge\"\u003eSealed Electronics\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: FULL SPECIFICATIONS ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003crect fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" rx=\"2.5\" height=\"20\" width=\"18\" y=\"2\" x=\"3\"\u003e\u003c\/rect\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#2563eb\" y2=\"7\" x2=\"16\" y1=\"7\" x1=\"8\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#2563eb\" y2=\"11\" x2=\"14\" y1=\"11\" x1=\"8\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#2563eb\" y2=\"15\" x2=\"15\" y1=\"15\" x1=\"8\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e Detailed Technical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"hkm-spec-table-wrap\"\u003e\n\u003ctable class=\"hkm-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eModel\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eHKM-S6M Pro\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMotor\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003e48V 1200W\u003c\/span\u003e Single Motor — 35 N·m Torque\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eBattery\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003e48V 20.8Ah\u003c\/span\u003e \/ 998Wh Lithium-ion\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMax Speed\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eConfigurable: \u003cspan class=\"spec-highlight\"\u003e15.5 mph\u003c\/span\u003e \/ \u003cspan class=\"spec-highlight\"\u003e25 mph\u003c\/span\u003e \/ \u003cspan class=\"spec-highlight\"\u003e34 mph\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"font-size: 12px; color: #6e6e73;\"\u003e(24.9 \/ 40.2 \/ 54.7 km\/h — subject to local regulations)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMax Range\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003eUp to 37 miles\u003c\/span\u003e (~59.5 km)*\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMax Load\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003e330 lbs\u003c\/span\u003e (~150 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eCharging Time\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003e7–8 hours\u003c\/span\u003e (standard AC charge)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eBrakes\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eFront \u0026amp; Rear Disc Brakes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eTires\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003e11-Inch\u003c\/span\u003e Off-road Tires (~27.9 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eSuspension\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eFront \u0026amp; Rear Dual Shock Absorbers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eWater Resistance\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003eIPX5\u003c\/span\u003e Rated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eUnfolded Size\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003e46.5\" L × 25.2\" W × 51.2\" H\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"font-size: 12px; color: #6e6e73;\"\u003e(118.1 × 64.0 × 130.0 cm)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eFolded Size\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003e47.6\" L × 12.2\" W × 29.9\" H\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"font-size: 12px; color: #6e6e73;\"\u003e(120.9 × 31.0 × 75.9 cm)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eNet Weight\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003e64.7 lbs\u003c\/span\u003e (~29.3 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e74.8 lbs (~33.9 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eGround Clearance\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003e7.1 inches\u003c\/span\u003e (~18.0 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eClimbing Ability\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003eUp to 23°\u003c\/span\u003e grade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eSmart Features\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eMobile App Control (Bluetooth), LED Dashboard, Decorative LED Strip Light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eIdeal For\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eCommuters, college students, urban explorers, and adults seeking powerful, reliable daily transportation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 12px;\" class=\"hkm-text-sm\"\u003e*Range varies based on rider weight, terrain type, riding speed, ambient temperature, tire pressure, and wind conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: FAQ ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003ccircle fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                    \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#2563eb\" d=\"M10.5 9.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5c0 .6-.4 1.1-.9 1.3l-.6.3v1.4\"\u003e\u003c\/path\u003e\n                    \u003ccircle fill=\"#2563eb\" r=\"1\" cy=\"17\" cx=\"12\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e Frequently Asked Questions\u003c\/h2\u003e\n\u003cdetails class=\"hkm-faq-item\"\u003e\n\u003csummary class=\"hkm-faq-summary\"\u003eWhat is the actual real-world range I can expect from the HKM-S6M Pro? \u003cspan class=\"hkm-faq-arrow\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\n                            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#1d1d1f\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"hkm-faq-content\"\u003e\n\u003cp\u003eThe maximum range of up to 37 miles (59.5 km) is achievable under optimal conditions: a 165 lb (75 kg) rider traveling at approximately 15.5 mph (25 km\/h) on flat, paved terrain at 77°F (25°C). In real-world mixed riding — which may include moderate hills, stop-and-go traffic, higher speeds, and varying rider weights — most users can expect a practical range between 25 and 33 miles (40–53 km) on a single charge. Heavier riders, aggressive acceleration, steep terrain, and cold weather will further reduce the achievable range. The 998Wh battery capacity is among the largest in its class, providing confidence for extended commutes and recreational rides alike.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hkm-faq-item\"\u003e\n\u003csummary class=\"hkm-faq-summary\"\u003eHow does the IPX5 water resistance rating translate to real-world use? \u003cspan class=\"hkm-faq-arrow\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\n                            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#1d1d1f\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"hkm-faq-content\"\u003e\n\u003cp\u003eIPX5 certification means the scooter has been tested to withstand water jets projected from any direction at a specified pressure and volume. In everyday terms, the HKM-S6M Pro is well-protected against rain showers, light to moderate rainfall, road spray from wet pavement, and incidental splashes. You can confidently ride through damp conditions without concern for electrical damage. However, the scooter is not designed for submersion in water (such as riding through deep puddles that cover the deck), pressure washing, or extended exposure to heavy downpours. Using common-sense precautions — avoiding deep standing water and storing the scooter in a dry location when not in use — will preserve the integrity of all electronic components.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hkm-faq-item\"\u003e\n\u003csummary class=\"hkm-faq-summary\"\u003eCan the top speed be adjusted to comply with local e-scooter laws? \u003cspan class=\"hkm-faq-arrow\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\n                            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#1d1d1f\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"hkm-faq-content\"\u003e\n\u003cp\u003eYes. The HKM-S6M Pro features three configurable speed modes that can be selected through the onboard LED dashboard or the companion mobile app. The available speed tiers are approximately 15.5 mph (24.9 km\/h), 25 mph (40.2 km\/h), and 34 mph (54.7 km\/h). This flexibility allows riders to adhere to local regulations, many of which limit electric scooters to speeds of 15–20 mph on public roads and bike lanes. We strongly recommend researching and complying with all applicable laws, speed restrictions, helmet requirements, and permitted riding areas in your specific jurisdiction before operating the scooter at any speed setting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hkm-faq-item\"\u003e\n\u003csummary class=\"hkm-faq-summary\"\u003eHow does the folding mechanism work, and is it secure during rides? \u003cspan class=\"hkm-faq-arrow\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\n                            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#1d1d1f\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"hkm-faq-content\"\u003e\n\u003cp\u003eThe quick-folding mechanism uses a precision-machined locking hinge located at the base of the stem. When deployed for riding, the hinge locks firmly into place with an audible click, creating a rigid connection that eliminates wobble or play. The locking pin is spring-loaded and requires deliberate manual release to fold, preventing accidental disengagement during use. To fold the scooter, simply press the release lever, pivot the stem downward until it latches onto the deck-mounted catch, and the scooter is ready for storage or transport. The entire process takes approximately 3–5 seconds and requires no tools. When locked in either the riding or folded position, the mechanism maintains a secure hold that has been tested to withstand thousands of cycles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hkm-faq-item\"\u003e\n\u003csummary class=\"hkm-faq-summary\"\u003eWhat type of maintenance does the HKM-S6M Pro require? \u003cspan class=\"hkm-faq-arrow\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\n                            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#1d1d1f\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"hkm-faq-content\"\u003e\n\u003cp\u003eRoutine maintenance for the HKM-S6M Pro is minimal and straightforward. Key maintenance tasks include: periodically checking and tightening all visible bolts and fasteners (especially after the first few rides), maintaining proper tire pressure for optimal range and handling, inspecting brake pads for wear and adjusting cable tension as needed, cleaning the scooter with a damp cloth to remove dirt and debris, and storing the battery at a partial charge (40–60%) if the scooter will not be used for extended periods. The disc brakes are self-adjusting to a degree, but occasional manual caliper alignment may be beneficial. The brushless motor is sealed and requires no internal maintenance. We recommend a thorough inspection every 300–500 miles (480–800 km) of riding or every 3–6 months, whichever comes first.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hkm-faq-item\"\u003e\n\u003csummary class=\"hkm-faq-summary\"\u003eIs the HKM-S6M Pro suitable for off-road use? \u003cspan class=\"hkm-faq-arrow\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\n                            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#1d1d1f\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"hkm-faq-content\"\u003e\n\u003cp\u003eThe HKM-S6M Pro is equipped with 11-inch off-road tires, dual suspension, and 7.1 inches of ground clearance, making it capable of handling light to moderate off-road terrain including packed dirt trails, gravel paths, grassy fields, and uneven surfaces. The 35 N·m torque output and 23° climbing capability further enhance its versatility on unpaved routes. However, this scooter is not a dedicated off-road vehicle and should not be used on extreme terrain such as deep sand, loose rock gardens, muddy single-track, or technical mountain bike trails. For mixed-use riders who split their time between paved roads and well-maintained unpaved paths, the HKM-S6M Pro offers an excellent balance of capability and comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: POLICY ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003cpath fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" d=\"M12 2l8 4v5c0 5-3.5 9.5-8 11-4.5-1.5-8-6-8-11V6l8-4z\"\u003e\u003c\/path\u003e\n                    \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#2563eb\" d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e Purchase Protection \u0026amp; Assurance\u003c\/h2\u003e\n\u003cp style=\"margin-bottom: 14px;\" class=\"hkm-text\"\u003eEvery HKM-S6M Pro purchase is backed by a comprehensive suite of customer-first policies, designed to provide complete peace of mind from the moment you place your order through years of ownership.\u003c\/p\u003e\n\u003cdiv class=\"hkm-policy-grid\"\u003e\n\u003cdiv class=\"hkm-policy-card\"\u003e\n\u003cdiv class=\"hkm-policy-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\n                            \u003crect fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" rx=\"2.5\" height=\"16\" width=\"18\" y=\"4\" x=\"3\"\u003e\u003c\/rect\u003e\n                            \u003cline stroke-width=\"1.4\" stroke=\"#2563eb\" y2=\"9\" x2=\"21\" y1=\"9\" x1=\"3\"\u003e\u003c\/line\u003e\n                            \u003ccircle opacity=\"0.7\" fill=\"#2563eb\" r=\"1.8\" cy=\"14\" cx=\"7\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hkm-policy-title\"\u003eFree Shipping on All Orders\u003c\/div\u003e\n\u003cdiv class=\"hkm-policy-desc\"\u003eComplimentary standard shipping on every HKM-S6M Pro order, with no minimum purchase required. Delivered directly to your doorstep.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-policy-card\"\u003e\n\u003cdiv class=\"hkm-policy-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\n                            \u003cpath fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" d=\"M12 2l8 4v5c0 5-3.5 9.5-8 11-4.5-1.5-8-6-8-11V6l8-4z\"\u003e\u003c\/path\u003e\n                            \u003ccircle opacity=\"0.6\" fill=\"#2563eb\" r=\"3\" cy=\"13\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hkm-policy-title\"\u003e180 Days Purchase Protection\u003c\/div\u003e\n\u003cdiv class=\"hkm-policy-desc\"\u003eExtended six-month protection covers manufacturing defects and material flaws, ensuring your scooter performs as intended from the very first ride.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-policy-card\"\u003e\n\u003cdiv class=\"hkm-policy-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\n                            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#1d1d1f\" d=\"M9 11l3 3 6-6\"\u003e\u003c\/path\u003e\n                            \u003ccircle fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hkm-policy-title\"\u003e30 Days Money-Back Guarantee\u003c\/div\u003e\n\u003cdiv class=\"hkm-policy-desc\"\u003eIf you're not completely satisfied with your HKM-S6M Pro, return it within 30 days of delivery for a full refund — no questions asked.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-policy-card\"\u003e\n\u003cdiv class=\"hkm-policy-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\n                            \u003ccircle fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#2563eb\" d=\"M12 7v6l3 2\"\u003e\u003c\/path\u003e\n                            \u003ccircle fill=\"#1d1d1f\" r=\"1.2\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hkm-policy-title\"\u003e24 Months Warranty Service\u003c\/div\u003e\n\u003cdiv class=\"hkm-policy-desc\"\u003eComprehensive two-year warranty coverage on the motor, battery, controller, and frame, backed by a responsive support team ready to assist.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: CLOSING NOTE ==================== --\u003e\n\u003cdiv style=\"border-bottom: none; padding-bottom: 10px;\" class=\"hkm-section\"\u003e\n\u003cp style=\"color: #86868b; font-size: 12px; text-align: left;\" class=\"hkm-text-sm\"\u003e\u003cem\u003eAlways check and adhere to local laws and regulations regarding electric scooter use, including speed limits, helmet requirements, and permitted riding areas. Specifications are subject to change without notice. Product images and colors may vary slightly from actual appearance. The HKM-S6M Pro is intended for adult riders aged 18 and above. Protective gear, including a certified helmet, is strongly recommended for every ride.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Electric Scooters \u003e\u003e","offers":[{"title":"- 37.2+ Miles \/ - 1200W \/ - 20.8Ah\/48V\/998Wh","offer_id":43279954313299,"sku":"868053898741","price":799.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/7797355577427-1-HKM-S6M-Pro-37_2-Miles-48V-20_8Ah-998Wh-1200W-Single-Motor-Drive-Long-Range-Foldable-Electric-Scooter-Black_030da301-c5e7-4de7-a7a0-7ef59c2b17a8.jpg?v=1768115930"},{"product_id":"hkm-s6m-pro-37-2-miles-48v-20-8ah-998wh-1200w-single-motor-drive-long-range-foldable-electric-scooter-black-1","title":"HKM-S6M Pro 37.2 Miles 48V 20.8Ah 998Wh 1200W Single-Motor Drive Long-Range Foldable Electric Scooter - Black","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        \/* ==================== RESET \u0026 BASE STYLES ==================== *\/\n        .hkm-s6m-pro-wrapper {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;\n            color: #1d1d1f;\n            background: #ffffff;\n            line-height: 1.6;\n            max-width: 820px;\n            margin: 0 auto;\n            padding: 0;\n            box-sizing: border-box;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        .hkm-s6m-pro-wrapper *,\n        .hkm-s6m-pro-wrapper *::before,\n        .hkm-s6m-pro-wrapper *::after {\n            box-sizing: border-box;\n            margin: 0;\n            padding: 0;\n        }\n        .hkm-s6m-pro-wrapper a {\n            text-decoration: none;\n            color: inherit;\n        }\n        .hkm-s6m-pro-wrapper img {\n            max-width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        \/* ==================== SECTION SPACING ==================== *\/\n        .hkm-section {\n            padding: 28px 0;\n            border-bottom: 1px solid #e8e8ed;\n        }\n        .hkm-section:first-child {\n            padding-top: 10px;\n        }\n        .hkm-section:last-child {\n            border-bottom: none;\n        }\n\n        \/* ==================== HERO TITLE ==================== *\/\n        .hkm-hero-title {\n            font-size: 28px;\n            font-weight: 500;\n            color: #1d1d1f;\n            letter-spacing: -0.4px;\n            margin-bottom: 8px;\n            line-height: 1.2;\n        }\n        .hkm-hero-subtitle {\n            font-size: 17px;\n            font-weight: 400;\n            color: #6e6e73;\n            letter-spacing: -0.1px;\n            margin-bottom: 4px;\n            line-height: 1.4;\n        }\n        .hkm-hero-tagline {\n            font-size: 14px;\n            font-weight: 400;\n            color: #86868b;\n            letter-spacing: 0;\n            line-height: 1.4;\n        }\n\n        \/* ==================== SECTION HEADINGS ==================== *\/\n        .hkm-section-heading {\n            font-size: 20px;\n            font-weight: 500;\n            color: #1d1d1f;\n            letter-spacing: -0.3px;\n            margin-bottom: 14px;\n            line-height: 1.3;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n        .hkm-section-heading svg {\n            flex-shrink: 0;\n            transition: transform 0.3s ease;\n        }\n        .hkm-section-heading:hover svg {\n            transform: scale(1.08);\n        }\n        .hkm-sub-heading {\n            font-size: 16px;\n            font-weight: 500;\n            color: #2d2d2f;\n            letter-spacing: -0.2px;\n            margin-bottom: 8px;\n            line-height: 1.35;\n        }\n        .hkm-sub-heading-sm {\n            font-size: 14px;\n            font-weight: 500;\n            color: #3a3a3c;\n            letter-spacing: -0.1px;\n            margin-bottom: 6px;\n            line-height: 1.35;\n        }\n\n        \/* ==================== PARAGRAPH TEXT ==================== *\/\n        .hkm-text {\n            font-size: 14px;\n            font-weight: 400;\n            color: #424245;\n            line-height: 1.65;\n            margin-bottom: 10px;\n            letter-spacing: 0;\n        }\n        .hkm-text-sm {\n            font-size: 13px;\n            font-weight: 400;\n            color: #6e6e73;\n            line-height: 1.55;\n            margin-bottom: 8px;\n            letter-spacing: 0;\n        }\n        .hkm-text-highlight {\n            font-size: 14px;\n            font-weight: 500;\n            color: #1d1d1f;\n            line-height: 1.6;\n        }\n\n        \/* ==================== CARD GRID ==================== *\/\n        .hkm-card-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 14px;\n            margin: 16px 0;\n        }\n        .hkm-card-grid-3 {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 12px;\n            margin: 16px 0;\n        }\n        .hkm-card-grid-4 {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 10px;\n            margin: 16px 0;\n        }\n        .hkm-card {\n            background: #f5f5f7;\n            border-radius: 14px;\n            padding: 18px 16px;\n            transition: all 0.3s ease;\n            cursor: default;\n            border: 1px solid transparent;\n            position: relative;\n            overflow: hidden;\n        }\n        .hkm-card:hover {\n            background: #f0f0f3;\n            border-color: #dcdce0;\n            transform: translateY(-2px);\n            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);\n        }\n        .hkm-card-icon-wrap {\n            display: flex;\n            align-items: center;\n            justify-content: flex-start;\n            margin-bottom: 10px;\n            transition: transform 0.3s ease;\n        }\n        .hkm-card:hover .hkm-card-icon-wrap {\n            transform: scale(1.06);\n        }\n        .hkm-card-value {\n            font-size: 22px;\n            font-weight: 500;\n            color: #1d1d1f;\n            letter-spacing: -0.3px;\n            margin-bottom: 2px;\n            line-height: 1.2;\n        }\n        .hkm-card-label {\n            font-size: 13px;\n            font-weight: 400;\n            color: #6e6e73;\n            letter-spacing: 0;\n            line-height: 1.4;\n        }\n        .hkm-card-sub {\n            font-size: 12px;\n            font-weight: 400;\n            color: #86868b;\n            letter-spacing: 0;\n            line-height: 1.3;\n            margin-top: 2px;\n        }\n\n        \/* ==================== FEATURE ROW ==================== *\/\n        .hkm-feature-row {\n            display: flex;\n            align-items: flex-start;\n            gap: 14px;\n            padding: 14px 0;\n            border-bottom: 1px solid #f0f0f3;\n            transition: background 0.25s ease;\n            border-radius: 8px;\n            padding-left: 10px;\n            padding-right: 10px;\n            margin: 0 -10px;\n        }\n        .hkm-feature-row:last-child {\n            border-bottom: none;\n        }\n        .hkm-feature-row:hover {\n            background: #fafafc;\n        }\n        .hkm-feature-row-icon {\n            flex-shrink: 0;\n            width: 44px;\n            height: 44px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: #f5f5f7;\n            border-radius: 10px;\n            transition: all 0.3s ease;\n        }\n        .hkm-feature-row:hover .hkm-feature-row-icon {\n            background: #e8e8ed;\n            transform: scale(1.05);\n        }\n        .hkm-feature-row-content {\n            flex: 1;\n            min-width: 0;\n        }\n        .hkm-feature-row-title {\n            font-size: 15px;\n            font-weight: 500;\n            color: #1d1d1f;\n            margin-bottom: 3px;\n            letter-spacing: -0.1px;\n        }\n        .hkm-feature-row-desc {\n            font-size: 13px;\n            font-weight: 400;\n            color: #6e6e73;\n            line-height: 1.5;\n        }\n\n        \/* ==================== SPEC TABLE (CLEAN, NO BORDER LINES) ==================== *\/\n        .hkm-spec-table-wrap {\n            width: 100%;\n            overflow-x: auto;\n        }\n        .hkm-spec-table {\n            width: 100%;\n            border-collapse: collapse;\n            font-size: 13px;\n        }\n        .hkm-spec-table td {\n            padding: 10px 14px;\n            vertical-align: top;\n            border-bottom: 1px solid #f0f0f3;\n            line-height: 1.5;\n        }\n        .hkm-spec-table tr:last-child td {\n            border-bottom: none;\n        }\n        .hkm-spec-table .spec-label {\n            font-weight: 500;\n            color: #1d1d1f;\n            white-space: nowrap;\n            font-size: 13px;\n            width: 38%;\n        }\n        .hkm-spec-table .spec-value {\n            font-weight: 400;\n            color: #424245;\n            font-size: 13px;\n        }\n        .hkm-spec-table .spec-highlight {\n            display: inline-block;\n            background: #f5f5f7;\n            border-radius: 5px;\n            padding: 2px 8px;\n            font-weight: 500;\n            color: #1d1d1f;\n            margin: 1px 2px;\n            font-size: 12px;\n            transition: background 0.25s ease;\n        }\n        .hkm-spec-table .spec-highlight:hover {\n            background: #e8e8ed;\n        }\n\n        \/* ==================== FAQ ACCORDION ==================== *\/\n        .hkm-faq-item {\n            border: 1px solid #e8e8ed;\n            border-radius: 12px;\n            margin-bottom: 10px;\n            overflow: hidden;\n            transition: all 0.3s ease;\n            background: #ffffff;\n        }\n        .hkm-faq-item:hover {\n            border-color: #c7c7cc;\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);\n        }\n        .hkm-faq-summary {\n            display: flex;\n            align-items: center;\n            justify-content: space-between;\n            padding: 15px 18px;\n            cursor: pointer;\n            font-size: 14px;\n            font-weight: 500;\n            color: #1d1d1f;\n            letter-spacing: -0.1px;\n            list-style: none;\n            user-select: none;\n            transition: background 0.25s ease;\n            gap: 10px;\n        }\n        .hkm-faq-summary::-webkit-details-marker {\n            display: none;\n        }\n        .hkm-faq-summary::marker {\n            display: none;\n            content: \"\";\n        }\n        .hkm-faq-item[open] .hkm-faq-summary {\n            background: #fafafc;\n        }\n        .hkm-faq-summary:hover {\n            background: #fafafc;\n        }\n        .hkm-faq-arrow {\n            flex-shrink: 0;\n            transition: transform 0.35s ease;\n            width: 20px;\n            height: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        .hkm-faq-item[open] .hkm-faq-arrow {\n            transform: rotate(180deg);\n        }\n        .hkm-faq-content {\n            padding: 0 18px 16px 18px;\n            font-size: 13px;\n            font-weight: 400;\n            color: #424245;\n            line-height: 1.6;\n            animation: hkmFadeIn 0.35s ease;\n        }\n        @keyframes hkmFadeIn {\n            from {\n                opacity: 0;\n                transform: translateY(-6px);\n            }\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n\n        \/* ==================== POLICY SECTION ==================== *\/\n        .hkm-policy-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 14px;\n            margin-top: 8px;\n        }\n        .hkm-policy-card {\n            background: #f5f5f7;\n            border-radius: 14px;\n            padding: 18px 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            transition: all 0.3s ease;\n            border: 1px solid transparent;\n        }\n        .hkm-policy-card:hover {\n            background: #f0f0f3;\n            border-color: #dcdce0;\n            transform: translateY(-1px);\n            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);\n        }\n        .hkm-policy-icon {\n            flex-shrink: 0;\n            width: 38px;\n            height: 38px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            background: #ffffff;\n            border-radius: 10px;\n            transition: transform 0.3s ease;\n        }\n        .hkm-policy-card:hover .hkm-policy-icon {\n            transform: scale(1.08);\n        }\n        .hkm-policy-title {\n            font-size: 14px;\n            font-weight: 500;\n            color: #1d1d1f;\n            margin-bottom: 2px;\n            letter-spacing: -0.1px;\n        }\n        .hkm-policy-desc {\n            font-size: 12px;\n            font-weight: 400;\n            color: #6e6e73;\n            line-height: 1.4;\n        }\n\n        \/* ==================== DIVIDER ==================== *\/\n        .hkm-divider {\n            border: none;\n            border-top: 1px solid #e8e8ed;\n            margin: 20px 0;\n        }\n        .hkm-divider-thin {\n            border: none;\n            border-top: 1px solid #f0f0f3;\n            margin: 12px 0;\n        }\n\n        \/* ==================== INLINE BADGE ==================== *\/\n        .hkm-badge {\n            display: inline-block;\n            background: #f5f5f7;\n            color: #424245;\n            font-size: 12px;\n            font-weight: 500;\n            padding: 4px 10px;\n            border-radius: 20px;\n            letter-spacing: 0;\n            transition: all 0.25s ease;\n            margin: 2px 3px;\n        }\n        .hkm-badge:hover {\n            background: #e8e8ed;\n            color: #1d1d1f;\n        }\n        .hkm-badge-accent {\n            background: #e8f0fe;\n            color: #1a56db;\n        }\n        .hkm-badge-accent:hover {\n            background: #d0e0fc;\n        }\n\n        \/* ==================== RESPONSIVE - TABLET ==================== *\/\n        @media screen and (max-width: 768px) {\n            .hkm-section {\n                padding: 22px 0;\n            }\n            .hkm-hero-title {\n                font-size: 24px;\n                letter-spacing: -0.3px;\n            }\n            .hkm-hero-subtitle {\n                font-size: 15px;\n            }\n            .hkm-hero-tagline {\n                font-size: 13px;\n            }\n            .hkm-section-heading {\n                font-size: 18px;\n                letter-spacing: -0.2px;\n                margin-bottom: 10px;\n            }\n            .hkm-sub-heading {\n                font-size: 15px;\n            }\n            .hkm-sub-heading-sm {\n                font-size: 13px;\n            }\n            .hkm-text {\n                font-size: 13px;\n                line-height: 1.6;\n                margin-bottom: 8px;\n            }\n            .hkm-text-sm {\n                font-size: 12px;\n                line-height: 1.5;\n            }\n            .hkm-card-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 10px;\n                margin: 12px 0;\n            }\n            .hkm-card-grid-3 {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 10px;\n            }\n            .hkm-card-grid-4 {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 8px;\n            }\n            .hkm-card {\n                padding: 14px 12px;\n                border-radius: 12px;\n            }\n            .hkm-card-value {\n                font-size: 19px;\n            }\n            .hkm-card-label {\n                font-size: 12px;\n            }\n            .hkm-card-sub {\n                font-size: 11px;\n            }\n            .hkm-spec-table td {\n                padding: 8px 10px;\n                font-size: 12px;\n            }\n            .hkm-spec-table .spec-label {\n                font-size: 12px;\n                width: 42%;\n            }\n            .hkm-spec-table .spec-value {\n                font-size: 12px;\n            }\n            .hkm-spec-table .spec-highlight {\n                font-size: 11px;\n                padding: 2px 6px;\n            }\n            .hkm-faq-summary {\n                font-size: 13px;\n                padding: 13px 14px;\n            }\n            .hkm-faq-content {\n                font-size: 12px;\n                padding: 0 14px 14px 14px;\n            }\n            .hkm-feature-row {\n                gap: 10px;\n                padding: 12px 0;\n                padding-left: 8px;\n                padding-right: 8px;\n                margin: 0 -8px;\n            }\n            .hkm-feature-row-icon {\n                width: 38px;\n                height: 38px;\n                border-radius: 8px;\n            }\n            .hkm-feature-row-title {\n                font-size: 14px;\n            }\n            .hkm-feature-row-desc {\n                font-size: 12px;\n            }\n            .hkm-policy-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 10px;\n            }\n            .hkm-policy-card {\n                padding: 14px 12px;\n                gap: 10px;\n            }\n            .hkm-policy-icon {\n                width: 32px;\n                height: 32px;\n                border-radius: 8px;\n            }\n            .hkm-policy-title {\n                font-size: 13px;\n            }\n            .hkm-policy-desc {\n                font-size: 11px;\n            }\n        }\n\n        \/* ==================== RESPONSIVE - MOBILE ==================== *\/\n        @media screen and (max-width: 480px) {\n            .hkm-section {\n                padding: 18px 0;\n            }\n            .hkm-hero-title {\n                font-size: 21px;\n                letter-spacing: -0.2px;\n                margin-bottom: 6px;\n            }\n            .hkm-hero-subtitle {\n                font-size: 14px;\n            }\n            .hkm-hero-tagline {\n                font-size: 12px;\n            }\n            .hkm-section-heading {\n                font-size: 17px;\n                letter-spacing: -0.2px;\n                margin-bottom: 8px;\n                gap: 8px;\n            }\n            .hkm-sub-heading {\n                font-size: 14px;\n                margin-bottom: 6px;\n            }\n            .hkm-sub-heading-sm {\n                font-size: 13px;\n                margin-bottom: 4px;\n            }\n            .hkm-text {\n                font-size: 12px;\n                line-height: 1.55;\n                margin-bottom: 7px;\n            }\n            .hkm-text-sm {\n                font-size: 12px;\n                line-height: 1.45;\n                margin-bottom: 6px;\n            }\n            .hkm-text-highlight {\n                font-size: 13px;\n            }\n            .hkm-card-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 8px;\n                margin: 10px 0;\n            }\n            .hkm-card-grid-3 {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 8px;\n            }\n            .hkm-card-grid-4 {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 7px;\n            }\n            .hkm-card {\n                padding: 12px 10px;\n                border-radius: 10px;\n            }\n            .hkm-card-value {\n                font-size: 17px;\n                letter-spacing: -0.2px;\n            }\n            .hkm-card-label {\n                font-size: 12px;\n            }\n            .hkm-card-sub {\n                font-size: 11px;\n            }\n            .hkm-spec-table td {\n                padding: 7px 8px;\n                font-size: 12px;\n                display: block;\n                width: 100%;\n            }\n            .hkm-spec-table tr {\n                display: block;\n                margin-bottom: 6px;\n                border-bottom: 1px solid #f0f0f3;\n                padding-bottom: 6px;\n            }\n            .hkm-spec-table tr:last-child {\n                border-bottom: none;\n                margin-bottom: 0;\n                padding-bottom: 0;\n            }\n            .hkm-spec-table .spec-label {\n                font-size: 12px;\n                width: 100%;\n                display: block;\n                margin-bottom: 1px;\n            }\n            .hkm-spec-table .spec-value {\n                font-size: 12px;\n                width: 100%;\n                display: block;\n            }\n            .hkm-spec-table .spec-highlight {\n                font-size: 11px;\n                padding: 1px 5px;\n            }\n            .hkm-faq-summary {\n                font-size: 13px;\n                padding: 12px 13px;\n            }\n            .hkm-faq-content {\n                font-size: 12px;\n                padding: 0 13px 12px 13px;\n            }\n            .hkm-feature-row {\n                gap: 8px;\n                padding: 10px 0;\n                padding-left: 6px;\n                padding-right: 6px;\n                margin: 0 -6px;\n                flex-direction: column;\n                align-items: flex-start;\n            }\n            .hkm-feature-row-icon {\n                width: 34px;\n                height: 34px;\n                border-radius: 8px;\n            }\n            .hkm-feature-row-title {\n                font-size: 13px;\n            }\n            .hkm-feature-row-desc {\n                font-size: 12px;\n            }\n            .hkm-policy-grid {\n                grid-template-columns: 1fr;\n                gap: 8px;\n            }\n            .hkm-policy-card {\n                padding: 12px 11px;\n                gap: 8px;\n                border-radius: 10px;\n            }\n            .hkm-policy-icon {\n                width: 30px;\n                height: 30px;\n                border-radius: 7px;\n            }\n            .hkm-policy-title {\n                font-size: 13px;\n            }\n            .hkm-policy-desc {\n                font-size: 12px;\n            }\n            .hkm-badge {\n                font-size: 11px;\n                padding: 3px 8px;\n            }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"hkm-s6m-pro-wrapper\"\u003e\n\u003c!-- ==================== SECTION: HERO ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch1 class=\"hkm-hero-title\"\u003eHKM-S6M Pro Electric Scooter\u003c\/h1\u003e\n\u003cp class=\"hkm-hero-subtitle\"\u003eHigh-Torque Performance. Extended Range. Rugged Durability.\u003c\/p\u003e\n\u003cp class=\"hkm-hero-tagline\"\u003eEngineered for riders who demand uncompromising power, exceptional range, and the freedom to explore farther — every single day.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: KEY HIGHLIGHTS CARDS ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003cdiv class=\"hkm-card-grid-4\"\u003e\n\u003c!-- Card 1: Range --\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-icon-wrap\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\n                            \u003crect fill=\"none\" stroke-width=\"1.6\" stroke=\"#1d1d1f\" rx=\"2.5\" height=\"13\" width=\"20\" y=\"6\" x=\"2\"\u003e\u003c\/rect\u003e\n                            \u003crect opacity=\"0.85\" fill=\"#2563eb\" rx=\"1\" height=\"9\" width=\"3.5\" y=\"8\" x=\"4\"\u003e\u003c\/rect\u003e\n                            \u003crect opacity=\"0.55\" fill=\"#2563eb\" rx=\"1\" height=\"9\" width=\"3.5\" y=\"8\" x=\"8.8\"\u003e\u003c\/rect\u003e\n                            \u003crect opacity=\"0.3\" fill=\"#2563eb\" rx=\"1\" height=\"9\" width=\"3.5\" y=\"8\" x=\"13.6\"\u003e\u003c\/rect\u003e\n                            \u003cline stroke-linecap=\"round\" stroke-width=\"1\" stroke=\"#1d1d1f\" y2=\"11\" x2=\"21\" y1=\"11\" x1=\"20\"\u003e\u003c\/line\u003e\n                            \u003cline stroke-linecap=\"round\" stroke-width=\"1\" stroke=\"#1d1d1f\" y2=\"14\" x2=\"21\" y1=\"14\" x1=\"20\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e37 mi\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eMax Range\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e~59.5 km per charge\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card 2: Speed --\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-icon-wrap\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\n                            \u003ccircle fill=\"none\" stroke-width=\"1.6\" stroke=\"#1d1d1f\" r=\"9\" cy=\"13\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#2563eb\" d=\"M12 5v5l4 2.5\"\u003e\u003c\/path\u003e\n                            \u003ccircle fill=\"#1d1d1f\" r=\"1.5\" cy=\"13\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e34 mph\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eTop Speed\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e~54.7 km\/h max\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card 3: Motor --\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-icon-wrap\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\n                            \u003ccircle fill=\"none\" stroke-width=\"1.6\" stroke=\"#1d1d1f\" r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003ccircle opacity=\"0.7\" fill=\"#2563eb\" r=\"4\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cpath stroke-linecap=\"round\" stroke-width=\"1.2\" stroke=\"#1d1d1f\" d=\"M12 2v3M12 19v3M2 12h3M19 12h3\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e1200W\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eMotor Power\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e35 N·m torque\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Card 4: Load --\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-icon-wrap\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\"\u003e\n                            \u003crect fill=\"none\" stroke-width=\"1.6\" stroke=\"#1d1d1f\" rx=\"2\" height=\"12\" width=\"18\" y=\"7\" x=\"3\"\u003e\u003c\/rect\u003e\n                            \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#1d1d1f\" y2=\"7\" x2=\"8\" y1=\"4\" x1=\"8\"\u003e\u003c\/line\u003e\n                            \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#1d1d1f\" y2=\"7\" x2=\"16\" y1=\"4\" x1=\"16\"\u003e\u003c\/line\u003e\n                            \u003ccircle fill=\"none\" stroke-width=\"1.4\" stroke=\"#2563eb\" r=\"1.8\" cy=\"15\" cx=\"7.5\"\u003e\u003c\/circle\u003e\n                            \u003ccircle fill=\"none\" stroke-width=\"1.4\" stroke=\"#2563eb\" r=\"1.8\" cy=\"15\" cx=\"16.5\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e330 lbs\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eMax Load\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e~150 kg capacity\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: BATTERY \u0026 RANGE ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003crect fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" rx=\"2.8\" height=\"12\" width=\"17\" y=\"7\" x=\"2\"\u003e\u003c\/rect\u003e\n                    \u003crect opacity=\"0.8\" fill=\"#2563eb\" rx=\"1.2\" height=\"7\" width=\"3\" y=\"9.5\" x=\"19\"\u003e\u003c\/rect\u003e\n                    \u003crect opacity=\"0.5\" fill=\"#2563eb\" rx=\"1\" height=\"7\" width=\"12\" y=\"9.5\" x=\"4.5\"\u003e\u003c\/rect\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1\" stroke=\"#fff\" y2=\"14\" x2=\"10\" y1=\"12\" x1=\"10\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1\" stroke=\"#fff\" y2=\"14.5\" x2=\"13\" y1=\"11.5\" x1=\"13\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e Extended Range \u0026amp; High-Capacity Battery\u003c\/h2\u003e\n\u003cp class=\"hkm-text\"\u003eAt the core of the HKM-S6M Pro lies a meticulously engineered \u003cstrong\u003e48V 20.8Ah lithium-ion battery pack\u003c\/strong\u003e, delivering an impressive \u003cstrong\u003e998Wh\u003c\/strong\u003e of total energy capacity. This high-density power source enables a remarkable maximum range of up to \u003cstrong\u003e37 miles (approximately 59.5 kilometers)\u003c\/strong\u003e on a single charge under optimal riding conditions. For the average urban commuter, this translates to multiple days of riding without the need to plug in, dramatically reducing range anxiety and daily charging inconvenience.\u003c\/p\u003e\n\u003cp class=\"hkm-text\"\u003eThe battery management system (BMS) intelligently monitors individual cell voltage, temperature, and overall state of charge to ensure safe, efficient power delivery across every ride. Advanced cell balancing technology extends the overall lifespan of the battery pack, maintaining consistent performance through hundreds of charge cycles. Whether navigating city streets, cruising along suburban pathways, or tackling mixed-terrain routes, the HKM-S6M Pro's energy system is built to keep you moving with confidence.\u003c\/p\u003e\n\u003cp class=\"hkm-text-sm\"\u003e\u003cem\u003e*Range estimates are based on a 165 lb (75 kg) rider traveling at approximately 15.5 mph (25 km\/h) on flat, paved terrain at an ambient temperature of 77°F (25°C). Actual range may vary depending on rider weight, terrain type, riding speed, ambient temperature, tire pressure, wind conditions, and frequency of acceleration. Heavier riders, steep inclines, higher speeds, and colder temperatures will reduce the achievable range accordingly.\u003c\/em\u003e\u003c\/p\u003e\n\u003cdiv class=\"hkm-card-grid-3\"\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e998 Wh\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eTotal Energy Capacity\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e48V 20.8Ah lithium-ion\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e37 mi\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eMaximum Range\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e~59.5 km (optimal conditions)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e7–8 hrs\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eFull Charge Time\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003eStandard AC charging\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: MOTOR \u0026 PERFORMANCE ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003ccircle fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" r=\"9.5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                    \u003cpath stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#2563eb\" d=\"M8 15c2-3 6-3 8 0\"\u003e\u003c\/path\u003e\n                    \u003ccircle opacity=\"0.6\" fill=\"#2563eb\" r=\"2.5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"5.5\" x2=\"12\" y1=\"2.5\" x1=\"12\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"21.5\" x2=\"12\" y1=\"18.5\" x1=\"12\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e Powerful Motor for Superior Performance\u003c\/h2\u003e\n\u003cp class=\"hkm-text\"\u003eThe HKM-S6M Pro is propelled by a robust \u003cstrong\u003e48V 1200W single motor\u003c\/strong\u003e that produces an impressive \u003cstrong\u003e35 N·m of torque\u003c\/strong\u003e. This high-torque output ensures rapid, responsive acceleration from a standstill and confident power delivery throughout the entire speed range. Riders can configure the top speed across three distinct modes: \u003cstrong\u003e15.5 mph (24.9 km\/h)\u003c\/strong\u003e, \u003cstrong\u003e25 mph (40.2 km\/h)\u003c\/strong\u003e, or \u003cstrong\u003e34 mph (54.7 km\/h)\u003c\/strong\u003e, allowing the scooter to adapt seamlessly to different riding environments, local regulations, and personal preference.\u003c\/p\u003e\n\u003cp class=\"hkm-text\"\u003eHill climbing is where the HKM-S6M Pro truly distinguishes itself from lesser scooters. With a \u003cstrong\u003egrade-climbing capability of up to 23 degrees\u003c\/strong\u003e, this scooter conquers steep urban inclines, bridge approaches, and challenging terrain that would leave many competitors struggling. The motor's efficient heat dissipation design ensures sustained performance even during extended climbs or aggressive riding sessions, while the electronic controller delivers smooth, predictable power modulation for a refined riding experience.\u003c\/p\u003e\n\u003cdiv class=\"hkm-card-grid-3\"\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e1200 W\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eMotor Power Rating\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e48V single motor\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e35 N·m\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003ePeak Torque Output\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003eStrong hill-climbing force\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e23°\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eMax Climbing Grade\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003eSteep incline capability\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp class=\"hkm-text-sm\"\u003eThree configurable speed modes ensure compliance with local e-scooter regulations while providing the flexibility to unlock higher performance where permitted. Always verify and adhere to applicable speed limits, helmet laws, and riding area restrictions in your jurisdiction before operating the scooter at elevated speeds.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: FRAME \u0026 CONSTRUCTION ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003crect fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" rx=\"2.5\" height=\"16\" width=\"18\" y=\"4\" x=\"3\"\u003e\u003c\/rect\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#2563eb\" y2=\"8\" x2=\"16\" y1=\"8\" x1=\"8\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#2563eb\" y2=\"12\" x2=\"16\" y1=\"12\" x1=\"8\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.4\" stroke=\"#2563eb\" y2=\"16\" x2=\"13\" y1=\"16\" x1=\"8\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e Rugged \u0026amp; Stable Aluminum Alloy Construction\u003c\/h2\u003e\n\u003cp class=\"hkm-text\"\u003eThe HKM-S6M Pro is built around a precision-engineered \u003cstrong\u003ealuminum alloy frame\u003c\/strong\u003e that strikes an optimal balance between lightweight portability and uncompromising structural integrity. This aerospace-grade material is chosen for its exceptional strength-to-weight ratio, corrosion resistance, and long-term durability. The frame is rated to support a \u003cstrong\u003emaximum load of 330 lbs (approximately 150 kg)\u003c\/strong\u003e, accommodating a broad spectrum of riders and cargo with unwavering stability.\u003c\/p\u003e\n\u003cp class=\"hkm-text\"\u003eComplementing the robust frame is a sophisticated \u003cstrong\u003edual suspension system\u003c\/strong\u003e featuring front and rear shock absorbers. These independently tuned dampers work in harmony to absorb road imperfections, potholes, and uneven surfaces, delivering a smooth, controlled ride quality that reduces rider fatigue over extended journeys. Combined with \u003cstrong\u003e11-inch off-road tires\u003c\/strong\u003e, which provide substantial ground contact and excellent traction, the suspension setup ensures confident handling across pavement, gravel paths, packed dirt, and light off-road terrain.\u003c\/p\u003e\n\u003cp class=\"hkm-text\"\u003eGround clearance measures a generous \u003cstrong\u003e7.1 inches (18.0 cm)\u003c\/strong\u003e, allowing the scooter to navigate speed bumps, curbs, and trail obstacles without scraping the undercarriage. The wide, reinforced deck platform provides ample foot space for a natural, comfortable stance, while the integrated grip tape surface enhances rider security in both dry and wet conditions.\u003c\/p\u003e\n\u003cdiv class=\"hkm-card-grid-3\"\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e330 lbs\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eMax Load Capacity\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e~150 kg supported weight\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e11 in\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eOff-Road Tires\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e~27.9 cm diameter\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e7.1 in\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eGround Clearance\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e~18.0 cm undercarriage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: BRAKING \u0026 SAFETY ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003ccircle fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                    \u003ccircle fill=\"none\" stroke-width=\"1.6\" stroke=\"#e53e3e\" r=\"5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                    \u003ccircle opacity=\"0.7\" fill=\"#e53e3e\" r=\"1.5\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"5\" x2=\"5\" y1=\"8\" x1=\"8\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"5\" x2=\"19\" y1=\"8\" x1=\"16\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e Enhanced Safety \u0026amp; Responsive Braking Control\u003c\/h2\u003e\n\u003cp class=\"hkm-text\"\u003eSafety is paramount in the design philosophy of the HKM-S6M Pro. The scooter is equipped with \u003cstrong\u003efront and rear disc brakes\u003c\/strong\u003e that deliver precise, powerful, and highly responsive stopping performance in all riding conditions. The dual-disc configuration ensures balanced braking force distribution, minimizing stopping distances and providing riders with the confidence to navigate busy urban environments, sudden obstacles, and emergency situations.\u003c\/p\u003e\n\u003cp class=\"hkm-text\"\u003eVisibility is equally critical for rider safety. The integrated \u003cstrong\u003ebright LED headlight\u003c\/strong\u003e illuminates the path ahead with a focused, wide beam pattern, ensuring clear visibility of the road surface and potential hazards during nighttime or low-light riding. Complementing the headlight is a full suite of \u003cstrong\u003edecorative LED strip lighting\u003c\/strong\u003e along the deck and stem that enhances lateral visibility to motorists, cyclists, and pedestrians. A dedicated \u003cstrong\u003eLED brake light\u003c\/strong\u003e activates automatically upon deceleration, providing an unmistakable signal to those behind you.\u003c\/p\u003e\n\u003cdiv class=\"hkm-feature-row\"\u003e\n\u003cdiv class=\"hkm-feature-row-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"22\" width=\"22\"\u003e\n                        \u003ccircle fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" r=\"9\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#2563eb\" d=\"M12 7v6l3.5 2\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"hkm-feature-row-content\"\u003e\n\u003cdiv class=\"hkm-feature-row-title\"\u003eFront \u0026amp; Rear Disc Brakes\u003c\/div\u003e\n\u003cdiv class=\"hkm-feature-row-desc\"\u003eDual-disc configuration provides confident, balanced stopping power with excellent modulation and minimal fade during repeated use.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-feature-row\"\u003e\n\u003cdiv class=\"hkm-feature-row-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"22\" width=\"22\"\u003e\n                        \u003ccircle fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" r=\"6\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003ccircle opacity=\"0.8\" fill=\"#f5a623\" r=\"2\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"6\" x2=\"12\" y1=\"2\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"22\" x2=\"12\" y1=\"18\" x1=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"12\" x2=\"6\" y1=\"12\" x1=\"2\"\u003e\u003c\/line\u003e\n                        \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"12\" x2=\"22\" y1=\"12\" x1=\"18\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv class=\"hkm-feature-row-content\"\u003e\n\u003cdiv class=\"hkm-feature-row-title\"\u003eComprehensive LED Lighting System\u003c\/div\u003e\n\u003cdiv class=\"hkm-feature-row-desc\"\u003eBright LED headlight, wraparound strip lighting, and automatic brake light ensure 360° visibility for safer riding in all lighting conditions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: PORTABILITY ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" d=\"M4 8l4-4 4 4\"\u003e\u003c\/path\u003e\n                    \u003cpath stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#2563eb\" d=\"M8 4v8\"\u003e\u003c\/path\u003e\n                    \u003crect fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" rx=\"2\" height=\"9\" width=\"18\" y=\"12\" x=\"3\"\u003e\u003c\/rect\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#2563eb\" y2=\"16\" x2=\"16\" y1=\"16\" x1=\"8\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e Smart Portability \u0026amp; Quick-Folding Design\u003c\/h2\u003e\n\u003cp class=\"hkm-text\"\u003eDesigned for the realities of modern multimodal transportation, the HKM-S6M Pro incorporates an \u003cstrong\u003eintuitive quick-folding mechanism\u003c\/strong\u003e that transforms the scooter from a full-sized riding machine into a compact, easily storable package in seconds. The folding system uses a robust, precision-machined locking hinge that ensures absolute rigidity when deployed and secure latching when folded. No tools are required — simply release the lever, fold the stem down to the deck, and lock it into the folded position.\u003c\/p\u003e\n\u003cp class=\"hkm-text\"\u003eWhen folded, the scooter measures \u003cstrong\u003e47.6\" L × 12.2\" W × 29.9\" H (120.9 × 31.0 × 75.9 cm)\u003c\/strong\u003e, making it compatible with standard car trunks, office storage areas, public transit overhead racks, and under-desk spaces. At a \u003cstrong\u003enet weight of 64.7 lbs (29.3 kg)\u003c\/strong\u003e, the HKM-S6M Pro is manageable for short carries, such as navigating a flight of stairs or lifting into a vehicle. The folded package is engineered to stand independently, preventing it from tipping over when placed on flat surfaces.\u003c\/p\u003e\n\u003cdiv class=\"hkm-card-grid\"\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e64.7 lbs\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eNet Weight\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003e~29.3 kg manageable carry\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003e47.6×12.2×29.9 in\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eFolded Dimensions\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003eCompact storage footprint\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: SMART CONNECTIVITY ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003crect fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" rx=\"3\" height=\"13\" width=\"18\" y=\"3\" x=\"3\"\u003e\u003c\/rect\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" y2=\"19\" x2=\"16\" y1=\"19\" x1=\"8\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" y2=\"19\" x2=\"12\" y1=\"16\" x1=\"12\"\u003e\u003c\/line\u003e\n                    \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#2563eb\" d=\"M9 7l2 2 4-4\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e Connected Riding Experience\u003c\/h2\u003e\n\u003cp class=\"hkm-text\"\u003eThe HKM-S6M Pro embraces the connected era with \u003cstrong\u003eBluetooth-enabled smartphone integration\u003c\/strong\u003e via a dedicated mobile application. This seamless wireless connection unlocks a suite of intelligent features that elevate the riding experience beyond simple point-A-to-point-B transportation. From the app dashboard, riders can monitor \u003cstrong\u003ereal-time ride data\u003c\/strong\u003e including current speed, remaining battery capacity, estimated remaining range, trip distance, and odometer readings — all presented in an intuitive, easy-to-read interface.\u003c\/p\u003e\n\u003cp class=\"hkm-text\"\u003eBeyond data tracking, the app provides \u003cstrong\u003efull speed mode control\u003c\/strong\u003e, allowing riders to switch between the three available speed configurations directly from their smartphone without needing to access physical controls on the scooter. \u003cstrong\u003eFirmware updates\u003c\/strong\u003e are delivered over-the-air, ensuring the scooter's electronic systems remain optimized with the latest performance refinements and feature enhancements. Additionally, the \u003cstrong\u003ecustomizable LED strip lighting\u003c\/strong\u003e can be adjusted for color, brightness, and animation patterns through the app, letting riders personalize their scooter's aesthetic presence.\u003c\/p\u003e\n\u003cp class=\"hkm-text\"\u003eThe onboard \u003cstrong\u003eLED dashboard\u003c\/strong\u003e provides essential ride information at a glance, including speed, battery level, and selected riding mode. This dual-display approach — combining the handlebar-mounted dashboard with the smartphone app — ensures that critical data is always accessible, whether or not your phone is mounted.\u003c\/p\u003e\n\u003cdiv class=\"hkm-card-grid-3\"\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003eBluetooth\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eApp Connectivity\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003eWireless smartphone pairing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003eOTA\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eFirmware Updates\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003eOver-the-air enhancements\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-card\"\u003e\n\u003cdiv class=\"hkm-card-value\"\u003eLED\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-label\"\u003eCustomizable Lighting\u003c\/div\u003e\n\u003cdiv class=\"hkm-card-sub\"\u003eApp-controlled colors \u0026amp; patterns\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: WATER RESISTANCE ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003cpath fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" d=\"M12 3c-3 3-6 6-6 10a6 6 0 0012 0c0-4-3-7-6-10z\"\u003e\u003c\/path\u003e\n                    \u003cpath opacity=\"0.6\" fill=\"#2563eb\" d=\"M12 13a2.5 2.5 0 100-5 2.5 2.5 0 000 5z\"\u003e\u003c\/path\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"19\" x2=\"12\" y1=\"17\" x1=\"12\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"18.5\" x2=\"9\" y1=\"17\" x1=\"9\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#1d1d1f\" y2=\"18.5\" x2=\"15\" y1=\"17\" x1=\"15\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e All-Weather Resilience — IPX5 Rated\u003c\/h2\u003e\n\u003cp class=\"hkm-text\"\u003eUnpredictable weather should never derail your plans. The HKM-S6M Pro carries an \u003cstrong\u003eIPX5 water-resistant rating\u003c\/strong\u003e, a certification that signifies robust protection against water jets projected from any direction. In practical terms, this means the scooter's critical electronic components — including the motor controller, battery housing, and display unit — are effectively sealed against rain, splashes from wet roads, and incidental water exposure encountered during everyday riding.\u003c\/p\u003e\n\u003cp class=\"hkm-text\"\u003eWhile the IPX5 rating provides substantial peace of mind for riding in damp conditions, it is important to note that this certification applies to water resistance rather than full waterproofing. The scooter is designed to withstand rain showers, light spray, and wet pavement, but it should not be submerged in water, ridden through deep standing water, or exposed to high-pressure washing equipment. Treating the scooter with reasonable care in wet conditions will ensure its electronic systems remain protected and fully functional for years of reliable service.\u003c\/p\u003e\n\u003cdiv class=\"hkm-badge hkm-badge-accent\"\u003eIPX5 Water-Resistant Rated\u003c\/div\u003e\n\u003cspan class=\"hkm-badge\"\u003eRain \u0026amp; Splash Protection\u003c\/span\u003e \u003cspan class=\"hkm-badge\"\u003eSealed Electronics\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: FULL SPECIFICATIONS ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003crect fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" rx=\"2.5\" height=\"20\" width=\"18\" y=\"2\" x=\"3\"\u003e\u003c\/rect\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#2563eb\" y2=\"7\" x2=\"16\" y1=\"7\" x1=\"8\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#2563eb\" y2=\"11\" x2=\"14\" y1=\"11\" x1=\"8\"\u003e\u003c\/line\u003e\n                    \u003cline stroke-linecap=\"round\" stroke-width=\"1.3\" stroke=\"#2563eb\" y2=\"15\" x2=\"15\" y1=\"15\" x1=\"8\"\u003e\u003c\/line\u003e\n                \u003c\/svg\u003e Detailed Technical Specifications\u003c\/h2\u003e\n\u003cdiv class=\"hkm-spec-table-wrap\"\u003e\n\u003ctable class=\"hkm-spec-table\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eModel\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eHKM-S6M Pro\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMotor\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003e48V 1200W\u003c\/span\u003e Single Motor — 35 N·m Torque\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eBattery\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003e48V 20.8Ah\u003c\/span\u003e \/ 998Wh Lithium-ion\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMax Speed\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eConfigurable: \u003cspan class=\"spec-highlight\"\u003e15.5 mph\u003c\/span\u003e \/ \u003cspan class=\"spec-highlight\"\u003e25 mph\u003c\/span\u003e \/ \u003cspan class=\"spec-highlight\"\u003e34 mph\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"font-size: 12px; color: #6e6e73;\"\u003e(24.9 \/ 40.2 \/ 54.7 km\/h — subject to local regulations)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMax Range\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003eUp to 37 miles\u003c\/span\u003e (~59.5 km)*\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eMax Load\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003e330 lbs\u003c\/span\u003e (~150 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eCharging Time\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003e7–8 hours\u003c\/span\u003e (standard AC charge)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eBrakes\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eFront \u0026amp; Rear Disc Brakes\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eTires\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003e11-Inch\u003c\/span\u003e Off-road Tires (~27.9 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eSuspension\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eFront \u0026amp; Rear Dual Shock Absorbers\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eWater Resistance\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003eIPX5\u003c\/span\u003e Rated\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eUnfolded Size\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003e46.5\" L × 25.2\" W × 51.2\" H\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"font-size: 12px; color: #6e6e73;\"\u003e(118.1 × 64.0 × 130.0 cm)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eFolded Size\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003e47.6\" L × 12.2\" W × 29.9\" H\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"font-size: 12px; color: #6e6e73;\"\u003e(120.9 × 31.0 × 75.9 cm)\u003c\/span\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eNet Weight\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003e64.7 lbs\u003c\/span\u003e (~29.3 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eShipping Weight\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e74.8 lbs (~33.9 kg)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eGround Clearance\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003e7.1 inches\u003c\/span\u003e (~18.0 cm)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eClimbing Ability\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003e\n\u003cspan class=\"spec-highlight\"\u003eUp to 23°\u003c\/span\u003e grade\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eSmart Features\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eMobile App Control (Bluetooth), LED Dashboard, Decorative LED Strip Light\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"spec-label\"\u003eIdeal For\u003c\/td\u003e\n\u003ctd class=\"spec-value\"\u003eCommuters, college students, urban explorers, and adults seeking powerful, reliable daily transportation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 12px;\" class=\"hkm-text-sm\"\u003e*Range varies based on rider weight, terrain type, riding speed, ambient temperature, tire pressure, and wind conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: FAQ ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003ccircle fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                    \u003cpath stroke-linecap=\"round\" stroke-width=\"1.5\" stroke=\"#2563eb\" d=\"M10.5 9.5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5c0 .6-.4 1.1-.9 1.3l-.6.3v1.4\"\u003e\u003c\/path\u003e\n                    \u003ccircle fill=\"#2563eb\" r=\"1\" cy=\"17\" cx=\"12\"\u003e\u003c\/circle\u003e\n                \u003c\/svg\u003e Frequently Asked Questions\u003c\/h2\u003e\n\u003cdetails class=\"hkm-faq-item\"\u003e\n\u003csummary class=\"hkm-faq-summary\"\u003eWhat is the actual real-world range I can expect from the HKM-S6M Pro? \u003cspan class=\"hkm-faq-arrow\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\n                            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#1d1d1f\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"hkm-faq-content\"\u003e\n\u003cp\u003eThe maximum range of up to 37 miles (59.5 km) is achievable under optimal conditions: a 165 lb (75 kg) rider traveling at approximately 15.5 mph (25 km\/h) on flat, paved terrain at 77°F (25°C). In real-world mixed riding — which may include moderate hills, stop-and-go traffic, higher speeds, and varying rider weights — most users can expect a practical range between 25 and 33 miles (40–53 km) on a single charge. Heavier riders, aggressive acceleration, steep terrain, and cold weather will further reduce the achievable range. The 998Wh battery capacity is among the largest in its class, providing confidence for extended commutes and recreational rides alike.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hkm-faq-item\"\u003e\n\u003csummary class=\"hkm-faq-summary\"\u003eHow does the IPX5 water resistance rating translate to real-world use? \u003cspan class=\"hkm-faq-arrow\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\n                            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#1d1d1f\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"hkm-faq-content\"\u003e\n\u003cp\u003eIPX5 certification means the scooter has been tested to withstand water jets projected from any direction at a specified pressure and volume. In everyday terms, the HKM-S6M Pro is well-protected against rain showers, light to moderate rainfall, road spray from wet pavement, and incidental splashes. You can confidently ride through damp conditions without concern for electrical damage. However, the scooter is not designed for submersion in water (such as riding through deep puddles that cover the deck), pressure washing, or extended exposure to heavy downpours. Using common-sense precautions — avoiding deep standing water and storing the scooter in a dry location when not in use — will preserve the integrity of all electronic components.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hkm-faq-item\"\u003e\n\u003csummary class=\"hkm-faq-summary\"\u003eCan the top speed be adjusted to comply with local e-scooter laws? \u003cspan class=\"hkm-faq-arrow\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\n                            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#1d1d1f\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"hkm-faq-content\"\u003e\n\u003cp\u003eYes. The HKM-S6M Pro features three configurable speed modes that can be selected through the onboard LED dashboard or the companion mobile app. The available speed tiers are approximately 15.5 mph (24.9 km\/h), 25 mph (40.2 km\/h), and 34 mph (54.7 km\/h). This flexibility allows riders to adhere to local regulations, many of which limit electric scooters to speeds of 15–20 mph on public roads and bike lanes. We strongly recommend researching and complying with all applicable laws, speed restrictions, helmet requirements, and permitted riding areas in your specific jurisdiction before operating the scooter at any speed setting.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hkm-faq-item\"\u003e\n\u003csummary class=\"hkm-faq-summary\"\u003eHow does the folding mechanism work, and is it secure during rides? \u003cspan class=\"hkm-faq-arrow\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\n                            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#1d1d1f\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"hkm-faq-content\"\u003e\n\u003cp\u003eThe quick-folding mechanism uses a precision-machined locking hinge located at the base of the stem. When deployed for riding, the hinge locks firmly into place with an audible click, creating a rigid connection that eliminates wobble or play. The locking pin is spring-loaded and requires deliberate manual release to fold, preventing accidental disengagement during use. To fold the scooter, simply press the release lever, pivot the stem downward until it latches onto the deck-mounted catch, and the scooter is ready for storage or transport. The entire process takes approximately 3–5 seconds and requires no tools. When locked in either the riding or folded position, the mechanism maintains a secure hold that has been tested to withstand thousands of cycles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hkm-faq-item\"\u003e\n\u003csummary class=\"hkm-faq-summary\"\u003eWhat type of maintenance does the HKM-S6M Pro require? \u003cspan class=\"hkm-faq-arrow\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\n                            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#1d1d1f\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"hkm-faq-content\"\u003e\n\u003cp\u003eRoutine maintenance for the HKM-S6M Pro is minimal and straightforward. Key maintenance tasks include: periodically checking and tightening all visible bolts and fasteners (especially after the first few rides), maintaining proper tire pressure for optimal range and handling, inspecting brake pads for wear and adjusting cable tension as needed, cleaning the scooter with a damp cloth to remove dirt and debris, and storing the battery at a partial charge (40–60%) if the scooter will not be used for extended periods. The disc brakes are self-adjusting to a degree, but occasional manual caliper alignment may be beneficial. The brushless motor is sealed and requires no internal maintenance. We recommend a thorough inspection every 300–500 miles (480–800 km) of riding or every 3–6 months, whichever comes first.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003cdetails class=\"hkm-faq-item\"\u003e\n\u003csummary class=\"hkm-faq-summary\"\u003eIs the HKM-S6M Pro suitable for off-road use? \u003cspan class=\"hkm-faq-arrow\"\u003e \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"16\" width=\"16\"\u003e\n                            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#1d1d1f\" d=\"M6 9l6 6 6-6\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e \u003c\/span\u003e\u003c\/summary\u003e\n\u003cdiv class=\"hkm-faq-content\"\u003e\n\u003cp\u003eThe HKM-S6M Pro is equipped with 11-inch off-road tires, dual suspension, and 7.1 inches of ground clearance, making it capable of handling light to moderate off-road terrain including packed dirt trails, gravel paths, grassy fields, and uneven surfaces. The 35 N·m torque output and 23° climbing capability further enhance its versatility on unpaved routes. However, this scooter is not a dedicated off-road vehicle and should not be used on extreme terrain such as deep sand, loose rock gardens, muddy single-track, or technical mountain bike trails. For mixed-use riders who split their time between paved roads and well-maintained unpaved paths, the HKM-S6M Pro offers an excellent balance of capability and comfort.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/details\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: POLICY ==================== --\u003e\n\u003cdiv class=\"hkm-section\"\u003e\n\u003ch2 class=\"hkm-section-heading\"\u003e\n\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\"\u003e\n                    \u003cpath fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" d=\"M12 2l8 4v5c0 5-3.5 9.5-8 11-4.5-1.5-8-6-8-11V6l8-4z\"\u003e\u003c\/path\u003e\n                    \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#2563eb\" d=\"M9 12l2 2 4-4\"\u003e\u003c\/path\u003e\n                \u003c\/svg\u003e Purchase Protection \u0026amp; Assurance\u003c\/h2\u003e\n\u003cp style=\"margin-bottom: 14px;\" class=\"hkm-text\"\u003eEvery HKM-S6M Pro purchase is backed by a comprehensive suite of customer-first policies, designed to provide complete peace of mind from the moment you place your order through years of ownership.\u003c\/p\u003e\n\u003cdiv class=\"hkm-policy-grid\"\u003e\n\u003cdiv class=\"hkm-policy-card\"\u003e\n\u003cdiv class=\"hkm-policy-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\n                            \u003crect fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" rx=\"2.5\" height=\"16\" width=\"18\" y=\"4\" x=\"3\"\u003e\u003c\/rect\u003e\n                            \u003cline stroke-width=\"1.4\" stroke=\"#2563eb\" y2=\"9\" x2=\"21\" y1=\"9\" x1=\"3\"\u003e\u003c\/line\u003e\n                            \u003ccircle opacity=\"0.7\" fill=\"#2563eb\" r=\"1.8\" cy=\"14\" cx=\"7\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hkm-policy-title\"\u003eFree Shipping on All Orders\u003c\/div\u003e\n\u003cdiv class=\"hkm-policy-desc\"\u003eComplimentary standard shipping on every HKM-S6M Pro order, with no minimum purchase required. Delivered directly to your doorstep.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-policy-card\"\u003e\n\u003cdiv class=\"hkm-policy-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\n                            \u003cpath fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" d=\"M12 2l8 4v5c0 5-3.5 9.5-8 11-4.5-1.5-8-6-8-11V6l8-4z\"\u003e\u003c\/path\u003e\n                            \u003ccircle opacity=\"0.6\" fill=\"#2563eb\" r=\"3\" cy=\"13\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hkm-policy-title\"\u003e180 Days Purchase Protection\u003c\/div\u003e\n\u003cdiv class=\"hkm-policy-desc\"\u003eExtended six-month protection covers manufacturing defects and material flaws, ensuring your scooter performs as intended from the very first ride.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-policy-card\"\u003e\n\u003cdiv class=\"hkm-policy-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\n                            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.8\" stroke=\"#1d1d1f\" d=\"M9 11l3 3 6-6\"\u003e\u003c\/path\u003e\n                            \u003ccircle fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hkm-policy-title\"\u003e30 Days Money-Back Guarantee\u003c\/div\u003e\n\u003cdiv class=\"hkm-policy-desc\"\u003eIf you're not completely satisfied with your HKM-S6M Pro, return it within 30 days of delivery for a full refund — no questions asked.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hkm-policy-card\"\u003e\n\u003cdiv class=\"hkm-policy-icon\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"20\" width=\"20\"\u003e\n                            \u003ccircle fill=\"none\" stroke-width=\"1.5\" stroke=\"#1d1d1f\" r=\"10\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                            \u003cpath stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"1.6\" stroke=\"#2563eb\" d=\"M12 7v6l3 2\"\u003e\u003c\/path\u003e\n                            \u003ccircle fill=\"#1d1d1f\" r=\"1.2\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"hkm-policy-title\"\u003e24 Months Warranty Service\u003c\/div\u003e\n\u003cdiv class=\"hkm-policy-desc\"\u003eComprehensive two-year warranty coverage on the motor, battery, controller, and frame, backed by a responsive support team ready to assist.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ==================== SECTION: CLOSING NOTE ==================== --\u003e\n\u003cdiv style=\"border-bottom: none; padding-bottom: 10px;\" class=\"hkm-section\"\u003e\n\u003cp style=\"color: #86868b; font-size: 12px; text-align: left;\" class=\"hkm-text-sm\"\u003e\u003cem\u003eAlways check and adhere to local laws and regulations regarding electric scooter use, including speed limits, helmet requirements, and permitted riding areas. Specifications are subject to change without notice. Product images and colors may vary slightly from actual appearance. The HKM-S6M Pro is intended for adult riders aged 18 and above. Protective gear, including a certified helmet, is strongly recommended for every ride.\u003c\/em\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Electric Scooters \u003e\u003e","offers":[{"title":"- 37.2+ Miles \/ - 1200W \/ - 20.8Ah\/48V\/998Wh","offer_id":43279954346067,"sku":"868053898742","price":799.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/7797355577427-1-HKM-S6M-Pro-37_2-Miles-48V-20_8Ah-998Wh-1200W-Single-Motor-Drive-Long-Range-Foldable-Electric-Scooter-Black.jpg?v=1768115917"},{"product_id":"hkm-s6m-34-9-miles-48v-18-2ah-873wh-1200w-single-motor-drive-long-range-foldable-electric-scooter-black-3","title":"HKM-S6M 34.9 Miles 48V 18.2Ah 873Wh 1200W Single-Motor Drive Long-Range Foldable Electric Scooter - Black","description":"\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eHKM-S6M Electric Scooter | Performance Redefined\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base \u0026 Reset - Scoped to product description container *\/\n        .product-description * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        .product-description {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;\n            line-height: 1.6;\n            color: #1e293b;\n            background: #ffffff;\n            max-width: 820px;\n            margin: 0 auto;\n            padding: 0 16px;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        \/* Responsive container padding *\/\n        @media screen and (max-width: 768px) {\n            .product-description {\n                padding: 0 12px;\n                max-width: 100%;\n            }\n        }\n        \n        \/* Typography Scale - Desktop *\/\n        .product-description h1 { font-size: 28px; font-weight: 600; letter-spacing: -0.5px; color: #0f172a; }\n        .product-description h2 { font-size: 22px; font-weight: 600; letter-spacing: -0.3px; color: #1e293b; }\n        .product-description h3 { font-size: 18px; font-weight: 600; letter-spacing: -0.2px; color: #334155; }\n        .product-description h4 { font-size: 16px; font-weight: 600; color: #475569; }\n        .product-description p { font-size: 14px; font-weight: 400; color: #475569; }\n        .product-description .text-caption { font-size: 13px; font-weight: 400; color: #64748b; }\n        .product-description .text-label { font-size: 13px; font-weight: 500; color: #475569; text-transform: uppercase; letter-spacing: 0.5px; }\n        .product-description .stat-value { font-size: 32px; font-weight: 700; color: #0f172a; letter-spacing: -0.5px; }\n        .product-description .stat-unit { font-size: 14px; font-weight: 500; color: #64748b; }\n        \n        @media screen and (max-width: 768px) {\n            .product-description h1 { font-size: 24px; }\n            .product-description h2 { font-size: 20px; }\n            .product-description h3 { font-size: 17px; }\n            .product-description h4 { font-size: 15px; }\n            .product-description p { font-size: 13px; }\n            .product-description .text-caption { font-size: 12px; }\n            .product-description .text-label { font-size: 12px; }\n            .product-description .stat-value { font-size: 28px; }\n            .product-description .stat-unit { font-size: 13px; }\n        }\n        \n        \/* Cards \u0026 Containers *\/\n        .product-description .card {\n            background: #ffffff;\n            border: 1px solid #e2e8f0;\n            border-radius: 16px;\n            padding: 28px 24px;\n            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1.2);\n            box-shadow: 0 1px 3px rgba(0,0,0,0.04);\n        }\n        .product-description .card:hover {\n            border-color: #cbd5e1;\n            box-shadow: 0 10px 25px -5px rgba(0,0,0,0.08), 0 8px 10px -6px rgba(0,0,0,0.05);\n            transform: translateY(-2px);\n        }\n        .product-description .card-icon {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            width: 44px;\n            height: 44px;\n            border-radius: 12px;\n            background: #f1f5f9;\n            margin-bottom: 16px;\n            transition: background 0.3s ease, transform 0.3s ease;\n        }\n        .product-description .card:hover .card-icon {\n            background: #e0e7ff;\n            transform: scale(1.05);\n        }\n        .product-description .card-icon svg {\n            width: 24px;\n            height: 24px;\n            transition: transform 0.3s ease;\n        }\n        .product-description .card:hover .card-icon svg {\n            transform: rotate(5deg) scale(1.1);\n        }\n        \n        \/* Grid Layouts *\/\n        .product-description .grid-2col {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n            margin: 28px 0;\n        }\n        .product-description .grid-3col {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 16px;\n            margin: 28px 0;\n        }\n        .product-description .grid-4col {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 14px;\n            margin: 28px 0;\n        }\n        @media screen and (max-width: 768px) {\n            .product-description .grid-2col,\n            .product-description .grid-3col,\n            .product-description .grid-4col {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 12px;\n                margin: 20px 0;\n            }\n        }\n        @media screen and (max-width: 480px) {\n            .product-description .grid-3col,\n            .product-description .grid-4col {\n                grid-template-columns: 1fr 1fr;\n            }\n            .product-description .grid-2col {\n                grid-template-columns: 1fr;\n                gap: 12px;\n            }\n        }\n        \n        \/* Stat Highlights *\/\n        .product-description .stat-row {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: space-between;\n            gap: 20px;\n            margin: 24px 0;\n        }\n        .product-description .stat-item {\n            flex: 1;\n            min-width: 120px;\n            text-align: center;\n            padding: 16px 8px;\n            border-right: 1px solid #e2e8f0;\n            transition: transform 0.3s ease;\n        }\n        .product-description .stat-item:last-child { border-right: none; }\n        .product-description .stat-item:hover { transform: translateY(-4px); }\n        @media screen and (max-width: 480px) {\n            .product-description .stat-row { gap: 10px; }\n            .product-description .stat-item { flex: 1 1 40%; min-width: 100px; border-right: none; border-bottom: 1px solid #e2e8f0; }\n            .product-description .stat-item:nth-child(odd) { border-right: 1px solid #e2e8f0; }\n            .product-description .stat-item:nth-last-child(-n+2) { border-bottom: none; }\n        }\n        \n        \/* Specification Table - Card Based *\/\n        .product-description .spec-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 12px;\n            margin: 24px 0;\n        }\n        @media screen and (max-width: 640px) {\n            .product-description .spec-grid { grid-template-columns: 1fr; }\n        }\n        .product-description .spec-card {\n            display: flex;\n            align-items: center;\n            gap: 14px;\n            background: #f8fafc;\n            border-radius: 14px;\n            padding: 16px 18px;\n            border: 1px solid #f1f5f9;\n            transition: all 0.3s ease;\n        }\n        .product-description .spec-card:hover {\n            background: #ffffff;\n            border-color: #cbd5e1;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.04);\n            transform: translateX(4px);\n        }\n        .product-description .spec-card .spec-icon {\n            flex-shrink: 0;\n            width: 40px;\n            height: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        .product-description .spec-card .spec-icon svg { width: 28px; height: 28px; }\n        .product-description .spec-card .spec-info { flex: 1; }\n        .product-description .spec-card .spec-label { font-size: 13px; font-weight: 500; color: #64748b; }\n        .product-description .spec-card .spec-value { font-size: 16px; font-weight: 600; color: #0f172a; }\n        @media screen and (max-width: 768px) {\n            .product-description .spec-card .spec-label { font-size: 12px; }\n            .product-description .spec-card .spec-value { font-size: 14px; }\n        }\n        \n        \/* Divider *\/\n        .product-description .divider {\n            border: none;\n            border-top: 1px solid #e2e8f0;\n            margin: 32px 0;\n        }\n        \n        \/* FAQ Accordion *\/\n        .product-description .faq-item {\n            border-bottom: 1px solid #e2e8f0;\n            padding: 0;\n        }\n        .product-description .faq-question {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 18px 4px;\n            cursor: pointer;\n            font-size: 15px;\n            font-weight: 600;\n            color: #1e293b;\n            list-style: none;\n            transition: color 0.3s ease;\n        }\n        .product-description .faq-question:hover { color: #2563eb; }\n        .product-description .faq-question::-webkit-details-marker { display: none; }\n        .product-description .faq-question .faq-icon {\n            transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1.2);\n            width: 20px;\n            height: 20px;\n            flex-shrink: 0;\n            color: #64748b;\n        }\n        .product-description details[open] .faq-icon { transform: rotate(180deg); color: #2563eb; }\n        .product-description .faq-answer {\n            padding: 0 4px 20px 4px;\n            font-size: 14px;\n            color: #475569;\n            line-height: 1.7;\n        }\n        @media screen and (max-width: 768px) {\n            .product-description .faq-question { font-size: 14px; padding: 16px 2px; }\n            .product-description .faq-answer { font-size: 13px; }\n        }\n        \n        \/* Policy Section *\/\n        .product-description .policy-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 16px;\n            margin: 28px 0;\n        }\n        @media screen and (max-width: 640px) {\n            .product-description .policy-grid { grid-template-columns: 1fr; }\n        }\n        .product-description .policy-card {\n            background: #f8fafc;\n            border-radius: 14px;\n            padding: 20px 20px;\n            border: 1px solid #e2e8f0;\n            display: flex;\n            align-items: flex-start;\n            gap: 14px;\n            transition: all 0.3s ease;\n        }\n        .product-description .policy-card:hover {\n            background: #ffffff;\n            border-color: #2563eb;\n            box-shadow: 0 6px 18px rgba(37,99,235,0.08);\n            transform: translateY(-2px);\n        }\n        .product-description .policy-card .policy-icon { flex-shrink: 0; width: 36px; height: 36px; color: #2563eb; }\n        .product-description .policy-card .policy-text h4 { font-size: 15px; font-weight: 600; color: #0f172a; margin-bottom: 4px; }\n        .product-description .policy-card .policy-text p { font-size: 13px; color: #64748b; }\n        @media screen and (max-width: 768px) {\n            .product-description .policy-card .policy-text h4 { font-size: 14px; }\n            .product-description .policy-card .policy-text p { font-size: 12px; }\n        }\n        \n        \/* Animations *\/\n        @keyframes fadeInUp {\n            from { opacity: 0; transform: translateY(20px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n        .product-description .animate-in {\n            animation: fadeInUp 0.6s ease forwards;\n            opacity: 0;\n        }\n        .product-description .delay-1 { animation-delay: 0.1s; }\n        .product-description .delay-2 { animation-delay: 0.2s; }\n        .product-description .delay-3 { animation-delay: 0.3s; }\n        .product-description .delay-4 { animation-delay: 0.4s; }\n        \n        \/* Pulse for hot items *\/\n        @keyframes subtlePulse {\n            0%, 100% { opacity: 1; }\n            50% { opacity: 0.75; }\n        }\n        .product-description .pulse-subtle {\n            animation: subtlePulse 3s ease-in-out infinite;\n        }\n        \n        \/* Scroll reveal fallback *\/\n        @media (prefers-reduced-motion: no-preference) {\n            .product-description .reveal-on-scroll {\n                opacity: 0;\n                transform: translateY(20px);\n                transition: opacity 0.6s ease, transform 0.6s ease;\n            }\n        }\n        \n        \/* Color accents *\/\n        .product-description .text-accent { color: #2563eb; }\n        .product-description .bg-accent-light { background: #eff6ff; }\n        .product-description .border-accent { border-color: #2563eb; }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"product-description\"\u003e\n\n        \u003c!-- Hero \/ Intro --\u003e\n        \u003cdiv style=\"text-align: center; padding: 24px 0 12px 0;\"\u003e\n            \u003ch1 style=\"font-size: 32px; font-weight: 700; color: #0f172a; letter-spacing: -0.6px; margin-bottom: 8px;\"\u003eHKM-S6M Electric Scooter\u003c\/h1\u003e\n            \u003cp style=\"font-size: 16px; font-weight: 500; color: #2563eb; text-transform: uppercase; letter-spacing: 1.2px;\"\u003eEngineered for Power. Designed for Range.\u003c\/p\u003e\n            \u003cp style=\"font-size: 15px; color: #475569; margin-top: 12px; max-width: 680px; margin-left: auto; margin-right: auto;\"\u003eConquer your commute and beyond with the HKM-S6M — a high-performance electric scooter built for riders who demand more. Featuring a robust 1200W motor, extended 34.8-mile range, and advanced dual suspension, it delivers an exhilarating ride across urban streets and light off-road terrain alike.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003chr class=\"divider\"\u003e\n\n        \u003c!-- Key Stats Row --\u003e\n        \u003cdiv class=\"stat-row animate-in delay-1\"\u003e\n            \u003cdiv class=\"stat-item\"\u003e\n                \u003cdiv class=\"stat-value\"\u003e1200\u003cspan style=\"font-size:20px;\"\u003eW\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"stat-unit\"\u003ePeak Motor Power\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"stat-item\"\u003e\n                \u003cdiv class=\"stat-value\"\u003e34.8\u003cspan style=\"font-size:20px;\"\u003e mi\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"stat-unit\"\u003eMax Range \u003cspan style=\"font-size:11px; color:#94a3b8;\"\u003e(56 km)\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"stat-item\"\u003e\n                \u003cdiv class=\"stat-value\"\u003e34\u003cspan style=\"font-size:20px;\"\u003e mph\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"stat-unit\"\u003eTop Speed \u003cspan style=\"font-size:11px; color:#94a3b8;\"\u003e(55 km\/h)\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"stat-item\"\u003e\n                \u003cdiv class=\"stat-value\"\u003e330\u003cspan style=\"font-size:20px;\"\u003e lbs\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"stat-unit\"\u003eMax Load \u003cspan style=\"font-size:11px; color:#94a3b8;\"\u003e(150 kg)\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003chr class=\"divider\"\u003e\n\n        \u003c!-- Performance Section --\u003e\n        \u003cdiv style=\"margin: 32px 0;\"\u003e\n            \u003ch2 style=\"margin-bottom: 6px;\"\u003e\u003cspan style=\"display: inline-flex; align-items: center; gap: 8px;\"\u003e\u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003eUnleash Electrifying Performance\u003c\/span\u003e\u003c\/h2\u003e\n            \u003cp style=\"margin-bottom: 20px;\"\u003eThe HKM-S6M is propelled by a high-torque 1200W brushless hub motor, delivering instant acceleration and a remarkable 35 N·m of torque. Whether you're launching from a standstill at a traffic light or charging up a steep urban incline, the power delivery remains smooth, responsive, and thoroughly exhilarating.\u003c\/p\u003e\n\n            \u003cdiv class=\"grid-2col\"\u003e\n                \u003cdiv class=\"card animate-in delay-1\"\u003e\n                    \u003cdiv class=\"card-icon\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1e293b\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M17 10.5c.9 0 1.7.3 2.4.9A3 3 0 0 1 20 16l-6 3-6-3a3 3 0 0 1 .6-4.6A3 3 0 0 1 11 10.5\"\u003e\u003c\/path\u003e\n                            \u003cline x1=\"10\" y1=\"21\" x2=\"10\" y2=\"17\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"2\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M12 3v2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch4 style=\"margin-bottom: 6px;\"\u003e23° Hill Climbing Dominance\u003c\/h4\u003e\n                    \u003cp style=\"font-size: 13px; color: #475569;\"\u003eWith 35N·m of torque, tackle gradients up to 23° with confidence. No more dismounting on steep city hills — the S6M powers through effortlessly, maintaining consistent speed even on challenging ascents.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card animate-in delay-2\"\u003e\n                    \u003cdiv class=\"card-icon\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1e293b\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch4 style=\"margin-bottom: 6px;\"\u003eTriple Speed Mode Control\u003c\/h4\u003e\n                    \u003cp style=\"font-size: 13px; color: #475569;\"\u003eAdapt to any environment with three adjustable speed tiers: Eco (15.5 mph \/ 25 km\/h), Standard (25 mph \/ 40 km\/h), and Sport (34 mph \/ 55 km\/h). Seamlessly switch via the intuitive dashboard or companion mobile app.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Battery \u0026 Range Section --\u003e\n        \u003cdiv style=\"margin: 36px 0;\"\u003e\n            \u003ch2 style=\"margin-bottom: 6px;\"\u003e\u003cspan style=\"display: inline-flex; align-items: center; gap: 8px;\"\u003e\u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003crect x=\"1\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"23\" y1=\"10\" x2=\"23\" y2=\"14\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003eExceptional Range. Intelligent Power Management.\u003c\/span\u003e\u003c\/h2\u003e\n            \u003cp style=\"margin-bottom: 20px;\"\u003eAt the heart of the HKM-S6M lies a high-density 48V 18.2Ah lithium-ion battery pack, storing an impressive 873 watt-hours of energy. This substantial capacity translates directly into real-world freedom — ride up to 34.8 miles (56 kilometers) on a single charge under optimal conditions. The advanced Battery Management System (BMS) continuously monitors cell health, temperature, and charge cycles, ensuring longevity, safety, and consistent performance over hundreds of charge cycles.\u003c\/p\u003e\n\n            \u003cdiv class=\"grid-3col\"\u003e\n                \u003cdiv class=\"card animate-in delay-1\" style=\"text-align: center;\"\u003e\n                    \u003cdiv class=\"card-icon\" style=\"margin: 0 auto 12px auto;\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1e293b\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M12 2v4\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M12 18v4\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M4.93 4.93l2.83 2.83\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M16.24 16.24l2.83 2.83\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M2 12h4\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M18 12h4\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M4.93 19.07l2.83-2.83\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M16.24 7.76l2.83-2.83\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"stat-value\" style=\"font-size: 26px;\"\u003e34.8\u003cspan style=\"font-size: 16px;\"\u003e mi\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv class=\"stat-unit\"\u003eMaximum Range\u003c\/div\u003e\n                    \u003cp style=\"font-size: 12px; color: #94a3b8; margin-top: 4px;\"\u003e56 km (Optimal Conditions)\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card animate-in delay-2\" style=\"text-align: center;\"\u003e\n                    \u003cdiv class=\"card-icon\" style=\"margin: 0 auto 12px auto;\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1e293b\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpolygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\u003e\u003c\/polygon\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"stat-value\" style=\"font-size: 26px;\"\u003e873\u003cspan style=\"font-size: 16px;\"\u003e Wh\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv class=\"stat-unit\"\u003eBattery Capacity\u003c\/div\u003e\n                    \u003cp style=\"font-size: 12px; color: #94a3b8; margin-top: 4px;\"\u003e48V 18.2Ah Lithium-Ion\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card animate-in delay-3\" style=\"text-align: center;\"\u003e\n                    \u003cdiv class=\"card-icon\" style=\"margin: 0 auto 12px auto;\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1e293b\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"stat-value\" style=\"font-size: 26px;\"\u003e6-7\u003cspan style=\"font-size: 16px;\"\u003e hrs\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv class=\"stat-unit\"\u003eFull Recharge Time\u003c\/div\u003e\n                    \u003cp style=\"font-size: 12px; color: #94a3b8; margin-top: 4px;\"\u003eComplete 0-100% Cycle\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Ride Comfort \u0026 All-Terrain --\u003e\n        \u003cdiv style=\"margin: 36px 0;\"\u003e\n            \u003ch2 style=\"margin-bottom: 6px;\"\u003e\u003cspan style=\"display: inline-flex; align-items: center; gap: 8px;\"\u003e\u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003eSuperior Suspension \u0026amp; All-Terrain Confidence\u003c\/span\u003e\u003c\/h2\u003e\n            \u003cp style=\"margin-bottom: 20px;\"\u003eUrban commutes are rarely perfectly smooth. The HKM-S6M is engineered to absorb the imperfections of real-world roads — from potholes and expansion cracks to gravel paths and light trails. An independent dual suspension system works in harmony with oversized pneumatic tires to deliver a ride quality that stands apart from conventional commuter scooters.\u003c\/p\u003e\n\n            \u003cdiv class=\"grid-2col\"\u003e\n                \u003cdiv class=\"card animate-in delay-1\"\u003e\n                    \u003cdiv class=\"card-icon\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1e293b\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M4 12h16M4 6h16M4 18h16\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"8\" cy=\"6\" r=\"1.5\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"16\" cy=\"12\" r=\"1.5\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"8\" cy=\"18\" r=\"1.5\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch4 style=\"margin-bottom: 6px;\"\u003eIndependent Dual Shock Absorbers\u003c\/h4\u003e\n                    \u003cp style=\"font-size: 13px; color: #475569;\"\u003eFront and rear spring-loaded shock absorbers operate independently to dampen vibrations and impacts. This system significantly reduces rider fatigue on longer journeys and enhances stability when traversing uneven surfaces.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card animate-in delay-2\"\u003e\n                    \u003cdiv class=\"card-icon\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1e293b\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"6\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch4 style=\"margin-bottom: 6px;\"\u003e11\" Pneumatic Off-Road Tires\u003c\/h4\u003e\n                    \u003cp style=\"font-size: 13px; color: #475569;\"\u003eThe 11-inch air-filled tires (90\/65-6.5) feature an aggressive tread pattern that provides superior traction on pavement, packed dirt, and light gravel. Pneumatic construction naturally absorbs road chatter, contributing to the plush ride quality.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"grid-2col\" style=\"margin-top: 16px;\"\u003e\n                \u003cdiv class=\"card animate-in delay-3\"\u003e\n                    \u003cdiv class=\"card-icon\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1e293b\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"22\"\u003e\u003c\/line\u003e\n                            \u003cpolyline points=\"8 6 12 2 16 6\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch4 style=\"margin-bottom: 6px;\"\u003e6.7\" High Ground Clearance\u003c\/h4\u003e\n                    \u003cp style=\"font-size: 13px; color: #475569;\"\u003eWith 6.7 inches (17 cm) of ground clearance, the S6M safely clears curbs, speed bumps, and trail debris. This elevated stance prevents undercarriage scrapes and instills confidence when transitioning between surfaces.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card animate-in delay-4\"\u003e\n                    \u003cdiv class=\"card-icon\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1e293b\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"2\"\u003e\u003c\/rect\u003e\n                            \u003cpath d=\"M9 1v3M15 1v3M9 20v3M15 20v3\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch4 style=\"margin-bottom: 6px;\"\u003eIPX5 Water Resistance\u003c\/h4\u003e\n                    \u003cp style=\"font-size: 13px; color: #475569;\"\u003eEngineered to withstand water splashes from any direction, the IPX5 rating ensures reliable operation during unexpected light rain showers or when riding through damp streets. Electronics are sealed and protected.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Smart Connectivity --\u003e\n        \u003cdiv style=\"margin: 36px 0; background: #f8fafc; border-radius: 16px; padding: 28px 24px; border: 1px solid #e2e8f0;\"\u003e\n            \u003ch2 style=\"margin-bottom: 12px;\"\u003e\u003cspan style=\"display: inline-flex; align-items: center; gap: 8px;\"\u003e\u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003crect x=\"5\" y=\"2\" width=\"14\" height=\"20\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"12\" y1=\"18\" x2=\"12.01\" y2=\"18\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003eIntelligent Connectivity \u0026amp; App Control\u003c\/span\u003e\u003c\/h2\u003e\n            \u003cp style=\"margin-bottom: 16px;\"\u003eTake full command of your riding experience through the dedicated HKM companion mobile app. Customize performance parameters, monitor real-time battery status, and secure your scooter remotely — all from your smartphone.\u003c\/p\u003e\n            \u003cdiv class=\"grid-2col\"\u003e\n                \u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 8px 0;\"\u003e\n                    \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex-shrink: 0; margin-top: 2px;\"\u003e\n                        \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan style=\"font-size: 14px; color: #334155;\"\u003eAdjust speed modes and acceleration curves\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 8px 0;\"\u003e\n                    \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex-shrink: 0; margin-top: 2px;\"\u003e\n                        \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan style=\"font-size: 14px; color: #334155;\"\u003eEnable cruise control for effortless long rides\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 8px 0;\"\u003e\n                    \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex-shrink: 0; margin-top: 2px;\"\u003e\n                        \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan style=\"font-size: 14px; color: #334155;\"\u003eRemote lock function for anti-theft security\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 8px 0;\"\u003e\n                    \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex-shrink: 0; margin-top: 2px;\"\u003e\n                        \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan style=\"font-size: 14px; color: #334155;\"\u003eReal-time battery monitoring and trip logging\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Complete Specifications --\u003e\n        \u003cdiv style=\"margin: 36px 0;\"\u003e\n            \u003ch2 style=\"margin-bottom: 16px;\"\u003e\u003cspan style=\"display: inline-flex; align-items: center; gap: 8px;\"\u003e\u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                        \u003cline x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003eComplete Technical Specifications\u003c\/span\u003e\u003c\/h2\u003e\n            \u003cdiv class=\"spec-grid\"\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eMotor\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e48V 1200W Brushless Hub\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eTop Speed\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e34 mph \/ 55 km\/h\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003crect x=\"1\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\n                            \u003cline x1=\"23\" y1=\"10\" x2=\"23\" y2=\"14\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eBattery\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e48V 18.2Ah (873Wh)\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M12 2v4M12 18v4M4.93 4.93l2.83 2.83M16.24 16.24l2.83 2.83M2 12h4M18 12h4\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eMax Range\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e34.8 mi \/ 56 km\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eCharge Time\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e6–7 Hours\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"9\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eMax Load\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e330 lbs \/ 150 kg\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"6\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eTires\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e11\" Off-Road (90\/65-6.5)\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003ccircle cx=\"8\" cy=\"8\" r=\"2\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"16\" cy=\"16\" r=\"2\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M4 4l16 16\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eBrakes\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eFront \u0026amp; Rear Disc\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M4 12h16M4 6h16M4 18h16\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eSuspension\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eFront \u0026amp; Rear Dual Shock\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"22\"\u003e\u003c\/line\u003e\n                            \u003cpolyline points=\"8 6 12 2 16 6\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eGround Clearance\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e6.7\" \/ 17 cm\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"2\"\u003e\u003c\/rect\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eWater Resistance\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eIPX5 Rated\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpolyline points=\"16 18 22 12 16 6\"\u003e\u003c\/polyline\u003e\n                            \u003cpolyline points=\"8 6 2 12 8 18\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eFrame\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eFoldable Aluminum Alloy\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003crect x=\"5\" y=\"2\" width=\"14\" height=\"20\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eApp Control\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eSpeed, Cruise, Lock\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M12 2v4M12 18v4M4.93 4.93l2.83 2.83M16.24 16.24l2.83 2.83\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eLighting\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eLED Headlight \u0026amp; Strip\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eNet Weight\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e63.2 lbs \/ 28.65 kg\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\n                            \u003cline x1=\"3\" y1=\"9\" x2=\"21\" y2=\"9\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eUnfolded Size\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e46.5\"x25.2\"x51.2\" \/ 118x64x130 cm\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpolyline points=\"20 13 6 13 6 21\"\u003e\u003c\/polyline\u003e\n                            \u003cpolyline points=\"6 13 12 7 18 13\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eClimbing Angle\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e≤ 23°\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Safety \u0026 Compliance --\u003e\n        \u003cdiv style=\"margin: 36px 0; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 24px;\"\u003e\n            \u003ch3 style=\"margin-bottom: 10px;\"\u003e\u003cspan style=\"display: inline-flex; align-items: center; gap: 8px;\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003eImportant Safety \u0026amp; Compliance Information\u003c\/span\u003e\u003c\/h3\u003e\n            \u003cp style=\"font-size: 14px; color: #475569; margin-bottom: 10px;\"\u003eElectric scooter regulations vary by city, county, and state throughout the U.S. The HKM-S6M is designed with rider safety as a priority. Key safety certifications and recommendations include:\u003c\/p\u003e\n            \u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 16px; margin-top: 12px;\"\u003e\n                \u003cdiv style=\"flex: 1; min-width: 200px; display: flex; align-items: flex-start; gap: 10px;\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex-shrink: 0; margin-top: 3px;\"\u003e\n                        \u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\n                        \u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan style=\"font-size: 13px; color: #334155;\"\u003eAlways verify local laws, helmet requirements, and permissible riding zones before operation.\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"flex: 1; min-width: 200px; display: flex; align-items: flex-start; gap: 10px;\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex-shrink: 0; margin-top: 3px;\"\u003e\n                        \u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\n                        \u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan style=\"font-size: 13px; color: #334155;\"\u003eUL 2272 certification for electrical system safety is a recommended benchmark — verify product compliance for your region.\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"flex: 1; min-width: 200px; display: flex; align-items: flex-start; gap: 10px;\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex-shrink: 0; margin-top: 3px;\"\u003e\n                        \u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\n                        \u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan style=\"font-size: 13px; color: #334155;\"\u003ePerform a pre-ride inspection of tires, brakes, and lighting systems before every journey.\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- FAQ Section --\u003e\n        \u003cdiv style=\"margin: 36px 0;\"\u003e\n            \u003ch2 style=\"margin-bottom: 16px;\"\u003e\u003cspan style=\"display: inline-flex; align-items: center; gap: 8px;\"\u003e\u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"\u003e\u003c\/path\u003e\n                        \u003cline x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003eFrequently Asked Questions\u003c\/span\u003e\u003c\/h2\u003e\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary class=\"faq-question\"\u003eWhat is the real-world range I can expect? \u003csvg class=\"faq-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                        \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"faq-answer\"\u003eThe HKM-S6M delivers up to 34.8 miles (56 km) under optimal conditions — a 150 lb (68 kg) rider on flat terrain in Eco mode at 15.5 mph (25 km\/h). Real-world range varies based on rider weight, speed mode selection, terrain, wind conditions, and tire pressure. In Sport mode with frequent stops and hills, expect approximately 22-26 miles (35-42 km). The 873Wh battery capacity provides one of the largest energy reserves in its class.\u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary class=\"faq-question\"\u003eHow does the triple speed mode system work? \u003csvg class=\"faq-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                        \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"faq-answer\"\u003eThree distinct speed profiles are accessible via the handlebar dashboard or companion app. Eco mode limits output to 15.5 mph (25 km\/h) for maximum range and legal compliance in many pedestrian zones. Standard mode provides a balanced 25 mph (40 km\/h) for daily commuting. Sport mode unlocks the full 34 mph (55 km\/h) capability for open roads and private property. Switching modes is instantaneous and can be done while riding.\u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary class=\"faq-question\"\u003eIs the battery removable for charging? \u003csvg class=\"faq-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                        \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"faq-answer\"\u003eThe 48V 18.2Ah lithium-ion battery is integrated into the deck for optimal weight distribution and security. It is not designed for hot-swapping but charges conveniently via a standard charging port located on the side of the deck. Full recharge from 0% to 100% takes approximately 6–7 hours using the included charger.\u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary class=\"faq-question\"\u003eCan this scooter handle hills effectively? \u003csvg class=\"faq-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                        \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"faq-answer\"\u003eAbsolutely. The 1200W motor generates 35 N·m of torque, enabling confident climbs up to 23° gradients. This outperforms many competitors in the same category, making the HKM-S6M an excellent choice for hilly cities like San Francisco, Seattle, or Pittsburgh. The scooter maintains consistent speed on moderate inclines without significant slowdown.\u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary class=\"faq-question\"\u003eWhat does the IPX5 water resistance rating mean? \u003csvg class=\"faq-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                        \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"faq-answer\"\u003eIPX5 certification indicates the scooter is protected against water jets projected from any direction. In practical terms, this means riding through light rain, damp roads, or occasional puddle splashes is safe. However, the scooter should not be submerged in water or operated in heavy downpours. Always dry the scooter after exposure to moisture to maintain optimal condition.\u003c\/div\u003e\n            \u003c\/details\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Policy Section --\u003e\n        \u003cdiv style=\"margin: 36px 0 24px 0; background: #f8fafc; border-radius: 16px; padding: 28px 24px; border: 1px solid #e2e8f0;\"\u003e\n            \u003ch3 style=\"text-align: center; margin-bottom: 20px; font-size: 18px; font-weight: 600; color: #0f172a;\"\u003ePurchase with Confidence\u003c\/h3\u003e\n            \u003cdiv class=\"policy-grid\"\u003e\n                \u003cdiv class=\"policy-card\"\u003e\n                    \u003cdiv class=\"policy-icon\"\u003e\n                        \u003csvg width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\n                            \u003cpolygon points=\"23 7 16 12 23 17 23 7\"\u003e\u003c\/polygon\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"policy-text\"\u003e\n                        \u003ch4\u003eFree Shipping on All Orders\u003c\/h4\u003e\n                        \u003cp\u003eEnjoy complimentary standard shipping on every HKM-S6M order within the contiguous United States. Your scooter is carefully packaged and dispatched promptly.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"policy-card\"\u003e\n                    \u003cdiv class=\"policy-icon\"\u003e\n                        \u003csvg width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"policy-text\"\u003e\n                        \u003ch4\u003e180-Day Purchase Protection\u003c\/h4\u003e\n                        \u003cp\u003eWe stand behind our craftsmanship. Every HKM-S6M is covered by a comprehensive 180-day protection plan against manufacturing defects in materials and workmanship.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"policy-card\"\u003e\n                    \u003cdiv class=\"policy-icon\"\u003e\n                        \u003csvg width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M21 12a9 9 0 1 1-9-9\"\u003e\u003c\/path\u003e\n                            \u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"policy-text\"\u003e\n                        \u003ch4\u003e30-Day Money-Back Guarantee\u003c\/h4\u003e\n                        \u003cp\u003eIf you're not completely satisfied, return the scooter within 30 days of delivery for a full refund. We believe in the HKM-S6M experience and want you to ride with zero risk.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"policy-card\"\u003e\n                    \u003cdiv class=\"policy-icon\"\u003e\n                        \u003csvg width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"policy-text\"\u003e\n                        \u003ch4\u003e24-Month Warranty Service\u003c\/h4\u003e\n                        \u003cp\u003eExtended peace of mind with a 24-month warranty covering the motor, battery, and controller. Our dedicated support team is ready to assist you throughout the ownership journey.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Final CTA --\u003e\n        \u003cdiv style=\"text-align: center; padding: 20px 0 32px 0;\"\u003e\n            \u003cp style=\"font-size: 14px; font-weight: 500; color: #475569; margin-bottom: 8px;\"\u003eExperience the next level of electric mobility.\u003c\/p\u003e\n            \u003cp style=\"font-size: 16px; font-weight: 600; color: #0f172a;\"\u003eThe HKM-S6M — Built to empower longer, more powerful, and more capable rides.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        \/\/ Simple scroll reveal animation\n        document.addEventListener('DOMContentLoaded', function() {\n            const cards = document.querySelectorAll('.product-description .card, .product-description .spec-card, .product-description .policy-card');\n            const observerOptions = {\n                threshold: 0.1,\n                rootMargin: '0px 0px -20px 0px'\n            };\n\n            const observer = new IntersectionObserver((entries) =\u003e {\n                entries.forEach(entry =\u003e {\n                    if (entry.isIntersecting) {\n                        entry.target.style.opacity = '1';\n                        entry.target.style.transform = 'translateY(0)';\n                    }\n                });\n            }, observerOptions);\n\n            cards.forEach(card =\u003e {\n                card.style.opacity = '0';\n                card.style.transform = 'translateY(20px)';\n                card.style.transition = 'opacity 0.5s ease, transform 0.5s ease';\n                observer.observe(card);\n            });\n\n            \/\/ Trigger immediate reveal for items above the fold\n            setTimeout(() =\u003e {\n                const topCards = document.querySelectorAll('.product-description .animate-in');\n                topCards.forEach(card =\u003e {\n                    card.style.opacity = '1';\n                });\n            }, 100);\n        });\n    \u003c\/script\u003e\n\n\n\n\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/01_c8291197-8ffa-4411-80ed-484f53f6ffab.jpg?v=1767948933\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/02_93896c45-6aaa-4e64-a9ef-1659e2ec3682.jpg?v=1767948932\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/03_c35a10e8-8a88-42a6-888f-b90e41f30d66.jpg?v=1767948908\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/04_8ea4c030-d35b-4414-9202-c2e0f9cf19ae.jpg?v=1767948914\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/05_65e4dee2-cc3d-4c18-9cff-da4d3e0cd189.jpg?v=1767948927\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/06_0886c6cd-0ab8-45ac-9d3e-81b7ca8b665a.jpg?v=1767948930\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/07-APP.jpg?v=1767948906\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/08-APP_c419eabf-828b-42b5-93e0-44eebf82c3e6.jpg?v=1767948897\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/09.jpg?v=1767948912\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/10_911eaee4-da6f-4af1-afa1-c0a6ec047947.jpg?v=1767948926\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/11_0e0b5514-e688-46e2-a12b-5c58738c7dd7.jpg?v=1767948929\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/12_7028146d-9fe2-47da-86c9-9f525006b13d.jpg?v=1767948927\" alt=\"\"\u003e\u003c\/span\u003e\u003cp\u003e\u003c\/p\u003e","brand":"Electric Scooters \u003e\u003e","offers":[{"title":"- 34.9+ Miles \/ - 1200W \/ - 18.2Ah\/48V\/873Wh","offer_id":43279954378835,"sku":"868053898743","price":699.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/7797355511891-1-HKM-S6M-34_9-Miles-48V-18_2Ah-873Wh-1200W-Single-Motor-Drive-Long-Range-Foldable-Electric-Scooter-Black_de8ac685-b3e8-4a7a-966e-b2b36a5f5b85.jpg?v=1768115784"},{"product_id":"hkm-s6m-34-9-miles-48v-18-2ah-873wh-1200w-single-motor-drive-long-range-foldable-electric-scooter-black-2","title":"HKM-S6M 34.9 Miles 48V 18.2Ah 873Wh 1200W Single-Motor Drive Long-Range Foldable Electric Scooter - Black","description":"\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eHKM-S6M Electric Scooter | Performance Redefined\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base \u0026 Reset - Scoped to product description container *\/\n        .product-description * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        .product-description {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;\n            line-height: 1.6;\n            color: #1e293b;\n            background: #ffffff;\n            max-width: 820px;\n            margin: 0 auto;\n            padding: 0 16px;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        \/* Responsive container padding *\/\n        @media screen and (max-width: 768px) {\n            .product-description {\n                padding: 0 12px;\n                max-width: 100%;\n            }\n        }\n        \n        \/* Typography Scale - Desktop *\/\n        .product-description h1 { font-size: 28px; font-weight: 600; letter-spacing: -0.5px; color: #0f172a; }\n        .product-description h2 { font-size: 22px; font-weight: 600; letter-spacing: -0.3px; color: #1e293b; }\n        .product-description h3 { font-size: 18px; font-weight: 600; letter-spacing: -0.2px; color: #334155; }\n        .product-description h4 { font-size: 16px; font-weight: 600; color: #475569; }\n        .product-description p { font-size: 14px; font-weight: 400; color: #475569; }\n        .product-description .text-caption { font-size: 13px; font-weight: 400; color: #64748b; }\n        .product-description .text-label { font-size: 13px; font-weight: 500; color: #475569; text-transform: uppercase; letter-spacing: 0.5px; }\n        .product-description .stat-value { font-size: 32px; font-weight: 700; color: #0f172a; letter-spacing: -0.5px; }\n        .product-description .stat-unit { font-size: 14px; font-weight: 500; color: #64748b; }\n        \n        @media screen and (max-width: 768px) {\n            .product-description h1 { font-size: 24px; }\n            .product-description h2 { font-size: 20px; }\n            .product-description h3 { font-size: 17px; }\n            .product-description h4 { font-size: 15px; }\n            .product-description p { font-size: 13px; }\n            .product-description .text-caption { font-size: 12px; }\n            .product-description .text-label { font-size: 12px; }\n            .product-description .stat-value { font-size: 28px; }\n            .product-description .stat-unit { font-size: 13px; }\n        }\n        \n        \/* Cards \u0026 Containers *\/\n        .product-description .card {\n            background: #ffffff;\n            border: 1px solid #e2e8f0;\n            border-radius: 16px;\n            padding: 28px 24px;\n            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1.2);\n            box-shadow: 0 1px 3px rgba(0,0,0,0.04);\n        }\n        .product-description .card:hover {\n            border-color: #cbd5e1;\n            box-shadow: 0 10px 25px -5px rgba(0,0,0,0.08), 0 8px 10px -6px rgba(0,0,0,0.05);\n            transform: translateY(-2px);\n        }\n        .product-description .card-icon {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            width: 44px;\n            height: 44px;\n            border-radius: 12px;\n            background: #f1f5f9;\n            margin-bottom: 16px;\n            transition: background 0.3s ease, transform 0.3s ease;\n        }\n        .product-description .card:hover .card-icon {\n            background: #e0e7ff;\n            transform: scale(1.05);\n        }\n        .product-description .card-icon svg {\n            width: 24px;\n            height: 24px;\n            transition: transform 0.3s ease;\n        }\n        .product-description .card:hover .card-icon svg {\n            transform: rotate(5deg) scale(1.1);\n        }\n        \n        \/* Grid Layouts *\/\n        .product-description .grid-2col {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n            margin: 28px 0;\n        }\n        .product-description .grid-3col {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 16px;\n            margin: 28px 0;\n        }\n        .product-description .grid-4col {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 14px;\n            margin: 28px 0;\n        }\n        @media screen and (max-width: 768px) {\n            .product-description .grid-2col,\n            .product-description .grid-3col,\n            .product-description .grid-4col {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 12px;\n                margin: 20px 0;\n            }\n        }\n        @media screen and (max-width: 480px) {\n            .product-description .grid-3col,\n            .product-description .grid-4col {\n                grid-template-columns: 1fr 1fr;\n            }\n            .product-description .grid-2col {\n                grid-template-columns: 1fr;\n                gap: 12px;\n            }\n        }\n        \n        \/* Stat Highlights *\/\n        .product-description .stat-row {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: space-between;\n            gap: 20px;\n            margin: 24px 0;\n        }\n        .product-description .stat-item {\n            flex: 1;\n            min-width: 120px;\n            text-align: center;\n            padding: 16px 8px;\n            border-right: 1px solid #e2e8f0;\n            transition: transform 0.3s ease;\n        }\n        .product-description .stat-item:last-child { border-right: none; }\n        .product-description .stat-item:hover { transform: translateY(-4px); }\n        @media screen and (max-width: 480px) {\n            .product-description .stat-row { gap: 10px; }\n            .product-description .stat-item { flex: 1 1 40%; min-width: 100px; border-right: none; border-bottom: 1px solid #e2e8f0; }\n            .product-description .stat-item:nth-child(odd) { border-right: 1px solid #e2e8f0; }\n            .product-description .stat-item:nth-last-child(-n+2) { border-bottom: none; }\n        }\n        \n        \/* Specification Table - Card Based *\/\n        .product-description .spec-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 12px;\n            margin: 24px 0;\n        }\n        @media screen and (max-width: 640px) {\n            .product-description .spec-grid { grid-template-columns: 1fr; }\n        }\n        .product-description .spec-card {\n            display: flex;\n            align-items: center;\n            gap: 14px;\n            background: #f8fafc;\n            border-radius: 14px;\n            padding: 16px 18px;\n            border: 1px solid #f1f5f9;\n            transition: all 0.3s ease;\n        }\n        .product-description .spec-card:hover {\n            background: #ffffff;\n            border-color: #cbd5e1;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.04);\n            transform: translateX(4px);\n        }\n        .product-description .spec-card .spec-icon {\n            flex-shrink: 0;\n            width: 40px;\n            height: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        .product-description .spec-card .spec-icon svg { width: 28px; height: 28px; }\n        .product-description .spec-card .spec-info { flex: 1; }\n        .product-description .spec-card .spec-label { font-size: 13px; font-weight: 500; color: #64748b; }\n        .product-description .spec-card .spec-value { font-size: 16px; font-weight: 600; color: #0f172a; }\n        @media screen and (max-width: 768px) {\n            .product-description .spec-card .spec-label { font-size: 12px; }\n            .product-description .spec-card .spec-value { font-size: 14px; }\n        }\n        \n        \/* Divider *\/\n        .product-description .divider {\n            border: none;\n            border-top: 1px solid #e2e8f0;\n            margin: 32px 0;\n        }\n        \n        \/* FAQ Accordion *\/\n        .product-description .faq-item {\n            border-bottom: 1px solid #e2e8f0;\n            padding: 0;\n        }\n        .product-description .faq-question {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 18px 4px;\n            cursor: pointer;\n            font-size: 15px;\n            font-weight: 600;\n            color: #1e293b;\n            list-style: none;\n            transition: color 0.3s ease;\n        }\n        .product-description .faq-question:hover { color: #2563eb; }\n        .product-description .faq-question::-webkit-details-marker { display: none; }\n        .product-description .faq-question .faq-icon {\n            transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1.2);\n            width: 20px;\n            height: 20px;\n            flex-shrink: 0;\n            color: #64748b;\n        }\n        .product-description details[open] .faq-icon { transform: rotate(180deg); color: #2563eb; }\n        .product-description .faq-answer {\n            padding: 0 4px 20px 4px;\n            font-size: 14px;\n            color: #475569;\n            line-height: 1.7;\n        }\n        @media screen and (max-width: 768px) {\n            .product-description .faq-question { font-size: 14px; padding: 16px 2px; }\n            .product-description .faq-answer { font-size: 13px; }\n        }\n        \n        \/* Policy Section *\/\n        .product-description .policy-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 16px;\n            margin: 28px 0;\n        }\n        @media screen and (max-width: 640px) {\n            .product-description .policy-grid { grid-template-columns: 1fr; }\n        }\n        .product-description .policy-card {\n            background: #f8fafc;\n            border-radius: 14px;\n            padding: 20px 20px;\n            border: 1px solid #e2e8f0;\n            display: flex;\n            align-items: flex-start;\n            gap: 14px;\n            transition: all 0.3s ease;\n        }\n        .product-description .policy-card:hover {\n            background: #ffffff;\n            border-color: #2563eb;\n            box-shadow: 0 6px 18px rgba(37,99,235,0.08);\n            transform: translateY(-2px);\n        }\n        .product-description .policy-card .policy-icon { flex-shrink: 0; width: 36px; height: 36px; color: #2563eb; }\n        .product-description .policy-card .policy-text h4 { font-size: 15px; font-weight: 600; color: #0f172a; margin-bottom: 4px; }\n        .product-description .policy-card .policy-text p { font-size: 13px; color: #64748b; }\n        @media screen and (max-width: 768px) {\n            .product-description .policy-card .policy-text h4 { font-size: 14px; }\n            .product-description .policy-card .policy-text p { font-size: 12px; }\n        }\n        \n        \/* Animations *\/\n        @keyframes fadeInUp {\n            from { opacity: 0; transform: translateY(20px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n        .product-description .animate-in {\n            animation: fadeInUp 0.6s ease forwards;\n            opacity: 0;\n        }\n        .product-description .delay-1 { animation-delay: 0.1s; }\n        .product-description .delay-2 { animation-delay: 0.2s; }\n        .product-description .delay-3 { animation-delay: 0.3s; }\n        .product-description .delay-4 { animation-delay: 0.4s; }\n        \n        \/* Pulse for hot items *\/\n        @keyframes subtlePulse {\n            0%, 100% { opacity: 1; }\n            50% { opacity: 0.75; }\n        }\n        .product-description .pulse-subtle {\n            animation: subtlePulse 3s ease-in-out infinite;\n        }\n        \n        \/* Scroll reveal fallback *\/\n        @media (prefers-reduced-motion: no-preference) {\n            .product-description .reveal-on-scroll {\n                opacity: 0;\n                transform: translateY(20px);\n                transition: opacity 0.6s ease, transform 0.6s ease;\n            }\n        }\n        \n        \/* Color accents *\/\n        .product-description .text-accent { color: #2563eb; }\n        .product-description .bg-accent-light { background: #eff6ff; }\n        .product-description .border-accent { border-color: #2563eb; }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"product-description\"\u003e\n\n        \u003c!-- Hero \/ Intro --\u003e\n        \u003cdiv style=\"text-align: center; padding: 24px 0 12px 0;\"\u003e\n            \u003ch1 style=\"font-size: 32px; font-weight: 700; color: #0f172a; letter-spacing: -0.6px; margin-bottom: 8px;\"\u003eHKM-S6M Electric Scooter\u003c\/h1\u003e\n            \u003cp style=\"font-size: 16px; font-weight: 500; color: #2563eb; text-transform: uppercase; letter-spacing: 1.2px;\"\u003eEngineered for Power. Designed for Range.\u003c\/p\u003e\n            \u003cp style=\"font-size: 15px; color: #475569; margin-top: 12px; max-width: 680px; margin-left: auto; margin-right: auto;\"\u003eConquer your commute and beyond with the HKM-S6M — a high-performance electric scooter built for riders who demand more. Featuring a robust 1200W motor, extended 34.8-mile range, and advanced dual suspension, it delivers an exhilarating ride across urban streets and light off-road terrain alike.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003chr class=\"divider\"\u003e\n\n        \u003c!-- Key Stats Row --\u003e\n        \u003cdiv class=\"stat-row animate-in delay-1\"\u003e\n            \u003cdiv class=\"stat-item\"\u003e\n                \u003cdiv class=\"stat-value\"\u003e1200\u003cspan style=\"font-size:20px;\"\u003eW\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"stat-unit\"\u003ePeak Motor Power\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"stat-item\"\u003e\n                \u003cdiv class=\"stat-value\"\u003e34.8\u003cspan style=\"font-size:20px;\"\u003e mi\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"stat-unit\"\u003eMax Range \u003cspan style=\"font-size:11px; color:#94a3b8;\"\u003e(56 km)\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"stat-item\"\u003e\n                \u003cdiv class=\"stat-value\"\u003e34\u003cspan style=\"font-size:20px;\"\u003e mph\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"stat-unit\"\u003eTop Speed \u003cspan style=\"font-size:11px; color:#94a3b8;\"\u003e(55 km\/h)\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"stat-item\"\u003e\n                \u003cdiv class=\"stat-value\"\u003e330\u003cspan style=\"font-size:20px;\"\u003e lbs\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"stat-unit\"\u003eMax Load \u003cspan style=\"font-size:11px; color:#94a3b8;\"\u003e(150 kg)\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003chr class=\"divider\"\u003e\n\n        \u003c!-- Performance Section --\u003e\n        \u003cdiv style=\"margin: 32px 0;\"\u003e\n            \u003ch2 style=\"margin-bottom: 6px;\"\u003e\u003cspan style=\"display: inline-flex; align-items: center; gap: 8px;\"\u003e\u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003eUnleash Electrifying Performance\u003c\/span\u003e\u003c\/h2\u003e\n            \u003cp style=\"margin-bottom: 20px;\"\u003eThe HKM-S6M is propelled by a high-torque 1200W brushless hub motor, delivering instant acceleration and a remarkable 35 N·m of torque. Whether you're launching from a standstill at a traffic light or charging up a steep urban incline, the power delivery remains smooth, responsive, and thoroughly exhilarating.\u003c\/p\u003e\n\n            \u003cdiv class=\"grid-2col\"\u003e\n                \u003cdiv class=\"card animate-in delay-1\"\u003e\n                    \u003cdiv class=\"card-icon\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1e293b\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M17 10.5c.9 0 1.7.3 2.4.9A3 3 0 0 1 20 16l-6 3-6-3a3 3 0 0 1 .6-4.6A3 3 0 0 1 11 10.5\"\u003e\u003c\/path\u003e\n                            \u003cline x1=\"10\" y1=\"21\" x2=\"10\" y2=\"17\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"2\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M12 3v2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch4 style=\"margin-bottom: 6px;\"\u003e23° Hill Climbing Dominance\u003c\/h4\u003e\n                    \u003cp style=\"font-size: 13px; color: #475569;\"\u003eWith 35N·m of torque, tackle gradients up to 23° with confidence. No more dismounting on steep city hills — the S6M powers through effortlessly, maintaining consistent speed even on challenging ascents.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card animate-in delay-2\"\u003e\n                    \u003cdiv class=\"card-icon\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1e293b\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch4 style=\"margin-bottom: 6px;\"\u003eTriple Speed Mode Control\u003c\/h4\u003e\n                    \u003cp style=\"font-size: 13px; color: #475569;\"\u003eAdapt to any environment with three adjustable speed tiers: Eco (15.5 mph \/ 25 km\/h), Standard (25 mph \/ 40 km\/h), and Sport (34 mph \/ 55 km\/h). Seamlessly switch via the intuitive dashboard or companion mobile app.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Battery \u0026 Range Section --\u003e\n        \u003cdiv style=\"margin: 36px 0;\"\u003e\n            \u003ch2 style=\"margin-bottom: 6px;\"\u003e\u003cspan style=\"display: inline-flex; align-items: center; gap: 8px;\"\u003e\u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003crect x=\"1\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"23\" y1=\"10\" x2=\"23\" y2=\"14\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003eExceptional Range. Intelligent Power Management.\u003c\/span\u003e\u003c\/h2\u003e\n            \u003cp style=\"margin-bottom: 20px;\"\u003eAt the heart of the HKM-S6M lies a high-density 48V 18.2Ah lithium-ion battery pack, storing an impressive 873 watt-hours of energy. This substantial capacity translates directly into real-world freedom — ride up to 34.8 miles (56 kilometers) on a single charge under optimal conditions. The advanced Battery Management System (BMS) continuously monitors cell health, temperature, and charge cycles, ensuring longevity, safety, and consistent performance over hundreds of charge cycles.\u003c\/p\u003e\n\n            \u003cdiv class=\"grid-3col\"\u003e\n                \u003cdiv class=\"card animate-in delay-1\" style=\"text-align: center;\"\u003e\n                    \u003cdiv class=\"card-icon\" style=\"margin: 0 auto 12px auto;\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1e293b\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M12 2v4\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M12 18v4\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M4.93 4.93l2.83 2.83\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M16.24 16.24l2.83 2.83\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M2 12h4\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M18 12h4\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M4.93 19.07l2.83-2.83\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M16.24 7.76l2.83-2.83\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"stat-value\" style=\"font-size: 26px;\"\u003e34.8\u003cspan style=\"font-size: 16px;\"\u003e mi\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv class=\"stat-unit\"\u003eMaximum Range\u003c\/div\u003e\n                    \u003cp style=\"font-size: 12px; color: #94a3b8; margin-top: 4px;\"\u003e56 km (Optimal Conditions)\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card animate-in delay-2\" style=\"text-align: center;\"\u003e\n                    \u003cdiv class=\"card-icon\" style=\"margin: 0 auto 12px auto;\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1e293b\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpolygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\u003e\u003c\/polygon\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"stat-value\" style=\"font-size: 26px;\"\u003e873\u003cspan style=\"font-size: 16px;\"\u003e Wh\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv class=\"stat-unit\"\u003eBattery Capacity\u003c\/div\u003e\n                    \u003cp style=\"font-size: 12px; color: #94a3b8; margin-top: 4px;\"\u003e48V 18.2Ah Lithium-Ion\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card animate-in delay-3\" style=\"text-align: center;\"\u003e\n                    \u003cdiv class=\"card-icon\" style=\"margin: 0 auto 12px auto;\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1e293b\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"stat-value\" style=\"font-size: 26px;\"\u003e6-7\u003cspan style=\"font-size: 16px;\"\u003e hrs\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv class=\"stat-unit\"\u003eFull Recharge Time\u003c\/div\u003e\n                    \u003cp style=\"font-size: 12px; color: #94a3b8; margin-top: 4px;\"\u003eComplete 0-100% Cycle\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Ride Comfort \u0026 All-Terrain --\u003e\n        \u003cdiv style=\"margin: 36px 0;\"\u003e\n            \u003ch2 style=\"margin-bottom: 6px;\"\u003e\u003cspan style=\"display: inline-flex; align-items: center; gap: 8px;\"\u003e\u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003eSuperior Suspension \u0026amp; All-Terrain Confidence\u003c\/span\u003e\u003c\/h2\u003e\n            \u003cp style=\"margin-bottom: 20px;\"\u003eUrban commutes are rarely perfectly smooth. The HKM-S6M is engineered to absorb the imperfections of real-world roads — from potholes and expansion cracks to gravel paths and light trails. An independent dual suspension system works in harmony with oversized pneumatic tires to deliver a ride quality that stands apart from conventional commuter scooters.\u003c\/p\u003e\n\n            \u003cdiv class=\"grid-2col\"\u003e\n                \u003cdiv class=\"card animate-in delay-1\"\u003e\n                    \u003cdiv class=\"card-icon\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1e293b\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M4 12h16M4 6h16M4 18h16\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"8\" cy=\"6\" r=\"1.5\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"16\" cy=\"12\" r=\"1.5\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"8\" cy=\"18\" r=\"1.5\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch4 style=\"margin-bottom: 6px;\"\u003eIndependent Dual Shock Absorbers\u003c\/h4\u003e\n                    \u003cp style=\"font-size: 13px; color: #475569;\"\u003eFront and rear spring-loaded shock absorbers operate independently to dampen vibrations and impacts. This system significantly reduces rider fatigue on longer journeys and enhances stability when traversing uneven surfaces.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card animate-in delay-2\"\u003e\n                    \u003cdiv class=\"card-icon\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1e293b\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"6\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch4 style=\"margin-bottom: 6px;\"\u003e11\" Pneumatic Off-Road Tires\u003c\/h4\u003e\n                    \u003cp style=\"font-size: 13px; color: #475569;\"\u003eThe 11-inch air-filled tires (90\/65-6.5) feature an aggressive tread pattern that provides superior traction on pavement, packed dirt, and light gravel. Pneumatic construction naturally absorbs road chatter, contributing to the plush ride quality.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"grid-2col\" style=\"margin-top: 16px;\"\u003e\n                \u003cdiv class=\"card animate-in delay-3\"\u003e\n                    \u003cdiv class=\"card-icon\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1e293b\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"22\"\u003e\u003c\/line\u003e\n                            \u003cpolyline points=\"8 6 12 2 16 6\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch4 style=\"margin-bottom: 6px;\"\u003e6.7\" High Ground Clearance\u003c\/h4\u003e\n                    \u003cp style=\"font-size: 13px; color: #475569;\"\u003eWith 6.7 inches (17 cm) of ground clearance, the S6M safely clears curbs, speed bumps, and trail debris. This elevated stance prevents undercarriage scrapes and instills confidence when transitioning between surfaces.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card animate-in delay-4\"\u003e\n                    \u003cdiv class=\"card-icon\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1e293b\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"2\"\u003e\u003c\/rect\u003e\n                            \u003cpath d=\"M9 1v3M15 1v3M9 20v3M15 20v3\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch4 style=\"margin-bottom: 6px;\"\u003eIPX5 Water Resistance\u003c\/h4\u003e\n                    \u003cp style=\"font-size: 13px; color: #475569;\"\u003eEngineered to withstand water splashes from any direction, the IPX5 rating ensures reliable operation during unexpected light rain showers or when riding through damp streets. Electronics are sealed and protected.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Smart Connectivity --\u003e\n        \u003cdiv style=\"margin: 36px 0; background: #f8fafc; border-radius: 16px; padding: 28px 24px; border: 1px solid #e2e8f0;\"\u003e\n            \u003ch2 style=\"margin-bottom: 12px;\"\u003e\u003cspan style=\"display: inline-flex; align-items: center; gap: 8px;\"\u003e\u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003crect x=\"5\" y=\"2\" width=\"14\" height=\"20\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"12\" y1=\"18\" x2=\"12.01\" y2=\"18\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003eIntelligent Connectivity \u0026amp; App Control\u003c\/span\u003e\u003c\/h2\u003e\n            \u003cp style=\"margin-bottom: 16px;\"\u003eTake full command of your riding experience through the dedicated HKM companion mobile app. Customize performance parameters, monitor real-time battery status, and secure your scooter remotely — all from your smartphone.\u003c\/p\u003e\n            \u003cdiv class=\"grid-2col\"\u003e\n                \u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 8px 0;\"\u003e\n                    \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex-shrink: 0; margin-top: 2px;\"\u003e\n                        \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan style=\"font-size: 14px; color: #334155;\"\u003eAdjust speed modes and acceleration curves\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 8px 0;\"\u003e\n                    \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex-shrink: 0; margin-top: 2px;\"\u003e\n                        \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan style=\"font-size: 14px; color: #334155;\"\u003eEnable cruise control for effortless long rides\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 8px 0;\"\u003e\n                    \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex-shrink: 0; margin-top: 2px;\"\u003e\n                        \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan style=\"font-size: 14px; color: #334155;\"\u003eRemote lock function for anti-theft security\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 8px 0;\"\u003e\n                    \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex-shrink: 0; margin-top: 2px;\"\u003e\n                        \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan style=\"font-size: 14px; color: #334155;\"\u003eReal-time battery monitoring and trip logging\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Complete Specifications --\u003e\n        \u003cdiv style=\"margin: 36px 0;\"\u003e\n            \u003ch2 style=\"margin-bottom: 16px;\"\u003e\u003cspan style=\"display: inline-flex; align-items: center; gap: 8px;\"\u003e\u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                        \u003cline x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003eComplete Technical Specifications\u003c\/span\u003e\u003c\/h2\u003e\n            \u003cdiv class=\"spec-grid\"\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eMotor\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e48V 1200W Brushless Hub\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eTop Speed\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e34 mph \/ 55 km\/h\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003crect x=\"1\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\n                            \u003cline x1=\"23\" y1=\"10\" x2=\"23\" y2=\"14\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eBattery\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e48V 18.2Ah (873Wh)\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M12 2v4M12 18v4M4.93 4.93l2.83 2.83M16.24 16.24l2.83 2.83M2 12h4M18 12h4\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eMax Range\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e34.8 mi \/ 56 km\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eCharge Time\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e6–7 Hours\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"9\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eMax Load\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e330 lbs \/ 150 kg\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"6\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eTires\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e11\" Off-Road (90\/65-6.5)\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003ccircle cx=\"8\" cy=\"8\" r=\"2\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"16\" cy=\"16\" r=\"2\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M4 4l16 16\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eBrakes\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eFront \u0026amp; Rear Disc\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M4 12h16M4 6h16M4 18h16\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eSuspension\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eFront \u0026amp; Rear Dual Shock\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"22\"\u003e\u003c\/line\u003e\n                            \u003cpolyline points=\"8 6 12 2 16 6\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eGround Clearance\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e6.7\" \/ 17 cm\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"2\"\u003e\u003c\/rect\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eWater Resistance\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eIPX5 Rated\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpolyline points=\"16 18 22 12 16 6\"\u003e\u003c\/polyline\u003e\n                            \u003cpolyline points=\"8 6 2 12 8 18\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eFrame\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eFoldable Aluminum Alloy\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003crect x=\"5\" y=\"2\" width=\"14\" height=\"20\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eApp Control\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eSpeed, Cruise, Lock\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M12 2v4M12 18v4M4.93 4.93l2.83 2.83M16.24 16.24l2.83 2.83\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eLighting\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eLED Headlight \u0026amp; Strip\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eNet Weight\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e63.2 lbs \/ 28.65 kg\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\n                            \u003cline x1=\"3\" y1=\"9\" x2=\"21\" y2=\"9\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eUnfolded Size\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e46.5\"x25.2\"x51.2\" \/ 118x64x130 cm\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpolyline points=\"20 13 6 13 6 21\"\u003e\u003c\/polyline\u003e\n                            \u003cpolyline points=\"6 13 12 7 18 13\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eClimbing Angle\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e≤ 23°\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Safety \u0026 Compliance --\u003e\n        \u003cdiv style=\"margin: 36px 0; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 24px;\"\u003e\n            \u003ch3 style=\"margin-bottom: 10px;\"\u003e\u003cspan style=\"display: inline-flex; align-items: center; gap: 8px;\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003eImportant Safety \u0026amp; Compliance Information\u003c\/span\u003e\u003c\/h3\u003e\n            \u003cp style=\"font-size: 14px; color: #475569; margin-bottom: 10px;\"\u003eElectric scooter regulations vary by city, county, and state throughout the U.S. The HKM-S6M is designed with rider safety as a priority. Key safety certifications and recommendations include:\u003c\/p\u003e\n            \u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 16px; margin-top: 12px;\"\u003e\n                \u003cdiv style=\"flex: 1; min-width: 200px; display: flex; align-items: flex-start; gap: 10px;\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex-shrink: 0; margin-top: 3px;\"\u003e\n                        \u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\n                        \u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan style=\"font-size: 13px; color: #334155;\"\u003eAlways verify local laws, helmet requirements, and permissible riding zones before operation.\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"flex: 1; min-width: 200px; display: flex; align-items: flex-start; gap: 10px;\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex-shrink: 0; margin-top: 3px;\"\u003e\n                        \u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\n                        \u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan style=\"font-size: 13px; color: #334155;\"\u003eUL 2272 certification for electrical system safety is a recommended benchmark — verify product compliance for your region.\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"flex: 1; min-width: 200px; display: flex; align-items: flex-start; gap: 10px;\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex-shrink: 0; margin-top: 3px;\"\u003e\n                        \u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\n                        \u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan style=\"font-size: 13px; color: #334155;\"\u003ePerform a pre-ride inspection of tires, brakes, and lighting systems before every journey.\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- FAQ Section --\u003e\n        \u003cdiv style=\"margin: 36px 0;\"\u003e\n            \u003ch2 style=\"margin-bottom: 16px;\"\u003e\u003cspan style=\"display: inline-flex; align-items: center; gap: 8px;\"\u003e\u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"\u003e\u003c\/path\u003e\n                        \u003cline x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003eFrequently Asked Questions\u003c\/span\u003e\u003c\/h2\u003e\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary class=\"faq-question\"\u003eWhat is the real-world range I can expect? \u003csvg class=\"faq-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                        \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"faq-answer\"\u003eThe HKM-S6M delivers up to 34.8 miles (56 km) under optimal conditions — a 150 lb (68 kg) rider on flat terrain in Eco mode at 15.5 mph (25 km\/h). Real-world range varies based on rider weight, speed mode selection, terrain, wind conditions, and tire pressure. In Sport mode with frequent stops and hills, expect approximately 22-26 miles (35-42 km). The 873Wh battery capacity provides one of the largest energy reserves in its class.\u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary class=\"faq-question\"\u003eHow does the triple speed mode system work? \u003csvg class=\"faq-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                        \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"faq-answer\"\u003eThree distinct speed profiles are accessible via the handlebar dashboard or companion app. Eco mode limits output to 15.5 mph (25 km\/h) for maximum range and legal compliance in many pedestrian zones. Standard mode provides a balanced 25 mph (40 km\/h) for daily commuting. Sport mode unlocks the full 34 mph (55 km\/h) capability for open roads and private property. Switching modes is instantaneous and can be done while riding.\u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary class=\"faq-question\"\u003eIs the battery removable for charging? \u003csvg class=\"faq-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                        \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"faq-answer\"\u003eThe 48V 18.2Ah lithium-ion battery is integrated into the deck for optimal weight distribution and security. It is not designed for hot-swapping but charges conveniently via a standard charging port located on the side of the deck. Full recharge from 0% to 100% takes approximately 6–7 hours using the included charger.\u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary class=\"faq-question\"\u003eCan this scooter handle hills effectively? \u003csvg class=\"faq-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                        \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"faq-answer\"\u003eAbsolutely. The 1200W motor generates 35 N·m of torque, enabling confident climbs up to 23° gradients. This outperforms many competitors in the same category, making the HKM-S6M an excellent choice for hilly cities like San Francisco, Seattle, or Pittsburgh. The scooter maintains consistent speed on moderate inclines without significant slowdown.\u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary class=\"faq-question\"\u003eWhat does the IPX5 water resistance rating mean? \u003csvg class=\"faq-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                        \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"faq-answer\"\u003eIPX5 certification indicates the scooter is protected against water jets projected from any direction. In practical terms, this means riding through light rain, damp roads, or occasional puddle splashes is safe. However, the scooter should not be submerged in water or operated in heavy downpours. Always dry the scooter after exposure to moisture to maintain optimal condition.\u003c\/div\u003e\n            \u003c\/details\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Policy Section --\u003e\n        \u003cdiv style=\"margin: 36px 0 24px 0; background: #f8fafc; border-radius: 16px; padding: 28px 24px; border: 1px solid #e2e8f0;\"\u003e\n            \u003ch3 style=\"text-align: center; margin-bottom: 20px; font-size: 18px; font-weight: 600; color: #0f172a;\"\u003ePurchase with Confidence\u003c\/h3\u003e\n            \u003cdiv class=\"policy-grid\"\u003e\n                \u003cdiv class=\"policy-card\"\u003e\n                    \u003cdiv class=\"policy-icon\"\u003e\n                        \u003csvg width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\n                            \u003cpolygon points=\"23 7 16 12 23 17 23 7\"\u003e\u003c\/polygon\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"policy-text\"\u003e\n                        \u003ch4\u003eFree Shipping on All Orders\u003c\/h4\u003e\n                        \u003cp\u003eEnjoy complimentary standard shipping on every HKM-S6M order within the contiguous United States. Your scooter is carefully packaged and dispatched promptly.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"policy-card\"\u003e\n                    \u003cdiv class=\"policy-icon\"\u003e\n                        \u003csvg width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"policy-text\"\u003e\n                        \u003ch4\u003e180-Day Purchase Protection\u003c\/h4\u003e\n                        \u003cp\u003eWe stand behind our craftsmanship. Every HKM-S6M is covered by a comprehensive 180-day protection plan against manufacturing defects in materials and workmanship.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"policy-card\"\u003e\n                    \u003cdiv class=\"policy-icon\"\u003e\n                        \u003csvg width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M21 12a9 9 0 1 1-9-9\"\u003e\u003c\/path\u003e\n                            \u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"policy-text\"\u003e\n                        \u003ch4\u003e30-Day Money-Back Guarantee\u003c\/h4\u003e\n                        \u003cp\u003eIf you're not completely satisfied, return the scooter within 30 days of delivery for a full refund. We believe in the HKM-S6M experience and want you to ride with zero risk.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"policy-card\"\u003e\n                    \u003cdiv class=\"policy-icon\"\u003e\n                        \u003csvg width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"policy-text\"\u003e\n                        \u003ch4\u003e24-Month Warranty Service\u003c\/h4\u003e\n                        \u003cp\u003eExtended peace of mind with a 24-month warranty covering the motor, battery, and controller. Our dedicated support team is ready to assist you throughout the ownership journey.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Final CTA --\u003e\n        \u003cdiv style=\"text-align: center; padding: 20px 0 32px 0;\"\u003e\n            \u003cp style=\"font-size: 14px; font-weight: 500; color: #475569; margin-bottom: 8px;\"\u003eExperience the next level of electric mobility.\u003c\/p\u003e\n            \u003cp style=\"font-size: 16px; font-weight: 600; color: #0f172a;\"\u003eThe HKM-S6M — Built to empower longer, more powerful, and more capable rides.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        \/\/ Simple scroll reveal animation\n        document.addEventListener('DOMContentLoaded', function() {\n            const cards = document.querySelectorAll('.product-description .card, .product-description .spec-card, .product-description .policy-card');\n            const observerOptions = {\n                threshold: 0.1,\n                rootMargin: '0px 0px -20px 0px'\n            };\n\n            const observer = new IntersectionObserver((entries) =\u003e {\n                entries.forEach(entry =\u003e {\n                    if (entry.isIntersecting) {\n                        entry.target.style.opacity = '1';\n                        entry.target.style.transform = 'translateY(0)';\n                    }\n                });\n            }, observerOptions);\n\n            cards.forEach(card =\u003e {\n                card.style.opacity = '0';\n                card.style.transform = 'translateY(20px)';\n                card.style.transition = 'opacity 0.5s ease, transform 0.5s ease';\n                observer.observe(card);\n            });\n\n            \/\/ Trigger immediate reveal for items above the fold\n            setTimeout(() =\u003e {\n                const topCards = document.querySelectorAll('.product-description .animate-in');\n                topCards.forEach(card =\u003e {\n                    card.style.opacity = '1';\n                });\n            }, 100);\n        });\n    \u003c\/script\u003e\n\n\n\n\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/01_c8291197-8ffa-4411-80ed-484f53f6ffab.jpg?v=1767948933\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/02_93896c45-6aaa-4e64-a9ef-1659e2ec3682.jpg?v=1767948932\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/03_c35a10e8-8a88-42a6-888f-b90e41f30d66.jpg?v=1767948908\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/04_8ea4c030-d35b-4414-9202-c2e0f9cf19ae.jpg?v=1767948914\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/05_65e4dee2-cc3d-4c18-9cff-da4d3e0cd189.jpg?v=1767948927\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/06_0886c6cd-0ab8-45ac-9d3e-81b7ca8b665a.jpg?v=1767948930\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/07-APP.jpg?v=1767948906\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/08-APP_c419eabf-828b-42b5-93e0-44eebf82c3e6.jpg?v=1767948897\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/09.jpg?v=1767948912\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/10_911eaee4-da6f-4af1-afa1-c0a6ec047947.jpg?v=1767948926\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/11_0e0b5514-e688-46e2-a12b-5c58738c7dd7.jpg?v=1767948929\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/12_7028146d-9fe2-47da-86c9-9f525006b13d.jpg?v=1767948927\" alt=\"\"\u003e\u003c\/span\u003e\u003cp\u003e\u003c\/p\u003e","brand":"Electric Scooters \u003e\u003e","offers":[{"title":"- 34.9+ Miles \/ - 1200W \/ - 18.2Ah\/48V\/873Wh","offer_id":43308469977171,"sku":"868053898908","price":699.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/7797355511891-1-HKM-S6M-34_9-Miles-48V-18_2Ah-873Wh-1200W-Single-Motor-Drive-Long-Range-Foldable-Electric-Scooter-Black_fb91eea6-f8a6-4343-871b-f93474a5e439.jpg?v=1768115769"},{"product_id":"hkm-s6m-34-9-miles-48v-18-2ah-873wh-1200w-single-motor-drive-long-range-foldable-electric-scooter-black-1","title":"HKM-S6M 34.9 Miles 48V 18.2Ah 873Wh 1200W Single-Motor Drive Long-Range Foldable Electric Scooter - Black","description":"\n\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003eHKM-S6M Electric Scooter | Performance Redefined\u003c\/title\u003e\n    \u003cstyle\u003e\n        \/* Base \u0026 Reset - Scoped to product description container *\/\n        .product-description * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        .product-description {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;\n            line-height: 1.6;\n            color: #1e293b;\n            background: #ffffff;\n            max-width: 820px;\n            margin: 0 auto;\n            padding: 0 16px;\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n        }\n        \/* Responsive container padding *\/\n        @media screen and (max-width: 768px) {\n            .product-description {\n                padding: 0 12px;\n                max-width: 100%;\n            }\n        }\n        \n        \/* Typography Scale - Desktop *\/\n        .product-description h1 { font-size: 28px; font-weight: 600; letter-spacing: -0.5px; color: #0f172a; }\n        .product-description h2 { font-size: 22px; font-weight: 600; letter-spacing: -0.3px; color: #1e293b; }\n        .product-description h3 { font-size: 18px; font-weight: 600; letter-spacing: -0.2px; color: #334155; }\n        .product-description h4 { font-size: 16px; font-weight: 600; color: #475569; }\n        .product-description p { font-size: 14px; font-weight: 400; color: #475569; }\n        .product-description .text-caption { font-size: 13px; font-weight: 400; color: #64748b; }\n        .product-description .text-label { font-size: 13px; font-weight: 500; color: #475569; text-transform: uppercase; letter-spacing: 0.5px; }\n        .product-description .stat-value { font-size: 32px; font-weight: 700; color: #0f172a; letter-spacing: -0.5px; }\n        .product-description .stat-unit { font-size: 14px; font-weight: 500; color: #64748b; }\n        \n        @media screen and (max-width: 768px) {\n            .product-description h1 { font-size: 24px; }\n            .product-description h2 { font-size: 20px; }\n            .product-description h3 { font-size: 17px; }\n            .product-description h4 { font-size: 15px; }\n            .product-description p { font-size: 13px; }\n            .product-description .text-caption { font-size: 12px; }\n            .product-description .text-label { font-size: 12px; }\n            .product-description .stat-value { font-size: 28px; }\n            .product-description .stat-unit { font-size: 13px; }\n        }\n        \n        \/* Cards \u0026 Containers *\/\n        .product-description .card {\n            background: #ffffff;\n            border: 1px solid #e2e8f0;\n            border-radius: 16px;\n            padding: 28px 24px;\n            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1.2);\n            box-shadow: 0 1px 3px rgba(0,0,0,0.04);\n        }\n        .product-description .card:hover {\n            border-color: #cbd5e1;\n            box-shadow: 0 10px 25px -5px rgba(0,0,0,0.08), 0 8px 10px -6px rgba(0,0,0,0.05);\n            transform: translateY(-2px);\n        }\n        .product-description .card-icon {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            width: 44px;\n            height: 44px;\n            border-radius: 12px;\n            background: #f1f5f9;\n            margin-bottom: 16px;\n            transition: background 0.3s ease, transform 0.3s ease;\n        }\n        .product-description .card:hover .card-icon {\n            background: #e0e7ff;\n            transform: scale(1.05);\n        }\n        .product-description .card-icon svg {\n            width: 24px;\n            height: 24px;\n            transition: transform 0.3s ease;\n        }\n        .product-description .card:hover .card-icon svg {\n            transform: rotate(5deg) scale(1.1);\n        }\n        \n        \/* Grid Layouts *\/\n        .product-description .grid-2col {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 20px;\n            margin: 28px 0;\n        }\n        .product-description .grid-3col {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 16px;\n            margin: 28px 0;\n        }\n        .product-description .grid-4col {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 14px;\n            margin: 28px 0;\n        }\n        @media screen and (max-width: 768px) {\n            .product-description .grid-2col,\n            .product-description .grid-3col,\n            .product-description .grid-4col {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 12px;\n                margin: 20px 0;\n            }\n        }\n        @media screen and (max-width: 480px) {\n            .product-description .grid-3col,\n            .product-description .grid-4col {\n                grid-template-columns: 1fr 1fr;\n            }\n            .product-description .grid-2col {\n                grid-template-columns: 1fr;\n                gap: 12px;\n            }\n        }\n        \n        \/* Stat Highlights *\/\n        .product-description .stat-row {\n            display: flex;\n            flex-wrap: wrap;\n            justify-content: space-between;\n            gap: 20px;\n            margin: 24px 0;\n        }\n        .product-description .stat-item {\n            flex: 1;\n            min-width: 120px;\n            text-align: center;\n            padding: 16px 8px;\n            border-right: 1px solid #e2e8f0;\n            transition: transform 0.3s ease;\n        }\n        .product-description .stat-item:last-child { border-right: none; }\n        .product-description .stat-item:hover { transform: translateY(-4px); }\n        @media screen and (max-width: 480px) {\n            .product-description .stat-row { gap: 10px; }\n            .product-description .stat-item { flex: 1 1 40%; min-width: 100px; border-right: none; border-bottom: 1px solid #e2e8f0; }\n            .product-description .stat-item:nth-child(odd) { border-right: 1px solid #e2e8f0; }\n            .product-description .stat-item:nth-last-child(-n+2) { border-bottom: none; }\n        }\n        \n        \/* Specification Table - Card Based *\/\n        .product-description .spec-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 12px;\n            margin: 24px 0;\n        }\n        @media screen and (max-width: 640px) {\n            .product-description .spec-grid { grid-template-columns: 1fr; }\n        }\n        .product-description .spec-card {\n            display: flex;\n            align-items: center;\n            gap: 14px;\n            background: #f8fafc;\n            border-radius: 14px;\n            padding: 16px 18px;\n            border: 1px solid #f1f5f9;\n            transition: all 0.3s ease;\n        }\n        .product-description .spec-card:hover {\n            background: #ffffff;\n            border-color: #cbd5e1;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.04);\n            transform: translateX(4px);\n        }\n        .product-description .spec-card .spec-icon {\n            flex-shrink: 0;\n            width: 40px;\n            height: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n        .product-description .spec-card .spec-icon svg { width: 28px; height: 28px; }\n        .product-description .spec-card .spec-info { flex: 1; }\n        .product-description .spec-card .spec-label { font-size: 13px; font-weight: 500; color: #64748b; }\n        .product-description .spec-card .spec-value { font-size: 16px; font-weight: 600; color: #0f172a; }\n        @media screen and (max-width: 768px) {\n            .product-description .spec-card .spec-label { font-size: 12px; }\n            .product-description .spec-card .spec-value { font-size: 14px; }\n        }\n        \n        \/* Divider *\/\n        .product-description .divider {\n            border: none;\n            border-top: 1px solid #e2e8f0;\n            margin: 32px 0;\n        }\n        \n        \/* FAQ Accordion *\/\n        .product-description .faq-item {\n            border-bottom: 1px solid #e2e8f0;\n            padding: 0;\n        }\n        .product-description .faq-question {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 18px 4px;\n            cursor: pointer;\n            font-size: 15px;\n            font-weight: 600;\n            color: #1e293b;\n            list-style: none;\n            transition: color 0.3s ease;\n        }\n        .product-description .faq-question:hover { color: #2563eb; }\n        .product-description .faq-question::-webkit-details-marker { display: none; }\n        .product-description .faq-question .faq-icon {\n            transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1.2);\n            width: 20px;\n            height: 20px;\n            flex-shrink: 0;\n            color: #64748b;\n        }\n        .product-description details[open] .faq-icon { transform: rotate(180deg); color: #2563eb; }\n        .product-description .faq-answer {\n            padding: 0 4px 20px 4px;\n            font-size: 14px;\n            color: #475569;\n            line-height: 1.7;\n        }\n        @media screen and (max-width: 768px) {\n            .product-description .faq-question { font-size: 14px; padding: 16px 2px; }\n            .product-description .faq-answer { font-size: 13px; }\n        }\n        \n        \/* Policy Section *\/\n        .product-description .policy-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 16px;\n            margin: 28px 0;\n        }\n        @media screen and (max-width: 640px) {\n            .product-description .policy-grid { grid-template-columns: 1fr; }\n        }\n        .product-description .policy-card {\n            background: #f8fafc;\n            border-radius: 14px;\n            padding: 20px 20px;\n            border: 1px solid #e2e8f0;\n            display: flex;\n            align-items: flex-start;\n            gap: 14px;\n            transition: all 0.3s ease;\n        }\n        .product-description .policy-card:hover {\n            background: #ffffff;\n            border-color: #2563eb;\n            box-shadow: 0 6px 18px rgba(37,99,235,0.08);\n            transform: translateY(-2px);\n        }\n        .product-description .policy-card .policy-icon { flex-shrink: 0; width: 36px; height: 36px; color: #2563eb; }\n        .product-description .policy-card .policy-text h4 { font-size: 15px; font-weight: 600; color: #0f172a; margin-bottom: 4px; }\n        .product-description .policy-card .policy-text p { font-size: 13px; color: #64748b; }\n        @media screen and (max-width: 768px) {\n            .product-description .policy-card .policy-text h4 { font-size: 14px; }\n            .product-description .policy-card .policy-text p { font-size: 12px; }\n        }\n        \n        \/* Animations *\/\n        @keyframes fadeInUp {\n            from { opacity: 0; transform: translateY(20px); }\n            to { opacity: 1; transform: translateY(0); }\n        }\n        .product-description .animate-in {\n            animation: fadeInUp 0.6s ease forwards;\n            opacity: 0;\n        }\n        .product-description .delay-1 { animation-delay: 0.1s; }\n        .product-description .delay-2 { animation-delay: 0.2s; }\n        .product-description .delay-3 { animation-delay: 0.3s; }\n        .product-description .delay-4 { animation-delay: 0.4s; }\n        \n        \/* Pulse for hot items *\/\n        @keyframes subtlePulse {\n            0%, 100% { opacity: 1; }\n            50% { opacity: 0.75; }\n        }\n        .product-description .pulse-subtle {\n            animation: subtlePulse 3s ease-in-out infinite;\n        }\n        \n        \/* Scroll reveal fallback *\/\n        @media (prefers-reduced-motion: no-preference) {\n            .product-description .reveal-on-scroll {\n                opacity: 0;\n                transform: translateY(20px);\n                transition: opacity 0.6s ease, transform 0.6s ease;\n            }\n        }\n        \n        \/* Color accents *\/\n        .product-description .text-accent { color: #2563eb; }\n        .product-description .bg-accent-light { background: #eff6ff; }\n        .product-description .border-accent { border-color: #2563eb; }\n    \u003c\/style\u003e\n\n\n\n    \u003cdiv class=\"product-description\"\u003e\n\n        \u003c!-- Hero \/ Intro --\u003e\n        \u003cdiv style=\"text-align: center; padding: 24px 0 12px 0;\"\u003e\n            \u003ch1 style=\"font-size: 32px; font-weight: 700; color: #0f172a; letter-spacing: -0.6px; margin-bottom: 8px;\"\u003eHKM-S6M Electric Scooter\u003c\/h1\u003e\n            \u003cp style=\"font-size: 16px; font-weight: 500; color: #2563eb; text-transform: uppercase; letter-spacing: 1.2px;\"\u003eEngineered for Power. Designed for Range.\u003c\/p\u003e\n            \u003cp style=\"font-size: 15px; color: #475569; margin-top: 12px; max-width: 680px; margin-left: auto; margin-right: auto;\"\u003eConquer your commute and beyond with the HKM-S6M — a high-performance electric scooter built for riders who demand more. Featuring a robust 1200W motor, extended 34.8-mile range, and advanced dual suspension, it delivers an exhilarating ride across urban streets and light off-road terrain alike.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003chr class=\"divider\"\u003e\n\n        \u003c!-- Key Stats Row --\u003e\n        \u003cdiv class=\"stat-row animate-in delay-1\"\u003e\n            \u003cdiv class=\"stat-item\"\u003e\n                \u003cdiv class=\"stat-value\"\u003e1200\u003cspan style=\"font-size:20px;\"\u003eW\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"stat-unit\"\u003ePeak Motor Power\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"stat-item\"\u003e\n                \u003cdiv class=\"stat-value\"\u003e34.8\u003cspan style=\"font-size:20px;\"\u003e mi\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"stat-unit\"\u003eMax Range \u003cspan style=\"font-size:11px; color:#94a3b8;\"\u003e(56 km)\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"stat-item\"\u003e\n                \u003cdiv class=\"stat-value\"\u003e34\u003cspan style=\"font-size:20px;\"\u003e mph\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"stat-unit\"\u003eTop Speed \u003cspan style=\"font-size:11px; color:#94a3b8;\"\u003e(55 km\/h)\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"stat-item\"\u003e\n                \u003cdiv class=\"stat-value\"\u003e330\u003cspan style=\"font-size:20px;\"\u003e lbs\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"stat-unit\"\u003eMax Load \u003cspan style=\"font-size:11px; color:#94a3b8;\"\u003e(150 kg)\u003c\/span\u003e\n\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003chr class=\"divider\"\u003e\n\n        \u003c!-- Performance Section --\u003e\n        \u003cdiv style=\"margin: 32px 0;\"\u003e\n            \u003ch2 style=\"margin-bottom: 6px;\"\u003e\u003cspan style=\"display: inline-flex; align-items: center; gap: 8px;\"\u003e\u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003eUnleash Electrifying Performance\u003c\/span\u003e\u003c\/h2\u003e\n            \u003cp style=\"margin-bottom: 20px;\"\u003eThe HKM-S6M is propelled by a high-torque 1200W brushless hub motor, delivering instant acceleration and a remarkable 35 N·m of torque. Whether you're launching from a standstill at a traffic light or charging up a steep urban incline, the power delivery remains smooth, responsive, and thoroughly exhilarating.\u003c\/p\u003e\n\n            \u003cdiv class=\"grid-2col\"\u003e\n                \u003cdiv class=\"card animate-in delay-1\"\u003e\n                    \u003cdiv class=\"card-icon\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1e293b\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M17 10.5c.9 0 1.7.3 2.4.9A3 3 0 0 1 20 16l-6 3-6-3a3 3 0 0 1 .6-4.6A3 3 0 0 1 11 10.5\"\u003e\u003c\/path\u003e\n                            \u003cline x1=\"10\" y1=\"21\" x2=\"10\" y2=\"17\"\u003e\u003c\/line\u003e\n                            \u003ccircle cx=\"12\" cy=\"7\" r=\"2\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M12 3v2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch4 style=\"margin-bottom: 6px;\"\u003e23° Hill Climbing Dominance\u003c\/h4\u003e\n                    \u003cp style=\"font-size: 13px; color: #475569;\"\u003eWith 35N·m of torque, tackle gradients up to 23° with confidence. No more dismounting on steep city hills — the S6M powers through effortlessly, maintaining consistent speed even on challenging ascents.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card animate-in delay-2\"\u003e\n                    \u003cdiv class=\"card-icon\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1e293b\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch4 style=\"margin-bottom: 6px;\"\u003eTriple Speed Mode Control\u003c\/h4\u003e\n                    \u003cp style=\"font-size: 13px; color: #475569;\"\u003eAdapt to any environment with three adjustable speed tiers: Eco (15.5 mph \/ 25 km\/h), Standard (25 mph \/ 40 km\/h), and Sport (34 mph \/ 55 km\/h). Seamlessly switch via the intuitive dashboard or companion mobile app.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Battery \u0026 Range Section --\u003e\n        \u003cdiv style=\"margin: 36px 0;\"\u003e\n            \u003ch2 style=\"margin-bottom: 6px;\"\u003e\u003cspan style=\"display: inline-flex; align-items: center; gap: 8px;\"\u003e\u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003crect x=\"1\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"23\" y1=\"10\" x2=\"23\" y2=\"14\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003eExceptional Range. Intelligent Power Management.\u003c\/span\u003e\u003c\/h2\u003e\n            \u003cp style=\"margin-bottom: 20px;\"\u003eAt the heart of the HKM-S6M lies a high-density 48V 18.2Ah lithium-ion battery pack, storing an impressive 873 watt-hours of energy. This substantial capacity translates directly into real-world freedom — ride up to 34.8 miles (56 kilometers) on a single charge under optimal conditions. The advanced Battery Management System (BMS) continuously monitors cell health, temperature, and charge cycles, ensuring longevity, safety, and consistent performance over hundreds of charge cycles.\u003c\/p\u003e\n\n            \u003cdiv class=\"grid-3col\"\u003e\n                \u003cdiv class=\"card animate-in delay-1\" style=\"text-align: center;\"\u003e\n                    \u003cdiv class=\"card-icon\" style=\"margin: 0 auto 12px auto;\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1e293b\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M12 2v4\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M12 18v4\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M4.93 4.93l2.83 2.83\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M16.24 16.24l2.83 2.83\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M2 12h4\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M18 12h4\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M4.93 19.07l2.83-2.83\"\u003e\u003c\/path\u003e\n                            \u003cpath d=\"M16.24 7.76l2.83-2.83\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"stat-value\" style=\"font-size: 26px;\"\u003e34.8\u003cspan style=\"font-size: 16px;\"\u003e mi\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv class=\"stat-unit\"\u003eMaximum Range\u003c\/div\u003e\n                    \u003cp style=\"font-size: 12px; color: #94a3b8; margin-top: 4px;\"\u003e56 km (Optimal Conditions)\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card animate-in delay-2\" style=\"text-align: center;\"\u003e\n                    \u003cdiv class=\"card-icon\" style=\"margin: 0 auto 12px auto;\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1e293b\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpolygon points=\"13 2 3 14 12 14 11 22 21 10 12 10 13 2\"\u003e\u003c\/polygon\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"stat-value\" style=\"font-size: 26px;\"\u003e873\u003cspan style=\"font-size: 16px;\"\u003e Wh\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv class=\"stat-unit\"\u003eBattery Capacity\u003c\/div\u003e\n                    \u003cp style=\"font-size: 12px; color: #94a3b8; margin-top: 4px;\"\u003e48V 18.2Ah Lithium-Ion\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card animate-in delay-3\" style=\"text-align: center;\"\u003e\n                    \u003cdiv class=\"card-icon\" style=\"margin: 0 auto 12px auto;\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1e293b\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"stat-value\" style=\"font-size: 26px;\"\u003e6-7\u003cspan style=\"font-size: 16px;\"\u003e hrs\u003c\/span\u003e\n\u003c\/div\u003e\n                    \u003cdiv class=\"stat-unit\"\u003eFull Recharge Time\u003c\/div\u003e\n                    \u003cp style=\"font-size: 12px; color: #94a3b8; margin-top: 4px;\"\u003eComplete 0-100% Cycle\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Ride Comfort \u0026 All-Terrain --\u003e\n        \u003cdiv style=\"margin: 36px 0;\"\u003e\n            \u003ch2 style=\"margin-bottom: 6px;\"\u003e\u003cspan style=\"display: inline-flex; align-items: center; gap: 8px;\"\u003e\u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003eSuperior Suspension \u0026amp; All-Terrain Confidence\u003c\/span\u003e\u003c\/h2\u003e\n            \u003cp style=\"margin-bottom: 20px;\"\u003eUrban commutes are rarely perfectly smooth. The HKM-S6M is engineered to absorb the imperfections of real-world roads — from potholes and expansion cracks to gravel paths and light trails. An independent dual suspension system works in harmony with oversized pneumatic tires to deliver a ride quality that stands apart from conventional commuter scooters.\u003c\/p\u003e\n\n            \u003cdiv class=\"grid-2col\"\u003e\n                \u003cdiv class=\"card animate-in delay-1\"\u003e\n                    \u003cdiv class=\"card-icon\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1e293b\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M4 12h16M4 6h16M4 18h16\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"8\" cy=\"6\" r=\"1.5\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"16\" cy=\"12\" r=\"1.5\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"8\" cy=\"18\" r=\"1.5\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch4 style=\"margin-bottom: 6px;\"\u003eIndependent Dual Shock Absorbers\u003c\/h4\u003e\n                    \u003cp style=\"font-size: 13px; color: #475569;\"\u003eFront and rear spring-loaded shock absorbers operate independently to dampen vibrations and impacts. This system significantly reduces rider fatigue on longer journeys and enhances stability when traversing uneven surfaces.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card animate-in delay-2\"\u003e\n                    \u003cdiv class=\"card-icon\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1e293b\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"6\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch4 style=\"margin-bottom: 6px;\"\u003e11\" Pneumatic Off-Road Tires\u003c\/h4\u003e\n                    \u003cp style=\"font-size: 13px; color: #475569;\"\u003eThe 11-inch air-filled tires (90\/65-6.5) feature an aggressive tread pattern that provides superior traction on pavement, packed dirt, and light gravel. Pneumatic construction naturally absorbs road chatter, contributing to the plush ride quality.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"grid-2col\" style=\"margin-top: 16px;\"\u003e\n                \u003cdiv class=\"card animate-in delay-3\"\u003e\n                    \u003cdiv class=\"card-icon\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1e293b\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"22\"\u003e\u003c\/line\u003e\n                            \u003cpolyline points=\"8 6 12 2 16 6\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch4 style=\"margin-bottom: 6px;\"\u003e6.7\" High Ground Clearance\u003c\/h4\u003e\n                    \u003cp style=\"font-size: 13px; color: #475569;\"\u003eWith 6.7 inches (17 cm) of ground clearance, the S6M safely clears curbs, speed bumps, and trail debris. This elevated stance prevents undercarriage scrapes and instills confidence when transitioning between surfaces.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card animate-in delay-4\"\u003e\n                    \u003cdiv class=\"card-icon\"\u003e\n                        \u003csvg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#1e293b\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"2\"\u003e\u003c\/rect\u003e\n                            \u003cpath d=\"M9 1v3M15 1v3M9 20v3M15 20v3\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003ch4 style=\"margin-bottom: 6px;\"\u003eIPX5 Water Resistance\u003c\/h4\u003e\n                    \u003cp style=\"font-size: 13px; color: #475569;\"\u003eEngineered to withstand water splashes from any direction, the IPX5 rating ensures reliable operation during unexpected light rain showers or when riding through damp streets. Electronics are sealed and protected.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Smart Connectivity --\u003e\n        \u003cdiv style=\"margin: 36px 0; background: #f8fafc; border-radius: 16px; padding: 28px 24px; border: 1px solid #e2e8f0;\"\u003e\n            \u003ch2 style=\"margin-bottom: 12px;\"\u003e\u003cspan style=\"display: inline-flex; align-items: center; gap: 8px;\"\u003e\u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003crect x=\"5\" y=\"2\" width=\"14\" height=\"20\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\n                        \u003cline x1=\"12\" y1=\"18\" x2=\"12.01\" y2=\"18\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003eIntelligent Connectivity \u0026amp; App Control\u003c\/span\u003e\u003c\/h2\u003e\n            \u003cp style=\"margin-bottom: 16px;\"\u003eTake full command of your riding experience through the dedicated HKM companion mobile app. Customize performance parameters, monitor real-time battery status, and secure your scooter remotely — all from your smartphone.\u003c\/p\u003e\n            \u003cdiv class=\"grid-2col\"\u003e\n                \u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 8px 0;\"\u003e\n                    \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex-shrink: 0; margin-top: 2px;\"\u003e\n                        \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan style=\"font-size: 14px; color: #334155;\"\u003eAdjust speed modes and acceleration curves\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 8px 0;\"\u003e\n                    \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex-shrink: 0; margin-top: 2px;\"\u003e\n                        \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan style=\"font-size: 14px; color: #334155;\"\u003eEnable cruise control for effortless long rides\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 8px 0;\"\u003e\n                    \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex-shrink: 0; margin-top: 2px;\"\u003e\n                        \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan style=\"font-size: 14px; color: #334155;\"\u003eRemote lock function for anti-theft security\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"display: flex; align-items: flex-start; gap: 12px; padding: 8px 0;\"\u003e\n                    \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex-shrink: 0; margin-top: 2px;\"\u003e\n                        \u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan style=\"font-size: 14px; color: #334155;\"\u003eReal-time battery monitoring and trip logging\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Complete Specifications --\u003e\n        \u003cdiv style=\"margin: 36px 0;\"\u003e\n            \u003ch2 style=\"margin-bottom: 16px;\"\u003e\u003cspan style=\"display: inline-flex; align-items: center; gap: 8px;\"\u003e\u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                        \u003cline x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"\u003e\u003c\/line\u003e\n                        \u003cline x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003eComplete Technical Specifications\u003c\/span\u003e\u003c\/h2\u003e\n            \u003cdiv class=\"spec-grid\"\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M13 2L3 14h9l-1 8 10-12h-9l1-8z\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eMotor\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e48V 1200W Brushless Hub\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eTop Speed\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e34 mph \/ 55 km\/h\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003crect x=\"1\" y=\"6\" width=\"18\" height=\"12\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\n                            \u003cline x1=\"23\" y1=\"10\" x2=\"23\" y2=\"14\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eBattery\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e48V 18.2Ah (873Wh)\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M12 2v4M12 18v4M4.93 4.93l2.83 2.83M16.24 16.24l2.83 2.83M2 12h4M18 12h4\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eMax Range\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e34.8 mi \/ 56 km\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M12 6v6l4 2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eCharge Time\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e6–7 Hours\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\n                            \u003ccircle cx=\"9\" cy=\"7\" r=\"4\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eMax Load\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e330 lbs \/ 150 kg\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"6\"\u003e\u003c\/circle\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eTires\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e11\" Off-Road (90\/65-6.5)\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003ccircle cx=\"8\" cy=\"8\" r=\"2\"\u003e\u003c\/circle\u003e\n                            \u003ccircle cx=\"16\" cy=\"16\" r=\"2\"\u003e\u003c\/circle\u003e\n                            \u003cpath d=\"M4 4l16 16\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eBrakes\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eFront \u0026amp; Rear Disc\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M4 12h16M4 6h16M4 18h16\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eSuspension\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eFront \u0026amp; Rear Dual Shock\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cline x1=\"12\" y1=\"2\" x2=\"12\" y2=\"22\"\u003e\u003c\/line\u003e\n                            \u003cpolyline points=\"8 6 12 2 16 6\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eGround Clearance\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e6.7\" \/ 17 cm\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003crect x=\"4\" y=\"4\" width=\"16\" height=\"16\" rx=\"2\"\u003e\u003c\/rect\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eWater Resistance\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eIPX5 Rated\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpolyline points=\"16 18 22 12 16 6\"\u003e\u003c\/polyline\u003e\n                            \u003cpolyline points=\"8 6 2 12 8 18\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eFrame\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eFoldable Aluminum Alloy\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003crect x=\"5\" y=\"2\" width=\"14\" height=\"20\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eApp Control\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eSpeed, Cruise, Lock\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M12 2v4M12 18v4M4.93 4.93l2.83 2.83M16.24 16.24l2.83 2.83\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eLighting\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003eLED Headlight \u0026amp; Strip\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eNet Weight\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e63.2 lbs \/ 28.65 kg\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003crect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\n                            \u003cline x1=\"3\" y1=\"9\" x2=\"21\" y2=\"9\"\u003e\u003c\/line\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eUnfolded Size\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e46.5\"x25.2\"x51.2\" \/ 118x64x130 cm\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec-card\"\u003e\n                    \u003cdiv class=\"spec-icon\"\u003e\u003csvg width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpolyline points=\"20 13 6 13 6 21\"\u003e\u003c\/polyline\u003e\n                            \u003cpolyline points=\"6 13 12 7 18 13\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec-info\"\u003e\n\u003cspan class=\"spec-label\"\u003eClimbing Angle\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"spec-value\"\u003e≤ 23°\u003c\/span\u003e\n\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Safety \u0026 Compliance --\u003e\n        \u003cdiv style=\"margin: 36px 0; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 24px;\"\u003e\n            \u003ch3 style=\"margin-bottom: 10px;\"\u003e\u003cspan style=\"display: inline-flex; align-items: center; gap: 8px;\"\u003e\u003csvg width=\"22\" height=\"22\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n                    \u003c\/svg\u003eImportant Safety \u0026amp; Compliance Information\u003c\/span\u003e\u003c\/h3\u003e\n            \u003cp style=\"font-size: 14px; color: #475569; margin-bottom: 10px;\"\u003eElectric scooter regulations vary by city, county, and state throughout the U.S. The HKM-S6M is designed with rider safety as a priority. Key safety certifications and recommendations include:\u003c\/p\u003e\n            \u003cdiv style=\"display: flex; flex-wrap: wrap; gap: 16px; margin-top: 12px;\"\u003e\n                \u003cdiv style=\"flex: 1; min-width: 200px; display: flex; align-items: flex-start; gap: 10px;\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex-shrink: 0; margin-top: 3px;\"\u003e\n                        \u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\n                        \u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan style=\"font-size: 13px; color: #334155;\"\u003eAlways verify local laws, helmet requirements, and permissible riding zones before operation.\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"flex: 1; min-width: 200px; display: flex; align-items: flex-start; gap: 10px;\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex-shrink: 0; margin-top: 3px;\"\u003e\n                        \u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\n                        \u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan style=\"font-size: 13px; color: #334155;\"\u003eUL 2272 certification for electrical system safety is a recommended benchmark — verify product compliance for your region.\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"flex: 1; min-width: 200px; display: flex; align-items: flex-start; gap: 10px;\"\u003e\n                    \u003csvg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" style=\"flex-shrink: 0; margin-top: 3px;\"\u003e\n                        \u003cpath d=\"M22 11.08V12a10 10 0 1 1-5.93-9.14\"\u003e\u003c\/path\u003e\n                        \u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\n                    \u003cspan style=\"font-size: 13px; color: #334155;\"\u003ePerform a pre-ride inspection of tires, brakes, and lighting systems before every journey.\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- FAQ Section --\u003e\n        \u003cdiv style=\"margin: 36px 0;\"\u003e\n            \u003ch2 style=\"margin-bottom: 16px;\"\u003e\u003cspan style=\"display: inline-flex; align-items: center; gap: 8px;\"\u003e\u003csvg width=\"26\" height=\"26\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.8\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                        \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                        \u003cpath d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3\"\u003e\u003c\/path\u003e\n                        \u003cline x1=\"12\" y1=\"17\" x2=\"12.01\" y2=\"17\"\u003e\u003c\/line\u003e\n                    \u003c\/svg\u003eFrequently Asked Questions\u003c\/span\u003e\u003c\/h2\u003e\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary class=\"faq-question\"\u003eWhat is the real-world range I can expect? \u003csvg class=\"faq-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                        \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"faq-answer\"\u003eThe HKM-S6M delivers up to 34.8 miles (56 km) under optimal conditions — a 150 lb (68 kg) rider on flat terrain in Eco mode at 15.5 mph (25 km\/h). Real-world range varies based on rider weight, speed mode selection, terrain, wind conditions, and tire pressure. In Sport mode with frequent stops and hills, expect approximately 22-26 miles (35-42 km). The 873Wh battery capacity provides one of the largest energy reserves in its class.\u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary class=\"faq-question\"\u003eHow does the triple speed mode system work? \u003csvg class=\"faq-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                        \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"faq-answer\"\u003eThree distinct speed profiles are accessible via the handlebar dashboard or companion app. Eco mode limits output to 15.5 mph (25 km\/h) for maximum range and legal compliance in many pedestrian zones. Standard mode provides a balanced 25 mph (40 km\/h) for daily commuting. Sport mode unlocks the full 34 mph (55 km\/h) capability for open roads and private property. Switching modes is instantaneous and can be done while riding.\u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary class=\"faq-question\"\u003eIs the battery removable for charging? \u003csvg class=\"faq-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                        \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"faq-answer\"\u003eThe 48V 18.2Ah lithium-ion battery is integrated into the deck for optimal weight distribution and security. It is not designed for hot-swapping but charges conveniently via a standard charging port located on the side of the deck. Full recharge from 0% to 100% takes approximately 6–7 hours using the included charger.\u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary class=\"faq-question\"\u003eCan this scooter handle hills effectively? \u003csvg class=\"faq-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                        \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"faq-answer\"\u003eAbsolutely. The 1200W motor generates 35 N·m of torque, enabling confident climbs up to 23° gradients. This outperforms many competitors in the same category, making the HKM-S6M an excellent choice for hilly cities like San Francisco, Seattle, or Pittsburgh. The scooter maintains consistent speed on moderate inclines without significant slowdown.\u003c\/div\u003e\n            \u003c\/details\u003e\n            \u003cdetails class=\"faq-item\"\u003e\n                \u003csummary class=\"faq-question\"\u003eWhat does the IPX5 water resistance rating mean? \u003csvg class=\"faq-icon\" width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"\u003e\n                        \u003cpolyline points=\"6 9 12 15 18 9\"\u003e\u003c\/polyline\u003e\n                    \u003c\/svg\u003e\u003c\/summary\u003e\n                \u003cdiv class=\"faq-answer\"\u003eIPX5 certification indicates the scooter is protected against water jets projected from any direction. In practical terms, this means riding through light rain, damp roads, or occasional puddle splashes is safe. However, the scooter should not be submerged in water or operated in heavy downpours. Always dry the scooter after exposure to moisture to maintain optimal condition.\u003c\/div\u003e\n            \u003c\/details\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Policy Section --\u003e\n        \u003cdiv style=\"margin: 36px 0 24px 0; background: #f8fafc; border-radius: 16px; padding: 28px 24px; border: 1px solid #e2e8f0;\"\u003e\n            \u003ch3 style=\"text-align: center; margin-bottom: 20px; font-size: 18px; font-weight: 600; color: #0f172a;\"\u003ePurchase with Confidence\u003c\/h3\u003e\n            \u003cdiv class=\"policy-grid\"\u003e\n                \u003cdiv class=\"policy-card\"\u003e\n                    \u003cdiv class=\"policy-icon\"\u003e\n                        \u003csvg width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003crect x=\"1\" y=\"3\" width=\"15\" height=\"13\"\u003e\u003c\/rect\u003e\n                            \u003cpolygon points=\"23 7 16 12 23 17 23 7\"\u003e\u003c\/polygon\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"policy-text\"\u003e\n                        \u003ch4\u003eFree Shipping on All Orders\u003c\/h4\u003e\n                        \u003cp\u003eEnjoy complimentary standard shipping on every HKM-S6M order within the contiguous United States. Your scooter is carefully packaged and dispatched promptly.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"policy-card\"\u003e\n                    \u003cdiv class=\"policy-icon\"\u003e\n                        \u003csvg width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"policy-text\"\u003e\n                        \u003ch4\u003e180-Day Purchase Protection\u003c\/h4\u003e\n                        \u003cp\u003eWe stand behind our craftsmanship. Every HKM-S6M is covered by a comprehensive 180-day protection plan against manufacturing defects in materials and workmanship.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"policy-card\"\u003e\n                    \u003cdiv class=\"policy-icon\"\u003e\n                        \u003csvg width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003cpath d=\"M21 12a9 9 0 1 1-9-9\"\u003e\u003c\/path\u003e\n                            \u003cpolyline points=\"22 4 12 14.01 9 11.01\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"policy-text\"\u003e\n                        \u003ch4\u003e30-Day Money-Back Guarantee\u003c\/h4\u003e\n                        \u003cp\u003eIf you're not completely satisfied, return the scooter within 30 days of delivery for a full refund. We believe in the HKM-S6M experience and want you to ride with zero risk.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"policy-card\"\u003e\n                    \u003cdiv class=\"policy-icon\"\u003e\n                        \u003csvg width=\"36\" height=\"36\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2563eb\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\n                            \u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\n                            \u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\n                        \u003c\/svg\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"policy-text\"\u003e\n                        \u003ch4\u003e24-Month Warranty Service\u003c\/h4\u003e\n                        \u003cp\u003eExtended peace of mind with a 24-month warranty covering the motor, battery, and controller. Our dedicated support team is ready to assist you throughout the ownership journey.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Final CTA --\u003e\n        \u003cdiv style=\"text-align: center; padding: 20px 0 32px 0;\"\u003e\n            \u003cp style=\"font-size: 14px; font-weight: 500; color: #475569; margin-bottom: 8px;\"\u003eExperience the next level of electric mobility.\u003c\/p\u003e\n            \u003cp style=\"font-size: 16px; font-weight: 600; color: #0f172a;\"\u003eThe HKM-S6M — Built to empower longer, more powerful, and more capable rides.\u003c\/p\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cscript\u003e\n        \/\/ Simple scroll reveal animation\n        document.addEventListener('DOMContentLoaded', function() {\n            const cards = document.querySelectorAll('.product-description .card, .product-description .spec-card, .product-description .policy-card');\n            const observerOptions = {\n                threshold: 0.1,\n                rootMargin: '0px 0px -20px 0px'\n            };\n\n            const observer = new IntersectionObserver((entries) =\u003e {\n                entries.forEach(entry =\u003e {\n                    if (entry.isIntersecting) {\n                        entry.target.style.opacity = '1';\n                        entry.target.style.transform = 'translateY(0)';\n                    }\n                });\n            }, observerOptions);\n\n            cards.forEach(card =\u003e {\n                card.style.opacity = '0';\n                card.style.transform = 'translateY(20px)';\n                card.style.transition = 'opacity 0.5s ease, transform 0.5s ease';\n                observer.observe(card);\n            });\n\n            \/\/ Trigger immediate reveal for items above the fold\n            setTimeout(() =\u003e {\n                const topCards = document.querySelectorAll('.product-description .animate-in');\n                topCards.forEach(card =\u003e {\n                    card.style.opacity = '1';\n                });\n            }, 100);\n        });\n    \u003c\/script\u003e\n\n\n\n\u003cspan\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/01_c8291197-8ffa-4411-80ed-484f53f6ffab.jpg?v=1767948933\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/02_93896c45-6aaa-4e64-a9ef-1659e2ec3682.jpg?v=1767948932\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/03_c35a10e8-8a88-42a6-888f-b90e41f30d66.jpg?v=1767948908\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/04_8ea4c030-d35b-4414-9202-c2e0f9cf19ae.jpg?v=1767948914\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/05_65e4dee2-cc3d-4c18-9cff-da4d3e0cd189.jpg?v=1767948927\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/06_0886c6cd-0ab8-45ac-9d3e-81b7ca8b665a.jpg?v=1767948930\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/07-APP.jpg?v=1767948906\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/08-APP_c419eabf-828b-42b5-93e0-44eebf82c3e6.jpg?v=1767948897\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/09.jpg?v=1767948912\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/10_911eaee4-da6f-4af1-afa1-c0a6ec047947.jpg?v=1767948926\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/11_0e0b5514-e688-46e2-a12b-5c58738c7dd7.jpg?v=1767948929\" alt=\"\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/12_7028146d-9fe2-47da-86c9-9f525006b13d.jpg?v=1767948927\" alt=\"\"\u003e\u003c\/span\u003e\u003cp\u003e\u003c\/p\u003e","brand":"Electric Scooters \u003e\u003e","offers":[{"title":"- 34.9+ Miles \/ - 1200W \/ - 18.2Ah\/48V\/873Wh","offer_id":43308470009939,"sku":"868053898909","price":699.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0624\/6170\/6323\/files\/7797355511891-1-HKM-S6M-34_9-Miles-48V-18_2Ah-873Wh-1200W-Single-Motor-Drive-Long-Range-Foldable-Electric-Scooter-Black.jpg?v=1768115753"}],"url":"https:\/\/www.hekomart.com\/collections\/0001.oembed?page=2","provider":"Hekomart.com","version":"1.0","type":"link"}