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; }

/* 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; }
}

