.page-products {
  background: var(--ice);
}

/* ========== Hero 首屏 ========== */
.page-products .solutions-hero {
  position: relative;
  background: var(--grad-navy);
  padding: calc(var(--header-h) + 44px) 0 56px;
  overflow: hidden;
}
.page-products .solutions-hero::before {
  content: '';
  position: absolute;
  right: -80px;
  top: -60px;
  width: 340px;
  height: 520px;
  background: var(--gold);
  clip-path: polygon(35% 0, 100% 0, 100% 100%, 0 100%);
  opacity: 0.12;
  transform: skewY(-8deg);
  pointer-events: none;
}
.page-products .solutions-hero .container {
  position: relative;
  z-index: 2;
}
.page-products .solutions-hero .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 0.02em;
}
.page-products .solutions-hero .breadcrumb-link {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.page-products .solutions-hero .breadcrumb-link:hover {
  color: var(--gold-light);
  border-color: var(--gold-light);
}
.page-products .solutions-hero .breadcrumb-current {
  color: var(--gold-light);
  font-weight: 600;
}
.page-products .breadcrumb-sep {
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
}
.page-products .hero-layout {
  display: grid;
  gap: 32px;
}
.page-products .hero-kicker {
  color: var(--gold-light);
  font-family: var(--font-display);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin-bottom: 10px;
}
.page-products .hero-main h1 {
  font-family: var(--font-display);
  font-size: 34px;
  line-height: 1.15;
  font-weight: 800;
  color: var(--white);
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}
.page-products .hero-lead {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.86);
  margin: 0 0 26px;
  max-width: 34em;
}
.page-products .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.page-products .hero-outline {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--white);
}
.page-products .hero-outline:hover {
  border-color: var(--gold-light);
  color: var(--gold-light);
}
.page-products .hero-aside {
  position: relative;
}
.page-products .hero-stat-card {
  border: 1px solid rgba(212, 175, 55, 0.55);
  border-top: 3px solid var(--gold);
  background: rgba(255, 255, 255, 0.04);
  padding: 22px 18px 18px;
  position: relative;
}
.page-products .hero-stat-card-label {
  display: block;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--gold-light);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.page-products .hero-stat-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.page-products .hero-stat-list li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}
.page-products .hero-stat-list li:last-child {
  border-right: 0;
}
.page-products .hero-stat-num {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
}
.page-products .hero-stat-unit {
  font-family: var(--font-display);
  font-size: 11px;
  color: rgba(255, 255, 255, 0.72);
}

/* ========== 公共版块标题 ========== */
.page-products .section-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}
.page-products .section-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  background: var(--navy);
  color: var(--gold-light);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.02em;
  position: relative;
}
.page-products .section-num::after {
  content: '';
  position: absolute;
  right: -4px;
  bottom: -4px;
  width: 8px;
  height: 8px;
  background: var(--gold);
}
.page-products .section-lead {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0 0 20px;
  max-width: 46em;
}

/* ========== 01 开赛前阵容确认费用 ========== */
.page-products .roster-section {
  padding: 64px 0 48px;
  background: var(--ice);
}
.page-products .roster-grid {
  display: grid;
  gap: 36px;
  margin-top: 28px;
}
.page-products .roster-main .section-lead {
  margin-bottom: 18px;
}
.page-products .feature-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.page-products .feature-list li {
  position: relative;
  padding-left: 20px;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink);
}
.page-products .feature-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  background: var(--gold);
  transform: rotate(45deg);
}
.page-products .fee-card-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.page-products .fee-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 18px 18px 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.page-products .fee-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 22px 22px 0;
  border-style: solid;
  border-color: transparent var(--gold) transparent transparent;
}
.page-products .fee-card:hover {
  border-color: var(--gold);
  box-shadow: 0 4px 16px rgba(10, 31, 61, 0.08);
}
.page-products .fee-card--season {
  background: rgba(227, 242, 253, 0.72);
}
.page-products .fee-chip {
  margin-bottom: 8px;
}
.page-products .fee-card h3 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 8px;
}
.page-products .fee-price {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-size: 15px;
  color: var(--muted);
}
.page-products .fee-price strong {
  font-size: 30px;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.03em;
}
.page-products .fee-price span {
  font-size: 13px;
  color: var(--muted);
}
.page-products .fee-desc {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.55;
  color: var(--muted);
  margin: 0;
}
.page-products .roster-media {
  margin: 0;
}
.page-products .roster-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid var(--line);
}

/* ========== 02 EMC赛后数据统计价格标准 ========== */
.page-products .price-section {
  padding: 64px 0 48px;
  background: var(--white);
}
.page-products .price-lead {
  margin-bottom: 22px;
}
.page-products .price-grid {
  display: grid;
  gap: 36px;
  margin-top: 8px;
}
.page-products .price-table-wrap {
  overflow-x: auto;
}
.page-products .price-table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--font-display);
  font-size: 14px;
  background: var(--white);
}
.page-products .price-table thead th {
  background: var(--navy);
  color: var(--white);
  text-align: left;
  padding: 12px 14px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  border-bottom: 3px solid var(--gold);
  white-space: nowrap;
}
.page-products .price-table tbody td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  vertical-align: top;
}
.page-products .price-table tbody tr:nth-child(even) {
  background: rgba(227, 242, 253, 0.5);
}
.page-products .price-table tbody tr:hover {
  background: var(--navy);
}
.page-products .price-table tbody tr:hover td,
.page-products .price-table tbody tr:hover .price-num {
  color: var(--white);
}
.page-products .price-table tbody tr:hover .price-per {
  color: rgba(255, 255, 255, 0.7);
}
.page-products .price-num {
  color: var(--navy);
  font-size: 17px;
  font-weight: 800;
  white-space: nowrap;
}
.page-products .price-per {
  color: var(--muted);
  font-size: 13px;
}
.page-products .price-media {
  margin: 0;
}
.page-products .price-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid var(--line);
}

/* ========== 03 移动端赛事报价面板 ========== */
.page-products .mobile-section {
  padding: 64px 0 48px;
  background: var(--ice);
}
.page-products .mobile-layout {
  display: grid;
  gap: 36px;
  margin-top: 28px;
}
.page-products .mobile-media {
  margin: 0 auto;
  max-width: 340px;
}
.page-products .mobile-img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
}
.page-products .mobile-main .section-lead {
  margin-bottom: 18px;
}
.page-products .mobile-feature-list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 12px;
}
.page-products .mobile-feature-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--white);
  border: 1px solid var(--line);
  padding: 14px 14px 12px;
  transition: border-color 0.2s ease;
}
.page-products .mobile-feature-item:hover {
  border-color: var(--gold);
}
.page-products .feature-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  background: var(--navy);
  color: var(--gold-light);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 800;
}
.page-products .mobile-feature-item h3 {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 4px;
}
.page-products .mobile-feature-item p {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0;
}
.page-products .mobile-note {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
  background: rgba(212, 175, 55, 0.1);
  border-left: 3px solid var(--gold);
  padding: 10px 14px;
  margin: 16px 0 0;
}

/* ========== 04 新版赛事费用明细查看 ========== */
.page-products .detail-section {
  padding: 64px 0 48px;
  background: var(--white);
}
.page-products .detail-grid {
  display: grid;
  gap: 36px;
  margin-top: 28px;
}
.page-products .detail-main .section-lead {
  margin-bottom: 16px;
}
.page-products .filter-demo {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  background: var(--ice);
  border: 1px solid var(--line);
  padding: 12px 14px;
  margin: 0 0 20px;
}
.page-products .filter-demo-label {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
}
.page-products .filter-demo-field {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  border: 1px solid var(--navy-soft);
  padding: 6px 10px;
  min-width: 120px;
  justify-content: space-between;
}
.page-products .filter-demo-value {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  color: var(--navy);
}
.page-products .filter-demo-caret {
  color: var(--gold);
  font-size: 15px;
  line-height: 1;
}
.page-products .detail-points {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 8px;
}
.page-products .detail-points li {
  position: relative;
  padding-left: 18px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink);
}
.page-products .detail-points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 7px;
  height: 7px;
  background: var(--gold);
  transform: rotate(45deg);
}
.page-products .detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.page-products .detail-media {
  margin: 0;
}
.page-products .detail-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid var(--line);
}

/* ========== 05 架构 ========== */
.page-products .arch-section {
  padding: 64px 0 56px;
  background: var(--grad-navy);
  color: var(--white);
}
.page-products .section-head--dark .kicker {
  color: var(--gold-light);
}
.page-products .section-head--dark .section-title {
  color: var(--white);
}
.page-products .section-num--dark {
  background: var(--gold);
  color: var(--navy);
}
.page-products .section-num--dark::after {
  background: var(--white);
}
.page-products .arch-layout {
  display: grid;
  gap: 36px;
  margin-top: 28px;
}
.page-products .arch-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.page-products .arch-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  padding: 16px 14px 14px;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.page-products .arch-card:hover {
  border-color: var(--gold);
  background: rgba(212, 175, 55, 0.08);
}
.page-products .arch-card-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: var(--gold);
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 10px;
}
.page-products .arch-card h3 {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 6px;
}
.page-products .arch-card p {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}
.page-products .arch-media {
  margin: 0;
}
.page-products .arch-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.page-products .arch-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 28px;
}
.page-products .arch-stat {
  text-align: center;
  padding: 12px 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
}
.page-products .arch-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 800;
  color: var(--gold-light);
  line-height: 1.3;
}
.page-products .arch-stat span {
  font-family: var(--font-display);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.68);
}

/* ========== CTA ========== */
.page-products .cta-section {
  padding: 52px 0 64px;
  background: var(--ice);
}
.page-products .cta-box {
  background: var(--white);
  border: 1px solid var(--line);
  border-left: 4px solid var(--gold);
  padding: 24px 20px;
  display: grid;
  gap: 18px;
}
.page-products .cta-box h2 {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  color: var(--navy);
  margin: 0 0 8px;
}
.page-products .cta-box p {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
  max-width: 52em;
}
.page-products .cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.page-products .cta-outline {
  color: var(--navy);
}

/* ========== 平板过渡 ========== */
@media (min-width: 600px) {
  .page-products .fee-card-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-products .arch-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ========== 桌面端 ========== */
@media (min-width: 900px) {
  .page-products .hero-layout {
    grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
    gap: 48px;
    align-items: center;
  }
  .page-products .hero-main h1 {
    font-size: 52px;
  }
  .page-products .hero-lead {
    font-size: 17px;
  }
  .page-products .roster-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 48px;
    align-items: center;
  }
  .page-products .mobile-layout {
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
    gap: 48px;
    align-items: center;
  }
  .page-products .mobile-media {
    margin: 0 auto;
  }
  .page-products .detail-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 48px;
    align-items: center;
  }
}

@media (min-width: 960px) {
  .page-products .price-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: 40px;
    align-items: center;
  }
  .page-products .arch-layout {
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 1.3fr);
    gap: 40px;
    align-items: center;
  }
  .page-products .cta-box {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    padding: 28px;
  }
}

@media (min-width: 720px) {
  .page-products .arch-stats {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1080px) {
  .page-products .arch-stats {
    grid-template-columns: repeat(6, 1fr);
  }
}

/* ========== 窄屏表格卡片化 ========== */
@media (max-width: 639px) {
  .page-products .price-table thead {
    display: none;
  }
  .page-products .price-table,
  .page-products .price-table tbody,
  .page-products .price-table tr,
  .page-products .price-table td {
    display: block;
    width: 100%;
  }
  .page-products .price-table tbody tr {
    margin-bottom: 14px;
    border: 1px solid var(--line);
    padding: 4px 0 8px;
  }
  .page-products .price-table tbody tr:nth-child(even) {
    background: rgba(227, 242, 253, 0.35);
  }
  .page-products .price-table tbody td {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    padding: 6px 14px;
    border-bottom: 1px solid rgba(225, 232, 240, 0.7);
    text-align: right;
  }
  .page-products .price-table tbody td::before {
    content: attr(data-label);
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    color: var(--navy);
    text-align: left;
  }
  .page-products .price-table tbody td:last-child {
    border-bottom: 0;
  }
}
