/* SeoNami — قالب مقاله (نسخه کامل) */
.sn-article.sn-seo-page {
	--sn-purple: #087f78;
	--sn-purple-dark: #0a4a46;
	--sn-purple-deep: #1f1346;
	--sn-bg-lite: #fafbff;
	--sn-text: #111111;
	--sn-text-muted: #727586;
	--sn-white: #ffffff;
	--sn-cta: #f59e42;
	--sn-radius: 14px;
	--sn-shadow: 0 10px 40px rgba(31, 19, 70, 0.08);
	--sn-shadow-lg: 0 20px 60px rgba(31, 19, 70, 0.12);
	color: var(--sn-text);
}

.sn-body--article .sn-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.78);
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(8, 127, 120, 0.08);
	box-shadow: 0 4px 24px rgba(31, 19, 70, 0.04);
	transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.sn-body--article .sn-header.sn-header--scrolled {
	background: rgba(255, 255, 255, 0.94);
	border-bottom-color: rgba(8, 127, 120, 0.12);
	box-shadow: 0 8px 32px rgba(31, 19, 70, 0.08);
}

.sn-article .sn-wrap {
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 1.25rem;
}

.sn-article .sn-section {
	padding: 3.5rem 0;
}

.sn-article .sn-lite {
	background: var(--sn-bg-lite);
}

/* Progress — article template uses bar inside #sn-article */
body.sn-body--article > .sn-progress {
	display: none;
}

body.sn-share-open {
	overflow: hidden;
}

.sn-article .sn-progress {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: rgba(8, 127, 120, 0.12);
	z-index: 9999;
}

.sn-article .sn-progress__bar {
	height: 100%;
	width: 0%;
	background: linear-gradient(90deg, #087f78, #f59e42);
	transition: width 0.1s linear;
}

/* Hero — premium article header */
.sn-article-hero {
	position: relative;
	overflow: hidden;
	padding: 3.25rem 0 3.75rem;
	border-bottom: 1px solid rgba(8, 127, 120, 0.1);
	background: linear-gradient(168deg, #fafbff 0%, #f0f2ff 42%, #fdf8ff 100%);
}

.sn-article-hero__bg {
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: 0;
}

.sn-article-hero__orb {
	position: absolute;
	border-radius: 50%;
	filter: blur(60px);
	opacity: 0.55;
}

.sn-article-hero__orb--1 {
	top: -12%;
	right: -8%;
	width: 380px;
	height: 380px;
	background: radial-gradient(circle, rgba(8, 127, 120, 0.22), transparent 70%);
}

.sn-article-hero__orb--2 {
	bottom: -20%;
	left: -10%;
	width: 320px;
	height: 320px;
	background: radial-gradient(circle, rgba(245, 158, 66, 0.16), transparent 70%);
}

.sn-article-hero__orb--3 {
	top: 35%;
	left: 42%;
	width: 200px;
	height: 200px;
	background: radial-gradient(circle, rgba(155, 125, 255, 0.12), transparent 70%);
}

.sn-article-hero__grain {
	position: absolute;
	inset: 0;
	opacity: 0.28;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
	background-size: 128px 128px;
	mix-blend-mode: soft-light;
}

.sn-article-hero .sn-article-hero__grid {
	position: relative;
	z-index: 1;
}

.sn-article-hero__reveal {
	opacity: 0;
	transform: translateY(28px);
	animation: sn-article-hero-in 0.85s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.sn-article-hero__reveal--delay {
	animation-delay: 0.14s;
}

@keyframes sn-article-hero-in {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.sn-article-hero__reveal {
		animation: none;
		opacity: 1;
		transform: none;
	}
}

.sn-article-hero__meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 1.1rem;
}

.sn-article-hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-bottom: 0;
	padding: 0.38rem 0.9rem 0.38rem 0.75rem;
	background: linear-gradient(135deg, rgba(8, 127, 120, 0.12), rgba(245, 158, 66, 0.08));
	color: var(--sn-purple-dark);
	font-size: 0.78rem;
	font-weight: 800;
	border-radius: 999px;
	border: 1px solid rgba(8, 127, 120, 0.18);
	box-shadow: 0 4px 14px rgba(8, 127, 120, 0.08);
}

.sn-article-hero__badge-icon {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	color: var(--sn-purple);
}

.sn-article-hero__author {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	padding: 0.28rem 0.75rem 0.28rem 0.35rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(8, 127, 120, 0.12);
	box-shadow: 0 2px 10px rgba(31, 19, 70, 0.05);
}

.sn-article-hero__author-avatar {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
	border: 2px solid #fff;
	box-shadow: 0 2px 8px rgba(8, 127, 120, 0.18);
}

.sn-article-hero__author-info {
	display: flex;
	flex-direction: column;
	line-height: 1.2;
}

.sn-article-hero__author-label {
	font-size: 0.62rem;
	font-weight: 700;
	color: #8a82b0;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.sn-article-hero__author-name {
	font-size: 0.8rem;
	font-weight: 800;
	color: var(--sn-purple-dark);
}

.sn-article-hero__title {
	font-size: clamp(1.95rem, 4.8vw, 3rem);
	font-weight: 900;
	color: var(--sn-purple-dark);
	line-height: 1.28;
	margin: 0 0 1rem;
	letter-spacing: -0.03em;
	text-wrap: balance;
}

.sn-article-hero__title::after {
	content: "";
	display: block;
	width: 72px;
	height: 4px;
	margin-top: 0.85rem;
	border-radius: 999px;
	background: linear-gradient(90deg, var(--sn-purple), var(--sn-cta));
}

.sn-article-hero__lead {
	margin: 0 0 1.35rem;
	max-width: 52ch;
	font-size: 1.06rem;
	line-height: 1.8;
	color: var(--sn-text-muted);
	font-weight: 500;
}

.sn-article-hero__context {
	margin-top: 0.25rem;
}

.sn-article-hero__chips {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.45rem;
}

.sn-article-hero__chip {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.38rem 0.78rem;
	border-radius: 999px;
	font-size: 0.8rem;
	font-weight: 800;
	color: var(--sn-purple-dark);
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(8, 127, 120, 0.16);
	box-shadow: 0 2px 10px rgba(31, 19, 70, 0.05);
	line-height: 1.35;
}

.sn-article-hero__chip--topic {
	background: linear-gradient(135deg, rgba(8, 127, 120, 0.12), rgba(245, 158, 66, 0.08));
	border-color: rgba(8, 127, 120, 0.22);
}

.sn-article-hero__chip--meta {
	font-weight: 700;
	color: #5f568f;
	background: rgba(255, 255, 255, 0.72);
}

.sn-article-hero__chip-icon {
	display: inline-flex;
	width: 14px;
	height: 14px;
	color: var(--sn-purple);
	opacity: 0.9;
}

.sn-article-hero__chip-icon svg {
	width: 14px;
	height: 14px;
}

.sn-article-hero__share-btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.48rem 0.95rem 0.48rem 0.82rem;
	border: none;
	border-radius: 999px;
	font-family: inherit;
	font-size: 0.8rem;
	font-weight: 900;
	color: #fff;
	cursor: pointer;
	background: linear-gradient(135deg, #ff6b4a 0%, #ff3d8d 48%, #a855f7 100%);
	box-shadow:
		0 10px 28px rgba(255, 77, 141, 0.35),
		0 0 0 1px rgba(255, 255, 255, 0.25) inset;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	isolation: isolate;
}

.sn-article-hero__share-btn:hover {
	transform: translateY(-2px) scale(1.02);
	box-shadow:
		0 14px 34px rgba(255, 77, 141, 0.42),
		0 0 0 1px rgba(255, 255, 255, 0.35) inset;
}

.sn-article-hero__share-btn:focus-visible {
	outline: 3px solid rgba(255, 107, 74, 0.45);
	outline-offset: 3px;
}

.sn-article-hero__share-orbit {
	position: absolute;
	inset: -3px;
	border-radius: inherit;
	background: conic-gradient(from 120deg, #ff6b4a, #ff3d8d, #a855f7, #22d3ee, #ff6b4a);
	opacity: 0.55;
	z-index: -2;
	animation: sn-share-orbit 3.5s linear infinite;
}

.sn-article-hero__share-shine {
	position: absolute;
	inset: 0;
	background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.45) 50%, transparent 70%);
	transform: translateX(-120%);
	animation: sn-share-shine 4s ease-in-out infinite;
	z-index: 0;
	pointer-events: none;
}

.sn-article-hero__share-icon,
.sn-article-hero__share-label {
	position: relative;
	z-index: 1;
}

.sn-article-hero__share-icon {
	display: inline-flex;
	width: 16px;
	height: 16px;
}

.sn-article-hero__share-icon svg {
	width: 16px;
	height: 16px;
}

@keyframes sn-share-orbit {
	to {
		transform: rotate(360deg);
	}
}

@keyframes sn-share-shine {
	0%, 70%, 100% {
		transform: translateX(-120%);
	}
	85% {
		transform: translateX(120%);
	}
}

/* Share dialog */
.sn-article-share {
	position: fixed;
	inset: 0;
	z-index: 10050;
	display: grid;
	place-items: center;
	padding: 1rem;
	pointer-events: none;
}

.sn-article-share[hidden] {
	display: none;
}

.sn-article-share.is-open {
	pointer-events: auto;
}

.sn-article-share__backdrop {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 20% 15%, rgba(255, 107, 74, 0.22), transparent 42%),
		radial-gradient(circle at 80% 80%, rgba(8, 127, 120, 0.28), transparent 45%),
		rgba(15, 10, 35, 0.62);
	backdrop-filter: blur(10px);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.sn-article-share.is-open .sn-article-share__backdrop {
	opacity: 1;
}

.sn-article-share__panel {
	position: relative;
	width: min(100%, 420px);
	max-height: min(92vh, 640px);
	overflow: auto;
	padding: 1.35rem 1.15rem 1.15rem;
	border-radius: 22px;
	background: linear-gradient(165deg, #ffffff 0%, #faf8ff 55%, #fff5fb 100%);
	border: 1px solid rgba(255, 255, 255, 0.8);
	box-shadow:
		0 28px 80px rgba(31, 19, 70, 0.28),
		0 0 0 1px rgba(8, 127, 120, 0.08);
	transform: translateY(24px) scale(0.94);
	opacity: 0;
	transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease;
}

.sn-article-share.is-open .sn-article-share__panel {
	transform: translateY(0) scale(1);
	opacity: 1;
}

.sn-article-share__close {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	width: 34px;
	height: 34px;
	border: none;
	border-radius: 50%;
	background: rgba(8, 127, 120, 0.08);
	color: var(--sn-purple-dark);
	font-size: 1.35rem;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease;
}

.sn-article-share__close:hover {
	background: rgba(8, 127, 120, 0.14);
	transform: rotate(90deg);
}

.sn-article-share__sparkles {
	position: absolute;
	top: 0.9rem;
	right: 1rem;
	display: flex;
	gap: 0.35rem;
}

.sn-article-share__sparkles span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: linear-gradient(135deg, #ff6b4a, #ff3d8d);
	animation: sn-share-spark 1.8s ease-in-out infinite;
}

.sn-article-share__sparkles span:nth-child(2) {
	animation-delay: 0.25s;
	background: linear-gradient(135deg, #a855f7, #087f78);
}

.sn-article-share__sparkles span:nth-child(3) {
	animation-delay: 0.5s;
	background: linear-gradient(135deg, #22d3ee, #229ed9);
}

@keyframes sn-share-spark {
	0%, 100% {
		transform: translateY(0) scale(1);
		opacity: 0.55;
	}
	50% {
		transform: translateY(-5px) scale(1.15);
		opacity: 1;
	}
}

.sn-article-share__eyebrow {
	margin: 0 0 0.35rem;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #ff3d8d;
}

.sn-article-share__title {
	margin: 0 0 0.45rem;
	font-size: 1.15rem;
	font-weight: 900;
	color: var(--sn-purple-dark);
	line-height: 1.45;
}

.sn-article-share__lead {
	margin: 0 0 1rem;
	font-size: 0.84rem;
	line-height: 1.7;
	color: var(--sn-text-muted);
}

.sn-article-share__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.55rem;
	margin-bottom: 1rem;
}

.sn-article-share__item {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	min-height: 88px;
	padding: 0.65rem 0.35rem;
	border: 1px solid rgba(8, 127, 120, 0.1);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.9);
	cursor: pointer;
	font-family: inherit;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
	overflow: hidden;
	opacity: 0;
	transform: translateY(10px) scale(0.96);
}

.sn-article-share.is-open .sn-article-share__item {
	opacity: 1;
	transform: translateY(0) scale(1);
	animation: sn-share-item-in 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.sn-article-share.is-open .sn-article-share__item:nth-child(1) { animation-delay: 0.05s; }
.sn-article-share.is-open .sn-article-share__item:nth-child(2) { animation-delay: 0.09s; }
.sn-article-share.is-open .sn-article-share__item:nth-child(3) { animation-delay: 0.13s; }
.sn-article-share.is-open .sn-article-share__item:nth-child(4) { animation-delay: 0.17s; }
.sn-article-share.is-open .sn-article-share__item:nth-child(5) { animation-delay: 0.21s; }
.sn-article-share.is-open .sn-article-share__item:nth-child(6) { animation-delay: 0.25s; }
.sn-article-share.is-open .sn-article-share__item:nth-child(7) { animation-delay: 0.29s; }

@keyframes sn-share-item-in {
	from {
		opacity: 0;
		transform: translateY(10px) scale(0.96);
	}

	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.sn-article-share__item:hover {
	transform: translateY(-3px) scale(1.03);
	box-shadow: 0 12px 24px rgba(31, 19, 70, 0.12);
}

.sn-article-share__item-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: #fff;
}

.sn-article-share__item-icon svg {
	width: 18px;
	height: 18px;
}

.sn-article-share__item-label {
	font-size: 0.72rem;
	font-weight: 800;
	color: var(--sn-purple-dark);
}

.sn-article-share__item-ring {
	position: absolute;
	inset: 0;
	border-radius: inherit;
	opacity: 0;
	box-shadow: 0 0 0 0 rgba(255, 61, 141, 0.35);
	transition: opacity 0.2s ease;
	pointer-events: none;
}

.sn-article-share__item:active .sn-article-share__item-ring {
	opacity: 1;
	animation: sn-share-pulse 0.45s ease;
}

@keyframes sn-share-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(255, 61, 141, 0.45);
	}
	100% {
		box-shadow: 0 0 0 14px rgba(255, 61, 141, 0);
	}
}

.sn-article-share__item--ig .sn-article-share__item-icon {
	background: linear-gradient(135deg, #f77737, #c13584 55%, #833ab4);
}

.sn-article-share__item--tg .sn-article-share__item-icon {
	background: linear-gradient(135deg, #229ed9, #1a7fb3);
}

.sn-article-share__item--eitaa .sn-article-share__item-icon {
	background: linear-gradient(135deg, #f59a23, #e67e00);
}

.sn-article-share__item--bale .sn-article-share__item-icon {
	background: linear-gradient(135deg, #00c853, #009624);
}

.sn-article-share__item--rubika .sn-article-share__item-icon {
	background: linear-gradient(135deg, #7c4dff, #512da8);
}

.sn-article-share__item--shad .sn-article-share__item-icon {
	background: linear-gradient(135deg, #00bcd4, #00838f);
}

.sn-article-share__item--email .sn-article-share__item-icon {
	background: linear-gradient(135deg, #087f78, #4f46e5);
}

.sn-article-share__copy {
	padding-top: 0.15rem;
	border-top: 1px dashed rgba(8, 127, 120, 0.16);
}

.sn-article-share__copy-label {
	display: block;
	margin-bottom: 0.45rem;
	font-size: 0.74rem;
	font-weight: 800;
	color: #6b5a9e;
}

.sn-article-share__copy-row {
	display: flex;
	gap: 0.45rem;
}

.sn-article-share__copy-input {
	flex: 1;
	min-width: 0;
	padding: 0.55rem 0.65rem;
	border: 1px solid rgba(8, 127, 120, 0.16);
	border-radius: 12px;
	background: #fff;
	font-size: 0.72rem;
	color: #4a3d8f;
}

.sn-article-share__copy-btn {
	flex-shrink: 0;
	padding: 0.55rem 0.8rem;
	border: none;
	border-radius: 12px;
	font-family: inherit;
	font-size: 0.74rem;
	font-weight: 800;
	color: #fff;
	cursor: pointer;
	background: linear-gradient(135deg, var(--sn-purple), #8b65f0);
}

.sn-article-share__toast {
	margin: 0.55rem 0 0;
	padding: 0.45rem 0.65rem;
	border-radius: 10px;
	font-size: 0.76rem;
	font-weight: 700;
	color: #1f6b42;
	background: rgba(0, 200, 83, 0.12);
	border: 1px solid rgba(0, 200, 83, 0.22);
}

.sn-article-share__toast[hidden] {
	display: none;
}

@media (prefers-reduced-motion: reduce) {
	.sn-article-hero__share-orbit,
	.sn-article-hero__share-shine,
	.sn-article-share__sparkles span,
	.sn-article-share.is-open .sn-article-share__item {
		animation: none;
	}

	.sn-article-share.is-open .sn-article-share__item {
		opacity: 1;
		transform: none;
	}
}

/* Hero grid + 16:9 featured image */
.sn-article-hero .sn-hero__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 2.25rem;
	align-items: center;
}

@media (min-width: 900px) {
	.sn-article-hero {
		padding-bottom: 5.25rem;
	}

	.sn-article-hero__content {
		padding-bottom: 2rem;
	}

	.sn-article-hero .sn-hero__grid {
		grid-template-columns: 1.02fr 0.98fr;
		gap: 2.75rem;
	}
}

.sn-article-hero__visual {
	position: relative;
	width: 100%;
	margin: 0;
}

.sn-article-hero__frame {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 18px;
	padding: 3px;
	background: conic-gradient(from 220deg, #087f78, #f59e42, #b89cff, #087f78);
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.5) inset,
		0 24px 56px rgba(31, 19, 70, 0.18);
}

.sn-article-hero__frame::before {
	content: "";
	position: absolute;
	inset: 3px;
	border-radius: 15px;
	z-index: 1;
	pointer-events: none;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.sn-article-hero__frame-shine {
	position: absolute;
	inset: 3px;
	border-radius: 15px;
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(
		125deg,
		rgba(255, 255, 255, 0.28) 0%,
		transparent 42%,
		transparent 100%
	);
}

.sn-article-hero__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 15px;
	transform: scale(1.02);
	transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.sn-article-hero__frame:hover .sn-article-hero__img {
	transform: scale(1.06);
}

.sn-article-hero__placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 0;
	border-radius: 15px;
	background: linear-gradient(135deg, var(--sn-purple-deep), #3d2578);
	color: #fff;
	text-align: center;
	gap: 0.35rem;
}

.sn-article-hero__placeholder span {
	font-weight: 800;
	font-size: 1.1rem;
}

.sn-article-hero__placeholder small {
	opacity: 0.75;
	font-size: 0.8rem;
}

.sn-article-hero__scroll {
	position: absolute;
	bottom: 1.15rem;
	left: 50%;
	z-index: 2;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 0.35rem;
	transform: translateX(-50%);
	text-decoration: none;
	color: var(--sn-purple-dark);
	opacity: 0.75;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.sn-article-hero__scroll:hover {
	opacity: 1;
	transform: translateX(-50%) translateY(2px);
	color: var(--sn-purple);
}

.sn-article-hero__scroll-text {
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.sn-article-hero__scroll-icon {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 1.5px solid rgba(8, 127, 120, 0.35);
	background: rgba(255, 255, 255, 0.7);
	animation: sn-hero-scroll-bounce 2s ease-in-out infinite;
}

.sn-article-hero__scroll-icon::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	margin: 6px auto 0;
	border-right: 2px solid var(--sn-purple);
	border-bottom: 2px solid var(--sn-purple);
	transform: rotate(45deg);
}

@keyframes sn-hero-scroll-bounce {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(4px); }
}

@media (prefers-reduced-motion: reduce) {
	.sn-article-hero__scroll-icon {
		animation: none;
	}

	.sn-article-hero__img {
		transform: none;
		transition: none;
	}
}

/* Headings / TOC — mother page style */
.sn-article .sn-heading {
	font-size: clamp(1.45rem, 3vw, 2.15rem);
	color: var(--sn-purple-dark);
	font-weight: 900;
	margin: 0 0 0.5rem;
	text-align: center;
}

.sn-article .sn-subheading {
	text-align: center;
	color: var(--sn-text-muted);
	max-width: 640px;
	margin: 0 auto 2rem;
	font-size: 1.05rem;
}

.sn-article .sn-toc {
	background: var(--sn-white);
	border: 1px solid #e8e8ef;
	border-radius: var(--sn-radius);
	padding: 1.5rem 1.75rem;
	box-shadow: var(--sn-shadow);
	max-width: 720px;
	margin: 0 auto;
	line-height: 2;
}

.sn-article .sn-toc ol {
	padding-right: 1.25rem;
	margin: 0;
}

.sn-article .sn-toc a {
	color: var(--sn-purple-dark);
	font-weight: 600;
	text-decoration: none;
}

.sn-article .sn-toc a:hover {
	color: var(--sn-purple);
}

/* Layout + sticky TOC */
.sn-article-layout {
	display: block;
}

@media (min-width: 1100px) {
	.sn-article-toc-inline {
		display: none;
	}

	.sn-article-layout {
		display: grid;
		grid-template-columns: 1fr 260px;
		gap: 2rem;
		max-width: 1320px;
		margin: 0 auto;
		padding: 2rem 1.25rem 4rem;
	}

	.sn-article-layout .sn-layout__main {
		min-width: 0;
	}
}

@media (max-width: 1099px) {
	.sn-article-layout .sn-layout__aside {
		display: none;
	}

	.sn-article-layout {
		padding: 0 0 3rem;
	}
}

.sn-article .sn-toc-sticky {
	position: sticky;
	top: 5.5rem;
	max-height: calc(100vh - 7rem);
	overflow-y: auto;
	background: var(--sn-white);
	border: 1px solid #e8e8ef;
	border-radius: var(--sn-radius);
	padding: 1.25rem;
	box-shadow: var(--sn-shadow);
	font-size: 0.82rem;
	line-height: 1.6;
}

.sn-article .sn-toc-sticky h3 {
	font-size: 0.95rem;
	color: var(--sn-purple-dark);
	margin: 0 0 0.75rem;
	font-weight: 800;
}

.sn-article .sn-toc-sticky-list ol {
	margin: 0;
	padding-right: 1.1rem;
}

.sn-article .sn-toc-sticky-list li {
	margin-bottom: 0.35rem;
}

.sn-article .sn-toc-sticky-list a {
	color: var(--sn-text-muted);
	font-weight: 500;
	text-decoration: none;
}

.sn-article .sn-toc-sticky-list a:hover {
	color: var(--sn-purple);
}

/* Prose */
.sn-article__body {
	background: var(--sn-white);
	border: 1px solid #e8e8ef;
	border-radius: var(--sn-radius);
	padding: clamp(1.25rem, 3vw, 2.25rem);
	box-shadow: var(--sn-shadow);
	margin: 1.5rem 1.25rem 0;
}

@media (min-width: 1100px) {
	.sn-article__body {
		margin: 0;
	}
}

.sn-article__body--after {
	margin-top: 0;
}

@media (min-width: 1100px) {
	.sn-article-faq-section {
		margin: 2.5rem 0;
	}
}

.sn-article__body h2 {
	font-size: clamp(1.35rem, 2.5vw, 1.75rem);
	color: var(--sn-purple-dark);
	font-weight: 900;
	margin: 2rem 0 0.85rem;
	line-height: 1.4;
}

.sn-article__body h3 {
	font-size: 1.2rem;
	color: var(--sn-purple-dark);
	font-weight: 800;
	margin: 1.5rem 0 0.75rem;
}

.sn-article__body p {
	margin: 0 0 1.1rem;
	color: #333;
	line-height: 1.9;
	text-align: justify;
	text-justify: inter-word;
	hyphens: auto;
}

.sn-article__body .sn-article-lead {
	font-size: 1.12rem;
	color: var(--sn-purple-dark);
	font-weight: 500;
}

.sn-article__body ul,
.sn-article__body ol {
	padding-right: 1.35rem;
	margin: 0 0 1.25rem;
}

.sn-article__body li {
	margin-bottom: 0.45rem;
}

.sn-article__body a {
	color: var(--sn-purple);
}

.sn-article__body blockquote {
	margin: 1.5rem 0;
	padding: 1rem 1.25rem;
	border-right: 4px solid var(--sn-purple);
	background: var(--sn-bg-lite);
	border-radius: 0 0.5rem 0.5rem 0;
}

/* Ribbons — spaced slots inside article */
.sn-article-ribbon-slot {
	margin: 3.5rem 0;
	clear: both;
}

.sn-article-ribbon {
	display: flex;
	align-items: stretch;
	gap: 0;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid rgba(8, 127, 120, 0.2);
	background: linear-gradient(90deg, #fafbff, #fff);
	box-shadow: var(--sn-shadow);
}

.sn-article-ribbon__badge {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	padding: 0.65rem 1rem;
	font-size: 0.78rem;
	font-weight: 800;
	color: #fff;
	background: linear-gradient(135deg, var(--sn-purple), var(--sn-cta));
	white-space: nowrap;
}

.sn-article-ribbon--popular .sn-article-ribbon__badge {
	background: linear-gradient(135deg, #087f78, #05645f);
}

.sn-article-ribbon--related .sn-article-ribbon__badge {
	background: linear-gradient(135deg, #f59e42, #e11d74);
}

.sn-article-ribbon--coread .sn-article-ribbon__badge {
	background: linear-gradient(135deg, #0a4a46, #087f78);
}

.sn-article-ribbon__viewport {
	flex: 1;
	overflow: hidden;
	position: relative;
}

.sn-article-ribbon__track {
	display: flex;
	gap: 0.5rem;
	padding: 0.55rem 0;
	width: max-content;
	animation: sn-ribbon-scroll 35s linear infinite;
}

.sn-article-ribbon__track:hover {
	animation-play-state: paused;
}

@keyframes sn-ribbon-scroll {
	from { transform: translateX(0); }
	to { transform: translateX(50%); }
}

[dir="rtl"] .sn-article-ribbon__track {
	animation-name: sn-ribbon-scroll-rtl;
}

@keyframes sn-ribbon-scroll-rtl {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

.sn-article-ribbon__item {
	flex: 0 0 auto;
	padding: 0.45rem 1rem;
	background: #fff;
	border: 1px solid #e8e8ef;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 600;
	color: var(--sn-purple-dark);
	text-decoration: none;
	white-space: nowrap;
	transition: border-color 0.2s, color 0.2s;
}

.sn-article-ribbon__item:hover {
	border-color: var(--sn-purple);
	color: var(--sn-purple);
}

/* FAQ — full-width mother page style */
.sn-article-faq-section {
	background: linear-gradient(180deg, #1f1346, #2a1a5e);
	color: var(--sn-white);
	padding: 4.5rem 0;
	margin: 0 -1.25rem 2rem;
	width: calc(100% + 2.5rem);
}

@media (min-width: 1100px) {
	.sn-article-faq-section {
		margin: 0 0 2rem;
		width: 100%;
	}
}

.sn-article-faq-section .sn-heading {
	color: #fff;
	text-align: center;
	margin-bottom: 0.5rem;
	font-weight: 900;
	font-size: clamp(1.5rem, 3vw, 2rem);
}

.sn-article-faq-section .sn-faq-subheading {
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 2rem;
}

.sn-article-faq-items details,
.sn-article-faq-section details {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	margin-bottom: 0.65rem;
	padding: 0.15rem 1.15rem;
	transition: background 0.2s, border-color 0.2s;
}

.sn-article-faq-items details[open],
.sn-article-faq-section details[open] {
	background: rgba(255, 255, 255, 0.09);
	border-color: rgba(8, 127, 120, 0.4);
}

.sn-article-faq-items summary,
.sn-article-faq-section summary {
	cursor: pointer;
	font-weight: 700;
	padding: 0.85rem 0;
	list-style: none;
	font-size: 0.95rem;
	color: #fff;
}

.sn-article-faq-items summary::-webkit-details-marker,
.sn-article-faq-section summary::-webkit-details-marker {
	display: none;
}

.sn-article-faq-items summary::before,
.sn-article-faq-section summary::before {
	content: "+";
	float: left;
	font-weight: 900;
	color: var(--sn-cta);
	font-size: 1.1rem;
	line-height: 1.4;
}

.sn-article-faq-items details[open] summary::before,
.sn-article-faq-section details[open] summary::before {
	content: "−";
}

.sn-article-faq-items details p,
.sn-article-faq-section details p {
	margin: 0 0 1rem;
	opacity: 0.93;
	font-size: 0.92rem;
	line-height: 1.85;
	color: #fff;
	text-align: justify;
	text-justify: inter-word;
}

.sn-article-faq-items details a,
.sn-article-faq-section details a {
	color: #c4b5fd;
}

/* Social — above FAQ */
.sn-article-social {
	margin: 2rem 1.25rem 2.5rem;
	padding: 3rem 0;
	background: linear-gradient(160deg, #fafbff, #f3f0ff);
	border-radius: var(--sn-radius);
	border: 1px solid rgba(8, 127, 120, 0.12);
}

@media (min-width: 1100px) {
	.sn-article-social {
		margin: 2rem 0 2.5rem;
	}
}

.sn-article-social__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.65rem;
	margin-top: 0.35rem;
}

@media (min-width: 900px) {
	.sn-article-social__grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.sn-article-social__card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.2rem;
	padding: 0.8rem 0.85rem 0.75rem;
	border-radius: 13px;
	text-decoration: none !important;
	color: #fff !important;
	font-weight: 600;
	border: 1px solid rgba(255, 255, 255, 0.22);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	overflow: hidden;
	min-height: 0;
}

.sn-article-social__card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(165deg, rgba(255, 255, 255, 0.14) 0%, transparent 52%);
	pointer-events: none;
}

.sn-article-social__card:hover,
.sn-article-social__card:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
	color: #fff !important;
}

.sn-article-social__card--ig {
	background: linear-gradient(145deg, #f77737, #c13584 52%, #833ab4);
}

.sn-article-social__card--tg {
	background: linear-gradient(145deg, #2aabee, #1a8bc7);
}

.sn-article-social__card--bale {
	background: linear-gradient(145deg, #00c853, #008f3e);
}

.sn-article-social__card--rubika {
	background: linear-gradient(145deg, #8b5cf6, #5b21b6);
}

.sn-article-social__icon {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	margin-bottom: 0.15rem;
	border-radius: 9px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.28);
	flex-shrink: 0;
}

.sn-article-social__icon svg {
	width: 1.05rem;
	height: 1.05rem;
	fill: #fff;
	display: block;
}

.sn-article-social__name {
	position: relative;
	z-index: 1;
	font-size: 0.92rem;
	font-weight: 800;
	line-height: 1.35;
	color: #fff !important;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
}

.sn-article-social__desc {
	position: relative;
	z-index: 1;
	font-size: 0.72rem;
	line-height: 1.5;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.92) !important;
	margin-bottom: 0.35rem;
}

.sn-article-social__cta {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	margin-top: auto;
	padding: 0.28rem 0.65rem;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 800;
	color: #fff !important;
	background: rgba(255, 255, 255, 0.22);
	border: 1px solid rgba(255, 255, 255, 0.38);
	letter-spacing: 0.01em;
}

.sn-article-social__cta::after {
	content: " ←";
}

/* Author box — premium editorial */
.sn-article-author-slot {
	margin: 2.75rem 0;
}

.sn-article-author-slot--top {
	margin-top: 0;
	margin-bottom: 2.75rem;
}

.sn-article-author-slot--bottom {
	margin: 3rem 1.25rem 0;
}

@media (min-width: 1100px) {
	.sn-article-author-slot--bottom {
		margin: 3rem 0 0;
	}
}

.sn-article-author__card {
	position: relative;
	border-radius: 22px;
	background: linear-gradient(165deg, #ffffff 0%, #fdfcff 55%, #fffafd 100%);
	border: 1px solid rgba(8, 127, 120, 0.14);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.9) inset,
		0 1px 2px rgba(31, 19, 70, 0.04),
		0 20px 50px rgba(31, 19, 70, 0.1);
	overflow: hidden;
	isolation: isolate;
	transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.sn-article-author__card:hover {
	transform: translateY(-3px);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.9) inset,
		0 2px 4px rgba(31, 19, 70, 0.05),
		0 28px 60px rgba(31, 19, 70, 0.13);
}

.sn-article-author__card::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 3px;
	background: linear-gradient(90deg, #087f78 0%, #9b7dff 28%, #f59e42 62%, #b89cff 85%, #087f78 100%);
	background-size: 220% 100%;
	z-index: 3;
	animation: sn-author-shimmer 9s linear infinite;
}

@keyframes sn-author-shimmer {
	0% { background-position: 0% 50%; }
	100% { background-position: 220% 50%; }
}

@media (prefers-reduced-motion: reduce) {
	.sn-article-author__card {
		transition: none;
	}

	.sn-article-author__card:hover {
		transform: none;
	}

	.sn-article-author__card::before {
		animation: none;
	}
}

.sn-article-author__grain {
	position: absolute;
	inset: 0;
	opacity: 0.35;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
	background-size: 128px 128px;
	pointer-events: none;
	z-index: 1;
	mix-blend-mode: soft-light;
}

.sn-article-author__decor {
	position: absolute;
	top: -35%;
	right: -18%;
	width: 55%;
	height: 95%;
	background: radial-gradient(circle, rgba(8, 127, 120, 0.09) 0%, transparent 68%);
	pointer-events: none;
	z-index: 0;
}

.sn-article-author__decor::after {
	content: "";
	position: absolute;
	bottom: -45%;
	left: -85%;
	width: 75%;
	height: 85%;
	background: radial-gradient(circle, rgba(245, 158, 66, 0.07) 0%, transparent 70%);
}

.sn-article-author__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 1fr;
}

@media (min-width: 720px) {
	.sn-article-author__inner {
		grid-template-columns: 210px 1fr;
		min-height: 240px;
	}
}

.sn-article-author__media {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.85rem 1.25rem 1.65rem;
	background:
		linear-gradient(165deg, rgba(247, 244, 255, 0.95) 0%, rgba(250, 251, 255, 0.9) 50%, rgba(255, 246, 250, 0.92) 100%);
	border-bottom: 1px solid rgba(8, 127, 120, 0.08);
	backdrop-filter: blur(6px);
}

@media (min-width: 720px) {
	.sn-article-author__media {
		padding: 2rem 1.15rem;
		border-bottom: none;
		border-left: 1px solid rgba(8, 127, 120, 0.08);
	}
}

.sn-article-author__avatar-ring {
	position: relative;
	padding: 4px;
	border-radius: 50%;
	background: conic-gradient(from 210deg, #087f78, #f59e42, #d4c2ff, #087f78);
	box-shadow:
		0 0 0 6px rgba(8, 127, 120, 0.06),
		0 16px 40px rgba(8, 127, 120, 0.24);
	transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}

.sn-article-author__card:hover .sn-article-author__avatar-ring {
	transform: scale(1.03);
	box-shadow:
		0 0 0 8px rgba(8, 127, 120, 0.08),
		0 20px 48px rgba(8, 127, 120, 0.28);
}

@media (min-width: 720px) {
	.sn-article-author__avatar-ring {
		margin-left: -12px;
	}
}

.sn-article-author__avatar-wrap {
	position: relative;
	width: 118px;
	height: 118px;
	border-radius: 50%;
	overflow: hidden;
	background: #fff;
}

@media (min-width: 720px) {
	.sn-article-author__avatar-wrap {
		width: 132px;
		height: 132px;
	}
}

.sn-article-author__avatar {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sn-article-author__shine {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: linear-gradient(
		125deg,
		rgba(255, 255, 255, 0.5) 0%,
		rgba(255, 255, 255, 0.08) 40%,
		transparent 58%
	);
	pointer-events: none;
}

.sn-article-author__verified {
	position: absolute;
	bottom: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	background: linear-gradient(135deg, #087f78, #4f2db8);
	border: 2.5px solid #fff;
	box-shadow: 0 4px 12px rgba(8, 127, 120, 0.35);
}

.sn-article-author__verified svg {
	width: 14px;
	height: 14px;
}

.sn-article-author__body {
	position: relative;
	padding: 1.45rem 1.4rem 1.55rem;
}

@media (min-width: 720px) {
	.sn-article-author__body {
		padding: 1.7rem 1.85rem 1.75rem 1.65rem;
	}
}

.sn-article-author__mark {
	position: absolute;
	top: 0.65rem;
	left: 1rem;
	width: 52px;
	height: 52px;
	opacity: 0.07;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23673de6'%3E%3Cpath d='M6 17h3l7-7-3-3-7 7v3zm12-9.5a1.5 1.5 0 0 0 0-2.12l-2.38-2.38a1.5 1.5 0 0 0-2.12 0l-1.59 1.59 3.5 3.5 1.59-1.59z'/%3E%3C/svg%3E") center / contain no-repeat;
	pointer-events: none;
}

/* Override .sn-prose inside author box */
.sn-prose .sn-article-author__body p,
.sn-prose .sn-article-author__body h3,
.sn-prose .sn-article-author__body blockquote {
	color: inherit;
	margin-bottom: 0;
}

.sn-article-author__head {
	position: relative;
	margin-bottom: 0.9rem;
	padding-left: 0.15rem;
}

.sn-article-author__badge {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-bottom: 0.6rem;
	padding: 0.32rem 0.78rem 0.32rem 0.65rem;
	border-radius: 999px;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.03em;
	color: #fff;
	background: linear-gradient(135deg, #5f32e0, #7c55eb);
	box-shadow: 0 4px 14px rgba(8, 127, 120, 0.32);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.sn-article-author__badge-icon {
	width: 13px;
	height: 13px;
	flex-shrink: 0;
	opacity: 0.95;
}

.sn-article-author__name {
	margin: 0 0 0.4rem;
	font-size: 1.48rem;
	font-weight: 900;
	line-height: 1.32;
	color: #1f1346;
	letter-spacing: -0.025em;
}

.sn-article-author__tagline {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.6;
	color: #5c538a;
}

.sn-article-author__bio {
	position: relative;
	margin: 0 0 1.05rem;
	padding: 0.95rem 1rem 0.95rem 0;
	border: none;
	border-top: 1px solid rgba(8, 127, 120, 0.1);
	border-right: 3px solid rgba(8, 127, 120, 0.35);
	border-radius: 0 12px 12px 0;
	background: linear-gradient(90deg, rgba(8, 127, 120, 0.04) 0%, transparent 100%);
}

.sn-article-author__bio::before {
	content: "\201C";
	position: absolute;
	top: -0.15rem;
	right: 0.35rem;
	font-size: 2.6rem;
	line-height: 1;
	font-weight: 900;
	color: rgba(8, 127, 120, 0.14);
	font-family: Georgia, "Times New Roman", serif;
	pointer-events: none;
}

.sn-article-author__bio p {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.9;
	color: #3d3560;
	font-style: normal;
}

.sn-article-author__tags {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 0.45rem 0.55rem;
	margin-bottom: 1.15rem;
}

.sn-article-author__tags-label {
	flex: 0 0 100%;
	font-size: 0.7rem;
	font-weight: 800;
	color: #8a82b0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.sn-article-author__tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.42rem;
}

.sn-article-author__tag {
	display: inline-flex;
	padding: 0.34rem 0.78rem;
	border-radius: 999px;
	font-size: 0.78rem;
	font-weight: 600;
	color: #4a3d8f;
	background: rgba(255, 255, 255, 0.85);
	border: 1px solid rgba(8, 127, 120, 0.14);
	box-shadow: 0 2px 6px rgba(8, 127, 120, 0.06);
	transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.sn-article-author__tag:hover {
	transform: translateY(-1px);
	border-color: rgba(8, 127, 120, 0.28);
	box-shadow: 0 4px 10px rgba(8, 127, 120, 0.1);
}

.sn-article-author__connect {
	padding-top: 0.35rem;
	border-top: 1px dashed rgba(8, 127, 120, 0.16);
}

.sn-article-author__connect-label {
	display: block;
	margin-bottom: 0.65rem;
	font-size: 0.7rem;
	font-weight: 800;
	color: #8a82b0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.sn-article-author__viewport-mobile {
	display: none;
}

.sn-article-author__socials {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.55rem;
}

@media (min-width: 520px) {
	.sn-article-author__socials {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	}
}

.sn-article-author__social {
	display: flex;
	align-items: center;
	gap: 0.62rem;
	padding: 0.58rem 0.72rem;
	border-radius: 13px;
	font-size: 0.8rem;
	font-weight: 700;
	text-decoration: none;
	color: #1f1346;
	background: rgba(255, 255, 255, 0.88);
	border: 1px solid rgba(8, 127, 120, 0.12);
	box-shadow: 0 2px 8px rgba(31, 19, 70, 0.05);
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.sn-article-author__social::after {
	content: "";
	width: 14px;
	height: 14px;
	margin-right: auto;
	opacity: 0;
	transform: translateX(4px);
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23673de6'%3E%3Cpath d='M8.59 16.59 13.17 12 8.59 7.41 10 6l6 6-6 6z'/%3E%3C/svg%3E") center / contain no-repeat;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.sn-article-author__social:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 22px rgba(31, 19, 70, 0.11);
	color: #1f1346;
}

.sn-article-author__social:hover::after {
	opacity: 0.55;
	transform: translateX(0);
}

.sn-article-author__social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 11px;
	flex-shrink: 0;
	color: #fff;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.28),
		0 4px 10px rgba(31, 19, 70, 0.12);
	transition: transform 0.22s ease;
}

.sn-article-author__social:hover .sn-article-author__social-icon {
	transform: scale(1.06);
}

.sn-article-author__social-icon svg {
	width: 17px;
	height: 17px;
}

.sn-article-author__social-text {
	line-height: 1.25;
}

.sn-article-author__social--ig .sn-article-author__social-icon {
	background: linear-gradient(135deg, #f77737, #e1306c, #c13584);
}

.sn-article-author__social--ig:hover {
	border-color: rgba(225, 48, 108, 0.35);
	background: #fff8fc;
}

.sn-article-author__social--in .sn-article-author__social-icon {
	background: linear-gradient(135deg, #0a66c2, #004182);
}

.sn-article-author__social--in:hover {
	border-color: rgba(10, 102, 194, 0.35);
	background: #f5faff;
}

.sn-article-author__social--tg .sn-article-author__social-icon {
	background: linear-gradient(135deg, #2aabee, #229ed9);
}

.sn-article-author__social--tg:hover {
	border-color: rgba(34, 158, 217, 0.35);
	background: #f0faff;
}

.sn-article-author__social--web .sn-article-author__social-icon {
	background: linear-gradient(135deg, #087f78, #4f2db8);
}

.sn-article-author__social--web:hover {
	border-color: rgba(8, 127, 120, 0.35);
	background: #f8f6ff;
}

/* ── Mobile-only polish (desktop unchanged) ── */
@media (max-width: 899px) {
	.sn-body--article {
		overflow-x: clip;
	}

	.sn-body--article .sn-promo {
		display: none;
	}

	.sn-article-hero {
		padding: 2rem 0 4.25rem;
		overflow-x: clip;
	}

	.sn-article-hero__bg {
		overflow: hidden;
	}

	.sn-article-hero__orb--1 {
		width: 260px;
		height: 260px;
		right: -20%;
	}

	.sn-article-hero__orb--2 {
		width: 220px;
		height: 220px;
		left: -25%;
	}

	.sn-article-hero .sn-hero__grid {
		gap: 1.35rem;
	}

	.sn-article-hero__visual {
		order: -1;
	}

	.sn-article-hero__content {
		order: 1;
	}

	.sn-article-hero__reveal {
		animation-delay: 0.12s;
	}

	.sn-article-hero__reveal--delay {
		animation-delay: 0s;
	}

	.sn-article-hero__meta {
		margin-bottom: 0.85rem;
		gap: 0.5rem;
	}

	.sn-article-hero__title {
		font-size: clamp(1.5rem, 6.2vw, 1.95rem);
		line-height: 1.42;
		margin-bottom: 0.75rem;
		letter-spacing: -0.015em;
		text-align: right;
		text-wrap: balance;
		word-break: break-word;
		overflow-wrap: break-word;
		padding: 0 0.15rem;
	}

	.sn-article-hero__title::after {
		margin-top: 0.75rem;
		margin-right: auto;
		margin-left: auto;
		width: 48px;
		height: 3px;
	}

	.sn-article-hero__lead {
		font-size: 0.98rem;
		margin-bottom: 1rem;
	}

	.sn-article-hero__chips {
		justify-content: center;
		gap: 0.35rem;
	}

	.sn-article-hero__chip {
		font-size: 0.72rem;
		padding: 0.32rem 0.62rem;
	}

	.sn-article-hero__share-btn {
		width: 100%;
		justify-content: center;
		margin-top: 0.15rem;
		font-size: 0.76rem;
	}

	.sn-article-share {
		align-items: end;
		padding: 0;
	}

	.sn-article-share__panel {
		width: 100%;
		max-height: 88vh;
		border-radius: 22px 22px 0 0;
		transform: translateY(100%);
	}

	.sn-article-share.is-open .sn-article-share__panel {
		transform: translateY(0);
	}

	.sn-article-share__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0.45rem;
	}

	.sn-article-share__item {
		min-height: 78px;
	}

	.sn-article-hero__frame {
		border-radius: 14px;
		box-shadow:
			0 0 0 1px rgba(255, 255, 255, 0.5) inset,
			0 14px 36px rgba(31, 19, 70, 0.14);
	}

	.sn-article-hero__scroll {
		bottom: 0.65rem;
	}

	.sn-article-ribbon {
		flex-direction: column;
	}

	.sn-article-ribbon__badge {
		justify-content: center;
		width: 100%;
		padding: 0.5rem 0.75rem;
		font-size: 0.72rem;
		white-space: normal;
		text-align: center;
	}

	.sn-article-ribbon__viewport {
		min-height: 44px;
	}

	.sn-article-ribbon-slot {
		margin: 2.25rem 0;
	}

	.sn-article-author-slot--bottom {
		margin-top: 2.25rem;
	}

	.sn-article-author__viewport-desktop {
		display: none !important;
	}

	.sn-article-author__viewport-mobile {
		display: block;
	}

	.sn-article-author__accordions {
		display: flex;
		flex-direction: column;
		gap: 0.5rem;
		margin-top: 0.75rem;
	}

	.sn-article-author__accordion {
		border: 1px solid rgba(8, 127, 120, 0.14);
		border-radius: 12px;
		background: #fff;
		overflow: hidden;
		box-shadow: 0 2px 10px rgba(31, 19, 70, 0.05);
	}

	.sn-article-author__accordion-btn {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.65rem;
		width: 100%;
		padding: 0.78rem 0.9rem;
		font-size: 0.84rem;
		font-weight: 800;
		color: #1f1346;
		background: linear-gradient(180deg, #ffffff 0%, #f9f8ff 100%);
		cursor: pointer;
		list-style: none;
		user-select: none;
		-webkit-tap-highlight-color: transparent;
		transition: background 0.2s ease;
	}

	.sn-article-author__accordion-btn::-webkit-details-marker {
		display: none;
	}

	.sn-article-author__accordion-label {
		line-height: 1.35;
	}

	.sn-article-author__accordion-chevron {
		flex-shrink: 0;
		width: 9px;
		height: 9px;
		margin-top: -3px;
		border-right: 2.5px solid var(--sn-purple);
		border-bottom: 2.5px solid var(--sn-purple);
		transform: rotate(45deg);
		transition: transform 0.25s ease;
	}

	.sn-article-author__accordion[open] .sn-article-author__accordion-chevron {
		transform: rotate(-135deg);
		margin-top: 3px;
	}

	.sn-article-author__accordion[open] .sn-article-author__accordion-btn {
		background: rgba(8, 127, 120, 0.07);
		box-shadow: inset 0 -1px 0 rgba(8, 127, 120, 0.1);
	}

	.sn-article-author__accordion-panel {
		padding: 0.75rem 0.85rem 0.85rem;
		border-top: 1px solid rgba(8, 127, 120, 0.08);
		background: rgba(250, 251, 255, 0.85);
		animation: sn-author-accordion-in 0.22s ease;
	}

	@keyframes sn-author-accordion-in {
		from {
			opacity: 0;
			transform: translateY(-5px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}

	@media (prefers-reduced-motion: reduce) {
		.sn-article-author__accordion-panel {
			animation: none;
		}

		.sn-article-author__accordion-chevron {
			transition: none;
		}
	}

	.sn-article-author__socials {
		grid-template-columns: 1fr;
	}

	.sn-article-author__social-text {
		font-size: 0.78rem;
	}

	.sn-article-author__tags {
		margin-bottom: 0;
	}

	.sn-article-social {
		margin: 1.5rem 1rem 1.75rem;
		padding: 1.35rem 0.85rem;
	}

	.sn-article-social .sn-heading {
		font-size: 1.05rem;
		margin-bottom: 0.35rem;
	}

	.sn-article-social .sn-subheading {
		display: none;
	}

	.sn-article-social__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.45rem;
		margin-top: 0.65rem;
	}

	.sn-article-social__card {
		align-items: center;
		text-align: center;
		padding: 0.65rem 0.5rem;
	}

	.sn-article-social__icon {
		width: 1.75rem;
		height: 1.75rem;
		margin-bottom: 0.1rem;
	}

	.sn-article-social__icon svg {
		width: 0.95rem;
		height: 0.95rem;
	}

	.sn-article-social__name {
		font-size: 0.68rem;
	}

	.sn-article-social__desc {
		display: none;
	}

	.sn-article-social__cta {
		font-size: 0.65rem;
		padding: 0.22rem 0.5rem;
	}
}

@media (max-width: 399px) {
	.sn-article-hero__orb--1 {
		width: 200px;
		height: 200px;
		right: -28%;
	}

	.sn-article-hero__orb--2 {
		width: 180px;
		height: 180px;
		left: -32%;
	}

	.sn-article-hero__author-name {
		font-size: 0.72rem;
	}

	.sn-article-hero__badge {
		font-size: 0.72rem;
		padding: 0.32rem 0.7rem;
	}
}
