* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  color: #172033;
  background: #edf2f7;
}

.page,
.content {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.cover-link {
  display: block;
  width: min(92vw, 720px);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(28, 42, 67, 0.18);
  background: white;
}

.cover-link img {
  display: block;
  width: 100%;
  height: auto;
}

.content {
  align-content: center;
  justify-items: start;
  width: min(92vw, 760px);
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 14px;
  color: #4e668a;
}

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

.content p:not(.eyebrow) {
  margin: 0 0 28px;
  font-size: 20px;
  line-height: 1.7;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 6px;
  color: white;
  background: #1b5cff;
  text-decoration: none;
  font-weight: 700;
}
