<style>
body {
font-family: 'Helvetica Neue', sans-serif;
margin: 0;
background: #f8f9fa;
color: #333;
}
.hero {
position: relative;
background-image: url('https://bioposture.com/wp-content/uploads/2024/06/AD-IR-For-Faster-Recovery.jpg');
background-size: cover;
background-position: center 60%;
height: 35vh;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: white;
overflow: hidden;
}
.hero::before {
content: "";
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.4);
z-index: 1;
}
.hero-content {
position: relative;
z-index: 2;
padding: 0 20px;
}
.hero h1 {
font-size: 2.25rem;
font-weight: 700;
margin-bottom: 10px;
}
.hero p {
font-size: 1.1rem;
max-width: 700px;
margin: 0 auto 20px;
}
.hero button {
background-color: #007bff;
border: none;
padding: 12px 28px;
font-size: 1rem;
color: white;
border-radius: 5px;
cursor: pointer;
}
.section {
max-width: 900px;
margin: auto;
padding: 60px 20px;
background: white;
}
.section img.logo {
max-width: 200px;
display: block;
margin: 0 auto 30px;
}
form {
margin-top: 30px;
}
label {
font-weight: bold;
display: block;
margin-top: 15px;
}
input, button[type="submit"] {
width: 100%;
padding: 12px;
margin-top: 5px;
border: 1px solid #ccc;
border-radius: 5px;
font-size: 1rem;
}
button[type="submit"] {
background-color: #1635AC;
color: white;
margin-top: 25px;
border: none;
transition: background 0.3s;
}
button[type="submit"]:hover {
background-color: #0f2b7c;
}
.example {
margin-top: 60px;
text-align: center;
}
.example img {
width: 100%;
border-radius: 8px;
}
.example p {
color: #777;
font-size: 0.95rem;
margin-top: 10px;
}
</style>
<div class="hero">
<div class="hero-content">
<h1>Join the BioPosture PR Network</h1>
<p>If you’re looking to grow your practice and increase patient flow, there’s no better way than PR exposure in your local market.</p>
<button onclick="document.getElementById('signup').scrollIntoView({ behavior: 'smooth' })">Get Started</button>
</div>
</div>
<div class="section" id="signup">
<img class="logo" src="https://bioposture.com/wp-content/uploads/2022/08/BioPosture-logo.png" alt="BioPosture Logo">
<p>BioPosture has retained <strong>Corbett Public Relations</strong> to generate media exposure for each new Network member and to issue ongoing PR whenever your patients purchase a BioPosture mattress.</p>
<p>Each release highlights your practice, services, and the health benefits of better sleep for your patients. We distribute to TV, radio, newspapers, and social media — and you can post the press release to your website as well.</p>
<p style="color: #007bff; font-weight: bold;">All this, at no cost to you!</p>
<form action="https://formsubmit.co/irwinpearl@bioposture.com" method="POST">
<input type="hidden" name="_subject" value="New BioPosture PR Signup!">
<input type="hidden" name="_cc" value="ally@bioposture.com,tjwilliams@bioposture.com,developerx@ramedia.dev">
<input type="hidden" name="_template" value="table">
<label>Full Name</label>
<input type="text" name="Full Name" required placeholder="Enter your full name">
<label>Practice Name</label>
<input type="text" name="Practice Name" required placeholder="Enter your practice name">
<label>Email</label>
<input type="email" name="Email" required placeholder="Enter your email">
<label>City & State</label>
<input type="text" name="City & State" required placeholder="Enter your location">
<button type="submit">Join Now</button>
</form>
<div class="example">
<h2 style="margin-top:60px;">Example PR Release</h2>
<img src="https://bioposture.com/wp-content/uploads/2025/05/pr-pic.png" alt="Example PR">
<p>Example of the media coverage created for our Network members</p>
</div>
</div>
