{"product_id":"the-pep-kit-interview-confidence-toolkit","title":"The Pep Kit","description":"\u003cbody\u003e\n\n\n\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003ctitle\u003eThe Pep Kit™ | Less Prep, More Pep™\u003c\/title\u003e\n\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Bebas+Neue\u0026amp;family=DM+Sans:wght@400;500;600;700;900\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\u003cstyle\u003e\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --navy: #1A1A2E;\n    --coral: #FF6B47;\n    --gold: #FFD600;\n    --white: #FFFFFF;\n    --off-white: #FAFAF8;\n    --light-gray: #F4F4F0;\n    --font-display: 'Bebas Neue', sans-serif;\n    --font-body: 'DM Sans', sans-serif;\n  }\n\n  .lpmp-wrap {\n    font-family: var(--font-body);\n    color: var(--navy);\n    background: var(--white);\n    -webkit-font-smoothing: antialiased;\n    width: 100%;\n    overflow-x: hidden;\n  }\n\n  .lpmp-wrap * { box-sizing: border-box; }\n\n  \/* ── SECTIONS ── *\/\n  .lp-section {\n    width: 100%;\n    padding: 0 0 28px;\n  }\n\n  \/* ── EYEBROW ── *\/\n  .lp-eyebrow {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--coral);\n    margin-bottom: 8px;\n  }\n\n  \/* ── PRODUCT TITLE ── *\/\n  .lp-title {\n    font-family: var(--font-display);\n    font-size: 52px;\n    color: var(--navy);\n    line-height: 1;\n    letter-spacing: 0.02em;\n    margin-bottom: 6px;\n  }\n  .lp-title span { color: var(--coral); }\n\n  .lp-subtitle {\n    font-size: 14px;\n    font-weight: 500;\n    color: #6B6B7A;\n    line-height: 1.5;\n  }\n\n  \/* ── HOOK CARD ── *\/\n  .lp-hook {\n    background: var(--off-white);\n    border-top: 4px solid var(--coral);\n    border-radius: 10px;\n    padding: 16px 14px;\n    width: 100%;\n  }\n\n  .lp-hook-label {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--coral);\n    margin-bottom: 12px;\n  }\n\n  .lp-hook ul {\n    list-style: none;\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n  }\n\n  .lp-hook li {\n    font-size: 13px;\n    font-weight: 500;\n    color: var(--navy);\n    display: flex;\n    align-items: flex-start;\n    gap: 7px;\n    line-height: 1.5;\n  }\n\n  .lp-hook li .bolt {\n    flex-shrink: 0;\n    font-size: 12px;\n    margin-top: 2px;\n  }\n\n  \/* ── PILLARS ── *\/\n  .lp-pillars {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    width: 100%;\n  }\n\n  .lp-pillar {\n    background: var(--white);\n    border: 1.5px solid #EBEBEB;\n    border-radius: 10px;\n    padding: 14px 16px;\n    display: flex;\n    align-items: center;\n    gap: 14px;\n    position: relative;\n    overflow: hidden;\n    width: 100%;\n  }\n\n  .lp-pillar::after {\n    content: '';\n    position: absolute;\n    bottom: 0; left: 0; right: 0;\n    height: 3px;\n  }\n  .lp-pillar:nth-child(1)::after { background: var(--coral); }\n  .lp-pillar:nth-child(2)::after { background: var(--gold); }\n  .lp-pillar:nth-child(3)::after { background: var(--navy); }\n\n  .lp-pillar-num {\n    font-family: var(--font-display);\n    font-size: 32px;\n    color: #DCDCDC;\n    line-height: 1;\n    flex-shrink: 0;\n    width: 38px;\n    order: -1;\n  }\n\n  .lp-pillar-body { flex: 1; min-width: 0; order: 1; }\n\n  .lp-pillar-name {\n    font-size: 13px;\n    font-weight: 700;\n    color: var(--navy);\n    margin-bottom: 3px;\n  }\n\n  .lp-pillar-desc {\n    font-size: 12px;\n    color: #7A7A8A;\n    line-height: 1.45;\n    margin-bottom: 5px;\n  }\n\n  .lp-pillar-count {\n    font-size: 11px;\n    font-weight: 700;\n    color: var(--coral);\n  }\n\n  \/* ── DIVIDER ── *\/\n  .lp-divider {\n    border: none;\n    border-top: 1px solid #EBEBEB;\n    margin: 4px 0 28px;\n  }\n\n  \/* ── DETAILS ── *\/\n  .lp-details p {\n    font-size: 14px;\n    font-weight: 400;\n    line-height: 1.75;\n    color: #3A3A4A;\n    margin-bottom: 16px;\n  }\n  .lp-details p:last-child { margin-bottom: 0; }\n  .lp-details strong { color: var(--navy); font-weight: 700; }\n\n  \/* ── QUOTE BLOCK ── *\/\n  .lp-quote {\n    background: var(--navy);\n    border-radius: 10px;\n    padding: 22px 18px;\n    width: 100%;\n  }\n\n  .lp-quote-mark {\n    font-family: var(--font-display);\n    font-size: 56px;\n    color: var(--coral);\n    line-height: 0.7;\n    display: block;\n    margin-bottom: 10px;\n    opacity: 0.6;\n  }\n\n  .lp-quote-text {\n    font-size: 15px;\n    font-weight: 600;\n    color: var(--white);\n    line-height: 1.6;\n    margin-bottom: 12px;\n  }\n\n  .lp-quote-credit {\n    font-size: 11px;\n    font-weight: 600;\n    color: var(--gold);\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n  }\n\n  \/* ── HOW TO USE ── *\/\n  .lp-howto {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n    width: 100%;\n  }\n\n  .lp-howto-card {\n    background: var(--light-gray);\n    border-radius: 10px;\n    padding: 14px 16px;\n    width: 100%;\n  }\n\n  .lp-howto-time {\n    font-size: 10px;\n    font-weight: 700;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: var(--coral);\n    margin-bottom: 4px;\n  }\n\n  .lp-howto-action {\n    font-size: 13px;\n    font-weight: 700;\n    color: var(--navy);\n    line-height: 1.4;\n    margin-bottom: 3px;\n  }\n\n  .lp-howto-note {\n    font-size: 12px;\n    color: #7A7A8A;\n    line-height: 1.45;\n  }\n\n  \/* ── BRAND CLOSE ── *\/\n  .lp-close {\n    text-align: center;\n    padding: 8px 0 16px;\n  }\n\n  .lp-close-line {\n    font-family: var(--font-display);\n    font-size: 38px;\n    color: var(--navy);\n    letter-spacing: 0.04em;\n  }\n\n  .lp-close-line span { color: var(--coral); }\n\n  \/* ── DESKTOP: side-by-side pillars, 2-col howto ── *\/\n  @media (min-width: 640px) {\n    .lp-title { font-size: 64px; }\n\n    .lp-pillars {\n      flex-direction: row;\n      align-items: stretch;\n    }\n\n    .lp-pillar {\n      flex: 1;\n      flex-direction: column;\n      align-items: flex-start;\n      gap: 0;\n      padding: 20px 16px;\n    }\n\n    .lp-pillar-num {\n      font-size: 36px;\n      margin-bottom: 8px;\n      width: auto;\n    }\n\n    .lp-howto {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 12px;\n    }\n\n    .lp-close-line { font-size: 48px; }\n  }\n\u003c\/style\u003e\n\n\n\n\u003cdiv class=\"lpmp-wrap\"\u003e\n\n  \u003c!-- TITLE --\u003e\n  \u003cdiv class=\"lp-section\"\u003e\n    \u003cp class=\"lp-eyebrow\"\u003eDigital Download · 20 Worksheets\u003c\/p\u003e\n    \u003ch1 class=\"lp-title\"\u003eThe Pep Kit\u003cspan\u003e™\u003c\/span\u003e\n\u003c\/h1\u003e\n    \u003cp class=\"lp-subtitle\"\u003eYour complete story and energy toolkit — powered by Guess What Energy™\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- HOOK --\u003e\n  \u003cdiv class=\"lp-section\"\u003e\n    \u003cdiv class=\"lp-hook\"\u003e\n      \u003cp class=\"lp-hook-label\"\u003eGrab this if you…\u003c\/p\u003e\n      \u003cul\u003e\n        \u003cli\u003e\n\u003cspan class=\"bolt\"\u003e⚡\u003c\/span\u003eHave an interview coming up and your mind is a total blank\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"bolt\"\u003e⚡\u003c\/span\u003eKnow you're qualified but can't make your mouth say it\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"bolt\"\u003e⚡\u003c\/span\u003eKeep freezing on \"tell me about yourself\" even though you've done a lot\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"bolt\"\u003e⚡\u003c\/span\u003eAre tired of sounding like a robot reading off your own resume\u003c\/li\u003e\n        \u003cli\u003e\n\u003cspan class=\"bolt\"\u003e⚡\u003c\/span\u003eWant to walk in with real stories — not a script\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- WHAT'S INSIDE --\u003e\n  \u003cdiv class=\"lp-section\"\u003e\n    \u003cp class=\"lp-eyebrow\"\u003eWhat's inside\u003c\/p\u003e\n    \u003cdiv class=\"lp-pillars\"\u003e\n\n      \u003cdiv class=\"lp-pillar\"\u003e\n        \u003cdiv class=\"lp-pillar-num\"\u003e01\u003c\/div\u003e\n        \u003cdiv class=\"lp-pillar-body\"\u003e\n          \u003cdiv class=\"lp-pillar-name\"\u003eStory Discovery\u003c\/div\u003e\n          \u003cdiv class=\"lp-pillar-desc\"\u003eFind the gold you've been sitting on. Build your Brag Bank™.\u003c\/div\u003e\n          \u003cdiv class=\"lp-pillar-count\"\u003e7 worksheets\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-pillar\"\u003e\n        \u003cdiv class=\"lp-pillar-num\"\u003e02\u003c\/div\u003e\n        \u003cdiv class=\"lp-pillar-body\"\u003e\n          \u003cdiv class=\"lp-pillar-name\"\u003eEnergy Shift\u003c\/div\u003e\n          \u003cdiv class=\"lp-pillar-desc\"\u003eChange how you feel before you walk in.\u003c\/div\u003e\n          \u003cdiv class=\"lp-pillar-count\"\u003e5 worksheets\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lp-pillar\"\u003e\n        \u003cdiv class=\"lp-pillar-num\"\u003e03\u003c\/div\u003e\n        \u003cdiv class=\"lp-pillar-body\"\u003e\n          \u003cdiv class=\"lp-pillar-name\"\u003eMemorable Conversations\u003c\/div\u003e\n          \u003cdiv class=\"lp-pillar-desc\"\u003eLeave an impression they'll still be talking about.\u003c\/div\u003e\n          \u003cdiv class=\"lp-pillar-count\"\u003e8 worksheets\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003chr class=\"lp-divider\"\u003e\n\n  \u003c!-- ABOUT --\u003e\n  \u003cdiv class=\"lp-section lp-details\"\u003e\n    \u003cp class=\"lp-eyebrow\"\u003eAbout this kit\u003c\/p\u003e\n    \u003cp\u003eThe Pep Kit™ is a \u003cstrong\u003e20-worksheet digital toolkit\u003c\/strong\u003e designed for anyone who gets nervous before interviews — from new grads landing their first job to senior professionals going after something bigger. It's not a workbook. It's not a script. It's a guided process for excavating the stories you already have and learning how to tell them like yourself.\u003c\/p\u003e\n    \u003cp\u003eEvery worksheet is built around \u003cstrong\u003eGuess What Energy™ (GWE™)\u003c\/strong\u003e — the same natural, unscripted energy you have when you're telling a friend something that actually happened. No rehearsed answers. No corporate speak. Just your real story, told with confidence.\u003c\/p\u003e\n    \u003cp\u003eThe kit covers three pillars: \u003cstrong\u003eStory Discovery\u003c\/strong\u003e (build your Brag Bank™ and find the moments you've been underselling), \u003cstrong\u003eEnergy Shift\u003c\/strong\u003e (change how you feel before you walk in), and \u003cstrong\u003eMemorable Conversations\u003c\/strong\u003e (show up fully and leave a lasting impression). Start anywhere — there's no wrong page one.\u003c\/p\u003e\n    \u003cp\u003eDelivered as a PDF instantly after purchase. Print it, fill it digitally, or use it on your iPad.\u003c\/p\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- QUOTE --\u003e\n  \u003cdiv class=\"lp-section\"\u003e\n    \u003cdiv class=\"lp-quote\"\u003e\n      \u003cspan class=\"lp-quote-mark\"\u003e\"\u003c\/span\u003e\n      \u003cp class=\"lp-quote-text\"\u003eYou know that energy when you're texting a friend \"guess what happened at work today\" — you didn't rehearse, you didn't overthink, you just told the story. That's exactly the energy that wins interviews.\u003c\/p\u003e\n      \u003cp class=\"lp-quote-credit\"\u003eGuess What Energy™ — The Framework Behind This Kit\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- HOW TO USE --\u003e\n  \u003cdiv class=\"lp-section\"\u003e\n    \u003cp class=\"lp-eyebrow\"\u003eHow to use it\u003c\/p\u003e\n    \u003cdiv class=\"lp-howto\"\u003e\n      \u003cdiv class=\"lp-howto-card\"\u003e\n        \u003cp class=\"lp-howto-time\"\u003eGot a week?\u003c\/p\u003e\n        \u003cp class=\"lp-howto-action\"\u003eGo in order.\u003c\/p\u003e\n        \u003cp class=\"lp-howto-note\"\u003eStory Discovery → Energy Shift → Memorable Conversations. Full reset.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lp-howto-card\"\u003e\n        \u003cp class=\"lp-howto-time\"\u003eGot a day?\u003c\/p\u003e\n        \u003cp class=\"lp-howto-action\"\u003eStart with Pillar 2, then pull your top 3 Brag Bank™ stories.\u003c\/p\u003e\n        \u003cp class=\"lp-howto-note\"\u003eEnergy first. Stories second. You'll walk in different.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lp-howto-card\"\u003e\n        \u003cp class=\"lp-howto-time\"\u003eGot an hour?\u003c\/p\u003e\n        \u003cp class=\"lp-howto-action\"\u003eDo the Story Intro Builder + the Night Before checklist.\u003c\/p\u003e\n        \u003cp class=\"lp-howto-note\"\u003eOne story, fully built, fully yours. That's enough.\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"lp-howto-card\"\u003e\n        \u003cp class=\"lp-howto-time\"\u003eNo interview yet?\u003c\/p\u003e\n        \u003cp class=\"lp-howto-action\"\u003eBuild your Brag Bank™ now so you're never caught off guard.\u003c\/p\u003e\n        \u003cp class=\"lp-howto-note\"\u003eStart anywhere. There's no wrong page one.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- BRAND CLOSE --\u003e\n  \u003cdiv class=\"lp-close\"\u003e\n    \u003cp class=\"lp-close-line\"\u003eLess Prep. \u003cspan\u003eMore Pep.\u003c\/span\u003e\u003c\/p\u003e\n  \u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\n\u003c\/body\u003e","brand":"Less Prep More Pep","offers":[{"title":"Default Title","offer_id":44760834998341,"sku":null,"price":27.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0719\/5983\/8789\/files\/rn-image_picker_lib_temp_7d34a26b-390b-4822-af70-433bcb0edc48.png?v=1778113141","url":"https:\/\/lessprepmorepep.com\/products\/the-pep-kit-interview-confidence-toolkit","provider":"Less Prep More Pep","version":"1.0","type":"link"}