/* /app horizon hx-lp：分屏首屏 + 步骤下载 + 主舞台 + 氛围带 + 设备墙 + 能力栅格 */
.hx-lp {
  max-width: var(--vs-page-max, 1420px);
  width: 100%;
  margin: 0 auto;
  padding: 12px var(--vs-page-gutter, 24px) 48px;
  box-sizing: border-box;
}

.hx-lp__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
  gap: clamp(20px, 4vw, 36px);
  align-items: center;
  padding: clamp(20px, 4vw, 36px) 0 8px;
}
@media (max-width: 900px) {
  .hx-lp__hero {
    grid-template-columns: 1fr;
  }
}
.hx-lp__hero-copy {
  min-width: 0;
}
.hx-lp__kicker {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #047857;
}
.hx-lp__h1 {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 3.5vw, 2.1rem);
  line-height: 1.15;
  font-weight: 900;
  color: #0f172a;
}
.hx-lp__lead {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.65;
  color: #475569;
}
.hx-lp__bullets {
  margin: 0;
  padding-left: 1.15rem;
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
}
.hx-lp__bullets a {
  color: #047857;
  font-weight: 700;
}
.hx-lp__lead--secondary {
  margin-top: -6px;
  font-size: 14px;
  color: #64748b;
}

.hx-lp__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 8px 0 4px;
}
@media (max-width: 900px) {
  .hx-lp__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .hx-lp__stats {
    grid-template-columns: 1fr;
  }
}
.hx-lp__stat {
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(165deg, #fff 0%, #f8fafc 100%);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hx-lp__stat-v {
  font-size: 1.35rem;
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -0.02em;
}
.hx-lp__stat-l {
  font-size: 12px;
  line-height: 1.45;
  font-weight: 700;
  color: #64748b;
}

.hx-lp-pre__list {
  margin: 0;
  padding-left: 1.15rem;
  font-size: 14px;
  line-height: 1.65;
  color: #475569;
}
.hx-lp-pre__list li {
  margin-bottom: 10px;
}
.hx-lp-pre__list li:last-child {
  margin-bottom: 0;
}
.hx-lp-pre__s {
  display: inline;
  margin-right: 6px;
  color: #0f172a;
}
.hx-lp-pre__x {
  font-weight: 500;
  color: #64748b;
}

.hx-lp__panel-sub--continued {
  margin-top: -12px;
}

.hx-lp-highlights__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 640px) {
  .hx-lp-highlights__grid {
    grid-template-columns: 1fr;
  }
}
.hx-lp-highlights__card {
  margin: 0;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #f8fafc;
}
.hx-lp-highlights__ico {
  display: inline-flex;
  margin-bottom: 8px;
  font-size: 1.25rem;
  line-height: 1;
}
.hx-lp-highlights__h {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 900;
  color: #0f172a;
}
.hx-lp-highlights__p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #64748b;
}

.hx-lp-expgrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 700px) {
  .hx-lp-expgrid {
    grid-template-columns: 1fr;
  }
}
.hx-lp-expgrid__cell {
  margin: 0;
  padding: 16px 18px;
  border-radius: 16px;
  border: 1px solid rgba(4, 120, 87, 0.12);
  background: #fff;
}
.hx-lp-expgrid__h {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 900;
  color: #047857;
}
.hx-lp-expgrid__p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #475569;
}

.hx-lp-steps__ol {
  margin: 0;
  padding-left: 1.2rem;
  counter-reset: hxstep;
  list-style: none;
}
.hx-lp-steps__ol > li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
}
.hx-lp-steps__ol > li:last-child {
  margin-bottom: 0;
}
.hx-lp-steps__ol > li::before {
  counter-increment: hxstep;
  content: counter(hxstep);
  position: absolute;
  left: -1.35rem;
  top: 0.1em;
  width: 22px;
  height: 22px;
  border-radius: 8px;
  background: linear-gradient(135deg, #047857, #0d9488);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hx-lp-steps__s {
  display: inline;
  font-weight: 900;
  color: #0f172a;
  margin-right: 6px;
}
.hx-lp-steps__x {
  color: #64748b;
}

.hx-lp-awards__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 640px) {
  .hx-lp-awards__grid {
    grid-template-columns: 1fr;
  }
}
.hx-lp-awards__cell {
  margin: 0;
  padding: 14px 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(15, 23, 42, 0.06);
}
.hx-lp-awards__h {
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 900;
  color: #0f172a;
}
.hx-lp-awards__p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #64748b;
}
.hx-lp-awards__more {
  margin: 16px 0 0;
  font-size: 13px;
  color: #64748b;
}
.hx-lp-awards__more a {
  color: #047857;
  font-weight: 700;
}
.hx-lp__hero-art {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 20px 50px rgba(6, 95, 70, 0.15);
  background: #0f172a;
  aspect-ratio: 4 / 3;
  max-height: 340px;
}
.hx-lp__hero-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hx-lp__channels {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0 26px;
  counter-reset: hxch;
}
.hx-lp__channel {
  flex: 1 1 min(220px, 100%);
  margin: 0;
  padding: 18px 18px 16px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: linear-gradient(165deg, #fff 0%, #f1f5f9 100%);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  position: relative;
  padding-left: 52px;
}
.hx-lp__channel::before {
  counter-increment: hxch;
  content: counter(hxch);
  position: absolute;
  left: 14px;
  top: 16px;
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: linear-gradient(135deg, #047857, #0d9488);
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hx-lp__channel-label {
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #047857;
  margin-bottom: 8px;
}
.hx-lp__channel-p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
  color: #64748b;
}
.hx-lp__channel-btn {
  display: inline-flex;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  border: 2px solid transparent;
}
.hx-lp__channel-btn--pri {
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #0f172a;
}
.hx-lp__channel-btn--sec {
  background: #0f172a;
  color: #fff;
}
.hx-lp__channel-btn--ghost {
  background: transparent;
  border-color: rgba(15, 23, 42, 0.15);
  color: #0f172a;
}

.hx-lp-stage {
  margin: 0 0 24px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #0f172a;
}
.hx-lp-stage > img {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(480px, 52vw);
  object-fit: cover;
}

.hx-lp-ribbon {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}
@media (max-width: 800px) {
  .hx-lp-ribbon {
    grid-template-columns: 1fr;
  }
}
.hx-lp-ribbon__cell {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
}
.hx-lp-ribbon__cell .hb-img-watermark > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.hx-lp-ribbon__cell figcaption {
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 800;
  color: #475569;
}

.hx-lp__panel {
  margin: 28px 0;
  padding: clamp(18px, 3vw, 26px);
  border-radius: 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
}
.hx-lp__panel--mist {
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}
.hx-lp__panel-h {
  margin: 0 0 8px;
  font-size: clamp(1.15rem, 2.5vw, 1.45rem);
  font-weight: 900;
  color: #0f172a;
}
.hx-lp__panel-h--flush {
  margin-top: 0;
}
.hx-lp__panel-sub {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
  max-width: 72ch;
}

.hx-lp-devices {
  display: flex;
  gap: clamp(10px, 2.5vw, 22px);
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 8px 4px 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}
.hx-lp-device {
  flex: 0 0 min(168px, 72vw);
  scroll-snap-align: start;
  margin: 0;
  text-align: center;
}
.hx-lp-device:nth-child(2) {
  flex-basis: min(188px, 76vw);
  transform: translateY(-10px);
}
@media (min-width: 720px) {
  .hx-lp-device:nth-child(2) {
    transform: translateY(-14px);
  }
}
.hx-lp-device__bezel {
  position: relative;
  margin: 0 auto;
  padding: 11px 11px 13px;
  border-radius: 26px;
  background: linear-gradient(155deg, #0b1220 0%, #1e293b 48%, #0f172a 100%);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.06) inset,
    0 20px 48px rgba(15, 23, 42, 0.28);
}
.hx-lp-device__notch {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 7px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
}
.hx-lp-device__screen {
  position: relative;
  margin-top: 20px;
  border-radius: 16px;
  overflow: hidden;
  background: #020617;
  aspect-ratio: 10 / 19;
}
.hx-lp-device__screen-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 45%;
  vertical-align: middle;
}
.hx-lp-device__dock {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 7px 10px 9px;
  background: linear-gradient(180deg, transparent, rgba(2, 6, 23, 0.82));
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(248, 250, 252, 0.92);
}
.hx-lp-device__dock-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(145deg, #2dd4bf, #0d9488);
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.35);
}
.hx-lp-device__dock-label {
  max-width: 12ch;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0.95;
}
.hx-lp-device__cap {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
}
.hx-lp-device__cap-main {
  font-size: 13px;
  font-weight: 900;
  color: #334155;
}
.hx-lp-device__cap-sub {
  font-size: 11px;
  font-weight: 600;
  color: #94a3b8;
}

.hx-lp-mosaic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
@media (max-width: 900px) {
  .hx-lp-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.hx-lp-mosaic__cell {
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
}
.hx-lp-mosaic__cell--wide {
  grid-column: span 2;
}
@media (max-width: 900px) {
  .hx-lp-mosaic__cell--wide {
    grid-column: span 2;
  }
}
.hx-lp-mosaic__cell img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.hx-lp-mosaic__cell figcaption {
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #475569;
}

.hx-lp-split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr);
  gap: 22px;
  margin: 28px 0;
  align-items: start;
}
@media (max-width: 800px) {
  .hx-lp-split {
    grid-template-columns: 1fr;
  }
}
.hx-lp-split__main {
  padding: 22px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
}
.hx-lp-split__dl {
  display: grid;
  gap: 10px;
  margin: 16px 0;
}
.hx-lp-split__dl > div {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 10px;
  font-size: 14px;
}
.hx-lp-split__dl dt {
  margin: 0;
  font-weight: 900;
  color: #94a3b8;
}
.hx-lp-split__dl dd {
  margin: 0;
  color: #0f172a;
}
.hx-lp-split__ul {
  margin: 12px 0 0;
  padding-left: 1.1em;
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
}
.hx-lp-split__muted {
  margin: 8px 0 0;
  font-size: 14px;
  color: #94a3b8;
}
.hx-lp-split__aside {
  padding: 20px;
  border-radius: 18px;
  background: linear-gradient(160deg, #ecfdf5 0%, #e0f2fe 100%);
  border: 1px solid rgba(4, 120, 87, 0.15);
}
.hx-lp-split__aside h3 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 900;
}
.hx-lp-split__aside ul {
  margin: 0;
  padding-left: 1.1em;
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
}

.hx-lp-matrix {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
@media (max-width: 900px) {
  .hx-lp-matrix {
    grid-template-columns: 1fr;
  }
}
.hx-lp-matrix__cell {
  margin: 0;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
}
.hx-lp-matrix__thumb {
  margin: 0;
  background: #0f172a;
}
.hx-lp-matrix__thumb > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}
.hx-lp-matrix__cell h3 {
  margin: 12px 14px 6px;
  font-size: 1rem;
  font-weight: 900;
}
.hx-lp-matrix__cell p {
  margin: 0 14px 14px;
  font-size: 13px;
  line-height: 1.55;
  color: #64748b;
}

.hx-lp-guide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(200px, 280px);
  gap: 20px;
  margin: 28px 0;
  align-items: start;
}
@media (max-width: 800px) {
  .hx-lp-guide {
    grid-template-columns: 1fr;
  }
}
.hx-lp-guide__prose p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.65;
  color: #475569;
}
.hx-lp-guide__prose a {
  color: #047857;
  font-weight: 700;
}
.hx-lp-guide__check {
  padding: 18px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #f8fafc;
}
.hx-lp-guide__check h3 {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 900;
}
.hx-lp-guide__check ul {
  margin: 0;
  padding-left: 1.1em;
  font-size: 14px;
  color: #64748b;
  line-height: 1.55;
}

.hx-lp-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
}
@media (max-width: 720px) {
  .hx-lp-faq {
    grid-template-columns: 1fr;
  }
}
.hx-lp-faq__item {
  margin: 0;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: #fff;
}
.hx-lp-faq__item summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 14px;
  color: #0f172a;
  list-style: none;
}
.hx-lp-faq__item summary::-webkit-details-marker {
  display: none;
}
.hx-lp-faq__item[open] summary {
  color: #047857;
}
.hx-lp-faq__item p {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.6;
  color: #64748b;
}

.hx-lp__outro {
  margin-top: 32px;
  padding: 24px 22px;
  border-radius: 18px;
}
