.page-products {
  position: relative;
  color: var(--ice);
  overflow-x: hidden;
  background:
    radial-gradient(circle at 82% 6%, rgba(45, 27, 78, 0.75) 0%, transparent 42%),
    radial-gradient(circle at 14% 72%, rgba(16, 42, 76, 0.65) 0%, transparent 46%),
    var(--bg-deep);
  padding-bottom: 80px;
}

.page-products::before {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--gold-dark) 24%, var(--cyan) 24%, var(--data-blue) 52%, transparent 52%);
  opacity: 0.55;
}

.page-products .breadcrumbs {
  width: min(1200px, calc(100% - 40px));
  margin-inline: auto;
  padding: 26px 0 0;
}

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

.page-products .breadcrumbs li {
  font-size: 13px;
  color: var(--snow);
}

.page-products .breadcrumbs a {
  color: var(--gold);
  text-decoration: none;
}

.page-products .breadcrumbs a:hover {
  text-decoration: underline;
}

.page-products .breadcrumbs [aria-current="page"] {
  color: var(--snow);
  font-weight: 600;
}

.page-products .section-kicker {
  display: inline-block;
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.products-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  width: min(1200px, calc(100% - 40px));
  margin-inline: auto;
  padding: 36px 0 28px;
}

.products-hero h1 {
  font-family: var(--font-title);
  font-size: var(--fs-h1);
  line-height: 1.18;
  letter-spacing: -0.5px;
  margin: 10px 0 18px;
  max-width: 760px;
}

.hero-lead {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 17px;
  line-height: 1.85;
  color: var(--snow);
  max-width: 660px;
  margin: 0 0 22px;
}

.page-products .filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-products .filter-btn {
  appearance: none;
  border: 1px solid rgba(232, 240, 254, 0.18);
  background: rgba(232, 240, 254, 0.05);
  color: var(--ice);
  font-family: var(--font-body);
  font-size: 13px;
  padding: 8px 15px;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color var(--transition), border-color var(--transition), color var(--transition);
}

.page-products .filter-btn[aria-pressed="true"] {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--bg-deep);
  font-weight: 700;
}

.services-disclaimer {
  margin-top: 14px;
  font-size: 12px;
  color: var(--snow);
  opacity: 0.8;
}

.products-hero-figure {
  position: relative;
  min-height: 0;
  background: linear-gradient(145deg, var(--bg-nebula), var(--bg-night));
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid rgba(245, 183, 0, 0.35);
  box-shadow: 0 26px 54px rgba(2, 8, 30, 0.45);
}

.products-hero-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.products-hero-figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  margin: 0;
  padding: 8px 12px;
  border-radius: var(--r-sm);
  background: rgba(11, 26, 58, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--snow);
  font-size: 12px;
  letter-spacing: 0.04em;
}

.workbench {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  width: min(1200px, calc(100% - 40px));
  margin-inline: auto;
  padding: 22px 0 40px;
}

.workbench-index {
  padding: 26px 22px;
  border-radius: var(--r-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(160deg, rgba(45, 27, 78, 0.6), rgba(11, 26, 58, 0.82));
}

.workbench-index-head h2 {
  margin: 4px 0 0;
  font-size: var(--fs-h3);
}

.workbench-index-list {
  margin: 20px 0 0;
  display: grid;
  gap: 4px;
}

.workbench-index-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--ice);
  text-decoration: none;
  transition: background-color var(--transition), transform var(--transition);
}

.workbench-index-item:hover {
  background: rgba(245, 183, 0, 0.06);
  transform: translateX(3px);
}

.workbench-index-item .index-num {
  font-family: var(--font-title);
  font-weight: 800;
  font-size: 14px;
  color: var(--gold);
}

.workbench-index-item .index-title {
  flex: 1;
  font-size: 15px;
  font-weight: 600;
}

.workbench-index-item .tag {
  margin-left: auto;
}

.workbench-note {
  margin-top: 18px;
  padding: 12px 14px;
  border: 1px solid rgba(245, 183, 0, 0.2);
  background: rgba(245, 183, 0, 0.06);
  color: var(--snow);
  font-size: 13px;
  line-height: 1.7;
  border-radius: var(--r-sm);
}

.workbench-content {
  min-width: 0;
}

.service-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-lg);
  border: 1px solid rgba(232, 240, 254, 0.12);
  background: linear-gradient(170deg, rgba(255, 255, 255, 0.05), rgba(11, 26, 58, 0.25));
  padding: clamp(24px, 3.4vw, 36px);
  margin-bottom: 26px;
}

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

.service-card-navigation::before {
  background: linear-gradient(180deg, var(--gold) 0%, transparent 100%);
}

.service-card-trend::before {
  background: linear-gradient(180deg, var(--cyan) 0%, transparent 100%);
}

.service-card-local::before {
  background: linear-gradient(180deg, var(--data-blue) 0%, transparent 100%);
}

.service-card-multi::before {
  background: linear-gradient(180deg, var(--gold-dark) 0%, transparent 100%);
}

.service-card-relogin::before {
  background: linear-gradient(180deg, var(--alert) 0%, transparent 100%);
}

.service-card-head {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.service-card-num {
  font-family: var(--font-title);
  font-size: clamp(42px, 6vw, 60px);
  font-weight: 800;
  line-height: 0.9;
  flex-shrink: 0;
  min-width: 72px;
  color: rgba(245, 183, 0, 0.5);
  -webkit-text-stroke: 1px rgba(245, 183, 0, 0.85);
}

.service-card-heading h2 {
  margin: 2px 0 0;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.2;
}

.service-card-desc {
  margin-top: 18px;
  max-width: 680px;
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.85;
  color: var(--snow);
}

.navigation-toolbar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 20px;
}

.navigation-tool {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(16, 42, 76, 0.55);
  border-radius: var(--r-md);
  padding: 12px 14px;
}

.navigation-tool-label {
  display: block;
  font-size: 12px;
  color: var(--snow);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.navigation-tool-value {
  display: block;
  margin-top: 4px;
  font-weight: 700;
  color: var(--ice);
  font-size: 15px;
}

.page-products .live-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  margin-right: 5px;
  box-shadow: 0 0 0 0 rgba(0, 194, 199, 0.5);
  animation: productsLivePulse 2s infinite;
}

@keyframes productsLivePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 194, 199, 0.45);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(0, 194, 199, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 194, 199, 0);
  }
}

.navigation-table-wrap {
  margin-top: 18px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--r-md);
}

.navigation-table {
  width: 100%;
  min-width: 460px;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.02);
}

.navigation-table th,
.navigation-table td {
  padding: 11px 14px;
  text-align: left;
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.navigation-table th {
  background: rgba(245, 183, 0, 0.07);
  color: var(--gold);
  font-weight: 700;
}

.navigation-table tr:last-child td {
  border-bottom: 0;
}

.device-zone {
  margin-top: 20px;
}

.device-toggle-label {
  display: block;
  font-size: 13px;
  color: var(--snow);
  margin-bottom: 10px;
}

.device-toggle {
  margin-bottom: 4px;
}

.device-panel {
  margin-top: 14px;
  border: 1px solid rgba(0, 194, 199, 0.25);
  background: rgba(16, 42, 76, 0.5);
  border-radius: var(--r-md);
  padding: 18px;
}

.device-panel h3 {
  margin: 0 0 8px;
  font-size: var(--fs-h3);
}

.device-panel p {
  margin: 0 0 10px;
  color: var(--snow);
  line-height: 1.7;
}

.device-panel ul,
.local-list {
  margin: 0;
  padding-left: 20px;
  color: var(--ice);
}

.device-panel li,
.local-list li {
  margin-bottom: 4px;
}

.page-products .trend-engine-figure,
.page-products .device-visual,
.page-products .local-figure,
.page-products .multi-figure {
  margin: 20px 0 0;
  border-radius: var(--r-md);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--bg-nebula);
}

.page-products .trend-engine-figure img,
.page-products .device-visual img,
.page-products .local-figure img,
.page-products .multi-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.trend-chart {
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--r-md);
  background: var(--bg-deep);
  overflow: hidden;
}

.trend-chart svg {
  display: block;
  width: 100%;
  height: auto;
}

.trend-meta {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-products .tag {
  background: rgba(232, 240, 254, 0.08);
  color: var(--ice);
  border-radius: 999px;
  padding: 5px 11px;
  font-size: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.service-detail {
  margin-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 14px;
}

.service-detail summary {
  cursor: pointer;
  color: var(--gold);
  font-weight: 700;
  font-size: 14px;
  font-family: var(--font-body);
}

.service-detail-body {
  margin-top: 10px;
  color: var(--snow);
  font-size: 14px;
  line-height: 1.8;
}

.local-grid,
.multi-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 20px;
}

.local-list {
  margin-top: 18px;
  line-height: 1.8;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 20px;
}

.page-products .stat {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, 0.03);
  padding: 14px;
}

.stat-label {
  display: block;
  font-size: 12px;
  color: var(--snow);
}

.stat-value {
  display: block;
  margin-top: 6px;
  font-weight: 800;
  color: var(--gold);
  font-size: 18px;
}

.multi-steps {
  margin: 14px 0 0;
  padding-left: 20px;
  color: var(--ice);
  line-height: 1.9;
}

.multi-copy p {
  color: var(--snow);
  line-height: 1.8;
}

.relogin-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.relogin-list li {
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 77, 79, 0.04);
  border-radius: var(--r-md);
  color: var(--ice);
  font-size: 15px;
  line-height: 1.5;
  font-family: var(--font-body);
  font-weight: 300;
}

.service-foot {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-products .btn {
  display: inline-block;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 14px;
  text-decoration: none;
  line-height: 1;
  font-family: var(--font-body);
  transition: background-color var(--transition), color var(--transition), border-color var(--transition);
}

.page-products .btn-gold {
  background: var(--gold);
  color: var(--bg-deep);
  font-weight: 700;
}

.page-products .btn-gold:hover {
  background: var(--gold-dark);
  color: #fff;
}

.page-products .btn-ghost {
  border: 1px solid rgba(245, 183, 0, 0.4);
  color: var(--gold);
  background: transparent;
}

.page-products .btn-ghost:hover {
  background: rgba(245, 183, 0, 0.1);
}

.services-more {
  width: min(1200px, calc(100% - 40px));
  margin-inline: auto;
}

.services-more-head {
  margin-bottom: 18px;
}

.services-more-head h2 {
  margin: 4px 0 0;
  font-size: var(--fs-h2);
}

.services-more-grid {
  display: grid;
  gap: 16px;
}

.more-card {
  text-decoration: none;
  color: var(--ice);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.05), rgba(11, 26, 58, 0.45));
  border-radius: var(--r-lg);
  padding: 22px;
  transition: transform var(--transition), border-color var(--transition);
}

.more-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 183, 0, 0.5);
}

.more-card h3 {
  margin: 0 0 8px;
  font-size: var(--fs-h3);
}

.more-card p {
  margin: 0;
  color: var(--snow);
  font-size: 14px;
  line-height: 1.7;
}

@media (min-width: 640px) {
  .navigation-toolbar {
    grid-template-columns: repeat(3, 1fr);
  }

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

@media (min-width: 760px) {
  .local-grid {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
  }

  .multi-grid {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
  }
}

@media (min-width: 900px) {
  .products-hero {
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.75fr);
    gap: 46px;
    align-items: center;
    padding: 48px 0 36px;
  }
}

@media (min-width: 1020px) {
  .workbench {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
  }

  .workbench-index {
    position: sticky;
    top: 28px;
  }
}
