{"id":120,"date":"2025-05-23T22:49:40","date_gmt":"2025-05-23T22:49:40","guid":{"rendered":"https:\/\/upscaleinsightslockconsulting.com\/?page_id=120"},"modified":"2025-11-14T11:09:21","modified_gmt":"2025-11-14T09:09:21","slug":"our-key-metrics","status":"publish","type":"page","link":"https:\/\/upscaleinsightslockconsulting.com\/index.php\/our-key-metrics\/","title":{"rendered":"Our Key Metrics"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Our Key Metrics &#8211; Upscale Insights<\/title>\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/Chart.js\/3.9.1\/chart.min.js\"><\/script>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            color: #333;\n            background: #f8f9fa;\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n\n        \/* Animated Hero - Full Width *\/\n        .hero {\n            width: 100%;\n            min-height: 100vh;\n            background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);\n            position: relative;\n            overflow: hidden;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 4rem 2rem;\n        }\n\n        \/* Floating particles *\/\n        .particle {\n            position: absolute;\n            background: rgba(113, 178, 128, 0.3);\n            border-radius: 50%;\n            animation: float 15s infinite ease-in-out;\n        }\n\n        .particle:nth-child(1) {\n            width: 80px;\n            height: 80px;\n            top: 10%;\n            left: 10%;\n            animation-delay: 0s;\n        }\n\n        .particle:nth-child(2) {\n            width: 120px;\n            height: 120px;\n            top: 60%;\n            left: 80%;\n            animation-delay: 3s;\n        }\n\n        .particle:nth-child(3) {\n            width: 60px;\n            height: 60px;\n            top: 80%;\n            left: 20%;\n            animation-delay: 6s;\n        }\n\n        .particle:nth-child(4) {\n            width: 100px;\n            height: 100px;\n            top: 20%;\n            left: 70%;\n            animation-delay: 9s;\n        }\n\n        @keyframes float {\n            0%, 100% {\n                transform: translate(0, 0) scale(1);\n                opacity: 0.3;\n            }\n            25% {\n                transform: translate(50px, -50px) scale(1.2);\n                opacity: 0.5;\n            }\n            50% {\n                transform: translate(-30px, 30px) scale(0.9);\n                opacity: 0.4;\n            }\n            75% {\n                transform: translate(30px, 50px) scale(1.1);\n                opacity: 0.6;\n            }\n        }\n\n        .hero-content {\n            max-width: 1200px;\n            text-align: center;\n            position: relative;\n            z-index: 10;\n            color: white;\n        }\n\n        .hero h1 {\n            font-size: clamp(2rem, 7vw, 5.5rem);\n            font-weight: 900;\n            margin-bottom: 1.5rem;\n            line-height: 1.1;\n            background: linear-gradient(135deg, #71b280 0%, #2e7d32 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            text-shadow: 0 0 30px rgba(113, 178, 128, 0.3);\n        }\n\n        .hero-subtitle {\n            font-size: clamp(1.1rem, 3vw, 2rem);\n            margin-bottom: 2rem;\n            opacity: 0.95;\n            font-weight: 300;\n            letter-spacing: 1px;\n        }\n\n        .hero-description {\n            font-size: clamp(0.95rem, 2vw, 1.2rem);\n            max-width: 900px;\n            margin: 0 auto 3rem;\n            opacity: 0.9;\n            line-height: 1.8;\n        }\n\n        .scroll-indicator {\n            margin-top: 3rem;\n            animation: bounce 2s infinite;\n        }\n\n        .scroll-indicator span {\n            font-size: 2rem;\n            opacity: 0.7;\n        }\n\n        @keyframes bounce {\n            0%, 20%, 50%, 80%, 100% {\n                transform: translateY(0);\n            }\n            40% {\n                transform: translateY(-20px);\n            }\n            60% {\n                transform: translateY(-10px);\n            }\n        }\n\n        \/* Metrics Section - Full Width *\/\n        .metrics-section {\n            width: 100%;\n            padding: clamp(3rem, 6vw, 6rem) 2rem;\n            background: white;\n        }\n\n        .metrics-container {\n            max-width: 1400px;\n            margin: 0 auto;\n        }\n\n        .metric-card {\n            background: linear-gradient(135deg, #e0f7fa 0%, #b2ebf2 100%);\n            border-radius: 20px;\n            padding: clamp(2rem, 4vw, 4rem);\n            margin-bottom: clamp(2rem, 4vw, 4rem);\n            position: relative;\n            overflow: hidden;\n            box-shadow: 0 20px 60px rgba(44, 83, 100, 0.2);\n            transition: all 0.4s ease;\n        }\n\n        .metric-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 30px 80px rgba(44, 83, 100, 0.3);\n        }\n\n        .metric-card::before {\n            content: '';\n            position: absolute;\n            top: -50%;\n            right: -50%;\n            width: 200%;\n            height: 200%;\n            background: radial-gradient(circle, rgba(19, 78, 94, 0.1), transparent);\n            transition: all 0.8s ease;\n        }\n\n        .metric-card:hover::before {\n            transform: translate(-25%, -25%);\n        }\n\n        .metric-header {\n            display: grid;\n            grid-template-columns: 1fr;\n            gap: 2rem;\n            margin-bottom: 2rem;\n        }\n\n        .metric-title-section h2 {\n            font-size: clamp(1.8rem, 5vw, 4rem);\n            color: #0f2027;\n            font-weight: 800;\n            margin-bottom: 1rem;\n            line-height: 1.2;\n        }\n\n        .metric-number {\n            font-size: clamp(3rem, 8vw, 7rem);\n            font-weight: 900;\n            background: linear-gradient(135deg, #134e5e 0%, #71b280 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            display: block;\n            line-height: 1;\n            margin-bottom: 2rem;\n        }\n\n        .metric-visual {\n            position: relative;\n            width: 100%;\n        }\n\n        .chart-container {\n            position: relative;\n            height: 300px;\n            background: white;\n            border-radius: 15px;\n            padding: 1.5rem;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);\n            overflow-x: auto;\n            overflow-y: hidden;\n            -webkit-overflow-scrolling: touch;\n            width: 100%;\n            scroll-behavior: smooth;\n        }\n\n        \/* Custom scrollbar styling *\/\n        .chart-container::-webkit-scrollbar {\n            height: 8px;\n        }\n\n        .chart-container::-webkit-scrollbar-track {\n            background: #f1f1f1;\n            border-radius: 10px;\n        }\n\n        .chart-container::-webkit-scrollbar-thumb {\n            background: linear-gradient(135deg, #134e5e 0%, #71b280 100%);\n            border-radius: 10px;\n        }\n\n        .chart-container::-webkit-scrollbar-thumb:hover {\n            background: linear-gradient(135deg, #0f2027 0%, #2e7d32 100%);\n        }\n\n        .chart-wrapper {\n            position: relative;\n            height: 100%;\n            width: 600px;\n            min-width: 600px;\n        }\n\n        .chart-wrapper canvas {\n            position: absolute !important;\n            left: 0;\n            top: 0;\n        }\n\n        \/* Navigation Arrows - Removed *\/\n        .chart-nav {\n            position: relative;\n        }\n\n        .metric-description {\n            font-size: clamp(0.95rem, 2vw, 1.2rem);\n            color: #333;\n            line-height: 1.8;\n            position: relative;\n            z-index: 1;\n            margin-bottom: 2rem;\n        }\n\n        .metric-highlights {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));\n            gap: 1.5rem;\n            margin-top: 2rem;\n        }\n\n        .highlight-box {\n            background: white;\n            padding: 1.5rem;\n            border-radius: 15px;\n            text-align: center;\n            box-shadow: 0 10px 30px rgba(19, 78, 94, 0.15);\n            transition: all 0.3s ease;\n        }\n\n        .highlight-box:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 15px 40px rgba(19, 78, 94, 0.25);\n        }\n\n        .highlight-icon {\n            font-size: 2rem;\n            margin-bottom: 0.8rem;\n        }\n\n        .highlight-text {\n            font-size: 0.9rem;\n            color: #555;\n            font-weight: 600;\n        }\n\n        \/* Why It Matters Section *\/\n        .why-matters-section {\n            width: 100%;\n            padding: clamp(3rem, 6vw, 6rem) 2rem;\n            background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);\n            position: relative;\n            overflow: hidden;\n        }\n\n        .why-matters-section::before {\n            content: '';\n            position: absolute;\n            width: 600px;\n            height: 600px;\n            background: radial-gradient(circle, rgba(46, 125, 50, 0.2), transparent);\n            border-radius: 50%;\n            top: -300px;\n            right: -300px;\n        }\n\n        .why-content {\n            max-width: 1000px;\n            margin: 0 auto;\n            position: relative;\n            z-index: 1;\n        }\n\n        .why-box {\n            background: white;\n            padding: clamp(2rem, 4vw, 4rem);\n            border-radius: 20px;\n            box-shadow: 0 20px 60px rgba(46, 125, 50, 0.3);\n            text-align: center;\n        }\n\n        .why-box h2 {\n            font-size: clamp(2rem, 5vw, 4rem);\n            color: #2e7d32;\n            margin-bottom: 2rem;\n            font-weight: 800;\n        }\n\n        .why-box p {\n            font-size: clamp(1rem, 2vw, 1.4rem);\n            color: #555;\n            line-height: 1.8;\n            margin-bottom: 1.5rem;\n        }\n\n        .impact-statement {\n            font-size: clamp(1.1rem, 2.5vw, 1.8rem);\n            color: #2e7d32;\n            font-weight: 700;\n            font-style: italic;\n            margin-top: 2rem;\n        }\n\n        \/* CTA Section *\/\n        .cta-section {\n            width: 100%;\n            padding: clamp(3rem, 6vw, 6rem) 2rem;\n            background: linear-gradient(135deg, #0f2027 0%, #203a43 50%, #2c5364 100%);\n            text-align: center;\n            color: white;\n        }\n\n        .cta-content h2 {\n            font-size: clamp(2rem, 5vw, 4rem);\n            margin-bottom: 2rem;\n            font-weight: 800;\n        }\n\n        .cta-content p {\n            font-size: clamp(1rem, 2vw, 1.4rem);\n            margin-bottom: 3rem;\n            opacity: 0.95;\n            max-width: 800px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .cta-button {\n            display: inline-block;\n            padding: 1.2rem 2.5rem;\n            background: linear-gradient(135deg, #134e5e 0%, #71b280 100%);\n            color: white;\n            text-decoration: none;\n            border-radius: 50px;\n            font-weight: 800;\n            font-size: clamp(1rem, 2vw, 1.3rem);\n            transition: all 0.4s ease;\n            box-shadow: 0 15px 40px rgba(113, 178, 128, 0.4);\n            text-transform: uppercase;\n            letter-spacing: 2px;\n        }\n\n        .cta-button:hover {\n            transform: translateY(-8px) scale(1.05);\n            box-shadow: 0 25px 60px rgba(113, 178, 128, 0.6);\n        }\n\n        \/* Scroll hint for charts *\/\n        .scroll-hint {\n            text-align: center;\n            font-size: 0.85rem;\n            color: #777;\n            margin-top: 0.5rem;\n            font-style: italic;\n        }\n\n        \/* Responsive *\/\n        @media (min-width: 1025px) {\n            .metric-header {\n                grid-template-columns: 1fr 1fr;\n                gap: 4rem;\n            }\n\n            .chart-container {\n                height: 350px;\n                overflow-x: visible;\n            }\n\n            .chart-wrapper {\n                width: 100%;\n                min-width: unset;\n            }\n\n            .scroll-hint {\n                display: none;\n            }\n\n            .chart-container::-webkit-scrollbar {\n                display: none;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .metric-card {\n                padding: 1.5rem;\n            }\n\n            .metric-highlights {\n                grid-template-columns: 1fr;\n            }\n\n            .why-box {\n                padding: 2rem;\n            }\n\n            .chart-container {\n                padding: 1rem;\n                height: 280px;\n            }\n\n            .chart-wrapper {\n                width: 600px;\n                min-width: 600px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .hero {\n                min-height: 80vh;\n            }\n\n            .chart-wrapper {\n                width: 550px;\n                min-width: 550px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n        <div class=\"particle\"><\/div>\n\n        <div class=\"hero-content\">\n            <h1>Strategic Insights. Scalable Results. Measurable Impact.<\/h1>\n            <p class=\"hero-subtitle\">Data-Driven Excellence in Every Engagement<\/p>\n            <p class=\"hero-description\">At Upscale Insightslock Consulting, we measure our success by the tangible progress our clients achieve. Every engagement is built on a foundation of rigorous data analysis, bespoke strategy development, and hands-on execution support.<\/p>\n            <div class=\"scroll-indicator\">\n                <span>\u2193<\/span>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Metrics Section -->\n    <section class=\"metrics-section\">\n        <div class=\"metrics-container\">\n            <!-- Client Growth Rate -->\n            <div class=\"metric-card\">\n                <div class=\"metric-header\">\n                    <div class=\"metric-title-section\">\n                        <h2>Client Growth Rate<\/h2>\n                        <span class=\"metric-number\">25-30%<\/span>\n                    <\/div>\n                    <div class=\"metric-visual\">\n                        <div class=\"chart-nav\">\n                            <div class=\"chart-container\" data-chart-id=\"growth\">\n                                <div class=\"chart-wrapper\">\n                                    <canvas id=\"growthChart\"><\/canvas>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        <p class=\"scroll-hint\">\u2190 Scroll horizontally to view full chart \u2192<\/p>\n                    <\/div>\n                <\/div>\n                <p class=\"metric-description\">Through a combination of market diagnostics, competitive positioning and growth-roadmap design, our clients consistently realize a 25\u201330% uplift in top- and bottom-line performance within their first year of partnership. By aligning sales enablement, operational processes and customer-experience enhancements with a clear strategic vision, we ensure that gains are not only immediate but also sustainable.<\/p>\n                <div class=\"metric-highlights\">\n                    <div class=\"highlight-box\">\n                        <div class=\"highlight-icon\">\ud83d\udcca<\/div>\n                        <p class=\"highlight-text\">Market Diagnostics<\/p>\n                    <\/div>\n                    <div class=\"highlight-box\">\n                        <div class=\"highlight-icon\">\ud83c\udfaf<\/div>\n                        <p class=\"highlight-text\">Competitive Positioning<\/p>\n                    <\/div>\n                    <div class=\"highlight-box\">\n                        <div class=\"highlight-icon\">\ud83d\uddfa\ufe0f<\/div>\n                        <p class=\"highlight-text\">Growth Roadmap Design<\/p>\n                    <\/div>\n                    <div class=\"highlight-box\">\n                        <div class=\"highlight-icon\">\ud83d\udcc8<\/div>\n                        <p class=\"highlight-text\">Sustainable Performance<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Transformation Success -->\n            <div class=\"metric-card\">\n                <div class=\"metric-header\">\n                    <div class=\"metric-title-section\">\n                        <h2>Transformation Success<\/h2>\n                        <span class=\"metric-number\">90%+<\/span>\n                    <\/div>\n                    <div class=\"metric-visual\">\n                        <div class=\"chart-nav\">\n                            <div class=\"chart-container\" data-chart-id=\"transformation\">\n                                <div class=\"chart-wrapper\">\n                                    <canvas id=\"transformationChart\"><\/canvas>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        <p class=\"scroll-hint\">\u2190 Scroll horizontally to view full chart \u2192<\/p>\n                    <\/div>\n                <\/div>\n                <p class=\"metric-description\">Our structured, four-phase methodology\u2014from Discovery &#038; Assessment through Measurement &#038; Optimization\u2014yields a better than 90% success rate in strategy execution and project delivery. We integrate Agile principles, stakeholder alignment workshops, and continuous feedback loops so that every recommendation becomes an implemented solution. The result is an organizational transformation that sticks: reengineered workflows, optimized technology platforms, and a culture primed for change.<\/p>\n                <div class=\"metric-highlights\">\n                    <div class=\"highlight-box\">\n                        <div class=\"highlight-icon\">\ud83d\udd0d<\/div>\n                        <p class=\"highlight-text\">Discovery &#038; Assessment<\/p>\n                    <\/div>\n                    <div class=\"highlight-box\">\n                        <div class=\"highlight-icon\">\u26a1<\/div>\n                        <p class=\"highlight-text\">Agile Principles<\/p>\n                    <\/div>\n                    <div class=\"highlight-box\">\n                        <div class=\"highlight-icon\">\ud83e\udd1d<\/div>\n                        <p class=\"highlight-text\">Stakeholder Alignment<\/p>\n                    <\/div>\n                    <div class=\"highlight-box\">\n                        <div class=\"highlight-icon\">\ud83d\udd04<\/div>\n                        <p class=\"highlight-text\">Continuous Feedback<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Leadership Strategy Impact -->\n            <div class=\"metric-card\">\n                <div class=\"metric-header\">\n                    <div class=\"metric-title-section\">\n                        <h2>Leadership Strategy Impact<\/h2>\n                        <span class=\"metric-number\">10+<\/span>\n                    <\/div>\n                    <div class=\"metric-visual\">\n                        <div class=\"chart-nav\">\n                            <div class=\"chart-container\" data-chart-id=\"leadership\">\n                                <div class=\"chart-wrapper\">\n                                    <canvas id=\"leadershipChart\"><\/canvas>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        <p class=\"scroll-hint\">\u2190 Scroll horizontally to view full chart \u2192<\/p>\n                    <\/div>\n                <\/div>\n                <p class=\"metric-description\">We believe leadership fuels strategy execution. Even in our early stages, our targeted coaching and strategy-immersion workshops have empowered 10 emerging leaders to drive cross-functional initiatives with confidence and clarity. Participants emerge with sharpened strategic acumen, stronger communication skills, and the ability to translate high-level objectives into actionable plans\u2014laying the groundwork for a robust, growth-oriented leadership pipeline. This is just the beginning. Our leadership programs are scaling to support a new wave of decision-makers who are not just managers\u2014but strategic change agents.<\/p>\n                <div class=\"metric-highlights\">\n                    <div class=\"highlight-box\">\n                        <div class=\"highlight-icon\">\ud83d\udc54<\/div>\n                        <p class=\"highlight-text\">Executive Coaching<\/p>\n                    <\/div>\n                    <div class=\"highlight-box\">\n                        <div class=\"highlight-icon\">\ud83c\udf93<\/div>\n                        <p class=\"highlight-text\">Strategy Immersion<\/p>\n                    <\/div>\n                    <div class=\"highlight-box\">\n                        <div class=\"highlight-icon\">\ud83d\udca1<\/div>\n                        <p class=\"highlight-text\">Strategic Acumen<\/p>\n                    <\/div>\n                    <div class=\"highlight-box\">\n                        <div class=\"highlight-icon\">\ud83d\ude80<\/div>\n                        <p class=\"highlight-text\">Change Agents<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Why It Matters Section -->\n    <section class=\"why-matters-section\">\n        <div class=\"why-content\">\n            <div class=\"why-box\">\n                <h2>Why These Metrics Matter<\/h2>\n                <p>In an era where strategy often fails at execution, Upscale Insightslock Consulting delivers what others promise: measurable, sustainable results. Each metric you see is the product of deep collaboration, agile adaptation, and relentless focus on value creation.<\/p>\n                <p class=\"impact-statement\">We&#8217;re not here to impress\u2014we&#8217;re here to impact.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Section -->\n    <section class=\"cta-section\">\n        <div class=\"cta-content\">\n            <h2>Ready to See These Results in Your Business?<\/h2>\n            <p>Join the companies achieving 25-30% growth, 90%+ transformation success, and building future-ready leadership teams.<\/p>\n            <a href=\"https:\/\/calendly.com\/upscaleinsightslockconsulting-info\/complimentary-strategy-session?month=2025-11\" class=\"cta-button\" target=\"_blank\" rel=\"noopener\">Start Your Transformation<\/a>\n        <\/div>\n    <\/section>\n\n    <script>\n        \/\/ Chart.js configuration with responsive settings\n        Chart.defaults.font.family = \"'Segoe UI', Tahoma, Geneva, Verdana, sans-serif\";\n        Chart.defaults.responsive = true;\n        Chart.defaults.maintainAspectRatio = false;\n        \n        \/\/ Growth Chart\n        const growthCtx = document.getElementById('growthChart').getContext('2d');\n        new Chart(growthCtx, {\n            type: 'line',\n            data: {\n                labels: ['Month 1', 'Month 3', 'Month 6', 'Month 9', 'Month 12'],\n                datasets: [{\n                    label: 'Revenue Growth',\n                    data: [100, 110, 118, 125, 130],\n                    borderColor: '#134e5e',\n                    backgroundColor: 'rgba(19, 78, 94, 0.1)',\n                    borderWidth: 3,\n                    tension: 0.4,\n                    fill: true,\n                    pointRadius: 6,\n                    pointHoverRadius: 8,\n                    pointBackgroundColor: '#71b280'\n                }]\n            },\n            options: {\n                responsive: true,\n                maintainAspectRatio: false,\n                interaction: {\n                    mode: 'index',\n                    intersect: false,\n                },\n                plugins: {\n                    legend: { \n                        display: true,\n                        position: 'top',\n                        labels: {\n                            font: {\n                                size: 12,\n                                weight: 'bold'\n                            },\n                            color: '#333',\n                            padding: 10\n                        }\n                    },\n                    tooltip: {\n                        enabled: true,\n                        backgroundColor: 'rgba(0, 0, 0, 0.8)',\n                        padding: 12,\n                        titleFont: {\n                            size: 13\n                        },\n                        bodyFont: {\n                            size: 12\n                        }\n                    }\n                },\n                scales: {\n                    y: {\n                        beginAtZero: false,\n                        min: 95,\n                        max: 135,\n                        grid: {\n                            color: 'rgba(0, 0, 0, 0.05)'\n                        },\n                        ticks: {\n                            font: {\n                                size: 11\n                            },\n                            callback: function(value) {\n                                return value + '%';\n                            }\n                        }\n                    },\n                    x: {\n                        grid: {\n                            display: false\n                        },\n                        ticks: {\n                            font: {\n                                size: 10\n                            }\n                        }\n                    }\n                }\n            }\n        });\n\n        \/\/ Transformation Chart\n        const transformationCtx = document.getElementById('transformationChart').getContext('2d');\n        new Chart(transformationCtx, {\n            type: 'doughnut',\n            data: {\n                labels: ['Successful Transformations', 'In Progress'],\n                datasets: [{\n                    data: [90, 10],\n                    backgroundColor: ['#71b280', '#e0f7fa'],\n                    borderWidth: 0,\n                    hoverOffset: 10\n                }]\n            },\n            options: {\n                responsive: true,\n                maintainAspectRatio: false,\n                plugins: {\n                    legend: {\n                        position: 'bottom',\n                        labels: {\n                            padding: 15,\n                            font: {\n                                size: 11,\n                                weight: 'bold'\n                            },\n                            color: '#333'\n                        }\n                    },\n                    tooltip: {\n                        enabled: true,\n                        backgroundColor: 'rgba(0, 0, 0, 0.8)',\n                        padding: 12,\n                        callbacks: {\n                            label: function(context) {\n                                return context.label + ': ' + context.parsed + '%';\n                            }\n                        }\n                    }\n                }\n            }\n        });\n\n        \/\/ Leadership Chart\n        const leadershipCtx = document.getElementById('leadershipChart').getContext('2d');\n        new Chart(leadershipCtx, {\n            type: 'bar',\n            data: {\n                labels: ['Strategic Acumen', 'Communication', 'Execution', 'Vision'],\n                datasets: [{\n                    label: 'Leadership Development Score',\n                    data: [85, 90, 88, 92],\n                    backgroundColor: ['#134e5e', '#2c5364', '#71b280', '#2e7d32'],\n                    borderRadius: 10,\n                    hoverBackgroundColor: ['#0f2027', '#203a43', '#5a9068', '#1b5e20']\n                }]\n            },\n            options: {\n                responsive: true,\n                maintainAspectRatio: false,\n                interaction: {\n                    mode: 'index',\n                    intersect: false,\n                },\n                plugins: {\n                    legend: { \n                        display: true,\n                        position: 'top',\n                        labels: {\n                            font: {\n                                size: 11,\n                                weight: 'bold'\n                            },\n                            color: '#333',\n                            padding: 10\n                        }\n                    },\n                    tooltip: {\n                        enabled: true,\n                        backgroundColor: 'rgba(0, 0, 0, 0.8)',\n                        padding: 12,\n                        callbacks: {\n                            label: function(context) {\n                                return context.dataset.label + ': ' + context.parsed.y + '%';\n                            }\n                        }\n                    }\n                },\n                scales: {\n                    y: {\n                        beginAtZero: true,\n                        max: 100,\n                        grid: {\n                            color: 'rgba(0, 0, 0, 0.05)'\n                        },\n                        ticks: {\n                            font: {\n                                size: 11\n                            },\n                            callback: function(value) {\n                                return value + '%';\n                            }\n                        }\n                    },\n                    x: {\n                        grid: {\n                            display: false\n                        },\n                        ticks: {\n                            font: {\n                                size: 9\n                            },\n                            maxRotation: 45,\n                            minRotation: 0\n                        }\n                    }\n                }\n            }\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Our Key Metrics &#8211; Upscale Insights Strategic Insights. Scalable Results. Measurable Impact. Data-Driven Excellence in Every Engagement At Upscale Insightslock Consulting, we measure our success by the tangible progress our clients achieve. Every engagement is built on a foundation of rigorous data analysis, bespoke strategy development, and hands-on execution support. \u2193 Client Growth Rate 25-30%&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-120","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/upscaleinsightslockconsulting.com\/index.php\/wp-json\/wp\/v2\/pages\/120","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/upscaleinsightslockconsulting.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/upscaleinsightslockconsulting.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/upscaleinsightslockconsulting.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/upscaleinsightslockconsulting.com\/index.php\/wp-json\/wp\/v2\/comments?post=120"}],"version-history":[{"count":7,"href":"https:\/\/upscaleinsightslockconsulting.com\/index.php\/wp-json\/wp\/v2\/pages\/120\/revisions"}],"predecessor-version":[{"id":800,"href":"https:\/\/upscaleinsightslockconsulting.com\/index.php\/wp-json\/wp\/v2\/pages\/120\/revisions\/800"}],"wp:attachment":[{"href":"https:\/\/upscaleinsightslockconsulting.com\/index.php\/wp-json\/wp\/v2\/media?parent=120"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}