@charset "utf-8";

#home_contact {
	padding: 96px 20px 104px !important;
}

.ai-entry-contact {
	background: #ffffff;
	border-radius: 8px;
	display: block;
	max-width: 1120px;
	padding: 52px 56px 58px;
}

.ai-entry-contact__copy {
	margin: 0 auto 36px;
	max-width: 760px;
	padding: 0;
	text-align: center;
}

.ai-entry-contact__eyebrow {
	font-size: 13px;
	letter-spacing: 0.14em;
	margin-bottom: 14px;
}

.ai-entry-contact__copy h2 {
	color: #082f57;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.45;
	margin-bottom: 14px;
}

.ai-entry-contact__copy p:not(.ai-entry-contact__eyebrow) {
	color: #53677d;
	font-size: 15px;
	line-height: 1.8;
}

.ai-entry-form {
	background: #f4f5f6;
	border-radius: 6px;
	display: grid;
	gap: 0;
	margin: 0;
	padding: 32px 40px 38px;
}

.ai-entry-form__row {
	align-items: start;
	border: 0;
	display: grid;
	gap: 32px;
	grid-template-columns: 190px minmax(0, 1fr);
	margin: 0;
	padding: 12px 0;
}

.ai-entry-form__label {
	align-items: center;
	color: #182b3f !important;
	display: flex;
	font-size: 14px !important;
	font-weight: 700 !important;
	gap: 10px;
	justify-content: space-between;
	letter-spacing: 0 !important;
	line-height: 1.5 !important;
	min-height: 52px;
	padding: 0 !important;
}

.ai-entry-form__required {
	background: #f2c84b;
	border-radius: 999px;
	color: #1f2933;
	flex: 0 0 auto;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	padding: 6px 8px;
}

.ai-entry-form input[type="text"],
.ai-entry-form input[type="email"],
.ai-entry-form input[type="tel"],
.ai-entry-form textarea {
	background: #ffffff;
	border: 1px solid #d6dbe1;
	border-radius: 4px;
	box-shadow: none;
	color: #182b3f;
	font-size: 15px;
	height: 52px;
	letter-spacing: 0;
	line-height: 1.6;
	padding: 12px 16px;
}

.ai-entry-form input::placeholder,
.ai-entry-form textarea::placeholder {
	color: #8a929a;
	opacity: 1;
}

.ai-entry-form input:focus,
.ai-entry-form textarea:focus {
	background: #ffffff;
	border-color: #2874fc;
	box-shadow: 0 0 0 3px rgba(40, 116, 252, 0.12);
	outline: 0;
}

.ai-entry-form__control {
	display: grid;
	gap: 6px;
}

.ai-entry-form__control small {
	color: #6a7580;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.5;
}

.ai-entry-form__radio {
	border: 0;
	border-radius: 0;
	margin: 0;
	min-width: 0;
	padding: 0;
}

.ai-entry-form__visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.ai-entry-form__radio-options {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ai-entry-form__radio-option {
	align-items: center;
	background: #ffffff;
	border: 1px solid #d6dbe1;
	border-radius: 4px;
	color: #26384a !important;
	cursor: pointer;
	display: flex;
	font-size: 14px !important;
	font-weight: 600 !important;
	gap: 10px;
	min-height: 52px;
	padding: 11px 16px;
}

.ai-entry-form__radio-option:has(input:checked) {
	background: #edf4ff;
	border-color: #2874fc;
}

.ai-entry-form__radio-option input {
	accent-color: #2874fc;
	flex: 0 0 auto;
	height: 18px;
	margin: 0;
	width: 18px;
}

.ai-entry-form textarea {
	height: auto;
	min-height: 154px;
	resize: vertical;
}

.ai-entry-form__row--message .ai-entry-form__label {
	align-self: center;
}

.ai-entry-form__privacy {
	align-items: center;
	display: flex;
	font-size: 13px;
	font-weight: 600;
	gap: 9px;
	justify-content: center;
	margin: 22px 0 18px;
}

.ai-entry-form__privacy input {
	accent-color: #2874fc;
	height: 17px;
	width: 17px;
}

.ai-entry-form__privacy a {
	color: #145fc7;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.ai-entry-form__button {
	align-items: center;
	background: #0d2949;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 5px 14px rgba(13, 41, 73, 0.14);
	color: #ffffff;
	cursor: pointer;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	height: 56px;
	justify-content: center;
	margin: 0 auto;
	max-width: 560px;
	padding: 0 28px;
	transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	width: 100%;
}

.ai-entry-form__button:hover,
.ai-entry-form__button:focus-visible {
	background: #145ba8;
	box-shadow: 0 7px 18px rgba(13, 41, 73, 0.2);
	transform: translateY(-1px);
}

.ai-entry-form__button:focus-visible {
	outline: 3px solid rgba(40, 116, 252, 0.28);
	outline-offset: 3px;
}

@media (max-width: 767px) {
	#home_contact {
		padding: 56px 15px 76px !important;
	}

	.ai-entry-contact {
		padding: 30px 18px 34px;
	}

	.ai-entry-contact__copy {
		margin-bottom: 26px;
		text-align: left;
	}

	.ai-entry-contact__copy h2 {
		font-size: 27px;
		margin-bottom: 12px;
	}

	.ai-entry-contact__copy p:not(.ai-entry-contact__eyebrow) {
		font-size: 14px;
		line-height: 1.75;
	}

	.ai-entry-form {
		padding: 18px 16px 24px;
	}

	.ai-entry-form__row {
		gap: 8px;
		grid-template-columns: 1fr;
		padding: 11px 0;
	}

	.ai-entry-form__label {
		justify-content: flex-start;
		min-height: 0;
	}

	.ai-entry-form__radio-options {
		gap: 9px;
		grid-template-columns: 1fr;
	}

	.ai-entry-form__radio-option {
		min-height: 48px;
	}

	.ai-entry-form input[type="text"],
	.ai-entry-form input[type="email"],
	.ai-entry-form input[type="tel"] {
		height: 48px;
	}

	.ai-entry-form textarea {
		min-height: 124px;
	}

	.ai-entry-form__row--message .ai-entry-form__label {
		align-self: auto;
	}

	.ai-entry-form__privacy {
		align-items: flex-start;
		font-size: 12px;
		justify-content: flex-start;
		line-height: 1.7;
		margin: 18px 0 16px;
	}

	.ai-entry-form__privacy input {
		margin-top: 2px;
	}

	.ai-entry-form__button {
		height: 52px;
		max-width: none;
		width: 100%;
	}
}
