.sk-bpage-wrapper {
	--sk-primary: #072e54;
	--sk-accent: #00a3a6;
	--sk-text: #243242;
	--sk-muted: #5f6f7d;
	--sk-line: #d6e9e9;
	--sk-soft: #f5fbfb;
	--sk-tint: #e6f7f7;
	width: 100%;
	background: #ffffff;
	color: var(--sk-text);
	font-family: inherit;
}

.sk-bpage-wrapper *,
.sk-bpage-wrapper *::before,
.sk-bpage-wrapper *::after {
	box-sizing: border-box;
}

.sk-bpage-inner {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 0 0 46px;
}

.sk-process-card {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 20px;
	margin: -44px auto 36px;
	padding: 30px 36px 28px;
	border: 1px solid var(--sk-line);
	border-radius: 4px;
	background: #ffffff;
	box-shadow: 0 10px 30px rgba(7, 46, 84, 0.08);
}

.sk-process-step {
	position: relative;
	flex: 1 1 0;
	min-width: 0;
	text-align: center;
}

.sk-step-number {
	position: absolute;
	top: -8px;
	left: calc(50% - 44px);
	width: 26px;
	height: 26px;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #00a3a6;
	color: #ffffff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	box-shadow: none;
}

.sk-step-icon {
	width: 62px;
	height: 62px;
	margin: 0 auto 14px;
	border: 1px solid var(--sk-line);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--sk-tint);
	color: var(--sk-primary);
}

.sk-step-icon svg,
.sk-step-icon i {
	width: 25px;
	height: 25px;
	font-size: 25px;
	line-height: 1;
	display: block;
}

.sk-process-step h3 {
	margin: 0;
	color: var(--sk-primary);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0;
}

.sk-process-step p {
	margin: 6px 0 0;
	color: var(--sk-muted);
	font-size: 13px;
	line-height: 1.35;
}

.sk-process-arrow {
	color: #475569;
	font-size: 30px;
	line-height: 1;
	transform: translateY(-12px);
}

.sk-booking-intro {
	max-width: 760px;
	margin: 0 auto 28px;
	text-align: center;
}

.sk-booking-intro h2 {
	margin: 0;
	color: var(--sk-primary);
	font-size: clamp(28px, 3vw, 38px);
	font-weight: 800;
	line-height: 1.12;
	letter-spacing: 0;
}

.sk-booking-intro p {
	max-width: 640px;
	margin: 12px auto 0;
	color: var(--sk-muted);
	font-size: 16px;
	line-height: 1.55;
}

.sk-booking-card,
.sk-bottom-panel {
	border: 1px solid var(--sk-line);
	border-radius: 4px;
	background: #ffffff;
	box-shadow: 0 8px 24px rgba(7, 46, 84, 0.05);
}

.sk-booking-card {
	max-width: 1180px;
	margin: 0 auto;
	overflow: visible;
}

.sk-booking-card-head {
	padding: 20px 24px;
	border-bottom: 1px solid var(--sk-line);
	background: #03172c;
}

.sk-booking-card-head h3 {
	margin: 0;
	color: #ffffff;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
}

.sk-booking-shortcode {
	display: flex;
	justify-content: center;
	min-width: 0;
	padding: 18px;
	overflow: visible;
}

.sk-booking-shortcode > * {
	flex: 1 1 auto;
	max-width: 100%;
	margin-top: 0 !important;
}

.sk-shortcode-placeholder {
	border: 2px dashed #cbd5e1;
	border-radius: 4px;
	background: var(--sk-soft);
	padding: 34px 24px;
	text-align: center;
}

.sk-placeholder-heading {
	color: var(--sk-primary);
	font-size: 18px;
	font-weight: 800;
	margin: 0 0 10px;
}

.sk-shortcode-placeholder p {
	color: var(--sk-muted);
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.sk-secure-note {
	max-width: 1180px;
	margin: 16px auto 0;
	padding: 11px 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #03172c;
	font-size: 14px;
	font-weight: 650;
	line-height: 1.4;
	text-align: center;
}

.sk-secure-note svg {
	width: 20px;
	height: 20px;
	color: #00a3a6;
	flex: 0 0 auto;
}

.sk-bottom-grid {
	display: grid;
	grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.18fr);
	gap: 24px;
	max-width: 1180px;
	margin: 22px auto 0;
}

.sk-bottom-panel {
	padding: 26px 28px;
}

.sk-bottom-panel h2 {
	margin: 0;
	color: var(--sk-primary);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0;
}

.sk-check-list {
	display: grid;
	gap: 12px;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}

.sk-check-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	color: var(--sk-text);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.35;
}

.sk-check-list svg {
	width: 18px;
	height: 18px;
	margin-top: 1px;
	color: #00a3a6;
	flex: 0 0 auto;
}

.sk-clinic-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin-top: 22px;
}

.sk-clinic-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	min-width: 0;
}

.sk-clinic-pin {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #00a3a6;
	flex: 0 0 auto;
}

.sk-clinic-pin svg {
	width: 28px;
	height: 28px;
	display: block;
}

.sk-clinic-item h3,
.sk-access-note h3 {
	margin: 0;
	color: var(--sk-primary);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0;
}

.sk-clinic-item p,
.sk-access-note p {
	margin: 4px 0 0;
	color: var(--sk-muted);
	font-size: 13px;
	line-height: 1.4;
}

.sk-clinic-link {
	display: inline-flex;
	margin-top: 6px;
	color: #00a3a6;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none;
}

a.sk-clinic-link:hover,
a.sk-clinic-link:focus {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.sk-access-note {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-top: 22px;
	padding-top: 20px;
	border-top: 1px solid var(--sk-line);
}

.sk-access-icon {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #00a3a6;
	flex: 0 0 auto;
}

.sk-access-icon svg {
	width: 28px;
	height: 28px;
	display: block;
}

.sk-booking-shortcode > .latepoint-w,
.sk-booking-shortcode > .latepoint-booking-form-element,
.sk-booking-shortcode > .os-widget,
.sk-booking-shortcode > [class*="latepoint"] {
	width: min(100%, 1120px) !important;
	max-width: 100% !important;
	min-width: 0 !important;
	overflow: visible !important;
}

.sk-booking-shortcode > .latepoint-w,
.sk-booking-shortcode > .latepoint-booking-form-element {
	box-shadow: none !important;
}

.sk-booking-shortcode .latepoint-booking-form-element,
.sk-booking-shortcode .latepoint-w {
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 1024px) {
	.sk-process-card {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
		gap: 18px;
		margin-top: -28px;
	}
	.sk-process-arrow {
		display: none;
	}
	.sk-step-number {
		left: calc(50% - 40px);
	}
	.sk-bottom-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.sk-mobile-hide-hero-image {
		display: none !important;
	}
	.sk-bpage-inner {
		width: min(100% - 28px, 1180px);
		padding: 28px 0 34px;
	}
	.sk-process-card {
		display: none !important;
	}
	.sk-booking-intro {
		margin-bottom: 20px;
	}
	.sk-booking-intro h2 {
		font-size: 28px;
	}
	.sk-booking-intro p {
		font-size: 15px;
	}
	.sk-booking-card-head,
	.sk-booking-shortcode,
	.sk-bottom-panel {
		padding: 16px;
	}
	.sk-booking-card,
	.sk-bottom-panel {
		box-shadow: 0 10px 24px rgba(7, 46, 84, 0.06);
	}
	.sk-booking-card-head h3,
	.sk-bottom-panel h2 {
		font-size: 20px;
	}
	.sk-clinic-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.sk-secure-note {
		align-items: flex-start;
		text-align: left;
	}
}

@media (max-width: 480px) {
	.sk-bpage-inner {
		width: 100%;
	}
	.sk-process-card,
	.sk-booking-intro,
	.sk-bottom-grid,
	.sk-secure-note {
		width: calc(100% - 28px);
		margin-right: auto;
		margin-left: auto;
	}
	.sk-booking-card {
		width: auto;
		border-right: 0;
		border-left: 0;
		border-radius: 0;
	}
	.sk-booking-shortcode {
		padding: 10px;
	}
}