{"id":870,"date":"2026-06-23T10:14:40","date_gmt":"2026-06-23T10:14:40","guid":{"rendered":"https:\/\/growthos.biz\/?page_id=870"},"modified":"2026-07-17T09:31:31","modified_gmt":"2026-07-17T09:31:31","slug":"terminos","status":"publish","type":"page","link":"https:\/\/growthos.biz\/es\/terms\/","title":{"rendered":"T\u00e9rminos"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"870\" class=\"elementor elementor-870\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-50ecf85 e-con-full e-flex e-con e-parent\" data-id=\"50ecf85\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c60ebe7 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-html\" data-id=\"c60ebe7\" 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-7b0c1a4 elementor-widget elementor-widget-html\" data-id=\"7b0c1a4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\n     TERMS OF SERVICE \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     Same visual system as Privacy Policy (paper bg, 760px text col,\n     mono labels, green accent), scoped to .tos-* to avoid collision.\n\n     ADDED CONTENT (marked with <!-- ADDED --> \n\n<style>\n\/* ---------- Terms page \u00b7 all rules scoped to .tos-* ---------- *\/\n.tos {\n  background: var(--paper);\n  color: var(--ink);\n  padding: clamp(56px, 7vw, 96px) 0 clamp(64px, 8vw, 112px);\n}\n\n.tos .tos-wrap {\n  max-width: 760px;\n  margin: 0 auto;\n}\n\n\/* ---------- Header block ---------- *\/\n.tos-head {\n  padding-bottom: clamp(28px, 4vw, 44px);\n  margin-bottom: clamp(32px, 4vw, 48px);\n  border-bottom: 1px solid var(--line);\n}\n.tos-head .eyebrow {\n  display: inline-block;\n}\n.tos-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.tos-head .tos-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.tos-head .tos-meta b {\n  color: var(--ink);\n  font-weight: 600;\n  margin-right: 6px;\n}\n\n\/* ---------- Intro callout ---------- *\/\n.tos-intro {\n  margin-bottom: clamp(32px, 4vw, 48px);\n  padding: 18px 22px;\n  background: var(--white);\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, 14.5px);\n  line-height: 1.6;\n  color: var(--ink-2);\n}\n.tos-intro strong { color: var(--ink); font-weight: 600; }\n\n\/* ---------- Long-form body ---------- *\/\n.tos-body {\n  font-size: clamp(14.5px, 1.4vw, 16px);\n  line-height: 1.68;\n  color: var(--ink-2);\n}\n\n.tos-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.tos-body > h2:first-child { margin-top: 0; }\n\n.tos-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.tos-body p {\n  margin: 0 0 14px;\n  text-wrap: pretty;\n}\n.tos-body p:last-child { margin-bottom: 0; }\n\n.tos-body ul {\n  margin: 0 0 16px;\n  padding: 0;\n  list-style: none;\n}\n.tos-body ul li {\n  position: relative;\n  padding-left: 22px;\n  margin-bottom: 10px;\n}\n.tos-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.tos-body ul li:last-child { margin-bottom: 0; }\n\n.tos-body strong {\n  color: var(--ink);\n  font-weight: 600;\n}\n\n.tos-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.tos-body a:hover { color: var(--green); }\n\n\/* ---------- Contact block (bottom of section 16) ---------- *\/\n.tos-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.tos-contact strong {\n  display: block;\n  margin-bottom: 10px;\n  font-size: clamp(14.5px, 1.4vw, 15.5px);\n}\n.tos-contact .tos-contact-row {\n  display: grid;\n  grid-template-columns: 110px 1fr;\n  gap: 8px 16px;\n}\n.tos-contact .tos-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  .tos-contact { padding: 20px 18px; }\n  .tos-contact .tos-contact-row {\n    grid-template-columns: 1fr;\n    gap: 4px;\n  }\n  .tos-contact .tos-contact-row b {\n    margin-top: 10px;\n    padding-top: 0;\n  }\n  .tos-contact .tos-contact-row b:first-child { margin-top: 0; }\n}\n<\/style>\n\n\n<section class=\"tos\" aria-labelledby=\"tos-title\">\n  <div class=\"container\">\n    <div class=\"tos-wrap\">\n\n      <!-- Header -->\n      <header class=\"tos-head\">\n        <span class=\"eyebrow\">Legal<\/span>\n        <h1 id=\"tos-title\">Terms and Conditions of Service<\/h1>\n        <div class=\"tos-meta\">\n          <span><b>Last updated<\/b>April 28, 2026<\/span>\n          <span><b>Provider<\/b>GrowthOS, Lda.<\/span>\n          <span><b>NIF<\/b>519 178 220<\/span>\n        <\/div>\n      <\/header>\n\n      <!-- Intro callout -->\n      <div class=\"tos-intro\">\n        <p>By accessing the website, using the Platform, or contracting GrowthOS services, you fully accept these Terms. If you do not agree, you should not use the services.<\/p>\n      <\/div>\n\n      <!-- Body -->\n      <div class=\"tos-body\">\n\n        <h2>1. Identification and Purpose<\/h2>\n        <p>These Terms and Conditions of Service (hereinafter \"Terms\") govern access to and use of the website growthos.biz, the GrowthOS technology platform (hereinafter \"Platform\"), and the services provided by GrowthOS, Lda. (Tax ID 519 178 220), with registered office at Rua Dom Jer\u00f3nimo Os\u00f3rio, No. 23, 2nd Floor Right, 1400-120 Lisbon, Portugal.<\/p>\n        <p>By accessing the website, using the Platform, or contracting GrowthOS services, the user fully accepts these Terms. If you do not agree, you should not use the services.<\/p>\n\n        <h2>2. Definitions<\/h2>\n        <ul>\n          <li><strong>GrowthOS:<\/strong> the company GrowthOS, Lda., responsible for providing the services<\/li>\n          <li><strong>Client:<\/strong> a legal entity that contracts GrowthOS services through a written agreement<\/li>\n          <li><strong>User:<\/strong> any person who accesses the website or Platform, including Client team members<\/li>\n          <li><strong>Platform:<\/strong> the GrowthOS technology application, including CRM features, commercial cadences, scoring, dashboards, and integrations<\/li>\n          <li><strong>Services:<\/strong> all GrowthOS offerings, organized into the Sales Engine (THINK, BUILD, RUN modules), Build Studio (Custom Builds), and Growth Tools (productized self-serve tools)<\/li>\n        <\/ul>\n\n        <h2>3. Description of Services<\/h2>\n        <p>GrowthOS operates as a Sales Engine Partner, providing integrated B2B commercial growth services through three product layers:<\/p>\n\n        <h3>3.1 THINK \u2014 Strategy and Diagnostics<\/h3>\n        <p>Commercial diagnostics, go-to-market design, ICPs, personas, value propositions, sales playbooks, and revenue planning. Typical duration: 8 weeks.<\/p>\n\n        <h3>3.2 BUILD \u2014 Implementation<\/h3>\n        <p>Configuration and customization of the GrowthOS Platform, including CRM, contact cadences, scoring, dashboards, integrations with external tools, and team training.<\/p>\n\n        <h3>3.3 RUN \u2014 Commercial Operations<\/h3>\n        <p>Continuous sales engine execution, including SDR\/BDR as a Service, SalesOps, prospecting, nurturing, reporting, and continuous optimization. Contracting the RUN module requires prior completion of THINK.<\/p>\n\n        <!-- ADDED \u00b7 3.4 covers Build Studio (Layer 03) -->\n        <h3>3.4 Build Studio \u2014 Custom Builds<\/h3>\n        <p>Scoped engineering services for custom commercial software, including but not limited to lead routing engines, AI reporting layers, product configurators, customer portals, and stack integrations. Each Custom Build is defined by a written scope agreed before work begins, with fixed price, fixed timeline, and fixed deliverables. Typical scope: 2 to 8 weeks per build. Custom Builds are delivered to the Client for ownership and operation after handover.<\/p>\n\n        <!-- ADDED \u00b7 3.5 covers Growth Tools (Layer 02) -->\n        <h3>3.5 Growth Tools \u2014 Productized Self-Serve<\/h3>\n        <p>A library of standalone productized tools accessible through the website on a self-serve basis, including Email &amp; Script Generator, Meeting Prep, Battle Cards, Proposal Generator, and Campaign Planner. Tools are accessed individually or through a monthly cap subscription. Outputs are generated on demand and made available to the User for immediate download or copy. Tools work independently from each other and do not require contracting the Sales Engine modules.<\/p>\n\n        <h2>4. Commercial Terms<\/h2>\n\n        <h3>4.1 Pricing<\/h3>\n        <p>Pricing for Sales Engine modules (THINK, BUILD, RUN) and Build Studio Custom Builds is scoped per engagement and defined in the written commercial proposal accepted by the Client. The signed proposal is the binding reference for amounts, billing schedule, and variable components, if any.<\/p>\n        <p>Pricing for Growth Tools is published on the Tools section of the website and may be updated from time to time. The pricing displayed at the moment of contracting (whether pay-per-use or monthly subscription) prevails for that transaction.<\/p>\n\n        <h3>4.2 Invoicing and Payment<\/h3>\n        <p>Sales Engine and Build Studio services are invoiced according to the milestones set in the signed proposal. RUN is invoiced monthly. Growth Tools pay-per-use is billed at output generation; monthly cap is billed at the start of each monthly cycle. Payments for invoiced services are due within 15 days of invoice issuance, unless otherwise agreed. Non-payment may result in service suspension following 10 business days' prior notice.<\/p>\n\n        <h3>4.3 Duration and Termination<\/h3>\n        <p>THINK has a duration defined in the proposal (typically 8 weeks). RUN is contracted with a minimum period of 3 months, automatically renewable for equal periods. Termination must be communicated in writing with 30 days' notice. Early termination does not entitle the Client to a refund of amounts already invoiced for services rendered.<\/p>\n        <p>Custom Builds are governed by the scope agreed in the proposal. Termination of a Build before completion requires payment of work delivered up to the termination date.<\/p>\n        <p>Growth Tools monthly cap subscriptions may be cancelled at any time and will not renew at the next billing cycle. Pay-per-use does not require cancellation \u2014 the User simply stops generating outputs. No annual contracts apply to Growth Tools.<\/p>\n\n        <h2>5. Access and Use of the Platform<\/h2>\n\n        <h3>5.1 User account<\/h3>\n        <p>Access to the Platform requires registration and authentication. The user is responsible for the confidentiality of their credentials and for all actions taken through their account.<\/p>\n\n        <h3>5.2 Acceptable use<\/h3>\n        <p>The user agrees to:<\/p>\n        <ul>\n          <li>Use the Platform and services lawfully and in accordance with applicable legislation<\/li>\n          <li>Not use the Platform for spam, unlawful content, or content that infringes third-party rights<\/li>\n          <li>Not attempt to access restricted areas, exploit vulnerabilities, or interfere with system operation<\/li>\n          <li>Respect the usage limits defined in the contracted plan<\/li>\n          <li>Not use outreach services for communications that violate anti-spam legislation (including GDPR and CAN-SPAM)<\/li>\n        <\/ul>\n\n        <h3>5.3 Client-provided data<\/h3>\n        <p>The Client is responsible for the quality, legality, and lawfulness of data entered into the Platform, including contact and lead lists. GrowthOS is not liable for the use of data obtained in violation of data protection legislation.<\/p>\n\n        <!-- ADDED \u00b7 5.4 specific to Tools outputs and rate limits -->\n        <h3>5.4 Use of Growth Tools outputs<\/h3>\n        <p>Outputs generated by Growth Tools are produced based on inputs provided by the User and may incorporate AI-generated content. The User agrees to:<\/p>\n        <ul>\n          <li>Review every output before using it externally \u2014 especially when the output will be sent to third parties, named individuals, or used in commercial communications<\/li>\n          <li>Not use Growth Tools to generate content that is unlawful, defamatory, misleading, or that infringes the intellectual property or privacy rights of any third party<\/li>\n          <li>Respect the usage limits defined in the contracted plan (pay-per-use or monthly cap)<\/li>\n          <li>Not attempt to circumvent rate limits, automate access beyond reasonable use, or resell outputs as a packaged service without prior written agreement with GrowthOS<\/li>\n        <\/ul>\n        <p>GrowthOS reserves the right to suspend Tools access for accounts exhibiting abusive usage patterns, after reasonable notice.<\/p>\n\n        <h2>6. Use of Artificial Intelligence<\/h2>\n        <p>The Platform, Growth Tools, and GrowthOS services use artificial intelligence models for commercial content generation, data analysis, and process optimization. The Client and User acknowledge and accept that:<\/p>\n        <ul>\n          <li>AI-generated content is supplementary and must be reviewed by human professionals before final use<\/li>\n          <li>GrowthOS does not guarantee the accuracy, legal adequacy, or completeness of any AI-generated content<\/li>\n          <li>Client and User data processed via AI is not used to train third-party models<\/li>\n          <li>Human oversight is maintained in all processes involving AI<\/li>\n        <\/ul>\n\n        <h2>7. Intellectual Property<\/h2>\n\n        <h3>7.1 GrowthOS property<\/h3>\n        <p>The Platform, including its source code, design, methodologies (THINK, BUILD, RUN), frameworks, templates, and content produced by GrowthOS, are the property of GrowthOS and are protected by intellectual property rights. Reproduction, distribution, or use without authorization is prohibited.<\/p>\n\n        <h3>7.2 Client property<\/h3>\n        <p>Data, content, and information provided by the Client remain the Client's property. GrowthOS acquires only the usage rights necessary for service delivery.<\/p>\n\n        <h3>7.3 Deliverables<\/h3>\n        <p>Documents and materials produced under THINK (GTM Blueprint, Sales Execution Manual, RevOps Roadmap) are delivered to the Client for internal use. The underlying methodology remains the property of GrowthOS. Custom Builds delivered through Build Studio are transferred to the Client for ownership and operation upon final handover and payment of all amounts due, while the underlying engineering patterns and reusable components remain the property of GrowthOS.<\/p>\n\n        <!-- ADDED \u00b7 7.4 specific to Tools output ownership -->\n        <h3>7.4 Ownership of Growth Tools outputs<\/h3>\n        <p>Outputs generated by Growth Tools \u2014 including emails, briefs, battle cards, proposals, campaign plans, and any other generated content \u2014 are the property of the User who generated them, for use without restriction in their commercial activity. The User retains all outputs even after cancelling a monthly cap subscription or discontinuing pay-per-use. The underlying tool, prompts, templates, and engineering remain the property of GrowthOS.<\/p>\n\n        <h2>8. Service Levels and Availability<\/h2>\n        <p>GrowthOS uses its best efforts to ensure continuous Platform availability but does not guarantee:<\/p>\n        <ul>\n          <li>100% availability or uninterrupted operation<\/li>\n          <li>Complete absence of errors or technical failures<\/li>\n          <li>Compatibility with all devices, browsers, or operating systems<\/li>\n        <\/ul>\n        <p>Scheduled maintenance will be communicated with reasonable advance notice. GrowthOS shall not be liable for unavailability caused by third parties (cloud infrastructure, external APIs, telecommunications providers).<\/p>\n\n        <h2>9. Limitation of Liability<\/h2>\n        <p>To the maximum extent permitted by law:<\/p>\n        <ul>\n          <li>GrowthOS does not guarantee specific commercial results (number of leads, meetings, or closed deals)<\/li>\n          <li>GrowthOS's total liability to the Client is limited to the amounts paid by the Client in the 12 months preceding the event giving rise to the claim<\/li>\n          <li>GrowthOS is not liable for indirect damages, lost profits, data loss, or business interruption<\/li>\n          <li>GrowthOS is not responsible for outcomes of decisions made based on AI-generated content without human oversight<\/li>\n        <\/ul>\n\n        <h2>10. Confidentiality<\/h2>\n        <p>Both parties undertake to keep confidential all non-public information obtained in the course of the contractual relationship, including commercial data, strategies, contact lists, performance metrics, and technical information. This obligation survives for 2 years after contract termination.<\/p>\n\n        <h2>11. Data Protection<\/h2>\n        <p>Personal data processing is governed by GrowthOS's <a href=\"\/privacy-policy\">Privacy Policy<\/a>. When GrowthOS processes personal data on behalf of the Client, the parties enter into a Data Processing Agreement (DPA) defining their respective obligations under the GDPR.<\/p>\n\n        <h2>12. Suspension and Termination for Cause<\/h2>\n        <p>GrowthOS reserves the right to immediately suspend or terminate user access in the event of:<\/p>\n        <ul>\n          <li>Breach of these Terms or applicable legislation<\/li>\n          <li>Use of the Platform for unlawful purposes or causing harm to third parties<\/li>\n          <li>Non-payment after prior notice<\/li>\n          <li>Conduct that jeopardizes the security or reputation of GrowthOS<\/li>\n        <\/ul>\n\n        <h2>13. Amendments to the Terms<\/h2>\n        <p>GrowthOS may update these Terms at any time. Material changes will be communicated with 30 days' notice. Continued use of the services after notification constitutes acceptance of the new Terms.<\/p>\n\n        <h2>14. Governing Law and Dispute Resolution<\/h2>\n        <p>These Terms are governed by Portuguese law. In the event of a dispute, the parties shall seek to resolve the matter amicably. Failing agreement, the courts of Lisbon shall have exclusive jurisdiction, with the parties waiving any other forum.<\/p>\n\n        <h2>15. Miscellaneous<\/h2>\n        <p>If any provision of these Terms is found to be invalid, the remaining provisions shall continue in full force and effect. Tolerance of non-compliance by either party does not constitute a waiver of the right to demand future compliance.<\/p>\n\n        <h2>16. Contact<\/h2>\n        <div class=\"tos-contact\">\n          <strong>GrowthOS, Lda.<\/strong>\n          <div class=\"tos-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-d97a2ef elementor-widget-mobile__width-inherit elementor-widget elementor-widget-global elementor-global-764 elementor-widget-html\" data-id=\"d97a2ef\" 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-870","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/growthos.biz\/es\/wp-json\/wp\/v2\/pages\/870","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=870"}],"version-history":[{"count":19,"href":"https:\/\/growthos.biz\/es\/wp-json\/wp\/v2\/pages\/870\/revisions"}],"predecessor-version":[{"id":1169,"href":"https:\/\/growthos.biz\/es\/wp-json\/wp\/v2\/pages\/870\/revisions\/1169"}],"wp:attachment":[{"href":"https:\/\/growthos.biz\/es\/wp-json\/wp\/v2\/media?parent=870"}],"curies":[{"name":"bien jugado","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}