{"product_id":"care-individual-small-business","title":"Care+ Individual Small Business","description":"\u003c!--\n  ASMARINA — Care+ Individual Small Business Page\n --\u003e\n\n\u003cstyle\u003e\n.cp {\n  --navy:   #0D2B4E;\n  --blue:   #185FA5;\n  --teal:   #0E8C6A;\n  --teal-l: #E4F5F0;\n  --cream:  #F8F6F1;\n  --amber:  #F59E0B;\n  --text:   #1C2B3A;\n  --mid:    #4B5E6F;\n  --muted:  #94A3B8;\n  --border: #E2E8F0;\n  --white:  #ffffff;\n  font-family: -apple-system, 'Helvetica Neue', Arial, sans-serif;\n  color: var(--text);\n  line-height: 1.6;\n  overflow-x: hidden;\n}\n\n\/* ── HERO ── *\/\n.cp .cp-hero {\n  background: var(--navy);\n  padding: 80px 5vw 72px;\n  position: relative;\n  overflow: hidden;\n}\n.cp .cp-hero::before {\n  content: '';\n  position: absolute;\n  top: -120px; right: -120px;\n  width: 480px; height: 480px;\n  border-radius: 50%;\n  background: radial-gradient(circle, rgba(14,140,106,0.18) 0%, transparent 70%);\n  pointer-events: none;\n}\n.cp .cp-hero::after {\n  content: 'CARE+';\n  position: absolute;\n  bottom: -20px; right: 4vw;\n  font-size: clamp(80px, 12vw, 160px);\n  font-family: Georgia, 'Times New Roman', serif;\n  font-weight: 700;\n  color: rgba(255,255,255,0.04);\n  letter-spacing: -4px;\n  line-height: 1;\n  user-select: none;\n  pointer-events: none;\n}\n.cp .cp-hero-inner {\n  max-width: 680px;\n  position: relative;\n}\n.cp .cp-tag {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n  color: #6EE7B7;\n  margin-bottom: 24px;\n}\n.cp .cp-tag::before {\n  content: '';\n  display: block;\n  width: 24px; height: 2px;\n  background: #0E8C6A;\n}\n.cp .cp-hero h1 {\n  font-family: Georgia, 'Times New Roman', serif;\n  font-size: clamp(2.2rem, 5vw, 3.6rem);\n  font-weight: 700;\n  color: #fff;\n  line-height: 1.1;\n  letter-spacing: -0.03em;\n  margin: 0 0 20px;\n}\n.cp .cp-hero h1 em {\n  font-style: italic;\n  color: #6EE7B7;\n}\n.cp .cp-hero-lead {\n  font-size: clamp(15px, 2vw, 17px);\n  color: rgba(255,255,255,0.65);\n  max-width: 520px;\n  line-height: 1.7;\n  margin: 0 0 36px;\n}\n.cp .cp-hero-actions {\n  display: flex;\n  gap: 14px;\n  flex-wrap: wrap;\n  align-items: center;\n}\n.cp .cp-btn {\n  display: inline-block;\n  padding: 13px 28px;\n  border-radius: 6px;\n  font-size: 14px;\n  font-weight: 600;\n  text-decoration: none;\n  cursor: pointer;\n  border: none;\n  font-family: inherit;\n  transition: all 0.2s;\n  letter-spacing: 0.01em;\n}\n.cp .cp-btn-primary {\n  background: #0E8C6A;\n  color: #fff;\n}\n.cp .cp-btn-primary:hover { background: #0a7559; color: #fff; }\n.cp .cp-btn-ghost {\n  background: transparent;\n  color: rgba(255,255,255,0.75);\n  border: 1.5px solid rgba(255,255,255,0.25);\n}\n.cp .cp-btn-ghost:hover {\n  border-color: rgba(255,255,255,0.6);\n  color: #fff;\n}\n.cp .cp-hero-note {\n  font-size: 12px;\n  color: rgba(255,255,255,0.35);\n  margin-top: 16px;\n}\n\n\/* ── PROMISE STRIP ── *\/\n.cp .cp-strip {\n  background: #0E8C6A;\n  padding: 18px 5vw;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 40px;\n  flex-wrap: wrap;\n}\n.cp .cp-strip-item {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  font-size: 13px;\n  font-weight: 500;\n  color: rgba(255,255,255,0.9);\n  white-space: nowrap;\n}\n.cp .cp-strip-item svg {\n  width: 16px; height: 16px;\n  stroke: rgba(255,255,255,0.8);\n  fill: none;\n  stroke-width: 2.5;\n  flex-shrink: 0;\n}\n.cp .cp-strip-dot {\n  width: 4px; height: 4px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.35);\n}\n\n\/* ── INTRO ── *\/\n.cp .cp-intro {\n  background: var(--cream);\n  padding: 72px 5vw 64px;\n}\n.cp .cp-intro-inner {\n  max-width: 1100px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 64px;\n  align-items: center;\n}\n.cp .cp-eyebrow {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n  color: var(--teal);\n  margin-bottom: 12px;\n}\n.cp .cp-intro h2 {\n  font-family: Georgia, serif;\n  font-size: clamp(1.6rem, 3vw, 2.2rem);\n  font-weight: 700;\n  color: var(--navy);\n  line-height: 1.2;\n  letter-spacing: -0.02em;\n  margin: 0 0 20px;\n}\n.cp .cp-intro p {\n  font-size: 15.5px;\n  color: var(--mid);\n  line-height: 1.75;\n  margin: 0 0 16px;\n}\n.cp .cp-intro-right {\n  display: flex;\n  flex-direction: column;\n  gap: 20px;\n}\n.cp .cp-promise {\n  display: flex;\n  align-items: flex-start;\n  gap: 16px;\n  padding: 20px 22px;\n  background: var(--white);\n  border-radius: 10px;\n  border-left: 3px solid var(--teal);\n  box-shadow: 0 2px 12px rgba(13,43,78,0.06);\n}\n.cp .cp-promise-icon {\n  width: 38px; height: 38px;\n  border-radius: 9px;\n  background: var(--teal-l);\n  display: flex; align-items: center; justify-content: center;\n  flex-shrink: 0;\n}\n.cp .cp-promise-icon svg {\n  width: 18px; height: 18px;\n  stroke: var(--teal);\n  fill: none; stroke-width: 2;\n}\n.cp .cp-promise-title {\n  font-size: 14px;\n  font-weight: 700;\n  color: var(--navy);\n  margin-bottom: 4px;\n}\n.cp .cp-promise-desc {\n  font-size: 13px;\n  color: var(--mid);\n  line-height: 1.55;\n}\n\n\/* ── SERVICES ── *\/\n.cp .cp-services {\n  background: var(--white);\n  padding: 80px 5vw;\n}\n.cp .cp-services-inner { max-width: 1100px; margin: 0 auto; }\n.cp .cp-section-header {\n  display: flex;\n  align-items: flex-end;\n  justify-content: space-between;\n  margin-bottom: 52px;\n  gap: 24px;\n  flex-wrap: wrap;\n}\n.cp .cp-section-title {\n  font-family: Georgia, serif;\n  font-size: clamp(1.5rem, 3vw, 2rem);\n  font-weight: 700;\n  color: var(--navy);\n  letter-spacing: -0.02em;\n  margin: 6px 0 0;\n}\n.cp .cp-section-sub {\n  font-size: 14px;\n  color: var(--muted);\n  max-width: 380px;\n  line-height: 1.6;\n  text-align: right;\n}\n.cp .cp-service-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 2px;\n  background: var(--border);\n  border-radius: 14px;\n  overflow: hidden;\n  box-shadow: 0 4px 24px rgba(13,43,78,0.07);\n}\n.cp .cp-service-card {\n  background: var(--white);\n  padding: 32px 30px;\n  position: relative;\n  transition: background 0.2s;\n}\n.cp .cp-service-card:hover { background: #FAFCFF; }\n.cp .cp-service-card::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0;\n  width: 3px; height: 0;\n  background: var(--teal);\n  transition: height 0.3s ease;\n}\n.cp .cp-service-card:hover::before { height: 100%; }\n.cp .cp-service-num {\n  font-size: 10px;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  color: var(--muted);\n  text-transform: uppercase;\n  margin-bottom: 16px;\n  display: flex;\n  align-items: center;\n  gap: 8px;\n}\n.cp .cp-service-num::after {\n  content: '';\n  flex: 1;\n  height: 1px;\n  background: var(--border);\n  max-width: 40px;\n}\n.cp .cp-service-icon {\n  width: 46px; height: 46px;\n  border-radius: 12px;\n  background: var(--teal-l);\n  display: flex; align-items: center; justify-content: center;\n  margin-bottom: 16px;\n  transition: background 0.2s;\n}\n.cp .cp-service-card:hover .cp-service-icon { background: #C6EDE3; }\n.cp .cp-service-icon svg {\n  width: 22px; height: 22px;\n  stroke: var(--teal);\n  fill: none; stroke-width: 2;\n}\n.cp .cp-service-name {\n  font-size: 16px;\n  font-weight: 700;\n  color: var(--navy);\n  margin-bottom: 8px;\n  line-height: 1.3;\n}\n.cp .cp-service-desc {\n  font-size: 13.5px;\n  color: var(--mid);\n  line-height: 1.65;\n  margin-bottom: 14px;\n}\n.cp .cp-service-note {\n  font-size: 12px;\n  color: var(--teal);\n  font-weight: 500;\n}\n\n\/* ── PRICING ── *\/\n.cp .cp-pricing {\n  background: var(--cream);\n  padding: 80px 5vw;\n}\n.cp .cp-pricing-inner {\n  max-width: 860px;\n  margin: 0 auto;\n}\n.cp .cp-price-card {\n  background: var(--white);\n  border-radius: 16px;\n  overflow: hidden;\n  box-shadow: 0 8px 40px rgba(13,43,78,0.1);\n}\n.cp .cp-price-head {\n  background: var(--navy);\n  padding: 36px 40px 32px;\n  display: flex;\n  align-items: flex-start;\n  justify-content: space-between;\n  gap: 24px;\n  flex-wrap: wrap;\n}\n.cp .cp-price-label {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n  color: #6EE7B7;\n  margin-bottom: 10px;\n}\n.cp .cp-price-head h3 {\n  font-family: Georgia, serif;\n  font-size: clamp(1.5rem, 3vw, 2rem);\n  font-weight: 700;\n  color: #fff;\n  letter-spacing: -0.02em;\n  margin: 0 0 8px;\n}\n.cp .cp-price-head p {\n  font-size: 14px;\n  color: rgba(255,255,255,0.55);\n  max-width: 360px;\n  line-height: 1.6;\n}\n.cp .cp-price-right { text-align: right; }\n.cp .cp-price-amount {\n  font-size: 42px;\n  font-weight: 700;\n  color: #fff;\n  line-height: 1;\n}\n.cp .cp-price-amount sup {\n  font-size: 20px;\n  font-weight: 400;\n  vertical-align: super;\n}\n.cp .cp-price-amount sub {\n  font-size: 14px;\n  font-weight: 400;\n  color: rgba(255,255,255,0.5);\n  vertical-align: baseline;\n}\n.cp .cp-price-note {\n  font-size: 12px;\n  color: rgba(255,255,255,0.4);\n  margin-top: 6px;\n}\n.cp .cp-price-body {\n  padding: 36px 40px 40px;\n}\n.cp .cp-includes-title {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n  color: var(--muted);\n  margin-bottom: 20px;\n}\n.cp .cp-includes {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n  gap: 12px;\n  margin-bottom: 28px;\n}\n.cp .cp-include-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 10px;\n  font-size: 14px;\n  color: var(--text);\n  padding: 12px 14px;\n  background: var(--cream);\n  border-radius: 8px;\n}\n.cp .cp-include-item svg {\n  width: 16px; height: 16px;\n  stroke: var(--teal);\n  fill: none; stroke-width: 2.5;\n  flex-shrink: 0;\n  margin-top: 1px;\n}\n.cp .cp-addons-title {\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n  color: var(--amber);\n  margin: 24px 0 14px;\n  padding-top: 24px;\n  border-top: 1px solid var(--border);\n}\n.cp .cp-addons {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-bottom: 32px;\n}\n.cp .cp-addon-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: #FFFBEB;\n  border: 1px solid #FDE68A;\n  color: #92400E;\n  font-size: 12.5px;\n  font-weight: 500;\n  padding: 6px 12px;\n  border-radius: 20px;\n}\n.cp .cp-addon-pill svg {\n  width: 12px; height: 12px;\n  stroke: #F59E0B;\n  fill: none; stroke-width: 2;\n}\n.cp .cp-price-cta {\n  display: flex;\n  gap: 14px;\n  flex-wrap: wrap;\n  align-items: center;\n  padding-top: 4px;\n}\n.cp .cp-btn-teal {\n  background: var(--teal);\n  color: #fff;\n  padding: 14px 32px;\n  border-radius: 8px;\n  font-size: 15px;\n  font-weight: 600;\n  border: none;\n  cursor: pointer;\n  font-family: inherit;\n  text-decoration: none;\n  display: inline-block;\n  transition: background 0.2s;\n}\n.cp .cp-btn-teal:hover { background: #0a7559; color: #fff; }\n.cp .cp-btn-outline {\n  background: transparent;\n  color: var(--navy);\n  padding: 13px 24px;\n  border-radius: 8px;\n  font-size: 14px;\n  font-weight: 600;\n  border: 1.5px solid var(--border);\n  cursor: pointer;\n  font-family: inherit;\n  text-decoration: none;\n  display: inline-block;\n  transition: border-color 0.2s;\n}\n.cp .cp-btn-outline:hover { border-color: var(--navy); color: var(--navy); }\n.cp .cp-price-cta-note {\n  font-size: 12px;\n  color: var(--muted);\n}\n\n\/* ── HOW IT WORKS ── *\/\n.cp .cp-how {\n  background: var(--navy);\n  padding: 80px 5vw;\n}\n.cp .cp-how-inner { max-width: 1100px; margin: 0 auto; }\n.cp .cp-how h2 {\n  font-family: Georgia, serif;\n  font-size: clamp(1.5rem, 3vw, 2rem);\n  font-weight: 700;\n  color: #fff;\n  letter-spacing: -0.02em;\n  margin: 8px 0 48px;\n}\n.cp .cp-steps {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 0;\n  position: relative;\n}\n.cp .cp-steps::before {\n  content: '';\n  position: absolute;\n  top: 28px; left: 0; right: 0;\n  height: 1px;\n  background: rgba(255,255,255,0.08);\n}\n.cp .cp-step {\n  padding: 0 28px 0 0;\n  position: relative;\n}\n.cp .cp-step-num {\n  width: 56px; height: 56px;\n  border-radius: 50%;\n  border: 2px solid rgba(255,255,255,0.15);\n  display: flex; align-items: center; justify-content: center;\n  font-size: 18px;\n  font-weight: 700;\n  color: #6EE7B7;\n  margin-bottom: 20px;\n  background: var(--navy);\n  position: relative;\n  z-index: 1;\n  transition: border-color 0.2s, background 0.2s;\n}\n.cp .cp-step:hover .cp-step-num {\n  border-color: #0E8C6A;\n  background: rgba(14,140,106,0.1);\n}\n.cp .cp-step-title {\n  font-size: 15px;\n  font-weight: 700;\n  color: #fff;\n  margin-bottom: 8px;\n}\n.cp .cp-step-desc {\n  font-size: 13px;\n  color: rgba(255,255,255,0.5);\n  line-height: 1.65;\n}\n\n\/* ── WHO IT'S FOR ── *\/\n.cp .cp-who {\n  background: var(--white);\n  padding: 80px 5vw;\n}\n.cp .cp-who-inner {\n  max-width: 1100px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 1fr 1.4fr;\n  gap: 64px;\n  align-items: center;\n}\n.cp .cp-who h2 {\n  font-family: Georgia, serif;\n  font-size: clamp(1.5rem, 3vw, 2rem);\n  font-weight: 700;\n  color: var(--navy);\n  letter-spacing: -0.02em;\n  margin: 8px 0 20px;\n  line-height: 1.2;\n}\n.cp .cp-who p {\n  font-size: 15px;\n  color: var(--mid);\n  line-height: 1.75;\n  margin: 0 0 14px;\n}\n.cp .cp-profiles {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n}\n.cp .cp-profile {\n  padding: 20px;\n  border: 1.5px solid var(--border);\n  border-radius: 10px;\n  transition: border-color 0.2s, box-shadow 0.2s;\n}\n.cp .cp-profile:hover {\n  border-color: var(--teal);\n  box-shadow: 0 4px 16px rgba(14,140,106,0.1);\n}\n.cp .cp-profile-icon {\n  font-size: 24px;\n  margin-bottom: 10px;\n}\n.cp .cp-profile-title {\n  font-size: 14px;\n  font-weight: 700;\n  color: var(--navy);\n  margin-bottom: 5px;\n}\n.cp .cp-profile-desc {\n  font-size: 12.5px;\n  color: var(--mid);\n  line-height: 1.55;\n}\n\n\/* ── FINAL CTA ── *\/\n.cp .cp-cta {\n  background: linear-gradient(135deg, #0a2240 0%, #0D2B4E 50%, #0f3a60 100%);\n  padding: 72px 5vw;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n.cp .cp-cta::before {\n  content: '';\n  position: absolute;\n  bottom: -80px; left: 50%;\n  transform: translateX(-50%);\n  width: 600px; height: 300px;\n  border-radius: 50%;\n  background: radial-gradient(circle, rgba(14,140,106,0.2) 0%, transparent 70%);\n  pointer-events: none;\n}\n.cp .cp-cta h2 {\n  font-family: Georgia, serif;\n  font-size: clamp(1.6rem, 3.5vw, 2.4rem);\n  font-weight: 700;\n  color: #fff;\n  letter-spacing: -0.02em;\n  margin: 0 0 14px;\n  position: relative;\n}\n.cp .cp-cta p {\n  font-size: 15px;\n  color: rgba(255,255,255,0.6);\n  margin: 0 auto 32px;\n  max-width: 460px;\n  line-height: 1.7;\n  position: relative;\n}\n.cp .cp-cta-actions {\n  display: flex;\n  justify-content: center;\n  gap: 14px;\n  flex-wrap: wrap;\n  position: relative;\n}\n.cp .cp-cta-contact {\n  display: flex;\n  justify-content: center;\n  gap: 32px;\n  flex-wrap: wrap;\n  margin-top: 28px;\n  position: relative;\n}\n.cp .cp-cta-contact-item {\n  font-size: 13px;\n  color: rgba(255,255,255,0.45);\n  display: flex;\n  align-items: center;\n  gap: 6px;\n}\n.cp .cp-cta-contact-item a {\n  color: rgba(255,255,255,0.7);\n  text-decoration: none;\n}\n.cp .cp-cta-contact-item a:hover { color: #6EE7B7; }\n.cp .cp-cta-contact-item svg {\n  width: 14px; height: 14px;\n  stroke: rgba(255,255,255,0.4);\n  fill: none; stroke-width: 2;\n}\n\n\/* ── RESPONSIVE ── *\/\n@media (max-width: 768px) {\n  .cp .cp-intro-inner { grid-template-columns: 1fr; gap: 36px; }\n  .cp .cp-who-inner   { grid-template-columns: 1fr; gap: 36px; }\n  .cp .cp-profiles    { grid-template-columns: 1fr; }\n  .cp .cp-section-sub { text-align: left; }\n  .cp .cp-price-head  { flex-direction: column; }\n  .cp .cp-price-right { text-align: left; }\n  .cp .cp-steps       { grid-template-columns: 1fr; gap: 32px; }\n  .cp .cp-steps::before { display: none; }\n  .cp .cp-step        { padding: 0; display: flex; gap: 20px; align-items: flex-start; }\n  .cp .cp-step-num    { flex-shrink: 0; }\n}\n\u003c\/style\u003e\n\n\u003cdiv class=\"cp\"\u003e\n\n  \u003c!-- ── HERO ── --\u003e\n  \u003cdiv class=\"cp-hero\"\u003e\n    \u003cdiv class=\"cp-hero-inner\"\u003e\n      \u003cdiv class=\"cp-tag\"\u003eAsmarina Care+ Individual Small Business\u003c\/div\u003e\n      \u003ch1\u003eYour technology,\u003cbr\u003e\u003cem\u003elooked after.\u003c\/em\u003e\n\u003c\/h1\u003e\n      \u003cp class=\"cp-hero-lead\"\u003eA tailored ongoing IT support plan for sole traders, freelancers, and solo business owners who want their technology to just work - without the hassle, the cost of a full-time IT person, or the panic when something goes wrong.\u003c\/p\u003e\n      \u003cdiv class=\"cp-hero-actions\"\u003e\n        \u003ca href=\"\" class=\"cp-btn cp-btn-primary\"\u003eInitial consultation -  $440\u003c\/a\u003e\n        \u003ca href=\"#pricing\" class=\"cp-btn cp-btn-ghost\"\u003eSee what's included\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"cp-hero-note\"\u003e\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── PROMISE STRIP ── --\u003e\n  \u003cdiv class=\"cp-strip\"\u003e\n    \u003cdiv class=\"cp-strip-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      Tailored to your setup\n    \u003c\/div\u003e\n    \u003cdiv class=\"cp-strip-dot\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"cp-strip-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      We fix what others can't\n    \u003c\/div\u003e\n    \u003cdiv class=\"cp-strip-dot\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"cp-strip-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      No lock-in contract\n    \u003c\/div\u003e\n    \u003cdiv class=\"cp-strip-dot\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"cp-strip-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      Asmarina team\n    \u003c\/div\u003e\n    \u003cdiv class=\"cp-strip-dot\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"cp-strip-item\"\u003e\n      \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n      Weekday on-site \u0026amp; remote\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── INTRO ── --\u003e\n  \u003cdiv class=\"cp-intro\"\u003e\n    \u003cdiv class=\"cp-intro-inner\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"cp-eyebrow\"\u003eWhy Care+ Individual Small Business?\u003c\/div\u003e\n        \u003ch2\u003eRunning a business is hard enough without IT problems slowing you down.\u003c\/h2\u003e\n        \u003cp\u003eMost sole traders and freelancers deal with IT problems the same way - they ignore them until things break, then spend half a day (and serious money) trying to fix it. We built Care+ Individual to change that.\u003c\/p\u003e\n        \u003cp\u003eThink of us as the IT person in your corner - one you only pay for when you need us, but who knows your setup inside out and is always just a call away on weekdays.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cp-intro-right\"\u003e\n        \u003cdiv class=\"cp-promise\"\u003e\n          \u003cdiv class=\"cp-promise-icon\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"cp-promise-title\"\u003eWe know your setup\u003c\/div\u003e\n            \u003cdiv class=\"cp-promise-desc\"\u003eAfter your initial consultation we document everything - your devices, software, and preferences,so every visit builds on the last.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cp-promise\"\u003e\n          \u003cdiv class=\"cp-promise-icon\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003ccircle cx=\"12\" cy=\"12\" r=\"10\"\u003e\u003c\/circle\u003e\u003cpolyline points=\"12 6 12 12 16 14\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"cp-promise-title\"\u003eProblems solved fast\u003c\/div\u003e\n            \u003cdiv class=\"cp-promise-desc\"\u003eWeekday remote support means most issues get resolved the same day - without waiting for a technician to drive out.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cp-promise\"\u003e\n          \u003cdiv class=\"cp-promise-icon\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cline x1=\"12\" y1=\"1\" x2=\"12\" y2=\"23\"\u003e\u003c\/line\u003e\u003cpath d=\"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"cp-promise-title\"\u003eSaves you money long term\u003c\/div\u003e\n            \u003cdiv class=\"cp-promise-desc\"\u003ePreventive care costs a fraction of what an emergency repair, data loss, or ransomware attack will cost you.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── SERVICES ── --\u003e\n  \u003cdiv class=\"cp-services\"\u003e\n    \u003cdiv class=\"cp-services-inner\"\u003e\n      \u003cdiv class=\"cp-section-header\"\u003e\n        \u003cdiv\u003e\n          \u003cdiv class=\"cp-eyebrow\"\u003eWhat we look after\u003c\/div\u003e\n          \u003ch2 class=\"cp-section-title\"\u003eSix things that keep your business running\u003c\/h2\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"cp-section-sub\"\u003eEvery service below is tailored to your specific device, software, and the way you work.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cp-service-grid\"\u003e\n\n        \u003cdiv class=\"cp-service-card\"\u003e\n          \u003cdiv class=\"cp-service-num\"\u003e01\u003c\/div\u003e\n          \u003cdiv class=\"cp-service-icon\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cline x1=\"8\" y1=\"21\" x2=\"16\" y2=\"21\"\u003e\u003c\/line\u003e\u003cline x1=\"12\" y1=\"17\" x2=\"12\" y2=\"21\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"cp-service-name\"\u003eMonthly on-site visit\u003c\/div\u003e\n          \u003cdiv class=\"cp-service-desc\"\u003eWe come to you once a month - checking your computer's health, cleaning up software, applying updates, and catching anything that needs attention before it becomes a problem.\u003c\/div\u003e\n          \u003cdiv class=\"cp-service-note\"\u003e1 computer covered · $275\/hr\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cp-service-card\"\u003e\n          \u003cdiv class=\"cp-service-num\"\u003e02\u003c\/div\u003e\n          \u003cdiv class=\"cp-service-icon\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"cp-service-name\"\u003eWeekday remote support\u003c\/div\u003e\n          \u003cdiv class=\"cp-service-desc\"\u003eGot an issue between visits? We connect remotely and sort it out the same day during business hours - no waiting, no stress.\u003c\/div\u003e\n          \u003cdiv class=\"cp-service-note\"\u003e1 hour remote support\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cp-service-card\"\u003e\n          \u003cdiv class=\"cp-service-num\"\u003e03\u003c\/div\u003e\n          \u003cdiv class=\"cp-service-icon\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"cp-service-name\"\u003eSecurity \u0026amp; antivirus protection\u003c\/div\u003e\n          \u003cdiv class=\"cp-service-desc\"\u003eWe install and manage the right antivirus, malware, and ransomware protection for how you actually work - not a generic off-the-shelf solution. Your data and your clients' information, protected properly.\u003c\/div\u003e\n          \u003cdiv class=\"cp-service-note\"\u003eLicence cost separate\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cp-service-card\"\u003e\n          \u003cdiv class=\"cp-service-num\"\u003e04\u003c\/div\u003e\n          \u003cdiv class=\"cp-service-icon\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"22 12 18 12 15 21 9 3 6 12 2 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"cp-service-name\"\u003eBackup that actually works\u003c\/div\u003e\n          \u003cdiv class=\"cp-service-desc\"\u003eWe assess what you really need - cloud-based, local, or both - set it up properly, so you're never caught without a current copy of your data when it matters most.\u003c\/div\u003e\n          \u003cdiv class=\"cp-service-note\"\u003eCloud \/ local \/ hybrid · quoted on assessment\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cp-service-card\"\u003e\n          \u003cdiv class=\"cp-service-num\"\u003e05\u003c\/div\u003e\n          \u003cdiv class=\"cp-service-icon\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003crect x=\"2\" y=\"3\" width=\"20\" height=\"14\" rx=\"2\"\u003e\u003c\/rect\u003e\u003cpath d=\"M8 21h8\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 17v4\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 8h4\"\u003e\u003c\/path\u003e\u003cpath d=\"M6 12h8\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"cp-service-name\"\u003eMicrosoft 365 \u0026amp; software\u003c\/div\u003e\n          \u003cdiv class=\"cp-service-desc\"\u003eAlready paying for Microsoft 365 and not getting the most from it? We manage your licences, configure Outlook, OneDrive, Word, and Teams exactly as you need them - and keep everything up to date.\u003c\/div\u003e\n          \u003cdiv class=\"cp-service-note\"\u003eLicence setup and management cost separate \u0026amp; ongoing support\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"cp-service-card\"\u003e\n          \u003cdiv class=\"cp-service-num\"\u003e06\u003c\/div\u003e\n          \u003cdiv class=\"cp-service-icon\"\u003e\n            \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"6 9 6 2 18 2 18 9\"\u003e\u003c\/polyline\u003e\u003cpath d=\"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2\"\u003e\u003c\/path\u003e\u003crect x=\"6\" y=\"14\" width=\"12\" height=\"8\"\u003e\u003c\/rect\u003e\u003c\/svg\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"cp-service-name\"\u003ePrinter \u0026amp; toner supply\u003c\/div\u003e\n          \u003cdiv class=\"cp-service-desc\"\u003eOne printer covered to setup, troubleshooting, and toner \u0026amp; consumables supplied by us so you never run out at the wrong moment.\u003c\/div\u003e\n          \u003cdiv class=\"cp-service-note\"\u003e1 printer consumables supplied  cost separate\u003c\/div\u003e\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── PRICING ── --\u003e\n  \u003cdiv class=\"cp-pricing\" id=\"pricing\"\u003e\n    \u003cdiv class=\"cp-pricing-inner\"\u003e\n      \u003cdiv class=\"cp-eyebrow\" style=\"margin-bottom:8px;\"\u003eSimple, transparent pricing\u003c\/div\u003e\n      \u003ch2 class=\"cp-section-title\" style=\"font-family:Georgia,serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--navy);letter-spacing:-0.02em;margin:0 0 32px;\"\u003eWhat you pay\u003c\/h2\u003e\n      \u003cdiv class=\"cp-price-card\"\u003e\n        \u003cdiv class=\"cp-price-head\"\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"cp-price-label\"\u003eCare+ Individual Small Business Plan\u003c\/div\u003e\n            \u003ch3\u003eIndividual Small Business Plan\u003c\/h3\u003e\n            \u003cp\u003eDesigned for 1–2 computers. Pay only for the hours you use.\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"cp-price-right\"\u003e\n            \u003cdiv class=\"cp-price-amount\"\u003e\n\u003csup\u003e$\u003c\/sup\u003e275\u003csub\u003e\/hr on-site\u003c\/sub\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"cp-price-note\"\u003eNo minimum lock-in · additional hours as needed\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cp-price-body\"\u003e\n          \u003cdiv class=\"cp-includes-title\"\u003eIncluded\u003c\/div\u003e\n          \u003cdiv class=\"cp-includes\"\u003e\n            \u003cdiv class=\"cp-include-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e1 on-site visit per month\u003c\/div\u003e\n            \u003cdiv class=\"cp-include-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e1–2 computers covered\u003c\/div\u003e\n            \u003cdiv class=\"cp-include-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e1 hr weekday remote support\u003c\/div\u003e\n            \u003cdiv class=\"cp-include-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e1 printer support\u003c\/div\u003e\n            \u003cdiv class=\"cp-include-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eToner \u0026amp; consumable supply\u003c\/div\u003e\n            \u003cdiv class=\"cp-include-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eHardware \u0026amp; software diagnostics\u003c\/div\u003e\n            \u003cdiv class=\"cp-include-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eExpert advice, no upselling\u003c\/div\u003e\n            \u003cdiv class=\"cp-include-item\"\u003e\n\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpolyline points=\"20 6 9 17 4 12\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003eConsultation and support\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"cp-addons-title\"\u003eTailored add-ons (quoted on your needs)\u003c\/div\u003e\n          \u003cdiv class=\"cp-addons\"\u003e\n            \u003cspan class=\"cp-addon-pill\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cline x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"\u003e\u003c\/line\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003eSecurity \u0026amp; antivirus installation\u003c\/span\u003e\n            \u003cspan class=\"cp-addon-pill\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cline x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"\u003e\u003c\/line\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003eBackup setup \u0026amp; updating \u003c\/span\u003e\n            \u003cspan class=\"cp-addon-pill\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cline x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"\u003e\u003c\/line\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003eMicrosoft 365 setup \u0026amp; licence management\u003c\/span\u003e\n            \u003cspan class=\"cp-addon-pill\"\u003e\u003csvg viewbox=\"0 0 24 24\"\u003e\u003cline x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"\u003e\u003c\/line\u003e\u003cline x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"\u003e\u003c\/line\u003e\u003c\/svg\u003eWeekend \/ after-hours support (POA)\u003c\/span\u003e\n          \u003c\/div\u003e\n          \n          \u003cp class=\"cp-price-cta-note\" style=\"margin-top:14px;font-size:12px;color:var(--muted);\"\u003eMonthly plan payments are due in advance on the 28th of each month. Direct Debit available. By proceeding you agree to our \u003ca href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/2365\/5939\/files\/General_Asmarina_Service_Terms.pdf\" style=\"color:var(--blue);\"\u003eterms \u0026amp; conditions\u003c\/a\u003e.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── HOW IT WORKS ── --\u003e\n  \u003cdiv class=\"cp-how\"\u003e\n    \u003cdiv class=\"cp-how-inner\"\u003e\n      \u003cdiv class=\"cp-eyebrow\" style=\"color:#6EE7B7;margin-bottom:8px;\"\u003eGetting started\u003c\/div\u003e\n      \u003ch2\u003eFrom zero to looked after - in four steps\u003c\/h2\u003e\n      \u003cdiv class=\"cp-steps\"\u003e\n        \u003cdiv class=\"cp-step\"\u003e\n          \u003cdiv class=\"cp-step-num\"\u003e1\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"cp-step-title\"\u003eBook a consultation\u003c\/div\u003e\n            \u003cdiv class=\"cp-step-desc\"\u003eWe sit down with you, assess your current setup, understand how you work, and identify any risks or gaps - before recommending anything.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cp-step\"\u003e\n          \u003cdiv class=\"cp-step-num\"\u003e2\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"cp-step-title\"\u003eWe build your plan\u003c\/div\u003e\n            \u003cdiv class=\"cp-step-desc\"\u003eBased on your devices, software, and budget, we tailor a Care+ plan specifically for you - including which add-ons make sense and which you don't need.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cp-step\"\u003e\n          \u003cdiv class=\"cp-step-num\"\u003e3\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"cp-step-title\"\u003eFirst on-site visit\u003c\/div\u003e\n            \u003cdiv class=\"cp-step-desc\"\u003eWe will start setting everything up properly - security, backup, Microsoft 365, and anything else agreed.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cp-step\"\u003e\n          \u003cdiv class=\"cp-step-num\"\u003e4\u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"cp-step-title\"\u003eOngoing - we've got it\u003c\/div\u003e\n            \u003cdiv class=\"cp-step-desc\"\u003eMonthly visits, weekday remote support, and a team who knows your setup. You focus on your work. We handle the IT.\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── WHO IT'S FOR ── --\u003e\n  \u003cdiv class=\"cp-who\"\u003e\n    \u003cdiv class=\"cp-who-inner\"\u003e\n      \u003cdiv\u003e\n        \u003cdiv class=\"cp-eyebrow\"\u003eWho it's for\u003c\/div\u003e\n        \u003ch2\u003eBuilt for people who can't afford IT problems\u003c\/h2\u003e\n        \u003cp\u003eWhen you're working on your own, downtime isn't an inconvenience - it's lost income. Care+ Individual Small Business is designed for professionals who rely on their technology to serve their clients.\u003c\/p\u003e\n        \u003cp\u003eIf you're a sole trader, freelancer, or solo operator in any field - and you want your computer, printer, and software to simply work -this plan is for you.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cp-profiles\"\u003e\n        \u003cdiv class=\"cp-profile\"\u003e\n          \u003cdiv class=\"cp-profile-icon\"\u003e⚖️\u003c\/div\u003e\n          \u003cdiv class=\"cp-profile-title\"\u003eSole practice lawyers\u003c\/div\u003e\n          \u003cdiv class=\"cp-profile-desc\"\u003eSecure files, reliable email, Microsoft 365 managed - your client data protected at all times.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cp-profile\"\u003e\n          \u003cdiv class=\"cp-profile-icon\"\u003e📊\u003c\/div\u003e\n          \u003cdiv class=\"cp-profile-title\"\u003eAccountants \u0026amp; bookkeepers\u003c\/div\u003e\n          \u003cdiv class=\"cp-profile-desc\"\u003eTax season is no time for IT failures. We keep your systems running and your data backed up.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cp-profile\"\u003e\n          \u003cdiv class=\"cp-profile-icon\"\u003e💼\u003c\/div\u003e\n          \u003cdiv class=\"cp-profile-title\"\u003eConsultants \u0026amp; advisors\u003c\/div\u003e\n          \u003cdiv class=\"cp-profile-desc\"\u003eYour reputation runs on reliability. We make sure your technology matches your professionalism.\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cp-profile\"\u003e\n          \u003cdiv class=\"cp-profile-icon\"\u003e🏢\u003c\/div\u003e\n          \u003cdiv class=\"cp-profile-title\"\u003eSolo business owners\u003c\/div\u003e\n          \u003cdiv class=\"cp-profile-desc\"\u003eFrom retail to trades - if you run your business from a computer, we keep it running for you.\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ── FINAL CTA ── --\u003e\n  \u003cdiv class=\"cp-cta\"\u003e\n    \u003cdiv class=\"cp-eyebrow\" style=\"color:#6EE7B7;margin-bottom:14px;display:block;text-align:center;\"\u003eReady to get started?\u003c\/div\u003e\n    \u003ch2\u003eLet's build the right plan for your setup\u003c\/h2\u003e\n    \u003cp\u003eBook an initial consultation and we'll assess your technology, identify what you actually need, and put together a Care+ plan that fits how you work and what you can spend.\u003c\/p\u003e\n    \n    \u003cdiv class=\"cp-cta-contact\"\u003e\n      \u003cdiv class=\"cp-cta-contact-item\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07A19.5 19.5 0 0 1 4.69 12 19.79 19.79 0 0 1 1.58 3.4 2 2 0 0 1 3.55 1.23h3a2 2 0 0 1 2 1.72c.127.96.361 1.903.7 2.81a2 2 0 0 1-.45 2.11L7.91 8.77a16 16 0 0 0 6 6l.85-.85a2 2 0 0 1 2.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0 1 21.73 16.92z\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n        \u003ca href=\"tel:0294204658\"\u003e0410 435 375\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cp-cta-contact-item\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\"\u003e\u003c\/path\u003e\u003cpolyline points=\"22,6 12,13 2,6\"\u003e\u003c\/polyline\u003e\u003c\/svg\u003e\n        \u003ca href=\"mailto:sales@asmarina.com.au\"\u003esales@asmarina.com.au\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cp-cta-contact-item\"\u003e\n        \u003csvg viewbox=\"0 0 24 24\"\u003e\u003cpath d=\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z\"\u003e\u003c\/path\u003e\u003ccircle cx=\"12\" cy=\"10\" r=\"3\"\u003e\u003c\/circle\u003e\u003c\/svg\u003e\n        30 Birdwood Lane, Lane Cove\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e","brand":"Asmarina Computer Store ","offers":[{"title":"Default Title","offer_id":43232372162658,"sku":null,"price":440.0,"currency_code":"AUD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/2365\/5939\/files\/asmarina-managed-it-individual_2048x2048_1.svg?v=1787370148","url":"https:\/\/www.asmarina.com.au\/products\/care-individual-small-business","provider":"Asmarina Computer Store ","version":"1.0","type":"link"}