.fcs-contact,
.fcs-contact * {
	box-sizing: border-box;
}

.fcs-contact {
	--fcs-navy: #2f3c61;
	--fcs-deep: #202a46;
	--fcs-coral: #fa9572;
	--fcs-ink: #18213a;
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: clamp(62px, 7vw, 105px) 22px;
	color: var(--fcs-ink);
	background:
		linear-gradient(rgba(47,60,97,.045) 1px, transparent 1px),
		linear-gradient(90deg, rgba(47,60,97,.045) 1px, transparent 1px),
		linear-gradient(145deg, #f9fbff 0%, #f3f6fc 56%, #fff6f2 100%);
	background-size: 42px 42px, 42px 42px, auto;
	font-family: Inter, "DM Sans", Arial, sans-serif;
}

.fcs-glow {
	position: absolute;
	z-index: -1;
	border-radius: 50%;
	filter: blur(5px);
	pointer-events: none;
}

.fcs-glow-one {
	top: -190px;
	right: -130px;
	width: 470px;
	height: 470px;
	background: rgba(250,149,114,.2);
}

.fcs-glow-two {
	bottom: -240px;
	left: -170px;
	width: 560px;
	height: 560px;
	background: rgba(47,60,97,.11);
}

.fcs-shell {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(520px, 1.15fr);
	gap: clamp(40px, 6vw, 86px);
	align-items: center;
	width: min(100%, 1180px);
	margin: 0 auto;
}

.fcs-intro {
	text-align: left;
}

.fcs-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 20px;
	color: var(--fcs-navy);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .105em;
	text-transform: uppercase;
}

.fcs-eyebrow i {
	width: 9px;
	height: 9px;
	border: 2px solid rgba(250,149,114,.35);
	border-radius: 50%;
	background: var(--fcs-coral);
	box-shadow: 0 0 0 5px rgba(250,149,114,.1);
}

.fcs-intro h1 {
	max-width: 580px;
	margin: 0;
	color: var(--fcs-ink);
	font-size: clamp(42px, 5vw, 67px);
	font-weight: 750;
	letter-spacing: -.052em;
	line-height: .99;
}

.fcs-intro h1 em {
	display: block;
	color: var(--fcs-navy);
	font-style: normal;
}

.fcs-lead {
	max-width: 550px;
	margin: 25px 0 29px;
	color: #68728b;
	font-size: 16px;
	line-height: 1.75;
}

.fcs-contact-cards {
	display: grid;
	gap: 10px;
	max-width: 520px;
}

.fcs-contact-card {
	display: grid;
	grid-template-columns: 46px 1fr auto;
	gap: 13px;
	align-items: center;
	padding: 12px 15px 12px 12px;
	border: 1px solid rgba(255,255,255,.88);
	border-radius: 17px;
	color: var(--fcs-ink);
	background: rgba(255,255,255,.58);
	box-shadow: 0 12px 34px rgba(47,60,97,.07);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	text-decoration: none;
	transition: transform .22s ease, box-shadow .22s ease;
}

.fcs-contact-card:hover,
.fcs-contact-card:focus-visible {
	color: var(--fcs-ink);
	transform: translateY(-2px);
	box-shadow: 0 16px 38px rgba(47,60,97,.11);
	outline: none;
}

.fcs-icon {
	display: grid;
	place-items: center;
	width: 46px;
	height: 46px;
	border: 1px solid rgba(250,149,114,.25);
	border-radius: 14px;
	color: var(--fcs-coral);
	background: rgba(250,149,114,.1);
}

.fcs-icon svg {
	width: 21px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.fcs-contact-card small,
.fcs-contact-card strong {
	display: block;
}

.fcs-contact-card small {
	margin-bottom: 3px;
	color: #8b92a5;
	font-size: 10px;
	font-weight: 750;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.fcs-contact-card strong {
	font-size: 13.5px;
}

.fcs-contact-card > i {
	color: var(--fcs-coral);
	font-size: 17px;
	font-style: normal;
}

.fcs-trust {
	display: flex;
	align-items: center;
	gap: 13px;
	margin-top: 26px;
}

.fcs-avatar-stack {
	display: flex;
	padding-left: 8px;
}

.fcs-avatar-stack span {
	display: grid;
	place-items: center;
	width: 34px;
	height: 34px;
	margin-left: -8px;
	border: 2px solid #f8faff;
	border-radius: 50%;
	color: #fff;
	background: var(--fcs-navy);
	font-size: 9px;
	font-weight: 800;
}

.fcs-avatar-stack span:nth-child(2) {
	background: #4c5b82;
}

.fcs-avatar-stack span:nth-child(3) {
	color: var(--fcs-navy);
	background: var(--fcs-coral);
}

.fcs-trust p,
.fcs-trust strong,
.fcs-trust small {
	margin: 0;
}

.fcs-trust strong,
.fcs-trust small {
	display: block;
}

.fcs-trust strong {
	margin-bottom: 3px;
	color: var(--fcs-navy);
	font-size: 12.5px;
}

.fcs-trust small {
	color: #8a92a6;
	font-size: 10.5px;
}

.fcs-form-card {
	position: relative;
	min-width: 0;
	padding: clamp(25px, 3vw, 38px);
	border: 1px solid rgba(255,255,255,.91);
	border-radius: 28px;
	overflow: hidden;
	background: rgba(255,255,255,.71);
	box-shadow:
		0 28px 75px rgba(47,60,97,.14),
		inset 0 1px 0 rgba(255,255,255,.95);
	-webkit-backdrop-filter: blur(24px) saturate(145%);
	backdrop-filter: blur(24px) saturate(145%);
}

.fcs-form-card:before {
	content: "";
	position: absolute;
	top: 0;
	left: 8%;
	width: 84%;
	height: 2px;
	background: linear-gradient(90deg, transparent, rgba(250,149,114,.82), transparent);
}

.fcs-form-heading {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	align-items: end;
	margin-bottom: 24px;
}

.fcs-form-heading span {
	color: var(--fcs-navy);
	font-size: 19px;
	font-weight: 800;
	letter-spacing: -.02em;
}

.fcs-form-heading p {
	margin: 0;
	color: #949bad;
	font-size: 10.5px;
}

.fcs-form {
	display: grid;
	gap: 16px;
}

.fcs-field-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.fcs-field {
	position: relative;
	display: grid;
	gap: 7px;
	margin: 0;
	color: var(--fcs-navy);
	font-size: 11px;
	font-weight: 750;
}

.fcs-field input,
.fcs-field select,
.fcs-field textarea {
	width: 100%;
	min-height: 49px;
	margin: 0;
	padding: 0 14px;
	border: 1px solid rgba(47,60,97,.12);
	border-radius: 13px;
	color: var(--fcs-ink);
	background: rgba(247,249,253,.82);
	box-shadow: none;
	font: inherit;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.fcs-field select {
	appearance: auto;
}

.fcs-field textarea {
	min-height: 112px;
	padding-top: 13px;
	resize: vertical;
}

.fcs-field input::placeholder,
.fcs-field textarea::placeholder {
	color: #a5abba;
	opacity: 1;
}

.fcs-field input:focus,
.fcs-field select:focus,
.fcs-field textarea:focus {
	border-color: rgba(250,149,114,.75);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(250,149,114,.1);
}

.fcs-field.is-invalid input,
.fcs-field.is-invalid select,
.fcs-field.is-invalid textarea {
	border-color: #d85f62;
	box-shadow: 0 0 0 3px rgba(216,95,98,.08);
}

.fcs-character-count {
	position: absolute;
	right: 11px;
	bottom: 8px;
	color: #a0a7b7;
	font-size: 9px;
	font-weight: 600;
	pointer-events: none;
}

.fcs-consent {
	display: grid;
	grid-template-columns: 17px 1fr;
	gap: 9px;
	align-items: start;
	margin: 0;
	color: #7b849a;
	font-size: 10.5px;
	font-weight: 500;
	line-height: 1.55;
}

.fcs-consent input {
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: var(--fcs-navy);
}

.fcs-consent.is-invalid {
	color: #bc484c;
}

.fcs-status {
	display: none;
	padding: 11px 13px;
	border-radius: 11px;
	font-size: 11px;
	font-weight: 650;
	line-height: 1.5;
}

.fcs-status.is-error {
	display: block;
	color: #a83d42;
	background: rgba(216,95,98,.1);
}

.fcs-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 54px;
	padding: 0 20px;
	border: 1px solid rgba(255,255,255,.18);
	border-radius: 15px;
	color: #fff;
	background: linear-gradient(135deg, var(--fcs-navy), var(--fcs-deep));
	box-shadow: 0 13px 28px rgba(47,60,97,.2);
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	cursor: pointer;
	transition: transform .22s ease, box-shadow .22s ease;
}

.fcs-submit:hover,
.fcs-submit:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 17px 33px rgba(47,60,97,.26);
	outline: none;
}

.fcs-submit:disabled {
	cursor: wait;
	opacity: .75;
	transform: none;
}

.fcs-submit svg {
	width: 18px;
	fill: none;
	stroke: var(--fcs-coral);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.fcs-loader {
	display: none;
	width: 17px;
	height: 17px;
	border: 2px solid rgba(255,255,255,.3);
	border-top-color: #fff;
	border-radius: 50%;
	animation: fcs-spin .7s linear infinite;
}

.fcs-form.is-loading .fcs-submit svg {
	display: none;
}

.fcs-form.is-loading .fcs-loader {
	display: block;
}

.fcs-secure-note {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 6px;
	margin: -4px 0 0;
	color: #959cad;
	font-size: 9.5px;
	text-align: center;
}

.fcs-secure-note svg {
	width: 13px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.5;
}

.fcs-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.fcs-success {
	display: none;
	min-height: 555px;
	padding: 50px 20px;
	text-align: center;
	align-content: center;
	justify-items: center;
}

.fcs-form-card.is-success .fcs-form-heading,
.fcs-form-card.is-success .fcs-form {
	display: none;
}

.fcs-form-card.is-success .fcs-success {
	display: grid;
}

.fcs-success-icon {
	display: grid;
	place-items: center;
	width: 72px;
	height: 72px;
	margin-bottom: 21px;
	border: 1px solid rgba(250,149,114,.32);
	border-radius: 22px;
	color: var(--fcs-navy);
	background: rgba(250,149,114,.14);
	box-shadow: 0 14px 30px rgba(250,149,114,.15);
}

.fcs-success-icon svg {
	width: 35px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.fcs-success > span {
	color: var(--fcs-coral);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.fcs-success h2 {
	margin: 10px 0 13px;
	color: var(--fcs-navy);
	font-size: clamp(28px, 4vw, 40px);
	letter-spacing: -.04em;
}

.fcs-success p {
	max-width: 390px;
	margin: 0;
	color: #6f7890;
	font-size: 13px;
	line-height: 1.7;
}

.fcs-reset {
	margin-top: 24px;
	padding: 11px 18px;
	border: 1px solid rgba(47,60,97,.14);
	border-radius: 12px;
	color: var(--fcs-navy);
	background: rgba(255,255,255,.75);
	font: inherit;
	font-size: 11px;
	font-weight: 750;
	cursor: pointer;
}

@keyframes fcs-spin {
	to { transform: rotate(360deg); }
}

@media (max-width: 1024px) {
	.fcs-contact {
		padding: 64px 24px 72px;
	}

	.fcs-shell {
		grid-template-columns: 1fr;
		gap: 40px;
		max-width: 760px;
	}

	.fcs-intro h1,
	.fcs-lead,
	.fcs-contact-cards {
		max-width: 100%;
	}

	.fcs-intro h1 {
		font-size: clamp(45px, 7vw, 64px);
	}

	.fcs-contact-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.fcs-contact-card {
		grid-template-columns: 44px 1fr;
	}

	.fcs-contact-card > i {
		display: none;
	}
}

@media (max-width: 767px) {
	.fcs-contact {
		padding: 48px 15px 58px;
		background-size: 34px 34px, 34px 34px, auto;
	}

	.fcs-shell {
		gap: 31px;
	}

	.fcs-eyebrow {
		margin-bottom: 16px;
		font-size: 10px;
	}

	.fcs-intro h1 {
		font-size: clamp(38px, 12vw, 51px);
		line-height: 1.02;
	}

	.fcs-lead {
		margin: 20px 0 24px;
		font-size: 14px;
		line-height: 1.7;
	}

	.fcs-contact-cards {
		grid-template-columns: 1fr;
	}

	.fcs-trust {
		margin-top: 21px;
	}

	.fcs-form-card {
		padding: 22px 15px;
		border-radius: 22px;
	}

	.fcs-form-heading {
		display: block;
		margin-bottom: 21px;
		text-align: left;
	}

	.fcs-form-heading span {
		font-size: 17px;
	}

	.fcs-form-heading p {
		margin-top: 5px;
	}

	.fcs-field-grid {
		grid-template-columns: 1fr;
	}

	.fcs-field {
		font-size: 11.5px;
	}

	.fcs-field input,
	.fcs-field select {
		min-height: 52px;
		font-size: 13.5px;
	}

	.fcs-field textarea {
		min-height: 125px;
		font-size: 13.5px;
	}

	.fcs-consent {
		font-size: 11px;
	}

	.fcs-submit {
		min-height: 56px;
		font-size: 13.5px;
	}

	.fcs-success {
		min-height: 500px;
		padding: 35px 8px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.fcs-contact *,
	.fcs-contact *:before,
	.fcs-contact *:after {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

