:root {
	--bg-gradient-start: #f8faf7;
	--bg-gradient-end: #ffffff;
	--bg-gradient-angle: 180deg;
	--dots-color: rgba(124, 150, 74, 0.12);
	--heart-color: #86b426;
	--sparkle-color: #ffffff;
}

.ku-hero {
	position: relative;
	width: 100%;
	background: linear-gradient(var(--bg-gradient-angle), var(--bg-gradient-start) 0%, var(--bg-gradient-end) 100%);
}

.ku-hero__dot-grid {
	background-image: radial-gradient(var(--dots-color) 2px, transparent 2px);
	background-size: 18px 18px;
}

.ku-hero__slide-row {
	min-height: 480px;
}

@media (min-width: 1024px) {
	.ku-hero__slide-row {
		min-height: 620px;
	}
}

.ku-hero__slide-shell {
	width: 100%;
}

.ku-hero__content-col,
.ku-hero__media-col {
	position: relative;
}

.ku-hero__content-col {
	display: flex;
	align-items: stretch;
}

.ku-hero__content-panel {
	width: 100%;
	min-height: 100%;
	background-color: #ffffff;
	border-radius: 0;
	box-shadow: none;
}

.ku-hero__content-panel::after {
	content: "";
	position: absolute;
	inset: 24px 0 24px 24px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 28px 0 0 28px;
	pointer-events: none;
}

.ku-hero__content-overlay {
	position: absolute;
	inset: 0;
	z-index: 0;
	opacity: 0.14;
}

.ku-hero__content-inner {
	width: 100%;
	max-width: 760px;
	margin-left: auto;
	padding: clamp(2.5rem, 6vw, 5rem) clamp(1.5rem, 4vw, 4rem) clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 5vw, 5rem);
}

.ku-hero__badge {
	background: rgba(134, 180, 38, 0.1);
	color: #6f9720;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ku-hero__heading {
	margin: 0;
	font-size: clamp(3.5rem, 8vw, 7rem);
	line-height: 0.92;
	letter-spacing: -0.04em;
	color: #111827;
	text-wrap: balance;
}

.ku-hero__heading-line-1,
.ku-hero__highlight {
	display: block;
}

.ku-hero__highlight {
	color: var(--heart-color, #86b426);
}

.ku-hero__subtitle {
	font-size: clamp(1rem, 1.5vw, 1.35rem);
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--heart-color, #86b426);
}

.ku-hero__description {
	font-size: 1.05rem;
	font-weight: 400;
	color: #374151;
}

.ku-hero__btn-primary,
.ku-hero__btn-secondary {
	min-height: 56px;
	padding: 0.85rem 1.6rem;
	border-radius: 999px;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.ku-hero__btn-primary {
	background: linear-gradient(135deg, #93c328 0%, #76a91b 100%);
	color: #ffffff;
	box-shadow: 0 18px 30px rgba(118, 169, 27, 0.28);
}

.ku-hero__btn-primary:hover {
	color: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 22px 36px rgba(118, 169, 27, 0.34);
}

.ku-hero__btn-secondary {
	background-color: transparent;
	border: 0;
	color: #111827;
	padding-left: 0;
	padding-right: 0;
	justify-content: center;
}

@media (min-width: 1024px) {
	.ku-hero__btn-secondary {
		justify-content: flex-start;
	}
}

.ku-hero__btn-secondary:hover {
	color: var(--heart-color, #86b426);
	transform: translateY(-2px);
}

.ku-hero__btn-secondary-icon {
	width: 56px;
	height: 56px;
	border: 1px solid rgba(17, 24, 39, 0.14);
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
}

.ku-hero__stats-list {
	display: grid;
	gap: 20px;
	padding-top: 1.75rem;
	margin-top: 1.75rem;
	border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.ku-hero__stat-item:not(:last-child) {
	border-right-color: var(--stat-divider-color, rgba(17, 24, 39, 0.08));
	border-right-width: var(--stat-divider-width, 1px);
	border-right-style: var(--stat-divider-style, solid);
}

.ku-hero__stat-item:last-child {
	border-right: none !important;
}

.ku-hero__stat-icon-wrap {
	width: 52px;
	height: 52px;
	flex-shrink: 0;
}

.ku-hero__visual-wrap {
	width: 100%;
	height: 100%;
}

.ku-hero__image-container {
	position: relative;
	width: 100%;
	height: 360px;
	border-radius: 0;
	overflow: hidden;
	isolation: isolate;
	box-shadow: none;
}

@media (min-width: 768px) {
	.ku-hero__image-container {
		height: 480px;
	}
}

@media (min-width: 1024px) {
	.ku-hero__image-container {
		height: 100%;
		min-height: 620px;
	}
}

.ku-hero__image {
	width: 100%;
	height: 100% !important;
	object-fit: var(--image-object-fit, cover);
	object-position: var(--image-object-x, 50%) var(--image-object-y, 50%);
	transform: translate3d(var(--image-x, 0px), var(--image-y, 0px), 0) scale(var(--image-scale, 1));
	transition: transform 0.7s ease;
}

.ku-hero__image-container:hover .ku-hero__image {
	transform: translate3d(var(--image-x, 0px), var(--image-y, 0px), 0) scale(calc(var(--image-scale, 1) * 1.03));
}

.ku-hero__image-brush {
	position: absolute;
	top: -2px;
	bottom: -2px;
	left: -14px;
	width: 80px;
	z-index: 20;
	background:
		radial-gradient(circle at 28px 24px, #ffffff 0 18px, transparent 19px),
		radial-gradient(circle at 42px 72px, #ffffff 0 22px, transparent 23px),
		radial-gradient(circle at 26px 126px, #ffffff 0 18px, transparent 19px),
		radial-gradient(circle at 46px 176px, #ffffff 0 24px, transparent 25px),
		radial-gradient(circle at 24px 232px, #ffffff 0 18px, transparent 19px),
		radial-gradient(circle at 44px 286px, #ffffff 0 22px, transparent 23px),
		radial-gradient(circle at 24px 344px, #ffffff 0 18px, transparent 19px),
		radial-gradient(circle at 48px 404px, #ffffff 0 24px, transparent 25px),
		radial-gradient(circle at 30px 470px, #ffffff 0 20px, transparent 21px),
		linear-gradient(90deg, #ffffff 0%, #ffffff 54%, rgba(255, 255, 255, 0) 100%);
	pointer-events: none;
}

.ku-hero__image-shadow {
	position: absolute;
	inset: auto 0 -18px 10%;
	height: 52px;
	background: radial-gradient(ellipse at center, rgba(17, 24, 39, 0.18) 0%, rgba(17, 24, 39, 0) 72%);
	filter: blur(8px);
	pointer-events: none;
	z-index: 0;
}

.ku-hero__media-col::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(17, 24, 39, 0.06) 0%, rgba(17, 24, 39, 0) 18%);
	pointer-events: none;
	z-index: 5;
}

.ku-hero__wave-container {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 80px;
	pointer-events: none;
}

.ku-hero__swiper {
	width: 100%;
	position: relative;
}

.ku-hero__swiper .swiper-wrapper {
	padding-bottom: 0;
}

.swiper-slide {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.ku-hero__pagination {
	position: absolute;
	bottom: 24px !important;
	left: 0 !important;
	width: 100% !important;
	transform: none !important;
	z-index: 30;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 6px;
}

.ku-hero--has-wave .ku-hero__pagination {
	bottom: 96px !important;
}

.ku-hero__pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background-color: rgba(17, 24, 39, 0.16);
	opacity: 0.5;
	transition: all 0.3s ease;
	cursor: pointer;
}

.ku-hero__pagination .swiper-pagination-bullet-active {
	background-color: var(--heart-color, #86b426);
	width: 22px;
	border-radius: 999px;
	opacity: 1;
}

.ku-hero__button-prev,
.ku-hero__button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 30;
	width: 48px;
	height: 48px;
	background-color: rgba(255, 255, 255, 0.96);
	border: 1px solid rgba(17, 24, 39, 0.08);
	color: #374151;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	cursor: pointer;
	box-shadow: 0 14px 28px rgba(17, 24, 39, 0.12);
}

.ku-hero__button-prev:hover,
.ku-hero__button-next:hover {
	background-color: var(--heart-color, #86b426);
	border-color: var(--heart-color, #86b426);
	color: #ffffff;
	transform: translateY(-50%) scale(1.05);
}

.ku-hero__button-prev {
	left: 16px;
}

.ku-hero__button-next {
	right: 16px;
}

@media (min-width: 1024px) {
	.ku-hero__button-prev {
		left: 28px;
	}

	.ku-hero__button-next {
		right: 28px;
	}
}

@media (max-width: 1023px) {
	.ku-hero__content-panel {
		border-radius: 28px;
		box-shadow: 0 24px 60px rgba(17, 24, 39, 0.08);
	}

	.ku-hero__content-panel::after {
		inset: 14px;
		border-radius: 20px;
	}

	.ku-hero__visual-wrap {
		max-width: 100%;
	}

	.ku-hero__content-inner {
		max-width: none;
		padding: 2rem 1.5rem;
	}

	.ku-hero__media-col {
		padding: 0 1rem 1rem;
	}

	.ku-hero__image-container {
		border-radius: 28px;
		box-shadow: 0 28px 60px rgba(17, 24, 39, 0.18);
	}

	.ku-hero__image-brush {
		width: 64px;
		left: -8px;
	}

	.ku-hero__media-col::after {
		display: none;
	}
}
