• Hello World!

    Welcome to WordPress! This is your first post. Edit or delete it to take the first…

<style>
:root{
--navy:#0B1F3A;
--gold:#C6A769;
--white:#F7F9FC;
--text:#111827;
--grey:#6B7280;
}
.ci-home{font-family:Arial, sans-serif;color:var(--text);}
.ci-hero{
background:linear-gradient(135deg,var(--navy),#132f55);
color:white;
padding:80px 24px;
border-radius:0 0 36px 36px;
}
.ci-wrap{max-width:1150px;margin:0 auto;}
.ci-logo{font-size:18px;letter-spacing:2px;color:var(--gold);font-weight:700;margin-bottom:28px;}
.ci-hero h1{font-size:52px;line-height:1.05;margin:0 0 20px;font-weight:800;}
.ci-hero p{font-size:20px;line-height:1.6;max-width:760px;color:#E5E7EB;}
.ci-buttons{margin-top:30px;display:flex;gap:14px;flex-wrap:wrap;}
.ci-btn{
padding:14px 24px;
border-radius:999px;
text-decoration:none;
font-weight:700;
display:inline-block;
}
.ci-btn.gold{background:var(--gold);color:var(--navy);}
.ci-btn.outline{border:1px solid var(--gold);color:white;}
.ci-section{padding:70px 24px;}
.ci-section h2{font-size:36px;color:var(--navy);margin-bottom:18px;}
.ci-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.ci-card{
background:white;
border:1px solid #E5E7EB;
border-radius:22px;
padding:28px;
box-shadow:0 10px 30px rgba(11,31,58,.08);
}
.ci-card h3{color:var(--navy);font-size:22px;margin-top:0;}
.ci-card p{color:var(--grey);line-height:1.6;}
.ci-strip{background:var(--white);}
.ci-metrics{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;}
.ci-metric{
background:white;
padding:24px;
border-radius:18px;
text-align:center;
border-bottom:4px solid var(--gold);
}
.ci-metric strong{display:block;font-size:26px;color:var(--navy);}
.ci-loop{
background:var(--navy);
color:white;
border-radius:28px;
padding:44px;
text-align:center;
}
.ci-loop h2{color:white;}
.ci-loop span{
display:inline-block;
margin:8px;
padding:12px 18px;
border:1px solid var(--gold);
border-radius:999px;
}
.ci-cta{
background:linear-gradient(135deg,#f7f9fc,#ffffff);
text-align:center;
}
.ci-cta h2{font-size:40px;}
@media(max-width:850px){
.ci-hero h1{font-size:38px;}
.ci-grid,.ci-metrics{grid-template-columns:1fr;}
}
</style>
<div class="ci-home">
<section class="ci-hero">
<div class="ci-wrap">
<div class="ci-logo">CAREINTEL GOVERNANCE</div>
<h1>Governance Consultancy Powered by Smart Systems</h1>
<p>Helping care homes and domiciliary care providers strengthen governance, improve oversight and evidence continuous improvement through practical systems, dashboards and action tracking.</p>
<div class="ci-buttons">
<a class="ci-btn gold" href="/contact">Book a Governance Discovery Call</a>
<a class="ci-btn outline" href="/services">View Services</a>
</div>
</div>
</section>
<section class="ci-section ci-strip">
<div class="ci-wrap ci-metrics">
<div class="ci-metric"><strong>20+</strong>Years in care</div>
<div class="ci-metric"><strong>17</strong>Years in management</div>
<div class="ci-metric"><strong>CQC</strong>Readiness support</div>
<div class="ci-metric"><strong>Multi-site</strong>Operational experience</div>
<div class="ci-metric"><strong>Data-led</strong>Governance insight</div>
</div>
</section>
<section class="ci-section">
<div class="ci-wrap">
<h2>Close the Loop. Evidence Improvement.</h2>
<p>CareIntel Governance helps providers move beyond audits and action plans by creating clear systems that identify risk, assign action, track evidence and review impact.</p>
<div class="ci-grid">
<div class="ci-card">
<h3>Governance Health Check</h3>
<p>A focused review of your governance systems, action plans, audits, workforce oversight and CQC readiness.</p>
</div>
<div class="ci-card">
<h3>Smart Dashboards</h3>
<p>Live governance dashboards that show actions, risks, evidence gaps, workforce compliance and provider oversight.</p>
</div>
<div class="ci-card">
<h3>Workforce Governance</h3>
<p>Support with supervision backlogs, appraisals, competencies, training compliance and staff file oversight.</p>
</div>
</div>
</div>
</section>
<section class="ci-section">
<div class="ci-wrap ci-loop">
<h2>The Governance Loop™</h2>
<p>Strong governance does not stop at identifying issues.</p>
<span>Risk</span>
<span>Action</span>
<span>Evidence</span>
<span>Impact</span>
<span>Review</span>
</div>
</section>
<section class="ci-section ci-strip">
<div class="ci-wrap">
<h2>Services for Care Providers</h2>
<div class="ci-grid">
<div class="ci-card">
<h3>Governance Assurance Partnership™</h3>
<p>Monthly governance oversight, dashboard review, provider scorecards and improvement tracking.</p>
</div>
<div class="ci-card">
<h3>CQC Readiness Programme</h3>
<p>Mock inspection support, evidence review, action planning and staff preparation.</p>
</div>
<div class="ci-card">
<h3>Lessons Learned & Staff Communication</h3>
<p>Support writing learning bulletins, staff updates and governance communications after incidents, audits or complaints.</p>
</div>
</div>
</div>
</section>
<section class="ci-section ci-cta">
<div class="ci-wrap">
<h2>Ready to strengthen your governance?</h2>
<p>Book a discovery call to discuss your current governance challenges and how CareIntel Governance can help.</p>
<a class="ci-btn gold" href="/contact">Book a Call</a>
</div>
</section>