* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: 'Inter', sans-serif;
  color: #333;
  background: #fff;
  line-height: 1.75;
  font-size: 15px;
}
.container {
  max-width: 680px;
  margin: 0 auto;
  padding: 64px 24px 80px;
  text-align: justify;
}
h1 {
  font-weight: 900;
  font-size: 30px;
  color: #4F1A17;
  margin-bottom: 40px;
  letter-spacing: -0.5px;
  text-align: left;
}
h2 {
  font-weight: 800;
  font-size: 17px;
  color: #4F1A17;
  margin-top: 36px;
  margin-bottom: 12px;
  text-align: left;
}
p {
  margin-bottom: 14px;
}
a {
  color: #4F1A17;
  text-decoration: underline;
  text-underline-offset: 2px;
}
a:hover { opacity: 0.7; }
strong {
  font-weight: 600;
  color: #4F1A17;
}
em {
  font-style: italic;
}
.top-nav {
  font-size: 13px;
  color: #888;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
  text-align: left;
}
.top-nav a {
  color: #888;
  text-decoration: none;
}
.top-nav a:hover {
  color: #4F1A17;
  text-decoration: underline;
}
.links {
  margin-top: 32px;
}
.links a {
  display: block;
  color: #4F1A17;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
}
.links a:hover { opacity: 0.7; }
.footer {
  margin-top: 56px;
  padding-top: 28px;
  border-top: 1px solid #eee;
  font-size: 13px;
  color: #888;
  text-align: center;
}
@media (max-width: 480px) {
  .container { padding: 40px 20px 60px; }
  h1 { font-size: 24px; }
}
