/* Coral summary screens — transparent so the single .bg-coral gradient shows through */
.new-onboarding .s.cs,
.new-onboarding .s.rs {
  background: transparent;
}

.new-onboarding .sp { padding: 36px 28px 120px }

.new-onboarding .stl {
  font-family: var(--font-d);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.15;
  color: var(--white);
  margin-bottom: 28px;
  letter-spacing: -.02em;
}

/* Coral info cards */
.new-onboarding .sic {
  background: rgba(255, 255, 255, .15);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 16px;
  padding: 18px 20px;
  margin-bottom: 12px;
  backdrop-filter: blur(8px);
}
.new-onboarding .sicl {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: rgba(255, 255, 255, .6);
  margin-bottom: 4px;
}
.new-onboarding .sicv {
  font-family: var(--font-d);
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  line-height: 1.35;
}

/* Coral footer text */
.new-onboarding .sf { margin-top: 24px; text-align: center }
.new-onboarding .sft { font-size: 15px; color: rgba(255, 255, 255, .85); line-height: 1.55 }
.new-onboarding .sft strong { color: var(--white); font-weight: 600 }

/* Infographic cards (used in coral screens) */
.new-onboarding .inf { display: flex; flex-direction: column; gap: 12px }
.new-onboarding .inf-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  border: 1.5px solid var(--border);
  border-radius: 14px;
  background: var(--white);
}
.new-onboarding .inf-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  background: var(--sand-light);
}
.new-onboarding .inf-icon.coral { background: var(--coral-glow) }
.new-onboarding .inf-body { flex: 1 }
.new-onboarding .inf-label { font-size: 13px; font-weight: 700; color: var(--text-primary); letter-spacing: -.01em; margin-bottom: 2px }
.new-onboarding .inf-val { font-size: 12.5px; color: var(--text-muted); line-height: 1.45 }
.new-onboarding .inf-stat { font-family: var(--font-d); font-size: 22px; font-weight: 700; color: var(--coral); letter-spacing: -.02em; line-height: 1 }
.new-onboarding .inf-stat-row { display: flex; align-items: baseline; gap: 6px; margin-bottom: 2px }
