body.single-post {
	--nv-single-ink: #101321;
	--nv-single-muted: #667085;
	--nv-single-soft: #f7f8fb;
	--nv-single-cream: #fffaf2;
	--nv-single-gold: #f7b91b;
	--nv-single-orange: #ff7b22;
	--nv-single-red: #dc2e33;
	--nv-single-line: rgba(16, 19, 33, 0.1);
	background: #fff;
	color: var(--nv-single-ink);
}

body.single-post .site-main {
	overflow: visible;
}

body.single-post .nv-blog-single-shell {
	width: min(1280px, calc(100% - 48px));
	margin-inline: auto;
}

body.single-post .nv-blog-single-hero {
	position: relative;
	overflow: hidden;
	padding: 82px 0 58px;
	background:
		linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
		linear-gradient(180deg, #10131d 0%, #050609 100%);
	background-size: 126px 126px, 126px 126px, auto;
	color: var(--nv-single-cream);
}

body.single-post .nv-blog-single-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.92fr) minmax(340px, 0.66fr);
	gap: 44px;
	align-items: end;
}

body.single-post .nv-blog-single-eyebrow {
	display: block;
	width: fit-content;
	margin: 0;
}

body.single-post .nv-blog-single-eyebrow .elementor-widget-container,
body.single-post .nv-blog-single-eyebrow p {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin: 0;
	padding: 8px 14px;
	border: 1px solid rgba(247, 185, 27, 0.3);
	border-radius: 999px;
	background: rgba(247, 185, 27, 0.12);
	color: #ffe68e;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

body.single-post .nv-blog-single-related .nv-blog-single-eyebrow .elementor-widget-container,
body.single-post .nv-blog-single-related .nv-blog-single-eyebrow p {
	border-color: rgba(247, 185, 27, 0.22);
	background: rgba(247, 185, 27, 0.09);
	color: #d59700;
	box-shadow: none;
}

body.single-post .nv-blog-single-title .elementor-heading-title {
	max-width: 820px;
	margin: 18px 0 0;
	color: transparent;
	background-image: linear-gradient(128deg, #fffaf1 8%, #ffe59b 36%, #ffb45a 64%, #fff3dd 100%);
	background-clip: text;
	font-size: clamp(3rem, 6.4vw, 5rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 0.96;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

body.single-post .nv-blog-single-excerpt,
body.single-post .nv-blog-single-excerpt p {
	max-width: 720px;
	margin: 20px 0 0;
	color: rgba(255, 250, 241, 0.76);
	font-size: 1.08rem;
	line-height: 1.72;
}

body.single-post .nv-blog-single-meta .elementor-icon-list-items,
body.single-post .nv-blog-single-meta .elementor-post-info {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	margin-top: 24px;
	color: rgba(255, 250, 241, 0.66);
	font-size: 0.9rem;
	font-weight: 800;
}

body.single-post .nv-blog-single-featured img {
	width: 100%;
	aspect-ratio: 16 / 11;
	object-fit: cover;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 24px;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
}

body.single-post .nv-blog-single-main {
	padding: 74px 0 92px;
	background: linear-gradient(180deg, #fff 0%, #f8f9fc 100%);
}

body.single-post .nv-blog-single-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
	gap: 42px;
	align-items: start;
}

body.single-post .nv-blog-single-article {
	padding: clamp(28px, 4vw, 56px);
	border: 1px solid var(--nv-single-line);
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 24px 54px rgba(16, 19, 33, 0.08);
}

body.single-post .nv-blog-single-content {
	color: #252a38;
	font-size: 1.08rem;
	line-height: 1.84;
}

body.single-post .nv-blog-single-content :is(h2, h3, h4) {
	margin: 1.55em 0 0.55em;
	color: var(--nv-single-ink);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.1;
}

body.single-post .nv-blog-single-content h2 {
	font-size: clamp(2rem, 3vw, 2.75rem);
}

body.single-post .nv-blog-single-content h3 {
	font-size: 1.55rem;
}

body.single-post .nv-blog-single-content p {
	margin: 0 0 1.15em;
}

body.single-post .nv-blog-single-content a {
	color: var(--nv-single-red);
	font-weight: 800;
}

body.single-post .nv-blog-single-content ul,
body.single-post .nv-blog-single-content ol {
	margin: 0 0 1.25em 1.2em;
	padding: 0;
}

body.single-post .nv-blog-single-content li {
	margin: 0 0 0.55em;
}

body.single-post .nv-blog-single-sidebar {
	position: sticky;
	top: 96px;
	display: grid;
	gap: 18px;
}

body.single-post .nv-blog-single-card {
	padding: 24px;
	border: 1px solid var(--nv-single-line);
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 22px 46px rgba(16, 19, 33, 0.08);
}

body.single-post .nv-blog-single-card-dark {
	border-color: rgba(255, 255, 255, 0.1);
	background: linear-gradient(180deg, #141824 0%, #07090f 100%);
	color: var(--nv-single-cream);
	box-shadow: 0 28px 62px rgba(16, 19, 33, 0.2);
}

body.single-post .nv-blog-single-card h2,
body.single-post .nv-blog-single-card h3,
body.single-post .nv-blog-single-card p {
	margin: 0;
}

body.single-post .nv-blog-single-card h2,
body.single-post .nv-blog-single-card h3 {
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.08;
}

body.single-post .nv-blog-single-card p {
	color: var(--nv-single-muted);
	line-height: 1.65;
}

body.single-post .nv-blog-single-card-dark p {
	color: rgba(255, 250, 241, 0.76);
}

body.single-post .nv-blog-single-sidebar > .nv-blog-single-card:last-child {
	position: relative;
	overflow: hidden;
	padding: 22px;
	border-color: rgba(255, 255, 255, 0.1);
	background:
		linear-gradient(135deg, rgba(220, 46, 51, 0.18), rgba(247, 185, 27, 0.08) 44%, rgba(16, 19, 33, 0)),
		linear-gradient(180deg, #171b26 0%, #080a10 100%);
	color: var(--nv-single-cream);
	box-shadow: 0 24px 52px rgba(16, 19, 33, 0.18);
}

body.single-post .nv-blog-single-sidebar > .nv-blog-single-card:last-child::before {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 42%);
	opacity: 0.5;
}

body.single-post .nv-blog-single-sidebar > .nv-blog-single-card:last-child > * {
	position: relative;
	z-index: 1;
}

body.single-post .nv-blog-single-sidebar > .nv-blog-single-card:last-child h3 .elementor-heading-title {
	max-width: 12rem;
	color: var(--nv-single-cream);
	font-size: 1.45rem;
	line-height: 1.04;
}

body.single-post .nv-blog-single-sidebar > .nv-blog-single-card:last-child p {
	max-width: 18rem;
	margin-top: 10px;
	color: rgba(255, 250, 241, 0.72);
	font-size: 0.93rem;
	line-height: 1.58;
}

body.single-post .nv-blog-single-sidebar > .nv-blog-single-card:last-child .nv-blog-button {
	margin-top: 16px;
}

body.single-post .nv-blog-single-card .nv-blog-button .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 18px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--nv-single-gold) 0%, #ffd94e 30%, var(--nv-single-orange) 100%);
	color: #11131a;
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	box-shadow: 0 16px 34px rgba(247, 185, 27, 0.22);
	transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

body.single-post .nv-blog-single-card .nv-blog-button .elementor-button:hover,
body.single-post .nv-blog-single-card .nv-blog-button .elementor-button:focus-visible {
	color: #11131a;
	filter: saturate(1.05);
	transform: translateY(-1px);
	box-shadow: 0 20px 40px rgba(247, 185, 27, 0.28);
	outline: none;
}

body.single-post .nv-blog-single-form .elementor-form-fields-wrapper {
	display: grid;
	gap: 11px;
	margin-top: 18px;
}

body.single-post .nv-blog-single-form .elementor-field-group {
	padding: 0;
}

body.single-post .nv-blog-single-form .elementor-field-textual,
body.single-post .nv-blog-single-form select.elementor-field {
	min-height: 46px;
	border: 1px solid rgba(16, 19, 33, 0.12);
	border-radius: 12px;
	background: #fff;
	color: var(--nv-single-ink);
	font-family: Nunito, Arial, sans-serif;
	font-size: 0.96rem;
}

body.single-post .nv-blog-single-form textarea.elementor-field-textual {
	min-height: 108px;
}

body.single-post .nv-blog-single-form .elementor-button {
	width: 100%;
	min-height: 50px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--nv-single-gold) 0%, #ffd94e 30%, var(--nv-single-orange) 100%);
	color: #11131a;
	font-weight: 900;
	box-shadow: 0 18px 40px rgba(247, 185, 27, 0.24);
}

body.single-post .nv-blog-single-methods {
	display: grid;
	gap: 10px;
	margin-top: 18px;
}

body.single-post .nv-blog-single-methods a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	min-height: 46px;
	padding: 0 14px;
	border: 1px solid rgba(16, 19, 33, 0.09);
	border-radius: 14px;
	background: var(--nv-single-soft);
	color: var(--nv-single-ink);
	font-weight: 900;
	text-decoration: none;
	transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

body.single-post .nv-blog-single-methods a:hover,
body.single-post .nv-blog-single-methods a:focus-visible {
	border-color: rgba(220, 46, 51, 0.22);
	background: #fff;
	transform: translateY(-1px);
	outline: none;
}

body.single-post .nv-blog-single-related {
	padding: 84px 0;
	background: #fff;
}

body.single-post .nv-blog-single-related-head {
	max-width: 820px;
	margin-bottom: 30px;
}

body.single-post .nv-blog-single-related-head h2,
body.single-post .nv-blog-single-related-head .elementor-heading-title {
	margin: 12px 0 0;
	color: var(--nv-single-ink);
	font-size: clamp(2.25rem, 4vw, 3.4rem);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
}

body.single-post .nv-blog-single-related .elementor-post__card {
	overflow: hidden;
	border: 1px solid var(--nv-single-line);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 20px 44px rgba(16, 19, 33, 0.08);
}

@media (max-width: 1024px) {
	body.single-post .nv-blog-single-hero-grid,
	body.single-post .nv-blog-single-layout {
		grid-template-columns: 1fr;
	}

	body.single-post .nv-blog-single-sidebar {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 782px) {
	body.single-post .nv-blog-single-shell {
		width: min(100%, calc(100% - 32px));
	}

	body.single-post .nv-blog-single-hero {
		padding: 58px 0 44px;
	}

	body.single-post .nv-blog-single-featured img {
		border-radius: 20px;
	}

	body.single-post .nv-blog-single-main {
		padding: 46px 0 70px;
	}

	body.single-post .nv-blog-single-article,
	body.single-post .nv-blog-single-card {
		border-radius: 22px;
	}

	body.single-post .nv-blog-single-sidebar {
		grid-template-columns: 1fr;
	}
}

@media (prefers-reduced-motion: reduce) {
	body.single-post .nv-blog-single-methods a,
	body.single-post .nv-blog-single-form .elementor-button {
		transition-duration: 1ms;
	}
}
