Medicare GUIDE Program Houston | Free Dementia Care Support | At Your Side Homecare
:root {
–navy: #1a3a52;
–teal: #0d7377;
–cream: #faf8f3;
–sand: #e8dcc4;
–coral: #ff6b6b;
–sage: #7d9d7d;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: ‘DM Sans’, sans-serif;
line-height: 1.7;
color: #2c3e50;
background: var(–cream);
}
.hero {
background: linear-gradient(135deg, var(–navy) 0%, var(–teal) 100%);
color: white;
padding: 80px 20px 100px;
position: relative;
overflow: hidden;
}
.hero::before {
content: ”;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background:
radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%),
radial-gradient(circle at 80% 80%, rgba(255,255,255,0.08) 0%, transparent 50%);
pointer-events: none;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
position: relative;
z-index: 1;
}
.hero h1 {
font-family: ‘Crimson Pro’, serif;
font-size: clamp(2.5rem, 5vw, 4rem);
font-weight: 700;
line-height: 1.2;
margin-bottom: 24px;
letter-spacing: -0.02em;
}
.hero-subtitle {
font-size: clamp(1.1rem, 2vw, 1.4rem);
opacity: 0.95;
margin-bottom: 12px;
font-weight: 400;
}
.hero-tag {
display: inline-block;
background: rgba(255,255,255,0.25);
padding: 8px 20px;
border-radius: 30px;
font-size: 0.95rem;
font-weight: 600;
margin-bottom: 40px;
border: 1px solid rgba(255,255,255,0.3);
backdrop-filter: blur(10px);
}
.cta-primary {
display: inline-block;
background: var(–coral);
color: white;
padding: 18px 40px;
border-radius: 8px;
text-decoration: none;
font-weight: 700;
font-size: 1.1rem;
transition: all 0.3s ease;
box-shadow: 0 4px 20px rgba(255,107,107,0.4);
border: none;
cursor: pointer;
}
.cta-primary:hover {
transform: translateY(-2px);
box-shadow: 0 6px 30px rgba(255,107,107,0.5);
}
.cta-secondary {
display: inline-block;
background: transparent;
color: white;
padding: 18px 40px;
border-radius: 8px;
text-decoration: none;
font-weight: 600;
font-size: 1.1rem;
border: 2px solid white;
margin-left: 16px;
transition: all 0.3s ease;
}
.cta-secondary:hover {
background: white;
color: var(–navy);
}
.section {
padding: 80px 20px;
}
.section-alt {
background: white;
}
h2 {
font-family: ‘Crimson Pro’, serif;
font-size: clamp(2rem, 4vw, 3rem);
color: var(–navy);
margin-bottom: 16px;
font-weight: 700;
}
h3 {
font-family: ‘Crimson Pro’, serif;
font-size: clamp(1.5rem, 3vw, 2rem);
color: var(–navy);
margin-bottom: 16px;
font-weight: 600;
}
.intro-text {
font-size: 1.25rem;
color: #546e7a;
margin-bottom: 48px;
max-width: 800px;
}
.grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 32px;
margin: 48px 0;
}
.card {
background: white;
padding: 32px;
border-radius: 12px;
border-left: 4px solid var(–teal);
box-shadow: 0 4px 20px rgba(0,0,0,0.08);
transition: all 0.3s ease;
}
.section-alt .card {
background: var(–cream);
}
.card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}
.card h3 {
color: var(–teal);
font-size: 1.5rem;
margin-bottom: 16px;
}
.card ul {
list-style: none;
padding: 0;
}
.card li {
padding: 12px 0;
padding-left: 28px;
position: relative;
border-bottom: 1px solid #e0e0e0;
}
.card li:last-child {
border-bottom: none;
}
.card li::before {
content: ‘✓’;
position: absolute;
left: 0;
color: var(–sage);
font-weight: bold;
font-size: 1.2rem;
}
.eligibility-box {
background: linear-gradient(135deg, #f6f9fc 0%, #e9f1f7 100%);
padding: 48px;
border-radius: 16px;
margin: 48px 0;
border: 2px solid var(–teal);
}
.eligibility-criteria {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 24px;
margin-top: 32px;
}
.criteria-item {
background: white;
padding: 24px;
border-radius: 8px;
border-left: 3px solid var(–coral);
}
.criteria-item h4 {
color: var(–navy);
margin-bottom: 12px;
font-size: 1.1rem;
}
.highlight-stat {
background: var(–sand);
padding: 40px;
border-radius: 12px;
text-align: center;
margin: 32px 0;
}
.stat-number {
font-family: ‘Crimson Pro’, serif;
font-size: 4rem;
color: var(–coral);
font-weight: 700;
line-height: 1;
}
.stat-label {
font-size: 1.2rem;
color: var(–navy);
margin-top: 12px;
}
.process-steps {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 32px;
margin: 48px 0;
}
.step {
position: relative;
padding-left: 80px;
}
.step-number {
position: absolute;
left: 0;
top: 0;
width: 60px;
height: 60px;
background: var(–teal);
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.8rem;
font-weight: 700;
}
.step h4 {
color: var(–navy);
margin-bottom: 12px;
font-size: 1.2rem;
}
.form-section {
background: linear-gradient(to bottom, white 0%, var(–cream) 100%);
padding: 80px 20px;
}
.form-container {
max-width: 600px;
margin: 0 auto;
background: white;
padding: 48px;
border-radius: 16px;
box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}
.form-group {
margin-bottom: 24px;
}
label {
display: block;
margin-bottom: 8px;
font-weight: 600;
color: var(–navy);
}
input, textarea, select {
width: 100%;
padding: 14px;
border: 2px solid #e0e0e0;
border-radius: 8px;
font-size: 1rem;
font-family: ‘DM Sans’, sans-serif;
transition: border-color 0.3s;
}
input:focus, textarea:focus, select:focus {
outline: none;
border-color: var(–teal);
}
textarea {
min-height: 120px;
resize: vertical;
}
.footer {
background: var(–navy);
color: white;
padding: 60px 20px 30px;
}
.footer-content {
max-width: 1200px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 40px;
margin-bottom: 40px;
}
.footer h4 {
color: white;
margin-bottom: 16px;
font-size: 1.2rem;
}
.footer a {
color: rgba(255,255,255,0.8);
text-decoration: none;
display: block;
margin-bottom: 8px;
transition: color 0.3s;
}
.footer a:hover {
color: white;
}
.phone-link {
font-size: 1.5rem;
font-weight: 700;
color: var(–coral);
text-decoration: none;
}
.citation {
font-size: 0.85rem;
color: #666;
font-style: italic;
margin-top: 8px;
}
.citation a {
color: var(–teal);
text-decoration: none;
}
.citation a:hover {
text-decoration: underline;
}
@media (max-width: 768px) {
.hero { padding: 60px 20px 80px; }
.section { padding: 60px 20px; }
.cta-secondary { margin-left: 0; margin-top: 16px; display: block; text-align: center; }
.form-container { padding: 32px 24px; }
.step { padding-left: 0; margin-bottom: 32px; }
.step-number { position: relative; margin-bottom: 16px; }
}
✨ New Medicare Benefit Available Now
Medicare GUIDE Program:
Free Support for Dementia Care
Comprehensive care coordination, caregiver support, and up to $2,500 in respite care — at no cost to you.
What Is the Medicare GUIDE Program?
GUIDE (Guiding an Improved Dementia Experience) is a nationwide Medicare program launched by the Centers for Medicare & Medicaid Services to improve quality of life for people living with dementia and their caregivers.
🏥 Coordinated Care
Dedicated care navigator who works with your healthcare team to coordinate all aspects of dementia care
Source: Alzheimer’s Association
💚 Caregiver Support
Evidence-based training, education programs, and 24/7 support for family caregivers
Source: CMS GUIDE Model FAQs
⏰ Respite Services
Eligible caregivers may receive up to $2,563 per year in respite care including in-home care and adult day programs
Source: EmpowerMe GUIDE Program
$0
Out-of-Pocket Cost for Eligible Medicare Beneficiaries
Services are fully covered by traditional Medicare. Source: Continuum Care
Who Is Eligible for the GUIDE Program?
To qualify for Medicare GUIDE services, beneficiaries must meet specific criteria:
Eligibility Requirements
✓ Dementia Diagnosis
Confirmed diagnosis of dementia (Alzheimer’s, vascular dementia, or other forms) by a qualified physician
✓ Medicare Parts A & B
Enrolled in Original Medicare Parts A and B as primary insurer (not Medicare Advantage)
✓ Living at Home
Not a long-term nursing home resident (Assisted Living and Memory Care residents may qualify)
✓ No Hospice
Has not elected the Medicare hospice benefit
Eligibility criteria source: CMS GUIDE Model FAQs
⭐ No income or asset limitations — if you qualify for Medicare, you potentially qualify for GUIDE
Source: Elder Needs Law
What Services Are Included?
For the Person with Dementia
- Personalized care planning
- In-home safety assessments
- 24/7 access to care team
- Medication management support
- Social and recreational activities
- Ongoing health monitoring
For Family Caregivers
- Caregiver education & training programs
- Support groups and peer connections
- Crisis intervention services
- Respite care (in-home or adult day care)
- Care coordination assistance
- Access to community resources
Services detailed from: MedStar Health GUIDE Program
How to Enroll in the GUIDE Program
Getting started is simple and straightforward:
1
Contact Us
Call At Your Side Homecare at (281) 520-3746 or fill out the form below to check your eligibility
2
Assessment
We’ll connect you with a GUIDE provider who will conduct a comprehensive assessment of your loved one’s needs
3
Enrollment
Medicare reviews your eligibility. If approved, you’ll receive notification and be paired with a care navigator
4
Care Begins
Your dedicated care team develops a personalized care plan and services begin immediately
Enrollment process based on: MedStar Health and EmpowerMe
Why Work with At Your Side Homecare?
At Your Side Homecare is your trusted partner in accessing Medicare GUIDE benefits in Northwest Houston.
Local Expertise
Serving Cypress, Spring, Tomball, and all of Northwest Houston with deep knowledge of local resources and Medicare programs
Licensed & Trusted
Fully licensed Texas home care agency with experienced dementia care specialists
Compassionate Care
We understand the challenges families face and provide personalized support every step of the way