4 Reels Scripts Based on Your July Posts
365 Days of Content Ideas!
Free Mortgage Social Media Calendar
Start with the free 2026 Mortgage Content Calendar.
12 months of post ideas, themes, and key Canadian dates ... so you always know what to talk about, even if you write it yourself.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>4 Reels Scripts for July — Mortgage Marketing Club</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&family=DM+Serif+Display:ital@0;1&display=swap');
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--purple: #2B1B73;
--purple-light: #EAE7F5;
--purple-mid: #4A35A0;
--text: #1A1A2E;
--body: #3D3D5C;
--muted: #7A7A99;
--border: #D8D4EE;
--bg: #FAFAFA;
--white: #ffffff;
}
html { scroll-behavior: smooth; }
body {
font-family: 'DM Sans', sans-serif;
background: var(--bg);
color: var(--text);
line-height: 1.7;
font-size: 17px;
}
/* ── HEADER ── */
.site-header {
background: var(--purple);
padding: 18px 40px;
display: flex;
align-items: center;
justify-content: space-between;
}
.site-header .brand {
font-family: 'DM Serif Display', serif;
color: var(--white);
font-size: 18px;
letter-spacing: 0.01em;
}
.site-header .brand span {
color: #C8BFF5;
font-style: italic;
}
/* ── HERO ── */
.hero {
background: var(--purple);
padding: 64px 40px 56px;
text-align: center;
position: relative;
overflow: hidden;
}
.hero::after {
content: '';
position: absolute;
bottom: -1px;
left: 0; right: 0;
height: 40px;
background: var(--bg);
clip-path: ellipse(55% 100% at 50% 100%);
}
.hero-eyebrow {
display: inline-block;
font-size: 11px;
font-weight: 600;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #C8BFF5;
background: rgba(255,255,255,0.1);
padding: 5px 14px;
border-radius: 20px;
margin-bottom: 20px;
}
.hero h1 {
font-family: 'DM Serif Display', serif;
font-size: clamp(28px, 5vw, 46px);
color: var(--white);
line-height: 1.2;
max-width: 680px;
margin: 0 auto 16px;
}
.hero h1 em {
color: #C8BFF5;
font-style: italic;
}
.hero-sub {
color: #B0A8D8;
font-size: 16px;
max-width: 520px;
margin: 0 auto;
}
/* ── MAIN LAYOUT ── */
.container {
max-width: 760px;
margin: 0 auto;
padding: 0 24px;
}
/* ── INTRO ── */
.intro {
padding: 52px 0 16px;
}
.intro p {
color: var(--body);
font-size: 17px;
line-height: 1.75;
margin-bottom: 16px;
}
/* ── SCRIPT CARDS ── */
.scripts-list {
padding: 24px 0 48px;
display: flex;
flex-direction: column;
gap: 56px;
}
.script-card {
background: var(--white);
border-radius: 16px;
border: 1.5px solid var(--border);
overflow: hidden;
}
.script-card-header {
background: var(--purple);
padding: 20px 28px;
display: flex;
align-items: baseline;
gap: 14px;
}
.script-num {
font-family: 'DM Serif Display', serif;
font-size: 13px;
color: #C8BFF5;
font-style: italic;
white-space: nowrap;
}
.script-title {
font-size: 16px;
font-weight: 600;
color: var(--white);
line-height: 1.3;
}
.script-body {
padding: 28px 28px 0;
}
/* Hook */
.hook-block {
background: var(--purple-light);
border-left: 3px solid var(--purple);
border-radius: 0 8px 8px 0;
padding: 14px 18px;
margin-bottom: 24px;
}
.block-label {
font-size: 10px;
font-weight: 700;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--purple-mid);
margin-bottom: 8px;
}
.hook-block p {
font-size: 16px;
font-weight: 600;
color: var(--purple);
line-height: 1.5;
font-style: italic;
}
/* Script lines */
.script-lines {
margin-bottom: 24px;
}
.script-lines .block-label {
margin-bottom: 12px;
}
.script-line {
display: flex;
gap: 12px;
padding: 10px 0;
border-bottom: 1px solid #F0EEF8;
align-items: flex-start;
}
.script-line:last-child {
border-bottom: none;
}
.line-dot {
width: 6px;
height: 6px;
background: var(--purple-mid);
border-radius: 50%;
flex-shrink: 0;
margin-top: 9px;
opacity: 0.5;
}
.script-line p {
font-size: 16px;
color: var(--body);
line-height: 1.65;
}
/* B-roll */
.broll-block {
background: #F8F7FD;
border-radius: 10px;
padding: 16px 18px;
margin-bottom: 20px;
}
.broll-block .block-label {
margin-bottom: 10px;
}
.broll-item {
display: flex;
gap: 10px;
align-items: flex-start;
padding: 5px 0;
font-size: 14px;
color: var(--body);
line-height: 1.55;
}
.broll-arrow {
color: var(--purple-mid);
font-weight: 700;
flex-shrink: 0;
margin-top: 1px;
}
/* Filming tip */
.tip-block {
border-top: 1px solid var(--border);
padding: 18px 28px;
display: flex;
gap: 12px;
align-items: flex-start;
}
.tip-icon {
font-size: 18px;
flex-shrink: 0;
line-height: 1.6;
}
.tip-block p {
font-size: 14px;
color: var(--muted);
line-height: 1.6;
}
.tip-block strong {
color: var(--body);
}
/* ── OFFER SECTION ── */
.offer-section {
background: var(--purple);
border-radius: 16px;
padding: 44px 40px;
margin: 0 0 64px;
position: relative;
overflow: hidden;
}
.offer-section::before {
content: '';
position: absolute;
top: -60px; right: -60px;
width: 220px; height: 220px;
border-radius: 50%;
background: rgba(255,255,255,0.04);
}
.offer-eyebrow {
font-size: 10px;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
color: #C8BFF5;
margin-bottom: 12px;
}
.offer-section h2 {
font-family: 'DM Serif Display', serif;
font-size: clamp(22px, 4vw, 32px);
color: var(--white);
line-height: 1.25;
margin-bottom: 18px;
max-width: 520px;
}
.offer-section p {
color: #B0A8D8;
font-size: 16px;
line-height: 1.7;
margin-bottom: 14px;
max-width: 560px;
}
.offer-section p strong {
color: var(--white);
}
.pricing-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 14px;
margin: 28px 0 28px;
max-width: 460px;
}
.price-box {
background: rgba(255,255,255,0.08);
border: 1px solid rgba(255,255,255,0.15);
border-radius: 10px;
padding: 18px 20px;
text-align: center;
}
.price-box .price-label {
font-size: 11px;
font-weight: 600;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #C8BFF5;
margin-bottom: 8px;
}
.price-box .price-amount {
font-family: 'DM Serif Display', serif;
font-size: 36px;
color: var(--white);
line-height: 1;
margin-bottom: 4px;
}
.price-box .price-desc {
font-size: 12px;
color: #9990C8;
}
.offer-cta {
display: inline-block;
background: var(--white);
color: var(--purple);
font-weight: 700;
font-size: 15px;
padding: 14px 28px;
border-radius: 8px;
text-decoration: none;
letter-spacing: 0.01em;
margin-top: 6px;
}
.offer-note {
font-size: 13px !important;
color: #9990C8 !important;
margin-top: 14px !important;
}
/* ── FOOTER ── */
.site-footer {
background: var(--purple);
padding: 28px 40px;
text-align: center;
}
.site-footer p {
color: #9990C8;
font-size: 13px;
}
.site-footer a {
color: #C8BFF5;
text-decoration: none;
}
@media (max-width: 600px) {
.site-header { padding: 16px 20px; }
.hero { padding: 44px 20px 48px; }
.container { padding: 0 16px; }
.script-card-header { padding: 16px 20px; flex-direction: column; gap: 4px; }
.script-body { padding: 20px 20px 0; }
.tip-block { padding: 16px 20px; }
.offer-section { padding: 32px 24px; }
.pricing-grid { grid-template-columns: 1fr 1fr; gap: 10px; max-width: 100%; }
.site-footer { padding: 24px 20px; }
}
</style>
</head>
<body>
<!-- Header -->
<header class="site-header">
<div class="brand">Mortgage <span>Marketing</span> Club</div>
</header>
<!-- Hero -->
<section class="hero">
<div class="hero-eyebrow">July Bonus Content</div>
<h1>4 Reels Scripts Based on Your <em>July Posts</em></h1>
<p class="hero-sub">Talking head scripts, b-roll ideas, and filming tips. Film them, post them, done.</p>
</section>
<!-- Intro -->
<div class="container">
<section class="intro">
<p>These four scripts are pulled straight from your July social media posts. Each one is written for a 30-second talking head reel... no fancy setup, no teleprompter, no studio required.</p>
<p>Just you, your phone, and something worth saying. Read through each script, make it sound like you, and film when you're ready. The b-roll ideas and filming tips are there if you want them, but honestly the talking head alone works just fine.</p>
<p>One script per week. Four weeks covered. Let's go.</p>
</section>
<section class="scripts-list">
<!-- Script 01 -->
<article class="script-card">
<div class="script-card-header">
<span class="script-num">Script 01</span>
<span class="script-title">The Summer Slowdown — Week 1</span>
</div>
<div class="script-body">
<div class="hook-block">
<div class="block-label">Open with this</div>
<p>"The summer slowdown gets talked about like it's a bad thing. It's not."</p>
</div>
<div class="script-lines">
<div class="block-label">Script</div>
<div class="script-line"><div class="line-dot"></div><p>Yes, the market is a little quieter right now compared to the spring rush.</p></div>
<div class="script-line"><div class="line-dot"></div><p>Fewer listings. Fewer competing buyers.</p></div>
<div class="script-line"><div class="line-dot"></div><p>And that can actually work in your favour if you stay active.</p></div>
<div class="script-line"><div class="line-dot"></div><p>Less competition means fewer bidding wars, more room to negotiate... and sellers who are sometimes a lot more open to a real conversation when their home has been sitting a little longer.</p></div>
<div class="script-line"><div class="line-dot"></div><p>It also gives you more breathing room to make decisions without feeling rushed.</p></div>
<div class="script-line"><div class="line-dot"></div><p>So if you've been waiting for things to slow down before you start looking... this is that window.</p></div>
<div class="script-line"><div class="line-dot"></div><p>Drop me a message and let's talk through what buying this summer could actually look like for you.</p></div>
</div>
<div class="broll-block">
<div class="block-label">B-roll & editing ideas</div>
<div class="broll-item"><span class="broll-arrow">→</span><span>A quiet street or neighbourhood, tree-lined, nothing hectic</span></div>
<div class="broll-item"><span class="broll-arrow">→</span><span>A sold sign with no crowd around it</span></div>
<div class="broll-item"><span class="broll-arrow">→</span><span>You at your desk or on the phone, relaxed pace</span></div>
<div class="broll-item"><span class="broll-arrow">→</span><span>End on your face with the CTA text on screen</span></div>
</div>
</div>
<div class="tip-block">
<span class="tip-icon">📷</span>
<p><strong>Filming tip:</strong> Film this one outside if you can. A front porch or backyard with summer greenery in the background reinforces the season without saying it out loud. Keep your energy calm and conversational... not salesy.</p>
</div>
</article>
<!-- Script 02 -->
<article class="script-card">
<div class="script-card-header">
<span class="script-num">Script 02</span>
<span class="script-title">How Home Equity Actually Builds — Week 2</span>
</div>
<div class="script-body">
<div class="hook-block">
<div class="block-label">Open with this</div>
<p>"Most people think equity only grows when you make mortgage payments. There's actually a second way it builds that people forget about."</p>
</div>
<div class="script-lines">
<div class="block-label">Script</div>
<div class="script-line"><div class="line-dot"></div><p>Your equity is the difference between what your home is worth and what you still owe on your mortgage.</p></div>
<div class="script-line"><div class="line-dot"></div><p>Most people know it grows as you pay down your balance. That part makes sense.</p></div>
<div class="script-line"><div class="line-dot"></div><p>But it also grows when your home goes up in value... even if you haven't changed a thing about your payments.</p></div>
<div class="script-line"><div class="line-dot"></div><p>So your equity can be building in two directions at the same time.</p></div>
<div class="script-line"><div class="line-dot"></div><p>That's why two homeowners in similar situations can end up with very different amounts of equity depending on when they bought and what the market did.</p></div>
<div class="script-line"><div class="line-dot"></div><p>If you've never actually looked at how much you've built... it might be more than you think.</p></div>
<div class="script-line"><div class="line-dot"></div><p>Send me a message. I'm happy to help you figure out where you're at.</p></div>
</div>
<div class="broll-block">
<div class="block-label">B-roll & editing ideas</div>
<div class="broll-item"><span class="broll-arrow">→</span><span>Text on screen between your setup and the punchline: "Mortgage Balance ↓ + Home Value ↑ = Equity"</span></div>
<div class="broll-item"><span class="broll-arrow">→</span><span>A house exterior, something that looks like a solid investment</span></div>
<div class="broll-item"><span class="broll-arrow">→</span><span>A quick calculator shot to reinforce the math angle</span></div>
<div class="broll-item"><span class="broll-arrow">→</span><span>You pointing at the camera on the CTA line</span></div>
</div>
</div>
<div class="tip-block">
<span class="tip-icon">📷</span>
<p><strong>Filming tip:</strong> This one works really well as a mix of talking head and on-screen text. Put the equity formula up as a graphic between your setup and the punchline... it makes the concept land faster than words alone.</p>
</div>
</article>
<!-- Script 03 -->
<article class="script-card">
<div class="script-card-header">
<span class="script-num">Script 03</span>
<span class="script-title">Bank vs. Broker — Week 3</span>
</div>
<div class="script-body">
<div class="hook-block">
<div class="block-label">Open with this</div>
<p>"Going to your bank for a mortgage makes sense. But here's what most people don't realize before they do it."</p>
</div>
<div class="script-lines">
<div class="block-label">Script</div>
<div class="script-line"><div class="line-dot"></div><p>When you go to a bank, they can only offer you their own products.</p></div>
<div class="script-line"><div class="line-dot"></div><p>One set of rates. One set of criteria. One lender's version of what you qualify for.</p></div>
<div class="script-line"><div class="line-dot"></div><p>A broker works differently.</p></div>
<div class="script-line"><div class="line-dot"></div><p>We compare options across multiple lenders... which means different rates, different approval criteria, and sometimes a very different outcome for the same person.</p></div>
<div class="script-line"><div class="line-dot"></div><p>It's not that one is better than the other.</p></div>
<div class="script-line"><div class="line-dot"></div><p>It's that having access to more options usually gives you a better shot at finding something that actually fits your situation... not just what works for the lender.</p></div>
<div class="script-line"><div class="line-dot"></div><p>If you want to see what's actually available to you, send me a message.</p></div>
<div class="script-line"><div class="line-dot"></div><p>No pressure. Just options.</p></div>
</div>
<div class="broll-block">
<div class="block-label">B-roll & editing ideas</div>
<div class="broll-item"><span class="broll-arrow">→</span><span>Simple split screen graphic: one lender on the left, multiple on the right</span></div>
<div class="broll-item"><span class="broll-arrow">→</span><span>You speaking directly to camera, casual and confident</span></div>
<div class="broll-item"><span class="broll-arrow">→</span><span>Text on screen for the CTA: "Want to see your options? Message me."</span></div>
<div class="broll-item"><span class="broll-arrow">→</span><span>Filming at your desk with a laptop open behind you reinforces the "doing the work for you" feel</span></div>
</div>
</div>
<div class="tip-block">
<span class="tip-icon">📷</span>
<p><strong>Filming tip:</strong> This is your core value proposition, so keep the tone matter-of-fact, not defensive. You're not knocking banks... you're just explaining how it works. That calm confidence reads really well on camera.</p>
</div>
</article>
<!-- Script 04 -->
<article class="script-card">
<div class="script-card-header">
<span class="script-num">Script 04</span>
<span class="script-title">Mortgage Renewal — Week 4</span>
</div>
<div class="script-body">
<div class="hook-block">
<div class="block-label">Open with this</div>
<p>"When your mortgage comes up for renewal, your lender sends you an offer... and most people just sign it. Here's why that can be a mistake."</p>
</div>
<div class="script-lines">
<div class="block-label">Script</div>
<div class="script-line"><div class="line-dot"></div><p>That renewal offer lands in your inbox and it feels easy. Sign here, done.</p></div>
<div class="script-line"><div class="line-dot"></div><p>But that offer is usually just one option... not necessarily the best rate or the best terms available to you right now.</p></div>
<div class="script-line"><div class="line-dot"></div><p>And because even a small rate difference adds up over the years... just signing without shopping around can cost more than people realize.</p></div>
<div class="script-line"><div class="line-dot"></div><p>The thing most people don't know? You're not locked into accepting it.</p></div>
<div class="script-line"><div class="line-dot"></div><p>You can compare lenders, review your options, and make sure what you're renewing into actually makes sense for where you're at today... not just where you were five years ago.</p></div>
<div class="script-line"><div class="line-dot"></div><p>Renewal is honestly one of the easiest chances to improve your mortgage. It just gets overlooked because signing feels like the path of least resistance.</p></div>
<div class="script-line"><div class="line-dot"></div><p>If yours is coming up, send me a message before you sign anything. Takes five minutes and could save you a lot more than that.</p></div>
</div>
<div class="broll-block">
<div class="block-label">B-roll & editing ideas</div>
<div class="broll-item"><span class="broll-arrow">→</span><span>A document or envelope on a desk, renewal offer visual</span></div>
<div class="broll-item"><span class="broll-arrow">→</span><span>You with a slight shake of the head on "most people just sign it"</span></div>
<div class="broll-item"><span class="broll-arrow">→</span><span>You nodding confidently on "you don't have to accept it"</span></div>
<div class="broll-item"><span class="broll-arrow">→</span><span>Direct to camera for the CTA</span></div>
</div>
</div>
<div class="tip-block">
<span class="tip-icon">📷</span>
<p><strong>Filming tip:</strong> The hook on this one is strong... lean into the pause after "just sign it." That hesitation does a lot of work. Film in one or two clean takes and don't over-produce it. The conversational feel is what makes people trust you.</p>
</div>
</article>
</section>
<!-- Offer -->
<section class="offer-section">
<div class="offer-eyebrow">Limited Spots Available</div>
<h2>Want us to edit these for you?</h2>
<p>We're testing something new this month. Film your four clips using the scripts above, send them our way, and we'll edit all four reels and send them back ready to post. Captions, cuts, pacing... handled.</p>
<p><strong>This is open to everyone</strong>, members and non-members. First 10 people to reply get in.</p>
<div class="pricing-grid">
<div class="price-box">
<div class="price-label">Members</div>
<div class="price-amount">$100</div>
<div class="price-desc">4 edited reels</div>
</div>
<div class="price-box">
<div class="price-label">Non-Members</div>
<div class="price-amount">$250</div>
<div class="price-desc">4 edited reels</div>
</div>
</div>
<p>To claim your spot, reply to this email with <strong>"I'm in"</strong> and we'll send you the next steps.</p>
<p class="offer-note">Not sure if this is for you? Email us at hello@mortgagemarketingclub.ca and we're happy to answer any questions.</p>
</section>
</div>
<!-- Footer -->
<footer class="site-footer">
<p>Mortgage Marketing Club | <a href="mailto:hello@mortgagemarketingclub.ca">hello@mortgagemarketingclub.ca</a> | <a href="https://mortgagemarketingclub.ca">mortgagemarketingclub.ca</a></p>
</footer>
</body>
</html>