body { margin: 0; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: #111827; background: #ffffff; }
.simple-header { padding: 10px 16px; border-bottom: 1px solid #e5e7eb; background: #fff; display:flex; align-items:center; justify-content:center; }
.brand { text-decoration: none; color: #111827; font-weight: 600; display:inline-flex; align-items:center; }
.brand-logo { height: 42px; width: auto; display:block; }
.page-container { max-width: 900px; margin: 0 auto; padding: 24px 20px; }

/* Typography */
h1 { font-size: 28px; line-height: 1.2; margin: 8px 0 14px; }
h2 { font-size: 20px; line-height: 1.35; margin: 22px 0 8px; color: #111827; }
p { font-size: 16px; line-height: 1.7; color: #374151; margin: 10px 0; }

/* Policy layout */
.policy-section { display: grid; gap: 12px; margin-top: 10px; }
.policy-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; padding: 14px; box-shadow: 0 10px 24px rgba(0,0,0,.05); }
.policy-card h2 { margin: 0 0 6px; font-size: 20px; }
.policy-card ul { margin: 0 0 4px 18px; color: #374151; }
.policy-card li { margin: 6px 0; }
.policy-card a { color: #1f2937; text-decoration: none; }
.policy-card a:hover { text-decoration: underline; }

/* Better readability on wider screens */
@media (min-width: 1024px) {
	.brand-logo { height: 50px; }
	.page-container { max-width: 860px; }
	h1 { font-size: 32px; }
	p { font-size: 17px; }
}

