/* ownerled.ai — hand-written; system fonts only, no external resources. */
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1d2329;
  background: #ffffff;
}
header, main, footer { max-width: 760px; margin: 0 auto; padding: 0 20px; }
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e7eb;
}
.brand { font-weight: 700; font-size: 18px; color: #1d2329; text-decoration: none; }
nav a { margin-left: 16px; }
main { padding-top: 24px; padding-bottom: 40px; }
h1 { font-size: 28px; line-height: 1.25; margin: 8px 0 16px; }
h2 { font-size: 19px; margin: 28px 0 8px; }
p, ul { margin: 0 0 14px; }
ul { padding-left: 22px; }
li { margin-bottom: 6px; }
a { color: #0b6bcb; }
a:hover { text-decoration: none; }
footer {
  padding-top: 16px;
  padding-bottom: 32px;
  border-top: 1px solid #e3e7eb;
  font-size: 14px;
  color: #5b6570;
}
