:root {
  font-family: Inter, "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #15201e;
  background: #f5f7f4;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.landing {
  width: min(860px, calc(100% - 36px));
  margin: 0 auto;
  padding: 64px 0;
}

.eyebrow {
  margin: 0 0 10px;
  color: #66736d;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

h1 {
  margin: 0 0 18px;
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1.08;
}

p,
li {
  color: #4b5a55;
  font-size: 17px;
  line-height: 1.8;
}

.button {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  margin: 14px 0 34px;
  padding: 0 18px;
  border-radius: 8px;
  background: #1b7f6d;
  color: #ffffff;
  font-weight: 800;
  text-decoration: none;
}

section {
  padding-top: 10px;
  border-top: 1px solid #dfe6e1;
}

h2 {
  margin: 0 0 12px;
  font-size: 22px;
}

ul {
  margin: 0;
  padding-left: 22px;
}
