{"product_id":"consultant-review-add-on","title":"Consultant Review (Add-on)","description":"\u003cstyle\u003e\n  .hlb-pdp {\n    --hlb-teal: #03989e;\n    --hlb-teal-deep: #0a4a4d;\n    --hlb-charcoal: #1f2d30;\n    --hlb-charcoal-deep: #17383c;\n    --hlb-charcoal-dark: #1c272a;\n    --hlb-green: #5dcaa5;\n    --hlb-coral: #FF6B47;\n    --hlb-line: #E0EEEE;\n    --hlb-soft: #FAFAFA;\n    --hlb-text: #1f2a2b;\n    --hlb-muted: #5b6b6d;\n    --hlb-muted-light: #8a9799;\n    font-family: -apple-system, BlinkMacSystemFont, \"Inter\", \"Helvetica Neue\", Arial, sans-serif;\n    color: var(--hlb-text);\n    line-height: 1.6;\n  }\n\n  .hlb-pdp * {\n    box-sizing: border-box;\n  }\n\n  .hlb-pdp__head {\n    margin: 0 0 34px;\n  }\n\n  .hlb-pdp__eyebrow {\n    display: inline-block;\n    margin: 0 0 12px;\n    color: var(--hlb-teal);\n    font-size: 12px;\n    font-weight: 800;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n  }\n\n  .hlb-pdp__lede {\n    margin: 0;\n    max-width: 860px;\n    color: var(--hlb-muted);\n    font-size: 17px;\n    line-height: 1.65;\n  }\n\n  .hlb-pdp__lede strong {\n    color: var(--hlb-teal-deep);\n    font-weight: 800;\n  }\n\n  .hlb-pdp__badges {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n    margin-top: 20px;\n  }\n\n  .hlb-pdp__badge {\n    display: inline-flex;\n    align-items: center;\n    border: 1px solid var(--hlb-line);\n    background: #ffffff;\n    color: var(--hlb-teal-deep);\n    border-radius: 999px;\n    padding: 8px 12px;\n    font-size: 13px;\n    font-weight: 750;\n  }\n\n  .hlb-pdp__section,\n  .hlb-pdp__diff,\n  .hlb-pdp__how {\n    margin: 34px 0;\n  }\n\n  .hlb-pdp__h3 {\n    margin: 0 0 10px;\n    color: var(--hlb-teal-deep);\n    font-size: 24px;\n    line-height: 1.22;\n    font-weight: 850;\n    letter-spacing: -0.02em;\n  }\n\n  .hlb-pdp__sub {\n    margin: 0 0 22px;\n    color: var(--hlb-muted);\n    font-size: 15.5px;\n    line-height: 1.65;\n    max-width: 880px;\n  }\n\n  .hlb-pdp__diff {\n    background: #ffffff;\n    border: 1px solid var(--hlb-line);\n    border-radius: 20px;\n    padding: 30px;\n    box-shadow: 0 16px 38px rgba(10, 74, 77, 0.045);\n  }\n\n  .hlb-pdp__diff-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 18px;\n    margin-top: 22px;\n  }\n\n  .hlb-pdp__diff-col {\n    border: 1px solid var(--hlb-line);\n    border-radius: 16px;\n    padding: 22px;\n    background: #ffffff;\n  }\n\n  .hlb-pdp__diff-col--bad {\n    background: #FAFAFA;\n  }\n\n  .hlb-pdp__diff-col--good {\n    background: #ffffff;\n  border-color: var(--hlb-line);\n  }\n\n  .hlb-pdp__diff-tag {\n    display: inline-block;\n    margin: 0 0 12px;\n    color: var(--hlb-teal-deep);\n    font-size: 13px;\n    font-weight: 850;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .hlb-pdp__diff-col ul,\n  .hlb-pdp__feature-list,\n  .hlb-pdp__inside,\n  .hlb-pdp__extras {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .hlb-pdp__diff-col li {\n    position: relative;\n    padding: 6px 0 6px 24px;\n    color: var(--hlb-muted);\n    font-size: 13.5px;\n    line-height: 1.45;\n  }\n\n  @media (min-width: 901px) {\n    .hlb-pdp__diff-col li {\n      white-space: nowrap;\n    }\n  }\n\n  .hlb-pdp__diff-col--bad li::before {\n    content: \"×\";\n    position: absolute;\n    left: 0;\n    top: 7px;\n    color: #8a9799;\n    font-size: 15px;\n    line-height: 1;\n    font-weight: 850;\n  }\n\n  .hlb-pdp__diff-col--good li::before {\n    content: \"✓\";\n    position: absolute;\n    left: 0;\n    top: 7px;\n    color: var(--hlb-teal);\n    font-size: 14px;\n    line-height: 1;\n    font-weight: 900;\n  }\n\n  .hlb-pdp__feature-list li,\n  .hlb-pdp__inside li {\n    position: relative;\n    padding: 8px 0 8px 24px;\n    color: var(--hlb-muted);\n    font-size: 15px;\n    line-height: 1.55;\n  }\n\n  .hlb-pdp__feature-list li::before,\n  .hlb-pdp__inside li::before {\n    content: \"\";\n    position: absolute;\n    left: 0;\n    top: 17px;\n    width: 7px;\n    height: 7px;\n    border-radius: 999px;\n    background: var(--hlb-teal);\n    box-shadow: 0 0 0 4px rgba(3, 152, 158, 0.10);\n  }\n\n  .hlb-pdp__feature-list,\n  .hlb-pdp__inside {\n    display: grid;\n    gap: 2px;\n  }\n\n  .hlb-pdp__inside {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 8px 18px;\n  }\n\n  .hlb-pdp__how {\n    background: linear-gradient(135deg, #17383c 0%, #1f2d30 62%, #1c272a 100%);\n    color: #ffffff;\n    border-radius: 24px;\n    padding: 32px;\n    position: relative;\n    overflow: hidden;\n    box-shadow: 0 24px 60px rgba(10, 74, 77, 0.18);\n  }\n\n  .hlb-pdp__how::before {\n    content: \"\";\n    position: absolute;\n    right: -86px;\n    top: -92px;\n    width: 220px;\n    height: 220px;\n    border-radius: 34px;\n    background: rgba(93, 202, 165, 0.10);\n    transform: rotate(12deg);\n    pointer-events: none;\n  }\n\n  .hlb-pdp__how \u003e * {\n    position: relative;\n    z-index: 2;\n  }\n\n  .hlb-pdp__how .hlb-pdp__h3 {\n    color: #ffffff;\n    font-size: 13px;\n    text-transform: none;\n    letter-spacing: 0;\n    margin-bottom: 8px;\n  }\n\n  .hlb-pdp__how .hlb-pdp__sub {\n    color: rgba(255, 255, 255, 0.82);\n    font-size: 17px;\n    margin-bottom: 24px;\n  }\n\n  .hlb-pdp__steps {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n    display: grid;\n    gap: 14px;\n  }\n\n  .hlb-pdp__steps li {\n    display: grid;\n    grid-template-columns: 42px minmax(0, 1fr);\n    gap: 18px;\n    align-items: start;\n    background: rgba(255, 255, 255, 0.06);\n    border: 1px solid rgba(255, 255, 255, 0.14);\n    border-radius: 16px;\n    padding: 20px;\n  }\n\n  .hlb-pdp__step-num {\n    width: 30px;\n    height: 30px;\n    border-radius: 999px;\n    background: #ffffff;\n    color: var(--hlb-teal-deep);\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 13px;\n    font-weight: 850;\n  }\n\n  .hlb-pdp__step-title {\n    margin: 0 0 8px;\n    color: #ffffff;\n    font-size: 16px;\n    font-weight: 850;\n    line-height: 1.3;\n  }\n\n  .hlb-pdp__step-body {\n    margin: 0;\n    color: rgba(255, 255, 255, 0.82);\n    font-size: 14.5px;\n    line-height: 1.6;\n  }\n\n  .hlb-pdp__step-body strong {\n    color: var(--hlb-coral);\n    font-weight: 850;\n  }\n\n  .hlb-pdp__note-stack {\n    margin: 34px 0;\n    border-top: 1px solid var(--hlb-line);\n    border-bottom: 1px solid var(--hlb-line);\n  }\n\n  .hlb-pdp__note {\n    margin: 0;\n    padding: 0;\n    background: transparent;\n    border: 0;\n  }\n\n  .hlb-pdp__note + .hlb-pdp__note {\n    border-top: 1px solid var(--hlb-line);\n  }\n\n  .hlb-pdp__note p {\n    margin: 0;\n    padding: 18px 0;\n    color: var(--hlb-muted);\n    font-size: 14.5px;\n    line-height: 1.65;\n  }\n\n  .hlb-pdp__note strong {\n    color: var(--hlb-teal-deep);\n    font-weight: 850;\n  }\n\n  .hlb-pdp__note a,\n  .hlb-pdp__licence a {\n    color: var(--hlb-teal);\n    font-weight: 750;\n    text-decoration: underline;\n    text-underline-offset: 3px;\n  }\n\n  .hlb-pdp__note a:hover,\n  .hlb-pdp__licence a:hover {\n    text-decoration: none;\n  }\n\n  .hlb-pdp__licence {\n    margin: 30px 0 0;\n    color: var(--hlb-muted);\n    font-size: 13px;\n    line-height: 1.6;\n  }\n\n  @media (max-width: 900px) {\n    .hlb-pdp__diff-grid {\n      grid-template-columns: 1fr;\n    }\n\n    .hlb-pdp__inside {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  @media (max-width: 600px) {\n    .hlb-pdp__diff,\n    .hlb-pdp__how {\n      padding: 24px 20px;\n      border-radius: 20px;\n    }\n\n    .hlb-pdp__steps li {\n      grid-template-columns: 1fr;\n      gap: 12px;\n      padding: 18px;\n    }\n\n    .hlb-pdp__inside {\n      grid-template-columns: 1fr;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hlb-pdp\"\u003e\n  \u003cheader class=\"hlb-pdp__head\"\u003e\n    \u003cspan class=\"hlb-pdp__eyebrow\"\u003eAdd-on · Consultant review\u003c\/span\u003e\n    \u003cp class=\"hlb-pdp__lede\"\u003eA senior UK HR consultant reviews your personalised document for fit, clarity and obvious issues. Added to your order at checkout, not bought standalone, priced per eligible document.\u003c\/p\u003e\n    \u003cdiv class=\"hlb-pdp__badges\"\u003e\n      \u003cspan class=\"hlb-pdp__badge\"\u003eSingles \u0026amp; eligible bundles\u003c\/span\u003e\n      \u003cspan class=\"hlb-pdp__badge\"\u003ePer eligible document\u003c\/span\u003e\n      \u003cspan class=\"hlb-pdp__badge\"\u003eCIPD-qualified UK consultant\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/header\u003e\n\n  \u003csection class=\"hlb-pdp__section\"\u003e\n    \u003ch3 class=\"hlb-pdp__h3\"\u003eWhat you'll receive\u003c\/h3\u003e\n    \u003cul class=\"hlb-pdp__feature-list\"\u003e\n      \u003cli\u003eA senior UK HR consultant reviews your finished document for fit to your scenario, clarity and obvious risks.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eWord files:\u003c\/strong\u003e tracked changes inline + short margin notes explaining the changes.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003ePDF files:\u003c\/strong\u003e a concise change list emailed to you, plus \u003cstrong\u003eone regeneration\u003c\/strong\u003e incorporating the agreed changes.\u003c\/li\u003e\n      \u003cli\u003ePractical risk flags and plain-English suggestions you can act on.\u003c\/li\u003e\n      \u003cli\u003eReturned within \u003cstrong\u003e3 working days\u003c\/strong\u003e for a single document or \u003cstrong\u003e5 working days\u003c\/strong\u003e for an eligible bundle, from your document being generated.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"hlb-pdp__diff\"\u003e\n    \u003ch3 class=\"hlb-pdp__h3\"\u003eWhat this is and what it isn't\u003c\/h3\u003e\n    \u003cp class=\"hlb-pdp__sub\"\u003eConsultant Review is a sanity-check by a senior HR practitioner. Useful for first-time hirers, complex cases or anyone who wants a second pair of eyes. It's not a full legal audit.\u003c\/p\u003e\n    \u003cdiv class=\"hlb-pdp__diff-grid\"\u003e\n      \u003cdiv class=\"hlb-pdp__diff-col hlb-pdp__diff-col--good\"\u003e\n        \u003cspan class=\"hlb-pdp__diff-tag\"\u003eWhat's covered\u003c\/span\u003e\n        \u003cul\u003e\n          \u003cli\u003ePractical fit-check against your stated scenario\u003c\/li\u003e\n          \u003cli\u003eFlag obvious risks or inconsistencies\u003c\/li\u003e\n          \u003cli\u003ePlain-English suggestions for improvement\u003c\/li\u003e\n          \u003cli\u003eMinor wording fixes within scope\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hlb-pdp__diff-col hlb-pdp__diff-col--bad\"\u003e\n        \u003cspan class=\"hlb-pdp__diff-tag\"\u003eWhat's not covered\u003c\/span\u003e\n        \u003cul\u003e\n          \u003cli\u003eFormal legal advice or solicitor sign-off\u003c\/li\u003e\n          \u003cli\u003eBespoke clause drafting from scratch\u003c\/li\u003e\n          \u003cli\u003eStructural rewrites or contract redesign\u003c\/li\u003e\n          \u003cli\u003eReviews of documents not generated by HRLB\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"hlb-pdp__how\"\u003e\n    \u003ch3 class=\"hlb-pdp__h3\"\u003eHow it works\u003c\/h3\u003e\n    \u003cp class=\"hlb-pdp__sub\"\u003eAdd this at checkout from any eligible product page.\u003c\/p\u003e\n    \u003col class=\"hlb-pdp__steps\"\u003e\n      \u003cli\u003e\n        \u003cspan class=\"hlb-pdp__step-num\"\u003e1\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"hlb-pdp__step-title\"\u003eAdd Review to your order\u003c\/p\u003e\n          \u003cp class=\"hlb-pdp__step-body\"\u003eTick the Consultant Review card on any eligible product page. Pay alongside the main document at checkout.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"hlb-pdp__step-num\"\u003e2\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"hlb-pdp__step-title\"\u003eComplete your document first\u003c\/p\u003e\n          \u003cp class=\"hlb-pdp__step-body\"\u003ePersonalise your document through the Personalisation Studio as normal. Your document is generated and emailed to you and the review begins from that point.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n      \u003cli\u003e\n        \u003cspan class=\"hlb-pdp__step-num\"\u003e3\u003c\/span\u003e\n        \u003cdiv\u003e\n          \u003cp class=\"hlb-pdp__step-title\"\u003eReview returned to you\u003c\/p\u003e\n          \u003cp class=\"hlb-pdp__step-body\"\u003eYour consultant reviews the finished document and returns tracked changes (Word) or a change list with a regenerated PDF, typically within 3 working days for a single document or 5 for an eligible bundle.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/li\u003e\n    \u003c\/ol\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"hlb-pdp__section\"\u003e\n    \u003ch3 class=\"hlb-pdp__h3\"\u003eEligibility\u003c\/h3\u003e\n    \u003cul class=\"hlb-pdp__feature-list\"\u003e\n      \u003cli\u003eAvailable on single documents — Offer Letter, Employment Contract and the Employee Handbook.\u003c\/li\u003e\n      \u003cli\u003eAlso available on the self-serve bundles — UK New Hire Starter Pack and UK New Hire Starter Pack +.\u003c\/li\u003e\n      \u003cli\u003eNot eligible on the New Starter Checklist (administrative document, not a clause-based one).\u003c\/li\u003e\n      \u003cli\u003eNot eligible on Premium packs — the consultant already runs the Personalisation Studio with you and a round of changes are included.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"hlb-pdp__note-stack\"\u003e\n    \u003csection class=\"hlb-pdp__note\"\u003e\n      \u003cp\u003e\u003cstrong\u003eNeed more than a review?\u003c\/strong\u003e If you want a consultant to \u003cem\u003erun the whole Personalisation Studio with you\u003c\/em\u003e rather than check your output afterwards, see the \u003ca href=\"\/products\/premium-uk-new-hire-starter-pack\"\u003ePremium UK New Hire Starter Pack\u003c\/a\u003e — done-with-you, not done-by-you.\u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"hlb-pdp__note\"\u003e\n      \u003cp\u003e\u003cstrong\u003eThis is a professional HR review, not legal advice.\u003c\/strong\u003e Our consultants are CIPD-qualified UK HR practitioners. For formal legal sign-off or regulatory work, we'll honestly point you to a solicitor.\u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"hlb-pdp__note\"\u003e\n      \u003cp\u003e\u003cstrong\u003eQuestions?\u003c\/strong\u003e Email \u003ca href=\"mailto:support@hrlaunchbox.com\"\u003esupport@hrlaunchbox.com\u003c\/a\u003e and we'll respond within 1 business day.\u003c\/p\u003e\n    \u003c\/section\u003e\n  \u003c\/div\u003e\n\n  \u003cp class=\"hlb-pdp__licence\"\u003eRead the full add-on terms in our \u003ca href=\"\/policies\/terms-of-service\"\u003eTerms of Service\u003c\/a\u003e.\u003c\/p\u003e\n\u003c\/div\u003e","brand":"HR Launch Box","offers":[{"title":"Single document","offer_id":58549676015965,"sku":"review:single","price":79.99,"currency_code":"GBP","in_stock":true},{"title":"UK New Hire Starter Pack (3 docs)","offer_id":64778833854813,"sku":"review:new-hire-starter-pack3","price":149.99,"currency_code":"GBP","in_stock":true},{"title":"UK New Hire Starter Pack + (4 docs)","offer_id":64778834936157,"sku":"review:new-hire-starter-pack4","price":199.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9929\/9677\/files\/14.jpg?v=1779230980","url":"https:\/\/hrlaunchbox.com\/products\/consultant-review-add-on","provider":"HR Launch Box","version":"1.0","type":"link"}