body.llw-service-detail-page {
	background: #f5f6fa;
}

body.llw-service-detail-page .site-content > .ast-container,
body.llw-service-detail-page .site-main,
body.llw-service-detail-page article.page,
body.llw-service-detail-page .entry-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.llw-service-detail-page .entry-header,
body.llw-service-detail-page .entry-title {
	display: none;
}

.llw-service-detail,
.llw-service-detail * {
	box-sizing: border-box;
}

.llw-service-detail {
	width: 100%;
	overflow: hidden;
	color: #41475d;
	background: #f5f6fa;
}

.llw-service-detail__hero {
	width: 100%;
	min-height: 315px;
	background: linear-gradient(100deg, #4b526d 0%, #555d79 42%, #b7bbc7 77%, #f4f5f8 100%);
	border-radius: 0 0 0 12px;
}

.llw-service-detail__hero--image {
	background-color: #4b526d;
	background-image:
		linear-gradient(100deg, rgba(45, 52, 75, 0.88) 0%, rgba(55, 62, 90, 0.55) 42%, rgba(75, 82, 110, 0.18) 70%, rgba(255, 255, 255, 0.05) 100%),
		var(--llw-service-hero);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.llw-service-detail__hero-inner {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
	padding-top: 34px;
}

.llw-service-detail__breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	align-items: center;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
	color: #fff;
	font-size: 0.72rem;
}

.llw-service-detail__breadcrumb a,
.llw-service-detail__breadcrumb strong {
	color: inherit;
	font-weight: 600;
	text-decoration: none;
}

.llw-service-detail__hero h1 {
	margin: 92px 0 0;
	color: #fff;
	font-size: clamp(2.25rem, 4vw, 3.25rem);
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: -0.035em;
}

.llw-service-detail__content {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 270px;
	gap: clamp(44px, 7vw, 105px);
	align-items: start;
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
	padding: 68px 0 76px;
}

.llw-service-detail__copy {
	min-width: 0;
	color: #53596d;
	font-size: 0.95rem;
	line-height: 1.55;
}

.llw-service-detail__copy h2 {
	margin: 0.75rem 0 0.15rem;
	color: #ed1c2f;
	font-size: 1.35rem;
	font-weight: 900;
	line-height: 1.1;
}

.llw-service-detail__copy h2:first-child {
	margin-top: 0;
}

.llw-service-detail__copy p {
	margin: 0 0 0.15rem;
}

.llw-service-detail__copy ol {
	margin: 0.1rem 0 0.3rem;
	padding-left: 1.25rem;
}

.llw-service-detail__copy li {
	margin: 0.05rem 0;
}

.llw-service-purchase {
	position: sticky;
	top: 24px;
	padding: 22px 20px 18px;
	background: #fff;
	border-radius: 17px;
	box-shadow: 0 7px 22px rgba(58, 66, 91, 0.06);
}

.llw-service-purchase h2 {
	margin: 0;
	color: #4b5269;
	font-size: 1.65rem;
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: -0.025em;
}

.llw-service-purchase__price {
	margin: 5px 0 24px;
	color: #343a50;
	font-size: 1.22rem;
	font-weight: 900;
}

.llw-service-purchase__quantity {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.llw-service-purchase__quantity button,
.llw-service-purchase__quantity input {
	display: grid;
	width: 38px;
	height: 38px;
	margin: 0;
	padding: 0;
	place-items: center;
	border: 0;
	border-radius: 50%;
	text-align: center;
}

.llw-service-purchase__quantity button {
	color: #fff;
	background: #4a526c;
	font-size: 1.1rem;
	font-weight: 800;
	cursor: pointer;
}

.llw-service-purchase__quantity input {
	color: #4a526c;
	background: #f1f2f5;
	font-size: 0.9rem;
	font-weight: 800;
	-moz-appearance: textfield;
}

.llw-service-purchase__quantity input::-webkit-outer-spin-button,
.llw-service-purchase__quantity input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.llw-service-purchase__button {
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 42px;
	padding: 9px 13px;
	color: #fff;
	background: #ed1c2f;
	border-radius: 6px;
	font-size: 0.9rem;
	font-weight: 800;
	text-decoration: none;
}

.llw-service-purchase__button:hover,
.llw-service-purchase__button:focus-visible {
	color: #fff;
	background: #cf1023;
}

.llw-service-purchase__button.is-disabled {
	opacity: 0.55;
}

.llw-service-related {
	width: min(930px, calc(100% - 48px));
	margin: 0 auto;
	padding: 8px 0 92px;
}

.llw-service-related > h2 {
	margin: 0 0 38px;
	color: #111;
	font-size: 1.65rem;
	font-weight: 900;
	text-align: center;
}

.llw-service-related__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(40px, 10vw, 130px);
}

.llw-service-related__card {
	display: flex;
	min-height: 315px;
	overflow: hidden;
	flex-direction: column;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 5px 18px rgba(15, 23, 42, 0.04);
}

.llw-service-related__media,
.llw-service-related__placeholder {
	display: block;
	width: 100%;
	height: 164px;
	overflow: hidden;
	background: #fff;
}

.llw-service-related__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.llw-service-related__card:hover .llw-service-related__media img {
	transform: scale(1.025);
}

.llw-service-related__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 20px 22px 22px;
}

.llw-service-related__body h3 {
	margin: 0 0 8px;
	font-size: 1.3rem;
	font-weight: 900;
	line-height: 1.1;
}

.llw-service-related__body h3 a {
	color: #4b5269;
	text-decoration: none;
}

.llw-service-related__body p {
	margin: 0;
	color: #596073;
	font-size: 0.83rem;
	line-height: 1.45;
}

.llw-service-related__more {
	margin-top: auto;
	padding-top: 22px;
	color: #42485d;
	font-size: 0.8rem;
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media (max-width: 760px) {
	.llw-service-detail__hero {
		min-height: 250px;
	}

	.llw-service-detail__hero-inner,
	.llw-service-detail__content,
	.llw-service-related {
		width: min(100% - 30px, 620px);
	}

	.llw-service-detail__hero h1 {
		margin-top: 68px;
	}

	.llw-service-detail__content {
		grid-template-columns: 1fr;
		gap: 32px;
		padding: 46px 0 60px;
	}

	.llw-service-purchase {
		position: static;
		width: 100%;
	}

	.llw-service-related__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.llw-service-related {
		padding-bottom: 60px;
	}
}
