.page-products {
  --product-orange: #FF4F00;
  --product-deep: #0B0F19;
  --product-blue: #00B4D8;
  --product-green: #0E7C66;
  --product-wine: #7B2D2D;
  --product-purple: #6A3FBF;
  --product-paper: #F4F7FB;
  --product-text: #F4F7FB;
  --product-muted: #94A3B8;
  --product-charcoal: #1E293B;
  --product-line: #CBD5E1;
  --product-white: #FFFFFF;
  --product-ease: cubic-bezier(0.22, 1, 0.36, 1);
  background-color: var(--product-deep);
  color: var(--product-text);
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  overflow-x: hidden;
}

.page-products .breadcrumb {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 20px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--product-muted);
}

.page-products .breadcrumb a {
  color: var(--product-blue);
  text-decoration: none;
  transition: color 0.3s var(--product-ease);
}

.page-products .breadcrumb a:hover {
  color: var(--product-orange);
}

.page-products .breadcrumb-separator {
  color: var(--product-muted);
}

.product-split-hero {
  display: block;
  max-width: 1280px;
  margin: 0 auto;
  padding: 32px 20px 56px;
}

.product-split-hero .split-content {
  position: relative;
  z-index: 2;
}

.page-products .page-eyebrow {
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--product-orange);
  font-weight: 700;
  margin: 0 0 16px;
  border-left: 3px solid var(--product-orange);
  padding-left: 12px;
}

.product-split-hero h1 {
  font-size: clamp(28px, 6vw, 44px);
  font-weight: 900;
  font-style: italic;
  line-height: 1.2;
  margin: 0 0 20px;
  color: var(--product-white);
  letter-spacing: -0.02em;
  text-shadow: 0 0 40px rgba(255, 79, 0, 0.12);
}

.product-split-hero .hero-lead {
  font-size: 16px;
  line-height: 1.8;
  color: var(--product-muted);
  max-width: 560px;
  margin: 0 0 28px;
  border-bottom: 1px solid rgba(255, 79, 0, 0.25);
  padding-bottom: 24px;
}

.page-products .btn {
  display: inline-block;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 2px;
  transition: transform 0.3s var(--product-ease), box-shadow 0.3s var(--product-ease), background-color 0.3s var(--product-ease);
}

.page-products .btn-primary {
  background: var(--product-orange);
  color: var(--product-white);
  box-shadow: 0 8px 30px rgba(255, 79, 0, 0.3);
  clip-path: polygon(0 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
}

.page-products .btn-primary:hover {
  transform: translateX(4px);
  box-shadow: 0 12px 40px rgba(255, 79, 0, 0.45);
}

.page-products .btn-ghost {
  background: transparent;
  color: var(--product-blue);
  border: 1px solid rgba(0, 180, 216, 0.4);
}

.page-products .btn-ghost:hover {
  border-color: var(--product-blue);
  background: rgba(0, 180, 216, 0.08);
}

.product-split-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.dashboard-graphic {
  position: relative;
  width: 100%;
  max-width: 560px;
  min-height: 240px;
  margin: 0 auto 40px;
  background: linear-gradient(160deg, var(--product-charcoal) 0%, var(--product-deep) 70%);
  border: 1px solid rgba(255, 79, 0, 0.2);
  border-radius: 8px;
  padding: 24px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, calc(100% - 32px) 100%, 0 100%);
}

.dashboard-graphic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, var(--product-orange), var(--product-wine));
}

.dash-panel {
  position: relative;
  z-index: 2;
  width: calc(50% - 16px);
  padding: 16px;
}

.dash-panel-left {
  float: left;
}

.dash-panel-right {
  float: right;
  text-align: right;
}

.dash-label {
  font-size: 12px;
  color: var(--product-muted);
  letter-spacing: 0.12em;
  display: block;
  margin-bottom: 6px;
}

.dash-value {
  display: block;
  font-size: 44px;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  color: var(--product-white);
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
}

.dash-panel-left .dash-value {
  color: var(--product-orange);
}

.dash-panel-right .dash-value {
  color: var(--product-blue);
}

.dash-unit {
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  margin-left: 2px;
}

.dash-team {
  display: block;
  font-size: 13px;
  color: var(--product-muted);
  margin-top: 4px;
}

.possession-bar {
  margin-top: 10px;
  height: 6px;
  background: rgba(148, 163, 184, 0.15);
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
}

.possession-fill {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--product-orange), var(--product-wine));
  border-radius: 3px;
}

.dash-panel-right .possession-fill {
  float: right;
  background: linear-gradient(90deg, var(--product-blue), var(--product-purple));
}

.dash-ring-wrap {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 140px;
  z-index: 1;
}

.dash-ring {
  width: 100%;
  height: 100%;
}

.dash-ring .ring-bg {
  transition: stroke-dasharray 0.6s var(--product-ease);
}

.dash-ring .ring-fill-home {
  filter: drop-shadow(0 0 6px rgba(255, 79, 0, 0.5));
}

.dash-ring .ring-fill-away {
  filter: drop-shadow(0 0 6px rgba(0, 180, 216, 0.4));
}

.ring-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: 900;
  color: var(--product-orange);
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
}

.dash-line {
  position: absolute;
  display: block;
  background: rgba(255, 79, 0, 0.25);
  z-index: 0;
}

.dash-line-horizontal {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: rotate(-8deg);
}

.dash-line-diagonal {
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  transform: rotate(15deg);
  background: rgba(0, 180, 216, 0.2);
}

.dash-time {
  position: absolute;
  bottom: 12px;
  right: 16px;
  font-size: 11px;
  color: var(--product-muted);
  letter-spacing: 0.08em;
  background: rgba(11, 15, 25, 0.7);
  padding: 4px 8px;
  border-radius: 2px;
  z-index: 3;
}

.section {
  padding: 60px 20px;
}

.page-products .container {
  max-width: 1280px;
  margin: 0 auto;
}

.page-products .container-fluid {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-head {
  margin-bottom: 40px;
}

.row-layout {
  display: block;
}

.section-index {
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--product-orange);
  margin: 0 0 12px;
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
}

.section-title {
  font-size: clamp(24px, 4vw, 36px);
  font-weight: 900;
  font-style: italic;
  color: var(--product-white);
  margin: 0 0 16px;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.section-desc {
  font-size: 15px;
  line-height: 1.7;
  color: var(--product-muted);
  max-width: 560px;
}

.matrix-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}

.matrix-card {
  position: relative;
  background: linear-gradient(150deg, var(--product-charcoal), rgba(30, 41, 59, 0.8));
  border: 1px solid rgba(148, 163, 184, 0.12);
  padding: 32px 28px 28px;
  border-radius: 0;
  transition: transform 0.45s var(--product-ease), box-shadow 0.45s var(--product-ease), border-color 0.45s var(--product-ease);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
  display: flex;
  flex-direction: column;
}

.matrix-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 4px;
  background: var(--product-orange);
  transition: width 0.4s var(--product-ease);
}

.matrix-card:hover {
  transform: translateY(-6px) skewX(-0.5deg);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 79, 0, 0.35);
}

.matrix-card:hover::after {
  width: 100%;
}

.matrix-card-primary::after {
  background: var(--product-orange);
}

.matrix-card-secondary::after {
  background: var(--product-blue);
}

.matrix-card-tertiary::after {
  background: var(--product-purple);
}

.card-index {
  font-size: 52px;
  font-weight: 900;
  font-style: italic;
  line-height: 1;
  color: rgba(255, 79, 0, 0.14);
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  position: absolute;
  top: 16px;
  right: 20px;
}

.page-products .tag {
  display: inline-block;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: rgba(255, 79, 0, 0.12);
  color: var(--product-orange);
  border-left: 3px solid var(--product-orange);
  margin-bottom: 18px;
  align-self: flex-start;
}

.card-title {
  font-size: 24px;
  font-weight: 900;
  margin: 0 0 12px;
  color: var(--product-white);
  font-style: italic;
}

.card-copy {
  font-size: 14px;
  line-height: 1.7;
  color: var(--product-muted);
  margin: 0 0 24px;
}

.card-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 0 24px;
  border-top: 1px solid rgba(148, 163, 184, 0.1);
  padding-top: 20px;
}

.card-stats div {
  min-width: 0;
}

.card-stats dt {
  font-size: 12px;
  color: var(--product-muted);
  margin-bottom: 6px;
  white-space: nowrap;
}

.card-stats dd {
  font-size: 15px;
  font-weight: 700;
  color: var(--product-text);
  margin: 0;
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
}

.card-link {
  margin-top: auto;
  font-size: 14px;
  font-weight: 700;
  color: var(--product-blue);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.3s var(--product-ease), color 0.3s var(--product-ease);
}

.card-link:hover {
  gap: 12px;
  color: var(--product-orange);
}

.possession-section {
  background: linear-gradient(180deg, rgba(255, 79, 0, 0.06), transparent 60%);
  border-top: 1px solid rgba(255, 79, 0, 0.15);
  border-bottom: 1px solid rgba(255, 79, 0, 0.15);
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
  align-items: center;
}

.detail-grid-reverse .detail-content {
  order: 2;
}

.detail-grid-reverse .detail-visual {
  order: 1;
}

.detail-content .section-index {
  margin-bottom: 16px;
}

.detail-content .section-title {
  margin-bottom: 24px;
}

.detail-lead {
  font-size: 15px;
  line-height: 1.8;
  color: var(--product-muted);
  margin: 0 0 28px;
  border-left: 3px solid var(--product-blue);
  padding-left: 16px;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.feature-list li {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid rgba(148, 163, 184, 0.1);
}

.feature-list strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: var(--product-white);
  margin-bottom: 6px;
  font-style: italic;
}

.feature-list span {
  font-size: 14px;
  line-height: 1.6;
  color: var(--product-muted);
}

.feature-list-possession li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--product-orange);
  margin-right: 12px;
  transform: skewX(-20deg);
  vertical-align: 2px;
}

.feature-list-league li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: var(--product-purple);
  margin-right: 12px;
  transform: skewX(-20deg);
  vertical-align: 2px;
}

.detail-visual {
  position: relative;
}

.detail-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

.detail-img-main {
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 79, 0, 0.2);
}

.detail-img-sub {
  margin-top: 20px;
  border: 1px solid rgba(0, 180, 216, 0.2);
}

.visual-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(11, 15, 25, 0.85);
  border: 1px solid rgba(255, 79, 0, 0.4);
  padding: 8px 14px;
  font-size: 12px;
  color: var(--product-text);
  display: flex;
  align-items: center;
  gap: 8px;
  backdrop-filter: blur(4px);
}

.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--product-orange);
  display: inline-block;
  animation: product-pulse 1.8s ease-in-out infinite;
}

@keyframes product-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.6; }
}

.comparison-section {
  background: rgba(0, 180, 216, 0.04);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}

.process-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: rgba(11, 15, 25, 0.6);
  border: 1px solid rgba(148, 163, 184, 0.12);
  padding: 16px 18px;
  border-left: 3px solid var(--product-blue);
  transition: border-color 0.3s var(--product-ease), transform 0.3s var(--product-ease);
}

.process-item:hover {
  border-left-color: var(--product-orange);
  transform: translateX(4px);
}

.step-num {
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 14px;
  font-weight: 700;
  color: var(--product-orange);
  background: rgba(255, 79, 0, 0.08);
  padding: 4px 10px;
  flex-shrink: 0;
}

.process-item p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--product-text);
  margin: 0;
}

.comparison-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.comparison-visual .detail-img {
  border: 1px solid rgba(0, 180, 216, 0.2);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}

.league-section {
  background: linear-gradient(180deg, rgba(106, 63, 191, 0.06), transparent 70%);
  border-top: 1px solid rgba(106, 63, 191, 0.12);
}

.league-table-wrap {
  overflow-x: auto;
  margin-bottom: 24px;
  border: 1px solid rgba(148, 163, 184, 0.12);
  background: rgba(11, 15, 25, 0.6);
}

.league-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  font-size: 14px;
}

.league-table caption {
  caption-side: top;
  text-align: left;
  padding: 12px 16px;
  font-size: 13px;
  color: var(--product-muted);
}

.league-table thead {
  background: var(--product-charcoal);
}

.league-table th {
  padding: 14px 16px;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  color: var(--product-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-bottom: 2px solid var(--product-orange);
}

.league-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.08);
  color: var(--product-text);
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
}

.league-table tbody tr {
  transition: background-color 0.3s var(--product-ease);
}

.league-table tbody tr:hover {
  background: rgba(255, 79, 0, 0.06);
}

.league-table tbody tr:last-child td {
  border-bottom: none;
}

.scenario-section {
  background: var(--product-deep);
  border-top: 1px solid rgba(255, 79, 0, 0.12);
}

.center-layout {
  text-align: center;
  margin-bottom: 48px;
}

.center-layout .section-desc {
  margin-left: auto;
  margin-right: auto;
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 24px;
}

.scenario-card {
  position: relative;
  background: linear-gradient(160deg, rgba(30, 41, 59, 0.9), rgba(11, 15, 25, 0.9));
  border: 1px solid rgba(148, 163, 184, 0.1);
  padding: 32px 28px;
  border-top: 3px solid var(--product-orange);
  transition: transform 0.4s var(--product-ease), box-shadow 0.4s var(--product-ease);
}

.scenario-card-wide {
  grid-column: span 1;
}

.scenario-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
  border-top-color: var(--product-blue);
}

.scenario-icon {
  font-family: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
  font-weight: 700;
  color: var(--product-orange);
  display: inline-block;
  padding: 6px 12px;
  background: rgba(255, 79, 0, 0.08);
  margin-bottom: 18px;
}

.scenario-card h3 {
  font-size: 20px;
  font-weight: 900;
  color: var(--product-white);
  margin: 0 0 12px;
  font-style: italic;
}

.scenario-card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--product-muted);
  margin: 0 0 20px;
}

.scenario-meta {
  display: flex;
  gap: 8px;
  border-top: 1px solid rgba(148, 163, 184, 0.1);
  padding-top: 14px;
  margin: 0;
}

.scenario-meta dt {
  font-size: 12px;
  color: var(--product-muted);
}

.scenario-meta dd {
  font-size: 12px;
  color: var(--product-blue);
  margin: 0;
  font-weight: 700;
}

.scenario-card .detail-img {
  margin-top: 16px;
  border: 1px solid rgba(0, 180, 216, 0.15);
}

.product-callout {
  margin-top: 48px;
  background: linear-gradient(135deg, rgba(255, 79, 0, 0.08), rgba(106, 63, 191, 0.06));
  border: 1px solid rgba(255, 79, 0, 0.25);
  padding: 32px 28px;
  display: block;
  gap: 24px;
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 16px), calc(100% - 16px) 100%, 0 100%);
}

.callout-text h3 {
  font-size: 22px;
  font-weight: 900;
  color: var(--product-white);
  margin: 0 0 8px;
  font-style: italic;
}

.callout-text p {
  font-size: 14px;
  color: var(--product-muted);
  margin: 0;
}

.callout-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .product-split-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 48px 20px 72px;
    align-items: center;
  }

  .dashboard-graphic {
    margin: 0;
    order: 2;
    max-width: 560px;
    justify-self: end;
    width: 100%;
  }

  .matrix-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }

  .detail-grid {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }

  .detail-grid-reverse .detail-content {
    order: 1;
  }

  .detail-grid-reverse .detail-visual {
    order: 2;
  }

  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .scenario-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .scenario-card-wide {
    grid-column: span 1;
  }

  .product-callout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 48px;
  }

  .callout-actions {
    margin-top: 0;
    flex-shrink: 0;
  }
}

@media (min-width: 1024px) {
  .product-split-hero h1 {
    font-size: 52px;
  }

  .product-split-hero .hero-lead {
    font-size: 17px;
  }

  .section {
    padding: 88px 32px;
  }

  .row-layout {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 24px;
  }

  .row-layout .section-desc {
    margin-left: auto;
  }

  .matrix-card {
    padding: 40px 32px 32px;
  }

  .detail-content .section-title {
    font-size: 40px;
  }

  .detail-lead {
    font-size: 16px;
  }

  .feature-list li {
    display: flex;
    align-items: baseline;
    gap: 20px;
    padding: 18px 0;
  }

  .feature-list strong {
    width: 180px;
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .scenario-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .scenario-card-wide {
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    align-items: center;
  }

  .scenario-card-wide .scenario-icon,
  .scenario-card-wide h3,
  .scenario-card-wide p,
  .scenario-card-wide .scenario-meta {
    grid-column: 1;
  }

  .scenario-card-wide .detail-img {
    grid-column: 2;
    grid-row: 1 / span 4;
    margin: 0;
  }

  .scenario-card-wide .scenario-meta {
    grid-column: 1;
  }

  .detail-img-main {
    transition: transform 0.6s var(--product-ease);
  }

  .detail-visual:hover .detail-img-main {
    transform: scale(1.02);
  }

  .comparison-visual .detail-img {
    max-width: 480px;
    margin: 0 auto;
  }

  .league-table th,
  .league-table td {
    padding: 16px 20px;
  }
}
