#conteneur_contact {
	width: min(1200px, calc(100% - 56px));
	margin: 0 auto 44px;
}

.lg-contact-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 24px;
	align-items: stretch;
	margin: 14px 0 20px;
}

.lg-contact-hero__content,
.lg-contact-hero__note,
.lg-contact-card {
	background: rgba(255, 255, 255, 0.92);
	border: 1px solid rgba(190, 157, 87, 0.32);
	box-shadow: 0 18px 44px rgba(67, 48, 20, 0.08);
}

.lg-contact-hero__content {
	padding: 30px 34px;
	border-radius: 8px;
}

.lg-contact-kicker {
	margin: 0 0 8px;
	color: #96671d;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.lg-contact-hero h1,
.lg-contact-card h2 {
	margin: 0;
	color: #1f1d19;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: 0;
}

.lg-contact-hero h1 {
	font-size: 32px;
	line-height: 1.15;
}

.lg-contact-hero__content p:last-child {
	max-width: 680px;
	margin: 12px 0 0;
	color: #4e463b;
	font-size: 16px;
	line-height: 1.65;
}

.lg-contact-hero__note {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	padding: 24px;
	border-radius: 8px;
	background: linear-gradient(135deg, #fff8e7, #fff);
}

.lg-contact-hero__note strong,
.lg-contact-privacy strong {
	color: #6b4713;
	font-size: 15px;
}

.lg-contact-hero__note span,
.lg-contact-privacy span {
	color: #5a5247;
	font-size: 14px;
	line-height: 1.55;
}

.lg-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 330px;
	gap: 24px;
	align-items: start;
}

.lg-contact-card {
	border-radius: 8px;
	padding: 28px;
}

.lg-contact-card__head {
	margin-bottom: 22px;
}

.lg-contact-card h2 {
	font-size: 23px;
	line-height: 1.25;
}

.lg-contact-card__head p,
.lg-contact-card--side p {
	margin: 8px 0 0;
	color: #5a5247;
	font-size: 15px;
	line-height: 1.58;
}

.lg-contact-error,
.lg-contact-success {
	border-radius: 8px;
	padding: 16px 18px;
	margin-bottom: 20px;
}

.lg-contact-error {
	color: #9d2f25;
	background: #fff0ee;
	border: 1px solid #f0b8b1;
	font-weight: 700;
}

.lg-contact-success {
	color: #315c28;
	background: #f1faed;
	border: 1px solid #b8d9ae;
}

.lg-contact-success__title {
	margin: 0 0 6px;
	font-size: 19px;
	font-weight: 700;
}

.lg-contact-success p:last-child {
	margin: 0;
	line-height: 1.55;
}

.lg-contact-form {
	display: grid;
	gap: 16px;
}

.lg-contact-member {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	padding: 11px 14px;
	border-radius: 8px;
	background: #fff8e7;
	border: 1px solid #e7d2a4;
	color: #5d4a2d;
	font-size: 14px;
}

.lg-contact-member strong {
	color: #1f1d19;
}

.lg-contact-field {
	display: grid;
	gap: 7px;
}

.lg-contact-field label,
.lg-contact-captcha label {
	color: #5a3b10;
	font-weight: 700;
	font-size: 14px;
}

.lg-contact-field label span,
.lg-contact-captcha label span {
	color: #b34335;
}

.lg-contact-field input,
.lg-contact-field textarea,
.lg-contact-captcha input {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #d9c59b;
	border-radius: 8px;
	background: #fffdf8;
	color: #25211a;
	font: 15px/1.45 Arial, Helvetica, sans-serif;
	outline: none;
	transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.lg-contact-field input,
.lg-contact-captcha input {
	height: 44px;
	padding: 0 13px;
}

.lg-contact-field textarea {
	min-height: 190px;
	resize: vertical;
	padding: 12px 13px;
}

.lg-contact-field input:focus,
.lg-contact-field textarea:focus,
.lg-contact-captcha input:focus {
	border-color: #b98526;
	background: #fff;
	box-shadow: 0 0 0 3px rgba(185, 133, 38, 0.18);
}

.lg-contact-field.is-error input,
.lg-contact-field.is-error textarea,
.lg-contact-captcha.is-error input {
	border-color: #cb5a4e;
	background: #fff7f6;
}

.lg-contact-captcha {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 110px;
	gap: 14px;
	align-items: end;
}

.lg-contact-captcha > div {
	display: grid;
	gap: 7px;
}

.lg-contact-captcha img {
	justify-self: end;
	width: 90px;
	height: 32px;
	border-radius: 6px;
	border: 1px solid #d9c59b;
	background: #fff;
}

.lg-contact-actions {
	display: flex;
	justify-content: flex-end;
	margin-top: 4px;
}

.lg-contact-actions button {
	min-width: 170px;
	height: 44px;
	padding: 0 24px;
	border: 1px solid #9c6f1d;
	border-radius: 22px;
	background: linear-gradient(180deg, #d7ad55, #b88426);
	color: #fff;
	font: 700 15px/1 Arial, Helvetica, sans-serif;
	cursor: pointer;
	box-shadow: 0 10px 18px rgba(111, 76, 18, 0.18);
}

.lg-contact-actions button:hover,
.lg-contact-actions button:focus {
	background: linear-gradient(180deg, #e0b75f, #a9751f);
}

.lg-contact-card--side {
	position: sticky;
	top: 18px;
}

.lg-contact-side-links {
	display: grid;
	gap: 10px;
	margin: 20px 0;
}

.lg-contact-side-links a {
	display: flex;
	align-items: center;
	min-height: 42px;
	padding: 0 14px;
	border-radius: 8px;
	border: 1px solid #e2cda2;
	background: #fffaf0;
	color: #6d4a15;
	text-decoration: none;
	font-weight: 700;
}

.lg-contact-side-links a:hover,
.lg-contact-side-links a:focus {
	background: #fff2d4;
	color: #2a2113;
}

.lg-contact-privacy {
	display: grid;
	gap: 7px;
	padding-top: 18px;
	border-top: 1px solid #ead9b8;
}

@media (max-width: 900px) {
	#conteneur_contact {
		width: min(100% - 28px, 760px);
	}

	.lg-contact-hero,
	.lg-contact-grid {
		grid-template-columns: 1fr;
	}

	.lg-contact-card--side {
		position: static;
	}
}

@media (max-width: 560px) {
	#conteneur_contact {
		width: calc(100% - 20px);
	}

	.lg-contact-hero__content,
	.lg-contact-hero__note,
	.lg-contact-card {
		padding: 20px;
	}

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

	.lg-contact-captcha {
		grid-template-columns: 1fr;
	}

	.lg-contact-captcha img {
		justify-self: start;
	}

	.lg-contact-actions,
	.lg-contact-actions button {
		width: 100%;
	}
}
