GPS Consulting

Double Your Value

<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GPS Gold - Double Your Value</title>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,300;1,9..40,400&display=swap" rel="stylesheet">
<style>
:root {
--navy: #1C2B3A;
--navy2: #243447;
--green: #2D6A2D;
--green2: #347A34;
--gold: #C9A84C;
--gold2: #D4B565;
--white: #FFFFFF;
--off: #F8F6F2;
--offb: #F2EFE9;
--gray: #6B6966;
--light: #E8E4DC;
}
*{box-sizing:border-box;margin:0;padding:0}
body {
background: var(--off);
font-family: 'DM Sans', sans-serif;
color: var(--navy);
padding: 48px32px;
}
/* ── PAGE WRAPPER ── */
.flier {
max-width: 1080px;
margin: 0auto;
background: var(--white);
box-shadow: 020px80pxrgba(28,43,58,0.18);
}
/* ── HEADER ── */
.header {
background: var(--navy);
padding: 56px72px48px;
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 40px;
position: relative;
overflow: hidden;
}
.header::before {
content:'';
position:absolute;
top:-80px; right:-80px;
width:320px; height:320px;
border-radius:50%;
background: radial-gradient(circle, rgba(201,168,76,0.12) 0%, transparent70%);
}
.header::after {
content:'';
position:absolute;
bottom:0; left:0;
width:100%; height:3px;
background: linear-gradient(90deg, var(--gold) 0%, var(--green) 60%, transparent100%);
}
.header-left {}
.header-eyebrow {
font-family: 'DM Sans', sans-serif;
font-size: 11px;
font-weight: 600;
letter-spacing: 0.35em;
text-transform: uppercase;
color: rgba(255,255,255,0.35);
margin-bottom: 12px;
}
.header-title {
font-family: 'Playfair Display', serif;
font-size: 64px;
font-weight: 900;
color: var(--white);
line-height: 1.05;
letter-spacing: -1px;
}
.header-title span {
color: var(--gold);
}
.header-sub {
font-family: 'Playfair Display', serif;
font-size: 22px;
font-style: italic;
font-weight: 400;
color: rgba(255,255,255,0.45);
margin-top: 10px;
letter-spacing: 0.01em;
}
.header-right {
text-align: right;
flex-shrink: 0;
}
.price-label {
font-size: 10px;
font-weight: 600;
letter-spacing: 0.3em;
text-transform: uppercase;
color: rgba(255,255,255,0.3);
margin-bottom: 6px;
}
.price {
font-family: 'Playfair Display', serif;
font-size: 42px;
font-weight: 700;
color: var(--gold);
line-height: 1;
}
.price-period {
font-size: 13px;
color: rgba(255,255,255,0.4);
margin-top: 4px;
letter-spacing: 0.1em;
}
.logo-mark {
display: flex;
align-items: flex-end;
gap: 3px;
height: 28px;
margin-bottom: 12px;
justify-content: flex-end;
}
.lbar { background: var(--green2); border-radius: 1px; width: 5px; }
.larrow {
width: 0; height: 0;
border-left: 5pxsolidtransparent;
border-right: 5pxsolidtransparent;
border-bottom: 7pxsolid#4CAF50;
margin-bottom: 2px;
}
/* ── INTRO STRIP ── */
.intro-strip {
background: var(--offb);
border-bottom: 1pxsolidvar(--light);
padding: 28px72px;
display: flex;
gap: 48px;
align-items: center;
}
.intro-pill {
display: flex;
align-items: center;
gap: 12px;
}
.intro-dot {
width: 8px; height: 8px;
border-radius: 50%;
background: var(--gold);
flex-shrink: 0;
}
.intro-text {
font-size: 13px;
font-weight: 500;
color: var(--navy);
line-height: 1.5;
}
.intro-divider {
width: 1px;
height: 32px;
background: var(--light);
flex-shrink: 0;
}
/* ── BODY GRID ── */
.body-grid {
display: grid;
grid-template-columns: 1fr1fr;
gap: 0;
}
.body-grid .col {
padding: 52px56px;
}
.body-grid .col:first-child {
border-right: 1pxsolidvar(--light);
}
/* ── SECTION TITLE ── */
.sec-label {
font-size: 10px;
font-weight: 700;
letter-spacing: 0.32em;
text-transform: uppercase;
color: var(--gold);
margin-bottom: 8px;
}
.sec-title {
font-family: 'Playfair Display', serif;
font-size: 26px;
font-weight: 700;
color: var(--navy);
line-height: 1.25;
margin-bottom: 28px;
}
.sec-rule {
width: 36px;
height: 2px;
background: var(--green);
margin-bottom: 28px;
border-radius: 1px;
}
/* ── SERVICE BLOCKS ── */
.service-block {
margin-bottom: 28px;
}
.service-block:last-child { margin-bottom: 0; }
.service-head {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 10px;
}
.service-icon {
width: 28px; height: 28px;
background: var(--navy);
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.service-icon svg { width: 14px; height: 14px; }
.service-name {
font-size: 14px;
font-weight: 700;
color: var(--navy);
letter-spacing: 0.02em;
}
.service-items {
list-style: none;
padding-left: 38px;
}
.service-items li {
font-size: 12.5px;
color: var(--gray);
line-height: 1.75;
padding-left: 14px;
position: relative;
}
.service-items li::before {
content: '';
position: absolute;
left: 0;
top: 9px;
width: 5px;
height: 1px;
background: var(--gold);
}
/* ── DIVIDER ── */
.full-divider {
height: 1px;
background: var(--light);
margin: 056px;
}
/* ── LINKEDIN SECTION ── */
.linkedin-section {
padding: 48px56px;
background: var(--white);
}
.linkedin-grid {
display: grid;
grid-template-columns: 1fr1fr1fr;
gap: 28px;
margin-top: 32px;
}
.li-card {
background: var(--off);
border-radius: 6px;
padding: 24px22px;
border-top: 3pxsolidvar(--navy);
}
.li-card.green-top { border-top-color: var(--green); }
.li-card.gold-top { border-top-color: var(--gold); }
.li-card-title {
font-size: 12px;
font-weight: 700;
color: var(--navy);
letter-spacing: 0.08em;
text-transform: uppercase;
margin-bottom: 12px;
}
.li-card-body {
font-size: 12px;
color: var(--gray);
line-height: 1.8;
}
/* ── FLOW BAR ── */
.flow-bar {
background: var(--navy);
padding: 32px56px;
display: flex;
align-items: center;
gap: 0;
overflow-x: auto;
}
.flow-step {
display: flex;
align-items: center;
gap: 0;
flex: 1;
min-width: 0;
}
.flow-node {
display: flex;
flex-direction: column;
align-items: center;
gap: 6px;
flex-shrink: 0;
}
.flow-circle {
width: 36px;
height: 36px;
border-radius: 50%;
background: var(--navy2);
border: 2pxsolidvar(--gold);
display: flex;
align-items: center;
justify-content: center;
font-size: 11px;
font-weight: 700;
color: var(--gold);
}
.flow-label {
font-size: 9px;
font-weight: 600;
letter-spacing: 0.1em;
text-transform: uppercase;
color: rgba(255,255,255,0.5);
text-align: center;
line-height: 1.3;
max-width: 68px;
}
.flow-arrow {
flex: 1;
height: 1px;
background: rgba(201,168,76,0.25);
position: relative;
margin: 06px;
margin-bottom: 22px;
}
.flow-arrow::after {
content: '›';
position: absolute;
right: -6px;
top: -9px;
color: var(--gold);
font-size: 14px;
opacity: 0.5;
}
/* ── STATS STRIP ── */
.stats-strip {
background: var(--green);
padding: 28px56px;
display: flex;
gap: 0;
align-items: center;
}
.stat-block {
flex: 1;
text-align: center;
}
.stat-divider {
width: 1px;
height: 40px;
background: rgba(255,255,255,0.2);
}
.stat-num {
font-family: 'Playfair Display', serif;
font-size: 38px;
font-weight: 700;
color: var(--white);
line-height: 1;
}
.stat-label {
font-size: 11px;
color: rgba(255,255,255,0.65);
margin-top: 4px;
letter-spacing: 0.08em;
text-transform: uppercase;
}
/* ── GUARANTEE SECTION ── */
.guarantee-section {
padding: 48px56px;
display: grid;
grid-template-columns: 1fr1fr;
gap: 48px;
align-items: start;
border-top: 1pxsolidvar(--light);
}
.guar-left {}
.guar-box {
background: var(--off);
border-radius: 8px;
padding: 28px32px;
border-left: 4pxsolidvar(--gold);
margin-top: 24px;
}
.guar-item {
display: flex;
gap: 12px;
margin-bottom: 14px;
}
.guar-item:last-child { margin-bottom: 0; }
.guar-num {
width: 22px;
height: 22px;
border-radius: 50%;
background: var(--gold);
display: flex;
align-items: center;
justify-content: center;
font-size: 10px;
font-weight: 700;
color: var(--navy);
flex-shrink: 0;
margin-top: 2px;
}
.guar-text {
font-size: 12.5px;
color: var(--gray);
line-height: 1.7;
}
.guar-text strong {
color: var(--navy);
font-weight: 600;
}
.guar-formula {
background: var(--navy);
border-radius: 8px;
padding: 24px28px;
margin-top: 20px;
}
.guar-formula-title {
font-size: 10px;
font-weight: 700;
letter-spacing: 0.25em;
text-transform: uppercase;
color: var(--gold);
margin-bottom: 14px;
}
.formula-row {
display: flex;
justify-content: space-between;
align-items: center;
padding: 6px0;
border-bottom: 1pxsolidrgba(255,255,255,0.07);
font-size: 12px;
}
.formula-row:last-child { border-bottom: none; }
.formula-row .fl { color: rgba(255,255,255,0.55); }
.formula-row .fr { color: var(--white); font-weight: 600; }
.formula-row.highlight .fl { color: var(--gold); font-weight: 600; }
.formula-row.highlight .fr { color: var(--gold); font-size: 14px; }
/* ── TESTIMONIAL ── */
.testimonial {
background: var(--offb);
border-radius: 8px;
padding: 32px;
position: relative;
}
.testimonial::before {
content: '\201C';
font-family: 'Playfair Display', serif;
font-size: 80px;
color: var(--gold);
opacity: 0.25;
position: absolute;
top: 8px;
left: 20px;
line-height: 1;
}
.test-text {
font-family: 'Playfair Display', serif;
font-size: 15px;
font-style: italic;
color: var(--navy);
line-height: 1.75;
position: relative;
z-index: 1;
margin-bottom: 20px;
}
.test-attr {
font-size: 12px;
font-weight: 700;
color: var(--green);
letter-spacing: 0.05em;
}
.test-title {
font-size: 11px;
color: var(--gray);
margin-top: 2px;
}
.test-results {
display: grid;
grid-template-columns: 1fr1fr;
gap: 12px;
margin-top: 20px;
}
.test-result-item {
background: var(--white);
border-radius: 6px;
padding: 14px16px;
border-left: 3pxsolidvar(--green);
}
.test-result-num {
font-family: 'Playfair Display', serif;
font-size: 22px;
font-weight: 700;
color: var(--navy);
line-height: 1;
}
.test-result-label {
font-size: 11px;
color: var(--gray);
margin-top: 3px;
line-height: 1.4;
}
/* ── MESSAGING EXAMPLE ── */
.messaging-section {
padding: 056px48px;
border-top: 1pxsolidvar(--light);
}
.msg-grid {
display: grid;
grid-template-columns: 1fr1fr1fr;
gap: 16px;
margin-top: 32px;
}
.msg-card {
border: 1pxsolidvar(--light);
border-radius: 6px;
overflow: hidden;
}
.msg-card-header {
background: var(--navy);
padding: 10px16px;
font-size: 10px;
font-weight: 700;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--gold);
}
.msg-card-body {
padding: 16px;
font-size: 12px;
color: var(--gray);
line-height: 1.75;
background: var(--off);
}
/* ── CTA FOOTER ── */
.cta-footer {
background: var(--navy);
padding: 44px72px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 40px;
position: relative;
overflow: hidden;
}
.cta-footer::before {
content:'';
position:absolute;
bottom:-60px; right:-60px;
width:240px; height:240px;
border-radius:50%;
background: radial-gradient(circle, rgba(45,106,45,0.18) 0%, transparent70%);
}
.cta-left {}
.cta-headline {
font-family: 'Playfair Display', serif;
font-size: 28px;
font-weight: 700;
color: var(--white);
line-height: 1.25;
margin-bottom: 8px;
}
.cta-sub {
font-size: 13px;
color: rgba(255,255,255,0.45);
}
.cta-right {
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 8px;
flex-shrink: 0;
}
.cta-detail {
font-size: 12px;
color: rgba(255,255,255,0.45);
text-align: right;
line-height: 1.8;
}
.cta-detail strong {
color: var(--gold);
font-weight: 600;
}
.cta-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: var(--gold);
color: var(--navy);
font-size: 11px;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
padding: 10px20px;
border-radius: 3px;
margin-top: 4px;
}
/* == VALUE MULTIPLIER FRAMEWORK == */
.vmf-section {
padding: 56px56px48px;
background: var(--white);
border-top: 1pxsolidvar(--light);
}
.vmf-intro { margin-bottom: 40px; max-width: 760px; }
.vmf-desc {
font-size: 14px;
color: var(--gray);
line-height: 1.85;
margin-top: 0;
}
.vmf-grid {
display: grid;
grid-template-columns: 1fr1fr1fr1fr;
gap: 20px;
margin-bottom: 36px;
}
.vmf-card {
border-radius: 8px;
overflow: hidden;
box-shadow: 02px12pxrgba(28,43,58,0.08);
}
.vmf-card-header {
padding: 22px20px18px;
display: flex;
flex-direction: column;
gap: 8px;
}
.navy-bg { background: var(--navy); }
.green-bg { background: var(--green); }
.gold-bg { background: var(--gold); }
.darkgreen-bg { background: #1f4e1f; }
.vmf-icon { margin-bottom: 2px; }
.vmf-card-label {
font-size: 9px;
font-weight: 700;
letter-spacing: 0.3em;
text-transform: uppercase;
color: rgba(255,255,255,0.5);
}
.gold-bg .vmf-card-label { color: rgba(28,43,58,0.5); }
.vmf-card-name {
font-family: 'Playfair Display', serif;
font-size: 17px;
font-weight: 700;
color: var(--white);
line-height: 1.2;
}
.gold-bg .vmf-card-name { color: var(--navy); }
.vmf-card-body {
padding: 20px;
background: var(--off);
}
.vmf-list {
list-style: none;
margin-bottom: 14px;
}
.vmf-list li {
font-size: 11.5px;
color: var(--gray);
line-height: 1.7;
padding-left: 14px;
position: relative;
margin-bottom: 2px;
}
.vmf-list li::before {
content: '';
position: absolute;
left: 0;
top: 9px;
width: 5px;
height: 1px;
background: var(--gold);
}
.vmf-link-line {
font-size: 11px;
color: var(--green);
font-style: italic;
line-height: 1.65;
border-top: 1pxsolidvar(--light);
padding-top: 12px;
margin-top: 4px;
}
.vmf-center-callout {
background: var(--navy);
border-radius: 8px;
padding: 40px56px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
position: relative;
overflow: hidden;
}
.vmf-center-callout::before {
content: '';
position: absolute;
top: -60px; left: 50%;
transform: translateX(-50%);
width: 300px; height: 300px;
border-radius: 50%;
background: radial-gradient(circle, rgba(201,168,76,0.1) 0%, transparent70%);
}
.vmf-callout-inner { position: relative; z-index: 1; max-width: 600px; }
.vmf-callout-label {
font-size: 10px;
font-weight: 700;
letter-spacing: 0.3em;
text-transform: uppercase;
color: var(--gold);
margin-bottom: 10px;
}
.vmf-callout-headline {
font-family: 'Playfair Display', serif;
font-size: 48px;
font-weight: 900;
color: var(--white);
line-height: 1.1;
letter-spacing: -0.5px;
margin-bottom: 16px;
}
.vmf-callout-sub {
font-size: 13.5px;
color: rgba(255,255,255,0.5);
line-height: 1.8;
}
</style>
</head>
<body>
<div class="flier">
<!-- ── HEADER ── -->
<divclass="header">
<divclass="header-left">
<divclass="header-eyebrow">GPS Consulting &nbsp;·&nbsp; Premium Advisory</div>
<divclass="header-title">GPS <span>Gold</span></div>
<divclass="header-sub">Measurable growth. Real results.</div>
</div>
<divclass="header-right">
<divclass="logo-mark">
<divclass="lbar"style="height:35%"></div>
<divclass="lbar"style="height:52%"></div>
<divclass="lbar"style="height:70%"></div>
<divclass="lbar"style="height:88%"></div>
<divclass="larrow"></div>
</div>
<divclass="price-label">Investment</div>
<divclass="price">$12,500</div>
<divclass="price-period">Per Month &nbsp;·&nbsp; All-Inclusive</div>
</div>
</div>
<!-- ── INTRO STRIP ── -->
<divclass="intro-strip">
<divclass="intro-pill">
<divclass="intro-dot"></div>
<divclass="intro-text">Clients expecting to grow or sell</div>
</div>
<divclass="intro-divider"></div>
<divclass="intro-pill">
<divclass="intro-dot"></div>
<divclass="intro-text">Businesses needing assistance in staffing, retention, or culture</div>
</div>
<divclass="intro-divider"></div>
<divclass="intro-pill">
<divclass="intro-dot"></div>
<divclass="intro-text">Companies seeking guaranteed growth in Income or Enterprise Value</div>
</div>
</div>
<!-- ── BODY GRID - SERVICES ── -->
<divclass="body-grid">
<divclass="col">
<divclass="sec-label">What's Included</div>
<divclass="sec-title">Staffing & Human Resources</div>
<divclass="sec-rule"></div>
<divclass="service-block">
<divclass="service-head">
<divclass="service-icon">
<svgviewBox="0 0 16 16"fill="none"xmlns="http://www.w3.org/2000/svg">
<circlecx="8"cy="5"r="3"stroke="#C9A84C"stroke-width="1.5"/>
<pathd="M2 14c0-3.314 2.686-6 6-6s6 2.686 6 6"stroke="#C9A84C"stroke-width="1.5"stroke-linecap="round"/>
</svg>
</div>
<divclass="service-name">Staffing</div>
</div>
<ulclass="service-items">
<li>GPS will augment your current staffing efforts.</li>
<li>Candidate management - maintain a hire database and email follow-up campaigns</li>
<li>Screening and interview prep - GPS representative screens and prepares candidates</li>
<li>Company culture and talent optimization - increase closing rates and retention</li>
</ul>
</div>
<divclass="service-block">
<divclass="service-head">
<divclass="service-icon">
<svgviewBox="0 0 16 16"fill="none"xmlns="http://www.w3.org/2000/svg">
<rectx="2"y="3"width="12"height="10"rx="1.5"stroke="#C9A84C"stroke-width="1.5"/>
<pathd="M5 7h6M5 10h4"stroke="#C9A84C"stroke-width="1.5"stroke-linecap="round"/>
</svg>
</div>
<divclass="service-name">HR & People</div>
</div>
<ulclass="service-items">
<li>People and performance assessment - right people in right roles</li>
<li>Goal-driven success metrics - establish KPIs and track enterprise value growth</li>
</ul>
</div>
</div>
<divclass="col">
<divclass="sec-label">What's Included</div>
<divclass="sec-title">Strategy, Leadership & Ongoing Support</div>
<divclass="sec-rule"></div>
<divclass="service-block">
<divclass="service-head">
<divclass="service-icon">
<svgviewBox="0 0 16 16"fill="none"xmlns="http://www.w3.org/2000/svg">
<pathd="M8 2L14 8L8 14L2 8L8 2Z"stroke="#C9A84C"stroke-width="1.5"stroke-linejoin="round"/>
<circlecx="8"cy="8"r="2"fill="#C9A84C"/>
</svg>
</div>
<divclass="service-name">Strategy & Financial</div>
</div>
<ulclass="service-items">
<li>C-Suite training and semi-annual financial tracking</li>
<li>Growth and expansion planning - identify ancillary services and niche opportunities</li>
<li>Exit strategy preparation - buyer interview prep and business value strengthening</li>
</ul>
</div>
<divclass="service-block">
<divclass="service-head">
<divclass="service-icon">
<svgviewBox="0 0 16 16"fill="none"xmlns="http://www.w3.org/2000/svg">
<circlecx="8"cy="8"r="6"stroke="#C9A84C"stroke-width="1.5"/>
<pathd="M8 5v3l2 2"stroke="#C9A84C"stroke-width="1.5"stroke-linecap="round"stroke-linejoin="round"/>
</svg>
</div>
<divclass="service-name">Ongoing Support</div>
</div>
<ulclass="service-items">
<li>Bi-weekly check-ins to track progress and train</li>
<li>Annual 2-day off-site meetings (client request)</li>
<li>Staff evaluation assistance (client request)</li>
<li>On-site leadership - GPS works directly with your staff</li>
</ul>
</div>
</div>
</div>
<!-- == VALUE MULTIPLIER FRAMEWORK == -->
<divclass="vmf-section">
<divclass="vmf-intro">
<divclass="sec-label">The GPS Value Multiplier Framework</div>
<divclass="sec-title">Four Systems. One Outcome: Enterprise Value Multiplied.</div>
<divclass="sec-rule"></div>
<pclass="vmf-desc">GPS Gold is built around a proprietary four-step framework that closes the gap between what your business is worth today and what it could be worth. Every engagement installs all four systems. Together they create a business that runs without you - and commands a premium or outperforms peers.</p>
</div>
<divclass="vmf-grid">
<divclass="vmf-card">
<divclass="vmf-card-header navy-bg">
<divclass="vmf-icon"><svgwidth="20"height="20"viewBox="0 0 20 20"fill="none"><circlecx="10"cy="6"r="3.5"stroke="#C9A84C"stroke-width="1.5"/><pathd="M3 18c0-3.866 3.134-7 7-7s7 3.134 7 7"stroke="#C9A84C"stroke-width="1.5"stroke-linecap="round"/></svg></div>
<divclass="vmf-card-label">System 01</div>
<divclass="vmf-card-name">Leadership System</div>
</div>
<divclass="vmf-card-body">
<ulclass="vmf-list">
<li>Coach mindset, not family mindset</li>
<li>Clear expectations and accountability</li>
<li>Defined paths from entry to retirement</li>
<li>Everyone knows their role and metrics</li>
</ul>
<divclass="vmf-link-line">Delivered through GPS Gold via C-Suite training, people and performance assessments, MAP, and goal-driven KPI frameworks.</div>
</div>
</div>
<divclass="vmf-card">
<divclass="vmf-card-header green-bg">
<divclass="vmf-icon"><svgwidth="20"height="20"viewBox="0 0 20 20"fill="none"><rectx="3"y="4"width="14"height="12"rx="2"stroke="#ffffff"stroke-width="1.5"/><pathd="M7 9h6M7 13h4"stroke="#ffffff"stroke-width="1.5"stroke-linecap="round"/></svg></div>
<divclass="vmf-card-label">System 02</div>
<divclass="vmf-card-name">Communication System</div>
</div>
<divclass="vmf-card-body">
<ulclass="vmf-list">
<li>Transparent goals and feedback loops</li>
<li>Employee and business roadmaps</li>
<li>Structured 1:1s and team reviews</li>
<li>Candid, data-based dialogue</li>
</ul>
<divclass="vmf-link-line">Delivered through GPS Gold via bi-weekly check-ins, staff evaluations, and structured communication rhythms installed across your team.</div>
</div>
</div>
<divclass="vmf-card">
<divclass="vmf-card-header gold-bg">
<divclass="vmf-icon"><svgwidth="20"height="20"viewBox="0 0 20 20"fill="none"><rectx="3"y="7"width="14"height="9"rx="1.5"stroke="#1C2B3A"stroke-width="1.5"/><pathd="M7 7V5a3 3 0 016 0v2"stroke="#1C2B3A"stroke-width="1.5"stroke-linecap="round"/><circlecx="10"cy="12"r="1.5"fill="#1C2B3A"/></svg></div>
<divclass="vmf-card-label">System 03</div>
<divclass="vmf-card-name">Compensation System</div>
</div>
<divclass="vmf-card-body">
<ulclass="vmf-list">
<li>Performance-based incentives tied to firm goals</li>
<li>Transparent and fair structures</li>
<li>Rewards that reinforce desired behavior</li>
<li>Measurable connection between performance and comp</li>
</ul>
<divclass="vmf-link-line">Delivered through GPS Gold via KPI-driven comp design, retention strategy, and talent optimization tied to enterprise value growth.</div>
</div>
</div>
<divclass="vmf-card">
<divclass="vmf-card-header darkgreen-bg">
<divclass="vmf-icon"><svgwidth="20"height="20"viewBox="0 0 20 20"fill="none"><pathd="M10 3C6.686 3 4 5.686 4 9c0 2.21 1.196 4.144 2.978 5.197L7 17h6l.022-2.803C14.804 13.144 16 11.21 16 9c0-3.314-2.686-6-6-6z"stroke="#ffffff"stroke-width="1.5"stroke-linejoin="round"/></svg></div>
<divclass="vmf-card-label">System 04</div>
<divclass="vmf-card-name">Culture System</div>
</div>
<divclass="vmf-card-body">
<ulclass="vmf-list">
<li>Purpose-driven, high-performance environment</li>
<li>Clear standards and values lived daily</li>
<li>Creates identity beyond any one individual</li>
</ul>
<divclass="vmf-link-line">Delivered through GPS Gold via on-site leadership, culture optimization, and hiring strategies that attract and keep the right people.</div>
</div>
</div>
</div>
<divclass="vmf-center-callout">
<divclass="vmf-callout-inner">
<divclass="vmf-callout-label">When all four systems work together</div>
<divclass="vmf-callout-headline">Enterprise Value<br>Multiplied.</div>
<divclass="vmf-callout-sub">GPS Gold clients average a 112% increase in enterprise value over a 24-month engagement. Not because the market changed - because the business changed.</div>
</div>
</div>
</div>
<!-- ── STATS STRIP ── -->
<divclass="stats-strip">
<divclass="stat-block">
<divclass="stat-num">40</div>
<divclass="stat-label">Staff Members - Two Satellite Offices Built</div>
</div>
<divclass="stat-divider"></div>
<divclass="stat-block">
<divclass="stat-num">$9M+</div>
<divclass="stat-label">Revenue Generated for Client</div>
</div>
<divclass="stat-divider"></div>
<divclass="stat-block">
<divclass="stat-num">$2.5M</div>
<divclass="stat-label">Annual Profit Added</div>
</div>
</div>
<!-- ── LINKEDIN SECTION ── -->
<divclass="linkedin-section">
<divclass="sec-label">LinkedIn Automation</div>
<divclass="sec-title">Effortless Prospect Generation - Built Into Every Engagement</div>
<divclass="sec-rule"></div>
<divclass="linkedin-grid">
<divclass="li-card">
<divclass="li-card-title">LinkedIn Automation</div>
<divclass="li-card-body">We automatically send connection requests and engage with your ideal prospects. All interactions appear to come directly from your account. 30+ precision filters - location, industry, title, company size.</div>
</div>
<divclass="li-card green-top">
<divclass="li-card-title">Database Creation</div>
<divclass="li-card-body">New and existing LinkedIn connections are added to your email and phone number database. We download your full first-degree connection list and activate it for outreach.</div>
</div>
<divclass="li-card gold-top">
<divclass="li-card-title">Email Marketing</div>
<divclass="li-card-body">Contacts in your database are targeted via email campaigns to increase touchpoints and drive appointments. Automation completes scheduled follow-ups until a lead responds.</div>
</div>
</div>
</div>
<!-- ── FLOW BAR ── -->
<divclass="flow-bar">
<divclass="flow-step">
<divclass="flow-node">
<divclass="flow-circle">1</div>
<divclass="flow-label">Target Profiles Identified</div>
</div>
<divclass="flow-arrow"></div>
</div>
<divclass="flow-step">
<divclass="flow-node">
<divclass="flow-circle">2</div>
<divclass="flow-label">Connection Request Sent</div>
</div>
<divclass="flow-arrow"></div>
</div>
<divclass="flow-step">
<divclass="flow-node">
<divclass="flow-circle">3</div>
<divclass="flow-label">Request Accepted</div>
</div>
<divclass="flow-arrow"></div>
</div>
<divclass="flow-step">
<divclass="flow-node">
<divclass="flow-circle">4</div>
<divclass="flow-label">Added to Database</div>
</div>
<divclass="flow-arrow"></div>
</div>
<divclass="flow-step">
<divclass="flow-node">
<divclass="flow-circle">5</div>
<divclass="flow-label">Follow-Up Message</div>
</div>
<divclass="flow-arrow"></div>
</div>
<divclass="flow-node">
<divclass="flow-circle"style="background:var(--gold);color:var(--navy);">✓</div>
<divclass="flow-label">Appointment Scheduled</div>
</div>
</div>
<!-- ── MESSAGING EXAMPLES ── -->
<divclass="messaging-section">
<divstyle="margin-top:48px">
<divclass="sec-label">Messaging Sequence</div>
<divclass="sec-title">What Your Prospects Receive - Personalized at Every Step</div>
<divclass="sec-rule"></div>
</div>
<divclass="msg-grid">
<divclass="msg-card">
<divclass="msg-card-header">Connection Request</div>
<divclass="msg-card-body">Hi {{first_name}}, I'd like to add you to my professional network on LinkedIn. [Your Name]</div>
</div>
<divclass="msg-card">
<divclass="msg-card-header">2 Hours After Accepted</div>
<divclass="msg-card-body">Hi {{first_name}}, [Short About Me] [Personalized pitch] [Call to action with phone or calendar link]</div>
</div>
<divclass="msg-card">
<divclass="msg-card-header">1 Day Later</div>
<divclass="msg-card-body">Hi {{first_name}}, let me know what you think about my last message. Happy to set up a time to talk. [Email / Phone / Calendar]</div>
</div>
</div>
</div>
<!-- ── GUARANTEE + TESTIMONIAL ── -->
<divclass="guarantee-section">
<divclass="guar-left">
<divclass="sec-label">The GPS Guarantee - if you are looking to Grow then Sell</div>
<divclass="sec-title">You Only Pay for Real Results</div>
<divclass="sec-rule"></div>
<divclass="guar-box">
<divclass="guar-item">
<divclass="guar-num">1</div>
<divclass="guar-text">Your GPS Gold fees are <strong>adjusted dollar for dollar</strong> at closing - less any recruiting fees incurred.</div>
</div>
<divclass="guar-item">
<divclass="guar-num">2</div>
<divclass="guar-text">The brokerage commission is reduced by the fees accrued for any staff successfully recruited. You are never double-charged.</div>
</div>
<divclass="guar-item">
<divclass="guar-num">3</div>
<divclass="guar-text">GPS is only compensated at a successful exit. <strong>No retainer risk. No guesswork.</strong></div>
</div>
</div>
<divclass="guar-formula">
<divclass="guar-formula-title">Example Calculation</div>
<divclass="formula-row">
<spanclass="fl">GPS Gold fees paid</span>
<spanclass="fr">$150,000</span>
</div>
<divclass="formula-row">
<spanclass="fl">Employee placed (recruiting fee)</span>
<spanclass="fr">– $20,000</span>
</div>
<divclass="formula-row"style="border-bottom:1px solid rgba(255,255,255,0.15)">
<spanclass="fl">($80K salary × 25% placement fee)</span>
<spanclass="fr"></span>
</div>
<divclass="formula-row highlight">
<spanclass="fl">Your rebate at closing</span>
<spanclass="fr">$130,000</span>
</div>
</div>
</div>
<div>
<divclass="sec-label">Client Results</div>
<divclass="sec-title">What Our Clients Say</div>
<divclass="sec-rule"></div>
<divclass="testimonial">
<divclass="test-text">"The GPS team added over 7,000 connections to my LinkedIn account, was directly responsible for building two satellite offices with twenty eight staff members, over $9M in revenue, $2.5M in annual profit, and not to mention the amazing branding that has occurred over our 18-month engagement. If you are trying to grow your business - I highly recommend them."</div>
<divclass="test-attr">Ryan G.</div>
<divclass="test-title">CEO - Civil Engineering Firm &nbsp;·&nbsp; GPS Gold Client</div>
<divclass="test-results">
<divclass="test-result-item">
<divclass="test-result-num">7,000+</div>
<divclass="test-result-label">LinkedIn connections added</div>
</div>
<divclass="test-result-item">
<divclass="test-result-num">40</div>
<divclass="test-result-label">Staff members - two satellite offices</div>
</div>
<divclass="test-result-item">
<divclass="test-result-num">$9M+</div>
<divclass="test-result-label">New revenue generated</div>
</div>
<divclass="test-result-item">
<divclass="test-result-num">$2.5M</div>
<divclass="test-result-label">Annual profit added</div>
</div>
</div>
</div>
</div>
</div>
<!-- ── CTA FOOTER ── -->
<divclass="cta-footer">
<divclass="cta-left">
<divclass="cta-headline">Ready to Double Your Value?</div>
<divclass="cta-sub">GPS Gold is an invitation-only engagement. Reach out to start the conversation.</div>
</div>
<divclass="cta-right">
<divclass="cta-detail">
<strong>Drew Ferner</strong><br>
GPS Consulting<br>
drew.ferner@gps-doubleyourvalue.com<br>
303-947-2074<br>
gps-doubleyourvalue.com
</div>
<divclass="cta-badge">
<svgwidth="12"height="12"viewBox="0 0 12 12"fill="none"><pathd="M6 1L7.5 4.5H11L8.5 6.5L9.5 10L6 8L2.5 10L3.5 6.5L1 4.5H4.5L6 1Z"fill="#1C2B3A"/></svg>
Double Your Value
</div>
</div>
</div>
</div><!-- /.flier -->
</body>
</html>

 

GPS Consulting