/* TechForSimple Single Post Template v1.1 */

.single-post .site-header,
.single-post #masthead,
.single-post .site-footer,
.single-post #colophon,
.single-post .entry-hero-container,
.single-post .content-title-style-above {
	display: none !important;
}

.single-post .site,
.single-post .site-main,
.single-post .content-area,
.single-post .content-container,
.single-post .site-container,
.single-post .site-content {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.single-post {
	--tfs-v11-bg: #f7f7f4;
	--tfs-v11-white: #ffffff;
	--tfs-v11-ink: #17181d;
	--tfs-v11-muted: #686b75;
	--tfs-v11-line: rgba(23, 24, 29, .11);
	--tfs-v11-purple: #6758e8;
	--tfs-v11-purple-dark: #5143c8;
	--tfs-v11-purple-soft: #efecff;
	--tfs-v11-dark: #15161b;
	--tfs-v11-container: 1240px;
	background: var(--tfs-v11-bg);
	color: var(--tfs-v11-ink);
}

.tfs-v11-shell,
.tfs-v11-shell * {
	box-sizing: border-box;
}

.tfs-v11-container {
	width: min(calc(100% - 40px), var(--tfs-v11-container));
	margin-inline: auto;
}

.tfs-v11-progress {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	height: 3px;
	background: transparent;
}

.admin-bar .tfs-v11-progress {
	top: 32px;
}

.tfs-v11-progress__bar {
	display: block;
	width: 0;
	height: 100%;
	background: linear-gradient(90deg, #8b7cff, var(--tfs-v11-purple));
}

.tfs-v11-nav {
	position: sticky;
	top: 0;
	z-index: 999;
	border-bottom: 1px solid var(--tfs-v11-line);
	background: rgba(247, 247, 244, .9);
	-webkit-backdrop-filter: blur(18px);
	backdrop-filter: blur(18px);
}

.admin-bar .tfs-v11-nav {
	top: 32px;
}

.tfs-v11-nav__inner {
	min-height: 76px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.tfs-v11-brand {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

.tfs-v11-logo {
	display: block;
	width: auto;
	height: 42px;
	object-fit: contain;
}

.tfs-v11-menu {
	display: flex;
	align-items: center;
	gap: 27px;
}

.tfs-v11-menu a {
	color: #43454d;
	text-decoration: none;
	font-size: 14px;
	font-weight: 650;
}

.tfs-v11-menu a:hover {
	color: var(--tfs-v11-purple);
}

.tfs-v11-menu .tfs-v11-menu__cta {
	padding: 13px 20px;
	border-radius: 999px;
	background: var(--tfs-v11-ink);
	color: #fff;
}

.tfs-v11-menu .tfs-v11-menu__cta:hover {
	background: var(--tfs-v11-purple);
	color: #fff;
}

.tfs-v11-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 1px solid var(--tfs-v11-line);
	border-radius: 999px;
	background: #fff;
	cursor: pointer;
}

.tfs-v11-menu-toggle span {
	display: block;
	width: 17px;
	height: 2px;
	margin: 4px auto;
	border-radius: 2px;
	background: var(--tfs-v11-ink);
}

.tfs-v11-main {
	background: var(--tfs-v11-bg);
}

.tfs-v11-hero {
	position: relative;
	overflow: hidden;
	padding: 112px 0 76px;
	text-align: center;
	background:
		radial-gradient(circle at 84% 3%, rgba(103, 88, 232, .17), transparent 28%),
		var(--tfs-v11-bg);
}

.tfs-v11-hero__inner {
	max-width: 940px;
}

.tfs-v11-category,
.tfs-v11-kicker {
	display: inline-block;
	color: var(--tfs-v11-purple);
	text-decoration: none;
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.tfs-v11-title {
	max-width: 930px;
	margin: 22px auto 0;
	color: var(--tfs-v11-ink);
	font-size: clamp(46px, 6vw, 82px);
	font-weight: 780;
	line-height: 1.02;
	letter-spacing: -.064em;
}

.tfs-v11-summary {
	max-width: 740px;
	margin: 25px auto 0;
	color: var(--tfs-v11-muted);
	font-size: clamp(18px, 1.6vw, 22px);
	line-height: 1.7;
}

.tfs-v11-meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 9px;
	margin-top: 25px;
	color: #7a7d86;
	font-size: 14px;
}

.tfs-v11-cover {
	margin-top: 0;
}

.tfs-v11-cover img {
	display: block;
	width: 100%;
	max-height: 680px;
	object-fit: cover;
	border-radius: 30px;
	box-shadow: 0 30px 90px rgba(22, 20, 57, .13);
}

.tfs-v11-content-wrap {
	max-width: 820px;
	padding-top: 88px;
	padding-bottom: 72px;
}

.tfs-v11-article {
	margin: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.tfs-v11-content {
	color: #2a2c33;
	font-size: 19px;
	line-height: 1.86;
}

.tfs-v11-content > *:first-child {
	margin-top: 0;
}

.tfs-v11-content p,
.tfs-v11-content ul,
.tfs-v11-content ol {
	margin-top: 0;
	margin-bottom: 28px;
}

.tfs-v11-content li + li {
	margin-top: 10px;
}

.tfs-v11-content h2 {
	margin: 72px 0 22px;
	color: var(--tfs-v11-ink);
	font-size: clamp(34px, 4vw, 46px);
	line-height: 1.16;
	letter-spacing: -.045em;
}

.tfs-v11-content h3 {
	margin: 52px 0 18px;
	color: var(--tfs-v11-ink);
	font-size: clamp(27px, 3vw, 34px);
	line-height: 1.24;
	letter-spacing: -.035em;
}

.tfs-v11-content h4 {
	margin: 42px 0 15px;
	font-size: 23px;
	line-height: 1.3;
}

.tfs-v11-content a {
	color: var(--tfs-v11-purple-dark);
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.tfs-v11-content img {
	border-radius: 20px;
}

.tfs-v11-content figure {
	margin-block: 42px;
}

.tfs-v11-content blockquote {
	margin: 45px 0;
	padding: 28px 32px;
	border: 0;
	border-left: 4px solid var(--tfs-v11-purple);
	border-radius: 0 18px 18px 0;
	background: var(--tfs-v11-purple-soft);
	color: #3b3760;
	font-size: 21px;
	line-height: 1.65;
}

.tfs-v11-content pre {
	overflow-x: auto;
	margin: 42px 0;
	padding: 25px;
	border-radius: 18px;
	background: var(--tfs-v11-dark);
	color: #f3f3f5;
	font-size: 15px;
	line-height: 1.7;
}

.tfs-v11-content code {
	border-radius: 5px;
	background: #ececf0;
	padding: .15em .35em;
	font-size: .88em;
}

.tfs-v11-content pre code {
	background: transparent;
	padding: 0;
	color: inherit;
}

.tfs-v11-content table {
	overflow: hidden;
	width: 100%;
	margin: 42px 0;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid var(--tfs-v11-line);
	border-radius: 17px;
	background: #fff;
}

.tfs-v11-content th,
.tfs-v11-content td {
	padding: 15px 17px;
	border: 0;
	border-bottom: 1px solid var(--tfs-v11-line);
	text-align: left;
}

.tfs-v11-content th {
	background: #f0f0ed;
	color: var(--tfs-v11-ink);
}

.tfs-v11-share {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 66px;
	padding-top: 28px;
	border-top: 1px solid var(--tfs-v11-line);
}

.tfs-v11-share > span {
	color: var(--tfs-v11-ink);
	font-weight: 800;
}

.tfs-v11-share__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.tfs-v11-share__buttons a,
.tfs-v11-share__buttons button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 14px;
	border: 1px solid var(--tfs-v11-line);
	border-radius: 999px;
	background: #fff;
	color: #44464e;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.tfs-v11-share__buttons a:hover,
.tfs-v11-share__buttons button:hover {
	border-color: rgba(103, 88, 232, .3);
	color: var(--tfs-v11-purple);
}

.tfs-v11-newsletter {
	padding: 84px 0;
	background: #fff;
}

.tfs-v11-newsletter__card {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 50px;
	padding: 52px;
	border-radius: 30px;
	background:
		radial-gradient(circle at 90% 0%, rgba(117, 102, 240, .3), transparent 34%),
		var(--tfs-v11-dark);
	box-shadow: 0 26px 72px rgba(20, 20, 26, .17);
}

.tfs-v11-newsletter__card h2 {
	max-width: 750px;
	margin: 15px 0 0;
	color: #fff;
	font-size: clamp(34px, 4vw, 52px);
	line-height: 1.08;
	letter-spacing: -.05em;
}

.tfs-v11-newsletter__card p {
	margin: 16px 0 0;
	color: #a8aab3;
	font-size: 16px;
}

.tfs-v11-newsletter__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 24px;
	border-radius: 999px;
	background: var(--tfs-v11-purple);
	color: #fff;
	text-decoration: none;
	font-weight: 800;
	white-space: nowrap;
	box-shadow: 0 14px 35px rgba(103, 88, 232, .28);
}

.tfs-v11-newsletter__button:hover {
	background: #7769f0;
	color: #fff;
	transform: translateY(-2px);
}

.tfs-v11-post-nav-section {
	padding: 78px 0;
	background: #efefec;
}

.tfs-v11-post-nav {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.tfs-v11-post-card {
	min-height: 290px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px;
	border: 1px solid var(--tfs-v11-line);
	border-radius: 24px;
	background: #fff;
	color: var(--tfs-v11-ink);
	text-decoration: none;
	transition:
		transform .25s ease,
		border-color .25s ease,
		box-shadow .25s ease;
}

.tfs-v11-post-card:hover {
	transform: translateY(-6px);
	border-color: rgba(103, 88, 232, .25);
	box-shadow: 0 22px 58px rgba(24, 20, 63, .09);
}

.tfs-v11-post-card__label {
	color: var(--tfs-v11-purple);
	font-size: 11px;
	font-weight: 850;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.tfs-v11-post-card h3 {
	margin: 48px 0 14px;
	color: var(--tfs-v11-ink);
	font-size: 26px;
	line-height: 1.22;
	letter-spacing: -.035em;
}

.tfs-v11-post-card p {
	margin: 0 0 30px;
	color: var(--tfs-v11-muted);
	font-size: 15px;
	line-height: 1.7;
}

.tfs-v11-post-card b {
	color: var(--tfs-v11-ink);
	font-size: 14px;
}

.tfs-v11-footer {
	padding: 38px 0;
	background: #111216;
}

.tfs-v11-footer__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.tfs-v11-footer-logo {
	display: block;
	width: auto;
	height: 40px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.tfs-v11-footer p {
	margin: 0;
	color: #a5a7af;
	font-size: 13px;
}

.tfs-v11-footer__links {
	display: flex;
	gap: 20px;
}

.tfs-v11-footer__links a {
	color: #d5d6dc;
	text-decoration: none;
	font-size: 13px;
	font-weight: 650;
}

.tfs-v11-footer__links a:hover {
	color: #fff;
}

@media (max-width: 980px) {
	.tfs-v11-menu {
		position: fixed;
		top: 76px;
		left: 20px;
		right: 20px;
		display: none;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 14px;
		border: 1px solid var(--tfs-v11-line);
		border-radius: 20px;
		background: rgba(255,255,255,.98);
		box-shadow: 0 24px 60px rgba(21,22,26,.16);
	}

	.admin-bar .tfs-v11-menu {
		top: 108px;
	}

	.tfs-v11-menu.is-open {
		display: flex;
	}

	.tfs-v11-menu a {
		padding: 14px;
	}

	.tfs-v11-menu-toggle {
		display: block;
	}

	.tfs-v11-newsletter__card {
		grid-template-columns: 1fr;
	}

	.tfs-v11-post-nav {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.admin-bar .tfs-v11-nav {
		top: 46px;
	}

	.admin-bar .tfs-v11-progress {
		top: 46px;
	}

	.tfs-v11-container {
		width: min(calc(100% - 28px), var(--tfs-v11-container));
	}

	.tfs-v11-nav__inner {
		min-height: 68px;
	}

	.tfs-v11-logo {
		height: 36px;
	}

	.tfs-v11-menu {
		top: 68px;
		left: 14px;
		right: 14px;
	}

	.admin-bar .tfs-v11-menu {
		top: 114px;
	}

	.tfs-v11-hero {
		padding: 74px 0 52px;
	}

	.tfs-v11-title {
		font-size: clamp(42px, 13vw, 62px);
	}

	.tfs-v11-cover img {
		border-radius: 20px;
	}

	.tfs-v11-content-wrap {
		padding-top: 62px;
		padding-bottom: 60px;
	}

	.tfs-v11-content {
		font-size: 17px;
		line-height: 1.82;
	}

	.tfs-v11-content h2 {
		margin-top: 56px;
	}

	.tfs-v11-share {
		align-items: flex-start;
		flex-direction: column;
	}

	.tfs-v11-newsletter {
		padding: 68px 0;
	}

	.tfs-v11-newsletter__card {
		padding: 30px 22px;
		border-radius: 23px;
	}

	.tfs-v11-newsletter__button {
		width: 100%;
	}

	.tfs-v11-post-nav-section {
		padding: 60px 0;
	}

	.tfs-v11-post-card {
		min-height: 250px;
	}

	.tfs-v11-footer__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	.tfs-v11-post-card,
	.tfs-v11-newsletter__button {
		transition: none !important;
		transform: none !important;
	}
}
