.lm-get-in-touch {
	--lm-touch-ink: #1a3a52;
	--lm-touch-muted: #566273;
	--lm-touch-soft: #f7efe7;
	--lm-touch-accent: #d4a574;
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding: clamp(18px, 1.2vw, 22px) 0;
	background: transparent;
	color: var(--lm-touch-ink);
}

.lm-get-in-touch.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.lm-get-in-touch *,
.lm-get-in-touch *::before,
.lm-get-in-touch *::after {
	box-sizing: border-box;
}

.lm-get-in-touch__inner {
	display: grid;
	grid-template-columns: minmax(420px, 0.92fr) minmax(620px, 1fr);
	gap: clamp(34px, 3.2vw, 58px);
	width: min(1480px, calc(100% - 64px));
	margin: 0 auto;
	padding: 0 clamp(26px, 3.6vw, 54px);
}

.lm-get-in-touch__content {
	min-width: 0;
	padding-top: 4px;
}

.lm-get-in-touch__eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	margin-bottom: 22px;
	padding: 4px 18px;
	border-radius: 999px;
	background: var(--lm-touch-soft);
	color: #bf8752;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
}

.lm-get-in-touch__title {
	max-width: 820px;
	margin: 0;
	color: var(--lm-touch-ink);
	font-size: clamp(32px, 3vw, 46px) !important;
	font-weight: 700 !important;
	line-height: 1.12 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	overflow-wrap: anywhere;
}

.lm-get-in-touch__description {
	max-width: 780px;
	margin: 22px 0 0;
	color: var(--lm-touch-muted);
	font-size: clamp(14px, 1vw, 16px);
	font-weight: 500;
	line-height: 1.55;
	overflow-wrap: anywhere;
}

.lm-get-in-touch__contact-list {
	display: grid;
	gap: 24px;
	margin-top: clamp(34px, 3.4vw, 48px);
}

.lm-get-in-touch__contact-item {
	display: grid;
	grid-template-columns: 62px minmax(0, 1fr);
	align-items: center;
	gap: 18px;
	max-width: 640px;
	color: inherit;
	text-decoration: none;
}

a.lm-get-in-touch__contact-item:hover,
a.lm-get-in-touch__contact-item:focus-visible {
	color: var(--lm-touch-ink);
	text-decoration: none;
}

.lm-get-in-touch__contact-icon {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	border-radius: 14px;
	background: var(--lm-touch-soft);
	color: var(--lm-touch-accent);
}

.lm-get-in-touch__contact-icon i {
	display: block;
	font-size: 24px;
	line-height: 1;
}

.lm-get-in-touch__contact-body {
	display: grid;
	gap: 4px;
	min-width: 0;
}

.lm-get-in-touch__contact-label,
.lm-get-in-touch__contact-note {
	color: var(--lm-touch-muted);
	font-size: clamp(13px, 0.9vw, 15px);
	font-weight: 700;
	line-height: 1.35;
}

.lm-get-in-touch__contact-value {
	color: var(--lm-touch-ink);
	font-size: clamp(17px, 1.1vw, 20px);
	font-weight: 600;
	line-height: 1.22;
	overflow-wrap: anywhere;
}

.lm-get-in-touch__quick {
	max-width: 720px;
	margin-top: clamp(44px, 5vw, 70px);
	padding-top: clamp(34px, 3.2vw, 48px);
	border-top: 1px solid #e5e9ee;
}

.lm-get-in-touch__quick-title {
	margin: 0 0 24px;
	color: #6b7280;
	font-size: 16px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	letter-spacing: 0 !important;
	text-transform: uppercase !important;
}

.lm-get-in-touch__downloads {
	display: grid;
	gap: 18px;
}

.lm-get-in-touch__download {
	width: fit-content;
	color: var(--lm-touch-ink);
	font-size: clamp(15px, 1vw, 18px);
	font-weight: 600;
	line-height: 1.25;
	text-decoration: none;
}

.lm-get-in-touch__download:hover,
.lm-get-in-touch__download:focus-visible {
	color: var(--lm-touch-accent);
	text-decoration: none;
}

.lm-get-in-touch__download--disabled {
	opacity: 0.55;
}

.lm-get-in-touch__form-card {
	min-width: 0;
	padding: clamp(30px, 2.7vw, 42px);
	border-radius: 18px;
	background: #f7f8fa;
	box-shadow: 0 12px 30px rgba(26, 58, 82, 0.12);
}

.lm-get-in-touch__form-title {
	margin: 0;
	color: var(--lm-touch-ink);
	font-size: clamp(28px, 2vw, 34px) !important;
	font-weight: 700 !important;
	line-height: 1.18 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}

.lm-get-in-touch__form-description {
	max-width: 600px;
	margin: 14px 0 28px;
	color: var(--lm-touch-muted);
	font-size: clamp(15px, 1vw, 17px);
	font-weight: 600;
	line-height: 1.5;
}

.lm-get-in-touch__notice {
	margin: -8px 0 18px;
	padding: 12px 14px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
}

.lm-get-in-touch__notice--success {
	background: #ecfdf3;
	color: #027a48;
}

.lm-get-in-touch__notice--error {
	background: #fef3f2;
	color: #b42318;
}

.lm-get-in-touch__form {
	display: grid;
	gap: 18px;
}

.lm-get-in-touch__field-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.lm-get-in-touch__field {
	width: 100%;
	min-height: 46px;
	margin: 0;
	padding: 0 18px;
	border: 1px solid #dfe4ea;
	border-radius: 8px;
	background: #ffffff;
	color: #27364a;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	box-shadow: none;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lm-get-in-touch__field::placeholder {
	color: #6e7787;
	opacity: 1;
}

.lm-get-in-touch__field:focus {
	border-color: var(--lm-touch-ink);
	box-shadow: 0 0 0 3px rgba(26, 58, 82, 0.1);
}

.lm-get-in-touch__select {
	appearance: auto;
	cursor: pointer;
}

.lm-get-in-touch__textarea {
	height: 84px;
	min-height: 84px;
	padding-top: 14px;
	resize: vertical;
}

.lm-get-in-touch__upload {
	display: grid;
	gap: 4px;
	min-height: 58px;
	padding: 11px 18px;
	border: 1px dashed #cdd5df;
	border-radius: 8px;
	background: #ffffff;
	cursor: pointer;
}

.lm-get-in-touch__upload input {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
}

.lm-get-in-touch__upload-main {
	color: #27364a;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.25;
}

.lm-get-in-touch__upload-note {
	color: #6e7787;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.lm-get-in-touch__math {
	display: grid;
	grid-template-columns: max-content minmax(160px, 1fr);
	align-items: center;
	gap: 12px;
	color: #566273;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

.lm-get-in-touch__math .lm-get-in-touch__field {
	min-height: 44px;
}

.lm-get-in-touch__form-message {
	min-height: 18px;
	margin-top: -8px;
	color: #b42318;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.35;
}

.lm-get-in-touch__privacy {
	margin: -2px 0 0;
	color: #6e7787;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.45;
}

.lm-get-in-touch__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	width: 100%;
	min-height: 54px;
	margin: 0;
	padding: 0 24px;
	border: 1px solid var(--lm-touch-ink);
	border-radius: 7px;
	background: var(--lm-touch-ink);
	color: #ffffff;
	font-family: inherit;
	font-size: 17px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	text-transform: none;
	cursor: pointer;
	transition: background-color 0.24s ease, border-color 0.24s ease, color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.lm-get-in-touch__submit:hover,
.lm-get-in-touch__submit:focus-visible {
	border-color: var(--lm-touch-accent);
	background: var(--lm-touch-accent);
	color: var(--lm-touch-ink);
	box-shadow: 0 10px 22px rgba(26, 58, 82, 0.16);
	text-decoration: none;
	transform: translateY(-1px);
}

.lm-get-in-touch__submit-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
}

.lm-get-in-touch__submit-icon i {
	font-size: 20px;
	line-height: 1;
}

.wp-block-acf-get-in-touch,
.wp-block[data-type="acf/get-in-touch"] {
	margin-top: 0 !important;
	margin-block-start: 0 !important;
	margin-bottom: 0 !important;
	margin-block-end: 0 !important;
}

.editor-styles-wrapper .lm-get-in-touch {
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
}

.editor-styles-wrapper .wp-block-acf-get-in-touch,
.editor-styles-wrapper .wp-block[data-type="acf/get-in-touch"] {
	max-width: none !important;
}

@media (max-width: 1199px) {
	.lm-get-in-touch__inner {
		grid-template-columns: 1fr;
	}

	.lm-get-in-touch__content {
		padding-top: 0;
	}

	.lm-get-in-touch__description,
	.lm-get-in-touch__quick {
		max-width: none;
	}
}

@media (max-width: 767px) {
	.lm-get-in-touch {
		padding: 10px 0;
	}

	.lm-get-in-touch__inner {
		gap: 36px;
		width: min(100% - 28px, 1440px);
		padding: 0 8px;
	}

	.lm-get-in-touch__title {
		font-size: 32px !important;
	}

	.lm-get-in-touch__description {
		margin-top: 20px;
		font-size: 17px;
	}

	.lm-get-in-touch__contact-list {
		gap: 22px;
		margin-top: 34px;
	}

	.lm-get-in-touch__contact-item {
		grid-template-columns: 58px minmax(0, 1fr);
		gap: 16px;
	}

	.lm-get-in-touch__contact-icon {
		width: 58px;
		height: 58px;
	}

	.lm-get-in-touch__quick {
		margin-top: 38px;
		padding-top: 32px;
	}

	.lm-get-in-touch__form-card {
		padding: 28px 18px;
		border-radius: 14px;
	}

	.lm-get-in-touch__field-row {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.lm-get-in-touch__form {
		gap: 16px;
	}

	.lm-get-in-touch__math {
		grid-template-columns: 1fr;
	}
}
