.webok-blog-page,
.webok-blog-single {
	--blog-width: 1200px;
	--blog-text: #173841;
	--blog-muted: #667f88;
	--blog-line: rgba(19, 56, 65, 0.12);
	--blog-accent: #11a8b5;
	--blog-accent-deep: #0b6b77;
	--blog-panel: #ffffff;
	--blog-panel-soft: rgba(255, 255, 255, 0.9);
	--blog-shadow: 0 16px 38px rgba(20, 57, 71, 0.08);
	background: linear-gradient(180deg, #eef6f8 0%, #f8fbfc 42%, #f3f8fb 100%);
	color: var(--blog-text);
	font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.webok-blog-page,
.webok-blog-page *,
.webok-blog-single,
.webok-blog-single * {
	box-sizing: border-box;
}

.webok-blog-page__hero,
.webok-blog-single__hero {
	position: relative;
	overflow: hidden;
	padding: 34px 0 28px;
	background:
		linear-gradient(100deg, rgba(7, 24, 40, 0.1), rgba(7, 24, 40, 0) 48%),
		linear-gradient(120deg, #147d87, #1d8fa9 52%, #345fa8);
	border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.webok-blog-page__hero::before,
.webok-blog-single__hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.14), transparent 22%),
		linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 90px),
		linear-gradient(270deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 90px),
		repeating-linear-gradient(
			100deg,
			rgba(255, 255, 255, 0.1) 0,
			rgba(255, 255, 255, 0.1) 1px,
			transparent 1px,
			transparent 72px
		);
	opacity: 0.58;
	pointer-events: none;
}

.webok-blog-page__hero::after,
.webok-blog-single__hero::after {
	content: "";
	position: absolute;
	right: -40px;
	top: 14px;
	width: 260px;
	height: 260px;
	border-radius: 40px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background:
		radial-gradient(circle at center, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02) 58%, transparent 59%),
		linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
	pointer-events: none;
	transform: rotate(-8deg);
}

.webok-blog-page__content,
.webok-blog-single__content {
	padding: 28px 0 44px;
}

.webok-blog-page__inner {
	position: relative;
	z-index: 2;
	max-width: var(--blog-width);
	margin: 0 auto;
	padding: 0 16px;
}

.webok-blog-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	color: rgba(237, 246, 255, 0.8);
	font-size: 13px;
}

.webok-blog-breadcrumb__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.webok-blog-breadcrumb__item:not(:last-child)::after {
	content: ">";
	opacity: 0.5;
}

.webok-blog-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.webok-blog-page__heading-row {
	display: grid;
	grid-template-columns: minmax(0, 0.45fr) minmax(0, 1.55fr);
	gap: 0;
	align-items: center;
	margin-top: 18px;
}

.webok-blog-page__eyebrow {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.26);
	color: #eef8ff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.webok-blog-page__title {
	margin: 16px 0 0;
	font-size: clamp(20px, 3vw, 34px);
	line-height: 1.02;
	letter-spacing: -0.03em;
	color: #ffffff;
	text-shadow: 0 10px 24px rgba(9, 27, 57, 0.28);
}

.webok-blog-single__title {
	margin: 16px 0 0;
	font-size: clamp(34px, 5vw, 54px);
	line-height: 1.06;
	letter-spacing: -0.04em;
	color: #ffffff;
	text-shadow: 0 10px 24px rgba(9, 27, 57, 0.28);
}

.webok-blog-page__intro {
	margin: 0;
	max-width: 720px;
	color: rgba(240, 248, 255, 0.9);
	font-size: clamp(16px, 1.55vw, 22px);
	line-height: 1.65;
}

.webok-blog-page__copy {
	min-width: 0;
}

.webok-blog-page__visual {
	display: flex;
	justify-content: flex-start;
	margin-left: -180px;
}

.webok-blog-page__visual-shell {
	width: min(100%, 720px);
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
}

.webok-blog-page__layout,
.webok-blog-single__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 28px;
	align-items: start;
}

.webok-blog-page__main {
	min-width: 0;
}

.webok-blog-single__main {
	min-width: 0;
}

.webok-blog-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

.webok-blog-grid .webok-blog-card {
	height: 100%;
}

.webok-blog-grid .webok-blog-card__media {
	position: relative;
	overflow: hidden;
	height: clamp(200px, 17vw, 270px) !important;
	aspect-ratio: auto !important;
}

.webok-blog-grid .webok-blog-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.webok-blog-grid .webok-blog-card__link {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.webok-blog-grid .webok-blog-card__link-copy {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.webok-blog-grid .webok-blog-card__media img {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.webok-blog-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--blog-line);
	border-radius: 6px;
	background: var(--blog-panel);
	box-shadow: var(--blog-shadow);
}

.webok-blog-card__media {
	display: block;
	aspect-ratio: 1 / 0.68;
	background: linear-gradient(135deg, #d8ecef, #f5fbfc 58%, #d9e6ec);
	text-decoration: none;
}

.webok-blog-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.webok-blog-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: rgba(11, 107, 119, 0.32);
	font-size: 26px;
	font-weight: 800;
	letter-spacing: 0.16em;
}

.webok-blog-card__body {
	display: grid;
	gap: 14px;
	padding: 5px;
}

.webok-blog-card__terms,
.webok-blog-single__terms,
.webok-blog-single__tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.webok-blog-card__terms a,
.webok-blog-single__terms a,
.webok-blog-single__tag-list a {
	display: inline-flex;
	align-items: center;
	padding: 6px 12px;
	border-radius: 4px;
	background: rgba(17, 168, 181, 0.1);
	color: var(--blog-accent-deep);
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.webok-blog-single__hero .webok-blog-single__terms {
	margin-top: 12px;
}

.webok-blog-single__hero .webok-blog-single__terms a {
	padding: 8px 14px;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.28);
	color: #eef8ff;
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.webok-blog-card__terms a:hover,
.webok-blog-card__terms a:focus-visible,
.webok-blog-single__terms a:hover,
.webok-blog-single__terms a:focus-visible,
.webok-blog-single__tag-list a:hover,
.webok-blog-single__tag-list a:focus-visible {
	background: rgba(17, 168, 181, 0.18);
	border-color: rgba(17, 168, 181, 0.28);
	color: #085c67;
	transform: translateY(-1px);
}

.webok-blog-card__meta,
.webok-blog-single__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	color: var(--blog-muted);
	font-size: 13px;
}

.webok-blog-card__meta span,
.webok-blog-single__meta span {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.webok-blog-card__meta span:not(:last-child)::after,
.webok-blog-single__meta span:not(:last-child)::after {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 999px;
	background: rgba(23, 56, 65, 0.25);
}

.webok-blog-card__link {
	display: grid;
	gap: 10px;
	min-height: 116px;
	padding: 10px;
	border-radius: 4px;
	border: 0;
	background: rgba(17, 168, 181, 0.045);
	text-decoration: none;
}

.webok-blog-card__link-title {
	display: -webkit-box;
	overflow: hidden;
	color: #193940;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.18;
	letter-spacing: -0.03em;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.webok-blog-card__link-copy {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: #5f7881;
	font-size: 15px;
	line-height: 1.72;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.webok-blog-sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 110px;
	display: grid;
	gap: 18px;
	align-self: start;
}

.webok-blog-sidebar__panel,
.webok-blog-single__article {
	border: 1px solid var(--blog-line);
	border-radius: 6px;
	background: var(--blog-panel);
	box-shadow: var(--blog-shadow);
}

.webok-blog-sidebar__panel {
	padding: 22px;
}

.webok-blog-sidebar__panel h2 {
	margin: 0 0 16px;
	font-size: 19px;
	line-height: 1.2;
}

.webok-blog-sidebar__list,
.webok-blog-sidebar__recent {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.webok-blog-sidebar__list a,
.webok-blog-sidebar__recent a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 14px;
	border-radius: 4px;
	background: rgba(17, 168, 181, 0.04);
	border: 1px solid rgba(17, 168, 181, 0.08);
	color: var(--blog-text);
	text-decoration: none;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.webok-blog-sidebar__list em,
.webok-blog-sidebar__recent span {
	color: var(--blog-muted);
	font-size: 12px;
	font-style: normal;
}

.webok-blog-sidebar__recent a {
	display: grid;
	justify-content: start;
}

.webok-blog-sidebar__list a:hover,
.webok-blog-sidebar__list a:focus-visible,
.webok-blog-sidebar__recent a:hover,
.webok-blog-sidebar__recent a:focus-visible {
	background: rgba(17, 168, 181, 0.1);
	border-color: rgba(17, 168, 181, 0.22);
	color: #0b6571;
	transform: translateY(-1px);
}

.webok-blog-sidebar__recent strong {
	font-size: 14px;
	line-height: 1.55;
}

.webok-blog-pagination {
	margin-top: 28px;
}

.webok-blog-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 46px;
	height: 46px;
	padding: 0 14px;
	margin-right: 10px;
	border-radius: 12px;
	border: 1px solid rgba(17, 168, 181, 0.16);
	background: #ffffff;
	color: var(--blog-text);
	text-decoration: none;
}

.webok-blog-pagination .page-numbers.current {
	background: linear-gradient(180deg, #19b8c4, #0896a2);
	border-color: #0896a2;
	color: #ffffff;
}

.webok-blog-empty {
	padding: 34px 28px;
	border: 1px solid var(--blog-line);
	border-radius: 6px;
	background: var(--blog-panel-soft);
	box-shadow: var(--blog-shadow);
}

.webok-blog-empty h2 {
	margin: 0 0 10px;
	font-size: 26px;
}

.webok-blog-empty p {
	margin: 0;
	color: var(--blog-muted);
	line-height: 1.8;
}

.webok-blog-single__hero-copy {
	max-width: 860px;
	padding-top: 6px;
}

.webok-blog-single__meta {
	margin-top: 18px;
}

.webok-blog-single__article {
	overflow: hidden;
}

.webok-blog-single__article-head {
	padding: 30px 30px 24px;
	border-bottom: 1px solid var(--blog-line);
}

.webok-blog-single__article-head .webok-blog-single__title {
	margin: 0;
	color: #173841;
	text-shadow: none;
	font-size: clamp(30px, 4vw, 46px);
}

.webok-blog-single__article-head .webok-blog-single__meta {
	margin-top: 14px;
}

.webok-blog-single__hero .webok-blog-single__meta {
	display: none;
}

.webok-blog-single__media {
	aspect-ratio: 1 / 0.52;
	background: linear-gradient(135deg, #d8ecef, #f5fbfc 58%, #d9e6ec);
}

.webok-blog-single__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.webok-blog-single__body {
	padding: 28px 30px 22px;
	color: #4c6971;
	font-size: 17px;
	line-height: 1.95;
}

.webok-blog-single__body > *:first-child {
	margin-top: 0;
}

.webok-blog-single__body > *:last-child {
	margin-bottom: 0;
}

.webok-blog-single__body h2,
.webok-blog-single__body h3,
.webok-blog-single__body h4 {
	color: #173841;
	line-height: 1.25;
}

.webok-blog-single__body img {
	max-width: 100%;
	height: auto;
	border-radius: 14px;
}

.webok-blog-single__body a {
	color: var(--blog-accent-deep);
}

.webok-blog-single__body ul,
.webok-blog-single__body ol {
	padding-left: 22px;
}

.webok-blog-single__tags,
.webok-blog-single__nav {
	padding: 0 30px 30px;
}

.webok-blog-single__tags {
	display: grid;
	gap: 12px;
}

.webok-blog-single__tags > span {
	color: var(--blog-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.webok-blog-single__nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	padding-top: 22px;
	border-top: 1px solid var(--blog-line);
}

.webok-blog-single__nav-item a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 16px;
	border-radius: 4px;
	background: rgba(17, 168, 181, 0.08);
	border: 1px solid rgba(17, 168, 181, 0.16);
	color: var(--blog-accent-deep);
	font-weight: 700;
	text-decoration: none;
	text-align: center;
}

.webok-blog-single__nav-item--next a {
	background: rgba(19, 56, 65, 0.06);
	border-color: rgba(19, 56, 65, 0.1);
	color: var(--blog-text);
}

.webok-related-posts {
	margin-top: 28px;
}

.webok-related-posts__head {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.webok-related-posts__head h2 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	margin: 0;
	padding: 0 12px;
	border-radius: 4px;
	background: rgba(17, 168, 181, 0.08);
	color: var(--blog-accent-deep);
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.webok-related-posts__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	align-items: stretch;
}

.webok-related-posts .webok-blog-card {
	height: 100%;
}

.webok-related-posts .webok-blog-card__media {
	position: relative;
	overflow: hidden;
	height: clamp(170px, 16vw, 240px) !important;
	aspect-ratio: auto !important;
}

.webok-related-posts .webok-blog-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: 5px;
}

.webok-related-posts .webok-blog-card__link {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	padding: 10px;
}

.webok-related-posts .webok-blog-card__link-title {
	font-size: 22px;
}

.webok-related-posts .webok-blog-card__link-copy {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
}

.webok-related-posts .webok-blog-card__media img {
	position: absolute;
	inset: 0;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.webok-related-posts .webok-blog-card__meta {
	gap: 8px 12px;
}

@media (max-width: 980px) {
	.webok-blog-page__layout,
	.webok-blog-single__layout,
	.webok-blog-page__heading-row {
		grid-template-columns: 1fr;
	}

	.webok-blog-sidebar {
		position: static;
	}

	.webok-related-posts__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.webok-blog-page__visual {
		justify-content: flex-start;
		margin-left: 0;
	}

	.webok-blog-page__visual-shell {
		width: min(100%, 620px);
	}
}

@media (max-width: 640px) {
	.webok-blog-page__inner {
		padding: 0 3px;
	}

	.webok-blog-page__hero,
	.webok-blog-single__hero {
		padding: 26px 0 20px;
	}

	.webok-blog-page__hero::after,
	.webok-blog-single__hero::after {
		right: -70px;
		top: 26px;
		width: 170px;
		height: 170px;
		border-radius: 28px;
	}

	.webok-blog-page__title {
		font-size: clamp(26px, 7vw, 36px);
	}

	.webok-blog-single__title {
		font-size: clamp(28px, 8vw, 38px);
	}

	.webok-blog-page__intro {
		font-size: 15px;
		line-height: 1.7;
	}

	.webok-blog-page__heading-row {
		gap: 18px;
	}

	.webok-blog-page__visual-shell {
		padding: 16px;
		border-radius: 16px;
	}

	.webok-blog-page__stats {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}

	.webok-blog-page__stat {
		padding: 12px;
		border-radius: 14px;
	}

	.webok-blog-page__stat strong {
		font-size: 24px;
	}

	.webok-blog-page__chips span {
		min-height: 30px;
		padding: 0 10px;
		font-size: 11px;
	}

	.webok-blog-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.webok-blog-grid .webok-blog-card__media {
		height: clamp(170px, 50vw, 230px) !important;
	}

	.webok-related-posts__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.webok-related-posts .webok-blog-card__media {
		height: clamp(130px, 36vw, 190px);
	}

	.webok-blog-card__body,
	.webok-blog-sidebar__panel {
		padding: 16px;
	}

	.webok-blog-card__body {
		padding: 5px;
	}

	.webok-blog-card__link {
		min-height: 104px;
	}

	.webok-blog-card__link-title {
		font-size: 22px;
	}

	.webok-related-posts__head h2 {
		min-height: 32px;
		padding: 0 10px;
		font-size: 12px;
	}

	.webok-related-posts .webok-blog-card__link-title {
		font-size: 18px;
	}

	.webok-blog-single__body,
	.webok-blog-single__article-head,
	.webok-blog-single__tags,
	.webok-blog-single__nav {
		padding-left: 16px;
		padding-right: 16px;
	}

	.webok-blog-single__article-head {
		padding-top: 22px;
		padding-bottom: 18px;
	}

	.webok-blog-single__article-head .webok-blog-single__title {
		font-size: clamp(28px, 7vw, 36px);
	}

	.webok-blog-single__body {
		padding-top: 20px;
		font-size: 16px;
		line-height: 1.85;
	}

	.webok-blog-single__nav {
		grid-template-columns: 1fr;
		padding-bottom: 20px;
	}

	.webok-blog-pagination .page-numbers {
		min-width: 42px;
		height: 42px;
		margin-right: 8px;
	}
}
