.wa-contact-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 70% 8%, rgba(0, 208, 132, 0.05), transparent 27rem),
		linear-gradient(180deg, #020812, #020a14 65%, #020812);
	color: var(--fc-text);
}

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

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

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

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

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

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

.fc-contact a {
	color: inherit;
}

.fc-contact-hero {
	display: grid;
	grid-template-columns: minmax(390px, 0.9fr) minmax(510px, 1.1fr);
	gap: clamp(55px, 8vw, 120px);
	align-items: center;
	min-height: 600px;
	padding-block: 38px 42px;
}

.fc-contact-hero__copy {
	position: relative;
	min-height: 500px;
}

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

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

.fc-contact-hero h1 {
	max-width: 620px;
	margin-bottom: 19px;
	font-size: clamp(43px, 4.5vw, 67px);
	line-height: 1.12;
	letter-spacing: -0.045em;
}

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

.fc-contact-hero__copy > p:not(.fc-contact-pill) {
	max-width: 590px;
	margin-bottom: 13px;
	color: #c5ccd6;
	font-size: clamp(16px, 1.35vw, 19px);
}

.fc-contact-benefits {
	position: relative;
	z-index: 2;
	display: grid;
	gap: 22px;
	margin-top: 31px;
}

.fc-contact-benefits article {
	display: flex;
	gap: 17px;
	align-items: center;
}

.fc-contact-benefits article > span {
	width: 48px;
	height: 48px;
	flex: 0 0 auto;
	display: grid;
	place-items: center;
	border: 1px solid var(--fc-green);
	border-radius: 50%;
	color: var(--fc-green);
	font-size: 25px;
	line-height: 1;
}

.fc-contact-benefits h2 {
	margin-bottom: 1px;
	font-size: 14px;
}

.fc-contact-benefits p {
	margin-bottom: 0;
	color: var(--fc-muted);
	font-size: 12px;
}

.fc-contact-landscape {
	position: absolute;
	z-index: 0;
	right: -35px;
	bottom: -12px;
	width: 280px;
	height: 225px;
	overflow: hidden;
	opacity: 0.82;
	mask-image: linear-gradient(to left, #000 65%, transparent);
}

.fc-contact-landscape::before {
	content: "";
	position: absolute;
	top: 57px;
	right: 77px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: linear-gradient(145deg, var(--fc-yellow), var(--fc-orange));
	box-shadow: 0 0 45px rgba(255, 122, 24, 0.72);
}

.fc-contact-landscape i,
.fc-contact-landscape b {
	position: absolute;
	right: -10%;
	bottom: 22%;
	left: 0;
	height: 55%;
	background: #08131f;
	clip-path: polygon(0 74%, 15% 45%, 29% 62%, 43% 30%, 57% 56%, 72% 18%, 86% 47%, 100% 24%, 100% 100%, 0 100%);
}

.fc-contact-landscape b {
	bottom: 0;
	height: 65%;
	background: #030a12;
	transform: translateX(25px);
}

.fc-contact-landscape span {
	position: absolute;
	z-index: 3;
	right: 14%;
	bottom: -28px;
	width: 100px;
	height: 180px;
	border: 3px solid transparent;
	border-left-color: var(--fc-orange);
	border-radius: 50%;
	transform: rotate(20deg);
	filter: drop-shadow(0 0 6px rgba(255, 122, 24, 0.5));
}

.fc-contact-form-card {
	padding: 35px 38px 28px;
	border: 1px solid rgba(0, 208, 132, 0.28);
	border-radius: 14px;
	background:
		radial-gradient(circle at 100% 0, rgba(0, 208, 132, 0.08), transparent 35%),
		linear-gradient(155deg, rgba(8, 20, 32, 0.96), rgba(4, 14, 24, 0.86));
	box-shadow: 0 0 40px rgba(0, 208, 132, 0.07), 0 28px 80px rgba(0, 0, 0, 0.28);
}

.fc-contact-form-card > h2 {
	margin-bottom: 2px;
	font-size: clamp(27px, 2.6vw, 38px);
}

.fc-contact-form-card > p {
	margin-bottom: 22px;
	color: #bdc6d1;
}

.fc-contact-form {
	display: grid;
	gap: 17px;
}

.fc-contact-form__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.fc-contact-form label {
	display: grid;
	gap: 7px;
	color: #f1f5f9;
	font-size: 12px;
	font-weight: 650;
}

.fc-contact-form input,
.fc-contact-form select,
.fc-contact-form textarea {
	width: 100%;
	min-height: 53px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 6px;
	background: rgba(3, 13, 23, 0.8);
	color: var(--fc-text);
}

.fc-contact-form textarea {
	min-height: 150px;
	padding-block: 13px;
	resize: vertical;
}

.fc-contact-form input::placeholder,
.fc-contact-form textarea::placeholder {
	color: #8e99a8;
}

.fc-contact-form select:invalid {
	color: #8e99a8;
}

.fc-contact-form button[type="submit"] {
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	border: 0;
	border-radius: 6px;
	background: linear-gradient(135deg, var(--fc-green), #00a975);
	box-shadow: 0 13px 36px rgba(0, 208, 132, 0.18);
	color: #fff;
	font-weight: 700;
	cursor: pointer;
}

.fc-contact-form button[type="submit"]:hover {
	transform: translateY(-2px);
}

.fc-contact-private {
	margin: -4px 0 0 !important;
	color: #aeb8c5;
	font-size: 11px;
	text-align: center;
}

.fc-contact-private span {
	margin-right: 7px;
	color: var(--fc-green);
}

.fc-contact-form .wa-form-status {
	min-height: 0;
	text-align: center;
}

.fc-contact-heading {
	margin-bottom: 19px;
	text-align: center;
}

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

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

.fc-contact-reach {
	padding-block: 14px 31px;
}

.fc-contact-reach__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.fc-contact-reach__grid article {
	min-height: 285px;
	display: flex;
	flex-direction: column;
	padding: 25px;
	border: 1px solid var(--fc-border);
	border-radius: 12px;
	background: linear-gradient(155deg, rgba(8, 20, 32, 0.94), rgba(4, 13, 23, 0.82));
	transition: border-color 180ms ease, transform 180ms ease;
}

.fc-contact-reach__grid article:hover {
	border-color: rgba(0, 208, 132, 0.4);
	transform: translateY(-3px);
}

.fc-contact-reach__grid article > span {
	height: 61px;
	display: block;
	color: var(--fc-green);
	font-size: 46px;
	line-height: 1;
}

.fc-contact-reach__grid h3 {
	margin-bottom: 4px;
	font-size: 19px;
}

.fc-contact-reach__grid p {
	margin-bottom: 14px;
	color: #b9c3cf;
	font-size: 13px;
}

.fc-contact-reach__grid a {
	color: var(--fc-green);
	font-size: 14px;
}

.fc-contact-reach__grid small {
	margin-top: auto;
	padding-top: 18px;
	border-top: 1px solid var(--fc-border);
	color: var(--fc-muted);
	font-size: 11px;
}

.fc-contact-faq {
	padding-block: 5px 25px;
}

.fc-contact-faq__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2px 28px;
}

.fc-contact-faq__grid article {
	border: 1px solid var(--fc-border);
	border-radius: 8px;
	background: linear-gradient(155deg, rgba(8, 20, 32, 0.94), rgba(4, 13, 23, 0.82));
}

.fc-contact-faq__grid h3 {
	margin: 0;
}

.fc-contact-faq__grid button {
	width: 100%;
	min-height: 58px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 0 20px;
	border: 0;
	background: transparent;
	color: var(--fc-text);
	font-size: 13px;
	text-align: left;
	cursor: pointer;
}

.fc-contact-faq__grid button i {
	width: 9px;
	height: 9px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: rotate(45deg);
	transition: transform 180ms ease;
}

.fc-contact-faq__grid button[aria-expanded="true"] i {
	transform: rotate(225deg);
}

.fc-contact-faq__grid article > div {
	padding: 0 20px 17px;
}

.fc-contact-faq__grid article > div p {
	margin-bottom: 0;
	color: #b9c3cf;
	font-size: 13px;
}

.fc-contact-help {
	margin: 22px 0 0 !important;
	color: #abb5c1;
	text-align: center;
}

.fc-contact-help > span {
	margin-right: 10px;
	color: var(--fc-green);
	font-size: 24px;
}

.fc-contact-help a {
	color: var(--fc-green);
}

.fc-contact-cta {
	display: grid;
	grid-template-columns: 110px minmax(340px, 1fr) auto;
	gap: 24px;
	align-items: center;
	margin-top: 4px;
	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-contact-cta > img {
	width: 92px;
	height: 92px;
	object-fit: contain;
}

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

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

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

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

.fc-contact-cta__actions a {
	min-width: 180px;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-inline: 22px;
	border: 1px solid var(--fc-green);
	border-radius: 6px;
	background: linear-gradient(135deg, var(--fc-green), #00a975);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}

.fc-contact-cta__actions a:last-child {
	border-color: rgba(255, 255, 255, 0.4);
	background: transparent;
}

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

.wa-contact-page .wa-site-footer {
	margin-top: 28px;
}

.wa-contact-page .wa-footer-column a[aria-current="page"] {
	color: var(--fc-green);
}

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

html[data-wa-theme="light"] .fc-contact-hero__copy > p:not(.fc-contact-pill),
html[data-wa-theme="light"] .fc-contact-form-card > p,
html[data-wa-theme="light"] .fc-contact-reach__grid p,
html[data-wa-theme="light"] .fc-contact-faq__grid article > div p,
html[data-wa-theme="light"] .fc-contact-cta > div > p {
	color: #526071;
}

html[data-wa-theme="light"] .fc-contact-form-card,
html[data-wa-theme="light"] .fc-contact-reach__grid article,
html[data-wa-theme="light"] .fc-contact-faq__grid article {
	border-color: rgba(15, 23, 42, 0.13);
	background: rgba(255, 255, 255, 0.91);
	color: #0f172a;
	box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);
}

html[data-wa-theme="light"] .fc-contact-form input,
html[data-wa-theme="light"] .fc-contact-form select,
html[data-wa-theme="light"] .fc-contact-form textarea {
	border-color: rgba(15, 23, 42, 0.18);
	background: #fff;
	color: #0f172a;
}

html[data-wa-theme="light"] .fc-contact-form label,
html[data-wa-theme="light"] .fc-contact-faq__grid button {
	color: #0f172a;
}

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

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

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

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

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

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

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

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

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

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

	.fc-contact-hero__copy {
		min-height: 470px;
	}

	.fc-contact-form-card {
		max-width: 780px;
		width: 100%;
		margin-inline: auto;
	}

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

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

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

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

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

	.fc-contact-hero {
		min-height: 0;
		gap: 28px;
		padding-block: 35px;
	}

	.fc-contact-hero__copy {
		min-height: 0;
		padding-bottom: 175px;
	}

	.fc-contact-hero h1 br,
	.fc-contact-hero__copy > p br {
		display: none;
	}

	.fc-contact-landscape {
		right: -14px;
		width: 250px;
	}

	.fc-contact-form-card {
		padding: 25px 20px;
	}

	.fc-contact-form__row,
	.fc-contact-reach__grid,
	.fc-contact-faq__grid {
		grid-template-columns: 1fr;
	}

	.fc-contact-reach__grid article {
		min-height: 240px;
	}

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

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

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

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

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

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

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