/* Global resets */
body {
  margin: 0;
  padding: 40px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: #f8fafc;
  color: #1e293b;
  line-height: 1.7;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

h1, h2, h3 {
  font-weight: 600;
  color: #0f172a;
  line-height: 1.3;
  margin-bottom: 16px;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

p, li {
  font-size: 18px;
  margin-bottom: 16px;
}

ul {
  padding-left: 20px;
}

a {
  color: #3b82f6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Page container */
.page {
  background: white;
  padding: 30px 40px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
}

/* Back link */
.back-link {
  display: inline-block;
  margin-top: 30px;
  font-size: 16px;
  color: #475569;
}

/* Optional header styling */
header {
  margin-bottom: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e8f0;
}

header h1 {
  margin-bottom: 4px;
}
