.hero-copy__printer {
  position: relative;
  z-index: 1;
}

.hero-copy__printer .eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--primary-dark);
  background: var(--primary-soft);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-copy__printer h1 {
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin: 16px 0 12px;
}

.hero-copy__printer h2 {
  color: var(--primary-dark);
  font-size: clamp(24px, 3vw, 48px);
  line-height: 1.18;
  font-weight: 800;
  margin-bottom: 12px;
}

.hero-list__printer {
  display: grid;
  gap: 13px;
  list-style: none;
  color: #3d4a5a;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}

.hero-list__printer li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.hero-section__printer .hero-list__printer li {
  margin: 0;
}

.hero-list__printer li i {
  font-size: 18px;
  color: var(--primary);
}
