/**
 * Abannet Blog v9.00 — Tech & Enterprise Infrastructure Magazine
 * Frosted-glass visual system synchronized with network tools engine.
 */

/* ── Design tokens ── */
.blog-wb,
.single-post-section.blog-wb {
	--blog-wb-cyan: #06b6d4;
	--blog-wb-cyan-neon: #00e5ff;
	--blog-wb-cyan-soft: rgba(6, 182, 212, 0.12);
	--blog-wb-cyan-border: rgba(6, 182, 212, 0.08);
	--blog-wb-glass: rgba(255, 255, 255, 0.65);
	--blog-wb-glass-strong: rgba(255, 255, 255, 0.78);
	--blog-wb-ink: #0f172a;
	--blog-wb-ink-soft: #475569;
	--blog-wb-ink-muted: #64748b;
	--blog-wb-bg: #eef4f8;
	--blog-wb-radius: 18px;
	--blog-wb-read: 720px;

	font-family: 'Vazirmatn', Tahoma, sans-serif;
	background: var(--blog-wb-bg);
	background-image:
		radial-gradient(ellipse 90% 60% at 80% -10%, rgba(6, 182, 212, 0.09), transparent 55%),
		radial-gradient(ellipse 70% 50% at 10% 100%, rgba(14, 116, 144, 0.06), transparent 50%),
		linear-gradient(180deg, #f4f8fb 0%, var(--blog-wb-bg) 100%);
	color: var(--blog-wb-ink);
	padding-top: calc(var(--header-height) + 28px);
	padding-bottom: 88px;
	min-height: 68vh;
	-webkit-font-smoothing: antialiased;
}

.blog-wb__container {
	max-width: 1280px;
}

/* ── Frosted glass surface ── */
.blog-wb__glass {
	background: var(--blog-wb-glass);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid var(--blog-wb-cyan-border);
	border-radius: var(--blog-wb-radius);
}

/* ── Reading progress bar ── */
.blog-wb__progress-bar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	width: 0;
	z-index: 9999;
	background: linear-gradient(90deg, var(--blog-wb-cyan) 0%, var(--blog-wb-cyan-neon) 100%);
	box-shadow: 0 0 12px rgba(0, 229, 255, 0.55), 0 0 24px rgba(6, 182, 212, 0.25);
	transition: width 0.08s linear;
	pointer-events: none;
}

/* ── Archive header ── */
.blog-wb .archive-header {
	max-width: 760px;
	margin: 0 auto 36px;
	text-align: center;
}

.blog-wb .archive-header__eyebrow {
	display: inline-block;
	margin: 0 0 10px;
	padding: 5px 14px;
	font-size: 0.75rem;
	font-weight: 700;
	color: #0e7490;
	background: var(--blog-wb-cyan-soft);
	border: 1px solid var(--blog-wb-cyan-border);
	border-radius: 999px;
}

.blog-wb .archive-header__title {
	margin: 0 0 10px;
	font-size: clamp(1.75rem, 3.5vw, 2.35rem);
	font-weight: 800;
	line-height: 1.32;
	letter-spacing: -0.025em;
	color: var(--blog-wb-ink);
}

.blog-wb .archive-header__desc {
	margin: 0 auto;
	max-width: 560px;
	font-size: 1.05rem;
	line-height: 1.75;
	color: var(--blog-wb-ink-soft);
}

/* ── Meta badge capsules ── */
.blog-wb__badges {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
}

.blog-wb__badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 11px;
	font-size: 0.6875rem;
	font-weight: 700;
	line-height: 1.4;
	border-radius: 999px;
	background: rgba(148, 163, 184, 0.14);
	color: var(--blog-wb-ink-muted);
	border: 1px solid rgba(148, 163, 184, 0.18);
	text-decoration: none;
	white-space: nowrap;
}

.blog-wb__badge--category {
	color: #0e7490;
	background: rgba(6, 182, 212, 0.1);
	border-color: rgba(6, 182, 212, 0.18);
}

.blog-wb__badge--category:hover {
	background: rgba(6, 182, 212, 0.16);
}

/* ── Thumb wrapper + cyan overlay ── */
.blog-wb__thumb-wrapper {
	width: 100%;
	aspect-ratio: 16 / 9;
	position: relative;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
	display: block;
	background: linear-gradient(135deg, rgba(6, 182, 212, 0.08), rgba(15, 23, 42, 0.04));
	text-decoration: none;
	flex-shrink: 0;
}

.blog-wb__thumb-wrapper--placeholder {
	min-height: 0;
	height: 100%;
}

.blog-wb__thumb-img,
.blog-wb__thumb-wrapper img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(0.55) contrast(1.02);
	transition: filter 0.45s ease, transform 0.45s ease;
}

.blog-wb__thumb-placeholder {
	display: block;
	width: 100%;
	height: 100%;
	min-height: inherit;
	background:
		linear-gradient(135deg, rgba(6, 182, 212, 0.12) 0%, rgba(15, 23, 42, 0.06) 100%),
		repeating-linear-gradient(-45deg, rgba(6, 182, 212, 0.04) 0 8px, transparent 8px 16px);
}

.blog-wb__thumb-svg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-wb__thumb-wrapper--placeholder .blog-wb__thumb-overlay {
	opacity: 0.2;
}

@keyframes blog-wb-svg-pulse {
	0%, 100% { opacity: 0.65; }
	50% { opacity: 1; }
}

.blog-wb__svg-pulse {
	animation: blog-wb-svg-pulse 2.8s ease-in-out infinite;
}

.blog-wb__thumb-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(160deg, rgba(6, 182, 212, 0.28) 0%, rgba(6, 182, 212, 0.08) 45%, rgba(15, 23, 42, 0.12) 100%);
	opacity: 0.85;
	transition: opacity 0.4s ease;
	pointer-events: none;
}

.blog-wb__card:hover .blog-wb__thumb-overlay,
.blog-wb__mega-card:hover .blog-wb__thumb-overlay,
.blog-wb__thumb-wrapper:hover .blog-wb__thumb-overlay {
	opacity: 0.35;
}

.blog-wb__card:hover .blog-wb__thumb-img,
.blog-wb__card:hover .blog-wb__thumb-wrapper img,
.blog-wb__mega-card:hover .blog-wb__thumb-img,
.blog-wb__mega-card:hover .blog-wb__thumb-wrapper img,
.blog-wb__thumb-wrapper:hover .blog-wb__thumb-img,
.blog-wb__thumb-wrapper:hover img {
	filter: saturate(1) contrast(1.05);
	transform: scale(1.03);
}

/* ── Featured mega-card ── */
.blog-wb__mega-card {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
	direction: ltr;
	overflow: hidden;
	margin-bottom: 24px;
	transition: border-color 0.3s ease, transform 0.3s ease;
}

.blog-wb__mega-card .blog-wb__thumb-wrapper {
	aspect-ratio: auto;
	min-height: 320px;
	border-radius: var(--blog-wb-radius) 0 0 var(--blog-wb-radius);
}

.blog-wb__mega-content {
	direction: rtl;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 32px 36px;
}

.blog-wb__mega-title {
	margin: 0 0 12px;
	font-size: clamp(1.35rem, 2.5vw, 1.85rem);
	font-weight: 800;
	line-height: 1.38;
	letter-spacing: -0.02em;
}

.blog-wb__mega-title a {
	color: var(--blog-wb-ink);
	text-decoration: none;
	transition: color 0.2s ease;
}

.blog-wb__mega-title a:hover {
	color: #0e7490;
}

.blog-wb__mega-excerpt {
	color: var(--blog-wb-ink-soft);
	font-size: 1rem;
	line-height: 1.75;
	margin-bottom: 18px;
}

/* ── 3-column mesh grid ── */
.blog-wb__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.blog-wb__card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.blog-wb__card:hover {
	transform: translateY(-4px) scale(1.01);
	border-color: rgba(6, 182, 212, 0.28);
	box-shadow:
		0 8px 32px rgba(6, 182, 212, 0.16),
		0 0 0 1px rgba(6, 182, 212, 0.1),
		0 0 24px rgba(0, 229, 255, 0.08);
}

.blog-wb__card .blog-wb__thumb-wrapper {
	height: auto;
	flex-shrink: 0;
}

.blog-wb__card-body {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 20px 22px 22px;
	background: rgba(255, 255, 255, 0.72);
	color: #1e293b;
}

.blog-wb__card-body .blog-wb__badges {
	margin-bottom: 12px;
}

.blog-wb__card-body .blog-wb__card-title a {
	color: #0f172a;
}

.blog-wb__card-body .blog-wb__card-excerpt {
	color: #475569;
}

.blog-wb__card-head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 12px;
}

.blog-wb__topic-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	flex-shrink: 0;
	color: #0e7490;
	background: rgba(6, 182, 212, 0.1);
	border: 1px solid rgba(6, 182, 212, 0.18);
	border-radius: 10px;
}

.blog-wb__topic-icon svg {
	width: 18px;
	height: 18px;
}

/* ── Frosted Hero Slider v9.20 ── */
.blog-wb__hero-slider {
	position: relative;
	margin-bottom: 28px;
}

.blog-wb__hero-viewport {
	overflow: hidden;
	border-radius: var(--blog-wb-radius);
}

.blog-wb__hero-track {
	display: flex;
	transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
	will-change: transform;
}

.blog-wb__hero-slide {
	flex: 0 0 100%;
	min-width: 100%;
}

.blog-wb__hero-slide-inner {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
	direction: ltr;
	overflow: hidden;
	min-height: 300px;
}

.blog-wb__hero-media {
	position: relative;
	overflow: hidden;
	min-height: 280px;
}

.blog-wb__hero-img,
.blog-wb__hero-media .blog-wb__thumb-svg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-wb__hero-media-glow {
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at 30% 50%, rgba(6, 182, 212, 0.22), transparent 65%);
	pointer-events: none;
}

.blog-wb__hero-copy {
	direction: rtl;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 28px 32px;
	transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-wb__hero-slide.is-active .blog-wb__hero-copy {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.blog-wb__hero-slide:not(.is-active) .blog-wb__hero-copy {
	transform: translate3d(12px, 0, 0);
	opacity: 0.85;
}

.blog-wb__hero-badge {
	display: inline-block;
	align-self: flex-start;
	margin-bottom: 12px;
	padding: 5px 12px;
	font-size: 0.6875rem;
	font-weight: 800;
	color: #0e7490;
	background: rgba(6, 182, 212, 0.12);
	border: 1px solid rgba(6, 182, 212, 0.2);
	border-radius: 999px;
}

.blog-wb__hero-title {
	margin: 0 0 14px;
	font-size: clamp(1.25rem, 2.2vw, 1.75rem);
	font-weight: 800;
	line-height: 1.38;
	transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-wb__hero-title a {
	color: var(--blog-wb-ink);
	text-decoration: none;
}

.blog-wb__hero-title a:hover {
	color: #0e7490;
}

.blog-wb__hero-typewriter {
	min-height: 4.5em;
	margin: 0 0 18px;
	font-size: 0.9375rem;
	line-height: 1.75;
	color: var(--blog-wb-ink-soft);
	transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-wb__hero-typewriter::after {
	content: '|';
	margin-right: 2px;
	color: var(--blog-wb-cyan-neon);
	animation: blog-wb-cursor-blink 1s step-end infinite;
}

.blog-wb__hero-typewriter.is-done::after {
	display: none;
}

@keyframes blog-wb-cursor-blink {
	50% { opacity: 0; }
}

.blog-wb__hero-cta {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	align-self: flex-start;
	font-size: 0.875rem;
	font-weight: 800;
	color: #fff;
	text-decoration: none;
	padding: 10px 18px;
	border-radius: 10px;
	background: linear-gradient(135deg, #0891b2, #06b6d4);
	box-shadow: 0 4px 16px rgba(6, 182, 212, 0.25);
}

.blog-wb__hero-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.125rem;
	color: #0f172a;
	cursor: pointer;
	border: 1px solid rgba(6, 182, 212, 0.15);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	transition: all 0.3s ease;
}

.blog-wb__hero-nav:hover,
.blog-wb__hero-nav:focus-visible {
	box-shadow: 0 0 12px #06b6d4;
	border-color: rgba(6, 182, 212, 0.45);
}

.blog-wb__hero-nav--prev {
	right: 12px;
}

.blog-wb__hero-nav--next {
	left: 12px;
}

.blog-wb__hero-dots {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 14px;
}

.blog-wb__hero-dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: rgba(148, 163, 184, 0.35);
	cursor: pointer;
	transition: all 0.3s ease;
}

.blog-wb__hero-dot.is-active,
.blog-wb__hero-dot:hover {
	background: #06b6d4;
	box-shadow: 0 0 12px #06b6d4;
}

.blog-wb__card-content {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 20px 22px 22px;
}

.blog-wb__card-title {
	margin: 0 0 10px;
	font-size: 1.0625rem;
	font-weight: 800;
	line-height: 1.45;
}

.blog-wb__card-title a {
	color: var(--blog-wb-ink);
	text-decoration: none;
}

.blog-wb__card-title a:hover {
	color: #0e7490;
}

.blog-wb__card-excerpt {
	flex: 1;
	margin-bottom: 16px;
	font-size: 0.9rem;
	line-height: 1.72;
	color: var(--blog-wb-ink-soft);
}

.blog-wb__read-more {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: auto;
	font-size: 0.8125rem;
	font-weight: 800;
	color: #0e7490;
	text-decoration: none;
	transition: gap 0.2s ease, color 0.2s ease;
}

.blog-wb__read-more:hover {
	gap: 10px;
	color: var(--blog-wb-cyan);
}

/* ── Pagination ── */
.blog-wb__pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 40px;
}

.blog-wb__pagination a,
.blog-wb__pagination span {
	padding: 9px 15px;
	border-radius: 10px;
	font-size: 0.875rem;
	font-weight: 700;
	text-decoration: none;
	background: var(--blog-wb-glass);
	border: 1px solid var(--blog-wb-cyan-border);
	color: var(--blog-wb-ink-soft);
}

.blog-wb__pagination a:hover {
	border-color: rgba(6, 182, 212, 0.28);
	color: #0e7490;
}

.blog-wb__pagination .current {
	background: rgba(6, 182, 212, 0.12);
	color: #0e7490;
	border-color: rgba(6, 182, 212, 0.3);
}

.blog-wb__no-posts {
	text-align: center;
	padding: 64px 24px;
	color: var(--blog-wb-ink-soft);
}

/* ══════════════════════════════════════
   SINGLE POST — 2-column editorial grid
   ══════════════════════════════════════ */

.blog-wb__back-nav {
	margin-bottom: 24px;
}

.blog-wb__back-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--blog-wb-ink-muted);
	text-decoration: none;
	transition: color 0.2s ease;
}

.blog-wb__back-link:hover {
	color: #0e7490;
}

.blog-wb__layout-grid {
	display: grid;
	grid-template-columns: minmax(0, 3fr) minmax(0, 1fr);
	gap: 28px;
	align-items: start;
	direction: rtl;
}

.blog-wb__main-column {
	min-width: 0;
	direction: rtl;
}

.blog-wb__sidebar-column {
	min-width: 0;
	direction: rtl;
}

.blog-wb__sticky-container {
	position: sticky;
	top: 100px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.blog-wb__widget {
	padding: 18px 18px 16px;
}

.blog-wb__widget-title {
	margin: 0 0 12px;
	font-size: 0.8125rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--blog-wb-ink-muted);
}

.blog-wb__toc-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog-wb__toc-item {
	margin: 0;
}

.blog-wb__toc-item--h3 {
	padding-right: 12px;
}

.blog-wb__toc-link {
	display: block;
	padding: 7px 0;
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.5;
	color: var(--blog-wb-ink-soft);
	text-decoration: none;
	border-bottom: 1px solid rgba(6, 182, 212, 0.06);
	transition: color 0.2s ease, padding-right 0.2s ease;
}

.blog-wb__toc-link:hover {
	color: #0e7490;
	padding-right: 4px;
}

.blog-wb__tool-icon {
	width: 36px;
	height: 36px;
	margin-bottom: 10px;
	color: #0e7490;
}

.blog-wb__tool-icon svg {
	width: 100%;
	height: 100%;
}

.blog-wb__tool-title {
	margin: 0 0 8px;
	font-size: 0.9375rem;
	font-weight: 800;
	color: var(--blog-wb-ink);
}

.blog-wb__tool-desc {
	margin: 0 0 14px;
	font-size: 0.8125rem;
	line-height: 1.65;
	color: var(--blog-wb-ink-soft);
}

.blog-wb__tool-action-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	padding: 11px 14px;
	font-size: 0.8125rem;
	font-weight: 800;
	color: #fff;
	text-decoration: none;
	border-radius: 12px;
	background: linear-gradient(135deg, #0891b2 0%, #06b6d4 100%);
	border: 1px solid rgba(6, 182, 212, 0.35);
	box-shadow: 0 4px 16px rgba(6, 182, 212, 0.22);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.blog-wb__tool-action-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 8px 24px rgba(6, 182, 212, 0.28);
}

/* Article body */
.blog-wb__article {
	padding: 36px 40px 40px;
}

.blog-wb__article-header {
	margin-bottom: 28px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(6, 182, 212, 0.1);
}

.blog-wb__article-title {
	margin: 0;
	font-size: clamp(1.6rem, 3.2vw, 2.15rem);
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: -0.025em;
	color: var(--blog-wb-ink);
}

.blog-wb__article-lead {
	margin: 14px 0 0;
	max-width: var(--blog-wb-read);
	font-size: 1.0625rem;
	line-height: 1.75;
	color: var(--blog-wb-ink-soft);
}

.blog-wb__article-hero {
	margin: 0 0 28px;
	max-width: var(--blog-wb-read);
	border-radius: 14px;
	overflow: hidden;
	border: 1px solid var(--blog-wb-cyan-border);
}

.blog-wb__article-hero-img {
	display: block;
	width: 100%;
	height: auto;
}

.blog-wb__article-body {
	max-width: var(--blog-wb-read);
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.75;
	color: var(--blog-wb-ink-soft);
}

.blog-wb__article-body > *:first-child {
	margin-top: 0;
}

.blog-wb__article-body p {
	margin: 0 0 1.25em;
}

.blog-wb__article-body h2 {
	margin: 2em 0 0.65em;
	padding-top: 0.4em;
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1.4;
	color: var(--blog-wb-ink);
	letter-spacing: -0.02em;
}

.blog-wb__article-body h3 {
	margin: 1.6em 0 0.5em;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.45;
	color: var(--blog-wb-ink);
}

.blog-wb__article-body strong {
	color: var(--blog-wb-ink);
	font-weight: 700;
}

.blog-wb__article-body a {
	color: #0e7490;
	text-decoration: underline;
	text-underline-offset: 3px;
	text-decoration-color: rgba(6, 182, 212, 0.35);
}

.blog-wb__article-body a:hover {
	color: var(--blog-wb-cyan);
}

.blog-wb__article-body ul,
.blog-wb__article-body ol {
	margin: 0 0 1.25em;
	padding-right: 1.35em;
	padding-left: 0;
}

.blog-wb__article-body li {
	margin-bottom: 0.45em;
	line-height: 1.75;
}

.blog-wb__article-body li::marker {
	color: var(--blog-wb-cyan);
}

.blog-wb__article-body code {
	padding: 2px 7px;
	font-family: 'Fira Code', ui-monospace, monospace;
	font-size: 0.86em;
	font-weight: 500;
	color: #c2410c;
	background: rgba(234, 88, 12, 0.08);
	border-radius: 5px;
	direction: ltr;
	unicode-bidi: embed;
}

/* Phase 3 — RouterOS terminal blocks */
.blog-wb__article-body pre,
.blog-wb__article-body pre.blog-wb__pre {
	margin: 1.4em 0;
	padding: 18px 20px;
	overflow-x: auto;
	font-family: 'Fira Code', ui-monospace, monospace;
	font-size: 0.8125rem;
	line-height: 1.65;
	color: #e2e8f0;
	background: #0b1220;
	border: 1px solid rgba(6, 182, 212, 0.18);
	border-radius: 12px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 8px 24px rgba(15, 23, 42, 0.18);
	direction: ltr;
	text-align: left;
}

.blog-wb__article-body pre code,
.blog-wb__article-body pre.blog-wb__pre code,
.blog-wb__article-body pre code.language-routeros {
	padding: 0;
	color: inherit;
	background: none;
	font-size: inherit;
	border-radius: 0;
}

.blog-wb__article-body blockquote {
	position: relative;
	margin: 1.6em 0;
	padding: 20px 24px 20px 20px;
	border-right: 4px solid #06b6d4;
	background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
	color: #cbd5e1;
	border-radius: 0 12px 12px 0;
	font-style: normal;
	line-height: 1.75;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.blog-wb__article-body blockquote::before {
	content: '\201C';
	position: absolute;
	top: 6px;
	right: 16px;
	font-size: 2.75rem;
	line-height: 1;
	color: rgba(6, 182, 212, 0.32);
	font-family: Georgia, 'Times New Roman', serif;
	pointer-events: none;
}

.blog-wb__article-body blockquote p:last-child {
	margin-bottom: 0;
}

.blog-wb__article-body .blog-wb__tech-callout {
	margin: 1.5em 0;
	padding: 16px 20px;
	background: rgba(6, 182, 212, 0.07);
	border: 1px solid rgba(6, 182, 212, 0.22);
	border-right: 4px solid #06b6d4;
	border-radius: 0 10px 10px 0;
	color: #334155;
	font-size: 0.9375rem;
	line-height: 1.72;
}

.blog-wb__article-body .blog-wb__tech-callout strong {
	color: #0e7490;
}

.blog-wb__article-body .button,
.blog-wb__article-body a.button {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-top: 0.4em;
	padding: 11px 22px;
	font-size: 0.9rem;
	font-weight: 800;
	color: #fff !important;
	text-decoration: none !important;
	border-radius: 11px;
	background: linear-gradient(135deg, #0891b2, #06b6d4);
	border: 1px solid rgba(6, 182, 212, 0.3);
}

.blog-wb__article-footer {
	margin-top: 36px;
	padding-top: 24px;
	max-width: var(--blog-wb-read);
	border-top: 1px solid rgba(6, 182, 212, 0.1);
}

/* ── Responsive ── */
@media (max-width: 1100px) {
	.blog-wb__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 960px) {
	.blog-wb__layout-grid {
		grid-template-columns: minmax(0, 1fr);
		direction: rtl;
	}

	.blog-wb__sidebar-column {
		order: 2;
	}

	.blog-wb__sticky-container {
		position: static;
	}

	.blog-wb__toc-widget {
		display: none;
	}

	.blog-wb__mega-card {
		grid-template-columns: minmax(0, 1fr);
		direction: rtl;
	}

	.blog-wb__mega-card .blog-wb__thumb-wrapper {
		aspect-ratio: auto;
		min-height: 220px;
		border-radius: var(--blog-wb-radius) var(--blog-wb-radius) 0 0;
	}

	.blog-wb__mega-content {
		padding: 24px 22px;
	}
}

@media (max-width: 640px) {
	.blog-wb,
	.single-post-section.blog-wb {
		padding-top: calc(var(--header-height) + 16px);
		padding-bottom: 56px;
	}

	.blog-wb__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 16px;
	}

	.blog-wb__article {
		padding: 22px 18px 28px;
	}

	.blog-wb__article-body {
		font-size: 1rem;
	}
}

@media (min-width: 1440px) {
	.blog-wb__container {
		max-width: 1360px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.blog-wb__card,
	.blog-wb__thumb-img,
	.blog-wb__thumb-wrapper img,
	.blog-wb__tool-action-btn {
		transition: none;
	}

	.blog-wb__card:hover {
		transform: none;
		box-shadow: none;
	}
}
