/* Apartment cleaning page — Figma 137:721 / 165:3842 */

/* Hero product — Figma 137:822: 446×560, right 70px */
.hero-block--apartment .hero-banner,
.hero-block--house .hero-banner,
.hero-block--premises .hero-banner,
.hero-block--office .hero-banner,
.hero-block--windows .hero-banner,
.hero-block--dryclean .hero-banner,
.hero-block--death .hero-banner,
.hero-block--fire .hero-banner,
.hero-block--flood .hero-banner {
	background: #f1f4f6;
}

.hero-block--apartment .hero-banner__photo::after,
.hero-block--house .hero-banner__photo::after,
.hero-block--premises .hero-banner__photo::after,
.hero-block--office .hero-banner__photo::after,
.hero-block--windows .hero-banner__photo::after,
.hero-block--dryclean .hero-banner__photo::after,
.hero-block--death .hero-banner__photo::after,
.hero-block--fire .hero-banner__photo::after,
.hero-block--flood .hero-banner__photo::after {
	background: linear-gradient(90deg, #f1f4f6 0%, rgba(241, 244, 246, 0.85) 42%, rgba(241, 244, 246, 0) 72%);
}

.hero-block--apartment .hero-banner__product,
.hero-block--house .hero-banner__product,
.hero-block--premises .hero-banner__product,
.hero-block--office .hero-banner__product,
.hero-block--windows .hero-banner__product,
.hero-block--dryclean .hero-banner__product,
.hero-block--death .hero-banner__product,
.hero-block--fire .hero-banner__product,
.hero-block--flood .hero-banner__product {
	top: 0;
	right: 70px;
	width: 446px;
	height: 560px;
	overflow: visible;
	filter:
		drop-shadow(-106px -36px 94px rgba(0, 24, 88, 0.05))
		drop-shadow(-54px -18px 41px rgba(0, 24, 88, 0.03))
		drop-shadow(-21px -7px 15px rgba(0, 24, 88, 0.03))
		drop-shadow(-5px -2px 5px rgba(0, 24, 88, 0.02));
}

.hero-block--apartment .hero-banner__product img,
.hero-block--house .hero-banner__product img,
.hero-block--premises .hero-banner__product img,
.hero-block--office .hero-banner__product img,
.hero-block--windows .hero-banner__product img,
.hero-block--dryclean .hero-banner__product img,
.hero-block--death .hero-banner__product img,
.hero-block--fire .hero-banner__product img,
.hero-block--flood .hero-banner__product img {
	position: absolute;
	inset: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center top;
}

.hero-block--apartment .hero-banner__stroke,
.hero-block--house .hero-banner__stroke,
.hero-block--premises .hero-banner__stroke,
.hero-block--office .hero-banner__stroke,
.hero-block--windows .hero-banner__stroke,
.hero-block--dryclean .hero-banner__stroke,
.hero-block--death .hero-banner__stroke,
.hero-block--fire .hero-banner__stroke,
.hero-block--flood .hero-banner__stroke {
	top: -40px;
	right: -180px;
	width: 640px;
	height: 700px;
	opacity: 0.95;
}

.apt-breadcrumbs {
	padding: 34px 0 20px;
}

.apt-breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 20px;
	color: #031537;
}

.apt-breadcrumbs__list a {
	color: inherit;
	text-decoration: none;
	opacity: 0.55;
}

.apt-breadcrumbs__list a:hover {
	opacity: 1;
}

.apt-breadcrumbs__list [aria-current="page"] {
	opacity: 1;
}

/* Services: 6 equal cards */
.section-services--apt .services-grid--apt {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.section-services--apt .service-card__inner {
	max-width: 58%;
}

.section-services--apt .service-card__title {
	white-space: normal;
}

.section-services--apt .service-card--general .service-card__cutout-wrap {
	right: 0;
	top: 0;
	width: 66.2%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-services--apt .service-card--general .service-card__cutout {
	width: 278px;
	height: 284px;
	transform: rotate(-90deg);
	object-fit: cover;
}

.section-services--apt .service-card--repair .service-card__cutout-wrap,
.section-services--apt .service-card--rental .service-card__cutout-wrap,
.section-services--apt .service-card--express .service-card__cutout-wrap,
.section-services--apt .service-card--surface .service-card__cutout-wrap,
.section-services--apt .service-card--maintain .service-card__cutout-wrap {
	right: 0;
	top: 0;
	width: 50.8%;
	height: 100%;
}

.section-services--apt .service-card--express .service-card__cutout-wrap,
.section-services--apt .service-card--maintain .service-card__cutout-wrap {
	width: 46.6%;
}

.section-services--apt .service-card--repair .service-card__cutout,
.section-services--apt .service-card--maintain .service-card__cutout {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-services--apt .service-card--rental .service-card__cutout {
	position: absolute;
	width: 120.77%;
	height: 142.45%;
	left: 12.55%;
	top: -18.35%;
	object-fit: cover;
}

.section-services--apt .service-card--express .service-card__cutout {
	position: absolute;
	width: 130.97%;
	height: 141.37%;
	left: -15.48%;
	top: -34.17%;
	object-fit: cover;
}

.section-services--apt .service-card--surface .service-card__cutout {
	position: absolute;
	width: 230.22%;
	height: 100%;
	left: -123.61%;
	top: 0;
	object-fit: cover;
}

.apt-services-extra {
	margin-top: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 26px;
}

.apt-services-extra__toggle {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	height: 52px;
	padding: 0 20px;
	border: 1px solid #1bb2e6;
	background: #fff;
	color: #1bb2e6;
	font: inherit;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	cursor: pointer;
}

.apt-services-extra__toggle img {
	width: 24px;
	height: 12px;
	transform: rotate(180deg);
	transition: transform 0.2s ease;
	filter: brightness(0) saturate(100%) invert(59%) sepia(72%) saturate(1012%) hue-rotate(161deg) brightness(96%) contrast(92%);
}

.apt-services-extra__toggle[aria-expanded="false"] img {
	transform: rotate(0deg);
}

.apt-services-extra__tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	width: 100%;
}

.apt-services-extra__tags[hidden] {
	display: none;
}

.apt-services-extra__tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 20px;
	border: 1px solid rgba(3, 21, 55, 0.1);
	background: #fff;
	color: #031537;
	text-decoration: none;
	font-size: 16px;
	line-height: 24px;
	white-space: nowrap;
}

.apt-services-extra__tag img {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}

.apt-services-extra__tag:hover {
	border-color: #1bb2e6;
	color: #1bb2e6;
}

/* Price list */
.section-apt-prices {
	padding-top: 40px;
}

.apt-prices__filter {
	display: flex;
	gap: 2px;
	width: 100%;
	padding: 3px;
	background: #f1f4f6;
	margin-bottom: 24px;
}

.apt-prices__tab {
	flex: 1 1 0;
	height: 48px;
	border: 0;
	background: transparent;
	color: #031537;
	opacity: 0.5;
	font: inherit;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	cursor: pointer;
}

.apt-prices__tab.is-active {
	background: #1bb2e6;
	color: #fff;
	opacity: 1;
	box-shadow: 0 3px 4px rgba(0, 0, 0, 0.12), 0 3px 0.5px rgba(0, 0, 0, 0.04);
}

.apt-prices__table-wrap {
	width: 100%;
	overflow-x: auto;
}

.apt-prices__table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	min-width: 860px;
}

.apt-prices__table th,
.apt-prices__table td {
	padding: 14px 24px;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	color: #031537;
	background: #fff;
	font-weight: 400;
	white-space: nowrap;
}

.apt-prices__table th {
	padding: 17px 24px;
	background: #f1f4f6;
	font-weight: 500;
}

.apt-prices__table--cost th:first-child,
.apt-prices__table--cost td:first-child {
	width: 368px;
	min-width: 180px;
	white-space: normal;
}

.apt-prices__table--premises th:first-child,
.apt-prices__table--premises td:first-child {
	width: 458px;
	min-width: 200px;
	white-space: normal;
}

.apt-prices__table--includes {
	min-width: 980px;
}

.apt-prices__table--includes th:first-child,
.apt-prices__table--includes td:first-child {
	width: 442px;
	min-width: 280px;
	white-space: normal;
}

.apt-prices__table--extras {
	min-width: 720px;
}

.apt-prices__table--extras th:first-child,
.apt-prices__table--extras td:first-child {
	width: 66%;
	min-width: 280px;
	white-space: normal;
}

.apt-prices__table tr.is-alt td {
	background: #f9fbfb;
}

.apt-prices__cell-mark {
	vertical-align: middle;
}

.apt-prices__mark {
	display: block;
	width: 20px;
	height: 20px;
}

.apt-prices__footer {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	margin-top: 30px;
}

.apt-prices__note {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	max-width: 835px;
}

.apt-prices__note img {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
}

.apt-prices__note p {
	margin: 0;
	font-size: 14px;
	line-height: 22px;
	color: #031537;
	opacity: 0.8;
}

.apt-prices__pay {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
}

.apt-prices__pay img {
	width: 69px;
	height: 43px;
	object-fit: contain;
}

/* Real price cases — Figma 148:2806 / 191:3572 */
.section-price-cases {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #f1f4f6;
}

.price-cases__intro {
	max-width: 874px;
	margin-bottom: 32px;
}

.price-cases__lead {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	color: #031537;
}

.price-cases__lead strong {
	font-weight: 600;
}

.price-cases__note {
	margin: 0;
	font-size: 15px;
	line-height: 22px;
	color: #031537;
	opacity: 0.7;
}

.price-cases__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	align-items: stretch;
}

.price-case {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px;
	background: #fff;
	height: 100%;
}

.price-case__media {
	width: 100%;
	height: 230px;
	overflow: hidden;
}

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

.price-case__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: space-between;
	gap: 16px;
	min-height: 0;
}

.price-case__num {
	margin: 0 0 2px;
	font-size: 14px;
	line-height: 22px;
	color: #031537;
	opacity: 0.5;
}

.price-case__title {
	margin: 0 0 16px;
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
	color: #031537;
}

.price-case__meta {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-size: 15px;
	line-height: 24px;
	color: #031537;
}

.price-case__meta > p {
	margin: 0;
}

.price-case__meta strong {
	font-weight: 500;
}

.price-case__works ul {
	margin: 4px 0 0;
	padding: 0;
	list-style: none;
}

.price-case__works li {
	position: relative;
	padding-left: 14px;
}

.price-case__works li::before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
}

.price-case__footer {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
}

.price-case__price {
	margin: 0;
	display: flex;
	align-items: flex-end;
	gap: 4px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	color: #031537;
}

.price-case__price strong {
	font-size: 26px;
	line-height: 28px;
	font-weight: 500;
	color: #1bb2e6;
}

.price-case__per {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	color: #031537;
	opacity: 0.6;
	white-space: nowrap;
}

/* Soft gray band behind calculator like Figma underlay */
.site-main--apartment .section-calculator,
.site-main--house .section-calculator,
.site-main--premises .section-calculator,
.site-main--office .section-calculator,
.site-main--windows .section-calculator,
.site-main--dryclean .section-calculator,
.site-main--dryclean .section-dry-quiz,
.site-main--death .section-calculator,
.site-main--fire .section-calculator,
.site-main--flood .section-calculator {
	position: relative;
}

.site-main--apartment .section-calculator::before,
.site-main--house .section-calculator::before,
.site-main--premises .section-calculator::before,
.site-main--office .section-calculator::before,
.site-main--windows .section-calculator::before,
.site-main--dryclean .section-calculator::before,
.site-main--dryclean .section-dry-quiz::before,
.site-main--death .section-calculator::before,
.site-main--fire .section-calculator::before,
.site-main--flood .section-calculator::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -80px;
	bottom: -40px;
	width: 100vw;
	background: linear-gradient(180deg, #fff 0%, #f1f4f6 120px, #f1f4f6 100%);
	z-index: -1;
	pointer-events: none;
}

@media (max-width: 1100px) {
	.section-services--apt .services-grid--apt {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.apt-prices__footer {
		flex-direction: column;
	}

	.price-cases__grid {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 4px;
	}

	.price-case {
		flex: 0 0 320px;
		width: 320px;
		scroll-snap-align: start;
	}
}

@media (max-width: 767px) {
	/* Hero: Figma 165:3885 — text over bg, no product cutout */
	.hero-block--apartment .hero-banner,
	.hero-block--house .hero-banner,
	.hero-block--premises .hero-banner,
	.hero-block--office .hero-banner,
	.hero-block--windows .hero-banner,
	.hero-block--dryclean .hero-banner,
	.hero-block--death .hero-banner,
	.hero-block--fire .hero-banner,
	.hero-block--flood .hero-banner {
		background: #f1f4f6;
		min-height: 574px;
	}

	.hero-block--apartment .hero-banner__product,
	.hero-block--apartment .hero-banner__stroke,
	.hero-block--house .hero-banner__product,
	.hero-block--premises .hero-banner__product,
	.hero-block--office .hero-banner__product,
	.hero-block--windows .hero-banner__product,
	.hero-block--dryclean .hero-banner__product,
	.hero-block--death .hero-banner__product,
	.hero-block--fire .hero-banner__product,
	.hero-block--flood .hero-banner__product,
	.hero-block--house .hero-banner__stroke,
	.hero-block--premises .hero-banner__stroke,
	.hero-block--office .hero-banner__stroke,
	.hero-block--windows .hero-banner__stroke,
	.hero-block--dryclean .hero-banner__stroke,
	.hero-block--death .hero-banner__stroke,
	.hero-block--fire .hero-banner__stroke,
	.hero-block--flood .hero-banner__stroke {
		display: none;
	}

	.hero-block--apartment .hero-banner__photo::after,
	.hero-block--house .hero-banner__photo::after,
	.hero-block--premises .hero-banner__photo::after,
	.hero-block--office .hero-banner__photo::after,
	.hero-block--windows .hero-banner__photo::after,
	.hero-block--dryclean .hero-banner__photo::after,
	.hero-block--death .hero-banner__photo::after,
	.hero-block--fire .hero-banner__photo::after,
	.hero-block--flood .hero-banner__photo::after {
		background: linear-gradient(180deg, #f1f4f6 0%, rgba(241, 244, 246, 0) 55%);
	}

	.hero-block--apartment .hero-banner__title-line:nth-child(2),
	.hero-block--apartment .hero-banner__title-line:nth-child(3),
	.hero-block--house .hero-banner__title-line:nth-child(2),
	.hero-block--premises .hero-banner__title-line:nth-child(2),
	.hero-block--office .hero-banner__title-line:nth-child(2),
	.hero-block--windows .hero-banner__title-line:nth-child(2),
	.hero-block--dryclean .hero-banner__title-line:nth-child(2),
	.hero-block--death .hero-banner__title-line:nth-child(2),
	.hero-block--fire .hero-banner__title-line:nth-child(2),
	.hero-block--flood .hero-banner__title-line:nth-child(2),
	.hero-block--house .hero-banner__title-line:nth-child(3),
	.hero-block--premises .hero-banner__title-line:nth-child(3),
	.hero-block--office .hero-banner__title-line:nth-child(3),
	.hero-block--windows .hero-banner__title-line:nth-child(3),
	.hero-block--dryclean .hero-banner__title-line:nth-child(3),
	.hero-block--death .hero-banner__title-line:nth-child(3),
	.hero-block--fire .hero-banner__title-line:nth-child(3),
	.hero-block--flood .hero-banner__title-line:nth-child(3) {
		display: inline;
	}

	.hero-block--apartment .hero-banner__title-line:nth-child(2)::after,
	.hero-block--house .hero-banner__title-line:nth-child(2)::after,
	.hero-block--premises .hero-banner__title-line:nth-child(2)::after,
	.hero-block--office .hero-banner__title-line:nth-child(2)::after,
	.hero-block--windows .hero-banner__title-line:nth-child(2)::after,
	.hero-block--dryclean .hero-banner__title-line:nth-child(2)::after,
	.hero-block--death .hero-banner__title-line:nth-child(2)::after,
	.hero-block--fire .hero-banner__title-line:nth-child(2)::after,
	.hero-block--flood .hero-banner__title-line:nth-child(2)::after {
		content: " ";
	}

	.apt-breadcrumbs {
		padding: 16px 0 8px;
	}

	.apt-breadcrumbs__list {
		font-size: 13px;
		line-height: 18px;
		gap: 8px;
	}

	/* Services mobile — Figma 165:4743 */
	.section-services--apt .services-grid--apt {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.section-services--apt .service-card__inner {
		max-width: 100%;
	}

	.section-services--apt .service-card__btn {
		width: 182px;
		flex: 0 0 182px;
		padding: 0;
	}

	.section-services--apt .service-card--general .service-card__cutout-wrap {
		right: 0;
		top: 0;
		width: 203px;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.section-services--apt .service-card--general .service-card__cutout {
		width: 248px;
		height: 203px;
		transform: rotate(-90deg);
		object-fit: cover;
	}

	.section-services--apt .service-card--repair .service-card__cutout-wrap {
		right: 0;
		top: 28px;
		width: 161px;
		height: 220px;
	}

	.section-services--apt .service-card--repair .service-card__cutout {
		position: absolute;
		width: 205.02%;
		height: 100%;
		left: -49.09%;
		top: 0;
		object-fit: cover;
	}

	.section-services--apt .service-card--rental .service-card__cutout-wrap {
		right: 0;
		top: 0;
		width: 141px;
		height: 100%;
	}

	.section-services--apt .service-card--rental .service-card__cutout {
		position: absolute;
		width: 146.47%;
		height: 124.64%;
		left: 15.22%;
		top: -3.55%;
		object-fit: cover;
	}

	.section-services--apt .service-card--express .service-card__cutout-wrap {
		right: 0;
		top: 0;
		width: 133px;
		height: 100%;
	}

	.section-services--apt .service-card--express .service-card__cutout {
		position: absolute;
		width: 170.36%;
		height: 125.98%;
		left: -20.14%;
		top: -19.57%;
		object-fit: cover;
	}

	.section-services--apt .service-card--surface .service-card__cutout-wrap {
		right: 0;
		top: 30px;
		width: 148px;
		height: 188px;
	}

	.section-services--apt .service-card--surface .service-card__cutout {
		position: absolute;
		width: 230.22%;
		height: 100%;
		left: -123.61%;
		top: 0;
		object-fit: cover;
	}

	.section-services--apt .service-card--maintain .service-card__cutout-wrap {
		right: 0;
		top: 22px;
		width: 142px;
		height: 226px;
	}

	.section-services--apt .service-card--maintain .service-card__cutout {
		position: absolute;
		width: 100%;
		height: 88.15%;
		left: 0;
		top: 5.97%;
		object-fit: cover;
	}

	.apt-services-extra {
		margin-top: 20px;
		gap: 18px;
		align-items: stretch;
	}

	.apt-services-extra__toggle {
		width: 100%;
		justify-content: center;
		height: 48px;
		font-size: 14px;
	}

	.apt-services-extra__tags {
		justify-content: flex-start;
		gap: 8px;
	}

	.apt-services-extra__tag {
		padding: 10px 14px;
		font-size: 14px;
		line-height: 20px;
		white-space: normal;
		text-align: left;
	}

	.apt-services-extra__tag img {
		width: 18px;
		height: 18px;
	}

	.section-apt-prices {
		padding-top: 28px;
	}

	.section-apt-prices .section-title {
		font-size: 24px;
		line-height: 34px;
	}

	/* Tabs stay in one row and scroll — Figma 165:4630 */
	.apt-prices__filter {
		flex-direction: row;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		width: 100%;
		padding: 2px;
		height: auto;
	}

	.apt-prices__filter::-webkit-scrollbar {
		display: none;
	}

	.apt-prices__tab {
		flex: 0 0 auto;
		width: auto;
		min-width: max-content;
		height: 42px;
		padding: 0 18px;
		font-size: 14px;
		line-height: 22px;
	}

	.apt-prices__table {
		min-width: 766px;
		border-spacing: 1px;
	}

	.apt-prices__table th,
	.apt-prices__table td {
		padding: 12px 14px;
		font-size: 14px;
		line-height: 20px;
	}

	.apt-prices__table th {
		padding: 13px 14px;
	}

	.apt-prices__table--cost th:first-child,
	.apt-prices__table--cost td:first-child {
		width: 148px;
		min-width: 148px;
	}

	.apt-prices__table--includes,
	.apt-prices__table--extras {
		min-width: 640px;
	}

	.apt-prices__table--includes th:first-child,
	.apt-prices__table--includes td:first-child {
		width: 220px;
		min-width: 200px;
	}

	.apt-prices__footer {
		flex-direction: column;
		gap: 12px;
		margin-top: 22px;
	}

	.apt-prices__note {
		gap: 10px;
	}

	.apt-prices__note img {
		width: 18px;
		height: 18px;
	}

	.apt-prices__note p {
		font-size: 13px;
		line-height: 20px;
	}

	.apt-prices__pay {
		width: 100%;
		justify-content: space-between;
		flex-wrap: nowrap;
	}

	.apt-prices__pay img {
		width: 55px;
		height: 34px;
	}

	.site-main--apartment .section-calculator::before,
	.site-main--house .section-calculator::before,
	.site-main--premises .section-calculator::before,
	.site-main--office .section-calculator::before,
	.site-main--windows .section-calculator::before,
	.site-main--dryclean .section-calculator::before,
	.site-main--dryclean .section-dry-quiz::before,
	.site-main--death .section-calculator::before,
	.site-main--fire .section-calculator::before,
	.site-main--flood .section-calculator::before {
		top: -40px;
		bottom: -24px;
	}

	/* Price cases mobile — Figma 192:6680 horizontal scroll */
	.section-price-cases {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.price-cases__intro {
		margin-bottom: 26px;
	}

	.price-cases__lead {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.price-cases__note {
		font-size: 13px;
		line-height: 20px;
	}

	.price-cases__grid {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 4px;
		margin-right: -15px;
		padding-right: 15px;
	}

	.price-case {
		flex: 0 0 286px;
		width: 286px;
		gap: 14px;
		padding: 14px;
		scroll-snap-align: start;
	}

	.price-case__media {
		height: 170px;
	}

	.price-case__title {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 12px;
	}

	.price-case__num {
		font-size: 13px;
		line-height: 20px;
	}

	.price-case__meta {
		gap: 8px;
		font-size: 14px;
		line-height: 20px;
	}

	.price-case__price {
		font-size: 14px;
		line-height: 20px;
	}

	.price-case__price strong {
		font-size: 18px;
		line-height: 20px;
	}

	.price-case__per {
		font-size: 13px;
		line-height: 20px;
	}
}


/* Window cleaning page — Figma 204:3408
   Must beat `.section-services--apt .services-grid--apt` (3-col), otherwise
   span-2 cards become 2/3-width stacked rows. */
.section-services--windows .services-grid--windows {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px;
}

.section-services--windows .services-grid--windows .service-card {
	grid-column: span 2;
}

.section-services--windows .services-grid--windows .service-card:nth-child(n + 4) {
	grid-column: span 3;
}

.section-services--windows .service-card--win .service-card__cutout-wrap,
.section-services--dryclean .service-card--win .service-card__cutout-wrap,
.section-services--death .service-card--win .service-card__cutout-wrap,
.section-services--fire .service-card--win .service-card__cutout-wrap,
.section-services--flood .service-card--win .service-card__cutout-wrap {
	position: absolute;
	inset: 0;
	width: 55%;
	left: auto;
	right: 0;
	height: 100%;
	overflow: hidden;
}

.section-services--windows .service-card--win .service-card__cutout,
.section-services--dryclean .service-card--win .service-card__cutout,
.section-services--death .service-card--win .service-card__cutout,
.section-services--fire .service-card--win .service-card__cutout,
.section-services--flood .service-card--win .service-card__cutout {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
}

.apt-prices__table--windows th:first-child,
.apt-prices__table--windows td:first-child,
.apt-prices__table--dryclean th:first-child,
.apt-prices__table--dryclean td:first-child {
	width: 880px;
	min-width: 220px;
	white-space: normal;
}

/* After-death cleaning — Figma 230:3948 */
.section-services--death .services-grid--death,
.section-services--fire .services-grid--fire,
.section-services--flood .services-grid--flood,
.services-grid--death {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.section-services--death .service-card {
	min-height: 278px;
}

.section-services--death .service-card__inner {
	max-width: 60%;
}

.section-services--death .service-card--win .service-card__cutout-wrap,
.section-services--fire .service-card--win .service-card__cutout-wrap,
.section-services--flood .service-card--win .service-card__cutout-wrap {
	width: 46%;
}

.apt-prices__table--death {
	min-width: 980px;
}

.apt-prices__table--death th,
.apt-prices__table--death td {
	white-space: normal;
	vertical-align: top;
}

.apt-prices__table--death th:nth-child(1),
.apt-prices__table--death td:nth-child(1) {
	width: 480px;
	min-width: 220px;
}

.apt-prices__table--death th:nth-child(2),
.apt-prices__table--death td:nth-child(2) {
	width: 238px;
	min-width: 120px;
	white-space: nowrap;
}

.apt-prices__table--death th:nth-child(3),
.apt-prices__table--death td:nth-child(3) {
	width: 600px;
	min-width: 240px;
}

@media (max-width: 1100px) {
	.section-services--death .services-grid--death,
	.services-grid--death {
		grid-template-columns: 1fr;
	}
}

/* Dry cleaning — 4 price tabs may wrap labels on mid widths */
.section-dryclean-prices .apt-prices__tab {
	font-size: 15px;
	padding: 0 10px;
	white-space: nowrap;
}

.win-frames {
	margin-top: 48px;
}

.win-frames__label {
	margin: 0 0 16px;
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
	color: #031537;
	opacity: 0.7;
}

.win-frames__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 15px;
}

.win-frame {
	background: #f1f4f6;
	padding: 26px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 18px;
}

.win-frame__media {
	width: 100%;
	height: 131px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.win-frame__media img {
	max-width: 100%;
	max-height: 131px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.win-frame__title {
	margin: 0;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	color: #031537;
}

.win-frame__price {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #1bb2e6;
}

@media (max-width: 1100px) {
	.section-services--windows .services-grid--windows {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.section-services--windows .services-grid--windows .service-card,
	.section-services--windows .services-grid--windows .service-card:nth-child(n + 4) {
		grid-column: span 1;
	}

	.win-frames__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.section-services--windows .services-grid--windows {
		grid-template-columns: 1fr;
	}

	.win-frames {
		margin-top: 32px;
	}

	.win-frames__grid {
		display: flex;
		gap: 12px;
		overflow-x: auto;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 4px;
	}

	.win-frame {
		flex: 0 0 180px;
		width: 180px;
		scroll-snap-align: start;
		padding: 20px 16px;
	}

	.win-frame__title {
		font-size: 16px;
		line-height: 22px;
	}
}


/* After-fire / after-flood cleaning — 2×2 (Figma 230:8227 / 235:5771) */
.services-grid--fire,
.services-grid--flood {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.section-services--fire .service-card,
.section-services--flood .service-card {
	min-height: 278px;
}

.section-services--fire .service-card__inner,
.section-services--flood .service-card__inner {
	max-width: 60%;
}

.section-services--fire .service-card--win .service-card__cutout-wrap,
.section-services--flood .service-card--win .service-card__cutout-wrap {
	width: 46%;
}

.apt-prices__table--fire {
	min-width: 980px;
}

.apt-prices__table--fire th,
.apt-prices__table--fire td {
	white-space: normal;
	vertical-align: top;
}

.apt-prices__table--fire th:nth-child(1),
.apt-prices__table--fire td:nth-child(1) {
	width: 480px;
	min-width: 220px;
}

.apt-prices__table--fire th:nth-child(2),
.apt-prices__table--fire td:nth-child(2) {
	width: 238px;
	min-width: 120px;
	white-space: nowrap;
}

.apt-prices__table--fire th:nth-child(3),
.apt-prices__table--fire td:nth-child(3) {
	width: 600px;
	min-width: 240px;
}

/* After-flood price — 2 columns (Figma 235:6349) */
.apt-prices__table--flood th:first-child,
.apt-prices__table--flood td:first-child {
	width: 880px;
	min-width: 220px;
	white-space: normal;
}

@media (max-width: 1100px) {
	.section-services--death .services-grid--death,
	.section-services--fire .services-grid--fire,
	.section-services--flood .services-grid--flood,
	.services-grid--fire,
	.services-grid--flood {
		grid-template-columns: 1fr;
	}
}