.services-content-post {
	padding: 100px 0 0;
	background: #ffffff;
}

/* ——— Header ——— */
.services-content-post__header {
	margin-bottom: 72px;
	text-align: center;
}

.services-content-post__eyebrow.section-eyebrow {
	margin-bottom: 18px;
	color: #ff5a00;
	font-size: clamp(15px, 1.65vw, 20px);
	font-weight: 700;
	letter-spacing: 0.02em;
}

.services-content-post__title.section-title {
	max-width: 100%;
	margin: 0 auto 28px;
	padding: 0 12px;
	color: #262626;
	font-size: clamp(26px, 3.6vw, 42px);
	line-height: 1.12;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.services-content-post__title.section-title b,
.services-content-post__title.section-title strong {
	color: #ff5000;
	font-weight: 700;
}

.services-content-post__desc {
	max-width: 98%;
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
	color: rgba(17, 17, 17, 0.72);
	font-size: 18px;
	line-height: 24px;
}

.services-content-post__desc p {
	margin: 0 0 1rem;
	color: inherit;
}

.services-content-post__desc p:last-child {
	margin-bottom: 0;
}

.services-content-post__desc b,
.services-content-post__desc strong {
	color: #ff5000;
	font-weight: 700;
}

/* ——— Rows ——— */
.services-content-post__list {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

/* Скрытые строки репитера (с 5-й), пока не раскрыто */
.services-content-post--collapsible:not(.is-expanded) .services-content-post__item--extra {
	display: none;
}

/* ——— See more: линия + кнопка-пилюля ——— */
.services-content-post__more {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
	padding: 48px 0 0;
	box-sizing: border-box;
}

.services-content-post__more-line {
	position: absolute;
	left: 0;
	right: 0;
	top: 77%;
	width: 100%;
	height: 1px;
	margin: 0;
	border: 0;
	background: rgba(17, 17, 17, 0.12);
	pointer-events: none;
}

.services-content-post__more-btn {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 14px 36px;
	border: 0;
	border-radius: 999px;
	background: #ff5000;
	box-shadow: 0 0 0 12px #ffffff;
	color: #ffffff;
	font-family: var(--font-family-base);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease;
	-webkit-font-smoothing: antialiased;
}

.services-content-post__more-btn:hover,
.services-content-post__more-btn:focus-visible {
	background: #e64800;
	color: #ffffff;
	outline: none;
}

.services-content-post__more-btn:focus-visible {
	box-shadow: 0 0 0 12px #ffffff, 0 0 0 3px rgba(255, 80, 0, 0.45);
}

.services-content-post__item {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: clamp(32px, 4vw, 48px);
}

.services-content-post__item.is-reverse {
	flex-direction: row-reverse;
}

/* Image: макет 524×536, скругление Figma 50px */
.services-content-post__image {
	flex: 0 0 48%;
	max-width: 524px;
	aspect-ratio: 524 / 536;
	border-radius: 50px;
	overflow: hidden;
	background: #f0f0f0;
}

.services-content-post__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* Текст: скоба всегда слева от текста (между картинкой и абзацами в любом ряду) */
.services-content-post__content {
	--services-bracket-color: rgba(38, 38, 38, 1);
	--services-bracket-tick: 28px;
	position: relative;
	flex: 1 1 0;
	min-width: 0;
	max-width: 706px;
	padding-left: calc(var(--services-bracket-tick) + 12px);
	padding-right: 0;
}

.services-content-post__content::before {
	content: '';
	position: absolute;
	left: 0;
	top: -4px;
	width: var(--services-bracket-tick);
	height: calc(100% + 8px);
	pointer-events: none;
	background:
		linear-gradient(var(--services-bracket-color), var(--services-bracket-color)) 0 0 / 1px 100% no-repeat,
		linear-gradient(var(--services-bracket-color), var(--services-bracket-color)) 0 0 / var(--services-bracket-tick) 1px no-repeat,
		linear-gradient(var(--services-bracket-color), var(--services-bracket-color)) 0 100% / var(--services-bracket-tick) 1px no-repeat;
}

/* WYSIWYG */
.services-content-post__wysiwyg > :first-child {
	margin-top: 0;
}

.services-content-post__wysiwyg > :last-child {
	margin-bottom: 0;
}

/* Figma: заголовки 32 / 46, semibold 600, rgba(38,38,38,1) */
.services-content-post__wysiwyg h2,
.services-content-post__wysiwyg h3,
.services-content-post__wysiwyg h4 {
	margin: 0 0 20px;
	font-family: var(--font-family-base);
	font-size: 32px;
	font-weight: 600;
	line-height: 46px;
	letter-spacing: 0;
	text-transform: uppercase;
	color: rgba(38, 38, 38, 1);
}

/* Figma: основной текст 18 / 24, medium 500 */
.services-content-post__wysiwyg p {
	margin: 0 0 16px;
	font-family: var(--font-family-base);
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0;
	color: rgba(38, 38, 38, 1);
}

.services-content-post__wysiwyg b,
.services-content-post__wysiwyg strong {
	font-weight: 600;
}

.services-content-post__wysiwyg ul {
	margin: 0 0 16px;
	padding-left: 1.15em;
	list-style: disc;
	font-family: var(--font-family-base);
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0;
	color: rgba(38, 38, 38, 1);
}

.services-content-post__wysiwyg li {
	margin-bottom: 8px;
}

.services-content-post__wysiwyg li:last-child {
	margin-bottom: 0;
}

.services-content-post__wysiwyg li::marker {
	color: rgba(38, 38, 38, 0.45);
}

/* Мобилка: отступы и типографика Services MOB (Figma) */
@media (max-width: 991px) {
	/* Интро под секционным заголовком: padding 16 / 16 / 18 / 8, 60px до первого блока */
	.services-content-post__desc {
		max-width: 100%;
		padding: 16px 16px 18px 8px;
		margin-bottom: 60px;
		text-align: left;
		font-size: 16px;
		font-weight: 500;
		line-height: 22px;
	}

	.services-content-post__desc b,
	.services-content-post__desc strong {
		font-weight: 600;
	}

	/* Между текстом и картинкой в строке — 40px */
	.services-content-post__item,
	.services-content-post__item.is-reverse {
		flex-direction: column;
		align-items: stretch;
		gap: 40px;
	}

	.services-content-post__content {
		order: 1;
		max-width: none;
		box-sizing: border-box;
		--services-bracket-tick: 24px;
		padding: 16px 16px 16px calc(var(--services-bracket-tick) + 8px);
	}

	.services-content-post__content::before {
		top: 0;
		height: 100%;
	}

	.services-content-post__image {
		order: 2;
		flex: none;
		width: 100%;
		max-width: none;
		border-radius: 50px;
	}

	.services-content-post__title.section-title {
		font-size: clamp(22px, 6.2vw, 42px);
		line-height: 1.15;
	}

	/* Заголовок в карточке: 24 / 34, semibold; 20px до текста */
	.services-content-post__wysiwyg h2,
	.services-content-post__wysiwyg h3,
	.services-content-post__wysiwyg h4 {
		margin: 0 0 20px;
		font-size: 24px;
		font-weight: 600;
		line-height: 34px;
	}

	/* Абзацы и списки: 16 / 22, medium; акцент 600 */
	.services-content-post__wysiwyg p,
	.services-content-post__wysiwyg ul {
		font-size: 16px;
		font-weight: 500;
		line-height: 22px;
	}

	.services-content-post__more {
		margin-top: 40px;
		padding: 40px 0 0;
	}

	.services-content-post__more-btn {
		padding: 12px 28px;
		font-size: 14px;
	}
}

@media (max-width: 767px) { 
	.services-content-post {
		padding: 60px 0 0;
	}
}