.employee-position {
  min-height: 92px;
  font-size: 21px !important;
  line-height: 1.8;
}

.employee-order {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .08em;
}

.share-button {
  font-family: inherit;
  font-size: 21px;
  font-weight: 500;
}

.share-reward-copy > p:last-child strong {
  display: inline;
  padding: 2px 5px;
  border-radius: 4px;
  background: #fff2e8;
  color: #b75f2f;
  font-weight: 600;
}

.helper-qr {
  width: 210px;
  margin-top: 16px;
}

.helper-qr img {
  display: block;
  width: 100%;
  height: auto;
}

/* 首页移除导航与三栏介绍后，让主视觉自然占据首屏。 */
.landing {
  min-height: 100vh;
  padding-top: 52px;
  padding-bottom: 72px;
}

.hero-opening {
  margin: 0 0 12px;
  color: var(--deep);
  font-size: 22px;
  font-weight: 500;
}

.hero-vision {
  max-width: 720px;
  margin: 0 0 34px;
  color: #617684;
  font-size: 17px;
  line-height: 1.9;
}

.hero-vision span {
  display: block;
}

.hero-guidance {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.6;
}

.hero-gains {
  max-width: 690px;
  margin-top: 30px;
  padding: 22px 24px;
  border: 1px solid var(--wash);
  border-radius: 12px;
  background: rgba(250, 252, 253, .72);
}

.hero-gains p {
  margin: 0 0 10px;
  color: var(--deep);
  font-size: 24px;
  font-weight: 500;
}

.hero-gains ol {
  margin: 0;
  padding-left: 1.4em;
  color: #617684;
  font-size: 20px;
  line-height: 2;
}

.result-label {
  margin-bottom: 22px;
  color: var(--deep);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.35;
}

.action-card > span {
  font-size: 18px;
  font-weight: 500;
}

.action-card .card-kicker {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .08em;
}

.employee-value {
  margin: 18px 0;
  padding: 16px;
  border-radius: 10px;
  background: #eef6f8;
}

.employee-value p {
  margin: 0 0 12px;
  font-size: 21px;
  line-height: 1.7;
}

.employee-value p:last-child {
  margin-bottom: 0;
}

.employee-value b,
.employee-prompt b {
  display: block;
  margin-bottom: 4px;
  color: var(--deep);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .08em;
}

.employee-prompt {
  font-size: 21px !important;
  line-height: 1.7;
}

@media (max-width: 850px) {
  .employee-position { min-height: 0; }
}

/* 桌面端答题采用“一题一屏”，无需上下滚动。 */
@media (min-width: 851px) and (min-height: 700px) {
  .quiz-section:not([hidden]) {
    display: flex;
    height: 100vh;
    min-height: 0;
    flex-direction: column;
    padding-top: 18px;
    padding-bottom: 18px;
    overflow: hidden;
  }

  .quiz-topline { flex: 0 0 auto; }
  .progress-track { flex: 0 0 auto; margin: 10px 0 16px; }

  .question-card {
    display: flex;
    width: min(900px, 100%);
    min-height: 0;
    flex: 0 0 auto;
    flex-direction: column;
    padding: 28px 34px;
    overflow: visible;
  }

  .question-card .eyebrow {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .question-card h2 {
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 1.45;
  }

  .options {
    min-height: 0;
    gap: 12px;
  }

  .option {
    grid-template-columns: 34px 1fr;
    gap: 12px;
    padding: 14px 16px;
  }

  .option-letter { width: 28px; height: 28px; }
  .option-text { font-size: 16px; line-height: 1.55; }
  .quiz-nav { margin-top: 22px; }
  .quiz-nav .button { padding: 12px 20px; }
}
