body {
  font-family: "Montserrat", Arial, sans-serif;
  margin: 0;
  color: #1f2937;
  background: #ffffff;
  line-height: 1.6;
}

header {
  padding: 20px 32px;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header img {
  height: 40px;
}

nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #0f172a;
  font-size: 14px;
}

main {
  max-width: 1000px;
  margin: auto;
  padding: 60px 24px;
}

h1 {
  font-size: 32px;
}

h2 {
  margin-top: 50px;
}

ul {
  padding-left: 20px;
}

.cta {
  margin-top: 30px;
  padding: 14px 20px;
  border: 1px solid #0f172a;
  display: inline-block;
}

footer {
  border-top: 1px solid #e5e7eb;
  padding: 20px;
  text-align: center;
  font-size: 12px;
  margin-top: 60px;
}