/* ==========================================================================
   ATEH LAW — legal pages (Privacy Policy, Terms of Service)
   Long-form prose, so the type is set for reading rather than for layout.
   ========================================================================== */

.ateh-legal__card {
	background: var(--ateh-surface);
	border: 1px solid var(--ateh-border);
	padding: 48px !important;
}

.ateh-legal__body h2 {
	font-family: var(--ateh-font-body);
	font-size: 17px;
	font-weight: 800;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: var(--ateh-navy);
	padding: 32px 0 12px;
	line-height: 1.35;
}
.ateh-legal__body h2:first-child { padding-top: 0; }

.ateh-legal__body p,
.ateh-legal__body li {
	font-size: 14px;
	line-height: 1.8;
	color: var(--ateh-slate-600);
}
.ateh-legal__body p { margin: 0 0 14px; }
.ateh-legal__body p:last-child { margin-bottom: 0; }

.ateh-legal__body ul {
	margin: 0 0 14px;
	padding: 0;
	list-style: none;
}
.ateh-legal__body li {
	position: relative;
	padding: 0 0 10px 22px;
}
.ateh-legal__body li::before {
	content: "\00004e";
	font-family: 'ETmodules';
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 13px;
	color: var(--ateh-gold);
}
.ateh-legal__body strong { color: var(--ateh-navy); font-weight: 700; }
.ateh-legal__body em { font-style: italic; }

@media (max-width: 767px) {
	.ateh-legal__card { padding: 28px 22px !important; }
	.ateh-legal__body h2 { font-size: 15px; padding-top: 26px; }
}