/* Legal document pages (terms, etc.) */

.xsis-legal-page {
	--xsis-brand: #2f6fed;
	max-width: 720px;
	margin: 0 auto;
	padding: 12px 0 64px;
}

.xsis-legal-hero {
	margin-bottom: 36px;
}

.xsis-legal-hero__eyebrow {
	margin: 0 0 10px;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--xsis-brand);
}

.xsis-legal-hero__title {
	margin: 0 0 10px;
	font-size: clamp(1.85rem, 4vw, 2.6rem);
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.15;
	color: var(--it-text);
}

.xsis-legal-hero__updated {
	margin: 0;
	font-size: 0.88rem;
	color: var(--it-muted);
}

.xsis-legal-section {
	margin-bottom: 28px;
}

.xsis-legal-section h2 {
	margin: 0 0 10px;
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--it-text);
}

.xsis-legal-section h3 {
	margin: 18px 0 8px;
	font-size: 0.98rem;
	font-weight: 700;
	color: var(--it-text);
}

.xsis-legal-section p,
.xsis-legal-section li {
	font-size: 0.94rem;
	line-height: 1.65;
	color: var(--it-muted);
}

.xsis-legal-section p {
	margin: 0 0 12px;
}

.xsis-legal-section ul {
	margin: 0 0 12px;
	padding-left: 1.2rem;
}

.xsis-legal-section li {
	margin-bottom: 8px;
}

.xsis-legal-section a {
	color: var(--xsis-brand);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.xsis-legal-section a:hover {
	filter: brightness(1.1);
}

.xsis-legal-foot {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 18px;
	margin-top: 36px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 0.88rem;
}

.xsis-legal-foot a {
	color: var(--it-muted);
	text-decoration: none;
}

.xsis-legal-foot a:hover {
	color: var(--it-text);
}
