{"id":72,"date":"2026-07-09T20:02:37","date_gmt":"2026-07-09T20:02:37","guid":{"rendered":"https:\/\/wealthark.ca\/staging\/4438\/?page_id=72"},"modified":"2026-07-10T01:28:37","modified_gmt":"2026-07-10T01:28:37","slug":"about","status":"publish","type":"page","link":"https:\/\/wealthark.ca\/staging\/4438\/about\/","title":{"rendered":"About"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_0 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_0 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><style>\n\/* WealthArk About Page \u2014 Self-contained page CSS *\/\n\nbody .et_pb_section:has(.wa-about),\nbody .et_pb_row:has(.wa-about),\nbody .et_pb_column:has(.wa-about),\nbody .et_pb_module:has(.wa-about) {\n  width: 100% !important;\n  max-width: 100% !important;\n  padding: 0 !important;\n  margin: 0 !important;\n}\n\n.wa-page,\n.wa-page * {\n  box-sizing: border-box;\n}\n\n.wa-page {\n  width: 100%;\n  max-width: 100%;\n  overflow: hidden;\n  background: #F6F7F9;\n  color: #1E252B;\n  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n  line-height: 1.6;\n}\n\n.wa-page a {\n  color: inherit;\n  text-decoration: none;\n}\n\n.wa-container {\n  width: min(1180px, calc(100% - 40px));\n  margin: 0 auto;\n}\n\n.wa-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  color: #C5A059;\n  font-size: 13px;\n  font-weight: 800;\n  letter-spacing: 0.14em;\n  text-transform: uppercase;\n  margin-bottom: 16px;\n}\n\n.wa-eyebrow::before {\n  content: \"\";\n  width: 34px;\n  height: 1px;\n  background: #C5A059;\n  display: inline-block;\n}\n\n.wa-section {\n  padding: 92px 0;\n}\n\n.wa-section-tight {\n  padding: 72px 0;\n}\n\n.wa-section-head {\n  text-align: center;\n  margin-bottom: 46px;\n}\n\n.wa-section-head h2,\n.wa-split-content h2,\n.wa-cta h2 {\n  font-family: Georgia, \"Times New Roman\", serif;\n  color: #0F2942;\n  font-size: clamp(34px, 4vw, 52px);\n  line-height: 1.06;\n  letter-spacing: -0.04em;\n  margin: 0 0 18px;\n}\n\n.wa-section-head p,\n.wa-split-content p,\n.wa-cta p {\n  color: #64748B;\n  font-size: 17px;\n  margin: 0;\n}\n\n.wa-kicker {\n  color: #64748B;\n  font-size: 17px;\n  max-width: 760px;\n  margin: 0 auto;\n}\n\n.wa-btn-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 14px;\n  align-items: center;\n}\n\n.wa-btn {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 48px;\n  padding: 14px 22px;\n  border-radius: 999px;\n  font-weight: 800;\n  font-size: 15px;\n  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;\n}\n\n.wa-btn:hover {\n  transform: translateY(-2px);\n}\n\n.wa-btn-gold {\n  background: linear-gradient(135deg, #C5A059, #E6C46C);\n  color: #071C31;\n  box-shadow: 0 16px 34px rgba(197, 160, 89, 0.22);\n}\n\n.wa-btn-gold:hover {\n  box-shadow: 0 20px 42px rgba(197, 160, 89, 0.3);\n}\n\n.wa-btn-outline {\n  color: #F6F7F9;\n  border: 1px solid rgba(230, 196, 108, 0.42);\n  background: rgba(255, 255, 255, 0.04);\n}\n\n.wa-btn-outline:hover {\n  border-color: rgba(230, 196, 108, 0.8);\n  background: rgba(255, 255, 255, 0.08);\n}\n\n.wa-btn-navy {\n  color: #FFFFFF;\n  background: #0F2942;\n  box-shadow: 0 16px 34px rgba(15, 41, 66, 0.18);\n}\n\n.wa-btn-navy:hover {\n  background: #071C31;\n}\n\n.wa-hero {\n  position: relative;\n  isolation: isolate;\n  background:\n    radial-gradient(circle at 18% 18%, rgba(230, 196, 108, 0.18), transparent 31%),\n    radial-gradient(circle at 78% 12%, rgba(197, 160, 89, 0.12), transparent 29%),\n    linear-gradient(135deg, #071C31 0%, #0F2942 58%, #071C31 100%);\n  color: #FFFFFF;\n  padding: 118px 0 82px;\n}\n\n.wa-hero::after {\n  content: \"\";\n  position: absolute;\n  inset: auto 0 0;\n  height: 150px;\n  background: linear-gradient(to bottom, transparent, rgba(7, 28, 49, 0.36));\n  z-index: -1;\n}\n\n.wa-hero-grid {\n  display: grid;\n  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.72fr);\n  gap: 54px;\n  align-items: center;\n}\n\n.wa-breadcrumb {\n  display: inline-flex;\n  gap: 8px;\n  align-items: center;\n  color: rgba(246, 247, 249, 0.72);\n  font-size: 14px;\n  margin-bottom: 24px;\n}\n\n.wa-breadcrumb a {\n  color: rgba(246, 247, 249, 0.82);\n}\n\n.wa-breadcrumb span {\n  color: #E6C46C;\n}\n\n.wa-hero h1 {\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: clamp(44px, 6.2vw, 78px);\n  line-height: 0.98;\n  letter-spacing: -0.055em;\n  margin: 0 0 24px;\n  max-width: 840px;\n}\n\n.wa-hero h1 strong {\n  color: #E6C46C;\n  font-weight: 500;\n}\n\n.wa-hero-copy {\n  color: rgba(246, 247, 249, 0.82);\n  font-size: clamp(17px, 2vw, 20px);\n  max-width: 760px;\n  margin: 0 0 34px;\n}\n\n.wa-hero-card {\n  position: relative;\n  border: 1px solid rgba(230, 196, 108, 0.22);\n  background: rgba(255, 255, 255, 0.075);\n  border-radius: 28px;\n  padding: 32px;\n  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);\n  backdrop-filter: blur(14px);\n}\n\n.wa-hero-card::before {\n  content: \"\";\n  position: absolute;\n  inset: 16px;\n  border: 1px solid rgba(230, 196, 108, 0.12);\n  border-radius: 22px;\n  pointer-events: none;\n}\n\n.wa-hero-card h3 {\n  position: relative;\n  color: #FFFFFF;\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: 31px;\n  line-height: 1.1;\n  margin: 0 0 16px;\n}\n\n.wa-hero-card p {\n  position: relative;\n  color: rgba(246, 247, 249, 0.78);\n  margin: 0 0 22px;\n  font-size: 16px;\n}\n\n.wa-hero-stat {\n  position: relative;\n  display: grid;\n  gap: 12px;\n}\n\n.wa-stat-row {\n  display: grid;\n  grid-template-columns: 34px 1fr;\n  gap: 13px;\n  align-items: start;\n  padding: 14px 0;\n  border-top: 1px solid rgba(255, 255, 255, 0.1);\n}\n\n.wa-stat-row:first-child {\n  border-top: 0;\n}\n\n.wa-stat-icon {\n  width: 34px;\n  height: 34px;\n  border-radius: 999px;\n  background: linear-gradient(135deg, #C5A059, #E6C46C);\n  color: #071C31;\n  display: inline-flex;\n  justify-content: center;\n  align-items: center;\n  font-weight: 900;\n  font-size: 14px;\n}\n\n.wa-stat-row strong {\n  display: block;\n  color: #FFFFFF;\n  margin-bottom: 2px;\n}\n\n.wa-stat-row span {\n  color: rgba(246, 247, 249, 0.76);\n  font-size: 14.5px;\n}\n\n.wa-white {\n  background: #FFFFFF;\n}\n\n.wa-offwhite {\n  background: #F6F7F9;\n}\n\n.wa-navy-band {\n  background:\n    radial-gradient(circle at 82% 12%, rgba(230, 196, 108, 0.14), transparent 28%),\n    linear-gradient(135deg, #071C31, #0F2942);\n  color: #FFFFFF;\n}\n\n.wa-split {\n  display: grid;\n  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);\n  gap: 54px;\n  align-items: center;\n}\n\n.wa-split-content h2 {\n  color: #0F2942;\n}\n\n.wa-split-content p + p {\n  margin-top: 16px;\n}\n\n.wa-navy-band .wa-split-content h2 {\n  color: #FFFFFF;\n}\n\n.wa-navy-band .wa-split-content p {\n  color: rgba(246, 247, 249, 0.78);\n}\n\n.wa-story-panel {\n  border-radius: 30px;\n  background: #FFFFFF;\n  border: 1px solid rgba(15, 41, 66, 0.08);\n  box-shadow: 0 24px 70px rgba(15, 41, 66, 0.1);\n  padding: 34px;\n}\n\n.wa-story-panel h3 {\n  font-family: Georgia, \"Times New Roman\", serif;\n  color: #0F2942;\n  font-size: 32px;\n  line-height: 1.1;\n  margin: 0 0 14px;\n}\n\n.wa-story-panel p {\n  color: #64748B;\n  margin: 0;\n}\n\n.wa-quote {\n  margin-top: 24px;\n  border-left: 3px solid #C5A059;\n  padding: 18px 0 18px 22px;\n  color: #0F2942;\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: 23px;\n  line-height: 1.25;\n}\n\n.wa-card-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 22px;\n}\n\n.wa-card {\n  background: #FFFFFF;\n  border: 1px solid rgba(15, 41, 66, 0.08);\n  border-radius: 24px;\n  padding: 28px;\n  box-shadow: 0 18px 46px rgba(15, 41, 66, 0.07);\n  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;\n}\n\n.wa-card:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 24px 62px rgba(15, 41, 66, 0.11);\n  border-color: rgba(197, 160, 89, 0.28);\n}\n\n.wa-icon {\n  width: 48px;\n  height: 48px;\n  border-radius: 16px;\n  background: linear-gradient(135deg, rgba(197, 160, 89, 0.16), rgba(230, 196, 108, 0.24));\n  color: #0F2942;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: 900;\n  margin-bottom: 18px;\n}\n\n.wa-card h3 {\n  font-family: Georgia, \"Times New Roman\", serif;\n  color: #0F2942;\n  font-size: 26px;\n  line-height: 1.12;\n  margin: 0 0 12px;\n}\n\n.wa-card p {\n  color: #64748B;\n  font-size: 15.5px;\n  margin: 0;\n}\n\n.wa-principles {\n  display: grid;\n  grid-template-columns: 0.82fr 1.18fr;\n  gap: 36px;\n  align-items: start;\n}\n\n.wa-principle-list {\n  display: grid;\n  gap: 16px;\n}\n\n.wa-principle {\n  display: grid;\n  grid-template-columns: 46px 1fr;\n  gap: 16px;\n  padding: 22px;\n  background: #FFFFFF;\n  border-radius: 22px;\n  border: 1px solid rgba(15, 41, 66, 0.08);\n  box-shadow: 0 18px 46px rgba(15, 41, 66, 0.06);\n}\n\n.wa-principle-number {\n  width: 46px;\n  height: 46px;\n  border-radius: 15px;\n  background: #0F2942;\n  color: #E6C46C;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: 900;\n}\n\n.wa-principle h3 {\n  color: #0F2942;\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: 24px;\n  line-height: 1.15;\n  margin: 0 0 6px;\n}\n\n.wa-principle p {\n  color: #64748B;\n  margin: 0;\n  font-size: 15.5px;\n}\n\n.wa-dark-card {\n  background: rgba(255, 255, 255, 0.075);\n  border: 1px solid rgba(230, 196, 108, 0.18);\n  border-radius: 28px;\n  padding: 34px;\n  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.18);\n}\n\n.wa-dark-card h3 {\n  color: #FFFFFF;\n  font-family: Georgia, \"Times New Roman\", serif;\n  font-size: 32px;\n  line-height: 1.1;\n  margin: 0 0 16px;\n}\n\n.wa-dark-card p {\n  color: rgba(246, 247, 249, 0.78);\n  margin: 0;\n}\n\n.wa-mini-list {\n  margin: 24px 0 0;\n  padding: 0;\n  list-style: none;\n  display: grid;\n  gap: 12px;\n}\n\n.wa-mini-list li {\n  display: grid;\n  grid-template-columns: 26px 1fr;\n  gap: 11px;\n  color: rgba(246, 247, 249, 0.82);\n}\n\n.wa-check {\n  width: 26px;\n  height: 26px;\n  border-radius: 999px;\n  background: rgba(230, 196, 108, 0.14);\n  color: #E6C46C;\n  display: inline-flex;\n  justify-content: center;\n  align-items: center;\n  font-weight: 900;\n  font-size: 13px;\n}\n\n.wa-cta {\n  position: relative;\n  overflow: hidden;\n  border-radius: 32px;\n  padding: 54px;\n  background:\n    radial-gradient(circle at 86% 14%, rgba(230, 196, 108, 0.18), transparent 28%),\n    linear-gradient(135deg, #071C31, #0F2942);\n  color: #FFFFFF;\n  display: grid;\n  grid-template-columns: 1fr auto;\n  gap: 34px;\n  align-items: center;\n  box-shadow: 0 26px 76px rgba(15, 41, 66, 0.18);\n}\n\n.wa-cta h2 {\n  color: #FFFFFF;\n  margin-bottom: 12px;\n}\n\n.wa-cta p {\n  color: rgba(246, 247, 249, 0.78);\n  max-width: 760px;\n}\n\n.wa-cta-actions {\n  display: flex;\n  gap: 12px;\n  flex-wrap: wrap;\n  justify-content: flex-end;\n}\n\n@media (max-width: 980px) {\n  .wa-hero {\n    padding: 92px 0 64px;\n  }\n\n  .wa-hero-grid,\n  .wa-split,\n  .wa-principles,\n  .wa-cta {\n    grid-template-columns: 1fr;\n  }\n\n  .wa-card-grid {\n    grid-template-columns: repeat(2, 1fr);\n  }\n\n  .wa-cta-actions {\n    justify-content: flex-start;\n  }\n}\n\n@media (max-width: 680px) {\n  .wa-container {\n    width: min(100% - 28px, 1180px);\n  }\n\n  .wa-section {\n    padding: 68px 0;\n  }\n\n  .wa-section-tight {\n    padding: 56px 0;\n  }\n\n  .wa-hero {\n    padding: 78px 0 52px;\n  }\n\n  .wa-card-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .wa-btn-row,\n  .wa-btn,\n  .wa-cta-actions {\n    width: 100%;\n  }\n\n  .wa-btn {\n    justify-content: center;\n  }\n\n  .wa-card,\n  .wa-story-panel,\n  .wa-dark-card,\n  .wa-principle {\n    padding: 24px;\n  }\n\n  .wa-principle {\n    grid-template-columns: 1fr;\n  }\n\n  .wa-hero-card {\n    padding: 24px;\n    border-radius: 24px;\n  }\n\n  .wa-cta {\n    padding: 34px 24px;\n    border-radius: 24px;\n  }\n}\n<\/style>\n\n<main class=\"wa-page wa-about\">\n\n  <section class=\"wa-hero\">\n    <div class=\"wa-container\">\n      <div class=\"wa-hero-grid\">\n        <div>\n          <div class=\"wa-breadcrumb\">\n            <a href=\"\/\">Home<\/a>\n            <span>\u203a<\/span>\n            <span>About<\/span>\n          <\/div>\n\n          <div class=\"wa-eyebrow\">About WealthArk<\/div>\n\n          <h1>Financial planning should feel <strong>clear, disciplined, and built before the storm.<\/strong><\/h1>\n\n          <p class=\"wa-hero-copy\">\n            WealthArk Financial Services Inc. was created to help individuals, families, and business owners approach insurance and financial planning with structure, care, and long-term thinking.\n          <\/p>\n\n          <div class=\"wa-btn-row\">\n            <a class=\"wa-btn wa-btn-gold\" href=\"\/contact\/\">Book a Consultation<\/a>\n            <a class=\"wa-btn wa-btn-outline\" href=\"\/services\/\">Explore Services<\/a>\n          <\/div>\n        <\/div>\n\n        <aside class=\"wa-hero-card\">\n          <h3>Why \u201cArk\u201d?<\/h3>\n          <p>\n            An ark is not built after the storm arrives. It is built early, with intention, discipline, and protection in mind.\n          <\/p>\n\n          <div class=\"wa-hero-stat\">\n            <div class=\"wa-stat-row\">\n              <span class=\"wa-stat-icon\">1<\/span>\n              <span><strong>Protect<\/strong>Prepare for risks that can disrupt income, family, and business continuity.<\/span>\n            <\/div>\n            <div class=\"wa-stat-row\">\n              <span class=\"wa-stat-icon\">2<\/span>\n              <span><strong>Plan<\/strong>Organize goals, obligations, coverage, and long-term priorities.<\/span>\n            <\/div>\n            <div class=\"wa-stat-row\">\n              <span class=\"wa-stat-icon\">3<\/span>\n              <span><strong>Preserve<\/strong>Think carefully about retirement, estate liquidity, and legacy planning.<\/span>\n            <\/div>\n          <\/div>\n        <\/aside>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"wa-section wa-white\">\n    <div class=\"wa-container\">\n      <div class=\"wa-split\">\n        <div class=\"wa-split-content\">\n          <div class=\"wa-eyebrow\">Our Purpose<\/div>\n          <h2>WealthArk exists to make planning less confusing and more intentional.<\/h2>\n          <p>\n            Many people know they should review their insurance, retirement direction, estate planning, or business protection, but the process often feels scattered. Policies, accounts, beneficiaries, taxes, debt, family responsibilities, and future goals are usually handled in separate pieces.\n          <\/p>\n          <p>\n            WealthArk brings those conversations into a more organized framework. The goal is not to overwhelm clients with jargon. The goal is to help them understand what matters, what risks need attention, and what decisions should be coordinated carefully.\n          <\/p>\n        <\/div>\n\n        <div class=\"wa-story-panel\">\n          <h3>Built for thoughtful decisions.<\/h3>\n          <p>\n            We believe serious planning should be calm, transparent, and grounded in real life. A good plan should help you see the road ahead more clearly before making major financial or insurance decisions.\n          <\/p>\n          <div class=\"wa-quote\">\n            Build with clarity. Protect with discipline. Plan with the next generation in mind.\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"wa-section wa-offwhite\">\n    <div class=\"wa-container\">\n      <div class=\"wa-section-head\">\n        <div class=\"wa-eyebrow\">What We Stand For<\/div>\n        <h2>A premium experience should also be practical.<\/h2>\n        <p class=\"wa-kicker\">\n          WealthArk is built around careful planning conversations, responsible language, and strategies that fit the client\u2019s actual situation.\n        <\/p>\n      <\/div>\n\n      <div class=\"wa-card-grid\">\n        <article class=\"wa-card\">\n          <div class=\"wa-icon\">01<\/div>\n          <h3>Clarity First<\/h3>\n          <p>\n            We explain planning concepts in plain language so clients can understand the purpose behind each recommendation.\n          <\/p>\n        <\/article>\n\n        <article class=\"wa-card\">\n          <div class=\"wa-icon\">02<\/div>\n          <h3>Protection Mindset<\/h3>\n          <p>\n            We focus on the risks that can damage a family, business, or long-term plan if they are ignored for too long.\n          <\/p>\n        <\/article>\n\n        <article class=\"wa-card\">\n          <div class=\"wa-icon\">03<\/div>\n          <h3>Long-Term Thinking<\/h3>\n          <p>\n            We help clients think beyond short-term decisions and consider retirement, estate liquidity, continuity, and legacy.\n          <\/p>\n        <\/article>\n\n        <article class=\"wa-card\">\n          <div class=\"wa-icon\">04<\/div>\n          <h3>Coordination<\/h3>\n          <p>\n            Where needed, planning should work alongside tax, legal, accounting, and other professional advice.\n          <\/p>\n        <\/article>\n\n        <article class=\"wa-card\">\n          <div class=\"wa-icon\">05<\/div>\n          <h3>Responsibility<\/h3>\n          <p>\n            We avoid exaggerated claims and focus on strategies that can be reviewed, explained, and adjusted over time.\n          <\/p>\n        <\/article>\n\n        <article class=\"wa-card\">\n          <div class=\"wa-icon\">06<\/div>\n          <h3>Trust<\/h3>\n          <p>\n            Trust is built by being clear about trade-offs, limitations, costs, risks, and the reason behind each planning step.\n          <\/p>\n        <\/article>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"wa-section wa-navy-band\">\n    <div class=\"wa-container\">\n      <div class=\"wa-split\">\n        <div class=\"wa-split-content\">\n          <div class=\"wa-eyebrow\">Our Approach<\/div>\n          <h2>We do not start with products. We start with the problem.<\/h2>\n          <p>\n            A policy, account, or strategy only makes sense after the client\u2019s situation is understood. WealthArk\u2019s approach begins by clarifying goals, responsibilities, risks, and planning gaps.\n          <\/p>\n          <p>\n            From there, the conversation can move toward appropriate insurance-based planning, retirement direction, business continuity, estate liquidity, or professional coordination.\n          <\/p>\n        <\/div>\n\n        <div class=\"wa-dark-card\">\n          <h3>The WealthArk planning lens<\/h3>\n          <p>\n            Before making recommendations, we look at what the client is trying to protect, what could go wrong, what needs to be coordinated, and what decisions should be reviewed over time.\n          <\/p>\n\n          <ul class=\"wa-mini-list\">\n            <li><span class=\"wa-check\">\u2713<\/span><span>What are you responsible for?<\/span><\/li>\n            <li><span class=\"wa-check\">\u2713<\/span><span>What risks could disrupt your plan?<\/span><\/li>\n            <li><span class=\"wa-check\">\u2713<\/span><span>What planning gaps exist today?<\/span><\/li>\n            <li><span class=\"wa-check\">\u2713<\/span><span>What needs professional tax or legal coordination?<\/span><\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"wa-section wa-white\">\n    <div class=\"wa-container\">\n      <div class=\"wa-principles\">\n        <div class=\"wa-split-content\">\n          <div class=\"wa-eyebrow\">Planning Principles<\/div>\n          <h2>Simple principles guide the work.<\/h2>\n          <p>\n            WealthArk is being built as a serious Canadian financial services brand. The foundation is careful planning, professional presentation, and language clients can understand.\n          <\/p>\n        <\/div>\n\n        <div class=\"wa-principle-list\">\n          <article class=\"wa-principle\">\n            <span class=\"wa-principle-number\">01<\/span>\n            <div>\n              <h3>Protect the foundation first.<\/h3>\n              <p>\n                Before chasing growth or complexity, a plan should address income risk, family obligations, debt, and continuity.\n              <\/p>\n            <\/div>\n          <\/article>\n\n          <article class=\"wa-principle\">\n            <span class=\"wa-principle-number\">02<\/span>\n            <div>\n              <h3>Keep the plan understandable.<\/h3>\n              <p>\n                Clients should know what they own, why they own it, what it costs, and what role it plays in the larger plan.\n              <\/p>\n            <\/div>\n          <\/article>\n\n          <article class=\"wa-principle\">\n            <span class=\"wa-principle-number\">03<\/span>\n            <div>\n              <h3>Coordinate before implementing.<\/h3>\n              <p>\n                Major planning decisions may require tax, legal, accounting, or estate advice before anything is finalized.\n              <\/p>\n            <\/div>\n          <\/article>\n\n          <article class=\"wa-principle\">\n            <span class=\"wa-principle-number\">04<\/span>\n            <div>\n              <h3>Review as life changes.<\/h3>\n              <p>\n                A plan should evolve as income, family needs, business goals, estate priorities, and legislation change.\n              <\/p>\n            <\/div>\n          <\/article>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"wa-section-tight wa-offwhite\">\n    <div class=\"wa-container\">\n      <div class=\"wa-cta\">\n        <div>\n          <div class=\"wa-eyebrow\">Start the Conversation<\/div>\n          <h2>Build your plan with more structure and less guesswork.<\/h2>\n          <p>\n            Connect with WealthArk to discuss your current situation, planning concerns, and the next steps that may make sense.\n          <\/p>\n        <\/div>\n\n        <div class=\"wa-cta-actions\">\n          <a class=\"wa-btn wa-btn-gold\" href=\"\/contact\/\">Book a Consultation<\/a>\n          <a class=\"wa-btn wa-btn-outline\" href=\"\/services\/\">View Services<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/main><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"nf_dc_page":"","_monsterinsights_skip_tracking":false,"footnotes":""},"class_list":["post-72","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>About - Wealth ARK Financial Services Inc.<\/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:\/\/wealthark.ca\/staging\/4438\/about\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"About - Wealth ARK Financial Services Inc.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wealthark.ca\/staging\/4438\/about\/\" \/>\n<meta property=\"og:site_name\" content=\"Wealth ARK Financial Services Inc.\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-10T01:28:37+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wealthark.ca\\\/staging\\\/4438\\\/about\\\/\",\"url\":\"https:\\\/\\\/wealthark.ca\\\/staging\\\/4438\\\/about\\\/\",\"name\":\"About - Wealth ARK Financial Services Inc.\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wealthark.ca\\\/#website\"},\"datePublished\":\"2026-07-09T20:02:37+00:00\",\"dateModified\":\"2026-07-10T01:28:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wealthark.ca\\\/staging\\\/4438\\\/about\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wealthark.ca\\\/staging\\\/4438\\\/about\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wealthark.ca\\\/staging\\\/4438\\\/about\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wealthark.ca\\\/staging\\\/4438\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wealthark.ca\\\/#website\",\"url\":\"https:\\\/\\\/wealthark.ca\\\/\",\"name\":\"Wealth ARK Financial Services Inc.\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wealthark.ca\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"About - Wealth ARK Financial Services Inc.","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:\/\/wealthark.ca\/staging\/4438\/about\/","og_locale":"en_US","og_type":"article","og_title":"About - Wealth ARK Financial Services Inc.","og_url":"https:\/\/wealthark.ca\/staging\/4438\/about\/","og_site_name":"Wealth ARK Financial Services Inc.","article_modified_time":"2026-07-10T01:28:37+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wealthark.ca\/staging\/4438\/about\/","url":"https:\/\/wealthark.ca\/staging\/4438\/about\/","name":"About - Wealth ARK Financial Services Inc.","isPartOf":{"@id":"https:\/\/wealthark.ca\/#website"},"datePublished":"2026-07-09T20:02:37+00:00","dateModified":"2026-07-10T01:28:37+00:00","breadcrumb":{"@id":"https:\/\/wealthark.ca\/staging\/4438\/about\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wealthark.ca\/staging\/4438\/about\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wealthark.ca\/staging\/4438\/about\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wealthark.ca\/staging\/4438\/"},{"@type":"ListItem","position":2,"name":"About"}]},{"@type":"WebSite","@id":"https:\/\/wealthark.ca\/#website","url":"https:\/\/wealthark.ca\/","name":"Wealth ARK Financial Services Inc.","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wealthark.ca\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/wealthark.ca\/staging\/4438\/wp-json\/wp\/v2\/pages\/72","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wealthark.ca\/staging\/4438\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/wealthark.ca\/staging\/4438\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/wealthark.ca\/staging\/4438\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/wealthark.ca\/staging\/4438\/wp-json\/wp\/v2\/comments?post=72"}],"version-history":[{"count":7,"href":"https:\/\/wealthark.ca\/staging\/4438\/wp-json\/wp\/v2\/pages\/72\/revisions"}],"predecessor-version":[{"id":172,"href":"https:\/\/wealthark.ca\/staging\/4438\/wp-json\/wp\/v2\/pages\/72\/revisions\/172"}],"wp:attachment":[{"href":"https:\/\/wealthark.ca\/staging\/4438\/wp-json\/wp\/v2\/media?parent=72"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}