{"title":"GPS Trackers για Εταιρείες","description":null,"products":[{"product_id":"sk920","title":"SK920","description":"\u003c!-- =====================================================\nDEVICE SWITCHER\nDESKTOP = SK920 PRODUCT PAGE\nMOBILE = SK920 PRODUCT PAGE\n===================================================== --\u003e\n\n\u003cstyle\u003e\n\n\/* =========================\nDEVICE SWITCHER\n========================= *\/\n\n.sk920-desktop-only{\n  display:block;\n}\n\n.sk920-mobile-only{\n  display:none;\n}\n\n\/* MOBILE *\/\n\n@media screen and (max-width:1024px){\n\n  .sk920-desktop-only{\n    display:none !important;\n  }\n\n  .sk920-mobile-only{\n    display:block !important;\n  }\n\n}\n\n\/* DESKTOP *\/\n\n@media screen and (min-width:1025px){\n\n  .sk920-desktop-only{\n    display:block !important;\n  }\n\n  .sk920-mobile-only{\n    display:none !important;\n  }\n\n}\n\n\u003c\/style\u003e\n\n\u003c!-- desktop--\u003e\n\n\u003cdiv class=\"sk920-desktop-only\"\u003e\n\u003c!-- FONT --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n\/* ================= GLOBAL VARIABLES ================= *\/\n:root{\n  --font-main: \"Poppins\", sans-serif;\n\n  \/* Font Sizes *\/\n  --fs-xs: 13px;\n  --fs-sm: 14px;\n  --fs-base: 16px;\n  --fs-md: 18px;\n  --fs-lg: 22px;\n  --fs-xl: 28px;\n\n  \/* Font Weights *\/\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  \/* Spacing *\/\n  --space-xs: 6px;\n  --space-sm: 10px;\n  --space-md: 16px;\n  --space-lg: 24px;\n  --space-xl: 36px;\n  --space-xxl: 48px;\n\n  \/* Colors *\/\n  --text-main: #111;\n  --text-secondary: #555;\n  --bg-soft: #f8f8f8;\n}\n\n\/* ================= GLOBAL STYLES ================= *\/\nhtml{\n  scroll-behavior:smooth;\n}\n\nbody{\n  font-size: var(--fs-base);\n  line-height: 1.7;\n  color: var(--text-main);\n  background: var(--bg-soft);\n  margin:0;\n  padding:0;\n}\n\n\/* ================= WRAPPER ================= *\/\n.product-wrapper{\n  max-width:820px;\n  margin:60px auto;\n  padding:0 18px;\n}\n\n\/* ================= TITLES ================= *\/\n.section-title{\n  font-size: var(--fs-xl);\n  font-weight: var(--fw-bold);\n  letter-spacing: -0.4px;\n  margin-bottom: var(--space-lg);\n}\n\n\/* ================= VIDEO ================= *\/\n.video-container{\n  position:relative;\n  padding-bottom:56.25%;\n  height:0;\n  overflow:hidden;\n  border-radius:16px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.15);\n  background:#000;\n  margin-top: var(--space-md);\n}\n\n.video-container iframe{\n  position:absolute;\n  top:0;\n  left:0;\n  width:100%;\n  height:100%;\n  border:0;\n}\n\n\/* ================= PRODUCT DESCRIPTION ================= *\/\n.product-description{\n  margin-top: var(--space-lg);\n  font-size: var(--fs-base);\n  line-height:1.8;\n  color: var(--text-secondary);\n}\n\n.product-description p{\n  margin-bottom: var(--space-md);\n}\n\n.product-description ul{\n  margin-top: var(--space-sm);\n  margin-bottom: var(--space-md);\n}\n\n\/* ================= APP BUTTONS ================= *\/\n.app-buttons-section{\n  text-align:center;\n  margin: var(--space-xl) 0;\n}\n\n.app-buttons-section h3{\n  font-size: var(--fs-md);\n  font-weight: var(--fw-semibold);\n  margin-bottom: var(--space-md);\n}\n\n.image-buttons{\n  display:flex;\n  justify-content:center;\n  gap:16px;\n  flex-wrap:wrap;\n}\n\n.image-buttons a{\n  display:block;\n  transition:all .3s ease;\n}\n\n.image-buttons img{\n  width:80px;\n  height:80px;\n  object-fit:cover;\n  border-radius:16px;\n  box-shadow:0 5px 15px rgba(0,0,0,0.18);\n}\n\n.image-buttons a:hover img{\n  transform:translateY(-3px) scale(1.05);\n  box-shadow:0 10px 20px rgba(0,0,0,0.28);\n}\n\n\/* ================= PDF BUTTON ================= *\/\n.pdf-download-wrapper{\n  text-align:center;\n  margin-top: var(--space-md);\n}\n\n.pdf-download-btn{\n  display:inline-block;\n  padding:16px 36px;\n  background:#000;\n  color:#fff!important;\n  text-decoration:none;\n  font-size: var(--fs-base);\n  font-weight: var(--fw-semibold);\n  border-radius:10px;\n  letter-spacing:0.2px;\n  transition:all .25s ease;\n}\n\n.pdf-download-btn:hover{\n  background:#222;\n  transform:translateY(-5px) scale(1.04);\n  box-shadow:0 15px 30px rgba(0,0,0,0.35);\n}\n\n\/* ================= SLIDESHOW ================= *\/\n.slideshow-container{\n  position:relative;\n  margin: var(--space-xl) auto var(--space-sm);\n}\n\n.mySlides{\n  display:none;\n}\n\n.mySlides img{\n  width:100%;\n  border-radius:16px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.18);\n}\n\n.dots{\n  text-align:center;\n  margin-top: var(--space-sm);\n}\n\n.dot{\n  height:10px;\n  width:10px;\n  margin:0 4px;\n  background:#bbb;\n  border-radius:50%;\n  display:inline-block;\n  cursor:pointer;\n  transition:transform .25s ease, background .25s ease;\n}\n\n.dot:hover{\n  transform:scale(1.3);\n}\n\n.dot.active{\n  background:#000;\n  transform:scale(1.25);\n}\n\n\/* ================= FAQ ================= *\/\n.qna-section{\n  margin-top: var(--space-xl);\n  background:#fff;\n  border-radius:14px;\n  box-shadow:0 8px 25px rgba(0,0,0,0.06);\n}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\n}\n\n.qna-item:hover{\n  background:#f6f6f6;\n}\n\n.qna-question{\n  width:100%;\n  text-align:left;\n  background:transparent;\n  border:none;\n  font-size: var(--fs-md);\n  font-weight: var(--fw-semibold);\n  padding:18px 14px;\n  cursor:pointer;\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n}\n\n.qna-icon{\n  font-size:20px;\n  color:#777;\n  transition: transform .35s cubic-bezier(.4,0,.2,1), color .25s ease;\n}\n\n.qna-question.active .qna-icon{\n  transform:rotate(45deg);\n  color:#000;\n}\n\n.qna-question:hover .qna-icon{\n  color:#000;\n}\n\n.qna-answer{\n  display: grid;\n  grid-template-rows: 0fr;\n  opacity: 0;\n  transition: grid-template-rows 0.4s ease, opacity 0.3s ease;\n  font-size: var(--fs-sm);\n  line-height:1.75;\n  color: var(--text-secondary);\n}\n\n.qna-answer-inner{\n  overflow: hidden;\n  padding: 0 10px;\n  transition: padding 0.3s ease;\n}\n\n.qna-question.active + .qna-answer{\n  grid-template-rows: 1fr;\n  opacity: 1;\n}\n\n.qna-question.active + .qna-answer .qna-answer-inner{\n  padding: 10px 10px 22px 10px;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top:10px;\n}\n\n.qna-answer li{\n  margin-bottom:6px;\n}\n\n\n\n\/* ================= DESKTOP CONTACT BUTTONS UNDER Q\u0026A ================= *\/\n.desktop-contact-actions{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-top:30px;\n  margin-bottom:10px;\n}\n\n.desktop-support-btn,\n.desktop-whatsapp-btn{\n  width:100%;\n  height:88px;\n  min-height:88px;\n  border:none;\n  border-radius:24px;\n  padding:18px 22px;\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  text-decoration:none;\n  font-family:'Poppins',sans-serif;\n  font-size:16px;\n  font-weight:700;\n  line-height:1.25;\n  box-shadow:\n    0 12px 24px rgba(0,0,0,.12),\n    0 4px 10px rgba(0,0,0,.08);\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n  overflow:hidden;\n  cursor:pointer;\n}\n\n.desktop-support-btn:hover,\n.desktop-whatsapp-btn:hover{\n  transform:translateY(-2px);\n}\n\n.desktop-support-btn{\n  background:linear-gradient(135deg,#111 0%,#222 100%);\n  color:#fff;\n}\n\n.desktop-whatsapp-btn{\n  background:linear-gradient(135deg,#25D366 0%,#1ebe5d 100%);\n  color:#fff;\n  gap:14px;\n}\n\n.desktop-whatsapp-icon{\n  width:24px;\n  height:24px;\n  object-fit:contain;\n  flex-shrink:0;\n}\n\n.desktop-whatsapp-btn span{\n  flex:1;\n  text-align:left;\n  line-height:1.25;\n  color:#fff;\n}\n\n.desktop-support-btn::after,\n.desktop-whatsapp-btn::after{\n  content:\"›\";\n  font-size:28px;\n  font-weight:300;\n  color:#fff;\n  flex-shrink:0;\n  line-height:1;\n}\n\n.desktop-support-popup{\n  position:fixed;\n  inset:0;\n  background:rgba(0,0,0,.45);\n  backdrop-filter:blur(10px);\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  z-index:9999999;\n  opacity:0;\n  visibility:hidden;\n  transition:.3s ease;\n}\n\n.desktop-support-popup.active{\n  opacity:1;\n  visibility:visible;\n}\n\n.desktop-support-box{\n  width:88%;\n  max-width:340px;\n  background:#fff;\n  border-radius:28px;\n  padding:28px 22px;\n  display:flex;\n  flex-direction:column;\n  gap:14px;\n  box-shadow:0 20px 40px rgba(0,0,0,.18);\n  font-family:'Poppins',sans-serif;\n}\n\n.desktop-support-title{\n  font-size:22px;\n  font-weight:800;\n  text-align:center;\n  margin-bottom:4px;\n}\n\n.desktop-support-subtitle{\n  text-align:center;\n  font-size:14px;\n  color:#777;\n  margin-bottom:10px;\n}\n\n.desktop-support-option{\n  min-height:58px;\n  border-radius:20px;\n  background:#f5f7fa;\n  display:flex;\n  align-items:center;\n  justify-content:flex-start;\n  gap:14px;\n  padding:0 18px;\n  text-decoration:none;\n  color:#111;\n  font-size:15px;\n  font-weight:600;\n}\n\n.desktop-support-option-icon-svg{\n  width:22px;\n  height:22px;\n  object-fit:contain;\n  flex-shrink:0;\n  opacity:.9;\n}\n\n.desktop-support-close{\n  margin-top:8px;\n  min-height:50px;\n  border:none;\n  border-radius:18px;\n  background:#111;\n  color:#fff;\n  font-size:14px;\n  font-weight:700;\n  cursor:pointer;\n  font-family:'Poppins',sans-serif;\n}\n\n@media screen and (max-width:1024px){\n  .desktop-contact-actions,\n  .desktop-support-popup{\n    display:none !important;\n  }\n}\n\n@media screen and (min-width:1025px){\n  .mobile-contact-btn{\n    display:none !important;\n  }\n}\n\n\/* Hide demo button by default *\/\n#demoButton {\n  display: none;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrapper\"\u003e\n\u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/47928eb244c44c05a7d4cf2305543fa5.mp4\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp\u003e\n\u003cstrong\u003eTotal control \u0026amp; security for every vehicle!\u003c\/strong\u003e\n\u003c\/p\u003e\n\u003cp\u003e\n  \n\u003c\/p\u003e\n\u003cp\u003e\nProtect your vehicles with real-time GPS tracking. View their live location at any time directly from your mobile phone.\n\u003c\/p\u003e \n\n\u003cp\u003e\nThe device includes a built-in global SIM chip — no extra SIM card is required and there are no roaming charges.\n\u003c\/p\u003e   \n\n\u003cp\u003e\nSimply install the device and start managing your fleet.\n\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eThe Package Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e✔ Plug \u0026amp; Play Device\u003cbr\u003e✔ Built-in global SIM chip - No roaming charges\u003cbr\u003e✔ Mobile app\u003cbr\u003e✔ Lifetime warranty\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTrack all your vehicles through the GPRS platform \u0026amp; app and get access to:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eLive vehicle location and movement\u003c\/li\u003e\n\u003cli\u003eRoute history and route playback\u003c\/li\u003e\n\u003cli\u003eIgnition on\/off status\u003c\/li\u003e\n\u003cli\u003eDriving behavior alerts\u003c\/li\u003e\n\u003cli\u003eDriver identification (\u003ca rel=\"noopener\" href=\"https:\/\/skytrackshop.com\/el\/products\/btsmp1-standard-bluetooth-sensor\" target=\"_blank\"\u003edriver identification sensor required\u003c\/a\u003e, not included in the package)\u003c\/li\u003e\n\u003cli\u003eRemote engine immobilization (\u003ca rel=\"noopener\" href=\"https:\/\/skytrackshop.com\/el\/products\/relay-5-pin-12v\" target=\"_blank\"\u003erelay required\u003c\/a\u003e, not included in the package)\u003c\/li\u003e\n\u003cli\u003ePredictive maintenance\u003c\/li\u003e\n\u003cli\u003eDoor open\/close alerts (\u003ca rel=\"noopener\" href=\"https:\/\/skytrackshop.com\/el\/products\/btsmp1-standard-bluetooth-sensor\" target=\"_blank\"\u003esensor required\u003c\/a\u003e, not included in the package)\u003c\/li\u003e\n\u003cli\u003eSpeed monitoring and alerts\u003c\/li\u003e\n\u003cli\u003eGeofence alerts\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat you gain\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eReports\u003c\/li\u003e\n\u003cli\u003ePredictive maintenance\u003c\/li\u003e\n\u003cli\u003eEco score\u003c\/li\u003e\n\u003cli\u003eFuel cost reduction\u003c\/li\u003e\n\u003cli\u003ePrevention of unauthorized vehicle use\u003c\/li\u003e\n\u003cli\u003eImproved driving behavior\u003c\/li\u003e\n\u003cli\u003eStolen vehicle recovery\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-buttons-section\"\u003e\n\u003ch3\u003eDownload the GPRS Pro app to explore our demo:\u003c\/h3\u003e\n\u003cdiv class=\"image-buttons\"\u003e\n\u003ca href=\"https:\/\/apps.apple.com\/gr\/app\/gprs-pro\/id6529538115\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_89_a5f3a240-ce36-45dd-b4a7-eb53ce44b61a.png?v=1773227214\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_90_058b20da-b51c-4492-8754-d3c8bacfc923.png?v=1773227213\"\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\" id=\"demoButton\"\u003e\n  \u003ca class=\"pdf-download-btn\" href=\"https:\/\/gprs.gr\/demo.php\" target=\"_blank\"\u003e\n    Explore the GPRS Platform\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\"\u003e\u003ca class=\"pdf-download-btn\" download=\"\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/SKYTRACK_bcfe8ffb-edf5-4202-96ad-1d6a86c142f0.pdf?v=1779436745\" target=\"_blank\"\u003e Download the Skytrack Fleet Management Presentation \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"slideshow-container\"\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/fmc920-platform-snip.png?v=1773317845\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/basic-tracking-system-ideal-cases.png?v=1773667841\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/basic-tracking-system-features.png?v=1773666979\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dots\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-section\"\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Which vehicles is the SK920: Basic Tracking compatible with? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eThe SK920: Basic Tracking works with most modern cars, vans, and trucks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does the device require installation? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eInstallation is quick and easy.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eStep 1:\u003c\/strong\u003e Install the GPS tracking device in your vehicle with the help of an automotive electrician.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStep 2:\u003c\/strong\u003e Download the app and create an account.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Do I need to buy a SIM card and data? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eNo, the device includes a built-in SIM chip with no roaming charges, and data is included in the monthly subscription.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e How can I pay the monthly subscription? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eYou can pay your monthly subscription using:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003ePayPal\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCredit or debit card\u003c\/strong\u003e (Visa, Mastercard, American Express and other major cards)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eAll online payments are processed securely through our payment providers. When paying by card, you will be redirected to a secure payment page to complete the transaction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- DESKTOP CONTACT BUTTONS UNDER Q\u0026A --\u003e\n\u003cdiv class=\"desktop-contact-actions\"\u003e\n\n  \u003cbutton class=\"desktop-support-btn\" type=\"button\" id=\"desktopSupportBtn\"\u003e\n    Contact Support\n  \u003c\/button\u003e\n\n  \u003ca class=\"desktop-whatsapp-btn\" href=\"https:\/\/wa.me\/306945641644\" target=\"_blank\"\u003e\n    \u003cimg class=\"desktop-whatsapp-icon\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/WhatsApp.svg\" alt=\"WhatsApp\"\u003e\n    \u003cspan\u003eChat with us on WhatsApp\u003c\/span\u003e\n  \u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- DESKTOP SUPPORT POPUP --\u003e\n\u003cdiv class=\"desktop-support-popup\" id=\"desktopSupportPopup\"\u003e\n\n  \u003cdiv class=\"desktop-support-box\"\u003e\n\n    \u003cdiv class=\"desktop-support-title\"\u003e\n      Contact Support\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"desktop-support-subtitle\"\u003e\n      Choose your preferred contact method.\n    \u003c\/div\u003e\n\n    \u003ca href=\"tel:+302310365067\" class=\"desktop-support-option\"\u003e\n      \u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/phone.svg\" class=\"desktop-support-option-icon-svg\" alt=\"Phone\"\u003e\n      \u003cspan\u003eCall Support\u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003ca href=\"mailto:support@skytrack.gr\" class=\"desktop-support-option\"\u003e\n      \u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/mail.svg\" class=\"desktop-support-option-icon-svg\" alt=\"Email\"\u003e\n      \u003cspan\u003eEmail Support\u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003cbutton class=\"desktop-support-close\" type=\"button\" id=\"desktopSupportClose\"\u003e\n      Close\n    \u003c\/button\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n\ndocument.addEventListener(\"DOMContentLoaded\",function(){\n\nlet slideIndex = 0;\nlet slideTimer;\n\nshowSlides();\n\nfunction showSlides() {\n  let slides = document.getElementsByClassName(\"mySlides\");\n  let dots = document.getElementsByClassName(\"dot\");\n\n  for (let i = 0; i \u003c slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n\n  slideIndex++;\n\n  if (slideIndex \u003e slides.length) {\n    slideIndex = 1;\n  }\n\n  for (let i = 0; i \u003c dots.length; i++) {\n    dots[i].classList.remove(\"active\");\n  }\n\n  slides[slideIndex - 1].style.display = \"block\";\n  dots[slideIndex - 1].classList.add(\"active\");\n\n  slideTimer = setTimeout(showSlides, 2500);\n}\n\n\/\/ ✅ FIXED DOT CLICK\ndocument.querySelectorAll(\".dot\").forEach((dot, i) =\u003e {\n  dot.onclick = function () {\n    clearTimeout(slideTimer); \/\/ reset timer cleanly\n    slideIndex = i;           \/\/ correct index\n    showSlides();             \/\/ restart slideshow\n  };\n});\n\ndocument.querySelectorAll(\".qna-question\").forEach(btn =\u003e {\n  btn.addEventListener(\"click\", function () {\n\n    const isActive = this.classList.contains(\"active\");\n\n    document.querySelectorAll(\".qna-question\").forEach(q =\u003e {\n      q.classList.remove(\"active\");\n    });\n\n    if (!isActive) {\n      this.classList.add(\"active\");\n    }\n\n  });\n});\n\n\n\n\/\/ ===== DESKTOP SUPPORT POPUP =====\nconst desktopSupportBtn = document.getElementById(\"desktopSupportBtn\");\nconst desktopSupportPopup = document.getElementById(\"desktopSupportPopup\");\nconst desktopSupportClose = document.getElementById(\"desktopSupportClose\");\n\nif (desktopSupportBtn \u0026\u0026 desktopSupportPopup) {\n  desktopSupportBtn.addEventListener(\"click\", function () {\n    desktopSupportPopup.classList.add(\"active\");\n  });\n}\n\nif (desktopSupportClose \u0026\u0026 desktopSupportPopup) {\n  desktopSupportClose.addEventListener(\"click\", function () {\n    desktopSupportPopup.classList.remove(\"active\");\n  });\n}\n\nif (desktopSupportPopup) {\n  desktopSupportPopup.addEventListener(\"click\", function (e) {\n    if (e.target === desktopSupportPopup) {\n      desktopSupportPopup.classList.remove(\"active\");\n    }\n  });\n}\n\n\/\/ ===== SHOW DEMO BUTTON ONLY ON DESKTOP =====\n    var ua = navigator.userAgent || navigator.vendor || window.opera;\n\n    \/\/ mobile detection\n    var isMobile = \/android|iphone|ipad|ipod|iemobile|opera mini\/i.test(ua);\n\n    \/\/ touch detection (tablets \/ hybrid devices)\n    var isTouch = ('ontouchstart' in window) || (navigator.maxTouchPoints \u003e 0);\n\n    var demoButton = document.getElementById(\"demoButton\");\n\n    \/\/ show ONLY on real desktop (non-mobile + non-touch)\n    if (!isMobile \u0026\u0026 !isTouch) {\n      if (demoButton) demoButton.style.display = \"block\";\n    }\n});\n\n\u003c\/script\u003e\n\u003c\/div\u003e\n\n\u003c!-- =====================================================\nMOBILE VERSION\nSK920 MOBILE UI\n===================================================== --\u003e\n\n\u003cdiv class=\"sk920-mobile-only\"\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n\n:root{\n  --bg:#f5f5f3;\n  --text:#111;\n  --blue:#12acef;\n  --muted:#777;\n}\n\n*{\n  box-sizing:border-box;\n}\n\nbody{\n  margin:0;\n\n  background:\n    linear-gradient(\n      180deg,\n      #f7f9fc 0%,\n      #f1f4f8 100%\n    );\n\n  font-family:'Poppins',sans-serif;\n\n  color:var(--text);\n\n  overflow-x:hidden;\n}\n\n\/* MAIN WRAPPER *\/\n\n.sk920-page{\n  width:100%;\n  max-width:100vw;\n  margin:auto;\n  padding:clamp(18px,4vw,32px) clamp(18px,5vw,34px) 70px;\n}\n\n\/* INFO *\/\n\n.sk920-info-wrap{\n  margin-top:24px;\n}\n\n\/* SUBSCRIPTION *\/\n\n.sk920-subscription-line{\n\n  padding-bottom:22px;\n\n  border-bottom:2px solid #111;\n\n  margin-bottom:22px;\n}\n\n\n\n.sk920-subscription-top{\n  display:flex;\n  align-items:center;\n  gap:10px;\n  flex-wrap:wrap;\n}\n\n.sk920-days-inline{\n  font-size:clamp(30px,8vw,54px);\n  font-weight:300;\n  color:var(--blue);\n  line-height:1;\n}\n\n.sk920-free-inline{\n  font-size:clamp(22px,6vw,40px);\n  font-weight:800;\n  color:var(--blue);\n  line-height:1;\n}\n\n.sk920-sub-small{\n  margin-top:8px;\n  font-size:13px;\n  font-weight:500;\n  line-height:1.45;\n}\n\n\/* GUARANTEE *\/\n\n.sk920-guarantee{\n\n  margin-top:0;\n\n  margin-bottom:0;\n\n  font-size:clamp(18px,4.5vw,28px);\n\n  font-weight:800;\n\n  line-height:1.25;\n}\n\n\n\/* =========================\nPACKAGE LIST\n========================= *\/\n\n.sk920-package-list{\n\n  list-style:none;\n\n  margin:0;\n\n  padding:0 0 0 4px;\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:14px;\n}\n\n.sk920-package-list li{\n\n  position:relative;\n\n  padding-left:30px;\n\n  font-size:15px;\n\n  line-height:1.7;\n\n  font-weight:500;\n\n  color:#3f3f3f;\n}\n\n.sk920-package-list li::before{\n\n  content:\"✓\";\n\n  position:absolute;\n\n  left:0;\n\n  top:1px;\n\n  color:var(--blue);\n\n  font-size:16px;\n\n  font-weight:800;\n}\n  \n\/* ICON GRID *\/\n\n.sk920-icons-grid{\n  margin-top:clamp(34px,6vw,54px);\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n  gap:clamp(38px,8vw,62px) clamp(24px,6vw,42px);\n  align-items:start;\n}\n\n.sk920-icon-card{\n  text-align:center;\n}\n\n.sk920-icon-card img{\n  width:clamp(48px,8vw,72px);\n  height:clamp(48px,8vw,72px);\n  object-fit:contain;\n  margin-bottom:16px;\n}\n\n.sk920-icon-label{\n  font-size:clamp(11px,2.8vw,14px);\n  line-height:1.55;\n  color:#777;\n  font-weight:500;\n  max-width:140px;\n  margin:auto;\n}\n\n\/* BUTTONS *\/\n\n.sk920-buttons{\n  display:flex;\n  flex-direction:column;\n  gap:28px;\n  margin:68px 0 0;\n}\n\n.sk920-button{\n  position:relative;\n\n  width:100%;\n\n  min-height:64px;\n\n  border:none !important;\n\n  border-radius:999px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  color:#fff;\n\n  font-size:17px;\n\n  font-weight:600;\n\n  padding:0 26px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  overflow:hidden;\n\n  cursor:pointer;\n\n  isolation:isolate;\n\n  box-shadow:\n    0 10px 18px rgba(18,172,239,.18),\n    0 4px 10px rgba(0,0,0,.08);\n\n  transition:\n    transform .28s cubic-bezier(.16,1,.3,1),\n    box-shadow .28s cubic-bezier(.16,1,.3,1),\n    background .28s ease;\n}\n\n.sk920-button span{\n  font-size:34px;\n  line-height:1;\n}\n\n.sk920-fullpage{\n  position:fixed;\n  inset:0;\n  width:100vw;\n  height:100dvh;\n  z-index:999999;\n  background:rgba(245,245,243,.72);\n  backdrop-filter:blur(22px) saturate(140%);\n  overflow-y:auto;\n  padding:clamp(24px,4vw,40px) clamp(22px,5vw,44px) 120px;\n  transform:translate3d(100%,0,0);\n  opacity:0;\n  visibility:hidden;\n  pointer-events:none;\n  transition:transform .7s cubic-bezier(.16,1,.3,1), opacity .45s ease;\n}\n\n.sk920-fullpage.active{\n  transform:translate3d(0,0,0);\n  opacity:1;\n  visibility:visible;\n  pointer-events:auto;\n}\n\n.sk920-back{\n  display:flex;\n  align-items:center;\n  gap:10px;\n  width:max-content;\n  margin:0 0 34px;\n  padding:0;\n  border:none;\n  background:none;\n  font-size:15px;\n  font-weight:700;\n  color:#111;\n}\n\n.sk920-card{\n  background:rgba(255,255,255,.52);\n  backdrop-filter:blur(26px);\n  border:1px solid rgba(255,255,255,.68);\n  border-radius:34px;\n  padding:28px 24px;\n  margin-bottom:20px;\n}\n\n.sk920-fullpage h2{\n  font-size:clamp(34px,8vw,54px);\n  line-height:1.05;\n  font-weight:800;\n  margin:0 0 22px;\n}\n\n.sk920-fullpage h3{\n  font-size:clamp(22px,5vw,34px);\n  line-height:1.15;\n  font-weight:800;\n  margin:0 0 18px;\n}\n\n.sk920-fullpage p{\n  font-size:clamp(15px,3.7vw,18px);\n  line-height:1.8;\n  color:#2b2b2b;\n}\n\n.sk920-image{\n  width:100%;\n  display:block;\n  margin:34px 0;\n  border-radius:28px;\n}\n\n.sk920-phone-image{\n  width:86%;\n  display:block;\n  margin:32px auto;\n}\n\n.sk920-store-buttons{\n  display:flex;\n  justify-content:center;\n  gap:12px;\n  margin:24px 0 40px;\n}\n\n.sk920-store-buttons img{\n  height:34px;\n}\n\n\/* =========================\nSECTIONS\n========================= *\/\n\n.sk920-section{\n  margin-top:38px;\n}\n\n.sk920-section:first-child{\n  margin-top:0;\n}\n\n.sk920-section-title{\n\n  font-size:clamp(18px,4.5vw,26px);\n\n  font-weight:800;\n\n  margin-bottom:18px;\n\n  letter-spacing:-0.4px;\n\n  padding-left:0;\n}\n  \n.sk920-section-text{\n  font-size:clamp(14px,3.5vw,17px);\n  line-height:1.65;\n  font-weight:500;\n}\n\n\/* =========================\nHERO DESCRIPTION\n========================= *\/\n\n.sk920-hero-card{\n\n  position:relative;\n\n  padding:4px 0 0 14px;\n\n  margin-bottom:-4px;\n}\n\n.sk920-mini-badge{\n\n  display:inline-flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  min-height:32px;\n\n  padding:0 14px;\n\n  border-radius:999px;\n\n  background:\n    rgba(18,172,239,.10);\n\n  color:var(--blue);\n\n  font-size:11px;\n\n  font-weight:700;\n\n  letter-spacing:.8px;\n\n  margin-bottom:14px;\n}\n\n.sk920-main-title{\n\n  font-size:clamp(34px,9vw,58px);\n\n  line-height:.95;\n\n  font-weight:800;\n\n  letter-spacing:-2px;\n\n  margin:0 0 18px;\n\n  color:#111;\n\n  max-width:320px;\n}\n\n.sk920-main-description{\n\n  max-width:540px;\n}\n\n.sk920-main-description p{\n\n  font-size:clamp(15px,4vw,18px);\n\n  line-height:1.72;\n\n  color:#4d4d4d;\n\n  margin:0 0 14px;\n\n  font-weight:500;\n\n  letter-spacing:-0.1px;\n}\n\n.sk920-main-description p:last-child{\n  margin-bottom:0;\n}\n\n\/* =========================\nPRESENTATION PAGE\n========================= *\/\n\n.sk920-video-wrap{\n\n  margin:30px 0;\n}\n\n.sk920-video{\n\n  width:100%;\n\n  border-radius:28px;\n\n  display:block;\n\n  background:#000;\n\n  box-shadow:\n    0 12px 30px rgba(0,0,0,.14);\n}\n\n.sk920-list{\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:14px;\n\n  margin-top:20px;\n}\n\n.sk920-list-item{\n\n  font-size:15px;\n\n  line-height:1.7;\n\n  color:#444;\n\n  font-weight:500;\n}\n\n.sk920-presentation-buttons{\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:16px;\n\n  margin:30px 0;\n}\n\n.sk920-download-btn{\n\n  min-height:58px;\n\n  border-radius:999px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #111 0%,\n      #222 100%\n    );\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  text-align:center;\n\n  padding:0 22px;\n\n  text-decoration:none;\n\n  color:#fff;\n\n  font-size:15px;\n\n  font-weight:700;\n\n  box-shadow:\n    0 10px 24px rgba(0,0,0,.12);\n}\n\n\/* =========================\nDEMO BANNER\n========================= *\/\n\n.sk920-demo-banner{\n\n  position:relative;\n\n  overflow:hidden;\n\n  border-radius:34px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #ffffff 0%,\n      #f5f8fc 100%\n    );\n\n  padding:26px 24px;\n\n  margin:26px 0;\n\n  box-shadow:\n    0 12px 30px rgba(0,0,0,.08);\n}\n\n.sk920-demo-content{\n\n  position:relative;\n\n  z-index:2;\n\n  width:58%;\n\n  padding-right:8px;\n}\n\n.sk920-demo-title{\n\n  font-size:28px;\n\n  line-height:1.05;\n\n  font-weight:800;\n\n  color:#111;\n\n  margin-bottom:14px;\n\n  letter-spacing:-1px;\n}\n\n.sk920-demo-text{\n\n  font-size:14px;\n\n  line-height:1.6;\n\n  color:#555;\n\n  margin-bottom:22px;\n\n  font-weight:500;\n}\n\n.sk920-demo-buttons{\n\n  display:flex;\n\n  align-items:center;\n\n  gap:10px;\n\n  flex-wrap:nowrap;\n}\n\n.sk920-demo-buttons img{\n\n  height:38px;\n\n  width:auto;\n\n  display:block;\n}\n\n.sk920-demo-phone{\n\n  position:absolute;\n\n  right:-6px;\n\n  bottom:0;\n\n  width:40%;\n\n  display:flex;\n\n  align-items:flex-end;\n\n  justify-content:flex-end;\n}\n\n.sk920-demo-phone img{\n\n  width:100%;\n\n  display:block;\n\n  transform:translateY(6px);\n}\n  \n\/* =========================\nGALLERY SLIDER\n========================= *\/\n\n.sk920-gallery-slider{\n\n  position:relative;\n\n  margin-top:34px;\n}\n\n.sk920-gallery-track{\n\n  position:relative;\n\n  width:100%;\n\n  min-height:220px;\n}\n\n.sk920-gallery-image{\n\n  position:absolute;\n\n  inset:0;\n\n  width:100%;\n\n  border-radius:24px;\n\n  display:block;\n\n  opacity:0;\n\n  visibility:hidden;\n\n  transform:translateX(30px);\n\n  transition:\n    opacity .45s ease,\n    transform .55s ease;\n\n  box-shadow:\n    0 10px 24px rgba(0,0,0,.10);\n}\n\n.sk920-gallery-image.active{\n\n  opacity:1;\n\n  visibility:visible;\n\n  transform:translateX(0);\n}\n\n.sk920-gallery-dots{\n\n  display:flex;\n\n  justify-content:center;\n\n  gap:10px;\n\n  margin-top:18px;\n}\n\n.sk920-gallery-dot{\n\n  width:10px;\n\n  height:10px;\n\n  border-radius:999px;\n\n  background:#d2d2d2;\n\n  transition:\n    transform .25s ease,\n    background .25s ease;\n}\n\n.sk920-gallery-dot.active{\n\n  background:var(--blue);\n\n  transform:scale(1.2);\n}\n\n  \n\/* SLIDER *\/\n\n.sk920-slider{\n\n  margin-top:64px;\n\n  text-align:center;\n\n  position:relative;\n\n  min-height:460px;\n\n  overflow:hidden;\n\n  padding-bottom:30px;\n}\n\n.sk920-slide{\n  position:absolute;\n  inset:0;\n  opacity:0;\n  visibility:hidden;\n  transform:translateX(40px);\n  transition:opacity .55s ease, transform .65s ease;\n}\n\n.sk920-slide.active{\n  opacity:1;\n  visibility:visible;\n  transform:translateX(0);\n}\n\n.sk920-slide img{\n  width:clamp(62px,10vw,90px);\n  height:clamp(62px,10vw,90px);\n  object-fit:contain;\n  margin-bottom:22px;\n}\n\n.sk920-slide-title{\n  font-size:clamp(20px,5vw,34px);\n  line-height:1.18;\n  font-weight:800;\n  margin-bottom:16px;\n}\n\n.sk920-slide-text{\n  font-size:clamp(14px,3.5vw,18px);\n  line-height:1.7;\n  max-width:520px;\n  margin:auto;\n  color:#444;\n}\n\n\/* SLIDER DOTS *\/\n\n.sk920-slider-dots{\n\n  position:absolute;\n\n  left:50%;\n\n  bottom:48px;\n\n  transform:translateX(-50%);\n\n  display:flex;\n\n  gap:10px;\n}\n\n.sk920-slider-dot{\n\n  width:10px;\n\n  height:10px;\n\n  border-radius:999px;\n\n  background:#d6d6d6;\n\n  transition:\n    transform .25s ease,\n    background .25s ease;\n}\n\n.sk920-slider-dot.active{\n\n  background:var(--blue);\n\n  transform:scale(1.2);\n}\n\n\/* =========================\nFEATURE CARD\n========================= *\/\n\n.sk920-feature-card{\n\n  position:relative;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  gap:14px;\n\n  width:100%;\n\n  min-width:0;\n\n  background:#fff;\n\n  border:1px solid rgba(230,236,245,.95);\n\n  border-radius:22px;\n\n  padding:18px;\n\n  overflow:hidden;\n\n  box-shadow:\n    0 4px 10px rgba(15,23,42,.03),\n    0 1px 2px rgba(15,23,42,.04);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.sk920-feature-card:hover{\n\n  transform:translateY(-2px);\n\n  box-shadow:\n    0 12px 24px rgba(15,23,42,.06);\n}\n\n\/* =========================\nFEATURE TOP\n========================= *\/\n\n.sk920-feature-top{\n\n  display:flex;\n\n  align-items:center;\n\n  gap:14px;\n\n  flex:1;\n\n  min-width:0;\n\n  overflow:hidden;\n}\n\n\/* =========================\nICON BOX\n========================= *\/\n\n.sk920-feature-icon{\n\n  width:48px;\n\n  height:48px;\n\n  border-radius:16px;\n\n  background:#fff;\n\n  border:\n    1px solid rgba(210,228,245,.9);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.9),\n    0 2px 6px rgba(15,23,42,.04);\n}\n\n\/* SVG ICON *\/\n\n.sk920-feature-icon img{\n\n  width:32px;\n\n  height:32px;\n\n  display:block;\n\n  object-fit:contain;\n}\n  \n\/* =========================\nTEXT\n========================= *\/\n\n.sk920-feature-text{\n\n  flex:1;\n\n  min-width:0;\n\n  font-size:15px;\n\n  line-height:1.45;\n\n  font-weight:600;\n\n  color:#24324a;\n\n  letter-spacing:-0.15px;\n\n  word-break:break-word;\n\n  overflow-wrap:anywhere;\n}\n\n\/* =========================\nCHECK\n========================= *\/\n\n.sk920-feature-check{\n\n  width:30px;\n\n  height:30px;\n\n  border-radius:999px;\n\n  background:#fff;\n\n  border:2px solid #12acef;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  color:#12acef;\n\n  font-size:14px;\n\n  font-weight:900;\n\n  box-shadow:\n    0 2px 6px rgba(18,172,239,.10);\n}\n\n\/* =========================\nFEATURE SECTION SPACING\n========================= *\/\n\n.sk920-spec-section{\n\n  margin-top:56px;\n}\n\n.sk920-spec-section:first-child{\n\n  margin-top:0;\n}\n\n.sk920-spec-title{\n\n  font-size:22px;\n\n  font-weight:800;\n\n  letter-spacing:-0.5px;\n\n  margin-bottom:22px;\n\n  margin-top:0;\n\n  color:#111;\n}\n\n.sk920-feature-grid{\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:16px;\n}\n\n\/* =========================\nFEATURES HERO\n========================= *\/\n\n.sk920-spec-hero{\n\n  position:relative;\n\n  overflow:hidden;\n\n  padding-right:clamp(72px,20vw,110px);\n}\n\n.sk920-spec-hero h2{\n\n  font-size:clamp(24px,6.5vw,42px);\n\n  line-height:1.02;\n\n  letter-spacing:-1.4px;\n\n  white-space:nowrap;\n\n  margin-bottom:18px;\n}\n\n.sk920-spec-logo{\n\n  position:absolute;\n\n  top:clamp(18px,4vw,24px);\n\n  right:clamp(18px,4vw,24px);\n\n  width:clamp(50px,14vw,72px);\n\n  height:clamp(50px,14vw,72px);\n\n  object-fit:contain;\n\n  border-radius:clamp(16px,4vw,22px);\n\n  background:#fff;\n\n  padding:0;\n\n  box-shadow:\n    0 6px 18px rgba(15,23,42,.08);\n}\n\n\/* =========================\nBLUE DOWNLOAD BUTTON\n========================= *\/\n\n.sk920-look-btn{\n\n  width:100%;\n\n  border:none;\n\n  border-radius:24px;\n\n  padding:18px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  gap:16px;\n\n  text-decoration:none;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  box-shadow:\n    0 12px 24px rgba(18,172,239,.22),\n    0 4px 10px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.sk920-look-btn:hover{\n\n  transform:translateY(-2px);\n\n  box-shadow:\n    0 16px 30px rgba(18,172,239,.26);\n}\n\n\/* LEFT *\/\n\n.sk920-look-btn-left{\n\n  display:flex;\n\n  align-items:center;\n\n  gap:14px;\n\n  min-width:0;\n}\n\n\/* ICON *\/\n\n.sk920-look-btn-icon{\n\n  width:48px;\n\n  height:48px;\n\n  border-radius:16px;\n\n  background:rgba(255,255,255,.18);\n\n  backdrop-filter:blur(10px);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  color:#fff;\n\n  font-size:22px;\n\n  font-weight:700;\n}\n\n\/* TEXT *\/\n\n.sk920-look-btn-content{\n\n  text-align:left;\n}\n\n.sk920-look-btn-title{\n\n  font-size:16px;\n\n  font-weight:700;\n\n  color:#fff;\n\n  line-height:1.2;\n}\n\n.sk920-look-btn-sub{\n\n  font-size:13px;\n\n  color:rgba(255,255,255,.82);\n\n  margin-top:4px;\n}\n\n\/* ARROW *\/\n\n.sk920-look-btn-arrow{\n\n  font-size:28px;\n\n  color:#fff;\n\n  flex-shrink:0;\n\n  line-height:1;\n}\n \/* =========================\nBLUE DOWNLOAD BUTTON\n========================= *\/\n\n.sk920-look-btn{\n\n  width:100%;\n\n  border:none;\n\n  border-radius:24px;\n\n  padding:18px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  gap:16px;\n\n  text-decoration:none;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  box-shadow:\n    0 12px 24px rgba(18,172,239,.22),\n    0 4px 10px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.sk920-look-btn:hover{\n\n  transform:translateY(-2px);\n\n  box-shadow:\n    0 16px 30px rgba(18,172,239,.26);\n}\n\n\/* LEFT *\/\n\n.sk920-look-btn-left{\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  gap:14px;\n\n  min-width:0;\n\n  width:100%;\n}\n\n\/* ICON *\/\n\n.sk920-look-btn-icon{\n\n  width:48px;\n\n  height:48px;\n\n  border-radius:16px;\n\n  background:rgba(255,255,255,.18);\n\n  backdrop-filter:blur(10px);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  color:#fff;\n\n  font-size:22px;\n\n  font-weight:700;\n}\n\n\/* TEXT *\/\n\n.sk920-look-btn-content{\n\n  text-align:left;\n}\n\n.sk920-look-btn-title{\n\n  font-size:16px;\n\n  font-weight:700;\n\n  color:#fff;\n\n  line-height:1.2;\n}\n\n.sk920-look-btn-sub{\n\n  font-size:13px;\n\n  color:rgba(255,255,255,.82);\n\n  margin-top:4px;\n}\n\n\/* SUPPORT BUTTON *\/\n\n.sk920-support-btn{\n\n  position:relative;\n\n  width:100%;\n\n  min-height:62px;\n\n  border:none;\n\n  border-radius:24px;\n\n  padding:0 24px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  color:#fff;\n\n  font-size:16px;\n\n  font-weight:700;\n\n  letter-spacing:-0.2px;\n\n  margin-top:38px;\n\n  box-shadow:\n    0 14px 30px rgba(18,172,239,.22),\n    0 6px 14px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.sk920-support-btn:active{\n\n  transform:scale(.985);\n}\n\n\n\n.sk920-support-btn::after{\n\n  content:\"›\";\n\n  font-size:30px;\n\n  font-weight:300;\n\n  opacity:.9;\n}\n\n\/* POPUP *\/\n\n.sk920-support-popup{\n\n  position:fixed;\n\n  inset:0;\n\n  background:rgba(0,0,0,.45);\n\n  backdrop-filter:blur(10px);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  z-index:9999999;\n\n  opacity:0;\n\n  visibility:hidden;\n\n  transition:.3s ease;\n}\n\n.sk920-support-popup.active{\n\n  opacity:1;\n\n  visibility:visible;\n}\n\n\/* BOX *\/\n\n.sk920-support-box{\n\n  width:88%;\n\n  max-width:340px;\n\n  background:#fff;\n\n  border-radius:28px;\n\n  padding:28px 22px;\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:14px;\n\n  box-shadow:\n    0 20px 40px rgba(0,0,0,.18);\n}\n\n\/* TITLE *\/\n\n.sk920-support-title{\n\n  font-size:22px;\n\n  font-weight:800;\n\n  text-align:center;\n\n  margin-bottom:4px;\n}\n\n\/* SUBTITLE *\/\n\n.sk920-support-subtitle{\n\n  text-align:center;\n\n  font-size:14px;\n\n  color:#777;\n\n  margin-bottom:10px;\n}\n\n\/* OPTIONS *\/\n\n.sk920-support-option{\n\n  min-height:58px;\n\n  border-radius:20px;\n\n  background:#f5f7fa;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:flex-start;\n\n  gap:14px;\n\n  padding:0 18px;\n\n  text-decoration:none;\n\n  color:#111;\n\n  font-size:15px;\n\n  font-weight:600;\n\n  transition:\n    transform .2s ease,\n    background .2s ease;\n}\n\n.sk920-support-option:active{\n\n  transform:scale(.985);\n}\n\n.sk920-support-option-icon{\n\n  font-size:20px;\n}\n\n.sk920-support-option-icon-svg{\n\n  width:22px;\n\n  height:22px;\n\n  object-fit:contain;\n\n  flex-shrink:0;\n\n  opacity:.9;\n}\n  \n\/* CLOSE BUTTON *\/\n\n.sk920-support-close{\n\n  margin-top:8px;\n\n  min-height:50px;\n\n  border:none;\n\n  border-radius:18px;\n\n  background:#111;\n\n  color:#fff;\n\n  font-size:14px;\n\n  font-weight:700;\n}\n\n.sk920-support-btn,\n.sk920-support-popup,\n.sk920-support-box,\n.sk920-support-title,\n.sk920-support-subtitle,\n.sk920-support-option,\n.sk920-support-close{\n\n  font-family:'Poppins',sans-serif;\n}\n\n\/* WHATSAPP BUTTON *\/\n\n.sk920-whatsapp-btn{\n\n  width:100%;\n\n  min-height:68px;\n\n  margin-top:16px;\n\n  border-radius:24px;\n\n  padding:16px 22px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:flex-start;\n\n  gap:14px;\n\n  text-decoration:none;\n\n  background:\n    linear-gradient(\n      135deg,\n      #25D366 0%,\n      #1ebe5d 100%\n    );\n\n  color:#fff;\n\n  font-size:15px;\n\n  font-weight:700;\n\n  line-height:1.45;\n\n  font-family:'Poppins',sans-serif;\n\n  box-shadow:\n    0 14px 30px rgba(37,211,102,.22),\n    0 6px 14px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.sk920-whatsapp-btn span{\n\n  color:#fff;\n}\n  \n.sk920-whatsapp-btn:active{\n\n  transform:scale(.985);\n}\n\n.sk920-whatsapp-icon{\n\n  width:24px;\n\n  height:24px;\n\n  object-fit:contain;\n\n  flex-shrink:0;\n}\n\n\/* FEATURES + PRESENTATION BUTTONS *\/\n\n.sk920-button{\n\n  font-family:'Poppins',sans-serif;\n}\n\n.sk920-button::after{\n\n  content:\"›\";\n\n  font-size:30px;\n\n  font-weight:300;\n\n  opacity:.9;\n\n  line-height:1;\n}\n\n.sk920-button span{\n\n  display:none;\n}\n\n@media(max-width:360px){\n\n  .sk920-spec-hero{\n\n    padding-right:74px;\n  }\n\n  .sk920-spec-hero h2{\n\n    font-size:22px;\n\n    padding-right:0;\n  }\n\n  .sk920-spec-logo{\n\n    width:52px;\n\n    height:52px;\n\n    top:18px;\n\n    right:18px;\n  }\n}\n\n .sk920-button span{\n\n  display:none;\n}\n\n\/* =========================\nFINAL MOBILE FIX\n- Stops text being cut at 310px\n- Keeps Presentation \u0026 Features panels stable\n- Removes left\/right floating movement\n========================= *\/\n\nhtml,\nbody{\n  overflow-x:hidden !important;\n  max-width:100% !important;\n}\n\nbody.sk920-panel-open{\n  overflow:hidden !important;\n  width:100% !important;\n  max-width:100% !important;\n  left:0 !important;\n  right:0 !important;\n}\n\n.sk920-mobile-only,\n.sk920-page{\n  width:100% !important;\n  max-width:100% !important;\n  overflow-x:hidden !important;\n}\n\n.sk920-fullpage{\n  left:0 !important;\n  right:0 !important;\n  width:100% !important;\n  max-width:100% !important;\n  overflow-x:hidden !important;\n  overflow-y:auto !important;\n  overscroll-behavior-x:none !important;\n  touch-action:pan-y !important;\n  -webkit-overflow-scrolling:touch;\n}\n\n.sk920-fullpage,\n.sk920-fullpage *,\n.sk920-card,\n.sk920-gallery-slider,\n.sk920-gallery-track,\n.sk920-demo-banner,\n.sk920-look-btn,\n.sk920-feature-card,\n.sk920-video,\n.sk920-image,\n.sk920-phone-image,\nimg,\nvideo,\niframe{\n  max-width:100% !important;\n  box-sizing:border-box !important;\n}\n\n.sk920-fullpage h2,\n.sk920-fullpage h3,\n.sk920-spec-title,\n.sk920-section-title,\n.sk920-slide-title,\n.sk920-feature-text,\n.sk920-list-item,\n.sk920-look-btn-title,\n.sk920-look-btn-sub,\n.sk920-demo-title,\n.sk920-demo-text{\n  white-space:normal !important;\n  word-break:normal !important;\n  overflow-wrap:break-word !important;\n  hyphens:none !important;\n}\n\n.sk920-spec-hero{\n  overflow:hidden !important;\n}\n\n.sk920-spec-hero h2{\n  white-space:normal !important;\n  word-break:normal !important;\n  overflow-wrap:break-word !important;\n  line-height:1.12 !important;\n}\n\n@media(max-width:390px){\n\n  .sk920-fullpage{\n    padding-left:14px !important;\n    padding-right:14px !important;\n  }\n\n  .sk920-card{\n    padding:22px 16px !important;\n    border-radius:26px !important;\n  }\n\n  .sk920-fullpage h2{\n    font-size:28px !important;\n    line-height:1.15 !important;\n    letter-spacing:-0.4px !important;\n  }\n\n  .sk920-fullpage h3{\n    font-size:21px !important;\n    line-height:1.18 !important;\n    letter-spacing:-0.3px !important;\n  }\n\n  .sk920-mini-badge{\n    font-size:10px !important;\n    line-height:1.35 !important;\n    min-height:auto !important;\n    padding:8px 12px !important;\n    display:inline-flex !important;\n    max-width:100% !important;\n  }\n\n  .sk920-spec-hero{\n    padding-right:16px !important;\n    text-align:left !important;\n  }\n\n  .sk920-spec-hero h2{\n    max-width:100% !important;\n    padding-right:0 !important;\n    font-size:27px !important;\n    line-height:1.15 !important;\n  }\n\n  .sk920-spec-logo{\n    position:relative !important;\n    top:auto !important;\n    right:auto !important;\n    width:54px !important;\n    height:54px !important;\n    margin:0 0 16px 0 !important;\n    display:block !important;\n  }\n\n  .sk920-feature-card{\n    padding:14px !important;\n    gap:10px !important;\n  }\n\n  .sk920-feature-top{\n    gap:10px !important;\n  }\n\n  .sk920-feature-icon{\n    width:42px !important;\n    height:42px !important;\n    border-radius:14px !important;\n  }\n\n  .sk920-feature-icon img{\n    width:27px !important;\n    height:27px !important;\n  }\n\n  .sk920-feature-text{\n    font-size:14px !important;\n    line-height:1.35 !important;\n  }\n\n  .sk920-feature-check{\n    width:26px !important;\n    height:26px !important;\n    font-size:12px !important;\n  }\n\n  .sk920-demo-banner{\n    padding:22px 16px !important;\n  }\n\n  .sk920-demo-content{\n    width:62% !important;\n  }\n\n  .sk920-demo-title{\n    font-size:24px !important;\n  }\n\n  .sk920-demo-buttons{\n    gap:8px !important;\n  }\n\n  .sk920-demo-buttons img{\n    height:32px !important;\n  }\n\n  .sk920-look-btn{\n    padding:16px !important;\n  }\n\n  .sk920-look-btn-left{\n    gap:10px !important;\n  }\n\n  .sk920-look-btn-icon{\n    width:42px !important;\n    height:42px !important;\n    border-radius:14px !important;\n    font-size:20px !important;\n  }\n\n  .sk920-look-btn-title{\n    font-size:14px !important;\n  }\n\n  .sk920-look-btn-sub{\n    font-size:12px !important;\n  }\n}\n\n@media(max-width:330px){\n\n  .sk920-fullpage{\n    padding-left:12px !important;\n    padding-right:12px !important;\n  }\n\n  .sk920-card{\n    padding:20px 14px !important;\n  }\n\n  .sk920-fullpage h2{\n    font-size:26px !important;\n  }\n\n  .sk920-spec-hero h2{\n    font-size:25px !important;\n  }\n\n  .sk920-feature-text{\n    font-size:13.5px !important;\n  }\n}\n\n\n\/* BACK BUTTON *\/\n\n.sk920-back{\n\n  font-family:'Poppins',sans-serif;\n\n  font-size:15px;\n\n  font-weight:700;\n\n  letter-spacing:-0.2px;\n\n  display:flex;\n\n  align-items:center;\n\n  gap:6px;\n}\n\n.sk920-back::before{\n\n  content:\"‹\";\n\n  font-size:30px;\n\n  font-weight:300;\n\n  line-height:1;\n} \n  \n\n\/* =========================\nFINAL FIX: MOBILE GALLERY CAROUSEL DOTS\n- Keeps dots always below the image\n- Removes fixed min-height issue on larger mobile screens\n========================= *\/\n\n.sk920-gallery-slider{\n  position:relative !important;\n  margin-top:34px !important;\n  width:100% !important;\n  overflow:visible !important;\n}\n\n.sk920-gallery-track{\n  position:relative !important;\n  width:100% !important;\n  min-height:0 !important;\n  height:auto !important;\n  aspect-ratio:16 \/ 9 !important;\n  overflow:hidden !important;\n  border-radius:24px !important;\n}\n\n.sk920-gallery-image{\n  position:absolute !important;\n  inset:0 !important;\n  width:100% !important;\n  height:100% !important;\n  object-fit:cover !important;\n  border-radius:24px !important;\n  display:block !important;\n  opacity:0;\n  visibility:hidden;\n  transform:translateX(30px);\n  transition:\n    opacity .45s ease,\n    transform .55s ease;\n  box-shadow:0 10px 24px rgba(0,0,0,.10);\n}\n\n.sk920-gallery-image.active{\n  opacity:1 !important;\n  visibility:visible !important;\n  transform:translateX(0) !important;\n}\n\n.sk920-gallery-dots{\n  position:relative !important;\n  left:auto !important;\n  right:auto !important;\n  bottom:auto !important;\n  transform:none !important;\n  display:flex !important;\n  justify-content:center !important;\n  align-items:center !important;\n  gap:10px !important;\n  margin-top:18px !important;\n  width:100% !important;\n  z-index:2 !important;\n}\n\n.sk920-gallery-dot{\n  width:10px !important;\n  height:10px !important;\n  border-radius:999px !important;\n  background:#d2d2d2;\n  flex:0 0 auto !important;\n  transition:\n    transform .25s ease,\n    background .25s ease;\n}\n\n.sk920-gallery-dot.active{\n  background:var(--blue) !important;\n  transform:scale(1.2) !important;\n}\n\n@media (min-width:480px) and (max-width:1024px){\n  .sk920-gallery-track{\n    aspect-ratio:16 \/ 8.8 !important;\n  }\n}\n\n@media (min-width:768px) and (max-width:1024px){\n  .sk920-gallery-track{\n    aspect-ratio:16 \/ 8.4 !important;\n  }\n}\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"sk920-page\"\u003e\n\n\u003cdiv class=\"sk920-info-wrap\"\u003e\n\n\u003c!-- SUBSCRIPTION --\u003e\n\n\u003cdiv class=\"sk920-subscription-line\"\u003e\n\n\u003cdiv class=\"sk920-subscription-top\"\u003e\n\n\u003cspan class=\"sk920-days-inline\"\u003e\n30 Days\n\u003c\/span\u003e\n\n\u003cspan class=\"sk920-free-inline\"\u003e\nFREE SUBSCRIPTION\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-sub-small\"\u003e\nMonthly subscription only €8 per vehicle\n\u003c\/div\u003e\n\n\u003c!-- GUARANTEE --\u003e\n\n\u003cdiv class=\"sk920-guarantee\"\u003e\n14-day money-back guarantee\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n  \n\u003c!-- DESCRIPTION --\u003e\n\n\u003cdiv class=\"sk920-main-description\"\u003e\n\u003cp\u003e\nProtect your vehicles with real-time GPS tracking. View their live location at any time directly from your mobile phone.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- PACKAGE --\u003e\n\n\u003cdiv class=\"sk920-section\"\u003e\n\n\u003cdiv class=\"sk920-section-title\"\u003e\nThe Package Includes\n\u003c\/div\u003e\n\n\u003cul class=\"sk920-package-list\"\u003e\n\n\u003cli\u003ePlug \u0026amp; Play Device\u003c\/li\u003e\n\u003cli\u003eBuilt-in global SIM chip - No extra roaming charges\u003c\/li\u003e\n\u003cli\u003eMobile app\u003c\/li\u003e\n\u003cli\u003eLifetime warranty\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- BUTTONS --\u003e\n\n\u003cdiv class=\"sk920-buttons\"\u003e\n\n\u003cbutton class=\"sk920-button\" data-open=\"presentationPage\"\u003e\nPresentation\n\u003cspan\u003e\u0026gt;\u003c\/span\u003e\n\u003c\/button\u003e\n\n\u003cbutton class=\"sk920-button\" data-open=\"specsPage\"\u003e\nFeatures\n\u003cspan\u003e\u0026gt;\u003c\/span\u003e\n\u003c\/button\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-fullpage\" id=\"presentationPage\"\u003e\n\n\u003cbutton class=\"sk920-back\" data-close=\"presentationPage\"\u003e\nPresentation\n\u003c\/button\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003cdiv class=\"sk920-card\"\u003e\n\n\u003cdiv class=\"sk920-mini-badge\"\u003e\nSK920 Vehicle Tracking System\n\u003c\/div\u003e\n\n\u003ch2\u003e\nComplete\u003cbr\u003eGPS Tracking Solution\n\u003c\/h2\u003e\n\n\u003c!-- VIDEO --\u003e\n\n\u003cdiv class=\"sk920-video-wrap\"\u003e\n\n\u003cvideo class=\"sk920-video\" playsinline preload=\"metadata\" controls\u003e\n  \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/47928eb244c44c05a7d4cf2305543fa5.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- FEATURES --\u003e\n\n\u003cdiv class=\"sk920-card\"\u003e\n\n\u003ch3\u003e\nTrack all your vehicles through the GPRS platform \u0026amp; app\n\u003c\/h3\u003e\n\n\u003cdiv class=\"sk920-list\"\u003e\n\n\u003cdiv class=\"sk920-list-item\"\u003e\n• Live vehicle location and movement\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-list-item\"\u003e\n• Route history and route playback\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-list-item\"\u003e\n• Ignition on\/off status\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-list-item\"\u003e\n• Driving behavior alerts\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-list-item\"\u003e\n• Driver identification (\u003ca href=\"https:\/\/skytrackshop.com\/el\/products\/btsmp1-standard-bluetooth-sensor\" target=\"_blank\" style=\"color:#12acef;font-weight:600;text-decoration:none;\"\u003edriver identification sensor required\u003c\/a\u003e, not included in the package)\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-list-item\"\u003e\n• Remote engine immobilization (\u003ca href=\"https:\/\/skytrackshop.com\/el\/products\/relay-5-pin-12v\" target=\"_blank\" style=\"color:#12acef;font-weight:600;text-decoration:none;\"\u003erelay required\u003c\/a\u003e, not included in the package)\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-list-item\"\u003e\n• Predictive maintenance\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-list-item\"\u003e\n• Door open\/close alerts (\u003ca href=\"https:\/\/skytrackshop.com\/el\/products\/btsmp1-standard-bluetooth-sensor\" target=\"_blank\" style=\"color:#12acef;font-weight:600;text-decoration:none;\"\u003esensor required\u003c\/a\u003e, not included in the package)\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-list-item\"\u003e\n• Speed monitoring and alerts\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-list-item\"\u003e\n• Geofence alerts\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- BENEFITS --\u003e\n\n\u003cdiv class=\"sk920-card\"\u003e\n\n\u003ch3\u003e\nWhat you gain\n\u003c\/h3\u003e\n\n\u003cdiv class=\"sk920-list\"\u003e\n\n\u003cdiv class=\"sk920-list-item\"\u003e\n• Reports\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-list-item\"\u003e\n• Predictive maintenance\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-list-item\"\u003e\n• Eco score\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-list-item\"\u003e\n• Fuel cost reduction\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-list-item\"\u003e\n• Prevention of unauthorized vehicle use\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-list-item\"\u003e\n• Improved driving behavior\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-list-item\"\u003e\n• Stolen vehicle recovery\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- APPS --\u003e\n\n\u003cdiv class=\"sk920-demo-banner\"\u003e\n\n\u003cdiv class=\"sk920-demo-content\"\u003e\n\n\u003cdiv class=\"sk920-demo-title\"\u003e\nGPRS Pro App\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-demo-text\"\u003e\nDownload the app and explore our live demo.\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-demo-buttons\"\u003e\n\n\u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\" target=\"_blank\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_90_058b20da-b51c-4492-8754-d3c8bacfc923.png?v=1773227213\"\u003e\n\n\u003c\/a\u003e\n\n\u003ca href=\"https:\/\/apps.apple.com\/gr\/app\/gprs-pro\/id6529538115\" target=\"_blank\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_89_a5f3a240-ce36-45dd-b4a7-eb53ce44b61a.png?v=1773227214\"\u003e\n\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-demo-phone\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk920demo.png?v=1779432119\"\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- BUTTONS --\u003e\n\u003ca class=\"sk920-look-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/SKYTRACK_bcfe8ffb-edf5-4202-96ad-1d6a86c142f0.pdf?v=1779436745\" target=\"_blank\"\u003e\n\n\u003cdiv class=\"sk920-look-btn-left\"\u003e\n\n\u003cdiv class=\"sk920-look-btn-icon\"\u003e\n↓\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-look-btn-content\"\u003e\n\n\u003cdiv class=\"sk920-look-btn-title\"\u003e\nDownload Presentation\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-look-btn-sub\"\u003e\nView the full fleet management PDF brochure\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003c!-- SLIDES --\u003e\n\n\u003cdiv class=\"sk920-gallery-slider\"\u003e\n\n\u003cdiv class=\"sk920-gallery-track\"\u003e\n\n\u003cimg class=\"sk920-gallery-image active\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/fmc920-platform-snip.png?v=1773317845\"\u003e\n\n\u003cimg class=\"sk920-gallery-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/basic-tracking-system-ideal-cases.png?v=1773667841\"\u003e\n\n\u003cimg class=\"sk920-gallery-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/basic-tracking-system-features.png?v=1773666979\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-gallery-dots\"\u003e\n\n\u003cspan class=\"sk920-gallery-dot active\"\u003e\u003c\/span\u003e\n\u003cspan class=\"sk920-gallery-dot\"\u003e\u003c\/span\u003e\n\u003cspan class=\"sk920-gallery-dot\"\u003e\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c!-- FEATURES PAGE --\u003e\n\n\u003cdiv class=\"sk920-fullpage\" id=\"specsPage\"\u003e\n\n\u003cbutton class=\"sk920-back\" data-close=\"specsPage\"\u003e\nFeatures\n\u003c\/button\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003cdiv class=\"sk920-card sk920-spec-hero\"\u003e\n\n\u003cimg class=\"sk920-spec-logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/gprs-pro-logo.png?v=1779361703\"\u003e\n\n\u003ch2\u003eFeatures\u003c\/h2\u003e\n\n\u003cp\u003e\nEverything you need in one complete fleet management platform.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- MAIN FEATURES CARD --\u003e\n\n\u003cdiv class=\"sk920-card\"\u003e\n\n\u003c!-- SECTION --\u003e\n\n\u003cdiv class=\"sk920-spec-section\"\u003e\n\n\u003cdiv class=\"sk920-spec-title\"\u003e\nGeneral Features\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-feature-grid\"\u003e\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"sk920-feature-card\"\u003e\n\n\u003cdiv class=\"sk920-feature-top\"\u003e\n\n\u003cdiv class=\"sk920-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/plugnplaysk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-feature-text\"\u003e\nPlug \u0026amp; Play installation\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"sk920-feature-card\"\u003e\n\n\u003cdiv class=\"sk920-feature-top\"\u003e\n\n\u003cdiv class=\"sk920-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sim-chip-icon-svg.svg?v=1779690130\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-feature-text\"\u003e\nBuilt-in global SIM chip\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"sk920-feature-card\"\u003e\n\n\u003cdiv class=\"sk920-feature-top\"\u003e\n\n\u003cdiv class=\"sk920-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/app-icon-svg.svg?v=1779690131\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-feature-text\"\u003e\nAccess through mobile app\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"sk920-feature-card\"\u003e\n\n\u003cdiv class=\"sk920-feature-top\"\u003e\n\n\u003cdiv class=\"sk920-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/caricon.svg?v=1779432385\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-feature-text\"\u003e\nReal-time vehicle GPS tracking\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"sk920-feature-card\"\u003e\n\n\u003cdiv class=\"sk920-feature-top\"\u003e\n\n\u003cdiv class=\"sk920-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk880support.svg?v=1779367790\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-feature-text\"\u003e\n24\/7 Support\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003cdiv class=\"sk920-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"sk920-feature-card\"\u003e\n\n\u003cdiv class=\"sk920-feature-top\"\u003e\n\n\u003cdiv class=\"sk920-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk880lifewarranty.svg?v=1779367790\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-feature-text\"\u003e\nLifetime warranty\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003cdiv class=\"sk920-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n  \n\u003c\/div\u003e\n  \n\u003c!-- SECOND SECTION --\u003e\n\n\u003cdiv class=\"sk920-spec-section\"\u003e\n\n\u003cdiv class=\"sk920-spec-title\"\u003e\nPlatform Features\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-feature-grid\"\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"sk920-feature-card\"\u003e\n\n\u003cdiv class=\"sk920-feature-top\"\u003e\n\n\u003cdiv class=\"sk920-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/locationsk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-feature-text\"\u003e\nLive vehicle location and movement\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"sk920-feature-card\"\u003e\n\n\u003cdiv class=\"sk920-feature-top\"\u003e\n\n\u003cdiv class=\"sk920-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/routesk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-feature-text\"\u003e\nRoute history \u0026amp; route playback\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"sk920-feature-card\"\u003e\n\n\u003cdiv class=\"sk920-feature-top\"\u003e\n\n\u003cdiv class=\"sk920-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/routesk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-feature-text\"\u003e\nIgnition on\/off status\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"sk920-feature-card\"\u003e\n\n\u003cdiv class=\"sk920-feature-top\"\u003e\n\n\u003cdiv class=\"sk920-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/reportssk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-feature-text\"\u003e\nDriving behavior alerts\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"sk920-feature-card\"\u003e\n\n\u003cdiv class=\"sk920-feature-top\"\u003e\n\n\u003cdiv class=\"sk920-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/locksk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-feature-text\"\u003e\nRemote engine immobilization (relay required)\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"sk920-feature-card\"\u003e\n\n\u003cdiv class=\"sk920-feature-top\"\u003e\n\n\u003cdiv class=\"sk920-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/geofencesk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-feature-text\"\u003e\nGeofence alerts\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"sk920-feature-card\"\u003e\n\n\u003cdiv class=\"sk920-feature-top\"\u003e\n\n\u003cdiv class=\"sk920-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/reportssk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-feature-text\"\u003e\nReports \u0026amp; analytics\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"sk920-feature-card\"\u003e\n\n\u003cdiv class=\"sk920-feature-top\"\u003e\n\n\u003cdiv class=\"sk920-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/locksk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-feature-text\"\u003e\nPrevention of unauthorized vehicle use\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"sk920-feature-card\"\u003e\n\n\u003cdiv class=\"sk920-feature-top\"\u003e\n\n\u003cdiv class=\"sk920-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/carrecover.svg?v=1779432462\"\u003e\n\n\u003c\/div\u003e\n  \n\u003cdiv class=\"sk920-feature-text\"\u003e\nStolen vehicle recovery\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n  \n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-mobile-only\"\u003e\n\u003c!-- SLIDER --\u003e\n\n\u003cdiv class=\"sk920-slider\"\u003e\n\n\u003cdiv class=\"sk920-slide active\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0996\/6780\/4537\/files\/132.svg?v=1778228608\"\u003e\n\n\u003cdiv class=\"sk920-slide-title\"\u003e\nDoes the device require installation?\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-slide-text\"\u003e\nInstallation is quick and easy. Install the GPS tracking device in your vehicle with the help of an automotive electrician, then download the app and create an account.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-slide\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0996\/6780\/4537\/files\/3232.svg?v=1778228608\"\u003e\n\n\u003cdiv class=\"sk920-slide-title\"\u003e\nDo I need to buy a SIM card and data?\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-slide-text\"\u003e\nNo, the device includes a built-in SIM chip with no roaming charges, and data is included in the monthly subscription.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-slide\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk880payment.svg?v=1779368896\"\u003e\n\n\u003cdiv class=\"sk920-slide-title\"\u003e\nHow can I pay the monthly subscription?\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-slide-text\"\u003e\n\nYou can pay your monthly subscription using:\n\u003cbr\u003e\u003cbr\u003e\n\n• PayPal\n\u003cbr\u003e\n\n• Credit or debit card\n(Visa, Mastercard, American Express and other major cards)\n\u003cbr\u003e\u003cbr\u003e\n\nAll online payments are processed securely through our payment providers.\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003cdiv class=\"sk920-slider-dots\"\u003e\n\n\u003cspan class=\"sk920-slider-dot active\"\u003e\u003c\/span\u003e\n\u003cspan class=\"sk920-slider-dot\"\u003e\u003c\/span\u003e\n\u003cspan class=\"sk920-slider-dot\"\u003e\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n  \n\u003cbutton class=\"sk920-support-btn mobile-contact-btn\" id=\"openSupportPopup\"\u003e\n\nContact Support\n  \n\u003c\/button\u003e\n\n\u003cdiv class=\"sk920-support-popup\" id=\"supportPopup\"\u003e\n\n\u003cdiv class=\"sk920-support-box\"\u003e\n\n\u003cdiv class=\"sk920-support-title\"\u003e\nContact Support\n\u003c\/div\u003e\n\n\u003cdiv class=\"sk920-support-subtitle\"\u003e\nChoose your preferred contact method.\n\u003c\/div\u003e\n\n\u003ca href=\"tel:+302310365067\" class=\"sk920-support-option\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/phone.svg\" class=\"sk920-support-option-icon-svg\"\u003e\n\n\u003cspan\u003eCall Support\u003c\/span\u003e\n\n\u003c\/a\u003e\n\n\u003ca href=\"mailto:support@skytrack.gr\" class=\"sk920-support-option\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/mail.svg\" class=\"sk920-support-option-icon-svg\"\u003e\n\n\u003cspan\u003eEmail Support\u003c\/span\u003e\n\n\u003c\/a\u003e\n\n\u003cbutton class=\"sk920-support-close\" id=\"closeSupportPopup\"\u003e\n\nClose\n\n\u003c\/button\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- WHATSAPP BUTTON --\u003e\n\n\u003ca href=\"https:\/\/wa.me\/306945641644\" class=\"sk920-whatsapp-btn mobile-contact-btn\" target=\"_blank\"\u003e\n\n\u003cimg src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/WhatsApp.svg\" class=\"sk920-whatsapp-icon\"\u003e\n\n\u003cspan\u003e\nChat with us on WhatsApp\n\u003c\/span\u003e\n\n\u003c\/a\u003e\n  \n\u003c\/div\u003e\n\n\u003cscript\u003e\n\n\/* SAVE SCROLL *\/\n\nlet sk920ScrollPosition = 0;\n\n\/* OPEN *\/\n\ndocument.querySelectorAll('[data-open]').forEach(function(button){\n\nbutton.addEventListener('click',function(){\n\nconst page = document.getElementById(\nbutton.getAttribute('data-open')\n);\n\nsk920ScrollPosition = window.scrollY;\n\ndocument.body.classList.add('sk920-panel-open');\ndocument.body.style.position = 'fixed';\ndocument.body.style.top = `-${sk920ScrollPosition}px`;\ndocument.body.style.left = '0';\ndocument.body.style.right = '0';\ndocument.body.style.width = '100%';\ndocument.documentElement.style.overflowX = 'hidden';\ndocument.body.style.overflowX = 'hidden';\n\npage.classList.add('active');\n\n});\n\n});\n\n\/* CLOSE *\/\n\ndocument.querySelectorAll('[data-close]').forEach(function(button){\n\nbutton.addEventListener('click',function(){\n\nconst page = document.getElementById(\nbutton.getAttribute('data-close')\n);\n\npage.classList.remove('active');\n\ndocument.body.classList.remove('sk920-panel-open');\ndocument.body.style.position = '';\ndocument.body.style.top = '';\ndocument.body.style.left = '';\ndocument.body.style.right = '';\ndocument.body.style.width = '';\ndocument.body.style.overflowX = '';\ndocument.documentElement.style.overflowX = '';\n\ndocument.documentElement.style.scrollBehavior = 'auto';\n\nwindow.scrollTo(0, sk920ScrollPosition);\n\nsetTimeout(() =\u003e {\n  document.documentElement.style.scrollBehavior = '';\n}, 50);\n\n});\n\n});\n\n\/* SLIDER *\/\n\nconst slides = document.querySelectorAll('.sk920-slide');\nconst dots = document.querySelectorAll('.sk920-slider-dot');\n\nlet currentSlide = 0;\n\nfunction showSlide(index){\n\n  slides.forEach((slide)=\u003e{\n    slide.classList.remove('active');\n  });\n\n  dots.forEach((dot)=\u003e{\n    dot.classList.remove('active');\n  });\n\n  slides[index].classList.add('active');\n\n  dots[index].classList.add('active');\n}\n\n\/* DOT CLICK *\/\n\ndots.forEach((dot,index)=\u003e{\n\n  dot.addEventListener('click',()=\u003e{\n\n    currentSlide = index;\n\n    showSlide(currentSlide);\n\n  });\n\n});\n\n\/* SWIPE *\/\n\nlet startX = 0;\n\nconst slider = document.querySelector('.sk920-slider');\n\nslider.addEventListener('touchstart',(e)=\u003e{\n\n  startX = e.touches[0].clientX;\n\n});\n\nslider.addEventListener('touchend',(e)=\u003e{\n\n  let endX = e.changedTouches[0].clientX;\n\n  let diff = startX - endX;\n\n  if(Math.abs(diff) \u003e 50){\n\n    if(diff \u003e 0){\n\n      currentSlide++;\n\n      if(currentSlide \u003e= slides.length){\n        currentSlide = 0;\n      }\n\n    } else {\n\n      currentSlide--;\n\n      if(currentSlide \u003c 0){\n        currentSlide = slides.length - 1;\n      }\n    }\n\n    showSlide(currentSlide);\n  }\n\n});\n\/* MOBILE VIDEO PLAY *\/\n\ndocument.querySelectorAll('.sk920-video').forEach(video =\u003e {\n\n  video.addEventListener('click', function(){\n\n    if(video.paused){\n\n      video.play();\n\n    } else {\n\n      video.pause();\n\n    }\n\n  });\n\n});\n\n\/* =========================\nGALLERY SLIDER\n========================= *\/\n\nconst galleryImages = document.querySelectorAll('.sk920-gallery-image');\n\nconst galleryDots = document.querySelectorAll('.sk920-gallery-dot');\n\nlet galleryIndex = 0;\n\nfunction showGallerySlide(index){\n\n  galleryImages.forEach((img)=\u003e{\n    img.classList.remove('active');\n  });\n\n  galleryDots.forEach((dot)=\u003e{\n    dot.classList.remove('active');\n  });\n\n  galleryImages[index].classList.add('active');\n\n  galleryDots[index].classList.add('active');\n}\n\n\/* DOT CLICK *\/\n\ngalleryDots.forEach((dot,index)=\u003e{\n\n  dot.addEventListener('click',()=\u003e{\n\n    galleryIndex = index;\n\n    showGallerySlide(galleryIndex);\n\n  });\n\n});\n\n\/* AUTO SLIDE *\/\n\nsetInterval(()=\u003e{\n\n  galleryIndex++;\n\n  if(galleryIndex \u003e= galleryImages.length){\n\n    galleryIndex = 0;\n  }\n\n  showGallerySlide(galleryIndex);\n\n},3500);\n  \n  const supportPopup = document.getElementById('supportPopup');\n\ndocument.getElementById('openSupportPopup').addEventListener('click',()=\u003e{\n\n  supportPopup.classList.add('active');\n\n});\n\ndocument.getElementById('closeSupportPopup').addEventListener('click',()=\u003e{\n\n  supportPopup.classList.remove('active');\n});\n  \n\u003c\/script\u003e","brand":"Vehicle Tracking System","offers":[{"title":"Default Title","offer_id":52573219783003,"sku":"800000000000050","price":79.9,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk920-productpic-11.png?v=1776926477"},{"product_id":"sk880","title":"SK880","description":"\u003c!-- =====================================================\nDEVICE SWITCHER\nDESKTOP = SK880 ORIGINAL PAGE\nMOBILE = VRC PREMIUM MOBILE PAGE\n===================================================== --\u003e\n\n\u003cstyle\u003e\n\n\/* =========================\nDEVICE SWITCHER\n========================= *\/\n\n.sk880-desktop-only{\n  display:block;\n}\n\n.vrc-mobile-only{\n  display:none;\n}\n\n\/* MOBILE *\/\n\n@media screen and (max-width:1024px){\n\n  .sk880-desktop-only{\n    display:none !important;\n  }\n\n  .vrc-mobile-only{\n    display:block !important;\n  }\n\n}\n\n\/* DESKTOP *\/\n\n@media screen and (min-width:1025px){\n\n  .sk880-desktop-only{\n    display:block !important;\n  }\n\n  .vrc-mobile-only{\n    display:none !important;\n  }\n\n}\n\n\u003c\/style\u003e\n\n\u003c!-- desktop--\u003e\n\n\u003cdiv class=\"sk880-desktop-only\"\u003e\n\u003c!-- FONT --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n\/* ================= GLOBAL VARIABLES ================= *\/\n:root{\n  --font-main: \"Poppins\", sans-serif;\n\n  \/* Font Sizes *\/\n  --fs-xs: 13px;\n  --fs-sm: 14px;\n  --fs-base: 16px;\n  --fs-md: 18px;\n  --fs-lg: 22px;\n  --fs-xl: 28px;\n\n  \/* Font Weights *\/\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  \/* Spacing *\/\n  --space-xs: 6px;\n  --space-sm: 10px;\n  --space-md: 16px;\n  --space-lg: 24px;\n  --space-xl: 36px;\n  --space-xxl: 48px;\n\n  \/* Colors *\/\n  --text-main: #111;\n  --text-secondary: #555;\n  --bg-soft: #f8f8f8;\n}\n\n\/* ================= GLOBAL STYLES ================= *\/\nhtml{\n  scroll-behavior:smooth;\n}\n\nbody{\n  font-size: var(--fs-base);\n  line-height: 1.7;\n  color: var(--text-main);\n  background: var(--bg-soft);\n  margin:0;\n  padding:0;\n}\n\n\/* ================= WRAPPER ================= *\/\n.product-wrapper{\n  max-width:820px;\n  margin:60px auto;\n  padding:0 18px;\n}\n\n\/* ================= TITLES ================= *\/\n.section-title{\n  font-size: var(--fs-xl);\n  font-weight: var(--fw-bold);\n  letter-spacing: -0.4px;\n  margin-bottom: var(--space-lg);\n}\n\n\/* ================= VIDEO ================= *\/\n.video-container{\n  position:relative;\n  padding-bottom:56.25%;\n  height:0;\n  overflow:hidden;\n  border-radius:16px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.15);\n  background:#000;\n  margin-top: var(--space-md);\n}\n\n.video-container iframe{\n  position:absolute;\n  top:0;\n  left:0;\n  width:100%;\n  height:100%;\n  border:0;\n}\n\n\/* ================= PRODUCT DESCRIPTION ================= *\/\n.product-description{\n  margin-top: var(--space-lg);\n  font-size: var(--fs-base);\n  line-height:1.8;\n  color: var(--text-secondary);\n}\n\n.product-description p{\n  margin-bottom: var(--space-md);\n}\n\n.product-description ul{\n  margin-top: var(--space-sm);\n  margin-bottom: var(--space-md);\n}\n\n\/* ================= APP BUTTONS ================= *\/\n.app-buttons-section{\n  text-align:center;\n  margin: var(--space-xl) 0;\n}\n\n.app-buttons-section h3{\n  font-size: var(--fs-md);\n  font-weight: var(--fw-semibold);\n  margin-bottom: var(--space-md);\n}\n\n.image-buttons{\n  display:flex;\n  justify-content:center;\n  gap:16px;\n  flex-wrap:wrap;\n}\n\n.image-buttons a{\n  display:block;\n  transition:all .3s ease;\n}\n\n.image-buttons img{\n  width:80px;\n  height:80px;\n  object-fit:cover;\n  border-radius:16px;\n  box-shadow:0 5px 15px rgba(0,0,0,0.18);\n}\n\n.image-buttons a:hover img{\n  transform:translateY(-3px) scale(1.05);\n  box-shadow:0 10px 20px rgba(0,0,0,0.28);\n}\n\n\/* ================= PDF BUTTON ================= *\/\n.pdf-download-wrapper{\n  text-align:center;\n  margin-top: var(--space-md);\n}\n\n.pdf-download-btn{\n  display:inline-block;\n  padding:16px 36px;\n  background:#000;\n  color:#fff!important;\n  text-decoration:none;\n  font-size: var(--fs-base);\n  font-weight: var(--fw-semibold);\n  border-radius:10px;\n  letter-spacing:0.2px;\n  transition:all .25s ease;\n}\n\n.pdf-download-btn:hover{\n  background:#222;\n  transform:translateY(-5px) scale(1.04);\n  box-shadow:0 15px 30px rgba(0,0,0,0.35);\n}\n\n\/* ================= SLIDESHOW ================= *\/\n.slideshow-container{\n  position:relative;\n  margin: var(--space-xl) auto var(--space-sm);\n}\n\n.mySlides{\n  display:none;\n}\n\n.mySlides img{\n  width:100%;\n  border-radius:16px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.18);\n}\n\n.dots{\n  text-align:center;\n  margin-top: var(--space-sm);\n}\n\n.dot{\n  height:10px;\n  width:10px;\n  margin:0 4px;\n  background:#bbb;\n  border-radius:50%;\n  display:inline-block;\n  cursor:pointer;\n  transition:transform .25s ease, background .25s ease;\n}\n\n.dot:hover{\n  transform:scale(1.3);\n}\n\n.dot.active{\n  background:#000;\n  transform:scale(1.25);\n}\n\n\/* ================= FAQ ================= *\/\n.qna-section{\n  margin-top: var(--space-xl);\n  background:#fff;\n  border-radius:14px;\n  box-shadow:0 8px 25px rgba(0,0,0,0.06);\n}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\n}\n\n.qna-item:hover{\n  background:#f6f6f6;\n}\n\n.qna-question{\n  width:100%;\n  text-align:left;\n  background:transparent;\n  border:none;\n  font-size: var(--fs-md);\n  font-weight: var(--fw-semibold);\n  padding:18px 14px;\n  cursor:pointer;\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n}\n\n.qna-icon{\n  font-size:20px;\n  color:#777;\n  transition: transform .35s cubic-bezier(.4,0,.2,1), color .25s ease;\n}\n\n.qna-question.active .qna-icon{\n  transform:rotate(45deg);\n  color:#000;\n}\n\n.qna-question:hover .qna-icon{\n  color:#000;\n}\n\n.qna-answer{\n  display: grid;\n  grid-template-rows: 0fr;\n  opacity: 0;\n  transition: grid-template-rows 0.4s ease, opacity 0.3s ease;\n  font-size: var(--fs-sm);\n  line-height:1.75;\n  color: var(--text-secondary);\n}\n\n.qna-answer-inner{\n  overflow: hidden;\n  padding: 0 10px;\n  transition: padding 0.3s ease;\n}\n\n.qna-question.active + .qna-answer{\n  grid-template-rows: 1fr;\n  opacity: 1;\n}\n\n.qna-question.active + .qna-answer .qna-answer-inner{\n  padding: 10px 10px 22px 10px;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top:10px;\n}\n\n.qna-answer li{\n  margin-bottom:6px;\n}\n\n\n\/* ================= DESKTOP CONTACT BUTTONS UNDER QNA ================= *\/\n\n.sk880-desktop-only .desktop-contact-actions{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-top:30px;\n  margin-bottom:10px;\n}\n\n.sk880-desktop-only .desktop-contact-actions .vrc-support-btn,\n.sk880-desktop-only .desktop-contact-actions .vrc-whatsapp-btn{\n  width:100%;\n  height:88px;\n  min-height:88px;\n  margin-top:0 !important;\n  border:none;\n  border-radius:24px;\n  padding:18px 22px;\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  text-decoration:none;\n  font-family:'Poppins',sans-serif;\n  font-size:16px;\n  font-weight:700;\n  line-height:1.25;\n  box-shadow:\n    0 12px 24px rgba(0,0,0,.12),\n    0 4px 10px rgba(0,0,0,.08);\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n  overflow:hidden;\n  cursor:pointer;\n}\n\n.sk880-desktop-only .desktop-contact-actions .vrc-support-btn:hover,\n.sk880-desktop-only .desktop-contact-actions .vrc-whatsapp-btn:hover{\n  transform:translateY(-2px);\n}\n\n.sk880-desktop-only .desktop-contact-actions .vrc-support-btn{\n  background:linear-gradient(135deg,#111 0%,#222 100%);\n  color:#fff;\n}\n\n.sk880-desktop-only .desktop-contact-actions .vrc-whatsapp-btn{\n  background:linear-gradient(135deg,#25D366 0%,#1ebe5d 100%);\n  color:#fff;\n  gap:14px;\n}\n\n.sk880-desktop-only .desktop-contact-actions .vrc-whatsapp-icon{\n  width:24px;\n  height:24px;\n  object-fit:contain;\n  flex-shrink:0;\n}\n\n.sk880-desktop-only .desktop-contact-actions .vrc-whatsapp-btn span{\n  flex:1;\n  text-align:left;\n  line-height:1.25;\n  color:#fff;\n}\n\n.sk880-desktop-only .desktop-contact-actions .vrc-support-btn::after,\n.sk880-desktop-only .desktop-contact-actions .vrc-whatsapp-btn::after{\n  content:\"›\";\n  font-size:28px;\n  font-weight:300;\n  color:#fff;\n  flex-shrink:0;\n  line-height:1;\n}\n\n\/* DESKTOP SUPPORT POPUP *\/\n\n.sk880-desktop-only .vrc-support-popup{\n  position:fixed;\n  inset:0;\n  background:rgba(0,0,0,.45);\n  backdrop-filter:blur(10px);\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  z-index:9999999;\n  opacity:0;\n  visibility:hidden;\n  transition:.3s ease;\n}\n\n.sk880-desktop-only .vrc-support-popup.active{\n  opacity:1;\n  visibility:visible;\n}\n\n.sk880-desktop-only .vrc-support-box{\n  width:88%;\n  max-width:340px;\n  background:#fff;\n  border-radius:28px;\n  padding:28px 22px;\n  display:flex;\n  flex-direction:column;\n  gap:14px;\n  box-shadow:0 20px 40px rgba(0,0,0,.18);\n  font-family:'Poppins',sans-serif;\n}\n\n.sk880-desktop-only .vrc-support-title{\n  font-size:22px;\n  font-weight:800;\n  text-align:center;\n  margin-bottom:4px;\n}\n\n.sk880-desktop-only .vrc-support-subtitle{\n  text-align:center;\n  font-size:14px;\n  color:#777;\n  margin-bottom:10px;\n}\n\n.sk880-desktop-only .vrc-support-option{\n  min-height:58px;\n  border-radius:20px;\n  background:#f5f7fa;\n  display:flex;\n  align-items:center;\n  justify-content:flex-start;\n  gap:14px;\n  padding:0 18px;\n  text-decoration:none;\n  color:#111;\n  font-size:15px;\n  font-weight:600;\n}\n\n.sk880-desktop-only .vrc-support-option-icon-svg{\n  width:22px;\n  height:22px;\n  object-fit:contain;\n  flex-shrink:0;\n  opacity:.9;\n}\n\n.sk880-desktop-only .vrc-support-close{\n  margin-top:8px;\n  min-height:50px;\n  border:none;\n  border-radius:18px;\n  background:#111;\n  color:#fff;\n  font-size:14px;\n  font-weight:700;\n  cursor:pointer;\n}\n\n\/* Hide demo button by default *\/\n#demoButton {\n  display: none;\n}\n\n\/* ================= CONTACT VISIBILITY FIX ================= *\/\n@media screen and (min-width:1025px){\n  .mobile-contact-actions-only{\n    display:none !important;\n  }\n}\n\n@media screen and (max-width:1024px){\n  .desktop-contact-actions,\n  #desktopSupportPopup{\n    display:none !important;\n  }\n  .mobile-contact-actions-only{\n    display:block !important;\n  }\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrapper\"\u003e\n\u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n\n\u003cdiv class=\"video-container\"\u003e\n  \u003ciframe src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/0e0a66f15d574f3bad2aedd5485d21e7.mp4\"\u003e\u003c\/iframe\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"product-description\"\u003e\n\u003cp\u003e\n\u003cstrong\u003eComplete control and security for every boat!\u003c\/strong\u003e\n\u003c\/p\u003e\n  \n\u003cp\u003e\nProtect your boats with real-time GPS tracking.\nView their live location anytime directly from your mobile phone.\n\u003c\/p\u003e\n\n\u003cp\u003e\nThe device has a built-in Global SIM chip — no additional SIM is required and there are no roaming charges.\n\u003c\/p\u003e\n  \n\u003cp\u003e \nSimply install the device and start managing your fleet.\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eThe package includes:\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cp\u003e\n✔ Plug and play device\u003cbr\u003e\n✔ Built-in Global SIM chip - No roaming charges\u003cbr\u003e\n✔ Mobile app\u003cbr\u003e\n✔ Lifetime warranty\n\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eTrack all your boats through the GPRS platform \u0026amp; app and get access to:\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cul\u003e\n\u003cli\u003eReal-time boat location and movement\u003c\/li\u003e\n\u003cli\u003eRoute history and route playback\u003c\/li\u003e\n\u003cli\u003eSpeed monitoring and alerts\u003c\/li\u003e\n\u003cli\u003eGeofence alerts\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp\u003e\u003cstrong\u003eWhat you gain\u003c\/strong\u003e\u003c\/p\u003e\n\n\u003cul\u003e\n\u003cli\u003eReports\u003c\/li\u003e\n\u003cli\u003ePredictive maintenance\u003c\/li\u003e\n\u003cli\u003ePrevention of unauthorized boat use\u003c\/li\u003e\n\u003cli\u003eStolen boat recovery\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"app-buttons-section\"\u003e\n\u003ch3\u003eDownload the GPRS Pro app to explore our demo:\u003c\/h3\u003e\n\n\u003cdiv class=\"image-buttons\"\u003e\n\u003ca href=\"https:\/\/apps.apple.com\/gr\/app\/gprs-pro\/id6529538115\" target=\"_blank\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_89_a5f3a240-ce36-45dd-b4a7-eb53ce44b61a.png?v=1773227214\"\u003e\n\u003c\/a\u003e\n\n\u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_90_058b20da-b51c-4492-8754-d3c8bacfc923.png?v=1773227213\"\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pdf-download-wrapper\" id=\"demoButton\"\u003e\n  \u003ca class=\"pdf-download-btn\" href=\"https:\/\/gprs.gr\/demo.php\" target=\"_blank\"\u003e\n    Explore the GPRS Platform\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"pdf-download-wrapper\"\u003e\n  \u003ca class=\"pdf-download-btn\" download=\"\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/SKYTRACK_f08f8733-86d0-40fe-a11c-d5391c2339ae.pdf?v=1779370150\" target=\"_blank\"\u003e\n    Download the Skytrack specialized boat fleet management system presentation\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"slideshow-container\"\u003e\n\u003cdiv class=\"mySlides\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk880-pic-1.png?v=1777027513\"\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"mySlides\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk880-pic-2.png?v=1777027513\"\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"mySlides\"\u003e\n  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk880-pic-3.png?v=1777027514\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"dots\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"qna-section\"\u003e\n\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e\n  Which boats is the SK880: Basic Tracking compatible with?\n  \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e\n\u003c\/button\u003e\n\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eThe SK880: Basic Tracking works with any boat that has a battery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e\n  Does the device require installation?\n  \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e\n\u003c\/button\u003e\n\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eInstallation is quick and easy.\u003c\/p\u003e\n\n\u003cul\u003e\n\u003cli\u003eSimply connect the device to the boat battery using the U-type cable\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e\n  Do I need to buy a SIM card and data?\n  \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e\n\u003c\/button\u003e\n\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eNo, the device has a built-in SIM chip with no roaming charges, and data is included in the monthly subscription.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e\n  How can I pay the monthly subscription?\n  \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e\n\u003c\/button\u003e\n\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eYou can pay your monthly subscription with:\u003c\/p\u003e\n\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003ePayPal\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCredit or debit card\u003c\/strong\u003e (Visa, Mastercard, American Express and other major cards)\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003cp\u003eAll online payments are securely processed through our payment providers. When paying by card, you will be redirected to a secure payment page to complete the transaction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- DESKTOP CONTACT BUTTONS UNDER QNA --\u003e\n\n\u003cdiv class=\"desktop-contact-actions\"\u003e\n\n\u003cbutton class=\"vrc-support-btn\" id=\"desktopOpenSupportPopup\" type=\"button\"\u003e\nContact Support\n\u003c\/button\u003e\n\n\u003ca href=\"https:\/\/wa.me\/306945641644\" class=\"vrc-whatsapp-btn\" target=\"_blank\"\u003e\n\n\u003cimg src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/WhatsApp.svg\" class=\"vrc-whatsapp-icon\"\u003e\n\n\u003cspan\u003e\nChat with us on WhatsApp\n\u003c\/span\u003e\n\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-support-popup\" id=\"desktopSupportPopup\"\u003e\n\n\u003cdiv class=\"vrc-support-box\"\u003e\n\n\u003cdiv class=\"vrc-support-title\"\u003e\nContact Support\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-support-subtitle\"\u003e\nChoose your preferred contact method.\n\u003c\/div\u003e\n\n\u003ca href=\"tel:+302310365067\" class=\"vrc-support-option\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/phone.svg\" class=\"vrc-support-option-icon-svg\"\u003e\n\n\u003cspan\u003eCall Support\u003c\/span\u003e\n\n\u003c\/a\u003e\n\n\u003ca href=\"mailto:support@skytrack.gr\" class=\"vrc-support-option\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/mail.svg\" class=\"vrc-support-option-icon-svg\"\u003e\n\n\u003cspan\u003eEmail Support\u003c\/span\u003e\n\n\u003c\/a\u003e\n\n\u003cbutton class=\"vrc-support-close\" id=\"desktopCloseSupportPopup\" type=\"button\"\u003e\nClose\n\u003c\/button\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003cscript\u003e\n\ndocument.addEventListener(\"DOMContentLoaded\",function(){\n\nlet slideIndex = 0;\nlet slideTimer;\n\nshowSlides();\n\nfunction showSlides() {\n  let slides = document.getElementsByClassName(\"mySlides\");\n  let dots = document.getElementsByClassName(\"dot\");\n\n  for (let i = 0; i \u003c slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n\n  slideIndex++;\n\n  if (slideIndex \u003e slides.length) {\n    slideIndex = 1;\n  }\n\n  for (let i = 0; i \u003c dots.length; i++) {\n    dots[i].classList.remove(\"active\");\n  }\n\n  slides[slideIndex - 1].style.display = \"block\";\n  dots[slideIndex - 1].classList.add(\"active\");\n\n  slideTimer = setTimeout(showSlides, 2500);\n}\n\n\/\/ ✅ FIXED DOT CLICK\ndocument.querySelectorAll(\".dot\").forEach((dot, i) =\u003e {\n  dot.onclick = function () {\n    clearTimeout(slideTimer); \/\/ reset timer cleanly\n    slideIndex = i;           \/\/ correct index\n    showSlides();             \/\/ restart slideshow\n  };\n});\n\ndocument.querySelectorAll(\".qna-question\").forEach(btn =\u003e {\n  btn.addEventListener(\"click\", function () {\n\n    const isActive = this.classList.contains(\"active\");\n\n    document.querySelectorAll(\".qna-question\").forEach(q =\u003e {\n      q.classList.remove(\"active\");\n    });\n\n    if (!isActive) {\n      this.classList.add(\"active\");\n    }\n\n  });\n});\n\n\n\/\/ ===== DESKTOP SUPPORT POPUP =====\nconst desktopSupportPopup = document.getElementById('desktopSupportPopup');\nconst desktopOpenSupportPopup = document.getElementById('desktopOpenSupportPopup');\nconst desktopCloseSupportPopup = document.getElementById('desktopCloseSupportPopup');\n\nif (desktopOpenSupportPopup \u0026\u0026 desktopSupportPopup) {\n  desktopOpenSupportPopup.addEventListener('click', function () {\n    desktopSupportPopup.classList.add('active');\n  });\n}\n\nif (desktopCloseSupportPopup \u0026\u0026 desktopSupportPopup) {\n  desktopCloseSupportPopup.addEventListener('click', function () {\n    desktopSupportPopup.classList.remove('active');\n  });\n}\n\nif (desktopSupportPopup) {\n  desktopSupportPopup.addEventListener('click', function (e) {\n    if (e.target === desktopSupportPopup) {\n      desktopSupportPopup.classList.remove('active');\n    }\n  });\n}\n\n\/\/ ===== SHOW DEMO BUTTON ONLY ON DESKTOP =====\n    var ua = navigator.userAgent || navigator.vendor || window.opera;\n\n    \/\/ mobile detection\n    var isMobile = \/android|iphone|ipad|ipod|iemobile|opera mini\/i.test(ua);\n\n    \/\/ touch detection (tablets \/ hybrid devices)\n    var isTouch = ('ontouchstart' in window) || (navigator.maxTouchPoints \u003e 0);\n\n    var demoButton = document.getElementById(\"demoButton\");\n\n    \/\/ show ONLY on real desktop (non-mobile + non-touch)\n    if (!isMobile \u0026\u0026 !isTouch) {\n      if (demoButton) demoButton.style.display = \"block\";\n    }\n});\n\n\u003c\/script\u003e\n\u003c\/div\u003e\n\n\u003c!-- =====================================================\nMOBILE VERSION\nVRC PREMIUM MOBILE UI\n===================================================== --\u003e\n\n\u003cdiv class=\"vrc-mobile-only\"\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n\n:root{\n  --bg:#f5f5f3;\n  --text:#111;\n  --blue:#12acef;\n  --muted:#777;\n}\n\n*{\n  box-sizing:border-box;\n}\n\nbody{\n  margin:0;\n\n  background:\n    linear-gradient(\n      180deg,\n      #f7f9fc 0%,\n      #f1f4f8 100%\n    );\n\n  font-family:'Poppins',sans-serif;\n\n  color:var(--text);\n\n  overflow-x:hidden;\n}\n\n\/* MAIN WRAPPER *\/\n\n.vrc-page{\n  width:100%;\n  max-width:100vw;\n  margin:auto;\n  padding:clamp(18px,4vw,32px) clamp(18px,5vw,34px) 70px;\n}\n\n\/* INFO *\/\n\n.vrc-info-wrap{\n  margin-top:24px;\n}\n\n\/* SUBSCRIPTION *\/\n\n.vrc-subscription-line{\n\n  padding-bottom:22px;\n\n  border-bottom:2px solid #111;\n\n  margin-bottom:22px;\n}\n\n\n\n.vrc-subscription-top{\n  display:flex;\n  align-items:center;\n  gap:10px;\n  flex-wrap:wrap;\n}\n\n.vrc-days-inline{\n  font-size:clamp(30px,8vw,54px);\n  font-weight:300;\n  color:var(--blue);\n  line-height:1;\n}\n\n.vrc-free-inline{\n  font-size:clamp(22px,6vw,40px);\n  font-weight:800;\n  color:var(--blue);\n  line-height:1;\n}\n\n.vrc-sub-small{\n  margin-top:8px;\n  font-size:13px;\n  font-weight:500;\n  line-height:1.45;\n}\n\n\/* GUARANTEE *\/\n\n.vrc-guarantee{\n\n  margin-top:0;\n\n  margin-bottom:0;\n\n  font-size:clamp(18px,4.5vw,28px);\n\n  font-weight:800;\n\n  line-height:1.25;\n}\n\n\n\/* =========================\nPACKAGE LIST\n========================= *\/\n\n.vrc-package-list{\n\n  list-style:none;\n\n  margin:0;\n\n  padding:0 0 0 4px;\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:14px;\n}\n\n.vrc-package-list li{\n\n  position:relative;\n\n  padding-left:30px;\n\n  font-size:15px;\n\n  line-height:1.7;\n\n  font-weight:500;\n\n  color:#3f3f3f;\n}\n\n.vrc-package-list li::before{\n\n  content:\"✓\";\n\n  position:absolute;\n\n  left:0;\n\n  top:1px;\n\n  color:var(--blue);\n\n  font-size:16px;\n\n  font-weight:800;\n}\n  \n\/* ICON GRID *\/\n\n.vrc-icons-grid{\n  margin-top:clamp(34px,6vw,54px);\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n  gap:clamp(38px,8vw,62px) clamp(24px,6vw,42px);\n  align-items:start;\n}\n\n.vrc-icon-card{\n  text-align:center;\n}\n\n.vrc-icon-card img{\n  width:clamp(48px,8vw,72px);\n  height:clamp(48px,8vw,72px);\n  object-fit:contain;\n  margin-bottom:16px;\n}\n\n.vrc-icon-label{\n  font-size:clamp(11px,2.8vw,14px);\n  line-height:1.55;\n  color:#777;\n  font-weight:500;\n  max-width:140px;\n  margin:auto;\n}\n\n\/* BUTTONS *\/\n\n.vrc-buttons{\n  display:flex;\n  flex-direction:column;\n  gap:28px;\n  margin:68px 0 0;\n}\n\n.vrc-button{\n  position:relative;\n\n  width:100%;\n\n  min-height:64px;\n\n  border:none !important;\n\n  border-radius:999px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  color:#fff;\n\n  font-size:17px;\n\n  font-weight:600;\n\n  padding:0 26px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  overflow:hidden;\n\n  cursor:pointer;\n\n  isolation:isolate;\n\n  box-shadow:\n    0 10px 18px rgba(18,172,239,.18),\n    0 4px 10px rgba(0,0,0,.08);\n\n  transition:\n    transform .28s cubic-bezier(.16,1,.3,1),\n    box-shadow .28s cubic-bezier(.16,1,.3,1),\n    background .28s ease;\n}\n\n.vrc-button span{\n  font-size:34px;\n  line-height:1;\n}\n\n.vrc-fullpage{\n  position:fixed;\n  inset:0;\n  width:100vw;\n  height:100dvh;\n  z-index:999999;\n  background:rgba(245,245,243,.72);\n  backdrop-filter:blur(22px) saturate(140%);\n  overflow-y:auto;\n  padding:clamp(24px,4vw,40px) clamp(22px,5vw,44px) 120px;\n  transform:translate3d(100%,0,0);\n  opacity:0;\n  visibility:hidden;\n  pointer-events:none;\n  transition:transform .7s cubic-bezier(.16,1,.3,1), opacity .45s ease;\n}\n\n.vrc-fullpage.active{\n  transform:translate3d(0,0,0);\n  opacity:1;\n  visibility:visible;\n  pointer-events:auto;\n}\n\n.vrc-back{\n  display:flex;\n  align-items:center;\n  gap:10px;\n  width:max-content;\n  margin:0 0 34px;\n  padding:0;\n  border:none;\n  background:none;\n  font-size:15px;\n  font-weight:700;\n  color:#111;\n}\n\n.vrc-card{\n  background:rgba(255,255,255,.52);\n  backdrop-filter:blur(26px);\n  border:1px solid rgba(255,255,255,.68);\n  border-radius:34px;\n  padding:28px 24px;\n  margin-bottom:20px;\n}\n\n.vrc-fullpage h2{\n  font-size:clamp(34px,8vw,54px);\n  line-height:1.05;\n  font-weight:800;\n  margin:0 0 22px;\n}\n\n.vrc-fullpage h3{\n  font-size:clamp(22px,5vw,34px);\n  line-height:1.15;\n  font-weight:800;\n  margin:0 0 18px;\n}\n\n.vrc-fullpage p{\n  font-size:clamp(15px,3.7vw,18px);\n  line-height:1.8;\n  color:#2b2b2b;\n}\n\n.vrc-image{\n  width:100%;\n  display:block;\n  margin:34px 0;\n  border-radius:28px;\n}\n\n.vrc-phone-image{\n  width:86%;\n  display:block;\n  margin:32px auto;\n}\n\n.vrc-store-buttons{\n  display:flex;\n  justify-content:center;\n  gap:12px;\n  margin:24px 0 40px;\n}\n\n.vrc-store-buttons img{\n  height:34px;\n}\n\n\/* =========================\nSECTIONS\n========================= *\/\n\n.vrc-section{\n  margin-top:38px;\n}\n\n.vrc-section:first-child{\n  margin-top:0;\n}\n\n.vrc-section-title{\n\n  font-size:clamp(18px,4.5vw,26px);\n\n  font-weight:800;\n\n  margin-bottom:18px;\n\n  letter-spacing:-0.4px;\n\n  padding-left:0;\n}\n  \n.vrc-section-text{\n  font-size:clamp(14px,3.5vw,17px);\n  line-height:1.65;\n  font-weight:500;\n}\n\n\/* =========================\nHERO DESCRIPTION\n========================= *\/\n\n.vrc-hero-card{\n\n  position:relative;\n\n  padding:4px 0 0 14px;\n\n  margin-bottom:-4px;\n}\n\n.vrc-mini-badge{\n\n  display:inline-flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  min-height:32px;\n\n  padding:0 14px;\n\n  border-radius:999px;\n\n  background:\n    rgba(18,172,239,.10);\n\n  color:var(--blue);\n\n  font-size:11px;\n\n  font-weight:700;\n\n  letter-spacing:.8px;\n\n  margin-bottom:14px;\n}\n\n.vrc-main-title{\n\n  font-size:clamp(34px,9vw,58px);\n\n  line-height:.95;\n\n  font-weight:800;\n\n  letter-spacing:-2px;\n\n  margin:0 0 18px;\n\n  color:#111;\n\n  max-width:320px;\n}\n\n.vrc-main-description{\n\n  max-width:540px;\n}\n\n.vrc-main-description p{\n\n  font-size:clamp(15px,4vw,18px);\n\n  line-height:1.72;\n\n  color:#4d4d4d;\n\n  margin:0 0 14px;\n\n  font-weight:500;\n\n  letter-spacing:-0.1px;\n}\n\n.vrc-main-description p:last-child{\n  margin-bottom:0;\n}\n\n\/* =========================\nPRESENTATION PAGE\n========================= *\/\n\n.vrc-video-wrap{\n\n  margin:30px 0;\n}\n\n.vrc-video{\n\n  width:100%;\n\n  border-radius:28px;\n\n  display:block;\n\n  background:#000;\n\n  box-shadow:\n    0 12px 30px rgba(0,0,0,.14);\n}\n\n.vrc-list{\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:14px;\n\n  margin-top:20px;\n}\n\n.vrc-list-item{\n\n  font-size:15px;\n\n  line-height:1.7;\n\n  color:#444;\n\n  font-weight:500;\n}\n\n.vrc-presentation-buttons{\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:16px;\n\n  margin:30px 0;\n}\n\n.vrc-download-btn{\n\n  min-height:58px;\n\n  border-radius:999px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #111 0%,\n      #222 100%\n    );\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  text-align:center;\n\n  padding:0 22px;\n\n  text-decoration:none;\n\n  color:#fff;\n\n  font-size:15px;\n\n  font-weight:700;\n\n  box-shadow:\n    0 10px 24px rgba(0,0,0,.12);\n}\n\n\/* =========================\nDEMO BANNER\n========================= *\/\n\n.vrc-demo-banner{\n\n  position:relative;\n\n  overflow:hidden;\n\n  border-radius:34px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #ffffff 0%,\n      #f5f8fc 100%\n    );\n\n  padding:26px 24px;\n\n  margin:26px 0;\n\n  box-shadow:\n    0 12px 30px rgba(0,0,0,.08);\n}\n\n.vrc-demo-content{\n\n  position:relative;\n\n  z-index:2;\n\n  width:58%;\n\n  padding-right:8px;\n}\n\n.vrc-demo-title{\n\n  font-size:28px;\n\n  line-height:1.05;\n\n  font-weight:800;\n\n  color:#111;\n\n  margin-bottom:14px;\n\n  letter-spacing:-1px;\n}\n\n.vrc-demo-text{\n\n  font-size:14px;\n\n  line-height:1.6;\n\n  color:#555;\n\n  margin-bottom:22px;\n\n  font-weight:500;\n}\n\n.vrc-demo-buttons{\n\n  display:flex;\n\n  align-items:center;\n\n  gap:10px;\n\n  flex-wrap:nowrap;\n}\n\n.vrc-demo-buttons img{\n\n  height:38px;\n\n  width:auto;\n\n  display:block;\n}\n\n.vrc-demo-phone{\n\n  position:absolute;\n\n  right:-6px;\n\n  bottom:0;\n\n  width:40%;\n\n  display:flex;\n\n  align-items:flex-end;\n\n  justify-content:flex-end;\n}\n\n.vrc-demo-phone img{\n\n  width:100%;\n\n  display:block;\n\n  transform:translateY(6px);\n}\n  \n\/* =========================\nGALLERY SLIDER\n========================= *\/\n\n.vrc-gallery-slider{\n\n  position:relative;\n\n  margin-top:34px;\n}\n\n.vrc-gallery-track{\n\n  position:relative;\n\n  width:100%;\n\n  min-height:220px;\n}\n\n.vrc-gallery-image{\n\n  position:absolute;\n\n  inset:0;\n\n  width:100%;\n\n  border-radius:24px;\n\n  display:block;\n\n  opacity:0;\n\n  visibility:hidden;\n\n  transform:translateX(30px);\n\n  transition:\n    opacity .45s ease,\n    transform .55s ease;\n\n  box-shadow:\n    0 10px 24px rgba(0,0,0,.10);\n}\n\n.vrc-gallery-image.active{\n\n  opacity:1;\n\n  visibility:visible;\n\n  transform:translateX(0);\n}\n\n.vrc-gallery-dots{\n\n  display:flex;\n\n  justify-content:center;\n\n  gap:10px;\n\n  margin-top:18px;\n}\n\n.vrc-gallery-dot{\n\n  width:10px;\n\n  height:10px;\n\n  border-radius:999px;\n\n  background:#d2d2d2;\n\n  transition:\n    transform .25s ease,\n    background .25s ease;\n}\n\n.vrc-gallery-dot.active{\n\n  background:var(--blue);\n\n  transform:scale(1.2);\n}\n\n  \n\/* SLIDER *\/\n\n.vrc-slider{\n\n  margin-top:64px;\n\n  text-align:center;\n\n  position:relative;\n\n  min-height:460px;\n\n  overflow:hidden;\n\n  padding-bottom:30px;\n}\n\n.vrc-slide{\n  position:absolute;\n  inset:0;\n  opacity:0;\n  visibility:hidden;\n  transform:translateX(40px);\n  transition:opacity .55s ease, transform .65s ease;\n}\n\n.vrc-slide.active{\n  opacity:1;\n  visibility:visible;\n  transform:translateX(0);\n}\n\n.vrc-slide img{\n  width:clamp(62px,10vw,90px);\n  height:clamp(62px,10vw,90px);\n  object-fit:contain;\n  margin-bottom:22px;\n}\n\n.vrc-slide-title{\n  font-size:clamp(20px,5vw,34px);\n  line-height:1.18;\n  font-weight:800;\n  margin-bottom:16px;\n}\n\n.vrc-slide-text{\n  font-size:clamp(14px,3.5vw,18px);\n  line-height:1.7;\n  max-width:520px;\n  margin:auto;\n  color:#444;\n}\n\n\/* SLIDER DOTS *\/\n\n.vrc-slider-dots{\n\n  position:absolute;\n\n  left:50%;\n\n  bottom:48px;\n\n  transform:translateX(-50%);\n\n  display:flex;\n\n  gap:10px;\n}\n\n.vrc-slider-dot{\n\n  width:10px;\n\n  height:10px;\n\n  border-radius:999px;\n\n  background:#d6d6d6;\n\n  transition:\n    transform .25s ease,\n    background .25s ease;\n}\n\n.vrc-slider-dot.active{\n\n  background:var(--blue);\n\n  transform:scale(1.2);\n}\n\n\/* =========================\nFEATURE CARD\n========================= *\/\n\n.vrc-feature-card{\n\n  position:relative;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  gap:14px;\n\n  width:100%;\n\n  min-width:0;\n\n  background:#fff;\n\n  border:1px solid rgba(230,236,245,.95);\n\n  border-radius:22px;\n\n  padding:18px;\n\n  overflow:hidden;\n\n  box-shadow:\n    0 4px 10px rgba(15,23,42,.03),\n    0 1px 2px rgba(15,23,42,.04);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.vrc-feature-card:hover{\n\n  transform:translateY(-2px);\n\n  box-shadow:\n    0 12px 24px rgba(15,23,42,.06);\n}\n\n\/* =========================\nFEATURE TOP\n========================= *\/\n\n.vrc-feature-top{\n\n  display:flex;\n\n  align-items:center;\n\n  gap:14px;\n\n  flex:1;\n\n  min-width:0;\n\n  overflow:hidden;\n}\n\n\/* =========================\nICON BOX\n========================= *\/\n\n.vrc-feature-icon{\n\n  width:48px;\n\n  height:48px;\n\n  border-radius:16px;\n\n  background:#fff;\n\n  border:\n    1px solid rgba(210,228,245,.9);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.9),\n    0 2px 6px rgba(15,23,42,.04);\n}\n\n\/* SVG ICON *\/\n\n.vrc-feature-icon img{\n\n  width:32px;\n\n  height:32px;\n\n  display:block;\n\n  object-fit:contain;\n}\n  \n\/* =========================\nTEXT\n========================= *\/\n\n.vrc-feature-text{\n\n  flex:1;\n\n  min-width:0;\n\n  font-size:15px;\n\n  line-height:1.45;\n\n  font-weight:600;\n\n  color:#24324a;\n\n  letter-spacing:-0.15px;\n\n  word-break:break-word;\n\n  overflow-wrap:anywhere;\n}\n\n\/* =========================\nCHECK\n========================= *\/\n\n.vrc-feature-check{\n\n  width:30px;\n\n  height:30px;\n\n  border-radius:999px;\n\n  background:#fff;\n\n  border:2px solid #12acef;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  color:#12acef;\n\n  font-size:14px;\n\n  font-weight:900;\n\n  box-shadow:\n    0 2px 6px rgba(18,172,239,.10);\n}\n\n\/* =========================\nFEATURE SECTION SPACING\n========================= *\/\n\n.vrc-spec-section{\n\n  margin-top:56px;\n}\n\n.vrc-spec-section:first-child{\n\n  margin-top:0;\n}\n\n.vrc-spec-title{\n\n  font-size:22px;\n\n  font-weight:800;\n\n  letter-spacing:-0.5px;\n\n  margin-bottom:22px;\n\n  margin-top:0;\n\n  color:#111;\n}\n\n.vrc-feature-grid{\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:16px;\n}\n\n\/* =========================\nFEATURES HERO\n========================= *\/\n\n.vrc-spec-hero{\n\n  position:relative;\n\n  overflow:hidden;\n\n  padding-right:clamp(72px,20vw,110px);\n}\n\n.vrc-spec-hero h2{\n\n  font-size:clamp(24px,6.5vw,42px);\n\n  line-height:1.02;\n\n  letter-spacing:-1.4px;\n\n  white-space:nowrap;\n\n  margin-bottom:18px;\n}\n\n.vrc-spec-logo{\n\n  position:absolute;\n\n  top:clamp(18px,4vw,24px);\n\n  right:clamp(18px,4vw,24px);\n\n  width:clamp(50px,14vw,72px);\n\n  height:clamp(50px,14vw,72px);\n\n  object-fit:contain;\n\n  border-radius:clamp(16px,4vw,22px);\n\n  background:#fff;\n\n  padding:0;\n\n  box-shadow:\n    0 6px 18px rgba(15,23,42,.08);\n}\n\n\/* =========================\nBLUE DOWNLOAD BUTTON\n========================= *\/\n\n.vrc-look-btn{\n\n  width:100%;\n\n  border:none;\n\n  border-radius:24px;\n\n  padding:18px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  gap:16px;\n\n  text-decoration:none;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  box-shadow:\n    0 12px 24px rgba(18,172,239,.22),\n    0 4px 10px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.vrc-look-btn:hover{\n\n  transform:translateY(-2px);\n\n  box-shadow:\n    0 16px 30px rgba(18,172,239,.26);\n}\n\n\/* LEFT *\/\n\n.vrc-look-btn-left{\n\n  display:flex;\n\n  align-items:center;\n\n  gap:14px;\n\n  min-width:0;\n}\n\n\/* ICON *\/\n\n.vrc-look-btn-icon{\n\n  width:48px;\n\n  height:48px;\n\n  border-radius:16px;\n\n  background:rgba(255,255,255,.18);\n\n  backdrop-filter:blur(10px);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  color:#fff;\n\n  font-size:22px;\n\n  font-weight:700;\n}\n\n\/* TEXT *\/\n\n.vrc-look-btn-content{\n\n  text-align:left;\n}\n\n.vrc-look-btn-title{\n\n  font-size:16px;\n\n  font-weight:700;\n\n  color:#fff;\n\n  line-height:1.2;\n}\n\n.vrc-look-btn-sub{\n\n  font-size:13px;\n\n  color:rgba(255,255,255,.82);\n\n  margin-top:4px;\n}\n\n\/* ARROW *\/\n\n.vrc-look-btn-arrow{\n\n  font-size:28px;\n\n  color:#fff;\n\n  flex-shrink:0;\n\n  line-height:1;\n}\n \/* =========================\nBLUE DOWNLOAD BUTTON\n========================= *\/\n\n.vrc-look-btn{\n\n  width:100%;\n\n  border:none;\n\n  border-radius:24px;\n\n  padding:18px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  gap:16px;\n\n  text-decoration:none;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  box-shadow:\n    0 12px 24px rgba(18,172,239,.22),\n    0 4px 10px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.vrc-look-btn:hover{\n\n  transform:translateY(-2px);\n\n  box-shadow:\n    0 16px 30px rgba(18,172,239,.26);\n}\n\n\/* LEFT *\/\n\n.vrc-look-btn-left{\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  gap:14px;\n\n  min-width:0;\n\n  width:100%;\n}\n\n\/* ICON *\/\n\n.vrc-look-btn-icon{\n\n  width:48px;\n\n  height:48px;\n\n  border-radius:16px;\n\n  background:rgba(255,255,255,.18);\n\n  backdrop-filter:blur(10px);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  color:#fff;\n\n  font-size:22px;\n\n  font-weight:700;\n}\n\n\/* TEXT *\/\n\n.vrc-look-btn-content{\n\n  text-align:left;\n}\n\n.vrc-look-btn-title{\n\n  font-size:16px;\n\n  font-weight:700;\n\n  color:#fff;\n\n  line-height:1.2;\n}\n\n.vrc-look-btn-sub{\n\n  font-size:13px;\n\n  color:rgba(255,255,255,.82);\n\n  margin-top:4px;\n}\n\n\/* SUPPORT BUTTON *\/\n\n.vrc-support-btn{\n\n  position:relative;\n\n  width:100%;\n\n  min-height:62px;\n\n  border:none;\n\n  border-radius:24px;\n\n  padding:0 24px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  color:#fff;\n\n  font-size:16px;\n\n  font-weight:700;\n\n  letter-spacing:-0.2px;\n\n  margin-top:38px;\n\n  box-shadow:\n    0 14px 30px rgba(18,172,239,.22),\n    0 6px 14px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.vrc-support-btn:active{\n\n  transform:scale(.985);\n}\n\n\n\n.vrc-support-btn::after{\n\n  content:\"›\";\n\n  font-size:30px;\n\n  font-weight:300;\n\n  opacity:.9;\n}\n\n\/* POPUP *\/\n\n.vrc-support-popup{\n\n  position:fixed;\n\n  inset:0;\n\n  background:rgba(0,0,0,.45);\n\n  backdrop-filter:blur(10px);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  z-index:9999999;\n\n  opacity:0;\n\n  visibility:hidden;\n\n  transition:.3s ease;\n}\n\n.vrc-support-popup.active{\n\n  opacity:1;\n\n  visibility:visible;\n}\n\n\/* BOX *\/\n\n.vrc-support-box{\n\n  width:88%;\n\n  max-width:340px;\n\n  background:#fff;\n\n  border-radius:28px;\n\n  padding:28px 22px;\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:14px;\n\n  box-shadow:\n    0 20px 40px rgba(0,0,0,.18);\n}\n\n\/* TITLE *\/\n\n.vrc-support-title{\n\n  font-size:22px;\n\n  font-weight:800;\n\n  text-align:center;\n\n  margin-bottom:4px;\n}\n\n\/* SUBTITLE *\/\n\n.vrc-support-subtitle{\n\n  text-align:center;\n\n  font-size:14px;\n\n  color:#777;\n\n  margin-bottom:10px;\n}\n\n\/* OPTIONS *\/\n\n.vrc-support-option{\n\n  min-height:58px;\n\n  border-radius:20px;\n\n  background:#f5f7fa;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:flex-start;\n\n  gap:14px;\n\n  padding:0 18px;\n\n  text-decoration:none;\n\n  color:#111;\n\n  font-size:15px;\n\n  font-weight:600;\n\n  transition:\n    transform .2s ease,\n    background .2s ease;\n}\n\n.vrc-support-option:active{\n\n  transform:scale(.985);\n}\n\n.vrc-support-option-icon{\n\n  font-size:20px;\n}\n\n.vrc-support-option-icon-svg{\n\n  width:22px;\n\n  height:22px;\n\n  object-fit:contain;\n\n  flex-shrink:0;\n\n  opacity:.9;\n}\n  \n\/* CLOSE BUTTON *\/\n\n.vrc-support-close{\n\n  margin-top:8px;\n\n  min-height:50px;\n\n  border:none;\n\n  border-radius:18px;\n\n  background:#111;\n\n  color:#fff;\n\n  font-size:14px;\n\n  font-weight:700;\n}\n\n.vrc-support-btn,\n.vrc-support-popup,\n.vrc-support-box,\n.vrc-support-title,\n.vrc-support-subtitle,\n.vrc-support-option,\n.vrc-support-close{\n\n  font-family:'Poppins',sans-serif;\n}\n\n\/* WHATSAPP BUTTON *\/\n\n.vrc-whatsapp-btn{\n\n  width:100%;\n\n  min-height:68px;\n\n  margin-top:16px;\n\n  border-radius:24px;\n\n  padding:16px 22px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:flex-start;\n\n  gap:14px;\n\n  text-decoration:none;\n\n  background:\n    linear-gradient(\n      135deg,\n      #25D366 0%,\n      #1ebe5d 100%\n    );\n\n  color:#fff;\n\n  font-size:15px;\n\n  font-weight:700;\n\n  line-height:1.45;\n\n  font-family:'Poppins',sans-serif;\n\n  box-shadow:\n    0 14px 30px rgba(37,211,102,.22),\n    0 6px 14px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.vrc-whatsapp-btn span{\n\n  color:#fff;\n}\n  \n.vrc-whatsapp-btn:active{\n\n  transform:scale(.985);\n}\n\n.vrc-whatsapp-icon{\n\n  width:24px;\n\n  height:24px;\n\n  object-fit:contain;\n\n  flex-shrink:0;\n}\n\n\/* FEATURES + PRESENTATION BUTTONS *\/\n\n.vrc-button{\n\n  font-family:'Poppins',sans-serif;\n}\n\n.vrc-button::after{\n\n  content:\"›\";\n\n  font-size:30px;\n\n  font-weight:300;\n\n  opacity:.9;\n\n  line-height:1;\n}\n\n.vrc-button span{\n\n  display:none;\n}\n\n@media(max-width:360px){\n\n  .vrc-spec-hero{\n\n    padding-right:74px;\n  }\n\n  .vrc-spec-hero h2{\n\n    font-size:22px;\n\n    padding-right:0;\n  }\n\n  .vrc-spec-logo{\n\n    width:52px;\n\n    height:52px;\n\n    top:18px;\n\n    right:18px;\n  }\n}\n\n .vrc-button span{\n\n  display:none;\n}\n\n\/* BACK BUTTON *\/\n\n.vrc-back{\n\n  font-family:'Poppins',sans-serif;\n\n  font-size:15px;\n\n  font-weight:700;\n\n  letter-spacing:-0.2px;\n\n  display:flex;\n\n  align-items:center;\n\n  gap:6px;\n}\n\n.vrc-back::before{\n\n  content:\"‹\";\n\n  font-size:30px;\n\n  font-weight:300;\n\n  line-height:1;\n} \n  \n\n\n\/* =========================\nFINAL SKYFI-LIKE MOBILE STYLE FIX\n- Same stable overlay behavior\n- Same Presentation spacing\/layout behavior\n- Stops floating \/ horizontal movement\n- Prevents text cuts on small screens\n- Keeps gallery dots below image\n========================= *\/\n\nhtml,\nbody{\n  overflow-x:hidden !important;\n  max-width:100% !important;\n}\n\nbody.vrc-panel-open{\n  overflow:hidden !important;\n  width:100% !important;\n  max-width:100% !important;\n  left:0 !important;\n  right:0 !important;\n}\n\n.vrc-mobile-only,\n.vrc-page{\n  width:100% !important;\n  max-width:100% !important;\n  overflow-x:hidden !important;\n}\n\n.vrc-fullpage{\n  left:0 !important;\n  right:0 !important;\n  width:100% !important;\n  max-width:100% !important;\n  height:100dvh !important;\n  overflow-x:hidden !important;\n  overflow-y:auto !important;\n  overscroll-behavior-x:none !important;\n  touch-action:pan-y !important;\n  -webkit-overflow-scrolling:touch !important;\n}\n\n.vrc-fullpage,\n.vrc-fullpage *,\n.vrc-card,\n.vrc-demo-banner,\n.vrc-gallery-slider,\n.vrc-gallery-track,\n.vrc-look-btn,\n.vrc-feature-card,\n.vrc-video,\n.vrc-image,\n.vrc-phone-image,\nimg,\nvideo,\niframe{\n  max-width:100% !important;\n  box-sizing:border-box !important;\n}\n\n.vrc-fullpage h2,\n.vrc-fullpage h3,\n.vrc-spec-title,\n.vrc-section-title,\n.vrc-slide-title,\n.vrc-feature-text,\n.vrc-list-item,\n.vrc-look-btn-title,\n.vrc-look-btn-sub,\n.vrc-demo-title,\n.vrc-demo-text{\n  white-space:normal !important;\n  word-break:normal !important;\n  overflow-wrap:break-word !important;\n  hyphens:none !important;\n}\n\n#presentationPage{\n  overflow-x:hidden !important;\n  max-width:100% !important;\n  overscroll-behavior-x:none !important;\n}\n\n#presentationPage \u003e .vrc-card:first-of-type{\n  padding:28px 24px !important;\n  border-radius:34px !important;\n  margin-bottom:20px !important;\n}\n\n#presentationPage .vrc-mini-badge{\n  margin-bottom:14px !important;\n}\n\n#presentationPage h2{\n  margin-bottom:22px !important;\n}\n\n#presentationPage .vrc-video-wrap{\n  margin:30px 0 !important;\n}\n\n.vrc-spec-hero{\n  overflow:hidden !important;\n}\n\n.vrc-spec-hero h2{\n  white-space:normal !important;\n  word-break:normal !important;\n  overflow-wrap:break-word !important;\n  line-height:1.12 !important;\n}\n\n\/* Extra-safe layout for very small phones *\/\n@media(max-width:390px){\n\n  .vrc-fullpage{\n    padding-left:14px !important;\n    padding-right:14px !important;\n  }\n\n  .vrc-card{\n    padding:22px 16px !important;\n    border-radius:26px !important;\n  }\n\n  #presentationPage \u003e .vrc-card:first-of-type{\n    padding:22px 16px !important;\n    border-radius:26px !important;\n  }\n\n  .vrc-fullpage h2{\n    font-size:28px !important;\n    line-height:1.15 !important;\n    letter-spacing:-0.4px !important;\n  }\n\n  .vrc-fullpage h3{\n    font-size:21px !important;\n    line-height:1.18 !important;\n    letter-spacing:-0.3px !important;\n  }\n\n  .vrc-mini-badge{\n    font-size:10px !important;\n    line-height:1.35 !important;\n    min-height:auto !important;\n    padding:8px 12px !important;\n    display:inline-flex !important;\n    max-width:100% !important;\n  }\n\n  .vrc-spec-hero{\n    padding-right:16px !important;\n    text-align:left !important;\n  }\n\n  .vrc-spec-hero h2{\n    max-width:100% !important;\n    padding-right:0 !important;\n    font-size:27px !important;\n    line-height:1.15 !important;\n  }\n\n  .vrc-spec-logo{\n    position:relative !important;\n    top:auto !important;\n    right:auto !important;\n    width:54px !important;\n    height:54px !important;\n    margin:0 0 16px 0 !important;\n    display:block !important;\n  }\n\n  .vrc-feature-card{\n    padding:14px !important;\n    gap:10px !important;\n  }\n\n  .vrc-feature-top{\n    gap:10px !important;\n  }\n\n  .vrc-feature-icon{\n    width:42px !important;\n    height:42px !important;\n    border-radius:14px !important;\n  }\n\n  .vrc-feature-icon img{\n    width:27px !important;\n    height:27px !important;\n  }\n\n  .vrc-feature-text{\n    font-size:14px !important;\n    line-height:1.35 !important;\n  }\n\n  .vrc-feature-check{\n    width:26px !important;\n    height:26px !important;\n    font-size:12px !important;\n  }\n\n  .vrc-demo-banner{\n    padding:22px 16px !important;\n  }\n\n  .vrc-demo-content{\n    width:64% !important;\n  }\n\n  .vrc-demo-title{\n    font-size:22px !important;\n    line-height:1.08 !important;\n    letter-spacing:-0.4px !important;\n    white-space:normal !important;\n    word-break:normal !important;\n    overflow-wrap:normal !important;\n    max-width:100% !important;\n  }\n\n  .vrc-demo-buttons{\n    gap:8px !important;\n  }\n\n  .vrc-demo-buttons img{\n    height:32px !important;\n  }\n\n  .vrc-demo-phone{\n    width:36% !important;\n  }\n\n  .vrc-look-btn{\n    padding:16px !important;\n  }\n\n  .vrc-look-btn-left{\n    gap:10px !important;\n  }\n\n  .vrc-look-btn-icon{\n    width:42px !important;\n    height:42px !important;\n    border-radius:14px !important;\n    font-size:20px !important;\n  }\n\n  .vrc-look-btn-title{\n    font-size:14px !important;\n  }\n\n  .vrc-look-btn-sub{\n    font-size:12px !important;\n  }\n}\n\n@media(max-width:330px){\n\n  .vrc-fullpage{\n    padding-left:12px !important;\n    padding-right:12px !important;\n  }\n\n  .vrc-card{\n    padding:20px 14px !important;\n  }\n\n  #presentationPage \u003e .vrc-card:first-of-type{\n    padding:20px 14px !important;\n  }\n\n  .vrc-fullpage h2{\n    font-size:26px !important;\n  }\n\n  .vrc-spec-hero h2{\n    font-size:25px !important;\n  }\n\n  .vrc-feature-text{\n    font-size:13.5px !important;\n  }\n\n  .vrc-demo-title{\n    font-size:20px !important;\n  }\n\n  .vrc-demo-content{\n    width:66% !important;\n  }\n\n  .vrc-demo-phone{\n    width:34% !important;\n  }\n}\n\n\/* Gallery carousel same behavior as the reference *\/\n.vrc-gallery-slider{\n  position:relative !important;\n  margin-top:34px !important;\n  width:100% !important;\n  max-width:100% !important;\n  overflow:hidden !important;\n}\n\n.vrc-gallery-track{\n  position:relative !important;\n  width:100% !important;\n  aspect-ratio:16 \/ 9 !important;\n  min-height:0 !important;\n  height:auto !important;\n  overflow:hidden !important;\n  border-radius:24px !important;\n  background:#fff !important;\n}\n\n.vrc-gallery-image{\n  position:absolute !important;\n  inset:0 !important;\n  width:100% !important;\n  height:100% !important;\n  object-fit:cover !important;\n  object-position:center center !important;\n  border-radius:24px !important;\n  display:block !important;\n  opacity:0;\n  visibility:hidden;\n  transform:translateX(30px);\n  transition:\n    opacity .45s ease,\n    transform .55s ease;\n}\n\n.vrc-gallery-image.active{\n  opacity:1 !important;\n  visibility:visible !important;\n  transform:translateX(0) !important;\n}\n\n.vrc-gallery-dots{\n  position:relative !important;\n  z-index:2 !important;\n  display:flex !important;\n  justify-content:center !important;\n  align-items:center !important;\n  gap:10px !important;\n  margin-top:18px !important;\n  padding-bottom:2px !important;\n}\n\n.vrc-gallery-dot{\n  width:10px !important;\n  height:10px !important;\n  border-radius:999px !important;\n  background:#d2d2d2 !important;\n  transition:\n    transform .25s ease,\n    background .25s ease !important;\n}\n\n.vrc-gallery-dot.active{\n  background:var(--blue) !important;\n  transform:scale(1.2) !important;\n}\n\n@media (min-width:480px){\n\n  .vrc-gallery-track{\n    aspect-ratio:16 \/ 8.8 !important;\n  }\n\n}\n\n@media (min-width:768px) and (max-width:1024px){\n\n  .vrc-gallery-track{\n    aspect-ratio:16 \/ 8.4 !important;\n  }\n\n}\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"vrc-page\"\u003e\n\n\u003cdiv class=\"vrc-info-wrap\"\u003e\n\n\u003c!-- SUBSCRIPTION --\u003e\n\n\u003cdiv class=\"vrc-subscription-line\"\u003e\n\n\u003cdiv class=\"vrc-subscription-top\"\u003e\n\n\u003cspan class=\"vrc-days-inline\"\u003e\n30 Days\n\u003c\/span\u003e\n\n\u003cspan class=\"vrc-free-inline\"\u003e\nFREE SUBSCRIPTION\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-sub-small\"\u003e\nMonthly subscription only €8 per boat\n\u003c\/div\u003e\n\n\u003c!-- GUARANTEE --\u003e\n\n\u003cdiv class=\"vrc-guarantee\"\u003e\n14-day money-back guarantee\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- DESCRIPTION --\u003e\n\n\u003cdiv class=\"vrc-main-description\"\u003e\n\n\u003cp\u003e\nComplete control and security for every boat!\n\u003c\/p\u003e\n\n\u003cp\u003e\nProtect your boats with real-time GPS tracking. View their live location anytime directly from your mobile phone. \n\u003c\/p\u003e\n  \n\u003cp\u003e\nThe device has a built-in Global SIM chip already installed —\nno additional SIM is required and there are no roaming charges.\n\u003c\/p\u003e\n\n\u003cp\u003e\nSimply install the device and start managing your fleet immediately.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- PACKAGE --\u003e\n\n\u003cdiv class=\"vrc-section\"\u003e\n\n\u003cdiv class=\"vrc-section-title\"\u003e\nThe package includes\n\u003c\/div\u003e\n\n\u003cul class=\"vrc-package-list\"\u003e\n\n\u003cli\u003ePlug \u0026amp; play device\u003c\/li\u003e\n\u003cli\u003eBuilt-in Global SIM chip - No roaming charges\u003c\/li\u003e\n\u003cli\u003eMobile app\u003c\/li\u003e\n\u003cli\u003eLifetime warranty\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- BUTTONS --\u003e\n\n\u003cdiv class=\"vrc-buttons\"\u003e\n\n\u003cbutton class=\"vrc-button\" data-open=\"presentationPage\"\u003e\nPresentation\n\u003cspan\u003e\u0026gt;\u003c\/span\u003e\n\u003c\/button\u003e\n\n\u003cbutton class=\"vrc-button\" data-open=\"specsPage\"\u003e\nFeatures\n\u003cspan\u003e\u0026gt;\u003c\/span\u003e\n\u003c\/button\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-fullpage\" id=\"presentationPage\"\u003e\n\n\u003cbutton class=\"vrc-back\" data-close=\"presentationPage\"\u003e\nPresentation\n\u003c\/button\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003cdiv class=\"vrc-card\"\u003e\n\n\u003cdiv class=\"vrc-mini-badge\"\u003e\nSK880 BASIC TRACKING\n\u003c\/div\u003e\n\n\u003ch2\u003e\nComplete\u003cbr\u003eGPS Tracking Solution\n\u003c\/h2\u003e\n\n\u003c!-- VIDEO --\u003e\n\n\u003cdiv class=\"vrc-video-wrap\"\u003e\n\n\u003cvideo class=\"vrc-video\" playsinline preload=\"metadata\" controls\u003e\n  \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/0e0a66f15d574f3bad2aedd5485d21e7.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- FEATURES --\u003e\n\n\u003cdiv class=\"vrc-card\"\u003e\n\n\u003ch3\u003e\nTrack all your boats through the GPRS Platform \u0026amp; App\n\u003c\/h3\u003e\n\n\u003cdiv class=\"vrc-list\"\u003e\n\n\u003cdiv class=\"vrc-list-item\"\u003e\n• Real-time boat location and movement\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-list-item\"\u003e\n• Route history and route playback\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-list-item\"\u003e\n• Speed monitoring and alerts\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-list-item\"\u003e\n• Geofence alerts\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- BENEFITS --\u003e\n\n\u003cdiv class=\"vrc-card\"\u003e\n\n\u003ch3\u003e\nWhat you gain\n\u003c\/h3\u003e\n\n\u003cdiv class=\"vrc-list\"\u003e\n\n\u003cdiv class=\"vrc-list-item\"\u003e\n• Reports\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-list-item\"\u003e\n• Predictive maintenance\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-list-item\"\u003e\n• Prevention of unauthorized boat use\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-list-item\"\u003e\n• Stolen boat recovery\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- APPS --\u003e\n\n\u003cdiv class=\"vrc-demo-banner\"\u003e\n\n\u003cdiv class=\"vrc-demo-content\"\u003e\n\n\u003cdiv class=\"vrc-demo-title\"\u003e\nGPRS Pro App\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-demo-text\"\u003e\nDownload the app and explore our live demo.\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-demo-buttons\"\u003e\n\n\u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\" target=\"_blank\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_90_058b20da-b51c-4492-8754-d3c8bacfc923.png?v=1773227213\"\u003e\n\n\u003c\/a\u003e\n\n\u003ca href=\"https:\/\/apps.apple.com\/gr\/app\/gprs-pro\/id6529538115\" target=\"_blank\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_89_a5f3a240-ce36-45dd-b4a7-eb53ce44b61a.png?v=1773227214\"\u003e\n\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-demo-phone\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/demophoneboat.png?v=1779359913\"\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- BUTTONS --\u003e\n\n\u003ca class=\"vrc-look-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/SKYTRACK_f08f8733-86d0-40fe-a11c-d5391c2339ae.pdf?v=1779370150\" target=\"_blank\"\u003e\n\n\u003cdiv class=\"vrc-look-btn-left\"\u003e\n\n\u003cdiv class=\"vrc-look-btn-icon\"\u003e\n↓\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-look-btn-content\"\u003e\n\n\u003cdiv class=\"vrc-look-btn-title\"\u003e\nDownload Presentation\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-look-btn-sub\"\u003e\nView the full PDF brochure\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- SLIDES --\u003e\n\n\u003cdiv class=\"vrc-gallery-slider\"\u003e\n\n\u003cdiv class=\"vrc-gallery-track\"\u003e\n\n\u003cimg class=\"vrc-gallery-image active\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk880-pic-1.png?v=1777027513\"\u003e\n\n\u003cimg class=\"vrc-gallery-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk880-pic-2.png?v=1777027513\"\u003e\n\n\u003cimg class=\"vrc-gallery-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk880-pic-3.png?v=1777027514\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-gallery-dots\"\u003e\n\n\u003cspan class=\"vrc-gallery-dot active\"\u003e\u003c\/span\u003e\n\u003cspan class=\"vrc-gallery-dot\"\u003e\u003c\/span\u003e\n\u003cspan class=\"vrc-gallery-dot\"\u003e\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- FEATURES PAGE --\u003e\n\n\u003cdiv class=\"vrc-fullpage\" id=\"specsPage\"\u003e\n\n\u003cbutton class=\"vrc-back\" data-close=\"specsPage\"\u003e\nFeatures\n\u003c\/button\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003cdiv class=\"vrc-card vrc-spec-hero\"\u003e\n\n\u003cimg class=\"vrc-spec-logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/gprs-pro-logo.png?v=1779361703\"\u003e\n\n\u003ch2\u003eFeatures\u003c\/h2\u003e\n\n\u003cp\u003e\nEverything you need in one complete GPS tracking platform.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- MAIN FEATURES CARD --\u003e\n\n\u003cdiv class=\"vrc-card\"\u003e\n\n\u003c!-- SECTION --\u003e\n\n\u003cdiv class=\"vrc-spec-section\"\u003e\n\n\u003cdiv class=\"vrc-spec-title\"\u003e\nGeneral Features\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-grid\"\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\n\u003cdiv class=\"vrc-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/plugnplaysk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-text\"\u003e\nPlug \u0026amp; Play device\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\n\u003cdiv class=\"vrc-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/simsk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-text\"\u003e\nBuilt-in Global SIM chip\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\n\u003cdiv class=\"vrc-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/mobileappsk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-text\"\u003e\nAccess through the mobile app\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\n\u003cdiv class=\"vrc-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk880boaticon.svg?v=1779364321\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-text\"\u003e\nReal-time boat tracking\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\n\u003cdiv class=\"vrc-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk880support.svg?v=1779367790\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-text\"\u003e\n24\/7 Support\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\n\u003cdiv class=\"vrc-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk880lifewarranty.svg?v=1779367790\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-text\"\u003e\nLifetime warranty\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- SECOND SECTION --\u003e\n\n\u003cdiv class=\"vrc-spec-section\"\u003e\n\n\u003cdiv class=\"vrc-spec-title\"\u003e\nPlatform Features\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-grid\"\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\n\u003cdiv class=\"vrc-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/locationsk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-text\"\u003e\nLive boat location and movement\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\n\u003cdiv class=\"vrc-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/routesk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-text\"\u003e\nRoute history \u0026amp; route playback\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\n\u003cdiv class=\"vrc-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/geofencesk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-text\"\u003e\nGeofence alerts\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\n\u003cdiv class=\"vrc-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/reportssk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-text\"\u003e\nReports \u0026amp; analytics\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\n\u003cdiv class=\"vrc-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/locksk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-text\"\u003e\nPrevention of unauthorized boat use\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\n\u003cdiv class=\"vrc-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk880stolen.svg?v=1779363690\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-text\"\u003e\nStolen boat recovery\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-mobile-only\"\u003e\n\n\u003c!-- SLIDER --\u003e\n\n\u003cdiv class=\"vrc-slider\"\u003e\n\n\u003cdiv class=\"vrc-slide active\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0996\/6780\/4537\/files\/132.svg?v=1778228608\"\u003e\n\n\u003cdiv class=\"vrc-slide-title\"\u003e\nIs installation required?\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-slide-text\"\u003e\nInstallation is quick and easy. Connect the device to the boat battery using the included U-type cable.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-slide\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0996\/6780\/4537\/files\/3232.svg?v=1778228608\"\u003e\n\n\u003cdiv class=\"vrc-slide-title\"\u003e\nDo I need to buy a SIM and data?\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-slide-text\"\u003e\nNo, the device has a built-in SIM with no roaming charges, and data is included in the monthly subscription.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-slide\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk880payment.svg?v=1779368896\"\u003e\n\n\u003cdiv class=\"vrc-slide-title\"\u003e\nHow can I pay the monthly subscription?\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-slide-text\"\u003e\n\nYou can pay your monthly subscription using:\n\u003cbr\u003e\u003cbr\u003e\n\n• PayPal\n\u003cbr\u003e\n\n• Credit or debit card\n(Visa, Mastercard, American Express and other major cards)\n\u003cbr\u003e\u003cbr\u003e\n\nAll online payments are securely processed through our payment providers.\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-slider-dots\"\u003e\n\n\u003cspan class=\"vrc-slider-dot active\"\u003e\u003c\/span\u003e\n\u003cspan class=\"vrc-slider-dot\"\u003e\u003c\/span\u003e\n\u003cspan class=\"vrc-slider-dot\"\u003e\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"mobile-contact-actions-only\"\u003e\n\n\u003cbutton class=\"vrc-support-btn\" id=\"openSupportPopup\"\u003e\n\nContact Support\n\n\u003c\/button\u003e\n\n\u003cdiv class=\"vrc-support-popup\" id=\"supportPopup\"\u003e\n\n\u003cdiv class=\"vrc-support-box\"\u003e\n\n\u003cdiv class=\"vrc-support-title\"\u003e\nContact Support\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-support-subtitle\"\u003e\nChoose your preferred contact method.\n\u003c\/div\u003e\n\n\u003ca href=\"tel:+302310365067\" class=\"vrc-support-option\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/phone.svg\" class=\"vrc-support-option-icon-svg\"\u003e\n\n\u003cspan\u003eCall Support\u003c\/span\u003e\n\n\u003c\/a\u003e\n\n\u003ca href=\"mailto:support@skytrack.gr\" class=\"vrc-support-option\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/mail.svg\" class=\"vrc-support-option-icon-svg\"\u003e\n\n\u003cspan\u003eEmail Support\u003c\/span\u003e\n\n\u003c\/a\u003e\n\n\u003cbutton class=\"vrc-support-close\" id=\"closeSupportPopup\"\u003e\n\nClose\n\n\u003c\/button\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- WHATSAPP BUTTON --\u003e\n\n\u003ca href=\"https:\/\/wa.me\/306945641644\" class=\"vrc-whatsapp-btn\" target=\"_blank\"\u003e\n\n\u003cimg src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/WhatsApp.svg\" class=\"vrc-whatsapp-icon\"\u003e\n\n\u003cspan\u003e\nChat with us on WhatsApp\n\u003c\/span\u003e\n\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003cscript\u003e\n\n\/* SAVE SCROLL *\/\n\nlet vrcScrollPosition = 0;\n\n\/* OPEN *\/\n\ndocument.querySelectorAll('[data-open]').forEach(function(button){\n\nbutton.addEventListener('click',function(){\n\nconst page = document.getElementById(\nbutton.getAttribute('data-open')\n);\n\nvrcScrollPosition = window.scrollY;\n\ndocument.body.classList.add('vrc-panel-open');\ndocument.body.style.position = 'fixed';\ndocument.body.style.top = `-${vrcScrollPosition}px`;\ndocument.body.style.left = '0';\ndocument.body.style.right = '0';\ndocument.body.style.width = '100%';\ndocument.documentElement.style.overflowX = 'hidden';\ndocument.body.style.overflowX = 'hidden';\n\npage.classList.add('active');\n\n});\n\n});\n\n\/* CLOSE *\/\n\ndocument.querySelectorAll('[data-close]').forEach(function(button){\n\nbutton.addEventListener('click',function(){\n\nconst page = document.getElementById(\nbutton.getAttribute('data-close')\n);\n\npage.classList.remove('active');\n\ndocument.body.classList.remove('vrc-panel-open');\ndocument.body.style.position = '';\ndocument.body.style.top = '';\ndocument.body.style.left = '';\ndocument.body.style.right = '';\ndocument.body.style.width = '';\ndocument.body.style.overflowX = '';\ndocument.documentElement.style.overflowX = '';\n\ndocument.documentElement.style.scrollBehavior = 'auto';\n\nwindow.scrollTo(0, vrcScrollPosition);\n\nsetTimeout(() =\u003e {\n  document.documentElement.style.scrollBehavior = '';\n}, 50);\n\n});\n\n});\n\n\/* SLIDER *\/\n\nconst slides = document.querySelectorAll('.vrc-slide');\nconst dots = document.querySelectorAll('.vrc-slider-dot');\n\nlet currentSlide = 0;\n\nfunction showSlide(index){\n\n  slides.forEach((slide)=\u003e{\n    slide.classList.remove('active');\n  });\n\n  dots.forEach((dot)=\u003e{\n    dot.classList.remove('active');\n  });\n\n  slides[index].classList.add('active');\n\n  dots[index].classList.add('active');\n}\n\n\/* DOT CLICK *\/\n\ndots.forEach((dot,index)=\u003e{\n\n  dot.addEventListener('click',()=\u003e{\n\n    currentSlide = index;\n\n    showSlide(currentSlide);\n\n  });\n\n});\n\n\/* SWIPE *\/\n\nlet startX = 0;\n\nconst slider = document.querySelector('.vrc-slider');\n\nif (slider) {\n\nslider.addEventListener('touchstart',(e)=\u003e{\n\n  startX = e.touches[0].clientX;\n\n});\n\nslider.addEventListener('touchend',(e)=\u003e{\n\n  let endX = e.changedTouches[0].clientX;\n\n  let diff = startX - endX;\n\n  if(Math.abs(diff) \u003e 50){\n\n    if(diff \u003e 0){\n\n      currentSlide++;\n\n      if(currentSlide \u003e= slides.length){\n        currentSlide = 0;\n      }\n\n    } else {\n\n      currentSlide--;\n\n      if(currentSlide \u003c 0){\n        currentSlide = slides.length - 1;\n      }\n    }\n\n    showSlide(currentSlide);\n  }\n\n});\n\n}\n\/* MOBILE VIDEO PLAY *\/\n\ndocument.querySelectorAll('.vrc-video').forEach(video =\u003e {\n\n  video.addEventListener('click', function(){\n\n    if(video.paused){\n\n      video.play();\n\n    } else {\n\n      video.pause();\n\n    }\n\n  });\n\n});\n\n\/* =========================\nGALLERY SLIDER\n========================= *\/\n\nconst galleryImages = document.querySelectorAll('.vrc-gallery-image');\n\nconst galleryDots = document.querySelectorAll('.vrc-gallery-dot');\n\nlet galleryIndex = 0;\n\nfunction showGallerySlide(index){\n\n  galleryImages.forEach((img)=\u003e{\n    img.classList.remove('active');\n  });\n\n  galleryDots.forEach((dot)=\u003e{\n    dot.classList.remove('active');\n  });\n\n  galleryImages[index].classList.add('active');\n\n  galleryDots[index].classList.add('active');\n}\n\n\/* DOT CLICK *\/\n\ngalleryDots.forEach((dot,index)=\u003e{\n\n  dot.addEventListener('click',()=\u003e{\n\n    galleryIndex = index;\n\n    showGallerySlide(galleryIndex);\n\n  });\n\n});\n\n\/* AUTO SLIDE *\/\n\nsetInterval(()=\u003e{\n\n  galleryIndex++;\n\n  if(galleryIndex \u003e= galleryImages.length){\n\n    galleryIndex = 0;\n  }\n\n  showGallerySlide(galleryIndex);\n\n},3500);\n  \n  \nconst supportPopup = document.getElementById('supportPopup');\n\nconst openSupportPopup = document.getElementById('openSupportPopup');\nconst closeSupportPopup = document.getElementById('closeSupportPopup');\n\nif(openSupportPopup \u0026\u0026 supportPopup){\n  openSupportPopup.addEventListener('click',()=\u003e{\n    supportPopup.classList.add('active');\n  });\n}\n\nif(closeSupportPopup \u0026\u0026 supportPopup){\n  closeSupportPopup.addEventListener('click',()=\u003e{\n    supportPopup.classList.remove('active');\n  });\n}\n\nif(supportPopup){\n  supportPopup.addEventListener('click', function(e){\n    if(e.target === supportPopup){\n      supportPopup.classList.remove('active');\n    }\n  });\n}\n\n\u003c\/script\u003e\n\n\n\n","brand":"Boat Tracking System","offers":[{"title":"Default Title","offer_id":52866458517851,"sku":"800000000000053","price":99.2,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk880-product-pic.png?v=1777021377"},{"product_id":"sk130","title":"SK130","description":"\u003c!-- =====================================================\nDEVICE SWITCHER\nDESKTOP = SK880 ORIGINAL PAGE\nMOBILE = VRC PREMIUM MOBILE PAGE\n===================================================== --\u003e\n\n\u003cstyle\u003e\n\n\/* =========================\nDEVICE SWITCHER\n========================= *\/\n\n.sk880-desktop-only{\n  display:block;\n}\n\n.vrc-mobile-only{\n  display:none;\n}\n\n\/* MOBILE *\/\n\n@media screen and (max-width:1024px){\n\n  .sk880-desktop-only{\n    display:none !important;\n  }\n\n  .vrc-mobile-only{\n    display:block !important;\n  }\n\n}\n\n\/* DESKTOP *\/\n\n@media screen and (min-width:1025px){\n\n  .sk880-desktop-only{\n    display:block !important;\n  }\n\n  .vrc-mobile-only{\n    display:none !important;\n  }\n\n}\n\n\u003c\/style\u003e\n\n\u003c!-- desktop--\u003e\n\n\u003cdiv class=\"sk880-desktop-only\"\u003e\n\u003c!-- FONT --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n\/* ================= GLOBAL VARIABLES ================= *\/\n:root{\n  --font-main: \"Poppins\", sans-serif;\n\n  \/* Font Sizes *\/\n  --fs-xs: 13px;\n  --fs-sm: 14px;\n  --fs-base: 16px;\n  --fs-md: 18px;\n  --fs-lg: 22px;\n  --fs-xl: 28px;\n\n  \/* Font Weights *\/\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  \/* Spacing *\/\n  --space-xs: 6px;\n  --space-sm: 10px;\n  --space-md: 16px;\n  --space-lg: 24px;\n  --space-xl: 36px;\n  --space-xxl: 48px;\n\n  \/* Colors *\/\n  --text-main: #111;\n  --text-secondary: #555;\n  --bg-soft: #f8f8f8;\n}\n\n\/* ================= GLOBAL STYLES ================= *\/\nhtml{\n  scroll-behavior:smooth;\n}\n\nbody{\n  font-size: var(--fs-base);\n  line-height: 1.7;\n  color: var(--text-main);\n  background: var(--bg-soft);\n  margin:0;\n  padding:0;\n}\n\n\/* ================= WRAPPER ================= *\/\n.product-wrapper{\n  max-width:820px;\n  margin:60px auto;\n  padding:0 18px;\n}\n\n\/* ================= TITLES ================= *\/\n.section-title{\n  font-size: var(--fs-xl);\n  font-weight: var(--fw-bold);\n  letter-spacing: -0.4px;\n  margin-bottom: var(--space-lg);\n}\n\n\/* ================= VIDEO ================= *\/\n.video-container{\n  position:relative;\n  padding-bottom:56.25%;\n  height:0;\n  overflow:hidden;\n  border-radius:16px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.15);\n  background:#000;\n  margin-top: var(--space-md);\n}\n\n.video-container iframe{\n  position:absolute;\n  top:0;\n  left:0;\n  width:100%;\n  height:100%;\n  border:0;\n}\n\n\/* ================= PRODUCT DESCRIPTION ================= *\/\n.product-description{\n  margin-top: var(--space-lg);\n  font-size: var(--fs-base);\n  line-height:1.8;\n  color: var(--text-secondary);\n}\n\n.product-description p{\n  margin-bottom: var(--space-md);\n}\n\n.product-description ul{\n  margin-top: var(--space-sm);\n  margin-bottom: var(--space-md);\n}\n\n\/* ================= APP BUTTONS ================= *\/\n.app-buttons-section{\n  text-align:center;\n  margin: var(--space-xl) 0;\n}\n\n.app-buttons-section h3{\n  font-size: var(--fs-md);\n  font-weight: var(--fw-semibold);\n  margin-bottom: var(--space-md);\n}\n\n.image-buttons{\n  display:flex;\n  justify-content:center;\n  gap:16px;\n  flex-wrap:wrap;\n}\n\n.image-buttons a{\n  display:block;\n  transition:all .3s ease;\n}\n\n.image-buttons img{\n  width:80px;\n  height:80px;\n  object-fit:cover;\n  border-radius:16px;\n  box-shadow:0 5px 15px rgba(0,0,0,0.18);\n}\n\n.image-buttons a:hover img{\n  transform:translateY(-3px) scale(1.05);\n  box-shadow:0 10px 20px rgba(0,0,0,0.28);\n}\n\n\/* ================= PDF BUTTON ================= *\/\n.pdf-download-wrapper{\n  text-align:center;\n  margin-top: var(--space-md);\n}\n\n.pdf-download-btn{\n  display:inline-block;\n  padding:16px 36px;\n  background:#000;\n  color:#fff!important;\n  text-decoration:none;\n  font-size: var(--fs-base);\n  font-weight: var(--fw-semibold);\n  border-radius:10px;\n  letter-spacing:0.2px;\n  transition:all .25s ease;\n}\n\n.pdf-download-btn:hover{\n  background:#222;\n  transform:translateY(-5px) scale(1.04);\n  box-shadow:0 15px 30px rgba(0,0,0,0.35);\n}\n\n\/* ================= SLIDESHOW ================= *\/\n.slideshow-container{\n  position:relative;\n  margin: var(--space-xl) auto var(--space-sm);\n}\n\n.mySlides{\n  display:none;\n}\n\n.mySlides img{\n  width:100%;\n  border-radius:16px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.18);\n}\n\n.dots{\n  text-align:center;\n  margin-top: var(--space-sm);\n}\n\n.dot{\n  height:10px;\n  width:10px;\n  margin:0 4px;\n  background:#bbb;\n  border-radius:50%;\n  display:inline-block;\n  cursor:pointer;\n  transition:transform .25s ease, background .25s ease;\n}\n\n.dot:hover{\n  transform:scale(1.3);\n}\n\n.dot.active{\n  background:#000;\n  transform:scale(1.25);\n}\n\n\/* ================= FAQ ================= *\/\n.qna-section{\n  margin-top: var(--space-xl);\n  background:#fff;\n  border-radius:14px;\n  box-shadow:0 8px 25px rgba(0,0,0,0.06);\n}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\n}\n\n.qna-item:hover{\n  background:#f6f6f6;\n}\n\n.qna-question{\n  width:100%;\n  text-align:left;\n  background:transparent;\n  border:none;\n  font-size: var(--fs-md);\n  font-weight: var(--fw-semibold);\n  padding:18px 14px;\n  cursor:pointer;\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n}\n\n.qna-icon{\n  font-size:20px;\n  color:#777;\n  transition: transform .35s cubic-bezier(.4,0,.2,1), color .25s ease;\n}\n\n.qna-question.active .qna-icon{\n  transform:rotate(45deg);\n  color:#000;\n}\n\n.qna-question:hover .qna-icon{\n  color:#000;\n}\n\n.qna-answer{\n  display: grid;\n  grid-template-rows: 0fr;\n  opacity: 0;\n  transition: grid-template-rows 0.4s ease, opacity 0.3s ease;\n  font-size: var(--fs-sm);\n  line-height:1.75;\n  color: var(--text-secondary);\n}\n\n.qna-answer-inner{\n  overflow: hidden;\n  padding: 0 10px;\n  transition: padding 0.3s ease;\n}\n\n.qna-question.active + .qna-answer{\n  grid-template-rows: 1fr;\n  opacity: 1;\n}\n\n.qna-question.active + .qna-answer .qna-answer-inner{\n  padding: 10px 10px 22px 10px;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top:10px;\n}\n\n.qna-answer li{\n  margin-bottom:6px;\n}\n\n\n\n\/* ================= DESKTOP CONTACT BUTTONS UNDER Q\u0026A ================= *\/\n.desktop-contact-actions{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-top:30px;\n  margin-bottom:10px;\n}\n\n.desktop-support-btn,\n.desktop-whatsapp-btn{\n  width:100%;\n  height:88px;\n  min-height:88px;\n  border:none;\n  border-radius:24px;\n  padding:18px 22px;\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  text-decoration:none;\n  font-family:'Poppins',sans-serif;\n  font-size:16px;\n  font-weight:700;\n  line-height:1.25;\n  box-shadow:\n    0 12px 24px rgba(0,0,0,.12),\n    0 4px 10px rgba(0,0,0,.08);\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n  overflow:hidden;\n  cursor:pointer;\n}\n\n.desktop-support-btn:hover,\n.desktop-whatsapp-btn:hover{\n  transform:translateY(-2px);\n}\n\n.desktop-support-btn{\n  background:linear-gradient(135deg,#111 0%,#222 100%);\n  color:#fff;\n}\n\n.desktop-whatsapp-btn{\n  background:linear-gradient(135deg,#25D366 0%,#1ebe5d 100%);\n  color:#fff;\n  gap:14px;\n}\n\n.desktop-whatsapp-icon{\n  width:24px;\n  height:24px;\n  object-fit:contain;\n  flex-shrink:0;\n}\n\n.desktop-whatsapp-btn span{\n  flex:1;\n  text-align:left;\n  line-height:1.25;\n  color:#fff;\n}\n\n.desktop-support-btn::after,\n.desktop-whatsapp-btn::after{\n  content:\"›\";\n  font-size:28px;\n  font-weight:300;\n  color:#fff;\n  flex-shrink:0;\n  line-height:1;\n}\n\n.desktop-support-popup{\n  position:fixed;\n  inset:0;\n  background:rgba(0,0,0,.45);\n  backdrop-filter:blur(10px);\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  z-index:9999999;\n  opacity:0;\n  visibility:hidden;\n  transition:.3s ease;\n}\n\n.desktop-support-popup.active{\n  opacity:1;\n  visibility:visible;\n}\n\n.desktop-support-box{\n  width:88%;\n  max-width:340px;\n  background:#fff;\n  border-radius:28px;\n  padding:28px 22px;\n  display:flex;\n  flex-direction:column;\n  gap:14px;\n  box-shadow:0 20px 40px rgba(0,0,0,.18);\n  font-family:'Poppins',sans-serif;\n}\n\n.desktop-support-title{\n  font-size:22px;\n  font-weight:800;\n  text-align:center;\n  margin-bottom:4px;\n}\n\n.desktop-support-subtitle{\n  text-align:center;\n  font-size:14px;\n  color:#777;\n  margin-bottom:10px;\n}\n\n.desktop-support-option{\n  min-height:58px;\n  border-radius:20px;\n  background:#f5f7fa;\n  display:flex;\n  align-items:center;\n  justify-content:flex-start;\n  gap:14px;\n  padding:0 18px;\n  text-decoration:none;\n  color:#111;\n  font-size:15px;\n  font-weight:600;\n}\n\n.desktop-support-option-icon-svg{\n  width:22px;\n  height:22px;\n  object-fit:contain;\n  flex-shrink:0;\n  opacity:.9;\n}\n\n.desktop-support-close{\n  margin-top:8px;\n  min-height:50px;\n  border:none;\n  border-radius:18px;\n  background:#111;\n  color:#fff;\n  font-size:14px;\n  font-weight:700;\n  cursor:pointer;\n  font-family:'Poppins',sans-serif;\n}\n\n@media screen and (max-width:1024px){\n  .desktop-contact-actions,\n  .desktop-support-popup{\n    display:none !important;\n  }\n}\n\n@media screen and (min-width:1025px){\n  .mobile-contact-btn{\n    display:none !important;\n  }\n}\n\n\/* Hide demo button by default *\/\n#demoButton {\n  display: none;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrapper\"\u003e\n\u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/27a2866e626740d6b5a11ad5b751cc36.mp4\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp\u003e\u003cstrong\u003eA complete plug-and-play fleet tracking and vehicle monitoring solution combining real-time tracking, essential fleet management tools and upgrade capability to advanced vehicle data monitoring with the GPRS Pro Platform \u0026amp; Mobile App.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eStay connected to your vehicles at all times with a compact, professional-grade tracking \u003cstrong\u003edevice\u003c\/strong\u003e designed for fast installation and reliable performance with the option to upgrade for more advanced insights. The intuitive \u003cstrong\u003esoftware\u003c\/strong\u003e allows you to manage your fleet and access critical insights in real time from your phone,\u003cstrong\u003e \u003c\/strong\u003etablet, or computer.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e✔ Advanced GPS Device\u003cbr\u003e✔ Global SIM card connectivity\u003cbr\u003e✔ Fleet tracking platform\u003cbr\u003e✔ Mobile app\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMonitor all your vehicles via GPRS Platform \u0026amp; App and access:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eReal-time vehicle location and movement\u003c\/li\u003e\n\u003cli\u003eTrip history and route playback\u003c\/li\u003e\n\u003cli\u003eIgnition on\/off status\u003c\/li\u003e\n\u003cli\u003eCAN bus vehicle data monitoring\u003cem\u003e \u003c\/em\u003e(\u003ca rel=\"noopener\" href=\"https:\/\/skytrackshop.com\/products\/lv-can200-adapter\" target=\"_blank\"\u003eadapter needed\u003c\/a\u003e, not included to package)\u003c\/li\u003e\n\u003cli\u003eDriving behaviour analysis (harsh braking, acceleration, cornering)\u003c\/li\u003e\n\u003cli\u003eDriver identification (\u003ca rel=\"noopener\" href=\"https:\/\/skytrackshop.com\/products\/btsmp1-standard-bluetooth-sensor?pr_prod_strat=pinned\u0026amp;pr_rec_id=7d45303f5\u0026amp;pr_rec_pid=10295069278555\u0026amp;pr_ref_pid=10333610115419\u0026amp;pr_seq=uniform\" target=\"_blank\"\u003edriver id needed\u003c\/a\u003e, not included in package)\u003c\/li\u003e\n\u003cli\u003eEngine block (\u003ca rel=\"noopener\" href=\"https:\/\/skytrackshop.com\/products\/relay-5-pin-12v?pr_prod_strat=pinned\u0026amp;pr_rec_id=7d45303f5\u0026amp;pr_rec_pid=10341185454427\u0026amp;pr_ref_pid=10333610115419\u0026amp;pr_seq=uniform\" target=\"_blank\"\u003erelay needed\u003c\/a\u003e, not included in package)\u003c\/li\u003e\n\u003cli\u003ePredictive maintenance\u003c\/li\u003e\n\u003cli\u003eDoor open\/close alerts (\u003ca rel=\"noopener\" href=\"https:\/\/skytrackshop.com\/products\/btsmp1-standard-bluetooth-sensor?pr_prod_strat=pinned\u0026amp;pr_rec_id=7d45303f5\u0026amp;pr_rec_pid=10295069278555\u0026amp;pr_ref_pid=10333610115419\u0026amp;pr_seq=uniform\" target=\"_blank\"\u003esensor needed\u003c\/a\u003e, not included in package)\u003c\/li\u003e\n\u003cli\u003eSpeed monitoring and speed alerts\u003c\/li\u003e\n\u003cli\u003eGeofencing alerts for area entry and exit\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat you gain\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eReporting\u003c\/li\u003e\n\u003cli\u003ePredictive Maintenance\u003c\/li\u003e\n\u003cli\u003eEco score\u003c\/li\u003e\n\u003cli\u003eReduce fuel costs\u003c\/li\u003e\n\u003cli\u003ePrevent unauthorized vehicle use\u003c\/li\u003e\n\u003cli\u003eImprove driver behaviour\u003c\/li\u003e\n\u003cli\u003eRecover stolen vehicles\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eExpandable Capabilities\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-section-id=\"1horhrp\" data-start=\"1592\" data-end=\"1631\"\u003eWith additional \u003ca rel=\"noopener\" href=\"https:\/\/skytrackshop.com\/products\/lv-can200-adapter\" target=\"_blank\"\u003eadapter\u003c\/a\u003e:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli data-start=\"1634\" data-end=\"1675\"\u003eEnable \u003cstrong data-start=\"1641\" data-end=\"1673\"\u003eCAN bus vehicle data reading\u003c\/strong\u003e\n\u003c\/li\u003e\n\u003cli data-start=\"1634\" data-end=\"1675\"\u003eAccess fuel level, mileage, RPM and engine data\u003c\/li\u003e\n\u003cli data-start=\"1634\" data-end=\"1675\"\u003eUpgrade functionality similar to advanced tracking systems\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-buttons-section\"\u003e\n\u003ch3\u003eDownload the GPRS Pro App to explore our demo:\u003c\/h3\u003e\n\u003cdiv class=\"image-buttons\"\u003e\n\u003ca href=\"https:\/\/apps.apple.com\/gr\/app\/gprs-pro\/id6529538115?l=el\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_89_a5f3a240-ce36-45dd-b4a7-eb53ce44b61a.png?v=1773227214\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_90_058b20da-b51c-4492-8754-d3c8bacfc923.png?v=1773227213\"\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\" id=\"demoButton\"\u003e\n  \u003ca class=\"pdf-download-btn\" href=\"https:\/\/gprs.gr\/demo.php\" target=\"_blank\"\u003e\n    Explore GPRS Platform\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\"\u003e\u003ca class=\"pdf-download-btn\" download=\"\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/SKYTRACK_-_FLEET_MANAGEMENT.pdf?v=1773392074\" target=\"_blank\"\u003e Download Skytrack Fleet Management Presentation \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"slideshow-container\"\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/expandable-tracking-system-apps.png?v=1773833493\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/expandable-tracking-system-ideal.png?v=1773833490\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/expandable-tracking-system-pics.png?v=1773833492\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dots\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-section\"\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Which vehicles is the SK920: Basic Tracking compatible with? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eThe SK920: Basic Tracking works with most modern cars, vans, and trucks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does the device require installation? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eInstallation is quick and easy.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eStep 1:\u003c\/strong\u003e Install the GPS tracking device in your vehicle with the help of an automotive electrician.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStep 2:\u003c\/strong\u003e Download the app and create an account.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Do I need to buy a SIM card and data? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eNo, the device includes a built-in SIM chip with no roaming charges, and data is included in the monthly subscription.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e How can I pay the monthly subscription? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eYou can pay your monthly subscription using:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003ePayPal\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCredit or debit card\u003c\/strong\u003e (Visa, Mastercard, American Express and other major cards)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eAll online payments are processed securely through our payment providers. When paying by card, you will be redirected to a secure payment page to complete the transaction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- DESKTOP CONTACT BUTTONS UNDER Q\u0026A --\u003e\n\u003cdiv class=\"desktop-contact-actions\"\u003e\n\n  \u003cbutton class=\"desktop-support-btn\" type=\"button\" id=\"desktopSupportBtn\"\u003e\n    Contact Support\n  \u003c\/button\u003e\n\n  \u003ca class=\"desktop-whatsapp-btn\" href=\"https:\/\/wa.me\/306945641644\" target=\"_blank\"\u003e\n    \u003cimg class=\"desktop-whatsapp-icon\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/WhatsApp.svg\" alt=\"WhatsApp\"\u003e\n    \u003cspan\u003eChat with us on WhatsApp\u003c\/span\u003e\n  \u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- DESKTOP SUPPORT POPUP --\u003e\n\u003cdiv class=\"desktop-support-popup\" id=\"desktopSupportPopup\"\u003e\n\n  \u003cdiv class=\"desktop-support-box\"\u003e\n\n    \u003cdiv class=\"desktop-support-title\"\u003e\n      Contact Support\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"desktop-support-subtitle\"\u003e\n      Choose your preferred contact method.\n    \u003c\/div\u003e\n\n    \u003ca href=\"tel:+302310365067\" class=\"desktop-support-option\"\u003e\n      \u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/phone.svg\" class=\"desktop-support-option-icon-svg\" alt=\"Phone\"\u003e\n      \u003cspan\u003eCall Support\u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003ca href=\"mailto:support@skytrack.gr\" class=\"desktop-support-option\"\u003e\n      \u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/mail.svg\" class=\"desktop-support-option-icon-svg\" alt=\"Email\"\u003e\n      \u003cspan\u003eEmail Support\u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003cbutton class=\"desktop-support-close\" type=\"button\" id=\"desktopSupportClose\"\u003e\n      Close\n    \u003c\/button\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n\ndocument.addEventListener(\"DOMContentLoaded\",function(){\n\nlet slideIndex = 0;\nlet slideTimer;\n\nshowSlides();\n\nfunction showSlides() {\n  let slides = document.getElementsByClassName(\"mySlides\");\n  let dots = document.getElementsByClassName(\"dot\");\n\n  for (let i = 0; i \u003c slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n\n  slideIndex++;\n\n  if (slideIndex \u003e slides.length) {\n    slideIndex = 1;\n  }\n\n  for (let i = 0; i \u003c dots.length; i++) {\n    dots[i].classList.remove(\"active\");\n  }\n\n  slides[slideIndex - 1].style.display = \"block\";\n  dots[slideIndex - 1].classList.add(\"active\");\n\n  slideTimer = setTimeout(showSlides, 2500);\n}\n\n\/\/ ✅ FIXED DOT CLICK\ndocument.querySelectorAll(\".dot\").forEach((dot, i) =\u003e {\n  dot.onclick = function () {\n    clearTimeout(slideTimer); \/\/ reset timer cleanly\n    slideIndex = i;           \/\/ correct index\n    showSlides();             \/\/ restart slideshow\n  };\n});\n\ndocument.querySelectorAll(\".qna-question\").forEach(btn =\u003e {\n  btn.addEventListener(\"click\", function () {\n\n    const isActive = this.classList.contains(\"active\");\n\n    document.querySelectorAll(\".qna-question\").forEach(q =\u003e {\n      q.classList.remove(\"active\");\n    });\n\n    if (!isActive) {\n      this.classList.add(\"active\");\n    }\n\n  });\n});\n\n\n\n\/\/ ===== DESKTOP SUPPORT POPUP =====\nconst desktopSupportBtn = document.getElementById(\"desktopSupportBtn\");\nconst desktopSupportPopup = document.getElementById(\"desktopSupportPopup\");\nconst desktopSupportClose = document.getElementById(\"desktopSupportClose\");\n\nif (desktopSupportBtn \u0026\u0026 desktopSupportPopup) {\n  desktopSupportBtn.addEventListener(\"click\", function () {\n    desktopSupportPopup.classList.add(\"active\");\n  });\n}\n\nif (desktopSupportClose \u0026\u0026 desktopSupportPopup) {\n  desktopSupportClose.addEventListener(\"click\", function () {\n    desktopSupportPopup.classList.remove(\"active\");\n  });\n}\n\nif (desktopSupportPopup) {\n  desktopSupportPopup.addEventListener(\"click\", function (e) {\n    if (e.target === desktopSupportPopup) {\n      desktopSupportPopup.classList.remove(\"active\");\n    }\n  });\n}\n\n\/\/ ===== SHOW DEMO BUTTON ONLY ON DESKTOP =====\n    var ua = navigator.userAgent || navigator.vendor || window.opera;\n\n    \/\/ mobile detection\n    var isMobile = \/android|iphone|ipad|ipod|iemobile|opera mini\/i.test(ua);\n\n    \/\/ touch detection (tablets \/ hybrid devices)\n    var isTouch = ('ontouchstart' in window) || (navigator.maxTouchPoints \u003e 0);\n\n    var demoButton = document.getElementById(\"demoButton\");\n\n    \/\/ show ONLY on real desktop (non-mobile + non-touch)\n    if (!isMobile \u0026\u0026 !isTouch) {\n      if (demoButton) demoButton.style.display = \"block\";\n    }\n});\n\n\u003c\/script\u003e\n\u003c\/div\u003e\n\n\u003c!-- =====================================================\nMOBILE VERSION\nVRC PREMIUM MOBILE UI\n===================================================== --\u003e\n\n\u003cdiv class=\"vrc-mobile-only\"\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n\n:root{\n  --bg:#f5f5f3;\n  --text:#111;\n  --blue:#12acef;\n  --muted:#777;\n}\n\n*{\n  box-sizing:border-box;\n}\n\nbody{\n  margin:0;\n\n  background:\n    linear-gradient(\n      180deg,\n      #f7f9fc 0%,\n      #f1f4f8 100%\n    );\n\n  font-family:'Poppins',sans-serif;\n\n  color:var(--text);\n\n  overflow-x:hidden;\n}\n\n\/* MAIN WRAPPER *\/\n\n.vrc-page{\n  width:100%;\n  max-width:100vw;\n  margin:auto;\n  padding:clamp(18px,4vw,32px) clamp(18px,5vw,34px) 70px;\n}\n\n\/* INFO *\/\n\n.vrc-info-wrap{\n  margin-top:24px;\n}\n\n\/* SUBSCRIPTION *\/\n\n.vrc-subscription-line{\n\n  padding-bottom:22px;\n\n  border-bottom:2px solid #111;\n\n  margin-bottom:22px;\n}\n\n\n\n.vrc-subscription-top{\n  display:flex;\n  align-items:center;\n  gap:10px;\n  flex-wrap:wrap;\n}\n\n.vrc-days-inline{\n  font-size:clamp(30px,8vw,54px);\n  font-weight:300;\n  color:var(--blue);\n  line-height:1;\n}\n\n.vrc-free-inline{\n  font-size:clamp(22px,6vw,40px);\n  font-weight:800;\n  color:var(--blue);\n  line-height:1;\n}\n\n.vrc-sub-small{\n  margin-top:8px;\n  font-size:13px;\n  font-weight:500;\n  line-height:1.45;\n}\n\n\/* GUARANTEE *\/\n\n.vrc-guarantee{\n\n  margin-top:0;\n\n  margin-bottom:0;\n\n  font-size:clamp(18px,4.5vw,28px);\n\n  font-weight:800;\n\n  line-height:1.25;\n}\n\n\n\/* =========================\nPACKAGE LIST\n========================= *\/\n\n.vrc-package-list{\n\n  list-style:none;\n\n  margin:0;\n\n  padding:0 0 0 4px;\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:14px;\n}\n\n.vrc-package-list li{\n\n  position:relative;\n\n  padding-left:30px;\n\n  font-size:15px;\n\n  line-height:1.7;\n\n  font-weight:500;\n\n  color:#3f3f3f;\n}\n\n.vrc-package-list li::before{\n\n  content:\"✓\";\n\n  position:absolute;\n\n  left:0;\n\n  top:1px;\n\n  color:var(--blue);\n\n  font-size:16px;\n\n  font-weight:800;\n}\n  \n\/* ICON GRID *\/\n\n.vrc-icons-grid{\n  margin-top:clamp(34px,6vw,54px);\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n  gap:clamp(38px,8vw,62px) clamp(24px,6vw,42px);\n  align-items:start;\n}\n\n.vrc-icon-card{\n  text-align:center;\n}\n\n.vrc-icon-card img{\n  width:clamp(48px,8vw,72px);\n  height:clamp(48px,8vw,72px);\n  object-fit:contain;\n  margin-bottom:16px;\n}\n\n.vrc-icon-label{\n  font-size:clamp(11px,2.8vw,14px);\n  line-height:1.55;\n  color:#777;\n  font-weight:500;\n  max-width:140px;\n  margin:auto;\n}\n\n\/* BUTTONS *\/\n\n.vrc-buttons{\n  display:flex;\n  flex-direction:column;\n  gap:28px;\n  margin:68px 0 0;\n}\n\n.vrc-button{\n  position:relative;\n\n  width:100%;\n\n  min-height:64px;\n\n  border:none !important;\n\n  border-radius:999px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  color:#fff;\n\n  font-size:17px;\n\n  font-weight:600;\n\n  padding:0 26px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  overflow:hidden;\n\n  cursor:pointer;\n\n  isolation:isolate;\n\n  box-shadow:\n    0 10px 18px rgba(18,172,239,.18),\n    0 4px 10px rgba(0,0,0,.08);\n\n  transition:\n    transform .28s cubic-bezier(.16,1,.3,1),\n    box-shadow .28s cubic-bezier(.16,1,.3,1),\n    background .28s ease;\n}\n\n.vrc-button span{\n  font-size:34px;\n  line-height:1;\n}\n\n.vrc-fullpage{\n  position:fixed;\n  inset:0;\n  width:100vw;\n  height:100dvh;\n  z-index:999999;\n  background:rgba(245,245,243,.72);\n  backdrop-filter:blur(22px) saturate(140%);\n  overflow-y:auto;\n  padding:clamp(24px,4vw,40px) clamp(22px,5vw,44px) 120px;\n  transform:translate3d(100%,0,0);\n  opacity:0;\n  visibility:hidden;\n  pointer-events:none;\n  transition:transform .7s cubic-bezier(.16,1,.3,1), opacity .45s ease;\n}\n\n.vrc-fullpage.active{\n  transform:translate3d(0,0,0);\n  opacity:1;\n  visibility:visible;\n  pointer-events:auto;\n}\n\n.vrc-back{\n  display:flex;\n  align-items:center;\n  gap:10px;\n  width:max-content;\n  margin:0 0 34px;\n  padding:0;\n  border:none;\n  background:none;\n  font-size:15px;\n  font-weight:700;\n  color:#111;\n}\n\n.vrc-card{\n  background:rgba(255,255,255,.52);\n  backdrop-filter:blur(26px);\n  border:1px solid rgba(255,255,255,.68);\n  border-radius:34px;\n  padding:28px 24px;\n  margin-bottom:20px;\n}\n\n.vrc-fullpage h2{\n  font-size:clamp(34px,8vw,54px);\n  line-height:1.05;\n  font-weight:800;\n  margin:0 0 22px;\n}\n\n.vrc-fullpage h3{\n  font-size:clamp(22px,5vw,34px);\n  line-height:1.15;\n  font-weight:800;\n  margin:0 0 18px;\n}\n\n.vrc-fullpage p{\n  font-size:clamp(15px,3.7vw,18px);\n  line-height:1.8;\n  color:#2b2b2b;\n}\n\n.vrc-image{\n  width:100%;\n  display:block;\n  margin:34px 0;\n  border-radius:28px;\n}\n\n.vrc-phone-image{\n  width:86%;\n  display:block;\n  margin:32px auto;\n}\n\n.vrc-store-buttons{\n  display:flex;\n  justify-content:center;\n  gap:12px;\n  margin:24px 0 40px;\n}\n\n.vrc-store-buttons img{\n  height:34px;\n}\n\n\/* =========================\nSECTIONS\n========================= *\/\n\n.vrc-section{\n  margin-top:38px;\n}\n\n.vrc-section:first-child{\n  margin-top:0;\n}\n\n.vrc-section-title{\n\n  font-size:clamp(18px,4.5vw,26px);\n\n  font-weight:800;\n\n  margin-bottom:18px;\n\n  letter-spacing:-0.4px;\n\n  padding-left:0;\n}\n  \n.vrc-section-text{\n  font-size:clamp(14px,3.5vw,17px);\n  line-height:1.65;\n  font-weight:500;\n}\n\n\/* =========================\nHERO DESCRIPTION\n========================= *\/\n\n.vrc-hero-card{\n\n  position:relative;\n\n  padding:4px 0 0 14px;\n\n  margin-bottom:-4px;\n}\n\n.vrc-mini-badge{\n\n  display:inline-flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  min-height:32px;\n\n  padding:0 14px;\n\n  border-radius:999px;\n\n  background:\n    rgba(18,172,239,.10);\n\n  color:var(--blue);\n\n  font-size:11px;\n\n  font-weight:700;\n\n  letter-spacing:.8px;\n\n  margin-bottom:14px;\n}\n\n.vrc-main-title{\n\n  font-size:clamp(34px,9vw,58px);\n\n  line-height:.95;\n\n  font-weight:800;\n\n  letter-spacing:-2px;\n\n  margin:0 0 18px;\n\n  color:#111;\n\n  max-width:320px;\n}\n\n.vrc-main-description{\n\n  max-width:540px;\n}\n\n.vrc-main-description p{\n\n  font-size:clamp(15px,4vw,18px);\n\n  line-height:1.72;\n\n  color:#4d4d4d;\n\n  margin:0 0 14px;\n\n  font-weight:500;\n\n  letter-spacing:-0.1px;\n}\n\n.vrc-main-description p:last-child{\n  margin-bottom:0;\n}\n\n\/* =========================\nPRESENTATION PAGE\n========================= *\/\n\n.vrc-video-wrap{\n\n  margin:30px 0;\n}\n\n.vrc-video{\n\n  width:100%;\n\n  border-radius:28px;\n\n  display:block;\n\n  background:#000;\n\n  box-shadow:\n    0 12px 30px rgba(0,0,0,.14);\n}\n\n.vrc-list{\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:14px;\n\n  margin-top:20px;\n}\n\n.vrc-list-item{\n\n  font-size:15px;\n\n  line-height:1.7;\n\n  color:#444;\n\n  font-weight:500;\n}\n\n.vrc-presentation-buttons{\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:16px;\n\n  margin:30px 0;\n}\n\n.vrc-download-btn{\n\n  min-height:58px;\n\n  border-radius:999px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #111 0%,\n      #222 100%\n    );\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  text-align:center;\n\n  padding:0 22px;\n\n  text-decoration:none;\n\n  color:#fff;\n\n  font-size:15px;\n\n  font-weight:700;\n\n  box-shadow:\n    0 10px 24px rgba(0,0,0,.12);\n}\n\n\/* =========================\nDEMO BANNER\n========================= *\/\n\n.vrc-demo-banner{\n\n  position:relative;\n\n  overflow:hidden;\n\n  border-radius:34px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #ffffff 0%,\n      #f5f8fc 100%\n    );\n\n  padding:26px 24px;\n\n  margin:26px 0;\n\n  box-shadow:\n    0 12px 30px rgba(0,0,0,.08);\n}\n\n.vrc-demo-content{\n\n  position:relative;\n\n  z-index:2;\n\n  width:58%;\n\n  padding-right:8px;\n}\n\n.vrc-demo-title{\n\n  font-size:28px;\n\n  line-height:1.05;\n\n  font-weight:800;\n\n  color:#111;\n\n  margin-bottom:14px;\n\n  letter-spacing:-1px;\n}\n\n.vrc-demo-text{\n\n  font-size:14px;\n\n  line-height:1.6;\n\n  color:#555;\n\n  margin-bottom:22px;\n\n  font-weight:500;\n}\n\n.vrc-demo-buttons{\n\n  display:flex;\n\n  align-items:center;\n\n  gap:10px;\n\n  flex-wrap:nowrap;\n}\n\n.vrc-demo-buttons img{\n\n  height:38px;\n\n  width:auto;\n\n  display:block;\n}\n\n.vrc-demo-phone{\n\n  position:absolute;\n\n  right:-6px;\n\n  bottom:0;\n\n  width:40%;\n\n  display:flex;\n\n  align-items:flex-end;\n\n  justify-content:flex-end;\n}\n\n.vrc-demo-phone img{\n\n  width:100%;\n\n  display:block;\n\n  transform:translateY(6px);\n}\n  \n\/* =========================\nGALLERY SLIDER\n========================= *\/\n\n.vrc-gallery-slider{\n\n  position:relative;\n\n  margin-top:34px;\n}\n\n.vrc-gallery-track{\n\n  position:relative;\n\n  width:100%;\n\n  min-height:220px;\n}\n\n.vrc-gallery-image{\n\n  position:absolute;\n\n  inset:0;\n\n  width:100%;\n\n  border-radius:24px;\n\n  display:block;\n\n  opacity:0;\n\n  visibility:hidden;\n\n  transform:translateX(30px);\n\n  transition:\n    opacity .45s ease,\n    transform .55s ease;\n\n  box-shadow:\n    0 10px 24px rgba(0,0,0,.10);\n}\n\n.vrc-gallery-image.active{\n\n  opacity:1;\n\n  visibility:visible;\n\n  transform:translateX(0);\n}\n\n.vrc-gallery-dots{\n\n  display:flex;\n\n  justify-content:center;\n\n  gap:10px;\n\n  margin-top:18px;\n}\n\n.vrc-gallery-dot{\n\n  width:10px;\n\n  height:10px;\n\n  border-radius:999px;\n\n  background:#d2d2d2;\n\n  transition:\n    transform .25s ease,\n    background .25s ease;\n}\n\n.vrc-gallery-dot.active{\n\n  background:var(--blue);\n\n  transform:scale(1.2);\n}\n\n  \n\/* SLIDER *\/\n\n.vrc-slider{\n\n  margin-top:64px;\n\n  text-align:center;\n\n  position:relative;\n\n  min-height:460px;\n\n  overflow:hidden;\n\n  padding-bottom:30px;\n}\n\n.vrc-slide{\n  position:absolute;\n  inset:0;\n  opacity:0;\n  visibility:hidden;\n  transform:translateX(40px);\n  transition:opacity .55s ease, transform .65s ease;\n}\n\n.vrc-slide.active{\n  opacity:1;\n  visibility:visible;\n  transform:translateX(0);\n}\n\n.vrc-slide img{\n  width:clamp(62px,10vw,90px);\n  height:clamp(62px,10vw,90px);\n  object-fit:contain;\n  margin-bottom:22px;\n}\n\n.vrc-slide-title{\n  font-size:clamp(20px,5vw,34px);\n  line-height:1.18;\n  font-weight:800;\n  margin-bottom:16px;\n}\n\n.vrc-slide-text{\n  font-size:clamp(14px,3.5vw,18px);\n  line-height:1.7;\n  max-width:520px;\n  margin:auto;\n  color:#444;\n}\n\n\/* SLIDER DOTS *\/\n\n.vrc-slider-dots{\n\n  position:absolute;\n\n  left:50%;\n\n  bottom:48px;\n\n  transform:translateX(-50%);\n\n  display:flex;\n\n  gap:10px;\n}\n\n.vrc-slider-dot{\n\n  width:10px;\n\n  height:10px;\n\n  border-radius:999px;\n\n  background:#d6d6d6;\n\n  transition:\n    transform .25s ease,\n    background .25s ease;\n}\n\n.vrc-slider-dot.active{\n\n  background:var(--blue);\n\n  transform:scale(1.2);\n}\n\n\/* =========================\nFEATURE CARD\n========================= *\/\n\n.vrc-feature-card{\n\n  position:relative;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  gap:14px;\n\n  width:100%;\n\n  min-width:0;\n\n  background:#fff;\n\n  border:1px solid rgba(230,236,245,.95);\n\n  border-radius:22px;\n\n  padding:18px;\n\n  overflow:hidden;\n\n  box-shadow:\n    0 4px 10px rgba(15,23,42,.03),\n    0 1px 2px rgba(15,23,42,.04);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.vrc-feature-card:hover{\n\n  transform:translateY(-2px);\n\n  box-shadow:\n    0 12px 24px rgba(15,23,42,.06);\n}\n\n\/* =========================\nFEATURE TOP\n========================= *\/\n\n.vrc-feature-top{\n\n  display:flex;\n\n  align-items:center;\n\n  gap:14px;\n\n  flex:1;\n\n  min-width:0;\n\n  overflow:hidden;\n}\n\n\/* =========================\nICON BOX\n========================= *\/\n\n.vrc-feature-icon{\n\n  width:48px;\n\n  height:48px;\n\n  border-radius:16px;\n\n  background:#fff;\n\n  border:\n    1px solid rgba(210,228,245,.9);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.9),\n    0 2px 6px rgba(15,23,42,.04);\n}\n\n\/* SVG ICON *\/\n\n.vrc-feature-icon img{\n\n  width:32px;\n\n  height:32px;\n\n  display:block;\n\n  object-fit:contain;\n}\n  \n\/* =========================\nTEXT\n========================= *\/\n\n.vrc-feature-text{\n\n  flex:1;\n\n  min-width:0;\n\n  font-size:15px;\n\n  line-height:1.45;\n\n  font-weight:600;\n\n  color:#24324a;\n\n  letter-spacing:-0.15px;\n\n  word-break:break-word;\n\n  overflow-wrap:anywhere;\n}\n\n\/* =========================\nCHECK\n========================= *\/\n\n.vrc-feature-check{\n\n  width:30px;\n\n  height:30px;\n\n  border-radius:999px;\n\n  background:#fff;\n\n  border:2px solid #12acef;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  color:#12acef;\n\n  font-size:14px;\n\n  font-weight:900;\n\n  box-shadow:\n    0 2px 6px rgba(18,172,239,.10);\n}\n\n\/* =========================\nFEATURE SECTION SPACING\n========================= *\/\n\n.vrc-spec-section{\n\n  margin-top:56px;\n}\n\n.vrc-spec-section:first-child{\n\n  margin-top:0;\n}\n\n.vrc-spec-title{\n\n  font-size:22px;\n\n  font-weight:800;\n\n  letter-spacing:-0.5px;\n\n  margin-bottom:22px;\n\n  margin-top:0;\n\n  color:#111;\n}\n\n.vrc-feature-grid{\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:16px;\n}\n\n\/* =========================\nFEATURES HERO\n========================= *\/\n\n.vrc-spec-hero{\n\n  position:relative;\n\n  overflow:hidden;\n\n  padding-right:clamp(72px,20vw,110px);\n}\n\n.vrc-spec-hero h2{\n\n  font-size:clamp(24px,6.5vw,42px);\n\n  line-height:1.02;\n\n  letter-spacing:-1.4px;\n\n  white-space:nowrap;\n\n  margin-bottom:18px;\n}\n\n.vrc-spec-logo{\n\n  position:absolute;\n\n  top:clamp(18px,4vw,24px);\n\n  right:clamp(18px,4vw,24px);\n\n  width:clamp(50px,14vw,72px);\n\n  height:clamp(50px,14vw,72px);\n\n  object-fit:contain;\n\n  border-radius:clamp(16px,4vw,22px);\n\n  background:#fff;\n\n  padding:0;\n\n  box-shadow:\n    0 6px 18px rgba(15,23,42,.08);\n}\n\n\/* =========================\nBLUE DOWNLOAD BUTTON\n========================= *\/\n\n.vrc-look-btn{\n\n  width:100%;\n\n  border:none;\n\n  border-radius:24px;\n\n  padding:18px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  gap:16px;\n\n  text-decoration:none;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  box-shadow:\n    0 12px 24px rgba(18,172,239,.22),\n    0 4px 10px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.vrc-look-btn:hover{\n\n  transform:translateY(-2px);\n\n  box-shadow:\n    0 16px 30px rgba(18,172,239,.26);\n}\n\n\/* LEFT *\/\n\n.vrc-look-btn-left{\n\n  display:flex;\n\n  align-items:center;\n\n  gap:14px;\n\n  min-width:0;\n}\n\n\/* ICON *\/\n\n.vrc-look-btn-icon{\n\n  width:48px;\n\n  height:48px;\n\n  border-radius:16px;\n\n  background:rgba(255,255,255,.18);\n\n  backdrop-filter:blur(10px);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  color:#fff;\n\n  font-size:22px;\n\n  font-weight:700;\n}\n\n\/* TEXT *\/\n\n.vrc-look-btn-content{\n\n  text-align:left;\n}\n\n.vrc-look-btn-title{\n\n  font-size:16px;\n\n  font-weight:700;\n\n  color:#fff;\n\n  line-height:1.2;\n}\n\n.vrc-look-btn-sub{\n\n  font-size:13px;\n\n  color:rgba(255,255,255,.82);\n\n  margin-top:4px;\n}\n\n\/* ARROW *\/\n\n.vrc-look-btn-arrow{\n\n  font-size:28px;\n\n  color:#fff;\n\n  flex-shrink:0;\n\n  line-height:1;\n}\n \/* =========================\nBLUE DOWNLOAD BUTTON\n========================= *\/\n\n.vrc-look-btn{\n\n  width:100%;\n\n  border:none;\n\n  border-radius:24px;\n\n  padding:18px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  gap:16px;\n\n  text-decoration:none;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  box-shadow:\n    0 12px 24px rgba(18,172,239,.22),\n    0 4px 10px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.vrc-look-btn:hover{\n\n  transform:translateY(-2px);\n\n  box-shadow:\n    0 16px 30px rgba(18,172,239,.26);\n}\n\n\/* LEFT *\/\n\n.vrc-look-btn-left{\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  gap:14px;\n\n  min-width:0;\n\n  width:100%;\n}\n\n\/* ICON *\/\n\n.vrc-look-btn-icon{\n\n  width:48px;\n\n  height:48px;\n\n  border-radius:16px;\n\n  background:rgba(255,255,255,.18);\n\n  backdrop-filter:blur(10px);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  color:#fff;\n\n  font-size:22px;\n\n  font-weight:700;\n}\n\n\/* TEXT *\/\n\n.vrc-look-btn-content{\n\n  text-align:left;\n}\n\n.vrc-look-btn-title{\n\n  font-size:16px;\n\n  font-weight:700;\n\n  color:#fff;\n\n  line-height:1.2;\n}\n\n.vrc-look-btn-sub{\n\n  font-size:13px;\n\n  color:rgba(255,255,255,.82);\n\n  margin-top:4px;\n}\n\n\/* SUPPORT BUTTON *\/\n\n.vrc-support-btn{\n\n  position:relative;\n\n  width:100%;\n\n  min-height:62px;\n\n  border:none;\n\n  border-radius:24px;\n\n  padding:0 24px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  color:#fff;\n\n  font-size:16px;\n\n  font-weight:700;\n\n  letter-spacing:-0.2px;\n\n  margin-top:38px;\n\n  box-shadow:\n    0 14px 30px rgba(18,172,239,.22),\n    0 6px 14px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.vrc-support-btn:active{\n\n  transform:scale(.985);\n}\n\n\n\n.vrc-support-btn::after{\n\n  content:\"›\";\n\n  font-size:30px;\n\n  font-weight:300;\n\n  opacity:.9;\n}\n\n\/* POPUP *\/\n\n.vrc-support-popup{\n\n  position:fixed;\n\n  inset:0;\n\n  background:rgba(0,0,0,.45);\n\n  backdrop-filter:blur(10px);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  z-index:9999999;\n\n  opacity:0;\n\n  visibility:hidden;\n\n  transition:.3s ease;\n}\n\n.vrc-support-popup.active{\n\n  opacity:1;\n\n  visibility:visible;\n}\n\n\/* BOX *\/\n\n.vrc-support-box{\n\n  width:88%;\n\n  max-width:340px;\n\n  background:#fff;\n\n  border-radius:28px;\n\n  padding:28px 22px;\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:14px;\n\n  box-shadow:\n    0 20px 40px rgba(0,0,0,.18);\n}\n\n\/* TITLE *\/\n\n.vrc-support-title{\n\n  font-size:22px;\n\n  font-weight:800;\n\n  text-align:center;\n\n  margin-bottom:4px;\n}\n\n\/* SUBTITLE *\/\n\n.vrc-support-subtitle{\n\n  text-align:center;\n\n  font-size:14px;\n\n  color:#777;\n\n  margin-bottom:10px;\n}\n\n\/* OPTIONS *\/\n\n.vrc-support-option{\n\n  min-height:58px;\n\n  border-radius:20px;\n\n  background:#f5f7fa;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:flex-start;\n\n  gap:14px;\n\n  padding:0 18px;\n\n  text-decoration:none;\n\n  color:#111;\n\n  font-size:15px;\n\n  font-weight:600;\n\n  transition:\n    transform .2s ease,\n    background .2s ease;\n}\n\n.vrc-support-option:active{\n\n  transform:scale(.985);\n}\n\n.vrc-support-option-icon{\n\n  font-size:20px;\n}\n\n.vrc-support-option-icon-svg{\n\n  width:22px;\n\n  height:22px;\n\n  object-fit:contain;\n\n  flex-shrink:0;\n\n  opacity:.9;\n}\n  \n\/* CLOSE BUTTON *\/\n\n.vrc-support-close{\n\n  margin-top:8px;\n\n  min-height:50px;\n\n  border:none;\n\n  border-radius:18px;\n\n  background:#111;\n\n  color:#fff;\n\n  font-size:14px;\n\n  font-weight:700;\n}\n\n.vrc-support-btn,\n.vrc-support-popup,\n.vrc-support-box,\n.vrc-support-title,\n.vrc-support-subtitle,\n.vrc-support-option,\n.vrc-support-close{\n\n  font-family:'Poppins',sans-serif;\n}\n\n\/* WHATSAPP BUTTON *\/\n\n.vrc-whatsapp-btn{\n\n  width:100%;\n\n  min-height:68px;\n\n  margin-top:16px;\n\n  border-radius:24px;\n\n  padding:16px 22px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:flex-start;\n\n  gap:14px;\n\n  text-decoration:none;\n\n  background:\n    linear-gradient(\n      135deg,\n      #25D366 0%,\n      #1ebe5d 100%\n    );\n\n  color:#fff;\n\n  font-size:15px;\n\n  font-weight:700;\n\n  line-height:1.45;\n\n  font-family:'Poppins',sans-serif;\n\n  box-shadow:\n    0 14px 30px rgba(37,211,102,.22),\n    0 6px 14px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.vrc-whatsapp-btn span{\n\n  color:#fff;\n}\n  \n.vrc-whatsapp-btn:active{\n\n  transform:scale(.985);\n}\n\n.vrc-whatsapp-icon{\n\n  width:24px;\n\n  height:24px;\n\n  object-fit:contain;\n\n  flex-shrink:0;\n}\n\n\/* FEATURES + PRESENTATION BUTTONS *\/\n\n.vrc-button{\n\n  font-family:'Poppins',sans-serif;\n}\n\n.vrc-button::after{\n\n  content:\"›\";\n\n  font-size:30px;\n\n  font-weight:300;\n\n  opacity:.9;\n\n  line-height:1;\n}\n\n.vrc-button span{\n\n  display:none;\n}\n\n@media(max-width:360px){\n\n  .vrc-spec-hero{\n\n    padding-right:74px;\n  }\n\n  .vrc-spec-hero h2{\n\n    font-size:22px;\n\n    padding-right:0;\n  }\n\n  .vrc-spec-logo{\n\n    width:52px;\n\n    height:52px;\n\n    top:18px;\n\n    right:18px;\n  }\n}\n\n .vrc-button span{\n\n  display:none;\n}\n\n\/* BACK BUTTON *\/\n\n.vrc-back{\n\n  font-family:'Poppins',sans-serif;\n\n  font-size:15px;\n\n  font-weight:700;\n\n  letter-spacing:-0.2px;\n\n  display:flex;\n\n  align-items:center;\n\n  gap:6px;\n}\n\n.vrc-back::before{\n\n  content:\"‹\";\n\n  font-size:30px;\n\n  font-weight:300;\n\n  line-height:1;\n} \n  \n\u003c\/style\u003e\n\n\n\u003cdiv class=\"vrc-page\"\u003e\n\n  \u003cdiv class=\"vrc-info-wrap\"\u003e\n\n    \u003c!-- SUBSCRIPTION --\u003e\n    \u003cdiv class=\"vrc-subscription-line\"\u003e\n\n      \u003cdiv class=\"vrc-subscription-top\"\u003e\n        \u003cspan class=\"vrc-days-inline\"\u003e30 Days\u003c\/span\u003e\n        \u003cspan class=\"vrc-free-inline\"\u003eFREE SUBSCRIPTION\u003c\/span\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vrc-sub-small\"\u003e\n        Monthly subscription only €8 per vehicle\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vrc-guarantee\"\u003e\n        14-day money-back guarantee\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- DESCRIPTION --\u003e\n    \u003cdiv class=\"vrc-main-description\"\u003e\n      \u003cp\u003e\n        A complete plug-and-play fleet tracking solution with real-time tracking, essential fleet management tools and the option to upgrade to advanced CAN bus vehicle data monitoring.\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n\n    \u003c!-- PACKAGE --\u003e\n    \u003cdiv class=\"vrc-section\"\u003e\n\n      \u003cdiv class=\"vrc-section-title\"\u003e\n        Package Includes\n      \u003c\/div\u003e\n\n      \u003cul class=\"vrc-package-list\"\u003e\n        \u003cli\u003eAdvanced GPS Device\u003c\/li\u003e\n        \u003cli\u003eGlobal SIM card connectivity\u003c\/li\u003e\n        \u003cli\u003eFleet tracking platform\u003c\/li\u003e\n        \u003cli\u003eMobile app\u003c\/li\u003e\n      \u003c\/ul\u003e\n\n    \u003c\/div\u003e\n\n    \u003c!-- BUTTONS --\u003e\n    \u003cdiv class=\"vrc-buttons\"\u003e\n\n      \u003cbutton class=\"vrc-button\" data-open=\"presentationPage\"\u003e\n        Presentation\n        \u003cspan\u003e\u0026gt;\u003c\/span\u003e\n      \u003c\/button\u003e\n\n      \u003cbutton class=\"vrc-button\" data-open=\"specsPage\"\u003e\n        Features\n        \u003cspan\u003e\u0026gt;\u003c\/span\u003e\n      \u003c\/button\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003cdiv class=\"vrc-fullpage\" id=\"presentationPage\"\u003e\n\n  \u003cbutton class=\"vrc-back\" data-close=\"presentationPage\"\u003e\n    Presentation\n  \u003c\/button\u003e\n\n  \u003cdiv class=\"vrc-card\"\u003e\n\n    \u003cdiv class=\"vrc-mini-badge\"\u003e\n      SK130 Expandable Vehicle Tracking\n    \u003c\/div\u003e\n\n    \u003ch2\u003e\n      Expandable\u003cbr\u003eGPS Tracking Solution\n    \u003c\/h2\u003e\n\n    \u003cdiv class=\"vrc-video-wrap\"\u003e\n\n      \u003cvideo class=\"vrc-video\" playsinline preload=\"metadata\" controls\u003e\n        \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/27a2866e626740d6b5a11ad5b751cc36.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vrc-card\"\u003e\n\n      \u003ch3\u003e\n        Monitor all your vehicles via GPRS Platform \u0026amp; App and access:\n      \u003c\/h3\u003e\n\n      \u003cdiv class=\"vrc-list\"\u003e\n\n        \u003cdiv class=\"vrc-list-item\"\u003e\n          • Real-time vehicle location and movement\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vrc-list-item\"\u003e\n          • Trip history and route playback\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vrc-list-item\"\u003e\n          • Ignition on\/off status\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vrc-list-item\"\u003e\n          • CAN bus vehicle data monitoring\n          (\u003ca href=\"https:\/\/skytrackshop.com\/products\/lv-can200-adapter\" target=\"_blank\" style=\"color:#12acef;font-weight:600;text-decoration:none;\"\u003eadapter needed\u003c\/a\u003e, not included in the package)\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vrc-list-item\"\u003e\n          • Driving behaviour analysis, including harsh braking, acceleration and cornering\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vrc-list-item\"\u003e\n          • Driver identification\n          (\u003ca href=\"https:\/\/skytrackshop.com\/products\/btsmp1-standard-bluetooth-sensor?pr_prod_strat=pinned\u0026amp;pr_rec_id=7d45303f5\u0026amp;pr_rec_pid=10295069278555\u0026amp;pr_ref_pid=10333610115419\u0026amp;pr_seq=uniform\" target=\"_blank\" style=\"color:#12acef;font-weight:600;text-decoration:none;\"\u003edriver ID needed\u003c\/a\u003e, not included in the package)\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vrc-list-item\"\u003e\n          • Engine block\n          (\u003ca href=\"https:\/\/skytrackshop.com\/products\/relay-5-pin-12v?pr_prod_strat=pinned\u0026amp;pr_rec_id=7d45303f5\u0026amp;pr_rec_pid=10341185454427\u0026amp;pr_ref_pid=10333610115419\u0026amp;pr_seq=uniform\" target=\"_blank\" style=\"color:#12acef;font-weight:600;text-decoration:none;\"\u003erelay needed\u003c\/a\u003e, not included in the package)\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vrc-list-item\"\u003e\n          • Predictive maintenance\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vrc-list-item\"\u003e\n          • Door open\/close alerts\n          (\u003ca href=\"https:\/\/skytrackshop.com\/products\/btsmp1-standard-bluetooth-sensor?pr_prod_strat=pinned\u0026amp;pr_rec_id=7d45303f5\u0026amp;pr_rec_pid=10295069278555\u0026amp;pr_ref_pid=10333610115419\u0026amp;pr_seq=uniform\" target=\"_blank\" style=\"color:#12acef;font-weight:600;text-decoration:none;\"\u003esensor needed\u003c\/a\u003e, not included in the package)\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vrc-list-item\"\u003e\n          • Speed monitoring and speed alerts\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vrc-list-item\"\u003e\n          • Geofencing alerts for area entry and exit\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vrc-card\"\u003e\n\n      \u003ch3\u003e\n        What you gain\n      \u003c\/h3\u003e\n\n      \u003cdiv class=\"vrc-list\"\u003e\n\n        \u003cdiv class=\"vrc-list-item\"\u003e• Reporting\u003c\/div\u003e\n        \u003cdiv class=\"vrc-list-item\"\u003e• Predictive maintenance\u003c\/div\u003e\n        \u003cdiv class=\"vrc-list-item\"\u003e• Eco score\u003c\/div\u003e\n        \u003cdiv class=\"vrc-list-item\"\u003e• Reduce fuel costs\u003c\/div\u003e\n        \u003cdiv class=\"vrc-list-item\"\u003e• Prevent unauthorized vehicle use\u003c\/div\u003e\n        \u003cdiv class=\"vrc-list-item\"\u003e• Improve driver behaviour\u003c\/div\u003e\n        \u003cdiv class=\"vrc-list-item\"\u003e• Recover stolen vehicles\u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vrc-card\"\u003e\n\n      \u003ch3\u003e\n        Expandable Capabilities\n      \u003c\/h3\u003e\n\n      \u003cp\u003e\n        With an additional\n        \u003ca href=\"https:\/\/skytrackshop.com\/products\/lv-can200-adapter\" target=\"_blank\" style=\"color:#12acef;font-weight:600;text-decoration:none;\"\u003eadapter\u003c\/a\u003e:\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"vrc-list\"\u003e\n\n        \u003cdiv class=\"vrc-list-item\"\u003e\n          • Enable CAN bus vehicle data reading\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vrc-list-item\"\u003e\n          • Access fuel level, mileage, RPM and engine data\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vrc-list-item\"\u003e\n          • Upgrade functionality similar to advanced tracking systems\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vrc-demo-banner\"\u003e\n\n      \u003cdiv class=\"vrc-demo-content\"\u003e\n\n        \u003cdiv class=\"vrc-demo-title\"\u003e\n          GPRS Pro App\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vrc-demo-text\"\u003e\n          Download the app and explore our live demo.\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vrc-demo-buttons\"\u003e\n\n          \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_90_058b20da-b51c-4492-8754-d3c8bacfc923.png?v=1773227213\"\u003e\n          \u003c\/a\u003e\n\n          \u003ca href=\"https:\/\/apps.apple.com\/gr\/app\/gprs-pro\/id6529538115?l=el\" target=\"_blank\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_89_a5f3a240-ce36-45dd-b4a7-eb53ce44b61a.png?v=1773227214\"\u003e\n          \u003c\/a\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vrc-demo-phone\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/expandable-tracking-system-apps.png?v=1773833493\"\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003ca class=\"vrc-look-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/SKYTRACK_-_FLEET_MANAGEMENT.pdf?v=1773392074\" target=\"_blank\"\u003e\n\n      \u003cdiv class=\"vrc-look-btn-left\"\u003e\n\n        \u003cdiv class=\"vrc-look-btn-icon\"\u003e\n          ↓\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"vrc-look-btn-content\"\u003e\n\n          \u003cdiv class=\"vrc-look-btn-title\"\u003e\n            Download Presentation\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"vrc-look-btn-sub\"\u003e\n            View the full Skytrack fleet management brochure\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/a\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vrc-gallery-slider\"\u003e\n\n    \u003cdiv class=\"vrc-gallery-track\"\u003e\n\n      \u003cimg class=\"vrc-gallery-image active\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/expandable-tracking-system-apps.png?v=1773833493\"\u003e\n\n      \u003cimg class=\"vrc-gallery-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/expandable-tracking-system-ideal.png?v=1773833490\"\u003e\n\n      \u003cimg class=\"vrc-gallery-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/expandable-tracking-system-pics.png?v=1773833492\"\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vrc-gallery-dots\"\u003e\n\n      \u003cspan class=\"vrc-gallery-dot active\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"vrc-gallery-dot\"\u003e\u003c\/span\u003e\n      \u003cspan class=\"vrc-gallery-dot\"\u003e\u003c\/span\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003c!-- FEATURES PAGE --\u003e\n\n\n\n\u003cdiv class=\"vrc-fullpage\" id=\"specsPage\"\u003e\n\n  \u003cbutton class=\"vrc-back\" data-close=\"specsPage\"\u003e\n    Features\n  \u003c\/button\u003e\n\n  \u003cdiv class=\"vrc-card vrc-spec-hero\"\u003e\n\n    \u003cimg class=\"vrc-spec-logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/gprs-pro-logo.png?v=1779361703\"\u003e\n\n    \u003ch2\u003eFeatures\u003c\/h2\u003e\n\n    \u003cp\u003e\n      A complete expandable fleet tracking and vehicle monitoring solution.\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vrc-card\"\u003e\n\n    \u003cdiv class=\"vrc-spec-section\"\u003e\n\n      \u003cdiv class=\"vrc-spec-title\"\u003e\n        Monitor all your vehicles via GPRS Platform \u0026amp; App and access:\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vrc-feature-grid\"\u003e\n        \n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n  \u003cdiv class=\"vrc-feature-top\"\u003e\n\n    \u003cdiv class=\"vrc-feature-icon\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/locationsk880.svg?v=1779363689\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vrc-feature-text\"\u003e\n      Real-time vehicle location and movement\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vrc-feature-check\"\u003e\n    ✓\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n  \u003cdiv class=\"vrc-feature-top\"\u003e\n\n    \u003cdiv class=\"vrc-feature-icon\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/routesk880.svg?v=1779363689\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vrc-feature-text\"\u003e\n      Trip history and route playback\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vrc-feature-check\"\u003e\n    ✓\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n  \u003cdiv class=\"vrc-feature-top\"\u003e\n\n    \u003cdiv class=\"vrc-feature-icon\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/routesk880.svg?v=1779363689\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vrc-feature-text\"\u003e\n      Ignition on\/off status\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vrc-feature-check\"\u003e\n    ✓\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n  \u003cdiv class=\"vrc-feature-top\"\u003e\n\n    \u003cdiv class=\"vrc-feature-icon\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/reportssk880.svg?v=1779363689\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vrc-feature-text\"\u003e\n      CAN bus vehicle data monitoring (\u003ca rel=\"noopener\" href=\"https:\/\/skytrackshop.com\/products\/lv-can200-adapter\" target=\"_blank\" style=\"color:#12acef;font-weight:600;text-decoration:none;\"\u003eadapter needed\u003c\/a\u003e, not included to package)\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vrc-feature-check\"\u003e\n    ✓\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n  \u003cdiv class=\"vrc-feature-top\"\u003e\n\n    \u003cdiv class=\"vrc-feature-icon\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/driver-behavior.svg?v=1782212712\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vrc-feature-text\"\u003e\n      Driving behaviour analysis (harsh braking, acceleration, cornering)\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vrc-feature-check\"\u003e\n    ✓\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n  \u003cdiv class=\"vrc-feature-top\"\u003e\n\n    \u003cdiv class=\"vrc-feature-icon\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/app-icon-svg.svg?v=1779690131\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vrc-feature-text\"\u003e\n      Driver identification (\u003ca rel=\"noopener\" href=\"https:\/\/skytrackshop.com\/products\/btsmp1-standard-bluetooth-sensor?pr_prod_strat=pinned\u0026amp;pr_rec_id=7d45303f5\u0026amp;pr_rec_pid=10295069278555\u0026amp;pr_ref_pid=10333610115419\u0026amp;pr_seq=uniform\" target=\"_blank\" style=\"color:#12acef;font-weight:600;text-decoration:none;\"\u003edriver id needed\u003c\/a\u003e, not included in package)\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vrc-feature-check\"\u003e\n    ✓\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n  \u003cdiv class=\"vrc-feature-top\"\u003e\n\n    \u003cdiv class=\"vrc-feature-icon\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/locksk880.svg?v=1779363689\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vrc-feature-text\"\u003e\n      Engine block (\u003ca rel=\"noopener\" href=\"https:\/\/skytrackshop.com\/products\/relay-5-pin-12v?pr_prod_strat=pinned\u0026amp;pr_rec_id=7d45303f5\u0026amp;pr_rec_pid=10341185454427\u0026amp;pr_ref_pid=10333610115419\u0026amp;pr_seq=uniform\" target=\"_blank\" style=\"color:#12acef;font-weight:600;text-decoration:none;\"\u003erelay needed\u003c\/a\u003e, not included in package)\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vrc-feature-check\"\u003e\n    ✓\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n  \u003cdiv class=\"vrc-feature-top\"\u003e\n\n    \u003cdiv class=\"vrc-feature-icon\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/reportssk880.svg?v=1779363689\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vrc-feature-text\"\u003e\n      Predictive maintenance\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vrc-feature-check\"\u003e\n    ✓\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n  \u003cdiv class=\"vrc-feature-top\"\u003e\n\n    \u003cdiv class=\"vrc-feature-icon\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/app-icon-svg.svg?v=1779690131\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vrc-feature-text\"\u003e\n      Door open\/close alerts (\u003ca rel=\"noopener\" href=\"https:\/\/skytrackshop.com\/products\/btsmp1-standard-bluetooth-sensor?pr_prod_strat=pinned\u0026amp;pr_rec_id=7d45303f5\u0026amp;pr_rec_pid=10295069278555\u0026amp;pr_ref_pid=10333610115419\u0026amp;pr_seq=uniform\" target=\"_blank\" style=\"color:#12acef;font-weight:600;text-decoration:none;\"\u003esensor needed\u003c\/a\u003e, not included in package)\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vrc-feature-check\"\u003e\n    ✓\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n  \u003cdiv class=\"vrc-feature-top\"\u003e\n\n    \u003cdiv class=\"vrc-feature-icon\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/reportssk880.svg?v=1779363689\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vrc-feature-text\"\u003e\n      Speed monitoring and speed alerts\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vrc-feature-check\"\u003e\n    ✓\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n  \u003cdiv class=\"vrc-feature-top\"\u003e\n\n    \u003cdiv class=\"vrc-feature-icon\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/geofencesk880.svg?v=1779363689\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vrc-feature-text\"\u003e\n      Geofencing alerts for area entry and exit\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vrc-feature-check\"\u003e\n    ✓\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vrc-spec-section\"\u003e\n\n      \u003cdiv class=\"vrc-spec-title\"\u003e\n        What you gain\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vrc-feature-grid\"\u003e\n        \n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n  \u003cdiv class=\"vrc-feature-top\"\u003e\n\n    \u003cdiv class=\"vrc-feature-icon\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/reportssk880.svg?v=1779363689\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vrc-feature-text\"\u003e\n      Reporting\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vrc-feature-check\"\u003e\n    ✓\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n  \u003cdiv class=\"vrc-feature-top\"\u003e\n\n    \u003cdiv class=\"vrc-feature-icon\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/reportssk880.svg?v=1779363689\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vrc-feature-text\"\u003e\n      Predictive Maintenance\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vrc-feature-check\"\u003e\n    ✓\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n  \u003cdiv class=\"vrc-feature-top\"\u003e\n\n    \u003cdiv class=\"vrc-feature-icon\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/eco-score.svg?v=1782212712\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vrc-feature-text\"\u003e\n      Eco score\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vrc-feature-check\"\u003e\n    ✓\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n  \u003cdiv class=\"vrc-feature-top\"\u003e\n\n    \u003cdiv class=\"vrc-feature-icon\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/fuel-cost-reduction.svg?v=1782212711\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vrc-feature-text\"\u003e\n      Reduce fuel costs\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vrc-feature-check\"\u003e\n    ✓\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n  \u003cdiv class=\"vrc-feature-top\"\u003e\n\n    \u003cdiv class=\"vrc-feature-icon\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/locksk880.svg?v=1779363689\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vrc-feature-text\"\u003e\n      Prevent unauthorized vehicle use\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vrc-feature-check\"\u003e\n    ✓\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n  \u003cdiv class=\"vrc-feature-top\"\u003e\n\n    \u003cdiv class=\"vrc-feature-icon\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/driver-behavior.svg?v=1782212712\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vrc-feature-text\"\u003e\n      Improve driver behaviour\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vrc-feature-check\"\u003e\n    ✓\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n  \u003cdiv class=\"vrc-feature-top\"\u003e\n\n    \u003cdiv class=\"vrc-feature-icon\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/carrecover.svg?v=1779432462\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vrc-feature-text\"\u003e\n      Recover stolen vehicles\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vrc-feature-check\"\u003e\n    ✓\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vrc-spec-section\"\u003e\n\n      \u003cdiv class=\"vrc-spec-title\"\u003e\n        Expandable Capabilities\n      \u003c\/div\u003e\n\n      \u003cp\u003e\n        With additional\n        \u003ca rel=\"noopener\" href=\"https:\/\/skytrackshop.com\/products\/lv-can200-adapter\" target=\"_blank\" style=\"color:#12acef;font-weight:600;text-decoration:none;\"\u003eadapter\u003c\/a\u003e:\n      \u003c\/p\u003e\n\n      \u003cdiv class=\"vrc-feature-grid\"\u003e\n        \n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n  \u003cdiv class=\"vrc-feature-top\"\u003e\n\n    \u003cdiv class=\"vrc-feature-icon\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/reportssk880.svg?v=1779363689\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vrc-feature-text\"\u003e\n      Enable \u003cstrong\u003eCAN bus vehicle data reading\u003c\/strong\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vrc-feature-check\"\u003e\n    ✓\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n  \u003cdiv class=\"vrc-feature-top\"\u003e\n\n    \u003cdiv class=\"vrc-feature-icon\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/reportssk880.svg?v=1779363689\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vrc-feature-text\"\u003e\n      Access fuel level, mileage, RPM and engine data\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vrc-feature-check\"\u003e\n    ✓\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\n  \u003cdiv class=\"vrc-feature-top\"\u003e\n\n    \u003cdiv class=\"vrc-feature-icon\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/caricon.svg?v=1779432385\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"vrc-feature-text\"\u003e\n      Upgrade functionality similar to advanced tracking systems\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"vrc-feature-check\"\u003e\n    ✓\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003cdiv class=\"vrc-mobile-only\"\u003e\n\u003c!-- SLIDER --\u003e\n\n\u003cdiv class=\"vrc-slider\"\u003e\n\n\u003cdiv class=\"vrc-slide active\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0996\/6780\/4537\/files\/132.svg?v=1778228608\"\u003e\n\n\u003cdiv class=\"vrc-slide-title\"\u003e\nDoes the device require installation?\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-slide-text\"\u003e\nInstallation is quick and easy. Install the GPS tracking device in your vehicle with the help of an automotive electrician, then download the app and create an account.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-slide\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0996\/6780\/4537\/files\/3232.svg?v=1778228608\"\u003e\n\n\u003cdiv class=\"vrc-slide-title\"\u003e\nDo I need to buy a SIM card and data?\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-slide-text\"\u003e\nNo, the device includes a built-in SIM chip with no roaming charges, and data is included in the monthly subscription.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-slide\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk880payment.svg?v=1779368896\"\u003e\n\n\u003cdiv class=\"vrc-slide-title\"\u003e\nHow can I pay the monthly subscription?\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-slide-text\"\u003e\n\nYou can pay your monthly subscription using:\n\u003cbr\u003e\u003cbr\u003e\n\n• PayPal\n\u003cbr\u003e\n\n• Credit or debit card\n(Visa, Mastercard, American Express and other major cards)\n\u003cbr\u003e\u003cbr\u003e\n\nAll online payments are processed securely through our payment providers.\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-slider-dots\"\u003e\n\n\u003cspan class=\"vrc-slider-dot active\"\u003e\u003c\/span\u003e\n\u003cspan class=\"vrc-slider-dot\"\u003e\u003c\/span\u003e\n\u003cspan class=\"vrc-slider-dot\"\u003e\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n  \n\u003cbutton class=\"vrc-support-btn mobile-contact-btn\" id=\"openSupportPopup\"\u003e\n\nContact Support\n  \n\u003c\/button\u003e\n\n\u003cdiv class=\"vrc-support-popup\" id=\"supportPopup\"\u003e\n\n\u003cdiv class=\"vrc-support-box\"\u003e\n\n\u003cdiv class=\"vrc-support-title\"\u003e\nContact Support\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-support-subtitle\"\u003e\nChoose your preferred contact method.\n\u003c\/div\u003e\n\n\u003ca href=\"tel:+302310365067\" class=\"vrc-support-option\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/phone.svg\" class=\"vrc-support-option-icon-svg\"\u003e\n\n\u003cspan\u003eCall Support\u003c\/span\u003e\n\n\u003c\/a\u003e\n\n\u003ca href=\"mailto:support@skytrack.gr\" class=\"vrc-support-option\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/mail.svg\" class=\"vrc-support-option-icon-svg\"\u003e\n\n\u003cspan\u003eEmail Support\u003c\/span\u003e\n\n\u003c\/a\u003e\n\n\u003cbutton class=\"vrc-support-close\" id=\"closeSupportPopup\"\u003e\n\nClose\n\n\u003c\/button\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- WHATSAPP BUTTON --\u003e\n\n\u003ca href=\"https:\/\/wa.me\/306945641644\" class=\"vrc-whatsapp-btn mobile-contact-btn\" target=\"_blank\"\u003e\n\n\u003cimg src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/WhatsApp.svg\" class=\"vrc-whatsapp-icon\"\u003e\n\n\u003cspan\u003e\nChat with us on WhatsApp\n\u003c\/span\u003e\n\n\u003c\/a\u003e\n  \n\u003c\/div\u003e\n\n\u003cscript\u003e\n\n\/* SAVE SCROLL *\/\n\nlet vrcScrollPosition = 0;\n\n\/* OPEN *\/\n\ndocument.querySelectorAll('[data-open]').forEach(function(button){\n\nbutton.addEventListener('click',function(){\n\nconst page = document.getElementById(\nbutton.getAttribute('data-open')\n);\n\nvrcScrollPosition = window.scrollY;\n\ndocument.body.style.position = 'fixed';\ndocument.body.style.top = `-${vrcScrollPosition}px`;\n\npage.classList.add('active');\n\n});\n\n});\n\n\/* CLOSE *\/\n\ndocument.querySelectorAll('[data-close]').forEach(function(button){\n\nbutton.addEventListener('click',function(){\n\nconst page = document.getElementById(\nbutton.getAttribute('data-close')\n);\n\npage.classList.remove('active');\n\ndocument.body.style.position = '';\ndocument.body.style.top = '';\n\ndocument.documentElement.style.scrollBehavior = 'auto';\n\nwindow.scrollTo(0, vrcScrollPosition);\n\nsetTimeout(() =\u003e {\n  document.documentElement.style.scrollBehavior = '';\n}, 50);\n\n});\n\n});\n\n\/* SLIDER *\/\n\nconst slides = document.querySelectorAll('.vrc-slide');\nconst dots = document.querySelectorAll('.vrc-slider-dot');\n\nlet currentSlide = 0;\n\nfunction showSlide(index){\n\n  slides.forEach((slide)=\u003e{\n    slide.classList.remove('active');\n  });\n\n  dots.forEach((dot)=\u003e{\n    dot.classList.remove('active');\n  });\n\n  slides[index].classList.add('active');\n\n  dots[index].classList.add('active');\n}\n\n\/* DOT CLICK *\/\n\ndots.forEach((dot,index)=\u003e{\n\n  dot.addEventListener('click',()=\u003e{\n\n    currentSlide = index;\n\n    showSlide(currentSlide);\n\n  });\n\n});\n\n\/* SWIPE *\/\n\nlet startX = 0;\n\nconst slider = document.querySelector('.vrc-slider');\n\nslider.addEventListener('touchstart',(e)=\u003e{\n\n  startX = e.touches[0].clientX;\n\n});\n\nslider.addEventListener('touchend',(e)=\u003e{\n\n  let endX = e.changedTouches[0].clientX;\n\n  let diff = startX - endX;\n\n  if(Math.abs(diff) \u003e 50){\n\n    if(diff \u003e 0){\n\n      currentSlide++;\n\n      if(currentSlide \u003e= slides.length){\n        currentSlide = 0;\n      }\n\n    } else {\n\n      currentSlide--;\n\n      if(currentSlide \u003c 0){\n        currentSlide = slides.length - 1;\n      }\n    }\n\n    showSlide(currentSlide);\n  }\n\n});\n\/* MOBILE VIDEO PLAY *\/\n\ndocument.querySelectorAll('.vrc-video').forEach(video =\u003e {\n\n  video.addEventListener('click', function(){\n\n    if(video.paused){\n\n      video.play();\n\n    } else {\n\n      video.pause();\n\n    }\n\n  });\n\n});\n\n\/* =========================\nGALLERY SLIDER\n========================= *\/\n\nconst galleryImages = document.querySelectorAll('.vrc-gallery-image');\n\nconst galleryDots = document.querySelectorAll('.vrc-gallery-dot');\n\nlet galleryIndex = 0;\n\nfunction showGallerySlide(index){\n\n  galleryImages.forEach((img)=\u003e{\n    img.classList.remove('active');\n  });\n\n  galleryDots.forEach((dot)=\u003e{\n    dot.classList.remove('active');\n  });\n\n  galleryImages[index].classList.add('active');\n\n  galleryDots[index].classList.add('active');\n}\n\n\/* DOT CLICK *\/\n\ngalleryDots.forEach((dot,index)=\u003e{\n\n  dot.addEventListener('click',()=\u003e{\n\n    galleryIndex = index;\n\n    showGallerySlide(galleryIndex);\n\n  });\n\n});\n\n\/* AUTO SLIDE *\/\n\nsetInterval(()=\u003e{\n\n  galleryIndex++;\n\n  if(galleryIndex \u003e= galleryImages.length){\n\n    galleryIndex = 0;\n  }\n\n  showGallerySlide(galleryIndex);\n\n},3500);\n  \n  const supportPopup = document.getElementById('supportPopup');\n\ndocument.getElementById('openSupportPopup').addEventListener('click',()=\u003e{\n\n  supportPopup.classList.add('active');\n\n});\n\ndocument.getElementById('closeSupportPopup').addEventListener('click',()=\u003e{\n\n  supportPopup.classList.remove('active');\n});\n  \n\u003c\/script\u003e","brand":"Vehicle Tracking System","offers":[{"title":"Default Title","offer_id":52631812702555,"sku":"800000000000052","price":86.8,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk130-product-pic.png?v=1776683784"},{"product_id":"sk150","title":"SK150","description":"\u003c!-- =====================================================\nDEVICE SWITCHER\nDESKTOP = SK880 ORIGINAL PAGE\nMOBILE = VRC PREMIUM MOBILE PAGE\n===================================================== --\u003e\n\n\u003cstyle\u003e\n\n\/* =========================\nDEVICE SWITCHER\n========================= *\/\n\n.sk880-desktop-only{\n  display:block;\n}\n\n.vrc-mobile-only{\n  display:none;\n}\n\n\/* MOBILE *\/\n\n@media screen and (max-width:1024px){\n\n  .sk880-desktop-only{\n    display:none !important;\n  }\n\n  .vrc-mobile-only{\n    display:block !important;\n  }\n\n}\n\n\/* DESKTOP *\/\n\n@media screen and (min-width:1025px){\n\n  .sk880-desktop-only{\n    display:block !important;\n  }\n\n  .vrc-mobile-only{\n    display:none !important;\n  }\n\n}\n\n\u003c\/style\u003e\n\n\u003c!-- desktop--\u003e\n\n\u003cdiv class=\"sk880-desktop-only\"\u003e\n\u003c!-- FONT --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n\/* ================= GLOBAL VARIABLES ================= *\/\n:root{\n  --font-main: \"Poppins\", sans-serif;\n\n  \/* Font Sizes *\/\n  --fs-xs: 13px;\n  --fs-sm: 14px;\n  --fs-base: 16px;\n  --fs-md: 18px;\n  --fs-lg: 22px;\n  --fs-xl: 28px;\n\n  \/* Font Weights *\/\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  \/* Spacing *\/\n  --space-xs: 6px;\n  --space-sm: 10px;\n  --space-md: 16px;\n  --space-lg: 24px;\n  --space-xl: 36px;\n  --space-xxl: 48px;\n\n  \/* Colors *\/\n  --text-main: #111;\n  --text-secondary: #555;\n  --bg-soft: #f8f8f8;\n}\n\n\/* ================= GLOBAL STYLES ================= *\/\nhtml{\n  scroll-behavior:smooth;\n}\n\nbody{\n  font-size: var(--fs-base);\n  line-height: 1.7;\n  color: var(--text-main);\n  background: var(--bg-soft);\n  margin:0;\n  padding:0;\n}\n\n\/* ================= WRAPPER ================= *\/\n.product-wrapper{\n  max-width:820px;\n  margin:60px auto;\n  padding:0 18px;\n}\n\n\/* ================= TITLES ================= *\/\n.section-title{\n  font-size: var(--fs-xl);\n  font-weight: var(--fw-bold);\n  letter-spacing: -0.4px;\n  margin-bottom: var(--space-lg);\n}\n\n\/* ================= VIDEO ================= *\/\n.video-container{\n  position:relative;\n  padding-bottom:56.25%;\n  height:0;\n  overflow:hidden;\n  border-radius:16px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.15);\n  background:#000;\n  margin-top: var(--space-md);\n}\n\n.video-container iframe{\n  position:absolute;\n  top:0;\n  left:0;\n  width:100%;\n  height:100%;\n  border:0;\n}\n\n\/* ================= PRODUCT DESCRIPTION ================= *\/\n.product-description{\n  margin-top: var(--space-lg);\n  font-size: var(--fs-base);\n  line-height:1.8;\n  color: var(--text-secondary);\n}\n\n.product-description p{\n  margin-bottom: var(--space-md);\n}\n\n.product-description ul{\n  margin-top: var(--space-sm);\n  margin-bottom: var(--space-md);\n}\n\n\/* ================= APP BUTTONS ================= *\/\n.app-buttons-section{\n  text-align:center;\n  margin: var(--space-xl) 0;\n}\n\n.app-buttons-section h3{\n  font-size: var(--fs-md);\n  font-weight: var(--fw-semibold);\n  margin-bottom: var(--space-md);\n}\n\n.image-buttons{\n  display:flex;\n  justify-content:center;\n  gap:16px;\n  flex-wrap:wrap;\n}\n\n.image-buttons a{\n  display:block;\n  transition:all .3s ease;\n}\n\n.image-buttons img{\n  width:80px;\n  height:80px;\n  object-fit:cover;\n  border-radius:16px;\n  box-shadow:0 5px 15px rgba(0,0,0,0.18);\n}\n\n.image-buttons a:hover img{\n  transform:translateY(-3px) scale(1.05);\n  box-shadow:0 10px 20px rgba(0,0,0,0.28);\n}\n\n\/* ================= PDF BUTTON ================= *\/\n.pdf-download-wrapper{\n  text-align:center;\n  margin-top: var(--space-md);\n}\n\n.pdf-download-btn{\n  display:inline-block;\n  padding:16px 36px;\n  background:#000;\n  color:#fff!important;\n  text-decoration:none;\n  font-size: var(--fs-base);\n  font-weight: var(--fw-semibold);\n  border-radius:10px;\n  letter-spacing:0.2px;\n  transition:all .25s ease;\n}\n\n.pdf-download-btn:hover{\n  background:#222;\n  transform:translateY(-5px) scale(1.04);\n  box-shadow:0 15px 30px rgba(0,0,0,0.35);\n}\n\n\/* ================= SLIDESHOW ================= *\/\n.slideshow-container{\n  position:relative;\n  margin: var(--space-xl) auto var(--space-sm);\n}\n\n.mySlides{\n  display:none;\n}\n\n.mySlides img{\n  width:100%;\n  border-radius:16px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.18);\n}\n\n.dots{\n  text-align:center;\n  margin-top: var(--space-sm);\n}\n\n.dot{\n  height:10px;\n  width:10px;\n  margin:0 4px;\n  background:#bbb;\n  border-radius:50%;\n  display:inline-block;\n  cursor:pointer;\n  transition:transform .25s ease, background .25s ease;\n}\n\n.dot:hover{\n  transform:scale(1.3);\n}\n\n.dot.active{\n  background:#000;\n  transform:scale(1.25);\n}\n\n\/* ================= FAQ ================= *\/\n.qna-section{\n  margin-top: var(--space-xl);\n  background:#fff;\n  border-radius:14px;\n  box-shadow:0 8px 25px rgba(0,0,0,0.06);\n}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\n}\n\n.qna-item:hover{\n  background:#f6f6f6;\n}\n\n.qna-question{\n  width:100%;\n  text-align:left;\n  background:transparent;\n  border:none;\n  font-size: var(--fs-md);\n  font-weight: var(--fw-semibold);\n  padding:18px 14px;\n  cursor:pointer;\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n}\n\n.qna-icon{\n  font-size:20px;\n  color:#777;\n  transition: transform .35s cubic-bezier(.4,0,.2,1), color .25s ease;\n}\n\n.qna-question.active .qna-icon{\n  transform:rotate(45deg);\n  color:#000;\n}\n\n.qna-question:hover .qna-icon{\n  color:#000;\n}\n\n.qna-answer{\n  display: grid;\n  grid-template-rows: 0fr;\n  opacity: 0;\n  transition: grid-template-rows 0.4s ease, opacity 0.3s ease;\n  font-size: var(--fs-sm);\n  line-height:1.75;\n  color: var(--text-secondary);\n}\n\n.qna-answer-inner{\n  overflow: hidden;\n  padding: 0 10px;\n  transition: padding 0.3s ease;\n}\n\n.qna-question.active + .qna-answer{\n  grid-template-rows: 1fr;\n  opacity: 1;\n}\n\n.qna-question.active + .qna-answer .qna-answer-inner{\n  padding: 10px 10px 22px 10px;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top:10px;\n}\n\n.qna-answer li{\n  margin-bottom:6px;\n}\n\n\n\n\/* ================= DESKTOP CONTACT BUTTONS UNDER Q\u0026A ================= *\/\n.desktop-contact-actions{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-top:30px;\n  margin-bottom:10px;\n}\n\n.desktop-support-btn,\n.desktop-whatsapp-btn{\n  width:100%;\n  height:88px;\n  min-height:88px;\n  border:none;\n  border-radius:24px;\n  padding:18px 22px;\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  text-decoration:none;\n  font-family:'Poppins',sans-serif;\n  font-size:16px;\n  font-weight:700;\n  line-height:1.25;\n  box-shadow:\n    0 12px 24px rgba(0,0,0,.12),\n    0 4px 10px rgba(0,0,0,.08);\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n  overflow:hidden;\n  cursor:pointer;\n}\n\n.desktop-support-btn:hover,\n.desktop-whatsapp-btn:hover{\n  transform:translateY(-2px);\n}\n\n.desktop-support-btn{\n  background:linear-gradient(135deg,#111 0%,#222 100%);\n  color:#fff;\n}\n\n.desktop-whatsapp-btn{\n  background:linear-gradient(135deg,#25D366 0%,#1ebe5d 100%);\n  color:#fff;\n  gap:14px;\n}\n\n.desktop-whatsapp-icon{\n  width:24px;\n  height:24px;\n  object-fit:contain;\n  flex-shrink:0;\n}\n\n.desktop-whatsapp-btn span{\n  flex:1;\n  text-align:left;\n  line-height:1.25;\n  color:#fff;\n}\n\n.desktop-support-btn::after,\n.desktop-whatsapp-btn::after{\n  content:\"›\";\n  font-size:28px;\n  font-weight:300;\n  color:#fff;\n  flex-shrink:0;\n  line-height:1;\n}\n\n.desktop-support-popup{\n  position:fixed;\n  inset:0;\n  background:rgba(0,0,0,.45);\n  backdrop-filter:blur(10px);\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  z-index:9999999;\n  opacity:0;\n  visibility:hidden;\n  transition:.3s ease;\n}\n\n.desktop-support-popup.active{\n  opacity:1;\n  visibility:visible;\n}\n\n.desktop-support-box{\n  width:88%;\n  max-width:340px;\n  background:#fff;\n  border-radius:28px;\n  padding:28px 22px;\n  display:flex;\n  flex-direction:column;\n  gap:14px;\n  box-shadow:0 20px 40px rgba(0,0,0,.18);\n  font-family:'Poppins',sans-serif;\n}\n\n.desktop-support-title{\n  font-size:22px;\n  font-weight:800;\n  text-align:center;\n  margin-bottom:4px;\n}\n\n.desktop-support-subtitle{\n  text-align:center;\n  font-size:14px;\n  color:#777;\n  margin-bottom:10px;\n}\n\n.desktop-support-option{\n  min-height:58px;\n  border-radius:20px;\n  background:#f5f7fa;\n  display:flex;\n  align-items:center;\n  justify-content:flex-start;\n  gap:14px;\n  padding:0 18px;\n  text-decoration:none;\n  color:#111;\n  font-size:15px;\n  font-weight:600;\n}\n\n.desktop-support-option-icon-svg{\n  width:22px;\n  height:22px;\n  object-fit:contain;\n  flex-shrink:0;\n  opacity:.9;\n}\n\n.desktop-support-close{\n  margin-top:8px;\n  min-height:50px;\n  border:none;\n  border-radius:18px;\n  background:#111;\n  color:#fff;\n  font-size:14px;\n  font-weight:700;\n  cursor:pointer;\n  font-family:'Poppins',sans-serif;\n}\n\n@media screen and (max-width:1024px){\n  .desktop-contact-actions,\n  .desktop-support-popup{\n    display:none !important;\n  }\n}\n\n@media screen and (min-width:1025px){\n  .mobile-contact-btn{\n    display:none !important;\n  }\n}\n\n\/* Hide demo button by default *\/\n#demoButton {\n  display: none;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrapper\"\u003e\n\u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n\n  \u003cdiv class=\"video-container\"\u003e\n    \u003ciframe src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/9f769aefcbdd46bc80d94c84643cb04e.mp4\"\u003e\u003c\/iframe\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"product-description\"\u003e\n\n    \u003cp\u003e\u003cstrong\u003eA complete plug-and-play fleet and vehicle tracking solution that combines a powerful advanced tracking device with the GPRS Pro platform and mobile app.\u003c\/strong\u003e\u003c\/p\u003e\n\n    \u003cp\u003eStay connected with your vehicles at all times with a compact, professional \u003cstrong\u003etracking device\u003c\/strong\u003e designed for fast installation, advanced vehicle data monitoring, and reliable performance. The intuitive \u003cstrong\u003esoftware\u003c\/strong\u003e allows you to manage your fleet and access critical real-time information from your phone, tablet, or computer.\u003c\/p\u003e\n\n    \u003cp\u003e\u003cstrong\u003eThe package includes:\u003c\/strong\u003e\u003c\/p\u003e\n\n    \u003cp\u003e\n      ✔ Advanced GPS device\u003cbr\u003e\n      ✔ Global SIM card connectivity\u003cbr\u003e\n      ✔ Fleet tracking platform\u003cbr\u003e\n      ✔ Mobile app\n    \u003c\/p\u003e\n\n    \u003cp\u003e\u003cstrong\u003eTrack all your vehicles through the GPRS platform and app and get access to:\u003c\/strong\u003e\u003c\/p\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eReal-time vehicle location and movement\u003c\/li\u003e\n      \u003cli\u003eRoute history and route playback\u003c\/li\u003e\n      \u003cli\u003eIgnition on\/off status\u003c\/li\u003e\n      \u003cli\u003eCAN bus vehicle data monitoring — vehicle compatibility required\u003c\/li\u003e\n      \u003cli\u003eDriving behavior analysis — harsh braking, acceleration, cornering\u003c\/li\u003e\n      \u003cli\u003eDriver identification — driver ID required, not included in the package\u003c\/li\u003e\n      \u003cli\u003eEngine immobilization — relay required, not included in the package\u003c\/li\u003e\n      \u003cli\u003ePredictive maintenance\u003c\/li\u003e\n      \u003cli\u003eDoor open\/close alerts — sensor required, not included in the package\u003c\/li\u003e\n      \u003cli\u003eSpeed monitoring and speed alerts\u003c\/li\u003e\n      \u003cli\u003eGeofence alerts for entering and exiting areas\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n    \u003cp\u003e\u003cstrong\u003eWhat you gain\u003c\/strong\u003e\u003c\/p\u003e\n\n    \u003cul\u003e\n      \u003cli\u003eFuel level monitoring\u003c\/li\u003e\n      \u003cli\u003eEngine RPM\u003c\/li\u003e\n      \u003cli\u003eVehicle mileage\u003c\/li\u003e\n      \u003cli\u003eEngine temperature\u003c\/li\u003e\n      \u003cli\u003eAccelerator pedal position\u003c\/li\u003e\n      \u003cli\u003eBattery voltage and vehicle diagnostics\u003c\/li\u003e\n      \u003cli\u003eReports\u003c\/li\u003e\n      \u003cli\u003ePredictive maintenance\u003c\/li\u003e\n      \u003cli\u003eEco score\u003c\/li\u003e\n      \u003cli\u003eFuel cost reduction\u003c\/li\u003e\n      \u003cli\u003ePrevention of unauthorized vehicle use\u003c\/li\u003e\n      \u003cli\u003eImproved driver behavior\u003c\/li\u003e\n      \u003cli\u003eStolen vehicle recovery\u003c\/li\u003e\n    \u003c\/ul\u003e\n\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"app-buttons-section\"\u003e\n    \u003ch3\u003eDownload the GPRS Pro app to explore our demo:\u003c\/h3\u003e\n    \u003cdiv class=\"image-buttons\"\u003e\n      \u003ca href=\"https:\/\/apps.apple.com\/gr\/app\/gprs-pro\/id6529538115?l=el\" target=\"_blank\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_89_a5f3a240-ce36-45dd-b4a7-eb53ce44b61a.png?v=1773227214\"\u003e\n      \u003c\/a\u003e\n\n      \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_90_058b20da-b51c-4492-8754-d3c8bacfc923.png?v=1773227213\"\u003e\n      \u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pdf-download-wrapper\" id=\"demoButton\"\u003e\n    \u003ca class=\"pdf-download-btn\" href=\"https:\/\/gprs.gr\/demo.php\" target=\"_blank\"\u003e\n      Explore the GPRS Platform\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"pdf-download-wrapper\"\u003e\n    \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/SKYTRACK_-_FLEET_MANAGEMENT.pdf?v=1773392074\" download=\"\" class=\"pdf-download-btn\" target=\"_blank\"\u003e\n      Download the Skytrack Fleet Management Presentation\n    \u003c\/a\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"slideshow-container\"\u003e\n    \u003cdiv class=\"mySlides\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/advanced-tracking-system-app.png?v=1773747202\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mySlides\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/advanced-tracking-system-ideal.png?v=1773755566\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"mySlides\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/advanced-tracking-system-vehicle-specs.png?v=1773747202?v=1773666979\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"dots\"\u003e\n    \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n    \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"qna-section\"\u003e\n\n    \u003cdiv class=\"qna-item\"\u003e\n      \u003cbutton class=\"qna-question\" type=\"button\"\u003e\n        Which vehicles is the SK150: Advanced Tracking compatible with?\n        \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv class=\"qna-answer\"\u003e\n        \u003cdiv class=\"qna-answer-inner\"\u003e\n          \u003cp\u003eThe SK150: Advanced Tracking is compatible with most vehicles equipped with CAN bus systems.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qna-item\"\u003e\n      \u003cbutton class=\"qna-question\" type=\"button\"\u003e\n        Does the device require installation?\n        \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv class=\"qna-answer\"\u003e\n        \u003cdiv class=\"qna-answer-inner\"\u003e\n          \u003cp\u003eThe Advanced Tracking device requires installation by a qualified automotive electrician or professional installer to ensure proper connection to the vehicle’s electrical systems and CAN bus systems. Installation service is not included in the package and must be arranged separately.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qna-item\"\u003e\n      \u003cbutton class=\"qna-question\" type=\"button\"\u003e\n        Does the system include connectivity?\n        \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv class=\"qna-answer\"\u003e\n        \u003cdiv class=\"qna-answer-inner\"\u003e\n          \u003cp\u003eYes, the device includes a built-in SIM card with global connectivity.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"qna-item\"\u003e\n      \u003cbutton class=\"qna-question\" type=\"button\"\u003e\n        How can I pay the monthly subscription?\n        \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e\n      \u003c\/button\u003e\n      \u003cdiv class=\"qna-answer\"\u003e\n        \u003cdiv class=\"qna-answer-inner\"\u003e\n          \u003cp\u003eYou can pay your monthly subscription using:\u003c\/p\u003e\n          \u003cul\u003e\n            \u003cli\u003e\u003cstrong\u003ePayPal\u003c\/strong\u003e\u003c\/li\u003e\n            \u003cli\u003e\n\u003cstrong\u003eCredit or debit card\u003c\/strong\u003e — Visa, Mastercard, American Express, and other major cards\u003c\/li\u003e\n          \u003c\/ul\u003e\n          \u003cp\u003eAll online payments are processed securely through our payment providers. When paying by card, you will be redirected to a secure payment page to complete the transaction.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c!-- DESKTOP CONTACT BUTTONS UNDER Q\u0026A --\u003e\n\u003cdiv class=\"desktop-contact-actions\"\u003e\n\n  \u003cbutton class=\"desktop-support-btn\" type=\"button\" id=\"desktopSupportBtn\"\u003e\n    Contact Support\n  \u003c\/button\u003e\n\n  \u003ca class=\"desktop-whatsapp-btn\" href=\"https:\/\/wa.me\/306945641644\" target=\"_blank\"\u003e\n    \u003cimg class=\"desktop-whatsapp-icon\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/WhatsApp.svg\" alt=\"WhatsApp\"\u003e\n    \u003cspan\u003eChat with us on WhatsApp\u003c\/span\u003e\n  \u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- DESKTOP SUPPORT POPUP --\u003e\n\u003cdiv class=\"desktop-support-popup\" id=\"desktopSupportPopup\"\u003e\n\n  \u003cdiv class=\"desktop-support-box\"\u003e\n\n    \u003cdiv class=\"desktop-support-title\"\u003e\n      Contact Support\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"desktop-support-subtitle\"\u003e\n      Choose your preferred contact method.\n    \u003c\/div\u003e\n\n    \u003ca href=\"tel:+302310365067\" class=\"desktop-support-option\"\u003e\n      \u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/phone.svg\" class=\"desktop-support-option-icon-svg\" alt=\"Phone\"\u003e\n      \u003cspan\u003eCall Support\u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003ca href=\"mailto:support@skytrack.gr\" class=\"desktop-support-option\"\u003e\n      \u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/mail.svg\" class=\"desktop-support-option-icon-svg\" alt=\"Email\"\u003e\n      \u003cspan\u003eEmail Support\u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003cbutton class=\"desktop-support-close\" type=\"button\" id=\"desktopSupportClose\"\u003e\n      Close\n    \u003c\/button\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n\ndocument.addEventListener(\"DOMContentLoaded\",function(){\n\nlet slideIndex = 0;\nlet slideTimer;\n\nshowSlides();\n\nfunction showSlides() {\n  let slides = document.getElementsByClassName(\"mySlides\");\n  let dots = document.getElementsByClassName(\"dot\");\n\n  for (let i = 0; i \u003c slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n\n  slideIndex++;\n\n  if (slideIndex \u003e slides.length) {\n    slideIndex = 1;\n  }\n\n  for (let i = 0; i \u003c dots.length; i++) {\n    dots[i].classList.remove(\"active\");\n  }\n\n  slides[slideIndex - 1].style.display = \"block\";\n  dots[slideIndex - 1].classList.add(\"active\");\n\n  slideTimer = setTimeout(showSlides, 2500);\n}\n\n\/\/ ✅ FIXED DOT CLICK\ndocument.querySelectorAll(\".dot\").forEach((dot, i) =\u003e {\n  dot.onclick = function () {\n    clearTimeout(slideTimer); \/\/ reset timer cleanly\n    slideIndex = i;           \/\/ correct index\n    showSlides();             \/\/ restart slideshow\n  };\n});\n\ndocument.querySelectorAll(\".qna-question\").forEach(btn =\u003e {\n  btn.addEventListener(\"click\", function () {\n\n    const isActive = this.classList.contains(\"active\");\n\n    document.querySelectorAll(\".qna-question\").forEach(q =\u003e {\n      q.classList.remove(\"active\");\n    });\n\n    if (!isActive) {\n      this.classList.add(\"active\");\n    }\n\n  });\n});\n\n\n\n\/\/ ===== DESKTOP SUPPORT POPUP =====\nconst desktopSupportBtn = document.getElementById(\"desktopSupportBtn\");\nconst desktopSupportPopup = document.getElementById(\"desktopSupportPopup\");\nconst desktopSupportClose = document.getElementById(\"desktopSupportClose\");\n\nif (desktopSupportBtn \u0026\u0026 desktopSupportPopup) {\n  desktopSupportBtn.addEventListener(\"click\", function () {\n    desktopSupportPopup.classList.add(\"active\");\n  });\n}\n\nif (desktopSupportClose \u0026\u0026 desktopSupportPopup) {\n  desktopSupportClose.addEventListener(\"click\", function () {\n    desktopSupportPopup.classList.remove(\"active\");\n  });\n}\n\nif (desktopSupportPopup) {\n  desktopSupportPopup.addEventListener(\"click\", function (e) {\n    if (e.target === desktopSupportPopup) {\n      desktopSupportPopup.classList.remove(\"active\");\n    }\n  });\n}\n\n\/\/ ===== SHOW DEMO BUTTON ONLY ON DESKTOP =====\n    var ua = navigator.userAgent || navigator.vendor || window.opera;\n\n    \/\/ mobile detection\n    var isMobile = \/android|iphone|ipad|ipod|iemobile|opera mini\/i.test(ua);\n\n    \/\/ touch detection (tablets \/ hybrid devices)\n    var isTouch = ('ontouchstart' in window) || (navigator.maxTouchPoints \u003e 0);\n\n    var demoButton = document.getElementById(\"demoButton\");\n\n    \/\/ show ONLY on real desktop (non-mobile + non-touch)\n    if (!isMobile \u0026\u0026 !isTouch) {\n      if (demoButton) demoButton.style.display = \"block\";\n    }\n});\n\n\u003c\/script\u003e\n\u003c\/div\u003e\n\n\u003c!-- =====================================================\nMOBILE VERSION\nVRC PREMIUM MOBILE UI\n===================================================== --\u003e\n\n\u003cdiv class=\"vrc-mobile-only\"\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n\n:root{\n  --bg:#f5f5f3;\n  --text:#111;\n  --blue:#12acef;\n  --muted:#777;\n}\n\n*{\n  box-sizing:border-box;\n}\n\nbody{\n  margin:0;\n\n  background:\n    linear-gradient(\n      180deg,\n      #f7f9fc 0%,\n      #f1f4f8 100%\n    );\n\n  font-family:'Poppins',sans-serif;\n\n  color:var(--text);\n\n  overflow-x:hidden;\n}\n\n\/* MAIN WRAPPER *\/\n\n.vrc-page{\n  width:100%;\n  max-width:100vw;\n  margin:auto;\n  padding:clamp(18px,4vw,32px) clamp(18px,5vw,34px) 70px;\n}\n\n\/* INFO *\/\n\n.vrc-info-wrap{\n  margin-top:24px;\n}\n\n\/* SUBSCRIPTION *\/\n\n.vrc-subscription-line{\n\n  padding-bottom:22px;\n\n  border-bottom:2px solid #111;\n\n  margin-bottom:22px;\n}\n\n\n\n.vrc-subscription-top{\n  display:flex;\n  align-items:center;\n  gap:10px;\n  flex-wrap:wrap;\n}\n\n.vrc-days-inline{\n  font-size:clamp(30px,8vw,54px);\n  font-weight:300;\n  color:var(--blue);\n  line-height:1;\n}\n\n.vrc-free-inline{\n  font-size:clamp(22px,6vw,40px);\n  font-weight:800;\n  color:var(--blue);\n  line-height:1;\n}\n\n.vrc-sub-small{\n  margin-top:8px;\n  font-size:13px;\n  font-weight:500;\n  line-height:1.45;\n}\n\n\/* GUARANTEE *\/\n\n.vrc-guarantee{\n\n  margin-top:0;\n\n  margin-bottom:0;\n\n  font-size:clamp(18px,4.5vw,28px);\n\n  font-weight:800;\n\n  line-height:1.25;\n}\n\n\n\/* =========================\nPACKAGE LIST\n========================= *\/\n\n.vrc-package-list{\n\n  list-style:none;\n\n  margin:0;\n\n  padding:0 0 0 4px;\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:14px;\n}\n\n.vrc-package-list li{\n\n  position:relative;\n\n  padding-left:30px;\n\n  font-size:15px;\n\n  line-height:1.7;\n\n  font-weight:500;\n\n  color:#3f3f3f;\n}\n\n.vrc-package-list li::before{\n\n  content:\"✓\";\n\n  position:absolute;\n\n  left:0;\n\n  top:1px;\n\n  color:var(--blue);\n\n  font-size:16px;\n\n  font-weight:800;\n}\n  \n\/* ICON GRID *\/\n\n.vrc-icons-grid{\n  margin-top:clamp(34px,6vw,54px);\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n  gap:clamp(38px,8vw,62px) clamp(24px,6vw,42px);\n  align-items:start;\n}\n\n.vrc-icon-card{\n  text-align:center;\n}\n\n.vrc-icon-card img{\n  width:clamp(48px,8vw,72px);\n  height:clamp(48px,8vw,72px);\n  object-fit:contain;\n  margin-bottom:16px;\n}\n\n.vrc-icon-label{\n  font-size:clamp(11px,2.8vw,14px);\n  line-height:1.55;\n  color:#777;\n  font-weight:500;\n  max-width:140px;\n  margin:auto;\n}\n\n\/* BUTTONS *\/\n\n.vrc-buttons{\n  display:flex;\n  flex-direction:column;\n  gap:28px;\n  margin:68px 0 0;\n}\n\n.vrc-button{\n  position:relative;\n\n  width:100%;\n\n  min-height:64px;\n\n  border:none !important;\n\n  border-radius:999px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  color:#fff;\n\n  font-size:17px;\n\n  font-weight:600;\n\n  padding:0 26px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  overflow:hidden;\n\n  cursor:pointer;\n\n  isolation:isolate;\n\n  box-shadow:\n    0 10px 18px rgba(18,172,239,.18),\n    0 4px 10px rgba(0,0,0,.08);\n\n  transition:\n    transform .28s cubic-bezier(.16,1,.3,1),\n    box-shadow .28s cubic-bezier(.16,1,.3,1),\n    background .28s ease;\n}\n\n.vrc-button span{\n  font-size:34px;\n  line-height:1;\n}\n\n.vrc-fullpage{\n  position:fixed;\n  inset:0;\n  width:100vw;\n  height:100dvh;\n  z-index:999999;\n  background:linear-gradient(180deg,#f7f9fc 0%,#f1f4f8 100%);\n  backdrop-filter:blur(22px) saturate(140%);\n  overflow-y:auto;\n  padding:clamp(24px,4vw,40px) clamp(22px,5vw,44px) 120px;\n  transform:translate3d(100%,0,0);\n  opacity:0;\n  visibility:hidden;\n  pointer-events:none;\n  transition:transform .7s cubic-bezier(.16,1,.3,1), opacity .45s ease;\n}\n\n.vrc-fullpage.active{\n  transform:translate3d(0,0,0);\n  opacity:1;\n  visibility:visible;\n  pointer-events:auto;\n}\n\n.vrc-back{\n  display:flex;\n  align-items:center;\n  gap:10px;\n  width:max-content;\n  margin:0 0 34px;\n  padding:0;\n  border:none;\n  background:none;\n  font-size:15px;\n  font-weight:700;\n  color:#111;\n}\n\n.vrc-card{\n  background:rgba(255,255,255,.52);\n  backdrop-filter:blur(26px);\n  border:1px solid rgba(255,255,255,.68);\n  border-radius:34px;\n  padding:28px 24px;\n  margin-bottom:20px;\n}\n\n.vrc-fullpage h2{\n  font-size:clamp(34px,8vw,54px);\n  line-height:1.05;\n  font-weight:800;\n  margin:0 0 22px;\n}\n\n.vrc-fullpage h3{\n  font-size:clamp(22px,5vw,34px);\n  line-height:1.15;\n  font-weight:800;\n  margin:0 0 18px;\n}\n\n.vrc-fullpage p{\n  font-size:clamp(15px,3.7vw,18px);\n  line-height:1.8;\n  color:#2b2b2b;\n}\n\n.vrc-image{\n  width:100%;\n  display:block;\n  margin:34px 0;\n  border-radius:28px;\n}\n\n.vrc-phone-image{\n  width:86%;\n  display:block;\n  margin:32px auto;\n}\n\n.vrc-store-buttons{\n  display:flex;\n  justify-content:center;\n  gap:12px;\n  margin:24px 0 40px;\n}\n\n.vrc-store-buttons img{\n  height:34px;\n}\n\n\/* =========================\nSECTIONS\n========================= *\/\n\n.vrc-section{\n  margin-top:38px;\n}\n\n.vrc-section:first-child{\n  margin-top:0;\n}\n\n.vrc-section-title{\n\n  font-size:clamp(18px,4.5vw,26px);\n\n  font-weight:800;\n\n  margin-bottom:18px;\n\n  letter-spacing:-0.4px;\n\n  padding-left:0;\n}\n  \n.vrc-section-text{\n  font-size:clamp(14px,3.5vw,17px);\n  line-height:1.65;\n  font-weight:500;\n}\n\n\/* =========================\nHERO DESCRIPTION\n========================= *\/\n\n.vrc-hero-card{\n\n  position:relative;\n\n  padding:4px 0 0 14px;\n\n  margin-bottom:-4px;\n}\n\n.vrc-mini-badge{\n\n  display:inline-flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  min-height:32px;\n\n  padding:0 14px;\n\n  border-radius:999px;\n\n  background:\n    rgba(18,172,239,.10);\n\n  color:var(--blue);\n\n  font-size:11px;\n\n  font-weight:700;\n\n  letter-spacing:.8px;\n\n  margin-bottom:14px;\n}\n\n.vrc-main-title{\n\n  font-size:clamp(34px,9vw,58px);\n\n  line-height:.95;\n\n  font-weight:800;\n\n  letter-spacing:-2px;\n\n  margin:0 0 18px;\n\n  color:#111;\n\n  max-width:320px;\n}\n\n.vrc-main-description{\n\n  max-width:540px;\n}\n\n.vrc-main-description p{\n\n  font-size:clamp(15px,4vw,18px);\n\n  line-height:1.72;\n\n  color:#4d4d4d;\n\n  margin:0 0 14px;\n\n  font-weight:500;\n\n  letter-spacing:-0.1px;\n}\n\n.vrc-main-description p:last-child{\n  margin-bottom:0;\n}\n\n\/* =========================\nPRESENTATION PAGE\n========================= *\/\n\n.vrc-video-wrap{\n\n  margin:30px 0;\n}\n\n.vrc-video{\n\n  width:100%;\n\n  border-radius:28px;\n\n  display:block;\n\n  background:#000;\n\n  box-shadow:\n    0 12px 30px rgba(0,0,0,.14);\n}\n\n.vrc-list{\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:14px;\n\n  margin-top:20px;\n}\n\n.vrc-list-item{\n\n  font-size:15px;\n\n  line-height:1.7;\n\n  color:#444;\n\n  font-weight:500;\n}\n\n.vrc-presentation-buttons{\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:16px;\n\n  margin:30px 0;\n}\n\n.vrc-download-btn{\n\n  min-height:58px;\n\n  border-radius:999px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #111 0%,\n      #222 100%\n    );\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  text-align:center;\n\n  padding:0 22px;\n\n  text-decoration:none;\n\n  color:#fff;\n\n  font-size:15px;\n\n  font-weight:700;\n\n  box-shadow:\n    0 10px 24px rgba(0,0,0,.12);\n}\n\n\/* =========================\nDEMO BANNER\n========================= *\/\n\n.vrc-demo-banner{\n\n  position:relative;\n\n  overflow:hidden;\n\n  border-radius:34px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #ffffff 0%,\n      #f5f8fc 100%\n    );\n\n  padding:26px 24px;\n\n  margin:26px 0;\n\n  box-shadow:\n    0 12px 30px rgba(0,0,0,.08);\n}\n\n.vrc-demo-content{\n\n  position:relative;\n\n  z-index:2;\n\n  width:58%;\n\n  padding-right:8px;\n}\n\n.vrc-demo-title{\n\n  font-size:28px;\n\n  line-height:1.05;\n\n  font-weight:800;\n\n  color:#111;\n\n  margin-bottom:14px;\n\n  letter-spacing:-1px;\n}\n\n.vrc-demo-text{\n\n  font-size:14px;\n\n  line-height:1.6;\n\n  color:#555;\n\n  margin-bottom:22px;\n\n  font-weight:500;\n}\n\n.vrc-demo-buttons{\n\n  display:flex;\n\n  align-items:center;\n\n  gap:10px;\n\n  flex-wrap:nowrap;\n}\n\n.vrc-demo-buttons img{\n\n  height:38px;\n\n  width:auto;\n\n  display:block;\n}\n\n.vrc-demo-phone{\n\n  position:absolute;\n\n  right:-6px;\n\n  bottom:0;\n\n  width:40%;\n\n  display:flex;\n\n  align-items:flex-end;\n\n  justify-content:flex-end;\n}\n\n.vrc-demo-phone img{\n\n  width:100%;\n\n  display:block;\n\n  transform:translateY(6px);\n}\n  \n\/* =========================\nGALLERY SLIDER\n========================= *\/\n\n.vrc-gallery-slider{\n\n  position:relative;\n\n  margin-top:34px;\n}\n\n.vrc-gallery-track{\n\n  position:relative;\n\n  width:100%;\n\n  min-height:220px;\n}\n\n.vrc-gallery-image{\n\n  position:absolute;\n\n  inset:0;\n\n  width:100%;\n\n  border-radius:24px;\n\n  display:block;\n\n  opacity:0;\n\n  visibility:hidden;\n\n  transform:translateX(30px);\n\n  transition:\n    opacity .45s ease,\n    transform .55s ease;\n\n  box-shadow:\n    0 10px 24px rgba(0,0,0,.10);\n}\n\n.vrc-gallery-image.active{\n\n  opacity:1;\n\n  visibility:visible;\n\n  transform:translateX(0);\n}\n\n.vrc-gallery-dots{\n\n  display:flex;\n\n  justify-content:center;\n\n  gap:10px;\n\n  margin-top:18px;\n}\n\n.vrc-gallery-dot{\n\n  width:10px;\n\n  height:10px;\n\n  border-radius:999px;\n\n  background:#d2d2d2;\n\n  transition:\n    transform .25s ease,\n    background .25s ease;\n}\n\n.vrc-gallery-dot.active{\n\n  background:var(--blue);\n\n  transform:scale(1.2);\n}\n\n  \n\/* SLIDER *\/\n\n.vrc-slider{\n\n  margin-top:64px;\n\n  text-align:center;\n\n  position:relative;\n\n  min-height:460px;\n\n  overflow:hidden;\n\n  padding-bottom:30px;\n}\n\n.vrc-slide{\n  position:absolute;\n  inset:0;\n  opacity:0;\n  visibility:hidden;\n  transform:translateX(40px);\n  transition:opacity .55s ease, transform .65s ease;\n}\n\n.vrc-slide.active{\n  opacity:1;\n  visibility:visible;\n  transform:translateX(0);\n}\n\n.vrc-slide img{\n  width:clamp(62px,10vw,90px);\n  height:clamp(62px,10vw,90px);\n  object-fit:contain;\n  margin-bottom:22px;\n}\n\n.vrc-slide-title{\n  font-size:clamp(20px,5vw,34px);\n  line-height:1.18;\n  font-weight:800;\n  margin-bottom:16px;\n}\n\n.vrc-slide-text{\n  font-size:clamp(14px,3.5vw,18px);\n  line-height:1.7;\n  max-width:520px;\n  margin:auto;\n  color:#444;\n}\n\n\/* SLIDER DOTS *\/\n\n.vrc-slider-dots{\n\n  position:absolute;\n\n  left:50%;\n\n  bottom:48px;\n\n  transform:translateX(-50%);\n\n  display:flex;\n\n  gap:10px;\n}\n\n.vrc-slider-dot{\n\n  width:10px;\n\n  height:10px;\n\n  border-radius:999px;\n\n  background:#d6d6d6;\n\n  transition:\n    transform .25s ease,\n    background .25s ease;\n}\n\n.vrc-slider-dot.active{\n\n  background:var(--blue);\n\n  transform:scale(1.2);\n}\n\n\/* =========================\nFEATURE CARD\n========================= *\/\n\n.vrc-feature-card{\n\n  position:relative;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  gap:14px;\n\n  width:100%;\n\n  min-width:0;\n\n  background:#fff;\n\n  border:1px solid rgba(230,236,245,.95);\n\n  border-radius:22px;\n\n  padding:18px;\n\n  overflow:hidden;\n\n  box-shadow:\n    0 4px 10px rgba(15,23,42,.03),\n    0 1px 2px rgba(15,23,42,.04);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.vrc-feature-card:hover{\n\n  transform:translateY(-2px);\n\n  box-shadow:\n    0 12px 24px rgba(15,23,42,.06);\n}\n\n\/* =========================\nFEATURE TOP\n========================= *\/\n\n.vrc-feature-top{\n\n  display:flex;\n\n  align-items:center;\n\n  gap:14px;\n\n  flex:1;\n\n  min-width:0;\n\n  overflow:hidden;\n}\n\n\/* =========================\nICON BOX\n========================= *\/\n\n.vrc-feature-icon{\n\n  width:48px;\n\n  height:48px;\n\n  border-radius:16px;\n\n  background:#fff;\n\n  border:\n    1px solid rgba(210,228,245,.9);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.9),\n    0 2px 6px rgba(15,23,42,.04);\n}\n\n\/* SVG ICON *\/\n\n.vrc-feature-icon img{\n\n  width:32px;\n\n  height:32px;\n\n  display:block;\n\n  object-fit:contain;\n}\n  \n\/* =========================\nTEXT\n========================= *\/\n\n.vrc-feature-text{\n\n  flex:1;\n\n  min-width:0;\n\n  font-size:15px;\n\n  line-height:1.45;\n\n  font-weight:600;\n\n  color:#24324a;\n\n  letter-spacing:-0.15px;\n\n  word-break:break-word;\n\n  overflow-wrap:anywhere;\n}\n\n\/* =========================\nCHECK\n========================= *\/\n\n.vrc-feature-check{\n\n  width:30px;\n\n  height:30px;\n\n  border-radius:999px;\n\n  background:#fff;\n\n  border:2px solid #12acef;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  color:#12acef;\n\n  font-size:14px;\n\n  font-weight:900;\n\n  box-shadow:\n    0 2px 6px rgba(18,172,239,.10);\n}\n\n\/* =========================\nFEATURE SECTION SPACING\n========================= *\/\n\n.vrc-spec-section{\n\n  margin-top:56px;\n}\n\n.vrc-spec-section:first-child{\n\n  margin-top:0;\n}\n\n.vrc-spec-title{\n\n  font-size:22px;\n\n  font-weight:800;\n\n  letter-spacing:-0.5px;\n\n  margin-bottom:22px;\n\n  margin-top:0;\n\n  color:#111;\n}\n\n.vrc-feature-grid{\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:16px;\n}\n\n\/* =========================\nFEATURES HERO\n========================= *\/\n\n.vrc-spec-hero{\n\n  position:relative;\n\n  overflow:hidden;\n\n  padding-right:clamp(72px,20vw,110px);\n}\n\n.vrc-spec-hero h2{\n\n  font-size:clamp(24px,6.5vw,42px);\n\n  line-height:1.02;\n\n  letter-spacing:-1.4px;\n\n  white-space:nowrap;\n\n  margin-bottom:18px;\n}\n\n.vrc-spec-logo{\n\n  position:absolute;\n\n  top:clamp(18px,4vw,24px);\n\n  right:clamp(18px,4vw,24px);\n\n  width:clamp(50px,14vw,72px);\n\n  height:clamp(50px,14vw,72px);\n\n  object-fit:contain;\n\n  border-radius:clamp(16px,4vw,22px);\n\n  background:#fff;\n\n  padding:0;\n\n  box-shadow:\n    0 6px 18px rgba(15,23,42,.08);\n}\n\n\/* =========================\nBLUE DOWNLOAD BUTTON\n========================= *\/\n\n.vrc-look-btn{\n\n  width:100%;\n\n  border:none;\n\n  border-radius:24px;\n\n  padding:18px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  gap:16px;\n\n  text-decoration:none;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  box-shadow:\n    0 12px 24px rgba(18,172,239,.22),\n    0 4px 10px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.vrc-look-btn:hover{\n\n  transform:translateY(-2px);\n\n  box-shadow:\n    0 16px 30px rgba(18,172,239,.26);\n}\n\n\/* LEFT *\/\n\n.vrc-look-btn-left{\n\n  display:flex;\n\n  align-items:center;\n\n  gap:14px;\n\n  min-width:0;\n}\n\n\/* ICON *\/\n\n.vrc-look-btn-icon{\n\n  width:48px;\n\n  height:48px;\n\n  border-radius:16px;\n\n  background:rgba(255,255,255,.18);\n\n  backdrop-filter:blur(10px);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  color:#fff;\n\n  font-size:22px;\n\n  font-weight:700;\n}\n\n\/* TEXT *\/\n\n.vrc-look-btn-content{\n\n  text-align:left;\n}\n\n.vrc-look-btn-title{\n\n  font-size:16px;\n\n  font-weight:700;\n\n  color:#fff;\n\n  line-height:1.2;\n}\n\n.vrc-look-btn-sub{\n\n  font-size:13px;\n\n  color:rgba(255,255,255,.82);\n\n  margin-top:4px;\n}\n\n\/* ARROW *\/\n\n.vrc-look-btn-arrow{\n\n  font-size:28px;\n\n  color:#fff;\n\n  flex-shrink:0;\n\n  line-height:1;\n}\n \/* =========================\nBLUE DOWNLOAD BUTTON\n========================= *\/\n\n.vrc-look-btn{\n\n  width:100%;\n\n  border:none;\n\n  border-radius:24px;\n\n  padding:18px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  gap:16px;\n\n  text-decoration:none;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  box-shadow:\n    0 12px 24px rgba(18,172,239,.22),\n    0 4px 10px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.vrc-look-btn:hover{\n\n  transform:translateY(-2px);\n\n  box-shadow:\n    0 16px 30px rgba(18,172,239,.26);\n}\n\n\/* LEFT *\/\n\n.vrc-look-btn-left{\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  gap:14px;\n\n  min-width:0;\n\n  width:100%;\n}\n\n\/* ICON *\/\n\n.vrc-look-btn-icon{\n\n  width:48px;\n\n  height:48px;\n\n  border-radius:16px;\n\n  background:rgba(255,255,255,.18);\n\n  backdrop-filter:blur(10px);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  color:#fff;\n\n  font-size:22px;\n\n  font-weight:700;\n}\n\n\/* TEXT *\/\n\n.vrc-look-btn-content{\n\n  text-align:left;\n}\n\n.vrc-look-btn-title{\n\n  font-size:16px;\n\n  font-weight:700;\n\n  color:#fff;\n\n  line-height:1.2;\n}\n\n.vrc-look-btn-sub{\n\n  font-size:13px;\n\n  color:rgba(255,255,255,.82);\n\n  margin-top:4px;\n}\n\n\/* SUPPORT BUTTON *\/\n\n.vrc-support-btn{\n\n  position:relative;\n\n  width:100%;\n\n  min-height:62px;\n\n  border:none;\n\n  border-radius:24px;\n\n  padding:0 24px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  color:#fff;\n\n  font-size:16px;\n\n  font-weight:700;\n\n  letter-spacing:-0.2px;\n\n  margin-top:38px;\n\n  box-shadow:\n    0 14px 30px rgba(18,172,239,.22),\n    0 6px 14px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.vrc-support-btn:active{\n\n  transform:scale(.985);\n}\n\n\n\n.vrc-support-btn::after{\n\n  content:\"›\";\n\n  font-size:30px;\n\n  font-weight:300;\n\n  opacity:.9;\n}\n\n\/* POPUP *\/\n\n.vrc-support-popup{\n\n  position:fixed;\n\n  inset:0;\n\n  background:rgba(0,0,0,.45);\n\n  backdrop-filter:blur(10px);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  z-index:9999999;\n\n  opacity:0;\n\n  visibility:hidden;\n\n  transition:.3s ease;\n}\n\n.vrc-support-popup.active{\n\n  opacity:1;\n\n  visibility:visible;\n}\n\n\/* BOX *\/\n\n.vrc-support-box{\n\n  width:88%;\n\n  max-width:340px;\n\n  background:#fff;\n\n  border-radius:28px;\n\n  padding:28px 22px;\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:14px;\n\n  box-shadow:\n    0 20px 40px rgba(0,0,0,.18);\n}\n\n\/* TITLE *\/\n\n.vrc-support-title{\n\n  font-size:22px;\n\n  font-weight:800;\n\n  text-align:center;\n\n  margin-bottom:4px;\n}\n\n\/* SUBTITLE *\/\n\n.vrc-support-subtitle{\n\n  text-align:center;\n\n  font-size:14px;\n\n  color:#777;\n\n  margin-bottom:10px;\n}\n\n\/* OPTIONS *\/\n\n.vrc-support-option{\n\n  min-height:58px;\n\n  border-radius:20px;\n\n  background:#f5f7fa;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:flex-start;\n\n  gap:14px;\n\n  padding:0 18px;\n\n  text-decoration:none;\n\n  color:#111;\n\n  font-size:15px;\n\n  font-weight:600;\n\n  transition:\n    transform .2s ease,\n    background .2s ease;\n}\n\n.vrc-support-option:active{\n\n  transform:scale(.985);\n}\n\n.vrc-support-option-icon{\n\n  font-size:20px;\n}\n\n.vrc-support-option-icon-svg{\n\n  width:22px;\n\n  height:22px;\n\n  object-fit:contain;\n\n  flex-shrink:0;\n\n  opacity:.9;\n}\n  \n\/* CLOSE BUTTON *\/\n\n.vrc-support-close{\n\n  margin-top:8px;\n\n  min-height:50px;\n\n  border:none;\n\n  border-radius:18px;\n\n  background:#111;\n\n  color:#fff;\n\n  font-size:14px;\n\n  font-weight:700;\n}\n\n.vrc-support-btn,\n.vrc-support-popup,\n.vrc-support-box,\n.vrc-support-title,\n.vrc-support-subtitle,\n.vrc-support-option,\n.vrc-support-close{\n\n  font-family:'Poppins',sans-serif;\n}\n\n\/* WHATSAPP BUTTON *\/\n\n.vrc-whatsapp-btn{\n\n  width:100%;\n\n  min-height:68px;\n\n  margin-top:16px;\n\n  border-radius:24px;\n\n  padding:16px 22px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:flex-start;\n\n  gap:14px;\n\n  text-decoration:none;\n\n  background:\n    linear-gradient(\n      135deg,\n      #25D366 0%,\n      #1ebe5d 100%\n    );\n\n  color:#fff;\n\n  font-size:15px;\n\n  font-weight:700;\n\n  line-height:1.45;\n\n  font-family:'Poppins',sans-serif;\n\n  box-shadow:\n    0 14px 30px rgba(37,211,102,.22),\n    0 6px 14px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.vrc-whatsapp-btn span{\n\n  color:#fff;\n}\n  \n.vrc-whatsapp-btn:active{\n\n  transform:scale(.985);\n}\n\n.vrc-whatsapp-icon{\n\n  width:24px;\n\n  height:24px;\n\n  object-fit:contain;\n\n  flex-shrink:0;\n}\n\n\/* FEATURES + PRESENTATION BUTTONS *\/\n\n.vrc-button{\n\n  font-family:'Poppins',sans-serif;\n}\n\n.vrc-button::after{\n\n  content:\"›\";\n\n  font-size:30px;\n\n  font-weight:300;\n\n  opacity:.9;\n\n  line-height:1;\n}\n\n.vrc-button span{\n\n  display:none;\n}\n\n@media(max-width:360px){\n\n  .vrc-spec-hero{\n\n    padding-right:74px;\n  }\n\n  .vrc-spec-hero h2{\n\n    font-size:22px;\n\n    padding-right:0;\n  }\n\n  .vrc-spec-logo{\n\n    width:52px;\n\n    height:52px;\n\n    top:18px;\n\n    right:18px;\n  }\n}\n\n .vrc-button span{\n\n  display:none;\n}\n\n\/* BACK BUTTON *\/\n\n.vrc-back{\n\n  font-family:'Poppins',sans-serif;\n\n  font-size:15px;\n\n  font-weight:700;\n\n  letter-spacing:-0.2px;\n\n  display:flex;\n\n  align-items:center;\n\n  gap:6px;\n}\n\n.vrc-back::before{\n\n  content:\"‹\";\n\n  font-size:30px;\n\n  font-weight:300;\n\n  line-height:1;\n} \n  \n\u003c\/style\u003e\n\n\u003cdiv class=\"vrc-page\"\u003e\n\n\u003cdiv class=\"vrc-info-wrap\"\u003e\n\n\u003c!-- SUBSCRIPTION --\u003e\n\n\u003cdiv class=\"vrc-subscription-line\"\u003e\n\n\u003cdiv class=\"vrc-subscription-top\"\u003e\n\n\u003cspan class=\"vrc-days-inline\"\u003e\n30 Days\n\u003c\/span\u003e\n\n\u003cspan class=\"vrc-free-inline\"\u003e\nFREE SUBSCRIPTION\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-sub-small\"\u003e\nMonthly subscription only €8 per vehicle\n\u003c\/div\u003e\n\n\u003c!-- GUARANTEE --\u003e\n\n\u003cdiv class=\"vrc-guarantee\"\u003e\n14-day money-back guarantee\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n  \n\u003c!-- DESCRIPTION --\u003e\n\n\u003cdiv class=\"vrc-main-description\"\u003e\n\u003cp\u003e\nStay connected with your vehicles using advanced real-time GPS tracking, CAN bus data monitoring, and the GPRS Pro platform and mobile app.\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c!-- PACKAGE --\u003e\n\n\u003cdiv class=\"vrc-section\"\u003e\n\n\u003cdiv class=\"vrc-section-title\"\u003e\nThe Package Includes\n\u003c\/div\u003e\n\n\u003cul class=\"vrc-package-list\"\u003e\n\n\u003cli\u003eAdvanced GPS device\u003c\/li\u003e\n\u003cli\u003eGlobal SIM card connectivity\u003c\/li\u003e\n\u003cli\u003eFleet tracking platform\u003c\/li\u003e\n\u003cli\u003eMobile app\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- BUTTONS --\u003e\n\n\u003cdiv class=\"vrc-buttons\"\u003e\n\n\u003cbutton class=\"vrc-button\" data-open=\"presentationPage\"\u003e\nPresentation\n\u003cspan\u003e\u0026gt;\u003c\/span\u003e\n\u003c\/button\u003e\n\n\u003cbutton class=\"vrc-button\" data-open=\"specsPage\"\u003e\nFeatures\n\u003cspan\u003e\u0026gt;\u003c\/span\u003e\n\u003c\/button\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- MAIN MOBILE FAQ SLIDER: intentionally outside Presentation and Features overlays --\u003e\n\n\u003cdiv class=\"vrc-slider\"\u003e\n\n\u003cdiv class=\"vrc-slide active\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0996\/6780\/4537\/files\/132.svg?v=1778228608\"\u003e\n\n\u003cdiv class=\"vrc-slide-title\"\u003e\nDoes the device require installation?\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-slide-text\"\u003e\nThe Advanced Tracking device requires installation by a qualified automotive electrician or professional installer to ensure proper connection to the vehicle’s electrical systems and CAN bus systems. Installation service is not included in the package and must be arranged separately.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-slide\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0996\/6780\/4537\/files\/3232.svg?v=1778228608\"\u003e\n\n\u003cdiv class=\"vrc-slide-title\"\u003e\nDoes the system include connectivity?\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-slide-text\"\u003e\nYes, the device includes a built-in SIM card with global connectivity.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-slide\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk880payment.svg?v=1779368896\"\u003e\n\n\u003cdiv class=\"vrc-slide-title\"\u003e\nHow can I pay the monthly subscription?\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-slide-text\"\u003e\nYou can pay using PayPal or a credit or debit card, including Visa, Mastercard, American Express, and other major cards.\n\u003cbr\u003e\u003cbr\u003e\nAll online payments are processed securely through our payment providers.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-slider-dots\"\u003e\n\n\u003cspan class=\"vrc-slider-dot active\"\u003e\u003c\/span\u003e\n\u003cspan class=\"vrc-slider-dot\"\u003e\u003c\/span\u003e\n\u003cspan class=\"vrc-slider-dot\"\u003e\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- MAIN MOBILE CONTACT ACTIONS: intentionally outside Presentation and Features overlays --\u003e\n\n\u003cbutton class=\"vrc-support-btn mobile-contact-btn\" id=\"openSupportPopup\"\u003e\nContact Support\n\u003c\/button\u003e\n\n\u003cdiv class=\"vrc-support-popup\" id=\"supportPopup\"\u003e\n\n\u003cdiv class=\"vrc-support-box\"\u003e\n\n\u003cdiv class=\"vrc-support-title\"\u003e\nContact Support\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-support-subtitle\"\u003e\nChoose your preferred contact method.\n\u003c\/div\u003e\n\n\u003ca href=\"tel:+302310365067\" class=\"vrc-support-option\"\u003e\n\u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/phone.svg\" class=\"vrc-support-option-icon-svg\"\u003e\n\u003cspan\u003eCall Support\u003c\/span\u003e\n\u003c\/a\u003e\n\n\u003ca href=\"mailto:support@skytrack.gr\" class=\"vrc-support-option\"\u003e\n\u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/mail.svg\" class=\"vrc-support-option-icon-svg\"\u003e\n\u003cspan\u003eEmail Support\u003c\/span\u003e\n\u003c\/a\u003e\n\n\u003cbutton class=\"vrc-support-close\" id=\"closeSupportPopup\"\u003e\nClose\n\u003c\/button\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003ca href=\"https:\/\/wa.me\/306945641644\" class=\"vrc-whatsapp-btn mobile-contact-btn\" target=\"_blank\"\u003e\n\n\u003cimg src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/WhatsApp.svg\" class=\"vrc-whatsapp-icon\"\u003e\n\n\u003cspan\u003e\nChat with us on WhatsApp\n\u003c\/span\u003e\n\n\u003c\/a\u003e\n\n\u003cdiv class=\"vrc-fullpage\" id=\"presentationPage\"\u003e\n\n\u003cbutton class=\"vrc-back\" data-close=\"presentationPage\"\u003e\nPresentation\n\u003c\/button\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003cdiv class=\"vrc-card\"\u003e\n\n\u003cdiv class=\"vrc-mini-badge\"\u003e\nSK150 Advanced Vehicle Tracking\n\u003c\/div\u003e\n\n\u003ch2\u003e\nComplete\u003cbr\u003eAdvanced Tracking Solution\n\u003c\/h2\u003e\n\n\u003c!-- VIDEO --\u003e\n\n\u003cdiv class=\"vrc-video-wrap\"\u003e\n\n\u003cvideo class=\"vrc-video\" playsinline preload=\"metadata\" controls\u003e\n\u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/9f769aefcbdd46bc80d94c84643cb04e.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- TRACKING FEATURES --\u003e\n\n\u003cdiv class=\"vrc-card\"\u003e\n\n\u003ch3\u003e\nTrack all your vehicles through the GPRS platform and app\n\u003c\/h3\u003e\n\n\u003cdiv class=\"vrc-list\"\u003e\n\n\u003cdiv class=\"vrc-list-item\"\u003e• Real-time vehicle location and movement\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Route history and route playback\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Ignition on\/off status\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• CAN bus vehicle data monitoring — vehicle compatibility required\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Driving behavior analysis — harsh braking, acceleration, and cornering\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Driver identification — driver ID required, not included in the package\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Engine immobilization — relay required, not included in the package\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Predictive maintenance\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Door open\/close alerts — sensor required, not included in the package\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Speed monitoring and speed alerts\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Geofence alerts for entering and exiting areas\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- BENEFITS --\u003e\n\n\u003cdiv class=\"vrc-card\"\u003e\n\n\u003ch3\u003e\nWhat you gain\n\u003c\/h3\u003e\n\n\u003cdiv class=\"vrc-list\"\u003e\n\n\u003cdiv class=\"vrc-list-item\"\u003e• Fuel level monitoring\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Engine RPM\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Vehicle mileage\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Engine temperature\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Accelerator pedal position\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Battery voltage and vehicle diagnostics\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Reports\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Predictive maintenance\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Eco score\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Fuel cost reduction\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Prevention of unauthorized vehicle use\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Improved driver behavior\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Stolen vehicle recovery\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- APPS --\u003e\n\n\u003cdiv class=\"vrc-demo-banner\"\u003e\n\n\u003cdiv class=\"vrc-demo-content\"\u003e\n\n\u003cdiv class=\"vrc-demo-title\"\u003e\nGPRS Pro App\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-demo-text\"\u003e\nDownload the app and explore our live demo.\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-demo-buttons\"\u003e\n\n\u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_90_058b20da-b51c-4492-8754-d3c8bacfc923.png?v=1773227213\"\u003e\n\u003c\/a\u003e\n\n\u003ca href=\"https:\/\/apps.apple.com\/gr\/app\/gprs-pro\/id6529538115?l=el\" target=\"_blank\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_89_a5f3a240-ce36-45dd-b4a7-eb53ce44b61a.png?v=1773227214\"\u003e\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-demo-phone\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk920demo.png?v=1779432119\"\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- PRESENTATION BUTTON --\u003e\n\n\u003ca class=\"vrc-look-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/SKYTRACK_-_FLEET_MANAGEMENT.pdf?v=1773392074\" target=\"_blank\"\u003e\n\n\u003cdiv class=\"vrc-look-btn-left\"\u003e\n\n\u003cdiv class=\"vrc-look-btn-icon\"\u003e\n↓\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-look-btn-content\"\u003e\n\n\u003cdiv class=\"vrc-look-btn-title\"\u003e\nDownload Presentation\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-look-btn-sub\"\u003e\nView the full Skytrack fleet management brochure\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- GALLERY --\u003e\n\n\u003cdiv class=\"vrc-gallery-slider\"\u003e\n\n\u003cdiv class=\"vrc-gallery-track\"\u003e\n\n\u003cimg class=\"vrc-gallery-image active\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/advanced-tracking-system-app.png?v=1773747202\"\u003e\n\n\u003cimg class=\"vrc-gallery-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/advanced-tracking-system-ideal.png?v=1773755566\"\u003e\n\n\u003cimg class=\"vrc-gallery-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/advanced-tracking-system-vehicle-specs.png?v=1773747202?v=1773666979\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-gallery-dots\"\u003e\n\n\u003cspan class=\"vrc-gallery-dot active\"\u003e\u003c\/span\u003e\n\u003cspan class=\"vrc-gallery-dot\"\u003e\u003c\/span\u003e\n\u003cspan class=\"vrc-gallery-dot\"\u003e\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- FEATURES PAGE --\u003e\n\n\u003cdiv class=\"vrc-fullpage\" id=\"specsPage\"\u003e\n\n\u003cbutton class=\"vrc-back\" data-close=\"specsPage\"\u003e\nFeatures\n\u003c\/button\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003cdiv class=\"vrc-card vrc-spec-hero\"\u003e\n\n\u003cimg class=\"vrc-spec-logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/gprs-pro-logo.png?v=1779361703\"\u003e\n\n\u003ch2\u003eFeatures\u003c\/h2\u003e\n\n\u003cp\u003e\nAdvanced GPS tracking, CAN bus insights, and fleet management tools in one solution.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- MAIN FEATURES CARD --\u003e\n\n\u003cdiv class=\"vrc-card\"\u003e\n\n\u003cdiv class=\"vrc-spec-section\"\u003e\n\n\u003cdiv class=\"vrc-spec-title\"\u003e\nGeneral Features\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-grid\"\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/caricon.svg?v=1779432385\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003e\nAdvanced GPS tracking device\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sim-chip-icon-svg.svg?v=1779690130\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003e\nGlobal SIM card connectivity\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/app-icon-svg.svg?v=1779690131\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003e\nGPRS Pro mobile app\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/can-data.svg?v=1782212712\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003e\nCAN bus vehicle data monitoring\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-spec-section\"\u003e\n\n\u003cdiv class=\"vrc-spec-title\"\u003e\nVehicle Data \u0026amp; Benefits\n\u003c\/div\u003e\n\n\u003cdiv class=\"vrc-feature-grid\"\u003e\n\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/fuel-monitoring.svg?v=1782212712\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003e\nFuel level monitoring\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/engine-rpm.svg?v=1782212713\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003e\nEngine RPM\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/vehicle-mileage.svg?v=1782212966\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003e\nVehicle mileage\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/engine-temperature.svg?v=1782212711\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003e\nEngine temperature\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/pedal-position.svg?v=1782212712\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003e\nAccelerator pedal position\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/battery-voltage.svg?v=1782212712\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003e\nBattery voltage and vehicle diagnostics\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/reportssk880.svg?v=1779363689\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003e\nReports and analytics\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/eco-score.svg?v=1782212712\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003e\nEco score\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/fuel-cost-reduction.svg?v=1782212711\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003e\nFuel cost reduction\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/locksk880.svg?v=1779363689\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003e\nPrevention of unauthorized vehicle use\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/driver-behavior.svg?v=1782212712\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003e\nImproved driver behavior\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/carrecover.svg?v=1779432462\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003e\nStolen vehicle recovery\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\n\u003cscript\u003e\n\n\/* SAVE SCROLL *\/\n\nlet vrcScrollPosition = 0;\n\n\/* OPEN *\/\n\ndocument.querySelectorAll('[data-open]').forEach(function(button){\n\nbutton.addEventListener('click',function(){\n\nconst page = document.getElementById(\nbutton.getAttribute('data-open')\n);\n\nvrcScrollPosition = window.scrollY;\n\ndocument.body.style.position = 'fixed';\ndocument.body.style.top = `-${vrcScrollPosition}px`;\n\npage.classList.add('active');\n\n});\n\n});\n\n\/* CLOSE *\/\n\ndocument.querySelectorAll('[data-close]').forEach(function(button){\n\nbutton.addEventListener('click',function(){\n\nconst page = document.getElementById(\nbutton.getAttribute('data-close')\n);\n\npage.classList.remove('active');\n\ndocument.body.style.position = '';\ndocument.body.style.top = '';\n\ndocument.documentElement.style.scrollBehavior = 'auto';\n\nwindow.scrollTo(0, vrcScrollPosition);\n\nsetTimeout(() =\u003e {\n  document.documentElement.style.scrollBehavior = '';\n}, 50);\n\n});\n\n});\n\n\/* SLIDER *\/\n\nconst slides = document.querySelectorAll('.vrc-slide');\nconst dots = document.querySelectorAll('.vrc-slider-dot');\n\nlet currentSlide = 0;\n\nfunction showSlide(index){\n\n  slides.forEach((slide)=\u003e{\n    slide.classList.remove('active');\n  });\n\n  dots.forEach((dot)=\u003e{\n    dot.classList.remove('active');\n  });\n\n  slides[index].classList.add('active');\n\n  dots[index].classList.add('active');\n}\n\n\/* DOT CLICK *\/\n\ndots.forEach((dot,index)=\u003e{\n\n  dot.addEventListener('click',()=\u003e{\n\n    currentSlide = index;\n\n    showSlide(currentSlide);\n\n  });\n\n});\n\n\/* SWIPE *\/\n\nlet startX = 0;\n\nconst slider = document.querySelector('.vrc-slider');\n\nslider.addEventListener('touchstart',(e)=\u003e{\n\n  startX = e.touches[0].clientX;\n\n});\n\nslider.addEventListener('touchend',(e)=\u003e{\n\n  let endX = e.changedTouches[0].clientX;\n\n  let diff = startX - endX;\n\n  if(Math.abs(diff) \u003e 50){\n\n    if(diff \u003e 0){\n\n      currentSlide++;\n\n      if(currentSlide \u003e= slides.length){\n        currentSlide = 0;\n      }\n\n    } else {\n\n      currentSlide--;\n\n      if(currentSlide \u003c 0){\n        currentSlide = slides.length - 1;\n      }\n    }\n\n    showSlide(currentSlide);\n  }\n\n});\n\/* MOBILE VIDEO PLAY *\/\n\ndocument.querySelectorAll('.vrc-video').forEach(video =\u003e {\n\n  video.addEventListener('click', function(){\n\n    if(video.paused){\n\n      video.play();\n\n    } else {\n\n      video.pause();\n\n    }\n\n  });\n\n});\n\n\/* =========================\nGALLERY SLIDER\n========================= *\/\n\nconst galleryImages = document.querySelectorAll('.vrc-gallery-image');\n\nconst galleryDots = document.querySelectorAll('.vrc-gallery-dot');\n\nlet galleryIndex = 0;\n\nfunction showGallerySlide(index){\n\n  galleryImages.forEach((img)=\u003e{\n    img.classList.remove('active');\n  });\n\n  galleryDots.forEach((dot)=\u003e{\n    dot.classList.remove('active');\n  });\n\n  galleryImages[index].classList.add('active');\n\n  galleryDots[index].classList.add('active');\n}\n\n\/* DOT CLICK *\/\n\ngalleryDots.forEach((dot,index)=\u003e{\n\n  dot.addEventListener('click',()=\u003e{\n\n    galleryIndex = index;\n\n    showGallerySlide(galleryIndex);\n\n  });\n\n});\n\n\/* AUTO SLIDE *\/\n\nsetInterval(()=\u003e{\n\n  galleryIndex++;\n\n  if(galleryIndex \u003e= galleryImages.length){\n\n    galleryIndex = 0;\n  }\n\n  showGallerySlide(galleryIndex);\n\n},3500);\n  \n  const supportPopup = document.getElementById('supportPopup');\n\ndocument.getElementById('openSupportPopup').addEventListener('click',()=\u003e{\n\n  supportPopup.classList.add('active');\n\n});\n\ndocument.getElementById('closeSupportPopup').addEventListener('click',()=\u003e{\n\n  supportPopup.classList.remove('active');\n});\n  \n\u003c\/script\u003e","brand":"Advanced Vehicle Tracking System","offers":[{"title":"Default Title","offer_id":52608891650395,"sku":"800000000000054","price":129.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk150-product-pic.png?v=1776683693"},{"product_id":"sk650-professional-tracking","title":"SK650: Professional Tracking","description":"\u003c!-- FONT --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n\/* ================= GLOBAL VARIABLES ================= *\/\n:root{\n  --font-main: \"Poppins\", sans-serif;\n\n  \/* Font Sizes *\/\n  --fs-xs: 13px;\n  --fs-sm: 14px;\n  --fs-base: 16px;\n  --fs-md: 18px;\n  --fs-lg: 22px;\n  --fs-xl: 28px;\n\n  \/* Font Weights *\/\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  \/* Spacing *\/\n  --space-xs: 6px;\n  --space-sm: 10px;\n  --space-md: 16px;\n  --space-lg: 24px;\n  --space-xl: 36px;\n  --space-xxl: 48px;\n\n  \/* Colors *\/\n  --text-main: #111;\n  --text-secondary: #555;\n  --bg-soft: #f8f8f8;\n}\n\n\/* ================= GLOBAL STYLES ================= *\/\nhtml{\n  scroll-behavior:smooth;\n}\n\nbody{\n  font-size: var(--fs-base);\n  line-height: 1.7;\n  color: var(--text-main);\n  background: var(--bg-soft);\n  margin:0;\n  padding:0;\n}\n\n\/* ================= WRAPPER ================= *\/\n.product-wrapper{\n  max-width:820px;\n  margin:60px auto;\n  padding:0 18px;\n}\n\n\/* ================= TITLES ================= *\/\n.section-title{\n  font-size: var(--fs-xl);\n  font-weight: var(--fw-bold);\n  letter-spacing: -0.4px;\n  margin-bottom: var(--space-lg);\n}\n\n\/* ================= VIDEO ================= *\/\n.video-container{\n  position:relative;\n  padding-bottom:56.25%;\n  height:0;\n  overflow:hidden;\n  border-radius:16px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.15);\n  background:#000;\n  margin-top: var(--space-md);\n}\n\n.video-container iframe{\n  position:absolute;\n  top:0;\n  left:0;\n  width:100%;\n  height:100%;\n  border:0;\n}\n\n\/* ================= PRODUCT DESCRIPTION ================= *\/\n.product-description{\n  margin-top: var(--space-lg);\n  font-size: var(--fs-base);\n  line-height:1.8;\n  color: var(--text-secondary);\n}\n\n.product-description p{\n  margin-bottom: var(--space-md);\n}\n\n.product-description ul{\n  margin-top: var(--space-sm);\n  margin-bottom: var(--space-md);\n}\n\n\/* ================= APP BUTTONS ================= *\/\n.app-buttons-section{\n  text-align:center;\n  margin: var(--space-xl) 0;\n}\n\n.app-buttons-section h3{\n  font-size: var(--fs-md);\n  font-weight: var(--fw-semibold);\n  margin-bottom: var(--space-md);\n}\n\n.image-buttons{\n  display:flex;\n  justify-content:center;\n  gap:16px;\n  flex-wrap:wrap;\n}\n\n.image-buttons a{\n  display:block;\n  transition:all .3s ease;\n}\n\n.image-buttons img{\n  width:80px;\n  height:80px;\n  object-fit:cover;\n  border-radius:16px;\n  box-shadow:0 5px 15px rgba(0,0,0,0.18);\n}\n\n.image-buttons a:hover img{\n  transform:translateY(-3px) scale(1.05);\n  box-shadow:0 10px 20px rgba(0,0,0,0.28);\n}\n\n\/* ================= PDF BUTTON ================= *\/\n.pdf-download-wrapper{\n  text-align:center;\n  margin-top: var(--space-md);\n}\n\n.pdf-download-btn{\n  display:inline-block;\n  padding:16px 36px;\n  background:#000;\n  color:#fff!important;\n  text-decoration:none;\n  font-size: var(--fs-base);\n  font-weight: var(--fw-semibold);\n  border-radius:10px;\n  letter-spacing:0.2px;\n  transition:all .25s ease;\n}\n\n.pdf-download-btn:hover{\n  background:#222;\n  transform:translateY(-5px) scale(1.04);\n  box-shadow:0 15px 30px rgba(0,0,0,0.35);\n}\n\n\/* ================= SLIDESHOW ================= *\/\n.slideshow-container{\n  position:relative;\n  margin: var(--space-xl) auto var(--space-sm);\n}\n\n.mySlides{\n  display:none;\n}\n\n.mySlides img{\n  width:100%;\n  border-radius:16px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.18);\n}\n\n.dots{\n  text-align:center;\n  margin-top: var(--space-sm);\n}\n\n.dot{\n  height:10px;\n  width:10px;\n  margin:0 4px;\n  background:#bbb;\n  border-radius:50%;\n  display:inline-block;\n  cursor:pointer;\n  transition:transform .25s ease, background .25s ease;\n}\n\n.dot:hover{\n  transform:scale(1.3);\n}\n\n.dot.active{\n  background:#000;\n  transform:scale(1.25);\n}\n\n\/* ================= FAQ ================= *\/\n.qna-section{\n  margin-top: var(--space-xl);\n  background:#fff;\n  border-radius:14px;\n  box-shadow:0 8px 25px rgba(0,0,0,0.06);\n}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\n}\n\n.qna-item:hover{\n  background:#f6f6f6;\n}\n\n.qna-question{\n  width:100%;\n  text-align:left;\n  background:transparent;\n  border:none;\n  font-size: var(--fs-md);\n  font-weight: var(--fw-semibold);\n  padding:18px 14px;\n  cursor:pointer;\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n}\n\n.qna-icon{\n  font-size:20px;\n  color:#777;\n  transition: transform .35s cubic-bezier(.4,0,.2,1), color .25s ease;\n}\n\n.qna-question.active .qna-icon{\n  transform:rotate(45deg);\n  color:#000;\n}\n\n.qna-question:hover .qna-icon{\n  color:#000;\n}\n\n.qna-answer{\n  display: grid;\n  grid-template-rows: 0fr;\n  opacity: 0;\n  transition: grid-template-rows 0.4s ease, opacity 0.3s ease;\n  font-size: var(--fs-sm);\n  line-height:1.75;\n  color: var(--text-secondary);\n}\n\n.qna-answer-inner{\n  overflow: hidden;\n  padding: 0 10px;\n  transition: padding 0.3s ease;\n}\n\n.qna-question.active + .qna-answer{\n  grid-template-rows: 1fr;\n  opacity: 1;\n}\n\n.qna-question.active + .qna-answer .qna-answer-inner{\n  padding: 10px 10px 22px 10px;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top:10px;\n}\n\n.qna-answer li{\n  margin-bottom:6px;\n}\n\n\/* Hide demo button by default *\/\n#demoButton {\n  display: none;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrapper\"\u003e\n\u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/cae1f6cfea4f459bbdcf7c905f995232.mp4\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\u003cstrong\u003e A complete plug 'n play, high-performance fleet management solution designed for trucks, heavy-duty vehicles and advanced fleet operations with built-in global SIM and automatic activation on the GPRS Pro Platform \u0026amp; App.\u003c\/strong\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp\u003eStay connected to your vehicles at all times with a compact tracking \u003cstrong\u003edevice \u003c\/strong\u003edesigned for fast installation and reliable performance. The intuitive \u003cstrong\u003esoftware\u003c\/strong\u003e lets you monitor everything in real time from your phone, tablet, or computer.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e✔ Plug and play device\u003cbr\u003e✔ Global SIM card connectivity\u003cbr\u003e✔ Fleet tracking platform\u003cbr\u003e✔ Mobile app\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMonitor all your vehicles via GPRS Platform \u0026amp; App and access:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eReal-time vehicle location and movement\u003c\/li\u003e\n\u003cli\u003eTrip history and route playback\u003c\/li\u003e\n\u003cli\u003eIgnition on\/off status\u003c\/li\u003e\n\u003cli\u003eDriving behaviour alerts\u003c\/li\u003e\n\u003cli\u003eRemote tachograph data (\u003ca href=\"https:\/\/skytrackshop.com\/products\/skt-350-remote-tachograph-system\" target=\"_blank\" rel=\"noopener\"\u003edigital tachograph needed\u003c\/a\u003e, not included in package)\u003c\/li\u003e\n\u003cli\u003eDriver identification (\u003ca href=\"https:\/\/skytrackshop.com\/products\/btsmp1-standard-bluetooth-sensor?pr_prod_strat=pinned\u0026amp;pr_rec_id=7d45303f5\u0026amp;pr_rec_pid=10295069278555\u0026amp;pr_ref_pid=10333610115419\u0026amp;pr_seq=uniform\" rel=\"noopener\" target=\"_blank\"\u003edriver id needed\u003c\/a\u003e, not included in package)\u003c\/li\u003e\n\u003cli\u003eEngine block (\u003ca href=\"https:\/\/skytrackshop.com\/products\/relay-5-pin-12v?pr_prod_strat=pinned\u0026amp;pr_rec_id=7d45303f5\u0026amp;pr_rec_pid=10341185454427\u0026amp;pr_ref_pid=10333610115419\u0026amp;pr_seq=uniform\" rel=\"noopener\" target=\"_blank\"\u003erelay needed\u003c\/a\u003e, not included in package)\u003c\/li\u003e\n\u003cli\u003ePredictive maintenance\u003c\/li\u003e\n\u003cli\u003eDoor open\/close alerts (\u003ca href=\"https:\/\/skytrackshop.com\/products\/btsmp1-standard-bluetooth-sensor?pr_prod_strat=pinned\u0026amp;pr_rec_id=7d45303f5\u0026amp;pr_rec_pid=10295069278555\u0026amp;pr_ref_pid=10333610115419\u0026amp;pr_seq=uniform\" rel=\"noopener\" target=\"_blank\"\u003esensor needed\u003c\/a\u003e, not included in package)\u003c\/li\u003e\n\u003cli\u003eSpeed monitoring and alerts\u003c\/li\u003e\n\u003cli\u003eGeofencing alerts\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat you gain\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eAdvanced fleet reporting and analytics\u003c\/li\u003e\n\u003cli\u003eFull compliance monitoring (tachograph data)\u003c\/li\u003e\n\u003cli\u003eReduced fuel consumption and operational costs\u003c\/li\u003e\n\u003cli\u003eImproved driver behaviour and safety\u003c\/li\u003e\n\u003cli\u003ePrevent unauthorized vehicle use\u003c\/li\u003e\n\u003cli\u003eIncreased fleet efficiency and productivity\u003c\/li\u003e\n\u003cli\u003eRecover stolen vehicles\u003c\/li\u003e\n\u003cli\u003eComplete visibility of your fleet operations\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-buttons-section\"\u003e\n\u003ch3\u003eDownload the GPRS Pro App to explore our demo:\u003c\/h3\u003e\n\u003cdiv class=\"image-buttons\"\u003e\n\u003ca href=\"https:\/\/apps.apple.com\/gr\/app\/gprs-pro\/id6529538115?l=el\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_89_a5f3a240-ce36-45dd-b4a7-eb53ce44b61a.png?v=1773227214\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_90_058b20da-b51c-4492-8754-d3c8bacfc923.png?v=1773227213\"\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\" id=\"demoButton\"\u003e\n  \u003ca class=\"pdf-download-btn\" href=\"https:\/\/gprs.gr\/demo.php\" target=\"_blank\"\u003e\n    Explore GPRS Platform\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\"\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/SKYTRACK_-_FLEET_MANAGEMENT.pdf?v=1773392074\" download=\"\" class=\"pdf-download-btn\" target=\"_blank\"\u003e Download Skytrack Fleet Management Presentation \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"slideshow-container\"\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/professional-tracking-system-apps.png?v=1773827279\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/professional-tracking-system-ideal.png?v=1773827277\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/professional-tracking-system-products.png?v=1773827279\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dots\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-section\"\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e What vehicles are compatible with SK650 Professional Tracking? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eSK650 Professional Tracking is compatible with most trucks that have CAN bus systems.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does the device require installation? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eThe Professional Tracking device requires installation by a qualified car electrician or professional installer due to its integration with vehicle's power systems, CAN bus data lines and tachograph systems. Installation service is not included in the package and must be arranged separately. \u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does the system include connectivity? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eYes, the device includes an integrated SIM with global connectivity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e How can I pay the monthly subscription? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eYou can pay your monthly subscription using:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003ePayPal\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCredit or debit card\u003c\/strong\u003e (Visa, Mastercard, American Express and other major cards)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eAll online payments are processed securely through our payment providers. When paying by card, you will be redirected to a secure payment page to complete the transaction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n\ndocument.addEventListener(\"DOMContentLoaded\",function(){\n\nlet slideIndex = 0;\nlet slideTimer;\n\nshowSlides();\n\nfunction showSlides() {\n  let slides = document.getElementsByClassName(\"mySlides\");\n  let dots = document.getElementsByClassName(\"dot\");\n\n  for (let i = 0; i \u003c slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n\n  slideIndex++;\n\n  if (slideIndex \u003e slides.length) {\n    slideIndex = 1;\n  }\n\n  for (let i = 0; i \u003c dots.length; i++) {\n    dots[i].classList.remove(\"active\");\n  }\n\n  slides[slideIndex - 1].style.display = \"block\";\n  dots[slideIndex - 1].classList.add(\"active\");\n\n  slideTimer = setTimeout(showSlides, 2500);\n}\n\n\/\/ ✅ FIXED DOT CLICK\ndocument.querySelectorAll(\".dot\").forEach((dot, i) =\u003e {\n  dot.onclick = function () {\n    clearTimeout(slideTimer); \/\/ reset timer cleanly\n    slideIndex = i;           \/\/ correct index\n    showSlides();             \/\/ restart slideshow\n  };\n});\n\ndocument.querySelectorAll(\".qna-question\").forEach(btn =\u003e {\n  btn.addEventListener(\"click\", function () {\n\n    const isActive = this.classList.contains(\"active\");\n\n    document.querySelectorAll(\".qna-question\").forEach(q =\u003e {\n      q.classList.remove(\"active\");\n    });\n\n    if (!isActive) {\n      this.classList.add(\"active\");\n    }\n\n  });\n});\n\n\/\/ ===== SHOW DEMO BUTTON ONLY ON DESKTOP =====\n    var ua = navigator.userAgent || navigator.vendor || window.opera;\n\n    \/\/ mobile detection\n    var isMobile = \/android|iphone|ipad|ipod|iemobile|opera mini\/i.test(ua);\n\n    \/\/ touch detection (tablets \/ hybrid devices)\n    var isTouch = ('ontouchstart' in window) || (navigator.maxTouchPoints \u003e 0);\n\n    var demoButton = document.getElementById(\"demoButton\");\n\n    \/\/ show ONLY on real desktop (non-mobile + non-touch)\n    if (!isMobile \u0026\u0026 !isTouch) {\n      if (demoButton) demoButton.style.display = \"block\";\n    }\n});\n\n\u003c\/script\u003e","brand":"SKYTRACK SHOP","offers":[{"title":"14-days money back guarantee \/ 8€ standard monthly subscription per vehicle - Enjoy the first 30 days for free \/ Embedded SIM chip for global roaming - No extra roaming fees","offer_id":52617382887771,"sku":"800000000000650","price":159.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk650-product-pic.png?v=1776683854"},{"product_id":"sk234","title":"SK234","description":"\u003c!-- =====================================================\nDEVICE SWITCHER\nDESKTOP = SK880 ORIGINAL PAGE\nMOBILE = VRC PREMIUM MOBILE PAGE\n===================================================== --\u003e\n\u003cstyle\u003e\n\n\/* =========================\nDEVICE SWITCHER\n========================= *\/\n\n.sk880-desktop-only{\n  display:block;\n}\n\n.vrc-mobile-only{\n  display:none;\n}\n\n\/* MOBILE *\/\n\n@media screen and (max-width:1024px){\n\n  .sk880-desktop-only{\n    display:none !important;\n  }\n\n  .vrc-mobile-only{\n    display:block !important;\n  }\n\n}\n\n\/* DESKTOP *\/\n\n@media screen and (min-width:1025px){\n\n  .sk880-desktop-only{\n    display:block !important;\n  }\n\n  .vrc-mobile-only{\n    display:none !important;\n  }\n\n}\n\n\u003c\/style\u003e\n\u003c!-- desktop--\u003e\n\u003cdiv class=\"sk880-desktop-only\"\u003e\n\u003c!-- FONT --\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700\u0026amp;display=swap\"\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n\/* ================= GLOBAL VARIABLES ================= *\/\n:root{\n  --font-main: \"Poppins\", sans-serif;\n\n  \/* Font Sizes *\/\n  --fs-xs: 13px;\n  --fs-sm: 14px;\n  --fs-base: 16px;\n  --fs-md: 18px;\n  --fs-lg: 22px;\n  --fs-xl: 28px;\n\n  \/* Font Weights *\/\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  \/* Spacing *\/\n  --space-xs: 6px;\n  --space-sm: 10px;\n  --space-md: 16px;\n  --space-lg: 24px;\n  --space-xl: 36px;\n  --space-xxl: 48px;\n\n  \/* Colors *\/\n  --text-main: #111;\n  --text-secondary: #555;\n  --bg-soft: #f8f8f8;\n}\n\n\/* ================= GLOBAL STYLES ================= *\/\nhtml{\n  scroll-behavior:smooth;\n}\n\nbody{\n  font-size: var(--fs-base);\n  line-height: 1.7;\n  color: var(--text-main);\n  background: var(--bg-soft);\n  margin:0;\n  padding:0;\n}\n\n\/* ================= WRAPPER ================= *\/\n.product-wrapper{\n  max-width:820px;\n  margin:60px auto;\n  padding:0 18px;\n}\n\n\/* ================= TITLES ================= *\/\n.section-title{\n  font-size: var(--fs-xl);\n  font-weight: var(--fw-bold);\n  letter-spacing: -0.4px;\n  margin-bottom: var(--space-lg);\n}\n\n\/* ================= VIDEO ================= *\/\n.video-container{\n  position:relative;\n  padding-bottom:56.25%;\n  height:0;\n  overflow:hidden;\n  border-radius:16px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.15);\n  background:#000;\n  margin-top: var(--space-md);\n}\n\n.video-container iframe{\n  position:absolute;\n  top:0;\n  left:0;\n  width:100%;\n  height:100%;\n  border:0;\n}\n\n\/* ================= PRODUCT DESCRIPTION ================= *\/\n.product-description{\n  margin-top: var(--space-lg);\n  font-size: var(--fs-base);\n  line-height:1.8;\n  color: var(--text-secondary);\n}\n\n.product-description p{\n  margin-bottom: var(--space-md);\n}\n\n.product-description ul{\n  margin-top: var(--space-sm);\n  margin-bottom: var(--space-md);\n}\n\n\/* ================= APP BUTTONS ================= *\/\n.app-buttons-section{\n  text-align:center;\n  margin: var(--space-xl) 0;\n}\n\n.app-buttons-section h3{\n  font-size: var(--fs-md);\n  font-weight: var(--fw-semibold);\n  margin-bottom: var(--space-md);\n}\n\n.image-buttons{\n  display:flex;\n  justify-content:center;\n  gap:16px;\n  flex-wrap:wrap;\n}\n\n.image-buttons a{\n  display:block;\n  transition:all .3s ease;\n}\n\n.image-buttons img{\n  width:80px;\n  height:80px;\n  object-fit:cover;\n  border-radius:16px;\n  box-shadow:0 5px 15px rgba(0,0,0,0.18);\n}\n\n.image-buttons a:hover img{\n  transform:translateY(-3px) scale(1.05);\n  box-shadow:0 10px 20px rgba(0,0,0,0.28);\n}\n\n\/* ================= PDF BUTTON ================= *\/\n.pdf-download-wrapper{\n  text-align:center;\n  margin-top: var(--space-md);\n}\n\n.pdf-download-btn{\n  display:inline-block;\n  padding:16px 36px;\n  background:#000;\n  color:#fff!important;\n  text-decoration:none;\n  font-size: var(--fs-base);\n  font-weight: var(--fw-semibold);\n  border-radius:10px;\n  letter-spacing:0.2px;\n  transition:all .25s ease;\n}\n\n.pdf-download-btn:hover{\n  background:#222;\n  transform:translateY(-5px) scale(1.04);\n  box-shadow:0 15px 30px rgba(0,0,0,0.35);\n}\n\n\/* ================= SLIDESHOW ================= *\/\n.slideshow-container{\n  position:relative;\n  margin: var(--space-xl) auto var(--space-sm);\n}\n\n.mySlides{\n  display:none;\n}\n\n.mySlides img{\n  width:100%;\n  border-radius:16px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.18);\n}\n\n.dots{\n  text-align:center;\n  margin-top: var(--space-sm);\n}\n\n.dot{\n  height:10px;\n  width:10px;\n  margin:0 4px;\n  background:#bbb;\n  border-radius:50%;\n  display:inline-block;\n  cursor:pointer;\n  transition:transform .25s ease, background .25s ease;\n}\n\n.dot:hover{\n  transform:scale(1.3);\n}\n\n.dot.active{\n  background:#000;\n  transform:scale(1.25);\n}\n\n\/* ================= FAQ ================= *\/\n.qna-section{\n  margin-top: var(--space-xl);\n  background:#fff;\n  border-radius:14px;\n  box-shadow:0 8px 25px rgba(0,0,0,0.06);\n}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\n}\n\n.qna-item:hover{\n  background:#f6f6f6;\n}\n\n.qna-question{\n  width:100%;\n  text-align:left;\n  background:transparent;\n  border:none;\n  font-size: var(--fs-md);\n  font-weight: var(--fw-semibold);\n  padding:18px 14px;\n  cursor:pointer;\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n}\n\n.qna-icon{\n  font-size:20px;\n  color:#777;\n  transition: transform .35s cubic-bezier(.4,0,.2,1), color .25s ease;\n}\n\n.qna-question.active .qna-icon{\n  transform:rotate(45deg);\n  color:#000;\n}\n\n.qna-question:hover .qna-icon{\n  color:#000;\n}\n\n.qna-answer{\n  display: grid;\n  grid-template-rows: 0fr;\n  opacity: 0;\n  transition: grid-template-rows 0.4s ease, opacity 0.3s ease;\n  font-size: var(--fs-sm);\n  line-height:1.75;\n  color: var(--text-secondary);\n}\n\n.qna-answer-inner{\n  overflow: hidden;\n  padding: 0 10px;\n  transition: padding 0.3s ease;\n}\n\n.qna-question.active + .qna-answer{\n  grid-template-rows: 1fr;\n  opacity: 1;\n}\n\n.qna-question.active + .qna-answer .qna-answer-inner{\n  padding: 10px 10px 22px 10px;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top:10px;\n}\n\n.qna-answer li{\n  margin-bottom:6px;\n}\n\n\n\n\/* ================= DESKTOP CONTACT BUTTONS UNDER Q\u0026A ================= *\/\n.desktop-contact-actions{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-top:30px;\n  margin-bottom:10px;\n}\n\n.desktop-support-btn,\n.desktop-whatsapp-btn{\n  width:100%;\n  height:88px;\n  min-height:88px;\n  border:none;\n  border-radius:24px;\n  padding:18px 22px;\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  text-decoration:none;\n  font-family:'Poppins',sans-serif;\n  font-size:16px;\n  font-weight:700;\n  line-height:1.25;\n  box-shadow:\n    0 12px 24px rgba(0,0,0,.12),\n    0 4px 10px rgba(0,0,0,.08);\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n  overflow:hidden;\n  cursor:pointer;\n}\n\n.desktop-support-btn:hover,\n.desktop-whatsapp-btn:hover{\n  transform:translateY(-2px);\n}\n\n.desktop-support-btn{\n  background:linear-gradient(135deg,#111 0%,#222 100%);\n  color:#fff;\n}\n\n.desktop-whatsapp-btn{\n  background:linear-gradient(135deg,#25D366 0%,#1ebe5d 100%);\n  color:#fff;\n  gap:14px;\n}\n\n.desktop-whatsapp-icon{\n  width:24px;\n  height:24px;\n  object-fit:contain;\n  flex-shrink:0;\n}\n\n.desktop-whatsapp-btn span{\n  flex:1;\n  text-align:left;\n  line-height:1.25;\n  color:#fff;\n}\n\n.desktop-support-btn::after,\n.desktop-whatsapp-btn::after{\n  content:\"›\";\n  font-size:28px;\n  font-weight:300;\n  color:#fff;\n  flex-shrink:0;\n  line-height:1;\n}\n\n.desktop-support-popup{\n  position:fixed;\n  inset:0;\n  background:rgba(0,0,0,.45);\n  backdrop-filter:blur(10px);\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  z-index:9999999;\n  opacity:0;\n  visibility:hidden;\n  transition:.3s ease;\n}\n\n.desktop-support-popup.active{\n  opacity:1;\n  visibility:visible;\n}\n\n.desktop-support-box{\n  width:88%;\n  max-width:340px;\n  background:#fff;\n  border-radius:28px;\n  padding:28px 22px;\n  display:flex;\n  flex-direction:column;\n  gap:14px;\n  box-shadow:0 20px 40px rgba(0,0,0,.18);\n  font-family:'Poppins',sans-serif;\n}\n\n.desktop-support-title{\n  font-size:22px;\n  font-weight:800;\n  text-align:center;\n  margin-bottom:4px;\n}\n\n.desktop-support-subtitle{\n  text-align:center;\n  font-size:14px;\n  color:#777;\n  margin-bottom:10px;\n}\n\n.desktop-support-option{\n  min-height:58px;\n  border-radius:20px;\n  background:#f5f7fa;\n  display:flex;\n  align-items:center;\n  justify-content:flex-start;\n  gap:14px;\n  padding:0 18px;\n  text-decoration:none;\n  color:#111;\n  font-size:15px;\n  font-weight:600;\n}\n\n.desktop-support-option-icon-svg{\n  width:22px;\n  height:22px;\n  object-fit:contain;\n  flex-shrink:0;\n  opacity:.9;\n}\n\n.desktop-support-close{\n  margin-top:8px;\n  min-height:50px;\n  border:none;\n  border-radius:18px;\n  background:#111;\n  color:#fff;\n  font-size:14px;\n  font-weight:700;\n  cursor:pointer;\n  font-family:'Poppins',sans-serif;\n}\n\n@media screen and (max-width:1024px){\n  .desktop-contact-actions,\n  .desktop-support-popup{\n    display:none !important;\n  }\n}\n\n@media screen and (min-width:1025px){\n  .mobile-contact-btn{\n    display:none !important;\n  }\n}\n\n\/* Hide demo button by default *\/\n#demoButton {\n  display: none;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"sk880-desktop-only\"\u003e\n\u003cdiv class=\"product-wrapper\"\u003e\n\u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/5b2d07d91a024c7e9bd5775125123307.mp4\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp\u003e\u003cstrong\u003e A complete plug 'n play GPS tracking solution with built-in global SIM and automatic activation on the GPRS Pro Platform \u0026amp; App.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eStay connected to your vehicles at all times with a compact tracking \u003cstrong\u003edevice \u003c\/strong\u003edesigned for fast installation and reliable performance. The intuitive \u003cstrong\u003esoftware\u003c\/strong\u003e lets you monitor everything in real time from your phone, tablet, or computer.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e✔ Plug and play device\u003cbr\u003e✔ Global SIM card connectivity\u003cbr\u003e✔ Fleet tracking platform\u003cbr\u003e✔ Mobile app\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMonitor all your vehicles via GPRS Platform \u0026amp; App and access:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eReal-time vehicle location and movement\u003c\/li\u003e\n\u003cli\u003eTrip history and route playback\u003c\/li\u003e\n\u003cli\u003eIgnition on\/off status\u003c\/li\u003e\n\u003cli\u003eDriving behaviour alerts\u003c\/li\u003e\n\u003cli\u003eDriver identification (\u003ca href=\"https:\/\/skytrackshop.com\/products\/btsmp1-standard-bluetooth-sensor?pr_prod_strat=pinned\u0026amp;pr_rec_id=7d45303f5\u0026amp;pr_rec_pid=10295069278555\u0026amp;pr_ref_pid=10333610115419\u0026amp;pr_seq=uniform\" rel=\"noopener\" target=\"_blank\"\u003edriver id needed\u003c\/a\u003e, not included in package)\u003c\/li\u003e\n\u003cli\u003eEngine block (\u003ca href=\"https:\/\/skytrackshop.com\/products\/relay-5-pin-12v?pr_prod_strat=pinned\u0026amp;pr_rec_id=7d45303f5\u0026amp;pr_rec_pid=10341185454427\u0026amp;pr_ref_pid=10333610115419\u0026amp;pr_seq=uniform\" rel=\"noopener\" target=\"_blank\"\u003erelay needed\u003c\/a\u003e, not included in package)\u003c\/li\u003e\n\u003cli\u003ePredictive maintenance\u003c\/li\u003e\n\u003cli\u003eSpeed monitoring and alerts\u003c\/li\u003e\n\u003cli\u003eGeofencing alerts\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat you gain\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eReporting\u003c\/li\u003e\n\u003cli\u003ePredictive Maintenance\u003c\/li\u003e\n\u003cli\u003eEco score\u003c\/li\u003e\n\u003cli\u003eReduce fuel costs\u003c\/li\u003e\n\u003cli\u003ePrevent unauthorized vehicle use\u003c\/li\u003e\n\u003cli\u003eImprove driver behaviour\u003c\/li\u003e\n\u003cli\u003eRecover stolen vehicles\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-buttons-section\"\u003e\n\u003ch3\u003eDownload the GPRS Pro App to explore our demo:\u003c\/h3\u003e\n\u003cdiv class=\"image-buttons\"\u003e\n\u003ca href=\"https:\/\/apps.apple.com\/gr\/app\/gprs-pro\/id6529538115?l=el\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_89_a5f3a240-ce36-45dd-b4a7-eb53ce44b61a.png?v=1773227214\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_90_058b20da-b51c-4492-8754-d3c8bacfc923.png?v=1773227213\"\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\" id=\"demoButton\"\u003e\u003ca class=\"pdf-download-btn\" href=\"https:\/\/gprs.gr\/demo.php\" target=\"_blank\"\u003e Explore GPRS Platform \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\"\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/SKYTRACK_-_FLEET_MANAGEMENT.pdf?v=1773392074\" download=\"\" class=\"pdf-download-btn\" target=\"_blank\"\u003e Download Skytrack Fleet Management Presentation \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"slideshow-container\"\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk234-apps.png?v=1773930477\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk234-ideal.png?v=1773930476\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk234-pics.png?v=1773930478\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dots\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-section\"\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Which vehicles is the SK234: Basic Tracking compatible with? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eThe SK234: Basic Tracking works with most scooters and motorcycles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does the device require installation? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eInstallation is quick and easy.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eStep 1:\u003c\/strong\u003e Install the GPS tracking device in your vehicle with the help of an automotive electrician.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStep 2:\u003c\/strong\u003e Download the app and create an account.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Do I need to buy a SIM card and data? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eNo, the device includes a built-in SIM chip with no roaming charges, and data is included in the monthly subscription.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e How can I pay the monthly subscription? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eYou can pay your monthly subscription using:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003ePayPal\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCredit or debit card\u003c\/strong\u003e (Visa, Mastercard, American Express and other major cards)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eAll online payments are processed securely through our payment providers. When paying by card, you will be redirected to a secure payment page to complete the transaction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DESKTOP CONTACT BUTTONS UNDER Q\u0026A --\u003e\n\u003cdiv class=\"desktop-contact-actions\"\u003e\n\u003cbutton class=\"desktop-support-btn\" type=\"button\" id=\"desktopSupportBtn\"\u003e Contact Support \u003c\/button\u003e \u003ca class=\"desktop-whatsapp-btn\" href=\"https:\/\/wa.me\/306945641644\" target=\"_blank\"\u003e \u003cimg class=\"desktop-whatsapp-icon\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/WhatsApp.svg\" alt=\"WhatsApp\"\u003e \u003cspan\u003eChat with us on WhatsApp\u003c\/span\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c!-- DESKTOP SUPPORT POPUP --\u003e\n\u003cdiv class=\"desktop-support-popup\" id=\"desktopSupportPopup\"\u003e\n\u003cdiv class=\"desktop-support-box\"\u003e\n\u003cdiv class=\"desktop-support-title\"\u003eContact Support\u003c\/div\u003e\n\u003cdiv class=\"desktop-support-subtitle\"\u003eChoose your preferred contact method.\u003c\/div\u003e\n\u003ca href=\"tel:+302310365067\" class=\"desktop-support-option\"\u003e \u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/phone.svg\" class=\"desktop-support-option-icon-svg\" alt=\"Phone\"\u003e \u003cspan\u003eCall Support\u003c\/span\u003e \u003c\/a\u003e \u003ca href=\"mailto:support@skytrack.gr\" class=\"desktop-support-option\"\u003e \u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/mail.svg\" class=\"desktop-support-option-icon-svg\" alt=\"Email\"\u003e \u003cspan\u003eEmail Support\u003c\/span\u003e \u003c\/a\u003e \u003cbutton class=\"desktop-support-close\" type=\"button\" id=\"desktopSupportClose\"\u003e Close \u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n\ndocument.addEventListener(\"DOMContentLoaded\",function(){\n\nlet slideIndex = 0;\nlet slideTimer;\n\nshowSlides();\n\nfunction showSlides() {\n  let slides = document.getElementsByClassName(\"mySlides\");\n  let dots = document.getElementsByClassName(\"dot\");\n\n  for (let i = 0; i \u003c slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n\n  slideIndex++;\n\n  if (slideIndex \u003e slides.length) {\n    slideIndex = 1;\n  }\n\n  for (let i = 0; i \u003c dots.length; i++) {\n    dots[i].classList.remove(\"active\");\n  }\n\n  slides[slideIndex - 1].style.display = \"block\";\n  dots[slideIndex - 1].classList.add(\"active\");\n\n  slideTimer = setTimeout(showSlides, 2500);\n}\n\n\/\/ ✅ FIXED DOT CLICK\ndocument.querySelectorAll(\".dot\").forEach((dot, i) =\u003e {\n  dot.onclick = function () {\n    clearTimeout(slideTimer); \/\/ reset timer cleanly\n    slideIndex = i;           \/\/ correct index\n    showSlides();             \/\/ restart slideshow\n  };\n});\n\ndocument.querySelectorAll(\".qna-question\").forEach(btn =\u003e {\n  btn.addEventListener(\"click\", function () {\n\n    const isActive = this.classList.contains(\"active\");\n\n    document.querySelectorAll(\".qna-question\").forEach(q =\u003e {\n      q.classList.remove(\"active\");\n    });\n\n    if (!isActive) {\n      this.classList.add(\"active\");\n    }\n\n  });\n});\n\n\n\n\/\/ ===== DESKTOP SUPPORT POPUP =====\nconst desktopSupportBtn = document.getElementById(\"desktopSupportBtn\");\nconst desktopSupportPopup = document.getElementById(\"desktopSupportPopup\");\nconst desktopSupportClose = document.getElementById(\"desktopSupportClose\");\n\nif (desktopSupportBtn \u0026\u0026 desktopSupportPopup) {\n  desktopSupportBtn.addEventListener(\"click\", function () {\n    desktopSupportPopup.classList.add(\"active\");\n  });\n}\n\nif (desktopSupportClose \u0026\u0026 desktopSupportPopup) {\n  desktopSupportClose.addEventListener(\"click\", function () {\n    desktopSupportPopup.classList.remove(\"active\");\n  });\n}\n\nif (desktopSupportPopup) {\n  desktopSupportPopup.addEventListener(\"click\", function (e) {\n    if (e.target === desktopSupportPopup) {\n      desktopSupportPopup.classList.remove(\"active\");\n    }\n  });\n}\n\n\/\/ ===== SHOW DEMO BUTTON ONLY ON DESKTOP =====\n    var ua = navigator.userAgent || navigator.vendor || window.opera;\n\n    \/\/ mobile detection\n    var isMobile = \/android|iphone|ipad|ipod|iemobile|opera mini\/i.test(ua);\n\n    \/\/ touch detection (tablets \/ hybrid devices)\n    var isTouch = ('ontouchstart' in window) || (navigator.maxTouchPoints \u003e 0);\n\n    var demoButton = document.getElementById(\"demoButton\");\n\n    \/\/ show ONLY on real desktop (non-mobile + non-touch)\n    if (!isMobile \u0026\u0026 !isTouch) {\n      if (demoButton) demoButton.style.display = \"block\";\n    }\n});\n\n\u003c\/script\u003e\n\u003c\/div\u003e\n\u003c!-- =====================================================\nMOBILE VERSION\nVRC PREMIUM MOBILE UI\n===================================================== --\u003e\n\u003cstyle\u003e\n\n:root{\n  --bg:#f5f5f3;\n  --text:#111;\n  --blue:#12acef;\n  --muted:#777;\n}\n\n*{\n  box-sizing:border-box;\n}\n\nbody{\n  margin:0;\n\n  background:\n    linear-gradient(\n      180deg,\n      #f7f9fc 0%,\n      #f1f4f8 100%\n    );\n\n  font-family:'Poppins',sans-serif;\n\n  color:var(--text);\n\n  overflow-x:hidden;\n}\n\n\/* MAIN WRAPPER *\/\n\n.vrc-page{\n  width:100%;\n  max-width:100vw;\n  margin:auto;\n  padding:clamp(18px,4vw,32px) clamp(18px,5vw,34px) 70px;\n}\n\n\/* INFO *\/\n\n.vrc-info-wrap{\n  margin-top:24px;\n}\n\n\/* SUBSCRIPTION *\/\n\n.vrc-subscription-line{\n\n  padding-bottom:22px;\n\n  border-bottom:2px solid #111;\n\n  margin-bottom:22px;\n}\n\n\n\n.vrc-subscription-top{\n  display:flex;\n  align-items:center;\n  gap:10px;\n  flex-wrap:wrap;\n}\n\n.vrc-days-inline{\n  font-size:clamp(30px,8vw,54px);\n  font-weight:300;\n  color:var(--blue);\n  line-height:1;\n}\n\n.vrc-free-inline{\n  font-size:clamp(22px,6vw,40px);\n  font-weight:800;\n  color:var(--blue);\n  line-height:1;\n}\n\n.vrc-sub-small{\n  margin-top:8px;\n  font-size:13px;\n  font-weight:500;\n  line-height:1.45;\n}\n\n\/* GUARANTEE *\/\n\n.vrc-guarantee{\n\n  margin-top:0;\n\n  margin-bottom:0;\n\n  font-size:clamp(18px,4.5vw,28px);\n\n  font-weight:800;\n\n  line-height:1.25;\n}\n\n\n\/* =========================\nPACKAGE LIST\n========================= *\/\n\n.vrc-package-list{\n\n  list-style:none;\n\n  margin:0;\n\n  padding:0 0 0 4px;\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:14px;\n}\n\n.vrc-package-list li{\n\n  position:relative;\n\n  padding-left:30px;\n\n  font-size:15px;\n\n  line-height:1.7;\n\n  font-weight:500;\n\n  color:#3f3f3f;\n}\n\n.vrc-package-list li::before{\n\n  content:\"✓\";\n\n  position:absolute;\n\n  left:0;\n\n  top:1px;\n\n  color:var(--blue);\n\n  font-size:16px;\n\n  font-weight:800;\n}\n  \n\/* ICON GRID *\/\n\n.vrc-icons-grid{\n  margin-top:clamp(34px,6vw,54px);\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n  gap:clamp(38px,8vw,62px) clamp(24px,6vw,42px);\n  align-items:start;\n}\n\n.vrc-icon-card{\n  text-align:center;\n}\n\n.vrc-icon-card img{\n  width:clamp(48px,8vw,72px);\n  height:clamp(48px,8vw,72px);\n  object-fit:contain;\n  margin-bottom:16px;\n}\n\n.vrc-icon-label{\n  font-size:clamp(11px,2.8vw,14px);\n  line-height:1.55;\n  color:#777;\n  font-weight:500;\n  max-width:140px;\n  margin:auto;\n}\n\n\/* BUTTONS *\/\n\n.vrc-buttons{\n  display:flex;\n  flex-direction:column;\n  gap:28px;\n  margin:68px 0 0;\n}\n\n.vrc-button{\n  position:relative;\n\n  width:100%;\n\n  min-height:64px;\n\n  border:none !important;\n\n  border-radius:999px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  color:#fff;\n\n  font-size:17px;\n\n  font-weight:600;\n\n  padding:0 26px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  overflow:hidden;\n\n  cursor:pointer;\n\n  isolation:isolate;\n\n  box-shadow:\n    0 10px 18px rgba(18,172,239,.18),\n    0 4px 10px rgba(0,0,0,.08);\n\n  transition:\n    transform .28s cubic-bezier(.16,1,.3,1),\n    box-shadow .28s cubic-bezier(.16,1,.3,1),\n    background .28s ease;\n}\n\n.vrc-button span{\n  font-size:34px;\n  line-height:1;\n}\n\n.vrc-fullpage{\n  position:fixed;\n  inset:0;\n  width:100vw;\n  height:100dvh;\n  z-index:999999;\n  background:linear-gradient(180deg,#f7f9fc 0%,#f1f4f8 100%);\n  backdrop-filter:blur(22px) saturate(140%);\n  overflow-y:auto;\n  padding:clamp(24px,4vw,40px) clamp(22px,5vw,44px) 120px;\n  transform:translate3d(100%,0,0);\n  opacity:0;\n  visibility:hidden;\n  pointer-events:none;\n  transition:transform .7s cubic-bezier(.16,1,.3,1), opacity .45s ease;\n}\n\n.vrc-fullpage.active{\n  transform:translate3d(0,0,0);\n  opacity:1;\n  visibility:visible;\n  pointer-events:auto;\n}\n\n.vrc-back{\n  display:flex;\n  align-items:center;\n  gap:10px;\n  width:max-content;\n  margin:0 0 34px;\n  padding:0;\n  border:none;\n  background:none;\n  font-size:15px;\n  font-weight:700;\n  color:#111;\n}\n\n.vrc-card{\n  background:rgba(255,255,255,.52);\n  backdrop-filter:blur(26px);\n  border:1px solid rgba(255,255,255,.68);\n  border-radius:34px;\n  padding:28px 24px;\n  margin-bottom:20px;\n}\n\n.vrc-fullpage h2{\n  font-size:clamp(34px,8vw,54px);\n  line-height:1.05;\n  font-weight:800;\n  margin:0 0 22px;\n}\n\n.vrc-fullpage h3{\n  font-size:clamp(22px,5vw,34px);\n  line-height:1.15;\n  font-weight:800;\n  margin:0 0 18px;\n}\n\n.vrc-fullpage p{\n  font-size:clamp(15px,3.7vw,18px);\n  line-height:1.8;\n  color:#2b2b2b;\n}\n\n.vrc-image{\n  width:100%;\n  display:block;\n  margin:34px 0;\n  border-radius:28px;\n}\n\n.vrc-phone-image{\n  width:86%;\n  display:block;\n  margin:32px auto;\n}\n\n.vrc-store-buttons{\n  display:flex;\n  justify-content:center;\n  gap:12px;\n  margin:24px 0 40px;\n}\n\n.vrc-store-buttons img{\n  height:34px;\n}\n\n\/* =========================\nSECTIONS\n========================= *\/\n\n.vrc-section{\n  margin-top:38px;\n}\n\n.vrc-section:first-child{\n  margin-top:0;\n}\n\n.vrc-section-title{\n\n  font-size:clamp(18px,4.5vw,26px);\n\n  font-weight:800;\n\n  margin-bottom:18px;\n\n  letter-spacing:-0.4px;\n\n  padding-left:0;\n}\n  \n.vrc-section-text{\n  font-size:clamp(14px,3.5vw,17px);\n  line-height:1.65;\n  font-weight:500;\n}\n\n\/* =========================\nHERO DESCRIPTION\n========================= *\/\n\n.vrc-hero-card{\n\n  position:relative;\n\n  padding:4px 0 0 14px;\n\n  margin-bottom:-4px;\n}\n\n.vrc-mini-badge{\n\n  display:inline-flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  min-height:32px;\n\n  padding:0 14px;\n\n  border-radius:999px;\n\n  background:\n    rgba(18,172,239,.10);\n\n  color:var(--blue);\n\n  font-size:11px;\n\n  font-weight:700;\n\n  letter-spacing:.8px;\n\n  margin-bottom:14px;\n}\n\n.vrc-main-title{\n\n  font-size:clamp(34px,9vw,58px);\n\n  line-height:.95;\n\n  font-weight:800;\n\n  letter-spacing:-2px;\n\n  margin:0 0 18px;\n\n  color:#111;\n\n  max-width:320px;\n}\n\n.vrc-main-description{\n\n  max-width:540px;\n}\n\n.vrc-main-description p{\n\n  font-size:clamp(15px,4vw,18px);\n\n  line-height:1.72;\n\n  color:#4d4d4d;\n\n  margin:0 0 14px;\n\n  font-weight:500;\n\n  letter-spacing:-0.1px;\n}\n\n.vrc-main-description p:last-child{\n  margin-bottom:0;\n}\n\n\/* =========================\nPRESENTATION PAGE\n========================= *\/\n\n.vrc-video-wrap{\n\n  margin:30px 0;\n}\n\n.vrc-video{\n\n  width:100%;\n\n  border-radius:28px;\n\n  display:block;\n\n  background:#000;\n\n  box-shadow:\n    0 12px 30px rgba(0,0,0,.14);\n}\n\n.vrc-list{\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:14px;\n\n  margin-top:20px;\n}\n\n.vrc-list-item{\n\n  font-size:15px;\n\n  line-height:1.7;\n\n  color:#444;\n\n  font-weight:500;\n}\n\n.vrc-presentation-buttons{\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:16px;\n\n  margin:30px 0;\n}\n\n.vrc-download-btn{\n\n  min-height:58px;\n\n  border-radius:999px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #111 0%,\n      #222 100%\n    );\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  text-align:center;\n\n  padding:0 22px;\n\n  text-decoration:none;\n\n  color:#fff;\n\n  font-size:15px;\n\n  font-weight:700;\n\n  box-shadow:\n    0 10px 24px rgba(0,0,0,.12);\n}\n\n\/* =========================\nDEMO BANNER\n========================= *\/\n\n.vrc-demo-banner{\n\n  position:relative;\n\n  overflow:hidden;\n\n  border-radius:34px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #ffffff 0%,\n      #f5f8fc 100%\n    );\n\n  padding:26px 24px;\n\n  margin:26px 0;\n\n  box-shadow:\n    0 12px 30px rgba(0,0,0,.08);\n}\n\n.vrc-demo-content{\n\n  position:relative;\n\n  z-index:2;\n\n  width:58%;\n\n  padding-right:8px;\n}\n\n.vrc-demo-title{\n\n  font-size:28px;\n\n  line-height:1.05;\n\n  font-weight:800;\n\n  color:#111;\n\n  margin-bottom:14px;\n\n  letter-spacing:-1px;\n}\n\n.vrc-demo-text{\n\n  font-size:14px;\n\n  line-height:1.6;\n\n  color:#555;\n\n  margin-bottom:22px;\n\n  font-weight:500;\n}\n\n.vrc-demo-buttons{\n\n  display:flex;\n\n  align-items:center;\n\n  gap:10px;\n\n  flex-wrap:nowrap;\n}\n\n.vrc-demo-buttons img{\n\n  height:38px;\n\n  width:auto;\n\n  display:block;\n}\n\n.vrc-demo-phone{\n\n  position:absolute;\n\n  right:-6px;\n\n  bottom:0;\n\n  width:40%;\n\n  display:flex;\n\n  align-items:flex-end;\n\n  justify-content:flex-end;\n}\n\n.vrc-demo-phone img{\n\n  width:100%;\n\n  display:block;\n\n  transform:translateY(6px);\n}\n  \n\/* =========================\nGALLERY SLIDER\n========================= *\/\n\n.vrc-gallery-slider{\n\n  position:relative;\n\n  margin-top:34px;\n}\n\n.vrc-gallery-track{\n\n  position:relative;\n\n  width:100%;\n\n  min-height:220px;\n}\n\n.vrc-gallery-image{\n\n  position:absolute;\n\n  inset:0;\n\n  width:100%;\n\n  border-radius:24px;\n\n  display:block;\n\n  opacity:0;\n\n  visibility:hidden;\n\n  transform:translateX(30px);\n\n  transition:\n    opacity .45s ease,\n    transform .55s ease;\n\n  box-shadow:\n    0 10px 24px rgba(0,0,0,.10);\n}\n\n.vrc-gallery-image.active{\n\n  opacity:1;\n\n  visibility:visible;\n\n  transform:translateX(0);\n}\n\n.vrc-gallery-dots{\n\n  display:flex;\n\n  justify-content:center;\n\n  gap:10px;\n\n  margin-top:18px;\n}\n\n.vrc-gallery-dot{\n\n  width:10px;\n\n  height:10px;\n\n  border-radius:999px;\n\n  background:#d2d2d2;\n\n  transition:\n    transform .25s ease,\n    background .25s ease;\n}\n\n.vrc-gallery-dot.active{\n\n  background:var(--blue);\n\n  transform:scale(1.2);\n}\n\n  \n\/* SLIDER *\/\n\n.vrc-slider{\n\n  margin-top:64px;\n\n  text-align:center;\n\n  position:relative;\n\n  min-height:460px;\n\n  overflow:hidden;\n\n  padding-bottom:30px;\n}\n\n.vrc-slide{\n  position:absolute;\n  inset:0;\n  opacity:0;\n  visibility:hidden;\n  transform:translateX(40px);\n  transition:opacity .55s ease, transform .65s ease;\n}\n\n.vrc-slide.active{\n  opacity:1;\n  visibility:visible;\n  transform:translateX(0);\n}\n\n.vrc-slide img{\n  width:clamp(62px,10vw,90px);\n  height:clamp(62px,10vw,90px);\n  object-fit:contain;\n  margin-bottom:22px;\n}\n\n.vrc-slide-title{\n  font-size:clamp(20px,5vw,34px);\n  line-height:1.18;\n  font-weight:800;\n  margin-bottom:16px;\n}\n\n.vrc-slide-text{\n  font-size:clamp(14px,3.5vw,18px);\n  line-height:1.7;\n  max-width:520px;\n  margin:auto;\n  color:#444;\n}\n\n\/* SLIDER DOTS *\/\n\n.vrc-slider-dots{\n\n  position:absolute;\n\n  left:50%;\n\n  bottom:48px;\n\n  transform:translateX(-50%);\n\n  display:flex;\n\n  gap:10px;\n}\n\n.vrc-slider-dot{\n\n  width:10px;\n\n  height:10px;\n\n  border-radius:999px;\n\n  background:#d6d6d6;\n\n  transition:\n    transform .25s ease,\n    background .25s ease;\n}\n\n.vrc-slider-dot.active{\n\n  background:var(--blue);\n\n  transform:scale(1.2);\n}\n\n\/* =========================\nFEATURE CARD\n========================= *\/\n\n.vrc-feature-card{\n\n  position:relative;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  gap:14px;\n\n  width:100%;\n\n  min-width:0;\n\n  background:#fff;\n\n  border:1px solid rgba(230,236,245,.95);\n\n  border-radius:22px;\n\n  padding:18px;\n\n  overflow:hidden;\n\n  box-shadow:\n    0 4px 10px rgba(15,23,42,.03),\n    0 1px 2px rgba(15,23,42,.04);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.vrc-feature-card:hover{\n\n  transform:translateY(-2px);\n\n  box-shadow:\n    0 12px 24px rgba(15,23,42,.06);\n}\n\n\/* =========================\nFEATURE TOP\n========================= *\/\n\n.vrc-feature-top{\n\n  display:flex;\n\n  align-items:center;\n\n  gap:14px;\n\n  flex:1;\n\n  min-width:0;\n\n  overflow:hidden;\n}\n\n\/* =========================\nICON BOX\n========================= *\/\n\n.vrc-feature-icon{\n\n  width:48px;\n\n  height:48px;\n\n  border-radius:16px;\n\n  background:#fff;\n\n  border:\n    1px solid rgba(210,228,245,.9);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.9),\n    0 2px 6px rgba(15,23,42,.04);\n}\n\n\/* SVG ICON *\/\n\n.vrc-feature-icon img{\n\n  width:32px;\n\n  height:32px;\n\n  display:block;\n\n  object-fit:contain;\n}\n  \n\/* =========================\nTEXT\n========================= *\/\n\n.vrc-feature-text{\n\n  flex:1;\n\n  min-width:0;\n\n  font-size:15px;\n\n  line-height:1.45;\n\n  font-weight:600;\n\n  color:#24324a;\n\n  letter-spacing:-0.15px;\n\n  word-break:break-word;\n\n  overflow-wrap:anywhere;\n}\n\n\/* =========================\nCHECK\n========================= *\/\n\n.vrc-feature-check{\n\n  width:30px;\n\n  height:30px;\n\n  border-radius:999px;\n\n  background:#fff;\n\n  border:2px solid #12acef;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  color:#12acef;\n\n  font-size:14px;\n\n  font-weight:900;\n\n  box-shadow:\n    0 2px 6px rgba(18,172,239,.10);\n}\n\n\/* =========================\nFEATURE SECTION SPACING\n========================= *\/\n\n.vrc-spec-section{\n\n  margin-top:56px;\n}\n\n.vrc-spec-section:first-child{\n\n  margin-top:0;\n}\n\n.vrc-spec-title{\n\n  font-size:22px;\n\n  font-weight:800;\n\n  letter-spacing:-0.5px;\n\n  margin-bottom:22px;\n\n  margin-top:0;\n\n  color:#111;\n}\n\n.vrc-feature-grid{\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:16px;\n}\n\n\/* =========================\nFEATURES HERO\n========================= *\/\n\n.vrc-spec-hero{\n\n  position:relative;\n\n  overflow:hidden;\n\n  padding-right:clamp(72px,20vw,110px);\n}\n\n.vrc-spec-hero h2{\n\n  font-size:clamp(24px,6.5vw,42px);\n\n  line-height:1.02;\n\n  letter-spacing:-1.4px;\n\n  white-space:nowrap;\n\n  margin-bottom:18px;\n}\n\n.vrc-spec-logo{\n\n  position:absolute;\n\n  top:clamp(18px,4vw,24px);\n\n  right:clamp(18px,4vw,24px);\n\n  width:clamp(50px,14vw,72px);\n\n  height:clamp(50px,14vw,72px);\n\n  object-fit:contain;\n\n  border-radius:clamp(16px,4vw,22px);\n\n  background:#fff;\n\n  padding:0;\n\n  box-shadow:\n    0 6px 18px rgba(15,23,42,.08);\n}\n\n\/* =========================\nBLUE DOWNLOAD BUTTON\n========================= *\/\n\n.vrc-look-btn{\n\n  width:100%;\n\n  border:none;\n\n  border-radius:24px;\n\n  padding:18px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  gap:16px;\n\n  text-decoration:none;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  box-shadow:\n    0 12px 24px rgba(18,172,239,.22),\n    0 4px 10px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.vrc-look-btn:hover{\n\n  transform:translateY(-2px);\n\n  box-shadow:\n    0 16px 30px rgba(18,172,239,.26);\n}\n\n\/* LEFT *\/\n\n.vrc-look-btn-left{\n\n  display:flex;\n\n  align-items:center;\n\n  gap:14px;\n\n  min-width:0;\n}\n\n\/* ICON *\/\n\n.vrc-look-btn-icon{\n\n  width:48px;\n\n  height:48px;\n\n  border-radius:16px;\n\n  background:rgba(255,255,255,.18);\n\n  backdrop-filter:blur(10px);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  color:#fff;\n\n  font-size:22px;\n\n  font-weight:700;\n}\n\n\/* TEXT *\/\n\n.vrc-look-btn-content{\n\n  text-align:left;\n}\n\n.vrc-look-btn-title{\n\n  font-size:16px;\n\n  font-weight:700;\n\n  color:#fff;\n\n  line-height:1.2;\n}\n\n.vrc-look-btn-sub{\n\n  font-size:13px;\n\n  color:rgba(255,255,255,.82);\n\n  margin-top:4px;\n}\n\n\/* ARROW *\/\n\n.vrc-look-btn-arrow{\n\n  font-size:28px;\n\n  color:#fff;\n\n  flex-shrink:0;\n\n  line-height:1;\n}\n \/* =========================\nBLUE DOWNLOAD BUTTON\n========================= *\/\n\n.vrc-look-btn{\n\n  width:100%;\n\n  border:none;\n\n  border-radius:24px;\n\n  padding:18px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  gap:16px;\n\n  text-decoration:none;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  box-shadow:\n    0 12px 24px rgba(18,172,239,.22),\n    0 4px 10px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.vrc-look-btn:hover{\n\n  transform:translateY(-2px);\n\n  box-shadow:\n    0 16px 30px rgba(18,172,239,.26);\n}\n\n\/* LEFT *\/\n\n.vrc-look-btn-left{\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  gap:14px;\n\n  min-width:0;\n\n  width:100%;\n}\n\n\/* ICON *\/\n\n.vrc-look-btn-icon{\n\n  width:48px;\n\n  height:48px;\n\n  border-radius:16px;\n\n  background:rgba(255,255,255,.18);\n\n  backdrop-filter:blur(10px);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  color:#fff;\n\n  font-size:22px;\n\n  font-weight:700;\n}\n\n\/* TEXT *\/\n\n.vrc-look-btn-content{\n\n  text-align:left;\n}\n\n.vrc-look-btn-title{\n\n  font-size:16px;\n\n  font-weight:700;\n\n  color:#fff;\n\n  line-height:1.2;\n}\n\n.vrc-look-btn-sub{\n\n  font-size:13px;\n\n  color:rgba(255,255,255,.82);\n\n  margin-top:4px;\n}\n\n\/* SUPPORT BUTTON *\/\n\n.vrc-support-btn{\n\n  position:relative;\n\n  width:100%;\n\n  min-height:62px;\n\n  border:none;\n\n  border-radius:24px;\n\n  padding:0 24px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  color:#fff;\n\n  font-size:16px;\n\n  font-weight:700;\n\n  letter-spacing:-0.2px;\n\n  margin-top:38px;\n\n  box-shadow:\n    0 14px 30px rgba(18,172,239,.22),\n    0 6px 14px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.vrc-support-btn:active{\n\n  transform:scale(.985);\n}\n\n\n\n.vrc-support-btn::after{\n\n  content:\"›\";\n\n  font-size:30px;\n\n  font-weight:300;\n\n  opacity:.9;\n}\n\n\/* POPUP *\/\n\n.vrc-support-popup{\n\n  position:fixed;\n\n  inset:0;\n\n  background:rgba(0,0,0,.45);\n\n  backdrop-filter:blur(10px);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  z-index:9999999;\n\n  opacity:0;\n\n  visibility:hidden;\n\n  transition:.3s ease;\n}\n\n.vrc-support-popup.active{\n\n  opacity:1;\n\n  visibility:visible;\n}\n\n\/* BOX *\/\n\n.vrc-support-box{\n\n  width:88%;\n\n  max-width:340px;\n\n  background:#fff;\n\n  border-radius:28px;\n\n  padding:28px 22px;\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:14px;\n\n  box-shadow:\n    0 20px 40px rgba(0,0,0,.18);\n}\n\n\/* TITLE *\/\n\n.vrc-support-title{\n\n  font-size:22px;\n\n  font-weight:800;\n\n  text-align:center;\n\n  margin-bottom:4px;\n}\n\n\/* SUBTITLE *\/\n\n.vrc-support-subtitle{\n\n  text-align:center;\n\n  font-size:14px;\n\n  color:#777;\n\n  margin-bottom:10px;\n}\n\n\/* OPTIONS *\/\n\n.vrc-support-option{\n\n  min-height:58px;\n\n  border-radius:20px;\n\n  background:#f5f7fa;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:flex-start;\n\n  gap:14px;\n\n  padding:0 18px;\n\n  text-decoration:none;\n\n  color:#111;\n\n  font-size:15px;\n\n  font-weight:600;\n\n  transition:\n    transform .2s ease,\n    background .2s ease;\n}\n\n.vrc-support-option:active{\n\n  transform:scale(.985);\n}\n\n.vrc-support-option-icon{\n\n  font-size:20px;\n}\n\n.vrc-support-option-icon-svg{\n\n  width:22px;\n\n  height:22px;\n\n  object-fit:contain;\n\n  flex-shrink:0;\n\n  opacity:.9;\n}\n  \n\/* CLOSE BUTTON *\/\n\n.vrc-support-close{\n\n  margin-top:8px;\n\n  min-height:50px;\n\n  border:none;\n\n  border-radius:18px;\n\n  background:#111;\n\n  color:#fff;\n\n  font-size:14px;\n\n  font-weight:700;\n}\n\n.vrc-support-btn,\n.vrc-support-popup,\n.vrc-support-box,\n.vrc-support-title,\n.vrc-support-subtitle,\n.vrc-support-option,\n.vrc-support-close{\n\n  font-family:'Poppins',sans-serif;\n}\n\n\/* WHATSAPP BUTTON *\/\n\n.vrc-whatsapp-btn{\n\n  width:100%;\n\n  min-height:68px;\n\n  margin-top:16px;\n\n  border-radius:24px;\n\n  padding:16px 22px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:flex-start;\n\n  gap:14px;\n\n  text-decoration:none;\n\n  background:\n    linear-gradient(\n      135deg,\n      #25D366 0%,\n      #1ebe5d 100%\n    );\n\n  color:#fff;\n\n  font-size:15px;\n\n  font-weight:700;\n\n  line-height:1.45;\n\n  font-family:'Poppins',sans-serif;\n\n  box-shadow:\n    0 14px 30px rgba(37,211,102,.22),\n    0 6px 14px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.vrc-whatsapp-btn span{\n\n  color:#fff;\n}\n  \n.vrc-whatsapp-btn:active{\n\n  transform:scale(.985);\n}\n\n.vrc-whatsapp-icon{\n\n  width:24px;\n\n  height:24px;\n\n  object-fit:contain;\n\n  flex-shrink:0;\n}\n\n\/* FEATURES + PRESENTATION BUTTONS *\/\n\n.vrc-button{\n\n  font-family:'Poppins',sans-serif;\n}\n\n.vrc-button::after{\n\n  content:\"›\";\n\n  font-size:30px;\n\n  font-weight:300;\n\n  opacity:.9;\n\n  line-height:1;\n}\n\n.vrc-button span{\n\n  display:none;\n}\n\n@media(max-width:360px){\n\n  .vrc-spec-hero{\n\n    padding-right:74px;\n  }\n\n  .vrc-spec-hero h2{\n\n    font-size:22px;\n\n    padding-right:0;\n  }\n\n  .vrc-spec-logo{\n\n    width:52px;\n\n    height:52px;\n\n    top:18px;\n\n    right:18px;\n  }\n}\n\n .vrc-button span{\n\n  display:none;\n}\n\n\/* BACK BUTTON *\/\n\n.vrc-back{\n\n  font-family:'Poppins',sans-serif;\n\n  font-size:15px;\n\n  font-weight:700;\n\n  letter-spacing:-0.2px;\n\n  display:flex;\n\n  align-items:center;\n\n  gap:6px;\n}\n\n.vrc-back::before{\n\n  content:\"‹\";\n\n  font-size:30px;\n\n  font-weight:300;\n\n  line-height:1;\n} \n  \n\u003c\/style\u003e\n\u003cdiv class=\"vrc-mobile-only\"\u003e\n\u003cdiv class=\"vrc-page\"\u003e\n\u003cdiv class=\"vrc-info-wrap\"\u003e\n\u003c!-- SUBSCRIPTION --\u003e\n\u003cdiv class=\"vrc-subscription-line\"\u003e\n\u003cdiv class=\"vrc-subscription-top\"\u003e\n\u003cspan class=\"vrc-days-inline\"\u003e30 Days\u003c\/span\u003e \u003cspan class=\"vrc-free-inline\"\u003eFREE SUBSCRIPTION\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-sub-small\"\u003eMonthly subscription only €8 per vehicle\u003c\/div\u003e\n\u003cdiv class=\"vrc-guarantee\"\u003e14-day money-back guarantee\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- DESCRIPTION --\u003e\n\u003cdiv class=\"vrc-main-description\"\u003e\n\u003cp\u003eStay connected to your scooters and motorcycles at all times with compact, reliable GPS tracking and access through the GPRS Pro platform and mobile app.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- PACKAGE --\u003e\n\u003cdiv class=\"vrc-section\"\u003e\n\u003cdiv class=\"vrc-section-title\"\u003ePackage Includes\u003c\/div\u003e\n\u003cul class=\"vrc-package-list\"\u003e\n\u003cli\u003ePlug and play device\u003c\/li\u003e\n\u003cli\u003eGlobal SIM card connectivity\u003c\/li\u003e\n\u003cli\u003eFleet tracking platform\u003c\/li\u003e\n\u003cli\u003eMobile app\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c!-- BUTTONS --\u003e\n\u003cdiv class=\"vrc-buttons\"\u003e\n\u003cbutton class=\"vrc-button\" data-open=\"presentationPage\"\u003e Presentation \u003cspan\u003e\u0026gt;\u003c\/span\u003e \u003c\/button\u003e \u003cbutton class=\"vrc-button\" data-open=\"specsPage\"\u003e Features \u003cspan\u003e\u0026gt;\u003c\/span\u003e \u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- MAIN MOBILE FAQ SLIDER --\u003e\n\u003cdiv class=\"vrc-slider\"\u003e\n\u003cdiv class=\"vrc-slide active\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0996\/6780\/4537\/files\/132.svg?v=1778228608\"\u003e\n\u003cdiv class=\"vrc-slide-title\"\u003eDoes the device require installation?\u003c\/div\u003e\n\u003cdiv class=\"vrc-slide-text\"\u003eInstallation is quick and easy. Install the GPS tracking device in your vehicle with the help of an automotive electrician, then download the app and create an account.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-slide\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0996\/6780\/4537\/files\/3232.svg?v=1778228608\"\u003e\n\u003cdiv class=\"vrc-slide-title\"\u003eDo I need to buy a SIM card and data?\u003c\/div\u003e\n\u003cdiv class=\"vrc-slide-text\"\u003eNo, the device includes a built-in SIM chip with no roaming charges, and data is included in the monthly subscription.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-slide\"\u003e\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk880payment.svg?v=1779368896\"\u003e\n\u003cdiv class=\"vrc-slide-title\"\u003eHow can I pay the monthly subscription?\u003c\/div\u003e\n\u003cdiv class=\"vrc-slide-text\"\u003eYou can pay your monthly subscription using: \u003cbr\u003e\u003cbr\u003e• PayPal \u003cbr\u003e• Credit or debit card (Visa, Mastercard, American Express and other major cards) \u003cbr\u003e\u003cbr\u003eAll online payments are processed securely through our payment providers.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-slider-dots\"\u003e\n\u003cspan class=\"vrc-slider-dot active\"\u003e\u003c\/span\u003e \u003cspan class=\"vrc-slider-dot\"\u003e\u003c\/span\u003e \u003cspan class=\"vrc-slider-dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- MAIN MOBILE CONTACT ACTIONS --\u003e \u003cbutton class=\"vrc-support-btn mobile-contact-btn\" id=\"openSupportPopup\"\u003e Contact Support \u003c\/button\u003e\n\u003cdiv class=\"vrc-support-popup\" id=\"supportPopup\"\u003e\n\u003cdiv class=\"vrc-support-box\"\u003e\n\u003cdiv class=\"vrc-support-title\"\u003eContact Support\u003c\/div\u003e\n\u003cdiv class=\"vrc-support-subtitle\"\u003eChoose your preferred contact method.\u003c\/div\u003e\n\u003ca href=\"tel:+302310365067\" class=\"vrc-support-option\"\u003e \u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/phone.svg\" class=\"vrc-support-option-icon-svg\"\u003e \u003cspan\u003eCall Support\u003c\/span\u003e \u003c\/a\u003e \u003ca href=\"mailto:support@skytrack.gr\" class=\"vrc-support-option\"\u003e \u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/mail.svg\" class=\"vrc-support-option-icon-svg\"\u003e \u003cspan\u003eEmail Support\u003c\/span\u003e \u003c\/a\u003e \u003cbutton class=\"vrc-support-close\" id=\"closeSupportPopup\"\u003e Close \u003c\/button\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca href=\"https:\/\/wa.me\/306945641644\" class=\"vrc-whatsapp-btn mobile-contact-btn\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/WhatsApp.svg\" class=\"vrc-whatsapp-icon\"\u003e \u003cspan\u003e Chat with us on WhatsApp \u003c\/span\u003e \u003c\/a\u003e \u003c!-- PRESENTATION PAGE --\u003e\n\u003cdiv class=\"vrc-fullpage\" id=\"presentationPage\"\u003e\n\u003cbutton class=\"vrc-back\" data-close=\"presentationPage\"\u003e Presentation \u003c\/button\u003e\n\u003cdiv class=\"vrc-card\"\u003e\n\u003cdiv class=\"vrc-mini-badge\"\u003eSK234 Scooter \u0026amp; Motorcycle Tracking\u003c\/div\u003e\n\u003ch2\u003eComplete\u003cbr\u003eGPS Tracking Solution\u003c\/h2\u003e\n\u003cdiv class=\"vrc-video-wrap\"\u003e\u003cvideo class=\"vrc-video\" playsinline=\"\" preload=\"metadata\" controls=\"controls\"\u003e\n        \u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/5b2d07d91a024c7e9bd5775125123307.mp4\" type=\"video\/mp4\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"vrc-card\"\u003e\n\u003ch3\u003eMonitor all your vehicles through the GPRS platform and app\u003c\/h3\u003e\n\u003cdiv class=\"vrc-list\"\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Real-time vehicle location and movement\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Trip history and route playback\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Ignition on\/off status\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Driving behaviour alerts\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Driver identification — driver ID required, not included in the package\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Engine block — relay required, not included in the package\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Predictive maintenance\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Speed monitoring and alerts\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Geofencing alerts\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-card\"\u003e\n\u003ch3\u003eWhat you gain\u003c\/h3\u003e\n\u003cdiv class=\"vrc-list\"\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Reporting\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Predictive maintenance\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Eco score\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Reduced fuel costs\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Prevention of unauthorized vehicle use\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Improved driver behaviour\u003c\/div\u003e\n\u003cdiv class=\"vrc-list-item\"\u003e• Stolen vehicle recovery\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-demo-banner\"\u003e\n\u003cdiv class=\"vrc-demo-content\"\u003e\n\u003cdiv class=\"vrc-demo-title\"\u003eGPRS Pro App\u003c\/div\u003e\n\u003cdiv class=\"vrc-demo-text\"\u003eDownload the app and explore our live demo.\u003c\/div\u003e\n\u003cdiv class=\"vrc-demo-buttons\"\u003e\n\u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_90_058b20da-b51c-4492-8754-d3c8bacfc923.png?v=1773227213\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/apps.apple.com\/gr\/app\/gprs-pro\/id6529538115?l=el\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_89_a5f3a240-ce36-45dd-b4a7-eb53ce44b61a.png?v=1773227214\"\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-demo-phone\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk234-apps.png?v=1773930477\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ca class=\"vrc-look-btn\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/SKYTRACK_-_FLEET_MANAGEMENT.pdf?v=1773392074\" target=\"_blank\"\u003e\n\u003cdiv class=\"vrc-look-btn-left\"\u003e\n\u003cdiv class=\"vrc-look-btn-icon\"\u003e↓\u003c\/div\u003e\n\u003cdiv class=\"vrc-look-btn-content\"\u003e\n\u003cdiv class=\"vrc-look-btn-title\"\u003eDownload Presentation\u003c\/div\u003e\n\u003cdiv class=\"vrc-look-btn-sub\"\u003eView the full Skytrack fleet management brochure\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-gallery-slider\"\u003e\n\u003cdiv class=\"vrc-gallery-track\"\u003e\n\u003cimg class=\"vrc-gallery-image active\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk234-apps.png?v=1773930477\"\u003e \u003cimg class=\"vrc-gallery-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk234-ideal.png?v=1773930476\"\u003e \u003cimg class=\"vrc-gallery-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk234-pics.png?v=1773930478\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-gallery-dots\"\u003e\n\u003cspan class=\"vrc-gallery-dot active\"\u003e\u003c\/span\u003e \u003cspan class=\"vrc-gallery-dot\"\u003e\u003c\/span\u003e \u003cspan class=\"vrc-gallery-dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- FEATURES PAGE --\u003e\n\u003cdiv class=\"vrc-fullpage\" id=\"specsPage\"\u003e\n\u003cbutton class=\"vrc-back\" data-close=\"specsPage\"\u003e Features \u003c\/button\u003e \u003c!-- HERO --\u003e\n\u003cdiv class=\"vrc-card vrc-spec-hero\"\u003e\n\u003cimg class=\"vrc-spec-logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/gprs-pro-logo.png?v=1779361703\"\u003e\n\u003ch2\u003eFeatures\u003c\/h2\u003e\n\u003cp\u003eEverything you need in one complete fleet management platform.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- MAIN FEATURES CARD --\u003e\n\u003cdiv class=\"vrc-card\"\u003e\n\u003c!-- SECTION --\u003e\n\u003cdiv class=\"vrc-spec-section\"\u003e\n\u003cdiv class=\"vrc-spec-title\"\u003eGeneral Features\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-grid\"\u003e\n\u003c!-- ITEM --\u003e\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/plugnplaysk880.svg?v=1779363689\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003ePlug \u0026amp; Play installation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e✓\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ITEM --\u003e\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sim-chip-icon-svg.svg?v=1779690130\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003eBuilt-in global SIM chip\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e✓\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ITEM --\u003e\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/app-icon-svg.svg?v=1779690131\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003eAccess through mobile app\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e✓\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ITEM --\u003e\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/caricon.svg?v=1779432385\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003eReal-time vehicle GPS tracking\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e✓\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ITEM --\u003e\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk880support.svg?v=1779367790\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003e24\/7 Support\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e✓\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ITEM --\u003e\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk880lifewarranty.svg?v=1779367790\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003eLifetime warranty\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e✓\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- SECOND SECTION --\u003e\n\u003cdiv class=\"vrc-spec-section\"\u003e\n\u003cdiv class=\"vrc-spec-title\"\u003ePlatform Features\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-grid\"\u003e\n\u003c!-- ITEM --\u003e\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/locationsk880.svg?v=1779363689\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003eLive vehicle location and movement\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e✓\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ITEM --\u003e\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/routesk880.svg?v=1779363689\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003eRoute history \u0026amp; route playback\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e✓\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ITEM --\u003e\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/routesk880.svg?v=1779363689\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003eIgnition on\/off status\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e✓\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ITEM --\u003e\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/reportssk880.svg?v=1779363689\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003eDriving behavior alerts\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e✓\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ITEM --\u003e\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/locksk880.svg?v=1779363689\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003eRemote engine immobilization (relay required)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e✓\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ITEM --\u003e\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/geofencesk880.svg?v=1779363689\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003eGeofence alerts\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e✓\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ITEM --\u003e\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/reportssk880.svg?v=1779363689\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003eReports \u0026amp; analytics\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e✓\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ITEM --\u003e\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/locksk880.svg?v=1779363689\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003ePrevention of unauthorized vehicle use\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e✓\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ITEM --\u003e\n\u003cdiv class=\"vrc-feature-card\"\u003e\n\u003cdiv class=\"vrc-feature-top\"\u003e\n\u003cdiv class=\"vrc-feature-icon\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/carrecover.svg?v=1779432462\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-text\"\u003eStolen vehicle recovery\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"vrc-feature-check\"\u003e✓\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\u003e","brand":"Vehicle Tracking System","offers":[{"title":"Default Title","offer_id":52631807656283,"sku":"800000000000051","price":115.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk234-product-pic.png?v=1776683845"},{"product_id":"sk225-advanced-tracking","title":"SK225: Advanced Tracking","description":"\u003c!-- FONT --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n\/* ================= GLOBAL VARIABLES ================= *\/\n:root{\n  --font-main: \"Poppins\", sans-serif;\n\n  \/* Font Sizes *\/\n  --fs-xs: 13px;\n  --fs-sm: 14px;\n  --fs-base: 16px;\n  --fs-md: 18px;\n  --fs-lg: 22px;\n  --fs-xl: 28px;\n\n  \/* Font Weights *\/\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  \/* Spacing *\/\n  --space-xs: 6px;\n  --space-sm: 10px;\n  --space-md: 16px;\n  --space-lg: 24px;\n  --space-xl: 36px;\n  --space-xxl: 48px;\n\n  \/* Colors *\/\n  --text-main: #111;\n  --text-secondary: #555;\n  --bg-soft: #f8f8f8;\n}\n\n\/* ================= GLOBAL STYLES ================= *\/\nhtml{\n  scroll-behavior:smooth;\n}\n\nbody{\n  font-size: var(--fs-base);\n  line-height: 1.7;\n  color: var(--text-main);\n  background: var(--bg-soft);\n  margin:0;\n  padding:0;\n}\n\n\/* ================= WRAPPER ================= *\/\n.product-wrapper{\n  max-width:820px;\n  margin:60px auto;\n  padding:0 18px;\n}\n\n\/* ================= TITLES ================= *\/\n.section-title{\n  font-size: var(--fs-xl);\n  font-weight: var(--fw-bold);\n  letter-spacing: -0.4px;\n  margin-bottom: var(--space-lg);\n}\n\n\/* ================= VIDEO ================= *\/\n.video-container{\n  position:relative;\n  padding-bottom:56.25%;\n  height:0;\n  overflow:hidden;\n  border-radius:16px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.15);\n  background:#000;\n  margin-top: var(--space-md);\n}\n\n.video-container iframe{\n  position:absolute;\n  top:0;\n  left:0;\n  width:100%;\n  height:100%;\n  border:0;\n}\n\n\/* ================= PRODUCT DESCRIPTION ================= *\/\n.product-description{\n  margin-top: var(--space-lg);\n  font-size: var(--fs-base);\n  line-height:1.8;\n  color: var(--text-secondary);\n}\n\n.product-description p{\n  margin-bottom: var(--space-md);\n}\n\n.product-description ul{\n  margin-top: var(--space-sm);\n  margin-bottom: var(--space-md);\n}\n\n\/* ================= APP BUTTONS ================= *\/\n.app-buttons-section{\n  text-align:center;\n  margin: var(--space-xl) 0;\n}\n\n.app-buttons-section h3{\n  font-size: var(--fs-md);\n  font-weight: var(--fw-semibold);\n  margin-bottom: var(--space-md);\n}\n\n.image-buttons{\n  display:flex;\n  justify-content:center;\n  gap:16px;\n  flex-wrap:wrap;\n}\n\n.image-buttons a{\n  display:block;\n  transition:all .3s ease;\n}\n\n.image-buttons img{\n  width:80px;\n  height:80px;\n  object-fit:cover;\n  border-radius:16px;\n  box-shadow:0 5px 15px rgba(0,0,0,0.18);\n}\n\n.image-buttons a:hover img{\n  transform:translateY(-3px) scale(1.05);\n  box-shadow:0 10px 20px rgba(0,0,0,0.28);\n}\n\n\/* ================= PDF BUTTON ================= *\/\n.pdf-download-wrapper{\n  text-align:center;\n  margin-top: var(--space-md);\n}\n\n.pdf-download-btn{\n  display:inline-block;\n  padding:16px 36px;\n  background:#000;\n  color:#fff!important;\n  text-decoration:none;\n  font-size: var(--fs-base);\n  font-weight: var(--fw-semibold);\n  border-radius:10px;\n  letter-spacing:0.2px;\n  transition:all .25s ease;\n}\n\n.pdf-download-btn:hover{\n  background:#222;\n  transform:translateY(-5px) scale(1.04);\n  box-shadow:0 15px 30px rgba(0,0,0,0.35);\n}\n\n\/* ================= SLIDESHOW ================= *\/\n.slideshow-container{\n  position:relative;\n  margin: var(--space-xl) auto var(--space-sm);\n}\n\n.mySlides{\n  display:none;\n}\n\n.mySlides img{\n  width:100%;\n  border-radius:16px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.18);\n}\n\n.dots{\n  text-align:center;\n  margin-top: var(--space-sm);\n}\n\n.dot{\n  height:10px;\n  width:10px;\n  margin:0 4px;\n  background:#bbb;\n  border-radius:50%;\n  display:inline-block;\n  cursor:pointer;\n  transition:transform .25s ease, background .25s ease;\n}\n\n.dot:hover{\n  transform:scale(1.3);\n}\n\n.dot.active{\n  background:#000;\n  transform:scale(1.25);\n}\n\n\/* ================= FAQ ================= *\/\n.qna-section{\n  margin-top: var(--space-xl);\n  background:#fff;\n  border-radius:14px;\n  box-shadow:0 8px 25px rgba(0,0,0,0.06);\n}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\n}\n\n.qna-item:hover{\n  background:#f6f6f6;\n}\n\n.qna-question{\n  width:100%;\n  text-align:left;\n  background:transparent;\n  border:none;\n  font-size: var(--fs-md);\n  font-weight: var(--fw-semibold);\n  padding:18px 14px;\n  cursor:pointer;\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n}\n\n.qna-icon{\n  font-size:20px;\n  color:#777;\n  transition: transform .35s cubic-bezier(.4,0,.2,1), color .25s ease;\n}\n\n.qna-question.active .qna-icon{\n  transform:rotate(45deg);\n  color:#000;\n}\n\n.qna-question:hover .qna-icon{\n  color:#000;\n}\n\n.qna-answer{\n  display: grid;\n  grid-template-rows: 0fr;\n  opacity: 0;\n  transition: grid-template-rows 0.4s ease, opacity 0.3s ease;\n  font-size: var(--fs-sm);\n  line-height:1.75;\n  color: var(--text-secondary);\n}\n\n.qna-answer-inner{\n  overflow: hidden;\n  padding: 0 10px;\n  transition: padding 0.3s ease;\n}\n\n.qna-question.active + .qna-answer{\n  grid-template-rows: 1fr;\n  opacity: 1;\n}\n\n.qna-question.active + .qna-answer .qna-answer-inner{\n  padding: 10px 10px 22px 10px;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top:10px;\n}\n\n.qna-answer li{\n  margin-bottom:6px;\n}\n\n\/* Hide demo button by default *\/\n#demoButton {\n  display: none;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrapper\"\u003e\n\u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/92869b1bc95040f48a1a1c5165441714.mp4\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp\u003e\u003cstrong\u003eA complete GPS tracking solution designed for cold chain logistics, refrigerated transport, and temperature-sensitive deliveries.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eStay connected to your vehicles at all times with a reliable tracking device, offering real-time location, route visibility, and full control through the GPRS Platform \u0026amp; App.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e✔ Advanced GPS Device\u003cbr\u003e✔ Global SIM card connectivity\u003cbr\u003e✔ Fleet tracking platform\u003cbr\u003e✔ Mobile app\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMonitor all your vehicles via GPRS Platform \u0026amp; App and access:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eReal-time vehicle location and movement\u003c\/li\u003e\n\u003cli\u003eTrip history and route playback\u003c\/li\u003e\n\u003cli\u003eIgnition on\/off status\u003cbr\u003e\n\u003c\/li\u003e\n\u003cli\u003eDriving behaviour analysis (harsh braking, acceleration, cornering)\u003c\/li\u003e\n\u003cli\u003ePredictive maintenance\u003c\/li\u003e\n\u003cli\u003eSpeed monitoring and speed alerts\u003c\/li\u003e\n\u003cli\u003eGeofencing alerts for area entry and exit\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eCold Chain Ready\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp data-start=\"1262\" data-end=\"1334\"\u003eThe system is designed to support temperature-controlled operations when combined with additional hardware: temperature monitoring (requires \u003ca href=\"https:\/\/skytrackshop.com\/products\/temperature-sensor-bluetooth-monitoring-system-12830\" target=\"_blank\" rel=\"noopener\"\u003etemperature sensor\u003c\/a\u003e) \u0026amp; refrigeration unit data (requires \u003ca href=\"https:\/\/skytrackshop.com\/products\/carrier-reefer-adapter\" target=\"_blank\" rel=\"noopener\"\u003ereefer adapter\u003c\/a\u003e)\u003c\/p\u003e\n\u003cul\u003e\u003c\/ul\u003e\n\u003cul data-start=\"1336\" data-end=\"1506\"\u003e\n\u003cli data-section-id=\"1yc18mb\" data-start=\"1336\" data-end=\"1386\"\u003eIdeal for refrigerated transport and logistics\u003c\/li\u003e\n\u003cli data-section-id=\"q0acsq\" data-start=\"1387\" data-end=\"1444\"\u003eFull route visibility for compliance and traceability\u003c\/li\u003e\n\u003cli data-section-id=\"svgz2z\" data-start=\"1445\" data-end=\"1506\"\u003eCompatible with external temperature monitoring solutions\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat you gain\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eReporting\u003c\/li\u003e\n\u003cli\u003ePredictive Maintenance\u003c\/li\u003e\n\u003cli\u003eEco score\u003c\/li\u003e\n\u003cli\u003eReduce fuel costs\u003c\/li\u003e\n\u003cli\u003ePrevent unauthorized vehicle use\u003c\/li\u003e\n\u003cli\u003eImprove driver behaviour\u003c\/li\u003e\n\u003cli\u003eRecover stolen vehicles\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-buttons-section\"\u003e\n\u003ch3\u003eDownload the GPRS Pro App to explore our demo:\u003c\/h3\u003e\n\u003cdiv class=\"image-buttons\"\u003e\n\u003ca href=\"https:\/\/apps.apple.com\/gr\/app\/gprs-pro\/id6529538115?l=el\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_89_a5f3a240-ce36-45dd-b4a7-eb53ce44b61a.png?v=1773227214\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_90_058b20da-b51c-4492-8754-d3c8bacfc923.png?v=1773227213\"\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\" id=\"demoButton\"\u003e\n  \u003ca class=\"pdf-download-btn\" href=\"https:\/\/gprs.gr\/demo.php\" target=\"_blank\"\u003e\n    Explore GPRS Platform\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\"\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/SKYTRACK_-_FLEET_MANAGEMENT.pdf?v=1773392074\" download=\"\" class=\"pdf-download-btn\" target=\"_blank\"\u003e Download Skytrack Fleet Management Presentation \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"slideshow-container\"\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/tempature-sensor-use.png?v=1774621183\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/cold-chain-sensor-pic.png?v=1775650751\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/cold-chain-adapter-pic.png?v=1775650750\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dots\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-section\"\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e What vehicles are compatible with SK225: Advanced Tracking? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eSK225: Advanced Tracking is compatible with most trucks \u0026amp; vehicles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does the device require installation? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eThe Advanced Tracking device requires installation by a qualified car electrician or professional installer to ensure proper connection to the vehicle’s electrical and CAN bus systems. Installation service is not included in the package and must be arranged separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does the system include connectivity? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eYes, the device includes an integrated SIM with global connectivity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e How can I pay the monthly subscription? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eYou can pay your monthly subscription using:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003ePayPal\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCredit or debit card\u003c\/strong\u003e (Visa, Mastercard, American Express and other major cards)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eAll online payments are processed securely through our payment providers. When paying by card, you will be redirected to a secure payment page to complete the transaction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n\ndocument.addEventListener(\"DOMContentLoaded\",function(){\n\nlet slideIndex = 0;\nlet slideTimer;\n\nshowSlides();\n\nfunction showSlides() {\n  let slides = document.getElementsByClassName(\"mySlides\");\n  let dots = document.getElementsByClassName(\"dot\");\n\n  for (let i = 0; i \u003c slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n\n  slideIndex++;\n\n  if (slideIndex \u003e slides.length) {\n    slideIndex = 1;\n  }\n\n  for (let i = 0; i \u003c dots.length; i++) {\n    dots[i].classList.remove(\"active\");\n  }\n\n  slides[slideIndex - 1].style.display = \"block\";\n  dots[slideIndex - 1].classList.add(\"active\");\n\n  slideTimer = setTimeout(showSlides, 2500);\n}\n\n\/\/ ✅ FIXED DOT CLICK\ndocument.querySelectorAll(\".dot\").forEach((dot, i) =\u003e {\n  dot.onclick = function () {\n    clearTimeout(slideTimer); \/\/ reset timer cleanly\n    slideIndex = i;           \/\/ correct index\n    showSlides();             \/\/ restart slideshow\n  };\n});\n\ndocument.querySelectorAll(\".qna-question\").forEach(btn =\u003e {\n  btn.addEventListener(\"click\", function () {\n\n    const isActive = this.classList.contains(\"active\");\n\n    document.querySelectorAll(\".qna-question\").forEach(q =\u003e {\n      q.classList.remove(\"active\");\n    });\n\n    if (!isActive) {\n      this.classList.add(\"active\");\n    }\n\n  });\n});\n  \n\/\/ ===== SHOW DEMO BUTTON ONLY ON DESKTOP =====\n    var ua = navigator.userAgent || navigator.vendor || window.opera;\n\n    \/\/ mobile detection\n    var isMobile = \/android|iphone|ipad|ipod|iemobile|opera mini\/i.test(ua);\n\n    \/\/ touch detection (tablets \/ hybrid devices)\n    var isTouch = ('ontouchstart' in window) || (navigator.maxTouchPoints \u003e 0);\n\n    var demoButton = document.getElementById(\"demoButton\");\n\n    \/\/ show ONLY on real desktop (non-mobile + non-touch)\n    if (!isMobile \u0026\u0026 !isTouch) {\n      if (demoButton) demoButton.style.display = \"block\";\n    }\n});\n\n\u003c\/script\u003e","brand":"SKYTRACK SHOP","offers":[{"title":"14-days money back guarantee \/ 8€ standard monthly subscription per vehicle - Enjoy the first 30 days for free \/ Embedded SIM chip for global roaming - No extra roaming fees","offer_id":52841038217563,"sku":"800000000000061","price":115.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/225-cold-chain.png?v=1775476189"},{"product_id":"sk230-advanced-tracking","title":"SK230: Advanced Tracking","description":"\u003c!-- FONT --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n\/* ================= GLOBAL VARIABLES ================= *\/\n:root{\n  --font-main: \"Poppins\", sans-serif;\n\n  \/* Font Sizes *\/\n  --fs-xs: 13px;\n  --fs-sm: 14px;\n  --fs-base: 16px;\n  --fs-md: 18px;\n  --fs-lg: 22px;\n  --fs-xl: 28px;\n\n  \/* Font Weights *\/\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  \/* Spacing *\/\n  --space-xs: 6px;\n  --space-sm: 10px;\n  --space-md: 16px;\n  --space-lg: 24px;\n  --space-xl: 36px;\n  --space-xxl: 48px;\n\n  \/* Colors *\/\n  --text-main: #111;\n  --text-secondary: #555;\n  --bg-soft: #f8f8f8;\n}\n\n\/* ================= GLOBAL STYLES ================= *\/\nhtml{\n  scroll-behavior:smooth;\n}\n\nbody{\n  font-size: var(--fs-base);\n  line-height: 1.7;\n  color: var(--text-main);\n  background: var(--bg-soft);\n  margin:0;\n  padding:0;\n}\n\n\/* ================= WRAPPER ================= *\/\n.product-wrapper{\n  max-width:820px;\n  margin:60px auto;\n  padding:0 18px;\n}\n\n\/* ================= TITLES ================= *\/\n.section-title{\n  font-size: var(--fs-xl);\n  font-weight: var(--fw-bold);\n  letter-spacing: -0.4px;\n  margin-bottom: var(--space-lg);\n}\n\n\/* ================= VIDEO ================= *\/\n.video-container{\n  position:relative;\n  padding-bottom:56.25%;\n  height:0;\n  overflow:hidden;\n  border-radius:16px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.15);\n  background:#000;\n  margin-top: var(--space-md);\n}\n\n.video-container iframe{\n  position:absolute;\n  top:0;\n  left:0;\n  width:100%;\n  height:100%;\n  border:0;\n}\n\n\/* ================= PRODUCT DESCRIPTION ================= *\/\n.product-description{\n  margin-top: var(--space-lg);\n  font-size: var(--fs-base);\n  line-height:1.8;\n  color: var(--text-secondary);\n}\n\n.product-description p{\n  margin-bottom: var(--space-md);\n}\n\n.product-description ul{\n  margin-top: var(--space-sm);\n  margin-bottom: var(--space-md);\n}\n\n\/* ================= APP BUTTONS ================= *\/\n.app-buttons-section{\n  text-align:center;\n  margin: var(--space-xl) 0;\n}\n\n.app-buttons-section h3{\n  font-size: var(--fs-md);\n  font-weight: var(--fw-semibold);\n  margin-bottom: var(--space-md);\n}\n\n.image-buttons{\n  display:flex;\n  justify-content:center;\n  gap:16px;\n  flex-wrap:wrap;\n}\n\n.image-buttons a{\n  display:block;\n  transition:all .3s ease;\n}\n\n.image-buttons img{\n  width:80px;\n  height:80px;\n  object-fit:cover;\n  border-radius:16px;\n  box-shadow:0 5px 15px rgba(0,0,0,0.18);\n}\n\n.image-buttons a:hover img{\n  transform:translateY(-3px) scale(1.05);\n  box-shadow:0 10px 20px rgba(0,0,0,0.28);\n}\n\n\/* ================= PDF BUTTON ================= *\/\n.pdf-download-wrapper{\n  text-align:center;\n  margin-top: var(--space-md);\n}\n\n.pdf-download-btn{\n  display:inline-block;\n  padding:16px 36px;\n  background:#000;\n  color:#fff!important;\n  text-decoration:none;\n  font-size: var(--fs-base);\n  font-weight: var(--fw-semibold);\n  border-radius:10px;\n  letter-spacing:0.2px;\n  transition:all .25s ease;\n}\n\n.pdf-download-btn:hover{\n  background:#222;\n  transform:translateY(-5px) scale(1.04);\n  box-shadow:0 15px 30px rgba(0,0,0,0.35);\n}\n\n\/* ================= SLIDESHOW ================= *\/\n.slideshow-container{\n  position:relative;\n  margin: var(--space-xl) auto var(--space-sm);\n}\n\n.mySlides{\n  display:none;\n}\n\n.mySlides img{\n  width:100%;\n  border-radius:16px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.18);\n}\n\n.dots{\n  text-align:center;\n  margin-top: var(--space-sm);\n}\n\n.dot{\n  height:10px;\n  width:10px;\n  margin:0 4px;\n  background:#bbb;\n  border-radius:50%;\n  display:inline-block;\n  cursor:pointer;\n  transition:transform .25s ease, background .25s ease;\n}\n\n.dot:hover{\n  transform:scale(1.3);\n}\n\n.dot.active{\n  background:#000;\n  transform:scale(1.25);\n}\n\n\/* ================= FAQ ================= *\/\n.qna-section{\n  margin-top: var(--space-xl);\n  background:#fff;\n  border-radius:14px;\n  box-shadow:0 8px 25px rgba(0,0,0,0.06);\n}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\n}\n\n.qna-item:hover{\n  background:#f6f6f6;\n}\n\n.qna-question{\n  width:100%;\n  text-align:left;\n  background:transparent;\n  border:none;\n  font-size: var(--fs-md);\n  font-weight: var(--fw-semibold);\n  padding:18px 14px;\n  cursor:pointer;\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n}\n\n.qna-icon{\n  font-size:20px;\n  color:#777;\n  transition: transform .35s cubic-bezier(.4,0,.2,1), color .25s ease;\n}\n\n.qna-question.active .qna-icon{\n  transform:rotate(45deg);\n  color:#000;\n}\n\n.qna-question:hover .qna-icon{\n  color:#000;\n}\n\n.qna-answer{\n  display: grid;\n  grid-template-rows: 0fr;\n  opacity: 0;\n  transition: grid-template-rows 0.4s ease, opacity 0.3s ease;\n  font-size: var(--fs-sm);\n  line-height:1.75;\n  color: var(--text-secondary);\n}\n\n.qna-answer-inner{\n  overflow: hidden;\n  padding: 0 10px;\n  transition: padding 0.3s ease;\n}\n\n.qna-question.active + .qna-answer{\n  grid-template-rows: 1fr;\n  opacity: 1;\n}\n\n.qna-question.active + .qna-answer .qna-answer-inner{\n  padding: 10px 10px 22px 10px;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top:10px;\n}\n\n.qna-answer li{\n  margin-bottom:6px;\n}\n\n\/* Hide demo button by default *\/\n#demoButton {\n  display: none;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrapper\"\u003e\n\u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/076aba85c78c4f9ea116a7d4e698c845.mp4\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp\u003e\u003cstrong\u003eA complete plug-and-play GPS tracking solution designed for agricultural machinery and field operations.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eStay connected to your equipment at all times with a reliable tracking device, offering real-time location, usage monitoring and full control through the GPRS Platform \u0026amp; App.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e✔ Advanced GPS Device\u003cbr\u003e✔ Global SIM card connectivity\u003cbr\u003e✔ Fleet tracking platform\u003cbr\u003e✔ Mobile app\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMonitor all your vehicles via GPRS Platform \u0026amp; App and access:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eReal-time vehicle location and movement\u003c\/li\u003e\n\u003cli\u003eTrip history and route playback\u003c\/li\u003e\n\u003cli\u003eIgnition on\/off status\u003c\/li\u003e\n\u003cli\u003eCAN bus vehicle data monitoring (vehicle compatibility required)\u003c\/li\u003e\n\u003cli\u003eDriving behaviour analysis (harsh braking, acceleration, cornering)\u003c\/li\u003e\n\u003cli\u003eDriver identification (\u003ca href=\"https:\/\/skytrackshop.com\/products\/btsmp1-standard-bluetooth-sensor?pr_prod_strat=pinned\u0026amp;pr_rec_id=7d45303f5\u0026amp;pr_rec_pid=10295069278555\u0026amp;pr_ref_pid=10333610115419\u0026amp;pr_seq=uniform\" rel=\"noopener\" target=\"_blank\"\u003edriver id needed\u003c\/a\u003e, not included in package)\u003c\/li\u003e\n\u003cli\u003eEngine block (\u003ca href=\"https:\/\/skytrackshop.com\/products\/relay-5-pin-12v?pr_prod_strat=pinned\u0026amp;pr_rec_id=7d45303f5\u0026amp;pr_rec_pid=10341185454427\u0026amp;pr_ref_pid=10333610115419\u0026amp;pr_seq=uniform\" rel=\"noopener\" target=\"_blank\"\u003erelay needed\u003c\/a\u003e, not included in package)\u003c\/li\u003e\n\u003cli\u003ePredictive maintenance\u003c\/li\u003e\n\u003cli\u003eDoor open\/close alerts (\u003ca href=\"https:\/\/skytrackshop.com\/products\/btsmp1-standard-bluetooth-sensor?pr_prod_strat=pinned\u0026amp;pr_rec_id=7d45303f5\u0026amp;pr_rec_pid=10295069278555\u0026amp;pr_ref_pid=10333610115419\u0026amp;pr_seq=uniform\" rel=\"noopener\" target=\"_blank\"\u003esensor needed\u003c\/a\u003e, not included in package)\u003c\/li\u003e\n\u003cli\u003eSpeed monitoring and speed alerts\u003c\/li\u003e\n\u003cli\u003eGeofencing alerts for area entry and exit\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat you gain\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eFull visibility of your machinery\u003c\/li\u003e\n\u003cli\u003eBetter control of field operations\u003c\/li\u003e\n\u003cli\u003eReduced fuel and operational costs\u003cbr data-start=\"1841\" data-end=\"1844\"\u003e\n\u003c\/li\u003e\n\u003cli\u003eImproved maintenance planning\u003c\/li\u003e\n\u003cli\u003eIncreased productivity\u003c\/li\u003e\n\u003cli\u003ePrevent unauthorized usage\u003c\/li\u003e\n\u003cli\u003eRecover stolen equipment\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-buttons-section\"\u003e\n\u003ch3\u003eDownload the GPRS Pro App to explore our demo:\u003c\/h3\u003e\n\u003cdiv class=\"image-buttons\"\u003e\n\u003ca href=\"https:\/\/apps.apple.com\/gr\/app\/gprs-pro\/id6529538115?l=el\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_89_a5f3a240-ce36-45dd-b4a7-eb53ce44b61a.png?v=1773227214\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_90_058b20da-b51c-4492-8754-d3c8bacfc923.png?v=1773227213\"\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\" id=\"demoButton\"\u003e\n  \u003ca class=\"pdf-download-btn\" href=\"https:\/\/gprs.gr\/demo.php\" target=\"_blank\"\u003e\n    Explore GPRS Platform\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\"\u003e\u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/SKYTRACK_-_FLEET_MANAGEMENT.pdf?v=1773392074\" download=\"\" class=\"pdf-download-btn\" target=\"_blank\"\u003e Download Skytrack Fleet Management Presentation \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"slideshow-container\"\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk230-1-pic.png?v=1776256074\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk230-2-pic.png?v=1776256074\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk230-pic2-2.png?v=1777018574\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dots\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-section\"\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Why Choose SK230: Advanced Tracking? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eTrack your machines, optimize your fields, stay in control. - A powerful solution for farmers and agricultural businesses that need real-time visibility, efficiency, and control over their machinery.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does the device require installation? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eThe Advanced Tracking device requires installation by a qualified car electrician or professional installer to ensure proper connection to the vehicle’s electrical and CAN bus systems. Installation service is not included in the package and must be arranged separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does the system include connectivity? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eYes, the device includes an integrated SIM with global connectivity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e How can I pay the monthly subscription? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eYou can pay your monthly subscription using:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003ePayPal\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCredit or debit card\u003c\/strong\u003e (Visa, Mastercard, American Express and other major cards)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eAll online payments are processed securely through our payment providers. When paying by card, you will be redirected to a secure payment page to complete the transaction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n\ndocument.addEventListener(\"DOMContentLoaded\",function(){\n\nlet slideIndex = 0;\nlet slideTimer;\n\nshowSlides();\n\nfunction showSlides() {\n  let slides = document.getElementsByClassName(\"mySlides\");\n  let dots = document.getElementsByClassName(\"dot\");\n\n  for (let i = 0; i \u003c slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n\n  slideIndex++;\n\n  if (slideIndex \u003e slides.length) {\n    slideIndex = 1;\n  }\n\n  for (let i = 0; i \u003c dots.length; i++) {\n    dots[i].classList.remove(\"active\");\n  }\n\n  slides[slideIndex - 1].style.display = \"block\";\n  dots[slideIndex - 1].classList.add(\"active\");\n\n  slideTimer = setTimeout(showSlides, 2500);\n}\n\n\/\/ ✅ FIXED DOT CLICK\ndocument.querySelectorAll(\".dot\").forEach((dot, i) =\u003e {\n  dot.onclick = function () {\n    clearTimeout(slideTimer); \/\/ reset timer cleanly\n    slideIndex = i;           \/\/ correct index\n    showSlides();             \/\/ restart slideshow\n  };\n});\n\ndocument.querySelectorAll(\".qna-question\").forEach(btn =\u003e {\n  btn.addEventListener(\"click\", function () {\n\n    const isActive = this.classList.contains(\"active\");\n\n    document.querySelectorAll(\".qna-question\").forEach(q =\u003e {\n      q.classList.remove(\"active\");\n    });\n\n    if (!isActive) {\n      this.classList.add(\"active\");\n    }\n\n  });\n});\n\/\/ ===== SHOW DEMO BUTTON ONLY ON DESKTOP =====\n    var ua = navigator.userAgent || navigator.vendor || window.opera;\n\n    \/\/ mobile detection\n    var isMobile = \/android|iphone|ipad|ipod|iemobile|opera mini\/i.test(ua);\n\n    \/\/ touch detection (tablets \/ hybrid devices)\n    var isTouch = ('ontouchstart' in window) || (navigator.maxTouchPoints \u003e 0);\n\n    var demoButton = document.getElementById(\"demoButton\");\n\n    \/\/ show ONLY on real desktop (non-mobile + non-touch)\n    if (!isMobile \u0026\u0026 !isTouch) {\n      if (demoButton) demoButton.style.display = \"block\";\n    }\n});\n\n\u003c\/script\u003e","brand":"SKYTRACK SHOP","offers":[{"title":"14-days money back guarantee \/ 8€ standard monthly subscription per vehicle - Enjoy the first 30 days for free \/ Embedded SIM chip for global roaming - No extra roaming fees","offer_id":52841037201755,"sku":"800000000000060","price":115.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk230-product-pic-final.png?v=1777018892"},{"product_id":"gps-fmc250","title":"SK250: Advanced Tracking","description":"\u003c!-- FONT --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n\/* ================= GLOBAL VARIABLES ================= *\/\n:root{\n  --font-main: \"Poppins\", sans-serif;\n\n  \/* Font Sizes *\/\n  --fs-xs: 13px;\n  --fs-sm: 14px;\n  --fs-base: 16px;\n  --fs-md: 18px;\n  --fs-lg: 22px;\n  --fs-xl: 28px;\n\n  \/* Font Weights *\/\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  \/* Spacing *\/\n  --space-xs: 6px;\n  --space-sm: 10px;\n  --space-md: 16px;\n  --space-lg: 24px;\n  --space-xl: 36px;\n  --space-xxl: 48px;\n\n  \/* Colors *\/\n  --text-main: #111;\n  --text-secondary: #555;\n  --bg-soft: #f8f8f8;\n}\n\n\/* ================= GLOBAL STYLES ================= *\/\nhtml{\n  scroll-behavior:smooth;\n}\n\nbody{\n  font-size: var(--fs-base);\n  line-height: 1.7;\n  color: var(--text-main);\n  background: var(--bg-soft);\n  margin:0;\n  padding:0;\n}\n\n\/* ================= WRAPPER ================= *\/\n.product-wrapper{\n  max-width:820px;\n  margin:60px auto;\n  padding:0 18px;\n}\n\n\/* ================= TITLES ================= *\/\n.section-title{\n  font-size: var(--fs-xl);\n  font-weight: var(--fw-bold);\n  letter-spacing: -0.4px;\n  margin-bottom: var(--space-lg);\n}\n\n\/* ================= VIDEO ================= *\/\n.video-container{\n  position:relative;\n  padding-bottom:56.25%;\n  height:0;\n  overflow:hidden;\n  border-radius:16px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.15);\n  background:#000;\n  margin-top: var(--space-md);\n}\n\n.video-container iframe{\n  position:absolute;\n  top:0;\n  left:0;\n  width:100%;\n  height:100%;\n  border:0;\n}\n\n\/* ================= PRODUCT DESCRIPTION ================= *\/\n.product-description{\n  margin-top: var(--space-lg);\n  font-size: var(--fs-base);\n  line-height:1.8;\n  color: var(--text-secondary);\n}\n\n.product-description p{\n  margin-bottom: var(--space-md);\n}\n\n.product-description ul{\n  margin-top: var(--space-sm);\n  margin-bottom: var(--space-md);\n}\n\n\/* ================= APP BUTTONS ================= *\/\n.app-buttons-section{\n  text-align:center;\n  margin: var(--space-xl) 0;\n}\n\n.app-buttons-section h3{\n  font-size: var(--fs-md);\n  font-weight: var(--fw-semibold);\n  margin-bottom: var(--space-md);\n}\n\n.image-buttons{\n  display:flex;\n  justify-content:center;\n  gap:16px;\n  flex-wrap:wrap;\n}\n\n.image-buttons a{\n  display:block;\n  transition:all .3s ease;\n}\n\n.image-buttons img{\n  width:80px;\n  height:80px;\n  object-fit:cover;\n  border-radius:16px;\n  box-shadow:0 5px 15px rgba(0,0,0,0.18);\n}\n\n.image-buttons a:hover img{\n  transform:translateY(-3px) scale(1.05);\n  box-shadow:0 10px 20px rgba(0,0,0,0.28);\n}\n\n\/* ================= PDF BUTTON ================= *\/\n.pdf-download-wrapper{\n  text-align:center;\n  margin-top: var(--space-md);\n}\n\n.pdf-download-btn{\n  display:inline-block;\n  padding:16px 36px;\n  background:#000;\n  color:#fff!important;\n  text-decoration:none;\n  font-size: var(--fs-base);\n  font-weight: var(--fw-semibold);\n  border-radius:10px;\n  letter-spacing:0.2px;\n  transition:all .25s ease;\n}\n\n.pdf-download-btn:hover{\n  background:#222;\n  transform:translateY(-5px) scale(1.04);\n  box-shadow:0 15px 30px rgba(0,0,0,0.35);\n}\n\n\/* ================= SLIDESHOW ================= *\/\n.slideshow-container{\n  position:relative;\n  margin: var(--space-xl) auto var(--space-sm);\n}\n\n.mySlides{\n  display:none;\n}\n\n.mySlides img{\n  width:100%;\n  border-radius:16px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.18);\n}\n\n.dots{\n  text-align:center;\n  margin-top: var(--space-sm);\n}\n\n.dot{\n  height:10px;\n  width:10px;\n  margin:0 4px;\n  background:#bbb;\n  border-radius:50%;\n  display:inline-block;\n  cursor:pointer;\n  transition:transform .25s ease, background .25s ease;\n}\n\n.dot:hover{\n  transform:scale(1.3);\n}\n\n.dot.active{\n  background:#000;\n  transform:scale(1.25);\n}\n\n\/* ================= FAQ ================= *\/\n.qna-section{\n  margin-top: var(--space-xl);\n  background:#fff;\n  border-radius:14px;\n  box-shadow:0 8px 25px rgba(0,0,0,0.06);\n}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\n}\n\n.qna-item:hover{\n  background:#f6f6f6;\n}\n\n.qna-question{\n  width:100%;\n  text-align:left;\n  background:transparent;\n  border:none;\n  font-size: var(--fs-md);\n  font-weight: var(--fw-semibold);\n  padding:18px 14px;\n  cursor:pointer;\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n}\n\n.qna-icon{\n  font-size:20px;\n  color:#777;\n  transition: transform .35s cubic-bezier(.4,0,.2,1), color .25s ease;\n}\n\n.qna-question.active .qna-icon{\n  transform:rotate(45deg);\n  color:#000;\n}\n\n.qna-question:hover .qna-icon{\n  color:#000;\n}\n\n.qna-answer{\n  display: grid;\n  grid-template-rows: 0fr;\n  opacity: 0;\n  transition: grid-template-rows 0.4s ease, opacity 0.3s ease;\n  font-size: var(--fs-sm);\n  line-height:1.75;\n  color: var(--text-secondary);\n}\n\n.qna-answer-inner{\n  overflow: hidden;\n  padding: 0 10px;\n  transition: padding 0.3s ease;\n}\n\n.qna-question.active + .qna-answer{\n  grid-template-rows: 1fr;\n  opacity: 1;\n}\n\n.qna-question.active + .qna-answer .qna-answer-inner{\n  padding: 10px 10px 22px 10px;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top:10px;\n}\n\n.qna-answer li{\n  margin-bottom:6px;\n}\n\n\/* Hide demo button by default *\/\n#demoButton {\n  display: none;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrapper\"\u003e\n\u003cdiv class=\"section-title\"\u003eProduct Overview\u003c\/div\u003e\n\u003cdiv class=\"video-container\"\u003e\u003ciframe src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/881c51510d2c48488ad55db9915c6258.mp4\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp\u003e\u003cstrong\u003eA complete heavy-duty GPS tracking solution with built-in CAN data reading, designed for constructio and mining machinery.\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003eStay connected to your equipment at all times with a rugged device built for extreme environments, offering real-time tracking, machine data and full control through GPRS Platform \u0026amp; App.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003ePackage Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e✔ Advanced GPS Device\u003cbr\u003e✔ Global SIM card connectivity\u003cbr\u003e✔ Fleet tracking platform\u003cbr\u003e✔ Mobile app\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eMonitor all your vehicles via GPRS Platform \u0026amp; App and access:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eReal-time vehicle location and movement\u003c\/li\u003e\n\u003cli\u003eTrip history and route playback\u003c\/li\u003e\n\u003cli\u003eIgnition on\/off status\u003c\/li\u003e\n\u003cli\u003eCAN bus vehicle data monitoring (vehicle compatibility required)\u003c\/li\u003e\n\u003cli\u003eDriving behaviour analysis (harsh braking, acceleration, cornering)\u003c\/li\u003e\n\u003cli\u003ePredictive maintenance\u003c\/li\u003e\n\u003cli\u003eSpeed monitoring and speed alerts\u003c\/li\u003e\n\u003cli\u003eGeofencing alerts for area entry and exit\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat you gain\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eFuel level monitoring\u003c\/li\u003e\n\u003cli\u003eEngine RPM\u003c\/li\u003e\n\u003cli\u003eVehicle mileage\u003c\/li\u003e\n\u003cli\u003eEngine temperature\u003c\/li\u003e\n\u003cli\u003eAccelerator pedal position\u003c\/li\u003e\n\u003cli\u003eBattery voltage and vehicle diagnostics\u003c\/li\u003e\n\u003cli\u003eReporting\u003c\/li\u003e\n\u003cli\u003ePredictive Maintenance\u003c\/li\u003e\n\u003cli\u003eEco score\u003c\/li\u003e\n\u003cli\u003eReduce fuel costs\u003c\/li\u003e\n\u003cli\u003ePrevent unauthorized vehicle use\u003c\/li\u003e\n\u003cli\u003eImprove driver behaviour\u003c\/li\u003e\n\u003cli\u003eRecover stolen vehicles\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-buttons-section\"\u003e\n\u003ch3\u003eDownload the GPRS Pro App to explore our demo:\u003c\/h3\u003e\n\u003cdiv class=\"image-buttons\"\u003e\n\u003ca href=\"https:\/\/apps.apple.com\/gr\/app\/gprs-pro\/id6529538115?l=el\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_89_a5f3a240-ce36-45dd-b4a7-eb53ce44b61a.png?v=1773227214\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_90_058b20da-b51c-4492-8754-d3c8bacfc923.png?v=1773227213\"\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\" id=\"demoButton\"\u003e\n  \u003ca class=\"pdf-download-btn\" href=\"https:\/\/gprs.gr\/demo.php\" target=\"_blank\"\u003e\n    Explore GPRS Platform\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\"\u003e\u003ca class=\"pdf-download-btn\" download=\"\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/SKYTRACK_-_FLEET_MANAGEMENT.pdf?v=1773392074\" target=\"_blank\"\u003e Download Skytrack Fleet Management Presentation \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"slideshow-container\"\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk250-1-pic.png?v=1775545995\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk250-ideal-for-pic.png?v=1776148181\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk250-3rd-pic.png?v=1776149062\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dots\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-section\"\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e What vehicles are compatible with SK250: Advanced Tracking? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eSK250: Advanced Tracking is compatible with most heavy machinery vehicles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does the device require installation? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eThe Advanced Tracking device requires installation by a qualified car electrician or professional installer to ensure proper connection to the vehicle’s electrical and CAN bus systems. Installation service is not included in the package and must be arranged separately.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does the system include connectivity? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eYes, the device includes an integrated SIM with global connectivity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e How can I pay the monthly subscription? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eYou can pay your monthly subscription using:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003ePayPal\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCredit or debit card\u003c\/strong\u003e (Visa, Mastercard, American Express and other major cards)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eAll online payments are processed securely through our payment providers. When paying by card, you will be redirected to a secure payment page to complete the transaction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n\ndocument.addEventListener(\"DOMContentLoaded\",function(){\n\nlet slideIndex = 0;\nlet slideTimer;\n\nshowSlides();\n\nfunction showSlides() {\n  let slides = document.getElementsByClassName(\"mySlides\");\n  let dots = document.getElementsByClassName(\"dot\");\n\n  for (let i = 0; i \u003c slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n\n  slideIndex++;\n\n  if (slideIndex \u003e slides.length) {\n    slideIndex = 1;\n  }\n\n  for (let i = 0; i \u003c dots.length; i++) {\n    dots[i].classList.remove(\"active\");\n  }\n\n  slides[slideIndex - 1].style.display = \"block\";\n  dots[slideIndex - 1].classList.add(\"active\");\n\n  slideTimer = setTimeout(showSlides, 2500);\n}\n\n\/\/ ✅ FIXED DOT CLICK\ndocument.querySelectorAll(\".dot\").forEach((dot, i) =\u003e {\n  dot.onclick = function () {\n    clearTimeout(slideTimer); \/\/ reset timer cleanly\n    slideIndex = i;           \/\/ correct index\n    showSlides();             \/\/ restart slideshow\n  };\n});\n\ndocument.querySelectorAll(\".qna-question\").forEach(btn =\u003e {\n  btn.addEventListener(\"click\", function () {\n\n    const isActive = this.classList.contains(\"active\");\n\n    document.querySelectorAll(\".qna-question\").forEach(q =\u003e {\n      q.classList.remove(\"active\");\n    });\n\n    if (!isActive) {\n      this.classList.add(\"active\");\n    }\n\n  });\n});\n\n\/\/ ===== SHOW DEMO BUTTON ONLY ON DESKTOP =====\n    var ua = navigator.userAgent || navigator.vendor || window.opera;\n\n    \/\/ mobile detection\n    var isMobile = \/android|iphone|ipad|ipod|iemobile|opera mini\/i.test(ua);\n\n    \/\/ touch detection (tablets \/ hybrid devices)\n    var isTouch = ('ontouchstart' in window) || (navigator.maxTouchPoints \u003e 0);\n\n    var demoButton = document.getElementById(\"demoButton\");\n\n    \/\/ show ONLY on real desktop (non-mobile + non-touch)\n    if (!isMobile \u0026\u0026 !isTouch) {\n      if (demoButton) demoButton.style.display = \"block\";\n    }\n});\n\n\u003c\/script\u003e","brand":"SKYTRACK SHOP","offers":[{"title":"Default Title","offer_id":52819881361755,"sku":"800000000000041","price":124.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk250-advanced-tracking.png?v=1775476139"},{"product_id":"sk164","title":"SK164: Basic Tracking","description":"\u003c!-- =====================================================\nDEVICE SWITCHER\nDESKTOP = SK164 PRODUCT PAGE (EN)\nMOBILE = SK164 PRODUCT PAGE (EN)\n===================================================== --\u003e\n\n\u003cstyle\u003e\n\n\/* =========================\nDEVICE SWITCHER\n========================= *\/\n\n.ftc164-desktop-only{\n  display:block;\n}\n\n.ftc164-mobile-only{\n  display:none;\n}\n\n\/* MOBILE *\/\n\n@media screen and (max-width:1024px){\n\n  .ftc164-desktop-only{\n    display:none !important;\n  }\n\n  .ftc164-mobile-only{\n    display:block !important;\n  }\n\n}\n\n\/* DESKTOP *\/\n\n@media screen and (min-width:1025px){\n\n  .ftc164-desktop-only{\n    display:block !important;\n  }\n\n  .ftc164-mobile-only{\n    display:none !important;\n  }\n\n}\n\n\u003c\/style\u003e\n\n\u003c!-- desktop--\u003e\n\n\u003cdiv class=\"ftc164-desktop-only\"\u003e\n\u003c!-- FONT --\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@400;500;600;700\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n\/* ================= GLOBAL VARIABLES ================= *\/\n:root{\n  --font-main: \"Poppins\", sans-serif;\n\n  \/* Font Sizes *\/\n  --fs-xs: 13px;\n  --fs-sm: 14px;\n  --fs-base: 16px;\n  --fs-md: 18px;\n  --fs-lg: 22px;\n  --fs-xl: 28px;\n\n  \/* Font Weights *\/\n  --fw-regular: 400;\n  --fw-medium: 500;\n  --fw-semibold: 600;\n  --fw-bold: 700;\n\n  \/* Spacing *\/\n  --space-xs: 6px;\n  --space-sm: 10px;\n  --space-md: 16px;\n  --space-lg: 24px;\n  --space-xl: 36px;\n  --space-xxl: 48px;\n\n  \/* Colors *\/\n  --text-main: #111;\n  --text-secondary: #555;\n  --bg-soft: #f8f8f8;\n}\n\n\/* ================= GLOBAL STYLES ================= *\/\nhtml{\n  scroll-behavior:smooth;\n}\n\nbody{\n  font-size: var(--fs-base);\n  line-height: 1.7;\n  color: var(--text-main);\n  background: var(--bg-soft);\n  margin:0;\n  padding:0;\n}\n\n\/* ================= WRAPPER ================= *\/\n.product-wrapper{\n  max-width:820px;\n  margin:60px auto;\n  padding:0 18px;\n}\n\n\/* ================= TITLES ================= *\/\n.section-title{\n  font-size: var(--fs-xl);\n  font-weight: var(--fw-bold);\n  letter-spacing: -0.4px;\n  margin-bottom: var(--space-lg);\n}\n\n\/* ================= VIDEO ================= *\/\n.video-container{\n  position:relative;\n  padding-bottom:56.25%;\n  height:0;\n  overflow:hidden;\n  border-radius:16px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.15);\n  background:#000;\n  margin-top: var(--space-md);\n}\n\n.video-container iframe{\n  position:absolute;\n  top:0;\n  left:0;\n  width:100%;\n  height:100%;\n  border:0;\n}\n\n\/* ================= PRODUCT DESCRIPTION ================= *\/\n.product-description{\n  margin-top: var(--space-lg);\n  font-size: var(--fs-base);\n  line-height:1.8;\n  color: var(--text-secondary);\n}\n\n.product-description p{\n  margin-bottom: var(--space-md);\n}\n\n.product-description ul{\n  margin-top: var(--space-sm);\n  margin-bottom: var(--space-md);\n}\n\n\/* ================= APP BUTTONS ================= *\/\n.app-buttons-section{\n  text-align:center;\n  margin: var(--space-xl) 0;\n}\n\n.app-buttons-section h3{\n  font-size: var(--fs-md);\n  font-weight: var(--fw-semibold);\n  margin-bottom: var(--space-md);\n}\n\n.image-buttons{\n  display:flex;\n  justify-content:center;\n  gap:16px;\n  flex-wrap:wrap;\n}\n\n.image-buttons a{\n  display:block;\n  transition:all .3s ease;\n}\n\n.image-buttons img{\n  width:80px;\n  height:80px;\n  object-fit:cover;\n  border-radius:16px;\n  box-shadow:0 5px 15px rgba(0,0,0,0.18);\n}\n\n.image-buttons a:hover img{\n  transform:translateY(-3px) scale(1.05);\n  box-shadow:0 10px 20px rgba(0,0,0,0.28);\n}\n\n\/* ================= PDF BUTTON ================= *\/\n.pdf-download-wrapper{\n  text-align:center;\n  margin-top: var(--space-md);\n}\n\n.pdf-download-btn{\n  display:inline-block;\n  padding:16px 36px;\n  background:#000;\n  color:#fff!important;\n  text-decoration:none;\n  font-size: var(--fs-base);\n  font-weight: var(--fw-semibold);\n  border-radius:10px;\n  letter-spacing:0.2px;\n  transition:all .25s ease;\n}\n\n.pdf-download-btn:hover{\n  background:#222;\n  transform:translateY(-5px) scale(1.04);\n  box-shadow:0 15px 30px rgba(0,0,0,0.35);\n}\n\n\/* ================= SLIDESHOW ================= *\/\n.slideshow-container{\n  position:relative;\n  margin: var(--space-xl) auto var(--space-sm);\n}\n\n.mySlides{\n  display:none;\n}\n\n.mySlides img{\n  width:100%;\n  border-radius:16px;\n  box-shadow:0 10px 25px rgba(0,0,0,0.18);\n}\n\n.dots{\n  text-align:center;\n  margin-top: var(--space-sm);\n}\n\n.dot{\n  height:10px;\n  width:10px;\n  margin:0 4px;\n  background:#bbb;\n  border-radius:50%;\n  display:inline-block;\n  cursor:pointer;\n  transition:transform .25s ease, background .25s ease;\n}\n\n.dot:hover{\n  transform:scale(1.3);\n}\n\n.dot.active{\n  background:#000;\n  transform:scale(1.25);\n}\n\n\/* ================= FAQ ================= *\/\n.qna-section{\n  margin-top: var(--space-xl);\n  background:#fff;\n  border-radius:14px;\n  box-shadow:0 8px 25px rgba(0,0,0,0.06);\n}\n\n.qna-item{\n  border-bottom:1px solid #ededed;\n  transition:background-color .25s ease;\n}\n\n.qna-item:hover{\n  background:#f6f6f6;\n}\n\n.qna-question{\n  width:100%;\n  text-align:left;\n  background:transparent;\n  border:none;\n  font-size: var(--fs-md);\n  font-weight: var(--fw-semibold);\n  padding:18px 14px;\n  cursor:pointer;\n  display:flex;\n  justify-content:space-between;\n  align-items:center;\n}\n\n.qna-icon{\n  font-size:20px;\n  color:#777;\n  transition: transform .35s cubic-bezier(.4,0,.2,1), color .25s ease;\n}\n\n.qna-question.active .qna-icon{\n  transform:rotate(45deg);\n  color:#000;\n}\n\n.qna-question:hover .qna-icon{\n  color:#000;\n}\n\n.qna-answer{\n  display: grid;\n  grid-template-rows: 0fr;\n  opacity: 0;\n  transition: grid-template-rows 0.4s ease, opacity 0.3s ease;\n  font-size: var(--fs-sm);\n  line-height:1.75;\n  color: var(--text-secondary);\n}\n\n.qna-answer-inner{\n  overflow: hidden;\n  padding: 0 10px;\n  transition: padding 0.3s ease;\n}\n\n.qna-question.active + .qna-answer{\n  grid-template-rows: 1fr;\n  opacity: 1;\n}\n\n.qna-question.active + .qna-answer .qna-answer-inner{\n  padding: 10px 10px 22px 10px;\n}\n\n.qna-answer ul{\n  padding-left:20px;\n  margin-top:10px;\n}\n\n.qna-answer li{\n  margin-bottom:6px;\n}\n\n\n\n\/* ================= DESKTOP CONTACT BUTTONS UNDER Q\u0026A ================= *\/\n.desktop-contact-actions{\n  display:grid;\n  grid-template-columns:1fr 1fr;\n  gap:18px;\n  margin-top:30px;\n  margin-bottom:10px;\n}\n\n.desktop-support-btn,\n.desktop-whatsapp-btn{\n  width:100%;\n  height:88px;\n  min-height:88px;\n  border:none;\n  border-radius:24px;\n  padding:18px 22px;\n  display:flex;\n  align-items:center;\n  justify-content:space-between;\n  text-decoration:none;\n  font-family:'Poppins',sans-serif;\n  font-size:16px;\n  font-weight:700;\n  line-height:1.25;\n  box-shadow:\n    0 12px 24px rgba(0,0,0,.12),\n    0 4px 10px rgba(0,0,0,.08);\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n  overflow:hidden;\n  cursor:pointer;\n}\n\n.desktop-support-btn:hover,\n.desktop-whatsapp-btn:hover{\n  transform:translateY(-2px);\n}\n\n.desktop-support-btn{\n  background:linear-gradient(135deg,#111 0%,#222 100%);\n  color:#fff;\n}\n\n.desktop-whatsapp-btn{\n  background:linear-gradient(135deg,#25D366 0%,#1ebe5d 100%);\n  color:#fff;\n  gap:14px;\n}\n\n.desktop-whatsapp-icon{\n  width:24px;\n  height:24px;\n  object-fit:contain;\n  flex-shrink:0;\n}\n\n.desktop-whatsapp-btn span{\n  flex:1;\n  text-align:left;\n  line-height:1.25;\n  color:#fff;\n}\n\n.desktop-support-btn::after,\n.desktop-whatsapp-btn::after{\n  content:\"›\";\n  font-size:28px;\n  font-weight:300;\n  color:#fff;\n  flex-shrink:0;\n  line-height:1;\n}\n\n.desktop-support-popup{\n  position:fixed;\n  inset:0;\n  background:rgba(0,0,0,.45);\n  backdrop-filter:blur(10px);\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  z-index:9999999;\n  opacity:0;\n  visibility:hidden;\n  transition:.3s ease;\n}\n\n.desktop-support-popup.active{\n  opacity:1;\n  visibility:visible;\n}\n\n.desktop-support-box{\n  width:88%;\n  max-width:340px;\n  background:#fff;\n  border-radius:28px;\n  padding:28px 22px;\n  display:flex;\n  flex-direction:column;\n  gap:14px;\n  box-shadow:0 20px 40px rgba(0,0,0,.18);\n  font-family:'Poppins',sans-serif;\n}\n\n.desktop-support-title{\n  font-size:22px;\n  font-weight:800;\n  text-align:center;\n  margin-bottom:4px;\n}\n\n.desktop-support-subtitle{\n  text-align:center;\n  font-size:14px;\n  color:#777;\n  margin-bottom:10px;\n}\n\n.desktop-support-option{\n  min-height:58px;\n  border-radius:20px;\n  background:#f5f7fa;\n  display:flex;\n  align-items:center;\n  justify-content:flex-start;\n  gap:14px;\n  padding:0 18px;\n  text-decoration:none;\n  color:#111;\n  font-size:15px;\n  font-weight:600;\n}\n\n.desktop-support-option-icon-svg{\n  width:22px;\n  height:22px;\n  object-fit:contain;\n  flex-shrink:0;\n  opacity:.9;\n}\n\n.desktop-support-close{\n  margin-top:8px;\n  min-height:50px;\n  border:none;\n  border-radius:18px;\n  background:#111;\n  color:#fff;\n  font-size:14px;\n  font-weight:700;\n  cursor:pointer;\n  font-family:'Poppins',sans-serif;\n}\n\n@media screen and (max-width:1024px){\n  .desktop-contact-actions,\n  .desktop-support-popup{\n    display:none !important;\n  }\n}\n\n@media screen and (min-width:1025px){\n  .mobile-contact-btn{\n    display:none !important;\n  }\n}\n\n\/* ================= DESKTOP SUBSCRIPTION HEADER ================= *\/\n.desktop-subscription-header{\n  margin-bottom:32px;\n  padding-bottom:24px;\n  border-bottom:2px solid #111;\n}\n\n.desktop-subscription-top{\n  display:flex;\n  align-items:center;\n  gap:12px;\n  flex-wrap:wrap;\n}\n\n.desktop-subscription-days{\n  font-size:42px;\n  font-weight:300;\n  line-height:1;\n  color:#12acef;\n}\n\n.desktop-subscription-free{\n  font-size:34px;\n  font-weight:800;\n  line-height:1;\n  color:#12acef;\n}\n\n.desktop-subscription-small{\n  margin-top:12px;\n  font-size:15px;\n  font-weight:500;\n  line-height:1.45;\n  color:#111;\n}\n\n.desktop-subscription-guarantee{\n  margin-top:6px;\n  font-size:24px;\n  font-weight:800;\n  line-height:1.25;\n  color:#111;\n}\n\n\/* Hide demo button by default *\/\n#ftc164DemoButton-en {\n  display: none;\n}\n\u003c\/style\u003e\n\u003cdiv class=\"product-wrapper\"\u003e\n\u003cdiv class=\"desktop-subscription-header\"\u003e\n\n  \u003cdiv class=\"desktop-subscription-top\"\u003e\n    \u003cspan class=\"desktop-subscription-days\"\u003e30 Days\u003c\/span\u003e\n    \u003cspan class=\"desktop-subscription-free\"\u003eFREE SUBSCRIPTION\u003c\/span\u003e\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"desktop-subscription-small\"\u003e\n    Monthly subscription only €8 per vehicle\n  \u003c\/div\u003e\n\n  \u003cdiv class=\"desktop-subscription-guarantee\"\u003e\n    14-day money-back guarantee\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003cdiv class=\"video-container\" style=\"padding-bottom:0;height:auto;background:#000;\"\u003e\u003cvideo controls playsinline preload=\"metadata\" style=\"width:100%;display:block;border-radius:16px;background:#000;\"\u003e\u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fd77c4c5ebb44185b03929b6185309e9.mp4\" type=\"video\/mp4\"\u003eYour browser does not support HTML5 video.\u003c\/source\u003e\u003c\/video\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-description\"\u003e\n\u003cp\u003e\n\u003cstrong\u003eTotal control \u0026amp; security for every vehicle!\u003c\/strong\u003e\n\u003c\/p\u003e\n\u003cp\u003e\n  \n\u003c\/p\u003e\n\u003cp\u003e\nTrack your trailers even when they are no longer connected to the towing vehicle. The SK164 is powered by the trailer while connected and continues operating from its built-in battery when the trailer is disconnected.\n\u003c\/p\u003e \n\n\u003cp\u003e\nThe device includes a built-in global SIM chip — no extra SIM card is required and there are no roaming charges.\n\u003c\/p\u003e   \n\n\u003cp\u003e\nInstall the device on an 8–32 V power system and start monitoring your fleet or valuable equipment through the GPRS platform and mobile app.\n\u003c\/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eThe Package Includes:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cp\u003e✔ GPS tracking device for trailers\u003cbr\u003e✔ Connection to the trailer power supply\u003cbr\u003e✔ Built-in battery with up to 150 days of operation*\u003cbr\u003e✔ Built-in global SIM chip - No roaming charges\u003cbr\u003e✔ Mobile app access\u003cbr\u003e✔ Lifetime warranty\u003c\/p\u003e\n\u003cp style=\"font-size:12px;color:#777;line-height:1.55;margin-top:10px;\"\u003e*Up to 150 days refers to a configuration with one position report per day and movement alerts. Actual battery life may vary depending on usage, signal conditions and device settings.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eTrack your trailers through the GPRS platform \u0026amp; app and get access to:\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eLocation and status of every trailer\u003c\/li\u003e\n\u003cli\u003eRoute history and route playback\u003c\/li\u003e\n\u003cli\u003eTrailer power connection or disconnection status\u003c\/li\u003e\n\u003cli\u003eInstant alerts when unexpected movement is detected\u003c\/li\u003e\n\u003cli\u003eMovement alerts while the trailer is disconnected\u003c\/li\u003e\n\u003cli\u003eLocation and movement history\u003c\/li\u003e\n\u003cli\u003eDevice status and last-report monitoring\u003c\/li\u003e\n\u003cli\u003eGeofence alerts when a trailer enters or leaves a selected area\u003c\/li\u003e\n\u003cli\u003eManage multiple trailers from one account\u003c\/li\u003e\n\u003cli\u003eBattery-powered operation with one daily position and movement alerts\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u003cstrong\u003eWhat you gain\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eQuickly locate every trailer\u003c\/li\u003e\n\u003cli\u003eDevice status and last-report monitoring\u003c\/li\u003e\n\u003cli\u003eImprove trailer fleet utilisation\u003c\/li\u003e\n\u003cli\u003eReduce time spent searching for available trailers\u003c\/li\u003e\n\u003cli\u003ePrevent unauthorised trailer movement\u003c\/li\u003e\n\u003cli\u003eMaintain control while trailers are disconnected\u003c\/li\u003e\n\u003cli\u003eSupport the recovery of stolen trailers\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"app-buttons-section\"\u003e\n\u003ch3\u003eDownload the GPRS Pro app to explore our demo:\u003c\/h3\u003e\n\u003cdiv class=\"image-buttons\"\u003e\n\u003ca href=\"https:\/\/apps.apple.com\/gr\/app\/gprs-pro\/id6529538115\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_89_a5f3a240-ce36-45dd-b4a7-eb53ce44b61a.png?v=1773227214\"\u003e \u003c\/a\u003e \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\u0026amp;pcampaignid=web_share\u0026amp;pli=1\" target=\"_blank\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_90_058b20da-b51c-4492-8754-d3c8bacfc923.png?v=1773227213\"\u003e \u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\" id=\"ftc164DemoButton-en\"\u003e\n  \u003ca class=\"pdf-download-btn\" href=\"https:\/\/gprs.gr\/demo.php\" target=\"_blank\"\u003e\n    Explore the GPRS Platform\n  \u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pdf-download-wrapper\"\u003e\u003ca class=\"pdf-download-btn\" download=\"\" href=\"https:\/\/wiki.teltonika-gps.com\/images\/1\/19\/DS-FTC164.pdf\" target=\"_blank\"\u003e Download the official SK164 Datasheet \u003c\/a\u003e\u003c\/div\u003e\n\u003cdiv class=\"slideshow-container\"\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/ftc164-pic1.png?v=1784184633\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/ftc164-pic2.png?v=1784184633\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"mySlides\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/ftc164-pic3.png?v=1784184632\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"dots\"\u003e\n\u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e \u003cspan class=\"dot\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-section\"\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Which applications is the SK164 designed for? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eThe SK164 is designed especially for trailers and semi-trailers that receive power while connected to a towing vehicle but still need to remain visible and protected after being disconnected.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Does the device require installation? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eThe device requires professional wired installation on an 8–32 V DC power system.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\n\u003cstrong\u003eStep 1:\u003c\/strong\u003e Mount the tracker in a suitable location and connect power and the required inputs\/outputs with the help of a qualified installer.\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eStep 2:\u003c\/strong\u003e Download the app and create an account.\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e Do I need to buy a SIM card and data? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eNo, the device includes a built-in SIM chip with no roaming charges, and data is included in the monthly subscription.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"qna-item\"\u003e\n\u003cbutton class=\"qna-question\"\u003e How can I pay the monthly subscription? \u003cspan class=\"qna-icon\"\u003e+\u003c\/span\u003e \u003c\/button\u003e\n\u003cdiv class=\"qna-answer\"\u003e\n\u003cdiv class=\"qna-answer-inner\"\u003e\n\u003cp\u003eYou can pay your monthly subscription using:\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003e\u003cstrong\u003ePayPal\u003c\/strong\u003e\u003c\/li\u003e\n\u003cli\u003e\n\u003cstrong\u003eCredit or debit card\u003c\/strong\u003e (Visa, Mastercard, American Express and other major cards)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003eAll online payments are processed securely through our payment providers. When paying by card, you will be redirected to a secure payment page to complete the transaction.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- DESKTOP CONTACT BUTTONS UNDER Q\u0026A --\u003e\n\u003cdiv class=\"desktop-contact-actions\"\u003e\n\n  \u003cbutton class=\"desktop-support-btn\" type=\"button\" id=\"ftc164DesktopSupportBtn-en\"\u003e\n    Contact Support\n  \u003c\/button\u003e\n\n  \u003ca class=\"desktop-whatsapp-btn\" href=\"https:\/\/wa.me\/306945641644\" target=\"_blank\"\u003e\n    \u003cimg class=\"desktop-whatsapp-icon\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/WhatsApp.svg\" alt=\"WhatsApp\"\u003e\n    \u003cspan\u003eChat with us on WhatsApp\u003c\/span\u003e\n  \u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- DESKTOP SUPPORT POPUP --\u003e\n\u003cdiv class=\"desktop-support-popup\" id=\"ftc164DesktopSupportPopup-en\"\u003e\n\n  \u003cdiv class=\"desktop-support-box\"\u003e\n\n    \u003cdiv class=\"desktop-support-title\"\u003e\n      Contact Support\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"desktop-support-subtitle\"\u003e\n      Choose your preferred contact method.\n    \u003c\/div\u003e\n\n    \u003ca href=\"tel:+302310365067\" class=\"desktop-support-option\"\u003e\n      \u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/phone.svg\" class=\"desktop-support-option-icon-svg\" alt=\"Phone\"\u003e\n      \u003cspan\u003eCall Support\u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003ca href=\"mailto:support@skytrack.gr\" class=\"desktop-support-option\"\u003e\n      \u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/mail.svg\" class=\"desktop-support-option-icon-svg\" alt=\"Email\"\u003e\n      \u003cspan\u003eEmail Support\u003c\/span\u003e\n    \u003c\/a\u003e\n\n    \u003cbutton class=\"desktop-support-close\" type=\"button\" id=\"ftc164DesktopSupportClose-en\"\u003e\n      Close\n    \u003c\/button\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cscript\u003e\n\ndocument.addEventListener(\"DOMContentLoaded\",function(){\n\nlet slideIndex = 0;\nlet slideTimer;\n\nshowSlides();\n\nfunction showSlides() {\n  let slides = document.getElementsByClassName(\"mySlides\");\n  let dots = document.getElementsByClassName(\"dot\");\n\n  for (let i = 0; i \u003c slides.length; i++) {\n    slides[i].style.display = \"none\";\n  }\n\n  slideIndex++;\n\n  if (slideIndex \u003e slides.length) {\n    slideIndex = 1;\n  }\n\n  for (let i = 0; i \u003c dots.length; i++) {\n    dots[i].classList.remove(\"active\");\n  }\n\n  slides[slideIndex - 1].style.display = \"block\";\n  dots[slideIndex - 1].classList.add(\"active\");\n\n  slideTimer = setTimeout(showSlides, 2500);\n}\n\n\/\/ ✅ FIXED DOT CLICK\ndocument.querySelectorAll(\".dot\").forEach((dot, i) =\u003e {\n  dot.onclick = function () {\n    clearTimeout(slideTimer); \/\/ reset timer cleanly\n    slideIndex = i;           \/\/ correct index\n    showSlides();             \/\/ restart slideshow\n  };\n});\n\ndocument.querySelectorAll(\".qna-question\").forEach(btn =\u003e {\n  btn.addEventListener(\"click\", function () {\n\n    const isActive = this.classList.contains(\"active\");\n\n    document.querySelectorAll(\".qna-question\").forEach(q =\u003e {\n      q.classList.remove(\"active\");\n    });\n\n    if (!isActive) {\n      this.classList.add(\"active\");\n    }\n\n  });\n});\n\n\n\n\/\/ ===== DESKTOP SUPPORT POPUP =====\nconst ftc164DesktopSupportBtnEn = document.getElementById(\"ftc164DesktopSupportBtn-en\");\nconst ftc164DesktopSupportPopupEn = document.getElementById(\"ftc164DesktopSupportPopup-en\");\nconst ftc164DesktopSupportCloseEn = document.getElementById(\"ftc164DesktopSupportClose-en\");\n\nif (ftc164DesktopSupportBtnEn \u0026\u0026 ftc164DesktopSupportPopupEn) {\n  ftc164DesktopSupportBtnEn.addEventListener(\"click\", function () {\n    ftc164DesktopSupportPopupEn.classList.add(\"active\");\n  });\n}\n\nif (ftc164DesktopSupportCloseEn \u0026\u0026 ftc164DesktopSupportPopupEn) {\n  ftc164DesktopSupportCloseEn.addEventListener(\"click\", function () {\n    ftc164DesktopSupportPopupEn.classList.remove(\"active\");\n  });\n}\n\nif (ftc164DesktopSupportPopupEn) {\n  ftc164DesktopSupportPopupEn.addEventListener(\"click\", function (e) {\n    if (e.target === ftc164DesktopSupportPopupEn) {\n      ftc164DesktopSupportPopupEn.classList.remove(\"active\");\n    }\n  });\n}\n\n\/\/ ===== SHOW DEMO BUTTON ONLY ON DESKTOP =====\n    var ua = navigator.userAgent || navigator.vendor || window.opera;\n\n    \/\/ mobile detection\n    var isMobile = \/android|iphone|ipad|ipod|iemobile|opera mini\/i.test(ua);\n\n    \/\/ touch detection (tablets \/ hybrid devices)\n    var isTouch = ('ontouchstart' in window) || (navigator.maxTouchPoints \u003e 0);\n\n    var ftc164DemoButtonEn = document.getElementById(\"ftc164DemoButton-en\");\n\n    \/\/ show ONLY on real desktop (non-mobile + non-touch)\n    if (!isMobile \u0026\u0026 !isTouch) {\n      if (ftc164DemoButtonEn) ftc164DemoButtonEn.style.display = \"block\";\n    }\n});\n\n\u003c\/script\u003e\n\u003c\/div\u003e\n\n\u003c!-- =====================================================\nMOBILE VERSION\nSK164 MOBILE UI\n===================================================== --\u003e\n\n\u003cdiv class=\"ftc164-mobile-only\"\u003e\n\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n\u003cstyle\u003e\n\n:root{\n  --bg:#f5f5f3;\n  --text:#111;\n  --blue:#12acef;\n  --muted:#777;\n}\n\n*{\n  box-sizing:border-box;\n}\n\nbody{\n  margin:0;\n\n  background:\n    linear-gradient(\n      180deg,\n      #f7f9fc 0%,\n      #f1f4f8 100%\n    );\n\n  font-family:'Poppins',sans-serif;\n\n  color:var(--text);\n\n  overflow-x:hidden;\n}\n\n\/* MAIN WRAPPER *\/\n\n.ftc164-page{\n  width:100%;\n  max-width:100vw;\n  margin:auto;\n  padding:clamp(18px,4vw,32px) clamp(18px,5vw,34px) 70px;\n}\n\n\/* INFO *\/\n\n.ftc164-info-wrap{\n  margin-top:24px;\n}\n\n\/* SUBSCRIPTION *\/\n\n.ftc164-subscription-line{\n\n  padding-bottom:22px;\n\n  border-bottom:2px solid #111;\n\n  margin-bottom:22px;\n}\n\n\n\n.ftc164-subscription-top{\n  display:flex;\n  align-items:center;\n  gap:10px;\n  flex-wrap:wrap;\n}\n\n.ftc164-days-inline{\n  font-size:clamp(30px,8vw,54px);\n  font-weight:300;\n  color:var(--blue);\n  line-height:1;\n}\n\n.ftc164-free-inline{\n  font-size:clamp(22px,6vw,40px);\n  font-weight:800;\n  color:var(--blue);\n  line-height:1;\n}\n\n.ftc164-sub-small{\n  margin-top:8px;\n  font-size:13px;\n  font-weight:500;\n  line-height:1.45;\n}\n\n\/* GUARANTEE *\/\n\n.ftc164-guarantee{\n\n  margin-top:0;\n\n  margin-bottom:0;\n\n  font-size:clamp(18px,4.5vw,28px);\n\n  font-weight:800;\n\n  line-height:1.25;\n}\n\n\n\/* =========================\nPACKAGE LIST\n========================= *\/\n\n.ftc164-package-list{\n\n  list-style:none;\n\n  margin:0;\n\n  padding:0 0 0 4px;\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:14px;\n}\n\n.ftc164-package-list li{\n\n  position:relative;\n\n  padding-left:30px;\n\n  font-size:15px;\n\n  line-height:1.7;\n\n  font-weight:500;\n\n  color:#3f3f3f;\n}\n\n.ftc164-package-list li::before{\n\n  content:\"✓\";\n\n  position:absolute;\n\n  left:0;\n\n  top:1px;\n\n  color:var(--blue);\n\n  font-size:16px;\n\n  font-weight:800;\n}\n  \n\/* ICON GRID *\/\n\n.ftc164-icons-grid{\n  margin-top:clamp(34px,6vw,54px);\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n  gap:clamp(38px,8vw,62px) clamp(24px,6vw,42px);\n  align-items:start;\n}\n\n.ftc164-icon-card{\n  text-align:center;\n}\n\n.ftc164-icon-card img{\n  width:clamp(48px,8vw,72px);\n  height:clamp(48px,8vw,72px);\n  object-fit:contain;\n  margin-bottom:16px;\n}\n\n.ftc164-icon-label{\n  font-size:clamp(11px,2.8vw,14px);\n  line-height:1.55;\n  color:#777;\n  font-weight:500;\n  max-width:140px;\n  margin:auto;\n}\n\n\/* BUTTONS *\/\n\n.ftc164-buttons{\n  display:flex;\n  flex-direction:column;\n  gap:28px;\n  margin:68px 0 0;\n}\n\n.ftc164-button{\n  position:relative;\n\n  width:100%;\n\n  min-height:64px;\n\n  border:none !important;\n\n  border-radius:999px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  color:#fff;\n\n  font-size:17px;\n\n  font-weight:600;\n\n  padding:0 26px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  overflow:hidden;\n\n  cursor:pointer;\n\n  isolation:isolate;\n\n  box-shadow:\n    0 10px 18px rgba(18,172,239,.18),\n    0 4px 10px rgba(0,0,0,.08);\n\n  transition:\n    transform .28s cubic-bezier(.16,1,.3,1),\n    box-shadow .28s cubic-bezier(.16,1,.3,1),\n    background .28s ease;\n}\n\n.ftc164-button span{\n  font-size:34px;\n  line-height:1;\n}\n\n.ftc164-fullpage{\n  position:fixed;\n  inset:0;\n  width:100vw;\n  height:100dvh;\n  z-index:999999;\n  background:rgba(245,245,243,.72);\n  backdrop-filter:blur(22px) saturate(140%);\n  overflow-y:auto;\n  padding:clamp(24px,4vw,40px) clamp(22px,5vw,44px) 120px;\n  transform:translate3d(100%,0,0);\n  opacity:0;\n  visibility:hidden;\n  pointer-events:none;\n  transition:transform .7s cubic-bezier(.16,1,.3,1), opacity .45s ease;\n}\n\n.ftc164-fullpage.active{\n  transform:translate3d(0,0,0);\n  opacity:1;\n  visibility:visible;\n  pointer-events:auto;\n}\n\n.ftc164-back{\n  display:flex;\n  align-items:center;\n  gap:10px;\n  width:max-content;\n  margin:0 0 34px;\n  padding:0;\n  border:none;\n  background:none;\n  font-size:15px;\n  font-weight:700;\n  color:#111;\n}\n\n.ftc164-card{\n  background:rgba(255,255,255,.52);\n  backdrop-filter:blur(26px);\n  border:1px solid rgba(255,255,255,.68);\n  border-radius:34px;\n  padding:28px 24px;\n  margin-bottom:20px;\n}\n\n.ftc164-fullpage h2{\n  font-size:clamp(34px,8vw,54px);\n  line-height:1.05;\n  font-weight:800;\n  margin:0 0 22px;\n}\n\n.ftc164-fullpage h3{\n  font-size:clamp(22px,5vw,34px);\n  line-height:1.15;\n  font-weight:800;\n  margin:0 0 18px;\n}\n\n.ftc164-fullpage p{\n  font-size:clamp(15px,3.7vw,18px);\n  line-height:1.8;\n  color:#2b2b2b;\n}\n\n.ftc164-image{\n  width:100%;\n  display:block;\n  margin:34px 0;\n  border-radius:28px;\n}\n\n.ftc164-phone-image{\n  width:86%;\n  display:block;\n  margin:32px auto;\n}\n\n.ftc164-store-buttons{\n  display:flex;\n  justify-content:center;\n  gap:12px;\n  margin:24px 0 40px;\n}\n\n.ftc164-store-buttons img{\n  height:34px;\n}\n\n\/* =========================\nSECTIONS\n========================= *\/\n\n.ftc164-section{\n  margin-top:38px;\n}\n\n.ftc164-section:first-child{\n  margin-top:0;\n}\n\n.ftc164-section-title{\n\n  font-size:clamp(18px,4.5vw,26px);\n\n  font-weight:800;\n\n  margin-bottom:18px;\n\n  letter-spacing:-0.4px;\n\n  padding-left:0;\n}\n  \n.ftc164-section-text{\n  font-size:clamp(14px,3.5vw,17px);\n  line-height:1.65;\n  font-weight:500;\n}\n\n\/* =========================\nHERO DESCRIPTION\n========================= *\/\n\n.ftc164-hero-card{\n\n  position:relative;\n\n  padding:4px 0 0 14px;\n\n  margin-bottom:-4px;\n}\n\n.ftc164-mini-badge{\n\n  display:inline-flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  min-height:32px;\n\n  padding:0 14px;\n\n  border-radius:999px;\n\n  background:\n    rgba(18,172,239,.10);\n\n  color:var(--blue);\n\n  font-size:11px;\n\n  font-weight:700;\n\n  letter-spacing:.8px;\n\n  margin-bottom:14px;\n}\n\n.ftc164-main-title{\n\n  font-size:clamp(34px,9vw,58px);\n\n  line-height:.95;\n\n  font-weight:800;\n\n  letter-spacing:-2px;\n\n  margin:0 0 18px;\n\n  color:#111;\n\n  max-width:320px;\n}\n\n.ftc164-main-description{\n\n  max-width:540px;\n}\n\n.ftc164-main-description p{\n\n  font-size:clamp(15px,4vw,18px);\n\n  line-height:1.72;\n\n  color:#4d4d4d;\n\n  margin:0 0 14px;\n\n  font-weight:500;\n\n  letter-spacing:-0.1px;\n}\n\n.ftc164-main-description p:last-child{\n  margin-bottom:0;\n}\n\n\/* =========================\nPRESENTATION PAGE\n========================= *\/\n\n.ftc164-video-wrap{\n\n  margin:30px 0;\n}\n\n.ftc164-video{\n\n  width:100%;\n\n  border-radius:28px;\n\n  display:block;\n\n  background:#000;\n\n  box-shadow:\n    0 12px 30px rgba(0,0,0,.14);\n}\n\n.ftc164-list{\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:14px;\n\n  margin-top:20px;\n}\n\n.ftc164-list-item{\n\n  font-size:15px;\n\n  line-height:1.7;\n\n  color:#444;\n\n  font-weight:500;\n}\n\n.ftc164-presentation-buttons{\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:16px;\n\n  margin:30px 0;\n}\n\n.ftc164-download-btn{\n\n  min-height:58px;\n\n  border-radius:999px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #111 0%,\n      #222 100%\n    );\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  text-align:center;\n\n  padding:0 22px;\n\n  text-decoration:none;\n\n  color:#fff;\n\n  font-size:15px;\n\n  font-weight:700;\n\n  box-shadow:\n    0 10px 24px rgba(0,0,0,.12);\n}\n\n\/* =========================\nDEMO BANNER\n========================= *\/\n\n.ftc164-demo-banner{\n\n  position:relative;\n\n  overflow:hidden;\n\n  border-radius:34px;\n\n  background:\n    linear-gradient(\n      135deg,\n      #ffffff 0%,\n      #f5f8fc 100%\n    );\n\n  padding:26px 24px;\n\n  margin:26px 0;\n\n  box-shadow:\n    0 12px 30px rgba(0,0,0,.08);\n}\n\n.ftc164-demo-content{\n\n  position:relative;\n\n  z-index:2;\n\n  width:58%;\n\n  padding-right:8px;\n}\n\n.ftc164-demo-title{\n\n  font-size:28px;\n\n  line-height:1.05;\n\n  font-weight:800;\n\n  color:#111;\n\n  margin-bottom:14px;\n\n  letter-spacing:-1px;\n}\n\n.ftc164-demo-text{\n\n  font-size:14px;\n\n  line-height:1.6;\n\n  color:#555;\n\n  margin-bottom:22px;\n\n  font-weight:500;\n}\n\n.ftc164-demo-buttons{\n\n  display:flex;\n\n  align-items:center;\n\n  gap:10px;\n\n  flex-wrap:nowrap;\n}\n\n.ftc164-demo-buttons img{\n\n  height:38px;\n\n  width:auto;\n\n  display:block;\n}\n\n.ftc164-demo-phone{\n\n  position:absolute;\n\n  right:-6px;\n\n  bottom:0;\n\n  width:40%;\n\n  display:flex;\n\n  align-items:flex-end;\n\n  justify-content:flex-end;\n}\n\n.ftc164-demo-phone img{\n\n  width:100%;\n\n  display:block;\n\n  transform:translateY(6px);\n}\n  \n\/* =========================\nGALLERY SLIDER\n========================= *\/\n\n.ftc164-gallery-slider{\n\n  position:relative;\n\n  margin-top:34px;\n}\n\n.ftc164-gallery-track{\n\n  position:relative;\n\n  width:100%;\n\n  min-height:220px;\n}\n\n.ftc164-gallery-image{\n\n  position:absolute;\n\n  inset:0;\n\n  width:100%;\n\n  border-radius:24px;\n\n  display:block;\n\n  opacity:0;\n\n  visibility:hidden;\n\n  transform:translateX(30px);\n\n  transition:\n    opacity .45s ease,\n    transform .55s ease;\n\n  box-shadow:\n    0 10px 24px rgba(0,0,0,.10);\n}\n\n.ftc164-gallery-image.active{\n\n  opacity:1;\n\n  visibility:visible;\n\n  transform:translateX(0);\n}\n\n.ftc164-gallery-dots{\n\n  display:flex;\n\n  justify-content:center;\n\n  gap:10px;\n\n  margin-top:18px;\n}\n\n.ftc164-gallery-dot{\n\n  width:10px;\n\n  height:10px;\n\n  border-radius:999px;\n\n  background:#d2d2d2;\n\n  transition:\n    transform .25s ease,\n    background .25s ease;\n}\n\n.ftc164-gallery-dot.active{\n\n  background:var(--blue);\n\n  transform:scale(1.2);\n}\n\n  \n\/* SLIDER *\/\n\n.ftc164-slider{\n\n  margin-top:64px;\n\n  text-align:center;\n\n  position:relative;\n\n  min-height:460px;\n\n  overflow:hidden;\n\n  padding-bottom:30px;\n}\n\n.ftc164-slide{\n  position:absolute;\n  inset:0;\n  opacity:0;\n  visibility:hidden;\n  transform:translateX(40px);\n  transition:opacity .55s ease, transform .65s ease;\n}\n\n.ftc164-slide.active{\n  opacity:1;\n  visibility:visible;\n  transform:translateX(0);\n}\n\n.ftc164-slide img{\n  width:clamp(62px,10vw,90px);\n  height:clamp(62px,10vw,90px);\n  object-fit:contain;\n  margin-bottom:22px;\n}\n\n.ftc164-slide-title{\n  font-size:clamp(20px,5vw,34px);\n  line-height:1.18;\n  font-weight:800;\n  margin-bottom:16px;\n}\n\n.ftc164-slide-text{\n  font-size:clamp(14px,3.5vw,18px);\n  line-height:1.7;\n  max-width:520px;\n  margin:auto;\n  color:#444;\n}\n\n\/* SLIDER DOTS *\/\n\n.ftc164-slider-dots{\n\n  position:absolute;\n\n  left:50%;\n\n  bottom:48px;\n\n  transform:translateX(-50%);\n\n  display:flex;\n\n  gap:10px;\n}\n\n.ftc164-slider-dot{\n\n  width:10px;\n\n  height:10px;\n\n  border-radius:999px;\n\n  background:#d6d6d6;\n\n  transition:\n    transform .25s ease,\n    background .25s ease;\n}\n\n.ftc164-slider-dot.active{\n\n  background:var(--blue);\n\n  transform:scale(1.2);\n}\n\n\/* =========================\nFEATURE CARD\n========================= *\/\n\n.ftc164-feature-card{\n\n  position:relative;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  gap:14px;\n\n  width:100%;\n\n  min-width:0;\n\n  background:#fff;\n\n  border:1px solid rgba(230,236,245,.95);\n\n  border-radius:22px;\n\n  padding:18px;\n\n  overflow:hidden;\n\n  box-shadow:\n    0 4px 10px rgba(15,23,42,.03),\n    0 1px 2px rgba(15,23,42,.04);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.ftc164-feature-card:hover{\n\n  transform:translateY(-2px);\n\n  box-shadow:\n    0 12px 24px rgba(15,23,42,.06);\n}\n\n\/* =========================\nFEATURE TOP\n========================= *\/\n\n.ftc164-feature-top{\n\n  display:flex;\n\n  align-items:center;\n\n  gap:14px;\n\n  flex:1;\n\n  min-width:0;\n\n  overflow:hidden;\n}\n\n\/* =========================\nICON BOX\n========================= *\/\n\n.ftc164-feature-icon{\n\n  width:48px;\n\n  height:48px;\n\n  border-radius:16px;\n\n  background:#fff;\n\n  border:\n    1px solid rgba(210,228,245,.9);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.9),\n    0 2px 6px rgba(15,23,42,.04);\n}\n\n\/* SVG ICON *\/\n\n.ftc164-feature-icon img{\n\n  width:32px;\n\n  height:32px;\n\n  display:block;\n\n  object-fit:contain;\n}\n  \n\/* =========================\nTEXT\n========================= *\/\n\n.ftc164-feature-text{\n\n  flex:1;\n\n  min-width:0;\n\n  font-size:15px;\n\n  line-height:1.45;\n\n  font-weight:600;\n\n  color:#24324a;\n\n  letter-spacing:-0.15px;\n\n  word-break:break-word;\n\n  overflow-wrap:anywhere;\n}\n\n\/* =========================\nCHECK\n========================= *\/\n\n.ftc164-feature-check{\n\n  width:30px;\n\n  height:30px;\n\n  border-radius:999px;\n\n  background:#fff;\n\n  border:2px solid #12acef;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  color:#12acef;\n\n  font-size:14px;\n\n  font-weight:900;\n\n  box-shadow:\n    0 2px 6px rgba(18,172,239,.10);\n}\n\n\/* =========================\nFEATURE SECTION SPACING\n========================= *\/\n\n.ftc164-spec-section{\n\n  margin-top:56px;\n}\n\n.ftc164-spec-section:first-child{\n\n  margin-top:0;\n}\n\n.ftc164-spec-title{\n\n  font-size:22px;\n\n  font-weight:800;\n\n  letter-spacing:-0.5px;\n\n  margin-bottom:22px;\n\n  margin-top:0;\n\n  color:#111;\n}\n\n.ftc164-feature-grid{\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:16px;\n}\n\n\/* =========================\nFEATURES HERO\n========================= *\/\n\n.ftc164-spec-hero{\n\n  position:relative;\n\n  overflow:hidden;\n\n  padding-right:clamp(72px,20vw,110px);\n}\n\n.ftc164-spec-hero h2{\n\n  font-size:clamp(24px,6.5vw,42px);\n\n  line-height:1.02;\n\n  letter-spacing:-1.4px;\n\n  white-space:nowrap;\n\n  margin-bottom:18px;\n}\n\n.ftc164-spec-logo{\n\n  position:absolute;\n\n  top:clamp(18px,4vw,24px);\n\n  right:clamp(18px,4vw,24px);\n\n  width:clamp(50px,14vw,72px);\n\n  height:clamp(50px,14vw,72px);\n\n  object-fit:contain;\n\n  border-radius:clamp(16px,4vw,22px);\n\n  background:#fff;\n\n  padding:0;\n\n  box-shadow:\n    0 6px 18px rgba(15,23,42,.08);\n}\n\n\/* =========================\nBLUE DOWNLOAD BUTTON\n========================= *\/\n\n.ftc164-look-btn{\n\n  width:100%;\n\n  border:none;\n\n  border-radius:24px;\n\n  padding:18px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  gap:16px;\n\n  text-decoration:none;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  box-shadow:\n    0 12px 24px rgba(18,172,239,.22),\n    0 4px 10px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.ftc164-look-btn:hover{\n\n  transform:translateY(-2px);\n\n  box-shadow:\n    0 16px 30px rgba(18,172,239,.26);\n}\n\n\/* LEFT *\/\n\n.ftc164-look-btn-left{\n\n  display:flex;\n\n  align-items:center;\n\n  gap:14px;\n\n  min-width:0;\n}\n\n\/* ICON *\/\n\n.ftc164-look-btn-icon{\n\n  width:48px;\n\n  height:48px;\n\n  border-radius:16px;\n\n  background:rgba(255,255,255,.18);\n\n  backdrop-filter:blur(10px);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  color:#fff;\n\n  font-size:22px;\n\n  font-weight:700;\n}\n\n\/* TEXT *\/\n\n.ftc164-look-btn-content{\n\n  text-align:left;\n}\n\n.ftc164-look-btn-title{\n\n  font-size:16px;\n\n  font-weight:700;\n\n  color:#fff;\n\n  line-height:1.2;\n}\n\n.ftc164-look-btn-sub{\n\n  font-size:13px;\n\n  color:rgba(255,255,255,.82);\n\n  margin-top:4px;\n}\n\n\/* ARROW *\/\n\n.ftc164-look-btn-arrow{\n\n  font-size:28px;\n\n  color:#fff;\n\n  flex-shrink:0;\n\n  line-height:1;\n}\n \/* =========================\nBLUE DOWNLOAD BUTTON\n========================= *\/\n\n.ftc164-look-btn{\n\n  width:100%;\n\n  border:none;\n\n  border-radius:24px;\n\n  padding:18px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  gap:16px;\n\n  text-decoration:none;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  box-shadow:\n    0 12px 24px rgba(18,172,239,.22),\n    0 4px 10px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.ftc164-look-btn:hover{\n\n  transform:translateY(-2px);\n\n  box-shadow:\n    0 16px 30px rgba(18,172,239,.26);\n}\n\n\/* LEFT *\/\n\n.ftc164-look-btn-left{\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  gap:14px;\n\n  min-width:0;\n\n  width:100%;\n}\n\n\/* ICON *\/\n\n.ftc164-look-btn-icon{\n\n  width:48px;\n\n  height:48px;\n\n  border-radius:16px;\n\n  background:rgba(255,255,255,.18);\n\n  backdrop-filter:blur(10px);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  flex-shrink:0;\n\n  color:#fff;\n\n  font-size:22px;\n\n  font-weight:700;\n}\n\n\/* TEXT *\/\n\n.ftc164-look-btn-content{\n\n  text-align:left;\n}\n\n.ftc164-look-btn-title{\n\n  font-size:16px;\n\n  font-weight:700;\n\n  color:#fff;\n\n  line-height:1.2;\n}\n\n.ftc164-look-btn-sub{\n\n  font-size:13px;\n\n  color:rgba(255,255,255,.82);\n\n  margin-top:4px;\n}\n\n\/* SUPPORT BUTTON *\/\n\n.ftc164-support-btn{\n\n  position:relative;\n\n  width:100%;\n\n  min-height:62px;\n\n  border:none;\n\n  border-radius:24px;\n\n  padding:0 24px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:space-between;\n\n  background:\n    linear-gradient(\n      135deg,\n      #12acef 0%,\n      #33c3ff 100%\n    );\n\n  color:#fff;\n\n  font-size:16px;\n\n  font-weight:700;\n\n  letter-spacing:-0.2px;\n\n  margin-top:38px;\n\n  box-shadow:\n    0 14px 30px rgba(18,172,239,.22),\n    0 6px 14px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.ftc164-support-btn:active{\n\n  transform:scale(.985);\n}\n\n\n\n.ftc164-support-btn::after{\n\n  content:\"›\";\n\n  font-size:30px;\n\n  font-weight:300;\n\n  opacity:.9;\n}\n\n\/* POPUP *\/\n\n.ftc164-support-popup{\n\n  position:fixed;\n\n  inset:0;\n\n  background:rgba(0,0,0,.45);\n\n  backdrop-filter:blur(10px);\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:center;\n\n  z-index:9999999;\n\n  opacity:0;\n\n  visibility:hidden;\n\n  transition:.3s ease;\n}\n\n.ftc164-support-popup.active{\n\n  opacity:1;\n\n  visibility:visible;\n}\n\n\/* BOX *\/\n\n.ftc164-support-box{\n\n  width:88%;\n\n  max-width:340px;\n\n  background:#fff;\n\n  border-radius:28px;\n\n  padding:28px 22px;\n\n  display:flex;\n\n  flex-direction:column;\n\n  gap:14px;\n\n  box-shadow:\n    0 20px 40px rgba(0,0,0,.18);\n}\n\n\/* TITLE *\/\n\n.ftc164-support-title{\n\n  font-size:22px;\n\n  font-weight:800;\n\n  text-align:center;\n\n  margin-bottom:4px;\n}\n\n\/* SUBTITLE *\/\n\n.ftc164-support-subtitle{\n\n  text-align:center;\n\n  font-size:14px;\n\n  color:#777;\n\n  margin-bottom:10px;\n}\n\n\/* OPTIONS *\/\n\n.ftc164-support-option{\n\n  min-height:58px;\n\n  border-radius:20px;\n\n  background:#f5f7fa;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:flex-start;\n\n  gap:14px;\n\n  padding:0 18px;\n\n  text-decoration:none;\n\n  color:#111;\n\n  font-size:15px;\n\n  font-weight:600;\n\n  transition:\n    transform .2s ease,\n    background .2s ease;\n}\n\n.ftc164-support-option:active{\n\n  transform:scale(.985);\n}\n\n.ftc164-support-option-icon{\n\n  font-size:20px;\n}\n\n.ftc164-support-option-icon-svg{\n\n  width:22px;\n\n  height:22px;\n\n  object-fit:contain;\n\n  flex-shrink:0;\n\n  opacity:.9;\n}\n  \n\/* CLOSE BUTTON *\/\n\n.ftc164-support-close{\n\n  margin-top:8px;\n\n  min-height:50px;\n\n  border:none;\n\n  border-radius:18px;\n\n  background:#111;\n\n  color:#fff;\n\n  font-size:14px;\n\n  font-weight:700;\n}\n\n.ftc164-support-btn,\n.ftc164-support-popup,\n.ftc164-support-box,\n.ftc164-support-title,\n.ftc164-support-subtitle,\n.ftc164-support-option,\n.ftc164-support-close{\n\n  font-family:'Poppins',sans-serif;\n}\n\n\/* WHATSAPP BUTTON *\/\n\n.ftc164-whatsapp-btn{\n\n  width:100%;\n\n  min-height:68px;\n\n  margin-top:16px;\n\n  border-radius:24px;\n\n  padding:16px 22px;\n\n  display:flex;\n\n  align-items:center;\n\n  justify-content:flex-start;\n\n  gap:14px;\n\n  text-decoration:none;\n\n  background:\n    linear-gradient(\n      135deg,\n      #25D366 0%,\n      #1ebe5d 100%\n    );\n\n  color:#fff;\n\n  font-size:15px;\n\n  font-weight:700;\n\n  line-height:1.45;\n\n  font-family:'Poppins',sans-serif;\n\n  box-shadow:\n    0 14px 30px rgba(37,211,102,.22),\n    0 6px 14px rgba(0,0,0,.08);\n\n  transition:\n    transform .22s ease,\n    box-shadow .22s ease;\n}\n\n.ftc164-whatsapp-btn span{\n\n  color:#fff;\n}\n  \n.ftc164-whatsapp-btn:active{\n\n  transform:scale(.985);\n}\n\n.ftc164-whatsapp-icon{\n\n  width:24px;\n\n  height:24px;\n\n  object-fit:contain;\n\n  flex-shrink:0;\n}\n\n\/* FEATURES + PRESENTATION BUTTONS *\/\n\n.ftc164-button{\n\n  font-family:'Poppins',sans-serif;\n}\n\n.ftc164-button::after{\n\n  content:\"›\";\n\n  font-size:30px;\n\n  font-weight:300;\n\n  opacity:.9;\n\n  line-height:1;\n}\n\n.ftc164-button span{\n\n  display:none;\n}\n\n@media(max-width:360px){\n\n  .ftc164-spec-hero{\n\n    padding-right:74px;\n  }\n\n  .ftc164-spec-hero h2{\n\n    font-size:22px;\n\n    padding-right:0;\n  }\n\n  .ftc164-spec-logo{\n\n    width:52px;\n\n    height:52px;\n\n    top:18px;\n\n    right:18px;\n  }\n}\n\n .ftc164-button span{\n\n  display:none;\n}\n\n\/* =========================\nFINAL MOBILE FIX\n- Stops text being cut at 310px\n- Keeps Presentation \u0026 Features panels stable\n- Removes left\/right floating movement\n========================= *\/\n\nhtml,\nbody{\n  overflow-x:hidden !important;\n  max-width:100% !important;\n}\n\nbody.ftc164-panel-open{\n  overflow:hidden !important;\n  width:100% !important;\n  max-width:100% !important;\n  left:0 !important;\n  right:0 !important;\n}\n\n.ftc164-mobile-only,\n.ftc164-page{\n  width:100% !important;\n  max-width:100% !important;\n  overflow-x:hidden !important;\n}\n\n.ftc164-fullpage{\n  left:0 !important;\n  right:0 !important;\n  width:100% !important;\n  max-width:100% !important;\n  overflow-x:hidden !important;\n  overflow-y:auto !important;\n  overscroll-behavior-x:none !important;\n  touch-action:pan-y !important;\n  -webkit-overflow-scrolling:touch;\n}\n\n.ftc164-fullpage,\n.ftc164-fullpage *,\n.ftc164-card,\n.ftc164-gallery-slider,\n.ftc164-gallery-track,\n.ftc164-demo-banner,\n.ftc164-look-btn,\n.ftc164-feature-card,\n.ftc164-video,\n.ftc164-image,\n.ftc164-phone-image,\nimg,\nvideo,\niframe{\n  max-width:100% !important;\n  box-sizing:border-box !important;\n}\n\n.ftc164-fullpage h2,\n.ftc164-fullpage h3,\n.ftc164-spec-title,\n.ftc164-section-title,\n.ftc164-slide-title,\n.ftc164-feature-text,\n.ftc164-list-item,\n.ftc164-look-btn-title,\n.ftc164-look-btn-sub,\n.ftc164-demo-title,\n.ftc164-demo-text{\n  white-space:normal !important;\n  word-break:normal !important;\n  overflow-wrap:break-word !important;\n  hyphens:none !important;\n}\n\n.ftc164-spec-hero{\n  overflow:hidden !important;\n}\n\n.ftc164-spec-hero h2{\n  white-space:normal !important;\n  word-break:normal !important;\n  overflow-wrap:break-word !important;\n  line-height:1.12 !important;\n}\n\n@media(max-width:390px){\n\n  .ftc164-fullpage{\n    padding-left:14px !important;\n    padding-right:14px !important;\n  }\n\n  .ftc164-card{\n    padding:22px 16px !important;\n    border-radius:26px !important;\n  }\n\n  .ftc164-fullpage h2{\n    font-size:28px !important;\n    line-height:1.15 !important;\n    letter-spacing:-0.4px !important;\n  }\n\n  .ftc164-fullpage h3{\n    font-size:21px !important;\n    line-height:1.18 !important;\n    letter-spacing:-0.3px !important;\n  }\n\n  .ftc164-mini-badge{\n    font-size:10px !important;\n    line-height:1.35 !important;\n    min-height:auto !important;\n    padding:8px 12px !important;\n    display:inline-flex !important;\n    max-width:100% !important;\n  }\n\n  .ftc164-spec-hero{\n    padding-right:16px !important;\n    text-align:left !important;\n  }\n\n  .ftc164-spec-hero h2{\n    max-width:100% !important;\n    padding-right:0 !important;\n    font-size:27px !important;\n    line-height:1.15 !important;\n  }\n\n  .ftc164-spec-logo{\n    position:relative !important;\n    top:auto !important;\n    right:auto !important;\n    width:54px !important;\n    height:54px !important;\n    margin:0 0 16px 0 !important;\n    display:block !important;\n  }\n\n  .ftc164-feature-card{\n    padding:14px !important;\n    gap:10px !important;\n  }\n\n  .ftc164-feature-top{\n    gap:10px !important;\n  }\n\n  .ftc164-feature-icon{\n    width:42px !important;\n    height:42px !important;\n    border-radius:14px !important;\n  }\n\n  .ftc164-feature-icon img{\n    width:27px !important;\n    height:27px !important;\n  }\n\n  .ftc164-feature-text{\n    font-size:14px !important;\n    line-height:1.35 !important;\n  }\n\n  .ftc164-feature-check{\n    width:26px !important;\n    height:26px !important;\n    font-size:12px !important;\n  }\n\n  .ftc164-demo-banner{\n    padding:22px 16px !important;\n  }\n\n  .ftc164-demo-content{\n    width:62% !important;\n  }\n\n  .ftc164-demo-title{\n    font-size:24px !important;\n  }\n\n  .ftc164-demo-buttons{\n    gap:8px !important;\n  }\n\n  .ftc164-demo-buttons img{\n    height:32px !important;\n  }\n\n  .ftc164-look-btn{\n    padding:16px !important;\n  }\n\n  .ftc164-look-btn-left{\n    gap:10px !important;\n  }\n\n  .ftc164-look-btn-icon{\n    width:42px !important;\n    height:42px !important;\n    border-radius:14px !important;\n    font-size:20px !important;\n  }\n\n  .ftc164-look-btn-title{\n    font-size:14px !important;\n  }\n\n  .ftc164-look-btn-sub{\n    font-size:12px !important;\n  }\n}\n\n@media(max-width:330px){\n\n  .ftc164-fullpage{\n    padding-left:12px !important;\n    padding-right:12px !important;\n  }\n\n  .ftc164-card{\n    padding:20px 14px !important;\n  }\n\n  .ftc164-fullpage h2{\n    font-size:26px !important;\n  }\n\n  .ftc164-spec-hero h2{\n    font-size:25px !important;\n  }\n\n  .ftc164-feature-text{\n    font-size:13.5px !important;\n  }\n}\n\n\n\/* BACK BUTTON *\/\n\n.ftc164-back{\n\n  font-family:'Poppins',sans-serif;\n\n  font-size:15px;\n\n  font-weight:700;\n\n  letter-spacing:-0.2px;\n\n  display:flex;\n\n  align-items:center;\n\n  gap:6px;\n}\n\n.ftc164-back::before{\n\n  content:\"‹\";\n\n  font-size:30px;\n\n  font-weight:300;\n\n  line-height:1;\n} \n  \n\n\/* =========================\nFINAL FIX: MOBILE GALLERY CAROUSEL DOTS\n- Keeps dots always below the image\n- Removes fixed min-height issue on larger mobile screens\n========================= *\/\n\n.ftc164-gallery-slider{\n  position:relative !important;\n  margin-top:34px !important;\n  width:100% !important;\n  overflow:visible !important;\n}\n\n.ftc164-gallery-track{\n  position:relative !important;\n  width:100% !important;\n  min-height:0 !important;\n  height:auto !important;\n  aspect-ratio:16 \/ 9 !important;\n  overflow:hidden !important;\n  border-radius:24px !important;\n}\n\n.ftc164-gallery-image{\n  position:absolute !important;\n  inset:0 !important;\n  width:100% !important;\n  height:100% !important;\n  object-fit:cover !important;\n  border-radius:24px !important;\n  display:block !important;\n  opacity:0;\n  visibility:hidden;\n  transform:translateX(30px);\n  transition:\n    opacity .45s ease,\n    transform .55s ease;\n  box-shadow:0 10px 24px rgba(0,0,0,.10);\n}\n\n.ftc164-gallery-image.active{\n  opacity:1 !important;\n  visibility:visible !important;\n  transform:translateX(0) !important;\n}\n\n.ftc164-gallery-dots{\n  position:relative !important;\n  left:auto !important;\n  right:auto !important;\n  bottom:auto !important;\n  transform:none !important;\n  display:flex !important;\n  justify-content:center !important;\n  align-items:center !important;\n  gap:10px !important;\n  margin-top:18px !important;\n  width:100% !important;\n  z-index:2 !important;\n}\n\n.ftc164-gallery-dot{\n  width:10px !important;\n  height:10px !important;\n  border-radius:999px !important;\n  background:#d2d2d2;\n  flex:0 0 auto !important;\n  transition:\n    transform .25s ease,\n    background .25s ease;\n}\n\n.ftc164-gallery-dot.active{\n  background:var(--blue) !important;\n  transform:scale(1.2) !important;\n}\n\n@media (min-width:480px) and (max-width:1024px){\n  .ftc164-gallery-track{\n    aspect-ratio:16 \/ 8.8 !important;\n  }\n}\n\n@media (min-width:768px) and (max-width:1024px){\n  .ftc164-gallery-track{\n    aspect-ratio:16 \/ 8.4 !important;\n  }\n}\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"ftc164-page\"\u003e\n\n\u003cdiv class=\"ftc164-info-wrap\"\u003e\n\n\u003c!-- SUBSCRIPTION --\u003e\n\n\u003cdiv class=\"ftc164-subscription-line\"\u003e\n\n\u003cdiv class=\"ftc164-subscription-top\"\u003e\n\n\u003cspan class=\"ftc164-days-inline\"\u003e\n30 Days\n\u003c\/span\u003e\n\n\u003cspan class=\"ftc164-free-inline\"\u003e\nFREE SUBSCRIPTION\n\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-sub-small\"\u003e\nMonthly subscription only €8 per vehicle\n\u003c\/div\u003e\n\n\u003c!-- GUARANTEE --\u003e\n\n\u003cdiv class=\"ftc164-guarantee\"\u003e\n14-day money-back guarantee\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n  \n\u003c!-- DESCRIPTION --\u003e\n\n\u003cdiv class=\"ftc164-main-description\"\u003e\n\u003cp\u003e\nTrack your trailers even when they are no longer connected to the towing vehicle. The SK164 is powered by the trailer while connected and continues operating from its built-in battery when the trailer is disconnected.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- PACKAGE --\u003e\n\n\u003cdiv class=\"ftc164-section\"\u003e\n\n\u003cdiv class=\"ftc164-section-title\"\u003e\nThe Package Includes\n\u003c\/div\u003e\n\n\u003cul class=\"ftc164-package-list\"\u003e\n\n\u003cli\u003eGPS tracking device for trailers\u003c\/li\u003e\n\u003cli\u003eUp to 150 days with one daily position report*\u003c\/li\u003e\n\u003cli\u003eBuilt-in global SIM chip - No extra roaming charges\u003c\/li\u003e\n\u003cli\u003eMobile app\u003c\/li\u003e\n\u003cli\u003eLifetime warranty\u003c\/li\u003e\n\n\u003c\/ul\u003e\n\u003cdiv style=\"font-size:12px;color:#777;line-height:1.55;margin-top:18px;\"\u003e*Up to 150 days refers to a configuration with one position report per day and movement alerts. Actual battery life may vary depending on usage, signal conditions and device settings.\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- BUTTONS --\u003e\n\n\u003cdiv class=\"ftc164-buttons\"\u003e\n\n\u003cbutton class=\"ftc164-button\" data-open=\"ftc164PresentationPage-en\"\u003e\nPresentation\n\u003cspan\u003e\u0026gt;\u003c\/span\u003e\n\u003c\/button\u003e\n\n\u003cbutton class=\"ftc164-button\" data-open=\"ftc164SpecsPage-en\"\u003e\nFeatures\n\u003cspan\u003e\u0026gt;\u003c\/span\u003e\n\u003c\/button\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-fullpage\" id=\"ftc164PresentationPage-en\"\u003e\n\n\u003cbutton class=\"ftc164-back\" data-close=\"ftc164PresentationPage-en\"\u003e\nPresentation\n\u003c\/button\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003cdiv class=\"ftc164-card\"\u003e\n\n\u003cdiv class=\"ftc164-mini-badge\"\u003e\nSK164 Trailer Tracking System\n\u003c\/div\u003e\n\n\u003ch2\u003e\nTrailer Control\u003cbr\u003eEven When Disconnected\n\u003c\/h2\u003e\n\n\u003c!-- VIDEO --\u003e\n\n\u003cdiv class=\"ftc164-video-wrap\"\u003e\u003cvideo class=\"ftc164-video\" controls playsinline preload=\"metadata\" style=\"margin:0;background:#000;\"\u003e\u003csource src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fd77c4c5ebb44185b03929b6185309e9.mp4\" type=\"video\/mp4\"\u003eYour browser does not support HTML5 video.\u003c\/source\u003e\u003c\/video\u003e\u003c\/div\u003e\n\n\n\u003c!-- FEATURES --\u003e\n\n\u003cdiv class=\"ftc164-card\"\u003e\n\n\u003ch3\u003e\nTrack all your trailers through the GPRS platform \u0026amp; app\n\u003c\/h3\u003e\n\n\u003cdiv class=\"ftc164-list\"\u003e\n\n\u003cdiv class=\"ftc164-list-item\"\u003e\n• Location and status of every trailer\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-list-item\"\u003e\n• Route history and route playback\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-list-item\"\u003e\n• Trailer power connection or disconnection status\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-list-item\"\u003e\n• Instant movement alerts\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-list-item\"\u003e\n• Up to 150 days with one daily position report*\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-list-item\"\u003e\n• Location and movement history\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-list-item\"\u003e\n• Device status and last-report monitoring\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-list-item\"\u003e\n• Battery-powered operation while disconnected\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-list-item\"\u003e\n• Manage multiple trailers from one account\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-list-item\"\u003e\n• Geofence alerts\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- BENEFITS --\u003e\n\n\u003cdiv class=\"ftc164-card\"\u003e\n\n\u003ch3\u003e\nWhat you gain\n\u003c\/h3\u003e\n\n\u003cdiv class=\"ftc164-list\"\u003e\n\n\u003cdiv class=\"ftc164-list-item\"\u003e\n• Reports\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-list-item\"\u003e\n• Device status and last-report monitoring\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-list-item\"\u003e\n• Eco score\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-list-item\"\u003e\n• Fuel cost reduction\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-list-item\"\u003e\n• Prevention of unauthorized vehicle use\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-list-item\"\u003e\n• Improved driving behavior\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-list-item\"\u003e\n• Stolen vehicle recovery\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- APPS --\u003e\n\n\u003cdiv class=\"ftc164-demo-banner\"\u003e\n\n\u003cdiv class=\"ftc164-demo-content\"\u003e\n\n\u003cdiv class=\"ftc164-demo-title\"\u003e\nGPRS Pro App\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-demo-text\"\u003e\nDownload the app and explore our live demo.\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-demo-buttons\"\u003e\n\n\u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=org.skytrack.gprs\" target=\"_blank\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_90_058b20da-b51c-4492-8754-d3c8bacfc923.png?v=1773227213\"\u003e\n\n\u003c\/a\u003e\n\n\u003ca href=\"https:\/\/apps.apple.com\/gr\/app\/gprs-pro\/id6529538115\" target=\"_blank\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/Untitled_design_89_a5f3a240-ce36-45dd-b4a7-eb53ce44b61a.png?v=1773227214\"\u003e\n\n\u003c\/a\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-demo-phone\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk920demo.png?v=1779432119\"\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- BUTTONS --\u003e\n\u003ca class=\"ftc164-look-btn\" href=\"https:\/\/wiki.teltonika-gps.com\/images\/1\/19\/DS-FTC164.pdf\" target=\"_blank\"\u003e\n\n\u003cdiv class=\"ftc164-look-btn-left\"\u003e\n\n\u003cdiv class=\"ftc164-look-btn-icon\"\u003e\n↓\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-look-btn-content\"\u003e\n\n\u003cdiv class=\"ftc164-look-btn-title\"\u003e\nDownload SK164 Datasheet\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-look-btn-sub\"\u003e\nView the complete official technical specifications\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003c\/a\u003e\n\u003c\/div\u003e\n\n\u003c!-- SLIDES --\u003e\n\n\u003cdiv class=\"ftc164-gallery-slider\"\u003e\n\n\u003cdiv class=\"ftc164-gallery-track\"\u003e\n\n\u003cimg class=\"ftc164-gallery-image active\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/ftc164-pic1.png?v=1784184633\"\u003e\n\n\u003cimg class=\"ftc164-gallery-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/ftc164-pic2.png?v=1784184633\"\u003e\n\n\u003cimg class=\"ftc164-gallery-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/ftc164-pic3.png?v=1784184632\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-gallery-dots\"\u003e\n\n\u003cspan class=\"ftc164-gallery-dot active\"\u003e\u003c\/span\u003e\n\u003cspan class=\"ftc164-gallery-dot\"\u003e\u003c\/span\u003e\n\u003cspan class=\"ftc164-gallery-dot\"\u003e\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\n\u003c!-- FEATURES PAGE --\u003e\n\n\u003cdiv class=\"ftc164-fullpage\" id=\"ftc164SpecsPage-en\"\u003e\n\n\u003cbutton class=\"ftc164-back\" data-close=\"ftc164SpecsPage-en\"\u003e\nFeatures\n\u003c\/button\u003e\n\n\u003c!-- HERO --\u003e\n\n\u003cdiv class=\"ftc164-card ftc164-spec-hero\"\u003e\n\n\u003cimg class=\"ftc164-spec-logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/gprs-pro-logo.png?v=1779361703\"\u003e\n\n\u003ch2\u003eFeatures\u003c\/h2\u003e\n\n\u003cp\u003e\nKeep control of your trailers whether they are connected to a vehicle or standing disconnected.\n\u003c\/p\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- MAIN FEATURES CARD --\u003e\n\n\u003cdiv class=\"ftc164-card\"\u003e\n\n\u003c!-- SECTION --\u003e\n\u003cdiv class=\"ftc164-spec-section\"\u003e\n\n\u003cdiv class=\"ftc164-spec-title\"\u003e\nGeneral Features\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-feature-grid\"\u003e\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"ftc164-feature-card\"\u003e\n\n\u003cdiv class=\"ftc164-feature-top\"\u003e\n\n\u003cdiv class=\"ftc164-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/plugnplaysk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-feature-text\"\u003e\nProfessional wired installation\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"ftc164-feature-card\"\u003e\n\n\u003cdiv class=\"ftc164-feature-top\"\u003e\n\n\u003cdiv class=\"ftc164-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sim-chip-icon-svg.svg?v=1779690130\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-feature-text\"\u003e\nBuilt-in global SIM chip\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"ftc164-feature-card\"\u003e\n\n\u003cdiv class=\"ftc164-feature-top\"\u003e\n\n\u003cdiv class=\"ftc164-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/app-icon-svg.svg?v=1779690131\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-feature-text\"\u003e\nAccess through mobile app\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"ftc164-feature-card\"\u003e\n\n\u003cdiv class=\"ftc164-feature-top\"\u003e\n\n\u003cdiv class=\"ftc164-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/caricon.svg?v=1779432385\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-feature-text\"\u003e\nReal-time vehicle GPS tracking\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"ftc164-feature-card\"\u003e\n\n\u003cdiv class=\"ftc164-feature-top\"\u003e\n\n\u003cdiv class=\"ftc164-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk880support.svg?v=1779367790\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-feature-text\"\u003e\n24\/7 Support\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003cdiv class=\"ftc164-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"ftc164-feature-card\"\u003e\n\n\u003cdiv class=\"ftc164-feature-top\"\u003e\n\n\u003cdiv class=\"ftc164-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk880lifewarranty.svg?v=1779367790\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-feature-text\"\u003e\nLifetime warranty\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003cdiv class=\"ftc164-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n  \n\u003c\/div\u003e\n  \n\u003c!-- SECOND SECTION --\u003e\n\n\u003cdiv class=\"ftc164-spec-section\"\u003e\n\n\u003cdiv class=\"ftc164-spec-title\"\u003e\nPlatform Features\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-feature-grid\"\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"ftc164-feature-card\"\u003e\n\n\u003cdiv class=\"ftc164-feature-top\"\u003e\n\n\u003cdiv class=\"ftc164-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/locationsk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-feature-text\"\u003e\nLive vehicle location and movement\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"ftc164-feature-card\"\u003e\n\n\u003cdiv class=\"ftc164-feature-top\"\u003e\n\n\u003cdiv class=\"ftc164-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/routesk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-feature-text\"\u003e\nRoute history \u0026amp; route playback\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"ftc164-feature-card\"\u003e\n\n\u003cdiv class=\"ftc164-feature-top\"\u003e\n\n\u003cdiv class=\"ftc164-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/routesk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-feature-text\"\u003e\nIgnition on\/off status\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"ftc164-feature-card\"\u003e\n\n\u003cdiv class=\"ftc164-feature-top\"\u003e\n\n\u003cdiv class=\"ftc164-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/reportssk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-feature-text\"\u003e\nDriving behavior alerts\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"ftc164-feature-card\"\u003e\n\n\u003cdiv class=\"ftc164-feature-top\"\u003e\n\n\u003cdiv class=\"ftc164-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/locksk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-feature-text\"\u003e\nRemote engine immobilization (relay required)\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"ftc164-feature-card\"\u003e\n\n\u003cdiv class=\"ftc164-feature-top\"\u003e\n\n\u003cdiv class=\"ftc164-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/geofencesk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-feature-text\"\u003e\nGeofence alerts\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"ftc164-feature-card\"\u003e\n\n\u003cdiv class=\"ftc164-feature-top\"\u003e\n\n\u003cdiv class=\"ftc164-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/reportssk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-feature-text\"\u003e\nReports \u0026amp; analytics\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"ftc164-feature-card\"\u003e\n\n\u003cdiv class=\"ftc164-feature-top\"\u003e\n\n\u003cdiv class=\"ftc164-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/locksk880.svg?v=1779363689\"\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-feature-text\"\u003e\nPrevention of unauthorized vehicle use\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- ITEM --\u003e\n\n\u003cdiv class=\"ftc164-feature-card\"\u003e\n\n\u003cdiv class=\"ftc164-feature-top\"\u003e\n\n\u003cdiv class=\"ftc164-feature-icon\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/carrecover.svg?v=1779432462\"\u003e\n\n\u003c\/div\u003e\n  \n\u003cdiv class=\"ftc164-feature-text\"\u003e\nStolen vehicle recovery\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-feature-check\"\u003e\n✓\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n  \n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-mobile-only\"\u003e\n\u003c!-- SLIDER --\u003e\n\n\u003cdiv class=\"ftc164-slider\"\u003e\n\n\u003cdiv class=\"ftc164-slide active\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0996\/6780\/4537\/files\/132.svg?v=1778228608\"\u003e\n\n\u003cdiv class=\"ftc164-slide-title\"\u003e\nDoes the device require installation?\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-slide-text\"\u003e\nThe device requires professional wired installation on an 8–32 V DC power system. Install the GPS tracking device in your vehicle with the help of an automotive electrician, then download the app and create an account.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-slide\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0996\/6780\/4537\/files\/3232.svg?v=1778228608\"\u003e\n\n\u003cdiv class=\"ftc164-slide-title\"\u003e\nDo I need to buy a SIM card and data?\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-slide-text\"\u003e\nNo, the device includes a built-in SIM chip with no roaming charges, and data is included in the monthly subscription.\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-slide\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/sk880payment.svg?v=1779368896\"\u003e\n\n\u003cdiv class=\"ftc164-slide-title\"\u003e\nHow can I pay the monthly subscription?\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-slide-text\"\u003e\n\nYou can pay your monthly subscription using:\n\u003cbr\u003e\u003cbr\u003e\n\n• PayPal\n\u003cbr\u003e\n\n• Credit or debit card\n(Visa, Mastercard, American Express and other major cards)\n\u003cbr\u003e\u003cbr\u003e\n\nAll online payments are processed securely through our payment providers.\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003cdiv class=\"ftc164-slider-dots\"\u003e\n\n\u003cspan class=\"ftc164-slider-dot active\"\u003e\u003c\/span\u003e\n\u003cspan class=\"ftc164-slider-dot\"\u003e\u003c\/span\u003e\n\u003cspan class=\"ftc164-slider-dot\"\u003e\u003c\/span\u003e\n\n\u003c\/div\u003e\n\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n  \n\u003cbutton class=\"ftc164-support-btn mobile-contact-btn\" id=\"ftc164OpenSupportPopup-en\"\u003e\n\nContact Support\n  \n\u003c\/button\u003e\n\n\u003cdiv class=\"ftc164-support-popup\" id=\"ftc164SupportPopup-en\"\u003e\n\n\u003cdiv class=\"ftc164-support-box\"\u003e\n\n\u003cdiv class=\"ftc164-support-title\"\u003e\nContact Support\n\u003c\/div\u003e\n\n\u003cdiv class=\"ftc164-support-subtitle\"\u003e\nChoose your preferred contact method.\n\u003c\/div\u003e\n\n\u003ca href=\"tel:+302310365067\" class=\"ftc164-support-option\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/phone.svg\" class=\"ftc164-support-option-icon-svg\"\u003e\n\n\u003cspan\u003eCall Support\u003c\/span\u003e\n\n\u003c\/a\u003e\n\n\u003ca href=\"mailto:support@skytrack.gr\" class=\"ftc164-support-option\"\u003e\n\n\u003cimg src=\"https:\/\/cdn.jsdelivr.net\/gh\/tabler\/tabler-icons\/icons\/outline\/mail.svg\" class=\"ftc164-support-option-icon-svg\"\u003e\n\n\u003cspan\u003eEmail Support\u003c\/span\u003e\n\n\u003c\/a\u003e\n\n\u003cbutton class=\"ftc164-support-close\" id=\"ftc164CloseSupportPopup-en\"\u003e\n\nClose\n\n\u003c\/button\u003e\n\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\u003c!-- WHATSAPP BUTTON --\u003e\n\n\u003ca href=\"https:\/\/wa.me\/306945641644\" class=\"ftc164-whatsapp-btn mobile-contact-btn\" target=\"_blank\"\u003e\n\n\u003cimg src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/6\/6b\/WhatsApp.svg\" class=\"ftc164-whatsapp-icon\"\u003e\n\n\u003cspan\u003e\nChat with us on WhatsApp\n\u003c\/span\u003e\n\n\u003c\/a\u003e\n  \n\u003c\/div\u003e\n\n\u003cscript\u003e\n\n\/* SAVE SCROLL *\/\n\nlet ftc164ScrollPosition = 0;\n\n\/* OPEN *\/\n\ndocument.querySelectorAll('[data-open]').forEach(function(button){\n\nbutton.addEventListener('click',function(){\n\nconst page = document.getElementById(\nbutton.getAttribute('data-open')\n);\n\nftc164ScrollPosition = window.scrollY;\n\ndocument.body.classList.add('ftc164-panel-open');\ndocument.body.style.position = 'fixed';\ndocument.body.style.top = `-${ftc164ScrollPosition}px`;\ndocument.body.style.left = '0';\ndocument.body.style.right = '0';\ndocument.body.style.width = '100%';\ndocument.documentElement.style.overflowX = 'hidden';\ndocument.body.style.overflowX = 'hidden';\n\npage.classList.add('active');\n\n});\n\n});\n\n\/* CLOSE *\/\n\ndocument.querySelectorAll('[data-close]').forEach(function(button){\n\nbutton.addEventListener('click',function(){\n\nconst page = document.getElementById(\nbutton.getAttribute('data-close')\n);\n\npage.classList.remove('active');\n\ndocument.body.classList.remove('ftc164-panel-open');\ndocument.body.style.position = '';\ndocument.body.style.top = '';\ndocument.body.style.left = '';\ndocument.body.style.right = '';\ndocument.body.style.width = '';\ndocument.body.style.overflowX = '';\ndocument.documentElement.style.overflowX = '';\n\ndocument.documentElement.style.scrollBehavior = 'auto';\n\nwindow.scrollTo(0, ftc164ScrollPosition);\n\nsetTimeout(() =\u003e {\n  document.documentElement.style.scrollBehavior = '';\n}, 50);\n\n});\n\n});\n\n\/* SLIDER *\/\n\nconst slides = document.querySelectorAll('.ftc164-slide');\nconst dots = document.querySelectorAll('.ftc164-slider-dot');\n\nlet currentSlide = 0;\n\nfunction showSlide(index){\n\n  slides.forEach((slide)=\u003e{\n    slide.classList.remove('active');\n  });\n\n  dots.forEach((dot)=\u003e{\n    dot.classList.remove('active');\n  });\n\n  slides[index].classList.add('active');\n\n  dots[index].classList.add('active');\n}\n\n\/* DOT CLICK *\/\n\ndots.forEach((dot,index)=\u003e{\n\n  dot.addEventListener('click',()=\u003e{\n\n    currentSlide = index;\n\n    showSlide(currentSlide);\n\n  });\n\n});\n\n\/* SWIPE *\/\n\nlet startX = 0;\n\nconst slider = document.querySelector('.ftc164-slider');\n\nslider.addEventListener('touchstart',(e)=\u003e{\n\n  startX = e.touches[0].clientX;\n\n});\n\nslider.addEventListener('touchend',(e)=\u003e{\n\n  let endX = e.changedTouches[0].clientX;\n\n  let diff = startX - endX;\n\n  if(Math.abs(diff) \u003e 50){\n\n    if(diff \u003e 0){\n\n      currentSlide++;\n\n      if(currentSlide \u003e= slides.length){\n        currentSlide = 0;\n      }\n\n    } else {\n\n      currentSlide--;\n\n      if(currentSlide \u003c 0){\n        currentSlide = slides.length - 1;\n      }\n    }\n\n    showSlide(currentSlide);\n  }\n\n});\n\/* MOBILE VIDEO PLAY *\/\n\ndocument.querySelectorAll('.ftc164-video').forEach(video =\u003e {\n\n  video.addEventListener('click', function(){\n\n    if(video.paused){\n\n      video.play();\n\n    } else {\n\n      video.pause();\n\n    }\n\n  });\n\n});\n\n\/* =========================\nGALLERY SLIDER\n========================= *\/\n\nconst galleryImages = document.querySelectorAll('.ftc164-gallery-image');\n\nconst galleryDots = document.querySelectorAll('.ftc164-gallery-dot');\n\nlet galleryIndex = 0;\n\nfunction showGallerySlide(index){\n\n  galleryImages.forEach((img)=\u003e{\n    img.classList.remove('active');\n  });\n\n  galleryDots.forEach((dot)=\u003e{\n    dot.classList.remove('active');\n  });\n\n  galleryImages[index].classList.add('active');\n\n  galleryDots[index].classList.add('active');\n}\n\n\/* DOT CLICK *\/\n\ngalleryDots.forEach((dot,index)=\u003e{\n\n  dot.addEventListener('click',()=\u003e{\n\n    galleryIndex = index;\n\n    showGallerySlide(galleryIndex);\n\n  });\n\n});\n\n\/* AUTO SLIDE *\/\n\nsetInterval(()=\u003e{\n\n  galleryIndex++;\n\n  if(galleryIndex \u003e= galleryImages.length){\n\n    galleryIndex = 0;\n  }\n\n  showGallerySlide(galleryIndex);\n\n},3500);\n  \n  const ftc164SupportPopupEn = document.getElementById('ftc164SupportPopup-en');\n\ndocument.getElementById('ftc164OpenSupportPopup-en').addEventListener('click',()=\u003e{\n\n  ftc164SupportPopupEn.classList.add('active');\n\n});\n\ndocument.getElementById('ftc164CloseSupportPopup-en').addEventListener('click',()=\u003e{\n\n  ftc164SupportPopupEn.classList.remove('active');\n});\n  \n\u003c\/script\u003e","brand":"SKYTRACK SHOP","offers":[{"title":"Default Title","offer_id":53597428973915,"sku":"800000000000048","price":118.0,"currency_code":"EUR","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/files\/ftc164-product-pic.png?v=1784097103"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0959\/2120\/9691\/collections\/ChatGPT_Image_Aug_19_2026_01_48_34_PM_0a0168ae-24ab-40d3-aee3-6854487ca6ed.png?v=1787224033","url":"https:\/\/skytrackshop.com\/collections\/gps-trackers-%ce%b3%ce%b9%ce%b1-%ce%b5%cf%84%ce%b1%ce%b9%cf%81%ce%b5%ce%af%ce%b5%cf%82.oembed","provider":"SKYTRACK SHOP","version":"1.0","type":"link"}