/* Homepage presentation restored from the production snapshot captured before 2026-07-16. */
body.home-page {
  background: #f5f6f8;
  color: #071d3b;
}

.home-page .home-shell {
  background: #fff;
  box-shadow: 0 0 42px rgba(47, 56, 75, 0.08);
}

.home-page .clone-hero {
  padding: 30px 22px 22px;
}

.home-page .clone-logo {
  margin: 0 auto 18px;
}

.home-page .clone-logo-text {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-size: 52px;
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1.05;
}

.home-page .clone-logo-text .logo-purple {
  color: #8b5da8;
}

.home-page .clone-logo-text .logo-green {
  color: #25aa83;
}

.home-page .clone-logo-text .logo-yellow {
  color: #f7a71c;
}

.home-page .clone-logo-text .logo-blue {
  color: #2f9ab2;
}

.home-page .home-seo-heading {
  display: block;
  margin-top: 8px;
  color: #30323a;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
}

.home-page .clone-lead {
  margin: -2px 0 2px;
  color: #969696;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  transform: translateY(-8px);
}

.home-page .test-plan-grid {
  grid-template-columns: 1.24fr 1fr;
  gap: 16px;
  margin: 24px 0 42px;
}

.home-page .test-plan-card {
  min-height: 236px;
  border: 4px solid #f2f2f2;
  border-radius: 26px;
  background: #fff;
}

.home-page .test-plan-card.is-selected,
.home-page .test-plan-card:has(input:checked) {
  border-width: 4px;
  border-color: #8c61a6;
}

.home-page .test-plan-card img {
  width: 140px;
  height: 78px;
  margin: 33px auto 15px;
}

.home-page .test-plan-title {
  margin-top: -6px;
  color: #8f8f8f;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.43;
}

.home-page .test-plan-card.is-selected .test-plan-title,
.home-page .test-plan-card:has(input:checked) .test-plan-title {
  color: #303030;
}

.home-page .test-plan-card small {
  margin: 14px 0 0;
  max-width: 112px;
  color: #cfcfcf;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.25;
  white-space: nowrap;
}

.home-page .test-plan-card.is-selected small,
.home-page .test-plan-card:has(input:checked) small {
  max-width: 132px;
}

.home-page .plan-badge {
  top: -4px;
  right: -4px;
  min-height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 0 0 0 10px;
  background: linear-gradient(90deg, #ff7255, #e92c76);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
}

.home-page .plan-check {
  width: 42px;
  height: 42px;
  border-radius: 18px 0 20px 0;
  background: #8c61a6;
  color: #fff;
  font-size: 27px;
  line-height: 42px;
}

.home-page .clone-hint {
  margin-top: 6px;
  transform: translateY(-10px);
}

.home-page .clone-note {
  transform: translateY(-10px);
}

.home-page .clone-primary {
  width: 100%;
  height: 72px;
  margin: 0 auto;
  border-color: transparent;
  background: #8c61a6;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.home-page .clone-primary:hover,
.home-page .clone-primary:focus {
  border-color: transparent;
  background: #7d5598;
  color: #fff;
}

.home-page .clone-pro-entry {
  margin: 88px auto 22px;
  border-color: #cfe4e2;
  border-left-color: #18a37a;
  background: #fff;
  color: #173243;
}

.home-page .clone-pro-entry:hover,
.home-page .clone-pro-entry:focus {
  border-color: #97d5ce;
  background: #f5fbfa;
  color: #173243;
}

.home-page .clone-pro-entry__mark {
  background: #e5f6f1;
  color: #13765c;
}

.home-page .clone-pro-entry__text strong {
  color: #102638;
}

.home-page .clone-pro-entry__text small {
  color: #6b7d86;
}

.home-page .clone-pro-entry__arrow {
  color: #15806b;
}
