{"product_id":"ruko-f11-pro-dron-camara-4k-gps-motores-brushless","title":"Ruko F11 Pro 2","description":"\u003cdiv id=\"gsm-product-content\"\u003e\n\n  \u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;700;800\u0026display=swap');\n\n    #gsm-product-content { \n      font-family: 'Montserrat', 'Inter', sans-serif; \n      color: #00003A; \n      line-height: 1.6; \n      max-width: 1000px; \n      margin: 0 auto; \n      background-color: #fff; \n      padding: 10px;\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    }\n    #gsm-product-content h2 { \n      font-size: 2.2rem; \n      margin-bottom: 1.5rem; \n      color: var(--gsm-navy); \n    }\n    #gsm-product-content p { \n      margin-bottom: 1rem; \n      font-size: 1.1rem; \n      color: #4a4a4a; \n    }\n    \n    \/* HERO SECTION *\/\n    .gsm-hero { \n      text-align: center; \n      padding: 4rem 1rem; \n      background: linear-gradient(135deg, #f9f9f9 0%, #edf6ff 100%); \n      border-radius: 24px; \n      margin-bottom: 3rem; \n    }\n    .gsm-hero h1 { \n      font-size: clamp(2.2rem, 5vw, 3.5rem); \n      color: var(--gsm-blue); \n      line-height: 1.1; \n      margin-bottom: 1rem; \n    }\n    .gsm-hero .subheadline { \n      font-size: 1.4rem; \n      color: var(--gsm-navy); \n      font-weight: 500; \n      max-width: 750px; \n      margin: 0 auto; \n    }\n    \n    \/* BENTO GRID *\/\n    .gsm-grid { \n      display: grid; \n      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); \n      gap: 20px; \n      margin-bottom: 3rem; \n    }\n    .gsm-card { \n      background: #f5f5f7; \n      padding: 2.5rem; \n      border-radius: 24px; \n      transition: all 0.3s ease; \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(-5px); \n      box-shadow: 0 10px 30px rgba(0,0,0,0.08); \n    }\n    \n    \/* HIGHLIGHT CARD *\/\n    .gsm-card.highlight { \n      background: var(--gsm-navy); \n      color: #FFFFFF !important; \n    }\n    .gsm-card.highlight h3, \n    .gsm-card.highlight p { \n      color: #FFFFFF !important; \n    } \n    .gsm-card.highlight .icon-box { \n      background: rgba(255,255,255,0.1); \n      color: var(--gsm-yellow); \n    }\n    \n    .gsm-card h3 { \n      font-size: 1.5rem; \n      margin-bottom: 0.8rem; \n      line-height: 1.2;\n    }\n    .icon-box { \n      width: 55px; \n      height: 55px; \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: var(--gsm-blue); \n    }\n    .icon-box svg { width: 28px; height: 28px; }\n    \n    \/* REVIEWS *\/\n    .gsm-reviews { \n      display: flex; \n      gap: 20px; \n      margin-bottom: 3rem; \n      padding-bottom: 1rem; \n      overflow-x: auto;\n    }\n    .review-card { \n      background: white; \n      border: 1px solid #eee; \n      border-radius: 20px; \n      padding: 1.8rem; \n      min-width: 280px;\n      flex: 1; \n      box-shadow: 0 4px 12px rgba(0,0,0,0.02);\n    }\n    .stars { color: #FFB800; margin-bottom: 0.8rem; font-size: 1.1rem; }\n    .review-text { font-style: italic; font-size: 0.95rem; color: #555; }\n    .review-author { font-weight: 700; margin-top: 1rem; display: block; font-size: 0.9rem; color: var(--gsm-navy); }\n\n    \/* SPECS *\/\n    .specs-container { \n      background: #fff; \n      border-radius: 24px; \n      border: 1px solid #eee; \n      padding: 2.5rem; \n      margin-bottom: 3rem; \n    }\n    .spec-row { \n      display: flex; \n      justify-content: space-between; \n      padding: 1.2rem 0; \n      border-bottom: 1px solid #f0f0f0; \n    }\n    .spec-row:last-child { border-bottom: none; }\n    .spec-label { font-weight: 600; color: var(--gsm-navy); }\n    .spec-value { color: #666; text-align: right; max-width: 60%; }\n    \n    \/* FAQ *\/\n    .gsm-faq { margin-bottom: 3rem; }\n    details { \n      background: #f9f9f9; \n      margin-bottom: 12px; \n      border-radius: 14px; \n      border: 1px solid #efefef;\n    }\n    summary { \n      padding: 1.2rem; \n      font-weight: 700; \n      cursor: pointer; \n      list-style: none; \n      position: relative; \n      color: var(--gsm-navy); \n    }\n    summary::after { \n      content: '→'; \n      position: absolute; \n      right: 20px; \n      color: var(--gsm-blue); \n      transition: transform 0.3s;\n    }\n    details[open] summary::after { transform: rotate(90deg); }\n    .faq-content { padding: 0 1.2rem 1.2rem; color: #555; font-size: 1rem; }\n    \n    @media (max-width: 768px) { \n      .gsm-hero h1 { font-size: 2.2rem; } \n      .gsm-grid { grid-template-columns: 1fr; } \n      .gsm-reviews { flex-direction: column; }\n      .spec-row { flex-direction: column; gap: 4px; }\n      .spec-value { text-align: left; max-width: 100%; }\n    }\n  \u003c\/style\u003e\n\n  \u003cdiv class=\"gsm-hero\"\u003e\n\n    \u003ch1\u003eMaster the Sky with 4K Clarity\u003c\/h1\u003e\n\n    \u003cp class=\"subheadline\"\u003eThe Ruko F11 Pro redefines aerial exploration: 60 minutes of flight, level 6 wind resistance, and an Ultra HD camera to capture every detail.\u003c\/p\u003e\n\n    \u003cdiv style=\"margin-top: 25px; font-weight: 800; color: var(--gsm-blue); letter-spacing: 2px; text-transform: uppercase; font-size: 0.9rem;\"\u003eRuko F11 Pro | 4K UHD Dual Battery Edition\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"gsm-grid\"\u003e\n\n    \u003c!-- T1: HIGHLIGHT --\u003e\n    \u003cdiv class=\"gsm-card highlight\"\u003e\n\n      \u003cdiv class=\"icon-box\"\u003e\n\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003crect x=\"2\" y=\"7\" width=\"16\" height=\"10\" rx=\"2\" ry=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"22\" y1=\"11\" x2=\"22\" y2=\"13\"\u003e\u003c\/line\u003e\u003cline x1=\"6\" y1=\"11\" x2=\"10\" y2=\"11\"\u003e\u003c\/line\u003e\u003cline x1=\"8\" y1=\"9\" x2=\"8\" y2=\"13\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003e60-Minute Flight Time\u003c\/h3\u003e\n\n      \u003cp\u003eDouble the fun guaranteed. This new version includes two smart 2500mAh batteries, allowing you to stay airborne for a full hour for uninterrupted cinematic shots.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- T2 --\u003e\n    \u003cdiv class=\"gsm-card\"\u003e\n\n      \u003cdiv class=\"icon-box\"\u003e\n\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"13\" r=\"4\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003e4K Ultra HD Quality\u003c\/h3\u003e\n\n      \u003cp\u003eStunning clarity and vivid colors. Enjoy 4K photos and 2.9K video with a wide-angle FOV lens and adjustable camera for epic perspectives.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- T3 --\u003e\n    \u003cdiv class=\"gsm-card\"\u003e\n\n      \u003cdiv class=\"icon-box\"\u003e\n\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003eLevel 6 Stability\u003c\/h3\u003e\n\n      \u003cp\u003eEquipped with powerful brushless motors and an aluminum alloy casing, the F11 Pro withstands strong winds, maintaining stable and quiet flight.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003c!-- T4 --\u003e\n    \u003cdiv class=\"gsm-card\"\u003e\n\n      \u003cdiv class=\"icon-box\"\u003e\n\n        \u003csvg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpolygon points=\"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2\"\u003e\u003c\/polygon\u003e\u003c\/svg\u003e\n      \u003c\/div\u003e\n\n      \u003ch3\u003eExpert Smart Flight\u003c\/h3\u003e\n\n      \u003cp\u003eAdvanced one-click functions: Follow Me Mode, Tap Fly, and Point of Interest. Ideal for beginners looking for professional-level results.\u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003ch2 style=\"text-align: center; font-size: 1.8rem; margin-top: 4rem;\"\u003ePilot Experiences\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 class=\"review-text\"\u003e\"The battery life is real. Having a total of 60 minutes gives me the peace of mind to find the perfect angle without rushing.\"\u003c\/p\u003e\n\n      \u003cspan class=\"review-author\"\u003eIgnacio T. - Drone Enthusiast\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"review-card\"\u003e\n\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n      \u003cp class=\"review-text\"\u003e\"I flew it on the coast in strong winds and it stayed steady as a rock. The brushless motors make all the difference.\"\u003c\/p\u003e\n\n      \u003cspan class=\"review-author\"\u003eValentina D. - Aerial Photographer\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"review-card\"\u003e\n\n      \u003cdiv class=\"stars\"\u003e★★★★★\u003c\/div\u003e\n\n      \u003cp class=\"review-text\"\u003e\"Super easy to set up for a novice. GPS and auto-return mode saved me on my first flight.\"\u003c\/p\u003e\n\n      \u003cspan class=\"review-author\"\u003eMarcos J. - Beginner\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"specs-container\"\u003e\n\n    \u003ch2 style=\"font-size: 1.5rem; border-bottom: 3px solid var(--gsm-blue); padding-bottom: 8px; display: inline-block; margin-bottom: 2rem;\"\u003eTechnical Specifications\u003c\/h2\u003e\n\n    \n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eCamera Resolution\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003e4K Ultra HD (Photos) \/ 2.9K (Video)\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eFlight Time\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003eUp to 60 min (30 min per battery)\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eBatteries Included\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003e2x Smart 11.1V 2500mAh\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eMotor Type\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003eBrushless with Aluminum Alloy\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eWind Resistance\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003eLevel 6 (High Stability)\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eGPS Functions\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003eFollow Me, Tap Fly, Point of Interest, Auto Return\u003c\/span\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"spec-row\"\u003e\n\n      \u003cspan class=\"spec-label\"\u003eLens\u003c\/span\u003e\n      \u003cspan class=\"spec-value\"\u003eWide FOV with adjustable camera\u003c\/span\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n  \u003cdiv class=\"gsm-faq\"\u003e\n\n    \u003ch2 style=\"font-size: 1.5rem; text-align: center; margin-bottom: 2rem;\"\u003eFrequently Asked Questions\u003c\/h2\u003e\n\n    \u003cdetails\u003e\n      \u003csummary\u003eHow many batteries are included in the package?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003eThis updated version includes **two batteries** in the box. If you receive only one, please contact us immediately to arrange shipping of the missing component.\u003c\/div\u003e\n\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eIs it suitable for someone who has never flown a drone before?\u003c\/summary\u003e      \u003cdiv class=\"faq-content\"\u003eYes, the F11 Pro has specific settings for beginners that limit distance and height until you feel comfortable with the controls.\u003c\/div\u003e\n\n    \u003c\/details\u003e\n    \u003cdetails\u003e\n      \u003csummary\u003eHow do the smart video modes work?\u003c\/summary\u003e\n      \u003cdiv class=\"faq-content\"\u003eWith a single click in the App, the drone can automatically follow you (Follow Me) or fly in circles around a target (Point of Interest) while filming autonomously.\u003c\/div\u003e\n\n    \u003c\/details\u003e\n  \u003c\/div\u003e\n\n\n  \u003cdiv style=\"text-align: center; margin-top: 3rem; padding: 2.5rem; background: #f0f7ff; border-radius: 24px; border: 2px dashed var(--gsm-blue);\"\u003e\n\n    \u003ch3 style=\"color: var(--gsm-blue); margin-bottom: 0.8rem; font-size: 1.6rem;\"\u003eGSMPRO.CL Guarantee\u003c\/h3\u003e\n\n    \u003cp style=\"margin-bottom: 0; font-weight: 500;\"\u003eOriginal Ruko drone with specialized technical support. \u003cbr\u003e\u003cspan style=\"color: var(--gsm-navy);\"\u003eFast and secure shipping throughout Chile.\u003c\/span\u003e\u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cscript type=\"application\/ld+json\"\u003e\n{\n  \"@context\": \"https:\/\/schema.org\/\",\n  \"@type\": \"Product\",\n  \"name\": \"Ruko F11 Pro Dron 4K UHD con 60 Min de Vuelo\",\n  \"image\": [\n    \"https:\/\/gsmpro.cl\/path-to-ruko-f11-pro.jpg\"\n  ],\n  \"description\": \"Dron profesional con cámara 4K UHD, 60 minutos de tiempo de vuelo con dos baterías, motores sin escobillas y resistencia al viento nivel 6.\",\n  \"sku\": \"RUKO-F11PRO-DUAL\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Ruko\"\n  },\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"url\": \"https:\/\/gsmpro.cl\/products\/ruko-f11-pro\",\n    \"priceCurrency\": \"CLP\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"itemCondition\": \"https:\/\/schema.org\/NewCondition\",\n    \"seller\": {\n      \"@type\": \"Organization\",\n      \"name\": \"GSMPRO.CL\"\n    }\n  },\n  \"aggregateRating\": {\n    \"@type\": \"AggregateRating\",\n    \"ratingValue\": \"4.8\",\n    \"reviewCount\": \"56\"\n  }\n}\n\u003c\/script\u003e","brand":"OURBIZ-US Shop","offers":[{"title":"Default Title","offer_id":58174554243420,"sku":"B0DHG4G5L2","price":746.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/1035\/3629\/6284\/files\/dron6.png?v=1782961294","url":"https:\/\/www.ourbiz-us.shop\/en\/products\/ruko-f11-pro-dron-camara-4k-gps-motores-brushless","provider":"OURBIZ-US Shop","version":"1.0","type":"link"}