body.velorun-legal-page-active {
	background: #f4f7f4;
	color: #1a211c;
}

body.velorun-legal-page-active .velorun-legal-page {
	padding: 36px 0 72px;
}

body.velorun-legal-page-active .velorun-legal-hero {
	max-width: 900px;
	margin: 0 auto 24px;
}

body.velorun-legal-page-active .velorun-legal-hero__kicker {
	margin: 0 0 8px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #3d8f4a;
}

body.velorun-legal-page-active .velorun-legal-hero__title {
	margin: 0;
	font-size: clamp(24px, 4vw, 34px);
	line-height: 1.15;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #111714;
}

body.velorun-legal-page-active .velorun-legal-hero__meta {
	margin: 10px 0 0;
	font-size: 14px;
	color: #5f6a62;
}

body.velorun-legal-page-active .velorun-legal-card {
	max-width: 900px;
	margin: 0 auto;
	padding: 28px 30px;
	border-radius: 18px;
	border: 1px solid rgba(17, 23, 20, 0.08);
	background: #fff;
	box-shadow: 0 18px 40px rgba(17, 23, 20, 0.06);
}

body.velorun-legal-page-active .velorun-legal-card__body {
	font-size: 16px;
	line-height: 1.7;
	color: #2a332d;
}

body.velorun-legal-page-active .velorun-legal-card__body > :first-child {
	margin-top: 0;
}

body.velorun-legal-page-active .velorun-legal-card__body h2,
body.velorun-legal-page-active .velorun-legal-card__body h3,
body.velorun-legal-page-active .velorun-legal-card__body h4 {
	margin: 1.6em 0 0.6em;
	color: #111714;
	font-weight: 700;
	letter-spacing: -0.01em;
}

body.velorun-legal-page-active .velorun-legal-card__body h2 {
	font-size: 1.25rem;
}

body.velorun-legal-page-active .velorun-legal-card__body h3 {
	font-size: 1.1rem;
}

body.velorun-legal-page-active .velorun-legal-card__body h4 {
	font-size: 1rem;
}

body.velorun-legal-page-active .velorun-legal-card__body p,
body.velorun-legal-page-active .velorun-legal-card__body li {
	font-size: 16px;
}

body.velorun-legal-page-active .velorun-legal-card__body ul,
body.velorun-legal-page-active .velorun-legal-card__body ol {
	margin: 0.75em 0 1em;
	padding-left: 1.25em;
}

body.velorun-legal-page-active .velorun-legal-card__body a {
	color: #1f7a34;
	text-decoration: underline;
}

@media (max-width: 768px) {
	body.velorun-legal-page-active .velorun-legal-page {
		padding: 24px 0 56px;
	}

	body.velorun-legal-page-active .velorun-legal-card {
		padding: 22px 18px;
		border-radius: 14px;
	}
}
