/* Captured inline CSS from rendered homepage on 2026-05-26 */


/* === Block 1 === */
 html { --pix-pagetransition-bg: #FFFFFF; } 

/* === Block 2 === */

/* ── Loading state ── */
.spp-wl-btn.spp-wl-btn--loading{ opacity:.6;pointer-events:none; }

/* Card button (absolute overlay) */
.inbld-wishlist-btn.spp-wl-btn{
    position:absolute!important;top:10px!important;left:10px!important;
    z-index:4!important;
    width:36px!important;height:36px!important;padding:0!important;
    justify-content:center!important;border-radius:50%!important;
    background:#fff!important;box-shadow:0 2px 8px rgba(0,0,0,.1)!important;
    opacity:0!important;transform:translateY(-4px)!important;font-size:0!important;
}
.inbld-wrap .inbld-sg ul.products li.product:hover .inbld-wishlist-btn.spp-wl-btn{
    opacity:1!important;transform:translateY(0)!important;
}
.inbld-wishlist-btn.spp-wl-btn.is-active{
    opacity:1!important;transform:translateY(0)!important;
    border-color:#e11d48!important;
}

/* ── Wishlist page ── */
.spp-wl-page{ max-width:960px;margin:0 auto;padding:24px 0;font-family:var(--font-body,inherit); }
.spp-wl-page__empty{ text-align:center;padding:64px 20px;color:var(--color-text,#94a3b8); }
.spp-wl-page__empty svg{ display:block;margin:0 auto 16px;opacity:.25; }
.spp-wl-page__empty p{ font-size:15px;margin:0 0 20px;font-family:var(--font-body,inherit); }
.spp-wl-page__empty a{
    display:inline-block;padding:10px 24px;
    background:var(--s-btn-bg,var(--sp,var(--color-primary,#2563eb)));
    color:var(--s-btn-txt,#fff);
    border-radius:var(--s-radius,var(--radius-button,6px));
    text-decoration:none;font-size:14px;font-weight:600;
    font-family:var(--font-body,inherit);
    transition:filter .15s;
}
.spp-wl-page__empty a:hover{ filter:brightness(.9); }

/* Table */
table.spp-wl-table{ width:100%;border-collapse:collapse;font-size:14px;font-family:var(--font-body,inherit); }
table.spp-wl-table th{
    text-align:left;padding:10px 12px;
    border-bottom:2px solid var(--color-border,#e2e8f0);
    color:var(--color-text,#64748b);
    font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.06em;
    font-family:var(--font-heading,inherit);white-space:nowrap;
}
table.spp-wl-table td{ padding:14px 12px;border-bottom:1px solid var(--color-border,#e2e8f0);vertical-align:middle; }
table.spp-wl-table tr:last-child td{ border-bottom:none; }
table.spp-wl-table tr:hover td{ background:color-mix(in srgb,var(--sp,var(--color-primary,#2563eb)) 3%,transparent); }

/* Image cell */
.spp-wl-table__img{ width:68px;height:68px;border-radius:var(--s-radius,var(--radius-button,6px));overflow:hidden;border:1px solid var(--color-border,#e2e8f0);flex-shrink:0; }
.spp-wl-table__img img{ width:100%;height:100%;object-fit:cover;display:block; }

/* Name */
.spp-wl-table__name{ font-weight:600;color:var(--color-heading,#1e293b);text-decoration:none;font-family:var(--font-body,inherit);line-height:1.4;display:block; }
.spp-wl-table__name:hover{ color:var(--sp,var(--color-primary,#2563eb)); }
.spp-wl-table__meta{ font-size:12px;color:var(--color-text,#94a3b8);margin-top:3px; }

/* Price */
.spp-wl-table__price .woocommerce-Price-amount{ font-weight:700;color:var(--color-heading,#1e293b); }

/* Stock */
.spp-wl-table__stock--in{ color:#16a34a;font-size:12px;font-weight:600;white-space:nowrap; }
.spp-wl-table__stock--out{ color:#dc2626;font-size:12px;font-weight:600;white-space:nowrap; }

/* Add to cart button */
.spp-wl-table__atc{
    display:inline-flex;align-items:center;white-space:nowrap;
    padding:7px 14px;
    background:var(--s-btn-bg,var(--sp,var(--color-primary,#2563eb)));
    color:var(--s-btn-txt,#fff);
    border:none;border-radius:var(--s-radius,var(--radius-button,6px));
    font-size:13px;font-weight:600;cursor:pointer;text-decoration:none;
    transition:filter .15s;font-family:var(--font-body,inherit);
    line-height:1.3;
}
.spp-wl-table__atc:hover{ filter:brightness(.9);color:var(--s-btn-txt,#fff); }
.spp-wl-table__atc.disabled{
    background:var(--color-border,#e2e8f0);
    color:var(--color-text,#94a3b8);
    cursor:not-allowed;filter:none;
}

/* Remove button */
.spp-wl-table__remove{
    display:flex;align-items:center;justify-content:center;
    background:none;border:none;cursor:pointer;
    color:var(--color-text,#94a3b8);
    width:30px;height:30px;padding:0;
    border-radius:50%;transition:background .15s,color .15s;
}
.spp-wl-table__remove:hover{ color:#dc2626;background:rgba(220,38,38,.08); }

/* Share link */
.spp-wl-share{
    margin-top:20px;padding:14px 16px;
    background:color-mix(in srgb,var(--color-border,#e2e8f0) 40%,transparent);
    border-radius:var(--s-radius,var(--radius-button,6px));
    font-size:13px;color:var(--color-text,#64748b);font-family:var(--font-body,inherit);
}
.spp-wl-share input{
    width:100%;padding:8px 10px;
    border:1px solid var(--color-border,#e2e8f0);
    border-radius:var(--s-radius,var(--radius-button,6px));
    font-size:12px;margin-top:6px;background:#fff;
}

/* ── Responsive: tablet — ukryj mniej ważne kolumny ── */
@media(max-width:900px){
    .spp-wl-col-date{ display:none; }
}

/* ── Responsive: mobile — karty zamiast tabeli ── */
@media(max-width:640px){
    table.spp-wl-table,
    table.spp-wl-table thead,
    table.spp-wl-table tbody,
    table.spp-wl-table tr,
    table.spp-wl-table th,
    table.spp-wl-table td{ display:block;width:100%; }

    table.spp-wl-table thead{ display:none; }

    table.spp-wl-table tr{
        display:flex;flex-wrap:wrap;align-items:flex-start;gap:12px;
        padding:16px 0;border-bottom:1px solid var(--color-border,#e2e8f0);
        position:relative;
    }
    table.spp-wl-table tr:last-child{ border-bottom:none; }
    table.spp-wl-table tr:hover td{ background:none; }
    table.spp-wl-table td{ padding:0;border:none;width:auto; }

    /* obrazek */
    table.spp-wl-table td:first-child{ flex:0 0 auto; }
    .spp-wl-table__img{ width:80px;height:80px; }

    /* nazwa — zajmuje resztę wiersza */
    table.spp-wl-table td:nth-child(2){ flex:1 1 0;min-width:0; }

    /* cena, dostępność — inline poniżej */
    .spp-wl-col-price,
    .spp-wl-col-stock,
    .spp-wl-col-date{ flex:0 0 auto; }

    /* przycisk ATC — pełna szerokość */
    table.spp-wl-table td:has(.spp-wl-table__atc){ flex:1 1 100%; }
    .spp-wl-table__atc{ width:100%;justify-content:center; }

    /* usuń — prawy górny róg */
    table.spp-wl-table td:last-child{
        position:absolute;top:12px;right:0;
        width:auto!important;
    }
}


/* === Block 3 === */
:root {
  --color-primary:   #2563eb;
  --color-secondary: #64748b;
  --color-accent:    #f59e0b;
  --color-heading:   #1e293b;
  --color-text:      #334155;
  --color-bg:        #ffffff;
  --color-border:    #e2e8f0;
  --color-success:   #10b981;
  --color-warning:   #f59e0b;
  --color-error:     #ef4444;
  --color-header-bg:    #ffffff;
  --color-header-text:  #1e293b;
  --color-footer-bg:    #0f172a;
  --color-footer-text:  #94a3b8;
  --color-topbar-bg:    #1e293b;
  --font-heading:        system-ui;
  --font-body:           system-ui;
  --font-size-base:      16px;
  --line-height:         1.5;
  --letter-spacing:      0px;
  --font-heading-weight: 600;
  --font-body-weight:    400;
  --radius-button:   6px;
  --header-height:   80px;
  --color-link:       #2563eb;
  --color-link-hover: #2563eb;
  --color-mm-bg:      #ffffff;
  --color-mm-text:    #1e293b;
  --color-mm-active:  #2563eb;
}


/* === Block 4 === */

:root {
  --font-headings: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-ui: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
body { font-family: var(--font-body); }
h1,h2,h3,h4,h5,h6,.woocommerce div.product .product_title,.woocommerce .related h2,.woocommerce .upsells h2 { font-family: var(--font-headings); }
button,input[type="submit"],.button,.btn,.wp-element-button,.woocommerce a.button,.woocommerce button.button,.woocommerce .widget,.ifh-menu,.ifh-topbar,.woocommerce-tabs .tabs li a { font-family: var(--font-ui); }
.woocommerce .price,.woocommerce-Price-amount,.woocommerce .amount { font-family: var(--font-ui); }


/* === Block 5 === */

img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */


/* === Block 6 === */


	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */


/* === Block 7 === */

:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){margin-left: auto !important;margin-right: auto !important;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: underline;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;letter-spacing: inherit;line-height: inherit;padding-top: calc(0.667em + 2px);padding-right: calc(1.333em + 2px);padding-bottom: calc(0.667em + 2px);padding-left: calc(1.333em + 2px);text-decoration: none;text-transform: inherit;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/*# sourceURL=global-styles-inline-css */


/* === Block 8 === */

.vc_custom_1762854105870{background-color: #ffffff !important;}.vc_custom_1763577018030{padding-top: 50px !important;padding-bottom: 20px !important;}.vc_custom_1763577171085{padding-top: 30px !important;border-color: rgba(0,0,0,0.08) !important;}.vc_custom_1590552687940{padding-bottom: 20px !important;}.vc_custom_1763577043776{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 10px !important;}.vc_custom_1764781501976{padding-top: 10px !important;padding-right: 110px !important;padding-bottom: 10px !important;}.vc_custom_1589854107341{padding-bottom: 25px !important;}.vc_custom_1764271985961{padding-top: 30px !important;}.vc_custom_1770574796072{padding-bottom: 10px !important;}
/*# sourceURL=pix-footerStyle-handle-inline-css */


/* === Block 9 === */


        body:not(.render) .pix-overlay-item {
            opacity: 0 !important;
        }
        body:not(.pix-loaded) .pix-wpml-header-btn {
            opacity: 0;
        }
            html:has(body:not(.render)) {
                background: var(--pix-pagetransition-bg)  !important;
            }
            .pix-page-loading-bg:after {
                content: " ";
                position: fixed;
                top: 0;
                left: 0;
                width: 100vw;
                height: 100vh;
                display: block;
                pointer-events: none;
                transition: opacity .16s ease-in-out;
                transform-style: flat;
                z-index: 99999999999999999999;
                opacity: 1;
                background: var(--pix-pagetransition-bg) !important;
            }
            body.render .pix-page-loading-bg:after {
                opacity: 0;
            }
            
/*# sourceURL=pix-intro-handle-inline-css */


/* === Block 10 === */

.pixfort-area-content[data-area=topbar] { --pix-header-bg-color: var(--pix-white); --pix-header-text-color: var(--pix-heading-default); --pix-header-area-line-color: var(--pix-dark-opacity-1); }.pixfort-area-content[data-area=header] { --pix-header-bg-color: var(--pix-white); --pix-display-header-scroll-blur: none; --pix-opacity-header-scroll-blur: 0; --pix-header-scroll-bg-color: var(--pix-white); --pix-header-text-color: var(--pix-heading-default); --pix-header-scroll-text-color: var(--pix-heading-default); --pix-header-area-line-color: var(--pix-dark-opacity-1); --pix-scroll-header-shadow: var(--pix-shadow-lg); }.pixfort-area-content[data-area=stack] { --pix-header-bg-color: var(--pix-white); --pix-header-text-color: var(--pix-heading-default); --pix-header-area-line-color: var(--pix-light-opacity-2); }.pixfort-area-content[data-area=m_topbar] { --pix-header-bg-color: var(--pix-white); --pix-header-text-color: var(--pix-body-default); --pix-header-area-line-color: var(--pix-gray-2); }.pixfort-area-content[data-area=m_header] { --pix-header-bg-color: var(--pix-white); --pix-header-text-color: var(--pix-body-default); --pix-scroll-header-shadow: var(--pix-shadow-lg); }.pixfort-area-content[data-area=m_stack] { --pix-header-bg-color: var(--pix-white); --pix-header-text-color: var(--pix-body-default); }.pix-header .container, .pixfort-header-area .container { --pix-header-container-width: var(--pix-container-width, 1140px); }
/*# sourceURL=pixfort-custom-header-style-inline-css */


/* === Block 11 === */

    .pk-inline-btn{
        display:inline-flex; align-items:center; justify-content:center;
        gap:6px; padding:12px 22px; margin:8px 4px;
        background:#4068b2; color:#fff !important;
        border:none; border-radius:8px; cursor:pointer;
        font-size:15px; font-weight:600; font-family:inherit;
        text-decoration:none !important;
        transition:all .2s ease;
        line-height:1.2;
    }
    .pk-inline-btn:hover{
        background:#2d4d85;
        transform:translateY(-1px);
        box-shadow:0 6px 14px rgba(64,104,178,.28);
    }
    .pk-inline-link{
        color:#4068b2; font-weight:600;
        text-decoration:underline; text-underline-offset:3px;
        cursor:pointer; transition:color .2s ease;
    }
    .pk-inline-link:hover{ color:#2d4d85; }
    

/* === Block 12 === */

        /* CSS Custom Properties — bridge between PHP and external CSS */
        :root{--ifh-primary:#2563eb;--ifh-text:#1e293b;--ifh-bg:#ffffff;--ifh-topbar-bg:#1e293b;--ifh-mm-bg:#ffffff;--ifh-mm-text:#1e293b;--ifh-mm-active:#2563eb;--ifh-mm-hover-bg:rgba(0,0,0,.03)}
        /* Critical inline — guarantees header renders correctly */
        .ifh{position:relative;z-index:1000;font-family:system-ui,-apple-system,sans-serif;line-height:1.5}
        .ifh--sticky{position:sticky;top:0}
        .ifh--scrolled{box-shadow:0 2px 12px rgba(0,0,0,.08)}
        .ifh-skip{position:absolute!important;left:-9999px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}
        .ifh-skip:focus{left:0!important;top:0!important;width:auto!important;height:auto!important;overflow:visible!important;clip:auto!important;padding:12px 24px;background:#2563eb;color:#fff;font-weight:600;font-size:14px;z-index:100010;text-decoration:none}
        .ifh-container{max-width:1320px;margin:0 auto;padding:0 24px;box-sizing:border-box}
        .ifh-topbar{background:#1e293b;color:#fff;font-size:13px;padding:6px 0}
        .ifh-topbar__items{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}
        .ifh-main{background:#ffffff;color:#1e293b;border-bottom:1px solid rgba(0,0,0,.06)}
        .ifh-nav{display:flex!important;align-items:center!important;min-height:80px;flex-direction:row!important}
        .ifh-cols{display:flex!important;align-items:center!important;gap:16px;width:100%;flex-wrap:nowrap!important;flex-direction:row!important}
        .ifh-col{display:flex!important;align-items:center!important;gap:12px;flex:1 1 0%;min-width:0;overflow:visible;flex-direction:row!important}
        .ifh-col--grow{flex:1 1 0%!important;min-width:0}
        .ifh-col--center{justify-content:center}
        .ifh-col--end{justify-content:flex-end}
        .ifh-logo{display:inline-flex;align-items:center;text-decoration:none;color:inherit;flex-shrink:1;min-width:0;max-width:100%}
        .ifh-logo img{display:block;max-height:60px;width:auto;height:auto;object-fit:contain;max-width:100%}
        .ifh-logo__text{font-size:20px;font-weight:700}
        .ifh-menu-wrap{flex:1;min-width:0}
        .ifh-menu{list-style:none!important;margin:0!important;padding:0!important;display:flex!important;align-items:center;gap:4px}
        .ifh-menu li{position:relative;list-style:none!important}
        .ifh-menu>li>a{display:inline-flex;align-items:center;padding:8px 14px;font-size:15px;font-weight:600;color:#1e293b;text-decoration:none;border-radius:6px;min-height:44px}
        .ifh-menu>li>a:hover{background:rgba(0,0,0,.05);color:#2563eb}
        .ifh-menu .sub-menu{display:none;position:absolute;top:100%;left:0;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:10px;box-shadow:0 12px 40px rgba(0,0,0,.1);padding:8px 0;min-width:220px;z-index:100;list-style:none!important;margin:0!important}
        .ifh-menu li:hover>.sub-menu,.ifh-menu li:focus-within>.sub-menu{display:block}
        .ifh-menu .sub-menu a{display:block;padding:10px 20px;font-size:14px;color:#1e293b;text-decoration:none}
        .ifh-menu .sub-menu a:hover{background:rgba(0,0,0,.04);color:#2563eb}
        .ifh-icon{display:inline-flex;align-items:center;justify-content:center;padding:8px;color:#1e293b;text-decoration:none;border-radius:50%;position:relative;min-width:44px;min-height:44px}
        .ifh-icon:hover{background:rgba(0,0,0,.05);color:#2563eb}
        .ifh-badge{position:absolute;top:2px;right:2px;background:#2563eb;color:#fff;font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}
        .ifh-search__form{display:flex;align-items:center;background:#f1f5f9;border-radius:100px;overflow:hidden;max-width:100%}
        .ifh-search__input{border:none!important;background:transparent!important;padding:10px 16px;font-size:14px;outline:none;min-width:0;width:100%;color:#1e293b;box-shadow:none!important}
        .ifh-search__btn{border:none;background:transparent;cursor:pointer;padding:10px 14px;color:#64748b;display:flex;min-width:44px;min-height:44px;align-items:center;justify-content:center}
        .ifh-search{position:relative;width:100%;min-width:0;max-width:100%}
        .ifh-suggest{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.12);margin-top:6px;max-height:360px;overflow-y:auto;z-index:9999;padding:8px 0}
        .ifh-suggest[hidden]{display:none}
        .ifh-suggest__item{display:flex;align-items:center;gap:12px;padding:8px 16px;cursor:pointer;transition:background .1s;text-decoration:none;color:inherit}
        .ifh-suggest__item:hover{background:#f8fafc}
        .ifh-suggest__img{width:48px;height:48px;object-fit:cover;border-radius:6px;background:#f1f5f9;flex-shrink:0}
        .ifh-suggest__info{flex:1;min-width:0}
        .ifh-suggest__name{font-size:13px;font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
        .ifh-suggest__price{font-size:12px;color:#64748b;margin-top:2px}
        .ifh-suggest__nores{padding:16px;text-align:center;font-size:13px;color:#94a3b8}
        .ifh-suggest__title{padding:4px 16px;font-size:10px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}
        .ifh-search__toggle{border:none;background:transparent;cursor:pointer;padding:8px;color:#1e293b;display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;border-radius:50%}
        .ifh-search__form--hidden{width:0;overflow:hidden;opacity:0;pointer-events:none;position:absolute;right:0;top:50%;transform:translateY(-50%)}
        .ifh-search__form--hidden.ifh-search--open{width:min(280px,60vw);opacity:1;pointer-events:auto}
        .ifh-btn{display:inline-flex;align-items:center;padding:10px 24px;font-size:14px;font-weight:600;text-decoration:none;border-radius:8px;min-height:44px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}
        .ifh-btn--primary{background:var(--btn-bg,#2563eb);color:var(--btn-color,#fff)}
        .ifh-btn--outline{background:transparent;color:var(--btn-color,#2563eb);border:2px solid currentColor}
        .ifh-btn--ghost{background:transparent;color:var(--btn-color,#2563eb)}
        .ifh-text{font-size:14px;white-space:nowrap}
        .ifh-text__icon{display:inline-flex;flex-shrink:0}
        .ifh-text[data-anim="typewriter"] .ifh-text__content::after{content:'|';animation:ifh-blink .8s step-end infinite;margin-left:1px}
        .ifh-text[data-anim="marquee"]{overflow:hidden;max-width:100%}
        .ifh-text[data-anim="marquee"] .ifh-text__content{display:inline-block;white-space:nowrap}
        @keyframes ifh-blink{0%,100%{opacity:1}50%{opacity:0}}
        .ifh-link{font-size:14px;color:#2563eb;text-decoration:none}
        .ifh-phone,.ifh-address{display:inline-flex;align-items:center;gap:6px;font-size:14px;text-decoration:none;color:inherit;white-space:nowrap}
        .ifh-divider{display:inline-block;width:1px;flex-shrink:0}
        .ifh-spacer{display:inline-block;flex-shrink:0}
        .ifh-social{display:flex;align-items:center;gap:4px}
        .ifh-social__link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:inherit;text-decoration:none}
        .ifh-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;border:none;background:transparent;cursor:pointer;margin-left:auto}
        .ifh-burger__bar{width:22px;height:2px;background:#1e293b;border-radius:2px;transition:transform .25s,opacity .25s}
        .ifh-burger[aria-expanded="true"] .ifh-burger__bar:nth-child(1){transform:translateY(7px) rotate(45deg)}
        .ifh-burger[aria-expanded="true"] .ifh-burger__bar:nth-child(2){opacity:0}
        .ifh-burger[aria-expanded="true"] .ifh-burger__bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
        .ifh-mobile{position:fixed;top:0;right:0;width:100%;max-width:380px;height:100vh;height:100dvh;background:#ffffff;color:#1e293b;z-index:100001;overflow-y:auto;transform:translateX(100%);transition:transform .3s;box-shadow:-4px 0 24px rgba(0,0,0,.1)}
        .ifh-mobile[hidden]{display:block!important;pointer-events:none;visibility:hidden}
        .ifh-mobile:not([hidden]){transform:translateX(0);pointer-events:auto;visibility:visible}
        .ifh-mobile__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(0,0,0,.08)}
        .ifh-mobile__logo{height:36px;max-height:40px;max-width:60%;width:auto;object-fit:contain}
        .ifh-mobile__name{font-size:18px;font-weight:700}
        .ifh-mobile__close{border:none;background:transparent;font-size:28px;cursor:pointer;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#1e293b}
        .ifh-mobile__body{padding:12px 0}
        .ifh-mobile-menu{list-style:none!important;margin:0!important;padding:0!important}
        .ifh-mobile-menu li a{display:flex;align-items:center;padding:14px 24px;font-size:16px;color:#1e293b;text-decoration:none;border-bottom:1px solid rgba(0,0,0,.04);min-height:48px;transition:background .15s}
        .ifh-mobile-menu li a:hover,.ifh-mobile-menu li a:focus-visible{background:rgba(0,0,0,.03);color:#2563eb}
        .ifh-mobile-menu li a:focus-visible{outline:3px solid #2563eb;outline-offset:-3px}
        .ifh-mobile-menu li.current-menu-item>a,.ifh-mobile-menu li.current-menu-ancestor>a{color:#2563eb;font-weight:600}
        .ifh-mobile-menu .sub-menu{list-style:none!important;margin:0!important;padding:0!important}
        .ifh-mobile-menu .sub-menu a{padding-left:40px;font-size:15px}
        .ifh-mobile-search{display:flex;margin:12px 20px;background:#f1f5f9;border-radius:10px;overflow:hidden}
        .ifh-mobile-search__input{flex:1;border:none!important;background:transparent!important;padding:12px 16px;font-size:15px;outline:none;color:#1e293b;box-shadow:none!important}
        .ifh-mobile-search__btn{border:none;background:transparent;padding:12px 16px;cursor:pointer;color:#64748b;display:flex;min-width:44px;min-height:44px;align-items:center}
        .ifh-mobile-link{display:flex;align-items:center;gap:12px;padding:14px 24px;font-size:15px;color:#1e293b;text-decoration:none;border-top:1px solid rgba(0,0,0,.04);min-height:48px;transition:background .15s}
        .ifh-mobile-link:hover,.ifh-mobile-link:focus-visible{background:rgba(0,0,0,.03);color:#2563eb}
        .ifh-mobile-link:focus-visible{outline:3px solid #2563eb;outline-offset:-3px}
        .ifh-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:100000;opacity:0;transition:opacity .3s}
        .ifh-overlay[hidden]{display:block!important;pointer-events:none;visibility:hidden}
        .ifh-overlay:not([hidden]){opacity:1;pointer-events:auto;visibility:visible}
        .ifh-stack{padding:8px 0;border-bottom:1px solid rgba(0,0,0,.06);font-size:14px}
        .ifh-stack .ifh-cols{display:flex!important;align-items:center!important;gap:16px;flex-direction:row!important}
        .ifh-stack .ifh-col{display:flex!important;align-items:center!important;gap:12px;flex-direction:row!important}
        .ifh-stack .ifh-menu-wrap{flex:1;min-width:0}
        .ifh-stack .ifh-menu{display:flex!important;gap:2px;list-style:none!important;margin:0!important;padding:0!important}
        .ifh-stack .ifh-menu>li>a{padding:6px 14px;font-size:14px;font-weight:500}
        @media(max-width:1024px){.ifh-menu-wrap{display:none!important}.ifh-burger{display:flex!important}.ifh-col--hide-mob{display:none!important}}
        @media(max-width:768px){.ifh-container{padding:0 16px}.ifh-icon__label{display:none}.ifh-stack{display:none}.ifh-divider,.ifh-spacer{display:none}}
        @media(max-width:480px){.ifh-mobile{max-width:100%}}
        @media(max-width:600px){.ifh-suggest{border-radius:0;margin-top:0;position:fixed;left:0;right:0;top:auto;max-height:60vh}.ifh-suggest__img{width:40px;height:40px}[class*="ifh-badge--"]{font-size:9px;padding:2px 5px}}
        @media(prefers-reduced-motion:reduce){.ifh-mobile,.ifh-overlay,.ifh-burger__bar{transition:none!important}}
        @media(max-height:500px) and (orientation:landscape){.ifh-mobile-only .ifh-nav{min-height:44px}.ifh-mobile-only .ifh-logo img{height:28px;max-height:32px}.ifh-topbar{padding:2px 0}}
        /* Dual layout: desktop/mobile separate zones */
        .ifh-desktop-only{display:block}
        .ifh-mobile-only{display:none}
        @media(max-width:1024px){.ifh-desktop-only{display:none!important}.ifh-mobile-only{display:block!important}}
        /* Mobile-only layout optimizations */
        .ifh-mobile-only .ifh-nav{min-height:56px;gap:8px}
        .ifh-mobile-only .ifh-cols{gap:8px;overflow:hidden;flex:1 1 0%!important;width:auto!important;min-width:0}
        .ifh-mobile-only .ifh-col{gap:6px;min-width:0;overflow:visible;flex:1 1 0%}
        .ifh-mobile-only .ifh-logo img{height:36px;max-height:40px}
        .ifh-mobile-only .ifh-burger{display:flex!important;margin-left:0;margin-right:4px;flex-shrink:0}
        .ifh-mobile-only .ifh-search{width:100%!important;min-width:0;max-width:100%!important}
        .ifh-mobile-only .ifh-search__form{width:100%!important;max-width:100%!important;border-radius:20px;padding:0}
        .ifh-mobile-only .ifh-search__input{font-size:14px;padding:8px 12px;min-width:0!important}
                .ifh-mobile-only .ifh-icon{width:36px;height:36px;min-width:36px;min-height:36px;padding:4px}
        .ifh-mobile-only .ifh-icon svg{width:20px;height:20px}
        .ifh-mobile-only .ifh-topbar{padding:4px 0;font-size:11px}
        .ifh-mobile-only .ifh-topbar__items{gap:12px}
        @media(max-width:480px){.ifh-mobile-only .ifh-nav{min-height:52px;padding:0 8px}.ifh-mobile-only .ifh-logo img{height:32px}}
        

/* === Block 13 === */

        :root{--iff-primary:#2563eb;--iff-text:#94a3b8;--iff-bg:#0f172a;--iff-top-bg:#1e293b;--iff-top-text:#94a3b8;--iff-bot-bg:#0f172a;--iff-bot-text:#64748b}
        .iff{font-family:var(--font-body,system-ui,-apple-system,sans-serif);font-weight:var(--font-body-weight,400);line-height:var(--line-height,1.6);letter-spacing:var(--letter-spacing,0);font-size:14px}
        .iff-container{max-width:1320px;margin:0 auto;padding:0 24px;box-sizing:border-box}
        /* Top bar */
        .iff-top{background:var(--iff-top-bg);color:var(--iff-top-text)}
        .iff-top__inner{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
        /* Main */
        .iff-main{background:var(--iff-bg);color:var(--iff-text)}
        .iff-main__inner{display:flex;align-items:flex-start;gap:24px;flex-wrap:nowrap}
        .iff-main__inner .iff-col:not(:first-child){padding-top:48px}
        /* Bottom bar */
        .iff-bottom{background:var(--iff-bot-bg);color:var(--iff-bot-text)}
        .iff-bottom__inner{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
        .iff-bottom--border{border-top:1px solid rgba(255,255,255,.08)}
        /* Columns */
        .iff-col{display:flex;flex-direction:column;gap:10px;min-width:0;flex:0 0 auto}
        .iff-col--grow{flex:1 1 0%;min-width:160px}
        .iff-col--shrink{flex:0 1 auto}
        .iff-col--none{flex:none}
        .iff-col--start{align-items:flex-start}
        .iff-col--center{align-items:center}
        .iff-col--end{align-items:flex-end}
        .iff-col--between{align-items:stretch}
        .iff-col--row{flex-direction:row;flex-wrap:wrap;align-items:center}
        /* Row zone: top/bottom bars lay out items horizontally */
        .iff-zone--row .iff-col{flex-direction:row;flex-wrap:wrap;align-items:center}
        /* Widgets */
        .iff-logo{display:inline-flex;align-items:center;text-decoration:none;color:inherit}
        .iff-logo img{display:block;max-height:60px;width:auto;height:auto;object-fit:contain;max-width:100%}
        .iff-logo__text{font-size:20px;font-weight:700;color:inherit}
        .iff-menu-wrap{}
        .iff-menu-title{font-family:var(--font-heading,system-ui,-apple-system,sans-serif);font-size:13px;font-weight:var(--font-heading-weight,700);text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px;color:inherit}
        .iff-menu,.iff-menu ul{list-style:none!important;margin:0!important;padding:0!important}
        .iff-menu li,.iff-menu ul li{list-style:none!important}
        .iff-menu li a,.iff-menu ul li a{display:block;padding:4px 0;font-size:14px;color:inherit!important;text-decoration:none!important;opacity:.8;transition:opacity .15s}
        .iff-menu li a:hover,.iff-menu ul li a:hover{opacity:1;color:var(--iff-primary)!important}
        .iff-menu--horizontal,.iff-menu--horizontal ul{display:flex;gap:16px;flex-wrap:wrap}
        .iff-menu--grid,.iff-menu--grid ul{display:grid;grid-template-columns:1fr 1fr;gap:4px 16px}
        .iff-text-section{}
        .iff-text-section .iff-section-title{font-family:var(--font-heading,system-ui,-apple-system,sans-serif);font-size:13px;font-weight:var(--font-heading-weight,700);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px}
        .iff-text-section p,.iff-text-section div{margin:0;font-size:14px;opacity:.85;line-height:1.7}
        .iff-copyright{font-size:13px;opacity:.7}
        .iff-payments{display:flex;align-items:center;flex-wrap:wrap;gap:6px}
        .iff-payment-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.15);border-radius:5px;font-size:11px;font-weight:700;letter-spacing:.03em;color:inherit;white-space:nowrap}
        .iff-payments--color .iff-payment-badge{background:#fff;color:#1e293b;border-color:#e2e8f0}
        .iff-newsletter-form{display:flex;flex-direction:column;gap:8px;width:100%;max-width:360px}
        .iff-newsletter-form p{font-size:13px;opacity:.7;margin:0}
        .iff-newsletter-form input[type="email"]{width:100%;padding:10px 14px;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.06);color:inherit;border-radius:var(--radius-button,8px);font-size:14px;font-family:var(--font-body,inherit);box-sizing:border-box}
        .iff-newsletter-form input[type="email"]::placeholder{opacity:.5}
        .iff-newsletter-form input[type="email"]:focus{outline:none;border-color:var(--iff-primary)}
        .iff-newsletter-form button{padding:10px 20px;background:var(--iff-primary);color:#fff;border:none;border-radius:var(--radius-button,8px);font-size:14px;font-weight:var(--font-heading-weight,600);cursor:pointer;font-family:var(--font-body,inherit)}
        .iff-newsletter-form button:hover{opacity:.9}
        .iff-newsletter-form--inline{flex-direction:row;flex-wrap:wrap}
        .iff-newsletter-form--inline input[type="email"]{flex:1;min-width:160px;border-radius:8px 0 0 8px}
        .iff-newsletter-form--inline button{border-radius:0 8px 8px 0;white-space:nowrap}
        .iff-phone,.iff-address,.iff-email-link{display:inline-flex;align-items:flex-start;gap:8px;font-size:14px;color:inherit;text-decoration:none;opacity:.85}
        .iff-phone:hover,.iff-email-link:hover{opacity:1}
        .iff-contact-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;opacity:.5;margin-bottom:2px}
        .iff-contact-item{display:flex;flex-direction:column}
        .iff-social{display:flex;align-items:center;flex-wrap:wrap;gap:6px}
        .iff-social__link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:inherit;text-decoration:none;opacity:.7;transition:opacity .15s,background .15s}
        .iff-social__link:hover{opacity:1}
        .iff-social--filled .iff-social__link{background:rgba(255,255,255,.1)}
        .iff-social--filled .iff-social__link:hover{background:var(--iff-primary);color:#fff;opacity:1}
        .iff-social--outline .iff-social__link{border:1px solid currentColor}
        .iff-social--minimal .iff-social__link{width:auto;height:auto;padding:2px}
        .iff-link{color:inherit;text-decoration:none;opacity:.8;transition:opacity .15s}
        .iff-link:hover{opacity:1;color:var(--iff-primary)}
        .iff-btn{display:inline-flex;align-items:center;padding:10px 24px;font-size:14px;font-weight:var(--font-heading-weight,600);font-family:var(--font-body,inherit);text-decoration:none;border-radius:var(--radius-button,8px);white-space:nowrap}
        .iff-btn--primary{background:var(--btn-bg,var(--iff-primary));color:var(--btn-color,#fff)}
        .iff-btn--outline{background:transparent;color:var(--btn-color,var(--iff-primary));border:2px solid currentColor}
        .iff-btn--ghost{background:transparent;color:var(--btn-color,var(--iff-primary))}
        .iff-spacer{display:block;flex-shrink:0}
        .iff-divider{width:100%;height:1px;background:rgba(255,255,255,.1)}
        .iff-section-title{font-family:var(--font-heading,system-ui,-apple-system,sans-serif);font-size:14px;font-weight:var(--font-heading-weight,700);text-transform:uppercase;letter-spacing:.06em;margin-bottom:14px;color:inherit;opacity:1}
        @media(max-width:900px){
            .iff-container{padding:0 16px}
            .iff-main__inner{flex-direction:column;flex-wrap:wrap;gap:32px}
            .iff-bottom__inner{flex-direction:column;align-items:center;text-align:center;gap:10px}
            .iff-col--hide-m{display:none!important}
            .iff-newsletter-form{max-width:100%}
        }
        @media(max-width:480px){
            .iff-container{padding:0 12px}
            .iff-main__inner{gap:24px}
            .iff-newsletter-form--inline{flex-direction:column}
            .iff-newsletter-form--inline input[type="email"]{border-radius:8px;min-width:0}
            .iff-newsletter-form--inline button{border-radius:8px;width:100%}
            .iff-payments{justify-content:center}
            .iff-social{justify-content:center}
            .iff-copyright{text-align:center!important}
        }
        /* Newsletter notifications */
        .iff-nl-notice{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);padding:12px 24px;border-radius:var(--radius-button,8px);font-family:var(--font-body,system-ui,-apple-system,sans-serif);font-size:14px;font-weight:500;z-index:99999;box-shadow:0 4px 20px rgba(0,0,0,.25);white-space:nowrap;animation:iff-fade-in .3s ease}
        .iff-nl-notice--ok{background:#16a34a;color:#fff}
        .iff-nl-notice--err{background:#dc2626;color:#fff}
        @keyframes iff-fade-in{from{opacity:0;transform:translateX(-50%) translateY(10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}
        

/* === Block 14 === */
.vc_custom_1759140585633{padding-top: 60px !important;padding-bottom: 120px !important;background-color: #ffffff !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1765099972105{padding-top: 0px !important;padding-bottom: 60px !important;background-color: #4068B2 !important;}.vc_custom_1616976335762{padding-top: 80px !important;padding-bottom: 80px !important;background-color: #f8f9fa !important;}.vc_custom_1763289246966{margin-bottom: -35px !important;}.vc_custom_1648174112239{padding-bottom: 5px !important;}.vc_custom_1767126311354{padding-top: 10px !important;}.vc_custom_1613608715070{padding-bottom: 60px !important;}.vc_custom_1757771062512{padding-top: 20px !important;}.vc_custom_1757771085138{padding-bottom: 60px !important;}

/* === Block 15 === */
 .wpb_animate_when_almost_visible { opacity: 1; }

/* === Block 16 === */

.header-element-820824 img {height:60px;width:auto;}#navbarNav-225053 > ul > li > .pix-nav-link.dropdown-toggle > span:before {
                color: var(--pix-heading-default);
            }.is-scroll #navbarNav-225053 > ul > li > .pix-nav-link.dropdown-toggle > span:before {
                    color: var(--pix-heading-default) !important;
                }#navbarNav-225053 { --pix-menu-color: var(--pix-body-default); }.header-element-755553 img {height:30px;width:auto;}#navbarNav-768352 { --pix-menu-color: var(--pix-body-default); }@media only screen and (max-width:576px) {.custom-1c09c6bbc80eade4127fb0a7cdac0d83 {padding-top: 20px !important;}}@media only screen and (max-width:576px) {.custom-1c09c6bbc80eade4127fb0a7cdac0d83 {padding-top: 20px !important;}}@media only screen and (max-width:576px) {.custom-1c09c6bbc80eade4127fb0a7cdac0d83 {padding-bottom: 30px !important;}}@media only screen and (max-width:576px) {.custom-1c09c6bbc80eade4127fb0a7cdac0d83 {padding-top: 20px !important;}}@media only screen and (max-width:576px) {.custom-1c09c6bbc80eade4127fb0a7cdac0d83 {padding-bottom: 30px !important;}}@media only screen and (max-width:1024px) and (min-width:576px) {.custom-1c09c6bbc80eade4127fb0a7cdac0d83 {padding-top: 30px !important;}}@media only screen and (max-width:576px) {.custom-1c09c6bbc80eade4127fb0a7cdac0d83 {padding-top: 20px !important;}}@media only screen and (max-width:576px) {.custom-1c09c6bbc80eade4127fb0a7cdac0d83 {padding-bottom: 30px !important;}}@media only screen and (max-width:1024px) and (min-width:576px) {.custom-1c09c6bbc80eade4127fb0a7cdac0d83 {padding-top: 30px !important;}}@media only screen and (max-width:1024px) and (min-width:576px) {.custom-1c09c6bbc80eade4127fb0a7cdac0d83 {padding-bottom: 60px !important;}}@media only screen and (max-width:576px) {.custom-c32d246eb308c703e3ddd5232224761f {padding-bottom: 0px !important;}}#img-1b583210bbafd661d3a44513eb57b243 img {height:auto;}@media only screen and (max-width:576px) {.custom-1c5ce2f76ce720cc952ef32028d54333 {padding-top: 20px !important;}}@media only screen and (max-width:576px) {.custom-1c5ce2f76ce720cc952ef32028d54333 {padding-top: 20px !important;}}@media only screen and (max-width:576px) {.custom-1c5ce2f76ce720cc952ef32028d54333 {padding-bottom: 20px !important;}}@media only screen and (max-width:576px) {.custom-1c5ce2f76ce720cc952ef32028d54333 {padding-top: 20px !important;}}@media only screen and (max-width:576px) {.custom-1c5ce2f76ce720cc952ef32028d54333 {padding-bottom: 20px !important;}}@media only screen and (max-width:1024px) and (min-width:576px) {.custom-1c5ce2f76ce720cc952ef32028d54333 {padding-top: 40px !important;}}@media only screen and (max-width:576px) {.custom-1c5ce2f76ce720cc952ef32028d54333 {padding-top: 20px !important;}}@media only screen and (max-width:576px) {.custom-1c5ce2f76ce720cc952ef32028d54333 {padding-bottom: 20px !important;}}@media only screen and (max-width:1024px) and (min-width:576px) {.custom-1c5ce2f76ce720cc952ef32028d54333 {padding-top: 40px !important;}}@media only screen and (max-width:1024px) and (min-width:576px) {.custom-1c5ce2f76ce720cc952ef32028d54333 {padding-bottom: 40px !important;}}@media only screen and (max-width:576px) {.custom-63173fd5e993b22abf5a82a37e7c7821 {padding-bottom: 40px !important;}}@media only screen and (max-width:576px) {.custom-63173fd5e993b22abf5a82a37e7c7821 {padding-bottom: 40px !important;}}@media only screen and (max-width:1024px) and (min-width:576px) {.custom-63173fd5e993b22abf5a82a37e7c7821 {padding-bottom: 40px !important;}}.el1603925735052-9e8ebf61-2524-1.pix-highlight-bg { background-size: 0% 10%; }.el1603925735052-9e8ebf61-2524-1.animated.pix-highlight-bg, .el1603925735052-9e8ebf61-2524-1.highlight-grow.pix-highlight-bg { background-size: 100% 10% !important; }@media only screen and (max-width:576px) {.custom-14e7d083cc328a05872ead036d402b7d {padding-top: 40px !important;}}@media only screen and (max-width:576px) {.custom-14e7d083cc328a05872ead036d402b7d {padding-top: 40px !important;}}@media only screen and (max-width:1024px) and (min-width:576px) {.custom-14e7d083cc328a05872ead036d402b7d {padding-top: 40px !important;}}.vc_custom_1762854105870{background-color: #ffffff !important;}.vc_custom_1763577018030{padding-top: 50px !important;padding-bottom: 20px !important;}.vc_custom_1763577171085{padding-top: 30px !important;border-color: rgba(0,0,0,0.08) !important;}.vc_custom_1590552687940{padding-bottom: 20px !important;}.vc_custom_1763577043776{padding-top: 10px !important;padding-right: 50px !important;padding-bottom: 10px !important;}.vc_custom_1764781501976{padding-top: 10px !important;padding-right: 110px !important;padding-bottom: 10px !important;}.vc_custom_1589854107341{padding-bottom: 25px !important;}.vc_custom_1764271985961{padding-top: 30px !important;}.vc_custom_1770574796072{padding-bottom: 10px !important;}#img-9e741f8cbb37a9571edde689f90ebaa3 img {height:auto;}
/*# sourceURL=pixfort-elements-handle-inline-css */


.is-smart-sticky[data-visible=false]{
    transform: none !important;
    opacity: 1 !important;
    animation: none !important;
}
.is-smart-sticky[data-visible=sticky]{
    transform: none !important;
}
/* Also smooth out any leftover transition on header bg */
.pixfort-area-content{
    transition: background-color .2s ease !important;
}

/* Force body to have white bg so nothing shows through */
body, html{
    background-color: #ffffff !important;
}
/* Hero section bg forced white in case section bg image loads with delay */
.pix-intro-1{
    background-color: #ffffff !important;
}



/* Hide any leftover page-transition overlays / dividers between header and content */
.pix-page-loading-bg,
.pix-loading-circ-path,
.pix-header-divider{
    display: none !important;
}
/* Force header area inline blur effect to never show during transition */
.pixfort-header-area .pixfort-area-content:before,
.pixfort-header-col:before{
    display: none !important;
    transition: none !important;
}



/* === FIX: hide sticky-header placeholder spacers (revealed purple bg) === */
/* Pixfort smart-sticky adds two empty placeholder divs (87px each) to maintain
   layout space when header goes position:fixed. They reveal page bg behind
   fixed header → user saw it as purple flash. Hiding fixes it. */
#page > div[style*="height: 87px"]{
    display: none !important;
}

/* === merged from page captures === */
.pk-klient-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    z-index: 10;
    position: relative;
}

.pk-klient-header {
    text-align: center;
    margin-bottom: 3rem;
    padding: 2rem 0;
    background: linear-gradient(135deg, #4068b2 0%, #5a7bc1 100%);
    border-radius: 20px;
    color: #fff;
    box-shadow: 0 10px 30px rgba(64, 104, 178, 0.3);
}

.pk-klient-header h1,
.pk-klient-header p {
    color: #fff !important;
}

.pk-klient-section {
    background: #fff;
    border-radius: 20px;
    padding: 3rem;
    margin-bottom: 2rem;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.pk-klient-section.scroll-fade {
    opacity: 0;
    transform: translateY(40px);
}

.pk-klient-section.scroll-fade.in-view {
    opacity: 1;
    transform: translateY(0);
}

.pk-klient-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4068b2, #5a7bc1, #4068b2);
}

.pk-klient-title {
    color: #4068b2;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.pk-klient-title::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 60px; height: 3px;
    background: #4068b2;
    border-radius: 2px;
}

.pk-klient-desc {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 2rem;
}

.pk-klient-highlight {
    background: linear-gradient(120deg, rgba(64, 104, 178, 0.1) 0%, rgba(64, 104, 178, 0.05) 100%);
    padding: 0.2rem 0.5rem;
    border-radius: 4px;
    font-weight: 500;
    color: #4068b2;
}

.pk-klient-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}

.pk-klient-feature-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 2rem;
    border-radius: 15px;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
}

.pk-klient-feature-card.scroll-fade {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.pk-klient-feature-card.scroll-fade.in-view {
    opacity: 1;
    transform: translateY(0);
}

.pk-klient-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(64, 104, 178, 0.15);
    border-color: #4068b2;
}

.pk-klient-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #4068b2, #5a7bc1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: #fff;
}

.pk-klient-feature-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #4068b2;
    margin-bottom: 0.5rem;
}

.pk-klient-feature-text {
    color: #666;
    line-height: 1.6;
}

.pk-klient-video-section {
    text-align: center;
    margin: 3rem 0;
}

.pk-klient-video-box {
    position: relative;
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 15px 50px rgba(64, 104, 178, 0.3);
    color: #333;
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.pk-klient-video-box.scroll-fade {
    opacity: 0;
    transform: scale(0.95);
}

.pk-klient-video-box.scroll-fade.in-view {
    opacity: 1;
    transform: scale(1);
}

.pk-klient-video-title {
    color: #4068b2;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.pk-klient-video-wrapper {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    border: 2px solid #e9ecef;
    background: #fff;
}

.pk-klient-video-wrapper video {
    width: 100%;
    height: auto;
    display: block;
}

.pk-klient-cta-section {
    text-align: center;
    margin: 3rem 0;
    padding: 3rem;
    background: linear-gradient(135deg, #4068b2 0%, #5a7bc1 100%);
    border-radius: 20px;
    color: #fff;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.pk-klient-cta-section.scroll-fade {
    opacity: 0;
    transform: translateY(40px);
}

.pk-klient-cta-section.scroll-fade.in-view {
    opacity: 1;
    transform: translateY(0);
}

.pk-klient-cta-title,
.pk-klient-cta-text {
    color: #fff !important;
}

.pk-klient-cta-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.pk-klient-cta-text {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.95;
}

.pk-klient-cta-button {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: #fff;
    color: #4068b2;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.pk-klient-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    background: #f8f9fa;
}

@media (max-width: 768px) {
    .pk-klient-container { padding: 1rem; }
    .pk-klient-header h1 { font-size: 2rem; }
    .pk-klient-section { padding: 2rem; }
    .pk-klient-features { grid-template-columns: 1fr; }
    .pk-klient-video-box { padding: 1.5rem; }
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .pk-klient-section.scroll-fade.in-view,
    .pk-klient-feature-card.scroll-fade.in-view,
    .pk-klient-video-box.scroll-fade.in-view,
    .pk-klient-cta-section.scroll-fade.in-view {
        opacity: 1 !important;
        transform: none !important;
    }
}

/* === merged from page captures === */
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
            margin: 0;
            padding: 0;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .about-section {
            width: 100%;
            padding: 60px 0;
            background: white;
        }

        .section-header {
            text-align: center;
            margin-bottom: 50px;
        }

        .section-title {
            font-size: clamp(2rem, 4vw, 2.5rem);
            font-weight: 700;
            color: #4068b2;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 4px;
            background: #4068b2;
            border-radius: 2px;
        }

        .about-content {
            display: block;
        }

        .section-subtitle {
            font-size: clamp(1.1rem, 2.5vw, 1.3rem);
            font-weight: 500;
            color: #666;
            margin-top: -5px;
            margin-bottom: 0;
            text-align: center;
            font-style: italic;
        }

        .intro-section {
            display: grid;
            grid-template-columns: 280px 1fr;
            gap: 50px;
            align-items: start;
            margin-bottom: 40px;
        }

        .photo-container {
            position: relative;
            overflow: hidden;
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0,0,0,0.15);
            transition: transform 0.3s ease;
            width: 280px;
            height: 320px;
            justify-self: center;
            opacity: 1;
            transform: translateX(0);
        }

        .photo-container.scroll-fade {
            opacity: 0;
            transform: translateX(-50px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .photo-container.scroll-fade.in-view {
            opacity: 1;
            transform: translateX(0);
        }

        .photo-container:hover {
            transform: translateY(-5px);
        }

        .profile-photo {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.3s ease;
        }

        .photo-container:hover .profile-photo {
            transform: scale(1.05);
        }

        .intro-text-wrapper {
            padding: 20px 0;
            opacity: 1;
            transform: translateX(0);
        }

        .intro-text-wrapper.scroll-fade {
            opacity: 0;
            transform: translateX(50px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .intro-text-wrapper.scroll-fade.in-view {
            opacity: 1;
            transform: translateX(0);
        }

        .main-content-section {
            margin-bottom: 40px;
        }

        .content-with-image {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 40px;
            align-items: start;
            margin-top: 30px;
        }

        .text-column {
            padding-right: 20px;
        }

        .second-photo-container {
            position: relative;
            overflow: hidden;
            border-radius: 15px;
            box-shadow: 0 10px 25px rgba(0,0,0,0.12);
            transition: transform 0.3s ease;
            height: fit-content;
            margin-top: 20px;
            opacity: 1;
            transform: translateY(0);
        }

        .second-photo-container.scroll-fade {
            opacity: 0;
            transform: translateY(50px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .second-photo-container.scroll-fade.in-view {
            opacity: 1;
            transform: translateY(0);
        }

        .second-photo-container:hover {
            transform: translateY(-3px);
        }

        .second-photo {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.3s ease;
        }

        .second-photo-container:hover .second-photo {
            transform: scale(1.02);
        }

        .intro-text {
            font-size: clamp(1rem, 2vw, 1.1rem);
            color: #555;
            margin-bottom: 30px;
            text-align: justify;
            line-height: 1.8;
        }

        .intro-text strong {
            color: #4068b2;
            font-weight: 600;
        }

        .highlight-box {
            background: #4068b2;
            color: white;
            padding: 25px;
            border-radius: 15px;
            margin: 30px 0;
            position: relative;
            overflow: hidden;
            opacity: 1;
            transform: scale(1);
        }

        .highlight-box.scroll-fade {
            opacity: 0;
            transform: scale(0.8);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .highlight-box.scroll-fade.in-view {
            opacity: 1;
            transform: scale(1);
        }

        .highlight-box::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 100%;
            height: 200%;
            background: rgba(255,255,255,0.1);
            transform: rotate(45deg);
            transition: transform 0.3s ease;
        }

        .highlight-box:hover::before {
            transform: rotate(45deg) translate(100%, 0);
        }

        .highlight-text {
            font-size: clamp(1rem, 2vw, 1.05rem);
            font-weight: 500;
            line-height: 1.7;
            position: relative;
            z-index: 1;
        }

        .expertise-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            margin-top: 30px;
        }

        .expertise-item {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 12px;
            border-left: 4px solid #667eea;
            transition: all 0.3s ease;
            opacity: 1;
            transform: translateX(0);
        }

        .expertise-item.scroll-fade {
            opacity: 0;
            transform: translateX(-30px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .expertise-item.scroll-fade.in-view {
            opacity: 1;
            transform: translateX(0);
        }

        .expertise-item:hover {
            background: #e9ecef;
            transform: translateX(5px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        .expertise-title {
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 8px;
            font-size: clamp(0.95rem, 2vw, 1rem);
        }

        .expertise-desc {
            font-size: clamp(0.85rem, 1.8vw, 0.9rem);
            color: #666;
            line-height: 1.5;
        }

        .specialization-section,
        .results-section,
        .values-section {
            margin-top: 50px;
            padding-top: 40px;
            border-top: 2px solid #f1f3f4;
        }

        .specialization-title,
        .results-title,
        .values-title {
            font-size: clamp(1.2rem, 3vw, 1.4rem);
            font-weight: 600;
            color: #4068b2;
            margin-bottom: 25px;
            text-align: center;
            position: relative;
            opacity: 1;
            transform: translateY(0);
        }

        .specialization-title.scroll-fade,
        .results-title.scroll-fade,
        .values-title.scroll-fade {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .specialization-title.scroll-fade.in-view,
        .results-title.scroll-fade.in-view,
        .values-title.scroll-fade.in-view {
            opacity: 1;
            transform: translateY(0);
        }

        .specialization-title::after,
        .results-title::after,
        .values-title::after {
            content: '';
            position: absolute;
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 3px;
            background: #4068b2;
            border-radius: 2px;
        }

        .specialization-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
            margin-top: 30px;
        }

        .spec-item {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            padding: 25px;
            background: #ffffff;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            border-left: 4px solid transparent;
            opacity: 1;
            transform: translateX(0);
        }

        .spec-item.scroll-fade {
            opacity: 0;
            transform: translateX(-40px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .spec-item.scroll-fade.in-view {
            opacity: 1;
            transform: translateX(0);
        }

        .spec-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.12);
            border-left-color: #4068b2;
        }

        .spec-content h4 {
            font-size: clamp(1rem, 2.2vw, 1.1rem);
            font-weight: 600;
            color: #4068b2;
            margin-bottom: 8px;
            line-height: 1.3;
        }

        .spec-content p {
            font-size: clamp(0.9rem, 2vw, 0.95rem);
            color: #666;
            line-height: 1.5;
            margin: 0;
        }

        .results-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin-top: 30px;
        }

        .result-item {
            text-align: center;
            padding: 25px 15px;
            background: #4068b2;
            border-radius: 15px;
            color: white;
            transition: all 0.3s ease;
            opacity: 1;
            transform: translateY(0);
        }

        .result-item.scroll-fade {
            opacity: 0;
            transform: translateY(40px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .result-item.scroll-fade.in-view {
            opacity: 1;
            transform: translateY(0);
        }

        .result-item:hover {
            transform: translateY(-5px);
        }

        .result-number {
            font-size: clamp(1.5rem, 4vw, 2rem);
            font-weight: 700;
            margin-bottom: 10px;
            line-height: 1;
            color: #fff;
        }

        .result-desc {
            font-size: clamp(0.8rem, 2vw, 0.9rem);
            opacity: 0.95;
            line-height: 1.4;
        }

        .values-list {
            margin-top: 30px;
        }

        .value-item {
            padding: 20px;
            margin-bottom: 15px;
            background: #f8f9fa;
            border-radius: 12px;
            border-left: 4px solid #667eea;
            font-size: clamp(0.95rem, 2vw, 1rem);
            line-height: 1.6;
            transition: all 0.3s ease;
            opacity: 1;
            transform: translateX(0);
        }

        .value-item.scroll-fade {
            opacity: 0;
            transform: translateX(-30px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .value-item.scroll-fade.in-view {
            opacity: 1;
            transform: translateX(0);
        }

        .value-item:hover {
            background: #e9ecef;
            transform: translateX(5px);
        }

        .value-item strong {
            color: #2c3e50;
            font-weight: 600;
        }

        /* Responsywność - Large tablets */
        @media (max-width: 1024px) {
            .container {
                max-width: 100%;
                padding: 0 25px;
            }

            .intro-section {
                grid-template-columns: 250px 1fr;
                gap: 40px;
            }

            .photo-container {
                width: 250px;
                height: 290px;
            }

            .content-with-image {
                gap: 30px;
            }

            .text-column {
                padding-right: 10px;
            }
        }

        /* Responsywność - Medium tablets */
        @media (max-width: 900px) {
            .intro-section {
                grid-template-columns: 220px 1fr;
                gap: 30px;
            }

            .photo-container {
                width: 220px;
                height: 260px;
            }

            .content-with-image {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .text-column {
                padding-right: 0;
            }

            .second-photo-container {
                max-width: 400px;
                margin: 20px auto 0 auto;
            }

            .specialization-grid {
                grid-template-columns: 1fr;
            }

            .results-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        /* Responsywność - Small tablets */
        @media (max-width: 768px) {
            .container {
                padding: 0 20px;
            }

            .about-section {
                padding: 40px 0;
            }

            .section-header {
                margin-bottom: 40px;
            }

            .intro-section {
                grid-template-columns: 1fr;
                gap: 30px;
                text-align: center;
            }

            .photo-container {
                width: 200px;
                height: 240px;
                justify-self: center;
            }

            .intro-text-wrapper {
                padding: 10px 0;
            }

            .intro-text {
                text-align: left;
                margin-bottom: 25px;
            }

            .expertise-grid {
                grid-template-columns: 1fr;
                gap: 15px;
            }

            .highlight-box {
                padding: 20px;
                margin: 25px 0;
            }

            .specialization-section,
            .results-section,
            .values-section {
                margin-top: 40px;
                padding-top: 30px;
            }

            .spec-item {
                padding: 20px;
                gap: 12px;
            }

            .results-grid {
                grid-template-columns: 1fr 1fr;
                gap: 15px;
            }

            .result-item {
                padding: 20px 10px;
            }
        }

        /* Responsywność - Mobile landscape */
        @media (max-width: 640px) {
            .container {
                padding: 0 15px;
            }

            .expertise-grid {
                gap: 12px;
            }

            .expertise-item {
                padding: 15px;
            }

            .spec-item {
                padding: 18px;
                flex-direction: column;
                text-align: center;
                gap: 10px;
            }

            .second-photo-container {
                max-width: 100%;
            }
        }

        /* Responsywność - Mobile portrait */
        @media (max-width: 480px) {
            .container {
                padding: 0 12px;
            }

            .about-section {
                padding: 30px 0;
            }

            .section-header {
                margin-bottom: 30px;
            }

            .photo-container {
                width: 180px;
                height: 220px;
            }

            .highlight-box {
                padding: 18px;
                margin: 20px 0;
            }

            .intro-text {
                margin-bottom: 20px;
            }

            .results-grid {
                grid-template-columns: 1fr;
                gap: 12px;
            }

            .result-item {
                padding: 18px 12px;
            }

            .value-item {
                padding: 15px;
                margin-bottom: 12px;
            }

            .specialization-section,
            .results-section,
            .values-section {
                margin-top: 30px;
                padding-top: 25px;
            }

            .specialization-title,
            .results-title,
            .values-title {
                margin-bottom: 20px;
            }

            .specialization-grid,
            .results-grid {
                margin-top: 20px;
            }

            .values-list {
                margin-top: 20px;
            }
        }

        /* Responsywność - Very small screens */
        @media (max-width: 360px) {
            .container {
                padding: 0 10px;
            }

            .photo-container {
                width: 160px;
                height: 200px;
            }

            .highlight-box {
                padding: 15px;
            }

            .expertise-item,
            .spec-item,
            .value-item {
                padding: 12px;
            }

            .result-item {
                padding: 15px 8px;
            }
        }

        /* Landscape orientation adjustments */
        @media (max-height: 500px) and (orientation: landscape) {
            .about-section {
                padding: 20px 0;
            }

            .section-header {
                margin-bottom: 20px;
            }

            .specialization-section,
            .results-section,
            .values-section {
                margin-top: 20px;
                padding-top: 20px;
            }
        }

        /* Print styles */
        @media print {
            .about-section {
                padding: 20px 0;
            }

            .photo-container,
            .second-photo-container {
                box-shadow: none;
                border: 1px solid #ddd;
            }

            .highlight-box {
                background: #f0f0f0 !important;
                color: #333 !important;
                border: 1px solid #ddd;
            }

            .result-item {
                background: #f8f9fa !important;
                color: #333 !important;
                border: 1px solid #ddd;
            }
        }

        /* High contrast mode support */
        @media (prefers-contrast: high) {
            .expertise-item,
            .spec-item,
            .value-item {
                border: 2px solid #333;
            }

            .highlight-box {
                border: 2px solid #fff;
            }

            .result-item {
                border: 2px solid #4068b2;
            }
        }

        /* Reduced motion support */
        @media (prefers-reduced-motion: reduce) {
            *,
            *::before,
            *::after {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
                scroll-behavior: auto !important;
            }

            .scroll-fade.in-view {
                opacity: 1 !important;
                transform: none !important;
            }
        }

/* === merged from page captures === */
.wp-block-quote{box-sizing:border-box;overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}
/*# sourceURL=https://pkprzetargi.pl/wp-includes/blocks/quote/style.min.css */

/* === merged from page captures === */
/* Sekcja referencje - inline styles */
    .references-section {
        padding: 60px 20px;
        background-color: transparent;
        width: 100%;
        clear: both;
        scroll-margin-top: 100px;
    }
    .references-container {
        max-width: 1200px;
        margin: 0 auto;
    }
    .references-list {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .reference-card {
        background: #ffffff;
        border-radius: 16px;
        padding: 40px;
        display: grid;
        grid-template-columns: 140px 1fr 280px;
        gap: 40px;
        align-items: center;
        border: 2px solid #e3eaf5;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        scroll-margin-top: 120px;
        
        /* Animacja scroll */
        opacity: 0;
        transform: translateX(-40px);
    }
    
    .reference-card.scroll-fade {
        opacity: 0;
        transform: translateX(-40px);
        transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    }
    
    .reference-card.scroll-fade.in-view {
        opacity: 1;
        transform: translateX(0);
    }
    
    .reference-card.no-logo {
        grid-template-columns: 1fr 280px;
    }
    .reference-card:hover {
        border-color: #4068b2;
        box-shadow: 0 4px 12px rgba(64, 104, 178, 0.15);
        transform: translateY(-2px);
    }
    .reference-card.highlight {
        animation: highlightRef 2s ease;
    }
    .reference-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
        transform: scale(1);
    }
    
    .reference-card.scroll-fade .reference-logo {
        opacity: 0;
        transform: scale(0.8);
        transition: opacity 0.8s ease-out 0.1s, transform 0.8s ease-out 0.1s;
    }
    
    .reference-card.scroll-fade.in-view .reference-logo {
        opacity: 1;
        transform: scale(1);
    }
    
    .reference-logo img {
        max-width: 120px;
        max-height: 80px;
        width: auto;
        height: auto;
        object-fit: contain;
    }
    .reference-logo-placeholder {
        width: 100px;
        height: 100px;
        background: linear-gradient(135deg, #4068b2 0%, #2d4d85 100%);
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 40px;
        font-weight: 700;
        color: white;
    }
    .reference-content {
        flex: 1;
    }
    .reference-title {
        font-size: 24px;
        font-weight: 700;
        color: #1a202c;
        margin: 0 0 24px 0;
        line-height: 1.3;
    }
    .reference-section {
        margin-bottom: 20px;
    }
    .reference-section:last-child {
        margin-bottom: 0;
    }
    .reference-label {
        font-size: 14px;
        font-weight: 700;
        color: #2d3748;
        margin: 0 0 8px 0;
    }
    .reference-text {
        font-size: 15px;
        line-height: 1.7;
        color: #4a5568;
    }
    .reference-text p {
        margin: 0 0 12px 0;
    }
    .reference-text p:last-child {
        margin-bottom: 0;
    }
    .reference-action {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
        opacity: 1;
        transform: translateY(0);
    }
    
    .reference-card.scroll-fade .reference-action {
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 0.8s ease-out 0.2s, transform 0.8s ease-out 0.2s;
    }
    
    .reference-card.scroll-fade.in-view .reference-action {
        opacity: 1;
        transform: translateY(0);
    }
    
    .reference-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 12px 24px;
        background-color: #4068b2;
        color: white !important;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
        border-radius: 8px;
        transition: all 0.2s ease;
        white-space: nowrap;
        width: 100%;
    }
    .reference-btn:hover {
        background-color: #2d4d85;
        transform: translateX(2px);
        gap: 12px;
        color: white !important;
    }
    .reference-btn svg {
        transition: transform 0.2s ease;
    }
    .reference-btn:hover svg {
        transform: translateX(4px);
    }
    .reference-marketing-text {
        font-size: 13px;
        color: #718096;
        line-height: 1.5;
        margin: 0;
        text-align: center;
        width: 100%;
    }
    .reference-marketing-text a {
        color: #4068b2;
        text-decoration: none;
        transition: color 0.2s ease;
    }
    .reference-marketing-text a:hover {
        color: #2d4d85;
        text-decoration: underline;
    }
    @keyframes highlightRef {
        0%, 100% { 
            border-color: #e3eaf5;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
        }
        50% { 
            border-color: #4068b2;
            box-shadow: 0 8px 24px rgba(64, 104, 178, 0.4);
            transform: scale(1.02);
        }
    }
    @media (max-width: 992px) {
        .reference-card,
        .reference-card.no-logo {
            grid-template-columns: 100px 1fr;
            gap: 24px;
            padding: 32px;
        }
        .reference-action {
            grid-column: 1 / 3;
            align-items: center;
            margin-top: 20px;
            padding-top: 20px;
            border-top: 1px solid #e2e8f0;
        }
    }
    @media (max-width: 640px) {
        .references-section {
            padding: 40px 16px;
        }
        .reference-card,
        .reference-card.no-logo {
            grid-template-columns: 1fr;
            padding: 24px;
        }
        .reference-logo {
            justify-content: center;
            padding-top: 0;
            margin-bottom: 16px;
        }
        .reference-title {
            font-size: 20px;
            text-align: center;
        }
        .reference-action {
            grid-column: 1;
            align-items: center;
            width: 100%;
        }
        .reference-btn {
            width: 100%;
        }
    }
    
    /* Reduced motion support */
    @media (prefers-reduced-motion: reduce) {
        .reference-card.scroll-fade,
        .reference-card.scroll-fade .reference-logo,
        .reference-card.scroll-fade .reference-action {
            transition-duration: 0.01ms !important;
        }
        
        .reference-card.scroll-fade.in-view {
            opacity: 1 !important;
            transform: none !important;
        }
        
        .reference-card.scroll-fade.in-view .reference-logo,
        .reference-card.scroll-fade.in-view .reference-action {
            opacity: 1 !important;
            transform: none !important;
        }
    }

/* === merged from page captures === */
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
            line-height: 1.6;
            color: #2d3748;
            background: #ffffff;
        }

        /* ===== HEADER ===== */
        .header {
            background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #2563eb 100%);
            color: white;
            padding: 5rem 2rem;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .header::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
            border-radius: 50%;
        }

        .header .container {
            max-width: 1100px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .header h1 {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 0.8rem;
            letter-spacing: -0.02em;
            line-height: 1.1;
            color: #ffffff !important;
        }

        .header p {
            font-size: 1.25rem;
            opacity: 0.95;
            max-width: 700px;
            margin: 0 auto;
            font-weight: 300;
            line-height: 1.6;
            color: #ffffff !important;
        }

        /* ===== NAVIGATION ===== */
        .nav {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
            position: sticky;
            top: 0;
            z-index: 100;
        }

        .nav .container {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 2rem;
            display: flex;
            gap: 2.5rem;
            overflow-x: auto;
        }

        .nav a {
            display: block;
            padding: 1.1rem 0;
            color: #1e3a8a;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.95rem;
            border-bottom: 2px solid transparent;
            transition: all 0.3s ease;
            white-space: nowrap;
            position: relative;
        }

        .nav a::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 0;
            height: 2px;
            background: #2563eb;
            transition: width 0.3s ease;
        }

        .nav a:hover::after {
            width: 100%;
        }

        /* ===== CONTAINER ===== */
        .container {
            max-width: 100%;
            margin: 0 auto;
            padding: 0;
        }

        /* ===== INTRO SECTION ===== */
        .intro {
            background: white;
            max-width: 100%;
            margin: 0;
            text-align: center;
            padding: 3rem 2rem;
        }

        .intro .container {
            max-width: 1100px;
            margin: 0 auto;
        }

        .intro h2 {
            color: #0f172a;
            font-size: 2.2rem;
            margin-bottom: 1rem;
            font-weight: 800;
            letter-spacing: -0.01em;
        }

        .intro p {
            font-size: 1.05rem;
            color: #4a5568;
            line-height: 1.8;
            max-width: 900px;
            margin: 0 auto;
        }

        /* ===== SECTION DIVIDER ===== */
        .section-divider {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 2rem;
            margin: 0;
            padding: 2rem;
            background: white;
            border-top: 1px solid #e2e8f0;
            width: 100%;
        }

        .section-divider h2 {
            color: #4068b1;
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: -0.01em;
            margin: 0;
            text-align: center;
            flex: 1;
        }

        /* ===== CARDS GRID ===== */
        .cards-grid {
            display: flex;
            flex-direction: column;
            gap: 0;
            margin: 0;
            padding: 0;
            width: 100%;
        }

        .card {
            background: white;
            border: none;
            border-radius: 0;
            padding: 3rem 2rem;
            transition: all 0.3s ease;
            position: relative;
            opacity: 0;
            transform: translateY(40px);
            overflow: hidden;
            border-bottom: 1px solid #e2e8f0;
            max-width: 1100px;
            margin: 0 auto;
            width: 100%;
        }

        .card.scroll-fade {
            opacity: 0;
            transform: translateY(40px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .card.scroll-fade.in-view {
            opacity: 1;
            transform: translateY(0);
        }

        .card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #1e3a8a 0%, #2563eb 100%);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
        }

        .card:hover::before {
            transform: scaleX(1);
        }

        .card:hover {
            border-color: #2563eb;
            box-shadow: 0 15px 40px rgba(37, 99, 235, 0.12);
            transform: translateY(-8px);
        }

        .card-header {
            display: flex;
            align-items: flex-start;
            gap: 1.5rem;
            margin-bottom: 1.5rem;
        }

        .card-separator {
            width: 4px;
            height: 50px;
            background: #4068b1;
            border-radius: 2px;
            min-width: 4px;
        }

        .card h3 {
            color: #0f172a;
            font-size: 1.35rem;
            font-weight: 700;
            line-height: 1.3;
            letter-spacing: -0.01em;
        }

        .card p {
            margin-bottom: 1.2rem;
            color: #4a5568;
            text-align: left;
            line-height: 1.7;
            font-size: 0.95rem;
        }

        .card p:last-of-type {
            margin-bottom: 0;
        }

        .card p strong {
            color: #1e3a8a;
            font-weight: 600;
        }

        .card ul {
            margin: 1rem 0;
            padding-left: 1.5rem;
        }

        .card li {
            margin: 0.7rem 0;
            color: #4a5568;
            line-height: 1.6;
            font-size: 0.95rem;
        }

        /* ===== HIGHLIGHT BOX ===== */
        .highlight-box {
            background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
            border-left: 4px solid #2563eb;
            padding: 1.5rem;
            margin: 1.8rem 0;
            border-radius: 10px;
            position: relative;
        }

        .highlight-box h4 {
            color: #1e3a8a;
            margin-bottom: 1rem;
            font-weight: 700;
            font-size: 1rem;
        }

        .highlight-box ul {
            margin: 0;
            padding-left: 1.5rem;
        }

        .highlight-box li {
            margin: 0.6rem 0;
            font-size: 0.93rem;
            color: #3730a3;
        }

        .highlight-box strong {
            color: #1e3a8a;
            font-weight: 600;
        }

        /* ===== IMAGE SECTION ===== */
        .image-section {
            display: flex;
            gap: 2rem;
            align-items: center;
            margin: 2rem 0;
            flex-wrap: wrap;
        }

        .image-section img {
            max-width: 100%;
            height: auto;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }

        .image-column {
            flex: 1;
            min-width: 280px;
        }

        .image-column.text {
            flex: 1;
            min-width: 300px;
        }

        /* ===== CTA SECTION ===== */
        .cta-section {
            background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #2563eb 100%);
            color: white;
            padding: 4rem 2rem;
            border-radius: 20px;
            text-align: center;
            margin: 5rem 2rem;
            position: relative;
            overflow: hidden;
            max-width: 1100px;
            margin-left: auto;
            margin-right: auto;
        }

        .cta-section.scroll-fade {
            opacity: 0;
            transform: scale(0.95);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .cta-section.scroll-fade.in-view {
            opacity: 1;
            transform: scale(1);
        }

        .cta-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);
            border-radius: 50%;
        }

        .cta-section h2 {
            font-size: 2.2rem;
            margin-bottom: 1rem;
            font-weight: 800;
            position: relative;
            z-index: 1;
            letter-spacing: -0.01em;
            opacity: 1;
            transform: translateY(0);
        }

        .cta-section h2.scroll-fade {
            opacity: 0;
            transform: translateY(-30px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .cta-section h2.scroll-fade.in-view {
            opacity: 1;
            transform: translateY(0);
        }

        .cta-section p {
            font-size: 1.1rem;
            opacity: 0.95;
            max-width: 600px;
            margin: 0 auto 2rem;
            position: relative;
            z-index: 1;
        }

        .cta-section p.scroll-fade {
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .cta-section p.scroll-fade.in-view {
            opacity: 1;
            transform: translateY(0);
        }

        /* ===== FORM WRAPPER ===== */
        .form-wrapper {
            position: relative;
            z-index: 1;
            max-width: 650px;
            margin: 2rem auto 0;
            opacity: 1;
            transform: translateY(0);
            background: white;
            padding: 2rem;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        }

        .form-wrapper.scroll-fade {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .form-wrapper.scroll-fade.in-view {
            opacity: 1;
            transform: translateY(0);
        }

        /* Contact Form 7 Styling wewnątrz CTA */
        .cta-section .wpcf7 {
            max-width: 100%;
        }

        .cta-section .form-wrapper .wpcf7 .form-control,
        .cta-section .form-wrapper .wpcf7 input[type="text"],
        .cta-section .form-wrapper .wpcf7 input[type="email"],
        .cta-section .form-wrapper .wpcf7 input[type="tel"],
        .cta-section .form-wrapper .wpcf7 textarea,
        .cta-section .form-wrapper .wpcf7 select {
            background: #ffffff !important;
            border-color: #e2e8f0 !important;
            color: #2d3748 !important;
        }

        .cta-section .form-wrapper .wpcf7 .form-control:focus,
        .cta-section .form-wrapper .wpcf7 input:focus,
        .cta-section .form-wrapper .wpcf7 textarea:focus,
        .cta-section .form-wrapper .wpcf7 select:focus {
            background: #ffffff !important;
            border-color: #2563eb !important;
            box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1) !important;
        }

        .cta-section .form-wrapper .wpcf7 .submit-btn,
        .cta-section .form-wrapper .wpcf7 input[type="submit"] {
            background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%) !important;
            color: white !important;
        }

        .cta-section .form-wrapper .wpcf7 .submit-btn:hover,
        .cta-section .form-wrapper .wpcf7 input[type="submit"]:hover {
            background: linear-gradient(135deg, #1a2e6b 0%, #1e40af 100%) !important;
        }

        .cta-section .form-wrapper .wpcf7 label {
            color: #2d3748 !important;
        }

        /* ===== FEATURES GRID ===== */
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin: 2rem 0;
        }

        .feature-item {
            background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
            padding: 2rem;
            border-radius: 12px;
            text-align: center;
            border-left: 4px solid #2563eb;
        }

        .feature-item h4 {
            color: #1e3a8a;
            margin-bottom: 0.8rem;
            font-weight: 700;
            font-size: 1rem;
        }

        .feature-item p {
            color: #4a5568;
            font-size: 0.9rem;
            margin: 0;
        }

        /* ===== MEDIA QUERIES ===== */
        @media (max-width: 768px) {
            .header h1 {
                font-size: 2.5rem;
            }

            .header p {
                font-size: 1rem;
            }

            .header {
                padding: 3rem 1rem;
            }

            .nav .container {
                gap: 1.5rem;
                padding: 0 1rem;
            }

            .nav a {
                padding: 0.8rem 0;
                font-size: 0.9rem;
            }

            .intro h2 {
                font-size: 2rem;
            }

            .intro p {
                font-size: 1rem;
            }

            .section-divider h2 {
                font-size: 1.7rem;
            }

            .card {
                padding: 2rem;
            }

            .card h3 {
                font-size: 1.15rem;
            }

            .card p {
                font-size: 0.9rem;
            }

            .cta-section {
                margin: 3rem 1rem;
                padding: 3rem 1.5rem;
            }

            .cta-section h2 {
                font-size: 1.8rem;
            }

            .cta-section p {
                font-size: 0.95rem;
            }

            .form-wrapper {
                padding: 1.5rem;
            }

            .image-section {
                flex-direction: column;
            }

            .features-grid {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 480px) {
            .header h1 {
                font-size: 2rem;
            }

            .header p {
                font-size: 0.9rem;
            }

            .nav .container {
                gap: 1rem;
                padding: 0 0.75rem;
            }

            .intro h2 {
                font-size: 1.6rem;
            }

            .section-divider h2 {
                font-size: 1.4rem;
            }

            .card {
                padding: 1.5rem;
            }

            .card-header {
                gap: 1rem;
            }

            .cta-section {
                margin: 2rem 0.5rem;
                padding: 2rem 1rem;
            }

            .cta-section h2 {
                font-size: 1.5rem;
                margin-bottom: 0.8rem;
            }

            .form-wrapper {
                padding: 1rem;
            }
        }

        /* ===== REDUCED MOTION ===== */
        @media (prefers-reduced-motion: reduce) {
            * {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }

            .scroll-fade.in-view {
                opacity: 1 !important;
                transform: none !important;
            }
        }

/* === merged from page captures === */
.wp-elements-c9365267f914bd71ea50e5e539e3962b a:where(:not(.wp-element-button)){color:var(--wp--preset--color--vivid-red);}
/*# sourceURL=core-block-supports-inline-css */

/* === merged from page captures === */
h1:where(.wp-block-heading).has-background,h2:where(.wp-block-heading).has-background,h3:where(.wp-block-heading).has-background,h4:where(.wp-block-heading).has-background,h5:where(.wp-block-heading).has-background,h6:where(.wp-block-heading).has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}
/*# sourceURL=https://pkprzetargi.pl/wp-includes/blocks/heading/style.min.css */

/* === merged from page captures === */
.documents-section {
        padding: 60px 20px;
        background-color: transparent;
        width: 100%;
        clear: both;
    }
    .documents-container {
        max-width: 1200px;
        margin: 0 auto;
    }
    
    /* Filtr wyszukiwania */
    .documents-filter {
        background: white;
        padding: 30px;
        border-radius: 12px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.08);
        margin-bottom: 50px;
        border: 2px solid #e3eaf5;
    }
    
    .filter-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        flex-wrap: wrap;
    }
    
    .filter-search-box {
        flex: 1;
        min-width: 250px;
        position: relative;
    }
    
    .filter-search-input {
        width: 100%;
        padding: 14px 45px 14px 20px;
        border: 2px solid #e3eaf5;
        border-radius: 8px;
        font-size: 15px;
        transition: all 0.3s ease;
        font-family: inherit;
    }
    
    .filter-search-input:focus {
        outline: none;
        border-color: #4068b2;
        box-shadow: 0 0 0 3px rgba(64, 104, 178, 0.1);
    }
    
    .filter-search-icon {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        color: #718096;
        pointer-events: none;
    }
    
    .filter-category-select {
        padding: 14px 20px;
        border: 2px solid #e3eaf5;
        border-radius: 8px;
        font-size: 15px;
        background: white;
        cursor: pointer;
        transition: all 0.3s ease;
        font-family: inherit;
        min-width: 200px;
    }
    
    .filter-category-select:focus {
        outline: none;
        border-color: #4068b2;
        box-shadow: 0 0 0 3px rgba(64, 104, 178, 0.1);
    }
    
    .filter-reset-btn {
        padding: 14px 24px;
        background: #f8f9fa;
        border: 2px solid #e3eaf5;
        border-radius: 8px;
        font-size: 15px;
        font-weight: 600;
        color: #4a5568;
        cursor: pointer;
        transition: all 0.3s ease;
        font-family: inherit;
    }
    
    .filter-reset-btn:hover {
        background: #4068b2;
        border-color: #4068b2;
        color: white;
    }
    
    .filter-results-count {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #e3eaf5;
        color: #718096;
        font-size: 14px;
    }
    
    /* Kategorie */
    .documents-category-section {
        margin-bottom: 60px;
    }
    .documents-category-section:last-child {
        margin-bottom: 0;
    }
    .documents-category-section.hidden {
        display: none;
    }
    
    .documents-category-header {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .documents-category-title {
        font-size: clamp(1.8rem, 4vw, 2.2rem);
        font-weight: 700;
        color: #4068b2;
        margin-bottom: 15px;
        position: relative;
        display: inline-block;
    }
    
    .documents-category-title::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 4px;
        background: #4068b2;
        border-radius: 2px;
    }
    
    /* Karty dokumentów */
    .documents-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 28px;
        margin-bottom: 30px;
        align-items: stretch;
    }

    .document-card {
        position: relative;
        height: 100%;
        background: #ffffff;
        border-radius: 16px;
        padding: 24px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        text-align: left;
        border: 1px solid #e7edf6;
        box-shadow: 0 6px 18px rgba(28, 50, 92, 0.06);
        overflow: hidden;
        transition: transform .3s cubic-bezier(.2,.7,.3,1), box-shadow .3s ease, border-color .3s ease;
    }

    .document-card.hidden-by-filter {
        display: none;
    }

    .document-card.hidden-by-limit {
        display: none;
    }

    .document-card:hover {
        border-color: #c9d8f0;
        box-shadow: 0 18px 40px rgba(28, 50, 92, 0.16);
        transform: translateY(-6px);
    }

    .document-thumb-box {
        position: relative;
        width: auto;
        height: 150px;
        margin: -24px -24px 20px;
        background: linear-gradient(135deg, #4068b2 0%, #2d4d85 100%);
        border-radius: 16px 16px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    /* Dekoracyjny połysk w nagłówku karty */
    .document-thumb-box::after {
        content: '';
        position: absolute;
        top: -45%;
        right: -20%;
        width: 220px;
        height: 220px;
        background: radial-gradient(circle, rgba(255,255,255,.20) 0%, rgba(255,255,255,0) 70%);
        pointer-events: none;
    }

    .doc-svg-icon {
        width: 72px;
        height: 72px;
        flex-shrink: 0;
        filter: drop-shadow(0 6px 12px rgba(0,0,0,.18));
        transition: transform .4s cubic-bezier(.2,.7,.3,1);
    }
    .document-card:hover .doc-svg-icon {
        transform: scale(1.1);
    }

    /* Plakietka typu pliku */
    .doc-type-badge {
        position: absolute;
        top: 12px;
        right: 12px;
        padding: 5px 11px;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .06em;
        text-transform: uppercase;
        color: #2d4d85;
        background: rgba(255,255,255,.92);
        border-radius: 999px;
        box-shadow: 0 2px 6px rgba(0,0,0,.12);
    }

    .document-title {
        font-size: 17px;
        font-weight: 700;
        color: #1a202c;
        margin: 0 0 10px 0;
        line-height: 1.3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
        min-height: calc(1.3em * 2);
    }

    .document-description {
        font-size: 14px;
        color: #6b7688;
        line-height: 1.55;
        margin: 0 0 18px 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        overflow: hidden;
        min-height: calc(1.55em * 3);
    }
    /* Stan rozwinięty (po kliknięciu „Pokaż więcej") */
    .document-description.is-expanded {
        display: block;
        -webkit-line-clamp: unset;
        line-clamp: unset;
        overflow: visible;
        min-height: 0;
    }
    /* Przycisk „Pokaż więcej / mniej" pod opisem */
    .document-desc-toggle {
        align-self: flex-start;
        margin: -8px 0 16px;
        padding: 0;
        background: none;
        border: none;
        color: #4068b2;
        font-family: inherit;
        font-size: 13px;
        font-weight: 600;
        cursor: pointer;
        text-decoration: underline;
        text-underline-offset: 2px;
    }
    .document-desc-toggle:hover { color: #2d4d85; }

    .document-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: flex-start;
        font-size: 12.5px;
        color: #4a5568;
        margin-bottom: 18px;
    }
    .document-meta span {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        padding: 5px 11px;
        background: #f1f5fb;
        border-radius: 999px;
        white-space: nowrap;
    }

    .document-btn {
        width: 100%;
        margin-top: auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 13px 20px;
        background: linear-gradient(135deg, #4068b2 0%, #34589d 100%);
        color: white !important;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
        border: none;
        cursor: pointer;
        border-radius: 10px;
        box-shadow: 0 6px 16px rgba(64, 104, 178, .28);
        transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
    }

    .document-btn:hover {
        filter: brightness(1.06);
        transform: translateY(-2px);
        box-shadow: 0 10px 24px rgba(64, 104, 178, .38);
    }
    
    /* Przyciski Pokaż więcej / Pokaż mniej */
    .show-more-wrapper {
        text-align: center;
        margin-top: 30px;
    }
    
    .show-more-wrapper.hidden {
        display: none;
    }
    
    .show-more-btn,
    .show-less-btn {
        padding: 14px 40px;
        background: white;
        border: 2px solid #4068b2;
        color: #4068b2;
        border-radius: 8px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        font-family: inherit;
    }
    
    .show-more-btn:hover,
    .show-less-btn:hover {
        background: #4068b2;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(64, 104, 178, 0.2);
    }
    
    .show-less-btn {
        display: none;
    }
    
    .show-less-btn.visible {
        display: inline-block;
    }
    
    .show-more-btn.hidden {
        display: none;
    }
    
    .no-results-message {
        text-align: center;
        padding: 60px 20px;
        background: white;
        border-radius: 12px;
        border: 2px dashed #e3eaf5;
    }
    
    .no-results-message.hidden {
        display: none;
    }
    
    .no-results-message h3 {
        color: #4a5568;
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    
    .no-results-message p {
        color: #718096;
        font-size: 1rem;
    }
    
    @media (max-width: 768px) {
        .documents-filter {
            padding: 20px;
        }
        
        .filter-header {
            flex-direction: column;
        }
        
        .filter-search-box,
        .filter-category-select,
        .filter-reset-btn {
            width: 100%;
        }
        
        .documents-grid {
            grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        }
        
        .documents-category-section {
            margin-bottom: 50px;
        }
    }
    
    @media (max-width: 480px) {
        .documents-grid {
            grid-template-columns: 1fr;
        }
    }

/* === merged from page captures === */
.faq-section {
        padding: 60px 20px;
        background-color: transparent;
        width: 100%;
        clear: both;
    }
    .faq-container {
        max-width: 900px;
        margin: 0 auto;
    }
    .faq-category-section {
        margin-bottom: 60px;
    }
    .faq-category-section:last-child {
        margin-bottom: 0;
    }
    .faq-category-header {
        text-align: center;
        margin-bottom: 40px;
    }
    .faq-category-title {
        font-size: clamp(1.8rem, 4vw, 2.2rem);
        font-weight: 700;
        color: #4068b2;
        margin-bottom: 15px;
        position: relative;
        display: inline-block;
    }
    .faq-category-title::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 4px;
        background: #4068b2;
        border-radius: 2px;
    }
    .faq-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .faq-item {
        background: #ffffff;
        border-radius: 12px;
        border: 2px solid #e3eaf5;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .faq-item:hover {
        border-color: #4068b2;
        box-shadow: 0 2px 8px rgba(64, 104, 178, 0.1);
    }
    .faq-item.active {
        border-color: #4068b2;
        box-shadow: 0 4px 12px rgba(64, 104, 178, 0.15);
    }
    .faq-question {
        padding: 24px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        user-select: none;
        transition: background-color 0.2s ease;
    }
    .faq-question:hover {
        background-color: #f8f9fa;
    }
    .faq-question-text {
        font-size: 18px;
        font-weight: 600;
        color: #1a202c;
        line-height: 1.4;
        margin: 0;
        flex: 1;
    }
    .faq-icon {
        width: 32px;
        height: 32px;
        background: #4068b2;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        transition: transform 0.3s ease, background-color 0.2s ease;
    }
    .faq-item.active .faq-icon {
        transform: rotate(180deg);
        background: #2d4d85;
    }
    .faq-icon svg {
        width: 16px;
        height: 16px;
        stroke: white;
    }
    .faq-answer {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease, padding 0.4s ease;
    }
    .faq-item.active .faq-answer {
        max-height: 2000px;
        padding: 0 24px 24px 24px;
    }
    .faq-answer-content {
        font-size: 15px;
        line-height: 1.7;
        color: #4a5568;
        padding-top: 8px;
        border-top: 1px solid #e3eaf5;
    }
    .faq-answer-content p {
        margin: 0 0 12px 0;
    }
    .faq-answer-content p:last-child {
        margin-bottom: 0;
    }
    .faq-answer-content ul,
    .faq-answer-content ol {
        margin: 12px 0;
        padding-left: 24px;
    }
    .faq-answer-content li {
        margin-bottom: 8px;
    }
    @media (max-width: 768px) {
        .faq-section {
            padding: 40px 16px;
        }
        .faq-category-section {
            margin-bottom: 50px;
        }
        .faq-question {
            padding: 20px;
        }
        .faq-question-text {
            font-size: 16px;
        }
        .faq-icon {
            width: 28px;
            height: 28px;
        }
    }

/* === merged from page captures === */
.webinars-section {
        padding: 60px 20px;
        background-color: transparent;
        width: 100%;
        clear: both;
    }
    .webinars-container {
        max-width: 1200px;
        margin: 0 auto;
    }
    .webinars-list {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }
    .webinar-card {
        background: #ffffff;
        border-radius: 16px;
        padding: 40px;
        display: grid;
        grid-template-columns: 140px 1fr 280px;
        gap: 40px;
        align-items: start;
        border: 2px solid #e3eaf5;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;

        /* Animacja scroll */
        opacity: 0;
        transform: translateX(-40px);
    }
    .webinar-card.scroll-fade {
        opacity: 0;
        transform: translateX(-40px);
        transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    }
    .webinar-card.scroll-fade.in-view {
        opacity: 1;
        transform: translateX(0);
    }
    .webinar-card.no-logo {
        grid-template-columns: 1fr 280px;
    }
    .webinar-card.has-poster {
        grid-template-columns: 320px 1fr 280px;
    }
    .webinar-card:hover {
        border-color: #4068b2;
        box-shadow: 0 4px 12px rgba(64, 104, 178, 0.15);
        transform: translateY(-2px);
    }

    /* LOGO / MINIATURA */
    .webinar-logo {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding-top: 4px;
    }
    .webinar-logo img {
        max-width: 120px;
        max-height: 100px;
        width: auto;
        height: auto;
        object-fit: contain;
    }

    /* PLAKAT WEBINARU */
    .webinar-poster {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    .webinar-poster img {
        width: 100%;
        max-width: 320px;
        height: auto;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        object-fit: cover;
        display: block;
    }

    /* TREŚĆ */
    .webinar-content {
        flex: 1;
        min-width: 0; /* fix grid overflow */
    }
    .webinar-meta {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
        margin-bottom: 12px;
    }
    .webinar-date {
        font-size: 15px;
        font-weight: 600;
        color: #2d3748;
    }
    .webinar-badge {
        display: inline-flex;
        align-items: center;
        padding: 4px 14px;
        border-radius: 999px;
        font-size: 13px;
        font-weight: 600;
        border: 1px solid transparent;
    }
    .webinar-badge.status-upcoming {
        background: #e7f1ff;
        color: #1e40af;
        border-color: #bfdbfe;
    }
    .webinar-badge.status-live {
        background: #fef3c7;
        color: #92400e;
        border-color: #fde68a;
    }
    .webinar-badge.status-ended {
        background: #f1f5f9;
        color: #475569;
        border-color: #e2e8f0;
    }
    .webinar-title {
        font-size: 24px;
        font-weight: 700;
        color: #1a202c;
        margin: 0 0 20px 0;
        line-height: 1.3;
    }
    .webinar-intro,
    .webinar-section {
        margin-bottom: 20px;
    }
    .webinar-section:last-child {
        margin-bottom: 0;
    }
    .webinar-label {
        font-size: 14px;
        font-weight: 700;
        color: #2d3748;
        margin: 0 0 8px 0;
    }
    .webinar-text {
        font-size: 15px;
        line-height: 1.7;
        color: #4a5568;
    }
    .webinar-text p {
        margin: 0 0 12px 0;
    }
    .webinar-text p:last-child {
        margin-bottom: 0;
    }
    .webinar-guest-name {
        font-weight: 700;
        color: #1a202c;
    }
    .webinar-schedule {
        margin-top: 24px;
        padding-top: 16px;
        border-top: 1px solid #e3eaf5;
        font-size: 14px;
        color: #4a5568;
        font-weight: 500;
    }

    /* PRZYCISK ROZWIŃ/ZWIŃ */
    .webinar-toggle {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: transparent;
        border: none;
        padding: 8px 0;
        margin-top: 8px;
        color: #4068b2;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        font-family: inherit;
        transition: color 0.2s ease;
    }
    .webinar-toggle:hover {
        color: #2d4d85;
    }
    .webinar-toggle svg {
        transition: transform 0.3s ease;
        flex-shrink: 0;
    }
    .webinar-card.expanded .webinar-toggle svg {
        transform: rotate(180deg);
    }

    /* ROZWIJANE SZCZEGÓŁY */
    .webinar-details {
        grid-column: 1 / -1;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease, margin-top 0.4s ease, padding-top 0.4s ease;
        margin-top: 0;
    }
    .webinar-card.expanded .webinar-details {
        max-height: 3000px;
        margin-top: 28px;
        padding-top: 28px;
        border-top: 1px solid #e3eaf5;
    }

    /* AKCJA / PRZYCISK */
    .webinar-action {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 12px;
    }
    .webinar-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 14px 24px;
        background-color: #4068b2;
        color: white !important;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
        border-radius: 8px;
        transition: all 0.2s ease;
        white-space: nowrap;
        width: 100%;
    }
    .webinar-btn:hover {
        background-color: #2d4d85;
        gap: 12px;
        color: white !important;
    }
    .webinar-btn svg {
        transition: transform 0.2s ease;
    }
    .webinar-btn:hover svg {
        transform: translateX(4px);
    }
    .webinar-btn.disabled {
        background-color: #cbd5e1;
        pointer-events: none;
        cursor: not-allowed;
    }
    .webinar-note {
        font-size: 13px;
        color: #718096;
        line-height: 1.5;
        margin: 0;
        text-align: center;
        width: 100%;
    }

    /* RESPONSYWNOŚĆ */
    @media (max-width: 992px) {
        .webinar-card,
        .webinar-card.no-logo {
            grid-template-columns: 100px 1fr;
            gap: 24px;
            padding: 32px;
        }
        .webinar-card.has-poster {
            grid-template-columns: 240px 1fr;
        }
        .webinar-poster img {
            max-width: 240px;
        }
        .webinar-action {
            grid-column: 1 / 3;
            align-items: center;
            margin-top: 20px;
            padding-top: 20px;
            border-top: 1px solid #e2e8f0;
        }
    }
    @media (max-width: 640px) {
        .webinars-section {
            padding: 40px 16px;
        }
        .webinar-card,
        .webinar-card.no-logo,
        .webinar-card.has-poster {
            grid-template-columns: 1fr;
            padding: 24px;
        }
        .webinar-logo {
            justify-content: center;
            padding-top: 0;
            margin-bottom: 8px;
        }
        .webinar-poster img {
            max-width: 100%;
        }
        .webinar-title {
            font-size: 20px;
        }
        .webinar-action {
            grid-column: 1;
            align-items: center;
            width: 100%;
        }
        .webinar-btn {
            width: 100%;
        }
    }

    @media (prefers-reduced-motion: reduce) {
        .webinar-card.scroll-fade {
            transition-duration: 0.01ms !important;
        }
        .webinar-card.scroll-fade.in-view {
            opacity: 1 !important;
            transform: none !important;
        }
    }

/* === merged from page captures === */
/* === Modal pobierania === */
    .pk-dl-overlay{
        position:fixed; inset:0;
        background:rgba(15,23,42,.55);
        backdrop-filter:blur(4px);
        -webkit-backdrop-filter:blur(4px);
        display:none; align-items:center; justify-content:center;
        z-index:99999; padding:20px;
        opacity:0; transition:opacity .25s ease;
    }
    .pk-dl-overlay.is-open{ display:flex; opacity:1; }
    .pk-dl-modal{
        background:#fff; border-radius:16px;
        max-width:480px; width:100%;
        box-shadow:0 20px 60px rgba(0,0,0,.25);
        padding:36px 32px 28px;
        position:relative;
        transform:translateY(20px) scale(.97);
        transition:transform .3s ease;
        max-height:90vh; overflow-y:auto;
    }
    .pk-dl-overlay.is-open .pk-dl-modal{ transform:translateY(0) scale(1); }
    .pk-dl-close{
        position:absolute; top:14px; right:14px;
        width:36px; height:36px; border-radius:50%;
        border:none; background:#f1f5f9; cursor:pointer;
        display:flex; align-items:center; justify-content:center;
        color:#475569; transition:all .2s ease;
    }
    .pk-dl-close:hover{ background:#e2e8f0; color:#1e293b; transform:rotate(90deg); }
    .pk-dl-icon{
        width:56px; height:56px; border-radius:14px;
        background:linear-gradient(135deg,#4068b2 0%,#2d4d85 100%);
        display:flex; align-items:center; justify-content:center;
        color:#fff; margin-bottom:16px;
    }
    .pk-dl-title{
        font-size:22px; font-weight:700; color:#1a202c;
        margin:0 0 6px; line-height:1.3;
    }
    .pk-dl-subtitle{
        font-size:14px; color:#64748b; line-height:1.55;
        margin:0 0 24px;
    }
    .pk-dl-doc-name{
        background:#f8fafc; border:1px solid #e2e8f0;
        border-radius:8px; padding:10px 14px;
        font-size:13px; color:#334155;
        margin-bottom:20px;
        word-break:break-word;
    }
    .pk-dl-doc-name strong{ color:#1a202c; }
    .pk-dl-form-row{ margin-bottom:14px; }
    .pk-dl-label{
        display:block; font-size:13px; font-weight:600;
        color:#334155; margin-bottom:6px;
    }
    .pk-dl-label .req{ color:#dc2626; }
    .pk-dl-input{
        width:100%; padding:12px 14px;
        border:1.5px solid #e2e8f0; border-radius:8px;
        font-size:15px; font-family:inherit;
        transition:all .2s ease; background:#fff;
        box-sizing:border-box;
    }
    .pk-dl-input:focus{
        outline:none; border-color:#4068b2;
        box-shadow:0 0 0 3px rgba(64,104,178,.12);
    }
    .pk-dl-input.has-error{
        border-color:#dc2626;
        box-shadow:0 0 0 3px rgba(220,38,38,.10);
    }
    .pk-dl-consent{
        display:flex; gap:10px; align-items:flex-start;
        margin:18px 0 22px; font-size:13px; color:#475569; line-height:1.5;
    }
    .pk-dl-consent input{
        margin-top:3px; flex-shrink:0;
        width:16px; height:16px; cursor:pointer;
        accent-color:#4068b2;
    }
    .pk-dl-consent label{ cursor:pointer; }
    .pk-dl-submit{
        width:100%; padding:14px;
        background:#4068b2; color:#fff !important;
        border:none; border-radius:8px;
        font-size:15px; font-weight:600; cursor:pointer;
        display:inline-flex; align-items:center; justify-content:center; gap:8px;
        transition:all .2s ease; font-family:inherit;
    }
    .pk-dl-submit:hover:not(:disabled){
        background:#2d4d85;
        transform:translateY(-1px);
        box-shadow:0 6px 16px rgba(64,104,178,.3);
    }
    .pk-dl-submit:disabled{ opacity:.6; cursor:not-allowed; }
    .pk-dl-spinner{
        display:none;
        width:18px; height:18px;
        border:2px solid rgba(255,255,255,.35);
        border-top-color:#fff; border-radius:50%;
        animation:pkSpin .7s linear infinite;
    }
    .pk-dl-submit.is-loading .pk-dl-spinner{ display:inline-block; }
    .pk-dl-submit.is-loading .pk-dl-submit-text{ display:none; }
    @keyframes pkSpin{ to{ transform:rotate(360deg); } }
    .pk-dl-error{
        display:none;
        background:#fef2f2; border:1px solid #fecaca; color:#b91c1c;
        padding:10px 14px; border-radius:8px;
        font-size:13.5px; margin-bottom:14px; line-height:1.45;
    }
    .pk-dl-error.is-shown{ display:block; }
    .pk-dl-success{
        text-align:center; padding:10px 0;
    }
    .pk-dl-success-icon{
        width:64px; height:64px; border-radius:50%;
        background:#dcfce7; color:#16a34a;
        display:flex; align-items:center; justify-content:center;
        margin:0 auto 16px;
    }
    .pk-dl-success-title{
        font-size:20px; font-weight:700; color:#1a202c;
        margin:0 0 8px;
    }
    .pk-dl-success-msg{
        font-size:14px; color:#475569; line-height:1.5;
        margin:0 0 18px;
    }
    .pk-dl-success-link{
        display:inline-block; color:#4068b2; font-weight:600;
        text-decoration:underline; font-size:14px;
    }
    @media (max-width:520px){
        .pk-dl-modal{ padding:30px 22px 22px; }
        .pk-dl-title{ font-size:19px; }
    }

/* === merged from page captures === */
.pk-footer-stretched {
        width: 100%;
        padding: 20px 0;
        background: transparent;
    }

    /* Kontener centrujący */
    .pk-footer-center-container {
        max-width: 1140px;
        margin: 0 auto !important;
        padding: 0 15px !important;
        box-sizing: border-box;
    }

    /* Grid layout dla trzech kolumn */
    .pk-footer-row {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        gap: 30px;
        text-align: center;
    }

    /* Lewa kolumna */
    .pk-footer-col-left {
        justify-self: start;
        font-size: 14px;
        color: #b0b0b0;
        white-space: nowrap;
    }

    /* Środkowa kolumna */
    .pk-footer-col-center {
        justify-self: center;
        display: flex;
        gap: 35px;
        align-items: center;
    }

    .pk-footer-col-center a {
        color: #b0b0b0 !important;
        text-decoration: none !important;
        font-size: 14px;
        transition: color 0.3s ease;
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .pk-footer-col-center a:hover {
        color: #ffffff !important;
    }

    /* Prawa kolumna */
    .pk-footer-col-right {
        justify-self: end;
        display: flex;
        align-items: center;
        gap: 10px;
        white-space: nowrap;
    }

    .pk-footer-col-right span {
        font-size: 14px;
        color: #b0b0b0;
    }

    .pk-footer-col-right a {
        display: inline-flex;
        align-items: center;
        text-decoration: none !important;
        background: transparent !important;
        border: none !important;
    }

    .pk-footer-col-right img {
        height: 24px;
        width: auto;
        vertical-align: middle;
        opacity: 0.9;
        transition: opacity 0.3s ease;
        border: none !important;
        box-shadow: none !important;
    }

    .pk-footer-col-right a:hover img {
        opacity: 1;
    }

    /* Tablet */
    @media (max-width: 991px) {
        .pk-footer-center-container {
            max-width: 720px;
        }
        .pk-footer-row {
            gap: 25px;
        }
        .pk-footer-col-center {
            gap: 25px;
        }
    }

    /* Mobile */
    @media (max-width: 768px) {
        .pk-footer-center-container {
            max-width: 540px;
        }
        .pk-footer-row {
            grid-template-columns: 1fr;
            gap: 15px;
        }
        .pk-footer-col-left,
        .pk-footer-col-center,
        .pk-footer-col-right {
            justify-self: center;
            width: 100%;
        }
        .pk-footer-col-left {
            font-size: 13px;
        }
        .pk-footer-col-center {
            gap: 20px;
        }
        .pk-footer-col-center a {
            font-size: 13px;
        }
        .pk-footer-col-right span {
            font-size: 13px;
        }
        .pk-footer-col-right img {
            height: 20px;
        }
    }

    /* Small mobile */
    @media (max-width: 480px) {
        .pk-footer-center-container {
            padding: 0 10px;
        }
        .pk-footer-row {
            gap: 12px;
        }
        .pk-footer-col-left {
            font-size: 12px;
        }
        .pk-footer-col-center {
            gap: 15px;
            flex-wrap: wrap;
        }
        .pk-footer-col-center a {
            font-size: 12px;
        }
        .pk-footer-col-right span {
            font-size: 12px;
        }
        .pk-footer-col-right img {
            height: 18px;
        }
    }

    /* Reset marginesów WPBakery */
    .pk-footer-stretched * {
        box-sizing: border-box;
    }

    .pk-footer-stretched p,
    .pk-footer-stretched div {
        margin-bottom: 0 !important;
    }

/* === merged from page captures === */
.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}
/*# sourceURL=https://pkprzetargi.pl/wp-includes/blocks/paragraph/style.min.css */

/* === merged from page captures === */
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
            line-height: 1.6;
            color: #2d3748;
            background: #ffffff;
        }

        /* ===== WHITE SECTION ON TOP ===== */
        .white-section {
            background: white;
            padding: 3rem 2rem;
        }

        .white-section .container {
            max-width: 1100px;
            margin: 0 auto;
        }

        .white-section h1 {
            font-size: 2.5rem;
            color: #0f172a;
            margin-bottom: 0.8rem;
            font-weight: 800;
        }

        .white-section p {
            font-size: 1.05rem;
            color: #4a5568;
            line-height: 1.8;
            max-width: 800px;
        }

        /* ===== HEADER ===== */
        .header {
            background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #2563eb 100%);
            color: white;
            padding: 5rem 2rem;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .header::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
            border-radius: 50%;
        }

        .header .container {
            max-width: 1100px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .header h1 {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 0.8rem;
            letter-spacing: -0.02em;
            line-height: 1.1;
            color: #ffffff !important;
        }

        .header p {
            font-size: 1.25rem;
            opacity: 0.95;
            max-width: 700px;
            margin: 0 auto;
            font-weight: 300;
            line-height: 1.6;
            color: #ffffff !important;
        }

        /* ===== NAVEGACJA ===== */
        .nav {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
            position: sticky;
            top: 0;
            z-index: 100;
        }

        .nav .container {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 2rem;
            display: flex;
            gap: 2.5rem;
            overflow-x: auto;
        }

        .nav a {
            display: block;
            padding: 1.1rem 0;
            color: #1e3a8a;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.95rem;
            border-bottom: 2px solid transparent;
            transition: all 0.3s ease;
            white-space: nowrap;
            position: relative;
        }

        .nav a::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 0;
            height: 2px;
            background: #2563eb;
            transition: width 0.3s ease;
        }

        .nav a:hover::after {
            width: 100%;
        }

        /* ===== CONTAINER ===== */
        .container {
            max-width: 100%;
            margin: 0 auto;
            padding: 0;
        }

        /* ===== INTRO SECTION - BIAŁE TŁO ===== */
        .intro {
            background: white;
            max-width: 100%;
            margin: 0;
            text-align: center;
            padding: 3rem 2rem;
        }

        .intro .container {
            max-width: 1100px;
            margin: 0 auto;
        }

        .intro h2 {
            color: #0f172a;
            font-size: 2.2rem;
            margin-bottom: 1rem;
            font-weight: 800;
            letter-spacing: -0.01em;
        }

        .intro p {
            font-size: 1.05rem;
            color: #4a5568;
            line-height: 1.8;
            max-width: 900px;
            margin: 0 auto;
        }

        /* ===== SECTION DIVIDER ===== */
        .section-divider {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 2rem;
            margin: 0;
            padding: 2rem;
            background: white;
            border-top: 1px solid #e2e8f0;
            width: 100%;
        }

        .section-divider h2 {
            color: #4068b1;
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: -0.01em;
            margin: 0;
            text-align: center;
            flex: 1;
        }

        .section-divider::before,
        .section-divider::after {
            display: none;
        }

        /* ===== CARDS - FULL WIDTH, JEDEN PO DRUGIM ===== */
        .cards-grid {
            display: flex;
            flex-direction: column;
            gap: 0;
            margin: 0;
            padding: 0;
            width: 100%;
        }

        .card {
            background: white;
            border: none;
            border-radius: 0;
            padding: 3rem 2rem;
            transition: all 0.3s ease;
            position: relative;
            opacity: 0;
            transform: translateY(40px);
            overflow: hidden;
            border-bottom: 1px solid #e2e8f0;
            max-width: 1100px;
            margin: 0 auto;
            width: 100%;
        }

        .card.scroll-fade {
            opacity: 0;
            transform: translateY(40px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .card.scroll-fade.in-view {
            opacity: 1;
            transform: translateY(0);
        }

        .card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #1e3a8a 0%, #2563eb 100%);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
        }

        .card:hover::before {
            transform: scaleX(1);
        }

        .card:hover {
            border-color: #2563eb;
            box-shadow: 0 15px 40px rgba(37, 99, 235, 0.12);
            transform: translateY(-8px);
        }

        .card-header {
            display: flex;
            align-items: flex-start;
            gap: 1.5rem;
            margin-bottom: 1.5rem;
        }

        .card-separator {
            width: 4px;
            height: 50px;
            background: #4068b1;
            border-radius: 2px;
            min-width: 4px;
        }

        .card h3 {
            color: #0f172a;
            font-size: 1.35rem;
            font-weight: 700;
            line-height: 1.3;
            letter-spacing: -0.01em;
        }

        .card p {
            margin-bottom: 1.2rem;
            color: #4a5568;
            text-align: left;
            line-height: 1.7;
            font-size: 0.95rem;
        }

        .card p:last-of-type {
            margin-bottom: 0;
        }

        .card p strong {
            color: #1e3a8a;
            font-weight: 600;
        }

        .card ul {
            margin: 1rem 0;
            padding-left: 1.5rem;
        }

        .card li {
            margin: 0.7rem 0;
            color: #4a5568;
            line-height: 1.6;
            font-size: 0.95rem;
        }

        /* ===== HIGHLIGHT BOX ===== */
        .highlight-box {
            background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
            border-left: 4px solid #2563eb;
            padding: 1.5rem;
            margin: 1.8rem 0;
            border-radius: 10px;
            position: relative;
        }

        .highlight-box h4 {
            color: #1e3a8a;
            margin-bottom: 1rem;
            font-weight: 700;
            font-size: 1rem;
        }

        .highlight-box ul {
            margin: 0;
            padding-left: 1.5rem;
        }

        .highlight-box li {
            margin: 0.6rem 0;
            font-size: 0.93rem;
            color: #3730a3;
        }

        .highlight-box strong {
            color: #1e3a8a;
            font-weight: 600;
        }

        /* ===== CTA SECTION ===== */
        .cta-section {
            background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #2563eb 100%);
            color: white;
            padding: 4rem 2rem;
            border-radius: 20px;
            text-align: center;
            margin: 5rem 2rem;
            position: relative;
            overflow: hidden;
            max-width: 1100px;
            margin-left: auto;
            margin-right: auto;
        }

        .cta-section.scroll-fade {
            opacity: 0;
            transform: scale(0.95);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .cta-section.scroll-fade.in-view {
            opacity: 1;
            transform: scale(1);
        }

        .cta-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);
            border-radius: 50%;
        }

        .cta-section h2 {
            font-size: 2.2rem;
            margin-bottom: 1rem;
            font-weight: 800;
            position: relative;
            z-index: 1;
            letter-spacing: -0.01em;
            opacity: 1;
            transform: translateY(0);
        }

        .cta-section h2.scroll-fade {
            opacity: 0;
            transform: translateY(-30px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .cta-section h2.scroll-fade.in-view {
            opacity: 1;
            transform: translateY(0);
        }

        .cta-section p {
            font-size: 1.1rem;
            opacity: 0.95;
            max-width: 600px;
            margin: 0 auto 2rem;
            position: relative;
            z-index: 1;
        }

        .cta-section p.scroll-fade {
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .cta-section p.scroll-fade.in-view {
            opacity: 1;
            transform: translateY(0);
        }

        /* ===== FORM WRAPPER ===== */
        .form-wrapper {
            position: relative;
            z-index: 1;
            max-width: 650px;
            margin: 2rem auto 0;
            opacity: 1;
            transform: translateY(0);
            background: white;
            padding: 2rem;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        }

        .form-wrapper.scroll-fade {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .form-wrapper.scroll-fade.in-view {
            opacity: 1;
            transform: translateY(0);
        }

        /* Contact Form 7 Styling wewnątrz CTA */
        .cta-section .wpcf7 {
            max-width: 100%;
        }

        .cta-section .form-wrapper .wpcf7 .form-control,
        .cta-section .form-wrapper .wpcf7 input[type="text"],
        .cta-section .form-wrapper .wpcf7 input[type="email"],
        .cta-section .form-wrapper .wpcf7 input[type="tel"],
        .cta-section .form-wrapper .wpcf7 textarea,
        .cta-section .form-wrapper .wpcf7 select {
            background: #ffffff !important;
            border-color: #e2e8f0 !important;
            color: #2d3748 !important;
        }

        .cta-section .form-wrapper .wpcf7 .form-control:focus,
        .cta-section .form-wrapper .wpcf7 input:focus,
        .cta-section .form-wrapper .wpcf7 textarea:focus,
        .cta-section .form-wrapper .wpcf7 select:focus {
            background: #ffffff !important;
            border-color: #2563eb !important;
            box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1) !important;
        }

        .cta-section .form-wrapper .wpcf7 .submit-btn,
        .cta-section .form-wrapper .wpcf7 input[type="submit"] {
            background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%) !important;
            color: white !important;
        }

        .cta-section .form-wrapper .wpcf7 .submit-btn:hover,
        .cta-section .form-wrapper .wpcf7 input[type="submit"]:hover {
            background: linear-gradient(135deg, #1a2e6b 0%, #1e40af 100%) !important;
        }

        .cta-section .form-wrapper .wpcf7 label {
            color: #2d3748 !important;
        }

        /* ===== SHORTCODE CONTAINER ===== */
        .shortcode-container {
            max-width: 100%;
            margin: 0;
            padding: 2rem;
            background: white;
            width: 100%;
        }

        /* ===== MEDIA QUERIES ===== */
        @media (max-width: 768px) {
            .header h1 {
                font-size: 2.5rem;
            }

            .header p {
                font-size: 1rem;
            }

            .header {
                padding: 3rem 1rem;
            }

            .nav .container {
                gap: 1.5rem;
                padding: 0 1rem;
            }

            .nav a {
                padding: 0.8rem 0;
                font-size: 0.9rem;
            }

            .intro h2 {
                font-size: 2rem;
            }

            .intro p {
                font-size: 1rem;
            }

            .section-divider h2 {
                font-size: 1.7rem;
            }

            .cards-grid {
                gap: 1.5rem;
                padding: 0 1rem;
            }

            .card {
                padding: 2rem;
            }

            .card h3 {
                font-size: 1.15rem;
            }

            .card p {
                font-size: 0.9rem;
            }

            .cta-section {
                margin: 3rem 1rem;
                padding: 3rem 1.5rem;
            }

            .cta-section h2 {
                font-size: 1.8rem;
            }

            .cta-section p {
                font-size: 0.95rem;
            }

            .form-wrapper {
                padding: 1.5rem;
            }

            .shortcode-container {
                padding: 0 1rem;
            }
        }

        @media (max-width: 480px) {
            .header h1 {
                font-size: 2rem;
            }

            .header p {
                font-size: 0.9rem;
            }

            .nav .container {
                gap: 1rem;
                padding: 0 0.75rem;
            }

            .intro h2 {
                font-size: 1.6rem;
            }

            .section-divider {
                gap: 1rem;
            }

            .section-divider h2 {
                font-size: 1.4rem;
            }

            .cards-grid {
                padding: 0;
            }

            .card {
                padding: 1.5rem;
            }

            .card-header {
                gap: 1rem;
            }

            .cta-section {
                margin: 2rem 0.5rem;
                padding: 2rem 1rem;
            }

            .cta-section h2 {
                font-size: 1.5rem;
                margin-bottom: 0.8rem;
            }

            .form-wrapper {
                padding: 1rem;
            }

            .shortcode-container {
                padding: 0 0.5rem;
            }
        }

        /* ===== REDUCED MOTION ===== */
        @media (prefers-reduced-motion: reduce) {
            * {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }

            .scroll-fade.in-view {
                opacity: 1 !important;
                transform: none !important;
            }
        }

/* === merged from page captures === */
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
            line-height: 1.6;
            color: #2d3748;
            background: #ffffff;
        }

        /* ===== WHITE SECTION ON TOP ===== */
        .white-section {
            background: white;
            padding: 3rem 2rem;
        }

        .white-section .container {
            max-width: 1100px;
            margin: 0 auto;
        }

        .white-section h1 {
            font-size: 2.5rem;
            color: #0f172a;
            margin-bottom: 0.8rem;
            font-weight: 800;
        }

        .white-section p {
            font-size: 1.05rem;
            color: #4a5568;
            line-height: 1.8;
            max-width: 800px;
        }

        /* ===== HEADER ===== */
        .header {
            background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #2563eb 100%);
            color: white;
            padding: 5rem 2rem;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .header::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
            border-radius: 50%;
        }

        .header .container {
            max-width: 1100px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }

        .header h1 {
            font-size: 3.5rem;
            font-weight: 800;
            margin-bottom: 0.8rem;
            letter-spacing: -0.02em;
            line-height: 1.1;
            color: #ffffff !important;
        }

        .header p {
            font-size: 1.25rem;
            opacity: 0.95;
            max-width: 700px;
            margin: 0 auto;
            font-weight: 300;
            line-height: 1.6;
            color: #ffffff !important;
        }

        /* ===== NAVEGACJA ===== */
        .nav {
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
            position: sticky;
            top: 0;
            z-index: 100;
        }

        .nav .container {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 2rem;
            display: flex;
            gap: 2.5rem;
            overflow-x: auto;
        }

        .nav a {
            display: block;
            padding: 1.1rem 0;
            color: #1e3a8a;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.95rem;
            border-bottom: 2px solid transparent;
            transition: all 0.3s ease;
            white-space: nowrap;
            position: relative;
        }

        .nav a::after {
            content: '';
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 0;
            height: 2px;
            background: #2563eb;
            transition: width 0.3s ease;
        }

        .nav a:hover::after {
            width: 100%;
        }

        /* ===== CONTAINER ===== */
        .container {
            max-width: 100%;
            margin: 0 auto;
            padding: 0;
        }

        /* ===== INTRO SECTION - BIAŁE TŁO ===== */
        .intro {
            background: white;
            max-width: 100%;
            margin: 0;
            text-align: center;
            padding: 3rem 2rem;
        }

        .intro .container {
            max-width: 1100px;
            margin: 0 auto;
        }

        .intro h2 {
            color: #0f172a;
            font-size: 2.2rem;
            margin-bottom: 1rem;
            font-weight: 800;
            letter-spacing: -0.01em;
        }

        .intro p {
            font-size: 1.05rem;
            color: #4a5568;
            line-height: 1.8;
            max-width: 900px;
            margin: 0 auto;
        }

        /* ===== SECTION DIVIDER ===== */
        .section-divider {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 2rem;
            margin: 0;
            padding: 2rem;
            background: white;
            border-top: 1px solid #e2e8f0;
            width: 100%;
        }

        .section-divider h2 {
            color: #4068b1;
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: -0.01em;
            margin: 0;
            text-align: center;
            flex: 1;
        }

        .section-divider::before,
        .section-divider::after {
            display: none;
        }

        /* ===== CARDS - FULL WIDTH, JEDEN PO DRUGIM ===== */
        .cards-grid {
            display: flex;
            flex-direction: column;
            gap: 0;
            margin: 0;
            padding: 0;
            width: 100%;
        }

        .card {
            background: white;
            border: none;
            border-radius: 0;
            padding: 3rem 2rem;
            transition: all 0.3s ease;
            position: relative;
            opacity: 1;
            transform: none;
            overflow: hidden;
            border-bottom: 1px solid #e2e8f0;
            max-width: 1100px;
            margin: 0 auto;
            width: 100%;
        }

        .card.scroll-fade {
            opacity: 0;
            transform: translateY(40px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .card.scroll-fade.in-view {
            opacity: 1;
            transform: translateY(0);
        }

        .card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #1e3a8a 0%, #2563eb 100%);
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
        }

        .card:hover::before {
            transform: scaleX(1);
        }

        .card:hover {
            border-color: #2563eb;
            box-shadow: 0 15px 40px rgba(37, 99, 235, 0.12);
            transform: translateY(-8px);
        }

        .card-header {
            display: flex;
            align-items: flex-start;
            gap: 1.5rem;
            margin-bottom: 1.5rem;
        }

        .card-separator {
            width: 4px;
            height: 50px;
            background: #4068b1;
            border-radius: 2px;
            min-width: 4px;
        }

        .card h3 {
            color: #0f172a;
            font-size: 1.35rem;
            font-weight: 700;
            line-height: 1.3;
            letter-spacing: -0.01em;
        }

        .card p {
            margin-bottom: 1.2rem;
            color: #4a5568;
            text-align: left;
            line-height: 1.7;
            font-size: 0.95rem;
        }

        .card p:last-of-type {
            margin-bottom: 0;
        }

        .card p strong {
            color: #1e3a8a;
            font-weight: 600;
        }

        .card ul {
            margin: 1rem 0;
            padding-left: 1.5rem;
        }

        .card li {
            margin: 0.7rem 0;
            color: #4a5568;
            line-height: 1.6;
            font-size: 0.95rem;
        }

        /* ===== HIGHLIGHT BOX ===== */
        .highlight-box {
            background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
            border-left: 4px solid #2563eb;
            padding: 1.5rem;
            margin: 1.8rem 0;
            border-radius: 10px;
            position: relative;
        }

        .highlight-box h4 {
            color: #1e3a8a;
            margin-bottom: 1rem;
            font-weight: 700;
            font-size: 1rem;
        }

        .highlight-box ul {
            margin: 0;
            padding-left: 1.5rem;
        }

        .highlight-box li {
            margin: 0.6rem 0;
            font-size: 0.93rem;
            color: #3730a3;
        }

        .highlight-box strong {
            color: #1e3a8a;
            font-weight: 600;
        }

        /* ===== CTA SECTION ===== */
        .cta-section {
            background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 50%, #2563eb 100%);
            color: white;
            padding: 4rem 2rem;
            border-radius: 20px;
            text-align: center;
            margin: 5rem 2rem;
            position: relative;
            overflow: hidden;
            max-width: 1100px;
            margin-left: auto;
            margin-right: auto;
        }

        .cta-section.scroll-fade {
            opacity: 0;
            transform: scale(0.95);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .cta-section.scroll-fade.in-view {
            opacity: 1;
            transform: scale(1);
        }

        .cta-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -20%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);
            border-radius: 50%;
        }

        .cta-section h2 {
            font-size: 2.2rem;
            margin-bottom: 1rem;
            font-weight: 800;
            position: relative;
            z-index: 1;
            letter-spacing: -0.01em;
            opacity: 1;
            transform: translateY(0);
        }

        .cta-section h2.scroll-fade {
            opacity: 0;
            transform: translateY(-30px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .cta-section h2.scroll-fade.in-view {
            opacity: 1;
            transform: translateY(0);
        }

        .cta-section p {
            font-size: 1.1rem;
            opacity: 0.95;
            max-width: 600px;
            margin: 0 auto 2rem;
            position: relative;
            z-index: 1;
        }

        .cta-section p.scroll-fade {
            opacity: 0;
            transform: translateY(20px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .cta-section p.scroll-fade.in-view {
            opacity: 1;
            transform: translateY(0);
        }

        /* ===== FORM WRAPPER ===== */
        .form-wrapper {
            position: relative;
            z-index: 1;
            max-width: 650px;
            margin: 2rem auto 0;
            opacity: 1;
            transform: translateY(0);
            background: white;
            padding: 2rem;
            border-radius: 15px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
        }

        .form-wrapper.scroll-fade {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.8s ease-out, transform 0.8s ease-out;
        }

        .form-wrapper.scroll-fade.in-view {
            opacity: 1;
            transform: translateY(0);
        }

        /* Contact Form 7 Styling wewnątrz CTA */
        .cta-section .wpcf7 {
            max-width: 100%;
        }

        .cta-section .form-wrapper .wpcf7 .form-control,
        .cta-section .form-wrapper .wpcf7 input[type="text"],
        .cta-section .form-wrapper .wpcf7 input[type="email"],
        .cta-section .form-wrapper .wpcf7 input[type="tel"],
        .cta-section .form-wrapper .wpcf7 textarea,
        .cta-section .form-wrapper .wpcf7 select {
            background: #ffffff !important;
            border-color: #e2e8f0 !important;
            color: #2d3748 !important;
        }

        .cta-section .form-wrapper .wpcf7 .form-control:focus,
        .cta-section .form-wrapper .wpcf7 input:focus,
        .cta-section .form-wrapper .wpcf7 textarea:focus,
        .cta-section .form-wrapper .wpcf7 select:focus {
            background: #ffffff !important;
            border-color: #2563eb !important;
            box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1) !important;
        }

        .cta-section .form-wrapper .wpcf7 .submit-btn,
        .cta-section .form-wrapper .wpcf7 input[type="submit"] {
            background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%) !important;
            color: white !important;
        }

        .cta-section .form-wrapper .wpcf7 .submit-btn:hover,
        .cta-section .form-wrapper .wpcf7 input[type="submit"]:hover {
            background: linear-gradient(135deg, #1a2e6b 0%, #1e40af 100%) !important;
        }

        .cta-section .form-wrapper .wpcf7 label {
            color: #2d3748 !important;
        }

        /* ===== SHORTCODE CONTAINER ===== */
        .shortcode-container {
            max-width: 100%;
            margin: 0;
            padding: 2rem;
            background: white;
            width: 100%;
        }

        /* ===== MEDIA QUERIES ===== */
        @media (max-width: 768px) {
            .header h1 {
                font-size: 2.5rem;
            }

            .header p {
                font-size: 1rem;
            }

            .header {
                padding: 3rem 1rem;
            }

            .nav .container {
                gap: 1.5rem;
                padding: 0 1rem;
            }

            .nav a {
                padding: 0.8rem 0;
                font-size: 0.9rem;
            }

            .intro h2 {
                font-size: 2rem;
            }

            .intro p {
                font-size: 1rem;
            }

            .section-divider h2 {
                font-size: 1.7rem;
            }

            .cards-grid {
                gap: 1.5rem;
                padding: 0 1rem;
            }

            .card {
                padding: 2rem;
            }

            .card h3 {
                font-size: 1.15rem;
            }

            .card p {
                font-size: 0.9rem;
            }

            .cta-section {
                margin: 3rem 1rem;
                padding: 3rem 1.5rem;
            }

            .cta-section h2 {
                font-size: 1.8rem;
            }

            .cta-section p {
                font-size: 0.95rem;
            }

            .form-wrapper {
                padding: 1.5rem;
            }

            .shortcode-container {
                padding: 0 1rem;
            }
        }

        @media (max-width: 480px) {
            .header h1 {
                font-size: 2rem;
            }

            .header p {
                font-size: 0.9rem;
            }

            .nav .container {
                gap: 1rem;
                padding: 0 0.75rem;
            }

            .intro h2 {
                font-size: 1.6rem;
            }

            .section-divider {
                gap: 1rem;
            }

            .section-divider h2 {
                font-size: 1.4rem;
            }

            .cards-grid {
                padding: 0;
            }

            .card {
                padding: 1.5rem;
            }

            .card-header {
                gap: 1rem;
            }

            .cta-section {
                margin: 2rem 0.5rem;
                padding: 2rem 1rem;
            }

            .cta-section h2 {
                font-size: 1.5rem;
                margin-bottom: 0.8rem;
            }

            .form-wrapper {
                padding: 1rem;
            }

            .shortcode-container {
                padding: 0 0.5rem;
            }
        }

        /* ===== REDUCED MOTION ===== */
        @media (prefers-reduced-motion: reduce) {
            * {
                animation-duration: 0.01ms !important;
                animation-iteration-count: 1 !important;
                transition-duration: 0.01ms !important;
            }

            .scroll-fade.in-view {
                opacity: 1 !important;
                transform: none !important;
            }
        }

/* === merged from page captures === */
.pk-contact-section {
  max-width: 1500px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.pk-contact-header {
  text-align: center;
  margin-bottom: 50px;
}

.pk-contact-header h1 {
  font-size: 42px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
  background: linear-gradient(135deg, #436CB6 0%, #5a8fd6 100%);
  padding: 20px 40px;
  border-radius: 12px;
  opacity: 1;
  transform: translateY(0);
}

.pk-contact-header h1.scroll-fade {
  opacity: 0;
  transform: translateY(-30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.pk-contact-header h1.scroll-fade.in-view {
  opacity: 1;
  transform: translateY(0);
}

.pk-contact-header h1::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #436CB6 0%, #5a8fd6 100%);
  border-radius: 2px;
}

.pk-contact-header p {
  font-size: 18px;
  color: #666;
  margin-top: 25px;
  opacity: 1;
  transform: translateY(0);
}

.pk-contact-header p.scroll-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.pk-contact-header p.scroll-fade.in-view {
  opacity: 1;
  transform: translateY(0);
}

.pk-contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
  align-items: start;
}

/* Formularz kontaktowy */
.pk-contact-form-wrapper {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(67, 108, 182, 0.25);
  border: 1px solid rgba(67, 108, 182, 0.15);
  transition: all 0.3s ease;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  opacity: 1;
  transform: translateX(0);
}

.pk-contact-form-wrapper.scroll-fade {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.pk-contact-form-wrapper.scroll-fade.in-view {
  opacity: 1;
  transform: translateX(0);
}

.pk-contact-form-wrapper:hover {
  box-shadow: 0 8px 30px rgba(67, 108, 182, 0.35);
  transform: translateY(-2px);
}

.pk-form-title {
  font-size: 24px;
  color: #436CB6;
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}

/* Stylizacja Contact Form 7 */
.pk-contact-form-wrapper .wpcf7-form-control {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  font-size: 15px;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}

.pk-contact-form-wrapper .wpcf7-form-control:focus {
  border-color: #436CB6;
  outline: none;
  box-shadow: 0 0 0 3px rgba(67, 108, 182, 0.1);
}

.pk-contact-form-wrapper .wpcf7-textarea {
  min-height: 120px;
  resize: vertical;
}

.pk-contact-form-wrapper .wpcf7-submit {
  background: linear-gradient(135deg, #436CB6 0%, #5a8fd6 100%);
  color: #ffffff;
  padding: 14px 35px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(67, 108, 182, 0.3);
  margin-top: auto;
}

.pk-contact-form-wrapper .wpcf7-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(67, 108, 182, 0.4);
}

/* Stylizacja checkboxów acceptance */
.pk-contact-form-wrapper .wpcf7-acceptance {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  margin: 10px 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
}

.pk-contact-form-wrapper .wpcf7-acceptance span {
  border: none !important;
  box-shadow: none !important;
}

.pk-contact-form-wrapper .wpcf7-list-item-label {
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  color: #666 !important;
  cursor: pointer !important;
}

.pk-contact-form-wrapper .wpcf7-list-item-label::before,
.pk-contact-form-wrapper .wpcf7-list-item-label::after {
  display: none !important;
  border: none !important;
}

.pk-contact-form-wrapper input[type="checkbox"] {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  margin-right: 8px !important;
  margin-top: 3px !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
}

.pk-contact-form-wrapper .wpcf7-acceptance label {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: flex-start !important;
  cursor: pointer !important;
}

.pk-contact-form-wrapper .cf7-acceptance-group {
  margin-bottom: 10px !important;
}

/* Mapa i informacje kontaktowe */
.pk-contact-map-wrapper {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(67, 108, 182, 0.25);
  border: 1px solid rgba(67, 108, 182, 0.15);
  min-height: 100%;
  display: flex;
  flex-direction: column;
  opacity: 1;
  transform: translateX(0);
}

.pk-contact-map-wrapper.scroll-fade {
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.pk-contact-map-wrapper.scroll-fade.in-view {
  opacity: 1;
  transform: translateX(0);
}

.pk-map-container {
  width: 100%;
  height: 450px;
  border: none;
  flex-grow: 1;
}

.pk-map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Dane kontaktowe pod mapą */
.pk-contact-details {
  background: #f8f9fb;
  padding: 30px;
  margin-top: 40px;
  border-radius: 12px;
  border-left: 4px solid #436CB6;
  box-shadow: 0 2px 10px rgba(67, 108, 182, 0.1);
  opacity: 1;
  transform: translateY(0);
}

.pk-contact-details.scroll-fade {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.pk-contact-details.scroll-fade.in-view {
  opacity: 1;
  transform: translateY(0);
}

.pk-contact-details h3 {
  font-size: 22px;
  color: #436CB6;
  font-weight: 600;
  margin-bottom: 25px;
}

.pk-contact-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.pk-contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px;
  background: #ffffff;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(67, 108, 182, 0.12);
  opacity: 1;
  transform: translateX(0);
}

.pk-contact-info-item.scroll-fade {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.pk-contact-info-item.scroll-fade.in-view {
  opacity: 1;
  transform: translateX(0);
}

.pk-contact-info-item:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 15px rgba(67, 108, 182, 0.2);
}

.pk-contact-icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #436CB6 0%, #5a8fd6 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 3px 10px rgba(67, 108, 182, 0.3);
}

.pk-contact-icon svg {
  width: 22px;
  height: 22px;
  fill: #ffffff;
}

.pk-contact-info-content h4 {
  font-size: 14px;
  color: #888;
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pk-contact-info-content p {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
}

.pk-contact-info-content a {
  color: #436CB6;
  text-decoration: none;
  transition: color 0.3s ease;
}

.pk-contact-info-content a:hover {
  color: #2d4a7c;
  text-decoration: underline;
}

/* Sekcja marketingowa */
.pk-marketing-section {
  background: linear-gradient(135deg, #f8f9fb 0%, #ffffff 100%);
  padding: 50px 40px;
  margin-bottom: 50px;
  border-radius: 12px;
  border: 1px solid rgba(67, 108, 182, 0.1);
  box-shadow: 0 2px 10px rgba(67, 108, 182, 0.08);
  opacity: 1;
  transform: scale(1);
}

.pk-marketing-section.scroll-fade {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.pk-marketing-section.scroll-fade.in-view {
  opacity: 1;
  transform: scale(1);
}

.pk-marketing-content h2 {
  font-size: 32px;
  color: #436CB6;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  opacity: 1;
  transform: translateY(0);
}

.pk-marketing-content h2.scroll-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.pk-marketing-content h2.scroll-fade.in-view {
  opacity: 1;
  transform: translateY(0);
}

.pk-marketing-intro {
  font-size: 18px;
  color: #666;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
  opacity: 1;
  transform: translateY(0);
}

.pk-marketing-intro.scroll-fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.pk-marketing-intro.scroll-fade.in-view {
  opacity: 1;
  transform: translateY(0);
}

.pk-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.pk-benefit-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
  box-shadow: 0 2px 10px rgba(67, 108, 182, 0.08);
  opacity: 1;
  transform: translateY(0);
}

.pk-benefit-item.scroll-fade {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.pk-benefit-item.scroll-fade.in-view {
  opacity: 1;
  transform: translateY(0);
}

.pk-benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(67, 108, 182, 0.2);
  border-color: rgba(67, 108, 182, 0.2);
}

.pk-benefit-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #436CB6 0%, #5a8fd6 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 4px 15px rgba(67, 108, 182, 0.3);
}

.pk-benefit-icon svg {
  width: 30px;
  height: 30px;
  fill: #ffffff;
}

.pk-benefit-item h3 {
  font-size: 20px;
  color: #436CB6;
  font-weight: 600;
  margin-bottom: 10px;
}

.pk-benefit-item p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.pk-cta-box {
  background: linear-gradient(135deg, #436CB6 0%, #5a8fd6 100%);
  padding: 35px;
  border-radius: 10px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(67, 108, 182, 0.4);
  opacity: 1;
  transform: scale(1);
}

.pk-cta-box.scroll-fade {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.pk-cta-box.scroll-fade.in-view {
  opacity: 1;
  transform: scale(1);
}

.pk-cta-box h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}

.pk-cta-box p {
  font-size: 16px;
  margin: 0;
  color: #ffffff;
  opacity: 1;
  line-height: 1.6;
}

/* Responsywność */
@media (max-width: 768px) {
  .pk-contact-container {
    grid-template-columns: 1fr;
  }
  
  .pk-contact-header h1 {
    font-size: 32px;
  }
  
  .pk-contact-form-wrapper,
  .pk-contact-map-wrapper {
    padding: 25px;
  }
  
  .pk-contact-info-grid {
    grid-template-columns: 1fr;
  }

  .pk-marketing-section {
    padding: 30px 20px;
  }

  .pk-marketing-content h2 {
    font-size: 26px;
  }

  .pk-marketing-intro {
    font-size: 16px;
  }

  .pk-benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pk-cta-box {
    padding: 25px;
  }

  .pk-cta-box h3 {
    font-size: 20px;
  }

  .pk-map-container {
    height: 350px;
  }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .scroll-fade.in-view {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* === Blog styling === */
.pkpz-blog .row{
    display: flex;
    flex-wrap: wrap;
    margin: -12px;
}
.pkpz-blog .row > [class*="col-"]{
    padding: 12px;
}
.pkpz-blog article{
    transition: transform .2s ease, box-shadow .2s ease;
    background: #fff;
    border: 1px solid rgba(0,0,0,.06);
}
.pkpz-blog article:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,.08) !important;
}
.pkpz-blog article a{
    color: inherit;
    text-decoration: none;
}
.pkpz-blog article a:hover h3{
    color: var(--pix-primary, #4068b2);
}
.pkpz-pagination .page-numbers{
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    margin: 0 2px;
    color: inherit;
    text-decoration: none;
}
.pkpz-pagination .page-numbers.current{
    background: var(--pix-primary, #4068b2);
    color: #fff;
    border-color: var(--pix-primary, #4068b2);
}
.pkpz-pagination .page-numbers:hover:not(.current){
    background: rgba(0,0,0,.04);
}
/* Single post styling */
.pkpz-single__hero{
    margin: 0 0 -60px;
    position: relative;
}
.pkpz-single__hero::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,.0) 0%, rgba(0,0,0,.5) 100%);
}
.pkpz-prose{
    font-size: 1.05rem;
    line-height: 1.8;
    color: rgba(33,37,41,.9);
}
.pkpz-prose p{ margin-bottom: 1.2em; }
.pkpz-prose h2,.pkpz-prose h3,.pkpz-prose h4{
    margin: 2em 0 .6em;
    font-weight: 700;
}
.pkpz-prose h2{ font-size: 1.6rem; }
.pkpz-prose h3{ font-size: 1.3rem; }
.pkpz-prose h4{ font-size: 1.1rem; }
.pkpz-prose ul,.pkpz-prose ol{
    margin: 0 0 1.2em 1.5em;
}
.pkpz-prose li{ margin-bottom: .3em; }
.pkpz-prose a{ color: var(--pix-primary, #4068b2); text-decoration: underline; }
.pkpz-prose blockquote{
    border-left: 4px solid var(--pix-primary, #4068b2);
    padding: .8em 1.2em;
    margin: 1.5em 0;
    background: #f8f9fa;
    font-style: italic;
}
.pkpz-prose img{ max-width: 100%; height: auto; border-radius: 8px; }

.template-blog-without-sidebar .pix-content-box > div{
    width: 100% !important;
}
.template-blog-without-sidebar .pix-content-box .card{
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    overflow: hidden;
}
.template-blog-without-sidebar .pix-content-box .card-img-top{
    width: 100% !important;
    height: auto !important;
    max-height: 450px !important;
    min-height: auto !important;
    object-fit: cover !important;
    display: block !important;
}
.template-blog-without-sidebar .card-img-overlay{
    position: absolute !important;
    inset: 0;
    pointer-events: none;
}
.template-blog-without-sidebar .card-img-overlay > div,
.template-blog-without-sidebar .card-img-overlay a{
    pointer-events: auto;
}
.template-blog-without-sidebar .pix-content-box > div > div{
    flex-direction: column !important;
}

/* === Blog cards (pkpz-blog-card) — clean image-on-top layout ============== */
.pkpz-blog-card{
    display: block;
    background: #fff;
    border: 1px solid rgba(0,0,0,.06);
    transition: transform .2s ease, box-shadow .2s ease;
}
.pkpz-blog-card:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,.08) !important;
}
.pkpz-blog-card__image-link{
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
.pkpz-blog-card__image{
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform .4s cubic-bezier(.165,.84,.44,1);
}
.pkpz-blog-card:hover .pkpz-blog-card__image{
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform .4s cubic-bezier(.165,.84,.44,1);
}
.pkpz-blog-card__title a{
    color: inherit;
    text-decoration: none;
}
.pkpz-blog-card__title a:hover{
    color: var(--pix-primary, #4068b2);
}
.pkpz-blog-card__excerpt{
    line-height: 1.7;
}
.pkpz-blog-card__more:hover{
    color: var(--pix-primary, #4068b2) !important;
}
.pix-pagination .page-numbers{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    margin: 0 3px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 6px;
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}
.pix-pagination .page-numbers.current{
    background: var(--pix-primary, #4068b2);
    color: #fff;
    border-color: var(--pix-primary, #4068b2);
}
.pix-pagination .page-numbers:hover:not(.current){
    background: rgba(0,0,0,.04);
}

/* === Single post (entry-content) prose styling ============================ */
#pix-entry-content{
    font-size: 1.05rem;
    line-height: 1.85;
    color: rgba(33,37,41,.92);
    max-width: 100%;
}
#pix-entry-content > *{ margin-bottom: 1.2em; }
#pix-entry-content h2,
#pix-entry-content h3,
#pix-entry-content h4{
    margin: 2.2em 0 .7em;
    font-weight: 700;
    color: #212529;
}
#pix-entry-content h2{ font-size: 1.6rem; }
#pix-entry-content h3{ font-size: 1.3rem; }
#pix-entry-content h4{ font-size: 1.1rem; }
#pix-entry-content p{ margin-bottom: 1.2em; }
#pix-entry-content ul,
#pix-entry-content ol{
    margin: 0 0 1.4em 1.5em;
    padding-left: 1em;
}
#pix-entry-content li{ margin-bottom: .35em; }
#pix-entry-content a{
    color: var(--pix-primary, #4068b2);
    text-decoration: underline;
    text-underline-offset: 3px;
}
#pix-entry-content blockquote{
    border-left: 4px solid var(--pix-primary, #4068b2);
    padding: 1em 1.4em;
    margin: 1.8em 0;
    background: #f8f9fa;
    font-style: italic;
    border-radius: 4px;
}
#pix-entry-content img{ max-width: 100%; height: auto; border-radius: 8px; }
#pix-entry-content strong{ color: #212529; }
#pix-entry-content .wp-block-paragraph:empty{ display:none; }
.entry-meta .pix-post-meta-author img{ width: 32px; height: 32px; border-radius: 50%; }
.entry-meta a{ color: inherit; text-decoration: none; }
.entry-meta a:hover{ color: var(--pix-primary, #4068b2); }
.post-thumbnail .card{ margin-bottom: 30px; }

/* === merged from single-post capture === */
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}:root .has-text-align-center{text-align:center}:root .has-text-align-left{text-align:left}:root .has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-color]){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}

/*# sourceURL=/wp-includes/css/dist/block-library/common.min.css */

/* === merged from single-post capture === */
.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .wp-lightbox-close-button{align-items:center;cursor:pointer;display:flex;font-family:inherit;gap:8px;justify-content:center;line-height:1;min-height:40px;min-width:40px;padding:0 4px;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .wp-lightbox-close-button:focus,.wp-lightbox-overlay .wp-lightbox-close-button:hover,.wp-lightbox-overlay .wp-lightbox-close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .wp-lightbox-close-button:has(.wp-lightbox-close-text:not([hidden])) .wp-lightbox-close-icon svg{height:1em;width:1em}.wp-lightbox-overlay .wp-lightbox-close-icon svg{display:block}.wp-lightbox-overlay .wp-lightbox-navigation-button-next,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev{align-items:center;bottom:16px;cursor:pointer;display:flex;font-family:inherit;gap:4px;justify-content:center;line-height:1;min-height:40px;min-width:40px;padding:0 8px;position:absolute;z-index:2000002}.wp-lightbox-overlay .wp-lightbox-navigation-button-next[hidden],.wp-lightbox-overlay .wp-lightbox-navigation-button-prev[hidden]{display:none}@media (min-width:960px){.wp-lightbox-overlay .wp-lightbox-navigation-button-next,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev{bottom:50%;transform:translateY(-50%)}}.wp-lightbox-overlay .wp-lightbox-navigation-button-next:focus,.wp-lightbox-overlay .wp-lightbox-navigation-button-next:hover,.wp-lightbox-overlay .wp-lightbox-navigation-button-next:not(:hover):not(:active):not(.has-background),.wp-lightbox-overlay .wp-lightbox-navigation-button-prev:focus,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev:hover,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev:not(:hover):not(:active):not(.has-background){background:none;border:none;padding:0 8px}.wp-lightbox-overlay .wp-lightbox-navigation-button-next:has(.wp-lightbox-navigation-text:not([hidden])) .wp-lightbox-navigation-icon svg,.wp-lightbox-overlay .wp-lightbox-navigation-button-prev:has(.wp-lightbox-navigation-text:not([hidden])) .wp-lightbox-navigation-icon svg{display:block;height:1.5em;width:1.5em}.wp-lightbox-overlay .wp-lightbox-navigation-button-prev{left:calc(env(safe-area-inset-left) + 16px)}.wp-lightbox-overlay .wp-lightbox-navigation-button-next{right:calc(env(safe-area-inset-right) + 16px)}.wp-lightbox-overlay .wp-lightbox-navigation-icon svg{vertical-align:middle}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:2000001}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}
/*# sourceURL=https://pkprzetargi.pl/wp-includes/blocks/image/style.min.css */

/* === merged from single-post capture === */
.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-group.is-layout-flex .wp-block-embed{flex:1 1 0%;min-width:0}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}
/*# sourceURL=https://pkprzetargi.pl/wp-includes/blocks/embed/style.min.css */

/* === Single post: prettier prev/next navigation cards ===================== */
.pkpz-post-nav__card{
    color: inherit;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,.06);
    transition: transform .2s ease, box-shadow .2s ease;
}
.pkpz-post-nav__card:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,.10) !important;
    color: inherit;
    text-decoration: none;
}
.pkpz-post-nav__card strong{
    font-size: 0.95rem;
    line-height: 1.4;
}
.pkpz-post-nav__thumb{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}
@media (max-width: 768px){
    .pkpz-post-nav__thumb{
        width: 60px;
        height: 60px;
    }
}

/* ========================================================================== */
/* Single post — super mega reading experience                                */
/* ========================================================================== */

/* Reading progress bar (top of page) */
.pkpz-reading-progress{
    position: fixed;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: rgba(0,0,0,.05);
    z-index: 9999;
    pointer-events: none;
}
.pkpz-reading-progress__fill{
    display: block;
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--pix-primary, #4068b2), #8a2387);
    transition: width .1s linear;
}

/* TOC */
.pkpz-toc__list{
    max-height: 60vh;
    overflow-y: auto;
}
.pkpz-toc__item{ margin-bottom: 6px; }
.pkpz-toc__item--h3{ padding-left: 14px; }
.pkpz-toc__link{
    display: block;
    padding: 6px 10px;
    color: rgba(60,72,86,.85);
    font-size: 13.5px;
    line-height: 1.4;
    border-left: 2px solid transparent;
    text-decoration: none;
    border-radius: 0 4px 4px 0;
    transition: all .15s ease;
}
.pkpz-toc__link:hover{
    color: var(--pix-primary, #4068b2);
    background: rgba(64,104,178,.06);
    text-decoration: none;
}
.pkpz-toc__link.is-active{
    color: var(--pix-primary, #4068b2);
    border-left-color: var(--pix-primary, #4068b2);
    background: rgba(64,104,178,.08);
    font-weight: 600;
}

/* Share buttons */
.pkpz-share__btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px; height: 36px;
    margin: 0 3px;
    border: 1px solid rgba(0,0,0,.08);
    background: #fff;
    border-radius: 50%;
    color: rgba(60,72,86,.8);
    cursor: pointer;
    transition: all .15s ease;
    text-decoration: none;
}
.pkpz-share__btn:hover{
    background: var(--pix-primary, #4068b2);
    color: #fff;
    border-color: var(--pix-primary, #4068b2);
    text-decoration: none;
    transform: translateY(-1px);
}
.pkpz-share__copy.is-copied{
    background: #28a745;
    color: #fff;
    border-color: #28a745;
}

/* Reading time meta */
.pkpz-reading-time{ color: rgba(60,72,86,.8); }

/* Prose (entry content) — refined typography */
.pkpz-prose{
    font-size: 1.07rem;
    line-height: 1.85;
    color: rgba(33,37,41,.92);
}
.pkpz-prose > p:first-of-type::first-letter{
    float: left;
    font-size: 3.6rem;
    line-height: 1;
    padding: 4px 12px 0 0;
    font-weight: 700;
    color: var(--pix-primary, #4068b2);
    font-family: var(--pix-heading-font, inherit);
}
.pkpz-prose h2,
.pkpz-prose h3,
.pkpz-prose h4{
    margin: 2.4em 0 .8em;
    font-weight: 700;
    color: #212529;
    scroll-margin-top: 100px;
}
.pkpz-prose h2{
    font-size: 1.65rem;
    padding-top: .5em;
    border-top: 2px solid rgba(64,104,178,.12);
}
.pkpz-prose h3{ font-size: 1.3rem; }
.pkpz-prose h4{ font-size: 1.12rem; }
.pkpz-prose p{ margin-bottom: 1.2em; }
.pkpz-prose ul, .pkpz-prose ol{
    margin: 0 0 1.4em 1.5em;
    padding-left: 1em;
}
.pkpz-prose li{ margin-bottom: .35em; }
.pkpz-prose a{
    color: var(--pix-primary, #4068b2);
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1.5px;
}
.pkpz-prose a:hover{
    text-decoration-thickness: 2.5px;
}
.pkpz-prose strong{ color: #212529; }
.pkpz-prose blockquote{
    position: relative;
    border: none;
    border-left: 4px solid var(--pix-primary, #4068b2);
    padding: 1.2em 1.5em 1.2em 2.4em;
    margin: 2em 0;
    background: linear-gradient(180deg, rgba(64,104,178,.04), rgba(64,104,178,.0));
    font-style: italic;
    font-size: 1.1rem;
    border-radius: 0 8px 8px 0;
}
.pkpz-prose blockquote::before{
    content: "“";
    position: absolute;
    top: -6px;
    left: 6px;
    font-size: 3rem;
    line-height: 1;
    color: var(--pix-primary, #4068b2);
    opacity: .4;
}
.pkpz-prose figure{
    margin: 2em 0;
}
.pkpz-prose figure img{
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,.06);
    max-width: 100%;
    height: auto;
}
.pkpz-prose figcaption{
    text-align: center;
    color: rgba(60,72,86,.7);
    font-size: .9rem;
    margin-top: .8em;
    font-style: italic;
}
.pkpz-prose .wp-block-paragraph:empty{ display: none; }




.pkpz-prose .has-medium-font-size{ font-size: 1.18rem; }

/* Author bio card */
.pkpz-author-bio{
    border-left: 4px solid var(--pix-primary, #4068b2);
}
.pkpz-author-bio img{
    width: 80px; height: 80px;
}

/* Related posts */
.pkpz-related__card{
    display: block;
    color: inherit;
    transition: transform .2s ease, box-shadow .2s ease;
    border: 1px solid rgba(0,0,0,.05);
}
.pkpz-related__card:hover{
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0,0,0,.10) !important;
    color: inherit;
    text-decoration: none;
}
.pkpz-related__card:hover .pkpz-related__title{
    color: var(--pix-primary, #4068b2);
}
.pkpz-related__thumb{
    width: 100%;
    height: 160px;
    background-size: cover;
    background-position: center;
}
.pkpz-related__title{
    display: block;
    line-height: 1.4;
    font-size: 1rem;
}

/* Back-to-top floating */
.pkpz-back-to-top{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: var(--pix-primary, #4068b2);
    color: #fff;
    box-shadow: 0 8px 20px rgba(64,104,178,.35);
    cursor: pointer;
    z-index: 998;
    opacity: 0;
    transform: translateY(20px);
    transition: all .25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pkpz-back-to-top.is-visible{
    opacity: 1;
    transform: translateY(0);
}
.pkpz-back-to-top:hover{
    background: #8a2387;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(138,35,135,.4);
}

/* Tighter mobile */
@media (max-width: 768px){
    .pkpz-prose{ font-size: 1rem; }
    .pkpz-prose > p:first-of-type::first-letter{ font-size: 2.8rem; }
    .pkpz-author-bio{ flex-direction: column; text-align: center; }
    .pkpz-author-bio > div:first-child{ margin: 0 0 1em 0 !important; }
}

/* === YouTube / oembed responsive (clean) ================================== */
.pkpz-prose .wp-block-embed,
.pkpz-prose .wp-block-embed-youtube{
    margin: 2em 0;
}
.pkpz-prose .wp-block-embed__wrapper{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;  /* 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
}
.pkpz-prose .wp-block-embed__wrapper iframe{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0;
    border-radius: 10px;
}

/* === YouTube / oembed responsive — override captured Pixfort CSS ========== */
/* Pixfort captured rules add ::before padding-top:50% which stacks with our
   own ratio rules, blowing the wrapper up. Reset and apply clean 16:9. */
.pkpz-prose .wp-block-embed,
.pkpz-prose .wp-block-embed-youtube{
    margin: 2em 0;
}
.pkpz-prose .wp-block-embed__wrapper{
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding-bottom: 56.25% !important;  /* 16:9 */
    padding-top: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
}
/* Kill the Pixfort ::before that adds extra padding-top:50% */
.pkpz-prose .wp-block-embed__wrapper::before,
.pkpz-prose .wp-block-embed__wrapper:before{
    content: none !important;
    display: none !important;
    padding: 0 !important;
}
.pkpz-prose .wp-block-embed__wrapper iframe,
.pkpz-prose .wp-block-embed__wrapper > iframe{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 10px;
}

/* === Content image zoom (lightbox) + hover polish — global, all posts ==== */
.pkpz-prose figure img{
    transition: transform .3s ease, box-shadow .3s ease;
}
.pkpz-prose figure img.pkpz-zoomable{ cursor: zoom-in; }
.pkpz-prose figure:hover img{
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0,0,0,.13);
}
.pkpz-lightbox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4vmin;
    background: rgba(16,22,33,.9);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
    z-index: 100050;
    cursor: zoom-out;
}
.pkpz-lightbox.is-open{ opacity: 1; visibility: visible; }
.pkpz-lightbox figure{
    margin: 0;
    max-width: 100%;
    text-align: center;
}
.pkpz-lightbox img{
    max-width: 100%;
    max-height: 86vh;
    width: auto;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 24px 64px rgba(0,0,0,.5);
    transform: scale(.95);
    transition: transform .25s ease;
}
.pkpz-lightbox.is-open img{ transform: scale(1); }
.pkpz-lightbox__cap{
    margin-top: .8em;
    color: rgba(255,255,255,.82);
    font-size: .9rem;
    font-style: italic;
}
.pkpz-lightbox__close{
    position: absolute;
    top: 18px;
    right: 22px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,.14);
    color: #fff;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s ease;
}
.pkpz-lightbox__close:hover{ background: rgba(255,255,255,.28); }
@media (prefers-reduced-motion: reduce){
    .pkpz-prose figure img,
    .pkpz-lightbox,
    .pkpz-lightbox img{ transition: none; }
    .pkpz-prose figure:hover img{ transform: none; }
}

/* === Zakładki kategorii „Do pobrania" =================================== */
.pkpz-doc-tabs{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 28px;
}
.pkpz-doc-tab{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border: 1px solid #e0e8f4;
    background: #fff;
    color: #34589d;
    font-size: 14.5px;
    font-weight: 600;
    font-family: inherit;
    line-height: 1;
    border-radius: 999px;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}
.pkpz-doc-tab:hover{
    border-color: #4068b2;
    box-shadow: 0 4px 12px rgba(64,104,178,.12);
    transform: translateY(-1px);
}
.pkpz-doc-tab__count{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    font-size: 12px;
    font-weight: 700;
    color: #5b6b85;
    background: #eef3fb;
    border-radius: 999px;
}
.pkpz-doc-tab.is-active{
    background: linear-gradient(135deg, #4068b2 0%, #34589d 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 8px 20px rgba(64,104,178,.28);
}
.pkpz-doc-tab.is-active .pkpz-doc-tab__count{
    background: rgba(255,255,255,.22);
    color: #fff;
}
@media (max-width: 600px){
    .pkpz-doc-tabs{
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 6px;
        -webkit-overflow-scrolling: touch;
    }
    .pkpz-doc-tab{ flex: 0 0 auto; }
}

/* === Wyłączenie animacji ładowania motywu (preloader / page transition) ===
   Dla zalogowanych (strony bez publicznego cache) preloader potrafił wisieć i
   wyglądać jak „ciągłe ładowanie". Ukrywamy nakładkę + spinner i wymuszamy
   natychmiastową widoczność treści, żeby NIGDY nie było pustego/ładującego ekranu. */
.pix-page-loading-bg,
.pix-page-loading-bg:after,
.pix-loading-circ-path {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}
/* Treść widoczna niezależnie od klasy `render`/`pix-loaded` dodawanej przez JS */
body:not(.render) .pix-overlay-item,
body:not(.pix-loaded) .pix-overlay-item,
body:not(.pix-loaded) .pix-wpml-header-btn {
    opacity: 1 !important;
}
html:has(body:not(.render)) {
    background: inherit !important;
}
