Files
claudetools/projects/msp-pricing/marketing/MSP-Buyers-Guide.html
Mike Swanson 3f98f0184e rebuild: Create MSP Buyers Guide from markdown source
Rebuilt HTML from MSP-Buyers-Guide-Content.md with proper pagination:
- 8 complete pages with proper structure
- Page 1: Cover page
- Pages 2-8: Content with headers/footers
- All CSS preserved
- Content distributed to fit within page height constraints
- Professional print-ready layout

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-02 12:12:46 -07:00

839 lines
32 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Arizona Business Owner's Guide to Choosing an MSP - Arizona Computer Guru</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', Tahoma, sans-serif; line-height: 1.6; color: #333; background: #f5f5f5; }
.page {
width: 8.5in;
height: 11in;
padding: 0.6in;
padding-bottom: 0.8in;
background: white;
position: relative;
margin: 20px auto;
box-shadow: 0 0 20px rgba(0,0,0,0.1);
overflow: hidden;
}
@media print {
@page { size: letter; margin: 0; }
body { margin: 0; padding: 0; background: white; }
.page {
width: 100%;
height: 11in;
margin: 0;
padding: 0.6in;
padding-bottom: 0.8in;
page-break-after: always;
box-shadow: none;
overflow: hidden;
}
.page:last-child { page-break-after: auto; }
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: 12px;
border-bottom: 3px solid #1e3c72;
margin-bottom: 16px;
}
.logo { font-size: 22px; font-weight: bold; color: #1e3c72; }
.contact { text-align: right; font-size: 11px; color: #666; }
.contact .phone { font-size: 16px; font-weight: bold; color: #f39c12; }
h1 { color: #1e3c72; font-size: 26px; margin-bottom: 6px; line-height: 1.2; }
h2 { color: #1e3c72; font-size: 18px; margin: 15px 0 9px 0; padding-bottom: 4px; border-bottom: 2px solid #f39c12; page-break-after: avoid; }
h3 { color: #1e3c72; font-size: 14px; margin: 9px 0 5px 0; font-weight: bold; page-break-after: avoid; }
p { orphans: 3; widows: 3; }
.subtitle { font-size: 12px; color: #666; font-style: italic; margin-bottom: 9px; }
p { font-size: 12px; margin-bottom: 8px; line-height: 1.5; }
.checklist { list-style: none; padding: 0; margin: 10px 0; }
.checklist li { padding: 4px 0; padding-left: 20px; position: relative; font-size: 12px; }
.checklist li:before { content: "☐"; position: absolute; left: 0; color: #1e3c72; font-size: 14px; }
.red-flag-box {
background: #fff3cd;
border-left: 4px solid #f39c12;
padding: 10px;
margin: 10px 0;
border-radius: 3px;
page-break-inside: avoid;
}
.red-flag-box h3 { margin-top: 0; color: #f39c12; font-size: 14px; }
.red-flag-box .section { margin: 7px 0; font-size: 11px; line-height: 1.5; }
.red-flag-box .section strong { display: block; margin-bottom: 3px; color: #333; }
.key-question-box {
background: #d1ecf1;
border-left: 4px solid #17a2b8;
padding: 8px 10px;
margin: 8px 0;
border-radius: 3px;
font-size: 11px;
line-height: 1.5;
page-break-inside: avoid;
}
.key-question-box strong { color: #17a2b8; }
.good-answer-box {
background: #d4edda;
border-left: 4px solid #27ae60;
padding: 8px 10px;
margin: 8px 0;
border-radius: 3px;
font-size: 11px;
line-height: 1.5;
page-break-inside: avoid;
}
.good-answer-box strong { color: #27ae60; }
.pricing-table {
width: 100%;
border-collapse: collapse;
margin: 10px 0;
font-size: 12px;
page-break-inside: avoid;
}
.pricing-table th {
background: #1e3c72;
color: white;
padding: 7px;
text-align: left;
font-weight: 600;
}
.pricing-table td {
padding: 6px 7px;
border-bottom: 1px solid #e0e0e0;
}
.example-box {
background: #f8f9fa;
border: 2px solid #1e3c72;
border-radius: 6px;
padding: 10px;
margin: 10px 0;
page-break-inside: avoid;
}
.example-header {
font-size: 14px;
font-weight: bold;
color: #1e3c72;
margin-bottom: 6px;
}
.cost-line {
display: flex;
justify-content: space-between;
font-size: 12px;
padding: 2px 0;
font-family: 'Courier New', monospace;
}
.cost-line.total {
border-top: 2px solid #1e3c72;
margin-top: 4px;
padding-top: 4px;
font-weight: bold;
color: #1e3c72;
}
.testimonial-box {
background: white;
border-left: 4px solid #27ae60;
padding: 9px;
margin: 9px 0;
font-style: italic;
font-size: 11px;
line-height: 1.4;
box-shadow: 0 2px 5px rgba(0,0,0,0.05);
page-break-inside: avoid;
}
.testimonial-box .author {
margin-top: 5px;
font-style: normal;
font-weight: bold;
color: #666;
font-size: 10px;
}
.cover-page {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
min-height: 9.5in;
}
.cover-page h1 {
font-size: 36px;
color: #1e3c72;
margin-bottom: 15px;
line-height: 1.3;
}
.cover-page .subtitle {
font-size: 20px;
margin-bottom: 30px;
}
.cover-page .tagline {
font-size: 16px;
font-weight: bold;
margin-bottom: 20px;
color: #f39c12;
}
.cover-page ul {
text-align: left;
list-style: none;
padding: 0;
margin: 20px 0;
}
.cover-page ul li {
padding: 5px 0;
padding-left: 25px;
position: relative;
font-size: 13px;
}
.cover-page ul li:before {
content: "✓";
position: absolute;
left: 0;
color: #27ae60;
font-weight: bold;
font-size: 16px;
}
.footer {
position: absolute;
bottom: 0.3in;
left: 0.6in;
right: 0.6in;
text-align: center;
padding-top: 6px;
border-top: 2px solid #1e3c72;
color: #666;
font-size: 9px;
background: white;
}
ul.feature-list {
list-style: none;
padding: 0;
margin: 8px 0;
}
ul.feature-list li {
padding: 3px 0;
padding-left: 20px;
position: relative;
font-size: 12px;
line-height: 1.5;
}
ul.feature-list li:before {
content: "✓";
position: absolute;
left: 0;
color: #27ae60;
font-weight: bold;
font-size: 14px;
}
.cta-box {
background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
color: white;
padding: 12px;
border-radius: 6px;
text-align: center;
margin: 10px 0;
page-break-inside: avoid;
}
.cta-box h2 {
color: white;
border: none;
margin: 0 0 5px 0;
font-size: 16px;
}
.cta-box .phone-large {
font-size: 18px;
font-weight: bold;
margin: 5px 0;
}
.cta-box p {
font-size: 11px;
margin: 3px 0;
}
</style>
</head>
<body>
<!-- PAGE 1: COVER -->
<div class="page">
<div class="cover-page">
<h1>The Arizona Business Owner's<br>Guide to Choosing an MSP</h1>
<div class="subtitle">How to Avoid Costly Mistakes and Find the Right IT Partner</div>
<div class="tagline">Not a sales pitch - a framework for evaluating ANY MSP</div>
<div style="margin: 30px 0; max-width: 500px;">
<p style="text-align: left; font-size: 13px;"><strong>Inside you'll find:</strong></p>
<ul>
<li>The 7 red flags of a bad MSP (with real examples)</li>
<li>Industry pricing benchmarks (actual numbers, not ranges)</li>
<li>Questions to ask before you sign anything</li>
<li>How to calculate the true cost of "cheap" IT</li>
</ul>
</div>
<div style="margin-top: 50px; font-size: 14px;">
<strong style="color: #1e3c72;">Arizona Computer Guru</strong><br>
7437 E. 22nd St, Tucson, AZ 85710<br>
520.304.8300 | azcomputerguru.com<br>
<em style="color: #f39c12;">Protecting Tucson Businesses Since 2001</em>
</div>
</div>
</div>
<!-- PAGE 2: WHO THIS GUIDE IS FOR -->
<div class="page">
<div class="header">
<div class="logo">Arizona Computer Guru</div>
<div class="contact">
<div class="phone">520.304.8300</div>
<div>7437 E. 22nd St, Tucson, AZ 85710</div>
</div>
</div>
<h1>Is This Guide For You?</h1>
<p><strong>You should read this guide if:</strong></p>
<ul class="checklist">
<li>You're comparing MSP quotes and the prices vary wildly</li>
<li>You've been burned by an IT company that over-promised and under-delivered</li>
<li>Your current IT provider keeps hitting you with surprise charges</li>
<li>You're tired of calling your IT company only to get voicemail or offshore support</li>
<li>You need cyber insurance but your IT setup doesn't meet the requirements</li>
<li>You've been quoted "unlimited support" and wonder what the catch is</li>
<li>You're stuck in a long contract with an MSP you'd like to fire</li>
<li>You don't know what you should be paying for IT services</li>
</ul>
<p style="margin-top: 15px;"><strong>If you checked ANY of these boxes, keep reading.</strong></p>
<h2>What You'll Learn</h2>
<div style="margin: 10px 0;">
<p><strong style="color: #1e3c72;">How to spot a bad MSP</strong> - The 7 warning signs that separate professional IT companies from the cowboys. These apply whether you're evaluating us or someone else.</p>
<p><strong style="color: #1e3c72;">What IT services actually cost</strong> - Industry benchmarks for endpoint monitoring, support plans, and cloud services. Real numbers from real MSPs.</p>
<p><strong style="color: #1e3c72;">The right questions to ask</strong> - 10 questions that will reveal whether an MSP is proactive or reactive, transparent or hiding fees, local or offshore.</p>
<p><strong style="color: #1e3c72;">How to calculate ROI</strong> - Why the cheapest option often costs you more in downtime, security incidents, and lost productivity.</p>
</div>
<h2>Our Promise</h2>
<div class="good-answer-box">
<strong>This isn't a sales pitch.</strong>
<p style="margin-top: 5px;">We're going to give you the tools to evaluate ANY MSP - including our competitors. We'll share our actual pricing, our philosophy, and even the questions you should ask to vet us.</p>
<p style="margin-top: 8px;"><strong>Why?</strong> Because we believe transparency wins in the long run. The right fit matters more than the hard sell.</p>
</div>
<p style="margin-top: 12px;"><strong>You might not choose us.</strong> And that's okay. But you'll make a better decision because you read this guide.</p>
<p style="margin-top: 12px; font-weight: bold; color: #1e3c72;">Ready? Let's start with the red flags.</p>
<div class="footer">Protecting Tucson Businesses Since 2001 | Page 2 of 8</div>
</div>
<!-- PAGE 3: RED FLAGS 1-3 -->
<div class="page">
<div class="header">
<div class="logo">Arizona Computer Guru</div>
<div class="contact">
<div class="phone">520.304.8300</div>
<div>7437 E. 22nd St, Tucson, AZ 85710</div>
</div>
</div>
<h1>The 7 Red Flags of a Bad MSP</h1>
<div class="red-flag-box">
<h3>Red Flag 1: "Unlimited Support" Promises</h3>
<div class="section">
<strong>The Problem:</strong>
An MSP promises "unlimited support" for a flat monthly fee. It sounds great - until you need them.
</div>
<div class="section">
<strong>Why It Happens:</strong>
"Unlimited" is a marketing term designed to win the sale. But in practice, these companies manage costs by making support inconvenient: slow response times, offshore call centers, artificial barriers to service.
</div>
<div class="section">
<strong>What to Look For Instead:</strong>
Transparent pricing with clearly defined service levels. A good MSP will tell you exactly what's included, what the response times are, and what happens when you exceed your plan.
</div>
<div class="section">
<strong>GPS Example:</strong>
Our Standard Support Plan includes 4 hours of labor per month at $380 ($95/hour effective rate). You know exactly what you're getting. Need more? You can add non-expiring block time at $100-150/hour. No surprises.
</div>
</div>
<div class="key-question-box">
<strong>Key Question:</strong> "What happens when I use all my included hours? What's the overage rate and response time?"
</div>
<div class="red-flag-box">
<h3>Red Flag 2: Hidden Pricing and "Call for Quote"</h3>
<div class="section">
<strong>The Problem:</strong>
The MSP won't publish pricing on their website. Everything is "call for a custom quote." You can't comparison shop because you don't know what anything costs.
</div>
<div class="section">
<strong>Why It Happens:</strong>
Sales-driven MSPs use pricing opacity to maximize what they can charge each customer. They're betting you won't shop around if the process is painful enough.
</div>
<div class="section">
<strong>What to Look For Instead:</strong>
Published pricing or clear pricing structures. You should be able to ballpark your costs before you ever talk to a salesperson.
</div>
<div class="section">
<strong>GPS Example:</strong>
Our pricing is published: $19-39/endpoint depending on the protection tier, $200-850/month for support plans based on hours included. You can calculate your costs before you call us.
</div>
</div>
<div class="key-question-box">
<strong>Key Question:</strong> "Can you send me a rate sheet or pricing guide before we schedule a sales call?"
</div>
<div class="red-flag-box">
<h3>Red Flag 3: Offshore-Only Support</h3>
<div class="section">
<strong>The Problem:</strong>
Your "local MSP" routes all support calls to an offshore call center. You deal with language barriers, time zone issues, and techs who've never seen your office.
</div>
<div class="section">
<strong>What to Look For Instead:</strong>
Local or US-based support with actual people you can meet. Ask if the company has a local office and local techs who can come onsite when needed.
</div>
<div class="section">
<strong>GPS Example:</strong>
We're based in Tucson (7437 E. 22nd St). Our support team is local. We can be onsite within hours if you need us, and you'll talk to the same techs who know your systems.
</div>
</div>
<div class="key-question-box">
<strong>Key Question:</strong> "Where is your support team located? Can I visit your office? Who responds to after-hours emergencies?"
</div>
<div class="footer">Protecting Tucson Businesses Since 2001 | Page 3 of 8</div>
</div>
<!-- PAGE 4: RED FLAGS 4-7 -->
<div class="page">
<div class="header">
<div class="logo">Arizona Computer Guru</div>
<div class="contact">
<div class="phone">520.304.8300</div>
<div>7437 E. 22nd St, Tucson, AZ 85710</div>
</div>
</div>
<h1>The 7 Red Flags (Continued)</h1>
<div class="red-flag-box">
<h3>Red Flag 4: No Proactive Monitoring</h3>
<div class="section">
<strong>The Problem:</strong>
The MSP operates on a "break-fix" model. They only help you when something breaks - and they bill you every time you call. There's no monitoring, no maintenance, no prevention.
</div>
<div class="section">
<strong>What to Look For Instead:</strong>
24/7 monitoring, automated patch management, proactive alerts. A good MSP fixes problems before you know they exist.
</div>
<div class="section">
<strong>GPS Example:</strong>
Every GPS tier includes 24/7 monitoring, automated patching, and monthly health reports. We're alerted to issues before they become outages. Our goal is that you never have to call us because something broke.
</div>
</div>
<div class="key-question-box">
<strong>Key Question:</strong> "Do you monitor my systems 24/7? What happens if you detect a problem at 2am? How do you prevent issues before they cause downtime?"
</div>
<div class="red-flag-box">
<h3>Red Flag 5: Long Contract Lock-Ins</h3>
<div class="section">
<strong>The Problem:</strong>
The MSP requires a 3-year contract with hefty early termination fees. You're locked in even if the service is terrible.
</div>
<div class="section">
<strong>What to Look For Instead:</strong>
Month-to-month agreements or short-term contracts (1 year maximum). A confident MSP doesn't need to lock you in - they earn your business every month.
</div>
<div class="section">
<strong>GPS Example:</strong>
We offer month-to-month agreements. If we're not delivering value, you can walk away. We keep clients because they choose to stay, not because they're trapped.
</div>
</div>
<div class="key-question-box">
<strong>Key Question:</strong> "What's your contract term? What are the early termination fees? Why should I commit to a multi-year agreement?"
</div>
<div class="red-flag-box">
<h3>Red Flag 6: One-Size-Fits-All Packages</h3>
<div class="section">
<strong>The Problem:</strong>
The MSP has rigid packages: Small, Medium, Large. If you have 12 computers but their "Small" plan covers 10, you're forced into the "Medium" plan and overpay.
</div>
<div class="section">
<strong>What to Look For Instead:</strong>
Per-endpoint or per-user pricing that scales with your actual needs. You should pay for what you use, not what fits their pricing tiers.
</div>
<div class="section">
<strong>GPS Example:</strong>
We charge per endpoint: $19-39/endpoint depending on the protection level you choose. 10 computers? 22 computers? 42 computers? You pay for exactly what you have.
</div>
</div>
<div class="red-flag-box">
<h3>Red Flag 7: No Local Presence</h3>
<div class="section">
<strong>The Problem:</strong>
The MSP is a national chain or a remote-only operation. There's no local office, no local techs, no way to meet them face-to-face.
</div>
<div class="section">
<strong>GPS Example:</strong>
We've been in Tucson since 2001. Our office is at 7437 E. 22nd St. We're not a national chain - we're your neighbors. We know the local business landscape, we understand Arizona compliance requirements, and we can be at your office within the hour if needed.
</div>
</div>
<div class="footer">Protecting Tucson Businesses Since 2001 | Page 4 of 8</div>
</div>
<!-- PAGE 5: PRICING -->
<div class="page">
<div class="header">
<div class="logo">Arizona Computer Guru</div>
<div class="contact">
<div class="phone">520.304.8300</div>
<div>7437 E. 22nd St, Tucson, AZ 85710</div>
</div>
</div>
<h1>What Should You Actually Pay for IT?</h1>
<div class="subtitle">Industry benchmarks and real-world pricing</div>
<h2>Endpoint Monitoring (per computer/server per month)</h2>
<table class="pricing-table">
<tr><th>Protection Level</th><th>Industry Range</th><th>GPS Pricing</th></tr>
<tr><td>Basic monitoring</td><td>$15-25/endpoint</td><td>GPS-Basic: $19</td></tr>
<tr><td>Business-grade protection</td><td>$25-40/endpoint</td><td>GPS-Pro: $26 (MOST POPULAR)</td></tr>
<tr><td>Advanced security (EDR, compliance)</td><td>$35-50/endpoint</td><td>GPS-Advanced: $39</td></tr>
</table>
<h2>Support Plans (monthly labor included)</h2>
<table class="pricing-table">
<tr><th>Plan</th><th>Monthly Fee</th><th>Hours Included</th><th>Effective Rate</th></tr>
<tr><td>Essential</td><td>$200</td><td>2 hours</td><td>$100/hour</td></tr>
<tr><td>Standard</td><td>$380</td><td>4 hours</td><td>$95/hour</td></tr>
<tr><td>Premium</td><td>$540</td><td>6 hours</td><td>$90/hour</td></tr>
<tr><td>Priority</td><td>$850</td><td>10 hours</td><td>$85/hour</td></tr>
</table>
<h2>Real-World Pricing Scenarios</h2>
<div class="example-box">
<div class="example-header">Small Office: 10 Computers</div>
<div class="cost-line"><span>GPS-Pro Monitoring (10 × $26)</span><span>$260</span></div>
<div class="cost-line"><span>Equipment Pack (router, printer)</span><span>$25</span></div>
<div class="cost-line"><span>Standard Support (4 hrs/month)</span><span>$380</span></div>
<div class="cost-line total"><span>TOTAL:</span><span>$665/month ($66.50 per computer)</span></div>
</div>
<div class="example-box">
<div class="example-header">Growing Business: 22 Computers</div>
<div class="cost-line"><span>GPS-Pro Monitoring (22 × $26)</span><span>$572</span></div>
<div class="cost-line"><span>Premium Support (6 hrs/month)</span><span>$540</span></div>
<div class="cost-line total"><span>TOTAL:</span><span>$1,112/month ($50.55 per computer)</span></div>
</div>
<div class="example-box">
<div class="example-header">Established Company: 42 Computers</div>
<div class="cost-line"><span>GPS-Pro Monitoring (42 × $26)</span><span>$1,092</span></div>
<div class="cost-line"><span>Priority Support (10 hrs/month)</span><span>$850</span></div>
<div class="cost-line total"><span>TOTAL:</span><span>$1,942/month ($46.24 per computer)</span></div>
</div>
<p style="margin-top: 10px; font-size: 11px; color: #27ae60;"><strong>Notice how the per-computer cost DECREASES as you scale?</strong> That's how per-endpoint pricing should work.</p>
<h2>The True Cost of "Cheap" IT</h2>
<p><strong>Scenario: The $500/month Break-Fix Shop</strong></p>
<p style="font-size: 11px;">You hire a local tech who charges $65/hour and promises to "only charge when you call." Here's what actually happens:</p>
<ul class="feature-list" style="font-size: 11px;">
<li><strong>Month 4:</strong> Server crashes. No monitoring = no warning. Tech bills 12 hours ($780) for emergency recovery. You lost 2 days of productivity (value: $5,000+)</li>
<li><strong>Month 7:</strong> Ransomware hits because patches weren't applied. Recovery: $8,500. Lost productivity: $15,000. Insurance deductible: $10,000. <strong>Total: $33,500</strong></li>
<li><strong>Annual Real Cost:</strong> $43,300 (vs. $7,980/year for GPS-Pro that would have prevented both incidents)</li>
</ul>
<h2>The True Cost of Downtime</h2>
<table class="pricing-table">
<tr><th>Business Size</th><th>Cost Per Hour of Downtime</th></tr>
<tr><td>Small (10-50 employees)</td><td>$8,000 - $15,000</td></tr>
<tr><td>Medium (50-100 employees)</td><td>$50,000 - $100,000</td></tr>
<tr><td>Large (100+ employees)</td><td>$100,000 - $500,000</td></tr>
</table>
<p style="font-size: 11px; margin-top: 8px;"><strong>Source:</strong> Gartner, IBM</p>
<p style="font-size: 11px;">A single 4-hour outage can cost a small business $32,000-60,000. Proactive monitoring that prevents that outage is worth 10x the monthly fee.</p>
<div class="footer">Protecting Tucson Businesses Since 2001 | Page 5 of 8</div>
</div>
<!-- PAGE 6: GPS PHILOSOPHY -->
<div class="page">
<div class="header">
<div class="logo">Arizona Computer Guru</div>
<div class="contact">
<div class="phone">520.304.8300</div>
<div>7437 E. 22nd St, Tucson, AZ 85710</div>
</div>
</div>
<h1>Why We Built GPS the Way We Did</h1>
<h2>Transparent Per-Endpoint Pricing</h2>
<p><strong>Our Choice:</strong> $19-39/endpoint based on protection tier.</p>
<p><strong>Why:</strong> You should know what you're paying before you call us. No games, no "call for quote," no hidden fees.</p>
<div class="example-box" style="background: #e8f5e9; padding: 8px;">
<div class="example-header" style="color: #27ae60;">Real Example:</div>
<p style="font-size: 11px;">Client with 17 computers wanted business-grade protection. Competitor quoted: $1,200/month (forced into 25-seat package tier). GPS-Pro pricing: 17 × $26 = $442/month. <strong>Savings: $758/month ($9,096/year)</strong></p>
<p style="font-size: 11px; margin-top: 5px;">The client paid for 17 computers, not 25. That's how it should work.</p>
</div>
<h2>Local Tucson Presence</h2>
<p><strong>Our Choice:</strong> Physical office at 7437 E. 22nd St since 2001.</p>
<p><strong>Why:</strong> When your server dies at 3pm, you don't want a ticket system - you want someone at your door by 3:45pm.</p>
<div class="example-box" style="background: #e8f5e9; padding: 8px;">
<div class="example-header" style="color: #27ae60;">Real Example:</div>
<p style="font-size: 11px;">A medical office's network went down during patient hours. We were onsite in 45 minutes. Diagnosed failed switch, installed replacement from our local inventory. Back online in 90 minutes total.</p>
<p style="font-size: 11px; margin-top: 5px;">A remote MSP would have taken 2-3 days to ship hardware and schedule a contractor.</p>
</div>
<h2>Proactive Monitoring vs. Reactive Break-Fix</h2>
<p><strong>Our Choice:</strong> 24/7 monitoring, automated patching, proactive alerts on every GPS tier.</p>
<p><strong>Why:</strong> We make more money if your stuff doesn't break. That's the right incentive.</p>
<div class="good-answer-box">
<strong>The Incentive Difference:</strong>
<ul class="feature-list" style="margin-top: 5px;">
<li>Break-fix shop: Makes $200/hr × 8 hours = $1,600 on emergency recovery</li>
<li>GPS model: Makes $26/endpoint regardless, so we prevent the emergency</li>
<li><strong>Who's incentivized to protect your business?</strong></li>
</ul>
</div>
<h2>Month-to-Month Contracts</h2>
<p><strong>Our Choice:</strong> No long-term lock-ins. Month-to-month agreements.</p>
<p><strong>Why:</strong> If we're not delivering value, you should be able to leave. We earn your business every single month.</p>
<div class="red-flag-box" style="background: #f8d7da; border-left-color: #dc3545;">
<h3 style="color: #dc3545;">The Alternative (Don't Let This Be You)</h3>
<div class="section">
A client came to us locked in a 3-year contract with a national MSP. Service was terrible: offshore support, slow response, constant billing disputes. Early termination fee: $18,000. They had to wait 14 months for the contract to expire before switching.
</div>
</div>
<p style="margin-top: 8px;"><strong>We never want to be the company someone is trapped with.</strong></p>
<h2>Support Plans: Predictable Hours at Predictable Rates</h2>
<p><strong>Our Choice:</strong> Bundled support plans with included labor hours at $85-100/hour effective rates.</p>
<p><strong>Why:</strong> You get better support at lower cost, and you know exactly what you'll pay each month.</p>
<div class="example-box">
<div class="example-header">Real Example:</div>
<p style="font-size: 11px;">Client on Standard Support ($380/month) used 3.5 hours in a typical month.</p>
<div class="cost-line"><span>Value at full rate (3.5 × $165)</span><span>$577.50</span></div>
<div class="cost-line"><span>They paid</span><span>$380</span></div>
<div class="cost-line total"><span>Savings:</span><span>$197.50/month ($2,370/year)</span></div>
</div>
<div class="footer">Protecting Tucson Businesses Since 2001 | Page 6 of 8</div>
</div>
<!-- PAGE 7: QUESTIONS TO ASK -->
<div class="page">
<div class="header">
<div class="logo">Arizona Computer Guru</div>
<div class="contact">
<div class="phone">520.304.8300</div>
<div>7437 E. 22nd St, Tucson, AZ 85710</div>
</div>
</div>
<h1>10 Questions to Ask ANY MSP</h1>
<div class="subtitle">Use these to evaluate us or our competitors</div>
<h3>1. "Can you send me your pricing before we schedule a sales call?"</h3>
<div class="good-answer-box">
<strong>Good Answer:</strong> "Here's our rate sheet. We charge $X per endpoint for monitoring and $Y for support plans."
</div>
<h3>2. "Where is your support team located?"</h3>
<div class="good-answer-box">
<strong>Good Answer:</strong> "Our support team is based in [City]. Here's our office address. You're welcome to visit."
</div>
<h3>3. "What's your contract term and early termination penalty?"</h3>
<div class="good-answer-box">
<strong>Good Answer:</strong> "Month-to-month or 1-year agreement. 30 days notice to cancel. No termination fees."
</div>
<h3>4. "Do you monitor my systems proactively?"</h3>
<div class="good-answer-box">
<strong>Good Answer:</strong> "24/7 monitoring is included. We're alerted to issues before they cause outages. We deploy patches automatically."
</div>
<h3>5. "What happens if I exceed my included support hours?"</h3>
<div class="good-answer-box">
<strong>Good Answer:</strong> "If you exceed your plan hours, we bill additional time at $X/hour. Or you can purchase prepaid block time at a discounted rate."
</div>
<h3>6. "How quickly will you respond to an emergency?"</h3>
<div class="good-answer-box">
<strong>Good Answer:</strong> "Here are our response times by plan tier [shows documented SLAs]. Emergency issues are always prioritized."
</div>
<h3>7. "What security tools and services are included?"</h3>
<div class="good-answer-box">
<strong>Good Answer:</strong> "Our mid-tier plan includes EDR, email security, dark web monitoring, and monthly security awareness training."
</div>
<h3>8. "Can you help me meet cyber insurance requirements?"</h3>
<div class="good-answer-box">
<strong>Good Answer:</strong> "Yes. We're familiar with common policy requirements. Our [tier] plan covers most of these. We'll provide documentation for your insurance agent."
</div>
<h3>9. "What happens if my business grows or shrinks?"</h3>
<div class="good-answer-box">
<strong>Good Answer:</strong> "You can add or remove endpoints anytime. Billing adjusts the following month. No penalties for scaling."
</div>
<h3>10. "Can you provide references from clients similar to my business?"</h3>
<div class="good-answer-box">
<strong>Good Answer:</strong> "We work with several [your industry] businesses in the area. Here are three references you can contact."
</div>
<h2>What Our Clients Say</h2>
<div class="testimonial-box">
"We switched from a national MSP to GPS two years ago. Night and day difference. When we call, we get someone local who knows our systems. Response time went from 24 hours to 2 hours."
<div class="author">- Sarah M., Accounting Firm, 18 employees</div>
</div>
<div class="testimonial-box">
"The monthly cost is the same as our old break-fix provider, but now we actually have IT that works. No more surprise bills, no more weekend emergencies."
<div class="author">- David R., Construction Company, 42 employees</div>
</div>
<div class="testimonial-box">
"Our cyber insurance required EDR and security training. GPS-Pro included both. Saved us from having to find and vet separate vendors."
<div class="author">- Jennifer L., Medical Practice, 12 employees</div>
</div>
<div class="footer">Protecting Tucson Businesses Since 2001 | Page 7 of 8</div>
</div>
<!-- PAGE 8: NEXT STEPS -->
<div class="page">
<div class="header">
<div class="logo">Arizona Computer Guru</div>
<div class="contact">
<div class="phone">520.304.8300</div>
<div>7437 E. 22nd St, Tucson, AZ 85710</div>
</div>
</div>
<h1>Next Steps: Three No-Pressure Options</h1>
<div class="example-box">
<div class="example-header">Option 1: Get a Custom Quote (15 minutes)</div>
<p>Tell us about your business:</p>
<ul class="feature-list">
<li>How many computers/servers?</li>
<li>What industries/compliance needs?</li>
<li>Current IT pain points?</li>
</ul>
<p style="margin-top: 8px;">We'll send you a detailed quote with our recommendations. No sales pressure. No follow-up calls unless you ask.</p>
<p style="margin-top: 8px;"><strong>Call:</strong> 520.304.8300 | <strong>Email:</strong> mike@azcomputerguru.com<br>
<strong>Web:</strong> azcomputerguru.com/quote</p>
</div>
<div class="example-box">
<div class="example-header">Option 2: Free Security Assessment ($500 value)</div>
<p>We'll scan your network for vulnerabilities:</p>
<ul class="feature-list">
<li>Unpatched systems</li>
<li>Weak passwords and missing MFA</li>
<li>Phishing susceptibility</li>
<li>Cyber insurance readiness</li>
</ul>
<p style="margin-top: 8px;">You get a detailed report with prioritized fixes. No obligation to use us for remediation.</p>
<p style="margin-top: 8px;"><strong>Schedule:</strong> azcomputerguru.com/security-assessment</p>
</div>
<div class="example-box">
<div class="example-header">Option 3: Just Keep This Guide</div>
<p>You don't have to do anything right now. Keep this guide for when you're ready to evaluate MSPs. Use the red flags, the questions, and the pricing benchmarks to vet whoever you're considering.</p>
<p style="margin-top: 8px;"><strong>If you end up choosing us, great. If you choose someone else but make a better decision because of this guide, we're still happy.</strong></p>
</div>
<div class="cta-box">
<h2>New Client Offer (Limited Time)</h2>
<p>Sign up for GPS within 30 days of receiving this guide:</p>
<ul class="feature-list" style="color: white; margin: 10px 0;">
<li>Waived setup fees (normally $500)</li>
<li>First month 50% off support plans (save $190-425)</li>
<li>Free security assessment ($500 value)</li>
</ul>
<p style="font-weight: bold;">Total value: $1,000-1,425</p>
<p style="margin-top: 10px;">Mention code "BUYERS-GUIDE" when you contact us.</p>
</div>
<h2>Contact Information</h2>
<p style="font-size: 12px;">
<strong style="color: #1e3c72; font-size: 14px;">Arizona Computer Guru</strong><br>
7437 E. 22nd St, Tucson, AZ 85710<br>
<strong>Phone:</strong> 520.304.8300<br>
<strong>Email:</strong> mike@azcomputerguru.com<br>
<strong>Web:</strong> azcomputerguru.com<br><br>
<strong>Office Hours:</strong> Monday-Friday: 8:00 AM - 5:00 PM<br>
<strong>Emergency Support:</strong> 24/7 for Priority Support clients
</p>
<div style="margin-top: 20px; padding: 15px; background: #f8f9fa; border-left: 4px solid #1e3c72; border-radius: 3px;">
<p style="font-size: 11px; font-style: italic;">
<strong style="color: #1e3c72;">You've invested 20 minutes reading this guide.</strong> That's more research than most business owners do before choosing an MSP. Use this knowledge. Whether you choose us, a competitor, or decide to stick with your current provider - make it an informed decision. Your IT infrastructure is too important to leave to chance.
</p>
<p style="margin-top: 8px; text-align: center; font-weight: bold; color: #f39c12;">Thank you for reading.</p>
</div>
<div class="footer">Protecting Tucson Businesses Since 2001 | Page 8 of 8</div>
</div>
</body>
</html>