.page-products {
  --products-ease: cubic-bezier(0.25, 0.4, 0.2, 1);
  background:
    radial-gradient(1100px 460px at 88% -4%, rgba(106, 90, 205, 0.26), transparent 64%),
    radial-gradient(760px 360px at 4% 36%, rgba(0, 212, 255, 0.10), transparent 62%),
    var(--color-primary);
  color: var(--color-text);
}

.page-products .products-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 48px;
  max-width: var(--container-w);
  margin-inline: auto;
  padding: 40px 20px 72px;
}

.page-products .products-hero__art {
  display: flex;
  flex-direction: column;
}

.page-products .products-label {
  color: var(--color-gold);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.page-products .products-hero__art h1 {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(2.3rem, 5.4vw, 4.1rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 0 0 18px;
}

.page-products .products-hero__lead {
  color: var(--color-muted);
  font-size: 0.96rem;
  line-height: 1.8;
  max-width: 46ch;
  margin: 0;
}

.page-products .products-anchor {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 18px 0 0;
}

.page-products .products-anchor a {
  color: var(--color-cyan);
  font-size: 0.82rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 212, 255, 0.4);
  transition: color 0.2s var(--products-ease), border-color 0.2s var(--products-ease);
}

.page-products .products-anchor a:hover {
  color: var(--color-gold);
  border-color: var(--color-gold);
}

.page-products .products-mini {
  display: flex;
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.page-products .products-mini li {
  position: relative;
  flex: 1;
  padding-top: 14px;
}

.page-products .products-mini li::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.4);
  transform: rotate(45deg);
}

.page-products .products-mini li.is-active::before {
  background: var(--color-gold);
  border-color: var(--color-gold);
  box-shadow: 0 0 0 4px rgba(245, 197, 24, 0.16);
}

.page-products .products-mini b {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 700;
  color: #E2E8F0;
}

.page-products .products-mini span {
  display: block;
  font-size: 0.7rem;
  color: var(--color-muted);
  margin-top: 2px;
}

.page-products .products-evolve {
  margin: 26px 0 0;
  padding: 6px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.page-products .products-evolve img {
  display: block;
  width: 100%;
  height: auto;
  filter: saturate(0.94) contrast(1.04);
}

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

.page-products .products-current {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 28px 24px;
  box-shadow: 0 28px 70px rgba(5, 10, 20, 0.35);
}

.page-products .products-current__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  margin: 4px 0 22px;
}

.page-products .products-current__version {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  line-height: 1;
  color: var(--color-gold);
  margin: 4px 0 6px;
  letter-spacing: -0.02em;
}

.page-products .products-current__edition {
  color: var(--color-muted);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  margin: 0 0 10px;
}

.page-products .products-current__tag {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border: 1px solid rgba(245, 197, 24, 0.5);
  color: var(--color-gold);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-products .products-current__screen {
  margin: 0;
  padding: 6px;
  background: #0B1B35;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.page-products .products-current__screen img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-products .products-current__points {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-products .products-current__points li {
  position: relative;
  padding-left: 20px;
  color: #D3DCE7;
  font-size: 0.9rem;
  line-height: 1.6;
}

.page-products .products-current__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  background: linear-gradient(135deg, var(--color-gold), var(--color-purple));
}

.page-products .products-dlqr {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.page-products .products-dlqr__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.page-products .products-dlqr__icon {
  flex: none;
}

.page-products .products-dlqr__pop {
  position: absolute;
  bottom: calc(100% + 16px);
  left: 0;
  z-index: 6;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 180px;
  padding: 14px;
  background: rgba(10, 22, 40, 0.94);
  border: 1px solid rgba(245, 197, 24, 0.5);
  box-shadow: 0 22px 48px rgba(3, 8, 16, 0.55);
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.24s var(--products-ease), transform 0.24s var(--products-ease);
}

.page-products .products-dlqr:hover .products-dlqr__pop,
.page-products .products-dlqr:focus-within .products-dlqr__pop {
  opacity: 1;
  transform: translateY(0);
}

.page-products .products-dlqr__tip {
  color: var(--color-muted);
  font-size: 0.72rem;
  line-height: 1.6;
  text-align: center;
}

.page-products .products-qr {
  display: block;
  width: 132px;
  height: 132px;
  background-color: #fff;
  background-image:
    linear-gradient(225deg, transparent 0 26%, #0A1628 26% 38%, transparent 38% 64%, #0A1628 64% 74%, transparent 74%) -4px -4px / 36px 36px,
    linear-gradient(135deg, transparent 0 30%, #0A1628 30% 44%, transparent 44% 70%, #0A1628 70% 80%, transparent 80%) 2px 2px / 28px 28px,
    radial-gradient(circle, #0A1628 3px, transparent 3px) 6px 6px / 20px 20px;
  border: 4px solid #fff;
  outline: 1px solid rgba(255, 255, 255, 0.22);
}

.page-products .products-arch {
  position: relative;
  padding: 72px 0 56px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(700px 380px at 12% 20%, rgba(106, 90, 205, 0.16), transparent 64%),
    linear-gradient(180deg, rgba(10, 22, 40, 0.55), transparent 32%);
}

.page-products .products-head {
  display: grid;
  gap: 8px;
  max-width: 720px;
}

.page-products .products-head h2 {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: clamp(1.8rem, 3.6vw, 2.8rem);
  line-height: 1.18;
  letter-spacing: -0.02em;
  margin: 0;
}

.page-products .products-head__desc {
  color: var(--color-muted);
  line-height: 1.8;
  margin: 0;
}

.page-products .products-arch__figure {
  max-width: 400px;
  margin: 28px 0 0;
  padding: 6px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.page-products .products-arch__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.page-products .products-timeline {
  position: relative;
  list-style: none;
  margin: 54px 0 0;
  padding: 0;
  max-width: 880px;
}

.page-products .products-timeline::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 18px;
  left: 24px;
  width: 2px;
  background: linear-gradient(180deg, rgba(0, 212, 255, 0.34), rgba(245, 197, 24, 0.52) 92%);
}

.page-products .products-timeline__item {
  position: relative;
  padding: 0 0 28px 68px;
}

.page-products .products-timeline__bubble {
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 2px;
  background: #0D1B33;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #D3DCE7;
  font-family: var(--font-heading);
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
}

.page-products .products-timeline__item.is-current .products-timeline__bubble {
  background: var(--color-gold);
  border-color: var(--color-gold);
  color: #0A1628;
  box-shadow: 0 0 0 5px rgba(245, 197, 24, 0.16);
}

.page-products .products-timeline__body {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  padding: 18px 20px;
  transition: transform 0.24s var(--products-ease), border-color 0.24s var(--products-ease);
}

.page-products .products-timeline__item.is-current .products-timeline__body {
  border-color: rgba(245, 197, 24, 0.5);
}

.page-products .products-timeline__body:hover {
  transform: translateY(-2px);
  border-color: rgba(245, 197, 24, 0.42);
}

.page-products .products-timeline__body h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 6px;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
}

.page-products .products-timeline__body h3 span {
  color: var(--color-muted);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}

.page-products .products-timeline__body p {
  margin: 0;
  color: #C7D2E0;
  font-size: 0.87rem;
  line-height: 1.7;
}

.page-products .products-log {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.page-products .products-log summary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  list-style: none;
  color: var(--color-cyan);
  font-size: 0.8rem;
  font-weight: 500;
}

.page-products .products-log summary::-webkit-details-marker {
  display: none;
}

.page-products .products-log summary::before {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(0, 212, 255, 0.5);
  color: var(--color-cyan);
  font-size: 0.72rem;
  font-weight: 700;
}

.page-products .products-log[open] summary::before {
  content: "–";
}

.page-products .products-log ul {
  display: grid;
  gap: 6px;
  margin: 12px 0 0;
  padding: 0 0 0 20px;
}

.page-products .products-log li {
  color: var(--color-muted);
  font-size: 0.82rem;
  line-height: 1.65;
}

.page-products .products-timeline__more {
  margin-left: 68px;
  padding-top: 6px;
}

.page-products .products-dl {
  padding: 72px 0 56px;
}

.page-products .products-dl__wrap {
  display: grid;
  gap: 28px;
  margin-top: 36px;
}

.page-products .products-dl__grid {
  display: grid;
  gap: 18px;
}

.page-products .products-platform {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px 20px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: transform 0.24s var(--products-ease), border-color 0.24s var(--products-ease);
}

.page-products .products-platform:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 197, 24, 0.45);
}

.page-products .products-platform__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, var(--color-gold), #E6B400);
  color: #0A1628;
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 800;
}

.page-products .products-platform h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
}

.page-products .products-platform ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.page-products .products-platform ul li {
  position: relative;
  padding-left: 16px;
  color: var(--color-muted);
  font-size: 0.84rem;
  line-height: 1.6;
}

.page-products .products-platform ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  background: var(--color-cyan);
}

.page-products .products-platform .btn {
  margin-top: auto;
}

.page-products .products-dl__aside {
  display: grid;
  gap: 20px;
}

.page-products .products-dl__figure {
  margin: 0;
  padding: 6px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.page-products .products-dl__figure img {
  display: block;
  width: 100%;
  height: auto;
}

.page-products .products-qrwrap {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.11);
}

.page-products .products-qrwrap p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.82rem;
  line-height: 1.7;
}

.page-products .products-dl__foot {
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--color-muted);
  font-size: 0.86rem;
  line-height: 1.8;
}

.page-products .products-dl__foot a {
  color: var(--color-gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(245, 197, 24, 0.4);
  transition: border-color 0.2s var(--products-ease);
}

.page-products .products-dl__foot a:hover {
  border-color: var(--color-gold);
}

.page-products .products-cats {
  padding: 72px 0 88px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(860px 400px at 85% 12%, rgba(106, 90, 205, 0.2), transparent 62%),
    rgba(255, 255, 255, 0.02);
}

.page-products .products-cats__grid {
  display: grid;
  gap: 18px;
  margin-top: 36px;
}

.page-products .products-cat {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 26px 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.page-products .products-cat::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 82px;
  height: 82px;
  background: linear-gradient(135deg, transparent 50%, rgba(245, 197, 24, 0.18) 50%);
}

.page-products .products-cat h3 {
  margin: 0;
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 800;
}

.page-products .products-cat p {
  margin: 0;
  color: var(--color-muted);
  font-size: 0.92rem;
  line-height: 1.8;
}

.page-products .products-cat ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.page-products .products-cat li {
  position: relative;
  padding-left: 20px;
  color: #C7D2E0;
  font-size: 0.86rem;
  line-height: 1.6;
}

.page-products .products-cat li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58em;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  background: var(--color-cyan);
}

.page-products .products-cat a {
  align-self: flex-start;
  margin-top: auto;
  color: var(--color-gold);
  font-size: 0.92rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(245, 197, 24, 0.45);
  transition: border-color 0.2s var(--products-ease);
}

.page-products .products-cat a:hover {
  border-color: var(--color-gold);
}

.page-products .products-cats__figure {
  margin: 26px 0 0;
  padding: 6px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.page-products .products-cats__figure img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 700px) {
  .page-products .products-current__head {
    grid-template-columns: minmax(0, 1fr) minmax(0, 230px);
    align-items: center;
  }

  .page-products .products-dl__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-products .products-cats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (min-width: 1024px) {
  .page-products .products-hero__inner {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 64px;
    align-items: center;
    padding: 48px 24px 96px;
  }

  .page-products .products-arch {
    padding: 110px 0 80px;
  }

  .page-products .products-dl {
    padding: 104px 0 84px;
  }

  .page-products .products-dl__wrap {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 0.85fr);
    align-items: start;
  }

  .page-products .products-cats {
    padding: 104px 0 112px;
  }
}
