.wa-about-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 18% 10%, rgba(0, 208, 132, 0.06), transparent 25rem),
		linear-gradient(180deg, #020812, #020a14 58%, #020812);
	color: var(--fc-text);
}

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

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

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

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

.fc-about {
	padding-bottom: 34px;
	font-size: 15px;
	line-height: 1.65;
}

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

.fc-about-hero {
	display: grid;
	grid-template-columns: minmax(0, 0.84fr) minmax(520px, 1.16fr);
	gap: clamp(48px, 7vw, 112px);
	align-items: center;
	min-height: 590px;
	padding-block: 44px 38px;
	border-bottom: 1px solid var(--fc-border);
}

.fc-about-pill,
.fc-about-label {
	color: var(--fc-green);
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.fc-about-pill {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 24px;
	padding: 7px 15px;
	border: 1px solid rgba(0, 208, 132, 0.7);
	border-radius: 999px;
	font-size: 12px;
}

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

.fc-about-hero h1 {
	max-width: 620px;
	margin-bottom: 24px;
	font-size: clamp(42px, 4.2vw, 66px);
	line-height: 1.14;
	letter-spacing: -0.045em;
}

.fc-about-hero h1 span,
.fc-about-brand-card h2,
.fc-about-person strong,
.fc-about-timeline strong {
	color: var(--fc-green);
}

.fc-about-lede {
	max-width: 525px;
	margin-bottom: 28px;
	color: #c5ccd6;
	font-size: clamp(16px, 1.4vw, 19px);
}

.fc-about-actions,
.fc-about-cta__actions > div {
	display: flex;
	gap: 18px;
}

.fc-about-button {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 0 28px;
	border: 1px solid var(--fc-border);
	border-radius: 7px;
	color: var(--fc-text);
	font-weight: 700;
	text-decoration: none;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.fc-about-button:hover {
	transform: translateY(-2px);
}

.fc-about-button--primary {
	border-color: transparent;
	background: linear-gradient(135deg, var(--fc-green), #00aa75);
	box-shadow: 0 16px 44px rgba(0, 208, 132, 0.18);
	color: #fff;
}

.fc-about-button--outline:hover,
.fc-about-hiring:hover {
	border-color: var(--fc-green);
	color: var(--fc-teal);
}

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

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

.fc-about-brand-card {
	position: relative;
	isolation: isolate;
	min-height: 470px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 60px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 18px;
	background:
		radial-gradient(circle at 50% 42%, rgba(0, 208, 132, 0.12), transparent 43%),
		linear-gradient(145deg, rgba(8, 20, 32, 0.93), rgba(3, 12, 22, 0.78));
	box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
	text-align: center;
}

.fc-about-brand-grid {
	position: absolute;
	z-index: -1;
	inset: 0;
	opacity: 0.22;
	background-image:
		linear-gradient(rgba(19, 230, 177, 0.12) 1px, transparent 1px),
		linear-gradient(90deg, rgba(19, 230, 177, 0.12) 1px, transparent 1px);
	background-size: 64px 64px;
	mask-image: linear-gradient(to bottom, transparent, #000 22%, #000 76%, transparent);
}

.fc-about-brand-logo {
	position: relative;
	width: min(100%, 455px);
	aspect-ratio: 620 / 227;
	margin-bottom: 24px;
}

.fc-about-brand-logo img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fc-about-brand-card h2 {
	margin-bottom: 8px;
	font-size: clamp(20px, 2vw, 28px);
	letter-spacing: -0.025em;
}

.fc-about-brand-card p {
	margin-bottom: 0;
	color: #c4cbd4;
	font-size: clamp(15px, 1.3vw, 18px);
}

.fc-about-mission {
	display: grid;
	grid-template-columns: minmax(270px, 0.63fr) minmax(0, 1.37fr);
	gap: 42px;
	padding-block: 32px 36px;
	border-bottom: 1px solid var(--fc-border);
}

.fc-about-label {
	margin-bottom: 14px;
	font-size: 12px;
}

.fc-about-mission__copy {
	padding-right: 46px;
	border-right: 1px solid var(--fc-border);
}

.fc-about-mission h2 {
	margin-bottom: 16px;
	font-size: clamp(27px, 2.5vw, 39px);
	line-height: 1.2;
	letter-spacing: -0.035em;
}

.fc-about-mission p:not(.fc-about-label),
.fc-about-values p,
.fc-about-heading > div,
.fc-about-person p,
.fc-about-timeline p,
.fc-about-cta p {
	color: var(--fc-muted);
}

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

.fc-about-values article {
	min-width: 0;
	padding: 0 25px;
	border-left: 1px solid var(--fc-border);
}

.fc-about-values article:first-child {
	padding-left: 0;
	border-left: 0;
}

.fc-about-values article > span {
	display: block;
	margin-bottom: 15px;
	color: var(--fc-green);
	font-size: 44px;
	line-height: 1;
}

.fc-about-values h3 {
	margin-bottom: 8px;
	font-size: 17px;
}

.fc-about-values p {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 1.55;
}

.fc-about-team {
	padding-block: 28px 24px;
	text-align: center;
}

.fc-about-heading {
	margin-bottom: 18px;
	text-align: center;
}

.fc-about-heading h2 {
	margin-bottom: 3px;
	font-size: clamp(28px, 3vw, 40px);
	letter-spacing: -0.035em;
}

.fc-about-team__grid {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 16px;
}

.fc-about-person {
	min-width: 0;
	padding: 16px 14px 15px;
	border: 1px solid var(--fc-border);
	border-radius: 13px;
	background: linear-gradient(160deg, rgba(10, 24, 38, 0.92), rgba(4, 13, 23, 0.78));
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.02);
}

.fc-about-avatar {
	width: 106px;
	height: 106px;
	display: grid;
	place-items: center;
	margin: 0 auto 13px;
	border: 1px solid rgba(255, 255, 255, 0.13);
	border-radius: 50%;
	background:
		radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.18), transparent 15%),
		linear-gradient(145deg, #344355, #111c29 57%, #06111d);
	box-shadow: inset 0 -25px 40px rgba(0, 0, 0, 0.35);
}

.fc-about-avatar span {
	font-size: 39px;
	font-weight: 800;
	color: #e6edf5;
}

.fc-about-avatar--two,
.fc-about-avatar--four {
	background: linear-gradient(145deg, #725d4c, #28222a 58%, #07111a);
}

.fc-about-avatar--three,
.fc-about-avatar--six {
	background: linear-gradient(145deg, #525b61, #242b34 58%, #07111a);
}

.fc-about-avatar--five {
	background: linear-gradient(145deg, #5d493e, #202d30 58%, #07111a);
}

.fc-about-person h3 {
	margin-bottom: 1px;
	font-size: 14px;
	white-space: nowrap;
}

.fc-about-person strong {
	display: block;
	margin-bottom: 9px;
	font-size: 12px;
	font-weight: 500;
}

.fc-about-person p {
	min-height: 78px;
	margin-bottom: 8px;
	font-size: 12px;
	line-height: 1.55;
}

.fc-about-person a {
	display: inline-grid;
	width: 18px;
	height: 18px;
	place-items: center;
	border: 1px solid #6f7b88;
	border-radius: 2px;
	color: #dce4ec;
	font-size: 10px;
	font-weight: 800;
	text-decoration: none;
}

.fc-about-hiring {
	display: inline-flex;
	align-items: center;
	gap: 18px;
	margin-top: 13px;
	padding: 6px 20px;
	border: 1px solid var(--fc-green);
	border-radius: 8px;
	color: var(--fc-green);
	font-size: 13px;
	text-decoration: none;
}

.fc-about-stats {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	padding: 26px 24px;
	border: 1px solid var(--fc-border);
	border-radius: 14px;
	background: linear-gradient(145deg, rgba(8, 20, 32, 0.92), rgba(4, 13, 23, 0.75));
}

.fc-about-stats article {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 17px;
	min-width: 0;
	padding-inline: 20px;
	border-left: 1px solid var(--fc-border);
}

.fc-about-stats article:first-child {
	border-left: 0;
}

.fc-about-stats article > span {
	color: var(--fc-green);
	font-size: 48px;
	line-height: 1;
}

.fc-about-stats strong {
	display: block;
	font-size: clamp(21px, 2vw, 32px);
	line-height: 1.15;
	white-space: nowrap;
}

.fc-about-stats p {
	margin-bottom: 0;
	color: var(--fc-muted);
	font-size: 12px;
	line-height: 1.4;
}

.fc-about-story {
	padding-block: 22px 20px;
}

.fc-about-story .fc-about-heading {
	margin-bottom: 2px;
}

.fc-about-timeline {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 52px;
}

.fc-about-timeline::before {
	content: "";
	position: absolute;
	top: 41px;
	left: 8%;
	right: 8%;
	height: 1px;
	background: var(--fc-green);
}

.fc-about-timeline article {
	position: relative;
	z-index: 1;
}

.fc-about-timeline article > span {
	width: 72px;
	height: 72px;
	display: grid;
	place-items: center;
	margin-bottom: 10px;
	border: 1px solid var(--fc-green);
	border-radius: 50%;
	background: #03101b;
	color: var(--fc-green);
	font-size: 30px;
}

.fc-about-timeline strong {
	display: block;
	margin-bottom: 1px;
	font-size: 14px;
}

.fc-about-timeline h3 {
	margin-bottom: 5px;
	font-size: 16px;
}

.fc-about-timeline p {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 1.55;
}

.fc-about-cta {
	display: grid;
	grid-template-columns: 1.08fr 0.92fr;
	gap: 30px;
	align-items: center;
	padding: 25px 30px;
	border: 1px solid rgba(0, 208, 132, 0.4);
	border-radius: 14px;
	background:
		radial-gradient(circle at 10% 50%, rgba(255, 122, 24, 0.1), transparent 22%),
		linear-gradient(100deg, rgba(6, 32, 34, 0.94), rgba(4, 30, 31, 0.88));
	box-shadow: 0 0 35px rgba(0, 208, 132, 0.09), inset 0 1px rgba(255, 255, 255, 0.03);
}

.fc-about-cta__copy {
	display: flex;
	align-items: center;
	gap: 26px;
}

.fc-about-target {
	width: 88px;
	height: 88px;
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	border: 1px solid rgba(255, 201, 60, 0.4);
	border-radius: 50%;
	background: rgba(255, 122, 24, 0.08);
	color: var(--fc-yellow);
	font-size: 58px;
	line-height: 1;
}

.fc-about-cta h2 {
	margin-bottom: 4px;
	font-size: clamp(25px, 2.4vw, 36px);
}

.fc-about-cta p {
	margin-bottom: 0;
}

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

.fc-about-cta__actions > div {
	justify-content: flex-end;
}

.fc-about-cta__actions > p {
	display: flex;
	justify-content: flex-end;
	gap: 22px;
	margin-top: 10px;
	font-size: 11px;
}

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

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

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

html[data-wa-theme="light"] .fc-about-lede,
html[data-wa-theme="light"] .fc-about-brand-card p,
html[data-wa-theme="light"] .fc-about-mission p:not(.fc-about-label),
html[data-wa-theme="light"] .fc-about-values p,
html[data-wa-theme="light"] .fc-about-heading > div,
html[data-wa-theme="light"] .fc-about-person p,
html[data-wa-theme="light"] .fc-about-timeline p,
html[data-wa-theme="light"] .fc-about-cta p,
html[data-wa-theme="light"] .fc-about-stats p {
	color: #526071;
}

html[data-wa-theme="light"] .fc-about-brand-card,
html[data-wa-theme="light"] .fc-about-person,
html[data-wa-theme="light"] .fc-about-stats {
	border-color: rgba(15, 23, 42, 0.12);
	background: rgba(255, 255, 255, 0.88);
	box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

html[data-wa-theme="light"] .fc-about-brand-card {
	background:
		radial-gradient(circle at 50% 42%, rgba(0, 208, 132, 0.1), transparent 43%),
		#fff;
}

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

html[data-wa-theme="light"] .fc-about-timeline article > span {
	background: #f8fafc;
}

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

@media (max-width: 1180px) {
	.fc-about-team__grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.fc-about-values__grid {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 28px;
	}

	.fc-about-values article:nth-child(3) {
		padding-left: 0;
		border-left: 0;
	}

	.fc-about-stats {
		grid-template-columns: repeat(3, 1fr);
		row-gap: 25px;
	}

	.fc-about-stats article:nth-child(4) {
		border-left: 0;
	}
}

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

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

	.fc-about-brand-card {
		min-height: 410px;
	}

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

	.fc-about-mission__copy {
		padding: 0 0 30px;
		border-right: 0;
		border-bottom: 1px solid var(--fc-border);
	}

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

	.fc-about-cta__actions {
		justify-self: stretch;
	}

	.fc-about-cta__actions > div,
	.fc-about-cta__actions > p {
		justify-content: flex-start;
	}
}

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

	.fc-about {
		font-size: 14px;
	}

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

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

	.fc-about-actions,
	.fc-about-cta__actions > div {
		flex-direction: column;
	}

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

	.fc-about-brand-card {
		min-height: 350px;
		padding: 34px 22px;
	}

	.fc-about-brand-card p br {
		display: none;
	}

	.fc-about-values__grid,
	.fc-about-team__grid,
	.fc-about-stats {
		grid-template-columns: 1fr;
	}

	.fc-about-values article,
	.fc-about-values article:first-child,
	.fc-about-values article:nth-child(3) {
		padding: 22px 0 0;
		border: 0;
		border-top: 1px solid var(--fc-border);
	}

	.fc-about-team__grid {
		gap: 12px;
	}

	.fc-about-person p {
		min-height: 0;
	}

	.fc-about-stats article,
	.fc-about-stats article:first-child,
	.fc-about-stats article:nth-child(4) {
		justify-content: flex-start;
		padding: 16px;
		border: 0;
		border-top: 1px solid var(--fc-border);
	}

	.fc-about-stats article:first-child {
		border-top: 0;
	}

	.fc-about-timeline {
		grid-template-columns: 1fr;
		gap: 28px;
		padding-left: 8px;
	}

	.fc-about-timeline::before {
		top: 30px;
		bottom: 30px;
		left: 38px;
		right: auto;
		width: 1px;
		height: auto;
	}

	.fc-about-timeline article {
		padding-left: 88px;
	}

	.fc-about-timeline article > span {
		position: absolute;
		top: 0;
		left: 0;
		width: 62px;
		height: 62px;
	}

	.fc-about-cta {
		padding: 24px 20px;
	}

	.fc-about-cta__copy {
		align-items: flex-start;
		flex-direction: column;
	}

	.fc-about-cta__copy br {
		display: none;
	}

	.fc-about-cta__actions > p {
		flex-direction: column;
		gap: 4px;
	}
}
