{"product_id":"energy-leadership-index-eli-assessment","title":"Energy Leadership Index Assessment (ELI)","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Recoleta:wght@400;500;600;700\u0026amp;display=swap\"\u003e \u003clink rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500\u0026amp;display=swap\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n    :root {\n      --coral: #E87B73;\n      --coral-dark: #d96860;\n      --blush: #FAE7E2;\n      --blush-mid: #f5d5cc;\n      --midnight: #1B495A;\n      --midnight-light: #235e74;\n      --white: #ffffff;\n      --off-white: #fdfaf9;\n      --text-body: rgba(27,73,90,0.72);\n    }\n\n    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n    body {\n      background: var(--off-white);\n      color: var(--midnight);\n      font-family: 'Inter', sans-serif;\n      font-weight: 300;\n      line-height: 1.7;\n    }\n\n    \/* ─── PAGE LAYOUT ─── *\/\n    .product-page {\n      max-width: 1080px;\n      margin: 0 auto;\n      padding: 60px 40px 100px;\n    }\n\n    \/* Single column — no left visual panel *\/\n    .product-grid {\n      display: block;\n    }\n\n    \/* ─── PURCHASE INFO ─── *\/\n    .product-visual { display: none; }\n\n    .product-info {\n      max-width: 680px;\n    }\n\n    .product-eyebrow {\n      font-family: 'Inter', sans-serif;\n      font-size: 10px;\n      font-weight: 600;\n      letter-spacing: 0.22em;\n      text-transform: uppercase;\n      color: var(--coral);\n      margin-bottom: 12px;\n    }\n\n    .product-title {\n      font-family: 'Recoleta', serif;\n      font-size: clamp(28px, 4vw, 48px);\n      font-weight: 700;\n      line-height: 1.1;\n      color: var(--midnight);\n      margin-bottom: 8px;\n    }\n\n    .product-subtitle {\n      font-family: 'Recoleta', serif;\n      font-size: 20px;\n      font-weight: 400;\n      color: var(--coral);\n      margin-bottom: 24px;\n    }\n\n    .product-desc {\n      font-size: 15px;\n      color: var(--text-body);\n      line-height: 1.85;\n      margin-bottom: 32px;\n    }\n\n    \/* Price *\/\n    .price-block {\n      display: flex;\n      align-items: baseline;\n      gap: 6px;\n      margin-bottom: 28px;\n    }\n\n    .price-currency {\n      font-family: 'Recoleta', serif;\n      font-size: 20px;\n      color: var(--midnight);\n      opacity: 0.5;\n      align-self: flex-start;\n      margin-top: 8px;\n    }\n\n    .price-amount {\n      font-family: 'Recoleta', serif;\n      font-size: 58px;\n      font-weight: 700;\n      color: var(--midnight);\n      line-height: 1;\n    }\n\n    .price-note {\n      font-size: 13px;\n      color: var(--text-body);\n      align-self: flex-end;\n      padding-bottom: 6px;\n    }\n\n    \/* Includes list *\/\n    .includes-label {\n      font-size: 10px;\n      font-weight: 600;\n      letter-spacing: 0.18em;\n      text-transform: uppercase;\n      color: var(--text-body);\n      margin-bottom: 14px;\n    }\n\n    .includes-list {\n      list-style: none;\n      margin-bottom: 32px;\n    }\n\n    .includes-list li {\n      display: flex;\n      align-items: flex-start;\n      gap: 12px;\n      padding: 10px 0;\n      border-bottom: 1px solid var(--blush-mid);\n      font-size: 14.5px;\n      color: var(--midnight);\n    }\n\n    .includes-list li:last-child { border-bottom: none; }\n\n    .check {\n      width: 20px;\n      height: 20px;\n      background: var(--coral);\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      flex-shrink: 0;\n      margin-top: 2px;\n      font-size: 10px;\n      color: white;\n    }\n\n    \/* CTA Button *\/\n    .btn-add-cart {\n      display: block;\n      width: 100%;\n      background: var(--coral);\n      color: var(--blush);\n      border: none;\n      border-radius: 50px;\n      padding: 19px 40px;\n      font-family: 'Recoleta', serif;\n      font-size: 18px;\n      font-weight: 600;\n      cursor: pointer;\n      transition: background 0.22s, transform 0.2s;\n      text-align: center;\n      text-decoration: none;\n      margin-bottom: 12px;\n      letter-spacing: 0.01em;\n    }\n\n    .btn-add-cart:hover {\n      background: var(--coral-dark);\n      transform: translateY(-2px);\n    }\n\n    .btn-learn-more {\n      display: block;\n      width: 100%;\n      background: transparent;\n      color: var(--midnight);\n      border: 2px solid var(--blush-mid);\n      border-radius: 50px;\n      padding: 15px 40px;\n      font-family: 'Inter', sans-serif;\n      font-size: 13px;\n      font-weight: 500;\n      cursor: pointer;\n      transition: border-color 0.2s, background 0.2s;\n      text-align: center;\n      text-decoration: none;\n      letter-spacing: 0.04em;\n    }\n\n    .btn-learn-more:hover {\n      border-color: var(--midnight);\n      background: var(--blush);\n    }\n\n    \/* Secure note *\/\n    .secure-note {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 6px;\n      margin-top: 16px;\n      font-size: 12px;\n      color: var(--text-body);\n    }\n\n    \/* ─── BELOW THE FOLD ─── *\/\n    .below-fold { margin-top: 80px; }\n\n    .divider {\n      border: none;\n      border-top: 2px solid var(--blush-mid);\n      margin-bottom: 60px;\n    }\n\n    .section-label {\n      font-size: 10px;\n      font-weight: 600;\n      letter-spacing: 0.22em;\n      text-transform: uppercase;\n      color: var(--coral);\n      margin-bottom: 14px;\n    }\n\n    .section-heading {\n      font-family: 'Recoleta', serif;\n      font-size: clamp(26px, 3.5vw, 38px);\n      font-weight: 700;\n      color: var(--midnight);\n      margin-bottom: 20px;\n      line-height: 1.15;\n    }\n\n    .section-body {\n      font-size: 15px;\n      color: var(--text-body);\n      line-height: 1.85;\n      max-width: 640px;\n    }\n\n    \/* Steps *\/\n    .steps-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n      margin-top: 44px;\n    }\n\n    .step-card {\n      background: var(--blush);\n      border-radius: 20px;\n      padding: 36px 28px;\n    }\n\n    .step-num {\n      font-family: 'Recoleta', serif;\n      font-size: 52px;\n      font-weight: 700;\n      color: rgba(232,123,115,0.3);\n      line-height: 1;\n      margin-bottom: 16px;\n    }\n\n    .step-card h3 {\n      font-family: 'Recoleta', serif;\n      font-size: 18px;\n      font-weight: 600;\n      color: var(--midnight);\n      margin-bottom: 8px;\n    }\n\n    .step-card p {\n      font-size: 13.5px;\n      color: var(--text-body);\n      line-height: 1.75;\n    }\n\n    \/* Comparison *\/\n    .compare-grid {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 20px;\n      margin-top: 44px;\n    }\n\n    .compare-card { border-radius: 20px; padding: 36px 30px; }\n    .compare-card.standard { background: var(--white); border: 2px solid var(--blush-mid); }\n    .compare-card.eli      { background: var(--midnight); }\n\n    .compare-pill {\n      display: inline-block;\n      border-radius: 30px;\n      font-size: 9px;\n      font-weight: 600;\n      letter-spacing: 0.16em;\n      text-transform: uppercase;\n      padding: 4px 12px;\n      margin-bottom: 14px;\n    }\n\n    .standard .compare-pill { background: var(--blush-mid); color: var(--midnight); }\n    .eli .compare-pill      { background: rgba(250,231,226,0.18); color: var(--blush); }\n\n    .compare-card h4 {\n      font-family: 'Recoleta', serif;\n      font-size: 20px;\n      font-weight: 600;\n      margin-bottom: 10px;\n    }\n\n    .standard h4 { color: var(--midnight); }\n    .eli h4      { color: var(--blush); }\n\n    .compare-card p { font-size: 14px; line-height: 1.78; }\n    .standard p { color: var(--text-body); }\n    .eli p      { color: rgba(250,231,226,0.72); }\n\n    \/* Testimonial *\/\n    .testimonial-block {\n      background: var(--coral);\n      border-radius: 28px;\n      padding: 52px 60px;\n      text-align: center;\n      margin-top: 60px;\n    }\n\n    .testimonial-block p {\n      font-family: 'Recoleta', serif;\n      font-size: clamp(18px, 2.5vw, 26px);\n      font-weight: 400;\n      line-height: 1.5;\n      color: var(--blush);\n      margin-bottom: 20px;\n    }\n\n    .testimonial-block cite {\n      font-size: 11px;\n      font-style: normal;\n      letter-spacing: 0.16em;\n      text-transform: uppercase;\n      color: rgba(250,231,226,0.5);\n    }\n\n    \/* Bottom CTA *\/\n    .bottom-cta {\n      background: var(--midnight);\n      border-radius: 28px;\n      padding: 52px 60px;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      gap: 40px;\n      margin-top: 24px;\n    }\n\n    .bottom-cta-text h3 {\n      font-family: 'Recoleta', serif;\n      font-size: 28px;\n      font-weight: 700;\n      color: var(--blush);\n      margin-bottom: 8px;\n    }\n\n    .bottom-cta-text p {\n      font-size: 14px;\n      color: rgba(250,231,226,0.6);\n      line-height: 1.7;\n    }\n\n    .bottom-cta-price { text-align: center; flex-shrink: 0; }\n\n    .bottom-price-num {\n      font-family: 'Recoleta', serif;\n      font-size: 52px;\n      font-weight: 700;\n      color: var(--blush);\n      line-height: 1;\n      display: block;\n    }\n\n    .bottom-price-sub {\n      font-size: 11px;\n      color: rgba(250,231,226,0.45);\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      display: block;\n      margin-bottom: 18px;\n    }\n\n    .btn-bottom {\n      display: block;\n      background: var(--coral);\n      color: var(--blush);\n      border: none;\n      border-radius: 50px;\n      padding: 16px 36px;\n      font-family: 'Recoleta', serif;\n      font-size: 16px;\n      font-weight: 600;\n      cursor: pointer;\n      transition: background 0.22s, transform 0.2s;\n      text-decoration: none;\n      white-space: nowrap;\n    }\n\n    .btn-bottom:hover { background: var(--coral-dark); transform: translateY(-2px); }\n\n    \/* iPEC footnote *\/\n    .ipec-note {\n      margin-top: 48px;\n      padding-top: 28px;\n      border-top: 1px solid var(--blush-mid);\n      font-size: 11px;\n      color: var(--text-body);\n      line-height: 1.7;\n      opacity: 0.7;\n    }\n\n    \/* ─── ANIMATIONS ─── *\/\n    @keyframes fadeUp {\n      from { opacity: 0; transform: translateY(18px); }\n      to   { opacity: 1; transform: translateY(0); }\n    }\n\n    .product-eyebrow  { animation: fadeUp 0.5s ease both; }\n    .product-title    { animation: fadeUp 0.55s 0.05s ease both; }\n    .product-subtitle { animation: fadeUp 0.55s 0.1s ease both; }\n    .product-desc     { animation: fadeUp 0.55s 0.15s ease both; }\n    .price-block      { animation: fadeUp 0.55s 0.2s ease both; }\n    .includes-list    { animation: fadeUp 0.55s 0.25s ease both; }\n    .btn-add-cart     { animation: fadeUp 0.55s 0.3s ease both; }\n\n    \/* ─── RESPONSIVE ─── *\/\n    @media (max-width: 820px) {\n      .product-page { padding: 40px 20px 80px; }\n      .steps-grid   { grid-template-columns: 1fr; }\n      .compare-grid { grid-template-columns: 1fr; }\n      .bottom-cta   { flex-direction: column; text-align: center; padding: 40px 28px; }\n      .testimonial-block { padding: 40px 28px; }\n    }\n  \u003c\/style\u003e\n\u003cdiv class=\"product-page\"\u003e\n\u003cdiv class=\"product-grid\"\u003e\n\u003c!-- Visual panel hidden --\u003e\n\u003cdiv class=\"product-visual\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c!-- Purchase Info --\u003e\n\u003cdiv class=\"product-info\"\u003e\n\u003cp class=\"product-eyebrow\"\u003eKind Birdie · Energy Leadership\u003c\/p\u003e\n\u003ch1 class=\"product-title\"\u003eELI Assessment + Video Debrief + Coaching Call with Dana\u003c\/h1\u003e\n\u003cp class=\"product-subtitle\"\u003eClarity for the woman ready to lead from the inside out.\u003c\/p\u003e\n\u003cp class=\"product-desc\"\u003eThe \u003ca href=\"https:\/\/www.ipeccoaching.com\/blog\/energy-leadership-index\" title=\"Learn more about The Energy Leadership Index (ELI) by iPEC\" rel=\"noopener\" target=\"_blank\"\u003eEnergy Leadership Index\u003c\/a\u003e™ isn't a personality test — it's a mirror. It reveals the attitudes and thinking patterns shaping your relationships, your work, and your daily life. Unlike Myers-Briggs or Enneagram, the ELI measures something that \u003cem\u003ecan actually change\u003c\/em\u003e — so you walk away with more than self-knowledge. You walk away with a clear path forward. Dana personally debriefs your results in a 30-minute coaching call and a video walkthrough built around \u003cem\u003eyou\u003c\/em\u003e.\u003c\/p\u003e\n\u003c!-- Price --\u003e\n\u003cdiv class=\"price-block\"\u003e\n\u003cspan class=\"price-currency\"\u003e$\u003c\/span\u003e \u003cspan class=\"price-amount\"\u003e149\u003c\/span\u003e \u003cspan class=\"price-note\"\u003eone-time\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c!-- Includes --\u003e\n\u003cp class=\"includes-label\"\u003eWhat's included\u003c\/p\u003e\n\u003cul class=\"includes-list\"\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eComplete Energy Leadership Index™ assessment (online, ~20 min)\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYour results across all 7 levels of energetic awareness\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eYour catabolic vs. anabolic energy ratio revealed\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003cspan\u003e\u003cmeta charset=\"utf-8\"\u003e30-min 1:1 coaching call + video debrief from Dana, built around your specific results\u003c\/span\u003e\n\u003c\/li\u003e\n\u003cli\u003e\n\u003cspan class=\"check\"\u003e✓\u003c\/span\u003e\u003cspan\u003eActionable next steps for shifting your leadership energy\u003c\/span\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- ── BELOW THE FOLD ── --\u003e\n\u003cdiv id=\"what-you-get\" class=\"below-fold\"\u003e\n\u003chr class=\"divider\"\u003e\n\u003cp class=\"section-label\"\u003eHow It Works\u003c\/p\u003e\n\u003ch2 class=\"section-heading\"\u003eYour path to energetic clarity.\u003c\/h2\u003e\n\u003cp class=\"section-body\"\u003eThree simple steps stand between you and a completely new understanding of how your energy shapes everything — your relationships, your work, your results.\u003c\/p\u003e\n\u003cdiv class=\"steps-grid\"\u003e\n\u003cdiv class=\"step-card\"\u003e\n\u003cdiv class=\"step-num\"\u003e01\u003c\/div\u003e\n\u003ch3\u003eTake the Assessment\u003c\/h3\u003e\n\u003cp\u003eYou'll receive a link to complete the E.L.I. online — about 20 minutes. There are no right or wrong answers. It simply captures a snapshot of how you see your world right now.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-card\"\u003e\n\u003cdiv class=\"step-num\"\u003e02\u003c\/div\u003e\n\u003ch3\u003eResults Are Analyzed\u003c\/h3\u003e\n\u003cp\u003eYour responses are scored across all 7 levels of energetic awareness, revealing your catabolic-to-anabolic energy ratio and where the greatest opportunity for growth lives.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"step-card\"\u003e\n\u003cdiv class=\"step-num\"\u003e03\u003c\/div\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003eGet Your Debrief + Coaching Call\u003c\/h3\u003e\n\u003cp\u003eYou'll have a 30-minute coaching call with Dana and receive a detailed video walking through your results in plain language: what they mean, what they reveal about your leadership today, and what's possible from here.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003chr style=\"margin-top: 60px;\" class=\"divider\"\u003e\n\u003cp class=\"section-label\"\u003eWhy the ELI?\u003c\/p\u003e\n\u003ch2 class=\"section-heading\"\u003eNot your average assessment.\u003c\/h2\u003e\n\u003cp class=\"section-body\"\u003eMost assessments tell you who you are and ask you to work within it. The ELI starts from a completely different premise.\u003c\/p\u003e\n\u003cdiv class=\"compare-grid\"\u003e\n\u003cdiv class=\"compare-card standard\"\u003e\n\u003cspan class=\"compare-pill\"\u003eStandard Assessments\u003c\/span\u003e\n\u003ch4\u003ePersonality-Based\u003c\/h4\u003e\n\u003cp\u003eTools like Myers-Briggs and DISC measure fixed personality traits. They're valuable for self-awareness, but they treat your type as permanent. You understand yourself better, but the ceiling stays the same.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"compare-card eli\"\u003e\n\u003cspan class=\"compare-pill\"\u003eThe ELI Difference\u003c\/span\u003e\n\u003ch4\u003eAttitudinal Assessment\u003c\/h4\u003e\n\u003cp\u003eThe ELI measures your energy based on your attitudes and perceptions of the world — and because attitude is subjective, it can be changed. There are no limits to the growth you can achieve once you see the full picture.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"testimonial-block\"\u003e\n\u003cp\u003e\u003cmeta charset=\"utf-8\"\u003e\"I felt validated and appreciated...I not only have a deeper sense of self-confidence but a deeper sense of self-love and understanding.\"\u003c\/p\u003e\n\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e- Rebecca B.\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"testimonial-block\"\u003e\n\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\"The ELI helped me confirm patterns blocking me from success. Now I'm using what I learned to show up authentically and powerfully in my business!\"\u003cbr\u003e\u003cbr\u003e- Stephanie C.\u003c\/span\u003e\u003cspan style=\"color: rgb(255, 255, 255);\"\u003e\u003c\/span\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bottom-cta\"\u003e\n\u003cdiv class=\"bottom-cta-text\"\u003e\n\u003ch3\u003e\n\u003cmeta charset=\"utf-8\"\u003eReady to understand why you do what you do...and change it?\u003c\/h3\u003e\n\u003cp\u003eYour assessment link and a link to schedule your coaching call are emailed to you immediately after purchase.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"bottom-cta-price\"\u003e\n\u003cspan class=\"bottom-price-num\"\u003e$149\u003c\/span\u003e \u003cspan class=\"bottom-price-sub\"\u003eassessment + 30-min call\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"ipec-note\"\u003e\u003cstrong\u003eDana Byers is the founder of Kind Birdie and a certified life and leadership coach. In 2017, she hired a coach that led her through the ELI, and it gave her a transformative framework to break her pattern of burnout at work and home. In 2022, Dana became a master practitioner and approved to administer the Energy Leadership Index.\u003c\/strong\u003e\u003c\/h3\u003e\n\u003ch2 class=\"ipec-note\"\u003e\u003cstrong\u003eAfter purchase, a unique link to take the ELI assessment will be emailed to the email address provided at checkout within 2-3 business days. You'll also receive a link to schedule your coaching call with Dana. Your assessment results will be emailed to you as soon as they are complete (within 3 business days).\u003c\/strong\u003e\u003c\/h2\u003e\n\u003cp class=\"ipec-note\"\u003eWeb copy used by permission. No reproduction or retransmission is permitted without expressed written consent of Bruce D Schneider and the Institute for Professional Excellence in Coaching (iPEC). © 2006–2011 Institute for Professional Excellence in Coaching (iPEC)\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e","brand":"Kind Birdie","offers":[{"title":"Default Title","offer_id":43369771499638,"sku":null,"price":149.0,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0654\/2357\/3110\/files\/kind-birdie-energy-leadership-assessment-coach-a1b2c3.jpg?v=1780078028","url":"https:\/\/kindbirdie.com\/products\/energy-leadership-index-eli-assessment","provider":"Kind Birdie","version":"1.0","type":"link"}