.wa-features-page {
	--fc-feature-panel: rgba(8, 20, 32, 0.88);
	--fc-feature-panel-solid: #07131f;
	--fc-feature-border: rgba(255, 255, 255, 0.1);
	--fc-feature-text: #f8fafc;
	--fc-feature-muted: #9ca3af;
	background:
		radial-gradient(circle at 72% 11%, rgba(0, 208, 132, 0.07), transparent 28rem),
		radial-gradient(circle at 15% 35%, rgba(23, 97, 181, 0.05), transparent 26rem),
		var(--fc-bg);
	color: var(--fc-feature-text);
}

.wa-features-page .wp-site-blocks > .fc-features {
	margin-block-start: 0;
}

.wa-features-page .wa-site-header {
	border-color: rgba(255, 255, 255, 0.08);
	background: rgba(2, 8, 18, 0.86);
}

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

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

.wa-features-page .wa-nav a {
	padding-block: 1.75rem;
}

.fc-features,
.fc-features * {
	box-sizing: border-box;
}

.fc-features {
	overflow: hidden;
	color: var(--fc-feature-text);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

.fc-features a {
	text-decoration: none;
}

.fc-features svg {
	display: block;
}

.fc-features-hero {
	display: grid;
	grid-template-columns: minmax(320px, 0.76fr) minmax(540px, 1.24fr);
	gap: clamp(48px, 7vw, 110px);
	align-items: center;
	min-height: 730px;
	padding: 42px 0 28px;
}

.fc-features-hero__copy {
	padding-left: 18px;
}

.fc-features-pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 28px;
	padding: 7px 15px;
	border: 1px solid rgba(0, 208, 132, 0.65);
	border-radius: 999px;
	color: #d9e3e8;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.fc-features-pill span {
	color: var(--fc-orange);
	font-size: 16px;
}

.fc-features-hero h1 {
	margin-bottom: 25px;
	color: var(--fc-feature-text);
	font-size: clamp(48px, 4.2vw, 68px);
	font-weight: 720;
	letter-spacing: -0.052em;
	line-height: 1.08;
}

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

.fc-features-lede {
	max-width: 520px;
	margin-bottom: 34px;
	color: #c2c9d2;
	font-size: 18px;
	line-height: 1.7;
}

.fc-features-actions {
	display: flex;
	gap: 18px;
}

.fc-features-button {
	display: inline-flex;
	min-width: 190px;
	min-height: 58px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 0 28px;
	border: 1px solid transparent;
	border-radius: 7px;
	color: white;
	font-size: 16px;
	font-weight: 700;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.fc-features-button:hover {
	color: white;
	transform: translateY(-2px);
}

.fc-features-button:focus-visible,
.fc-features a:focus-visible {
	outline: 3px solid var(--fc-yellow);
	outline-offset: 3px;
}

.fc-features-button--primary {
	background: linear-gradient(120deg, #00b878, #00d084);
	box-shadow: 0 14px 38px rgba(0, 208, 132, 0.18);
}

.fc-features-button--outline {
	border-color: rgba(255, 255, 255, 0.68);
	background: rgba(4, 13, 23, 0.45);
}

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

.fc-features-dashboard {
	display: grid;
	grid-template-columns: 184px 1fr;
	min-height: 590px;
	overflow: hidden;
	border: 1px solid var(--fc-feature-border);
	border-radius: 14px;
	background: rgba(5, 15, 25, 0.92);
	box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38), 0 0 65px rgba(0, 208, 132, 0.05);
}

.fc-features-dashboard__side {
	display: flex;
	flex-direction: column;
	padding: 20px 14px 18px;
	border-right: 1px solid var(--fc-feature-border);
	background: rgba(4, 14, 24, 0.82);
}

.fc-features-mini-logo {
	position: relative;
	width: 123px;
	height: 45px;
	margin: 0 6px 16px;
}

.fc-features-mini-logo img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left center;
}

.fc-features-dashboard__side nav {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.fc-features-dashboard__side nav span,
.fc-features-dashboard__utility span {
	padding: 9px 10px;
	border-radius: 6px;
	color: #adb7c2;
	font-size: 11px;
}

.fc-features-dashboard__side nav .is-active {
	background: rgba(0, 208, 132, 0.12);
	color: var(--fc-green);
}

.fc-features-dashboard__utility {
	display: flex;
	flex-direction: column;
	margin-top: auto;
	padding-top: 16px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.fc-features-dashboard__main {
	padding: 15px;
}

.fc-features-dashboard__top {
	display: flex;
	height: 30px;
	justify-content: space-between;
}

.fc-features-dashboard__top span:last-child {
	height: fit-content;
	padding: 6px 11px;
	border: 1px solid var(--fc-feature-border);
	border-radius: 5px;
	color: #a4afba;
	font-size: 9px;
}

.fc-features-dashboard__grid {
	display: grid;
	grid-template-columns: 1.18fr 1fr;
	gap: 12px;
}

.fc-features-dash-card,
.fc-feature-card,
.fc-feature-widget {
	border: 1px solid var(--fc-feature-border);
	background: linear-gradient(145deg, rgba(8, 20, 32, 0.94), rgba(4, 14, 24, 0.88));
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.02);
}

.fc-features-dash-card {
	position: relative;
	min-width: 0;
	height: 146px;
	overflow: hidden;
	border-radius: 9px;
	padding: 14px 16px;
}

.fc-features-dash-card h2 {
	margin-bottom: 6px;
	color: var(--fc-feature-text);
	font-size: 11px;
	letter-spacing: 0;
}

.fc-features-dash-card > strong {
	display: block;
	font-size: 20px;
}

.fc-features-dash-card > small {
	display: block;
	margin-top: 5px;
	color: var(--fc-green);
	font-size: 8px;
}

.fc-features-dash-card > small span {
	color: #9ba6b1;
}

.fc-features-dash-net svg {
	position: absolute;
	right: 14px;
	bottom: 10px;
	left: 14px;
	width: calc(100% - 28px);
	height: 74px;
}

.fc-features .line {
	fill: none;
	stroke: var(--fc-green);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.fc-features .area {
	fill: url(#fc-feature-area);
}

.fc-features-dash-allocation > div {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-top: 15px;
}

.fc-features-donut {
	display: block;
	flex: 0 0 auto;
	width: 82px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: conic-gradient(#00c982 0 48%, #1f91ff 48% 81.7%, #7659db 81.7% 92.5%, #ffc21a 92.5% 96.5%, #23313d 96.5%);
	-webkit-mask: radial-gradient(circle at center, transparent 0 44%, #000 45%);
	mask: radial-gradient(circle at center, transparent 0 44%, #000 45%);
}

.fc-features-dash-allocation ul {
	flex: 1;
	margin: 0;
	padding: 0;
	list-style: none;
}

.fc-features-dash-allocation li {
	display: grid;
	grid-template-columns: 7px 1fr auto;
	gap: 7px;
	align-items: center;
	margin: 8px 0;
	color: #b8c0c9;
	font-size: 8px;
}

.fc-features-dash-allocation li i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
}

.fc-features-dash-allocation .green { background: #00c982; }
.fc-features-dash-allocation .blue { background: #1f91ff; }
.fc-features-dash-allocation .purple { background: #7659db; }
.fc-features-dash-allocation .yellow { background: #ffc21a; }
.fc-features-dash-allocation li b { color: #f8fafc; font-weight: 500; }

.fc-features-bars,
.fc-feature-bars {
	display: flex;
	align-items: flex-end;
	justify-content: space-around;
	gap: 8px;
}

.fc-features-bars {
	position: absolute;
	right: 14px;
	bottom: 14px;
	left: 14px;
	height: 59px;
}

.fc-features-bars i,
.fc-feature-bars i {
	width: 12px;
	height: var(--h);
	background: linear-gradient(to top, #008b65, #17dca2);
	box-shadow: 0 0 12px rgba(0, 208, 132, 0.14);
}

.fc-features-dash-fi p {
	margin: 0 0 7px;
	color: #9da8b4;
	font-size: 8px;
}

.fc-features-dash-fi > strong {
	color: var(--fc-green);
	font-size: 17px;
}

.fc-features-progress {
	height: 6px;
	margin: 10px 0 7px;
	overflow: hidden;
	border-radius: 99px;
	background: #1b2834;
}

.fc-features-progress i {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--fc-green), #00a576);
}

.fc-features-dash-list,
.fc-features-dash-goals {
	height: 210px;
}

.fc-features-dash-card header {
	display: flex;
	justify-content: space-between;
}

.fc-features-dash-card header span {
	color: #a7b0ba;
	font-size: 8px;
}

.fc-features-dash-list ul {
	margin: 3px 0 0;
	padding: 0;
	list-style: none;
}

.fc-features-dash-list li {
	display: grid;
	grid-template-columns: 24px 1fr auto;
	gap: 8px;
	align-items: center;
	padding: 7px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
	font-size: 8px;
}

.fc-features-dash-list li > i {
	display: grid;
	width: 22px;
	height: 22px;
	place-items: center;
	border-radius: 50%;
	color: white;
	font-style: normal;
}

.fc-features-dash-list .red { background: #d12938; }
.fc-features-dash-list .green { background: #169968; }
.fc-features-dash-list .blue { background: #168891; }
.fc-features-dash-list .orange { background: #f36d28; }
.fc-features-dash-list li span small,
.fc-features-dash-list li b small {
	display: block;
	margin-top: 2px;
	color: #75828e;
	font-size: 6px;
}

.fc-features-dash-list li > b {
	text-align: right;
	font-size: 8px;
}

.fc-features-dash-list .positive {
	color: var(--fc-green);
}

.fc-features-dash-goals > div {
	margin: 10px 0;
}

.fc-features-dash-goals p {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
	font-size: 8px;
}

.fc-features-dash-goals p span small {
	display: block;
	margin-top: 3px;
	color: #75828e;
	font-size: 6px;
}

.fc-features-dash-goals > div > i {
	display: block;
	height: 5px;
	overflow: hidden;
	border-radius: 10px;
	background: #1b2834;
}

.fc-features-dash-goals > div > i b {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, #00c982, #00a777);
}

.fc-features-main {
	padding: 56px 0 44px;
	border-top: 1px solid rgba(255, 255, 255, 0.04);
	background:
		radial-gradient(circle at 50% 0, rgba(0, 208, 132, 0.045), transparent 27rem),
		rgba(4, 14, 24, 0.34);
}

.fc-features-heading {
	margin-bottom: 30px;
	text-align: center;
}

.fc-features-heading > p {
	margin-bottom: 12px;
	color: var(--fc-green);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fc-features-heading h2 {
	margin-bottom: 14px;
	color: var(--fc-feature-text);
	font-size: clamp(34px, 3.1vw, 48px);
	letter-spacing: -0.04em;
}

.fc-features-heading > div {
	color: #aeb7c1;
	font-size: 16px;
	line-height: 1.55;
}

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

.fc-feature-card {
	min-width: 0;
	min-height: 310px;
	padding: 25px;
	border-radius: 13px;
}

.fc-feature-card > header {
	display: grid;
	grid-template-columns: 58px 1fr;
	gap: 16px;
	min-height: 105px;
}

.fc-feature-icon {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border-radius: 50%;
	background: rgba(0, 208, 132, 0.09);
	color: var(--fc-teal);
	font-size: 32px;
}

.fc-feature-card h3 {
	margin: 3px 0 8px;
	color: var(--fc-feature-text);
	font-size: 18px;
	letter-spacing: -0.02em;
}

.fc-feature-card header p {
	margin: 0;
	color: #abb5c0;
	font-size: 13px;
	line-height: 1.55;
}

.fc-feature-widget {
	position: relative;
	height: 145px;
	margin-top: 12px;
	overflow: hidden;
	border-radius: 9px;
	padding: 16px;
}

.fc-feature-widget > small {
	display: block;
	margin-bottom: 5px;
	color: #e0e5ea;
	font-size: 11px;
}

.fc-feature-widget > strong {
	display: block;
	color: var(--fc-feature-text);
	font-size: 22px;
}

.fc-feature-widget > em {
	display: block;
	margin-top: 6px;
	color: var(--fc-green);
	font-size: 9px;
	font-style: normal;
}

.fc-feature-widget > em span {
	color: #9ba6b1;
}

.fc-feature-widget--line svg {
	position: absolute;
	right: 14px;
	bottom: 0;
	left: 14px;
	width: calc(100% - 28px);
	height: 73px;
}

.fc-feature-bars {
	position: absolute;
	right: 20px;
	bottom: 14px;
	left: 20px;
	height: 65px;
}

.fc-feature-widget--fi > strong {
	color: var(--fc-green);
	font-size: 20px;
}

.fc-feature-widget--fi .fc-features-progress {
	margin-top: 13px;
}

.fc-feature-widget--reports {
	padding-block: 13px;
}

.fc-feature-widget--reports ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.fc-feature-widget--reports li {
	display: flex;
	gap: 12px;
	align-items: center;
	padding: 7px 0;
	color: #d5dbe1;
	font-size: 12px;
}

.fc-feature-widget--reports li::first-letter {
	color: var(--fc-teal);
}

.fc-features-why {
	padding: 48px 0 38px;
}

.fc-features-benefits {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.fc-features-benefits article {
	display: grid;
	grid-template-columns: 68px 1fr;
	gap: 14px;
	min-height: 125px;
	padding: 12px 26px 12px 20px;
}

.fc-features-benefits article + article {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.fc-features-benefits article > span {
	color: var(--fc-orange);
	font-size: 48px;
	line-height: 1;
}

.fc-features-benefits h3 {
	margin: 3px 0 9px;
	color: var(--fc-feature-text);
	font-size: 17px;
}

.fc-features-benefits p {
	margin: 0;
	color: #aab4be;
	font-size: 12px;
	line-height: 1.65;
}

.fc-features-cta {
	display: grid;
	grid-template-columns: 1fr 0.88fr;
	gap: 35px;
	align-items: center;
	margin-bottom: 34px;
	padding: 25px 30px;
	border: 1px solid rgba(0, 208, 132, 0.4);
	border-radius: 13px;
	background:
		radial-gradient(circle at 4% 50%, rgba(255, 122, 24, 0.14), transparent 15%),
		linear-gradient(100deg, rgba(4, 32, 33, 0.96), rgba(2, 24, 28, 0.92));
	box-shadow: 0 0 55px rgba(0, 208, 132, 0.08), inset 0 1px rgba(255, 255, 255, 0.03);
}

.fc-features-cta__copy {
	display: flex;
	align-items: center;
	gap: 25px;
}

.fc-features-target {
	display: grid;
	flex: 0 0 auto;
	width: 82px;
	height: 82px;
	place-items: center;
	border: 2px solid var(--fc-orange);
	border-radius: 50%;
	color: var(--fc-yellow);
	font-size: 53px;
	box-shadow: 0 0 30px rgba(255, 122, 24, 0.14);
}

.fc-features-cta h2 {
	margin-bottom: 8px;
	color: var(--fc-feature-text);
	font-size: 28px;
	letter-spacing: -0.025em;
}

.fc-features-cta__copy p {
	margin: 0;
	color: #b1bac4;
	font-size: 14px;
	line-height: 1.55;
}

.fc-features-cta__actions > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.fc-features-cta__actions .fc-features-button {
	min-width: 0;
	min-height: 53px;
}

.fc-features-cta__actions > p {
	display: flex;
	justify-content: space-between;
	margin: 13px 0 0;
	color: #aab4be;
	font-size: 10px;
}

.fc-features-cta__actions > p span::first-letter {
	color: var(--fc-green);
}

html[data-wa-theme="light"] .wa-features-page {
	--fc-feature-panel: rgba(255, 255, 255, 0.92);
	--fc-feature-panel-solid: #ffffff;
	--fc-feature-border: rgba(15, 23, 42, 0.13);
	--fc-feature-text: #0f172a;
	--fc-feature-muted: #526071;
	background: radial-gradient(circle at 72% 11%, rgba(0, 208, 132, 0.09), transparent 28rem), #f8fafc;
}

html[data-wa-theme="light"] .wa-features-page .wa-site-header {
	border-color: rgba(15, 23, 42, 0.12);
	background: rgba(248, 250, 252, 0.9);
}

html[data-wa-theme="light"] .fc-features-lede,
html[data-wa-theme="light"] .fc-feature-card header p,
html[data-wa-theme="light"] .fc-features-heading > div,
html[data-wa-theme="light"] .fc-features-benefits p,
html[data-wa-theme="light"] .fc-features-cta__copy p,
html[data-wa-theme="light"] .fc-features-cta__actions > p {
	color: #526071;
}

html[data-wa-theme="light"] .fc-features-pill {
	color: #334155;
}

html[data-wa-theme="light"] .fc-features-dashboard,
html[data-wa-theme="light"] .fc-features-dashboard__side,
html[data-wa-theme="light"] .fc-features-dash-card,
html[data-wa-theme="light"] .fc-feature-card,
html[data-wa-theme="light"] .fc-feature-widget {
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

html[data-wa-theme="light"] .fc-features-dashboard__side nav span,
html[data-wa-theme="light"] .fc-features-dashboard__utility span,
html[data-wa-theme="light"] .fc-features-dash-allocation li,
html[data-wa-theme="light"] .fc-features-dash-card header span {
	color: #526071;
}

html[data-wa-theme="light"] .fc-features-dash-allocation li b {
	color: #0f172a;
}

html[data-wa-theme="light"] .fc-features-button--outline {
	border-color: #334155;
	background: #fff;
	color: #0f172a;
}

html[data-wa-theme="light"] .fc-features-main {
	border-color: rgba(15, 23, 42, 0.08);
	background: rgba(238, 242, 245, 0.48);
}

html[data-wa-theme="light"] .fc-features-benefits article + article {
	border-color: rgba(15, 23, 42, 0.12);
}

html[data-wa-theme="light"] .fc-features-cta {
	background: linear-gradient(100deg, rgba(234, 250, 245, 0.96), rgba(240, 249, 247, 0.95));
}

@media (max-width: 1180px) {
	.wa-features-page .wa-header-inner,
	.fc-features-shell {
		width: min(calc(100% - 44px), 1080px);
	}

	.fc-features-hero {
		grid-template-columns: 0.72fr 1.28fr;
		gap: 35px;
	}

	.fc-features-hero h1 {
		font-size: 50px;
	}

	.fc-features-dashboard {
		grid-template-columns: 145px 1fr;
		min-height: 540px;
	}

	.fc-features-dashboard__side nav span,
	.fc-features-dashboard__utility span {
		padding: 8px;
		font-size: 9px;
	}

	.fc-feature-card {
		padding: 20px;
	}

	.fc-feature-card > header {
		grid-template-columns: 50px 1fr;
	}

	.fc-feature-icon {
		width: 46px;
		height: 46px;
		font-size: 27px;
	}

	.fc-features-benefits article {
		grid-template-columns: 55px 1fr;
		padding-inline: 14px;
	}

	.fc-features-benefits article > span {
		font-size: 41px;
	}
}

@media (max-width: 940px) {
	.fc-features-hero {
		grid-template-columns: 1fr;
		padding-top: 30px;
	}

	.fc-features-hero__copy {
		max-width: 680px;
		padding-left: 0;
	}

	.fc-features-dashboard {
		max-width: 820px;
	}

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

	.fc-features-benefits {
		grid-template-columns: 1fr 1fr;
	}

	.fc-features-benefits article:nth-child(3) {
		border-left: 0;
	}

	.fc-features-benefits article:nth-child(n + 3) {
		border-top: 1px solid var(--fc-feature-border);
		padding-top: 24px;
	}

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

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

	.fc-features-hero {
		min-height: auto;
		padding-bottom: 34px;
	}

	.fc-features-hero h1 {
		font-size: clamp(41px, 12vw, 54px);
	}

	.fc-features-lede {
		font-size: 16px;
	}

	.fc-features-actions {
		flex-direction: column;
	}

	.fc-features-actions .fc-features-button {
		width: 100%;
	}

	.fc-features-dashboard {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.fc-features-dashboard__side {
		display: none;
	}

	.fc-features-dashboard__grid {
		grid-template-columns: 1fr;
	}

	.fc-features-dash-card,
	.fc-features-dash-list,
	.fc-features-dash-goals {
		height: 190px;
	}

	.fc-features-main {
		padding-top: 42px;
	}

	.fc-features-heading h2 {
		font-size: 34px;
	}

	.fc-features-heading > div br {
		display: none;
	}

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

	.fc-feature-card {
		min-height: 300px;
	}

	.fc-features-benefits {
		grid-template-columns: 1fr;
	}

	.fc-features-benefits article + article,
	.fc-features-benefits article:nth-child(3) {
		border-top: 1px solid var(--fc-feature-border);
		border-left: 0;
	}

	.fc-features-cta {
		padding: 24px 18px;
	}

	.fc-features-cta__copy {
		align-items: flex-start;
	}

	.fc-features-target {
		width: 65px;
		height: 65px;
		font-size: 42px;
	}

	.fc-features-cta h2 {
		font-size: 23px;
	}

	.fc-features-cta__copy p br {
		display: none;
	}

	.fc-features-cta__actions > div {
		grid-template-columns: 1fr;
	}

	.fc-features-cta__actions > p {
		flex-direction: column;
		gap: 8px;
	}
}
