h1, h2, h3 {
  color: #111;
  line-height: 1.3;
}
h1 {
  border-bottom: 2px solid #eee;
  padding-bottom: 12px;
  margin-bottom: 10px;
}
section {
  margin: 28px 0;
}
ul {
  padding-left: 22px;
}
.meta {
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
  padding: 16px;
  border-radius: 8px;
  margin: 18px 0 26px;
}
a {
  color: #0b57d0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.small {
  font-size: 0.95em;
  color: #555;
}

/* ── HEADER ── */
header {
background: var(--primary);
padding: 2.5rem 1.5rem 2rem;
text-align: center;
}
header .logo {
font-size: 1.5rem;
font-weight: 700;
color: #ffffff;
letter-spacing: 0.01em;
margin-bottom: 0.5rem;
}
header .logo span { color: var(--accent); }
header h1 {
font-size: 1.75rem;
font-weight: 700;
color: #ffffff;
margin-bottom: 0.5rem;
}
header p {
font-size: 0.9rem;
color: rgba(255,255,255,0.65);
}
header a { color: var(--accent); text-decoration: none; }
header a:hover { text-decoration: underline; }
