{"id":4638,"date":"2025-11-21T14:37:27","date_gmt":"2025-11-21T14:37:27","guid":{"rendered":"https:\/\/empowerupstudents.com\/?page_id=4638"},"modified":"2025-11-21T14:37:32","modified_gmt":"2025-11-21T14:37:32","slug":"complete-insurance-dashboard","status":"publish","type":"page","link":"https:\/\/empowerupstudents.com\/index.php\/complete-insurance-dashboard\/","title":{"rendered":"Complete Insurance Dashboard"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n  <meta name=\"description\"\n        content=\"Complete Insurance Dashboard: simple, plain-language guide to key insurance coverages, costs, and an action plan. Built for coaching conversations.\" \/>\n  <style>\n    :root {\n      --blue-main: rgb(0, 133, 187);\n      --blue-soft: #e5f0ff;\n      --blue-bg: #f1f5ff;\n      --green: #22c55e;\n      --amber: #facc15;\n      --red: #f97373;\n      --teal: #22c5b5;\n      --slate-900: #0f172a;\n      --slate-700: #374151;\n      --slate-500: #6b7280;\n      --slate-300: #d1d5db;\n      --radius-xl: 20px;\n      --radius-lg: 16px;\n      --radius-md: 12px;\n      --radius-pill: 999px;\n      --shadow-soft: 0 14px 40px rgba(15, 23, 42, 0.12);\n      --font-sans: system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n      --transition-fast: 0.18s ease;\n    }\n\n    * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    body {\n      font-family: var(--font-sans);\n      background: var(--blue-bg);\n      color: var(--slate-900);\n      min-height: 100vh;\n    }\n\n    .page {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 26px 16px 40px;\n    }\n\n    \/* Header *\/\n    .header-title {\n      text-align: center;\n      margin-bottom: 18px;\n    }\n\n    .header-title h1 {\n      font-size: 30px;\n      font-weight: 700;\n      color: var(--slate-900);\n      margin-bottom: 4px;\n    }\n\n    .header-title p {\n      font-size: 13px;\n      color: var(--slate-600, #4b5563);\n      max-width: 720px;\n      margin: 0 auto;\n    }\n\n    .subtitle {\n      font-size: 11px;\n      color: var(--slate-500);\n      margin-top: 2px;\n    }\n\n    \/* Nav tabs *\/\n    .tabs-wrap {\n      display: flex;\n      justify-content: center;\n      margin: 16px 0 6px;\n    }\n\n    .tabs {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 6px;\n      padding: 6px;\n      border-radius: var(--radius-pill);\n      background: rgba(255,255,255,0.9);\n      box-shadow: 0 8px 26px rgba(15,23,42,0.09);\n    }\n\n    .tab-btn {\n      padding: 7px 14px;\n      border-radius: var(--radius-pill);\n      border: 1px solid transparent;\n      font-size: 11px;\n      color: var(--slate-700);\n      background: transparent;\n      cursor: pointer;\n      transition: all var(--transition-fast);\n      white-space: nowrap;\n    }\n\n    .tab-btn:hover {\n      background: var(--blue-soft);\n      color: var(--blue-main);\n    }\n\n    .tab-btn.active {\n      background: var(--blue-main);\n      color: #ffffff;\n      border-color: var(--blue-main);\n      box-shadow: 0 8px 20px rgba(37,99,235,0.35);\n      font-weight: 600;\n    }\n\n    \/* Progress bar under title *\/\n    .section-progress-hint {\n      text-align: center;\n      font-size: 10px;\n      color: var(--slate-500);\n      margin-top: 4px;\n      margin-bottom: 4px;\n    }\n\n    .progress-track {\n      margin: 0 auto 10px;\n      max-width: 340px;\n      height: 7px;\n      background: #e5e7eb;\n      border-radius: var(--radius-pill);\n      overflow: hidden;\n    }\n\n    .progress-fill {\n      width: 10%;\n      height: 100%;\n      background: var(--blue-main);\n      border-radius: var(--radius-pill);\n      transition: width var(--transition-fast);\n    }\n\n    \/* Generic card layout *\/\n    .tab-section {\n      display: none;\n      margin-top: 10px;\n    }\n\n    .tab-section.active {\n      display: block;\n    }\n\n    .card {\n      background: #ffffff;\n      border-radius: var(--radius-xl);\n      padding: 18px 18px 16px;\n      box-shadow: var(--shadow-soft);\n      margin-bottom: 16px;\n      border: 1px solid rgba(148,163,253,0.12);\n    }\n\n    .tab-section h2 {\n      font-size: 22px;\n      margin-bottom: 6px;\n      color: var(--slate-900);\n    }\n\n    .tab-section p.lead {\n      font-size: 13px;\n      color: var(--slate-600, #4b5563);\n      margin-bottom: 10px;\n      max-width: 880px;\n    }\n\n    .pill-label {\n      font-size: 10px;\n      text-transform: uppercase;\n      letter-spacing: 0.16em;\n      color: var(--blue-main);\n      font-weight: 600;\n      margin-bottom: 4px;\n    }\n\n    \/* Overview specific *\/\n    .overview-flex {\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0,1fr));\n      gap: 14px;\n      margin-top: 10px;\n    }\n\n    .overview-col {\n      border-radius: var(--radius-lg);\n      padding: 12px 12px 10px;\n      font-size: 11px;\n    }\n\n    .overview-col h3 {\n      font-size: 14px;\n      font-weight: 600;\n      margin-bottom: 4px;\n    }\n\n    .overview-essential {\n      background: #fef2f2;\n      border-left: 3px solid #f97373;\n    }\n\n    .overview-important {\n      background: #fffbeb;\n      border-left: 3px solid #facc15;\n    }\n\n    .overview-optional {\n      background: #ecfdf5;\n      border-left: 3px solid #22c55e;\n    }\n\n    .overview-col ul {\n      padding-left: 14px;\n      margin-top: 4px;\n      display: grid;\n      gap: 1px;\n    }\n\n\/* Key statistics strip *\/\n.stats-strip {\n  margin-top: 8px;\n  padding: 14px 16px 12px;\n  border-radius: var(--radius-xl);\n  background: #eff4ff;\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px 28px;\n  align-items: flex-start;\n  font-size: 11px;\n}\n\n\/* Title stays on its own row *\/\n.stats-title {\n  display: flex;\n  align-items: center;\n  gap: 8px;\n  font-weight: 600;\n  color: var(--blue-main);\n  flex-basis: 100%;   \/* forces it to span full width *\/\n  margin-bottom: 2px;\n}\n\n.stats-title .icon {\n  width: 16px;\n  height: 16px;\n  background: var(--blue-main);\n  border-radius: 6px;\n}\n\n\/* Each stat is a compact block *\/\n.stat-item {\n  flex: 1 1 180px;       \/* responsive: min width ~180px, then flex *\/\n  max-width: 260px;\n}\n\n.stat-item strong {\n  font-size: 18px;\n  color: var(--blue-main);\n  display: block;\n  margin-bottom: 2px;\n}\n\n    \/* Key Terms grid *\/\n    .grid-2 {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0,1fr));\n      gap: 12px;\n      margin-top: 10px;\n      font-size: 11px;\n    }\n\n    .term-card {\n      background: #ffffff;\n      border-radius: var(--radius-lg);\n      padding: 10px 11px 9px;\n      border: 1px solid rgba(209, 213, 219, 0.8);\n      box-shadow: 0 6px 18px rgba(15,23,42,0.06);\n    }\n\n    .term-card h3 {\n      font-size: 13px;\n      margin-bottom: 3px;\n      font-weight: 600;\n    }\n\n    .term-label {\n      font-size: 9px;\n      padding: 2px 7px;\n      border-radius: var(--radius-pill);\n      background: #eff6ff;\n      color: var(--blue-main);\n      display: inline-block;\n      margin-top: 4px;\n    }\n\n    \/* Topic sections shared *\/\n    .topic-layout {\n      display: grid;\n      grid-template-columns: repeat(2, minmax(0,1fr));\n      gap: 14px;\n      margin-top: 10px;\n      font-size: 11px;\n    }\n\n    .topic-card {\n      background: #ffffff;\n      border-radius: var(--radius-lg);\n      padding: 10px 11px 9px;\n      border: 1px solid rgba(209, 213, 219, 0.8);\n      box-shadow: 0 6px 18px rgba(15,23,42,0.06);\n    }\n        \/* Colored info boxes (used in Health \/ Auto) *\/\n    .box-blue {\n      background: #e0edff;\n      border-radius: 16px;\n      border: 1px solid #bfdbfe;\n      padding: 10px 11px 9px;\n    }\n\n    .box-pink {\n      background: #ffe4e6;\n      border-radius: 16px;\n      border: 1px solid #fecaca;\n      padding: 10px 11px 9px;\n    }\n\n    .box-green {\n      background: #dcfce7;\n      border-radius: 16px;\n      border: 1px solid #bbf7d0;\n      padding: 10px 11px 9px;\n    }\n\n    .box-blue h4,\n    .box-pink h4,\n    .box-green h4 {\n      margin-bottom: 4px;\n      font-size: 12px;\n      font-weight: 600;\n    }\n\n\n    .topic-card h3 {\n      font-size: 13px;\n      margin-bottom: 4px;\n      font-weight: 600;\n    }\n\n    .badge {\n      display: inline-flex;\n      padding: 2px 7px;\n      border-radius: var(--radius-pill);\n      font-size: 9px;\n      margin-top: 3px;\n    }\n    .badge-soft-green {background:#dcfce7;color:#15803d;}\n    .badge-soft-red {background:#fee2e2;color:#b91c1c;}\n    .badge-soft-blue {background:#dbeafe;color:#1d4ed8;}\n    .badge-soft-amber{background:#fef3c7;color:#92400e;}\n\n    ul.tight {\n      padding-left: 14px;\n      display: grid;\n      gap: 2px;\n      margin-top: 2px;\n    }\n\n    \/* Calculator (Key Terms tab) *\/\n    .calculator {\n      margin-top: 10px;\n      padding: 14px 12px 11px;\n      border-radius: var(--radius-xl);\n      background: #ffffff;\n      box-shadow: var(--shadow-soft);\n      border: 1px solid rgba(209, 213, 219, 0.7);\n      font-size: 11px;\n    }\n\n    .calc-inputs {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      align-items: flex-end;\n      margin: 8px 0 10px;\n    }\n\n    .calculator label {\n      font-size: 10px;\n      color: var(--slate-700);\n      display: flex;\n      flex-direction: column;\n      gap: 3px;\n    }\n\n    .calculator input[type=\"number\"] {\n      padding: 7px 9px;\n      border-radius: 8px;\n      border: 1px solid var(--slate-300);\n      font-size: 13px;\n      width: 150px;\n    }\n\n    .btn-primary {\n      padding: 8px 18px;\n      border-radius: var(--radius-pill);\n      border: none;\n      background: var(--blue-main);\n      color: #ffffff;\n      font-size: 12px;\n      font-weight: 500;\n      cursor: pointer;\n      box-shadow: 0 8px 24px rgba(37,99,235,0.4);\n      transition: all var(--transition-fast);\n      white-space: nowrap;\n    }\n\n    .btn-primary:hover {\n      transform: translateY(-1px);\n      box-shadow: 0 11px 30px rgba(37,99,235,0.46);\n      background: #1d4ed8;\n    }\n\n    .calc-results {\n      display: grid;\n      grid-template-columns: repeat(4, minmax(0,1fr));\n      gap: 8px;\n    }\n\n    .calc-box {\n      padding: 7px 8px;\n      border-radius: var(--radius-md);\n      font-size: 9px;\n      display: flex;\n      flex-direction: column;\n      gap: 2px;\n    }\n\n    .calc-box strong {\n      font-size: 15px;\n    }\n\n    .box-premium { background:#e0ecff; color:var(--blue-main); }\n    .box-youpay { background:#ffe4e4; color:#b91c1c; }\n    .box-insurer { background:#e3f9e5; color:#15803d; }\n    .box-total { background:#fff7d6; color:#92400e; }\n\n    .calc-note {\n      margin-top: 4px;\n      font-size: 9px;\n      color: var(--slate-500);\n    }\n\n    \/* Monthly Insurance Budget Estimator (Overview tab) *\/\n    .budget-inputs {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 12px;\n      align-items: flex-end;\n      margin: 10px 0 8px;\n      font-size: 10px;\n    }\n\n    .budget-inputs label {\n      display: flex;\n      flex-direction: column;\n      gap: 4px;\n      color: var(--slate-700);\n    }\n\n    .budget-inputs input[type=\"number\"],\n    .budget-inputs select {\n      padding: 7px 9px;\n      border-radius: 8px;\n      border: 1px solid var(--slate-300);\n      font-size: 13px;\n      min-width: 150px;\n      background: #f9fafb;\n    }\n\n    .budget-results {\n      margin-top: 4px;\n      font-size: 10px;\n      color: var(--slate-700);\n    }\n\n    .budget-summary {\n      margin-bottom: 6px;\n      font-size: 11px;\n    }\n\n    .budget-summary strong {\n      font-size: 13px;\n      color: var(--blue-main);\n      margin-left: 4px;\n    }\n\n    .budget-breakdown {\n      display: grid;\n      grid-template-columns: repeat(3, minmax(0, 1fr));\n      gap: 6px 14px;\n      margin-bottom: 4px;\n    }\n\n    .budget-breakdown div {\n      display: flex;\n      justify-content: space-between;\n      gap: 8px;\n      padding: 5px 8px;\n      border-radius: 10px;\n      background: #f9fafb;\n      border: 1px solid rgba(209, 213, 219, 0.7);\n    }\n\n    .budget-breakdown span {\n      color: var(--slate-500);\n    }\n\n    .budget-breakdown strong {\n      color: var(--slate-900);\n      font-weight: 600;\n    }\n\n    \/* Action Plan *\/\n    .ap-section-title {\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      font-weight: 600;\n      font-size: 16px;\n      margin-bottom: 4px;\n    }\n\n    .ap-section-title span.icon {\n      width: 16px;\n      height: 16px;\n      border-radius: 4px;\n      background: #22c55e;\n    }\n\n    .ap-group {\n      margin-top: 10px;\n      background: #fff1f2;\n      border-radius: var(--radius-xl);\n      border: 1px solid #fecaca;\n      padding: 10px 10px 8px;\n      font-size: 11px;\n      margin-bottom: 8px;\n    }\n\n    .ap-group.warning {\n      background: #fffbeb;\n      border-color: #fde68a;\n    }\n\n    .ap-group.optional {\n      background: #ecfdf5;\n      border-color: #bbf7d0;\n    }\n\n    .ap-group.finance {\n      background: #eff6ff;\n      border-color: #bfdbfe;\n    }\n\n    .ap-group.ongoing {\n      background: #f5f3ff;\n      border-color: #ddd6fe;\n    }\n\n    .ap-group h3 {\n      font-size: 13px;\n      margin-bottom: 4px;\n      font-weight: 600;\n    }\n\n    .ap-item {\n      margin-top: 6px;\n      padding: 8px 8px 6px;\n      border-radius: var(--radius-md);\n      background: rgba(255,255,255,0.9);\n      border: 1px solid rgba(248,250,252,0.9);\n      display: grid;\n      grid-template-columns: auto minmax(0,1fr);\n      gap: 8px;\n      align-items: flex-start;\n    }\n\n    .ap-item strong {\n      font-weight: 600;\n    }\n\n    .ap-item small {\n      display: block;\n      margin-top: 3px;\n      font-size: 9px;\n      color: var(--slate-500);\n    }\n\n    .ap-item ul {\n      padding-left: 14px;\n      margin-top: 2px;\n      display: grid;\n      gap: 1px;\n    }\n\n    .ap-check {\n      width: 16px;\n      height: 16px;\n      margin-top: 3px;\n      cursor: pointer;\n      accent-color: var(--blue-main);\n    }\n\n    .ap-note {\n      margin-top: 4px;\n      font-size: 9px;\n      color: #9ca3af;\n    }\n\n    .ap-progress-wrap {\n      margin-top: 10px;\n      padding: 10px 10px 8px;\n      border-radius: var(--radius-xl);\n      background: #f9fafb;\n      border: 1px solid #e5e7eb;\n      font-size: 10px;\n    }\n\n    .ap-progress-bar {\n      width: 100%;\n      height: 8px;\n      border-radius: var(--radius-pill);\n      background: #e5e7eb;\n      margin-top: 4px;\n      overflow: hidden;\n    }\n\n    .ap-progress-fill {\n      height: 100%;\n      width: 0;\n      border-radius: var(--radius-pill);\n      background: var(--green);\n      transition: width var(--transition-fast);\n    }\n\n    .ap-final {\n      margin-top: 8px;\n      padding: 9px 9px 7px;\n      border-radius: var(--radius-lg);\n      background: #ecfdf5;\n      border: 1px solid #bbf7d0;\n      font-size: 10px;\n      color: #166534;\n    }\n\n    \/* Footer *\/\n    footer {\n      margin-top: 18px;\n      font-size: 9px;\n      color: var(--slate-500);\n      display: flex;\n      justify-content: space-between;\n      gap: 8px;\n      flex-wrap: wrap;\n    }\n\n    footer a {\n      color: var(--blue-main);\n      text-decoration: none;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 900px) {\n      .overview-flex,\n      .stats-strip,\n      .grid-2,\n      .topic-layout,\n      .calc-results,\n      .budget-breakdown {\n        grid-template-columns: repeat(2, minmax(0,1fr));\n      }\n    }\n\n    @media (max-width: 640px) {\n      .page {\n        padding: 18px 10px 26px;\n      }\n      .tabs-wrap {\n        justify-content: flex-start;\n        overflow-x: auto;\n      }\n      .tabs {\n        box-shadow: none;\n        padding: 4px;\n      }\n      .overview-flex,\n      .stats-strip,\n      .grid-2,\n      .topic-layout,\n      .calc-results,\n      .budget-breakdown {\n        grid-template-columns: 1fr;\n      }\n      .card {\n        padding: 14px 12px 12px;\n      }\n    }\n  <\/style>\n<\/head>\n<body>\n<div class=\"page\">\n  <!-- Header -->\n<div class=\"header-title\">\n  <p>Your Complete Guide to Smart Insurance Protection<\/p>\n  <div class=\"subtitle\">\nEverything you need to protect your family financially while keeping costs manageable &#8211; from understanding key terms to implementing a complete protection strategy.\n  <\/div>\n<\/div>\n\n\n  <!-- Tabs -->\n  <div class=\"tabs-wrap\">\n    <div class=\"tabs\">\n      <button class=\"tab-btn active\" data-tab=\"overview\">Overview<\/button>\n      <button class=\"tab-btn\" data-tab=\"keyterms\">Key Terms<\/button>\n      <button class=\"tab-btn\" data-tab=\"health\">Health<\/button>\n      <button class=\"tab-btn\" data-tab=\"auto\">Auto<\/button>\n      <button class=\"tab-btn\" data-tab=\"home\">Home\/Renters<\/button>\n      <button class=\"tab-btn\" data-tab=\"life\">Life<\/button>\n      <button class=\"tab-btn\" data-tab=\"disability\">Disability<\/button>\n      <button class=\"tab-btn\" data-tab=\"umbrella\">Umbrella<\/button>\n      <button class=\"tab-btn\" data-tab=\"savemoney\">Save Money<\/button>\n      <button class=\"tab-btn\" data-tab=\"actionplan\">Action Plan<\/button>\n    <\/div>\n  <\/div>\n\n <div class=\"section-progress-hint\">Explore sections to learn more.<\/div>\n <div class=\"progress-track\">\n    <div class=\"progress-fill\" id=\"navProgress\"><\/div>\n  <\/div>\n\n  <!-- ============ OVERVIEW ============ -->\n  <section class=\"tab-section active\" id=\"tab-overview\">\n    <div class=\"card\">\n      <h2>Insurance Protection Overview<\/h2>\n      <p class=\"lead\">\n        Start with the protections that prevent the biggest financial disasters.\n        Then layer on what fits the household\u2019s goals and budget.\n      <\/p>\n\n      <div class=\"overview-flex\">\n        <div class=\"overview-col overview-essential\">\n          <h3>Essential Coverage<\/h3>\n          <ul>\n            <li><strong>Health:<\/strong> shields from major medical bills.<\/li>\n            <li><strong>Auto:<\/strong> required if you drive; protects from lawsuits.<\/li>\n            <li><strong>Home\/Renters:<\/strong> protects belongings &#038; liability.<\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"overview-col overview-important\">\n          <h3>Important Coverage<\/h3>\n          <ul>\n            <li><strong>Life:<\/strong> for anyone with dependents.<\/li>\n            <li><strong>Disability:<\/strong> protects your paycheck.<\/li>\n          <\/ul>\n        <\/div>\n        <div class=\"overview-col overview-optional\">\n          <h3>Optional (After Basics)<\/h3>\n          <ul>\n            <li><strong>Umbrella:<\/strong> extra liability once you have assets.<\/li>\n            <li>Special coverages (flood, etc.) for specific risks.<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Key Stats -->\n    <div class=\"card\">\n      <div class=\"stats-strip\">\n        <div class=\"stats-title\">\n          <span class=\"icon\"><\/span>\n          <span>Key Statistics (U.S., rounded)<\/span>\n        <\/div>\n        <div class=\"stat-item\">\n          <strong>\u2248 2 in 3<\/strong>\n          bankruptcy filers in one major study cited medical issues or bills as a factor.\n        <\/div>\n        <div class=\"stat-item\">\n          <strong>\u2248 25%<\/strong>\n          of insured workers are projected to face a disability before retirement.\n        <\/div>\n        <div class=\"stat-item\">\n          <strong>\u2248 1 in 2<\/strong>\n          adults have life insurance, but many are underinsured.\n        <\/div>\n        <div class=\"stat-item\">\n          <strong>\u2248 45%<\/strong>\n          of renters lack renters insurance, leaving property and liability exposed.\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Monthly Insurance Budget Estimator -->\n    <div class=\"card\">\n      <div class=\"pill-label\">Monthly Insurance Budget Estimator<\/div>\n      <p class=\"lead\">\n        Use this to frame what a reasonable monthly insurance budget might look like.\n        It\u2019s an educational guide, not a quote.\n      <\/p>\n\n      <div class=\"budget-inputs\">\n        <label>\n          Monthly Income ($)\n          <input type=\"number\" id=\"budgetIncome\" value=\"5000\" min=\"0\">\n        <\/label>\n\n        <label>\n          Family Size\n          <select id=\"budgetFamily\">\n            <option value=\"single\">Single adult<\/option>\n            <option value=\"couple\">Couple<\/option>\n            <option value=\"family\">Family with kids<\/option>\n          <\/select>\n        <\/label>\n\n        <label>\n          Home Status\n          <select id=\"budgetHome\">\n            <option value=\"renter\">Renter<\/option>\n            <option value=\"homeowner\">Homeowner<\/option>\n          <\/select>\n        <\/label>\n\n        <label>\n          Age Range (primary adult)\n          <select id=\"budgetAge\">\n            <option value=\"18-29\">18\u201329<\/option>\n            <option value=\"30-44\">30\u201344<\/option>\n            <option value=\"45-64\">45\u201364<\/option>\n            <option value=\"65+\">65+<\/option>\n          <\/select>\n        <\/label>\n\n        <button class=\"btn-primary\" type=\"button\" id=\"budgetBtn\">\n          Calculate Estimate\n        <\/button>\n      <\/div>\n\n      <div class=\"budget-results\" id=\"budgetResults\">\n        <div class=\"budget-summary\">\n          Suggested monthly insurance budget:\n          <strong id=\"budgetRange\">$200 \u2013 $400<\/strong>\n        <\/div>\n\n        <div class=\"budget-breakdown\">\n          <div><span>Health coverage*<\/span> <strong id=\"bHealth\">$120<\/strong><\/div>\n          <div><span>Auto insurance<\/span> <strong id=\"bAuto\">$60<\/strong><\/div>\n          <div><span>Home\/Renters<\/span> <strong id=\"bHome\">$40<\/strong><\/div>\n          <div><span>Term life (if needed)<\/span> <strong id=\"bLife\">$40<\/strong><\/div>\n          <div><span>Disability income<\/span> <strong id=\"bDisability\">$30<\/strong><\/div>\n          <div><span>Other \/ buffer<\/span> <strong id=\"bOther\">$10<\/strong><\/div>\n        <\/div>\n\n        <p class=\"calc-note\">\n          Based on age, family, and housing, this suggests roughly\n          <strong>4\u201315% of take-home income<\/strong> for core protections.\n          Adjust using actual quotes, subsidies (Medicaid\/ACA), and employer benefits.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ============ KEY TERMS ============ -->\n  <section class=\"tab-section\" id=\"tab-keyterms\">\n    <div class=\"card\">\n      <h2>Key Insurance Terms<\/h2>\n      <p class=\"lead\">\n        Understanding these makes every decision easier. Use them with real examples.\n      <\/p>\n\n      <div class=\"grid-2\">\n        <div class=\"term-card\">\n          <h3>Premium<\/h3>\n          The amount you pay (usually monthly) to keep coverage active.\n          <div class=\"term-label\">You pay this whether or not you file a claim.<\/div>\n        <\/div>\n        <div class=\"term-card\">\n          <h3>Deductible<\/h3>\n          What you pay out of pocket on a covered claim before insurance pays.\n          <div class=\"term-label\">Example: $1,000 deductible \u2192 you pay first $1,000.<\/div>\n        <\/div>\n        <div class=\"term-card\">\n          <h3>Co-pay<\/h3>\n          A fixed fee for specific services, like a $20 doctor visit.\n        <\/div>\n        <div class=\"term-card\">\n          <h3>Coinsurance<\/h3>\n          After the deductible, you pay a percentage, the plan pays the rest\n          (e.g., 20% you \/ 80% plan).\n        <\/div>\n        <div class=\"term-card\">\n          <h3>Out-of-Pocket Maximum<\/h3>\n          The most you&#8217;ll pay for covered services in a year.\n          After that, the plan pays 100% of covered costs.\n        <\/div>\n        <div class=\"term-card\">\n          <h3>Claim<\/h3>\n          A request for your insurer to pay for a covered loss or service.\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Understanding Your Costs Calculator -->\n    <div class=\"calculator\">\n      <h2>Understanding Your Costs Calculator<\/h2>\n      <p>\n        One simple scenario: one covered claim, no copays\/coinsurance, coverage after the deductible.\n      <\/p>\n      <div class=\"calc-inputs\">\n        <label>\n          Monthly Premium ($)\n          <input type=\"number\" id=\"monthlyPremium\" value=\"150\" min=\"0\">\n        <\/label>\n        <label>\n          Deductible ($)\n          <input type=\"number\" id=\"deductible\" value=\"1000\" min=\"0\">\n        <\/label>\n        <label>\n          Claim Amount ($)\n          <input type=\"number\" id=\"claimAmount\" value=\"3000\" min=\"0\">\n        <\/label>\n        <button class=\"btn-primary\" id=\"calcBtn\" type=\"button\">Calculate<\/button>\n      <\/div>\n      <div class=\"calc-results\">\n        <div class=\"calc-box box-premium\">\n          <div>Annual Premium Cost<\/div>\n          <strong id=\"annualPremium\">$1,800<\/strong>\n        <\/div>\n        <div class=\"calc-box box-youpay\">\n          <div>You Pay Toward Claim (Deductible)<\/div>\n          <strong id=\"youPay\">$1,000<\/strong>\n        <\/div>\n        <div class=\"calc-box box-insurer\">\n          <div>Insurance Pays Toward Claim<\/div>\n          <strong id=\"insurancePays\">$2,000<\/strong>\n        <\/div>\n        <div class=\"calc-box box-total\">\n          <div>Your Total Cost This Year*<\/div>\n          <strong id=\"totalCost\">$2,800<\/strong>\n        <\/div>\n      <\/div>\n      <div class=\"calc-note\">\n        *Total = annual premiums + what you pay toward the claim (up to your deductible).\n        Real plans may also include copays, coinsurance, networks, and uncovered services.\n      <\/div>\n    <\/div>\n  <\/section>\n\n<!-- ============ HEALTH ============ -->\n<section class=\"tab-section\" id=\"tab-health\">\n  <div class=\"card\">\n    <h2>Health Insurance<\/h2>\n    <p class=\"lead\">\n      Highest priority for most households. Focus on avoiding catastrophic medical debt.\n    <\/p>\n\n    <div class=\"topic-layout\">\n      <!-- Left column -->\n      <div class=\"topic-card\">\n        <div class=\"box-blue\">\n          <h4>What It Is<\/h4>\n          <p>\n            Health insurance helps pay for medical costs like doctor visits, hospital stays,\n            surgery, medicines, and preventive care. In the U.S., healthcare is very expensive,\n            so health insurance protects you from huge medical bills.\n          <\/p>\n\n          <h4>Where to Get Coverage<\/h4>\n          <ul class=\"tight\">\n            <li><strong>Employer plans:<\/strong> Often provided by your job.<\/li>\n            <li><strong>ACA Marketplace:<\/strong> Healthcare.gov for individual plans.<\/li>\n            <li><strong>Medicaid:<\/strong> Government insurance for low-income families.<\/li>\n            <li><strong>CHIP:<\/strong> Children&#8217;s coverage for low-income households.<\/li>\n            <li><strong>Medicare:<\/strong> For 65+ or disabled individuals.<\/li>\n            <li><strong>Private insurers:<\/strong> Direct purchase from insurance companies.<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"box-pink\" style=\"margin-top:8px;\">\n          <h4>Why It\u2019s Critical<\/h4>\n          <ul class=\"tight\">\n            <li>\n              Medical bills can be catastrophically high. Even a minor accident or illness can cost\n              thousands.\n            <\/li>\n            <li>Emergency room visit for a broken arm: several thousand dollars.<\/li>\n            <li>Surgery or a hospital stay: tens of thousands of dollars.<\/li>\n            <li>\n              Medical expenses are the #1 cause of personal bankruptcies\n              (about 66% of all bankruptcies).\n            <\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n\n      <!-- Right column -->\n      <div class=\"topic-card\">\n        <div class=\"box-green\">\n          <h4>Keeping It Affordable<\/h4>\n          <h4 style=\"margin-top:4px;\">Money-Saving Strategies<\/h4>\n          <ul class=\"tight\">\n            <li>Check Medicaid eligibility (free or very low-cost).<\/li>\n            <li>Use ACA Marketplace subsidies for lower premiums.<\/li>\n            <li>Consider high-deductible plans with HSA accounts.<\/li>\n            <li>Use Flexible Spending Accounts (FSA) if available.<\/li>\n            <li>Shop during open enrollment annually.<\/li>\n            <li>Always use in-network providers.<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"box-amber\" style=\"margin-top:8px;\">\n          <h4>Key Health Insurance Terms<\/h4>\n          <p>\n            Example: $2,000 deductible, 20% coinsurance, $6,000 out-of-pocket max.\n          <\/p>\n          <ul class=\"tight\">\n            <li>You pay first $2,000 in bills.<\/li>\n            <li>Then pay 20% of subsequent bills.<\/li>\n            <li>After $6,000 total spending, insurance pays 100%.<\/li>\n          <\/ul>\n\n          <h4 style=\"margin-top:6px;\">Real-World Example<\/h4>\n          <p>\n            Family without insurance: Mom breaks leg, $40,000 hospital bill = potential bankruptcy.\n            With insurance: same injury costs maximum $5,000 out-of-pocket; insurance covers the\n            remaining $35,000.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n  <!-- ============ AUTO ============ -->\n  <section class=\"tab-section\" id=\"tab-auto\">\n    <div class=\"card\">\n      <h2>Auto Insurance<\/h2>\n      <p class=\"lead\">\n        Required if you drive. Protects you from lawsuits, injuries, and damage related to your vehicle.\n      <\/p>\n\n      <div class=\"topic-layout\">\n        <!-- Left column -->\n        <div class=\"topic-card\">\n          <div class=\"box-blue\">\n            <h4>What It Is<\/h4>\n            <p>\n              Auto insurance covers financial losses related to your vehicle.\n              This includes damage to your car from accidents or theft, damage you might\n              cause to others, and medical costs for injuries from a crash.\n              It is required by law in almost every state.\n            <\/p>\n\n            <h4>Coverage Types<\/h4>\n            <ul class=\"tight\">\n              <li>\n                <strong>Liability (Required):<\/strong>\n                Pays for injuries or damage you cause to others. Crucial protection from lawsuits.\n              <\/li>\n              <li>\n                <strong>Collision (Optional):<\/strong>\n                Pays to repair your car if you crash, regardless of fault.\n              <\/li>\n              <li>\n                <strong>Comprehensive (Optional):<\/strong>\n                Covers theft, vandalism, weather damage, hitting deer, etc.\n              <\/li>\n              <li>\n                <strong>Uninsured Motorist:<\/strong>\n                Protects you from drivers without insurance or with too little coverage.\n              <\/li>\n            <\/ul>\n          <\/div>\n\n          <div class=\"box-pink\" style=\"margin-top:8px;\">\n            <h4>Why It Matters<\/h4>\n            <ul class=\"tight\">\n              <li>Minor fender-bender: a few thousand dollars.<\/li>\n              <li>Serious accident with injuries: around $150,000 on average.<\/li>\n              <li>Fatal crash: about $1.78 million average economic cost.<\/li>\n              <li>Without insurance: you are personally liable for all of these costs.<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n\n        <!-- Right column -->\n        <div class=\"topic-card\">\n          <div class=\"box-green\">\n            <h4>Money-Saving Strategies<\/h4>\n            <ul class=\"tight\">\n              <li><strong>Shop around:<\/strong> Compare quotes online from multiple insurers.<\/li>\n              <li><strong>Maintain a clean driving record:<\/strong> Avoid tickets and accidents.<\/li>\n              <li>\n                <strong>Bundle policies:<\/strong>\n                Combine auto with home\/renters for potential 10\u201315% savings.\n              <\/li>\n              <li>\n                <strong>Raise deductibles:<\/strong>\n                $500\u2013$1,000 is often a sweet spot for savings if you can afford it.\n              <\/li>\n              <li>\n                <strong>Drop unnecessary coverage:<\/strong>\n                Consider skipping collision\/comprehensive on older, low-value cars.\n              <\/li>\n              <li>\n                <strong>Ask about all discounts:<\/strong>\n                Safe driver, good student, multi-car, low-mileage, etc.\n              <\/li>\n              <li>\n                <strong>Improve your credit score:<\/strong>\n                In many states, better credit can mean lower rates.\n              <\/li>\n            <\/ul>\n          <\/div>\n\n          <div class=\"box-blue\" style=\"margin-top:8px;\">\n            <h4>Recommended Coverage Limits<\/h4>\n            <p>State minimums are often dangerously low. Consider these safer minimums:<\/p>\n            <ul class=\"tight\">\n              <li>\n                <strong>50\/100\/50:<\/strong>\n                $50k per person, $100k per accident, $50k property damage.\n              <\/li>\n              <li>\n                <strong>100\/300\/100:<\/strong>\n                Better protection for higher-income families.\n              <\/li>\n              <li>\n                <strong>Uninsured Motorist:<\/strong>\n                Match your liability limits when possible.\n              <\/li>\n              <li>\n                <strong>Never skimp on liability:<\/strong>\n                It protects your assets from lawsuits.\n              <\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n\n  <!-- ============ HOME \/ RENTERS ============ -->\n  <section class=\"tab-section\" id=\"tab-home\">\n    <div class=\"card\">\n      <h2>Homeowners &#038; Renters Insurance<\/h2>\n      <p class=\"lead\">\n        Whether you own your home or rent, you should have insurance to protect your dwelling and belongings.\n        Both homeowners and renters insurance protect your property, but are tailored to different situations.\n      <\/p>\n\n      <div class=\"topic-layout\">\n        <!-- Left column: Homeowners -->\n        <div class=\"topic-card\">\n          <h3>Homeowners Insurance<\/h3>\n          <p>\n            If you own a house or condo, homeowners insurance covers damage to your home\u2019s structure and personal\n            belongings from fire, smoke, severe weather, theft, and vandalism. Most mortgage lenders require it.\n          <\/p>\n\n          <div class=\"box-green\" style=\"margin-top:8px;\">\n            <h4>What It Covers<\/h4>\n            <ul class=\"tight\">\n              <li><strong>Dwelling:<\/strong> Structure of your home from fire, wind, hail, lightning.<\/li>\n              <li><strong>Personal property:<\/strong> Belongings inside your home.<\/li>\n              <li><strong>Liability:<\/strong> If someone gets hurt on your property.<\/li>\n              <li><strong>Additional living expenses:<\/strong> Hotel costs if home is uninhabitable.<\/li>\n              <li><strong>Other structures:<\/strong> Garage, shed, fence, detached buildings.<\/li>\n            <\/ul>\n          <\/div>\n\n          <div class=\"box-amber\" style=\"margin-top:8px;\">\n            <h4>Common Exclusions<\/h4>\n            <ul class=\"tight\">\n              <li><strong>Floods:<\/strong> Need separate flood insurance.<\/li>\n              <li><strong>Earthquakes:<\/strong> Separate coverage required.<\/li>\n              <li><strong>Normal wear and tear:<\/strong> Maintenance issues.<\/li>\n              <li><strong>Intentional damage:<\/strong> Deliberate destruction.<\/li>\n              <li><strong>Business activities:<\/strong> Need commercial coverage.<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n\n        <!-- Right column: Renters -->\n        <div class=\"topic-card\">\n          <h3>Renters Insurance<\/h3>\n          <p>\n            Many renters mistakenly think \u201cI don\u2019t own the place, so I don\u2019t need insurance.\u201d\n            Wrong. Your landlord\u2019s insurance does <strong>not<\/strong> cover your personal belongings or liability.\n          <\/p>\n\n          <div class=\"box-blue\" style=\"margin-top:8px;\">\n            <h4>What It Covers<\/h4>\n            <ul class=\"tight\">\n              <li><strong>Personal property:<\/strong> Furniture, electronics, clothes, kitchen items.<\/li>\n              <li><strong>Liability:<\/strong> If someone is injured in your apartment.<\/li>\n              <li><strong>Loss of use:<\/strong> Hotel costs if apartment becomes uninhabitable.<\/li>\n              <li><strong>Damage you cause:<\/strong> If you accidentally damage the building.<\/li>\n            <\/ul>\n          <\/div>\n\n          <div class=\"box-pink\" style=\"margin-top:8px;\">\n            <h4>Typical Costs<\/h4>\n            <ul class=\"tight\">\n              <li><strong>Renters insurance:<\/strong> $10\u2013$20\/month ($187\/year average) \u2013 about the cost of a pizza.<\/li>\n              <li>\n                <strong>Homeowners insurance:<\/strong> $800\u2013$1,500\/year (varies by home value and location).\n              <\/li>\n              <li><strong>Bundle discount:<\/strong> Save 10\u201315% by combining with auto insurance.<\/li>\n              <li>\n                <strong>Reality check:<\/strong>\n                Only about 55% of renters have coverage \u2013 don\u2019t be in the vulnerable 45%.\n              <\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n\n  <!-- ============ LIFE ============ -->\n  <section class=\"tab-section\" id=\"tab-life\">\n    <div class=\"card\">\n      <h2>Life Insurance<\/h2>\n      <p class=\"lead\">\n        Life insurance pays out a lump sum of money to your chosen beneficiaries if you die.\n        Its main purpose is to provide financial support to your loved ones if you\u2019re no longer\n        there to provide for them.\n      <\/p>\n\n      <div class=\"topic-layout\">\n        <!-- Left column -->\n        <div class=\"topic-card\">\n          <div class=\"box-blue\">\n            <h4>What It Is<\/h4>\n            <p>\n              Life insurance pays out a lump sum of money to your chosen beneficiaries\n              (family or others) if you die. Its main purpose is to provide financial support\n              to your loved ones if you\u2019re no longer there to provide for them.\n            <\/p>\n          <\/div>\n\n          <div class=\"box-amber\" style=\"margin-top:8px;\">\n            <h4>Types of Life Insurance<\/h4>\n            <p><strong>Term Life Insurance<\/strong><\/p>\n            <p>\n              Coverage for a set term (10, 20, or 30 years). Pure insurance \u2013 if you die during the\n              term, it pays out. Generally the simplest and most affordable option for most families.\n            <\/p>\n            <p style=\"margin-top:4px;\"><strong>Whole Life Insurance<\/strong><\/p>\n            <p>\n              Coverage that lasts your entire life with a savings\/investment component.\n              More expensive and often not necessary for those on a tight budget.\n            <\/p>\n          <\/div>\n\n          <div class=\"box-green\" style=\"margin-top:8px;\">\n            <h4>Surprisingly Affordable<\/h4>\n            <p>\n              Many skip life insurance thinking it\u2019s too expensive, but term policies can be very\n              cheap.\n            <\/p>\n            <p style=\"margin-top:4px;\">\n              <strong>Example:<\/strong> A healthy 30-year-old might get a $250,000 20-year term policy\n              for $15\u201320\/month \u2013 the cost of a couple of lunches.\n            <\/p>\n          <\/div>\n        <\/div>\n\n        <!-- Right column -->\n        <div class=\"topic-card\">\n          <div class=\"box-blue\">\n            <h4>Why It Matters<\/h4>\n            <p>\n              If you have children, a spouse, or anyone who depends on your income or care,\n              life insurance is very important. If you were to pass away, how would your family\n              manage financially?\n            <\/p>\n          <\/div>\n\n          <div class=\"box-amber\" style=\"margin-top:8px;\">\n            <h4>What Life Insurance Can Cover<\/h4>\n            <ul class=\"tight\">\n              <li><strong>Lost income:<\/strong> Pay rent\/mortgage, utilities, food, day-to-day expenses.<\/li>\n              <li><strong>Debts:<\/strong> Car loans, credit cards, mortgage so family isn\u2019t stuck with them.<\/li>\n              <li><strong>Education:<\/strong> Help fund kids\u2019 college or schooling needs.<\/li>\n              <li><strong>Final expenses:<\/strong> Funeral cost (often $6,000\u2013$8,000 or more).<\/li>\n              <li><strong>Time to grieve:<\/strong> Cushion so family isn\u2019t forced back to work immediately.<\/li>\n            <\/ul>\n          <\/div>\n\n          <div class=\"box-pink\" style=\"margin-top:8px;\">\n            <h4>Who Needs Life Insurance?<\/h4>\n            <ul class=\"tight\">\n              <li>\n                <strong>Critical for:<\/strong>\n                Parents, married couples, anyone with dependents.\n              <\/li>\n              <li>\n                <strong>Less critical for:<\/strong>\n                Single people with no dependents\n                (though it can still cover funeral costs).\n              <\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n\n  <!-- ============ DISABILITY ============ -->\n  <section class=\"tab-section\" id=\"tab-disability\">\n    <div class=\"card\">\n      <h2>Disability Insurance<\/h2>\n      <p class=\"lead\">\n        Disability insurance provides a portion of your income if you become too sick or injured to work.\n        Think of it as insurance for your paycheck. Many people think, \u201cI have health insurance, so I\u2019m\n        covered if I get sick.\u201d Health insurance covers medical bills, but who covers your lost income if\n        you can\u2019t work for a long period?\n      <\/p>\n\n      <div class=\"topic-layout\">\n        <!-- Left column -->\n        <div class=\"topic-card\">\n          <h3>What It Is<\/h3>\n\n          <h4>Types of Disability Insurance<\/h4>\n          <ul class=\"tight\">\n            <li>\n              <strong>Short-Term Disability (STD):<\/strong>\n              Often provided by employers; covers temporary disabilities\n              (typically from a few weeks up to about 3\u20136 months).\n            <\/li>\n            <li>\n              <strong>Long-Term Disability (LTD):<\/strong>\n              Kicks in after a longer waiting period (usually after STD ends, or around 3\u20136 months)\n              and can last for years, even up to retirement age.\n            <\/li>\n          <\/ul>\n\n          <h4>Shocking Reality<\/h4>\n          <ul class=\"tight\">\n            <li><strong>1 in 4<\/strong> of today\u2019s 20-year-olds will become disabled before retirement.<\/li>\n            <li>That\u2019s about a <strong>25% chance<\/strong> \u2013 quite high.<\/li>\n            <li>Average long-term disability lasts around <strong>2.5 years<\/strong>.<\/li>\n            <li>Only about <strong>5%<\/strong> of workers have long-term disability insurance.<\/li>\n            <li>Roughly <strong>90%<\/strong> of disabilities are due to illness, not accidents.<\/li>\n          <\/ul>\n        <\/div>\n\n        <!-- Right column -->\n        <div class=\"topic-card\">\n          <h3>Why It Matters<\/h3>\n          <p>\n            Especially for families living paycheck to paycheck \u2013 if the breadwinner loses their ability to\n            earn income, even temporarily, how will the rent or mortgage get paid? How will you buy groceries?\n          <\/p>\n\n          <h4>How It Helps<\/h4>\n          <p>\n            Disability insurance fills the income gap by paying you a portion (usually 50\u201370%) of your salary\n            while you\u2019re unable to work.\n          <\/p>\n          <p>\n            <strong>Example:<\/strong> Getting $2,000\/month from disability insurance versus $0 if you had\n            nothing can be the difference between managing and bankruptcy.\n          <\/p>\n\n          <h4>Sources of Disability Insurance<\/h4>\n          <ul class=\"tight\">\n            <li>\n              <strong>Employer plans (check first):<\/strong>\n              Many employers provide STD\/LTD as benefits \u2013 sometimes free, sometimes voluntary.\n              Always take employer-paid coverage.\n            <\/li>\n            <li>\n              <strong>Individual policies:<\/strong>\n              If work doesn\u2019t offer coverage, you can buy individual LTD policies. More expensive,\n              but necessary protection.\n            <\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n\n    <!-- ============ UMBRELLA ============ -->\n  <section class=\"tab-section\" id=\"tab-umbrella\">\n    <div class=\"card\">\n      <h2>Umbrella Insurance<\/h2>\n      <p class=\"lead\">\n        Umbrella insurance is an extra layer of liability protection that sits on top of\n        your other policies (like auto or homeowners). It extends your coverage limits\n        beyond the standard amounts.\n      <\/p>\n\n      <div class=\"topic-layout\">\n        <!-- Left column -->\n        <div class=\"topic-card\">\n          <h3>What It Is<\/h3>\n          <p>\n            Umbrella insurance is like an extra layer of liability protection that sits\n            on top of your other policies. If a serious accident leads to a large lawsuit,\n            your auto or home policy pays first. If the costs are higher than those limits,\n            your umbrella policy can step in and cover the rest (up to its limit).\n          <\/p>\n\n          <div class=\"box-green\" style=\"margin-top:8px;\">\n            <h4>How It Works<\/h4>\n            <p>\n              If your auto insurance liability limit is $300,000 and you have a $1 million\n              umbrella policy, and you cause a huge accident costing $500,000:\n            <\/p>\n            <ul class=\"tight\">\n              <li>Your auto insurance pays the first $300,000.<\/li>\n              <li>The umbrella policy covers the remaining $200,000.<\/li>\n              <li>\n                You still have $800,000 left in umbrella coverage for future claims\n                (within the same policy year).\n              <\/li>\n            <\/ul>\n          <\/div>\n\n          <div class=\"box-amber\" style=\"margin-top:8px;\">\n            <h4>Surprisingly Affordable<\/h4>\n            <p>\n              Umbrella insurance is one of the best value coverages available.\n            <\/p>\n            <p style=\"margin-top:4px;\">\n              <strong>Typical cost:<\/strong> About $150\u2013$300 per year for $1 million in coverage\n              (roughly $12\u2013$25 per month).\n            <\/p>\n          <\/div>\n        <\/div>\n\n        <!-- Right column -->\n        <div class=\"topic-card\">\n          <h3>Why It Matters<\/h3>\n          <p>\n            Often thought of as insurance for wealthy people, but umbrella insurance can be\n            important for anyone who could potentially face a large lawsuit or claim. If you\n            own a home, have savings, or want to shield your future earnings from garnishment,\n            an umbrella is valuable.\n          <\/p>\n\n          <div class=\"box-pink\" style=\"margin-top:8px;\">\n            <h4>Who Should Get Umbrella Insurance?<\/h4>\n            <p>Anyone with potential exposure to large liability should consider it:<\/p>\n            <ul class=\"tight\">\n              <li><strong>Homeowners:<\/strong> Property liability exposure.<\/li>\n              <li><strong>Parents of teen drivers:<\/strong> Higher accident risk.<\/li>\n              <li><strong>Pet owners:<\/strong> Especially breeds that could cause serious injury.<\/li>\n              <li><strong>Pool\/trampoline owners:<\/strong> Higher injury risk on property.<\/li>\n              <li><strong>Anyone with substantial savings or home:<\/strong> Assets to protect.<\/li>\n              <li><strong>Future earners:<\/strong> Protects against wage garnishment.<\/li>\n            <\/ul>\n          <\/div>\n\n          <div class=\"box-blue\" style=\"margin-top:8px;\">\n            <h4>What It Covers<\/h4>\n            <ul class=\"tight\">\n              <li><strong>Bodily injury liability:<\/strong> When you injure someone.<\/li>\n              <li><strong>Property damage liability:<\/strong> When you damage someone\u2019s property.<\/li>\n              <li>\n                <strong>Personal injury claims:<\/strong> Libel, slander, false imprisonment\n                (varies by policy).\n              <\/li>\n              <li><strong>Legal defense costs:<\/strong> Attorney fees and court costs.<\/li>\n              <li><strong>Worldwide coverage:<\/strong> Protection during travel incidents.<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n\n  <!-- ============ SAVE MONEY ============ -->\n  <section class=\"tab-section\" id=\"tab-savemoney\">\n    <div class=\"card\">\n      <h2>Tips to Save on Insurance Costs<\/h2>\n      <p class=\"lead\">\n        Insurance is important, but paying for all these policies can feel overwhelming.\n        Here are proven strategies to reduce your insurance costs without sacrificing\n        necessary coverage.\n      <\/p>\n\n      <div class=\"topic-layout\">\n        <!-- LEFT COLUMN: 1, 2, 3 -->\n        <div class=\"topic-card\">\n          <!-- 1. Bundle Policies -->\n          <div style=\"\n            background:#ecfdf5;\n            border-radius:12px;\n            padding:10px 12px;\n            margin-bottom:10px;\n          \">\n            <h4>1. Bundle Policies for Big Savings<\/h4>\n            <p>\n              Combining policies (like auto + home\/renters, or multiple autos) with the same\n              insurer usually earns a multi-policy discount. This can save you around\n              <strong>5% to 25%<\/strong>, depending on the company.\n            <\/p>\n            <p><strong>Common bundle combinations:<\/strong><\/p>\n            <ul class=\"tight\">\n              <li><strong>Auto + Homeowners\/Renters:<\/strong> Most popular bundle, typically 10\u201315% savings.<\/li>\n              <li><strong>Multiple vehicles:<\/strong> Insuring all family cars together.<\/li>\n              <li><strong>Auto + Life insurance:<\/strong> Some insurers offer this combination.<\/li>\n              <li><strong>Umbrella + underlying policies:<\/strong> Often required and discounted.<\/li>\n            <\/ul>\n          <\/div>\n\n          <!-- 2. Higher Deductibles -->\n          <div style=\"\n            background:#eff6ff;\n            border-radius:12px;\n            padding:10px 12px;\n            margin-bottom:10px;\n          \">\n            <h4>2. Higher Deductibles = Lower Premiums<\/h4>\n            <p>\n              If you can set aside some emergency funds, consider raising deductibles on\n              auto and home insurance. A higher deductible can significantly cut your premium.\n            <\/p>\n            <p><strong>Real example:<\/strong><\/p>\n            <p>\n              Raising a car insurance collision deductible from $250 to $1,000 could save\n              about $200\u2013$400 annually. Just be sure you could actually pay that $1,000\n              if you had an accident.\n            <\/p>\n          <\/div>\n\n          <!-- 3. Shop Around -->\n          <div style=\"\n            background:#f5f3ff;\n            border-radius:12px;\n            padding:10px 12px;\n          \">\n            <h4>3. Shop Around Periodically<\/h4>\n            <p>\n              Insurance rates change year to year, and different companies may offer better\n              deals for your situation. It\u2019s wise to compare quotes annually or every\n              couple of years, especially for auto and home.\n            <\/p>\n            <p><strong>Shopping strategy:<\/strong><\/p>\n            <ul class=\"tight\">\n              <li><strong>Compare equal coverages:<\/strong> Make sure quotes have similar limits and deductibles.<\/li>\n              <li><strong>Check annually:<\/strong> Set a calendar reminder during renewal time.<\/li>\n              <li><strong>Get multiple quotes:<\/strong> You might find the same coverage for hundreds less.<\/li>\n              <li><strong>Ask current insurer:<\/strong> Call and ask if all available discounts are applied.<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n\n        <!-- RIGHT COLUMN: 4, 5, Additional -->\n        <div class=\"topic-card\">\n          <!-- 4. Use Tax Advantages -->\n          <div style=\"\n            background:#ecfdf5;\n            border-radius:12px;\n            padding:10px 12px;\n            margin-bottom:10px;\n          \">\n            <h4>4. Use Tax Advantages<\/h4>\n            <p>\n              For health insurance, using accounts like an\n              <strong>HSA (Health Savings Account)<\/strong> or\n              <strong>FSA (Flexible Spending Account)<\/strong> can save money on medical\n              costs by using pre-tax dollars.\n            <\/p>\n            <p><strong>HSA \u201ctriple tax\u201d advantage:<\/strong><\/p>\n            <ul class=\"tight\">\n              <li><strong>Tax-deductible contributions:<\/strong> Money goes in before taxes.<\/li>\n              <li><strong>Tax-free growth:<\/strong> Earnings grow without taxes.<\/li>\n              <li><strong>Tax-free withdrawals:<\/strong> For qualified medical expenses.<\/li>\n            <\/ul>\n          <\/div>\n\n          <!-- 5. Healthy & Safe Living -->\n          <div style=\"\n            background:#ffedd5;\n            border-radius:12px;\n            padding:10px 12px;\n            margin-bottom:10px;\n          \">\n            <h4>5. Healthy and Safe Living Pays Off<\/h4>\n            <p>\n              Some costs can be lowered by reducing risk. Don\u2019t live your life just for an\n              insurance discount, but be aware of these incentives.\n            <\/p>\n            <p><strong>Available discounts:<\/strong><\/p>\n            <ul class=\"tight\">\n              <li><strong>Safe driver:<\/strong> No accidents or violations.<\/li>\n              <li><strong>Good student:<\/strong> Drivers under 25 with good grades.<\/li>\n              <li><strong>Security systems:<\/strong> Alarms and monitoring can reduce home rates.<\/li>\n              <li><strong>Quit smoking:<\/strong> Can lower life and health insurance premiums significantly.<\/li>\n              <li><strong>Wellness programs:<\/strong> Many health plans offer rewards for healthy activities.<\/li>\n            <\/ul>\n          <\/div>\n\n          <!-- Additional Strategies -->\n          <div style=\"\n            background:#e0f2fe;\n            border-radius:12px;\n            padding:10px 12px;\n          \">\n            <h4>Additional Money-Saving Strategies<\/h4>\n            <ul class=\"tight\">\n              <li>\n                <strong>Maintain good credit:<\/strong>\n                Many insurers use credit history as a factor in auto and home rates.\n                Better credit scores often mean lower premiums.\n              <\/li>\n              <li>\n                <strong>Pay annually instead of monthly:<\/strong>\n                Some insurers charge extra fees for monthly payments. Paying annually can\n                save $50\u2013$100 per policy.\n              <\/li>\n              <li>\n                <strong>Review your policies regularly:<\/strong>\n                Life changes can reduce your insurance needs. Adjust coverage to fit your\n                current life stage so you\u2019re not over-insured.\n              <\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n\n  <!-- ============ ACTION PLAN ============ -->\n  <section class=\"tab-section\" id=\"tab-actionplan\">\n    <div class=\"card\">\n      <div class=\"ap-section-title\">\n        <span class=\"icon\"><\/span>\n        <span>Complete Insurance Action Plan<\/span>\n      <\/div>\n      <p class=\"lead\">\n        Use this checklist with clients. Check off as steps are completed.\n      <\/p>\n\n      <!-- Essential -->\n      <div class=\"ap-group\">\n        <h3>Essential Coverage<\/h3>\n\n        <div class=\"ap-item\">\n          <input type=\"checkbox\" class=\"ap-check\">\n          <div>\n            <strong>Health coverage in place<\/strong>\n            <small>Through employer, Marketplace, Medicaid\/Medicare, etc.<\/small>\n          <\/div>\n        <\/div>\n\n        <div class=\"ap-item\">\n          <input type=\"checkbox\" class=\"ap-check\">\n          <div>\n            <strong>Auto insurance active (if they drive)<\/strong>\n            <small>At least required liability; consider higher limits.<\/small>\n          <\/div>\n        <\/div>\n\n        <div class=\"ap-item\">\n          <input type=\"checkbox\" class=\"ap-check\">\n          <div>\n            <strong>Homeowners or renters policy active<\/strong>\n            <small>Protects belongings and liability; renters not relying on landlord\u2019s policy.<\/small>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Important -->\n      <div class=\"ap-group warning\">\n        <h3>Important If Others Rely on Their Income<\/h3>\n\n        <div class=\"ap-item\">\n          <input type=\"checkbox\" class=\"ap-check\">\n          <div>\n            <strong>Term life insurance reviewed<\/strong>\n            <small>Enough coverage for dependents; beneficiaries updated.<\/small>\n          <\/div>\n        <\/div>\n\n        <div class=\"ap-item\">\n          <input type=\"checkbox\" class=\"ap-check\">\n          <div>\n            <strong>Disability coverage checked<\/strong>\n            <small>Employer or individual policy considered.<\/small>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Optional -->\n      <div class=\"ap-group optional\">\n        <h3>Optional (After Essentials)<\/h3>\n        <div class=\"ap-item\">\n          <input type=\"checkbox\" class=\"ap-check\">\n          <div>\n            <strong>Umbrella insurance considered<\/strong>\n            <small>If they own a home, have savings, or higher liability risk.<\/small>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Financial Prep -->\n      <div class=\"ap-group finance\">\n        <h3>Financial Preparation<\/h3>\n\n        <div class=\"ap-item\">\n          <input type=\"checkbox\" class=\"ap-check\">\n          <div>\n            <strong>Emergency fund started (for deductibles)<\/strong>\n          <\/div>\n        <\/div>\n\n        <div class=\"ap-item\">\n          <input type=\"checkbox\" class=\"ap-check\">\n          <div>\n            <strong>Using discounts &#038; subsidies<\/strong>\n            <small>Medicaid\/ACA\/employer help explored where eligible.<\/small>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Ongoing -->\n      <div class=\"ap-group ongoing\">\n        <h3>Ongoing Habits<\/h3>\n\n        <div class=\"ap-item\">\n          <input type=\"checkbox\" class=\"ap-check\">\n          <div>\n            <strong>Policies reviewed yearly<\/strong>\n          <\/div>\n        <\/div>\n\n        <div class=\"ap-item\">\n          <input type=\"checkbox\" class=\"ap-check\">\n          <div>\n            <strong>Knows how to file a claim<\/strong>\n          <\/div>\n        <\/div>\n\n        <div class=\"ap-item\">\n          <input type=\"checkbox\" class=\"ap-check\">\n          <div>\n            <strong>Avoids coverage lapses<\/strong>\n          <\/div>\n        <\/div>\n\n        <div class=\"ap-item\">\n          <input type=\"checkbox\" class=\"ap-check\">\n          <div>\n            <strong>Asks questions when unsure<\/strong>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <!-- Progress -->\n      <div class=\"ap-progress-wrap\">\n        <div><strong>Your Progress<\/strong><\/div>\n        <div id=\"apProgressText\">0 of 12 completed<\/div>\n        <div class=\"ap-progress-bar\">\n          <div class=\"ap-progress-fill\" id=\"apProgressFill\"><\/div>\n        <\/div>\n        <div class=\"ap-note\">\n          This tool supports coaching conversations. It does not replace licensed advice.\n        <\/div>\n      <\/div>\n\n      <div class=\"ap-final\">\n        <strong>Big picture:<\/strong> Cover the major risks first (health, liability, income, dependents),\n        then refine as their situation and budget allow.\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Footer -->\n  <footer>\n    <div>Educational resource. Not legal, tax, or individual insurance advice.<\/div>\n    <div>Use this as a starting point, then meet with a licensed local insurance agent to review your needs.<\/div>\n  <\/footer>\n<\/div>\n\n<script>\n  \/\/ === Tab switching + nav progress ===\n  const tabButtons = document.querySelectorAll('.tab-btn');\n  const sections = document.querySelectorAll('.tab-section');\n  const navProgress = document.getElementById('navProgress');\n\n  function setActiveTab(tab) {\n    tabButtons.forEach(btn => {\n      btn.classList.toggle('active', btn.dataset.tab === tab);\n    });\n    sections.forEach(sec => {\n      sec.classList.toggle('active', sec.id === 'tab-' + tab);\n    });\n\n    const index = Array.from(tabButtons).findIndex(btn => btn.dataset.tab === tab);\n    const pct = ((index + 1) \/ tabButtons.length) * 100;\n    navProgress.style.width = pct + '%';\n  }\n\n  tabButtons.forEach(btn => {\n    btn.addEventListener('click', () => setActiveTab(btn.dataset.tab));\n  });\n\n  \/\/ === Understanding Your Costs (Key Terms) ===\n  function formatMoney(x) {\n    return \"$\" + x.toLocaleString(undefined, { maximumFractionDigits: 0 });\n  }\n\n  function calculateCosts() {\n    const monthly = parseFloat(document.getElementById('monthlyPremium').value) || 0;\n    const ded = parseFloat(document.getElementById('deductible').value) || 0;\n    const claim = parseFloat(document.getElementById('claimAmount').value) || 0;\n\n    const annualPremium = monthly * 12;\n    const youPayDeductible = Math.min(ded, claim);\n    const insurancePays = Math.max(claim - youPayDeductible, 0);\n    const totalCost = annualPremium + youPayDeductible;\n\n    document.getElementById('annualPremium').textContent = formatMoney(annualPremium);\n    document.getElementById('youPay').textContent = formatMoney(youPayDeductible);\n    document.getElementById('insurancePays').textContent = formatMoney(insurancePays);\n    document.getElementById('totalCost').textContent = formatMoney(totalCost);\n  }\n\n  const calcBtn = document.getElementById('calcBtn');\n  if (calcBtn) {\n    calcBtn.addEventListener('click', calculateCosts);\n    calculateCosts();\n  }\n\n  \/\/ === Monthly Insurance Budget Estimator (Overview) ===\n  function formatMoneyNoDecimals(x) {\n    return \"$\" + x.toLocaleString(undefined, { maximumFractionDigits: 0 });\n  }\n\n  function getBaseBudgetRange(age, family, home) {\n    let low = 0.05, high = 0.08;\n\n    if (age === \"18-29\") {\n      if (family === \"single\") { low = 0.04; high = 0.06; }\n      else if (family === \"couple\") { low = 0.05; high = 0.07; }\n      else { low = 0.06; high = 0.08; }\n    } else if (age === \"30-44\") {\n      if (family === \"single\") { low = 0.05; high = 0.07; }\n      else if (family === \"couple\") { low = 0.06; high = 0.08; }\n      else { low = 0.07; high = 0.10; }\n    } else if (age === \"45-64\") {\n      if (family === \"single\") { low = 0.06; high = 0.08; }\n      else if (family === \"couple\") { low = 0.07; high = 0.10; }\n      else { low = 0.08; high = 0.12; }\n    } else if (age === \"65+\") {\n      if (family === \"single\") { low = 0.08; high = 0.12; }\n      else if (family === \"couple\") { low = 0.09; high = 0.13; }\n      else { low = 0.10; high = 0.15; }\n    }\n\n    if (home === \"homeowner\") {\n      low += 0.01;\n      high += 0.01;\n    } else if (home === \"renter\") {\n      low += 0.005;\n      high += 0.005;\n    }\n\n    low = Math.max(0.03, Math.min(low, 0.15));\n    high = Math.max(low + 0.01, Math.min(high, 0.18));\n\n    return { low, high };\n  }\n\n  function estimateBudget() {\n    const income = parseFloat(document.getElementById(\"budgetIncome\").value) || 0;\n    const family = document.getElementById(\"budgetFamily\").value;\n    const home = document.getElementById(\"budgetHome\").value;\n    const age = document.getElementById(\"budgetAge\").value;\n\n    const rangeEl = document.getElementById(\"budgetRange\");\n    const hEl = document.getElementById(\"bHealth\");\n    const aEl = document.getElementById(\"bAuto\");\n    const homeEl = document.getElementById(\"bHome\");\n    const lifeEl = document.getElementById(\"bLife\");\n    const disEl = document.getElementById(\"bDisability\");\n    const otherEl = document.getElementById(\"bOther\");\n\n    if (!income || income <= 0) {\n      rangeEl.textContent = \"Enter income to see an estimate\";\n      hEl.textContent = aEl.textContent = homeEl.textContent =\n        lifeEl.textContent = disEl.textContent = otherEl.textContent = \"$0\";\n      return;\n    }\n\n    const { low, high } = getBaseBudgetRange(age, family, home);\n    const monthlyLow = income * low;\n    const monthlyHigh = income * high;\n    const mid = (monthlyLow + monthlyHigh) \/ 2;\n\n    rangeEl.textContent =\n      formatMoneyNoDecimals(monthlyLow) + \" \u2013 \" + formatMoneyNoDecimals(monthlyHigh);\n\n    \/\/ base weights\n    let wHealth = 0.45;\n    let wAuto = 0.20;\n    let wHome = (home === \"homeowner\") ? 0.15 : 0.10;\n    let wLife = (family === \"family\" || family === \"couple\") ? 0.12 : 0.04;\n    let wDis = 0.06;\n    let wOther = 0.03;\n\n    \/\/ adjust by age\n    if (age === \"18-29\") {\n      wLife *= 0.5;\n      wHealth -= 0.05;\n      wOther += 0.02;\n    } else if (age === \"30-44\") {\n      if (family === \"family\" || family === \"couple\") {\n        wLife += 0.03;\n        wDis += 0.02;\n      }\n    } else if (age === \"45-64\") {\n      wHealth += 0.03;\n      wLife += 0.02;\n    } else if (age === \"65+\") {\n      wHealth = 0.55;\n      wLife = 0.02;\n      wDis = 0.05;\n      wAuto -= 0.03;\n    }\n\n    \/\/ normalize\n    const totalW = wHealth + wAuto + wHome + wLife + wDis + wOther;\n    wHealth \/= totalW;\n    wAuto \/= totalW;\n    wHome \/= totalW;\n    wLife \/= totalW;\n    wDis \/= totalW;\n    wOther \/= totalW;\n\n    const healthAmt = mid * wHealth;\n    const autoAmt = mid * wAuto;\n    const homeAmt = mid * wHome;\n    const lifeAmt = mid * wLife;\n    const disAmt = mid * wDis;\n    const otherAmt = mid * wOther;\n\n    hEl.textContent = formatMoneyNoDecimals(healthAmt);\n    aEl.textContent = formatMoneyNoDecimals(autoAmt);\n    homeEl.textContent = formatMoneyNoDecimals(homeAmt);\n    lifeEl.textContent = formatMoneyNoDecimals(lifeAmt);\n    disEl.textContent = formatMoneyNoDecimals(disAmt);\n    otherEl.textContent = formatMoneyNoDecimals(otherAmt);\n  }\n\n  const budgetBtn = document.getElementById(\"budgetBtn\");\n  if (budgetBtn) {\n    budgetBtn.addEventListener(\"click\", estimateBudget);\n    estimateBudget();\n  }\n\n  \/\/ === Action Plan progress ===\n  const apChecks = document.querySelectorAll('.ap-check');\n  const apFill = document.getElementById('apProgressFill');\n  const apText = document.getElementById('apProgressText');\n  const totalTasks = apChecks.length;\n\n  function updateApProgress() {\n    const done = Array.from(apChecks).filter(c => c.checked).length;\n    const pct = totalTasks ? (done \/ totalTasks) * 100 : 0;\n    apFill.style.width = pct + '%';\n    apText.textContent = done + \" of \" + totalTasks + \" completed\";\n  }\n\n  apChecks.forEach(c => c.addEventListener('change', updateApProgress));\n  updateApProgress();\n\n  \/\/ init default tab\n  setActiveTab('overview');\n<\/script>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Your Complete Guide to Smart Insurance Protection Everything you need to protect your family financially while keeping costs manageable &#8211;<span class=\"more-dots\">&#8230;<\/span><\/p>\n","protected":false},"author":21,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-4638","page","type-page","status-publish","hentry","no-post-thumbnail"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"post-thumbnail":false,"exs-square":false,"exs-square-half":false,"portfolio_item-thumbnail":false,"portfolio_item-thumbnail@2x":false,"portfolio_item-masonry":false,"portfolio_item-masonry@2x":false,"portfolio_item-thumbnail_cinema":false,"portfolio_item-thumbnail_portrait":false,"portfolio_item-thumbnail_portrait@2x":false,"portfolio_item-thumbnail_square":false},"uagb_author_info":{"display_name":"Brendan Singer","author_link":"https:\/\/empowerupstudents.com\/index.php\/author\/brendan\/"},"uagb_comment_info":0,"uagb_excerpt":"Your Complete Guide to Smart Insurance Protection Everything you need to protect your family financially while keeping costs manageable &#8211;...","jetpack_sharing_enabled":true,"featured_media_urls":[],"_links":{"self":[{"href":"https:\/\/empowerupstudents.com\/index.php\/wp-json\/wp\/v2\/pages\/4638","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/empowerupstudents.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/empowerupstudents.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/empowerupstudents.com\/index.php\/wp-json\/wp\/v2\/users\/21"}],"replies":[{"embeddable":true,"href":"https:\/\/empowerupstudents.com\/index.php\/wp-json\/wp\/v2\/comments?post=4638"}],"version-history":[{"count":3,"href":"https:\/\/empowerupstudents.com\/index.php\/wp-json\/wp\/v2\/pages\/4638\/revisions"}],"predecessor-version":[{"id":4641,"href":"https:\/\/empowerupstudents.com\/index.php\/wp-json\/wp\/v2\/pages\/4638\/revisions\/4641"}],"wp:attachment":[{"href":"https:\/\/empowerupstudents.com\/index.php\/wp-json\/wp\/v2\/media?parent=4638"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}