/* ── WELCOME ──────────────────────────────── */

.welcome__hero {
  background: var(--gradient-hero);
  padding: 64px var(--space-8) 48px;
  flex-shrink: 0;
}

.welcome__logo-wrap {
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}

.welcome__title {
  font-family: var(--font-display);
  font-size: var(--text-display-xl);
  font-weight: var(--fw-semibold);
  color: #fff;
  letter-spacing: var(--ls-tight);
  line-height: var(--lh-tight);
  margin-bottom: var(--space-2);
}

.welcome__tagline {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: var(--fw-regular);
  font-style: italic;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.3;
}

.welcome__body {
  flex: 1;
  padding: var(--space-8) var(--space-6) 40px;
  display: flex;
  flex-direction: column;
}

.welcome__intro {
  font-size: var(--text-body-lg);
  line-height: 1.7;
  color: var(--color-text-muted);
  margin-bottom: var(--space-8);
}

.welcome__features {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: auto;
}

.welcome__feature {
  display: flex;
  align-items: flex-start;
  gap: var(--space-4);
  padding: var(--space-4);
}

.welcome__feature-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.welcome__feature-title {
  font-size: var(--text-body-md);
  font-weight: var(--fw-semibold);
  color: var(--color-text-primary);
}

.welcome__feature-body {
  font-size: var(--text-body-sm);
  line-height: 1.5;
  color: var(--color-text-subtle);
}

.welcome__cta {
  margin-top: var(--space-8);
}

.icon-wrap--lg {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
