.wa-blog-single-page {
	--fc-bg: #020812;
	--fc-bg-soft: #06111d;
	--fc-card: rgba(8, 20, 32, 0.88);
	--fc-border: rgba(255, 255, 255, 0.1);
	--fc-text: #f8fafc;
	--fc-muted: #9ca3af;
	--fc-green: #00d084;
	--fc-teal: #13e6b1;
	--fc-orange: #ff7a18;
	--fc-yellow: #ffc93c;
	background:
		radial-gradient(circle at 72% 9%, rgba(0, 208, 132, 0.05), transparent 28rem),
		linear-gradient(180deg, #020812, #020a14 68%, #020812);
	color: var(--fc-text);
}

.wa-blog-single-page .wp-site-blocks {
	overflow: hidden;
}

.wa-blog-single-page .wa-site-header {
	background: rgba(2, 8, 18, 0.9);
}

.wa-blog-single-page .wa-header-inner,
.fc-single-shell {
	width: min(1440px, calc(100% - 72px));
	margin-inline: auto;
}

.wa-blog-single-page .wa-header-inner {
	min-height: 82px;
}

.fc-single {
	padding-bottom: 30px;
	font-size: 15px;
	line-height: 1.58;
}

.fc-single h1,
.fc-single h2,
.fc-single h3,
.fc-single p {
	margin-top: 0;
}

.fc-single a {
	color: inherit;
}

.fc-single-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	padding-block: 24px 14px;
	color: #aeb7c3;
	font-size: 12px;
}

.fc-single-breadcrumb a:hover {
	color: var(--fc-green);
}

.fc-single-breadcrumb span:last-child {
	overflow: hidden;
	color: #d5dbe4;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.fc-single-hero {
	display: grid;
	grid-template-columns: minmax(390px, 0.8fr) minmax(480px, 1.2fr);
	gap: clamp(42px, 6vw, 88px);
	align-items: center;
	padding-block: 14px 28px;
}

.fc-single-category {
	display: inline-block;
	margin-bottom: 14px;
	color: var(--fc-green) !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.fc-single-hero h1 {
	max-width: 600px;
	margin-bottom: 18px;
	font-size: clamp(42px, 4.5vw, 68px);
	line-height: 1.12;
	letter-spacing: -0.045em;
}

.fc-single-hero__copy > p {
	max-width: 610px;
	margin-bottom: 20px;
	color: #c2cad4;
	font-size: clamp(16px, 1.35vw, 19px);
}

.fc-single-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 18px;
	color: #b3bdc8;
	font-size: 12px;
}

.fc-single-team {
	display: inline-flex;
	align-items: center;
}

.fc-single-team i,
.fc-single-author__avatars i {
	width: 27px;
	height: 27px;
	display: grid;
	place-items: center;
	margin-right: -7px;
	border: 2px solid #07131f;
	border-radius: 50%;
	background: linear-gradient(145deg, #e2b88e, #566575);
	color: #07111c;
	font-size: 9px;
	font-style: normal;
	font-weight: 800;
}

.fc-single-team i:last-of-type {
	margin-right: 10px;
}

.fc-single-featured,
.fc-single-growth {
	height: 340px;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 16px;
	background: linear-gradient(145deg, #0b1d28, #07121d);
	box-shadow: 0 28px 75px rgba(0, 0, 0, 0.3);
}

.fc-single-featured img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.fc-single-growth {
	position: relative;
	isolation: isolate;
}

.fc-single-growth__grid {
	position: absolute;
	inset: 0;
	opacity: 0.26;
	background-image:
		linear-gradient(rgba(19, 230, 177, 0.13) 1px, transparent 1px),
		linear-gradient(90deg, rgba(19, 230, 177, 0.13) 1px, transparent 1px);
	background-size: 50px 50px;
}

.fc-single-growth svg {
	position: absolute;
	z-index: 2;
	inset: 12px 20px auto;
	width: calc(100% - 40px);
	height: 72%;
	overflow: visible;
	fill: none;
	stroke: #5dff99;
	stroke-linejoin: round;
	stroke-width: 4;
	filter: drop-shadow(0 0 7px rgba(0, 208, 132, 0.55));
}

.fc-single-growth svg::after {
	content: "";
}

.fc-single-coins {
	position: absolute;
	z-index: 3;
	right: 6%;
	bottom: 20px;
	left: 6%;
	display: flex;
	align-items: end;
	justify-content: space-around;
}

.fc-single-coins span {
	position: relative;
	width: 72px;
	height: 31px;
	border-radius: 50%;
	background: linear-gradient(180deg, #ffd95b, #9b5c10);
	box-shadow:
		0 -8px 0 #c48722,
		0 -16px 0 #e2a737,
		0 7px 16px rgba(0, 0, 0, 0.45);
}

.fc-single-coins span:nth-child(2) {
	height: 39px;
	box-shadow: 0 -8px #c48722, 0 -16px #e2a737, 0 -24px #bd791a, 0 7px 16px rgba(0, 0, 0, 0.45);
}

.fc-single-coins span:nth-child(3) {
	height: 48px;
	box-shadow: 0 -8px #c48722, 0 -16px #e2a737, 0 -24px #bd791a, 0 -32px #e5ae42, 0 7px 16px rgba(0, 0, 0, 0.45);
}

.fc-single-coins span:nth-child(4) {
	height: 58px;
	box-shadow: 0 -8px #c48722, 0 -16px #e2a737, 0 -24px #bd791a, 0 -32px #e5ae42, 0 -40px #b97717, 0 7px 16px rgba(0, 0, 0, 0.45);
}

.fc-single-coins span:nth-child(5) {
	height: 68px;
	box-shadow: 0 -8px #c48722, 0 -16px #e2a737, 0 -24px #bd791a, 0 -32px #e5ae42, 0 -40px #b97717, 0 -48px #e9b74c, 0 7px 16px rgba(0, 0, 0, 0.45);
}

.fc-single-coins span::before {
	content: "♧";
	position: absolute;
	bottom: calc(100% + 25px);
	left: 50%;
	color: #78e63e;
	font-size: 30px;
	transform: translateX(-50%);
}

.fc-single-layout {
	display: grid;
	grid-template-columns: 230px minmax(0, 1fr) 340px;
	gap: 40px;
	align-items: start;
	padding-top: 8px;
}

.fc-single-toc,
.fc-single-author,
.fc-single-related,
.fc-single-newsletter {
	border: 1px solid var(--fc-border);
	border-radius: 13px;
	background: linear-gradient(155deg, rgba(8, 20, 32, 0.94), rgba(4, 13, 23, 0.82));
}

.fc-single-toc {
	position: sticky;
	top: 20px;
	padding: 21px;
}

.fc-single-toc h2,
.fc-single-related > h2 {
	margin-bottom: 16px;
	color: var(--fc-green);
	font-size: 12px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.fc-single-toc ol {
	display: grid;
	gap: 14px;
	margin: 0;
	padding-left: 18px;
	color: #bdc6d1;
	font-size: 12px;
}

.fc-single-toc a:hover {
	color: var(--fc-green);
}

.fc-single-article {
	min-width: 0;
}

.fc-single-article > section,
.fc-single-content > * {
	scroll-margin-top: 30px;
}

.fc-single-article h2,
.fc-single-content h2 {
	margin: 22px 0 6px;
	font-size: clamp(22px, 2vw, 27px);
	line-height: 1.24;
	letter-spacing: -0.025em;
}

.fc-single-article p,
.fc-single-content p,
.fc-single-article li {
	color: #c5cdd7;
	font-size: 15px;
	line-height: 1.58;
}

.fc-single-intro {
	margin-bottom: 22px;
	font-size: 17px !important;
}

.fc-single-callout,
.fc-single-article blockquote {
	display: flex;
	gap: 15px;
	align-items: center;
	margin: 13px 0 20px;
	padding: 13px 18px;
	border: 1px solid rgba(0, 208, 132, 0.28);
	border-radius: 8px;
	background: linear-gradient(90deg, rgba(0, 208, 132, 0.09), rgba(6, 21, 29, 0.78));
}

.fc-single-callout > span {
	width: 42px;
	height: 42px;
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	border: 1px solid var(--fc-orange);
	border-radius: 50%;
	color: var(--fc-yellow);
	font-size: 24px;
}

.fc-single-callout p,
.fc-single-article blockquote {
	margin-bottom: 0;
}

.fc-single-article blockquote {
	position: relative;
	padding-left: 62px;
	color: #c5cdd7;
	font-style: normal;
}

.fc-single-article blockquote::before {
	content: "“";
	position: absolute;
	left: 17px;
	color: var(--fc-green);
	font-size: 48px;
	line-height: 1;
}

.fc-single-list {
	display: grid;
	gap: 3px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fc-single-list li {
	position: relative;
	padding-left: 24px;
}

.fc-single-list li::before {
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 15px;
}

.fc-single-list--good li::before {
	content: "✓";
	color: var(--fc-green);
}

.fc-single-list--warning li::before {
	content: "×";
	width: 15px;
	height: 15px;
	display: grid;
	place-items: center;
	border: 1px solid #ef4444;
	border-radius: 50%;
	color: #ef4444;
	font-size: 11px;
	line-height: 1;
}

.fc-single-inline-cta {
	display: grid;
	grid-template-columns: 55px 1fr auto;
	gap: 16px;
	align-items: center;
	margin-top: 23px;
	padding: 17px 20px;
	border: 1px solid rgba(0, 208, 132, 0.42);
	border-radius: 9px;
	background: linear-gradient(100deg, rgba(4, 35, 34, 0.92), rgba(4, 24, 29, 0.86));
	box-shadow: 0 0 30px rgba(0, 208, 132, 0.07);
}

.fc-single-inline-cta > span {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	border: 1px solid var(--fc-green);
	border-radius: 50%;
	color: var(--fc-green);
	font-size: 25px;
}

.fc-single-inline-cta h2 {
	margin: 0 0 3px;
	font-size: 16px;
}

.fc-single-inline-cta p {
	margin: 0;
	font-size: 11px;
}

.fc-single-inline-cta > div:last-child {
	display: grid;
	gap: 7px;
}

.fc-single-inline-cta a,
.fc-single-bottom-cta__actions a {
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-inline: 20px;
	border: 1px solid var(--fc-green);
	border-radius: 5px;
	background: linear-gradient(135deg, var(--fc-green), #00a975);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}

.fc-single-inline-cta a:last-child,
.fc-single-bottom-cta__actions a:last-child {
	background: transparent;
}

.fc-single-share {
	margin-top: 20px;
}

.fc-single-share h2 {
	margin-bottom: 9px;
	font-size: 13px;
}

.fc-single-share > div {
	display: flex;
	gap: 9px;
}

.fc-single-share a,
.fc-single-share button {
	width: 32px;
	height: 32px;
	display: grid;
	place-items: center;
	padding: 0;
	border: 1px solid var(--fc-border);
	border-radius: 50%;
	background: rgba(8, 20, 32, 0.88);
	color: #dbe2ea;
	font-size: 11px;
	font-weight: 700;
	cursor: pointer;
}

.fc-single-share a:hover,
.fc-single-share button:hover {
	border-color: var(--fc-green);
	color: var(--fc-green);
}

.fc-single-post-nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	margin-top: 16px;
}

.fc-single-post-nav a {
	min-height: 66px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 12px 16px;
	border: 1px solid var(--fc-border);
	border-radius: 8px;
	background: rgba(6, 17, 29, 0.74);
	text-decoration: none;
}

.fc-single-post-nav a:last-child {
	text-align: right;
}

.fc-single-post-nav small {
	color: var(--fc-muted);
}

.fc-single-post-nav strong {
	margin-top: 3px;
	font-size: 12px;
}

.fc-single-sidebar {
	display: grid;
	gap: 20px;
	align-content: start;
}

.fc-single-author,
.fc-single-related,
.fc-single-newsletter {
	padding: 22px;
}

.fc-single-author > h2,
.fc-single-newsletter h2 {
	margin-bottom: 18px;
	font-size: 19px;
}

.fc-single-author > div {
	display: grid;
	grid-template-columns: 105px 1fr;
	gap: 14px;
}

.fc-single-author__avatars {
	display: flex;
	align-items: start;
	padding-top: 5px;
}

.fc-single-author__avatars i {
	width: 43px;
	height: 43px;
	font-size: 11px;
}

.fc-single-author h3 {
	margin-bottom: 6px;
	font-size: 14px;
}

.fc-single-author p {
	margin-bottom: 10px;
	color: #b9c3cf;
	font-size: 11px;
}

.fc-single-author a,
.fc-single-related span {
	color: var(--fc-green);
	font-size: 11px;
}

.fc-single-related article {
	display: grid;
	grid-template-columns: 92px 1fr;
	gap: 14px;
	align-items: center;
	padding-block: 15px;
	border-top: 1px solid var(--fc-border);
}

.fc-single-related article:first-of-type {
	padding-top: 0;
	border-top: 0;
}

.fc-single-related__image {
	height: 82px;
	display: block;
	border-radius: 7px;
	background:
		radial-gradient(circle at 50% 28%, #79d85a 0 6%, transparent 7%),
		linear-gradient(160deg, #a8b9ae, #765b3d);
}

.fc-single-related__image--2 {
	background:
		repeating-linear-gradient(0deg, transparent 0 15px, rgba(0, 208, 132, 0.13) 16px),
		linear-gradient(145deg, #09211e, #163c43);
}

.fc-single-related__image--3 {
	background: linear-gradient(165deg, #5ca6b4 0 42%, #ddc285 43% 67%, #326448 68%);
}

.fc-single-related__image--4 {
	background: linear-gradient(165deg, #a5b5b7 0 45%, #46604e 46% 64%, #263e38 65%);
}

.fc-single-related h3 {
	margin: 3px 0;
	font-size: 13px;
	line-height: 1.35;
}

.fc-single-related p {
	margin-bottom: 0;
	color: var(--fc-muted);
	font-size: 10px;
}

.fc-single-newsletter {
	border-color: rgba(0, 208, 132, 0.25);
	background: linear-gradient(145deg, rgba(5, 31, 32, 0.96), rgba(4, 17, 26, 0.88));
}

.fc-single-newsletter > div:first-child {
	display: flex;
	gap: 13px;
}

.fc-single-newsletter > div:first-child > span {
	width: 47px;
	height: 47px;
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background: rgba(0, 208, 132, 0.1);
	color: var(--fc-green);
	font-size: 25px;
}

.fc-single-newsletter h2 {
	margin-bottom: 4px;
}

.fc-single-newsletter p {
	margin-bottom: 16px;
	color: #b9c3cf;
	font-size: 11px;
}

.fc-single-newsletter .wa-form {
	gap: 8px;
}

.fc-single-newsletter .wa-form input {
	min-height: 44px;
}

.fc-single-newsletter .wa-form button {
	width: 100%;
	min-height: 44px;
}

.fc-single-newsletter .wa-form button span:last-child {
	display: none;
}

.fc-single-newsletter > small {
	display: block;
	margin-top: 10px;
	color: #aeb8c4;
	text-align: center;
}

.fc-single-bottom-cta {
	display: grid;
	grid-template-columns: 110px minmax(300px, 1fr) auto;
	gap: 24px;
	align-items: center;
	margin-top: 32px;
	padding: 22px 32px;
	border: 1px solid rgba(0, 208, 132, 0.38);
	border-radius: 14px;
	background:
		radial-gradient(circle at 9% 50%, rgba(255, 122, 24, 0.1), transparent 18%),
		linear-gradient(100deg, rgba(4, 31, 31, 0.95), rgba(3, 27, 29, 0.88));
	box-shadow: 0 0 38px rgba(0, 208, 132, 0.09);
}

.fc-single-bottom-cta > img {
	width: 92px;
	height: 92px;
	object-fit: contain;
}

.fc-single-bottom-cta h2 {
	margin-bottom: 5px;
	font-size: clamp(24px, 2.3vw, 35px);
	letter-spacing: -0.025em;
}

.fc-single-bottom-cta > div > p {
	margin-bottom: 0;
	color: #bdc6d1;
}

.fc-single-bottom-cta__actions {
	justify-self: end;
}

.fc-single-bottom-cta__actions > div {
	display: flex;
	justify-content: flex-end;
	gap: 18px;
}

.fc-single-bottom-cta__actions a {
	min-width: 180px;
	min-height: 50px;
	font-size: 14px;
}

.fc-single-bottom-cta__actions > p {
	display: flex;
	justify-content: flex-end;
	gap: 22px;
	margin: 10px 0 0;
	color: #b6c0cc;
	font-size: 11px;
}

.wa-blog-single-page .wa-site-footer {
	margin-top: 0;
}

html[data-wa-theme="light"] .wa-blog-single-page {
	background: #f7f9fc;
	color: #0f172a;
}

html[data-wa-theme="light"] .fc-single-hero__copy > p,
html[data-wa-theme="light"] .fc-single-article p,
html[data-wa-theme="light"] .fc-single-article li,
html[data-wa-theme="light"] .fc-single-author p,
html[data-wa-theme="light"] .fc-single-newsletter p,
html[data-wa-theme="light"] .fc-single-bottom-cta > div > p {
	color: #526071;
}

html[data-wa-theme="light"] .fc-single-toc,
html[data-wa-theme="light"] .fc-single-author,
html[data-wa-theme="light"] .fc-single-related,
html[data-wa-theme="light"] .fc-single-newsletter,
html[data-wa-theme="light"] .fc-single-post-nav a {
	border-color: rgba(15, 23, 42, 0.13);
	background: rgba(255, 255, 255, 0.9);
	color: #0f172a;
	box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);
}

html[data-wa-theme="light"] .fc-single-inline-cta,
html[data-wa-theme="light"] .fc-single-bottom-cta {
	background: linear-gradient(100deg, #edfff8, #f8fffc);
}

@media (min-width: 941px) and (max-width: 1120px) {
	.wa-blog-single-page .wa-header-inner {
		grid-template-columns: 1fr auto 1fr;
		gap: 1rem;
	}

	.wa-blog-single-page .wa-menu-toggle {
		display: none;
	}

	.wa-blog-single-page .wa-nav-wrap {
		position: static;
		display: block;
		padding: 0;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	.wa-blog-single-page .wa-nav {
		flex-direction: row;
		gap: 0.85rem;
	}

	.wa-blog-single-page .wa-nav a {
		padding-block: 1.8rem;
		font-size: 0.82rem;
	}

	.wa-blog-single-page .wa-nav-wrap .wa-header-actions--mobile {
		display: none;
	}

	.wa-blog-single-page .wa-header-actions--desktop {
		display: flex;
		gap: 0.75rem;
	}

	.fc-single-layout {
		grid-template-columns: 200px minmax(0, 1fr) 290px;
		gap: 24px;
	}
}

@media (max-width: 940px) {
	.wa-blog-single-page .wa-header-inner,
	.fc-single-shell {
		width: min(100% - 40px, 760px);
	}

	.fc-single-hero {
		grid-template-columns: 1fr;
	}

	.fc-single-layout {
		grid-template-columns: 1fr;
	}

	.fc-single-toc {
		position: static;
	}

	.fc-single-toc ol {
		grid-template-columns: repeat(2, 1fr);
	}

	.fc-single-sidebar {
		grid-template-columns: 1fr 1fr;
	}

	.fc-single-newsletter {
		grid-column: 1 / -1;
	}

	.fc-single-bottom-cta {
		grid-template-columns: 90px 1fr;
	}

	.fc-single-bottom-cta__actions {
		grid-column: 1 / -1;
		justify-self: stretch;
	}

	.fc-single-bottom-cta__actions > div,
	.fc-single-bottom-cta__actions > p {
		justify-content: center;
	}
}

@media (max-width: 680px) {
	.wa-blog-single-page .wa-header-inner,
	.fc-single-shell {
		width: min(100% - 28px, 560px);
	}

	.fc-single-breadcrumb span:last-child {
		width: 100%;
	}

	.fc-single-hero {
		gap: 30px;
		padding-top: 20px;
	}

	.fc-single-hero h1 {
		font-size: clamp(37px, 11vw, 50px);
	}

	.fc-single-featured,
	.fc-single-growth {
		height: 260px;
	}

	.fc-single-coins span {
		width: 48px;
	}

	.fc-single-toc ol,
	.fc-single-sidebar {
		grid-template-columns: 1fr;
	}

	.fc-single-newsletter {
		grid-column: auto;
	}

	.fc-single-inline-cta {
		grid-template-columns: 1fr;
	}

	.fc-single-inline-cta > div:last-child {
		margin-top: 4px;
	}

	.fc-single-post-nav {
		grid-template-columns: 1fr;
	}

	.fc-single-post-nav a:last-child {
		text-align: left;
	}

	.fc-single-bottom-cta {
		grid-template-columns: 1fr;
		padding: 24px 20px;
		text-align: center;
	}

	.fc-single-bottom-cta > img {
		margin-inline: auto;
	}

	.fc-single-bottom-cta > div > p br {
		display: none;
	}

	.fc-single-bottom-cta__actions {
		grid-column: auto;
	}

	.fc-single-bottom-cta__actions > div,
	.fc-single-bottom-cta__actions > p {
		flex-direction: column;
	}

	.fc-single-bottom-cta__actions > p {
		gap: 4px;
	}

	.fc-single-bottom-cta__actions a {
		width: 100%;
	}
}
