.yhf-home-form-block {
	position: relative;
	width: 100%;
}

.elementor-element-9d35336 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.elementor-element-9d35336 > .elementor-container {
	width: min(1380px, calc(100vw - 48px)) !important;
	max-width: none !important;
}

.elementor-element-9d35336 .elementor-element-41800693 > .elementor-widget-wrap {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.elementor-element-9d35336 .elementor-element-41800693,
.elementor-element-9d35336 .elementor-element-5ca578ee,
.elementor-element-9d35336 .elementor-widget-container,
.elementor-element-9d35336 .elementor-shortcode {
	width: 100% !important;
	max-width: none !important;
}

.yhf-alert {
	margin: 0 0 18px;
	padding: 14px 18px;
	border-radius: 16px;
	font-size: 15px;
	line-height: 1.55;
}

.yhf-alert.is-success {
	background: #eef7f1;
	border: 1px solid #b8dec3;
	color: #235941;
}

.yhf-alert.is-error {
	background: #fff1f1;
	border: 1px solid #f0c2c2;
	color: #8d2f2f;
}

.yhf-home-form-shell {
	display: grid;
	grid-template-columns: minmax(240px, 0.54fr) minmax(0, 1.9fr);
	gap: 0;
	border-radius: 28px;
	overflow: hidden;
	background: #f5f8fc;
	box-shadow: 0 24px 52px rgba(18, 58, 111, 0.15);
	align-items: stretch;
	width: 100%;
	max-width: none;
}

.yhf-home-form-side {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 22px 22px 20px;
	color: #ffffff;
	background:
		radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.12), transparent 24%),
		radial-gradient(circle at 88% 16%, rgba(62, 196, 218, 0.18), transparent 26%),
		linear-gradient(150deg, #123a6f 0%, #1a6b8f 54%, #1f91b2 100%);
}

.yhf-home-form-eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #f7d77a;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.11em;
	text-transform: uppercase;
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.yhf-home-form-side h3 {
	margin: 16px 0 10px;
	font-family: 'Lexend', sans-serif;
	font-size: clamp(20px, 1.55vw, 25px);
	line-height: 1.18;
	font-weight: 600;
	color: #ffffff;
	max-width: 13ch;
	text-wrap: balance;
}

.yhf-home-form-side p {
	margin: 0;
	font-size: 13.5px;
	line-height: 1.68;
	color: rgba(244, 248, 252, 0.84);
	max-width: 30ch;
}

.yhf-home-form-tags {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 10px;
	margin-top: 16px;
	width: 100%;
}

.yhf-home-form-tags span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 30px;
	width: 100%;
	padding: 0 10px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.10);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #f8fbfd;
}

.yhf-home-form-card {
	display: flex;
	flex-direction: column;
	padding: 20px 22px;
	background: #f8fbff;
}

.yhf-home-form-card .wpforms-container {
	margin: 0;
}

.yhf-home-form-card .wpforms-container .wpforms-form {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 12px;
	row-gap: 14px;
	align-items: start;
}

.yhf-home-form-card .wpforms-field-container {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px 12px;
	align-items: start;
	grid-column: 1 / -1;
}

.yhf-home-form-card .wpforms-field {
	padding: 0;
	margin: 0;
	width: auto !important;
	max-width: none !important;
	float: none !important;
	clear: none !important;
	min-width: 0;
}

.yhf-home-form-card .wpforms-field.wpforms-one-half,
.yhf-home-form-card .wpforms-field.wpforms-one-third,
.yhf-home-form-card .wpforms-field.wpforms-two-thirds,
.yhf-home-form-card .wpforms-field.wpforms-first {
	width: auto !important;
	margin-left: 0 !important;
	float: none !important;
	clear: none !important;
}

.yhf-home-form-card .wpforms-field-label {
	display: flex;
	align-items: flex-end;
	margin: 0 0 5px;
	min-height: 34px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #23405d;
}

.yhf-home-form-card .wpforms-required-label {
	margin-left: 4px;
	color: #d08e00;
}

.yhf-home-form-card input[type='text'],
.yhf-home-form-card input[type='email'],
.yhf-home-form-card textarea {
	width: 100%;
	max-width: none !important;
	border: 1px solid #d6e1ec;
	border-radius: 14px;
	background: #ffffff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
	font-size: 14.5px;
	line-height: 1.45;
	color: #17324d;
	padding: 11px 14px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	text-align: left;
}

.yhf-home-form-card input[type='text'],
.yhf-home-form-card input[type='email'] {
	min-height: 44px;
}

.yhf-home-form-card .wpforms-field-small,
.yhf-home-form-card .wpforms-field-medium,
.yhf-home-form-card .wpforms-field-large {
	width: 100% !important;
	max-width: none !important;
}

.yhf-home-form-card textarea {
	min-height: 88px;
	resize: vertical;
}

.yhf-home-form-card #wpforms-1901-field_7-container {
	grid-column: 1 / -1;
}

.yhf-home-form-card input[type='text']:focus,
.yhf-home-form-card input[type='email']:focus,
.yhf-home-form-card textarea:focus {
	outline: none;
	border-color: #177ea9;
	box-shadow: 0 0 0 4px rgba(23, 126, 169, 0.12);
	transform: translateY(-1px);
}

.yhf-home-form-card .wpforms-field-description,
.yhf-home-form-card label.wpforms-error {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.6;
	letter-spacing: 0;
	text-transform: none;
	color: #8d2f2f;
}

.yhf-home-form-card .wpforms-field input.wpforms-error,
.yhf-home-form-card .wpforms-field textarea.wpforms-error {
	border-color: #ef9a9a;
	box-shadow: 0 0 0 3px rgba(239, 154, 154, 0.12);
}

.yhf-home-form-card .wpforms-confirmation-container-full,
.yhf-home-form-card .wpforms-error-container {
	margin: 0 0 14px;
	padding: 12px 15px;
	border-radius: 14px;
	font-size: 15px;
	line-height: 1.55;
}

.yhf-home-form-card .wpforms-confirmation-container-full {
	background: #eef7f1;
	border: 1px solid #b8dec3;
	color: #235941;
}

.yhf-home-form-card .wpforms-error-container {
	background: #fff1f1;
	border: 1px solid #f0c2c2;
	color: #8d2f2f;
}

.yhf-home-form-card .wpforms-submit-container {
	display: flex;
	justify-content: stretch;
	grid-column: 3 / 4;
	width: auto;
	padding: 0 !important;
	margin: 0;
	align-items: center;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	position: relative;
	min-width: 0;
}

.yhf-home-form-card .wpforms-submit {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100%;
	min-width: 0;
	min-height: 48px;
	padding: 0 28px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #123a6f 0%, #1a84ad 100%);
	box-shadow: 0 14px 28px rgba(18, 58, 111, 0.18);
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1 !important;
	text-align: center !important;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
	white-space: nowrap;
	font-family: 'Lexend', sans-serif;
	appearance: none;
	box-sizing: border-box;
	align-self: flex-end;
	vertical-align: middle;
}

.yhf-home-form-card .wpforms-submit-spinner {
	position: absolute;
	left: calc(100% + 10px);
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}

.yhf-home-form-card .wpforms-submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 20px 36px rgba(18, 58, 111, 0.22);
	filter: saturate(1.05);
}

.yhf-home-form-card .wpforms-submit:focus {
	outline: none;
	box-shadow: 0 0 0 4px rgba(23, 126, 169, 0.16);
}

.yhf-home-form {
	display: grid;
	gap: 20px;
}

.yhf-home-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 16px;
}

.yhf-field {
	display: grid;
	gap: 8px;
}

.yhf-field label {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #23405d;
}

.yhf-field label span {
	color: #d08e00;
}

.yhf-field input,
.yhf-field textarea {
	width: 100%;
	border: 1px solid #d6e1ec;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
	font-size: 16px;
	line-height: 1.4;
	color: #17324d;
	padding: 16px 18px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.yhf-field input {
	min-height: 56px;
}

.yhf-field textarea {
	min-height: 160px;
	resize: vertical;
}

.yhf-field input:focus,
.yhf-field textarea:focus {
	outline: none;
	border-color: #177ea9;
	box-shadow: 0 0 0 4px rgba(23, 126, 169, 0.12);
	transform: translateY(-1px);
}

.yhf-home-form-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-top: 4px;
}

.yhf-home-form-footer p {
	margin: 0;
	max-width: 440px;
	font-size: 14px;
	line-height: 1.7;
	color: #58708a;
}

.yhf-home-form-footer button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	min-height: 56px;
	padding: 0 28px;
	border: 0;
	border-radius: 999px;
	background: linear-gradient(135deg, #123a6f 0%, #1a84ad 100%);
	box-shadow: 0 16px 32px rgba(18, 58, 111, 0.18);
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.yhf-home-form-footer button:hover {
	transform: translateY(-2px);
	box-shadow: 0 20px 36px rgba(18, 58, 111, 0.22);
	filter: saturate(1.05);
}

.yhf-home-form-footer button:focus {
	outline: none;
	box-shadow: 0 0 0 4px rgba(23, 126, 169, 0.16);
}

@media (max-width: 1024px) {
	.yhf-home-form-shell {
		grid-template-columns: 1fr;
	}

	.yhf-home-form-side,
	.yhf-home-form-card {
		padding: 28px 24px;
	}

	.yhf-home-form-card .wpforms-field-container {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.yhf-home-form-card .wpforms-submit-container {
		grid-column: 2 / 3;
		width: auto;
	}
}

@media (max-width: 1366px) {
	.yhf-home-form-footer {
		flex-direction: column;
		align-items: flex-start;
	}

	.yhf-home-form-footer p {
		max-width: none;
	}
}

@media (max-width: 767px) {
	.elementor-element-9d35336 {
		padding-left: 14px !important;
		padding-right: 14px !important;
	}

	.elementor-element-9d35336 > .elementor-container {
		width: 100% !important;
	}

	.yhf-home-form-card .wpforms-field-container {
		grid-template-columns: 1fr;
	}

	.yhf-home-form-card .wpforms-submit-container {
		justify-content: stretch;
		grid-column: 1 / -1;
		width: 100%;
	}

	.yhf-home-form-card .wpforms-submit {
		width: 100%;
		min-width: 0;
	}
}
