/* Terms & Conditions — page-specific styles */
.terms-wrap {
	max-width: 900px;
}

.h1 {
	font-family: Rajdhani, Inter, sans-serif;
	font-size: clamp(28px, 6vw, 44px);
	letter-spacing: 0.04em;
	margin: 0 0 6px;
}

.muted {
	color: #aeb6c3;
	margin: 0 0 14px;
}

.terms h2.h2 {
	margin-top: 16px;
}
.terms p {
	color: #cfd3db;
	margin: 10px 0;
	line-height: 1.75;
}

/* Optional subtle spacing for headings that follow each other */
.terms .h2 + p {
	margin-top: 8px;
}

/* Responsive */
@media (max-width: 640px) {
	.terms-wrap {
		max-width: 100%;
	}
}
