{"id":489,"date":"2026-08-26T21:58:17","date_gmt":"2026-08-26T21:58:17","guid":{"rendered":"https:\/\/n-lytics.net\/stag\/?page_id=489"},"modified":"2026-08-26T22:27:23","modified_gmt":"2026-08-26T22:27:23","slug":"it-health","status":"publish","type":"page","link":"https:\/\/n-lytics.net\/stag\/it-health\/","title":{"rendered":""},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n:root {\n  --hc-navy: #06254f;\n  --hc-navy-2: #10265a;\n  --hc-purple: #6548ff;\n  --hc-purple-2: #7c5cff;\n  --hc-text: #2f3040;\n  --hc-muted: #6f7384;\n  --hc-bg: #f6f7fb;\n  --hc-soft: #eef0f6;\n  --hc-border: #e1e4ee;\n  --hc-white: #ffffff;\n  --hc-success: #2f9e64;\n  --hc-success-2: #45b97c;\n  --hc-warn: #d89025;\n  --hc-warn-2: #efac47;\n  --hc-risk: #c94b4b;\n  --hc-risk-2: #dd6a6a;\n  --hc-attn: #c97a1f;\n  --hc-attn-2: #e59a3c;\n  --hc-shadow: 0 24px 70px rgba(6, 37, 79, .12);\n  --hc-score-color: var(--hc-purple);\n  --hc-score-color-2: var(--hc-purple-2);\n  --hc-score-soft: #f3f0ff;\n}\n* { box-sizing: border-box; }\nbody { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif; background: var(--hc-bg); color: var(--hc-text); }\nbutton, input, select { font: inherit; }\nbutton, a { -webkit-tap-highlight-color: transparent; }\n.hc-shell { width: 100%; padding: 48px 20px; }\n.hc-card { max-width: 980px; margin: 0 auto; background: var(--hc-white); border: 1px solid var(--hc-border); border-radius: 28px; padding: 34px; box-shadow: var(--hc-shadow); overflow: hidden; }\n.hc-brand-row { display: flex; align-items: center; gap: 14px; margin-bottom: 26px; }\n.hc-brand-logo { display: block; width: min(300px, 60vw); height: auto; }\n.hc-progress-wrap { margin: 4px 0 26px; }\n.hc-progress-meta { display: flex; justify-content: space-between; font-size: 13px; color: var(--hc-muted); margin-bottom: 8px; }\n.hc-progress { height: 8px; border-radius: 999px; overflow: hidden; background: var(--hc-soft); }\n.hc-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--hc-purple), var(--hc-purple-2)); transition: width .25s ease; }\n.hc-view { display: none; }\n.hc-view.is-active { display: block; animation: hcFade .22s ease; }\n@keyframes hcFade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }\n.hc-eyebrow, .hc-category { display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; border-radius: 999px; background: var(--hc-soft); color: var(--hc-navy); font-size: 13px; font-weight: 700; margin-bottom: 18px; }\n.hc-eyebrow::before, .hc-category::before { content: \"\u2731\"; color: var(--hc-purple); }\n.hc-result .hc-eyebrow { background: var(--hc-score-soft); color: var(--hc-navy); }\n.hc-result .hc-eyebrow::before { color: var(--hc-score-color); }\nh1, h2, h3 { margin-top: 0; color: #272936; }\nh1 { font-size: clamp(36px, 6vw, 62px)!important; line-height: 1.04; letter-spacing: -.04em; margin-bottom: 20px; max-width: 820px; }\nh2 { font-size: clamp(30px, 4vw, 44px)!important; line-height: 1.12; letter-spacing: -.03em; margin-bottom: 14px; }\nh3 { font-size: 20px!important; }\n.hc-lead { font-size: 19px; line-height: 1.6; max-width: 760px; color: #555a6d; }\n.hc-lead-sm, .hc-help { font-size: 16px; line-height: 1.6; color: var(--hc-muted); max-width: 760px; }\n.hc-help { margin: -2px 0 22px; }\n.hc-fine { font-size: 12px; color: var(--hc-muted); margin: 14px 0 0; }\n.hc-proof-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 22px; margin: 26px 0; max-width: 650px; color: var(--hc-navy); font-weight: 650; }\n.hc-btn { border: 0; border-radius: 15px; padding: 14px 20px; font-weight: 750; cursor: pointer; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease; }\n.hc-btn:hover { transform: translateY(-1px); }\n.hc-btn-primary { background: var(--hc-purple); color: white!important;text-decoration: none!important; box-shadow: 0 8px 22px rgba(101, 72, 255, .24); }\n.hc-btn-ghost { background: var(--hc-soft); color: var(--hc-text); }\n.hc-link-btn { background: transparent; border: 0; padding: 0; color: var(--hc-purple); text-decoration: underline; cursor: pointer; margin-top: 18px; }\n.hc-options { display: grid; gap: 12px; max-width: 760px; }\n.hc-option { width: 100%; text-align: left; border: 1px solid var(--hc-border); border-radius: 16px; background: white; padding: 17px 18px; color: var(--hc-text); cursor: pointer; display: flex; gap: 12px; align-items: center; font-weight: 650; transition: border .15s ease, background .15s ease, transform .15s ease; }\n.hc-option:hover, .hc-option:focus-visible { border-color: var(--hc-purple); background: #faf9ff; transform: translateY(-1px); outline: none; }\n.hc-option.is-selected { border-color: var(--hc-purple); background: #f3f0ff; }\n.hc-option-dot { width: 22px; height: 22px; border: 2px solid #c8cddd; border-radius: 50%; flex: 0 0 auto; position: relative; }\n.hc-option.is-selected .hc-option-dot { border-color: var(--hc-purple); }\n.hc-option.is-selected .hc-option-dot::after { content: \"\"; position: absolute; inset: 4px; border-radius: 50%; background: var(--hc-purple); }\n.hc-nav-row { margin-top: 18px; }\n.hc-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 26px 0 18px; }\n.hc-form-grid label { display: grid; gap: 7px; color: #3f4353; font-size: 13px; font-weight: 700; }\n.hc-form-grid input, .hc-form-grid select { width: 100%; padding: 13px 14px; border: 1px solid #cfd4df; border-radius: 12px; color: var(--hc-text); background: white; outline: none; }\n.hc-form-grid input:focus, .hc-form-grid select:focus { border-color: var(--hc-purple); box-shadow: 0 0 0 3px rgba(101,72,255,.10); }\n.hc-consent { display: flex; gap: 10px; align-items: flex-start; font-size: 12px; line-height: 1.5; color: var(--hc-muted); margin-bottom: 18px; max-width: 760px; }\n.hc-consent input { margin-top: 3px; }\n.hc-form-error { color: var(--hc-risk); font-size: 13px; min-height: 18px; }\n.hc-result-hero { display: grid; grid-template-columns: 160px 1fr; align-items: center; gap: 26px; margin-bottom: 34px; }\n.hc-score-ring { width: 150px; height: 150px; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--hc-score-color) var(--score-angle, 0deg), var(--hc-soft) 0); position: relative; transition: background .25s ease; }\n.hc-score-ring::before { content: \"\"; position: absolute; inset: 12px; background: white; border-radius: 50%; }\n.hc-score-ring > div { position: relative; display: flex; align-items: baseline; gap: 2px; }\n.hc-score-ring strong { font-size: 44px; color: var(--hc-navy); }\n.hc-score-ring span { color: var(--hc-muted); }\n.hc-result-title { color: var(--hc-score-color); }\n.hc-result-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 28px; }\n.hc-category-scores { display: grid; gap: 14px; }\n.hc-cat-row { display: grid; gap: 6px; }\n.hc-cat-row-head { display: flex; justify-content: space-between; gap: 16px; font-size: 13px; font-weight: 750; }\n.hc-cat-track { height: 9px; background: var(--hc-soft); border-radius: 999px; overflow: hidden; }\n.hc-cat-track span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--hc-score-color), var(--hc-score-color-2)); }\n.hc-findings { display: grid; gap: 12px; }\n.hc-finding { border: 1px solid var(--hc-border); border-radius: 16px; padding: 15px; background: #fff; }\n.hc-finding strong { display: block; color: var(--hc-navy); margin-bottom: 5px; }\n.hc-finding p { margin: 0; color: var(--hc-muted); font-size: 13px; line-height: 1.5; }\n.hc-result-cta { margin-top: 34px; padding: 24px; border-radius: 20px; background: var(--hc-navy); color: white; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; }\n.hc-result-cta h3 { color: white; margin-bottom: 8px; }\n.hc-result-cta p { margin: 0; color: #dbe4f3; line-height: 1.55; max-width: 650px; }\n@media (max-width: 720px) {\n  .hc-shell { padding: 18px 10px; }\n  .hc-card { border-radius: 20px; padding: 22px 18px; }\n  .hc-proof-grid, .hc-form-grid, .hc-result-grid, .hc-result-cta { grid-template-columns: 1fr; }\n  .hc-result-hero { grid-template-columns: 1fr; }\n  .hc-score-ring { width: 132px; height: 132px; }\n  .hc-result-cta .hc-btn { width: 100%; }\n  .hc-brand-logo { width: min(250px, 72vw); }\n}\n<\/style>\n\n<meta charset=\"utf-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n  <meta name=\"description\" content=\"N-Lytics Technology Health Check \u2014 a short assessment for growing businesses.\">\n  <title>N-Lytics Technology Health Check<\/title>\n  <link rel=\"stylesheet\" href=\"health-check.css\">\n\n\n  <main class=\"hc-shell\" id=\"healthCheckApp\" aria-live=\"polite\">\n    <section class=\"hc-card\">\n\n      <div class=\"hc-progress-wrap\" id=\"progressWrap\" hidden=\"\">\n        <div class=\"hc-progress-meta\">\n          <span id=\"progressLabel\">Question 1 of 10<\/span>\n          <span id=\"progressPercent\">10%<\/span>\n        <\/div>\n        <div class=\"hc-progress\" role=\"progressbar\" aria-valuemin=\"0\" aria-valuemax=\"100\" aria-valuenow=\"0\">\n          <span id=\"progressBar\"><\/span>\n        <\/div>\n      <\/div>\n\n      <section class=\"hc-view is-active\" data-view=\"intro\">\n        <span class=\"hc-eyebrow\">Free Technology Health Check<\/span>\n        <h1>How healthy is your business technology?<\/h1>\n        <p class=\"hc-lead\">Answer 10 simple business questions and get an instant technology health score, priority findings, and a clearer view of where your business may need attention.<\/p>\n        <div class=\"hc-proof-grid\">\n          <span>\u2713 2\u20133 minutes<\/span>\n          <span>\u2713 No technical expertise required<\/span>\n          <span>\u2713 Instant score<\/span>\n          <span>\u2713 No obligation<\/span>\n        <\/div>\n        <button class=\"hc-btn hc-btn-primary\" id=\"startBtn\" type=\"button\">Start My Free Assessment<\/button>\n        <p class=\"hc-fine\">This is a practical business assessment, not a security certification or formal technical audit.<\/p>\n      <\/section>\n\n      <section class=\"hc-view\" data-view=\"question\">\n        <span class=\"hc-category\" id=\"questionCategory\">Accounts &amp; Access<\/span>\n        <h2 id=\"questionText\"><\/h2>\n        <p class=\"hc-help\" id=\"questionHelp\"><\/p>\n        <div class=\"hc-options\" id=\"answerOptions\"><\/div>\n        <div class=\"hc-nav-row\">\n          <button class=\"hc-btn hc-btn-ghost\" id=\"backBtn\" type=\"button\">Back<\/button>\n        <\/div>\n      <\/section>\n\n      <section class=\"hc-view\" data-view=\"lead\">\n        <span class=\"hc-eyebrow\">Your assessment is complete<\/span>\n        <h2>Where should we send your full result?<\/h2>\n        <p class=\"hc-lead-sm\">Enter your business details to unlock your score, category breakdown, and priority findings.<\/p>\n\n        <form id=\"leadForm\" novalidate=\"\">\n          <div class=\"hc-form-grid\">\n            <label><span>Name *<\/span><input name=\"name\" autocomplete=\"name\" required=\"\"><\/label>\n            <label><span>Company *<\/span><input name=\"company\" autocomplete=\"organization\" required=\"\"><\/label>\n            <label><span>Business email *<\/span><input name=\"email\" type=\"email\" autocomplete=\"email\" required=\"\"><\/label>\n            <label><span>Phone <small>(optional)<\/small><\/span><input name=\"phone\" autocomplete=\"tel\"><\/label>\n            <label><span>Employees *<\/span><select name=\"employees\" required=\"\"><option value=\"\">Select<\/option><option>1\u20134<\/option><option>5\u201310<\/option><option>11\u201325<\/option><option>26\u201350<\/option><option>51\u2013100<\/option><option>101+<\/option><\/select><\/label>\n            <label><span>Primary platform *<\/span><select name=\"platform\" required=\"\"><option value=\"\">Select<\/option><option>Microsoft 365<\/option><option>Google Workspace<\/option><option>Both<\/option><option>Other \/ Not sure<\/option><\/select><\/label>\n          <\/div>\n          <label class=\"hc-consent\"><input type=\"checkbox\" name=\"consent\" required=\"\"><span>I agree that N-Lytics may use these details to provide my assessment result and follow up about the findings.<\/span><\/label>\n          <p class=\"hc-form-error\" id=\"formError\" role=\"alert\"><\/p>\n          <button class=\"hc-btn hc-btn-primary\" type=\"submit\">Show My Technology Health Score<\/button>\n        <\/form>\n      <\/section>\n\n      <section class=\"hc-view hc-result\" data-view=\"result\">\n        <div class=\"hc-result-hero\">\n          <div class=\"hc-score-ring\" id=\"scoreRing\" aria-label=\"Technology Health Score\">\n            <div><strong id=\"scoreValue\">0<\/strong><span>\/100<\/span><\/div>\n          <\/div>\n          <div>\n            <span class=\"hc-eyebrow\">Your Technology Health Score<\/span>\n            <h2 id=\"resultTitle\"><\/h2>\n            <p class=\"hc-lead-sm\" id=\"resultSummary\"><\/p>\n          <\/div>\n        <\/div>\n\n        <div class=\"hc-result-grid\">\n          <div><h3>Category breakdown<\/h3><div id=\"categoryScores\" class=\"hc-category-scores\"><\/div><\/div>\n          <div><h3>Priority findings<\/h3><div id=\"priorityFindings\" class=\"hc-findings\"><\/div><\/div>\n        <\/div>\n\n        <div class=\"hc-result-cta\">\n          <div><h3>Want a second set of eyes?<\/h3><p>Book a short technology review with N-Lytics. We\u2019ll walk through the areas that scored lowest and explain what is worth fixing first.<\/p><\/div>\n          <a class=\"hc-btn hc-btn-primary\" id=\"bookingLink\" href=\"#\" target=\"_self\">Book a 15-Minute Technology Review<\/a>\n        <\/div>\n\n        <button class=\"hc-link-btn\" id=\"restartBtn\" type=\"button\">Retake assessment<\/button>\n      <\/section>\n    <\/section>\n  <\/main>\n  <script src=\"https:\/\/n-lytics.net\/stag\/health-check.js\"><\/script>\n","protected":false},"excerpt":{"rendered":"<p>N-Lytics Technology Health Check Question 1 of 10 10% Free Technology Health Check How healthy is your business technology? Answer 10 simple business questions and get an instant technology health score, priority findings, and a clearer view of where your business may need attention. \u2713 2\u20133 minutes \u2713 No technical expertise required \u2713 Instant score [&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-489","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/n-lytics.net\/stag\/wp-json\/wp\/v2\/pages\/489","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/n-lytics.net\/stag\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/n-lytics.net\/stag\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/n-lytics.net\/stag\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/n-lytics.net\/stag\/wp-json\/wp\/v2\/comments?post=489"}],"version-history":[{"count":9,"href":"https:\/\/n-lytics.net\/stag\/wp-json\/wp\/v2\/pages\/489\/revisions"}],"predecessor-version":[{"id":499,"href":"https:\/\/n-lytics.net\/stag\/wp-json\/wp\/v2\/pages\/489\/revisions\/499"}],"wp:attachment":[{"href":"https:\/\/n-lytics.net\/stag\/wp-json\/wp\/v2\/media?parent=489"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}