/**
 * Reach Us — scoped under .fmd-reach-static
 */

.fmd-reach-static {
	margin: 0;
	min-height: 50vh;
	font-family: "Inter", sans-serif;
	color: #111;
	padding: 0;
	box-sizing: border-box;
}

/* Same gradient band as About / Contact so fmd-overlap-header nav matches */
.fmd-reach-static .reach-hero {
	background: linear-gradient(to right, #273c4e, #000428);
	color: #fff;
	padding: 80px 20px 48px;
	text-align: center;
}

.fmd-reach-static .reach-hero-title {
	font-size: clamp(1.35rem, 4vw, 2.25rem);
	font-weight: 700;
	margin: 0 0 12px;
	line-height: 1.25;
	color: #fff;
}

.fmd-reach-static .reach-hero-lead {
	font-size: clamp(0.95rem, 2.5vw, 1.15rem);
	margin: 0;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.92);
	max-width: 36rem;
	margin-left: auto;
	margin-right: auto;
}

.fmd-reach-body {
	background: #eceef2;
	padding: 40px 20px 56px;
	box-sizing: border-box;
}

.fmd-reach-inner {
	max-width: 560px;
	margin: 0 auto;
}

.fmd-reach-card {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
	padding: 28px 28px 32px;
}

.fmd-reach-form {
	margin: 0;
	padding-top: 4px;
}

.fmd-reach-field {
	margin: 0 0 18px;
}

.fmd-reach-field:last-of-type {
	margin-bottom: 22px;
}

.fmd-reach-label {
	display: block;
	font-weight: 700;
	font-size: 0.9rem;
	color: #111;
	margin-bottom: 6px;
}

.fmd-reach-required {
	color: #c00;
	font-weight: 700;
}

.fmd-reach-form input[type="text"],
.fmd-reach-form input[type="email"],
.fmd-reach-form input[type="tel"] {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 14px;
	font-size: 1rem;
	font-family: inherit;
	background: #fff;
	border: 2px solid #111;
	border-radius: 0;
	color: #111;
}

.fmd-reach-form input:focus {
	outline: 2px solid #273c4e;
	outline-offset: 2px;
}

.fmd-reach-phone-wrap {
	display: block;
	position: relative;
}

.fmd-reach-phone-wrap input {
	padding-right: 44px;
}

.fmd-reach-phone-flag {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	font-size: 1.05rem;
	color: #1d2939;
	line-height: 1;
}

.fmd-reach-actions {
	margin: 0;
}

.fmd-reach-submit {
	appearance: none;
	border: none;
	cursor: pointer;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	background: #273c4e;
	padding: 14px 28px;
	border-radius: 6px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
	transition: background 0.15s ease, transform 0.1s ease;
}

.fmd-reach-submit:hover {
	background: #1f303e;
}

.fmd-reach-submit:active {
	transform: translateY(1px);
}

.fmd-reach-disclaimer {
	margin: 24px auto 0;
	max-width: 520px;
	text-align: center;
	font-size: 0.72rem;
	line-height: 1.55;
	color: #6b7280;
}

.fmd-reach-disclaimer a {
	color: #273c4e;
	text-decoration: underline;
}

.fmd-reach-disclaimer a:hover {
	color: #1f303e;
}

@media (max-width: 480px) {
	.fmd-reach-body {
		padding: 28px 14px 48px;
	}

	.fmd-reach-static .reach-hero {
		padding: 64px 16px 36px;
	}

	.fmd-reach-card {
		padding: 22px 16px 26px;
	}
}
