/*
  Service single page styles
  Dedicated stylesheet for premium inner service layout.
*/

.service-single-page {
	background: #eff2f7;
	color: #111827;
}

.service-single-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(108px, 9vw, 130px) 0 clamp(88px, 8vw, 112px);
	background:
		radial-gradient(52% 75% at 25% 46%, rgba(37, 99, 235, 0.35), transparent 75%),
		radial-gradient(42% 62% at 78% 22%, rgba(99, 102, 241, 0.26), transparent 76%),
		linear-gradient(135deg, #0a0a0f 0%, #0f1729 60%, #111827 100%);
}

.service-single-hero::after {
	content: "";
	position: absolute;
	left: -6%;
	right: -6%;
	bottom: -2px;
	height: 34px;
	background: #eff2f7;
	border-top-left-radius: 56% 100%;
	border-top-right-radius: 56% 100%;
}

.service-single-hero__inner {
	position: relative;
	z-index: 2;
	width: min(1220px, calc(100% - 2rem));
	max-width: 1220px;
}

.service-single-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
	gap: clamp(26px, 4vw, 54px);
	align-items: center;
}

.service-single-hero__breadcrumb {
	margin: 0;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #8d9ab4;
	font-family: "Inter", "Segoe UI", sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
}

.service-single-hero__breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.service-single-hero__breadcrumb a:hover,
.service-single-hero__breadcrumb a:focus-visible {
	color: #cad6f2;
}

.service-single-hero__chips {
	margin: 16px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.service-single-hero__chips a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	padding: 0 12px;
	border-radius: 999px;
	border: 1px solid rgba(90, 130, 219, 0.35);
	background: rgba(19, 42, 93, 0.58);
	color: #81adff;
	font-family: "Inter", "Segoe UI", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
}

.service-single-hero__chips a:hover,
.service-single-hero__chips a:focus-visible {
	background: rgba(29, 64, 141, 0.74);
	color: #b8d0ff;
}

.service-single-hero__labels {
	margin-top: 18px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.service-single-hero__kicker,
.service-single-hero__badge {
	display: inline-flex;
	align-items: center;
	min-height: 22px;
	padding: 0 10px;
	border-radius: 999px;
	font-family: "Inter", "Segoe UI", sans-serif;
	font-size: 10.6px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.service-single-hero__kicker {
	background: rgba(34, 197, 94, 0.16);
	border: 1px solid rgba(34, 197, 94, 0.35);
	color: #7ce4ac;
}

.service-single-hero__badge {
	background: rgba(250, 204, 21, 0.18);
	border: 1px solid rgba(250, 204, 21, 0.36);
	color: #fbd55e;
}

.service-single-hero__title {
	margin: 16px 0 0;
	max-width: 620px;
	color: #fff;
	font-family: "Poppins", "Sora", "Segoe UI", sans-serif;
	font-size: clamp(38px, 5.1vw, 58px);
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: -0.04em;
}

.service-single-hero__subtitle {
	margin: 18px 0 0;
	max-width: 610px;
	color: #97a7c8;
	font-family: "Inter", "Segoe UI", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}

.service-single-hero__meta {
	margin-top: 22px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	max-width: 560px;
}

.service-single-hero__meta-item {
	border-radius: 16px;
	border: 1px solid rgba(116, 136, 183, 0.32);
	background: linear-gradient(180deg, rgba(27, 43, 78, 0.78) 0%, rgba(20, 32, 60, 0.72) 100%);
	padding: 14px 16px;
	display: grid;
	gap: 6px;
}

.service-single-hero__meta-item span {
	color: #8ea4d2;
	font-family: "Inter", "Segoe UI", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
}

.service-single-hero__meta-item strong {
	color: #fff;
	font-family: "Poppins", "Segoe UI", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
}

.service-single-hero__meta-item small {
	color: #9aa8c7;
	font-family: "Inter", "Segoe UI", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.35;
}

.service-single-hero__actions {
	margin-top: 26px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.service-single-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 46px;
	padding: 0 22px;
	border-radius: 999px;
	border: 1px solid transparent;
	font-family: "Poppins", "Segoe UI", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.service-single-button:hover,
.service-single-button:focus-visible {
	transform: translateY(-1px);
}

.service-single-button--primary {
	background: linear-gradient(120deg, #2563eb 0%, #3b82f6 100%);
	color: #fff;
	box-shadow: 0 14px 30px rgba(37, 99, 235, 0.35);
}

.service-single-button--primary:hover,
.service-single-button--primary:focus-visible {
	color: #fff;
}

.service-single-button--ghost {
	border-color: rgba(118, 141, 191, 0.45);
	background: rgba(20, 37, 72, 0.42);
	color: #d9e6ff;
}

.service-single-button--ghost:hover,
.service-single-button--ghost:focus-visible {
	color: #fff;
	border-color: rgba(161, 183, 233, 0.62);
	background: rgba(28, 51, 96, 0.56);
}

.service-single-button--directions {
	border-color: rgba(125, 184, 255, 0.56);
	background: rgba(13, 30, 62, 0.5);
	color: #cfe4ff;
}

.service-single-button--directions:hover,
.service-single-button--directions:focus-visible {
	color: #fff;
	border-color: rgba(163, 203, 255, 0.9);
	background: rgba(23, 51, 101, 0.65);
}

.service-single-hero__media {
	position: relative;
}

.service-single-hero__media::before {
	content: "";
	position: absolute;
	inset: 4% -5% -9%;
	border-radius: 28px;
	background: radial-gradient(70% 65% at 52% 50%, rgba(56, 112, 255, 0.45), rgba(56, 112, 255, 0));
	pointer-events: none;
}

.service-single-hero__media-frame {
	position: relative;
	border-radius: 24px;
	border: 1px solid rgba(117, 137, 184, 0.38);
	background: #101b34;
	overflow: hidden;
	min-height: 440px;
}

.service-single-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.service-single-hero__media-fallback {
	min-height: 440px;
	padding: 26px;
	display: grid;
	place-items: center;
	text-align: center;
	color: #9db1db;
}

.service-single-hero__media-icon {
	width: 72px;
	height: 72px;
	border-radius: 20px;
	background: rgba(68, 114, 224, 0.26);
	display: inline-grid;
	place-items: center;
	color: #8fb4ff;
	margin-bottom: 14px;
}

.service-single-hero__media-icon .services-card__icon {
	width: 30px;
	height: 30px;
	background: transparent;
}

.service-single-body {
	position: relative;
	padding: 20px 0 84px;
}

.service-single-body__inner {
	width: min(1220px, calc(100% - 2rem));
	max-width: 1220px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
	gap: 24px;
	align-items: start;
}

.service-single-content {
	border-radius: 24px;
	border: 1px solid #dde4f2;
	background: #fff;
	box-shadow: 0 22px 52px rgba(10, 25, 51, 0.08);
	padding: clamp(22px, 3.4vw, 34px);
}

.service-single-section-title {
	display: grid;
	gap: 8px;
}

.service-single-section-title__eyebrow {
	margin: 0;
	color: #3567db;
	font-family: "Inter", "Segoe UI", sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.service-single-section-title h2 {
	margin: 0;
	color: #111827;
	font-family: "Poppins", "Segoe UI", sans-serif;
	font-size: clamp(28px, 4vw, 38px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.service-single-content__entry {
	margin-top: 18px;
	color: #4b5563;
	font-family: "Inter", "Segoe UI", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
}

.service-single-content__entry > * {
	margin: 0;
}

.service-single-content__entry > * + * {
	margin-top: 14px;
}

.service-single-content__entry ul,
.service-single-content__entry ol {
	padding-left: 1.2rem;
}

.service-single-content__entry a {
	color: #1d4ed8;
	text-decoration: underline;
	text-decoration-thickness: 0.08em;
}

.service-single-features {
	margin-top: 22px;
	padding-top: 20px;
	border-top: 1px solid #e5eaf4;
}

.service-single-features h3 {
	margin: 0;
	color: #111827;
	font-family: "Poppins", "Segoe UI", sans-serif;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.2;
}

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

.service-single-features__grid li {
	border-radius: 14px;
	border: 1px solid #e4eaf7;
	background: #f8fbff;
	padding: 12px 12px 12px 11px;
	display: flex;
	align-items: flex-start;
	gap: 9px;
	color: #334155;
	font-family: "Inter", "Segoe UI", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

.service-single-features__icon {
	color: #2563eb;
	display: inline-grid;
	place-items: center;
	flex: 0 0 auto;
	margin-top: 1px;
}

.service-single-features__icon svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.service-single-trust {
	margin-top: 24px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.service-single-trust__item {
	border-radius: 16px;
	border: 1px solid #dde5f4;
	background: #f8fbff;
	padding: 14px;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 10px;
}

.service-single-trust__icon {
	width: 34px;
	height: 34px;
	border-radius: 10px;
	display: inline-grid;
	place-items: center;
}

.service-single-trust__icon svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.service-single-trust__item--blue .service-single-trust__icon {
	background: #e7eeff;
	color: #2563eb;
}

.service-single-trust__item--green .service-single-trust__icon {
	background: #e6f8ee;
	color: #059669;
}

.service-single-trust__item--violet .service-single-trust__icon {
	background: #efe9ff;
	color: #7c3aed;
}

.service-single-trust h3 {
	margin: 0;
	color: #0f172a;
	font-family: "Poppins", "Segoe UI", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

.service-single-trust p {
	margin: 4px 0 0;
	color: #64748b;
	font-family: "Inter", "Segoe UI", sans-serif;
	font-size: 12.8px;
	font-weight: 400;
	line-height: 1.5;
}

.service-single-content__cta {
	margin-top: 18px;
	padding: 16px;
	border-radius: 16px;
	border: 1px solid #dbe3f1;
	background: #f8fbff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.service-single-content__cta p {
	margin: 0;
	color: #334155;
	font-family: "Inter", "Segoe UI", sans-serif;
	font-size: 14px;
	line-height: 1.55;
}

.service-single-sidebar {
	position: sticky;
	top: 96px;
	display: grid;
	gap: 14px;
}

.service-single-booking {
	border-radius: 22px;
	border: 1px solid #dce4f2;
	background: #fff;
	box-shadow: 0 20px 42px rgba(11, 24, 49, 0.1);
	padding: 20px;
}

.service-single-booking__head p {
	margin: 0;
	color: #3567db;
	font-family: "Inter", "Segoe UI", sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.service-single-booking__head h2 {
	margin: 8px 0 0;
	color: #111827;
	font-family: "Poppins", "Segoe UI", sans-serif;
	font-size: 25px;
	font-weight: 800;
	line-height: 1.15;
}

.service-single-booking__form {
	margin-top: 16px;
	display: grid;
	gap: 12px;
}

.service-single-booking__notice {
	margin: 14px 0 0;
	border-radius: 12px;
	padding: 11px 12px;
	font-family: "Inter", "Segoe UI", sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.45;
}

.service-single-booking__notice p {
	margin: 0;
}

.service-single-booking__notice p + p {
	margin-top: 4px;
}

.service-single-booking__notice--success {
	border: 1px solid rgba(16, 185, 129, 0.38);
	background: #ebfbf3;
	color: #047857;
}

.service-single-booking__notice--error {
	border: 1px solid rgba(239, 68, 68, 0.35);
	background: #fef2f2;
	color: #b91c1c;
}

.service-single-booking__form label {
	display: grid;
	gap: 7px;
}

.service-single-booking__form label > span {
	color: #334155;
	font-family: "Inter", "Segoe UI", sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

.service-single-booking__form input,
.service-single-booking__form select,
.service-single-booking__form textarea {
	width: 100%;
	min-height: 44px;
	border-radius: 12px;
	border: 1px solid #d4ddea;
	background: #fff;
	color: #1f2937;
	padding: 0 12px;
	font-family: "Inter", "Segoe UI", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}

.service-single-booking__form input::placeholder {
	color: #9aa5b7;
}

.service-single-booking__form textarea {
	min-height: 90px;
	padding: 10px 12px;
	resize: vertical;
}

.service-single-booking__form textarea::placeholder {
	color: #9aa5b7;
}

.service-single-booking__form input:focus,
.service-single-booking__form select:focus,
.service-single-booking__form textarea:focus {
	outline: none;
	border-color: #4d83f9;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.16);
}

.service-single-booking__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.service-single-booking__field--full {
	grid-column: 1 / -1;
}

.service-single-booking__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 48px;
	width: 100%;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(120deg, #0f172a 0%, #1e293b 100%);
	color: #fff;
	font-family: "Poppins", "Segoe UI", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
}

.service-single-booking__submit:hover,
.service-single-booking__submit:focus-visible {
	background: linear-gradient(120deg, #111f3f 0%, #243b6f 100%);
}

.service-single-booking__note {
	margin: 2px 0 0;
	color: #64748b;
	font-family: "Inter", "Segoe UI", sans-serif;
	font-size: 12.2px;
	font-weight: 500;
	line-height: 1.45;
}

.service-single-help {
	border-radius: 18px;
	border: 1px solid rgba(84, 113, 186, 0.32);
	background:
		radial-gradient(90% 140% at 100% 100%, rgba(37, 99, 235, 0.4), rgba(37, 99, 235, 0)),
		linear-gradient(125deg, #0b1328 0%, #101f46 100%);
	padding: 18px;
}

.service-single-help h3 {
	margin: 0;
	color: #fff;
	font-family: "Poppins", "Segoe UI", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}

.service-single-help p {
	margin: 8px 0 0;
	color: #9db1dc;
	font-family: "Inter", "Segoe UI", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
}

.service-single-help a {
	margin-top: 12px;
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(140, 167, 227, 0.44);
	background: rgba(16, 33, 71, 0.58);
	color: #dbe8ff;
	font-family: "Poppins", "Segoe UI", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
}

.service-single-help a:hover,
.service-single-help a:focus-visible {
	background: rgba(22, 45, 95, 0.76);
}

.service-single-related {
	padding: 0 0 84px;
}

.service-single-related__inner {
	width: min(1220px, calc(100% - 2rem));
	max-width: 1220px;
}

.service-single-related__head {
	display: grid;
	gap: 8px;
}

.service-single-related__head p {
	margin: 0;
	color: #3567db;
	font-family: "Inter", "Segoe UI", sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.service-single-related__head h2 {
	margin: 0;
	color: #111827;
	font-family: "Poppins", "Segoe UI", sans-serif;
	font-size: clamp(28px, 4vw, 38px);
	font-weight: 800;
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.service-single-related__grid {
	margin-top: 18px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.25rem;
}

@media (max-width: 1120px) {
	.service-single-body__inner {
		grid-template-columns: minmax(0, 1fr) minmax(300px, 350px);
	}

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

@media (max-width: 980px) {
	.service-single-hero {
		padding-top: 96px;
		padding-bottom: 78px;
	}

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

	.service-single-hero__media-frame,
	.service-single-hero__media-fallback {
		min-height: 330px;
	}

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

	.service-single-sidebar {
		position: static;
	}

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

@media (max-width: 760px) {
	.service-single-hero__inner,
	.service-single-body__inner,
	.service-single-related__inner {
		width: min(1220px, calc(100% - 1.25rem));
	}

	.service-single-hero__title {
		font-size: clamp(34px, 10vw, 46px);
	}

	.service-single-hero__subtitle {
		font-size: 15px;
		line-height: 1.65;
	}

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

	.service-single-content__cta {
		flex-direction: column;
		align-items: stretch;
	}

	.service-single-content__cta .service-single-button {
		width: 100%;
	}

	.service-single-content,
	.service-single-booking {
		border-radius: 18px;
		padding: 16px;
	}

	.service-single-features__grid,
	.service-single-booking__row {
		grid-template-columns: 1fr;
	}

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