{"id":2,"date":"2026-05-12T14:01:05","date_gmt":"2026-05-12T14:01:05","guid":{"rendered":"http:\/\/newleadersuccess.com\/?page_id=2"},"modified":"2026-05-13T13:08:39","modified_gmt":"2026-05-13T13:08:39","slug":"sample-page","status":"publish","type":"page","link":"https:\/\/newleadersuccess.com\/?page_id=2","title":{"rendered":"Step 1: Transitioning from Individual Contributor to Leader"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\" class=\"scroll-smooth\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>Transitioning From Individual Contributor to Leader<\/title>\n  <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800&#038;family=Source+Serif+4:wght@400;600;700&#038;display=swap\" rel=\"stylesheet\">\n  <script>\n    tailwind.config = {\n      theme: {\n        extend: {\n          fontFamily: {\n            sans: ['Inter', 'system-ui', 'sans-serif'],\n            serif: ['Source Serif 4', 'Georgia', 'serif'],\n          },\n          colors: {\n            navy: { 50:'#f0f4f8', 100:'#dce4ef', 200:'#b8c9e0', 300:'#8da8cc', 400:'#5c84b2', 500:'#3d6a9e', 600:'#2d5485', 700:'#1e3f6d', 800:'#162e52', 900:'#0f1d36' },\n            warm: { 50:'#fef9f0', 100:'#fdf0d6', 200:'#fbe0ac', 300:'#f8c974', 400:'#f5a83a', 500:'#e8921a', 600:'#c27010', 700:'#995210', 800:'#7a4214', 900:'#5e3315' }\n          }\n        }\n      }\n    }\n  <\/script>\n  <style>\n    \/* Progress Bar *\/\n    #progress-bar {\n      position: fixed; top: 0; left: 0; height: 5px; z-index: 9999;\n      background: linear-gradient(90deg, #3d6a9e, #e8921a);\n      transition: width 0.15s ease-out;\n    }\n\n    \/* Navbar *\/\n    .nav-glass {\n      background: rgba(15, 29, 54, 0.92);\n      backdrop-filter: blur(16px);\n      -webkit-backdrop-filter: blur(16px);\n      border-bottom: 1px solid rgba(255,255,255,0.08);\n    }\n    .nav-link { position: relative; color: rgba(255,255,255,0.7); transition: color 0.25s; }\n    .nav-link:hover, .nav-link.active { color: #f5a83a; }\n    .nav-link.active::after {\n      content: ''; position: absolute; bottom: -4px; left: 0; right: 0;\n      height: 2px; background: #f5a83a; border-radius: 1px;\n    }\n\n    \/* Section reveal animations *\/\n    .reveal { opacity: 0; transform: translateY(32px); transition: opacity 0.7s ease, transform 0.7s ease; }\n    .reveal.visible { opacity: 1; transform: translateY(0); }\n\n    \/* Challenge cards *\/\n    .challenge-card {\n      background: #fff; border: 1px solid #e2e8f0; border-radius: 12px;\n      padding: 1.5rem; transition: all 0.3s ease; position: relative; overflow: hidden;\n    }\n    .challenge-card::before {\n      content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;\n      background: linear-gradient(90deg, #3d6a9e, #5c84b2); transform: scaleX(0);\n      transform-origin: left; transition: transform 0.35s ease;\n    }\n    .challenge-card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(30,63,109,0.1); border-color: #dce4ef; }\n    .challenge-card:hover::before { transform: scaleX(1); }\n\n    \/* Comparison table *\/\n    .comparison-row { transition: background 0.2s; }\n    .comparison-row:hover { background: rgba(61,106,158,0.04); }\n\n    \/* Flashcards *\/\n    .flashcard-container { perspective: 1000px; cursor: pointer; }\n    .flashcard-inner {\n      position: relative; width: 100%; height: 100%;\n      transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);\n      transform-style: preserve-3d;\n    }\n    .flashcard-container.flipped .flashcard-inner { transform: rotateY(180deg); }\n    .flashcard-front, .flashcard-back {\n      position: absolute; inset: 0; backface-visibility: hidden;\n      -webkit-backface-visibility: hidden; border-radius: 12px; padding: 1.75rem;\n      display: flex; flex-direction: column; justify-content: center; align-items: center;\n      text-align: center;\n    }\n    .flashcard-front { background: linear-gradient(135deg, #1e3f6d 0%, #2d5485 100%); color: #fff; }\n    .flashcard-back { background: #fff; border: 2px solid #dce4ef; transform: rotateY(180deg); color: #162e52; }\n\n    \/* Quiz *\/\n    .quiz-option {\n      display: block; width: 100%; text-align: left; padding: 1rem 1.25rem;\n      border: 2px solid #e2e8f0; border-radius: 10px; background: #fff;\n      transition: all 0.25s ease; cursor: pointer; font-size: 0.95rem;\n    }\n    .quiz-option:hover:not(.disabled) { border-color: #3d6a9e; background: #f0f4f8; }\n    .quiz-option.correct { border-color: #16a34a; background: #f0fdf4; color: #15803d; }\n    .quiz-option.incorrect { border-color: #dc2626; background: #fef2f2; color: #b91c1c; }\n    .quiz-option.disabled { cursor: default; opacity: 0.7; }\n    .quiz-option.correct.disabled { opacity: 1; }\n    .quiz-option.incorrect.disabled { opacity: 0.85; }\n\n    \/* Accordion *\/\n    .accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s ease; }\n    .accordion-content.open { max-height: 300px; }\n    .accordion-icon { transition: transform 0.3s ease; }\n    .accordion-icon.rotated { transform: rotate(180deg); }\n\n    \/* Takeaway cards *\/\n    .takeaway-card {\n      background: linear-gradient(135deg, #f0f4f8, #fff);\n      border-left: 4px solid #3d6a9e; border-radius: 0 10px 10px 0;\n      padding: 1.25rem 1.5rem; transition: all 0.3s ease;\n    }\n    .takeaway-card:hover { border-left-color: #e8921a; transform: translateX(4px); }\n\n    \/* Scrollbar *\/\n    ::-webkit-scrollbar { width: 8px; }\n    ::-webkit-scrollbar-track { background: #f0f4f8; }\n    ::-webkit-scrollbar-thumb { background: #b8c9e0; border-radius: 4px; }\n    ::-webkit-scrollbar-thumb:hover { background: #5c84b2; }\n\n    \/* Mobile nav *\/\n    .mobile-menu { transform: translateX(100%); transition: transform 0.3s ease; }\n    .mobile-menu.open { transform: translateX(0); }\n\n    @media (max-width: 768px) {\n      .flashcard-front, .flashcard-back { padding: 1.25rem; }\n    }\n\n    \/* Score animation *\/\n    @keyframes scoreUp { from { transform: scale(1); } 50% { transform: scale(1.15); } to { transform: scale(1); } }\n    .score-animate { animation: scoreUp 0.3s ease; }\n\n    \/* Hero gradient *\/\n    .hero-bg {\n  background: #f8fafc;\n}\n    \n    .hero-pattern {\n      background-image: radial-gradient(rgba(255,255,255,0.03) 1px, transparent 1px);\n      background-size: 24px 24px;\n    }\n#hero h1 {\n  color: #162e52 !important;\n}\n\n#hero h1 .text-white {\n  color: #162e52 !important;\n}\n\n#hero p {\n  color: #2d5485 !important;\n}\n\n#hero .text-navy-200,\n#hero .text-navy-300 {\n  color: #2d5485 !important;\n}\n  <\/style>\n<\/head>\n<body class=\"font-sans text-slate-800 bg-gray-50 antialiased\">\n\n  <!-- Progress Bar -->\n  <div id=\"progress-bar\" style=\"width: 0%;\"><\/div>\n\n  <!-- Navigation -->\n  <nav id=\"navbar\" class=\"nav-glass rounded-t-xl transition-all duration-300\">\n    <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n      <div class=\"flex items-center justify-between h-14\">\n        <a href=\"#hero\" class=\"text-white font-semibold text-sm tracking-wide\">IC \u2192 Leader<\/a>\n        <!-- Desktop Nav -->\n        <div class=\"hidden md:flex items-center space-x-6\">\n          <a href=\"#hero\" class=\"nav-link text-xs font-medium uppercase tracking-wider\">Start<\/a>\n          <a href=\"#struggles\" class=\"nav-link text-xs font-medium uppercase tracking-wider\">Challenges<\/a>\n          <a href=\"#mindset\" class=\"nav-link text-xs font-medium uppercase tracking-wider\">Mindset<\/a>\n          <a href=\"#flashcards\" class=\"nav-link text-xs font-medium uppercase tracking-wider\">Flash Cards<\/a>\n          <a href=\"#quiz\" class=\"nav-link text-xs font-medium uppercase tracking-wider\">Quiz<\/a>\n          <a href=\"#reflection\" class=\"nav-link text-xs font-medium uppercase tracking-wider\">Reflection<\/a>\n          <a href=\"#takeaways\" class=\"nav-link text-xs font-medium uppercase tracking-wider\">Takeaways<\/a>\n        <\/div>\n        <!-- Mobile Menu Button -->\n        <button id=\"mobile-menu-btn\" class=\"md:hidden text-white p-1\" aria-label=\"Menu\">\n          <i data-lucide=\"menu\" class=\"w-5 h-5\"><\/i>\n        <\/button>\n      <\/div>\n    <\/div>\n  <\/nav>\n\n  <!-- Mobile Menu Overlay -->\n  <div id=\"mobile-menu\" class=\"mobile-menu fixed inset-0 z-50 bg-navy-900\/95 backdrop-blur-md flex flex-col items-center justify-center space-y-6\">\n    <button id=\"mobile-close-btn\" class=\"absolute top-4 right-4 text-white p-2\">\n      <i data-lucide=\"x\" class=\"w-6 h-6\"><\/i>\n    <\/button>\n    <a href=\"#hero\" class=\"mobile-nav-link text-white text-lg font-medium\">Start<\/a>\n    <a href=\"#struggles\" class=\"mobile-nav-link text-white text-lg font-medium\">Challenges<\/a>\n    <a href=\"#mindset\" class=\"mobile-nav-link text-white text-lg font-medium\">Mindset<\/a>\n    <a href=\"#flashcards\" class=\"mobile-nav-link text-white text-lg font-medium\">Flash Cards<\/a>\n    <a href=\"#quiz\" class=\"mobile-nav-link text-white text-lg font-medium\">Quiz<\/a>\n    <a href=\"#reflection\" class=\"mobile-nav-link text-white text-lg font-medium\">Reflection<\/a>\n    <a href=\"#takeaways\" class=\"mobile-nav-link text-white text-lg font-medium\">Takeaways<\/a>\n  <\/div>\n\n  <!-- ========== HERO SECTION ========== -->\n  <section id=\"hero\" class=\"hero-bg hero-pattern relative overflow-hidden pt-8 pb-4\">\n   \n    <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-4 relative z-10 w-full\">\n      <div class=\"max-w-3xl\">\n        <div class=\"inline-flex items-center bg-warm-400\/20 border border-warm-400\/30 rounded-full px-4 py-1.5 mb-8\">\n          <i data-lucide=\"trending-up\" class=\"w-4 h-4 text-warm-300 mr-2\"><\/i>\n          <span class=\"text-warm-300 text-sm font-medium\">Leadership Development Module<\/span>\n        <\/div>\n        <h1 class=\"font-serif text-4xl sm:text-5xl lg:text-6xl font-bold text-white leading-tight mb-6\">\n          Transitioning From<br>Individual Contributor<br>to <span class=\"text-warm-400\">Leader<\/span>\n        <\/h1>\n        <p class=\"text-navy-200 text-lg sm:text-xl mb-6 leading-relaxed\">\n          Understanding the mindset shift from personal performance to team leadership.\n        <\/p>\n        <p class=\"text-navy-300 text-base leading-relaxed mb-10 max-w-2xl\">\n          Many new leaders struggle because they continue operating like high-performing individual contributors. Leadership requires a shift from completing tasks personally to enabling others to succeed. Research from leadership development studies shows this transition is one of the most difficult career changes professionals experience.\n        <\/p>\n        <a href=\"#struggles\" class=\"inline-flex items-center gap-2 bg-warm-500 hover:bg-warm-600 text-white font-semibold px-7 py-3.5 rounded-lg transition-all duration-200 shadow-lg shadow-warm-500\/20 hover:shadow-warm-500\/40 hover:-translate-y-0.5\">\n          Start Learning\n          <i data-lucide=\"arrow-down\" class=\"w-5 h-5\"><\/i>\n        <\/a>\n      <\/div>\n    <\/div>\n    <!-- Decorative elements -->\n    \n  <\/section>\n\n  <!-- ========== WHY NEW LEADERS STRUGGLE ========== -->\n  <section id=\"struggles\" class=\"py-20 lg:py-28 bg-gray-50\">\n    <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n      <div class=\"text-center mb-16 reveal\">\n        <span class=\"text-navy-600 font-semibold text-sm uppercase tracking-widest\">Section 01<\/span>\n        <h2 class=\"font-serif text-3xl sm:text-4xl font-bold text-navy-900 mt-3 mb-4\">Why New Leaders Struggle<\/h2>\n        <p class=\"text-slate-500 max-w-2xl mx-auto text-lg\">The most common challenges that high-performing individuals face when stepping into leadership roles.<\/p>\n      <\/div>\n      <div class=\"grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 xl:grid-cols-5 gap-5\">\n        <div class=\"challenge-card reveal\">\n          <div class=\"w-10 h-10 bg-navy-50 rounded-lg flex items-center justify-center mb-4\">\n            <i data-lucide=\"hand-helping\" class=\"w-5 h-5 text-navy-600\"><\/i>\n          <\/div>\n          <h3 class=\"font-semibold text-navy-900 mb-2\">Difficulty Delegating<\/h3>\n          <p class=\"text-slate-500 text-sm leading-relaxed\">Reluctance to hand off tasks, believing only they can do the work correctly.<\/p>\n        <\/div>\n        <div class=\"challenge-card reveal\">\n          <div class=\"w-10 h-10 bg-navy-50 rounded-lg flex items-center justify-center mb-4\">\n            <i data-lucide=\"lock\" class=\"w-5 h-5 text-navy-600\"><\/i>\n          <\/div>\n          <h3 class=\"font-semibold text-navy-900 mb-2\">Need for Personal Control<\/h3>\n          <p class=\"text-slate-500 text-sm leading-relaxed\">Struggling to release ownership and trust others with outcomes.<\/p>\n        <\/div>\n        <div class=\"challenge-card reveal\">\n          <div class=\"w-10 h-10 bg-navy-50 rounded-lg flex items-center justify-center mb-4\">\n            <i data-lucide=\"message-circle-off\" class=\"w-5 h-5 text-navy-600\"><\/i>\n          <\/div>\n          <h3 class=\"font-semibold text-navy-900 mb-2\">Avoiding Difficult Conversations<\/h3>\n          <p class=\"text-slate-500 text-sm leading-relaxed\">Dodging feedback and accountability discussions that feel uncomfortable.<\/p>\n        <\/div>\n        <div class=\"challenge-card reveal\">\n          <div class=\"w-10 h-10 bg-navy-50 rounded-lg flex items-center justify-center mb-4\">\n            <i data-lucide=\"bar-chart-3\" class=\"w-5 h-5 text-navy-600\"><\/i>\n          <\/div>\n          <h3 class=\"font-semibold text-navy-900 mb-2\">Measuring Success Incorrectly<\/h3>\n          <p class=\"text-slate-500 text-sm leading-relaxed\">Evaluating leadership impact using individual contributor metrics.<\/p>\n        <\/div>\n        <div class=\"challenge-card reveal\">\n          <div class=\"w-10 h-10 bg-navy-50 rounded-lg flex items-center justify-center mb-4\">\n            <i data-lucide=\"eye\" class=\"w-5 h-5 text-navy-600\"><\/i>\n          <\/div>\n          <h3 class=\"font-semibold text-navy-900 mb-2\">Micromanagement<\/h3>\n          <p class=\"text-slate-500 text-sm leading-relaxed\">Overseeing every detail instead of empowering others to take ownership.<\/p>\n        <\/div>\n        <div class=\"challenge-card reveal\">\n          <div class=\"w-10 h-10 bg-navy-50 rounded-lg flex items-center justify-center mb-4\">\n            <i data-lucide=\"code\" class=\"w-5 h-5 text-navy-600\"><\/i>\n          <\/div>\n          <h3 class=\"font-semibold text-navy-900 mb-2\">Fear of Losing Technical Identity<\/h3>\n          <p class=\"text-slate-500 text-sm leading-relaxed\">Resistance to stepping away from technical work into people leadership.<\/p>\n        <\/div>\n        <div class=\"challenge-card reveal\">\n          <div class=\"w-10 h-10 bg-navy-50 rounded-lg flex items-center justify-center mb-4\">\n            <i data-lucide=\"list-ordered\" class=\"w-5 h-5 text-navy-600\"><\/i>\n          <\/div>\n          <h3 class=\"font-semibold text-navy-900 mb-2\">Struggling to Prioritize<\/h3>\n          <p class=\"text-slate-500 text-sm leading-relaxed\">Balancing the volume of competing demands without clear frameworks.<\/p>\n        <\/div>\n        <div class=\"challenge-card reveal\">\n          <div class=\"w-10 h-10 bg-navy-50 rounded-lg flex items-center justify-center mb-4\">\n            <i data-lucide=\"flame\" class=\"w-5 h-5 text-navy-600\"><\/i>\n          <\/div>\n          <h3 class=\"font-semibold text-navy-900 mb-2\">Overworking Instead of Empowering<\/h3>\n          <p class=\"text-slate-500 text-sm leading-relaxed\">Working longer hours personally rather than building team capacity.<\/p>\n        <\/div>\n        <div class=\"challenge-card reveal\">\n          <div class=\"w-10 h-10 bg-navy-50 rounded-lg flex items-center justify-center mb-4\">\n            <i data-lucide=\"scale\" class=\"w-5 h-5 text-navy-600\"><\/i>\n          <\/div>\n          <h3 class=\"font-semibold text-navy-900 mb-2\">Inconsistent Accountability<\/h3>\n          <p class=\"text-slate-500 text-sm leading-relaxed\">Applying different standards to different employees without clear rationale.<\/p>\n        <\/div>\n        <div class=\"challenge-card reveal\">\n          <div class=\"w-10 h-10 bg-navy-50 rounded-lg flex items-center justify-center mb-4\">\n            <i data-lucide=\"phone-off\" class=\"w-5 h-5 text-navy-600\"><\/i>\n          <\/div>\n          <h3 class=\"font-semibold text-navy-900 mb-2\">Poor Communication Habits<\/h3>\n          <p class=\"text-slate-500 text-sm leading-relaxed\">Failing to set clear expectations or share context proactively.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ========== LEADERSHIP MINDSET SHIFT ========== -->\n  <section id=\"mindset\" class=\"py-20 lg:py-28 bg-white\">\n    <div class=\"max-w-5xl mx-auto px-4 sm:px-6 lg:px-8\">\n      <div class=\"text-center mb-16 reveal\">\n        <span class=\"text-navy-600 font-semibold text-sm uppercase tracking-widest\">Section 02<\/span>\n        <h2 class=\"font-serif text-3xl sm:text-4xl font-bold text-navy-900 mt-3 mb-4\">Old Mindset vs New Leadership Mindset<\/h2>\n        <p class=\"text-slate-500 max-w-2xl mx-auto text-lg\">A side-by-side comparison of how thinking must evolve.<\/p>\n      <\/div>\n      <div class=\"reveal\">\n        <!-- Header -->\n        <div class=\"grid grid-cols-2 bg-navy-800 text-white\">\n          <div class=\"px-6 py-4 font-semibold text-center border-r border-navy-700\">Individual Contributor Mindset<\/div>\n          <div class=\"px-6 py-4 font-semibold text-center\">Leadership Mindset<\/div>\n        <\/div>\n        <!-- Rows -->\n        <div class=\"comparison-row grid grid-cols-2 border-b border-slate-200\">\n          <div class=\"px-6 py-4 flex items-center gap-3 border-r border-slate-200\">\n            <i data-lucide=\"x\" class=\"w-4 h-4 text-red-400 shrink-0\"><\/i>\n            <span class=\"text-sm text-slate-600\">My performance matters most<\/span>\n          <\/div>\n          <div class=\"px-6 py-4 flex items-center gap-3\">\n            <i data-lucide=\"check\" class=\"w-4 h-4 text-emerald-500 shrink-0\"><\/i>\n            <span class=\"text-sm text-navy-900 font-medium\">Team performance matters most<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"comparison-row grid grid-cols-2 border-b border-slate-200 bg-gray-50\/50\">\n          <div class=\"px-6 py-4 flex items-center gap-3 border-r border-slate-200\">\n            <i data-lucide=\"x\" class=\"w-4 h-4 text-red-400 shrink-0\"><\/i>\n            <span class=\"text-sm text-slate-600\">I solve problems<\/span>\n          <\/div>\n          <div class=\"px-6 py-4 flex items-center gap-3\">\n            <i data-lucide=\"check\" class=\"w-4 h-4 text-emerald-500 shrink-0\"><\/i>\n            <span class=\"text-sm text-navy-900 font-medium\">I develop problem solvers<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"comparison-row grid grid-cols-2 border-b border-slate-200\">\n          <div class=\"px-6 py-4 flex items-center gap-3 border-r border-slate-200\">\n            <i data-lucide=\"x\" class=\"w-4 h-4 text-red-400 shrink-0\"><\/i>\n            <span class=\"text-sm text-slate-600\">I complete tasks<\/span>\n          <\/div>\n          <div class=\"px-6 py-4 flex items-center gap-3\">\n            <i data-lucide=\"check\" class=\"w-4 h-4 text-emerald-500 shrink-0\"><\/i>\n            <span class=\"text-sm text-navy-900 font-medium\">I coordinate resources<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"comparison-row grid grid-cols-2 border-b border-slate-200 bg-gray-50\/50\">\n          <div class=\"px-6 py-4 flex items-center gap-3 border-r border-slate-200\">\n            <i data-lucide=\"x\" class=\"w-4 h-4 text-red-400 shrink-0\"><\/i>\n            <span class=\"text-sm text-slate-600\">I focus on execution<\/span>\n          <\/div>\n          <div class=\"px-6 py-4 flex items-center gap-3\">\n            <i data-lucide=\"check\" class=\"w-4 h-4 text-emerald-500 shrink-0\"><\/i>\n            <span class=\"text-sm text-navy-900 font-medium\">I focus on direction and coaching<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"comparison-row grid grid-cols-2 border-b border-slate-200\">\n          <div class=\"px-6 py-4 flex items-center gap-3 border-r border-slate-200\">\n            <i data-lucide=\"x\" class=\"w-4 h-4 text-red-400 shrink-0\"><\/i>\n            <span class=\"text-sm text-slate-600\">I prove my value personally<\/span>\n          <\/div>\n          <div class=\"px-6 py-4 flex items-center gap-3\">\n            <i data-lucide=\"check\" class=\"w-4 h-4 text-emerald-500 shrink-0\"><\/i>\n            <span class=\"text-sm text-navy-900 font-medium\">I multiply the value of others<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"comparison-row grid grid-cols-2 border-b border-slate-200 bg-gray-50\/50\">\n          <div class=\"px-6 py-4 flex items-center gap-3 border-r border-slate-200\">\n            <i data-lucide=\"x\" class=\"w-4 h-4 text-red-400 shrink-0\"><\/i>\n            <span class=\"text-sm text-slate-600\">I work harder<\/span>\n          <\/div>\n          <div class=\"px-6 py-4 flex items-center gap-3\">\n            <i data-lucide=\"check\" class=\"w-4 h-4 text-emerald-500 shrink-0\"><\/i>\n            <span class=\"text-sm text-navy-900 font-medium\">I lead smarter<\/span>\n          <\/div>\n        <\/div>\n        <div class=\"comparison-row grid grid-cols-2\">\n          <div class=\"px-6 py-4 flex items-center gap-3 border-r border-slate-200\">\n            <i data-lucide=\"x\" class=\"w-4 h-4 text-red-400 shrink-0\"><\/i>\n            <span class=\"text-sm text-slate-600\">I avoid conflict<\/span>\n          <\/div>\n          <div class=\"px-6 py-4 flex items-center gap-3\">\n            <i data-lucide=\"check\" class=\"w-4 h-4 text-emerald-500 shrink-0\"><\/i>\n            <span class=\"text-sm text-navy-900 font-medium\">I address issues early<\/span>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ========== FLASH CARDS ========== -->\n  <section id=\"flashcards\" class=\"py-20 lg:py-28 bg-gray-50\">\n    <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\n      <div class=\"text-center mb-6 reveal\">\n        <span class=\"text-navy-600 font-semibold text-sm uppercase tracking-widest\">Section 03<\/span>\n        <h2 class=\"font-serif text-3xl sm:text-4xl font-bold text-navy-900 mt-3 mb-4\">Flash Card Learning<\/h2>\n        <p class=\"text-slate-500 max-w-2xl mx-auto text-lg\">Click any card to flip it and reveal the answer. Test your understanding of key leadership concepts.<\/p>\n      <\/div>\n      <div class=\"flex items-center justify-center gap-3 mb-12 reveal\">\n        <button id=\"fc-prev\" class=\"p-2 rounded-lg bg-white border border-slate-200 hover:bg-navy-50 transition-colors\" aria-label=\"Previous flashcard\">\n          <i data-lucide=\"chevron-left\" class=\"w-5 h-5 text-navy-700\"><\/i>\n        <\/button>\n        <span id=\"fc-counter\" class=\"text-sm font-medium text-slate-500 min-w-[80px] text-center\">1 \/ 25<\/span>\n        <button id=\"fc-next\" class=\"p-2 rounded-lg bg-white border border-slate-200 hover:bg-navy-50 transition-colors\" aria-label=\"Next flashcard\">\n          <i data-lucide=\"chevron-right\" class=\"w-5 h-5 text-navy-700\"><\/i>\n        <\/button>\n      <\/div>\n      <div class=\"max-w-2xl mx-auto reveal\">\n        <div id=\"flashcard-display\" class=\"flashcard-container\" style=\"min-height:340px;\" onclick=\"this.classList.toggle('flipped')\">\n          <div class=\"flashcard-inner\">\n            <div class=\"flashcard-front\" id=\"fc-front\">\n              <span class=\"text-xs uppercase tracking-wider text-warm-300 mb-3\">Question<\/span>\n              <p class=\"text-lg font-semibold leading-snug\" id=\"fc-question\"><\/p>\n            <\/div>\n            <div class=\"flashcard-back\" id=\"fc-back\">\n              <span class=\"text-xs uppercase tracking-wider text-navy-500 mb-3\">Answer<\/span>\n              <p class=\"text-base leading-relaxed\" id=\"fc-answer\"><\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      <p class=\"text-center text-slate-400 text-sm mt-4\">Tap the card to flip it<\/p>\n    <\/div>\n  <\/section>\n\n  <!-- ========== KNOWLEDGE CHECK QUIZ ========== -->\n  <section id=\"quiz\" class=\"py-20 lg:py-28 bg-white\">\n    <div class=\"max-w-3xl mx-auto px-4 sm:px-6 lg:px-8\">\n      <div class=\"text-center mb-6 reveal\">\n        <span class=\"text-navy-600 font-semibold text-sm uppercase tracking-widest\">Section 04<\/span>\n        <h2 class=\"font-serif text-3xl sm:text-4xl font-bold text-navy-900 mt-3 mb-4\">Knowledge Check Quiz<\/h2>\n        <p class=\"text-slate-500 max-w-2xl mx-auto text-lg\">Test your understanding with 25 questions on key leadership concepts.<\/p>\n      <\/div>\n      <!-- Score -->\n      <div class=\"flex items-center justify-between bg-navy-800 rounded-xl px-6 py-4 mb-10 reveal\">\n        <div class=\"flex items-center gap-3\">\n          <i data-lucide=\"trophy\" class=\"w-5 h-5 text-warm-400\"><\/i>\n          <span class=\"text-white font-medium\">Score<\/span>\n          <span id=\"quiz-score\" class=\"text-warm-400 font-bold text-lg\">0<\/span>\n          <span class=\"text-navy-300\">\/<\/span>\n          <span id=\"quiz-total\" class=\"text-navy-300 font-medium\">0<\/span>\n        <\/div>\n        <button id=\"quiz-restart\" class=\"text-sm text-navy-300 hover:text-white transition-colors flex items-center gap-1\">\n          <i data-lucide=\"rotate-ccw\" class=\"w-4 h-4\"><\/i> Restart\n        <\/button>\n      <\/div>\n      <div id=\"quiz-container\"><\/div>\n      <div class=\"text-center mt-8 reveal\">\n        <div id=\"quiz-final-result\" class=\"hidden bg-navy-50 rounded-2xl p-8 text-center\">\n          <i data-lucide=\"award\" class=\"w-12 h-12 text-warm-400 mx-auto mb-4\"><\/i>\n          <h3 class=\"font-serif text-2xl font-bold text-navy-900 mb-2\">Quiz Complete!<\/h3>\n          <p id=\"quiz-final-score\" class=\"text-slate-600 text-lg mb-4\"><\/p>\n          <p id=\"quiz-final-message\" class=\"text-slate-500\"><\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ========== TEAM MEMBER REFLECTION ========== -->\n  <section id=\"reflection\" class=\"py-20 lg:py-28 bg-gray-50\">\n    <div class=\"max-w-3xl mx-auto px-4 sm:px-6 lg:px-8\">\n      <div class=\"text-center mb-16 reveal\">\n        <span class=\"text-navy-600 font-semibold text-sm uppercase tracking-widest\">Section 05<\/span>\n        <h2 class=\"font-serif text-3xl sm:text-4xl font-bold text-navy-900 mt-3 mb-4\">Questions Leaders Should Consider About Their Team Members<\/h2>\n        <p class=\"text-slate-500 max-w-2xl mx-auto text-lg\">Reflective prompts to deepen your understanding of each person on your team.<\/p>\n      <\/div>\n      <div id=\"accordion-container\" class=\"space-y-3 reveal\"><\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ========== KEY TAKEAWAYS ========== -->\n  <section id=\"takeaways\" class=\"py-20 lg:py-28 bg-white\">\n    <div class=\"max-w-3xl mx-auto px-4 sm:px-6 lg:px-8\">\n      <div class=\"text-center mb-16 reveal\">\n        <span class=\"text-navy-600 font-semibold text-sm uppercase tracking-widest\">Section 06<\/span>\n        <h2 class=\"font-serif text-3xl sm:text-4xl font-bold text-navy-900 mt-3 mb-4\">Key Leadership Takeaways<\/h2>\n        <p class=\"text-slate-500 max-w-2xl mx-auto text-lg\">The core principles to carry with you as you grow into leadership.<\/p>\n      <\/div>\n      <div class=\"space-y-4 reveal\">\n        <div class=\"takeaway-card\">\n          <div class=\"flex items-start gap-3\">\n            <i data-lucide=\"arrow-right\" class=\"w-5 h-5 text-navy-500 mt-0.5 shrink-0\"><\/i>\n            <p class=\"text-navy-900 font-medium leading-relaxed\">Leadership is a transition from <span class=\"text-warm-600\">doing<\/span> to <span class=\"text-navy-700\">developing<\/span>.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"takeaway-card\">\n          <div class=\"flex items-start gap-3\">\n            <i data-lucide=\"arrow-right\" class=\"w-5 h-5 text-navy-500 mt-0.5 shrink-0\"><\/i>\n            <p class=\"text-navy-900 font-medium leading-relaxed\">Team success matters more than <span class=\"text-warm-600\">individual heroics<\/span>.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"takeaway-card\">\n          <div class=\"flex items-start gap-3\">\n            <i data-lucide=\"arrow-right\" class=\"w-5 h-5 text-navy-500 mt-0.5 shrink-0\"><\/i>\n            <p class=\"text-navy-900 font-medium leading-relaxed\">Coaching creates stronger long-term performance than <span class=\"text-warm-600\">control<\/span>.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"takeaway-card\">\n          <div class=\"flex items-start gap-3\">\n            <i data-lucide=\"arrow-right\" class=\"w-5 h-5 text-navy-500 mt-0.5 shrink-0\"><\/i>\n            <p class=\"text-navy-900 font-medium leading-relaxed\">Delegation is necessary for <span class=\"text-warm-600\">growth<\/span> and <span class=\"text-navy-700\">scalability<\/span>.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"takeaway-card\">\n          <div class=\"flex items-start gap-3\">\n            <i data-lucide=\"arrow-right\" class=\"w-5 h-5 text-navy-500 mt-0.5 shrink-0\"><\/i>\n            <p class=\"text-navy-900 font-medium leading-relaxed\">Trust and communication are <span class=\"text-warm-600\">foundational<\/span> leadership skills.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"takeaway-card\">\n          <div class=\"flex items-start gap-3\">\n            <i data-lucide=\"arrow-right\" class=\"w-5 h-5 text-navy-500 mt-0.5 shrink-0\"><\/i>\n            <p class=\"text-navy-900 font-medium leading-relaxed\">Strong leaders adapt to the <span class=\"text-warm-600\">needs of individual employees<\/span>.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- ========== FOOTER ========== -->\n  <footer class=\"bg-navy-900 py-12\">\n    <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center\">\n      <p class=\"text-navy-400 text-sm\">Leadership Development Module &mdash; Transitioning From Individual Contributor to Leader<\/p>\n      <p class=\"text-navy-500 text-xs mt-2\">Designed for embedded learning experiences<\/p>\n    <\/div>\n  <\/footer>\n\n  <!-- ========== SCRIPTS ========== -->\n  <script src=\"https:\/\/unpkg.com\/lucide@latest\"><\/script>\n  <script>\n  document.addEventListener('DOMContentLoaded', () => {\n    lucide.createIcons();\n\n    \/\/ ===== PROGRESS BAR =====\n    const progressBar = document.getElementById('progress-bar');\n    window.addEventListener('scroll', () => {\n      const scrollTop = window.scrollY;\n      const docHeight = document.documentElement.scrollHeight - window.innerHeight;\n      const progress = docHeight > 0 ? (scrollTop \/ docHeight) * 100 : 0;\n      progressBar.style.width = progress + '%';\n    });\n\n    \/\/ ===== SCROLL REVEAL =====\n    const revealElements = document.querySelectorAll('.reveal');\n    const revealObserver = new IntersectionObserver((entries) => {\n      entries.forEach(entry => {\n        if (entry.isIntersecting) {\n          entry.target.classList.add('visible');\n          revealObserver.unobserve(entry.target);\n        }\n      });\n    }, { threshold: 0.1, rootMargin: '0px 0px -40px 0px' });\n    revealElements.forEach(el => revealObserver.observe(el));\n\n    \/\/ ===== ACTIVE NAV LINK =====\n    const sections = document.querySelectorAll('section[id]');\n    const navLinks = document.querySelectorAll('.nav-link');\n    const observerOptions = { threshold: 0.3 };\n    const sectionObserver = new IntersectionObserver((entries) => {\n      entries.forEach(entry => {\n        if (entry.isIntersecting) {\n          navLinks.forEach(link => link.classList.remove('active'));\n          const activeLink = document.querySelector(`.nav-link[href=\"#${entry.target.id}\"]`);\n          if (activeLink) activeLink.classList.add('active');\n        }\n      });\n    }, observerOptions);\n    sections.forEach(sec => sectionObserver.observe(sec));\n\n    \/\/ ===== MOBILE MENU =====\n    const mobileMenu = document.getElementById('mobile-menu');\n    const mobileMenuBtn = document.getElementById('mobile-menu-btn');\n    const mobileCloseBtn = document.getElementById('mobile-close-btn');\n    const mobileNavLinks = document.querySelectorAll('.mobile-nav-link');\n\n    mobileMenuBtn.addEventListener('click', () => mobileMenu.classList.add('open'));\n    mobileCloseBtn.addEventListener('click', () => mobileMenu.classList.remove('open'));\n    mobileNavLinks.forEach(link => link.addEventListener('click', () => mobileMenu.classList.remove('open')));\n\n    \/\/ ===== FLASHCARDS =====\n    const flashcards = [\n      { q: \"Why do many high performers struggle as new leaders?\", a: \"Because the skills that create personal success are not always the same skills required to lead others effectively.\" },\n      { q: \"What is one major danger of micromanagement?\", a: \"It reduces employee ownership, confidence, and growth.\" },\n      { q: \"What should a leader focus on instead of personal heroics?\", a: \"Building systems, coaching employees, and improving team performance.\" },\n      { q: \"Why is delegation important?\", a: \"Delegation creates scalability, develops employees, and prevents leader burnout.\" },\n      { q: \"What happens when leaders avoid accountability conversations?\", a: \"Performance issues often grow larger and negatively affect the entire team.\" },\n      { q: \"What is a common mistake new leaders make?\", a: \"Trying to solve every problem personally.\" },\n      { q: \"What does effective leadership require?\", a: \"Communication, trust-building, coaching, and prioritization.\" },\n      { q: \"Why do employees need psychological safety?\", a: \"So they feel comfortable asking questions, making suggestions, and admitting mistakes.\" },\n      { q: \"What is the difference between directing and coaching?\", a: \"Directing gives answers while coaching develops thinking and ownership.\" },\n      { q: \"How should leadership success be measured?\", a: \"By the long-term growth and effectiveness of the team.\" },\n      { q: \"Why is trust important in leadership?\", a: \"Trust improves communication, accountability, and team engagement.\" },\n      { q: \"What can happen when expectations are unclear?\", a: \"Employees become frustrated, confused, or inconsistent.\" },\n      { q: \"Why should leaders avoid solving every issue themselves?\", a: \"It creates dependency and limits team growth.\" },\n      { q: \"What is one sign of burnout in leaders?\", a: \"Constant exhaustion and inability to disconnect from work.\" },\n      { q: \"Why is consistency important?\", a: \"Teams lose trust when standards change unpredictably.\" },\n      { q: \"What role does feedback play in leadership?\", a: \"Feedback helps employees improve performance and grow professionally.\" },\n      { q: \"Why do some employees resist change?\", a: \"Uncertainty and lack of communication can create anxiety.\" },\n      { q: \"What is a coaching mindset?\", a: \"Helping employees think critically and develop independence.\" },\n      { q: \"Why is emotional control important for leaders?\", a: \"Emotional reactions can damage trust and communication.\" },\n      { q: \"What should leaders clarify regularly?\", a: \"Goals, expectations, priorities, and responsibilities.\" },\n      { q: \"What does empowerment mean?\", a: \"Giving employees ownership and authority within clear boundaries.\" },\n      { q: \"Why is listening important?\", a: \"Employees are more engaged when they feel heard and respected.\" },\n      { q: \"What happens when leaders overwork constantly?\", a: \"Teams may become dependent and leaders may burn out.\" },\n      { q: \"What is the purpose of delegation?\", a: \"To expand capability and improve organizational effectiveness.\" },\n      { q: \"What creates strong leadership cultures?\", a: \"Trust, communication, accountability, and employee development.\" }\n    ];\n\n    let currentCard = 0;\n    const fcDisplay = document.getElementById('flashcard-display');\n    const fcQuestion = document.getElementById('fc-question');\n    const fcAnswer = document.getElementById('fc-answer');\n    const fcCounter = document.getElementById('fc-counter');\n\n    function renderFlashcard() {\n      fcDisplay.classList.remove('flipped');\n      setTimeout(() => {\n        fcQuestion.textContent = flashcards[currentCard].q;\n        fcAnswer.textContent = flashcards[currentCard].a;\n        fcCounter.textContent = `${currentCard + 1} \/ ${flashcards.length}`;\n      }, 150);\n    }\n\n    document.getElementById('fc-prev').addEventListener('click', (e) => {\n      e.stopPropagation();\n      currentCard = (currentCard - 1 + flashcards.length) % flashcards.length;\n      renderFlashcard();\n    });\n    document.getElementById('fc-next').addEventListener('click', (e) => {\n      e.stopPropagation();\n      currentCard = (currentCard + 1) % flashcards.length;\n      renderFlashcard();\n    });\n    renderFlashcard();\n\n    \/\/ ===== QUIZ =====\n    const quizQuestions = [\n      {\n        q: \"Why is delegation essential for effective leadership?\",\n        options: [\"It proves the leader is busy\", \"It develops team capabilities and prevents leader burnout\", \"It reduces team accountability\", \"It ensures the leader avoids difficult work\"],\n        correct: 1,\n        explanation: \"Delegation develops team capabilities and prevents leader burnout, while also building organizational capacity.\"\n      },\n      {\n        q: \"What is the primary danger of micromanagement?\",\n        options: [\"It makes the leader too popular\", \"It increases innovation\", \"It reduces employee ownership, confidence, and growth\", \"It helps meet tighter deadlines\"],\n        correct: 2,\n        explanation: \"Micromanagement undermines employee ownership, confidence, and growth by removing autonomy and decision-making opportunities.\"\n      },\n      {\n        q: \"How should a leader measure success?\",\n        options: [\"By hours worked personally\", \"By completing the most tasks individually\", \"By the long-term growth and effectiveness of the team\", \"By avoiding all mistakes\"],\n        correct: 2,\n        explanation: \"Leadership success is measured by the long-term growth and effectiveness of the team, not individual output.\"\n      },\n      {\n        q: \"What differentiates coaching from directing?\",\n        options: [\"Coaching only works for experienced employees\", \"Coaching develops thinking and ownership; directing just provides answers\", \"Directing is always more efficient\", \"There is no meaningful difference\"],\n        correct: 1,\n        explanation: \"Coaching develops critical thinking and ownership, while directing simply provides answers without building capability.\"\n      },\n      {\n        q: \"Why is psychological safety important in teams?\",\n        options: [\"It eliminates all conflict\", \"It allows employees to ask questions and admit mistakes without fear\", \"It means everyone agrees on everything\", \"It reduces the need for leadership\"],\n        correct: 1,\n        explanation: \"Psychological safety allows team members to take risks, ask questions, and admit mistakes\u2014essential for learning and growth.\"\n      },\n      {\n        q: \"What is a key sign of leadership burnout?\",\n        options: [\"Working out regularly\", \"Constant exhaustion and inability to disconnect from work\", \"Enjoying delegation\", \"Taking too many vacation days\"],\n        correct: 1,\n        explanation: \"Constant exhaustion and inability to disconnect are key warning signs that a leader is overworking and heading toward burnout.\"\n      },\n      {\n        q: \"When new leaders avoid accountability conversations, what typically happens?\",\n        options: [\"The team becomes more self-reliant\", \"Performance issues grow and negatively affect the entire team\", \"Employee satisfaction increases\", \"Relationships improve naturally\"],\n        correct: 1,\n        explanation: \"Avoiding accountability conversations allows performance issues to grow and spread, negatively impacting the entire team's morale and effectiveness.\"\n      },\n      {\n        q: \"What does empowerment mean in a leadership context?\",\n        options: [\"Giving employees ownership and authority within clear boundaries\", \"Letting employees do whatever they want\", \"Removing all oversight\", \"Avoiding giving any feedback\"],\n        correct: 0,\n        explanation: \"Empowerment means giving employees ownership and authority within clear boundaries\u2014not removing all structure, but providing defined autonomy.\"\n      },\n      {\n        q: \"Why is trust considered foundational in leadership?\",\n        options: [\"It eliminates the need for communication\", \"It improves communication, accountability, and team engagement\", \"It means never having to give feedback\", \"It is only important for senior leaders\"],\n        correct: 1,\n        explanation: \"Trust is foundational because it directly improves communication, accountability, and team engagement\u2014the building blocks of effective leadership.\"\n      },\n      {\n        q: \"What happens when expectations are unclear?\",\n        options: [\"Employees become more creative\", \"Employees become frustrated, confused, or inconsistent\", \"Teams naturally figure it out\", \"Leadership becomes unnecessary\"],\n        correct: 1,\n        explanation: \"Unclear expectations lead to frustration, confusion, and inconsistent performance\u2014clarity is a core leadership responsibility.\"\n      },\n      {\n        q: \"Why should leaders avoid solving every problem themselves?\",\n        options: [\"It creates dependency and limits team growth\", \"Leaders should solve them faster\", \"It shows strong technical skills\", \"It builds respect from the team\"],\n        correct: 0,\n        explanation: \"Solving every problem yourself creates dependency and limits team growth. Leaders should coach others to solve problems instead.\"\n      },\n      {\n        q: \"What is the purpose of prioritization in leadership?\",\n        options: [\"To do more tasks personally\", \"To eliminate all team input\", \"To focus energy on what creates the most team impact\", \"To avoid delegation\"],\n        correct: 2,\n        explanation: \"Prioritization helps leaders focus energy and resources on what creates the most team impact, rather than trying to do everything.\"\n      },\n      {\n        q: \"How should a leader handle conflict?\",\n        options: [\"Avoid it at all costs\", \"Let it resolve on its own\", \"Address issues early with clear, respectful communication\", \"Only step in when it's severe\"],\n        correct: 2,\n        explanation: \"Leaders should address conflict early with clear, respectful communication\u2014avoiding it allows issues to escalate.\"\n      },\n      {\n        q: \"What role does emotional intelligence play in leadership?\",\n        options: [\"It helps leaders manage their reactions and build trust\", \"It is only needed in crisis situations\", \"It replaces the need for communication skills\", \"It makes feedback unnecessary\"],\n        correct: 0,\n        explanation: \"Emotional intelligence helps leaders manage their reactions under pressure and build trust through consistent, thoughtful behavior.\"\n      },\n      {\n        q: \"Why is consistent behavior important for leaders?\",\n        options: [\"Teams lose trust when standards change unpredictably\", \"Consistency means never changing your mind\", \"It eliminates the need for feedback\", \"It only matters for new leaders\"],\n        correct: 0,\n        explanation: \"Teams lose trust when leaders apply standards inconsistently. Predictable, fair behavior creates psychological safety and credibility.\"\n      },\n      {\n        q: \"What creates strong leadership cultures?\",\n        options: [\"Individual achievement\", \"Trust, communication, accountability, and employee development\", \"Avoiding difficult conversations\", \"Minimizing risk at all costs\"],\n        correct: 1,\n        explanation: \"Strong leadership cultures are built on trust, communication, accountability, and a commitment to employee development.\"\n      },\n      {\n        q: \"Why is active listening important for leaders?\",\n        options: [\"It saves time\", \"Employees are more engaged when they feel heard and respected\", \"It replaces the need for feedback\", \"It means agreeing with everything said\"],\n        correct: 1,\n        explanation: \"When leaders actively listen, employees feel heard and respected, which increases engagement and trust.\"\n      },\n      {\n        q: \"What is a common mistake new leaders make regarding work habits?\",\n        options: [\"Delegating too early\", \"Overworking personally instead of empowering their team\", \"Asking for too much help\", \"Taking too many breaks\"],\n        correct: 1,\n        explanation: \"New leaders often overwork personally instead of empowering their team, reinforcing the individual contributor mindset.\"\n      },\n      {\n        q: \"What does a coaching mindset involve?\",\n        options: [\"Providing all the answers directly\", \"Helping employees think critically and develop independence\", \"Minimizing team input\", \"Avoiding feedback conversations\"],\n        correct: 1,\n        explanation: \"A coaching mindset focuses on helping employees think critically and develop independence, rather than simply giving answers.\"\n      },\n      {\n        q: \"How should feedback be delivered?\",\n        options: [\"Only during annual reviews\", \"Only when something goes wrong\", \"Regularly, specifically, and in a way that supports growth\", \"Indirectly through other team members\"],\n        correct: 2,\n        explanation: \"Effective feedback is delivered regularly, specifically, and in a way that supports growth\u2014not just during reviews or when problems arise.\"\n      },\n      {\n        q: \"What causes employees to resist change?\",\n        options: [\"Clear communication about benefits\", \"Uncertainty and lack of communication creating anxiety\", \"Too much transparency\", \"Excessive empowerment\"],\n        correct: 1,\n        explanation: \"Uncertainty and lack of communication create anxiety that drives resistance. Clear, honest communication reduces change resistance.\"\n      },\n      {\n        q: \"What happens when leaders try to prove their personal value?\",\n        options: [\"Team performance improves\", \"They neglect their role of multiplying the value of others\", \"Employee engagement increases\", \"Delegation becomes easier\"],\n        correct: 1,\n        explanation: \"When leaders focus on proving personal value, they neglect their core role of multiplying the value of others through coaching and empowerment.\"\n      },\n      {\n        q: \"Why do high performers often struggle as new leaders?\",\n        options: [\"They don't work hard enough\", \"Personal success skills don't always translate to leading others\", \"They are overqualified\", \"Leadership requires no skills\"],\n        correct: 1,\n        explanation: \"The skills that drive personal success\u2014individual achievement, problem-solving, technical expertise\u2014don't automatically translate to leading a team effectively.\"\n      },\n      {\n        q: \"What should leaders clarify regularly?\",\n        options: [\"Goals, expectations, priorities, and responsibilities\", \"Only salary information\", \"The leader's personal achievements\", \"Vacation schedules only\"],\n        correct: 0,\n        explanation: \"Leaders should regularly clarify goals, expectations, priorities, and responsibilities to ensure alignment and reduce confusion.\"\n      },\n      {\n        q: \"What is the key mindset shift from IC to leader?\",\n        options: [\"Doing less work overall\", \"Moving from personal performance to enabling team performance\", \"Avoiding all technical work\", \"Letting the team operate without guidance\"],\n        correct: 1,\n        explanation: \"The fundamental shift is from personal performance to enabling team performance\u2014not stepping back entirely, but changing how you create value.\"\n      }\n    ];\n\n    let quizScore = 0;\n    let quizAnswered = 0;\n    const quizContainer = document.getElementById('quiz-container');\n    const quizScoreEl = document.getElementById('quiz-score');\n    const quizTotalEl = document.getElementById('quiz-total');\n    const quizFinalResult = document.getElementById('quiz-final-result');\n\n    function buildQuiz() {\n      quizContainer.innerHTML = '';\n      quizQuestions.forEach((item, idx) => {\n        const block = document.createElement('div');\n        block.className = 'mb-8 bg-white rounded-xl border border-slate-200 overflow-hidden';\n        block.innerHTML = `\n          <div class=\"bg-navy-50 px-5 py-3 border-b border-slate-200 flex items-center gap-2\">\n            <span class=\"bg-navy-700 text-white text-xs font-bold rounded-full w-6 h-6 flex items-center justify-center\">${idx + 1}<\/span>\n            <span class=\"text-navy-700 font-medium text-sm\">Question ${idx + 1} of ${quizQuestions.length}<\/span>\n          <\/div>\n          <div class=\"p-5\">\n            <p class=\"text-navy-900 font-semibold mb-4\">${item.q}<\/p>\n            <div class=\"space-y-2\" id=\"quiz-opts-${idx}\">\n              ${item.options.map((opt, oidx) => `\n                <button class=\"quiz-option\" data-question=\"${idx}\" data-option=\"${oidx}\">${opt}<\/button>\n              `).join('')}\n            <\/div>\n            <div id=\"quiz-explanation-${idx}\" class=\"hidden mt-4 p-4 rounded-lg text-sm leading-relaxed\"><\/div>\n          <\/div>\n        `;\n        quizContainer.appendChild(block);\n      });\n    }\n\n    function selectAnswer(qIdx, oIdx) {\n      const q = quizQuestions[qIdx];\n      const opts = document.querySelectorAll(`#quiz-opts-${qIdx} .quiz-option`);\n      const explDiv = document.getElementById(`quiz-explanation-${qIdx}`);\n\n      \/\/ Prevent re-answering\n      if (opts[0].classList.contains('disabled')) return;\n\n      opts.forEach((opt, i) => {\n        opt.classList.add('disabled');\n        if (i === q.correct) opt.classList.add('correct');\n        if (i === oIdx && i !== q.correct) opt.classList.add('incorrect');\n      });\n\n      quizAnswered++;\n      if (oIdx === q.correct) {\n        quizScore++;\n        explDiv.className = 'mt-4 p-4 rounded-lg text-sm leading-relaxed bg-emerald-50 text-emerald-800 border border-emerald-200';\n        explDiv.innerHTML = `<span class=\"font-semibold\">Correct!<\/span> ${q.explanation}`;\n      } else {\n        explDiv.className = 'mt-4 p-4 rounded-lg text-sm leading-relaxed bg-red-50 text-red-800 border border-red-200';\n        explDiv.innerHTML = `<span class=\"font-semibold\">Incorrect.<\/span> ${q.explanation}`;\n      }\n      explDiv.classList.remove('hidden');\n\n      quizScoreEl.textContent = quizScore;\n      quizScoreEl.classList.add('score-animate');\n      setTimeout(() => quizScoreEl.classList.remove('score-animate'), 300);\n      quizTotalEl.textContent = quizAnswered;\n\n      if (quizAnswered === quizQuestions.length) {\n        setTimeout(showFinalResult, 600);\n      }\n    };\n\n    function showFinalResult() {\n      const pct = Math.round((quizScore \/ quizQuestions.length) * 100);\n      let message = '';\n      if (pct >= 90) message = 'Outstanding! You have a strong grasp of leadership fundamentals.';\n      else if (pct >= 70) message = 'Great work! You have a solid foundation. Review the sections where you missed questions.';\n      else if (pct >= 50) message = 'Good start! Consider reviewing the flash cards and mindset sections again.';\n      else message = 'Keep learning! Revisit all sections and try the quiz again.';\n      document.getElementById('quiz-final-score').textContent = `You scored ${quizScore} out of ${quizQuestions.length} (${pct}%)`;\n      document.getElementById('quiz-final-message').textContent = message;\n      quizFinalResult.classList.remove('hidden');\n      quizFinalResult.scrollIntoView({ behavior: 'smooth', block: 'center' });\n\n      \/\/ Re-init lucide for the new icons\n      setTimeout(() => lucide.createIcons(), 100);\n    }\n\n    function restartQuiz() {\n      quizScore = 0;\n      quizAnswered = 0;\n      quizScoreEl.textContent = '0';\n      quizTotalEl.textContent = '0';\n      quizFinalResult.classList.add('hidden');\n      buildQuiz();\n      window.scrollTo({ top: document.getElementById('quiz').offsetTop - 72, behavior: 'smooth' });\n    };\n\n    buildQuiz();\n\n    \/\/ Quiz event delegation\n    quizContainer.addEventListener('click', (e) => {\n      const btn = e.target.closest('.quiz-option');\n      if (!btn || btn.classList.contains('disabled')) return;\n      const qIdx = parseInt(btn.dataset.question, 10);\n      const oIdx = parseInt(btn.dataset.option, 10);\n      selectAnswer(qIdx, oIdx);\n    });\n\n    \/\/ Restart button listener\n    document.getElementById('quiz-restart').addEventListener('click', restartQuiz);\n\n    \/\/ ===== ACCORDION =====\n    const reflectionQuestions = [\n      { q: \"What motivates this employee?\", icon: \"zap\" },\n      { q: \"What communication style works best for them?\", icon: \"message-circle\" },\n      { q: \"Do they need autonomy, structure, encouragement, or coaching?\", icon: \"compass\" },\n      { q: \"What causes stress or frustration for them?\", icon: \"cloud-lightning\" },\n      { q: \"How do they prefer receiving feedback?\", icon: \"message-square\" },\n      { q: \"What skills are they trying to improve?\", icon: \"trending-up\" },\n      { q: \"Do they feel psychologically safe asking questions?\", icon: \"shield\" },\n      { q: \"What obstacles are preventing success?\", icon: \"ban\" },\n      { q: \"Are expectations clearly understood?\", icon: \"check-circle\" },\n      { q: \"What type of recognition matters most to them?\", icon: \"award\" },\n      { q: \"Are they overloaded, disengaged, or under-challenged?\", icon: \"activity\" },\n      { q: \"How does this employee respond during periods of stress?\", icon: \"waves\" },\n      { q: \"What leadership approach helps this employee perform at their best?\", icon: \"star\" }\n    ];\n\n    const reflectionAnswers = [\n      \"Consider whether they are driven by achievement, recognition, growth, autonomy, or contribution. Understanding intrinsic motivation helps you align responsibilities and feedback.\",\n      \"Some employees prefer direct, brief communication; others need context and conversation. Pay attention to how they process information and adjust your style accordingly.\",\n      \"Each person has different needs\u2014autonomy for self-starters, structure for those who thrive with clarity, encouragement for the uncertain, and coaching for developing talent.\",\n      \"Is it unclear expectations, lack of support, interpersonal tension, or overwhelming workload? Identifying stressors allows you to remove barriers proactively.\",\n      \"Some prefer real-time feedback; others need scheduled check-ins. Some want private conversations; others appreciate public acknowledgment. Ask them directly.\",\n      \"Supporting skill development shows investment in their future. Understand their career goals and provide stretch assignments, training, or mentoring accordingly.\",\n      \"Psychological safety means they can speak up without fear of punishment. Create it by welcoming questions, acknowledging your own mistakes, and responding thoughtfully.\",\n      \"Are barriers skill-based, resource-based, process-based, or motivational? Each type requires a different leadership response.\",\n      \"Never assume alignment\u2014confirm it regularly. Ask employees to repeat back their understanding of goals and priorities to reveal any gaps.\",\n      \"Some value public praise; others prefer private acknowledgment. Some want new opportunities as recognition; others value time and flexibility.\",\n      \"Overloaded employees make mistakes; disengaged ones withdraw; under-challenged ones become bored. Calibrate workload and challenge level to keep them in the growth zone.\",\n      \"Do they shut down, become reactive, or rise to the occasion? Understanding stress responses helps you provide the right support during difficult times.\",\n      \"The best leadership approach adapts to the individual. What works for one employee may not work for another\u2014flexibility is a leadership strength.\"\n    ];\n\n    const accordContainer = document.getElementById('accordion-container');\n    reflectionQuestions.forEach((item, idx) => {\n      const div = document.createElement('div');\n      div.className = 'bg-white rounded-xl border border-slate-200 overflow-hidden';\n      div.innerHTML = `\n        <button class=\"accordion-btn w-full flex items-center justify-between px-5 py-4 text-left hover:bg-navy-50\/50 transition-colors\" onclick=\"toggleAccordion(${idx})\">\n          <div class=\"flex items-center gap-3\">\n            <i data-lucide=\"${item.icon}\" class=\"w-5 h-5 text-navy-600 shrink-0\"><\/i>\n            <span class=\"font-medium text-navy-900\">${item.q}<\/span>\n          <\/div>\n          <i data-lucide=\"chevron-down\" class=\"w-5 h-5 text-slate-400 accordion-icon shrink-0\" id=\"accordion-icon-${idx}\"><\/i>\n        <\/button>\n        <div class=\"accordion-content\" id=\"accordion-content-${idx}\">\n          <div class=\"px-5 pb-4 text-slate-600 text-sm leading-relaxed border-t border-slate-100 pt-3\">${reflectionAnswers[idx]}<\/div>\n        <\/div>\n      `;\n      accordContainer.appendChild(div);\n    });\n\n    window.toggleAccordion = function(idx) {\n      const content = document.getElementById(`accordion-content-${idx}`);\n      const icon = document.getElementById(`accordion-icon-${idx}`);\n      const isOpen = content.classList.contains('open');\n\n      \/\/ Close all others\n      document.querySelectorAll('.accordion-content').forEach(el => el.classList.remove('open'));\n      document.querySelectorAll('.accordion-icon').forEach(el => el.classList.remove('rotated'));\n\n      if (!isOpen) {\n        content.classList.add('open');\n        icon.classList.add('rotated');\n      }\n    };\n\n    \/\/ Re-init for dynamically added icons\n    lucide.createIcons();\n  });\n  <\/script>\n<\/body>\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Transitioning From Individual Contributor to Leader IC \u2192 Leader Start Challenges Mindset Flash Cards Quiz Reflection Takeaways Start Challenges Mindset Flash Cards Quiz Reflection Takeaways Leadership Development Module Transitioning FromIndividual Contributorto Leader Understanding the mindset shift from personal performance to team leadership. Many new leaders struggle because they continue operating like high-performing individual contributors. Leadership&#8230;<\/p>\n","protected":false},"author":1,"featured_media":72,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"_kad_post_transparent":"default","_kad_post_title":"hide","_kad_post_layout":"default","_kad_post_sidebar_id":"sidebar-secondary","_kad_post_content_style":"","_kad_post_vertical_padding":"default","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-2","page","type-page","status-publish","has-post-thumbnail","hentry"],"_links":{"self":[{"href":"https:\/\/newleadersuccess.com\/index.php?rest_route=\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/newleadersuccess.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/newleadersuccess.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/newleadersuccess.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/newleadersuccess.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2"}],"version-history":[{"count":49,"href":"https:\/\/newleadersuccess.com\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":89,"href":"https:\/\/newleadersuccess.com\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions\/89"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/newleadersuccess.com\/index.php?rest_route=\/wp\/v2\/media\/72"}],"wp:attachment":[{"href":"https:\/\/newleadersuccess.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}