/**
 * Category after-catalog blocks (namespaced).
 * Brand orange: #ff8311 (site).
 */
.category-after-catalog {
	--cac-orange: #ff8311;
	--cac-orange-hover: #e6740a;
	--cac-green: #16a34a;
	--cac-green-hover: #15803d;
	--cac-green-soft: rgba(22, 163, 74, 0.08);
	--cac-bg: #ffffff;
	--cac-bg-light: #f7f8fa;
	--cac-bg-warm: #fff8f2;
	--cac-text: #17191d;
	--cac-muted: #656873;
	--cac-border: #e7e9ed;
	--cac-radius: 14px;
	--cac-radius-lg: 18px;
	--cac-shadow: 0 4px 18px rgba(17, 25, 39, 0.04);
	--cac-font: Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;

	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 24px 0 40px;
	padding: 0;
	font-family: var(--cac-font);
	color: var(--cac-text);
	flex: 0 0 100%;
	order: 20;
}

/* На всю ширину #middle (фильтр + каталог), а не только колонки main */
body.specteh-category-listing #middle.has-category-after-catalog,
body.categoryview #middle.has-category-after-catalog {
	flex-wrap: wrap !important;
	align-items: flex-start;
}

body.specteh-category-listing #middle.has-category-after-catalog > #left,
body.categoryview #middle.has-category-after-catalog > #left {
	order: 0;
}

body.specteh-category-listing #middle.has-category-after-catalog > main,
body.categoryview #middle.has-category-after-catalog > main {
	order: 1;
}

body.specteh-category-listing #middle.has-category-after-catalog > .category-after-catalog,
body.categoryview #middle.has-category-after-catalog > .category-after-catalog {
	order: 20;
	flex: 0 0 100%;
	width: 100%;
	max-width: 100%;
}

.category-after-catalog *,
.category-after-catalog *::before,
.category-after-catalog *::after {
	box-sizing: border-box;
}

.category-after-catalog__inner {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* Кнопка «Показать ещё» под сеткой каталога (ширина колонки каталога) */
.specteh-category-show-more {
	display: block;
	width: 100%;
	margin: 16px 0 8px;
}

.specteh-category-show-more[hidden] {
	display: none !important;
}

.specteh-category-show-more__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 52px;
	padding: 12px 20px;
	border: 1px solid #e7e9ed;
	border-radius: 12px;
	background: #f3f4f6;
	color: #17191d;
	font-family: Manrope, Inter, "Segoe UI", sans-serif;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.specteh-category-show-more__btn:hover {
	border-color: #ff8311;
	color: #ff8311;
	background: #fff8f2;
}

.specteh-category-show-more__btn:focus-visible {
	outline: 2px solid rgba(255, 131, 17, 0.45);
	outline-offset: 2px;
}

.specteh-category-show-more__chevron {
	display: inline-flex;
	color: #ff8311;
}

.specteh-category-grid__card.product-container.is-cac-hidden,
.specteh-category-grid__card.is-cac-hidden {
	display: none !important;
}

.category-after-catalog__horizon {
	display: grid;
	gap: 16px;
}

.category-after-catalog__horizon--0 {
	grid-template-columns: 1fr 1fr;
}

.category-after-catalog__horizon--1 {
	grid-template-columns: 1fr 1fr 1fr;
}

.category-after-catalog__horizon--2 {
	grid-template-columns: minmax(0, 1.7fr) minmax(320px, 0.9fr);
	align-items: stretch;
}

.category-faq-rental-row > .category-faq,
.category-faq-rental-row > .category-included {
	height: 100%;
}

.category-delivery {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.category-delivery__title {
	margin-bottom: 12px;
}

.category-delivery__lead {
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.45;
	color: var(--cac-muted);
}

.category-delivery__items {
	display: flex;
	flex-direction: column;
}

.category-delivery__item {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	padding: 12px 0;
	border-bottom: 1px solid var(--cac-border);
}

.category-delivery__item:last-child {
	border-bottom: 0;
}

.category-delivery__icon {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: rgba(255, 131, 17, 0.12);
	color: var(--cac-orange);
}

.category-delivery__icon svg {
	width: 22px;
	height: 22px;
}

.category-delivery__label {
	margin-bottom: 3px;
	font-size: 13px;
	color: var(--cac-muted);
}

.category-delivery__value {
	font-size: 15px;
	line-height: 1.4;
	font-weight: 650;
	color: var(--cac-text);
}

.category-delivery__note {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	margin-top: 16px;
	padding: 14px 16px;
	border-radius: 10px;
	background: var(--cac-bg-warm);
	font-size: 13px;
	line-height: 1.45;
	color: var(--cac-muted);
}

.category-delivery__note-icon {
	color: var(--cac-orange);
	display: inline-flex;
}

.category-delivery__note-icon svg {
	width: 18px;
	height: 18px;
}

.category-delivery__cta {
	margin-top: auto;
	width: 100%;
	justify-content: center;
}

.category-included .category-after-catalog__btn {
	margin-top: 16px;
	width: 100%;
	justify-content: center;
}

.category-after-catalog__horizon--3 {
	grid-template-columns: 2fr 1fr;
}

.category-after-catalog__horizon--4,
.category-after-catalog__horizon--5 {
	grid-template-columns: 1fr;
}

.category-help,
.category-task-selection,
.category-pricing,
.category-delivery,
.category-included,
.category-order-steps,
.category-faq,
.category-specialist-help,
.category-projects,
.category-reviews,
.category-seo,
.category-final-cta {
	background: var(--cac-bg);
	border: 1px solid var(--cac-border);
	border-radius: var(--cac-radius-lg);
	padding: 24px;
	box-shadow: var(--cac-shadow);
}

.category-help,
.category-final-cta {
	background: var(--cac-bg-warm);
}

.category-help__head {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	margin-bottom: 18px;
}

.category-help__icon,
.category-task-selection__item-icon,
.category-included__icon,
.category-final-cta__perks span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: rgba(255, 131, 17, 0.12);
	color: var(--cac-orange);
	flex: 0 0 auto;
}

.category-help__icon svg,
.category-task-selection__item-icon svg,
.category-included__icon svg,
.category-final-cta__perks span svg,
.category-faq__chevron svg,
.category-task-selection__item-arrow svg {
	width: 22px;
	height: 22px;
}

.category-help__title,
.category-task-selection__title,
.category-pricing__title,
.category-delivery__title,
.category-included__title,
.category-order-steps__title,
.category-faq__title,
.category-specialist-help__title,
.category-projects__title,
.category-reviews__title,
.category-seo__title,
.category-final-cta__title {
	margin: 0 0 8px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
}

.category-help__text,
.category-specialist-help__text,
.category-final-cta__subtitle,
.category-pricing__note,
.category-included__note {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	color: var(--cac-muted);
}

.category-help__form,
.category-final-cta__form {
	display: grid;
	gap: 12px;
}

.category-after-catalog__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 0;
}

.category-after-catalog__label {
	font-size: 12px;
	font-weight: 600;
	color: var(--cac-muted);
}

.category-after-catalog__field input,
.category-after-catalog__field select {
	width: 100%;
	min-height: 48px;
	padding: 10px 12px;
	border: 1px solid var(--cac-border);
	border-radius: 10px;
	background: #fff;
	font: inherit;
	font-size: 14px;
	color: var(--cac-text);
}

.category-after-catalog__field input:focus,
.category-after-catalog__field select:focus,
.category-after-catalog__btn:focus-visible,
.category-faq__q:focus-visible,
.category-task-selection__item:focus-visible,
.category-reviews__nav-btn:focus-visible,
.category-reviews__dot:focus-visible {
	outline: 2px solid rgba(255, 131, 17, 0.45);
	outline-offset: 2px;
}

.category-after-catalog__hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
}

.category-after-catalog__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 18px;
	border-radius: 10px;
	border: 1px solid transparent;
	font: inherit;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none !important;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.category-after-catalog__btn--primary {
	background: transparent !important;
	background-image: none !important;
	border: 1.5px solid var(--cac-green) !important;
	border-color: var(--cac-green) !important;
	color: var(--cac-green) !important;
	box-shadow: none !important;
}

.category-after-catalog__btn--primary:hover,
.category-after-catalog__btn--primary:focus {
	background: var(--cac-green-soft) !important;
	border-color: var(--cac-green-hover) !important;
	color: var(--cac-green-hover) !important;
}

.category-after-catalog__btn--outline {
	background: #fff;
	border-color: var(--cac-border);
	color: var(--cac-text) !important;
	width: 100%;
	margin-top: 14px;
}

.category-after-catalog__btn--outline:hover {
	border-color: var(--cac-green);
	color: var(--cac-green) !important;
}

.category-after-catalog__btn--ghost {
	background: transparent;
	border-color: var(--cac-green);
	color: var(--cac-green) !important;
}

.category-after-catalog__btn:disabled {
	opacity: 0.65;
	cursor: not-allowed;
}

.category-task-selection__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 14px;
}

.category-task-selection__item {
	display: grid;
	grid-template-columns: 40px 1fr 20px;
	align-items: center;
	gap: 10px;
	min-height: 64px;
	padding: 12px;
	border: 1px solid var(--cac-border);
	border-radius: var(--cac-radius);
	background: #fff;
	text-align: left;
	cursor: pointer;
	font: inherit;
	color: inherit;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.category-task-selection__item:hover {
	border-color: rgba(255, 131, 17, 0.5);
	box-shadow: var(--cac-shadow);
}

.category-task-selection__item-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
}

.category-task-selection__item-arrow {
	color: var(--cac-orange);
}

.category-pricing__table-wrap {
	overflow-x: auto;
	margin: 14px 0;
}

.category-pricing {
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 0;
}

.category-pricing__body {
	position: relative;
	flex: 1 1 auto;
	min-height: 0;
}

.category-pricing.is-collapsed .category-pricing__body {
	max-height: 260px;
	overflow: hidden;
}

.category-pricing.is-collapsed .category-pricing__body::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 72px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 85%);
	pointer-events: none;
}

.category-pricing__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	width: 100%;
	margin: 0 0 12px;
	padding: 10px 12px;
	border: 1px solid #e7e9ed;
	border-radius: 10px;
	background: #f3f4f6;
	color: #17191d;
	font: inherit;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.category-pricing__toggle:hover {
	border-color: var(--cac-orange);
	color: var(--cac-orange);
	background: #fff8f2;
}

.category-pricing__toggle:focus-visible {
	outline: 2px solid rgba(255, 131, 17, 0.45);
	outline-offset: 2px;
}

.category-pricing .category-after-catalog__btn {
	margin-top: auto;
}

.category-pricing__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.category-pricing__table th,
.category-pricing__table td {
	padding: 10px 8px;
	border-bottom: 1px solid #eef0f3;
	text-align: left;
}

.category-pricing__table th:nth-child(2),
.category-pricing__table th:nth-child(3),
.category-pricing__table td:nth-child(2),
.category-pricing__table td:nth-child(3) {
	text-align: right;
	white-space: nowrap;
}

.category-pricing__table th {
	font-size: 12px;
	color: var(--cac-muted);
	font-weight: 600;
}

.category-included__list,
.category-order-steps__list,
.category-seo__list,
.category-final-cta__perks {
	list-style: none;
	margin: 0;
	padding: 0;
}

.category-included__item {
	display: flex;
	gap: 12px;
	margin-bottom: 14px;
}

.category-included__item-title {
	display: block;
	font-size: 15px;
	margin-bottom: 2px;
}

.category-included__item-text {
	margin: 0;
	font-size: 13px;
	color: var(--cac-muted);
	line-height: 1.45;
}

.category-order-steps__list {
	position: relative;
	margin: 8px 0 0;
}

.category-order-steps__item {
	display: grid;
	grid-template-columns: 32px 1fr;
	gap: 12px;
	position: relative;
	padding-bottom: 16px;
}

.category-order-steps__item:not(:last-child)::before {
	content: "";
	position: absolute;
	left: 15px;
	top: 32px;
	bottom: 0;
	border-left: 1px dashed rgba(255, 131, 17, 0.45);
}

.category-order-steps__num {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: var(--cac-orange);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	z-index: 1;
}

.category-order-steps__item-title {
	display: block;
	font-size: 15px;
	margin-bottom: 2px;
}

.category-order-steps__item-text {
	margin: 0;
	font-size: 13px;
	color: var(--cac-muted);
	line-height: 1.45;
}

.category-faq__item {
	border-bottom: 1px solid #eef0f3;
}

.category-faq__item:last-child {
	border-bottom: 0;
}

.category-faq__q {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 52px;
	padding: 14px 4px;
	margin: 0 -4px;
	border: 0;
	border-radius: 8px;
	background: transparent;
	text-align: left;
	font: inherit;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	cursor: pointer;
	color: var(--cac-text);
	transition: color 0.2s ease, background 0.2s ease;
}

.category-faq__q:hover {
	color: var(--cac-orange);
	background: rgba(255, 131, 17, 0.06);
}

.category-faq__item.is-open .category-faq__q {
	color: var(--cac-orange);
}

.category-faq__chevron {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(255, 131, 17, 0.1);
	color: var(--cac-orange);
	transition: transform 0.3s ease, background 0.2s ease;
}

.category-faq__item.is-open .category-faq__chevron {
	transform: rotate(180deg);
	background: rgba(255, 131, 17, 0.18);
}

.category-faq__a {
	display: block;
	grid-template-rows: unset;
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: max-height 0.35s ease, opacity 0.25s ease;
}

.category-faq__item.is-open .category-faq__a {
	opacity: 1;
}

.category-faq__a-inner {
	padding: 2px 4px 16px;
}

.category-faq__a-inner p {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: var(--cac-muted);
}

.category-faq .category-after-catalog__btn {
	margin-top: 16px;
}

.category-specialist-help {
	display: grid;
	grid-template-rows: 1fr auto;
	gap: 16px;
	background: linear-gradient(180deg, #fff 0%, var(--cac-bg-warm) 100%);
}

.category-specialist-help__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.category-specialist-help__visual {
	border-radius: var(--cac-radius);
	overflow: hidden;
	background: var(--cac-bg-light);
	min-height: 140px;
}

.category-specialist-help__visual img {
	display: block;
	width: 100%;
	height: 160px;
	object-fit: cover;
}

.category-projects__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.category-projects__head .category-projects__title {
	margin: 0;
}

.category-projects__all {
	flex-shrink: 0;
	font-size: 13px;
	font-weight: 700;
	color: var(--cac-orange);
	text-decoration: none;
}

.category-projects__all:hover {
	text-decoration: underline;
}

.category-projects__track {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-top: 0;
}

.category-projects__card {
	display: block;
	border: 1px solid var(--cac-border);
	border-radius: var(--cac-radius);
	overflow: hidden;
	background: #fff;
	color: inherit;
	text-decoration: none !important;
}

.category-projects__media {
	aspect-ratio: 16 / 9;
	background: var(--cac-bg-light);
}

.category-projects__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.category-projects__body {
	padding: 12px 14px 14px;
}

.category-projects__name {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.category-projects__meta,
.category-projects__duration {
	margin: 0;
	font-size: 12px;
	color: var(--cac-muted);
	line-height: 1.4;
}

.category-reviews__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.category-reviews__heading {
	min-width: 0;
}

.category-reviews__title {
	margin: 0;
}

.category-reviews__summary {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
}

.category-reviews__summary-value {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: var(--cac-text);
}

.category-reviews__summary-stars {
	display: inline-flex;
	gap: 1px;
	color: var(--cac-orange);
	font-size: 14px;
	line-height: 1;
}

.category-reviews__summary-stars .rent-reviews__star--empty {
	color: #d7dbe2;
}

.category-reviews__summary-count {
	font-size: 13px;
	font-weight: 600;
	color: var(--cac-muted);
	text-decoration: none;
}

a.category-reviews__summary-count:hover {
	color: var(--cac-orange);
	text-decoration: underline;
}

.category-reviews__head-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.category-reviews__all {
	font-size: 13px;
	font-weight: 700;
	color: var(--cac-orange);
	text-decoration: none;
	white-space: nowrap;
}

.category-reviews__all:hover {
	text-decoration: underline;
}

.category-reviews__nav {
	display: flex;
	gap: 6px;
}

.category-reviews__nav-btn {
	width: 36px;
	height: 36px;
	border-radius: 10px;
	border: 1px solid var(--cac-border);
	background: #fff;
	cursor: pointer;
	font-size: 20px;
	line-height: 1;
}

.category-reviews__viewport {
	min-height: 168px;
}

.category-reviews__slide {
	margin: 0;
}

.category-reviews__card-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.category-reviews__author-block {
	display: flex;
	align-items: center;
	gap: 10px;
	min-width: 0;
}

.category-reviews__avatar {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f3f4f6;
	color: #656b73;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
}

.category-reviews__text {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
	color: var(--cac-text);
	font-weight: 400;
}

.category-reviews__author {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin: 0;
	font-size: 12px;
	line-height: 1.4;
	color: var(--cac-muted);
	min-width: 0;
}

.category-reviews__author strong {
	color: var(--cac-text);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

.category-reviews__stars {
	flex-shrink: 0;
	display: inline-flex;
	gap: 1px;
	margin: 0;
	color: #d7dbe2;
	font-size: 15px;
	line-height: 1;
}

.category-reviews__star.is-full {
	color: var(--cac-orange);
}

.category-reviews__dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 16px;
}

.category-reviews__dot {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 0;
	padding: 0;
	background: #d7dbe2;
	cursor: pointer;
}

.category-reviews__dot.is-active {
	background: var(--cac-orange);
	width: 10px;
	height: 10px;
}

.category-seo {
	background: var(--cac-bg-light);
}

.category-seo__cms {
	font-size: 15px;
	line-height: 1.55;
	color: var(--cac-text);
}

.category-seo__cms > *:first-child {
	margin-top: 0;
}

.category-seo__cms > *:last-child {
	margin-bottom: 0;
}

.category-seo__cms h2,
.category-seo__cms h3,
.category-seo__cms h4,
.category-seo__cms .h1 {
	margin: 1.1em 0 0.55em;
	color: var(--cac-text);
	font-weight: 700;
	line-height: 1.3;
}

.category-seo__cms h2 {
	font-size: 20px;
}

.category-seo__cms h3,
.category-seo__cms h4 {
	font-size: 17px;
}

.category-seo__cms p {
	margin: 0 0 12px;
	color: var(--cac-muted);
}

.category-seo__cms ul,
.category-seo__cms ol {
	margin: 0 0 12px;
	padding-left: 1.25em;
	color: var(--cac-muted);
}

.category-seo__cms li {
	margin: 0 0 6px;
}

.category-seo__cms img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

.category-seo__cms a {
	color: var(--cac-orange);
}

/* Перелинковка в SEO-тексте: без горизонтального скролла */
.category-seo__cms .category_tags,
.category-seo .category_tags {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 8px;
	height: auto !important;
	max-width: 100% !important;
	overflow: visible !important;
	white-space: normal !important;
	padding: 4px 0 8px !important;
	margin: 12px 0 20px;
	position: static;
	text-align: left;
}

.category-seo__cms .category_tags a,
.category-seo .category_tags a {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 !important;
	height: auto !important;
	min-height: 36px;
	min-width: 0;
	max-width: 100%;
	padding: 8px 12px;
	border-radius: 10px;
	border: 1px solid #e7e9ed;
	background: #fff;
	color: var(--cac-text);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	text-align: left;
	text-decoration: none !important;
	white-space: normal !important;
	box-shadow: none;
	transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.category-seo__cms .category_tags a:hover,
.category-seo .category_tags a:hover {
	border-color: var(--cac-orange);
	color: var(--cac-orange);
	background: #fff8f2;
}

.category-seo__intro {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 1.55;
	color: var(--cac-muted);
}

.category-seo__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.category-seo__section {
	background: #fff;
	border: 1px solid var(--cac-border);
	border-radius: var(--cac-radius);
	padding: 16px;
}

.category-seo__section-title {
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

.category-seo__section p,
.category-seo__list {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	color: var(--cac-muted);
}

.category-seo__list {
	padding-left: 18px;
}

.category-seo__body {
	overflow: hidden;
	transition: max-height 0.4s ease;
}

.category-seo__more-wrap {
	display: flex;
	justify-content: center;
	margin-top: 14px;
}

.category-seo__more {
	border: 0;
	background: transparent;
	padding: 6px 10px;
	color: var(--cac-orange);
	font: inherit;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
	cursor: pointer;
	text-decoration: underline;
	text-underline-offset: 3px;
	transition: color 0.15s ease, opacity 0.15s ease;
}

.category-seo__more:hover {
	color: #e56f00;
	opacity: 0.9;
}

.category-seo__more:focus-visible {
	outline: 2px solid rgba(255, 131, 17, 0.45);
	outline-offset: 2px;
	border-radius: 4px;
}

.category-seo.is-collapsed .category-seo__body {
	max-height: 480px;
	position: relative;
}

.category-seo.is-collapsed .category-seo__body::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 72px;
	background: linear-gradient(180deg, rgba(247, 248, 250, 0), #f7f8fa 85%);
	pointer-events: none;
}

.category-seo--cms.is-collapsed .category-seo__body::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 85%);
}

.category-final-cta__hint {
	color: var(--cac-muted);
}

.category-final-cta__form {
	margin-top: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
	align-items: end;
}

.category-final-cta__submit {
	min-width: 180px;
}

.category-final-cta__consent,
.category-after-catalog__consent {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 12px 0 0;
	font-size: 12px;
	line-height: 1.4;
	color: var(--cac-muted);
	cursor: pointer;
}

.category-final-cta__consent input[type="checkbox"],
.category-after-catalog__consent input[type="checkbox"] {
	flex: 0 0 auto;
	width: 14px;
	height: 14px;
	margin-top: 2px;
	accent-color: var(--cac-orange);
}

.category-final-cta__consent a,
.category-after-catalog__consent a {
	color: var(--cac-orange);
}

.category-final-cta__perks {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 20px;
	margin-top: 16px;
}

.category-final-cta__perks li {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 600;
}

.category-final-cta__perks span {
	width: 32px;
	height: 32px;
	border-radius: 10px;
}

.category-final-cta__perks span svg {
	width: 18px;
	height: 18px;
}

@media (max-width: 1279px) {
	.category-after-catalog__inner {
		padding: 0;
	}

	.category-after-catalog__horizon--1 {
		grid-template-columns: 1fr 1fr;
	}

	.category-after-catalog__horizon--1 .category-order-steps {
		grid-column: 1 / -1;
	}

	.category-seo__grid {
		grid-template-columns: 1fr 1fr;
	}

	.category-final-cta__form {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 1023px) {
	.category-after-catalog__horizon--0,
	.category-after-catalog__horizon--3 {
		grid-template-columns: 1fr;
	}

	.category-projects__track {
		display: flex;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		padding-bottom: 4px;
		-webkit-overflow-scrolling: touch;
	}

	.category-projects__card {
		flex: 0 0 78%;
		scroll-snap-align: start;
	}
}

@media (max-width: 899px) {
	.category-after-catalog__horizon--2,
	.category-faq-rental-row {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.category-after-catalog {
		margin: 20px 0 32px;
	}

	.category-after-catalog__inner {
		padding: 0;
		gap: 16px;
	}

	.category-after-catalog__horizon--1 {
		grid-template-columns: 1fr;
	}

	.category-help,
	.category-task-selection,
	.category-pricing,
	.category-delivery,
	.category-included,
	.category-order-steps,
	.category-faq,
	.category-specialist-help,
	.category-projects,
	.category-reviews,
	.category-seo,
	.category-final-cta {
		padding: 16px 12px;
		border-radius: 16px;
	}

	.category-help__title,
	.category-task-selection__title,
	.category-pricing__title,
	.category-delivery__title,
	.category-included__title,
	.category-order-steps__title,
	.category-faq__title,
	.category-specialist-help__title,
	.category-projects__title,
	.category-reviews__title,
	.category-seo__title,
	.category-final-cta__title {
		font-size: 20px;
	}

	.category-task-selection__grid {
		grid-template-columns: 1fr;
	}

	.category-seo__grid,
	.category-final-cta__form {
		grid-template-columns: 1fr;
	}

	.category-final-cta__submit {
		width: 100%;
	}

	.category-pricing__table thead {
		display: none;
	}

	.category-pricing__table,
	.category-pricing__table tbody,
	.category-pricing__table tr,
	.category-pricing__table td {
		display: block;
		width: 100%;
	}

	.category-pricing__table tr {
		border: 1px solid var(--cac-border);
		border-radius: 12px;
		padding: 10px 12px;
		margin-bottom: 10px;
	}

	.category-pricing__table td {
		border: 0;
		padding: 4px 0;
		text-align: left !important;
	}

	.category-pricing__table td:nth-child(1)::before {
		content: "Модель: ";
		color: var(--cac-muted);
		font-weight: 600;
	}

	.category-pricing__table td:nth-child(2)::before {
		content: "Час: ";
		color: var(--cac-muted);
		font-weight: 600;
	}

	.category-pricing__table td:nth-child(3)::before {
		content: "Смена: ";
		color: var(--cac-muted);
		font-weight: 600;
	}
}
