.lg-contact-hero {
	position: relative;
	overflow: hidden;
	padding: 42px 0 106px;
	color: #fff;
	background:
		radial-gradient(circle at 82% 22%, rgba(243, 83, 33, .24), transparent 27%),
		linear-gradient(125deg, #1d2c4d 0%, var(--lg-navy) 58%, #314a7b 100%);
}

.lg-contact-hero::after {
	content: "";
	position: absolute;
	right: -80px;
	bottom: -190px;
	width: 430px;
	height: 430px;
	border: 70px solid rgba(255, 255, 255, .035);
	border-radius: 50%;
}

.lg-contact-hero__breadcrumb {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 9px;
	margin-bottom: 38px;
	font-size: 13px;
	color: rgba(255, 255, 255, .7);
}

.lg-contact-hero__breadcrumb a {
	transition: color .2s ease;
}

.lg-contact-hero__breadcrumb a:hover {
	color: #fff;
}

.lg-contact-hero__content {
	position: relative;
	z-index: 1;
	max-width: 760px;
}

.lg-contact-hero__eyebrow,
.lg-contact-section-head > span,
.lg-contact-map__head > div > span {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: var(--lg-orange);
}

.lg-contact-hero h1 {
	margin: 0 0 16px;
	font-size: clamp(36px, 5vw, 60px);
	line-height: 1.05;
	letter-spacing: -.035em;
}

.lg-contact-hero p {
	max-width: 680px;
	margin: 0;
	font-size: clamp(16px, 1.5vw, 19px);
	line-height: 1.65;
	color: rgba(255, 255, 255, .78);
}

.lg-contact-page {
	padding-bottom: 82px;
	background: #f6f7f9;
}

.lg-contact-cards {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin-top: -62px;
}

.lg-contact-card {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	min-height: 130px;
	padding: 24px 21px;
	background: #fff;
	border: 1px solid rgba(39, 57, 96, .08);
	border-radius: 15px;
	box-shadow: 0 15px 38px rgba(25, 42, 72, .08);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

a.lg-contact-card:hover {
	transform: translateY(-4px);
	border-color: rgba(243, 83, 33, .28);
	box-shadow: 0 20px 45px rgba(25, 42, 72, .13);
}

.lg-contact-card__icon {
	display: grid;
	place-items: center;
	flex: 0 0 44px;
	width: 44px;
	height: 44px;
	color: var(--lg-orange);
	background: rgba(243, 83, 33, .09);
	border-radius: 12px;
}

.lg-contact-card__icon svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.lg-contact-card__content {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.lg-contact-card__content small {
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #8a93a3;
}

.lg-contact-card__content strong {
	font-size: 15px;
	line-height: 1.4;
	color: var(--lg-navy);
	overflow-wrap: anywhere;
}

.lg-contact-card__content > span {
	margin-top: 5px;
	font-size: 12px;
	line-height: 1.45;
	color: var(--lg-gray);
}

.lg-contact-main {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(320px, .65fr);
	gap: 24px;
	align-items: stretch;
	margin-top: 52px;
}

.lg-contact-form-card,
.lg-contact-showroom,
.lg-contact-map {
	background: #fff;
	border: 1px solid rgba(39, 57, 96, .08);
	border-radius: 18px;
	box-shadow: 0 14px 40px rgba(25, 42, 72, .06);
}

.lg-contact-form-card {
	padding: clamp(26px, 4vw, 48px);
}

.lg-contact-section-head {
	max-width: 690px;
	margin-bottom: 30px;
}

.lg-contact-section-head h2,
.lg-contact-showroom h2,
.lg-contact-map__head h2 {
	margin: 0;
	color: var(--lg-navy);
	letter-spacing: -.02em;
}

.lg-contact-section-head h2 {
	font-size: clamp(25px, 3vw, 35px);
}

.lg-contact-section-head p,
.lg-contact-showroom > p {
	margin: 12px 0 0;
	line-height: 1.65;
	color: var(--lg-gray);
}

.lg-contact-alert {
	margin-bottom: 24px;
	padding: 14px 16px;
	font-size: 14px;
	line-height: 1.5;
	border: 1px solid;
	border-radius: 10px;
}

.lg-contact-alert--success {
	color: #23663d;
	background: #eef9f1;
	border-color: #cde9d5;
}

.lg-contact-alert--error {
	color: #9a2a24;
	background: #fff2f1;
	border-color: #f0cfcc;
}

.lg-contact-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.lg-contact-field {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.lg-contact-field > span {
	font-size: 13px;
	font-weight: 650;
	color: var(--lg-navy);
}

.lg-contact-field em {
	font-style: normal;
	color: var(--lg-orange);
}

.lg-contact-field input,
.lg-contact-field select,
.lg-contact-field textarea {
	width: 100%;
	min-height: 48px;
	padding: 12px 14px;
	font: inherit;
	font-size: 14px;
	color: var(--lg-navy);
	background: #fafbfc;
	border: 1px solid #dfe3e9;
	border-radius: 9px;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.lg-contact-field textarea {
	min-height: 150px;
	resize: vertical;
}

.lg-contact-field input:focus,
.lg-contact-field select:focus,
.lg-contact-field textarea:focus {
	background: #fff;
	border-color: var(--lg-orange);
	box-shadow: 0 0 0 3px rgba(243, 83, 33, .1);
}

.lg-contact-field--message {
	margin-top: 20px;
}

.lg-contact-form__website {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.lg-contact-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 18px;
	font-size: 12px;
	line-height: 1.55;
	color: var(--lg-gray);
}

.lg-contact-consent input {
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	margin: 2px 0 0;
	accent-color: var(--lg-orange);
}

.lg-contact-consent a {
	color: var(--lg-navy);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.lg-contact-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 48px;
	margin-top: 24px;
	padding: 0 24px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background: var(--lg-orange);
	border: 0;
	border-radius: 9px;
	box-shadow: 0 10px 22px rgba(243, 83, 33, .2);
	transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.lg-contact-submit:hover {
	transform: translateY(-2px);
	background: var(--lg-orange-2);
	box-shadow: 0 13px 28px rgba(243, 83, 33, .26);
}

.lg-contact-submit svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.lg-contact-showroom {
	position: relative;
	overflow: hidden;
	padding: 34px 30px;
	color: #fff;
	background:
		radial-gradient(circle at 100% 0, rgba(243, 83, 33, .22), transparent 35%),
		linear-gradient(150deg, #233555, #182641);
}

.lg-contact-showroom::after {
	content: "";
	position: absolute;
	right: -90px;
	bottom: -90px;
	width: 220px;
	height: 220px;
	border: 42px solid rgba(255, 255, 255, .025);
	border-radius: 50%;
}

.lg-contact-showroom > * {
	position: relative;
	z-index: 1;
}

.lg-contact-showroom__status {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 30px;
	padding: 7px 10px;
	font-size: 11px;
	font-weight: 650;
	color: #bde7ca;
	background: rgba(59, 167, 94, .12);
	border: 1px solid rgba(100, 206, 134, .2);
	border-radius: 999px;
}

.lg-contact-showroom__status > span {
	width: 8px;
	height: 8px;
	background: #54ca7b;
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(84, 202, 123, .12);
}

.lg-contact-showroom h2 {
	font-size: 26px;
	color: #fff;
}

.lg-contact-showroom > p {
	color: rgba(255, 255, 255, .68);
}

.lg-contact-showroom__address {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 30px;
	padding: 18px;
	font-size: 13px;
	color: rgba(255, 255, 255, .72);
	background: rgba(255, 255, 255, .06);
	border: 1px solid rgba(255, 255, 255, .09);
	border-radius: 11px;
}

.lg-contact-showroom__address strong {
	margin-bottom: 5px;
	font-size: 14px;
	color: #fff;
}

.lg-contact-showroom__hours {
	margin-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.lg-contact-showroom__hours > div {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	padding: 12px 0;
	font-size: 13px;
	color: rgba(255, 255, 255, .65);
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.lg-contact-showroom__hours strong {
	color: #fff;
}

.lg-contact-showroom__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 24px;
}

.lg-contact-showroom__actions a {
	display: grid;
	place-items: center;
	min-height: 43px;
	padding: 8px 10px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 8px;
	transition: background .2s ease, border-color .2s ease;
}

.lg-contact-showroom__actions a:first-child,
.lg-contact-showroom__actions a:hover {
	background: var(--lg-orange);
	border-color: var(--lg-orange);
}

.lg-contact-map {
	overflow: hidden;
	margin-top: 24px;
}

.lg-contact-map__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 28px 32px;
}

.lg-contact-map__head > div > span {
	margin-bottom: 5px;
}

.lg-contact-map__head a {
	flex: 0 0 auto;
	padding: 10px 15px;
	font-size: 12px;
	font-weight: 700;
	color: var(--lg-orange);
	background: rgba(243, 83, 33, .08);
	border-radius: 8px;
}

.lg-contact-map__frame {
	height: 470px;
	background: #e9edf1;
}

.lg-contact-map__frame iframe {
	display: block;
	width: 100%;
	height: 100%;
}

@media (max-width: 1100px) {
	.lg-contact-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.lg-contact-main {
		grid-template-columns: minmax(0, 1fr);
	}

	.lg-contact-showroom {
		padding: 38px;
	}
}

@media (max-width: 640px) {
	.lg-contact-hero {
		padding: 28px 0 88px;
	}

	.lg-contact-hero__breadcrumb {
		margin-bottom: 28px;
	}

	.lg-contact-hero h1 {
		font-size: 36px;
	}

	.lg-contact-cards {
		grid-template-columns: 1fr;
		gap: 12px;
		margin-top: -52px;
	}

	.lg-contact-card {
		min-height: 0;
		padding: 18px;
	}

	.lg-contact-main {
		margin-top: 34px;
	}

	.lg-contact-form-card,
	.lg-contact-showroom {
		padding: 24px 19px;
		border-radius: 14px;
	}

	.lg-contact-form__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.lg-contact-submit {
		width: 100%;
	}

	.lg-contact-showroom__status {
		margin-bottom: 24px;
	}

	.lg-contact-map__head {
		align-items: flex-start;
		padding: 22px 19px;
	}

	.lg-contact-map__head a {
		display: none;
	}

	.lg-contact-map__frame {
		height: 360px;
	}
}
