.pub-hero {
  padding: 72px 0 90px;
  text-align: center;
}
.pub-hero h1 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  max-width: 20ch;
  margin: 0 auto 0.4em;
}
.pub-hero-sub {
  max-width: 56ch;
  margin: 0 auto 1.6em;
  font-size: 1.1rem;
  color: var(--text-soft);
}

.pub-benefits {
  padding: 0 0 100px;
}
.pub-benefits h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  margin-bottom: 0.9em;
  text-align: center;
}

.pub-steps {
  padding: 0 0 100px;
}
.pub-steps h2 {
  font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  margin-bottom: 1em;
}
.steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 68ch;
}
.steps-list li {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--mint);
  color: #1e7a4b;
  font-family: var(--font-display);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
.steps-list h3 {
  font-size: 1.05rem;
  margin-bottom: 0.3em;
}
.steps-list p {
  margin: 0;
  color: var(--text-soft);
}

.pub-cta {
  background: var(--mint);
  padding: 70px 0;
  text-align: center;
}
.pub-cta h2 {
  font-size: clamp(1.5rem, 2.4vw, 1.9rem);
  margin-bottom: 0.4em;
}
.pub-cta p {
  max-width: 50ch;
  margin: 0 auto 1.6em;
  color: var(--text-soft);
}
