/* Hide the WordPress page title on homepage */ .home .entry-title, .home .entry-header, .page-id-9 .entry-title, .page-id-9 .entry-header { display: none !important; }
/* Hide the theme header banner image on homepage only */ .page-id-9 .site-header .header-image, .page-id-9 .site-header img.header-image, .home .site-header .header-image, .home .site-header img.header-image { display: none !important; }
/* Full-width content area for homepage */ .page-id-9 .site-content .content-area, .page-id-9 .entry-content, .page-id-9 .site-content, .page-id-9 .content-area { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin: 0 !important; float: none !important; } .page-id-9 .entry-content > * { margin-left: 0 !important; margin-right: 0 !important; } .page-id-9 .inside-article { padding: 0 !important; }
/* Fruitful Years Homepage Styles */ .fy-hero-section { position: relative; min-height: 480px; display: flex; align-items: center; justify-content: center; text-align: center; padding: 60px 24px; background-image: url(‘https://fruitfulyears.com/wp-content/uploads/fruitful-years-banner.webp’); background-size: cover; background-position: center; } .fy-hero-overlay { position: absolute; inset: 0; background: rgba(26,58,42,0.35); } .fy-hero-inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; } .fy-hero-inner h1 { color: #fff; font-size: clamp(28px,5vw,52px); font-weight: 800; margin: 0 0 16px; line-height: 1.2; } .fy-hero-inner p { color: #f0f0f0; font-size: 20px; margin: 0 0 28px; line-height: 1.6; } .fy-hero-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; } .fy-btn-primary { background: #52b788; color: #fff; border: none; padding: 14px 28px; border-radius: 6px; font-size: 18px; font-weight: 700; cursor: pointer; text-decoration: none; display: inline-block; } .fy-btn-primary:hover { background: #2c6e49; color: #fff; } .fy-btn-outline { background: transparent; color: #fff; border: 2px solid #fff; padding: 14px 28px; border-radius: 6px; font-size: 18px; font-weight: 700; cursor: pointer; text-decoration: none; display: inline-block; } .fy-btn-outline:hover { background: rgba(255,255,255,0.15); color: #fff; }
/* Trust bar */ .fy-trust-bar { background: #1a3a2a; color: #d8f3dc; padding: 14px 24px; text-align: center; font-size: 15px; font-weight: 500; letter-spacing: 0.3px; display: flex; flex-wrap: wrap; justify-content: center; gap: 0; } .fy-trust-bar span { padding: 4px 18px; border-right: 1px solid rgba(255,255,255,0.2); } .fy-trust-bar span:last-child { border-right: none; }
/* Section headings */ .fy-section-title { text-align: center; font-size: clamp(22px,3vw,32px); font-weight: 800; color: #1a3a2a; margin: 0 0 10px; } .fy-section-subtitle { text-align: center; font-size: 17px; color: #555; margin: 0 0 36px; max-width: 600px; margin-left: auto; margin-right: auto; }
/* Card grids */ .fy-cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; } .fy-cards-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 800px; margin: 0 auto; } @media (max-width: 768px) { .fy-cards-3, .fy-cards-2 { grid-template-columns: 1fr; } }
/* Feature card style */ .fy-card { background: #fff; border-radius: 10px; box-shadow: 0 2px 12px rgba(0,0,0,0.08); padding: 28px 24px; border-top: 4px solid #52b788; display: flex; flex-direction: column; } .fy-card .fy-card-icon { font-size: 32px; margin-bottom: 12px; } .fy-card h3 { font-size: 18px; font-weight: 700; color: #1a3a2a; margin: 0 0 10px; } .fy-card p { font-size: 15px; color: #555; line-height: 1.6; margin: 0 0 16px; flex: 1; } .fy-card a.fy-card-link { color: #2c6e49; font-weight: 600; font-size: 15px; text-decoration: none; display: inline-flex; align-items: center; gap: 4px; } .fy-card a.fy-card-link:hover { color: #52b788; }
/* Topic tile style (for 2×3 grid) */ .fy-topic-tile { background: #fff; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.07); padding: 24px 20px; text-align: center; text-decoration: none; display: block; border: 1px solid #e0f0e8; transition: box-shadow 0.2s, border-color 0.2s; } .fy-topic-tile:hover { box-shadow: 0 4px 18px rgba(82,183,136,0.18); border-color: #52b788; } .fy-topic-tile .fy-tile-icon { font-size: 30px; margin-bottom: 10px; display: block; } .fy-topic-tile .fy-tile-label { font-size: 16px; font-weight: 700; color: #1a3a2a; display: block; }
/* Article card */ .fy-article-card { background: #fff; border-radius: 10px; box-shadow: 0 2px 12px rgba(0,0,0,0.08); padding: 28px 24px; border-top: 4px solid #52b788; display: flex; flex-direction: column; } .fy-article-card h4 { font-size: 17px; font-weight: 700; color: #1a3a2a; margin: 0 0 10px; line-height: 1.4; } .fy-article-card h4 a { color: #1a3a2a; text-decoration: none; } .fy-article-card h4 a:hover { color: #2c6e49; } .fy-article-card p { font-size: 15px; color: #555; line-height: 1.6; margin: 0 0 16px; flex: 1; } .fy-article-card a.fy-read-link { color: #2c6e49; font-weight: 600; font-size: 15px; text-decoration: none; } .fy-article-card a.fy-read-link:hover { color: #52b788; }
/* CTA section */ .fy-cta-section { background: linear-gradient(135deg,#2c6e49,#52b788); padding: 56px 24px; text-align: center; } .fy-cta-section h2 { color: #fff; font-size: clamp(22px,3.5vw,36px); font-weight: 800; margin: 0 0 12px; } .fy-cta-section p { color: rgba(255,255,255,0.9); font-size: 18px; margin: 0 0 28px; max-width: 560px; margin-left: auto; margin-right: auto; line-height: 1.6; } .fy-cta-form { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; max-width: 480px; margin: 0 auto 12px; } .fy-cta-form input[type=”email”] { flex: 1; min-width: 220px; padding: 14px 18px; border-radius: 6px; border: none; font-size: 16px; outline: none; } .fy-cta-form button { background: #e67e22; color: #fff; border: none; padding: 14px 28px; border-radius: 6px; font-size: 16px; font-weight: 700; cursor: pointer; white-space: nowrap; } .fy-cta-form button:hover { background: #d35400; } .fy-cta-note { color: rgba(255,255,255,0.7); font-size: 13px; margin: 0; }
/* Back to top */ #site-back-top{position:fixed;bottom:28px;right:28px;width:46px;height:46px;background:#52b788;color:#fff;border:none;border-radius:50%;font-size:22px;cursor:pointer;display:none;align-items:center;justify-content:center;z-index:9999;box-shadow:0 2px 10px rgba(0,0,0,0.3);transition:background .2s;} #site-back-top:hover{background:#2c6e49;}
Evidence-Based Longevity
for People Over 50
Practical, science-backed habits to help you live longer and feel better β whether youβre 50, 60, or 70+.
𧬠Evidence-Based Only
π Exercise & Movement
π₯ Nutrition & Diet
π΄ Sleep & Recovery
π§ Brain Health
π Supplements
New Here? Start With the Basics
Fruitful Years translates the latest longevity science into practical habits you can start today β whether you are 50, 60, or 70+.
π§¬
What Is Biological Age?
Your chronological age is just a number. Learn how to measure β and reverse β your biological age with science-backed strategies.
π΄
Zone 2 Cardio Guide
The single most recommended exercise for longevity β what it is, how to do it, and why every doctor is talking about it.
π΄
Sleep & Recovery
Quality sleep is the most underrated longevity tool. Practical habits to fall asleep faster and wake up genuinely restored.
Explore by Topic
Evidence-based strategies to help you live longer and feel better β organised by the topics that matter most.
Exercise & Movement
Nutrition & Diet
Sleep & Recovery
Biological Age
Brain Health
Supplements
Featured Articles
Handpicked reads to get you started on your longevity journey.
The Top 5 Evidence-Based Strategies to Lower Your
The science of biological aging has advanced rapidly. Here are the five interventions with the strongest evidence for actually reversing your biological clock.
Healthspan vs. Lifespan
Living to 90 means nothing if the last 20 years are spent in decline. Hereβs how to maximize the years you actually feel good.
What is Zone 2 Cardio and Why Is It a Longevity
Zone 2 cardio is the single most recommended exercise for longevity by leading researchers. Hereβs exactly what it is and how to do it.
Get the Free 7-Day Longevity Kickstart Checklist
Evidence-based micro-habits for people over 50 β takes just 10 minutes a day. No fluff, no supplements to buy.
Send Me the Checklist
No spam. Unsubscribe anytime. Your email is safe with us.
Ready to Start Your Longevity Journey?
Browse our full library of evidence-based guides β or start with the articles most recommended for newcomers.
Explore This Topic