.wl-hero-wycena {
	--hero-bg-page: #f1ede2;
	--hero-bg-filter-base: rgba(0, 0, 0, 0.24);
	--hero-bg-filter-diag: rgba(0, 59, 51, 0.52);
	--hero-brand: #003b33;
	--hero-border: #003b33;
	--hero-soft-shadow: #f3eddf;
	--hero-title-main: clamp(44px, 5.5vw, 82px);
	--hero-title-accent: clamp(46px, 5.8vw, 85px);
	--hero-text: clamp(18px, 1.45vw, 22px);
	--hero-eyebrow: clamp(16px, 1.2vw, 22px);
	--hero-space-top: clamp(144px, 12vw, 220px);
	--hero-media-max: 730px;
	background: var(--hero-bg-page);
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 0;
	position: relative;
	overflow: clip;
}

.wl-hero-wycena__inner {
	max-width: min(1680px, calc(100vw - 120px));
	margin: 0 auto;
	padding-top: var(--hero-space-top);
	padding-bottom: 180px;
	position: relative;
	z-index: 2;
}

.wl-hero-wycena__content {
	position: relative;
	z-index: 2;
	padding-top: clamp(16px, 1.8vw, 36px);
	width: 100%;
}

.wl-hero-wycena__eyebrow-wrap {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	margin-bottom: clamp(18px, 2vw, 32px);
}

.wl-hero-wycena__eyebrow-line {
	width: clamp(52px, 5vw, 74px);
	height: 2px;
	background: var(--hero-brand);
	opacity: 0.75;
}

.wl-hero-wycena__eyebrow {
	margin: 0;
	font-family: var(--font-display);
	font-size: var(--hero-eyebrow);
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
	color: var(--hero-brand);
	text-shadow: 0 1px 1px rgba(243, 237, 223, 0.78), 0 0 8px rgba(243, 237, 223, 0.5), 0 0 18px rgba(243, 237, 223, 0.32);
}

.wl-hero-wycena__title-main,
.wl-hero-wycena__title-accent {
	margin: 0;
	color: var(--hero-brand);
	font-weight: 500;
	line-height: 1.06;
	letter-spacing: -0.01em;
	text-shadow: 0 1px 1px rgba(243, 237, 223, 0.8), 0 0 12px rgba(243, 237, 223, 0.56), 0 0 30px rgba(243, 237, 223, 0.34);
}

.wl-hero-wycena__title-main {
	font-family: var(--font-display);
	font-size: var(--hero-title-main);
	max-width: none;
	white-space: nowrap;
}

.wl-hero-wycena__title-accent {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-style: italic;
	font-size: var(--hero-title-accent);
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 8px;
	max-width: none;
	white-space: nowrap;
	margin-top: 6px;
}

.wl-hero-wycena__description {
	margin-top: clamp(26px, 2.8vw, 42px);
	max-width: 780px;
	font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
	font-size: var(--hero-text);
	line-height: 1.45;
	font-weight: 400;
	color: #202426;
	text-shadow: 0 1px 1px rgba(243, 237, 223, 0.72), 0 0 9px rgba(243, 237, 223, 0.46), 0 0 20px rgba(243, 237, 223, 0.28);
}

.wl-hero-wycena__description p {
	margin: 0;
}

.wl-hero-wycena__cta-row {
	margin-top: clamp(24px, 3vw, 40px);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.wl-hero-wycena__cta-primary,
.wl-hero-wycena__cta-secondary {
	font-family: var(--font-display);
	font-size: clamp(24px, 1.55vw, 28px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0;
	text-decoration: none;
	border-radius: 100px;
	box-shadow: 0 10px 24px var(--hero-soft-shadow);
	transition: box-shadow 0.2s ease, color 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.wl-hero-wycena__cta-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--hero-brand);
	color: #fff;
	padding: 20px 40px;
	border: 2px solid var(--hero-brand);
}

.wl-hero-wycena__cta-primary,
.wl-hero-wycena__cta-primary:link,
.wl-hero-wycena__cta-primary:visited,
.wl-hero-wycena__cta-primary:hover,
.wl-hero-wycena__cta-primary:focus,
.wl-hero-wycena__cta-primary:active {
	color: #fff;
	text-decoration: none;
}

.wl-hero-wycena__cta-secondary {
	position: relative;
	padding: 18px 34px;
	border: 2px solid var(--hero-brand);
	color: var(--hero-brand);
	background: transparent;
	display: inline-flex;
	align-items: center;
	gap: 12px;
	text-shadow: 0 1px 1px rgba(243, 237, 223, 0.68), 0 0 8px rgba(243, 237, 223, 0.4), 0 0 16px rgba(243, 237, 223, 0.24);
}

.wl-hero-wycena__cta-secondary,
.wl-hero-wycena__cta-secondary:link,
.wl-hero-wycena__cta-secondary:visited,
.wl-hero-wycena__cta-secondary:hover,
.wl-hero-wycena__cta-secondary:focus,
.wl-hero-wycena__cta-secondary:active {
	color: var(--hero-brand);
	text-decoration: none;
}

.wl-hero-wycena__cta-secondary-badge {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-14%, -52%);
	background: var(--hero-brand);
	color: #fff;
	border-radius: 999px;
	padding: 4px 10px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

.wl-hero-wycena__cta-secondary-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	color: currentColor;
}

.wl-hero-wycena__cta-secondary-icon img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	filter: brightness(0) saturate(100%) invert(14%) sepia(30%) saturate(1782%) hue-rotate(132deg) brightness(95%) contrast(104%);
}

.wl-hero-wycena__cta-secondary-icon svg {
	width: 100%;
	height: 100%;
	display: block;
	fill: currentColor;
	stroke: currentColor;
}

.wl-hero-wycena__cta-primary:hover,
.wl-hero-wycena__cta-primary:focus-visible,
.wl-hero-wycena__cta-secondary:hover,
.wl-hero-wycena__cta-secondary:focus-visible {
	opacity: 1;
	box-shadow: var(--shadow-header-hover);
	background: #0a4f45;
	border-color: #0a4f45;
	color: #fff;
}

.wl-hero-wycena__cta-secondary:hover .wl-hero-wycena__cta-secondary-icon img,
.wl-hero-wycena__cta-secondary:focus-visible .wl-hero-wycena__cta-secondary-icon img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(320deg) brightness(107%) contrast(101%);
}

.wl-hero-wycena__stats {
	margin-top: clamp(44px, 5vw, 86px);
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: clamp(8px, 1.8vw, 34px);
}

.wl-hero-wycena__stat {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex: 1 1 0;
	min-width: 0;
	max-width: 260px;
	border-bottom: 2px solid rgba(0, 59, 51, 0.55);
	box-shadow: 0 1px 0 var(--hero-soft-shadow);
}

.wl-hero-wycena__stat-value {
	margin: 0;
	font-family: var(--font-display);
	font-weight: 500;
	font-size: 37px;
	line-height: 1.05;
	color: #003b33;
	text-shadow: 0 1px 1px rgba(243, 237, 223, 0.76), 0 0 10px rgba(243, 237, 223, 0.5), 0 0 22px rgba(243, 237, 223, 0.3);
}

.wl-hero-wycena__stat-desc {
	margin: 6px 0 8px;
	font-family: "Manrope", "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 400;
	color: #003b33;
	text-shadow: 0 1px 1px rgba(243, 237, 223, 0.72), 0 0 8px rgba(243, 237, 223, 0.42), 0 0 18px rgba(243, 237, 223, 0.26);
}

.wl-hero-wycena__media-wrap {
	position: absolute;
	top: 0;
	right: 0;
	width: min(var(--hero-media-max), 100vw);
	bottom: 0;
	z-index: 1;
}

.wl-hero-wycena__media-surface {
	position: relative;
	width: 100%;
	height: 100%;
	border: 5px solid var(--hero-border);
	border-radius: 0 0 0 500px;
	overflow: hidden;
	background: #d8d4c8;
}

.wl-hero-wycena__media {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: grayscale(1);
}

.wl-hero-wycena__overlay-base,
.wl-hero-wycena__overlay-diagonal {
	position: absolute;
	pointer-events: none;
	z-index: 2;
}

.wl-hero-wycena__overlay-base {
	inset: 0;
	background: var(--hero-bg-filter-base);
	mix-blend-mode: multiply;
}

.wl-hero-wycena__overlay-diagonal {
	top: -12%;
	left: 46%;
	width: 44%;
	height: 132%;
	background: var(--hero-bg-filter-diag);
	border-left: 5px solid var(--hero-border);
	border-right: 5px solid var(--hero-border);
	transform: rotate(27deg);
	transform-origin: center;
	mix-blend-mode: multiply;
}

@media (max-width: 1400px) {
	.wl-hero-wycena__inner {
		max-width: calc(100vw - 44px);
	}
}

@media (max-width: 1450px) {
	body.home .wl-hero-wycena,
	body.has-hero-first .wl-hero-wycena {
		--hero-space-top: clamp(190px, 15vw, 270px);
	}
}

@media (max-width: 1100px) {
	.wl-hero-wycena {
		--hero-space-top: 160px;
		--hero-title-main: clamp(36px, 6vw, 58px);
		--hero-title-accent: clamp(38px, 6.2vw, 60px);
		--hero-text: clamp(17px, 2.2vw, 20px);
		--hero-eyebrow: clamp(15px, 1.8vw, 18px);
		min-height: auto;
	}

	.wl-hero-wycena__title-accent {
		white-space: normal;
	}

	.wl-hero-wycena__title-main {
		white-space: normal;
	}

	.wl-hero-wycena__inner {
		max-width: calc(100vw - 34px);
		padding-bottom: 110px;
		padding-right: 0;
	}

	.wl-hero-wycena__media-wrap {
		display: none;
	}

	.wl-hero-wycena__media-surface {
		border-radius: 0 0 0 280px;
	}

	.wl-hero-wycena__stats {
		gap: 22px;
	}

	.wl-hero-wycena__stat {
		min-height: 0;
		max-width: 260px;
	}

	.wl-hero-wycena__stat-value {
		font-size: 34px;
	}

	.wl-hero-wycena__stat-desc {
		font-size: 17px;
	}
}

@media (max-width: 767px) {
	.wl-hero-wycena {
		--hero-space-top: 130px;
		--hero-title-main: clamp(32px, 9.3vw, 44px);
		--hero-title-accent: clamp(34px, 9.8vw, 46px);
		--hero-text: clamp(16px, 4.2vw, 18px);
		--hero-eyebrow: clamp(14px, 3.8vw, 16px);
	}

	.wl-hero-wycena__inner {
		max-width: calc(100vw - 24px);
		padding-bottom: 80px;
	}

	.wl-hero-wycena__media-wrap {
		min-height: 410px;
	}

	.wl-hero-wycena__media-surface {
		border-width: 3px;
		border-radius: 0 0 0 180px;
	}

	.wl-hero-wycena__overlay-diagonal {
		border-left-width: 3px;
		border-right-width: 3px;
		left: 50%;
	}

	.wl-hero-wycena__cta-row {
		gap: 14px;
	}

	.wl-hero-wycena__cta-primary,
	.wl-hero-wycena__cta-secondary {
		font-size: 20px;
		padding: 16px 24px;
		width: 100%;
		justify-content: center;
	}

	.wl-hero-wycena__cta-secondary-badge {
		top: 2px;
		left: 14px;
		transform: translate(0, -54%);
	}

	.wl-hero-wycena__stats {
		margin-top: 34px;
		justify-content: start;
		gap: 16px;
	}

	.wl-hero-wycena__stat-value {
		font-size: 30px;
	}

	.wl-hero-wycena__stat-desc {
		font-size: 16px;
	}
}

@media (max-width: 700px) {
	.wl-hero-wycena__stats {
		display: grid;
		grid-template-columns: minmax(0, 260px);
		justify-content: center;
		justify-items: center;
		align-items: start;
		gap: 14px;
	}

	.wl-hero-wycena__stat {
		flex: none;
		width: 100%;
		max-width: 260px;
		align-items: center;
		text-align: center;
	}
}
