{"id":42,"date":"2026-04-22T16:53:54","date_gmt":"2026-04-22T16:53:54","guid":{"rendered":"https:\/\/healthliveshere.ai\/?page_id=42"},"modified":"2026-04-23T14:11:06","modified_gmt":"2026-04-23T14:11:06","slug":"final-landing","status":"publish","type":"page","link":"https:\/\/healthliveshere.ai\/final-landing\/","title":{"rendered":"Final landing old"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"42\" class=\"elementor elementor-42\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bdc97e1 e-flex e-con-boxed e-con e-parent\" data-id=\"bdc97e1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-504fabb elementor-widget elementor-widget-html\" data-id=\"504fabb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Health Lives Here \u2013 Digital Health Platform<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Oswald:wght@400;500;600;700&family=Source+Serif+4:ital,wght@0,300;0,400;0,600;1,300&family=DM+Sans:wght@300;400;500;700&display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --red:    #C8102E;\n    --blue:   #003087;\n    --white:  #FFFFFF;\n    --offwhite: #F5F5F0;\n    --light-blue: #E8EDF5;\n    --dark:   #0A0F1E;\n    --mid:    #444B5A;\n    --border: rgba(0,48,135,0.12);\n    --red-muted: rgba(200,16,46,0.08);\n    --blue-muted: rgba(0,48,135,0.07);\n  }\n\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  html { scroll-behavior: smooth; }\n\n  body {\n    font-family: 'DM Sans', sans-serif;\n    color: var(--dark);\n    background: var(--white);\n    overflow-x: hidden;\n  }\n\n  \/* \u2500\u2500\u2500 NAV \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  nav {\n    position: fixed; top: 0; left: 0; right: 0; z-index: 100;\n    background: rgba(255,255,255,0.97);\n    backdrop-filter: blur(12px);\n    border-bottom: 1px solid var(--border);\n    display: flex; align-items: center; justify-content: space-between;\n    padding: 0 2vw;\n    height: 68px;\n  }\n  .nav-logo {\n    display: flex; align-items: center; gap: 10px;\n    text-decoration: none;\n  }\n  .nav-logo img { height: 52px; width: auto; display: block; object-fit: contain; }\n  \n  .nav-links {\n    display: flex; gap: 28px; list-style: none; align-items: center;\n  }\n  .nav-links a {\n    font-family: 'DM Sans', sans-serif; font-size: 0.82rem; font-weight: 500;\n    letter-spacing: 0.06em; text-transform: uppercase;\n    color: var(--mid); text-decoration: none; transition: color .2s;\n  }\n  .nav-links a:hover { color: var(--red); }\n  \n  .nav-cta {\n    background: var(--red); color: var(--white) !important;\n    padding: 10px 22px; border-radius: 4px; font-weight: 700 !important;\n    font-size: 0.85rem; letter-spacing: 0.03em; text-decoration: none;\n  }\n  .nav-cta:hover { background: #a50d25; transform: translateY(-1px); }\n  \n  .hamburger { display: none; cursor: pointer; flex-direction: column; gap: 5px; }\n  .hamburger span {\n    display: block; width: 24px; height: 2px;\n    background: var(--blue); transition: all .3s;\n  }\n  \n  .mobile-menu {\n    display: none; position: fixed; top: 68px; left: 0; right: 0;\n    background: var(--white); border-bottom: 2px solid var(--red);\n    z-index: 99; padding: 20px 2vw 28px;\n    box-shadow: 0 8px 24px rgba(0,0,0,0.1);\n  }\n  .mobile-menu.open { display: block; }\n  .mobile-menu a { display: block; padding: 10px 0; text-decoration: none; color: var(--dark); font-weight: 600; }\n\n  \/* \u2500\u2500\u2500 HERO \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .hero {\n    min-height: 100vh;\n    padding-top: 68px;\n    background: var(--blue);\n    position: relative;\n    overflow: hidden;\n    display: flex; align-items: center;\n  }\n  .hero-bg-pattern {\n    position: absolute; inset: 0;\n    background-image:\n      radial-gradient(circle at 70% 50%, rgba(200,16,46,0.18) 0%, transparent 60%),\n      repeating-linear-gradient(\n        45deg,\n        transparent, transparent 40px,\n        rgba(255,255,255,0.02) 40px, rgba(255,255,255,0.02) 41px\n      );\n  }\n  .hero-content {\n    position: relative; z-index: 2;\n    padding: 80px 2vw;\n    width: 100%;\n  }\n  \n  \/* Logo + Coming Soon Header *\/\n  .hero-logo-wrapper {\n    display: flex;\n    align-items: center;\n    gap: 24px;\n    margin-bottom: 30px;\n  }\n  .hero-logo-main {\n    height: auto;\n    width: 168px;\n    display: block;\n  }\n  .hero-coming-soon {\n    font-family: 'Oswald', sans-serif;\n    color: var(--white);\n    font-size: 1.1rem;\n    font-weight: 600;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    padding-left: 24px;\n    border-left: 1.5px solid rgba(255,255,255,0.25);\n    line-height: 1;\n  }\n  .hero-coming-soon span { color: var(--red); }\n\n  .hero h1 {\n    font-family: 'Oswald', sans-serif;\n    font-size: clamp(2.8rem, 7vw, 5.5rem);\n    font-weight: 700; line-height: 0.95;\n    color: var(--white); letter-spacing: -0.01em;\n    margin-bottom: 15px;\n  }\n  .hero-sub {\n    font-family: 'Source Serif 4', serif;\n    font-size: clamp(1.1rem, 2vw, 1.4rem);\n    font-weight: 300; font-style: italic;\n    color: rgba(255,255,255,0.7);\n    margin-bottom: 30px; line-height: 1.5;\n  }\n  .hero-desc {\n    font-size: 0.95rem; line-height: 1.7;\n    color: rgba(255,255,255,0.6);\n    max-width: 850px; margin-bottom: 40px;\n  }\n  .hero-btns { display: flex; gap: 16px; flex-wrap: wrap; }\n  \n  .btn-primary {\n    background: var(--red); color: var(--white);\n    padding: 16px 36px; border-radius: 4px;\n    font-family: 'Oswald', sans-serif; font-size: 1rem;\n    font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;\n    text-decoration: none; display: inline-block;\n    transition: all .2s ease;\n  }\n  .btn-primary:hover { background: #a50d25; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(200,16,46,0.3); }\n\n  .btn-outline {\n    background: transparent; color: var(--white);\n    border: 1.5px solid rgba(255,255,255,0.35);\n    padding: 16px 36px; border-radius: 4px;\n    font-family: 'Oswald', sans-serif; font-size: 1rem;\n    font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase;\n    text-decoration: none; display: inline-block;\n    transition: all .2s;\n  }\n  .btn-outline:hover { border-color: rgba(255,255,255,0.7); background: rgba(255,255,255,0.08); }\n\n  \/* \u2500\u2500\u2500 SECTION STYLING \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  section { padding: 100px 2vw; width: 100%; }\n  .section-label {\n    font-size: 0.7rem; font-weight: 700; letter-spacing: 0.14em;\n    text-transform: uppercase; color: var(--red);\n    margin-bottom: 12px;\n  }\n  .section-title {\n    font-family: 'Oswald', sans-serif;\n    font-size: clamp(2rem, 4.5vw, 3rem);\n    font-weight: 600; line-height: 1.1; color: var(--blue);\n    margin-bottom: 20px;\n  }\n\n  \/* \u2500\u2500\u2500 FORZET & BENEFITS \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .forzet-grid {\n    display: grid; grid-template-columns: 1fr 1fr; gap: 60px;\n    align-items: center;\n  }\n  .forzet-image {\n    background: var(--blue); border-radius: 8px; overflow: hidden;\n    aspect-ratio: 16\/9; position: relative;\n    display: flex; align-items: center; justify-content: center;\n  }\n  .forzet-image img { width: 100%; height: 100%; object-fit: cover; opacity: 0.4; }\n  .forzet-overlay-text {\n    position: absolute; font-family: 'Oswald', sans-serif;\n    font-size: 5rem; font-weight: 700; color: var(--white);\n    letter-spacing: 0.05em;\n  }\n  \n  .benefits-grid {\n    display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n    gap: 24px; margin-top: 50px;\n  }\n  .benefit-card {\n    background: var(--white); border: 1px solid var(--border);\n    padding: 40px; border-radius: 8px; transition: 0.3s ease;\n  }\n  .benefit-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,48,135,0.1); }\n  .benefit-card h3 { font-family: 'Oswald', sans-serif; color: var(--blue); margin-bottom: 15px; }\n\n  \/* \u2500\u2500\u2500 WELLNESS \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  .wellness-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }\n  .wellness-card {\n    padding: 60px 45px; border-radius: 8px; color: var(--white);\n  }\n  .wellness-card.mental { background: var(--blue); }\n  .wellness-card.meditation { background: var(--red); }\n  .wellness-card h3 { font-family: 'Oswald', sans-serif; font-size: 2.2rem; margin-bottom: 20px; }\n  .wellness-card p { opacity: 0.85; line-height: 1.7; margin-bottom: 30px; }\n\n  \/* \u2500\u2500\u2500 FOOTER \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  footer {\n    background: var(--dark);\n    color: var(--white);\n    padding: 100px 2vw 40px;\n    border-top: 4px solid var(--red);\n  }\n  .footer-main {\n    display: grid;\n    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;\n    gap: 50px;\n    margin-bottom: 60px;\n  }\n  .footer-brand .footer-logo {\n    font-family: 'Oswald', sans-serif;\n    font-size: 1.8rem;\n    font-weight: 700;\n    margin-bottom: 20px;\n    display: block;\n    color: var(--white);\n    text-decoration: none;\n  }\n  .footer-brand .footer-logo span { color: var(--red); }\n  .footer-brand p {\n    color: rgba(255,255,255,0.5);\n    line-height: 1.8;\n    font-size: 0.9rem;\n  }\n  \n  .footer-col h4 {\n    font-family: 'Oswald', sans-serif;\n    font-size: 0.85rem;\n    text-transform: uppercase;\n    letter-spacing: 0.12em;\n    color: var(--red);\n    margin-bottom: 25px;\n  }\n  .footer-col ul { list-style: none; }\n  .footer-col ul li { margin-bottom: 12px; }\n  .footer-col ul li a {\n    color: rgba(255,255,255,0.6);\n    text-decoration: none;\n    font-size: 0.9rem;\n    transition: 0.2s;\n  }\n  .footer-col ul li a:hover { color: var(--white); padding-left: 5px; }\n\n  .footer-contact-box {\n    background: rgba(255,255,255,0.04);\n    border: 1px solid rgba(255,255,255,0.08);\n    padding: 30px;\n    border-radius: 6px;\n  }\n  .footer-contact-box h5 {\n    font-family: 'Oswald', sans-serif;\n    margin-bottom: 10px;\n    font-size: 1.1rem;\n  }\n  .footer-contact-box p { font-size: 0.85rem; color: rgba(255,255,255,0.5); margin-bottom: 20px; }\n\n  .footer-bottom {\n    border-top: 1px solid rgba(255,255,255,0.08);\n    padding-top: 40px;\n    display: flex;\n    justify-content: space-between;\n    align-items: flex-start;\n    flex-wrap: wrap;\n    gap: 30px;\n  }\n  .footer-legal { flex: 1; max-width: 800px; }\n  .footer-legal p {\n    font-size: 0.75rem;\n    line-height: 1.6;\n    color: rgba(255,255,255,0.3);\n    margin-bottom: 15px;\n  }\n  .footer-copyright {\n    font-size: 0.8rem;\n    color: rgba(255,255,255,0.4);\n    width: 100%;\n    margin-top: 20px;\n    text-align: center;\n  }\n\n  \/* \u2500\u2500\u2500 RESPONSIVE \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n  @media (max-width: 1100px) {\n    .footer-main { grid-template-columns: 1fr 1fr; }\n  }\n  @media (max-width: 900px) {\n    .forzet-grid, .wellness-grid { grid-template-columns: 1fr; }\n    .nav-links { display: none; }\n    .hamburger { display: flex; }\n    .hero-coming-soon { font-size: 0.9rem; padding-left: 15px; gap: 15px; }\n  }\n  @media (max-width: 600px) {\n    .footer-main { grid-template-columns: 1fr; gap: 40px; }\n    .footer-bottom { flex-direction: column; }\n    .hero-logo-wrapper { flex-direction: column; align-items: flex-start; gap: 10px; }\n    .hero-coming-soon { border-left: none; padding-left: 0; padding-top: 5px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<nav>\n  <a class=\"nav-logo\" href=\"#\">\n    <img decoding=\"async\" src=\"https:\/\/healthliveshere.ai\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-20-at-19.52.53-1.jpeg\" alt=\"Health Lives Here\">\n  <\/a>\n  <ul class=\"nav-links\">\n    <li><a href=\"#forzet\">Forzet\u2122<\/a><\/li>\n    <li><a href=\"#wellness\">Mental Wellness<\/a><\/li>\n    <li><a href=\"#glp\">GLP-1 Support<\/a><\/li>\n    <li><a href=\"#partners\">Partners<\/a><\/li>\n  <\/ul>\n  <a href=\"https:\/\/tollohealth.com\/contact-us\/\" class=\"nav-cta\">Sign Up Here<\/a>\n  <div class=\"hamburger\" onclick=\"toggleMenu()\">\n    <span><\/span><span><\/span><span><\/span>\n  <\/div>\n<\/nav>\n\n<div class=\"mobile-menu\" id=\"mobile-menu\">\n  <a href=\"#forzet\" onclick=\"toggleMenu()\">Forzet\u2122<\/a>\n  <a href=\"#wellness\" onclick=\"toggleMenu()\">Mental Wellness<\/a>\n  <a href=\"#glp\" onclick=\"toggleMenu()\">GLP-1 Support<\/a>\n  <a href=\"https:\/\/tollohealth.com\/contact-us\/\" style=\"color:var(--red); font-weight:bold;\">Sign Up Here<\/a>\n<\/div>\n\n<section class=\"hero\">\n  <div class=\"hero-bg-pattern\"><\/div>\n  <div class=\"hero-content\">\n    <div class=\"hero-logo-wrapper\">\n        <img decoding=\"async\" src=\"https:\/\/healthliveshere.ai\/wp-content\/uploads\/2026\/04\/WhatsApp-Image-2026-04-20-at-19.52.53-1.jpeg\" alt=\"Health Lives Here\" class=\"hero-logo-main\">\n        <div class=\"hero-coming-soon\">Coming Soon <span>Summer 2026<\/span><\/div>\n    <\/div>\n    \n    <p class=\"hero-sub\">Clinical Precision in Muscle Preservation & Mental Resilience.<\/p>\n    <h1>STRENGTH LIVES<br>THROUGH SCIENCE<\/h1>\n    <p class=\"hero-desc\">\n      We are building a unified clinical platform integrating Forzet\u2122 medical nutrition, professional mental health guidance, and GLP-1 therapy assistance. Our mission is to protect your vitality while you transform your health.\n    <\/p>\n    <div class=\"hero-btns\">\n      <a href=\"https:\/\/tollohealth.com\/contact-us\/\" class=\"btn-primary\">Coming Soon Summer 2026 - Sign Up Here<\/a>\n      <a href=\"#forzet\" class=\"btn-outline\">Explore Our Science<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section id=\"forzet\">\n  <div class=\"forzet-grid\">\n    <div class=\"forzet-image\">\n      <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1571019613454-1cb2f99b2d8b?w=1200&q=80\" alt=\"Medical Nutrition\">\n      <div class=\"forzet-overlay-text\">FORZET\u2122<\/div>\n    <\/div>\n    <div>\n      <div class=\"section-label\">The Clinical Solution<\/div>\n      <h2 class=\"section-title\">Muscle Health for Weight Management<\/h2>\n      <p style=\"margin-bottom:20px; line-height:1.7; color:var(--mid);\">Forzet is a <strong>Medical Food<\/strong> specifically formulated for the dietary management of muscle loss associated with rapid weight loss therapies, including GLP-1 medications and bariatric surgery.<\/p>\n      <p style=\"line-height:1.7; color:var(--mid);\">By delivering essential amino acids in human-optimized ratios, Forzet protects lean mass, supports metabolic rate, and ensures that weight loss results in a stronger, healthier body.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section style=\"background:var(--offwhite);\">\n  <div class=\"section-label\" style=\"text-align:center;\">The Advantage<\/div>\n  <h2 class=\"section-title\" style=\"text-align:center;\">Why Choose Forzet\u2122?<\/h2>\n  <div class=\"benefits-grid\">\n    <div class=\"benefit-card\">\n      <h3>Sarcopenia Prevention<\/h3>\n      <p>Targets the prevention of accelerated muscle breakdown during intensive weight reduction phases.<\/p>\n    <\/div>\n    <div class=\"benefit-card\">\n      <h3>Optimized Synthesis<\/h3>\n      <p>Engineered with amino acid ratios derived from human muscle synthesis requirements, not just bulk protein.<\/p>\n    <\/div>\n    <div class=\"benefit-card\">\n      <h3>Clinical Purity<\/h3>\n      <p>Classified under the Orphan Drug Act to meet specific medical needs that ordinary diets cannot address.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section id=\"wellness\">\n  <div class=\"wellness-grid\">\n    <div class=\"wellness-card mental\">\n      <div class=\"section-label\" style=\"color:rgba(255,255,255,0.7)\">Pathway One<\/div>\n      <h3>Mental Health<\/h3>\n      <p>Evidence-based clinical support and cognitive tools to navigate the psychological transitions of major health journeys.<\/p>\n      <a href=\"https:\/\/tollohealth.com\/contact-us\/\" class=\"btn-outline\">Join Waitlist<\/a>\n    <\/div>\n    <div class=\"wellness-card meditation\">\n      <div class=\"section-label\" style=\"color:rgba(255,255,255,0.7)\">Pathway Two<\/div>\n      <h3>Meditation<\/h3>\n      <p>Clinically-informed mindfulness programs designed to reduce stress and improve long-term adherence to health goals.<\/p>\n      <a href=\"https:\/\/tollohealth.com\/contact-us\/\" class=\"btn-outline\">Learn More<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section id=\"partners\" style=\"text-align:center; padding-bottom:140px;\">\n  <div class=\"section-label\">Ecosystem<\/div>\n  <h2 class=\"section-title\">A Unified Network of Care<\/h2>\n  <p style=\"max-width:800px; margin:0 auto 50px; color:var(--mid);\">Health Lives Here is proud to collaborate with leaders in digital health and community wellness to deliver comprehensive outcomes.<\/p>\n  <div class=\"benefits-grid\" style=\"text-align:left;\">\n    <div class=\"benefit-card\">\n      <h4 style=\"font-family:'Oswald'; color:var(--blue); font-size:1.2rem; margin-bottom:10px;\">TolloHealth.com<\/h4>\n      <p>A leader in patient-centered digital health and chronic disease management infrastructure.<\/p>\n    <\/div>\n    <div class=\"benefit-card\">\n      <h4 style=\"font-family:'Oswald'; color:var(--blue); font-size:1.2rem; margin-bottom:10px;\">Wellgistics Health<\/h4>\n      <p>Expanding access to outcome-driven healthcare delivery for communities nationwide.<\/p>\n    <\/div>\n    <div class=\"benefit-card\">\n      <h4 style=\"font-family:'Oswald'; color:var(--blue); font-size:1.2rem; margin-bottom:10px;\">NFL Alumni Health<\/h4>\n      <p>Supporting the long-term physical and mental wellness of former professional athletes.<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<footer>\n  <div class=\"footer-main\">\n    <div class=\"footer-brand\">\n      <a href=\"#\" class=\"footer-logo\">HEALTH <span>LIVES HERE<\/span><\/a>\n      <p>A clinically-driven digital health platform uniting medical nutrition, mental resilience, and modern metabolic support to empower your longevity.<\/p>\n    <\/div>\n    \n    <div class=\"footer-col\">\n      <h4>Platform<\/h4>\n      <ul>\n        <li><a href=\"#forzet\">Forzet\u2122 Medical Food<\/a><\/li>\n        <li><a href=\"#wellness\">Mental Health Services<\/a><\/li>\n        <li><a href=\"#wellness\">Meditation Programs<\/a><\/li>\n        <li><a href=\"#glp\">GLP-1 Support Hub<\/a><\/li>\n      <\/ul>\n    <\/div>\n    \n    <div class=\"footer-col\">\n      <h4>Partners<\/h4>\n      <ul>\n        <li><a href=\"https:\/\/tollohealth.com\">TolloHealth<\/a><\/li>\n        <li><a href=\"https:\/\/wellgisticshealth.com\">Wellgistics Health<\/a><\/li>\n        <li><a href=\"https:\/\/nflalumnihealth.org\">NFL Alumni Health<\/a><\/li>\n      <\/ul>\n    <\/div>\n    \n    <div class=\"footer-contact\">\n      <div class=\"footer-contact-box\">\n        <h5>Get Updates<\/h5>\n        <p>Be the first to know when our platform launches in Summer 2026.<\/p>\n        <a href=\"https:\/\/tollohealth.com\/contact-us\/\" class=\"btn-primary\" style=\"width:100%; text-align:center; padding:12px 10px; font-size:0.8rem;\">Sign Up Here<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n  \n  <div class=\"footer-bottom\">\n    <div class=\"footer-legal\">\n      <p><strong>Medical Disclaimer:<\/strong> This platform is for informational purposes only and does not constitute medical advice. Forzet\u2122 is a Medical Food intended for use under medical supervision. Always consult with your physician before starting any new health program or dietary intervention.<\/p>\n      <p>Forzet is classified as \"Food for Special Medical Purposes\" (FSMP) per Section 5(b) of the Orphan Drug Act (21 U.S.C. 360ee (b)(3)).<\/p>\n    <\/div>\n    <div class=\"footer-copyright\">\n      \u00a9 2026 Health Lives Here. All rights reserved. | <a href=\"#\" style=\"color:inherit; text-decoration:none;\">Privacy Policy<\/a> | <a href=\"#\" style=\"color:inherit; text-decoration:none;\">Terms of Service<\/a>\n    <\/div>\n  <\/div>\n<\/footer>\n\n<script>\n  function toggleMenu() {\n    document.getElementById('mobile-menu').classList.toggle('open');\n  }\n<\/script>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Health Lives Here \u2013 Digital Health Platform Forzet\u2122 Mental Wellness GLP-1 Support Partners Sign Up Here Forzet\u2122 Mental Wellness GLP-1 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-42","page","type-page","status-publish","hentry"],"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/healthliveshere.ai\/wp-json\/wp\/v2\/pages\/42","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/healthliveshere.ai\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/healthliveshere.ai\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/healthliveshere.ai\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/healthliveshere.ai\/wp-json\/wp\/v2\/comments?post=42"}],"version-history":[{"count":8,"href":"https:\/\/healthliveshere.ai\/wp-json\/wp\/v2\/pages\/42\/revisions"}],"predecessor-version":[{"id":299,"href":"https:\/\/healthliveshere.ai\/wp-json\/wp\/v2\/pages\/42\/revisions\/299"}],"wp:attachment":[{"href":"https:\/\/healthliveshere.ai\/wp-json\/wp\/v2\/media?parent=42"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}