/* Lift Score on home — scoped from lift-score.css */
body.index-home #page-5 .ls-body {
  max-width: 900px;
  margin: 0 auto;
  padding: 28px 20px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #1a3a28;
}

body.index-home #page-5 .ls-body .hero-card {
  background: #fff;
  border: 0.5px solid rgba(26,58,40,0.1);
  border-radius: 20px;
  padding: 32px 36px;
  display: grid;
  grid-template-columns: 210px 1fr;
  align-items: center;
  gap: 0;
}
body.index-home #page-5 .ls-body .profile { border-right: 0.5px solid rgba(26,58,40,0.08); padding-right: 32px; }
body.index-home #page-5 .ls-body .avatar {
  width: 54px; height: 54px; border-radius: 50%;
  background: #1a3a28;
  display: flex; align-items: center; justify-content: center;
  color: #f5f1ea; font-size: 18px; font-weight: 500;
  margin-bottom: 14px;
}
body.index-home #page-5 .ls-body .worker-name {
  display: block;
  font-size: 19px;
  font-weight: 500;
  color: #1a3a28;
  margin-bottom: 3px;
  line-height: 1.2;
}
body.index-home #page-5 .ls-body .worker-role {
  display: block;
  font-size: 12px;
  color: #8aaa94;
  margin-bottom: 24px;
  line-height: 1.3;
}
body.index-home #page-5 .ls-body .stats {
  display: flex;
  flex-direction: column;
  gap: 0;
}
/* Reset index-home.css .stat (hero floating badges) so rows stack correctly */
body.index-home #page-5 .ls-body .stat {
  position: static;
  display: block;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  white-space: normal;
  z-index: auto;
  padding: 12px 0;
  border-bottom: 0.5px solid rgba(26,58,40,0.07);
  font-weight: 500;
  font-size: inherit;
}
body.index-home #page-5 .ls-body .stat:last-child { border-bottom: none; padding-bottom: 0; }
body.index-home #page-5 .ls-body .stat-val {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #1a3a28;
  line-height: 1.2;
  margin-bottom: 2px;
}
body.index-home #page-5 .ls-body .stat-lbl {
  display: block;
  font-size: 11px;
  color: #8aaa94;
  line-height: 1.3;
}

body.index-home #page-5 .ls-body .gauge-col { display: flex; flex-direction: column; align-items: center; gap: 14px; padding-left: 20px; }
body.index-home #page-5 .ls-body #gauge { display: block; width: 100%; max-width: 430px; }
body.index-home #page-5 .ls-body .rank-pill { background: #1a3a28; color: #f5f1ea; font-size: 12px; padding: 5px 18px; border-radius: 20px; }

body.index-home #page-5 .ls-body .section-head { font-size: 10px; letter-spacing: 0.09em; text-transform: uppercase; color: #8aaa94; margin-bottom: 14px; }

body.index-home #page-5 .ls-body .bcard-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
body.index-home #page-5 .ls-body .bcard { background: #fff; border: 0.5px solid rgba(26,58,40,0.1); border-radius: 14px; padding: 18px 20px; }
body.index-home #page-5 .ls-body .bcard-name { font-size: 14px; font-weight: 500; color: #1a3a28; margin-bottom: 2px; }
body.index-home #page-5 .ls-body .bcard-desc { font-size: 11px; color: #8aaa94; margin-bottom: 14px; }
body.index-home #page-5 .ls-body .bcard-bar { height: 4px; background: rgba(26,58,40,0.1); border-radius: 2px; overflow: hidden; margin-bottom: 10px; }
body.index-home #page-5 .ls-body .bcard-fill { height: 100%; background: #1a3a28; border-radius: 2px; }
body.index-home #page-5 .ls-body .bcard-num { font-size: 16px; font-weight: 500; color: #1a3a28; }
body.index-home #page-5 .ls-body .bcard-max { font-size: 12px; color: #8aaa94; }

body.index-home #page-5 .ls-body .match-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
body.index-home #page-5 .ls-body .mcard { background: #fff; border: 0.5px solid rgba(26,58,40,0.1); border-radius: 14px; padding: 18px 20px; }
body.index-home #page-5 .ls-body .mcard-loc { font-size: 10px; letter-spacing: 0.07em; color: #8aaa94; text-transform: uppercase; margin-bottom: 5px; }
body.index-home #page-5 .ls-body .mcard-title { font-size: 14px; font-weight: 500; color: #1a3a28; margin-bottom: 4px; }
body.index-home #page-5 .ls-body .mcard-salary { font-size: 13px; color: #1a3a28; }

body.index-home #page-5 .ls-body .cta-card { background: #1a3a28; border-radius: 14px; padding: 24px 28px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
body.index-home #page-5 .ls-body .cta-title { font-size: 15px; color: #f5f1ea; font-weight: 500; }
body.index-home #page-5 .ls-body .cta-sub { font-size: 12px; color: rgba(245,241,234,0.5); margin-top: 3px; }
body.index-home #page-5 .ls-body .cta-btn {
  background: #f5f1ea; color: #1a3a28; font-size: 13px; font-weight: 500;
  padding: 9px 20px; border-radius: 8px; border: none; cursor: pointer;
  white-space: nowrap; flex-shrink: 0; text-decoration: none;
  display: inline-flex; align-items: center;
}

@media (max-width: 768px) {
  body.index-home #page-5 .ls-body { padding: 16px; }
  body.index-home #page-5 .ls-body .hero-card {
    grid-template-columns: 1fr;
    padding: 24px 20px;
    gap: 20px;
  }
  body.index-home #page-5 .ls-body .profile {
    border-right: none;
    padding-right: 0;
    border-bottom: 0.5px solid rgba(26,58,40,0.08);
    padding-bottom: 20px;
  }
  body.index-home #page-5 .ls-body .gauge-col { padding-left: 0; }
  body.index-home #page-5 .ls-body .bcard-grid,
  body.index-home #page-5 .ls-body .match-grid { grid-template-columns: 1fr; }
  body.index-home #page-5 .ls-body .cta-card { flex-direction: column; align-items: flex-start; }
}

@media (min-width: 769px) and (max-width: 900px) {
  body.index-home #page-5 .ls-body .bcard-grid,
  body.index-home #page-5 .ls-body .match-grid { grid-template-columns: repeat(2, 1fr); }
}
