:root {
	--odi-brand-red: #D3212B;
	--odi-brand-red-dark: #B71C1C;
	--odi-brand-dark: #2B2F33;
	--odi-brand-slate: #555D61;
	--odi-brand-gray-light: #E5E8EB;
	--odi-brand-bg-soft: #F8F9FA;
	--odi-brand-soft-bg: var(--odi-brand-bg-soft);
	--odi-brand-white: #FFFFFF;
	--odi-card-radius: 8px;
	--odi-card-shadow: 0 2px 6px rgba(43, 47, 51, 0.02);
	--odi-card-border: 1px solid var(--odi-brand-gray-light);
}

.odi-skip-link {
	position: absolute;
	left: 12px;
	top: -48px;
	z-index: 100000;
	padding: 8px 12px;
	background: var(--odi-brand-dark);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	border-radius: 4px;
}
.odi-skip-link:focus {
	top: 12px;
	outline: 2px solid #FFE500;
	outline-offset: 2px;
}

.odi-chrome-header,
.odi-chrome-footer {
	--odi-brand-red: #D3212B;
	--odi-brand-dark: #2B2F33;
	--odi-brand-slate: #555D61;
	--odi-brand-gray: #E5E8EB;
	--odi-brand-soft: #F8F9FA;
	font-family: inherit;
	box-sizing: border-box;
	color: var(--odi-brand-dark);
	width: 100%;
	max-width: 100%;
	position: relative;
	left: 0;
	margin-left: 0;
	margin-right: 0;
}

/* Sufit layoutu: strona ≤1400, kontener Bricks ≤1300. Bez poziomego scrolla na mobile. */
html {
	overflow-x: clip;
	max-width: 100%;
}
body {
	overflow-x: clip;
	max-width: 100%;
	position: relative;
}

body .brxe-section:has(.odi-chrome-header),
body .brxe-container:has(.odi-chrome-header),
body .bricks-element-wrap:has(.odi-chrome-header),
body .brxe-shortcode:has(.odi-chrome-header),
body .brxe-section:has(.odi-chrome-footer),
body .brxe-container:has(.odi-chrome-footer),
body .bricks-element-wrap:has(.odi-chrome-footer),
body .brxe-shortcode:has(.odi-chrome-footer) {
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body .brxe-section,
body .brxe-container,
body .bricks-element-wrap {
	max-width: 100%;
	box-sizing: border-box;
}

.odi-chrome-header *,
.odi-chrome-footer * {
	box-sizing: border-box;
}


html.odi-site-menu-open,
body.odi-chrome-menu-open,
body.odi-site-menu-open,
html.odi-promo-popup-open,
body.odi-promo-popup-open {
	overflow: hidden;
	height: 100%;
}

:root {
	--odi-site-max: 1400px;
	--odi-content-max: 1300px;
	--odi-hero-min-h: clamp(260px, 34vw, 400px);
	--odi-chrome-nav-h: 64px;
	--odi-bp-laptop: 1280px;
	--odi-bp-tablet: 991px;
	--odi-bp-mobile: 767px;
	--odi-bp-mobile-s: 478px;
}

/* Kontener treści Bricks ≤1300 — nie dotyczy full-bleed chrome (header/footer).
   Blank / klasyczny motyw: te same limity na .odi-theme-content / .entry-content. */
body .brxe-container:not(:has(.odi-chrome-header)):not(:has(.odi-chrome-footer)),
body .odi-theme-content,
body .odi-host-main,
body .entry-content:has(.odi-page-shell),
body .entry-content:has(.odi-archive),
body .entry-content:has(.odi-single) {
	width: 100% !important;
	max-width: min(100%, var(--odi-content-max)) !important;
	box-sizing: border-box !important;
}

/* Host document (Faza A - ODI bez Bricks): gutter + jawny stack sans (TT5 dequeue zostawia Times/serif). */
body.odi-host-document {
	--odi-font-sans: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	margin: 0;
	background: var(--odi-brand-soft-bg, #F8F9FA);
	color: var(--odi-brand-dark, #2B2F33);
	font-family: var(--odi-font-sans);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.odi-host-document .odi-host-main,
body.odi-host-document .odi-chrome-header,
body.odi-host-document .odi-chrome-footer,
body.odi-host-document .odi-single-property,
body.odi-host-document .odi-archive,
body.odi-host-document .odi-page-shell,
body.odi-host-document .odi-typography-content {
	font-family: var(--odi-font-sans);
}
body.odi-host-document .odi-host-main {
	--odi-content-gutter: 1rem;
	width: 100%;
	max-width: min(100%, var(--odi-content-max, 1300px));
	margin-inline: auto;
	padding-inline: max(var(--odi-content-gutter), env(safe-area-inset-left, 0px))
		max(var(--odi-content-gutter), env(safe-area-inset-right, 0px));
	padding-block: 1rem 2rem;
	box-sizing: border-box;
}
/* Katalog / ogłoszenie / posty / shell: bez podwójnego paddingu pionowego */
body.odi-host-document.odi-host-kind-catalog .odi-host-main,
body.odi-host-document.odi-host-kind-listing .odi-host-main,
body.odi-host-document.odi-host-kind-posts .odi-host-main,
body.odi-host-document.odi-host-kind-post .odi-host-main,
body.odi-host-document.odi-host-kind-module .odi-host-main,
body.odi-host-document.odi-host-kind-page .odi-host-main,
body.odi-host-document.odi-host-kind-home .odi-host-main,
body.odi-host-document.odi-host-kind-error .odi-host-main,
body.odi-host-document.odi-host-kind-search .odi-host-main {
	padding-block: 0;
	padding-inline: 0;
	max-width: 100%;
}
body.odi-host-document .odi-chrome-header,
body.odi-host-document .odi-chrome-footer {
	width: 100%;
	max-width: 100%;
}

.odi-chrome-hero {
	--odi-content-pad: clamp(16px, 4vw, 36px);
	--odi-content-inset: max(var(--odi-content-pad), calc((100% - var(--odi-content-max)) / 2 + var(--odi-content-pad)));
	position: relative;
	/* Jawna wysokość (nie tylko min-height): bez tego img LCP rozpycha hero zanim CSS cover/absolute dojdzie → CLS ~1 na #odi-main. */
	min-height: var(--odi-hero-min-h, clamp(260px, 34vw, 400px));
	height: var(--odi-hero-min-h, clamp(260px, 34vw, 400px));
	max-height: var(--odi-hero-min-h, clamp(260px, 34vw, 400px));
	background-color: #1c1f22;
	overflow: hidden;
	isolation: isolate;
	width: 100%;
	max-width: 100%;
}

.odi-lang-switcher {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 4px;
	margin: 0 0 4px;
	pointer-events: auto;
}
.odi-lang-switcher__label {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.6);
	text-align: right;
	line-height: 1.2;
}
.odi-lang-switcher__flags {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}
.odi-lang-switcher__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	min-width: 32px;
	min-height: 32px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 6px;
	background: rgba(43, 47, 51, 0.72);
	text-decoration: none;
	color: #fff;
	box-sizing: border-box;
	transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
a.odi-lang-switcher__item:hover {
	background: rgba(43, 47, 51, 0.92);
	border-color: rgba(255, 255, 255, 0.55);
	color: #fff;
}
.odi-lang-switcher__item.is-current {
	background: #fff;
	border-color: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.odi-lang-switcher__flag {
	display: block;
	font-size: 16px;
	line-height: 1;
	transform: translateY(0.5px);
}
.odi-lang-switcher .odi-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
@media (max-width: 767px) {
	.odi-lang-switcher {
		margin-bottom: 2px;
	}
	.odi-lang-switcher__label {
		color: rgba(255, 255, 255, 0.78);
	}
	.odi-lang-switcher__item {
		width: 30px;
		height: 30px;
		min-width: 30px;
		min-height: 30px;
	}
	.odi-lang-switcher__flag {
		font-size: 15px;
	}
}

.odi-chrome-hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: var(--odi-brand-red);
	z-index: 5;
	pointer-events: none;
}

.odi-chrome-hero-photo {
	position: absolute;
	inset: 0;
	z-index: 2;
	background-color: var(--odi-brand-dark);
	background-size: cover;
	background-position: var(--odi-hero-pos, 50% 50%);
	background-repeat: no-repeat;
	transform: scale(var(--odi-hero-zoom, 1));
	transform-origin: var(--odi-hero-pos, 50% 50%);
	pointer-events: none;
	overflow: hidden;
}

.odi-chrome-hero-lcp {
	display: block;
	position: absolute;
	/* Kadr cover bez zmiany proporcji boxu img (PSI image-aspect-ratio). */
	left: var(--odi-hero-x, 50%);
	top: var(--odi-hero-y, 50%);
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	transform: translate(calc(-1 * var(--odi-hero-x, 50%)), calc(-1 * var(--odi-hero-y, 50%)));
	object-fit: cover;
	pointer-events: none;
}

.odi-chrome-header:not(.odi-chrome-header--slider-pc) .odi-chrome-hero-photo {
	animation: odi-hero-drift 19.8s ease-out forwards;
}

.odi-chrome-hero-photo::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(211, 33, 43, 0.22) 0%, transparent 28%),
		linear-gradient(180deg, rgba(43, 47, 51, 0.48) 0%, rgba(43, 47, 51, 0.12) 38%, rgba(18, 20, 22, 0.78) 100%);
	pointer-events: none;
}

.odi-chrome-hero-frame {
	position: absolute;
	inset: 14px;
	z-index: 3;
	border: 1px solid rgba(255, 255, 255, 0.2);
	pointer-events: none;
}

.odi-chrome-hero-copy {
	position: absolute;
	z-index: 4;
	left: var(--odi-content-inset);
	bottom: 28px;
	max-width: min(540px, 72%);
	color: #fff;
	text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
	pointer-events: none;
}

.odi-chrome-hero-copy a {
	pointer-events: auto;
}

.odi-chrome-hero-kicker {
	margin: 0 0 8px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #fff;
}

.odi-chrome-hero-kicker::after {
	content: "";
	display: block;
	width: 42px;
	height: 2px;
	margin-top: 8px;
	background: var(--odi-brand-red);
}

.odi-chrome-hero-title {
	margin: 0;
	font-size: clamp(1.35rem, 2.4vw, 2rem);
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1.15;
	color: #fff;
}

.odi-chrome-hero-cta {
	display: inline-flex;
	align-items: center;
	margin-top: 16px;
	padding: 10px 18px;
	background: var(--odi-brand-red);
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	border-radius: 4px;
	box-shadow: 0 8px 20px rgba(211, 33, 43, 0.35);
	transition: background 0.15s, transform 0.15s;
}

.odi-chrome-hero-cta:hover {
	background: #b81c26;
	color: #fff;
}

.odi-chrome-hero-cta:focus-visible {
	outline: 2px solid #FFE500;
	outline-offset: 3px;
}

.odi-chrome-header--slider-pc .odi-chrome-hero-copy {
	left: auto;
	right: clamp(20px, 4vw, 48px);
	bottom: 36px;
	text-align: right;
	max-width: min(420px, 46%);
}

.odi-chrome-header--slider-pc .odi-chrome-hero-kicker::after {
	margin-left: auto;
}

.odi-chrome-header--slider-pc .odi-hero-regions {
	right: auto;
	left: var(--odi-content-inset);
	align-items: flex-start;
}

.odi-chrome-header--slider-pc .odi-hero-regions-label {
	text-align: left;
}

/* Regiony — desktop: wycentrowane pod hero-copy */
.odi-hero-regions {
	position: absolute;
	z-index: 12;
	right: var(--odi-content-inset);
	bottom: 28px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 6px;
	text-shadow: none;
	pointer-events: auto;
}

.odi-hero-regions-inline {
	position: relative;
}

.odi-hero-regions-label {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.6);
	text-align: right;
}

.odi-hero-dynamic-copy {
	margin: 8px 0 0;
	font-size: 13px;
	font-weight: 600;
	color: rgba(255,255,255,0.92);
	letter-spacing: 0.01em;
	text-align: right;
}

.odi-hero-regions-list,
.odi-hero-regions-inline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
}

.odi-hero-region-sep {
	display: none;
	color: rgba(255,255,255,0.55);
	font-weight: 700;
	user-select: none;
}

.odi-hero-regions-more {
	display: none;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	min-height: 32px;
	padding: 0 8px;
	border: 1px solid rgba(255,255,255,0.35);
	border-radius: 4px;
	background: rgba(43,47,51,0.55);
	color: #fff;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	touch-action: manipulation;
}

.odi-hero-regions-sheet {
	position: absolute;
	right: 0;
	bottom: calc(100% + 8px);
	min-width: 180px;
	padding: 10px 12px;
	border-radius: 10px;
	background: rgba(43,47,51,0.94);
	border: 1px solid rgba(255,255,255,0.12);
	box-shadow: 0 12px 28px rgba(0,0,0,0.28);
	z-index: 20;
}

.odi-hero-regions-sheet-title {
	margin: 0 0 8px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255,255,255,0.65);
}

.odi-hero-regions-sheet-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.odi-hero-regions-clear {
	display: block;
	width: 100%;
	margin-top: 10px;
	padding: 8px 10px;
	border: 1px solid rgba(255,255,255,0.2);
	border-radius: 6px;
	background: transparent;
	color: rgba(255,255,255,0.85);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	cursor: pointer;
}

.odi-hero-regions-clear:hover {
	border-color: rgba(211,33,43,0.65);
	color: #fff;
}

.odi-hero-region-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 18px;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 4px;
	background: rgba(43,47,51,0.5);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
	touch-action: manipulation;
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

.odi-hero-regions--passive .odi-hero-region-tag {
	cursor: default;
	pointer-events: none;
}

.odi-hero-regions--passive .odi-hero-region-tag:hover {
	border-color: rgba(255,255,255,0.3);
	box-shadow: none;
}

.odi-hero-region-tag:hover {
	border-color: rgba(255,255,255,0.6);
	box-shadow: 0 0 0 3px rgba(211,33,43,0.5), 0 0 12px rgba(211,33,43,0.3);
	color: #fff;
}

.odi-hero-region-tag.is-active {
	border-color: var(--odi-brand-red, #D3212B);
	background: var(--odi-brand-red, #D3212B);
	box-shadow: 0 4px 14px rgba(211,33,43,0.45);
	color: #fff;
}

.odi-chrome-header--slider-pc .odi-chrome-hero-frame {
	display: none;
}

.odi-chrome-header--fallback .odi-chrome-hero-photo {
	background-image: linear-gradient(145deg, #3a4046 0%, #2B2F33 48%, #1c1f22 100%);
}

.odi-chrome-header--slider-pc .odi-chrome-hero {
	min-height: clamp(320px, 38vw, 440px);
	height: clamp(320px, 38vw, 440px);
	max-height: clamp(320px, 38vw, 440px);
}

.odi-chrome-header--slider-pc .odi-chrome-hero-photo {
	clip-path: polygon(
		0 0,
		100% 0,
		100% 100%,
		calc(var(--odi-hero-cut-left) + var(--odi-hero-cut-w)) 100%,
		calc(var(--odi-hero-cut-left) + var(--odi-hero-cut-w)) calc(100% - var(--odi-hero-cut-h) + var(--odi-hero-cut-k)),
		calc(var(--odi-hero-cut-left) + var(--odi-hero-cut-w) - var(--odi-hero-cut-k)) calc(100% - var(--odi-hero-cut-h)),
		var(--odi-hero-cut-left) calc(100% - var(--odi-hero-cut-h)),
		var(--odi-hero-cut-left) 100%,
		0 100%
	);
	filter:
		drop-shadow(0 1px 0 rgba(255, 255, 255, 0.22))
		drop-shadow(-10px 12px 18px rgba(0, 0, 0, 0.38));
}

.odi-chrome-logo {
	position: absolute;
	top: 20px;
	left: var(--odi-content-inset);
	z-index: 6;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	height: auto;
	padding: 8px 12px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	text-decoration: none;
	color: var(--odi-brand-dark);
}

.odi-chrome-nav a:focus-visible,
.odi-chrome-logo:focus-visible {
	outline: 2px solid #FFE500;
	outline-offset: 3px;
}

.odi-chrome-logo-mark {
	display: none;
}

.odi-chrome-logo-lockup {
	display: block;
	height: 69px;
	width: auto;
	max-width: 225px;
	object-fit: contain;
}

.odi-chrome-logo-tag {
	display: none;
}

.odi-chrome-bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	justify-content: flex-end;
	min-height: var(--odi-chrome-nav-h, 64px);
	overflow: visible;
	pointer-events: none;
}

.odi-chrome-hero-bar {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: var(--odi-chrome-nav-h, 64px);
	z-index: 1;
	background: linear-gradient(180deg, rgba(18, 20, 22, 0) 0%, rgba(18, 20, 22, 0.42) 42%, rgba(18, 20, 22, 0.72) 100%);
	backdrop-filter: blur(18px) saturate(1.15);
	-webkit-backdrop-filter: blur(18px) saturate(1.15);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	pointer-events: none;
}

.odi-chrome-header--slider-pc .odi-chrome-hero-bar {
	left: calc(var(--odi-hero-cut-left) + var(--odi-hero-cut-w) - 1px);
}

.odi-chrome-cutout-edge {
	position: absolute;
	z-index: 3;
	left: calc(var(--odi-hero-cut-left) + var(--odi-hero-cut-w));
	bottom: 0;
	width: 2px;
	height: calc(var(--odi-hero-cut-h) - var(--odi-hero-cut-k));
	background: linear-gradient(180deg, #D3212B 0%, rgba(255, 255, 255, 0.55) 18%, rgba(255, 255, 255, 0.12) 100%);
	pointer-events: none;
}

.odi-chrome-cutout-edge::before {
	content: "";
	position: absolute;
	right: var(--odi-hero-cut-k);
	bottom: calc(100% + var(--odi-hero-cut-k) - 2px);
	width: calc(var(--odi-hero-cut-w) - var(--odi-hero-cut-k));
	height: 2px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.42) 72%, #D3212B);
}

.odi-chrome-cutout-chamfer {
	position: absolute;
	z-index: 3;
	left: calc(var(--odi-hero-cut-left) + var(--odi-hero-cut-w) - var(--odi-hero-cut-k));
	bottom: calc(var(--odi-hero-cut-h) - 1px);
	width: calc(var(--odi-hero-cut-k) * 1.42);
	height: 2px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.2), #D3212B 42%, rgba(255, 255, 255, 0.55));
	transform-origin: left center;
	transform: rotate(-45deg);
	pointer-events: none;
}

.odi-chrome-nav {
	position: relative;
	z-index: 6;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-end;
	padding: 0;
	background: transparent;
	border: none;
	overflow: visible;
	min-height: var(--odi-chrome-nav-h, 64px);
	flex-shrink: 0;
	pointer-events: auto;
}

.odi-chrome-header-slider {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	height: var(--odi-hero-cut-h);
	padding: 8px 0 8px calc(var(--odi-hero-cut-left) + 20px);
	pointer-events: auto;
}

.odi-chrome-header-slider .odi-showcase-slider-wrap--header {
	position: relative;
	height: 100%;
}

.odi-chrome-nav-catalog {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 32px;
	align-items: flex-end;
	min-width: 0;
}

.odi-chrome-nav-extra {
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0 clamp(20px, 3.2vw, 40px) 0 12px;
	flex-shrink: 0;
}

.odi-chrome-nav-extra li {
	display: flex;
	align-items: stretch;
}

.odi-chrome-nav-extra a {
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 0 15px;
	min-height: var(--odi-chrome-nav-h, 64px);
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
	background: transparent;
	border-radius: 0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.09em;
	line-height: 1.2;
	white-space: nowrap;
	transition: color 0.22s ease;
}

.odi-chrome-nav-extra a::after {
	content: "";
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 16px;
	height: 1px;
	background: var(--odi-brand-red);
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.odi-chrome-nav-extra a:hover {
	color: #fff;
	background: transparent;
}

.odi-chrome-nav-extra a:hover::after {
	transform: scaleX(1);
}

.odi-chrome-nav-extra a.is-active {
	color: #fff;
	background: transparent;
	font-weight: 700;
}

.odi-chrome-nav-extra a.is-active::after {
	transform: scaleX(1);
}

#odi-chrome-fab.odi-floating-menu-btn {
	display: none;
	position: fixed;
	right: 0;
	left: auto;
	top: var(--odi-fab-top, 14px);
	transform: none;
	opacity: 1;
	pointer-events: auto;
	background: #2B2F33;
	color: #fff;
	border: none;
	border-right: 4px solid #D3212B;
	border-left: 0;
	padding: 8px 6px 8px 10px;
	border-radius: 6px 0 0 6px;
	font-weight: 800;
	font-size: 10px;
	line-height: 1.15;
	min-height: 52px;
	min-width: 44px;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 99999;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	box-shadow: -3px 0 15px rgba(0, 0, 0, 0.25);
}
#odi-chrome-fab .odi-fab-icon {
	width: 18px;
	height: 14px;
	display: block;
	flex-shrink: 0;
}
#odi-chrome-fab .odi-fab-text {
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0.02em;
}
#odi-chrome-fab.odi-fab-visible,
#odi-chrome-fab.odi-fab-idle {
	opacity: 1;
}
#odi-chrome-fab:focus-visible {
	outline: 2px solid #FFE500;
	outline-offset: 2px;
}

.odi-floating-menu-btn.odi-shell-fab,
.odi-floating-menu-btn.odi-mobile-menu-fab {
	display: none;
	position: fixed;
	right: 0;
	left: auto;
	top: var(--odi-fab-top, 14px);
	transform: none;
	opacity: 1;
	pointer-events: auto;
	background: #2B2F33;
	color: #fff;
	border: none;
	border-right: 4px solid #D3212B;
	border-left: 0;
	padding: 8px 6px 8px 10px;
	border-radius: 6px 0 0 6px;
	font-weight: 800;
	font-size: 10px;
	line-height: 1.15;
	min-height: 52px;
	min-width: 44px;
	box-sizing: border-box;
	cursor: pointer;
	z-index: 99999;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	box-shadow: -3px 0 15px rgba(0, 0, 0, 0.25);
}

body > #odi-offcanvas-menu.odi-offcanvas-backdrop {
	z-index: 99999999 !important;
}

#odi-chrome-offcanvas.odi-offcanvas-backdrop {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
	height: 100dvh;
	background: rgba(43, 47, 51, 0.75);
	z-index: 99999999;
	display: none;
	align-items: stretch;
	justify-content: flex-start;
	overflow: hidden;
	overscroll-behavior: none;
}
#odi-chrome-offcanvas .odi-offcanvas-panel {
	width: min(320px, 88vw);
	max-width: 85vw;
	height: 100%;
	max-height: 100dvh;
	background: #fff;
	box-shadow: 4px 0 25px rgba(0, 0, 0, 0.35);
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	overflow: hidden;
	touch-action: auto;
}
#odi-chrome-offcanvas .odi-offcanvas-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #D3212B;
	padding: 14px 15px 10px;
	margin: 0;
	flex: 0 0 auto;
}
#odi-chrome-offcanvas .odi-offcanvas-body {
	flex: 1 1 auto;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
	touch-action: pan-y;
	padding: 12px 15px calc(28px + env(safe-area-inset-bottom, 0px));
	display: flex;
	flex-direction: column;
	gap: 14px;
}
#odi-chrome-offcanvas .odi-offcanvas-brand {
	font-weight: 800;
	font-size: 12px;
	color: #2B2F33;
	display: flex;
	align-items: center;
	gap: 8px;
}
#odi-chrome-offcanvas .odi-brand-svg-offcanvas {
	height: 26px;
	width: auto;
}
#odi-chrome-offcanvas .odi-offcanvas-close {
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	color: #555D61;
}
#odi-chrome-offcanvas .odi-sidebar-header {
	background: #2B2F33;
	color: #fff;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 1px;
	padding: 8px 12px;
	border-left: 4px solid #D3212B;
	text-transform: uppercase;
}
#odi-chrome-offcanvas .odi-sidebar-list {
	list-style: none;
	padding: 4px 0;
	margin: 0;
}
#odi-chrome-offcanvas .odi-sidebar-list li {
	border-bottom: 1px solid #F1F5F9;
}
#odi-chrome-offcanvas .odi-sidebar-list a {
	display: block;
	padding: 8px 12px;
	color: #2B2F33;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
}
#odi-chrome-offcanvas .odi-sidebar-list a:hover,
#odi-chrome-offcanvas .odi-sidebar-list a.odi-nav-active {
	background: #FFF8F8;
	color: #D3212B;
}
#odi-chrome-offcanvas .odi-sidebar-list a.odi-nav-active {
	box-shadow: inset 3px 0 0 #D3212B;
}

#odi-chrome-offcanvas .odi-sidebar-list a.odi-nav-cta {
	color: var(--odi-brand-red);
	font-weight: 800;
	letter-spacing: 0.02em;
}

#odi-chrome-offcanvas .odi-sidebar-list a.odi-nav-cta:hover {
	background: var(--odi-brand-red);
	color: #fff;
}

#odi-chrome-offcanvas .odi-sidebar-nav-card {
	background: #fff;
	border: 1px solid #E5E8EB;
	border-radius: 6px;
	overflow: visible;
}

#odi-chrome-offcanvas .odi-sidebar-search-card,
#odi-chrome-offcanvas .odi-sidebar-search {
	background: #fff;
	border: 1px solid #E5E8EB;
	border-radius: 6px;
	padding: 8px;
}

#odi-chrome-offcanvas .odi-search-input-wrap {
	display: flex;
	align-items: stretch;
	gap: 4px;
	width: 100%;
}

#odi-chrome-offcanvas .odi-search-input-wrap input {
	flex: 1;
	min-width: 0;
	min-height: 34px;
	margin: 0;
	padding: 6px 8px;
	border: 1px solid #E5E8EB;
	border-radius: 4px;
	font-size: 11px;
	color: #2B2F33;
	outline: none;
	font-family: inherit;
}

#odi-chrome-offcanvas .odi-search-input-wrap button {
	background: #2B2F33;
	color: #fff;
	border: none;
	min-width: 34px;
	min-height: 34px;
	padding: 0;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

#odi-chrome-offcanvas .odi-sidebar-contact-card {
	background: #FFF8F8;
	border: 1px solid #FFCDD2;
	border-radius: 6px;
	padding: 12px;
	text-align: center;
}

#odi-chrome-offcanvas .odi-s-contact-badge {
	display: block;
	font-size: 9px;
	font-weight: 900;
	color: #D3212B;
	letter-spacing: 0.5px;
	text-align: center;
}

#odi-chrome-offcanvas .odi-sidebar-contact-card h4 {
	margin: 2px 0 8px;
	font-size: 13px;
	color: #2B2F33;
	text-align: center;
	line-height: 1.35;
}

#odi-chrome-offcanvas .odi-s-bureau-list {
	list-style: none;
	margin: 0 0 6px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
}

#odi-chrome-offcanvas .odi-s-bureau-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	width: 100%;
}

#odi-chrome-offcanvas .odi-s-bureau-city {
	font-size: 11px;
	font-weight: 800;
	color: #2B2F33;
}

#odi-chrome-offcanvas .odi-s-phone {
	font-size: 15px;
	font-weight: 900;
	color: #D3212B;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 4px 0;
	margin: 0;
	line-height: 1.2;
	box-sizing: border-box;
	text-align: center;
}

#odi-chrome-offcanvas .odi-s-email {
	font-size: 11px;
	font-weight: 700;
	color: #2B2F33;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 6px 0;
	margin: 4px 0 0;
	word-break: break-all;
	line-height: 1.3;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
}

#odi-chrome-offcanvas .odi-s-email:hover {
	color: #D3212B;
}

#odi-chrome-offcanvas .odi-s-hours {
	font-size: 10px;
	color: #555D61;
}

#odi-chrome-offcanvas .odi-tax-box {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	background: #fff;
	border: 1px solid #E5E8EB;
	border-radius: 8px;
	padding: 10px 12px;
}

#odi-chrome-offcanvas .odi-tax-box__icon {
	width: 28px;
	height: 28px;
	border-radius: 6px;
	background: #F8F9FA;
	color: #2B2F33;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

#odi-chrome-offcanvas .odi-tax-box__body {
	display: grid;
	gap: 2px;
	min-width: 0;
}

#odi-chrome-offcanvas .odi-tax-box__eyebrow {
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #555D61;
	line-height: 1.2;
}

#odi-chrome-offcanvas .odi-tax-box__body strong,
#odi-chrome-offcanvas .odi-tax-box__heading {
	font-size: 12px;
	font-weight: 700;
	line-height: 1.3;
	color: #2B2F33;
}

#odi-chrome-offcanvas .odi-tax-box__body p {
	margin: 0;
	font-size: 11px;
	line-height: 1.35;
	color: #555D61;
}

#odi-chrome-offcanvas .odi-tax-box__body a {
	color: #2B2F33;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	margin-top: 2px;
}

/* Margin tylko w mobilnym offcanvas - w desktop sidebar zero (listing-sidebar / page-shell). */
#odi-chrome-offcanvas .odi-offcanvas-site,
.odi-offcanvas-body .odi-offcanvas-site {
	margin-bottom: 14px;
}

body:has(#odi-archive-property-app) #odi-chrome-fab,
body:has(#odi-single-property-app) #odi-chrome-fab,
body:has(#odi-post-archive-app) #odi-chrome-fab,
body:has(#odi-single-post-app) #odi-chrome-fab,
body:has(#odi-archive-property-app) #odi-chrome-offcanvas,
body:has(#odi-single-property-app) #odi-chrome-offcanvas,
body:has(#odi-post-archive-app) #odi-chrome-offcanvas,
body:has(#odi-single-post-app) #odi-chrome-offcanvas,
#odi-chrome-fab[hidden],
#odi-chrome-offcanvas[hidden] {
	display: none !important;
}

.odi-chrome-nav-group {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px 14px;
	min-width: 0;
}

.odi-chrome-nav-label {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.62);
	flex-shrink: 0;
}

.odi-chrome-nav-list {
	display: flex;
	flex-wrap: wrap;
	gap: 2px 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.odi-chrome-nav-list a {
	display: inline-block;
	padding: 4px 9px;
	color: rgba(255, 255, 255, 0.92);
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	border-radius: 4px;
	transition: background 0.15s, color 0.15s;
}

.odi-chrome-nav-list a:hover,
.odi-chrome-nav-list a.is-active {
	color: #fff;
	background: rgba(211, 33, 43, 0.88);
}

.odi-chrome-footer {
	background: var(--odi-brand-dark);
	color: #d8dce0;
}

.odi-chrome-footer-main {
	display: grid;
	grid-template-columns: minmax(240px, 0.9fr) minmax(280px, 1.2fr);
	gap: 36px 48px;
	max-width: min(100%, var(--odi-content-max));
	margin: 0 auto;
	padding: 40px clamp(16px, 4vw, 36px) 32px;
	box-sizing: border-box;
}

.odi-chrome-footer-main--1 {
	grid-template-columns: 1fr;
}

.odi-chrome-footer-main--3 {
	grid-template-columns: minmax(220px, 0.9fr) minmax(140px, 0.6fr) minmax(140px, 0.6fr);
}

.odi-chrome-footer-main--4 {
	grid-template-columns: minmax(220px, 1fr) minmax(130px, 0.55fr) minmax(130px, 0.55fr) minmax(260px, 1.1fr);
}

.odi-chrome-footer-links-title {
	margin: 0 0 14px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #fff;
}

.odi-chrome-footer-logo {
	display: block;
	height: 48px;
	width: auto;
	max-width: 72px;
	aspect-ratio: 720 / 513;
	object-fit: contain;
	margin-bottom: 14px;
	background: #fff;
	padding: 7px;
	border-radius: 10px;
	box-sizing: border-box;
}

.odi-chrome-footer-brand {
	margin: 0 0 4px;
	font-size: 1.05rem;
	font-weight: 800;
	color: #fff;
	letter-spacing: 0.01em;
}

.odi-chrome-footer-kicker {
	margin: 0 0 14px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	/* AA vs #2B2F33: brand red 2.58:1 - jaśniejszy korale ≥4.5:1 */
	color: #f07178;
}

.odi-chrome-footer-line,
.odi-chrome-footer-hours {
	margin: 0 0 6px;
	font-size: 14px;
	line-height: 1.5;
	color: #c5cbd0;
}

.odi-chrome-footer-line a {
	color: #e8ecef;
	text-decoration: none;
}

.odi-chrome-footer-line a:hover {
	color: #fff;
}

.odi-chrome-footer-hours {
	margin-top: 10px;
	color: #9aa3a8;
	font-size: 13px;
}

.odi-chrome-footer-agents-title {
	margin: 0 0 14px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55);
}

.odi-chrome-agent-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.odi-chrome-agent {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 4px 8px;
	font-size: 14px;
	line-height: 1.45;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.odi-chrome-agent:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.odi-chrome-agent-name {
	font-weight: 500;
	color: #fff;
}

.odi-chrome-agent--first .odi-chrome-agent-name {
	font-weight: 800;
}

.odi-chrome-agent-sep {
	color: rgba(255, 255, 255, 0.28);
	font-weight: 400;
}

.odi-chrome-agent-phone,
.odi-chrome-agent-mail {
	color: #c5cbd0;
	text-decoration: none;
	word-break: break-all;
}

.odi-chrome-agent-phone:hover,
.odi-chrome-agent-mail:hover {
	color: #fff;
}

.odi-chrome-footer-empty {
	margin: 0;
	font-size: 14px;
	color: #9aa3a8;
}

.odi-chrome-footer-link-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.odi-chrome-footer-link-list a {
	color: #c5cbd0;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
}

.odi-chrome-footer-link-list a:hover {
	color: #fff;
}

.odi-footer-cta-link {
	color: #f07178 !important;
	font-weight: 800 !important;
	letter-spacing: 0.02em;
	text-decoration: none !important;
}

.odi-footer-cta-link:hover {
	color: #fff !important;
	text-decoration: none !important;
}

.odi-chrome-agent-zone {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
	color: #b8bec2;
	text-decoration: none;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.02em;
	transition: color 0.15s ease;
}

.odi-chrome-agent-zone svg {
	flex-shrink: 0;
	opacity: 0.7;
	transition: opacity 0.15s ease;
}

.odi-chrome-agent-zone:hover {
	color: #e8ecef;
	text-decoration: none;
}

.odi-chrome-agent-zone:hover svg {
	opacity: 1;
}

.odi-chrome-social {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.odi-chrome-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	color: #e8ecef;
	text-decoration: none;
}

.odi-chrome-social-link:hover {
	background: var(--odi-brand-red);
	color: #fff;
}

.odi-chrome-footer-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px 20px;
	padding: 14px clamp(16px, 4vw, 36px);
	background: #1c1f22;
	border-top: 1px solid rgba(211, 33, 43, 0.35);
}

.odi-chrome-footer-legal {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 4px 14px;
	min-width: 0;
}

.odi-chrome-copy {
	margin: 0;
	font-size: 12px;
	line-height: 1.45;
	color: #8b949a;
}

.odi-chrome-privacy,
.odi-chrome-help {
	color: #8b949a;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.45;
	letter-spacing: 0.01em;
	white-space: nowrap;
}

.odi-chrome-privacy:hover {
	color: #d0d6da;
	text-decoration: none;
}

span.odi-chrome-help {
	cursor: default;
}

.odi-chrome-credit {
	font-size: 11px;
	color: #9aa3a8;
	text-decoration: none;
	letter-spacing: 0.01em;
}

.odi-chrome-credit:hover {
	color: #c5cbd0;
}

@media (max-width: 1280px) {
	.odi-hero-regions {
		position: absolute;
		right: 12px;
		bottom: 14px;
		left: auto;
		width: auto;
		max-width: min(62vw, 240px);
		padding: 0;
		border-radius: 0;
		background: transparent;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
		box-sizing: border-box;
		box-shadow: none;
		z-index: 12;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: flex-end;
		gap: 6px;
	}

	.odi-hero-regions-label {
		text-align: right;
		font-size: 10px;
		line-height: 1.2;
		color: rgba(255,255,255,0.78);
		pointer-events: none;
		margin: 0;
		flex: 0 0 auto;
		width: 100%;
	}

	.odi-hero-regions-inline {
		flex: 0 1 auto;
		flex-wrap: nowrap;
		justify-content: flex-end;
		gap: 4px;
		min-width: 0;
		width: 100%;
	}

	.odi-hero-dynamic-copy {
		text-align: right;
		font-size: 11px;
		line-height: 1.25;
		margin: 0;
		max-width: 100%;
	}

	.odi-hero-region-sep {
		display: inline;
		font-size: 12px;
		line-height: 1;
	}

	.odi-hero-region-tag {
		padding: 6px 10px;
		font-size: 12px;
		min-height: 32px;
		min-width: 0;
		border-radius: 6px;
		white-space: nowrap;
	}

	.odi-hero-region-tag--extra {
		display: none;
	}

	.odi-hero-regions-more {
		display: inline-flex;
		flex: 0 0 auto;
	}

	.odi-hero-regions-sheet:not([hidden]) {
		display: block;
	}

	.odi-chrome-nav-catalog,
	.odi-chrome-nav {
		display: none;
	}

	.odi-chrome-header-slider,
	.odi-chrome-cutout-edge,
	.odi-chrome-cutout-chamfer {
		display: none;
	}

	.odi-chrome-header--slider-pc .odi-chrome-hero-photo {
		clip-path: none;
		filter: none;
	}

	.odi-chrome-header--slider-pc .odi-chrome-hero-bar {
		left: 0;
	}

	.odi-chrome-bottom,
	.odi-chrome-hero-bar {
		display: none;
	}

	#odi-chrome-fab.odi-floating-menu-btn:not([hidden]),
	body > .odi-floating-menu-btn.odi-mobile-menu-fab,
	body > .odi-floating-menu-btn.odi-shell-fab {
		display: flex !important;
	}

	body:has(> .odi-floating-menu-btn.odi-mobile-menu-fab) .odi-archive-property > .odi-floating-menu-btn,
	body:has(> .odi-floating-menu-btn.odi-mobile-menu-fab) .odi-single-post > .odi-floating-menu-btn {
		display: none !important;
	}

	.odi-chrome-hero,
	.odi-chrome-header--slider-pc .odi-chrome-hero {
		--odi-hero-min-h: clamp(220px, 48vw, 300px);
		min-height: var(--odi-hero-min-h);
		height: var(--odi-hero-min-h);
		max-height: var(--odi-hero-min-h);
		overflow: hidden;
		width: 100%;
		max-width: 100%;
	}

	/* Scale/animacja hero nie może rozpychać viewportu na iOS. */
	.odi-chrome-header:not(.odi-chrome-header--slider-pc) .odi-chrome-hero-photo {
		animation: none;
		transform: scale(min(var(--odi-hero-zoom, 1), 1.08));
		transform-origin: var(--odi-hero-pos, 50% 50%);
	}

	.odi-chrome-logo {
		top: 14px;
		left: max(12px, env(safe-area-inset-left, 0px));
		padding: 7px 10px;
		max-width: calc(100% - 72px);
	}

	.odi-chrome-logo-lockup {
		height: 45px;
		max-width: min(191px, 100%);
	}

	.odi-chrome-hero-frame {
		display: none;
	}

	.odi-chrome-hero-copy {
		left: max(var(--odi-content-pad), env(safe-area-inset-left, 0px));
		right: auto;
		bottom: 18px;
		max-width: min(58%, 240px);
		box-sizing: border-box;
	}

	.odi-hero-regions {
		right: max(12px, env(safe-area-inset-right, 0px));
		max-width: min(48vw, 200px);
	}

	.odi-chrome-hero-title {
		font-size: 1.2rem;
	}

	.odi-chrome-hero-cta {
		margin-top: 12px;
		padding: 8px 14px;
		font-size: 11px;
	}
}

@media (min-width: 1201px) {
	.odi-chrome-header:not(.odi-chrome-header--slider-pc) .odi-chrome-header-slider,
	.odi-chrome-header:not(.odi-chrome-header--slider-pc) .odi-chrome-cutout-edge,
	.odi-chrome-header:not(.odi-chrome-header--slider-pc) .odi-chrome-cutout-chamfer {
		display: none;
	}
}

@media (max-width: 800px) {
	.odi-chrome-footer-main,
	.odi-chrome-footer-main--3,
	.odi-chrome-footer-main--4 {
		grid-template-columns: 1fr;
		gap: 28px;
		padding-top: 32px;
	}

	.odi-chrome-footer-link-list {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.odi-chrome-agent {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
	}

	.odi-chrome-agent-sep {
		display: none;
	}

	.odi-chrome-agent-mail {
		word-break: break-word;
		overflow-wrap: anywhere;
	}

	.odi-chrome-agent-zone {
		width: 100%;
	}

	.odi-chrome-footer-bar {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 12px;
		text-align: center;
		padding-top: 16px;
		padding-bottom: 18px;
	}

	.odi-chrome-footer-legal {
		flex-direction: column;
		align-items: center;
		gap: 8px;
		width: 100%;
	}

	.odi-chrome-copy,
	.odi-chrome-privacy,
	.odi-chrome-credit {
		width: 100%;
		text-align: center;
		white-space: normal;
	}

	.odi-chrome-privacy {
		font-size: 12px;
	}

	.odi-chrome-credit {
		line-height: 1.45;
		max-width: 28em;
	}
}

@media (max-width: 480px) {
	.odi-chrome-logo {
		top: 12px;
		padding: 6px 8px;
	}

	.odi-chrome-logo-lockup {
		height: 45px;
		max-width: 191px;
	}

	.odi-chrome-hero-title {
		font-size: 1.05rem;
	}
}

@keyframes odi-hero-drift {
	from { transform: scale(var(--odi-hero-zoom, 1)); }
	to { transform: scale(calc(var(--odi-hero-zoom, 1) * 1.06)); }
}

@media (prefers-reduced-motion: reduce) {
	.odi-chrome-nav-extra a,
	.odi-chrome-nav-extra a::after {
		transition: none;
	}

	.odi-chrome-header:not(.odi-chrome-header--slider-pc) .odi-chrome-hero-photo {
		animation: none;
	}
}

/* ── RODO / polityka prywatności (toast) ── */
.odi-privacy-consent {
	position: fixed;
	z-index: 100000;
	display: none;
	padding: 16px;
	box-sizing: border-box;
	pointer-events: none;
	font-family: inherit;
	inset: auto;
	bottom: 0;
	right: 0;
	max-width: min(420px, 100%);
}

.odi-privacy-consent--visible {
	display: block;
}

.odi-privacy-consent--bottom-right {
	bottom: 0;
	right: 0;
	left: auto;
	top: auto;
}

.odi-privacy-consent--bottom-left {
	bottom: 0;
	left: 0;
	right: auto;
	top: auto;
}

.odi-privacy-consent--bottom-center {
	bottom: 0;
	left: 50%;
	right: auto;
	top: auto;
	transform: translateX(-50%);
	max-width: min(420px, calc(100% - 32px));
}

.odi-privacy-consent--top-right {
	top: 0;
	right: 0;
	bottom: auto;
	left: auto;
}

.odi-privacy-consent--top-left {
	top: 0;
	left: 0;
	bottom: auto;
	right: auto;
}

.odi-privacy-consent__card {
	pointer-events: auto;
	width: 100%;
	background: var(--odi-consent-bg, var(--odi-brand-white, #fff));
	color: var(--odi-consent-text, var(--odi-brand-slate, #555D61));
	border: 1px solid var(--odi-brand-gray-light, #E5E8EB);
	border-radius: 12px;
	box-shadow: 0 12px 40px rgba(43, 47, 51, 0.18);
	padding: 16px 16px 14px;
	animation: odi-privacy-slide-up 0.35s ease-out;
	box-sizing: border-box;
}

@keyframes odi-privacy-slide-up {
	from { opacity: 0; transform: translateY(12px); }
	to { opacity: 1; transform: translateY(0); }
}

.odi-privacy-consent--bottom-center.odi-privacy-consent--visible .odi-privacy-consent__card {
	animation-name: odi-privacy-fade;
}

@keyframes odi-privacy-fade {
	from { opacity: 0; }
	to { opacity: 1; }
}

.odi-privacy-consent__head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
	min-width: 0;
}

.odi-privacy-consent__logo {
	width: 40px;
	height: auto;
	max-height: 40px;
	border-radius: 8px;
	object-fit: contain;
	flex-shrink: 0;
	background: var(--odi-brand-soft, #F8F9FA);
}

.odi-privacy-consent__title {
	margin: 0;
	flex: 1;
	min-width: 0;
	font-size: 14px;
	font-weight: 800;
	color: var(--odi-consent-title, var(--odi-brand-dark, #2B2F33));
	line-height: 1.3;
}

.odi-privacy-consent__close {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 6px;
	background: transparent;
	color: var(--odi-consent-title, var(--odi-brand-dark, #2B2F33));
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	opacity: 0.7;
}

.odi-privacy-consent__close:hover {
	opacity: 1;
	background: rgba(43, 47, 51, 0.06);
}

.odi-privacy-consent__content {
	min-width: 0;
}

.odi-privacy-consent__text {
	margin: 0 0 14px;
	font-size: 13px;
	line-height: 1.55;
	color: var(--odi-consent-text, var(--odi-brand-slate, #555D61));
}

.odi-privacy-consent__policy,
.odi-privacy-consent__text a {
	color: var(--odi-consent-link, var(--odi-brand-red, #D3212B));
	text-decoration: underline;
	font-weight: 700;
	margin-left: 0.25em;
}

.odi-privacy-consent__policy:hover,
.odi-privacy-consent__text a:hover {
	text-decoration: none;
}

.odi-privacy-consent__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.odi-privacy-consent__btn {
	flex: 1 1 120px;
	min-height: 42px;
	padding: 10px 16px;
	border-radius: 8px;
	border: 1px solid transparent;
	font-weight: 800;
	font-size: 13px;
	cursor: pointer;
	white-space: nowrap;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.odi-privacy-consent__btn--accept {
	background: var(--odi-consent-accept-bg, var(--odi-brand-red, #D3212B));
	border-color: var(--odi-consent-accept-bg, var(--odi-brand-red, #D3212B));
	color: var(--odi-consent-accept-text, #fff);
}

.odi-privacy-consent__btn--accept:hover {
	background: var(--odi-consent-accept-bg, var(--odi-brand-red-dark, #B71C1C));
	border-color: var(--odi-consent-accept-bg, var(--odi-brand-red-dark, #B71C1C));
}

.odi-privacy-consent__btn--refuse {
	background: var(--odi-consent-refuse-bg, #fff);
	border-color: var(--odi-brand-gray-light, #E5E8EB);
	color: var(--odi-consent-refuse-text, var(--odi-brand-dark, #2B2F33));
}

.odi-privacy-consent__btn--refuse:hover {
	border-color: var(--odi-brand-slate, #555D61);
}

/* Wymuszenie AA gdy custom kolory cookie maja zbyt niski kontrast (front-chrome.js). */
.odi-privacy-consent--aa-force .odi-privacy-consent__card {
	background: #fff !important;
	color: #2b2f33 !important;
	border-color: #e5e8eb !important;
}

.odi-privacy-consent--aa-force .odi-privacy-consent__title,
.odi-privacy-consent--aa-force .odi-privacy-consent__text,
.odi-privacy-consent--aa-force .odi-privacy-consent__text a,
.odi-privacy-consent--aa-force .odi-privacy-consent__policy {
	color: #2b2f33 !important;
}

.odi-privacy-consent--aa-force .odi-privacy-consent__btn--accept {
	background: #d3212b !important;
	border-color: #d3212b !important;
	color: #fff !important;
}

.odi-privacy-consent--aa-force .odi-privacy-consent__btn--refuse {
	background: #fff !important;
	border-color: #555d61 !important;
	color: #2b2f33 !important;
}

.odi-privacy-consent--aa-force .odi-privacy-consent__close {
	color: #2b2f33 !important;
}

@media (max-width: 480px) {
	.odi-privacy-consent {
		padding: 10px;
		max-width: 100%;
		left: 0 !important;
		right: 0 !important;
		transform: none !important;
	}

	.odi-privacy-consent--top-left,
	.odi-privacy-consent--top-right {
		top: 0;
	}

	.odi-privacy-consent--bottom-left,
	.odi-privacy-consent--bottom-right,
	.odi-privacy-consent--bottom-center {
		bottom: 0;
	}

	.odi-privacy-consent__btn {
		flex: 1 1 calc(50% - 4px);
	}
}

/* legacy */
.odi-privacy-consent__backdrop,
.odi-privacy-consent__icon,
.odi-privacy-consent__inner {
	display: none !important;
}

/* ── Popup promocyjny ── */
.odi-promo-popup {
	position: fixed;
	inset: 0;
	z-index: 100001;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
}
.odi-promo-popup--visible {
	display: flex;
}
.odi-promo-popup__overlay {
	position: absolute;
	inset: 0;
	background: rgba(12, 14, 16, 0.6);
	cursor: pointer;
}
.odi-promo-popup__panel {
	position: relative;
	max-width: 520px;
	width: 100%;
	background: #fff;
	border-radius: var(--odi-card-radius, 8px);
	box-shadow: 0 20px 60px rgba(0,0,0,.25);
	overflow: hidden;
	animation: odiPopupIn .3s ease;
}
.odi-promo-popup__panel--wide { max-width: 720px; }
.odi-promo-popup__panel--image_side .odi-promo-popup__split {
	display: grid;
	grid-template-columns: 1fr 1.1fr;
	min-height: 280px;
}
.odi-promo-popup__logo {
	position: absolute;
	top: 12px;
	right: 44px;
	z-index: 3;
	width: 40px;
	height: 40px;
	object-fit: contain;
}
.odi-promo-popup__subtitle {
	margin: -4px 0 10px;
	font-size: 13px;
	color: var(--odi-brand-slate);
	font-weight: 600;
}
@keyframes odiPopupIn {
	from { opacity: 0; transform: translateY(20px) scale(.96); }
	to   { opacity: 1; transform: translateY(0)   scale(1);    }
}
.odi-promo-popup__close {
	position: absolute;
	top: 10px;
	right: 12px;
	z-index: 2;
	background: rgba(255,255,255,.85);
	border: none;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	color: var(--odi-brand-dark);
}
.odi-promo-popup__close:hover {
	background: var(--odi-brand-gray);
}
.odi-promo-popup__image img {
	display: block;
	width: 100%;
	max-height: 280px;
	object-fit: cover;
}
.odi-promo-popup__body {
	padding: 20px 24px 24px;
}
.odi-promo-popup__title {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 800;
	color: var(--odi-brand-dark);
}
.odi-promo-popup__content {
	font-size: 14px;
	line-height: 1.6;
	color: var(--odi-brand-slate);
}
.odi-promo-popup__cta {
	display: inline-block;
	margin-top: 16px;
	padding: 10px 22px;
	border-radius: 8px;
	background: var(--odi-brand-red);
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	transition: background .2s;
}
.odi-promo-popup__cta:hover {
	background: var(--odi-brand-red-dark, #B71C1C);
}
@media (max-width: 600px) {
	.odi-promo-popup__panel { max-width: 100%; border-radius: 10px; }
	.odi-promo-popup__panel--image_side .odi-promo-popup__split { grid-template-columns: 1fr; }
	.odi-promo-popup__body { padding: 16px; }
}

/* ── Personalizacja P2: wariant nagłówka + gęstość ── */

.odi-chrome-header--variant-compact .odi-chrome-hero-copy {
	bottom: 20px;
	max-width: min(480px, 70%);
}

.odi-chrome-header--variant-compact .odi-chrome-hero-title {
	font-size: clamp(1.2rem, 2vw, 1.7rem);
}

.odi-chrome-header--variant-compact .odi-chrome-hero-cta {
	margin-top: 12px;
	padding: 8px 14px;
}

.odi-chrome-header--variant-compact .odi-chrome-hero-frame {
	inset: 10px;
}

.odi-chrome-header--variant-minimal .odi-chrome-hero-kicker {
	display: none;
}

.odi-chrome-header--variant-minimal .odi-chrome-hero-copy {
	bottom: 16px;
	max-width: min(420px, 68%);
}

.odi-chrome-header--variant-minimal .odi-chrome-hero-title {
	font-size: clamp(1.1rem, 1.8vw, 1.45rem);
}

.odi-chrome-header--variant-minimal .odi-chrome-hero-cta {
	margin-top: 10px;
	padding: 7px 12px;
	font-size: 11px;
}

.odi-chrome-header--variant-minimal .odi-chrome-hero-frame {
	inset: 8px;
	opacity: 0.7;
}

.odi-chrome-header--variant-minimal .odi-hero-regions-label {
	font-size: 10px;
}

.odi-chrome-header--density-compact .odi-chrome-logo-lockup {
	height: 48px;
	max-width: 170px;
}

.odi-chrome-header--density-compact .odi-chrome-logo {
	padding: 6px 10px;
}

.odi-chrome-header--density-compact .odi-chrome-hero-copy {
	bottom: 18px;
}

.odi-chrome-header--density-compact .odi-chrome-nav-extra a {
	padding: 0 12px;
	font-size: 12px;
}

.odi-chrome-header--density-spacious .odi-chrome-logo-lockup {
	height: 76px;
	max-width: 250px;
}

.odi-chrome-header--density-spacious .odi-chrome-logo {
	padding: 10px 14px;
}

.odi-chrome-header--density-spacious .odi-chrome-hero-copy {
	bottom: 36px;
}

.odi-chrome-header--density-spacious .odi-chrome-hero-cta {
	margin-top: 18px;
	padding: 12px 22px;
}

.odi-chrome-header--density-spacious .odi-chrome-nav-extra a {
	padding: 0 18px;
	letter-spacing: 0.04em;
}

@media (max-width: 767px) {
	.odi-chrome-header--variant-minimal .odi-chrome-hero-copy,
	.odi-chrome-header--variant-compact .odi-chrome-hero-copy {
		max-width: 88%;
	}
}

