.welcome-screen {
  margin-top: 20px;
}
.welcome-image {
  width: 100%;
  max-width: 700px;
  max-height: 400px;
  height: auto;
  object-fit: cover;
  border-radius: var(--radius-xl);
  margin-bottom: var(--space-8);
}
.welcome-title, .screen-instruction {
  font-family: var(--font-family-serif);
}
.welcome-title {
  font-size: var(--font-size-4xl);
  font-weight: 700;
  color: var(--gray-900);
  margin-bottom: var(--space-4);
  line-height: 1.2;
}
.welcome-text {
  font-size: var(--font-size-lg);
  color: var(--gray-600);
  max-width: 600px;
  margin: 0 auto;
}
