/* 只补强上一版首页，不改变它的章节顺序与视觉骨架。 */
.hero-claim {
  width: fit-content;
  margin: 22px 0 12px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #5f197f;
  background: #f2e8f8;
  font-size: 14px;
  font-weight: 850;
}

.home-nav .site-brand img.app-product-logo {
  width: 50px;
  height: 50px;
  object-fit: contain;
  filter: drop-shadow(0 7px 12px rgb(35 20 40 / 16%));
}

.launcher-title-shortcut {
  display: inline-flex;
  align-items: center;
  gap: 0.18em;
  white-space: nowrap;
}

.launcher-title-shortcut img {
  width: 1.42em;
  height: 0.98em;
  object-fit: contain;
  filter: drop-shadow(0 0.08em 0.08em rgb(45 67 0 / 18%));
}

.newcomer-problems {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: -18px 0 22px;
}

.newcomer-problems article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, .86);
}

.newcomer-problems article > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: var(--p);
  font-weight: 850;
}

.newcomer-problems strong { font-size: 15px; line-height: 1.45; }
.newcomer-problems p { margin: 7px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.plugin-icon-image { overflow: hidden; padding: 0; background: transparent; }
.plugin-icon-image img { width: 100%; height: 100%; object-fit: cover; }
.product-capability-card .card-link { display: inline-flex; min-height: 44px; align-items: center; margin-top: 10px; color: var(--p); font-size: 12px; font-weight: 800; }

.application-center-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  margin-top: 22px;
  padding: 26px 28px;
  border-radius: 20px;
  color: #fff;
  background: var(--p);
}

.application-center-cta span { color: var(--lime); font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.application-center-cta strong { display: block; margin-top: 8px; font-size: 21px; }
.application-center-cta p { margin: 8px 0 0; color: #eadcf1; font-size: 13px; line-height: 1.6; }
.application-center-cta a { display: inline-flex; min-height: 46px; align-items: center; padding: 0 17px; border-radius: 12px; color: var(--ink); background: var(--lime); font-size: 13px; font-weight: 850; text-decoration: none; }

.suite-flow.suite-flow-trio { grid-template-columns: 1fr auto 1fr auto 1fr; }

.purchase-facts {
  display: grid;
  gap: 0;
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.purchase-facts li { display: flex; justify-content: space-between; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.purchase-facts strong { font-size: 14px; }
.purchase-facts span { color: var(--muted); font-size: 12px; text-align: right; }

@media (max-width: 1000px) {
  .newcomer-problems { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 0; }
  .application-center-cta { grid-template-columns: 1fr; }
  .application-center-cta a { width: fit-content; }
  .suite-flow.suite-flow-trio { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .home-nav .site-brand img.app-product-logo { width: 44px; height: 44px; }
  .hero-claim { margin-top: 18px; font-size: 13px; }
  .newcomer-problems { grid-template-columns: 1fr; }
  .newcomer-problems article { padding: 16px; }
  .application-center-cta { padding: 23px 20px; }
  .application-center-cta a { width: 100%; justify-content: center; }
  .purchase-facts li { align-items: flex-start; flex-direction: column; gap: 5px; }
  .purchase-facts span { text-align: left; }
}
