*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  color: #111827;
  background: #f9fafb;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 1.5rem;
}

.site-header {
  background: #111827;
  color: #f9fafb;
  padding: 2.5rem 0;
}

.site-header h1 {
  margin: 0 0 0.25rem;
  font-size: 2rem;
}

.tagline {
  margin: 0;
  font-size: 1rem;
  opacity: 0.9;
}

main section {
  margin: 2rem 0;
}

h2 {
  margin-bottom: 0.75rem;
  font-size: 1.3rem;
}

.services ul {
  padding-left: 1.25rem;
  margin: 0.5rem 0 0;
}

.services li {
  margin-bottom: 0.4rem;
}

.contact a {
  color: #2563eb;
  text-decoration: none;
}

.contact a:hover {
  text-decoration: underline;
}

.site-footer {
  border-top: 1px solid #e5e7eb;
  padding: 1rem 0;
  font-size: 0.9rem;
  color: #6b7280;
}
