.legal-page {
	min-height: calc(100vh - 72px);
	background: #f6f8fb;
	padding: 48px 20px;
}

.legal-page__shell {
	max-width: 980px;
	margin: 0 auto;
}

.legal-page__back {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	margin-bottom: 18px;
	color: #3758f9;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.legal-page__back:hover {
	text-decoration: underline;
}

.legal-page__content {
	background: #ffffff;
	border: 1px solid #dfe6f2;
	border-radius: 8px;
	box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
	padding: 36px;
}

.legal-page__content h1 {
	margin: 0 0 22px;
	color: #111827;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 0;
}

.veolog-terms,
.veolog-privacy,
.veolog-cookies,
.veolog-coupon-regulation {
	color: #243145;
	font-size: 15px;
	line-height: 1.65;
}

.veolog-terms h2,
.veolog-privacy h2,
.veolog-cookies h2,
.veolog-coupon-regulation h2 {
	margin: 0 0 8px;
	color: #111827;
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: 0;
}

.veolog-terms h3,
.veolog-privacy h3,
.veolog-cookies h3,
.veolog-coupon-regulation h3 {
	margin: 30px 0 8px;
	color: #111827;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0;
}

.veolog-terms h4,
.veolog-privacy h4,
.veolog-cookies h4,
.veolog-coupon-regulation h4 {
	margin: 18px 0 6px;
	color: #172033;
	font-size: 15px;
	line-height: 1.35;
	letter-spacing: 0;
}

.veolog-terms p,
.veolog-privacy p,
.veolog-cookies p,
.veolog-coupon-regulation p {
	margin: 0 0 12px;
}

.veolog-terms ul,
.veolog-privacy ul,
.veolog-cookies ul,
.veolog-coupon-regulation ul,
.veolog-coupon-regulation ol {
	margin: 0 0 16px 20px;
	padding: 0;
}

.veolog-terms li,
.veolog-privacy li,
.veolog-cookies li,
.veolog-coupon-regulation li {
	margin-bottom: 8px;
}

.veolog-privacy a,
.veolog-cookies a,
.veolog-coupon-regulation a {
	color: #3758f9;
	font-weight: 700;
	text-decoration: none;
}

.veolog-privacy a:hover,
.veolog-cookies a:hover,
.veolog-coupon-regulation a:hover {
	text-decoration: underline;
}

.legal-page__updated {
	color: #5e6b86;
	font-size: 14px;
}

.legal-coupon-code {
	display: inline-grid;
	gap: 3px;
	margin: 8px 0 6px;
	padding: 14px 18px;
	border: 1px solid #dfe6f2;
	border-radius: 8px;
	background: #f8fbff;
}

.legal-coupon-code span {
	color: #5e6b86;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.legal-coupon-code strong {
	color: #10204b;
	font-size: 24px;
	line-height: 1.15;
	letter-spacing: 0;
}

.legal-policy-links {
	list-style: none;
	margin-left: 0 !important;
}

@media (max-width: 640px) {
	.legal-page {
		min-height: calc(100vh - 108px);
		padding: 24px 12px;
	}

	.legal-page__content {
		padding: 22px 18px;
	}

	.legal-page__content h1 {
		font-size: 24px;
	}

	.veolog-terms h2,
	.veolog-privacy h2,
	.veolog-cookies h2,
	.veolog-coupon-regulation h2 {
		font-size: 20px;
	}

	.legal-coupon-code {
		display: grid;
		width: 100%;
	}
}
