{"id":628,"date":"2026-06-24T09:12:59","date_gmt":"2026-06-24T09:12:59","guid":{"rendered":"https:\/\/businessexpert.co.nz\/?page_id=628"},"modified":"2026-06-24T11:32:15","modified_gmt":"2026-06-24T11:32:15","slug":"client-care-partner","status":"publish","type":"page","link":"https:\/\/businessexpert.co.nz\/index.php\/client-care-partner\/","title":{"rendered":"Client Care Partner"},"content":{"rendered":"<!-- Business Expert Client Care Partner Landing Page -->\n<!-- Paste everything in this file into ONE WordPress Custom HTML block. -->\n<!-- BEFORE publishing:\n1. Replace YOUR_LOGO_URL_HERE with your Business Expert logo URL from Media Library.\n2. Replace YOUR_EMAIL_HERE with your email address or replace the mailto link with your booking\/Calendly link.\n-->\n\n<style>\n\/* Business Expert | Client Care Partner Landing Page CSS *\/\n\/* Paste this into WordPress: Appearance > Customize > Additional CSS, or your page builder's custom CSS area. *\/\n\n.be-ccp-page {\n  --be-black: #080808;\n  --be-charcoal: #151515;\n  --be-gold: #c9a44d;\n  --be-gold-dark: #a98128;\n  --be-soft: #fbf7ec;\n  --be-cream: #fffaf0;\n  --be-white: #ffffff;\n  --be-ink: #232323;\n  --be-muted: #5e5e5e;\n  --be-line: rgba(201,164,77,.34);\n  --be-shadow: 0 18px 50px rgba(0,0,0,.16);\n  --be-radius: 22px;\n\n  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n  color: var(--be-ink);\n  background: #fff;\n  line-height: 1.5;\n  overflow-x: hidden;\n}\n\n.be-ccp-page * {\n  box-sizing: border-box;\n}\n\n.be-ccp-page a {\n  text-decoration: none;\n}\n\n.be-ccp-container {\n  width: min(1180px, calc(100% - 40px));\n  margin: 0 auto;\n}\n\n.be-ccp-hero {\n  background:\n    radial-gradient(circle at 83% 20%, rgba(201,164,77,.18), transparent 30%),\n    linear-gradient(135deg, #050505 0%, #171717 54%, #0b0b0b 100%);\n  color: #fff;\n  padding: 76px 0 70px;\n  overflow: hidden;\n  position: relative;\n}\n\n.be-ccp-hero::after {\n  content: \"\";\n  position: absolute;\n  width: 520px;\n  height: 520px;\n  border: 1px solid rgba(201,164,77,.18);\n  border-radius: 50%;\n  right: -160px;\n  top: 70px;\n  pointer-events: none;\n}\n\n.be-ccp-hero-grid {\n  display: grid;\n  grid-template-columns: 1.04fr .96fr;\n  gap: 56px;\n  align-items: center;\n  position: relative;\n  z-index: 2;\n}\n\n.be-ccp-brand {\n  display: inline-flex;\n  align-items: center;\n  gap: 12px;\n  margin-bottom: 22px;\n  color: #fff;\n  font-weight: 800;\n  text-transform: uppercase;\n  letter-spacing: .08em;\n}\n\n.be-ccp-brand img {\n  width: 54px;\n  height: 54px;\n  object-fit: contain;\n}\n\n.be-ccp-eyebrow {\n  margin: 0 0 14px;\n  color: var(--be-gold);\n  text-transform: uppercase;\n  letter-spacing: .18em;\n  font-size: 13px;\n  font-weight: 800;\n}\n\n.be-ccp-gold {\n  color: var(--be-gold);\n}\n\n.be-ccp-page h1,\n.be-ccp-page h2,\n.be-ccp-page h3,\n.be-ccp-page p {\n  margin-top: 0;\n}\n\n.be-ccp-page h1 {\n  font-size: clamp(42px, 5vw, 72px);\n  line-height: .96;\n  margin-bottom: 22px;\n  letter-spacing: -.055em;\n  color: #fff;\n}\n\n.be-ccp-page h1 span {\n  color: var(--be-gold);\n}\n\n.be-ccp-lead {\n  color: #e8e8e8;\n  font-size: 20px;\n  max-width: 650px;\n  margin-bottom: 30px;\n}\n\n.be-ccp-actions {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 14px;\n  align-items: center;\n  margin: 32px 0 22px;\n}\n\n.be-ccp-btn {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  border-radius: 999px;\n  padding: 14px 22px;\n  font-weight: 800;\n  letter-spacing: .01em;\n  transition: .2s ease;\n  cursor: pointer;\n  border: 1px solid transparent;\n  white-space: nowrap;\n  text-decoration: none !important;\n}\n\n.be-ccp-btn-primary {\n  background: linear-gradient(135deg, #d8bd6a, #b88f2f);\n  color: #111 !important;\n  box-shadow: 0 10px 24px rgba(201,164,77,.25);\n}\n\n.be-ccp-btn-primary:hover {\n  transform: translateY(-1px);\n  box-shadow: 0 16px 34px rgba(201,164,77,.33);\n}\n\n.be-ccp-btn-secondary {\n  border-color: var(--be-gold);\n  color: var(--be-gold) !important;\n  background: rgba(0,0,0,.2);\n}\n\n.be-ccp-small {\n  color: #d6d6d6;\n  font-size: 14px;\n}\n\n.be-ccp-dashboard-card {\n  background: rgba(255,255,255,.07);\n  backdrop-filter: blur(12px);\n  border: 1px solid rgba(201,164,77,.38);\n  border-radius: 30px;\n  padding: 24px;\n  box-shadow: 0 34px 80px rgba(0,0,0,.42);\n}\n\n.be-ccp-window {\n  background: linear-gradient(180deg, #fffaf0, #fff);\n  color: var(--be-ink);\n  border-radius: 24px;\n  overflow: hidden;\n  border: 1px solid rgba(201,164,77,.32);\n}\n\n.be-ccp-window-top {\n  background: #101010;\n  color: #fff;\n  padding: 14px 18px;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  font-size: 12px;\n  letter-spacing: .08em;\n  text-transform: uppercase;\n}\n\n.be-ccp-dots {\n  display: flex;\n  gap: 6px;\n}\n\n.be-ccp-dots i {\n  width: 9px;\n  height: 9px;\n  border-radius: 50%;\n  background: var(--be-gold);\n  opacity: .8;\n  display: block;\n}\n\n.be-ccp-window-body {\n  padding: 22px;\n}\n\n.be-ccp-metrics {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-bottom: 18px;\n}\n\n.be-ccp-metrics div {\n  background: #f7f1e4;\n  border: 1px solid #ead9aa;\n  border-radius: 18px;\n  padding: 16px;\n}\n\n.be-ccp-metrics strong {\n  display: block;\n  font-size: 24px;\n  color: #111;\n}\n\n.be-ccp-metrics span {\n  color: #555;\n  font-size: 13px;\n}\n\n.be-ccp-task {\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n  padding: 14px 0;\n  border-top: 1px solid #eee1bc;\n}\n\n.be-ccp-task b {\n  width: 38px;\n  height: 38px;\n  border-radius: 12px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  background: #111;\n  color: var(--be-gold);\n  font-weight: 900;\n  flex: 0 0 auto;\n}\n\n.be-ccp-task h3 {\n  margin: 0;\n  font-size: 15px;\n  color: #111;\n}\n\n.be-ccp-task p {\n  margin: 2px 0 0;\n  color: #666;\n  font-size: 13px;\n}\n\n.be-ccp-section {\n  padding: 74px 0;\n}\n\n.be-ccp-soft {\n  background: var(--be-soft);\n}\n\n.be-ccp-heading {\n  max-width: 840px;\n  margin: 0 auto 42px;\n  text-align: center;\n}\n\n.be-ccp-page h2 {\n  font-size: clamp(32px, 3.3vw, 48px);\n  line-height: 1.05;\n  letter-spacing: -.04em;\n  margin-bottom: 16px;\n  color: #111;\n}\n\n.be-ccp-heading p,\n.be-ccp-body-text {\n  font-size: 18px;\n  color: #5a5a5a;\n}\n\n.be-ccp-card-grid {\n  display: grid;\n  gap: 18px;\n}\n\n.be-ccp-three {\n  grid-template-columns: repeat(3, 1fr);\n}\n\n.be-ccp-card,\n.be-ccp-step {\n  background: #fff;\n  border: 1px solid #eee0b8;\n  border-radius: var(--be-radius);\n  padding: 28px;\n  box-shadow: 0 12px 30px rgba(0,0,0,.05);\n}\n\n.be-ccp-icon {\n  width: 52px;\n  height: 52px;\n  border-radius: 16px;\n  background: #111;\n  color: var(--be-gold);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 24px;\n  margin-bottom: 18px;\n}\n\n.be-ccp-card h3,\n.be-ccp-step h3 {\n  margin-bottom: 10px;\n  font-size: 22px;\n  letter-spacing: -.02em;\n  color: #111;\n}\n\n.be-ccp-card p,\n.be-ccp-step p {\n  color: var(--be-muted);\n  margin-bottom: 0;\n}\n\n.be-ccp-split {\n  display: grid;\n  grid-template-columns: .9fr 1.1fr;\n  gap: 44px;\n  align-items: center;\n}\n\n.be-ccp-image-panel {\n  min-height: 420px;\n  border-radius: 32px;\n  background:\n    radial-gradient(circle at 25% 20%, rgba(201,164,77,.28), transparent 22%),\n    radial-gradient(circle at 85% 86%, rgba(201,164,77,.2), transparent 26%),\n    linear-gradient(145deg, rgba(201,164,77,.15), rgba(255,255,255,.03)),\n    #111;\n  border: 1px solid rgba(201,164,77,.45);\n  box-shadow: var(--be-shadow);\n  color: #fff;\n  padding: 28px;\n  display: flex;\n  flex-direction: column;\n  justify-content: space-between;\n}\n\n.be-ccp-image-panel h2 {\n  color: #fff;\n}\n\n.be-ccp-image-panel p {\n  color: #ececec;\n  font-size: 18px;\n}\n\n.be-ccp-mini-card {\n  align-self: flex-end;\n  width: min(330px, 100%);\n  background: #fffaf0;\n  color: #111;\n  border-radius: 26px;\n  padding: 20px;\n  box-shadow: 0 30px 70px rgba(0,0,0,.35);\n  display: flex;\n  align-items: center;\n  gap: 14px;\n}\n\n.be-ccp-avatar {\n  width: 50px;\n  height: 50px;\n  border-radius: 50%;\n  background: linear-gradient(135deg, var(--be-gold), #f6dda0);\n}\n\n.be-ccp-mini-card strong {\n  display: block;\n}\n\n.be-ccp-mini-card span {\n  display: block;\n  color: #666;\n  font-size: 13px;\n}\n\n.be-ccp-feature-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n  margin-top: 24px;\n}\n\n.be-ccp-feature {\n  display: flex;\n  gap: 12px;\n  align-items: flex-start;\n  background: #fff;\n  border: 1px solid #eee0b8;\n  padding: 16px;\n  border-radius: 16px;\n}\n\n.be-ccp-feature > span {\n  width: 24px;\n  height: 24px;\n  border-radius: 50%;\n  background: var(--be-gold);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: 900;\n  color: #111;\n  flex: 0 0 auto;\n  font-size: 14px;\n  margin-top: 1px;\n}\n\n.be-ccp-feature strong {\n  display: block;\n  color: #111;\n  margin-bottom: 3px;\n}\n\n.be-ccp-feature p {\n  margin: 0;\n  color: #666;\n  font-size: 14px;\n}\n\n.be-ccp-step span {\n  width: 42px;\n  height: 42px;\n  border-radius: 50%;\n  background: #111;\n  color: var(--be-gold);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: 900;\n  margin-bottom: 18px;\n}\n\n.be-ccp-pricing {\n  background: linear-gradient(145deg, #0b0b0b, #1d1d1d);\n  color: #fff;\n  border-radius: 34px;\n  padding: 38px;\n  display: grid;\n  grid-template-columns: 1fr 1fr 1fr;\n  gap: 22px;\n  border: 1px solid rgba(201,164,77,.35);\n  box-shadow: var(--be-shadow);\n}\n\n.be-ccp-price-card {\n  background: rgba(255,255,255,.06);\n  border: 1px solid rgba(201,164,77,.35);\n  border-radius: 24px;\n  padding: 24px;\n}\n\n.be-ccp-price-featured {\n  background: #fffaf0;\n  color: #111;\n  transform: scale(1.02);\n  border-color: var(--be-gold);\n}\n\n.be-ccp-price-card h3 {\n  margin-bottom: 10px;\n  color: inherit;\n}\n\n.be-ccp-price-card > strong {\n  display: block;\n  font-size: 34px;\n  line-height: 1.05;\n  font-weight: 900;\n  color: var(--be-gold);\n  margin: 12px 0 12px;\n  letter-spacing: -.03em;\n}\n\n.be-ccp-price-featured > strong {\n  color: #111;\n}\n\n.be-ccp-price-card p {\n  color: inherit;\n}\n\n.be-ccp-price-card ul {\n  padding: 0;\n  margin: 18px 0 0;\n  list-style: none;\n}\n\n.be-ccp-price-card li {\n  margin: 11px 0;\n  padding-left: 24px;\n  position: relative;\n}\n\n.be-ccp-price-card li::before {\n  content: \"\u2713\";\n  color: var(--be-gold);\n  position: absolute;\n  left: 0;\n  font-weight: 900;\n}\n\n.be-ccp-blueprint {\n  margin: 24px auto 0;\n  padding: 24px;\n  border-radius: 22px;\n  background: var(--be-soft);\n  border: 1px solid #ead9aa;\n  max-width: 900px;\n  text-align: center;\n}\n\n.be-ccp-blueprint h3 {\n  color: #111;\n  margin-bottom: 8px;\n}\n\n.be-ccp-blueprint p {\n  margin-bottom: 0;\n  color: #5a5a5a;\n}\n\n.be-ccp-cta {\n  padding: 80px 0;\n  text-align: center;\n  background:\n    radial-gradient(circle at 12% 20%, rgba(201,164,77,.2), transparent 26%),\n    linear-gradient(135deg, #070707, #141414);\n  color: #fff;\n  border-top: 1px solid rgba(201,164,77,.3);\n  border-bottom: 1px solid rgba(201,164,77,.3);\n}\n\n.be-ccp-cta h2 {\n  color: #fff;\n}\n\n.be-ccp-cta p {\n  color: #e8e8e8;\n  font-size: 19px;\n  max-width: 780px;\n  margin: 0 auto 26px;\n}\n\n.be-ccp-form-visual {\n  max-width: 760px;\n  margin: 28px auto 0;\n  background: #fffaf0;\n  color: #111;\n  border-radius: 28px;\n  padding: 26px;\n  text-align: left;\n  border: 1px solid var(--be-gold);\n}\n\n.be-ccp-form-visual h3 {\n  margin-bottom: 14px;\n}\n\n.be-ccp-form-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 14px;\n}\n\n.be-ccp-form-grid div,\n.be-ccp-form-wide {\n  padding: 16px 18px;\n  border: 1px solid #dbc88f;\n  border-radius: 14px;\n  background: #fff;\n  color: #707070;\n  font-size: 15px;\n}\n\n.be-ccp-form-wide {\n  margin-top: 14px;\n}\n\n@media (max-width: 900px) {\n  .be-ccp-hero-grid,\n  .be-ccp-split,\n  .be-ccp-pricing {\n    grid-template-columns: 1fr;\n  }\n\n  .be-ccp-three,\n  .be-ccp-feature-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .be-ccp-hero {\n    padding: 54px 0 58px;\n  }\n\n  .be-ccp-section {\n    padding: 54px 0;\n  }\n\n  .be-ccp-page h1 {\n    font-size: 44px;\n  }\n\n  .be-ccp-dashboard-card {\n    padding: 16px;\n  }\n\n  .be-ccp-metrics,\n  .be-ccp-form-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .be-ccp-btn {\n    width: 100%;\n    text-align: center;\n    white-space: normal;\n  }\n\n  .be-ccp-price-featured {\n    transform: none;\n  }\n}\n\n<\/style>\n\n<!-- Business Expert | Client Care Partner Landing Page -->\n<!-- Paste this into a WordPress Custom HTML block or Elementor HTML widget. -->\n<!-- Replace https:\/\/businessexpert.co.nz\/wp-content\/uploads\/2025\/01\/cropped-Business-Expert-Logo-Icon-Black.png with your Business Expert logo URL from the WordPress Media Library. -->\n\n<div class=\"be-ccp-page\">\n\n  <section class=\"be-ccp-hero\" id=\"client-care-partner\">\n    <div class=\"be-ccp-container be-ccp-hero-grid\">\n      <div class=\"be-ccp-hero-copy\">\n        <div class=\"be-ccp-brand\">\n          <img decoding=\"async\" src=\"https:\/\/businessexpert.co.nz\/wp-content\/uploads\/2025\/01\/cropped-Business-Expert-Logo-Icon-Black.png\" alt=\"Business Expert logo\">\n          <span>Business Expert<\/span>\n        <\/div>\n\n        <p class=\"be-ccp-eyebrow\">Client Care Partner<\/p>\n        <h1>Keep your clients <span>close, cared for<\/span> and connected.<\/h1>\n        <p class=\"be-ccp-lead\">\n          A practical client-care support service for businesses that need a loyal, responsible and consistent point of contact to help keep clients happy, informed and followed up.\n        <\/p>\n\n        <div class=\"be-ccp-actions\">\n          <a class=\"be-ccp-btn be-ccp-btn-primary\" href=\"https:\/\/calendly.com\/businessexpert-info\/30min?month=2026-06\">Book a Complimentary Client Care Consult<\/a>\n         <a class=\"be-ccp-btn be-ccp-btn-secondary\" href=\"#be-ccp-brochure\">FREE Guide: Learn To Keep Your Clients or Lose Them (download now)<\/a>\n        <\/div>\n\n        <p class=\"be-ccp-small\">\n          Start with a <strong> Complimentary Client Care Consult.<\/strong> We will review your current client follow-up process, identify what is being missed, and recommend the right setup and support plan for your business.\n        <\/p>\n      <\/div>\n\n      <div class=\"be-ccp-dashboard-card\" aria-label=\"Client care dashboard example\">\n        <div class=\"be-ccp-window\">\n          <div class=\"be-ccp-window-top\">\n            <span>Client Care Dashboard<\/span>\n            <span class=\"be-ccp-dots\"><i><\/i><i><\/i><i><\/i><\/span>\n          <\/div>\n          <div class=\"be-ccp-window-body\">\n            <div class=\"be-ccp-metrics\">\n              <div>\n                <strong>40<\/strong>\n                <span>Monthly client touchpoints<\/span>\n              <\/div>\n              <div>\n                <strong>0<\/strong>\n                <span>Missed follow-ups<\/span>\n              <\/div>\n            <\/div>\n\n            <div class=\"be-ccp-task\">\n              <b>\u260e<\/b>\n              <div>\n                <h3>Friendly client check-in call<\/h3>\n                <p>Call completed, notes added to CRM, next step scheduled.<\/p>\n              <\/div>\n            <\/div>\n\n            <div class=\"be-ccp-task\">\n              <b>\u2713<\/b>\n              <div>\n                <h3>Client issue flagged early<\/h3>\n                <p>Escalated before it becomes a relationship problem.<\/p>\n              <\/div>\n            <\/div>\n\n            <div class=\"be-ccp-task\">\n              <b>\u2197<\/b>\n              <div>\n                <h3>Monthly client care summary<\/h3>\n                <p>Clear view of who was contacted, what changed and what needs attention.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"be-ccp-section be-ccp-soft\" id=\"be-ccp-problem\">\n    <div class=\"be-ccp-container\">\n      <div class=\"be-ccp-heading\">\n        <p class=\"be-ccp-eyebrow be-ccp-gold\">The problem we solve<\/p>\n        <h2>Your clients should never feel forgotten.<\/h2>\n        <p>\n          Many businesses do good work, but client relationships become inconsistent because follow-up depends on memory, spare time and scattered notes.\n        <\/p>\n      <\/div>\n\n      <div class=\"be-ccp-card-grid be-ccp-three\">\n        <div class=\"be-ccp-card\">\n          <div class=\"be-ccp-icon\">\ud83d\udcac<\/div>\n          <h3>Follow-up becomes inconsistent<\/h3>\n          <p>Calls, check-ins and reminders get pushed aside when the business becomes busy.<\/p>\n        <\/div>\n\n        <div class=\"be-ccp-card\">\n          <div class=\"be-ccp-icon\">\ud83e\udde0<\/div>\n          <h3>Too much sits in one person\u2019s head<\/h3>\n          <p>Client notes, worries, promises and next steps are not always captured clearly in one place.<\/p>\n        <\/div>\n\n        <div class=\"be-ccp-card\">\n          <div class=\"be-ccp-icon\">\ud83e\udd1d<\/div>\n          <h3>Clients can drift quietly<\/h3>\n          <p>Clients often leave because they do not feel contacted, valued, reassured or properly looked after.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"be-ccp-section\" id=\"be-ccp-included\">\n    <div class=\"be-ccp-container be-ccp-split\">\n      <div class=\"be-ccp-image-panel\">\n        <div>\n          <p class=\"be-ccp-eyebrow be-ccp-gold\">The emotional outcome<\/p>\n          <h2>More trust. More consistency. Less chasing.<\/h2>\n          <p>\n            Client Care Partner creates a calm, reliable layer of communication behind your business.\n          <\/p>\n        <\/div>\n\n        <div class=\"be-ccp-mini-card\">\n          <div class=\"be-ccp-avatar\"><\/div>\n          <div>\n            <strong>Client Check-In<\/strong>\n            <span>Completed and saved to CRM<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div>\n        <p class=\"be-ccp-eyebrow be-ccp-gold\">What we set up and support<\/p>\n        <h2>A complete client-care process, not random calls.<\/h2>\n        <p class=\"be-ccp-body-text\">\n          We help organise the client list, create a contact rhythm, update the CRM and keep client relationships warm and visible.\n        <\/p>\n\n        <div class=\"be-ccp-feature-grid\">\n          <div class=\"be-ccp-feature\"><span>\u2713<\/span><div><strong>Client care review<\/strong><p>We identify client groups, contact needs and relationship priorities.<\/p><\/div><\/div>\n          <div class=\"be-ccp-feature\"><span>\u2713<\/span><div><strong>CRM notes and updates<\/strong><p>Every touchpoint is logged so relationship history is not lost.<\/p><\/div><\/div>\n          <div class=\"be-ccp-feature\"><span>\u2713<\/span><div><strong>Friendly check-in calls<\/strong><p>Clients feel remembered, valued and professionally supported.<\/p><\/div><\/div>\n          <div class=\"be-ccp-feature\"><span>\u2713<\/span><div><strong>Reminder scheduling<\/strong><p>Follow-ups are tracked, planned and actioned with consistency.<\/p><\/div><\/div>\n          <div class=\"be-ccp-feature\"><span>\u2713<\/span><div><strong>Issue escalation<\/strong><p>Concerns are flagged early before they become bigger problems.<\/p><\/div><\/div>\n          <div class=\"be-ccp-feature\"><span>\u2713<\/span><div><strong>Monthly summary<\/strong><p>You see who was contacted, what was said and what needs attention.<\/p><\/div><\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"be-ccp-section be-ccp-soft\" id=\"be-ccp-process\">\n    <div class=\"be-ccp-container\">\n      <div class=\"be-ccp-heading\">\n        <p class=\"be-ccp-eyebrow be-ccp-gold\">How it works<\/p>\n        <h2>A simple staged approach.<\/h2>\n        <p>\n          Designed to give your business immediate structure without overcomplicating the process.\n        <\/p>\n      <\/div>\n\n      <div class=\"be-ccp-card-grid be-ccp-three be-ccp-steps\">\n        <div class=\"be-ccp-step\">\n          <span>1<\/span>\n          <h3>Complimentary Initial Consult<\/h3>\n          <p>We discuss your clients, current communication gaps, CRM setup and what client support would make the biggest difference.<\/p>\n        <\/div>\n\n        <div class=\"be-ccp-step\">\n          <span>2<\/span>\n          <h3>Client Care Setup<\/h3>\n          <p>We create the client categories, contact rhythm, call structure, CRM fields, follow-up process and reporting format.<\/p>\n        <\/div>\n\n        <div class=\"be-ccp-step\">\n          <span>3<\/span>\n          <h3>Ongoing Membership<\/h3>\n          <p>We support the business with client calls, CRM updates, reminders, issue escalation and monthly client-care summaries.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n\n  <section class=\"be-ccp-section\" id=\"be-ccp-pricing\">\n    <div class=\"be-ccp-container\">\n      <div class=\"be-ccp-heading\">\n        <p class=\"be-ccp-eyebrow be-ccp-gold\">Pricing<\/p>\n        <h2>How You save Time <\/h2>\n        <p>\n          Start with a clear setup, then choose the ongoing support level that suits the number of clients and follow-ups required.\n        <\/p>\n      <\/div>\n\n      <div class=\"be-ccp-pricing\">\n        <div class=\"be-ccp-price-card\">\n          <h3>FREE Guide In Modern Times<\/h3>\n          <p>\nA focused conversation for property and service businesses that need better client follow-up, clearer communication and less relationship pressure sitting on the owner or team.<\/p>\n\n<p>We look at where clients, owners, tenants or service customers may be waiting too long for updates \u2014 and what simple support would help them feel more informed, valued and cared for.<\/p>\n\n<p> We explore:<\/p>\n\n<li> Which clients need regular check-ins <\/li>\n<li> Where follow-ups are currently being missed <\/li>\n<li> How client notes and CRM updates are handled <\/li>\n<li> What communication would reduce complaints or chasing <\/li>\n<li> The best starting point for a reliable client-care rhythm <\/li>\n\n<p>You leave with a clear next step to help clients feel remembered, reassured and easier to retain.<\/p>\n\n<div class=\"be-ccp-actions\">\n          <a class=\"be-ccp-btn be-ccp-btn-primary\" href=\"https:\/\/calendly.com\/businessexpert-info\/30min?month=2026-06\">Book a Complimentary Chat<\/a>\n         <a class=\"be-ccp-btn be-ccp-btn-secondary\" href=\"#be-ccp-brochure\">Download Your FREE Guide<\/a>\n        <\/div>\n          <\/ul>\n        <\/div>\n\n        <div class=\"be-ccp-price-card be-ccp-price-featured\">\n\n          <h3>How To Start<\/h3>\n          <p>\nThis is where we turn scattered client follow-up into a calm, clear and consistent care system \u2014 so your clients, owners, tenants or service customers no longer feel forgotten, delayed or unsure of what is happening.<\/p>\n\n<p>We create the structure that helps your business stay close to the people who matter, without everything sitting in your head or relying on last-minute reminders.<\/p>\n\n<p><strong> Shortcut To Your Organised Business <\/strong><\/p>\n\n\n<p>This blueprint is a first HUGE step towards your business starting to feel more organised, your clients feel more informed, and follow-up becomes part of the way you operate \u2014 not something you try to remember when things get busy.<\/p>\n\nWithout delays use this document to implement the Client Care Process and fast-track to Happy Clients.\n<div class=\"be-ccp-actions\">\n          <a class=\"be-ccp-btn be-ccp-btn-primary\" href=\"BLUEPRINTALISA\">Download the Blueprint<\/a>\n        <\/div>\n        <\/div>\n\n        <div class=\"be-ccp-price-card\">\n          <h3>Ongoing Partnership<\/h3>\n         \n          <p>Long term support with aim to assist property and service businesses stay close to their clients, owners, tenants and customers \u2014 even when the day becomes busy, jobs are moving, people are waiting for updates and follow-ups can easily fall behind.<\/p>\n\n<p><strong>Instead of clients feeling like they have to chase, they feel remembered, reassured and kept in the loop.<\/p><\/strong>\n\nWe work at your Level:\n\n<li> Regular client, owner or customer check-ins <\/li>\n<li>Friendly follow-up calls and messages so relationships stay warm<\/li>\n<li>CRM updates after each contact, so every conversation is captured<\/li>\n<li>Follow-up reminders so nothing important gets forgotten<\/li>\n<li>Early issue escalation when a client is unhappy, unsure or waiting too long<\/li>\n<li>Monthly client-care summary showing who was contacted, what was discussed and what needs attention next<\/li>\n\n<p>Your clients feel cared for before they complain, followed up before they drift, and reassured before they lose trust. Your business feels more professional, more consistent and less dependent on everything sitting in your head.<\/p>\n          <\/ul>\n        <\/div>\n      <\/div>\n\n      <div class=\"be-ccp-blueprint\">\n        <h3>Blueprint Writing Option &#8211; available here<\/h3>\n        <p>\n          A professionally written blueprint outlining the package purpose, workflow, deliverables, client journey and next steps \u2014 perfect for clarity, proposals and confident implementation.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<section class=\"be-ccp-section be-ccp-soft\" id=\"be-ccp-brochure\">\n  <div class=\"be-ccp-container\">\n    <div class=\"be-ccp-heading\">\n      <p class=\"be-ccp-eyebrow be-ccp-gold\">Keep Your Clients Close or Lose Them &#8211; Download Now<\/p>\n      <h2>Client Retention Support for Property Managers Who Are Too Busy to Keep Every Owner, Tenant or Contractor Properly Followed Up<\/h2>\n      <p>\n        Enter your email and allow Business Expert to help you keep clients, owners, tenants and contractors followed up, informed and cared for \u2014 so relationships stay warm and nothing important falls through the cracks.\n      <\/p>\n    <\/div>\n\n      <!-- Replace this with your real WordPress form shortcode -->\n      <div style=\"margin-top:18px;\">\n        <script charset=\"utf-8\" type=\"text\/javascript\" src=\"\/\/js.hsforms.net\/forms\/embed\/v2.js\"><\/script>\n<script src=\"https:\/\/js.hsforms.net\/forms\/embed\/6608586.js\" defer=\"\"><\/script>\n <div class=\"be-ccp-blueprint\">\n      <h3>Specialised in Property and Service-Based Businesses<\/h3>\n      <p>\n        Your clients should never feel like they have to chase you.\n      <\/p>\n<div class=\"hs-form-frame\" data-region=\"na1\" data-form-id=\"a00adfe2-4dcf-44f0-91fe-e29680b9b9b9\" data-portal-id=\"6608586\"><\/div>    <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n  <section class=\"be-ccp-cta\" id=\"be-ccp-contact\">\n    <div class=\"be-ccp-container\">\n      <h2>Ready to make your clients feel properly looked after?<\/h2>\n      <p>\n        Book a complimentary Client Care Consult and we will map the best starting point for your business, your clients and your current follow-up process.\n      <\/p>\n\n      <a class=\"be-ccp-btn be-ccp-btn-primary\" href=\"https:\/\/calendly.com\/businessexpert-info\/30min?month=2026-06\">\n        Book a Complimentary Client Care Consult\n      <\/a>\n\n      <div class=\"be-ccp-form-visual\">\n        <h3>Suggested enquiry form fields<\/h3>\n        <div class=\"be-ccp-form-grid\">\n          <div>Name<\/div>\n          <div>Business Name<\/div>\n          <div>Email<\/div>\n          <div>Phone<\/div>\n        <\/div>\n        <div class=\"be-ccp-form-wide\">What client care support do you need?<\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/div>\n\n<div\n\t\tclass=\"align wp-block-btn-button\"\tid='btnButton-1'\n\t\tdata-attributes='{&quot;cPostId&quot;:628,&quot;align&quot;:&quot;&quot;,&quot;text&quot;:&quot;Button&quot;,&quot;actionType&quot;:&quot;link&quot;,&quot;security&quot;:&quot;none&quot;,&quot;url&quot;:&quot;&quot;,&quot;tooltip&quot;:&quot;&quot;,&quot;tooltipPos&quot;:&quot;top&quot;,&quot;target&quot;:&quot;_self&quot;,&quot;attrs&quot;:{&quot;rel&quot;:&quot;noreferrer&quot;,&quot;referrerpolicy&quot;:&quot;no-referrer&quot;},&quot;hideOn&quot;:{&quot;desktop&quot;:false,&quot;tablet&quot;:false,&quot;mobile&quot;:false},&quot;isDownload&quot;:false,&quot;downloadFileName&quot;:&quot;&quot;,&quot;isUpIcon&quot;:false,&quot;icon&quot;:{&quot;svg&quot;:&quot;&lt;svg xmlns=&#039;http:\\\/\\\/www.w3.org\\\/2000\\\/svg&#039; viewBox=&#039;0 0 512 512&#039;&gt;&lt;path d=&#039;M498.1 5.6c10.1 7 15.4 19.1 13.5 31.2l-64 416c-1.5 9.7-7.4 18.2-16 23s-18.9 5.4-28 1.6L284 427.7l-68.5 74.1c-8.9 9.7-22.9 12.9-35.2 8.1S160 493.2 160 480V396.4c0-4 1.5-7.8 4.2-10.7L331.8 202.8c5.8-6.3 5.6-16-.4-22s-15.7-6.4-22-.7L106 360.8 17.7 316.6C7.1 311.3 .3 300.7 0 288.9s5.9-22.8 16.1-28.7l448-256c10.7-6.1 23.9-5.5 34 1.4z&#039;\\\/&gt;&lt;\\\/svg&gt;&quot;},&quot;upIcon&quot;:{&quot;id&quot;:null,&quot;url&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;},&quot;iconPos&quot;:&quot;left&quot;,&quot;type&quot;:&quot;flat&quot;,&quot;isFullWidth&quot;:false,&quot;size&quot;:&quot;medium&quot;,&quot;popup&quot;:{&quot;type&quot;:&quot;image&quot;,&quot;content&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;width&quot;:&quot;&quot;},&quot;animationType&quot;:&quot;&quot;,&quot;animationDuration&quot;:0.4,&quot;addID&quot;:&quot;&quot;,&quot;addCSS&quot;:&quot;&quot;,&quot;alignment&quot;:&quot;center&quot;,&quot;typography&quot;:{&quot;fontSize&quot;:{&quot;desktop&quot;:&quot;16px&quot;},&quot;fontWeight&quot;:600,&quot;textDecoration&quot;:&quot;none&quot;},&quot;colors&quot;:{&quot;color&quot;:&quot;#fff&quot;,&quot;bg&quot;:&quot;#146EF5&quot;},&quot;hovColors&quot;:{&quot;color&quot;:&quot;#fff&quot;,&quot;bg&quot;:&quot;#FF7A00&quot;},&quot;padding&quot;:{&quot;vertical&quot;:&quot;12px&quot;,&quot;horizontal&quot;:&quot;24px&quot;},&quot;border&quot;:{&quot;radius&quot;:&quot;5px&quot;},&quot;shadow&quot;:[]}'\n><\/div>","protected":false},"excerpt":{"rendered":"<p>Business Expert Client Care Partner Keep your clients close, cared for and connected. A practical client-care support service for businesses that need a loyal, responsible and consistent point of contact to help keep clients happy, informed and followed up. Book a Complimentary Client Care Consult FREE Guide: Learn To Keep Your Clients or Lose Them [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-628","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Client Care Partner - Business Expert<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/businessexpert.co.nz\/index.php\/client-care-partner\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Client Care Partner - Business Expert\" \/>\n<meta property=\"og:description\" content=\"Business Expert Client Care Partner Keep your clients close, cared for and connected. A practical client-care support service for businesses that need a loyal, responsible and consistent point of contact to help keep clients happy, informed and followed up. Book a Complimentary Client Care Consult FREE Guide: Learn To Keep Your Clients or Lose Them [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/businessexpert.co.nz\/index.php\/client-care-partner\/\" \/>\n<meta property=\"og:site_name\" content=\"Business Expert\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-24T11:32:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/businessexpert.co.nz\/wp-content\/uploads\/2025\/01\/cropped-Business-Expert-Logo-Icon-Black.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/businessexpert.co.nz\/index.php\/client-care-partner\/\",\"url\":\"https:\/\/businessexpert.co.nz\/index.php\/client-care-partner\/\",\"name\":\"Client Care Partner - Business Expert\",\"isPartOf\":{\"@id\":\"https:\/\/businessexpert.co.nz\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/businessexpert.co.nz\/index.php\/client-care-partner\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/businessexpert.co.nz\/index.php\/client-care-partner\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/businessexpert.co.nz\/wp-content\/uploads\/2025\/01\/cropped-Business-Expert-Logo-Icon-Black.png\",\"datePublished\":\"2026-06-24T09:12:59+00:00\",\"dateModified\":\"2026-06-24T11:32:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/businessexpert.co.nz\/index.php\/client-care-partner\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/businessexpert.co.nz\/index.php\/client-care-partner\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/businessexpert.co.nz\/index.php\/client-care-partner\/#primaryimage\",\"url\":\"https:\/\/businessexpert.co.nz\/wp-content\/uploads\/2025\/01\/cropped-Business-Expert-Logo-Icon-Black.png\",\"contentUrl\":\"https:\/\/businessexpert.co.nz\/wp-content\/uploads\/2025\/01\/cropped-Business-Expert-Logo-Icon-Black.png\",\"width\":512,\"height\":512},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/businessexpert.co.nz\/index.php\/client-care-partner\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/businessexpert.co.nz\/index.php\/executive-business-control\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Client Care Partner\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/businessexpert.co.nz\/#website\",\"url\":\"https:\/\/businessexpert.co.nz\/\",\"name\":\"Business Expert\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/businessexpert.co.nz\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/businessexpert.co.nz\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/businessexpert.co.nz\/#organization\",\"name\":\"Business Expert\",\"url\":\"https:\/\/businessexpert.co.nz\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/businessexpert.co.nz\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/businessexpert.co.nz\/wp-content\/uploads\/2025\/01\/Business-Expert-Logo-Icon-White.png\",\"contentUrl\":\"https:\/\/businessexpert.co.nz\/wp-content\/uploads\/2025\/01\/Business-Expert-Logo-Icon-White.png\",\"width\":1254,\"height\":1254,\"caption\":\"Business Expert\"},\"image\":{\"@id\":\"https:\/\/businessexpert.co.nz\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Client Care Partner - Business Expert","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/businessexpert.co.nz\/index.php\/client-care-partner\/","og_locale":"en_US","og_type":"article","og_title":"Client Care Partner - Business Expert","og_description":"Business Expert Client Care Partner Keep your clients close, cared for and connected. A practical client-care support service for businesses that need a loyal, responsible and consistent point of contact to help keep clients happy, informed and followed up. Book a Complimentary Client Care Consult FREE Guide: Learn To Keep Your Clients or Lose Them [&hellip;]","og_url":"https:\/\/businessexpert.co.nz\/index.php\/client-care-partner\/","og_site_name":"Business Expert","article_modified_time":"2026-06-24T11:32:15+00:00","og_image":[{"url":"https:\/\/businessexpert.co.nz\/wp-content\/uploads\/2025\/01\/cropped-Business-Expert-Logo-Icon-Black.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/businessexpert.co.nz\/index.php\/client-care-partner\/","url":"https:\/\/businessexpert.co.nz\/index.php\/client-care-partner\/","name":"Client Care Partner - Business Expert","isPartOf":{"@id":"https:\/\/businessexpert.co.nz\/#website"},"primaryImageOfPage":{"@id":"https:\/\/businessexpert.co.nz\/index.php\/client-care-partner\/#primaryimage"},"image":{"@id":"https:\/\/businessexpert.co.nz\/index.php\/client-care-partner\/#primaryimage"},"thumbnailUrl":"https:\/\/businessexpert.co.nz\/wp-content\/uploads\/2025\/01\/cropped-Business-Expert-Logo-Icon-Black.png","datePublished":"2026-06-24T09:12:59+00:00","dateModified":"2026-06-24T11:32:15+00:00","breadcrumb":{"@id":"https:\/\/businessexpert.co.nz\/index.php\/client-care-partner\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/businessexpert.co.nz\/index.php\/client-care-partner\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/businessexpert.co.nz\/index.php\/client-care-partner\/#primaryimage","url":"https:\/\/businessexpert.co.nz\/wp-content\/uploads\/2025\/01\/cropped-Business-Expert-Logo-Icon-Black.png","contentUrl":"https:\/\/businessexpert.co.nz\/wp-content\/uploads\/2025\/01\/cropped-Business-Expert-Logo-Icon-Black.png","width":512,"height":512},{"@type":"BreadcrumbList","@id":"https:\/\/businessexpert.co.nz\/index.php\/client-care-partner\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/businessexpert.co.nz\/index.php\/executive-business-control\/"},{"@type":"ListItem","position":2,"name":"Client Care Partner"}]},{"@type":"WebSite","@id":"https:\/\/businessexpert.co.nz\/#website","url":"https:\/\/businessexpert.co.nz\/","name":"Business Expert","description":"","publisher":{"@id":"https:\/\/businessexpert.co.nz\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/businessexpert.co.nz\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/businessexpert.co.nz\/#organization","name":"Business Expert","url":"https:\/\/businessexpert.co.nz\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/businessexpert.co.nz\/#\/schema\/logo\/image\/","url":"https:\/\/businessexpert.co.nz\/wp-content\/uploads\/2025\/01\/Business-Expert-Logo-Icon-White.png","contentUrl":"https:\/\/businessexpert.co.nz\/wp-content\/uploads\/2025\/01\/Business-Expert-Logo-Icon-White.png","width":1254,"height":1254,"caption":"Business Expert"},"image":{"@id":"https:\/\/businessexpert.co.nz\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/businessexpert.co.nz\/index.php\/wp-json\/wp\/v2\/pages\/628","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/businessexpert.co.nz\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/businessexpert.co.nz\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/businessexpert.co.nz\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/businessexpert.co.nz\/index.php\/wp-json\/wp\/v2\/comments?post=628"}],"version-history":[{"count":19,"href":"https:\/\/businessexpert.co.nz\/index.php\/wp-json\/wp\/v2\/pages\/628\/revisions"}],"predecessor-version":[{"id":648,"href":"https:\/\/businessexpert.co.nz\/index.php\/wp-json\/wp\/v2\/pages\/628\/revisions\/648"}],"wp:attachment":[{"href":"https:\/\/businessexpert.co.nz\/index.php\/wp-json\/wp\/v2\/media?parent=628"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}