body {
  font-family: Arial, Helvetica, sans-serif;
  color: #242424;
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 24px 80px;
  line-height: 1.6;
}
header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
header a { display:flex; align-items:center; gap:10px; text-decoration:none; color:#242424; }
header svg { width: 28px; height: 28px; }
header span { font-size: 16px; font-weight: 600; }
header span em { color: #C31E2A; font-style: normal; }
h1 { font-size: 26px; margin-bottom: 8px; }
h2 { font-size: 18px; margin-top: 32px; color: #242424; }
p, li { font-size: 14px; color: #3A3A38; }
a { color: #C31E2A; }
table { border-collapse: collapse; width: 100%; margin: 16px 0; }
th, td { border: 1px solid #E3E1D9; padding: 8px 10px; font-size: 13px; text-align: left; }
th { background: #F1EFE8; }
footer { margin-top: 48px; font-size: 12px; color: #8A8A85; }
