

/* --- Elegant Modern Redesign: Confidentiality Page --- */
.confidentiality-section {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 4px 24px rgba(0,0,0,0.06);
	padding: 40px 32px;
	margin-bottom: 32px;
	font-family: 'Inter', 'Montserrat', Arial, sans-serif;
}
.confidentiality-section h2 {
	font-size: 2rem;
	color: #0077b6;
	margin-bottom: 24px;
}
.confidentiality-section p, .confidentiality-section li {
	color: #444;
	font-size: 1rem;
	margin-bottom: 12px;
}
