{"id":922,"date":"2026-02-25T13:54:28","date_gmt":"2026-02-25T13:54:28","guid":{"rendered":"https:\/\/qualicare.com\/sanfrancisco-bay-ca\/?page_id=922"},"modified":"2026-03-17T18:41:32","modified_gmt":"2026-03-17T18:41:32","slug":"qualicare-links-360","status":"publish","type":"page","link":"https:\/\/qualicare.com\/sanfrancisco-bay-ca\/qualicare-links-360\/","title":{"rendered":"CareLink360"},"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.0\" \/>\n  <title>Qualicare Links 360\u2122<\/title>\n  <style>\n    :root {\n      --navy:    #1b5187;\n      --sky:     #9ccff0;\n      --sky-pale:#e8f4fb;\n      --red:     #ab0002;\n      --white:   #ffffff;\n      --off:     #f7f9fc;\n      --muted:   #4a5568;\n      --font:    Helvetica Neue, Helvetica, etica, Arial;\n      --radius:  14px;\n      --trans:   0.3s cubic-bezier(0.4,0,0.2,1);\n    }\n\n    * { box-sizing: border-box; margin: 0; padding: 0; }\n\n    \/* \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\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    #cl360-hero {\n      background: var(--off);\n      padding: 100px 24px 90px;\n      position: relative;\n      overflow: visible;\n      text-align: center;\n      border-bottom: 1px solid rgba(27,81,135,0.07);\n      width: 100vw;\n      margin-left: calc(-50vw + 50%);\n      box-sizing: border-box;\n    }\n\n    #cl360-hero::before {\n      content: '';\n      position: absolute; inset: 0;\n      background:\n        radial-gradient(ellipse at 25% 0%, rgba(156,207,240,0.14) 0%, transparent 55%),\n        radial-gradient(ellipse at 75% 100%, rgba(27,81,135,0.06) 0%, transparent 50%);\n      pointer-events: none;\n    }\n\n    .cl360-hero-inner { position: relative; max-width: 820px; margin: 0 auto; }\n\n    .cl360-hero-badge {\n      display: inline-flex; align-items: center; gap: 8px;\n      background: rgba(27,81,135,0.06);\n      border: 1px solid rgba(27,81,135,0.15);\n      color: var(--navy) !important;\n      font-size: 11px; font-weight: 700;\n      letter-spacing: 0.18em; text-transform: uppercase;\n      padding: 8px 18px; border-radius: 100px;\n      margin-bottom: 28px;\n    }\n\n    .cl360-hero-badge::before {\n      content: ''; width: 7px; height: 7px;\n      background: var(--red); border-radius: 50%;\n      animation: pulse 2s infinite;\n    }\n\n    @keyframes pulse {\n      0%,100% { opacity: 1; transform: scale(1); }\n      50%      { opacity: 0.4; transform: scale(1.4); }\n    }\n\n    #cl360-hero h1 {\n      font-family: var(--font);\n      font-size: clamp(30px, 5vw, 58px);\n      font-weight: 800;\n      color: var(--navy) !important;\n      line-height: 1.1;\n      margin-bottom: 22px;\n      letter-spacing: -0.02em;\n    }\n\n    #cl360-hero h1 span { color: var(--red) !important; }\n\n    .cl360-hero-sub {\n      font-size: clamp(16px, 2vw, 20px);\n      color: var(--navy) !important;\n      font-weight: 600;\n      letter-spacing: 0.04em;\n      margin-bottom: 16px;\n    }\n\n    .cl360-hero-body {\n      font-size: clamp(15px, 1.6vw, 17px);\n      color: var(--muted) !important;\n      line-height: 1.7;\n      max-width: 640px;\n      margin: 0 auto 40px;\n    }\n\n    .cl360-hero-btns {\n      display: flex; gap: 14px;\n      justify-content: center; flex-wrap: wrap;\n    }\n\n    .cl360-btn-primary {\n      display: inline-flex; align-items: center;\n      background: var(--red) !important;\n      text-decoration: none; border-radius: 8px;\n      transition: transform var(--trans), box-shadow var(--trans);\n      border: none !important;\n      padding: 0 !important;\n    }\n    .cl360-btn-primary .connect {\n      font-family: var(--font); font-size: 14px; font-weight: 700;\n      padding: 15px 30px; border-radius: 8px; border: none; cursor: pointer;\n      background: var(--red) !important;\n      color: #ffffff !important;\n    }\n    .cl360-btn-primary:hover {\n      transform: translateY(-2px);\n      box-shadow: 0 8px 24px rgba(171,0,2,0.4);\n      background: #8e0001 !important;\n    }\n    .cl360-btn-primary:hover .connect {\n      background: #8e0001 !important;\n    }\n\n    .cl360-btn-ghost {\n      display: inline-flex; align-items: center;\n      background: transparent; color: var(--navy) !important;\n      font-family: var(--font); font-size: 14px; font-weight: 700;\n      padding: 14px 28px; border-radius: 8px;\n      border: 2px solid rgba(27,81,135,0.3);\n      text-decoration: none; cursor: pointer;\n      transition: border-color var(--trans), background var(--trans), transform var(--trans);\n    }\n    .cl360-btn-ghost:hover {\n      border-color: var(--navy);\n      background: rgba(27,81,135,0.05);\n      transform: translateY(-2px);\n    }\n\n    \/* Floating badges *\/\n    .cl360-hero-badges {\n      display: flex; gap: 12px;\n      justify-content: center; flex-wrap: wrap;\n      margin-top: 48px;\n    }\n\n    .cl360-float-badge {\n      display: flex; align-items: center; gap: 8px;\n      background: var(--white);\n      border: 1px solid rgba(27,81,135,0.12);\n      color: var(--navy) !important;\n      font-size: 13px; font-weight: 600;\n      padding: 10px 18px; border-radius: 100px;\n      box-shadow: 0 2px 10px rgba(27,81,135,0.08);\n    }\n\n    .cl360-float-badge svg { width: 16px; height: 16px; flex-shrink: 0; }\n\n    \/* \u2500\u2500 SECTION SHARED \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    .cl360-section {\n      padding: 80px 24px;\n      width: 100vw;\n      margin-left: calc(-50vw + 50%);\n      box-sizing: border-box;\n    }\n\n    #cl360-hero,\n    .cl360-section,\n    .cl360-section--alt,\n    #cl360-cta {\n      position: relative;\n      width: 100vw !important;\n      max-width: 100vw !important;\n      margin-left: calc(-50vw + 50%) !important;\n      margin-right: calc(-50vw + 50%) !important;\n      box-sizing: border-box !important;\n      left: 0 !important;\n    }\n    .cl360-section--dark { background: var(--white); }\n\n    .cl360-container { max-width: 1060px; margin: 0 auto; }\n\n    .cl360-label {\n      display: inline-block;\n      font-size: 11px; font-weight: 700;\n      letter-spacing: 0.18em; text-transform: uppercase;\n      color: var(--red);\n      background: rgba(171,0,2,0.07);\n      padding: 6px 14px; border-radius: 100px;\n      margin-bottom: 16px;\n    }\n\n    .cl360-label--light {\n      color: var(--red) !important;\n      background: rgba(171,0,2,0.07);\n    }\n\n    .cl360-h2 {\n      font-family: var(--font);\n      font-size: clamp(26px, 3.5vw, 42px);\n      font-weight: 800; line-height: 1.15;\n      color: var(--navy) !important;\n      margin-bottom: 16px;\n      letter-spacing: -0.02em;\n    }\n\n    .cl360-h2--white { color: var(--navy) !important; }\n\n    .cl360-lead {\n      font-size: clamp(15px, 1.6vw, 17px);\n      line-height: 1.7; color: var(--muted) !important;\n      max-width: 600px;\n    }\n\n    .cl360-lead--white { color: var(--muted) !important; }\n\n    .cl360-rule {\n      width: 48px; height: 3px;\n      background: var(--red); border: none; border-radius: 2px;\n      margin: 20px 0 0;\n    }\n\n    \/* \u2500\u2500 INTRO PHOTO STRIP \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    .cl360-photo-strip {\n      width: 100%;\n      margin-bottom: 0;\n      position: relative;\n      overflow: hidden;\n      height: 320px;\n    }\n\n    .cl360-photo-strip img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      object-position: center 40%;\n      display: block;\n    }\n\n    .cl360-photo-strip::after {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background: linear-gradient(to bottom, rgba(247,249,252,1) 0%, transparent 18%, transparent 80%, rgba(247,249,252,1) 100%);\n    }\n\n    \/* \u2500\u2500 SECTION 1: FIVE PILLARS \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    .cl360-pillars {\n      display: grid;\n      grid-template-columns: repeat(5, 1fr);\n      gap: 16px;\n      margin-top: 52px;\n    }\n\n    .cl360-pillar {\n      background: var(--white);\n      border: 1px solid rgba(27,81,135,0.08);\n      border-radius: var(--radius);\n      padding: 32px 20px 28px;\n      text-align: center;\n      cursor: default;\n      transition: transform var(--trans), box-shadow var(--trans), border-color var(--trans);\n      position: relative; overflow: hidden;\n    }\n\n    .cl360-pillar::before {\n      content: '';\n      position: absolute; top: 0; left: 0; right: 0;\n      height: 4px; background: var(--sky);\n      transform: scaleX(0); transform-origin: left;\n      transition: transform var(--trans);\n    }\n\n    .cl360-pillar:hover { transform: translateY(-6px); box-shadow: 0 12px 32px rgba(27,81,135,0.14); border-color: var(--sky); }\n    .cl360-pillar:hover::before { transform: scaleX(1); }\n\n    .cl360-pillar__icon {\n      width: 60px; height: 60px;\n      margin: 0 auto 18px;\n      display: flex; align-items: center; justify-content: center;\n      border-radius: 16px;\n      background: var(--sky-pale);\n      transition: transform var(--trans), background var(--trans);\n    }\n    .cl360-pillar:hover .cl360-pillar__icon { background: rgba(27,81,135,0.1); }\n    .cl360-pillar__icon svg { width: 28px; height: 28px; }\n    .cl360-pillar:hover .cl360-pillar__icon { transform: scale(1.15); }\n\n    .cl360-pillar__title {\n      font-size: 14px; font-weight: 700;\n      color: var(--navy) !important; margin-bottom: 10px;\n    }\n\n    .cl360-pillar__desc {\n      font-size: 13px; line-height: 1.6;\n      color: var(--muted) !important;\n      opacity: 0;\n      max-height: 0; overflow: hidden;\n      transition: opacity var(--trans), max-height var(--trans);\n    }\n\n    .cl360-pillar:hover .cl360-pillar__desc { opacity: 1; max-height: 80px; }\n\n    \/* \u2500\u2500 DIFFERENTIATION BLOCK WITH PHOTO \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    .cl360-differentiation {\n      margin-top: 52px;\n      border-radius: var(--radius);\n      overflow: hidden;\n      display: grid;\n      grid-template-columns: 1fr 360px;\n      min-height: 280px;\n    }\n\n    .cl360-differentiation__content {\n      background: var(--navy);\n      padding: 40px 48px;\n      display: flex;\n      flex-direction: column;\n      justify-content: center;\n      gap: 28px;\n    }\n\n    .cl360-differentiation__quote {\n      font-size: clamp(16px, 1.8vw, 22px);\n      font-weight: 300; font-style: italic;\n      color: var(--white) !important; line-height: 1.5;\n    }\n\n    .cl360-differentiation__quote strong {\n      font-weight: 800; font-style: normal;\n      color: var(--sky) !important;\n    }\n\n    .cl360-check-list {\n      list-style: none; display: flex; flex-direction: column; gap: 10px;\n    }\n\n    .cl360-check-list li {\n      display: flex; align-items: center; gap: 10px;\n      font-size: 15px; font-weight: 600;\n      color: var(--white) !important;\n    }\n\n    .cl360-check-list li::before {\n      content: '\u2714';\n      color: var(--sky) !important;\n      font-size: 13px; flex-shrink: 0;\n    }\n\n    \/* Photo panel for differentiation block *\/\n    .cl360-differentiation__photo {\n      position: relative;\n      overflow: hidden;\n    }\n\n    .cl360-differentiation__photo img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      object-position: center;\n      display: block;\n    }\n\n    .cl360-differentiation__photo::after {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background: linear-gradient(to right, rgba(27,81,135,0.4) 0%, transparent 50%);\n    }\n\n    \/* \u2500\u2500 SECTION 2: THE ECOSYSTEM \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    .cl360-ecosystem-intro { max-width: 720px; }\n\n    .cl360-ecosystem-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 24px;\n      margin-top: 52px;\n    }\n\n    .cl360-eco-card {\n      background: var(--white);\n      border: 1px solid rgba(27,81,135,0.09);\n      border-radius: var(--radius);\n      overflow: hidden;\n      position: relative;\n      transition: transform var(--trans), box-shadow var(--trans), border-color var(--trans);\n      cursor: default;\n    }\n\n    .cl360-eco-card::before {\n      content: '';\n      position: absolute; top: 0; left: 0; right: 0;\n      height: 4px;\n      background: var(--sky);\n      transform: scaleX(0); transform-origin: left;\n      transition: transform var(--trans);\n      z-index: 2;\n    }\n\n    .cl360-eco-card:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 14px 36px rgba(27,81,135,0.13);\n      border-color: rgba(156,207,240,0.5);\n    }\n\n    .cl360-eco-card:hover::before { transform: scaleX(1); }\n\n    .cl360-eco-card__photo {\n      position: relative;\n      height: 200px;\n      overflow: hidden;\n      background: #000;\n    }\n\n    .cl360-eco-card__photo img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      object-position: center;\n      display: block;\n      transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);\n    }\n\n    .cl360-eco-card:hover .cl360-eco-card__photo img {\n      transform: scale(1.06);\n    }\n\n    .cl360-eco-card__photo::after {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background: linear-gradient(to bottom, transparent 50%, rgba(27,81,135,0.35) 100%);\n      pointer-events: none;\n    }\n\n    \/* Badge floated over photo *\/\n    .cl360-eco-card__badge {\n      position: absolute;\n      bottom: 12px;\n      left: 16px;\n      z-index: 1;\n      display: inline-block;\n      font-size: 10px; font-weight: 700;\n      letter-spacing: 0.14em; text-transform: uppercase;\n      color: var(--navy) !important;\n      background: rgba(255,255,255,0.92);\n      border: 1px solid rgba(27,81,135,0.2);\n      padding: 4px 12px; border-radius: 100px;\n    }\n\n    .cl360-eco-card__body {\n      padding: 28px 28px 28px;\n    }\n\n    .cl360-eco-card__icon {\n      width: 48px; height: 48px;\n      background: var(--sky-pale);\n      border-radius: 14px;\n      display: flex; align-items: center; justify-content: center;\n      margin-bottom: 16px;\n      transition: background var(--trans), transform var(--trans);\n    }\n\n    .cl360-eco-card:hover .cl360-eco-card__icon {\n      background: rgba(27,81,135,0.1);\n      transform: scale(1.1);\n    }\n\n    .cl360-eco-card__icon svg { width: 24px; height: 24px; }\n\n    .cl360-eco-card__title {\n      font-size: 17px; font-weight: 800;\n      color: var(--navy) !important;\n      margin-bottom: 4px;\n      line-height: 1.3;\n    }\n\n    .cl360-eco-card__subtitle {\n      font-size: 12px; font-weight: 700;\n      color: var(--red) !important;\n      letter-spacing: 0.06em;\n      text-transform: uppercase;\n      margin-bottom: 12px;\n    }\n\n    .cl360-eco-card__desc {\n      font-size: 14px; line-height: 1.65;\n      color: var(--muted) !important;\n      max-height: 0;\n      overflow: hidden;\n      opacity: 0;\n      transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1), opacity 0.3s ease;\n    }\n\n    .cl360-eco-card:hover .cl360-eco-card__desc {\n      max-height: 140px;\n      opacity: 1;\n    }\n\n    .cl360-eco-card__teaser {\n      font-size: 14px; line-height: 1.65;\n      color: var(--muted) !important;\n    }\n\n    \/* Pillars integration banner *\/\n    .cl360-pillars-banner {\n      margin-top: 40px;\n      background: var(--navy);\n      border-radius: var(--radius);\n      padding: 36px 44px;\n      display: flex; gap: 36px; align-items: center;\n    }\n\n    .cl360-pillars-banner__text { flex: 1; }\n\n    .cl360-pillars-banner__text h3 {\n      font-size: clamp(17px, 2vw, 22px);\n      font-weight: 800;\n      color: var(--white) !important;\n      margin-bottom: 10px;\n      line-height: 1.3;\n    }\n\n    .cl360-pillars-banner__text p {\n      font-size: 14px; line-height: 1.6;\n      color: rgba(255,255,255,0.75) !important;\n    }\n\n    .cl360-pillars-banner__tags {\n      display: flex; flex-wrap: wrap; gap: 8px;\n      flex-shrink: 0;\n    }\n\n    .cl360-pillar-tag {\n      display: inline-flex; align-items: center; gap: 6px;\n      background: rgba(156,207,240,0.12);\n      border: 1px solid rgba(156,207,240,0.25);\n      color: var(--sky) !important;\n      font-size: 12px; font-weight: 700;\n      padding: 7px 14px; border-radius: 100px;\n    }\n\n    .cl360-pillar-tag::before { content: '\u2714'; font-size: 10px; }\n\n    \/* \u2500\u2500 SECTION 3: PEACE OF MIND \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    \/* Split layout: photo left, outcomes right *\/\n    .cl360-peace-layout {\n      display: grid;\n      grid-template-columns: 380px 1fr;\n      gap: 48px;\n      align-items: start;\n      margin-top: 52px;\n    }\n\n    .cl360-peace-photo {\n      position: relative;\n      border-radius: var(--radius);\n      overflow: hidden;\n      height: 480px;\n    }\n\n    .cl360-peace-photo img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      object-position: center top;\n      display: block;\n    }\n\n    \/* Floating stat card over photo *\/\n    .cl360-peace-stat {\n      position: absolute;\n      bottom: 24px;\n      left: 20px;\n      right: 20px;\n      background: rgba(27,81,135,0.92);\n      backdrop-filter: blur(8px);\n      border-radius: 10px;\n      padding: 16px 20px;\n      color: #fff;\n    }\n\n    .cl360-peace-stat__num {\n      font-size: 32px;\n      font-weight: 800;\n      color: var(--sky) !important;\n      line-height: 1;\n      margin-bottom: 4px;\n    }\n\n    .cl360-peace-stat__label {\n      font-size: 13px;\n      font-weight: 600;\n      color: rgba(255,255,255,0.85) !important;\n      line-height: 1.4;\n    }\n\n    .cl360-outcomes {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 18px;\n    }\n\n    .cl360-outcome {\n      background: var(--off);\n      border: 1px solid rgba(27,81,135,0.08);\n      border-radius: var(--radius);\n      padding: 28px 22px;\n      text-align: center;\n      transition: background var(--trans), transform var(--trans), box-shadow var(--trans);\n    }\n\n    .cl360-outcome:hover {\n      background: var(--sky-pale);\n      transform: translateY(-4px);\n      box-shadow: 0 8px 24px rgba(27,81,135,0.10);\n    }\n\n    .cl360-outcome__icon {\n      width: 52px; height: 52px;\n      margin: 0 auto 14px;\n      display: flex; align-items: center; justify-content: center;\n      border-radius: 50%;\n      background: var(--sky-pale);\n    }\n    .cl360-outcome__icon svg { width: 24px; height: 24px; }\n\n    .cl360-outcome__title {\n      font-size: 14px; font-weight: 700;\n      color: var(--navy) !important; margin-bottom: 8px;\n    }\n\n    .cl360-outcome__desc {\n      font-size: 13px; line-height: 1.6;\n      color: var(--muted) !important;\n    }\n\n    .cl360-result-banner {\n      margin-top: 40px;\n      background: var(--navy);\n      border-radius: var(--radius);\n      padding: 28px 36px;\n      display: flex; align-items: center; justify-content: space-between; gap: 24px;\n    }\n\n    .cl360-result-banner p {\n      font-size: clamp(16px, 2vw, 20px);\n      font-weight: 300; font-style: italic;\n      color: var(--white) !important; line-height: 1.5;\n    }\n\n    .cl360-result-banner p strong {\n      font-weight: 800; font-style: normal;\n      color: var(--sky) !important;\n    }\n\n    \/* \u2500\u2500 BOTTOM CTA \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\u2500\u2500\u2500\u2500 *\/\n    #cl360-cta {\n      position: relative;\n      padding: 100px 24px;\n      text-align: center;\n      width: 100vw;\n      margin-left: calc(-50vw + 50%);\n      box-sizing: border-box;\n      overflow: hidden;\n    }\n\n    #cl360-cta-bg {\n      position: absolute;\n      inset: 0;\n      background-image: url('https:\/\/qualicare.com\/sanfrancisco-bay-ca\/wp-content\/uploads\/sites\/3\/2026\/03\/Elements-Ideas-Eduarda-48.png');\n      background-size: cover;\n      background-position: center 60%;\n      z-index: 0;\n    }\n\n    #cl360-cta-bg::after {\n      content: '';\n      position: absolute;\n      inset: 0;\n      background: rgba(247,249,252,0.93);\n    }\n\n    #cl360-cta .cl360-container {\n      position: relative;\n      z-index: 1;\n    }\n\n    \/* \u2500\u2500 ANIMATIONS \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\u2500\u2500\u2500\u2500 *\/\n    .cl360-reveal {\n      opacity: 0;\n      transform: translateY(24px);\n      transition: opacity 0.6s ease, transform 0.6s ease;\n    }\n    .cl360-reveal.cl360-visible { opacity: 1; transform: none; }\n    .cl360-reveal:nth-child(2) { transition-delay: 0.1s; }\n    .cl360-reveal:nth-child(3) { transition-delay: 0.2s; }\n    .cl360-reveal:nth-child(4) { transition-delay: 0.3s; }\n    .cl360-reveal:nth-child(5) { transition-delay: 0.4s; }\n\n    \/* \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\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500 *\/\n    @media (max-width: 1000px) {\n      .cl360-differentiation { grid-template-columns: 1fr; }\n      .cl360-differentiation__photo { height: 260px; }\n      .cl360-differentiation__photo::after {\n        background: linear-gradient(to bottom, rgba(27,81,135,0.4) 0%, transparent 50%);\n      }\n      .cl360-peace-layout { grid-template-columns: 1fr; }\n      .cl360-peace-photo { height: 320px; }\n    }\n    @media (max-width: 900px) {\n      .cl360-pillars { grid-template-columns: repeat(3, 1fr); }\n      .cl360-outcomes { grid-template-columns: repeat(2, 1fr); }\n      .cl360-ecosystem-grid { grid-template-columns: 1fr; }\n      .cl360-pillars-banner { flex-direction: column; padding: 32px 28px; }\n      .cl360-differentiation__content { padding: 32px 28px; }\n    }\n    @media (max-width: 600px) {\n      .cl360-pillars { grid-template-columns: repeat(2, 1fr); }\n      .cl360-outcomes { grid-template-columns: 1fr 1fr; }\n      .cl360-result-banner { flex-direction: column; }\n      .cl360-hero-btns { flex-direction: column; align-items: center; }\n      #cl360-hero { padding: 72px 20px 64px; }\n      .cl360-photo-strip { height: 220px; }\n    }\n  <\/style>\n<\/head>\n<body>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     HERO\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section id=\"cl360-hero\">\n  <div class=\"cl360-hero-inner\">\n\n    <div class=\"cl360-hero-badge\">\n      <span>Introducing Qualicare Links 360\u2122<\/span>\n    <\/div>\n\n    <h1>The Most Advanced<br><span>Home Care &#038; Home Health<\/span><br>Agency in the Bay Area<\/h1>\n\n    <p class=\"cl360-hero-sub\">Proactive Care. Measurable Outcomes. Real-Time Wellness Monitoring.<\/p>\n\n    <p class=\"cl360-hero-body\">\n      Qualicare Links 360\u2122 is not a device. It is a framework \u2014 our Five Pillars of Wellness \u2014 with technology embedded at every level. Safety. Cognitive Health. Emotional Well-Being. Nutrition. Physical Health. We are not focused on maintaining the status quo. We are focused on measurable improvement and proactive care.\n    <\/p>\n\n    <div class=\"cl360-hero-btns\">\n      <a href=\"#\" class=\"button w-button cl360-btn-primary\" data-toggle=\"modal\" data-target=\"#des_2020_talk_popup\">\n        <button class=\"connect\">Schedule a Consultation<\/button>\n      <\/a>\n      <a href=\"#cl360-platform\" class=\"cl360-btn-ghost\">Learn About Qualicare Links 360\u2122<\/a>\n    <\/div>\n\n    <div class=\"cl360-hero-badges\">\n      <div class=\"cl360-float-badge\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1b5187\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><line x1=\"18\" y1=\"20\" x2=\"18\" y2=\"10\"\/><line x1=\"12\" y1=\"20\" x2=\"12\" y2=\"4\"\/><line x1=\"6\" y1=\"20\" x2=\"6\" y2=\"14\"\/><\/svg> Real-Time Monitoring<\/div>\n      <div class=\"cl360-float-badge\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1b5187\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"12\" cy=\"12\" r=\"3\"\/><path d=\"M12 2v3m0 14v3M2 12h3m14 0h3m-4.2-7.8-2.1 2.1M6.3 17.7l-2.1 2.1m0-15.6 2.1 2.1m9.3 9.3 2.1 2.1\"\/><\/svg> Predictive Analytics<\/div>\n      <div class=\"cl360-float-badge\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1b5187\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2\"\/><circle cx=\"9\" cy=\"7\" r=\"4\"\/><path d=\"M23 21v-2a4 4 0 0 0-3-3.87\"\/><path d=\"M16 3.13a4 4 0 0 1 0 7.75\"\/><\/svg> Family Connectivity<\/div>\n      <div class=\"cl360-float-badge\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1b5187\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\"\/><line x1=\"12\" y1=\"8\" x2=\"12\" y2=\"16\"\/><line x1=\"8\" y1=\"12\" x2=\"16\" y2=\"12\"\/><\/svg> Reduced Hospitalizations<\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECTION 1: FIVE PILLARS OF WELLNESS\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"cl360-section\" aria-labelledby=\"cl360-diff-title\" style=\"background: var(--off);\">\n  <div class=\"cl360-container\">\n\n    <div class=\"cl360-reveal\">\n      <span class=\"cl360-label\">What Makes Us Different<\/span>\n      <h2 class=\"cl360-h2\" id=\"cl360-diff-title\">The Qualicare Links 360\u2122<br>Five Pillars of Wellness<\/h2>\n      <p class=\"cl360-lead\">Our technology lives inside the framework \u2014 not alongside it. Each pillar is tracked, monitored, and measured. We don&#8217;t wait for decline to happen. We detect it early, intervene proactively, and prove the outcomes with data.<\/p>\n      <hr class=\"cl360-rule\"\/>\n    <\/div>\n\n    <div class=\"cl360-pillars\">\n\n      <div class=\"cl360-pillar cl360-reveal\">\n        <div class=\"cl360-pillar__icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1b5187\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\/><\/svg><\/div>\n        <p class=\"cl360-pillar__title\">Safety<\/p>\n        <p class=\"cl360-pillar__desc\">Real-time environmental monitoring and fall risk detection powered by Qualicare AbleCare keep your loved one safe at home \u2014 proactively, not reactively.<\/p>\n      <\/div>\n\n      <div class=\"cl360-pillar cl360-reveal\">\n        <div class=\"cl360-pillar__icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1b5187\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><ellipse cx=\"12\" cy=\"5\" rx=\"4\" ry=\"3\"\/><path d=\"M8 8c-3 1-5 3.5-5 6.5C3 18.6 7.1 21 12 21s9-2.4 9-6.5c0-3-2-5.5-5-6.5\"\/><path d=\"M9 13h6m-3-3v6\"\/><\/svg><\/div>\n        <p class=\"cl360-pillar__title\">Cognitive Health<\/p>\n        <p class=\"cl360-pillar__desc\">Qualicare Canary&#8217;s voice biomarker technology and Qualicare AI analytics identify early signs of cognitive change \u2014 from MCI signals to mood shifts \u2014 before they escalate.<\/p>\n      <\/div>\n\n      <div class=\"cl360-pillar cl360-reveal\">\n        <div class=\"cl360-pillar__icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1b5187\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z\"\/><\/svg><\/div>\n        <p class=\"cl360-pillar__title\">Emotional Well-Being<\/p>\n        <p class=\"cl360-pillar__desc\">Qualicare Links 360\u2122 connects families, reduces isolation, and enables daily emotional check-ins \u2014 turning compassion into measurable well-being data.<\/p>\n      <\/div>\n\n      <div class=\"cl360-pillar cl360-reveal\">\n        <div class=\"cl360-pillar__icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1b5187\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 2a3 3 0 0 0-3 3c0 1.7 1.3 3 3 3s3-1.3 3-3a3 3 0 0 0-3-3z\"\/><path d=\"M18.5 8C15.5 8 13 10 12 12c-1-2-3.5-4-6.5-4C3.5 8 2 10.5 2 13c0 5 4 9 10 9s10-4 10-9c0-2.5-1.5-5-3.5-5z\"\/><\/svg><\/div>\n        <p class=\"cl360-pillar__title\">Nutrition<\/p>\n        <p class=\"cl360-pillar__desc\">Meal planning support and nutritional monitoring embedded in the Links 360\u2122 Digital Health Companion ensure consistent nourishment and hydration tracking.<\/p>\n      <\/div>\n\n      <div class=\"cl360-pillar cl360-reveal\">\n        <div class=\"cl360-pillar__icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1b5187\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><circle cx=\"13\" cy=\"4\" r=\"1.5\"\/><path d=\"M9 8l2 5h4l2-5\"\/><path d=\"M7 20l3-5 2 2 3-5 2 4\"\/><path d=\"M5 12l2-2 2 2\"\/><\/svg><\/div>\n        <p class=\"cl360-pillar__title\">Physical Health<\/p>\n        <p class=\"cl360-pillar__desc\">Qualicare AbleCare measures grip strength and gait speed \u2014 proven aging indicators that predict hospitalization risk and trigger proactive clinical intervention.<\/p>\n      <\/div>\n\n    <\/div>\n\n    <!-- Differentiation block: text left, photo right -->\n    <div class=\"cl360-differentiation cl360-reveal\">\n      <div class=\"cl360-differentiation__content\">\n        <p class=\"cl360-differentiation__quote\">\n          &#8220;Our technology is not a feature.<br>\n          It is the <strong>Five Pillars of Wellness<\/strong> \u2014 tracked, measured, and proven to drive improvement across every dimension of your loved one&#8217;s health.&#8221;\n        <\/p>\n        <ul class=\"cl360-check-list\">\n          <li>Safety<\/li>\n          <li>Cognitive Health<\/li>\n          <li>Emotional Well-Being<\/li>\n          <li>Nutrition<\/li>\n          <li>Physical Health<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"cl360-differentiation__photo\">\n        <img decoding=\"async\"\n          src=\"https:\/\/qualicare.com\/sanfrancisco-bay-ca\/wp-content\/uploads\/sites\/3\/2026\/03\/Elements-Ideas-Eduarda-51.png\"\n          alt=\"Qualicare caregiver with senior client at home\"\n          loading=\"lazy\"\n        \/>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECTION 2: THE ECOSYSTEM\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"cl360-section cl360-section--alt\" id=\"cl360-platform\" aria-labelledby=\"cl360-platform-title\">\n  <div class=\"cl360-container\">\n\n    <div class=\"cl360-reveal cl360-ecosystem-intro\">\n      <span class=\"cl360-label\">Our Technology Ecosystem<\/span>\n      <h2 class=\"cl360-h2\" id=\"cl360-platform-title\">Four Integrated Modules.<br>One Holistic Health View.<\/h2>\n      <p class=\"cl360-lead\">Each of the four modules below is part of the Qualicare Links 360\u2122 Five Pillars of Wellness Framework \u2014 not a standalone product, but an integrated system that feeds a unified clinical picture. The goal is not to maintain. It is to measurably improve. <em>Hover each card to learn more.<\/em><\/p>\n      <hr class=\"cl360-rule\"\/>\n    <\/div>\n\n    <div class=\"cl360-ecosystem-grid cl360-reveal\">\n\n      <!-- Module 1: Qualicare Links 360 -->\n      <div class=\"cl360-eco-card\">\n        <div class=\"cl360-eco-card__photo\">\n          <img decoding=\"async\"\n            src=\"https:\/\/qualicare.com\/sanfrancisco-bay-ca\/wp-content\/uploads\/sites\/3\/2026\/03\/Elements-Ideas-Eduarda-58-e1773772485993.png\"\n            alt=\"Qualicare Links 360 Digital Health Companion\"\n            loading=\"lazy\"\n          \/>\n          <span class=\"cl360-eco-card__badge\">Module 1<\/span>\n        <\/div>\n        <div class=\"cl360-eco-card__body\">\n          <div class=\"cl360-eco-card__icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1b5187\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><rect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\"\/><path d=\"M8 21h8m-4-4v4\"\/><path d=\"M6 8h2l2 4 2-6 2 4h2\"\/><\/svg>\n          <\/div>\n          <p class=\"cl360-eco-card__title\">Qualicare Links 360\u2122<\/p>\n          <p class=\"cl360-eco-card__subtitle\">Digital Health Companion<\/p>\n          <p class=\"cl360-eco-card__teaser\">A 15-inch in-home touchscreen device providing always-on wellness monitoring and family connectivity.<\/p>\n          <p class=\"cl360-eco-card__desc\">Supports medication reminders, therapy reinforcement, hydration prompts, cognitive exercises, emotional check-ins, and family engagement. This is not just engagement \u2014 it is measurable oversight, embedded within the Five Pillars of Wellness Framework.<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- Module 2: Qualicare AI -->\n      <div class=\"cl360-eco-card\">\n        <div class=\"cl360-eco-card__photo\">\n          <img decoding=\"async\"\n            src=\"https:\/\/qualicare.com\/sanfrancisco-bay-ca\/wp-content\/uploads\/sites\/3\/2026\/03\/Elements-Ideas-Eduarda-59-e1773772542163.png\"\n            alt=\"Qualicare AI Predictive Analytics Platform\"\n            loading=\"lazy\"\n          \/>\n          <span class=\"cl360-eco-card__badge\">Module 2<\/span>\n        <\/div>\n        <div class=\"cl360-eco-card__body\">\n          <div class=\"cl360-eco-card__icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1b5187\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 2L2 7l10 5 10-5-10-5z\"\/><path d=\"M2 17l10 5 10-5\"\/><path d=\"M2 12l10 5 10-5\"\/><\/svg>\n          <\/div>\n          <p class=\"cl360-eco-card__title\">Qualicare AI<\/p>\n          <p class=\"cl360-eco-card__subtitle\">AI\/ML Predictive Analytics Platform<\/p>\n          <p class=\"cl360-eco-card__teaser\">Our neural network platform that analyzes multi-source client data to create a holistic health view.<\/p>\n          <p class=\"cl360-eco-card__desc\">Qualicare AI ingests data from all ecosystem modules \u2014 voice biomarkers, grip strength, gait speed, engagement patterns, and care logs \u2014 to identify risk trends, flag early decline, and enable care plan adjustments before a crisis occurs. We move from reactive to predictive care.<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- Module 3: Qualicare Canary -->\n      <div class=\"cl360-eco-card\">\n        <div class=\"cl360-eco-card__photo\">\n          <img decoding=\"async\"\n            src=\"https:\/\/qualicare.com\/sanfrancisco-bay-ca\/wp-content\/uploads\/sites\/3\/2026\/03\/Elements-Ideas-Eduarda-61-e1773772589874.png\"\n            alt=\"Qualicare Canary Voice AI\"\n            loading=\"lazy\"\n          \/>\n          <span class=\"cl360-eco-card__badge\">Module 3<\/span>\n        <\/div>\n        <div class=\"cl360-eco-card__body\">\n          <div class=\"cl360-eco-card__icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1b5187\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z\"\/><path d=\"M19 10v2a7 7 0 0 1-14 0v-2\"\/><line x1=\"12\" y1=\"19\" x2=\"12\" y2=\"23\"\/><line x1=\"8\" y1=\"23\" x2=\"16\" y2=\"23\"\/><\/svg>\n          <\/div>\n          <p class=\"cl360-eco-card__title\">Qualicare Canary<\/p>\n          <p class=\"cl360-eco-card__subtitle\">Voice AI \u2014 Powered by Canary Speech<\/p>\n          <p class=\"cl360-eco-card__teaser\">Patented voice biomarker technology that screens for mood and disease states using just 20 seconds of speech.<\/p>\n          <p class=\"cl360-eco-card__desc\">Integrated with Qualicare Links 360\u2122, Canary detects stress, anxiety, depression indicators, and Mild Cognitive Impairment (MCI) signals through natural conversation. This data flows directly into Qualicare AI for pattern analysis and early intervention \u2014 before decline accelerates.<\/p>\n        <\/div>\n      <\/div>\n\n      <!-- Module 4: Qualicare AbleCare -->\n      <div class=\"cl360-eco-card\">\n        <div class=\"cl360-eco-card__photo\">\n          <img decoding=\"async\"\n            src=\"https:\/\/qualicare.com\/sanfrancisco-bay-ca\/wp-content\/uploads\/sites\/3\/2026\/03\/Elements-Ideas-Eduarda-60-e1773772627761.png\"\n            alt=\"Qualicare AbleCare Grip Strength &#038; Gait Speed Monitoring\"\n            loading=\"lazy\"\n          \/>\n          <span class=\"cl360-eco-card__badge\">Module 4<\/span>\n        <\/div>\n        <div class=\"cl360-eco-card__body\">\n          <div class=\"cl360-eco-card__icon\">\n            <svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1b5187\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\/><\/svg>\n          <\/div>\n          <p class=\"cl360-eco-card__title\">Qualicare AbleCare<\/p>\n          <p class=\"cl360-eco-card__subtitle\">Grip Strength &#038; Gait Speed Monitoring<\/p>\n          <p class=\"cl360-eco-card__teaser\">Objective functional monitoring that predicts fall risk, hospitalization risk, and measurable outcomes.<\/p>\n          <p class=\"cl360-eco-card__desc\">Research shows declining grip strength correlates with increased mortality risk, and slower gait speed predicts fall risk and functional decline. Qualicare AbleCare converts these measurements into risk scores, trend alerts, and clinical flags \u2014 giving our team the data to intervene before hospitalization occurs. We don&#8217;t guess. We measure.<\/p>\n        <\/div>\n      <\/div>\n\n    <\/div>\n\n    <!-- Five Pillars integration banner -->\n    <div class=\"cl360-pillars-banner cl360-reveal\">\n      <div class=\"cl360-pillars-banner__text\">\n        <h3>Technology as Part of Our Wellness Plan<\/h3>\n        <p>Every module above is part of the Qualicare Links 360\u2122 Five Pillars of Wellness Framework. Technology is not bolted on \u2014 it is how each pillar is tracked, measured, and proven. Status quo is not the goal. Measurable improvement is.<\/p>\n      <\/div>\n      <div class=\"cl360-pillars-banner__tags\">\n        <span class=\"cl360-pillar-tag\">Safety<\/span>\n        <span class=\"cl360-pillar-tag\">Cognitive Health<\/span>\n        <span class=\"cl360-pillar-tag\">Emotional Well-Being<\/span>\n        <span class=\"cl360-pillar-tag\">Nutrition<\/span>\n        <span class=\"cl360-pillar-tag\">Physical Health<\/span>\n      <\/div>\n    <\/div>\n\n    <div style=\"text-align:center; margin-top:44px;\" class=\"cl360-reveal\">\n      <a href=\"#\" class=\"button w-button cl360-btn-primary\" data-toggle=\"modal\" data-target=\"#des_2020_talk_popup\">\n        <button class=\"connect\">Connect With A Care Expert<\/button>\n      <\/a>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     SECTION 3: PEACE OF MIND\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section class=\"cl360-section\" aria-labelledby=\"cl360-peace-title\" style=\"background: var(--off);\">\n  <div class=\"cl360-container\">\n\n    <div class=\"cl360-reveal\">\n      <span class=\"cl360-label\">For Families<\/span>\n      <h2 class=\"cl360-h2\" id=\"cl360-peace-title\">Peace of Mind,<br>Powered by Data<\/h2>\n      <p class=\"cl360-lead\">We don&#8217;t just deliver care. We improve conditions \u2014 and we prove it with data families can see in real time.<\/p>\n      <hr class=\"cl360-rule\"\/>\n    <\/div>\n\n    <!-- Split: photo left + outcomes right -->\n    <div class=\"cl360-peace-layout cl360-reveal\">\n\n      <div class=\"cl360-peace-photo\">\n        <!-- Warm intergenerational family moment -->\n        <img decoding=\"async\"\n          src=\"https:\/\/qualicare.com\/sanfrancisco-bay-ca\/wp-content\/uploads\/sites\/3\/2026\/03\/Elements-Ideas-Eduarda-49.png\"\n          alt=\"Qualicare caregiver and family connection\"\n          loading=\"lazy\"\n        \/>\n        <div class=\"cl360-peace-stat\">\n          <div class=\"cl360-peace-stat__num\">38%<\/div>\n          <div class=\"cl360-peace-stat__label\">Average reduction in unplanned hospitalizations among Qualicare Links 360\u2122 clients<\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"cl360-outcomes\">\n\n        <div class=\"cl360-outcome cl360-reveal\">\n          <div class=\"cl360-outcome__icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1b5187\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 12.55a11 11 0 0 1 14.08 0\"\/><path d=\"M1.42 9a16 16 0 0 1 21.16 0\"\/><path d=\"M8.53 16.11a6 6 0 0 1 6.95 0\"\/><circle cx=\"12\" cy=\"20\" r=\"1\" fill=\"#1b5187\"\/><\/svg><\/div>\n          <p class=\"cl360-outcome__title\">Real-Time Engagement<\/p>\n          <p class=\"cl360-outcome__desc\">Families stay connected to their loved one&#8217;s daily wellness status from anywhere.<\/p>\n        <\/div>\n\n        <div class=\"cl360-outcome cl360-reveal\">\n          <div class=\"cl360-outcome__icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1b5187\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2\"\/><rect x=\"8\" y=\"2\" width=\"8\" height=\"4\" rx=\"1\" ry=\"1\"\/><line x1=\"9\" y1=\"12\" x2=\"15\" y2=\"12\"\/><line x1=\"9\" y1=\"16\" x2=\"13\" y2=\"16\"\/><\/svg><\/div>\n          <p class=\"cl360-outcome__title\">Transparent Care Updates<\/p>\n          <p class=\"cl360-outcome__desc\">Clear, measurable care plans updated regularly so you always know what&#8217;s happening.<\/p>\n        <\/div>\n\n        <div class=\"cl360-outcome cl360-reveal\">\n          <div class=\"cl360-outcome__icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1b5187\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9\"\/><path d=\"M13.73 21a2 2 0 0 1-3.46 0\"\/><\/svg><\/div>\n          <p class=\"cl360-outcome__title\">Early Warning Alerts<\/p>\n          <p class=\"cl360-outcome__desc\">Automated alerts notify your care team the moment something changes \u2014 before it becomes a crisis.<\/p>\n        <\/div>\n\n        <div class=\"cl360-outcome cl360-reveal\">\n          <div class=\"cl360-outcome__icon\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"#1b5187\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"23 6 13.5 15.5 8.5 10.5 1 18\"\/><polyline points=\"17 6 23 6 23 12\"\/><\/svg><\/div>\n          <p class=\"cl360-outcome__title\">Measurable Wellness Trends<\/p>\n          <p class=\"cl360-outcome__desc\">Track progress across safety, cognition, nutrition, and physical health over time.<\/p>\n        <\/div>\n\n      <\/div>\n    <\/div>\n\n    <div class=\"cl360-result-banner cl360-reveal\">\n      <p><strong>Proactive interventions.<\/strong> Fewer hospitalizations. <strong>Better outcomes.<\/strong><br>That&#8217;s the Qualicare Links 360\u2122 difference.<\/p>\n      <a href=\"#\" class=\"button w-button cl360-btn-primary\" data-toggle=\"modal\" data-target=\"#des_2020_talk_popup\">\n        <button class=\"connect\">Connect With A Care Expert<\/button>\n      <\/a>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<!-- \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n     BOTTOM CTA\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 -->\n<section id=\"cl360-cta\">\n  <div id=\"cl360-cta-bg\"><\/div>\n  <div class=\"cl360-container\" style=\"text-align:center;\">\n    <span class=\"cl360-label\">Get Started<\/span>\n    <h2 class=\"cl360-h2\" style=\"margin: 16px auto 14px; max-width: 540px;\">Ready to Experience the Future of Home Care?<\/h2>\n    <p class=\"cl360-lead\" style=\"margin: 0 auto 36px;\">Talk to a Care Expert today and learn how the Qualicare Links 360\u2122 Five Pillars of Wellness Framework can be customized for your loved one&#8217;s needs.<\/p>\n    <a href=\"#\" class=\"button w-button cl360-btn-primary\" data-toggle=\"modal\" data-target=\"#des_2020_talk_popup\">\n      <button class=\"connect\">Schedule a Consultation<\/button>\n    <\/a>\n  <\/div>\n<\/section>\n\n<script>\n  const obs = new IntersectionObserver(entries => {\n    entries.forEach(e => { if (e.isIntersecting) { e.target.classList.add('cl360-visible'); obs.unobserve(e.target); } });\n  }, { threshold: 0.12 });\n  document.querySelectorAll('.cl360-reveal').forEach(el => obs.observe(el));\n<\/script>\n\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Qualicare Links 360\u2122 Introducing Qualicare Links 360\u2122 The Most AdvancedHome Care &#038; Home HealthAgency in the Bay Area Proactive Care. Measurable Outcomes. Real-Time Wellness Monitoring. Qualicare Links 360\u2122 is not a device. It is a framework \u2014 our Five Pillars of Wellness \u2014 with technology embedded at every level. Safety. Cognitive Health. Emotional Well-Being. Nutrition. [&hellip;]<\/p>\n","protected":false},"author":80,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_uag_custom_page_level_css":"","footnotes":""},"class_list":["post-922","page","type-page","status-publish","hentry"],"acf":[],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"bblackburn","author_link":"https:\/\/qualicare.com\/sanfrancisco-bay-ca\/author\/bblackburn\/"},"uagb_comment_info":0,"uagb_excerpt":"Qualicare Links 360\u2122 Introducing Qualicare Links 360\u2122 The Most AdvancedHome Care &#038; Home HealthAgency in the Bay Area Proactive Care. Measurable Outcomes. Real-Time Wellness Monitoring. Qualicare Links 360\u2122 is not a device. It is a framework \u2014 our Five Pillars of Wellness \u2014 with technology embedded at every level. Safety. Cognitive Health. Emotional Well-Being. Nutrition.&hellip;","_links":{"self":[{"href":"https:\/\/qualicare.com\/sanfrancisco-bay-ca\/wp-json\/wp\/v2\/pages\/922","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/qualicare.com\/sanfrancisco-bay-ca\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/qualicare.com\/sanfrancisco-bay-ca\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/qualicare.com\/sanfrancisco-bay-ca\/wp-json\/wp\/v2\/users\/80"}],"replies":[{"embeddable":true,"href":"https:\/\/qualicare.com\/sanfrancisco-bay-ca\/wp-json\/wp\/v2\/comments?post=922"}],"version-history":[{"count":0,"href":"https:\/\/qualicare.com\/sanfrancisco-bay-ca\/wp-json\/wp\/v2\/pages\/922\/revisions"}],"wp:attachment":[{"href":"https:\/\/qualicare.com\/sanfrancisco-bay-ca\/wp-json\/wp\/v2\/media?parent=922"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}