.lgw-contact-page {
	--lgw-contact-navy: #0c2340;
	--lgw-contact-navy-dark: #081829;
	--lgw-contact-blue: #2563eb;
	--lgw-contact-text: #1a1a2e;
	--lgw-contact-muted: #5c6578;
	--lgw-contact-border: #e8ecf1;
	--lgw-contact-soft: #f7f9fc;
	--lgw-contact-shadow: 0 14px 40px rgba(12, 35, 64, 0.08);
	display: block;
	width: min(920px, calc(100% - 32px));
	margin: 40px auto 72px;
	color: var(--lgw-contact-text);
}

.lgw-contact-page *,
.lgw-contact-page *::before,
.lgw-contact-page *::after {
	box-sizing: border-box;
}

.lgw-contact-page-template .entry-header {
	display: none;
}

.lgw-contact-page-template .inside-article {
	padding-top: 0;
	background: transparent;
}

.lgw-contact-hero {
	display: block;
	margin: 0 0 28px;
	padding: 42px 44px;
	background: linear-gradient(135deg, var(--lgw-contact-navy), var(--lgw-contact-navy-dark));
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 18px;
	color: #fff;
	box-shadow: 0 20px 52px rgba(12, 35, 64, 0.18);
}

.lgw-contact-hero__eyebrow {
	margin: 0 0 12px;
	color: rgba(255, 255, 255, 0.74);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

.lgw-contact-hero__title {
	margin: 0;
	color: #fff;
	font-size: 40px;
	font-weight: 850;
	letter-spacing: 0;
	line-height: 1.2;
}

.lgw-contact-hero__desc {
	margin: 16px 0 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
	line-height: 1.75;
}

.lgw-contact-shell {
	display: block;
	width: 100%;
}

.lgw-contact-card {
	display: grid;
	gap: 28px;
	width: 100%;
	padding: 34px;
	background: #fff;
	border: 1px solid var(--lgw-contact-border);
	border-radius: 18px;
	box-shadow: var(--lgw-contact-shadow);
}

.lgw-contact-card__content {
	display: grid;
	gap: 14px;
}

.lgw-contact-card__content p {
	margin: 0;
	color: var(--lgw-contact-text);
	font-size: 17px;
	line-height: 1.85;
	word-break: keep-all;
}

.lgw-contact-email {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 14px;
	padding: 20px 22px;
	background: var(--lgw-contact-soft);
	border: 1px solid var(--lgw-contact-border);
	border-radius: 14px;
}

.lgw-contact-email__label {
	color: var(--lgw-contact-muted);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.4;
}

.lgw-contact-email__link {
	color: var(--lgw-contact-blue);
	font-size: 18px;
	font-weight: 850;
	line-height: 1.4;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.lgw-contact-email__link:hover,
.lgw-contact-email__link:focus {
	color: var(--lgw-contact-navy);
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.lgw-contact-note {
	margin-top: 18px;
	padding: 22px 24px;
	background: var(--lgw-contact-soft);
	border: 1px solid var(--lgw-contact-border);
	border-radius: 14px;
	color: var(--lgw-contact-muted);
}

.lgw-contact-note p {
	margin: 0;
	font-size: 15px;
	font-weight: 650;
	line-height: 1.7;
}

@media (max-width: 768px) {
	.lgw-contact-page {
		width: min(920px, calc(100% - 32px));
		margin: 28px auto 52px;
	}

	.lgw-contact-hero {
		padding: 32px 24px;
		border-radius: 16px;
	}

	.lgw-contact-hero__title {
		font-size: 31px;
	}

	.lgw-contact-hero__desc {
		font-size: 16px;
	}

	.lgw-contact-card {
		gap: 24px;
		padding: 24px 20px;
	}

	.lgw-contact-card__content p {
		font-size: 16px;
		line-height: 1.8;
	}

	.lgw-contact-email {
		align-items: flex-start;
		flex-direction: column;
		padding: 18px;
	}

	.lgw-contact-email__link {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.lgw-contact-page {
		width: min(920px, calc(100% - 24px));
	}

	.lgw-contact-hero {
		padding: 28px 20px;
	}

	.lgw-contact-hero__title {
		font-size: 28px;
	}

	.lgw-contact-note {
		padding: 18px;
	}
}
