/* kayem-widgets.css — layout-critical styles only (no colors, no typography) */

/* ── Hero Split ─────────────────────────────────────────────────────────────── */
.kayem-hs {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.kayem-hs__left,
.kayem-hs__right {
	flex: 1 1 50%;
	min-width: 300px;
}

.kayem-hs__left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 60px 48px;
	box-sizing: border-box;
}

.kayem-hs__content {
	max-width: 520px;
	width: 100%;
}

.kayem-hs__right {
	position: relative;
	overflow: hidden;
	min-height: 400px;
}

.kayem-hs__right-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.kayem-hs__button {
	display: inline-block;
	padding: 14px 32px;
	text-decoration: none;
	transition: opacity 0.2s ease, background-color 0.2s ease, color 0.2s ease;
	cursor: pointer;
	margin-top: 24px;
}

.kayem-hs__badge {
	margin-top: 20px;
}

.kayem-hs__badge img {
	max-width: 120px;
	height: auto;
	display: block;
}

/* ── Product Categories ──────────────────────────────────────────────────────── */
.kayem-pc {
	overflow: hidden;
	box-sizing: border-box;
}

.kayem-pc__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.kayem-pc__heading-row {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	flex-wrap: nowrap;
}

.kayem-pc__heading-row h1,
.kayem-pc__heading-row h2,
.kayem-pc__heading-row h3 {
	margin: 0;
	line-height: 1;
}

.kayem-pc__arrow{
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 0px !important;

	width: auto !important;
	min-width: 72px !important;
	height: auto !important;
	padding: 10px !important;

	border: 2px solid currentColor !important;
	border-radius: 14px !important;
	box-sizing: border-box !important;

	background: transparent !important;
	text-align: center !important;
	line-height: 1 !important;
	appearance: none !important;
	-webkit-appearance: none !important;
}
.kayem-pc__arrow-label {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.kayem-pc__arrow svg {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
}

.kayem-pc__arrow::before,
.kayem-pc__arrow::after {
	content: none !important;
	display: none !important;
}

.kayem-pc__carousel-wrap {
	overflow: hidden;
	width: 100%;
	margin-top: 40px;
}

.kayem-pc__track {
	display: flex;
	flex-wrap: nowrap;
	gap: 16px;
	will-change: transform;
}

.kayem-pc__card {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	cursor: pointer;
	text-decoration: none;
	transition: transform 0.2s ease;
}

.kayem-pc__card:hover {
	transform: translateY(-4px);
}

.kayem-pc__card-image {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	flex-shrink: 0;
}

.kayem-pc__card-label {
	padding: 12px 16px;
	text-align: center;
}

.kayem-pc__footer {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

.kayem-pc__button {
	display: inline-block;
	padding: 14px 40px;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
	cursor: pointer;
}

/* ── Brands Showcase ─────────────────────────────────────────────────────────── */
.kayem-bs {
	overflow: hidden;
	box-sizing: border-box;
}

.kayem-bs__header {
	text-align: center;
	margin-bottom: 48px;
}

.kayem-bs__featured {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	margin-bottom: 56px;
}

.kayem-bs__brand {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
}

.kayem-bs__brand a {
	display: block;
}

.kayem-bs__brand img {
	max-width: 160px;
	height: auto;
	display: block;
}

.kayem-bs__brand-btn {
	display: inline-block;
	padding: 8px 24px;
	border-radius: 50px;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
	cursor: pointer;
}

.kayem-bs__secondary {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 32px;
	margin-bottom: 36px;
}

.kayem-bs__secondary-logo img {
	max-width: 100px;
	height: auto;
	display: block;
	filter: grayscale(100%);
	opacity: 0.55;
	transition: filter 0.25s ease, opacity 0.25s ease;
}

.kayem-bs__secondary-logo:hover img {
	filter: grayscale(0%);
	opacity: 1;
}

.kayem-bs__other {
	text-align: center;
}

.kayem-bs__other-link {
	text-decoration: underline;
	transition: opacity 0.2s ease;
}

.kayem-bs__other-link:hover {
	opacity: 0.7;
}

/* ── Industry Cards ──────────────────────────────────────────────────────────── */
.kayem-ic {
	overflow: hidden;
	box-sizing: border-box;
}

.kayem-ic__header {
	text-align: center;
	margin-bottom: 48px;
}

.kayem-ic__heading--underline {
	display: inline-block;
	padding-bottom: 8px;
	border-bottom: 3px solid currentColor;
}

.kayem-ic__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.kayem-ic__card {
	display: flex;
	flex-direction: column;
	padding: 32px 24px;
	box-sizing: border-box;
}

.kayem-ic__icon-wrap {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 20px;
	padding: 14px 16px;
	border-radius: 8px;
	border: 2px solid;
}

.kayem-ic__icon-wrap i,
.kayem-ic__icon-wrap svg {
	font-size: 28px;
	width: 28px;
	height: 28px;
	display: block;
}

.kayem-ic__icon-label {
	font-size: 10px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	margin-top: 8px;
	display: block;
}

.kayem-ic__card-title {
	margin: 0 0 10px;
}

.kayem-ic__card-desc {
	flex: 1;
	margin: 0 0 16px;
}

.kayem-ic__card-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	text-decoration: none;
	transition: gap 0.2s ease;
	margin-top: auto;
}

.kayem-ic__card-link:hover {
	gap: 8px;
}

.kayem-ic__card-link svg {
	flex-shrink: 0;
	transition: transform 0.2s ease;
}

/* ── Testimonial Band ────────────────────────────────────────────────────────── */
.kayem-tb {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.kayem-tb__inner {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	padding: 60px 32px;
	box-sizing: border-box;
}

.kayem-tb__quote {
	margin: 0 0 24px;
	padding: 0;
	quotes: none;
}

.kayem-tb__attribution {
	display: block;
	font-style: normal;
}

/* ── Responsive ─────────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
	.kayem-ic__grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.kayem-hs__left {
		padding: 48px 32px;
	}
}

@media (max-width: 767px) {
	.kayem-hs {
		flex-direction: column;
	}

	.kayem-hs__left {
		padding: 40px 24px;
	}

	.kayem-hs__right {
		min-height: 280px;
	}

	.kayem-ic__grid {
		grid-template-columns: 1fr;
	}

	.kayem-pc__card-image {
		height: 160px;
	}

	.kayem-tb__inner {
		padding: 40px 20px;
	}
}
