.kl-product-spec-section {
	background: #fffdf9;
	color: #07182f;
	padding: clamp(52px, 7vw, 92px) 0;
	scroll-margin-top: 140px;
}

.kl-product-spec-section__inner {
	margin: 0 auto;
	max-width: 1320px;
	padding: 0 clamp(18px, 4vw, 48px);
}

.kl-product-spec-section__header {
	display: grid;
	gap: 18px;
	margin-bottom: 24px;
}

.kl-product-spec-section__eyebrow {
	color: rgba(7, 24, 47, 0.72);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0;
	text-transform: uppercase;
}

.kl-product-spec-section__title {
	color: #111827;
	font-family: inherit;
	font-size: clamp(34px, 4vw, 56px);
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
	max-width: 760px;
}

.kl-product-spec-section__tabs {
	align-items: center;
	border-bottom: 1px solid rgba(184, 149, 95, 0.25);
	display: flex;
	gap: clamp(22px, 5vw, 70px);
	overflow-x: auto;
	padding-top: 6px;
	scrollbar-width: thin;
	white-space: nowrap;
}

.kl-product-spec-section__tabs a {
	border-bottom: 2px solid transparent;
	color: rgba(7, 24, 47, 0.68);
	font-size: 15px;
	font-weight: 700;
	padding: 0 0 13px;
	text-decoration: none;
}

.kl-product-spec-section__tabs a[aria-current="page"] {
	border-color: #b8955f;
	color: #9b743e;
}

.kl-product-spec-section__cards {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 18px;
}

.kl-product-spec-card {
	align-items: center;
	background: rgba(255, 255, 255, 0.78);
	border: 1px solid rgba(184, 149, 95, 0.22);
	border-radius: 8px;
	display: grid;
	gap: 4px 12px;
	grid-template-columns: 36px 1fr;
	min-height: 82px;
	padding: 14px 16px;
}

.kl-product-spec-card__icon {
	align-items: center;
	color: #9b743e;
	display: flex;
	font-size: 24px;
	grid-row: span 3;
	justify-content: center;
}

.kl-product-spec-card__label {
	color: rgba(7, 24, 47, 0.58);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.15;
	text-transform: uppercase;
}

.kl-product-spec-card strong {
	color: #9b743e;
	font-size: 16px;
	line-height: 1.25;
}

.kl-product-spec-card small {
	color: rgba(7, 24, 47, 0.72);
	font-size: 12px;
}

.kl-product-spec-section__body {
	align-items: center;
	display: grid;
	gap: clamp(22px, 4vw, 56px);
	grid-template-columns: minmax(320px, 0.85fr) minmax(0, 1.55fr);
}

.kl-product-spec-section__list {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.kl-product-spec-item {
	align-items: center;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(184, 149, 95, 0.24);
	border-radius: 8px;
	display: grid;
	gap: 12px;
	grid-template-columns: 34px 1fr 22px;
	min-height: 58px;
	padding: 10px 14px;
}

.kl-product-spec-item__number {
	align-items: center;
	background: linear-gradient(180deg, #d8c196, #aa8348);
	border-radius: 999px;
	color: #fff;
	display: flex;
	font-size: 14px;
	font-weight: 800;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.kl-product-spec-item__copy {
	min-width: 0;
}

.kl-product-spec-item__title {
	color: #17233a;
	display: inline-block;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
	text-decoration: none;
}

.kl-product-spec-item__title:hover {
	color: #9b743e;
}

.kl-product-spec-item p {
	color: rgba(7, 24, 47, 0.66);
	font-size: 12px;
	line-height: 1.35;
	margin: 3px 0 0;
}

.kl-product-spec-item__more {
	align-items: center;
	color: #07182f;
	display: flex;
	font-size: 22px;
	height: 28px;
	justify-content: center;
	text-decoration: none;
	width: 22px;
}

.kl-product-spec-section__visual {
	margin: 0;
	min-width: 0;
}

.kl-product-spec-section__visual img {
	display: block;
	height: auto;
	max-height: 620px;
	object-fit: contain;
	width: 100%;
}

@media (max-width: 1024px) {
	.kl-product-spec-section__cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.kl-product-spec-section__body {
		align-items: start;
		grid-template-columns: 1fr;
	}

	.kl-product-spec-section__visual {
		order: -1;
	}
}

@media (max-width: 640px) {
	.kl-product-spec-section {
		padding: 42px 0;
	}

	.kl-product-spec-section__inner {
		padding: 0 16px;
	}

	.kl-product-spec-section__cards {
		grid-template-columns: 1fr;
	}

	.kl-product-spec-section__tabs {
		gap: 24px;
	}

	.kl-product-spec-item {
		grid-template-columns: 32px 1fr 18px;
		padding: 10px 12px;
	}

	.kl-product-spec-item p {
		font-size: 11.5px;
	}
}
