body {
	font-family: 'Segoe UI', Arial, sans-serif;
	background: #f8f9fa;
	margin: 0;
	padding: 0;
}
.trust-section {
	background: #fff;
	max-width: 700px;
	margin: 40px auto;
	padding: 32px 40px;
	border-radius: 12px;
	box-shadow: 0 2px 12px rgba(0,0,0,0.07);
}
.trust-section h1 {
	color: #1a237e;
	margin-bottom: 18px;
	font-size: 2.2em;
}
.cert-list, .awards-list, .social-list, .transparency-list {
	list-style: none;
	padding: 0;
	margin-bottom: 18px;
}
.cert-list li, .awards-list li, .social-list li, .transparency-list li {
	margin-bottom: 10px;
	font-size: 1.1em;
}
.social-list a {
	color: #1976d2;
	text-decoration: none;
	font-weight: 500;
}
.social-list a:hover {
	text-decoration: underline;
}
body { font-family: Arial, sans-serif; margin: 0; padding: 0; background: #f8f9fa; color: #222; }
header { background: #003366; color: #fff; padding: 1rem 2rem; }
header h1 { margin: 0; }
nav ul { list-style: none; padding: 0; margin: 0; display: flex; gap: 2rem; }
nav a { color: #fff; text-decoration: none; font-weight: bold; }
main { padding: 2rem; }
section { margin-bottom: 2rem; background: #fff; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); padding: 1.5rem; }
section h2 { color: #003366; }
footer { background: #003366; color: #fff; text-align: center; padding: 1rem; position: fixed; width: 100%; bottom: 0; }