/* =====================================================
   LEGAL PAGES — basic styles
   ===================================================== */

.legal-container {
	max-width: 860px;
	margin: 0 auto;
	padding: 60px 24px 80px;
}

.legal-content .legal-title {
	font-size: 1.75rem;
	font-weight: 800;
	color: #001367;
	margin-bottom: 6px;
	line-height: 1.3;
}

.legal-content .legal-subtitle {
	font-size: 0.9rem;
	color: #888;
	margin-bottom: 40px;
}

.legal-content h2 {
	font-size: 1.25rem;
	font-weight: 700;
	color: #001367;
	margin-top: 40px;
	margin-bottom: 12px;
	padding-bottom: 6px;
	border-bottom: 2px solid #e8eaf0;
}

.legal-content h3 {
	font-size: 1.05rem;
	font-weight: 700;
	color: #222;
	margin-top: 28px;
	margin-bottom: 8px;
}

.legal-content p {
	margin-bottom: 14px;
	line-height: 1.75;
	color: #444;
	font-size: 0.95rem;
}

.legal-content ul,
.legal-content ol {
	margin: 10px 0 16px 24px;
	color: #444;
}

.legal-content li {
	margin-bottom: 8px;
	line-height: 1.7;
	font-size: 0.95rem;
}

.legal-content a {
	color: #001367;
	word-break: break-all;
}

.legal-content a:hover {
	text-decoration: underline;
}

.legal-content i {
	font-style: normal;
	font-weight: 600;
}

[data-legal] {
	font-weight: 600;
	color: #001367;
}

/* Back link */
.legal-back {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 32px;
	color: #001367;
	font-size: 0.88rem;
	font-weight: 600;
	text-decoration: none;
	transition: opacity 0.2s;
}

.legal-back:hover {
	opacity: 0.75;
}

@media (max-width: 768px) {
	.legal-container {
		padding: 32px 16px 60px;
	}

	.legal-content .legal-title {
		font-size: 1.4rem;
	}

	.legal-content h2 {
		font-size: 1.1rem;
	}
}
