{"title":"Communication Systems","description":"\u003cp\u003eDiscover all our satellite and 4G communication products such as the Iridium Go, the Inmarsat satellite phone or Iridium 9555 and 9575\u003c\/p\u003e","products":[{"product_id":"iridium-go","title":"Iridium GO!: Global Satellite WiFi Hotspot","description":"\u003cstyle\u003e\n\/* Styles for the product content section only *\/\n.product-content-section {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 20px;\n}\n\n.product-content-section h2 {\n    font-size: 2.2rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    text-align: center;\n    margin-bottom: 30px;\n    line-height: 1.3;\n}\n\n.product-content-section h3 {\n    font-size: 1.5rem;\n    font-weight: 600;\n    color: #1fb6ff;\n    margin-bottom: 20px;\n}\n\n.product-content-section p {\n    color: #666666;\n    line-height: 1.7;\n    margin-bottom: 20px;\n    font-size: 1.1rem;\n    text-align: justify;\n}\n\n\/* Iridium GO! Hero Section *\/\n.hero-section-responsive {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    color: #1fb6ff;\n    padding: 60px 20px;\n    margin: 30px 0;\n    border-radius: 20px;\n    box-shadow: 0 8px 40px rgba(31, 182, 255, 0.15);\n    position: relative;\n    overflow: hidden;\n}\n\n.hero-section-responsive::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #1fb6ff 0%, #0ea5e9 50%, #1fb6ff 100%);\n}\n\n.hero-content {\n    text-align: center;\n    position: relative;\n    z-index: 2;\n}\n\n.hero-content h2 {\n    font-size: 2.8rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin-bottom: 25px;\n    text-shadow: 0 2px 4px rgba(31, 182, 255, 0.3);\n}\n\n.hero-content .subtitle {\n    font-size: 1.4rem;\n    color: #666666;\n    margin-bottom: 30px;\n    font-weight: 300;\n    line-height: 1.5;\n}\n\n.hero-features {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 25px;\n    margin-top: 40px;\n}\n\n.hero-feature {\n    background: rgba(255,255,255,0.8);\n    padding: 25px 20px;\n    border-radius: 15px;\n    text-align: center;\n    backdrop-filter: blur(10px);\n    border: 1px solid rgba(31, 182, 255, 0.2);\n    transition: all 0.3s ease;\n}\n\n.hero-feature:hover {\n    transform: translateY(-5px);\n    background: rgba(255,255,255,0.95);\n    box-shadow: 0 8px 25px rgba(31, 182, 255, 0.3);\n}\n\n.hero-feature-icon {\n    width: 60px;\n    height: 60px;\n    background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 15px;\n    font-size: 1.5rem;\n    box-shadow: 0 4px 15px rgba(31, 182, 255, 0.4);\n    color: white;\n}\n\n.hero-feature h3 {\n    font-size: 1.2rem;\n    font-weight: 600;\n    color: #1fb6ff;\n    margin-bottom: 10px;\n}\n\n.hero-feature p {\n    color: #666666;\n    font-size: 0.95rem;\n    line-height: 1.4;\n    margin: 0;\n    text-align: center;\n}\n\n\/* Iridium GO! Features Section *\/\n.iridium-features-section {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    padding: 50px 20px;\n    margin: 40px 0;\n    border-radius: 20px;\n    box-shadow: 0 4px 25px rgba(31, 182, 255, 0.15);\n    position: relative;\n    overflow: hidden;\n}\n\n.iridium-features-section::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #1fb6ff 0%, #0ea5e9 50%, #1fb6ff 100%);\n}\n\n.iridium-intro {\n    text-align: center;\n    margin-bottom: 40px;\n}\n\n.iridium-intro h2 {\n    font-size: 2.2rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin-bottom: 20px;\n    position: relative;\n}\n\n.iridium-intro h2::after {\n    content: '';\n    position: absolute;\n    bottom: -10px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 80px;\n    height: 3px;\n    background: linear-gradient(90deg, #1fb6ff, #0ea5e9);\n    border-radius: 2px;\n}\n\n.iridium-intro p {\n    font-size: 1.2rem;\n    color: #666666;\n    max-width: 800px;\n    margin: 0 auto;\n    line-height: 1.6;\n}\n\n\/* Responsive features table *\/\n.features-table-desktop {\n    width: 100%;\n    border-collapse: collapse;\n    background: white;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n    margin-top: 30px;\n}\n\n.features-table-desktop th {\n    background: linear-gradient(135deg, #1fb6ff 0%, #0ea5e9 100%);\n    color: white;\n    padding: 20px 15px;\n    text-align: left;\n    font-weight: 700;\n    font-size: 1.1rem;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n}\n\n.features-table-desktop td {\n    padding: 18px 15px;\n    border-bottom: 1px solid #e5e7eb;\n    vertical-align: top;\n}\n\n.features-table-desktop tr:hover {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n}\n\n.features-table-desktop .feature-name {\n    font-weight: 600;\n    color: #1fb6ff;\n    font-size: 1rem;\n}\n\n.features-table-desktop .feature-description {\n    color: #666666;\n    line-height: 1.5;\n    font-size: 0.95rem;\n}\n\n.features-table-desktop .feature-benefit {\n    color: #059669;\n    font-weight: 500;\n    font-style: italic;\n    border-left: 3px solid #10b981;\n    padding-left: 10px;\n    font-size: 0.9rem;\n}\n\n\/* Mobile feature cards *\/\n.features-cards-mobile {\n    display: none;\n    margin-top: 30px;\n}\n\n.feature-card-mobile {\n    background: white;\n    padding: 20px;\n    border-radius: 12px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n    margin-bottom: 15px;\n    border-left: 4px solid #1fb6ff;\n    transition: all 0.3s ease;\n}\n\n.feature-card-mobile:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 6px 20px rgba(31, 182, 255, 0.2);\n}\n\n.feature-header-mobile {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 12px;\n}\n\n.feature-icon-mobile {\n    width: 40px;\n    height: 40px;\n    background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1rem;\n    color: white;\n    flex-shrink: 0;\n    box-shadow: 0 3px 10px rgba(31, 182, 255, 0.3);\n}\n\n.feature-header-mobile h3 {\n    font-size: 1.1rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin: 0;\n    flex: 1;\n}\n\n.feature-card-mobile .description {\n    color: #666666;\n    line-height: 1.4;\n    margin-bottom: 10px;\n    font-size: 0.9rem;\n}\n\n.feature-card-mobile .benefit {\n    color: #059669;\n    font-weight: 500;\n    font-style: italic;\n    border-left: 3px solid #10b981;\n    padding-left: 10px;\n    margin: 0;\n    font-size: 0.85rem;\n}\n\n\/* Technical Specifications Section *\/\n.specs-section-responsive {\n    background: #f8f9fa;\n    padding: 50px 20px;\n    margin: 40px 0;\n    border-radius: 20px;\n    box-shadow: 0 2px 15px rgba(0,0,0,0.08);\n}\n\n.specs-intro {\n    text-align: center;\n    margin-bottom: 40px;\n}\n\n.specs-intro h2 {\n    font-size: 2.2rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin-bottom: 20px;\n    position: relative;\n}\n\n.specs-intro h2::after {\n    content: '';\n    position: absolute;\n    bottom: -10px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 80px;\n    height: 3px;\n    background: linear-gradient(90deg, #1fb6ff, #0ea5e9);\n    border-radius: 2px;\n}\n\n.specs-intro p {\n    font-size: 1.2rem;\n    color: #666666;\n    max-width: 800px;\n    margin: 0 auto;\n    line-height: 1.6;\n}\n\n.specs-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-top: 40px;\n}\n\n.spec-category {\n    background: white;\n    padding: 25px;\n    border-radius: 12px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n    transition: all 0.3s ease;\n    border-left: 4px solid #1fb6ff;\n}\n\n.spec-category:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n}\n\n.spec-category-header {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    margin-bottom: 20px;\n}\n\n.spec-category-icon {\n    width: 50px;\n    height: 50px;\n    background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1.2rem;\n    color: white;\n    flex-shrink: 0;\n    box-shadow: 0 3px 12px rgba(31, 182, 255, 0.3);\n}\n\n.spec-category-header h3 {\n    font-size: 1.2rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin: 0;\n    flex: 1;\n}\n\n.spec-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n}\n\n.spec-list li {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 8px 0;\n    border-bottom: 1px solid #e5e7eb;\n    font-size: 0.95rem;\n}\n\n.spec-list li:last-child {\n    border-bottom: none;\n}\n\n.spec-name {\n    font-weight: 600;\n    color: #374151;\n}\n\n.spec-value {\n    color: #1fb6ff;\n    font-weight: 500;\n}\n\n\/* Usage Applications Section *\/\n.usage-section-responsive {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    padding: 50px 20px;\n    margin: 40px 0;\n    border-radius: 20px;\n    box-shadow: 0 4px 25px rgba(31, 182, 255, 0.15);\n    position: relative;\n    overflow: hidden;\n}\n\n.usage-section-responsive::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #1fb6ff 0%, #0ea5e9 50%, #1fb6ff 100%);\n}\n\n.usage-intro {\n    text-align: center;\n    margin-bottom: 40px;\n}\n\n.usage-intro h2 {\n    font-size: 2.2rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin-bottom: 20px;\n    position: relative;\n}\n\n.usage-intro h2::after {\n    content: '';\n    position: absolute;\n    bottom: -10px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 80px;\n    height: 3px;\n    background: linear-gradient(90deg, #1fb6ff, #0ea5e9);\n    border-radius: 2px;\n}\n\n.usage-intro p {\n    font-size: 1.2rem;\n    color: #666666;\n    max-width: 800px;\n    margin: 0 auto;\n    line-height: 1.6;\n}\n\n.usage-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 25px;\n    margin-top: 40px;\n}\n\n.usage-card {\n    background: white;\n    padding: 30px 25px;\n    border-radius: 15px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n    text-align: center;\n    transition: all 0.4s ease;\n    border: 2px solid transparent;\n    position: relative;\n    overflow: hidden;\n}\n\n.usage-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #1fb6ff, #0ea5e9);\n    transform: scaleX(0);\n    transition: transform 0.4s ease;\n}\n\n.usage-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 8px 30px rgba(31, 182, 255, 0.2);\n    border-color: rgba(31, 182, 255, 0.3);\n}\n\n.usage-card:hover::before {\n    transform: scaleX(1);\n}\n\n.usage-icon-responsive {\n    width: 70px;\n    height: 70px;\n    background: linear-gradient(135deg, #1fb6ff 0%, #0ea5e9 100%);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 20px;\n    font-size: 1.8rem;\n    color: white;\n    box-shadow: 0 4px 20px rgba(31, 182, 255, 0.3);\n    transition: all 0.3s ease;\n}\n\n.usage-card:hover .usage-icon-responsive {\n    transform: scale(1.1);\n    box-shadow: 0 6px 25px rgba(31, 182, 255, 0.4);\n}\n\n.usage-card h3 {\n    font-size: 1.3rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin-bottom: 15px;\n    line-height: 1.3;\n}\n\n.usage-card p {\n    color: #666666;\n    line-height: 1.6;\n    font-size: 1rem;\n    text-align: center;\n    margin: 0;\n}\n\n\/* Konectis Tracking Section *\/\n.tracking-section-responsive {\n    background: #f8f9fa;\n    padding: 50px 20px;\n    margin: 40px 0;\n    border-radius: 20px;\n    box-shadow: 0 2px 15px rgba(0,0,0,0.08);\n}\n\n.tracking-intro {\n    text-align: center;\n    margin-bottom: 40px;\n}\n\n.tracking-intro h2 {\n    font-size: 2.2rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin-bottom: 20px;\n    position: relative;\n}\n\n.tracking-intro h2::after {\n    content: '';\n    position: absolute;\n    bottom: -10px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 80px;\n    height: 3px;\n    background: linear-gradient(90deg, #1fb6ff, #0ea5e9);\n    border-radius: 2px;\n}\n\n.tracking-intro p {\n    font-size: 1.2rem;\n    color: #666666;\n    max-width: 800px;\n    margin: 0 auto;\n    line-height: 1.6;\n}\n\n.tracking-features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-top: 40px;\n}\n\n.tracking-feature {\n    background: white;\n    padding: 25px;\n    border-radius: 12px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n    transition: all 0.3s ease;\n    border-left: 4px solid #1fb6ff;\n}\n\n.tracking-feature:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n}\n\n.tracking-feature-header {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    margin-bottom: 15px;\n}\n\n.tracking-feature-icon {\n    width: 50px;\n    height: 50px;\n    background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1.2rem;\n    color: white;\n    flex-shrink: 0;\n    box-shadow: 0 3px 12px rgba(31, 182, 255, 0.3);\n}\n\n.tracking-feature-header h3 {\n    font-size: 1.2rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin: 0;\n    flex: 1;\n}\n\n.tracking-feature p {\n    color: #666666;\n    line-height: 1.5;\n    margin: 0;\n    font-size: 1rem;\n    text-align: left;\n}\n\n\/* Advanced Tracking Section *\/\n.at-service-section-responsive {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    padding: 40px 20px;\n    margin: 30px 0;\n    border-radius: 15px;\n    box-shadow: 0 2px 15px rgba(0,0,0,0.08);\n}\n\n.service-grid-responsive {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 20px;\n    margin: 30px 0;\n}\n\n.service-card-responsive {\n    display: flex;\n    gap: 15px;\n    align-items: flex-start;\n    background: white;\n    padding: 20px;\n    border-radius: 12px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n    transition: all 0.3s ease;\n    border-left: 4px solid #1fb6ff;\n}\n\n.service-card-responsive:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n}\n\n.service-icon-responsive {\n    width: 50px;\n    height: 50px;\n    background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1.2rem;\n    flex-shrink: 0;\n    box-shadow: 0 3px 12px rgba(31, 182, 255, 0.3);\n    color: white;\n}\n\n.service-content-responsive h3 {\n    font-size: 1.1rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin: 0 0 8px 0;\n}\n\n.service-content-responsive p {\n    color: #666666;\n    line-height: 1.5;\n    margin: 0;\n    font-size: 1rem;\n    text-align: left;\n}\n\n\/* Contact *\/\n.contact-highlight-responsive {\n    display: flex;\n    justify-content: center;\n    margin-top: 30px;\n}\n\n.contact-card-responsive {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    background: white;\n    padding: 15px 25px;\n    border-radius: 10px;\n    box-shadow: 0 3px 12px rgba(0,0,0,0.1);\n    border-left: 4px solid #1fb6ff;\n    transition: all 0.3s ease;\n}\n\n.contact-card-responsive:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 5px 18px rgba(0,0,0,0.15);\n}\n\n.contact-info-responsive h4 {\n    font-size: 1rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin: 0 0 3px 0;\n}\n\n.contact-info-responsive .phone {\n    font-size: 1.1rem;\n    font-weight: 600;\n    color: #059669;\n    margin: 0 0 2px 0;\n}\n\n.contact-info-responsive .hours {\n    font-size: 0.85rem;\n    color: #666666;\n}\n\n\/* Final CTA *\/\n.final-cta-responsive {\n    background: linear-gradient(135deg, #1fb6ff 0%, #0ea5e9 100%);\n    color: white;\n    padding: 50px 30px;\n    text-align: center;\n    border-radius: 20px;\n    margin: 40px 0;\n    box-shadow: 0 5px 25px rgba(31, 182, 255, 0.3);\n}\n\n.final-cta-responsive h2 {\n    font-size: 2.5rem;\n    font-weight: 700;\n    margin-bottom: 20px;\n    text-shadow: 0 2px 4px rgba(0,0,0,0.3);\n    color: white;\n}\n\n.final-cta-responsive p {\n    font-size: 1.2rem;\n    margin-bottom: 30px;\n    opacity: 0.95;\n    line-height: 1.5;\n    color: white;\n    text-align: center;\n}\n\n\/* Responsive Image *\/\n.product-image-responsive {\n    display: block;\n    margin: 30px auto;\n    max-width: 100%;\n    height: auto;\n    border-radius: 15px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.1);\n}\n\n\/* FULL RESPONSIVE DESIGN *\/\n\n\/* Tablets (768px and under) *\/\n@media (max-width: 768px) {\n    .product-content-section {\n        padding: 0 15px;\n    }\n\n    .product-content-section h2 {\n        font-size: 1.8rem;\n        margin-bottom: 25px;\n        line-height: 1.2;\n    }\n\n    .product-content-section h3 {\n        font-size: 1.3rem;\n        line-height: 1.3;\n    }\n\n    .product-content-section p {\n        font-size: 1rem;\n        line-height: 1.6;\n    }\n\n    \/* Switch to cards on tablet *\/\n    .features-table-desktop {\n        display: none;\n    }\n\n    .features-cards-mobile {\n        display: block;\n    }\n\n    \/* Hero responsive *\/\n    .hero-section-responsive {\n        padding: 40px 15px;\n        margin: 25px 0;\n        background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    }\n\n    .hero-content h2 {\n        font-size: 2.2rem;\n        line-height: 1.2;\n        margin-bottom: 20px;\n        color: #1fb6ff;\n    }\n\n    .hero-content .subtitle {\n        font-size: 1.2rem;\n        line-height: 1.4;\n        margin-bottom: 25px;\n        color: #666666;\n    }\n\n    .hero-features {\n        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n        gap: 20px;\n        margin-top: 30px;\n    }\n\n    .hero-feature {\n        padding: 20px 15px;\n        background: rgba(255,255,255,0.9);\n        border: 1px solid rgba(31, 182, 255, 0.2);\n    }\n\n    .hero-feature-icon {\n        width: 50px;\n        height: 50px;\n        font-size: 1.3rem;\n        margin-bottom: 12px;\n        background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    }\n\n    .hero-feature h3 {\n        font-size: 1.1rem;\n        margin-bottom: 8px;\n        color: #1fb6ff;\n    }\n\n    .hero-feature p {\n        font-size: 0.9rem;\n        line-height: 1.3;\n        color: #666666;\n    }\n\n    \/* Responsive sections *\/\n    .iridium-features-section,\n    .specs-section-responsive,\n    .usage-section-responsive,\n    .tracking-section-responsive,\n    .at-service-section-responsive {\n        padding: 35px 15px;\n        margin: 25px 0;\n        border-radius: 15px;\n    }\n\n    \/* Section intros *\/\n    .iridium-intro h2,\n    .specs-intro h2,\n    .usage-intro h2,\n    .tracking-intro h2 {\n        font-size: 1.8rem;\n        margin-bottom: 15px;\n    }\n\n    .iridium-intro p,\n    .specs-intro p,\n    .usage-intro p,\n    .tracking-intro p {\n        font-size: 1.1rem;\n        line-height: 1.5;\n    }\n\n    \/* Responsive grids *\/\n    .specs-grid,\n    .tracking-features-grid {\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 20px;\n        margin-top: 30px;\n    }\n\n    .usage-grid {\n        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n        gap: 20px;\n        margin-top: 30px;\n    }\n\n    .service-grid-responsive {\n        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n        gap: 18px;\n        margin: 25px 0;\n    }\n\n    \/* Mobile feature cards *\/\n    .feature-card-mobile {\n        padding: 18px 15px;\n        margin-bottom: 12px;\n    }\n\n    .feature-header-mobile {\n        gap: 10px;\n        margin-bottom: 10px;\n    }\n\n    .feature-icon-mobile {\n        width: 35px;\n        height: 35px;\n        font-size: 0.9rem;\n    }\n\n    .feature-header-mobile h3 {\n        font-size: 1rem;\n    }\n\n    .feature-card-mobile .description {\n        font-size: 0.85rem;\n        margin-bottom: 8px;\n    }\n\n    .feature-card-mobile .benefit {\n        font-size: 0.8rem;\n        padding-left: 8px;\n    }\n\n    \/* Responsive specifications *\/\n    .spec-category,\n    .tracking-feature {\n        padding: 20px 18px;\n    }\n\n    .spec-category-header,\n    .tracking-feature-header {\n        gap: 12px;\n        margin-bottom: 15px;\n    }\n\n    .spec-category-icon,\n    .tracking-feature-icon {\n        width: 45px;\n        height: 45px;\n        font-size: 1.1rem;\n    }\n\n    .spec-category-header h3,\n    .tracking-feature-header h3 {\n        font-size: 1.1rem;\n    }\n\n    .spec-list li {\n        padding: 6px 0;\n        font-size: 0.9rem;\n    }\n\n    \/* Responsive usage *\/\n    .usage-card {\n        padding: 25px 20px;\n    }\n\n    .usage-icon-responsive {\n        width: 60px;\n        height: 60px;\n        font-size: 1.6rem;\n        margin-bottom: 15px;\n    }\n\n    .usage-card h3 {\n        font-size: 1.2rem;\n        margin-bottom: 12px;\n    }\n\n    .usage-card p {\n        font-size: 0.95rem;\n        line-height: 1.5;\n    }\n\n    \/* Responsive service cards *\/\n    .service-card-responsive {\n        flex-direction: column;\n        text-align: center;\n        gap: 12px;\n        padding: 18px 15px;\n    }\n\n    .service-icon-responsive {\n        width: 45px;\n        height: 45px;\n        font-size: 1.1rem;\n        margin: 0 auto;\n    }\n\n    .service-content-responsive h3 {\n        font-size: 1rem;\n        margin-bottom: 6px;\n    }\n\n    .service-content-responsive p {\n        font-size: 0.9rem;\n        line-height: 1.4;\n        text-align: center;\n    }\n\n    \/* Responsive contact *\/\n    .contact-card-responsive {\n        flex-direction: column;\n        text-align: center;\n        gap: 10px;\n        padding: 15px 20px;\n    }\n\n    .contact-info-responsive h4 {\n        font-size: 0.95rem;\n    }\n\n    .contact-info-responsive .phone {\n        font-size: 1rem;\n    }\n\n    .contact-info-responsive .hours {\n        font-size: 0.8rem;\n    }\n\n    \/* Responsive CTA *\/\n    .final-cta-responsive {\n        padding: 40px 25px;\n        margin: 30px 0;\n    }\n\n    .final-cta-responsive h2 {\n        font-size: 2rem;\n        line-height: 1.2;\n        margin-bottom: 18px;\n    }\n\n    .final-cta-responsive p {\n        font-size: 1.1rem;\n        line-height: 1.4;\n        margin-bottom: 25px;\n    }\n}\n\n\/* Mobiles (480px and under) *\/\n@media (max-width: 480px) {\n    .product-content-section {\n        padding: 0 12px;\n    }\n\n    .product-content-section h2 {\n        font-size: 1.5rem;\n        margin-bottom: 20px;\n        line-height: 1.2;\n        text-align: center;\n    }\n\n    .product-content-section h3 {\n        font-size: 1.2rem;\n        line-height: 1.3;\n        text-align: center;\n    }\n\n    .product-content-section p {\n        font-size: 0.95rem;\n        line-height: 1.5;\n        text-align: justify;\n    }\n\n    \/* Hero mobile *\/\n    .hero-section-responsive {\n        padding: 30px 12px;\n        margin: 20px 0;\n        background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    }\n\n    .hero-content h2 {\n        font-size: 1.8rem;\n        line-height: 1.2;\n        margin-bottom: 18px;\n        color: #1fb6ff;\n    }\n\n    .hero-content .subtitle {\n        font-size: 1.1rem;\n        line-height: 1.4;\n        margin-bottom: 25px;\n        color: #666666;\n    }\n\n    .hero-features {\n        grid-template-columns: 1fr;\n        gap: 15px;\n        margin-top: 25px;\n    }\n\n    .hero-feature {\n        padding: 18px 15px;\n        background: rgba(255,255,255,0.9);\n        border: 1px solid rgba(31, 182, 255, 0.2);\n    }\n\n    .hero-feature-icon {\n        width: 45px;\n        height: 45px;\n        font-size: 1.2rem;\n        margin-bottom: 10px;\n        background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    }\n\n    .hero-feature h3 {\n        font-size: 1rem;\n        margin-bottom: 6px;\n        color: #1fb6ff;\n    }\n\n    .hero-feature p {\n        font-size: 0.85rem;\n        line-height: 1.3;\n        color: #666666;\n    }\n\n    \/* Mobile sections *\/\n    .iridium-features-section,\n    .specs-section-responsive,\n    .usage-section-responsive,\n    .tracking-section-responsive,\n    .at-service-section-responsive {\n        padding: 25px 12px;\n        margin: 18px 0;\n        border-radius: 12px;\n    }\n\n    \/* Mobile section intros *\/\n    .iridium-intro h2,\n    .specs-intro h2,\n    .usage-intro h2,\n    .tracking-intro h2 {\n        font-size: 1.5rem;\n        margin-bottom: 12px;\n        line-height: 1.2;\n    }\n\n    .iridium-intro p,\n    .specs-intro p,\n    .usage-intro p,\n    .tracking-intro p {\n        font-size: 1rem;\n        line-height: 1.4;\n        text-align: center;\n    }\n\n    \/* Single column grids *\/\n    .specs-grid,\n    .usage-grid,\n    .tracking-features-grid,\n    .service-grid-responsive {\n        grid-template-columns: 1fr;\n        gap: 15px;\n        margin-top: 20px;\n    }\n\n    \/* Mobile feature cards *\/\n    .feature-card-mobile {\n        padding: 15px 12px;\n        margin-bottom: 10px;\n    }\n\n    .feature-header-mobile {\n        gap: 8px;\n        margin-bottom: 8px;\n    }\n\n    .feature-icon-mobile {\n        width: 32px;\n        height: 32px;\n        font-size: 0.8rem;\n    }\n\n    .feature-header-mobile h3 {\n        font-size: 0.95rem;\n    }\n\n    .feature-card-mobile .description {\n        font-size: 0.8rem;\n        margin-bottom: 6px;\n    }\n\n    .feature-card-mobile .benefit {\n        font-size: 0.75rem;\n        padding-left: 6px;\n    }\n\n    \/* Mobile specifications *\/\n    .spec-category,\n    .tracking-feature {\n        padding: 18px 15px;\n    }\n\n    .spec-category-header,\n    .tracking-feature-header {\n        gap: 10px;\n        margin-bottom: 12px;\n    }\n\n    .spec-category-icon,\n    .tracking-feature-icon {\n        width: 40px;\n        height: 40px;\n        font-size: 1rem;\n    }\n\n    .spec-category-header h3,\n    .tracking-feature-header h3 {\n        font-size: 1rem;\n    }\n\n    .spec-list li {\n        padding: 5px 0;\n        font-size: 0.85rem;\n        flex-direction: column;\n        align-items: flex-start;\n        gap: 2px;\n    }\n\n    .spec-name {\n        font-size: 0.85rem;\n    }\n\n    .spec-value {\n        font-size: 0.8rem;\n    }\n\n    \/* Mobile usage *\/\n    .usage-card {\n        padding: 20px 15px;\n    }\n\n    .usage-icon-responsive {\n        width: 55px;\n        height: 55px;\n        font-size: 1.4rem;\n        margin-bottom: 12px;\n    }\n\n    .usage-card h3 {\n        font-size: 1.1rem;\n        margin-bottom: 10px;\n        line-height: 1.3;\n    }\n\n    .usage-card p {\n        font-size: 0.9rem;\n        line-height: 1.4;\n        text-align: center;\n    }\n\n    \/* Mobile service cards *\/\n    .service-card-responsive {\n        padding: 15px 12px;\n        gap: 10px;\n    }\n\n    .service-icon-responsive {\n        width: 40px;\n        height: 40px;\n        font-size: 1rem;\n    }\n\n    .service-content-responsive h3 {\n        font-size: 0.95rem;\n        margin-bottom: 5px;\n    }\n\n    .service-content-responsive p {\n        font-size: 0.85rem;\n        line-height: 1.3;\n        text-align: center;\n    }\n\n    \/* Mobile contact *\/\n    .contact-card-responsive {\n        padding: 12px 15px;\n        margin: 0 5px;\n        gap: 8px;\n    }\n\n    .contact-info-responsive h4 {\n        font-size: 0.9rem;\n    }\n\n    .contact-info-responsive .phone {\n        font-size: 0.95rem;\n    }\n\n    .contact-info-responsive .hours {\n        font-size: 0.75rem;\n    }\n\n    \/* Mobile CTA *\/\n    .final-cta-responsive {\n        padding: 30px 15px;\n        margin: 25px 0;\n    }\n\n    .final-cta-responsive h2 {\n        font-size: 1.7rem;\n        line-height: 1.2;\n        margin-bottom: 15px;\n    }\n\n    .final-cta-responsive p {\n        font-size: 1rem;\n        line-height: 1.3;\n        margin-bottom: 20px;\n    }\n}\n\n\/* Very small screens (320px and under) *\/\n@media (max-width: 320px) {\n    .product-content-section {\n        padding: 0 8px;\n    }\n\n    .product-content-section h2 {\n        font-size: 1.3rem;\n        margin-bottom: 15px;\n    }\n\n    .product-content-section h3 {\n        font-size: 1.1rem;\n    }\n\n    .product-content-section p {\n        font-size: 0.9rem;\n        line-height: 1.4;\n    }\n\n    \/* Hero very small *\/\n    .hero-section-responsive {\n        padding: 25px 8px;\n        margin: 15px 0;\n        background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    }\n\n    .hero-content h2 {\n        font-size: 1.6rem;\n        margin-bottom: 15px;\n        color: #1fb6ff;\n    }\n\n    .hero-content .subtitle {\n        font-size: 1rem;\n        margin-bottom: 20px;\n        color: #666666;\n    }\n\n    .hero-features {\n        gap: 12px;\n        margin-top: 20px;\n    }\n\n    .hero-feature {\n        padding: 15px 10px;\n        background: rgba(255,255,255,0.9);\n        border: 1px solid rgba(31, 182, 255, 0.2);\n    }\n\n    .hero-feature-icon {\n        width: 40px;\n        height: 40px;\n        font-size: 1.1rem;\n        margin-bottom: 8px;\n        background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    }\n\n    .hero-feature h3 {\n        font-size: 0.95rem;\n        margin-bottom: 5px;\n        color: #1fb6ff;\n    }\n\n    .hero-feature p {\n        font-size: 0.8rem;\n        line-height: 1.2;\n        color: #666666;\n    }\n\n    \/* Sections very small *\/\n    .iridium-features-section,\n    .specs-section-responsive,\n    .usage-section-responsive,\n    .tracking-section-responsive,\n    .at-service-section-responsive {\n        padding: 20px 8px;\n        margin: 15px 0;\n        border-radius: 10px;\n    }\n\n    \/* Intros very small *\/\n    .iridium-intro h2,\n    .specs-intro h2,\n    .usage-intro h2,\n    .tracking-intro h2 {\n        font-size: 1.3rem;\n        margin-bottom: 10px;\n    }\n\n    .iridium-intro p,\n    .specs-intro p,\n    .usage-intro p,\n    .tracking-intro p {\n        font-size: 0.9rem;\n        line-height: 1.3;\n    }\n\n    \/* Grids very small *\/\n    .specs-grid,\n    .usage-grid,\n    .tracking-features-grid,\n    .service-grid-responsive {\n        gap: 12px;\n        margin-top: 15px;\n    }\n\n    \/* Cards very small *\/\n    .feature-card-mobile,\n    .spec-category,\n    .usage-card,\n    .tracking-feature,\n    .service-card-responsive {\n        padding: 12px 8px;\n    }\n\n    .usage-icon-responsive {\n        width: 50px;\n        height: 50px;\n        font-size: 1.3rem;\n        margin-bottom: 10px;\n    }\n\n    .usage-card h3 {\n        font-size: 1rem;\n        margin-bottom: 8px;\n    }\n\n    .usage-card p {\n        font-size: 0.8rem;\n        line-height: 1.3;\n    }\n\n    \/* Specifications very small *\/\n    .spec-category-icon,\n    .tracking-feature-icon {\n        width: 35px;\n        height: 35px;\n        font-size: 0.9rem;\n    }\n\n    .spec-category-header h3,\n    .tracking-feature-header h3 {\n        font-size: 0.9rem;\n    }\n\n    .spec-list li {\n        font-size: 0.8rem;\n    }\n\n    \/* Service cards very small *\/\n    .service-card-responsive {\n        gap: 8px;\n    }\n\n    .service-icon-responsive {\n        width: 35px;\n        height: 35px;\n        font-size: 0.9rem;\n    }\n\n    .service-content-responsive h3 {\n        font-size: 0.9rem;\n        margin-bottom: 4px;\n    }\n\n    .service-content-responsive p {\n        font-size: 0.8rem;\n        line-height: 1.2;\n    }\n\n    \/* Contact very small *\/\n    .contact-card-responsive {\n        padding: 10px 12px;\n        margin: 0 3px;\n        gap: 6px;\n    }\n\n    .contact-info-responsive h4 {\n        font-size: 0.85rem;\n    }\n\n    .contact-info-responsive .phone {\n        font-size: 0.9rem;\n    }\n\n    .contact-info-responsive .hours {\n        font-size: 0.7rem;\n    }\n\n    \/* CTA very small *\/\n    .final-cta-responsive {\n        padding: 25px 10px;\n        margin: 20px 0;\n    }\n\n    .final-cta-responsive h2 {\n        font-size: 1.5rem;\n        margin-bottom: 12px;\n    }\n\n    .final-cta-responsive p {\n        font-size: 0.9rem;\n        line-height: 1.2;\n        margin-bottom: 15px;\n    }\n}\n\u003c\/style\u003e\n\u003c!-- Product Content Start --\u003e\n\u003cdiv class=\"product-content-section\"\u003e\u003c!-- Main Description --\u003e\n\u003ch2\u003e\u003cstrong\u003eCommunicate via smartphone or tablet with voice and data anywhere on the planet with Iridium GO!\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eAdvanced Tracking is an official Iridium distributor. Satellite connection for up to 5 mobile devices simultaneously.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003ch2\u003eProfessional Satellite Hotspot\u003c\/h2\u003e\n\u003cp class=\"subtitle\"\u003eIridium GO! transforms your smartphone into a satellite phone. Create a 30m radius WiFi hotspot, connect 5 devices, and communicate anywhere on Earth, including the poles.\u003c\/p\u003e\n\u003cdiv class=\"hero-features\"\u003e\n\u003cdiv class=\"hero-feature\"\u003e\n\u003cdiv class=\"hero-feature-icon\"\u003e📶\u003c\/div\u003e\n\u003ch3\u003e30m WiFi Hotspot\u003c\/h3\u003e\n\u003cp\u003eAutomatic Iridium network connection, 5 simultaneous devices\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-feature\"\u003e\n\u003cdiv class=\"hero-feature-icon\"\u003e🌍\u003c\/div\u003e\n\u003ch3\u003eGlobal Coverage\u003c\/h3\u003e\n\u003cp\u003e100% of the planet, including poles, where GSM does not exist\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-feature\"\u003e\n\u003cdiv class=\"hero-feature-icon\"\u003e📱\u003c\/div\u003e\n\u003ch3\u003eiOS\/Android Apps\u003c\/h3\u003e\n\u003cp\u003eDedicated applications, familiar smartphone interface\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-feature\"\u003e\n\u003cdiv class=\"hero-feature-icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch3\u003eMIL-STD Ruggedness\u003c\/h3\u003e\n\u003cp\u003eIP65 military certification, extreme resistance\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Iridium GO! Features Section --\u003e\n\u003cdiv class=\"iridium-features-section\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003cdiv class=\"iridium-intro\"\u003e\n\u003ch2\u003eIridium GO! Advanced Features\u003c\/h2\u003e\n\u003cp\u003eDiscover the advanced capabilities that make Iridium GO! the world's first satellite hotspot, transforming your smartphone into a global communication terminal.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Desktop Table --\u003e\n\u003ctable class=\"features-table-desktop\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eGO! Feature\u003c\/th\u003e\n\u003cth\u003eTechnical Description\u003c\/th\u003e\n\u003cth\u003eUser Benefit\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature-name\"\u003e📶 WiFi Hotspot\u003c\/td\u003e\n\u003ctd class=\"feature-description\"\u003eAutomatic creation of a 30m radius WiFi hotspot, connection of 5 simultaneous devices, Iridium LEO network\u003c\/td\u003e\n\u003ctd class=\"feature-benefit\"\u003eTeam connection sharing, familiar usage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature-name\"\u003e📱 Dedicated Apps\u003c\/td\u003e\n\u003ctd class=\"feature-description\"\u003eOptimized iOS\/Android applications, native smartphone interface, automatic data compression\u003c\/td\u003e\n\u003ctd class=\"feature-benefit\"\u003eIntuitive user experience, savings\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature-name\"\u003e📧 Advanced Email\u003c\/td\u003e\n\u003ctd class=\"feature-description\"\u003eOffline mode, send queue, external accounts, attachment compression, ad blocking\u003c\/td\u003e\n\u003ctd class=\"feature-benefit\"\u003eMaximum efficiency, optimized costs\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature-name\"\u003e📍 GPS \u0026amp; SOS\u003c\/td\u003e\n\u003ctd class=\"feature-description\"\u003eIntegrated geolocation, SOS distress signal, automatic position transmission, precise coordinates\u003c\/td\u003e\n\u003ctd class=\"feature-benefit\"\u003eEnhanced security, emergency location\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature-name\"\u003e🌐 Social Networks\u003c\/td\u003e\n\u003ctd class=\"feature-description\"\u003eTwitter access, social networks, compressed photo sharing, two-way SMS, voice calls\u003c\/td\u003e\n\u003ctd class=\"feature-benefit\"\u003eModern communication, sharing experiences\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature-name\"\u003e🌦️ GRIB Weather\u003c\/td\u003e\n\u003ctd class=\"feature-description\"\u003eReception of GRIB weather files, marine forecasts, atmospheric data, weather maps\u003c\/td\u003e\n\u003ctd class=\"feature-benefit\"\u003eSafe navigation, trip planning\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature-name\"\u003e🔋 Battery Life\u003c\/td\u003e\n\u003ctd class=\"feature-description\"\u003eInternal rechargeable battery, micro-USB charging, extended standby, quick network activation\u003c\/td\u003e\n\u003ctd class=\"feature-benefit\"\u003eEnergy independence, reliability\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- Mobile Cards --\u003e\n\u003cdiv class=\"features-cards-mobile\"\u003e\n\u003cdiv class=\"feature-card-mobile\"\u003e\n\u003cdiv class=\"feature-header-mobile\"\u003e\n\u003cdiv class=\"feature-icon-mobile\"\u003e📶\u003c\/div\u003e\n\u003ch3\u003eWiFi Hotspot\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"description\"\u003eAutomatic creation of a 30m radius WiFi hotspot, connection of 5 simultaneous devices, Iridium LEO network\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003eTeam connection sharing, familiar usage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card-mobile\"\u003e\n\u003cdiv class=\"feature-header-mobile\"\u003e\n\u003cdiv class=\"feature-icon-mobile\"\u003e📱\u003c\/div\u003e\n\u003ch3\u003eDedicated Apps\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"description\"\u003eOptimized iOS\/Android applications, native smartphone interface, automatic data compression\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003eIntuitive user experience, savings\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card-mobile\"\u003e\n\u003cdiv class=\"feature-header-mobile\"\u003e\n\u003cdiv class=\"feature-icon-mobile\"\u003e📧\u003c\/div\u003e\n\u003ch3\u003eAdvanced Email\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"description\"\u003eOffline mode, send queue, external accounts, attachment compression, ad blocking\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003eMaximum efficiency, optimized costs\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card-mobile\"\u003e\n\u003cdiv class=\"feature-header-mobile\"\u003e\n\u003cdiv class=\"feature-icon-mobile\"\u003e📍\u003c\/div\u003e\n\u003ch3\u003eGPS \u0026amp; SOS\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"description\"\u003eIntegrated tracking, SOS distress signal, automatic position transmission, precise coordinates\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003eEnhanced security, emergency location\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card-mobile\"\u003e\n\u003cdiv class=\"feature-header-mobile\"\u003e\n\u003cdiv class=\"feature-icon-mobile\"\u003e🌐\u003c\/div\u003e\n\u003ch3\u003eSocial Networks\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"description\"\u003eTwitter access, social networks, compressed photo sharing, two-way SMS, voice calls\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003eModern communication, sharing experiences\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card-mobile\"\u003e\n\u003cdiv class=\"feature-header-mobile\"\u003e\n\u003cdiv class=\"feature-icon-mobile\"\u003e🌦️\u003c\/div\u003e\n\u003ch3\u003eGRIB Weather\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"description\"\u003eReception of GRIB weather files, marine forecasts, atmospheric data, weather maps\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003eSafe navigation, trip planning\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card-mobile\"\u003e\n\u003cdiv class=\"feature-header-mobile\"\u003e\n\u003cdiv class=\"feature-icon-mobile\"\u003e🔋\u003c\/div\u003e\n\u003ch3\u003eBattery Life\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"description\"\u003eInternal rechargeable battery, micro-USB charging, extended standby, quick network activation\u003c\/div\u003e\n\u003cdiv class=\"benefit\"\u003eEnergy independence, reliability\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specifications Section --\u003e\n\u003cdiv class=\"specs-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003cdiv class=\"specs-intro\"\u003e\n\u003ch2\u003eIridium GO! Technical Specifications\u003c\/h2\u003e\n\u003cp\u003eDiscover the technical characteristics that make Iridium GO! the world's most advanced satellite hotspot, designed for the most demanding environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-category\"\u003e\n\u003cdiv class=\"spec-category-header\"\u003e\n\u003cdiv class=\"spec-category-icon\"\u003e📏\u003c\/div\u003e\n\u003ch3\u003eDimensions \u0026amp; Design\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\u003cspan class=\"spec-name\"\u003eDimensions\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e114 x 83 x 32 mm\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"spec-name\"\u003eWeight\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e295 grams\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"spec-name\"\u003eDesign\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eExtra-flat\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"spec-name\"\u003eAntenna\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eFoldable and adjustable\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-category\"\u003e\n\u003cdiv class=\"spec-category-header\"\u003e\n\u003cdiv class=\"spec-category-icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch3\u003eRuggedness \u0026amp; Protection\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\u003cspan class=\"spec-name\"\u003eCertification\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eMIL-STD810F\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"spec-name\"\u003eWaterproof\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eIP65\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"spec-name\"\u003eResistance\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eRain, sand, dust\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"spec-name\"\u003eUsage\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eExtreme conditions\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-category\"\u003e\n\u003cdiv class=\"spec-category-header\"\u003e\n\u003cdiv class=\"spec-category-icon\"\u003e📶\u003c\/div\u003e\n\u003ch3\u003eConnectivity \u0026amp; Network\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\u003cspan class=\"spec-name\"\u003eIntegrated WiFi\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e30m Hotspot\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"spec-name\"\u003eDevices\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e5 simultaneous\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"spec-name\"\u003eNetwork\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eIridium LEO\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"spec-name\"\u003eCoverage\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eGlobal + poles\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-category\"\u003e\n\u003cdiv class=\"spec-category-header\"\u003e\n\u003cdiv class=\"spec-category-icon\"\u003e🔧\u003c\/div\u003e\n\u003ch3\u003eInterface \u0026amp; Development\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\u003cspan class=\"spec-name\"\u003eMenu\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eIntegrated\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"spec-name\"\u003eCharging\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eMicro-USB\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"spec-name\"\u003eAPI\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eOpen for developers\u003c\/span\u003e\u003c\/li\u003e\n\u003cli\u003e\u003cspan class=\"spec-name\"\u003eApps\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eiOS\/Android\u003c\/span\u003e\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Usage Applications Section --\u003e\n\u003cdiv class=\"usage-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003cdiv class=\"usage-intro\"\u003e\n\u003ch2\u003eIridium GO! Applications\u003c\/h2\u003e\n\u003cp\u003eIridium GO! is for all users requiring reliable communication beyond traditional cellular networks that cover only 10% of the planet.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-grid\"\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e⛵\u003c\/div\u003e\n\u003ch3\u003eMaritime Navigation\u003c\/h3\u003e\n\u003cp\u003eBoaters, offshore sailors, professional fishermen. Crew communication, GRIB weather, SOS distress, elimination of cellular roaming.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e🚐\u003c\/div\u003e\n\u003ch3\u003eTravelers \u0026amp; Adventurers\u003c\/h3\u003e\n\u003cp\u003eMotorhomers, explorers, adventurers. Family connection, sharing experiences, social networks, GPS navigation, isolation safety.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e🚛\u003c\/div\u003e\n\u003ch3\u003eTransport \u0026amp; Logistics\u003c\/h3\u003e\n\u003cp\u003eLong-haul transporters, abnormal load convoys, isolated missions. Central communication, cargo tracking, team coordination.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e👷\u003c\/div\u003e\n\u003ch3\u003eIsolated Workers\u003c\/h3\u003e\n\u003cp\u003eIndustrial sites, construction sites, technical missions. Lone worker safety, emergency communication, team coordination, field reports.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e📰\u003c\/div\u003e\n\u003ch3\u003eJournalists \u0026amp; Reporters\u003c\/h3\u003e\n\u003cp\u003eField correspondents, reporters in remote areas. Transmission of articles, photos, videos, editorial communication, event coverage.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e🏛️\u003c\/div\u003e\n\u003ch3\u003eOfficial Missions\u003c\/h3\u003e\n\u003cp\u003eDiplomats, military, NGOs, rescue services. Secure communication, mission coordination, official reports, permanent liaison.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Konectis Tracking Section --\u003e\n\u003cdiv class=\"tracking-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003cdiv class=\"tracking-intro\"\u003e\n\u003ch2\u003eOptional Konectis Tracking\u003c\/h2\u003e\n\u003cp\u003eComplete your Iridium GO! with the www.konectis.com tracking service. Real-time tracking, position sharing, remote monitoring for enhanced security.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tracking-features-grid\"\u003e\n\u003cdiv class=\"tracking-feature\"\u003e\n\u003cdiv class=\"tracking-feature-header\"\u003e\n\u003cdiv class=\"tracking-feature-icon\"\u003e🗺️\u003c\/div\u003e\n\u003ch3\u003eKonectis Interface\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eUnlimited access to the www.konectis.com platform, responsive interface, advanced features, interactive maps, position history.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tracking-feature\"\u003e\n\u003cdiv class=\"tracking-feature-header\"\u003e\n\u003cdiv class=\"tracking-feature-icon\"\u003e📍\u003c\/div\u003e\n\u003ch3\u003ePosition Transmission\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003ePosition sending via SMS from Iridium GO!, automatic interface retranscription, precise geolocation, real-time coordinates.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tracking-feature\"\u003e\n\u003cdiv class=\"tracking-feature-header\"\u003e\n\u003cdiv class=\"tracking-feature-icon\"\u003e👥\u003c\/div\u003e\n\u003ch3\u003eCollaborative Tracking\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eAuthorized family\/collaborator access, remote monitoring, itinerary sharing, security surveillance, team coordination.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"tracking-feature\"\u003e\n\u003cdiv class=\"tracking-feature-header\"\u003e\n\u003cdiv class=\"tracking-feature-icon\"\u003e💰\u003c\/div\u003e\n\u003ch3\u003eTransparent Pricing\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003e€15\/month platform access, Iridium GO! package debit (12 or 40 units\/position depending on package), transparent billing.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Advanced Tracking Section --\u003e\n\u003cdiv class=\"at-service-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eIridium GO! Expertise by Advanced Tracking\u003c\/h2\u003e\n\u003cp style=\"text-align: center; font-size: 1.1rem; color: #666666; margin-bottom: 30px; line-height: 1.6;\"\u003eOfficial Iridium distributor, we optimize your GO! for high-performance satellite communication. Benefit from specialized support:\u003c\/p\u003e\n\u003cdiv class=\"service-grid-responsive\"\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e🔧\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003eConfiguration \u0026amp; Training\u003c\/h3\u003e\n\u003cp\u003eiOS\/Android app installation, WiFi hotspot setup, user training, data compression optimization, email configuration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e📱\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003eIridium Plans\u003c\/h3\u003e\n\u003cp\u003eAdvice on suitable packages, Iridium SIM cards, subscription management, cost optimization, billing support, recharges.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e🌐\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003eKonectis Tracking\u003c\/h3\u003e\n\u003cp\u003eOptional geolocation service €15\/month, www.konectis.com interface, collaborative tracking, platform training, technical support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e🛠️\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003eSpecialized Support\u003c\/h3\u003e\n\u003cp\u003eIridium GO! technical assistance, remote diagnostics, advanced training, optimal usage advice, preventive maintenance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Contact Info --\u003e\n\u003cdiv class=\"contact-highlight-responsive\"\u003e\n\u003cdiv class=\"contact-card-responsive\"\u003e\u003cspan style=\"font-size: 1.2rem;\"\u003e📞\u003c\/span\u003e\n\u003cdiv class=\"contact-info-responsive\"\u003e\n\u003ch4\u003eIridium GO! Expert\u003c\/h4\u003e\n\u003cdiv class=\"phone\"\u003e+33 (0) 494 23 15 51\u003c\/div\u003e\n\u003cdiv class=\"hours\"\u003eOpen Monday to Friday: 9 am-12 pm and 2 pm-6 pm\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!-- Final CTA --\u003e\n\u003cdiv class=\"final-cta-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eYour Global Satellite Hotspot\u003c\/h2\u003e\n\u003cp\u003eIridium GO! transforms satellite communication. Turn your smartphone into a global terminal, create a 30m WiFi hotspot, connect 5 devices. Official Advanced Tracking distributor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Iridium","offers":[{"title":"Default Title","offer_id":33063010369675,"sku":"","price":895.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0331\/9087\/1179\/products\/IRIDIUMGO-ADVANCEDTRACKINGV1.jpg?v=1588860226"},{"product_id":"iridium-go-exec","title":"Iridium GO! exec: Advanced Certus Satellite Terminal","description":"\u003cstyle\u003e\n\/* Styles pour la section de contenu produit uniquement *\/\n.product-content-section {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 20px;\n}\n\n.product-content-section h2 {\n    font-size: 2.2rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    text-align: center;\n    margin-bottom: 30px;\n    line-height: 1.3;\n}\n\n.product-content-section h3 {\n    font-size: 1.5rem;\n    font-weight: 600;\n    color: #1fb6ff;\n    margin-bottom: 20px;\n}\n\n.product-content-section p {\n    color: #666666;\n    line-height: 1.7;\n    margin-bottom: 20px;\n    font-size: 1.1rem;\n    text-align: justify;\n}\n\n\/* Section héro Iridium GO! exec *\/\n.hero-section-responsive {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    color: #1fb6ff;\n    padding: 60px 20px;\n    margin: 30px 0;\n    border-radius: 20px;\n    box-shadow: 0 8px 40px rgba(31, 182, 255, 0.15);\n    position: relative;\n    overflow: hidden;\n}\n\n.hero-section-responsive::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #1fb6ff 0%, #0ea5e9 50%, #1fb6ff 100%);\n}\n\n.hero-content {\n    text-align: center;\n    position: relative;\n    z-index: 2;\n}\n\n.hero-content h2 {\n    font-size: 2.8rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin-bottom: 25px;\n    text-shadow: 0 2px 4px rgba(31, 182, 255, 0.3);\n}\n\n.hero-content .subtitle {\n    font-size: 1.4rem;\n    color: #666666;\n    margin-bottom: 30px;\n    font-weight: 300;\n    line-height: 1.5;\n}\n\n.hero-features {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 25px;\n    margin-top: 40px;\n}\n\n.hero-feature {\n    background: rgba(255,255,255,0.8);\n    padding: 25px 20px;\n    border-radius: 15px;\n    text-align: center;\n    backdrop-filter: blur(10px);\n    border: 1px solid rgba(31, 182, 255, 0.2);\n    transition: all 0.3s ease;\n}\n\n.hero-feature:hover {\n    transform: translateY(-5px);\n    background: rgba(255,255,255,0.95);\n    box-shadow: 0 8px 25px rgba(31, 182, 255, 0.3);\n}\n\n.hero-feature-icon {\n    width: 60px;\n    height: 60px;\n    background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 15px;\n    font-size: 1.5rem;\n    box-shadow: 0 4px 15px rgba(31, 182, 255, 0.4);\n    color: white;\n}\n\n.hero-feature h3 {\n    font-size: 1.2rem;\n    font-weight: 600;\n    color: #1fb6ff;\n    margin-bottom: 10px;\n}\n\n.hero-feature p {\n    color: #666666;\n    font-size: 0.95rem;\n    line-height: 1.4;\n    margin: 0;\n    text-align: center;\n}\n\n\/* Section comparaison GO! vs GO! exec *\/\n.comparison-section-responsive {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    padding: 50px 20px;\n    margin: 40px 0;\n    border-radius: 20px;\n    box-shadow: 0 4px 25px rgba(31, 182, 255, 0.15);\n    position: relative;\n    overflow: hidden;\n}\n\n.comparison-section-responsive::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #1fb6ff 0%, #0ea5e9 50%, #1fb6ff 100%);\n}\n\n.comparison-intro {\n    text-align: center;\n    margin-bottom: 40px;\n}\n\n.comparison-intro h2 {\n    font-size: 2.2rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin-bottom: 20px;\n    position: relative;\n}\n\n.comparison-intro h2::after {\n    content: '';\n    position: absolute;\n    bottom: -10px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 80px;\n    height: 3px;\n    background: linear-gradient(90deg, #1fb6ff, #0ea5e9);\n    border-radius: 2px;\n}\n\n.comparison-intro p {\n    font-size: 1.2rem;\n    color: #666666;\n    max-width: 800px;\n    margin: 0 auto;\n    line-height: 1.6;\n}\n\n\/* Tableau comparaison responsive *\/\n.comparison-table-desktop {\n    width: 100%;\n    border-collapse: collapse;\n    background: white;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n    margin-top: 30px;\n}\n\n.comparison-table-desktop th {\n    background: linear-gradient(135deg, #1fb6ff 0%, #0ea5e9 100%);\n    color: white;\n    padding: 20px 15px;\n    text-align: left;\n    font-weight: 700;\n    font-size: 1.1rem;\n    text-shadow: 0 1px 2px rgba(0,0,0,0.2);\n}\n\n.comparison-table-desktop td {\n    padding: 18px 15px;\n    border-bottom: 1px solid #e5e7eb;\n    vertical-align: top;\n}\n\n.comparison-table-desktop tr:hover {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n}\n\n.comparison-table-desktop .metric-name {\n    font-weight: 600;\n    color: #374151;\n    font-size: 1rem;\n}\n\n.comparison-table-desktop .go-standard {\n    color: #666666;\n    font-size: 0.95rem;\n    text-align: center;\n}\n\n.comparison-table-desktop .go-exec {\n    color: #1fb6ff;\n    font-weight: 600;\n    font-size: 0.95rem;\n    text-align: center;\n}\n\n.comparison-table-desktop .winner {\n    background: linear-gradient(135deg, #10b981 0%, #059669 100%);\n    color: white;\n    padding: 4px 8px;\n    border-radius: 6px;\n    font-size: 0.8rem;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n}\n\n\/* Cartes mobiles pour comparaison *\/\n.comparison-cards-mobile {\n    display: none;\n    margin-top: 30px;\n}\n\n.comparison-card-mobile {\n    background: white;\n    padding: 20px;\n    border-radius: 12px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n    margin-bottom: 15px;\n    border-left: 4px solid #1fb6ff;\n    transition: all 0.3s ease;\n}\n\n.comparison-card-mobile:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 6px 20px rgba(31, 182, 255, 0.2);\n}\n\n.comparison-header-mobile {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    margin-bottom: 12px;\n}\n\n.comparison-icon-mobile {\n    width: 40px;\n    height: 40px;\n    background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1rem;\n    color: white;\n    flex-shrink: 0;\n    box-shadow: 0 3px 10px rgba(31, 182, 255, 0.3);\n}\n\n.comparison-header-mobile h3 {\n    font-size: 1.1rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin: 0;\n    flex: 1;\n}\n\n.comparison-values-mobile {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 15px;\n    margin-top: 12px;\n}\n\n.comparison-value-mobile {\n    text-align: center;\n    padding: 10px;\n    border-radius: 8px;\n}\n\n.comparison-value-mobile.standard {\n    background: #f3f4f6;\n    color: #666666;\n}\n\n.comparison-value-mobile.exec {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    color: #1fb6ff;\n    font-weight: 600;\n}\n\n.comparison-value-mobile .label {\n    font-size: 0.8rem;\n    font-weight: 600;\n    text-transform: uppercase;\n    letter-spacing: 0.5px;\n    margin-bottom: 5px;\n}\n\n.comparison-value-mobile .value {\n    font-size: 1rem;\n    font-weight: 700;\n}\n\n\/* Section fonctionnalités GO! exec *\/\n.exec-features-section {\n    background: #f8f9fa;\n    padding: 50px 20px;\n    margin: 40px 0;\n    border-radius: 20px;\n    box-shadow: 0 2px 15px rgba(0,0,0,0.08);\n}\n\n.exec-intro {\n    text-align: center;\n    margin-bottom: 40px;\n}\n\n.exec-intro h2 {\n    font-size: 2.2rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin-bottom: 20px;\n    position: relative;\n}\n\n.exec-intro h2::after {\n    content: '';\n    position: absolute;\n    bottom: -10px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 80px;\n    height: 3px;\n    background: linear-gradient(90deg, #1fb6ff, #0ea5e9);\n    border-radius: 2px;\n}\n\n.exec-intro p {\n    font-size: 1.2rem;\n    color: #666666;\n    max-width: 800px;\n    margin: 0 auto;\n    line-height: 1.6;\n}\n\n.exec-features-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-top: 40px;\n}\n\n.exec-feature {\n    background: white;\n    padding: 25px;\n    border-radius: 12px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n    transition: all 0.3s ease;\n    border-left: 4px solid #1fb6ff;\n}\n\n.exec-feature:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n}\n\n.exec-feature-header {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    margin-bottom: 15px;\n}\n\n.exec-feature-icon {\n    width: 50px;\n    height: 50px;\n    background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1.2rem;\n    color: white;\n    flex-shrink: 0;\n    box-shadow: 0 3px 12px rgba(31, 182, 255, 0.3);\n}\n\n.exec-feature-header h3 {\n    font-size: 1.2rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin: 0;\n    flex: 1;\n}\n\n.exec-feature p {\n    color: #666666;\n    line-height: 1.5;\n    margin: 0;\n    font-size: 1rem;\n    text-align: left;\n}\n\n\/* Section spécifications techniques *\/\n.specs-section-responsive {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    padding: 50px 20px;\n    margin: 40px 0;\n    border-radius: 20px;\n    box-shadow: 0 4px 25px rgba(31, 182, 255, 0.15);\n    position: relative;\n    overflow: hidden;\n}\n\n.specs-section-responsive::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #1fb6ff 0%, #0ea5e9 50%, #1fb6ff 100%);\n}\n\n.specs-intro {\n    text-align: center;\n    margin-bottom: 40px;\n}\n\n.specs-intro h2 {\n    font-size: 2.2rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin-bottom: 20px;\n    position: relative;\n}\n\n.specs-intro h2::after {\n    content: '';\n    position: absolute;\n    bottom: -10px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 80px;\n    height: 3px;\n    background: linear-gradient(90deg, #1fb6ff, #0ea5e9);\n    border-radius: 2px;\n}\n\n.specs-intro p {\n    font-size: 1.2rem;\n    color: #666666;\n    max-width: 800px;\n    margin: 0 auto;\n    line-height: 1.6;\n}\n\n.specs-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-top: 40px;\n}\n\n.spec-category {\n    background: white;\n    padding: 25px;\n    border-radius: 12px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n    transition: all 0.3s ease;\n    border-left: 4px solid #1fb6ff;\n}\n\n.spec-category:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n}\n\n.spec-category-header {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    margin-bottom: 20px;\n}\n\n.spec-category-icon {\n    width: 50px;\n    height: 50px;\n    background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1.2rem;\n    color: white;\n    flex-shrink: 0;\n    box-shadow: 0 3px 12px rgba(31, 182, 255, 0.3);\n}\n\n.spec-category-header h3 {\n    font-size: 1.2rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin: 0;\n    flex: 1;\n}\n\n.spec-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n}\n\n.spec-list li {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 8px 0;\n    border-bottom: 1px solid #e5e7eb;\n    font-size: 0.95rem;\n}\n\n.spec-list li:last-child {\n    border-bottom: none;\n}\n\n.spec-name {\n    font-weight: 600;\n    color: #374151;\n}\n\n.spec-value {\n    color: #1fb6ff;\n    font-weight: 500;\n}\n\n\/* Section applications d'usage *\/\n.usage-section-responsive {\n    background: #f8f9fa;\n    padding: 50px 20px;\n    margin: 40px 0;\n    border-radius: 20px;\n    box-shadow: 0 2px 15px rgba(0,0,0,0.08);\n}\n\n.usage-intro {\n    text-align: center;\n    margin-bottom: 40px;\n}\n\n.usage-intro h2 {\n    font-size: 2.2rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin-bottom: 20px;\n    position: relative;\n}\n\n.usage-intro h2::after {\n    content: '';\n    position: absolute;\n    bottom: -10px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 80px;\n    height: 3px;\n    background: linear-gradient(90deg, #1fb6ff, #0ea5e9);\n    border-radius: 2px;\n}\n\n.usage-intro p {\n    font-size: 1.2rem;\n    color: #666666;\n    max-width: 800px;\n    margin: 0 auto;\n    line-height: 1.6;\n}\n\n.usage-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 25px;\n    margin-top: 40px;\n}\n\n.usage-card {\n    background: white;\n    padding: 30px 25px;\n    border-radius: 15px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n    text-align: center;\n    transition: all 0.4s ease;\n    border: 2px solid transparent;\n    position: relative;\n    overflow: hidden;\n}\n\n.usage-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #1fb6ff, #0ea5e9);\n    transform: scaleX(0);\n    transition: transform 0.4s ease;\n}\n\n.usage-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 8px 30px rgba(31, 182, 255, 0.2);\n    border-color: rgba(31, 182, 255, 0.3);\n}\n\n.usage-card:hover::before {\n    transform: scaleX(1);\n}\n\n.usage-icon-responsive {\n    width: 70px;\n    height: 70px;\n    background: linear-gradient(135deg, #1fb6ff 0%, #0ea5e9 100%);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 20px;\n    font-size: 1.8rem;\n    color: white;\n    box-shadow: 0 4px 20px rgba(31, 182, 255, 0.3);\n    transition: all 0.3s ease;\n}\n\n.usage-card:hover .usage-icon-responsive {\n    transform: scale(1.1);\n    box-shadow: 0 6px 25px rgba(31, 182, 255, 0.4);\n}\n\n.usage-card h3 {\n    font-size: 1.3rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin-bottom: 15px;\n    line-height: 1.3;\n}\n\n.usage-card p {\n    color: #666666;\n    line-height: 1.6;\n    font-size: 1rem;\n    text-align: center;\n    margin: 0;\n}\n\n\/* Section Advanced Tracking *\/\n.at-service-section-responsive {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    padding: 40px 20px;\n    margin: 30px 0;\n    border-radius: 15px;\n    box-shadow: 0 2px 15px rgba(0,0,0,0.08);\n}\n\n.service-grid-responsive {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 20px;\n    margin: 30px 0;\n}\n\n.service-card-responsive {\n    display: flex;\n    gap: 15px;\n    align-items: flex-start;\n    background: white;\n    padding: 20px;\n    border-radius: 12px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n    transition: all 0.3s ease;\n    border-left: 4px solid #1fb6ff;\n}\n\n.service-card-responsive:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n}\n\n.service-icon-responsive {\n    width: 50px;\n    height: 50px;\n    background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1.2rem;\n    flex-shrink: 0;\n    box-shadow: 0 3px 12px rgba(31, 182, 255, 0.3);\n    color: white;\n}\n\n.service-content-responsive h3 {\n    font-size: 1.1rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin: 0 0 8px 0;\n}\n\n.service-content-responsive p {\n    color: #666666;\n    line-height: 1.5;\n    margin: 0;\n    font-size: 1rem;\n    text-align: left;\n}\n\n\/* Contact *\/\n.contact-highlight-responsive {\n    display: flex;\n    justify-content: center;\n    margin-top: 30px;\n}\n\n.contact-card-responsive {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    background: white;\n    padding: 15px 25px;\n    border-radius: 10px;\n    box-shadow: 0 3px 12px rgba(0,0,0,0.1);\n    border-left: 4px solid #1fb6ff;\n    transition: all 0.3s ease;\n}\n\n.contact-card-responsive:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 5px 18px rgba(0,0,0,0.15);\n}\n\n.contact-info-responsive h4 {\n    font-size: 1rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin: 0 0 3px 0;\n}\n\n.contact-info-responsive .phone {\n    font-size: 1.1rem;\n    font-weight: 600;\n    color: #059669;\n    margin: 0 0 2px 0;\n}\n\n.contact-info-responsive .hours {\n    font-size: 0.85rem;\n    color: #666666;\n}\n\n\/* CTA Final *\/\n.final-cta-responsive {\n    background: linear-gradient(135deg, #1fb6ff 0%, #0ea5e9 100%);\n    color: white;\n    padding: 50px 30px;\n    text-align: center;\n    border-radius: 20px;\n    margin: 40px 0;\n    box-shadow: 0 5px 25px rgba(31, 182, 255, 0.3);\n}\n\n.final-cta-responsive h2 {\n    font-size: 2.5rem;\n    font-weight: 700;\n    margin-bottom: 20px;\n    text-shadow: 0 2px 4px rgba(0,0,0,0.3);\n    color: white;\n}\n\n.final-cta-responsive p {\n    font-size: 1.2rem;\n    margin-bottom: 30px;\n    opacity: 0.95;\n    line-height: 1.5;\n    color: white;\n    text-align: center;\n}\n\n\/* Image responsive *\/\n.product-image-responsive {\n    display: block;\n    margin: 30px auto;\n    max-width: 100%;\n    height: auto;\n    border-radius: 15px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.1);\n}\n\n\/* RESPONSIVE DESIGN COMPLET *\/\n\n\/* Tablettes (768px et moins) *\/\n@media (max-width: 768px) {\n    .product-content-section {\n        padding: 0 15px;\n    }\n\n    .product-content-section h2 {\n        font-size: 1.8rem;\n        margin-bottom: 25px;\n        line-height: 1.2;\n    }\n\n    .product-content-section h3 {\n        font-size: 1.3rem;\n        line-height: 1.3;\n    }\n\n    .product-content-section p {\n        font-size: 1rem;\n        line-height: 1.6;\n    }\n\n    \/* Basculement vers cartes sur tablette *\/\n    .comparison-table-desktop {\n        display: none;\n    }\n\n    .comparison-cards-mobile {\n        display: block;\n    }\n\n    \/* Hero responsive *\/\n    .hero-section-responsive {\n        padding: 40px 15px;\n        margin: 25px 0;\n        background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    }\n\n    .hero-content h2 {\n        font-size: 2.2rem;\n        line-height: 1.2;\n        margin-bottom: 20px;\n        color: #1fb6ff;\n    }\n\n    .hero-content .subtitle {\n        font-size: 1.2rem;\n        line-height: 1.4;\n        margin-bottom: 25px;\n        color: #666666;\n    }\n\n    .hero-features {\n        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n        gap: 20px;\n        margin-top: 30px;\n    }\n\n    .hero-feature {\n        padding: 20px 15px;\n        background: rgba(255,255,255,0.9);\n        border: 1px solid rgba(31, 182, 255, 0.2);\n    }\n\n    .hero-feature-icon {\n        width: 50px;\n        height: 50px;\n        font-size: 1.3rem;\n        margin-bottom: 12px;\n        background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    }\n\n    .hero-feature h3 {\n        font-size: 1.1rem;\n        margin-bottom: 8px;\n        color: #1fb6ff;\n    }\n\n    .hero-feature p {\n        font-size: 0.9rem;\n        line-height: 1.3;\n        color: #666666;\n    }\n\n    \/* Sections responsive *\/\n    .comparison-section-responsive,\n    .exec-features-section,\n    .specs-section-responsive,\n    .usage-section-responsive,\n    .at-service-section-responsive {\n        padding: 35px 15px;\n        margin: 25px 0;\n        border-radius: 15px;\n    }\n\n    \/* Intros sections *\/\n    .comparison-intro h2,\n    .exec-intro h2,\n    .specs-intro h2,\n    .usage-intro h2 {\n        font-size: 1.8rem;\n        margin-bottom: 15px;\n    }\n\n    .comparison-intro p,\n    .exec-intro p,\n    .specs-intro p,\n    .usage-intro p {\n        font-size: 1.1rem;\n        line-height: 1.5;\n    }\n\n    \/* Grilles responsive *\/\n    .exec-features-grid,\n    .specs-grid {\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 20px;\n        margin-top: 30px;\n    }\n\n    .usage-grid {\n        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n        gap: 20px;\n        margin-top: 30px;\n    }\n\n    .service-grid-responsive {\n        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n        gap: 18px;\n        margin: 25px 0;\n    }\n\n    \/* Cartes comparaison mobile *\/\n    .comparison-card-mobile {\n        padding: 18px 15px;\n        margin-bottom: 12px;\n    }\n\n    .comparison-header-mobile {\n        gap: 10px;\n        margin-bottom: 10px;\n    }\n\n    .comparison-icon-mobile {\n        width: 35px;\n        height: 35px;\n        font-size: 0.9rem;\n    }\n\n    .comparison-header-mobile h3 {\n        font-size: 1rem;\n    }\n\n    .comparison-values-mobile {\n        gap: 12px;\n        margin-top: 10px;\n    }\n\n    .comparison-value-mobile {\n        padding: 8px;\n    }\n\n    .comparison-value-mobile .label {\n        font-size: 0.75rem;\n        margin-bottom: 4px;\n    }\n\n    .comparison-value-mobile .value {\n        font-size: 0.9rem;\n    }\n\n    \/* Features responsive *\/\n    .exec-feature,\n    .spec-category {\n        padding: 20px 18px;\n    }\n\n    .exec-feature-header,\n    .spec-category-header {\n        gap: 12px;\n        margin-bottom: 15px;\n    }\n\n    .exec-feature-icon,\n    .spec-category-icon {\n        width: 45px;\n        height: 45px;\n        font-size: 1.1rem;\n    }\n\n    .exec-feature-header h3,\n    .spec-category-header h3 {\n        font-size: 1.1rem;\n    }\n\n    .spec-list li {\n        padding: 6px 0;\n        font-size: 0.9rem;\n    }\n\n    \/* Usage responsive *\/\n    .usage-card {\n        padding: 25px 20px;\n    }\n\n    .usage-icon-responsive {\n        width: 60px;\n        height: 60px;\n        font-size: 1.6rem;\n        margin-bottom: 15px;\n    }\n\n    .usage-card h3 {\n        font-size: 1.2rem;\n        margin-bottom: 12px;\n    }\n\n    .usage-card p {\n        font-size: 0.95rem;\n        line-height: 1.5;\n    }\n\n    \/* Service cards responsive *\/\n    .service-card-responsive {\n        flex-direction: column;\n        text-align: center;\n        gap: 12px;\n        padding: 18px 15px;\n    }\n\n    .service-icon-responsive {\n        width: 45px;\n        height: 45px;\n        font-size: 1.1rem;\n        margin: 0 auto;\n    }\n\n    .service-content-responsive h3 {\n        font-size: 1rem;\n        margin-bottom: 6px;\n    }\n\n    .service-content-responsive p {\n        font-size: 0.9rem;\n        line-height: 1.4;\n        text-align: center;\n    }\n\n    \/* Contact responsive *\/\n    .contact-card-responsive {\n        flex-direction: column;\n        text-align: center;\n        gap: 10px;\n        padding: 15px 20px;\n    }\n\n    .contact-info-responsive h4 {\n        font-size: 0.95rem;\n    }\n\n    .contact-info-responsive .phone {\n        font-size: 1rem;\n    }\n\n    .contact-info-responsive .hours {\n        font-size: 0.8rem;\n    }\n\n    \/* CTA responsive *\/\n    .final-cta-responsive {\n        padding: 40px 25px;\n        margin: 30px 0;\n    }\n\n    .final-cta-responsive h2 {\n        font-size: 2rem;\n        line-height: 1.2;\n        margin-bottom: 18px;\n    }\n\n    .final-cta-responsive p {\n        font-size: 1.1rem;\n        line-height: 1.4;\n        margin-bottom: 25px;\n    }\n}\n\n\/* Mobiles (480px et moins) *\/\n@media (max-width: 480px) {\n    .product-content-section {\n        padding: 0 12px;\n    }\n\n    .product-content-section h2 {\n        font-size: 1.5rem;\n        margin-bottom: 20px;\n        line-height: 1.2;\n        text-align: center;\n    }\n\n    .product-content-section h3 {\n        font-size: 1.2rem;\n        line-height: 1.3;\n        text-align: center;\n    }\n\n    .product-content-section p {\n        font-size: 0.95rem;\n        line-height: 1.5;\n        text-align: justify;\n    }\n\n    \/* Hero mobile *\/\n    .hero-section-responsive {\n        padding: 30px 12px;\n        margin: 20px 0;\n        background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    }\n\n    .hero-content h2 {\n        font-size: 1.8rem;\n        line-height: 1.2;\n        margin-bottom: 18px;\n        color: #1fb6ff;\n    }\n\n    .hero-content .subtitle {\n        font-size: 1.1rem;\n        line-height: 1.4;\n        margin-bottom: 25px;\n        color: #666666;\n    }\n\n    .hero-features {\n        grid-template-columns: 1fr;\n        gap: 15px;\n        margin-top: 25px;\n    }\n\n    .hero-feature {\n        padding: 18px 15px;\n        background: rgba(255,255,255,0.9);\n        border: 1px solid rgba(31, 182, 255, 0.2);\n    }\n\n    .hero-feature-icon {\n        width: 45px;\n        height: 45px;\n        font-size: 1.2rem;\n        margin-bottom: 10px;\n        background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    }\n\n    .hero-feature h3 {\n        font-size: 1rem;\n        margin-bottom: 6px;\n        color: #1fb6ff;\n    }\n\n    .hero-feature p {\n        font-size: 0.85rem;\n        line-height: 1.3;\n        color: #666666;\n    }\n\n    \/* Sections mobile *\/\n    .comparison-section-responsive,\n    .exec-features-section,\n    .specs-section-responsive,\n    .usage-section-responsive,\n    .at-service-section-responsive {\n        padding: 25px 12px;\n        margin: 18px 0;\n        border-radius: 12px;\n    }\n\n    \/* Intros sections mobile *\/\n    .comparison-intro h2,\n    .exec-intro h2,\n    .specs-intro h2,\n    .usage-intro h2 {\n        font-size: 1.5rem;\n        margin-bottom: 12px;\n        line-height: 1.2;\n    }\n\n    .comparison-intro p,\n    .exec-intro p,\n    .specs-intro p,\n    .usage-intro p {\n        font-size: 1rem;\n        line-height: 1.4;\n        text-align: center;\n    }\n\n    \/* Grilles en une colonne *\/\n    .exec-features-grid,\n    .specs-grid,\n    .usage-grid,\n    .service-grid-responsive {\n        grid-template-columns: 1fr;\n        gap: 15px;\n        margin-top: 20px;\n    }\n\n    \/* Cartes comparaison mobile *\/\n    .comparison-card-mobile {\n        padding: 15px 12px;\n        margin-bottom: 10px;\n    }\n\n    .comparison-header-mobile {\n        gap: 8px;\n        margin-bottom: 8px;\n    }\n\n    .comparison-icon-mobile {\n        width: 32px;\n        height: 32px;\n        font-size: 0.8rem;\n    }\n\n    .comparison-header-mobile h3 {\n        font-size: 0.95rem;\n    }\n\n    .comparison-values-mobile {\n        gap: 10px;\n        margin-top: 8px;\n    }\n\n    .comparison-value-mobile {\n        padding: 6px;\n    }\n\n    .comparison-value-mobile .label {\n        font-size: 0.7rem;\n        margin-bottom: 3px;\n    }\n\n    .comparison-value-mobile .value {\n        font-size: 0.85rem;\n    }\n\n    \/* Features mobile *\/\n    .exec-feature,\n    .spec-category {\n        padding: 18px 15px;\n    }\n\n    .exec-feature-header,\n    .spec-category-header {\n        gap: 10px;\n        margin-bottom: 12px;\n    }\n\n    .exec-feature-icon,\n    .spec-category-icon {\n        width: 40px;\n        height: 40px;\n        font-size: 1rem;\n    }\n\n    .exec-feature-header h3,\n    .spec-category-header h3 {\n        font-size: 1rem;\n    }\n\n    .spec-list li {\n        padding: 5px 0;\n        font-size: 0.85rem;\n        flex-direction: column;\n        align-items: flex-start;\n        gap: 2px;\n    }\n\n    .spec-name {\n        font-size: 0.85rem;\n    }\n\n    .spec-value {\n        font-size: 0.8rem;\n    }\n\n    \/* Usage mobile *\/\n    .usage-card {\n        padding: 20px 15px;\n    }\n\n    .usage-icon-responsive {\n        width: 55px;\n        height: 55px;\n        font-size: 1.4rem;\n        margin-bottom: 12px;\n    }\n\n    .usage-card h3 {\n        font-size: 1.1rem;\n        margin-bottom: 10px;\n        line-height: 1.3;\n    }\n\n    .usage-card p {\n        font-size: 0.9rem;\n        line-height: 1.4;\n        text-align: center;\n    }\n\n    \/* Service cards mobile *\/\n    .service-card-responsive {\n        padding: 15px 12px;\n        gap: 10px;\n    }\n\n    .service-icon-responsive {\n        width: 40px;\n        height: 40px;\n        font-size: 1rem;\n    }\n\n    .service-content-responsive h3 {\n        font-size: 0.95rem;\n        margin-bottom: 5px;\n    }\n\n    .service-content-responsive p {\n        font-size: 0.85rem;\n        line-height: 1.3;\n        text-align: center;\n    }\n\n    \/* Contact mobile *\/\n    .contact-card-responsive {\n        padding: 12px 15px;\n        margin: 0 5px;\n        gap: 8px;\n    }\n\n    .contact-info-responsive h4 {\n        font-size: 0.95rem;\n    }\n\n    .contact-info-responsive .phone {\n        font-size: 0.95rem;\n    }\n\n    .contact-info-responsive .hours {\n        font-size: 0.75rem;\n    }\n\n    \/* CTA mobile *\/\n    .final-cta-responsive {\n        padding: 30px 15px;\n        margin: 25px 0;\n    }\n\n    .final-cta-responsive h2 {\n        font-size: 1.7rem;\n        line-height: 1.2;\n        margin-bottom: 15px;\n    }\n\n    .final-cta-responsive p {\n        font-size: 1rem;\n        line-height: 1.3;\n        margin-bottom: 20px;\n    }\n}\n\n\/* Très petits écrans (320px et moins) *\/\n@media (max-width: 320px) {\n    .product-content-section {\n        padding: 0 8px;\n    }\n\n    .product-content-section h2 {\n        font-size: 1.3rem;\n        margin-bottom: 15px;\n    }\n\n    .product-content-section h3 {\n        font-size: 1.1rem;\n    }\n\n    .product-content-section p {\n        font-size: 0.9rem;\n        line-height: 1.4;\n    }\n\n    \/* Hero très petit *\/\n    .hero-section-responsive {\n        padding: 25px 8px;\n        margin: 15px 0;\n        background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    }\n\n    .hero-content h2 {\n        font-size: 1.6rem;\n        margin-bottom: 15px;\n        color: #1fb6ff;\n    }\n\n    .hero-content .subtitle {\n        font-size: 1rem;\n        margin-bottom: 20px;\n        color: #666666;\n    }\n\n    .hero-features {\n        gap: 12px;\n        margin-top: 20px;\n    }\n\n    .hero-feature {\n        padding: 15px 10px;\n        background: rgba(255,255,255,0.9);\n        border: 1px solid rgba(31, 182, 255, 0.2);\n    }\n\n    .hero-feature-icon {\n        width: 40px;\n        height: 40px;\n        font-size: 1.1rem;\n        margin-bottom: 8px;\n        background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    }\n\n    .hero-feature h3 {\n        font-size: 0.95rem;\n        margin-bottom: 5px;\n        color: #1fb6ff;\n    }\n\n    .hero-feature p {\n        font-size: 0.8rem;\n        line-height: 1.2;\n        color: #666666;\n    }\n\n    \/* Sections très petit *\/\n    .comparison-section-responsive,\n    .exec-features-section,\n    .specs-section-responsive,\n    .usage-section-responsive,\n    .at-service-section-responsive {\n        padding: 20px 8px;\n        margin: 15px 0;\n        border-radius: 10px;\n    }\n\n    \/* Intros très petit *\/\n    .comparison-intro h2,\n    .exec-intro h2,\n    .specs-intro h2,\n    .usage-intro h2 {\n        font-size: 1.3rem;\n        margin-bottom: 10px;\n    }\n\n    .comparison-intro p,\n    .exec-intro p,\n    .specs-intro p,\n    .usage-intro p {\n        font-size: 0.9rem;\n        line-height: 1.3;\n    }\n\n    \/* Grilles très petit *\/\n    .exec-features-grid,\n    .specs-grid,\n    .usage-grid,\n    .service-grid-responsive {\n        gap: 12px;\n        margin-top: 15px;\n    }\n\n    \/* Cartes très petit *\/\n    .comparison-card-mobile,\n    .exec-feature,\n    .spec-category,\n    .usage-card,\n    .service-card-responsive {\n        padding: 12px 8px;\n    }\n\n    .usage-icon-responsive {\n        width: 50px;\n        height: 50px;\n        font-size: 1.3rem;\n        margin-bottom: 10px;\n    }\n\n    .usage-card h3 {\n        font-size: 1rem;\n        margin-bottom: 8px;\n    }\n\n    .usage-card p {\n        font-size: 0.8rem;\n        line-height: 1.3;\n    }\n\n    \/* Features très petit *\/\n    .exec-feature-icon,\n    .spec-category-icon {\n        width: 35px;\n        height: 35px;\n        font-size: 0.9rem;\n    }\n\n    .exec-feature-header h3,\n    .spec-category-header h3 {\n        font-size: 0.9rem;\n    }\n\n    .spec-list li {\n        font-size: 0.8rem;\n    }\n\n    \/* Service cards très petit *\/\n    .service-card-responsive {\n        gap: 8px;\n    }\n\n    .service-icon-responsive {\n        width: 35px;\n        height: 35px;\n        font-size: 0.9rem;\n    }\n\n    .service-content-responsive h3 {\n        font-size: 0.9rem;\n        margin-bottom: 4px;\n    }\n\n    .service-content-responsive p {\n        font-size: 0.8rem;\n        line-height: 1.2;\n    }\n\n    \/* Contact très petit *\/\n    .contact-card-responsive {\n        padding: 10px 12px;\n        margin: 0 3px;\n        gap: 6px;\n    }\n\n    .contact-info-responsive h4 {\n        font-size: 0.85rem;\n    }\n\n    .contact-info-responsive .phone {\n        font-size: 0.9rem;\n    }\n\n    .contact-info-responsive .hours {\n        font-size: 0.7rem;\n    }\n\n    \/* CTA très petit *\/\n    .final-cta-responsive {\n        padding: 25px 10px;\n        margin: 20px 0;\n    }\n\n    .final-cta-responsive h2 {\n        font-size: 1.5rem;\n        margin-bottom: 12px;\n    }\n\n    .final-cta-responsive p {\n        font-size: 0.9rem;\n        line-height: 1.2;\n        margin-bottom: 15px;\n    }\n}\n\u003c\/style\u003e\n\u003c!-- Début du contenu produit --\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003c!-- Description principale --\u003e\n\u003ch2\u003e\u003cstrong\u003eIridium GO! exec uses the Iridium Certus network for high-performance IP voice and data connectivity\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eAdvanced Tracking is an official Iridium distributor. The GO! exec offers Wi-Fi connectivity for messaging applications, email, social networks, weather, and light internet browsing, with simultaneous access to two high-quality voice lines.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Section héro --\u003e\n\u003cdiv class=\"hero-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003ch2\u003eProfessional Certus Satellite Terminal\u003c\/h2\u003e\n\u003cp class=\"subtitle\"\u003eIridium GO! exec leverages the Certus 100 network to deliver advanced IP performance. 30m Wi-Fi connectivity, two simultaneous voice lines, integrated color touchscreen.\u003c\/p\u003e\n\u003cdiv class=\"hero-features\"\u003e\n\u003cdiv class=\"hero-feature\"\u003e\n\u003cdiv class=\"hero-feature-icon\"\u003e🚀\u003c\/div\u003e\n\u003ch3\u003eAdvanced Certus 100\u003c\/h3\u003e\n\u003cp\u003e22 Kbps upload \/ 88 Kbps download, 2-second connection\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-feature\"\u003e\n\u003cdiv class=\"hero-feature-icon\"\u003e📱\u003c\/div\u003e\n\u003ch3\u003eColor Touchscreen\u003c\/h3\u003e\n\u003cp\u003eIntegrated interface, direct control, session management\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-feature\"\u003e\n\u003cdiv class=\"hero-feature-icon\"\u003e📞\u003c\/div\u003e\n\u003ch3\u003eTwo Voice Lines\u003c\/h3\u003e\n\u003cp\u003eSimultaneous calls, HD quality, integrated speaker\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-feature\"\u003e\n\u003cdiv class=\"hero-feature-icon\"\u003e🔌\u003c\/div\u003e\n\u003ch3\u003eExtended Connectivity\u003c\/h3\u003e\n\u003cp\u003e2x USB-C, Ethernet, external antenna, integrated GPS\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section comparaison GO! vs GO! exec --\u003e\n\u003cdiv class=\"comparison-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003cdiv class=\"comparison-intro\"\u003e\n\u003ch2\u003eGO! Standard vs GO! exec Comparison\u003c\/h2\u003e\n\u003cp\u003eDiscover the significant improvements of the GO! exec over the standard GO!, with the Certus network offering up to 37 times better performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Tableau desktop --\u003e\n\u003ctable class=\"comparison-table-desktop\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003ePerformance Metric\u003c\/th\u003e\n\u003cth\u003eGO! Standard\u003c\/th\u003e\n\u003cth\u003eGO! exec\u003c\/th\u003e\n\u003cth\u003eAdvantage\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"metric-name\"\u003eConnection Time\u003c\/td\u003e\n\u003ctd class=\"go-standard\"\u003e30 seconds\u003c\/td\u003e\n\u003ctd class=\"go-exec\"\u003e2 seconds\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"winner\"\u003eexec x15\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"metric-name\"\u003eSend\/Receive Start-up\u003c\/td\u003e\n\u003ctd class=\"go-standard\"\u003e45 seconds\u003c\/td\u003e\n\u003ctd class=\"go-exec\"\u003e5 seconds\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"winner\"\u003eexec x9\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"metric-name\"\u003eUpload Speed\u003c\/td\u003e\n\u003ctd class=\"go-standard\"\u003e2.4 Kbps\u003c\/td\u003e\n\u003ctd class=\"go-exec\"\u003e22 Kbps\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"winner\"\u003eexec x9\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"metric-name\"\u003e10K Email Send Time\u003c\/td\u003e\n\u003ctd class=\"go-standard\"\u003e1 minute\u003c\/td\u003e\n\u003ctd class=\"go-exec\"\u003e10 seconds\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"winner\"\u003eexec x6\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"metric-name\"\u003eDownload Speed\u003c\/td\u003e\n\u003ctd class=\"go-standard\"\u003e2.4 Kbps\u003c\/td\u003e\n\u003ctd class=\"go-exec\"\u003e88 Kbps\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"winner\"\u003eexec x37\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"metric-name\"\u003e50K Page Load\u003c\/td\u003e\n\u003ctd class=\"go-standard\"\u003e3 minutes\u003c\/td\u003e\n\u003ctd class=\"go-exec\"\u003e10 seconds\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"winner\"\u003eexec x18\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"metric-name\"\u003eData Type\u003c\/td\u003e\n\u003ctd class=\"go-standard\"\u003eCircuit-switched\u003c\/td\u003e\n\u003ctd class=\"go-exec\"\u003eOptimized IP\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"winner\"\u003eexec\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- Cartes mobiles --\u003e\n\u003cdiv class=\"comparison-cards-mobile\"\u003e\n\u003cdiv class=\"comparison-card-mobile\"\u003e\n\u003cdiv class=\"comparison-header-mobile\"\u003e\n\u003cdiv class=\"comparison-icon-mobile\"\u003e⚡\u003c\/div\u003e\n\u003ch3\u003eConnection Time\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-values-mobile\"\u003e\n\u003cdiv class=\"comparison-value-mobile standard\"\u003e\n\u003cdiv class=\"label\"\u003eGO! Standard\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e30 seconds\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-value-mobile exec\"\u003e\n\u003cdiv class=\"label\"\u003eGO! exec\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e2 seconds\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-card-mobile\"\u003e\n\u003cdiv class=\"comparison-header-mobile\"\u003e\n\u003cdiv class=\"comparison-icon-mobile\"\u003e📤\u003c\/div\u003e\n\u003ch3\u003eUpload Speed\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-values-mobile\"\u003e\n\u003cdiv class=\"comparison-value-mobile standard\"\u003e\n\u003cdiv class=\"label\"\u003eGO! Standard\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e2.4 Kbps\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-value-mobile exec\"\u003e\n\u003cdiv class=\"label\"\u003eGO! exec\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e22 Kbps\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-card-mobile\"\u003e\n\u003cdiv class=\"comparison-header-mobile\"\u003e\n\u003cdiv class=\"comparison-icon-mobile\"\u003e📥\u003c\/div\u003e\n\u003ch3\u003eDownload Speed\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-values-mobile\"\u003e\n\u003cdiv class=\"comparison-value-mobile standard\"\u003e\n\u003cdiv class=\"label\"\u003eGO! Standard\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e2.4 Kbps\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-value-mobile exec\"\u003e\n\u003cdiv class=\"label\"\u003eGO! exec\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e88 Kbps\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-card-mobile\"\u003e\n\u003cdiv class=\"comparison-header-mobile\"\u003e\n\u003cdiv class=\"comparison-icon-mobile\"\u003e📧\u003c\/div\u003e\n\u003ch3\u003e10K Email\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-values-mobile\"\u003e\n\u003cdiv class=\"comparison-value-mobile standard\"\u003e\n\u003cdiv class=\"label\"\u003eGO! Standard\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e1 minute\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-value-mobile exec\"\u003e\n\u003cdiv class=\"label\"\u003eGO! exec\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e10 seconds\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-card-mobile\"\u003e\n\u003cdiv class=\"comparison-header-mobile\"\u003e\n\u003cdiv class=\"comparison-icon-mobile\"\u003e🌐\u003c\/div\u003e\n\u003ch3\u003e50K Webpage\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-values-mobile\"\u003e\n\u003cdiv class=\"comparison-value-mobile standard\"\u003e\n\u003cdiv class=\"label\"\u003eGO! Standard\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e3 minutes\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-value-mobile exec\"\u003e\n\u003cdiv class=\"label\"\u003eGO! exec\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e10 seconds\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-card-mobile\"\u003e\n\u003cdiv class=\"comparison-header-mobile\"\u003e\n\u003cdiv class=\"comparison-icon-mobile\"\u003e🔄\u003c\/div\u003e\n\u003ch3\u003eData Type\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-values-mobile\"\u003e\n\u003cdiv class=\"comparison-value-mobile standard\"\u003e\n\u003cdiv class=\"label\"\u003eGO! Standard\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003eCircuit-switched\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-value-mobile exec\"\u003e\n\u003cdiv class=\"label\"\u003eGO! exec\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003eOptimized IP\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!-- Section fonctionnalités GO! exec --\u003e\n\u003cdiv class=\"exec-features-section\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003cdiv class=\"exec-intro\"\u003e\n\u003ch2\u003eGO! exec Advanced Features\u003c\/h2\u003e\n\u003cp\u003eDiscover the technical innovations that make GO! exec the most advanced satellite terminal for demanding professionals requiring high-performance IP connectivity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"exec-features-grid\"\u003e\n\u003cdiv class=\"exec-feature\"\u003e\n\u003cdiv class=\"exec-feature-header\"\u003e\n\u003cdiv class=\"exec-feature-icon\"\u003e🖥️\u003c\/div\u003e\n\u003ch3\u003eColor Touchscreen\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eIntegrated user interface, direct session control, connection management, airtime monitoring, advanced configuration without a smartphone.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"exec-feature\"\u003e\n\u003cdiv class=\"exec-feature-header\"\u003e\n\u003cdiv class=\"exec-feature-icon\"\u003e📞\u003c\/div\u003e\n\u003ch3\u003eTwo Voice Lines\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eSimultaneous access to two high-quality calls, integrated speaker and microphone, direct communication or via smartphone within a 30m radius.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"exec-feature\"\u003e\n\u003cdiv class=\"exec-feature-header\"\u003e\n\u003cdiv class=\"exec-feature-icon\"\u003e🔌\u003c\/div\u003e\n\u003ch3\u003eExtended Connectivity\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eTwo USB-C ports, Gigabit Ethernet, external antenna, integrated GPS, fixed or mobile installation, maximum integration flexibility.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"exec-feature\"\u003e\n\u003cdiv class=\"exec-feature-header\"\u003e\n\u003cdiv class=\"exec-feature-icon\"\u003e🌐\u003c\/div\u003e\n\u003ch3\u003eConnection Manager\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eIntegrated fast internet connection, session control, pre-configured filtering options, optimized airtime management, automatic savings.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"exec-feature\"\u003e\n\u003cdiv class=\"exec-feature-header\"\u003e\n\u003cdiv class=\"exec-feature-icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch3\u003eOptional 24\/7 SOS\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003e24\/7 SOS monitoring registration, third-party emergency response coordination center (IERCC), professional assistance, enhanced security.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"exec-feature\"\u003e\n\u003cdiv class=\"exec-feature-header\"\u003e\n\u003cdiv class=\"exec-feature-icon\"\u003e📡\u003c\/div\u003e\n\u003ch3\u003eSimplified Installation\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eNo pointing required, omnidirectional connectivity, power-up and connection by simply raising the antenna, fixed or mobile operation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section spécifications techniques --\u003e\n\u003cdiv class=\"specs-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003cdiv class=\"specs-intro\"\u003e\n\u003ch2\u003eGO! exec Technical Specifications\u003c\/h2\u003e\n\u003cp\u003eDiscover the technical characteristics that make GO! exec the most robust and high-performing Certus satellite terminal for critical professional applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"specs-grid\"\u003e\n\u003cdiv class=\"spec-category\"\u003e\n\u003cdiv class=\"spec-category-header\"\u003e\n\u003cdiv class=\"spec-category-icon\"\u003e📏\u003c\/div\u003e\n\u003ch3\u003eDimensions \u0026amp; Design\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-name\"\u003eDimensions\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e203 x 203 x 25 mm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-name\"\u003eWeight\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e1200 grams\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-name\"\u003eDesign\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eCompact portable\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-name\"\u003eScreen\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eColor touchscreen\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-category\"\u003e\n\u003cdiv class=\"spec-category-header\"\u003e\n\u003cdiv class=\"spec-category-icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch3\u003eRobustness \u0026amp; Protection\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-name\"\u003eCertification\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eMIL-STD-810H\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-name\"\u003eWaterproofing\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eIP65\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-name\"\u003eTemperature\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003e-20°C to +50°C\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-name\"\u003eUsage\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eExtreme conditions\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-category\"\u003e\n\u003cdiv class=\"spec-category-header\"\u003e\n\u003cdiv class=\"spec-category-icon\"\u003e🔋\u003c\/div\u003e\n\u003ch3\u003eBattery Life \u0026amp; Power\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-name\"\u003eTalk Time\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eUp to 6 hours\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-name\"\u003eStandby Time\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eUp to 24 hours\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-name\"\u003eBattery\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eRechargeable\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-name\"\u003eCharging\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eUSB-C\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec-category\"\u003e\n\u003cdiv class=\"spec-category-header\"\u003e\n\u003cdiv class=\"spec-category-icon\"\u003e📡\u003c\/div\u003e\n\u003ch3\u003eServices \u0026amp; Certifications\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cul class=\"spec-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-name\"\u003eNetwork\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eIridium Certus 100\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-name\"\u003eService\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eIP voice and data\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-name\"\u003eCertifications\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eCE, FCC, ISED, RCM, UKCA\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"spec-name\"\u003eCoverage\u003c\/span\u003e\u003cspan class=\"spec-value\"\u003eWorldwide + poles\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section applications d'usage --\u003e\n\u003cdiv class=\"usage-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003cdiv class=\"usage-intro\"\u003e\n\u003ch2\u003eGO! exec Professional Applications\u003c\/h2\u003e\n\u003cp\u003eThe GO! exec is designed for professionals and organizations requiring high-performance IP connectivity in environments where traditional networks are non-existent or insufficient.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-grid\"\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e🚢\u003c\/div\u003e\n\u003ch3\u003eNavigation \u0026amp; Boating\u003c\/h3\u003e\n\u003cp\u003eYachts, offshore boats, maritime expeditions. Advanced IP connectivity, GRIB weather, crew communication, fleet management, enhanced safety.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e🏛️\u003c\/div\u003e\n\u003ch3\u003eNGO \u0026amp; Humanitarian\u003c\/h3\u003e\n\u003cp\u003eHumanitarian camps, field missions, disaster areas. Headquarters communication, team coordination, field reports, critical connectivity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e🔬\u003c\/div\u003e\n\u003ch3\u003eScientific Research\u003c\/h3\u003e\n\u003cp\u003eResearch stations, scientific expeditions, isolated bases. Data transmission, laboratory communication, international collaboration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e🏭\u003c\/div\u003e\n\u003ch3\u003eIsolated Industry\u003c\/h3\u003e\n\u003cp\u003eMining sites, oil platforms, construction sites. Central communication, operations supervision, worker safety, project management.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e✈️\u003c\/div\u003e\n\u003ch3\u003eGeneral Aviation\u003c\/h3\u003e\n\u003cp\u003ePrivate aviation, isolated airfields, long-haul flights. Air traffic control communication, aviation weather, flight planning, air safety.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e🌍\u003c\/div\u003e\n\u003ch3\u003eTravel \u0026amp; Adventures\u003c\/h3\u003e\n\u003cp\u003eExtreme expeditions, adventure travel, temporary bases. Family connectivity, experience sharing, isolation safety, logistical coordination.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section Advanced Tracking --\u003e\n\u003cdiv class=\"at-service-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eGO! exec Expertise by Advanced Tracking\u003c\/h2\u003e\n\u003cp style=\"text-align: center; font-size: 1.1rem; color: #666666; margin-bottom: 30px; line-height: 1.6;\"\u003eOfficial Iridium distributor, we optimize your GO! exec for maximum Certus connectivity. Benefit from specialized high-performance support:\u003c\/p\u003e\n\u003cdiv class=\"service-grid-responsive\"\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e🔧\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003eAdvanced Certus Configuration\u003c\/h3\u003e\n\u003cp\u003eTouchscreen setup, IP session optimization, filtering configuration, advanced interface training, Ethernet\/USB-C integration.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e📱\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003eCertus 100 Plans\u003c\/h3\u003e\n\u003cp\u003eAdvice on suitable Certus packages, Iridium SIM cards, high-performance subscription management, IP cost optimization, billing support.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003e24\/7 SOS Services\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e🛠️\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003eCertus Technical Support\u003c\/h3\u003e\n\u003cp\u003eGO! exec technical assistance, remote diagnostics, advanced Certus training, optimal IP usage advice, preventive maintenance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Contact Info --\u003e\n\u003cdiv class=\"contact-highlight-responsive\"\u003e\n\u003cdiv class=\"contact-card-responsive\"\u003e\n\u003cspan style=\"font-size: 1.2rem;\"\u003e📞\u003c\/span\u003e\n\u003cdiv class=\"contact-info-responsive\"\u003e\n\u003ch4\u003eGO! exec Expert\u003c\/h4\u003e\n\u003cdiv class=\"phone\"\u003e+33 (0) 494 23 15 51\u003c\/div\u003e\n\u003cdiv class=\"hours\"\u003eOpen Monday to Friday: 9 am-12 pm and 2 pm-6 pm\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!-- CTA Final --\u003e\n\u003cdiv class=\"final-cta-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eYour Certus Satellite Terminal\u003c\/h2\u003e\n\u003cp\u003eIridium GO! exec offers the most advanced IP performance on the satellite market. Color touchscreen, two voice lines, extended connectivity. Official Advanced Tracking distributor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section comparaison GO! vs GO! exec --\u003e\n\u003cdiv class=\"comparison-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003cdiv class=\"comparison-intro\"\u003e\n\u003ch2\u003eSatellite Solutions Comparison: GO! vs SmartConnect Gateway\u003c\/h2\u003e\n\u003cp\u003eDiscover the advantages of each satellite solution. While GO! exec improves Iridium performance, SmartConnect Gateway offers a complete ecosystem with IoT sensors, network redundancy, and professional monitoring.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Tableau desktop --\u003e\n\u003ctable class=\"comparison-table-desktop\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eGO! Standard\u003c\/th\u003e\n\u003cth\u003eGO! exec\u003c\/th\u003e\n\u003cth\u003eSmartConnect Gateway\u003c\/th\u003e\n\u003cth\u003eAdvantage\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"metric-name\"\u003eConnection Time\u003c\/td\u003e\n\u003ctd class=\"go-standard\"\u003e30 seconds\u003c\/td\u003e\n\u003ctd class=\"go-exec\"\u003e2 seconds\u003c\/td\u003e\n\u003ctd class=\"go-exec\"\u003eInstantaneous\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"winner\"\u003eSmartConnect\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"metric-name\"\u003eDownload Speed\u003c\/td\u003e\n\u003ctd class=\"go-standard\"\u003e2.4 Kbps\u003c\/td\u003e\n\u003ctd class=\"go-exec\"\u003e88 Kbps\u003c\/td\u003e\n\u003ctd class=\"go-exec\"\u003eVariable by source\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"winner\"\u003eSmartConnect\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"metric-name\"\u003eIoT Sensors\u003c\/td\u003e\n\u003ctd class=\"go-standard\"\u003e❌ No\u003c\/td\u003e\n\u003ctd class=\"go-exec\"\u003e❌ No\u003c\/td\u003e\n\u003ctd class=\"go-exec\"\u003e✅ LoRaWan 300m\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"winner\"\u003eSmartConnect\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"metric-name\"\u003eNetwork Redundancy\u003c\/td\u003e\n\u003ctd class=\"go-standard\"\u003e❌ Iridium only\u003c\/td\u003e\n\u003ctd class=\"go-exec\"\u003e❌ Certus only\u003c\/td\u003e\n\u003ctd class=\"go-exec\"\u003e✅ Multi-operator + Satellite\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"winner\"\u003eSmartConnect\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"metric-name\"\u003e24\/7 Monitoring\u003c\/td\u003e\n\u003ctd class=\"go-standard\"\u003e❌ Not included\u003c\/td\u003e\n\u003ctd class=\"go-exec\"\u003e❌ Optional SOS\u003c\/td\u003e\n\u003ctd class=\"go-exec\"\u003e✅ Advanced Tracking Teams\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"winner\"\u003eSmartConnect\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"metric-name\"\u003eInstallation\u003c\/td\u003e\n\u003ctd class=\"go-standard\"\u003ePortable only\u003c\/td\u003e\n\u003ctd class=\"go-exec\"\u003eBasic portable\/fixed\u003c\/td\u003e\n\u003ctd class=\"go-exec\"\u003eProfessional installation\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"winner\"\u003eSmartConnect\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"metric-name\"\u003eSensor Ecosystem\u003c\/td\u003e\n\u003ctd class=\"go-standard\"\u003e❌ None\u003c\/td\u003e\n\u003ctd class=\"go-exec\"\u003e❌ None\u003c\/td\u003e\n\u003ctd class=\"go-exec\"\u003e✅ 15+ sensors available\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"winner\"\u003eSmartConnect\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"metric-name\"\u003eUnlimited Data Offer\u003c\/td\u003e\n\u003ctd class=\"go-exec\"\u003e✅ Available\u003c\/td\u003e\n\u003ctd class=\"go-exec\"\u003e✅ Available\u003c\/td\u003e\n\u003ctd class=\"go-exec\"\u003e✅ Multi-operator optimized\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"winner\"\u003eSmartConnect\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"metric-name\"\u003ePlatform\u003c\/td\u003e\n\u003ctd class=\"go-standard\"\u003eIridium Apps\u003c\/td\u003e\n\u003ctd class=\"go-exec\"\u003eIridium Apps + screen\u003c\/td\u003e\n\u003ctd class=\"go-exec\"\u003eKonectis Advanced Tracking\u003c\/td\u003e\n\u003ctd\u003e\u003cspan class=\"winner\"\u003eSmartConnect\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- Cartes mobiles --\u003e\n\u003cdiv class=\"comparison-cards-mobile\"\u003e\n\u003cdiv class=\"comparison-card-mobile\"\u003e\n\u003cdiv class=\"comparison-header-mobile\"\u003e\n\u003cdiv class=\"comparison-icon-mobile\"\u003e⚡\u003c\/div\u003e\n\u003ch3\u003eConnection Time\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-values-mobile\"\u003e\n\u003cdiv class=\"comparison-value-mobile standard\"\u003e\n\u003cdiv class=\"label\"\u003eGO! Standard\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e30 seconds\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-value-mobile exec\"\u003e\n\u003cdiv class=\"label\"\u003eSmartConnect\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003eInstantaneous\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-card-mobile\"\u003e\n\u003cdiv class=\"comparison-header-mobile\"\u003e\n\u003cdiv class=\"comparison-icon-mobile\"\u003e📡\u003c\/div\u003e\n\u003ch3\u003eIoT Sensors\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-values-mobile\"\u003e\n\u003cdiv class=\"comparison-value-mobile standard\"\u003e\n\u003cdiv class=\"label\"\u003eGO! exec\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e❌ No\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-value-mobile exec\"\u003e\n\u003cdiv class=\"label\"\u003eSmartConnect\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e✅ LoRaWan 300m\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-card-mobile\"\u003e\n\u003cdiv class=\"comparison-header-mobile\"\u003e\n\u003cdiv class=\"comparison-icon-mobile\"\u003e🔄\u003c\/div\u003e\n\u003ch3\u003eNetwork Redundancy\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-values-mobile\"\u003e\n\u003cdiv class=\"comparison-value-mobile standard\"\u003e\n\u003cdiv class=\"label\"\u003eGO! exec\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e❌ Certus only\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-value-mobile exec\"\u003e\n\u003cdiv class=\"label\"\u003eSmartConnect\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e✅ Multi-operator\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-card-mobile\"\u003e\n\u003cdiv class=\"comparison-header-mobile\"\u003e\n\u003cdiv class=\"comparison-icon-mobile\"\u003e👁️\u003c\/div\u003e\n\u003ch3\u003e24\/7 Monitoring\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-values-mobile\"\u003e\n\u003cdiv class=\"comparison-value-mobile standard\"\u003e\n\u003cdiv class=\"label\"\u003eGO! exec\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e❌ Optional SOS\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-value-mobile exec\"\u003e\n\u003cdiv class=\"label\"\u003eSmartConnect\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e✅ AT Teams\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-card-mobile\"\u003e\n\u003cdiv class=\"comparison-header-mobile\"\u003e\n\u003cdiv class=\"comparison-icon-mobile\"\u003e🔧\u003c\/div\u003e\n\u003ch3\u003eInstallation\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-values-mobile\"\u003e\n\u003cdiv class=\"comparison-value-mobile standard\"\u003e\n\u003cdiv class=\"label\"\u003eGO! exec\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003eBasic portable\/fixed\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-value-mobile exec\"\u003e\n\u003cdiv class=\"label\"\u003eSmartConnect\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003ePro installation\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-card-mobile\"\u003e\n\u003cdiv class=\"comparison-header-mobile\"\u003e\n\u003cdiv class=\"comparison-icon-mobile\"\u003e🌐\u003c\/div\u003e\n\u003ch3\u003eSensor Ecosystem\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-values-mobile\"\u003e\n\u003cdiv class=\"comparison-value-mobile standard\"\u003e\n\u003cdiv class=\"label\"\u003eGO! exec\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e❌ None\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-value-mobile exec\"\u003e\n\u003cdiv class=\"label\"\u003eSmartConnect\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e✅ 15+ sensors\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-card-mobile\"\u003e\n\u003cdiv class=\"comparison-header-mobile\"\u003e\n\u003cdiv class=\"comparison-icon-mobile\"\u003e📶\u003c\/div\u003e\n\u003ch3\u003eUnlimited Data\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-values-mobile\"\u003e\n\u003cdiv class=\"comparison-value-mobile exec\"\u003e\n\u003cdiv class=\"label\"\u003eGO! exec\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e✅ Available\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"comparison-value-mobile exec\"\u003e\n\u003cdiv class=\"label\"\u003eSmartConnect\u003c\/div\u003e\n\u003cdiv class=\"value\"\u003e✅ Multi-op optimized\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","brand":"Iridium","offers":[{"title":"Default Title","offer_id":42080171491524,"sku":"","price":1790.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0331\/9087\/1179\/products\/iridium-go-exec.jpg?v=1675435068"},{"product_id":"smartconnect-gateway","title":"SmartConnect Gateway ","description":"\u003ch2\u003eAll-in-one hybrid localization and communication system.\u003cbr\u003e\u003c\/h2\u003e\n\u003cp\u003e\u003ciframe width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/CtKWLNWV_mM?si=odoR4Z80U_7wrtqc\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003c\/p\u003e\n\u003cp\u003eThere are approximately 14 million yacht owners worldwide who share a common need: \u003cstrong\u003esafety and communication\u003c\/strong\u003e when sailing on the high seas.\u003cbr data-mce-fragment=\"1\"\u003eYacht owners seek peace of mind, security, easy weather forecasts, and the ability to communicate with family and friends.\u003cbr data-mce-fragment=\"1\"\u003eCurrent solutions use multiple complex and expensive systems (satellite tracking unit, alarm system, 4G router, Wi-Fi, and satellite communication system), preventing users from sailing with confidence.\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/p\u003e\n\u003cp\u003eOur innovative solution is an \u003cstrong\u003e\"all-in-one\"\u003c\/strong\u003e smart device.\u003cbr\u003eIt combines the best of satellite and cellular technology.\u003cbr\u003eIt ensures unparalleled peace of mind for yacht owners worldwide.\u003c\/p\u003e\n\u003cp\u003eWith \u003cstrong\u003eSmartConnect Gateway\u003c\/strong\u003e, you can:\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cimg alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0331\/9087\/1179\/files\/Presentation-Advanced-Tracking-SmartConnect.jpg?v=1697278260\"\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eSmartConnect is the ideal solution for boaters who demand the best. It is easy to install, easy to use, and covers the entire world.\u003c\/span\u003e\u003c\/p\u003e\n\u003ch2\u003e\u003cstrong\u003eSensors\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cul\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\u003cspan style=\"font-weight: 400;\"\u003eWireless sensors using LoRaWan system technology.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003eAutonomous sensors with internal batteries. Autonomy: 2 years +\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003e\u003cspan style=\"font-weight: 400;\"\u003eEasy to install in the boat - no cables.\u003c\/span\u003e\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003eUp to 100 different sensors can be added. Any LoraWan compatible sensor can be added.\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003eLong-range sensors.\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003eEncrypted communication between the main unit and the sensors.\u003c\/li\u003e\n\u003cli style=\"font-weight: 400;\"\u003eWireless sensors for oceanic data collection\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cp\u003e\u0026nbsp;\u003cimg data-mce-fragment=\"1\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0331\/9087\/1179\/files\/presentation-advanced-tracking-smartconnect-capteurs.jpg?v=1697278625\"\u003e\u003c\/p\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003cdiv style=\"text-align: left;\"\u003e\u003cimg style=\"float: none;\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0331\/9087\/1179\/files\/Presentation-Advanced-Tracking-SmartConnect-3.jpg?v=1697279100\"\u003e\u003c\/div\u003e\n\u003ch2 style=\"text-align: left;\"\u003eTechnical Information\u003c\/h2\u003e\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003ctable width=\"100%\"\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 30%;\"\u003e\n\u003ch6\u003e\u0026nbsp;GENERAL\u003c\/h6\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 30%;\"\u003eCommunication\u003c\/td\u003e\n\u003ctd style=\"width: 40%;\"\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003e4G LTE CAT-1 \/ Fallback 2G - Argos\/Kineis satellite - Iridium Certus\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 30%;\"\u003e\u003cbr\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 30%;\"\u003eBattery\u003c\/td\u003e\n\u003ctd style=\"width: 40%;\"\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003e+12V\/+24V \/ Solar panel (VOC Max 30V)\u003c\/span\u003e\u003cspan style=\"font-weight: 400;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"font-weight: 400;\"\u003eBatteries are rechargeable with the main DC input (12V\/24V or solar panel)\u003c\/span\u003e\u003cspan style=\"font-weight: 400;\"\u003e\u003cbr\u003e\u003c\/span\u003e\u003cspan style=\"font-weight: 400;\"\u003e\u0026nbsp; \u0026nbsp; Charge: 0℃~ +45℃\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;In service: -20℃~ +60℃\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 30%;\"\u003e\n\u003ch6\u003ePOSITION\u003cbr\u003e\u003c\/h6\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 30%;\"\u003eGPS receiver\u003c\/td\u003e\n\u003ctd style=\"width: 40%;\"\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eu-blox M8 72-channel engine\u003c\/span\u003e\u003c\/p\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eGPS L1C\/A, SBAS L1C\/A, QZSS L1C\/A, QZSS L1 SAIF, GLONASS L1OF, BeiDou B1I, Galileo E1B\/C\u003cbr\u003eTracking \u0026amp; Navigation: -166 dBm Cold start: -147 dBm Hot start: -157 dBm\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 30%;\"\u003e\n\u003ch6\u003eCELLULAR\u003c\/h6\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 30%;\"\u003eData\u003c\/td\u003e\n\u003ctd style=\"width: 40%;\"\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eWorldwide 4G Lte 13 High speed\/ Fallback 2G\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 30%;\"\u003e\n\u003ch4\u003e\u003cbr\u003e\u003c\/h4\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 30%;\"\u003eOperating bands\u003cbr\u003eand carriers\u003cbr\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 40%;\"\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eEurope and Asia: Cat M1 \/NB1\/NB2 \u003cbr\u003e2G GSM bands: 900, 1800 MHz\u003cbr\u003e4G LTE CAT 1 Bands:\u003cbr\u003e4G LTE CAT 1 Bands: B3 (1800+), B8 (900 GSM), B20 (800 DD)\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 30%;\"\u003e\u003cbr\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 30%;\"\u003eSIM\u003c\/td\u003e\n\u003ctd style=\"width: 40%;\"\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003e\u0026nbsp;MFF2 (Embedded SIM)\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 30%;\"\u003e\n\u003ch6\u003eSENSOR OPERATING \u003cbr\u003eRANGE (LORAWAN)\u003cbr\u003e\u003c\/h6\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 30%;\"\u003eEnvironment\u003c\/td\u003e\n\u003ctd style=\"width: 40%;\"\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eTemperature [ -40, +85; absolute accuracy ±0.5 °C ]\u003cbr\u003eHumidity [ absolute accuracy ±3 %RH ]\u003cbr\u003ePressure [ 300...1100 hPa, absolute accuracy ±1 hPa ]\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 30%;\"\u003e\n\u003ch6\u003eCERTIFICATION\u003c\/h6\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 30%;\"\u003eCertifications\u003c\/td\u003e\n\u003ctd style=\"width: 40%;\"\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eIn progress for CE certification and Iridium certification\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 30%;\"\u003e\n\u003ch4\u003e\u003cbr\u003e\u003c\/h4\u003e\n\u003cbr\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 30%;\"\u003eNetwork Targets\u003c\/td\u003e\n\u003ctd style=\"width: 40%;\"\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eInternational\/Europe: MVNO, Deutsche Telekom, Telia, Orange, Vodafone\u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 30%;\"\u003e\n\u003ch6\u003ePHYSICAL\u003c\/h6\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 30%;\"\u003eDimensions\u003c\/td\u003e\n\u003ctd style=\"width: 40%;\"\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003e280 x 180 x 50 mm\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 30%;\"\u003e\n\u003ch4\u003e\u003cbr\u003e\u003c\/h4\u003e\n\u003cbr\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 30%;\"\u003eWeight\u003c\/td\u003e\n\u003ctd style=\"width: 40%;\"\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003e1200 gr\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 30%;\"\u003e\n\u003ch6\u003eENVIRONMENTAL\u003cbr\u003eOPERATING\u003cbr\u003eRANGE\u003c\/h6\u003e\n\u003c\/td\u003e\n\u003ctd style=\"width: 30%;\"\u003eTemp\u003c\/td\u003e\n\u003ctd style=\"width: 40%;\"\u003e\n\u003cp\u003e\u003cspan style=\"font-weight: 400;\"\u003eFrom -20°C to +45°C \u003cbr\u003e\u003c\/span\u003e\u003c\/p\u003e\n\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd style=\"width: 30%;\"\u003e\n\u003ch4\u003e\u003cbr\u003e\u003c\/h4\u003e\n\u003cbr\u003e\u003c\/td\u003e\n\u003ctd style=\"width: 30%;\"\u003eHumidity\u003c\/td\u003e\n\u003ctd style=\"width: 40%;\"\u003e95% R.H. @ 50C non-condensing\u003cbr\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e","brand":"Advanced Tracking","offers":[{"title":"SmartConnect Gateway \u0026 Starlink Mini","offer_id":54971053310276,"sku":"","price":3200.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0331\/9087\/1179\/files\/199D89_1_81b46e55-f94a-44ae-8c22-ed392b3bd6bc.png?v=1737378364"},{"product_id":"lt-3100s-gmdss-system-basic","title":"Lars Thrane LT-3100S GMDSS System - Maritime SOLAS Satellite Terminal","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003cmeta name=\"description\" content=\"GMDSS LT-3100S Lars Thrane System: SOLAS Iridium maritime satellite terminal, distress communications, 100% global coverage. Inmarsat C alternative for commercial vessels.\"\u003e \u003cmeta name=\"keywords\" content=\"LT-3100S GMDSS, GMDSS system, maritime satellite terminal, SOLAS, Iridium GMDSS, Lars Thrane, distress communications, commercial vessel, Inmarsat C alternative\"\u003e \u003cmeta name=\"robots\" content=\"index, follow\"\u003e \u003cmeta property=\"og:title\" content=\"LT-3100S GMDSS System - SOLAS Maritime Satellite Terminal\"\u003e \u003cmeta property=\"og:description\" content=\"Iridium GMDSS system for SOLAS vessels. Distress communications, voice and data with 100% global coverage.\"\u003e \u003cmeta property=\"og:type\" content=\"product\"\u003e \u003clink rel=\"canonical\" href=\"https:\/\/www.advanced-tracking.com\/products\/lt-3100s-gmdss-system-basic\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background-color: #f8f9fa;\n        }\n\n        \/* Section Héro *\/\n        .hero-section {\n            background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);\n            padding: 60px 40px;\n            text-align: center;\n            border-bottom: 3px solid #1fb6ff;\n        }\n\n        .hero-content h1 {\n            color: #1fb6ff;\n            font-size: 2.5rem;\n            font-weight: 700;\n            margin-bottom: 20px;\n            line-height: 1.2;\n        }\n\n        .hero-subtitle {\n            color: #666;\n            font-size: 1.3rem;\n            margin-bottom: 40px;\n            font-weight: 400;\n        }\n\n        .hero-features {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 30px;\n            margin-top: 50px;\n            max-width: 1200px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .hero-feature {\n            background: white;\n            padding: 30px 25px;\n            border-radius: 15px;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\n            border-left: 4px solid #1fb6ff;\n            transition: all 0.3s ease;\n        }\n\n        .hero-feature:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);\n        }\n\n        .hero-feature .icon {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 20px;\n            font-size: 1.8rem;\n            color: white;\n        }\n\n        .hero-feature h4 {\n            color: #1fb6ff;\n            font-size: 1.2rem;\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n\n        .hero-feature p {\n            color: #666;\n            font-size: 1rem;\n            line-height: 1.5;\n        }\n\n        \/* Sections de Contenu *\/\n        .product-content-section {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 60px 40px;\n            background: white;\n            margin-bottom: 30px;\n            border-radius: 12px;\n            box-shadow: 0 2px 15px rgba(0,0,0,0.08);\n        }\n\n        .product-content-section h2 {\n            color: #1fb6ff;\n            font-size: 2.2rem;\n            margin-bottom: 30px;\n            font-weight: 600;\n            text-align: center;\n            position: relative;\n        }\n\n        .product-content-section h2::after {\n            content: '';\n            display: block;\n            width: 80px;\n            height: 3px;\n            background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n            margin: 15px auto;\n            border-radius: 2px;\n        }\n\n        .product-content-section h3 {\n            color: #0ea5e9;\n            font-size: 1.4rem;\n            margin-bottom: 25px;\n            font-weight: 500;\n            text-align: center;\n        }\n\n        .product-content-section p {\n            color: #666;\n            font-size: 1.1rem;\n            margin-bottom: 25px;\n            text-align: justify;\n            line-height: 1.7;\n        }\n\n        .product-content-section strong {\n            color: #1fb6ff;\n            font-weight: 600;\n        }\n\n        \/* Tableau des Spécifications *\/\n        .specs-section {\n            padding: 50px 30px;\n        }\n\n        .specs-table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 30px;\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\n        }\n\n        .specs-table th {\n            background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n            color: white;\n            padding: 20px 25px;\n            text-align: left;\n            font-weight: 600;\n            font-size: 1.1rem;\n        }\n\n        .specs-table td {\n            padding: 18px 25px;\n            border-bottom: 1px solid #eee;\n            color: #333;\n            font-size: 1rem;\n        }\n\n        .specs-table tr:nth-child(even) {\n            background-color: #f8f9fa;\n        }\n\n        .specs-table tr:hover {\n            background-color: #e3f2fd;\n        }\n\n        \/* Section Applications *\/\n        .usage-section {\n            padding: 50px 30px;\n        }\n\n        .usage-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n            gap: 25px;\n            margin-top: 40px;\n        }\n\n        .usage-card {\n            background: white;\n            padding: 30px 25px;\n            border-radius: 12px;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\n            border-top: 4px solid #1fb6ff;\n            transition: all 0.3s ease;\n        }\n\n        .usage-card:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);\n        }\n\n        .usage-card .icon {\n            width: 50px;\n            height: 50px;\n            background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 20px;\n            font-size: 1.5rem;\n            color: white;\n        }\n\n        .usage-card h4 {\n            color: #1fb6ff;\n            font-size: 1.3rem;\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n\n        .usage-card p {\n            color: #666;\n            font-size: 1rem;\n            margin-bottom: 20px;\n            line-height: 1.6;\n        }\n\n        .usage-card ul {\n            list-style: none;\n            padding: 0;\n        }\n\n        .usage-card li {\n            color: #555;\n            font-size: 0.95rem;\n            margin-bottom: 8px;\n            padding-left: 20px;\n            position: relative;\n            line-height: 1.4;\n        }\n\n        .usage-card li::before {\n            content: '✓';\n            color: #1fb6ff;\n            font-weight: bold;\n            position: absolute;\n            left: 0;\n        }\n\n        \/* Section Services *\/\n        .services-section {\n            padding: 50px 30px;\n        }\n\n        .services-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 25px;\n            margin-top: 40px;\n        }\n\n        .service-card {\n            background: white;\n            padding: 30px 25px;\n            border-radius: 12px;\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);\n            border-left: 4px solid #0ea5e9;\n            transition: all 0.3s ease;\n            text-align: center;\n        }\n\n        .service-card:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);\n        }\n\n        .service-card .icon {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 20px;\n            font-size: 1.8rem;\n            color: white;\n        }\n\n        .service-card h4 {\n            color: #1fb6ff;\n            font-size: 1.2rem;\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n\n        .service-card p {\n            color: #666;\n            font-size: 1rem;\n            line-height: 1.6;\n        }\n\n        \/* Section CTA Final *\/\n        .cta-final-section {\n            background: linear-gradient(135deg, #1fb6ff 0%, #0ea5e9 100%);\n            color: white;\n            padding: 60px 40px;\n            text-align: center;\n            margin-top: 40px;\n        }\n\n        .cta-final-section h2 {\n            font-size: 2.2rem;\n            margin-bottom: 20px;\n            font-weight: 600;\n        }\n\n        .cta-final-section p {\n            font-size: 1.2rem;\n            margin-bottom: 40px;\n            line-height: 1.6;\n            max-width: 800px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        \/* Section Contact Spécialisé Conditions Extrêmes *\/\n        .contact-extreme-section {\n            background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n            padding: 40px 20px;\n            border-radius: 15px;\n            box-shadow: 0 4px 20px rgba(31, 182, 255, 0.15);\n            margin: 30px 0;\n        }\n\n        .contact-extreme-content {\n            max-width: 600px;\n            margin: 0 auto;\n            text-align: center;\n        }\n\n        .contact-extreme-content h3 {\n            color: #1fb6ff;\n            font-size: 1.4rem;\n            margin-bottom: 30px;\n            font-weight: 700;\n            letter-spacing: 0.5px;\n            text-transform: uppercase;\n        }\n\n        .contact-extreme-card {\n            background: white;\n            padding: 30px 25px;\n            border-radius: 15px;\n            box-shadow: 0 8px 25px rgba(31, 182, 255, 0.2);\n            border: 2px solid rgba(31, 182, 255, 0.1);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 20px;\n            transition: all 0.3s ease;\n        }\n\n        .contact-extreme-card:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 12px 35px rgba(31, 182, 255, 0.25);\n        }\n\n        .phone-icon {\n            width: 50px;\n            height: 50px;\n            background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.5rem;\n            color: white;\n            flex-shrink: 0;\n        }\n\n        .contact-details {\n            text-align: left;\n        }\n\n        .phone-number {\n            color: #1fb6ff;\n            font-size: 1.4rem;\n            font-weight: 700;\n            margin-bottom: 5px;\n        }\n\n        .hours {\n            color: #666;\n            font-size: 1rem;\n            font-weight: 400;\n        }\n\n        \/* Responsive Design Optimisé *\/\n        \n        \/* Large Desktop (1200px+) *\/\n        @media (min-width: 1200px) {\n            .hero-content h1 {\n                font-size: 2.8rem;\n            }\n            \n            .hero-subtitle {\n                font-size: 1.5rem;\n            }\n            \n            .product-content-section {\n                padding: 80px 60px;\n            }\n            \n            .hero-features {\n                grid-template-columns: repeat(4, 1fr);\n                gap: 40px;\n            }\n            \n            .usage-grid {\n                grid-template-columns: repeat(3, 1fr);\n                gap: 30px;\n            }\n            \n            .services-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 30px;\n            }\n        }\n\n        \/* Tablette Paysage (1024px - 1199px) *\/\n        @media (max-width: 1199px) and (min-width: 1024px) {\n            .hero-content h1 {\n                font-size: 2.4rem;\n                line-height: 1.2;\n            }\n            \n            .hero-subtitle {\n                font-size: 1.3rem;\n            }\n            \n            .product-content-section {\n                padding: 60px 40px;\n            }\n            \n            .product-content-section h2 {\n                font-size: 2.1rem;\n            }\n            \n            .hero-features {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 30px;\n            }\n            \n            .usage-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 25px;\n            }\n            \n            .services-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 25px;\n            }\n        }\n\n        \/* Tablette Portrait (768px - 1023px) *\/\n        @media (max-width: 1023px) and (min-width: 768px) {\n            .hero-section,\n            .product-content-section {\n                padding: 50px 30px;\n            }\n            \n            .hero-content h1 {\n                font-size: 2.1rem;\n                line-height: 1.3;\n                margin-bottom: 25px;\n            }\n            \n            .hero-subtitle {\n                font-size: 1.2rem;\n                margin-bottom: 35px;\n            }\n            \n            .product-content-section h2 {\n                font-size: 1.9rem;\n                margin-bottom: 25px;\n            }\n            \n            .product-content-section h3 {\n                font-size: 1.2rem;\n                margin-bottom: 25px;\n            }\n            \n            .hero-features {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 25px;\n                margin-top: 40px;\n            }\n            \n            .hero-feature {\n                padding: 25px 20px;\n            }\n            \n            .hero-feature .icon {\n                width: 55px;\n                height: 55px;\n                font-size: 1.6rem;\n                margin-bottom: 18px;\n            }\n            \n            .hero-feature h4 {\n                font-size: 1.1rem;\n                margin-bottom: 12px;\n            }\n            \n            .usage-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 20px;\n            }\n            \n            .usage-card {\n                padding: 22px 18px;\n            }\n            \n            .usage-card .icon {\n                width: 45px;\n                height: 45px;\n                font-size: 1.3rem;\n            }\n            \n            .usage-card h4 {\n                font-size: 1.2rem;\n            }\n            \n            .services-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 20px;\n            }\n            \n            .service-card {\n                padding: 25px 20px;\n            }\n            \n            .service-card .icon {\n                width: 55px;\n                height: 55px;\n                font-size: 1.6rem;\n            }\n            \n            .specs-table th,\n            .specs-table td {\n                padding: 15px 18px;\n                font-size: 0.95rem;\n            }\n            \n            .cta-final-section {\n                padding: 50px 30px;\n            }\n            \n            .cta-final-section h2 {\n                font-size: 1.9rem;\n            }\n            \n            .cta-final-section p {\n                font-size: 1.15rem;\n            }\n            \n            .contact-extreme-section {\n                padding: 35px 25px;\n            }\n            \n            .contact-extreme-content h3 {\n                font-size: 1.3rem;\n            }\n            \n            .contact-extreme-card {\n                padding: 25px 20px;\n                gap: 18px;\n            }\n            \n            .phone-number {\n                font-size: 1.3rem;\n            }\n        }\n\n        \/* Smartphone Paysage (481px - 767px) *\/\n        @media (max-width: 767px) and (min-width: 481px) {\n            .hero-section,\n            .product-content-section {\n                padding: 40px 25px;\n            }\n            \n            .hero-content h1 {\n                font-size: 1.8rem;\n                line-height: 1.3;\n                margin-bottom: 20px;\n            }\n            \n            .hero-subtitle {\n                font-size: 1.1rem;\n                margin-bottom: 30px;\n            }\n            \n            .product-content-section h2 {\n                font-size: 1.7rem;\n                margin-bottom: 20px;\n            }\n            \n            .product-content-section h3 {\n                font-size: 1.1rem;\n                margin-bottom: 20px;\n            }\n            \n            .hero-features {\n                grid-template-columns: 1fr;\n                gap: 20px;\n                margin-top: 35px;\n            }\n            \n            .hero-feature {\n                padding: 22px 18px;\n                border-radius: 10px;\n            }\n            \n            .hero-feature .icon {\n                width: 50px;\n                height: 50px;\n                font-size: 1.5rem;\n                margin-bottom: 15px;\n            }\n            \n            .hero-feature h4 {\n                font-size: 1.1rem;\n                margin-bottom: 10px;\n            }\n            \n            .hero-feature p {\n                font-size: 0.95rem;\n            }\n            \n            .usage-grid,\n            .services-grid {\n                grid-template-columns: 1fr;\n                gap: 18px;\n            }\n            \n            .usage-card,\n            .service-card {\n                padding: 20px 16px;\n            }\n            \n            .usage-card .icon,\n            .service-card .icon {\n                width: 45px;\n                height: 45px;\n                font-size: 1.3rem;\n            }\n            \n            .usage-card h4,\n            .service-card h4 {\n                font-size: 1.1rem;\n                margin-bottom: 12px;\n            }\n            \n            .usage-card p,\n            .service-card p {\n                font-size: 0.95rem;\n            }\n            \n            .usage-card li {\n                font-size: 0.9rem;\n                margin-bottom: 6px;\n            }\n            \n            .specs-table th,\n            .specs-table td {\n                padding: 12px 15px;\n                font-size: 0.9rem;\n            }\n            \n            .specs-table th {\n                font-size: 0.95rem;\n            }\n            \n            .cta-final-section {\n                padding: 40px 25px;\n            }\n            \n            .cta-final-section h2 {\n                font-size: 1.7rem;\n                margin-bottom: 18px;\n            }\n            \n            .cta-final-section p {\n                font-size: 1.05rem;\n                margin-bottom: 35px;\n            }\n            \n            .contact-extreme-section {\n                padding: 30px 20px;\n            }\n            \n            .contact-extreme-content h3 {\n                font-size: 1.2rem;\n                margin-bottom: 25px;\n            }\n            \n            .contact-extreme-card {\n                padding: 22px 18px;\n                flex-direction: row;\n                gap: 15px;\n                text-align: left;\n            }\n            \n            .contact-details {\n                text-align: left;\n            }\n            \n            .phone-number {\n                font-size: 1.2rem;\n            }\n            \n            .hours {\n                font-size: 0.95rem;\n            }\n        }\n\n        \/* Smartphone Portrait (320px - 480px) *\/\n        @media (max-width: 480px) {\n            .hero-section,\n            .product-content-section {\n                padding: 30px 20px;\n            }\n            \n            .hero-content h1 {\n                font-size: 1.5rem;\n                line-height: 1.4;\n                margin-bottom: 18px;\n            }\n            \n            .hero-subtitle {\n                font-size: 1rem;\n                margin-bottom: 25px;\n                line-height: 1.5;\n            }\n            \n            .product-content-section h2 {\n                font-size: 1.5rem;\n                margin-bottom: 18px;\n                line-height: 1.3;\n            }\n            \n            .product-content-section h3 {\n                font-size: 1rem;\n                margin-bottom: 18px;\n            }\n            \n            .product-content-section p {\n                font-size: 1rem;\n                margin-bottom: 20px;\n                text-align: left;\n            }\n            \n            .hero-features {\n                grid-template-columns: 1fr;\n                gap: 18px;\n                margin-top: 30px;\n            }\n            \n            .hero-feature {\n                padding: 20px 15px;\n                border-radius: 8px;\n            }\n            \n            .hero-feature .icon {\n                width: 45px;\n                height: 45px;\n                font-size: 1.3rem;\n                margin-bottom: 12px;\n            }\n            \n            .hero-feature h4 {\n                font-size: 1rem;\n                margin-bottom: 8px;\n                line-height: 1.3;\n            }\n            \n            .hero-feature p {\n                font-size: 0.9rem;\n                line-height: 1.4;\n            }\n            \n            .usage-grid,\n            .services-grid {\n                grid-template-columns: 1fr;\n                gap: 15px;\n            }\n            \n            .usage-card,\n            .service-card {\n                padding: 18px 15px;\n            }\n            \n            .usage-card .icon,\n            .service-card .icon {\n                width: 40px;\n                height: 40px;\n                font-size: 1.2rem;\n                margin-bottom: 10px;\n            }\n            \n            .usage-card h4,\n            .service-card h4 {\n                font-size: 1.0rem;\n                margin-bottom: 10px;\n                line-height: 1.3;\n            }\n            \n            .usage-card p,\n            .service-card p {\n                font-size: 0.9rem;\n                line-height: 1.4;\n                margin-bottom: 12px;\n            }\n            \n            .usage-card li {\n                font-size: 0.85rem;\n                margin-bottom: 5px;\n                line-height: 1.3;\n            }\n            \n            .specs-section {\n                padding: 30px 15px;\n            }\n            \n            .specs-table {\n                font-size: 0.8rem;\n            }\n            \n            .specs-table th,\n            .specs-table td {\n                padding: 10px 12px;\n                font-size: 0.85rem;\n            }\n            \n            .specs-table th {\n                font-size: 0.9rem;\n            }\n            \n            .cta-final-section {\n                padding: 35px 20px;\n            }\n            \n            .cta-final-section h2 {\n                font-size: 1.4rem;\n                margin-bottom: 15px;\n                line-height: 1.3;\n            }\n            \n            .cta-final-section p {\n                font-size: 1rem;\n                margin-bottom: 30px;\n                line-height: 1.5;\n            }\n            \n            .contact-extreme-section {\n                padding: 25px 15px;\n            }\n            \n            .contact-extreme-content h3 {\n                font-size: 1.1rem;\n                margin-bottom: 20px;\n                line-height: 1.3;\n            }\n            \n            .contact-extreme-card {\n                padding: 20px 15px;\n                flex-direction: column;\n                gap: 12px;\n                text-align: center;\n            }\n            \n            .contact-details {\n                text-align: center;\n            }\n            \n            .phone-icon {\n                width: 45px;\n                height: 45px;\n                font-size: 1.3rem;\n            }\n            \n            .phone-number {\n                font-size: 1.1rem;\n                margin-bottom: 3px;\n            }\n            \n            .hours {\n                font-size: 0.9rem;\n                line-height: 1.3;\n            }\n        }\n\n        \/* Très Petit Smartphone (jusqu'à 319px) *\/\n        @media (max-width: 319px) {\n            .hero-section,\n            .product-content-section {\n                padding: 25px 15px;\n            }\n            \n            .hero-content h1 {\n                font-size: 1.3rem;\n                line-height: 1.4;\n            }\n            \n            .hero-subtitle {\n                font-size: 0.95rem;\n            }\n            \n            .product-content-section h2 {\n                font-size: 1.3rem;\n                line-height: 1.3;\n            }\n            \n            .product-content-section h3 {\n                font-size: 0.95rem;\n            }\n            \n            .product-content-section p {\n                font-size: 0.95rem;\n            }\n            \n            .hero-feature,\n            .usage-card,\n            .service-card {\n                padding: 15px 12px;\n            }\n            \n            .hero-feature .icon,\n            .usage-card .icon,\n            .service-card .icon {\n                width: 35px;\n                height: 35px;\n                font-size: 1.1rem;\n            }\n            \n            .hero-feature h4,\n            .usage-card h4,\n            .service-card h4 {\n                font-size: 0.95rem;\n            }\n            \n            .hero-feature p,\n            .usage-card p,\n            .service-card p {\n                font-size: 0.85rem;\n            }\n            \n            .usage-card li {\n                font-size: 0.8rem;\n            }\n            \n            .specs-table th,\n            .specs-table td {\n                padding: 8px 10px;\n                font-size: 0.8rem;\n            }\n            \n            .cta-final-section h2 {\n                font-size: 1.2rem;\n            }\n            \n            .cta-final-section p {\n                font-size: 0.95rem;\n            }\n            \n            .contact-extreme-content h3 {\n                font-size: 1rem;\n            }\n            \n            .phone-number {\n                font-size: 1rem;\n            }\n            \n            .hours {\n                font-size: 0.85rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003c!-- Section Héro --\u003e\n\u003cdiv class=\"hero-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003ch2\u003eLars Thrane LT-3100S GMDSS System - SOLAS Maritime Satellite Terminal\u003c\/h2\u003e\n\u003cp class=\"hero-subtitle\"\u003eIridium distress communications with 100% global coverage for commercial vessels\u003c\/p\u003e\n\u003cdiv class=\"hero-features\"\u003e\n\u003cdiv class=\"hero-feature\"\u003e\n\u003cdiv class=\"icon\"\u003e🛰️\u003c\/div\u003e\n\u003ch4\u003eSOLAS GMDSS Certified\u003c\/h4\u003e\n\u003cp\u003eGMDSS system approved for SOLAS Sea Areas A1, A2, and A3. Certified alternative to traditional Inmarsat C systems.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-feature\"\u003e\n\u003cdiv class=\"icon\"\u003e🌍\u003c\/div\u003e\n\u003ch4\u003e100% Global Iridium Coverage\u003c\/h4\u003e\n\u003cp\u003eIridium satellite network covering 100% of the planet for distress communications and maritime safety.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-feature\"\u003e\n\u003cdiv class=\"icon\"\u003e📞\u003c\/div\u003e\n\u003ch4\u003eVoice and Data Communications\u003c\/h4\u003e\n\u003cp\u003eFull voice, SMS, data, and vessel tracking capabilities with competitive Iridium rates.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-feature\"\u003e\n\u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n\u003ch4\u003eSimplified Installation\u003c\/h4\u003e\n\u003cp\u003e3-unit system with a single cable up to 500m. 4.3\" TFT display and integrated web server.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section Description Principale --\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eLT-3100S GMDSS System: SOLAS Certified Iridium Maritime Satellite Solution\u003c\/h2\u003e\n\u003ch3\u003eDistress and safety satellite terminal for commercial and professional vessels\u003c\/h3\u003e\n\u003cp\u003eThe \u003cstrong\u003eLars Thrane LT-3100S GMDSS system\u003c\/strong\u003e represents the most advanced maritime satellite communication solution for vessels subject to the SOLAS convention. Recognized in 2018 by the IMO's Maritime Safety Committee (MSC), this \u003cstrong\u003eIridium GMDSS satellite terminal\u003c\/strong\u003e offers a modern and reliable alternative to the traditional Inmarsat C system.\u003c\/p\u003e\n\u003cp\u003eDeveloped by \u003cstrong\u003eLars Thrane A\/S\u003c\/strong\u003e with over 40 years of maritime experience, the \u003cstrong\u003eLT-3100S GMDSS\u003c\/strong\u003e integrates essential distress services: distress alerts, safety voice communications, and Maritime Safety Information (MSI). This system meets all certification standards and requirements for maritime satellite communication equipment (MED, Wheelmark).\u003c\/p\u003e\n\u003cp\u003eDesigned for demanding maritime environments, the \u003cstrong\u003eLT-3100S GMDSS terminal\u003c\/strong\u003e operates in a temperature range of -40°C to +55°C and offers \u003cstrong\u003e100% global coverage\u003c\/strong\u003e thanks to the Iridium satellite network, ensuring reliable distress communications anywhere on the world's oceans.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Section Spécifications Techniques --\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003cdiv class=\"specs-section\"\u003e\n\u003ch2\u003eLT-3100S GMDSS System Technical Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGMDSS Certification\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSOLAS approved areas A1, A2, A3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eSatellite Network\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eIridium - 100% Global Coverage\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eOperating Temperature\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e-40°C to +55°C (-40°F to +131°F)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eControl Display\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e4.3\" color TFT\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eAntenna Cable Distance\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eUp to 500 meters (coaxial cable)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eControl Unit\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLT-3110S (bracket or flush mount)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eHandset\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLT-3120 with LT-3121 cradle\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eAntenna\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLT-3130 (1.5\" or 2.0\" pole mount)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGNSS\/GPS Receiver\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eIntegrated high-performance\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWeb Server\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eIntegrated configuration and maintenance\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCertifications\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMED B+D, RED(CE), FCC, ISED, ROHS2\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eManufacturer\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eLars Thrane A\/S (40+ years of experience)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section Applications d'Usage --\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003cdiv class=\"usage-section\"\u003e\n\u003ch2\u003eLT-3100S GMDSS System Applications: Commercial Navigation and Maritime Safety\u003c\/h2\u003e\n\u003ch3\u003eSatellite communication solutions for SOLAS vessels and maritime professionals\u003c\/h3\u003e\n\u003cdiv class=\"usage-grid\"\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🚢\u003c\/div\u003e\n\u003ch4\u003eCommercial SOLAS Vessels\u003c\/h4\u003e\n\u003cp\u003eMandatory distress communications for commercial vessels subject to the SOLAS convention.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eAutomatic distress alerts\u003c\/li\u003e\n\u003cli\u003eSafety voice communications\u003c\/li\u003e\n\u003cli\u003eMaritime Safety Information (MSI)\u003c\/li\u003e\n\u003cli\u003eShip Security Alert System (SSAS)\u003c\/li\u003e\n\u003cli\u003eLong-Range Identification and Tracking (LRIT)\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003cdiv class=\"icon\"\u003e⚓\u003c\/div\u003e\n\u003ch4\u003eProfessional Maritime Fleet\u003c\/h4\u003e\n\u003cp\u003eSatellite communication solution for shipowners and commercial fleet managers.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eReal-time vessel tracking\u003c\/li\u003e\n\u003cli\u003eReliable ship-to-shore communications\u003c\/li\u003e\n\u003cli\u003eBridge Alarm Management (BAM)\u003c\/li\u003e\n\u003cli\u003eRemote alarm panel support\u003c\/li\u003e\n\u003cli\u003eRemote preventive maintenance\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🛟\u003c\/div\u003e\n\u003ch4\u003eMaritime Rescue Services\u003c\/h4\u003e\n\u003cp\u003eEmergency communications for rescue coordination centers and assistance services.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eDistress alert reception\u003c\/li\u003e\n\u003cli\u003eRescue operation coordination\u003c\/li\u003e\n\u003cli\u003eCommunications with vessels in distress\u003c\/li\u003e\n\u003cli\u003eMaritime safety information dissemination\u003c\/li\u003e\n\u003cli\u003eGMDSS printer support\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🏭\u003c\/div\u003e\n\u003ch4\u003eOffshore Industrial Vessels\u003c\/h4\u003e\n\u003cp\u003eSatellite communications for offshore support vessels and oil platforms.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eCommunications in isolated offshore areas\u003c\/li\u003e\n\u003cli\u003eIndustrial operation coordination\u003c\/li\u003e\n\u003cli\u003eOnboard personnel safety\u003c\/li\u003e\n\u003cli\u003eReal-time operational reports\u003c\/li\u003e\n\u003cli\u003eRemote technical assistance\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🎣\u003c\/div\u003e\n\u003ch4\u003eCommercial Fishing Fleet\u003c\/h4\u003e\n\u003cp\u003eSatellite communications for professional fishing vessels in the high seas.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eCrew safety at sea\u003c\/li\u003e\n\u003cli\u003eCommunications with fishing ports\u003c\/li\u003e\n\u003cli\u003eFishing reports and quotas\u003c\/li\u003e\n\u003cli\u003eWeather and sea conditions\u003c\/li\u003e\n\u003cli\u003eCoordination with other vessels\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🚁\u003c\/div\u003e\n\u003ch4\u003eSpecialized Service Vessels\u003c\/h4\u003e\n\u003cp\u003eCommunications for specialized maritime service and assistance vessels.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eTowing and maritime assistance\u003c\/li\u003e\n\u003cli\u003ePort piloting services\u003c\/li\u003e\n\u003cli\u003eOceanographic research vessels\u003c\/li\u003e\n\u003cli\u003eOffshore technical services\u003c\/li\u003e\n\u003cli\u003eMaritime infrastructure maintenance\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section Services Advanced Tracking --\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003cdiv class=\"services-section\"\u003e\n\u003ch2\u003eAdvanced Tracking Services for LT-3100S GMDSS System\u003c\/h2\u003e\n\u003ch3\u003eInstallation, certification, and specialized technical support for maritime satellite communications\u003c\/h3\u003e\n\u003cdiv class=\"services-grid\"\u003e\n\u003cdiv class=\"service-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🛰️\u003c\/div\u003e\n\u003ch4\u003eGMDSS Installation and Certification\u003c\/h4\u003e\n\u003cp\u003eProfessional installation of the LT-3100S system with GMDSS certification and SOLAS compliance for your commercial vessel.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"service-card\"\u003e\n\u003cdiv class=\"icon\"\u003e📋\u003c\/div\u003e\n\u003ch4\u003eGMDSS Crew Training\u003c\/h4\u003e\n\u003cp\u003eSpecialized training for your crew on GMDSS procedures and optimal use of the LT-3100S system in real conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"service-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n\u003ch4\u003eMaritime Preventive Maintenance\u003c\/h4\u003e\n\u003cp\u003eSpecialized after-sales service with preventive checks, firmware updates, and system maintenance for optimal performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"service-card\"\u003e\n\u003cdiv class=\"icon\"\u003e📞\u003c\/div\u003e\n\u003ch4\u003e24\/7 Technical Support\u003c\/h4\u003e\n\u003cp\u003eDedicated technical assistance from our maritime satellite communications experts with emergency support for critical situations at sea.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section CTA Final --\u003e\n\u003cdiv class=\"cta-final-section\"\u003e\n\u003ch2\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eLT-3100S GMDSS System: SOLAS Certified Maritime Satellite Communications\u003c\/span\u003e\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eThe \u003cstrong\u003eLars Thrane LT-3100S GMDSS system\u003c\/strong\u003e revolutionizes distress and maritime safety communications. Benefit from \u003cstrong\u003e100% global Iridium satellite coverage\u003c\/strong\u003e, \u003cstrong\u003efull SOLAS certification\u003c\/strong\u003e, and Advanced Tracking expertise for your commercial and professional vessels.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Section Contact Spécialisé Conditions Extrêmes --\u003e\n\u003cdiv class=\"contact-extreme-section\"\u003e\n\u003cdiv class=\"contact-extreme-content\"\u003e\n\u003ch3\u003eSPECIALIZED EXTREME CONDITIONS CONTACT\u003c\/h3\u003e\n\u003cdiv class=\"contact-extreme-card\"\u003e\n\u003cdiv class=\"phone-icon\"\u003e📞\u003c\/div\u003e\n\u003cdiv class=\"contact-details\"\u003e\n\u003cdiv class=\"phone-number\"\u003e+33 (0) 494 23 15 51\u003c\/div\u003e\n\u003cdiv class=\"hours\"\u003eOpen Monday to Friday: 9h-12h and 14h-18h (9 AM - 12 PM and 2 PM - 6 PM)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Lars Thrane","offers":[{"title":"Default Title","offer_id":48329739567428,"sku":"10","price":5800.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0331\/9087\/1179\/files\/LT-3100S-GMDSS-system-basic.jpg?v=1713377797"},{"product_id":"starlink-internet-maritime","title":"Starlink Maritime: High-Speed Internet at Sea, Anywhere in the World","description":"\u003c!-- Shopify Product Content Section - 100% Responsive --\u003e\n\u003cstyle\u003e\n\/* Styles for the product content section only *\/\n.product-content-section {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 20px;\n}\n\n.product-content-section h2 {\n    font-size: 2.2rem;\n    font-weight: 700;\n    color: #2c3e50;\n    text-align: center;\n    margin-bottom: 30px;\n    line-height: 1.3;\n}\n\n.product-content-section h3 {\n    font-size: 1.5rem;\n    font-weight: 600;\n    color: #34495e;\n    margin-bottom: 20px;\n}\n\n.product-content-section p {\n    color: #5a6c7d;\n    line-height: 1.7;\n    margin-bottom: 20px;\n    font-size: 1.1rem;\n    text-align: justify;\n}\n\n\/* Technical Specifications *\/\n.specs-section-responsive {\n    background: #f8f9fa;\n    padding: 40px 20px;\n    margin: 30px 0;\n    border-radius: 15px;\n    box-shadow: 0 2px 15px rgba(0,0,0,0.08);\n}\n\n.specs-table-responsive {\n    width: 100%;\n    border-collapse: collapse;\n    background: white;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.1);\n    margin-top: 20px;\n}\n\n.specs-table-responsive th,\n.specs-table-responsive td {\n    padding: 18px 20px;\n    text-align: left;\n    border-bottom: 1px solid #e9ecef;\n}\n\n.specs-table-responsive th {\n    background: linear-gradient(135deg, #f1f3f4 0%, #e8eaed 100%);\n    font-weight: 700;\n    color: #2c3e50;\n    font-size: 1.1rem;\n}\n\n.specs-table-responsive tr:last-child td {\n    border-bottom: none;\n}\n\n.specs-table-responsive tr:hover {\n    background: #f8f9fa;\n    transition: background 0.3s ease;\n}\n\n.specs-table-responsive td strong {\n    color: #2c3e50;\n    font-weight: 600;\n}\n\n\/* Usage Applications *\/\n.usage-section-responsive {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    padding: 40px 20px;\n    margin: 30px 0;\n    border-radius: 15px;\n    box-shadow: 0 2px 15px rgba(0,0,0,0.08);\n}\n\n.usage-grid-responsive {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 20px;\n    margin-top: 30px;\n}\n\n.usage-card-responsive {\n    background: white;\n    padding: 25px;\n    border-radius: 12px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n    text-align: center;\n    transition: all 0.3s ease;\n    border: 1px solid rgba(52, 152, 219, 0.1);\n}\n\n.usage-card-responsive:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 8px 25px rgba(0,0,0,0.15);\n    border-color: #3498db;\n}\n\n.usage-icon-responsive {\n    width: 60px;\n    height: 60px;\n    background: linear-gradient(135deg, #06b6d4, #0891b2);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 15px;\n    font-size: 1.5rem;\n    box-shadow: 0 3px 12px rgba(6, 182, 212, 0.3);\n}\n\n.usage-card-responsive h3 {\n    font-size: 1.2rem;\n    font-weight: 700;\n    color: #1e40af;\n    margin-bottom: 10px;\n}\n\n.usage-card-responsive p {\n    color: #6b7280;\n    line-height: 1.5;\n    font-size: 1rem;\n    text-align: center;\n    margin: 0;\n}\n\n\/* Section Advanced Tracking *\/\n.at-service-section-responsive {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    padding: 40px 20px;\n    margin: 30px 0;\n    border-radius: 15px;\n    box-shadow: 0 2px 15px rgba(0,0,0,0.08);\n}\n\n.service-grid-responsive {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 20px;\n    margin: 30px 0;\n}\n\n.service-card-responsive {\n    display: flex;\n    gap: 15px;\n    align-items: flex-start;\n    background: white;\n    padding: 20px;\n    border-radius: 12px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n    transition: all 0.3s ease;\n    border-left: 4px solid #3b82f6;\n}\n\n.service-card-responsive:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n}\n\n.service-icon-responsive {\n    width: 50px;\n    height: 50px;\n    background: linear-gradient(135deg, #3b82f6, #1e40af);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1.2rem;\n    flex-shrink: 0;\n    box-shadow: 0 3px 12px rgba(59, 130, 246, 0.3);\n}\n\n.service-content-responsive h3 {\n    font-size: 1.1rem;\n    font-weight: 700;\n    color: #1e40af;\n    margin: 0 0 8px 0;\n}\n\n.service-content-responsive p {\n    color: #6b7280;\n    line-height: 1.5;\n    margin: 0;\n    font-size: 1rem;\n    text-align: left;\n}\n\n\/* Contact *\/\n.contact-highlight-responsive {\n    display: flex;\n    justify-content: center;\n    margin-top: 30px;\n}\n\n.contact-card-responsive {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    background: white;\n    padding: 15px 25px;\n    border-radius: 10px;\n    box-shadow: 0 3px 12px rgba(0,0,0,0.1);\n    border-left: 4px solid #3b82f6;\n    transition: all 0.3s ease;\n}\n\n.contact-card-responsive:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 5px 18px rgba(0,0,0,0.15);\n}\n\n.contact-info-responsive h4 {\n    font-size: 1rem;\n    font-weight: 700;\n    color: #1e40af;\n    margin: 0 0 3px 0;\n}\n\n.contact-info-responsive .phone {\n    font-size: 1.1rem;\n    font-weight: 600;\n    color: #059669;\n    margin: 0 0 2px 0;\n}\n\n.contact-info-responsive .hours {\n    font-size: 0.85rem;\n    color: #6b7280;\n}\n\n\/* FAQ *\/\n.faq-section-responsive {\n    background: #f8f9fa;\n    padding: 40px 20px;\n    margin: 30px 0;\n    border-radius: 15px;\n    box-shadow: 0 2px 15px rgba(0,0,0,0.08);\n}\n\n.faq-container-responsive {\n    max-width: 700px;\n    margin: 0 auto;\n}\n\n.faq-item-responsive {\n    background: white;\n    margin: 12px 0;\n    border-radius: 10px;\n    box-shadow: 0 2px 8px rgba(0,0,0,0.05);\n    overflow: hidden;\n    border: 1px solid #e5e7eb;\n    transition: all 0.3s ease;\n}\n\n.faq-item-responsive:hover {\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n}\n\n.faq-question-responsive {\n    background: white;\n    padding: 18px 20px;\n    cursor: pointer;\n    font-weight: 600;\n    color: #374151;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    transition: all 0.3s ease;\n    border: none;\n    width: 100%;\n    text-align: left;\n    font-size: 1rem;\n}\n\n.faq-question-responsive:hover {\n    background: #f8f9fa;\n}\n\n.faq-question-responsive.active {\n    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);\n    color: #1976d2;\n}\n\n.faq-toggle-responsive {\n    width: 25px;\n    height: 25px;\n    background: #e5e7eb;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1rem;\n    font-weight: 700;\n    color: #6b7280;\n    transition: all 0.3s ease;\n    flex-shrink: 0;\n}\n\n.faq-question-responsive.active .faq-toggle-responsive {\n    background: #3b82f6;\n    color: white;\n    transform: rotate(45deg);\n}\n\n.faq-answer-responsive {\n    padding: 0 20px;\n    color: #6b7280;\n    line-height: 1.6;\n    max-height: 0;\n    overflow: hidden;\n    transition: all 0.3s ease;\n}\n\n.faq-answer-responsive.active {\n    padding: 15px 20px;\n    max-height: 200px;\n}\n\n.faq-answer-responsive p {\n    margin: 0;\n    font-size: 1rem;\n    text-align: left;\n}\n\n\/* Final CTA *\/\n.final-cta-responsive {\n    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);\n    color: white;\n    padding: 50px 30px;\n    text-align: center;\n    border-radius: 20px;\n    margin: 40px 0;\n    box-shadow: 0 5px 25px rgba(0,0,0,0.15);\n}\n\n.final-cta-responsive h2 {\n    font-size: 2.5rem;\n    font-weight: 700;\n    margin-bottom: 20px;\n    text-shadow: 0 2px 4px rgba(0,0,0,0.3);\n    color: white;\n}\n\n.final-cta-responsive p {\n    font-size: 1.2rem;\n    margin-bottom: 30px;\n    opacity: 0.95;\n    line-height: 1.5;\n    color: white;\n    text-align: center;\n}\n\n\/* Responsive image *\/\n.product-image-responsive {\n    display: block;\n    margin: 30px auto;\n    max-width: 100%;\n    height: auto;\n    border-radius: 15px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.1);\n}\n\n\/* RESPONSIVE DESIGN *\/\n\n\/* Tablets (768px and under) *\/\n@media (max-width: 768px) {\n    .product-content-section {\n        padding: 0 15px;\n    }\n\n    .product-content-section h2 {\n        font-size: 1.8rem;\n        margin-bottom: 25px;\n    }\n\n    .product-content-section h3 {\n        font-size: 1.3rem;\n    }\n\n    .product-content-section p {\n        font-size: 1rem;\n    }\n\n    .specs-section-responsive,\n    .usage-section-responsive,\n    .at-service-section-responsive,\n    .faq-section-responsive {\n        padding: 30px 15px;\n        margin: 25px 0;\n    }\n\n    \/* Responsive table *\/\n    .specs-table-responsive {\n        font-size: 0.9rem;\n    }\n\n    .specs-table-responsive th,\n    .specs-table-responsive td {\n        padding: 12px 15px;\n    }\n\n    \/* Responsive grids *\/\n    .usage-grid-responsive,\n    .service-grid-responsive {\n        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n        gap: 15px;\n    }\n\n    .usage-card-responsive,\n    .service-card-responsive {\n        padding: 20px 15px;\n    }\n\n    .usage-icon-responsive {\n        width: 50px;\n        height: 50px;\n        font-size: 1.3rem;\n    }\n\n    .service-icon-responsive {\n        width: 45px;\n        height: 45px;\n        font-size: 1.1rem;\n    }\n\n    \/* Service cards in columns on tablet *\/\n    .service-card-responsive {\n        flex-direction: column;\n        text-align: center;\n        gap: 12px;\n    }\n\n    \/* Responsive contact *\/\n    .contact-card-responsive {\n        flex-direction: column;\n        text-align: center;\n        gap: 10px;\n        padding: 15px 20px;\n    }\n\n    \/* Responsive FAQ *\/\n    .faq-question-responsive {\n        padding: 15px 18px;\n        font-size: 0.95rem;\n    }\n\n    .faq-answer-responsive {\n        padding: 0 18px;\n    }\n\n    .faq-answer-responsive.active {\n        padding: 12px 18px;\n    }\n\n    .faq-toggle-responsive {\n        width: 22px;\n        height: 22px;\n        font-size: 0.9rem;\n    }\n\n    \/* Responsive CTA *\/\n    .final-cta-responsive h2 {\n        font-size: 2rem;\n    }\n\n    .final-cta-responsive p {\n        font-size: 1.1rem;\n    }\n\n    .final-cta-responsive {\n        padding: 40px 25px;\n    }\n}\n\n\/* Mobile (480px and under) *\/\n@media (max-width: 480px) {\n    .product-content-section {\n        padding: 0 10px;\n    }\n\n    .product-content-section h2 {\n        font-size: 1.5rem;\n        margin-bottom: 20px;\n    }\n\n    .product-content-section h3 {\n        font-size: 1.2rem;\n    }\n\n    .product-content-section p {\n        font-size: 0.95rem;\n    }\n\n    .specs-section-responsive,\n    .usage-section-responsive,\n    .at-service-section-responsive,\n    .faq-section-responsive {\n        padding: 25px 10px;\n        margin: 20px 0;\n        border-radius: 12px;\n    }\n\n    \/* Very responsive table *\/\n    .specs-table-responsive {\n        font-size: 0.85rem;\n    }\n\n    .specs-table-responsive th,\n    .specs-table-responsive td {\n        padding: 10px 12px;\n    }\n\n    \/* Single column grids *\/\n    .usage-grid-responsive,\n    .service-grid-responsive {\n        grid-template-columns: 1fr;\n        gap: 12px;\n    }\n\n    .usage-card-responsive {\n        padding: 18px 12px;\n    }\n\n    .usage-icon-responsive {\n        width: 45px;\n        height: 45px;\n        font-size: 1.2rem;\n        margin-bottom: 12px;\n    }\n\n    .usage-card-responsive h3 {\n        font-size: 1.1rem;\n    }\n\n    .usage-card-responsive p {\n        font-size: 0.9rem;\n    }\n\n    .service-card-responsive {\n        padding: 15px 12px;\n    }\n\n    .service-content-responsive h3 {\n        font-size: 1rem;\n    }\n\n    .service-content-responsive p {\n        font-size: 0.9rem;\n    }\n\n    \/* Mobile contact *\/\n    .contact-card-responsive {\n        padding: 12px 15px;\n        margin: 0 5px;\n    }\n\n    .contact-info-responsive h4 {\n        font-size: 0.95rem;\n    }\n\n    .contact-info-responsive .phone {\n        font-size: 1rem;\n    }\n\n    .contact-info-responsive .hours {\n        font-size: 0.8rem;\n    }\n\n    \/* Mobile FAQ *\/\n    .faq-question-responsive {\n        padding: 12px 15px;\n        font-size: 0.9rem;\n    }\n\n    .faq-answer-responsive {\n        padding: 0 15px;\n    }\n\n    .faq-answer-responsive.active {\n        padding: 10px 15px;\n    }\n\n    .faq-toggle-responsive {\n        width: 20px;\n        height: 20px;\n        font-size: 0.85rem;\n    }\n\n    \/* Mobile CTA *\/\n    .final-cta-responsive {\n        padding: 30px 15px;\n    }\n\n    .final-cta-responsive h2 {\n        font-size: 1.7rem;\n        margin-bottom: 15px;\n    }\n\n    .final-cta-responsive p {\n        font-size: 1rem;\n        margin-bottom: 20px;\n    }\n}\n\n\/* Very small screens (320px and under) *\/\n@media (max-width: 320px) {\n    .product-content-section {\n        padding: 0 8px;\n    }\n\n    .product-content-section h2 {\n        font-size: 1.3rem;\n    }\n\n    .specs-table-responsive th,\n    .specs-table-responsive td {\n        padding: 8px 10px;\n        font-size: 0.8rem;\n    }\n\n    .usage-card-responsive,\n    .service-card-responsive {\n        padding: 12px 8px;\n    }\n\n    .faq-question-responsive {\n        padding: 10px 12px;\n        font-size: 0.85rem;\n    }\n\n    .final-cta-responsive {\n        padding: 25px 10px;\n    }\n\n    .final-cta-responsive h2 {\n        font-size: 1.5rem;\n    }\n}\n\u003c\/style\u003e\n\u003c!-- Product Content Start --\u003e\n\u003cdiv class=\"product-content-section\"\u003e\u003c!-- Main Description --\u003e\n\u003ch2\u003e\u003cstrong\u003eNavigate Connected: Revolutionary Satellite Internet\u003c\/strong\u003e\u003c\/h2\u003e\n\u003ch3\u003e\u003cstrong\u003eStarlink: High-Speed Satellite Internet for Maritime Areas\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003eStay connected on the high seas with Starlink Maritime, the satellite internet solution that transforms your navigation experience. Whether you're on a luxury yacht, a commercial vessel, or a fishing boat, enjoy a stable and fast high-speed connection, even in the most remote areas of the globe.\u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003eWhy Choose Starlink Maritime?\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cspan style=\"color: #3498db;\"\u003e✓\u003c\/span\u003e \u003cstrong\u003eExceptional Connection Speed:\u003c\/strong\u003e Achieve download speeds of up to 220 Mbps. Ideal for 4K streaming, video calls, large file transfers, and much more.\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"color: #3498db;\"\u003e✓\u003c\/span\u003e \u003cstrong\u003eUnrivaled Global Coverage:\u003c\/strong\u003e From coastal waters to transoceanic crossings, benefit from seamless internet coverage. Starlink accompanies you everywhere.\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"color: #3498db;\"\u003e✓\u003c\/span\u003e \u003cstrong\u003eLow Latency for Maximum Responsiveness:\u003c\/strong\u003e Crucial for real-time applications such as remote monitoring, predictive maintenance, and critical communications.\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"color: #3498db;\"\u003e✓\u003c\/span\u003e \u003cstrong\u003eDesigned for the Marine Environment:\u003c\/strong\u003e The high-performance antenna is built to withstand the most extreme marine conditions: high winds, heavy rain, and extreme temperatures.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specifications --\u003e\n\u003cdiv class=\"specs-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eTechnical Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table-responsive\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eAntenna\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eElectronic Phased Array\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eDimensions\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e57.5 cm x 51.1 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eField of View\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e120 degrees\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eOrientation\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eMotorized Self-Orienting\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e5.9 kg (without cable) \/ 6.7 kg (with 8m cable)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eProtection Rating\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eIP56 (protected against powerful water jets)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eOperating Temperature\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e-40°C to 60°C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWind Resistance\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eWithstands winds over 270 km\/h\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eSnow Melt Capability\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eUp to 75 mm per hour\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Usage Applications --\u003e\n\u003cdiv class=\"usage-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eApplications for All Maritime Uses\u003c\/h2\u003e\n\u003cdiv class=\"usage-grid-responsive\"\u003e\n\u003cdiv class=\"usage-card-responsive\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e🛥️\u003c\/div\u003e\n\u003ch3\u003eYachts \u0026amp; Leisure Boating\u003c\/h3\u003e\n\u003cp\u003eProvide your passengers and crew with an uncompromising connected experience. Stay in touch with loved ones, watch your favorite movies, and manage your business remotely as if you were ashore.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card-responsive\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e🚢\u003c\/div\u003e\n\u003ch3\u003eCommercial \u0026amp; Fishing Vessels\u003c\/h3\u003e\n\u003cp\u003eOptimize your operations with reliable communication. Monitor real-time weather, manage your logistics, ensure crew safety, and improve the efficiency of your missions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card-responsive\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e🔬\u003c\/div\u003e\n\u003ch3\u003eResearch \u0026amp; Exploration\u003c\/h3\u003e\n\u003cp\u003eTransfer large amounts of scientific data quickly and reliably, wherever your research takes you.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Advanced Tracking Section --\u003e\n\u003cdiv class=\"at-service-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eA Flexible Solution Managed by Advanced Tracking\u003c\/h2\u003e\n\u003cp style=\"text-align: center; font-size: 1.1rem; color: #6b7280; margin-bottom: 30px; line-height: 1.6;\"\u003eWe simplify your transition to Starlink Maritime. By choosing Advanced Tracking, you benefit from a turnkey service:\u003c\/p\u003e\n\u003cdiv class=\"service-grid-responsive\"\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e🔧\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003eSimplified Activation and Management\u003c\/h3\u003e\n\u003cp\u003eWe handle the activation of your antenna and the management of your subscription.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e💳\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003eClear and Flexible Billing\u003c\/h3\u003e\n\u003cp\u003eEnjoy monthly billing and the ability to pause and resume your service at any time.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e🎧\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003eExpert Technical Support\u003c\/h3\u003e\n\u003cp\u003eOur team is available to assist you and answer all your questions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Contact Info --\u003e\n\u003cdiv class=\"contact-highlight-responsive\"\u003e\n\u003cdiv class=\"contact-card-responsive\"\u003e\u003cspan style=\"font-size: 1.2rem;\"\u003e📞\u003c\/span\u003e\n\u003cdiv class=\"contact-info-responsive\"\u003e\n\u003ch4\u003eDirect Contact\u003c\/h4\u003e\n\u003cdiv class=\"phone\"\u003e+33 (0) 494 23 15 51\u003c\/div\u003e\n\u003cdiv class=\"hours\"\u003eOpen Monday to Friday: 9 AM-12 PM and 2 PM-6 PM\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!-- Final CTA --\u003e\n\u003cdiv class=\"final-cta-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eStep Up to the Next Level\u003c\/h2\u003e\n\u003cp\u003eEquip your boat with Starlink Maritime today and discover a new era of connectivity at sea.\u003c\/p\u003e\nNote: Activation\/Management\/Billing with Advanced-Tracking only (not Starlink) on a calendar month basis. Antenna release subject to Starlink conditions (3 months of active service with Advanced-Tracking + fees)\u003c\/div\u003e\n\u003cdiv class=\"product-content-section\"\u003eEach Starlink subscription consists of a priority data pool. Once your priority data pool has been used up, the service remains unlimited at a reduced speed of 1 MB per second. If you purchase an additional priority data package, the data already used at reduced speed will be deducted from the added package.\u003c\/div\u003e\n\u003cdiv class=\"product-content-section\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"product-content-section\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Advanced Tracking","offers":[{"title":"Default Title","offer_id":49192735310148,"sku":"","price":1426.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0331\/9087\/1179\/files\/water2.jpg?v=1725549644"},{"product_id":"oceansconnect-starlink-smartconnect-solution-maritime","title":"OceansConnect: SmartConnect Gateway + Starlink Flat High Performance Maritime","description":"\u003cstyle\u003e\n\/* Styles for the product content section only *\/\n.product-content-section {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 20px;\n}\n\n.product-content-section h2 {\n    font-size: 2.2rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    text-align: center;\n    margin-bottom: 30px;\n    line-height: 1.3;\n}\n\n.product-content-section h3 {\n    font-size: 1.5rem;\n    font-weight: 600;\n    color: #1fb6ff;\n    margin-bottom: 20px;\n}\n\n.product-content-section p {\n    color: #666666;\n    line-height: 1.7;\n    margin-bottom: 20px;\n    font-size: 1.1rem;\n    text-align: justify;\n}\n\n\/* OceansConnect Hero Section *\/\n.hero-section-responsive {\n    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #334155 100%);\n    color: white;\n    padding: 60px 20px;\n    margin: 30px 0;\n    border-radius: 20px;\n    box-shadow: 0 8px 40px rgba(0,0,0,0.2);\n    position: relative;\n    overflow: hidden;\n}\n\n.hero-section-responsive::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #1fb6ff 0%, #0ea5e9 50%, #1fb6ff 100%);\n}\n\n.hero-content {\n    text-align: center;\n    position: relative;\n    z-index: 2;\n}\n\n.hero-content h2 {\n    font-size: 2.8rem;\n    font-weight: 700;\n    color: white;\n    margin-bottom: 25px;\n    text-shadow: 0 2px 4px rgba(0,0,0,0.3);\n}\n\n.hero-content .subtitle {\n    font-size: 1.4rem;\n    color: #cbd5e1;\n    margin-bottom: 30px;\n    font-weight: 300;\n    line-height: 1.5;\n}\n\n.hero-features {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n    gap: 25px;\n    margin-top: 40px;\n}\n\n.hero-feature {\n    background: rgba(255,255,255,0.1);\n    padding: 25px 20px;\n    border-radius: 15px;\n    text-align: center;\n    backdrop-filter: blur(10px);\n    border: 1px solid rgba(255,255,255,0.2);\n    transition: all 0.3s ease;\n}\n\n.hero-feature:hover {\n    transform: translateY(-5px);\n    background: rgba(255,255,255,0.15);\n    box-shadow: 0 8px 25px rgba(31, 182, 255, 0.3);\n}\n\n.hero-feature-icon {\n    width: 60px;\n    height: 60px;\n    background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 15px;\n    font-size: 1.5rem;\n    box-shadow: 0 4px 15px rgba(31, 182, 255, 0.4);\n}\n\n.hero-feature h3 {\n    font-size: 1.2rem;\n    font-weight: 600;\n    color: white;\n    margin-bottom: 10px;\n}\n\n.hero-feature p {\n    color: #cbd5e1;\n    font-size: 0.95rem;\n    line-height: 1.4;\n    margin: 0;\n    text-align: center;\n}\n\n\/* Components section *\/\n.components-section-responsive {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    padding: 50px 20px;\n    margin: 40px 0;\n    border-radius: 20px;\n    box-shadow: 0 4px 25px rgba(31, 182, 255, 0.15);\n    position: relative;\n    overflow: hidden;\n}\n\n.components-section-responsive::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #1fb6ff 0%, #0ea5e9 50%, #1fb6ff 100%);\n}\n\n.components-intro {\n    text-align: center;\n    margin-bottom: 40px;\n}\n\n.components-intro h2 {\n    font-size: 2.2rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin-bottom: 20px;\n    position: relative;\n}\n\n.components-intro h2::after {\n    content: '';\n    position: absolute;\n    bottom: -10px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 80px;\n    height: 3px;\n    background: linear-gradient(90deg, #1fb6ff, #0ea5e9);\n    border-radius: 2px;\n}\n\n.components-intro p {\n    font-size: 1.2rem;\n    color: #666666;\n    max-width: 800px;\n    margin: 0 auto;\n    line-height: 1.6;\n}\n\n.components-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n    gap: 30px;\n    margin-top: 40px;\n}\n\n.component-card {\n    background: white;\n    padding: 35px 30px;\n    border-radius: 15px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n    text-align: center;\n    transition: all 0.4s ease;\n    border: 2px solid transparent;\n    position: relative;\n    overflow: hidden;\n}\n\n.component-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #1fb6ff, #0ea5e9);\n    transform: scaleX(0);\n    transition: transform 0.4s ease;\n}\n\n.component-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 8px 30px rgba(31, 182, 255, 0.2);\n    border-color: rgba(31, 182, 255, 0.3);\n}\n\n.component-card:hover::before {\n    transform: scaleX(1);\n}\n\n.component-icon {\n    width: 80px;\n    height: 80px;\n    background: linear-gradient(135deg, #1fb6ff 0%, #0ea5e9 100%);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 25px;\n    font-size: 2rem;\n    color: white;\n    box-shadow: 0 4px 20px rgba(31, 182, 255, 0.3);\n    transition: all 0.3s ease;\n}\n\n.component-card:hover .component-icon {\n    transform: scale(1.1);\n    box-shadow: 0 6px 25px rgba(31, 182, 255, 0.4);\n}\n\n.component-card h3 {\n    font-size: 1.4rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin-bottom: 15px;\n    line-height: 1.3;\n}\n\n.component-card p {\n    color: #666666;\n    line-height: 1.6;\n    font-size: 1rem;\n    text-align: center;\n    margin: 0;\n}\n\n.component-specs {\n    background: #f8fafc;\n    padding: 20px;\n    border-radius: 10px;\n    margin-top: 20px;\n    border-left: 4px solid #1fb6ff;\n}\n\n.component-specs h4 {\n    font-size: 1.1rem;\n    font-weight: 600;\n    color: #1fb6ff;\n    margin-bottom: 10px;\n}\n\n.component-specs ul {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n}\n\n.component-specs li {\n    color: #666666;\n    font-size: 0.9rem;\n    line-height: 1.4;\n    margin-bottom: 5px;\n    padding-left: 15px;\n    position: relative;\n}\n\n.component-specs li::before {\n    content: '✓';\n    position: absolute;\n    left: 0;\n    color: #10b981;\n    font-weight: bold;\n}\n\n\/* Ethernet Connection Section *\/\n.ethernet-connection-section {\n    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);\n    padding: 50px 20px;\n    margin: 40px 0;\n    border-radius: 20px;\n    box-shadow: 0 4px 25px rgba(245, 158, 11, 0.15);\n    position: relative;\n    overflow: hidden;\n}\n\n.ethernet-connection-section::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #f59e0b 0%, #d97706 50%, #f59e0b 100%);\n}\n\n.ethernet-content {\n    text-align: center;\n    max-width: 800px;\n    margin: 0 auto;\n}\n\n.ethernet-content h2 {\n    font-size: 2.2rem;\n    font-weight: 700;\n    color: #92400e;\n    margin-bottom: 25px;\n    position: relative;\n}\n\n.ethernet-content h2::after {\n    content: '';\n    position: absolute;\n    bottom: -10px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 80px;\n    height: 3px;\n    background: linear-gradient(90deg, #f59e0b, #d97706);\n    border-radius: 2px;\n}\n\n.ethernet-content p {\n    font-size: 1.2rem;\n    color: #92400e;\n    line-height: 1.6;\n    margin-bottom: 30px;\n    text-align: center;\n}\n\n.ethernet-diagram {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 30px;\n    margin: 40px 0;\n    flex-wrap: wrap;\n}\n\n.ethernet-device {\n    background: white;\n    padding: 25px 20px;\n    border-radius: 15px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n    text-align: center;\n    min-width: 180px;\n    transition: all 0.3s ease;\n}\n\n.ethernet-device:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.2);\n}\n\n.ethernet-device-icon {\n    width: 60px;\n    height: 60px;\n    background: linear-gradient(135deg, #f59e0b, #d97706);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 15px;\n    font-size: 1.5rem;\n    color: white;\n    box-shadow: 0 3px 12px rgba(245, 158, 11, 0.3);\n}\n\n.ethernet-device h4 {\n    font-size: 1.1rem;\n    font-weight: 600;\n    color: #92400e;\n    margin-bottom: 8px;\n}\n\n.ethernet-device p {\n    font-size: 0.9rem;\n    color: #666666;\n    margin: 0;\n    line-height: 1.4;\n    text-align: center;\n}\n\n.ethernet-arrow {\n    font-size: 2rem;\n    color: #f59e0b;\n    font-weight: bold;\n}\n\n\/* Advantages section *\/\n.advantages-section-responsive {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    padding: 50px 20px;\n    margin: 40px 0;\n    border-radius: 20px;\n    box-shadow: 0 4px 25px rgba(31, 182, 255, 0.15);\n    position: relative;\n    overflow: hidden;\n}\n\n.advantages-section-responsive::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 4px;\n    background: linear-gradient(90deg, #1fb6ff 0%, #0ea5e9 50%, #1fb6ff 100%);\n}\n\n.advantages-intro {\n    text-align: center;\n    margin-bottom: 40px;\n}\n\n.advantages-intro h2 {\n    font-size: 2.2rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin-bottom: 20px;\n    position: relative;\n}\n\n.advantages-intro h2::after {\n    content: '';\n    position: absolute;\n    bottom: -10px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 80px;\n    height: 3px;\n    background: linear-gradient(90deg, #1fb6ff, #0ea5e9);\n    border-radius: 2px;\n}\n\n.advantages-intro p {\n    font-size: 1.2rem;\n    color: #666666;\n    max-width: 800px;\n    margin: 0 auto;\n    line-height: 1.6;\n}\n\n.advantages-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 25px;\n    margin-top: 40px;\n}\n\n.advantage-card {\n    background: white;\n    padding: 30px 25px;\n    border-radius: 15px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n    text-align: center;\n    transition: all 0.4s ease;\n    border: 2px solid transparent;\n    position: relative;\n    overflow: hidden;\n}\n\n.advantage-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #1fb6ff, #0ea5e9);\n    transform: scaleX(0);\n    transition: transform 0.4s ease;\n}\n\n.advantage-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 8px 30px rgba(31, 182, 255, 0.2);\n    border-color: rgba(31, 182, 255, 0.3);\n}\n\n.advantage-card:hover::before {\n    transform: scaleX(1);\n}\n\n.advantage-icon {\n    width: 70px;\n    height: 70px;\n    background: linear-gradient(135deg, #1fb6ff 0%, #0ea5e9 100%);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 20px;\n    font-size: 1.8rem;\n    color: white;\n    box-shadow: 0 4px 20px rgba(31, 182, 255, 0.3);\n    transition: all 0.3s ease;\n}\n\n.advantage-card:hover .advantage-icon {\n    transform: scale(1.1);\n    box-shadow: 0 6px 25px rgba(31, 182, 255, 0.4);\n}\n\n.advantage-card h3 {\n    font-size: 1.3rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin-bottom: 15px;\n    line-height: 1.3;\n}\n\n.advantage-card p {\n    color: #666666;\n    line-height: 1.6;\n    font-size: 1rem;\n    text-align: center;\n    margin: 0;\n}\n\n\/* Pack contents section *\/\n.pack-contents-section {\n    background: #f8f9fa;\n    padding: 50px 20px;\n    margin: 40px 0;\n    border-radius: 20px;\n    box-shadow: 0 2px 15px rgba(0,0,0,0.08);\n}\n\n.pack-contents-intro {\n    text-align: center;\n    margin-bottom: 40px;\n}\n\n.pack-contents-intro h2 {\n    font-size: 2.2rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin-bottom: 20px;\n    position: relative;\n}\n\n.pack-contents-intro h2::after {\n    content: '';\n    position: absolute;\n    bottom: -10px;\n    left: 50%;\n    transform: translateX(-50%);\n    width: 80px;\n    height: 3px;\n    background: linear-gradient(90deg, #1fb6ff, #0ea5e9);\n    border-radius: 2px;\n}\n\n.pack-contents-intro p {\n    font-size: 1.2rem;\n    color: #666666;\n    max-width: 800px;\n    margin: 0 auto;\n    line-height: 1.6;\n}\n\n.pack-items-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 25px;\n    margin-top: 40px;\n}\n\n.pack-item {\n    background: white;\n    padding: 25px;\n    border-radius: 12px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n    transition: all 0.3s ease;\n    border-left: 4px solid #1fb6ff;\n}\n\n.pack-item:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n}\n\n.pack-item-header {\n    display: flex;\n    align-items: center;\n    gap: 15px;\n    margin-bottom: 15px;\n}\n\n.pack-item-icon {\n    width: 50px;\n    height: 50px;\n    background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1.2rem;\n    color: white;\n    flex-shrink: 0;\n    box-shadow: 0 3px 12px rgba(31, 182, 255, 0.3);\n}\n\n.pack-item-header h3 {\n    font-size: 1.2rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin: 0;\n    flex: 1;\n}\n\n.pack-item p {\n    color: #666666;\n    line-height: 1.5;\n    margin: 0;\n    font-size: 1rem;\n    text-align: left;\n}\n\n\/* Section Advanced Tracking *\/\n.at-service-section-responsive {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    padding: 40px 20px;\n    margin: 30px 0;\n    border-radius: 15px;\n    box-shadow: 0 2px 15px rgba(0,0,0,0.08);\n}\n\n.service-grid-responsive {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 20px;\n    margin: 30px 0;\n}\n\n.service-card-responsive {\n    display: flex;\n    gap: 15px;\n    align-items: flex-start;\n    background: white;\n    padding: 20px;\n    border-radius: 12px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n    transition: all 0.3s ease;\n    border-left: 4px solid #1fb6ff;\n}\n\n.service-card-responsive:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n}\n\n.service-icon-responsive {\n    width: 50px;\n    height: 50px;\n    background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1.2rem;\n    flex-shrink: 0;\n    box-shadow: 0 3px 12px rgba(31, 182, 255, 0.3);\n}\n\n.service-content-responsive h3 {\n    font-size: 1.1rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin: 0 0 8px 0;\n}\n\n.service-content-responsive p {\n    color: #666666;\n    line-height: 1.5;\n    margin: 0;\n    font-size: 1rem;\n    text-align: left;\n}\n\n\/* Contact *\/\n.contact-highlight-responsive {\n    display: flex;\n    justify-content: center;\n    margin-top: 30px;\n}\n\n.contact-card-responsive {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    background: white;\n    padding: 15px 25px;\n    border-radius: 10px;\n    box-shadow: 0 3px 12px rgba(0,0,0,0.1);\n    border-left: 4px solid #1fb6ff;\n    transition: all 0.3s ease;\n}\n\n.contact-card-responsive:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 5px 18px rgba(0,0,0,0.15);\n}\n\n.contact-info-responsive h4 {\n    font-size: 1rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin: 0 0 3px 0;\n}\n\n.contact-info-responsive .phone {\n    font-size: 1.1rem;\n    font-weight: 600;\n    color: #059669;\n    margin: 0 0 2px 0;\n}\n\n.contact-info-responsive .hours {\n    font-size: 0.85rem;\n    color: #666666;\n}\n\n\/* Final CTA *\/\n.final-cta-responsive {\n    background: linear-gradient(135deg, #0ea5e9 0%, #1fb6ff 100%);\n    color: white;\n    padding: 50px 30px;\n    text-align: center;\n    border-radius: 20px;\n    margin: 40px 0;\n    box-shadow: 0 5px 25px rgba(0,0,0,0.15);\n}\n\n.final-cta-responsive h2 {\n    font-size: 2.5rem;\n    font-weight: 700;\n    margin-bottom: 20px;\n    text-shadow: 0 2px 4px rgba(0,0,0,0.3);\n    color: white;\n}\n\n.final-cta-responsive p {\n    font-size: 1.2rem;\n    margin-bottom: 30px;\n    opacity: 0.95;\n    line-height: 1.5;\n    color: white;\n    text-align: center;\n}\n\n\/* Responsive Image *\/\n.product-image-responsive {\n    display: block;\n    margin: 30px auto;\n    max-width: 100%;\n    height: auto;\n    border-radius: 15px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.1);\n}\n\n\/* COMPLETE RESPONSIVE DESIGN *\/\n\n\/* Tablets (768px and under) *\/\n@media (max-width: 768px) {\n    .product-content-section {\n        padding: 0 15px;\n    }\n\n    .product-content-section h2 {\n        font-size: 1.8rem;\n        margin-bottom: 25px;\n        line-height: 1.2;\n    }\n\n    .product-content-section h3 {\n        font-size: 1.3rem;\n        line-height: 1.3;\n    }\n\n    .product-content-section p {\n        font-size: 1rem;\n        line-height: 1.6;\n    }\n\n    \/* Hero responsive *\/\n    .hero-section-responsive {\n        padding: 40px 15px;\n        margin: 25px 0;\n    }\n\n    .hero-content h2 {\n        font-size: 2.2rem;\n        line-height: 1.2;\n        margin-bottom: 20px;\n    }\n\n    .hero-content .subtitle {\n        font-size: 1.2rem;\n        line-height: 1.4;\n        margin-bottom: 25px;\n    }\n\n    .hero-features {\n        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n        gap: 20px;\n        margin-top: 30px;\n    }\n\n    .hero-feature {\n        padding: 20px 15px;\n    }\n\n    .hero-feature-icon {\n        width: 50px;\n        height: 50px;\n        font-size: 1.3rem;\n        margin-bottom: 12px;\n    }\n\n    .hero-feature h3 {\n        font-size: 1.1rem;\n        margin-bottom: 8px;\n    }\n\n    .hero-feature p {\n        font-size: 0.9rem;\n        line-height: 1.3;\n    }\n\n    \/* Responsive sections *\/\n    .components-section-responsive,\n    .ethernet-connection-section,\n    .advantages-section-responsive,\n    .pack-contents-section,\n    .at-service-section-responsive {\n        padding: 35px 15px;\n        margin: 25px 0;\n        border-radius: 15px;\n    }\n\n    \/* Section intros *\/\n    .components-intro h2,\n    .advantages-intro h2,\n    .pack-contents-intro h2 {\n        font-size: 1.8rem;\n        margin-bottom: 15px;\n    }\n\n    .components-intro p,\n    .advantages-intro p,\n    .pack-contents-intro p {\n        font-size: 1.1rem;\n        line-height: 1.5;\n    }\n\n    \/* Responsive grids *\/\n    .components-grid {\n        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n        gap: 25px;\n        margin-top: 30px;\n    }\n\n    .advantages-grid {\n        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n        gap: 20px;\n        margin-top: 30px;\n    }\n\n    .pack-items-grid {\n        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n        gap: 20px;\n        margin-top: 30px;\n    }\n\n    .service-grid-responsive {\n        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n        gap: 18px;\n        margin: 25px 0;\n    }\n\n    \/* Responsive components *\/\n    .component-card {\n        padding: 30px 20px;\n    }\n\n    .component-icon {\n        width: 70px;\n        height: 70px;\n        font-size: 1.8rem;\n        margin-bottom: 20px;\n    }\n\n    .component-card h3 {\n        font-size: 1.3rem;\n        margin-bottom: 12px;\n    }\n\n    .component-card p {\n        font-size: 0.95rem;\n        line-height: 1.5;\n    }\n\n    .component-specs {\n        padding: 18px;\n        margin-top: 18px;\n    }\n\n    .component-specs h4 {\n        font-size: 1rem;\n        margin-bottom: 8px;\n    }\n\n    .component-specs li {\n        font-size: 0.85rem;\n        line-height: 1.3;\n        margin-bottom: 4px;\n    }\n\n    \/* Responsive advantages *\/\n    .advantage-card {\n        padding: 25px 20px;\n    }\n\n    .advantage-icon {\n        width: 60px;\n        height: 60px;\n        font-size: 1.6rem;\n        margin-bottom: 15px;\n    }\n\n    .advantage-card h3 {\n        font-size: 1.2rem;\n        margin-bottom: 12px;\n    }\n\n    .advantage-card p {\n        font-size: 0.95rem;\n        line-height: 1.5;\n    }\n\n    \/* Responsive Ethernet section *\/\n    .ethernet-content h2 {\n        font-size: 1.8rem;\n        margin-bottom: 20px;\n    }\n\n    .ethernet-content p {\n        font-size: 1.1rem;\n        line-height: 1.5;\n        margin-bottom: 25px;\n    }\n\n    .ethernet-diagram {\n        flex-direction: column;\n        gap: 15px;\n        margin: 30px 0;\n    }\n\n    .ethernet-arrow {\n        transform: rotate(90deg);\n        font-size: 1.5rem;\n    }\n\n    .ethernet-device {\n        min-width: 220px;\n        padding: 20px 15px;\n    }\n\n    .ethernet-device-icon {\n        width: 50px;\n        height: 50px;\n        font-size: 1.3rem;\n        margin-bottom: 12px;\n    }\n\n    .ethernet-device h4 {\n        font-size: 1.1rem;\n        margin-bottom: 6px;\n    }\n\n    .ethernet-device p {\n        font-size: 0.9rem;\n        line-height: 1.3;\n    }\n\n    \/* Responsive pack items *\/\n    .pack-item {\n        padding: 20px 18px;\n    }\n\n    .pack-item-header {\n        gap: 12px;\n        margin-bottom: 12px;\n    }\n\n    .pack-item-icon {\n        width: 45px;\n        height: 45px;\n        font-size: 1.1rem;\n    }\n\n    .pack-item-header h3 {\n        font-size: 1.1rem;\n        line-height: 1.3;\n    }\n\n    .pack-item p {\n        font-size: 0.95rem;\n        line-height: 1.4;\n    }\n\n    \/* Responsive service cards *\/\n    .service-card-responsive {\n        flex-direction: column;\n        text-align: center;\n        gap: 12px;\n        padding: 18px 15px;\n    }\n\n    .service-icon-responsive {\n        width: 45px;\n        height: 45px;\n        font-size: 1.1rem;\n        margin: 0 auto;\n    }\n\n    .service-content-responsive h3 {\n        font-size: 1rem;\n        margin-bottom: 6px;\n    }\n\n    .service-content-responsive p {\n        font-size: 0.9rem;\n        line-height: 1.4;\n        text-align: center;\n    }\n\n    \/* Responsive contact *\/\n    .contact-card-responsive {\n        flex-direction: column;\n        text-align: center;\n        gap: 10px;\n        padding: 15px 20px;\n    }\n\n    .contact-info-responsive h4 {\n        font-size: 0.95rem;\n    }\n\n    .contact-info-responsive .phone {\n        font-size: 1rem;\n    }\n\n    .contact-info-responsive .hours {\n        font-size: 0.8rem;\n    }\n\n    \/* Responsive CTA *\/\n    .final-cta-responsive {\n        padding: 40px 25px;\n        margin: 30px 0;\n    }\n\n    .final-cta-responsive h2 {\n        font-size: 2rem;\n        line-height: 1.2;\n        margin-bottom: 18px;\n    }\n\n    .final-cta-responsive p {\n        font-size: 1.1rem;\n        line-height: 1.4;\n        margin-bottom: 25px;\n    }\n}\n\n\/* Mobile (480px and under) *\/\n@media (max-width: 480px) {\n    .product-content-section {\n        padding: 0 12px;\n    }\n\n    .product-content-section h2 {\n        font-size: 1.5rem;\n        margin-bottom: 20px;\n        line-height: 1.2;\n        text-align: center;\n    }\n\n    .product-content-section h3 {\n        font-size: 1.2rem;\n        line-height: 1.3;\n        text-align: center;\n    }\n\n    .product-content-section p {\n        font-size: 0.95rem;\n        line-height: 1.5;\n        text-align: justify;\n    }\n\n    \/* Mobile Hero *\/\n    .hero-section-responsive {\n        padding: 30px 12px;\n        margin: 20px 0;\n    }\n\n    .hero-content h2 {\n        font-size: 1.8rem;\n        line-height: 1.2;\n        margin-bottom: 18px;\n    }\n\n    .hero-content .subtitle {\n        font-size: 1.1rem;\n        line-height: 1.4;\n        margin-bottom: 25px;\n    }\n\n    .hero-features {\n        grid-template-columns: 1fr;\n        gap: 15px;\n        margin-top: 25px;\n    }\n\n    .hero-feature {\n        padding: 18px 15px;\n    }\n\n    .hero-feature-icon {\n        width: 45px;\n        height: 45px;\n        font-size: 1.2rem;\n        margin-bottom: 10px;\n    }\n\n    .hero-feature h3 {\n        font-size: 1rem;\n        margin-bottom: 6px;\n    }\n\n    .hero-feature p {\n        font-size: 0.85rem;\n        line-height: 1.3;\n    }\n\n    \/* Mobile sections *\/\n    .components-section-responsive,\n    .ethernet-connection-section,\n    .advantages-section-responsive,\n    .pack-contents-section,\n    .at-service-section-responsive {\n        padding: 25px 12px;\n        margin: 18px 0;\n        border-radius: 12px;\n    }\n\n    \/* Mobile section intros *\/\n    .components-intro h2,\n    .advantages-intro h2,\n    .pack-contents-intro h2 {\n        font-size: 1.5rem;\n        margin-bottom: 12px;\n        line-height: 1.2;\n    }\n\n    .components-intro p,\n    .advantages-intro p,\n    .pack-contents-intro p {\n        font-size: 1rem;\n        line-height: 1.4;\n        text-align: center;\n    }\n\n    \/* Single column grids *\/\n    .components-grid,\n    .advantages-grid,\n    .pack-items-grid,\n    .service-grid-responsive {\n        grid-template-columns: 1fr;\n        gap: 15px;\n        margin-top: 20px;\n    }\n\n    \/* Mobile components *\/\n    .component-card {\n        padding: 20px 15px;\n    }\n\n    .component-icon {\n        width: 60px;\n        height: 60px;\n        font-size: 1.6rem;\n        margin-bottom: 15px;\n    }\n\n    .component-card h3 {\n        font-size: 1.2rem;\n        margin-bottom: 10px;\n        line-height: 1.3;\n    }\n\n    .component-card p {\n        font-size: 0.9rem;\n        line-height: 1.4;\n        text-align: center;\n    }\n\n    .component-specs {\n        padding: 15px;\n        margin-top: 15px;\n    }\n\n    .component-specs h4 {\n        font-size: 0.95rem;\n        margin-bottom: 6px;\n    }\n\n    .component-specs li {\n        font-size: 0.8rem;\n        line-height: 1.2;\n        margin-bottom: 3px;\n        padding-left: 12px;\n    }\n\n    \/* Mobile advantages *\/\n    .advantage-card {\n        padding: 20px 15px;\n    }\n\n    .advantage-icon {\n        width: 55px;\n        height: 55px;\n        font-size: 1.4rem;\n        margin-bottom: 12px;\n    }\n\n    .advantage-card h3 {\n        font-size: 1.1rem;\n        margin-bottom: 10px;\n        line-height: 1.3;\n    }\n\n    .advantage-card p {\n        font-size: 0.9rem;\n        line-height: 1.4;\n        text-align: center;\n    }\n\n    \/* Mobile Ethernet section *\/\n    .ethernet-content h2 {\n        font-size: 1.5rem;\n        margin-bottom: 15px;\n        line-height: 1.2;\n    }\n\n    .ethernet-content p {\n        font-size: 1rem;\n        line-height: 1.4;\n        margin-bottom: 20px;\n        text-align: center;\n    }\n\n    .ethernet-diagram {\n        gap: 12px;\n        margin: 25px 0;\n    }\n\n    .ethernet-device {\n        min-width: 180px;\n        padding: 18px 12px;\n    }\n\n    .ethernet-device-icon {\n        width: 45px;\n        height: 45px;\n        font-size: 1.2rem;\n        margin-bottom: 10px;\n    }\n\n    .ethernet-device h4 {\n        font-size: 1rem;\n        margin-bottom: 5px;\n    }\n\n    .ethernet-device p {\n        font-size: 0.85rem;\n        line-height: 1.2;\n    }\n\n    .ethernet-arrow {\n        font-size: 1.3rem;\n    }\n\n    \/* Mobile pack items *\/\n    .pack-item {\n        padding: 18px 15px;\n    }\n\n    .pack-item-header {\n        gap: 10px;\n        margin-bottom: 10px;\n    }\n\n    .pack-item-icon {\n        width: 40px;\n        height: 40px;\n        font-size: 1rem;\n    }\n\n    .pack-item-header h3 {\n        font-size: 1rem;\n        line-height: 1.2;\n    }\n\n    .pack-item p {\n        font-size: 0.85rem;\n        line-height: 1.3;\n        text-align: left;\n    }\n\n    \/* Mobile service cards *\/\n    .service-card-responsive {\n        padding: 15px 12px;\n        gap: 10px;\n    }\n\n    .service-icon-responsive {\n        width: 40px;\n        height: 40px;\n        font-size: 1rem;\n    }\n\n    .service-content-responsive h3 {\n        font-size: 0.95rem;\n        margin-bottom: 5px;\n    }\n\n    .service-content-responsive p {\n        font-size: 0.85rem;\n        line-height: 1.3;\n        text-align: center;\n    }\n\n    \/* Mobile contact *\/\n    .contact-card-responsive {\n        padding: 12px 15px;\n        margin: 0 5px;\n        gap: 8px;\n    }\n\n    .contact-info-responsive h4 {\n        font-size: 0.95rem;\n    }\n\n    .contact-info-responsive .phone {\n        font-size: 1rem;\n    }\n\n    .contact-info-responsive .hours {\n        font-size: 0.8rem;\n    }\n\n    \/* Mobile CTA *\/\n    .final-cta-responsive {\n        padding: 30px 15px;\n        margin: 25px 0;\n    }\n\n    .final-cta-responsive h2 {\n        font-size: 1.7rem;\n        line-height: 1.2;\n        margin-bottom: 15px;\n    }\n\n    .final-cta-responsive p {\n        font-size: 1rem;\n        line-height: 1.3;\n        margin-bottom: 20px;\n    }\n}\n\n    .product-content-section h2 {\n        font-size: 1.3rem;\n        margin-bottom: 15px;\n    }\n\n    .product-content-section h3 {\n        font-size: 1.1rem;\n    }\n\n    .product-content-section p {\n        font-size: 0.9rem;\n        line-height: 1.4;\n    }\n\n    \/* Very small Hero *\/\n    .hero-section-responsive {\n        padding: 25px 8px;\n        margin: 15px 0;\n    }\n\n    .hero-content h2 {\n        font-size: 1.6rem;\n        margin-bottom: 15px;\n    }\n\n    .hero-content .subtitle {\n        font-size: 1rem;\n        margin-bottom: 20px;\n    }\n\n    .hero-features {\n        gap: 12px;\n        margin-top: 20px;\n    }\n\n    .hero-feature {\n        padding: 15px 10px;\n    }\n\n    .hero-feature-icon {\n        width: 40px;\n        height: 40px;\n        font-size: 1.1rem;\n        margin-bottom: 8px;\n    }\n\n    .hero-feature h3 {\n        font-size: 0.95rem;\n        margin-bottom: 5px;\n    }\n\n    .hero-feature p {\n        font-size: 0.8rem;\n        line-height: 1.2;\n    }\n\n    \/* Very small sections *\/\n    .components-section-responsive,\n    .ethernet-connection-section,\n    .advantages-section-responsive,\n    .pack-contents-section,\n    .at-service-section-responsive {\n        padding: 20px 8px;\n        margin: 15px 0;\n        border-radius: 10px;\n    }\n\n    \/* Very small intros *\/\n    .components-intro h2,\n    .advantages-intro h2,\n    .pack-contents-intro h2 {\n        font-size: 1.3rem;\n        margin-bottom: 10px;\n    }\n\n    .components-intro p,\n    .advantages-intro p,\n    .pack-contents-intro p {\n        font-size: 0.9rem;\n        line-height: 1.3;\n    }\n\n    \/* Very small grids *\/\n    .components-grid,\n    .advantages-grid,\n    .pack-items-grid,\n    .service-grid-responsive {\n        gap: 12px;\n        margin-top: 15px;\n    }\n\n    \/* Very small components *\/\n    .component-card,\n    .advantage-card,\n    .pack-item,\n    .service-card-responsive {\n        padding: 15px 10px;\n    }\n\n    .component-icon,\n    .advantage-icon {\n        width: 50px;\n        height: 50px;\n        font-size: 1.3rem;\n        margin-bottom: 10px;\n    }\n\n    .component-card h3,\n    .advantage-card h3 {\n        font-size: 1rem;\n        margin-bottom: 8px;\n    }\n\n    .component-card p,\n    .advantage-card p {\n        font-size: 0.8rem;\n        line-height: 1.3;\n    }\n\n    .component-specs {\n        padding: 12px;\n        margin-top: 12px;\n    }\n\n    .component-specs h4 {\n        font-size: 0.9rem;\n        margin-bottom: 5px;\n    }\n\n    .component-specs li {\n        font-size: 0.75rem;\n        line-height: 1.1;\n        margin-bottom: 2px;\n        padding-left: 10px;\n    }\n\n    \/* Very small Ethernet *\/\n    .ethernet-content h2 {\n        font-size: 1.3rem;\n        margin-bottom: 12px;\n    }\n\n    .ethernet-content p {\n        font-size: 0.9rem;\n        line-height: 1.3;\n        margin-bottom: 15px;\n    }\n\n    .ethernet-device {\n        min-width: 140px;\n        padding: 15px 8px;\n    }\n\n    .ethernet-device-icon {\n        width: 40px;\n        height: 40px;\n        font-size: 1.1rem;\n        margin-bottom: 8px;\n    }\n\n    .ethernet-device h4 {\n        font-size: 0.9rem;\n        margin-bottom: 4px;\n    }\n\n    .ethernet-device p {\n        font-size: 0.8rem;\n        line-height: 1.1;\n    }\n\n    .ethernet-arrow {\n        font-size: 1.2rem;\n    }\n\n    \/* Very small pack items *\/\n    .pack-item-header {\n        gap: 8px;\n        margin-bottom: 8px;\n    }\n\n    .pack-item-icon {\n        width: 35px;\n        height: 35px;\n        font-size: 0.9rem;\n    }\n\n    .pack-item-header h3 {\n        font-size: 0.9rem;\n        line-height: 1.1;\n    }\n\n    .pack-item p {\n        font-size: 0.8rem;\n        line-height: 1.2;\n    }\n\n    \/* Very small service cards *\/\n    .service-card-responsive {\n        gap: 8px;\n    }\n\n    .service-icon-responsive {\n        width: 35px;\n        height: 35px;\n        font-size: 0.9rem;\n    }\n\n    .service-content-responsive h3 {\n        font-size: 0.9rem;\n        margin-bottom: 4px;\n    }\n\n    .service-content-responsive p {\n        font-size: 0.8rem;\n        line-height: 1.2;\n    }\n\n    \/* Very small contact *\/\n    .contact-card-responsive {\n        padding: 10px 12px;\n        margin: 0 3px;\n        gap: 6px;\n    }\n\n    .contact-info-responsive h4 {\n        font-size: 0.85rem;\n    }\n\n    .contact-info-responsive .phone {\n        font-size: 0.9rem;\n    }\n\n    .contact-info-responsive .hours {\n        font-size: 0.7rem;\n    }\n\n    \/* Very small CTA *\/\n    .final-cta-responsive {\n        padding: 25px 10px;\n        margin: 20px 0;\n    }\n\n    .final-cta-responsive h2 {\n        font-size: 1.5rem;\n        margin-bottom: 12px;\n    }\n\n    .final-cta-responsive p {\n        font-size: 0.9rem;\n        line-height: 1.2;\n        margin-bottom: 15px;\n    }\n}\n\u003c\/style\u003e\n\u003c!-- Product content start --\u003e\n\u003cdiv class=\"product-content-section\"\u003e\u003c!-- Main description --\u003e\n\u003ch2\u003e\u003cstrong\u003eThe ultimate satellite communication and tracking solution for unrivaled connectivity\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eStay connected like never before with OceansConnect, the most complete satellite communication and tracking package on the market. Designed for yachts worldwide, OceansConnect combines the power of the Starlink Flat High Performance antenna with the reliability of our SmartConnect Gateway unit, offering you global coverage, including at the poles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Hero Section --\u003e\n\u003cdiv class=\"hero-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003cdiv class=\"hero-content\"\u003e\n\u003ch2\u003eA Revolution in Maritime Communication\u003c\/h2\u003e\n\u003cp class=\"subtitle\"\u003eOceansConnect is not just a communication system; it's a revolution in marine connectivity. By harnessing the incredible speed of the Starlink network and the reliability of the Iridium Certus network, this package ensures constant and uninterrupted connectivity.\u003c\/p\u003e\n\u003cdiv class=\"hero-features\"\u003e\n\u003cdiv class=\"hero-feature\"\u003e\n\u003cdiv class=\"hero-feature-icon\"\u003e🚀\u003c\/div\u003e\n\u003ch3\u003eStarlink Speed\u003c\/h3\u003e\n\u003cp\u003eHigh-speed internet up to 220 Mbps for streaming and browsing\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-feature\"\u003e\n\u003cdiv class=\"hero-feature-icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch3\u003eTotal Redundancy\u003c\/h3\u003e\n\u003cp\u003eAutomatic SmartConnect failover to Itidium network or 4\/5 G in case of Starlink outage\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-feature\"\u003e\n\u003cdiv class=\"hero-feature-icon\"\u003e🌍\u003c\/div\u003e\n\u003ch3\u003eGlobal Coverage\u003c\/h3\u003e\n\u003cp\u003eGuaranteed connectivity everywhere, including the North and South Poles\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-feature\"\u003e\n\u003cdiv class=\"hero-feature-icon\"\u003e📡\u003c\/div\u003e\n\u003ch3\u003eAdvanced Tracking\u003c\/h3\u003e\n\u003cp\u003eReal-time geolocation with dedicated Konectis interface\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Components Section --\u003e\n\u003cdiv class=\"components-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003cdiv class=\"components-intro\"\u003e\n\u003ch2\u003eOceansConnect Package Components\u003c\/h2\u003e\n\u003cp\u003eDiscover the two cutting-edge technologies that form OceansConnect: the Starlink Flat High Performance antenna for high-speed internet and the SmartConnect Gateway for redundancy and advanced tracking.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"components-grid\"\u003e\n\u003cdiv class=\"component-card\"\u003e\n\u003cdiv class=\"component-icon\"\u003e📡\u003c\/div\u003e\n\u003ch3\u003eStarlink Flat High Performance\u003c\/h3\u003e\n\u003cp\u003eRevolutionary satellite antenna offering high-speed internet up to 220 Mbps. Motorized flat design with intelligent auto-orientation and 120° field of view. Extreme resistance to marine conditions.\u003c\/p\u003e\n\u003cdiv class=\"component-specs\"\u003e\n\u003ch4\u003eTechnical Specifications:\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eSpeeds: 220 Mbps download \/ 25 Mbps upload\u003c\/li\u003e\n\u003cli\u003eDimensions: 57.5 x 51.1 cm (flat design)\u003c\/li\u003e\n\u003cli\u003e120° motorized auto-orientation\u003c\/li\u003e\n\u003cli\u003eWind resistance 270+ km\/h\u003c\/li\u003e\n\u003cli\u003eTemperature: -40°C to +60°C\u003c\/li\u003e\n\u003cli\u003e200+ simultaneous devices\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"component-card\"\u003e\n\u003cdiv class=\"component-icon\"\u003e🛰️\u003c\/div\u003e\n\u003ch3\u003eSmartConnect Gateway\u003c\/h3\u003e\n\u003cp\u003eHybrid satellite\/GSM communication hub with integrated LoRaWan sensors. Ensures total redundancy, GPS tracking, and alert management. Konectis interface for 24\/7 monitoring.\u003c\/p\u003e\n\u003cdiv class=\"component-specs\"\u003e\n\u003ch4\u003eKey Features:\u003c\/h4\u003e\n\u003cul\u003e\n\u003cli\u003eIridium Certus + 4G\/5G Redundancy\u003c\/li\u003e\n\u003cli\u003eLoRaWan sensor hub (300m range)\u003c\/li\u003e\n\u003cli\u003eReal-time GPS geolocation\u003c\/li\u003e\n\u003cli\u003eSOS alerts with distress button\u003c\/li\u003e\n\u003cli\u003eResponsive Konectis web interface\u003c\/li\u003e\n\u003cli\u003eAPI for third-party system integration\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Ethernet Connection Section --\u003e\n\u003cdiv class=\"ethernet-connection-section\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003cdiv class=\"ethernet-content\"\u003e\n\u003ch2\u003eSmart Ethernet Connection\u003c\/h2\u003e\n\u003cp\u003e\u003cstrong\u003eThe Starlink Flat High Performance connects directly to the SmartConnect Gateway via Ethernet cable\u003c\/strong\u003e, creating an integrated communication ecosystem. This architecture allows seamless switching between networks and centralized management of all marine connectivity.\u003c\/p\u003e\n\u003cdiv class=\"ethernet-diagram\"\u003e\n\u003cdiv class=\"ethernet-device\"\u003e\n\u003cdiv class=\"ethernet-device-icon\"\u003e📡\u003c\/div\u003e\n\u003ch4\u003eStarlink Flat HP\u003c\/h4\u003e\n\u003cp\u003eHigh-speed internet 220 Mbps\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ethernet-arrow\"\u003e⟶\u003c\/div\u003e\n\u003cdiv class=\"ethernet-device\"\u003e\n\u003cdiv class=\"ethernet-device-icon\"\u003e🔌\u003c\/div\u003e\n\u003ch4\u003eEthernet Cable\u003c\/h4\u003e\n\u003cp\u003eSecure direct connection\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ethernet-arrow\"\u003e⟶\u003c\/div\u003e\n\u003cdiv class=\"ethernet-device\"\u003e\n\u003cdiv class=\"ethernet-device-icon\"\u003e🛰️\u003c\/div\u003e\n\u003ch4\u003eSmartConnect Gateway\u003c\/h4\u003e\n\u003cp\u003eCentral hub + redundancy\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp\u003e\u003cstrong\u003eAdvantages of this architecture:\u003c\/strong\u003e Automatic failover in case of Starlink outage, centralized connection management, LoRaWan sensor integration, continuous GPS tracking, and a single Konectis interface for the entire maritime ecosystem.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Advantages Section --\u003e\n\u003cdiv class=\"advantages-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003cdiv class=\"advantages-intro\"\u003e\n\u003ch2\u003eWhy Choose OceansConnect?\u003c\/h2\u003e\n\u003cp\u003eOceansConnect revolutionizes marine connectivity by combining the benefits of two cutting-edge technologies. Discover why this solution is essential for modern navigation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"advantages-grid\"\u003e\n\u003cdiv class=\"advantage-card\"\u003e\n\u003cdiv class=\"advantage-icon\"\u003e🌍\u003c\/div\u003e\n\u003ch3\u003eTotal Global Coverage\u003c\/h3\u003e\n\u003cp\u003eGuaranteed connectivity thanks to the combined power of the Starlink network and Iridium coverage. North and South Pole operation included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"advantage-card\"\u003e\n\u003cdiv class=\"advantage-icon\"\u003e🛡️\u003c\/div\u003e\n\u003ch3\u003eUnrivaled Reliability\u003c\/h3\u003e\n\u003cp\u003eThe SmartConnect Gateway ensures continuous connectivity in case of Starlink disruptions. Seamless automatic failover.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"advantage-card\"\u003e\n\u003cdiv class=\"advantage-icon\"\u003e🔒\u003c\/div\u003e\n\u003ch3\u003eMaximum Security\u003c\/h3\u003e\n\u003cp\u003eKonectis geolocation, sensor integration, and SOS function ensure your safety. 24\/7 monitoring and instant alerts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"advantage-card\"\u003e\n\u003cdiv class=\"advantage-icon\"\u003e💰\u003c\/div\u003e\n\u003ch3\u003eEconomical Connectivity\u003c\/h3\u003e\n\u003cp\u003eOur BIGDATA 4G\/5G plans offer a reliable and economical internet solution when you are in port or at anchor.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"advantage-card\"\u003e\n\u003cdiv class=\"advantage-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3\u003eExceptional Performance\u003c\/h3\u003e\n\u003cp\u003eHigh-speed internet up to 220 Mbps with Starlink. Streaming, web browsing, and professional communications without interruption.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"advantage-card\"\u003e\n\u003cdiv class=\"advantage-icon\"\u003e🔧\u003c\/div\u003e\n\u003ch3\u003ePlug \u0026amp; Play Installation\u003c\/h3\u003e\n\u003cp\u003eSimplified installation with specialized 12\/24V power supply. Direct Wi-Fi network connection via SmartConnect Gateway.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Pack Contents Section --\u003e\n\u003cdiv class=\"pack-contents-section\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003cdiv class=\"pack-contents-intro\"\u003e\n\u003ch2\u003eComplete OceansConnect Pack Contents\u003c\/h2\u003e\n\u003cp\u003eDiscover everything included in your OceansConnect solution for total marine connectivity and enhanced security.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pack-items-grid\"\u003e\n\u003cdiv class=\"pack-item\"\u003e\n\u003cdiv class=\"pack-item-header\"\u003e\n\u003cdiv class=\"pack-item-icon\"\u003e🛰️\u003c\/div\u003e\n\u003ch3\u003eSmartConnect Gateway \u0026amp; Distress Button\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eThe SmartConnect Gateway beacon ensures continuous connectivity in case of Starlink disruptions + 24\/7 distress management with integrated SOS button.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pack-item\"\u003e\n\u003cdiv class=\"pack-item-header\"\u003e\n\u003cdiv class=\"pack-item-icon\"\u003e📡\u003c\/div\u003e\n\u003ch3\u003eStarlink Flat High Performance Antenna\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eBenefit from a high-speed connection to the Starlink network. Motorized flat design, 120° auto-orientation, extreme resistance to marine conditions.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pack-item\"\u003e\n\u003cdiv class=\"pack-item-header\"\u003e\n\u003cdiv class=\"pack-item-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3\u003eSpecial 12\/24V Power Supply for Starlink\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eThis box allows you to power your Starlink antenna with 12 or 24 volts and connect it directly to your Wi-Fi network via the SmartConnect Gateway.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pack-item\"\u003e\n\u003cdiv class=\"pack-item-header\"\u003e\n\u003cdiv class=\"pack-item-icon\"\u003e📊\u003c\/div\u003e\n\u003ch3\u003eTracking \u0026amp; Distress Management 12 Months\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eOptimize your safety at sea with Konectis. Our interface offers real-time tracking of your vessel, personalized sharing of your navigation data, and 24\/7 emergency assistance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"pack-item\"\u003e\n\u003cdiv class=\"pack-item-header\"\u003e\n\u003cdiv class=\"pack-item-icon\"\u003e🔧\u003c\/div\u003e\n\u003ch3\u003ePlug \u0026amp; Play Installation\u003c\/h3\u003e\n\u003c\/div\u003e\n\u003cp\u003eEasy and fast installation. All necessary cables and mounts included. Automatic configuration and immediate commissioning.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Advanced Tracking Section --\u003e\n\u003cdiv class=\"at-service-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eMaritime Expertise by Advanced Tracking\u003c\/h2\u003e\n\u003cp style=\"text-align: center; font-size: 1.1rem; color: #666666; margin-bottom: 30px; line-height: 1.6;\"\u003eWe optimize your OceansConnect for high-performance maritime connectivity. With Advanced Tracking, benefit from specialized support for Starlink and SmartConnect technologies:\u003c\/p\u003e\n\u003cdiv class=\"service-grid-responsive\"\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e📡\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003eProfessional Marine Installation\u003c\/h3\u003e\n\u003cp\u003eComplete Starlink + SmartConnect installation. Optimized Ethernet connection, network configuration, performance tests. Crew training included.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e🛰️\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003eAdvanced Redundancy Configuration\u003c\/h3\u003e\n\u003cp\u003eStarlink\/Iridium automatic failover setup. Threshold optimization, failover tests, alert configuration. Maximum reliability guaranteed.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e📊\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003ePersonalized Konectis Interface\u003c\/h3\u003e\n\u003cp\u003eReal-time tracking configuration, navigation zones, personalized alerts. LoRaWan sensor integration, customized marine dashboard.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e🔧\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003e24\/7 Support \u0026amp; Maintenance\u003c\/h3\u003e\n\u003cp\u003eSpecialized technical assistance, proactive system monitoring. Firmware updates, performance optimization, emergency support at sea.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Contact Info --\u003e\n\u003cdiv class=\"contact-highlight-responsive\"\u003e\n\u003cdiv class=\"contact-card-responsive\"\u003e\u003cspan style=\"font-size: 1.2rem;\"\u003e📞\u003c\/span\u003e\n\u003cdiv class=\"contact-info-responsive\"\u003e\n\u003ch4\u003eOceansConnect Expert\u003c\/h4\u003e\n\u003cdiv class=\"phone\"\u003e+33 (0) 494 23 15 51\u003c\/div\u003e\n\u003cdiv class=\"hours\"\u003eOpen Monday to Friday: 9am-12pm and 2pm-6pm\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!-- Final CTA --\u003e\n\u003cdiv class=\"final-cta-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eThe Future of Maritime Navigation\u003c\/h2\u003e\n\u003cp\u003eWith OceansConnect, you are investing in a future of unlimited exploration and adventure. Enjoy the freedom of staying connected, wherever you are, and the peace of mind of knowing you are supported by the most advanced marine communication system.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Advanced Tracking","offers":[{"title":"Default Title","offer_id":49402700267844,"sku":"","price":4250.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0331\/9087\/1179\/files\/OceansConnect.png?v=1728318041"},{"product_id":"starlink-mini","title":"Starlink Mini Maritime: Compact Connectivity for Your Boat","description":"\u003cstyle\u003e\n\/* Styles for the product content section only *\/\n.product-content-section {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 20px;\n}\n\n.product-content-section h2 {\n    font-size: 2.2rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    text-align: center;\n    margin-bottom: 30px;\n    line-height: 1.3;\n}\n\n.product-content-section h3 {\n    font-size: 1.5rem;\n    font-weight: 600;\n    color: #1fb6ff;\n    margin-bottom: 20px;\n}\n\n.product-content-section p {\n    color: #666666;\n    line-height: 1.7;\n    margin-bottom: 20px;\n    font-size: 1.1rem;\n    text-align: justify;\n}\n\n\/* Technical Specifications *\/\n.specs-section-responsive {\n    background: #f8f9fa;\n    padding: 40px 20px;\n    margin: 30px 0;\n    border-radius: 15px;\n    box-shadow: 0 2px 15px rgba(0,0,0,0.08);\n}\n\n.specs-table-responsive {\n    width: 100%;\n    border-collapse: collapse;\n    background: white;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.1);\n    margin-top: 20px;\n}\n\n.specs-table-responsive th,\n.specs-table-responsive td {\n    padding: 18px 20px;\n    text-align: left;\n    border-bottom: 1px solid #e9ecef;\n}\n\n.specs-table-responsive th {\n    background: linear-gradient(135deg, #f1f3f4 0%, #e8eaed 100%);\n    font-weight: 700;\n    color: #333333;\n    font-size: 1.1rem;\n}\n\n.specs-table-responsive tr:last-child td {\n    border-bottom: none;\n}\n\n.specs-table-responsive tr:hover {\n    background: #f8f9fa;\n    transition: background 0.3s ease;\n}\n\n.specs-table-responsive td strong {\n    color: #333333;\n    font-weight: 600;\n}\n\n\/* Usage Applications *\/\n.usage-section-responsive {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    padding: 40px 20px;\n    margin: 30px 0;\n    border-radius: 15px;\n    box-shadow: 0 2px 15px rgba(0,0,0,0.08);\n}\n\n.usage-grid-responsive {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 20px;\n    margin-top: 30px;\n}\n\n.usage-card-responsive {\n    background: white;\n    padding: 25px;\n    border-radius: 12px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n    text-align: center;\n    transition: all 0.3s ease;\n    border: 1px solid rgba(31, 182, 255, 0.1);\n}\n\n.usage-card-responsive:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 8px 25px rgba(0,0,0,0.15);\n    border-color: #1fb6ff;\n}\n\n.usage-icon-responsive {\n    width: 60px;\n    height: 60px;\n    background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 15px;\n    font-size: 1.5rem;\n    box-shadow: 0 3px 12px rgba(31, 182, 255, 0.3);\n}\n\n.usage-card-responsive h3 {\n    font-size: 1.2rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin-bottom: 10px;\n}\n\n.usage-card-responsive p {\n    color: #666666;\n    line-height: 1.5;\n    font-size: 1rem;\n    text-align: center;\n    margin: 0;\n}\n\n\/* Section Advanced Tracking *\/\n.at-service-section-responsive {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    padding: 40px 20px;\n    margin: 30px 0;\n    border-radius: 15px;\n    box-shadow: 0 2px 15px rgba(0,0,0,0.08);\n}\n\n.service-grid-responsive {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 20px;\n    margin: 30px 0;\n}\n\n.service-card-responsive {\n    display: flex;\n    gap: 15px;\n    align-items: flex-start;\n    background: white;\n    padding: 20px;\n    border-radius: 12px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n    transition: all 0.3s ease;\n    border-left: 4px solid #1fb6ff;\n}\n\n.service-card-responsive:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n}\n\n.service-icon-responsive {\n    width: 50px;\n    height: 50px;\n    background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1.2rem;\n    flex-shrink: 0;\n    box-shadow: 0 3px 12px rgba(31, 182, 255, 0.3);\n}\n\n.service-content-responsive h3 {\n    font-size: 1.1rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin: 0 0 8px 0;\n}\n\n.service-content-responsive p {\n    color: #666666;\n    line-height: 1.5;\n    margin: 0;\n    font-size: 1rem;\n    text-align: left;\n}\n\n\/* Contact *\/\n.contact-highlight-responsive {\n    display: flex;\n    justify-content: center;\n    margin-top: 30px;\n}\n\n.contact-card-responsive {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    background: white;\n    padding: 15px 25px;\n    border-radius: 10px;\n    box-shadow: 0 3px 12px rgba(0,0,0,0.1);\n    border-left: 4px solid #1fb6ff;\n    transition: all 0.3s ease;\n}\n\n.contact-card-responsive:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 5px 18px rgba(0,0,0,0.15);\n}\n\n.contact-info-responsive h4 {\n    font-size: 1rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin: 0 0 3px 0;\n}\n\n.contact-info-responsive .phone {\n    font-size: 1.1rem;\n    font-weight: 600;\n    color: #059669;\n    margin: 0 0 2px 0;\n}\n\n.contact-info-responsive .hours {\n    font-size: 0.85rem;\n    color: #666666;\n}\n\n\/* Final CTA *\/\n.final-cta-responsive {\n    background: linear-gradient(135deg, #0ea5e9 0%, #1fb6ff 100%);\n    color: white;\n    padding: 50px 30px;\n    text-align: center;\n    border-radius: 20px;\n    margin: 40px 0;\n    box-shadow: 0 5px 25px rgba(0,0,0,0.15);\n}\n\n.final-cta-responsive h2 {\n    font-size: 2.5rem;\n    font-weight: 700;\n    margin-bottom: 20px;\n    text-shadow: 0 2px 4px rgba(0,0,0,0.3);\n    color: white;\n}\n\n.final-cta-responsive p {\n    font-size: 1.2rem;\n    margin-bottom: 30px;\n    opacity: 0.95;\n    line-height: 1.5;\n    color: white;\n    text-align: center;\n}\n\n\/* Responsive image *\/\n.product-image-responsive {\n    display: block;\n    margin: 30px auto;\n    max-width: 100%;\n    height: auto;\n    border-radius: 15px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.1);\n}\n\n\/* RESPONSIVE DESIGN *\/\n\n\/* Tablets (768px and under) *\/\n@media (max-width: 768px) {\n    .product-content-section {\n        padding: 0 15px;\n    }\n\n    .product-content-section h2 {\n        font-size: 1.8rem;\n        margin-bottom: 25px;\n    }\n\n    .product-content-section h3 {\n        font-size: 1.3rem;\n    }\n\n    .product-content-section p {\n        font-size: 1rem;\n    }\n\n    .specs-section-responsive,\n    .usage-section-responsive,\n    .at-service-section-responsive {\n        padding: 30px 15px;\n        margin: 25px 0;\n    }\n\n    \/* Responsive table *\/\n    .specs-table-responsive {\n        font-size: 0.9rem;\n    }\n\n    .specs-table-responsive th,\n    .specs-table-responsive td {\n        padding: 12px 15px;\n    }\n\n    \/* Responsive grids *\/\n    .usage-grid-responsive,\n    .service-grid-responsive {\n        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n        gap: 15px;\n    }\n\n    .usage-card-responsive,\n    .service-card-responsive {\n        padding: 20px 15px;\n    }\n\n    .usage-icon-responsive {\n        width: 50px;\n        height: 50px;\n        font-size: 1.3rem;\n    }\n\n    .service-icon-responsive {\n        width: 45px;\n        height: 45px;\n        font-size: 1.1rem;\n    }\n\n    \/* Service cards in column on tablet *\/\n    .service-card-responsive {\n        flex-direction: column;\n        text-align: center;\n        gap: 12px;\n    }\n\n    \/* Responsive contact *\/\n    .contact-card-responsive {\n        flex-direction: column;\n        text-align: center;\n        gap: 10px;\n        padding: 15px 20px;\n    }\n\n    \/* Responsive CTA *\/\n    .final-cta-responsive h2 {\n        font-size: 2rem;\n    }\n\n    .final-cta-responsive p {\n        font-size: 1.1rem;\n    }\n\n    .final-cta-responsive {\n        padding: 40px 25px;\n    }\n}\n\n\/* Mobile (480px and under) *\/\n@media (max-width: 480px) {\n    .product-content-section {\n        padding: 0 10px;\n    }\n\n    .product-content-section h2 {\n        font-size: 1.5rem;\n        margin-bottom: 20px;\n    }\n\n    .product-content-section h3 {\n        font-size: 1.2rem;\n    }\n\n    .product-content-section p {\n        font-size: 0.95rem;\n    }\n\n    .specs-section-responsive,\n    .usage-section-responsive,\n    .at-service-section-responsive {\n        padding: 25px 10px;\n        margin: 20px 0;\n        border-radius: 12px;\n    }\n\n    \/* Very responsive table *\/\n    .specs-table-responsive {\n        font-size: 0.85rem;\n    }\n\n    .specs-table-responsive th,\n    .specs-table-responsive td {\n        padding: 10px 12px;\n    }\n\n    \/* Single column grids *\/\n    .usage-grid-responsive,\n    .service-grid-responsive {\n        grid-template-columns: 1fr;\n        gap: 12px;\n    }\n\n    .usage-card-responsive {\n        padding: 18px 12px;\n    }\n\n    .usage-icon-responsive {\n        width: 45px;\n        height: 45px;\n        font-size: 1.2rem;\n        margin-bottom: 12px;\n    }\n\n    .usage-card-responsive h3 {\n        font-size: 1.1rem;\n    }\n\n    .usage-card-responsive p {\n        font-size: 0.9rem;\n    }\n\n    .service-card-responsive {\n        padding: 15px 12px;\n    }\n\n    .service-content-responsive h3 {\n        font-size: 1rem;\n    }\n\n    .service-content-responsive p {\n        font-size: 0.9rem;\n    }\n\n    \/* Mobile contact *\/\n    .contact-card-responsive {\n        padding: 12px 15px;\n        margin: 0 5px;\n    }\n\n    .contact-info-responsive h4 {\n        font-size: 0.95rem;\n    }\n\n    .contact-info-responsive .phone {\n        font-size: 1rem;\n    }\n\n    .contact-info-responsive .hours {\n        font-size: 0.8rem;\n    }\n\n    \/* Mobile CTA *\/\n    .final-cta-responsive {\n        padding: 30px 15px;\n    }\n\n    .final-cta-responsive h2 {\n        font-size: 1.7rem;\n        margin-bottom: 15px;\n    }\n\n    .final-cta-responsive p {\n        font-size: 1rem;\n        margin-bottom: 20px;\n    }\n}\n\n\/* Very small screens (320px and under) *\/\n@media (max-width: 320px) {\n    .product-content-section {\n        padding: 0 8px;\n    }\n\n    .product-content-section h2 {\n        font-size: 1.3rem;\n    }\n\n    .specs-table-responsive th,\n    .specs-table-responsive td {\n        padding: 8px 10px;\n        font-size: 0.8rem;\n    }\n\n    .usage-card-responsive,\n    .service-card-responsive {\n        padding: 12px 8px;\n    }\n\n    .final-cta-responsive {\n        padding: 25px 10px;\n    }\n\n    .final-cta-responsive h2 {\n        font-size: 1.5rem;\n    }\n}\n\u003c\/style\u003e\n\u003c!-- Start of product content --\u003e\n\u003cdiv class=\"product-content-section\"\u003e\u003c!-- Main Description --\u003e\n\u003ch2\u003e\u003cstrong\u003eUltra-Portable Satellite Internet for Recreational Boating\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eDiscover the freedom of staying connected while sailing with \u003cstrong\u003eStarlink Mini Maritime\u003c\/strong\u003e, the most compact and lightweight satellite internet solution on the market. Specifically designed for recreational boats, fishing vessels, and inland navigation, this revolutionary antenna offers reliable high-speed connection, even in the most remote areas.\u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003eWhy Choose Starlink Mini Maritime?\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cspan style=\"color: #1fb6ff;\"\u003e✓\u003c\/span\u003e \u003cstrong\u003eUltra-Compact and Lightweight:\u003c\/strong\u003e At only 1.1 kg, the Starlink Mini antenna is perfect for recreational boats where space and weight are at a premium. Simple and discreet installation.\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"color: #1fb6ff;\"\u003e✓\u003c\/span\u003e \u003cstrong\u003eReduced Power Consumption:\u003c\/strong\u003e Only 25-40W average consumption, ideal for preserving battery life during extended outings.\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"color: #1fb6ff;\"\u003e✓\u003c\/span\u003e \u003cstrong\u003ePerfect for Inland Waters:\u003c\/strong\u003e Optimal coverage for navigation on lakes, rivers, canals, and coastal areas. Stay connected during your nautical getaways.\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"color: #1fb6ff;\"\u003e✓\u003c\/span\u003e \u003cstrong\u003eMarine Resistance:\u003c\/strong\u003e IP67 rating guarantees total waterproofing against sea spray and marine weather.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Technical Specifications --\u003e\n\u003cdiv class=\"specs-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eStarlink Mini Technical Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table-responsive\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eAntenna\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eElectronic Phased Array\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eKit Dimensions\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e430 x 334 x 79 mm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eField of View\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e110 degrees\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eOrientation\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSoftware-assisted manual orientation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eAntenna Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e1.1 kg (2.43 lb) - Ultra-lightweight\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWeight with Mount\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e1.16 kg (2.56 lb)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eProtection Rating\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eIP67 (fully waterproof)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eOperating Temperature\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e-30°C to 50°C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWind Resistance\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eOperational up to 96 km\/h\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePower Consumption\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e25 to 40W (energy efficient)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePower Supply\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e12-48V 60W (12V boat compatible)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWi-Fi\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e802.11a\/b\/g\/n\/ac - Wi-Fi 5\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWi-Fi Coverage\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eUp to 112 m² (perfect for boats)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eConnected Devices\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eUp to 128 simultaneous devices\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Usage Applications --\u003e\n\u003cdiv class=\"usage-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003ePerfect Applications for Recreational Boating\u003c\/h2\u003e\n\u003cdiv class=\"usage-grid-responsive\"\u003e\n\u003cdiv class=\"usage-card-responsive\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e⛵\u003c\/div\u003e\n\u003ch3\u003eRecreational Boats\u003c\/h3\u003e\n\u003cp\u003eTransform your sea outings into connected experiences. Share your moments on social media, check real-time marine weather, and stay in touch with loved ones from your sailboat or motorboat.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card-responsive\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e🎣\u003c\/div\u003e\n\u003ch3\u003eSport \u0026amp; Leisure Fishing\u003c\/h3\u003e\n\u003cp\u003eAccess interactive fishing maps, check weather conditions, share your catches live, and use navigation apps to find the best fishing spots.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card-responsive\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e🏞️\u003c\/div\u003e\n\u003ch3\u003eInland Waterway Navigation\u003c\/h3\u003e\n\u003cp\u003ePerfect for navigating on lakes, rivers, and canals. Consult river maps, locks, marinas, and plan your stopovers with peace of mind.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card-responsive\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e🏖️\u003c\/div\u003e\n\u003ch3\u003eMoorings \u0026amp; Coves\u003c\/h3\u003e\n\u003cp\u003eStay connected even in isolated coves and wild anchorages. Ideal for remote work from your boat or staying in touch during long stopovers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Advanced Tracking Section --\u003e\n\u003cdiv class=\"at-service-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eTurnkey Service by Advanced Tracking\u003c\/h2\u003e\n\u003cp style=\"text-align: center; font-size: 1.1rem; color: #666666; margin-bottom: 30px; line-height: 1.6;\"\u003eWe make your transition to maritime satellite internet easy. With Advanced Tracking, benefit from personalized support for your Starlink Mini:\u003c\/p\u003e\n\u003cdiv class=\"service-grid-responsive\"\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e🔧\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003eInstallation \u0026amp; Configuration\u003c\/h3\u003e\n\u003cp\u003eQuick activation of your antenna and optimized configuration for your marine use. Technical support for onboard installation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e💳\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003eFlexible Management\u003c\/h3\u003e\n\u003cp\u003eClear monthly billing and the option to suspend\/resume your service according to your navigation periods. Perfect for seasonality.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e🎧\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003eSpecialized Nautical Support\u003c\/h3\u003e\n\u003cp\u003eOur team understands the specificities of recreational boating and assists you in optimizing your onboard connectivity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e⚡\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003eEnergy Optimization\u003c\/h3\u003e\n\u003cp\u003eAdvice on optimizing your Starlink Mini's power consumption to preserve the autonomy of your onboard batteries.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Contact Info --\u003e\n\u003cdiv class=\"contact-highlight-responsive\"\u003e\n\u003cdiv class=\"contact-card-responsive\"\u003e\u003cspan style=\"font-size: 1.2rem;\"\u003e📞\u003c\/span\u003e\n\u003cdiv class=\"contact-info-responsive\"\u003e\n\u003ch4\u003eSpecialized Nautical Contact\u003c\/h4\u003e\n\u003cdiv class=\"phone\"\u003e+33 (0) 494 23 15 51\u003c\/div\u003e\n\u003cdiv class=\"hours\"\u003eOpen Monday to Friday: 9 am-12 pm and 2 pm-6 pm\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!-- Final CTA --\u003e\n\u003cdiv class=\"final-cta-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eSail Connected Today\u003c\/h2\u003e\n\u003cp\u003eEquip your boat with Starlink Mini Maritime and discover a new dimension of recreational boating. Stay connected, safe, and fully enjoy your sea outings.\u003c\/p\u003e\nNote: Activation\/Management\/Billing exclusively through Advanced-Tracking (not Starlink) on a calendar month basis. Antenna release subject to Starlink conditions (3 months of active service with Advanced-Tracking + fees)\u003c\/div\u003e\n\u003cdiv class=\"product-content-section\"\u003eEach Starlink subscription consists of a priority data pool. Once your priority data pool has been used up, the service remains unlimited at a reduced speed of 1 MB per second. If you purchase an additional priority data package, the data already used at reduced speed will be deducted from the added package.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Advanced Tracking","offers":[{"title":"Default Title","offer_id":54402598404420,"sku":"","price":475.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0331\/9087\/1179\/files\/starlink-mini-1.jpg?v=1741247654"},{"product_id":"starlink-mini-entreprises-backup-internet","title":"Starlink Mini: Satellite Internet Solution for Small Businesses","description":"\u003cstyle\u003e\n\/* Styles pour la section de contenu produit uniquement *\/\n.product-content-section {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 20px;\n}\n\n.product-content-section h2 {\n    font-size: 2.2rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    text-align: center;\n    margin-bottom: 30px;\n    line-height: 1.3;\n}\n\n.product-content-section h3 {\n    font-size: 1.5rem;\n    font-weight: 600;\n    color: #1fb6ff;\n    margin-bottom: 20px;\n}\n\n.product-content-section p {\n    color: #666666;\n    line-height: 1.7;\n    margin-bottom: 20px;\n    font-size: 1.1rem;\n    text-align: justify;\n}\n\n\/* Spécifications techniques *\/\n.specs-section-responsive {\n    background: #f8f9fa;\n    padding: 40px 20px;\n    margin: 30px 0;\n    border-radius: 15px;\n    box-shadow: 0 2px 15px rgba(0,0,0,0.08);\n}\n\n.specs-table-responsive {\n    width: 100%;\n    border-collapse: collapse;\n    background: white;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.1);\n    margin-top: 20px;\n}\n\n.specs-table-responsive th,\n.specs-table-responsive td {\n    padding: 18px 20px;\n    text-align: left;\n    border-bottom: 1px solid #e9ecef;\n}\n\n.specs-table-responsive th {\n    background: linear-gradient(135deg, #f1f3f4 0%, #e8eaed 100%);\n    font-weight: 700;\n    color: #333333;\n    font-size: 1.1rem;\n}\n\n.specs-table-responsive tr:last-child td {\n    border-bottom: none;\n}\n\n.specs-table-responsive tr:hover {\n    background: #f8f9fa;\n    transition: background 0.3s ease;\n}\n\n.specs-table-responsive td strong {\n    color: #333333;\n    font-weight: 600;\n}\n\n\/* Applications d'usage *\/\n.usage-section-responsive {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    padding: 40px 20px;\n    margin: 30px 0;\n    border-radius: 15px;\n    box-shadow: 0 2px 15px rgba(0,0,0,0.08);\n}\n\n.usage-grid-responsive {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 20px;\n    margin-top: 30px;\n}\n\n.usage-card-responsive {\n    background: white;\n    padding: 25px;\n    border-radius: 12px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n    text-align: center;\n    transition: all 0.3s ease;\n    border: 1px solid rgba(31, 182, 255, 0.1);\n}\n\n.usage-card-responsive:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 8px 25px rgba(0,0,0,0.15);\n    border-color: #1fb6ff;\n}\n\n.usage-icon-responsive {\n    width: 60px;\n    height: 60px;\n    background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 15px;\n    font-size: 1.5rem;\n    box-shadow: 0 3px 12px rgba(31, 182, 255, 0.3);\n}\n\n.usage-card-responsive h3 {\n    font-size: 1.2rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin-bottom: 10px;\n}\n\n.usage-card-responsive p {\n    color: #666666;\n    line-height: 1.5;\n    font-size: 1rem;\n    text-align: center;\n    margin: 0;\n}\n\n\/* Section Advanced Tracking *\/\n.at-service-section-responsive {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    padding: 40px 20px;\n    margin: 30px 0;\n    border-radius: 15px;\n    box-shadow: 0 2px 15px rgba(0,0,0,0.08);\n}\n\n.service-grid-responsive {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 20px;\n    margin: 30px 0;\n}\n\n.service-card-responsive {\n    display: flex;\n    gap: 15px;\n    align-items: flex-start;\n    background: white;\n    padding: 20px;\n    border-radius: 12px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n    transition: all 0.3s ease;\n    border-left: 4px solid #1fb6ff;\n}\n\n.service-card-responsive:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n}\n\n.service-icon-responsive {\n    width: 50px;\n    height: 50px;\n    background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1.2rem;\n    flex-shrink: 0;\n    box-shadow: 0 3px 12px rgba(31, 182, 255, 0.3);\n}\n\n.service-content-responsive h3 {\n    font-size: 1.1rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin: 0 0 8px 0;\n}\n\n.service-content-responsive p {\n    color: #666666;\n    line-height: 1.5;\n    margin: 0;\n    font-size: 1rem;\n    text-align: left;\n}\n\n\/* Contact *\/\n.contact-highlight-responsive {\n    display: flex;\n    justify-content: center;\n    margin-top: 30px;\n}\n\n.contact-card-responsive {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    background: white;\n    padding: 15px 25px;\n    border-radius: 10px;\n    box-shadow: 0 3px 12px rgba(0,0,0,0.1);\n    border-left: 4px solid #1fb6ff;\n    transition: all 0.3s ease;\n}\n\n.contact-card-responsive:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 5px 18px rgba(0,0,0,0.15);\n}\n\n.contact-info-responsive h4 {\n    font-size: 1rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin: 0 0 3px 0;\n}\n\n.contact-info-responsive .phone {\n    font-size: 1.1rem;\n    font-weight: 600;\n    color: #059669;\n    margin: 0 0 2px 0;\n}\n\n.contact-info-responsive .hours {\n    font-size: 0.85rem;\n    color: #666666;\n}\n\n\/* CTA Final *\/\n.final-cta-responsive {\n    background: linear-gradient(135deg, #0ea5e9 0%, #1fb6ff 100%);\n    color: white;\n    padding: 50px 30px;\n    text-align: center;\n    border-radius: 20px;\n    margin: 40px 0;\n    box-shadow: 0 5px 25px rgba(0,0,0,0.15);\n}\n\n.final-cta-responsive h2 {\n    font-size: 2.5rem;\n    font-weight: 700;\n    margin-bottom: 20px;\n    text-shadow: 0 2px 4px rgba(0,0,0,0.3);\n    color: white;\n}\n\n.final-cta-responsive p {\n    font-size: 1.2rem;\n    margin-bottom: 30px;\n    opacity: 0.95;\n    line-height: 1.5;\n    color: white;\n    text-align: center;\n}\n\n\/* Image responsive *\/\n.product-image-responsive {\n    display: block;\n    margin: 30px auto;\n    max-width: 100%;\n    height: auto;\n    border-radius: 15px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.1);\n}\n\n\/* RESPONSIVE DESIGN *\/\n\n\/* Tablettes (768px et moins) *\/\n@media (max-width: 768px) {\n    .product-content-section {\n        padding: 0 15px;\n    }\n\n    .product-content-section h2 {\n        font-size: 1.8rem;\n        margin-bottom: 25px;\n    }\n\n    .product-content-section h3 {\n        font-size: 1.3rem;\n    }\n\n    .product-content-section p {\n        font-size: 1rem;\n    }\n\n    .specs-section-responsive,\n    .usage-section-responsive,\n    .at-service-section-responsive {\n        padding: 30px 15px;\n        margin: 25px 0;\n    }\n\n    \/* Tableau responsive *\/\n    .specs-table-responsive {\n        font-size: 0.9rem;\n    }\n\n    .specs-table-responsive th,\n    .specs-table-responsive td {\n        padding: 12px 15px;\n    }\n\n    \/* Grilles responsive *\/\n    .usage-grid-responsive,\n    .service-grid-responsive {\n        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n        gap: 15px;\n    }\n\n    .usage-card-responsive,\n    .service-card-responsive {\n        padding: 20px 15px;\n    }\n\n    .usage-icon-responsive {\n        width: 50px;\n        height: 50px;\n        font-size: 1.3rem;\n    }\n\n    .service-icon-responsive {\n        width: 45px;\n        height: 45px;\n        font-size: 1.1rem;\n    }\n\n    \/* Service cards en colonne sur tablette *\/\n    .service-card-responsive {\n        flex-direction: column;\n        text-align: center;\n        gap: 12px;\n    }\n\n    \/* Contact responsive *\/\n    .contact-card-responsive {\n        flex-direction: column;\n        text-align: center;\n        gap: 10px;\n        padding: 15px 20px;\n    }\n\n    \/* CTA responsive *\/\n    .final-cta-responsive h2 {\n        font-size: 2rem;\n    }\n\n    .final-cta-responsive p {\n        font-size: 1.1rem;\n    }\n\n    .final-cta-responsive {\n        padding: 40px 25px;\n    }\n}\n\n\/* Mobiles (480px et moins) *\/\n@media (max-width: 480px) {\n    .product-content-section {\n        padding: 0 10px;\n    }\n\n    .product-content-section h2 {\n        font-size: 1.5rem;\n        margin-bottom: 20px;\n    }\n\n    .product-content-section h3 {\n        font-size: 1.2rem;\n    }\n\n    .product-content-section p {\n        font-size: 0.95rem;\n    }\n\n    .specs-section-responsive,\n    .usage-section-responsive,\n    .at-service-section-responsive {\n        padding: 25px 10px;\n        margin: 20px 0;\n        border-radius: 12px;\n    }\n\n    \/* Tableau très responsive *\/\n    .specs-table-responsive {\n        font-size: 0.85rem;\n    }\n\n    .specs-table-responsive th,\n    .specs-table-responsive td {\n        padding: 10px 12px;\n    }\n\n    \/* Grilles en une colonne *\/\n    .usage-grid-responsive,\n    .service-grid-responsive {\n        grid-template-columns: 1fr;\n        gap: 12px;\n    }\n\n    .usage-card-responsive {\n        padding: 18px 12px;\n    }\n\n    .usage-icon-responsive {\n        width: 45px;\n        height: 45px;\n        font-size: 1.2rem;\n        margin-bottom: 12px;\n    }\n\n    .usage-card-responsive h3 {\n        font-size: 1.1rem;\n    }\n\n    .usage-card-responsive p {\n        font-size: 0.9rem;\n    }\n\n    .service-card-responsive {\n        padding: 15px 12px;\n    }\n\n    .service-content-responsive h3 {\n        font-size: 1.1rem;\n    }\n\n    .service-content-responsive p {\n        font-size: 0.9rem;\n    }\n\n    \/* Contact mobile *\/\n    .contact-card-responsive {\n        padding: 12px 15px;\n        margin: 0 5px;\n    }\n\n    .contact-info-responsive h4 {\n        font-size: 0.95rem;\n    }\n\n    .contact-info-responsive .phone {\n        font-size: 1rem;\n    }\n\n    .contact-info-responsive .hours {\n        font-size: 0.8rem;\n    }\n\n    \/* CTA mobile *\/\n    .final-cta-responsive {\n        padding: 30px 15px;\n    }\n\n    .final-cta-responsive h2 {\n        font-size: 1.7rem;\n        margin-bottom: 15px;\n    }\n\n    .final-cta-responsive p {\n        font-size: 1rem;\n        margin-bottom: 20px;\n    }\n}\n\n\/* Très petits écrans (320px et moins) *\/\n@media (max-width: 320px) {\n    .product-content-section {\n        padding: 0 8px;\n    }\n\n    .product-content-section h2 {\n        font-size: 1.3rem;\n    }\n\n    .specs-table-responsive th,\n    .specs-table-responsive td {\n        padding: 8px 10px;\n        font-size: 0.8rem;\n    }\n\n    .usage-card-responsive,\n    .service-card-responsive {\n        padding: 12px 8px;\n    }\n\n    .final-cta-responsive {\n        padding: 25px 10px;\n    }\n\n    .final-cta-responsive h2 {\n        font-size: 1.5rem;\n    }\n}\n\u003c\/style\u003e\n\u003c!-- Début du contenu produit --\u003e\n\u003cdiv class=\"product-content-section\"\u003e\u003c!-- Description principale --\u003e\n\u003ch2\u003e\u003cstrong\u003eReliable High-Speed Internet for Underserved Areas\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eFree your business from connectivity constraints with \u003cstrong\u003eStarlink Mini\u003c\/strong\u003e, the ultra-compact and high-performance satellite internet solution. Specially designed for small businesses located in areas poorly served by fiber or with insufficient 4G\/5G coverage, this revolutionary antenna guarantees a stable and reliable high-speed connection to keep your operations running.\u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003eWhy Choose Starlink Mini for Your Business?\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cspan style=\"color: #1fb6ff;\"\u003e✓\u003c\/span\u003e \u003cstrong\u003eReliable Backup Solution:\u003c\/strong\u003e Instant internet backup in case of fiber or mobile network failure. Guaranteed business continuity with possible automatic failover.\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"color: #1fb6ff;\"\u003e✓\u003c\/span\u003e \u003cstrong\u003eQuick and Simple Installation:\u003c\/strong\u003e Deployment in less than 30 minutes, without complex work or technical intervention. Ideal for businesses in rural or underserved areas.\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"color: #1fb6ff;\"\u003e✓\u003c\/span\u003e \u003cstrong\u003eProfessional Performance:\u003c\/strong\u003e Speeds up to 100+ Mbps with reduced latency, perfect for video conferencing, cloud computing, and critical business applications.\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"color: #1fb6ff;\"\u003e✓\u003c\/span\u003e \u003cstrong\u003eEconomical and Flexible:\u003c\/strong\u003e Controlled costs with the possibility of suspending\/resuming according to your needs. A cost-effective alternative to expensive dedicated lines.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Spécifications Techniques --\u003e\n\u003cdiv class=\"specs-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eStarlink Mini Technical Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table-responsive\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eAntenna\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eElectronic Phased Array\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eKit Dimensions\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e430 x 334 x 79 mm (compact desktop)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eField of View\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e110 degrees\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eOrientation\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSoftware-assisted manual orientation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eAntenna Weight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e1.1 kg (easy installation)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWeight with Stand\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e1.16 kg (portable)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eProtection Rating\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eIP67 (weather resistant)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eOperating Temperature\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e-30°C to 50°C (all conditions)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWind Resistance\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eFunctional up to 96 km\/h\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePower Consumption\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e25 to 40W (energy efficient)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePower Supply\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e12-48V 60W or USB-C 100W\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWi-Fi\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e802.11a\/b\/g\/n\/ac - Wi-Fi 5\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWi-Fi Coverage\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eUp to 112 m² (offices\/workshops)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eConnected Devices\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eUp to 128 simultaneous devices\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Applications d'usage --\u003e\n\u003cdiv class=\"usage-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eBusiness Applications for Small Businesses\u003c\/h2\u003e\n\u003cdiv class=\"usage-grid-responsive\"\u003e\n\u003cdiv class=\"usage-card-responsive\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e🏢\u003c\/div\u003e\n\u003ch3\u003eRural Offices\u003c\/h3\u003e\n\u003cp\u003eHigh-speed connectivity for businesses located outside fiber-optic zones. Ideal for practices, agencies, design offices, and services in white areas or those poorly served by traditional operators.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card-responsive\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e🔧\u003c\/div\u003e\n\u003ch3\u003eWorkshops \u0026amp; Industrial Sites\u003c\/h3\u003e\n\u003cp\u003eInternet solution for isolated workshops, warehouses, and production sites. Connect your IoT equipment, management systems, and business applications without geographical constraints.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card-responsive\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e🚛\u003c\/div\u003e\n\u003ch3\u003eRetail \u0026amp; Points of Sale\u003c\/h3\u003e\n\u003cp\u003eReliable internet for shops, restaurants, and guesthouses in rural areas. Point-of-sale systems, online bookings, electronic payments, and customer Wi-Fi without interruption.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card-responsive\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e⚡\u003c\/div\u003e\n\u003ch3\u003eBackup \u0026amp; Business Continuity\u003c\/h3\u003e\n\u003cp\u003eAutomatic backup solution in case of fiber or 4G\/5G outage. Transparent failover to maintain your critical activities: video conferencing, cloud, remote work.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section Advanced Tracking --\u003e\n\u003cdiv class=\"at-service-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eProfessional Support by Advanced Tracking\u003c\/h2\u003e\n\u003cp style=\"text-align: center; font-size: 1.1rem; color: #666666; margin-bottom: 30px; line-height: 1.6;\"\u003eWe understand the connectivity challenges of small businesses. With Advanced Tracking, benefit from professional service tailored to your business needs:\u003c\/p\u003e\n\u003cdiv class=\"service-grid-responsive\"\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e🔧\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003eProfessional Installation \u0026amp; Configuration\u003c\/h3\u003e\n\u003cp\u003eRapid deployment with network configuration optimized for your business needs. Specialized technical support for integration into your existing infrastructure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e💳\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003eBusiness Billing\u003c\/h3\u003e\n\u003cp\u003eProfessional monthly billing with the possibility of suspension\/resumption according to your seasonal activity. Customized quotes for multiple installations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e🎧\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003eDedicated Technical Support\u003c\/h3\u003e\n\u003cp\u003eSupport team specialized in business issues. Priority assistance to maintain the continuity of your professional activity.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e⚡\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003eRedundancy Solutions\u003c\/h3\u003e\n\u003cp\u003eAdvice and implementation of automatic backup solutions. Transparent failover configuration between your main connection and Starlink Mini.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Contact Info --\u003e\n\u003cdiv class=\"contact-highlight-responsive\"\u003e\n\u003cdiv class=\"contact-card-responsive\"\u003e\u003cspan style=\"font-size: 1.2rem;\"\u003e📞\u003c\/span\u003e\n\u003cdiv class=\"contact-info-responsive\"\u003e\n\u003ch4\u003eBusiness Support\u003c\/h4\u003e\n\u003cdiv class=\"phone\"\u003e+33 (0) 494 23 15 51\u003c\/div\u003e\n\u003cdiv class=\"hours\"\u003eOpen Monday to Friday: 9 AM-12 PM and 2 PM-6 PM\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!-- CTA Final --\u003e\n\u003cdiv class=\"final-cta-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eFree Your Business from Connectivity Constraints\u003c\/h2\u003e\n\u003cp\u003eEquip your business with Starlink Mini and ensure reliable professional connectivity, wherever you are. Say goodbye to slow speeds and network outages that paralyze your activity.\u003c\/p\u003e\nNote: Activation\/Management\/Billing with Advanced-Tracking only (not with Starlink) on a calendar month basis. Antenna release under Starlink conditions (3 months of active service with Advanced-Tracking + fees)\u003c\/div\u003e\n\u003cdiv class=\"product-content-section\"\u003eEach Starlink subscription consists of a priority data pool. Once your priority data pool has been used up, the service remains unlimited at a reduced speed of 1 MB per second. If you purchase an additional priority data package, the data already used at reduced speed will be deducted from the added package.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Advanced Tracking","offers":[{"title":"Default Title","offer_id":55671891722564,"sku":null,"price":475.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0331\/9087\/1179\/files\/starlink-mini-1.jpg?v=1741247654"},{"product_id":"starlink-flat-high-performance-entreprises","title":"Starlink Flat High Performance: Permanent Business Connectivity","description":"\u003cstyle\u003e\n\/* Styles pour la section de contenu produit uniquement *\/\n.product-content-section {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 20px;\n}\n\n.product-content-section h2 {\n    font-size: 2.2rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    text-align: center;\n    margin-bottom: 30px;\n    line-height: 1.3;\n}\n\n.product-content-section h3 {\n    font-size: 1.5rem;\n    font-weight: 600;\n    color: #1fb6ff;\n    margin-bottom: 20px;\n}\n\n.product-content-section p {\n    color: #666666;\n    line-height: 1.7;\n    margin-bottom: 20px;\n    font-size: 1.1rem;\n    text-align: justify;\n}\n\n\/* Spécifications techniques *\/\n.specs-section-responsive {\n    background: #f8f9fa;\n    padding: 40px 20px;\n    margin: 30px 0;\n    border-radius: 15px;\n    box-shadow: 0 2px 15px rgba(0,0,0,0.08);\n}\n\n.specs-table-responsive {\n    width: 100%;\n    border-collapse: collapse;\n    background: white;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.1);\n    margin-top: 20px;\n}\n\n.specs-table-responsive th,\n.specs-table-responsive td {\n    padding: 18px 20px;\n    text-align: left;\n    border-bottom: 1px solid #e9ecef;\n}\n\n.specs-table-responsive th {\n    background: linear-gradient(135deg, #f1f3f4 0%, #e8eaed 100%);\n    font-weight: 700;\n    color: #333333;\n    font-size: 1.1rem;\n}\n\n.specs-table-responsive tr:last-child td {\n    border-bottom: none;\n}\n\n.specs-table-responsive tr:hover {\n    background: #f8f9fa;\n    transition: background 0.3s ease;\n}\n\n.specs-table-responsive td strong {\n    color: #333333;\n    font-weight: 600;\n}\n\n\/* Applications d'usage *\/\n.usage-section-responsive {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    padding: 40px 20px;\n    margin: 30px 0;\n    border-radius: 15px;\n    box-shadow: 0 2px 15px rgba(0,0,0,0.08);\n}\n\n.usage-grid-responsive {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 20px;\n    margin-top: 30px;\n}\n\n.usage-card-responsive {\n    background: white;\n    padding: 25px;\n    border-radius: 12px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n    text-align: center;\n    transition: all 0.3s ease;\n    border: 1px solid rgba(31, 182, 255, 0.1);\n}\n\n.usage-card-responsive:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 8px 25px rgba(0,0,0,0.15);\n    border-color: #1fb6ff;\n}\n\n.usage-icon-responsive {\n    width: 60px;\n    height: 60px;\n    background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 15px;\n    font-size: 1.5rem;\n    box-shadow: 0 3px 12px rgba(31, 182, 255, 0.3);\n}\n\n.usage-card-responsive h3 {\n    font-size: 1.2rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin-bottom: 10px;\n}\n\n.usage-card-responsive p {\n    color: #666666;\n    line-height: 1.5;\n    font-size: 1rem;\n    text-align: center;\n    margin: 0;\n}\n\n\/* Section Advanced Tracking *\/\n.at-service-section-responsive {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    padding: 40px 20px;\n    margin: 30px 0;\n    border-radius: 15px;\n    box-shadow: 0 2px 15px rgba(0,0,0,0.08);\n}\n\n.service-grid-responsive {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 20px;\n    margin: 30px 0;\n}\n\n.service-card-responsive {\n    display: flex;\n    gap: 15px;\n    align-items: flex-start;\n    background: white;\n    padding: 20px;\n    border-radius: 12px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n    transition: all 0.3s ease;\n    border-left: 4px solid #1fb6ff;\n}\n\n.service-card-responsive:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n}\n\n.service-icon-responsive {\n    width: 50px;\n    height: 50px;\n    background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1.2rem;\n    flex-shrink: 0;\n    box-shadow: 0 3px 12px rgba(31, 182, 255, 0.3);\n}\n\n.service-content-responsive h3 {\n    font-size: 1.1rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin: 0 0 8px 0;\n}\n\n.service-content-responsive p {\n    color: #666666;\n    line-height: 1.5;\n    margin: 0;\n    font-size: 1rem;\n    text-align: left;\n}\n\n\/* Contact *\/\n.contact-highlight-responsive {\n    display: flex;\n    justify-content: center;\n    margin-top: 30px;\n}\n\n.contact-card-responsive {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    background: white;\n    padding: 15px 25px;\n    border-radius: 10px;\n    box-shadow: 0 3px 12px rgba(0,0,0,0.1);\n    border-left: 4px solid #1fb6ff;\n    transition: all 0.3s ease;\n}\n\n.contact-card-responsive:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 5px 18px rgba(0,0,0,0.15);\n}\n\n.contact-info-responsive h4 {\n    font-size: 1rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin: 0 0 3px 0;\n}\n\n.contact-info-responsive .phone {\n    font-size: 1.1rem;\n    font-weight: 600;\n    color: #059669;\n    margin: 0 0 2px 0;\n}\n\n.contact-info-responsive .hours {\n    font-size: 0.85rem;\n    color: #666666;\n}\n\n\/* CTA Final *\/\n.final-cta-responsive {\n    background: linear-gradient(135deg, #0ea5e9 0%, #1fb6ff 100%);\n    color: white;\n    padding: 50px 30px;\n    text-align: center;\n    border-radius: 20px;\n    margin: 40px 0;\n    box-shadow: 0 5px 25px rgba(0,0,0,0.15);\n}\n\n.final-cta-responsive h2 {\n    font-size: 2.5rem;\n    font-weight: 700;\n    margin-bottom: 20px;\n    text-shadow: 0 2px 4px rgba(0,0,0,0.3);\n    color: white;\n}\n\n.final-cta-responsive p {\n    font-size: 1.2rem;\n    margin-bottom: 30px;\n    opacity: 0.95;\n    line-height: 1.5;\n    color: white;\n    text-align: center;\n}\n\n\/* Image responsive *\/\n.product-image-responsive {\n    display: block;\n    margin: 30px auto;\n    max-width: 100%;\n    height: auto;\n    border-radius: 15px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.1);\n}\n\n\/* RESPONSIVE DESIGN *\/\n\n\/* Tablettes (768px et moins) *\/\n@media (max-width: 768px) {\n    .product-content-section {\n        padding: 0 15px;\n    }\n\n    .product-content-section h2 {\n        font-size: 1.8rem;\n        margin-bottom: 25px;\n    }\n\n    .product-content-section h3 {\n        font-size: 1.3rem;\n    }\n\n    .product-content-section p {\n        font-size: 1rem;\n    }\n\n    .specs-section-responsive,\n    .usage-section-responsive,\n    .at-service-section-responsive {\n        padding: 30px 15px;\n        margin: 25px 0;\n    }\n\n    \/* Tableau responsive *\/\n    .specs-table-responsive {\n        font-size: 0.9rem;\n    }\n\n    .specs-table-responsive th,\n    .specs-table-responsive td {\n        padding: 12px 15px;\n    }\n\n    \/* Grilles responsive *\/\n    .usage-grid-responsive,\n    .service-grid-responsive {\n        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n        gap: 15px;\n    }\n\n    .usage-card-responsive,\n    .service-card-responsive {\n        padding: 20px 15px;\n    }\n\n    .usage-icon-responsive {\n        width: 50px;\n        height: 50px;\n        font-size: 1.3rem;\n    }\n\n    .service-icon-responsive {\n        width: 45px;\n        height: 45px;\n        font-size: 1.1rem;\n    }\n\n    \/* Service cards en colonne sur tablette *\/\n    .service-card-responsive {\n        flex-direction: column;\n        text-align: center;\n        gap: 12px;\n    }\n\n    \/* Contact responsive *\/\n    .contact-card-responsive {\n        flex-direction: column;\n        text-align: center;\n        gap: 10px;\n        padding: 15px 20px;\n    }\n\n    \/* CTA responsive *\/\n    .final-cta-responsive h2 {\n        font-size: 2rem;\n    }\n\n    .final-cta-responsive p {\n        font-size: 1.1rem;\n    }\n\n    .final-cta-responsive {\n        padding: 40px 25px;\n    }\n}\n\n\/* Mobiles (480px et moins) *\/\n@media (max-width: 480px) {\n    .product-content-section {\n        padding: 0 10px;\n    }\n\n    .product-content-section h2 {\n        font-size: 1.5rem;\n        margin-bottom: 20px;\n    }\n\n    .product-content-section h3 {\n        font-size: 1.2rem;\n    }\n\n    .product-content-section p {\n        font-size: 0.95rem;\n    }\n\n    .specs-section-responsive,\n    .usage-section-responsive,\n    .at-service-section-responsive {\n        padding: 25px 10px;\n        margin: 20px 0;\n        border-radius: 12px;\n    }\n\n    \/* Tableau très responsive *\/\n    .specs-table-responsive {\n        font-size: 0.85rem;\n    }\n\n    .specs-table-responsive th,\n    .specs-table-responsive td {\n        padding: 10px 12px;\n    }\n\n    \/* Grilles en une colonne *\/\n    .usage-grid-responsive,\n    .service-grid-responsive {\n        grid-template-columns: 1fr;\n        gap: 12px;\n    }\n\n    .usage-card-responsive {\n        padding: 18px 12px;\n    }\n\n    .usage-icon-responsive {\n        width: 45px;\n        height: 45px;\n        font-size: 1.2rem;\n        margin-bottom: 12px;\n    }\n\n    .usage-card-responsive h3 {\n        font-size: 1.1rem;\n    }\n\n    .usage-card-responsive p {\n        font-size: 0.9rem;\n    }\n\n    .service-card-responsive {\n        padding: 15px 12px;\n    }\n\n    .service-content-responsive h3 {\n        font-size: 1rem;\n    }\n\n    .service-content-responsive p {\n        font-size: 0.9rem;\n    }\n\n    \/* Contact mobile *\/\n    .contact-card-responsive {\n        padding: 12px 15px;\n        margin: 0 5px;\n    }\n\n    .contact-info-responsive h4 {\n        font-size: 0.95rem;\n    }\n\n    .contact-info-responsive .phone {\n        font-size: 1rem;\n    }\n\n    .contact-info-responsive .hours {\n        font-size: 0.8rem;\n    }\n\n    \/* CTA mobile *\/\n    .final-cta-responsive {\n        padding: 30px 15px;\n    }\n\n    .final-cta-responsive h2 {\n        font-size: 1.7rem;\n        margin-bottom: 15px;\n    }\n\n    .final-cta-responsive p {\n        font-size: 1rem;\n        margin-bottom: 20px;\n    }\n}\n\n\/* Très petits écrans (320px et moins) *\/\n@media (max-width: 320px) {\n    .product-content-section {\n        padding: 0 8px;\n    }\n\n    .product-content-section h2 {\n        font-size: 1.3rem;\n    }\n\n    .specs-table-responsive th,\n    .specs-table-responsive td {\n        padding: 8px 10px;\n        font-size: 0.8rem;\n    }\n\n    .usage-card-responsive,\n    .service-card-responsive {\n        padding: 12px 8px;\n    }\n\n    .final-cta-responsive {\n        padding: 25px 10px;\n    }\n\n    .final-cta-responsive h2 {\n        font-size: 1.5rem;\n    }\n}\n\u003c\/style\u003e\n\u003c!-- Début du contenu produit --\u003e\n\u003cdiv class=\"product-content-section\"\u003e\u003c!-- Description principale --\u003e\n\u003ch2\u003e\u003cstrong\u003eHigh-Performance Satellite Internet for Demanding Businesses\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eEnsure your business's operational continuity with \u003cstrong\u003eStarlink Flat High Performance\u003c\/strong\u003e, the benchmark satellite antenna for organizations that cannot afford any connectivity interruption. Designed for businesses of all sizes requiring maximum performance, this revolutionary solution guarantees permanent high-speed connection with exceptional speeds of up to 220 Mbps, regardless of terrestrial infrastructure.\u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003eWhy Starlink Flat High Performance is Essential?\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cspan style=\"color: #1fb6ff;\"\u003e✓\u003c\/span\u003e \u003cstrong\u003eExceptional Performance:\u003c\/strong\u003e Speeds up to 220 Mbps with ultra-low latency. Ideal for critical applications, simultaneous 4K streaming, HD video conferencing, and massive data transfers.\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"color: #1fb6ff;\"\u003e✓\u003c\/span\u003e \u003cstrong\u003eEnterprise Reliability:\u003c\/strong\u003e Motorized self-orientation and 120° field of view for optimal connectivity in all circumstances. Extreme resistance to environmental conditions.\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"color: #1fb6ff;\"\u003e✓\u003c\/span\u003e \u003cstrong\u003eTotal Global Coverage:\u003c\/strong\u003e Guaranteed connectivity anywhere in the world, from urban centers to the most isolated areas. Ideal solution for multi-site businesses and international operations.\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"color: #1fb6ff;\"\u003e✓\u003c\/span\u003e \u003cstrong\u003eIndustrial Robustness:\u003c\/strong\u003e Resistance to extreme winds (270+ km\/h), temperatures from -40°C to +60°C, and IP56 protection. Designed to operate in the most demanding environments.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Spécifications Techniques --\u003e\n\u003cdiv class=\"specs-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eStarlink Flat High Performance Technical Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table-responsive\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eSpecification\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eAntenna\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eHigh-Performance Electronic Phased Array\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eDimensions\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e57.5 cm x 51.1 cm (optimized flat design)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eField of View\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e120 degrees (maximum coverage)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eOrientation\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eIntelligent Motorized Self-Orientation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e5.9 kg (without cable) \/ 6.7 kg (with 8m cable)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eIP Rating\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eIP56 (resistance to powerful water jets)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eOperating Temperature\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e-40°C to +60°C (extreme conditions)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWind Resistance\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eOperational in winds \u0026gt;270 km\/h\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eSnow Melt Capacity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eUp to 75 mm\/hour (automatic snow removal)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMax Throughput\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eUp to 220 Mbps download \/ 25 Mbps upload\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eLatency\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e20-40ms (real-time performance)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePower Consumption\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e75-100W (optimized energy efficiency)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eConnectivity\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eGigabit Ethernet + Integrated Wi-Fi 6\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eSimultaneous Users\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e200+ connected devices simultaneously\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Applications d'usage --\u003e\n\u003cdiv class=\"usage-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eMission-Critical Applications for Businesses\u003c\/h2\u003e\n\u003cdiv class=\"usage-grid-responsive\"\u003e\n\u003cdiv class=\"usage-card-responsive\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e🏭\u003c\/div\u003e\n\u003ch3\u003eIndustrial Sites \u0026amp; Manufacturing\u003c\/h3\u003e\n\u003cp\u003eHigh-performance connectivity for Industry 4.0 factories, automated production sites, oil platforms. Real-time monitoring, massive industrial IoT, predictive maintenance, and critical low-latency communications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card-responsive\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e🏢\u003c\/div\u003e\n\u003ch3\u003eHeadquarters \u0026amp; Data Centers\u003c\/h3\u003e\n\u003cp\u003ePremium redundancy solution for nerve centers, headquarters, data centers. Instant failover in case of fiber outage while maintaining critical performance and enterprise SLAs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card-responsive\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e🌐\u003c\/div\u003e\n\u003ch3\u003eInternational Operations\u003c\/h3\u003e\n\u003cp\u003eGlobal connectivity for multinational companies, diplomatic missions, military bases. Rapid deployment across all continents with consistent performance and enhanced security.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card-responsive\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e🚑\u003c\/div\u003e\n\u003ch3\u003eCritical Services \u0026amp; Emergencies\u003c\/h3\u003e\n\u003cp\u003eHigh-availability internet for hospitals, emergency centers, law enforcement. Vital communications guaranteed even in cases of natural disaster, cyberattack, or infrastructure failure.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section Advanced Tracking --\u003e\n\u003cdiv class=\"at-service-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003ePremium Enterprise Service by Advanced Tracking\u003c\/h2\u003e\n\u003cp style=\"text-align: center; font-size: 1.1rem; color: #666666; margin-bottom: 30px; line-height: 1.6;\"\u003eWe understand the business continuity challenges of the most demanding enterprises. With Advanced Tracking, benefit from a premium international-level enterprise service:\u003c\/p\u003e\n\u003cdiv class=\"service-grid-responsive\"\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e🔧\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003ePremium Enterprise Deployment\u003c\/h3\u003e\n\u003cp\u003eInstallation by certified engineers with prior site survey. Full integration into your network infrastructure, performance testing, and detailed technical documentation.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e💳\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003eFlexible Enterprise Contracts\u003c\/h3\u003e\n\u003cp\u003eProfessional invoicing tailored to your needs. Multi-year contracts, decreasing rates for large fleets, preferential terms for key accounts and public administrations.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e🎧\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003eSpecialized Technical Support\u003c\/h3\u003e\n\u003cp\u003eDedicated technical assistance with priority escalation. Business hours support for critical incidents, advanced satellite network expertise, and personalized accompaniment.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e⚡\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003eRedundancy Solutions\u003c\/h3\u003e\n\u003cp\u003eConsulting and implementation of redundant solutions with automatic failover. Configuration of monitoring, alerts, and business continuity plans according to your requirements.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Contact Info --\u003e\n\u003cdiv class=\"contact-highlight-responsive\"\u003e\n\u003cdiv class=\"contact-card-responsive\"\u003e\u003cspan style=\"font-size: 1.2rem;\"\u003e📞\u003c\/span\u003e\n\u003cdiv class=\"contact-info-responsive\"\u003e\n\u003ch4\u003eSpecialized Enterprise Support\u003c\/h4\u003e\n\u003cdiv class=\"phone\"\u003e+33 (0) 494 23 15 51\u003c\/div\u003e\n\u003cdiv class=\"hours\"\u003eOpen Monday to Friday: 9 AM-12 PM and 2 PM-6 PM\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!-- CTA Final --\u003e\n\u003cdiv class=\"final-cta-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eEnsure the Excellence of Your Enterprise Connectivity\u003c\/h2\u003e\n\u003cp\u003eEquip your business with Starlink Flat High Performance and guarantee exceptional network performance, absolute reliability, and permanent connectivity. Because the excellence of your business deserves the excellence of your connectivity.\u003c\/p\u003e\nNote: Activation\/Management\/Billing by Advanced-Tracking only (not by Starlink) on a calendar month basis. Antenna release subject to Starlink conditions (3 months of active service with Advanced-Tracking + fees)\u003c\/div\u003e\n\u003cdiv class=\"product-content-section\"\u003eEach Starlink subscription consists of a priority data pool. Once your priority data pool has been used up, the service remains unlimited at a reduced speed of 1 MB per second. If you purchase an additional priority data package, the data already used at reduced speed will be deducted from the added package.\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Advanced Tracking","offers":[{"title":"Default Title","offer_id":55672072339780,"sku":null,"price":1426.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0331\/9087\/1179\/files\/landing_with_logo.jpg?v=1725544640"},{"product_id":"smartconnect-gateway-terrestre","title":"SmartConnect Terrestrial Gateway","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003cmeta content=\"SmartConnect Terrestrial Gateway: hybrid satellite\/cellular IoT hub, 300m LoRaWan sensors, 24\/7 monitoring. Industries, agriculture, remote sites.\" name=\"description\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            line-height: 1.6;\n            color: #333;\n        }\n\n        .product-content-section {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 60px 40px;\n            background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n            border-top: 4px solid #1fb6ff;\n            margin-bottom: 40px;\n            border-radius: 12px;\n            box-shadow: 0 8px 32px rgba(31, 182, 255, 0.15);\n        }\n\n        .product-content-section h2 {\n            color: #1fb6ff;\n            font-size: 2.2rem;\n            margin-bottom: 20px;\n            text-align: center;\n            position: relative;\n        }\n\n        .product-content-section h2::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 3px;\n            background: linear-gradient(90deg, #1fb6ff, #0ea5e9);\n            border-radius: 2px;\n        }\n\n        .product-content-section h3 {\n            color: #666;\n            font-size: 1.3rem;\n            margin-bottom: 30px;\n            text-align: center;\n            font-weight: 400;\n        }\n\n        .product-content-section p {\n            color: #666;\n            font-size: 1.1rem;\n            margin-bottom: 25px;\n            text-align: justify;\n        }\n\n        \/* Section Héro Terrestre *\/\n        .hero-section-terrestrial {\n            background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n            border-top: 4px solid #1fb6ff;\n            padding: 60px 40px;\n            margin-bottom: 40px;\n            border-radius: 12px;\n            box-shadow: 0 8px 32px rgba(31, 182, 255, 0.15);\n        }\n\n        .hero-content-terrestrial {\n            max-width: 1200px;\n            margin: 0 auto;\n            text-align: center;\n        }\n\n        .hero-content-terrestrial h1 {\n            color: #1fb6ff;\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n            position: relative;\n        }\n\n        .hero-content-terrestrial h1::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 100px;\n            height: 4px;\n            background: linear-gradient(90deg, #1fb6ff, #0ea5e9);\n            border-radius: 2px;\n        }\n\n        .hero-subtitle-terrestrial {\n            color: #666;\n            font-size: 1.4rem;\n            margin-bottom: 40px;\n            font-weight: 400;\n        }\n\n        .hero-features-terrestrial {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 30px;\n            margin-top: 50px;\n        }\n\n        .hero-feature-terrestrial {\n            background: rgba(255, 255, 255, 0.9);\n            padding: 30px 25px;\n            border-radius: 12px;\n            border-left: 4px solid #1fb6ff;\n            box-shadow: 0 4px 20px rgba(31, 182, 255, 0.15);\n            transition: all 0.3s ease;\n        }\n\n        .hero-feature-terrestrial:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 32px rgba(31, 182, 255, 0.25);\n        }\n\n        .hero-feature-terrestrial .icon {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 20px;\n            font-size: 1.8rem;\n            color: white;\n            box-shadow: 0 4px 15px rgba(31, 182, 255, 0.3);\n        }\n\n        .hero-feature-terrestrial h4 {\n            color: #1fb6ff;\n            font-size: 1.2rem;\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n\n        .hero-feature-terrestrial p {\n            color: #666;\n            font-size: 1rem;\n            line-height: 1.5;\n        }\n\n        \/* Section Applications Terrestres *\/\n        .applications-terrestrial-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 30px;\n            margin-top: 40px;\n        }\n\n        .application-terrestrial-card {\n            background: rgba(255, 255, 255, 0.9);\n            padding: 35px 30px;\n            border-radius: 12px;\n            border-left: 4px solid #1fb6ff;\n            box-shadow: 0 4px 20px rgba(31, 182, 255, 0.15);\n            transition: all 0.3s ease;\n        }\n\n        .application-terrestrial-card:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 8px 32px rgba(31, 182, 255, 0.25);\n        }\n\n        .application-terrestrial-card .icon {\n            width: 70px;\n            height: 70px;\n            background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 25px;\n            font-size: 2rem;\n            color: white;\n            box-shadow: 0 4px 15px rgba(31, 182, 255, 0.3);\n        }\n\n        .application-terrestrial-card h4 {\n            color: #1fb6ff;\n            font-size: 1.3rem;\n            margin-bottom: 15px;\n            font-weight: 600;\n        }\n\n        .application-terrestrial-card p {\n            color: #666;\n            font-size: 1rem;\n            line-height: 1.6;\n            margin-bottom: 20px;\n        }\n\n        .application-terrestrial-card ul {\n            list-style: none;\n            padding: 0;\n        }\n\n        .application-terrestrial-card li {\n            color: #666;\n            font-size: 0.95rem;\n            margin-bottom: 8px;\n            padding-left: 20px;\n            position: relative;\n        }\n\n        .application-terrestrial-card li::before {\n            content: '✓';\n            position: absolute;\n            left: 0;\n            color: #1fb6ff;\n            font-weight: bold;\n        }\n\n        \/* Section Fonctionnalités Avancées Responsive *\/\n        .features-section-responsive {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 50px 40px;\n            background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n            border-top: 4px solid #1fb6ff;\n            margin-bottom: 40px;\n            border-radius: 12px;\n            box-shadow: 0 8px 32px rgba(31, 182, 255, 0.15);\n        }\n\n        .features-intro {\n            text-align: center;\n            margin-bottom: 50px;\n        }\n\n        .features-intro h2 {\n            color: #1fb6ff;\n            font-size: 2.2rem;\n            margin-bottom: 20px;\n            position: relative;\n        }\n\n        .features-intro h2::after {\n            content: '';\n            position: absolute;\n            bottom: -10px;\n            left: 50%;\n            transform: translateX(-50%);\n            width: 80px;\n            height: 3px;\n            background: linear-gradient(90deg, #1fb6ff, #0ea5e9);\n            border-radius: 2px;\n        }\n\n        .features-intro p {\n            color: #666;\n            font-size: 1.1rem;\n            max-width: 800px;\n            margin: 0 auto;\n        }\n\n        \/* Tableau desktop *\/\n        .features-table-desktop {\n            width: 100%;\n            border-collapse: collapse;\n            background: white;\n            border-radius: 12px;\n            overflow: hidden;\n            box-shadow: 0 4px 20px rgba(31, 182, 255, 0.15);\n        }\n\n        .features-table-desktop thead {\n            background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n            color: white;\n        }\n\n        .features-table-desktop th {\n            padding: 20px 15px;\n            text-align: left;\n            font-weight: 600;\n            font-size: 1.1rem;\n            text-shadow: 0 1px 2px rgba(0,0,0,0.1);\n        }\n\n        .features-table-desktop th:first-child {\n            width: 25%;\n        }\n\n        .features-table-desktop th:nth-child(2) {\n            width: 45%;\n        }\n\n        .features-table-desktop th:last-child {\n            width: 30%;\n            min-width: 180px;\n        }\n\n        .features-table-desktop td {\n            padding: 18px 15px;\n            border-bottom: 1px solid #e0f2fe;\n            vertical-align: top;\n        }\n\n        .features-table-desktop tr:hover {\n            background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n            transition: all 0.3s ease;\n        }\n\n        .feature-name {\n            font-weight: 600;\n            color: #1fb6ff;\n            display: flex;\n            align-items: center;\n            gap: 15px;\n        }\n\n        .feature-icon {\n            width: 35px;\n            height: 35px;\n            background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-size: 1rem;\n            box-shadow: 0 2px 8px rgba(31, 182, 255, 0.3);\n        }\n\n        .feature-description {\n            color: #666;\n            font-size: 1rem;\n            line-height: 1.5;\n        }\n\n        .feature-advantage {\n            color: #333;\n            font-weight: 500;\n        }\n\n        .advantage-badge {\n            background: linear-gradient(135deg, #10b981, #059669);\n            color: white;\n            padding: 6px 12px;\n            border-radius: 20px;\n            font-size: 0.85rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n            box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);\n            white-space: nowrap;\n            display: inline-block;\n            max-width: 100%;\n            overflow: hidden;\n            text-overflow: ellipsis;\n        }\n\n        \/* Cartes mobiles - Design simple et propre *\/\n        .features-cards-mobile {\n            display: none;\n            flex-direction: column;\n            gap: 20px;\n        }\n\n        .feature-card-mobile {\n            background: white;\n            border-radius: 12px;\n            padding: 24px 20px;\n            box-shadow: 0 2px 12px rgba(0,0,0,0.08);\n            border-top: 4px solid #1fb6ff;\n            transition: all 0.3s ease;\n        }\n\n        .feature-card-mobile:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 4px 20px rgba(31, 182, 255, 0.12);\n        }\n\n        .feature-card-mobile .header {\n            text-align: center;\n            margin-bottom: 20px;\n        }\n\n        .feature-card-mobile .icon {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 1.5rem;\n            color: white;\n            margin: 0 auto 12px auto;\n            box-shadow: 0 4px 16px rgba(31, 182, 255, 0.3);\n        }\n\n        .feature-card-mobile h4 {\n            margin: 0 0 8px 0;\n            color: #1fb6ff;\n            font-size: 1.2rem;\n            font-weight: 600;\n            text-align: center;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        .feature-card-mobile .badge {\n            background: linear-gradient(135deg, #10b981, #059669);\n            color: white;\n            padding: 6px 12px;\n            border-radius: 20px;\n            font-size: 0.75rem;\n            font-weight: 600;\n            text-transform: uppercase;\n            letter-spacing: 0.3px;\n            display: inline-block;\n        }\n\n        .feature-card-mobile .description {\n            color: #666;\n            font-size: 1rem;\n            line-height: 1.6;\n            margin-bottom: 16px;\n            text-align: center;\n        }\n\n        .feature-card-mobile .advantage {\n            background: linear-gradient(135deg, #f0f9ff, #e0f2fe);\n            border: 1px solid rgba(31, 182, 255, 0.2);\n            border-radius: 8px;\n            padding: 12px 16px;\n            color: #1fb6ff;\n            font-size: 0.95rem;\n            font-weight: 500;\n            text-align: center;\n            position: relative;\n        }\n\n        .feature-card-mobile .advantage::before {\n            content: '✓';\n            position: absolute;\n            left: 12px;\n            top: 50%;\n            transform: translateY(-50%);\n            width: 18px;\n            height: 18px;\n            background: linear-gradient(135deg, #10b981, #059669);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 0.7rem;\n            color: white;\n            font-weight: bold;\n        }\n\n        .feature-card-mobile .advantage {\n            padding-left: 40px;\n            text-align: left;\n        }\n\n        \/* Section CTA Final *\/\n        .cta-final-section {\n            background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n            color: white;\n            padding: 60px 40px;\n            text-align: center;\n            border-radius: 12px;\n            margin-bottom: 40px;\n            box-shadow: 0 8px 32px rgba(31, 182, 255, 0.3);\n        }\n\n        .cta-final-section h2 {\n            font-size: 2.2rem;\n            margin-bottom: 20px;\n            text-shadow: 0 2px 4px rgba(0,0,0,0.1);\n        }\n\n        .cta-final-section p {\n            font-size: 1.2rem;\n            margin-bottom: 40px;\n            opacity: 0.95;\n            max-width: 800px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .cta-buttons {\n            display: flex;\n            gap: 20px;\n            justify-content: center;\n            flex-wrap: wrap;\n        }\n\n        .cta-button {\n            background: rgba(255, 255, 255, 0.2);\n            color: white;\n            padding: 15px 30px;\n            border: 2px solid rgba(255, 255, 255, 0.3);\n            border-radius: 8px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 1.1rem;\n            transition: all 0.3s ease;\n            backdrop-filter: blur(10px);\n        }\n\n        .cta-button:hover {\n            background: rgba(255, 255, 255, 0.3);\n            border-color: rgba(255, 255, 255, 0.5);\n            transform: translateY(-2px);\n            box-shadow: 0 4px 15px rgba(0,0,0,0.2);\n        }\n\n        .cta-button.primary {\n            background: white;\n            color: #1fb6ff;\n            border-color: white;\n        }\n\n        .cta-button.primary:hover {\n            background: #f0f9ff;\n            transform: translateY(-2px);\n            box-shadow: 0 4px 15px rgba(0,0,0,0.2);\n        }\n\n        \/* Section Contact *\/\n        .contact-section {\n            background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n            border-top: 4px solid #1fb6ff;\n            padding: 50px 40px;\n            border-radius: 12px;\n            box-shadow: 0 8px 32px rgba(31, 182, 255, 0.15);\n        }\n\n        .contact-content {\n            max-width: 800px;\n            margin: 0 auto;\n            text-align: center;\n        }\n\n        .contact-section h3 {\n            color: #1fb6ff;\n            font-size: 1.8rem;\n            margin-bottom: 20px;\n        }\n\n        .contact-info {\n            background: white;\n            padding: 30px;\n            border-radius: 12px;\n            border-left: 4px solid #1fb6ff;\n            box-shadow: 0 4px 20px rgba(31, 182, 255, 0.15);\n            display: flex;\n            flex-direction: column;\n            gap: 15px;\n        }\n\n        .contact-info p {\n            color: #666;\n            font-size: 1.1rem;\n            margin: 0;\n        }\n\n        .contact-info strong {\n            color: #1fb6ff;\n        }\n\n        \/* Responsive Design *\/\n        @media (max-width: 1024px) {\n            .features-table-desktop th:last-child {\n                min-width: 160px;\n            }\n\n            .advantage-badge {\n                font-size: 0.8rem;\n                padding: 5px 10px;\n                letter-spacing: 0.3px;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .product-content-section {\n                padding: 40px 20px;\n            }\n\n            .product-content-section h2 {\n                font-size: 1.8rem;\n            }\n\n            .hero-section-terrestrial {\n                padding: 40px 20px;\n            }\n\n            .hero-content-terrestrial h1 {\n                font-size: 2rem;\n            }\n\n            .hero-subtitle-terrestrial {\n                font-size: 1.2rem;\n            }\n\n            .hero-features-terrestrial {\n                grid-template-columns: 1fr;\n                gap: 20px;\n            }\n\n            .hero-feature-terrestrial {\n                padding: 25px 20px;\n            }\n\n            .hero-feature-terrestrial .icon {\n                width: 55px;\n                height: 55px;\n                font-size: 1.6rem;\n            }\n\n            .applications-terrestrial-grid {\n                grid-template-columns: 1fr;\n                gap: 20px;\n            }\n\n            .mobile-vehicles-section {\n                padding: 35px 20px;\n            }\n\n            .mobile-vehicles-section h2 {\n                font-size: 1.8rem;\n            }\n\n            .mobile-vehicles-section h3 {\n                font-size: 1.1rem;\n            }\n\n            .application-terrestrial-card {\n                padding: 30px 25px;\n            }\n\n            .application-terrestrial-card .icon {\n                width: 60px;\n                height: 60px;\n                font-size: 1.8rem;\n            }\n\n            .features-section-responsive {\n                padding: 35px 20px;\n            }\n\n            .features-intro h2 {\n                font-size: 1.8rem;\n            }\n\n            .features-intro p {\n                font-size: 1rem;\n            }\n\n            .features-table-desktop {\n                display: none;\n            }\n\n            .features-cards-mobile {\n                display: flex;\n                flex-direction: column;\n                gap: 18px;\n            }\n\n            .feature-card-mobile {\n                padding: 22px 18px;\n            }\n\n            .feature-card-mobile .icon {\n                width: 42px;\n                height: 42px;\n                font-size: 1.1rem;\n            }\n\n            .feature-card-mobile h4 {\n                font-size: 1.1rem;\n            }\n\n            .feature-card-mobile .badge {\n                font-size: 0.75rem;\n                padding: 4px 8px;\n                white-space: nowrap;\n                max-width: none;\n            }\n\n            .feature-card-mobile .description {\n                font-size: 0.95rem;\n            }\n\n            .feature-card-mobile .advantage {\n                font-size: 0.9rem;\n                padding: 10px;\n            }\n\n            .cta-final-section {\n                padding: 40px 20px;\n            }\n\n            .cta-final-section h2 {\n                font-size: 1.8rem;\n            }\n\n            .cta-final-section p {\n                font-size: 1.1rem;\n            }\n\n            .cta-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n\n            .cta-button {\n                width: 100%;\n                max-width: 320px;\n                padding: 18px 25px;\n                font-size: 1rem;\n                text-align: center;\n                display: block;\n            }\n\n            .contact-section {\n                padding: 35px 20px;\n            }\n\n            .contact-section h3 {\n                font-size: 1.6rem;\n            }\n\n            .contact-info {\n                padding: 25px 20px;\n            }\n\n            .contact-info p {\n                font-size: 1rem;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .product-content-section {\n                padding: 30px 15px;\n            }\n\n            .product-content-section h2 {\n                font-size: 1.6rem;\n            }\n\n            .product-content-section h3 {\n                font-size: 1.1rem;\n            }\n\n            .product-content-section p {\n                font-size: 1rem;\n            }\n\n            .hero-section-terrestrial {\n                padding: 35px 15px;\n            }\n\n            .hero-content-terrestrial h1 {\n                font-size: 1.7rem;\n            }\n\n            .hero-subtitle-terrestrial {\n                font-size: 1.1rem;\n            }\n\n            .hero-feature-terrestrial {\n                padding: 22px 18px;\n            }\n\n            .hero-feature-terrestrial .icon {\n                width: 50px;\n                height: 50px;\n                font-size: 1.4rem;\n            }\n\n            .hero-feature-terrestrial h4 {\n                font-size: 1.1rem;\n            }\n\n            .hero-feature-terrestrial p {\n                font-size: 0.95rem;\n            }\n\n            .applications-terrestrial-grid {\n                gap: 15px;\n            }\n\n            .mobile-vehicles-section {\n                padding: 30px 15px;\n            }\n\n            .mobile-vehicles-section h2 {\n                font-size: 1.6rem;\n            }\n\n            .mobile-vehicles-section h3 {\n                font-size: 1rem;\n            }\n\n            .application-terrestrial-card {\n                padding: 25px 18px;\n            }\n\n            .application-terrestrial-card .icon {\n                width: 55px;\n                height: 55px;\n                font-size: 1.6rem;\n            }\n\n            .application-terrestrial-card h4 {\n                font-size: 1.2rem;\n            }\n\n            .application-terrestrial-card p {\n                font-size: 0.95rem;\n            }\n\n            .application-terrestrial-card li {\n                font-size: 0.9rem;\n            }\n\n            .features-section-responsive {\n                padding: 30px 15px;\n            }\n\n            .features-intro h2 {\n                font-size: 1.6rem;\n            }\n\n            .features-intro p {\n                font-size: 0.95rem;\n            }\n\n            .features-cards-mobile {\n                gap: 15px;\n            }\n\n            .feature-card-mobile {\n                padding: 20px 15px;\n            }\n\n            .feature-card-mobile .header {\n                align-items: flex-start;\n                gap: 10px;\n            }\n\n            .feature-card-mobile .title-section {\n                min-width: 0;\n            }\n\n            .feature-card-mobile .icon {\n                width: 40px;\n                height: 40px;\n                font-size: 1rem;\n            }\n\n            .feature-card-mobile h4 {\n                font-size: 1.05rem;\n            }\n\n            .feature-card-mobile .badge {\n                font-size: 0.7rem;\n                padding: 3px 8px;\n            }\n\n            .feature-card-mobile .description {\n                font-size: 0.9rem;\n                line-height: 1.4;\n            }\n\n            .feature-card-mobile .advantage {\n                font-size: 0.85rem;\n                padding: 10px;\n            }\n\n            .cta-final-section {\n                padding: 35px 15px;\n            }\n\n            .cta-final-section h2 {\n                font-size: 1.6rem;\n            }\n\n            .cta-final-section p {\n                font-size: 1rem;\n            }\n\n            .cta-button {\n                max-width: 280px;\n                padding: 16px 20px;\n                font-size: 0.95rem;\n            }\n\n            .contact-section {\n                padding: 30px 15px;\n            }\n\n            .contact-section h3 {\n                font-size: 1.5rem;\n            }\n\n            .contact-info {\n                padding: 20px 15px;\n            }\n\n            .contact-info p {\n                font-size: 0.95rem;\n            }\n        }\n\n        @media (max-width: 320px) {\n            .product-content-section {\n                padding: 25px 12px;\n            }\n\n            .product-content-section h2 {\n                font-size: 1.4rem;\n            }\n\n            .product-content-section h3 {\n                font-size: 1rem;\n            }\n\n            .product-content-section p {\n                font-size: 0.95rem;\n            }\n\n            .hero-section-terrestrial {\n                padding: 25px 12px;\n            }\n\n            .hero-content-terrestrial h1 {\n                font-size: 1.5rem;\n            }\n\n            .hero-subtitle-terrestrial {\n                font-size: 1rem;\n            }\n\n            .hero-feature-terrestrial {\n                padding: 18px 12px;\n            }\n\n            .hero-feature-terrestrial .icon {\n                width: 45px;\n                height: 45px;\n                font-size: 1.3rem;\n            }\n\n            .hero-feature-terrestrial h4 {\n                font-size: 1rem;\n            }\n\n            .hero-feature-terrestrial p {\n                font-size: 0.9rem;\n            }\n\n            .applications-terrestrial-grid {\n                gap: 12px;\n            }\n\n            .mobile-vehicles-section {\n                padding: 25px 12px;\n            }\n\n            .mobile-vehicles-section h2 {\n                font-size: 1.4rem;\n            }\n\n            .mobile-vehicles-section h3 {\n                font-size: 0.95rem;\n            }\n\n            .application-terrestrial-card {\n                padding: 20px 12px;\n            }\n\n            .application-terrestrial-card .icon {\n                width: 50px;\n                height: 50px;\n                font-size: 1.5rem;\n            }\n\n            .application-terrestrial-card h4 {\n                font-size: 1.1rem;\n            }\n\n            .application-terrestrial-card p {\n                font-size: 0.9rem;\n            }\n\n            .application-terrestrial-card li {\n                font-size: 0.85rem;\n            }\n\n            .features-section-responsive {\n                padding: 25px 12px;\n            }\n\n            .features-intro h2 {\n                font-size: 1.4rem;\n            }\n\n            .features-intro p {\n                font-size: 0.9rem;\n            }\n\n            .features-cards-mobile {\n                gap: 12px;\n            }\n\n            .feature-card-mobile {\n                padding: 16px 12px;\n            }\n\n            .feature-card-mobile .header {\n                gap: 10px;\n            }\n\n            .feature-card-mobile .icon {\n                width: 35px;\n                height: 35px;\n                font-size: 0.9rem;\n            }\n\n            .feature-card-mobile h4 {\n                font-size: 1rem;\n            }\n\n            .feature-card-mobile .badge {\n                font-size: 0.65rem;\n                padding: 2px 6px;\n            }\n\n            .feature-card-mobile .description {\n                font-size: 0.85rem;\n                line-height: 1.3;\n            }\n\n            .feature-card-mobile .advantage {\n                font-size: 0.8rem;\n                padding: 8px;\n            }\n\n            .cta-final-section {\n                padding: 25px 12px;\n            }\n\n            .cta-final-section h2 {\n                font-size: 1.4rem;\n            }\n\n            .cta-final-section p {\n                font-size: 0.95rem;\n            }\n\n            .cta-button {\n                max-width: 250px;\n                padding: 14px 18px;\n                font-size: 0.9rem;\n            }\n\n            .contact-section {\n                padding: 25px 12px;\n            }\n\n            .contact-section h3 {\n                font-size: 1.3rem;\n            }\n\n            .contact-info {\n                padding: 18px 12px;\n            }\n\n            .contact-info p {\n                font-size: 0.9rem;\n            }\n        }\n    \u003c\/style\u003e\n\u003c!-- Terrestrial Hero Section --\u003e\n\u003cdiv class=\"hero-section-terrestrial\"\u003e\n\u003cdiv class=\"hero-content-terrestrial\"\u003e\n\u003ch1\u003eSmartConnect Terrestrial Gateway\u003c\/h1\u003e\n\u003cp class=\"hero-subtitle-terrestrial\"\u003eHybrid satellite\/cellular IoT hub for industrial sites, mobile vehicles, and white zones\u003c\/p\u003e\n\u003cdiv class=\"hero-features-terrestrial\"\u003e\n\u003cdiv class=\"hero-feature-terrestrial\"\u003e\n\u003cdiv class=\"icon\"\u003e🏭\u003c\/div\u003e\n\u003ch4\u003eIndustries \u0026amp; Remote Sites\u003c\/h4\u003e\n\u003cp\u003eContinuous monitoring of industrial facilities, mines, construction sites, and critical infrastructure in remote areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-feature-terrestrial\"\u003e\n\u003cdiv class=\"icon\"\u003e🚛\u003c\/div\u003e\n\u003ch4\u003eVehicles in White Zones\u003c\/h4\u003e\n\u003cp\u003ePermanent communication for trucks, 4x4s, and intervention vehicles in areas not covered by GSM.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-feature-terrestrial\"\u003e\n\u003cdiv class=\"icon\"\u003e📡\u003c\/div\u003e\n\u003ch4\u003eStarlink Mini Compatible\u003c\/h4\u003e\n\u003cp\u003eDirect Ethernet connection with Starlink Mini for high-speed satellite + cellular redundancy.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-feature-terrestrial\"\u003e\n\u003cdiv class=\"icon\"\u003e📶\u003c\/div\u003e\n\u003ch4\u003eMulti-Operator WiFi\u003c\/h4\u003e\n\u003cp\u003eGenerates a unified WiFi network that intelligently switches between all available networks.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Main Description Section --\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eHybrid IoT Solution for Critical Terrestrial Applications\u003c\/h2\u003e\n\u003ch3\u003eThe first hybrid satellite\/cellular IoT gateway designed for demanding industrial environments\u003c\/h3\u003e\n\u003cp\u003eSmartConnect Gateway revolutionizes the monitoring of remote industrial sites by combining the reliability of satellite and the efficiency of cellular. This all-in-one solution ensures permanent connectivity for your critical assets, even in the most hostile environments.\u003c\/p\u003e\n\u003cp\u003eDesigned for demanding professionals, it integrates a complete ecosystem of long-range LoRaWan sensors, an advanced monitoring platform, and 24\/7 monitoring services provided by our specialized teams.\u003c\/p\u003e\n\u003cp\u003eWhether for critical infrastructure monitoring, environmental monitoring, industrial site security, or predictive maintenance, SmartConnect Gateway adapts to all your professional IoT connectivity needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Terrestrial Applications Section --\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eProfessional Terrestrial Applications\u003c\/h2\u003e\n\u003ch3\u003eSolutions adapted to every sector of activity\u003c\/h3\u003e\n\u003cdiv class=\"applications-terrestrial-grid\"\u003e\n\u003cdiv class=\"application-terrestrial-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🏭\u003c\/div\u003e\n\u003ch4\u003eIndustries \u0026amp; Manufacturing\u003c\/h4\u003e\n\u003cp\u003eContinuous monitoring of industrial facilities, factories, and remote production sites.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eCritical equipment monitoring\u003c\/li\u003e\n\u003cli\u003ePredictive IoT maintenance\u003c\/li\u003e\n\u003cli\u003eFailure and malfunction alerts\u003c\/li\u003e\n\u003cli\u003eEnergy consumption tracking\u003c\/li\u003e\n\u003cli\u003ePerimeter security\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-terrestrial-card\"\u003e\n\u003cdiv class=\"icon\"\u003e⛏️\u003c\/div\u003e\n\u003ch4\u003eMining \u0026amp; Extraction\u003c\/h4\u003e\n\u003cp\u003eRobust solutions for the mining industry and extraction sites in extreme environments.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eGeotechnical monitoring\u003c\/li\u003e\n\u003cli\u003eAir\/water quality monitoring\u003c\/li\u003e\n\u003cli\u003eVehicle and equipment tracking\u003c\/li\u003e\n\u003cli\u003eMining safety alerts\u003c\/li\u003e\n\u003cli\u003eEmergency communication\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-terrestrial-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🌾\u003c\/div\u003e\n\u003ch4\u003eAgriculture \u0026amp; Livestock\u003c\/h4\u003e\n\u003cp\u003eOptimization of agricultural operations with intelligent environmental monitoring.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eWeather monitoring\u003c\/li\u003e\n\u003cli\u003eSmart irrigation\u003c\/li\u003e\n\u003cli\u003eLivestock and crop monitoring\u003c\/li\u003e\n\u003cli\u003eCritical condition alerts\u003c\/li\u003e\n\u003cli\u003eWater resource management\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-terrestrial-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🛢️\u003c\/div\u003e\n\u003ch4\u003eOil \u0026amp; Gas\u003c\/h4\u003e\n\u003cp\u003eMonitoring of pipelines, wells, and oil installations in remote sites.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003ePressure\/flow monitoring\u003c\/li\u003e\n\u003cli\u003eLeak and intrusion detection\u003c\/li\u003e\n\u003cli\u003eCorrosion monitoring\u003c\/li\u003e\n\u003cli\u003eATEX safety alerts\u003c\/li\u003e\n\u003cli\u003ePreventive maintenance\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-terrestrial-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🚨\u003c\/div\u003e\n\u003ch4\u003eSecurity \u0026amp; Emergency\u003c\/h4\u003e\n\u003cp\u003eEmergency communication systems and advanced security monitoring.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eCrisis communication\u003c\/li\u003e\n\u003cli\u003eEmergency coordination\u003c\/li\u003e\n\u003cli\u003ePerimeter surveillance\u003c\/li\u003e\n\u003cli\u003eReal-time intrusion alerts\u003c\/li\u003e\n\u003cli\u003eCritical communication backup\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-terrestrial-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🏗️\u003c\/div\u003e\n\u003ch4\u003eConstruction \u0026amp; Public Works\u003c\/h4\u003e\n\u003cp\u003eConstruction site monitoring, equipment surveillance, and safety of isolated workers.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eConstruction machinery tracking\u003c\/li\u003e\n\u003cli\u003eGeotechnical monitoring\u003c\/li\u003e\n\u003cli\u003eProtection of isolated workers\u003c\/li\u003e\n\u003cli\u003eWeather condition monitoring\u003c\/li\u003e\n\u003cli\u003eAnti-theft equipment security\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Mobile Vehicles Section --\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eMobile Vehicle \u0026amp; White Zone Solutions\u003c\/h2\u003e\n\u003ch3\u003ePermanent connectivity for intervention vehicles and missions in isolated areas\u003c\/h3\u003e\n\u003cdiv class=\"applications-terrestrial-grid\"\u003e\n\u003cdiv class=\"application-terrestrial-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🚛\u003c\/div\u003e\n\u003ch4\u003eTransport \u0026amp; Logistics\u003c\/h4\u003e\n\u003cp\u003ePermanent communication for long-distance trucks traversing GSM white zones.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eContinuous GPS tracking\u003c\/li\u003e\n\u003cli\u003eDriver\/base communication\u003c\/li\u003e\n\u003cli\u003ePassenger\/crew WiFi\u003c\/li\u003e\n\u003cli\u003eTemperature\/cargo monitoring\u003c\/li\u003e\n\u003cli\u003eRoad safety alerts\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-terrestrial-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🚑\u003c\/div\u003e\n\u003ch4\u003eEmergency Vehicles\u003c\/h4\u003e\n\u003cp\u003eCritical communication for ambulances, firefighters, law enforcement in isolated areas.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eRedundant emergency communication\u003c\/li\u003e\n\u003cli\u003eCoordination with emergency centers\u003c\/li\u003e\n\u003cli\u003eMedical data transmission\u003c\/li\u003e\n\u003cli\u003eReal-time geolocation\u003c\/li\u003e\n\u003cli\u003eRadio communication backup\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-terrestrial-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🌍\u003c\/div\u003e\n\u003ch4\u003eNGOs \u0026amp; Humanitarian Aid\u003c\/h4\u003e\n\u003cp\u003eCommunication solutions for humanitarian missions and NGOs in remote areas.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eHeadquarters\/field communication\u003c\/li\u003e\n\u003cli\u003eMobile team coordination\u003c\/li\u003e\n\u003cli\u003eMission report transmission\u003c\/li\u003e\n\u003cli\u003eTemporary camp WiFi\u003c\/li\u003e\n\u003cli\u003eExpatriate staff security\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-terrestrial-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n\u003ch4\u003eMobile Maintenance\u003c\/h4\u003e\n\u003cp\u003eTechnical intervention vehicles for isolated infrastructures (wind turbines, antennas, etc.).\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eAccess to technical data\u003c\/li\u003e\n\u003cli\u003eExpert\/field communication\u003c\/li\u003e\n\u003cli\u003eDiagnostics transmission\u003c\/li\u003e\n\u003cli\u003eSpare parts ordering\u003c\/li\u003e\n\u003cli\u003eIntervention reports\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-terrestrial-card\"\u003e\n\u003cdiv class=\"icon\"\u003e📡\u003c\/div\u003e\n\u003ch4\u003eStarlink Mini Compatible\u003c\/h4\u003e\n\u003cp\u003eDirect Ethernet integration with Starlink Mini for high-speed + cellular redundancy.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003ePoE Ethernet connection\u003c\/li\u003e\n\u003cli\u003eIntelligent failover\u003c\/li\u003e\n\u003cli\u003eHigh-speed satellite\u003c\/li\u003e\n\u003cli\u003eCellular redundancy\u003c\/li\u003e\n\u003cli\u003eUnified vehicle WiFi\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-terrestrial-card\"\u003e\n\u003cdiv class=\"icon\"\u003e📶\u003c\/div\u003e\n\u003ch4\u003eMulti-Operator WiFi\u003c\/h4\u003e\n\u003cp\u003eGenerates a unified WiFi network in the vehicle with automatic failover.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eUnified vehicle WiFi\u003c\/li\u003e\n\u003cli\u003eSeamless failover\u003c\/li\u003e\n\u003cli\u003eSmart multi-operator\u003c\/li\u003e\n\u003cli\u003eData cost optimization\u003c\/li\u003e\n\u003cli\u003eBandwidth management\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Responsive Advanced Features Section --\u003e\n\u003cdiv class=\"features-section-responsive\"\u003e\n\u003cdiv class=\"features-intro\"\u003e\n\u003ch2\u003eSmartConnect Gateway Advanced Features\u003c\/h2\u003e\n\u003cp\u003eDiscover the technical capabilities that make SmartConnect Gateway the most comprehensive hybrid IoT solution on the market for professional terrestrial applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Desktop Table --\u003e\n\u003ctable class=\"features-table-desktop\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eTechnical Description\u003c\/th\u003e\n\u003cth\u003eProfessional Advantage\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature-name\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🔄\u003c\/div\u003e\nHybrid Connectivity\u003c\/td\u003e\n\u003ctd class=\"feature-description\"\u003eAutomatic multi-operator cellular failover to Kineis\/Argos satellite based on network availability\u003c\/td\u003e\n\u003ctd class=\"feature-advantage\"\u003e\u003cspan class=\"advantage-badge\"\u003eTotal Redundancy\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature-name\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e📡\u003c\/div\u003e\nLoRaWan 300m Hub\u003c\/td\u003e\n\u003ctd class=\"feature-description\"\u003eLong-range wireless sensors, 2-year battery life, LoRaWan class A\/C protocol\u003c\/td\u003e\n\u003ctd class=\"feature-advantage\"\u003e\u003cspan class=\"advantage-badge\"\u003eIoT Ecosystem\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature-name\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🌍\u003c\/div\u003e\nGlobal Coverage\u003c\/td\u003e\n\u003ctd class=\"feature-description\"\u003e190 countries cellular + polar satellite, integrated multi-operator eSIM\u003c\/td\u003e\n\u003ctd class=\"feature-advantage\"\u003e\u003cspan class=\"advantage-badge\"\u003eGlobal Deployment\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature-name\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e⚡\u003c\/div\u003e\nHybrid Power\u003c\/td\u003e\n\u003ctd class=\"feature-description\"\u003e12V\/24V + solar panel + backup battery, optimized consumption\u003c\/td\u003e\n\u003ctd class=\"feature-advantage\"\u003e\u003cspan class=\"advantage-badge\"\u003eTotal Autonomy\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature-name\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e🛡️\u003c\/div\u003e\nIndustrial Robustness\u003c\/td\u003e\n\u003ctd class=\"feature-description\"\u003eIP68, -40°C to +85°C, vibration\/shock resistance, aluminum casing\u003c\/td\u003e\n\u003ctd class=\"feature-advantage\"\u003e\u003cspan class=\"advantage-badge\"\u003eExtreme Environments\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature-name\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e📊\u003c\/div\u003e\nKonectis Platform\u003c\/td\u003e\n\u003ctd class=\"feature-description\"\u003eResponsive web interface, REST API, custom alerts, historical data\u003c\/td\u003e\n\u003ctd class=\"feature-advantage\"\u003e\u003cspan class=\"advantage-badge\"\u003eAdvanced Monitoring\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature-name\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e📡\u003c\/div\u003e\nStarlink Mini Compatible\u003c\/td\u003e\n\u003ctd class=\"feature-description\"\u003eDirect PoE Ethernet connection, intelligent high-speed satellite + cellular failover\u003c\/td\u003e\n\u003ctd class=\"feature-advantage\"\u003e\u003cspan class=\"advantage-badge\"\u003eHybrid High Speed\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd class=\"feature-name\"\u003e\n\u003cdiv class=\"feature-icon\"\u003e📶\u003c\/div\u003e\nMulti-Operator WiFi\u003c\/td\u003e\n\u003ctd class=\"feature-description\"\u003eGenerates unified WiFi network, seamless failover between all available networks\u003c\/td\u003e\n\u003ctd class=\"feature-advantage\"\u003e\u003cspan class=\"advantage-badge\"\u003eUnified Connectivity\u003c\/span\u003e\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c!-- Mobile Cards --\u003e\n\u003cdiv class=\"features-cards-mobile\"\u003e\n\u003cdiv class=\"feature-card-mobile\"\u003e\n\u003cdiv class=\"header\"\u003e\n\u003cdiv class=\"icon\"\u003e🔄\u003c\/div\u003e\n\u003cdiv class=\"title-section\"\u003e\n\u003ch4\u003eHybrid Connectivity\u003c\/h4\u003e\n\u003cspan class=\"badge\"\u003eRedundancy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"description\"\u003eAutomatic failover between multi-operator cellular networks and satellite depending on availability and costs.\u003c\/div\u003e\n\u003cdiv class=\"advantage\"\u003eGuaranteed permanent connectivity even in white zones\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card-mobile\"\u003e\n\u003cdiv class=\"header\"\u003e\n\u003cdiv class=\"icon\"\u003e📡\u003c\/div\u003e\n\u003cdiv class=\"title-section\"\u003e\n\u003ch4\u003eLoRaWan Sensors\u003c\/h4\u003e\n\u003cspan class=\"badge\"\u003eIoT 300m\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"description\"\u003eCentral hub connecting up to 50 wireless sensors with 300m range and 2-year battery life per sensor.\u003c\/div\u003e\n\u003cdiv class=\"advantage\"\u003eComplete IoT ecosystem for advanced industrial monitoring\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card-mobile\"\u003e\n\u003cdiv class=\"header\"\u003e\n\u003cdiv class=\"icon\"\u003e🌐\u003c\/div\u003e\n\u003cdiv class=\"title-section\"\u003e\n\u003ch4\u003eStarlink Mini Compatible\u003c\/h4\u003e\n\u003cspan class=\"badge\"\u003eEthernet PoE\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"description\"\u003eDirect connection via PoE Ethernet with intelligent failover to cellular\/backup satellite.\u003c\/div\u003e\n\u003cdiv class=\"advantage\"\u003eStarlink high-speed + cellular\/satellite redundancy\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card-mobile\"\u003e\n\u003cdiv class=\"header\"\u003e\n\u003cdiv class=\"icon\"\u003e📶\u003c\/div\u003e\n\u003cdiv class=\"title-section\"\u003e\n\u003ch4\u003eMulti-Operator WiFi\u003c\/h4\u003e\n\u003cspan class=\"badge\"\u003eUnified Network\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"description\"\u003eGenerates a unified WiFi network with transparent failover between operators to optimize costs and performance.\u003c\/div\u003e\n\u003cdiv class=\"advantage\"\u003eOne WiFi network, multiple connectivity sources\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card-mobile\"\u003e\n\u003cdiv class=\"header\"\u003e\n\u003cdiv class=\"icon\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv class=\"title-section\"\u003e\n\u003ch4\u003eIndustrial Robustness\u003c\/h4\u003e\n\u003cspan class=\"badge\"\u003eExtreme Environments\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"description\"\u003eIP68, -40°C to +85°C, vibration\/shock resistance, aluminum casing for harsh industrial environments.\u003c\/div\u003e\n\u003cdiv class=\"advantage\"\u003eGuaranteed reliability in extreme conditions\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card-mobile\"\u003e\n\u003cdiv class=\"header\"\u003e\n\u003cdiv class=\"icon\"\u003e⚡\u003c\/div\u003e\n\u003cdiv class=\"title-section\"\u003e\n\u003ch4\u003eHybrid Power\u003c\/h4\u003e\n\u003cspan class=\"badge\"\u003eAutonomy\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"description\"\u003e12V\/24V + solar + backup battery with intelligent power management and economy mode.\u003c\/div\u003e\n\u003cdiv class=\"advantage\"\u003eContinuous operation even in case of power outage\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"feature-card-mobile\"\u003e\n\u003cdiv class=\"header\"\u003e\n\u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n\u003cdiv class=\"title-section\"\u003e\n\u003ch4\u003eProfessional Installation\u003c\/h4\u003e\n\u003cspan class=\"badge\"\u003eAT Expertise\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"description\"\u003eDeployment by certified Advanced Tracking technicians with training, configuration, and complete integration.\u003c\/div\u003e\n\u003cdiv class=\"advantage\"\u003eTurnkey commissioning by experts\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Advanced Tracking Services Section --\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eSpecialized Advanced Tracking Services\u003c\/h2\u003e\n\u003ch3\u003eProfessional support for industrial deployments\u003c\/h3\u003e\n\u003cdiv class=\"applications-terrestrial-grid\"\u003e\n\u003cdiv class=\"application-terrestrial-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🔧\u003c\/div\u003e\n\u003ch4\u003eInstallation \u0026amp; Integration\u003c\/h4\u003e\n\u003cp\u003eProfessional deployment by our certified technicians with full integration into your existing systems.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSite study and feasibility\u003c\/li\u003e\n\u003cli\u003eIP68 certified installation\u003c\/li\u003e\n\u003cli\u003eLoRaWan sensor configuration\u003c\/li\u003e\n\u003cli\u003eAPI integration for third-party systems\u003c\/li\u003e\n\u003cli\u003eTechnical team training\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-terrestrial-card\"\u003e\n\u003cdiv class=\"icon\"\u003e📋\u003c\/div\u003e\n\u003ch4\u003eSubscriptions \u0026amp; Packages\u003c\/h4\u003e\n\u003cp\u003eFlexible pricing solutions adapted to industrial needs with redundancy and monitoring options.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eUnlimited data plans\u003c\/li\u003e\n\u003cli\u003eSatellite redundancy options\u003c\/li\u003e\n\u003cli\u003eOptional 24\/7 monitoring\u003c\/li\u003e\n\u003cli\u003eCentralized billing\u003c\/li\u003e\n\u003cli\u003eDecreasing corporate contracts\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-terrestrial-card\"\u003e\n\u003cdiv class=\"icon\"\u003e🛠️\u003c\/div\u003e\n\u003ch4\u003eSpecialized Technical Support\u003c\/h4\u003e\n\u003cp\u003eDedicated technical assistance for industrial environments with on-site intervention if necessary.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eSpecialized technical hotline\u003c\/li\u003e\n\u003cli\u003eRemote diagnostics\u003c\/li\u003e\n\u003cli\u003eOn-site intervention\u003c\/li\u003e\n\u003cli\u003ePreventive maintenance\u003c\/li\u003e\n\u003cli\u003eFirmware updates\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"application-terrestrial-card\"\u003e\n\u003cdiv class=\"icon\"\u003e📊\u003c\/div\u003e\n\u003ch4\u003ePlatform \u0026amp; Integration\u003c\/h4\u003e\n\u003cp\u003eAdvanced monitoring interface with full integration into your existing systems.\u003c\/p\u003e\n\u003cul\u003e\n\u003cli\u003eKonectis web platform\u003c\/li\u003e\n\u003cli\u003eComprehensive REST API\u003c\/li\u003e\n\u003cli\u003eCustom alerts\u003c\/li\u003e\n\u003cli\u003eAutomated reports\u003c\/li\u003e\n\u003cli\u003eThird-party system integration\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Final CTA Section --\u003e\n\u003cdiv class=\"cta-final-section\"\u003e\n\u003ch2\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003eTransform Your Industrial Monitoring\u003c\/span\u003e\u003c\/h2\u003e\n\u003cp\u003eSmartConnect Gateway revolutionizes the monitoring of remote industrial sites with its unique hybrid satellite\/cellular technology. Benefit from redundant connectivity, a complete IoT ecosystem, and Advanced Tracking expertise to secure your critical assets.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eInformation: first year of subscription included\u003c\/strong\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Contact Section --\u003e\n\u003cdiv class=\"contact-section\"\u003e\n\u003cdiv class=\"contact-content\"\u003e\n\u003ch3\u003eCommercial Contact\u003c\/h3\u003e\n\u003cdiv class=\"contact-info\"\u003e\n\u003cp\u003e\u003cstrong\u003ePhone:\u003c\/strong\u003e +33 (0) 494 23 15 51\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eHours:\u003c\/strong\u003e Monday to Friday: 9 am-12 pm and 2 pm-6 pm\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eEmail:\u003c\/strong\u003e commercial@advanced-tracking.com\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003eCustom quotes:\u003c\/strong\u003e Solutions tailored to your specific needs\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Advanced Tracking","offers":[{"title":"SmartConnect Gateway","offer_id":55681030127940,"sku":null,"price":2491.66,"currency_code":"EUR","in_stock":true},{"title":"+ Starlink Mini PoE 12V - 10m Ethernet Cable","offer_id":55681030160708,"sku":null,"price":3158.33,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0331\/9087\/1179\/files\/199D89_1_81b46e55-f94a-44ae-8c22-ed392b3bd6bc.png?v=1737378364"},{"product_id":"intellian-ow11fl-oneweb-eutelsat-satellite-entreprise","title":"Intellian OW11FL – OneWeb Eutelsat LEO Enterprise Satellite Antenna | Advanced Tracking","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003cmeta name=\"description\" content=\"Intellian OW11FL OneWeb Eutelsat LEO: 195 Mbps, AES-256 encryption, static IP, guaranteed SLA. Secure enterprise satellite connectivity for remote sites and government.\"\u003e \u003cmeta name=\"keywords\" content=\"Intellian OW11FL, OneWeb satellite antenna, Eutelsat LEO, secure enterprise satellite, AES-256 satellite encryption, static IP satellite, MPLS satellite, high-speed satellite, cellular backhaul, enterprise satellite connectivity, Advanced Tracking, LEO VSAT, flat panel satellite, satellite data security\"\u003e \u003cmeta name=\"robots\" content=\"index, follow\"\u003e \u003cmeta property=\"og:title\" content=\"Intellian OW11FL – OneWeb Eutelsat LEO Satellite Antenna | Advanced Tracking\"\u003e \u003cmeta property=\"og:description\" content=\"High-performance LEO satellite solution for businesses: 195 Mbps, IP66, -40°C. Ideal for remote sites, cellular backhaul, and government applications.\"\u003e \u003cmeta property=\"og:type\" content=\"product\"\u003e \u003clink rel=\"canonical\" href=\"https:\/\/www.advanced-tracking.com\/products\/intellian-ow11fl-oneweb-eutelsat-satellite-entreprise\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\/* ============================================\n   STYLES PRODUIT - Intellian OW11FL OneWeb\n   Advanced Tracking - Charte graphique #1fb6ff\n   ============================================ *\/\n\n.product-content-section {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 20px;\n}\n\n.product-content-section h2 {\n    font-size: 2.2rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    text-align: center;\n    margin-bottom: 30px;\n    line-height: 1.3;\n}\n\n.product-content-section h3 {\n    font-size: 1.5rem;\n    font-weight: 600;\n    color: #1fb6ff;\n    margin-bottom: 20px;\n}\n\n.product-content-section p {\n    color: #666666;\n    line-height: 1.7;\n    margin-bottom: 20px;\n    font-size: 1.1rem;\n    text-align: justify;\n}\n\n\/* Badge réseau satellite *\/\n.network-badge-section {\n    display: flex;\n    justify-content: center;\n    gap: 15px;\n    flex-wrap: wrap;\n    margin: 20px 0 30px 0;\n}\n\n.network-badge {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    background: linear-gradient(135deg, #0ea5e9, #1fb6ff);\n    color: white;\n    padding: 8px 18px;\n    border-radius: 25px;\n    font-size: 0.9rem;\n    font-weight: 600;\n    box-shadow: 0 3px 12px rgba(31, 182, 255, 0.3);\n}\n\n.network-badge.green {\n    background: linear-gradient(135deg, #10b981, #059669);\n    box-shadow: 0 3px 12px rgba(16, 185, 129, 0.3);\n}\n\n.network-badge.dark {\n    background: linear-gradient(135deg, #1e3a5f, #0f2340);\n    box-shadow: 0 3px 12px rgba(30, 58, 95, 0.3);\n}\n\n\/* Section avantages clés *\/\n.key-advantages-section {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    padding: 40px 20px;\n    margin: 30px 0;\n    border-radius: 15px;\n    box-shadow: 0 2px 15px rgba(0,0,0,0.08);\n}\n\n.advantages-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));\n    gap: 20px;\n    margin-top: 30px;\n}\n\n.advantage-card {\n    background: white;\n    padding: 28px 22px;\n    border-radius: 12px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.08);\n    text-align: center;\n    transition: all 0.3s ease;\n    border-top: 4px solid #1fb6ff;\n}\n\n.advantage-card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 8px 25px rgba(31, 182, 255, 0.15);\n}\n\n.advantage-icon {\n    width: 70px;\n    height: 70px;\n    background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 18px;\n    font-size: 1.8rem;\n    box-shadow: 0 4px 16px rgba(31, 182, 255, 0.3);\n}\n\n.advantage-card h3 {\n    font-size: 1.15rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin-bottom: 12px;\n    text-align: center;\n}\n\n.advantage-card p {\n    color: #666;\n    font-size: 0.95rem;\n    line-height: 1.6;\n    text-align: center;\n    margin: 0;\n}\n\n\/* Spécifications techniques *\/\n.specs-section-responsive {\n    background: #f8f9fa;\n    padding: 40px 20px;\n    margin: 30px 0;\n    border-radius: 15px;\n    box-shadow: 0 2px 15px rgba(0,0,0,0.08);\n}\n\n.specs-tabs {\n    display: flex;\n    gap: 10px;\n    flex-wrap: wrap;\n    margin-bottom: 25px;\n    justify-content: center;\n}\n\n.specs-tab {\n    padding: 10px 22px;\n    border-radius: 25px;\n    font-size: 0.95rem;\n    font-weight: 600;\n    cursor: pointer;\n    border: 2px solid #1fb6ff;\n    background: white;\n    color: #1fb6ff;\n    transition: all 0.3s ease;\n}\n\n.specs-tab.active,\n.specs-tab:hover {\n    background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    color: white;\n}\n\n.specs-table-responsive {\n    width: 100%;\n    border-collapse: collapse;\n    background: white;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.1);\n    margin-top: 20px;\n}\n\n.specs-table-responsive th,\n.specs-table-responsive td {\n    padding: 16px 20px;\n    text-align: left;\n    border-bottom: 1px solid #e9ecef;\n}\n\n.specs-table-responsive th {\n    background: linear-gradient(135deg, #1e3a5f 0%, #0f2340 100%);\n    font-weight: 700;\n    color: white;\n    font-size: 1rem;\n}\n\n.specs-table-responsive tr:last-child td {\n    border-bottom: none;\n}\n\n.specs-table-responsive tr:hover {\n    background: #f0f9ff;\n    transition: background 0.3s ease;\n}\n\n.specs-table-responsive td strong {\n    color: #333333;\n    font-weight: 600;\n}\n\n.specs-highlight {\n    background: linear-gradient(135deg, #f0f9ff, #e0f2fe) !important;\n}\n\n.specs-highlight td {\n    color: #0369a1 !important;\n    font-weight: 600 !important;\n}\n\n\/* Section CNX Portfolio *\/\n.cnx-section {\n    background: linear-gradient(135deg, #1e3a5f 0%, #0f2340 100%);\n    padding: 50px 20px;\n    margin: 30px 0;\n    border-radius: 15px;\n    box-shadow: 0 5px 25px rgba(0,0,0,0.2);\n}\n\n.cnx-section h2 {\n    color: white !important;\n    text-shadow: 0 2px 4px rgba(0,0,0,0.3);\n}\n\n.cnx-section .subtitle {\n    color: rgba(255,255,255,0.85);\n    text-align: center;\n    font-size: 1.1rem;\n    margin-bottom: 35px;\n    line-height: 1.6;\n}\n\n.cnx-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n    gap: 20px;\n    margin-top: 30px;\n}\n\n.cnx-card {\n    background: rgba(255,255,255,0.08);\n    border: 1px solid rgba(31, 182, 255, 0.3);\n    border-radius: 12px;\n    padding: 25px 20px;\n    text-align: center;\n    transition: all 0.3s ease;\n    backdrop-filter: blur(5px);\n}\n\n.cnx-card:hover {\n    background: rgba(255,255,255,0.15);\n    border-color: #1fb6ff;\n    transform: translateY(-5px);\n    box-shadow: 0 8px 25px rgba(31, 182, 255, 0.2);\n}\n\n.cnx-card-icon {\n    width: 65px;\n    height: 65px;\n    background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 18px;\n    font-size: 1.7rem;\n    box-shadow: 0 4px 16px rgba(31, 182, 255, 0.4);\n}\n\n.cnx-card h3 {\n    color: #1fb6ff;\n    font-size: 1.2rem;\n    font-weight: 700;\n    margin-bottom: 8px;\n}\n\n.cnx-card .cnx-subtitle {\n    color: rgba(255,255,255,0.7);\n    font-size: 0.85rem;\n    margin-bottom: 15px;\n    font-style: italic;\n}\n\n.cnx-specs-list {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n    text-align: left;\n}\n\n.cnx-specs-list li {\n    color: rgba(255,255,255,0.85);\n    font-size: 0.85rem;\n    padding: 5px 0;\n    border-bottom: 1px solid rgba(255,255,255,0.1);\n    display: flex;\n    justify-content: space-between;\n    gap: 8px;\n}\n\n.cnx-specs-list li:last-child {\n    border-bottom: none;\n}\n\n.cnx-specs-list li span {\n    color: #1fb6ff;\n    font-weight: 600;\n    text-align: right;\n    flex-shrink: 0;\n}\n\n.cnx-badge {\n    display: inline-block;\n    background: linear-gradient(135deg, #10b981, #059669);\n    color: white;\n    padding: 4px 12px;\n    border-radius: 15px;\n    font-size: 0.75rem;\n    font-weight: 600;\n    margin-top: 12px;\n    text-transform: uppercase;\n    letter-spacing: 0.3px;\n}\n\n\/* Applications d'usage *\/\n.usage-section-responsive {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    padding: 40px 20px;\n    margin: 30px 0;\n    border-radius: 15px;\n    box-shadow: 0 2px 15px rgba(0,0,0,0.08);\n}\n\n.usage-grid-responsive {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 20px;\n    margin-top: 30px;\n}\n\n.usage-card-responsive {\n    background: white;\n    padding: 28px 22px;\n    border-radius: 12px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n    text-align: center;\n    transition: all 0.3s ease;\n    border: 1px solid rgba(31, 182, 255, 0.1);\n}\n\n.usage-card-responsive:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 8px 25px rgba(0,0,0,0.15);\n    border-color: #1fb6ff;\n}\n\n.usage-icon-responsive {\n    width: 65px;\n    height: 65px;\n    background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin: 0 auto 18px;\n    font-size: 1.6rem;\n    box-shadow: 0 3px 12px rgba(31, 182, 255, 0.3);\n}\n\n.usage-card-responsive h3 {\n    font-size: 1.15rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin-bottom: 10px;\n    text-align: center;\n}\n\n.usage-card-responsive p {\n    color: #666666;\n    line-height: 1.6;\n    font-size: 0.95rem;\n    text-align: center;\n    margin: 0;\n}\n\n\/* Section comparaison OneWeb vs GEO *\/\n.comparison-section {\n    background: white;\n    padding: 40px 20px;\n    margin: 30px 0;\n    border-radius: 15px;\n    box-shadow: 0 2px 15px rgba(0,0,0,0.08);\n    border: 1px solid rgba(31, 182, 255, 0.15);\n}\n\n.comparison-table {\n    width: 100%;\n    border-collapse: collapse;\n    margin-top: 20px;\n    border-radius: 12px;\n    overflow: hidden;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.08);\n}\n\n.comparison-table th {\n    padding: 16px 20px;\n    text-align: center;\n    font-weight: 700;\n    font-size: 1rem;\n}\n\n.comparison-table th:first-child {\n    background: #f8f9fa;\n    color: #333;\n    text-align: left;\n}\n\n.comparison-table th:nth-child(2) {\n    background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    color: white;\n}\n\n.comparison-table th:nth-child(3) {\n    background: linear-gradient(135deg, #64748b, #475569);\n    color: white;\n}\n\n.comparison-table td {\n    padding: 14px 20px;\n    border-bottom: 1px solid #e9ecef;\n    text-align: center;\n    font-size: 0.95rem;\n}\n\n.comparison-table td:first-child {\n    text-align: left;\n    font-weight: 600;\n    color: #333;\n    background: #fafafa;\n}\n\n.comparison-table tr:last-child td {\n    border-bottom: none;\n}\n\n.comparison-table tr:hover td {\n    background: #f0f9ff;\n}\n\n.comparison-table tr:hover td:first-child {\n    background: #e0f2fe;\n}\n\n.check-yes { color: #10b981; font-weight: 700; font-size: 1.1rem; }\n.check-no { color: #ef4444; font-weight: 700; font-size: 1.1rem; }\n.check-partial { color: #f59e0b; font-weight: 700; font-size: 1.1rem; }\n\n\/* Section Advanced Tracking *\/\n.at-service-section-responsive {\n    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);\n    padding: 40px 20px;\n    margin: 30px 0;\n    border-radius: 15px;\n    box-shadow: 0 2px 15px rgba(0,0,0,0.08);\n}\n\n.service-grid-responsive {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n    gap: 20px;\n    margin: 30px 0;\n}\n\n.service-card-responsive {\n    display: flex;\n    gap: 15px;\n    align-items: flex-start;\n    background: white;\n    padding: 22px 20px;\n    border-radius: 12px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n    transition: all 0.3s ease;\n    border-left: 4px solid #1fb6ff;\n}\n\n.service-card-responsive:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 6px 20px rgba(0,0,0,0.15);\n}\n\n.service-icon-responsive {\n    width: 52px;\n    height: 52px;\n    background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 1.3rem;\n    flex-shrink: 0;\n    box-shadow: 0 3px 12px rgba(31, 182, 255, 0.3);\n}\n\n.service-content-responsive h3 {\n    font-size: 1.1rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin: 0 0 8px 0;\n}\n\n.service-content-responsive p {\n    color: #666666;\n    line-height: 1.5;\n    margin: 0;\n    font-size: 0.95rem;\n    text-align: left;\n}\n\n\/* Contact *\/\n.contact-highlight-responsive {\n    display: flex;\n    justify-content: center;\n    margin-top: 30px;\n}\n\n.contact-card-responsive {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    background: white;\n    padding: 18px 28px;\n    border-radius: 12px;\n    box-shadow: 0 3px 12px rgba(0,0,0,0.1);\n    border-left: 4px solid #1fb6ff;\n    transition: all 0.3s ease;\n}\n\n.contact-card-responsive:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 5px 18px rgba(0,0,0,0.15);\n}\n\n.contact-info-responsive h4 {\n    font-size: 1rem;\n    font-weight: 700;\n    color: #1fb6ff;\n    margin: 0 0 4px 0;\n}\n\n.contact-info-responsive .phone {\n    font-size: 1.1rem;\n    font-weight: 600;\n    color: #059669;\n    margin: 0 0 2px 0;\n}\n\n.contact-info-responsive .email {\n    font-size: 0.95rem;\n    font-weight: 500;\n    color: #0ea5e9;\n    margin: 0 0 2px 0;\n}\n\n.contact-info-responsive .hours {\n    font-size: 0.85rem;\n    color: #666666;\n}\n\n\/* CTA Final *\/\n.final-cta-responsive {\n    background: linear-gradient(135deg, #0ea5e9 0%, #1fb6ff 100%);\n    color: white;\n    padding: 50px 30px;\n    text-align: center;\n    border-radius: 20px;\n    margin: 40px 0;\n    box-shadow: 0 5px 25px rgba(0,0,0,0.15);\n}\n\n.final-cta-responsive h2 {\n    font-size: 2.3rem;\n    font-weight: 700;\n    margin-bottom: 20px;\n    text-shadow: 0 2px 4px rgba(0,0,0,0.3);\n    color: white !important;\n}\n\n.final-cta-responsive p {\n    font-size: 1.2rem;\n    margin-bottom: 30px;\n    opacity: 0.95;\n    line-height: 1.5;\n    color: white !important;\n    text-align: center;\n}\n\n.cta-buttons {\n    display: flex;\n    gap: 15px;\n    justify-content: center;\n    flex-wrap: wrap;\n}\n\n.cta-btn-primary {\n    background: white;\n    color: #0ea5e9;\n    padding: 14px 32px;\n    border-radius: 30px;\n    font-size: 1rem;\n    font-weight: 700;\n    text-decoration: none;\n    transition: all 0.3s ease;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.2);\n}\n\n.cta-btn-primary:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 6px 20px rgba(0,0,0,0.3);\n    background: #f0f9ff;\n}\n\n.cta-btn-secondary {\n    background: transparent;\n    color: white;\n    padding: 14px 32px;\n    border-radius: 30px;\n    font-size: 1rem;\n    font-weight: 700;\n    text-decoration: none;\n    border: 2px solid white;\n    transition: all 0.3s ease;\n}\n\n.cta-btn-secondary:hover {\n    background: rgba(255,255,255,0.15);\n    transform: translateY(-2px);\n}\n\n\/* Image responsive *\/\n.product-image-responsive {\n    display: block;\n    margin: 30px auto;\n    max-width: 100%;\n    height: auto;\n    border-radius: 15px;\n    box-shadow: 0 4px 20px rgba(0,0,0,0.1);\n}\n\n\/* Note légale *\/\n.legal-note {\n    background: #f8f9fa;\n    border-left: 3px solid #1fb6ff;\n    padding: 12px 18px;\n    border-radius: 0 8px 8px 0;\n    margin-top: 20px;\n    font-size: 0.85rem;\n    color: #666;\n    font-style: italic;\n}\n\n\/* ============================================\n   RESPONSIVE DESIGN\n   ============================================ *\/\n\n\/* Tablettes (768px et moins) *\/\n@media (max-width: 768px) {\n    .product-content-section {\n        padding: 0 15px;\n    }\n\n    .product-content-section h2 {\n        font-size: 1.8rem;\n        margin-bottom: 25px;\n    }\n\n    .product-content-section h3 {\n        font-size: 1.3rem;\n    }\n\n    .product-content-section p {\n        font-size: 1rem;\n    }\n\n    .specs-section-responsive,\n    .usage-section-responsive,\n    .at-service-section-responsive,\n    .key-advantages-section,\n    .cnx-section,\n    .comparison-section {\n        padding: 30px 15px;\n        margin: 25px 0;\n    }\n\n    .specs-table-responsive {\n        font-size: 0.9rem;\n    }\n\n    .specs-table-responsive th,\n    .specs-table-responsive td {\n        padding: 12px 15px;\n    }\n\n    .advantages-grid,\n    .usage-grid-responsive,\n    .service-grid-responsive,\n    .cnx-grid {\n        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n        gap: 15px;\n    }\n\n    .service-card-responsive {\n        flex-direction: column;\n        text-align: center;\n        gap: 12px;\n    }\n\n    .contact-card-responsive {\n        flex-direction: column;\n        text-align: center;\n        gap: 10px;\n        padding: 15px 20px;\n    }\n\n    .final-cta-responsive h2 {\n        font-size: 1.9rem;\n    }\n\n    .final-cta-responsive p {\n        font-size: 1.05rem;\n    }\n\n    .final-cta-responsive {\n        padding: 40px 20px;\n    }\n\n    .comparison-table th,\n    .comparison-table td {\n        padding: 10px 12px;\n        font-size: 0.85rem;\n    }\n}\n\n\/* Mobiles (480px et moins) *\/\n@media (max-width: 480px) {\n    .product-content-section {\n        padding: 0 10px;\n    }\n\n    .product-content-section h2 {\n        font-size: 1.5rem;\n        margin-bottom: 20px;\n    }\n\n    .product-content-section h3 {\n        font-size: 1.2rem;\n    }\n\n    .product-content-section p {\n        font-size: 0.95rem;\n    }\n\n    .specs-section-responsive,\n    .usage-section-responsive,\n    .at-service-section-responsive,\n    .key-advantages-section,\n    .cnx-section,\n    .comparison-section {\n        padding: 25px 10px;\n        margin: 20px 0;\n        border-radius: 12px;\n    }\n\n    .specs-table-responsive {\n        font-size: 0.82rem;\n    }\n\n    .specs-table-responsive th,\n    .specs-table-responsive td {\n        padding: 10px 10px;\n    }\n\n    .advantages-grid,\n    .usage-grid-responsive,\n    .service-grid-responsive,\n    .cnx-grid {\n        grid-template-columns: 1fr;\n        gap: 12px;\n    }\n\n    .advantage-card,\n    .usage-card-responsive {\n        padding: 20px 15px;\n    }\n\n    .advantage-icon,\n    .usage-icon-responsive,\n    .cnx-card-icon {\n        width: 55px;\n        height: 55px;\n        font-size: 1.4rem;\n    }\n\n    .cnx-card {\n        padding: 20px 15px;\n    }\n\n    .service-card-responsive {\n        padding: 15px 12px;\n    }\n\n    .contact-card-responsive {\n        padding: 12px 15px;\n        margin: 0 5px;\n    }\n\n    .final-cta-responsive {\n        padding: 30px 15px;\n    }\n\n    .final-cta-responsive h2 {\n        font-size: 1.6rem;\n        margin-bottom: 15px;\n    }\n\n    .final-cta-responsive p {\n        font-size: 0.95rem;\n        margin-bottom: 20px;\n    }\n\n    .cta-buttons {\n        flex-direction: column;\n        align-items: center;\n    }\n\n    .cta-btn-primary,\n    .cta-btn-secondary {\n        width: 100%;\n        max-width: 280px;\n        text-align: center;\n    }\n\n    \/* Tableau comparaison mobile - scroll horizontal *\/\n    .comparison-section {\n        overflow-x: auto;\n    }\n\n    .comparison-table {\n        min-width: 480px;\n    }\n\n    .specs-tabs {\n        gap: 8px;\n    }\n\n    .specs-tab {\n        padding: 8px 16px;\n        font-size: 0.85rem;\n    }\n\n    .network-badge-section {\n        gap: 10px;\n    }\n\n    .network-badge {\n        font-size: 0.8rem;\n        padding: 6px 14px;\n    }\n}\n\n\/* Très petits écrans (320px et moins) *\/\n@media (max-width: 320px) {\n    .product-content-section {\n        padding: 0 8px;\n    }\n\n    .product-content-section h2 {\n        font-size: 1.3rem;\n    }\n\n    .specs-table-responsive th,\n    .specs-table-responsive td {\n        padding: 8px 8px;\n        font-size: 0.78rem;\n    }\n\n    .advantage-card,\n    .usage-card-responsive,\n    .service-card-responsive {\n        padding: 15px 10px;\n    }\n\n    .final-cta-responsive {\n        padding: 25px 10px;\n    }\n\n    .final-cta-responsive h2 {\n        font-size: 1.4rem;\n    }\n}\n\u003c\/style\u003e\n\u003c!-- ============================================\n     CONTENU PRODUIT - Intellian OW11FL OneWeb\n     ============================================ --\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003c!-- Badges réseau --\u003e\n\u003cdiv class=\"network-badge-section\"\u003e\n\u003cspan class=\"network-badge dark\"\u003e🛠️ Eutelsat OneWeb LEO\u003c\/span\u003e \u003cspan class=\"network-badge\"\u003e📡 Intellian OW11FL\u003c\/span\u003e \u003cspan class=\"network-badge green\"\u003e🔒 End-to-End AES-256 Encryption\u003c\/span\u003e \u003cspan class=\"network-badge green\"\u003e✓ ISO9001\/ISO14001 Certified\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Description principale --\u003e\n\u003ch2\u003e\u003cstrong\u003eHigh-Performance LEO Satellite Connectivity for Demanding Enterprises\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp\u003eDeploy a new generation satellite connectivity solution with the \u003cstrong\u003eIntellian OW11FL\u003c\/strong\u003e antenna, the benchmark enterprise terminal on the \u003cstrong\u003eEutelsat OneWeb LEO\u003c\/strong\u003e network. Designed for organizations that demand maximum performance, absolute reliability, and guaranteed service level agreements (SLA\/CIR), this flat-panel antenna revolutionizes connectivity in the globe's most isolated areas.\u003c\/p\u003e\n\u003cp\u003eThanks to Intellian's \u003cstrong\u003eAESA (Active Electronically Scanned Array)\u003c\/strong\u003e technology and Eutelsat OneWeb's LEO constellation of over 600 low-orbit satellites, the OW11FL offers speeds up to \u003cstrong\u003e195 Mbps\u003c\/strong\u003e with ultra-low latency, regardless of terrestrial infrastructure. Unlike other consumer LEO solutions, OneWeb is designed from the outset for \u003cstrong\u003eenterprise and government\u003c\/strong\u003e use, featuring \u003cstrong\u003eend-to-end AES-256 encryption\u003c\/strong\u003e, static IPs, MPLS support, and contractual SLA\/CIR commitments. An ideal solution for multi-site businesses, cellular backhaul, government applications, and communities in white areas.\u003c\/p\u003e\n\u003ch3\u003e\u003cstrong\u003eWhy Choose Intellian OW11FL on OneWeb Eutelsat?\u003c\/strong\u003e\u003c\/h3\u003e\n\u003cp\u003e\u003cspan style=\"color: #1fb6ff;\"\u003e✓\u003c\/span\u003e \u003cstrong\u003eGuaranteed Enterprise Performance:\u003c\/strong\u003e Speeds up to 195 Mbps download and 32 Mbps upload with SLA and CIR commitments. AESA technology ensures maximum authorized throughput on the OneWeb network, even at the lowest elevation angles.\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"color: #1fb6ff;\"\u003e✓\u003c\/span\u003e \u003cstrong\u003eContinuous and Seamless Connectivity:\u003c\/strong\u003e Intellian's advanced tracking technology ensures smooth handovers between LEO satellites, providing an uninterrupted connection even in areas with partial coverage or obstacles.\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"color: #1fb6ff;\"\u003e✓\u003c\/span\u003e \u003cstrong\u003eExtreme Industrial Robustness:\u003c\/strong\u003e IP66, temperatures from -40°C to +55°C, designed for the harshest environments. Ideal for mines, oil platforms, construction sites in arctic or desert regions.\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"color: #1fb6ff;\"\u003e✓\u003c\/span\u003e \u003cstrong\u003eGovernment-Grade Enterprise Security:\u003c\/strong\u003e \u003cstrong\u003eEnd-to-end AES-256 AEAD encryption\u003c\/strong\u003e on all connections, with static IPs available, MPLS support for virtual private networks, integrated enterprise firewall, and intrusion prevention system. The coaxial cable connecting the antenna to the CNX indoor unit carries encrypted data. Compatible with FIPS 140-3 and Common Criteria compliance requirements for government and defense applications.\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"color: #1fb6ff;\"\u003e✓\u003c\/span\u003e \u003cstrong\u003eSimplified Installation:\u003c\/strong\u003e A single coaxial cable for power and encrypted data between the outdoor unit and the CNX indoor unit. Automatic True North calibration and tilt compensation via integrated GNSS antennas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c!-- Section Avantages Clés --\u003e\n\u003cdiv id=\"avantages\" class=\"key-advantages-section\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eThe 4 Pillars of OW11FL Performance\u003c\/h2\u003e\n\u003cdiv class=\"advantages-grid\"\u003e\n\u003cdiv class=\"advantage-card\"\u003e\n\u003cdiv class=\"advantage-icon\"\u003e📊\u003c\/div\u003e\n\u003ch3\u003eOptimized Performance\u003c\/h3\u003e\n\u003cp\u003eInnovative AESA technology delivering maximum throughput on the OneWeb network. Highest link margin on the market, ensuring performance even at the lowest elevation angles for the most demanding enterprise customers.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"advantage-card\"\u003e\n\u003cdiv class=\"advantage-icon\"\u003e🔗\u003c\/div\u003e\n\u003ch3\u003eSeamless Connectivity\u003c\/h3\u003e\n\u003cp\u003eAdvanced tracking, extended scan range, and obstruction mitigation solution for maximum availability. Smooth handovers between LEO satellites for a truly uninterrupted connection, even with physical obstacles.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"advantage-card\"\u003e\n\u003cdiv class=\"advantage-icon\"\u003e🌡️\u003c\/div\u003e\n\u003ch3\u003eExtreme Environments\u003c\/h3\u003e\n\u003cp\u003eDesigned to operate from -40°C to +55°C with IP66 protection against dust and powerful water jets. Guaranteed reliability in the most severe conditions: arctic, desert, industrial zones, and offshore sites.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"advantage-card\"\u003e\n\u003cdiv class=\"advantage-icon\"\u003e🔒\u003c\/div\u003e\n\u003ch3\u003eAES-256 Enterprise Security\u003c\/h3\u003e\n\u003cp\u003e\u003cstrong\u003eEnd-to-end AES-256 AEAD encryption\u003c\/strong\u003e on all connections. Static IPs available, MPLS support, integrated enterprise firewall, and intrusion prevention. The coaxial cable carries encrypted data. FIPS 140-3 compatible for government applications.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"advantage-card\"\u003e\n\u003cdiv class=\"advantage-icon\"\u003e⚡\u003c\/div\u003e\n\u003ch3\u003eQuick Installation\u003c\/h3\u003e\n\u003cp\u003eLightweight and compact design allowing for single-person installation. Single coaxial cable for power and encrypted data. Intellian mobile app for site survey, automated configuration, and real-time monitoring.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Spécifications Techniques --\u003e\n\u003cdiv id=\"specifications\" class=\"specs-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eIntellian OW11FL Technical Specifications\u003c\/h2\u003e\n\u003ctable class=\"specs-table-responsive\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth\u003eTechnical Specification\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr class=\"specs-highlight\"\u003e\n\u003ctd\u003e\u003cstrong\u003eDownload Speed\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eUp to 195 Mbps* (Eutelsat OneWeb network)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr class=\"specs-highlight\"\u003e\n\u003ctd\u003e\u003cstrong\u003eUpload Speed\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eUp to 32 Mbps* (Eutelsat OneWeb network)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eAntenna Technology\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAESA – Active Electronically Scanned Array\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eDimensions (L x W x H)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e97 × 50 × 13 cm (38.2\" × 19.7\" × 5.1\")\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWeight\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e20.5 kg (45.1 lb)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eG\/T (Figure of Merit)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e10.7 dB\/k\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eEIRP (Dual Carrier)\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e+36.6 dBW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eProtection Rating\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eIP66 (dustproof + powerful water jets)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eOperating Temperature\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e-40°C to +55°C (-40°F to +131°F)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCable Interface\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eF-Type port + SMA Port (R-GNSS)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCabling\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eSingle coaxial cable – Power + Encrypted Data\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGNSS Navigation\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eIntegrated dual differential GNSS antenna\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCalibration\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eAutomatic True North + tilt compensation\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMounting Options\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003e60mm pole mount adapter (Quadpod, Non-Penetrating, Trimast)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCompatible Network\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eEutelsat OneWeb LEO (600+ satellites)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eCertifications\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd\u003eISO9001 \/ ISO14001\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003cdiv class=\"legal-note\"\u003e* Speeds are indicative and depend on the Eutelsat OneWeb service plan subscribed. Actual performance may vary depending on environmental conditions and network load.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section CNX Portfolio --\u003e\n\u003cdiv id=\"cnx-portfolio\" class=\"cnx-section\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eCNX Portfolio – Intellian Indoor Units\u003c\/h2\u003e\n\u003cp class=\"subtitle\"\u003eThe CNX (Customer Network Exchange) is the central component of the installation, providing power, data connectivity, and network interface. Four variants are available depending on your deployment needs.\u003c\/p\u003e\n\u003cdiv class=\"cnx-grid\"\u003e\n\u003cdiv class=\"cnx-card\"\u003e\n\u003cdiv class=\"cnx-card-icon\"\u003e📶\u003c\/div\u003e\n\u003ch3\u003eCNX-WIFI\u003c\/h3\u003e\n\u003cp class=\"cnx-subtitle\"\u003eWiFi-6 office solution\u003c\/p\u003e\n\u003cul class=\"cnx-specs-list\"\u003e\n\u003cli\u003eDimensions \u003cspan\u003e21×17×8 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eWeight \u003cspan\u003e0.6 kg\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eTemperature \u003cspan\u003e0°C to +40°C\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eProtection \u003cspan\u003eIP44\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eInterface \u003cspan\u003eWiFi-6 + 4×GigE\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003ePower \u003cspan\u003eExternal AC\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cspan class=\"cnx-badge\"\u003eCompact \u0026amp; Enterprise\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cnx-card\"\u003e\n\u003cdiv class=\"cnx-card-icon\"\u003e🖥️\u003c\/div\u003e\n\u003ch3\u003eCNX-RACK\u003c\/h3\u003e\n\u003cp class=\"cnx-subtitle\"\u003e19\" datacenter rack solution\u003c\/p\u003e\n\u003cul class=\"cnx-specs-list\"\u003e\n\u003cli\u003eDimensions \u003cspan\u003e44.2×25×4.4 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eFormat \u003cspan\u003e19\" – 1U\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eWeight \u003cspan\u003e6.3 kg\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eTemperature \u003cspan\u003e-25°C to +55°C\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eProtection \u003cspan\u003eIP31\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eInterface \u003cspan\u003e8×GigE + WiFi dongle\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003ePower \u003cspan\u003e450W Dual (AC\/DC)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cspan class=\"cnx-badge\"\u003eCompact \u0026amp; Enterprise\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cnx-card\"\u003e\n\u003cdiv class=\"cnx-card-icon\"\u003e🚗\u003c\/div\u003e\n\u003ch3\u003eCNX-MOBILITY\u003c\/h3\u003e\n\u003cp class=\"cnx-subtitle\"\u003eIP56 solution – Extreme environments\u003c\/p\u003e\n\u003cul class=\"cnx-specs-list\"\u003e\n\u003cli\u003eDimensions \u003cspan\u003e34×22×5 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eWeight \u003cspan\u003e1.5 kg\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eTemperature \u003cspan\u003e-25°C to +55°C\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eProtection \u003cspan\u003eIP56 (rugged)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eInterface \u003cspan\u003eWiFi-6 + 4×GigE\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003ePower \u003cspan\u003eDC 12-24V \/ AC 100-240V\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cspan style=\"background: linear-gradient(135deg, #1fb6ff, #0ea5e9);\" class=\"cnx-badge\"\u003eCOTP \u0026amp; Mobility\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"cnx-card\"\u003e\n\u003cdiv class=\"cnx-card-icon\"\u003e🔌\u003c\/div\u003e\n\u003ch3\u003eCNX-BB\u003c\/h3\u003e\n\u003cp class=\"cnx-subtitle\"\u003eCompact plug \u0026amp; play solution\u003c\/p\u003e\n\u003cul class=\"cnx-specs-list\"\u003e\n\u003cli\u003eDimensions \u003cspan\u003e13×12×4 cm\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eWeight \u003cspan\u003e0.25 kg\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eTemperature \u003cspan\u003e0°C to +40°C\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003eInterface \u003cspan\u003e1×GigE RJ45\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003ePower \u003cspan\u003eVia coaxial cable\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cspan style=\"background: linear-gradient(135deg, #8b5cf6, #7c3aed);\" class=\"cnx-badge\"\u003eCompact Series\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Applications d'usage --\u003e\n\u003cdiv id=\"applications\" class=\"usage-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eEnterprise Applications \u0026amp; Industries\u003c\/h2\u003e\n\u003cdiv class=\"usage-grid-responsive\"\u003e\n\u003cdiv class=\"usage-card-responsive\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e🏭\u003c\/div\u003e\n\u003ch3\u003eRemote Industrial Sites\u003c\/h3\u003e\n\u003cp\u003eMines, quarries, oil platforms, drilling sites. High-speed connectivity for SCADA supervision, industrial IoT, team communications, and critical data transfers in the most remote areas of the globe.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card-responsive\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e📡\u003c\/div\u003e\n\u003ch3\u003eCellular Backhaul\u003c\/h3\u003e\n\u003cp\u003e4G\/5G network extension in white areas via LEO satellite backhaul. The Obstruction Mitigation solution is ideal for relay antennas with unavoidable obstructions, maximizing service availability.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card-responsive\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e🏛️\u003c\/div\u003e\n\u003ch3\u003eGovernment \u0026amp; Defense\u003c\/h3\u003e\n\u003cp\u003eSecure communications for administrations, law enforcement, crisis management, and humanitarian operations. Guaranteed SLA and CIR for critical applications requiring maximum availability and constant performance.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card-responsive\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e🏘️\u003c\/div\u003e\n\u003ch3\u003eCommunity Broadband\u003c\/h3\u003e\n\u003cp\u003eHigh-speed internet connection for isolated villages, rural communities, islands, and areas without terrestrial infrastructure. Community WiFi distribution with speeds up to 195 Mbps shared among many simultaneous users.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card-responsive\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e🚑\u003c\/div\u003e\n\u003ch3\u003eEmergency Services \u0026amp; Health\u003c\/h3\u003e\n\u003cp\u003eField hospitals, rescue centers, humanitarian missions in crisis zones. Telemedicine, vital communications, and rescue coordination guaranteed even during natural disasters or conflicts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usage-card-responsive\"\u003e\n\u003cdiv class=\"usage-icon-responsive\"\u003e🌾\u003c\/div\u003e\n\u003ch3\u003eAgriculture \u0026amp; Environment\u003c\/h3\u003e\n\u003cp\u003ePrecision agriculture, environmental monitoring, weather stations, and natural resource management. Reliable connectivity for IoT sensors, agricultural drones, and smart irrigation systems in isolated rural areas.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Comparaison OneWeb LEO vs Satellite GEO --\u003e\n\u003cdiv id=\"comparaison\" class=\"comparison-section\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eOneWeb LEO vs Traditional GEO Satellite\u003c\/h2\u003e\n\u003cp style=\"text-align: center; color: #666; margin-bottom: 10px;\"\u003eWhy choose a LEO solution like Eutelsat OneWeb over a traditional geostationary satellite?\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto;\"\u003e\n\u003ctable class=\"comparison-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eCriterion\u003c\/th\u003e\n\u003cth\u003e🛠️ OneWeb LEO (OW11FL)\u003c\/th\u003e\n\u003cth\u003e📡 Traditional GEO Satellite\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eLatency\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd class=\"check-yes\"\u003e20-50 ms (low)\u003c\/td\u003e\n\u003ctd class=\"check-no\"\u003e600-800 ms (high)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eDownload Speed\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd class=\"check-yes\"\u003eUp to 195 Mbps\u003c\/td\u003e\n\u003ctd class=\"check-partial\"\u003e10-100 Mbps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGuaranteed SLA\/CIR\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd class=\"check-yes\"\u003e✓ Yes (enterprise)\u003c\/td\u003e\n\u003ctd class=\"check-yes\"\u003e✓ Yes (enterprise)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003ePolar Coverage\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd class=\"check-yes\"\u003e✓ Yes (up to 90°)\u003c\/td\u003e\n\u003ctd class=\"check-no\"\u003e✗ Limited (±75°)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eAntenna Size\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd class=\"check-yes\"\u003eCompact (97×50 cm)\u003c\/td\u003e\n\u003ctd class=\"check-no\"\u003eLarge (1-2.4m)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eReal-time Applications\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd class=\"check-yes\"\u003e✓ Excellent\u003c\/td\u003e\n\u003ctd class=\"check-no\"\u003e✗ Limited\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eHD Videoconferencing\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd class=\"check-yes\"\u003e✓ Optimal\u003c\/td\u003e\n\u003ctd class=\"check-partial\"\u003e⚠ Degraded\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eWeather Resistance\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd class=\"check-yes\"\u003eIP66 \/ -40°C to +55°C\u003c\/td\u003e\n\u003ctd class=\"check-partial\"\u003eVariable by model\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section Sécurité Dédiée --\u003e\n\u003cdiv style=\"background: linear-gradient(135deg, #0f2340 0%, #1e3a5f 100%);\" id=\"securite\" class=\"usage-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2 style=\"color: white;\"\u003eData Security: OneWeb vs Starlink\u003c\/h2\u003e\n\u003cp style=\"color: rgba(255,255,255,0.85); text-align: center; font-size: 1.05rem; margin-bottom: 30px;\"\u003eData security is a decisive criterion for businesses and governments. Here's a factual and verified comparison of the security levels of the two main LEO solutions on the market.\u003c\/p\u003e\n\u003cdiv style=\"overflow-x: auto;\"\u003e\n\u003ctable class=\"comparison-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth style=\"background: rgba(255,255,255,0.1); color: white;\"\u003eSecurity Criterion\u003c\/th\u003e\n\u003cth style=\"background: linear-gradient(135deg, #1fb6ff, #0ea5e9); color: white;\"\u003e🔒 OneWeb Eutelsat (OW11FL)\u003c\/th\u003e\n\u003cth style=\"background: linear-gradient(135deg, #64748b, #475569); color: white;\"\u003e📡 Starlink (SpaceX)\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eEncryption\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd class=\"check-yes\"\u003eEnd-to-end AES-256 AEAD\u003c\/td\u003e\n\u003ctd class=\"check-partial\"\u003eAES-256 radio link only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eKey Control\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd class=\"check-yes\"\u003e✓ Client \/ operator\u003c\/td\u003e\n\u003ctd class=\"check-no\"\u003e✗ SpaceX retains keys\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eStatic IP\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd class=\"check-yes\"\u003e✓ Available (option)\u003c\/td\u003e\n\u003ctd class=\"check-no\"\u003e✗ Not available (CGNAT)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eMPLS \/ Private Network\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd class=\"check-yes\"\u003e✓ Supported\u003c\/td\u003e\n\u003ctd class=\"check-no\"\u003e✗ Not available\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eEnterprise Firewall\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd class=\"check-yes\"\u003e✓ Integrated + NIPS\u003c\/td\u003e\n\u003ctd class=\"check-partial\"\u003e⚠ Basic WPA2\/WPA3\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eFIPS 140-3 Compliance\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd class=\"check-yes\"\u003e✓ Compatible\u003c\/td\u003e\n\u003ctd class=\"check-no\"\u003e✗ Not applicable\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGuaranteed SLA\/CIR\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd class=\"check-yes\"\u003e✓ Contractual\u003c\/td\u003e\n\u003ctd class=\"check-partial\"\u003e⚠ Priority only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\u003cstrong\u003eGovernment\/Defense Use\u003c\/strong\u003e\u003c\/td\u003e\n\u003ctd class=\"check-yes\"\u003e✓ Certified \/ Recommended\u003c\/td\u003e\n\u003ctd class=\"check-partial\"\u003e⚠ Starshield only\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.1); border-left-color: #1fb6ff; color: rgba(255,255,255,0.85); margin-top: 25px;\" class=\"legal-note\"\u003e\n\u003cstrong\u003eNote:\u003c\/strong\u003e Starlink does encrypt data over the radio link (AES-256), but cryptographic keys remain under the exclusive control of SpaceX. Decryption occurs within SpaceX's terrestrial infrastructure, which does not meet the compliance requirements of regulated enterprises (FIPS 140-3, Common Criteria, DISP) nor ensure data sovereignty. Source: Senetas (satellite security expert, Nov. 2025).\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Section Advanced Tracking --\u003e\n\u003cdiv id=\"services\" class=\"at-service-section-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eEnterprise Service by Advanced Tracking\u003c\/h2\u003e\n\u003cp style=\"text-align: center; font-size: 1.05rem; color: #666666; margin-bottom: 30px; line-height: 1.6;\"\u003eAdvanced Tracking is your certified partner for the deployment and management of Intellian OneWeb enterprise satellite solutions in France and internationally. Benefit from comprehensive support from design to operation:\u003c\/p\u003e\n\u003cdiv class=\"service-grid-responsive\"\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e🔍\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003eSite Survey \u0026amp; Consulting\u003c\/h3\u003e\n\u003cp\u003ePreliminary analysis of your site, OneWeb coverage study, recommendation of the optimal CNX configuration, and service plan sizing according to your bandwidth and SLA needs.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e🔧\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003eProfessional Installation\u003c\/h3\u003e\n\u003cp\u003eDeployment by certified Intellian technicians using the official mobile app for survey, automated configuration, and performance testing. Comprehensive technical documentation provided.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e💳\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003eEutelsat Plan Management\u003c\/h3\u003e\n\u003cp\u003eActivation, management, and billing of Eutelsat OneWeb service plans directly with Advanced Tracking. Flexible contracts, tiered pricing for multi-site, and preferential terms for key accounts.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"service-card-responsive\"\u003e\n\u003cdiv class=\"service-icon-responsive\"\u003e🎧\u003c\/div\u003e\n\u003cdiv class=\"service-content-responsive\"\u003e\n\u003ch3\u003eSpecialized Technical Support\u003c\/h3\u003e\n\u003cp\u003eDedicated technical assistance during business hours for incidents and operational questions. Advanced satellite expertise, remote monitoring, and on-site interventions if necessary.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Contact Info --\u003e\n\u003cdiv class=\"contact-highlight-responsive\"\u003e\n\u003cdiv class=\"contact-card-responsive\"\u003e\n\u003cspan style=\"font-size: 1.4rem;\"\u003e📞\u003c\/span\u003e\n\u003cdiv class=\"contact-info-responsive\"\u003e\n\u003ch4\u003eContact Our Enterprise Satellite Team\u003c\/h4\u003e\n\u003cdiv class=\"phone\"\u003e+33 (0) 494 23 15 51\u003c\/div\u003e\n\u003cdiv class=\"email\"\u003ecommercial@advanced-tracking.com\u003c\/div\u003e\n\u003cdiv class=\"hours\"\u003eMonday to Friday: 9 am-12 pm and 2 pm-6 pm\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- CTA Final --\u003e\n\u003cdiv class=\"final-cta-responsive\"\u003e\n\u003cdiv class=\"product-content-section\"\u003e\n\u003ch2\u003eConnect Your Most Isolated Sites with OneWeb LEO\u003c\/h2\u003e\n\u003cp\u003eDeploy the Intellian OW11FL and access next-generation satellite broadband. Guaranteed enterprise performance, included SLA\/CIR, turnkey installation by Advanced Tracking.\u003c\/p\u003e\n\u003cdiv class=\"cta-buttons\"\u003e\n\u003ca class=\"cta-btn-primary\" href=\"mailto:commercial@advanced-tracking.com\"\u003e📧 Request a Quote\u003c\/a\u003e \u003ca class=\"cta-btn-secondary\" href=\"tel:+33494231551\"\u003e📞 Call Us\u003c\/a\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"background: rgba(255,255,255,0.15); border-left-color: white; color: rgba(255,255,255,0.9); margin-top: 25px;\" class=\"legal-note\"\u003eActivation, management, and billing of Eutelsat OneWeb plans exclusively with Advanced Tracking. Indicated speeds are theoretical maximums according to available service plans.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Intellian","offers":[{"title":"Default Title","offer_id":56554040164676,"sku":null,"price":13500.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0331\/9087\/1179\/files\/Antenne_Satellite_Intellian_OW10HV_pour_Eutelsat_OneWeb.png?v=1776348226"},{"product_id":"terminal-hughes-leo-hl1100w-hl1120w","title":"Hughes LEO HL1100W \u0026 HL1120W Terminals - Oneweb","description":"\u003cstyle\u003e\n\/* =====================================================\n   RESET \u0026 BASE\n   ===================================================== *\/\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\nbody {\n  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;\n  color: #1a2a4a;\n  background: #f8fbff;\n  line-height: 1.6;\n}\na { text-decoration: none; color: inherit; }\nimg { max-width: 100%; display: block; }\n\n\/* =====================================================\n   HERO\n   ===================================================== *\/\n.hero {\n  background: linear-gradient(135deg, #0d1f3c 0%, #0a2a5c 50%, #0d3a7a 100%);\n  padding: 64px 24px 56px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n.hero::before {\n  content: '';\n  position: absolute;\n  top: -60px; right: -60px;\n  width: 300px; height: 300px;\n  background: radial-gradient(circle, rgba(31,182,255,0.15) 0%, transparent 70%);\n  border-radius: 50%;\n}\n.hero::after {\n  content: '';\n  position: absolute;\n  bottom: -80px; left: -40px;\n  width: 250px; height: 250px;\n  background: radial-gradient(circle, rgba(31,182,255,0.10) 0%, transparent 70%);\n  border-radius: 50%;\n}\n.hero-inner { max-width: 900px; margin: 0 auto; position: relative; z-index: 1; }\n.hero-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  background: rgba(31,182,255,0.18);\n  border: 1px solid rgba(31,182,255,0.4);\n  color: #1fb6ff;\n  font-size: 0.72rem;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  padding: 6px 18px;\n  border-radius: 50px;\n  margin-bottom: 24px;\n}\n.hero h1 {\n  font-size: clamp(2rem, 5vw, 3.2rem);\n  font-weight: 900;\n  color: #fff;\n  line-height: 1.1;\n  margin-bottom: 12px;\n}\n.hero h1 span { color: #1fb6ff; }\n.hero-sub {\n  font-size: clamp(1rem, 2.5vw, 1.15rem);\n  color: rgba(255,255,255,0.72);\n  max-width: 640px;\n  margin: 0 auto 36px;\n  line-height: 1.65;\n}\n.hero-stats {\n  display: flex;\n  justify-content: center;\n  gap: 12px;\n  flex-wrap: wrap;\n}\n.hero-stat {\n  background: rgba(255,255,255,0.08);\n  border: 1px solid rgba(255,255,255,0.15);\n  border-radius: 12px;\n  padding: 14px 22px;\n  text-align: center;\n  min-width: 130px;\n}\n.hero-stat-val {\n  font-size: 1.6rem;\n  font-weight: 900;\n  color: #1fb6ff;\n  line-height: 1;\n  margin-bottom: 4px;\n}\n.hero-stat-lbl {\n  font-size: 0.7rem;\n  color: rgba(255,255,255,0.55);\n  text-transform: uppercase;\n  letter-spacing: 0.08em;\n  font-weight: 600;\n}\n\n\/* =====================================================\n   LAYOUT\n   ===================================================== *\/\n.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }\n.section { padding: 64px 0; }\n.section-alt { background: #fff; }\n.section-dark {\n  background: linear-gradient(135deg, #0d1f3c 0%, #0a2a5c 100%);\n  color: #fff;\n}\n\n\/* Section title *\/\n.sec-title {\n  text-align: center;\n  margin-bottom: 48px;\n}\n.sec-title .label {\n  display: inline-block;\n  font-size: 0.72rem;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #1fb6ff;\n  margin-bottom: 10px;\n}\n.sec-title h2 {\n  font-size: clamp(1.5rem, 3.5vw, 2.2rem);\n  font-weight: 800;\n  color: #1a2a4a;\n  margin-bottom: 10px;\n  line-height: 1.2;\n}\n.sec-title h2.light { color: #fff; }\n.sec-title p {\n  font-size: 1rem;\n  color: #6a7a9a;\n  max-width: 560px;\n  margin: 0 auto;\n}\n.sec-title p.light { color: rgba(255,255,255,0.65); }\n\n\/* =====================================================\n   INTRO — TECHNOLOGIE ESA\n   ===================================================== *\/\n.intro-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 40px;\n  align-items: center;\n}\n.intro-text h2 {\n  font-size: clamp(1.4rem, 3vw, 2rem);\n  font-weight: 800;\n  color: #1a2a4a;\n  margin-bottom: 14px;\n  line-height: 1.25;\n}\n.intro-text h2 span { color: #1fb6ff; }\n.intro-text p {\n  font-size: 0.95rem;\n  color: #5a6a8a;\n  line-height: 1.7;\n  margin-bottom: 16px;\n}\n.intro-feats {\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n  margin-top: 20px;\n}\n.intro-feat {\n  display: flex;\n  align-items: flex-start;\n  gap: 12px;\n  background: #f0f8ff;\n  border-radius: 10px;\n  padding: 12px 14px;\n  border-left: 3px solid #1fb6ff;\n}\n.intro-feat-ico {\n  font-size: 1.3rem;\n  flex-shrink: 0;\n  margin-top: 1px;\n}\n.intro-feat-txt strong {\n  display: block;\n  font-size: 0.85rem;\n  font-weight: 700;\n  color: #1a2a4a;\n  margin-bottom: 2px;\n}\n.intro-feat-txt span {\n  font-size: 0.78rem;\n  color: #6a7a9a;\n}\n.intro-visual {\n  background: linear-gradient(135deg, #0d1f3c, #0a3a7a);\n  border-radius: 20px;\n  padding: 36px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n.intro-visual::before {\n  content: '';\n  position: absolute;\n  top: -30px; right: -30px;\n  width: 150px; height: 150px;\n  background: radial-gradient(circle, rgba(31,182,255,0.2) 0%, transparent 70%);\n  border-radius: 50%;\n}\n.antenna-icon {\n  font-size: 5rem;\n  margin-bottom: 16px;\n  display: block;\n}\n.intro-visual h3 {\n  font-size: 1rem;\n  font-weight: 700;\n  color: #fff;\n  margin-bottom: 8px;\n}\n.intro-visual p {\n  font-size: 0.82rem;\n  color: rgba(255,255,255,0.6);\n  line-height: 1.5;\n}\n.tech-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 6px;\n  justify-content: center;\n  margin-top: 16px;\n}\n.tech-tag {\n  background: rgba(31,182,255,0.2);\n  border: 1px solid rgba(31,182,255,0.35);\n  color: #1fb6ff;\n  font-size: 0.68rem;\n  font-weight: 700;\n  padding: 4px 10px;\n  border-radius: 50px;\n  text-transform: uppercase;\n  letter-spacing: 0.06em;\n}\n\n\/* =====================================================\n   COMPARAISON MODÈLES\n   ===================================================== *\/\n.models-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 24px;\n}\n.model-card {\n  background: #fff;\n  border-radius: 20px;\n  border: 2px solid #e0e8f5;\n  overflow: hidden;\n  box-shadow: 0 4px 24px rgba(0,0,0,0.06);\n  transition: transform 0.2s, box-shadow 0.2s;\n}\n.model-card:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 12px 40px rgba(31,182,255,0.15);\n}\n.model-card.featured {\n  border-color: #1fb6ff;\n  box-shadow: 0 4px 24px rgba(31,182,255,0.18);\n}\n.model-header {\n  background: linear-gradient(135deg, #0d1f3c, #0a3a7a);\n  padding: 24px 24px 20px;\n  position: relative;\n}\n.model-header.pro {\n  background: linear-gradient(135deg, #0d2a5c, #1a3a8b);\n}\n.model-badge-top {\n  position: absolute;\n  top: 14px; right: 14px;\n  background: linear-gradient(135deg, #fbbf24, #f59e0b);\n  color: #fff;\n  font-size: 0.62rem;\n  font-weight: 700;\n  padding: 3px 10px;\n  border-radius: 50px;\n}\n.model-ico { font-size: 2.2rem; margin-bottom: 10px; }\n.model-name {\n  font-size: 1.4rem;\n  font-weight: 900;\n  color: #fff;\n  margin-bottom: 4px;\n}\n.model-tagline {\n  font-size: 0.8rem;\n  color: rgba(255,255,255,0.6);\n}\n.model-body { padding: 24px; }\n.model-speed {\n  display: flex;\n  gap: 12px;\n  margin-bottom: 20px;\n}\n.speed-box {\n  flex: 1;\n  background: #f0f8ff;\n  border-radius: 10px;\n  padding: 12px;\n  text-align: center;\n  border: 1.5px solid #d0e8ff;\n}\n.speed-val {\n  font-size: 1.5rem;\n  font-weight: 900;\n  color: #1fb6ff;\n  line-height: 1;\n  margin-bottom: 3px;\n}\n.speed-lbl {\n  font-size: 0.65rem;\n  color: #8a9ab8;\n  text-transform: uppercase;\n  letter-spacing: 0.07em;\n  font-weight: 600;\n}\n.model-specs {\n  display: flex;\n  flex-direction: column;\n  gap: 8px;\n  margin-bottom: 20px;\n}\n.spec-row {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  padding: 8px 0;\n  border-bottom: 1px solid #f0f4fa;\n  font-size: 0.82rem;\n}\n.spec-row:last-child { border-bottom: none; }\n.spec-key { color: #7a8aaa; font-weight: 600; }\n.spec-val { color: #1a2a4a; font-weight: 700; text-align: right; }\n.spec-val.highlight { color: #1fb6ff; }\n.model-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 5px;\n  margin-bottom: 20px;\n}\n.mtag {\n  background: #eef3ff;\n  color: #4a6a9a;\n  font-size: 0.65rem;\n  font-weight: 700;\n  padding: 3px 9px;\n  border-radius: 50px;\n}\n.model-btns {\n  display: flex;\n  gap: 8px;\n}\n.btn-primary {\n  flex: 1;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 6px;\n  padding: 11px 8px;\n  background: linear-gradient(135deg, #1fb6ff, #0090d4);\n  color: #fff;\n  font-size: 0.82rem;\n  font-weight: 700;\n  border-radius: 10px;\n  transition: opacity 0.2s;\n}\n.btn-primary:hover { opacity: 0.85; }\n.btn-outline {\n  flex: 1;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 6px;\n  padding: 11px 8px;\n  background: #fff;\n  color: #1fb6ff;\n  font-size: 0.82rem;\n  font-weight: 700;\n  border-radius: 10px;\n  border: 2px solid #1fb6ff;\n  transition: background 0.2s;\n}\n.btn-outline:hover { background: #f0f8ff; }\n\n\/* =====================================================\n   TABLEAU COMPARATIF\n   ===================================================== *\/\n.compare-table {\n  width: 100%;\n  border-collapse: collapse;\n  background: #fff;\n  border-radius: 16px;\n  overflow: hidden;\n  box-shadow: 0 4px 24px rgba(0,0,0,0.07);\n}\n.compare-table th {\n  background: linear-gradient(135deg, #0d1f3c, #0a3a7a);\n  color: #fff;\n  padding: 16px 20px;\n  font-size: 0.88rem;\n  font-weight: 700;\n  text-align: left;\n}\n.compare-table th:first-child { border-radius: 0; }\n.compare-table th.hl { color: #1fb6ff; }\n.compare-table td {\n  padding: 13px 20px;\n  font-size: 0.85rem;\n  color: #333;\n  border-bottom: 1px solid #f0f4fa;\n}\n.compare-table tr:last-child td { border-bottom: none; }\n.compare-table tr:nth-child(even) td { background: #f8fbff; }\n.compare-table td:first-child { font-weight: 600; color: #5a6a8a; }\n.compare-table td.val { font-weight: 700; color: #1a2a4a; }\n.compare-table td.val.blue { color: #1fb6ff; }\n\n\/* =====================================================\n   CAS D'USAGE\n   ===================================================== *\/\n.usecases-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 20px;\n}\n.uc-card {\n  background: #fff;\n  border-radius: 16px;\n  border: 1.5px solid #e0e8f5;\n  padding: 24px;\n  box-shadow: 0 2px 12px rgba(0,0,0,0.05);\n  transition: transform 0.2s, box-shadow 0.2s;\n  display: flex;\n  flex-direction: column;\n}\n.uc-card:hover {\n  transform: translateY(-3px);\n  box-shadow: 0 8px 28px rgba(31,182,255,0.12);\n}\n.uc-ico-wrap {\n  width: 52px; height: 52px;\n  background: linear-gradient(135deg, #1fb6ff, #0090d4);\n  border-radius: 14px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 1.6rem;\n  margin-bottom: 16px;\n  flex-shrink: 0;\n}\n.uc-sector {\n  font-size: 0.65rem;\n  font-weight: 700;\n  text-transform: uppercase;\n  letter-spacing: 0.1em;\n  color: #1fb6ff;\n  margin-bottom: 6px;\n}\n.uc-title {\n  font-size: 0.95rem;\n  font-weight: 800;\n  color: #1a2a4a;\n  margin-bottom: 10px;\n  line-height: 1.3;\n}\n.uc-desc {\n  font-size: 0.8rem;\n  color: #6a7a9a;\n  line-height: 1.6;\n  flex: 1;\n  margin-bottom: 14px;\n}\n.uc-benefits {\n  display: flex;\n  flex-direction: column;\n  gap: 5px;\n}\n.uc-benefit {\n  display: flex;\n  align-items: flex-start;\n  gap: 7px;\n  font-size: 0.75rem;\n  color: #4a6a9a;\n  line-height: 1.4;\n}\n.uc-benefit::before {\n  content: '✓';\n  color: #1fb6ff;\n  font-weight: 700;\n  flex-shrink: 0;\n  margin-top: 1px;\n}\n\n\/* =====================================================\n   AVANTAGES CLÉS\n   ===================================================== *\/\n.advantages-grid {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 16px;\n}\n.adv-card {\n  background: rgba(255,255,255,0.07);\n  border: 1px solid rgba(255,255,255,0.12);\n  border-radius: 14px;\n  padding: 22px 18px;\n  text-align: center;\n}\n.adv-ico { font-size: 2rem; margin-bottom: 12px; }\n.adv-title {\n  font-size: 0.88rem;\n  font-weight: 700;\n  color: #fff;\n  margin-bottom: 8px;\n  line-height: 1.3;\n}\n.adv-desc {\n  font-size: 0.76rem;\n  color: rgba(255,255,255,0.55);\n  line-height: 1.5;\n}\n\n\/* =====================================================\n   CERTIFICATIONS\n   ===================================================== *\/\n.certs-grid {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 12px;\n  justify-content: center;\n}\n.cert-badge {\n  background: #fff;\n  border: 2px solid #e0e8f5;\n  border-radius: 10px;\n  padding: 10px 20px;\n  font-size: 0.82rem;\n  font-weight: 700;\n  color: #1a2a4a;\n  display: flex;\n  align-items: center;\n  gap: 8px;\n  box-shadow: 0 2px 8px rgba(0,0,0,0.04);\n}\n.cert-badge .cert-ico { font-size: 1.1rem; }\n\n\/* =====================================================\n   SECTION ONEWEB\n   ===================================================== *\/\n.oneweb-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 40px;\n  align-items: center;\n}\n.oneweb-text h2 {\n  font-size: clamp(1.4rem, 3vw, 2rem);\n  font-weight: 800;\n  color: #fff;\n  margin-bottom: 14px;\n  line-height: 1.25;\n}\n.oneweb-text h2 span { color: #1fb6ff; }\n.oneweb-text p {\n  font-size: 0.95rem;\n  color: rgba(255,255,255,0.65);\n  line-height: 1.7;\n  margin-bottom: 12px;\n}\n.oneweb-stats {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 12px;\n  margin-top: 20px;\n}\n.ow-stat {\n  background: rgba(31,182,255,0.12);\n  border: 1px solid rgba(31,182,255,0.25);\n  border-radius: 12px;\n  padding: 14px 16px;\n  text-align: center;\n}\n.ow-stat-val {\n  font-size: 1.4rem;\n  font-weight: 900;\n  color: #1fb6ff;\n  line-height: 1;\n  margin-bottom: 4px;\n}\n.ow-stat-lbl {\n  font-size: 0.68rem;\n  color: rgba(255,255,255,0.5);\n  text-transform: uppercase;\n  letter-spacing: 0.07em;\n  font-weight: 600;\n}\n.oneweb-visual {\n  background: rgba(255,255,255,0.05);\n  border: 1px solid rgba(255,255,255,0.1);\n  border-radius: 20px;\n  padding: 32px;\n  text-align: center;\n}\n.orbit-icon { font-size: 5rem; margin-bottom: 16px; }\n.oneweb-visual h3 {\n  font-size: 1rem;\n  font-weight: 700;\n  color: #fff;\n  margin-bottom: 8px;\n}\n.oneweb-visual p {\n  font-size: 0.8rem;\n  color: rgba(255,255,255,0.55);\n  line-height: 1.5;\n}\n\n\/* =====================================================\n   CTA FINAL\n   ===================================================== *\/\n.cta-section {\n  background: linear-gradient(135deg, #0d1f3c 0%, #0a3a7a 100%);\n  padding: 64px 24px;\n  text-align: center;\n}\n.cta-section h2 {\n  font-size: clamp(1.4rem, 3.5vw, 2rem);\n  font-weight: 800;\n  color: #fff;\n  margin-bottom: 12px;\n}\n.cta-section p {\n  font-size: 1rem;\n  color: rgba(255,255,255,0.65);\n  max-width: 520px;\n  margin: 0 auto 32px;\n  line-height: 1.6;\n}\n.cta-btns {\n  display: flex;\n  gap: 14px;\n  justify-content: center;\n  flex-wrap: wrap;\n}\n.cta-btn-primary {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 14px 32px;\n  background: #1fb6ff;\n  color: #fff;\n  font-size: 0.95rem;\n  font-weight: 700;\n  border-radius: 50px;\n  transition: opacity 0.2s;\n}\n.cta-btn-primary:hover { opacity: 0.85; }\n.cta-btn-secondary {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 14px 32px;\n  background: transparent;\n  color: #fff;\n  font-size: 0.95rem;\n  font-weight: 700;\n  border-radius: 50px;\n  border: 2px solid rgba(255,255,255,0.35);\n  transition: background 0.2s;\n}\n.cta-btn-secondary:hover { background: rgba(255,255,255,0.1); }\n.cta-contact-info {\n  margin-top: 24px;\n  font-size: 0.8rem;\n  color: rgba(255,255,255,0.4);\n}\n\n\/* =====================================================\n   RESPONSIVE\n   ===================================================== *\/\n@media (max-width: 900px) {\n  .intro-grid { grid-template-columns: 1fr; }\n  .intro-visual { order: -1; }\n  .models-grid { grid-template-columns: 1fr; }\n  .usecases-grid { grid-template-columns: repeat(2, 1fr); }\n  .advantages-grid { grid-template-columns: repeat(2, 1fr); }\n  .oneweb-grid { grid-template-columns: 1fr; }\n  .oneweb-visual { order: -1; }\n}\n@media (max-width: 600px) {\n  .hero { padding: 40px 16px 36px; }\n  .hero-stats { gap: 8px; }\n  .hero-stat { min-width: 100px; padding: 10px 14px; }\n  .hero-stat-val { font-size: 1.3rem; }\n  .section { padding: 40px 0; }\n  .usecases-grid { grid-template-columns: 1fr; }\n  .advantages-grid { grid-template-columns: 1fr 1fr; }\n  .compare-table { font-size: 0.78rem; }\n  .compare-table th, .compare-table td { padding: 10px 12px; }\n  .cta-btns { flex-direction: column; align-items: center; }\n  .cta-btn-primary, .cta-btn-secondary { width: 100%; max-width: 280px; justify-content: center; }\n  .oneweb-stats { grid-template-columns: 1fr 1fr; }\n}\n@media (max-width: 380px) {\n  .advantages-grid { grid-template-columns: 1fr; }\n  .hero-stat { min-width: 80px; }\n}\n\u003c\/style\u003e\n\u003c!-- =====================================================\n     HERO\n     ===================================================== --\u003e\n\u003csection class=\"hero\"\u003e\n\u003cdiv class=\"hero-inner\"\u003e\n\u003cdiv class=\"hero-badge\"\u003e🛰️ LEO Satellite — OneWeb \/ Eutelsat\u003c\/div\u003e\n\u003ch1\u003eHughes LEO Terminals\u003cbr\u003e\u003cspan\u003eHL1100W \u0026amp; HL1120W\u003c\/span\u003e\u003c\/h1\u003e\n\u003cp class=\"hero-sub\"\u003eNext-generation self-pointing ESA antennas on the OneWeb constellation. High throughput, low latency, global coverage — for businesses, defense, and critical infrastructure.\u003c\/p\u003e\n\u003cdiv class=\"hero-stats\"\u003e\n\u003cdiv class=\"hero-stat\"\u003e\n\u003cdiv class=\"hero-stat-val\"\u003e195\u003c\/div\u003e\n\u003cdiv class=\"hero-stat-lbl\"\u003eMbps DL (HL1120W)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-stat\"\u003e\n\u003cdiv class=\"hero-stat-val\"\u003e32\u003c\/div\u003e\n\u003cdiv class=\"hero-stat-lbl\"\u003eMbps UL (HL1120W)\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-stat\"\u003e\n\u003cdiv class=\"hero-stat-val\"\u003e\u0026lt;50\u003c\/div\u003e\n\u003cdiv class=\"hero-stat-lbl\"\u003ems LEO Latency\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-stat\"\u003e\n\u003cdiv class=\"hero-stat-val\"\u003e−40°\u003c\/div\u003e\n\u003cdiv class=\"hero-stat-lbl\"\u003eto +55°C\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"hero-stat\"\u003e\n\u003cdiv class=\"hero-stat-val\"\u003e0\u003c\/div\u003e\n\u003cdiv class=\"hero-stat-lbl\"\u003eMoving Part\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     INTRO — ESA TECHNOLOGY\n     ===================================================== --\u003e\n\u003csection class=\"section section-alt\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"intro-grid\"\u003e\n\u003cdiv class=\"intro-text\"\u003e\n\u003ch2\u003eThe \u003cspan\u003eHughes ESA\u003c\/span\u003e Antenna: a revolution for LEO\u003c\/h2\u003e\n\u003cp\u003eThe Hughes HL1100W and HL1120W terminals integrate a latest-generation Electronically Steered Antenna (ESA). With no mechanical moving parts, the antenna automatically points to the OneWeb constellation satellites as soon as it is powered on.\u003c\/p\u003e\n\u003cp\u003eDesigned for the most demanding outdoor environments, the robust aluminum plate resists extreme weather conditions while maintaining enterprise-level connectivity performance.\u003c\/p\u003e\n\u003cdiv class=\"intro-feats\"\u003e\n\u003cdiv class=\"intro-feat\"\u003e\n\u003cdiv class=\"intro-feat-ico\"\u003e⚡\u003c\/div\u003e\n\u003cdiv class=\"intro-feat-txt\"\u003e\u003cstrong\u003eInstant Self-Pointing\u003c\/strong\u003e \u003cspan\u003eNo specialized training required — operational upon installation\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"intro-feat\"\u003e\n\u003cdiv class=\"intro-feat-ico\"\u003e🌐\u003c\/div\u003e\n\u003cdiv class=\"intro-feat-txt\"\u003e\u003cstrong\u003eOneWeb LEO Ku-band Constellation\u003c\/strong\u003e \u003cspan\u003eNear-complete global coverage with low latency thanks to low Earth orbits\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"intro-feat\"\u003e\n\u003cdiv class=\"intro-feat-ico\"\u003e🏗️\u003c\/div\u003e\n\u003cdiv class=\"intro-feat-txt\"\u003e\u003cstrong\u003eSimplified Installation\u003c\/strong\u003e \u003cspan\u003eRG-6 coaxial cable up to 30.5 m — integrated Wi-Fi 6 IDU with 2 GigE ports\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"intro-feat\"\u003e\n\u003cdiv class=\"intro-feat-ico\"\u003e🔒\u003c\/div\u003e\n\u003cdiv class=\"intro-feat-txt\"\u003e\u003cstrong\u003eDifferentiated QoS \u0026amp; Multi-APN\u003c\/strong\u003e \u003cspan\u003eApplication-specific Quality of Service management — ideal for enterprise networks\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"intro-visual\"\u003e\u003cspan class=\"antenna-icon\"\u003e📡\u003c\/span\u003e\n\u003ch3\u003eElectronically Steered Antenna\u003c\/h3\u003e\n\u003cp\u003eCutting-edge technology: no moving parts, ultra-low profile, total weather resistance. Operational in minutes.\u003c\/p\u003e\n\u003cdiv class=\"tech-tags\"\u003e\u003cspan class=\"tech-tag\"\u003eESA\u003c\/span\u003e \u003cspan class=\"tech-tag\"\u003eLEO Ku-band\u003c\/span\u003e \u003cspan class=\"tech-tag\"\u003eOneWeb\u003c\/span\u003e \u003cspan class=\"tech-tag\"\u003eWi-Fi 6\u003c\/span\u003e \u003cspan class=\"tech-tag\"\u003eFull-Duplex\u003c\/span\u003e \u003cspan class=\"tech-tag\"\u003eMulti-APN\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     MODELS\n     ===================================================== --\u003e\n\u003csection class=\"section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"sec-title\"\u003e\u003cspan class=\"label\"\u003eTwo models available\u003c\/span\u003e\n\u003ch2\u003eHL1100W or HL1120W — Choose your performance level\u003c\/h2\u003e\n\u003cp\u003eFrom compact terminals for remote sites to high-performance terminals for critical infrastructure\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"models-grid\"\u003e\u003c!-- HL1100W --\u003e\n\u003cdiv class=\"model-card\"\u003e\n\u003cdiv class=\"model-header\"\u003e\n\u003cdiv class=\"model-ico\"\u003e📡\u003c\/div\u003e\n\u003cdiv class=\"model-name\"\u003eHL1100W\u003c\/div\u003e\n\u003cdiv class=\"model-tagline\"\u003eCompact LEO Terminal — Half Duplex\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"model-body\"\u003e\n\u003cdiv class=\"model-speed\"\u003e\n\u003cdiv class=\"speed-box\"\u003e\n\u003cdiv class=\"speed-val\"\u003e75\u003c\/div\u003e\n\u003cdiv class=\"speed-lbl\"\u003eMbps DL\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"speed-box\"\u003e\n\u003cdiv class=\"speed-val\"\u003e14\u003c\/div\u003e\n\u003cdiv class=\"speed-lbl\"\u003eMbps UL\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"model-specs\"\u003e\n\u003cdiv class=\"spec-row\"\u003e\u003cspan class=\"spec-key\"\u003eRadio Mode\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eHalf Duplex\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\u003cspan class=\"spec-key\"\u003eODU Dimensions\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e59.8 × 40.2 × 6.0 cm\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\u003cspan class=\"spec-key\"\u003eODU Weight\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e10.6 kg\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\u003cspan class=\"spec-key\"\u003ePower Consumption\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e130 W (typ.)\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\u003cspan class=\"spec-key\"\u003eEIRP\u003c\/span\u003e \u003cspan class=\"spec-val highlight\"\u003e+36.6 dBW\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\u003cspan class=\"spec-key\"\u003eG\/T\u003c\/span\u003e \u003cspan class=\"spec-val highlight\"\u003eup to 11.3 dB\/K\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\u003cspan class=\"spec-key\"\u003eTemperature\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e−40°C to +55°C\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\u003cspan class=\"spec-key\"\u003eIDU\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eWi-Fi 6, 2× GigE LAN\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\u003cspan class=\"spec-key\"\u003eIFL Cable\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eUp to 30.5 m (RG-6)\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\u003cspan class=\"spec-key\"\u003ePower Supply\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e100–240 V AC \/ DC\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"model-tags\"\u003e\u003cspan class=\"mtag\"\u003eHalf Duplex\u003c\/span\u003e \u003cspan class=\"mtag\"\u003eCompact\u003c\/span\u003e \u003cspan class=\"mtag\"\u003eWi-Fi 6\u003c\/span\u003e \u003cspan class=\"mtag\"\u003eCE \/ FCC\u003c\/span\u003e \u003cspan class=\"mtag\"\u003eUKCA\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"model-btns\"\u003e\u003ca class=\"btn-primary\" href=\"https:\/\/www.advanced-tracking.com\/en\/pages\/contactez-nous\"\u003e📋 \u003cspan style=\"color: rgb(255, 255, 255);\"\u003eRequest a quote\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- HL1120W --\u003e\n\u003cdiv class=\"model-card featured\"\u003e\n\u003cdiv class=\"model-header pro\"\u003e\n\u003cdiv class=\"model-badge-top\"\u003e⭐ High Performance\u003c\/div\u003e\n\u003cdiv class=\"model-ico\"\u003e🛰️\u003c\/div\u003e\n\u003cdiv class=\"model-name\"\u003eHL1120W\u003c\/div\u003e\n\u003cdiv class=\"model-tagline\"\u003eHigh Performance LEO Terminal — Full Duplex\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"model-body\"\u003e\n\u003cdiv class=\"model-speed\"\u003e\n\u003cdiv class=\"speed-box\"\u003e\n\u003cdiv class=\"speed-val\"\u003e195\u003c\/div\u003e\n\u003cdiv class=\"speed-lbl\"\u003eMbps DL\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"speed-box\"\u003e\n\u003cdiv class=\"speed-val\"\u003e32\u003c\/div\u003e\n\u003cdiv class=\"speed-lbl\"\u003eMbps UL\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"model-specs\"\u003e\n\u003cdiv class=\"spec-row\"\u003e\u003cspan class=\"spec-key\"\u003eRadio Mode\u003c\/span\u003e \u003cspan class=\"spec-val highlight\"\u003eFull Duplex\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\u003cspan class=\"spec-key\"\u003eODU Dimensions\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e59.8 × 82.7 × 11.1 cm\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\u003cspan class=\"spec-key\"\u003eODU Weight\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e24.0 kg\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\u003cspan class=\"spec-key\"\u003ePower Consumption\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e235 W (typ.)\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\u003cspan class=\"spec-key\"\u003eEIRP\u003c\/span\u003e \u003cspan class=\"spec-val highlight\"\u003e+36.6 dBW\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\u003cspan class=\"spec-key\"\u003eG\/T\u003c\/span\u003e \u003cspan class=\"spec-val highlight\"\u003eup to 11.3 dB\/K\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\u003cspan class=\"spec-key\"\u003eTemperature\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e−40°C to +55°C\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\u003cspan class=\"spec-key\"\u003eIDU\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eWi-Fi 6, 2× GigE LAN\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\u003cspan class=\"spec-key\"\u003eIFL Cable\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003eUp to 30.5 m (RG-6 dual)\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec-row\"\u003e\u003cspan class=\"spec-key\"\u003ePower Supply\u003c\/span\u003e \u003cspan class=\"spec-val\"\u003e100–240 V AC\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"model-tags\"\u003e\u003cspan class=\"mtag\"\u003eFull Duplex\u003c\/span\u003e \u003cspan class=\"mtag\"\u003eHigh Performance\u003c\/span\u003e \u003cspan class=\"mtag\"\u003eWi-Fi 6\u003c\/span\u003e \u003cspan class=\"mtag\"\u003eCE \/ FCC\u003c\/span\u003e \u003cspan class=\"mtag\"\u003eUKCA\u003c\/span\u003e\u003c\/div\u003e\n\u003cdiv class=\"model-btns\"\u003e\u003ca class=\"btn-primary\" href=\"https:\/\/www.advanced-tracking.com\/en\/pages\/contactez-nous\"\u003e📋\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e Request a quote\u003c\/span\u003e\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     COMPARISON TABLE\n     ===================================================== --\u003e\n\u003csection class=\"section section-alt\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"sec-title\"\u003e\u003cspan class=\"label\"\u003eTechnical Comparison\u003c\/span\u003e\n\u003ch2\u003eHL1100W vs HL1120W — Summary Table\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"overflow-x: auto;\"\u003e\n\u003ctable class=\"compare-table\"\u003e\n\u003cthead\u003e\n\u003ctr\u003e\n\u003cth\u003eFeature\u003c\/th\u003e\n\u003cth class=\"hl\"\u003eHL1100W\u003c\/th\u003e\n\u003cth class=\"hl\"\u003eHL1120W\u003c\/th\u003e\n\u003c\/tr\u003e\n\u003c\/thead\u003e\n\u003ctbody\u003e\n\u003ctr\u003e\n\u003ctd\u003eRadio Mode\u003c\/td\u003e\n\u003ctd class=\"val\"\u003eHalf Duplex\u003c\/td\u003e\n\u003ctd class=\"val blue\"\u003eFull Duplex\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eDownload Speed (DL)\u003c\/td\u003e\n\u003ctd class=\"val\"\u003e75 Mbps\u003c\/td\u003e\n\u003ctd class=\"val blue\"\u003e195 Mbps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eUpload Speed (UL)\u003c\/td\u003e\n\u003ctd class=\"val\"\u003e14 Mbps\u003c\/td\u003e\n\u003ctd class=\"val blue\"\u003e32 Mbps\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eEIRP\u003c\/td\u003e\n\u003ctd class=\"val\"\u003e+36.6 dBW\u003c\/td\u003e\n\u003ctd class=\"val\"\u003e+36.6 dBW\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eG\/T\u003c\/td\u003e\n\u003ctd class=\"val\"\u003eup to 11.3 dB\/K\u003c\/td\u003e\n\u003ctd class=\"val\"\u003eup to 11.3 dB\/K\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eODU Dimensions\u003c\/td\u003e\n\u003ctd class=\"val\"\u003e59.8 × 40.2 × 6.0 cm\u003c\/td\u003e\n\u003ctd class=\"val\"\u003e59.8 × 82.7 × 11.1 cm\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eODU Weight\u003c\/td\u003e\n\u003ctd class=\"val\"\u003e10.6 kg\u003c\/td\u003e\n\u003ctd class=\"val\"\u003e24.0 kg\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eODU Power Consumption\u003c\/td\u003e\n\u003ctd class=\"val\"\u003e130 W (typ.)\u003c\/td\u003e\n\u003ctd class=\"val\"\u003e235 W (typ.)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIFL Cable\u003c\/td\u003e\n\u003ctd class=\"val\"\u003eRG-6 coax (single)\u003c\/td\u003e\n\u003ctd class=\"val\"\u003eRG-6 dual coax\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eOperating Temperature\u003c\/td\u003e\n\u003ctd class=\"val\"\u003e−40°C to +55°C\u003c\/td\u003e\n\u003ctd class=\"val\"\u003e−40°C to +55°C\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eIDU Wi-Fi\u003c\/td\u003e\n\u003ctd class=\"val\"\u003eWi-Fi 6 (optional)\u003c\/td\u003e\n\u003ctd class=\"val\"\u003eWi-Fi 6 (optional)\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eLAN Ports\u003c\/td\u003e\n\u003ctd class=\"val\"\u003e2× GigE RJ45\u003c\/td\u003e\n\u003ctd class=\"val\"\u003e2× GigE RJ45\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003ePower Supply\u003c\/td\u003e\n\u003ctd class=\"val\"\u003e100–240 V AC \/ DC\u003c\/td\u003e\n\u003ctd class=\"val\"\u003e100–240 V AC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eCertifications\u003c\/td\u003e\n\u003ctd class=\"val\"\u003eCE, FCC, Anatel, UKCA, UL, IEC\u003c\/td\u003e\n\u003ctd class=\"val\"\u003eCE, FCC, Anatel, UKCA, UL, IEC\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eSatellite Network\u003c\/td\u003e\n\u003ctd class=\"val\"\u003eOneWeb LEO Ku-band\u003c\/td\u003e\n\u003ctd class=\"val\"\u003eOneWeb LEO Ku-band\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003eRecommended Use\u003c\/td\u003e\n\u003ctd class=\"val\"\u003eRemote sites, backup, SMBs\u003c\/td\u003e\n\u003ctd class=\"val blue\"\u003eEnterprises, defense, critical infrastructure\u003c\/td\u003e\n\u003c\/tr\u003e\n\u003c\/tbody\u003e\n\u003c\/table\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     KEY ADVANTAGES\n     ===================================================== --\u003e\n\u003csection class=\"section section-dark\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"sec-title\"\u003e\u003cspan class=\"label\"\u003eWhy Hughes LEO?\u003c\/span\u003e\n\u003ch2 class=\"light\"\u003eThe advantages of Hughes LEO technology\u003c\/h2\u003e\n\u003cp class=\"light\"\u003eA next-generation satellite connectivity solution designed for the highest demands\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"advantages-grid\"\u003e\n\u003cdiv class=\"adv-card\"\u003e\n\u003cdiv class=\"adv-ico\"\u003e⚡\u003c\/div\u003e\n\u003cdiv class=\"adv-title\"\u003eLow Latency\u003c\/div\u003e\n\u003cdiv class=\"adv-desc\"\u003eLEO satellites in low orbit (~1,200 km) drastically reduce latency compared to GEO satellites (~36,000 km). Smooth real-time applications, video conferencing, and transactions.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"adv-card\"\u003e\n\u003cdiv class=\"adv-ico\"\u003e🌍\u003c\/div\u003e\n\u003cdiv class=\"adv-title\"\u003eGlobal Coverage\u003c\/div\u003e\n\u003cdiv class=\"adv-desc\"\u003eThe OneWeb constellation offers near-global coverage, including polar regions and the most isolated areas inaccessible to terrestrial networks.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"adv-card\"\u003e\n\u003cdiv class=\"adv-ico\"\u003e🏢\u003c\/div\u003e\n\u003cdiv class=\"adv-title\"\u003eEnterprise-Grade Quality\u003c\/div\u003e\n\u003cdiv class=\"adv-desc\"\u003eDedicated capacity, guaranteed SLAs, differentiated QoS, 24\/7 monitoring. No bandwidth sharing with consumer users.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"adv-card\"\u003e\n\u003cdiv class=\"adv-ico\"\u003e🔧\u003c\/div\u003e\n\u003cdiv class=\"adv-title\"\u003eSimplified Installation\u003c\/div\u003e\n\u003cdiv class=\"adv-desc\"\u003eAutomatic self-pointing without specialized training. Rapid deployment even in emergency conditions. No moving parts to maintain.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"adv-card\"\u003e\n\u003cdiv class=\"adv-ico\"\u003e🛡️\u003c\/div\u003e\n\u003cdiv class=\"adv-title\"\u003eResilience \u0026amp; Redundancy\u003c\/div\u003e\n\u003cdiv class=\"adv-desc\"\u003eIdeal satellite backup in case of fiber, cable, or 4G outage. Maintains operations during natural disasters or unforeseen events.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"adv-card\"\u003e\n\u003cdiv class=\"adv-ico\"\u003e❄️\u003c\/div\u003e\n\u003cdiv class=\"adv-title\"\u003eExtreme Robustness\u003c\/div\u003e\n\u003cdiv class=\"adv-desc\"\u003eGuaranteed operation from −40°C to +55°C. Weather-resistant aluminum chassis. Designed for the most hostile environments.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"adv-card\"\u003e\n\u003cdiv class=\"adv-ico\"\u003e📊\u003c\/div\u003e\n\u003cdiv class=\"adv-title\"\u003eCentralized Management\u003c\/div\u003e\n\u003cdiv class=\"adv-desc\"\u003eUnified network supervision, centralized billing, dedicated Hughes support. A single interface to manage the entire deployment.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"adv-card\"\u003e\n\u003cdiv class=\"adv-ico\"\u003e🔌\u003c\/div\u003e\n\u003cdiv class=\"adv-title\"\u003eEasy Integration\u003c\/div\u003e\n\u003cdiv class=\"adv-desc\"\u003eCompatible with existing infrastructure. Multi-APN, configurable QoS, integrated Wi-Fi 6. Integrates into any enterprise WAN network.\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     USE CASES\n     ===================================================== --\u003e\n\u003csection class=\"section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"sec-title\"\u003e\u003cspan class=\"label\"\u003eConcrete applications\u003c\/span\u003e\n\u003ch2\u003eUse Cases — Who uses Hughes LEO terminals?\u003c\/h2\u003e\n\u003cp\u003eProven solutions in the world's most demanding environments\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"usecases-grid\"\u003e\u003c!-- Retail --\u003e\n\u003cdiv class=\"uc-card\"\u003e\n\u003cdiv class=\"uc-ico-wrap\"\u003e🏪\u003c\/div\u003e\n\u003cdiv class=\"uc-sector\"\u003eRetail \u0026amp; Commerce\u003c\/div\u003e\n\u003cdiv class=\"uc-title\"\u003eRetail Connectivity Backup\u003c\/div\u003e\n\u003cdiv class=\"uc-desc\"\u003eA chain of 20 stores (50,000 m² each, $1M+\/month revenue) needed a reliable backup solution after recurrent network outages due to storms. Hughes LEO service replaced slow GEO solutions and insufficient 4G.\u003c\/div\u003e\n\u003cdiv class=\"uc-benefits\"\u003e\n\u003cdiv class=\"uc-benefit\"\u003eContinuity of credit card transactions\u003c\/div\u003e\n\u003cdiv class=\"uc-benefit\"\u003eMaintenance of security cameras and back-office\u003c\/div\u003e\n\u003cdiv class=\"uc-benefit\"\u003eDedicated capacity per store (not best-effort)\u003c\/div\u003e\n\u003cdiv class=\"uc-benefit\"\u003eOperational even after weather disasters\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Defense \/ Military --\u003e\n\u003cdiv class=\"uc-card\"\u003e\n\u003cdiv class=\"uc-ico-wrap\"\u003e🎖️\u003c\/div\u003e\n\u003cdiv class=\"uc-sector\"\u003eDefense \u0026amp; Security\u003c\/div\u003e\n\u003cdiv class=\"uc-title\"\u003eMilitary Base in Arctic Region\u003c\/div\u003e\n\u003cdiv class=\"uc-desc\"\u003eA military base in the Arctic required high-speed connectivity for its ISR (Intelligence, Surveillance, Reconnaissance) missions and the well-being of its hundreds of personnel. GEO satellites were unusable at these latitudes.\u003c\/div\u003e\n\u003cdiv class=\"uc-benefits\"\u003e\n\u003cdiv class=\"uc-benefit\"\u003eFull polar coverage (impossible with GEO)\u003c\/div\u003e\n\u003cdiv class=\"uc-benefit\"\u003eSimultaneous ISR and MWR at guaranteed speeds\u003c\/div\u003e\n\u003cdiv class=\"uc-benefit\"\u003eDedicated SLAs, unshared bandwidth\u003c\/div\u003e\n\u003cdiv class=\"uc-benefit\"\u003eRuggedized equipment for extreme climate\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Emergency Management --\u003e\n\u003cdiv class=\"uc-card\"\u003e\n\u003cdiv class=\"uc-ico-wrap\"\u003e🚨\u003c\/div\u003e\n\u003cdiv class=\"uc-sector\"\u003eEmergency Management\u003c\/div\u003e\n\u003cdiv class=\"uc-title\"\u003eMulti-State Emergency Network\u003c\/div\u003e\n\u003cdiv class=\"uc-desc\"\u003eA federal incident response center needed to coordinate rescue teams across several states after a natural disaster, when terrestrial networks are destroyed or saturated. Self-pointing ESAs allow deployment without specialized training.\u003c\/div\u003e\n\u003cdiv class=\"uc-benefits\"\u003e\n\u003cdiv class=\"uc-benefit\"\u003eRapid deployment without satellite training\u003c\/div\u003e\n\u003cdiv class=\"uc-benefit\"\u003eVoice + Internet + Video simultaneously\u003c\/div\u003e\n\u003cdiv class=\"uc-benefit\"\u003eMobile hotspots for disaster victims\u003c\/div\u003e\n\u003cdiv class=\"uc-benefit\"\u003eReal-time inter-agency coordination\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Public Safety --\u003e\n\u003cdiv class=\"uc-card\"\u003e\n\u003cdiv class=\"uc-ico-wrap\"\u003e🦺\u003c\/div\u003e\n\u003cdiv class=\"uc-sector\"\u003ePublic Safety\u003c\/div\u003e\n\u003cdiv class=\"uc-title\"\u003ePublic Safety Network Backup (911)\u003c\/div\u003e\n\u003cdiv class=\"uc-desc\"\u003eAn emergency management organization in a rural state needed backup for its emergency call centers (equivalent to 911), which were susceptible to outages during natural disasters (hurricanes, tornadoes, floods).\u003c\/div\u003e\n\u003cdiv class=\"uc-benefits\"\u003e\n\u003cdiv class=\"uc-benefit\"\u003eEasy activation by local personnel\u003c\/div\u003e\n\u003cdiv class=\"uc-benefit\"\u003eCoverage over hundreds of square kilometers\u003c\/div\u003e\n\u003cdiv class=\"uc-benefit\"\u003eEmergency call center always operational\u003c\/div\u003e\n\u003cdiv class=\"uc-benefit\"\u003eScalable according to the extent of the disaster\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Critical Infrastructure --\u003e\n\u003cdiv class=\"uc-card\"\u003e\n\u003cdiv class=\"uc-ico-wrap\"\u003e🏭\u003c\/div\u003e\n\u003cdiv class=\"uc-sector\"\u003eCritical Infrastructure\u003c\/div\u003e\n\u003cdiv class=\"uc-title\"\u003ePipeline \u0026amp; Energy Monitoring\u003c\/div\u003e\n\u003cdiv class=\"uc-desc\"\u003eA pipeline operator needed 24\/7 monitoring of hundreds of critical points in isolated areas, with a patchwork network (4G + GEO + wireline) that was difficult to manage. The Hughes LEO solution provides unified end-to-end connectivity.\u003c\/div\u003e\n\u003cdiv class=\"uc-benefits\"\u003e\n\u003cdiv class=\"uc-benefit\"\u003eContinuous end-to-end monitoring\u003c\/div\u003e\n\u003cdiv class=\"uc-benefit\"\u003eReal-time anomaly detection\u003c\/div\u003e\n\u003cdiv class=\"uc-benefit\"\u003eEasy addition of new sites (solar)\u003c\/div\u003e\n\u003cdiv class=\"uc-benefit\"\u003eGuaranteed environmental compliance\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- Secure WAN --\u003e\n\u003cdiv class=\"uc-card\"\u003e\n\u003cdiv class=\"uc-ico-wrap\"\u003e🔐\u003c\/div\u003e\n\u003cdiv class=\"uc-sector\"\u003eEnterprise \u0026amp; WAN\u003c\/div\u003e\n\u003cdiv class=\"uc-title\"\u003eSecure \u0026amp; Resilient WAN\u003c\/div\u003e\n\u003cdiv class=\"uc-desc\"\u003eMulti-site enterprises require resilient and secure WAN connectivity, with satellite redundancy for remote sites or areas at risk of outage. Hughes LEO integrates into existing SD-WAN architectures.\u003c\/div\u003e\n\u003cdiv class=\"uc-benefits\"\u003e\n\u003cdiv class=\"uc-benefit\"\u003eSD-WAN integration and hybrid architectures\u003c\/div\u003e\n\u003cdiv class=\"uc-benefit\"\u003eAutomatic failover in case of outage\u003c\/div\u003e\n\u003cdiv class=\"uc-benefit\"\u003eApplication-differentiated QoS\u003c\/div\u003e\n\u003cdiv class=\"uc-benefit\"\u003eCentralized Hughes SLA and billing\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     ONEWEB CONSTELLATION\n     ===================================================== --\u003e\n\u003csection class=\"section section-dark\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"oneweb-grid\"\u003e\n\u003cdiv class=\"oneweb-text\"\u003e\n\u003ch2\u003eThe \u003cspan\u003eOneWeb \/ Eutelsat\u003c\/span\u003e constellation\u003c\/h2\u003e\n\u003cp\u003eHughes HL1100W and HL1120W terminals operate on the OneWeb LEO constellation (now Eutelsat OneWeb), one of the largest low Earth orbit satellite constellations in the world.\u003c\/p\u003e\n\u003cp\u003eUnlike geostationary satellites (GEO) positioned at 36,000 km, OneWeb satellites orbit at approximately 1,200 km altitude, reducing latency to less than 50 ms — comparable to a terrestrial fiber connection.\u003c\/p\u003e\n\u003cp\u003eHughes, as a strategic partner of Eutelsat OneWeb, brings over 50 years of expertise in satellite networks to deliver enterprise-grade managed services on this infrastructure.\u003c\/p\u003e\n\u003cdiv class=\"oneweb-stats\"\u003e\n\u003cdiv class=\"ow-stat\"\u003e\n\u003cdiv class=\"ow-stat-val\"\u003e648+\u003c\/div\u003e\n\u003cdiv class=\"ow-stat-lbl\"\u003eSatellites in orbit\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ow-stat\"\u003e\n\u003cdiv class=\"ow-stat-val\"\u003e~1 200\u003c\/div\u003e\n\u003cdiv class=\"ow-stat-lbl\"\u003ekm altitude\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ow-stat\"\u003e\n\u003cdiv class=\"ow-stat-val\"\u003e\u0026lt;50\u003c\/div\u003e\n\u003cdiv class=\"ow-stat-lbl\"\u003ems latency\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"ow-stat\"\u003e\n\u003cdiv class=\"ow-stat-val\"\u003eKu\u003c\/div\u003e\n\u003cdiv class=\"ow-stat-lbl\"\u003eFrequency band\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"oneweb-visual\"\u003e\n\u003cdiv class=\"orbit-icon\"\u003e🌍\u003c\/div\u003e\n\u003ch3\u003eGlobal LEO Coverage\u003c\/h3\u003e\n\u003cp\u003eNear-global coverage including polar regions, oceans, and the most isolated areas. Ideal for deployments where no terrestrial infrastructure is available.\u003c\/p\u003e\n\u003cdiv style=\"margin-top: 16px;\" class=\"tech-tags\"\u003e\u003cspan class=\"tech-tag\"\u003eLow Orbit\u003c\/span\u003e \u003cspan class=\"tech-tag\"\u003ePolar Coverage\u003c\/span\u003e \u003cspan class=\"tech-tag\"\u003eLow Latency\u003c\/span\u003e \u003cspan class=\"tech-tag\"\u003eHigh Speed\u003c\/span\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     CERTIFICATIONS\n     ===================================================== --\u003e\n\u003csection class=\"section section-alt\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"sec-title\"\u003e\u003cspan class=\"label\"\u003eCompliance \u0026amp; Certifications\u003c\/span\u003e\n\u003ch2\u003eInternational Certifications\u003c\/h2\u003e\n\u003cp\u003eHughes LEO terminals are certified for use in major global markets\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"certs-grid\"\u003e\n\u003cdiv class=\"cert-badge\"\u003e\u003cspan class=\"cert-ico\"\u003e🇪🇺\u003c\/span\u003e CE — Europe\u003c\/div\u003e\n\u003cdiv class=\"cert-badge\"\u003e\u003cspan class=\"cert-ico\"\u003e🇺🇸\u003c\/span\u003e FCC — United States\u003c\/div\u003e\n\u003cdiv class=\"cert-badge\"\u003e\u003cspan class=\"cert-ico\"\u003e🇧🇷\u003c\/span\u003e Anatel — Brazil\u003c\/div\u003e\n\u003cdiv class=\"cert-badge\"\u003e\u003cspan class=\"cert-ico\"\u003e🇬🇧\u003c\/span\u003e UKCA — United Kingdom\u003c\/div\u003e\n\u003cdiv class=\"cert-badge\"\u003e\u003cspan class=\"cert-ico\"\u003e✅\u003c\/span\u003e UL — Safety\u003c\/div\u003e\n\u003cdiv class=\"cert-badge\"\u003e\u003cspan class=\"cert-ico\"\u003e✅\u003c\/span\u003e IEC — International\u003c\/div\u003e\n\u003cdiv class=\"cert-badge\"\u003e\u003cspan class=\"cert-ico\"\u003e📡\u003c\/span\u003e R\u0026amp;TTE (HL1100W)\u003c\/div\u003e\n\u003cdiv class=\"cert-badge\"\u003e\u003cspan class=\"cert-ico\"\u003e🌐\u003c\/span\u003e OneWeb Certified\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- =====================================================\n     FINAL CTA\n     ===================================================== --\u003e\n\u003csection class=\"cta-section\"\u003e\n\u003cdiv class=\"container\"\u003e\n\u003ch2\u003e🛰️ Need LEO satellite connectivity?\u003c\/h2\u003e\n\u003cp\u003eOur experts will assist you in choosing the right terminal for your infrastructure and deployment area. Personalized quote within 24 hours.\u003c\/p\u003e\n\u003cdiv class=\"cta-btns\"\u003e\u003ca class=\"cta-btn-primary\" href=\"https:\/\/www.advanced-tracking.com\/en\/pages\/contact-advanced-tracking\"\u003e📋 Request a quote\u003c\/a\u003e \u003ca class=\"cta-btn-secondary\" href=\"tel:+33494231551\"\u003e📞 +33 (0)4 94 23 15 51\u003c\/a\u003e \u003ca class=\"cta-btn-secondary\" href=\"mailto:commercial@advanced-tracking.com\"\u003e✉️ Email us\u003c\/a\u003e\u003c\/div\u003e\n\u003cp class=\"cta-contact-info\"\u003eMon – Fri: 9am–12pm and 2pm–6pm | Satellite experts available\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e","brand":"Huhges","offers":[{"title":"Simple HL1100W 75 Mb\/s","offer_id":56687804547396,"sku":null,"price":4900.0,"currency_code":"EUR","in_stock":true},{"title":"Double HL1120W 195 Mb\/s","offer_id":56687804580164,"sku":null,"price":9800.0,"currency_code":"EUR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0331\/9087\/1179\/files\/Support_de_Montage_Non_P_n_trant_pour_Antenne_Hughes_HL1100W.png?v=1776347995"}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0331\/9087\/1179\/collections\/Iridium_GO.jpg?v=1603106270","url":"https:\/\/www.advanced-tracking.com\/en\/collections\/satellite-3-4g-communication-systems\/accessoires-iridium-go.oembed","provider":"Advanced Tracking","version":"1.0","type":"link"}