body.sb-seo-page .breadcrumb-area,
body.sb-seo-page .breadcrumb-text .back-title {
	display: none !important;
}

body.sb-seo-page .page-area {
	padding: 0 !important;
	background: #f4f8fb;
}

body.sb-seo-page .page-area > .container {
	max-width: none !important;
	width: 100% !important;
	padding: 0 !important;
}

body.sb-seo-page .klinixer-page-content,
body.sb-seo-page .post-entry {
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible;
}

.sb-seo {
	--sb-ink: #102333;
	--sb-cyan: #00baee;
	--sb-navy: #06344f;
	--sb-deep: #041c2c;
	--sb-soft: #f3f8fb;
	--sb-line: #d5e4ee;
	--sb-muted: #5c6e7b;
	color: var(--sb-ink);
	font-family: Manrope, Roboto, sans-serif;
}

.sb-seo-shell {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
}

.sb-seo-hero {
	position: relative;
	min-height: min(86vh, 760px);
	overflow: hidden;
	background: var(--sb-deep);
	color: #fff;
}

.sb-seo-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity .7s ease, visibility .7s ease;
}

.sb-seo-slide.is-active {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.sb-seo-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.06);
	animation: sbSeoZoom 7s ease forwards;
}

.sb-seo-slide.is-active img {
	animation: sbSeoZoom 7s ease forwards;
}

@keyframes sbSeoZoom {
	from { transform: scale(1.08); }
	to { transform: scale(1); }
}

.sb-seo-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 2;
	background:
		linear-gradient(90deg, rgba(4, 28, 44, .88) 0%, rgba(4, 28, 44, .55) 46%, rgba(4, 28, 44, .28) 100%),
		linear-gradient(180deg, rgba(4, 28, 44, .18) 0%, rgba(4, 28, 44, .55) 100%);
}

.sb-seo-hero__content {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr);
	gap: 40px;
	align-items: end;
	min-height: min(86vh, 760px);
	padding: 110px 0 56px;
}

.sb-seo-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
	padding: 7px 12px;
	border: 1px solid rgba(255,255,255,.22);
	border-radius: 999px;
	background: rgba(255,255,255,.1);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.sb-seo-hero h1 {
	margin: 0 0 16px;
	color: #fff !important;
	font: 800 clamp(36px, 6vw, 68px)/1.02 Manrope, Roboto, sans-serif !important;
	letter-spacing: -.04em;
	text-transform: none !important;
}

.sb-seo-hero h1 span {
	color: var(--sb-cyan);
}

.sb-seo-hero__lead {
	max-width: 540px;
	margin: 0 0 28px;
	color: rgba(255,255,255,.86);
	font-size: 18px;
	line-height: 1.65;
}

.sb-seo-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 22px;
}

.sb-seo-pills span {
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(0, 186, 238, .16);
	color: #d9f7ff;
	font-size: 13px;
	font-weight: 700;
}

.sb-seo-hero__panel {
	padding: 22px;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 28px;
	background: rgba(255,255,255,.12);
	backdrop-filter: blur(16px);
	box-shadow: 0 24px 50px rgba(0,0,0,.22);
}

.sb-seo-hero__panel strong {
	display: block;
	margin-bottom: 6px;
	font-size: 22px;
}

.sb-seo-hero__panel p {
	margin: 0 0 16px;
	color: rgba(255,255,255,.8);
}

.sb-seo-hero__nav {
	position: absolute;
	z-index: 4;
	right: 24px;
	bottom: 24px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.sb-seo-hero__nav button {
	width: 46px;
	height: 46px;
	border: 0;
	border-radius: 50%;
	background: rgba(255,255,255,.92);
	color: var(--sb-navy);
	font-size: 22px;
	cursor: pointer;
}

.sb-seo-dots {
	display: flex;
	gap: 8px;
}

.sb-seo-dots button {
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255,255,255,.4);
}

.sb-seo-dots button.is-active {
	background: var(--sb-cyan);
}

.sb-seo-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.sb-seo-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 22px;
	border-radius: 999px;
	font-weight: 800;
	text-decoration: none !important;
	box-shadow: 0 12px 28px rgba(0,0,0,.16);
}

.sb-seo-btn--call {
	background: var(--sb-cyan);
	color: #042433 !important;
}

.sb-seo-btn--wa {
	background: #25d366;
	color: #fff !important;
}

.sb-seo-btn--ghost {
	background: rgba(255,255,255,.12);
	color: #fff !important;
	border: 1px solid rgba(255,255,255,.2);
	box-shadow: none;
}

.sb-seo-band {
	padding: 28px 0 8px;
	background: #fff;
}

.sb-seo .sonbahar-phone-band .container {
	max-width: none;
	width: 100%;
	padding: 0;
}

.sb-seo-section {
	padding: 28px 0 8px;
}

.sb-seo-head {
	display: grid;
	grid-template-columns: minmax(0,.9fr) minmax(240px, .8fr);
	gap: 24px;
	align-items: end;
	margin-bottom: 24px;
}

.sb-seo-head span {
	display: block;
	margin-bottom: 8px;
	color: var(--sb-cyan);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.sb-seo-head h2,
.sb-seo-cta h2 {
	margin: 0;
	color: var(--sb-navy);
	font: 800 clamp(28px, 4vw, 42px)/1.1 Manrope, Roboto, sans-serif;
	letter-spacing: -.03em;
}

.sb-seo-head p {
	margin: 0;
	color: var(--sb-muted);
}

.sb-seo-process {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.sb-seo-step {
	position: relative;
	overflow: hidden;
	min-height: 280px;
	border-radius: 24px;
	background: #111;
	box-shadow: 0 16px 36px rgba(16, 35, 51, .12);
}

.sb-seo-step img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 280px;
}

.sb-seo-step div {
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: 14px;
	padding: 16px;
	border-radius: 18px;
	background: rgba(4, 28, 44, .78);
	color: #fff;
	backdrop-filter: blur(10px);
}

.sb-seo-step b {
	display: block;
	margin-bottom: 4px;
	color: var(--sb-cyan);
	font-size: 12px;
	letter-spacing: .08em;
}

.sb-seo-step strong {
	display: block;
	margin-bottom: 4px;
	font-size: 20px;
}

.sb-seo-step p {
	margin: 0;
	color: rgba(255,255,255,.82);
	font-size: 14px;
	line-height: 1.5;
}

.sb-seo-mosaic {
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr;
	grid-template-rows: 210px 210px;
	gap: 12px;
}

.sb-seo-mosaic figure {
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: 22px;
}

.sb-seo-mosaic figure:first-child {
	grid-row: 1 / span 2;
}

.sb-seo-mosaic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.sb-seo-mosaic figcaption {
	position: absolute;
	left: 12px;
	bottom: 12px;
	padding: 7px 11px;
	border-radius: 999px;
	background: rgba(4, 28, 44, .72);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}

.sb-seo-districts,
.sb-seo-services {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.sb-seo-card {
	overflow: hidden;
	border: 1px solid var(--sb-line);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 12px 30px rgba(16, 35, 51, .07);
	text-decoration: none !important;
	color: inherit;
}

.sb-seo-card img {
	width: 100%;
	height: 160px;
	object-fit: cover;
	display: block;
}

.sb-seo-card > span,
.sb-seo-card > strong {
	display: block;
	padding: 0 16px;
}

.sb-seo-card strong {
	padding-top: 14px;
	color: var(--sb-navy);
	font-size: 18px;
}

.sb-seo-card span {
	padding-bottom: 16px;
	color: var(--sb-muted);
	font-size: 14px;
}

.sb-seo-faq {
	display: grid;
	gap: 10px;
}

.sb-seo details {
	border: 1px solid var(--sb-line);
	border-radius: 18px;
	background: #fff;
	padding: 16px 18px;
}

.sb-seo summary {
	cursor: pointer;
	font-weight: 800;
	color: var(--sb-navy);
}

.sb-seo details p {
	margin: 10px 0 0;
	color: var(--sb-muted);
}

.sb-seo-cta {
	margin: 20px auto 48px;
	padding: 34px;
	border-radius: 28px;
	background:
		radial-gradient(circle at 100% 0, rgba(0,186,238,.18), transparent 34%),
		linear-gradient(180deg, #fff, #f3f9fc);
	border: 1px solid var(--sb-line);
	box-shadow: 0 18px 40px rgba(16, 35, 51, .08);
}

.sb-seo-cta p {
	max-width: 640px;
	margin: 10px 0 22px;
	color: var(--sb-muted);
}

.sb-seo-sticky {
	display: none;
}

@media (max-width: 1199px) {
	.sb-seo-hero__panel,
	.sb-seo-pills,
	.sb-seo-btn--ghost,
	.sb-seo-hero__nav,
	.sb-seo-hero .sb-seo-kicker,
	.sb-seo-band {
		display: none !important;
	}

	.sb-seo-hero {
		min-height: 58vh;
	}

	.sb-seo-hero__content {
		grid-template-columns: 1fr;
		min-height: 58vh;
		padding: 36px 0 28px;
		align-items: end;
	}

	.sb-seo-hero h1 {
		font-size: clamp(28px, 7vw, 44px) !important;
		margin-bottom: 12px;
	}

	.sb-seo-hero__lead {
		display: block !important;
		max-width: 36em;
		margin: 0 0 18px;
		font-size: 16px;
		line-height: 1.55;
	}

	.sb-seo-hero .sb-seo-actions {
		display: flex !important;
		flex-direction: column;
		align-items: stretch;
		gap: 10px;
		width: 100%;
		max-width: 420px;
	}

	.sb-seo-hero .sb-seo-actions .sb-seo-btn {
		width: 100%;
		min-height: 48px;
	}

	.sb-seo-sticky {
		display: none !important;
	}

	body.sb-seo-page--hali {
		padding-bottom: 0;
	}
}

@media (max-width: 991px) {
	.sb-seo-hero__content,
	.sb-seo-head,
	.sb-seo-process,
	.sb-seo-districts,
	.sb-seo-services,
	.sb-seo-mosaic {
		grid-template-columns: 1fr 1fr;
	}

	.sb-seo-hero__content {
		grid-template-columns: 1fr;
		padding: 32px 0 24px;
		min-height: 56vh;
		align-items: end;
	}

	.sb-seo-hero h1 {
		font-size: clamp(26px, 8vw, 40px) !important;
		margin-bottom: 10px;
	}

	.sb-seo-hero__lead {
		font-size: 15px;
		line-height: 1.5;
		margin-bottom: 16px;
	}

	.sb-seo-mosaic {
		grid-template-rows: 180px 180px;
	}

	.sb-seo-mosaic figure:first-child {
		grid-row: auto;
	}
}

@media (max-width: 700px) {
	.sb-seo-shell {
		width: min(100% - 24px, 1180px);
	}

	.sb-seo-hero__content,
	.sb-seo-head,
	.sb-seo-process,
	.sb-seo-districts,
	.sb-seo-services,
	.sb-seo-mosaic {
		grid-template-columns: 1fr;
	}

	.sb-seo-hero {
		min-height: 52vh;
	}

	.sb-seo-kicker {
		margin-bottom: 10px;
		font-size: 10px;
	}

	.sb-seo-hero__nav {
		right: 12px;
		bottom: 16px;
	}

	.sb-seo-btn,
	.sb-seo-actions {
		width: 100%;
	}
}
