{"id":6,"date":"2026-06-01T16:27:21","date_gmt":"2026-06-01T16:27:21","guid":{"rendered":"https:\/\/higelabs.space\/?page_id=6"},"modified":"2026-06-01T16:50:49","modified_gmt":"2026-06-01T16:50:49","slug":"6-2","status":"publish","type":"page","link":"https:\/\/higelabs.space\/","title":{"rendered":""},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n:root {\n    --primary-blue: #2563EB;\n    --primary-green: #6EE7B7;\n    --dark-bg: #0B1120;\n    --dark-surface: #1E293B;\n    --text-light: #F8FAFC;\n    --text-gray: #94A3B8;\n}\n\nhtml {\n    scroll-behavior: smooth;\n    scroll-padding-top: 90px; \n}\n\n* {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n    font-family: 'Poppins', sans-serif;\n}\n\nbody {\n    background-color: var(--dark-bg);\n    color: var(--text-light);\n    line-height: 1.7;\n    overflow-x: hidden; \/* \u0628\u0627\u0634 \u0645\u064a\u0628\u0642\u0627\u0634 \u0627\u0644\u0633\u0643\u0631\u0648\u0644 \u0641\u0627\u0644\u0639\u0631\u0636 *\/\n}\n\n\/* \n   \u0647\u0627\u062f\u0627 \u0647\u0648 \u0627\u0644\u0643\u0644\u0627\u0633 \u0627\u0644\u0633\u062d\u0631\u064a \u0627\u0644\u0644\u064a \u0643\u064a\u062c\u0645\u0639 \u0627\u0644\u0645\u062d\u062a\u0648\u0649 \u0641\u0627\u0644\u0648\u0633\u0637 \n   \u0648\u0643\u064a\u062e\u0644\u064a \u0627\u0644\u0633\u064a\u062a \u064a\u0628\u0627\u0646 \u0639\u0631\u064a\u0636 \u0648\u0645\u0642\u0627\u062f \u0641\u0640 \u0623\u064a \u0634\u0627\u0634\u0629\n*\/\n.container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 20px;\n    width: 100%;\n}\n\n\/* Header & Menu Premium *\/\nheader {\n    background-color: rgba(11, 17, 32, 0.90);\n    backdrop-filter: blur(12px);\n    position: fixed;\n    width: 100%;\n    top: 0;\n    z-index: 1000;\n    border-bottom: 1px solid rgba(255,255,255,0.05);\n}\n\n.header-container {\n    max-width: 1300px;\n    margin: 0 auto;\n    padding: 20px 20px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n}\n\n.logo {\n    font-size: 26px;\n    font-weight: 700;\n    color: var(--text-light);\n    text-decoration: none;\n    white-space: nowrap; \/* \u0643\u062a\u0645\u0652\u0646\u064e\u0639 \u0627\u0644\u0644\u0648\u0643\u0648 \u064a\u062a\u0647\u0631\u0633 \u0639\u0644\u0649 \u062c\u0648\u062c \u0633\u0637\u0648\u0631\u0627 *\/\n    letter-spacing: 0.5px;\n}\n\n.logo-accent {\n    color: var(--primary-blue);\n}\n\n\/* \u0627\u0644\u0642\u0627\u0626\u0645\u0629 (Menu) \u0645\u0642\u0627\u062f\u0629 \u0648\u0645\u0641\u0631\u0642\u0629 *\/\n.nav-menu {\n    display: flex;\n    align-items: center;\n    gap: 40px; \/* \u0627\u0644\u0641\u0631\u0627\u063a \u0628\u064a\u0646 \u0627\u0644\u0643\u0644\u0645\u0627\u062a *\/\n}\n\n.nav-menu a {\n    color: var(--text-light);\n    text-decoration: none;\n    font-weight: 500;\n    font-size: 15px;\n    letter-spacing: 0.5px;\n    transition: color 0.3s ease;\n    white-space: nowrap; \/* \u0643\u062a\u0645\u0652\u0646\u064e\u0639 \u0627\u0644\u0643\u0644\u0645\u0627\u062a \u064a\u062a\u0647\u0631\u0633\u0648 *\/\n}\n\n.nav-menu a:hover {\n    color: var(--primary-blue);\n}\n\n.lang-switcher select {\n    background: rgba(255, 255, 255, 0.05);\n    color: white;\n    border: 1px solid rgba(255, 255, 255, 0.2);\n    padding: 8px 15px;\n    border-radius: 8px;\n    outline: none;\n    cursor: pointer;\n    font-weight: 500;\n    transition: border-color 0.3s;\n}\n\n.lang-switcher select:focus {\n    border-color: var(--primary-blue);\n}\n\n\/* Hero Slider - \u0645\u0648\u0633\u0637 \u0648\u0645\u0642\u0627\u062f *\/\n.hero-slider {\n    position: relative;\n    height: 100vh;\n    overflow: hidden;\n}\n\n.slide {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    opacity: 0;\n    transition: opacity 1s ease-in-out;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    text-align: center;\n}\n\n.slide.active {\n    opacity: 1;\n    z-index: 1;\n}\n\n.slide img {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    z-index: -2;\n    filter: brightness(0.25);\n}\n\n.slide-content {\n    max-width: 900px;\n    padding: 0 20px;\n    margin-top: 80px; \/* \u0628\u0627\u0634 \u064a\u0647\u0628\u0637 \u062a\u062d\u062a \u0627\u0644\u0645\u0648\u0646\u064a\u0648 *\/\n}\n\n.slide-content h1 {\n    font-size: 55px;\n    font-weight: 700;\n    line-height: 1.2;\n    margin-bottom: 25px;\n    color: #ffffff;\n}\n\n.slide-content p {\n    font-size: 20px;\n    color: #cbd5e1;\n    margin-bottom: 40px;\n    max-width: 700px;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n.btn {\n    background-color: var(--primary-blue);\n    color: white;\n    padding: 16px 35px;\n    text-decoration: none;\n    border-radius: 50px;\n    font-weight: 600;\n    font-size: 16px;\n    display: inline-block;\n    transition: all 0.3s ease;\n    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.3);\n}\n\n.btn:hover { \n    background-color: #1D4ED8; \n    transform: translateY(-2px);\n}\n\n.slider-controls {\n    position: absolute;\n    bottom: 40px;\n    width: 100%;\n    text-align: center;\n    z-index: 10;\n}\n\n.dot {\n    display: inline-block;\n    width: 10px;\n    height: 10px;\n    background: rgba(255,255,255,0.3);\n    border-radius: 50%;\n    margin: 0 6px;\n    cursor: pointer;\n    transition: background 0.3s;\n}\n\n.dot.active { \n    background: var(--primary-blue); \n    transform: scale(1.2);\n}\n\n\/* About Section *\/\n.about-section {\n    padding: 120px 0;\n    background-color: var(--dark-bg);\n}\n\n.about-wrapper {\n    display: flex;\n    gap: 80px;\n    align-items: center;\n    justify-content: space-between;\n}\n\n.about-text { \n    flex: 1; \n    max-width: 600px;\n}\n\n.about-text h2 { \n    font-size: 40px; \n    margin-bottom: 25px; \n    color: white; \n}\n\n.about-text p { \n    color: var(--text-gray); \n    margin-bottom: 20px; \n    font-size: 18px; \n}\n\n.about-stats {\n    flex: 1;\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 25px;\n}\n\n.stat-box {\n    background: var(--dark-surface);\n    padding: 35px 25px;\n    border-radius: 16px;\n    border-top: 4px solid var(--primary-blue);\n    text-align: center;\n    box-shadow: 0 10px 30px rgba(0,0,0,0.2);\n}\n\n.stat-box h3 {\n    font-size: 22px;\n    margin-bottom: 10px;\n}\n\n.stat-box p {\n    color: var(--text-gray);\n    font-size: 15px;\n}\n\n\/* Apps Section (Ffty) *\/\n.apps-section {\n    padding: 120px 0;\n    background-color: #0F172A;\n}\n\n.section-title {\n    text-align: center;\n    font-size: 40px;\n    margin-bottom: 70px;\n    color: white;\n}\n\n.app-showcase {\n    display: flex;\n    background: var(--dark-surface);\n    border-radius: 24px;\n    overflow: hidden;\n    box-shadow: 0 25px 50px rgba(0,0,0,0.4);\n}\n\n.app-details {\n    flex: 1;\n    padding: 60px;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n}\n\n.app-header {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    margin-bottom: 25px;\n}\n\n.app-icon {\n    width: 70px;\n    height: 70px;\n    border-radius: 16px;\n    box-shadow: 0 10px 20px rgba(0,0,0,0.2);\n}\n\n.app-header h3 {\n    font-size: 32px;\n    font-weight: 700;\n}\n\n.app-details h4 { \n    color: var(--primary-green); \n    font-size: 22px; \n    margin-bottom: 20px; \n}\n\n.app-details p { \n    color: var(--text-gray); \n    margin-bottom: 30px; \n    font-size: 16px;\n    line-height: 1.8;\n}\n\n.app-features {\n    list-style: none;\n    margin-bottom: 40px;\n}\n\n.app-features li {\n    margin-bottom: 15px;\n    color: var(--text-light);\n    font-size: 16px;\n    display: flex;\n    align-items: center;\n}\n\n.play-btn {\n    transition: transform 0.3s ease;\n    display: inline-block;\n    width: fit-content;\n}\n\n.play-btn:hover {\n    transform: translateY(-3px);\n}\n\n.app-mockup {\n    flex: 1;\n    background: url('https:\/\/images.unsplash.com\/photo-1555421689-491a97ff2040?ixlib=rb-4.0.3&auto=format&fit=crop&w=1000&q=80') center\/cover no-repeat;\n    min-height: 500px;\n}\n\n\/* Footer *\/\nfooter {\n    background-color: var(--dark-bg);\n    padding: 50px 0;\n    border-top: 1px solid rgba(255,255,255,0.05);\n}\n\n.footer-content {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    text-align: center;\n    gap: 20px;\n}\n\n.footer-links {\n    margin-top: 10px;\n}\n\n.footer-links a {\n    color: var(--text-gray);\n    margin: 0 15px;\n    text-decoration: none;\n    font-size: 15px;\n    transition: color 0.3s;\n}\n\n.footer-links a:hover {\n    color: white;\n}\n\n\/* RTL Arabic Support & Responsive *\/\nhtml[dir=\"rtl\"] * { font-family: 'Cairo', sans-serif; }\nhtml[dir=\"rtl\"] .about-stats .stat-box { border-top: 4px solid var(--primary-blue); }\n\n@media (max-width: 992px) {\n    .about-wrapper, .app-showcase { \n        flex-direction: column; \n    }\n    .app-mockup {\n        min-height: 350px;\n    }\n}\n\n@media (max-width: 768px) {\n    .nav-menu { display: none; }\n    .slide-content h1 { font-size: 38px; }\n    .app-details { padding: 40px 20px; }\n}\n<\/style>\n\n<script data-wp-block-html=\"js\">\n\/\/ --- Slider Logic ---\nlet currentSlideIndex = 0;\nconst slides = document.querySelectorAll('.slide');\nconst dots = document.querySelectorAll('.dot');\n\nfunction showSlide(index) {\n    slides.forEach(slide => slide.classList.remove('active'));\n    dots.forEach(dot => dot.classList.remove('active'));\n    \n    slides[index].classList.add('active');\n    dots[index].classList.add('active');\n}\n\nfunction currentSlide(index) {\n    currentSlideIndex = index;\n    showSlide(currentSlideIndex);\n}\n\nsetInterval(() => {\n    currentSlideIndex = (currentSlideIndex + 1) % slides.length;\n    showSlide(currentSlideIndex);\n}, 6000);\n\n\n\/\/ --- Translation Logic ---\nconst translations = {\n    en: {\n        nav_home: \"Home\", nav_about: \"About Us\", nav_apps: \"Our Apps\",\n        slide1_title: \"Crafting Innovative Mobile Experiences\",\n        slide1_desc: \"At HiGe Labs, we build high-performance mobile applications using cutting-edge technologies.\",\n        btn_discover: \"Discover More\",\n        slide2_title: \"Meet Ffty: Our Latest Release\",\n        slide2_desc: \"The smartest way to split expenses with friends. Available now on Google Play.\",\n        btn_view_app: \"View Application\",\n        about_title: \"Who is HiGe Labs?\",\n        about_desc1: \"HiGe Labs is a creative technology studio dedicated to developing robust, scalable, and beautifully designed mobile applications.\",\n        about_desc2: \"With expertise in modern frameworks like Flutter, we transform complex ideas into intuitive digital solutions that solve real-world problems.\",\n        stat1: \"Core Technology\", stat2: \"Premium Design\",\n        apps_title: \"Our Featured Applications\",\n        ffty_tagline: \"Split expenses effortlessly.\",\n        ffty_desc: \"Ffty is an intuitive mobile application designed to calculate and divide shared expenses during travels, events, or daily outings. It provides accurate balances, clear reports, and a seamless user experience.\",\n        ffty_feat1: \"&#x2714;&#xfe0f; Instant expense splitting\",\n        ffty_feat2: \"&#x2714;&#xfe0f; Clean and intuitive interface\",\n        ffty_feat3: \"&#x2714;&#xfe0f; Detailed balance reports\",\n        footer_rights: \"\u00a9 2026 HiGe Labs. All rights reserved.\",\n        privacy: \"Privacy Policy\", terms: \"Terms of Use\"\n    },\n    fr: {\n        nav_home: \"Accueil\", nav_about: \"\u00c0 Propos\", nav_apps: \"Nos Apps\",\n        slide1_title: \"Cr\u00e9ateurs d'exp\u00e9riences mobiles innovantes\",\n        slide1_desc: \"Chez HiGe Labs, nous concevons des applications mobiles performantes en utilisant les derni\u00e8res technologies.\",\n        btn_discover: \"D\u00e9couvrir\",\n        slide2_title: \"D\u00e9couvrez Ffty : Notre derni\u00e8re cr\u00e9ation\",\n        slide2_desc: \"La fa\u00e7on la plus intelligente de partager les d\u00e9penses entre amis. Disponible sur Google Play.\",\n        btn_view_app: \"Voir l'Application\",\n        about_title: \"Qui est HiGe Labs ?\",\n        about_desc1: \"HiGe Labs est un studio technologique cr\u00e9atif d\u00e9di\u00e9 au d\u00e9veloppement d'applications mobiles robustes et design.\",\n        about_desc2: \"Experts en frameworks modernes comme Flutter, nous transformons des id\u00e9es complexes en solutions num\u00e9riques intuitives.\",\n        stat1: \"Technologie Avanc\u00e9e\", stat2: \"Design Premium\",\n        apps_title: \"Nos Applications Phares\",\n        ffty_tagline: \"Partagez vos d\u00e9penses sans effort.\",\n        ffty_desc: \"Ffty est une application mobile intuitive con\u00e7ue pour calculer et diviser les d\u00e9penses partag\u00e9es lors de voyages ou sorties.\",\n        ffty_feat1: \"&#x2714;&#xfe0f; Partage instantan\u00e9\",\n        ffty_feat2: \"&#x2714;&#xfe0f; Interface \u00e9pur\u00e9e et intuitive\",\n        ffty_feat3: \"&#x2714;&#xfe0f; Rapports d\u00e9taill\u00e9s\",\n        footer_rights: \"\u00a9 2026 HiGe Labs. Tous droits r\u00e9serv\u00e9s.\",\n        privacy: \"Confidentialit\u00e9\", terms: \"Conditions\"\n    },\n    es: {\n        nav_home: \"Inicio\", nav_about: \"Nosotros\", nav_apps: \"Nuestras Apps\",\n        slide1_title: \"Creando Experiencias M\u00f3viles Innovadoras\",\n        slide1_desc: \"En HiGe Labs, construimos aplicaciones m\u00f3viles de alto rendimiento utilizando tecnolog\u00edas de vanguardia.\",\n        btn_discover: \"Descubrir M\u00e1s\",\n        slide2_title: \"Conoce Ffty: Nuestro \u00faltimo lanzamiento\",\n        slide2_desc: \"La forma m\u00e1s inteligente de dividir gastos con amigos. Disponible en Google Play.\",\n        btn_view_app: \"Ver Aplicaci\u00f3n\",\n        about_title: \"\u00bfQui\u00e9n es HiGe Labs?\",\n        about_desc1: \"HiGe Labs es un estudio creativo tecnol\u00f3gico dedicado a desarrollar aplicaciones m\u00f3viles robustas y bien dise\u00f1adas.\",\n        about_desc2: \"Con experiencia en Flutter, transformamos ideas complejas en soluciones digitales intuitivas.\",\n        stat1: \"Tecnolog\u00eda Base\", stat2: \"Dise\u00f1o Premium\",\n        apps_title: \"Nuestras Aplicaciones Destacadas\",\n        ffty_tagline: \"Divide gastos sin esfuerzo.\",\n        ffty_desc: \"Ffty es una aplicaci\u00f3n m\u00f3vil intuitiva dise\u00f1ada para calcular y dividir gastos compartidos durante viajes o salidas.\",\n        ffty_feat1: \"&#x2714;&#xfe0f; Divisi\u00f3n instant\u00e1nea\",\n        ffty_feat2: \"&#x2714;&#xfe0f; Interfaz limpia e intuitiva\",\n        ffty_feat3: \"&#x2714;&#xfe0f; Informes detallados\",\n        footer_rights: \"\u00a9 2026 HiGe Labs. Todos los derechos reservados.\",\n        privacy: \"Privacidad\", terms: \"T\u00e9rminos\"\n    },\n    ar: {\n        nav_home: \"\u0627\u0644\u0631\u0626\u064a\u0633\u064a\u0629\", nav_about: \"\u0645\u0646 \u0646\u062d\u0646\", nav_apps: \"\u062a\u0637\u0628\u064a\u0642\u0627\u062a\u0646\u0627\",\n        slide1_title: \"\u0646\u0635\u0646\u0639 \u062a\u062c\u0627\u0631\u0628 \u0631\u0642\u0645\u064a\u0629 \u0645\u0628\u062a\u0643\u0631\u0629\",\n        slide1_desc: \"\u0641\u064a HiGe Labs\u060c \u0646\u0642\u0648\u0645 \u0628\u062a\u0637\u0648\u064a\u0631 \u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0647\u0648\u0627\u062a\u0641 \u0630\u0643\u064a\u0629 \u0639\u0627\u0644\u064a\u0629 \u0627\u0644\u0623\u062f\u0627\u0621 \u0628\u0627\u0633\u062a\u062e\u062f\u0627\u0645 \u0623\u062d\u062f\u062b \u0627\u0644\u062a\u0642\u0646\u064a\u0627\u062a.\",\n        btn_discover: \"\u0627\u0643\u062a\u0634\u0641 \u0627\u0644\u0645\u0632\u064a\u062f\",\n        slide2_title: \"\u062a\u0639\u0631\u0641 \u0639\u0644\u0649 Ffty: \u0623\u062d\u062f\u062b \u0625\u0635\u062f\u0627\u0631\u0627\u062a\u0646\u0627\",\n        slide2_desc: \"\u0627\u0644\u0637\u0631\u064a\u0642\u0629 \u0627\u0644\u0623\u0630\u0643\u0649 \u0644\u062a\u0642\u0633\u064a\u0645 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0645\u0639 \u0627\u0644\u0623\u0635\u062f\u0642\u0627\u0621. \u0645\u062a\u0648\u0641\u0631 \u0627\u0644\u0622\u0646 \u0639\u0644\u0649 \u062c\u0648\u062c\u0644 \u0628\u0644\u0627\u064a.\",\n        btn_view_app: \"\u0639\u0631\u0636 \u0627\u0644\u062a\u0637\u0628\u064a\u0642\",\n        about_title: \"\u0645\u0646 \u0647\u064a HiGe Labs\u061f\",\n        about_desc1: \"HiGe Labs \u0647\u0648 \u0627\u0633\u062a\u0648\u062f\u064a\u0648 \u062a\u0643\u0646\u0648\u0644\u0648\u062c\u064a \u0625\u0628\u062f\u0627\u0639\u064a \u0645\u062e\u0635\u0635 \u0644\u062a\u0637\u0648\u064a\u0631 \u062a\u0637\u0628\u064a\u0642\u0627\u062a \u0647\u0648\u0627\u062a\u0641 \u0630\u0643\u064a\u0629 \u0642\u0648\u064a\u0629 \u0648\u0642\u0627\u0628\u0644\u0629 \u0644\u0644\u062a\u0637\u0648\u064a\u0631 \u0628\u062a\u0635\u0645\u064a\u0645 \u062c\u0630\u0627\u0628.\",\n        about_desc2: \"\u0628\u0641\u0636\u0644 \u062e\u0628\u0631\u062a\u0646\u0627 \u0641\u064a \u0625\u0637\u0627\u0631\u0627\u062a \u0627\u0644\u0639\u0645\u0644 \u0627\u0644\u062d\u062f\u064a\u062b\u0629 \u0645\u062b\u0644 Flutter\u060c \u0646\u062d\u0648\u0644 \u0627\u0644\u0623\u0641\u0643\u0627\u0631 \u0627\u0644\u0645\u0639\u0642\u062f\u0629 \u0625\u0644\u0649 \u062d\u0644\u0648\u0644 \u0631\u0642\u0645\u064a\u0629 \u0633\u0647\u0644\u0629 \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645.\",\n        stat1: \"\u0627\u0644\u062a\u0642\u0646\u064a\u0629 \u0627\u0644\u0623\u0633\u0627\u0633\u064a\u0629\", stat2: \"\u062a\u0635\u0645\u064a\u0645 \u0627\u062d\u062a\u0631\u0627\u0641\u064a\",\n        apps_title: \"\u062a\u0637\u0628\u064a\u0642\u0627\u062a\u0646\u0627 \u0627\u0644\u0645\u0645\u064a\u0632\u0629\",\n        ffty_tagline: \"\u0642\u0633\u0651\u0645 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0628\u0643\u0644 \u0633\u0647\u0648\u0644\u0629.\",\n        ffty_desc: \"Ffty \u0647\u0648 \u062a\u0637\u0628\u064a\u0642 \u0630\u0643\u064a \u0645\u0635\u0645\u0645 \u0644\u062d\u0633\u0627\u0628 \u0648\u062a\u0642\u0633\u064a\u0645 \u0627\u0644\u0645\u0635\u0627\u0631\u064a\u0641 \u0627\u0644\u0645\u0634\u062a\u0631\u0643\u0629 \u0623\u062b\u0646\u0627\u0621 \u0627\u0644\u0633\u0641\u0631 \u0623\u0648 \u0627\u0644\u0631\u062d\u0644\u0627\u062a \u0627\u0644\u064a\u0648\u0645\u064a\u0629. \u064a\u0648\u0641\u0631 \u0623\u0631\u0635\u062f\u0629 \u062f\u0642\u064a\u0642\u0629 \u0648\u062a\u0642\u0627\u0631\u064a\u0631 \u0648\u0627\u0636\u062d\u0629.\",\n        ffty_feat1: \"&#x2714;&#xfe0f; \u062a\u0642\u0633\u064a\u0645 \u0641\u0648\u0631\u064a \u0644\u0644\u0645\u0635\u0627\u0631\u064a\u0641\",\n        ffty_feat2: \"&#x2714;&#xfe0f; \u0648\u0627\u062c\u0647\u0629 \u0646\u0638\u064a\u0641\u0629 \u0648\u0633\u0647\u0644\u0629\",\n        ffty_feat3: \"&#x2714;&#xfe0f; \u062a\u0642\u0627\u0631\u064a\u0631 \u0645\u0641\u0635\u0644\u0629 \u0644\u0644\u0623\u0631\u0635\u062f\u0629\",\n        footer_rights: \"\u00a9 2026 HiGe Labs. \u062c\u0645\u064a\u0639 \u0627\u0644\u062d\u0642\u0648\u0642 \u0645\u062d\u0641\u0648\u0638\u0629.\",\n        privacy: \"\u0633\u064a\u0627\u0633\u0629 \u0627\u0644\u062e\u0635\u0648\u0635\u064a\u0629\", terms: \"\u0634\u0631\u0648\u0637 \u0627\u0644\u0627\u0633\u062a\u062e\u062f\u0627\u0645\"\n    }\n};\n\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n    const languageSelect = document.getElementById(\"languageSelect\");\n    const elementsToTranslate = document.querySelectorAll(\"[data-i18n]\");\n\n    function setLanguage(lang) {\n        if (lang === \"ar\") {\n            document.documentElement.setAttribute(\"dir\", \"rtl\");\n            document.documentElement.setAttribute(\"lang\", \"ar\");\n        } else {\n            document.documentElement.setAttribute(\"dir\", \"ltr\");\n            document.documentElement.setAttribute(\"lang\", lang);\n        }\n\n        elementsToTranslate.forEach(element => {\n            const key = element.getAttribute(\"data-i18n\");\n            if (translations[lang] && translations[lang][key]) {\n                element.innerHTML = translations[lang][key];\n            }\n        });\n    }\n\n    languageSelect.addEventListener(\"change\", (e) => setLanguage(e.target.value));\n    setLanguage(\"en\"); \/\/ \u0627\u0644\u0644\u063a\u0629 \u0627\u0644\u0627\u0641\u062a\u0631\u0627\u0636\u064a\u0629\n});\n<\/script>\n\n<!DOCTYPE html>\n<html lang=\"en\" dir=\"ltr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>HiGe Labs | Mobile App Development<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Cairo:wght@400;600;700&#038;display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"style.css\">\n<\/head>\n<body>\n\n    <!-- Header & Navigation -->\n    <header id=\"main-header\">\n        <div class=\"header-container\">\n            <a href=\"#home\" class=\"logo\">\n                HiGe <span class=\"logo-accent\">Labs<\/span>\n            <\/a>\n            \n            <nav class=\"nav-menu\">\n                <a href=\"#home\" data-i18n=\"nav_home\">Home<\/a>\n                <a href=\"#about\" data-i18n=\"nav_about\">About Us<\/a>\n                <a href=\"#apps\" data-i18n=\"nav_apps\">Our Apps<\/a>\n            <\/nav>\n\n            <div class=\"lang-switcher\">\n                <select id=\"languageSelect\">\n                    <option value=\"en\" selected>English<\/option>\n                    <option value=\"fr\">Fran\u00e7ais<\/option>\n                    <option value=\"es\">Espa\u00f1ol<\/option>\n                    <option value=\"ar\">\u0627\u0644\u0639\u0631\u0628\u064a\u0629<\/option>\n                <\/select>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <!-- Hero Slider Section -->\n    <section id=\"home\" class=\"hero-slider\">\n        <div class=\"slide active\">\n            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1551288049-bebda4e38f71?ixlib=rb-4.0.3&#038;auto=format&#038;fit=crop&#038;w=1920&#038;q=80\" alt=\"Tech Background\">\n            <div class=\"slide-content\">\n                <h1 data-i18n=\"slide1_title\">Crafting Innovative Mobile Experiences<\/h1>\n                <p data-i18n=\"slide1_desc\">At HiGe Labs, we build high-performance mobile applications using cutting-edge technologies.<\/p>\n                <a href=\"#about\" class=\"btn\" data-i18n=\"btn_discover\">Discover More<\/a>\n            <\/div>\n        <\/div>\n        <div class=\"slide\">\n            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1611162617474-5b21e879e113?ixlib=rb-4.0.3&#038;auto=format&#038;fit=crop&#038;w=1920&#038;q=80\" alt=\"App Background\">\n            <div class=\"slide-content\">\n                <h1 data-i18n=\"slide2_title\">Meet Ffty: Our Latest Release<\/h1>\n                <p data-i18n=\"slide2_desc\">The smartest way to split expenses with friends. Available now on Google Play.<\/p>\n                <a href=\"#apps\" class=\"btn\" data-i18n=\"btn_view_app\">View Application<\/a>\n            <\/div>\n        <\/div>\n        \n        <div class=\"slider-controls\">\n            <span class=\"dot active\" onclick=\"currentSlide(0)\"><\/span>\n            <span class=\"dot\" onclick=\"currentSlide(1)\"><\/span>\n        <\/div>\n    <\/section>\n\n    <!-- About Section -->\n    <section id=\"about\" class=\"about-section\">\n        <div class=\"container\">\n            <div class=\"about-wrapper\">\n                <div class=\"about-text\">\n                    <h2 data-i18n=\"about_title\">Who is HiGe Labs?<\/h2>\n                    <p data-i18n=\"about_desc1\">HiGe Labs is a creative technology studio dedicated to developing robust, scalable, and beautifully designed mobile applications.<\/p>\n                    <p data-i18n=\"about_desc2\">With expertise in modern frameworks like Flutter, we transform complex ideas into intuitive digital solutions that solve real-world problems.<\/p>\n                <\/div>\n                <div class=\"about-stats\">\n                    <div class=\"stat-box\">\n                        <h3>Flutter \/ Dart<\/h3>\n                        <p data-i18n=\"stat1\">Core Technology<\/p>\n                    <\/div>\n                    <div class=\"stat-box\">\n                        <h3>UI \/ UX<\/h3>\n                        <p data-i18n=\"stat2\">Premium Design<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Our Apps Section (Ffty Showcase) -->\n    <section id=\"apps\" class=\"apps-section\">\n        <div class=\"container\">\n            <h2 class=\"section-title\" data-i18n=\"apps_title\">Our Featured Applications<\/h2>\n            \n            <div class=\"app-showcase\">\n                <div class=\"app-details\">\n                    <div class=\"app-header\">\n                        <!-- \u0623\u064a\u0642\u0648\u0646\u0629 \u0627\u0644\u062a\u0637\u0628\u064a\u0642 \u0627\u0644\u062d\u0642\u064a\u0642\u064a\u0629 \u0645\u0646 \u0628\u0644\u0627\u064a \u0633\u062a\u0648\u0631 -->\n                        <img decoding=\"async\" src=\"https:\/\/play-lh.googleusercontent.com\/JApBb6wtvWXv87fu7erRHd0RbRFADuYyR_Jhv66liDvv4_S07_k4Jus3wNTiMGNDC8ihX7MXqVvuNrt7FMn4OA=w240-h480-rw\" alt=\"Ffty App Logo\" class=\"app-icon\">\n                        <h3>Ffty<\/h3>\n                    <\/div>\n                    <h4 data-i18n=\"ffty_tagline\">Split expenses effortlessly.<\/h4>\n                    <p data-i18n=\"ffty_desc\">Ffty is an intuitive mobile application designed to calculate and divide shared expenses during travels, events, or daily outings. It provides accurate balances, clear reports, and a seamless user experience.<\/p>\n                    \n                    <ul class=\"app-features\">\n                        <li data-i18n=\"ffty_feat1\">&#x2714;&#xfe0f; Instant expense splitting<\/li>\n                        <li data-i18n=\"ffty_feat2\">&#x2714;&#xfe0f; Clean and intuitive interface<\/li>\n                        <li data-i18n=\"ffty_feat3\">&#x2714;&#xfe0f; Detailed balance reports<\/li>\n                    <\/ul>\n\n                    <a href=\"https:\/\/play.google.com\/store\/apps\/details?id=com.higelabs.ffty\" target=\"_blank\" class=\"play-btn\">\n                        <img decoding=\"async\" src=\"https:\/\/upload.wikimedia.org\/wikipedia\/commons\/7\/78\/Google_Play_Store_badge_EN.svg\" alt=\"Get it on Google Play\" width=\"160\">\n                    <\/a>\n                <\/div>\n                <div class=\"app-mockup\">\n                    <!-- \u0635\u0648\u0631\u0629 \u0644\u062e\u0644\u0641\u064a\u0629 \u0627\u0644\u062a\u0637\u0628\u064a\u0642 -->\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Footer -->\n    <footer>\n        <div class=\"container\">\n            <div class=\"footer-content\">\n                <h3 class=\"logo\">HiGe <span class=\"logo-accent\">Labs<\/span><\/h3>\n                <p data-i18n=\"footer_rights\">&copy; 2026 HiGe Labs. All rights reserved.<\/p>\n                <div class=\"footer-links\">\n                    <a href=\"\/privacy-policy\" data-i18n=\"privacy\">Privacy Policy<\/a>\n                    <a href=\"\/terms\" data-i18n=\"terms\">Terms of Use<\/a>\n                    <a href=\"\/app-ads.txt\" target=\"_blank\">app-ads.txt<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/footer>\n\n    <script src=\"script.js\"><\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>HiGe Labs | Mobile App Development HiGe Labs Home About Us Our Apps EnglishFran\u00e7aisEspa\u00f1ol\u0627\u0644\u0639\u0631\u0628\u064a\u0629 Crafting Innovative Mobile Experiences At HiGe Labs, we build high-performance mobile applications using cutting-edge technologies. Discover More Meet Ffty: Our Latest Release The smartest way to split expenses with friends. Available now on Google Play. View Application Who is HiGe Labs? [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/higelabs.space\/index.php?rest_route=\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/higelabs.space\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/higelabs.space\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/higelabs.space\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/higelabs.space\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6"}],"version-history":[{"count":2,"href":"https:\/\/higelabs.space\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":10,"href":"https:\/\/higelabs.space\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions\/10"}],"wp:attachment":[{"href":"https:\/\/higelabs.space\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}