<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&family=Source+Serif+Pro:wght@600&display=swap" rel="stylesheet">

<!-- Stage of Life Table -->
<style>
  .stage-of-life-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin: 20px 0;
  }

  .stage-of-life-table th,
  .stage-of-life-table td {
    border: 1px solid #e5e7eb;
    padding: 16px;
    vertical-align: top;
  }

  .stage-of-life-table th {
    background-color: #89d19e;
    color: #007385;
    text-align: center;
    font-family: 'Source Serif Pro', serif;
    font-size: 20px;
  }

  .stage-of-life-table h3 {
    font-family: 'Source Serif Pro', serif;
    color: #007385;
    margin-top: 0;
    font-size: 18px;
  }

  .stage-of-life-table ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .stage-of-life-table li {
    margin-bottom: 10px;
    line-height: 1.5;
  }

  .stage-of-life-table li::before {
    content: "✅ ";
    color: #007385;
    font-size: 1em;
  }

  /* Responsive Design */
  @media (max-width: 768px) {
    .stage-of-life-table th,
    .stage-of-life-table td {
      display: block;
      width: 100%;
      box-sizing: border-box;
    }

    .stage-of-life-table th {
      font-size: 18px;
    }

    .stage-of-life-table h3 {
      font-size: 16px;
    }

    .stage-of-life-table li {
      font-size: 15px;
    }
  }
</style>

<table class="stage-of-life-table">
  <tr>
    <th>Stage of Life</th>
    <th>Traditional Hospice</th>
    <th>True Palliative Care (TPC)</th>
  </tr>

  <!-- Discovery -->
  <tr>
    <td>
      <h3>Discovery<br><small>(Serious illness, complications of aging)</small></h3>
    </td>
    <td>
      <ul>
        <li>Usually begins only when a condition is advanced.</li>
        <li>Focused narrowly on comfort, not prevention or quality of life.</li>
        <li>Minimal physician involvement and limited family guidance.</li>
        <li>Few holistic or alternative options.</li>
      </ul>
    </td>
    <td>
      <ul>
        <li>Meet your personal care team at home, including physicians, nurses, and counselors who focus on you — not just your diagnosis.</li>
        <li>Manage symptoms early — from pain, fatigue, and nausea to anxiety and breathlessness — so you can stay comfortable and independent.</li>
        <li>Feel supported as a family, with counseling and planning that reduce fear and strengthen communication.</li>
        <li>Enhance daily life through nutrition, movement, and emotional therapies that restore energy and balance.</li>
        <li>Access holistic healing such as massage, music therapy, acupuncture, Reiki, guided imagery, and grief support — so your mind and body can heal together.</li>
      </ul>
    </td>
  </tr>

  <!-- Navigation -->
  <tr>
    <td>
      <h3>Navigation<br><small>(Disease progression, complex needs)</small></h3>
    </td>
    <td>
      <ul>
        <li>Often limited to patients with six-month prognosis.</li>
        <li>Care runs parallel but separate from treatment; minimal integration.</li>
        <li>Emotional and spiritual needs are rarely addressed.</li>
      </ul>
    </td>
    <td>
      <ul>
        <li>Continue active treatments (chemo, dialysis, cardiac care, etc.) with palliative support that eases the toll on your body and mind.</li>
        <li>Stay centered through emotional and spiritual guidance that honors your beliefs and helps you find peace amid uncertainty.</li>
        <li>Stay connected — we coordinate directly with your doctors and specialists, so your care plan feels seamless and consistent.</li>
        <li>Empower loved ones with education, coping tools, and advocacy, so everyone feels supported and informed.</li>
      </ul>
    </td>
  </tr>

  <!-- Legacy -->
  <tr>
    <td>
      <h3>Legacy<br><small>(End-of-life, final chapter)</small></h3>
    </td>
    <td>
      <ul>
        <li>Hospice only.</li>
        <li>Primarily medical comfort care with limited emotional depth or flexibility.</li>
        <li>Few bridges to pre-hospice or post-loss support.</li>
      </ul>
    </td>
    <td>
      <ul>
        <li>Bridge naturally to Empowered Endings when ready — ensuring continuity through hospice, MAiD, or VSED support.</li>
        <li>Experience compassionate, comfort-focused care that protects dignity and peace every step of the way.</li>
        <li>Support family healing through counseling, legacy work, and grief care that continues beyond the bedside.</li>
        <li>Find meaning and closure through emotional, spiritual, and holistic support — so the final chapter feels intentional, not rushed.</li>
      </ul>
    </td>
  </tr>
</table>
