<style>
/*
* BLU BOOKKEEPERS - CASH FLOW CLARITY WEBINAR
* Designed for Divi Code Module - Full Width
*
* DIVI SETUP REQUIRED:
* 1. Section (blue): Design > Sizing > Make Fullwidth = Yes
* 2. Row (green): Design > Sizing > Width = 100%, Max Width = 100%
* 3. Row: Design > Spacing > All padding = 0px
* 4. Column: Design > Spacing > All padding = 0px
*/
/* RESET */
.fcs-page, .fcs-page * { margin: 0; padding: 0; box-sizing: border-box; }
.fcs-page {
font-family: 'Cormorant Garamond', Georgia, serif;
color: #3A3A3A;
line-height: 1.75;
font-size: 20px;
width: 100%;
padding: 0;
}
/* ======================== */
/* TOP BAR */
/* ======================== */
.fcs-top-bar {
text-align: center;
padding: 16px 20px;
background: #F2C7CF;
color: #2F5C66;
font-weight: 700;
font-size: 18px;
letter-spacing: 0.5px;
font-family: 'Cormorant Garamond', Georgia, serif;
}
/* ======================== */
/* HERO */
/* ======================== */
.fcs-hero {
text-align: center;
padding: 80px 40px 60px;
background: #2F5C66;
color: #FFFFFF;
}
.fcs-hero p, .fcs-hero h1, .fcs-hero h2, .fcs-hero span { color: #FFFFFF !important; }
.fcs-hero .fcs-event-label {
font-size: 18px;
text-transform: uppercase;
letter-spacing: 5px;
color: rgba(255,255,255,0.7) !important;
margin-bottom: 10px !important;
}
.fcs-hero .fcs-event-date {
font-size: 24px;
color: rgba(255,255,255,0.8) !important;
margin-bottom: 28px !important;
}
.fcs-hero .fcs-hook-line {
font-family: 'Cormorant Garamond', Georgia, serif !important;
font-size: 44px !important;
font-weight: 400 !important;
font-style: italic;
color: rgba(255,255,255,0.9) !important;
margin-bottom: 20px !important;
}
.fcs-hero h1 {
font-family: 'Cormorant Garamond', Georgia, serif !important;
font-size: 72px !important;
font-weight: 600 !important;
line-height: 1.1 !important;
margin-bottom: 12px !important;
letter-spacing: 0.5px;
color: #FFFFFF !important;
padding: 0 !important;
max-width: 960px;
margin-left: auto !important;
margin-right: auto !important;
}
.fcs-hero h1 em {
font-style: italic;
color: #F2C7CF !important;
}
.fcs-hero .fcs-divider {
width: 70px;
height: 2px;
background: #F2C7CF;
margin: 28px auto;
}
.fcs-hero .fcs-hero-desc {
font-size: 24px !important;
max-width: 760px;
margin: 0 auto 28px !important;
line-height: 1.65;
color: rgba(255,255,255,0.85) !important;
}
/* Timezone */
.fcs-tz-box {
display: flex;
justify-content: center;
gap: 48px;
margin: 24px auto;
flex-wrap: wrap;
}
.fcs-tz-item { text-align: center; }
.fcs-tz-time {
font-size: 34px;
font-weight: 700;
color: #F2C7CF !important;
display: block;
font-family: 'Cormorant Garamond', Georgia, serif;
}
.fcs-tz-label {
font-size: 15px;
text-transform: uppercase;
letter-spacing: 2px;
color: rgba(255,255,255,0.7) !important;
}
/* Hero form */
.fcs-hero-form-wrap {
max-width: 480px;
margin: 28px auto 8px;
text-align: left;
}
.fcs-hero-form-wrap .fcs-form-note {
font-size: 14px !important;
color: rgba(255,255,255,0.55) !important;
text-align: center;
margin-top: 10px !important;
font-style: italic;
}
.fcs-scarcity-line {
font-size: 18px !important;
color: #F2C7CF !important;
text-align: center;
margin-top: 16px !important;
font-weight: 700;
letter-spacing: 0.5px;
}
.fcs-trust-line {
font-size: 16px !important;
color: rgba(255,255,255,0.6) !important;
text-align: center;
margin-top: 10px !important;
letter-spacing: 0.5px;
}
/* Bonus box */
.fcs-bonus-hero {
margin: 28px auto;
max-width: 700px;
padding: 24px 32px;
background: rgba(242,199,207,0.15);
border-radius: 8px;
border: 1px solid rgba(242,199,207,0.3);
text-align: center;
}
.fcs-bonus-hero .fcs-bonus-label {
font-weight: 700;
color: #F2C7CF !important;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 10px !important;
}
.fcs-bonus-hero p {
color: rgba(255,255,255,0.85) !important;
font-size: 20px !important;
margin-bottom: 0 !important;
line-height: 1.7;
}
/* No replay box */
.fcs-no-replay-hero {
margin: 24px auto;
max-width: 700px;
padding: 24px 32px;
background: rgba(242,199,207,0.15);
border-radius: 8px;
border: 1px solid rgba(242,199,207,0.3);
}
.fcs-no-replay-hero .fcs-no-replay-label {
font-weight: 700;
color: #F2C7CF !important;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 10px !important;
}
.fcs-no-replay-hero p {
color: rgba(255,255,255,0.85) !important;
font-size: 20px !important;
margin-bottom: 0 !important;
line-height: 1.7;
}
/* ======================== */
/* CREDIBILITY BAR */
/* ======================== */
.fcs-cred-bar {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 0;
background: #FFFFFF;
border-bottom: 1px solid #E2E8F0;
}
.fcs-cred-item {
text-align: center;
padding: 32px 20px;
border-right: 1px solid #E2E8F0;
}
.fcs-cred-item:last-child { border-right: none; }
.fcs-cred-number {
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: 42px;
font-weight: 700;
color: #2F5C66;
display: block;
margin-bottom: 4px;
}
.fcs-cred-label {
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1.5px;
color: #6B7B8D;
line-height: 1.4;
}
/* ======================== */
/* CONTENT SECTIONS */
/* ======================== */
.fcs-content-wrap {
max-width: 820px;
margin: 0 auto;
padding: 60px 44px;
}
.fcs-section {
border-bottom: 1px solid #E2E8F0;
}
.fcs-section:last-of-type { border-bottom: none; }
.fcs-section h2 {
font-family: 'Cormorant Garamond', Georgia, serif !important;
font-size: 44px !important;
color: #2F5C66 !important;
margin-bottom: 24px !important;
font-weight: 600 !important;
padding: 0 !important;
line-height: 1.25 !important;
}
.fcs-section h3 {
font-family: 'Cormorant Garamond', Georgia, serif !important;
font-size: 28px !important;
color: #2F5C66 !important;
margin-bottom: 12px !important;
font-weight: 600 !important;
}
.fcs-page p {
margin-bottom: 16px;
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: 20px;
color: #3A3A3A;
line-height: 1.75;
}
.fcs-page p:last-child { margin-bottom: 0; }
.fcs-section-line {
width: 50px;
height: 2px;
background: #F2C7CF;
margin-bottom: 24px;
}
/* ======================== */
/* LISTS */
/* ======================== */
.fcs-check-list {
list-style: none !important;
padding: 0 !important;
margin: 20px 0 !important;
}
.fcs-check-list li {
padding: 8px 0 8px 32px;
position: relative;
margin-bottom: 8px;
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: 20px;
color: #3A3A3A;
}
.fcs-check-list li::before {
content: "\2713";
position: absolute;
left: 4px;
color: #418993;
font-weight: 700;
font-size: 20px;
}
.fcs-cross-list {
list-style: none !important;
padding: 0 !important;
margin: 20px 0 !important;
}
.fcs-cross-list li {
padding: 8px 0 8px 32px;
position: relative;
margin-bottom: 8px;
font-family: 'Cormorant Garamond', Georgia, serif;
font-size: 20px;
color: #6B7B8D;
}
.fcs-cross-list li::before {
content: "\2717";
position: absolute;
left: 4px;
color: #C0392B;
font-weight: 700;
font-size: 20px;
}
.fcs-quote-list {
list-style: none !important;
padding: 0 !important;
margin: 20px 0 !important;
}
.fcs-quote-list li {
font-style: italic;
color: #1A1A1A;
padding: 14px 26px;
border-left: 3px solid #F2C7CF;
margin-bottom: 12px;
background: #F0F4F8;
border-radius: 0 4px 4px 0;
font-size: 20px;
font-family: 'Cormorant Garamond', Georgia, serif;
}
.fcs-for-you-list {
list-style: none !important;
padding: 0 !important;
margin: 0 !important;
}
.fcs-for-you-list li {
padding: 7px 0 7px 32px;
position: relative;
margin-bottom: 6px;
font-size: 20px;
font-family: 'Cormorant Garamond', Georgia, serif;
color: #1A1A1A;
}
.fcs-for-you-list li::before {
content: "\2713";
position: absolute;
left: 4px;
color: #418993;
font-weight: 700;
font-size: 20px;
}
/* ======================== */
/* TESTIMONIAL */
/* ======================== */
.fcs-testimonial-card {
background: #F0F4F8;
border-radius: 8px;
padding: 32px 36px;
margin: 24px 0;
}
.fcs-testimonial-card blockquote {
font-style: italic;
font-size: 20px;
color: #1A1A1A;
line-height: 1.75;
font-family: 'Cormorant Garamond', Georgia, serif;
margin-bottom: 14px;
}
.fcs-testimonial-card .fcs-testimonial-name {
font-weight: 700;
color: #2F5C66;
font-size: 18px;
font-family: 'Cormorant Garamond', Georgia, serif;
}
/* ======================== */
/* BOXES */
/* ======================== */
.fcs-for-you-box {
background: #F0F4F8;
border: 2px solid #418993;
border-radius: 8px;
padding: 30px;
margin: 20px 0;
}
.fcs-not-for-you-box {
background: #FFFFFF;
border: 1px solid #E2E8F0;
border-radius: 8px;
padding: 30px;
margin: 20px 0;
}
/* ======================== */
/* BEFORE/AFTER TABLE */
/* ======================== */
.fcs-ba-table {
width: 100%;
border-collapse: collapse;
margin: 20px 0;
font-size: 18px;
font-family: 'Cormorant Garamond', Georgia, serif;
}
.fcs-ba-table th {
padding: 14px 20px;
text-align: left;
font-weight: 700;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 1px;
color: white;
}
.fcs-ba-table td {
padding: 14px 20px;
border-bottom: 1px solid #E2E8F0;
color: #1A1A1A;
font-weight: 600;
}
/* ======================== */
/* PILLARS */
/* ======================== */
.fcs-pillars {
display: grid;
grid-template-columns: 1fr;
gap: 18px;
margin: 24px 0;
}
.fcs-pillar-card {
background: #F0F4F8;
border-radius: 8px;
padding: 28px 30px;
border-left: 4px solid #418993;
}
.fcs-pillar-number {
font-size: 13px;
text-transform: uppercase;
letter-spacing: 3px;
color: #2F5C66;
font-weight: 700;
margin-bottom: 6px;
}
.fcs-pillar-card p {
color: #6B7B8D !important;
font-size: 18px !important;
margin-bottom: 0 !important;
}
/* ======================== */
/* ABOUT / HOST */
/* ======================== */
.fcs-about-grid {
display: flex;
gap: 28px;
align-items: flex-start;
margin: 20px 0;
}
.fcs-about-photo {
width: 200px;
min-width: 200px;
border-radius: 8px;
object-fit: cover;
}
.fcs-about-text { flex: 1; }
.fcs-about-text p {
font-size: 20px !important;
color: #6B7B8D !important;
}
/* ======================== */
/* IMPLEMENTATION BOX */
/* ======================== */
.fcs-impl-box {
background: #2F5C66;
color: #FFFFFF;
border-radius: 8px;
padding: 36px;
margin: 24px 0;
}
.fcs-impl-box h3 {
color: #FFFFFF !important;
margin-bottom: 12px !important;
font-size: 28px !important;
}
.fcs-impl-box p {
font-size: 20px !important;
color: rgba(255,255,255,0.85) !important;
}
/* ======================== */
/* CTA - MID PAGE (centred) */
/* ======================== */
.fcs-cta-mid {
text-align: center;
padding: 48px 44px;
border-bottom: 1px solid #E2E8F0;
}
.fcs-cta-mid h2 {
font-family: 'Cormorant Garamond', Georgia, serif !important;
font-size: 38px !important;
color: #2F5C66 !important;
margin-bottom: 14px !important;
font-weight: 600 !important;
line-height: 1.25 !important;
}
.fcs-cta-mid p {
font-size: 18px !important;
color: #6B7B8D !important;
margin-top: 14px !important;
font-style: italic;
}
/* ======================== */
/* CTA - FINAL (dark block) */
/* ======================== */
.fcs-cta-final {
text-align: center;
padding: 80px 60px;
background: #2F5C66;
color: #FFFFFF;
}
.fcs-cta-final h2 {
font-family: 'Cormorant Garamond', Georgia, serif !important;
font-size: 46px !important;
color: #FFFFFF !important;
margin-bottom: 16px !important;
font-weight: 600 !important;
line-height: 1.2 !important;
max-width: 820px;
margin-left: auto !important;
margin-right: auto !important;
}
.fcs-cta-final p {
color: rgba(255,255,255,0.85) !important;
font-size: 22px !important;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}
.fcs-cta-final .fcs-cta-scarcity {
font-style: italic;
font-size: 18px !important;
color: rgba(255,255,255,0.6) !important;
margin-top: 22px !important;
}
/* ======================== */
/* CTA BUTTON */
/* ======================== */
.fcs-cta-btn {
display: inline-block !important;
background: #F2C7CF !important;
color: #2F5C66 !important;
font-family: 'Cormorant Garamond', Georgia, serif !important;
font-size: 26px !important;
font-weight: 700 !important;
padding: 22px 60px !important;
border-radius: 4px !important;
text-decoration: none !important;
letter-spacing: 0.5px;
transition: background 0.2s, transform 0.2s;
}
.fcs-cta-btn:hover {
background: #E8B0BB !important;
transform: translateY(-1px);
text-decoration: none !important;
}
/* ======================== */
/* FAQ */
/* ======================== */
.fcs-faq-item { margin-bottom: 28px; }
.fcs-faq-q {
font-weight: 700;
color: #1A1A1A;
margin-bottom: 6px !important;
font-size: 22px;
}
.fcs-faq-a {
color: #6B7B8D !important;
font-size: 20px !important;
}
/* ======================== */
/* RESPONSIVE - TABLET */
/* ======================== */
@media (max-width: 980px) {
.fcs-hero h1 { font-size: 52px !important; }
.fcs-hero .fcs-hook-line { font-size: 34px !important; }
.fcs-hero { padding: 60px 32px 48px; }
.fcs-content-wrap { padding: 44px 32px; }
.fcs-cta-mid { padding: 36px 32px; }
.fcs-cta-final { padding: 56px 32px; }
.fcs-cta-final h2 { font-size: 38px !important; }
.fcs-section h2 { font-size: 36px !important; }
.fcs-ba-table td, .fcs-ba-table th { padding: 10px 14px; }
.fcs-for-you-box, .fcs-not-for-you-box { padding: 24px; }
.fcs-testimonial-card { padding: 24px; }
}
/* ======================== */
/* RESPONSIVE - MOBILE */
/* ======================== */
@media (max-width: 600px) {
.fcs-hero h1 { font-size: 36px !important; }
.fcs-hero .fcs-hook-line { font-size: 26px !important; }
.fcs-hero .fcs-hero-desc { font-size: 18px !important; }
.fcs-hero .fcs-event-label { font-size: 14px; letter-spacing: 3px; }
.fcs-hero .fcs-event-date { font-size: 18px; }
.fcs-hero { padding: 40px 20px 32px; }
.fcs-content-wrap { padding: 32px 20px; }
.fcs-section h2 { font-size: 30px !important; }
.fcs-section h3 { font-size: 22px !important; }
.fcs-page p { font-size: 17px; }
.fcs-cred-bar { grid-template-columns: 1fr; }
.fcs-cred-item { border-right: none; border-bottom: 1px solid #E2E8F0; padding: 20px 16px; }
.fcs-cred-item:last-child { border-bottom: none; }
.fcs-cred-number { font-size: 32px; }
.fcs-tz-box { gap: 16px; }
.fcs-tz-time { font-size: 24px; }
.fcs-about-grid { flex-direction: column; align-items: center; text-align: center; }
.fcs-about-photo { width: 100%; max-width: 260px; }
.fcs-cta-mid { padding: 28px 20px; }
.fcs-cta-mid h2 { font-size: 28px !important; }
.fcs-cta-final { padding: 40px 20px; }
.fcs-cta-final h2 { font-size: 30px !important; }
.fcs-cta-btn { font-size: 20px !important; padding: 18px 32px !important; width: 100%; text-align: center; }
.fcs-impl-box { padding: 24px 20px; }
.fcs-no-replay-hero { padding: 18px 20px; }
.fcs-bonus-hero { padding: 18px 20px; }
.fcs-pillar-card { padding: 22px 20px; }
.fcs-for-you-box, .fcs-not-for-you-box { padding: 20px; }
.fcs-testimonial-card { padding: 22px; }
.fcs-check-list li, .fcs-for-you-list li, .fcs-cross-list li { font-size: 17px; }
.fcs-quote-list li { font-size: 17px; padding: 10px 18px; }
.fcs-ba-table { font-size: 15px; }
.fcs-ba-table td, .fcs-ba-table th { padding: 8px 10px; }
.fcs-top-bar { font-size: 14px; padding: 12px 16px; }
.fcs-hero-form-wrap { margin: 20px auto 8px; }
.fcs-faq-q { font-size: 19px; }
.fcs-faq-a { font-size: 17px !important; }
}
/* ======================== */
/* RESPONSIVE - SMALL MOBILE */
/* ======================== */
@media (max-width: 380px) {
.fcs-hero h1 { font-size: 28px !important; }
.fcs-hero .fcs-hook-line { font-size: 22px !important; }
.fcs-section h2 { font-size: 26px !important; }
.fcs-tz-box { flex-direction: column; gap: 10px; }
.fcs-cta-btn { padding: 16px 24px !important; font-size: 18px !important; }
}
</style>
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap" rel="stylesheet">
<div class="fcs-page">
<!-- ========== TOP BAR ========== -->
<div class="fcs-top-bar">Free Live Training – Wednesday 27 May 2026</div>
<!-- ========== HERO ========== -->
<div class="fcs-hero">
<p class="fcs-event-label">Free Live Training</p>
<p class="fcs-event-date">Wednesday 27 May 2026</p>
<p class="fcs-hook-line">Making Good Money… But Still Feel Broke?</p>
<h1>Get <em>Complete Cash Flow Clarity</em> in 90 Days.<br>Stay in Control for Good.</h1>
<div class="fcs-divider"></div>
<p class="fcs-hero-desc">A free live masterclass for service-based business owners doing $30k+ months who want to stop guessing where the money goes, pay themselves first, and take control of cash flow – without more spreadsheets or complicated software.</p>
<div class="fcs-tz-box">
<div class="fcs-tz-item"><span class="fcs-tz-time">12:00 PM</span><span class="fcs-tz-label">AEST</span></div>
<div class="fcs-tz-item"><span class="fcs-tz-time">10:00 AM</span><span class="fcs-tz-label">AWST</span></div>
</div>
<!-- FORM -->
<div class="fcs-hero-form-wrap" id="register">
<!-- ACTIVECAMPAIGN FORM START -->
<style>@import url(https://fonts.bunny.net/css?family=playfair-display:400,700|roboto:400,700);</style>
<style>
#_form_8_{font-size:14px;line-height:1.6;font-family:arial,helvetica,sans-serif;margin:0;box-shadow:none}._form_hide{display:none;visibility:hidden}._form_show{display:block;visibility:visible}#_form_8_ input[type="text"],#_form_8_ input[type="tel"],#_form_8_ input[type="date"],#_form_8_ textarea{padding:8px;height:auto;border:#979797 1px solid;border-radius:4px;color:#000 !important;font-size:14px;box-sizing:border-box}#_form_8_ textarea{resize:none}#_form_8_ input::placeholder{color:#333}#_form_8_ ._submit{cursor:pointer;font-family:arial,sans-serif;font-size:14px;text-align:center;background:#2f5c66 !important;border:2px solid #2f5c66 !important;border-radius:30px !important;width:100%;color:#ffffff !important;padding:12px !important}#_form_8_ ._submit:disabled{cursor:not-allowed;opacity:0.4}#_form_8_ ._form-label,#_form_8_ ._form_element ._form-label{font-weight:bold;margin-bottom:5px;display:block}#_form_8_ ._form_element{position:relative;margin-bottom:10px;max-width:100%}#_form_8_ ._form_element :is(textarea,select,input[type="text"],input[type="date"],input[type="phone"],input[type="email"]){background:white;color:#333 !important;border:1px solid #e1e1e1;border-radius:4px;padding:12px}#_form_8_ ._form_element input[type="text"],#_form_8_ ._form_element input[type="date"],#_form_8_ ._form_element select,#_form_8_ ._form_element textarea:not(.g-recaptcha-response){display:block;width:100%;box-sizing:border-box;font-family:inherit}#_form_8_ ._field-wrapper{position:relative}#_form_8_ ._clear-element{clear:left}#_form_8_ ._full_width{width:100%}#_form_8_ ._form_full_field{display:block;width:100%;margin-bottom:10px}#_form_8_ input[type="text"]._has_error,#_form_8_ textarea._has_error{border:#F37C7B 1px solid}#_form_8_ ._error{display:block;position:absolute;font-size:14px;z-index:10000001}#_form_8_ ._error._above{padding-bottom:4px;bottom:39px;right:0}#_form_8_ ._error._below{padding-top:8px;top:100%;right:0}#_form_8_ ._error-inner{padding:12px 12px 12px 36px;background-color:#FFDDDD;font-size:14px;font-family:arial,sans-serif;font-weight:600;line-height:16px;color:#000;text-align:center;border-radius:4px;box-shadow:0 1px 4px rgba(31,33,41,0.3)}#_form_8_ .field-required{color:#FF0000}#_form_8_{position:relative;text-align:left;margin:25px auto 0;padding:20px;box-sizing:border-box;background:transparent !important;border:2px solid rgba(255,255,255,0.3) !important;max-width:416px;border-radius:12px !important;color:#dadada}#_form_8_._inline-form,#_form_8_._inline-form ._form-content{font-family:Playfair Display;font-size:14px;font-weight:400}#_form_8_._inline-form ._row span:not(.field-required),#_form_8_._inline-form ._row label{font-family:Playfair Display;font-size:14px;font-weight:400;line-height:1.6em;color:#dadada}#_form_8_._inline-form ._form-label,#_form_8_._inline-form ._form-emailidentifier,#_form_8_._inline-form ._form-checkbox-option-label{font-family:Playfair Display;font-size:14px;font-weight:700;line-height:1.6em;color:#dadada}#_form_8_._inline-form ._submit{margin-top:12px;font-family:Playfair Display;font-size:16px;font-weight:700}#_form_8_ ._form-title,#_form_8_ ._html-code :is(h1,h2,h3,h4,h5,h6){font-family:Playfair Display;font-size:26px;font-weight:700;color:#e8e8e8}#_form_8_ ._form-thank-you{position:relative;left:0;right:0;text-align:center;font-size:18px}@media (min-width:320px) and (max-width:667px){#_form_8_{margin:0;width:100%;min-width:100%;max-width:100%;box-sizing:border-box}#_form_8_ *{box-sizing:border-box;font-size:1em}#_form_8_ ._form-content{margin:0;width:100%}#_form_8_ ._form_element{margin:0 0 20px;padding:0;width:100%}#_form_8_ ._form-element,#_form_8_ input[type="text"],#_form_8_ label,#_form_8_ p,#_form_8_ textarea:not(.g-recaptcha-response){float:none;display:block;width:100%}#_form_8_ input[type="text"]{padding-left:10px;padding-right:10px;font-size:16px;line-height:1.3em}#_form_8_ button[type="submit"]{padding:20px;font-size:1.5em}}
</style>
<form method="POST" action="https://blubookkeepers.activehosted.com/proc.php" id="_form_8_" class="_form _form_8 _inline-form _dark" novalidate data-styles-version="5">
<input type="hidden" name="u" value="8" />
<input type="hidden" name="f" value="8" />
<input type="hidden" name="s" />
<input type="hidden" name="c" value="0" />
<input type="hidden" name="m" value="0" />
<input type="hidden" name="act" value="sub" />
<input type="hidden" name="v" value="2" />
<input type="hidden" name="or" value="864cd790-a1bc-4f75-90e6-a0e08032738a" />
<div class="_form-content">
<div class="_form_element _field_header _full_width _clear">
<h2 class="_form-title">Save Your Free Seat</h2>
</div>
<div class="_form_element _field_html _full_width _clear">
<div class="_html-code">
<p>60 minutes that will change how you manage cash flow. Register below.</p>
</div>
</div>
<div class="_form_element _field_firstname _full_width">
<label for="firstname" class="_form-label">First Name<span class="field-required"> *</span></label>
<div class="_field-wrapper">
<input type="text" id="firstname" name="firstname" placeholder="Type your first name" required/>
</div>
</div>
<div class="_form_element _field_email _full_width">
<label for="email" class="_form-label">Your Email<span class="field-required"> *</span></label>
<div class="_field-wrapper">
<input type="text" id="email" name="email" placeholder="Enter your email" required/>
</div>
</div>
<div class="_button-wrapper _full_width">
<button id="_form_8_submit" class="_submit" type="submit">Save My Free Seat →</button>
</div>
<div class="_clear-element"></div>
</div>
<div class="_form-thank-you" style="display:none;"></div>
</form>
<script>
window.cfields=[];window._show_thank_you=function(id,message,trackcmp_url,email){var form=document.getElementById('_form_'+id+'_'),thank_you=form.querySelector('._form-thank-you');form.querySelector('._form-content').style.display='none';thank_you.innerHTML=message;thank_you.style.display='block';const vgoAlias=typeof visitorGlobalObjectAlias==='undefined'?'vgo':visitorGlobalObjectAlias;var visitorObject=window[vgoAlias];if(email&&typeof visitorObject!=='undefined'){visitorObject('setEmail',email);visitorObject('update')}else if(typeof(trackcmp_url)!='undefined'&&trackcmp_url){_load_script(trackcmp_url)}if(typeof window._form_callback!=='undefined')window._form_callback(id);thank_you.setAttribute('tabindex','-1');thank_you.focus()};window._show_error=function(id,message,html){var form=document.getElementById('_form_'+id+'_'),err=document.createElement('div'),button=form.querySelector('button[type="submit"]'),old_error=form.querySelector('._form_error');if(old_error)old_error.parentNode.removeChild(old_error);err.innerHTML=message;err.className='_error-inner _form_error _no_arrow';var wrapper=document.createElement('div');wrapper.className='_form-inner _show_be_error';wrapper.appendChild(err);button.parentNode.insertBefore(wrapper,button);var submitButton=form.querySelector('[id^="_form"][id$="_submit"]');submitButton.disabled=false;submitButton.classList.remove('processing')};window._load_script=function(url,callback,isSubmit){var head=document.querySelector('head'),script=document.createElement('script'),r=false;var submitButton=document.querySelector('#_form_8_submit');script.charset='utf-8';script.src=url;if(callback){script.onload=script.onreadystatechange=function(){if(!r&&(!this.readyState||this.readyState=='complete')){r=true;callback()}}}script.onerror=function(){if(isSubmit){_show_error("8","Sorry, your submission failed. Please try again.");submitButton.disabled=false;submitButton.classList.remove('processing')}};head.appendChild(script)};(function(){if(window.location.search.search("excludeform")!==-1)return false;var addEvent=function(element,event,func){if(element.addEventListener){element.addEventListener(event,func)}else{var oldFunc=element['on'+event];element['on'+event]=function(){oldFunc.apply(this,arguments);func.apply(this,arguments)}}};var form_to_submit=document.getElementById('_form_8_');var allInputs=form_to_submit.querySelectorAll('input, select, textarea'),tooltips=[],submitted=false;var getUrlParam=function(name){var params=new URLSearchParams(window.location.search);return params.get(name)||false};for(var i=0;i<allInputs.length;i++){var regexStr="field\\[(\\d+)\\]";var results=new RegExp(regexStr).exec(allInputs[i].name);if(results!=undefined){allInputs[i].dataset.name=window.cfields[results[1]]}else{allInputs[i].dataset.name=allInputs[i].name}var fieldVal=getUrlParam(allInputs[i].dataset.name);if(fieldVal){if(allInputs[i].dataset.autofill==="false")continue;allInputs[i].value=fieldVal}}var remove_tooltips=function(){for(var i=0;i<tooltips.length;i++){tooltips[i].tip.parentNode.removeChild(tooltips[i].tip)}tooltips=[]};var validate_field=function(elem,remove){var tooltip=null,value=elem.value,no_error=true;if(remove){for(var i=0;i<tooltips.length;i++){if(tooltips[i].elem===elem){tooltips[i].tip.parentNode.removeChild(tooltips[i].tip);tooltips.splice(i,1);break}}}elem.className=elem.className.replace(/ ?_has_error ?/g,'');if(elem.getAttribute('required')!==null){if(!value){elem.className+=' _has_error';no_error=false}}if(no_error&&elem.name=='email'){if(!value.match(/^[\+_a-z0-9-'&=]+(\.[\+_a-z0-9-']+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,})$/i)){elem.className+=' _has_error';no_error=false}}return no_error};var validate_form=function(e){var no_error=true;if(!submitted){submitted=true;for(var i=0;i<allInputs.length;i++){var input=allInputs[i];if(input.getAttribute('required')!==null&&input.type=='text'){addEvent(input,'blur',function(){this.value=this.value.trim();validate_field(this,true)});addEvent(input,'input',function(){validate_field(this,true)})}}}remove_tooltips();for(var i=0;i<allInputs.length;i++){var elem=allInputs[i];if(elem.getAttribute('required')!==null||elem.name==='email'&&elem.value!==""){if(elem.tagName.toLowerCase()!=="select")elem.value=elem.value.trim();validate_field(elem)?true:no_error=false}}if(!no_error&&e)e.preventDefault();return no_error};var _form_serialize=function(form){if(!form||form.nodeName!=="FORM")return;var i,q=[];for(i=0;i<form.elements.length;i++){if(form.elements[i].name==="")continue;switch(form.elements[i].nodeName){case"INPUT":switch(form.elements[i].type){case"text":case"hidden":case"password":case"button":case"reset":case"submit":q.push(form.elements[i].name+"="+encodeURIComponent(form.elements[i].value));break;case"checkbox":case"radio":if(form.elements[i].checked)q.push(form.elements[i].name+"="+encodeURIComponent(form.elements[i].value));break}break;case"TEXTAREA":q.push(form.elements[i].name+"="+encodeURIComponent(form.elements[i].value));break;case"SELECT":q.push(form.elements[i].name+"="+encodeURIComponent(form.elements[i].value));break;case"BUTTON":q.push(form.elements[i].name+"="+encodeURIComponent(form.elements[i].value));break}}return q.join("&")};var form_submit=function(e){e.preventDefault();if(validate_form()){var submitButton=e.target.querySelector('#_form_8_submit');submitButton.disabled=true;submitButton.classList.add('processing');var serialized=_form_serialize(document.getElementById('_form_8_')).replace(/%0A/g,'\\n');var err=form_to_submit.querySelector('._form_error');if(err)err.parentNode.removeChild(err);_load_script('https://blubookkeepers.activehosted.com/proc.php?'+serialized+'&jsonp=true',null,true)}return false};addEvent(form_to_submit,'submit',form_submit)})();
</script>
<!-- ACTIVECAMPAIGN FORM END -->
<p class="fcs-scarcity-line">Limited spots only for live Q&A</p>
<p class="fcs-trust-line">100% free. Real training. No sleazy sales tactics.</p>
</div>
<!-- BONUS -->
<div class="fcs-bonus-hero">
<p class="fcs-bonus-label">Live Attendance Bonus</p>
<p>Stay till the end and you can book a <strong style="color: #F2C7CF !important;">free discovery call</strong> where we review your current cash flow and see if this system is the right fit for your business.</p>
</div>
<!-- NO REPLAY -->
<div class="fcs-no-replay-hero">
<p class="fcs-no-replay-label">Live Only – No Replay</p>
<p>You’re registering because you want cash flow clarity. So put aside the time and show up for it. This will be the most valuable 60 minutes of your week. Do what needs to be done to be here live. I promise it will change how you think about money in your business.</p>
<p style="margin-top: 10px; font-style: italic; color: rgba(255,255,255,0.6) !important;">If you don’t fix this now, the next 12 months will look exactly the same – more revenue, same stress.</p>
</div>
</div>
<!-- ========== CREDIBILITY BAR ========== -->
<div class="fcs-cred-bar">
<div class="fcs-cred-item"><span class="fcs-cred-number">20+</span><span class="fcs-cred-label">Years in<br>Finance</span></div>
<div class="fcs-cred-item"><span class="fcs-cred-number">100+</span><span class="fcs-cred-label">Businesses Helped<br>Fix Profit & Pay</span></div>
<div class="fcs-cred-item"><span class="fcs-cred-number">Certified</span><span class="fcs-cred-label">Profit First<br>Professional</span></div>
</div>
<!-- ========== SOUND FAMILIAR ========== -->
<div class="fcs-section">
<div class="fcs-content-wrap">
<div class="fcs-section-line"></div>
<h2>Sound Familiar?</h2>
<ul class="fcs-quote-list">
<li>“I’m making money but I have no idea where it’s going.”</li>
<li>“I don’t know if I can afford to hire.”</li>
<li>“BAS time always feels like a shock.”</li>
<li>“I feel like I’m flying blind. Nobody is helping me understand my numbers.”</li>
<li>“I avoid logging into Xero because the numbers stress me out.”</li>
</ul>
<p>You’re not bad with money. You’re missing a system. That’s what this training fixes.</p>
</div>
</div>
<!-- ========== WHAT YOU'LL LEARN ========== -->
<div class="fcs-section">
<div class="fcs-content-wrap">
<div class="fcs-section-line"></div>
<h2>What You’ll Learn</h2>
<p>60 minutes. Three things that change everything:</p>
<div class="fcs-pillars">
<div class="fcs-pillar-card">
<p class="fcs-pillar-number">01</p>
<h3>Why You Can Hit Record Revenue and Still Feel Broke</h3>
<p>And the simple structural fix that stops it. Most business owners run everything through one account and wonder why it feels tight. I’ll show you exactly what’s broken and how to fix it fast.</p>
</div>
<div class="fcs-pillar-card">
<p class="fcs-pillar-number">02</p>
<h3>The Allocation Method</h3>
<p>Every dollar gets a job before you spend it. Tax, profit, your pay, operating costs. All sorted. No spreadsheets. No guessing. Just accounts with purpose.</p>
</div>
<div class="fcs-pillar-card">
<p class="fcs-pillar-number">03</p>
<h3>The 15-Minute Weekly Rhythm</h3>
<p>One check-in per week. 15 minutes. You’ll know your exact cash position, what’s allocated, and what needs attention. Decisions from data, not your bank balance.</p>
</div>
</div>
</div>
</div>
<!-- ========== WHAT YOU WALK AWAY WITH ========== -->
<div class="fcs-section">
<div class="fcs-content-wrap">
<div class="fcs-section-line"></div>
<h2>What You Walk Away With</h2>
<ul class="fcs-check-list">
<li>Why your cash flow feels broken (even when revenue is strong) – and how to fix it</li>
<li>The exact allocation framework used by 100+ service businesses</li>
<li>A weekly rhythm you can start this week. 15 minutes. That’s it.</li>
<li>Confidence that there’s a system for this – and it works</li>
</ul>
<p style="color: #6B7B8D; font-style: italic; margin-top: 18px;">This will give you clarity. But implementation is where the real change happens. And if you want help implementing it properly, you’ll have the option to work through it with me.</p>
</div>
</div>
<!-- ========== MID CTA ========== -->
<div class="fcs-cta-mid">
<h2>If you want to feel in control of your money again…</h2>
<a href="#register" class="fcs-cta-btn">Save My Free Seat →</a>
<p>Wednesday 27 May · 12:00 PM AEST / 10:00 AM AWST · Limited spots only</p>
</div>
<!-- ========== BEFORE / AFTER ========== -->
<div class="fcs-section">
<div class="fcs-content-wrap">
<div class="fcs-section-line"></div>
<h2>Before and After the System</h2>
<table class="fcs-ba-table">
<thead><tr><th style="background:#F2C7CF; color:#2F5C66;">Before</th><th style="background:#2F5C66; color:#FFFFFF;">After</th></tr></thead>
<tbody>
<tr><td>Bank balance guessing</td><td>Every dollar has a job</td></tr>
<tr><td style="background:#F0F4F8;">Paying yourself last (or nothing)</td><td style="background:#F0F4F8;">Consistent $5,000+ monthly owner’s pay</td></tr>
<tr><td>BAS panic every quarter</td><td>Tax always set aside, zero surprises</td></tr>
<tr><td style="background:#F0F4F8;">Avoiding your numbers</td><td style="background:#F0F4F8;">15-minute weekly check-ins with confidence</td></tr>
<tr><td>Reactive, emotional decisions</td><td>CEO-level decisions from real data</td></tr>
</tbody>
</table>
</div>
</div>
<!-- ========== REAL RESULTS ========== -->
<div class="fcs-section">
<div class="fcs-content-wrap">
<div class="fcs-section-line"></div>
<h2>Real Results</h2>
<div class="fcs-testimonial-card">
<blockquote>“Implementing Profit First has created a significant mindset shift for me as a business owner. Learning to pay myself profit first, not just wages, but true profit, has been an important transition. It’s changed how I view revenue, expenses and sustainability, and reinforced that profitability isn’t something that happens by accident at the end of the year. The system has helped us stay organised, reduced stress around payments, and given me real confidence in setting aside profit intentionally and consistently. It’s brought clarity, control and a healthier financial rhythm to the business.”</blockquote>
<p class="fcs-testimonial-name">– John Renshaw, Business Owner</p>
</div>
</div>
</div>
<!-- ========== FIT FILTER ========== -->
<div class="fcs-section">
<div class="fcs-content-wrap">
<div class="fcs-section-line"></div>
<h2>Is This For You?</h2>
<div class="fcs-for-you-box">
<h3>This training IS for you if:</h3>
<ul class="fcs-for-you-list">
<li>You’re doing $30k+ months in revenue</li>
<li>You’re tired of guessing where the money goes</li>
<li>You want a simple system, not more spreadsheets</li>
<li>You’re paying yourself last (or not at all)</li>
<li>BAS time always catches you off guard</li>
</ul>
</div>
<div class="fcs-not-for-you-box">
<h3>This is NOT for you if:</h3>
<ul class="fcs-cross-list">
<li>You’re pre-revenue or still in the startup phase</li>
<li>You want someone else to manage your money without you understanding it</li>
<li>You’re looking for a magic fix and not willing to put in 15 minutes a week</li>
</ul>
</div>
</div>
</div>
<!-- ========== HOST ========== -->
<div class="fcs-section">
<div class="fcs-content-wrap">
<div class="fcs-section-line"></div>
<h2>Your Host</h2>
<div class="fcs-about-grid">
<img src="https://blubookkeepers.com.au/wp-content/uploads/2026/03/HJ-BRANDINGMINI-2023-18-scaled.jpg" alt="Harman Johnston - Blu Bookkeepers" class="fcs-about-photo">
<div class="fcs-about-text">
<h3>Harman Johnston</h3>
<p>Registered BAS Agent. Certified Profit First Professional. 20+ years in finance.</p>
<p>I’ve worked with 100+ service businesses across trades, consulting, coaching, agencies, and professional services. The pattern is always the same: smart people making good money but without a system to manage it.</p>
<p>This training is what I see working inside real businesses every week. No theory. No fluff. Just the system that moves the needle.</p>
</div>
</div>
</div>
</div>
<!-- ========== IMPLEMENTATION ========== -->
<div class="fcs-section">
<div class="fcs-content-wrap">
<div class="fcs-impl-box">
<h3>Want Help Implementing This?</h3>
<p>At the end of the training, I’ll walk you through how to apply this to your business. And if you want help implementing it properly, you can book a free discovery call where we’ll review your current cash flow and see if The Financial Calm System is the right fit.</p>
<p style="margin-top: 14px;">On that call, we’ll look at your numbers, map out what your cash flow should look like, and give you an honest assessment – completely free.</p>
<p style="margin-top: 14px; color: rgba(255,255,255,0.6) !important; font-style: italic;">No pressure. No hard sell. Just clarity on what your business actually needs.</p>
</div>
</div>
</div>
<!-- ========== FAQ ========== -->
<div class="fcs-section">
<div class="fcs-content-wrap">
<div class="fcs-section-line"></div>
<h2>Common Questions</h2>
<div class="fcs-faq-item">
<p class="fcs-faq-q">Is this really free?</p>
<p class="fcs-faq-a">Yes. 100% free. No credit card. No catch. I teach, you learn, you implement.</p>
</div>
<div class="fcs-faq-item">
<p class="fcs-faq-q">Will this work for my industry?</p>
<p class="fcs-faq-a">If you run a service-based business doing $30k+ a month, yes. Trades, consultants, coaches, agencies, professional services. The system works because it’s built on how cash flow actually works.</p>
</div>
<div class="fcs-faq-item">
<p class="fcs-faq-q">Will there be a replay?</p>
<p class="fcs-faq-a">No. Live only. If you miss it, you miss it. Block the time and show up.</p>
</div>
<div class="fcs-faq-item">
<p class="fcs-faq-q">Will you try to sell me something?</p>
<p class="fcs-faq-a">I’ll mention how I can help you implement the system, and you can book a free discovery call if you want to explore that. But the training itself is real, actionable content. No pitch. No bait-and-switch.</p>
</div>
<div class="fcs-faq-item">
<p class="fcs-faq-q">I already have a bookkeeper. Is this relevant?</p>
<p class="fcs-faq-a">Your bookkeeper records what happened. This training is about designing what happens next. They’re complementary.</p>
</div>
<div class="fcs-faq-item">
<p class="fcs-faq-q">How long is it?</p>
<p class="fcs-faq-a">60 minutes. You’ll walk away with a framework you can start using the same week.</p>
</div>
</div>
</div>
<!-- ========== FINAL CTA ========== -->
<div class="fcs-cta-final">
<h2>If You’re Tired of Making Good Money and Still Feeling Broke…</h2>
<p>Join the free live training on Wednesday 27 May. 60 minutes that will change how you think about cash flow in your business.</p>
<div style="margin-top: 28px;"><a href="#register" class="fcs-cta-btn">Save My Free Seat →</a></div>
<p class="fcs-cta-scarcity">Wednesday 27 May · 12:00 PM AEST / 10:00 AM AWST · Limited spots only</p>
</div>
</div>