.page-products {
  --ar-hair: rgba(124, 143, 138, 0.26);
  --ar-card: #16302A;
  --ar-cut: 18px;
  --ar-cyan-soft: rgba(53, 224, 208, 0.10);
  --ar-gold-soft: rgba(232, 180, 74, 0.10);
  color: var(--paper);
  background: var(--ink);
  overflow-x: hidden;
}

.page-products .crumbs {
  padding: 18px 0 4px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--mute);
}
.page-products .crumbs a {
  color: var(--mute);
  text-decoration: none;
}
.page-products .crumbs a:hover { color: var(--cyan); }
.page-products .crumbs__sep { margin: 0 8px; color: var(--turf); }
.page-products .crumbs [aria-current] { color: var(--cream); }

/* ---------- 首屏 ---------- */
.page-products .archero {
  position: relative;
  overflow: hidden;
  padding: 30px 0 54px;
  border-bottom: 1px solid var(--ar-hair);
  background:
    radial-gradient(115% 85% at 86% -12%, rgba(53, 224, 208, 0.16), transparent 62%),
    radial-gradient(80% 70% at 2% 110%, rgba(232, 180, 74, 0.10), transparent 60%),
    linear-gradient(175deg, var(--deep) 0%, var(--ink) 72%);
}
.page-products .archero::after {
  content: "";
  position: absolute;
  right: -10%;
  top: 22%;
  width: 46%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  transform: rotate(-13deg);
  opacity: 0.45;
  pointer-events: none;
}
.page-products .archero__inner { position: relative; z-index: 1; }
.page-products .eyebrow {
  margin: 0;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: var(--cyan);
}
.page-products .archero__title {
  margin: 12px 0 0;
  font-family: var(--sans);
  font-weight: 900;
  font-size: clamp(52px, 13vw, 150px);
  line-height: 0.92;
  letter-spacing: -0.04em;
  color: var(--white);
}
.page-products .archero__lead {
  margin-top: 24px;
  max-width: 62ch;
}
.page-products .archero .lede {
  margin: 0;
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.85;
  color: rgba(242, 239, 230, 0.86);
}
.page-products .archero__facts {
  list-style: none;
  margin: 32px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--ar-hair);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
}
.page-products .archero__facts li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.page-products .archero__facts .num {
  font-family: var(--mono);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--cyan);
}
.page-products .archero__facts li:nth-child(2) .num { color: var(--gold); }
.page-products .archero__facts li:nth-child(3) .num { color: var(--white); }
.page-products .archero__facts li:nth-child(4) .num { color: var(--cream); }
.page-products .archero__facts li > span:last-child {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--mute);
}
.page-products .archero__actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ---------- 通用分区 ---------- */
.page-products .arsection {
  padding: 54px 0;
  border-bottom: 1px solid var(--ar-hair);
}
.page-products .arsection__head {
  max-width: 76ch;
  margin-bottom: 30px;
}
.page-products .arsection__head h2 {
  margin: 10px 0 0;
  font-family: var(--sans);
  font-weight: 800;
  font-size: clamp(26px, 6vw, 44px);
  line-height: 1.14;
  letter-spacing: -0.03em;
  color: var(--white);
}
.page-products .arsection__note {
  margin: 16px 0 0;
  max-width: 38em;
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.85;
  color: rgba(242, 239, 230, 0.8);
}
.page-products .arsection__foot {
  margin: 26px 0 0;
  max-width: 62ch;
  font-family: var(--serif);
  font-size: 14px;
  line-height: 1.9;
  color: var(--mute);
}
.page-products .arsection__foot a {
  color: var(--cyan);
  text-decoration: none;
  border-bottom: 1px solid rgba(53, 224, 208, 0.4);
}
.page-products .arsection__foot a:hover { border-bottom-color: var(--cyan); }

/* ---------- 图片容器 ---------- */
.page-products .ar-figure {
  margin: 0 0 30px;
  border: 1px solid var(--ar-hair);
  background: var(--turf);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--ar-cut)), calc(100% - var(--ar-cut)) 100%, 0 100%);
}
.page-products .ar-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.page-products .ar-figure figcaption {
  padding: 12px 16px 14px;
  border-top: 1px solid var(--ar-hair);
  font-size: 13px;
  line-height: 1.7;
  color: var(--mute);
}

/* ---------- 资料网格 ---------- */
.page-products .packgrid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.page-products .packcard {
  position: relative;
  padding: 22px 22px 20px;
  border: 1px solid var(--ar-hair);
  border-left: 3px solid rgba(53, 224, 208, 0.5);
  background: linear-gradient(160deg, var(--ar-card), var(--turf));
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--ar-cut)), calc(100% - var(--ar-cut)) 100%, 0 100%);
  transition: border-left-color 0.25s ease, transform 0.25s ease;
}
.page-products .packcard:hover {
  border-left-color: var(--cyan);
  transform: translateY(-3px);
}
.page-products .packcard__idx {
  margin: 0;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  color: var(--cream);
}
.page-products .packcard__name {
  margin: 10px 0 0;
  font-family: var(--sans);
  font-weight: 800;
  font-size: 21px;
  letter-spacing: -0.02em;
  color: var(--white);
}
.page-products .packcard__desc {
  margin: 10px 0 0;
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.8;
  color: rgba(242, 239, 230, 0.76);
}
.page-products .packcard__spec {
  margin: 16px 0 0;
  padding: 12px 0 0;
  border-top: 1px dashed var(--ar-hair);
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}
.page-products .packcard__spec > div {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.page-products .packcard__spec dt {
  font-size: 11px;
  letter-spacing: 0.1em;
  color: var(--mute);
}
.page-products .packcard__spec dd {
  margin: 0;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--gold);
}

/* ---------- 主客场镜像 ---------- */
.page-products .hamirror {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-bottom: 28px;
}
.page-products .hamirror__side {
  padding: 24px 22px;
  border: 1px solid var(--ar-hair);
}
.page-products .hamirror__side--home {
  background: linear-gradient(150deg, var(--ar-cyan-soft), transparent 70%), var(--turf);
}
.page-products .hamirror__side--away {
  background: linear-gradient(210deg, var(--ar-gold-soft), transparent 70%), var(--carbon);
}
.page-products .hamirror__tag {
  margin: 0;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.16em;
}
.page-products .hamirror__side--home .hamirror__tag { color: var(--cyan); }
.page-products .hamirror__side--away .hamirror__tag { color: var(--gold); }
.page-products .hamirror__side h3 {
  margin: 8px 0 0;
  font-family: var(--sans);
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: var(--white);
}
.page-products .hamirror__list {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 9px;
}
.page-products .hamirror__list li {
  position: relative;
  padding-left: 16px;
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.7;
  color: rgba(242, 239, 230, 0.8);
}
.page-products .hamirror__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 7px;
  height: 1px;
  background: currentColor;
  opacity: 0.6;
}
.page-products .hamirror__side--home .hamirror__list li::before { background: var(--cyan); }
.page-products .hamirror__side--away .hamirror__list li::before { background: var(--gold); }

/* ---------- 轮次数据 ---------- */
.page-products .roundgrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}
.page-products .tabs {
  border: 1px solid var(--ar-hair);
  background: var(--carbon);
}
.page-products .tabs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 1px solid var(--ar-hair);
}
.page-products .tab-btn {
  flex: 1 1 auto;
  min-width: 96px;
  padding: 13px 14px;
  border: 0;
  border-right: 1px solid var(--ar-hair);
  background: transparent;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--mute);
  cursor: pointer;
}
.page-products .tab-btn:last-child { border-right: 0; }
.page-products .tab-btn:hover { color: var(--paper); }
.page-products .tab-btn[aria-selected="true"] {
  color: var(--ink);
  background: var(--cyan);
}
.page-products .tab-btn:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: -2px;
}
.page-products .tab-panel {
  padding: 22px 20px;
}
.page-products .tab-panel h3 {
  margin: 0 0 10px;
  font-family: var(--sans);
  font-weight: 800;
  font-size: 19px;
  letter-spacing: -0.02em;
  color: var(--white);
}
.page-products .tab-panel p {
  margin: 0 0 10px;
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.85;
  color: rgba(242, 239, 230, 0.78);
}
.page-products .tab-panel p:last-child { margin-bottom: 0; }
.page-products .ar-figure--chart { margin-bottom: 0; }

/* ---------- 名录表格 ---------- */
.page-products .ar-ledger {
  overflow-x: auto;
  border: 1px solid var(--ar-hair);
  background: var(--carbon);
}
.page-products .ar-ledger .ledger {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-family: var(--mono);
  font-size: 13px;
}
.page-products .ar-ledger caption {
  caption-side: top;
  padding: 14px 16px 12px;
  text-align: left;
  font-family: var(--sans);
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--mute);
}
.page-products .ar-ledger th,
.page-products .ar-ledger td {
  padding: 13px 16px;
  text-align: left;
  border-bottom: 1px solid var(--ar-hair);
  vertical-align: top;
}
.page-products .ar-ledger th {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--cyan);
  background: rgba(53, 224, 208, 0.05);
}
.page-products .ar-ledger tbody tr:nth-child(even) { background: rgba(30, 58, 49, 0.34); }
.page-products .ar-ledger tbody tr:last-child td { border-bottom: 0; }
.page-products .ar-ledger td:first-child {
  color: var(--gold);
  white-space: nowrap;
}

/* ---------- 格式对比 ---------- */
.page-products .fmtgrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 28px;
}
.page-products .fmtcard {
  padding: 24px 22px;
  border: 1px solid var(--ar-hair);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--ar-cut)), calc(100% - var(--ar-cut)) 100%, 0 100%);
}
.page-products .fmtcard--pdf {
  background: linear-gradient(155deg, var(--ar-cyan-soft), transparent 68%), var(--turf);
}
.page-products .fmtcard--csv {
  background: linear-gradient(205deg, var(--ar-gold-soft), transparent 68%), var(--carbon);
}
.page-products .fmtcard__tag {
  margin: 0;
  font-family: var(--mono);
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
}
.page-products .fmtcard--pdf .fmtcard__tag { color: var(--cyan); }
.page-products .fmtcard--csv .fmtcard__tag { color: var(--gold); }
.page-products .fmtcard h3 {
  margin: 12px 0 0;
  font-family: var(--sans);
  font-weight: 800;
  font-size: 19px;
  letter-spacing: -0.02em;
  color: var(--white);
}
.page-products .fmtcard p {
  margin: 10px 0 0;
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.85;
  color: rgba(242, 239, 230, 0.78);
}
.page-products .fmtcard__list {
  list-style: none;
  margin: 16px 0 0;
  padding: 14px 0 0;
  border-top: 1px dashed var(--ar-hair);
  display: grid;
  gap: 7px;
}
.page-products .fmtcard__list li {
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.7;
  color: var(--mute);
}

/* ---------- 授权与流程 ---------- */
.page-products .tiergrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 34px;
}
.page-products .tiercard {
  padding: 20px;
  border: 1px solid var(--ar-hair);
  border-top: 2px solid rgba(232, 180, 74, 0.55);
  background: var(--carbon);
}
.page-products .tiercard:nth-child(2) { border-top-color: rgba(53, 224, 208, 0.6); }
.page-products .tiercard:nth-child(3) { border-top-color: rgba(255, 59, 78, 0.5); }
.page-products .tiercard__tag {
  margin: 0;
  font-family: var(--mono);
  font-size: 13px;
  letter-spacing: 0.14em;
  color: var(--gold);
}
.page-products .tiercard:nth-child(2) .tiercard__tag { color: var(--cyan); }
.page-products .tiercard:nth-child(3) .tiercard__tag { color: var(--cream); }
.page-products .tiercard p:last-child {
  margin: 10px 0 0;
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.85;
  color: rgba(242, 239, 230, 0.78);
}

.page-products .steps {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
}
.page-products .steps__item {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 14px;
  padding-bottom: 24px;
}
.page-products .steps__item:last-child { padding-bottom: 0; }
.page-products .steps__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 30px;
  bottom: 0;
  width: 1px;
  background: linear-gradient(180deg, rgba(53, 224, 208, 0.55), rgba(232, 180, 74, 0.35));
}
.page-products .steps__num {
  margin: 0;
  font-family: var(--mono);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--cyan);
}
.page-products .steps__body h3 {
  margin: 0 0 6px;
  font-family: var(--sans);
  font-weight: 800;
  font-size: 17px;
  letter-spacing: -0.02em;
  color: var(--white);
}
.page-products .steps__body p {
  margin: 0;
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.8;
  color: rgba(242, 239, 230, 0.76);
}

/* ---------- 伤停补时 ---------- */
.page-products .stoppage {
  padding: 48px 0 56px;
  border-bottom: 1px solid var(--ar-hair);
  background:
    linear-gradient(90deg, rgba(255, 59, 78, 0.07), transparent 46%),
    var(--carbon);
}
.page-products .stoppage__flag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-family: var(--mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--pulse);
}
.page-products .stoppage__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--pulse);
  animation: pp-products-pulse 2.4s ease-in-out infinite;
}
@keyframes pp-products-pulse {
  0%, 100% { opacity: 0.35; transform: scale(0.9); }
  50% { opacity: 1; transform: scale(1.15); }
}
.page-products .stoppage h2 {
  margin: 12px 0 0;
  font-family: var(--sans);
  font-weight: 800;
  font-size: clamp(24px, 5.5vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: var(--white);
}
.page-products .stoppage__lead {
  margin: 16px 0 0;
  max-width: 60ch;
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.85;
  color: rgba(242, 239, 230, 0.8);
}
.page-products .stoppage__list {
  list-style: none;
  margin: 26px 0 0;
  padding: 1px;
  display: grid;
  gap: 1px;
  background: var(--ar-hair);
  border: 1px solid var(--ar-hair);
}
.page-products .stoppage__list li {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
  padding: 14px 16px;
  background: var(--ink);
}
.page-products .stoppage__min {
  font-family: var(--mono);
  font-size: 19px;
  font-weight: 600;
  color: var(--pulse);
  white-space: nowrap;
}
.page-products .stoppage__what {
  font-family: var(--serif);
  font-size: 14px;
  line-height: 1.75;
  color: rgba(242, 239, 230, 0.8);
}
.page-products .stoppage__note {
  margin: 22px 0 0;
  max-width: 62ch;
  font-family: var(--serif);
  font-size: 13px;
  line-height: 1.9;
  color: var(--mute);
}
.page-products .stoppage__note a {
  color: var(--cyan);
  text-decoration: none;
  border-bottom: 1px solid rgba(53, 224, 208, 0.4);
}

/* ---------- 桌面 ---------- */
@media (min-width: 640px) {
  .page-products .packgrid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-products .tiergrid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .page-products .archero__facts { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 760px) {
  .page-products .archero { padding: 46px 0 66px; }
  .page-products .hamirror {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    border: 0;
  }
  .page-products .hamirror__side {
    border: 1px solid var(--ar-hair);
  }
  .page-products .hamirror__side--home {
    padding-right: 46px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0 100%);
  }
  .page-products .hamirror__side--away {
    padding-left: 46px;
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0 100%);
  }
  .page-products .fmtgrid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .page-products .arsection { padding: 66px 0; }
}

@media (min-width: 960px) {
  .page-products .packgrid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  .page-products .roundgrid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 32px;
    align-items: start;
  }
  .page-products .steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }
  .page-products .steps__item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-bottom: 0;
    padding-top: 22px;
  }
  .page-products .steps__item:not(:last-child)::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, var(--cyan), rgba(232, 180, 74, 0.45));
  }
  .page-products .arsection__head h2 { font-size: 44px; }
  .page-products .stoppage__list li {
    grid-template-columns: 110px minmax(0, 1fr);
    padding: 16px 20px;
  }
}

@media (min-width: 1200px) {
  .page-products .archero__lead { max-width: 58ch; }
  .page-products .arsection__head { margin-bottom: 38px; }
}

@media (prefers-reduced-motion: reduce) {
  .page-products .packcard { transition: none; }
  .page-products .packcard:hover { transform: none; }
  .page-products .stoppage__dot { animation: none; opacity: 1; }
}
