.page-products {
  padding: 0 0 64px;
  color: var(--soft-white);
}

.page-products .breadcrumb {
  margin-bottom: 20px;
}

.page-products .pd-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: 36px 24px 44px;
  background: linear-gradient(135deg, var(--deep-navy) 0%, var(--royal-blue) 58%, #102f4f 100%);
  border: 1px solid rgba(201, 162, 75, 0.38);
  border-radius: var(--radius-l);
  overflow: hidden;
  box-shadow: var(--shadow-float);
}

.page-products .pd-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold) 22%, var(--bright-cyan) 68%, var(--electric-purple) 100%);
}

.page-products .pd-hero-main {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.page-products .pd-hero-kicker {
  display: inline-block;
  margin-bottom: 16px;
  padding: 6px 14px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--gold);
  background: rgba(201, 162, 75, 0.12);
  border: 1px solid rgba(201, 162, 75, 0.32);
  border-radius: 999px;
}

.page-products .pd-hero .page-title {
  margin: 0 0 16px;
  font-family: var(--font-title);
  font-size: 2.35rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: var(--soft-white);
}

.page-products .pd-hero .page-excerpt {
  margin: 0 0 22px;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--mist-blue);
}

.page-products .pd-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-products .pd-hero-anchor {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 18px;
  border-left: 3px solid rgba(201, 162, 75, 0.6);
}

.page-products .pd-hero-anchor::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -46px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139, 124, 246, 0.18) 0%, rgba(139, 124, 246, 0) 70%);
  pointer-events: none;
}

.page-products .pd-hero-anchor-num {
  display: block;
  font-family: var(--font-title);
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--gold);
  font-variant-numeric: tabular-nums;
  text-shadow: 0 0 32px rgba(201, 162, 75, 0.36);
}

.page-products .pd-hero-anchor-label {
  margin-top: 6px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--mid-gray);
}

.page-products .pd-sticky-nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
  margin: 20px 0 8px;
  padding: 4px;
  overflow-x: auto;
  background: rgba(22, 50, 79, 0.76);
  border: 1px solid rgba(201, 162, 75, 0.3);
  border-radius: var(--radius-m);
  -webkit-overflow-scrolling: touch;
}

.page-products .pd-sticky-nav a {
  flex: 0 0 auto;
  padding: 10px 16px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--mist-blue);
  text-decoration: none;
  border-radius: var(--radius-s);
  transition: color var(--transition), background var(--transition);
}

.page-products .pd-sticky-nav a:hover,
.page-products .pd-sticky-nav a:focus-visible {
  color: var(--soft-white);
  background: rgba(40, 209, 204, 0.14);
}

.page-products .pd-sticky-nav a:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.page-products .section {
  padding-top: 56px;
}

.page-products .section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 28px;
}

.page-products .section-title {
  margin: 0 0 6px;
}

.page-products .section-meta {
  margin: 0;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  color: var(--mid-gray);
}

.page-products .pd-cat-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}

.page-products .pd-cat-tree {
  background: linear-gradient(180deg, var(--royal-blue) 0%, var(--deep-navy) 100%);
  border: 1px solid rgba(201, 162, 75, 0.26);
  border-radius: var(--radius-l);
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

.page-products .pd-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px 20px 0;
}

.page-products .pd-cat-tree-title {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--mid-gray);
  text-transform: uppercase;
}

.page-products .pd-card-body {
  padding: 18px 20px 24px;
}

.page-products .pd-card-body .tag-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.page-products .pd-card-body .tag-btn {
  padding: 8px 14px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  color: var(--mist-blue);
  background: rgba(10, 27, 42, 0.72);
  border: 1px solid rgba(138, 155, 168, 0.32);
  border-radius: 999px;
  cursor: pointer;
  transition: border-color var(--transition), color var(--transition), background var(--transition);
}

.page-products .pd-card-body .tag-btn:hover,
.page-products .pd-card-body .tag-btn:focus-visible {
  color: var(--soft-white);
  border-color: var(--gold);
}

.page-products .pd-card-body .tag-btn.is-active {
  color: var(--deep-navy);
  background: var(--gold);
  border-color: var(--gold);
}

.page-products .pd-card-body .tag-btn:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.page-products .pd-cat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.page-products .pd-cat-cell {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--soft-white);
  background: rgba(10, 27, 42, 0.72);
  border: 1px solid rgba(138, 155, 168, 0.2);
  border-radius: var(--radius-s);
  transition: border-color var(--transition), transform var(--transition);
}

.page-products .pd-cat-cell i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
  color: var(--gold);
  background: rgba(201, 162, 75, 0.1);
  border-radius: 6px;
  font-variant-numeric: tabular-nums;
}

.page-products .pd-cat-cell--ent {
  border-left: 3px solid var(--bright-cyan);
}

.page-products .pd-cat-cell--fn {
  border-left: 3px solid var(--electric-purple);
}

.page-products .pd-cat-cell--sys {
  border-left: 3px solid var(--gold);
}

.page-products .pd-cat-cell:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
}

.page-products .pd-cat-note {
  margin: 0;
  padding-top: 14px;
  border-top: 1px solid rgba(201, 162, 75, 0.24);
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.7;
  color: var(--mid-gray);
}

.page-products .pd-cat-detail {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-products .pd-figure {
  margin: 0;
}

.page-products .pd-figure-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: var(--radius-m);
  border: 1px solid rgba(201, 162, 75, 0.28);
  object-fit: cover;
}

.page-products .img-caption {
  margin: 10px 2px 0;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.6;
  color: var(--mid-gray);
}

.page-products .pd-cat-points {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-products .pd-point {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: rgba(22, 50, 79, 0.82);
  border: 1px solid rgba(201, 162, 75, 0.22);
  border-radius: var(--radius-m);
}

.page-products .pd-point-num {
  font-family: var(--font-title);
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  color: var(--gold);
  font-variant-numeric: tabular-nums;
}

.page-products .pd-point-text {
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.5;
  color: var(--mist-blue);
}

.page-products .pd-setup-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}

.page-products .pd-setup-figure {
  order: 1;
}

.page-products .pd-setup-figure .pd-figure-img {
  max-height: 380px;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: rgba(10, 27, 42, 0.66);
}

.page-products .pd-steps {
  order: 2;
}

.page-products .pd-step-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.page-products .pd-step {
  position: relative;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px 20px 20px 16px;
  background: linear-gradient(120deg, rgba(22, 50, 79, 0.9) 0%, rgba(10, 27, 42, 0.9) 100%);
  border: 1px solid rgba(40, 209, 204, 0.24);
  border-radius: var(--radius-m);
}

.page-products .pd-step::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 30px;
  bottom: 30px;
  width: 3px;
  background: linear-gradient(180deg, var(--bright-cyan) 0%, rgba(40, 209, 204, 0) 100%);
  border-radius: 3px;
}

.page-products .pd-step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  font-family: var(--font-title);
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--deep-navy);
  background: var(--bright-cyan);
  border-radius: 10px;
  font-variant-numeric: tabular-nums;
  box-shadow: 0 0 18px rgba(40, 209, 204, 0.24);
}

.page-products .pd-step-body {
  min-width: 0;
}

.page-products .pd-step-title {
  margin: 2px 0 8px;
  font-family: var(--font-title);
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--soft-white);
}

.page-products .pd-step-desc {
  margin: 0;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.65;
  color: var(--mist-blue);
}

.page-products .pd-download-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
}

.page-products .pd-download-figure {
  order: 1;
}

.page-products .pd-download-figure .pd-figure-img {
  max-height: 360px;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: rgba(10, 27, 42, 0.66);
}

.page-products .pd-download-panel {
  position: relative;
  order: 2;
  padding: 26px 24px 24px;
  background: linear-gradient(150deg, rgba(22, 50, 79, 0.96) 0%, rgba(10, 27, 42, 0.96) 100%);
  border: 1px solid var(--gold);
  border-radius: var(--radius-l);
  box-shadow: var(--shadow-float);
  overflow: hidden;
}

.page-products .pd-download-panel::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--orange-red) 0%, var(--gold) 100%);
}

.page-products .pd-download-panel .card-tag {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 12px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  color: var(--deep-navy);
  background: var(--orange-red);
  border-radius: var(--radius-s);
}

.page-products .pd-download-title {
  margin: 0 0 16px;
  font-family: var(--font-title);
  font-size: 1.45rem;
  font-weight: 900;
  color: var(--soft-white);
}

.page-products .pd-download-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.page-products .pd-download-list li {
  position: relative;
  padding-left: 20px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.65;
  color: var(--mist-blue);
}

.page-products .pd-download-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background: var(--gold);
  border-radius: 2px;
  transform: rotate(45deg);
}

.page-products .pd-download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-products .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  border-radius: var(--radius-m);
  text-decoration: none;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.page-products .btn--primary {
  color: var(--soft-white);
  background: linear-gradient(135deg, var(--orange-red) 0%, #e8452a 100%);
  border: 1px solid rgba(255, 92, 56, 0.6);
  box-shadow: 0 6px 22px rgba(255, 92, 56, 0.26);
}

.page-products .btn--primary:hover,
.page-products .btn--primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 92, 56, 0.4);
}

.page-products .btn--gold {
  color: var(--deep-navy);
  background: linear-gradient(135deg, var(--gold) 0%, #e0bc6e 100%);
  border: 1px solid rgba(201, 162, 75, 0.66);
}

.page-products .btn--gold:hover,
.page-products .btn--gold:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(201, 162, 75, 0.3);
}

.page-products .btn--ghost {
  color: var(--mist-blue);
  background: transparent;
  border: 1px solid rgba(214, 229, 240, 0.36);
}

.page-products .btn--ghost:hover,
.page-products .btn--ghost:focus-visible {
  color: var(--soft-white);
  border-color: var(--gold);
}

.page-products .btn:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.page-products .pd-download-note {
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(201, 162, 75, 0.28);
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.6;
  color: var(--mid-gray);
}

.page-products .pd-ver-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}

.page-products .pd-ver-table-card {
  background: linear-gradient(180deg, var(--royal-blue) 0%, var(--deep-navy) 100%);
  border: 1px solid rgba(201, 162, 75, 0.26);
  border-radius: var(--radius-l);
  box-shadow: var(--shadow-card);
  padding: 20px;
}

.page-products .pd-ver-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.page-products .pd-ver-table {
  width: 100%;
  min-width: 560px;
  border-collapse: separate;
  border-spacing: 0;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.5;
}

.page-products .pd-ver-table th {
  padding: 12px 14px;
  font-family: var(--font-title);
  font-size: 13px;
  font-weight: 800;
  text-align: left;
  color: var(--gold);
  background: rgba(10, 27, 42, 0.7);
  border-bottom: 2px solid rgba(201, 162, 75, 0.4);
  white-space: nowrap;
}

.page-products .pd-ver-table th:first-child {
  border-radius: var(--radius-s) 0 0 0;
}

.page-products .pd-ver-table th:last-child {
  border-radius: 0 var(--radius-s) 0 0;
}

.page-products .pd-ver-table td {
  padding: 14px;
  color: var(--mist-blue);
  border-bottom: 1px solid rgba(138, 155, 168, 0.18);
  vertical-align: middle;
}

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

.page-products .pd-ver-table tbody tr:hover {
  background: rgba(40, 209, 204, 0.06);
}

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

.page-products .pd-ver-table td:first-child {
  font-variant-numeric: tabular-nums;
}

.page-products .pd-ver-table .tag {
  white-space: nowrap;
}

.page-products .pd-ver-note {
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(201, 162, 75, 0.24);
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.7;
  color: var(--mid-gray);
}

.page-products .pd-ver-note a {
  color: var(--gold);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-products .pd-ver-note a:hover,
.page-products .pd-ver-note a:focus-visible {
  color: var(--bright-cyan);
}

.page-products .pd-ver-figure .pd-figure-img {
  max-height: 360px;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: rgba(10, 27, 42, 0.66);
}

.page-products .pd-mem-wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}

.page-products .pd-mem-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-products .pd-mem-card {
  position: relative;
  background: linear-gradient(150deg, rgba(22, 50, 79, 0.94) 0%, rgba(10, 27, 42, 0.94) 100%);
  border: 1px solid rgba(201, 162, 75, 0.26);
  border-radius: var(--radius-m);
  padding: 20px 20px 20px 84px;
  overflow: hidden;
  transition: border-color var(--transition), transform var(--transition);
}

.page-products .pd-mem-card:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
}

.page-products .pd-mem-badge {
  position: absolute;
  left: 20px;
  top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  font-family: var(--font-title);
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--gold);
  background: rgba(201, 162, 75, 0.1);
  border: 1px solid rgba(201, 162, 75, 0.34);
  border-radius: 12px;
  font-variant-numeric: tabular-nums;
}

.page-products .pd-mem-title {
  margin: 0 0 8px;
  font-family: var(--font-title);
  font-size: 1.18rem;
  font-weight: 800;
  color: var(--soft-white);
}

.page-products .pd-mem-desc {
  margin: 0;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.65;
  color: var(--mist-blue);
}

.page-products .pd-mem-figure .pd-figure-img {
  max-height: 320px;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: rgba(10, 27, 42, 0.66);
}

.page-products .pd-next-card {
  padding: 38px 30px;
  text-align: center;
  background: linear-gradient(135deg, rgba(201, 162, 75, 0.12) 0%, rgba(22, 50, 79, 0.8) 100%);
  border: 1px solid rgba(201, 162, 75, 0.4);
  border-radius: var(--radius-l);
}

.page-products .pd-next-title {
  margin: 0 0 12px;
  font-family: var(--font-title);
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--soft-white);
}

.page-products .pd-next-desc {
  margin: 0 auto 24px;
  max-width: 520px;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--mid-gray);
}

.page-products .pd-next-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

@media (min-width: 560px) {
  .page-products .pd-cat-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-products .pd-mem-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-products .pd-mem-card {
    padding-left: 76px;
  }
}

@media (min-width: 820px) {
  .page-products .pd-hero {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 48px 44px 60px;
  }

  .page-products .pd-hero .page-title {
    font-size: 3rem;
  }

  .page-products .pd-hero .page-excerpt {
    font-size: 16px;
  }

  .page-products .pd-hero-anchor {
    align-items: flex-end;
    text-align: right;
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    border-right: none;
  }

  .page-products .pd-cat-wrap,
  .page-products .pd-setup-wrap {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  }

  .page-products .pd-cat-tree {
    grid-column: 1;
  }

  .page-products .pd-cat-detail {
    grid-column: 2;
  }

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

  .page-products .pd-download-wrap {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  }

  .page-products .pd-setup-figure,
  .page-products .pd-download-figure {
    order: 0;
  }

  .page-products .pd-steps,
  .page-products .pd-download-panel {
    order: 0;
  }

  .page-products .pd-ver-wrap {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  }

  .page-products .pd-mem-wrap {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
  }

  .page-products .pd-mem-grid {
    order: 1;
    grid-template-columns: 1fr;
  }

  .page-products .pd-mem-figure {
    order: 2;
  }

  .page-products .pd-cat-grid--sub {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1080px) {
  .page-products .pd-cat-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-products .pd-ver-table {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-products .pd-cat-cell,
  .page-products .pd-mem-card,
  .page-products .btn--primary,
  .page-products .btn--gold,
  .page-products .btn--ghost {
    transition: none;
  }
}
