body {
  margin: 0;
  background: #06140f;
  color: #eef7f1;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

.page {
  max-width: 920px;
  margin: 0 auto;
  padding: 32px 20px 56px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #9af5ad;
  font-weight: 700;
  text-decoration: none;
}

.brand img {
  width: 48px;
  height: 48px;
}

h1 {
  margin: 42px 0 16px;
  font-size: clamp(34px, 7vw, 62px);
  line-height: 1.05;
}

h2 {
  margin-top: 34px;
  color: #9af5ad;
}

p, li {
  color: #c9d3ce;
  font-size: 18px;
}

.lead {
  color: #ffffff;
  font-size: 22px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
}

.button {
  display: inline-block;
  padding: 13px 18px;
  border-radius: 10px;
  background: #36d66f;
  color: #03120b;
  font-weight: 700;
  text-decoration: none;
}

.button.secondary {
  background: transparent;
  color: #9af5ad;
  border: 1px solid #355f47;
}

.links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.links a {
  color: #9af5ad;
}

.note {
  margin-top: 28px;
  padding: 16px;
  border: 1px solid #244834;
  border-radius: 12px;
  background: #0b1d15;
}
