/**
 * Homepage «Все включено» — one-row modern services slider
 */
.specteh-inclusive {
	--si-orange: #ff8311;
	--si-orange-hover: #f67300;
	--si-text: #1a1a1a;
	--si-muted: #6b7280;
	--si-border: #e5e7eb;
	--si-radius: 14px;
	font-family: Manrope, "Segoe UI", sans-serif;
}

.moduletable.fullbg.mod_all_Inclusive.nrec,
.moduletable.fullbg.mod_all_Inclusive {
	background: #fff;
}

.specteh-inclusive__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px 28px;
	margin-bottom: 28px;
	flex-wrap: wrap;
}

.specteh-inclusive__title,
.specteh-inclusive .h2.specteh-inclusive__title {
	margin: 0;
	max-width: min(36ch, 100%);
	font-family: Manrope, "Segoe UI", sans-serif;
	font-weight: 800;
	font-size: clamp(1.6rem, 2.3vw, 2.25rem);
	line-height: 1.15;
	letter-spacing: -0.02em;
	text-transform: none;
	color: var(--si-text);
}

.specteh-inclusive__actions {
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.specteh-inclusive__nav.newnav {
	position: static;
	margin: 0;
}

.specteh-inclusive__nav .nav {
	display: flex;
	gap: 10px;
	align-items: center;
}

.specteh-inclusive__nav .owl-prev,
.specteh-inclusive__nav .owl-next {
	position: static !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
	width: 44px !important;
	height: 44px !important;
	margin: 0;
	padding: 0;
	border: 1.5px solid var(--si-orange);
	border-radius: 12px;
	background: #fff !important;
	cursor: pointer;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	box-shadow: none !important;
}

.specteh-inclusive__nav .owl-prev:before,
.specteh-inclusive__nav .owl-next:before {
	content: "" !important;
	position: static !important;
	display: block !important;
	width: 9px !important;
	height: 9px !important;
	border: none !important;
	border-radius: 0 !important;
	background: none !important;
	background-image: none !important;
	border-top: 2px solid var(--si-orange) !important;
	border-left: 2px solid var(--si-orange) !important;
	transform: rotate(-45deg);
	font-size: 0 !important;
	line-height: 0 !important;
}

.specteh-inclusive__nav .owl-next:before {
	transform: rotate(135deg);
}

.specteh-inclusive__nav .owl-prev:hover,
.specteh-inclusive__nav .owl-next:hover {
	background: #fff7ed !important;
}

.specteh-inclusive__nav .owl-prev span,
.specteh-inclusive__nav .owl-next span {
	display: none !important;
}

.specteh-inclusive__all {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 44px;
	padding: 0 16px;
	border: 1.5px solid #ffd2a8;
	border-radius: 10px;
	background: #fff;
	color: var(--si-orange) !important;
	font-size: 0.92rem;
	font-weight: 700;
	text-decoration: none !important;
	white-space: nowrap;
	transition: border-color 0.15s ease, background 0.15s ease;
}

.specteh-inclusive__all:hover {
	border-color: var(--si-orange);
	background: #fff8f1;
}

.specteh-inclusive__slider.owl-carousel {
	display: block;
}

.specteh-inclusive__card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background: #fff;
	border: 1px solid var(--si-border);
	border-radius: var(--si-radius);
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.specteh-inclusive__card:hover {
	border-color: #fdba74;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.specteh-inclusive__media {
	display: block;
	aspect-ratio: 16 / 10;
	background: #f3f4f6;
	overflow: hidden;
}

.specteh-inclusive__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.specteh-inclusive__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1 1 auto;
	padding: 14px 16px 16px;
}

.specteh-inclusive__name {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0;
	font-size: 1.02rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.01em;
	color: var(--si-text) !important;
	text-decoration: none !important;
}

.specteh-inclusive__name:hover {
	color: var(--si-orange) !important;
}

.specteh-inclusive__desc {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.45;
	color: var(--si-muted);
}

.specteh-inclusive__more {
	margin-top: auto;
	padding-top: 4px;
	font-size: 0.9rem;
	font-weight: 700;
	color: var(--si-orange) !important;
	text-decoration: none !important;
}

.specteh-inclusive__more:hover {
	color: var(--si-orange-hover) !important;
	text-decoration: underline !important;
}

/* Kill legacy grid styles inside redesigned block */
.mod_all_Inclusive.nrec .uslugarow,
.specteh-inclusive .uslugarow {
	display: none;
}

@media (max-width: 991.98px) {
	.specteh-inclusive__title,
	.specteh-inclusive .h2.specteh-inclusive__title {
		max-width: none;
	}

	.specteh-inclusive__head {
		margin-bottom: 20px;
	}
}

@media (max-width: 575.98px) {
	.specteh-inclusive__all {
		width: 100%;
		justify-content: center;
	}
}
