/* Single service — Figma 842:13156 */

.service {
	background: var(--dr-hug-bg);
	font-family: var(--dr-hug-font-family);
	padding: 0 0 100px;
}

.service__inner {
	display: flex;
	flex-direction: column;
	gap: 42px;
	max-width: var(--dr-hug-content-width);
	margin: 0 auto;
	padding: 0 var(--dr-hug-content-gutter);
}

.service__not-found {
	margin: 0;
	font-size: var(--dr-hug-font-size-base);
	font-weight: var(--dr-hug-font-weight-medium);
	color: var(--dr-hug-grey);
}

.service-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 24px;
	align-items: stretch;
}

.service-hero__badge {
	display: grid;
	grid-template-columns: 142px minmax(0, 1fr);
	align-items: stretch;
	min-width: 0;
	overflow: hidden;
	border-radius: 24px;
	background: var(--dr-hug-white);
}

.service-hero__badge--timer {
	grid-template-columns: minmax(0, 0.25fr) minmax(0, 0.75fr);
	height: 127px;
}

.service-hero__badge--placeholder {
	min-height: 0;
	background: transparent;
}

.service-hero__badge-media {
	position: relative;
	min-width: 0;
	min-height: 100%;
	overflow: hidden;
	background: var(--dr-hug-pink-bg);
}

.service-hero__badge-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.service-hero__badge--discount .service-hero__badge-image {
	object-fit: contain;
}

.service-hero__badge-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	min-width: 0;
	padding: 16px 24px;
}

.service-hero__badge-value {
	margin: 0;
	font-size: 28px;
	font-weight: var(--dr-hug-font-weight-bold);
	line-height: 1.4;
	color: var(--dr-hug-pink);
}

.service-hero__badge-caption {
	margin: 0;
	font-size: var(--dr-hug-font-size-base);
	font-weight: var(--dr-hug-font-weight-medium);
	line-height: 1.4;
	color: var(--dr-hug-black);
	white-space: pre-line;
}

.service-hero__text {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 24px;
	min-width: 0;
	width: 100%;
	min-height: 510px;
	height: 100%;
	padding: 24px 24px 32px;
	border-radius: 24px;
	background: var(--dr-hug-white);
}

.service-hero__text--full {
	grid-column: 1 / -1;
	min-height: 0;
	height: auto;
}

.service-hero__title {
	margin: 0;
	font-size: var(--dr-hug-font-size-xxl);
	font-weight: var(--dr-hug-font-weight-bold);
	line-height: 1.4;
	color: var(--dr-hug-black);
	overflow-wrap: anywhere;
}

.service-hero__points {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.service-hero__point {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.service-hero__point-dot {
	flex: 0 0 auto;
	width: 10px;
	height: 25px;
}

.service-hero__point-dot img {
	display: block;
	width: 10px;
	height: 25px;
}

.service-hero__point-text {
	flex: 1 1 auto;
	min-width: 0;
	font-size: var(--dr-hug-font-size-base);
	font-weight: var(--dr-hug-font-weight-medium);
	line-height: 1.4;
	color: var(--dr-hug-black);
	overflow-wrap: anywhere;
}

.service-hero__media {
	position: relative;
	align-self: stretch;
	min-height: 510px;
	height: 100%;
	overflow: hidden;
	border-radius: 24px;
	background: linear-gradient(92deg, #efd8c9 0%, #fbeee5 100%);
}

.service-hero__image {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	pointer-events: none;
}

.service-hero__cta {
	display: flex;
	align-items: center;
	justify-content: center;
	grid-column: 1 / -1;
	height: 72px;
	padding: 12px 16px;
	border-radius: 12px;
	background: var(--dr-hug-pink);
	color: var(--dr-hug-white);
	font-size: var(--dr-hug-font-size-base);
	font-weight: var(--dr-hug-font-weight-bold);
	line-height: 1.4;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.service-hero__cta:hover,
.service-hero__cta:focus-visible {
	opacity: 0.92;
	outline: none;
}

.service-composition {
	display: flex;
	flex-direction: column;
	gap: 42px;
}

.service-composition__title {
	margin: 0;
	font-size: var(--dr-hug-font-size-xxl);
	font-weight: var(--dr-hug-font-weight-bold);
	line-height: 1.4;
	color: var(--dr-hug-black);
}

.service-composition__list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.service-section {
	box-sizing: border-box;
	min-height: 442px;
	padding: 24px;
	border-radius: 24px;
	background: var(--dr-hug-white);
}

.service-section__row {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.service-section__num {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 72px;
	height: 72px;
	padding: 10px;
	border-radius: 52px;
	background: var(--dr-hug-pink-bg);
	color: var(--dr-hug-pink);
	font-family: var(--dr-hug-font-family-alt, inherit);
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
}

.service-section__body {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 0.75fr);
	gap: 24px;
	align-items: start;
	min-width: 0;
}

.service-section__body--no-media {
	grid-template-columns: minmax(0, 1fr);
}

.service-section__text {
	display: flex;
	flex-direction: column;
	gap: 24px;
	min-width: 0;
}

.service-section__heading {
	margin: 0;
	font-size: 28px;
	font-weight: var(--dr-hug-font-weight-bold);
	line-height: 1.4;
	color: var(--dr-hug-black);
	overflow-wrap: anywhere;
}

.service-section__points-block {
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-width: 0;
}

/* Hide whole points (no mid-line clipping) when collapsed — keep first 3 */
.service-section.is-collapsed .service-section__point:nth-child(n + 4) {
	display: none;
}

.service-section__intro {
	margin: 0;
	font-size: var(--dr-hug-font-size-base);
	font-weight: var(--dr-hug-font-weight-medium);
	line-height: 1.4;
	color: #8b8b99;
}

.service-section__point {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.service-section__point-dot {
	flex: 0 0 auto;
	width: 10px;
	height: 25px;
}

.service-section__point-dot img {
	display: block;
	width: 10px;
	height: 25px;
}

.service-section__point-text {
	flex: 1 1 auto;
	min-width: 0;
	font-size: var(--dr-hug-font-size-base);
	font-weight: var(--dr-hug-font-weight-medium);
	line-height: 1.4;
	color: var(--dr-hug-black);
	overflow-wrap: anywhere;
}

.service-section__toggle {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--dr-hug-pink);
	font-size: var(--dr-hug-font-size-base);
	font-weight: var(--dr-hug-font-weight-bold);
	line-height: 1.4;
	cursor: pointer;
	outline: none;
	box-shadow: none;
}

.service-section__toggle:focus,
.service-section__toggle:focus-visible {
	outline: none;
	box-shadow: none;
}

.service-section__toggle-label {
	display: none;
}

.service-section.is-collapsed .service-section__toggle [data-label-show],
.service-section:not(.is-collapsed) .service-section__toggle [data-label-hide] {
	display: inline;
}

.service-section__toggle-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: currentColor;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M5.3 7.3a1 1 0 0 1 1.4 0L10 10.6l3.3-3.3a1 1 0 1 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 0-1.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M5.3 7.3a1 1 0 0 1 1.4 0L10 10.6l3.3-3.3a1 1 0 1 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 0-1.4Z'/%3E%3C/svg%3E") center / contain no-repeat;
	transition: transform 0.2s ease;
}

.service-section:not(.is-collapsed) .service-section__toggle-icon {
	transform: rotate(180deg);
}

.service-section__media {
	position: relative;
	width: 100%;
	height: 394px;
	overflow: hidden;
	border-radius: 16px;
}

.service-section__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	pointer-events: none;
}

@media (max-width: 900px) {
	.service-hero__grid {
		grid-template-columns: 1fr;
	}

	.service-hero__text {
		min-height: 0;
		height: auto;
	}

	.service-hero__media {
		min-height: 0;
		height: 360px;
	}

	.service-section__body {
		grid-template-columns: 1fr;
	}

	.service-section__media {
		height: 280px;
	}
}

@media (max-width: 600px) {
	.service-section__row {
		grid-template-columns: 1fr;
	}

	.service-hero__badge,
	.service-hero__badge--timer {
		grid-template-columns: 100px minmax(0, 1fr);
		height: auto;
		min-height: 110px;
	}

	.service-section__heading {
		font-size: 20px;
	}

	.service-hero__badge-value,
	.service-section__num {
		font-size: 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.service-hero__cta,
	.service-section__toggle-icon {
		transition: none;
	}
}
