<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>CIPS Level 5 Advanced Diploma — L5M4: Advanced Contract &amp; Financial Management</title>
    <!-- Tailwind CSS for high-performance styling -->
    <script src="https://cdn.tailwindcss.com"></script>
    <!-- Inter Google Font -->
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;700&display=swap" rel="stylesheet">
    <!-- FontAwesome Icons -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
    
    <script>
        tailwind.config = {
            darkMode: 'class',
            theme: {
                extend: {
                    colors: {
                        primary: {
                            50: '#f0f3fd',
                            100: '#dfe7fa',
                            200: '#c5d3f7',
                            300: '#9db4f1',
                            400: '#6d8ee9',
                            500: '#486ae0',
                            600: '#324fd3',
                            700: '#273dbd',
                            800: '#23349a',
                            900: '#21307b',
                            950: '#141b4b',
                        },
                        accent: {
                            50: '#fefbeb',
                            100: '#fdf4c8',
                            200: '#fbe78b',
                            300: '#f8d147',
                            400: '#f5be1a',
                            500: '#d99e0b',
                            600: '#b87907',
                            700: '#945807',
                            800: '#7a470b',
                            900: '#643b0c',
                            950: '#3a1f02',
                        }
                    },
                    fontFamily: {
                        sans: ['Inter', 'sans-serif'],
                        mono: ['JetBrains Mono', 'monospace'],
                    }
                }
            }
        }
    </script>

    <style>
        body {
            font-family: 'Inter', sans-serif;
        }
        /* Custom scrollbar */
        ::-webkit-scrollbar {
            width: 8px;
            height: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #f1f5f9;
        }
        .dark ::-webkit-scrollbar-track {
            background: #1e293b;
        }
        ::-webkit-scrollbar-thumb {
            background: #cbd5e1;
            border-radius: 4px;
        }
        .dark ::-webkit-scrollbar-thumb {
            background: #475569;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #94a3b8;
        }
        
        /* Interactive dynamic card effects */
        .glass-card {
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(8px);
            border: 1px solid rgba(226, 232, 240, 0.8);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }
        .dark .glass-card {
            background: rgba(15, 23, 42, 0.9);
            border-color: rgba(51, 65, 85, 0.8);
        }
        .glass-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 20px -8px rgba(0, 0, 0, 0.1);
        }
        
        /* Highlight effects */
        .pulse-highlight {
            animation: pulse-border 2s infinite;
        }
        @keyframes pulse-border {
            0% { border-color: rgba(217, 158, 11, 0.4); }
            50% { border-color: rgba(217, 158, 11, 1); }
            100% { border-color: rgba(217, 158, 11, 0.4); }
        }
        
        /* Slide & opacity transition for answers */
        .answer-transition {
            transition: max-height 0.5s ease-out, opacity 0.3s ease-out;
        }
    </style>
</head>
<body class="bg-slate-50 text-slate-800 dark:bg-slate-950 dark:text-slate-100 transition-colors duration-300 min-h-screen">

    <header class="sticky top-0 z-50 bg-slate-900 text-white shadow-lg border-b border-slate-800 backdrop-blur-md bg-opacity-95">
        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
            <div class="flex items-center justify-between h-16">
                <!-- Branding -->
                <div class="flex items-center space-x-3">
                    <div class="bg-primary-600 p-2 rounded-xl text-white flex items-center justify-center shadow-md" data-site-logo></div>
                    <div>
                        <span class="font-extrabold text-lg tracking-tight block" data-site-name>MUTALEX <span class="text-accent-400">ACADEMY</span></span>
                        <span class="text-xs text-slate-400 block -mt-1 font-medium">CIPS L5M4 • Advanced Exam Prep</span>
                    </div>
                </div>

                <!-- Global Action Controls -->
                <div class="flex items-center space-x-4">
                    <!-- Search Input -->
                    <div class="relative hidden md:block">
                        <span class="absolute inset-y-0 left-0 pl-3 flex items-center text-slate-400 pointer-events-none">
                            <i class="fa-solid fa-magnifying-glass text-sm"></i>
                        </span>
                        <input type="text" id="global-search" placeholder="Search questions/answers..." 
                            class="pl-10 pr-4 py-1.5 bg-slate-800 border border-slate-700 rounded-lg text-sm text-white placeholder-slate-400 focus:outline-none focus:ring-2 focus:ring-primary-500 focus:border-transparent w-64 transition-all duration-300">
                    </div>

                    <!-- Exam Practice Mode Toggle -->
                    <button id="toggle-practice-mode" onclick="togglePracticeMode()" class="px-3.5 py-1.5 text-xs font-bold uppercase tracking-wider rounded-lg border border-accent-500 bg-accent-500 bg-opacity-10 text-accent-400 hover:bg-opacity-20 transition-all flex items-center gap-2" title="Hide answers and show workspaces to simulate real exam conditions">
                        <i class="fa-solid fa-pen-clip"></i>
                        <span>Exam Mode: Off</span>
                    </button>

                    <!-- Theme Switcher -->
                    <button onclick="toggleDarkMode()" class="p-2 rounded-lg bg-slate-800 text-slate-300 hover:text-white transition-all" title="Toggle Light/Dark Theme">
                        <i class="fa-solid fa-circle-half-stroke"></i>
                    </button>

                    <!-- Font Resizer -->
                    <div class="flex bg-slate-800 rounded-lg p-0.5 border border-slate-700">
                        <button onclick="changeFontSize('small')" class="px-2 py-1 text-xs text-slate-300 hover:text-white rounded" title="Small Text">A-</button>
                        <button onclick="changeFontSize('medium')" class="px-2 py-1 text-xs text-slate-300 hover:text-white rounded bg-slate-700" title="Medium Text">A</button>
                        <button onclick="changeFontSize('large')" class="px-2 py-1 text-xs text-slate-300 hover:text-white rounded" title="Large Text">A+</button>
                    </div>
                </div>
            </div>
        </div>
    </header>

    <section class="relative bg-gradient-to-r from-primary-950 via-primary-900 to-slate-900 text-white overflow-hidden py-16 px-4 border-b border-slate-800">
        <div class="absolute inset-0 opacity-10 bg-[radial-gradient(#3878f4_1px,transparent_1px)] [background-size:16px_16px]"></div>
        <div class="max-w-7xl mx-auto relative z-10 grid grid-cols-1 lg:grid-cols-3 gap-8 items-center">
            <div class="lg:col-span-2 space-y-6">
                <div class="inline-flex items-center gap-2 bg-accent-500 bg-opacity-20 border border-accent-400 border-opacity-30 px-3.5 py-1.5 rounded-full text-accent-300 text-xs font-bold uppercase tracking-wider">
                    <span class="w-2 h-2 rounded-full bg-accent-400 animate-pulse"></span>
                    CIPS Level 5 Advanced Diploma Core
                </div>
                <h1 class="text-3xl sm:text-4xl lg:text-5xl font-black tracking-tight leading-none text-white">
                    Advanced Contract &amp; <br><span class="text-accent-400">Financial Management (L5M4)</span>
                </h1>
                <p class="text-slate-300 text-base max-w-2xl font-light leading-relaxed">
                    A comprehensive suite of <strong class="text-white font-semibold">10 Structured Mock Examination Papers</strong> with model answer blueprints, detailed scoring guidelines, and interactive practice workbenches. Engineered specifically to build high-scoring capability on Constructed Response parameters.
                </p>
                <div class="flex flex-wrap gap-4 pt-2">
                    <span class="flex items-center gap-2 bg-slate-800 bg-opacity-60 border border-slate-700 px-4 py-2 rounded-xl text-xs text-slate-200">
                        <i class="fa-solid fa-file-invoice text-accent-400 text-sm"></i>
                        <strong>10 Full Mock Papers</strong>
                    </span>
                    <span class="flex items-center gap-2 bg-slate-800 bg-opacity-60 border border-slate-700 px-4 py-2 rounded-xl text-xs text-slate-200">
                        <i class="fa-solid fa-cubes text-accent-400 text-sm"></i>
                        <strong>40 Questions (LO1-LO4)</strong>
                    </span>
                    <span class="flex items-center gap-2 bg-slate-800 bg-opacity-60 border border-slate-700 px-4 py-2 rounded-xl text-xs text-slate-200">
                        <i class="fa-solid fa-clipboard-check text-accent-400 text-sm"></i>
                        <strong>Detailed Grading Blueprints</strong>
                    </span>
                </div>
            </div>
            
            <!-- Quick Stat Block -->
            <div class="bg-slate-800 bg-opacity-40 border border-slate-700 p-6 rounded-2xl shadow-xl backdrop-blur-md">
                <h3 class="text-sm font-bold uppercase tracking-widest text-slate-400 mb-4 border-b border-slate-700 pb-2">Student Performance Tool</h3>
                <div class="space-y-4">
                    <div>
                        <div class="flex justify-between text-xs text-slate-300 mb-1">
                            <span>Syllabus Outcomes Completed</span>
                            <span class="font-bold text-accent-400">4 / 4 Learning Outcomes</span>
                        </div>
                        <div class="w-full bg-slate-700 h-2 rounded-full overflow-hidden">
                            <div class="bg-accent-400 h-full w-full"></div>
                        </div>
                    </div>
                    <div>
                        <div class="flex justify-between text-xs text-slate-300 mb-1">
                            <span>Exam Papers Attempted</span>
                            <span id="attempt-tracker-text" class="font-bold text-primary-400">0 / 10 Papers</span>
                        </div>
                        <div class="w-full bg-slate-700 h-2 rounded-full overflow-hidden">
                            <div id="attempt-tracker-bar" class="bg-primary-500 h-full w-0 transition-all duration-500"></div>
                        </div>
                    </div>
                    <div class="pt-2">
                        <button onclick="resetPracticeTracker()" class="w-full text-center py-2 bg-slate-700 hover:bg-slate-600 rounded-lg text-xs font-semibold text-slate-200 transition-colors">
                            Reset Practice Workspace History
                        </button>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-10">
        <div class="grid grid-cols-1 lg:grid-cols-4 gap-8">
            <!-- Left Sticky Sidebar Navigator -->
            <aside class="lg:col-span-1">
                <div class="sticky top-20 bg-white dark:bg-slate-900 border border-slate-200 dark:border-slate-800 rounded-2xl shadow-md p-5 max-h-[80vh] overflow-y-auto space-y-6">
                    <div>
                        <h4 class="text-xs font-extrabold uppercase tracking-widest text-slate-400 mb-3 border-b border-slate-100 dark:border-slate-800 pb-2">Course Information</h4>
                        <nav class="space-y-1">
                            <a href="#intro" class="sidebar-link active flex items-center gap-2 px-3 py-2 text-sm rounded-lg hover:bg-slate-100 dark:hover:bg-slate-800 text-primary-600 dark:text-primary-400 font-semibold">
                                <i class="fa-solid fa-circle-info"></i>
                                Introduction
                            </a>
                            <a href="#appendix" class="sidebar-link flex items-center gap-2 px-3 py-2 text-sm rounded-lg hover:bg-slate-100 dark:hover:bg-slate-800 text-slate-600 dark:text-slate-400">
                                <i class="fa-solid fa-table-cells"></i>
                                Syllabus Coverage Map
                            </a>
                        </nav>
                    </div>

                    <div>
                        <h4 class="text-xs font-extrabold uppercase tracking-widest text-slate-400 mb-3 border-b border-slate-100 dark:border-slate-800 pb-2">Practice Examination Papers</h4>
                        <nav id="sidebar-papers-nav" class="space-y-1">
                            <!-- Dynamically constructed list in JS or fully static matching L6M2 -->
                            <a href="#paper1" class="sidebar-link flex items-center justify-between px-3 py-2 text-sm rounded-lg hover:bg-slate-100 dark:hover:bg-slate-800 text-slate-600 dark:text-slate-400">
                                <span>Paper 1: Rendale Mfg</span>
                                <span class="text-[10px] bg-slate-100 dark:bg-slate-800 px-1.5 py-0.5 rounded text-slate-500">AC1.1-AC4.1</span>
                            </a>
                            <a href="#paper2" class="sidebar-link flex items-center justify-between px-3 py-2 text-sm rounded-lg hover:bg-slate-100 dark:hover:bg-slate-800 text-slate-600 dark:text-slate-400">
                                <span>Paper 2: Trentbridge Foods</span>
                                <span class="text-[10px] bg-slate-100 dark:bg-slate-800 px-1.5 py-0.5 rounded text-slate-500">AC1.2-AC4.2</span>
                            </a>
                            <a href="#paper3" class="sidebar-link flex items-center justify-between px-3 py-2 text-sm rounded-lg hover:bg-slate-100 dark:hover:bg-slate-800 text-slate-600 dark:text-slate-400">
                                <span>Paper 3: Northgate Council</span>
                                <span class="text-[10px] bg-slate-100 dark:bg-slate-800 px-1.5 py-0.5 rounded text-slate-500">AC1.3-AC4.3</span>
                            </a>
                            <a href="#paper4" class="sidebar-link flex items-center justify-between px-3 py-2 text-sm rounded-lg hover:bg-slate-100 dark:hover:bg-slate-800 text-slate-600 dark:text-slate-400">
                                <span>Paper 4: Falkirk Farm Machinery</span>
                                <span class="text-[10px] bg-slate-100 dark:bg-slate-800 px-1.5 py-0.5 rounded text-slate-500">AC1.4-AC4.4</span>
                            </a>
                            <a href="#paper5" class="sidebar-link flex items-center justify-between px-3 py-2 text-sm rounded-lg hover:bg-slate-100 dark:hover:bg-slate-800 text-slate-600 dark:text-slate-400">
                                <span>Paper 5: Meridian Aerospace</span>
                                <span class="text-[10px] bg-slate-100 dark:bg-slate-800 px-1.5 py-0.5 rounded text-slate-500">AC1.2-AC4.1</span>
                            </a>
                            <a href="#paper6" class="sidebar-link flex items-center justify-between px-3 py-2 text-sm rounded-lg hover:bg-slate-100 dark:hover:bg-slate-800 text-slate-600 dark:text-slate-400">
                                <span>Paper 6: Delcorp Retail Group</span>
                                <span class="text-[10px] bg-slate-100 dark:bg-slate-800 px-1.5 py-0.5 rounded text-slate-500">AC1.1-AC4.4</span>
                            </a>
                            <a href="#paper7" class="sidebar-link flex items-center justify-between px-3 py-2 text-sm rounded-lg hover:bg-slate-100 dark:hover:bg-slate-800 text-slate-600 dark:text-slate-400">
                                <span>Paper 7: Ashgrove Pharma</span>
                                <span class="text-[10px] bg-slate-100 dark:bg-slate-800 px-1.5 py-0.5 rounded text-slate-500">AC1.3-AC4.2</span>
                            </a>
                            <a href="#paper8" class="sidebar-link flex items-center justify-between px-3 py-2 text-sm rounded-lg hover:bg-slate-100 dark:hover:bg-slate-800 text-slate-600 dark:text-slate-400">
                                <span>Paper 8: Strategic Finance &amp; Exit</span>
                                <span class="text-[10px] bg-slate-100 dark:bg-slate-800 px-1.5 py-0.5 rounded text-slate-500">AC1.1-AC4.4</span>
                            </a>
                            <a href="#paper9" class="sidebar-link flex items-center justify-between px-3 py-2 text-sm rounded-lg hover:bg-slate-100 dark:hover:bg-slate-800 text-slate-600 dark:text-slate-400">
                                <span>Paper 9: Riverside Construction</span>
                                <span class="text-[10px] bg-slate-100 dark:bg-slate-800 px-1.5 py-0.5 rounded text-slate-500">AC1.1-AC4.2</span>
                            </a>
                            <a href="#paper10" class="sidebar-link flex items-center justify-between px-3 py-2 text-sm rounded-lg hover:bg-slate-100 dark:hover:bg-slate-800 text-slate-600 dark:text-slate-400">
                                <span>Paper 10: Change &amp; Break-Even</span>
                                <span class="text-[10px] bg-slate-100 dark:bg-slate-800 px-1.5 py-0.5 rounded text-slate-500">AC1.4-AC4.4</span>
                            </a>
                        </nav>
                    </div>
                </div>
            </aside>

            <main class="lg:col-span-3 space-y-12 text-sm sm:text-base leading-relaxed" id="main-content">
                <!-- Section: Introduction -->
                <section id="intro" class="bg-white dark:bg-slate-900 border border-slate-200 dark:border-slate-800 rounded-3xl p-6 sm:p-10 shadow-sm relative">
                    <div class="absolute top-0 right-0 w-24 h-24 bg-primary-500 opacity-5 rounded-bl-full pointer-events-none"></div>
                    <div class="flex items-center gap-3 mb-6">
                        <div class="w-12 h-12 bg-primary-100 dark:bg-primary-950 text-primary-600 dark:text-primary-400 rounded-2xl flex items-center justify-center text-xl">
                            <i class="fa-solid fa-map-location-dot"></i>
                        </div>
                        <div>
                            <span class="text-xs font-semibold text-slate-400 dark:text-slate-500 uppercase tracking-widest block">Study Guide</span>
                            <h2 class="text-2xl font-bold text-slate-900 dark:text-white">Introduction &amp; Best Practices</h2>
                        </div>
                    </div>
                    <p class="text-slate-600 dark:text-slate-300 mb-4">
                        This specialized resource contains <strong class="text-slate-900 dark:text-white">10 full-length, structured mock examination papers</strong> for the CIPS Level 5 Advanced Diploma, Module <strong class="text-slate-900 dark:text-white">L5M4 — Advanced Contract and Financial Management</strong>.
                    </p>
                    <p class="text-slate-600 dark:text-slate-300 mb-4">
                        Each exam paper precisely replicates the rigorous format, cognitive depth, and terminology standards of official CIPS sample assessments. Every mock exam contains:
                    </p>
                    <ul class="list-none space-y-3 pl-0 mb-6">
                        <li class="flex items-start gap-2 text-slate-600 dark:text-slate-300">
                            <span class="text-accent-500 mt-1"><i class="fa-solid fa-circle-check"></i></span>
                            <span><strong>Four Constructed-Response Questions</strong>: Valued at exactly 25 marks each, yielding a total of 100 marks per paper.</span>
                        </li>
                        <li class="flex items-start gap-2 text-slate-600 dark:text-slate-300">
                            <span class="text-accent-500 mt-1"><i class="fa-solid fa-circle-check"></i></span>
                            <span><strong>LO-Balanced Formulation</strong>: Exactly one comprehensive question aligned to each of the four Learning Outcomes (LO1–LO4), mapped to real procurement and supply contexts.</span>
                        </li>
                        <li class="flex items-start gap-2 text-slate-600 dark:text-slate-300">
                            <span class="text-accent-500 mt-1"><i class="fa-solid fa-circle-check"></i></span>
                            <span><strong>Authentic Command Verbs</strong>: Rigorous application of CIPS verbs including <code class="font-mono bg-slate-100 dark:bg-slate-800 px-1 py-0.5 text-accent-600 text-xs rounded">Assess</code>, <code class="font-mono bg-slate-100 dark:bg-slate-800 px-1 py-0.5 text-accent-600 text-xs rounded">Evaluate</code>, <code class="font-mono bg-slate-100 dark:bg-slate-800 px-1 py-0.5 text-accent-600 text-xs rounded">Analyse</code>, and <code class="font-mono bg-slate-100 dark:bg-slate-800 px-1 py-0.5 text-accent-600 text-xs rounded">Discuss</code>.</span>
                        </li>
                    </ul>
                    <div class="bg-amber-500 bg-opacity-10 border border-amber-300 border-opacity-40 rounded-2xl p-5 mb-6">
                        <h4 class="text-sm font-bold text-amber-500 uppercase tracking-wider mb-2 flex items-center gap-2">
                            <i class="fa-solid fa-circle-info"></i> How to leverage this resource
                        </h4>
                        <p class="text-amber-800 dark:text-amber-300 text-xs sm:text-sm leading-relaxed">
                            Simulate exam parameters by activating <strong class="text-slate-900 dark:text-white">"Exam Practice Mode"</strong> in the top header. Dedicate 3 uninterrupted hours for each paper. Write your arguments in the workspace, focus intensely on the Command Verbs, and review your analysis against the Distinction-Level model blueprints.
                        </p>
                    </div>
                </section>

                <section id="paper1" class="space-y-8 bg-white dark:bg-slate-900 border border-slate-200 dark:border-slate-800 rounded-3xl p-6 sm:p-10 shadow-sm relative">
                    <div class="flex items-center justify-between border-b border-slate-100 dark:border-slate-800 pb-4">
                        <div class="flex items-center gap-3">
                            <div class="bg-primary-600 text-white font-extrabold px-3 py-1 text-sm rounded-lg">PAPER 01</div>
                            <h2 class="text-xl sm:text-2xl font-bold text-slate-900 dark:text-white">Rendale Manufacturing Ltd (RML)</h2>
                        </div>
                        <span class="text-xs bg-slate-100 dark:bg-slate-800 text-slate-500 font-semibold px-2.5 py-1 rounded-lg">LO1 - LO4 Complete</span>
                    </div>

                    <!-- Case Study Background -->
                    <div class="bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl p-6 space-y-4">
                        <h3 class="text-sm font-bold uppercase tracking-widest text-slate-400">Contextual Background</h3>
                        <p class="text-slate-600 dark:text-slate-300">
                            Rendale Manufacturing Ltd (RML) produces precision components for the domestic appliance industry. Turnover is £180m with a thin operating margin of 3%. RML has recently appointed a new Head of Contract Management following a review that found contract owners across the business had little understanding of their post-award responsibilities: contracts were filed and forgotten, supplier relationships were reactive, and disputes were common because nobody monitored obligations against the signed terms.
                        </p>
                    </div>

                    <!-- Question Container 1.1 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo1">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question One</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 1</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 1.1</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Assess the role that a contract manager should play in developing added-value commercial relationships within RML’s supply base. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Practice Input Interface -->
                        <div class="practice-box hidden mt-4 space-y-2">
                            <label class="block text-xs font-bold text-slate-400 uppercase">Write Your Draft Answer</label>
                            <textarea id="workspace-p1q1" rows="5" class="w-full bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 p-3 rounded-xl focus:ring-2 focus:ring-primary-500 text-sm" placeholder="Draft your answer here, demonstrating analytical structure and examples..."></textarea>
                            <button onclick="saveWorkspace('p1q1')" class="px-3 py-1 bg-slate-100 hover:bg-slate-200 dark:bg-slate-800 dark:hover:bg-slate-700 text-xs rounded font-semibold text-slate-600 dark:text-slate-300">Save Progress</button>
                        </div>

                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <div class="bg-indigo-50 dark:bg-indigo-950 dark:bg-opacity-30 p-3 rounded-lg text-xs font-semibold text-indigo-700 dark:text-indigo-300">
                                    <strong>Command Word Focus:</strong> "Assess" requires candidates to weigh up a range of measures and reach a balanced, defensible judgement on their organizational value, supported by evidence.
                                </div>
                                <div class="space-y-4">
                                    <p><strong>1. Contract owner/gatekeeper role:</strong> The contract manager should act as custodian of the agreement post-award, ensuring obligations, KPIs, and milestones are actively tracked rather than filed away — directly addressing RML’s current failure. This includes maintaining a contract register and calendar of key dates (renewal, break clauses, review points).</p>
                                    <p><strong>2. Relationship builder:</strong> Beyond legal compliance, the contract manager should build “non-contractual” governance — regular review meetings, informal communication channels, and trust-building activities — since research (e.g. Macneil’s relational contract theory) shows over-reliance on the written contract alone increases adversarial behaviour and dispute frequency, which RML is already experiencing.</p>
                                    <p><strong>3. Risk manager:</strong> The role involves continuously monitoring supplier performance, financial stability, and market risk, escalating issues before they become disputes, and using tools such as RAG (red/amber/green) reporting to keep stakeholders informed.</p>
                                    <p><strong>4. Value creator/innovation broker:</strong> A skilled contract manager looks beyond simple compliance to identify opportunities for cost reduction, continuous improvement, and innovation with key suppliers, converting the contract from a static document into a live vehicle for added value (e.g. through Kraljic-based segmentation and targeted relationship investment in strategic suppliers).</p>
                                    <p><strong>5. Cross-functional coordinator:</strong> The contract manager must act as the interface between procurement, legal, finance, and operational stakeholders, ensuring internal alignment on requirements and preventing the fragmented ownership RML currently suffers from.</p>
                                    <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion / Judgement:</strong> By embedding these roles, RML’s contract managers can convert contracts from passive legal documents into active tools for value creation, reducing disputes and building stronger, more collaborative supplier relationships.</p>
                                </div>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 1.2 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo2">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Two</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 2</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 2.1</span>
                        </div>
                        <div class="bg-amber-500 bg-opacity-5 border border-amber-500 border-opacity-10 p-4 rounded-xl text-xs sm:text-sm space-y-2">
                            <strong class="text-amber-500 block uppercase tracking-wider text-xs">Financial Ratio Dataset: Kestrel Components PLC</strong>
                            <div class="grid grid-cols-2 sm:grid-cols-3 md:grid-cols-6 gap-2 font-mono">
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">ROCE</span>
                                    <span class="font-bold">8.2%</span> <span class="text-[10px] text-red-500">(11.9%)</span>
                                </div>
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">Gross Profit</span>
                                    <span class="font-bold">21.4%</span> <span class="text-[10px] text-red-500">(26.0%)</span>
                                </div>
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">Current Ratio</span>
                                    <span class="font-bold">1.3:1</span> <span class="text-[10px] text-red-500">(1.8:1)</span>
                                </div>
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">Quick Ratio</span>
                                    <span class="font-bold">0.6:1</span> <span class="text-[10px] text-red-500">(1.0:1)</span>
                                </div>
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">Gearing</span>
                                    <span class="font-bold">62%</span> <span class="text-[10px] text-red-500">(47%)</span>
                                </div>
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">Debtor Days</span>
                                    <span class="font-bold">68d</span> <span class="text-[10px] text-red-500">(52d)</span>
                                </div>
                            </div>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Assess, using the financial data given, Kestrel Components PLC’s financial position as a potential supplier to RML. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Practice Input Interface -->
                        <div class="practice-box hidden mt-4 space-y-2">
                            <label class="block text-xs font-bold text-slate-400 uppercase">Write Your Draft Answer</label>
                            <textarea id="workspace-p1q2" rows="5" class="w-full bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 p-3 rounded-xl focus:ring-2 focus:ring-primary-500 text-sm" placeholder="Write..."></textarea>
                            <button onclick="saveWorkspace('p1q2')" class="px-3 py-1 bg-slate-100 hover:bg-slate-200 dark:bg-slate-800 dark:hover:bg-slate-700 text-xs rounded font-semibold text-slate-600 dark:text-slate-300">Save Progress</button>
                        </div>

                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <div class="bg-indigo-50 dark:bg-indigo-950 dark:bg-opacity-30 p-3 rounded-lg text-xs font-semibold text-indigo-700 dark:text-indigo-300">
                                    <strong>Command Word Focus:</strong> Requires a holistic balanced judgment drawing on all ratios provided, not just a description of each figure in isolation.
                                </div>
                                <div class="space-y-4">
                                    <p><strong>1. Profitability:</strong> Gross profit margin has fallen from 26.0% to 21.4%, suggesting rising input costs or pricing pressure that Kestrel has been unable to pass on — a warning sign for a supplier RML would depend on for stable, sustainable pricing.</p>
                                    <p><strong>2. Return on Capital Employed:</strong> ROCE has declined from 11.9% to 8.2%, indicating Kestrel is generating less profit from the capital invested in the business — potentially signalling inefficiency or an overly asset-heavy cost base relative to returns.</p>
                                    <p><strong>3. Liquidity:</strong> The current ratio has weakened from 1.8:1 to 1.3:1, and more critically the quick ratio has fallen below 1:1 to 0.6:1, meaning Kestrel may struggle to meet short-term liabilities without selling stock — a significant going-concern risk for RML if Kestrel cannot pay its own suppliers or staff.</p>
                                    <p><strong>4. Gearing:</strong> Gearing has risen sharply from 47% to 62%, indicating greater reliance on debt finance. Highly geared suppliers are more vulnerable to interest rate rises and have less financial flexibility, increasing supply continuity risk for RML.</p>
                                    <p><strong>5. Efficiency:</strong> Debtor days have lengthened from 52 to 68, suggesting slower cash collection, which — combined with weak liquidity and rising gearing — compounds cash flow pressure.</p>
                                    <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion / Judgement:</strong> All indicators are moving in the wrong direction simultaneously. RML should proceed with caution, seeking additional safeguards (parent company guarantee, retention of title, performance bonds, more frequent financial monitoring) before onboarding Kestrel as a key supplier.</p>
                                </div>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 1.3 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo3">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Three</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 3</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 3.1</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Evaluate a range of approaches that a procurement function could use to fund and manage working capital effectively. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Practice Input Interface -->
                        <div class="practice-box hidden mt-4 space-y-2">
                            <label class="block text-xs font-bold text-slate-400 uppercase">Write Your Draft Answer</label>
                            <textarea id="workspace-p1q3" rows="5" class="w-full bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 p-3 rounded-xl focus:ring-2 focus:ring-primary-500 text-sm" placeholder="Write..."></textarea>
                            <button onclick="saveWorkspace('p1q3')" class="px-3 py-1 bg-slate-100 hover:bg-slate-200 dark:bg-slate-800 dark:hover:bg-slate-700 text-xs rounded font-semibold text-slate-600 dark:text-slate-300">Save Progress</button>
                        </div>

                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <div class="bg-indigo-50 dark:bg-indigo-950 dark:bg-opacity-30 p-3 rounded-lg text-xs font-semibold text-indigo-700 dark:text-indigo-300">
                                    <strong>Command Word Focus:</strong> "Evaluate" requires a comprehensive weighing of pros and cons, leading to a recommended optimal path of action.
                                </div>
                                <div class="space-y-4">
                                    <p><strong>1. Extending payment terms:</strong> Negotiating longer supplier payment terms improves the buyer’s cash conversion cycle, though it risks damaging supplier relationships and may be limited by prompt payment codes or supplier power.</p>
                                    <p><strong>2. Reducing inventory levels:</strong> Techniques such as Just-In-Time (JIT) or vendor-managed inventory reduce cash tied up in stock, freeing working capital, although this increases dependency on reliable, responsive suppliers and can raise transport costs.</p>
                                    <p><strong>3. Improving debtor management:</strong> Where procurement supports revenue-generating functions, tighter credit control and faster invoicing accelerate cash inflow, though this must be balanced against customer relationships.</p>
                                    <p><strong>4. Supply chain finance / reverse factoring:</strong> Procurement can arrange for a finance provider to pay suppliers early at a discount while the buyer settles later, improving supplier cash flow without extending the buyer’s own balance sheet risk — a genuinely collaborative working capital solution.</p>
                                    <p><strong>5. Consolidating spend and rationalising the supply base:</strong> Fewer, larger contracts can secure better payment terms, volume discounts, and reduced transaction costs, indirectly supporting working capital.</p>
                                    <p><strong>6. Leasing rather than purchasing assets:</strong> Where capital equipment is required, leasing avoids large upfront capital outlay, preserving cash for operational working capital needs.</p>
                                    <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion / Judgement:</strong> No single approach is sufficient in isolation; the most effective strategy combines several measures (e.g. reverse factoring alongside spend consolidation) tailored to the organisation’s bargaining power and supplier relationships.</p>
                                </div>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 1.4 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo4">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Four</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 4</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 4.1</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Discuss how the balanced scorecard methodology can be applied to measure supply chain performance. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Practice Input Interface -->
                        <div class="practice-box hidden mt-4 space-y-2">
                            <label class="block text-xs font-bold text-slate-400 uppercase">Write Your Draft Answer</label>
                            <textarea id="workspace-p1q4" rows="5" class="w-full bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 p-3 rounded-xl focus:ring-2 focus:ring-primary-500 text-sm" placeholder="Write..."></textarea>
                            <button onclick="saveWorkspace('p1q4')" class="px-3 py-1 bg-slate-100 hover:bg-slate-200 dark:bg-slate-800 dark:hover:bg-slate-700 text-xs rounded font-semibold text-slate-600 dark:text-slate-300">Save Progress</button>
                        </div>

                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <div class="bg-indigo-50 dark:bg-indigo-950 dark:bg-opacity-30 p-3 rounded-lg text-xs font-semibold text-indigo-700 dark:text-indigo-300">
                                    <strong>Command Word Focus:</strong> "Discuss" requires looking closely at different angles, explaining benefits, limits, and operational realities.
                                </div>
                                <div class="space-y-4">
                                    <p><strong>1. Overview of the Balanced Scorecard:</strong> Developed by Kaplan and Norton, the balanced scorecard measures performance across four perspectives — financial, customer, internal process, and learning & growth — moving beyond purely financial KPIs to give a rounded view of supply chain health.</p>
                                    <p><strong>2. Financial perspective:</strong> In a supply chain context this could include cost savings achieved, cost avoidance, price variance against budget, or total cost of ownership — giving visibility of the commercial value delivered.</p>
                                    <p><strong>3. Customer perspective:</strong> This measures how well the supply chain meets internal and end-customer needs — for example, on-time-in-full (OTIF) delivery rates, quality/defect rates, or internal stakeholder satisfaction with procurement service.</p>
                                    <p><strong>4. Internal process perspective:</strong> This focuses on the efficiency of supply chain processes themselves, such as purchase order cycle time, contract compliance rates, or supplier onboarding lead times.</p>
                                    <p><strong>5. Learning and growth perspective:</strong> This considers the capability of the procurement function and its suppliers to innovate and improve over time — for example, training hours delivered, joint improvement initiatives, or supplier innovation contributions.</p>
                                    <p><strong>6. Benefits and limitations:</strong> The scorecard’s strength lies in balancing short-term financial pressure against longer-term relationship and capability building, and in cascading strategic objectives into measurable operational targets. However, it requires significant data collection effort, can become overly complex if too many measures are used, and risks losing focus if perspectives are not properly weighted to organisational priorities.</p>
                                    <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion / Judgement:</strong> When properly tailored and cascaded, the balanced scorecard gives supply chain managers a comprehensive, strategically-aligned view of performance that avoids the pitfalls of managing purely by cost.</p>
                                </div>
                            </div>
                        </details>
                    </div>
                </section>

                <section id="paper2" class="space-y-8 bg-white dark:bg-slate-900 border border-slate-200 dark:border-slate-800 rounded-3xl p-6 sm:p-10 shadow-sm relative">
                    <div class="flex items-center justify-between border-b border-slate-100 dark:border-slate-800 pb-4">
                        <div class="flex items-center gap-3">
                            <div class="bg-primary-600 text-white font-extrabold px-3 py-1 text-sm rounded-lg">PAPER 02</div>
                            <h2 class="text-xl sm:text-2xl font-bold text-slate-900 dark:text-white">Trentbridge Foods Ltd (TFL)</h2>
                        </div>
                        <span class="text-xs bg-slate-100 dark:bg-slate-800 text-slate-500 font-semibold px-2.5 py-1 rounded-lg">LO1 - LO4 Complete</span>
                    </div>

                    <!-- Case Study Background -->
                    <div class="bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl p-6 space-y-4">
                        <h3 class="text-sm font-bold uppercase tracking-widest text-slate-400">Contextual Background</h3>
                        <p class="text-slate-600 dark:text-slate-300">
                            Trentbridge Foods Ltd (TFL) is a mid-sized food manufacturer. A recent internal review found that decisions affecting key suppliers were being made independently by procurement, quality, and NPD (new product development) teams with no shared forum, resulting in conflicting instructions to suppliers, duplicated supplier visits, and a major supplier complaining of “three different TFLs” to deal with.
                        </p>
                    </div>

                    <!-- Question Container 2.1 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo1">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question One</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 1</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 1.2</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Assess how improved cross-functional stakeholder engagement could strengthen TFL’s contract and supplier management. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Single point of contact / governance forum:</strong> Establishing a cross-functional contract review board (procurement, quality, NPD) with a lead contract manager as chair would give TFL’s key supplier one consistent voice, resolving the “three different TFLs” problem and improving supplier confidence.</p>
                                <p><strong>2. Shared requirements definition:</strong> Early cross-functional involvement in specification and requirement-setting (rather than each function acting in isolation) reduces the risk of conflicting instructions and rework, and reflects best practice recommending stakeholder involvement from the earliest stage of the sourcing cycle.</p>
                                <p><strong>3. Reduced duplication and cost:</strong> Coordinated supplier visits and communication reduce wasted time for both TFL and the supplier, and prevent the supplier price of managing multiple relationships being passed back to TFL as inefficiency cost.</p>
                                <p><strong>4. Improved risk identification:</strong> Quality and NPD functions often hold information (e.g. emerging quality issues, upcoming product changes) that is invisible to procurement; a shared forum surfaces this early, allowing contract managers to manage risk proactively rather than reactively.</p>
                                <p><strong>5. Cultural and behavioural challenges:</strong> Genuine cross-functional working requires overcoming siloed behaviours, differing functional priorities (cost vs quality vs speed to market), and possible resistance to a perceived loss of autonomy — meaning strong senior sponsorship is essential for success.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion:</strong> While establishing cross-functional governance requires investment in time and change management, the resulting consistency, risk visibility, and supplier goodwill make it a valuable measure for TFL to adopt.</p>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 2.2 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo2">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Two</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 2</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 2.2</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Evaluate the methods a procurement professional could use to assess the financial and credit risk of a potential supplier such as Solvex. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Ratio analysis:</strong> Profitability, liquidity, and gearing ratios (as used in a standard financial appraisal) give a quick indication of a supplier’s financial health, though ratios are historic and can be manipulated through “window dressing” of year-end accounts.</p>
                                <p><strong>2. Credit reference agency reports:</strong> Agencies such as Dun &amp; Bradstreet or Experian provide credit scores and payment behaviour data across a supplier’s customer base, offering an independent, up-to-date view, though access can be costly and scores are generalised rather than contract-specific.</p>
                                <p><strong>3. Altman’s Z-score:</strong> This combines several ratios into a single score predicting the likelihood of insolvency within two years, giving a useful early-warning tool, though it was developed primarily for listed manufacturing companies and may be less reliable for SMEs or service businesses.</p>
                                <p><strong>4. Trend analysis:</strong> Reviewing several years of accounts (rather than a single snapshot) reveals the direction of travel — a supplier with worsening ratios year-on-year is higher risk even if current figures look acceptable.</p>
                                <p><strong>5. Non-financial indicators:</strong> Staff turnover, ownership changes, loss of key contracts, adverse press coverage, and County Court Judgments (CCJs) all provide qualitative early-warning signs that financial ratios alone would miss.</p>
                                <p><strong>6. Parent company/group review:</strong> Where a supplier is part of a larger group, reviewing consolidated group accounts and any parent company guarantees is essential, as a healthy subsidiary can mask a financially weak parent.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion:</strong> No single method is sufficient; a triangulated approach combining quantitative ratio/credit-agency data with qualitative and trend analysis gives the most reliable assessment of Solvex’s suitability for a long-term framework.</p>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 2.3 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo3">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Three</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 3</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 3.2</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Analyse how should-cost modelling and cost driver analysis can be used by a procurement function to manage contract costs. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Should-cost modelling defined:</strong> Should-cost modelling involves building an independent estimate of what a product or service ought to cost, based on raw materials, labour, overheads, and a reasonable profit margin, rather than relying solely on the supplier’s quoted price.</p>
                                <p><strong>2. Purpose in cost management:</strong> It allows procurement to challenge supplier pricing with evidence rather than negotiating “blind,” identifying where a quoted price includes excessive margin or inefficiency, and forming the basis of fact-based negotiation.</p>
                                <p><strong>3. Cost driver analysis:</strong> This breaks total cost into its underlying drivers — for example, raw material price volatility, labour rates, energy costs, batch size, or transport distance — enabling procurement to understand which factors most influence price and to track and forecast cost movement.</p>
                                <p><strong>4. Application through the contract lifecycle:</strong> At the sourcing stage, should-cost models inform target pricing and negotiation strategy; during the contract, they support the evaluation of price variation claims (e.g. checking a claimed raw-material increase against actual market indices) and identify continuous improvement opportunities.</p>
                                <p><strong>5. Data and collaboration requirements:</strong> Effective should-cost modelling requires good market intelligence and, ideally, open-book collaboration with the supplier — without supplier cooperation, models rely on external benchmarks and may be less accurate.</p>
                                <p><strong>6. Limitations:</strong> Models can be resource-intensive to build and maintain, may not capture the supplier’s true cost structure exactly, and can create tension if suppliers feel their pricing is being second-guessed without transparency about methodology.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion:</strong> When combined with cost driver analysis, should-cost modelling gives procurement an evidence-based platform for managing costs throughout the contract, provided the organisation invests in the market intelligence and collaborative relationships needed to keep models accurate.</p>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 2.4 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo4">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Four</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 4</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 4.2</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Evaluate how Key Performance Indicators (KPIs) should be designed to effectively measure contract performance. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Alignment to strategic objectives:</strong> Effective KPIs must cascade from organisational and category strategy (for example, linking a supplier’s on-time delivery KPI to a wider customer-service strategic objective) rather than being generic measures applied uniformly.</p>
                                <p><strong>2. SMART criteria:</strong> KPIs should be Specific, Measurable, Achievable, Relevant, and Time-bound; vague measures such as “improve quality” provide no basis for objective performance review, whereas “reduce defect rate to below 1.5% by Q3” is actionable and auditable.</p>
                                <p><strong>3. Balance of measures:</strong> Good KPI design avoids over-weighting cost/price measures at the expense of quality, delivery, innovation, and relationship measures — an unbalanced scorecard can drive perverse behaviour (e.g. a supplier cutting corners on quality to hit a cost target).</p>
                                <p><strong>4. Leading vs lagging indicators:</strong> Lagging indicators (e.g. delivery performance last quarter) confirm what has already happened; leading indicators (e.g. supplier’s order backlog or raw material lead times) provide early warning, allowing proactive management — a well-designed KPI set includes both.</p>
                                <p><strong>5. Data availability and cost of measurement:</strong> KPIs are only useful if data can be collected reliably and cost-effectively; over-engineered KPI frameworks that require excessive manual reporting are unlikely to be sustained.</p>
                                <p><strong>6. Joint development with suppliers:</strong> KPIs developed collaboratively with the supplier (rather than imposed unilaterally) are more likely to be accepted, understood, and actively managed by the supplier’s own teams.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion:</strong> The most effective KPI frameworks are strategically aligned, SMART, balanced across multiple dimensions of performance, and developed collaboratively — poorly designed KPIs can be worse than none at all if they drive the wrong behaviours.</p>
                            </div>
                        </details>
                    </div>
                </section>

                <section id="paper3" class="space-y-8 bg-white dark:bg-slate-900 border border-slate-200 dark:border-slate-800 rounded-3xl p-6 sm:p-10 shadow-sm relative">
                    <div class="flex items-center justify-between border-b border-slate-100 dark:border-slate-800 pb-4">
                        <div class="flex items-center gap-3">
                            <div class="bg-primary-600 text-white font-extrabold px-3 py-1 text-sm rounded-lg">PAPER 03</div>
                            <h2 class="text-xl sm:text-2xl font-bold text-slate-900 dark:text-white">Northgate Borough Council</h2>
                        </div>
                        <span class="text-xs bg-slate-100 dark:bg-slate-800 text-slate-500 font-semibold px-2.5 py-1 rounded-lg">LO1 - LO4 Complete</span>
                    </div>

                    <div class="bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl p-6 space-y-4">
                        <h3 class="text-sm font-bold uppercase tracking-widest text-slate-400">Contextual Background</h3>
                        <p class="text-slate-600 dark:text-slate-300">
                            Northgate Borough Council currently operates a fully centralised procurement function covering all departments (highways, social care, waste, IT). Department heads complain that central procurement is slow and does not understand their specialist needs, while the procurement director argues that centralisation has delivered £2m of savings through consolidated contracts. The Council is reviewing whether to move to a hybrid structure.
                        </p>
                    </div>

                    <!-- Question Container 3.1 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo1">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question One</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 1</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 1.3</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Evaluate the advantages and disadvantages of centralised versus decentralised contract management structures for an organisation such as Northgate Borough Council. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Centralisation — advantages:</strong> Consolidating spend across departments (as Northgate has done) increases buying leverage, standardises contract terms, reduces maverick spend, and builds specialist commercial and legal expertise within a single team, evidenced by the Council’s reported £2m savings.</p>
                                <p><strong>2. Centralisation — disadvantages:</strong> A single central team may lack the specialist technical knowledge required by highly distinct service areas (e.g. social care versus highways), leading to slower response times and reduced end-user “ownership” of supplier relationships — reflected in Northgate’s departmental complaints.</p>
                                <p><strong>3. Decentralisation — advantages:</strong> Devolving contract management to departments improves responsiveness, technical fit, and local relationship ownership, as budget holders closest to the need make faster, more informed decisions.</p>
                                <p><strong>4. Decentralisation — disadvantages:</strong> This risks duplicated effort, inconsistent contract terms, loss of economies of scale, and increased maverick spending, alongside inconsistent risk and compliance standards across departments.</p>
                                <p><strong>5. Hybrid (“centre-led”) structures:</strong> A hybrid model retains central ownership of high-value/strategic contracts and category strategy, while devolving operational, lower-risk purchasing to departments — combining the leverage benefits of centralisation with the responsiveness of decentralisation, and is widely used in complex public sector organisations.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Recommendation for Northgate:</strong> Given the Council’s mix of specialist departments and the proven savings from centralisation, a centre-led hybrid model — with category specialists embedded to liaise with departments — would likely balance the competing concerns better than either extreme.</p>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 3.2 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo2">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Two</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 2</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 2.1</span>
                        </div>
                        <div class="bg-amber-500 bg-opacity-5 border border-amber-500 border-opacity-10 p-4 rounded-xl text-xs sm:text-sm space-y-2">
                            <strong class="text-amber-500 block uppercase tracking-wider text-xs">Financial Ratio Dataset: Ambrose Textiles PLC</strong>
                            <div class="grid grid-cols-2 sm:grid-cols-5 gap-2 font-mono">
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">GP Margin</span>
                                    <span class="font-bold">19%</span> <span class="text-[10px] text-red-500">(24%)</span>
                                </div>
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">NP Margin</span>
                                    <span class="font-bold">2.1%</span> <span class="text-[10px] text-red-500">(5.8%)</span>
                                </div>
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">Stock Turn</span>
                                    <span class="font-bold">210 days</span> <span class="text-[10px] text-red-500">(165d)</span>
                                </div>
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">Creditor Days</span>
                                    <span class="font-bold">98 days</span> <span class="text-[10px] text-red-500">(70d)</span>
                                </div>
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">Current Ratio</span>
                                    <span class="font-bold">1.1:1</span> <span class="text-[10px] text-red-500">(1.6:1)</span>
                                </div>
                            </div>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Assess Ambrose Textiles PLC’s financial position as a potential long-term supply chain partner, using the ratios provided. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Profitability:</strong> Both gross margin (24%→19%) and net margin (5.8%→2.1%) have declined sharply, showing Ambrose is both facing cost/pricing pressure at the trading level and seeing far more of that pressure feed through to the bottom line — a significant profitability warning.</p>
                                <p><strong>2. Stock management:</strong> Stock turn has lengthened from 165 to 210 days, suggesting slower-moving inventory, potential overstocking, or falling sales — tying up cash and raising the risk of obsolete stock, particularly relevant in the fast-moving textiles sector.</p>
                                <p><strong>3. Creditor days:</strong> A rise from 70 to 98 days suggests Ambrose is taking longer to pay its own suppliers, which may indicate cash flow strain and could put Ambrose’s own supply base at risk of disruption.</p>
                                <p><strong>4. Liquidity:</strong> The current ratio has fallen from 1.6:1 to 1.1:1, approaching the point where current liabilities nearly match current assets, reducing headroom to absorb any shock.</p>
                                <p><strong>5. Working capital cycle:</strong> Combining slower stock turn with longer creditor days suggests Ambrose is under real cash flow pressure and is managing this partly by delaying payments to its own suppliers — a red flag for supply continuity risk.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Overall judgement:</strong> The combined picture — falling profitability, slowing stock turn, and weakening liquidity — points to a supplier under financial stress. Before committing to a long-term partnership, additional safeguards (financial monitoring clauses, shorter initial contract term, contingency/dual-sourcing plans) should be considered.</p>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 3.3 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo3">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Three</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 3</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 3.2</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Discuss how whole life costing can support more effective cost management decisions in procurement and supply. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Definition:</strong> Whole life costing (WLC), sometimes called total cost of ownership, considers all costs associated with an asset or service across its entire life — acquisition, operating, maintenance, and disposal costs — rather than focusing solely on initial purchase price.</p>
                                <p><strong>2. Why purchase price alone misleads:</strong> A lower-priced item may carry higher running, maintenance, or energy costs, or a shorter useful life, meaning the cheapest quote is not necessarily the lowest overall cost — WLC corrects this bias in decision-making.</p>
                                <p><strong>3. Application in capital purchasing decisions:</strong> For major assets such as vehicles, machinery, or buildings, WLC allows procurement to compare competing options on a like-for-like basis over, for example, a 10-year horizon, incorporating discounted cash flow techniques (Net Present Value) to account for the time value of money.</p>
                                <p><strong>4. Application in service contracts:</strong> WLC principles extend to service and outsourcing decisions, incorporating transition costs, exit costs, and the cost of managing the relationship, not just the headline service fee.</p>
                                <p><strong>5. Supporting sustainability objectives:</strong> WLC naturally incorporates disposal and end-of-life costs, encouraging consideration of environmental impact and circular economy principles, aligning cost management with sustainability strategy.</p>
                                <p><strong>6. Limitations:</strong> WLC requires reliable long-term cost forecasts, which are inherently uncertain (e.g. future energy prices, maintenance patterns), and the analysis can be time-consuming and data-intensive to build with confidence.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion:</strong> Despite its data demands, WLC gives procurement a far more complete and strategically sound basis for cost management decisions than price comparison alone, particularly for high-value or long-life assets and services.</p>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 3.4 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo4">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Four</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 4</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 4.3</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Evaluate the use of benchmarking as a method of assessing supplier and contract performance. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Definition and purpose:</strong> Benchmarking is the systematic comparison of an organisation’s performance, processes, or costs against defined comparators — internal, competitor, or best-in-class — to identify performance gaps and improvement opportunities.</p>
                                <p><strong>2. Internal benchmarking:</strong> Comparing performance across similar contracts, sites, or business units within the same organisation is relatively easy to arrange and highly relevant, though it may simply reveal that all internal comparators share the same weaknesses.</p>
                                <p><strong>3. Competitive benchmarking:</strong> Comparing against direct competitors’ known performance highlights competitive gaps, but reliable data is often difficult to obtain and competitors’ circumstances may not be directly comparable.</p>
                                <p><strong>4. Functional/generic benchmarking:</strong> Comparing against best-in-class organisations outside the immediate sector (e.g. benchmarking delivery performance against a leading logistics company) can surface genuinely innovative practice, though transferability to a different context is not guaranteed.</p>
                                <p><strong>5. Benefits:</strong> Benchmarking provides objective, evidence-based targets rather than arbitrary ones, builds a case for change with stakeholders, and can identify specific process improvements rather than generic exhortations to “do better.”</p>
                                <p><strong>6. Limitations:</strong> Data comparability issues (different definitions, different scope) can undermine validity; benchmarking is backward-looking and may encourage catching up with the past rather than innovating for the future; and it can be resource-intensive to conduct properly and keep current.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion:</strong> Used alongside other performance tools (KPIs, balanced scorecard), benchmarking is a valuable diagnostic technique for identifying performance gaps, provided data comparability issues are carefully managed and findings are used to drive genuine improvement rather than as a one-off exercise.</p>
                            </div>
                        </details>
                    </div>
                </section>

                <section id="paper4" class="space-y-8 bg-white dark:bg-slate-900 border border-slate-200 dark:border-slate-800 rounded-3xl p-6 sm:p-10 shadow-sm relative">
                    <div class="flex items-center justify-between border-b border-slate-100 dark:border-slate-800 pb-4">
                        <div class="flex items-center gap-3">
                            <div class="bg-primary-600 text-white font-extrabold px-3 py-1 text-sm rounded-lg">PAPER 04</div>
                            <h2 class="text-xl sm:text-2xl font-bold text-slate-900 dark:text-white">Falkirk Farm Machinery Ltd (FFML)</h2>
                        </div>
                        <span class="text-xs bg-slate-100 dark:bg-slate-800 text-slate-500 font-semibold px-2.5 py-1 rounded-lg">LO1 - LO4 Complete</span>
                    </div>

                    <div class="bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl p-6 space-y-4">
                        <h3 class="text-sm font-bold uppercase tracking-widest text-slate-400">Contextual Background</h3>
                        <p class="text-slate-600 dark:text-slate-300">
                            Falkirk Farm Machinery Ltd (FFML) is a manufacturer of agricultural equipment with turnover of £1.8bn and a thin operating margin of 2.5%. FFML sources from around 4,000 suppliers globally, with three key suppliers accounting for 48% of spend. A recent procurement capability review found outdated systems, weak early supplier involvement in design, poor cross-functional communication with engineering and finance, and little evidence of structured supplier performance management.
                        </p>
                    </div>

                    <!-- Question Container 4.1 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo1">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question One</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 1</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 1.4</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Assess a range of measures that FFML’s procurement leadership could implement to improve the operational and strategic performance of the supply chain function. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Investment in e-procurement systems:</strong> Modernising outdated systems through e-sourcing, e-catalogues, and contract management software would improve data visibility, spend analysis, and compliance, directly addressing the capability review’s technology findings.</p>
                                <p><strong>2. Early supplier involvement (ESI):</strong> Building structured ESI into the design and specification stage — bringing key suppliers into new product development — improves innovation, reduces cost and risk, and addresses the review’s finding of weak early involvement.</p>
                                <p><strong>3. Cross-functional governance:</strong> Establishing joint procurement-engineering-finance forums for key categories would resolve poor communication and ensure specifications, cost targets, and supplier selection decisions are jointly owned rather than siloed.</p>
                                <p><strong>4. Structured supplier performance management:</strong> Introducing a formal supplier relationship management (SRM) framework — segmenting suppliers (e.g. via the Kraljic matrix) and applying tiered performance review, KPIs, and scorecards to the three key suppliers representing 48% of spend — would close the review’s most significant gap.</p>
                                <p><strong>5. Talent and capability development:</strong> Investing in training for the 30-strong procurement team in modern techniques (should-costing, negotiation, contract management) builds the internal capability needed to sustain the other changes.</p>
                                <p><strong>6. Category management approach:</strong> Moving from transactional buying to a structured category management approach would allow FFML to develop tailored strategies for its critical spend categories rather than a one-size-fits-all approach.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion:</strong> A combined programme — technology investment, ESI, cross-functional governance, and formal SRM — addresses each specific weakness identified and would materially improve FFML’s supply chain performance, though success depends on sustained leadership sponsorship given FFML’s thin operating margin constrains investment capacity.</p>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 4.2 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo2">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Two</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 2</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 2.1</span>
                        </div>
                        <div class="bg-amber-500 bg-opacity-5 border border-amber-500 border-opacity-10 p-4 rounded-xl text-xs sm:text-sm space-y-2">
                            <strong class="text-amber-500 block uppercase tracking-wider text-xs">Financial Ratio Dataset: Harwell Logistics PLC</strong>
                            <div class="grid grid-cols-2 sm:grid-cols-6 gap-2 font-mono">
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">Return on Sales</span>
                                    <span class="font-bold">4.2%</span> <span class="text-[10px] text-red-500">(7.9%)</span>
                                </div>
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">ROCE</span>
                                    <span class="font-bold">6.1%</span> <span class="text-[10px] text-red-500">(10.3%)</span>
                                </div>
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">Debtor Days</span>
                                    <span class="font-bold">75 days</span> <span class="text-[10px] text-red-500">(55d)</span>
                                </div>
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">Creditor Days</span>
                                    <span class="font-bold">45 days</span> <span class="text-[10px] text-red-500">(60d)</span>
                                </div>
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">Gearing</span>
                                    <span class="font-bold">71%</span> <span class="text-[10px] text-red-500">(54%)</span>
                                </div>
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">Quick Ratio</span>
                                    <span class="font-bold">0.7:1</span> <span class="text-[10px] text-red-500">(1.1:1)</span>
                                </div>
                            </div>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Assess Harwell Logistics PLC’s financial position and the implications for FFML of appointing it as sole logistics partner. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Profitability:</strong> Both return on sales (7.9%→4.2%) and ROCE (10.3%→6.1%) have nearly halved, indicating a significant deterioration in Harwell’s ability to generate profit from both sales and invested capital.</p>
                                <p><strong>2. Liquidity:</strong> The quick ratio has fallen from 1.1:1 to 0.7:1, below the benchmark of 1:1, indicating Harwell may struggle to meet short-term liabilities without relying on stock sales — concerning for an asset-heavy logistics operator.</p>
                                <p><strong>3. Working capital cycle:</strong> Debtor days have lengthened (55→75) while creditor days have shortened (60→45), a “double squeeze” on cash flow — Harwell is both collecting cash more slowly and paying suppliers faster, sharply increasing its cash requirement.</p>
                                <p><strong>4. Gearing:</strong> A rise from 54% to 71% shows increasing reliance on debt, raising financial risk and vulnerability to interest rate movements, and reducing headroom for further borrowing to fund growth or cover shortfalls.</p>
                                <p><strong>5. Sole-supplier risk implications:</strong> These combined signals are particularly serious given FFML is considering Harwell as a sole logistics partner: any disruption to Harwell’s operations (e.g. from a cash crisis) would directly halt FFML’s supply chain with no alternative provider in place.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Recommendation:</strong> FFML should not proceed to sole-source without significant mitigation — for example, retaining a secondary logistics provider, requiring a parent company guarantee or performance bond, and building in financial monitoring and step-in rights within the contract.</p>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 4.3 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo3">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Three</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 3</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 3.3</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Evaluate a range of approaches that a procurement department could use to manage costs effectively under a fixed-price contract compared with a cost-plus contract. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Fixed-price contracts — cost management approach:</strong> Under fixed price, cost risk sits largely with the supplier, so the buyer’s cost management focus shifts to robust specification at the outset (to avoid costly variations), careful management of change control, and monitoring for corner-cutting on quality as the supplier seeks to protect margin.</p>
                                <p><strong>2. Fixed-price — strengths and weaknesses:</strong> This gives budget certainty, which suits FFML’s thin-margin environment, but suppliers may price in a risk premium upfront, and disputes can arise over what constitutes a “change” versus original scope.</p>
                                <p><strong>3. Cost-plus contracts — cost management approach:</strong> Under cost-plus, the buyer bears cost risk, so cost management focuses on open-book accounting, auditing actual costs incurred, agreeing allowable cost definitions clearly, and capping or tiering the profit margin to avoid incentivising inflated costs.</p>
                                <p><strong>4. Cost-plus — strengths and weaknesses:</strong> This suits situations of high uncertainty (e.g. novel technical work) where suppliers would otherwise price in excessive contingency, but it requires significant buyer resource to audit costs and provides suppliers with less incentive to control costs efficiently.</p>
                                <p><strong>5. Hybrid approaches:</strong> Target-cost or gain-share models combine elements of both — a target price is agreed, with savings or overspend shared between parties — incentivising cost control while sharing risk more equitably, and are increasingly used for complex, long-term contracts.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion for FFML:</strong> Given its thin operating margin, FFML should favour fixed-price or target-cost arrangements for standard, well-specified requirements, reserving cost-plus (with strong open-book controls) only for genuinely novel or high-uncertainty work such as new product tooling.</p>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 4.4 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo4">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Four</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 4</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 4.4</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Discuss how continuous improvement techniques can be applied to enhance contract and supplier performance. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Kaizen:</strong> This Japanese philosophy of continuous, incremental improvement encourages both buyer and supplier teams to identify small, ongoing process improvements (e.g. reducing waste, improving delivery scheduling) rather than relying on occasional large-scale change — well suited to long-term supplier relationships.</p>
                                <p><strong>2. Six Sigma / DMAIC:</strong> The Define-Measure-Analyse-Improve-Control methodology provides a structured, data-driven approach to reducing variation and defects in supplier processes, particularly valuable where quality consistency is a critical performance measure.</p>
                                <p><strong>3. Plan-Do-Check-Act (PDCA) cycle:</strong> This iterative cycle supports structured trialling of improvement initiatives on a small scale before wider roll-out, reducing the risk of large-scale change failure.</p>
                                <p><strong>4. Joint improvement workshops / gain-sharing:</strong> Bringing buyer and supplier teams together to jointly identify improvement opportunities, and sharing the resulting cost or efficiency gains, builds collaborative motivation for continuous improvement rather than one-sided pressure.</p>
                                <p><strong>5. Root cause analysis tools:</strong> Techniques such as the “5 Whys” or fishbone (Ishikawa) diagrams support the “Analyse” stage of improvement by identifying underlying causes of underperformance rather than treating symptoms.</p>
                                <p><strong>6. Embedding within performance management:</strong> Continuous improvement targets can be built directly into supplier scorecards and KPIs (e.g. year-on-year cost reduction targets, defect rate reduction trajectories), ensuring improvement is tracked and sustained rather than a one-off initiative.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion:</strong> Applied consistently and collaboratively, these techniques shift contract and supplier management from static compliance monitoring to a dynamic process of ongoing performance enhancement, which is particularly valuable for FFML given its identified need to modernise and strengthen supplier performance management.</p>
                            </div>
                        </details>
                    </div>
                </section>

                <section id="paper5" class="space-y-8 bg-white dark:bg-slate-900 border border-slate-200 dark:border-slate-800 rounded-3xl p-6 sm:p-10 shadow-sm relative">
                    <div class="flex items-center justify-between border-b border-slate-100 dark:border-slate-800 pb-4">
                        <div class="flex items-center gap-3">
                            <div class="bg-primary-600 text-white font-extrabold px-3 py-1 text-sm rounded-lg">PAPER 05</div>
                            <h2 class="text-xl sm:text-2xl font-bold text-slate-900 dark:text-white">Meridian Aerospace Ltd</h2>
                        </div>
                        <span class="text-xs bg-slate-100 dark:bg-slate-800 text-slate-500 font-semibold px-2.5 py-1 rounded-lg">LO1 - LO4 Complete</span>
                    </div>

                    <div class="bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl p-6 space-y-4">
                        <h3 class="text-sm font-bold uppercase tracking-widest text-slate-400">Contextual Background</h3>
                        <p class="text-slate-600 dark:text-slate-300">
                            Meridian Aerospace Ltd sources highly specialised, safety-critical components from a small number of suppliers. The organisation is reviewing how it segments and manages these relationships, having previously applied a “one size fits all” approach to all 200 suppliers regardless of value or risk.
                        </p>
                    </div>

                    <!-- Question Container 5.1 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo1">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question One</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 1</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 1.2</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Evaluate how supplier segmentation techniques could be used to improve Meridian Aerospace Ltd’s approach to supplier relationship management. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. The Kraljic matrix:</strong> This classic tool segments suppliers by profit impact and supply risk into four categories — routine, leverage, bottleneck, and strategic — allowing differentiated management strategies rather than treating all 200 suppliers identically.</p>
                                <p><strong>2. Strategic suppliers:</strong> For Meridian’s safety-critical, specialist component suppliers (likely high risk, high value), the matrix would recommend deep partnership approaches: joint planning, dedicated relationship management resource, and collaborative risk management — appropriate given the safety-critical nature of aerospace supply.</p>
                                <p><strong>3. Bottleneck suppliers:</strong> Sole-source specialist suppliers with lower spend but high supply risk require security-of-supply strategies (e.g. dual-sourcing where feasible, buffer stock, long-term contracts) rather than aggressive price negotiation.</p>
                                <p><strong>4. Leverage and routine suppliers:</strong> Lower-risk categories can be managed more transactionally, using competitive tendering and e-procurement tools, freeing up relationship management resource to focus on the strategic and bottleneck suppliers that matter most.</p>
                                <p><strong>5. Practical benefits for Meridian:</strong> Supplier segmentation allows the 200-supplier base to be prioritised, focusing scarce relationship management resource where it adds most value and risk mitigation — directly correcting the “one size fits all” weakness identified.</p>
                                <p><strong>6. Challenges:</strong> Segmentation requires reliable data on spend and risk to classify suppliers accurately, and can create tension if suppliers moved to a lower-priority segment perceive reduced attention; classifications must also be reviewed periodically as circumstances change.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion:</strong> Applying structured segmentation would allow Meridian to align relationship management effort with actual risk and value, which is particularly critical in an aerospace context where getting bottleneck and strategic supplier management wrong carries severe safety and continuity consequences.</p>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 5.2 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo2">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Two</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 2</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 2.1</span>
                        </div>
                        <div class="bg-amber-500 bg-opacity-5 border border-amber-500 border-opacity-10 p-4 rounded-xl text-xs sm:text-sm space-y-2">
                            <strong class="text-amber-500 block uppercase tracking-wider text-xs">Financial Ratio Dataset: Corvus Packaging PLC</strong>
                            <div class="grid grid-cols-2 sm:grid-cols-5 gap-2 font-mono">
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">NP Margin</span>
                                    <span class="font-bold">3.5%</span> <span class="text-[10px] text-red-500">(6.2%)</span>
                                </div>
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">Return on Assets</span>
                                    <span class="font-bold">4.8%</span> <span class="text-[10px] text-red-500">(8.1%)</span>
                                </div>
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">Stock Turn</span>
                                    <span class="font-bold">140 days</span> <span class="text-[10px] text-red-500">(95d)</span>
                                </div>
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">Current Ratio</span>
                                    <span class="font-bold">2.4:1</span> <span class="text-[10px] text-green-500">(1.9:1)</span>
                                </div>
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">Gearing</span>
                                    <span class="font-bold">22%</span> <span class="text-[10px] text-green-500">(35%)</span>
                                </div>
                            </div>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Assess Corvus Packaging PLC’s financial position as a potential supplier, using the ratios provided. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Profitability:</strong> Net profit margin has fallen from 6.2% to 3.5% and return on assets from 8.1% to 4.8%, indicating declining profitability and asset efficiency — a concern for long-term supplier viability.</p>
                                <p><strong>2. Liquidity:</strong> In contrast to profitability, the current ratio has improved from 1.9:1 to 2.4:1, suggesting stronger short-term liquidity — though this could also indicate excess, poorly-utilised working capital rather than genuine strength.</p>
                                <p><strong>3. Stock management:</strong> Stock turn has lengthened significantly from 95 to 140 days, suggesting slower-moving inventory — this likely explains part of the current ratio improvement (more stock held) while also tying up cash and potentially indicating falling demand or overproduction.</p>
                                <p><strong>4. Gearing:</strong> Gearing has fallen from 35% to 22%, indicating reduced reliance on debt and lower financial risk — a genuinely positive signal of a more conservatively financed business.</p>
                                <p><strong>5. Interpreting the mixed picture:</strong> Corvus appears to be a financially cautious business (improved liquidity, reduced gearing) but one whose core trading performance is weakening (falling profitability, slowing stock turn) — possibly consciously building a cash buffer in response to a challenging trading environment.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Overall judgement:</strong> Corvus is not in the immediate going-concern danger suggested by weak liquidity alone (as liquidity is actually improving), but the declining profitability and slowing stock turn warrant monitoring, particularly around future pricing sustainability and demand trends, before committing to a long-term contract.</p>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 5.3 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo3">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Three</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 3</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 3.1</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Evaluate the role of cash flow management across the different stages of the contract lifecycle. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Pre-contract / sourcing stage:</strong> Cash flow implications should be assessed before award — for example, understanding payment terms, deposit or upfront payment requirements, and their impact on the buyer’s own working capital, as well as assessing the financial capacity of bidders to fund mobilisation costs.</p>
                                <p><strong>2. Mobilisation / early contract stage:</strong> This stage often carries the highest cash flow risk, particularly for capital-intensive contracts requiring supplier investment in tooling, systems, or stock before revenue/delivery begins — payment milestones and staged payments can be used to manage this risk for both parties.</p>
                                <p><strong>3. Steady-state / operational stage:</strong> Ongoing cash flow management focuses on payment term compliance, invoice accuracy and timeliness, and monitoring for payment disputes that can disrupt supplier cash flow and, in turn, supply continuity.</p>
                                <p><strong>4. Variation and change management:</strong> Contract variations often carry cash flow implications (additional costs, revised payment schedules) that must be managed transparently to avoid disputes and maintain trust.</p>
                                <p><strong>5. End-of-contract / exit stage:</strong> Cash flow considerations include final account reconciliation, retention release, and any decommissioning or transition costs — poorly managed contract close-out is a common source of cash flow disputes.</p>
                                <p><strong>6. Tools throughout the lifecycle:</strong> Techniques such as cash flow forecasting, milestone/staged payments, retention of title clauses, and (where appropriate) supply chain finance can be applied at different stages to manage risk for both parties.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion:</strong> Cash flow management is not a single event but a continuous discipline that must be actively managed at every stage of the contract lifecycle, with particular attention at mobilisation and exit, where risk is typically highest.</p>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 5.4 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo4">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Four</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 4</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 4.1</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Discuss how regular supplier performance review meetings contribute to effective contract management. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Purpose of performance review meetings:</strong> Regular, structured review meetings (monthly, quarterly, or annual depending on supplier tier) provide a formal forum to review performance against agreed KPIs, discuss issues, and plan improvements — converting performance data into action.</p>
                                <p><strong>2. Tiered review cadence:</strong> Meeting frequency and formality should reflect supplier segmentation — strategic suppliers may warrant monthly operational reviews plus an annual strategic business review, while routine suppliers may only need light-touch, infrequent contact.</p>
                                <p><strong>3. Structure and content:</strong> Effective reviews typically cover performance against KPIs/SLAs, quality and delivery issues, risk and continuity updates, cost/commercial matters, and forward planning — a clear agenda prevents meetings becoming purely reactive complaint sessions.</p>
                                <p><strong>4. Relationship building:</strong> Beyond data review, regular contact builds trust and rapport, surfacing issues informally that might not appear in formal KPI data, and strengthening the “non-contractual” relationship dimension.</p>
                                <p><strong>5. Driving accountability and improvement:</strong> Documented actions and follow-up from review meetings create accountability on both sides, and provide an auditable record of performance discussions that supports any future contractual or commercial decisions (e.g. renewal, escalation, or termination).</p>
                                <p><strong>6. Risks of poor practice:</strong> Reviews that are cancelled, poorly attended, or purely one-directional (buyer dictating to supplier) undermine trust and reduce their value; reviews should be a genuine two-way dialogue.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion:</strong> Well-structured, appropriately tiered review meetings are a core mechanism for translating performance measurement into genuine improvement and relationship strength, rather than KPIs existing as data with no forum for action.</p>
                            </div>
                        </details>
                    </div>
                </section>

                <section id="paper6" class="space-y-8 bg-white dark:bg-slate-900 border border-slate-200 dark:border-slate-800 rounded-3xl p-6 sm:p-10 shadow-sm relative">
                    <div class="flex items-center justify-between border-b border-slate-100 dark:border-slate-800 pb-4">
                        <div class="flex items-center gap-3">
                            <div class="bg-primary-600 text-white font-extrabold px-3 py-1 text-sm rounded-lg">PAPER 06</div>
                            <h2 class="text-xl sm:text-2xl font-bold text-slate-900 dark:text-white">Delcorp Retail Group &amp; Relations</h2>
                        </div>
                        <span class="text-xs bg-slate-100 dark:bg-slate-800 text-slate-500 font-semibold px-2.5 py-1 rounded-lg">LO1 - LO4 Complete</span>
                    </div>

                    <!-- Question Container 6.1 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo1">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question One</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 1</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 1.1</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Discuss how a contract manager can develop effective non-contractual, relational elements alongside the formal written contract to strengthen commercial relationships. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Relational contract theory:</strong> Macneil’s work distinguishes “discrete” transactions (governed purely by the written contract) from “relational” exchanges, where trust, communication, and shared norms play a significant role — most commercial relationships of any duration sit closer to the relational end of the spectrum.</p>
                                <p><strong>2. Building trust and communication:</strong> Regular informal contact, transparency about challenges (rather than only formal notices), and a genuine two-way dialogue build the trust that allows issues to be resolved collaboratively rather than through contractual enforcement.</p>
                                <p><strong>3. Shared goals and joint planning:</strong> Involving suppliers in forward planning (demand forecasts, upcoming projects) rather than treating them as purely reactive order-takers builds a sense of shared purpose and encourages suppliers to invest in the relationship.</p>
                                <p><strong>4. Behavioural and cultural fit:</strong> Contract managers should assess and actively manage cultural compatibility between organisations, as differing values or working styles can undermine an otherwise well-drafted contract.</p>
                                <p><strong>5. Balancing contractual and relational governance:</strong> The written contract remains essential as a fallback and to define boundaries, but over-reliance on contractual enforcement (e.g. immediately invoking penalty clauses for minor issues) can damage trust and provoke defensive, adversarial supplier behaviour — the skilled contract manager knows when to invoke formal mechanisms versus resolve issues relationally.</p>
                                <p><strong>6. Risk of purely relational management:</strong> Conversely, relying solely on goodwill without a robust underlying contract leaves the buyer exposed if the relationship deteriorates or is tested by a significant dispute.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion:</strong> The most effective commercial relationships combine a clear, well-drafted contract as a safety net with deliberately built relational elements — trust, communication, and shared planning — that are used as the primary day-to-day governance mechanism.</p>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 6.2 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo2">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Two</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 2</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 2.3</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Analyse the impact of exchange rate risk on international contracts and the techniques available to manage it. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Nature of the risk:</strong> Where Delcorp pays in USD but reports in GBP, any weakening of GBP against USD between contract signature and payment increases the effective cost in home currency terms, directly eroding budgeted margins over the two-year term — this is known as transaction exposure.</p>
                                <p><strong>2. Translation and economic exposure:</strong> Beyond individual transactions, sustained currency movements can affect the underlying competitiveness of the relationship (economic exposure) and the value of any related overseas assets or liabilities on translation into GBP (translation exposure).</p>
                                <p><strong>3. Forward contracts:</strong> Delcorp could lock in a fixed exchange rate for future payments via a forward foreign exchange contract, providing cost certainty at the expense of forgoing any benefit if GBP strengthens.</p>
                                <p><strong>4. Currency options:</strong> Options give the right (not obligation) to exchange at a set rate, providing downside protection while preserving upside if the currency moves favourably, at the cost of an upfront premium.</p>
                                <p><strong>5. Currency clauses in the contract:</strong> Delcorp could negotiate a currency-share or price-adjustment clause with the supplier, splitting the impact of exchange rate movements between both parties, or agree to fix pricing in GBP by requiring the supplier to bear the currency risk (likely reflected in a risk premium in the quoted price).</p>
                                <p><strong>6. Natural hedging and matching:</strong> Where possible, matching currency inflows and outflows (e.g. if Delcorp has USD revenue elsewhere in the business) reduces net exposure without using financial instruments.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion:</strong> Given the two-year term and material currency exposure, Delcorp should combine a financial hedging instrument (forward contract, given its need for cost certainty) with a contractual currency clause, rather than relying on either mechanism alone.</p>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 6.3 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo3">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Three</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 3</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 3.3</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Evaluate a range of budgeting approaches that a procurement function could use to manage costs effectively across the life of a contract. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Incremental budgeting:</strong> This bases next period’s budget on the previous period plus an adjustment, and is quick and simple to apply, but risks perpetuating historic inefficiencies and does not challenge whether spend is still justified.</p>
                                <p><strong>2. Zero-based budgeting (ZBB):</strong> Every cost line must be justified from zero each period, providing rigorous cost challenge and eliminating unjustified spend, but is resource-intensive and time-consuming to apply across an entire contract portfolio.</p>
                                <p><strong>3. Rolling/continuous budgets:</strong> Budgets are regularly updated (e.g. quarterly) to reflect the latest forecast, providing greater responsiveness to changing conditions than a fixed annual budget, though this requires more frequent administrative effort.</p>
                                <p><strong>4. Activity-based budgeting:</strong> Costs are budgeted based on the activities that drive them, giving better visibility of true cost drivers within a contract and supporting more accurate should-cost analysis, though it requires good underlying activity data.</p>
                                <p><strong>5. Flexible budgeting:</strong> Budgets are adjusted for actual volume/activity levels, allowing more meaningful variance analysis (e.g. distinguishing genuine cost overruns from simply higher volumes), which is valuable for contracts with variable demand.</p>
                                <p><strong>6. Variance analysis as a control tool:</strong> Regardless of the budgeting method chosen, regular comparison of actual versus budgeted cost, investigating significant variances, and feeding learning back into future budgets is essential to maintaining cost control across the contract life.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion:</strong> For long-term, complex contracts, a combination of rolling and flexible budgeting — supported by periodic zero-based reviews of major cost categories — offers the best balance of responsiveness, cost discipline, and practicality.</p>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 6.4 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo4">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Four</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 4</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 4.4</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Discuss how gain-sharing and other incentive mechanisms can be used to reward supplier over-performance. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Gain-sharing defined:</strong> Gain-sharing arrangements share the financial benefit of cost savings, efficiency improvements, or exceeded targets between buyer and supplier, typically through an agreed formula splitting savings against a baseline or target cost.</p>
                                <p><strong>2. Aligning incentives:</strong> By giving suppliers a direct financial stake in improvement, gain-sharing aligns supplier motivation with buyer objectives, encouraging proactive innovation and cost reduction rather than suppliers withholding efficiency gains to protect margin.</p>
                                <p><strong>3. Pain-share as the counterpart:</strong> Many schemes pair gain-share with pain-share, whereby cost overruns are also shared, giving both parties a balanced incentive to manage costs jointly rather than the buyer bearing all downside risk.</p>
                                <p><strong>4. Non-financial incentives:</strong> Beyond direct financial sharing, incentives can include preferred supplier status, extended contract terms, increased volume allocation, or public recognition — valuable where cash incentives are constrained or where the supplier values relationship security as highly as margin.</p>
                                <p><strong>5. Design considerations:</strong> Effective schemes require a robust, mutually agreed baseline (to fairly measure “gain”), transparent open-book cost reporting to verify claimed savings, and clear governance for resolving disputes over calculation.</p>
                                <p><strong>6. Risks and limitations:</strong> Poorly designed schemes can be gamed (e.g. suppliers inflating the baseline to make later “savings” easier to claim), can be complex to administer, and may not suit lower-value or routine contracts where the administrative cost outweighs the benefit.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion:</strong> When carefully designed with a robust baseline and transparent verification, gain-sharing and related incentive mechanisms convert supplier performance management from a purely compliance-driven exercise into a genuinely collaborative pursuit of mutual value — appropriate for strategic, longer-term relationships where sustained improvement is the goal.</p>
                            </div>
                        </details>
                    </div>
                </section>

                <section id="paper7" class="space-y-8 bg-white dark:bg-slate-900 border border-slate-200 dark:border-slate-800 rounded-3xl p-6 sm:p-10 shadow-sm relative">
                    <div class="flex items-center justify-between border-b border-slate-100 dark:border-slate-800 pb-4">
                        <div class="flex items-center gap-3">
                            <div class="bg-primary-600 text-white font-extrabold px-3 py-1 text-sm rounded-lg">PAPER 07</div>
                            <h2 class="text-xl sm:text-2xl font-bold text-slate-900 dark:text-white">Ashgrove Pharma Ltd &amp; Trafalgar</h2>
                        </div>
                        <span class="text-xs bg-slate-100 dark:bg-slate-800 text-slate-500 font-semibold px-2.5 py-1 rounded-lg">LO1 - LO4 Complete</span>
                    </div>

                    <!-- Question Container 7.1 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo1">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question One</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 1</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 1.3</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Evaluate the factors Ashgrove Pharma Ltd should consider when deciding whether to outsource its logistics and warehousing activity. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Cost considerations:</strong> Outsourcing to a specialist 3PL can convert fixed costs (warehouses, staff, vehicles) into variable costs and may achieve economies of scale unavailable to Ashgrove alone, but requires careful whole-life cost comparison against current in-house costs, including transition and exit costs.</p>
                                <p><strong>2. Core competence:</strong> Following the “core competence” principle, logistics may not be a source of competitive advantage for a pharmaceutical manufacturer, suggesting it is a strong candidate for outsourcing to a specialist better placed to invest in relevant capability.</p>
                                <p><strong>3. Risk and control:</strong> Pharma logistics involves stringent regulatory, temperature-control, and traceability requirements; Ashgrove must assess whether a 3PL can meet these compliance obligations and whether accountability for regulatory failures can be adequately managed through contract, given ultimate responsibility often remains with Ashgrove regardless of who performs the activity.</p>
                                <p><strong>4. Loss of in-house capability:</strong> Outsourcing risks a loss of internal knowledge and flexibility, and can create dependency on the provider, making it harder and more costly to bring the activity back in-house later if the relationship fails.</p>
                                <p><strong>5. Impact on staff and culture:</strong> Outsourcing existing in-house logistics operations has significant workforce implications (e.g. TUPE transfer considerations), which must be factored into the decision and change management plan.</p>
                                <p><strong>6. Market capability and supplier risk:</strong> Ashgrove must assess whether a sufficiently capable, financially stable 3PL market exists for pharma-specific logistics, and manage the risk of dependency on a single provider.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion:</strong> Outsourcing logistics is likely to be attractive on cost and capability grounds, but Ashgrove must place particular weight on regulatory compliance risk and provider capability given the pharmaceutical sector’s strict requirements, and should pilot or phase the transition to manage risk.</p>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 7.2 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo2">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Two</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 2</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 2.1</span>
                        </div>
                        <div class="bg-amber-500 bg-opacity-5 border border-amber-500 border-opacity-10 p-4 rounded-xl text-xs sm:text-sm space-y-2">
                            <strong class="text-amber-500 block uppercase tracking-wider text-xs">Financial Ratio Dataset: Trafalgar Metals PLC</strong>
                            <div class="grid grid-cols-2 sm:grid-cols-5 gap-2 font-mono">
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">Gross Margin</span>
                                    <span class="font-bold">17.5%</span> <span class="text-[10px] text-red-500">(22.0%)</span>
                                </div>
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">ROCE</span>
                                    <span class="font-bold">5.9%</span> <span class="text-[10px] text-red-500">(9.7%)</span>
                                </div>
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">Interest Cover</span>
                                    <span class="font-bold">2.1x</span> <span class="text-[10px] text-red-500">(4.8x)</span>
                                </div>
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">Gearing</span>
                                    <span class="font-bold">68%</span> <span class="text-[10px] text-red-500">(51%)</span>
                                </div>
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">Current Ratio</span>
                                    <span class="font-bold">1.4:1</span> <span class="text-[10px] text-red-500">(1.7:1)</span>
                                </div>
                            </div>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Assess Trafalgar Metals PLC’s financial position and the level of financial risk it presents as a potential supplier. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Profitability:</strong> Gross profit margin has fallen from 22.0% to 17.5% and ROCE from 9.7% to 5.9%, indicating both weaker trading margins and declining efficiency in generating returns from capital employed — likely reflecting cost pressure in a metals sector exposed to volatile commodity prices.</p>
                                <p><strong>2. Interest cover:</strong> A fall from 4.8 to 2.1 times is a significant warning sign: interest cover below roughly 2–3 times suggests Trafalgar has increasingly limited headroom to absorb further profit decline before struggling to service its debt interest obligations.</p>
                                <p><strong>3. Gearing:</strong> Gearing has risen sharply from 51% to 68%, confirming increased reliance on debt finance — combined with weakening interest cover, this signals a business taking on more financial risk at exactly the time its ability to service that risk is declining.</p>
                                <p><strong>4. Liquidity:</strong> The current ratio has weakened from 1.7:1 to 1.4:1, a more modest decline than the other indicators but still moving in the wrong direction, adding to overall risk.</p>
                                <p><strong>5. Interconnection of findings:</strong> These indicators reinforce one another: falling profitability reduces the cash available to service rising debt, while weakening interest cover shows this pressure is already materialising — a classic pre-distress pattern.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Overall judgement:</strong> Trafalgar presents a materially elevated financial risk profile. If Ashgrove/the buying organisation proceeds, it should insist on enhanced safeguards — parent company guarantee, more frequent financial reporting covenants, and contingency sourcing plans — rather than a standard low-risk supplier relationship.</p>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 7.3 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo3">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Three</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 3</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 3.2</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Evaluate the benefits and challenges of open-book costing as a method of managing contract costs. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Definition:</strong> Open-book costing requires the supplier to disclose detailed cost information (materials, labour, overheads, profit margin) to the buyer, rather than presenting only a final price, enabling the buyer to understand and challenge the cost build-up.</p>
                                <p><strong>2. Benefits — cost transparency:</strong> It allows procurement to verify that pricing (and any claimed price increases) genuinely reflect underlying cost movements, supporting fact-based negotiation rather than negotiating on price alone.</p>
                                <p><strong>3. Benefits — collaborative cost reduction:</strong> Shared visibility of the cost structure enables joint identification of cost reduction opportunities (e.g. process inefficiencies, material substitution) that neither party could identify working in isolation.</p>
                                <p><strong>4. Benefits — trust building:</strong> Genuine transparency, sustained over time, can build significant trust between parties and underpin more collaborative, longer-term relationships, supporting the relational elements of contract management.</p>
                                <p><strong>5. Challenges — supplier reluctance:</strong> Suppliers may resist disclosing cost data they consider commercially sensitive, particularly where they supply competitors of the buyer, or fear the buyer will simply use the data to squeeze margin.</p>
                                <p><strong>6. Challenges — verification and complexity:</strong> Buyers require sufficient commercial and accounting expertise to interrogate cost data meaningfully (rather than accepting it at face value), and allocating shared overheads fairly across multiple customers can be genuinely complex and contestable.</p>
                                <p><strong>7. Challenges — relationship risk:</strong> If poorly managed, open-book requirements can feel intrusive and adversarial, undermining rather than building trust — success depends heavily on how the process is introduced and conducted.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion:</strong> Open-book costing is a powerful cost management tool, particularly for complex or high-value contracts, but its success depends on genuine mutual trust, adequate buyer capability to interrogate data, and careful relationship management to avoid the process becoming a source of conflict.</p>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 7.4 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo4">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Four</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 4</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 4.2</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Discuss how vendor rating systems can be used to evaluate and manage supplier performance. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Purpose of vendor rating:</strong> Vendor rating systems provide a structured, often numerical or weighted scoring method for assessing supplier performance across defined criteria — typically quality, cost, delivery, and service — enabling objective comparison and tracking over time.</p>
                                <p><strong>2. Common models:</strong> Approaches range from simple categorical rating (e.g. red/amber/green) to weighted-point systems where each criterion is scored and weighted according to its strategic importance, producing an overall composite score.</p>
                                <p><strong>3. Benefits — objectivity and comparability:</strong> A structured rating system reduces subjectivity in supplier assessment, enables like-for-like comparison across a supplier base, and provides an auditable record supporting decisions on contract renewal, volume allocation, or termination.</p>
                                <p><strong>4. Benefits — trend tracking:</strong> Regular vendor rating (e.g. quarterly) reveals performance trends over time, allowing early identification of deteriorating performance before it becomes a serious issue, and provides objective evidence for performance review discussions.</p>
                                <p><strong>5. Benefits — driving supplier behaviour:</strong> Where suppliers are aware their rating affects future business allocation, ratings can incentivise improved performance, particularly when linked to preferred supplier status or increased volume.</p>
                                <p><strong>6. Limitations:</strong> Poorly designed weightings can over-emphasise easily measured criteria (e.g. price) at the expense of harder-to-measure but important factors (e.g. innovation, responsiveness); rating systems also require reliable, consistently collected data to remain credible, and can create administrative burden if applied uniformly to all suppliers regardless of value.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion:</strong> When designed with appropriate, strategically weighted criteria and applied proportionately (focusing greatest rigour on strategic and bottleneck suppliers), vendor rating systems provide a valuable, objective foundation for ongoing supplier performance management and decision-making.</p>
                            </div>
                        </details>
                    </div>
                </section>

                <section id="paper8" class="space-y-8 bg-white dark:bg-slate-900 border border-slate-200 dark:border-slate-800 rounded-3xl p-6 sm:p-10 shadow-sm relative">
                    <div class="flex items-center justify-between border-b border-slate-100 dark:border-slate-800 pb-4">
                        <div class="flex items-center gap-3">
                            <div class="bg-primary-600 text-white font-extrabold px-3 py-1 text-sm rounded-lg">PAPER 08</div>
                            <h2 class="text-xl sm:text-2xl font-bold text-slate-900 dark:text-white">Structured Post-Award, Finance &amp; Exit</h2>
                        </div>
                        <span class="text-xs bg-slate-100 dark:bg-slate-800 text-slate-500 font-semibold px-2.5 py-1 rounded-lg">LO1 - LO4 Complete</span>
                    </div>

                    <!-- Question Container 8.1 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo1">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question One</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 1</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 1.1</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Discuss the roles and responsibilities a contract manager should undertake once a contract has been awarded, throughout its operational life. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Contract implementation and mobilisation:</strong> Immediately post-award, the contract manager must ensure a structured mobilisation/transition process, confirming resources, systems, and communication channels are in place before live operation begins, reducing early-stage risk.</p>
                                <p><strong>2. Ongoing compliance monitoring:</strong> The contract manager must track delivery against agreed terms, KPIs, and SLAs, ensuring both parties meet their contractual obligations, and maintaining accurate records to support this monitoring.</p>
                                <p><strong>3. Relationship and stakeholder management:</strong> As discussed in relational contract theory, the contract manager must actively manage the relationship — chairing review meetings, maintaining communication, and balancing formal contractual enforcement with collaborative problem-solving.</p>
                                <p><strong>4. Risk and issue management:</strong> The role includes proactively identifying and managing risks (financial, operational, reputational) throughout the contract life, escalating issues promptly, and using formal contract mechanisms (e.g. notices, remedies) when necessary.</p>
                                <p><strong>5. Change and variation management:</strong> Contracts rarely run entirely as originally specified; the contract manager must manage change requests, variations, and their commercial and contractual implications in a controlled way to avoid scope creep or disputes.</p>
                                <p><strong>6. Financial management:</strong> This includes budget monitoring, invoice verification, management of price variation mechanisms, and tracking of any savings or value delivered against targets.</p>
                                <p><strong>7. Continuous improvement and value delivery:</strong> Beyond compliance, an effective contract manager actively seeks opportunities for innovation, cost reduction, and service improvement throughout the contract term, not just at renewal points.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion:</strong> The contract manager’s post-award role is broad and continuous — spanning compliance, relationship, risk, financial, and value management — and requires a blend of commercial, interpersonal, and analytical skills sustained across the full contract life, not a one-off activity at signature.</p>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 8.2 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo2">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Two</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 2</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 2.2</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Evaluate the sources of finance available to suppliers and the implications each has for a buying organisation assessing supplier stability. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Equity finance:</strong> Suppliers funded primarily through share capital/retained earnings carry no repayment obligation, generally indicating lower financial risk and greater stability, though equity-funded growth may be slower, potentially limiting a supplier’s capacity to invest in capacity needed for a large contract.</p>
                                <p><strong>2. Debt/loan finance:</strong> Suppliers reliant on bank loans or bonds must service interest and capital repayments regardless of trading performance; higher debt levels (reflected in gearing ratios) increase financial risk and vulnerability to interest rate rises, which a buyer should factor into supplier risk assessment.</p>
                                <p><strong>3. Overdrafts and short-term borrowing:</strong> Reliance on overdraft facilities for working capital can indicate a business managing tight cash flow, and such facilities are typically repayable on demand by the bank — a supplier heavily reliant on overdraft finance carries elevated short-term risk.</p>
                                <p><strong>4. Venture capital / private equity:</strong> Suppliers backed by private equity may carry high debt loads from leveraged buyouts and face pressure for short-term returns, which can affect long-term relationship stability and investment priorities — buyers should understand ownership structure as part of due diligence.</p>
                                <p><strong>5. Trade credit / supplier finance:</strong> A supplier’s reliance on extended credit from its own suppliers (reflected in creditor days) can indicate cash flow pressure; conversely, access to supply chain finance schemes can indicate financial sophistication and stability.</p>
                                <p><strong>6. Government/grant funding:</strong> Some suppliers, particularly SMEs or in strategic sectors, may rely on grants or government-backed loans, which can provide stability but may also create dependency on external funding continuing.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion:</strong> Understanding a supplier’s capital structure and funding sources — not just headline financial ratios — gives the buyer deeper insight into underlying financial risk, growth capacity, and long-term stability, and should form part of a comprehensive supplier financial due diligence process.</p>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 8.3 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo3">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Three</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 text-teal-300 px-2 py-0.5 rounded-full">LO: 3</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 3.2</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Evaluate how value engineering and value analysis techniques can be used by procurement to manage and reduce costs. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Definitions and distinction:</strong> Value analysis is typically applied to existing products/services to identify cost reduction opportunities without compromising function, while value engineering is applied at the design stage of new products/services — both are underpinned by the value equation: Value = Function ÷ Cost.</p>
                                <p><strong>2. Function analysis:</strong> These techniques begin by systematically analysing what a product or service must actually do (its required function), distinguishing essential functions from those that add cost without adding proportionate value — often revealing over-specification.</p>
                                <p><strong>3. Cost reduction without sacrificing quality:</strong> By focusing on function rather than existing design, value engineering/analysis can identify alternative materials, processes, or designs that deliver the same or better function at lower cost — a more sustainable approach than simple price negotiation, which risks quality trade-offs.</p>
                                <p><strong>4. Cross-functional collaboration:</strong> Effective value engineering typically requires structured workshops involving procurement, engineering, and supplier representatives, pooling expertise to challenge assumptions about specification and design.</p>
                                <p><strong>5. Application through the contract life:</strong> Value engineering is most powerful at the design/specification stage (before costs are locked in), while value analysis can be applied throughout the contract life to existing products, making both relevant to different stages of cost management.</p>
                                <p><strong>6. Limitations:</strong> These techniques require time, cross-functional expertise, and often supplier goodwill to be effective; they can also generate resistance from stakeholders attached to existing specifications, and savings identified are not always straightforward to implement due to tooling, certification, or regulatory constraints.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion:</strong> Value engineering and value analysis offer a more sustainable, function-focused route to cost reduction than price negotiation alone, and are most effective when applied early (value engineering) and embedded as an ongoing discipline (value analysis) rather than a one-off cost-cutting exercise.</p>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 8.4 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo4">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Four</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 4</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 4.4</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Discuss the use of exit strategies and how performance should be managed at the point of contract termination or expiry. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Importance of exit planning:</strong> Exit strategy should be considered from contract inception, not left until termination is imminent — poor exit planning creates significant risk of service disruption, cost escalation, and loss of leverage in negotiations.</p>
                                <p><strong>2. Types of contract ending:</strong> Contracts may end through natural expiry, early termination for convenience, termination for supplier default (performance failure), or mutual agreement — each carries different performance management and contractual considerations.</p>
                                <p><strong>3. Performance management at expiry/renewal:</strong> Where a contract is approaching natural expiry, historic performance data (KPI trends, vendor ratings, review meeting records) should directly inform the renewal decision, providing an evidence base for whether to extend, re-tender, or exit.</p>
                                <p><strong>4. Termination for poor performance:</strong> Where performance failure drives termination, the contract manager must ensure the formal contractual process (notices, remedy periods, evidence of breach) has been correctly followed to avoid wrongful termination claims, drawing on documented performance review records as evidence.</p>
                                <p><strong>5. Transition and knowledge transfer:</strong> Exit planning should address continuity of service, knowledge transfer, transfer of assets or data, and (where relevant) TUPE considerations, minimising disruption during the handover to a new supplier or in-house provision.</p>
                                <p><strong>6. Post-exit review (lessons learned):</strong> A structured post-contract review capturing what worked well and what did not — informed by performance data gathered throughout the contract — should feed into future sourcing strategy and contract design.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion:</strong> Treating exit as a planned, evidence-based process — grounded in the performance data gathered throughout the contract life — rather than a reactive event, reduces risk, protects continuity, and ensures lessons learned genuinely improve future contracting decisions.</p>
                            </div>
                        </details>
                    </div>
                </section>

                <section id="paper9" class="space-y-8 bg-white dark:bg-slate-900 border border-slate-200 dark:border-slate-800 rounded-3xl p-6 sm:p-10 shadow-sm relative">
                    <div class="flex items-center justify-between border-b border-slate-100 dark:border-slate-800 pb-4">
                        <div class="flex items-center gap-3">
                            <div class="bg-primary-600 text-white font-extrabold px-3 py-1 text-sm rounded-lg">PAPER 09</div>
                            <h2 class="text-xl sm:text-2xl font-bold text-slate-900 dark:text-white">Riverside Construction Ltd &amp; Bellcross</h2>
                        </div>
                        <span class="text-xs bg-slate-100 dark:bg-slate-800 text-slate-500 font-semibold px-2.5 py-1 rounded-lg">LO1 - LO4 Complete</span>
                    </div>

                    <div class="bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl p-6 space-y-4">
                        <h3 class="text-sm font-bold uppercase tracking-widest text-slate-400">Contextual Background</h3>
                        <p class="text-slate-600 dark:text-slate-300">
                            Riverside Construction Ltd has grown rapidly through acquisition and now has contract managers with widely varying levels of experience and no consistent training or competency framework. Senior management is concerned that inconsistent capability is contributing to project cost overruns and disputes.
                        </p>
                    </div>

                    <!-- Question Container 9.1 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo1">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question One</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 1</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 1.1</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Assess the skills and competencies that Riverside Construction Ltd should develop in its contract management team to improve commercial outcomes. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Commercial and financial acumen:</strong> Contract managers need the ability to interpret financial data, understand cost structures, and negotiate commercially sound terms — a core skill gap likely contributing to the cost overruns Riverside is experiencing.</p>
                                <p><strong>2. Negotiation skills:</strong> Strong negotiation capability, covering both distributive (claiming value) and integrative (creating value) approaches, is essential to securing favourable terms and resolving disputes constructively rather than adversarially — directly relevant to reducing Riverside’s dispute levels.</p>
                                <p><strong>3. Contract drafting and legal literacy:</strong> A working understanding of contract law, key clauses (liability, indemnity, variation, termination), and risk allocation is essential to avoid poorly drafted agreements that create ambiguity and later disputes — particularly important in construction, where variations are common.</p>
                                <p><strong>4. Relationship management and communication:</strong> As discussed in relational contract theory, softer skills — building trust, managing stakeholders, and resolving conflict — are as important as technical skills in preventing disputes escalating.</p>
                                <p><strong>5. Risk management:</strong> Contract managers need structured risk identification and mitigation skills, particularly relevant to construction’s exposure to design change, ground conditions, and supply chain risk.</p>
                                <p><strong>6. Project and change management:</strong> Given construction projects’ inherent complexity, skills in change control, milestone tracking, and variation management are essential to controlling cost overruns.</p>
                                <p><strong>7. Structured competency framework and training:</strong> Riverside should address the inconsistency directly by developing a formal competency framework (e.g. aligned to CIPS or similar professional standards), with structured training, mentoring from experienced staff, and potentially professional qualification support, ensuring consistent capability across the acquired businesses.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion:</strong> A combination of commercial, legal, relational, and risk management competencies — embedded through a formal, consistently applied competency framework — would directly address Riverside’s capability gap and its resulting cost and dispute issues.</p>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 9.2 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo2">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Two</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 2</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 2.1</span>
                        </div>
                        <div class="bg-amber-500 bg-opacity-5 border border-amber-500 border-opacity-10 p-4 rounded-xl text-xs sm:text-sm space-y-2">
                            <strong class="text-amber-500 block uppercase tracking-wider text-xs">Financial Ratio Dataset: Bellcross Automotive PLC</strong>
                            <div class="grid grid-cols-2 sm:grid-cols-5 gap-2 font-mono">
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">Gross Margin</span>
                                    <span class="font-bold">15%</span> <span class="text-[10px] text-red-500">(21%)</span>
                                </div>
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">ROCE</span>
                                    <span class="font-bold">4.5%</span> <span class="text-[10px] text-red-500">(8.9%)</span>
                                </div>
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">Gearing</span>
                                    <span class="font-bold">74%</span> <span class="text-[10px] text-red-500">(58%)</span>
                                </div>
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">Interest Cover</span>
                                    <span class="font-bold">1.8x</span> <span class="text-[10px] text-red-500">(3.6x)</span>
                                </div>
                                <div class="bg-white dark:bg-slate-900 p-2 rounded border border-slate-200 dark:border-slate-800 text-center">
                                    <span class="text-slate-400 block text-[10px]">Stock Turn</span>
                                    <span class="font-bold">55 days</span> <span class="text-[10px] text-red-500">(40d)</span>
                                </div>
                            </div>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Assess the level of financial risk Bellcross Automotive PLC presents as a potential supplier, using the data provided. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Profitability:</strong> Gross profit margin has fallen substantially from 21% to 15%, and ROCE from 8.9% to 4.5%, indicating serious deterioration in both trading margin and overall return generation — likely reflecting significant cost or pricing pressure in the automotive sector.</p>
                                <p><strong>2. Gearing and interest cover:</strong> Gearing has risen from 58% to 74% — a high level indicating heavy reliance on debt — while interest cover has nearly halved from 3.6 to 1.8 times, approaching a level where profit may be insufficient to comfortably cover interest obligations, a serious solvency warning sign.</p>
                                <p><strong>3. Stock turn:</strong> Stock turn has lengthened from 40 to 55 days, suggesting slower-moving inventory, which — in a capital-intensive automotive supply context — ties up further cash at a time when the business can least afford it.</p>
                                <p><strong>4. Interconnection and severity:</strong> The combination of falling profitability, high and rising gearing, and weak interest cover is a classic profile of a business under significant financial distress, with a real risk of covenant breach or restructuring if the trend continues.</p>
                                <p><strong>5. Implications for the buying organisation:</strong> Awarding significant new business to Bellcross in this condition carries material supply continuity risk; if Bellcross were to enter financial difficulty or insolvency, this would directly disrupt the buyer’s supply chain.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Recommendation:</strong> The buying organisation should treat Bellcross as high risk — requiring enhanced due diligence, financial monitoring covenants, contingency/dual-sourcing arrangements, and potentially avoiding significant new sole-source commitments until Bellcross’s financial trajectory stabilises or improves.</p>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 9.3 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo3">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Three</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 3</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 3.4</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Evaluate the use of price adjustment formulae and indexation as techniques for managing price variation over the life of a long-term contract. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Purpose of price adjustment formulae:</strong> For long-term contracts, fixing price for the full term exposes the supplier to unmanageable risk from input cost inflation (materials, labour, energy), while leaving price fully open exposes the buyer to unpredictable increases — price adjustment formulae provide a middle ground by linking price changes to agreed, objective indices.</p>
                                <p><strong>2. Indexation mechanics:</strong> A formula typically combines relevant published indices (e.g. a materials price index, a labour cost index, and a fixed “non-variable” element) weighted to reflect the actual cost structure of the contract, so that price moves broadly in line with genuine underlying cost changes rather than at the supplier’s discretion.</p>
                                <p><strong>3. Benefits — objectivity and fairness:</strong> Using independently published indices removes the need for adversarial renegotiation of every cost increase, providing an objective, transparent, and relatively low-administration mechanism both parties can trust.</p>
                                <p><strong>4. Benefits — risk sharing:</strong> Properly weighted formulae share inflation risk fairly between buyer and supplier, rather than one party bearing all the risk of cost volatility — supporting long-term contract sustainability and supplier goodwill.</p>
                                <p><strong>5. Challenges — selecting appropriate indices:</strong> Finding indices that genuinely reflect the specific cost structure of the contract can be difficult, and a poorly chosen index (e.g. a generic inflation measure rather than a sector-specific materials index) can result in price movements that do not reflect actual supplier cost changes.</p>
                                <p><strong>6. Challenges — complexity and gaming:</strong> Formulae can become complex to administer and audit, and there is a risk suppliers may seek to weight the formula favourably during negotiation, or that the fixed “non-variable” element understates the proportion of costs not genuinely subject to inflation.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion:</strong> Price adjustment formulae are a valuable and widely used tool for managing price variation fairly over long contract terms, provided the underlying indices are carefully selected to reflect genuine cost drivers and the formula is transparently agreed and periodically reviewed by both parties.</p>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 9.4 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo4">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Four</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 4</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 4.2</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Discuss how management information systems and performance dashboards support the evaluation of contract and supplier performance. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Purpose of management information systems:</strong> MIS and dashboards consolidate performance data (KPIs, spend, compliance, risk indicators) from multiple sources into accessible, often real-time visual formats, supporting faster and better-informed decision-making than manual reporting.</p>
                                <p><strong>2. Real-time visibility:</strong> Dashboards allow contract and category managers to monitor performance continuously rather than waiting for periodic manual reports, enabling faster identification and response to emerging issues (e.g. a sudden dip in delivery performance).</p>
                                <p><strong>3. Standardisation and comparability:</strong> A well-designed MIS applies consistent metrics and definitions across contracts and suppliers, enabling meaningful comparison and portfolio-level analysis that would be difficult to achieve from disparate manual spreadsheets.</p>
                                <p><strong>4. Supporting escalation and exception management:</strong> Dashboards using exception-based reporting (e.g. RAG status, automated alerts when KPIs breach thresholds) allow managers to focus attention on the contracts and issues that most need it, rather than reviewing every contract in equal depth.</p>
                                <p><strong>5. Data quality dependency:</strong> The value of any MIS or dashboard is entirely dependent on the quality, completeness, and timeliness of underlying data — poor data input undermines confidence in the output and can lead to poor decisions if not addressed.</p>
                                <p><strong>6. Stakeholder communication:</strong> Dashboards provide an accessible way to communicate procurement and contract performance to senior stakeholders who may not have time to review detailed reports, supporting the case for procurement’s strategic contribution.</p>
                                <p><strong>7. Limitations:</strong> Systems can be costly to implement and integrate with existing IT infrastructure, may oversimplify complex performance issues into simplified visual indicators, and risk staff over-relying on system outputs rather than exercising professional judgement.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion:</strong> When supported by good data governance, management information systems and dashboards significantly enhance the speed, consistency, and visibility of contract and supplier performance evaluation, though they should support — not replace — professional judgement in interpreting underlying issues.</p>
                            </div>
                        </details>
                    </div>
                </section>

                <section id="paper10" class="space-y-8 bg-white dark:bg-slate-900 border border-slate-200 dark:border-slate-800 rounded-3xl p-6 sm:p-10 shadow-sm relative">
                    <div class="flex items-center justify-between border-b border-slate-100 dark:border-slate-800 pb-4">
                        <div class="flex items-center gap-3">
                            <div class="bg-primary-600 text-white font-extrabold px-3 py-1 text-sm rounded-lg">PAPER 10</div>
                            <h2 class="text-xl sm:text-2xl font-bold text-slate-900 dark:text-white">Structured Change, Bonds &amp; Break-Even</h2>
                        </div>
                        <span class="text-xs bg-slate-100 dark:bg-slate-800 text-slate-500 font-semibold px-2.5 py-1 rounded-lg">LO1 - LO4 Complete</span>
                    </div>

                    <!-- Question Container 10.1 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo1">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question One</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 1</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 1.4</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Discuss the change management approaches a procurement leader could use to improve the maturity of contract management practice across an organisation. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Diagnosing current maturity:</strong> Change should begin with an honest assessment of current capability (e.g. against a contract management maturity model — from ad hoc/reactive through to strategic/optimised), giving a clear baseline and target state to work towards.</p>
                                <p><strong>2. Securing senior sponsorship:</strong> As with any significant change programme, visible senior leadership sponsorship is critical to overcoming resistance and securing the investment (systems, training, headcount) that maturity improvement typically requires.</p>
                                <p><strong>3. Kotter’s change model:</strong> Applying a structured model such as Kotter’s eight-step approach — creating urgency, building a coalition, developing a vision, communicating it, empowering action, generating short-term wins, consolidating gains, and anchoring change in culture — provides a systematic framework for sustaining change beyond an initial announcement.</p>
                                <p><strong>4. Process and policy standardisation:</strong> Introducing consistent contract management processes, templates, and governance (e.g. standard contract review cadences, escalation routes) reduces the variability that often characterises immature organisations.</p>
                                <p><strong>5. Systems and tools:</strong> Investment in contract management systems and dashboards supports more consistent practice and visibility, though technology alone will not embed change without accompanying process and behavioural change.</p>
                                <p><strong>6. Capability building:</strong> Structured training, professional qualification support (e.g. CIPS), and mentoring build the skills needed to sustain higher-maturity practice, addressing capability gaps directly.</p>
                                <p><strong>7. Embedding through performance management:</strong> Linking contract management KPIs and behaviours to individual performance objectives and recognition helps embed new practice as “the way things are done” rather than a temporary initiative.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion:</strong> Improving contract management maturity requires a combination of structured change methodology, senior sponsorship, process standardisation, systems investment, and capability building, sustained over time — piecemeal or purely technology-led initiatives are unlikely to achieve lasting change on their own.</p>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 10.2 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo2">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Two</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 2</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 2.4</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Evaluate the techniques available to mitigate the financial risk presented by a supplier, such as performance bonds, parent company guarantees, and retention of title. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Performance bonds:</strong> A performance bond (typically issued by a bank or insurer) guarantees compensation to the buyer if the supplier fails to perform, providing a direct financial safety net; however, bonds carry a cost (usually passed on in the supplier’s price) and only compensate after failure rather than preventing it.</p>
                                <p><strong>2. Parent company guarantees:</strong> Where a supplier is a subsidiary of a larger group, a parent company guarantee commits the parent to meet the subsidiary’s obligations if it defaults, providing valuable protection where the subsidiary alone may be thinly capitalised — though this is only as strong as the parent’s own financial health, which should itself be assessed.</p>
                                <p><strong>3. Retention of title clauses:</strong> These allow the buyer (as seller of onward goods) or protect the buyer (as purchaser) by retaining/confirming ownership of goods until payment is made, providing protection in the event of supplier insolvency, though enforceability can be complex, particularly where goods have been incorporated into other products.</p>
                                <p><strong>4. Advance payment/warranty bonds:</strong> Where upfront payments are made (e.g. for mobilisation), an advance payment bond protects the buyer’s deposit if the supplier fails to deliver, directly addressing the higher risk typically present at contract mobilisation.</p>
                                <p><strong>5. Insurance-backed guarantees and credit insurance:</strong> Trade credit insurance can protect the buyer against losses from supplier or customer default, spreading risk to a specialist insurer rather than the buyer bearing it directly.</p>
                                <p><strong>6. Retention monies:</strong> Withholding a percentage of payment until satisfactory completion (common in construction) incentivises performance and provides a fund to address defects, though it can create its own cash flow tension for the supplier.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion:</strong> These techniques are not mutually exclusive; the appropriate combination should be selected based on the specific risk profile of the supplier and contract (e.g. financially weaker or higher-risk suppliers warrant stacking multiple protections such as bonds plus parent guarantees), rather than applying a single standard approach to all contracts.</p>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 10.3 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo3">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Three</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 3</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 3.2</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Discuss how break-even analysis can support cost management decisions within procurement and supply. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Definition and mechanics:</strong> Break-even analysis identifies the point at which total revenue equals total costs (fixed plus variable), calculated as fixed costs divided by contribution per unit (selling price minus variable cost per unit) — below this volume, the activity makes a loss; above it, a profit.</p>
                                <p><strong>2. Application in make-or-buy decisions:</strong> Break-even analysis helps procurement compare the cost structures of making in-house (typically higher fixed, lower variable cost) against buying externally (typically lower fixed, higher variable cost), identifying the volume threshold at which each option becomes more economical.</p>
                                <p><strong>3. Application in supplier negotiation:</strong> Understanding a supplier’s likely break-even point and cost structure helps buyers assess the reasonableness of quoted prices and understand a supplier’s incentive to secure minimum order volumes.</p>
                                <p><strong>4. Application in investment decisions:</strong> Where procurement is evaluating whether to invest in equipment or automation to bring an activity in-house, break-even analysis clarifies the volume of activity needed to justify the fixed investment cost.</p>
                                <p><strong>5. Sensitivity and scenario analysis:</strong> Break-even analysis can be extended to model the impact of changing variables — for example, how a rise in variable material costs shifts the break-even volume — supporting more robust decision-making under uncertainty.</p>
                                <p><strong>6. Limitations:</strong> The technique assumes a linear relationship between costs, volume, and price, which may not hold at very high or low volumes (e.g. due to bulk discounts or capacity constraints), and requires reasonably accurate fixed/variable cost classification, which can be difficult in practice for shared or semi-variable costs.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion:</strong> While a simplified model, break-even analysis provides a valuable, easily communicated tool for supporting cost-related decisions such as make-or-buy, investment justification, and negotiation strategy, provided its assumptions and limitations are properly understood.</p>
                            </div>
                        </details>
                    </div>

                    <!-- Question Container 10.4 -->
                    <div class="question-container border-l-4 border-primary-500 pl-4 py-1 space-y-4" data-lo="lo4">
                        <div class="flex flex-wrap items-center gap-2">
                            <span class="text-xs font-bold uppercase bg-primary-100 dark:bg-primary-950 text-primary-700 dark:text-primary-300 px-2 py-0.5 rounded-full">Question Four</span>
                            <span class="text-xs font-bold uppercase bg-teal-100 dark:bg-teal-950 text-teal-700 dark:text-teal-300 px-2 py-0.5 rounded-full">LO: 4</span>
                            <span class="text-xs font-bold uppercase bg-indigo-100 dark:bg-indigo-950 text-indigo-700 dark:text-indigo-300 px-2 py-0.5 rounded-full">AC: 4.4</span>
                        </div>
                        <h4 class="text-base sm:text-lg font-bold text-slate-900 dark:text-white">
                            Evaluate the use of root cause analysis techniques in addressing supplier underperformance. <span class="text-slate-400 font-normal">[25 marks]</span>
                        </h4>
                        
                        <!-- Accordion Answer -->
                        <details class="model-answer-details bg-slate-50 dark:bg-slate-950 border border-slate-200 dark:border-slate-800 rounded-2xl overflow-hidden group">
                            <summary class="flex justify-between items-center px-5 py-4 cursor-pointer font-bold text-sm select-none group-open:bg-slate-100 dark:group-open:bg-slate-800">
                                <span class="flex items-center gap-2 text-primary-600 dark:text-primary-400">
                                    <i class="fa-solid fa-clipboard-check text-base"></i> Analyze Model Answer Outline
                                </span>
                                <i class="fa-solid fa-chevron-down group-open:rotate-180 transition-transform duration-300 text-slate-400"></i>
                            </summary>
                            <div class="p-5 sm:p-6 space-y-4 border-t border-slate-200 dark:border-slate-800">
                                <p><strong>1. Purpose of root cause analysis:</strong> Root cause analysis (RCA) techniques aim to identify the underlying cause of supplier underperformance, rather than addressing surface-level symptoms, ensuring corrective action resolves the actual problem and prevents recurrence.</p>
                                <p><strong>2. The “5 Whys” technique:</strong> This simple, iterative technique repeatedly asks “why” a problem occurred, drilling down from the immediate symptom to the underlying systemic cause — for example, a late delivery might trace back through a series of causes to an underlying capacity planning weakness rather than a one-off error.</p>
                                <p><strong>3. Fishbone (Ishikawa) diagrams:</strong> This visual tool structures potential causes into categories (e.g. people, process, materials, machinery, environment), helping teams systematically explore multiple possible causes rather than jumping to a single assumed explanation.</p>
                                <p><strong>4. Pareto analysis:</strong> Applying the 80/20 principle to performance data can identify which small number of causes account for the majority of underperformance incidents, helping prioritise where corrective effort will have the greatest impact.</p>
                                <p><strong>5. Collaborative application with suppliers:</strong> RCA is most effective when conducted jointly with the supplier rather than imposed unilaterally, building shared ownership of both the diagnosis and the resulting corrective action plan.</p>
                                <p><strong>6. From diagnosis to corrective action:</strong> RCA should feed directly into a documented corrective action plan with clear ownership, timescales, and follow-up review, ensuring the analysis translates into genuine improvement rather than remaining a diagnostic exercise alone.</p>
                                <p class="pt-2 border-t border-slate-200 dark:border-slate-800 text-slate-500 text-xs"><strong>Conclusion:</strong> Structured root cause analysis techniques, applied collaboratively and linked to documented corrective action, provide a far more sustainable route to resolving supplier underperformance than reactive, symptom-level interventions such as simply escalating or penalising isolated incidents.</p>
                            </div>
                        </details>
                    </div>
                </section>

                <section id="appendix" class="bg-white dark:bg-slate-900 border border-slate-200 dark:border-slate-800 rounded-3xl p-6 sm:p-10 shadow-sm space-y-6">
                    <div class="flex items-center gap-3">
                        <div class="w-12 h-12 bg-primary-100 dark:bg-primary-950 text-primary-600 dark:text-primary-400 rounded-2xl flex items-center justify-center text-xl">
                            <i class="fa-solid fa-table-cells"></i>
                        </div>
                        <div>
                            <span class="text-xs font-semibold text-slate-400 dark:text-slate-500 uppercase tracking-widest block">Appendix</span>
                            <h2 class="text-2xl font-bold text-slate-900 dark:text-white">Exam Syllabus Coverage Map</h2>
                        </div>
                    </div>
                    <p class="text-slate-600 dark:text-slate-300">
                        This interactive map outlines the relationship between the 10 examination papers, the specific syllabus learning outcomes (LO1–LO4), and CIPS assessment parameters. 
                        <strong class="text-primary-500">Click on any hyperlinked cell</strong> to quickly navigate and focus on that specific mock question.
                    </p>

                    <div class="overflow-x-auto border border-slate-200 dark:border-slate-800 rounded-2xl shadow-sm">
                        <table class="w-full text-left border-collapse text-xs sm:text-sm">
                            <thead>
                                <tr class="bg-slate-100 dark:bg-slate-800 text-slate-700 dark:text-slate-300 border-b border-slate-200 dark:border-slate-800">
                                    <th class="p-4 font-bold">Paper Ref</th>
                                    <th class="p-4 font-bold text-primary-600 dark:text-primary-400">Q1 (LO1 Alignment)</th>
                                    <th class="p-4 font-bold text-teal-600 dark:text-teal-400">Q2 (LO2 Alignment)</th>
                                    <th class="p-4 font-bold text-amber-600 dark:text-amber-400 font-medium">Q3 (LO3 Alignment)</th>
                                    <th class="p-4 font-bold text-indigo-600 dark:text-indigo-400">Q4 (LO4 Alignment)</th>
                                </tr>
                            </thead>
                            <tbody class="divide-y divide-slate-200 dark:divide-slate-800">
                                <tr class="hover:bg-slate-50 dark:hover:bg-slate-800">
                                    <td class="p-4 font-bold">Paper 1</td>
                                    <td class="p-4"><a href="#paper1" onclick="highlightQuestion('paper1', 0)" class="text-primary-600 dark:text-primary-400 font-semibold hover:underline">Role in SRM (AC1.1)</a></td>
                                    <td class="p-4"><a href="#paper1" onclick="highlightQuestion('paper1', 1)" class="text-teal-600 dark:text-teal-400 font-semibold hover:underline">Ratio Analysis (AC2.1)</a></td>
                                    <td class="p-4"><a href="#paper1" onclick="highlightQuestion('paper1', 2)" class="text-amber-600 dark:text-amber-400 font-semibold hover:underline">Working Capital (AC3.1)</a></td>
                                    <td class="p-4"><a href="#paper1" onclick="highlightQuestion('paper1', 3)" class="text-indigo-600 dark:text-indigo-400 font-semibold hover:underline">Scorecard (AC4.1)</a></td>
                                </tr>
                                <tr class="hover:bg-slate-50 dark:hover:bg-slate-800">
                                    <td class="p-4 font-bold">Paper 2</td>
                                    <td class="p-4"><a href="#paper2" onclick="highlightQuestion('paper2', 0)" class="text-primary-600 dark:text-primary-400 font-semibold hover:underline">Stakeholders (AC1.2)</a></td>
                                    <td class="p-4"><a href="#paper2" onclick="highlightQuestion('paper2', 1)" class="text-teal-600 dark:text-teal-400 font-semibold hover:underline">Credit Risk (AC2.2)</a></td>
                                    <td class="p-4"><a href="#paper2" onclick="highlightQuestion('paper2', 2)" class="text-amber-600 dark:text-amber-400 font-semibold hover:underline">Should-Costing (AC3.2)</a></td>
                                    <td class="p-4"><a href="#paper2" onclick="highlightQuestion('paper2', 3)" class="text-indigo-600 dark:text-indigo-400 font-semibold hover:underline">KPI Design (AC4.2)</a></td>
                                </tr>
                                <tr class="hover:bg-slate-50 dark:hover:bg-slate-800">
                                    <td class="p-4 font-bold">Paper 3</td>
                                    <td class="p-4"><a href="#paper3" onclick="highlightQuestion('paper3', 0)" class="text-primary-600 dark:text-primary-400 font-semibold hover:underline">CM Structures (AC1.3)</a></td>
                                    <td class="p-4"><a href="#paper3" onclick="highlightQuestion('paper3', 1)" class="text-teal-600 dark:text-teal-400 font-semibold hover:underline">Ratio Analysis (AC2.1)</a></td>
                                    <td class="p-4"><a href="#paper3" onclick="highlightQuestion('paper3', 2)" class="text-amber-600 dark:text-amber-400 font-semibold hover:underline">Life Costing (AC3.2)</a></td>
                                    <td class="p-4"><a href="#paper3" onclick="highlightQuestion('paper3', 3)" class="text-indigo-600 dark:text-indigo-400 font-semibold hover:underline">Benchmarking (AC4.3)</a></td>
                                </tr>
                                <tr class="hover:bg-slate-50 dark:hover:bg-slate-800">
                                    <td class="p-4 font-bold">Paper 4</td>
                                    <td class="p-4"><a href="#paper4" onclick="highlightQuestion('paper4', 0)" class="text-primary-600 dark:text-primary-400 font-semibold hover:underline">Operational Prep (AC1.4)</a></td>
                                    <td class="p-4"><a href="#paper4" onclick="highlightQuestion('paper4', 1)" class="text-teal-600 dark:text-teal-400 font-semibold hover:underline">Ratio Analysis (AC2.1)</a></td>
                                    <td class="p-4"><a href="#paper4" onclick="highlightQuestion('paper4', 2)" class="text-amber-600 dark:text-amber-400 font-semibold hover:underline">Fixed vs Cost-Plus (AC3.3)</a></td>
                                    <td class="p-4"><a href="#paper4" onclick="highlightQuestion('paper4', 3)" class="text-indigo-600 dark:text-indigo-400 font-semibold hover:underline">Cont. Improvement (AC4.4)</a></td>
                                </tr>
                                <tr class="hover:bg-slate-50 dark:hover:bg-slate-800">
                                    <td class="p-4 font-bold">Paper 5</td>
                                    <td class="p-4"><a href="#paper5" onclick="highlightQuestion('paper5', 0)" class="text-primary-600 dark:text-primary-400 font-semibold hover:underline">Segmentation (AC1.2)</a></td>
                                    <td class="p-4"><a href="#paper5" onclick="highlightQuestion('paper5', 1)" class="text-teal-600 dark:text-teal-400 font-semibold hover:underline">Ratio Analysis (AC2.1)</a></td>
                                    <td class="p-4"><a href="#paper5" onclick="highlightQuestion('paper5', 2)" class="text-amber-600 dark:text-amber-400 font-semibold hover:underline">Cash Flow (AC3.1)</a></td>
                                    <td class="p-4"><a href="#paper5" onclick="highlightQuestion('paper5', 3)" class="text-indigo-600 dark:text-indigo-400 font-semibold hover:underline">Reviews Cadence (AC4.1)</a></td>
                                </tr>
                                <tr class="hover:bg-slate-50 dark:hover:bg-slate-800">
                                    <td class="p-4 font-bold">Paper 6</td>
                                    <td class="p-4 text-slate-400">Non-Contractual (AC1.1)</td>
                                    <td class="p-4 text-slate-400">Fx Risk (AC2.3)</td>
                                    <td class="p-4 text-slate-400">Budgets (AC3.3)</td>
                                    <td class="p-4 text-slate-400">Gain-Share (AC4.4)</td>
                                </tr>
                                <tr class="hover:bg-slate-50 dark:hover:bg-slate-800">
                                    <td class="p-4 font-bold">Paper 7</td>
                                    <td class="p-4 text-slate-400">Outsourcing (AC1.3)</td>
                                    <td class="p-4 text-slate-400">Ratio Analysis (AC2.1)</td>
                                    <td class="p-4 text-slate-400">Open-Book (AC3.2)</td>
                                    <td class="p-4 text-slate-400">Vendor Rating (AC4.2)</td>
                                </tr>
                                <tr class="hover:bg-slate-50 dark:hover:bg-slate-800">
                                    <td class="p-4 font-bold">Paper 8</td>
                                    <td class="p-4 text-slate-400">Roles (AC1.1)</td>
                                    <td class="p-4 text-slate-400">Supplier Finance (AC2.2)</td>
                                    <td class="p-4 text-slate-400">Value Engineering (AC3.2)</td>
                                    <td class="p-4 text-slate-400">Exit Strategy (AC4.4)</td>
                                </tr>
                                <tr class="hover:bg-slate-50 dark:hover:bg-slate-800">
                                    <td class="p-4 font-bold">Paper 9</td>
                                    <td class="p-4 text-slate-400">Competencies (AC1.1)</td>
                                    <td class="p-4 text-slate-400">Ratio Analysis (AC2.1)</td>
                                    <td class="p-4 text-slate-400">Indexation (AC3.4)</td>
                                    <td class="p-4 text-slate-400">MIS &amp; Dashboards (AC4.2)</td>
                                </tr>
                                <tr class="hover:bg-slate-50 dark:hover:bg-slate-800">
                                    <td class="p-4 font-bold">Paper 10</td>
                                    <td class="p-4 text-slate-400">Change (AC1.4)</td>
                                    <td class="p-4 text-slate-400">Risk Mitigation (AC2.4)</td>
                                    <td class="p-4 text-slate-400">Break-Even (AC3.2)</td>
                                    <td class="p-4 text-slate-400">Root Cause (AC4.4)</td>
                                </tr>
                            </tbody>
                        </table>
                    </div>
                </section>
            </main>
        </div>
    </div>

    <footer class="bg-slate-900 border-t border-slate-800 text-white py-12 px-4 mt-16">
        <div class="max-w-7xl mx-auto grid grid-cols-1 md:grid-cols-2 gap-8 items-center border-b border-slate-800 pb-8">
            <div class="space-y-2">
                <span class="font-extrabold text-lg tracking-tight block">MUTALEX <span class="text-accent-400">ACADEMY</span></span>
                <p class="text-slate-400 text-sm max-w-sm">
                    Interactive preparatory resources engineered for CIPS Level 5 Advanced Diploma examinations.
                </p>
            </div>
            <div class="flex md:justify-end space-x-6 text-slate-400 text-sm">
                <a href="#intro" class="hover:text-white transition-colors">Introduction</a>
                <a href="#appendix" class="hover:text-white transition-colors">Syllabus Coverage Map</a>
                <a href="https://www.cips.org" target="_blank" class="hover:text-white transition-colors flex items-center gap-1">Official CIPS Website <i class="fa-solid fa-up-right-from-square text-[10px]"></i></a>
            </div>
        </div>
        <div class="max-w-7xl mx-auto pt-8 flex flex-col sm:flex-row justify-between items-center text-xs text-slate-500 space-y-4 sm:space-y-0">
            <span>&copy; 2026 Mutalex Academy. All rights reserved. Registered education resource portal.</span>
            <span>CIPS Level 5 Advanced Diploma — L5M4 Advanced Contract &amp; Financial Management</span>
        </div>
    </footer>

    <script>
        // DOM theme detection and setting
        if (localStorage.theme === 'dark' || (!('theme' in localStorage) && window.matchMedia('(prefers-color-scheme: dark)').matches)) {
            document.documentElement.classList.add('dark');
        } else {
            document.documentElement.classList.remove('dark');
        }

        function toggleDarkMode() {
            if (document.documentElement.classList.contains('dark')) {
                document.documentElement.classList.remove('dark');
                localStorage.theme = 'light';
            } else {
                document.documentElement.classList.add('dark');
                localStorage.theme = 'dark';
            }
        }

        // Font Resizing Logic
        function changeFontSize(size) {
            const container = document.getElementById('main-content');
            container.classList.remove('text-xs', 'text-sm', 'text-base', 'text-lg', 'text-xl');
            
            if (size === 'small') {
                container.classList.add('text-xs');
            } else if (size === 'medium') {
                container.classList.add('text-sm');
            } else if (size === 'large') {
                container.classList.add('text-base');
            }
            
            // Highlight current button
            event.target.parentNode.querySelectorAll('button').forEach(btn => btn.classList.remove('bg-slate-700'));
            event.target.classList.add('bg-slate-700');
        }

        // Scroll highlight on clicking Syllabus Coverage Map
        function highlightQuestion(paperId, questionIdx) {
            const paperElement = document.getElementById(paperId);
            if (paperElement) {
                // Expand the details element for the question
                const questions = paperElement.querySelectorAll('.question-container');
                if (questions[questionIdx]) {
                    const qContainer = questions[questionIdx];
                    const details = qContainer.querySelector('details');
                    if (details) details.open = true;
                    
                    // Pulse highlight effect
                    qContainer.classList.add('pulse-highlight');
                    setTimeout(() => {
                        qContainer.classList.remove('pulse-highlight');
                    }, 4000);
                }
            }
        }

        // Toggle Exam Practice Mode
        let practiceModeActive = false;
        function togglePracticeMode() {
            practiceModeActive = !practiceModeActive;
            const toggleBtn = document.getElementById('toggle-practice-mode');
            const toggleSpan = toggleBtn.querySelector('span');
            const modelAnswers = document.querySelectorAll('.model-answer-details');
            const practiceBoxes = document.querySelectorAll('.practice-box');

            if (practiceModeActive) {
                toggleSpan.innerText = "Exam Mode: On";
                toggleBtn.classList.remove('border-accent-500', 'text-accent-400');
                toggleBtn.classList.add('bg-emerald-500', 'border-emerald-500', 'text-white', 'hover:bg-emerald-600');
                
                // Collapse all model answers and hide them
                modelAnswers.forEach(ans => {
                    ans.open = false;
                    ans.classList.add('hidden');
                });
                // Show practice workspaces
                practiceBoxes.forEach(box => {
                    box.classList.remove('hidden');
                });
            } else {
                toggleSpan.innerText = "Exam Mode: Off";
                toggleBtn.classList.remove('bg-emerald-500', 'border-emerald-500', 'text-white', 'hover:bg-emerald-600');
                toggleBtn.classList.add('border-accent-500', 'bg-accent-500', 'bg-opacity-10', 'text-accent-400');
                
                // Show model answers
                modelAnswers.forEach(ans => {
                    ans.classList.remove('hidden');
                });
                // Hide practice workspaces
                practiceBoxes.forEach(box => {
                    box.classList.add('hidden');
                });
            }
        }

        // Saved Workspaces and Progress Management
        let savedAnswers = JSON.parse(localStorage.getItem('L5M4_saved_answers')) || {};
        
        function saveWorkspace(qId) {
            const value = document.getElementById(`workspace-${qId}`).value;
            savedAnswers[qId] = value;
            localStorage.setItem('L5M4_saved_answers', JSON.stringify(savedAnswers));
            updatePracticeStats();
            
            // Temporary feedback banner
            const toast = document.createElement('div');
            toast.className = "fixed bottom-5 right-5 bg-emerald-600 text-white px-4 py-2.5 rounded-xl shadow-lg text-xs font-bold flex items-center gap-2 z-50 animate-bounce";
            toast.innerHTML = `<i class="fa-solid fa-cloud-arrow-up"></i> Draft Saved Successfully!`;
            document.body.appendChild(toast);
            setTimeout(() => toast.remove(), 2500);
        }

        function loadWorkspaceHistory() {
            Object.keys(savedAnswers).forEach(qId => {
                const textarea = document.getElementById(`workspace-${qId}`);
                if (textarea) {
                    textarea.value = savedAnswers[qId];
                }
            });
            updatePracticeStats();
        }

        function updatePracticeStats() {
            // Count unique papers attempted (each paper has 4 questions)
            const attemptedQuestions = Object.keys(savedAnswers).filter(key => savedAnswers[key].trim() !== "");
            const uniquePapers = new Set(attemptedQuestions.map(q => q.substring(0, 2))); // 'p1', 'p2', etc.
            const totalPapersAttempted = uniquePapers.size;

            const textTracker = document.getElementById('attempt-tracker-text');
            const barTracker = document.getElementById('attempt-tracker-bar');
            
            if (textTracker && barTracker) {
                textTracker.innerText = `${totalPapersAttempted} / 10 Papers`;
                const percentage = (totalPapersAttempted / 10) * 100;
                barTracker.style.width = `${percentage}%`;
            }
        }

        function resetPracticeTracker() {
            if (confirm("Are you sure you want to delete all saved essay drafts and reset progress indicators?")) {
                localStorage.removeItem('L5M4_saved_answers');
                savedAnswers = {};
                document.querySelectorAll('textarea').forEach(area => area.value = "");
                updatePracticeStats();
            }
        }

        // Live Search Filtering Logic
        document.getElementById('global-search').addEventListener('input', function(e) {
            const query = e.target.value.toLowerCase().trim();
            const questions = document.querySelectorAll('.question-container');
            
            questions.forEach(q => {
                const qText = q.querySelector('h4').innerText.toLowerCase();
                const modelAnsText = q.querySelector('details') ? q.querySelector('details').innerText.toLowerCase() : "";
                
                if (qText.includes(query) || modelAnsText.includes(query)) {
                    q.classList.remove('opacity-30');
                    q.classList.add('opacity-100');
                } else {
                    if (query !== "") {
                        q.classList.remove('opacity-100');
                        q.classList.add('opacity-30');
                    } else {
                        q.classList.remove('opacity-30');
                    }
                }
            });
        });

        // Initialize Workspace values on Load
        window.addEventListener('DOMContentLoaded', () => {
            loadWorkspaceHistory();
            
            // Sidebar ScrollSpy active links highlight
            const links = document.querySelectorAll('.sidebar-link');
            const sections = document.querySelectorAll('section');
            
            window.addEventListener('scroll', () => {
                let current = '';
                sections.forEach(section => {
                    const sectionTop = section.offsetTop;
                    if (pageYOffset >= sectionTop - 120) {
                        current = section.getAttribute('id');
                    }
                });
                
                links.forEach(link => {
                    link.classList.remove('active', 'bg-slate-100', 'dark:bg-slate-800', 'text-primary-600', 'dark:text-primary-400', 'font-semibold');
                    if (link.getAttribute('href').includes(current)) {
                        link.classList.add('active', 'bg-slate-100', 'dark:bg-slate-800', 'text-primary-600', 'dark:text-primary-400', 'font-semibold');
                    }
                });
            });
        });
    </script>
<script src="../assets/js/resources-header-injector.js"></script>
</body>
</html>
