.page-products {
  --pp-line-soft: rgba(176, 183, 195, 0.4);
  --pp-white-soft: rgba(255, 255, 255, 0.86);
}

.page-products *,
.page-products *::before,
.page-products *::after {
  box-sizing: border-box;
}

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

.page-products h1,
.page-products h2,
.page-products h3,
.page-products p {
  margin-top: 0;
}

/* ---------- Hero ---------- */
.page-products .pp-hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(62, 124, 79, 0.08), transparent 360px),
    var(--bg-page);
  padding: 40px 0 24px;
}

.page-products .pp-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 44%;
  height: 100%;
  background: linear-gradient(180deg, rgba(33, 150, 243, 0.09), rgba(62, 124, 79, 0.06));
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.page-products .pp-hero::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -120px;
  top: 140px;
  background: radial-gradient(circle, rgba(33, 150, 243, 0.14), transparent 66%);
  border-radius: 50%;
  pointer-events: none;
}

.page-products .pp-hero .breadcrumb {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.page-products .pp-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.page-products .pp-hero__lead {
  font-size: 1.06rem;
  color: var(--c-slate);
  line-height: 1.75;
  max-width: 560px;
  margin: 18px 0 0;
}

.page-products .pp-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.page-products .pp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.page-products .pp-hero__visual {
  position: relative;
}

.page-products .pp-hero__speed {
  position: absolute;
  height: 4px;
  width: 160px;
  background: linear-gradient(90deg, var(--c-green), transparent);
  filter: blur(1.5px);
  opacity: 0.4;
  border-radius: 999px;
  pointer-events: none;
  z-index: 2;
}

.page-products .pp-hero__speed--one {
  right: -20px;
  top: 22%;
  transform: rotate(6deg);
}

.page-products .pp-hero__speed--two {
  right: 64px;
  top: 30%;
  width: 72px;
  background: linear-gradient(90deg, var(--c-blue), transparent);
}

/* Screen model */
.page-products .pp-screen-model {
  max-width: 560px;
  margin: 0 auto;
  background: var(--c-ink);
  border-radius: 16px;
  padding: 12px 12px 0;
  box-shadow: var(--shadow-lift);
  position: relative;
  transform: rotate(1deg);
}

.page-products .pp-screen-model__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 2px 6px 10px;
}

.page-products .pp-screen-model__led {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-silver);
}

.page-products .pp-screen-model__led:first-child {
  background: var(--c-orange);
}

.page-products .pp-screen-model__brand {
  margin-left: auto;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.08em;
}

.page-products .pp-screen-model__screen {
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #fff 0%, var(--c-mist) 100%);
  border-radius: 10px 10px 0 0;
  position: relative;
  overflow: hidden;
}

.page-products .pp-screen-model__line {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 24%,
    var(--c-silver) 24%,
    var(--c-silver) 24.6%,
    transparent 24.6%,
    transparent 49%,
    var(--c-silver) 49%,
    var(--c-silver) 49.6%,
    transparent 49.6%,
    transparent 74%,
    var(--c-silver) 74%,
    var(--c-silver) 74.6%,
    transparent 74.6%
  );
}

.page-products .pp-screen-model__circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border: 2px solid var(--c-green);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.4;
}

.page-products .pp-screen-model__text {
  position: absolute;
  background: var(--pp-white-soft);
  box-shadow: 0 6px 18px rgba(26, 31, 26, 0.1);
  padding: 10px 14px;
  border-radius: 12px;
  line-height: 1.2;
}

.page-products .pp-screen-model__text strong {
  display: block;
  font-size: 22px;
  color: var(--c-green-dark);
}

.page-products .pp-screen-model__text span {
  font-size: 11px;
  color: var(--c-slate);
}

.page-products .pp-screen-model__text--one {
  top: 16px;
  left: 16px;
}

.page-products .pp-screen-model__text--two {
  right: 16px;
  top: 16px;
  text-align: right;
}

.page-products .pp-screen-model__text--three {
  bottom: 16px;
  left: 16px;
}

.page-products .pp-screen-model__arrow {
  position: absolute;
  height: 3px;
  background: linear-gradient(90deg, var(--c-blue), transparent);
  border-radius: 999px;
  opacity: 0.6;
}

.page-products .pp-screen-model__arrow--a {
  width: 90px;
  right: 24px;
  bottom: 34px;
  transform: rotate(-4deg);
}

.page-products .pp-screen-model__arrow--b {
  width: 60px;
  left: 32px;
  top: 60px;
  background: linear-gradient(90deg, var(--c-orange), transparent);
  transform: rotate(8deg);
}

.page-products .pp-screen-model__stand {
  height: 12px;
  width: 50%;
  margin: 0 auto;
  background: var(--c-silver);
  border-radius: 0 0 12px 12px;
}

/* Hero index */
.page-products .pp-hero__index {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 40px;
  padding-top: 22px;
  border-top: 1px solid var(--pp-line-soft);
}

.page-products .pp-hero__index a {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 12px 14px;
  border-radius: var(--radius-md);
  background: var(--c-paper);
  box-shadow: var(--shadow-card);
  text-decoration: none;
  color: var(--c-ink);
  font-weight: 600;
  font-size: 14px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.page-products .pp-hero__index a span {
  font-size: 12px;
  font-weight: 800;
  color: var(--c-green);
}

.page-products .pp-hero__index a:hover {
  background: var(--c-green-soft);
  transform: translateY(-2px);
}

/* ---------- Global block ---------- */
.page-products .pp-block {
  padding: 44px 0;
  position: relative;
}

.page-products .pp-block__head {
  margin-bottom: 34px;
}

.page-products .pp-block__head .lead-text {
  margin: 14px 0 0;
  max-width: 680px;
}

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

/* ---------- Feature list ---------- */
.page-products .pp-feature-list {
  display: grid;
  gap: 0;
}

.page-products .pp-feature {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px dashed var(--pp-line-soft);
}

.page-products .pp-feature:first-child {
  padding-top: 0;
}

.page-products .pp-feature__num {
  font-weight: 800;
  font-size: 14px;
  line-height: 1.9;
  color: var(--c-green);
}

.page-products .pp-feature h3 {
  font-size: 1.08rem;
  line-height: 1.4;
  margin-bottom: 6px;
}

.page-products .pp-feature p {
  margin: 0;
  color: var(--c-slate);
  font-size: 0.94rem;
  line-height: 1.7;
}

.page-products .pp-inline-link {
  margin: 22px 0 0;
}

.page-products .pp-inline-link a {
  color: var(--c-blue);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.page-products .pp-inline-link a:hover {
  border-color: var(--c-blue);
}

/* ---------- Bigscreen block ---------- */
.page-products .pp-block--bigscreen {
  background: var(--c-ink);
  color: #fff;
}

.page-products .pp-block--bigscreen::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 240px;
  background: linear-gradient(120deg, rgba(62, 124, 79, 0.28), transparent);
  clip-path: polygon(0 0, 100% 0, 100% 42%, 0 100%);
  pointer-events: none;
}

.page-products .pp-block--bigscreen .pp-block__head,
.page-products .pp-block--bigscreen .pp-block__split {
  position: relative;
  z-index: 1;
}

.page-products .pp-block--bigscreen .section-title,
.page-products .pp-block--bigscreen .lead-text {
  color: #fff;
}

.page-products .pp-block--bigscreen .lead-text {
  opacity: 0.86;
}

.page-products .pp-block--bigscreen .pp-feature h3 {
  color: #fff;
}

.page-products .pp-block--bigscreen .pp-feature p {
  color: rgba(255, 255, 255, 0.72);
}

.page-products .pp-block--bigscreen .pp-feature {
  border-bottom-color: rgba(255, 255, 255, 0.16);
}

.page-products .pp-block--bigscreen .pp-feature__num {
  color: var(--c-green);
}

.page-products .pp-block--bigscreen .pp-inline-link a {
  color: var(--c-blue);
}

/* TV model */
.page-products .pp-tv {
  max-width: 640px;
  margin: 0 auto;
  background: var(--c-ink);
  border-radius: 22px;
  padding: 14px 14px 0;
  box-shadow: var(--shadow-lift);
  transform: rotate(-0.8deg);
}

.page-products .pp-tv__screen {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.page-products .pp-tv__screen > img {
  width: 100%;
  height: auto;
}

.page-products .pp-tv__tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
  color: var(--c-ink);
  box-shadow: 0 2px 8px rgba(26, 31, 26, 0.14);
}

.page-products .pp-tv__tag--b {
  left: auto;
  right: 16px;
}

.page-products .pp-tv__stand {
  width: 45%;
  height: 16px;
  margin: 0 auto;
  background: var(--c-silver);
  border-radius: 0 0 10px 10px;
}

.page-products .pp-tv__base {
  width: 62%;
  height: 10px;
  margin: 0 auto;
  background: var(--c-silver);
  border-radius: 0 0 14px 14px;
  opacity: 0.6;
}

.page-products .pp-figure-note {
  margin: 16px 0 0;
  font-size: 13px;
  color: var(--c-slate);
  text-align: center;
}

/* ---------- Member block ---------- */
.page-products .pp-block--member {
  background: var(--c-paper);
}

/* Phone model */
.page-products .pp-phone {
  max-width: 340px;
  margin: 0 auto;
  background: var(--c-ink);
  border-radius: 26px;
  padding: 12px;
  box-shadow: var(--shadow-lift);
  position: relative;
}

.page-products .pp-phone img {
  border-radius: 18px;
  width: 100%;
  height: auto;
}

.page-products .pp-phone__tap {
  position: absolute;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: rgba(26, 31, 26, 0.82);
  color: #fff;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 12px;
  white-space: nowrap;
  backdrop-filter: blur(6px);
  box-shadow: 0 8px 18px rgba(26, 31, 26, 0.22);
}

/* ---------- Navband block ---------- */
.page-products .pp-block--navband {
  background: linear-gradient(150deg, var(--c-green) 20%, var(--c-green-dark) 100%);
  color: #fff;
  overflow: hidden;
}

.page-products .pp-block--navband::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 18px,
    rgba(255, 255, 255, 0.05) 18px,
    rgba(255, 255, 255, 0.05) 19px
  );
  pointer-events: none;
}

.page-products .pp-block--navband .pp-block__head,
.page-products .pp-block--navband .pp-block__split {
  position: relative;
  z-index: 1;
}

.page-products .pp-block--navband .section-title,
.page-products .pp-block--navband .lead-text {
  color: #fff;
}

.page-products .pp-block--navband .lead-text {
  opacity: 0.88;
}

.page-products .pp-block--navband .pp-feature h3 {
  color: #fff;
}

.page-products .pp-block--navband .pp-feature p {
  color: rgba(255, 255, 255, 0.8);
}

.page-products .pp-block--navband .pp-feature {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}

.page-products .pp-block--navband .pp-feature__num {
  color: var(--c-orange);
}

.page-products .pp-block--navband .pp-inline-link a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

/* Navmap visual */
.page-products .pp-navmap {
  background: var(--c-paper);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow-card);
  text-align: center;
}

.page-products .pp-navmap__bar {
  border: 1px solid var(--line);
  border-radius: var(--radius-pill);
  padding: 10px 18px;
  font-size: 14px;
  color: var(--c-slate);
  text-align: left;
  max-width: 340px;
  margin: 0 auto 16px;
  background: var(--c-mist);
}

.page-products .pp-navmap__pins {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 18px;
}

.page-products .pp-navmap__pins span {
  background: var(--c-green-soft);
  color: var(--c-green-dark);
  border-radius: var(--radius-pill);
  padding: 4px 12px;
  font-size: 13px;
}

.page-products .pp-navmap img {
  border-radius: var(--radius-md);
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

/* ---------- Cardsband block ---------- */
.page-products .pp-block--cardsband {
  background: var(--c-mist);
}

.page-products .pp-cards__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: start;
}

.page-products .pp-cards__timeline {
  background: var(--c-paper);
  border-radius: var(--radius-lg);
  padding: 26px;
  box-shadow: var(--shadow-card);
  border: 1px solid var(--line-soft);
}

.page-products .pp-cards__list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.page-products .pp-cards__item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px dashed var(--pp-line-soft);
}

.page-products .pp-cards__item:last-child {
  border-bottom: 0;
}

.page-products .pp-cards__badge {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 12px;
  color: #fff;
}

.page-products .pp-cards__badge--red {
  background: #D32F2F;
}

.page-products .pp-cards__badge--yellow {
  background: #F5A623;
}

.page-products .pp-cards__info {
  display: grid;
  gap: 2px;
}

.page-products .pp-cards__info strong {
  font-size: 14px;
  color: var(--c-ink);
}

.page-products .pp-cards__info span {
  font-size: 13px;
  color: var(--c-slate);
}

.page-products .pp-cards__time {
  font-size: 12px;
  color: var(--c-slate);
  white-space: nowrap;
}

.page-products .pp-cards__note {
  margin: 18px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--pp-line-soft);
  font-size: 13px;
  color: var(--c-slate);
}

.page-products .pp-cards__visual {
  position: relative;
  display: grid;
  gap: 16px;
}

.page-products .pp-cards__visual > img {
  width: 100%;
  border-radius: var(--radius-lg);
  object-fit: cover;
  box-shadow: var(--shadow-card);
}

.page-products .pp-cards__stat {
  position: absolute;
  right: 18px;
  bottom: 54px;
  background: rgba(255, 255, 255, 0.92);
  padding: 12px 18px;
  border-radius: 14px;
  box-shadow: var(--shadow-card);
  display: grid;
  gap: 2px;
  text-align: center;
}

.page-products .pp-cards__stat strong {
  font-size: 1.5rem;
  color: var(--c-blue);
}

.page-products .pp-cards__stat span {
  font-size: 12px;
  color: var(--c-slate);
}

/* ---------- Scenes block ---------- */
.page-products .pp-block--scenes {
  background: var(--c-paper);
}

.page-products .pp-scenes__banner {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.page-products .pp-scenes__banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-products .pp-scenes__wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 20px;
}

.page-products .pp-scene-card {
  background: var(--c-paper);
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow-card);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-products .pp-scene-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lift);
}

.page-products .pp-scene-card__num {
  font-size: 13px;
  font-weight: 800;
  color: var(--c-green);
  letter-spacing: 0.06em;
}

.page-products .pp-scene-card h3 {
  font-size: 1.1rem;
  margin: 10px 0 8px;
}

.page-products .pp-scene-card p {
  margin: 0;
  font-size: 0.94rem;
  color: var(--c-slate);
  line-height: 1.7;
}

/* ---------- Final CTA ---------- */
.page-products .pp-final {
  background: var(--c-mist);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
}

.page-products .pp-final__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: space-between;
  align-items: center;
}

.page-products .pp-final__copy {
  max-width: 560px;
}

.page-products .pp-final__copy h2 {
  font-size: var(--font-h3);
  margin: 12px 0 10px;
}

.page-products .pp-final__copy p:last-child {
  color: var(--c-slate);
  margin-bottom: 0;
}

.page-products .pp-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ---------- Desktop ---------- */
@media (min-width: 900px) {
  .page-products .pp-hero {
    padding: 56px 0 40px;
  }

  .page-products .pp-hero__grid {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 64px;
  }

  .page-products .pp-hero__index {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }

  .page-products .pp-hero__index a {
    padding: 16px 18px;
  }

  .page-products .pp-block {
    padding: var(--section-space) 0;
  }

  .page-products .pp-block__head {
    margin-bottom: 48px;
  }

  .page-products .pp-block__split {
    grid-template-columns: 1fr 1.05fr;
    gap: 60px;
  }

  .page-products .pp-block__split--reverse .pp-feature-visual {
    order: 2;
  }

  .page-products .pp-block__split--reverse .pp-feature-list {
    order: 1;
  }

  .page-products .pp-feature {
    padding: 20px 0;
  }

  .page-products .pp-cards__grid {
    grid-template-columns: 60fr 40fr;
    gap: 36px;
  }

  .page-products .pp-cards__timeline {
    padding: 32px;
  }

  .page-products .pp-scenes__wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .page-products .pp-scenes__banner img {
    aspect-ratio: 16 / 10;
  }

  .page-products .pp-final__inner {
    padding: 12px 0;
  }

  .page-products .pp-final__copy h2 {
    font-size: 1.75rem;
  }
}

@media (max-width: 480px) {
  .page-products .pp-hero__index {
    grid-template-columns: 1fr;
  }

  .page-products .pp-cards__item {
    grid-template-columns: auto 1fr;
  }

  .page-products .pp-cards__time {
    grid-column: 2;
  }

  .page-products .pp-screen-model__text strong {
    font-size: 18px;
  }

  .page-products .pp-final__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .page-products .pp-final__actions .btn {
    text-align: center;
  }
}
