/* Whispr Firebase Hosting — Legal Pages (Privacy Policy, Terms of Service) */

body {
	background: linear-gradient(135deg, #1A1A2E 0%, #16213E 50%, #0F3460 100%);
	padding: 2rem 1rem;
}

.container {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	background: var(--surface);
	border-radius: 20px;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.header {
	background: linear-gradient(135deg, #6C63FF, #4B44CC);
	padding: 2rem;
	color: #FFFFFF;
	text-align: center;
}

.header .logo {
	width: 56px;
	height: 56px;
	border-radius: 14px;
	margin-bottom: 0.75rem;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.header h1 { font-size: 1.8rem; font-weight: 700; margin-bottom: 0.25rem; }
.header .subtitle { font-size: 0.9rem; opacity: 0.85; }

.content {
	padding: 2rem;
}

.last-updated {
	text-align: center;
	font-size: 0.85rem;
	color: var(--text-muted);
	margin-bottom: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--border);
}

.section { margin-bottom: 1.75rem; }

.section h2 {
	font-size: 1.15rem;
	font-weight: 600;
	color: var(--primary-dark);
	margin-bottom: 0.5rem;
}

.section h3 {
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--text);
	margin: 0.75rem 0 0.35rem;
}

.section p {
	font-size: 0.9rem;
	line-height: 1.7;
	color: var(--text);
	margin-bottom: 0.5rem;
}

.section ul {
	margin: 0.5rem 0 0.75rem 1.25rem;
	font-size: 0.9rem;
	line-height: 1.7;
	color: var(--text);
}

html[dir="rtl"] .section ul {
	margin-left: 0;
	margin-right: 1.25rem;
}

.section li { margin-bottom: 0.25rem; }

.back-link {
	display: block;
	text-align: center;
	padding: 1.25rem 2rem;
	border-top: 1px solid var(--border);
	font-size: 0.85rem;
}

.back-link a { font-weight: 500; }

.loading {
	text-align: center;
	padding: 3rem;
	color: var(--text-muted);
	font-size: 0.95rem;
}

.error {
	text-align: center;
	padding: 3rem;
	color: #B00020;
	font-size: 0.95rem;
}

@media (max-width: 480px) {
	body { padding: 1rem 0.5rem; }
	.header h1 { font-size: 1.4rem; }
	.content { padding: 1.25rem; }
}
