{"product_id":"eufycam-c35-add-on-camera-green","title":"eufyCam C35 Add-On Camera (Green) | Brand New","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        @import url('https:\/\/fonts.googleapis.com\/css2?family=DM+Sans:wght@400;500;700;800\u0026family=Space+Grotesk:wght@400;500;600;700\u0026display=swap');\n\n        @keyframes wiggle { 0%,100% { transform: rotate(-2deg); } 50% { transform: rotate(2deg); } }\n        @keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }\n        @keyframes gradientSlide { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }\n\n        * { box-sizing: border-box; margin: 0; padding: 0; }\n\n        body {\n            font-family: 'DM Sans', -apple-system, sans-serif;\n            background: #FFFFFF;\n            color: #1A1A2E;\n            line-height: 1.7;\n            overflow-x: hidden;\n            -webkit-font-smoothing: antialiased;\n        }\n\n        .container { max-width: 1020px; margin: 0 auto; padding: 0 1.5rem; }\n\n        \/* ===== PALETTE =====\n           Leaf Green:    #16A34A \/ #22C55E\n           Lime Pop:      #84CC16 \/ #BEF264\n           Lavender:      #8B5CF6 \/ #C4B5FD\n           Soft Pink:     #EC4899 \/ #FBCFE8\n           Dark Base:     #1A1A2E\n           Cream:         #FEFFF5\n           ===== *\/\n\n        \/* ===== TOP STRIP ===== *\/\n        .top-strip {\n            background: linear-gradient(90deg, #16A34A, #84CC16, #16A34A);\n            background-size: 200% 100%;\n            animation: gradientSlide 6s ease infinite;\n            color: white;\n            text-align: center;\n            padding: 0.7rem 1rem;\n            font-size: 0.72rem;\n            font-weight: 800;\n            letter-spacing: 1.5px;\n            text-transform: uppercase;\n        }\n\n        \/* ===== HEADER ===== *\/\n        header {\n            background: white;\n            padding: 1.25rem 0;\n            border-bottom: 3px solid #1A1A2E;\n        }\n        .header-inner {\n            display: flex; justify-content: space-between; align-items: center;\n            flex-wrap: wrap; gap: 1rem;\n        }\n        .brand-block h1 {\n            font-family: 'Space Grotesk', sans-serif;\n            font-size: 1.6rem; font-weight: 700; color: #1A1A2E;\n        }\n        .brand-block h1 em {\n            font-style: normal;\n            background: #16A34A; color: white;\n            padding: 0.1em 0.45em; border-radius: 8px;\n            font-size: 0.85em;\n        }\n        .brand-sub {\n            font-size: 0.72rem; color: #6B7280; font-weight: 500; margin-top: 2px;\n        }\n        .header-badges { display: flex; gap: 0.4rem; flex-wrap: wrap; }\n        .h-badge {\n            font-size: 0.7rem; font-weight: 700;\n            padding: 0.4rem 0.7rem; border-radius: 8px;\n        }\n        .h-badge.green { background: #F0FDF4; color: #16A34A; border: 1.5px solid #BBF7D0; }\n        .h-badge.purple { background: #F5F3FF; color: #7C3AED; border: 1.5px solid #DDD6FE; }\n        .h-badge.lime { background: #FEFCE8; color: #65A30D; border: 1.5px solid #D9F99D; }\n\n        \/* ===== HERO ===== *\/\n        .hero {\n            background: #1A1A2E;\n            padding: 5rem 0 4.5rem;\n            position: relative; overflow: hidden;\n        }\n        .hero-blob-1 {\n            position: absolute; top: -30%; right: -20%;\n            width: 600px; height: 600px;\n            background: radial-gradient(circle, rgba(22,163,74,0.12) 0%, transparent 65%);\n            border-radius: 50%; pointer-events: none;\n        }\n        .hero-blob-2 {\n            position: absolute; bottom: -40%; left: -15%;\n            width: 500px; height: 500px;\n            background: radial-gradient(circle, rgba(139,92,246,0.08) 0%, transparent 65%);\n            border-radius: 50%; pointer-events: none;\n        }\n        .hero-content { position: relative; z-index: 1; }\n\n        .vibe-tag {\n            display: inline-block;\n            background: #22C55E;\n            color: white;\n            font-family: 'Space Grotesk', sans-serif;\n            font-size: 0.65rem; font-weight: 700;\n            padding: 0.4rem 1.2rem; border-radius: 50px;\n            margin-bottom: 1.75rem;\n            letter-spacing: 2px; text-transform: uppercase;\n            animation: wiggle 3s ease-in-out infinite;\n        }\n\n        .hero h2 {\n            font-family: 'Space Grotesk', sans-serif;\n            font-size: 4.5rem; font-weight: 700; color: white;\n            line-height: 0.95; letter-spacing: -3px;\n            margin-bottom: 1.5rem;\n        }\n        .hero h2 .green { color: #22C55E; }\n        .hero h2 .purple { color: #A78BFA; }\n        .hero h2 .lime { color: #BEF264; }\n        .hero h2 .dim { color: #6B7280; font-weight: 500; font-size: 0.35em; letter-spacing: 0; display: block; margin-top: 0.6rem; }\n\n        .hero-quote {\n            font-size: 1.15rem; color: #9CA3AF;\n            margin-bottom: 1.5rem; max-width: 600px;\n        }\n\n        .hero-pills {\n            display: flex; flex-wrap: wrap; gap: 0.45rem;\n        }\n        .hpill {\n            display: inline-flex; align-items: center; gap: 0.35rem;\n            font-size: 0.78rem; font-weight: 700;\n            padding: 0.55rem 1rem; border-radius: 50px;\n            color: white;\n        }\n        .hpill.g { background: rgba(34,197,94,0.12); border: 1.5px solid rgba(34,197,94,0.25); }\n        .hpill.p { background: rgba(167,139,250,0.1); border: 1.5px solid rgba(167,139,250,0.2); }\n\n        \/* ===== CONDITION ===== *\/\n        .condition-banner {\n            background: #F0FDF4;\n            border-top: 3px solid #22C55E; border-bottom: 3px solid #22C55E;\n            padding: 1rem 0; text-align: center;\n        }\n        .condition-banner strong { color: #166534; font-size: 0.95rem; }\n        .condition-banner span { color: #6B7280; font-size: 0.82rem; margin-left: 0.5rem; }\n\n        \/* ===== SECTIONS ===== *\/\n        section { padding: 4.5rem 0; }\n        .section-dark { background: #1A1A2E; color: white; }\n        .section-cream { background: #FEFFF5; }\n        .section-mint { background: #F0FDF4; }\n        .section-lavender { background: #F5F3FF; }\n\n        .s-eyebrow {\n            font-family: 'Space Grotesk', sans-serif;\n            font-size: 0.65rem; font-weight: 700; letter-spacing: 3px;\n            text-transform: uppercase; color: #16A34A;\n            margin-bottom: 0.5rem;\n        }\n        .section-dark .s-eyebrow { color: #BEF264; }\n        .s-eyebrow.purple { color: #8B5CF6; }\n        .s-eyebrow.pink { color: #EC4899; }\n\n        .s-heading {\n            font-family: 'Space Grotesk', sans-serif;\n            font-size: 2.6rem; font-weight: 700; letter-spacing: -1.8px;\n            margin-bottom: 0.4rem; color: #1A1A2E;\n        }\n        .section-dark .s-heading { color: white; }\n        .s-heading .green { color: #16A34A; }\n        .s-heading .purple { color: #8B5CF6; }\n        .s-heading .pink { color: #EC4899; }\n        .s-heading .lime { color: #65A30D; }\n\n        .s-desc { font-size: 0.88rem; color: #6B7280; margin-bottom: 2.5rem; }\n        .section-dark .s-desc { color: #6B7280; }\n        .center { text-align: center; }\n\n        \/* ===== RENTER HERO BOX ===== *\/\n        .renter-box {\n            max-width: 800px; margin: 0 auto;\n            background: white;\n            border: 3px solid #1A1A2E;\n            border-radius: 20px; overflow: hidden;\n        }\n        .renter-header {\n            background: linear-gradient(135deg, #22C55E, #84CC16);\n            color: white;\n            padding: 0.85rem 1.5rem;\n            font-family: 'Space Grotesk', sans-serif;\n            font-size: 0.75rem; font-weight: 700;\n            letter-spacing: 2px; text-transform: uppercase;\n            text-align: center;\n        }\n        .renter-body { padding: 2.5rem; }\n        .renter-body h3 {\n            font-family: 'Space Grotesk', sans-serif;\n            font-size: 1.6rem; font-weight: 700; color: #1A1A2E;\n            margin-bottom: 1rem; text-align: center;\n        }\n        .renter-body p { color: #4B5563; margin-bottom: 0.75rem; font-size: 0.92rem; text-align: center; }\n\n        .mount-grid {\n            display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.75rem;\n            margin-top: 2rem;\n        }\n        .mount-card {\n            text-align: center; padding: 1.25rem 0.75rem;\n            border-radius: 14px; background: #F0FDF4;\n            border: 2px solid #BBF7D0;\n            transition: all 0.2s ease;\n        }\n        .mount-card:hover { border-color: #22C55E; transform: translateY(-3px); }\n        .mount-card .m-emoji { font-size: 2rem; display: block; margin-bottom: 0.5rem; }\n        .mount-card h5 {\n            font-family: 'Space Grotesk', sans-serif;\n            font-size: 0.78rem; font-weight: 700; color: #166534;\n            margin-bottom: 0.25rem;\n        }\n        .mount-card p { font-size: 0.68rem; color: #6B7280; }\n\n        \/* ===== FEATURES ===== *\/\n        .feat-grid {\n            display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;\n        }\n        .feat-card {\n            border-radius: 18px; padding: 2rem 1.5rem;\n            transition: transform 0.2s ease;\n        }\n        .feat-card:hover { transform: translateY(-4px); }\n        .feat-card.c-green { background: #16A34A; color: white; }\n        .feat-card.c-purple { background: #7C3AED; color: white; }\n        .feat-card.c-dark { background: #1A1A2E; color: white; }\n        .feat-card.c-pink { background: #EC4899; color: white; }\n        .feat-card.c-lime { background: #65A30D; color: white; }\n        .feat-card.c-teal { background: #0D9488; color: white; }\n        .feat-card .f-emoji { font-size: 2.5rem; margin-bottom: 1rem; display: block; }\n        .feat-card h3 {\n            font-family: 'Space Grotesk', sans-serif;\n            font-size: 1.1rem; font-weight: 700; margin-bottom: 0.5rem;\n        }\n        .feat-card p { font-size: 0.8rem; opacity: 0.92; line-height: 1.75; }\n\n        \/* ===== RENTER PERKS ===== *\/\n        .perks-grid {\n            display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem;\n        }\n        .perk-card {\n            border-radius: 18px; padding: 2.5rem 2rem;\n            border: 3px solid transparent;\n            transition: all 0.2s ease;\n            text-align: center;\n        }\n        .perk-card:hover { transform: scale(1.02); }\n        .perk-card.p1 { background: #ECFDF5; border-color: #BBF7D0; }\n        .perk-card.p1:hover { border-color: #22C55E; }\n        .perk-card.p2 { background: #F5F3FF; border-color: #DDD6FE; }\n        .perk-card.p2:hover { border-color: #8B5CF6; }\n        .perk-card.p3 { background: #FFF1F2; border-color: #FECDD3; }\n        .perk-card.p3:hover { border-color: #EC4899; }\n        .perk-card.p4 { background: #FEFCE8; border-color: #D9F99D; }\n        .perk-card.p4:hover { border-color: #84CC16; }\n        .perk-card .pk-emoji { font-size: 3rem; display: block; margin-bottom: 0.75rem; }\n        .perk-card h4 {\n            font-family: 'Space Grotesk', sans-serif;\n            font-size: 1.15rem; font-weight: 700; color: #1A1A2E;\n            margin-bottom: 0.5rem;\n        }\n        .perk-card p { font-size: 0.82rem; color: #6B7280; }\n\n        \/* ===== STATS ===== *\/\n        .stats-row {\n            display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem;\n        }\n        .stat-block {\n            text-align: center; padding: 2.5rem 1rem;\n            border-radius: 18px;\n            border: 2px solid rgba(34,197,94,0.15);\n            background: rgba(34,197,94,0.04);\n            transition: border-color 0.2s ease;\n        }\n        .stat-block:hover { border-color: #22C55E; }\n        .stat-num {\n            font-family: 'Space Grotesk', sans-serif;\n            font-size: 3rem; font-weight: 700; display: block;\n            margin-bottom: 0.2rem; line-height: 1;\n            color: #22C55E;\n        }\n        .stat-block:nth-child(2) .stat-num { color: #8B5CF6; }\n        .stat-block:nth-child(3) .stat-num { color: #EC4899; }\n        .stat-block:nth-child(4) .stat-num { color: #84CC16; }\n        .stat-tag {\n            font-size: 0.62rem; font-weight: 700; letter-spacing: 2.5px;\n            text-transform: uppercase; color: #6B7280; margin-bottom: 0.5rem;\n        }\n        .stat-block p { font-size: 0.75rem; color: #6B7280; }\n\n        \/* ===== ADD-ON EXPLAINER ===== *\/\n        .addon-box {\n            max-width: 760px; margin: 0 auto;\n            background: white;\n            border: 3px solid #1A1A2E;\n            border-radius: 18px; overflow: hidden;\n        }\n        .addon-header {\n            background: #8B5CF6; color: white;\n            padding: 0.85rem 1.5rem;\n            font-family: 'Space Grotesk', sans-serif;\n            font-size: 0.7rem; font-weight: 700;\n            letter-spacing: 2px; text-transform: uppercase;\n            text-align: center;\n        }\n        .addon-body { padding: 2.5rem; }\n        .addon-body h3 {\n            font-family: 'Space Grotesk', sans-serif;\n            font-size: 1.4rem; font-weight: 700; color: #1A1A2E;\n            margin-bottom: 0.75rem;\n        }\n        .addon-body p { color: #4B5563; margin-bottom: 0.75rem; font-size: 0.9rem; }\n        .addon-modes {\n            display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.5rem;\n        }\n        .addon-mode {\n            border-radius: 14px; padding: 1.25rem; text-align: center;\n        }\n        .addon-mode.wifi { background: #F0FDF4; border: 2px solid #BBF7D0; }\n        .addon-mode.hb { background: #F5F3FF; border: 2px solid #DDD6FE; }\n        .addon-mode h4 {\n            font-family: 'Space Grotesk', sans-serif;\n            font-size: 0.88rem; font-weight: 700; margin-bottom: 0.5rem;\n        }\n        .addon-mode.wifi h4 { color: #16A34A; }\n        .addon-mode.hb h4 { color: #7C3AED; }\n        .addon-mode p { font-size: 0.78rem; color: #6B7280; }\n        .addon-warn {\n            margin-top: 1.5rem; padding: 1rem;\n            background: #FEF3C7; border: 2px solid #FDE68A;\n            border-radius: 12px; font-size: 0.78rem; color: #92400E;\n            text-align: center;\n        }\n\n        \/* ===== SPECS ===== *\/\n        .specs-grid {\n            display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;\n            border: 3px solid #1A1A2E; border-radius: 18px; overflow: hidden;\n        }\n        .spec-cell {\n            padding: 1.5rem 1.25rem;\n            border-right: 1px solid #E5E7EB;\n            border-bottom: 1px solid #E5E7EB;\n        }\n        .spec-cell:nth-child(4n) { border-right: none; }\n        .spec-cell:nth-last-child(-n+4) { border-bottom: none; }\n        .spec-cell h4 {\n            font-family: 'Space Grotesk', sans-serif;\n            font-size: 0.78rem; font-weight: 700; color: #16A34A;\n            margin-bottom: 0.5rem;\n        }\n        .spec-cell:nth-child(even) h4 { color: #8B5CF6; }\n        .spec-cell p { font-size: 0.75rem; color: #6B7280; line-height: 1.85; }\n\n        \/* ===== COMPARISON ===== *\/\n        .comp-outer {\n            border: 3px solid #1A1A2E; border-radius: 18px; overflow: hidden;\n        }\n        .comp-table { width: 100%; border-collapse: collapse; font-size: 0.8rem; min-width: 500px; }\n        .comp-table thead th {\n            padding: 1rem; text-align: center;\n            font-family: 'Space Grotesk', sans-serif;\n            font-weight: 700; font-size: 0.75rem;\n            background: #F3F4F6; color: #6B7280;\n            border-bottom: 2px solid #E5E7EB;\n        }\n        .comp-table thead th:nth-child(2) {\n            background: #16A34A; color: white;\n        }\n        .comp-table td {\n            padding: 0.7rem 1rem; text-align: center;\n            border-bottom: 1px solid #F3F4F6; color: #6B7280;\n        }\n        .comp-table td:first-child { text-align: left; font-weight: 700; color: #1A1A2E; }\n        .comp-table td:nth-child(2) {\n            background: #F0FDF4; color: #1A1A2E; font-weight: 700;\n        }\n        .comp-table tr:last-child td { border-bottom: none; }\n\n        \/* ===== WHY CAMGUARD ===== *\/\n        .why-grid {\n            display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem;\n        }\n        .why-card {\n            border-radius: 18px; padding: 2rem 1.75rem;\n            border: 2px solid #E5E7EB;\n            transition: all 0.2s ease;\n        }\n        .why-card:hover { border-color: #22C55E; background: #F0FDF4; }\n        .why-card:nth-child(2):hover { border-color: #8B5CF6; background: #F5F3FF; }\n        .why-card:nth-child(3):hover { border-color: #EC4899; background: #FFF1F2; }\n        .why-card:nth-child(4):hover { border-color: #84CC16; background: #FEFCE8; }\n        .why-card .w-emoji { font-size: 2rem; margin-bottom: 0.75rem; display: block; }\n        .why-card h4 {\n            font-family: 'Space Grotesk', sans-serif;\n            font-size: 1.05rem; font-weight: 700; color: #1A1A2E;\n            margin-bottom: 0.5rem;\n        }\n        .why-card p { font-size: 0.82rem; color: #6B7280; }\n\n        \/* ===== SHIPPING ===== *\/\n        .ship-grid {\n            display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;\n        }\n        .ship-card {\n            border-radius: 18px; padding: 2rem 1.5rem; text-align: center;\n            transition: transform 0.2s ease;\n        }\n        .ship-card:hover { transform: translateY(-4px); }\n        .ship-express { background: #16A34A; color: white; }\n        .ship-wa { background: #8B5CF6; color: white; }\n        .ship-local { background: #1A1A2E; color: white; }\n        .ship-card .sh-emoji { font-size: 2.5rem; margin-bottom: 0.75rem; display: block; }\n        .ship-card h4 {\n            font-family: 'Space Grotesk', sans-serif;\n            font-size: 1.1rem; font-weight: 700; margin-bottom: 0.75rem;\n        }\n        .ship-card p { font-size: 0.82rem; opacity: 0.9; margin-bottom: 0.3rem; }\n\n        \/* ===== INCLUDED ===== *\/\n        .inc-grid {\n            display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 0.5rem;\n        }\n        .inc-item {\n            display: flex; align-items: center; gap: 0.5rem;\n            font-size: 0.82rem; font-weight: 600; padding: 0.6rem 0.8rem;\n            border-radius: 10px;\n        }\n        .inc-yes { background: #ECFDF5; color: #059669; border: 1.5px solid #A7F3D0; }\n        .inc-no { background: #FEF2F2; color: #DC2626; border: 1.5px solid #FECACA; font-size: 0.78rem; }\n        .inc-note { background: #FFF7ED; color: #C2410C; border: 1.5px solid #FED7AA; font-size: 0.78rem; }\n\n        \/* ===== WARRANTY ===== *\/\n        .war-grid {\n            display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;\n        }\n        .war-card {\n            border-radius: 18px; padding: 2rem 1.5rem;\n            color: white; transition: transform 0.2s ease;\n        }\n        .war-card:hover { transform: translateY(-4px); }\n        .war-ebay { background: #4F46E5; }\n        .war-acl { background: #059669; }\n        .war-cg { background: #1A1A2E; border: 2px solid #22C55E; }\n        .war-card h4 {\n            font-family: 'Space Grotesk', sans-serif;\n            font-size: 1.05rem; font-weight: 700; margin-bottom: 1rem;\n        }\n        .war-cg h4 { color: #22C55E; }\n        .war-card ul { list-style: none; }\n        .war-card li {\n            padding: 0.4rem 0 0.4rem 1.3rem; position: relative;\n            font-size: 0.82rem; opacity: 0.9;\n        }\n        .war-card li::before {\n            content: '✓'; position: absolute; left: 0; font-weight: 900;\n        }\n\n        \/* ===== HONEST BOX ===== *\/\n        .honest-box {\n            max-width: 760px; margin: 2.5rem auto 0;\n            border: 2px dashed #D1D5DB;\n            border-radius: 18px; padding: 2.5rem; text-align: center;\n        }\n        .honest-box h3 {\n            font-family: 'Space Grotesk', sans-serif;\n            font-size: 1.2rem; font-weight: 700; color: #1A1A2E;\n            margin-bottom: 1rem;\n        }\n        .honest-box p { font-size: 0.85rem; color: #6B7280; max-width: 640px; margin: 0 auto; line-height: 1.85; }\n\n        \/* ===== FOOTER CTA ===== *\/\n        .cta-section {\n            background: #1A1A2E; padding: 5rem 0; text-align: center;\n            position: relative; overflow: hidden;\n        }\n        .cta-glow {\n            position: absolute; width: 600px; height: 600px;\n            background: radial-gradient(circle, rgba(34,197,94,0.1) 0%, transparent 65%);\n            border-radius: 50%; top: 50%; left: 50%;\n            transform: translate(-50%, -50%); pointer-events: none;\n        }\n        .cta-section h2 {\n            font-family: 'Space Grotesk', sans-serif;\n            font-size: 3rem; font-weight: 700; color: white;\n            letter-spacing: -2.5px; position: relative; z-index: 1;\n            margin-bottom: 0.75rem; line-height: 1.05;\n        }\n        .cta-section h2 .green { color: #22C55E; }\n        .cta-section h2 .purple { color: #A78BFA; }\n        .cta-section p {\n            font-size: 0.85rem; color: #6B7280;\n            position: relative; z-index: 1;\n        }\n        .cta-whisper {\n            font-size: 0.75rem; color: #4B5563; margin-top: 0.75rem;\n            font-style: italic;\n        }\n\n        \/* ===== FOOTER ===== *\/\n        footer {\n            background: white;\n            border-top: 3px solid #1A1A2E;\n            padding: 2rem 0; text-align: center;\n        }\n        .footer-brand {\n            font-family: 'Space Grotesk', sans-serif;\n            font-size: 1.1rem; font-weight: 700; color: #1A1A2E;\n            margin-bottom: 0.5rem;\n        }\n        .footer-brand em {\n            font-style: normal; background: #16A34A; color: white;\n            padding: 0.1em 0.35em; border-radius: 6px; font-size: 0.85em;\n        }\n        footer p { font-size: 0.72rem; color: #9CA3AF; margin: 0.2rem 0; }\n\n        \/* ===== FLOATING BADGE ===== *\/\n        .float-badge {\n            position: fixed; top: 100px; right: 16px;\n            background: #22C55E; color: white;\n            padding: 0.8rem 1rem; border-radius: 14px;\n            font-family: 'Space Grotesk', sans-serif;\n            font-size: 0.72rem; font-weight: 700;\n            text-align: center; z-index: 999;\n            border: 2px solid #166534;\n            box-shadow: 0 4px 25px rgba(34,197,94,0.3);\n            line-height: 1.5;\n            animation: float 3s ease-in-out infinite;\n        }\n        .float-badge small { color: rgba(255,255,255,0.7); font-size: 0.6rem; display: block; }\n\n        \/* RESPONSIVE *\/\n        @media (max-width: 900px) {\n            .feat-grid, .specs-grid { grid-template-columns: repeat(2, 1fr); }\n            .spec-cell:nth-child(2n) { border-right: none; }\n            .mount-grid { grid-template-columns: repeat(2, 1fr); }\n        }\n        @media (max-width: 768px) {\n            .hero h2 { font-size: 2.8rem; letter-spacing: -2px; }\n            .s-heading { font-size: 1.8rem; }\n            .float-badge { position: static; margin: 1rem auto; display: table; animation: none; }\n            .stats-row, .ship-grid, .war-grid { grid-template-columns: 1fr; }\n            .feat-grid, .specs-grid, .mount-grid { grid-template-columns: 1fr; }\n            .why-grid, .perks-grid, .addon-modes { grid-template-columns: 1fr; }\n            .cta-section h2 { font-size: 2rem; }\n            .spec-cell { border-right: none !important; }\n        }\n    \u003c\/style\u003e\n\u003cdiv class=\"top-strip\"\u003e🌿 It's Green · It's Magnetic · It's Renter-Proof · EXPRESS AS STANDARD\u003c\/div\u003e\n\u003cheader\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"header-inner\"\u003e\n\u003cdiv class=\"brand-block\"\u003e\n\u003ch1\u003e📹 \u003cem\u003eCamGuard\u003c\/em\u003e Australia\u003c\/h1\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"header-badges\"\u003e\n\u003cspan class=\"h-badge green\"\u003e📦 Ships from QLD\u003c\/span\u003e \u003cspan class=\"h-badge purple\"\u003e🛡️ 1-Year Warranty\u003c\/span\u003e \u003cspan class=\"h-badge lime\"\u003e⚡ Express as Standard\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/header\u003e\u003c!-- ===== HERO ===== --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-blob-1\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"hero-blob-2\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003cdiv class=\"vibe-tag\"\u003e🌿 Renter's Best Friend\u003c\/div\u003e\n\u003ch2\u003eeufyCam \u003cspan class=\"green\"\u003eC35\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"purple\"\u003eAdd-On\u003c\/span\u003e in \u003cspan class=\"lime\"\u003eGreen\u003c\/span\u003e \u003cspan class=\"dim\"\u003eSnap it. Stick it. Done. No drill. No landlord drama. No subscriptions.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"hero-quote\"\u003eA security camera that actually matches your vibe AND doesn't destroy your bond deposit? Yeah, this exists now 🌿\u003c\/p\u003e\n\u003cdiv class=\"hero-pills\"\u003e\n\u003cspan class=\"hpill g\"\u003e🌿 Sage Green\u003c\/span\u003e \u003cspan class=\"hpill g\"\u003e🧲 Magnetic Mount\u003c\/span\u003e \u003cspan class=\"hpill g\"\u003e🔩 Zero Drilling\u003c\/span\u003e \u003cspan class=\"hpill p\"\u003e🎬 2K QHD\u003c\/span\u003e \u003cspan class=\"hpill p\"\u003e🌙 Color Night Vision\u003c\/span\u003e \u003cspan class=\"hpill p\"\u003e🐾 Pet\/Human\/Vehicle AI\u003c\/span\u003e \u003cspan class=\"hpill g\"\u003e💰 $0 Monthly Fees\u003c\/span\u003e \u003cspan class=\"hpill p\"\u003e🌧️ IP67 Weatherproof\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== CONDITION ===== --\u003e\n\u003cdiv class=\"condition-banner\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cstrong\u003e🌿 Brand New \u0026amp; Factory Sealed — in GREEN\u003c\/strong\u003e \u003cspan\u003e100% genuine eufy · model T8110 · add-on camera (no HomeBase included)\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ===== RENTER HERO ===== --\u003e\n\u003csection\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"renter-box\"\u003e\n\u003cdiv class=\"renter-header\"\u003e🏠 Designed For People Who Don't Own The Walls\u003c\/div\u003e\n\u003cdiv class=\"renter-body\"\u003e\n\u003ch3\u003eLandlord-proof security 🔐\u003c\/h3\u003e\n\u003cp\u003eThe C35 was literally designed for renters. Magnetic mount snaps onto any metal surface in seconds. No holes. No screws. No angry property manager emails. Take it with you when you move, like it was never there.\u003c\/p\u003e\n\u003cp style=\"font-size: 0.82rem; color: #16a34a; font-weight: bold;\"\u003eFour ways to mount — pick your vibe:\u003c\/p\u003e\n\u003cdiv class=\"mount-grid\"\u003e\n\u003cdiv class=\"mount-card\"\u003e\n\u003cspan class=\"m-emoji\"\u003e🧲\u003c\/span\u003e\n\u003ch5\u003eMagnetic Snap\u003c\/h5\u003e\n\u003cp\u003eMetal surface? Just stick it. Done in 2 seconds flat\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mount-card\"\u003e\n\u003cspan class=\"m-emoji\"\u003e🪑\u003c\/span\u003e\n\u003ch5\u003eFlat Surface\u003c\/h5\u003e\n\u003cp\u003eShelf, table, windowsill — just set it down\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mount-card\"\u003e\n\u003cspan class=\"m-emoji\"\u003e🔩\u003c\/span\u003e\n\u003ch5\u003eScrew Mount\u003c\/h5\u003e\n\u003cp\u003eIf you DO own the walls (lucky you), screw it in solid\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mount-card\"\u003e\n\u003cspan class=\"m-emoji\"\u003e🌳\u003c\/span\u003e\n\u003ch5\u003eStrap Mount\u003c\/h5\u003e\n\u003cp\u003eTree, fence post, balcony rail — get creative\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== RENTER PERKS ===== --\u003e\n\u003csection class=\"section-lavender\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"center\"\u003e\n\u003cp class=\"s-eyebrow purple\"\u003eWhy Renters Love The C35\u003c\/p\u003e\n\u003ch2 class=\"s-heading\"\u003eSecurity that \u003cspan class=\"purple\"\u003emoves when you do\u003c\/span\u003e 🚚\u003c\/h2\u003e\n\u003cp class=\"s-desc\"\u003eBecause your lease is temporary but your stuff is permanent\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perks-grid\"\u003e\n\u003cdiv class=\"perk-card p1\"\u003e\n\u003cspan class=\"pk-emoji\"\u003e🧲\u003c\/span\u003e\n\u003ch4\u003eZero Damage Installation\u003c\/h4\u003e\n\u003cp\u003eMagnetic mount leaves zero marks on your rental. Pop it on, pop it off. Landlord literally cannot tell. Bond deposit? Safe as 💅\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perk-card p2\"\u003e\n\u003cspan class=\"pk-emoji\"\u003e📦\u003c\/span\u003e\n\u003ch4\u003eTake It When You Leave\u003c\/h4\u003e\n\u003cp\u003eMoving house? Peel it off and pack it. Your camera moves with you, lease after lease. It's YOUR security system, not the property's\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perk-card p3\"\u003e\n\u003cspan class=\"pk-emoji\"\u003e🌧️\u003c\/span\u003e\n\u003ch4\u003eBalcony-Proof IP67\u003c\/h4\u003e\n\u003cp\u003eWorks indoors AND outdoors. Pop it on your balcony railing, point it at the door, done. Rain, dust, humidity — it handles all of it\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"perk-card p4\"\u003e\n\u003cspan class=\"pk-emoji\"\u003e📱\u003c\/span\u003e\n\u003ch4\u003eWiFi Direct — No Hub Needed\u003c\/h4\u003e\n\u003cp\u003eConnects straight to your WiFi. No extra boxes, no ethernet cables, no \"smart home setup weekend.\" Just charge, connect, done\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== FEATURES ===== --\u003e\n\u003csection\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"center\"\u003e\n\u003cp class=\"s-eyebrow\"\u003eFeature Drop\u003c\/p\u003e\n\u003ch2 class=\"s-heading\"\u003eCompact but \u003cspan class=\"green\"\u003eabsolutely loaded\u003c\/span\u003e 🔥\u003c\/h2\u003e\n\u003cp class=\"s-desc\"\u003eDon't let the cute size fool you — this thing goes hard\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-grid\"\u003e\n\u003cdiv class=\"feat-card c-green\"\u003e\n\u003cspan class=\"f-emoji\"\u003e🎬\u003c\/span\u003e\n\u003ch3\u003e2K QHD Video\u003c\/h3\u003e\n\u003cp\u003eCrystal clear footage with f\/1.2 aperture and 130° wide view. Captures faces, plates, and that one neighbour who keeps borrowing your bins 👀\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card c-purple\"\u003e\n\u003cspan class=\"f-emoji\"\u003e🌙\u003c\/span\u003e\n\u003ch3\u003ePureColor Night Vision\u003c\/h3\u003e\n\u003cp\u003eFull-colour footage at night WITHOUT blinding spotlights. No more grayscale ghosts — see actual colors, actual details, actual evidence 🌈\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card c-dark\"\u003e\n\u003cspan class=\"f-emoji\"\u003e🧠\u003c\/span\u003e\n\u003ch3\u003eAI Detection\u003c\/h3\u003e\n\u003cp\u003eTells the difference between humans, vehicles, pets, and random leaves. Custom activity zones so you don't get pinged every time a cat walks past 🐱\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card c-pink\"\u003e\n\u003cspan class=\"f-emoji\"\u003e🚨\u003c\/span\u003e\n\u003ch3\u003eSound \u0026amp; Light Alarm\u003c\/h3\u003e\n\u003cp\u003eBuilt-in deterrence — triggers sound and light when it spots a threat. Small camera, big \"get lost\" energy. Intruders are not fans 😤\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card c-lime\"\u003e\n\u003cspan class=\"f-emoji\"\u003e💾\u003c\/span\u003e\n\u003ch3\u003eLocal Storage — $0\u003c\/h3\u003e\n\u003cp\u003ePop in a microSD card (up to 256GB) and store everything locally. No cloud, no subscription, no \"free trial\" that magically becomes $15\/month 🙄\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feat-card c-teal\"\u003e\n\u003cspan class=\"f-emoji\"\u003e🗣️\u003c\/span\u003e\n\u003ch3\u003eTwo-Way Talk\u003c\/h3\u003e\n\u003cp\u003eBuilt-in mic and speaker with AI noise reduction. Tell the delivery driver where to leave it, scare off possums, or just chat through it for fun 🎙️\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== STATS ===== --\u003e\n\u003csection class=\"section-dark\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"center\"\u003e\n\u003cp class=\"s-eyebrow\"\u003eThe Numbers\u003c\/p\u003e\n\u003ch2 style=\"color: white;\" class=\"s-heading\"\u003eSmall camera. \u003cspan style=\"color: #22c55e;\"\u003eBig specs.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"s-desc\"\u003eAll the important bits at a glance\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stats-row\"\u003e\n\u003cdiv class=\"stat-block\"\u003e\n\u003cspan class=\"stat-num\"\u003e2K\u003c\/span\u003e\n\u003cp class=\"stat-tag\"\u003eResolution\u003c\/p\u003e\n\u003cp\u003eQHD with f\/1.2 lens for crisp detail day and night\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat-block\"\u003e\n\u003cspan class=\"stat-num\"\u003e130°\u003c\/span\u003e\n\u003cp class=\"stat-tag\"\u003eField of View\u003c\/p\u003e\n\u003cp\u003eWide enough to cover your entire entry or balcony\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat-block\"\u003e\n\u003cspan class=\"stat-num\"\u003eIP67\u003c\/span\u003e\n\u003cp class=\"stat-tag\"\u003eWeatherproof\u003c\/p\u003e\n\u003cp\u003eDust-tight + submersible. Rain? Hail? Bring it on\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"stat-block\"\u003e\n\u003cspan class=\"stat-num\"\u003e$0\u003c\/span\u003e\n\u003cp class=\"stat-tag\"\u003eMonthly Fees\u003c\/p\u003e\n\u003cp\u003eNot now. Not ever. Local storage only, no cloud subs\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== ADD-ON EXPLAINER ===== --\u003e\n\u003csection class=\"section-mint\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"addon-box\"\u003e\n\u003cdiv class=\"addon-header\"\u003e⚡ Quick Heads Up — This Is An Add-On Camera\u003c\/div\u003e\n\u003cdiv class=\"addon-body\"\u003e\n\u003ch3\u003eWhat \"add-on\" means (it's not complicated) 👇\u003c\/h3\u003e\n\u003cp\u003eThis listing is for the camera only — no HomeBase included. But the beautiful thing about the C35? \u003cstrong\u003eIt works two ways.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cdiv class=\"addon-modes\"\u003e\n\u003cdiv class=\"addon-mode wifi\"\u003e\n\u003ch4\u003e📶 WiFi Standalone\u003c\/h4\u003e\n\u003cp\u003eJust connect it to your WiFi. No hub, no base station, no extra gear. AI human detection, local storage via microSD, alerts to your phone. Done.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"addon-mode hb\"\u003e\n\u003ch4\u003e🧠 With HomeBase Mini \/ HB3\u003c\/h4\u003e\n\u003cp\u003eGot a HomeBase Mini or HomeBase 3? Connect it for facial recognition, cross-camera tracking, and expanded storage. Next-level smart.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"addon-warn\"\u003e⚠️ \u003cstrong\u003eNot compatible with HomeBase 2.\u003c\/strong\u003e Works with HomeBase Mini and HomeBase 3 only. Or just use it standalone on WiFi — honestly that's what most renters do and it works perfectly.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== SPECS ===== --\u003e\n\u003csection\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"center\"\u003e\n\u003cp class=\"s-eyebrow\"\u003eFull Specs\u003c\/p\u003e\n\u003ch2 class=\"s-heading\"\u003eFor the \u003cspan class=\"green\"\u003edetail nerds\u003c\/span\u003e (we respect you) 🤓\u003c\/h2\u003e\n\u003cp class=\"s-desc\"\u003eEvery spec, verified from the source\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-cell\"\u003e\n\u003ch4\u003e🎬 Video\u003c\/h4\u003e\n\u003cp\u003e2K QHD resolution\u003cbr\u003ef\/1.2 aperture\u003cbr\u003e1\/2.9\" CMOS sensor\u003cbr\u003e130° wide FoV\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-cell\"\u003e\n\u003ch4\u003e🌙 Night Vision\u003c\/h4\u003e\n\u003cp\u003ePureColor Vision\u003cbr\u003eFull-colour, no spotlight\u003cbr\u003e6m infrared backup\u003cbr\u003eSpotlight for deterrence\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-cell\"\u003e\n\u003ch4\u003e🧠 AI Detection\u003c\/h4\u003e\n\u003cp\u003eHumans, vehicles, pets\u003cbr\u003eCustom activity zones\u003cbr\u003eInstant push alerts\u003cbr\u003eSmart motion-activated\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-cell\"\u003e\n\u003ch4\u003e💾 Storage\u003c\/h4\u003e\n\u003cp\u003eMicroSD up to 256GB\u003cbr\u003eNo built-in storage\u003cbr\u003eHB Mini: up to 1TB\u003cbr\u003eLocal only, no cloud\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-cell\"\u003e\n\u003ch4\u003e🔋 Power\u003c\/h4\u003e\n\u003cp\u003eRechargeable battery\u003cbr\u003e10W USB-C charging\u003cbr\u003eSolar panel compatible\u003cbr\u003e(sold separately)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-cell\"\u003e\n\u003ch4\u003e🌧️ Build\u003c\/h4\u003e\n\u003cp\u003eIP67 weatherproof\u003cbr\u003eCompact, lightweight\u003cbr\u003eGreen colourway\u003cbr\u003eIndoor\/outdoor\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-cell\"\u003e\n\u003ch4\u003e📡 Connectivity\u003c\/h4\u003e\n\u003cp\u003e2.4GHz WiFi\u003cbr\u003eWiFi direct (standalone)\u003cbr\u003eHomeBase Mini\/HB3\u003cbr\u003eAlexa \u0026amp; Google\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-cell\"\u003e\n\u003ch4\u003e🧲 Mounting\u003c\/h4\u003e\n\u003cp\u003eMagnetic snap mount\u003cbr\u003eFlat surface placement\u003cbr\u003eScrew mount included\u003cbr\u003eStrap-compatible\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== COMPARISON ===== --\u003e\n\u003csection class=\"section-cream\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"center\"\u003e\n\u003cp class=\"s-eyebrow\"\u003eHow It Stacks Up\u003c\/p\u003e\n\u003ch2 class=\"s-heading\"\u003eC35 vs the \u003cspan class=\"purple\"\u003esubscription cameras\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp class=\"s-desc\"\u003eSpoiler: they charge monthly, we don't\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"overflow-x: auto;\" class=\"comp-outer\"\u003e\n\u003ctable class=\"comp-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003e🌿 eufyCam C35\u003c\/th\u003e\n\u003cth\u003eRing \/ Blink \/ Arlo\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eMonthly Cost\u003c\/td\u003e\n\u003ctd\u003e$0 Forever ✅\u003c\/td\u003e\n\u003ctd\u003e$5–15\/month\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eNight Vision\u003c\/td\u003e\n\u003ctd\u003ePureColor (no spotlight) ✅\u003c\/td\u003e\n\u003ctd\u003eSpotlight or IR only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eMagnetic Mount\u003c\/td\u003e\n\u003ctd\u003eYes — zero drilling ✅\u003c\/td\u003e\n\u003ctd\u003eMost need screws\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eAI Detection\u003c\/td\u003e\n\u003ctd\u003eHuman\/Vehicle\/Pet ✅\u003c\/td\u003e\n\u003ctd\u003ePremium sub ($)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLocal Storage\u003c\/td\u003e\n\u003ctd\u003eMicroSD to 256GB ✅\u003c\/td\u003e\n\u003ctd\u003eCloud only (most)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eWeatherproof\u003c\/td\u003e\n\u003ctd\u003eIP67 (rain + dust) ✅\u003c\/td\u003e\n\u003ctd\u003eVaries (IP65 common)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eGreen Colourway\u003c\/td\u003e\n\u003ctd\u003eYes 🌿✅\u003c\/td\u003e\n\u003ctd\u003e❌ White\/black only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRenter-Friendly\u003c\/td\u003e\n\u003ctd\u003eDesigned for it ✅\u003c\/td\u003e\n\u003ctd\u003e🤷 Not really\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"max-width: 760px; margin: 2.5rem auto 0; background: linear-gradient(135deg,#16A34A,#22C55E); color: white; border-radius: 18px; padding: 2.5rem; text-align: center;\"\u003e\n\u003ch3 style=\"font-family: 'Space Grotesk',sans-serif; font-size: 1.4rem; font-weight: bold; margin-bottom: 1rem;\"\u003e💰 The Subscription Math Is Depressing\u003c\/h3\u003e\n\u003cp style=\"font-size: 0.88rem; opacity: 0.95; margin-bottom: 0.5rem;\"\u003eRing Protect at $7\/month = $252 over 3 years. That's just for the privilege of watching your own footage. The C35? Stores everything locally on a $20 microSD card. Total 3-year cost of storage: $20. Not $252.\u003c\/p\u003e\n\u003cp style=\"font-size: 0.85rem; opacity: 0.8;\"\u003eThat's 23 oat lattes you're saving. Or one really nice dinner. Or just... keeping your money? Revolutionary concept 🙃\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== WHY CAMGUARD ===== --\u003e\n\u003csection\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"center\"\u003e\n\u003cp class=\"s-eyebrow\"\u003eWhy CamGuard?\u003c\/p\u003e\n\u003ch2 class=\"s-heading\"\u003eWe're not just another seller 🇦🇺\u003c\/h2\u003e\n\u003cp class=\"s-desc\"\u003eSmall team, big care energy\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-grid\"\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cspan class=\"w-emoji\"\u003e✅\u003c\/span\u003e\n\u003ch4\u003e100% Genuine Stock\u003c\/h4\u003e\n\u003cp\u003eLegit eufy from Anker Innovations. No fakes, no knockoffs. We review our reliability profile before listing anything — we're not about selling lemons 🍋\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cspan class=\"w-emoji\"\u003e⚡\u003c\/span\u003e\n\u003ch4\u003eLightning-Fast Replies\u003c\/h4\u003e\n\u003cp\u003eGot a question? We'll get back within a few hours. Not days. Not \"we'll escalate your ticket.\" Actual humans, actual fast 💬\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cspan class=\"w-emoji\"\u003e🦘\u003c\/span\u003e\n\u003ch4\u003eAussie-Based Support\u003c\/h4\u003e\n\u003cp\u003eBased in Townsville, QLD. Real Aussie helping you sort your setup, not an offshore call centre reading a script. Easy as.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"why-card\"\u003e\n\u003cspan class=\"w-emoji\"\u003e🚀\u003c\/span\u003e\n\u003ch4\u003eExpress included on orders over $99.00 \u003c\/h4\u003e\n\u003cp\u003eAustralia Post Express baked into the price. East coast: 1-3 days. WA: 2-4 days — we haven't figured out teleportation yet 😅\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== SHIPPING ===== --\u003e\n\u003csection class=\"section-cream\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"center\"\u003e\n\u003cp class=\"s-eyebrow\"\u003eShipping\u003c\/p\u003e\n\u003ch2 class=\"s-heading\"\u003eExpress included — \u003cspan class=\"green\"\u003eno surprise fees\u003c\/span\u003e :)\u003c\/h2\u003e\n\u003cp class=\"s-desc\"\u003eAlready in the price, because hidden fees are icky\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ship-grid\"\u003e\n\u003cdiv class=\"ship-card ship-express\"\u003e\n\u003cspan class=\"sh-emoji\"\u003e⚡\u003c\/span\u003e\n\u003ch4\u003eEXPRESS AS STANDARD\u003c\/h4\u003e\n\u003cp\u003eAustralia Post Express included :)\u003c\/p\u003e\n\u003cp\u003e1-3 business days east coast.\u003c\/p\u003e\n\u003cp\u003eFull tracking every order.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ship-card ship-wa\"\u003e\n\u003cspan class=\"sh-emoji\"\u003e🤠\u003c\/span\u003e\n\u003ch4\u003eWestern Australia\u003c\/h4\u003e\n\u003cp\u003eExpect 2-4 business days.\u003c\/p\u003e\n\u003cp\u003eYou're far but we still love you 💜\u003c\/p\u003e\n\u003cp\u003eSame Express, same tracking.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ship-card ship-local\"\u003e\n\u003cspan class=\"sh-emoji\"\u003e🏠\u003c\/span\u003e\n\u003ch4\u003eLocal Pickup\u003c\/h4\u003e\n\u003cp\u003eIn Townsville, QLD?\u003c\/p\u003e\n\u003cp\u003eCome grab it in person!\u003c\/p\u003e\n\u003cp\u003eMessage us to arrange.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== INCLUDED ===== --\u003e\n\u003csection\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"center\"\u003e\n\u003cp class=\"s-eyebrow\"\u003eWhat's In The Box\u003c\/p\u003e\n\u003ch2 class=\"s-heading\"\u003eEverything to \u003cspan class=\"green\"\u003eget started\u003c\/span\u003e 📦\u003c\/h2\u003e\n\u003cp class=\"s-desc\"\u003eBrand new, factory sealed, in green\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"inc-grid\"\u003e\n\u003cdiv class=\"inc-item inc-yes\"\u003e✅ eufyCam C35 Camera (Green)\u003c\/div\u003e\n\u003cdiv class=\"inc-item inc-yes\"\u003e✅ USB-C Charging Cable\u003c\/div\u003e\n\u003cdiv class=\"inc-item inc-yes\"\u003e✅ Magnetic Mount Bracket\u003c\/div\u003e\n\u003cdiv class=\"inc-item inc-yes\"\u003e✅ Screw Mount Hardware\u003c\/div\u003e\n\u003cdiv class=\"inc-item inc-yes\"\u003e✅ Quick Start Guide\u003c\/div\u003e\n\u003cdiv class=\"inc-item inc-note\"\u003e💡 MicroSD card NOT included (up to 256GB supported)\u003c\/div\u003e\n\u003cdiv class=\"inc-item inc-no\"\u003e❌ HomeBase NOT included (add-on camera only)\u003c\/div\u003e\n\u003cdiv class=\"inc-item inc-note\"\u003e💡 Solar panel compatible but sold separately\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== WARRANTY ===== --\u003e\n\u003csection class=\"section-mint\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"center\"\u003e\n\u003cp class=\"s-eyebrow\"\u003eTriple Protection\u003c\/p\u003e\n\u003ch2 class=\"s-heading\"\u003eBuy with \u003cspan class=\"green\"\u003ezero stress\u003c\/span\u003e 🛡️\u003c\/h2\u003e\n\u003cp class=\"s-desc\"\u003eThree layers of \"we've got you\" because stuff happens\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"war-grid\"\u003e\n\u003cdiv class=\"war-card war-ebay\"\u003e\n\u003ch4\u003e🛒 \u003cmeta charset=\"utf-8\"\u003e30-Day Returns\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003e30-day returns available, just make sure to keep it in good condition!\u003c\/li\u003e\n\u003cli\u003eYou just cover return postage\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"war-card war-acl\"\u003e\n\u003ch4\u003e⚖️ Australian Consumer Law\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eProducts must be of acceptable quality\u003c\/li\u003e\n\u003cli\u003eMust match their description\u003c\/li\u003e\n\u003cli\u003eMust be fit for purpose\u003c\/li\u003e\n\u003cli\u003eRepair, replace, or refund\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"war-card war-cg\"\u003e\n\u003ch4\u003e🛡️ CamGuard 1-Year Warranty\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eOur own 12-month warranty\u003c\/li\u003e\n\u003cli\u003eAussie-based support\u003c\/li\u003e\n\u003cli\u003eSomething goes wrong? We sort it\u003c\/li\u003e\n\u003cli\u003eNo runaround, no stress\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HONEST BOX --\u003e\n\u003cdiv class=\"honest-box\"\u003e\n\u003ch3\u003e🤝 The Honest Box\u003c\/h3\u003e\n\u003cp\u003eWe're a small Aussie import business based in Townsville, QLD. We source genuine eufy products and pass on the savings. This is a brand new, factory-sealed eufyCam C35 in green — eufy's renter-friendly compact camera. Every unit is checked before dispatch and shipped express. We're not the official Aussie distributor — just a small team that genuinely cares about getting you set up right. Fast replies, real help, no runaround. That's the CamGuard way 😄\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- ===== FOOTER CTA ===== --\u003e\n\u003csection class=\"cta-section\"\u003e\n\u003cdiv class=\"cta-glow\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2\u003eSnap it on.\u003cbr\u003eNo holes in the wall.\u003cbr\u003e\u003cspan class=\"green\"\u003eNo holes in your wallet.\u003c\/span\u003e\n\u003c\/h2\u003e\n\u003cp\u003e2K QHD · PureColor Night Vision · Magnetic Mount · AI Detection · IP67 · $0\/month · In Green 🌿\u003c\/p\u003e\n\u003cp class=\"cta-whisper\"\u003e\"My landlord doesn't even know it's there.\" — basically every renter who owns one\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cfooter\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cp class=\"footer-brand\"\u003e📹 \u003cem\u003eCamGuard\u003c\/em\u003e Australia\u003c\/p\u003e\n\u003cdiv\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e© 2026 CamGuard Australia · ABN 62 385 894 763\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv style=\"margin-top: 4px;\"\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e\u003ca href=\"https:\/\/www.camguardaustralia.com.au\" style=\"color: rgb(64, 64, 64);\"\u003ecamguardaustralia.com.au\u003c\/a\u003e\u003cbr\u003e\u003cmeta charset=\"utf-8\"\u003e \u003cem\u003e\u003cstrong\u003eSecurity doesn't have to be boring.\u003c\/strong\u003e\u003c\/em\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"cgkf-footer-disclaimer\"\u003e\n\u003cspan style=\"color: rgb(64, 64, 64);\"\u003e\u003cmeta charset=\"utf-8\"\u003e\u003c\/span\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eCamGuard Australia is an independent reseller and is not an official or authorised supplier, distributor, or representative of eufy, Anker Innovations, or any of their affiliated entities. All product names, logos, and trademarks are the property of their respective owners.\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"color: rgb(64, 64, 64);\"\u003eProduct specifications sourced from the manufacturer and believed to be accurate at time of listing. Features, specifications, and compatibility may be updated by the manufacturer without notice. Optional hub pairing is with HomeBase Mini or HomeBase 3 only — not compatible with HomeBase 2. MicroSD card not included. Covered by the CamGuard 12-month in-house warranty — not a manufacturer warranty — in addition to Australian Consumer Law rights. Requires 2.4GHz Wi-Fi. Battery-life and storage-capacity figures are eufy's ratings and estimates; real-world results vary with usage, settings and conditions.\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/footer\u003e","brand":"eufy","offers":[{"title":"Default Title","offer_id":43094513221675,"sku":"CG-ECC35G-BN-S","price":139.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0666\/0086\/1739\/files\/imgi_49_1200x1200_ffc001de-1754-4cef-b2e3-00ac792be037.png?v=1770838834","url":"https:\/\/www.camguardaustralia.com.au\/products\/eufycam-c35-add-on-camera-green","provider":"CamGuard Australia","version":"1.0","type":"link"}