.wa-blog-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 75% 9%, rgba(0, 208, 132, 0.055), transparent 28rem),
		linear-gradient(180deg, #020812, #020a14 64%, #020812);
	color: var(--fc-text);
}

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

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

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

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

.fc-blog {
	padding-bottom: 32px;
	font-size: 15px;
	line-height: 1.6;
}

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

.fc-blog a {
	color: inherit;
}

.fc-blog-hero {
	display: grid;
	grid-template-columns: minmax(390px, 0.86fr) minmax(0, 1.14fr);
	gap: clamp(34px, 4vw, 58px);
	align-items: center;
	min-height: 455px;
	padding-block: 28px 35px;
}

.fc-blog-pill {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 24px;
	padding: 7px 15px;
	border: 1px solid rgba(0, 208, 132, 0.75);
	border-radius: 999px;
	color: var(--fc-text);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.fc-blog-pill span {
	color: var(--fc-orange);
}

.fc-blog-hero h1 {
	margin-bottom: 22px;
	font-size: clamp(43px, 4.4vw, 68px);
	line-height: 1.12;
	letter-spacing: -0.045em;
}

.fc-blog-hero h1 span {
	color: var(--fc-green);
}

.fc-blog-hero__copy > p:not(.fc-blog-pill) {
	max-width: 590px;
	margin-bottom: 30px;
	color: #c4ccd6;
	font-size: clamp(17px, 1.45vw, 20px);
	line-height: 1.72;
}

.fc-blog-search {
	position: relative;
	display: grid;
	grid-template-columns: minmax(230px, 1fr) 180px;
	gap: 18px;
	max-width: 530px;
}

.fc-blog-search > span {
	position: absolute;
	z-index: 1;
	top: 16px;
	left: 17px;
	color: var(--fc-muted);
	font-size: 22px;
	line-height: 1;
}

.fc-blog-search input,
.fc-blog-search select {
	width: 100%;
	min-height: 54px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 7px;
	background: rgba(5, 15, 26, 0.78);
	color: var(--fc-text);
}

.fc-blog-search input {
	padding: 0 18px 0 48px;
}

.fc-blog-search select {
	padding: 0 16px;
}

.fc-blog-search input::placeholder {
	color: #a4adb9;
}

.fc-blog-journey {
	position: relative;
	isolation: isolate;
	height: 390px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 18px;
	background:
		radial-gradient(circle at 64% 27%, rgba(255, 130, 47, 0.26), transparent 23%),
		linear-gradient(180deg, #101b38 0%, #121c36 34%, #061321 68%, #020a12 100%);
	box-shadow: 0 30px 85px rgba(0, 0, 0, 0.35);
}

.fc-blog-journey::after,
.fc-blog-featured__visual::after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 46%;
	background:
		linear-gradient(165deg, transparent 23%, rgba(4, 12, 18, 0.75) 24% 36%, transparent 37%),
		repeating-linear-gradient(100deg, rgba(4, 20, 20, 0.8) 0 4px, transparent 5px 14px);
	opacity: 0.72;
}

.fc-blog-sun {
	position: absolute;
	top: 82px;
	left: 61%;
	width: 94px;
	height: 94px;
	border-radius: 50%;
	background: linear-gradient(145deg, #ffd75a, #ff922f);
	box-shadow: 0 0 75px rgba(255, 122, 24, 0.6);
}

.fc-blog-mountains {
	position: absolute;
	right: -5%;
	bottom: 25%;
	left: -5%;
	height: 53%;
	clip-path: polygon(0 71%, 8% 59%, 16% 65%, 26% 45%, 35% 58%, 44% 31%, 54% 55%, 64% 20%, 74% 48%, 83% 33%, 92% 52%, 100% 35%, 100% 100%, 0 100%);
}

.fc-blog-mountains--back {
	background: #151c35;
	opacity: 0.9;
	transform: translateY(-44px) scale(1.08);
}

.fc-blog-mountains--front {
	z-index: 1;
	background: linear-gradient(180deg, #12192b, #07101d 82%);
}

.fc-blog-route {
	position: absolute;
	z-index: 3;
	inset: 0;
	width: 100%;
	height: 100%;
	fill: none;
	stroke: var(--fc-orange);
	stroke-width: 3;
	filter: drop-shadow(0 0 8px rgba(255, 122, 24, 0.75));
}

.fc-blog-step,
.fc-blog-freedom {
	position: absolute;
	z-index: 4;
}

.fc-blog-step {
	padding-left: 52px;
	text-transform: uppercase;
}

.fc-blog-step::before {
	content: "◎";
	position: absolute;
	top: -8px;
	left: 0;
	width: 42px;
	height: 42px;
	display: grid;
	place-items: center;
	border: 1px solid var(--fc-green);
	border-radius: 50%;
	background: rgba(4, 20, 24, 0.92);
	color: var(--fc-green);
	font-size: 24px;
}

.fc-blog-step b {
	display: block;
	font-size: 14px;
}

.fc-blog-step small {
	display: block;
	color: #d5dbe3;
	font-size: 11px;
	text-transform: none;
}

.fc-blog-step--track {
	bottom: 28px;
	left: 18%;
}

.fc-blog-step--plan {
	bottom: 113px;
	left: 39%;
}

.fc-blog-step--grow {
	top: 174px;
	left: 57%;
}

.fc-blog-step--live {
	top: 102px;
	left: 70%;
	color: var(--fc-yellow);
}

.fc-blog-step--live::before {
	border-color: var(--fc-orange);
	color: var(--fc-yellow);
}

.fc-blog-freedom {
	top: 45px;
	right: 7%;
	display: flex;
	align-items: center;
	gap: 9px;
	text-transform: uppercase;
}

.fc-blog-freedom span {
	width: 2px;
	height: 33px;
	background: #f04d26;
	box-shadow: 15px 4px 0 6px #c52828;
}

.fc-blog-freedom b {
	font-size: 14px;
	line-height: 1.05;
}

.fc-blog-label {
	margin-bottom: 10px;
	color: var(--fc-green);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.fc-blog-featured {
	padding-bottom: 22px;
}

.fc-blog-featured-card {
	display: grid;
	grid-template-columns: minmax(400px, 0.9fr) minmax(0, 1.1fr);
	min-height: 310px;
	overflow: hidden;
	border: 1px solid var(--fc-border);
	border-radius: 16px;
	background: linear-gradient(120deg, rgba(8, 20, 32, 0.96), rgba(4, 14, 24, 0.83));
	box-shadow: 0 25px 70px rgba(0, 0, 0, 0.25);
}

.fc-blog-featured__copy {
	position: relative;
	z-index: 3;
	align-self: center;
	padding: 32px;
}

.fc-blog-category {
	display: block;
	margin-bottom: 13px;
	color: var(--fc-green);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.fc-blog-featured h2 {
	margin-bottom: 12px;
	font-size: clamp(26px, 2.7vw, 40px);
	line-height: 1.2;
	letter-spacing: -0.035em;
}

.fc-blog-featured__copy > p {
	max-width: 590px;
	margin-bottom: 21px;
	color: #bec7d2;
	font-size: 16px;
}

.fc-blog-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 17px;
	color: #b0bac6;
	font-size: 12px;
}

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

.fc-blog-team i {
	width: 25px;
	height: 25px;
	display: grid;
	place-items: center;
	margin-right: -7px;
	border: 2px solid #0a1826;
	border-radius: 50%;
	background: linear-gradient(145deg, #d5ad87, #4b596a);
	color: #07111c;
	font-size: 9px;
	font-style: normal;
	font-weight: 800;
}

.fc-blog-team i:last-of-type {
	margin-right: 9px;
}

.fc-blog-button {
	display: inline-flex;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 0 30px;
	border: 1px solid transparent;
	border-radius: 7px;
	background: linear-gradient(135deg, var(--fc-green), #00a975);
	box-shadow: 0 14px 35px rgba(0, 208, 132, 0.17);
	color: #fff !important;
	font-weight: 700;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.fc-blog-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 42px rgba(0, 208, 132, 0.24);
}

.fc-blog-button--compact {
	min-height: 43px;
	margin-top: 21px;
	padding-inline: 20px;
	font-size: 13px;
}

.fc-blog-button--outline {
	border-color: rgba(255, 255, 255, 0.45);
	background: transparent;
	box-shadow: none;
}

.fc-blog-button--outline:hover {
	border-color: var(--fc-green);
}

.fc-blog-play {
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 10px solid currentColor;
}

.fc-blog-featured__visual {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	background:
		radial-gradient(circle at 60% 35%, rgba(255, 219, 75, 0.62), transparent 17%),
		linear-gradient(180deg, #152c28, #10241e 44%, #061511);
}

.fc-blog-featured-sun {
	position: absolute;
	top: 64px;
	left: 63%;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #ffe159;
	box-shadow: 0 0 65px rgba(255, 225, 89, 0.75);
}

.fc-blog-featured-hills {
	position: absolute;
	z-index: 1;
	inset: 24% -8% 0;
	background: linear-gradient(180deg, rgba(48, 84, 50, 0.72), #071811);
	clip-path: polygon(0 54%, 11% 38%, 20% 48%, 31% 25%, 41% 43%, 55% 16%, 64% 42%, 75% 22%, 88% 46%, 100% 30%, 100% 100%, 0 100%);
}

.fc-blog-featured-road {
	position: absolute;
	z-index: 4;
	right: 4%;
	bottom: -22%;
	width: 70%;
	height: 95%;
	border: 8px solid transparent;
	border-left-color: #91ff5f;
	border-radius: 50%;
	transform: rotate(-21deg);
	filter: drop-shadow(0 0 8px rgba(145, 255, 95, 0.7));
}

.fc-blog-featured__visual > b {
	position: absolute;
	z-index: 5;
	top: 25px;
	right: 13%;
	text-transform: uppercase;
}

.fc-blog-sign {
	position: absolute;
	z-index: 5;
	padding: 6px 15px;
	border: 1px solid rgba(145, 255, 95, 0.6);
	background: rgba(5, 28, 22, 0.84);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.fc-blog-sign--start {
	bottom: 45px;
	left: 5%;
}

.fc-blog-sign--invest {
	bottom: 92px;
	left: 23%;
}

.fc-blog-sign--income {
	top: 113px;
	left: 45%;
}

.fc-blog-topics {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 14px;
	padding-bottom: 31px;
}

.fc-blog-topics a {
	min-width: 0;
	display: grid;
	grid-template-columns: 40px 1fr;
	grid-template-rows: 1fr 1fr;
	align-items: center;
	padding: 15px 13px;
	border: 1px solid var(--fc-border);
	border-radius: 10px;
	background: rgba(6, 17, 29, 0.72);
	text-decoration: none;
}

.fc-blog-topics a:hover,
.fc-blog-topics a.is-active {
	border-color: rgba(0, 208, 132, 0.52);
	background: rgba(0, 208, 132, 0.055);
}

.fc-blog-topics span {
	grid-row: 1 / 3;
	color: #aab4c1;
	font-size: 28px;
}

.fc-blog-topics .is-active span {
	color: var(--fc-green);
}

.fc-blog-topics b {
	align-self: end;
	overflow: hidden;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.fc-blog-topics small {
	align-self: start;
	color: var(--fc-muted);
	font-size: 11px;
}

.fc-blog-latest {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 310px;
	gap: 30px;
	align-items: start;
}

.fc-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.fc-blog-card {
	overflow: hidden;
	border: 1px solid var(--fc-border);
	border-radius: 10px;
	background: linear-gradient(160deg, rgba(8, 20, 32, 0.94), rgba(4, 13, 23, 0.82));
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.fc-blog-card:hover {
	border-color: rgba(0, 208, 132, 0.4);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.26);
	transform: translateY(-4px);
}

.fc-blog-card__visual {
	position: relative;
	display: block;
	height: 155px;
	overflow: hidden;
	background: #0b1825;
}

.fc-blog-card__visual::before,
.fc-blog-card__visual::after,
.fc-blog-card__visual span {
	content: "";
	position: absolute;
	display: block;
}

.fc-blog-card__visual--saving {
	background:
		linear-gradient(150deg, transparent 55%, rgba(255, 255, 255, 0.22) 56%, transparent 57%),
		radial-gradient(circle at 50% 28%, #8bd85e 0 5%, transparent 6%),
		linear-gradient(180deg, #aab9b3, #d8d9c5 48%, #63553e);
}

.fc-blog-card__visual--saving::before {
	width: 83px;
	height: 78px;
	left: calc(50% - 42px);
	bottom: 11px;
	border-radius: 5px 5px 18px 18px;
	background:
		radial-gradient(circle, #aa7a35 0 4px, transparent 5px) 0 0 / 17px 17px,
		rgba(220, 233, 220, 0.72);
	border: 3px solid rgba(255, 255, 255, 0.7);
}

.fc-blog-card__visual--saving::after {
	width: 7px;
	height: 65px;
	left: calc(50% - 3px);
	top: 25px;
	background: #4e9d45;
	transform: rotate(-8deg);
}

.fc-blog-card__visual--investing {
	background:
		repeating-linear-gradient(90deg, transparent 0 31px, rgba(0, 208, 132, 0.08) 32px),
		repeating-linear-gradient(0deg, transparent 0 28px, rgba(0, 208, 132, 0.07) 29px),
		linear-gradient(145deg, #07121d, #0b2d24);
}

.fc-blog-card__visual--investing::before {
	inset: 25px 20px 34px;
	background: linear-gradient(155deg, transparent 45%, var(--fc-green) 46% 48%, transparent 49%);
	clip-path: polygon(0 82%, 14% 69%, 24% 73%, 38% 49%, 49% 58%, 65% 31%, 77% 42%, 100% 0, 100% 6%, 78% 49%, 66% 38%, 50% 65%, 39% 57%, 25% 80%, 14% 76%, 0 90%);
}

.fc-blog-card__visual--investing::after {
	right: 22px;
	bottom: 10px;
	width: 105px;
	height: 82px;
	background: repeating-linear-gradient(90deg, #a97424 0 22px, #e0b94f 23px 27px);
	clip-path: polygon(0 80%, 24% 60%, 24% 100%, 29% 100%, 29% 40%, 53% 20%, 53% 100%, 58% 100%, 58% 0, 82% 12%, 82% 100%, 87% 100%, 87% 28%, 100% 20%, 100% 100%, 0 100%);
}

.fc-blog-card__visual--tools {
	background:
		radial-gradient(circle at 76% 72%, #6a4930 0 7%, transparent 8%),
		linear-gradient(155deg, #77766f, #c0b79e 48%, #5a4938);
}

.fc-blog-card__visual--tools::before {
	inset: 18px 28px 10px;
	border: 5px solid #1d2630;
	border-radius: 6px;
	background:
		radial-gradient(circle at 75% 42%, transparent 0 22px, #12c39a 23px 31px, #1e3040 32px),
		linear-gradient(145deg, #08201d, #071019);
	box-shadow: 0 11px 0 -4px #202831;
	transform: perspective(250px) rotateX(2deg) rotateY(-6deg);
}

.fc-blog-card__visual--lifestyle {
	background:
		radial-gradient(circle at 78% 19%, #ffd56c 0 7%, transparent 8%),
		linear-gradient(175deg, #5baaba 0 38%, #e3c58b 39% 66%, #2f6c48 67%);
}

.fc-blog-card__visual--lifestyle::before {
	left: 22%;
	bottom: 20px;
	width: 112px;
	height: 52px;
	border-radius: 6px;
	background: #e7e6dc;
	box-shadow: inset 0 -12px #b7b2a4;
	transform: rotate(-3deg);
}

.fc-blog-card__visual--lifestyle::after {
	left: 37%;
	bottom: 59px;
	width: 48px;
	height: 32px;
	border-radius: 10px 10px 0 0;
	background: #e7e6dc;
}

.fc-blog-card__visual--side-hustles {
	background:
		linear-gradient(90deg, rgba(41, 80, 49, 0.8), transparent 23% 77%, rgba(41, 80, 49, 0.8)),
		linear-gradient(180deg, #d9d6c1, #8f7359);
}

.fc-blog-card__visual--side-hustles::before {
	left: 31%;
	bottom: 19px;
	width: 42%;
	height: 79px;
	border-radius: 4px;
	background: #1b252d;
	box-shadow: 0 10px 0 #5c3f29;
}

.fc-blog-card__visual--side-hustles::after {
	top: 0;
	left: 49%;
	width: 3px;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: -84px 0 rgba(255, 255, 255, 0.35), 84px 0 rgba(255, 255, 255, 0.35);
}

.fc-blog-card__visual--retirement {
	background:
		linear-gradient(180deg, rgba(124, 162, 180, 0.35), transparent 53%),
		linear-gradient(165deg, #9cb0b3 0 42%, #526b57 43% 57%, #314c43 58%);
}

.fc-blog-card__visual--retirement::before {
	inset: 40% -10% 0;
	background: #375343;
	clip-path: polygon(0 56%, 18% 27%, 34% 55%, 52% 12%, 70% 49%, 87% 25%, 100% 57%, 100% 100%, 0 100%);
}

.fc-blog-card__visual--retirement::after {
	right: 25%;
	bottom: 13px;
	width: 69px;
	height: 48px;
	border: 6px solid #31271c;
	border-top: 0;
	transform: perspective(70px) rotateX(48deg);
}

.fc-blog-card__body {
	padding: 14px 16px 15px;
}

.fc-blog-card__body .fc-blog-category {
	margin-bottom: 7px;
}

.fc-blog-card h2 {
	min-height: 50px;
	margin-bottom: 13px;
	font-size: 16px;
	line-height: 1.38;
}

.fc-blog-card h2 a:hover,
.fc-blog-popular h3 a:hover {
	color: var(--fc-teal);
}

.fc-blog-load {
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 24px;
	margin: 24px auto 0;
	padding: 11px 44px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 7px;
	font-size: 13px;
	text-decoration: none;
}

.fc-blog-load:hover {
	border-color: var(--fc-green);
}

.fc-blog-sidebar {
	padding-top: 28px;
}

.fc-blog-newsletter,
.fc-blog-popular {
	border: 1px solid var(--fc-border);
	border-radius: 13px;
	background: linear-gradient(150deg, rgba(7, 28, 31, 0.96), rgba(4, 16, 25, 0.88));
}

.fc-blog-newsletter {
	margin-bottom: 14px;
	padding: 20px;
	border-color: rgba(0, 208, 132, 0.27);
	box-shadow: 0 0 34px rgba(0, 208, 132, 0.07);
}

.fc-blog-newsletter__heading {
	display: flex;
	gap: 14px;
	margin-bottom: 13px;
}

.fc-blog-newsletter__heading > span {
	width: 44px;
	height: 44px;
	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: 23px;
}

.fc-blog-newsletter h2 {
	margin-bottom: 4px;
	font-size: 18px;
}

.fc-blog-newsletter p {
	margin-bottom: 0;
	color: #bdc6d1;
	font-size: 12px;
}

.fc-blog-newsletter .wa-form {
	display: grid;
	gap: 9px;
}

.fc-blog-newsletter .wa-form input {
	width: 100%;
	min-height: 42px;
	padding: 0 12px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	background: rgba(2, 10, 18, 0.74);
	color: var(--fc-text);
}

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

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

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

.fc-blog-popular {
	padding: 17px;
}

.fc-blog-popular > h2 {
	margin-bottom: 14px;
	color: var(--fc-green);
	font-size: 13px;
	text-transform: uppercase;
}

.fc-blog-popular article {
	display: grid;
	grid-template-columns: 68px 1fr;
	gap: 12px;
	align-items: center;
	margin-bottom: 13px;
}

.fc-blog-popular__image {
	height: 54px;
	display: block;
	border-radius: 6px;
	background: linear-gradient(145deg, #2c6453, #172b34);
}

.fc-blog-popular__image--fund {
	background: radial-gradient(circle at 50% 45%, #e8cf9c 0 15%, transparent 16%), linear-gradient(145deg, #d5d9cf, #776957);
}

.fc-blog-popular__image--estate {
	background: linear-gradient(145deg, #487592 0 45%, #d7bd86 46% 68%, #2f593e 69%);
}

.fc-blog-popular__image--saving {
	background: linear-gradient(145deg, #b78c58, #2c2827);
}

.fc-blog-popular__image--family {
	background: radial-gradient(circle at 55% 38%, #f0c794 0 9%, transparent 10%), linear-gradient(145deg, #72a8b5, #d5b481 65%);
}

.fc-blog-popular h3 {
	margin-bottom: 2px;
	font-size: 13px;
	line-height: 1.3;
}

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

.fc-blog-popular__all {
	display: block;
	color: var(--fc-green) !important;
	font-size: 12px;
	text-align: center;
}

.fc-blog-cta {
	display: grid;
	grid-template-columns: 110px minmax(300px, 1fr) auto;
	gap: 24px;
	align-items: center;
	margin-top: 34px;
	padding: 22px 32px;
	border: 1px solid rgba(0, 208, 132, 0.35);
	border-radius: 14px;
	background:
		radial-gradient(circle at 9% 50%, rgba(255, 122, 24, 0.09), 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-blog-cta > img {
	width: 92px;
	height: 92px;
	object-fit: contain;
}

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

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

.fc-blog-cta__actions {
	justify-self: end;
}

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

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

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

html[data-wa-theme="light"] .wa-blog-page .wa-site-header {
	background: rgba(248, 250, 252, 0.9);
}

html[data-wa-theme="light"] .fc-blog-hero__copy > p:not(.fc-blog-pill),
html[data-wa-theme="light"] .fc-blog-featured__copy > p,
html[data-wa-theme="light"] .fc-blog-newsletter p,
html[data-wa-theme="light"] .fc-blog-cta > div > p {
	color: #526071;
}

html[data-wa-theme="light"] .fc-blog-search input,
html[data-wa-theme="light"] .fc-blog-search select,
html[data-wa-theme="light"] .fc-blog-topics a,
html[data-wa-theme="light"] .fc-blog-card,
html[data-wa-theme="light"] .fc-blog-newsletter,
html[data-wa-theme="light"] .fc-blog-popular {
	border-color: rgba(15, 23, 42, 0.14);
	background-color: #fff;
	color: #0f172a;
	box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
}

html[data-wa-theme="light"] .fc-blog-search input,
html[data-wa-theme="light"] .fc-blog-search select,
html[data-wa-theme="light"] .fc-blog-newsletter .wa-form input {
	background: #fff;
	color: #0f172a;
}

html[data-wa-theme="light"] .fc-blog-button--outline,
html[data-wa-theme="light"] .fc-blog-load {
	border-color: rgba(15, 23, 42, 0.35);
	color: #0f172a !important;
}

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

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

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

	.wa-blog-page .wa-nav {
		flex-direction: row;
		gap: clamp(0.7rem, 1.8vw, 1.25rem);
	}

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

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

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

	.wa-blog-page .wa-header-actions--desktop .wa-button {
		padding-inline: 1rem;
		font-size: 0.8rem;
	}
}

@media (max-width: 940px) {
	.fc-blog-topics {
		grid-template-columns: repeat(4, 1fr);
	}

	.fc-blog-latest {
		grid-template-columns: 1fr;
	}

	.fc-blog-sidebar {
		display: grid;
		grid-template-columns: 0.85fr 1.15fr;
		gap: 18px;
		padding-top: 0;
	}

	.fc-blog-newsletter {
		margin-bottom: 0;
	}

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

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

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

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

	.fc-blog-hero {
		grid-template-columns: 1fr;
		gap: 38px;
		padding-top: 54px;
	}

	.fc-blog-journey {
		height: 430px;
	}

	.fc-blog-featured-card {
		grid-template-columns: 1fr;
	}

	.fc-blog-featured__visual {
		min-height: 300px;
	}

	.fc-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

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

	.fc-blog-hero {
		min-height: 0;
		padding-block: 36px;
	}

	.fc-blog-hero h1 br {
		display: none;
	}

	.fc-blog-search {
		grid-template-columns: 1fr;
	}

	.fc-blog-search > span {
		top: 16px;
	}

	.fc-blog-journey {
		height: 360px;
	}

	.fc-blog-step {
		transform: scale(0.82);
		transform-origin: left center;
	}

	.fc-blog-step--track {
		left: 6%;
	}

	.fc-blog-step--plan {
		left: 28%;
	}

	.fc-blog-step--grow {
		left: 46%;
	}

	.fc-blog-step--live {
		left: 58%;
	}

	.fc-blog-freedom {
		right: 4%;
		transform: scale(0.8);
		transform-origin: right top;
	}

	.fc-blog-featured__copy {
		padding: 24px 20px;
	}

	.fc-blog-featured h2 br {
		display: none;
	}

	.fc-blog-topics {
		grid-template-columns: repeat(2, 1fr);
	}

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

	.fc-blog-card__visual {
		height: 210px;
	}

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

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

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

	.fc-blog-cta__actions {
		grid-column: auto;
	}

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

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

	.fc-blog-button {
		width: 100%;
	}
}
