{"id":7728,"date":"2025-07-18T13:03:06","date_gmt":"2025-07-18T11:03:06","guid":{"rendered":"https:\/\/loboslink.pl\/druk-i-skan\/?page_id=7728"},"modified":"2026-03-13T13:56:48","modified_gmt":"2026-03-13T12:56:48","slug":"aktualna-oferta","status":"publish","type":"page","link":"https:\/\/loboslink.pl\/druk-i-skan\/aktualna-oferta\/","title":{"rendered":"Kompleksowe rozwi\u0105zania &#8211; aktualna oferta"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"pl\">\n\n<head>\n    \n    \n    <title>Oferta Canon &#8211; Loboslink<\/title>\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@400;500;600;700;800;900&#038;display=swap\"\n        rel=\"stylesheet\">\n    <style>\n        :root {\n            --primary: #003650;\n            --secondary: #00467f;\n            --accent: #da0011;\n            --bg-light: #f8fafc;\n            --text-main: #0f172a;\n            --text-muted: #64748b;\n        }\n\n        #lobos-landing-offer h1,\n        #lobos-landing-offer h2,\n        #lobos-landing-offer h3,\n        #lobos-landing-offer h4,\n        #lobos-landing-offer h5,\n        #lobos-landing-offer h6 {\n            color: inherit;\n            margin: revert;\n            font-weight: revert;\n            line-height: revert;\n        }\n\n        #lobos-landing-offer {\n            all: revert;\n            display: block;\n            font-family: 'Inter', sans-serif;\n            color: #0f172a;\n        }\n\n        #lobos-landing-offer * {\n            box-sizing: border-box;\n        }\n\n        #lobos-landing-offer html {\n            scroll-behavior: smooth;\n        }\n\n        #lobos-landing-offer body {\n            margin: 0;\n            font-family: 'Inter', sans-serif;\n            color: var(--text-main);\n            background-color: #fff;\n        }\n\n        #lobos-landing-offer .page-section {\n            padding: 60px 0;\n            width: 100%;\n        }\n\n        #lobos-landing-offer .bg-light {\n            background-color: var(--bg-light);\n            max-width: none;\n            padding: 60px 0;\n        }\n\n        #lobos-landing-offer .bg-light .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        #lobos-landing-offer .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        #lobos-landing-offer .lobos-oferta-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n            gap: 32px;\n            margin-bottom: 40px;\n        }\n\n        #lobos-landing-offer .urzadzenie-karta {\n            border: 1px solid #e2e8f0;\n            border-radius: 8px;\n            padding: 24px 16px 16px 16px;\n            background: #fff;\n            display: flex;\n            flex-direction: column;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n            position: relative;\n        }\n\n        #lobos-landing-offer .urzadzenie-karta:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);\n        }\n\n        #lobos-landing-offer .karta-header {\n            display: flex;\n            justify-content: flex-end;\n            gap: 8px;\n            align-items: flex-start;\n            margin-bottom: 24px;\n            min-height: 10px;\n            position: relative;\n            z-index: 11;\n        }\n\n        #lobos-landing-offer .tag-nowosc {\n            position: absolute;\n            top: 24px;\n            right: -12px;\n            background: var(--accent);\n            color: #fff;\n            padding: 6px 14px;\n            font-size: 14px;\n            font-weight: 900;\n            border-radius: 4px 4px 4px 0px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);\n            z-index: 2;\n        }\n\n        #lobos-landing-offer .tag-nowosc::after {\n            content: '';\n            position: absolute;\n            bottom: -6px;\n            right: 0;\n            border-left: 12px solid #8b0000;\n            border-bottom: 8px solid transparent;\n        }\n\n        #lobos-landing-offer .tag-typ {\n            position: absolute;\n            top: -28px;\n            left: 50%;\n            transform: translateX(-50%);\n            background: #fff;\n            color: var(--primary);\n            padding: 6px 20px;\n            font-size: 12px;\n            font-weight: 900;\n            border-radius: 4px;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);\n            border: 1px solid #e2e8f0;\n            z-index: 2;\n            white-space: nowrap;\n        }\n\n        #lobos-landing-offer .urzadzenie-karta img {\n            height: 300px;\n            width: 100%;\n            object-fit: contain;\n            margin-top: 40px;\n            margin-bottom: 24px;\n            position: relative;\n            z-index: 1;\n        }\n\n        #lobos-landing-offer .karta-tytul {\n            font-size: 16px;\n            color: var(--primary);\n            margin: 0 0 8px 0;\n            font-weight: 800;\n            line-height: 1.3;\n            text-align: center;\n        }\n\n        #lobos-landing-offer .karta-specyfikacja {\n            font-size: 12px;\n            color: #334155;\n            line-height: 1.4;\n            flex-grow: 1;\n            margin-bottom: 16px;\n            text-align: center;\n        }\n\n        #lobos-landing-offer .karta-specyfikacja p {\n            margin: 0 0 8px 0;\n        }\n\n        #lobos-landing-offer .btn-kontakt {\n            display: block;\n            width: 100%;\n            padding: 14px;\n            background: var(--secondary);\n            color: #fff;\n            text-align: center;\n            text-decoration: none;\n            font-weight: 700;\n            border-radius: 6px;\n            transition: background 0.2s;\n            font-size: 14px;\n            box-sizing: border-box;\n            border: none;\n            cursor: pointer;\n            margin-top: auto;\n        }\n\n        #lobos-landing-offer .btn-kontakt:hover {\n            background: var(--primary);\n        }\n\n        \/* Badge Styles *\/\n        #lobos-landing-offer .offer-badge-container {\n            display: flex;\n            justify-content: center;\n            margin: -20px 0 24px 0;\n            position: relative;\n            z-index: 10;\n            width: 100%;\n        }\n\n        #lobos-landing-offer .offer-badge {\n            border-radius: 8px;\n            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);\n            overflow: hidden;\n            width: 100%;\n            text-align: center;\n            font-family: inherit;\n            background: transparent;\n        }\n\n        #lobos-landing-offer .price-corner-badge {\n            position: absolute;\n            top: -1px;\n            left: -1px;\n            background: #e6f0ff;\n            padding: 12px 16px;\n            border-radius: 8px 0 8px 0;\n            border: 1px solid #e2e8f0;\n            z-index: 1;\n            text-align: center;\n            box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.05);\n        }\n\n        #lobos-landing-offer .badge-top-title {\n            font-size: 12px;\n            font-weight: 800;\n            line-height: 1.1;\n            margin-bottom: 2px;\n        }\n\n        #lobos-landing-offer .badge-top-price {\n            font-size: 3rem;\n            line-height: 1;\n            font-weight: 900;\n            letter-spacing: -2px;\n            color: var(--primary);\n            display: flex;\n            justify-content: center;\n            align-items: baseline;\n        }\n\n        #lobos-landing-offer .badge-top-price-currency {\n            font-size: 1.6rem;\n            font-weight: 900;\n            letter-spacing: 0;\n        }\n\n        #lobos-landing-offer .badge-middle {\n            background: var(--primary);\n            color: #fff;\n            padding: 12px;\n        }\n\n        #lobos-landing-offer .badge-middle.grid-2 {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 12px;\n            align-items: start;\n        }\n\n        #lobos-landing-offer .badge-middle.grid-3 {\n            display: grid;\n            grid-template-columns: 1fr 1fr 1fr;\n            gap: 8px;\n            align-items: start;\n        }\n\n        #lobos-landing-offer .urzadzenie-karta img.uniflow-logo {\n            height: 50px;\n            width: auto;\n            margin: 6px auto 0 auto;\n            position: static;\n        }\n\n        #lobos-landing-offer .badge-middle.no-bottom-radius {\n            border-radius: 8px 8px 0 0;\n        }\n\n        #lobos-landing-offer .badge-middle.all-radius {\n            border-radius: 8px;\n        }\n\n        #lobos-landing-offer .badge-middle-title {\n            font-size: 14px;\n            font-weight: 700;\n            margin-bottom: 2px;\n        }\n\n        #lobos-landing-offer .badge-middle-value {\n            font-size: 2rem;\n            font-weight: 900;\n            line-height: 1;\n            margin: 4px 0;\n        }\n\n        #lobos-landing-offer .badge-middle-desc {\n            font-size: 14px;\n            font-weight: 700;\n            margin-bottom: 8px;\n            color: #bae6fd;\n        }\n\n        #lobos-landing-offer .badge-middle-desc:last-child {\n            margin-bottom: 0;\n        }\n\n        #lobos-landing-offer .badge-middle {\n            background: var(--primary);\n            color: #fff;\n            padding: 12px;\n            min-height: 100px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 16px;\n        }\n\n        #lobos-landing-offer .badge-middle.grid-2 {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 12px;\n            align-items: start;\n        }\n\n        #lobos-landing-offer .badge-middle.grid-3 {\n            display: grid;\n            grid-template-columns: 1fr 1fr 1fr;\n            gap: 8px;\n            align-items: start;\n        }\n\n        #lobos-landing-offer .badge-middle .benefity-list {\n            text-align: left;\n            padding: 0;\n            margin: 0;\n            list-style: none;\n            font-size: 0.8rem;\n            line-height: 1.2;\n            color: #fff;\n        }\n\n        #lobos-landing-offer .badge-middle .benefity-list li {\n            margin-bottom: 4px;\n            position: relative;\n            padding-left: 12px;\n        }\n\n        #lobos-landing-offer .badge-middle .benefity-list li::before {\n            content: '\u2022';\n            position: absolute;\n            left: 0;\n            color: #bae6fd;\n        }\n\n        #lobos-landing-offer .karta-tytul {\n            min-height: 48px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 16px;\n            color: var(--primary);\n            margin: 0 0 8px 0;\n            font-weight: 800;\n            line-height: 1.3;\n            text-align: center;\n        }\n\n        #lobos-landing-offer .badge-bottom {\n            background: var(--accent);\n            color: #fff;\n            padding: 12px 16px;\n            display: flex;\n            align-items: center;\n            text-align: left;\n            border-radius: 0 0 8px 8px;\n        }\n\n        #lobos-landing-offer .badge-bottom-content {\n            flex-grow: 1;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n        }\n\n        #lobos-landing-offer .badge-bottom-title {\n            font-size: 24px;\n            font-weight: 900;\n            line-height: 1.1;\n            margin-bottom: 2px;\n            letter-spacing: 0.5px;\n        }\n\n        #lobos-landing-offer .badge-bottom-desc {\n            font-size: 16px;\n            font-weight: 700;\n            line-height: 1.3;\n        }\n\n        #lobos-landing-offer .badge-exclamation {\n            margin-left: 8px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: space-between;\n            height: 32px;\n        }\n\n        #lobos-landing-offer .badge-exclamation-top {\n            width: 8px;\n            height: 20px;\n            background: white;\n            border-radius: 2px;\n        }\n\n        #lobos-landing-offer .badge-exclamation-dot {\n            width: 8px;\n            height: 8px;\n            background: white;\n            border-radius: 50%;\n        }\n\n        #lobos-landing-offer .warunki-umowy {\n            font-size: 11px;\n            font-style: italic;\n            color: var(--text-muted);\n            margin-top: 16px;\n            text-align: center;\n        }\n\n        \/* Non-badge pricing *\/\n        #lobos-landing-offer .karta-cena-alt {\n            text-align: center;\n            margin-bottom: 32px;\n            padding: 24px;\n            background: var(--bg-light);\n            border-radius: 8px;\n            border: 1px solid #e2e8f0;\n        }\n\n        #lobos-landing-offer .karta-cena-value {\n            font-size: 3rem;\n            font-weight: 900;\n            color: var(--primary);\n            letter-spacing: -1px;\n            line-height: 1;\n        }\n\n        #lobos-landing-offer .karta-cena-label {\n            font-size: 1rem;\n            font-weight: 700;\n            color: var(--text-muted);\n            margin-top: 8px;\n            text-transform: uppercase;\n            letter-spacing: 0.5px;\n        }\n\n        \/* Hero *\/\n        #lobos-landing-offer .hero-section {\n            background: linear-gradient(135deg, #001f30 0%, var(--primary) 100%);\n            color: #fff;\n            padding: 60px 20px;\n            text-align: center;\n            min-height: 100vh;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            box-sizing: border-box;\n        }\n\n        #lobos-landing-offer .badges-bar {\n            background-color: #DA0011;\n            \/* lekki popielato-niebieski *\/\n            padding: 30px 40px;\n            margin: 0px auto 40px auto;\n            max-width: 100%;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            gap: 60px;\n            flex-wrap: wrap;\n            border-radius: 0;\n            \/* mocne zaokr\u0105glenie paska *\/\n            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);\n        }\n\n        #lobos-landing-offer .badge-circle-item {\n            background: #fff;\n            width: 160px;\n            height: 160px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);\n            border: none;\n            flex-shrink: 0;\n        }\n\n        #lobos-landing-offer .badge-circle-item img {\n            height: 140px;\n            width: auto;\n            object-fit: contain;\n        }\n\n        #lobos-landing-offer .hero-title {\n            font-size: 3.5rem;\n            font-weight: 900;\n            margin: 0 0 24px 0;\n            letter-spacing: -1px;\n        }\n\n        #lobos-landing-offer .hero-subtitle {\n            font-size: 1.25rem;\n            color: #bae6fd;\n            max-width: 1000px;\n            margin: 0 auto 60px auto;\n            line-height: 1.6;\n        }\n\n        #lobos-landing-offer .hero-cards {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            max-width: 1200px;\n            margin: 0 auto;\n            flex-wrap: wrap;\n            box-sizing: border-box;\n        }\n\n        #lobos-landing-offer .hero-card {\n            flex: 1;\n            min-width: 450px;\n            height: 600px;\n            padding: 40px;\n            border-radius: 4px;\n            text-align: left;\n            position: relative;\n            overflow: hidden;\n            display: flex;\n            flex-direction: column;\n            justify-content: space-between;\n            background-size: cover;\n            background-position: center;\n            color: #fff;\n            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);\n            text-decoration: none;\n            transition: transform 0.3s ease;\n        }\n\n        #lobos-landing-offer .hero-card:hover {\n            transform: translateY(-5px);\n        }\n\n        #lobos-landing-offer .hero-card-overlay {\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100%;\n            background: rgba(0, 102, 204, 0.7);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            opacity: 0;\n            transition: opacity 0.3s ease;\n            z-index: 5;\n        }\n\n        #lobos-landing-offer .hero-card:hover .hero-card-overlay {\n            opacity: 1;\n        }\n\n        #lobos-landing-offer .overlay-text {\n            font-size: 3rem;\n            font-weight: 900;\n            color: #fff;\n            border: 4px solid #fff;\n            padding: 12px 40px;\n            letter-spacing: 4px;\n            text-transform: uppercase;\n        }\n\n        #lobos-landing-offer .card-dzierzawa {\n            background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.8) 100%), url('https:\/\/loboslink.pl\/druk-i-skan\/wp-content\/uploads\/2026\/02\/dzierzawa-bg-oferta-scaled.jpg');\n        }\n\n        #lobos-landing-offer .card-zakup {\n            background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.8) 100%), url('https:\/\/loboslink.pl\/druk-i-skan\/wp-content\/uploads\/2026\/02\/zakup-bg-oferta.jpg');\n        }\n\n        #lobos-landing-offer .hero-card h3 {\n            font-size: 3.2rem;\n            font-weight: 900;\n            margin: 0;\n            color: #fff;\n            line-height: 0.9;\n            text-transform: uppercase;\n            letter-spacing: -2px;\n            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);\n            position: relative;\n            z-index: 10;\n        }\n\n        #lobos-landing-offer .hero-card p {\n            font-size: 1.1rem;\n            font-weight: 600;\n            line-height: 1.3;\n            margin: 0;\n            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);\n            position: relative;\n            z-index: 10;\n        }\n\n        \/* New UniFLOW Feature Section *\/\n        #lobos-landing-offer .uniflow-feature-section {\n            background: #b01052;\n            color: #fff;\n            border-radius: 12px;\n            padding: 30px 40px;\n            margin: 30px auto;\n            max-width: 1200px;\n            position: relative;\n            overflow: hidden;\n            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);\n            box-sizing: border-box;\n        }\n\n        #lobos-landing-offer .uniflow-header-row {\n            display: flex;\n            justify-content: space-between;\n            align-items: flex-start;\n            margin-bottom: 20px;\n            gap: 20px;\n        }\n\n        #lobos-landing-offer .uniflow-feature-title {\n            font-size: 2.22rem;\n            font-weight: 900;\n            line-height: 1.1;\n            margin: 0;\n            text-transform: uppercase;\n            letter-spacing: -1px;\n            flex: 1;\n        }\n\n        #lobos-landing-offer .uniflow-feature-header-logos {\n            display: flex;\n            align-items: center;\n            gap: 20px;\n            flex-shrink: 0;\n        }\n\n        #lobos-landing-offer .uniflow-content-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 30px;\n            align-items: center;\n        }\n\n        #lobos-landing-offer .uniflow-feature-left {\n            position: relative;\n            min-height: auto;\n        }\n\n        #lobos-landing-offer .uniflow-feature-right {\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n        }\n\n        #lobos-landing-offer .uniflow-feature-logo {\n            max-width: 200px;\n            height: auto;\n        }\n\n        #lobos-landing-offer .uniflow-badge-circle {\n            width: 190px;\n            height: 190px;\n            border: 3px dashed rgba(255, 255, 255, 0.8);\n            border-radius: 50%;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            text-align: center;\n            transform: rotate(-10deg);\n            padding: 20px;\n            font-weight: 900;\n            font-size: 1.4rem;\n            text-transform: uppercase;\n            line-height: 1.1;\n        }\n\n        #lobos-landing-offer .uniflow-badge-circle .small {\n            font-size: 1rem;\n            margin-top: 4px;\n            font-weight: 600;\n            text-transform: none;\n        }\n\n        #lobos-landing-offer .uniflow-bold-block {\n            font-size: 1.05rem;\n            font-weight: 700;\n            line-height: 1.3;\n            margin-bottom: 20px;\n        }\n\n        #lobos-landing-offer .uniflow-normal-block {\n            font-size: 0.85rem;\n            line-height: 1.6;\n            color: rgba(255, 255, 255, 0.9);\n            font-weight: 500;\n        }\n\n        #lobos-landing-offer .uniflow-main-image {\n            width: 70%;\n            height: auto;\n            border-radius: 8px;\n            display: block;\n            margin: 0 auto;\n        }\n\n        @media (max-width: 992px) {\n            #lobos-landing-offer .uniflow-feature-section {\n                padding: 40px 20px;\n            }\n\n            #lobos-landing-offer .uniflow-header-row {\n                flex-direction: column;\n                align-items: center;\n                text-align: center;\n                gap: 20px;\n                margin-bottom: 30px;\n            }\n\n            #lobos-landing-offer .uniflow-feature-header-logos {\n                order: -1;\n                gap: 20px;\n            }\n\n            #lobos-landing-offer .uniflow-content-grid {\n                grid-template-columns: 1fr;\n                gap: 40px;\n            }\n\n            #lobos-landing-offer .uniflow-feature-title {\n                font-size: 2.22rem;\n            }\n\n            #lobos-landing-offer .uniflow-feature-left {\n                order: 2;\n            }\n\n            #lobos-landing-offer .uniflow-feature-right {\n                order: 1;\n                text-align: left;\n            }\n        }\n\n\n        \/* Sections *\/\n        #lobos-landing-offer .section-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n\n        #lobos-landing-offer .section-title {\n            font-size: 2.5rem;\n            font-weight: 900;\n            color: var(--primary);\n            margin: 0 0 12px 0;\n            letter-spacing: -1px;\n        }\n\n        #lobos-landing-offer .section-subtitle {\n            font-size: 1.25rem;\n            color: var(--text-muted);\n            font-weight: 500;\n            margin: 0;\n        }\n\n        \/* Benefits Panel *\/\n        #lobos-landing-offer .benefits-panel {\n            background: var(--accent);\n            color: #fff;\n            border: none;\n            border-radius: 12px;\n            padding: 40px;\n            margin-top: 40px;\n            box-shadow: 0 10px 25px rgba(218, 0, 17, 0.2);\n        }\n\n        #lobos-landing-offer .benefits-panel h3 {\n            font-size: 2.2rem;\n            font-weight: 900;\n            color: #fff;\n            margin: 0 0 32px 0;\n            text-align: center;\n            text-transform: uppercase;\n            letter-spacing: -0.5px;\n        }\n\n        #lobos-landing-offer .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 16px 40px;\n            margin-bottom: 40px;\n        }\n\n        #lobos-landing-offer .benefit-item {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n        }\n\n        #lobos-landing-offer .benefit-icon {\n            color: #fff;\n            width: 20px;\n            height: 20px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 20px;\n            flex-shrink: 0;\n            font-weight: 400;\n        }\n\n        #lobos-landing-offer .benefit-text {\n            font-size: 1.1rem;\n            color: #fff;\n            line-height: 1.3;\n            font-weight: 600;\n        }\n\n        #lobos-landing-offer .benefits-footer {\n            border-top: 1px solid rgba(255, 255, 255, 0.2);\n            padding-top: 24px;\n            font-size: 0.85rem;\n            line-height: 1.4;\n            color: rgba(255, 255, 255, 0.9);\n            text-align: center;\n            font-weight: 500;\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        \/* CTA *\/\n        #lobos-landing-offer .main-cta {\n            background: url('https:\/\/loboslink.pl\/druk-i-skan\/wp-content\/uploads\/2025\/09\/druk-landing-gradient-bg-2.png') no-repeat center center;\n            background-size: cover;\n            color: #fff;\n            border-radius: 16px;\n            margin-top: 40px;\n            overflow: hidden;\n            display: grid;\n            grid-template-columns: 1fr 200px;\n            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);\n            min-height: 400px;\n            position: relative;\n        }\n\n        #lobos-landing-offer .cta-content-side {\n            padding: 20px;\n            background: rgba(0, 0, 0, 0.4);\n            backdrop-filter: blur(2px);\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n        }\n\n        #lobos-landing-offer .cta-logo-side {\n            background: var(--accent);\n            padding: 40px 20px;\n            display: flex;\n            flex-direction: column;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        #lobos-landing-offer .cta-logo-side img {\n            max-width: 180px;\n            height: auto;\n            object-fit: contain;\n        }\n\n        #lobos-landing-offer .cta-title {\n            font-size: 2.22rem;\n            font-weight: 900;\n            margin: 0 0 24px 0;\n            line-height: 1.1;\n            text-transform: uppercase;\n        }\n\n        #lobos-landing-offer .cta-desc-box {\n            border: 1px solid rgba(255, 255, 255, 0.8);\n            border-radius: 12px;\n            padding: 20px 30px;\n            font-size: 1.05rem;\n            line-height: 1.4;\n            margin-bottom: 30px;\n            max-width: 800px;\n            font-weight: 500;\n        }\n\n        #lobos-landing-offer .cta-contact-list {\n            display: flex;\n            flex-direction: column;\n            gap: 16px;\n            align-items: center;\n            max-width: 800px;\n            width: 100%;\n            margin-top: 10px;\n        }\n\n        #lobos-landing-offer .cta-contact-item {\n            display: flex;\n            align-items: center;\n            gap: 12px;\n            font-size: 1.3rem;\n            font-weight: 700;\n        }\n\n        #lobos-landing-offer .cta-contact-item span.label {\n            color: #fff;\n        }\n\n        #lobos-landing-offer .cta-contact-item a,\n        #lobos-landing-offer .cta-contact-item span.value {\n            color: #fff;\n            text-decoration: none;\n            border-bottom: 2px solid #fff;\n            padding-bottom: 2px;\n        }\n\n        #lobos-landing-offer .cta-icon-circle {\n            background: transparent;\n            width: 30px;\n            height: 30px;\n            border-radius: 99px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-size: 14px;\n            color: #fff;\n            border: 1px solid #fff;\n            flex-shrink: 0;\n        }\n\n        \/* Responsive CTA *\/\n        @media (max-width: 768px) {\n            #lobos-landing-offer .main-cta {\n                grid-template-columns: 1fr;\n                min-height: auto;\n            }\n\n            #lobos-landing-offer .cta-content-side {\n                padding: 30px 20px;\n                order: 1;\n            }\n\n            #lobos-landing-offer .cta-logo-side {\n                order: 2;\n                flex-direction: row;\n                flex-wrap: wrap;\n                justify-content: center;\n                gap: 20px;\n                padding: 30px 20px;\n            }\n\n            #lobos-landing-offer .cta-logo-side img {\n                max-width: 100px;\n            }\n\n            #lobos-landing-offer .cta-title {\n                font-size: 1.5rem;\n            }\n\n            #lobos-landing-offer .cta-desc-box {\n                font-size: 0.95rem;\n                padding: 15px;\n            }\n\n            #lobos-landing-offer .cta-contact-item {\n                font-size: 1rem;\n                flex-direction: column;\n                text-align: center;\n                gap: 6px;\n                width: 100%;\n            }\n\n            #lobos-landing-offer .cta-contact-list {\n                padding-left: 0;\n            }\n        }\n\n        #lobos-landing-offer .logistics-bar {\n            background: var(--primary);\n            color: #fff;\n            padding: 24px;\n            text-align: center;\n            border-radius: 8px;\n            font-weight: 600;\n            font-size: 1.1rem;\n            margin-top: 40px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 12px;\n        }\n\n        \/* Responsive Badges & Hero Mobile *\/\n        @media (max-width: 480px) {\n            #lobos-landing-offer .hero-section {\n                padding: 40px 15px;\n            }\n\n            #lobos-landing-offer .hero-title {\n                font-size: 2rem;\n                margin-bottom: 12px;\n            }\n\n            #lobos-landing-offer .hero-subtitle {\n                font-size: 1rem;\n                margin-bottom: 30px;\n            }\n\n            \/* Fix mobile shifting *\/\n            #lobos-landing-offer .lobos-oferta-grid {\n                grid-template-columns: 1fr;\n            }\n\n            #lobos-landing-offer .hero-card {\n                height: 320px;\n                min-width: 100%;\n                padding: 25px;\n            }\n\n            #lobos-landing-offer .hero-card h3 {\n                font-size: 1.8rem;\n            }\n\n            #lobos-landing-offer .hero-card p {\n                font-size: 0.9rem;\n            }\n\n            #lobos-landing-offer .overlay-text {\n                font-size: 1.5rem;\n                padding: 8px 20px;\n            }\n\n            #lobos-landing-offer .badges-bar {\n                display: grid;\n                grid-template-columns: repeat(3, 1fr);\n                gap: 5px;\n                padding: 20px 10px;\n                justify-items: center;\n                border-radius: 20px;\n                \/* mniejsze zaokr\u0105glenie na mobile *\/\n                margin: 20px 10px 40px 10px;\n                \/* dodanie odst\u0119pu od kraw\u0119dzi ekranu *\/\n            }\n\n            #lobos-landing-offer .badge-circle-item {\n                width: 90px;\n                height: 90px;\n            }\n\n            #lobos-landing-offer .badge-circle-item img {\n                height: 60px;\n            }\n\n            \/* Trzeci element (Silver Partner) *\/\n            #lobos-landing-offer .badges-bar div:nth-child(3) img {\n                height: 90px !important;\n            }\n\n            \/* Benefits Panel Mobile Fix *\/\n            #lobos-landing-offer .benefits-panel {\n                padding: 30px 20px;\n            }\n\n            #lobos-landing-offer .benefits-panel h3 {\n                font-size: 1.8rem;\n                margin-bottom: 24px;\n            }\n\n            #lobos-landing-offer .benefit-text {\n                font-size: 1rem;\n            }\n        }\n\n        #lobos-landing-offer footer {\n            padding: 40px 20px;\n            text-align: center;\n            font-size: 0.9rem;\n            color: #94a3b8;\n            background: #fff;\n            border-top: 1px solid #e2e8f0;\n        }\n\n        #lobos-landing-offer .vat-info {\n            text-align: center;\n            font-size: 0.95rem;\n            color: #64748b;\n            margin-top: 40px;\n            line-height: 1.6;\n            font-weight: 500;\n        }\n\n        \/* New button style *\/\n        #lobos-landing-offer .cta-contact-item a.btn-ankieta {\n            display: inline-block;\n            padding: 20px 48px;\n            background: var(--accent);\n            color: #fff;\n            text-decoration: none;\n            font-weight: 800;\n            font-size: 1.2rem;\n            border-radius: 6px;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            transition: all 0.3s ease;\n            box-shadow: 0 10px 20px rgba(218, 0, 17, 0.3);\n            margin-top: 20px;\n            cursor: pointer;\n            border: none;\n            border-bottom: none;\n            text-align: center;\n        }\n\n        #lobos-landing-offer .cta-contact-item a.btn-ankieta:hover {\n            background: #b0000e;\n            transform: translateY(-2px);\n            box-shadow: 0 12px 25px rgba(218, 0, 17, 0.4);\n            color: #fff;\n        }\n    <\/style>\n<\/head>\n\n<body>\n    <main style=\"padding: 0;\">\n        <div id=\"lobos-landing-offer\">\n            <!-- Strona 1: Hero -->\n            <section class=\"hero-section\">\n                <h1 class=\"hero-title\">Wielofunkcyjne Urz\u0105dzenia Canon<\/h1>\n                <p class=\"hero-subtitle\">Wybierz dogodn\u0105 form\u0119 finansowania i ciesz si\u0119 niezawodno\u015bci\u0105. Kompletna\n                    obs\u0142uga\n                    Twojego biura.<\/p>\n\n                <div class=\"hero-cards\">\n                    <a href=\"#sekcja-dzierzawa\" class=\"hero-card card-dzierzawa\">\n                        <div class=\"hero-card-overlay\">\n                            <div class=\"overlay-text\">SPRAWD\u0179<\/div>\n                        <\/div>\n                        <h3>DZIER\u017bAWA<br>Z KOMPLEKSOW\u0104<br>OBS\u0141UG\u0104<br>SERWISOW\u0104<\/h3>\n                        <p>Automatyczne rozliczanie us\u0142ugi, umowa od 12 do 48 miesi\u0119cy, zdalny monitoring urz\u0105dze\u0144,\n                            kompleksowa obs\u0142uga serwisowa, bezp\u0142atne dostawy materia\u0142\u00f3w, brak koszt\u00f3w utylizacji itp.\n                        <\/p>\n                    <\/a>\n                    <a href=\"#sekcja-zakup\" class=\"hero-card card-zakup\">\n                        <div class=\"hero-card-overlay\">\n                            <div class=\"overlay-text\">SPRAWD\u0179<\/div>\n                        <\/div>\n                        <h3>ZAKUP<br>Z ROZSZERZON\u0104<br>GWARANCJ\u0104<\/h3>\n                        <p>Atrakcyjne warunki finansowania, gwarancja od 12 do 60 miesi\u0119cy, obs\u0142uga serwisu w siedzibie\n                            klienta, w pakiecie dostawa, instalacja, szkolenie, urz\u0105dzenie zast\u0119pcze na wypadek powa\u017cnej\n                            awarii.<\/p>\n                    <\/a>\n                <\/div>\n\n            <\/section>\n\n            <div class=\"badges-bar\">\n                <div class=\"badge-circle-item\">\n                    <img decoding=\"async\" src=\"https:\/\/loboslink.pl\/druk-i-skan\/wp-content\/uploads\/2025\/07\/35-lat-w-zarzadzaniu-drukiem-sticker.png\"\n                        alt=\"35 lat zarz\u0105dzania drukiem\">\n                <\/div>\n                <div class=\"badge-circle-item\">\n                    <img decoding=\"async\" src=\"https:\/\/loboslink.pl\/druk-i-skan\/wp-content\/uploads\/2025\/07\/autoryzowany-serwis-canon-sticker.png\"\n                        alt=\"Autoryzowany Serwis Canon\">\n                <\/div>\n                <div style=\"background: transparent; padding: 0; border: none; flex-shrink: 0;\">\n                    <img decoding=\"async\" src=\"https:\/\/loboslink.pl\/druk-i-skan\/wp-content\/uploads\/2026\/02\/PP_SILVER_2026.png\"\n                        alt=\"Silver Partner 2026\"\n                        style=\"height: 160px; width: auto; display: block; border-radius: 0px;\">\n                <\/div>\n            <\/div>\n\n            <div class=\"uniflow-feature-section\">\n                <!-- Header Row -->\n                <div class=\"uniflow-header-row\">\n                    <h2 class=\"uniflow-feature-title\">ZARZ\u0104DZANIE<br>DRUKIEM I OBIEGIEM<br>DOKUMENT\u00d3W<\/h2>\n                    <div class=\"uniflow-feature-header-logos\">\n                        <img decoding=\"async\" src=\"https:\/\/loboslink.pl\/druk-i-skan\/wp-content\/uploads\/2025\/07\/uniflow-online-logo-white.png\"\n                            class=\"uniflow-feature-logo\" alt=\"uniFLOW Online\">\n                        <div class=\"uniflow-badge-circle\">\n                            ZAPISZ <br> SI\u0118 NA <br>BEZP\u0141ATNE<br>TESTY!\n                            <div class=\"small\">Szczeg\u00f3\u0142y <br> poni\u017cej<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- Content Grid -->\n                <div class=\"uniflow-content-grid\">\n                    <div class=\"uniflow-feature-left\">\n                        <img decoding=\"async\" src=\"https:\/\/loboslink.pl\/druk-i-skan\/wp-content\/uploads\/2025\/01\/UniFlowOnline.png\"\n                            class=\"uniflow-main-image\" alt=\"uniFLOW Online System\">\n                    <\/div>\n                    <div class=\"uniflow-feature-right\">\n                        <div class=\"uniflow-bold-block\">\n                            Kompleksowe wdro\u017cenie systemu w ramach us\u0142ugi dzier\u017cawy, zaawansowane funkcjonalno\u015bci bez\n                            wielkich inwestycji w obszarze IT, szybkie zdalne wsparcie dla klient\u00f3w, kontrola koszt\u00f3w i\n                            wygoda u\u017cytkowania.\n                        <\/div>\n                        <div class=\"uniflow-normal-block\">\n                            Proste i niezwykle funkcjonalne rozwi\u0105zanie zar\u00f3wno dla ma\u0142ych jak i du\u017cych organizacji.\n                            Zapewnia m.in. zarz\u0105dzanie u\u017cytkownikami, bezpieczne drukowanie z obs\u0142ug\u0105 funkcji wydruku\n                            pod\u0105\u017caj\u0105cego. Odbi\u00f3r wydruk\u00f3w i skanowanie mo\u017cliwe po autoryzacji na dowolnym urz\u0105dzeniu,\n                            dost\u0119pne skanowanie do e-maila, do folderu i zasob\u00f3w chmurowych. W standardzie r\u00f3wnie\u017c\n                            drukowanie na adres e-mail lub z wykorzystaniem urz\u0105dze\u0144 mobilnych. W wersji rozszerzonej\n                            system\n                            zapewnia integracj\u0119 z np. Microsoft 365 lub Google Workspace, obs\u0142ug\u0119 wielu lokalizacji,\n                            przekazywanie prac czy kontrol\u0119 koszt\u00f3w.\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Strona 2: Mono A4 -->\n            <section id=\"sekcja-dzierzawa\" class=\"page-section bg-light\">\n                <div class=\"container\">\n                    <div class=\"section-header\">\n                        <h2 class=\"section-title\">DZIER\u017bAWA Z KOMPLEKSOW\u0104\n                            OBS\u0141UG\u0104 SERWISOW\u0104<\/h2>\n                        <p class=\"section-subtitle\">Drukarki i urz\u0105dzenia wielofunkcyjne A4<\/p>\n                    <\/div>\n\n                    <div id=\"grid-mono-a4\" class=\"lobos-oferta-grid\"><\/div>\n\n                    <div class=\"benefits-panel\">\n                        <h3>ZALETY DZIER\u017bAWY LOBOS<\/h3>\n                        <div class=\"benefits-grid\">\n                            <div class=\"benefit-item\">\n                                <div class=\"benefit-icon\">\n                                    <svg viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\"\n                                        stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                        <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                                        <polyline points=\"10 8 14 12 10 16\"><\/polyline>\n                                    <\/svg>\n                                <\/div>\n                                <div class=\"benefit-text\">Automatyczne rozliczanie us\u0142ugi<\/div>\n                            <\/div>\n                            <div class=\"benefit-item\">\n                                <div class=\"benefit-icon\">\n                                    <svg viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\"\n                                        stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                        <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                                        <polyline points=\"10 8 14 12 10 16\"><\/polyline>\n                                    <\/svg>\n                                <\/div>\n                                <div class=\"benefit-text\">W pakiecie obs\u0142uga serwisowa bez dodatkowych koszt\u00f3w<\/div>\n                            <\/div>\n                            <div class=\"benefit-item\">\n                                <div class=\"benefit-icon\">\n                                    <svg viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\"\n                                        stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                        <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                                        <polyline points=\"10 8 14 12 10 16\"><\/polyline>\n                                    <\/svg>\n                                <\/div>\n                                <div class=\"benefit-text\">Kompleksowe wdro\u017cenie sprz\u0119tu i oprogramowania<\/div>\n                            <\/div>\n                            <div class=\"benefit-item\">\n                                <div class=\"benefit-icon\">\n                                    <svg viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\"\n                                        stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                        <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                                        <polyline points=\"10 8 14 12 10 16\"><\/polyline>\n                                    <\/svg>\n                                <\/div>\n                                <div class=\"benefit-text\">Sprz\u0119t zast\u0119pczy na wypadek powa\u017cnej awarii<\/div>\n                            <\/div>\n                            <div class=\"benefit-item\">\n                                <div class=\"benefit-icon\">\n                                    <svg viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\"\n                                        stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                        <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                                        <polyline points=\"10 8 14 12 10 16\"><\/polyline>\n                                    <\/svg>\n                                <\/div>\n                                <div class=\"benefit-text\">Zdalny monitoring urz\u0105dzenia z kontrol\u0105 poziom\u00f3w tonerowych\n                                <\/div>\n                            <\/div>\n                            <div class=\"benefit-item\">\n                                <div class=\"benefit-icon\">\n                                    <svg viewBox=\"0 0 24 24\" width=\"24\" height=\"24\" fill=\"none\" stroke=\"currentColor\"\n                                        stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                        <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n                                        <polyline points=\"10 8 14 12 10 16\"><\/polyline>\n                                    <\/svg>\n                                <\/div>\n                                <div class=\"benefit-text\">Brak koszt\u00f3w utylizacji i obowi\u0105zk\u00f3w zwi\u0105zanych z BDO<\/div>\n                            <\/div>\n                        <\/div>\n                        <div class=\"benefits-footer\">\n                            ** Do podanych rat dzier\u017cawy nale\u017cy doliczy\u0107 23% VAT. Oferta wa\u017cna do 30.06.2026 lub do\n                            wyczerpania urz\u0105dze\u0144 promocyjnych. W ramach oferty zapewniamy bezp\u0142atn\u0105 dostaw\u0119 do 30 km od\n                            Serwis\u00f3w Lobos, pomoc przy instalacji sieciowej, konfiguracj\u0119 i podstawowe szkolenie z\n                            obs\u0142ugi.\n                            W przypadku dalszych lokalizacji konieczna indywidualna wycena us\u0142ugi.\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- Strona 3: Kolor A3 -->\n            <section class=\"page-section\">\n                <div class=\"container\">\n                    <div class=\"section-header\">\n                        <h2 class=\"section-title\">DZIER\u017bAWA Z KOMPLEKSOW\u0104 OBS\u0141UG\u0104 SERWISOW\u0104<\/h2>\n                        <p class=\"section-subtitle\">Drukarki i urz\u0105dzenia wielofunkcyjne A3<\/p>\n                    <\/div>\n\n                    <div id=\"grid-kolor-a3\" class=\"lobos-oferta-grid\"><\/div>\n\n                    <div class=\"main-cta\">\n                        <div class=\"cta-content-side\">\n                            <h2 class=\"cta-title\">ZAPISZ SI\u0118 NA BEZP\u0141ATNE TESTY<br>SYSTEMU UNIFLOW ONLINE!<\/h2>\n                            <div class=\"cta-desc-box\">\n                                Popraw bezpiecze\u0144stwo dokument\u00f3w i komfort pracy u\u017cytkownik\u00f3w, obni\u017c koszty druku i\n                                administracji dzi\u0119ki systemowi UniFlow Online. Nie inwestuj \u015brodk\u00f3w w infrastruktur\u0119 IT,\n                                serwery i licencje &#8211; korzystaj z zawansowanych rozwi\u0105za\u0144 w ramach miesi\u0119cznej op\u0142aty\n                                dzier\u017cawy!\n                            <\/div>\n                            <div class=\"cta-contact-list\">\n                                <div class=\"cta-contact-item\">\n                                    <div class=\"cta-icon-circle\">\n                                        <svg viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"none\"\n                                            stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\n                                            stroke-linejoin=\"round\">\n                                            <path\n                                                d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\">\n                                            <\/path>\n                                        <\/svg>\n                                    <\/div>\n                                    <span class=\"label\">Telefon:<\/span>\n                                    <span class=\"value\">12 41 32 500<\/span>\n                                <\/div>\n                                <div class=\"cta-contact-item\">\n                                    <div class=\"cta-icon-circle\">\n                                        <svg viewBox=\"0 0 24 24\" width=\"16\" height=\"16\" fill=\"none\"\n                                            stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\"\n                                            stroke-linejoin=\"round\">\n                                            <path\n                                                d=\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\">\n                                            <\/path>\n                                            <polyline points=\"22,6 12,13 2,6\"><\/polyline>\n                                        <\/svg>\n                                    <\/div>\n                                    <span class=\"label\">Mail:<\/span>\n                                    <a href=\"mailto:uniflow.online@lobos.pl\">uniflow.online@lobos.pl<\/a>\n                                <\/div>\n                                <div class=\"cta-contact-item\"\n                                    style=\"border: none; margin-top: 10px; width: 100%; justify-content: center;\">\n                                    <a href=\"https:\/\/loboslink.pl\/druk-i-skan\/testy-uniflow-ankieta\/\"\n                                        class=\"btn-ankieta\">wype\u0142nij ankiet\u0119!<\/a>\n                                <\/div>\n                            <\/div>\n                        <\/div>\n                        <div class=\"cta-logo-side\">\n                            <img decoding=\"async\" src=\"https:\/\/loboslink.pl\/druk-i-skan\/wp-content\/uploads\/2025\/07\/canon-logo-white.png\"\n                                alt=\"Canon\">\n                            <img decoding=\"async\" src=\"https:\/\/loboslink.pl\/druk-i-skan\/wp-content\/uploads\/2025\/07\/uniflow-online-logo-white.png\"\n                                alt=\"uniFLOW Online\">\n                            <img decoding=\"async\" src=\"https:\/\/loboslink.pl\/druk-i-skan\/wp-content\/uploads\/2025\/09\/loboslink_logo_cale_biale_bez_tla.png\"\n                                alt=\"Loboslink\">\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/section>\n\n            <!-- Strona 4: ZAKUP \/ INNE -->\n            <section id=\"sekcja-zakup\" class=\"page-section bg-light\">\n                <div class=\"container\">\n                    <div class=\"section-header\">\n                        <h2 class=\"section-title\">ZAKUP Z ROZSZERZON\u0104 GWARANCJ\u0104<\/h2>\n                        <p class=\"section-subtitle\">Kompleksowa oferta rozwi\u0105za\u0144 CANON<\/p>\n                    <\/div>\n\n                    <div id=\"grid-inne\" class=\"lobos-oferta-grid\"><\/div>\n\n                    <div class=\"vat-info\">\n                        * Do podanych cen nale\u017cy doliczy\u0107 23% VAT.<br>\n                        Oferta wa\u017cna do 30.06.2026 lub do wyczerpania zapas\u00f3w.\n                    <\/div>\n                    <div class=\"logistics-bar\">\n                        Bezp\u0142atna dostawa i wdro\u017cenie dla lokalizacji w promieniu do 30 km od oddzia\u0142\u00f3w\n                        serwisu Lobos.\n                    <\/div>\n                <\/div>\n            <\/section>\n        <\/div>\n    <\/main>\n\n    <footer>\n    <\/footer>\n\n    <script>\n        const daneOferty = [\n            {\n                \"typ_oferty\": \"Dzier\u017cawa\",\n                \"kategoria\": \"A4\",\n                \"oznaczenia\": [ \"Zgodna z systemem uniFLOW online\"],\n                \"model\": \"CANON iSensys X 1440Pr\",\n                \"image_url\": \"https:\/\/loboslink.pl\/druk-i-skan\/wp-content\/uploads\/2025\/07\/i-SENSYS-X-1440Pr-FRT-02.png\",\n                \"cena_netto_pln\": 109,\n                \"opis_specyfikacji\": \"Nabiurkowa drukarka laserowa do niskich i \u015brednich nak\u0142ad\u00f3w. Druk do 40 str.\/min., max format A4, tryb mono, zapas papieru 350 arkuszy, automatyczny druk dwustronny.\",\n                \"warunki_umowy\": \"Umowa na 36 miesi\u0119cy, w op\u0142acie dzier\u017cawy do wykonania limit 1000 wydruk\u00f3w miesi\u0119cznie.\",\n                \"benefity_dodatkowe\": [\"W pakiecie limit 1000 wydruk\u00f3w\", \"GRATIS 1000 arkuszy papieru Pollux A4\"]\n            },\n            {\n                \"typ_oferty\": \"Dzier\u017cawa\",\n                \"kategoria\": \"A4\",\n                \"oznaczenia\": [\"NOWO\u015a\u0106\", \"Zgodna z systemem uniFLOW online\"],\n                \"model\": \"CANON imageForce 1440\",\n                \"image_url\": \"https:\/\/loboslink.pl\/druk-i-skan\/wp-content\/uploads\/2025\/07\/i-SENSYS-X-1440i-FRT-06.png\",\n                \"cena_netto_pln\": 129,\n                \"opis_specyfikacji\": \"Nabiurkowe laserowe urz\u0105dzenie wielofunkcyjne do niskich i \u015brednich nak\u0142ad\u00f3w. Druk do 40 str.\/min., kopiowanie i skanowanie, max format A4, tryb mono, zapas papieru 350 arkuszy, automatyczny tryb dwustronny, prosta obs\u0142uga z 5\\\" panelu LCD.\",\n                \"warunki_umowy\": \"Umowa na 36 miesi\u0119cy, w op\u0142acie dzier\u017cawy do wykonania 1000 wydruk\u00f3w miesi\u0119cznie.\",\n                \"benefity_dodatkowe\": [\"W pakiecie limit 1000 wydruk\u00f3w\", \"GRATIS 1000 arkuszy papieru Pollux A4\"]\n            },\n            {\n                \"typ_oferty\": \"Dzier\u017cawa\",\n                \"kategoria\": \"A4\",\n                \"oznaczenia\": [\"Zgodna z systemem uniFLOW online\"],\n                \"model\": \"CANON iSensys X 1861P\",\n                \"image_url\": \"https:\/\/loboslink.pl\/druk-i-skan\/wp-content\/uploads\/2025\/01\/X-1861P.png\",\n                \"cena_netto_pln\": 169,\n                \"opis_specyfikacji\": \"Nabiurkowa drukarka laserowa do \u015brednich i wysokich nak\u0142ad\u00f3w. Druk do 61 str.\/min., max format A4, tryb mono, zapas papieru 650 arkuszy, automatyczny druk dwustronny.\",\n                \"warunki_umowy\": \"Umowa na 36 miesi\u0119cy, w op\u0142acie dzier\u017cawy do wykonania limit 2000 wydruk\u00f3w miesi\u0119cznie.\",\n                \"benefity_dodatkowe\": [\"W pakiecie limit 2000 wydruk\u00f3w\", \"GRATIS 2000 arkuszy papieru Pollux A4\"]\n            },\n            {\n                \"typ_oferty\": \"Dzier\u017cawa\",\n                \"kategoria\": \"A3\",\n                \"oznaczenia\": [\"NOWO\u015a\u0106\", \"Zgodna z systemem uniFLOW online\"],\n                \"model\": \"CANON imageFORCE C5140\",\n                \"image_url\": \"https:\/\/loboslink.pl\/druk-i-skan\/wp-content\/uploads\/2025\/07\/imageFORCE-C5100_-Zdjecie-produktowe.png\",\n                \"cena_netto_pln\": 790,\n                \"opis_specyfikacji\": \"Solidne i zaawansowane wielofunkcyjne urz\u0105dzenie laserowe dla \u015brednich i wysokich nak\u0142ad\u00f3w. Druk do 40 str.\/min., kopiowanie i skanowanie (do e-maila, do zasob\u00f3w sieciowych, obs\u0142uga PDF w trybie OCR, szyfrowaniem itp.), max format A3, tryb mono\/kolor, zapas papieru 1200 arkuszy, automatyczny tryb dwustronny, podstawa, prosta obs\u0142uga z 10\\\" panelu LCD.\",\n                \"warunki_umowy\": \"Umowa na 36 miesi\u0119cy, w op\u0142acie dzier\u017cawy do wykonania 5000 wydruk\u00f3w mono i 500 w kolorze.\",\n                \"benefity_dodatkowe\": [\"W pakiecie limit 5000 wydruk\u00f3w mono\", \"W pakiecie limit 500 wydruk\u00f3w kolor\", \"GRATIS 5000 arkuszy papieru Pollux A4\"]\n            },\n            {\n                \"typ_oferty\": \"Dzier\u017cawa\",\n                \"kategoria\": \"A3\",\n                \"oznaczenia\": [\"Zgodna z systemem uniFLOW online\"],\n                \"model\": \"CANON iR Advance C3520i\",\n                \"image_url\": \"https:\/\/loboslink.pl\/druk-i-skan\/wp-content\/uploads\/2025\/01\/Canon-iR-Advance-C3520i.png\",\n                \"cena_netto_pln\": 290,\n                \"opis_specyfikacji\": \"Laserowe urz\u0105dzenie wielofunkcyjne dla ma\u0142ego i \u015bredniego biznesu. Druk do 20 str.\/min., kopiowanie i skanowanie (do e-maila, do zasob\u00f3w sieciowych, obs\u0142uga PDF w trybie OCR, szyfrowaniem itp.), max format A3, tryb mono\/kolor, zapas papieru 1200 arkuszy, automatyczny tryb dwustronny, podstawa, bardzo prosta obs\u0142uga z 10\\\" panelu LCD.\",\n                \"warunki_umowy\": \"Umowa na 36 miesi\u0119cy, w op\u0142acie dzier\u017cawy do wykonania 2500 wydruk\u00f3w mono i 250 w kolorze.\",\n                \"benefity_dodatkowe\": [\"W pakiecie limit 2500 wydruk\u00f3w mono\", \"W pakiecie limit 250 wydruk\u00f3w kolor\", \"GRATIS 2500 arkuszy papieru Pollux A4\"]\n            },\n            {\n                \"typ_oferty\": \"Zakup\",\n                \"kategoria\": \"A4\",\n                \"oznaczenia\": [\"Zgodna z systemem uniFLOW online\"],\n                \"model\": \"CANON iSensys X C1533i\",\n                \"image_url\": \"https:\/\/loboslink.pl\/druk-i-skan\/wp-content\/uploads\/2025\/01\/X-C1533iF.png\",\n                \"cena_netto_pln\": 5490,\n                \"opis_specyfikacji\": \"Laserowe urz\u0105dzenie wielofunkcyjne dla ma\u0142ego i \u015bredniego biznesu. Druk do 33 str.\/min., kopiowanie i skanowanie (do e-maila, do zasob\u00f3w sieciowych, obs\u0142uga PDF), max format A4, tryb mono\/kolor, zapas papieru 650 arkuszy, automatyczny tryb dwustronny, prosta obs\u0142uga z 7\\\" panelu LCD.\",\n                \"warunki_umowy\": null,\n                \"benefity_dodatkowe\": []\n            },\n            {\n                \"typ_oferty\": \"Zakup\",\n                \"kategoria\": \"Skaner\",\n                \"oznaczenia\": [\"W zestawie ze skanerem oprogramowanie Pro Capture OnTouch\"],\n                \"model\": \"CANON imageFORMULA DR-5350NW\",\n                \"image_url\": \"https:\/\/loboslink.pl\/druk-i-skan\/wp-content\/uploads\/2025\/01\/DR-S350NW.png\",\n                \"cena_netto_pln\": 2390,\n                \"opis_specyfikacji\": \"Wygodny w obs\u0142udze skaner nabiurkowy do wi\u0119kszych nak\u0142ad\u00f3w. Skan do 50 obr.\/min., podajnik dokument\u00f3w do 60 arkuszy, max szeroko\u015b\u0107 dokumentu 216 mm, ekran dotykowy 4,3\\\", skanowanie wizyt\u00f3wek i kart plastikowych. Capture OneTouch Pro - oprogramowanie do skanowania, przetwarzania, konwertowania i udost\u0119pniania dokument\u00f3w. Szeroki zakres funkcji umo\u017cliwia skanowanie do r\u00f3\u017cnych miejsc docelowych i format\u00f3w oraz tworzenie plik\u00f3w z mo\u017cliwo\u015bci\u0105 wyszukiwania i edycji tekstu. Dost\u0119pne tak\u017ce skanowanie strefowe i automatyczny podzia\u0142 dokument\u00f3w.\",\n                \"warunki_umowy\": null,\n                \"benefity_dodatkowe\": [\"Oprogramowanie Capture OneTouch Pro\"]\n            },\n            {\n                \"typ_oferty\": \"Zakup\",\n                \"kategoria\": \"Ploter\",\n                \"oznaczenia\": [\"Wymie\u0144 stary ploter na nowy! Pytaj o dodatkowy upust!\"],\n                \"model\": \"CANON imagePROGRAF TM-240\",\n                \"image_url\": \"https:\/\/loboslink.pl\/druk-i-skan\/wp-content\/uploads\/2025\/01\/TM-240-MFP-Lm24.png\",\n                \"cena_netto_pln\": 3990,\n                \"opis_specyfikacji\": \"Kompaktowy ploter dla bran\u017cy CAD\/GIS, idealny do niskich i \u015brednich nak\u0142ad\u00f3w w pracach projektowych, technicznych i prostej grafice. Obs\u0142uga max formatu A1, szeroko\u015b\u0107 zadruku do 610 mm, grubo\u015b\u0107 dokumentu do 0,8 mm, obs\u0142uga papieru w roli i w arkuszach, rozdzielczo\u015b\u0107 2400x1200 dpi, 5 atrament\u00f3w, w komplecie podstawa z koszem odbiorczym.\",\n                \"warunki_umowy\": null,\n                \"benefity_dodatkowe\": [\"Podstawa z koszem odbiorczym\", \"Mo\u017cliwo\u015b\u0107 upustu za stary ploter\"]\n            }\n        ];\n\n        function obsluzKontakt(model, typ) {\n            \/\/ 1. Zmiana URL (wyzwoli nas\u0142uchiwacz hashchange i wype\u0142ni pola)\n            window.location.hash = \"formularz?model=\" + encodeURIComponent(model) + \"&typ=\" + encodeURIComponent(typ);\n\n            \/\/ 2. Wymuszenie scrollowania\n            const formSekcja = document.getElementById('sekcja-formularza');\n            \/\/ Fallback na klas\u0119 kolumny Kadence, je\u015bli pominiesz krok 1\n            const kontener = formSekcja || document.querySelector('.kadence-column9135_dd2201-1a');\n\n            if (kontener) {\n                kontener.scrollIntoView({ behavior: 'smooth', block: 'start' });\n            }\n        }\n\n        daneOferty.forEach(item => {\n            const karta = document.createElement('article');\n            karta.className = 'urzadzenie-karta';\n\n            const czyNowosc = item.oznaczenia && item.oznaczenia.includes('NOWO\u015a\u0106')\n                ? `<span class=\"tag-nowosc\">Nowo\u015b\u0107<\/span>` : ``;\n\n            let tagInfo = '';\n            if (item.kategoria === 'Skaner' || item.kategoria === 'Ploter') {\n                tagInfo = item.kategoria;\n            } else {\n                const specLower = item.opis_specyfikacji.toLowerCase();\n                tagInfo = specLower.includes('kolor') ? 'KOLOR' : 'MONO';\n            }\n\n            const benefity = item.benefity_dodatkowe && item.benefity_dodatkowe.length > 0\n                ? `<div style=\"margin-bottom: 24px; background: #f8fafc; border: 1px solid #e2e8f0; padding: 16px; border-radius: 6px;\"><ul style=\"padding-left: 16px; margin: 0; color: #00467f; font-weight: 600; font-size: 0.875rem;\">${item.benefity_dodatkowe.map(b => `<li style=\"margin-bottom: 6px;\">${b}<\/li>`).join('')}<\/ul><\/div>`\n                : '';\n\n            let cenaIbenefityHTML = '';\n\n            let systemHtml = ``;\n            if (item.oznaczenia && item.oznaczenia.includes(\"Zgodna z systemem uniFLOW online\")) {\n                systemHtml = `\n                <div style=\"border-right: 1px solid rgba(255,255,255,0.2); padding-right: 8px; margin-right: -4px;\">\n                    <div class=\"badge-middle-title\">Zgodno\u015b\u0107 z systemem<\/div>\n                    <img decoding=\"async\" src=\"https:\/\/loboslink.pl\/druk-i-skan\/wp-content\/uploads\/2025\/07\/uniflow-online-logo-white.png\" alt=\"uniFLOW\" class=\"uniflow-logo\">\n                <\/div>`;\n            }\n\n            if (item.typ_oferty === 'Dzier\u017cawa') {\n                let limitMono = item.benefity_dodatkowe.find(b => b.includes('wydruk\u00f3w') && (!b.includes('kolor') || b.includes('mono')));\n                let limitKolor = item.benefity_dodatkowe.find(b => b.includes('kolor'));\n                let gratis = item.benefity_dodatkowe.find(b => b.includes('GRATIS'));\n\n                let limitMonoValue = limitMono ? limitMono.match(\/\\d+\/) : null;\n                let limitMonoDesc = limitKolor ? \"wydruk\u00f3w mono\" : \"wydruk\u00f3w\";\n                let limitKolorValue = limitKolor ? limitKolor.match(\/\\d+\/) : null;\n\n                let gratisTextStr = gratis ? gratis.replace('GRATIS ', '') : '';\n\n                let hasGrid = limitMonoValue && limitKolorValue;\n\n                let middleContent = '';\n                if (hasGrid) {\n                    middleContent = `\n                        ${systemHtml}\n                        <div style=\"border-right: 1px solid rgba(255,255,255,0.2); padding-right: 8px; margin-right: -4px;\">\n                            <div class=\"badge-middle-title\">W pakiecie limit<\/div>\n                            <div class=\"badge-middle-value\" style=\"font-size: 1.6rem;\">${limitMonoValue[0]}<\/div>\n                            <div class=\"badge-middle-desc\">${limitMonoDesc}<\/div>\n                        <\/div>\n                        <div>\n                            <div class=\"badge-middle-title\">W pakiecie limit<\/div>\n                            <div class=\"badge-middle-value\" style=\"font-size: 1.6rem;\">${limitKolorValue[0]}<\/div>\n                            <div class=\"badge-middle-desc\">wydruk\u00f3w kolor<\/div>\n                        <\/div>\n                    `;\n                } else if (limitMonoValue) {\n                    middleContent = `\n                        ${systemHtml}\n                        <div>\n                            <div class=\"badge-middle-title\">W pakiecie limit<\/div>\n                            <div class=\"badge-middle-value\">${limitMonoValue[0]}<\/div>\n                            <div class=\"badge-middle-desc\">${limitMonoDesc}<\/div>\n                        <\/div>\n                    `;\n                }\n\n                cenaIbenefityHTML = `\n                <div class=\"price-corner-badge\">\n                    <div class=\"badge-top-title\">Rata dzier\u017cawy netto **<\/div>\n                    <div class=\"badge-top-price\">${item.cena_netto_pln}<span class=\"badge-top-price-currency\">,-<\/span><\/div>\n                <\/div>\n                <div class=\"offer-badge-container\">\n                    <div class=\"offer-badge\">\n                        <div class=\"badge-middle ${systemHtml ? (hasGrid ? 'grid-3' : 'grid-2') : (hasGrid ? 'grid-2' : '')} ${gratis ? 'no-bottom-radius' : 'all-radius'}\">\n                            ${middleContent}\n                        <\/div>\n                        ${gratis ? `\n                        <div class=\"badge-bottom\">\n                            <div class=\"badge-bottom-content\">\n                                <div class=\"badge-bottom-title\">GRATIS<\/div>\n                                <div class=\"badge-bottom-desc\">${gratisTextStr}<\/div>\n                            <\/div>\n                            <div class=\"badge-exclamation\">\n                                <div class=\"badge-exclamation-top\"><\/div>\n                                <div class=\"badge-exclamation-dot\"><\/div>\n                            <\/div>\n                        <\/div>\n                        ` : ''}\n                    <\/div>\n                <\/div>\n                `;\n            } else {\n                cenaIbenefityHTML = `\n                <div class=\"price-corner-badge\">\n                    <div class=\"badge-top-title\">Cena zakupu netto **<\/div>\n                    <div class=\"badge-top-price\">${item.cena_netto_pln}<span class=\"badge-top-price-currency\">,-<\/span><\/div>\n                <\/div>\n                <div class=\"offer-badge-container\">\n                    <div class=\"offer-badge\">\n                        <div class=\"badge-middle all-radius\">\n                            ${systemHtml ? systemHtml.replace('style=\"border-right: 1px solid rgba(255,255,255,0.2); padding-right: 8px; margin-right: -4px;\"', '') : `\n                                <ul class=\"benefity-list\">\n                                    ${item.benefity_dodatkowe.map(b => `<li>${b}<\/li>`).join('')}\n                                <\/ul>\n                            `}\n                        <\/div>\n                    <\/div>\n                <\/div>\n                `;\n            }\n\n            karta.innerHTML = `\n                ${czyNowosc}\n                <span class=\"tag-typ\">${tagInfo}<\/span>\n                <div class=\"karta-header\"><\/div>\n                <img decoding=\"async\" src=\"${item.image_url}\" alt=\"${item.model}\">\n                ${cenaIbenefityHTML}\n                <h3 class=\"karta-tytul\">${item.model}<\/h3>\n                <div class=\"karta-specyfikacja\">\n                  <p>${item.opis_specyfikacji}<\/p>\n                <\/div>\n                <button class=\"btn-kontakt\" onclick=\"obsluzKontakt('${item.model}', '${item.typ_oferty}')\">Zapytaj o ten model<\/button>\n                ${item.warunki_umowy ? `<div class=\"warunki-umowy\"><strong>Warunki umowy:<\/strong> <br\/>${item.warunki_umowy}<\/div>` : ''}\n            `;\n\n            let targetGridId = 'grid-inne';\n            if ([\"CANON iSensys X 1440Pr\", \"CANON imageForce 1440\", \"CANON iSensys X 1861P\"].includes(item.model)) {\n                targetGridId = 'grid-mono-a4';\n            } else if ([\"CANON imageFORCE C5140\", \"CANON iR Advance C3520i\"].includes(item.model)) {\n                targetGridId = 'grid-kolor-a3';\n            }\n\n            const gridEl = document.getElementById(targetGridId);\n            if (gridEl) gridEl.appendChild(karta);\n        });\n    <\/script>\n<\/body>\n\n<\/html>\n\n\n<style>.kb-row-layout-id7728_e3739a-bd > .kt-row-column-wrap{align-content:start;}:where(.kb-row-layout-id7728_e3739a-bd > .kt-row-column-wrap) > .wp-block-kadence-column{justify-content:start;}.kb-row-layout-id7728_e3739a-bd > .kt-row-column-wrap{column-gap:var(--global-kb-gap-md, 2rem);row-gap:var(--global-kb-gap-md, 2rem);max-width:800px;margin-left:auto;margin-right:auto;padding-top:var(--global-kb-spacing-5xl, 10rem);padding-bottom:var(--global-kb-spacing-xxl, 5rem);grid-template-columns:minmax(0, 1fr);}.kb-row-layout-id7728_e3739a-bd{border-top:0px solid var(--global-palette2, #2B6CB0);}.kb-row-layout-id7728_e3739a-bd > .kt-row-layout-overlay{opacity:0.30;}.kb-row-layout-id7728_e3739a-bd .kt-row-layout-top-sep{height:65px;}.kb-row-layout-id7728_e3739a-bd .kt-row-layout-top-sep svg{width:100%;}.kb-row-layout-id7728_e3739a-bd .kt-row-layout-top-sep svg{fill:#ffffff!important;}@media all and (max-width: 1024px){.kb-row-layout-id7728_e3739a-bd > .kt-row-column-wrap{grid-template-columns:minmax(0, 1fr);}}@media all and (max-width: 1024px){.kb-row-layout-id7728_e3739a-bd{border-top:0px solid var(--global-palette2, #2B6CB0);}}@media all and (max-width: 767px){.kb-row-layout-id7728_e3739a-bd > .kt-row-column-wrap{row-gap:var(--global-kb-gap-sm, 1rem);padding-top:var(--global-kb-spacing-xs, 1rem);grid-template-columns:minmax(0, 1fr);}.kb-row-layout-id7728_e3739a-bd{border-top:0px solid var(--global-palette2, #2B6CB0);}.kb-row-layout-id7728_e3739a-bd .kt-row-layout-top-sep{height:0px;}}<\/style><div class=\"kb-row-layout-wrap kb-row-layout-id7728_e3739a-bd alignfull has-theme-palette7-background-color kt-row-has-bg wp-block-kadence-rowlayout\" id=\"sekcja-formularza\"><div class=\"kt-row-layout-top-sep kt-row-sep-type-ctdi\"><svg viewBox=\"0 0 1000 100\" preserveAspectRatio=\"none\"><path d=\"M500,2l500,78l0,20l-1000,0l0,-20l500,-78Z\" style=\"opacity: 0.4\" \/><path d=\"M500,2l500,98l-1000,0l500,-98Z\" \/><\/svg><\/div><div class=\"kt-row-column-wrap kt-has-2-columns kt-row-layout-row kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top\">\n<style>.kadence-column7728_a42c0d-8d > .kt-inside-inner-col,.kadence-column7728_a42c0d-8d > .kt-inside-inner-col:before{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}.kadence-column7728_a42c0d-8d > .kt-inside-inner-col{column-gap:var(--global-kb-gap-sm, 1rem);}.kadence-column7728_a42c0d-8d > .kt-inside-inner-col{flex-direction:column;}.kadence-column7728_a42c0d-8d > .kt-inside-inner-col > .aligncenter{width:100%;}.kadence-column7728_a42c0d-8d > .kt-inside-inner-col:before{opacity:0.3;}.kadence-column7728_a42c0d-8d{position:relative;}@media all and (max-width: 1024px){.kadence-column7728_a42c0d-8d > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}@media all and (max-width: 767px){.kadence-column7728_a42c0d-8d > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}<\/style>\n<div class=\"wp-block-kadence-column kadence-column7728_a42c0d-8d\"><div class=\"kt-inside-inner-col\"><style>.wp-block-kadence-advancedheading.kt-adv-heading7728_43b316-d4, .wp-block-kadence-advancedheading.kt-adv-heading7728_43b316-d4[data-kb-block=\"kb-adv-heading7728_43b316-d4\"]{text-align:center;font-size:52px;line-height:1;font-weight:800;font-style:normal;font-family:Inter;}.wp-block-kadence-advancedheading.kt-adv-heading7728_43b316-d4 mark.kt-highlight, .wp-block-kadence-advancedheading.kt-adv-heading7728_43b316-d4[data-kb-block=\"kb-adv-heading7728_43b316-d4\"] mark.kt-highlight{font-style:normal;color:#f76a0c;-webkit-box-decoration-break:clone;box-decoration-break:clone;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;}.wp-block-kadence-advancedheading.kt-adv-heading7728_43b316-d4 img.kb-inline-image, .wp-block-kadence-advancedheading.kt-adv-heading7728_43b316-d4[data-kb-block=\"kb-adv-heading7728_43b316-d4\"] img.kb-inline-image{width:150px;vertical-align:baseline;}@media all and (max-width: 767px){.wp-block-kadence-advancedheading.kt-adv-heading7728_43b316-d4, .wp-block-kadence-advancedheading.kt-adv-heading7728_43b316-d4[data-kb-block=\"kb-adv-heading7728_43b316-d4\"]{font-size:24px;}}<\/style>\n<h3 class=\"kt-adv-heading7728_43b316-d4 wp-block-kadence-advancedheading has-theme-palette-2-color has-text-color\" data-kb-block=\"kb-adv-heading7728_43b316-d4\">ZOPTYMALIZUJ DRUK <br>I OBIEG DOKUMENT\u00d3W <br>W TWOJEJ FIRMIE<\/h3>\n<\/div><\/div>\n\n\n<style>.kadence-column7728_2c3bed-ac > .kt-inside-inner-col{padding-top:var(--global-kb-spacing-md, 2rem);padding-right:var(--global-kb-spacing-md, 2rem);padding-bottom:var(--global-kb-spacing-md, 2rem);padding-left:var(--global-kb-spacing-md, 2rem);}.kadence-column7728_2c3bed-ac > .kt-inside-inner-col{box-shadow:0px 0px 60px 5px rgba(0, 0, 0, 0.2);}.kadence-column7728_2c3bed-ac > .kt-inside-inner-col,.kadence-column7728_2c3bed-ac > .kt-inside-inner-col:before{border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-right-radius:12px;border-bottom-left-radius:12px;}.kadence-column7728_2c3bed-ac > .kt-inside-inner-col{column-gap:var(--global-kb-gap-sm, 1rem);}.kadence-column7728_2c3bed-ac > .kt-inside-inner-col{flex-direction:column;}.kadence-column7728_2c3bed-ac > .kt-inside-inner-col > .aligncenter{width:100%;}.kadence-column7728_2c3bed-ac > .kt-inside-inner-col{background-image:linear-gradient(135deg,rgb(2,37,83) 0%,rgb(2,5,15) 98%);}.kadence-column7728_2c3bed-ac > .kt-inside-inner-col:before{opacity:0.3;}.kadence-column7728_2c3bed-ac{position:relative;}@media all and (max-width: 1024px){.kadence-column7728_2c3bed-ac > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}@media all and (max-width: 767px){.kadence-column7728_2c3bed-ac > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}<\/style>\n<div class=\"wp-block-kadence-column kadence-column7728_2c3bed-ac\"><div class=\"kt-inside-inner-col\"><style>.wp-block-kadence-advanced-form9160-cpt-id .kb-adv-form-field .kb-adv-form-label{padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-family:Poppins;font-weight:400;color:var(--global-palette9, #ffffff);}<\/style><div class=\"wp-block-kadence-advanced-form wp-block-kadence-advanced-form9160-cpt-id kb-adv-form-label-style-normal kb-adv-form-input-size-standard kb-form-basic-style\"><form id=\"kb-adv-form-9160-cpt-id\" class=\"kb-advanced-form\" method=\"post\" data-error-message=\"Wype\u0142nij pola z gwiazdk\u0105\">\n<style>.kb-row-layout-id9135_8b75bb-2a > .kt-row-column-wrap{align-content:start;}:where(.kb-row-layout-id9135_8b75bb-2a > .kt-row-column-wrap) > .wp-block-kadence-column{justify-content:start;}.kb-row-layout-id9135_8b75bb-2a > .kt-row-column-wrap{column-gap:var(--global-kb-gap-md, 2rem);row-gap:6px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;grid-template-columns:minmax(0, 1fr);}.kb-row-layout-id9135_8b75bb-2a > .kt-row-layout-overlay{opacity:0.30;}@media all and (max-width: 1024px){.kb-row-layout-id9135_8b75bb-2a > .kt-row-column-wrap{grid-template-columns:minmax(0, 1fr);}}@media all and (max-width: 767px){.kb-row-layout-id9135_8b75bb-2a > .kt-row-column-wrap{grid-template-columns:minmax(0, 1fr);}}<\/style><div class=\"kb-row-layout-wrap kb-row-layout-id9135_8b75bb-2a alignnone wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-6-columns kt-row-layout-row kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top\">\n<style>.kadence-column9135_fb2e8d-fe > .kt-inside-inner-col,.kadence-column9135_fb2e8d-fe > .kt-inside-inner-col:before{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}.kadence-column9135_fb2e8d-fe > .kt-inside-inner-col{column-gap:var(--global-kb-gap-sm, 1rem);}.kadence-column9135_fb2e8d-fe > .kt-inside-inner-col{flex-direction:column;}.kadence-column9135_fb2e8d-fe > .kt-inside-inner-col > .aligncenter{width:100%;}.kadence-column9135_fb2e8d-fe > .kt-inside-inner-col:before{opacity:0.3;}.kadence-column9135_fb2e8d-fe{position:relative;}@media all and (max-width: 1024px){.kadence-column9135_fb2e8d-fe > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}@media all and (max-width: 767px){.kadence-column9135_fb2e8d-fe > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}<\/style>\n<div class=\"wp-block-kadence-column kadence-column9135_fb2e8d-fe\"><div class=\"kt-inside-inner-col\"><div class=\"kb-adv-form-field kb-adv-form-text-type-input kb-adv-form-infield-type-input kb-field91609eae5e-03 wp-block-kadence-advanced-form-text\"><label class=\"kb-adv-form-label\" for=\"field91609eae5e-03\">Imi\u0119 i nazwisko<\/label><input name=\"field9eae5e-03\" id=\"field91609eae5e-03\" data-label=\"Imi\u0119 i nazwisko\" type=\"text\" placeholder=\"\" value=\"\" data-type=\"text\" class=\"kb-field kb-text-field\" data-required=\"no\" \/><\/div><\/div><\/div>\n\n\n<style>.kadence-column9135_b84181-84 > .kt-inside-inner-col,.kadence-column9135_b84181-84 > .kt-inside-inner-col:before{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}.kadence-column9135_b84181-84 > .kt-inside-inner-col{column-gap:var(--global-kb-gap-sm, 1rem);}.kadence-column9135_b84181-84 > .kt-inside-inner-col{flex-direction:column;}.kadence-column9135_b84181-84 > .kt-inside-inner-col > .aligncenter{width:100%;}.kadence-column9135_b84181-84 > .kt-inside-inner-col:before{opacity:0.3;}.kadence-column9135_b84181-84{position:relative;}@media all and (max-width: 1024px){.kadence-column9135_b84181-84 > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}@media all and (max-width: 767px){.kadence-column9135_b84181-84 > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}<\/style>\n<div class=\"wp-block-kadence-column kadence-column9135_b84181-84\"><div class=\"kt-inside-inner-col\"><div class=\"kb-adv-form-field kb-adv-form-text-type-input kb-adv-form-infield-type-input kb-field9160ac3fe1-26 wp-block-kadence-advanced-form-email\"><label class=\"kb-adv-form-label\" for=\"field9160ac3fe1-26\">Adres e-mail<span class=\"kb-adv-form-required\">*<\/span><\/label><input name=\"fieldac3fe1-26\" id=\"field9160ac3fe1-26\" data-label=\"Adres e-mail\" type=\"email\" placeholder=\"\" value=\"\" data-type=\"email\" class=\"kb-field kb-email-field\" data-required=\"yes\" required aria-required=\"true\"\/><\/div><\/div><\/div>\n\n\n<style>.kadence-column9135_7d3ad3-9e > .kt-inside-inner-col,.kadence-column9135_7d3ad3-9e > .kt-inside-inner-col:before{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}.kadence-column9135_7d3ad3-9e > .kt-inside-inner-col{column-gap:var(--global-kb-gap-sm, 1rem);}.kadence-column9135_7d3ad3-9e > .kt-inside-inner-col{flex-direction:column;}.kadence-column9135_7d3ad3-9e > .kt-inside-inner-col > .aligncenter{width:100%;}.kadence-column9135_7d3ad3-9e > .kt-inside-inner-col:before{opacity:0.3;}.kadence-column9135_7d3ad3-9e{position:relative;}@media all and (max-width: 1024px){.kadence-column9135_7d3ad3-9e > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}@media all and (max-width: 767px){.kadence-column9135_7d3ad3-9e > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}<\/style>\n<div class=\"wp-block-kadence-column kadence-column9135_7d3ad3-9e\"><div class=\"kt-inside-inner-col\"><div class=\"kb-adv-form-field kb-adv-form-infield-type-input kb-field9160d0bd17-e6 pole-typ wp-block-kadence-advanced-form-select\"><label class=\"kb-adv-form-label\" for=\"field9160d0bd17-e6\">Typ finansowania<\/label><select  name=\"fieldd0bd17-e6\" id=\"field9160d0bd17-e6\" ><option value=\"Dzierzawa\">Dzier\u017cawa<\/option><option value=\"Zakup\">Zakup<\/option><\/select><\/div><\/div><\/div>\n\n\n<style>.kadence-column9135_5a3e24-cd > .kt-inside-inner-col,.kadence-column9135_5a3e24-cd > .kt-inside-inner-col:before{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}.kadence-column9135_5a3e24-cd > .kt-inside-inner-col{column-gap:var(--global-kb-gap-sm, 1rem);}.kadence-column9135_5a3e24-cd > .kt-inside-inner-col{flex-direction:column;}.kadence-column9135_5a3e24-cd > .kt-inside-inner-col > .aligncenter{width:100%;}.kadence-column9135_5a3e24-cd > .kt-inside-inner-col:before{opacity:0.3;}.kadence-column9135_5a3e24-cd{position:relative;}@media all and (max-width: 1024px){.kadence-column9135_5a3e24-cd > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}@media all and (max-width: 767px){.kadence-column9135_5a3e24-cd > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}<\/style>\n<div class=\"wp-block-kadence-column kadence-column9135_5a3e24-cd\"><div class=\"kt-inside-inner-col\"><div class=\"kb-adv-form-field kb-adv-form-text-type-input kb-adv-form-infield-type-input kb-field9160b22361-7a pole-modelu wp-block-kadence-advanced-form-text\"><label class=\"kb-adv-form-label\" for=\"field9160b22361-7a\">Model Drukarki<\/label><input name=\"fieldb22361-7a\" id=\"field9160b22361-7a\" data-label=\"Model Drukarki\" type=\"text\" placeholder=\"\" value=\"\" data-type=\"text\" class=\"kb-field kb-text-field\" data-required=\"no\" \/><\/div><\/div><\/div>\n\n\n<style>.kadence-column9135_bc12fd-79 > .kt-inside-inner-col,.kadence-column9135_bc12fd-79 > .kt-inside-inner-col:before{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}.kadence-column9135_bc12fd-79 > .kt-inside-inner-col{column-gap:var(--global-kb-gap-sm, 1rem);}.kadence-column9135_bc12fd-79 > .kt-inside-inner-col{flex-direction:column;}.kadence-column9135_bc12fd-79 > .kt-inside-inner-col > .aligncenter{width:100%;}.kadence-column9135_bc12fd-79 > .kt-inside-inner-col:before{opacity:0.3;}.kadence-column9135_bc12fd-79{position:relative;}@media all and (max-width: 1024px){.kadence-column9135_bc12fd-79 > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}@media all and (max-width: 767px){.kadence-column9135_bc12fd-79 > .kt-inside-inner-col{flex-direction:column;justify-content:center;}}<\/style>\n<div class=\"wp-block-kadence-column kadence-column9135_bc12fd-79\"><div class=\"kt-inside-inner-col\"><div class=\"kb-adv-form-field kb-adv-form-text-type-input kb-adv-form-infield-type-input kb-field91601486e9-e1 wp-block-kadence-advanced-form-textarea\"><label class=\"kb-adv-form-label\" for=\"field91601486e9-e1\">Wiadomo\u015b\u0107<span class=\"kb-adv-form-required\">*<\/span><\/label><textarea name=\"field1486e9-e1\" id=\"field91601486e9-e1\" rows=\"3\"  data-label=\"Wiadomo\u015b\u0107\" placeholder=\"\" data-type=\"textarea\" class=\"kb-field kb-textarea-field\" data-required=\"yes\" required aria-required=\"true\"><\/textarea><\/div>\n\n<style>.wp-block-kadence-advanced-form .kb-field9160cc9e1b-ca{max-width:100%;}<\/style><div class=\"kb-adv-form-field kb-field9160cc9e1b-ca wp-block-kadence-advanced-form-checkbox\"><fieldset class=\"kb-radio-check-item-wrap\" id=\"cb9160cc9e1b-ca\" data-type=\"checkbox\" data-required=\"yes\" ><legend class=\"kb-adv-form-label\"><a href=\"https:\/\/loboslink.pl\/druk-i-skan\/polityka-prywatnosci\/\">Polityka prywatno\u015bci<\/a><span class=\"kb-adv-form-required\">*<\/span><\/legend><div class=\"kb-radio-check-item\"><input class=\"kb-checkbox-style\" type=\"checkbox\"  id=\"field9160cc9e1b-ca_0\" name=\"fieldcc9e1b-ca[]\" value=\"O\u015bwiadczam, \u017ce zapozna\u0142em(am) si\u0119 i akceptuj\u0119 polityk\u0119 prywatno\u015bci*\"><label for=\"field9160cc9e1b-ca_0\">O\u015bwiadczam, \u017ce zapozna\u0142em(am) si\u0119 i akceptuj\u0119 polityk\u0119 prywatno\u015bci*<\/label><\/div><\/fieldset><\/div><\/div><\/div>\n\n\n<style>.kadence-column9135_687b71-0c > .kt-inside-inner-col{display:flex;}.kadence-column9135_687b71-0c > .kt-inside-inner-col{padding-top:var(--global-kb-spacing-sm, 1.5rem);}.kadence-column9135_687b71-0c > .kt-inside-inner-col,.kadence-column9135_687b71-0c > .kt-inside-inner-col:before{border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;}.kadence-column9135_687b71-0c > .kt-inside-inner-col{column-gap:var(--global-kb-gap-sm, 1rem);}.kadence-column9135_687b71-0c > .kt-inside-inner-col{flex-direction:column;justify-content:stretch;}.kadence-column9135_687b71-0c > .kt-inside-inner-col > .aligncenter{width:100%;}.kt-row-column-wrap > .kadence-column9135_687b71-0c{align-self:center;}.kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column9135_687b71-0c{align-self:auto;}.kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column9135_687b71-0c > .kt-inside-inner-col{flex-direction:column;justify-content:stretch;}.kadence-column9135_687b71-0c > .kt-inside-inner-col:before{opacity:0.3;}.kadence-column9135_687b71-0c{position:relative;}@media all and (max-width: 1024px){.kt-row-column-wrap > .kadence-column9135_687b71-0c{align-self:center;}}@media all and (max-width: 1024px){.kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column9135_687b71-0c{align-self:auto;}}@media all and (max-width: 1024px){.kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column9135_687b71-0c > .kt-inside-inner-col{flex-direction:column;justify-content:stretch;}}@media all and (max-width: 1024px){.kadence-column9135_687b71-0c > .kt-inside-inner-col{flex-direction:column;justify-content:stretch;}}@media all and (max-width: 767px){.kt-row-column-wrap > .kadence-column9135_687b71-0c{align-self:center;}.kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column9135_687b71-0c{align-self:auto;}.kt-inner-column-height-full:not(.kt-has-1-columns) > .wp-block-kadence-column.kadence-column9135_687b71-0c > .kt-inside-inner-col{flex-direction:column;justify-content:stretch;}.kadence-column9135_687b71-0c > .kt-inside-inner-col{flex-direction:column;justify-content:stretch;}}<\/style>\n<div class=\"wp-block-kadence-column kadence-column9135_687b71-0c\"><div class=\"kt-inside-inner-col\"><style>.kb-submit-field .kb-btn50f4d1-28.kb-button{background:#da0011;font-size:var(--global-kb-font-size-md, 1.25rem);border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;border-top:0px solid var(--global-palette9, #ffffff);border-right:0px solid var(--global-palette9, #ffffff);border-bottom:0px solid var(--global-palette9, #ffffff);border-left:0px solid var(--global-palette9, #ffffff);}.kb-submit-field .kb-btn50f4d1-28.kb-button:hover, .kb-submit-field .kb-btn50f4d1-28.kb-button:focus{background:#a00612;}.kb-submit-field.kb-field50f4d1-28{justify-content:flex-start;}@media all and (max-width: 1024px){.kb-submit-field .kb-btn50f4d1-28.kb-button{border-top:0px solid var(--global-palette9, #ffffff);border-right:0px solid var(--global-palette9, #ffffff);border-bottom:0px solid var(--global-palette9, #ffffff);border-left:0px solid var(--global-palette9, #ffffff);}}@media all and (max-width: 767px){.kb-submit-field .kb-btn50f4d1-28.kb-button{border-top:0px solid var(--global-palette9, #ffffff);border-right:0px solid var(--global-palette9, #ffffff);border-bottom:0px solid var(--global-palette9, #ffffff);border-left:0px solid var(--global-palette9, #ffffff);}}<\/style><div class=\"kb-adv-form-field kb-submit-field kb-field50f4d1-28 wp-block-kadence-advanced-form-submit\"><button class=\"kb-button kt-button button kb-adv-form-submit-button kb-btn50f4d1-28 kt-btn-size-standard kt-btn-width-type-fixed kb-btn-global-fill kt-btn-has-text-true kt-btn-has-svg-false\" type=\"submit\"><span class=\"kt-btn-inner-text\">Wysy\u0142am zapytanie<\/span><\/button><\/div><\/div><\/div>\n\n<\/div><\/div>\n<input type=\"hidden\" name=\"_kb_adv_form_post_id\" value=\"9160\"><input type=\"hidden\" name=\"action\" value=\"kb_process_advanced_form_submit\"><input type=\"hidden\" name=\"_kb_adv_form_id\" value=\"9160-cpt-id\"><\/form><\/div><\/div><\/div>\n\n<\/div><\/div>\n\n\n<script>\n    function wypelnijFormularz() {\n        const hash = window.location.hash;\n        \n        \/\/ Zabezpieczenie przed b\u0142\u0119dem, gdy hash nie ma parametr\u00f3w\n        if (!hash.includes('?')) return;\n\n        const params = new URLSearchParams(hash.split('?')[1]);\n        const modelName = params.get('model');\n        const dealType = params.get('typ');\n\n        if (modelName) {\n            const modelInput = document.querySelector('.pole-modelu input');\n            if (modelInput) modelInput.value = modelName; \n        }\n\n        if (dealType) {\n            \/\/ Dopasowane do pola <select>, o kt\u00f3rym piszesz\n            const selectElement = document.querySelector('.pole-typ select');\n            if (selectElement) {\n                const targetValue = dealType.toLowerCase();\n                Array.from(selectElement.options).forEach(opt => {\n                    if (opt.value.toLowerCase() === targetValue || opt.text.toLowerCase() === targetValue) {\n                        selectElement.value = opt.value;\n                    }\n                });\n            }\n        }\n    }\n\n    \/\/ Obs\u0142uga wej\u015bcia bezpo\u015brednio z linku z parametrami\n    document.addEventListener('DOMContentLoaded', wypelnijFormularz);\n    \n    \/\/ Obs\u0142uga klikni\u0119cia \"Zapytaj o ten model\" (zmiana URL bez prze\u0142adowania strony)\n    window.addEventListener('hashchange', wypelnijFormularz);\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Oferta Canon &#8211; Loboslink Wielofunkcyjne Urz\u0105dzenia Canon Wybierz dogodn\u0105 form\u0119 finansowania i ciesz si\u0119 niezawodno\u015bci\u0105. Kompletna obs\u0142uga Twojego biura. SPRAWD\u0179 DZIER\u017bAWAZ KOMPLEKSOW\u0104OBS\u0141UG\u0104SERWISOW\u0104 Automatyczne rozliczanie us\u0142ugi, umowa od 12 do 48 miesi\u0119cy, zdalny monitoring urz\u0105dze\u0144, kompleksowa obs\u0142uga serwisowa, bezp\u0142atne dostawy materia\u0142\u00f3w, brak koszt\u00f3w utylizacji itp. SPRAWD\u0179 ZAKUPZ ROZSZERZON\u0104GWARANCJ\u0104 Atrakcyjne warunki finansowania, gwarancja od 12 do 60&#8230;<\/p>\n","protected":false},"author":4,"featured_media":8071,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_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-7728","page","type-page","status-publish","has-post-thumbnail","hentry"],"taxonomy_info":[],"featured_image_src_large":["https:\/\/loboslink.pl\/druk-i-skan\/wp-content\/uploads\/2025\/07\/dzierzawa-z-obsluga-serwisowa.png",500,500,false],"author_info":{"display_name":"Kacper Stok\u0142osa","author_link":"https:\/\/loboslink.pl\/druk-i-skan\/author\/kstoklosa\/"},"comment_info":0,"_links":{"self":[{"href":"https:\/\/loboslink.pl\/druk-i-skan\/wp-json\/wp\/v2\/pages\/7728","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/loboslink.pl\/druk-i-skan\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/loboslink.pl\/druk-i-skan\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/loboslink.pl\/druk-i-skan\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/loboslink.pl\/druk-i-skan\/wp-json\/wp\/v2\/comments?post=7728"}],"version-history":[{"count":142,"href":"https:\/\/loboslink.pl\/druk-i-skan\/wp-json\/wp\/v2\/pages\/7728\/revisions"}],"predecessor-version":[{"id":9301,"href":"https:\/\/loboslink.pl\/druk-i-skan\/wp-json\/wp\/v2\/pages\/7728\/revisions\/9301"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/loboslink.pl\/druk-i-skan\/wp-json\/wp\/v2\/media\/8071"}],"wp:attachment":[{"href":"https:\/\/loboslink.pl\/druk-i-skan\/wp-json\/wp\/v2\/media?parent=7728"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}