<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Sell Your House Fast | Omni Legacy – Fair Cash Offers</title>
<meta name="description" content="Sell your house fast for cash with Omni Legacy. No repairs, no fees, no hassle. Get your no-obligation cash offer today!"/>
<style>
* { margin:0; padding:0; box-sizing:border-box; }
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
line-height: 1.6;
color: #333;
background: #f8f9fa;
}
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
/* Header / Hero */
header {
background: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)), url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&q=80&w=1973') center/cover no-repeat;
color: white;
text-align: center;
padding: 120px 20px 80px;
}
header h1 {
font-size: 3.2rem;
margin-bottom: 1rem;
}
header h2 {
font-size: 1.6rem;
font-weight: 400;
margin-bottom: 2.5rem;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
/* Form */
.form-section {
background: white;
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0,0,0,0.15);
margin: -60px auto 60px;
padding: 40px;
max-width: 620px;
}
.form-section h3 {
font-size: 2.1rem;
margin-bottom: 1.5rem;
color: #1a3c6d;
text-align: center;
}
form label {
display: block;
margin-bottom: 0.5rem;
font-weight: 600;
color: #444;
}
form input,
form button {
width: 100%;
padding: 14px;
margin-bottom: 1.2rem;
border: 1px solid #ccc;
border-radius: 6px;
font-size: 1.1rem;
}
form input:focus {
outline: none;
border-color: #d32f2f;
box-shadow: 0 0 0 3px rgba(211,47,47,0.15);
}
form button {
background: #d32f2f;
color: white;
border: none;
font-size: 1.3rem;
font-weight: bold;
cursor: pointer;
transition: background 0.3s;
}
form button:hover {
background: #b71c1c;
}
/* Benefits */
.benefits {
padding: 60px 0;
background: #fff;
text-align: center;
}
.benefits h2 {
font-size: 2.6rem;
margin-bottom: 2.5rem;
color: #1a3c6d;
}
.grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 30px;
}
.benefit-card {
padding: 30px 20px;
border-radius: 10px;
background: #f8f9fa;
border: 1px solid #e0e0e0;
}
.benefit-card h4 {
font-size: 1.4rem;
margin-bottom: 1rem;
color: #d32f2f;
}
/* Trust */
.trust {
background: #1a3c6d;
color: white;
padding: 50px 0;
text-align: center;
}
.trust h2 {
font-size: 2.4rem;
margin-bottom: 1.5rem;
}
.guarantees {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 40px;
margin-top: 30px;
}
.guarantee {
max-width: 320px;
font-size: 1.2rem;
}
/* Footer */
footer {
background: #222;
color: #ccc;
text-align: center;
padding: 30px 20px;
font-size: 0.95rem;
}
footer a {
color: #ff9800;
text-decoration: none;
}
@media (max-width: 640px) {
header { padding: 80px 15px 60px; }
header h1 { font-size: 2.4rem; }
header h2 { font-size: 1.3rem; }
.form-section { margin: -40px 15px 40px; padding: 30px 20px; }
}
</style>
</head>
<body>
<header>
<div class="container">
<h1>Sell Your House Fast for Cash</h1>
<h2>We buy houses in ANY CONDITION — no repairs, no cleaning, no realtor fees. Get a fair all-cash offer from Omni Legacy in as little as 24 hours. Close on your timeline.</h2>
</div>
</header>
<section class="form-section" id="form">
<h3>Get Your No-Obligation Cash Offer Today</h3>
<form action="https://formbold.com/s/YOUR_FORM_ID_HERE" method="POST"> <!-- Replace with your actual form endpoint (Formbold, Getform, etc.) -->
<label for="name">Full Name *</label>
<input type="text" id="name" name="name" required placeholder="John Doe"/>
<label for="email">Email Address *</label>
<input type="email" id="email" name="email" required placeholder="you@example.com"/>
<label for="phone">Phone Number *</label>
<input type="tel" id="phone" name="phone" required placeholder="(555) 123-4567"/>
<label for="address">Property Address *</label>
<input type="text" id="address" name="address" required placeholder="123 Main St, Seattle, WA 98101"/>
<label for="details">Anything else we should know? (optional)</label>
<input type="text" id="details" name="details" placeholder="e.g. inherited property, facing foreclosure, need to move quickly"/>
<button type="submit">Get My Free Cash Offer →</button>
</form>
<p style="text-align:center; margin-top:1.5rem; font-size:0.95rem; color:#666;">
100% Confidential • No Obligation • Takes < 60 seconds
</p>
</section>
<section class="benefits">
<div class="container">
<h2>Why Homeowners Choose Omni Legacy</h2>
<div class="grid">
<div class="benefit-card">
<h4>No Repairs Needed</h4>
<p>We buy houses as-is — even if they need major work, are dated, or have damage.</p>
</div>
<div class="benefit-card">
<h4>Close on Your Schedule</h4>
<p>Need cash in 7 days? 30 days? 60+ days? You decide — we're flexible.</p>
</div>
<div class="benefit-card">
<h4>No Fees or Commissions</h4>
<p>Zero realtor commissions, closing costs covered, no hidden fees.</p>
</div>
<div class="benefit-card">
<h4>Simple & Stress-Free</h4>
<p>Skip showings, open houses, and months of uncertainty. Sell fast and move on.</p>
</div>
</div>
</div>
</section>
<section class="trust">
<div class="container">
<h2>Our Promises to You</h2>
<div class="guarantees">
<div class="guarantee">Fair cash offer based on real market data — no lowball tricks</div>
<div class="guarantee">No pressure, no obligation — ever</div>
<div class="guarantee">We handle all paperwork and closing costs</div>
<div class="guarantee">Trusted by hundreds of homeowners just like you</div>
</div>
</div>
</section>
<footer>
<p>© 2026 Omni Legacy. All rights reserved.<br>
We respect your privacy — your information is safe with us.<br>
Not a real estate agent or broker. We are direct cash buyers.</p>
</footer>
</body>
</html>