1:"$Sreact.fragment"
2:I[9766,[],""]
3:I[98924,[],""]
4:I[41402,["52619","static/chunks/52619-c48a18d6f62d2371.js","62187","static/chunks/62187-cad570922c0b0e90.js","24909","static/chunks/24909-b812854c37d372b4.js","81356","static/chunks/81356-74429bcfcd5a64d0.js","79997","static/chunks/79997-4886b8cd40ed4ed2.js","53926","static/chunks/53926-181c1115b3fe8250.js","14385","static/chunks/14385-9da7116dd7598df8.js","74420","static/chunks/app/(tools)/layout-629d037312b19dcc.js"],""]
e:I[57150,[],""]
:HL["/_next/static/media/6be49377384e2949-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
:HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
:HL["/_next/static/css/10305bec2c955d26.css","style"]
:HL["/_next/static/css/28fb9ff957192bef.css","style"]
5:T1417,
            // Initialize dataLayer
            window.dataLayer = window.dataLayer || [];
            
            // Helper function to detect region
            function detectRegion() {
              const timezone = Intl.DateTimeFormat().resolvedOptions().timeZone;
              const language = navigator.language.toLowerCase();
              
              // UK detection
              if (timezone === 'Europe/London' || language.startsWith('en-gb')) {
                return 'uk';
              }
              
              // EU detection (simplified)
              const euTimezones = ['Europe/Amsterdam', 'Europe/Berlin', 'Europe/Paris', 'Europe/Rome', 'Europe/Madrid'];
              if (euTimezones.some(tz => timezone.startsWith(tz))) {
                return 'eu';
              }
              
              // US detection
              if (timezone.startsWith('America/') && language.startsWith('en')) {
                return 'us';
              }
              
              return 'other';
            }
            
            // Get default consent based on region
            function getDefaultConsent(region) {
              if (region === 'eu' || region === 'uk') {
                return {
                  'analytics_storage': 'denied',
                  'ad_storage': 'denied',
                  'ad_user_data': 'denied',
                  'ad_personalization': 'denied',
                  'functionality_storage': 'granted',
                  'personalization_storage': 'denied',
                  'security_storage': 'granted',
                  'wait_for_update': 2000
                };
              } else if (region === 'us') {
                return {
                  'analytics_storage': 'granted',
                  'ad_storage': 'granted',
                  'ad_user_data': 'granted',
                  'ad_personalization': 'granted',
                  'functionality_storage': 'granted',
                  'personalization_storage': 'granted',
                  'security_storage': 'granted'
                };
              } else {
                return {
                  'analytics_storage': 'granted',
                  'ad_storage': 'granted',
                  'ad_user_data': 'granted',
                  'ad_personalization': 'granted',
                  'functionality_storage': 'granted',
                  'personalization_storage': 'granted',
                  'security_storage': 'granted'
                };
              }
            }
            
            // Define gtag function
            function gtag(){dataLayer.push(arguments);}
            
            // Check if consent mode was already initialized
            if (!window._consentModeInitialized) {
              var userRegion = detectRegion();

              // Check if user already accepted cookies (saved in localStorage)
              // This runs BEFORE React hydration, so consent is restored instantly
              var savedChoice = null;
              var savedTimestamp = null;
              try {
                savedChoice = localStorage.getItem('genie9_consent_mode');
                savedTimestamp = localStorage.getItem('genie9_consent_timestamp');
              } catch(e) {}

              // Check if consent is expired (older than 12 months)
              var isExpired = true;
              if (savedChoice && savedTimestamp) {
                try {
                  var monthsDiff = (Date.now() - new Date(savedTimestamp).getTime()) / (1000 * 60 * 60 * 24 * 30);
                  isExpired = monthsDiff > 12;
                } catch(e) { isExpired = true; }
              }

              if (savedChoice === 'all' && !isExpired) {
                // User previously accepted all cookies — grant everything immediately
                gtag('consent', 'default', {
                  'analytics_storage': 'granted',
                  'ad_storage': 'granted',
                  'ad_user_data': 'granted',
                  'ad_personalization': 'granted',
                  'functionality_storage': 'granted',
                  'personalization_storage': 'granted',
                  'security_storage': 'granted'
                });
              } else if (savedChoice === 'essential' && !isExpired) {
                // User previously chose essential only
                gtag('consent', 'default', {
                  'analytics_storage': 'denied',
                  'ad_storage': 'denied',
                  'ad_user_data': 'denied',
                  'ad_personalization': 'denied',
                  'functionality_storage': 'granted',
                  'personalization_storage': 'denied',
                  'security_storage': 'granted'
                });
              } else {
                // No saved consent — use region-based defaults
                var defaultConsent = getDefaultConsent(userRegion);
                gtag('consent', 'default', defaultConsent);
              }

              // Store region for later use
              window._userConsentRegion = userRegion;
              window._consentModeInitialized = true;
            }
          0:{"P":null,"b":"tu5SHDtdlp7Nc7P_ZH5Q9","p":"","c":["","legal","genie9","privacy"],"i":false,"f":[[["",{"children":["(site)",{"children":["legal",{"children":["genie9",{"children":["privacy",{"children":["__PAGE__",{}]}]}]}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/10305bec2c955d26.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/28fb9ff957192bef.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"className":"scroll-smooth","children":[["$","head",null,{"children":[["$","link",null,{"rel":"preconnect","href":"https://www.googletagmanager.com"}],["$","link",null,{"rel":"dns-prefetch","href":"https://www.google-analytics.com"}],["$","link",null,{"rel":"dns-prefetch","href":"https://connect.facebook.net"}]]}],["$","body",null,{"className":"__variable_f367f3 __variable_4e28e8 font-sans antialiased","children":[["$","script",null,{"type":"application/ld+json","dangerouslySetInnerHTML":{"__html":"{\"@context\":\"https://schema.org\",\"@type\":\"Organization\",\"name\":\"Genie9\",\"alternateName\":\"Genie9 Inc.\",\"url\":\"https://genie9.com\",\"logo\":\"https://genie9.com/images/genie9-logo.svg\",\"description\":\"Leading provider of AI-powered backup, zero-knowledge encryption, and cloud storage solutions.\",\"foundingDate\":\"2009\",\"address\":{\"@type\":\"PostalAddress\",\"addressCountry\":\"US\",\"addressRegion\":\"FL\",\"addressLocality\":\"Miami\"},\"contactPoint\":{\"@type\":\"ContactPoint\",\"telephone\":\"+1-800-436-4364\",\"contactType\":\"Customer Service\",\"availableLanguage\":[\"English\"]},\"sameAs\":[\"https://www.linkedin.com/company/genie9\",\"https://twitter.com/genie9\"]}"}}],["$","script",null,{"type":"application/ld+json","dangerouslySetInnerHTML":{"__html":"{\"@context\":\"https://schema.org\",\"@type\":\"WebSite\",\"name\":\"Genie9\",\"alternateName\":\"Genie9 — Intelligent Cloud Backup & Security\",\"url\":\"https://genie9.com\",\"publisher\":{\"@type\":\"Organization\",\"name\":\"Genie9\"},\"potentialAction\":{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https://genie9.com/search?q={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}}"}}],["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]]}]]}]]}],{"children":["(site)",["$","$1","c",{"children":[null,[[["$","$L4",null,{"id":"consent-mode-init","strategy":"afterInteractive","dangerouslySetInnerHTML":{"__html":"$5"}}],"$L6"],"$L7","$L8"]]}],{"children":["legal","$L9",{"children":["genie9","$La",{"children":["privacy","$Lb",{"children":["__PAGE__","$Lc",{},null,false]},null,false]},null,false]},null,false]},null,false]},null,false],"$Ld",false]],"m":"$undefined","G":["$e",[]],"s":false,"S":true}
f:I[44609,["52619","static/chunks/52619-c48a18d6f62d2371.js","62187","static/chunks/62187-cad570922c0b0e90.js","24909","static/chunks/24909-b812854c37d372b4.js","81356","static/chunks/81356-74429bcfcd5a64d0.js","79997","static/chunks/79997-4886b8cd40ed4ed2.js","53926","static/chunks/53926-181c1115b3fe8250.js","14385","static/chunks/14385-9da7116dd7598df8.js","46750","static/chunks/app/(site)/layout-d19dabf670c68514.js"],"Providers"]
10:I[24475,["52619","static/chunks/52619-c48a18d6f62d2371.js","24909","static/chunks/24909-b812854c37d372b4.js","87990","static/chunks/app/(site)/error-1f67f47b66626d4d.js"],"default"]
11:I[81959,[],"ClientPageRoot"]
12:I[48209,["52619","static/chunks/52619-c48a18d6f62d2371.js","62187","static/chunks/62187-cad570922c0b0e90.js","39544","static/chunks/app/(site)/legal/genie9/privacy/page-a740c28a05764339.js"],"default"]
15:I[24431,[],"OutletBoundary"]
17:I[15278,[],"AsyncMetadataOutlet"]
19:I[24431,[],"ViewportBoundary"]
1b:I[24431,[],"MetadataBoundary"]
1c:"$Sreact.suspense"
6:["$","$L4",null,{"id":"gtm-script","strategy":"afterInteractive","dangerouslySetInnerHTML":{"__html":"\n            (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':\n            new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],\n            j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=\n            'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);\n            })(window,document,'script','dataLayer','GTM-MBZ3LMCD');\n          "}}]
7:["$","noscript",null,{"children":["$","iframe",null,{"src":"https://www.googletagmanager.com/ns.html?id=GTM-MBZ3LMCD","height":"0","width":"0","style":{"display":"none","visibility":"hidden"}}]}]
8:["$","$Lf",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$10","errorStyles":[],"errorScripts":[],"template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:2:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:2:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:2:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:1:props:children:1:props:children:1:props:children:2:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]
9:["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}]
a:["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}]
b:["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}]
c:["$","$1","c",{"children":[["$","$L11",null,{"Component":"$12","searchParams":{},"params":{},"promises":["$@13","$@14"]}],null,["$","$L15",null,{"children":["$L16",["$","$L17",null,{"promise":"$@18"}]]}]]}]
d:["$","$1","h",{"children":[null,[["$","$L19",null,{"children":"$L1a"}],["$","meta",null,{"name":"next-size-adjust","content":""}]],["$","$L1b",null,{"children":["$","div",null,{"hidden":true,"children":["$","$1c",null,{"fallback":null,"children":"$L1d"}]}]}]]}]
13:{}
14:"$c:props:children:0:props:params"
1a:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
16:null
1e:I[80622,[],"IconMark"]
18:{"metadata":[["$","title","0",{"children":"Privacy Policy - Genie9 Legal"}],["$","meta","1",{"name":"description","content":"Genie9 Privacy Policy describing how we collect, use, store, and protect your personal information across all Genie9 products and services."}],["$","link","2",{"rel":"author","href":"https://genie9.com"}],["$","meta","3",{"name":"author","content":"Genie9"}],["$","meta","4",{"name":"keywords","content":"Genie9,legal,privacy policy,data collection,personal information,data protection"}],["$","meta","5",{"name":"creator","content":"Genie9"}],["$","meta","6",{"name":"publisher","content":"Genie9"}],["$","meta","7",{"name":"category","content":"technology"}],["$","link","8",{"rel":"canonical","href":"https://genie9.com/legal/genie9/privacy"}],["$","meta","9",{"name":"format-detection","content":"telephone=no, address=no, email=no"}],["$","meta","10",{"property":"og:title","content":"Privacy Policy - Genie9"}],["$","meta","11",{"property":"og:description","content":"Genie9 Privacy Policy describing how we collect, use, store, and protect your personal information across all Genie9 products and services."}],["$","meta","12",{"property":"og:url","content":"https://genie9.com/legal/genie9/privacy"}],["$","meta","13",{"property":"og:type","content":"website"}],["$","meta","14",{"name":"twitter:card","content":"summary"}],["$","meta","15",{"name":"twitter:title","content":"Privacy Policy - Genie9"}],["$","meta","16",{"name":"twitter:description","content":"Genie9 Privacy Policy describing how we collect, use, store, and protect your personal information across all Genie9 products and services."}],["$","link","17",{"rel":"icon","href":"/favicon-32x32.png","sizes":"32x32","type":"image/png"}],["$","link","18",{"rel":"icon","href":"/favicon-16x16.png","sizes":"16x16","type":"image/png"}],["$","link","19",{"rel":"icon","href":"/favicon.ico","sizes":"any"}],["$","link","20",{"rel":"apple-touch-icon","href":"/apple-touch-icon.png"}],["$","$L1e","21",{}]],"error":null,"digest":"$undefined"}
1d:"$18:metadata"
