* {
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
}

body {
  margin: 0;
  background: #ffffff;
  color: #111;
  line-height: 1.6;
}

section {
  max-width: 880px;
  margin: 0 auto;
  padding: 64px 24px;
}

h1 {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 16px;
}

h2 {
  font-size: 28px;
  margin-bottom: 16px;
}

p {
  font-size: 18px;
  max-width: 640px;
}

ul {
  max-width: 640px;
  padding-left: 20px;
}

li {
  margin-bottom: 8px;
}

a {
  display: inline-block;
  margin-top: 24px;
  padding: 14px 28px;
  background: #111;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
}

form {
  margin-top: 24px;
  max-width: 420px;
}

input {
  width: 100%;
  padding: 14px 12px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

button {
  width: 100%;
  padding: 14px;
  background: #111;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
}
