-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
429 lines (399 loc) · 27.9 KB
/
Copy pathindex.html
File metadata and controls
429 lines (399 loc) · 27.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
<!DOCTYPE html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZBGK6MFYEY"></script>
<script>window.dataLayer=window.dataLayer||[];function gtag(){dataLayer.push(arguments);}gtag("js",new Date());gtag("config","G-ZBGK6MFYEY");</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Fractional CFO Course & Training for Bookkeepers | Fractional CFO School</title>
<meta name="description" content="Practical fractional CFO course and training for bookkeepers building advisory services. Foundations is $297 once; Advanced written program is $1,500 once.">
<link rel="canonical" href="https://fractionalcfoschool.com/">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--bg: #0a0a0f; --surface: #12121a; --surface-2: #1a1a26;
--border: #2a2a3a; --text: #e8e8f0; --muted: #8888a0;
--accent: #6c5ce7; --accent-light: #a29bfe;
--accent-glow: rgba(108, 92, 231, 0.3);
--green: #00d2a0; --gold: #f0c040;
}
html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; overflow-x: hidden; }
body::before { content: ''; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-image: linear-gradient(rgba(108,92,231,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(108,92,231,0.03) 1px, transparent 1px); background-size: 60px 60px; z-index: -1; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }
/* NAV */
nav { position: fixed; top: 0; left: 0; right: 0; background: rgba(10,10,15,0.85); backdrop-filter: blur(20px); border-bottom: 1px solid var(--border); z-index: 100; padding: 16px 0; }
nav .container { display: flex; justify-content: space-between; align-items: center; }
.logo { font-size: 20px; font-weight: 800; color: var(--text); text-decoration: none; }
.nav-links { display: flex; gap: 24px; align-items: center; }
.nav-links a { color: var(--muted); text-decoration: none; font-size: 14px; font-weight: 500; }
.nav-links a:hover { color: var(--text); }
.nav-cta { background: var(--accent); color: white !important; border: none; padding: 10px 24px; border-radius: 8px; font-weight: 600; font-size: 14px; cursor: pointer; transition: all 0.2s; text-decoration: none; }
.nav-cta:hover { background: #7c6cf7; transform: translateY(-1px); }
/* HERO */
.hero { padding: 160px 0 100px; text-align: center; position: relative; }
.hero::after { content: ''; position: absolute; top: 80px; left: 50%; transform: translateX(-50%); width: 600px; height: 600px; background: radial-gradient(circle, var(--accent-glow) 0%, transparent 70%); z-index: -1; }
.badge { display: inline-flex; align-items: center; gap: 8px; background: var(--surface-2); border: 1px solid var(--border); border-radius: 100px; padding: 8px 20px; font-size: 13px; color: var(--accent-light); font-weight: 500; margin-bottom: 32px; }
.badge .dot { width: 8px; height: 8px; background: var(--green); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
.hero h1 { font-size: clamp(36px, 6vw, 64px); font-weight: 800; line-height: 1.1; letter-spacing: -2px; margin-bottom: 24px; max-width: 850px; margin-left: auto; margin-right: auto; }
.hero h1 .highlight { background: linear-gradient(135deg, var(--gold), #f8d070); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero p { font-size: 18px; color: var(--muted); max-width: 600px; margin: 0 auto 48px; line-height: 1.7; }
.hero-cta { display: inline-block; background: linear-gradient(135deg, var(--accent), #7c6cf7); color: white; padding: 18px 40px; border-radius: 12px; text-decoration: none; font-weight: 700; font-size: 17px; transition: all 0.2s; border: none; cursor: pointer; }
.hero-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 30px var(--accent-glow); }
.hero-sub { font-size: 13px; color: var(--muted); margin-top: 16px; }
/* STATS BAR */
.stats-bar { padding: 60px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 32px; text-align: center; }
.stat-num { font-size: 42px; font-weight: 800; letter-spacing: -2px; background: linear-gradient(135deg, var(--accent-light), var(--gold)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.stat-label { font-size: 14px; color: var(--muted); margin-top: 4px; }
.stat-source { font-size: 11px; color: var(--muted); opacity: 0.6; margin-top: 2px; }
/* MARKET DEMAND */
.market-demand { padding: 80px 0; border-top: 1px solid var(--border); }
.market-demand .section-label { text-align: center; color: var(--green); }
.market-demand .section-title { text-align: center; margin-left: auto; margin-right: auto; max-width: 700px; }
.demand-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 40px; }
.demand-card { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 28px; }
.demand-stat { font-size: 32px; font-weight: 800; color: var(--green); margin-bottom: 8px; }
.demand-card h4 { font-size: 16px; font-weight: 700; margin-bottom: 8px; }
.demand-card p { color: var(--muted); font-size: 14px; line-height: 1.6; }
.demand-card .source { font-size: 11px; color: var(--muted); opacity: 0.6; margin-top: 8px; }
/* GUARANTEE INLINE */
.guarantee-inline { display: inline-flex; align-items: center; gap: 8px; background: rgba(0,210,160,0.1); border: 1px solid rgba(0,210,160,0.2); border-radius: 8px; padding: 8px 16px; font-size: 13px; color: var(--green); font-weight: 600; margin-top: 12px; }
/* CONTENT AUTHORITY */
.content-authority { text-align: center; padding: 24px; background: var(--surface); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); font-size: 14px; color: var(--muted); }
.content-authority strong { color: var(--text); }
/* PROBLEM */
.problem { padding: 80px 0; }
.section-label { font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; color: var(--accent-light); margin-bottom: 16px; }
.section-title { font-size: clamp(28px, 4vw, 40px); font-weight: 800; letter-spacing: -1px; margin-bottom: 48px; max-width: 600px; }
.pain-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }
.pain-card { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 32px; transition: all 0.2s; }
.pain-card:hover { border-color: var(--accent); transform: translateY(-2px); }
.pain-icon { font-size: 28px; margin-bottom: 16px; }
.pain-card h4 { font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.pain-card p { color: var(--muted); font-size: 15px; line-height: 1.6; }
/* PRICING */
.pricing { padding: 80px 0; border-top: 1px solid var(--border); }
.pricing .section-label { text-align: center; color: var(--gold); }
.pricing .section-title { text-align: center; margin-left: auto; margin-right: auto; max-width: 700px; }
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin-top: 48px; }
.plan { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 32px; position: relative; display: flex; flex-direction: column; }
.plan.featured { border-color: var(--accent); box-shadow: 0 0 40px rgba(108,92,231,0.2); }
.plan.featured::before { content: "DEEPER PATH"; position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--accent), var(--accent-light)); color: white; font-size: 11px; font-weight: 700; padding: 4px 16px; border-radius: 20px; letter-spacing: 0.5px; }
.plan-name { font-size: 22px; font-weight: 700; margin-bottom: 8px; }
.plan-desc { color: var(--muted); font-size: 14px; margin-bottom: 20px; min-height: 40px; }
.plan-price { margin-bottom: 24px; }
.plan-price .amount { font-size: 48px; font-weight: 800; }
.plan-price .period { color: var(--muted); font-size: 14px; }
.plan-price .note { color: var(--muted); font-size: 13px; display: block; margin-top: 4px; }
.plan-price .savings { color: var(--green); font-size: 13px; font-weight: 600; display: block; margin-top: 6px; }
.plan ul { list-style: none; margin-bottom: 32px; flex-grow: 1; }
.plan li { padding: 8px 0; font-size: 14px; color: var(--muted); display: flex; align-items: flex-start; gap: 10px; }
.plan li::before { content: "✓"; color: var(--green); font-weight: 700; flex-shrink: 0; }
.plan li.highlight { color: var(--text); font-weight: 500; }
.plan-cta { display: block; text-align: center; padding: 16px 24px; border-radius: 12px; text-decoration: none; font-weight: 700; font-size: 16px; transition: all 0.2s; cursor: pointer; border: none; width: 100%; font-family: inherit; }
.plan-cta.primary { background: linear-gradient(135deg, var(--accent), var(--accent-light)); color: white; }
.plan-cta.secondary { background: var(--surface-2); color: var(--text); border: 1px solid var(--border); }
.plan-cta:hover { transform: translateY(-2px); opacity: 0.9; }
.plan-cta:disabled { opacity: 0.5; cursor: wait; }
.plan-detail-link { display: block; margin-top: 14px; text-align: center; color: var(--accent-light); text-decoration: none; font-size: 13px; font-weight: 600; }
.plan-detail-link:hover { color: var(--text); }
/* MODULES PREVIEW */
.modules-section { padding: 80px 0; border-top: 1px solid var(--border); }
.modules-section .section-label { text-align: center; }
.modules-section .section-title { text-align: center; margin-left: auto; margin-right: auto; max-width: 700px; }
.modules-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 48px; }
.module { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 32px; position: relative; overflow: hidden; }
.module::before { content: attr(data-num); position: absolute; top: -10px; right: 16px; font-size: 80px; font-weight: 800; color: rgba(108,92,231,0.08); line-height: 1; }
.module h4 { font-size: 17px; font-weight: 700; margin-bottom: 12px; color: var(--accent-light); }
.module p { color: var(--muted); font-size: 14px; line-height: 1.7; }
/* SOCIAL PROOF */
.social-proof { padding: 80px 0; border-top: 1px solid var(--border); text-align: center; }
/* AUDIENCE */
.audience { padding: 80px 0; border-top: 1px solid var(--border); }
.audience .section-label { text-align: center; }
.audience .section-title { text-align: center; margin-left: auto; margin-right: auto; }
.check-list { max-width: 600px; margin: 0 auto; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--border); font-size: 16px; }
.check-list li:last-child { border-bottom: none; }
.check-mark { flex-shrink: 0; width: 24px; height: 24px; background: rgba(0,210,160,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: var(--green); font-size: 14px; margin-top: 2px; }
/* GUARANTEE */
.guarantee { text-align: center; padding: 60px 0; border-top: 1px solid var(--border); }
.guarantee h3 { font-size: 28px; margin-bottom: 16px; }
.guarantee p { color: var(--muted); font-size: 16px; max-width: 600px; margin: 0 auto; line-height: 1.7; }
/* BOTTOM CTA */
.bottom-cta { padding: 100px 0; text-align: center; border-top: 1px solid var(--border); position: relative; }
.bottom-cta::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 600px; height: 400px; background: radial-gradient(circle, var(--accent-glow) 0%, transparent 70%); z-index: -1; }
.bottom-cta h3 { font-size: clamp(28px, 4vw, 44px); font-weight: 800; letter-spacing: -1px; margin-bottom: 16px; }
.bottom-cta p { color: var(--muted); font-size: 17px; margin-bottom: 40px; max-width: 500px; margin-left: auto; margin-right: auto; }
/* FOOTER */
footer { padding: 32px 0; border-top: 1px solid var(--border); text-align: center; color: var(--muted); font-size: 13px; }
footer a { color: var(--accent-light); text-decoration: none; }
@media (max-width: 768px) {
.pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }
.stats-grid { grid-template-columns: repeat(2, 1fr); }
.nav-links a:not(.nav-cta) { display: none; }
}
@media (max-width: 600px) {
.hero { padding: 130px 0 60px; }
.pain-grid, .modules-grid { grid-template-columns: 1fr; }
.stats-grid { grid-template-columns: 1fr; gap: 24px; }
}
</style>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "EducationalOrganization",
"name": "Fractional CFO School",
"url": "https://fractionalcfoschool.com",
"description": "Written programs and Excel-compatible workbooks for bookkeepers building advisory and fractional CFO services.",
"offers": [
{ "@type": "Offer", "name": "Fractional CFO Foundations Written Program", "price": "297", "priceCurrency": "USD" },
{ "@type": "Offer", "name": "Advanced Fractional CFO Written Program", "price": "1500", "priceCurrency": "USD" }
]
}
</script>
<script defer src="/assets/js/attribution.js"></script>
</head>
<body>
<nav>
<div class="container">
<a href="/" class="logo">📊 Fractional CFO School</a>
<div class="nav-links">
<a href="/blog/">Blog</a>
<a href="/foundations/">Foundations</a>
<a href="/templates/">Templates</a>
<a href="/pricing/">Pricing</a>
<a href="/starter-kit/">Free Starter Kit</a>
<a href="/pricing/" class="nav-cta">Compare Programs</a>
</div>
</div>
</nav>
<section class="hero">
<div class="container">
<div class="badge"><span class="dot"></span> Two One-Time Written Programs</div>
<h1>Fractional CFO course and training for<br><span class="highlight">bookkeepers going advisory.</span></h1>
<p>Practical written programs, scripts, and Excel-compatible workbooks for bookkeepers and accountants moving toward advisory and fractional CFO services.</p>
<a href="/pricing/" class="hero-cta">Compare Programs — Starting at $297 →</a>
<div class="guarantee-inline">One-time written programs only · No recurring product</div>
</div>
</section>
<section class="stats-bar">
<div class="container">
<div class="stats-grid">
<div><div class="stat-num">800+</div><div class="stat-label">Free pages of CFO resources</div><div class="stat-source">Our resource library</div></div>
<div><div class="stat-num">2</div><div class="stat-label">One-time written programs</div><div class="stat-source">Current offer ladder</div></div>
<div><div class="stat-num">.xlsx</div><div class="stat-label">Workbook template format</div><div class="stat-source">Excel-compatible files</div></div>
<div><div class="stat-num">$0</div><div class="stat-label">Recurring products sold</div><div class="stat-source">One-time offers only</div></div>
</div>
</div>
</section>
<section class="problem">
<div class="container">
<div class="section-label">The Problem</div>
<h3 class="section-title">Compliance work is changing. Advisory services need clearer packaging, pricing, and delivery systems.</h3>
<div class="pain-grid">
<div class="pain-card">
<div class="pain-icon">⏰</div>
<h4>Trapped in the Hourly Grind</h4>
<p>Hourly bookkeeping can be hard to scale when clients also need planning, reporting, and cash flow decisions explained in plain language.</p>
</div>
<div class="pain-card">
<div class="pain-icon">🤖</div>
<h4>AI Is Coming for Your Workflow</h4>
<p>Automated categorization, bank feeds, and AI-assisted reconciliation are changing the work. Compliance-only firms need a stronger advisory layer.</p>
</div>
<div class="pain-card">
<div class="pain-icon">😰</div>
<h4>No Idea Where to Start</h4>
<p>You know advisory is the future, but how do you actually package it? Price it? Sell it to existing clients without feeling salesy? Nobody taught you this.</p>
</div>
<div class="pain-card">
<div class="pain-icon">💸</div>
<h4>Too Much Unstructured Advice</h4>
<p>Large coaching programs can be too heavy if all you need is practical written frameworks, templates, and step-by-step processes.</p>
</div>
</div>
</div>
</section>
<section class="market-demand">
<div class="container">
<div class="section-label">Market Opportunity</div>
<h3 class="section-title">Fractional CFO Search Demand Is Growing</h3>
<div class="demand-grid">
<div class="demand-card">
<div class="demand-stat">142%</div>
<h4>Search Growth in 2 Years</h4>
<p>"Fractional CFO" Google searches grew from ~5,000/mo to 12,100/mo between 2024-2026 — and the trend is accelerating.</p>
<div class="source">Source: DataForSEO keyword data</div>
</div>
<div class="demand-card">
<div class="demand-stat">.xlsx</div>
<h4>Workbook-Based Delivery</h4>
<p>The template products and program resources are Excel-compatible workbooks you can adapt for planning, reporting, forecasting, and advisory packaging.</p>
<div class="source">Current product format</div>
</div>
<div class="demand-card">
<div class="demand-stat">6%</div>
<h4>Job Growth Through 2033</h4>
<p>The Bureau of Labor Statistics projects 6% growth for financial managers through 2033 — with fractional/advisory roles growing even faster as SMBs shift from full-time to fractional finance.</p>
<div class="source">Source: U.S. Bureau of Labor Statistics</div>
</div>
<div class="demand-card">
<div class="demand-stat">0</div>
<h4>Recurring Products</h4>
<p>Recurring offers are paused. The current public ladder is Foundations at $297 once and Advanced at $1,500 once.</p>
<div class="source">Current offer ladder</div>
</div>
</div>
</div>
</section>
<section class="pricing">
<div class="container">
<div class="section-label">Choose Your Path</div>
<h3 class="section-title">Two one-time written programs — pick the depth that fits you</h3>
<div class="pricing-grid">
<div class="plan">
<div class="plan-name">Foundations Written Program</div>
<div class="plan-desc">The lower one-time written program for packaging advisory services</div>
<div class="plan-price">
<span class="amount">$297</span>
<span class="note">one-time payment</span>
</div>
<ul>
<li class="highlight">6 written modules</li>
<li>Cash flow forecasting & management</li>
<li>Pricing and packaging framework</li>
<li>Discovery call script</li>
<li class="highlight">Excel-compatible workbook library</li>
<li>Verified purchase access for at least 12 months</li>
</ul>
<button class="plan-cta secondary" onclick="checkout('foundations', this)">Start Foundations — $297 →</button>
<a href="/foundations/" class="plan-detail-link">See Foundations curriculum →</a>
</div>
<div class="plan featured">
<div class="plan-name">Advanced Fractional CFO Written Program</div>
<div class="plan-desc">The high-tier written program with automated assessment and certificate of completion</div>
<div class="plan-price">
<span class="amount">$1,500</span>
<span class="note">one-time payment</span>
</div>
<ul>
<li class="highlight">Everything in Foundations</li>
<li>8-module advanced written curriculum</li>
<li>Strategic planning toolkit</li>
<li>Sales scripts and marketing drafting prompts</li>
<li>Automated assessment</li>
<li class="highlight">Certificate of completion</li>
</ul>
<button class="plan-cta primary" onclick="checkout('certification', this)">Start Advanced — $1,500 →</button>
<a href="/certification/" class="plan-detail-link">See Advanced program details →</a>
</div>
</div>
</div>
</section>
<section class="modules-section">
<div class="container">
<div class="section-label">The Curriculum</div>
<h3 class="section-title">The core written curriculum in Foundations</h3>
<div class="modules-grid">
<div class="module" data-num="01"><h4>Module 1: The Advisory Mindset Shift</h4><p>Why compliance alone can be a narrow offer, what clients actually value, and how to think like a trusted advisor.</p></div>
<div class="module" data-num="02"><h4>Module 2: Packaging Your Services</h4><p>Design 3-tier advisory packages with clear deliverables, scope boundaries, and pricing assumptions.</p></div>
<div class="module" data-num="03"><h4>Module 3: Pricing Your Advisory Work</h4><p>Written pricing frameworks for scoping your offer, estimating complexity, and explaining service tiers.</p></div>
<div class="module" data-num="04"><h4>Module 4: The Advisory Delivery System</h4><p>Monthly reporting templates, KPI dashboards, cash flow forecasting, and meeting agendas.</p></div>
<div class="module" data-num="05"><h4>Module 5: Selling Without Being Salesy</h4><p>Scripts to upsell existing clients. Run "financial health checks" that lead to advisory engagements.</p></div>
<div class="module" data-num="06"><h4>Module 6: Cash Flow Forecasting</h4><p>13-week cash flow models, forecasting frameworks, and written prompts for reviewing short-term cash needs.</p></div>
</div>
</div>
</section>
<section class="audience">
<div class="container">
<div class="section-label">Is This For You?</div>
<h3 class="section-title">This program is built for</h3>
<ul class="check-list">
<li><span class="check-mark">✓</span> Solo bookkeepers doing $50K-150K/year who want to break through the ceiling</li>
<li><span class="check-mark">✓</span> Small accounting firm owners (1-5 staff) who know they need to evolve</li>
<li><span class="check-mark">✓</span> Bookkeepers who've heard "offer advisory" but don't know HOW</li>
<li><span class="check-mark">✓</span> Accountants tired of racing to the bottom on price for compliance work</li>
<li><span class="check-mark">✓</span> Anyone in accounting who wants a written framework for packaging advisory services</li>
</ul>
</div>
</section>
<section class="guarantee">
<div class="container">
<h3>30-Day Refund Window</h3>
<p>Review the written program you purchased. If it is not a fit, email us within 30 days and we will help with the refund process.</p>
</div>
</section>
<section class="bottom-cta">
<div class="container">
<h3>Ready to choose your written path?</h3>
<p>Compare Foundations and Advanced, or explore the free resources before you buy.</p>
<a href="/pricing/" class="hero-cta">View Pricing & Enroll →</a>
<div class="guarantee-inline" style="margin-top:16px">One-time programs · Starts at $297 · No subscriptions</div>
</div>
</section>
<div class="content-authority">
📚 <strong>800+ free pages</strong> · 290+ blog articles · 99 city guides · Excel-compatible template products — <a href="/blog/" style="color:var(--accent-light)">explore free resources</a> · <a href="/templates/" style="color:var(--accent-light)">browse templates →</a>
</div>
<footer>
<div class="container">
<p>© 2026 Fractional CFO School. Built for bookkeepers who want more.</p>
<p style="margin-top:8px"><a href="/">Home</a> · <a href="/foundations/">Foundations</a> · <a href="/certification/">Advanced Program</a> · <a href="/pricing/">Pricing</a> · <a href="/templates/">Templates</a> · <a href="/blog/">Blog</a> · <a href="/starter-kit/">Free Starter Kit</a></p>
</div>
</footer>
<script>
const CHECKOUT_PRODUCTS = {
foundations: { name: 'Foundations', category: 'course', price: 297 },
certification: { name: 'Advanced Program', category: 'course', price: 1500 }
};
function trackCheckoutStart(product) {
const details = CHECKOUT_PRODUCTS[product] || {};
const value = Number(details.price || 0);
try {
if (typeof window.gtag === 'function') {
window.gtag('event', 'begin_checkout', {
product_slug: product,
source_path: window.location.pathname,
currency: 'USD',
value,
items: [{
item_id: product,
item_name: details.name || product,
item_category: details.category || 'product',
price: value,
quantity: 1
}]
});
}
} catch (err) {}
}
async function checkout(product, trigger) {
const btn = trigger || (window.event && window.event.target);
if (!btn) return;
const originalText = btn.textContent;
btn.disabled = true;
btn.textContent = 'Loading...';
try {
trackCheckoutStart(product);
const attribution = window.FCCAttribution && typeof window.FCCAttribution.getCheckoutPayload === 'function'
? window.FCCAttribution.getCheckoutPayload()
: undefined;
const res = await fetch('/api/checkout', {
method: 'POST',
headers: { 'Content-Type': 'application/json' },
body: JSON.stringify({ product, sourcePath: window.location.href, attribution })
});
const data = await res.json();
if (data.url) { window.location.href = data.url; }
else { alert('Something went wrong. Please try again.'); btn.disabled = false; btn.textContent = originalText; }
} catch (err) { alert('Connection error. Please try again.'); btn.disabled = false; btn.textContent = originalText; }
}
</script>
<script defer src="/_vercel/insights/script.js"></script>
</body>
</html>