{"product_id":"webcam-insta360-link-2-4k-ptz-ia","title":"Insta360 Link 2 - PTZ Webcam","description":"\u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;700;800\u0026family=Montserrat:wght@700;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 { margin: 0; font-weight: 800; letter-spacing: -0.02em; }\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 *\/\n    .gsm-hero { \n      text-align: center; \n      padding: 5rem 2rem; \n      background: linear-gradient(135deg, #f0f7ff 0%, #ffffff 100%); \n      border-radius: 32px; \n      margin-bottom: 3rem; \n      border: 1px solid rgba(3, 137, 252, 0.1);\n    }\n    .gsm-hero h1 { font-size: clamp(2.2rem, 5vw, 3.2rem); color: #0389FC; line-height: 1.1; margin-bottom: 1.5rem; }\n    .gsm-hero .subheadline { font-size: 1.3rem; color: #00003A; font-weight: 500; max-width: 800px; margin: 0 auto; opacity: 0.9; }\n    \n    \/* GRID *\/\n    .gsm-grid { \n      display: grid; \n      grid-template-columns: repeat(2, 1fr); \n      grid-template-rows: auto;\n      gap: 20px; \n      margin-bottom: 4rem; \n    }\n    .gsm-card { \n      background: #f8f9fa; \n      padding: 2.5rem; \n      border-radius: 28px; \n      transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); \n      border: 1px solid rgba(0,0,0,0.04); \n      display: flex; \n      flex-direction: column; \n    }\n    .gsm-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.06); }\n    \n    \/* HIGHLIGHT CARD (CONTRASTE CRÍTICO) *\/\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: 30px;\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      min-width: 70px; \n      height: 70px;\n    }\n    \n    .gsm-card h3 { font-size: 1.4rem; margin-bottom: 0.8rem; color: #00003A; }\n    .icon-box { \n      width: 54px; \n      height: 54px; \n      margin-bottom: 1.5rem; \n      display: flex; \n      align-items: center; \n      justify-content: center; \n      border-radius: 16px; \n      background: white; \n      color: #0389FC; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.05);\n    }\n    \n    \/* REVIEWS *\/\n    .gsm-reviews { display: flex; gap: 20px; margin-bottom: 4rem; padding: 10px 5px; }\n    .review-card { \n      background: #fff; \n      border: 1px solid #eee; \n      border-radius: 20px; \n      padding: 1.8rem; \n      flex: 1; \n      box-shadow: 0 4px 15px rgba(0,0,0,0.02);\n    }\n    .stars { color: #f59e0b; margin-bottom: 0.8rem; font-size: 0.9rem; }\n    .reviewer { font-weight: 700; font-size: 0.9rem; color: #00003A; margin-top: 10px; display: block; }\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 { display: flex; justify-content: space-between; padding: 1.2rem 0; border-bottom: 1px solid #f5f5f5; }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-label { font-weight: 600; color: #00003A; }\n    .spec-value { color: #666; font-weight: 400; }\n    \n    \/* FAQ *\/\n    .gsm-faq { margin-bottom: 4rem; }\n    details { background: #f9fbfd; margin-bottom: 12px; border-radius: 16px; border: 1px solid #edf2f7; transition: all 0.3s; }\n    details[open] { background: #fff; border-color: #0389FC; box-shadow: 0 4px 20px rgba(3,137,252,0.08); }\n    summary { padding: 1.5rem; font-weight: 700; cursor: pointer; list-style: none; position: relative; color: #00003A; outline: none; }\n    summary::after { content: '↓'; position: absolute; right: 25px; transition: transform 0.3s; color: #0389FC; font-weight: bold; }\n    details[open] summary::after { transform: rotate(180deg); }\n    .faq-content { padding: 0 1.5rem 1.5rem; color: #555; font-size: 1rem; line-height: 1.5; }\n    \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: 0 auto 1.5rem; }\n      .gsm-reviews { flex-direction: column; } \n    }\n  \u003c\/style\u003e\n\u003cdiv id=\"gsm-product-content\"\u003e\n\n\u003cdiv class=\"gsm-hero\"\u003e\n\n\u003cdiv style=\"text-transform: uppercase; font-weight: 800; color: #0389fc; letter-spacing: 2px; margin-bottom: 1rem; font-size: 0.9rem;\"\u003e4K AI PTZ Webcam\u003c\/div\u003e\n\n\u003ch1\u003eThe webcam that keeps up with you.\u003c\/h1\u003e\n\n\u003cp class=\"subheadline\"\u003eTake your video calls and streams to a professional level with real 4K resolution, intelligent AI tracking, and a class-leading 1\/2\" sensor.\u003c\/p\u003e\n\n\u003cdiv style=\"margin-top: 30px; font-weight: bold; color: #00003a; font-size: 1.2rem; border: 2px solid #00003A; display: inline-block; padding: 8px 20px; border-radius: 50px;\"\u003eInsta360 Link 2\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-grid\"\u003e\n\n\u003c!-- HIGHLIGHT CARD --\u003e\n\u003cdiv class=\"gsm-card highlight\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"32\" width=\"32\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003ccircle r=\"3\" cy=\"12\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M7 21a5 5 0 0 1 10 0\"\u003e\u003c\/path\u003e\u003ccircle r=\"4\" cy=\"7\" cx=\"12\"\u003e\u003c\/circle\u003e\u003cpath d=\"M19 12a7 7 0 0 0-14 0\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003cdiv\u003e\n\n\u003ch3\u003eAI Tracking (PTZ)\u003c\/h3\u003e\n\n\u003cp\u003eThe \"Game Changer\" for your presentations. The Link 2 physically moves to follow you around the room. No matter how much you move, AI keeps you perfectly framed at all times.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- CARD 2 --\u003e\n\u003cdiv class=\"gsm-card\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M12 2v20\"\u003e\u003c\/path\u003e\u003cpath d=\"M2 12h20\"\u003e\u003c\/path\u003e\u003crect rx=\"2\" y=\"2\" x=\"2\" height=\"20\" width=\"20\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eTrue Focus (PDAF)\u003c\/h3\u003e\n\n\u003cp\u003eSay goodbye to blurry shots. Thanks to phase-detection autofocus, the Link 2 instantly focuses on any object or person with surgical sharpness.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- CARD 3 --\u003e\n\u003cdiv class=\"gsm-card\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath d=\"M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 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 y2=\"23\" x2=\"12\" y1=\"19\" x1=\"12\"\u003e\u003c\/line\u003e\u003cline y2=\"23\" x2=\"16\" y1=\"23\" x1=\"8\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eAI Noise Cancellation Audio\u003c\/h3\u003e\n\n\u003cp\u003eAdvanced algorithms filter out background noise. Your voice will sound clear and professional even in noisy offices or echoey environments.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\u003c!-- CARD 4 --\u003e\n\u003cdiv class=\"gsm-card\"\u003e\n\n\u003cdiv class=\"icon-box\"\u003e\u003csvg stroke-linejoin=\"round\" stroke-linecap=\"round\" stroke-width=\"2\" stroke=\"currentColor\" fill=\"none\" viewbox=\"0 0 24 24\" height=\"28\" width=\"28\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003crect ry=\"2\" rx=\"2\" y=\"3\" x=\"3\" height=\"18\" width=\"18\"\u003e\u003c\/rect\u003e\u003cpath d=\"M3 9h18\"\u003e\u003c\/path\u003e\u003cpath d=\"M9 21V9\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\u003c\/div\u003e\n\n\u003ch3\u003eWhiteboard and DeskView Modes\u003c\/h3\u003e\n\n\u003cp\u003eOptimize your creative workflow. Share your desk or whiteboard with automatic perspective correction. Ideal for tutorials and teaching.\u003c\/p\u003e\n\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003ch2 style=\"text-align: center; font-size: 1.8rem;\"\u003eUser Reviews\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 image quality is out of this world. It looks like a professional cinema camera. The tracking allows me to walk around while explaining my projects.\"\u003c\/p\u003e\n\n\u003cspan class=\"reviewer\"\u003e— Roberto S., Architect\u003c\/span\u003e\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 (bokeh) is super natural, it doesn't look artificial like Zoom's. It makes my streaming setup look much more premium.\"\u003c\/p\u003e\n\n\u003cspan class=\"reviewer\"\u003e— Elena F., Twitch Streamer\u003c\/span\u003e\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\"Gesture control is incredible. I can zoom with my hand without touching the camera. Very useful for my online classes.\"\u003c\/p\u003e\n\n\u003cspan class=\"reviewer\"\u003e— Prof. Juan M., Digital Education\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\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: 1rem;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eResolution\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e4K Ultra HD @ 30fps\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eSensor\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e1\/2\" CMOS with Active HDR\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eTracking\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003e2-axis Gimbal (PTZ) with AI\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\"\u003eUp to 4x Digital\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eFocus\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003ePDAF (Phase Detection)\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"spec-row\"\u003e\n\n\u003cspan class=\"spec-label\"\u003eCompatibility\u003c\/span\u003e \u003cspan class=\"spec-value\"\u003eWindows, macOS, Zoom, Teams, OBS\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"gsm-faq\"\u003e\n\n\u003ch2 style=\"font-size: 1.8rem; text-align: center;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eHow does privacy mode work?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eThe Insta360 Link 2 physically protects your privacy: after 10 seconds of inactivity, the gimbal automatically tilts the lens downwards. You can also activate it manually at any time.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eDo I need to install software for it to work?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eIt's Plug \u0026amp; Play for basic functions, but we recommend downloading the \"Link Controller\" software to access advanced AI features, gesture control, and image customization.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\u003cdetails\u003e\n\u003csummary\u003eWhat is gesture control?\u003c\/summary\u003e\n\u003cdiv class=\"faq-content\"\u003eIt allows you to control the camera without touching it. With simple hand gestures, you can activate AI tracking, zoom, or activate whiteboard mode remotely.\u003c\/div\u003e\n\n\u003c\/details\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv style=\"text-align: center; margin-top: 3rem; padding: 2.5rem; background: #f0f7ff; border-radius: 24px; border: 2px dashed #0389FC;\"\u003e\n\n\u003ch3 style=\"color: #0389fc; margin-bottom: 0.8rem; font-size: 1.6rem;\"\u003eGSMPRO.CL Guarantee\u003c\/h3\u003e\n\n\u003cp style=\"margin-bottom: 0; font-size: 1.1rem; color: #00003a;\"\u003eOriginal product, specialized support, and direct warranty. \u003cbr\u003e\u003cstrong\u003eFast shipping throughout Chile.\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":"Arctic White \/ Standard Bundle","offer_id":58174362648924,"sku":"B0FPR2G17Z","price":315.0,"currency_code":"USD","in_stock":true},{"title":"Negro grafito \/ Tripod Bundle","offer_id":58174362681692,"sku":"B0DDTJLMYN","price":325.0,"currency_code":"USD","in_stock":true},{"title":"Negro grafito \/ Wavelink Bundle","offer_id":58174362714460,"sku":"B0FNQV8MPL","price":690.0,"currency_code":"USD","in_stock":true},{"title":"Negro grafito \/ Standard Bundle","offer_id":58174362747228,"sku":"B0DDTH3HX8","price":290.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/9075e0291868e64d94b315f9427a691c.jpg?v=1782957838","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/webcam-insta360-link-2-4k-ptz-ia","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}