html, body {
  margin: 0;
  padding: 0;
  background: #0f0f10;
  color: #e8e8ea;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem 1rem;
  box-sizing: border-box;
}

footer {
  padding: 1.5rem 1rem;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.08);
}

footer p {
  font-size: 0.875rem;
  opacity: 0.6;
}

@media (max-width: 640px) {
  h1 {
    font-size: 2rem;
  }
  
  main {
    padding: 1.5rem 1rem;
  }
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

p {
  max-width: 520px;
  opacity: 0.85;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

.imprint-content {
  max-width: 540px;
  width: 100%;
  text-align: left;
  padding-top: 1rem;
}

.imprint-content h2 {
  font-size: 1.1rem;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  opacity: 0.7;
}

.imprint-content h2:first-of-type {
  margin-top: 1.5rem;
}

.imprint-content p {
  max-width: 100%;
  opacity: 0.6;
  font-size: 0.9rem;
  line-height: 1.8;
}

.imprint-content a {
  border-bottom: 1px solid rgba(255,255,255,0.15);
  opacity: 0.7;
}

.back-link {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.back-link a {
  font-size: 0.85rem;
  opacity: 0.5;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}
