{"id":6,"date":"2026-01-18T19:49:19","date_gmt":"2026-01-18T19:49:19","guid":{"rendered":"https:\/\/healthmadeclear.org\/?page_id=6"},"modified":"2026-07-30T16:58:02","modified_gmt":"2026-07-30T16:58:02","slug":"home","status":"publish","type":"page","link":"https:\/\/healthmadeclear.org\/","title":{"rendered":"Home"},"content":{"rendered":"<p><!-- =========================\nHEALTH MADE CLEAR \u2013 HOME PAGE (Full-width sections)\n- Outer sections: align:\"full\" so backgrounds stretch edge-to-edge\n- Inner content: constrained to ~1200px so it stays readable\n- Fixed Query Loop wideSize typo (was 1200%)\n========================= --><\/p>\n<p><!-- ========================= HERO SECTION ========================= --><\/p>\n\n\n<style data-wp-block-html=\"css\">\n\/* ========================================\n   HEALTH MADE CLEAR \u2014 HERO\n======================================== *\/\n\n.hmc-hero,\n.hmc-hero * {\n\tbox-sizing: border-box;\n}\n\n.hmc-hero {\n\tposition: relative;\n\twidth: 100vw;\n\tmax-width: none;\n\tmargin-left: calc(50% - 50vw);\n\tmargin-right: calc(50% - 50vw);\n\toverflow: hidden;\n\tpadding: 100px 24px;\n\tbackground:\n\t\tradial-gradient(\n\t\t\tcircle at 82% 25%,\n\t\t\trgba(185, 178, 230, 0.46) 0,\n\t\t\trgba(185, 178, 230, 0.15) 32%,\n\t\t\ttransparent 55%\n\t\t),\n\t\tlinear-gradient(\n\t\t\t135deg,\n\t\t\t#fafafd 0%,\n\t\t\t#f2f1f8 48%,\n\t\t\t#e8e4f5 100%\n\t\t);\n}\n\n.hmc-hero__container {\n\tposition: relative;\n\tz-index: 2;\n\tdisplay: grid;\n\tgrid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);\n\talign-items: center;\n\tgap: 72px;\n\twidth: min(1200px, calc(100% - 48px));\n\tmargin: 0 auto;\n}\n\n\/* ========================================\n   LEFT CONTENT\n======================================== *\/\n\n.hmc-hero__content {\n\tposition: relative;\n\tz-index: 3;\n\tmax-width: 560px;\n}\n\n.hmc-hero__eyebrow {\n\tdisplay: inline-flex;\n\talign-items: center;\n\twidth: fit-content;\n\tmargin: 0 0 24px;\n\tpadding: 9px 16px;\n\tborder-radius: 999px;\n\tbackground: rgba(232, 228, 245, 0.95);\n\tcolor: #645ab5;\n\tfont-size: 14px;\n\tfont-weight: 600;\n\tline-height: 1.3;\n\tletter-spacing: 0.01em;\n}\n\n.hmc-hero__title {\n\tmargin: 0 0 24px;\n\tcolor: #1f2433;\n\tfont-family: \"Cormorant Garamond\", Georgia, serif;\n\tfont-size: clamp(56px, 6vw, 82px);\n\tfont-weight: 700;\n\tline-height: 0.92;\n\tletter-spacing: -0.035em;\n}\n\n.hmc-hero__title span {\n\tcolor: #8d82e5;\n}\n\n.hmc-hero__description {\n\tmax-width: 520px;\n\tmargin: 0 0 32px;\n\tcolor: #5e6479;\n\tfont-size: 18px;\n\tline-height: 1.75;\n}\n\n.hmc-hero__buttons {\n\tdisplay: flex;\n\tflex-wrap: wrap;\n\talign-items: center;\n\tgap: 14px;\n\tmargin-bottom: 30px;\n}\n\n.hmc-button {\n\tdisplay: inline-flex;\n\talign-items: center;\n\tjustify-content: center;\n\tgap: 12px;\n\tmin-height: 52px;\n\tpadding: 14px 26px;\n\tborder: 1px solid transparent;\n\tborder-radius: 999px;\n\tfont-size: 15px;\n\tfont-weight: 600;\n\tline-height: 1;\n\ttext-decoration: none !important;\n\ttransition:\n\t\ttransform 180ms ease,\n\t\tbox-shadow 180ms ease,\n\t\tbackground-color 180ms ease,\n\t\tborder-color 180ms ease;\n}\n\n.hmc-button:hover {\n\ttransform: translateY(-2px);\n}\n\n.hmc-button--primary {\n\tbackground: #1f2433;\n\tcolor: #ffffff !important;\n\tbox-shadow: 0 14px 30px rgba(31, 36, 51, 0.18);\n}\n\n.hmc-button--primary:hover {\n\tbackground: #30364a;\n\tbox-shadow: 0 18px 36px rgba(31, 36, 51, 0.22);\n}\n\n.hmc-button--secondary {\n\tborder-color: rgba(31, 36, 51, 0.3);\n\tbackground: rgba(255, 255, 255, 0.7);\n\tcolor: #1f2433 !important;\n}\n\n.hmc-button--secondary:hover {\n\tborder-color: #8d82e5;\n\tbackground: #ffffff;\n}\n\n.hmc-hero__trust {\n\tdisplay: flex;\n\tflex-wrap: wrap;\n\tgap: 12px 22px;\n\tcolor: #52596e;\n\tfont-size: 14px;\n\tfont-weight: 500;\n}\n\n.hmc-hero__trust span {\n\tdisplay: inline-flex;\n\talign-items: center;\n\tgap: 8px;\n}\n\n.hmc-hero__trust i {\n\tdisplay: inline-grid;\n\tplace-items: center;\n\tflex: 0 0 22px;\n\twidth: 22px;\n\theight: 22px;\n\tborder-radius: 50%;\n\tbackground: #9186e8;\n\tcolor: #ffffff;\n\tfont-size: 12px;\n\tfont-style: normal;\n}\n\n\/* ========================================\n   IMAGE AREA\n======================================== *\/\n\n.hmc-hero__visual {\n\tposition: relative;\n\tmin-height: 610px;\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n}\n\n.hmc-hero__shape {\n\tposition: absolute;\n\tz-index: 0;\n\twidth: 590px;\n\theight: 590px;\n\tborder-radius: 50%;\n\tbackground: rgba(217, 212, 240, 0.72);\n\tfilter: blur(1px);\n}\n\n.hmc-hero__image {\n\tposition: relative;\n\tz-index: 1;\n\tdisplay: block;\n\twidth: min(500px, 90%);\n\theight: 570px;\n\tobject-fit: cover;\n\tobject-position: center;\n\tborder-radius: 28px;\n\tbox-shadow: 0 30px 70px rgba(31, 36, 51, 0.16);\n}\n\n.hmc-floating-card {\n\tposition: absolute;\n\tz-index: 3;\n\tdisplay: flex;\n\talign-items: center;\n\tgap: 12px;\n\twidth: 205px;\n\tpadding: 16px;\n\tborder: 1px solid rgba(232, 228, 245, 0.9);\n\tborder-radius: 18px;\n\tbackground: rgba(255, 255, 255, 0.94);\n\tbox-shadow: 0 18px 45px rgba(31, 36, 51, 0.13);\n\tbackdrop-filter: blur(10px);\n}\n\n.hmc-floating-card--top {\n\ttop: 105px;\n\tleft: -4px;\n}\n\n.hmc-floating-card--bottom {\n\tright: -6px;\n\tbottom: 110px;\n}\n\n.hmc-floating-card__icon {\n\tdisplay: grid;\n\tplace-items: center;\n\tflex: 0 0 42px;\n\twidth: 42px;\n\theight: 42px;\n\tborder-radius: 50%;\n\tbackground: #e8e4f5;\n\tcolor: #7569d5;\n\tfont-size: 18px;\n}\n\n.hmc-floating-card p {\n\tmargin: 0;\n\tcolor: #6b6f85;\n\tfont-size: 12px;\n\tline-height: 1.45;\n}\n\n.hmc-floating-card strong {\n\tdisplay: block;\n\tmargin-bottom: 2px;\n\tcolor: #1f2433;\n\tfont-size: 14px;\n}\n\n.hmc-decoration {\n\tposition: absolute;\n\tz-index: 2;\n\tdisplay: block;\n\tborder: 6px solid rgba(145, 134, 232, 0.28);\n\tborder-radius: 50%;\n}\n\n.hmc-decoration--one {\n\ttop: 65px;\n\tright: 15px;\n\twidth: 34px;\n\theight: 34px;\n}\n\n.hmc-decoration--two {\n\tbottom: 65px;\n\tleft: 42px;\n\twidth: 22px;\n\theight: 22px;\n}\n\n\/* ========================================\n   BOTTOM HIGHLIGHTS\n======================================== *\/\n\n\n\n\n\n\n\n\/* Add breathing room before the section after the hero *\/\n.hmc-hero + * {\n\tmargin-top: 95px;\n}\n\n\/* ========================================\n   TABLET\n======================================== *\/\n\n@media (max-width: 1024px) {\n\t.hmc-hero {\n\t\tpadding-top: 80px;\n\t}\n\n\t.hmc-hero__container {\n\t\tgrid-template-columns: 1fr 1fr;\n\t\tgap: 40px;\n\t}\n\n\t.hmc-hero__title {\n\t\tfont-size: clamp(52px, 7vw, 68px);\n\t}\n\n\t.hmc-hero__visual {\n\t\tmin-height: 540px;\n\t}\n\n\t.hmc-hero__image {\n\t\theight: 500px;\n\t}\n\n\t.hmc-hero__shape {\n\t\twidth: 470px;\n\t\theight: 470px;\n\t}\n\n\t.hmc-floating-card {\n\t\twidth: 180px;\n\t\tpadding: 13px;\n\t}\n\n\t.hmc-floating-card--top {\n\t\tleft: -10px;\n\t}\n\n\t.hmc-floating-card--bottom {\n\t\tright: -8px;\n\t}\n\n\t.hmc-highlight {\n\t\tpadding: 24px 20px;\n\t}\n}\n\n\/* ========================================\n   MOBILE\n======================================== *\/\n\n@media (max-width: 780px) {\n\t.hmc-hero {\n\t\tpadding: 64px 18px 0;\n\t}\n\n\t.hmc-hero__container {\n\t\tgrid-template-columns: 1fr;\n\t\tgap: 45px;\n\t}\n\n\t.hmc-hero__content {\n\t\tmax-width: 100%;\n\t\ttext-align: center;\n\t}\n\n\t.hmc-hero__eyebrow {\n\t\tmargin-inline: auto;\n\t}\n\n\t.hmc-hero__title {\n\t\tfont-size: clamp(48px, 15vw, 64px);\n\t}\n\n\t.hmc-hero__description {\n\t\tmargin-inline: auto;\n\t\tfont-size: 16px;\n\t}\n\n\t.hmc-hero__buttons,\n\t.hmc-hero__trust {\n\t\tjustify-content: center;\n\t}\n\n\t.hmc-hero__visual {\n\t\tmin-height: 500px;\n\t}\n\n\t.hmc-hero__image {\n\t\twidth: min(430px, 92%);\n\t\theight: 480px;\n\t}\n\n\t.hmc-hero__shape {\n\t\twidth: 430px;\n\t\theight: 430px;\n\t}\n\n\t.hmc-floating-card {\n\t\twidth: 175px;\n\t}\n\n\t.hmc-floating-card--top {\n\t\ttop: 55px;\n\t\tleft: 0;\n\t}\n\n\t.hmc-floating-card--bottom {\n\t\tright: 0;\n\t\tbottom: 50px;\n\t}\n\n\t.hmc-hero__highlights {\n\t\tgrid-template-columns: 1fr;\n\t\twidth: 100%;\n\t\tmargin-bottom: -60px;\n\t}\n\n\t.hmc-highlight + .hmc-highlight {\n\t\tborder-top: 1px solid #e8e4f5;\n\t\tborder-left: 0;\n\t}\n\n\t.hmc-hero + * {\n\t\tmargin-top: 100px;\n\t}\n}\n\n@media (max-width: 520px) {\n\t.hmc-hero__title {\n\t\tfont-size: 50px;\n\t}\n\n\t.hmc-hero__buttons {\n\t\tflex-direction: column;\n\t}\n\n\t.hmc-button {\n\t\twidth: 100%;\n\t}\n\n\t.hmc-hero__trust {\n\t\tflex-direction: column;\n\t\talign-items: center;\n\t}\n\n\t.hmc-hero__visual {\n\t\tmin-height: 430px;\n\t}\n\n\t.hmc-hero__image {\n\t\theight: 410px;\n\t}\n\n\t.hmc-hero__shape {\n\t\twidth: 340px;\n\t\theight: 340px;\n\t}\n\n\t.hmc-floating-card {\n\t\twidth: 150px;\n\t\tpadding: 11px;\n\t}\n\n\t.hmc-floating-card__icon {\n\t\tflex-basis: 34px;\n\t\twidth: 34px;\n\t\theight: 34px;\n\t}\n\n\t.hmc-floating-card p {\n\t\tfont-size: 10px;\n\t}\n\n\t.hmc-floating-card strong {\n\t\tfont-size: 12px;\n\t}\n\n\t.hmc-floating-card--top {\n\t\ttop: 35px;\n\t\tleft: -4px;\n\t}\n\n\t.hmc-floating-card--bottom {\n\t\tright: -4px;\n\t\tbottom: 35px;\n\t}\n\n\t.hmc-highlight {\n\t\tpadding: 22px 20px;\n\t}\n}\n<\/style>\n\n<script data-wp-block-html=\"js\">\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n\tconst heroes = document.querySelectorAll(\".hmc-hero\");\n\n\tif (!heroes.length) {\n\t\treturn;\n\t}\n\n\tconst prefersReducedMotion = window.matchMedia(\n\t\t\"(prefers-reduced-motion: reduce)\"\n\t).matches;\n\n\tif (prefersReducedMotion || !(\"IntersectionObserver\" in window)) {\n\t\theroes.forEach(function (hero) {\n\t\t\thero.classList.add(\"is-visible\");\n\t\t});\n\n\t\treturn;\n\t}\n\n\tconst observer = new IntersectionObserver(\n\t\tfunction (entries, currentObserver) {\n\t\t\tentries.forEach(function (entry) {\n\t\t\t\tif (!entry.isIntersecting) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\n\t\t\t\tentry.target.classList.add(\"is-visible\");\n\t\t\t\tcurrentObserver.unobserve(entry.target);\n\t\t\t});\n\t\t},\n\t\t{\n\t\t\tthreshold: 0.25,\n\t\t\trootMargin: \"0px 0px -60px 0px\"\n\t\t}\n\t);\n\n\theroes.forEach(function (hero) {\n\t\tobserver.observe(hero);\n\t});\n});\n<\/script>\n<\/script>\n\n<section class=\"hmc-hero\">\n\t<div class=\"hmc-hero__container\">\n\n\t\t<div class=\"hmc-hero__content\">\n\n\t\t\t<p class=\"hmc-hero__eyebrow\">\n\t\t\t\tEvidence-informed. Easy to understand.\n\t\t\t<\/p>\n\n\t\t\t<h1 class=\"hmc-hero__title\">\n\t\t\t\tHealth,<br>\n\t\t\t\tExplained<br>\n\t\t\t\t<span>Clearly.<\/span>\n\t\t\t<\/h1>\n\n\t\t\t<p class=\"hmc-hero__description\">\n\t\t\t\tClear, practical health education to help you understand your\n\t\t\t\tbody, make informed decisions and build healthier everyday habits.\n\t\t\t<\/p>\n\n\t\t\t<div class=\"hmc-hero__buttons\">\n\t\t\t\t<a class=\"hmc-button hmc-button--primary\" href=\"\/blog\/\">\n\t\t\t\t\tExplore Articles\n\t\t\t\t\t<span aria-hidden=\"true\">\u2192<\/span>\n\t\t\t\t<\/a>\n\n\t\t\t\t<a class=\"hmc-button hmc-button--secondary\" href=\"\/about\/\">\n\t\t\t\t\tLearn Our Approach\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\n\t\t\t<div class=\"hmc-hero__trust\" aria-label=\"Our publishing approach\">\n\t\t\t\t<span>\n\t\t\t\t\t<i aria-hidden=\"true\">\u2713<\/i>\n\t\t\t\t\tEvidence-informed\n\t\t\t\t<\/span>\n\n\t\t\t\t<span>\n\t\t\t\t\t<i aria-hidden=\"true\">\u2713<\/i>\n\t\t\t\t\tPlain language\n\t\t\t\t<\/span>\n\n\t\t\t\t<span>\n\t\t\t\t\t<i aria-hidden=\"true\">\u2713<\/i>\n\t\t\t\t\tNo fear-based claims\n\t\t\t\t<\/span>\n\t\t\t<\/div>\n\n\t\t<\/div>\n\n\t\t<div class=\"hmc-hero__visual\">\n\n\t\t\t<div class=\"hmc-hero__shape\" aria-hidden=\"true\"><\/div>\n\n\t\t\t<img\n\t\t\t\tclass=\"hmc-hero__image\"\n\t\t\t\tsrc=\"YOUR-IMAGE-URL-HERE\"\n\t\t\t\talt=\"Health educator writing in a notebook\"\n\t\t\t>\n\n\t\t\t<div class=\"hmc-floating-card hmc-floating-card--top\">\n\t\t\t\t<span class=\"hmc-floating-card__icon\" aria-hidden=\"true\">\u2713<\/span>\n\n\t\t\t\t<p>\n\t\t\t\t\t<strong>Evidence-informed<\/strong>\n\t\t\t\t\tTrusted and balanced content\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\n\t\t\t<div class=\"hmc-floating-card hmc-floating-card--bottom\">\n\t\t\t\t<span class=\"hmc-floating-card__icon\" aria-hidden=\"true\">\u2665<\/span>\n\n\t\t\t\t<p>\n\t\t\t\t\t<strong>Reader focused<\/strong>\n\t\t\t\t\tClear information without jargon\n\t\t\t\t<\/p>\n\t\t\t<\/div>\n\n\t\t\t<span\n\t\t\t\tclass=\"hmc-decoration hmc-decoration--one\"\n\t\t\t\taria-hidden=\"true\"\n\t\t\t><\/span>\n\n\t\t\t<span\n\t\t\t\tclass=\"hmc-decoration hmc-decoration--two\"\n\t\t\t\taria-hidden=\"true\"\n\t\t\t><\/span>\n\n\t\t<\/div>\n\n\t<\/div>\n<\/section>\n\n\n<p><!-- ========================= TRUST \/ CREDIBILITY ========================= --><\/p>\n\n\n<div class=\"wp-block-group alignfull has-background is-layout-constrained wp-container-core-group-is-layout-29924965 wp-block-group-is-layout-constrained\" style=\"background-color:#f6f7fb;padding-top:64px;padding-right:24px;padding-bottom:64px;padding-left:24px\">\n<h2 class=\"wp-block-heading has-text-align-center has-text-color has-link-color wp-elements-1\" style=\"color:#1f2433;font-size:clamp(17.905px, 1.119rem + ((1vw - 3.2px) * 0.789), 28px);font-style:normal;font-weight:600\">\n    Health information you can actually understand\n  <\/h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-f819afc8 wp-block-columns-is-layout-flex\" style=\"margin-top:32px\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group has-border-color has-background is-layout-constrained wp-container-core-group-is-layout-257b548f wp-block-group-is-layout-constrained\" style=\"border-color:#e8e4f5;border-style:solid;border-width:1px;border-radius:20px;background-color:#f2f1f8;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px\">\n<div class=\"wp-block-outermost-icon-block aligncenter items-justified-center\"><div class=\"icon-container\" style=\"width:48px;transform:rotate(0deg) scaleX(1) scaleY(1)\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M16.7 7.1l-6.3 8.5-3.3-2.5-.9 1.2 4.5 3.4L17.9 8z\"><\/path><\/svg><\/div><\/div>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#1f2433;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.313), 18px);font-weight:600\">Evidence-informed<\/h3>\n\n\n\n<p class=\"has-text-align-center has-text-color has-link-color wp-elements-2 wp-block-paragraph\" style=\"color:#6b6f85;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.156), 16px);\">\n          Our articles are based on trusted research and reliable sources.\n        <\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group has-border-color has-background is-layout-constrained wp-container-core-group-is-layout-257b548f wp-block-group-is-layout-constrained\" style=\"border-color:#e8e4f5;border-style:solid;border-width:1px;border-radius:20px;background-color:#f2f1f8;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px\">\n<div class=\"wp-block-outermost-icon-block aligncenter items-justified-center\"><div class=\"icon-container\" style=\"width:48px;transform:rotate(0deg) scaleX(1) scaleY(1)\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M16.7 7.1l-6.3 8.5-3.3-2.5-.9 1.2 4.5 3.4L17.9 8z\"><\/path><\/svg><\/div><\/div>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#1f2433;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.313), 18px);font-weight:600\">Simple language<\/h3>\n\n\n\n<p class=\"has-text-align-center has-text-color has-link-color wp-elements-3 wp-block-paragraph\" style=\"color:#6b6f85;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.156), 16px);\">\n          We break down complex topics into everyday explanations.\n        <\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group has-border-color has-background is-layout-constrained wp-container-core-group-is-layout-257b548f wp-block-group-is-layout-constrained\" style=\"border-color:#e8e4f5;border-style:solid;border-width:1px;border-radius:20px;background-color:#f2f1f8;padding-top:24px;padding-right:24px;padding-bottom:24px;padding-left:24px\">\n<div class=\"wp-block-outermost-icon-block aligncenter items-justified-center\"><div class=\"icon-container\" style=\"width:48px;transform:rotate(0deg) scaleX(1) scaleY(1)\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" aria-hidden=\"true\"><path d=\"M16.7 7.1l-6.3 8.5-3.3-2.5-.9 1.2 4.5 3.4L17.9 8z\"><\/path><\/svg><\/div><\/div>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#1f2433;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.313), 18px);font-weight:600\">Calm &amp; balanced<\/h3>\n\n\n\n<p class=\"has-text-align-center has-text-color has-link-color wp-elements-4 wp-block-paragraph\" style=\"color:#6b6f85;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.156), 16px);\">\n          No extreme claims. No quick fixes. Just realistic guidance.\n        <\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<p class=\"has-text-align-center has-text-color has-link-color wp-elements-5 wp-block-paragraph\" style=\"color:#8a8fa6;margin-top:24px;margin-bottom:0;font-size:14px\">\n    Health Made Clear provides educational content only and does not replace professional medical advice.\n  <\/p>\n<\/div>\n\n\n<p><!-- ========================= TOPICS \/ CATEGORIES ========================= --><\/p>\n\n\n<div class=\"wp-block-group alignfull has-background is-layout-constrained wp-container-core-group-is-layout-bb853387 wp-block-group-is-layout-constrained\" style=\"background-color:#d9d4f0;padding-top:80px;padding-right:24px;padding-bottom:80px;padding-left:24px\">\n<h2 class=\"wp-block-heading has-text-align-center has-text-color has-link-color wp-elements-6\" style=\"color:#1f2433;margin-top:0;margin-bottom:40px;font-size:clamp(18.959px, 1.185rem + ((1vw - 3.2px) * 0.863), 30px);font-style:normal;font-weight:600\">\n    Explore Health Topics\n  <\/h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-a6b36e77 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group has-background is-layout-constrained wp-container-core-group-is-layout-dde887ee wp-block-group-is-layout-constrained\" style=\"border-radius:20px;background-color:#f6f7fb;padding-top:28px;padding-right:28px;padding-bottom:28px;padding-left:28px\">\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#1f2433;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.313), 18px);font-style:normal;font-weight:600\">\n          <a href=\"https:\/\/healthmadeclear.org\/?page_id=38\" data-type=\"page\" data-id=\"38\">Nutrition<\/a>\n        <\/h3>\n\n\n\n<figure class=\"wp-block-image size-full has-custom-border\"><img loading=\"lazy\" decoding=\"async\" width=\"736\" height=\"981\" src=\"https:\/\/healthmadeclear.org\/wp-content\/uploads\/2026\/02\/download-74.jpeg\" alt=\"\" class=\"wp-image-35\" style=\"border-radius:15px;aspect-ratio:4\/3;object-fit:cover\" srcset=\"https:\/\/healthmadeclear.org\/wp-content\/uploads\/2026\/02\/download-74.jpeg 736w, https:\/\/healthmadeclear.org\/wp-content\/uploads\/2026\/02\/download-74-225x300.jpeg 225w\" sizes=\"auto, (max-width: 736px) 100vw, 736px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center has-text-color wp-block-paragraph\" style=\"color:#6b6f85;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.078), 15px);\">\n          Understand food, labels, and healthy eating habits.\n        <\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group has-background is-layout-constrained wp-container-core-group-is-layout-dde887ee wp-block-group-is-layout-constrained\" style=\"border-radius:20px;background-color:#f6f7fb;padding-top:28px;padding-right:28px;padding-bottom:28px;padding-left:28px\">\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#1f2433;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.313), 18px);font-style:normal;font-weight:600\">\n          <a href=\"https:\/\/healthmadeclear.org\/?page_id=42\" data-type=\"page\" data-id=\"42\">Mental Health<\/a>\n        <\/h3>\n\n\n\n<figure class=\"wp-block-image size-full has-custom-border\"><img loading=\"lazy\" decoding=\"async\" width=\"736\" height=\"981\" src=\"https:\/\/healthmadeclear.org\/wp-content\/uploads\/2026\/02\/download-74.jpeg\" alt=\"\" class=\"wp-image-35\" style=\"border-radius:15px;aspect-ratio:4\/3;object-fit:cover\" srcset=\"https:\/\/healthmadeclear.org\/wp-content\/uploads\/2026\/02\/download-74.jpeg 736w, https:\/\/healthmadeclear.org\/wp-content\/uploads\/2026\/02\/download-74-225x300.jpeg 225w\" sizes=\"auto, (max-width: 736px) 100vw, 736px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center has-text-color wp-block-paragraph\" style=\"color:#6b6f85;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.078), 15px);\">\n          Learn about stress, rest, and emotional health.\n        <\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group has-background is-layout-constrained wp-container-core-group-is-layout-dde887ee wp-block-group-is-layout-constrained\" style=\"border-radius:20px;background-color:#f6f7fb;padding-top:28px;padding-right:28px;padding-bottom:28px;padding-left:28px\">\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#1f2433;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.313), 18px);font-style:normal;font-weight:600\">\n          <a href=\"https:\/\/healthmadeclear.org\/?page_id=43\" data-type=\"page\" data-id=\"43\">Physical Activity<\/a>\n        <\/h3>\n\n\n\n<figure class=\"wp-block-image size-full has-custom-border\"><img loading=\"lazy\" decoding=\"async\" width=\"736\" height=\"981\" src=\"https:\/\/healthmadeclear.org\/wp-content\/uploads\/2026\/02\/download-74.jpeg\" alt=\"\" class=\"wp-image-35\" style=\"border-radius:15px;aspect-ratio:4\/3;object-fit:cover\" srcset=\"https:\/\/healthmadeclear.org\/wp-content\/uploads\/2026\/02\/download-74.jpeg 736w, https:\/\/healthmadeclear.org\/wp-content\/uploads\/2026\/02\/download-74-225x300.jpeg 225w\" sizes=\"auto, (max-width: 736px) 100vw, 736px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center has-text-color wp-block-paragraph\" style=\"color:#6b6f85;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.078), 15px);\">\n          Build sustainable movement habits that support wellbeing.\n        <\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-a6b36e77 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group has-background is-layout-constrained wp-container-core-group-is-layout-dde887ee wp-block-group-is-layout-constrained\" style=\"border-radius:20px;background-color:#f6f7fb;padding-top:28px;padding-right:28px;padding-bottom:28px;padding-left:28px\">\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#1f2433;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.313), 18px);font-style:normal;font-weight:600\">Women\u2019s Health<\/h3>\n\n\n\n<figure class=\"wp-block-image size-full has-custom-border\"><img loading=\"lazy\" decoding=\"async\" width=\"736\" height=\"981\" src=\"https:\/\/healthmadeclear.org\/wp-content\/uploads\/2026\/02\/download-74.jpeg\" alt=\"\" class=\"wp-image-35\" style=\"border-radius:15px;aspect-ratio:4\/3;object-fit:cover\" srcset=\"https:\/\/healthmadeclear.org\/wp-content\/uploads\/2026\/02\/download-74.jpeg 736w, https:\/\/healthmadeclear.org\/wp-content\/uploads\/2026\/02\/download-74-225x300.jpeg 225w\" sizes=\"auto, (max-width: 736px) 100vw, 736px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center has-text-color wp-block-paragraph\" style=\"color:#6b6f85;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.078), 15px);\">Clear guidance for common concerns and life stages.<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group has-background is-layout-constrained wp-container-core-group-is-layout-dde887ee wp-block-group-is-layout-constrained\" style=\"border-radius:20px;background-color:#f6f7fb;padding-top:28px;padding-right:28px;padding-bottom:28px;padding-left:28px\">\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#1f2433;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.313), 18px);font-style:normal;font-weight:600\">Preventive Care<\/h3>\n\n\n\n<figure class=\"wp-block-image size-full has-custom-border\"><img loading=\"lazy\" decoding=\"async\" width=\"736\" height=\"981\" src=\"https:\/\/healthmadeclear.org\/wp-content\/uploads\/2026\/02\/download-74.jpeg\" alt=\"\" class=\"wp-image-35\" style=\"border-radius:15px;aspect-ratio:4\/3;object-fit:cover\" srcset=\"https:\/\/healthmadeclear.org\/wp-content\/uploads\/2026\/02\/download-74.jpeg 736w, https:\/\/healthmadeclear.org\/wp-content\/uploads\/2026\/02\/download-74-225x300.jpeg 225w\" sizes=\"auto, (max-width: 736px) 100vw, 736px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center has-text-color wp-block-paragraph\" style=\"color:#6b6f85;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.078), 15px);\">Small steps that help reduce risk and support long-term health.<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group has-background is-layout-constrained wp-container-core-group-is-layout-dde887ee wp-block-group-is-layout-constrained\" style=\"border-radius:20px;background-color:#f6f7fb;padding-top:28px;padding-right:28px;padding-bottom:28px;padding-left:28px\">\n<h3 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#1f2433;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.313), 18px);font-style:normal;font-weight:600\">Healthy Living<\/h3>\n\n\n\n<figure class=\"wp-block-image size-full has-custom-border\"><img loading=\"lazy\" decoding=\"async\" width=\"736\" height=\"981\" src=\"https:\/\/healthmadeclear.org\/wp-content\/uploads\/2026\/02\/download-74.jpeg\" alt=\"\" class=\"wp-image-35\" style=\"border-radius:15px;aspect-ratio:4\/3;object-fit:cover\" srcset=\"https:\/\/healthmadeclear.org\/wp-content\/uploads\/2026\/02\/download-74.jpeg 736w, https:\/\/healthmadeclear.org\/wp-content\/uploads\/2026\/02\/download-74-225x300.jpeg 225w\" sizes=\"auto, (max-width: 736px) 100vw, 736px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center has-text-color wp-block-paragraph\" style=\"color:#6b6f85;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.078), 15px);\">Practical habits for better sleep, energy, and balance.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n<p><!-- ========================= FEATURED ARTICLES ========================= --><\/p>\n\n\n<div class=\"wp-block-group alignfull has-background is-layout-constrained wp-container-core-group-is-layout-e5682a3e wp-block-group-is-layout-constrained\" style=\"background-color:#f6f7fb;padding-top:80px;padding-right:24px;padding-bottom:80px;padding-left:24px\">\n<div class=\"wp-block-columns are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-262a17ba wp-block-columns-is-layout-flex\" style=\"margin-bottom:32px\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading has-text-color\" style=\"color:#1f2433;font-size:clamp(18.959px, 1.185rem + ((1vw - 3.2px) * 0.863), 30px);font-weight:600\">Latest Articles<\/h2>\n\n\n\n<p class=\"has-text-color wp-block-paragraph\" style=\"color:#6b6f85;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.156), 16px);\"><p style=\"color:#6b6f85;font-size:16px\">Explore our newest educational health guides.<\/p><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:220px\">\n<div class=\"wp-block-buttons is-content-justification-right is-layout-flex wp-container-core-buttons-is-layout-026eaadd wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background wp-element-button\" href=\"\/blog\/\" style=\"border-radius:50px;background-color:#1f2433;padding-top:12px;padding-right:20px;padding-bottom:12px;padding-left:20px\">\n            View All Articles\n          <\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-query is-layout-constrained wp-container-core-query-is-layout-80e3b854 wp-block-query-is-layout-constrained\"><ul class=\"columns-3 wp-block-post-template is-layout-grid wp-container-core-post-template-is-layout-18ef8054 wp-block-post-template-is-layout-grid\"><li class=\"wp-block-post post-52 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized\">\n\n<div class=\"wp-block-group has-border-color has-background is-layout-constrained wp-container-core-group-is-layout-88cfab78 wp-block-group-is-layout-constrained\" style=\"border-color:#e8e4f5;border-style:solid;border-width:1px;border-radius:20px;background-color:#ffffff;padding-top:18px;padding-right:18px;padding-bottom:18px;padding-left:18px\"><figure class=\"wp-block-post-featured-image\"><a href=\"https:\/\/healthmadeclear.org\/index.php\/2026\/02\/14\/stress-vs-burnout-whats-the-difference\/\" target=\"_self\" ><img loading=\"lazy\" decoding=\"async\" width=\"736\" height=\"552\" src=\"https:\/\/healthmadeclear.org\/wp-content\/uploads\/2026\/02\/How-to-Deal-With-Work-Stress-and-Recover-From-Burnout.jpeg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Stress vs Burnout: What\u2019s the Difference?\" style=\"border-radius:16px;aspect-ratio:16\/9;width:100%;object-fit:cover;\" srcset=\"https:\/\/healthmadeclear.org\/wp-content\/uploads\/2026\/02\/How-to-Deal-With-Work-Stress-and-Recover-From-Burnout.jpeg 736w, https:\/\/healthmadeclear.org\/wp-content\/uploads\/2026\/02\/How-to-Deal-With-Work-Stress-and-Recover-From-Burnout-300x225.jpeg 300w\" sizes=\"auto, (max-width: 736px) 100vw, 736px\" \/><\/a><\/figure>\n\n<div style=\"color:#8a8fa6;font-size:13px;margin-top:12px;margin-bottom:8px\" class=\"wp-block-post-date has-text-color\"><time datetime=\"2026-02-14T18:40:01+00:00\">February 14, 2026<\/time><\/div>\n\n<h3 style=\"color:#1f2433;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.469), 20px);font-weight:700;line-height:1.2;margin-top:0;margin-bottom:10px\" class=\"wp-block-post-title has-text-color\"><a href=\"https:\/\/healthmadeclear.org\/index.php\/2026\/02\/14\/stress-vs-burnout-whats-the-difference\/\" target=\"_self\" >Stress vs Burnout: What\u2019s the Difference?<\/a><\/h3>\n\n<div style=\"color:#6b6f85;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.078), 15px);line-height:1.6\" class=\"wp-block-post-excerpt has-text-color\"><p class=\"wp-block-post-excerpt__excerpt\">Stress vs Burnout: What\u2019s the Difference? jkdffffnnnnnnnnnnnnnnnnrrrrrrrrrrrrrrnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn <\/p><\/div>\n\n<a style=\"color:#6b6f85;font-size:14px;font-weight:600;margin-top:14px\" class=\"wp-block-read-more has-text-color\" href=\"https:\/\/healthmadeclear.org\/index.php\/2026\/02\/14\/stress-vs-burnout-whats-the-difference\/\" target=\"_self\">Read more \u2192<span class=\"screen-reader-text\">: Stress vs Burnout: What\u2019s the Difference?<\/span><\/a><\/div>\n\n<\/li><li class=\"wp-block-post post-48 post type-post status-publish format-standard has-post-thumbnail hentry category-uncategorized\">\n\n<div class=\"wp-block-group has-border-color has-background is-layout-constrained wp-container-core-group-is-layout-88cfab78 wp-block-group-is-layout-constrained\" style=\"border-color:#e8e4f5;border-style:solid;border-width:1px;border-radius:20px;background-color:#ffffff;padding-top:18px;padding-right:18px;padding-bottom:18px;padding-left:18px\"><figure class=\"wp-block-post-featured-image\"><a href=\"https:\/\/healthmadeclear.org\/index.php\/2026\/02\/14\/simple-nutrition-habits-that-actually-work\/\" target=\"_self\" ><img loading=\"lazy\" decoding=\"async\" width=\"736\" height=\"981\" src=\"https:\/\/healthmadeclear.org\/wp-content\/uploads\/2026\/02\/download-74-2.jpeg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"Simple Nutrition Habits That Actually Work\" style=\"border-radius:16px;aspect-ratio:16\/9;width:100%;object-fit:cover;\" srcset=\"https:\/\/healthmadeclear.org\/wp-content\/uploads\/2026\/02\/download-74-2.jpeg 736w, https:\/\/healthmadeclear.org\/wp-content\/uploads\/2026\/02\/download-74-2-225x300.jpeg 225w\" sizes=\"auto, (max-width: 736px) 100vw, 736px\" \/><\/a><\/figure>\n\n<div style=\"color:#8a8fa6;font-size:13px;margin-top:12px;margin-bottom:8px\" class=\"wp-block-post-date has-text-color\"><time datetime=\"2026-02-14T18:37:20+00:00\">February 14, 2026<\/time><\/div>\n\n<h3 style=\"color:#1f2433;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.469), 20px);font-weight:700;line-height:1.2;margin-top:0;margin-bottom:10px\" class=\"wp-block-post-title has-text-color\"><a href=\"https:\/\/healthmadeclear.org\/index.php\/2026\/02\/14\/simple-nutrition-habits-that-actually-work\/\" target=\"_self\" >Simple Nutrition Habits That Actually Work<\/a><\/h3>\n\n<div style=\"color:#6b6f85;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.078), 15px);line-height:1.6\" class=\"wp-block-post-excerpt has-text-color\"><p class=\"wp-block-post-excerpt__excerpt\">Simple Nutrition Habits That Actually Work hjkwekfrmkrkfmkerrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrfnjeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeenghbiiiiiiiiiiiiiiiiiiiiiiiiiiiiiifjnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn <\/p><\/div>\n\n<a style=\"color:#6b6f85;font-size:14px;font-weight:600;margin-top:14px\" class=\"wp-block-read-more has-text-color\" href=\"https:\/\/healthmadeclear.org\/index.php\/2026\/02\/14\/simple-nutrition-habits-that-actually-work\/\" target=\"_self\">Read more \u2192<span class=\"screen-reader-text\">: Simple Nutrition Habits That Actually Work<\/span><\/a><\/div>\n\n<\/li><li class=\"wp-block-post post-45 post type-post status-publish format-standard has-post-thumbnail hentry category-healthy-living\">\n\n<div class=\"wp-block-group has-border-color has-background is-layout-constrained wp-container-core-group-is-layout-88cfab78 wp-block-group-is-layout-constrained\" style=\"border-color:#e8e4f5;border-style:solid;border-width:1px;border-radius:20px;background-color:#ffffff;padding-top:18px;padding-right:18px;padding-bottom:18px;padding-left:18px\"><figure class=\"wp-block-post-featured-image\"><a href=\"https:\/\/healthmadeclear.org\/index.php\/2026\/02\/14\/45\/\" target=\"_self\" ><img loading=\"lazy\" decoding=\"async\" width=\"736\" height=\"491\" src=\"https:\/\/healthmadeclear.org\/wp-content\/uploads\/2026\/02\/High-Blood-Pressure.jpeg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"What Is Health? A Simple Guide to Complete Wellbeing\" style=\"border-radius:16px;aspect-ratio:16\/9;width:100%;object-fit:cover;\" srcset=\"https:\/\/healthmadeclear.org\/wp-content\/uploads\/2026\/02\/High-Blood-Pressure.jpeg 736w, https:\/\/healthmadeclear.org\/wp-content\/uploads\/2026\/02\/High-Blood-Pressure-300x200.jpeg 300w\" sizes=\"auto, (max-width: 736px) 100vw, 736px\" \/><\/a><\/figure>\n\n<div style=\"color:#8a8fa6;font-size:13px;margin-top:12px;margin-bottom:8px\" class=\"wp-block-post-date has-text-color\"><time datetime=\"2026-02-14T18:33:27+00:00\">February 14, 2026<\/time><\/div>\n\n<h3 style=\"color:#1f2433;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.469), 20px);font-weight:700;line-height:1.2;margin-top:0;margin-bottom:10px\" class=\"wp-block-post-title has-text-color\"><a href=\"https:\/\/healthmadeclear.org\/index.php\/2026\/02\/14\/45\/\" target=\"_self\" >What Is Health? A Simple Guide to Complete Wellbeing<\/a><\/h3>\n\n<div style=\"color:#6b6f85;font-size:clamp(14px, 0.875rem + ((1vw - 3.2px) * 0.078), 15px);line-height:1.6\" class=\"wp-block-post-excerpt has-text-color\"><p class=\"wp-block-post-excerpt__excerpt\">Healthy Living What Is Health? Health is more than simply not being sick. It includes your physical, mental, emotional and&hellip; <\/p><\/div>\n\n<a style=\"color:#6b6f85;font-size:14px;font-weight:600;margin-top:14px\" class=\"wp-block-read-more has-text-color\" href=\"https:\/\/healthmadeclear.org\/index.php\/2026\/02\/14\/45\/\" target=\"_self\">Read more \u2192<span class=\"screen-reader-text\">: What Is Health? A Simple Guide to Complete Wellbeing<\/span><\/a><\/div>\n\n<\/li><\/ul><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Evidence-informed. Easy to understand. Health, Explained Clearly. Clear, practical health education to help you understand your body, make informed decisions and build healthier everyday habits. Explore Articles \u2192 Learn Our Approach \u2713 Evidence-informed \u2713 Plain language \u2713 No fear-based claims \u2713 Evidence-informed Trusted and balanced content \u2665 Reader focused Clear information without jargon Health information [&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-6","page","type-page","status-publish","hentry"],"blocksy_meta":{"has_hero_section":"default","page_structure_type":"type-4","content_style_source":"custom","vertical_spacing_source":"custom","content_style":"wide","background":{"background_type":"color","background_pattern":"type-1","background_image":{"attachment_id":null,"x":0,"y":0},"gradient":"linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%)","background_repeat":"repeat","background_size":"auto","background_attachment":"scroll","patternColor":{"default":{"color":"#e5e7ea"}},"overlayColor":{"default":{"color":"CT_CSS_SKIP_RULE"}},"backgroundColor":{"default":{"color":"#ffffff"}}},"styles_descriptor":{"styles":{"desktop":"[data-prefix=\"single_page\"] {background-color:#ffffff;background-image:none;} [data-prefix=\"single_page\"] [class*=\"ct-container\"] > article[class*=\"post\"] {--has-boxed:var(--false);--has-wide:var(--true);}","tablet":"","mobile":""},"google_fonts":[],"version":6}},"_links":{"self":[{"href":"https:\/\/healthmadeclear.org\/index.php\/wp-json\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/healthmadeclear.org\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/healthmadeclear.org\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/healthmadeclear.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/healthmadeclear.org\/index.php\/wp-json\/wp\/v2\/comments?post=6"}],"version-history":[{"count":21,"href":"https:\/\/healthmadeclear.org\/index.php\/wp-json\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":106,"href":"https:\/\/healthmadeclear.org\/index.php\/wp-json\/wp\/v2\/pages\/6\/revisions\/106"}],"wp:attachment":[{"href":"https:\/\/healthmadeclear.org\/index.php\/wp-json\/wp\/v2\/media?parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}