{"id":12,"date":"2026-01-22T17:44:01","date_gmt":"2026-01-22T16:44:01","guid":{"rendered":"https:\/\/energiadlakleszczowa.pl\/?page_id=12"},"modified":"2026-01-28T11:22:21","modified_gmt":"2026-01-28T10:22:21","slug":"energy-for-kleszczow","status":"publish","type":"page","link":"https:\/\/energiadlakleszczowa.pl\/?page_id=12","title":{"rendered":"Energy for Kleszcz\u00f3w"},"content":{"rendered":"\n\n<!DOCTYPE html>\n<html lang=\"en\" class=\"scroll-smooth\">\n<head>\n\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Energy for Kleszcz\u00f3w<\/title>\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n    <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800&#038;family=Plus+Jakarta+Sans:wght@700;800;900&#038;display=swap\" rel=\"stylesheet\">\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n<!-- 1. GOOGLE CONSENT MODE V2 INITIALIZATION (Paste in <head>) -->\n<script>\n    window.dataLayer = window.dataLayer || [];\n    function gtag() { dataLayer.push(arguments); }\n\n    const savedConsent = localStorage.getItem('cookie-consent-choice');\n    if (!savedConsent) {\n        gtag('consent', 'default', {\n            'ad_storage': 'denied',\n            'ad_user_data': 'denied',\n            'ad_personalization': 'denied',\n            'analytics_storage': 'denied',\n            'wait_for_update': 500\n        });\n    } else {\n        gtag('consent', 'default', JSON.parse(savedConsent));\n    }\n<\/script>\n\n<!-- 2. CSS STYLES (Paste in <head> or your CSS file) -->\n<style>\n    #cookie-banner-en {\n        position: fixed !important;\n        bottom: 1.5rem !important;\n        left: 1.5rem !important;\n        right: 1.5rem !important;\n        background: rgba(255, 255, 255, 0.98) !important;\n        backdrop-filter: blur(20px) !important;\n        -webkit-backdrop-filter: blur(20px) !important;\n        padding: 2.5rem !important;\n        border-radius: 2.5rem !important;\n        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4) !important;\n        z-index: 2147483647 !important; \/* Maksymalny z-index *\/\n        border: 2px solid #a7f3d0 !important;\n        transform: translateY(30px) !important;\n        opacity: 0 !important;\n        visibility: hidden !important;\n        transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease, visibility 0.6s !important;\n        pointer-events: none !important;\n        max-width: 100%;\n        box-sizing: border-box !important;\n        font-family: 'Inter', sans-serif !important;\n    }\n\n    @media (min-width: 768px) {\n        #cookie-banner-en {\n            bottom: 2rem !important;\n            left: auto !important;\n            right: 2rem !important;\n            max-width: 28rem !important;\n            border-radius: 3rem !important;\n        }\n    }\n\n    #cookie-banner-en.visible {\n        transform: translateY(0) !important;\n        opacity: 1 !important;\n        visibility: visible !important;\n        pointer-events: auto !important;\n    }\n\n    #cookie-banner-en p {\n        font-size: 0.875rem !important;\n        color: #475569 !important;\n        line-height: 1.6 !important;\n        margin-bottom: 2rem !important;\n        font-weight: 500 !important;\n        text-align: left !important;\n    }\n\n    .cookie-btn-group {\n        display: flex !important;\n        flex-direction: column !important;\n        gap: 0.75rem !important;\n    }\n\n    .btn-cookie {\n        width: 100% !important;\n        padding: 1.1rem 1.5rem !important;\n        font-size: 0.8rem !important;\n        font-weight: 800 !important;\n        text-transform: uppercase !important;\n        letter-spacing: 0.05em !important;\n        border-radius: 1rem !important;\n        cursor: pointer !important;\n        transition: all 0.2s ease !important;\n        border: none !important;\n        text-align: center !important;\n        display: block !important;\n        user-select: none !important;\n    }\n\n    .btn-accept {\n        background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;\n        color: white !important;\n    }\n\n    .btn-reject {\n        background: #f1f5f9 !important;\n        color: #475569 !important;\n    }\n\n    .btn-manage {\n        background: white !important;\n        border: 2px solid #a7f3d0 !important;\n        color: #059669 !important;\n        text-decoration: none !important;\n    }\n<\/style>\n    <style>\n        :root { \n            font-family: 'Inter', sans-serif;\n        }\n        h1, h2, h3, h4, .font-heading { \n            font-family: 'Plus Jakarta Sans', sans-serif; \n        }\n        \n        .bg-main {\n            background: linear-gradient(180deg, #ffffff 0%, #f0fdf4 50%, #ecfeff 100%);\n            position: relative;\n            overflow-x: hidden;\n        }\n\n        \/* Animated energy waves background *\/\n        .bg-main::before {\n            content: '';\n            position: fixed;\n            top: -10%;\n            left: -10%;\n            width: 120%;\n            height: 120%;\n            background: \n                radial-gradient(circle at 20% 30%, rgba(16, 185, 129, 0.15) 0%, transparent 40%),\n                radial-gradient(circle at 80% 70%, rgba(14, 165, 233, 0.15) 0%, transparent 40%),\n                radial-gradient(circle at 50% 10%, rgba(16, 185, 129, 0.1) 0%, transparent 35%),\n                radial-gradient(circle at 30% 90%, rgba(14, 165, 233, 0.1) 0%, transparent 35%);\n            pointer-events: none;\n            z-index: 1;\n            animation: energyPulse 10s ease-in-out infinite;\n        }\n\n        @keyframes energyPulse {\n            0%, 100% { \n                opacity: 1;\n                transform: scale(1);\n            }\n            50% { \n                opacity: 0.7;\n                transform: scale(1.05);\n            }\n        }\n\n        \/* Ultra modern glass nav *\/\n        .glass-nav {\n            background: rgba(255, 255, 255, 0.7);\n            backdrop-filter: blur(30px) saturate(180%);\n            -webkit-backdrop-filter: blur(30px) saturate(180%);\n            border-bottom: 1px solid rgba(16, 185, 129, 0.1);\n            box-shadow: \n                0 10px 40px -10px rgba(16, 185, 129, 0.1),\n                inset 0 1px 0 rgba(255, 255, 255, 0.9);\n        }\n\n        \/* Modern 3D button *\/\n        .btn-primary {\n            background: linear-gradient(135deg, #10b981 0%, #059669 100%);\n            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            box-shadow: \n                0 10px 30px -5px rgba(16, 185, 129, 0.4),\n                inset 0 1px 0 rgba(255, 255, 255, 0.3);\n            position: relative;\n            overflow: hidden;\n            transform-style: preserve-3d;\n        }\n\n        .btn-primary::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);\n            transition: left 0.7s;\n        }\n\n        .btn-primary:hover::before {\n            left: 100%;\n        }\n\n        .btn-primary:hover {\n            transform: translateY(-4px) scale(1.03);\n            box-shadow: \n                0 20px 60px -10px rgba(16, 185, 129, 0.6),\n                inset 0 1px 0 rgba(255, 255, 255, 0.5);\n        }\n\n        .btn-primary:active {\n            transform: translateY(-2px) scale(1.01);\n        }\n\n        \/* Ultra modern cards with 3D effect *\/\n        .card-modern {\n            background: rgba(255, 255, 255, 0.8);\n            backdrop-filter: blur(20px) saturate(180%);\n            border: 2px solid transparent;\n            background-clip: padding-box;\n            box-shadow: \n                0 20px 60px -15px rgba(0, 0, 0, 0.08),\n                0 10px 30px -10px rgba(16, 185, 129, 0.1),\n                inset 0 1px 0 rgba(255, 255, 255, 0.9);\n            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            position: relative;\n            overflow: hidden;\n            transform-style: preserve-3d;\n        }\n\n        .card-modern::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            height: 3px;\n            background: linear-gradient(90deg, \n                transparent, \n                rgba(16, 185, 129, 0.8), \n                rgba(14, 165, 233, 0.8), \n                transparent);\n            opacity: 0;\n            transition: opacity 0.5s;\n        }\n\n        .card-modern::after {\n            content: '';\n            position: absolute;\n            inset: -100%;\n            background: radial-gradient(circle at center, rgba(16, 185, 129, 0.1) 0%, transparent 70%);\n            opacity: 0;\n            transition: opacity 0.5s, transform 0.5s;\n        }\n\n        .card-modern:hover::before {\n            opacity: 1;\n        }\n\n        .card-modern:hover::after {\n            opacity: 1;\n            transform: scale(1.5);\n        }\n\n        .card-modern:hover {\n            transform: translateY(-16px) scale(1.02);\n            border-color: rgba(16, 185, 129, 0.3);\n            box-shadow: \n                0 40px 100px -20px rgba(0, 0, 0, 0.12),\n                0 20px 60px -15px rgba(16, 185, 129, 0.3),\n                inset 0 1px 0 rgba(255, 255, 255, 1);\n        }\n\n        \/* Floating blobs with advanced animation *\/\n        .floating-blob {\n            position: absolute;\n            width: 700px;\n            height: 700px;\n            background: radial-gradient(circle, rgba(16, 185, 129, 0.15) 0%, transparent 70%);\n            z-index: 0;\n            filter: blur(100px);\n            animation: float 25s ease-in-out infinite;\n            mix-blend-mode: multiply;\n        }\n\n        @keyframes float {\n            0%, 100% { \n                transform: translate(0, 0) scale(1) rotate(0deg); \n            }\n            25% { \n                transform: translate(80px, -80px) scale(1.2) rotate(90deg); \n            }\n            50% { \n                transform: translate(-50px, 60px) scale(0.9) rotate(180deg); \n            }\n            75% { \n                transform: translate(60px, 80px) scale(1.1) rotate(270deg); \n            }\n        }\n\n        .floating-blob:nth-child(2) {\n            animation-delay: -12s;\n            animation-duration: 30s;\n        }\n\n        .floating-blob:nth-child(3) {\n            animation-delay: -18s;\n            animation-duration: 35s;\n        }\n\n        \/* Glow effects *\/\n        .glow-emerald {\n            box-shadow: \n                0 0 20px rgba(16, 185, 129, 0.3),\n                0 0 40px rgba(16, 185, 129, 0.2);\n            animation: pulse-glow 3s ease-in-out infinite;\n        }\n\n        @keyframes pulse-glow {\n            0%, 100% { \n                box-shadow: \n                    0 0 20px rgba(16, 185, 129, 0.3),\n                    0 0 40px rgba(16, 185, 129, 0.2);\n            }\n            50% { \n                box-shadow: \n                    0 0 30px rgba(16, 185, 129, 0.5),\n                    0 0 60px rgba(16, 185, 129, 0.3);\n            }\n        }\n\n        .glow-sky {\n            box-shadow: \n                0 0 20px rgba(14, 165, 233, 0.3),\n                0 0 40px rgba(14, 165, 233, 0.2);\n        }\n\n        \/* Animated gradient text *\/\n        @keyframes gradient-shift {\n            0% { background-position: 0% 50%; }\n            50% { background-position: 100% 50%; }\n            100% { background-position: 0% 50%; }\n        }\n\n        .gradient-animate {\n            background-size: 300% 300%;\n            animation: gradient-shift 4s ease infinite;\n        }\n\n        \/* Statement container *\/\n        #statement-container {\n            max-height: 1100px;\n            overflow: hidden;\n            transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n\n        #statement-container.expanded {\n            max-height: 6000px;\n        }\n\n        #investor-container {\n            max-height: 500px;\n            overflow: hidden;\n            transition: max-height 0.8s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n\n        #investor-container.expanded {\n            max-height: 6000px;\n        }\n\n        @media print {\n            #investor-container {\n                max-height: none !important;\n            }\n        }\n\n        .fade-overlay {\n            background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.98) 100%);\n        }\n\n        \/* Modern Accordion *\/\n        .accordion-content {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n\n        .accordion-item.active .accordion-content {\n            max-height: 3000px;\n        }\n\n        .accordion-inner {\n            overflow: hidden;\n        }\n\n        .accordion-item {\n            position: relative;\n            overflow: hidden;\n        }\n\n        .accordion-item::after {\n            content: '';\n            position: absolute;\n            bottom: 0;\n            left: 50%;\n            right: 50%;\n            height: 3px;\n            background: linear-gradient(90deg, transparent, rgba(16, 185, 129, 0.8), rgba(14, 165, 233, 0.8), transparent);\n            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n\n        .accordion-item.active::after {\n            left: 0;\n            right: 0;\n        }\n\n        @media print {\n            .no-print { display: none !important; }\n            #statement-container { max-height: none !important; }\n            #investor-container { max-height: none !important; }\n            .fade-overlay { display: none; }\n            body { background: white !important; }\n        }\n\n        \/* Magnetic hover effect *\/\n        .magnetic {\n            transition: transform 0.3s ease;\n        }\n\n        \/* Shimmer effect *\/\n        @keyframes shimmer {\n            0% { transform: translateX(-100%); }\n            100% { transform: translateX(100%); }\n        }\n\n        .shimmer {\n            position: relative;\n            overflow: hidden;\n        }\n\n        .shimmer::after {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);\n            animation: shimmer 3s infinite;\n        }\n    <\/style>\n<\/head>\n\n<body data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 class=\"bg-main text-slate-700 antialiased\">\n<!-- VERSION: 2026-01-23-1435 -->\n\n\n\n    <!-- Nawigacja -->\n    <nav class=\"fixed top-0 w-full z-50 glass-nav no-print\">\n        <div class=\"max-w-7xl mx-auto px-6 flex justify-between h-20 items-center relative z-10\">\n           <div class=\"flex items-center gap-3\">\n    <div class=\"w-12 h-12 bg-gradient-to-br from-emerald-500 to-emerald-600 rounded-2xl flex items-center justify-center text-white glow-emerald shadow-2xl shadow-emerald-500\/30 shimmer\">\n        <i class=\"fa-solid fa-lightbulb text-xl\"><\/i>\n    <\/div>\n    <div class=\"flex flex-col\">\n        <span class=\"font-heading text-lg font-extrabold leading-none text-slate-800 tracking-tight\">ENERGY FOR<\/span>\n        <span class=\"font-heading text-lg font-extrabold leading-none bg-gradient-to-r from-emerald-600 to-emerald-500 bg-clip-text text-transparent\">KLESZCZ\u00d3W<\/span>\n    <\/div>\n<\/div>\n\n            \n            <div class=\"hidden lg:flex items-center gap-10\">\n                <div class=\"flex gap-8 text-sm font-bold text-slate-700\">\n                    <a href=\"#oswiadczenie\" class=\"hover:text-emerald-600 transition-all relative group\">\n                        Statement\n                        <span class=\"absolute -bottom-1 left-0 w-0 h-0.5 bg-emerald-500 transition-all group-hover:w-full\"><\/span>\n                    <\/a>\n                    <a href=\"#o-nas\" class=\"hover:text-emerald-600 transition-all relative group\">\n                        Investor\n                        <span class=\"absolute -bottom-1 left-0 w-0 h-0.5 bg-emerald-500 transition-all group-hover:w-full\"><\/span>\n                    <\/a>\n                    <a href=\"#inwestycja\" class=\"hover:text-emerald-600 transition-all relative group\">\n                        Investment\n                        <span class=\"absolute -bottom-1 left-0 w-0 h-0.5 bg-emerald-500 transition-all group-hover:w-full\"><\/span>\n                    <\/a>\n                    <a href=\"#qa\" class=\"hover:text-emerald-600 transition-all relative group\">\n                        Q&#038;A\n                        <span class=\"absolute -bottom-1 left-0 w-0 h-0.5 bg-emerald-500 transition-all group-hover:w-full\"><\/span>\n                    <\/a>\n                    <a href=\"#korzysci\" class=\"hover:text-emerald-600 transition-all relative group\">\n                        Benefits\n                        <span class=\"absolute -bottom-1 left-0 w-0 h-0.5 bg-emerald-500 transition-all group-hover:w-full\"><\/span>\n                    <\/a>\n                    <a href=\"#bezpieczenstwo\" class=\"hover:text-emerald-600 transition-all relative group\">\n                        Standards\n                        <span class=\"absolute -bottom-1 left-0 w-0 h-0.5 bg-emerald-500 transition-all group-hover:w-full\"><\/span>\n                    <\/a>\n                <\/div>\n                <div class=\"flex items-center gap-4\">\n                    <a href=\"\/\" class=\"px-6 py-3 bg-white\/80 backdrop-blur-xl text-slate-700 font-black rounded-full border-2 border-slate-200 hover:border-emerald-300 hover:bg-emerald-50 transition-all hover:scale-105 flex items-center gap-2 text-sm\">\n                        <i class=\"fa-solid fa-globe\"><\/i> PL\n                    <\/a>\n                    <a href=\"#kontakt\" class=\"px-8 py-3 btn-primary text-white text-sm font-bold rounded-full\">Contact<\/a>\n                <\/div>\n            <\/div>\n\n            <button onclick=\"document.getElementById('mobile-menu').classList.toggle('hidden')\" style=\"display: block !important; position: fixed; top: 1.5rem; right: 1.5rem; z-index: 99999; background: white; padding: 1rem; border-radius: 1rem; box-shadow: 0 4px 20px rgba(0,0,0,0.1); cursor: pointer;\">\n    <i class=\"fa-solid fa-bars-staggered text-2xl text-emerald-600\"><\/i>\n<\/button>\n\n        <\/div>\n       <div id=\"mobile-menu\" class=\"hidden lg:hidden bg-white\/95 backdrop-blur-xl border-t border-emerald-100 px-6 py-8 space-y-4 shadow-2xl\">\n    <a href=\"?page_id=12#statement\" onclick=\"document.getElementById('mobile-menu').classList.add('hidden')\" class=\"block text-lg font-bold text-slate-700 hover:text-emerald-600 transition-all hover:translate-x-2\">Statement<\/a>\n    <a href=\"?page_id=12#o-nas\" onclick=\"document.getElementById('mobile-menu').classList.add('hidden')\" class=\"block text-lg font-bold text-slate-700 hover:text-emerald-600 transition-all hover:translate-x-2\">Investor<\/a>\n    <a href=\"?page_id=12#inwestycja\" onclick=\"document.getElementById('mobile-menu').classList.add('hidden')\" class=\"block text-lg font-bold text-slate-700 hover:text-emerald-600 transition-all hover:translate-x-2\">Investment<\/a>\n    <a href=\"?page_id=12#qa\" onclick=\"document.getElementById('mobile-menu').classList.add('hidden')\" class=\"block text-lg font-bold text-slate-700 hover:text-emerald-600 transition-all hover:translate-x-2\">Q&#038;A<\/a>\n    <a href=\"?page_id=12#korzysci\" onclick=\"document.getElementById('mobile-menu').classList.add('hidden')\" class=\"block text-lg font-bold text-slate-700 hover:text-emerald-600 transition-all hover:translate-x-2\">Benefits<\/a>\n    <a href=\"?page_id=12#bezpieczenstwo\" onclick=\"document.getElementById('mobile-menu').classList.add('hidden')\" class=\"block text-lg font-bold text-slate-700 hover:text-emerald-600 transition-all hover:translate-x-2\">Standards<\/a>\n    <a href=\"?page_id=12#kontakt\" onclick=\"document.getElementById('mobile-menu').classList.add('hidden')\" class=\"block text-lg font-bold text-emerald-600 hover:translate-x-2 transition-all\">Contact<\/a>\n    <div class=\"pt-4 border-t border-emerald-100\">\n        <a href=\"https:\/\/energiadlakleszczowa.pl\" class=\"block text-lg font-bold text-slate-700 hover:text-emerald-600 transition-all hover:translate-x-2\">\n            <i class=\"fa-solid fa-globe mr-2\"><\/i> Polish Version\n        <\/a>\n    <\/div>\n<\/div>\n\n\n\n    <\/nav>\n\n    <!-- Hero Section -->\n    <header class=\"relative pt-48 pb-32 overflow-hidden no-print\">\n        <div class=\"floating-blob top-0 -left-20\"><\/div>\n        <div class=\"floating-blob -bottom-40 -right-20\" style=\"background: radial-gradient(circle, rgba(14, 165, 233, 0.15) 0%, transparent 70%);\"><\/div>\n        <div class=\"floating-blob top-1\/2 left-1\/2 -translate-x-1\/2 -translate-y-1\/2\" style=\"background: radial-gradient(circle, rgba(99, 102, 241, 0.1) 0%, transparent 70%);\"><\/div>\n        \n        <div class=\"max-w-7xl mx-auto px-6 text-center relative z-10\">\n            <div class=\"inline-flex items-center gap-3 px-6 py-3 rounded-full bg-gradient-to-r from-emerald-50 to-sky-50 text-emerald-700 text-[11px] font-black uppercase tracking-[0.3em] mb-12 border-2 border-emerald-200\/50 shadow-lg shadow-emerald-100\/50 backdrop-blur-xl\">\n                <span class=\"relative flex h-2.5 w-2.5\">\n                    <span class=\"animate-ping absolute inline-flex h-full w-full rounded-full bg-emerald-500 opacity-75\"><\/span>\n                    <span class=\"relative inline-flex rounded-full h-2.5 w-2.5 bg-emerald-500\"><\/span>\n                <\/span>\n                Modern Infrastructure\n            <\/div>\n            <h1 class=\"text-2xl md:text-4xl lg:text-5xl font-bold text-slate-900 mb-12 leading-[1.4] tracking-normal max-w-6xl mx-auto px-4\" style=\"font-family: 'Inter', sans-serif; text-shadow: 0 2px 40px rgba(0,0,0,0.05); word-break: break-word;\">\n                A modern and safe combined heat and power plant in Kleszcz\u00f3w powered by RDF fuel \u2013 <span class=\"text-transparent bg-clip-text bg-gradient-to-r from-emerald-600 via-sky-500 to-emerald-600 gradient-animate whitespace-nowrap\">new energy for Kleszcz\u00f3w<\/span>\n            <\/h1>\n            <p class=\"text-xl md:text-2xl text-slate-600 leading-relaxed mb-16 max-w-3xl mx-auto font-medium\">\n                An informational website about the planned energy investment in the industrial area of the Kleszcz\u00f3w municipality.\n            <\/p>\n           <div class=\"flex flex-wrap justify-center gap-6\">\n    <a href=\"#oswiadczenie\" class=\"px-12 py-6 btn-primary text-white font-black rounded-2xl flex items-center gap-4 group text-lg\">\n        Read the investor&#8217;s statement\n        <i class=\"fa-solid fa-arrow-right-long group-hover:translate-x-2 transition-transform\"><\/i>\n    <\/a>\n<\/div>\n        <\/div>\n    <\/header>\n\n    <!-- O\u015bwiadczenie Inwestora -->\n    <section id=\"oswiadczenie\" class=\"py-32 bg-gradient-to-b from-white to-emerald-50\/30 relative\">\n        <div class=\"max-w-5xl mx-auto px-6\">\n            <div class=\"card-modern p-16 md:p-24 rounded-[4rem]\">\n                <div class=\"flex flex-col md:flex-row left-between items-start md:items-center mb-20 gap-8\">\n                    <div>\n                        <h3 class=\"text-4xl font-black text-slate-900 tracking-tight\">Investor statement<\/h3>\n                    <\/div>\n                    <div class=\"w-20 h-20 bg-gradient-to-br from-emerald-500 to-emerald-600 rounded-3xl flex items-center justify-center text-white glow-emerald shadow-2xl shadow-emerald-500\/30 shimmer\">\n                        <i class=\"fa-solid fa-scroll text-3xl\"><\/i>\n                    <\/div>\n                <\/div>\n\n                <div class=\"relative\">\n                    <div id=\"statement-container\" class=\"prose prose-base md:prose-lg prose-emerald max-w-none text-slate-700 leading-relaxed text-left space-y-4 md:space-y-6 overflow-hidden transition-all duration-700\">\n                        <p class=\"font-bold text-slate-900 text-2xl not-prose mb-12\">Dear Residents of the Kleszcz\u00f3w Municipality,\nDear Representatives of the Local Government,<\/p>\n                        \n                        <p>As the investor planning the development of a state-of-the-art small-scale combined heat and power\n(CHP) plant powered by alternative RDF fuel, Portonovo would like to present its position regarding\nthe draft of the local spatial development plan currently under review, as well as highlight the\nenvironmental and economic significance of the planned project for the municipality.<\/p>\n                        \n                        <p>The proposed facility aligns with the principles of sustainable waste management and energy\ntransition. It will utilize RDF (Refuse-Derived Fuel \u2013 processed waste used as an alternative energy\nsource). The technology employed excludes the storage or sorting of municipal waste on-site. The\ntightly sealed RDF containers will be used directly for energy production. Due to the project\u2019s scale,\nwe do not anticipate a significant increase in delivery traffic \u2013 our simulations indicate approximately\n3\u20134 vehicles per hour, which should not pose a nuisance to residents, particularly as the facility will\nbe located away from residential areas.<\/p>\n                        \n                        <p>The installation will not process hazardous waste and is designed as a facility meeting the highest\nenvironmental standards. The planned generator output \u2013 up to 19 MW \u2013 would be sufficient to\nsupply electricity to as many as 45,000 households. This is particularly relevant in the Kleszcz\u00f3w\nMunicipality, which currently lacks a central heating or CHP plant, with residents and businesses\nrelying on dispersed, often less efficient and more polluting energy sources. As such, the investment\ncan significantly contribute to enhancing the municipality\u2019s future energy independence.<\/p>\n\n                        <p>We assure you that the installation will be designed and built in full compliance with the strictest EU\nstandards, including Best Available Techniques (BAT) conclusions under Directive 2010\/75\/EU of the\nEuropean Parliament and the Council. These standards are considerably more stringent than current\nnational regulations. With the implementation of advanced flue gas treatment systems and\ncontinuous emissions monitoring, the facility\u2019s environmental impact will be minimal. The modern\ntechnology employed will also eliminate unpleasant odors, and the investment will be entirely firesafe.<\/p>\n\n                        <p>The proposed development is planned on the so-called 5P area, which is currently designated for\nindustrial use under the 2017 local spatial development plan. We are deeply concerned about the\nproposed amendments, which would, in practice, prohibit the location of the modern installation\ndescribed above \u2013 almost exclusively on the site of our planned investment. Such provisions pose a\nsignificant regulatory risk, undermine the stability of the investment process, and violate the principle\nof equal treatment of business entities. Meanwhile, other areas covered by the new spatial\ndevelopment plan (such as 14P and 16P) still permit the expansion of waste processing plants\noperated by Polymer Energy and Maya Victoria, despite these facilities using technologies\nsignificantly less advanced in terms of environmental standards than the one we propose.<\/p>\n\n                        <p>It is worth emphasizing that Waste-to-Energy (WtE) facilities \u2013 or Thermal Waste Treatment\nInstallations (ITPOs) \u2013 are widely implemented across Europe, with over 500 such facilities in\noperation, and are a key component in achieving EU targets to reduce municipal waste landfilling.\nUnlike traditional WtE plants, however, our facility will not process municipal waste into RDF, but\ninstead will produce electricity from pre-contracted, ready-to-use alternative fuel.<\/p>\n\n                        <p>The planned investment will also bring tangible social and economic benefits, including the creation\nof 50 to 90 new jobs and significant tax revenues for the municipality. With an estimated budget of\napproximately PLN 600 million (net), the Portonovo project is expected to generate several million\nPLN annually in property tax revenues for the municipal budget.<\/p>\n\n                        <p>We believe that the evaluation of this investment should be based on factual and accurate\ninformation. This is a modern solution that bears no resemblance to outdated incineration plants\nfrom the 1990s. We appeal for this distinction to be recognized and for the project not to be\nassociated with so-called \u201cold waste incinerators\u201d when shaping the provisions of the new spatial\ndevelopment plan. We respectfully request the opportunity to carry out the investment on the 5P site\nunder the current building height regulations. We are convinced that a modern RDF-based energy\nfacility can become a safe, low-emission, and environmentally responsible component of Kleszcz\u00f3w\u2019s\ndevelopment.<\/p>\n\n<p>We remain fully open to dialogue and cooperation with residents and local authorities, and we are\nhappy to answer any questions regarding this project.<\/p>\n<p>Respectfully,<\/p>\n                        \n                        <div class=\"pt-16 border-t-2 border-emerald-200 flex flex-col gap-4 not-prose mt-12\">\n                            <span class=\"text-3xl font-black text-slate-900 tracking-tight\">Antoni Adam Repa, Timothy James Mckechnie<\/span>\n                            <span class=\"text-sm text-emerald-600 font-black uppercase tracking-[0.4em]\"> Portonovo Investor<\/span>\n                        <\/div>\n                    <\/div>\n\n                    <div id=\"fade-bottom\" class=\"absolute bottom-0 left-0 w-full h-64 fade-overlay pointer-events-none no-print\"><\/div>\n                <\/div>\n\n                <div class=\"mt-20 flex flex-col items-center gap-8 no-print relative z-50\">\n                    <button id=\"btn-toggle\" class=\"group px-16 py-6 bg-gradient-to-r from-emerald to-emerald-50 text-emerald-600 font-black border-3 border-emerald-500 rounded-2xl hover:bg-emerald-500 hover:text-white transition-all duration-300 flex items-center gap-4 shadow-2xl shadow-emerald-200\/50 backdrop-blur-xl hover:scale-105 text-lg\">\n                        <span id=\"btn-text\" class=\"tracking-wide\">Read full statement<\/span>\n                        <i id=\"btn-icon\" class=\"fa-solid fa-chevron-down transition-transform duration-500\"><\/i>\n                    <\/button>\n                   <a href=\"https:\/\/energiadlakleszczowa.pl\/wp-content\/uploads\/2026\/01\/Investor-statement.pdf\" target=\"_blank\" class=\"px-12 py-6 bg-white\/80 backdrop-blur-xl text-sky-600 font-black rounded-2xl border-2 border-sky-200 hover:border-sky-300 hover:bg-sky-50 transition-all hover:scale-105 flex items-center gap-3 shadow-xl shadow-sky-100\/50 text-lg\">\n    <i class=\"fa-solid fa-file-pdf\"><\/i> Download statement (PDF)\n<\/a>\n\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- O Inwestorze -->\n    <section id=\"o-nas\" class=\"py-32 bg-gradient-to-b from-emerald-50\/30 to-white\">\n        <div class=\"max-w-5xl mx-auto px-6\">\n            <div class=\"card-modern p-16 md:p-24 rounded-[4rem]\">\n                <div class=\"flex flex-col md:flex-row justify-between items-start md:items-center mb-20 gap-8\">\n                    <div>\n                        <h2 class=\"text-4xl font-black text-slate-900 tracking-tight\">About the Investor<\/h2>\n                    <\/div>\n                    <div class=\"w-20 h-20 bg-gradient-to-br from-sky-500 to-sky-600 rounded-3xl flex items-center justify-center text-white glow-sky shadow-2xl shadow-sky-500\/30 shimmer\">\n                        <i class=\"fa-solid fa-building text-3xl\"><\/i>\n                    <\/div>\n                <\/div>\n\n                <div class=\"relative\">\n                    <div id=\"investor-container\" class=\"prose prose-lg prose-slate max-w-none text-slate-700 leading-relaxed space-y-6\">\n                        <div class=\"grid md:grid-cols-2 gap-8 not-prose mb-10\">\n                            <div class=\"flex items-start gap-4\">\n                                <div class=\"w-12 h-12 bg-emerald-100 rounded-2xl flex items-center justify-center text-emerald-600 flex-shrink-0\">\n                                    <i class=\"fa-solid fa-building-columns text-xl\"><\/i>\n                                <\/div>\n                                <div>\n                                    <h4 class=\"font-black text-slate-900 mb-2\">Portonovo<\/h4>\n                                    <p class=\"text-sm text-slate-600 font-medium\">a Polish company affiliated with the Merchant Place group<\/p>\n                                <\/div>\n                            <\/div>\n                            <div class=\"flex items-start gap-4\">\n                                <div class=\"w-12 h-12 bg-sky-100 rounded-2xl flex items-center justify-center text-sky-600 flex-shrink-0\">\n                                    <i class=\"fa-solid fa-calendar-check text-xl\"><\/i>\n                                <\/div>\n                                <div>\n                                    <h4 class=\"font-black text-slate-900 mb-2\">20+ years<\/h4>\n                                    <p class=\"text-sm text-slate-600 font-medium\">of experience<\/p>\n                                <\/div>\n                            <\/div>\n                            <div class=\"flex items-start gap-4\">\n                                <div class=\"w-12 h-12 bg-emerald-100 rounded-2xl flex items-center justify-center text-emerald-600 flex-shrink-0\">\n                                    <i class=\"fa-solid fa-sterling-sign text-xl\"><\/i>\n                                <\/div>\n                                <div>\n                                    <h4 class=\"font-black text-slate-900 mb-2\">2 mld \u00a3<\/h4>\n                                    <p class=\"text-sm text-slate-600 font-medium\">projects worth approx. \u00a32 billion<\/p>\n                                <\/div>\n                            <\/div>\n                            <div class=\"flex items-start gap-4\">\n                                <div class=\"w-12 h-12 bg-sky-100 rounded-2xl flex items-center justify-center text-sky-600 flex-shrink-0\">\n                                    <i class=\"fa-solid fa-handshake text-xl\"><\/i>\n                                <\/div>\n                                <div>\n                                    <h4 class=\"font-black text-slate-900 mb-2\">Collaboration<\/h4>\n                                    <p class=\"text-sm text-slate-600 font-medium\">with local governments and public institutions<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"bg-gradient-to-br from-slate-50 to-slate-100\/50 p-8 rounded-3xl border-2 border-slate-200 not-prose mb-10\">\n                            <div class=\"flex items-start gap-4\">\n                                <div class=\"w-12 h-12 bg-slate-700 rounded-2xl flex items-center justify-center text-white flex-shrink-0\">\n                                    <i class=\"fa-solid fa-star text-xl\"><\/i>\n                                <\/div>\n                                <div>\n                                    <p class=\"text-slate-700 font-medium\">Completed projects for Hitachi Rail and Siemens.<\/p>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n\n                        <div class=\"h-px bg-gradient-to-r from-transparent via-emerald-300 to-transparent my-10\"><\/div>\n\n                        <p class=\"font-medium text-slate-700\">\n                            Portonovo is a company registered in Poland and affiliated with the international group Merchant Place, which has many years of experience in financing, developing, and managing real estate projects in the UK and other European countries.\n                        <\/p>\n\n                        <p class=\"font-medium text-slate-700\">\n                           Within the Merchant Place group, commercial real estate investments worth approximately \u00a32 billion have been financed and completed, including both industrial and commercial projects delivered for renowned international companies. Key developments include, among others, the construction of a manufacturing facility of over 45,000 m\u00b2 for Hitachi Rail and a factory project for Tronic (now Siemens), which was awarded the title of the best industrial project in the world.\n                        <\/p>\n\n                        <p class=\"font-medium text-slate-700\">\n                            A key distinguishing feature of the group is its advanced cooperation with local authorities and public institutions in the UK. Projects were carried out in partnership with city councils, on land owned by the Crown Estate, and in enterprise zones requiring close coordination with public administration. These experiences cover both joint investment ventures and long-term planning and implementation processes.\n                        <\/p>\n\n                        <p class=\"font-medium text-slate-700\">\n                           Portonovo, leveraging the expertise and standards of the Merchant Place group, focuses on executing projects based on transparent relationships, partnership cooperation, and long-term value.\n                        <\/p>\n\n                        <div class=\"mt-12 not-prose relative z-10\">\n                            <p class=\"text-slate-700 font-bold mb-4 text-lg\">More information about Merchant Place:<\/p>\n                            <a href=\"https:\/\/www.merchantdevelopments.com\/\" target=\"_blank\" class=\"inline-flex items-center gap-4 px-8 py-4 bg-gradient-to-r from-emerald-500 to-emerald-600 text-white font-black rounded-2xl hover:scale-105 transition-all shadow-xl shadow-emerald-200 group text-lg\">\n                                <i class=\"fa-solid fa-globe\"><\/i>\n                                Merchant Place Wbsite\n                                <i class=\"fa-solid fa-arrow-right group-hover:translate-x-2 transition-transform\"><\/i>\n                            <\/a>\n                        <\/div>\n                    <\/div>\n\n                    <div id=\"fade-investor\" class=\"absolute bottom-0 left-0 w-full h-48 fade-overlay pointer-events-none no-print\" style=\"pointer-events: none !important;\"><\/div>\n                <\/div>\n\n                <div class=\"mt-20 flex flex-col items-center gap-8 no-print relative z-50\">\n                    <button id=\"btn-investor-toggle\" class=\"group px-16 py-6 bg-gradient-to-r from-white to-sky-50 text-sky-600 font-black border-3 border-sky-500 rounded-2xl hover:bg-sky-500 hover:text-white transition-all duration-300 flex items-center gap-4 shadow-2xl shadow-sky-200\/50 backdrop-blur-xl hover:scale-105 text-lg\">\n                        <span id=\"btn-investor-text\" class=\"tracking-wide\">Read more about the investor<\/span>\n                        <i id=\"btn-investor-icon\" class=\"fa-solid fa-chevron-down transition-transform duration-500\"><\/i>\n                    <\/button>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Sekcja 3: Co obejmuje inwestycja -->\n    <section id=\"inwestycja\" class=\"py-32 bg-gradient-to-b from-white to-sky-50\/30\">\n        <div class=\"max-w-7xl mx-auto px-6\">\n            <div class=\"text-center max-w-3xl mx-auto mb-24\">\n                <h2 class=\"text-5xl font-black text-slate-900 mb-8 tracking-tight\">What does the planned investment involve?<\/h2>\n                <div class=\"w-24 h-3 bg-gradient-to-r from-sky-500 via-emerald-500 to-sky-500 mx-auto rounded-full glow-sky\"><\/div>\n            <\/div>\n            \n            <div class=\"grid grid-cols-2 md:grid-cols-3 lg:grid-cols-5 gap-4 md:gap-6\">\n                <div class=\"card-modern p-6 md:p-8 rounded-[2rem]\">\n    <div class=\"w-14 h-14 md:w-16 md:h-16 bg-gradient-to-br from-emerald-500 to-emerald-600 rounded-2xl flex items-center justify-center text-white mb-6 glow-emerald shadow-2xl shadow-emerald-500\/30\">\n                        <i class=\"fa-solid fa-industry text-3xl\"><\/i>\n                    <\/div>\n                    <h4 class=\"text-lg md:text-xl font-black text-slate-900 mb-3 tracking-tight\"> RDF Fuel<\/h4>\n                    <p class=\"text-sm md:text-base text-slate-600 leading-relaxed font-medium\"> A combined heat and power plant powered by ready-made and certified alternative RDF fuel.<\/p>\n                <\/div>\n                <div class=\"card-modern p-6 md:p-8 rounded-[2rem]\">\n    <div class=\"w-14 h-14 md:w-16 md:h-16 bg-gradient-to-br from-emerald-500 to-emerald-600 rounded-2xl flex items-center justify-center text-white mb-6 glow-emerald shadow-2xl shadow-emerald-500\/30\">\n                        <i class=\"fa-solid fa-ban text-3xl\"><\/i>\n                    <\/div>\n                    <h4 class=\"text-lg md:text-xl font-black text-slate-900 mb-3 tracking-tight\"> No Segregation<\/h4>\n                    <p class=\"text-sm md:text-base text-slate-600 leading-relaxed font-medium\"> No waste segregation or storage at the facility.<\/p>\n                <\/div>\n               <div class=\"card-modern p-6 md:p-8 rounded-[2rem]\">\n    <div class=\"w-14 h-14 md:w-16 md:h-16 bg-gradient-to-br from-emerald-500 to-emerald-600 rounded-2xl flex items-center justify-center text-white mb-6 glow-emerald shadow-2xl shadow-emerald-500\/30\">\n                        <i class=\"fa-solid fa-truck-droplet text-3xl\"><\/i>\n                    <\/div>\n                    <h4 class=\"text-lg md:text-xl font-black text-slate-900 mb-3 tracking-tight\"> Certified Source<\/h4>\n                    <p class=\"text-sm md:text-base text-slate-600 leading-relaxed font-medium\"> Use of ready-made, certified fuel only. No municipal waste.<\/p>\n                <\/div>\n               <div class=\"card-modern p-6 md:p-8 rounded-[2rem]\">\n    <div class=\"w-14 h-14 md:w-16 md:h-16 bg-gradient-to-br from-emerald-500 to-emerald-600 rounded-2xl flex items-center justify-center text-white mb-6 glow-emerald shadow-2xl shadow-emerald-500\/30\">\n                        <i class=\"fa-solid fa-plug text-3xl\"><\/i>\n                    <\/div>\n                    <h4 class=\"text-lg md:text-xl font-black text-slate-900 mb-3 tracking-tight\"> 19 MW Capacity<\/h4>\n                    <p class=\"text-sm md:text-base text-slate-600 leading-relaxed font-medium\"> Electricity production (up to 19 MW).<\/p>\n                <\/div>\n               <div class=\"card-modern p-6 md:p-8 rounded-[2rem]\">\n    <div class=\"w-14 h-14 md:w-16 md:h-16 bg-gradient-to-br from-emerald-500 to-emerald-600 rounded-2xl flex items-center justify-center text-white mb-6 glow-emerald shadow-2xl shadow-emerald-500\/30\">\n                        <i class=\"fa-solid fa-fire text-3xl\"><\/i>\n                    <\/div>\n                    <h4 class=\"text-lg md:text-xl font-black text-slate-900 mb-3 tracking-tight\"> Heat for the Municipality<\/h4>\n                    <p class=\"text-sm md:text-base text-slate-600 leading-relaxed font-medium\"> Installation with potential for heat supply in the future.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Sekcja 4: Pytania i odpowiedzi -->\n    <section id=\"qa\" class=\"py-32 bg-gradient-to-b from-sky-50\/30 to-emerald-50\/30\">\n        <div class=\"max-w-5xl mx-auto px-6\">\n            <div class=\"text-center mb-28\">\n                <h2 class=\"text-5xl font-black text-slate-900 mb-8 tracking-tight\">Frequently Asked Questions<\/h2>\n                <div class=\"w-24 h-3 bg-gradient-to-r from-sky-500 via-emerald-500 to-sky-500 mx-auto rounded-full glow-sky\"><\/div>\n            <\/div>\n\n            <div class=\"space-y-6\">\n                <!-- FAQ Item 1 -->\n                <div class=\"accordion-item card-modern rounded-[2rem] overflow-hidden\">\n                    <button class=\"w-full p-10 flex justify-between items-center text-left group\">\n                        <span class=\"text-2xl font-black text-slate-900 pr-8\">Who is behind the planned investment in the industrial area in Bogumi\u0142\u00f3w and Karol\u00f3w? What experience does the company have in similar projects?<\/span>\n                        <i class=\"fa-solid fa-plus text-3xl text-emerald-600 transition-transform duration-500 flex-shrink-0\"><\/i>\n                    <\/button>\n                    <div class=\"accordion-content\">\n                        <div class=\"accordion-inner p-10 pt-0\">\n                            <p class=\"text-slate-700 leading-relaxed mb-6 font-medium text-lg\">\n                                <strong class=\"font-black text-slate-900\"> \nPortonovo is a Polish company affiliated with the international group Merchant Place, which has over 20 years of experience in delivering large-scale industrial and commercial projects in the UK and Europe. The group has completed investments totaling around \u00a32 billion, including for companies such as Hitachi Rail and Siemens. Portonovo operates based on the highest standards of partnership with local governments and public institutions, focusing on transparent and long-term projects with high added value for local communities.\n                            <\/p>\n       \n                        \n                            <p class=\"text-slate-700 leading-relaxed font-medium text-lg\">\n                               More information is available in the<strong class=\"font-black text-sky-600\">About Us<\/strong> section and at \n                                <a href=\"https:\/\/www.merchantdevelopments.com\/\" target=\"_blank\" class=\"text-sky-600 underline font-black hover:text-sky-700\">merchantdevelopments.com<\/a>\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ Item 2 -->\n                <div class=\"accordion-item card-modern rounded-[2rem] overflow-hidden\">\n                    <button class=\"w-full p-10 flex justify-between items-center text-left group\">\n                        <span class=\"text-2xl font-black text-slate-900 pr-8\">What exactly will be built in Kleszcz\u00f3w? We don\u2019t want a waste-related business in our municipality!<\/span>\n                        <i class=\"fa-solid fa-plus text-3xl text-emerald-600 transition-transform duration-500 flex-shrink-0\"><\/i>\n                    <\/button>\n                    <div class=\"accordion-content\">\n                        <div class=\"accordion-inner p-10 pt-0\">\n                            <p class=\"text-slate-700 leading-relaxed mb-6 font-medium text-lg\">\n                                Waste-to-Energy plants (WTE or ITPO \u2013 Thermal Waste Processing Installations) are widely used across Europe \u2013 more than 500 such facilities are operational. However, unlike a typical WTE plant, our investment will not involve the processing of municipal waste into fuel, but will generate electricity from pre-contracted, ready-made alternative fuel (RDF \u2013 Refuse-Derived Fuel).\n                            <\/p>\n                            <p class=\"text-slate-700 leading-relaxed mb-6 font-medium text-lg\">\n                                The installation planned in the industrial areas of Bogumi\u0142\u00f3w and Karol\u00f3w will have nothing to do with facilities commonly referred to as &#8222;waste incinerators.&#8221; It will use RDF \u2013 processed waste that serves as an alternative energy source. The project entirely excludes any waste sorting on site. It will be an industrial facility dedicated to the thermal processing of ready fuel. In practice, it will function as a CHP plant, where instead of fossil fuels (e.g., lignite, coal), RDF is used \u2013 waste unsuitable for recycling. The gases produced during combustion will undergo a complex, multi-stage purification process, after which they can be safely emitted into the atmosphere.\n                            <\/p>\n                            <p class=\"text-slate-700 leading-relaxed mb-6 font-medium text-lg\">\n                                The project will be carried out in accordance with the strictest EU standards, including Best Available Techniques (BAT) in line with Directive 2010\/75\/EU of the European Parliament and Council, which are stricter than domestic regulations. Thanks to this advanced filtration and control, the air released from the plant is clean and safe. Also, no unpleasant odor will be present \u2013 RDF is transported in sealed containers and immediately introduced into the process line.\n                            <\/p>\n                        \n                  \n                    <\/div>\n                <\/div>\n\n                <!-- FAQ Item 3 -->\n                <div class=\"accordion-item card-modern rounded-[2rem] overflow-hidden\">\n                    <button class=\"w-full p-10 flex justify-between items-center text-left group\">\n                        <span class=\"text-2xl font-black text-slate-900 pr-8\">Our municipality has already experienced a fire in a similar facility. We don\u2019t want such a risk! Is this investment safe for residents?<\/span>\n                        <i class=\"fa-solid fa-plus text-3xl text-emerald-600 transition-transform duration-500 flex-shrink-0\"><\/i>\n                    <\/button>\n                    <div class=\"accordion-content\">\n                        <div class=\"accordion-inner p-10 pt-0\">\n                            <p class=\"text-slate-700 leading-relaxed mb-6 font-medium text-lg\">\n                               The planned investment, due to its technology, will not pose a threat to residents or the environment. There will be no on-site storage or waste sorting. Strict regulations in this area and the best European practices we apply minimize risks, including fire hazards. Fire protection systems in facilities generating energy through high-temperature combustion are significantly stricter than those in companies dealing with waste processing. In summary, due to the technology and type of fuel used, the planned investment will not pose a fire risk.\n                            <\/p>\n                        \n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ Item 4 -->\n                <div class=\"accordion-item card-modern rounded-[2rem] overflow-hidden\">\n                    <button class=\"w-full p-10 flex justify-between items-center text-left group\">\n                        <span class=\"text-2xl font-black text-slate-900 pr-8\">Surely the plant will lead to a heavy increase in road traffic. How much will vehicle traffic increase after the plant is launched?<\/span>\n                        <i class=\"fa-solid fa-plus text-3xl text-emerald-600 transition-transform duration-500 flex-shrink-0\"><\/i>\n                    <\/button>\n                    <div class=\"accordion-content\">\n                        <div class=\"accordion-inner p-10 pt-0\">\n                            <p class=\"text-slate-700 leading-relaxed mb-6 font-medium text-lg\">\n                                Due to the scale of the investment, there is no question of a drastic increase in road traffic. The planned generator capacity \u2013 up to 19 MW \u2013 means it will be a much smaller facility compared to, for example, investments in Warsaw, where over 350 trucks make deliveries. Our planning and simulations show that traffic will increase by around 3 trucks per hour after the plant is operational \u2013 a level unlikely to be a nuisance for residents, especially considering the planned location is far from residential buildings.\n                            <\/p>\n                           \n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ Item 5 -->\n                <div class=\"accordion-item card-modern rounded-[2rem] overflow-hidden\">\n                    <button class=\"w-full p-10 flex justify-between items-center text-left group\">\n                        <span class=\"text-2xl font-black text-slate-900 pr-8\">How will the RDF fuel be delivered to the plant?\n <\/span>\n                        <i class=\"fa-solid fa-plus text-3xl text-emerald-600 transition-transform duration-500 flex-shrink-0\"><\/i>\n                    <\/button>\n                    <div class=\"accordion-content\">\n                        <div class=\"accordion-inner p-10 pt-0\">\n                            <p class=\"text-slate-700 leading-relaxed mb-6 font-medium text-lg\">\n                                The fuel to be used in the installation is RDF (Refuse-Derived Fuel \u2013 processed waste used as an alternative energy source). According to Portonovo\u2019s project, there are no plans to process or sort waste on-site, nor to accept hazardous waste.\n                            <\/p>\n                          \n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ Item 6 -->\n                <div class=\"accordion-item card-modern rounded-[2rem] overflow-hidden\">\n                    <button class=\"w-full p-10 flex justify-between items-center text-left group\">\n                        <span class=\"text-2xl font-black text-slate-900 pr-8\">What about the by-products of combustion? Will there be waste heaps near the plant?<\/span>\n                        <i class=\"fa-solid fa-plus text-3xl text-emerald-600 transition-transform duration-500 flex-shrink-0\"><\/i>\n                    <\/button>\n                    <div class=\"accordion-content\">\n                        <div class=\"accordion-inner p-10 pt-0\">\n                            <p class=\"text-slate-700 leading-relaxed mb-6 font-medium text-lg\">\n                               Combustion of RDF in similar installations produces, among others, slag and bottom ash. Modern technologies enable a highly effective reduction of such by-products. These are not hazardous waste \u2013 after appropriate treatment, sorting, and obtaining technical approval, they can be used in non-residential construction and road building, or for land reclamation.\n                            <\/p>\n                           \n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ Item 7 -->\n                <div class=\"accordion-item card-modern rounded-[2rem] overflow-hidden\">\n                    <button class=\"w-full p-10 flex justify-between items-center text-left group\">\n                        <span class=\"text-2xl font-black text-slate-900 pr-8\">What about pollutants released into the atmosphere?<\/span>\n                        <i class=\"fa-solid fa-plus text-3xl text-emerald-600 transition-transform duration-500 flex-shrink-0\"><\/i>\n                    <\/button>\n                    <div class=\"accordion-content\">\n                        <div class=\"accordion-inner p-10 pt-0\">\n                            <p class=\"text-slate-700 leading-relaxed mb-6 font-medium text-lg\">\n                                Emission standards for the planned installation are extremely strict \u2013 much stricter than those for coal or biomass plants. As a result, such facilities are safe for both people and the environment. The composition of exhaust gases is constantly monitored, and data is accessible not only to plant employees but also to authorized institutions.\n                            <\/p>\n                           \n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ Item 8 -->\n                <div class=\"accordion-item card-modern rounded-[2rem] overflow-hidden\">\n                    <button class=\"w-full p-10 flex justify-between items-center text-left group\">\n                        <span class=\"text-2xl font-black text-slate-900 pr-8\">You haven\u2019t mentioned dioxins, furans, and other dangerous substances that may be emitted. How are these substances handled?<\/span>\n                        <i class=\"fa-solid fa-plus text-3xl text-emerald-600 transition-transform duration-500 flex-shrink-0\"><\/i>\n                    <\/button>\n                    <div class=\"accordion-content\">\n                        <div class=\"accordion-inner p-10 pt-0\">\n                            <p class=\"text-slate-700 leading-relaxed mb-6 font-medium text-lg\">\n                                Dioxins and furans are indeed dangerous, but they are quite unstable compounds \u2013 they break down at around 700\u00b0C. The planned installation will operate at much higher temperatures, sufficient not only to decompose dioxins and furans but also benzene and hexachlorobenzene (which degrade at 900\u2013950\u00b0C). Additionally, such installations now use filtration with activated carbon or tungsten-vanadium catalysts \u2013 effectively eliminating this threat.\n                            <\/p>\n                            <p class=\"text-slate-700 leading-relaxed mb-6 font-medium text-lg\">\n                               Many experts, including Prof. Grzegorz Wielgosi\u0144ski, believe that fears of dioxins and furans stem from 1990s information, when outdated technologies were used.\n                            <\/p>\n                           \n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- FAQ Item 9 -->\n                <div class=\"accordion-item card-modern rounded-[2rem] overflow-hidden\">\n                    <button class=\"w-full p-10 flex justify-between items-center text-left group\">\n                        <span class=\"text-2xl font-black text-slate-900 pr-8\">What benefits will the municipality and its residents gain? Will there be jobs? Will the plant supply heat? What tax revenues are expected?<\/span>\n                        <i class=\"fa-solid fa-plus text-3xl text-emerald-600 transition-transform duration-500 flex-shrink-0\"><\/i>\n                    <\/button>\n                    <div class=\"accordion-content\">\n                        <div class=\"accordion-inner p-10 pt-0\">\n                            <p class=\"text-slate-700 leading-relaxed mb-6 font-medium text-lg\">\n                                The project involves electricity generation via a 19 MW steam turbine generator \u2013 sufficient to power a small town. In the future, this may contribute to greater energy security for the Kleszcz\u00f3w municipality. Technologically, nothing prevents the facility from supplying heat to homes, apartments, and public buildings in the municipality \u2013 for example, Solpark, which had previously planned to use geothermal wells.\n                            <\/p>\n                            <p class=\"text-slate-700 leading-relaxed mb-6 font-medium text-lg\">\n                                Currently, there is no central heating or CHP plant in the municipality, and residents and private companies rely on their own often inefficient energy sources. The investment could significantly improve this situation.\n                            <\/p>\n                            <p class=\"text-slate-700 leading-relaxed mb-6 font-medium text-lg\">\n                                The facility would employ 50\u201390 people, creating local jobs.\n \n                            <\/p>\n                            <p class=\"text-slate-700 leading-relaxed mb-6 font-medium text-lg\">\n                                 \nIts operation would also result in substantial tax revenues for the municipality \u2013 including property tax, PIT, and CIT. The estimated budget of the Portonovo investment is approximately PLN 600 million net, potentially generating several million PLN annually in property tax alone.\n                            <\/p>\n                          \n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Sekcja 5: Co zyskuje gmina Kleszcz\u00f3w? -->\n    <section id=\"korzysci\" class=\"py-32 bg-gradient-to-b from-white to-sky-50\/30\">\n        <div class=\"max-w-7xl mx-auto px-6\">\n            <div class=\"text-center mb-28\">\n                <h2 class=\"text-5xl font-black text-slate-900 mb-8 tracking-tight\">What does the Kleszcz\u00f3w municipality gain?<\/h2>\n                <div class=\"w-24 h-3 bg-gradient-to-r from-emerald-500 via-sky-500 to-emerald-500 mx-auto rounded-full glow-emerald\"><\/div>\n            <\/div>\n            \n            <div class=\"grid md:grid-cols-2 lg:grid-cols-5 gap-6 mb-20\">\n                <div class=\"card-modern p-8 rounded-[2rem] text-center group\">\n                    <div class=\"w-16 h-16 bg-gradient-to-br from-emerald-500 to-emerald-600 rounded-3xl flex items-center justify-center text-white mx-auto mb-6 glow-emerald shadow-2xl shadow-emerald-500\/30 group-hover:scale-110 transition-all\">\n                        <i class=\"fa-solid fa-users text-2xl\"><\/i>\n                    <\/div>\n                    <div class=\"text-4xl font-black bg-gradient-to-br from-emerald-600 to-emerald-500 bg-clip-text text-transparent mb-3 tracking-tight\">50\u201390<\/div>\n                    <p class=\"font-bold text-slate-700 text-sm\">jobs<\/p>\n                <\/div>\n                \n                <div class=\"card-modern p-8 rounded-[2rem] text-center group\">\n                    <div class=\"w-16 h-16 bg-gradient-to-br from-sky-500 to-sky-600 rounded-3xl flex items-center justify-center text-white mx-auto mb-6 glow-sky shadow-2xl shadow-sky-500\/30 group-hover:scale-110 transition-all\">\n                        <i class=\"fa-solid fa-coins text-2xl\"><\/i>\n                    <\/div>\n                    <div class=\"text-3xl font-black text-slate-900 mb-3 leading-tight\">Millions PLN<\/div>\n                    <p class=\"font-bold text-slate-700 text-sm\">annually from taxes<\/p>\n                <\/div>\n                \n                <div class=\"card-modern p-8 rounded-[2rem] text-center group\">\n                    <div class=\"w-16 h-16 bg-gradient-to-br from-emerald-500 to-emerald-600 rounded-3xl flex items-center justify-center text-white mx-auto mb-6 glow-emerald shadow-2xl shadow-emerald-500\/30 group-hover:scale-110 transition-all\">\n                        <i class=\"fa-solid fa-temperature-high text-2xl\"><\/i>\n                    <\/div>\n                    <div class=\"text-3xl font-black text-slate-900 mb-3 leading-tight\">Heat<\/div>\n                    <p class=\"font-bold text-slate-700 text-sm\">potential supplies<\/p>\n                <\/div>\n                \n                <div class=\"card-modern p-8 rounded-[2rem] text-center group\">\n                    <div class=\"w-16 h-16 bg-gradient-to-br from-sky-500 to-sky-600 rounded-3xl flex items-center justify-center text-white mx-auto mb-6 glow-sky shadow-2xl shadow-sky-500\/30 group-hover:scale-110 transition-all\">\n                        <i class=\"fa-solid fa-bolt text-2xl\"><\/i>\n                    <\/div>\n                    <div class=\"text-3xl font-black text-slate-900 mb-3 leading-tight\">Energy<\/div>\n                    <p class=\"font-bold text-slate-700 text-sm\">improved energy security<\/p>\n                <\/div>\n                \n                <div class=\"card-modern p-8 rounded-[2rem] text-center group\">\n                    <div class=\"w-16 h-16 bg-gradient-to-br from-emerald-500 to-emerald-600 rounded-3xl flex items-center justify-center text-white mx-auto mb-6 glow-emerald shadow-2xl shadow-emerald-500\/30 group-hover:scale-110 transition-all\">\n                        <i class=\"fa-solid fa-industry text-2xl\"><\/i>\n                    <\/div>\n                    <div class=\"text-3xl font-black text-slate-900 mb-3 leading-tight\">Area 5P<\/div>\n                    <p class=\"font-bold text-slate-700 text-sm\">industrial site*<\/p>\n                <\/div>\n            <\/div>\n\n            <!-- Mapy lokalizacji -->\n<div class=\"mt-20\">\n    <h3 class=\"text-3xl font-black text-slate-900 text-center mb-12\">Location of the investment site<\/h3>\n    <div class=\"grid md:grid-cols-2 gap-12 max-w-5xl mx-auto\">\n        <!-- Mapa 1 -->\n        <div class=\"card-modern p-8 rounded-[3rem] group hover:scale-105 transition-all\">\n            <img decoding=\"async\" src=\"https:\/\/energiadlakleszczowa.pl\/wp-content\/uploads\/2026\/01\/Projekt-bez-nazwy-21.png\" alt=\"Mapa lokalizacji - widok 1\" class=\"w-full rounded-2xl shadow-xl mb-6\">\n            <p class=\"text-center font-bold text-slate-700 text-base leading-relaxed\">\n                The yellow line marks the boundaries of the property belonging to <span class=\"text-emerald-600\">PORTONOVO<\/span>.\n            <\/p>\n        <\/div>\n        \n        <!-- Mapa 2 -->\n        <div class=\"card-modern p-8 rounded-[3rem] group hover:scale-105 transition-all\">\n            <img decoding=\"async\" src=\"https:\/\/energiadlakleszczowa.pl\/wp-content\/uploads\/2026\/01\/mapa2.png\" alt=\"Mapa lokalizacji - widok 2\" class=\"w-full rounded-2xl shadow-xl mb-6\">\n            <p class=\"text-center font-bold text-slate-700 text-base mb-6\">\n                The area of the planned investment is marked in yellow.\n            <\/p>\n            \n            <!-- Lista okolicznych inwestycji -->\n            <div class=\"bg-gradient-to-br from-emerald-50 to-sky-50 p-6 rounded-2xl border-2 border-emerald-100\">\n                <h4 class=\"font-black text-slate-900 text-center mb-4 text-lg\">Nearby developments:<\/h4>\n                <div class=\"grid grid-cols-2 gap-x-4 gap-y-2 text-sm\">\n                    <div class=\"flex items-center gap-2\">\n                        <span class=\"w-2 h-2 bg-emerald-500 rounded-full\"><\/span>\n                        <span class=\"font-bold text-slate-700\">1. Epicom<\/span>\n                    <\/div>\n                    <div class=\"flex items-center gap-2\">\n                        <span class=\"w-2 h-2 bg-emerald-500 rounded-full\"><\/span>\n                        <span class=\"font-bold text-slate-700\">2. Sponcel<\/span>\n                    <\/div>\n                    <div class=\"flex items-center gap-2\">\n                        <span class=\"w-2 h-2 bg-sky-500 rounded-full\"><\/span>\n                        <span class=\"font-bold text-slate-700\">3. Eko-\u015awiat PPH<\/span>\n                    <\/div>\n                    <div class=\"flex items-center gap-2\">\n                        <span class=\"w-2 h-2 bg-sky-500 rounded-full\"><\/span>\n                        <span class=\"font-bold text-slate-700\">4. Eurometal<\/span>\n                    <\/div>\n                    <div class=\"flex items-center gap-2\">\n                        <span class=\"w-2 h-2 bg-emerald-500 rounded-full\"><\/span>\n                        <span class=\"font-bold text-slate-700\">5. Ekobenz<\/span>\n                    <\/div>\n                    <div class=\"flex items-center gap-2\">\n                        <span class=\"w-2 h-2 bg-emerald-500 rounded-full\"><\/span>\n                        <span class=\"font-bold text-slate-700\">6. ATEST BET<\/span>\n                    <\/div>\n                    <div class=\"flex items-center gap-2\">\n                        <span class=\"w-2 h-2 bg-sky-500 rounded-full\"><\/span>\n                        <span class=\"font-bold text-slate-700\">7. Maya Victory<\/span>\n                    <\/div>\n                    <div class=\"flex items-center gap-2\">\n                        <span class=\"w-2 h-2 bg-sky-500 rounded-full\"><\/span>\n                        <span class=\"font-bold text-slate-700\">8. Polymer Energy<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n    <!-- Sekcja: Bezpiecze\u0144stwo i normy \u015brodowiskowe -->\n    <section id=\"bezpieczenstwo\" class=\"py-32 bg-gradient-to-b from-emerald-50\/30 to-white\">\n        <div class=\"max-w-4xl mx-auto px-6\">\n            <h2 class=\"text-5xl font-black text-slate-900 text-center mb-28 tracking-tight\">Safety and Environmental Standards<\/h2>\n            <div class=\"grid gap-6\">\n                <div class=\"card-modern flex items-center gap-10 p-12 rounded-[3rem] group\">\n                    <div class=\"w-16 h-16 bg-gradient-to-br from-emerald-500 to-emerald-600 rounded-3xl flex items-center justify-center text-white glow-emerald shadow-2xl shadow-emerald-500\/30 group-hover:rotate-12 transition-transform\">\n                        <i class=\"fa-solid fa-check text-2xl\"><\/i>\n                    <\/div>\n                    <span class=\"text-2xl font-black text-slate-900 tracking-tight\">Compliance with Directive 2010\/75\/EU<\/span>\n                <\/div>\n                <div class=\"card-modern flex items-center gap-10 p-12 rounded-[3rem] group\">\n                    <div class=\"w-16 h-16 bg-gradient-to-br from-sky-500 to-sky-600 rounded-3xl flex items-center justify-center text-white glow-sky shadow-2xl shadow-sky-500\/30 group-hover:rotate-12 transition-transform\">\n                        <i class=\"fa-solid fa-microchip text-2xl\"><\/i>\n                    <\/div>\n                    <span class=\"text-2xl font-black text-slate-900 tracking-tight\">BAT \u2013 Best Available Techniques<\/span>\n                <\/div>\n                <div class=\"card-modern flex items-center gap-10 p-12 rounded-[3rem] group\">\n                    <div class=\"w-16 h-16 bg-gradient-to-br from-emerald-500 to-emerald-600 rounded-3xl flex items-center justify-center text-white glow-emerald shadow-2xl shadow-emerald-500\/30 group-hover:rotate-12 transition-transform\">\n                        <i class=\"fa-solid fa-eye text-2xl\"><\/i>\n                    <\/div>\n                    <span class=\"text-2xl font-black text-slate-900 tracking-tight\">Continuous Emission Monitoring<\/span>\n                <\/div>\n                <div class=\"card-modern flex items-center gap-10 p-12 rounded-[3rem] group\">\n                    <div class=\"w-16 h-16 bg-gradient-to-br from-sky-500 to-sky-600 rounded-3xl flex items-center justify-center text-white glow-sky shadow-2xl shadow-sky-500\/30 group-hover:rotate-12 transition-transform\">\n                        <i class=\"fa-solid fa-wind text-2xl\"><\/i>\n                    <\/div>\n                    <span class=\"text-2xl font-black text-slate-900 tracking-tight\">No Unpleasant Odors<\/span>\n                <\/div>\n                <div class=\"card-modern flex items-center gap-10 p-12 rounded-[3rem] group\">\n                    <div class=\"w-16 h-16 bg-gradient-to-br from-emerald-500 to-emerald-600 rounded-3xl flex items-center justify-center text-white glow-emerald shadow-2xl shadow-emerald-500\/30 group-hover:rotate-12 transition-transform\">\n                        <i class=\"fa-solid fa-fire-extinguisher text-2xl\"><\/i>\n                    <\/div>\n                    <span class=\"text-2xl font-black text-slate-900 tracking-tight\">No Fire Hazard<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n<!-- Section: Visualization -->\n<section class=\"py-20 bg-gradient-to-b from-white to-emerald-50\/30\">\n    <div class=\"max-w-6xl mx-auto px-6\">\n        <div class=\"text-center mb-16\">\n            <h2 class=\"text-5xl font-black text-slate-900 mb-8 tracking-tight\">Project Visualization<\/h2>\n            <div class=\"w-24 h-3 bg-gradient-to-r from-emerald-500 via-sky-500 to-emerald-500 mx-auto rounded-full\"><\/div>\n        <\/div>\n        \n        <div class=\"card-modern rounded-[3rem] overflow-hidden\">\n            <img decoding=\"async\" src=\"https:\/\/energiadlakleszczowa.pl\/wp-content\/uploads\/2026\/01\/Zrzut-ekranu-2026-01-28-o-10.30.07.png\" alt=\"CHP plant visualization in Kleszcz\u00f3w\" class=\"w-full h-auto\">\n        <\/div>\n\n        <div class=\"text-center mt-12\">\n            <p class=\"text-slate-500 italic font-bold text-sm\">The visualization is for illustrative purposes and may change during the design process.<\/p>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n    <!-- Kontakt -->\n <section id=\"kontakt\" class=\"py-32 bg-gradient-to-b from-white to-emerald-50\/30 no-print\">\n    <div class=\"max-w-7xl mx-auto px-6\">\n        <div class=\"bg-gradient-to-br from-emerald-500 via-emerald-600 to-emerald-700 rounded-[5rem] p-6 md:p-32 text-center text-white shadow-2xl overflow-hidden relative glow-emerald\">\n            <div class=\"absolute top-0 right-0 w-96 h-96 bg-white\/10 rounded-full blur-3xl -mr-48 -mt-48\"><\/div>\n            <div class=\"absolute bottom-0 left-0 w-96 h-96 bg-white\/10 rounded-full blur-3xl -ml-48 -mb-48\"><\/div>\n            <h2 class=\"text-3xl md:text-7xl font-black mb-8 md:mb-12 tracking-tight relative z-10\" style=\"text-shadow: 0 4px 30px rgba(0,0,0,0.2);\">Contact and dialogue<\/h2>\n            <p class=\"text-lg md:text-2xl opacity-90 mb-12 md:mb-20 max-w-2xl mx-auto font-bold leading-relaxed relative z-10 italic\">\n                We are open to questions and dialogue. We encourage you to explore the materials and get in touch.\n            <\/p>\n            <div class=\"flex flex-col md:flex-row flex-wrap justify-center items-center gap-4 md:gap-8 relative z-10\">\n                <a href=\"mailto:kontakt@energiadlakleszczowa.pl\" class=\"w-full md:w-auto px-3 py-4 md:px-14 md:py-7 bg-white text-emerald-600 font-black rounded-[2rem] hover:scale-105 transition-all flex items-center justify-center gap-2 md:gap-4 shadow-2xl text-[10px] md:text-lg break-all\">\n                    <i class=\"fa-solid fa-envelope text-base md:text-xl flex-shrink-0\"><\/i>\n                    <span>kontakt@energiadlakleszczowa.pl<\/span>\n                <\/a>\n                <a href=\"https:\/\/www.facebook.com\/energiadlakleszczowa\" target=\"_blank\" class=\"w-16 h-16 md:w-20 md:h-20 bg-sky-500 text-white rounded-full hover:scale-110 transition-all flex items-center justify-center shadow-2xl glow-sky\">\n                    <i class=\"fa-brands fa-facebook text-2xl md:text-3xl\"><\/i>\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n\n<!-- 3. HTML STRUCTURE (Paste at the very end of <body data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1>) -->\n<div id=\"cookie-banner-en\">\n    <p>\n        This website uses cookies in accordance with Google Consent Mode v2. \n        <a href=\"?page_id=18&#038;lang=en\" style=\"color: #059669; font-weight: 800; text-decoration: underline;\">Learn more<\/a>\n    <\/p>\n    <div class=\"cookie-btn-group\">\n        <button type=\"button\" id=\"cookie-accept-btn\" class=\"btn-cookie btn-accept\">Accept all<\/button>\n        <button type=\"button\" id=\"cookie-reject-btn\" class=\"btn-cookie btn-reject\">Reject all<\/button>\n        <a href=\"?page_id=18&#038;lang=en\" class=\"btn-cookie btn-manage\">Manage settings<\/a>\n    <\/div>\n<\/div>\n\n<!-- 4. JAVASCRIPT LOGIC (Paste at the very end of <body data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1 data-rsssl=1>) -->\n<script>\n    (function() {\n        const banner = document.getElementById('cookie-banner-en');\n        const acceptBtn = document.getElementById('cookie-accept-btn');\n        const rejectBtn = document.getElementById('cookie-reject-btn');\n\n        function showBanner() {\n            if (!localStorage.getItem('cookie-consent-choice')) {\n                banner.classList.add('visible');\n            }\n        }\n\n        if (document.readyState === 'complete') {\n            showBanner();\n        } else {\n            window.addEventListener('load', showBanner);\n        }\n\n        function updateConsent(isFull) {\n            const consent = {\n                'ad_storage': isFull ? 'granted' : 'denied',\n                'ad_user_data': isFull ? 'granted' : 'denied',\n                'ad_personalization': isFull ? 'granted' : 'denied',\n                'analytics_storage': isFull ? 'granted' : 'denied'\n            };\n            \n            if (typeof gtag === 'function') {\n                gtag('consent', 'update', consent);\n            }\n            \n            localStorage.setItem('cookie-consent-choice', JSON.stringify(consent));\n            banner.classList.remove('visible');\n            \n            setTimeout(() => {\n                banner.style.display = 'none';\n            }, 600);\n        }\n\n        \/\/ Listener zamiast onclick w HTML - pewniejsze na niekt\u00f3rych CMSach\n        if(acceptBtn) acceptBtn.addEventListener('click', function() { updateConsent(true); });\n        if(rejectBtn) rejectBtn.addEventListener('click', function() { updateConsent(false); });\n    })();\n<\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Energy for Kleszcz\u00f3w ENERGY FOR KLESZCZ\u00d3W Statement Investor Investment Q&#038;A Benefits Standards PL Contact Statement Investor Investment Q&#038;A Benefits Standards Contact Polish Version Modern Infrastructure A modern and safe combined heat and power plant in Kleszcz\u00f3w powered by RDF fuel \u2013 new energy for Kleszcz\u00f3w An informational website about the planned energy investment in the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-12","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/energiadlakleszczowa.pl\/index.php?rest_route=\/wp\/v2\/pages\/12","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/energiadlakleszczowa.pl\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/energiadlakleszczowa.pl\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/energiadlakleszczowa.pl\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/energiadlakleszczowa.pl\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=12"}],"version-history":[{"count":85,"href":"https:\/\/energiadlakleszczowa.pl\/index.php?rest_route=\/wp\/v2\/pages\/12\/revisions"}],"predecessor-version":[{"id":120,"href":"https:\/\/energiadlakleszczowa.pl\/index.php?rest_route=\/wp\/v2\/pages\/12\/revisions\/120"}],"wp:attachment":[{"href":"https:\/\/energiadlakleszczowa.pl\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}