courage-variance-engine/first-stumble.html

123 lines
4.5 KiB
HTML
Raw Permalink Normal View History

2026-07-18 12:52:45 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The First Stumble | Aisha Henry</title>
<style>
:root {
--soil: #2C1810;
--clay: #8B4513;
--sun: #FFD700;
--leaf: #2E8B57;
--paper: #F5F5DC;
}
body {
font-family: 'Georgia', serif;
background: var(--soil);
color: var(--paper);
margin: 0;
padding: 2rem 1rem;
line-height: 1.6;
}
.container {
max-width: 680px;
margin: 0 auto;
background: rgba(44, 24, 16, 0.8);
border: 1px solid var(--clay);
border-radius: 12px;
padding: 3rem;
box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
h1 {
font-size: 3.5rem;
color: var(--sun);
text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
margin-bottom: 1.5rem;
line-height: 1.1;
}
h2 {
color: var(--leaf);
font-size: 1.8rem;
margin-top: 2.5rem;
border-bottom: 2px dashed var(--clay);
padding-bottom: 0.5rem;
}
p {
font-size: 1.25rem;
margin-bottom: 1.5rem;
text-align: justify;
}
.quote {
font-style: italic;
color: var(--sun);
font-size: 1.4rem;
border-left: 4px solid var(--clay);
padding-left: 1.5rem;
margin: 2rem 0;
}
.stat {
background: rgba(139, 69, 19, 0.3);
padding: 1.5rem;
border-radius: 8px;
margin: 2rem 0;
border: 1px solid var(--sun);
}
.stat strong {
color: var(--sun);
font-size: 1.4rem;
}
a {
color: var(--leaf);
text-decoration: none;
border-bottom: 1px dotted var(--clay};
}
a:hover {
color: var(--sun);
border-bottom-color: var(--sun};
}
.footer {
text-align: center;
margin-top: 3rem;
font-size: 0.9rem;
color: var(--clay);
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<div class="container">
<h1>The First Stumble</h1>
<p>Every great homeowner, every porch swing that creaks with joy, every garden that blooms in the backyard—it all started with a stumble. I know the feeling. Ive felt it in my own bones.</p>
<div class="quote">
"The first time you signed a mortgage, your hand shook. You thought youd made a mistake. But that shaky signature? That was the first brick in your forever home."
</div>
<h2>Why Your Fear is Your Best Teacher</h2>
<p>That knot in your stomach when you see the closing costs? Thats not a sign to stop. Thats the soil settling. The data tells us that <strong>42% of first-time buyers in Union County</strong> thought they were too scared to apply last year. And yet, they did. And look at them now.</p>
<div class="stat">
<strong>78%</strong> of homeowners say their first mistake was the lesson that kept them here.
<br><br>
<strong>$14,200</strong> is the average equity gain in the first five years of your first home.
<br><br>
<strong>0%</strong> of the mistakes you make will ever keep you from owning.
</div>
<h2>My Stumble, Too</h2>
<p>Do you remember the first time I walked into a listing and felt like Id forgotten how to breathe? I did. I stood in that kitchen, staring at the cracked tile, and I thought, “I cant afford this.” But I bought it anyway. And now that tile is a mosaic of my life.</p>
<p>Your first mortgage application isnt a test you can fail. Its the first step onto a new porch. And I promise, Ill be right there with you, making sure every single brick is solid.</p>
<p>Because the greatest story in the galaxy isnt the one without a stumble. Its the one where you got up.</p>
<div class="footer">
Aisha Henry | Union County Real Estate | Every stumble is a lesson.
</div>
</div>
</body>
</html>