{"product_id":"uk-new-hire-starter-pack-plus","title":"UK New Hire Starter Pack +","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  .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__format-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 16px;\n    margin-top: 22px;\n  }\n\n  .hlb-pdp__format-card {\n    background: #ffffff;\n    border: 1px solid var(--hlb-line);\n    border-radius: 16px;\n    padding: 22px;\n    position: relative;\n  }\n\n  .hlb-pdp__format-card--rec {\n    border-color: var(--hlb-teal);\n    background: #F0FAFA;\n  }\n\n  .hlb-pdp__rec-tag {\n    display: inline-block;\n    margin: 0 0 10px;\n    background: var(--hlb-teal);\n    color: #ffffff;\n    border-radius: 999px;\n    padding: 5px 9px;\n    font-size: 11px;\n    font-weight: 850;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  .hlb-pdp__format-name {\n    margin: 0 0 8px;\n    color: var(--hlb-teal-deep);\n    font-size: 17px;\n    font-weight: 850;\n    line-height: 1.3;\n  }\n\n  .hlb-pdp__format-desc {\n    margin: 0;\n    color: var(--hlb-muted);\n    font-size: 14px;\n    line-height: 1.55;\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__extras 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__extras a:hover,\n  .hlb-pdp__licence a:hover {\n    text-decoration: none;\n  }\n\n  .hlb-pdp__section--extras {\n    margin-top: 34px;\n    padding: 28px;\n    border-radius: 22px;\n    background: linear-gradient(135deg, #17383c 0%, #1f2d30 62%, #1c272a 100%);\n    position: relative;\n    overflow: hidden;\n    box-shadow: 0 20px 48px rgba(10, 74, 77, 0.14);\n  }\n\n  .hlb-pdp__section--extras::before {\n    content: \"\";\n    position: absolute;\n    right: -70px;\n    top: -80px;\n    width: 180px;\n    height: 180px;\n    border-radius: 28px;\n    background: rgba(93, 202, 165, 0.12);\n    transform: rotate(12deg);\n    pointer-events: none;\n  }\n\n  .hlb-pdp__section--extras \u003e * {\n    position: relative;\n    z-index: 2;\n  }\n\n  .hlb-pdp__section--extras .hlb-pdp__h3 {\n    color: #ffffff;\n    margin-bottom: 18px;\n  }\n\n  .hlb-pdp__extras {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 14px;\n    margin: 0;\n    padding: 0;\n    list-style: none;\n  }\n\n  .hlb-pdp__extras li {\n    padding: 0;\n    margin: 0;\n  }\n\n  .hlb-pdp__extras li::before {\n    display: none !important;\n    content: none !important;\n  }\n\n  .hlb-pdp__extras a {\n    display: inline-flex;\n    align-items: center;\n    min-height: 48px;\n    padding: 12px 18px;\n    border-radius: 12px;\n    background: rgba(93, 202, 165, 0.12);\n    border: 1px solid rgba(93, 202, 165, 0.28);\n    color: #5dcaa5 !important;\n    font-weight: 750;\n    text-decoration: none !important;\n    transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease;\n  }\n\n  .hlb-pdp__extras a:hover {\n    transform: translateY(-1px);\n    background: #5dcaa5;\n    border-color: #5dcaa5;\n    color: #17383c !important;\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    .hlb-pdp__format-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    .hlb-pdp__section--extras {\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    .hlb-pdp__extras {\n      flex-direction: column;\n    }\n\n    .hlb-pdp__extras a {\n      width: 100%;\n      justify-content: center;\n    }\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"hlb-pdp\"\u003e\n\n  \u003cheader class=\"hlb-pdp__head\"\u003e\n    \u003cspan class=\"hlb-pdp__eyebrow\"\u003eUK new hire pack + handbook\u003c\/span\u003e\n    \u003cp class=\"hlb-pdp__lede\"\u003eEverything in the Starter Pack, plus a 28-page UK Employee Handbook. The hiring docs you issue today and the reusable policy backbone you'll use for every employee, present and future.\u003c\/p\u003e\n    \u003cdiv class=\"hlb-pdp__badges\"\u003e\n      \u003cspan class=\"hlb-pdp__badge\"\u003eUK-focused\u003c\/span\u003e\n      \u003cspan class=\"hlb-pdp__badge\"\u003eEngland, Wales, Scotland \u0026amp; NI\u003c\/span\u003e\n      \u003cspan class=\"hlb-pdp__badge\"\u003eSME \u0026amp; startup friendly\u003c\/span\u003e\n      \u003cspan class=\"hlb-pdp__badge\"\u003eDelivered in minutes after setup\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/header\u003e\n\n  \u003csection class=\"hlb-pdp__diff\"\u003e\n    \u003ch3 class=\"hlb-pdp__h3\"\u003eFour documents. One Studio. One policy backbone.\u003c\/h3\u003e\n    \u003cp class=\"hlb-pdp__sub\"\u003eThe hiring documents get one new employee onboarded. The Handbook is the asset that sets expectations company-wide and grows with you. One Studio session produces both.\u003c\/p\u003e\n    \u003cdiv class=\"hlb-pdp__diff-grid\"\u003e\n      \u003cdiv class=\"hlb-pdp__diff-col hlb-pdp__diff-col--bad\"\u003e\n        \u003cspan class=\"hlb-pdp__diff-tag\"\u003eWithout a handbook\u003c\/span\u003e\n        \u003cul\u003e\n          \u003cli\u003eVerbal policies that change in the telling\u003c\/li\u003e\n          \u003cli\u003eInconsistent answers to common questions\u003c\/li\u003e\n          \u003cli\u003eNo record of what staff agreed to\u003c\/li\u003e\n          \u003cli\u003eRepeating yourself with every new hire\u003c\/li\u003e\n        \u003c\/ul\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hlb-pdp__diff-col hlb-pdp__diff-col--good\"\u003e\n        \u003cspan class=\"hlb-pdp__diff-tag\"\u003eStarter Pack + Handbook\u003c\/span\u003e\n        \u003cul\u003e\n          \u003cli\u003eOne Studio session covers all four documents\u003c\/li\u003e\n          \u003cli\u003eCompany details entered once, used everywhere\u003c\/li\u003e\n          \u003cli\u003eConsistent voice and details across the pack\u003c\/li\u003e\n          \u003cli\u003eBetter value than buying individually\u003c\/li\u003e\n          \u003cli\u003eDocumented, cross-referenced policies in the Handbook\u003c\/li\u003e\n          \u003cli\u003eOne handbook for your whole team with the option of a reusable Word master you can extend over time\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__section\"\u003e\n    \u003ch3 class=\"hlb-pdp__h3\"\u003eWhat's in this pack\u003c\/h3\u003e\n    \u003cul class=\"hlb-pdp__feature-list\"\u003e\n      \u003cli\u003e\n\u003cstrong\u003eUK Offer Letter\u003c\/strong\u003e — confirms role, salary, start date, working hours and contingencies. Pairs cleanly with the Contract.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eUK Employment Contract\u003c\/strong\u003e — core UK employment contract aligned to current employment law and SME practice. Adapts to full-time, part-time, zero hours or casual.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eUK New Starter Checklist\u003c\/strong\u003e — lets your new starter know exactly what you need to see from them to legally onboard them, an audit-ready record of what was checked, by whom and when.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cstrong\u003eUK Employee Handbook (28 pages)\u003c\/strong\u003e — your reusable policy backbone: conduct, performance, disciplinary \u0026amp; grievance, equality, working hours, holidays, sickness, family-friendly leave, data protection (UK GDPR), health \u0026amp; safety, social media and more. The Word version is yours to extend internally over time and the PDF you can use for all your staff.\u003c\/li\u003e\n      \u003cli\u003e\n\u003cspan style=\"display:inline-block;background:linear-gradient(180deg,#0e858b 0%,#0a6e74 100%);color:#fff;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:0.08em;padding:3px 9px;border-radius:5px;margin-right:8px;vertical-align:1px;\"\u003eBonus\u003c\/span\u003e\u003cstrong style=\"color:#0a4a4d;\"\u003eCombined PDF\u003c\/strong\u003e — a single PDF containing all four documents together, included with the PDF and PDF + Word formats as a complementary download alongside the individual files.\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"hlb-pdp__section\"\u003e\n    \u003ch3 class=\"hlb-pdp__h3\"\u003eWhy the Handbook is the centrepiece\u003c\/h3\u003e\n    \u003cp class=\"hlb-pdp__sub\"\u003eThe Offer, Contract and Checklist do their job for one new hire and move on. The Handbook is the document you'll reference every day, for discipline, for grievances, for sickness, for working hours, for everything in between for all your staff.\u003c\/p\u003e\n    \u003cul class=\"hlb-pdp__inside\"\u003e\n      \u003cli\u003eWelcome \u0026amp; our values\u003c\/li\u003e\n      \u003cli\u003eStandards of conduct\u003c\/li\u003e\n      \u003cli\u003ePerformance \u0026amp; probation\u003c\/li\u003e\n      \u003cli\u003eDisciplinary \u0026amp; grievance\u003c\/li\u003e\n      \u003cli\u003eDrugs, alcohol and conduct\u003c\/li\u003e\n      \u003cli\u003eFlexible \u0026amp; hybrid working\u003c\/li\u003e\n      \u003cli\u003eWorking hours \u0026amp; remote work\u003c\/li\u003e\n      \u003cli\u003eHolidays \u0026amp; public holidays\u003c\/li\u003e\n      \u003cli\u003eSickness reporting \u0026amp; sick pay\u003c\/li\u003e\n      \u003cli\u003eData protection (UK GDPR)\u003c\/li\u003e\n      \u003cli\u003ePay \u0026amp; expenses\u003c\/li\u003e\n      \u003cli\u003ePerformance \u0026amp; development\u003c\/li\u003e\n      \u003cli\u003eHealth \u0026amp; safety\u003c\/li\u003e\n      \u003cli\u003eIT, Systems and Social Media Use\u003c\/li\u003e\n      \u003cli\u003eWhistleblowing\u003c\/li\u003e\n      \u003cli\u003eEquality, anti-bullying \u0026amp; harassment\u003c\/li\u003e\n      \u003cli\u003eAnti-bribery and conflicts of interest\u003c\/li\u003e\n      \u003cli\u003eConfidentiality, IP \u0026amp; company property\u003c\/li\u003e\n      \u003cli\u003eFamily-friendly leave (maternity, paternity, parental) \u003c\/li\u003e\n      \u003cli\u003eLeaving the company\u003c\/li\u003e\n      \u003cli\u003eHandbook version control page\u003c\/li\u003e\n    \u003c\/ul\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\"\u003eOne Studio session, four documents in your inbox — no waiting, no guesswork.\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\"\u003ePurchase\u003c\/p\u003e\n          \u003cp class=\"hlb-pdp__step-body\"\u003eStraight after checkout, we email your \u003cstrong\u003ededicated studio link\u003c\/strong\u003e — private, personal and tied to your purchase.\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\"\u003eOpen the Personalisation Studio\u003c\/p\u003e\n          \u003cp class=\"hlb-pdp__step-body\"\u003eOne guided session covers all four documents — about \u003cstrong\u003e30–40 minutes\u003c\/strong\u003e. Enter your company details and key policy options once and we apply them across the pack.\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\"\u003eReceive your documents\u003c\/p\u003e\n          \u003cp class=\"hlb-pdp__step-body\"\u003eAll four documents in your chosen format(s) arrive in your inbox the moment you submit, typically within minutes.\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\"\u003eChoose your format\u003c\/h3\u003e\n    \u003cp class=\"hlb-pdp__sub\"\u003eThe combined option lets you issue the hiring documents today and extend the Handbook Word master over time.\u003c\/p\u003e\n    \u003cdiv class=\"hlb-pdp__format-grid\"\u003e\n      \u003cdiv class=\"hlb-pdp__format-card\"\u003e\n        \u003cp class=\"hlb-pdp__format-name\"\u003ePersonalised PDF\u003c\/p\u003e\n        \u003cp class=\"hlb-pdp__format-desc\"\u003eHiring documents for one named hire; and use the Handbook for the new starter and circulate internally to all staff of one legal entity. Not editable.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hlb-pdp__format-card\"\u003e\n        \u003cp class=\"hlb-pdp__format-name\"\u003ePersonalised Word\u003c\/p\u003e\n        \u003cp class=\"hlb-pdp__format-desc\"\u003eFour fully editable .docx masters. Handbook extendable internally over time.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"hlb-pdp__format-card hlb-pdp__format-card--rec\"\u003e\n        \u003cspan class=\"hlb-pdp__rec-tag\"\u003eMost popular\u003c\/span\u003e\n        \u003cp class=\"hlb-pdp__format-name\"\u003ePersonalised PDF + Word\u003c\/p\u003e\n        \u003cp class=\"hlb-pdp__format-desc\"\u003eIssue the hiring docs today to your new starter and keep the editable word master files for ongoing internal use. Best value.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\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\u003eWorks with your e-signature tool.\u003c\/strong\u003e Upload to DocuSign, Adobe Sign, Dropbox Sign or any e-signature platform. Signature lines for employer and employee and (where relevant) manager are included.\u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"hlb-pdp__note\"\u003e\n      \u003cp\u003e\u003cstrong\u003eWant a consultant to set this up with you?\u003c\/strong\u003e The \u003ca href=\"\/products\/premium-uk-new-hire-starter-pack-plus\"\u003ePremium UK New Hire Starter Pack +\u003c\/a\u003e includes a 3-hour session where a consultant runs the Personalisation Studio with you, you don't fill in anything yourself.\u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"hlb-pdp__note\"\u003e\n      \u003cp\u003e\u003cstrong\u003eA friendly note.\u003c\/strong\u003e Our documents reflect general UK practice for SMEs and startups across England, Wales, Scotland and Northern Ireland. For sector-specific rules (regulated industries, FCA, healthcare) or unusual operating models, consider independent legal advice before issuing.\u003c\/p\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"hlb-pdp__note\"\u003e\n      \u003cp\u003e\u003cstrong\u003eAbout add-ons.\u003c\/strong\u003e Eligible add-ons (where available) appear with your variant choice above. Selected add-ons are added to your basket alongside your main document at checkout.\u003c\/p\u003e\n    \u003c\/section\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"hlb-pdp__section hlb-pdp__section--extras\"\u003e\n    \u003ch3 class=\"hlb-pdp__h3\"\u003eOptional extras\u003c\/h3\u003e\n    \u003cul class=\"hlb-pdp__extras\"\u003e\n      \u003cli\u003e\u003ca href=\"\/products\/update-alerts-subscription\"\u003eUpdate Alerts Subscription\u003c\/a\u003e\u003c\/li\u003e\n      \u003cli\u003e\u003ca href=\"\/products\/on-tap-hr-support\"\u003eOn-Tap HR Support\u003c\/a\u003e\u003c\/li\u003e\n    \u003c\/ul\u003e\n  \u003c\/section\u003e\n\n  \u003cp class=\"hlb-pdp__licence\"\u003eRead the full licence terms in our \u003ca href=\"\/policies\/terms-of-service\"\u003eTerms of Service\u003c\/a\u003e.\u003c\/p\u003e\n\n\u003c\/div\u003e","brand":"HR Launch Box","offers":[{"title":"Personalised PDF","offer_id":58438166774109,"sku":"HLB-NHPPLUS-PDF","price":299.99,"currency_code":"GBP","in_stock":true},{"title":"Personalised Word","offer_id":58438166806877,"sku":"HLB-NHPPLUS-WRD","price":599.99,"currency_code":"GBP","in_stock":true},{"title":"Personalised PDF + Word","offer_id":58438166839645,"sku":"HLB-NHPPLUS-BOTH","price":639.99,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0976\/9929\/9677\/files\/08-pack2.jpg?v=1779057708","url":"https:\/\/hrlaunchbox.com\/products\/uk-new-hire-starter-pack-plus","provider":"HR Launch Box","version":"1.0","type":"link"}