.tb-legal-page {
	background: #f6f7f9;
	color: #1f2937;
}

.tb-legal-page__section {
	padding: 56px 0 76px;
}

.tb-legal-page__container {
	max-width: 980px;
}

.tb-legal-page__article {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 22px;
	padding: 46px 52px 50px;
	box-shadow: 0 18px 48px rgba(17, 24, 39, 0.06);
}

.tb-legal-page__content {
	font-size: 15.5px;
	line-height: 1.68;
	color: #374151;
}

.tb-legal-page__content h1 {
	margin: 0 0 26px;
	font-size: clamp(32px, 4.2vw, 46px);
	line-height: 1.08;
	font-weight: 800;
	letter-spacing: -0.035em;
	color: #111827;
}

.tb-legal-page__content h2 {
	margin: 36px 0 14px;
	padding-top: 24px;
	border-top: 1px solid #e5e7eb;
	font-size: clamp(21px, 2.5vw, 26px);
	line-height: 1.22;
	font-weight: 800;
	letter-spacing: -0.02em;
	color: #111827;
}

.tb-legal-page__content h2:first-of-type {
	margin-top: 28px;
}

.tb-legal-page__content p {
	margin: 0 0 15px;
}

.tb-legal-page__content ul,
.tb-legal-page__content ol {
	margin: 0 0 18px 1.25em;
	padding: 0;
}

.tb-legal-page__content li {
	margin: 0 0 7px;
}

.tb-legal-page__content a {
	color: #fc7700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 768px) {
	.tb-legal-page__section {
		padding: 34px 0 48px;
	}

	.tb-legal-page__article {
		border-radius: 16px;
		padding: 28px 22px 32px;
	}

	.tb-legal-page__content {
		font-size: 15px;
		line-height: 1.62;
	}

	.tb-legal-page__content h1 {
		margin-bottom: 22px;
	}

	.tb-legal-page__content h2 {
		margin-top: 30px;
		padding-top: 20px;
	}
}
