{"id":663,"date":"2026-06-23T10:12:32","date_gmt":"2026-06-23T10:12:32","guid":{"rendered":"https:\/\/growthos.biz\/?page_id=663"},"modified":"2026-07-31T10:12:18","modified_gmt":"2026-07-31T10:12:18","slug":"hogar-2","status":"publish","type":"page","link":"https:\/\/growthos.biz\/es\/","title":{"rendered":"GrowthOS"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"663\" class=\"elementor elementor-663\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dba766 e-con-full e-flex e-con e-parent\" data-id=\"1dba766\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b2b88 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-html\" data-id=\"f5b2b88\" 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      <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=\"\/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    \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-47c35da elementor-widget-mobile__width-inherit elementor-widget elementor-widget-html\" data-id=\"47c35da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\n     BLOCK 01 \u00b7 HERO + ROI CALCULATOR\n     ----------------------------------------------------------------\n     Paste this in a single HTML widget in Elementor.\n     Container should be Full Width, Padding 0.\n     ============================================================ -->\n\n<style>\n\/* ---------- 01 \u00b7 Hero block ---------- *\/\n.hero {\n  background: var(--navy-900);\n  color: #fff;\n  position: relative;\n  overflow: hidden;\n  padding: clamp(56px, 8vh, 88px) 0 clamp(64px, 9vh, 96px);\n}\n.hero::before {\n  content: '';\n  position: absolute; inset: 0;\n  background:\n    radial-gradient(900px 500px at 88% -8%, rgba(22,160,107,.22), transparent 60%),\n    radial-gradient(700px 500px at -10% 80%, rgba(22,160,107,.10), transparent 60%);\n  pointer-events: none;\n}\n\n.hero-grid {\n  position: relative;\n  display: grid;\n  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);\n  gap: 72px;\n  align-items: start;\n}\n@media (max-width: 1040px) {\n  .hero-grid { grid-template-columns: 1fr; gap: 48px; }\n}\n@media (max-width: 720px) {\n  .hero-grid { gap: 40px; }\n}\n\n.hero-tag {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  font-family: var(--mono);\n  font-size: 12px;\n  padding: 6px 12px 6px 8px;\n  background: rgba(22,160,107,.14);\n  border: 1px solid rgba(22,160,107,.35);\n  color: oklch(0.85 0.10 155);\n  border-radius: 999px;\n  letter-spacing: .04em;\n  white-space: nowrap;\n}\n.hero-tag .dot {\n  width: 6px; height: 6px;\n  border-radius: 50%;\n  background: var(--green);\n  box-shadow: 0 0 0 4px rgba(22,160,107,.18);\n}\n\n.hero h1 { margin-top: 22px; }\n.hero h1 .accent { color: var(--green); font-style: italic; font-weight: 400; }\n\n.hero-sub {\n  margin-top: 22px;\n  font-size: clamp(16px, 1.5vw, 19px);\n  line-height: 1.55;\n  color: rgba(255,255,255,.72);\n  max-width: 560px;\n}\n\n.hero-cta-row {\n  margin-top: 36px;\n  display: flex;\n  flex-wrap: wrap;\n  gap: 12px;\n}\n\n.hero-microcopy {\n  margin-top: 16px;\n  font-family: var(--mono);\n  font-size: 12px;\n  letter-spacing: .03em;\n  color: rgba(255,255,255,.62);\n}\n\n\/* Hero stats \u2014 FIXED: now uses grid 3-col always (was flex+wrap, broke on mobile) *\/\n.hero-meta {\n  margin-top: 32px;\n  padding-top: 28px;\n  border-top: 1px solid rgba(255,255,255,.10);\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 24px;\n  font-family: var(--mono);\n  font-size: 12px;\n  color: rgba(255,255,255,.55);\n}\n.hero-meta > div {\n  display: flex;\n  flex-direction: column;\n  gap: 4px;\n  min-width: 0;\n}\n.hero-meta strong {\n  display: block;\n  font-size: clamp(18px, 2.2vw, 22px);\n  color: #fff;\n  font-family: var(--sans);\n  font-weight: 600;\n  letter-spacing: -.02em;\n  line-height: 1.1;\n}\n\n\/* Mobile <480px: tighter spacing for the 3-col grid *\/\n@media (max-width: 480px) {\n  .hero-meta { gap: 14px; padding-top: 22px; }\n  .hero-meta strong { font-size: 16px; }\n  .hero-meta > div { font-size: 11px; line-height: 1.4; }\n}\n\n\/* Mobile <480px: CTAs full-width for better tap targets *\/\n@media (max-width: 480px) {\n  .hero-cta-row { flex-direction: column; gap: 10px; align-items: stretch; }\n  .hero-cta-row .btn { justify-content: center; width: 100%; }\n}\n\n\/* ---------- ROI Calculator ---------- *\/\n.calc {\n  background: linear-gradient(180deg, #11203a 0%, #0c1a32 100%);\n  border: 1px solid rgba(255,255,255,.10);\n  border-radius: 18px;\n  padding: clamp(20px, 2.5vw, 28px);\n  box-shadow: 0 30px 80px -30px rgba(0,0,0,.6);\n  position: relative;\n}\n.calc-head {\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  margin-bottom: 22px;\n  gap: 12px;\n  flex-wrap: wrap;\n}\n.calc-title { font-size: 14px; font-weight: 600; }\n.calc-badge {\n  font-family: var(--mono);\n  font-size: 11px;\n  padding: 4px 8px;\n  background: rgba(22,160,107,.18);\n  color: var(--green);\n  border-radius: 6px;\n  letter-spacing: .06em;\n  text-transform: uppercase;\n}\n\n.calc-field { margin-bottom: 18px; }\n.calc-field label {\n  display: flex;\n  justify-content: space-between;\n  align-items: baseline;\n  font-size: 12px;\n  color: rgba(255,255,255,.6);\n  margin-bottom: 8px;\n  font-family: var(--mono);\n  text-transform: uppercase;\n  letter-spacing: .04em;\n  gap: 12px;\n}\n.calc-field label .val {\n  font-size: 13px;\n  color: #fff;\n  font-family: var(--sans);\n  font-weight: 500;\n  letter-spacing: 0;\n  text-transform: none;\n  white-space: nowrap;\n}\n.calc-field input[type=range] {\n  width: 100%;\n  -webkit-appearance: none;\n  appearance: none;\n  height: 4px;\n  background: rgba(255,255,255,.10);\n  border-radius: 999px;\n  outline: none;\n}\n.calc-field input[type=range]::-webkit-slider-thumb {\n  -webkit-appearance: none;\n  appearance: none;\n  width: 18px; height: 18px;\n  background: var(--green);\n  border-radius: 50%;\n  cursor: pointer;\n  border: 3px solid #fff;\n  box-shadow: 0 2px 6px rgba(0,0,0,.4);\n}\n.calc-field input[type=range]::-moz-range-thumb {\n  width: 18px; height: 18px;\n  background: var(--green);\n  border-radius: 50%;\n  cursor: pointer;\n  border: 3px solid #fff;\n}\n\n.calc-result {\n  margin-top: 22px;\n  padding: 20px;\n  background: rgba(22,160,107,.10);\n  border: 1px solid rgba(22,160,107,.30);\n  border-radius: 12px;\n}\n.calc-result-label {\n  font-family: var(--mono);\n  font-size: 11px;\n  color: rgba(255,255,255,.62);\n  text-transform: uppercase;\n  letter-spacing: .08em;\n}\n.calc-result-value {\n  font-size: clamp(28px, 4.5vw, 38px);\n  font-weight: 600;\n  letter-spacing: -.02em;\n  color: var(--green);\n  font-feature-settings: 'tnum';\n  line-height: 1.1;\n  margin-top: 4px;\n}\n.calc-result-sub {\n  font-size: 12px;\n  color: rgba(255,255,255,.68);\n  margin-top: 6px;\n  line-height: 1.5;\n}\n.calc-cta {\n  margin-top: 18px;\n  display: flex;\n  width: 100%;\n  justify-content: center;\n}\n<\/style>\n\n\n<section class=\"hero\" aria-labelledby=\"hero-title\">\n  <div class=\"container hero-grid\">\n    <div>\n      <div class=\"hero-tag\"><span class=\"dot\"><\/span> Value First. System Always.<\/div>\n      <h1 id=\"hero-title\">\n        Build <span class=\"iserif g\">predictable revenue<\/span> systems that scale.\n      <\/h1>\n      <p class=\"hero-sub\">\n        GrowthOS is the Revenue Operating System for European B2B teams.\n        We Think, Build, and Run the end-to-end sales engine,\n        so you stop chasing hacks and start compounding pipeline.\n      <\/p>\n      <div class=\"hero-cta-row\">\n        <a class=\"btn btn-primary btn-lg\" href=\"https:\/\/app.growthos.biz\/sales-engine-diagnostic\">\n          Take the 3-min Diagnostic\n          <svg class=\"btn-arrow\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M3 8h10M9 4l4 4-4 4\"\/><\/svg>\n        <\/a>\n        <a class=\"btn btn-ghost btn-lg\" href=\"#how-it-works\">\n          How it works\n        <\/a>\n      <\/div>\n      <p class=\"hero-microcopy\">Written report \u00b7 no sales call required<\/p>\n      <div class=\"hero-meta\">\n        <div><strong>25+<\/strong> years building B2B systems<\/div>\n        <div><strong>20+<\/strong> companies scaled<\/div>\n        <div><strong>\u20ac120M+<\/strong> pipeline generated<\/div>\n      <\/div>\n    <\/div>\n\n    <!-- ROI CALCULATOR -->\n    <aside class=\"calc\" aria-labelledby=\"calc-title\">\n      <div class=\"calc-head\">\n        <div class=\"calc-title\" id=\"calc-title\">ROI Calculator<\/div>\n        <span class=\"calc-badge\">Free \u00b7 30 sec<\/span>\n      <\/div>\n\n      <div class=\"calc-field\">\n        <label for=\"reps\">Sales reps <span class=\"val\" id=\"reps-val\">8<\/span><\/label>\n        <input id=\"reps\" type=\"range\" min=\"1\" max=\"50\" value=\"8\" step=\"1\" \/>\n      <\/div>\n      <div class=\"calc-field\">\n        <label for=\"acv\">Average deal size <span class=\"val\" id=\"acv-val\">\u20ac25,000<\/span><\/label>\n        <input id=\"acv\" type=\"range\" min=\"2000\" max=\"200000\" value=\"25000\" step=\"1000\" \/>\n      <\/div>\n      <div class=\"calc-field\">\n        <label for=\"cycle\">Cycle length <span class=\"val\" id=\"cycle-val\">91 days<\/span><\/label>\n        <input id=\"cycle\" type=\"range\" min=\"14\" max=\"180\" value=\"91\" step=\"7\" \/>\n      <\/div>\n\n      <div class=\"calc-result\">\n        <div class=\"calc-result-label\">Projected 12-mo pipeline lift<\/div>\n        <div class=\"calc-result-value\" id=\"calc-output\">\u20ac2.4M<\/div>\n        <div class=\"calc-result-sub\" id=\"calc-sub\">Reps \u00d7 cycles per year \u00d7 average deal size. This is your team's maximum revenue capacity at this pace. The gap between this ceiling and what you close today is what a system fixes.<\/div>\n      <\/div>\n\n      <a class=\"btn btn-primary calc-cta\" href=\"https:\/\/app.growthos.biz\/sales-engine-diagnostic\">\n        Access full diagnostic\n        <svg class=\"btn-arrow\" 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    <\/aside>\n  <\/div>\n<\/section>\n\n\n<script>\n\/* ROI Calculator \u2014 transparent model: reps \u00d7 ACV \u00d7 cycles\/year \u00d7 3 *\/\n(function () {\n  const reps   = document.getElementById('reps');\n  const acv    = document.getElementById('acv');\n  const cycle  = document.getElementById('cycle');\n  const repsV  = document.getElementById('reps-val');\n  const acvV   = document.getElementById('acv-val');\n  const cycleV = document.getElementById('cycle-val');\n  const out    = document.getElementById('calc-output');\n\n  if (!reps) return;\n\n  const fmt = (n) => {\n    if (n >= 1000000) return '\u20ac' + (n \/ 1000000).toFixed(1).replace(\/\\.0$\/, '') + 'M';\n    if (n >= 1000)    return '\u20ac' + Math.round(n \/ 1000) + 'K';\n    return '\u20ac' + Math.round(n);\n  };\n  const fmtPlain = (n) => new Intl.NumberFormat('en-US').format(Math.round(n));\n\n  function update() {\n    const r = +reps.value;\n    const a = +acv.value;\n    const c = +cycle.value;\n\n    repsV.textContent  = r;\n    acvV.textContent   = '\u20ac' + fmtPlain(a);\n    cycleV.textContent = c + ' days';\n\n    const cyclesPerYear = 365 \/ c;\n    const annualPipeline = r * a * cyclesPerYear;\n    out.textContent = fmt(annualPipeline);\n  }\n\n  [reps, acv, cycle].forEach((el) => el.addEventListener('input', update));\n  update();\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8f97675 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-html\" data-id=\"8f97675\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\n     BLOCK 02 \u00b7 THE PROBLEM\n     ----------------------------------------------------------------\n     Paste this in a single HTML widget in Elementor.\n     ============================================================ -->\n\n<style>\n\/* ---------- 02 \u00b7 Problem block ---------- *\/\n.problem-grid {\n  display: grid;\n  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);\n  gap: 80px;\n  align-items: center;\n}\n@media (max-width: 980px) {\n  .problem-grid { grid-template-columns: 1fr; gap: 48px; }\n}\n@media (max-width: 720px) {\n  .problem-grid { gap: 36px; }\n}\n\n.problem-intro {\n  margin-top: 22px;\n  color: var(--ink-2);\n  font-size: clamp(15px, 1.4vw, 18px);\n  line-height: 1.6;\n}\n.problem-intro strong { color: var(--ink); }\n\n.problem-list {\n  display: flex;\n  flex-direction: column;\n  gap: 1px;\n  background: var(--line);\n  border-radius: var(--r);\n  overflow: hidden;\n  border: 1px solid var(--line);\n}\n.problem-row {\n  background: #fff;\n  padding: 22px 24px;\n  display: grid;\n  grid-template-columns: 36px 1fr auto;\n  align-items: center;\n  gap: 16px;\n}\n.problem-row .num {\n  font-family: var(--mono);\n  font-size: 12px;\n  color: var(--ink-3);\n}\n.problem-row .title {\n  font-weight: 500;\n  font-size: 15px;\n  line-height: 1.45;\n}\n.problem-row .stat {\n  font-family: var(--mono);\n  font-size: 13px;\n  font-weight: 600;\n  color: #b3431f;\n  white-space: nowrap;\n}\n\n\/* Mobile <600px: stat drops below title, no cramped layout *\/\n@media (max-width: 600px) {\n  .problem-row {\n    grid-template-columns: 36px 1fr;\n    gap: 4px 14px;\n    padding: 18px 20px;\n  }\n  .problem-row .stat {\n    grid-column: 2 \/ 3;\n    margin-top: 4px;\n    font-size: 12px;\n  }\n}\n\n.problem-foot {\n  margin-top: 16px;\n  font-family: var(--mono);\n  font-size: 11px;\n  letter-spacing: .03em;\n  color: var(--ink-3);\n  line-height: 1.5;\n}\n<\/style>\n\n\n<section class=\"paper\" aria-labelledby=\"problem-title\">\n  <div class=\"container\">\n    <div class=\"problem-grid\">\n      <div>\n        <span class=\"eyebrow\">The Problem<\/span>\n        <h2 id=\"problem-title\" style=\"margin-top: 14px;\">Why most B2B sales systems fail.<\/h2>\n        <p class=\"problem-intro\">\n          You don't have a lead problem. You have a <strong>system problem<\/strong>.\n          Tools don't talk. Data is dirty. Reps run their own playbook.\n          The forecast is a guess.\n        <\/p>\n        <div style=\"margin-top: 28px;\">\n          <a class=\"btn btn-outline\" href=\"#how-it-works\">\n            See how we fix it\n            <svg class=\"btn-arrow\" 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\n      <div>\n        <div class=\"problem-list\" role=\"list\">\n          <div class=\"problem-row\" role=\"listitem\">\n            <span class=\"num\">01<\/span>\n            <span class=\"title\">Reps follow gut, not a playbook<\/span>\n            <span class=\"stat\">73% miss quota<\/span>\n          <\/div>\n          <div class=\"problem-row\" role=\"listitem\">\n            <span class=\"num\">02<\/span>\n            <span class=\"title\">CRM is a graveyard of stale records<\/span>\n            <span class=\"stat\">~40% data decay\/yr<\/span>\n          <\/div>\n          <div class=\"problem-row\" role=\"listitem\">\n            <span class=\"num\">03<\/span>\n            <span class=\"title\">AI tools layered, not integrated<\/span>\n            <span class=\"stat\">5\u20139 disconnected apps<\/span>\n          <\/div>\n          <div class=\"problem-row\" role=\"listitem\">\n            <span class=\"num\">04<\/span>\n            <span class=\"title\">Forecasts are political, not predictive<\/span>\n            <span class=\"stat\">>60%<\/span>\n          <\/div>\n        <\/div>\n        <p class=\"problem-foot\">Figures are industry benchmarks, aggregated from public RevOps research, not GrowthOS client data.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a75fbaf elementor-widget-mobile__width-inherit elementor-widget elementor-widget-html\" data-id=\"a75fbaf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\n     BLOCK 03 \u00b7 HOW IT WORKS \u00b7 Think \u2192 Build \u2192 Run\n     ----------------------------------------------------------------\n     Paste this in a single HTML widget in Elementor.\n     ============================================================ -->\n\n<style>\n\/* ---------- 03 \u00b7 How It Works block ---------- *\/\n.how-it-works .tabs {\n  display: flex;\n  gap: 6px;\n  padding: 6px;\n  background: var(--paper-2);\n  border-radius: 12px;\n  width: fit-content;\n  margin: 0 auto 36px;\n}\n.how-it-works .tab {\n  padding: 10px 18px;\n  font-size: 14px;\n  font-weight: 500;\n  border-radius: 8px;\n  cursor: pointer;\n  border: 0;\n  background: transparent;\n  color: var(--ink-2);\n  font-family: var(--sans);\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  transition: background .15s, color .15s;\n}\n.how-it-works .tab .tab-num {\n  font-family: var(--mono);\n  font-size: 11px;\n  color: var(--ink-3);\n}\n.how-it-works .tab.active {\n  background: #fff;\n  color: var(--ink);\n  box-shadow: var(--shadow-sm);\n}\n.how-it-works .tab.active .tab-num { color: var(--green-dark); }\n\n\/* Mobile: tabs full-width, 3 equal columns *\/\n@media (max-width: 560px) {\n  .how-it-works .tabs {\n    width: 100%;\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 4px;\n    margin-bottom: 28px;\n  }\n  .how-it-works .tab {\n    padding: 10px 8px;\n    font-size: 13px;\n    justify-content: center;\n  }\n  .how-it-works .tab .tab-num { display: none; }\n}\n\n.how-it-works .tab-panel {\n  display: none;\n  background: #fff;\n  border: 1px solid var(--line);\n  border-radius: var(--r-lg);\n  overflow: hidden;\n  grid-template-columns: 1fr 1fr;\n}\n.how-it-works .tab-panel.active { display: grid; }\n\n@media (max-width: 900px) {\n  .how-it-works .tab-panel { grid-template-columns: 1fr; }\n}\n\n.how-it-works .tab-body { padding: clamp(28px, 4vw, 48px); }\n.how-it-works .tab-body h3 {\n  font-size: clamp(22px, 2.4vw, 32px);\n  margin-bottom: 16px;\n  letter-spacing: -.025em;\n  line-height: 1.2;\n}\n.how-it-works .tab-body p {\n  color: var(--ink-2);\n  font-size: clamp(15px, 1.3vw, 16px);\n  line-height: 1.6;\n}\n.how-it-works .tab-body ul {\n  list-style: none;\n  padding: 0;\n  margin: 24px 0 0;\n  display: flex;\n  flex-direction: column;\n  gap: 12px;\n}\n.how-it-works .tab-body li {\n  display: flex;\n  gap: 12px;\n  font-size: 14.5px;\n  color: var(--ink);\n  align-items: flex-start;\n  line-height: 1.5;\n}\n.how-it-works .tab-body li svg {\n  flex-shrink: 0;\n  margin-top: 3px;\n  color: var(--green-dark);\n}\n\n.how-it-works .tab-visual {\n  background: var(--green-tint);\n  position: relative;\n  display: grid;\n  place-items: center;\n  padding: clamp(24px, 4vw, 48px);\n  border-left: 1px solid var(--line);\n  min-height: 320px;\n}\n@media (max-width: 900px) {\n  .how-it-works .tab-visual {\n    border-left: 0;\n    border-top: 1px solid var(--line);\n    min-height: 280px;\n  }\n}\n.how-it-works .tab-visual svg { max-width: 100%; height: auto; }\n<\/style>\n\n\n<section id=\"how-it-works\" class=\"white how-it-works\" aria-labelledby=\"how-title\">\n  <div class=\"container\">\n    <div class=\"section-head\">\n      <span class=\"eyebrow\">How It Works<\/span>\n      <h2 id=\"how-title\">Think \u2192 Build \u2192 Run. End to end.<\/h2>\n      <p>One methodology. Three modes. Engineered to compound.<\/p>\n    <\/div>\n\n    <div class=\"tabs\" role=\"tablist\">\n      <button class=\"tab active\" role=\"tab\" aria-selected=\"true\" data-tab=\"think\"><span class=\"tab-num\">01<\/span> Think<\/button>\n      <button class=\"tab\" role=\"tab\" aria-selected=\"false\" data-tab=\"build\"><span class=\"tab-num\">02<\/span> Build<\/button>\n      <button class=\"tab\" role=\"tab\" aria-selected=\"false\" data-tab=\"run\"><span class=\"tab-num\">03<\/span> Run<\/button>\n    <\/div>\n\n    <div class=\"tab-panel active\" id=\"panel-think\" role=\"tabpanel\">\n      <div class=\"tab-body\">\n        <h3>Diagnose what's actually broken.<\/h3>\n        <p>We don't start with tools. We start with truth. A 2\u20134 week diagnostic across pipeline, CRM, GTM, and team, surfacing the real constraints before any build begins.<\/p>\n        <ul>\n          <li><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\"><path d=\"M3 8.5L6.5 12L13 4.5\"><\/path><\/svg> ICP &amp; segmentation refresh<\/li>\n          <li><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\"><path d=\"M3 8.5L6.5 12L13 4.5\"><\/path><\/svg> Sales math &amp; capacity model<\/li>\n          <li><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\"><path d=\"M3 8.5L6.5 12L13 4.5\"><\/path><\/svg> GTM motion &amp; positioning audit<\/li>\n          <li><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\"><path d=\"M3 8.5L6.5 12L13 4.5\"><\/path><\/svg> Diagnostic report &amp; roadmap<\/li>\n        <\/ul>\n        <div style=\"margin-top: 32px;\">\n          <a class=\"btn btn-dark\" href=\"https:\/\/app.growthos.biz\/sales-engine-diagnostic\">Start the Sales Diagnostic <svg class=\"btn-arrow\" width=\"14\" height=\"14\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M3 8h10M9 4l4 4-4 4\"><\/path><\/svg><\/a>\n        <\/div>\n      <\/div>\n      <div class=\"tab-visual\">\n        <svg viewBox=\"0 0 320 240\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n          <rect x=\"10\" y=\"10\" width=\"300\" height=\"220\" rx=\"14\" fill=\"#fff\" stroke=\"#dfe6df\"><\/rect>\n          <text x=\"28\" y=\"40\" font-family=\"JetBrains Mono\" font-size=\"10\" fill=\"#516375\">DIAGNOSTIC<\/text>\n          <rect x=\"28\" y=\"56\" width=\"180\" height=\"10\" rx=\"3\" fill=\"#e7f5ec\"><\/rect>\n          <rect x=\"28\" y=\"56\" width=\"140\" height=\"10\" rx=\"3\" fill=\"#16a06b\"><\/rect>\n          <text x=\"28\" y=\"86\" font-family=\"Inter\" font-size=\"11\" fill=\"#0a1628\" font-weight=\"600\">Pipeline coverage<\/text>\n          <text x=\"270\" y=\"86\" font-family=\"JetBrains Mono\" font-size=\"11\" fill=\"#16a06b\" text-anchor=\"end\">1.4\u00d7<\/text>\n          <rect x=\"28\" y=\"100\" width=\"264\" height=\"1\" fill=\"#eef0e9\"><\/rect>\n          <text x=\"28\" y=\"124\" font-family=\"Inter\" font-size=\"11\" fill=\"#0a1628\" font-weight=\"600\">CRM hygiene<\/text>\n          <text x=\"270\" y=\"124\" font-family=\"JetBrains Mono\" font-size=\"11\" fill=\"#b3431f\" text-anchor=\"end\">38%<\/text>\n          <rect x=\"28\" y=\"138\" width=\"264\" height=\"1\" fill=\"#eef0e9\"><\/rect>\n          <text x=\"28\" y=\"162\" font-family=\"Inter\" font-size=\"11\" fill=\"#0a1628\" font-weight=\"600\">Forecast accuracy<\/text>\n          <text x=\"270\" y=\"162\" font-family=\"JetBrains Mono\" font-size=\"11\" fill=\"#b3431f\" text-anchor=\"end\">\u00b135%<\/text>\n          <rect x=\"28\" y=\"176\" width=\"264\" height=\"1\" fill=\"#eef0e9\"><\/rect>\n          <text x=\"28\" y=\"200\" font-family=\"Inter\" font-size=\"11\" fill=\"#0a1628\" font-weight=\"600\">GTM clarity<\/text>\n          <text x=\"270\" y=\"200\" font-family=\"JetBrains Mono\" font-size=\"11\" fill=\"#16a06b\" text-anchor=\"end\">Strong<\/text>\n        <\/svg>\n      <\/div>\n    <\/div>\n\n    <div class=\"tab-panel\" id=\"panel-build\" role=\"tabpanel\">\n      <div class=\"tab-body\">\n        <h3>Engineer the engine.<\/h3>\n        <p>We architect and ship the infrastructure: CRM, data layer, AI workflows, playbooks, dashboards. Productized where it makes sense, bespoke where it matters.<\/p>\n        <ul>\n          <li><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\"><path d=\"M3 8.5L6.5 12L13 4.5\"><\/path><\/svg> CRM architecture &amp; integrations<\/li>\n          <li><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\"><path d=\"M3 8.5L6.5 12L13 4.5\"><\/path><\/svg> AI workflows &amp; orchestration<\/li>\n          <li><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\"><path d=\"M3 8.5L6.5 12L13 4.5\"><\/path><\/svg> Data hygiene &amp; enrichment<\/li>\n          <li><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\"><path d=\"M3 8.5L6.5 12L13 4.5\"><\/path><\/svg> Cadences, playbooks, enablement<\/li>\n        <\/ul>\n        <div style=\"margin-top: 32px;\">\n          <a class=\"btn btn-dark\" href=\"\/build-studio\">Explore Build Studio <svg class=\"btn-arrow\" width=\"14\" height=\"14\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M3 8h10M9 4l4 4-4 4\"><\/path><\/svg><\/a>\n        <\/div>\n      <\/div>\n      <div class=\"tab-visual\">\n        <svg viewBox=\"0 0 320 240\" fill=\"none\" aria-hidden=\"true\">\n          <rect x=\"10\" y=\"10\" width=\"300\" height=\"220\" rx=\"14\" fill=\"#fff\" stroke=\"#dfe6df\"><\/rect>\n          <rect x=\"30\" y=\"40\" width=\"80\" height=\"36\" rx=\"8\" fill=\"#e7f5ec\" stroke=\"#16a06b\"><\/rect>\n          <text x=\"70\" y=\"62\" font-size=\"10\" font-family=\"Inter\" font-weight=\"600\" fill=\"#0e6b48\" text-anchor=\"middle\">CRM<\/text>\n          <rect x=\"210\" y=\"40\" width=\"80\" height=\"36\" rx=\"8\" fill=\"#eaf0fe\" stroke=\"#3f7df7\"><\/rect>\n          <text x=\"250\" y=\"62\" font-size=\"10\" font-family=\"Inter\" font-weight=\"600\" fill=\"#1c4fb8\" text-anchor=\"middle\">AI Layer<\/text>\n          <rect x=\"30\" y=\"170\" width=\"80\" height=\"36\" rx=\"8\" fill=\"#fdf0e2\" stroke=\"#e6892c\"><\/rect>\n          <text x=\"70\" y=\"192\" font-size=\"10\" font-family=\"Inter\" font-weight=\"600\" fill=\"#b96916\" text-anchor=\"middle\">Data<\/text>\n          <rect x=\"210\" y=\"170\" width=\"80\" height=\"36\" rx=\"8\" fill=\"#eee6fb\" stroke=\"#7c5cd6\"><\/rect>\n          <text x=\"250\" y=\"192\" font-size=\"10\" font-family=\"Inter\" font-weight=\"600\" fill=\"#5d3eb5\" text-anchor=\"middle\">Playbook<\/text>\n          <rect x=\"120\" y=\"100\" width=\"80\" height=\"44\" rx=\"10\" fill=\"#0a1628\"><\/rect>\n          <text x=\"160\" y=\"127\" font-size=\"11\" font-family=\"Inter\" font-weight=\"600\" fill=\"#16a06b\" text-anchor=\"middle\">GROWTHOS<\/text>\n          <path d=\"M110 58 L120 120\" stroke=\"#cfd6d6\" stroke-dasharray=\"3 3\"><\/path>\n          <path d=\"M210 58 L200 120\" stroke=\"#cfd6d6\" stroke-dasharray=\"3 3\"><\/path>\n          <path d=\"M110 188 L120 130\" stroke=\"#cfd6d6\" stroke-dasharray=\"3 3\"><\/path>\n          <path d=\"M210 188 L200 130\" stroke=\"#cfd6d6\" stroke-dasharray=\"3 3\"><\/path>\n        <\/svg>\n      <\/div>\n    <\/div>\n\n    <div class=\"tab-panel\" id=\"panel-run\" role=\"tabpanel\">\n      <div class=\"tab-body\">\n        <h3>Operate. Optimize. Compound.<\/h3>\n        <p>We run the system with you, weekly rituals, monthly forecasting, quarterly tuning and train your team until they own the engine end to end.<\/p>\n        <ul>\n          <li><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\"><path d=\"M3 8.5L6.5 12L13 4.5\"><\/path><\/svg> Weekly pipeline reviews<\/li>\n          <li><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\"><path d=\"M3 8.5L6.5 12L13 4.5\"><\/path><\/svg> Forecasting &amp; capacity tuning<\/li>\n          <li><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\"><path d=\"M3 8.5L6.5 12L13 4.5\"><\/path><\/svg> Quarterly system optimization<\/li>\n          <li><svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.2\"><path d=\"M3 8.5L6.5 12L13 4.5\"><\/path><\/svg> Team training &amp; hand-off<\/li>\n        <\/ul>\n        <div style=\"margin-top: 32px;\">\n          <a class=\"btn btn-dark\" href=\"#\">See real outcomes <svg class=\"btn-arrow\" width=\"14\" height=\"14\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M3 8h10M9 4l4 4-4 4\"><\/path><\/svg><\/a>\n        <\/div>\n      <\/div>\n      <div class=\"tab-visual\">\n        <svg viewBox=\"0 0 320 240\" fill=\"none\" aria-hidden=\"true\">\n          <rect x=\"10\" y=\"10\" width=\"300\" height=\"220\" rx=\"14\" fill=\"#fff\" stroke=\"#dfe6df\"><\/rect>\n          <text x=\"28\" y=\"38\" font-family=\"JetBrains Mono\" font-size=\"10\" fill=\"#516375\">QUARTERLY PIPELINE<\/text>\n          <polyline points=\"28,180 70,160 110,150 150,130 190,100 230,80 270,55 290,40\" fill=\"none\" stroke=\"#16a06b\" stroke-width=\"2.5\" stroke-linecap=\"round\"><\/polyline>\n          <polyline points=\"28,200 70,195 110,190 150,180 190,170 230,160 270,150 290,148\" fill=\"none\" stroke=\"#cfd6d6\" stroke-width=\"1.5\" stroke-dasharray=\"4 4\"><\/polyline>\n          <circle cx=\"70\" cy=\"160\" r=\"3\" fill=\"#16a06b\"><\/circle>\n          <circle cx=\"150\" cy=\"130\" r=\"3\" fill=\"#16a06b\"><\/circle>\n          <circle cx=\"230\" cy=\"80\" r=\"3\" fill=\"#16a06b\"><\/circle>\n          <circle cx=\"290\" cy=\"40\" r=\"4\" fill=\"#16a06b\" stroke=\"#fff\" stroke-width=\"2\"><\/circle>\n          <text x=\"290\" y=\"30\" font-family=\"JetBrains Mono\" font-size=\"10\" fill=\"#0e6b48\" text-anchor=\"end\">+62%<\/text>\n          <line x1=\"28\" y1=\"210\" x2=\"290\" y2=\"210\" stroke=\"#eef0e9\"><\/line>\n          <text x=\"28\" y=\"225\" font-family=\"JetBrains Mono\" font-size=\"9\" fill=\"#6b7a93\">Q1<\/text>\n          <text x=\"110\" y=\"225\" font-family=\"JetBrains Mono\" font-size=\"9\" fill=\"#6b7a93\">Q2<\/text>\n          <text x=\"190\" y=\"225\" font-family=\"JetBrains Mono\" font-size=\"9\" fill=\"#6b7a93\">Q3<\/text>\n          <text x=\"270\" y=\"225\" font-family=\"JetBrains Mono\" font-size=\"9\" fill=\"#6b7a93\">Q4<\/text>\n        <\/svg>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n<script>\n\/* Tabs \u2014 How It Works *\/\n(function () {\n  const root = document.getElementById('how-it-works');\n  if (!root) return;\n\n  const tabs = root.querySelectorAll('.tab');\n  const panels = {\n    think: root.querySelector('#panel-think'),\n    build: root.querySelector('#panel-build'),\n    run:   root.querySelector('#panel-run'),\n  };\n  tabs.forEach((tab) => {\n    tab.addEventListener('click', () => {\n      tabs.forEach((t) => {\n        t.classList.toggle('active', t === tab);\n        t.setAttribute('aria-selected', t === tab ? 'true' : 'false');\n      });\n      const key = tab.dataset.tab;\n      Object.entries(panels).forEach(([k, el]) => {\n        if (el) el.classList.toggle('active', k === key);\n      });\n    });\n  });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-44bd443 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-html\" data-id=\"44bd443\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\n     BLOCK 04 \u00b7 PROOF \u2014 Testimonial + Customer Story Card + Stats\n     ----------------------------------------------------------------\n     Paste this in a single HTML widget in Elementor.\n\n     NOTE: The \"Customer story\" card is INTENTIONALLY static.\n     The play button has been removed (no video available yet).\n     When the real video is ready, replace .story-tile contents\n     with a <video> + play button + JS.\n     ============================================================ -->\n\n<style>\n\/* ---------- 04 \u00b7 Proof block ---------- *\/\n.proof .testimonial-grid {\n  display: grid;\n  grid-template-columns: 1.4fr 1fr;\n  gap: 24px;\n  align-items: start;\n}\n@media (max-width: 900px) {\n  .proof .testimonial-grid { grid-template-columns: 1fr; }\n}\n\n.proof .testimonial {\n  background: #fff;\n  border: 1px solid var(--line);\n  border-radius: var(--r);\n  padding: clamp(28px, 3.5vw, 40px);\n  display: flex;\n  flex-direction: column;\n  justify-content: space-between;\n  gap: 24px;\n}\n.proof .testimonial blockquote {\n  margin: 0;\n  font-family: 'Instrument Serif', Georgia, serif;\n  font-style: italic;\n  font-weight: 400;\n  font-size: clamp(21px, 2.6vw, 32px);\n  line-height: 1.3;\n  letter-spacing: -.005em;\n  color: var(--ink);\n  text-wrap: pretty;\n}\n.proof .testimonial .who {\n  display: flex;\n  align-items: center;\n  gap: 14px;\n  border-top: 1px solid var(--line);\n  padding-top: 20px;\n}\n.proof .who-name { font-size: 14px; font-weight: 600; }\n.proof .who-role { font-size: 12px; color: var(--ink-3); margin-top: 2px; }\n\n\/* Customer story card \u2014 static tile, no play button (no video yet) *\/\n.proof .story-tile {\n  background: linear-gradient(135deg, var(--navy-900), var(--navy-800));\n  border-radius: var(--r);\n  position: relative;\n  overflow: hidden;\n  min-height: 280px;\n  display: flex;\n  align-items: flex-end;\n  color: #fff;\n  padding: 28px;\n}\n.proof .story-tile::before {\n  content: '';\n  position: absolute; inset: 0;\n  background:\n    radial-gradient(400px 220px at 70% 30%, rgba(22,160,107,.25), transparent 70%),\n    repeating-linear-gradient(45deg, rgba(255,255,255,.03) 0 2px, transparent 2px 18px);\n  pointer-events: none;\n}\n.proof .story-meta { position: relative; z-index: 2; }\n.proof .story-meta .label {\n  font-family: var(--mono);\n  font-size: 11px;\n  letter-spacing: .08em;\n  color: rgba(255,255,255,.6);\n  text-transform: uppercase;\n}\n.proof .story-meta .title {\n  font-size: clamp(16px, 1.6vw, 18px);\n  font-weight: 600;\n  margin-top: 6px;\n  line-height: 1.3;\n}\n.proof .story-meta .note {\n  font-family: var(--mono);\n  font-size: 10.5px;\n  letter-spacing: .06em;\n  color: rgba(255,255,255,.45);\n  margin-top: 12px;\n  text-transform: uppercase;\n}\n\n\/* Proof stats bar *\/\n\/* Proof stats bar \u2014 always 2-4 columns, never single column *\/\n.proof .proof-bar {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: clamp(16px, 2.5vw, 28px);\n  padding: clamp(28px, 4vw, 36px) 0 0;\n  border-top: 1px solid var(--line);\n  margin-top: clamp(36px, 5vw, 56px);\n}\n\/* Tablet: 4 \u2192 2 columnas *\/\n@media (max-width: 720px) {\n  .proof .proof-bar {\n    grid-template-columns: 1fr 1fr;\n    gap: clamp(22px, 4vw, 30px) clamp(14px, 3vw, 24px);\n  }\n}\n\/* Mobile peque\u00f1o: 2 columnas m\u00e1s compactas *\/\n@media (max-width: 420px) {\n  .proof .proof-bar {\n    gap: 18px 14px;\n    padding-top: 24px;\n    margin-top: 28px;\n  }\n}\n\n.proof .proof-stat strong {\n  display: block;\n  font-size: clamp(24px, 4.4vw, 44px);\n  font-weight: 600;\n  letter-spacing: -.025em;\n  color: var(--ink);\n  font-feature-settings: 'tnum';\n  line-height: 1;\n}\n.proof .proof-stat .lbl {\n  color: var(--ink-3);\n  font-size: clamp(11.5px, 1.3vw, 13px);\n  margin-top: clamp(6px, 1vw, 8px);\n  line-height: 1.4;\n  text-wrap: pretty;\n}\n.proof .proof-stat .delta {\n  font-family: var(--mono);\n  font-size: clamp(10px, 1.1vw, 11px);\n  color: var(--green-dark);\n  margin-top: clamp(4px, 0.8vw, 6px);\n  letter-spacing: .04em;\n  line-height: 1.3;\n}\n<\/style>\n\n\n<section class=\"paper proof\" aria-labelledby=\"proof-title\">\n  <div class=\"container\">\n    <div class=\"section-head\">\n      <h2 id=\"proof-title\">Operators trust us. Numbers back them up.<\/h2>\n      <p>We've shipped systems across SaaS, FinTech, Industrial and Services teams in 11 European markets.<\/p>\n    <\/div>\n\n    <div class=\"testimonial-grid\">\n      <div class=\"testimonial\">\n        <blockquote>\n          \"We replaced three agencies and four tools with one system. Pipeline coverage went from 1.4\u00d7 to 3.8\u00d7 in one quarter \u2014 and the forecast finally matches reality.\"\n        <\/blockquote>\n        <div class=\"who\">\n          <div class=\"avatar\" aria-hidden=\"true\">MA<\/div>\n          <div>\n            <div class=\"who-name\">Marta Aguirre<\/div>\n            <div class=\"who-role\">CRO \u00b7 \u20ac40M ARR SaaS, Madrid<\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Customer story tile \u2014 static, no video yet -->\n      <div class=\"story-tile\" role=\"img\" aria-label=\"Customer story coming soon\">\n        <div class=\"story-meta\">\n          <div class=\"label\">Customer story<\/div>\n          <div class=\"title\">From hacks to a Revenue Operating System<\/div>\n          <div class=\"note\">Coming soon<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"proof-bar\">\n      <div class=\"proof-stat\">\n        <strong>+62%<\/strong>\n        <div class=\"lbl\">Pipeline coverage (avg, 90 days)<\/div>\n        <div class=\"delta\">\u25b2 vs. baseline<\/div>\n      <\/div>\n      <div class=\"proof-stat\">\n        <strong>\u221231%<\/strong>\n        <div class=\"lbl\">Cycle length (avg)<\/div>\n        <div class=\"delta\">\u25bc days to close<\/div>\n      <\/div>\n      <div class=\"proof-stat\">\n        <strong>3.8\u00d7<\/strong>\n        <div class=\"lbl\">Forecast accuracy<\/div>\n        <div class=\"delta\">\u25b2 vs. quarter prior<\/div>\n      <\/div>\n      <div class=\"proof-stat\">\n        <strong>\u20ac120M<\/strong>\n        <div class=\"lbl\">Pipeline generated<\/div>\n        <div class=\"delta\">\u25b2 since 2019<\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-03e8d1d elementor-widget-mobile__width-inherit elementor-widget elementor-widget-html\" data-id=\"03e8d1d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\n     BLOCK 05 \u00b7 TEAM AUTHORITY \u2014 Speaking appearances\n     ----------------------------------------------------------------\n     Paste this in a single HTML widget in Elementor.\n\n     IMAGES PENDING: replace .media-slot divs with <img> tags\n     when the real event photos are available.\n     ============================================================ -->\n\n<style>\n\/* ---------- 05 \u00b7 Team Authority block ---------- *\/\n.team-authority { background: #fff; }\n\n.team-authority .authority-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 24px;\n  margin-top: 40px;\n}\n@media (max-width: 860px) {\n  .team-authority .authority-grid { grid-template-columns: 1fr; }\n}\n\n.team-authority .authority-card {\n  background: #f5f1eb;\n  border: 1px solid var(--line);\n  border-radius: var(--r-lg);\n  overflow: hidden;\n  display: flex;\n  flex-direction: column;\n  transition: transform .18s, border-color .18s, box-shadow .18s;\n}\n.team-authority .authority-card:hover {\n  transform: translateY(-2px);\n  border-color: var(--green);\n  box-shadow: var(--shadow);\n}\n\n.team-authority .ac-photo {\n  aspect-ratio: 16 \/ 10;\n  overflow: hidden;\n  background: var(--navy-800);\n}\n.team-authority .ac-photo img {\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n\n.team-authority .ac-body {\n  padding: clamp(22px, 2.6vw, 32px);\n  display: flex;\n  flex-direction: column;\n  flex: 1;\n}\n\n.team-authority .authority-tag {\n  font-family: var(--mono);\n  font-size: 11px;\n  letter-spacing: .14em;\n  text-transform: uppercase;\n  color: var(--green-dark);\n  display: inline-flex;\n  align-self: flex-start;\n  padding: 5px 10px;\n  border-radius: 6px;\n  background: var(--green-soft);\n}\n\n.team-authority .authority-card h3 {\n  font-size: clamp(18px, 1.6vw, 22px);\n  margin-top: 18px;\n  letter-spacing: -.02em;\n  line-height: 1.22;\n}\n\n.team-authority .a-desc {\n  color: var(--ink-2);\n  font-size: 14.5px;\n  line-height: 1.6;\n  margin-top: 14px;\n}\n\n.team-authority .authority-meta {\n  margin-top: auto;\n  padding-top: 20px;\n  border-top: 1px solid var(--line);\n  display: flex;\n  flex-direction: column;\n  gap: 4px;\n}\n.team-authority .a-name {\n  font-size: 14px;\n  font-weight: 600;\n  color: var(--ink);\n  line-height: 1.4;\n}\n.team-authority .a-when {\n  font-family: var(--mono);\n  font-size: 12px;\n  color: var(--ink-3);\n  letter-spacing: .03em;\n}\n\n.team-authority .authority-cta {\n  margin-top: 18px;\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  align-self: flex-start;\n  font-size: 13px;\n  font-weight: 600;\n  letter-spacing: .03em;\n  text-transform: uppercase;\n  color: var(--green-dark);\n  text-decoration: none;\n}\n.team-authority .authority-cta .btn-arrow { transition: transform .2s; }\n.team-authority .authority-cta:hover .btn-arrow { transform: translateX(3px); }\n\n.team-authority .authority-foot {\n  text-align: center;\n  margin-top: 32px;\n  font-family: var(--mono);\n  font-size: 12px;\n  color: var(--ink-3);\n  letter-spacing: .04em;\n}\n<\/style>\n\n\n<section class=\"team-authority\" aria-labelledby=\"authority-title\">\n  <div class=\"container\">\n    <div class=\"section-head\">\n      <h2 id=\"authority-title\">Operators who've been on the panel, not just on the deck.<\/h2>\n      <p>GrowthOS founders speak publicly on Revenue Operations, B2B sales systems and commercial AI. Real engagements, real audiences, real domain  not LinkedIn-only thought leadership.<\/p>\n    <div class=\"authority-grid\">\n  <article class=\"authority-card\">\n    <div class=\"ac-photo\">\n      <img loading=\"lazy\"\n        src=\"https:\/\/growthos.biz\/wp-content\/uploads\/2026\/06\/Martech-B2B-Summit-2026-_7-768x512-1.jpg\"\n        alt=\"Tiago Guerra speaking on a Lead Generation panel at the Martech B2B Summit 2026, Portugal\"\n        width=\"768\"\n        height=\"512\"\n        loading=\"lazy\"\n        decoding=\"async\">\n    <\/div>\n    <div class=\"ac-body\">\n      <span class=\"authority-tag\">Panel \u00b7 Keynote<\/span>\n      <h3>Lead Generation: building scalable and predictable sales systems in B2B<\/h3>\n      <p class=\"a-desc\">\n        Panel on predictable and scalable lead generation in B2B. Tiago Guerra\n        (Co-Founder &amp; CEO of GrowthOS) alongside Duarte Valente (Head of B2B\n        AdStrategy), Cristina Ver\u00edssimo (CMO, Amorim Cork Solutions) and Ana Barros\n        (CEO, Martech Digital).\n      <\/p>\n      <div class=\"authority-meta\">\n        <span class=\"a-name\">Tiago Guerra \u00b7 Co-Founder &amp; CEO, GrowthOS<\/span>\n        <span class=\"a-when\">Martech B2B Summit \u00b7 Portugal \u00b7 2025<\/span>\n      <\/div>\n      <a class=\"authority-cta\" href=\"https:\/\/martechdigital.com\/evento-marketing-b2b\/#5edicao\" target=\"_blank\" rel=\"noopener nofollow\">\n        See the event\n        <svg class=\"btn-arrow\" 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      <\/article>\n\n   <article class=\"authority-card\">\n    <div class=\"ac-photo\">\n      <img loading=\"lazy\"\n        src=\"https:\/\/growthos.biz\/wp-content\/uploads\/2026\/06\/1761295090999.jpeg\"\n        alt=\"Gabriel Coimbra delivering keynote at the Portugal Digital Summit 2025\"\n        width=\"768\"\n        height=\"512\"\n        loading=\"lazy\"\n        decoding=\"async\">\n    <\/div>\n        <div class=\"ac-body\">\n          <span class=\"authority-tag\">Keynote \u00b7 Summit<\/span>\n          <h3>Portugal's digital economy: when technology becomes national infrastructure<\/h3>\n          <p class=\"a-desc\">\n            On Portugal's digital economy entering a phase of consolidation and maturity \u2014\n            moving from emerging sector to transversal economic infrastructure that powers\n            competitiveness, innovation, productivity and public revenue.\n          <\/p>\n          <div class=\"authority-meta\">\n            <span class=\"a-name\">Gabriel Coimbra \u00b7 Executive Advisor &amp; Investor<\/span>\n            <span class=\"a-when\">Portugal Digital Summit \u00b7 2025<\/span>\n          <\/div>\n          <a class=\"authority-cta\" href=\"https:\/\/portugaldigitalsummit.pt\/portugal-summit-2025\/#inicio\" target=\"_blank\" rel=\"noopener nofollow\">\n            See the event\n            <svg class=\"btn-arrow\" 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      <\/article>\n    <\/div>\n\n    <p class=\"authority-foot\">More appearances scheduled for 2026. Watch this space.<\/p>\n  <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0e80e25 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-html\" data-id=\"0e80e25\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\n     BLOCK 06 \u00b7 HONEST FILTER \u2014 \"Not for you if...\"\n     ----------------------------------------------------------------\n     Paste this in a single HTML widget in Elementor.\n     ============================================================ -->\n\n<style>\n\/* ---------- 06 \u00b7 Honest Filter block ---------- *\/\n.notfor {\n  background: var(--navy-950);\n  color: #fff;\n}\n\n.notfor .notfor-grid {\n  display: grid;\n  grid-template-columns: 1fr 1.4fr;\n  gap: 56px;\n  align-items: center;\n}\n@media (max-width: 900px) {\n  .notfor .notfor-grid { grid-template-columns: 1fr; gap: 40px; }\n}\n\n.notfor .nf-intro {\n  margin-top: 20px;\n  color: rgba(255,255,255,.7);\n  font-size: clamp(15px, 1.5vw, 17px);\n  line-height: 1.6;\n}\n\n.notfor .notfor-list {\n  display: flex;\n  flex-direction: column;\n  gap: 14px;\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n.notfor .notfor-item {\n  display: grid;\n  grid-template-columns: 22px 1fr;\n  gap: 14px;\n  padding: 16px 0;\n  border-bottom: 1px solid rgba(255,255,255,.10);\n  align-items: start;\n  font-size: clamp(14px, 1.4vw, 16px);\n  color: rgba(255,255,255,.85);\n  line-height: 1.5;\n}\n.notfor .notfor-item .x {\n  width: 22px;\n  height: 22px;\n  border-radius: 50%;\n  background: rgba(22,160,107,.16);\n  color: var(--green-soft);\n  display: grid;\n  place-items: center;\n  flex-shrink: 0;\n}\n\n\/* Maturity Assessment CTA *\/\n.notfor .maturity-cta {\n  margin-top: 48px;\n  display: flex;\n  align-items: center;\n  justify-content: space-between;\n  gap: 28px;\n  flex-wrap: wrap;\n  padding: clamp(22px, 2.6vw, 28px) clamp(22px, 2.8vw, 32px);\n  background: rgba(255,255,255,.04);\n  border: 1px solid rgba(255,255,255,.12);\n  border-radius: var(--r-lg);\n}\n.notfor .maturity-copy {\n  font-size: clamp(14px, 1.4vw, 16px);\n  line-height: 1.55;\n  color: rgba(255,255,255,.82);\n  max-width: 620px;\n}\n.notfor .maturity-copy strong { color: #fff; font-weight: 600; }\n\n@media (max-width: 720px) {\n  .notfor .maturity-cta {\n    flex-direction: column;\n    align-items: stretch;\n    gap: 18px;\n  }\n  .notfor .maturity-copy { max-width: 100%; }\n  .notfor .btn-outline-green {\n    width: 100%;\n    justify-content: center;\n  }\n}\n<\/style>\n\n\n<section class=\"notfor\" aria-labelledby=\"notfor-title\">\n  <div class=\"container\">\n    <div class=\"notfor-grid\">\n      <div>\n        <span class=\"eyebrow on-dark\">Honest filter<\/span>\n        <h2 id=\"notfor-title\" style=\"margin-top: 14px;\">This is not for you if\u2026<\/h2>\n        <p class=\"nf-intro\">\n          We'd rather lose the deal than waste your quarter.\n          If any of these are true, we're not the right partner, and we'll tell you.\n        <\/p>\n      <\/div>\n      <ul class=\"notfor-list\">\n        <li class=\"notfor-item\">\n          <span class=\"x\"><svg width=\"11\" height=\"11\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.4\"><path d=\"M4 4l8 8M12 4l-8 8\"\/><\/svg><\/span>\n          You are not ready to change how you sell.\n        <\/li>\n        <li class=\"notfor-item\">\n          <span class=\"x\"><svg width=\"11\" height=\"11\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.4\"><path d=\"M4 4l8 8M12 4l-8 8\"\/><\/svg><\/span>\n          You expect hacks or \"magic\" leads.\n        <\/li>\n        <li class=\"notfor-item\">\n          <span class=\"x\"><svg width=\"11\" height=\"11\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.4\"><path d=\"M4 4l8 8M12 4l-8 8\"\/><\/svg><\/span>\n          Your product is not validated yet.\n        <\/li>\n        <li class=\"notfor-item\">\n          <span class=\"x\"><svg width=\"11\" height=\"11\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.4\"><path d=\"M4 4l8 8M12 4l-8 8\"\/><\/svg><\/span>\n          You don't have a sales motion (or aren't planning to build one).\n        <\/li>\n        <li class=\"notfor-item\">\n          <span class=\"x\"><svg width=\"11\" height=\"11\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.4\"><path d=\"M4 4l8 8M12 4l-8 8\"\/><\/svg><\/span>\n          You're looking for outsourcing, not a partner.\n        <\/li>\n      <\/ul>\n    <\/div>\n\n    <div class=\"maturity-cta\">\n      <p class=\"maturity-copy\">\n        Not sure if it's a fit? Take the <strong>Sales Maturity Assessment<\/strong> in 5 minutes,\n        a written report that tells you which layer of GrowthOS makes sense (if any).\n      <\/p>\n      <a class=\"btn btn-outline-green\" href=\"https:\/\/app.growthos.biz\/maturity-assessment\">\n        Take the Sales Maturity Assessment\n        <svg class=\"btn-arrow\" 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<\/section>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a3bd32 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-html\" data-id=\"5a3bd32\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\n     BLOCK 07 \u00b7 FAQs\n     ----------------------------------------------------------------\n     Paste this in a single HTML widget in Elementor.\n\n     Uses native <details>\/<summary> \u2014 no JS required.\n     ============================================================ -->\n\n<style>\n\/* ---------- 07 \u00b7 FAQs block ---------- *\/\n.faq-block .faq {\n  max-width: 820px;\n  margin: 0 auto;\n  display: flex;\n  flex-direction: column;\n  gap: 10px;\n}\n\n.faq-block .faq details {\n  background: #fff;\n  border: 1px solid var(--line);\n  border-radius: var(--r);\n  padding: 0;\n  transition: border-color .2s;\n}\n.faq-block .faq details[open] { border-color: var(--green); }\n\n.faq-block .faq summary {\n  list-style: none;\n  cursor: pointer;\n  padding: 22px 24px;\n  font-size: clamp(15px, 1.5vw, 17px);\n  font-weight: 500;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 16px;\n  line-height: 1.4;\n}\n.faq-block .faq summary::-webkit-details-marker { display: none; }\n.faq-block .faq summary::marker { display: none; }\n\n.faq-block .faq summary .chev {\n  transition: transform .2s;\n  color: var(--ink-3);\n  flex-shrink: 0;\n}\n.faq-block .faq details[open] summary .chev {\n  transform: rotate(180deg);\n  color: var(--green-dark);\n}\n\n.faq-block .faq .answer {\n  padding: 0 24px 24px;\n  font-size: 15px;\n  color: var(--ink-2);\n  line-height: 1.6;\n}\n\n@media (max-width: 560px) {\n  .faq-block .faq summary { padding: 18px 18px; }\n  .faq-block .faq .answer { padding: 0 18px 20px; font-size: 14px; }\n}\n<\/style>\n\n\n<section class=\"paper faq-block\" aria-labelledby=\"faq-title\">\n  <div class=\"container\">\n    <div class=\"section-head\">\n      <span class=\"eyebrow\">People also ask<\/span>\n      <h2 id=\"faq-title\">Questions you're probably asking.<\/h2>\n    <\/div>\n    <div class=\"faq\">\n      <details>\n        <summary>What is a Revenue Operating System?\n          <svg class=\"chev\" width=\"18\" height=\"18\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M3 5l5 5 5-5\"\/><\/svg>\n        <\/summary>\n        <div class=\"answer\">\n          A Revenue Operating System (also known as Revenue OS or RevOps architecture) is one connected system for how a B2B company generates, qualifies and closes pipeline. It links GTM strategy, sales process, CRM, data and execution into a single operating model, instead of leaving them as disconnected parts that each leak revenue. The result is commercial growth that is predictable and repeatable, not dependent on luck or on the founder chasing every deal.\n        <\/div>\n      <\/details>\n      <details>\n        <summary>Who is GrowthOS for?\n          <svg class=\"chev\" width=\"18\" height=\"18\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M3 5l5 5 5-5\"\/><\/svg>\n        <\/summary>\n        <div class=\"answer\">\n          GrowthOS is built for B2B companies with real commercial complexity: long sales cycles, considered purchases, and several stakeholders involved in each decision. We work with founder-led and mid-market B2B companies looking to grow in different ways: building a predictable sales pipeline that no longer depends on the founder, expanding into new international markets, entering new segments within the markets they already serve, or structuring outreach for a specific objective such as raising capital. If you sell something meaningful to other businesses and want commercial growth that is structured rather than reactive, there is a way in for you.\n        <\/div>\n      <\/details>\n      <details>\n        <summary>How does it work?\n          <svg class=\"chev\" width=\"18\" height=\"18\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M3 5l5 5 5-5\"\/><\/svg>\n        <\/summary>\n        <div class=\"answer\">\n         GrowthOS runs on a three-phase methodolog: Think, Build and Run. Three phases, one engine. Think is the diagnosis and strategy phase: who to sell to, with what message, through which process. Build stands up the operating platform and the sales infrastructure behind it. Run is the ongoing execution: outbound prospecting, sales operations, and qualified meetings landing in your pipeline. Think comes first because it is what makes everything after it pay off. You can engage one phase or the full engine, but we do not run execution on top of an unclear strategy, because that just scales the problem.\n        <\/div>\n      <\/details>\n      <details>\n        <summary>Do you replace our existing stack or work with what we have?\n          <svg class=\"chev\" width=\"18\" height=\"18\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M3 5l5 5 5-5\"\/><\/svg>\n        <\/summary>\n        <div class=\"answer\">\n          We work with your existing CRM and sales stack. Salesforce, HubSpot, Microsoft Dynamics, Pipedrive, Zoho and the tools around them stay in place. We add the operating layer that makes them work as one connected system, and bring in our own platform where a capability is missing. We only touch a stack component when it is actively holding the system back, and only with your sign-off. The goal is one integrated system that works, not a migration project.\n        <\/div>\n      <\/details>\n      <details>\n        <summary>How fast can we see real results?\n          <svg class=\"chev\" width=\"18\" height=\"18\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M3 5l5 5 5-5\"\/><\/svg>\n        <\/summary>\n        <div class=\"answer\">\n          Timelines depend on which entry point you choose. Our Growth Tools are the fastest: focused assessments and generators that give you concrete commercial output in the same working session, useful on their own and a low-commitment way to see how we think. The full engine compounds over time. Think delivers commercial clarity within the first weeks: a clear target account list, the right message for each segment, and a defined sales process. Build stands up the platform after that. Measurable pipeline lift typically shows from the following quarter onward, as execution compounds. We do not sell overnight transformation. We build a system that gets stronger every quarter it runs.\n        <\/div>\n      <\/details>\n      <details>\n        <summary>What does an engagement typically cost?\n          <svg class=\"chev\" width=\"18\" height=\"18\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M3 5l5 5 5-5\"\/><\/svg>\n        <\/summary>\n        <div class=\"answer\">\n         Engagement cost depends on which phase you engage and is always shared openly before any commitment. Growth Tools are low-cost or free entry points. Think is a fixed-scope strategic engagement. The GrowthOS platform comes at no cost while we work together. Run is a monthly operated service, priced to the scope of execution you need, often with a variable component tied to results. You always know what you are paying for and why, and the first conversation gives you a clear scope before anything is signed.\n        <\/div>\n      <\/details>\n      <details>\n        <summary>How is GrowthOS different from a consultancy or an agency?\n          <svg class=\"chev\" width=\"18\" height=\"18\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M3 5l5 5 5-5\"\/><\/svg>\n        <\/summary>\n        <div class=\"answer\">\n          GrowthOS is structurally different from a consultancy or an agency. A traditional consultancy hands you a deck and leaves. A sales agency hands you outsourced execution with no strategy behind it. GrowthOS gives you an operated system where strategy, infrastructure and execution are one layer instead of three disconnected ones, backed by operators who have built and run commercial systems across multiple B2B markets, not advisors working from theory. We bring our own platform and proprietary data to build your target account lists and reach the right buyers, so execution starts from real ground rather than a blank page. Everything lives in your systems and your team owns it. If we part ways, you keep everything built up to that point and keep running it. No lock-in on your data, your code or your process.\n        <\/div>\n      <\/details>\n       <details>\n        <summary>What happens if we want to part ways mid-engagement?\n          <svg class=\"chev\" width=\"18\" height=\"18\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M3 5l5 5 5-5\"\/><\/svg>\n        <\/summary>\n        <div class=\"answer\">\n          Every deliverable is documented and handed over as we go. Diagnostics, blueprints, configurations and dashboards live in your systems, not ours. If we part ways, you keep everything built up to that point and your team can continue running it. We do not lock data, code or processes behind us, and Sales Engine engagements have clean exit clauses at the end of each phase.  \n\n        <\/div>\n      <\/details>\n    <\/div>\n  <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f4983d7 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-html\" data-id=\"f4983d7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ============================================================\n     BLOCK 08 \u00b7 FINAL CTA\n     ----------------------------------------------------------------\n     Paste this in a single HTML widget in Elementor.\n     ============================================================ -->\n\n<style>\n\/* ---------- 08 \u00b7 Final CTA block ---------- *\/\n.final-cta {\n  background: linear-gradient(135deg, var(--navy-900) 0%, #0d1d36 50%, #0c2a22 100%);\n  color: #fff;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n.final-cta::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background: radial-gradient(600px 400px at 50% 100%, rgba(22,160,107,.25), transparent 60%);\n  pointer-events: none;\n}\n\n.final-cta .final-cta-inner {\n  position: relative;\n  max-width: 760px;\n  margin: 0 auto;\n}\n.final-cta h2 { margin-top: 14px; margin-bottom: 22px; }\n.final-cta h2 .accent {\n  color: var(--green);\n  font-style: italic;\n  font-weight: 400;\n}\n.final-cta p {\n  color: rgba(255,255,255,.75);\n  font-size: clamp(15px, 1.5vw, 18px);\n  max-width: 560px;\n  margin: 0 auto;\n  line-height: 1.55;\n}\n\n.final-cta .final-cta-row {\n  margin-top: 36px;\n  display: flex;\n  gap: 12px;\n  flex-wrap: wrap;\n  justify-content: center;\n}\n\n.final-cta .final-cta-note {\n  margin-top: 26px;\n  font-family: var(--mono);\n  font-size: 12px;\n  letter-spacing: .04em;\n  color: rgba(255,255,255,.55);\n}\n\n\/* Mobile: stack CTAs vertically, full-width *\/\n@media (max-width: 480px) {\n  .final-cta .final-cta-row {\n    flex-direction: column;\n    gap: 10px;\n    align-items: stretch;\n  }\n  .final-cta .final-cta-row .btn {\n    justify-content: center;\n    width: 100%;\n  }\n}\n<\/style>\n\n\n<section class=\"final-cta\" aria-labelledby=\"final-cta-title\">\n  <div class=\"container final-cta-inner\">\n    <span class=\"eyebrow on-dark\">Next step<\/span>\n    <h2 id=\"final-cta-title\">See where revenue is leaking.<br\/>Before we talk scope.<\/h2>\n    <p>Take the 3-min Sales Engine Diagnostic. You get a written breakdown of where your system is losing pipeline, and which phase (Think, Build or Run) makes sense to start with. No deck, no pitch.<\/p>\n    <div class=\"final-cta-row\">\n      <a class=\"btn btn-primary btn-lg\" href=\"https:\/\/app.growthos.biz\/sales-engine-diagnostic\">\n        Start with a free diagnostic\n        <svg class=\"btn-arrow\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M3 8h10M9 4l4 4-4 4\"\/><\/svg>\n      <\/a>\n      <a class=\"btn btn-ghost btn-lg\" href=\"\/sales-engine\">\n        Or, explore the system\n        <svg class=\"btn-arrow\" width=\"16\" height=\"16\" 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    <p class=\"final-cta-note\">3 minutes \u00b7 written report \u00b7 no sales call required<\/p>\n  <\/div>\n<\/section>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4d55d19 elementor-widget-mobile__width-inherit elementor-widget elementor-widget-global elementor-global-764 elementor-widget-html\" data-id=\"4d55d19\" 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 Value [&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-663","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/growthos.biz\/es\/wp-json\/wp\/v2\/pages\/663","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=663"}],"version-history":[{"count":152,"href":"https:\/\/growthos.biz\/es\/wp-json\/wp\/v2\/pages\/663\/revisions"}],"predecessor-version":[{"id":1251,"href":"https:\/\/growthos.biz\/es\/wp-json\/wp\/v2\/pages\/663\/revisions\/1251"}],"wp:attachment":[{"href":"https:\/\/growthos.biz\/es\/wp-json\/wp\/v2\/media?parent=663"}],"curies":[{"name":"bien jugado","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}