/* Privacy Policy Page Styles */

.privacy-main {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	padding: 80px 30px 60px 30px;
	text-align: left;
	background-color: #1A1A1A;
	color: #E0E0E0;
}

.privacy-content {
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
	flex: 1;
}

.privacy-content h1 {
	font-family: 'Reem Kufi', sans-serif;
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 1rem;
	text-align: center;
}

.privacy-content h2 {
	font-family: 'Reem Kufi', sans-serif;
	font-size: 1.75rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin: 2rem 0 1rem 0;
	padding-top: 1rem;
}

.privacy-content h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	margin: 1.5rem 0 0.75rem 0;
	color: #E0E0E0;
}

.privacy-content p {
	font-family: 'Roboto', sans-serif;
	font-size: 0.95rem;
	font-weight: 300;
	line-height: 1.7;
	margin-bottom: 1rem;
	color: #CCCCCC;
}

.privacy-content ul {
	font-family: 'Roboto', sans-serif;
	font-size: 0.95rem;
	font-weight: 300;
	line-height: 1.7;
	margin-bottom: 1rem;
	margin-left: 1.5rem;
	color: #CCCCCC;
}

.privacy-content li {
	margin-bottom: 0.5rem;
}

.privacy-content a {
	color: #60a5fa;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.privacy-content a:hover {
	opacity: 0.8;
}

.privacy-content hr {
	border: none;
	border-top: 1px solid rgba(250, 250, 250, 0.15);
	margin: 2rem 0;
}

.last-updated {
	text-align: center;
	color: #CCCCCC;
	margin-bottom: 2rem;
}

@media (max-width: 768px) {
	.privacy-content h1 {
		font-size: 1.75rem;
	}

	.privacy-content h2 {
		font-size: 1.375rem;
	}

	.privacy-content h3 {
		font-size: 1rem;
	}

	.privacy-content p,
	.privacy-content ul {
		font-size: 0.9rem;
	}
}
