{"product_id":"insta360-link-2-pro-camara-web-ptz-4k-ia","title":"Insta360 Link 2 Pro - PTZ Webcam","description":"\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;700;800\u0026family=Montserrat:wght@400;600;800\u0026display=swap');\n\n    #gsm-product-content { \n        font-family: 'Inter', 'Montserrat', sans-serif; \n        color: #00003A; \n        line-height: 1.6; \n        max-width: 1000px; \n        margin: 0 auto; \n        background-color: #fff; \n        padding: 20px;\n    }\n    #gsm-product-content * { box-sizing: border-box; }\n    :root { \n        --gsm-blue: #0389FC; \n        --gsm-navy: #00003A; \n        --gsm-indigo: #413AF4; \n        --gsm-yellow: #EDFF00; \n    }\n\n    #gsm-product-content h1, #gsm-product-content h2, #gsm-product-content h3 { \n        margin: 0; \n        font-weight: 800; \n        letter-spacing: -0.02em; \n        text-wrap: balance;\n    }\n    #gsm-product-content h2 { font-size: 2.2rem; margin-bottom: 1.5rem; color: #00003A; }\n    #gsm-product-content p { margin-bottom: 1rem; font-size: 1.05rem; color: #4a4a4a; }\n\n    \/* HERO SECTION *\/\n    .gsm-hero { \n        text-align: center; \n        padding: 4rem 2rem; \n        background: linear-gradient(135deg, #f9f9f9 0%, #edf6ff 100%); \n        border-radius: 32px; \n        margin-bottom: 3rem; \n    }\n    .gsm-hero h1 { \n        font-size: clamp(2.2rem, 5vw, 3.2rem); \n        color: #0389FC; \n        line-height: 1.1; \n        margin-bottom: 1.5rem; \n    }\n    .gsm-hero .subheadline { \n        font-size: 1.3rem; \n        color: #00003A; \n        font-weight: 500; \n        max-width: 800px; \n        margin: 0 auto; \n    }\n\n    \/* BENTO GRID *\/\n    .gsm-grid { \n        display: grid; \n        grid-template-columns: repeat(2, 1fr); \n        gap: 20px; \n        margin-bottom: 3rem; \n    }\n    .gsm-card { \n        background: #f5f5f7; \n        padding: 2.5rem; \n        border-radius: 28px; \n        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); \n        border: 1px solid rgba(0,0,0,0.03); \n        display: flex; \n        flex-direction: column; \n    }\n    .gsm-card:hover { \n        transform: translateY(-8px); \n        box-shadow: 0 20px 40px rgba(0,0,0,0.06); \n    }\n\n    \/* HIGHLIGHT CARD (PTZ AI) *\/\n    .gsm-card.highlight { \n        background: #00003A; \n        color: white !important; \n        grid-column: span 2;\n        flex-direction: row;\n        align-items: center;\n        gap: 2rem;\n    }\n    .gsm-card.highlight h3, .gsm-card.highlight p { color: white !important; }\n    .gsm-card.highlight .icon-box { \n        background: rgba(255,255,255,0.1); \n        color: #EDFF00; \n        flex-shrink: 0;\n    }\n\n    .gsm-card h3 { font-size: 1.5rem; margin-bottom: 0.8rem; }\n    .icon-box { \n        width: 56px; \n        height: 56px; \n        margin-bottom: 1.5rem; \n        display: flex; \n        align-items: center; \n        justify-content: center; \n        border-radius: 14px; \n        background: white; \n        color: #0389FC; \n        box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n    }\n    .gsm-card.highlight .icon-box { margin-bottom: 0; }\n\n    \/* REVIEWS *\/\n    .gsm-reviews { \n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 20px; \n        margin-bottom: 4rem; \n    }\n    .review-card { \n        background: #fff; \n        border: 1px solid #eee; \n        border-radius: 20px; \n        padding: 1.8rem; \n    }\n    .stars { color: #0389FC; margin-bottom: 0.8rem; font-size: 0.9rem; }\n    .review-author { font-weight: 700; font-size: 0.9rem; margin-top: 1rem; color: #00003A; }\n\n    \/* SPECS *\/\n    .specs-container { \n        background: #fff; \n        border-radius: 24px; \n        border: 1px solid #f0f0f0; \n        padding: 2.5rem; \n        margin-bottom: 4rem; \n    }\n    .spec-row { \n        display: flex; \n        justify-content: space-between; \n        padding: 1.2rem 0; \n        border-bottom: 1px solid #f5f5f7; \n    }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-label { font-weight: 600; color: #00003A; }\n    .spec-value { color: #666; text-align: right; }\n\n    \/* FAQ *\/\n    .gsm-faq { margin-bottom: 4rem; }\n    details { background: #f9f9f9; margin-bottom: 12px; border-radius: 16px; transition: all 0.2s ease; }\n    details[open] { background: #fff; border: 1px solid #eee; }\n    summary { padding: 1.4rem; font-weight: 700; cursor: pointer; list-style: none; position: relative; color: #00003A; outline: none; }\n    summary::after { \n        content: '+'; \n        position: absolute; \n        right: 25px; \n        font-size: 1.4rem; \n        color: #0389FC; \n        transition: transform 0.2s;\n    }\n    details[open] summary::after { content: '-'; transform: rotate(180deg); }\n    .faq-content { padding: 0 1.4rem 1.4rem; color: #555; font-size: 1rem; }\n\n    \/* MOBILE OPTIMIZATION *\/\n    @media (max-width: 768px) { \n        .gsm-hero { padding: 3rem 1rem; }\n        .gsm-hero h1 { font-size: 2.2rem; } \n        .gsm-grid { grid-template-columns: 1fr; } \n        .gsm-card.highlight { grid-column: span 1; flex-direction: column; text-align: center; }\n        .gsm-card.highlight .icon-box { margin-bottom: 1.5rem; }\n        .spec-row { flex-direction: column; gap: 4px; }\n        .spec-value { text-align: left; font-size: 0.95rem; }\n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"gsm-product-content\"\u003e\n\n\u003c!-- HERO SECTION --\u003e\n\u003cdiv class=\"gsm-hero\"\u003e\n\n\u003ch1\u003eThe First AI Webcam That Actually Follows You\u003c\/h1\u003e\n\n\u003cp class=\"subheadline\"\u003eProfessional-grade 4K imaging with physical PTZ tracking for total freedom in your presentations and live streams.\u003c\/p\u003e\n\n\u003cdiv style=\"margin-top: 25px; font-weight: 800; color: #0389fc; letter-spacing: 2px; text-transform: uppercase; font-size: 0.85rem;\"\u003eInsta360 Link 2 Pro\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- BENTO GRID BENEFITS --\u003e\n\u003cdiv class=\"gsm-grid\"\u003e\n\n\u003c!-- HIGHLIGHT: PTZ AI --\u003e\n\u003cdiv class=\"gsm-card highlight\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 4v1M12 19v1M4 12H3m18 0h-1M5.6 5.6l-.7-.7m14.2 14.2-.7-.7M4.9 19.1l.7-.7M19.1 4.9l-.7.7\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003ch3\u003ePhysical AI Tracking\u003c\/h3\u003e\n\n\u003cp\u003eThanks to its 2-axis PTZ motor, the camera physically moves to keep you in the center of the frame, without resolution loss from digital cropping.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- SENSOR --\u003e\n\u003cdiv class=\"gsm-card\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M14.5 4h-5L7 7H4a2 2 0 0 0-2 2v9a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-3l-2.5-3z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"13\" r=\"3\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003ePro 1\/1.3\" Sensor\u003c\/h3\u003e\n\n\u003cp\u003eFlagship 4K quality with exceptional low-light performance. Captures details that other webcams simply ignore.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- AUDIO --\u003e\n\u003cdiv class=\"gsm-card\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 2a3 3 0 0 0-3 3v7a3 3 0 0 0 6 0V5a3 3 0 0 0-3-3Z\"\u003e\u003c\/path\u003e\u003cpath d=\"M19 10v2a7 7 0 0 1-14 0v-2\"\u003e\u003c\/path\u003e\u003cline x1=\"12\" x2=\"12\" y1=\"19\" y2=\"22\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eDirectional Audio\u003c\/h3\u003e\n\n\u003cp\u003eBeamforming microphones isolate your voice and drastically reduce ambient background noise.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- BOKEH --\u003e\n\u003cdiv class=\"gsm-card\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"3\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eDSLR Natural Bokeh\u003c\/h3\u003e\n\n\u003cp\u003eGet that professional blurred background realistically thanks to Insta360's advanced software suite.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- GESTOS --\u003e\n\u003cdiv class=\"gsm-card\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"28\" height=\"28\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M18 11V6a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v0\"\u003e\u003c\/path\u003e\u003cpath d=\"M14 10V4a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v0\"\u003e\u003c\/path\u003e\u003cpath d=\"M10 10.5V6a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v0\"\u003e\u003c\/path\u003e\u003cpath d=\"M18 8a2 2 0 1 1 4 0v6a8 8 0 0 1-8 8h-2c-2.8 0-4.5-.86-5.99-2.34l-3.6-3.6a2 2 0 0 1 2.83-2.82L7 15\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eGesture Control\u003c\/h3\u003e\n\n\u003cp\u003eStart tracking, zoom, or activate Whiteboard mode with simple hand movements without touching the keyboard.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- SOCIAL PROOF --\u003e\n\u003ch2 style=\"text-align: center; font-size: 1.8rem; margin-top: 5rem;\"\u003eUser Experience\u003c\/h2\u003e\n\n\u003cdiv class=\"gsm-reviews\"\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp\u003e\"The fluidity of the PTZ motor is incredible. I move around my office while explaining plans and the camera never loses sight of me. Superior image quality.\"\u003c\/p\u003e\n\n\u003cdiv class=\"review-author\"\u003eRicardo A. — Architect\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp\u003e\"Whiteboard mode is a game changer for my online classes. The integration with Elgato Stream Deck makes it very easy to operate.\"\u003c\/p\u003e\n\n\u003cdiv class=\"review-author\"\u003eMónica S. — Digital Educator\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"review-card\"\u003e\n\n\u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n\u003cp\u003e\"The background blur looks very natural, nothing like those weird Zoom filters. It looks like I'm using a cinema camera.\"\u003c\/p\u003e\n\n\u003cdiv class=\"review-author\"\u003eFelipe J. — Tech Streamer\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- SPECS TABLE --\u003e\n\u003cdiv class=\"specs-container\"\u003e\n\n\u003ch2 style=\"font-size: 1.5rem; border-bottom: 3px solid #0389FC; padding-bottom: 8px; display: inline-block; margin-bottom: 2rem;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eVideo Resolution\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e4K @ 30fps, 1080p @ 60fps\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eSensor Size\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e1\/1.3\" CMOS\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eISO Range\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e100 - 6400\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eZoom\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e4x Digital with AI tracking\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eAudio\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eDual microphone with Beamforming and Noise Reduction\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eConnectivity\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eUSB-C (Plug \u0026amp; Play)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eImage Modes\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eHDR, DeskView, Whiteboard, Portrait (9:16)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- FAQ SECTION --\u003e\n\u003cdiv class=\"gsm-faq\"\u003e\n\n\u003ch2 style=\"text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eIs it compatible with Mac and Windows?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eYes, it is fully Plug \u0026amp; Play on both operating systems. The Link Controller software is available for both for advanced settings.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eHow does AI tracking work?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eThe camera uses person recognition algorithms and a physical 2-axis gimbal to automatically rotate and tilt to follow your movements.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eCan it be used for vertical streaming?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eYes, it features a native 4K Portrait mode that perfectly adjusts the frame for platforms like TikTok, Instagram Reels, or YouTube Shorts.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- BRAND GUARANTEE --\u003e\n\u003cdiv style=\"text-align: center; margin-top: 3rem; padding: 2.5rem; background: #f0f7ff; border-radius: 24px; border: 1px dashed #0389FC;\"\u003e\n\n\u003ch3 style=\"color: #0389fc; margin-bottom: 0.8rem;\"\u003eGSMPRO.CL Guarantee\u003c\/h3\u003e\n\n\u003cp style=\"margin-bottom: 0;\"\u003e100% original, sealed product with official warranty. \u003cbr\u003e\u003cstrong\u003eFast shipping throughout Chile and specialized technical support.\u003c\/strong\u003e\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Default Title","offer_id":58174363074908,"sku":"B0G3T1QKWL","price":346.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/8337d2e5022ab8e0b37e2523e7f81839.jpg?v=1782957842","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/insta360-link-2-pro-camara-web-ptz-4k-ia","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}