/* Secção contacto — homepage */

.lh-contact {
	width: 100%;
	background-color: var(--theme-palette-color-1);
	color: #211b1b;
}

.lh-contact__inner {
	width: 100%;
	max-width: var(--lh-site-max-width);
	margin-inline: auto;
	padding: clamp(4rem, 8vw, 6rem) var(--lh-site-gutter);
}

.lh-contact__badge {
	border-color: #211b1b;
}

.lh-contact__title {
	margin: 0 0 clamp(1.25rem, 2.5vw, 1.75rem);
	font-weight: 300;
	letter-spacing: 0.01em;
	color: #211b1b;
}

.lh-contact__text {
	margin: 0 0 clamp(3rem, 6vw, 5rem);
	font-size: clamp(1.05rem, 1.35vw, 1.2rem);
	font-weight: 400;
	line-height: 1.65;
	color: rgba(33, 27, 27, 0.82);
}

.lh-contact__form {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: clip;
}

.lh-contact__form .frm_forms,
.lh-contact__form form,
.lh-contact__form .frm_form_fields,
.lh-contact__form .frm_fields_container {
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.lh-contact__form .frm_forms {
	margin: 0;
}

.lh-contact__form .frm_form_fields > fieldset {
	padding: 0;
	border: 0;
}

.lh-contact__form .frm_fields_container {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: clamp(2rem, 5vw, 4rem);
	row-gap: clamp(1.75rem, 3vw, 2.5rem);
	width: 100%;
}

.lh-contact__form .frm_fields_container > input[type='hidden'] {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.lh-contact__form .frm_form_field {
	margin: 0;
	float: none !important;
	width: auto !important;
	min-width: 0;
	max-width: 100%;
}

.lh-contact__form #frm_field_1_container {
	grid-column: 1 !important;
	grid-row: 1;
}

.lh-contact__form #frm_field_3_container {
	grid-column: 2 !important;
	grid-row: 1;
}

.lh-contact__form #frm_field_7_container {
	grid-column: 1 !important;
	grid-row: 2;
}

.lh-contact__form #frm_field_8_container {
	grid-column: 2 !important;
	grid-row: 2;
}

.lh-contact__form #frm_field_5_container {
	grid-column: 1 / -1 !important;
	grid-row: 3;
}

.lh-contact__form #frm_field_6_container {
	grid-column: 1 / -1 !important;
	grid-row: 4;
}

.lh-contact__form .frm_form_field:has(.frm_verify),
.lh-contact__form #frm_field_9_container {
	display: none !important;
}

.lh-contact__form .frm_primary_label {
	display: block;
	margin-bottom: 0.35rem;
	color: #211b1b;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	line-height: 1.3;
	text-transform: uppercase;
}

.lh-contact__form .frm_required {
	display: none;
}

.lh-contact__form .with_frm_style input:not([type='checkbox']):not([type='radio']):not([type='button']):not([type='submit']):not([type='hidden']),
.lh-contact__form .with_frm_style textarea,
.lh-contact__form input[type='text'],
.lh-contact__form input[type='email'],
.lh-contact__form input[type='tel'],
.lh-contact__form textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	padding: 0.35rem 0 0.85rem;
	border: 0 !important;
	border-bottom: 1px solid #211b1b !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: #211b1b;
	font: inherit;
	font-size: clamp(1rem, 1.2vw, 1.05rem);
	line-height: 1.4;
	box-shadow: none !important;
	transition: border-color 0.2s ease;
}

.lh-contact__form input::placeholder,
.lh-contact__form textarea::placeholder {
	color: rgba(33, 27, 27, 0.42);
	opacity: 1;
}

.lh-contact__form textarea {
	min-height: 7.5rem;
	padding-bottom: 0;
	resize: vertical;
}

.lh-contact__form input[type='text']:focus,
.lh-contact__form input[type='email']:focus,
.lh-contact__form input[type='tel']:focus,
.lh-contact__form textarea:focus {
	outline: none;
	border-bottom-color: #bf744b;
	background: transparent;
}

.lh-contact__form .frm_submit {
	margin-top: clamp(0.5rem, 1.5vw, 1rem);
}

.lh-contact__form .with_frm_style .frm_button_submit,
.lh-contact__form .frm_button_submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 9.5rem;
	padding: 1rem 2.5rem;
	border: 0 !important;
	border-radius: 999px !important;
	background: var(--theme-palette-color-3) !important;
	color: #fff !important;
	font: inherit;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: none !important;
	transition: opacity 0.2s ease;
}

.lh-contact__form .frm_button_submit:hover,
.lh-contact__form .frm_button_submit:focus-visible {
	opacity: 0.85;
}

.lh-contact__form .frm_error_style,
.lh-contact__form .frm_message {
	margin-bottom: 1rem;
	padding: 0.85rem 0;
	color: #211b1b;
}

.lh-contact__form .frm_error {
	color: #bf744b;
	font-size: 0.875rem;
}

.lh-contact__form .lh-contact__field-error-message {
	margin-top: 0.35rem;
}

.lh-contact__form input.lh-contact__field-error,
.lh-contact__form textarea.lh-contact__field-error {
	border-color: #bf744b !important;
}

@media (max-width: 991px) {
	.lh-contact__form .frm_fields_container {
		grid-template-columns: 1fr;
		column-gap: 0;
	}

	.lh-contact__form #frm_field_1_container,
	.lh-contact__form #frm_field_3_container,
	.lh-contact__form #frm_field_7_container,
	.lh-contact__form #frm_field_8_container,
	.lh-contact__form #frm_field_5_container,
	.lh-contact__form #frm_field_6_container {
		grid-column: 1 !important;
		grid-row: auto;
	}
}

@media (max-width: 767px) {
	.lh-contact__inner {
		padding-top: clamp(3rem, 10vw, 4rem);
		padding-bottom: clamp(3rem, 10vw, 4rem);
	}

	.lh-contact__title {
		max-width: none;
	}
}

@media (max-width: 480px) {
	.lh-contact__inner {
		padding-inline: clamp(1.15rem, 5vw, 1.5rem);
	}

	.lh-contact__form .frm_fields_container {
		row-gap: clamp(1.35rem, 4.5vw, 1.75rem);
	}

	.lh-contact__form .with_frm_style .frm_button_submit,
	.lh-contact__form .frm_button_submit {
		width: 100%;
		min-width: 0;
	}
}
