.service-detail-hero {
	min-height: auto;
	background-color: #09b36f;
	background-image:
		radial-gradient(ellipse 90% 70% at 12% 18%, rgba(255, 255, 255, 0.22), transparent 52%),
		radial-gradient(ellipse 70% 55% at 88% 78%, rgba(0, 60, 35, 0.28), transparent 48%),
		linear-gradient(155deg, #068a56 0%, #09b36f 48%, #12c47d 100%);
	overflow: hidden;
}

.service-detail-hero::before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, transparent 35%, rgba(0, 0, 0, 0.1) 100%);
}

.service-detail-hero::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 72px;
	background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.08));
	z-index: 1;
	pointer-events: none;
}

.service-detail-hero .services-hero-inner {
	display: block;
	min-height: 0;
	padding: 76px 0 68px;
	position: relative;
	z-index: 2;
}

.service-detail-hero .services-hero-copy {
	max-width: 820px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	align-self: auto;
}

.service-detail-hero .services-hero-media {
	display: none !important;
}

.service-detail-hero .services-hero-copy h1 {
	font-size: clamp(34px, 4.6vw, 52px);
	line-height: 1.12;
	margin: 0 0 18px;
	animation: service-hero-rise 0.55s ease both;
}

.service-detail-hero .services-hero-copy h1 .hero-h1-line {
	display: inline;
}

html[lang="en"] .service-detail-hero .services-hero-copy h1 .hero-h1-line {
	white-space: normal;
}

.service-detail-hero .services-hero-list {
	max-width: 640px;
	margin: 0 auto 28px;
	font-size: 17px;
	line-height: 1.55;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.96);
	animation: service-hero-rise 0.55s ease 0.08s both;
}

.service-detail-hero .btn-quote-yellow {
	width: auto;
	min-width: 0;
	height: auto;
	min-height: 48px;
	padding: 14px 28px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: normal;
	animation: service-hero-rise 0.55s ease 0.16s both;
}

.service-detail-hero .service-trust-bar {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 40px auto 0;
	padding: 28px 0 0;
	max-width: 900px;
	border-top: 1px solid rgba(255, 255, 255, 0.28);
	animation: service-hero-rise 0.55s ease 0.24s both;
}

.service-detail-hero .service-trust-bar li {
	position: relative;
	padding: 0 4px 0 22px;
	font-family: var(--font-primary);
	font-size: 14px;
	line-height: 1.45;
	text-align: left;
	color: rgba(255, 255, 255, 0.95);
}

.service-detail-hero .service-trust-bar li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ffff00;
	box-shadow: 0 0 0 3px rgba(255, 255, 0, 0.2);
}

@keyframes service-hero-rise {
	from {
		opacity: 0;
		transform: translateY(16px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.service-detail-hero .services-hero-copy h1,
	.service-detail-hero .services-hero-list,
	.service-detail-hero .btn-quote-yellow,
	.service-detail-hero .service-trust-bar {
		animation: none;
	}
}

.service-detail-intro,
.service-detail-section {
	background: var(--white);
	padding: 48px 0;
}

.service-detail-narrow {
	max-width: 760px;
	margin: 0 auto;
}

.service-detail-intro p,
.service-detail-section p {
	font-family: var(--font-primary);
	font-size: 16px;
	line-height: 160%;
	color: #555;
	margin: 0 0 16px;
}

.service-detail-section h2 {
	font-family: var(--font-secondary);
	font-size: 36px;
	font-weight: 700;
	line-height: 120%;
	color: #111;
	margin: 0 0 18px;
}

.service-detail-head {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 36px;
}

.service-detail-head h2 {
	margin-bottom: 0;
}

.service-detail-includes {
	background: var(--primary-light, #E2F6EE);
}

.service-include-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.service-include-card {
	background: #fff;
	border: 1px solid var(--border, #C1ECDC);
	border-radius: 16px;
	padding: 24px 22px;
}

.service-include-card h3 {
	font-family: var(--font-secondary);
	font-size: 20px;
	font-weight: 700;
	color: #111;
	margin: 0 0 12px;
}

.service-include-card p {
	margin: 0;
	font-size: 15px;
}

.how-steps-6 {
	grid-template-columns: repeat(3, 1fr);
	row-gap: 40px;
}

.how-steps-6 .how-curve {
	display: none;
}

.service-glance-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-glance-grid .service-card-body p {
	color: #555;
	font-size: 14px;
	line-height: 150%;
	margin-bottom: 12px;
	min-height: 0;
}

.service-related-links {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding: 0;
	margin: 24px 0 0;
}

.service-related-links a {
	display: block;
	padding: 14px 18px;
	border: 1px solid var(--border, #C1ECDC);
	border-radius: 10px;
	font-family: var(--font-primary);
	font-size: 15px;
	font-weight: 600;
	color: #111;
	background: #fff;
	transition: border-color 0.2s ease, background 0.2s ease;
}

.service-related-links a:hover {
	border-color: var(--primary);
	background: var(--primary-light, #E2F6EE);
	color: #111;
}

.service-final-cta {
	background: linear-gradient(180deg, var(--primary-light, #E2F6EE) 0%, #fff 100%);
	padding: 72px 0 88px;
	text-align: center;
}

.service-final-cta-inner {
	max-width: 680px;
	margin: 0 auto;
}

.service-final-cta h2 {
	font-family: var(--font-secondary);
	font-size: 36px;
	font-weight: 700;
	line-height: 120%;
	color: #111;
	margin: 0 0 14px;
}

.service-final-cta p {
	font-family: var(--font-primary);
	font-size: 16px;
	line-height: 160%;
	color: #555;
	margin: 0 0 24px;
}

.service-final-cta .btn {
	min-height: 48px;
	padding: 12px 28px;
	border-radius: 10px;
}

.service-final-note {
	display: block;
	margin-top: 14px;
	font-family: var(--font-primary);
	font-size: 14px;
	font-weight: 600;
	color: var(--primary);
}

@media (max-width: 900px) {
	.service-detail-hero .services-hero-inner {
		padding: 56px 0 48px;
	}

	.service-detail-hero .service-trust-bar {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-top: 32px;
		padding-top: 22px;
		text-align: left;
	}

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

	.how-steps-6 {
		grid-template-columns: 1fr;
	}

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

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

	.service-detail-section h2,
	.service-final-cta h2 {
		font-size: 28px;
	}

	.service-detail-intro,
	.service-detail-section {
		padding: 36px 0;
	}

	.service-final-cta {
		padding: 48px 0 64px;
	}

	.service-detail-hero .btn-quote-yellow {
		width: auto;
		max-width: 100%;
		padding: 12px 22px;
	}
}
