* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #F3F7F4;
  color: #1A1A1A;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

article {
  max-width: 700px;
  margin: 0 auto;
  padding: 56px 28px 88px;
}

h1,
h2,
.pull {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}

h1 {
  margin: 0 0 28px;
  font-size: 48px;
  line-height: 1.2;
  text-align: left;
}

h2 {
  margin: 0 0 16px;
  font-size: 30px;
  line-height: 1.3;
}

h2::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin-bottom: 12px;
  background: #2F4F3E;
}

p {
  margin: 0 0 1em;
  text-align: justify;
  hyphens: none;
}

.lead::first-letter {
  float: left;
  margin: 0.06em 0.12em 0 0;
  padding-top: 2px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 3.7rem;
  line-height: 0.85;
  color: #2F4F3E;
}

section {
  margin-top: 3rem;
}

section > p:last-of-type {
  margin-bottom: 0;
}

ul {
  margin: 0 0 1em;
  padding: 0 0 0 1.2em;
}

li {
  margin: 0 0 0.45em;
  text-align: justify;
  hyphens: none;
}

li::marker {
  color: #2F4F3E;
}

li:last-child {
  margin-bottom: 0;
}

a {
  color: #2F4F3E;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  transition: opacity 0.2s ease;
}

a:hover {
  opacity: 0.7;
}

.stat {
  color: #2F4F3E;
  font-size: inherit;
}

.chart {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin: 2rem 0 0;
  padding: 4px 0 0;
}

.chart-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.chart-value {
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: 0.01em;
  color: #2F4F3E;
  text-align: center;
  white-space: nowrap;
}

.chart-bar {
  display: block;
  width: 42%;
  max-width: 52px;
  min-width: 18px;
  background: #2F4F3E;
}

.chart-label {
  margin-top: 8px;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2F4F3E;
  text-align: center;
}

.pull {
  margin: 1.75rem auto;
  padding: 1.15rem 0.5rem;
  max-width: 36em;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  border-top: 1px solid #2F4F3E;
  border-bottom: 1px solid #2F4F3E;
}

.end-mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  margin: 3rem 0 0;
}

.end-mark::before {
  content: "";
  width: 40px;
  height: 1px;
  background: #2F4F3E;
}

.end-mark span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2F4F3E;
}

@media (max-width: 640px) {
  article {
    padding: 40px 22px 72px;
  }

  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 24px;
  }

  .pull {
    font-size: 22px;
    padding: 1.15rem 0;
  }

  .chart {
    gap: 8px;
  }

  .chart-value,
  .chart-label {
    font-size: 10px;
    white-space: normal;
  }

  .chart-bar {
    width: 48%;
  }
}
