.page-products {
  --products-cyan-line: rgba(0, 229, 255, 0.24);
  --products-gold-line: rgba(255, 201, 74, 0.45);
  display: block;
  color: var(--text);
  overflow-x: hidden;
}

.page-products .products-inner {
  position: relative;
}

.page-products .products-breadcrumb-wrap {
  padding-top: 24px;
  padding-bottom: 8px;
}

.page-products .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 0.8125rem;
  color: var(--text-sec);
}

.page-products .breadcrumb a {
  color: var(--cyan);
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 229, 255, 0.3);
}

.page-products .breadcrumb a:hover,
.page-products .breadcrumb a:focus-visible {
  color: var(--gold);
  border-color: var(--gold);
}

.page-products .breadcrumb-sep {
  color: rgba(255, 201, 74, 0.6);
}

.page-products .services-ecosystem {
  position: relative;
  padding: 40px 0 56px;
}

.page-products .ecosystem-head {
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--divider);
}

.page-products .ecosystem-head::after {
  content: '';
  display: block;
  width: 72px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--cyan));
  margin-top: 16px;
}

.page-products .ecosystem-title {
  font-family: var(--font-head);
  font-size: clamp(1.7rem, 2.5vw + 1rem, 2.375rem);
  line-height: 1.28;
  color: var(--text);
  margin: 14px 0 18px;
  letter-spacing: -0.01em;
}

.page-products .ecosystem-lead {
  color: var(--text-sec);
  font-size: 0.975rem;
  line-height: 1.85;
  max-width: 720px;
  margin: 0 0 18px;
}

.page-products .ecosystem-meta {
  color: var(--text-sec);
  font-size: 0.875rem;
  line-height: 1.75;
  max-width: 720px;
  margin: 0;
  padding-left: 14px;
  border-left: 2px solid rgba(255, 201, 74, 0.4);
  font-family: var(--font-mono);
}

.page-products .ecosystem-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-products .service-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--divider);
  padding: 28px 24px 34px;
  box-shadow: 0 4px 18px rgba(5, 10, 19, 0.3);
  transition: background var(--transition), border-color var(--transition), transform var(--transition), box-shadow var(--transition);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
}

.page-products .service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, var(--cyan), var(--gold));
  opacity: 0.5;
}

.page-products .service-card:hover,
.page-products .service-card:focus-within {
  border-color: var(--products-gold-line);
  background: rgba(16, 41, 77, 0.78);
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(5, 10, 19, 0.5);
}

.page-products .service-card-core {
  border-color: var(--products-gold-line);
  background: linear-gradient(145deg, rgba(255, 201, 74, 0.08), var(--bg-card) 52%);
}

.page-products .service-card-core::before {
  opacity: 1;
  background: var(--gold);
}

.page-products .service-index {
  display: inline-flex;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: var(--cyan);
  background: rgba(0, 229, 255, 0.08);
  border: 1px solid rgba(0, 229, 255, 0.22);
  padding: 4px 8px;
}

.page-products .service-card-core .service-index {
  color: var(--gold);
  background: rgba(255, 201, 74, 0.08);
  border-color: rgba(255, 201, 74, 0.3);
}

.page-products .service-title {
  font-family: var(--font-head);
  font-size: 1.5rem;
  line-height: 1.4;
  color: var(--text);
  margin: 18px 0 10px;
}

.page-products .service-desc {
  color: var(--text-sec);
  font-size: 0.9375rem;
  line-height: 1.85;
  margin: 0;
}

.page-products .service-points {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-products .service-points li {
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  color: var(--text);
  border: 1px solid rgba(0, 229, 255, 0.25);
  background: rgba(0, 229, 255, 0.04);
  padding: 5px 9px;
  line-height: 1.4;
}

.page-products .service-card-core .service-points li {
  border-color: rgba(255, 201, 74, 0.3);
  background: rgba(255, 201, 74, 0.05);
  color: var(--gold);
}

.page-products .new-version-section {
  position: relative;
  padding: 32px 0 64px;
  background: linear-gradient(180deg, rgba(5, 10, 19, 0.45), transparent);
}

.page-products .section-head {
  position: relative;
  padding: 28px 0 24px;
  margin-bottom: 28px;
  border-bottom: 1px solid var(--divider);
}

.page-products .section-head::before {
  content: '';
  position: absolute;
  right: -10px;
  top: -10px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(0, 229, 255, 0.12);
  border-radius: 50%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  pointer-events: none;
}

.page-products .section-head .eyebrow {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.71875rem;
  letter-spacing: 0.16em;
  color: var(--gold);
  background: rgba(255, 201, 74, 0.08);
  border: 1px solid rgba(255, 201, 74, 0.28);
  padding: 4px 10px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.page-products .section-head h2 {
  font-family: var(--font-head);
  font-size: clamp(1.4rem, 1.8vw + 0.6rem, 2.1rem);
  color: var(--text);
  margin: 0 0 12px;
  line-height: 1.3;
}

.page-products .section-head p {
  color: var(--text-sec);
  font-size: 0.95rem;
  line-height: 1.8;
  max-width: 640px;
  margin: 0;
}

.page-products .new-version-layout {
  display: grid;
  gap: 28px;
  margin-top: 24px;
  align-items: center;
}

.page-products .new-version-features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 32px;
}

.page-products .feature-detail {
  position: relative;
  padding: 14px 0 14px 18px;
  border-bottom: 1px solid rgba(255, 201, 74, 0.12);
}

.page-products .feature-detail::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  background: transparent;
  border: 1px solid var(--cyan);
}

.page-products .feature-detail h3 {
  font-family: var(--font-head);
  font-size: 1.0625rem;
  color: var(--text);
  margin: 0 0 4px;
  line-height: 1.4;
}

.page-products .feature-detail p {
  font-size: 0.90625rem;
  color: var(--text-sec);
  line-height: 1.7;
  margin: 0;
}

.page-products .new-version-image {
  border-color: rgba(255, 201, 74, 0.28);
  box-shadow: 0 0 0 1px rgba(0, 229, 255, 0.06), 0 24px 40px rgba(5, 10, 19, 0.4);
}

.page-products .team-library-section {
  padding: 56px 0;
  border-top: 1px solid var(--divider);
  border-bottom: 1px solid var(--divider);
  background: radial-gradient(circle at 15% 20%, rgba(0, 229, 255, 0.06), transparent 40%);
}

.page-products .library-layout {
  display: grid;
  gap: 28px;
  margin-top: 8px;
}

.page-products .library-content h3 {
  font-family: var(--font-head);
  font-size: 1.125rem;
  color: var(--text);
  margin: 0 0 10px;
}

.page-products .library-content p {
  color: var(--text-sec);
  font-size: 0.9375rem;
  line-height: 1.85;
  margin: 0 0 16px;
  max-width: 560px;
}

.page-products .library-leagues {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-products .library-leagues .tag {
  border: 1px solid rgba(0, 229, 255, 0.25);
  color: var(--text-sec);
  background: rgba(0, 229, 255, 0.04);
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  padding: 5px 10px;
  transition: border-color var(--transition), color var(--transition);
}

.page-products .library-leagues .tag:hover,
.page-products .library-leagues .tag:focus-visible {
  border-color: var(--gold);
  color: var(--gold);
}

.page-products .library-leagues .tag-gold {
  border-color: rgba(255, 201, 74, 0.4);
  color: var(--gold);
}

.page-products .library-sample-wrap {
  margin-top: 22px;
  max-width: 360px;
}

.page-products .team-sample {
  background: var(--bg-card);
  border: 1px solid var(--divider);
  padding: 18px 18px 8px;
  position: relative;
}

.page-products .team-sample::after {
  content: '';
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-bottom: 14px solid var(--bg);
}

.page-products .team-sample-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 201, 74, 0.18);
  margin-bottom: 12px;
}

.page-products .team-sample-mark {
  width: 12px;
  height: 12px;
  border: 1px solid var(--gold);
  background: rgba(255, 201, 74, 0.12);
  transform: rotate(45deg);
  display: inline-block;
}

.page-products .team-sample-label {
  font-family: var(--font-head);
  font-size: 0.875rem;
  color: var(--text);
  letter-spacing: 0.04em;
}

.page-products .team-sample-list {
  margin: 0;
  padding: 0;
}

.page-products .team-sample-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 7px 0;
  border-bottom: 1px dashed rgba(255, 201, 74, 0.12);
}

.page-products .team-sample-row:last-child {
  border-bottom: none;
}

.page-products .team-sample-row dt {
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  color: var(--text-sec);
}

.page-products .team-sample-row dd {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  color: var(--gold);
  text-align: right;
}

.page-products .library-stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.page-products .stat-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--divider);
  padding: 18px 16px;
  text-align: center;
  overflow: hidden;
}

.page-products .stat-card::after {
  content: '';
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.page-products .stat-card span {
  display: block;
  font-family: var(--font-head);
  font-size: 2.125rem;
  line-height: 1.15;
  color: var(--gold);
  letter-spacing: 0.02em;
}

.page-products .stat-card small {
  display: block;
  color: var(--text-sec);
  font-size: 0.8125rem;
  margin-top: 8px;
}

.page-products .library-image {
  border-color: var(--divider);
}

.page-products .web-resource-section {
  padding: 56px 0;
}

.page-products .web-resource-layout {
  display: grid;
  gap: 28px;
  margin-top: 24px;
  align-items: center;
}

.page-products .web-image {
  border-color: rgba(0, 229, 255, 0.2);
}

.page-products .web-advantages {
  display: grid;
  gap: 12px;
}

.page-products .web-advantages h3 {
  position: relative;
  font-family: var(--font-head);
  font-size: 1.05rem;
  color: var(--gold);
  margin: 10px 0 0;
  padding-left: 22px;
  line-height: 1.4;
}

.page-products .web-advantages h3::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  background: transparent;
  border: 1px solid var(--cyan);
}

.page-products .web-advantages p {
  color: var(--text-sec);
  font-size: 0.921875rem;
  line-height: 1.75;
  margin: 0;
  padding-left: 22px;
}

.page-products .plans-section {
  position: relative;
  padding: 56px 0 64px;
  border-top: 1px solid var(--divider);
}

.page-products .league-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 24px 0;
  padding: 14px 16px;
  border: 1px solid var(--divider);
  background: rgba(5, 10, 19, 0.4);
}

.page-products .filter-label {
  font-family: var(--font-mono);
  font-size: 0.78125rem;
  letter-spacing: 0.1em;
  color: var(--text-sec);
  text-transform: uppercase;
  margin-right: 8px;
}

.page-products .filter-tag {
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  color: var(--text-sec);
  border: 1px solid rgba(0, 229, 255, 0.28);
  background: rgba(0, 229, 255, 0.04);
  padding: 5px 10px;
  cursor: default;
  transition: border-color var(--transition), color var(--transition), background var(--transition);
}

.page-products .filter-tag:hover,
.page-products .filter-tag:focus-visible {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(255, 201, 74, 0.06);
}

.page-products .filter-tag.is-active {
  border-color: var(--gold);
  color: var(--gold);
  background: rgba(255, 201, 74, 0.08);
}

.page-products .table-wrap {
  margin: 0 -16px;
  padding: 0 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.page-products .plan-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  background: rgba(16, 41, 77, 0.55);
}

.page-products .plan-table th {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(5, 10, 19, 0.7);
  text-align: left;
  padding: 14px 12px;
  border-bottom: 2px solid rgba(255, 201, 74, 0.35);
  white-space: nowrap;
}

.page-products .plan-table td {
  padding: 16px 12px;
  border-bottom: 1px solid rgba(255, 201, 74, 0.12);
  color: var(--text-sec);
  line-height: 1.65;
  vertical-align: top;
}

.page-products .plan-table td:first-child {
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--text);
  white-space: nowrap;
}

.page-products .plan-table tbody tr {
  transition: background var(--transition);
}

.page-products .plan-table tbody tr:hover {
  background: rgba(0, 229, 255, 0.06);
}

.page-products .plan-table tbody tr:last-child td {
  border-bottom: none;
}

.page-products .timeline-image {
  margin-top: 28px;
  aspect-ratio: 4 / 1;
  overflow: hidden;
  border-color: rgba(255, 201, 74, 0.22);
}

.page-products .setup-section {
  padding: 56px 0 72px;
  border-top: 1px solid var(--divider);
  background: linear-gradient(180deg, rgba(5, 10, 19, 0.35), transparent);
}

.page-products .setup-grid {
  display: grid;
  gap: 20px;
  margin-top: 8px;
}

.page-products .setup-steps,
.page-products .setup-notes {
  background: var(--bg-card);
  border: 1px solid var(--divider);
  padding: 24px 22px;
  position: relative;
}

.page-products .setup-steps::before,
.page-products .setup-notes::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 48px;
  height: 2px;
  background: var(--gold);
}

.page-products .setup-steps h3,
.page-products .setup-notes h3 {
  font-family: var(--font-head);
  font-size: 1.0625rem;
  color: var(--text);
  margin: 0 0 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 201, 74, 0.18);
}

.page-products .setup-steps ol {
  list-style: none;
  counter-reset: step;
  margin: 0;
  padding: 0;
}

.page-products .setup-steps li {
  position: relative;
  counter-increment: step;
  margin: 0 0 16px;
  padding: 0 0 16px 34px;
  border-bottom: 1px dashed rgba(255, 201, 74, 0.14);
  color: var(--text-sec);
  font-size: 0.90625rem;
  line-height: 1.75;
}

.page-products .setup-steps li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-products .setup-steps li::before {
  content: counter(step, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  color: var(--gold);
  border: 1px solid rgba(255, 201, 74, 0.4);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 201, 74, 0.05);
}

.page-products .setup-notes ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-products .setup-notes li {
  position: relative;
  padding: 0 0 12px 20px;
  margin: 0 0 12px;
  border-bottom: 1px dashed rgba(255, 201, 74, 0.14);
  color: var(--text-sec);
  font-size: 0.90625rem;
  line-height: 1.75;
}

.page-products .setup-notes li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.page-products .setup-notes li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--cyan);
  transform: rotate(45deg);
}

.page-products .setup-notes a {
  color: var(--cyan);
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 229, 255, 0.3);
}

.page-products .setup-notes a:hover,
.page-products .setup-notes a:focus-visible {
  color: var(--gold);
  border-color: var(--gold);
}

.page-products .setup-image {
  margin-top: 24px;
  border-color: rgba(0, 229, 255, 0.2);
}

.page-products .image-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}

@media (min-width: 768px) {
  .page-products .ecosystem-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-products .service-card-core {
    grid-column: 1 / -1;
  }

  .page-products .service-card {
    padding: 32px 28px 40px;
  }

  .page-products .new-version-features {
    grid-template-columns: 1fr 1fr;
  }

  .page-products .library-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-products .library-layout {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .page-products .library-image {
    grid-column: 1 / -1;
  }

  .page-products .setup-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-products .table-wrap {
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 992px) {
  .page-products .services-ecosystem {
    padding: 56px 0 72px;
  }

  .page-products .ecosystem-grid {
    grid-template-columns: 1.15fr 1fr 1fr;
  }

  .page-products .service-card-core {
    grid-column: auto;
  }

  .page-products .new-version-layout {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .page-products .library-layout {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .page-products .library-image {
    grid-column: auto;
  }

  .page-products .web-resource-layout {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }

  .page-products .plan-table {
    min-width: 0;
  }
}
