<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Keystone IM & CI</title>
<style>
body {
margin: 0;
font-family: Arial, sans-serif;
background-color: #E5E5E5;
color: #0A2342;
}
header {
background-color: #0A2342;
color: white;
padding: 2rem;
text-align: center;
}
.container {
max-width: 800px;
margin: 2rem auto;
padding: 1rem;
background: white;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
h1 {
color: #2A9D8F;
}
.cta {
margin-top: 2rem;
display: flex;
justify-content: center;
}
.cta a {
background-color: #E9C46A;
color: #0A2342;
padding: 1rem 2rem;
text-decoration: none;
border-radius: 5px;
font-weight: bold;
}
footer {
text-align: center;
font-size: 0.9rem;
color: #666;
margin-top: 4rem;
}
</style>
</head>
<body>
<header>
<h1>Keystone IM & CI</h1>
<p>Certified Investigations, Incident Management & Compliance</p>
</header>
<div class="container">
<h2>Our Services</h2>
<ul>
<li><strong>Certified Investigations</strong>: Per ODP CI Manual — interviews, evidence review, narrative report.</li>
<li><strong>Incident Management</strong>: EIM Initial & Final reports, trend analysis, QMP updates, representation.</li>
<li><strong>Provider Admin Reviews</strong>: Complete reviews + uploads.</li>
<li><strong>CIR Peer Review</strong>: Monthly reviews per CI Peer Review Manual 4.0.</li>
<li><strong>QA/IM Audit Simulation</strong>: Mock audits for readiness.</li>
<li><strong>Training</strong>: Fire Safety, Med Admin, First Aid/CPR/AED (ARC).</li>
<li><strong>Annual CI Retainer</strong>: 24/7 CI availability with certificate.</li>
</ul>
<h2>Why Choose Us?</h2>
<ul>
<li>✅ ODP-Certified Investigators</li>
<li>✅ Compliant with 55 Pa. Code Chapter 6400 & CI Manual</li>
<li>✅ 24hr initial interview / 30-day report turnaround</li>
<li>✅ Tailored support for Providers, AEs & Counties</li>
<li>✅ Flexible: Retainer, Subscription, or Per-Incident</li>
</ul>
<div class="cta">
<a href="https://calendly.com/" target="_blank">📩 Book a Consultation</a>
</div>
</div>
<footer>
<p>Contact us at <a href="mailto:info@keystoneimci.com">info@keystoneimci.com</a></p>
<p>© 2025 Keystone IM & CI. All rights reserved.</p>
</footer>
</body>
</html>