.page-products {
  --page-green: var(--color-accent);
  --page-violet: var(--color-primary);
  --page-cyan: var(--color-cyan);
  --page-orange: var(--color-accent-alt);
  --page-card-h: 380px;
  scroll-behavior: smooth;
  color: var(--color-text);
}

.page-products img {
  max-width: 100%;
  height: auto;
}

.page-products .eyebrow {
  font-family: var(--font-mono);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  color: var(--page-cyan);
  text-transform: uppercase;
  margin-bottom: 8px;
}

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

.page-products .section-heading {
  margin-bottom: 12px;
}

.page-products .products-hero {
  position: relative;
  padding: 40px 0 48px;
  background: linear-gradient(135deg, rgba(123,47,190,0.32) 0%, rgba(11,29,58,0.96) 55%, rgba(7,17,38,1) 100%);
  border-bottom: 1px solid rgba(0,240,255,0.22);
  overflow: hidden;
}

.page-products .products-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 42%;
  height: 100%;
  background: repeating-linear-gradient(-45deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 12px);
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.page-products .products-hero .container {
  position: relative;
  z-index: 1;
}

.page-products .products-hero__title {
  margin: 16px 0 18px;
  max-width: 780px;
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3.6rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0.01em;
  color: #ffffff;
  text-shadow: 0 0 14px rgba(123,47,190,0.7), 0 0 42px rgba(0,240,255,0.3);
}

.page-products .products-hero__desc {
  max-width: 640px;
  font-size: 1rem;
  line-height: 1.9;
  color: rgba(230,230,230,0.78);
}

.page-products .products-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 24px;
}

.page-products .products-hero__meta-item {
  position: relative;
  padding-left: 14px;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: rgba(230,230,230,0.7);
}

.page-products .products-hero__meta-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  background: var(--page-green);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.page-products .products-growth {
  padding: 48px 0;
  background: linear-gradient(180deg, rgba(7,17,38,0.4) 0%, rgba(11,29,58,0.25) 100%);
}

.page-products .products-growth__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  align-items: center;
}

.page-products .products-growth__copy p {
  line-height: 1.8;
  color: rgba(230,230,230,0.7);
}

.page-products .products-growth__numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin: 24px 0 0;
  padding: 0;
}

.page-products .products-growth__numbers > div {
  min-width: 0;
  padding-left: 12px;
  border-left: 2px solid var(--page-cyan);
}

.page-products .products-growth__numbers dt {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  color: rgba(230,230,230,0.55);
}

.page-products .products-growth__numbers dd {
  margin: 4px 0 0;
  font-family: var(--font-mono);
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--page-green);
}

.page-products .products-growth__visual {
  position: relative;
  border: 1px solid rgba(0,240,255,0.22);
  background: rgba(26,42,74,0.5);
  padding: 8px;
}

.page-products .products-growth__visual::after {
  content: "DATA / CATEGORY GROWTH";
  position: absolute;
  top: -10px;
  left: 16px;
  padding: 0 8px;
  background: var(--color-bg);
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  color: rgba(0,240,255,0.7);
}

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

.page-products .products-jump {
  position: relative;
  z-index: 2;
  margin-top: -16px;
}

.page-products .products-jump__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  padding: 12px 16px;
  background: rgba(11,29,58,0.92);
  border: 1px solid rgba(0,240,255,0.26);
}

.page-products .products-jump__label {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: var(--page-cyan);
  margin-right: 8px;
}

.page-products .products-jump__link {
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(230,230,230,0.8);
  text-decoration: none;
  padding: 6px 10px;
  border: 1px solid transparent;
  transition: color 0.25s, border-color 0.25s, background 0.25s;
}

.page-products .products-jump__link:hover {
  color: var(--page-green);
  border-color: rgba(57,255,20,0.5);
  background: rgba(57,255,20,0.08);
}

.page-products .products-catalog {
  padding: 56px 0;
  background-image: linear-gradient(rgba(0,240,255,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(0,240,255,0.035) 1px, transparent 1px);
  background-size: 28px 28px;
}

.page-products .products-catalog__head {
  max-width: 640px;
  margin-bottom: 32px;
}

.page-products .products-catalog__desc {
  margin-top: 14px;
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(230,230,230,0.7);
}

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

.page-products .download-card {
  position: relative;
  height: var(--page-card-h);
  min-height: var(--page-card-h);
  perspective: 1200px;
}

.page-products .download-card__inner {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}

.page-products .download-card:hover .download-card__inner,
.page-products .download-card:focus-within .download-card__inner {
  transform: rotateY(180deg);
}

.page-products .download-card__front,
.page-products .download-card__back {
  position: absolute;
  inset: 0;
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background: linear-gradient(165deg, #16284A 0%, #0C1B36 100%);
  border: 1px solid rgba(0,240,255,0.24);
}

.page-products .download-card__front {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-products .download-card__front::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--page-violet), var(--page-cyan), var(--page-green));
}

.page-products .download-card__head {
  position: absolute;
  top: 14px;
  left: 16px;
  right: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-products .download-card__num {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  color: var(--page-cyan);
}

.page-products .download-card__front img,
.page-products .download-card__svg {
  width: 128px;
  height: 128px;
  object-fit: contain;
  margin-bottom: 12px;
  filter: drop-shadow(0 0 14px rgba(0,240,255,0.28));
}

.page-products .download-card__svg {
  display: block;
}

.page-products .download-card__name {
  margin: 0 0 8px;
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #ffffff;
}

.page-products .download-card__brief {
  max-width: 260px;
  margin: 0 0 12px;
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(230,230,230,0.66);
}

.page-products .download-card__hint {
  font-family: var(--font-mono);
  font-size: 0.64rem;
  letter-spacing: 0.2em;
  color: rgba(0,240,255,0.5);
  text-transform: uppercase;
}

.page-products .download-card__back {
  transform: rotateY(180deg);
  background: linear-gradient(165deg, #1A2A4A 0%, #101E3A 100%);
  border-color: rgba(123,47,190,0.6);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
}

.page-products .download-card__backlabel {
  margin: 0 0 6px;
  font-family: var(--font-mono);
  font-size: 0.64rem;
  letter-spacing: 0.22em;
  color: rgba(57,255,20,0.7);
}

.page-products .download-card__back h4 {
  margin: 0 0 14px;
  font-family: var(--font-heading);
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: var(--page-cyan);
}

.page-products .download-card__back ul {
  flex: 1;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}

.page-products .download-card__back li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(230,230,230,0.82);
}

.page-products .download-card__back li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  background: var(--page-green);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.page-products .download-card__scene {
  margin: 8px 0 12px;
  font-family: var(--font-mono);
  font-size: 0.74rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: var(--page-orange);
}

.page-products .download-card__back .btn {
  align-self: flex-start;
  text-decoration: none;
}

.page-products .products-guide {
  padding: 48px 0 56px;
  background: rgba(7,17,38,0.65);
  border-top: 1px solid rgba(0,240,255,0.16);
  border-bottom: 1px solid rgba(0,240,255,0.16);
}

.page-products .products-guide__head {
  margin-bottom: 28px;
}

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

.page-products .guide-steps__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.page-products .guide-steps__item {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 14px;
  padding: 22px 0;
}

.page-products .guide-steps__item:not(:last-child) {
  border-bottom: 1px solid rgba(0,240,255,0.12);
}

.page-products .guide-steps__num {
  font-family: var(--font-mono);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--page-violet);
  text-shadow: 0 0 12px rgba(123,47,190,0.5);
}

.page-products .guide-steps__copy h3 {
  margin: 0 0 6px;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  color: #ffffff;
}

.page-products .guide-steps__copy p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(230,230,230,0.65);
}

.page-products .guide-info {
  display: grid;
  gap: 20px;
  align-content: start;
}

.page-products .guide-info__box {
  padding: 22px;
  border: 1px solid rgba(123,47,190,0.45);
  background: linear-gradient(160deg, rgba(61,26,110,0.25) 0%, rgba(11,29,58,0.4) 100%);
}

.page-products .guide-info__box h3 {
  margin: 0 0 16px;
  font-family: var(--font-heading);
  font-size: 1rem;
  letter-spacing: 0.14em;
  color: var(--page-cyan);
  text-transform: uppercase;
}

.page-products .guide-info__list {
  margin: 0;
  padding: 0;
}

.page-products .guide-info__list > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(0,240,255,0.16);
}

.page-products .guide-info__list dt {
  font-size: 0.85rem;
  color: rgba(230,230,230,0.7);
}

.page-products .guide-info__list dd {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 0.85rem;
  color: var(--page-green);
}

.page-products .guide-info__notes {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-products .guide-info__notes li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  font-size: 0.88rem;
  line-height: 1.6;
  color: rgba(230,230,230,0.75);
}

.page-products .guide-info__notes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  background: var(--page-orange);
  transform: rotate(45deg);
}

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

.page-products .products-updates__head {
  margin-bottom: 32px;
}

.page-products .products-updates__list {
  position: relative;
  display: grid;
  gap: 18px;
}

.page-products .products-updates__list::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg, var(--page-cyan), var(--page-violet), transparent);
}

.page-products .update-item {
  position: relative;
  padding: 20px 20px 20px 36px;
  border: 1px solid rgba(0,240,255,0.16);
  background: linear-gradient(90deg, rgba(123,47,190,0.14) 0%, rgba(11,29,58,0.5) 100%);
}

.page-products .update-item::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 26px;
  width: 10px;
  height: 10px;
  background: var(--page-cyan);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  box-shadow: 0 0 10px rgba(0,240,255,0.7);
}

.page-products .update-item__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.page-products .update-item__date {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: rgba(230,230,230,0.5);
}

.page-products .update-item h3 {
  margin: 0 0 10px;
  font-family: var(--font-heading);
  font-size: 1.12rem;
  letter-spacing: 0.04em;
  color: #ffffff;
}

.page-products .update-item p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(230,230,230,0.66);
}

.page-products .products-updates__action {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.page-products .products-updates__action .btn {
  text-decoration: none;
}

@media (min-width: 680px) {
  .page-products .products-catalog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

@media (min-width: 900px) {
  .page-products .products-guide__layout {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
  }
}

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