{"id":865,"date":"2026-06-23T10:14:25","date_gmt":"2026-06-23T10:14:25","guid":{"rendered":"https:\/\/growthos.biz\/?page_id=865"},"modified":"2026-07-17T09:18:19","modified_gmt":"2026-07-17T09:18:19","slug":"politica-de-privacidad","status":"publish","type":"page","link":"https:\/\/growthos.biz\/es\/privacy-policy\/","title":{"rendered":"Pol\u00edtica de Privacidad"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"865\" class=\"elementor elementor-865\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-856e806 e-con-full e-flex e-con e-parent\" data-id=\"856e806\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-418e009 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-html\" data-id=\"418e009\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\n     HEADER \u00b7 Site navigation\n     ----------------------------------------------------------------\n     Paste this in a single HTML widget in Elementor.\n\n     If using Elementor Pro Theme Builder:\n       Templates \u2192 Theme Builder \u2192 Header \u2192 New Header\n       \u2192 Drop an HTML widget \u2192 paste this whole file\n       \u2192 \"Display Settings: Entire site\"\n\n     Includes:\n     - Logo + 4 primary nav links + Resources dropdown\n     - Login (outlined) + Talk to us (primary CTA)\n     - Functional mobile menu (hamburger \u2192 slide-down panel)\n     - Functional Resources dropdown (hover desktop, accordion mobile)\n     - Click-outside + ESC to close\n     ============================================================ -->\n\n<style>\n\/* ---------- Header \u00b7 root ---------- *\/\n.gh-nav {\n  position: sticky;\n  top: 0;\n  z-index: 100;\n  background: rgba(10, 22, 40, .92);\n  backdrop-filter: saturate(140%) blur(14px);\n  -webkit-backdrop-filter: saturate(140%) blur(14px);\n  color: #fff;\n  border-bottom: 1px solid rgba(255,255,255,.10);\n}\n\n.gh-nav-inner {\n  display: flex;\n  align-items: center;\n  gap: 28px;\n  height: 68px;\n}\n\n\/* ---------- Brand ---------- *\/\n.gh-brand {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  font-weight: 600;\n  font-size: 18px;\n  letter-spacing: -.02em;\n  color: #fff;\n  text-decoration: none;\n  flex-shrink: 0;\n}\n.gh-brand-logo {\n  height: 40px;\n  width: 120px;\n  display: block;\n}\n\n\/* ---------- Primary nav (desktop) ---------- *\/\n.gh-nav-links {\n  display: flex;\n  align-items: center;\n  gap: 4px;\n  margin-left: 12px;\n}\n.gh-nav-link {\n  font-size: 13px;\n  font-weight: 500;\n  padding: 8px 12px;\n  border-radius: 8px;\n  color: rgba(255,255,255,.78);\n  letter-spacing: .02em;\n  text-transform: uppercase;\n  transition: background .15s, color .15s;\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  cursor: pointer;\n  text-decoration: none;\n  position: relative;\n}\n.gh-nav-link:hover { color: #fff; background: rgba(255,255,255,.06); }\n.gh-nav-link.active { color: #fff; }\n.gh-nav-link.active::after {\n  content: '';\n  display: block;\n  width: 18px;\n  height: 2px;\n  background: var(--green);\n  border-radius: 2px;\n  position: absolute;\n  bottom: -2px;\n  left: 12px;\n}\n\n\/* ---------- Resources dropdown ---------- *\/\n.gh-dropdown {\n  position: relative;\n  display: inline-flex;\n}\n.gh-dropdown-trigger {\n  \/* Match .gh-nav-link visually + reset native button defaults *\/\n  background: transparent;\n  border: 0;\n  padding: 8px 12px;\n  margin: 0;\n  cursor: pointer;\n  font-family: inherit;\n  font-size: 13px;\n  font-weight: 500;\n  letter-spacing: .02em;\n  text-transform: uppercase;\n  line-height: inherit;\n  color: rgba(255,255,255,.78);\n  border-radius: 8px;\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  transition: background .15s, color .15s;\n}\n.gh-dropdown-trigger:hover { color: #fff; background: rgba(255,255,255,.06); }\n\n.gh-dropdown-chevron {\n  transition: transform 200ms ease;\n  margin-top: 1px;\n}\n.gh-dropdown:hover .gh-dropdown-chevron,\n.gh-dropdown[data-open=\"true\"] .gh-dropdown-chevron {\n  transform: rotate(180deg);\n}\n\n\/* Invisible bridge so the menu doesn't disappear when crossing the gap *\/\n.gh-dropdown::before {\n  content: '';\n  position: absolute;\n  top: 100%;\n  left: 0;\n  right: 0;\n  height: 10px;\n}\n\n.gh-dropdown-menu {\n  position: absolute;\n  top: calc(100% + 10px);\n  left: 0;\n  min-width: 240px;\n  list-style: none;\n  margin: 0;\n  padding: 8px;\n  background: var(--navy-800, #11203a);\n  border: 1px solid rgba(255,255,255,.10);\n  border-radius: 12px;\n  box-shadow: 0 24px 48px -20px rgba(0,0,0,.55);\n  opacity: 0;\n  visibility: hidden;\n  transform: translateY(-4px);\n  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;\n  z-index: 100;\n}\n.gh-dropdown:hover .gh-dropdown-menu,\n.gh-dropdown:focus-within .gh-dropdown-menu,\n.gh-dropdown[data-open=\"true\"] .gh-dropdown-menu {\n  opacity: 1;\n  visibility: visible;\n  transform: translateY(0);\n}\n.gh-dropdown-item {\n  display: block;\n  padding: 10px 14px;\n  color: rgba(255,255,255,.78);\n  text-decoration: none;\n  font-size: 14px;\n  border-radius: 8px;\n  transition: background 150ms ease, color 150ms ease;\n}\n.gh-dropdown-item:hover,\n.gh-dropdown-item:focus-visible {\n  background: rgba(22,160,107,.14);\n  color: #fff;\n  outline: none;\n}\n\n\/* ---------- Right-side actions ---------- *\/\n.gh-nav-spacer { flex: 1; }\n\n.gh-nav-actions {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n}\n\n.gh-nav-login {\n  background: transparent;\n  color: #fff;\n  padding: 10px 18px;\n  border-radius: 8px;\n  font-weight: 600;\n  font-size: 13px;\n  letter-spacing: .01em;\n  transition: background .18s, border-color .18s, transform .18s;\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  border: 1px solid rgba(255,255,255,.28);\n  cursor: pointer;\n  text-decoration: none;\n}\n.gh-nav-login:hover {\n  background: rgba(255,255,255,.08);\n  border-color: rgba(255,255,255,.6);\n  color: #fff;\n  transform: translateY(-1px);\n}\n\n.gh-nav-cta {\n  background: var(--green, #16a06b);\n  color: #fff;\n  padding: 10px 18px;\n  border-radius: 8px;\n  font-weight: 600;\n  font-size: 13px;\n  letter-spacing: .01em;\n  transition: background .15s, transform .15s;\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  border: none;\n  cursor: pointer;\n  text-decoration: none;\n}\n.gh-nav-cta:hover {\n  background: var(--green-dark, #0e6b48);\n  transform: translateY(-1px);\n}\n\n\/* ---------- Mobile button (hidden on desktop) ---------- *\/\n.gh-nav-mobile-btn {\n  display: none;\n  background: none;\n  border: 0;\n  color: #fff;\n  padding: 8px;\n  cursor: pointer;\n  margin-left: auto;\n\n}\n<\/style>\n\n\n<header class=\"gh-nav\" id=\"gh-header\">\n  <div class=\"container gh-nav-inner\">\n\n    <!-- Brand -->\n    <a href=\"\/\" class=\"gh-brand\" aria-label=\"GrowthOS \u2014 Home\">\n      <img decoding=\"async\" class=\"gh-brand-logo\" src=\"https:\/\/growthos.biz\/wp-content\/uploads\/2026\/06\/Logo-brand.png\" alt=\"GrowthOS\" width=\"20\" height=\"30\" \/>\n    <\/a>\n\n    <!-- Desktop nav -->\n    <nav class=\"gh-nav-links\" aria-label=\"Primary\">\n  \n      <a class=\"gh-nav-link\" href=\"\/sales-engine\">Sales Engine<\/a>\n      <a class=\"gh-nav-link\" href=\"\/build-studio\">Build Studio<\/a>\n      <a class=\"gh-nav-link\" href=\"\/growth-tools\">Tools<\/a>\n\n      <div class=\"gh-dropdown\">\n        <button class=\"gh-dropdown-trigger\" type=\"button\" aria-haspopup=\"true\" aria-expanded=\"false\">\n          Resources\n          <svg class=\"gh-dropdown-chevron\" width=\"10\" height=\"10\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\" aria-hidden=\"true\">\n            <path d=\"M3 6l5 5 5-5\"\/>\n          <\/svg>\n        <\/button>\n        <ul class=\"gh-dropdown-menu\" role=\"menu\">\n          <li role=\"none\">\n            <a class=\"gh-dropdown-item\" role=\"menuitem\" href=\"https:\/\/app.growthos.biz\/sales-engine-diagnostic\">\n              Sales Engine Diagnostic\n            <\/a>\n          <\/li>\n          <li role=\"none\">\n            <a class=\"gh-dropdown-item\" role=\"menuitem\" href=\"https:\/\/app.growthos.biz\/maturity-assessment\">\n              Maturity Assessment\n            <\/a>\n          <\/li>\n          <li role=\"none\">\n            <a class=\"gh-dropdown-item\" role=\"menuitem\" href=\"https:\/\/app.growthos.biz\/revenue-leakage-calculator\">\n              Revenue Leakage Calculator\n            <\/a>\n          <\/li>\n           <li role=\"none\">\n            <a class=\"gh-dropdown-item\" role=\"menuitem\" href=\"https:\/\/app.growthos.biz\/ai-vs-manual-calculator\">\n              AI vs Manual Calculator\n            <\/a>\n          <\/li>\n           <li role=\"none\">\n            <a class=\"gh-dropdown-item\" role=\"menuitem\" href=\"https:\/\/app.growthos.biz\/gtm-readiness\">\n              GTM Readiness\n            <\/a>\n          <\/li>\n           <li role=\"none\">\n            <a class=\"gh-dropdown-item\" role=\"menuitem\" href=\"https:\/\/app.growthos.biz\/ai-outreach-score\">\n              AI Outreach Score\n            <\/a>\n          <\/li>\n        <\/ul>\n      <\/div>\n    <\/nav>\n\n    <div class=\"gh-nav-spacer\"><\/div>\n\n    <!-- Desktop actions -->\n    <div class=\"gh-nav-actions\">\n      <a class=\"gh-nav-login\" href=\"https:\/\/app.growthos.biz\/auth\">Login<\/a>\n      <a class=\"gh-nav-cta\" href=\"https:\/\/tally.so\/r\/jaEKb4\" rel=\"nofollow noopener\" target=\"_blank\">\n        Talk to us\n        <svg width=\"14\" height=\"14\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M3 8h10M9 4l4 4-4 4\"\/><\/svg>\n      <\/a>\n    <\/div>\n\n    <!-- Mobile hamburger -->\n    <button class=\"gh-nav-mobile-btn\" id=\"gh-mobile-toggle\" aria-label=\"Open menu\" aria-expanded=\"false\">\n      <svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n        <path d=\"M4 7h16M4 12h16M4 17h16\"\/>\n      <\/svg>\n    <\/button>\n  <\/div>\n\n  <!-- Mobile panel (slides down) -->\n  <div class=\"gh-mobile-panel\" id=\"gh-mobile-panel\" data-open=\"false\">\n    <div class=\"container gh-mobile-inner\">\n    \n      <a class=\"gh-mobile-link\" href=\"\/sales-engine\">Sales Engine<\/a>\n      <a class=\"gh-mobile-link\" href=\"\/build-studio\">Build Studio<\/a>\n      <a class=\"gh-mobile-link\" href=\"\/tools\">Tools<\/a>\n\n      <details class=\"gh-mobile-accordion\">\n        <summary>\n          Resources\n          <svg class=\"chev\" width=\"14\" height=\"14\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\">\n            <path d=\"M3 6l5 5 5-5\"\/>\n          <\/svg>\n        <\/summary>\n        <ul class=\"gh-mobile-sublist\">\n          <li><a href=\"https:\/\/app.growthos.biz\/sales-engine-diagnostic\">Sales Engine Diagnostic<\/a><\/li>\n          <li><a href=\"https:\/\/app.growthos.biz\/maturity-assessment\">Maturity Assessment<\/a><\/li>\n          <li><a href=\"https:\/\/app.growthos.biz\/revenue-leakage-calculator\">Revenue Leakage Calculator<\/a><\/li>\n          <li><a href=\"https:\/\/app.growthos.biz\/ai-vs-manual-calculator\">AI vs Manual Calculator<\/a><\/li>\n          <li><a href=\"https:\/\/app.growthos.biz\/gtm-readiness\">GTM Readiness<\/a><\/li>\n          <li><a href=\"https:\/\/app.growthos.biz\/ai-outreach-score\">AI Outreach Score<\/a><\/li>\n        <\/ul>\n      <\/details>\n\n      <div class=\"gh-mobile-actions\">\n        <a class=\"gh-nav-login\" href=\"https:\/\/app.growthos.biz\/auth\">Login<\/a>\n        <a class=\"gh-nav-cta\" href=\"https:\/\/tally.so\/r\/jaEKb4t\" rel=\"nofollow noopener\" target=\"_blank\">\n          Talk to us\n          <svg width=\"14\" height=\"14\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M3 8h10M9 4l4 4-4 4\"\/><\/svg>\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/header>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8783026 elementor-widget elementor-widget-html\" data-id=\"8783026\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\n     PRIVACY POLICY \u00b7 SINGLE-WIDGET PAGE\n     ----------------------------------------------------------------\n     One section, paste as a single HTML widget in Elementor.\n     Requires 00-globals-scoped.css already pasted in Site Settings.\n     Wrap the page content in <div class=\"gh-page\">\u2026<\/div>.\n\n     Layout philosophy: long-form legal page reads as a document,\n     not a marketing landing. Paper background, narrow text column\n     (760px) inside the global container, generous line-height for\n     legal density, mono labels for metadata and section numbers.\n     ============================================================ -->\n\n<style>\n\/* ---------- Privacy page \u00b7 all rules scoped to .pp-* ---------- *\/\n.pp {\n  background: var(--paper);\n  color: var(--ink);\n  padding: clamp(56px, 7vw, 96px) 0 clamp(64px, 8vw, 112px);\n}\n\n.pp .pp-wrap {\n  max-width: 760px;\n  margin: 0 auto;\n}\n\n\/* ---------- Header block ---------- *\/\n.pp-head {\n  padding-bottom: clamp(28px, 4vw, 44px);\n  margin-bottom: clamp(32px, 4vw, 48px);\n  border-bottom: 1px solid var(--line);\n}\n.pp-head .eyebrow {\n  display: inline-block;\n}\n.pp-head h1 {\n  margin-top: 16px;\n  font-size: clamp(30px, 5vw, 52px);\n  line-height: 1.06;\n  letter-spacing: -.032em;\n  text-wrap: balance;\n}\n.pp-head .pp-meta {\n  margin-top: 22px;\n  display: flex;\n  flex-wrap: wrap;\n  gap: 12px 28px;\n  font-family: var(--mono);\n  font-size: clamp(11px, 1.1vw, 12px);\n  letter-spacing: .04em;\n  color: var(--ink-3);\n}\n.pp-head .pp-meta b {\n  color: var(--ink);\n  font-weight: 600;\n  margin-right: 6px;\n}\n\n\/* ---------- Long-form body ---------- *\/\n.pp-body {\n  font-size: clamp(14.5px, 1.4vw, 16px);\n  line-height: 1.68;\n  color: var(--ink-2);\n}\n\n.pp-body h2 {\n  margin-top: clamp(36px, 5vw, 56px);\n  margin-bottom: 14px;\n  font-size: clamp(19px, 2.4vw, 26px);\n  letter-spacing: -.022em;\n  color: var(--ink);\n  line-height: 1.22;\n  scroll-margin-top: 100px;\n}\n.pp-body > h2:first-child { margin-top: 0; }\n\n.pp-body h3 {\n  margin-top: 26px;\n  margin-bottom: 10px;\n  font-size: clamp(14.5px, 1.5vw, 16.5px);\n  font-weight: 600;\n  letter-spacing: -.01em;\n  color: var(--ink);\n  line-height: 1.3;\n}\n\n.pp-body p {\n  margin: 0 0 14px;\n  text-wrap: pretty;\n}\n.pp-body p:last-child { margin-bottom: 0; }\n\n.pp-body ul {\n  margin: 0 0 16px;\n  padding: 0;\n  list-style: none;\n}\n.pp-body ul li {\n  position: relative;\n  padding-left: 22px;\n  margin-bottom: 10px;\n}\n.pp-body ul li::before {\n  content: '';\n  position: absolute;\n  left: 6px;\n  top: 11px;\n  width: 5px;\n  height: 5px;\n  border-radius: 50%;\n  background: var(--green);\n}\n.pp-body ul li:last-child { margin-bottom: 0; }\n\n.pp-body strong {\n  color: var(--ink);\n  font-weight: 600;\n}\n\n.pp-body a {\n  color: var(--green-dark);\n  text-decoration: underline;\n  text-decoration-thickness: 1px;\n  text-underline-offset: 3px;\n  transition: color .15s;\n  word-break: break-word;\n}\n.pp-body a:hover { color: var(--green); }\n\n\/* ---------- Section 4 \u00b7 Purposes table ---------- *\/\n.pp-table-wrap {\n  margin: 18px 0 22px;\n  border: 1px solid var(--line);\n  border-radius: 12px;\n  background: #fff;\n  overflow: hidden;\n}\n.pp-table {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: clamp(12.5px, 1.3vw, 14px);\n  line-height: 1.5;\n}\n.pp-table thead { background: var(--paper-2); }\n.pp-table th {\n  text-align: left;\n  padding: 14px 18px;\n  font-family: var(--mono);\n  font-size: clamp(9.5px, 1vw, 10.5px);\n  font-weight: 600;\n  letter-spacing: .08em;\n  text-transform: uppercase;\n  color: var(--ink-3);\n  border-bottom: 1px solid var(--line);\n  vertical-align: top;\n}\n.pp-table td {\n  padding: 14px 18px;\n  vertical-align: top;\n  color: var(--ink-2);\n  border-bottom: 1px solid var(--line);\n}\n.pp-table tr:last-child td { border-bottom: 0; }\n.pp-table td:first-child { color: var(--ink); font-weight: 500; }\n\n\/* Mobile: table \u2192 stacked cards *\/\n@media (max-width: 680px) {\n  .pp-table thead { display: none; }\n  .pp-table,\n  .pp-table tbody,\n  .pp-table tr,\n  .pp-table td {\n    display: block;\n    width: 100%;\n  }\n  .pp-table tr {\n    padding: 16px 18px;\n    border-bottom: 1px solid var(--line);\n  }\n  .pp-table tr:last-child { border-bottom: 0; }\n  .pp-table td {\n    padding: 4px 0;\n    border: 0;\n  }\n  .pp-table td::before {\n    content: attr(data-label);\n    display: block;\n    font-family: var(--mono);\n    font-size: 10px;\n    font-weight: 600;\n    letter-spacing: .08em;\n    text-transform: uppercase;\n    color: var(--ink-3);\n    margin-bottom: 2px;\n  }\n  .pp-table td:first-child {\n    font-size: 15px;\n    font-weight: 600;\n    margin-bottom: 8px;\n  }\n  .pp-table td:first-child::before { display: none; }\n}\n\n\/* ---------- Contact block (bottom of section 12) ---------- *\/\n.pp-contact {\n  margin-top: 20px;\n  padding: 22px 24px;\n  background: #fff;\n  border: 1px solid var(--line);\n  border-left: 3px solid var(--green);\n  border-radius: 12px;\n  font-size: clamp(13.5px, 1.3vw, 15px);\n  line-height: 1.7;\n}\n.pp-contact strong {\n  display: block;\n  margin-bottom: 10px;\n  font-size: clamp(14.5px, 1.4vw, 15.5px);\n}\n.pp-contact .pp-contact-row {\n  display: grid;\n  grid-template-columns: 110px 1fr;\n  gap: 8px 16px;\n}\n.pp-contact .pp-contact-row b {\n  color: var(--ink-3);\n  font-family: var(--mono);\n  font-size: clamp(10.5px, 1.1vw, 11.5px);\n  letter-spacing: .03em;\n  font-weight: 500;\n  text-transform: uppercase;\n  padding-top: 3px;\n}\n\n@media (max-width: 520px) {\n  .pp-contact { padding: 20px 18px; }\n  .pp-contact .pp-contact-row {\n    grid-template-columns: 1fr;\n    gap: 4px;\n  }\n  .pp-contact .pp-contact-row b {\n    margin-top: 10px;\n    padding-top: 0;\n  }\n  .pp-contact .pp-contact-row b:first-child { margin-top: 0; }\n}\n<\/style>\n\n\n<section class=\"pp\" aria-labelledby=\"pp-title\">\n  <div class=\"container\">\n    <div class=\"pp-wrap\">\n\n      <!-- Header -->\n      <header class=\"pp-head\">\n        <span class=\"eyebrow\">Legal<\/span>\n        <h1 id=\"pp-title\">Privacy Policy<\/h1>\n        <div class=\"pp-meta\">\n          <span><b>Last updated<\/b>April 28, 2026<\/span>\n          <span><b>Controller<\/b>GrowthOS, Lda.<\/span>\n          <span><b>NIF<\/b>519 178 220<\/span>\n        <\/div>\n      <\/header>\n\n      <!-- Body -->\n      <div class=\"pp-body\">\n\n        <h2>1. Data Controller<\/h2>\n        <p>This Privacy Policy applies to the processing of personal data carried out by GrowthOS, Lda. (hereinafter \"GrowthOS\"), with registered office at Rua Dom Jer\u00f3nimo Os\u00f3rio, No. 23, 2nd Floor Right, 1400-120 Lisbon, Portugal, Tax ID (NIF) 519 178 220, accessible through the website growthos.biz and the GrowthOS technology platform (hereinafter \"Platform\").<\/p>\n        <p>Data protection contact: <a href=\"mailto:start@growthos.biz\">start@growthos.biz<\/a><\/p>\n\n        <h2>2. Scope<\/h2>\n        <p>This policy applies to:<\/p>\n        <ul>\n          <li>Visitors to the growthos.biz website<\/li>\n          <li>Users of the GrowthOS Platform (clients and their team members)<\/li>\n          <li>Contacts and leads whose data is processed through the Platform on behalf of clients<\/li>\n          <li>Participants in diagnostics, contact forms, and meetings<\/li>\n        <\/ul>\n\n        <h2>3. Personal Data Collected<\/h2>\n\n        <h3>3.1 Data provided directly<\/h3>\n        <ul>\n          <li>Name, email address, company, and message (contact and meeting booking forms)<\/li>\n          <li>Platform registration and authentication data (name, email, encrypted password)<\/li>\n          <li>Company and professional role data (in the context of THINK, BUILD, and RUN services)<\/li>\n          <li>Commercial information shared during diagnostic and consulting sessions<\/li>\n        <\/ul>\n\n        <h3>3.2 Data collected automatically<\/h3>\n        <ul>\n          <li>Browsing data: IP address, device type and browser, pages visited, visit duration<\/li>\n          <li>Cookies and similar technologies (see Section 10)<\/li>\n          <li>Platform usage data: actions performed, cadences executed, emails sent<\/li>\n        <\/ul>\n\n        <h3>3.3 Third-party data processed on behalf of clients<\/h3>\n        <p>In the context of commercial prospecting services (RUN) and Platform operation, GrowthOS processes professional contact data (leads) on behalf of its clients. This data may include:<\/p>\n        <ul>\n          <li>Name, job title, company, professional email, professional phone number, LinkedIn profile<\/li>\n          <li>Enrichment data obtained from public sources and third-party tools<\/li>\n          <li>Commercial interaction history (email opens, replies, meetings)<\/li>\n        <\/ul>\n        <p>In this context, GrowthOS acts as a <strong>Data Processor<\/strong> under the GDPR, with the client being the <strong>Data Controller<\/strong>. Processing is governed by a specific Data Processing Agreement (DPA) entered into with each client.<\/p>\n\n        <h2>4. Purposes and Legal Basis for Processing<\/h2>\n        <div class=\"pp-table-wrap\">\n          <table class=\"pp-table\">\n            <thead>\n              <tr>\n                <th>Purpose<\/th>\n                <th>Data used<\/th>\n                <th>Legal basis<\/th>\n              <\/tr>\n            <\/thead>\n            <tbody>\n              <tr>\n                <td data-label=\"Purpose\">Responding to contact requests and meeting bookings<\/td>\n                <td data-label=\"Data used\">Name, email, company, message<\/td>\n                <td data-label=\"Legal basis\">Consent \/ Pre-contractual measures<\/td>\n              <\/tr>\n              <tr>\n                <td data-label=\"Purpose\">Delivery of THINK, BUILD, and RUN services<\/td>\n                <td data-label=\"Data used\">Registration data, company data, commercial data<\/td>\n                <td data-label=\"Legal basis\">Performance of contract<\/td>\n              <\/tr>\n              <tr>\n                <td data-label=\"Purpose\">Platform operation and CRM features<\/td>\n                <td data-label=\"Data used\">Usage data, cadences, metrics<\/td>\n                <td data-label=\"Legal basis\">Performance of contract<\/td>\n              <\/tr>\n              <tr>\n                <td data-label=\"Purpose\">Commercial prospecting on behalf of clients (SDR\/BDR)<\/td>\n                <td data-label=\"Data used\">Professional lead data<\/td>\n                <td data-label=\"Legal basis\">Legitimate interest of client \/ Consent<\/td>\n              <\/tr>\n              <tr>\n                <td data-label=\"Purpose\">AI-powered content generation<\/td>\n                <td data-label=\"Data used\">Commercial context data (ICP, personas, messaging)<\/td>\n                <td data-label=\"Legal basis\">Performance of contract<\/td>\n              <\/tr>\n              <tr>\n                <td data-label=\"Purpose\">Sending GrowthOS marketing communications<\/td>\n                <td data-label=\"Data used\">Name, email<\/td>\n                <td data-label=\"Legal basis\">Consent<\/td>\n              <\/tr>\n              <tr>\n                <td data-label=\"Purpose\">Service improvement and performance analysis<\/td>\n                <td data-label=\"Data used\">Browsing and usage data<\/td>\n                <td data-label=\"Legal basis\">Legitimate interest<\/td>\n              <\/tr>\n              <tr>\n                <td data-label=\"Purpose\">Compliance with legal and tax obligations<\/td>\n                <td data-label=\"Data used\">Billing and identification data<\/td>\n                <td data-label=\"Legal basis\">Legal obligation<\/td>\n              <\/tr>\n            <\/tbody>\n          <\/table>\n        <\/div>\n\n        <h2>5. Use of Artificial Intelligence<\/h2>\n        <p>GrowthOS uses artificial intelligence models (provided by Anthropic, specifically the Claude model) for:<\/p>\n        <ul>\n          <li>Commercial content generation (prospecting emails, outreach messages)<\/li>\n          <li>Contact data analysis and enrichment<\/li>\n          <li>Interpretation of consulting notes and population of strategic frameworks<\/li>\n          <li>Assistance in building ICPs, personas, and value propositions<\/li>\n        <\/ul>\n        <p>Data processed by AI models is transmitted via secure API and is not used to train the models. GrowthOS does not send sensitive personal data (health, ethnic origin, sexual orientation) for AI processing.<\/p>\n        <p>In compliance with the European AI Act, GrowthOS is committed to maintaining transparency about the use of AI and ensuring that automated decisions are always supervised by human operators.<\/p>\n\n        <h2>6. Sharing Data with Third Parties<\/h2>\n        <p>GrowthOS may share personal data with the following categories of entities, exclusively for the purposes described:<\/p>\n        <ul>\n          <li><strong>Technology infrastructure providers:<\/strong> Supabase (database and authentication), Lovable (Platform hosting)<\/li>\n          <li><strong>AI providers:<\/strong> Anthropic (natural language processing via Claude API)<\/li>\n          <li><strong>Email marketing and outreach providers:<\/strong> Instantly (email campaign delivery)<\/li>\n          <li><strong>Analytics providers:<\/strong> web analytics tools (where applicable)<\/li>\n          <li><strong>Public authorities:<\/strong> when required by law or court order<\/li>\n        <\/ul>\n        <p>GrowthOS does not sell or transfer personal data to third parties for third-party direct marketing purposes.<\/p>\n        <p>International data transfers (particularly to US-based providers) are carried out on the basis of the European Commission's Standard Contractual Clauses or the EU-US Data Privacy Framework, as applicable.<\/p>\n\n        <h2>7. Data Retention<\/h2>\n        <p>Personal data is retained only for as long as necessary:<\/p>\n        <ul>\n          <li><strong>Contact form data:<\/strong> 12 months after the last contact, unless a contractual relationship exists<\/li>\n          <li><strong>Client and Platform usage data:<\/strong> for the duration of the contract and 5 years after its termination (tax obligations)<\/li>\n          <li><strong>Lead data processed on behalf of clients:<\/strong> according to client instructions, with deletion within 30 days after the end of the contract<\/li>\n          <li><strong>Browsing data and cookies:<\/strong> in accordance with the cookie policy (Section 10)<\/li>\n        <\/ul>\n\n        <h2>8. Data Subject Rights<\/h2>\n        <p>Under the GDPR, users have the following rights:<\/p>\n        <ul>\n          <li><strong>Right of access:<\/strong> obtain confirmation that their data is being processed and access it<\/li>\n          <li><strong>Right to rectification:<\/strong> correct inaccurate or incomplete data<\/li>\n          <li><strong>Right to erasure:<\/strong> request deletion of data, subject to legal retention obligations<\/li>\n          <li><strong>Right to restriction of processing<\/strong><\/li>\n          <li><strong>Right to object<\/strong> to processing based on legitimate interest<\/li>\n          <li><strong>Right to data portability<\/strong><\/li>\n          <li><strong>Right to withdraw consent<\/strong> at any time<\/li>\n          <li><strong>Right to lodge a complaint<\/strong> with the CNPD (Portuguese Data Protection Authority)<\/li>\n        <\/ul>\n        <p>Requests should be sent to <a href=\"mailto:start@growthos.biz\">start@growthos.biz<\/a> and will be responded to within a maximum of 30 days.<\/p>\n\n        <h2>9. Data Security<\/h2>\n        <p>GrowthOS implements appropriate technical and organizational measures, including:<\/p>\n        <ul>\n          <li>Encryption of data in transit (TLS\/SSL) and at rest<\/li>\n          <li>Secure authentication with Row Level Security (RLS) policies on the database<\/li>\n          <li>Role-based access control (RBAC) on the Platform<\/li>\n          <li>Edge Function protection with token validation<\/li>\n          <li>Periodic security audits<\/li>\n        <\/ul>\n\n        <h2>10. Cookies<\/h2>\n        <p>The growthos.biz website uses cookies for:<\/p>\n        <ul>\n          <li><strong>Strictly necessary cookies:<\/strong> website functionality and forms<\/li>\n          <li><strong>Analytical cookies:<\/strong> traffic and browsing behavior analysis (anonymized where possible)<\/li>\n          <li><strong>Preference cookies:<\/strong> remembering user settings<\/li>\n        <\/ul>\n        <p>Users may configure their browser to refuse cookies or be notified of their use. Refusing non-essential cookies may limit some website features.<\/p>\n\n        <h2>11. Changes to this Privacy Policy<\/h2>\n        <p>GrowthOS reserves the right to amend this policy at any time. Significant changes will be communicated through the website or by email to registered users. The last update date is indicated at the top of this document.<\/p>\n\n        <h2>12. Contact<\/h2>\n        <p>For any questions regarding this Privacy Policy or the exercise of your rights:<\/p>\n        <div class=\"pp-contact\">\n          <strong>GrowthOS, Lda.<\/strong>\n          <div class=\"pp-contact-row\">\n            <b>Address<\/b><span>Rua Dom Jer\u00f3nimo Os\u00f3rio, No. 23, 2nd Floor Right, 1400-120 Lisbon, Portugal<\/span>\n            <b>Tax ID<\/b><span>NIF 519 178 220<\/span>\n            <b>Email<\/b><span><a href=\"mailto:start@growthos.biz\">start@growthos.biz<\/a><\/span>\n            <b>Website<\/b><span><a href=\"https:\/\/growthos.biz\">growthos.biz<\/a><\/span>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-56b372d elementor-widget-mobile__width-inherit elementor-widget elementor-widget-global elementor-global-764 elementor-widget-html\" data-id=\"56b372d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\n     FOOTER \u00b7 Site footer\n     ----------------------------------------------------------------\n     Paste this in a single HTML widget in Elementor.\n\n     If using Elementor Pro Theme Builder:\n       Templates \u2192 Theme Builder \u2192 Footer \u2192 New Footer\n       \u2192 Drop an HTML widget \u2192 paste this whole file\n       \u2192 \"Display Settings: Entire site\"\n\n     Structure (4 columns):\n       Brand + tagline | System | Resources | Company\n     ============================================================ -->\n\n<style>\n\/* ---------- Footer \u00b7 root ---------- *\/\n.gh-footer {\n  background: var(--navy-950, #060f1f);\n  color: rgba(255,255,255,.7);\n  padding: clamp(56px, 7vh, 72px) 0 32px;\n  border-top: 1px solid rgba(255,255,255,.06);\n}\n\n.gh-footer-grid {\n  display: grid;\n  grid-template-columns: 1.4fr repeat(3, 1fr);\n  gap: 48px;\n  margin-bottom: 40px;\n}\n\n\/* Tablet \u00b7 2 columns *\/\n@media (max-width: 900px) {\n  .gh-footer-grid {\n    grid-template-columns: 1fr 1fr;\n    gap: 36px 32px;\n  }\n  .gh-footer-brand { grid-column: 1 \/ -1; }\n}\n\n\/* Mobile \u00b7 single column *\/\n@media (max-width: 560px) {\n  .gh-footer-grid {\n    grid-template-columns: 1fr;\n    gap: 32px;\n  }\n}\n\n\/* ---------- Brand column ---------- *\/\n.gh-footer-brand {\n  max-width: 320px;\n}\n.gh-footer-brand-logo {\n  height: 34px;\n  width: auto;\n  display: block;\n  margin-bottom: 18px;\n}\n.gh-footer-tagline {\n  font-size: 14px;\n  color: rgba(255,255,255,.55);\n  line-height: 1.55;\n  margin: 0;\n}\n\n\/* ---------- Link columns ---------- *\/\n.gh-footer-col h4 {\n  font-family: var(--mono);\n  font-size: 11px;\n  text-transform: uppercase;\n  letter-spacing: .12em;\n  color: rgba(255,255,255,.5);\n  margin: 0 0 18px;\n  font-weight: 500;\n}\n\n.gh-footer-col ul {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n\n.gh-footer-col a {\n  font-size: 14px;\n  color: rgba(255,255,255,.78);\n  text-decoration: none;\n  transition: color 150ms ease;\n  line-height: 1.4;\n  display: inline-block;\n}\n.gh-footer-col a:hover {\n  color: var(--green, #16a06b);\n}\n\n\/* ---------- Footer bottom ---------- *\/\n.gh-footer-bottom {\n  border-top: 1px solid rgba(255,255,255,.08);\n  padding-top: 24px;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 16px;\n  flex-wrap: wrap;\n  font-size: 12px;\n  color: rgba(255,255,255,.5);\n  font-family: var(--mono);\n}\n\n.gh-footer-bottom .gh-legal {\n  display: inline-flex;\n  gap: 18px;\n  flex-wrap: wrap;\n}\n.gh-footer-bottom .gh-legal a {\n  color: rgba(255,255,255,.5);\n  text-decoration: none;\n  transition: color 150ms ease;\n}\n.gh-footer-bottom .gh-legal a:hover {\n  color: rgba(255,255,255,.85);\n}\n\n@media (max-width: 560px) {\n  .gh-footer-bottom {\n    flex-direction: column;\n    align-items: flex-start;\n    gap: 14px;\n  }\n}\n<\/style>\n\n\n<footer class=\"gh-footer\" aria-labelledby=\"gh-footer-title\">\n  <h2 id=\"gh-footer-title\" class=\"visually-hidden\">Footer<\/h2>\n  <div class=\"container\">\n\n    <div class=\"gh-footer-grid\">\n\n      <!-- Brand -->\n      <div class=\"gh-footer-brand\">\n        <a href=\"\/\" aria-label=\"GrowthOS \u2014 Home\">\n          <img decoding=\"async\" class=\"gh-footer-brand-logo\" src=\"https:\/\/growthos.biz\/wp-content\/uploads\/2026\/06\/Logo-brand.png\" alt=\"GrowthOS\" width=\"180\" height=\"34\" \/>\n        <\/a>\n        <p class=\"gh-footer-tagline\">\n          The Revenue Operating System for European B2B teams.\n          Revenue, as a system.\n        <\/p>\n      <\/div>\n\n      <!-- System -->\n      <div class=\"gh-footer-col\">\n        <h4>System<\/h4>\n        <ul>\n          <li><a href=\"\/sales-engine\">Sales Engine<\/a><\/li>\n          <li><a href=\"\/build-studio\">Build Studio<\/a><\/li>\n          <li><a href=\"\/tools\">Tools<\/a><\/li>\n        <\/ul>\n      <\/div>\n\n      <!-- Resources -->\n      <div class=\"gh-footer-col\">\n        <h4>Resources<\/h4>\n        <ul>\n          <li><a href=\"https:\/\/app.growthos.biz\/sales-engine-diagnostic\">Sales Engine Diagnostic<\/a><\/li>\n          <li><a href=\"https:\/\/app.growthos.biz\/maturity-assessment\">Maturity Assessment<\/a><\/li>\n          <li><a href=\"https:\/\/app.growthos.biz\/revenue-leakage-calculator\">Revenue Leakage Calculator<\/a><\/li>\n          <li><a href=\"https:\/\/app.growthos.biz\/ai-vs-manual-calculator\">AI vs Manual Calculator<\/a><\/li>\n          <li><a href=\"https:\/\/app.growthos.biz\/gtm-calculator\">GTM Readiness<\/a><\/li>\n          <li><a href=\"https:\/\/app.growthos.biz\/ai-outreach-score\">AI Outreach Score<\/a><\/li>\n        <\/ul>\n      <\/div>\n\n      <!-- Company -->\n      <div class=\"gh-footer-col\">\n        <h4>Company<\/h4>\n        <ul>\n          <li><a href=\"\/about\">About<\/a><\/li>\n          <li><a href=\"https:\/\/tally.so\/r\/jaEKb4\" rel=\"nofollow noopener\" target=\"_blank\">Contact<\/a><\/li>\n          <li><a href=\"https:\/\/www.linkedin.com\/company\/growth-o-s\" target=\"_blank\" rel=\"noopener nofollow\">LinkedIn<\/a><\/li>\n        <\/ul>\n      <\/div>\n\n    <\/div>\n\n    <!-- Footer bottom -->\n    <div class=\"gh-footer-bottom\">\n      <span>\u00a9 2026 GrowthOS \u00b7 Made in Europe<\/span>\n      <div class=\"gh-legal\">\n        <a href=\"\/legal-notice\">Legal<\/a>\n        <a href=\"\/privacy\">Privacy<\/a>\n        <a href=\"\/terms\">Terms<\/a>\n        <a href=\"\/cookies\">Cookies<\/a>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/footer>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Sales Engine Build Studio Tools Resources Sales Engine Diagnostic Maturity Assessment Revenue Leakage Calculator AI vs Manual Calculator GTM Readiness AI Outreach Score Login Talk to us Sales Engine Build Studio Tools Resources Sales Engine Diagnostic Maturity Assessment Revenue Leakage Calculator AI vs Manual Calculator GTM Readiness AI Outreach Score Login Talk to us Legal [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-865","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/growthos.biz\/es\/wp-json\/wp\/v2\/pages\/865","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/growthos.biz\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/growthos.biz\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/growthos.biz\/es\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/growthos.biz\/es\/wp-json\/wp\/v2\/comments?post=865"}],"version-history":[{"count":16,"href":"https:\/\/growthos.biz\/es\/wp-json\/wp\/v2\/pages\/865\/revisions"}],"predecessor-version":[{"id":1163,"href":"https:\/\/growthos.biz\/es\/wp-json\/wp\/v2\/pages\/865\/revisions\/1163"}],"wp:attachment":[{"href":"https:\/\/growthos.biz\/es\/wp-json\/wp\/v2\/media?parent=865"}],"curies":[{"name":"bien jugado","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}