.terms-page {
	background:
		radial-gradient(circle at top left, rgba(141, 188, 255, 0.12), transparent 28%),
		radial-gradient(circle at bottom right, rgba(122, 164, 255, 0.1), transparent 26%),
		linear-gradient(180deg, #f7fbff 0%, #eef4ff 48%, #f9fbff 100%);
	padding: 72px 0 96px;
}

.terms-page-inner {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 20px;
}

.terms-page-hero {
	margin-bottom: 42px;
	text-align: center;
}

.terms-page-kicker {
	display: block;
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.28em;
	color: #6a8fc8;
}

.terms-page-title {
	margin: 0;
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 800;
	line-height: 1.16;
	color: #1e3962;
}

.terms-page-lead {
	max-width: 720px;
	margin: 16px auto 0;
	font-size: 15px;
	line-height: 1.9;
	color: #607da6;
}

.terms-document {
	padding: 34px 34px 38px;
	border: 1px solid rgba(126, 158, 212, 0.18);
	border-radius: 32px;
	background: rgba(255, 255, 255, 0.84);
	box-shadow: 0 24px 58px rgba(67, 105, 171, 0.08);
}

.terms-section + .terms-section {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid rgba(126, 158, 212, 0.14);
}

.terms-section h2 {
	margin: 0 0 14px;
	font-size: 22px;
	font-weight: 800;
	line-height: 1.5;
	color: #213b68;
}

.terms-section p,
.terms-section li {
	font-size: 15px;
	line-height: 2;
	color: #4f688f;
}

.terms-section p {
	margin: 0;
}

.terms-section ul {
	margin: 0;
	padding-left: 1.4em;
}

.terms-section li + li {
	margin-top: 8px;
}

@media (max-width: 768px) {
	.terms-page {
		padding: 52px 0 72px;
	}

	.terms-page-hero {
		margin-bottom: 30px;
	}

	.terms-page-lead,
	.terms-section p,
	.terms-section li {
		font-size: 14px;
	}

	.terms-document {
		padding: 24px 20px 28px;
		border-radius: 24px;
	}

	.terms-section + .terms-section {
		margin-top: 24px;
		padding-top: 24px;
	}

	.terms-section h2 {
		font-size: 19px;
	}
}
