/* Mental-health-first welcome survey. Entirely inert outside /rebrand. */
html.ke-rebrand-mode.ke-welcome-open { overflow: hidden; }
html.ke-rebrand-mode .ke-welcome-survey {
  align-items: center;
  background: rgba(20, 34, 41, .76);
  display: none;
  inset: 0;
  justify-content: center;
  padding: max(14px, env(safe-area-inset-top)) 14px max(14px, env(safe-area-inset-bottom));
  position: fixed;
  z-index: 9999;
}
html.ke-rebrand-mode .ke-welcome-survey.show { display: flex; }
html.ke-rebrand-mode .ke-welcome-card {
  background: #fffdfa;
  border: 1px solid rgba(226, 187, 104, .78);
  border-radius: 28px;
  box-shadow: 0 30px 90px rgba(10, 25, 31, .34), 0 0 0 5px rgba(255, 255, 255, .08);
  color: #192b34;
  font-family: 'DM Sans', sans-serif;
  max-height: calc(100vh - 28px);
  max-width: 840px;
  overflow: auto;
  position: relative;
  width: 100%;
}
html.ke-rebrand-mode .ke-welcome-shimmer {
  animation: keWelcomeShimmer 6s ease-in-out infinite;
  background: linear-gradient(108deg, transparent 36%, rgba(239, 194, 104, .18) 48%, rgba(255, 255, 255, .66) 52%, transparent 65%);
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-115%);
  z-index: 4;
}
@keyframes keWelcomeShimmer { 0%, 22% { transform: translateX(-115%); } 72%, 100% { transform: translateX(115%); } }

html.ke-rebrand-mode .ke-welcome-card.is-intro { display: grid; grid-template-columns: minmax(250px, .78fr) minmax(360px, 1.22fr); overflow: hidden; }
html.ke-rebrand-mode .ke-welcome-intro-art {
  align-items: center;
  background: linear-gradient(150deg, #182a33 0%, #223b45 62%, #6d2942 150%);
  color: #e3bd6e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 590px;
  overflow: hidden;
  padding: 38px 24px;
  position: relative;
}
html.ke-rebrand-mode .ke-welcome-intro-art::after { background: radial-gradient(circle, rgba(233,186,97,.28), transparent 67%); content: ''; height: 340px; position: absolute; top: 128px; width: 340px; }
html.ke-rebrand-mode .ke-welcome-logo { height: 72px; object-fit: contain; position: relative; width: 72px; z-index: 1; }
html.ke-rebrand-mode .ke-welcome-portrait { background: #6d2942; border: 3px solid #e3bd6e; border-radius: 50%; box-shadow: 0 0 0 10px rgba(227,189,110,.12), 0 16px 36px rgba(0,0,0,.22); height: 174px; margin: 54px 0 34px; overflow: hidden; position: relative; width: 174px; z-index: 1; }
html.ke-rebrand-mode .ke-welcome-portrait img { height: 100%; object-fit: cover; width: 100%; }
html.ke-rebrand-mode .ke-welcome-intro-art > span { font-size: 9px; font-weight: 900; letter-spacing: 1.4px; position: relative; z-index: 1; }
html.ke-rebrand-mode .ke-welcome-intro-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 5vw, 58px); position: relative; z-index: 2; }
html.ke-rebrand-mode .ke-welcome-eyebrow { color: #6d2942; display: block; font-size: 9px; font-weight: 900; letter-spacing: 1.15px; text-transform: uppercase; }
html.ke-rebrand-mode .ke-welcome-intro-copy h1,
html.ke-rebrand-mode .ke-welcome-question h1,
html.ke-rebrand-mode .ke-welcome-complete h1 { font-family: 'Playfair Display', serif; font-size: clamp(34px, 5vw, 50px); line-height: 1.02; margin: 9px 0 13px; }
html.ke-rebrand-mode .ke-welcome-intro-copy > p { color: #82666d; font-family: 'Cormorant Garamond', serif; font-size: 20px; font-style: italic; line-height: 1.35; margin: 0; }
html.ke-rebrand-mode .ke-welcome-promises { display: flex; flex-wrap: wrap; gap: 7px; margin: 23px 0 18px; }
html.ke-rebrand-mode .ke-welcome-promises span { background: #f7edd9; border-radius: 999px; color: #6d2942; font-size: 8px; font-weight: 900; padding: 8px 10px; text-transform: uppercase; }
html.ke-rebrand-mode .ke-welcome-disclosure { background: #f8f1e5; border: 1px solid rgba(212,176,98,.44); border-radius: 16px; padding: 14px 16px; }
html.ke-rebrand-mode .ke-welcome-disclosure strong { font-family: 'Playfair Display', serif; font-size: 15px; }
html.ke-rebrand-mode .ke-welcome-disclosure p { color: #68777c; font-size: 10px; line-height: 1.5; margin: 5px 0 0; }
html.ke-rebrand-mode .ke-welcome-intro-actions { display: grid; gap: 9px; grid-template-columns: 1fr auto; margin-top: 18px; }

html.ke-rebrand-mode .ke-welcome-primary,
html.ke-rebrand-mode .ke-welcome-secondary,
html.ke-rebrand-mode .ke-welcome-skip { border-radius: 999px; cursor: pointer; font-size: 10px; font-weight: 900; min-height: 44px; padding: 0 17px; }
html.ke-rebrand-mode .ke-welcome-primary { background: #dfb967; border: 1px solid #c89f4e; color: #192b34; }
html.ke-rebrand-mode .ke-welcome-primary:disabled { cursor: not-allowed; opacity: .44; }
html.ke-rebrand-mode .ke-welcome-secondary,
html.ke-rebrand-mode .ke-welcome-skip { background: #fff; border: 1px solid rgba(109,41,66,.28); color: #6d2942; }
html.ke-rebrand-mode .ke-welcome-skip { border-color: transparent; text-decoration: underline; }
html.ke-rebrand-mode .ke-welcome-support { align-items: center; background: #192b34; border: 1px solid #d8ad5c; border-radius: 14px; color: #fffdfa; cursor: pointer; display: flex; gap: 10px; margin-top: 13px; min-height: 48px; padding: 8px 12px; text-align: left; width: 100%; }
html.ke-rebrand-mode .ke-welcome-support > span:first-child { align-items: center; background: #dfb967; border-radius: 50%; color: #192b34; display: flex; flex: 0 0 28px; font-weight: 900; height: 28px; justify-content: center; }
html.ke-rebrand-mode .ke-welcome-support strong,
html.ke-rebrand-mode .ke-welcome-support small { display: block; }
html.ke-rebrand-mode .ke-welcome-support strong { font-size: 10px; }
html.ke-rebrand-mode .ke-welcome-support small { color: rgba(255,253,250,.62); font-size: 8px; margin-top: 2px; }

html.ke-rebrand-mode .ke-welcome-card.is-question { max-width: 650px; }
html.ke-rebrand-mode .ke-welcome-question-top { align-items: center; border-bottom: 1px solid rgba(212,176,98,.34); display: flex; justify-content: space-between; padding: 14px 20px; }
html.ke-rebrand-mode .ke-welcome-question-top img { height: 38px; object-fit: contain; width: 38px; }
html.ke-rebrand-mode .ke-welcome-question-top button { background: transparent; border: 1px solid rgba(109,41,66,.2); border-radius: 50%; color: #192b34; cursor: pointer; font-size: 21px; height: 36px; width: 36px; }
html.ke-rebrand-mode .ke-welcome-progress { padding: 17px 22px 0; }
html.ke-rebrand-mode .ke-welcome-progress div { color: #8a6c72; display: flex; font-size: 8px; font-weight: 900; justify-content: space-between; letter-spacing: .8px; }
html.ke-rebrand-mode .ke-welcome-progress i { background: #eceae6; border-radius: 999px; display: block; height: 6px; margin-top: 8px; overflow: hidden; }
html.ke-rebrand-mode .ke-welcome-progress b { background: linear-gradient(90deg, #ca9e4c, #efd18c); border-radius: inherit; display: block; height: 100%; transition: width .22s ease; }
html.ke-rebrand-mode .ke-welcome-question { padding: 24px 22px 8px; }
html.ke-rebrand-mode .ke-welcome-question h1 { font-size: clamp(30px, 5vw, 42px); }
html.ke-rebrand-mode .ke-welcome-question > p { color: #876c72; font-family: 'Cormorant Garamond', serif; font-size: 17px; font-style: italic; line-height: 1.35; margin: 0; }
html.ke-rebrand-mode .ke-welcome-options { display: grid; gap: 9px; grid-template-columns: repeat(2, minmax(0,1fr)); margin-top: 20px; }
html.ke-rebrand-mode .ke-welcome-option { align-items: flex-start; background: #fff; border: 1px solid rgba(200,165,88,.46); border-radius: 14px; color: #192b34; cursor: pointer; display: flex; gap: 10px; min-height: 70px; padding: 12px; text-align: left; }
html.ke-rebrand-mode .ke-welcome-option.is-selected { background: #6d2942; border-color: #6d2942; box-shadow: 0 8px 20px rgba(109,41,66,.16); color: #fffdfa; }
html.ke-rebrand-mode .ke-welcome-radio { border: 2px solid #d4b062; border-radius: 50%; flex: 0 0 16px; height: 16px; margin-top: 1px; position: relative; width: 16px; }
html.ke-rebrand-mode .ke-welcome-option.is-selected .ke-welcome-radio::after { background: #e6bf69; border-radius: 50%; content: ''; inset: 3px; position: absolute; }
html.ke-rebrand-mode .ke-welcome-option strong,
html.ke-rebrand-mode .ke-welcome-option small { display: block; }
html.ke-rebrand-mode .ke-welcome-option strong { font-family: 'Playfair Display', serif; font-size: 14px; line-height: 1.2; }
html.ke-rebrand-mode .ke-welcome-option small { color: #6f7b7f; font-size: 9px; line-height: 1.35; margin-top: 5px; }
html.ke-rebrand-mode .ke-welcome-option.is-selected small { color: rgba(255,253,250,.7); }
html.ke-rebrand-mode .ke-welcome-footer { border-top: 1px solid rgba(212,176,98,.28); margin-top: 10px; padding: 15px 22px 19px; }
html.ke-rebrand-mode .ke-welcome-nav { display: grid; gap: 8px; grid-template-columns: auto auto 1fr; }
html.ke-rebrand-mode .ke-welcome-privacy { color: #7b8588; font-size: 8px; line-height: 1.4; margin: 10px 0 0; text-align: center; }

html.ke-rebrand-mode .ke-welcome-card.is-complete { max-width: 520px; }
html.ke-rebrand-mode .ke-welcome-complete { align-items: center; display: flex; flex-direction: column; padding: clamp(35px, 7vw, 62px); text-align: center; }
html.ke-rebrand-mode .ke-welcome-complete-mark { align-items: center; background: #6d2942; border: 3px solid #dfb967; border-radius: 50%; box-shadow: 0 0 0 10px #f7edd9; color: #fffdfa; display: flex; font-size: 25px; height: 76px; justify-content: center; margin-bottom: 26px; width: 76px; }
html.ke-rebrand-mode .ke-welcome-complete h1 { font-size: clamp(32px, 6vw, 46px); }
html.ke-rebrand-mode .ke-welcome-complete > p { color: #765f65; font-family: 'Cormorant Garamond', serif; font-size: 18px; font-style: italic; line-height: 1.4; margin: 0 0 22px; }
html.ke-rebrand-mode .ke-welcome-complete > .ke-welcome-primary { min-width: 220px; }
html.ke-rebrand-mode .ke-welcome-complete .ke-welcome-support { max-width: 340px; }

@media (max-width: 720px) {
  html.ke-rebrand-mode .ke-welcome-card.is-intro { grid-template-columns: 1fr; }
  html.ke-rebrand-mode .ke-welcome-intro-art { min-height: 190px; padding: 22px; }
  html.ke-rebrand-mode .ke-welcome-logo { height: 48px; width: 48px; }
  html.ke-rebrand-mode .ke-welcome-portrait { height: 92px; margin: 18px 0 13px; width: 92px; }
  html.ke-rebrand-mode .ke-welcome-intro-copy { padding: 25px 22px 28px; }
}
@media (max-width: 520px) {
  html.ke-rebrand-mode .ke-welcome-survey { align-items: stretch; padding: 0; }
  html.ke-rebrand-mode .ke-welcome-card { border-radius: 0; max-height: none; min-height: 100%; }
  html.ke-rebrand-mode .ke-welcome-card.is-intro { display: block; }
  html.ke-rebrand-mode .ke-welcome-intro-art { min-height: 210px; }
  html.ke-rebrand-mode .ke-welcome-intro-copy h1 { font-size: 35px; }
  html.ke-rebrand-mode .ke-welcome-intro-actions { grid-template-columns: 1fr; }
  html.ke-rebrand-mode .ke-welcome-options { grid-template-columns: 1fr; }
  html.ke-rebrand-mode .ke-welcome-nav { grid-template-columns: auto 1fr; }
  html.ke-rebrand-mode .ke-welcome-nav .ke-welcome-primary { grid-column: 1 / -1; grid-row: 1; }
}
@media (prefers-reduced-motion: reduce) {
  html.ke-rebrand-mode .ke-welcome-shimmer { animation: none; }
}
