.page-products {
  --products-primary: #FF6B00;
  --products-secondary: #00B8FF;
  --products-accent: #39FF14;
  --products-bg: #0A0E17;
  --products-line: rgba(124, 135, 152, 0.3);
  --products-glow-primary: rgba(255, 107, 0, 0.18);
  --products-glow-secondary: rgba(0, 184, 255, 0.14);
  --products-glow-accent: rgba(57, 255, 20, 0.14);
  --products-card-bg: rgba(12, 17, 27, 0.88);
  position: relative;
}

.page-products .breadcrumb {
  padding-top: 22px;
}

.page-products .hero-band {
  position: relative;
  padding: 36px 0 56px;
  overflow: hidden;
}

.page-products .hero-band::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -18%;
  width: 72%;
  height: 120%;
  background: linear-gradient(115deg, transparent 0%, var(--products-glow-primary) 55%, var(--products-glow-secondary) 100%);
  transform: skewX(-14deg);
  pointer-events: none;
}

.page-products .hero-band::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: -10%;
  width: 55%;
  height: 2px;
  background: linear-gradient(90deg, var(--products-primary), var(--products-secondary), transparent);
  opacity: 0.5;
  transform: skewX(-18deg);
  pointer-events: none;
}

.page-products .hero-band__layout {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.page-products .hero-band__kicker {
  display: inline-block;
  font-family: var(--font-headline);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--products-secondary);
  border-left: 3px solid var(--products-primary);
  padding-left: 12px;
}

.page-products .hero-band h1 {
  font-family: var(--font-headline);
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  font-weight: 900;
  font-style: italic;
  line-height: 1.08;
  letter-spacing: -0.5px;
  color: var(--color-white);
  margin: 18px 0 20px;
  max-width: 760px;
}

.page-products .hero-band__lead {
  font-size: 1.06rem;
  line-height: 1.72;
  color: var(--color-muted);
  max-width: 660px;
  margin-bottom: 28px;
}

.page-products .hero-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-products .hero-band__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-products .hero-band__stat {
  background: linear-gradient(135deg, rgba(255, 107, 0, 0.1), rgba(10, 14, 23, 0.92));
  border: 1px solid var(--products-line);
  padding: 16px 20px;
  min-width: 120px;
  flex: 1;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-products .hero-band__stat::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  border-right: 2px solid var(--products-secondary);
  border-bottom: 2px solid var(--products-secondary);
  opacity: 0.4;
}

.page-products .hero-band__stat:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px var(--products-glow-primary);
}

.page-products .hero-band__stat-num {
  display: block;
  font-family: var(--font-headline);
  font-size: 1.9rem;
  font-weight: 800;
  font-style: italic;
  color: var(--products-primary);
  line-height: 1;
}

.page-products .hero-band__stat-label {
  display: block;
  font-size: 0.8rem;
  color: var(--color-muted);
  margin-top: 6px;
  letter-spacing: 0.04em;
}

.page-products .entrance-guide {
  padding: 40px 0;
}

.page-products .entrance-guide__banner {
  position: relative;
  background: linear-gradient(100deg, rgba(57, 255, 20, 0.07) 0%, rgba(10, 14, 23, 0.92) 38%, rgba(10, 14, 23, 0.96) 100%);
  border: 1px solid rgba(57, 255, 20, 0.28);
  border-left: 4px solid var(--products-accent);
  padding: 26px 22px 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  box-shadow: 0 0 40px rgba(57, 255, 20, 0.04) inset;
}

.page-products .entrance-guide__copy h2 {
  font-family: var(--font-headline);
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 800;
  font-style: italic;
  color: var(--color-white);
  margin: 14px 0 12px;
}

.page-products .entrance-guide__desc {
  color: var(--color-muted);
  line-height: 1.7;
  margin-bottom: 26px;
}

.page-products .entrance-guide__steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-products .entrance-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.page-products .entrance-step__num {
  flex: 0 0 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-headline);
  font-size: 1.1rem;
  font-weight: 800;
  font-style: italic;
  color: var(--products-accent);
  background: rgba(57, 255, 20, 0.08);
  border: 1px solid rgba(57, 255, 20, 0.3);
}

.page-products .entrance-step__body h3 {
  font-family: var(--font-headline);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 5px;
  letter-spacing: 0.02em;
}

.page-products .entrance-step__body p {
  color: var(--color-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.page-products .entrance-guide__visual {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.page-products .phone-frame {
  position: relative;
  text-align: center;
  padding: 10px;
}

.page-products .phone-frame__img {
  width: 100%;
  max-width: 268px;
  height: auto;
  border-radius: 18px;
  border: 2px solid rgba(57, 255, 20, 0.4);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55), 0 0 44px var(--products-glow-accent);
  display: block;
  margin: 0 auto;
}

.page-products .phone-frame__badge {
  position: absolute;
  top: 26px;
  right: calc(50% - 140px);
  background: var(--products-accent);
  color: #05100a;
  font-family: var(--font-headline);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  transform: rotate(3deg);
  box-shadow: 0 4px 16px rgba(57, 255, 20, 0.35);
  white-space: nowrap;
}

.page-products .phone-frame__scanline {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--products-accent), transparent);
  opacity: 0.5;
  animation: productsScan 3.5s ease-in-out infinite;
}

@keyframes productsScan {
  0%, 100% { opacity: 0.2; transform: scaleX(0.6); }
  50% { opacity: 0.6; transform: scaleX(1); }
}

.page-products .feature-matrix {
  padding: 48px 0;
}

.page-products .section-heading--center {
  text-align: center;
  margin-bottom: 36px;
}

.page-products .section-heading__sub {
  color: var(--color-muted);
  margin-top: 8px;
}

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

.page-products .matrix-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--products-card-bg);
  border: 1px solid var(--products-line);
  padding: 24px 20px 22px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
}

.page-products .matrix-card:hover,
.page-products .matrix-card:focus-within {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 107, 0, 0.5);
}

.page-products .matrix-card--primary {
  border-top: 2px solid var(--products-primary);
  background: linear-gradient(160deg, rgba(255, 107, 0, 0.07) 0%, rgba(12, 17, 27, 0.92) 70%);
}

.page-products .matrix-card--secondary {
  border-top: 2px solid var(--products-secondary);
  background: linear-gradient(160deg, rgba(0, 184, 255, 0.07) 0%, rgba(12, 17, 27, 0.92) 70%);
}

.page-products .matrix-card--accent-edge {
  border-top: 2px solid var(--products-accent);
  background: linear-gradient(160deg, rgba(57, 255, 20, 0.06) 0%, rgba(12, 17, 27, 0.92) 70%);
}

.page-products .matrix-card__icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  border-radius: 0;
  border: 1px solid rgba(124, 135, 152, 0.25);
  background: rgba(255, 255, 255, 0.02);
}

.page-products .matrix-card__icon img,
.page-products .matrix-card__icon svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-products .matrix-card__index {
  position: absolute;
  top: 18px;
  right: 18px;
  font-family: var(--font-headline);
  font-size: 0.95rem;
  font-weight: 800;
  font-style: italic;
  color: rgba(184, 192, 204, 0.5);
}

.page-products .matrix-card h3 {
  font-family: var(--font-headline);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 8px;
  letter-spacing: 0.01em;
}

.page-products .matrix-card p {
  color: var(--color-muted);
  font-size: 0.94rem;
  line-height: 1.62;
  margin: 0;
}

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

.page-products .download-platform__grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.page-products .download-platform__visual {
  position: relative;
  border: 1px solid var(--products-line);
  padding: 10px;
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
}

.page-products .download-platform__visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 184, 255, 0.05) 0%, transparent 50%, rgba(255, 107, 0, 0.05) 100%);
  pointer-events: none;
}

.page-products .download-platform__img {
  width: 100%;
  height: auto;
  display: block;
}

.page-products .download-platform__glow {
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 80px;
  height: 80px;
  background: radial-gradient(circle, rgba(0, 184, 255, 0.22), transparent 70%);
  pointer-events: none;
}

.page-products .download-platform__content {
  padding: 6px 0;
}

.page-products .download-platform__lead {
  color: var(--color-muted);
  line-height: 1.7;
  margin: 18px 0 26px;
}

.page-products .download-platform__cards {
  display: grid;
  gap: 16px;
}

.page-products .download-card {
  background: rgba(15, 21, 34, 0.7);
  border: 1px solid var(--products-line);
  padding: 22px 20px;
  backdrop-filter: blur(10px);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-products .download-card:hover {
  transform: scale(1.03);
  box-shadow: 0 10px 34px rgba(0, 184, 255, 0.12);
  border-color: rgba(0, 184, 255, 0.4);
}

.page-products .download-card__os {
  display: inline-block;
  font-family: var(--font-headline);
  font-size: 1rem;
  font-weight: 800;
  font-style: italic;
  color: var(--color-white);
  background: rgba(255, 107, 0, 0.14);
  border-left: 3px solid var(--products-primary);
  padding: 3px 12px;
  margin-bottom: 14px;
}

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

.page-products .download-card__list li {
  position: relative;
  padding-left: 18px;
  color: var(--color-muted);
  font-size: 0.94rem;
  line-height: 1.5;
}

.page-products .download-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  background: var(--products-secondary);
  transform: rotate(45deg);
}

.page-products .tech-edge {
  padding: 56px 0 64px;
}

.page-products .tech-edge__grid {
  display: grid;
  gap: 26px;
  margin-top: 30px;
}

.page-products .tech-edge__visual {
  border: 1px solid var(--products-line);
  overflow: hidden;
  position: relative;
}

.page-products .tech-edge__visual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--products-primary), var(--products-secondary), transparent 80%);
}

.page-products .tech-edge__img {
  width: 100%;
  height: auto;
  display: block;
}

.page-products .tech-edge__stats {
  display: grid;
  gap: 16px;
}

.page-products .tech-edge__item {
  position: relative;
  background: linear-gradient(135deg, rgba(0, 184, 255, 0.07) 0%, rgba(12, 17, 27, 0.9) 70%);
  border: 1px solid var(--products-line);
  padding: 22px 20px 20px 26px;
}

.page-products .tech-edge__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: var(--products-secondary);
}

.page-products .tech-edge__item--security {
  background: linear-gradient(135deg, rgba(57, 255, 20, 0.06) 0%, rgba(12, 17, 27, 0.9) 70%);
}

.page-products .tech-edge__item--security::before {
  background: var(--products-accent);
}

.page-products .tech-edge__item-tag {
  display: inline-block;
  font-family: var(--font-headline);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--products-secondary);
  margin-bottom: 8px;
}

.page-products .tech-edge__item--security .tech-edge__item-tag {
  color: var(--products-accent);
}

.page-products .tech-edge__item h3 {
  font-family: var(--font-headline);
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: 8px;
}

.page-products .tech-edge__item p {
  color: var(--color-muted);
  font-size: 0.95rem;
  line-height: 1.66;
  margin: 0;
}

.page-products .tech-edge__security {
  margin-top: 30px;
  display: grid;
  gap: 24px;
  background: rgba(12, 17, 27, 0.6);
  border: 1px solid var(--products-line);
  padding: 26px 22px;
}

.page-products .tech-edge__security-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-products .tech-edge__lock {
  width: 100%;
  max-width: 260px;
  height: auto;
  display: block;
  border: 1px solid rgba(0, 184, 255, 0.2);
}

.page-products .tech-edge__security-info h3 {
  font-family: var(--font-headline);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--color-white);
  margin: 12px 0 10px;
}

.page-products .tech-edge__security-info p {
  color: var(--color-muted);
  line-height: 1.72;
  margin-bottom: 14px;
}

.page-products .tech-edge__security-note {
  display: inline-block;
  background: rgba(57, 255, 20, 0.08);
  border-left: 3px solid var(--products-accent);
  color: var(--color-muted);
  font-size: 0.9rem;
  padding: 8px 14px;
  margin-bottom: 18px;
  line-height: 1.6;
}

.page-products .tech-edge__security-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

@media (min-width: 768px) {
  .page-products .hero-band {
    padding: 56px 0 72px;
  }

  .page-products .hero-band__layout {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .page-products .hero-band__stats {
    flex: 0 0 260px;
    flex-direction: column;
  }

  .page-products .hero-band__stat {
    min-width: auto;
  }

  .page-products .entrance-guide__banner {
    flex-direction: row;
    gap: 36px;
    padding: 32px 30px 36px;
  }

  .page-products .entrance-guide__copy {
    flex: 1.4;
  }

  .page-products .entrance-guide__visual {
    flex: 0 0 280px;
  }

  .page-products .matrix-layout {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
  }

  .page-products .matrix-card:nth-child(even) {
    transform: translateY(26px);
  }

  .page-products .matrix-card:hover,
  .page-products .matrix-card:focus-within {
    transform: translateY(-4px);
  }

  .page-products .matrix-card:nth-child(even):hover,
  .page-products .matrix-card:nth-child(even):focus-within {
    transform: translateY(20px);
  }

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

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

  .page-products .tech-edge__grid {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: stretch;
  }

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

  .page-products .tech-edge__security {
    grid-template-columns: 280px 1fr;
    padding: 30px 28px;
  }
}

@media (min-width: 1024px) {
  .page-products .hero-band h1 {
    max-width: 820px;
  }

  .page-products .hero-band__layout {
    gap: 56px;
  }

  .page-products .matrix-layout {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }

  .page-products .matrix-card:nth-child(even) {
    transform: translateY(0);
  }

  .page-products .matrix-card:nth-child(even):hover,
  .page-products .matrix-card:nth-child(even):focus-within {
    transform: translateY(-4px);
  }

  .page-products .matrix-card:nth-child(2) {
    transform: translateY(24px);
  }

  .page-products .matrix-card:nth-child(2):hover,
  .page-products .matrix-card:nth-child(2):focus-within {
    transform: translateY(18px);
  }

  .page-products .matrix-card:nth-child(4) {
    transform: translateY(12px);
  }

  .page-products .matrix-card:nth-child(4):hover,
  .page-products .matrix-card:nth-child(4):focus-within {
    transform: translateY(6px);
  }

  .page-products .matrix-card:nth-child(5) {
    transform: translateY(30px);
  }

  .page-products .matrix-card:nth-child(5):hover,
  .page-products .matrix-card:nth-child(5):focus-within {
    transform: translateY(24px);
  }

  .page-products .download-platform__grid {
    gap: 48px;
  }

  .page-products .tech-edge__grid {
    gap: 36px;
  }
}
