1:"$Sreact.fragment"
2:I[69243,["6874","static/chunks/6874-414075bb21e16c80.js","3063","static/chunks/3063-7f18f9f88aab673e.js","115","static/chunks/115-d699e554aa8a130c.js","1514","static/chunks/1514-660261222862b95c.js","7177","static/chunks/app/layout-c6cd64f43728b431.js"],""]
8:I[23188,["4219","static/chunks/app/global-error-c8ec430545825f02.js"],"default"]
:HL["/_next/static/media/4cf2300e9c8272f7-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
:HL["/_next/static/media/93f479601ee12b01-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
:HL["/_next/static/css/61268f07b602b059.css","style"]
:HL["/_next/static/css/de70bee13400563f.css","style"]
3:Td1e,
  (() => {
    if (typeof window === 'undefined') return;

    const productionHosts = ["inventivehq.com","www.inventivehq.com"];
    const allowClarity = productionHosts.includes(window.location.hostname);
    const persistentBlockedOrigins = ['https://wvbknd.leadsy.ai'];
    const clarityOrigins = ['https://f.clarity.ms'];
    const blockedOrigins = new Set([
      ...persistentBlockedOrigins,
      ...(allowClarity ? [] : clarityOrigins),
    ]);

    const isBlockedRequest = (target) => {
      if (!target || blockedOrigins.size === 0) return false;
      try {
        const resolved = new URL(target, window.location.origin);
        return blockedOrigins.has(resolved.origin);
      } catch {
        return false;
      }
    };

    const warn = (kind, url) => {
      console.warn(`[TrackerBlocker] Suppressed ${kind} request to blocked origin:`, url);
    };

    const buildResponse = () => new Response(null, { status: 204, statusText: 'tracker-blocked' });

    if (!allowClarity && typeof window !== 'undefined') {
      // Stub Clarity API to avoid multiple-tag errors when scripts attempt to call it.
      window.clarity =
        window.clarity ||
        function () {
          (window.clarity.q = window.clarity.q || []).push(arguments);
        };
      window.clarity.stubbed = true;
    }

    if (typeof window.fetch === 'function' && blockedOrigins.size > 0) {
      const originalFetch = window.fetch;
      window.fetch = function patchedFetch(input, init) {
        const url = typeof input === 'string' ? input : input && input.url ? input.url : '';
        if (isBlockedRequest(url)) {
          warn('fetch', url);
          return Promise.resolve(buildResponse());
        }
        return originalFetch.apply(this, arguments);
      };
    }

    if (navigator && typeof navigator.sendBeacon === 'function' && blockedOrigins.size > 0) {
      const originalSendBeacon = navigator.sendBeacon.bind(navigator);
      navigator.sendBeacon = function patchedSendBeacon(url, data) {
        if (isBlockedRequest(url)) {
          warn('beacon', url);
          return true;
        }
        return originalSendBeacon(url, data);
      };
    }

    if (typeof window.XMLHttpRequest === 'function' && blockedOrigins.size > 0) {
      const OriginalXHR = window.XMLHttpRequest;
      const open = OriginalXHR.prototype.open;
      const send = OriginalXHR.prototype.send;

      OriginalXHR.prototype.open = function patchedOpen(method, url) {
        this.__blockedTrackerRequest = isBlockedRequest(url) ? url : undefined;
        return open.apply(this, arguments);
      };

      OriginalXHR.prototype.send = function patchedSend(body) {
        if (this.__blockedTrackerRequest) {
          warn('xhr', this.__blockedTrackerRequest);
          setTimeout(() => {
            this.readyState = 4;
            this.status = 204;
            this.statusText = 'tracker-blocked';
            this.responseText = '';
            this.response = '';
            if (typeof this.onload === 'function') {
              this.onload(new Event('load'));
            }
            if (typeof this.onreadystatechange === 'function') {
              this.onreadystatechange(new Event('readystatechange'));
            }
          }, 0);
          return;
        }
        return send.apply(this, arguments);
      };
    }
  })();
0:{"P":null,"b":"RGjklUWcKw_WZ9PkA2ama","p":"","c":["","privacy-policy"],"i":false,"f":[[["",{"children":["privacy-policy",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/61268f07b602b059.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/de70bee13400563f.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","meta",null,{"name":"theme-color","content":"#2813e8"}],["$","link",null,{"rel":"preconnect","href":"https://fonts.googleapis.com"}],["$","link",null,{"rel":"preconnect","href":"https://fonts.gstatic.com","crossOrigin":"anonymous"}],["$","link",null,{"rel":"preconnect","href":"https://imagedelivery.net","crossOrigin":"anonymous"}],["$","link",null,{"rel":"dns-prefetch","href":"https://cdn.jsdelivr.net"}],["$","link",null,{"rel":"dns-prefetch","href":"https://www.googletagmanager.com"}],["$","link",null,{"rel":"preload","as":"image","href":"https://imagedelivery.net/GtU8Bnoa3QuAEdxQ_M9RPA/dcb1dccb-de54-47b0-e5a8-a181e5319600/width=336,quality=90,format=auto"}],["$","$L2",null,{"id":"tracker-blocker","strategy":"beforeInteractive","dangerouslySetInnerHTML":{"__html":"$3"}}]]}],"$L4"]}]]}],{"children":["privacy-policy","$L5",{"children":["__PAGE__","$L6",{},null,false]},null,false]},null,false],"$L7",false]],"m":"$undefined","G":["$8",[]],"s":false,"S":true}
9:I[75369,["6874","static/chunks/6874-414075bb21e16c80.js","3063","static/chunks/3063-7f18f9f88aab673e.js","115","static/chunks/115-d699e554aa8a130c.js","1514","static/chunks/1514-660261222862b95c.js","7177","static/chunks/app/layout-c6cd64f43728b431.js"],"default"]
a:I[43380,["6874","static/chunks/6874-414075bb21e16c80.js","3063","static/chunks/3063-7f18f9f88aab673e.js","115","static/chunks/115-d699e554aa8a130c.js","1514","static/chunks/1514-660261222862b95c.js","7177","static/chunks/app/layout-c6cd64f43728b431.js"],"default"]
b:I[24355,["6874","static/chunks/6874-414075bb21e16c80.js","3063","static/chunks/3063-7f18f9f88aab673e.js","115","static/chunks/115-d699e554aa8a130c.js","1514","static/chunks/1514-660261222862b95c.js","7177","static/chunks/app/layout-c6cd64f43728b431.js"],"default"]
c:I[77288,["6874","static/chunks/6874-414075bb21e16c80.js","3063","static/chunks/3063-7f18f9f88aab673e.js","115","static/chunks/115-d699e554aa8a130c.js","1514","static/chunks/1514-660261222862b95c.js","7177","static/chunks/app/layout-c6cd64f43728b431.js"],"default"]
d:I[87555,[],""]
e:I[96678,["8039","static/chunks/app/error-6289ab7515314637.js"],"default"]
f:I[31295,[],""]
10:I[37014,["6874","static/chunks/6874-414075bb21e16c80.js","1514","static/chunks/1514-660261222862b95c.js","6342","static/chunks/6342-9a3738aa0d0269ec.js","9563","static/chunks/9563-4c945a1535fc263a.js","4345","static/chunks/app/not-found-f2edee6633180a2c.js"],"default"]
11:I[33063,["6874","static/chunks/6874-414075bb21e16c80.js","3063","static/chunks/3063-7f18f9f88aab673e.js","8974","static/chunks/app/page-91f12f165b980d23.js"],"Image"]
29:I[59665,[],"ViewportBoundary"]
2b:I[59665,[],"MetadataBoundary"]
2c:"$Sreact.suspense"
12:T69f,M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z4:["$","body",null,{"className":"__variable_188709 __variable_9a8899 antialiased flex flex-col min-h-screen","suppressHydrationWarning":true,"children":[["$","$L9",null,{}],["$","$La",null,{}],["$","$Lb",null,{}],["$","$Lc",null,{}],["$","main",null,{"className":"flex-grow","children":["$","$Ld",null,{"parallelRouterKey":"children","error":"$e","errorStyles":[],"errorScripts":[],"template":["$","$Lf",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","$L10",null,{}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","footer",null,{"className":"bg-[#1a1a1a] text-white mt-auto","children":["$","div",null,{"className":"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16","children":[["$","div",null,{"className":"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8 mb-12","children":[["$","div",null,{"children":[["$","div",null,{"className":"mb-4","children":["$","$L11",null,{"src":"https://imagedelivery.net/GtU8Bnoa3QuAEdxQ_M9RPA/dcb1dccb-de54-47b0-e5a8-a181e5319600/width=304,quality=90,format=auto","alt":"Inventive HQ","width":152,"height":51,"className":"h-auto w-auto"}]}],["$","p",null,{"className":"text-gray-300 text-sm mb-6 leading-relaxed","children":"Your cybersecurity partner, protecting and empowering your business with tailored, high-impact solutions."}],["$","div",null,{"className":"flex space-x-4","children":[["$","a",null,{"href":"https://www.facebook.com/inventivehq/","className":"text-[#557dbc] hover:text-[#2813e8] transition-colors","aria-label":"Facebook","target":"_blank","rel":"noopener noreferrer","children":["$","svg",null,{"className":"w-6 h-6","fill":"currentColor","viewBox":"0 0 24 24","children":["$","path",null,{"d":"M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z"}]}]}],["$","a",null,{"href":"https://x.com/inventivehq","className":"text-[#7acdee] hover:text-[#2813e8] transition-colors","aria-label":"Twitter","target":"_blank","rel":"noopener noreferrer","children":["$","svg",null,{"className":"w-6 h-6","fill":"currentColor","viewBox":"0 0 24 24","children":["$","path",null,{"d":"M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z"}]}]}],["$","a",null,{"href":"https://www.instagram.com/inventivehqllc/","className":"text-[#8a3ab9] hover:text-[#2813e8] transition-colors","aria-label":"Instagram","target":"_blank","rel":"noopener noreferrer","children":["$","svg",null,{"className":"w-6 h-6","fill":"currentColor","viewBox":"0 0 24 24","children":["$","path",null,{"d":"$12"}]}]}],"$L13","$L14","$L15"]}]]}],"$L16","$L17","$L18"]}],"$L19"]}]}],"$L1a","$L1b"]}]
5:["$","$1","c",{"children":[null,["$","$Ld",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lf",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}]
6:["$","$1","c",{"children":[["$","div",null,{"className":"min-h-screen bg-gradient-to-b from-gray-50 to-white","children":[["$","section",null,{"className":"relative bg-gradient-to-br from-[#2813e8] to-[#2cc3d1] text-white py-24 px-4 overflow-hidden","children":[["$","div",null,{"className":"absolute inset-0 bg-black/10"}],["$","div",null,{"className":"absolute inset-0 opacity-10","children":[["$","div",null,{"className":"absolute top-20 left-20 w-72 h-72 bg-white rounded-full blur-3xl"}],["$","div",null,{"className":"absolute bottom-20 right-20 w-96 h-96 bg-cyan-300 rounded-full blur-3xl"}]]}],["$","div",null,{"className":"max-w-5xl mx-auto text-center relative z-10","children":[["$","div",null,{"className":"flex justify-center mb-6","children":["$","div",null,{"className":"w-20 h-20 bg-white/20 backdrop-blur-sm border border-white/30 rounded-2xl flex items-center justify-center","children":["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-shield w-10 h-10 text-white","aria-hidden":"true","children":[["$","path","oel41y",{"d":"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}],"$undefined"]}]}]}],["$","h1",null,{"className":"text-5xl md:text-6xl font-bold mb-6 leading-tight","id":"privacy-policy","children":"Privacy Policy"}],["$","p",null,{"className":"text-xl md:text-2xl text-blue-100 max-w-3xl mx-auto leading-relaxed","children":"Your privacy and data security are our top priorities. Learn how we protect and handle your information."}],["$","div",null,{"className":"mt-8 flex items-center justify-center gap-2 text-blue-100","children":[["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-circle-check-big w-5 h-5","aria-hidden":"true","children":[["$","path","yps3ct",{"d":"M21.801 10A10 10 0 1 1 17 3.335"}],["$","path","1pflzl",{"d":"m9 11 3 3L22 4"}],"$undefined"]}],["$","span",null,{"className":"text-sm","children":"Last updated: January 19, 2025"}]]}]]}]]}],["$","section",null,{"className":"py-16 px-4","children":["$","div",null,{"className":"max-w-5xl mx-auto","children":["$","div",null,{"className":"bg-white border-2 border-blue-100 rounded-2xl p-8 md:p-12 shadow-lg","children":["$","p",null,{"className":"text-gray-700 text-lg leading-relaxed","children":["Inventive HQ, Inc. (\"we,\" \"us,\" or \"our\") is committed to protecting the privacy and security of your personal information. This Privacy Policy explains how we collect, use, disclose, and safeguard your personal data when you visit our website"," ",["$","a",null,{"href":"https://inventivehq.com","className":"text-[#2813e8] hover:underline font-semibold","children":"inventivehq.com"}]," ","(the \"Website\") or interact with us in any way. By accessing or using our Website, you consent to the practices described in this Privacy Policy."]}]}]}]}],["$","section",null,{"className":"py-12 px-4 bg-gradient-to-br from-gray-50 to-blue-50/30","children":["$","div",null,{"className":"max-w-5xl mx-auto","children":[["$","div",null,{"className":"text-center mb-12","children":[["$","div",null,{"className":"flex justify-center mb-4","children":["$","div",null,{"className":"w-16 h-16 bg-blue-100 rounded-2xl flex items-center justify-center","children":["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-database w-8 h-8 text-[#2813e8]","aria-hidden":"true","children":[["$","ellipse","msslwz",{"cx":"12","cy":"5","rx":"9","ry":"3"}],["$","path","1wlel7",{"d":"M3 5V19A9 3 0 0 0 21 19V5"}],["$","path","mv7ke4",{"d":"M3 12A9 3 0 0 0 21 12"}],"$undefined"]}]}]}],"$L1c","$L1d"]}],"$L1e"]}]}],"$L1f","$L20","$L21","$L22","$L23","$L24","$L25","$L26","$L27"]}],null,"$L28"]}]
7:["$","$1","h",{"children":[null,[["$","$L29",null,{"children":"$L2a"}],["$","meta",null,{"name":"next-size-adjust","content":""}]],["$","$L2b",null,{"children":["$","div",null,{"hidden":true,"children":["$","$2c",null,{"fallback":null,"children":"$L2d"}]}]}]]}]
2e:I[6874,["6874","static/chunks/6874-414075bb21e16c80.js","2902","static/chunks/app/privacy-policy/page-3b49ed8c4b239a04.js"],""]
2f:I[45061,["6874","static/chunks/6874-414075bb21e16c80.js","3063","static/chunks/3063-7f18f9f88aab673e.js","115","static/chunks/115-d699e554aa8a130c.js","1514","static/chunks/1514-660261222862b95c.js","7177","static/chunks/app/layout-c6cd64f43728b431.js"],"default"]
30:I[5149,["6874","static/chunks/6874-414075bb21e16c80.js","3063","static/chunks/3063-7f18f9f88aab673e.js","115","static/chunks/115-d699e554aa8a130c.js","1514","static/chunks/1514-660261222862b95c.js","7177","static/chunks/app/layout-c6cd64f43728b431.js"],"default"]
31:I[83653,["6874","static/chunks/6874-414075bb21e16c80.js","3063","static/chunks/3063-7f18f9f88aab673e.js","115","static/chunks/115-d699e554aa8a130c.js","1514","static/chunks/1514-660261222862b95c.js","7177","static/chunks/app/layout-c6cd64f43728b431.js"],"default"]
40:I[59665,[],"OutletBoundary"]
42:I[74911,[],"AsyncMetadataOutlet"]
13:["$","a",null,{"href":"https://www.linkedin.com/company/inventivehq/","className":"text-[#1c86c6] hover:text-[#2813e8] transition-colors","aria-label":"LinkedIn","target":"_blank","rel":"noopener noreferrer","children":["$","svg",null,{"className":"w-6 h-6","fill":"currentColor","viewBox":"0 0 24 24","children":["$","path",null,{"d":"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"}]}]}]
14:["$","a",null,{"href":"https://www.youtube.com/@inventivehq","className":"text-[#FF0000] hover:text-[#2813e8] transition-colors","aria-label":"YouTube","target":"_blank","rel":"noopener noreferrer","children":["$","svg",null,{"className":"w-6 h-6","fill":"currentColor","viewBox":"0 0 24 24","children":["$","path",null,{"d":"M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"}]}]}]
15:["$","a",null,{"href":"https://github.com/InventiveHQ","className":"text-gray-300 hover:text-[#2813e8] transition-colors","aria-label":"GitHub","target":"_blank","rel":"noopener noreferrer","children":["$","svg",null,{"className":"w-6 h-6","fill":"currentColor","viewBox":"0 0 24 24","children":["$","path",null,{"d":"M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"}]}]}]
16:["$","div",null,{"children":[["$","h4",null,{"className":"font-semibold text-white mb-4 text-sm uppercase tracking-wider","id":"company","children":"Company"}],["$","ul",null,{"className":"space-y-2.5 text-sm text-gray-300","children":[["$","li",null,{"children":["$","$L2e",null,{"href":"/about","className":"hover:text-white transition-colors duration-200","children":"About"}]}],["$","li",null,{"children":["$","$L2e",null,{"href":"/services","className":"hover:text-white transition-colors duration-200","children":"Services"}]}],["$","li",null,{"children":["$","$L2e",null,{"href":"/locations","className":"hover:text-white transition-colors duration-200","children":"Locations"}]}],["$","li",null,{"children":["$","$L2e",null,{"href":"/press","className":"hover:text-white transition-colors duration-200","children":"Press"}]}],["$","li",null,{"children":["$","$L2e",null,{"href":"/privacy-policy","className":"hover:text-white transition-colors duration-200","children":"Privacy Policy"}]}],["$","li",null,{"children":["$","$L2e",null,{"href":"/terms-and-conditions","className":"hover:text-white transition-colors duration-200","children":"Terms & Conditions"}]}],["$","li",null,{"children":["$","a",null,{"href":"https://trust.inventivehq.com/","className":"hover:text-white transition-colors duration-200","target":"_blank","rel":"noopener noreferrer","children":"Trust Portal"}]}]]}]]}]
17:["$","div",null,{"children":[["$","h4",null,{"className":"font-semibold text-white mb-4 text-sm uppercase tracking-wider","id":"resources","children":"Resources"}],["$","ul",null,{"className":"space-y-2.5 text-sm text-gray-300","children":[["$","li",null,{"children":["$","$L2e",null,{"href":"/blog","className":"hover:text-white transition-colors duration-200","children":"Blog"}]}],["$","li",null,{"children":["$","$L2e",null,{"href":"/case-study","className":"hover:text-white transition-colors duration-200","children":"Case Studies"}]}],["$","li",null,{"children":["$","$L2e",null,{"href":"/tools","className":"hover:text-white transition-colors duration-200","children":"Tools"}]}],["$","li",null,{"children":["$","$L2e",null,{"href":"/glossary","className":"hover:text-white transition-colors duration-200","children":"Glossary"}]}],["$","li",null,{"children":["$","$L2e",null,{"href":"/knowledge-base","className":"hover:text-white transition-colors duration-200","children":"Knowledge Base"}]}]]}]]}]
18:["$","div",null,{"children":[["$","h4",null,{"className":"font-semibold text-white mb-4 text-sm uppercase tracking-wider","id":"get-in-touch","children":"Get In Touch"}],["$","div",null,{"className":"text-sm text-gray-300 space-y-4","children":[["$","div",null,{"children":["$","p",null,{"className":"leading-relaxed","children":["2305 Historic Decatur Rd",["$","br",null,{}],"Suite 100",["$","br",null,{}],"San Diego, CA 92106"]}]}],["$","div",null,{"children":["$","p",null,{"children":[["$","a",null,{"href":"mailto:hello@inventivehq.com","className":"hover:text-white transition-colors duration-200","children":"hello@inventivehq.com"}],["$","br",null,{}],["$","$L2f",null,{"phoneNumber":"+18669032097","displayText":"(866) 903-2097","source":"footer","className":"hover:text-white transition-colors duration-200"}]]}]}]]}]]}]
19:["$","div",null,{"className":"border-t border-gray-700 pt-8","children":["$","div",null,{"className":"text-center text-sm text-gray-400","children":["$","p",null,{"children":["Copyright © ",2026," Inventive HQ"]}]}]}]
1a:["$","$L30",null,{}]
1b:["$","$L31",null,{}]
1c:["$","h2",null,{"className":"text-4xl font-bold text-gray-900 mb-4","id":"information-we-collect","children":"Information We Collect"}]
1d:["$","p",null,{"className":"text-lg text-gray-600 max-w-2xl mx-auto","children":"We collect information to provide better services and protect your data"}]
1e:["$","div",null,{"className":"space-y-6","children":[["$","div",null,{"className":"bg-white border-2 border-gray-200 rounded-2xl p-8 shadow-sm hover:shadow-lg transition-all","children":["$","div",null,{"className":"flex items-start gap-4","children":[["$","div",null,{"className":"w-12 h-12 bg-blue-100 rounded-xl flex items-center justify-center flex-shrink-0","children":["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-users w-6 h-6 text-[#2813e8]","aria-hidden":"true","children":[["$","path","1yyitq",{"d":"M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2"}],["$","path","16gr8j",{"d":"M16 3.128a4 4 0 0 1 0 7.744"}],["$","path","kshegd",{"d":"M22 21v-2a4 4 0 0 0-3-3.87"}],["$","circle","nufk8",{"cx":"9","cy":"7","r":"4"}],"$undefined"]}]}],["$","div",null,{"className":"flex-1","children":[["$","h3",null,{"className":"text-2xl font-bold text-gray-900 mb-4","id":"personal-information","children":"Personal Information"}],["$","p",null,{"className":"text-gray-600 mb-4","children":"We may collect and process the following categories of personal information:"}],["$","ul",null,{"className":"space-y-3","children":[["$","li",null,{"className":"flex items-start gap-3","children":[["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-circle-check-big w-5 h-5 text-blue-600 flex-shrink-0 mt-0.5","aria-hidden":"true","children":[["$","path","yps3ct",{"d":"M21.801 10A10 10 0 1 1 17 3.335"}],["$","path","1pflzl",{"d":"m9 11 3 3L22 4"}],"$undefined"]}],["$","div",null,{"children":[["$","span",null,{"className":"font-semibold text-gray-900","children":"Contact Information:"}],["$","span",null,{"className":"text-gray-600","children":" This includes your name, email address, phone number, and postal address, which you may provide when contacting us or submitting forms on our Website."}]]}]]}],["$","li",null,{"className":"flex items-start gap-3","children":[["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-circle-check-big w-5 h-5 text-blue-600 flex-shrink-0 mt-0.5","aria-hidden":"true","children":[["$","path","yps3ct",{"d":"M21.801 10A10 10 0 1 1 17 3.335"}],["$","path","1pflzl",{"d":"m9 11 3 3L22 4"}],"$undefined"]}],["$","div",null,{"children":[["$","span",null,{"className":"font-semibold text-gray-900","children":"Usage Information:"}],["$","span",null,{"className":"text-gray-600","children":" We collect information about how you interact with our Website, such as your IP address, browser type, operating system, referral URLs, pages visited, and the date and time of your visit."}]]}]]}],["$","li",null,{"className":"flex items-start gap-3","children":[["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-circle-check-big w-5 h-5 text-blue-600 flex-shrink-0 mt-0.5","aria-hidden":"true","children":[["$","path","yps3ct",{"d":"M21.801 10A10 10 0 1 1 17 3.335"}],["$","path","1pflzl",{"d":"m9 11 3 3L22 4"}],"$undefined"]}],["$","div",null,{"children":[["$","span",null,{"className":"font-semibold text-gray-900","children":"Communication Data:"}],["$","span",null,{"className":"text-gray-600","children":" When you contact us via email, forms, or other communication methods, we may collect information about your communication preferences and the content of your communication."}]]}]]}]]}]]}]]}]}],["$","div",null,{"className":"bg-white border-2 border-gray-200 rounded-2xl p-8 shadow-sm hover:shadow-lg transition-all","children":["$","div",null,{"className":"flex items-start gap-4","children":[["$","div",null,{"className":"w-12 h-12 bg-purple-100 rounded-xl flex items-center justify-center flex-shrink-0","children":"$L32"}],"$L33"]}]}],"$L34"]}]
1f:["$","section",null,{"className":"py-16 px-4","children":["$","div",null,{"className":"max-w-5xl mx-auto","children":[["$","div",null,{"className":"text-center mb-12","children":[["$","div",null,{"className":"flex justify-center mb-4","children":["$","div",null,{"className":"w-16 h-16 bg-green-100 rounded-2xl flex items-center justify-center","children":["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-eye w-8 h-8 text-green-600","aria-hidden":"true","children":[["$","path","1nclc0",{"d":"M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0"}],["$","circle","1v7zrd",{"cx":"12","cy":"12","r":"3"}],"$undefined"]}]}]}],["$","h2",null,{"className":"text-4xl font-bold text-gray-900 mb-4","id":"how-we-use-your-information","children":"How We Use Your Information"}]]}],["$","div",null,{"className":"bg-white border-2 border-gray-200 rounded-2xl p-8 shadow-sm","children":[["$","p",null,{"className":"text-gray-600 mb-6","children":"We use your personal information for various purposes, including:"}],["$","div",null,{"className":"grid md:grid-cols-2 gap-4","children":[["$","div","0",{"className":"flex items-start gap-3 p-4 bg-gray-50 rounded-xl","children":[["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-circle-check-big w-5 h-5 text-green-600 flex-shrink-0 mt-0.5","aria-hidden":"true","children":[["$","path","yps3ct",{"d":"M21.801 10A10 10 0 1 1 17 3.335"}],["$","path","1pflzl",{"d":"m9 11 3 3L22 4"}],"$undefined"]}],["$","span",null,{"className":"text-gray-700","children":"Providing and improving our services, products, and customer support"}]]}],["$","div","1",{"className":"flex items-start gap-3 p-4 bg-gray-50 rounded-xl","children":[["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-circle-check-big w-5 h-5 text-green-600 flex-shrink-0 mt-0.5","aria-hidden":"true","children":[["$","path","yps3ct",{"d":"M21.801 10A10 10 0 1 1 17 3.335"}],["$","path","1pflzl",{"d":"m9 11 3 3L22 4"}],"$undefined"]}],["$","span",null,{"className":"text-gray-700","children":"Analyzing website traffic and usage to enhance user experience"}]]}],["$","div","2",{"className":"flex items-start gap-3 p-4 bg-gray-50 rounded-xl","children":[["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-circle-check-big w-5 h-5 text-green-600 flex-shrink-0 mt-0.5","aria-hidden":"true","children":[["$","path","yps3ct",{"d":"M21.801 10A10 10 0 1 1 17 3.335"}],["$","path","1pflzl",{"d":"m9 11 3 3L22 4"}],"$undefined"]}],["$","span",null,{"className":"text-gray-700","children":"Responding to your inquiries and communications"}]]}],["$","div","3",{"className":"flex items-start gap-3 p-4 bg-gray-50 rounded-xl","children":[["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-circle-check-big w-5 h-5 text-green-600 flex-shrink-0 mt-0.5","aria-hidden":"true","children":[["$","path","yps3ct",{"d":"M21.801 10A10 10 0 1 1 17 3.335"}],["$","path","1pflzl",{"d":"m9 11 3 3L22 4"}],"$undefined"]}],["$","span",null,{"className":"text-gray-700","children":"Sending you promotional materials, updates, and newsletters (if you have opted in)"}]]}],["$","div","4",{"className":"flex items-start gap-3 p-4 bg-gray-50 rounded-xl","children":[["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-circle-check-big w-5 h-5 text-green-600 flex-shrink-0 mt-0.5","aria-hidden":"true","children":["$L35","$L36","$undefined"]}],"$L37"]}]]}]]}]]}]}]
20:["$","section",null,{"className":"py-16 px-4 bg-gradient-to-br from-gray-50 to-blue-50/30","children":["$","div",null,{"className":"max-w-5xl mx-auto","children":[["$","div",null,{"className":"text-center mb-12","children":[["$","div",null,{"className":"flex justify-center mb-4","children":["$","div",null,{"className":"w-16 h-16 bg-orange-100 rounded-2xl flex items-center justify-center","children":["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-circle-alert w-8 h-8 text-orange-600","aria-hidden":"true","children":[["$","circle","1mglay",{"cx":"12","cy":"12","r":"10"}],["$","line","1pkeuh",{"x1":"12","x2":"12","y1":"8","y2":"12"}],["$","line","4dfq90",{"x1":"12","x2":"12.01","y1":"16","y2":"16"}],"$undefined"]}]}]}],["$","h2",null,{"className":"text-4xl font-bold text-gray-900 mb-4","id":"disclosure-of-your-information","children":"Disclosure of Your Information"}]]}],["$","div",null,{"className":"bg-white border-2 border-gray-200 rounded-2xl p-8 shadow-sm","children":[["$","p",null,{"className":"text-gray-600 mb-6","children":"We may share your personal information with third parties in the following situations:"}],["$","div",null,{"className":"space-y-4","children":[["$","div","0",{"className":"flex items-start gap-3 p-4 bg-orange-50 rounded-xl border border-orange-100","children":[["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-circle-alert w-5 h-5 text-orange-600 flex-shrink-0 mt-0.5","aria-hidden":"true","children":[["$","circle","1mglay",{"cx":"12","cy":"12","r":"10"}],["$","line","1pkeuh",{"x1":"12","x2":"12","y1":"8","y2":"12"}],["$","line","4dfq90",{"x1":"12","x2":"12.01","y1":"16","y2":"16"}],"$undefined"]}],["$","span",null,{"className":"text-gray-700","children":"With service providers and business partners who assist us in delivering our services"}]]}],["$","div","1",{"className":"flex items-start gap-3 p-4 bg-orange-50 rounded-xl border border-orange-100","children":[["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-circle-alert w-5 h-5 text-orange-600 flex-shrink-0 mt-0.5","aria-hidden":"true","children":[["$","circle","1mglay",{"cx":"12","cy":"12","r":"10"}],["$","line","1pkeuh",{"x1":"12","x2":"12","y1":"8","y2":"12"}],["$","line","4dfq90",{"x1":"12","x2":"12.01","y1":"16","y2":"16"}],"$undefined"]}],["$","span",null,{"className":"text-gray-700","children":"To comply with legal obligations or respond to lawful requests from law enforcement agencies"}]]}],["$","div","2",{"className":"flex items-start gap-3 p-4 bg-orange-50 rounded-xl border border-orange-100","children":[["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-circle-alert w-5 h-5 text-orange-600 flex-shrink-0 mt-0.5","aria-hidden":"true","children":[["$","circle","1mglay",{"cx":"12","cy":"12","r":"10"}],["$","line","1pkeuh",{"x1":"12","x2":"12","y1":"8","y2":"12"}],["$","line","4dfq90",{"x1":"12","x2":"12.01","y1":"16","y2":"16"}],"$undefined"]}],["$","span",null,{"className":"text-gray-700","children":"To protect our rights, privacy, safety, or property, or those of others"}]]}]]}]]}]]}]}]
21:["$","section",null,{"className":"py-16 px-4","children":["$","div",null,{"className":"max-w-5xl mx-auto","children":["$","div",null,{"className":"bg-gradient-to-br from-blue-600 to-blue-700 text-white rounded-2xl p-8 md:p-12 shadow-xl","children":["$","div",null,{"className":"flex items-start gap-4 mb-6","children":[["$","div",null,{"className":"w-12 h-12 bg-white/20 backdrop-blur-sm rounded-xl flex items-center justify-center flex-shrink-0","children":["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-circle-check-big w-6 h-6 text-white","aria-hidden":"true","children":[["$","path","yps3ct",{"d":"M21.801 10A10 10 0 1 1 17 3.335"}],["$","path","1pflzl",{"d":"m9 11 3 3L22 4"}],"$undefined"]}]}],["$","div",null,{"children":[["$","h2",null,{"className":"text-3xl font-bold mb-4","id":"financial-incentives","children":"Financial Incentives"}],["$","p",null,{"className":"text-blue-100 mb-4","children":["InventiveHQ does ",["$","strong",null,{"children":"not"}]," offer financial incentives, price differences, or service differences in exchange for the collection, use, or retention of your personal information."]}],["$","p",null,{"className":"text-blue-100 mb-4","children":"If this practice changes in the future, InventiveHQ will:"}],["$","ul",null,{"className":"space-y-3 mb-4","children":[["$","li","0",{"className":"flex items-start gap-3","children":[["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-circle-check-big w-5 h-5 text-blue-200 flex-shrink-0 mt-0.5","aria-hidden":"true","children":[["$","path","yps3ct",{"d":"M21.801 10A10 10 0 1 1 17 3.335"}],["$","path","1pflzl",{"d":"m9 11 3 3L22 4"}],"$undefined"]}],["$","span",null,{"className":"text-blue-50","children":"Provide a clear and accessible notice of the financial incentive, including the categories of personal information involved and the material terms."}]]}],["$","li","1",{"className":"flex items-start gap-3","children":[["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-circle-check-big w-5 h-5 text-blue-200 flex-shrink-0 mt-0.5","aria-hidden":"true","children":[["$","path","yps3ct",{"d":"M21.801 10A10 10 0 1 1 17 3.335"}],["$","path","1pflzl",{"d":"m9 11 3 3L22 4"}],"$undefined"]}],["$","span",null,{"className":"text-blue-50","children":"Ensure the incentive is reasonably related to the value of the consumer's data, with a good-faith method of calculating that value."}]]}],["$","li","2",{"className":"flex items-start gap-3","children":[["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-circle-check-big w-5 h-5 text-blue-200 flex-shrink-0 mt-0.5","aria-hidden":"true","children":[["$","path","yps3ct",{"d":"M21.801 10A10 10 0 1 1 17 3.335"}],["$","path","1pflzl",{"d":"m9 11 3 3L22 4"}],"$undefined"]}],["$","span",null,{"className":"text-blue-50","children":"Provide consumers with a simple opt-in process and the ability to withdraw consent at any time without penalty."}]]}]]}],["$","p",null,{"className":"text-blue-100","children":"Until such time, InventiveHQ confirms that no financial incentives are associated with the use of your personal data."}]]}]]}]}]}]}]
22:["$","section",null,{"className":"py-16 px-4 bg-gradient-to-br from-amber-50 to-orange-50/30","children":["$","div",null,{"className":"max-w-5xl mx-auto","children":[["$","div",null,{"className":"text-center mb-12","children":[["$","div",null,{"className":"flex justify-center mb-4","children":["$","div",null,{"className":"w-16 h-16 bg-amber-100 rounded-2xl flex items-center justify-center","children":["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-bell w-8 h-8 text-amber-600","aria-hidden":"true","children":[["$","path","vwvbt9",{"d":"M10.268 21a2 2 0 0 0 3.464 0"}],["$","path","11g9vi",{"d":"M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326"}],"$undefined"]}]}]}],["$","h2",null,{"className":"text-4xl font-bold text-gray-900 mb-4","id":"advertising","children":"Advertising"}]]}],["$","div",null,{"className":"bg-white border-2 border-amber-200 rounded-2xl p-8 shadow-sm","children":[["$","h3",null,{"className":"text-2xl font-bold text-gray-900 mb-4","id":"google-adsense","children":"Google AdSense"}],["$","p",null,{"className":"text-gray-600 mb-4","children":"We use Google AdSense to display advertisements on our Website. Google AdSense uses cookies to serve ads based on your prior visits to our Website or other websites on the Internet."}],["$","p",null,{"className":"text-gray-600 mb-4","children":[["$","strong",null,{"children":"How Google uses your data:"}]," Google's use of advertising cookies enables it and its partners to serve ads to you based on your visit to our site and/or other sites on the Internet. Third-party vendors, including Google, use cookies to serve ads based on your prior visits to this Website or other websites."]}],["$","p",null,{"className":"text-gray-600 mb-4","children":["For more information about how Google collects and processes data, please visit:"," ",["$","a",null,{"href":"https://policies.google.com/technologies/partner-sites","target":"_blank","rel":"noopener noreferrer","className":"text-[#2813e8] hover:underline font-semibold","children":"How Google uses data when you use our partners' sites or apps"}],"."]}],["$","p",null,{"className":"text-gray-600 mb-4","children":[["$","strong",null,{"children":"Opting out:"}]," You may opt out of personalized advertising by visiting"," ",["$","a",null,{"href":"https://www.google.com/settings/ads","target":"_blank","rel":"noopener noreferrer","className":"text-[#2813e8] hover:underline font-semibold","children":"Google Ads Settings"}],". You may also opt out of a third-party vendor's use of cookies for personalized advertising by visiting"," ",["$","a",null,{"href":"https://www.aboutads.info/choices/","target":"_blank","rel":"noopener noreferrer","className":"text-[#2813e8] hover:underline font-semibold","children":"www.aboutads.info"}],"."]}],["$","div",null,{"className":"mt-6 p-4 bg-amber-50 border border-amber-200 rounded-xl","children":["$","p",null,{"className":"text-gray-700 text-sm","children":[["$","strong",null,{"children":"Note:"}]," We do not serve personalized ads to users in the European Economic Area (EEA), United Kingdom, or other regions where explicit consent is required, unless such consent has been obtained."]}]}]]}]]}]}]
23:["$","section",null,{"className":"py-16 px-4 bg-gradient-to-br from-gray-50 to-purple-50/30","children":["$","div",null,{"className":"max-w-5xl mx-auto","children":[["$","div",null,{"className":"text-center mb-12","children":["$","h3",null,{"className":"text-3xl font-bold text-gray-900 mb-4","id":"third-party-analytics-and-tracking","children":"Third-Party Analytics and Tracking"}]}],["$","div",null,{"className":"bg-white border-2 border-gray-200 rounded-2xl p-8 shadow-sm","children":[["$","p",null,{"className":"text-gray-600 mb-6","children":"We use third-party tools to help us understand how visitors use our website and to improve our services. These providers may collect information about your use of our website through cookies, pixels, or similar technologies."}],["$","p",null,{"className":"text-gray-600 mb-6","children":"If you would like to manage or limit how your data is used by these providers, you may do so directly through their privacy portals:"}],["$","div",null,{"className":"grid md:grid-cols-2 gap-4 mb-6","children":[["$","a","0",{"href":"https://policies.google.com/technologies/partner-sites","target":"_blank","rel":"noopener noreferrer","className":"flex items-center justify-between p-4 bg-purple-50 hover:bg-purple-100 rounded-xl border border-purple-100 hover:border-purple-300 transition-all group","children":[["$","div",null,{"children":[["$","div",null,{"className":"font-semibold text-gray-900","children":"Google AdSense"}],["$","div",null,{"className":"text-sm text-gray-600","children":"How Google Uses Data"}]]}],["$","span",null,{"className":"text-[#2813e8] group-hover:translate-x-1 transition-transform","children":"→"}]]}],["$","a","1",{"href":"https://www.facebook.com/settings?tab=ads","target":"_blank","rel":"noopener noreferrer","className":"flex items-center justify-between p-4 bg-purple-50 hover:bg-purple-100 rounded-xl border border-purple-100 hover:border-purple-300 transition-all group","children":[["$","div",null,{"children":[["$","div",null,{"className":"font-semibold text-gray-900","children":"Facebook/Meta"}],["$","div",null,{"className":"text-sm text-gray-600","children":"Manage Ad Preferences"}]]}],["$","span",null,{"className":"text-[#2813e8] group-hover:translate-x-1 transition-transform","children":"→"}]]}],["$","a","2",{"href":"https://www.linkedin.com/psettings/advertising","target":"_blank","rel":"noopener noreferrer","className":"flex items-center justify-between p-4 bg-purple-50 hover:bg-purple-100 rounded-xl border border-purple-100 hover:border-purple-300 transition-all group","children":[["$","div",null,{"children":[["$","div",null,{"className":"font-semibold text-gray-900","children":"LinkedIn"}],["$","div",null,{"className":"text-sm text-gray-600","children":"Advertising Preferences"}]]}],["$","span",null,{"className":"text-[#2813e8] group-hover:translate-x-1 transition-transform","children":"→"}]]}],["$","a","3",{"href":"https://tools.google.com/dlpage/gaoptout","target":"_blank","rel":"noopener noreferrer","className":"flex items-center justify-between p-4 bg-purple-50 hover:bg-purple-100 rounded-xl border border-purple-100 hover:border-purple-300 transition-all group","children":[["$","div",null,{"children":[["$","div",null,{"className":"font-semibold text-gray-900","children":"Google Analytics"}],["$","div",null,{"className":"text-sm text-gray-600","children":"Opt-Out Browser Add-On"}]]}],["$","span",null,{"className":"text-[#2813e8] group-hover:translate-x-1 transition-transform","children":"→"}]]}],["$","a","4",{"href":"https://clarity.microsoft.com/terms","target":"_blank","rel":"noopener noreferrer","className":"flex items-center justify-between p-4 bg-purple-50 hover:bg-purple-100 rounded-xl border border-purple-100 hover:border-purple-300 transition-all group","children":[["$","div",null,{"children":[["$","div",null,{"className":"font-semibold text-gray-900","children":"Microsoft Clarity"}],["$","div",null,{"className":"text-sm text-gray-600","children":"Clarity Privacy & Terms"}]]}],"$L38"]}],"$L39","$L3a"]}],"$L3b"]}]]}]}]
24:["$","section",null,{"className":"py-16 px-4","children":["$","div",null,{"className":"max-w-5xl mx-auto","children":[["$","div",null,{"className":"grid md:grid-cols-2 gap-8","children":[["$","div",null,{"className":"bg-white border-2 border-gray-200 rounded-2xl p-8 shadow-sm hover:shadow-lg transition-all","children":[["$","div",null,{"className":"flex justify-center mb-6","children":["$","div",null,{"className":"w-16 h-16 bg-red-100 rounded-2xl flex items-center justify-center","children":["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-lock w-8 h-8 text-red-600","aria-hidden":"true","children":[["$","rect","1w4ew1",{"width":"18","height":"11","x":"3","y":"11","rx":"2","ry":"2"}],["$","path","fwvmzm",{"d":"M7 11V7a5 5 0 0 1 10 0v4"}],"$undefined"]}]}]}],["$","h2",null,{"className":"text-3xl font-bold text-gray-900 mb-4 text-center","id":"data-security","children":"Data Security"}],["$","p",null,{"className":"text-gray-600 text-center","children":"We implement reasonable security measures to protect your personal information from unauthorized access, disclosure, alteration, or destruction."}]]}],["$","div",null,{"className":"bg-white border-2 border-gray-200 rounded-2xl p-8 shadow-sm hover:shadow-lg transition-all","children":[["$","div",null,{"className":"flex justify-center mb-6","children":["$","div",null,{"className":"w-16 h-16 bg-green-100 rounded-2xl flex items-center justify-center","children":["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-shield w-8 h-8 text-green-600","aria-hidden":"true","children":[["$","path","oel41y",{"d":"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"}],"$undefined"]}]}]}],["$","h2",null,{"className":"text-3xl font-bold text-gray-900 mb-4 text-center","id":"your-rights","children":"Your Rights"}],["$","ul",null,{"className":"space-y-3","children":[["$","li","0",{"className":"flex items-start gap-3","children":[["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-circle-check-big w-5 h-5 text-green-600 flex-shrink-0 mt-0.5","aria-hidden":"true","children":[["$","path","yps3ct",{"d":"M21.801 10A10 10 0 1 1 17 3.335"}],["$","path","1pflzl",{"d":"m9 11 3 3L22 4"}],"$undefined"]}],["$","span",null,{"className":"text-gray-600","children":"Access and correct your personal information"}]]}],["$","li","1",{"className":"flex items-start gap-3","children":[["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-circle-check-big w-5 h-5 text-green-600 flex-shrink-0 mt-0.5","aria-hidden":"true","children":[["$","path","yps3ct",{"d":"M21.801 10A10 10 0 1 1 17 3.335"}],["$","path","1pflzl",{"d":"m9 11 3 3L22 4"}],"$undefined"]}],["$","span",null,{"className":"text-gray-600","children":"Request the deletion of your personal information"}]]}],["$","li","2",{"className":"flex items-start gap-3","children":[["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-circle-check-big w-5 h-5 text-green-600 flex-shrink-0 mt-0.5","aria-hidden":"true","children":[["$","path","yps3ct",{"d":"M21.801 10A10 10 0 1 1 17 3.335"}],["$","path","1pflzl",{"d":"m9 11 3 3L22 4"}],"$undefined"]}],["$","span",null,{"className":"text-gray-600","children":"Object to the processing of your personal information"}]]}],["$","li","3",{"className":"flex items-start gap-3","children":[["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-circle-check-big w-5 h-5 text-green-600 flex-shrink-0 mt-0.5","aria-hidden":"true","children":["$L3c","$L3d","$undefined"]}],"$L3e"]}]]}]]}]]}],"$L3f"]}]}]
25:["$","section",null,{"className":"py-16 px-4 bg-gradient-to-br from-gray-50 to-blue-50/30","children":["$","div",null,{"className":"max-w-5xl mx-auto","children":["$","div",null,{"className":"bg-white border-2 border-gray-200 rounded-2xl p-8 shadow-sm","children":["$","div",null,{"className":"flex items-start gap-4","children":[["$","div",null,{"className":"w-12 h-12 bg-yellow-100 rounded-xl flex items-center justify-center flex-shrink-0","children":["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-bell w-6 h-6 text-yellow-600","aria-hidden":"true","children":[["$","path","vwvbt9",{"d":"M10.268 21a2 2 0 0 0 3.464 0"}],["$","path","11g9vi",{"d":"M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326"}],"$undefined"]}]}],["$","div",null,{"className":"flex-1","children":[["$","h2",null,{"className":"text-3xl font-bold text-gray-900 mb-4","id":"appeals-of-denied-data-corrections","children":"Appeals of Denied Data Corrections"}],["$","p",null,{"className":"text-gray-600","children":["If we are unable to honor a request to correct or amend your personal information, you will be notified in writing with the reason for the denial. You may appeal this decision by contacting us at"," ",["$","a",null,{"href":"mailto:privacy@inventivehq.com","className":"text-[#2813e8] hover:underline font-semibold","children":"privacy@inventivehq.com"}]," ","within 30 days. Appeals will be reviewed promptly, and you will receive a written response with the outcome."]}]]}]]}]}]}]}]
26:["$","section",null,{"className":"py-16 px-4","children":["$","div",null,{"className":"max-w-5xl mx-auto","children":["$","div",null,{"className":"bg-white border-2 border-gray-200 rounded-2xl p-8 shadow-sm","children":["$","div",null,{"className":"flex items-start gap-4","children":[["$","div",null,{"className":"w-12 h-12 bg-indigo-100 rounded-xl flex items-center justify-center flex-shrink-0","children":["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-file-text w-6 h-6 text-indigo-600","aria-hidden":"true","children":[["$","path","1rqfz7",{"d":"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["$","path","tnqrlb",{"d":"M14 2v4a2 2 0 0 0 2 2h4"}],["$","path","b1mrlr",{"d":"M10 9H8"}],["$","path","t4e002",{"d":"M16 13H8"}],["$","path","z1uh3a",{"d":"M16 17H8"}],"$undefined"]}]}],["$","div",null,{"className":"flex-1","children":[["$","h2",null,{"className":"text-3xl font-bold text-gray-900 mb-4","id":"changes-to-this-privacy-policy","children":"Changes to this Privacy Policy"}],["$","p",null,{"className":"text-gray-600","children":"We may update this Privacy Policy to reflect changes to our practices or for other operational, legal, or regulatory reasons. We will notify you of any material changes by posting the updated policy on our Website."}]]}]]}]}]}]}]
27:["$","section",null,{"className":"py-20 px-4 bg-gradient-to-br from-[#2813e8] to-[#2cc3d1] text-white relative overflow-hidden","children":[["$","div",null,{"className":"absolute inset-0 bg-black/10"}],["$","div",null,{"className":"absolute inset-0 opacity-10","children":[["$","div",null,{"className":"absolute top-0 right-0 w-96 h-96 bg-white rounded-full blur-3xl"}],["$","div",null,{"className":"absolute bottom-0 left-0 w-96 h-96 bg-cyan-300 rounded-full blur-3xl"}]]}],["$","div",null,{"className":"max-w-4xl mx-auto text-center relative z-10","children":[["$","div",null,{"className":"flex justify-center mb-6","children":["$","div",null,{"className":"w-20 h-20 bg-white/20 backdrop-blur-sm border border-white/30 rounded-2xl flex items-center justify-center","children":["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-mail w-10 h-10 text-white","aria-hidden":"true","children":[["$","path","132q7q",{"d":"m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7"}],["$","rect","izxlao",{"x":"2","y":"4","width":"20","height":"16","rx":"2"}],"$undefined"]}]}]}],["$","h2",null,{"className":"text-4xl md:text-5xl font-bold mb-6","id":"contact-us","children":"Contact Us"}],["$","p",null,{"className":"text-xl mb-8 text-blue-100 leading-relaxed max-w-2xl mx-auto","children":"If you have any questions, concerns, or requests regarding this Privacy Policy or the handling of your personal information, please contact us:"}],["$","div",null,{"className":"bg-white/10 backdrop-blur-md border border-white/20 rounded-2xl p-8 md:p-10 max-w-2xl mx-auto","children":[["$","p",null,{"className":"text-2xl font-bold mb-6","children":"Inventive HQ, Inc."}],["$","div",null,{"className":"space-y-4","children":[["$","a",null,{"href":"mailto:privacy@inventivehq.com","className":"flex items-center justify-center gap-3 text-lg hover:text-blue-200 transition-colors","children":[["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-mail w-6 h-6","aria-hidden":"true","children":[["$","path","132q7q",{"d":"m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7"}],["$","rect","izxlao",{"x":"2","y":"4","width":"20","height":"16","rx":"2"}],"$undefined"]}],"privacy@inventivehq.com"]}],["$","a",null,{"href":"tel:+18669032097","className":"flex items-center justify-center gap-3 text-lg hover:text-blue-200 transition-colors","children":[["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-phone w-6 h-6","aria-hidden":"true","children":[["$","path","9njp5v",{"d":"M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384"}],"$undefined"]}],"(866) 903-2097"]}]]}]]}],["$","div",null,{"className":"mt-12 pt-8 border-t border-white/20","children":["$","div",null,{"className":"flex flex-col sm:flex-row gap-4 justify-center","children":[["$","$L2e",null,{"href":"/","className":"inline-flex items-center justify-center gap-2 bg-white text-blue-600 hover:bg-blue-50 px-8 py-3 rounded-xl font-semibold transition-all shadow-lg hover:shadow-xl","children":"Return to Home"}],["$","$L2e",null,{"href":"/contact","className":"inline-flex items-center justify-center gap-2 bg-blue-700/50 backdrop-blur-sm border-2 border-white/30 text-white hover:bg-blue-600/50 px-8 py-3 rounded-xl font-semibold transition-all","children":"Contact Us"}]]}]}]]}]]}]
28:["$","$L40",null,{"children":["$L41",["$","$L42",null,{"promise":"$@43"}]]}]
32:["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-settings w-6 h-6 text-purple-600","aria-hidden":"true","children":[["$","path","1i5ecw",{"d":"M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915"}],["$","circle","1v7zrd",{"cx":"12","cy":"12","r":"3"}],"$undefined"]}]
33:["$","div",null,{"className":"flex-1","children":[["$","h3",null,{"className":"text-2xl font-bold text-gray-900 mb-4","id":"cookies-and-tracking-technologies","children":"Cookies and Tracking Technologies"}],["$","p",null,{"className":"text-gray-600 mb-4","children":"We use cookies and similar tracking technologies to collect information about your browsing behavior on our Website. You can control your cookie preferences through your browser settings."}],["$","p",null,{"className":"text-gray-600 mb-4","children":[["$","strong",null,{"children":"Third-Party Cookies:"}]," Third-party vendors, including Google, use cookies to serve ads based on your prior visits to our Website or other websites. These third parties may place and read cookies on your browser, or use web beacons to collect information as a result of ad serving on our Website."]}],["$","p",null,{"className":"text-gray-600","children":["You may opt out of personalized advertising by visiting"," ",["$","a",null,{"href":"https://www.google.com/settings/ads","target":"_blank","rel":"noopener noreferrer","className":"text-[#2813e8] hover:underline font-semibold","children":"Google Ads Settings"}],". Alternatively, you can opt out of third-party vendor cookies by visiting the"," ",["$","a",null,{"href":"https://optout.networkadvertising.org/","target":"_blank","rel":"noopener noreferrer","className":"text-[#2813e8] hover:underline font-semibold","children":"Network Advertising Initiative opt-out page"}],"."]}]]}]
34:["$","div",null,{"className":"bg-white border-2 border-gray-200 rounded-2xl p-8 shadow-sm hover:shadow-lg transition-all","children":["$","div",null,{"className":"flex items-start gap-4","children":[["$","div",null,{"className":"w-12 h-12 bg-cyan-100 rounded-xl flex items-center justify-center flex-shrink-0","children":["$","svg",null,{"ref":"$undefined","xmlns":"http://www.w3.org/2000/svg","width":24,"height":24,"viewBox":"0 0 24 24","fill":"none","stroke":"currentColor","strokeWidth":2,"strokeLinecap":"round","strokeLinejoin":"round","className":"lucide lucide-file-text w-6 h-6 text-cyan-600","aria-hidden":"true","children":[["$","path","1rqfz7",{"d":"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z"}],["$","path","tnqrlb",{"d":"M14 2v4a2 2 0 0 0 2 2h4"}],["$","path","b1mrlr",{"d":"M10 9H8"}],["$","path","t4e002",{"d":"M16 13H8"}],["$","path","z1uh3a",{"d":"M16 17H8"}],"$undefined"]}]}],["$","div",null,{"className":"flex-1","children":[["$","h3",null,{"className":"text-2xl font-bold text-gray-900 mb-4","id":"third-party-sources","children":"Third-Party Sources"}],["$","p",null,{"className":"text-gray-600","children":"We may obtain information from third-party sources, such as publicly available sources or business partners, to enhance our services or verify the accuracy of the information you provide."}]]}]]}]}]
35:["$","path","yps3ct",{"d":"M21.801 10A10 10 0 1 1 17 3.335"}]
36:["$","path","1pflzl",{"d":"m9 11 3 3L22 4"}]
37:["$","span",null,{"className":"text-gray-700","children":"Complying with legal obligations and protecting our rights and interests"}]
38:["$","span",null,{"className":"text-[#2813e8] group-hover:translate-x-1 transition-transform","children":"→"}]
39:["$","a","5",{"href":"https://legal.hubspot.com/privacy-policy","target":"_blank","rel":"noopener noreferrer","className":"flex items-center justify-between p-4 bg-purple-50 hover:bg-purple-100 rounded-xl border border-purple-100 hover:border-purple-300 transition-all group","children":[["$","div",null,{"children":[["$","div",null,{"className":"font-semibold text-gray-900","children":"HubSpot"}],["$","div",null,{"className":"text-sm text-gray-600","children":"HubSpot Privacy Policy"}]]}],["$","span",null,{"className":"text-[#2813e8] group-hover:translate-x-1 transition-transform","children":"→"}]]}]
3a:["$","a","6",{"href":"https://instantly.ai/privacy","target":"_blank","rel":"noopener noreferrer","className":"flex items-center justify-between p-4 bg-purple-50 hover:bg-purple-100 rounded-xl border border-purple-100 hover:border-purple-300 transition-all group","children":[["$","div",null,{"children":[["$","div",null,{"className":"font-semibold text-gray-900","children":"Instantly"}],["$","div",null,{"className":"text-sm text-gray-600","children":"Instantly Privacy Policy"}]]}],["$","span",null,{"className":"text-[#2813e8] group-hover:translate-x-1 transition-transform","children":"→"}]]}]
3b:["$","p",null,{"className":"text-gray-600","children":["You may also contact us at"," ",["$","a",null,{"href":"mailto:privacy@inventivehq.com","className":"text-[#2813e8] hover:underline font-semibold","children":"privacy@inventivehq.com"}]," ","to submit a request regarding your personal data. Where applicable, we will either process the request directly or coordinate with the relevant provider."]}]
3c:["$","path","yps3ct",{"d":"M21.801 10A10 10 0 1 1 17 3.335"}]
3d:["$","path","1pflzl",{"d":"m9 11 3 3L22 4"}]
3e:["$","span",null,{"className":"text-gray-600","children":"Withdraw your consent at any time, if applicable"}]
3f:["$","div",null,{"className":"mt-8 bg-blue-50 border-2 border-blue-100 rounded-2xl p-8","children":[["$","p",null,{"className":"text-gray-700 mb-4","children":["If any of the personal data we hold about you is inaccurate or incomplete, you may request that we update or amend it. To do so, please contact us at"," ",["$","a",null,{"href":"mailto:privacy@inventivehq.com","className":"text-[#2813e8] hover:underline font-semibold","children":"privacy@inventivehq.com"}]," ","or call us at"," ",["$","a",null,{"href":"tel:+18669032097","className":"text-[#2813e8] hover:underline font-semibold","children":"(866) 903-2097"}],"."]}],["$","p",null,{"className":"text-gray-700","children":"We will verify your request and make the correction within the time required by applicable law. We make the process for requesting corrections or updates straightforward and accessible through our website and designated contact channels."}]]}]
2a:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
41:null
44:I[38175,[],"IconMark"]
43:{"metadata":[["$","title","0",{"children":"Privacy Policy | Inventive HQ"}],["$","meta","1",{"name":"description","content":"Inventive HQ, Inc. is committed to protecting the privacy and security of your personal information."}],["$","link","2",{"rel":"manifest","href":"/manifest.json","crossOrigin":"$undefined"}],["$","link","3",{"rel":"canonical","href":"https://inventivehq.com/privacy-policy"}],["$","meta","4",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","5",{"name":"apple-mobile-web-app-title","content":"IHQ Tools"}],["$","meta","6",{"name":"apple-mobile-web-app-status-bar-style","content":"default"}],["$","meta","7",{"property":"og:title","content":"Privacy Policy"}],["$","meta","8",{"property":"og:description","content":"Inventive HQ, Inc. is committed to protecting the privacy and security of your personal information."}],["$","meta","9",{"property":"og:url","content":"https://inventivehq.com/privacy-policy"}],["$","meta","10",{"property":"og:image","content":"https://inventivehq.com/api/og?title=Privacy%20Policy&subtitle=Protecting%20your%20privacy%20and%20security&type=default"}],["$","meta","11",{"property":"og:image:width","content":"1200"}],["$","meta","12",{"property":"og:image:height","content":"630"}],["$","meta","13",{"property":"og:image:alt","content":"Inventive HQ Privacy Policy"}],["$","meta","14",{"property":"og:type","content":"website"}],["$","meta","15",{"name":"twitter:card","content":"summary"}],["$","meta","16",{"name":"twitter:title","content":"Privacy Policy"}],["$","meta","17",{"name":"twitter:description","content":"Inventive HQ, Inc. is committed to protecting the privacy and security of your personal information."}],["$","meta","18",{"name":"twitter:image","content":"https://inventivehq.com/api/og?title=Privacy%20Policy&subtitle=Protecting%20your%20privacy%20and%20security&type=default"}],["$","meta","19",{"name":"twitter:image:width","content":"1200"}],["$","meta","20",{"name":"twitter:image:height","content":"630"}],["$","meta","21",{"name":"twitter:image:alt","content":"Inventive HQ Privacy Policy"}],["$","link","22",{"rel":"icon","href":"/favicon.ico","type":"image/x-icon","sizes":"40x40"}],["$","link","23",{"rel":"icon","href":"https://imagedelivery.net/GtU8Bnoa3QuAEdxQ_M9RPA/a3e1287b-bad2-4e69-71a9-11bf8c42eb00/public"}],["$","link","24",{"rel":"icon","href":"https://imagedelivery.net/GtU8Bnoa3QuAEdxQ_M9RPA/284f3dc5-72af-4d14-a150-9414ae107e00/public","sizes":"40x40","type":"image/png"}],["$","link","25",{"rel":"apple-touch-icon","href":"https://imagedelivery.net/GtU8Bnoa3QuAEdxQ_M9RPA/284f3dc5-72af-4d14-a150-9414ae107e00/public"}],["$","$L44","26",{}]],"error":null,"digest":"$undefined"}
2d:"$43:metadata"
