section#terms {
	background: var(--bg2);
	padding: 4rem 2.5rem;
	border-left: 4px solid var(--purple);
	display: none;
	min-height: 80vh;
}

body.page-terms section#terms {
	display: block !important;
}

#terms .legal-card {
	max-width: 860px;
	margin: 0 auto;
	background: var(--bg);
	border: 1px solid var(--border);
	border-radius: var(--radius-lg);
	padding: 2.5rem;
}

#terms .legal-back {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	color: var(--gold);
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 2rem;
	cursor: pointer;
}

#terms h1 {
	font-family: var(--serif);
	font-size: clamp(2rem, 4vw, 2.8rem);
	margin-bottom: 0.5rem;
}

#terms .legal-date {
	font-size: 13px;
	color: var(--mute);
	margin-bottom: 2rem;
}

#terms .legal-body h2 {
	font-family: var(--serif);
	font-size: 1.35rem;
	margin: 1.8rem 0 0.6rem;
	color: var(--ink);
}

#terms .legal-body p {
	font-size: 14.5px;
	color: var(--mute);
	line-height: 1.75;
}