.page-products {
  --pp-feature-gap: 32px;
  background: var(--light);
  color: var(--dark);
  font-family: var(--font-body);
  min-width: 0;
  overflow-x: hidden;
}

.page-products .pp-context {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  background: var(--white);
  border-bottom: 2px solid var(--deep);
}

.page-products .pp-status {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-data);
  font-size: 12px;
  color: var(--deep);
  white-space: nowrap;
}

.page-products .pp-status__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--mid);
  box-shadow: 0 0 0 3px rgba(45, 106, 79, 0.2);
  flex: none;
}

.page-products .pp-hero {
  position: relative;
  overflow: hidden;
  background: var(--deep);
  color: var(--white);
  padding: 40px 20px 72px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
}

.page-products .pp-hero::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -15%;
  width: 70%;
  height: 150%;
  background: repeating-linear-gradient(115deg, transparent 0 14px, rgba(255, 214, 10, 0.12) 14px 16px);
  transform: skewX(-10deg);
  pointer-events: none;
}

.page-products .pp-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 22px;
  background: var(--accent);
  clip-path: polygon(0 50%, 100% 0, 100% 100%, 0 100%);
  transform: skewY(-1.5deg) scaleX(1.02);
  pointer-events: none;
}

.page-products .pp-hero__copy,
.page-products .pp-hero__device {
  position: relative;
  z-index: 2;
}

.page-products .pp-hero .section-kicker {
  color: var(--accent);
  font-family: var(--font-data);
}

.page-products .pp-hero h1 {
  font-family: var(--font-head);
  font-size: 28px;
  line-height: 1.25;
  margin: 14px 0 16px;
  color: var(--white);
  letter-spacing: 0.01em;
}

.page-products .pp-hl {
  color: var(--accent);
  background: linear-gradient(transparent 58%, rgba(255, 214, 10, 0.3) 58%);
  padding: 0 2px;
}

.page-products .pp-hero__lead {
  font-size: 15px;
  line-height: 1.8;
  color: var(--mint);
  max-width: 46em;
  margin: 0;
}

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

.page-products .pp-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}

.page-products .pp-stat {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-card);
  padding: 12px 16px;
  min-width: 108px;
  margin: 0;
}

.page-products .pp-stat dt {
  font-size: 12px;
  color: var(--mint);
  margin: 0 0 4px;
}

.page-products .pp-stat dd {
  font-family: var(--font-data);
  font-size: 26px;
  font-weight: 700;
  color: var(--accent);
  margin: 0;
  line-height: 1.1;
}

.page-products .pp-stat dd span {
  font-size: 16px;
  vertical-align: baseline;
}

.page-products .pp-hero__device {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-products .pp-phone {
  width: 100%;
  max-width: 290px;
  background: var(--dark);
  border: 4px solid #000;
  border-radius: 36px;
  padding: 12px;
  box-shadow: 14px 14px 0 rgba(255, 214, 10, 0.35);
}

.page-products .pp-phone__speaker {
  width: 48px;
  height: 6px;
  background: #333;
  border-radius: 3px;
  margin: 0 auto 10px;
}

.page-products .pp-phone__screen {
  position: relative;
  aspect-ratio: 9 / 16;
  border-radius: 20px;
  overflow: hidden;
  background: var(--deep);
}

.page-products .pp-phone__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-products .pp-phone__chip {
  position: absolute;
  left: 12px;
  padding: 5px 10px;
  font-family: var(--font-data);
  font-size: 11px;
  font-weight: 700;
  border-radius: var(--radius-pill);
  letter-spacing: 0.02em;
}

.page-products .pp-phone__chip--top {
  top: 14px;
  background: var(--accent);
  color: var(--dark);
}

.page-products .pp-phone__chip--bottom {
  bottom: 14px;
  background: rgba(17, 17, 17, 0.85);
  color: var(--white);
  border: 1px solid var(--line);
}

.page-products .pp-phone__caption {
  margin: 18px 0 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--mint);
  text-align: center;
  max-width: 320px;
}

.page-products .pp-why {
  background: var(--light);
  padding: 56px 20px 64px;
}

.page-products .pp-why__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  max-width: 720px;
}

.page-products .pp-why__head .section-kicker {
  color: var(--mid);
  font-family: var(--font-data);
}

.page-products .pp-why__head h2,
.page-products .pp-features__head h2,
.page-products .pp-download__main h2,
.page-products .pp-reviews__score h2 {
  font-family: var(--font-head);
  font-size: 26px;
  line-height: 1.25;
  margin: 4px 0 8px;
}

.page-products .pp-why__head p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

.page-products .pp-why__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 32px 0 0;
}

.page-products .pp-why__item {
  background: var(--white);
  border: 2px solid var(--deep);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-products .pp-why__item:hover {
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow-card-hover);
}

.page-products .pp-why__icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--deep);
  color: var(--accent);
  border-radius: 10px;
  margin-bottom: 6px;
}

.page-products .pp-why__item h3 {
  font-family: var(--font-head);
  font-size: 17px;
  margin: 0;
}

.page-products .pp-why__item p {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  margin: 0;
}

.page-products .pp-features {
  background: var(--deep);
  color: var(--white);
  padding: 56px 20px 72px;
}

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

.page-products .pp-features__head .section-kicker {
  color: var(--accent);
  font-family: var(--font-data);
}

.page-products .pp-features__head h2 {
  color: var(--accent);
}

.page-products .pp-features__head p {
  font-size: 15px;
  line-height: 1.8;
  color: var(--mint);
  margin: 0;
  max-width: 46em;
}

.page-products .pp-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  padding: 36px 0;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.18);
}

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

.page-products .pp-feature__body {
  min-width: 0;
}

.page-products .pp-feature__num {
  font-family: var(--font-data);
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  display: block;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--accent);
  opacity: 0.55;
  margin-bottom: 12px;
}

.page-products .pp-feature__body .data-tag {
  margin-bottom: 8px;
}

.page-products .pp-feature__body h3 {
  font-family: var(--font-head);
  font-size: 21px;
  line-height: 1.3;
  color: var(--white);
  margin: 10px 0 10px;
}

.page-products .pp-feature__body p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--mint);
  margin: 0;
}

.page-products .pp-feature__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
}

.page-products .pp-feature__meta div {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 6px;
  padding: 10px 12px;
}

.page-products .pp-feature__meta dt {
  font-size: 12px;
  color: var(--mint);
  margin: 0 0 4px;
}

.page-products .pp-feature__meta dd {
  font-family: var(--font-data);
  font-size: 15px;
  font-weight: 700;
  color: var(--accent);
  margin: 0;
}

.page-products .pp-feature__media {
  min-width: 0;
  display: flex;
  align-items: center;
}

.page-products .pp-feature__media img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-card);
  border: 2px solid var(--line);
  box-shadow: var(--shadow-card);
  display: block;
}

.page-products .pp-injury-card,
.page-products .pp-table-card {
  width: 100%;
  background: var(--mid);
  border: 2px solid var(--line);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  padding: 18px;
  color: var(--white);
}

.page-products .pp-injury-card .data-tag,
.page-products .pp-table-card__title .data-tag {
  margin-bottom: 10px;
}

.page-products .pp-injury__row,
.page-products .pp-table-card__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
}

.page-products .pp-injury__row:last-child,
.page-products .pp-table-card__row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.page-products .pp-injury__row b,
.page-products .pp-table-card__row b {
  font-family: var(--font-data);
  font-size: 15px;
  color: var(--accent);
  font-weight: 700;
  text-align: right;
}

.page-products .pp-stand-section {
  position: relative;
  overflow: hidden;
}

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

.page-products .pp-stand-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(17, 17, 17, 0.78) 0%, transparent 45%);
  pointer-events: none;
}

.page-products .pp-stand-quote {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 28px;
  margin: 0;
  padding: 14px 18px;
  background: rgba(17, 17, 17, 0.78);
  border-left: 6px solid var(--accent);
  color: var(--white);
  max-width: 420px;
  z-index: 2;
}

.page-products .pp-stand-quote p {
  margin: 0 0 6px;
  font-family: var(--font-head);
  font-size: 17px;
  line-height: 1.4;
}

.page-products .pp-stand-quote cite {
  font-style: normal;
  font-size: 12px;
  color: var(--mint);
  font-family: var(--font-data);
}

.page-products .pp-download {
  position: relative;
  background: var(--white);
  padding: 56px 20px 64px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
}

.page-products .pp-download::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: repeating-linear-gradient(135deg, var(--accent) 0 12px, var(--dark) 12px 16px);
}

.page-products .pp-download__main .section-kicker {
  color: var(--mid);
  font-family: var(--font-data);
}

.page-products .pp-download__main h2 {
  margin-top: 4px;
}

.page-products .pp-download__main > p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  max-width: 46em;
  margin-bottom: 24px;
}

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

.page-products .pp-steps li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 2px dashed var(--line);
  font-size: 15px;
  line-height: 1.6;
  color: var(--dark);
}

.page-products .pp-steps li span {
  width: 32px;
  height: 32px;
  background: var(--deep);
  color: var(--accent);
  font-family: var(--font-data);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  flex: none;
  font-size: 14px;
}

.page-products .pp-sys {
  background: var(--light);
  border: 2px solid var(--deep);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  padding: 18px;
  margin-bottom: 24px;
}

.page-products .pp-sys h3 {
  font-family: var(--font-head);
  font-size: 16px;
  margin: 0 0 8px;
}

.page-products .pp-sys ul {
  margin: 0 0 12px;
  padding-left: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
}

.page-products .pp-sys__note {
  font-size: 13px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

.page-products .pp-download__qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: var(--mint);
  border: 2px solid var(--deep);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  padding: 28px 20px;
}

.page-products .pp-qr-frame {
  display: inline-block;
  background: var(--white);
  border: 2px solid var(--dark);
  border-radius: var(--radius-card);
  padding: 10px;
  box-shadow: 6px 6px 0 rgba(27, 67, 50, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-products .pp-qr-frame:hover {
  transform: translate(-2px, -2px);
  box-shadow: 8px 8px 0 rgba(27, 67, 50, 0.26);
}

.page-products .pp-qr-frame img {
  width: 180px;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.page-products .pp-download__qr p {
  font-size: 13px;
  line-height: 1.7;
  color: #333;
  text-align: center;
  max-width: 240px;
  margin: 0;
}

.page-products .pp-reviews {
  background: var(--deep);
  color: var(--white);
  padding: 56px 20px 64px;
  border-top: 6px solid var(--accent);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 32px;
}

.page-products .pp-reviews__score .section-kicker {
  color: var(--accent);
  font-family: var(--font-data);
}

.page-products .pp-reviews__score h2 {
  color: var(--accent);
}

.page-products .pp-rating {
  margin-top: 20px;
}

.page-products .pp-rating__num {
  font-family: var(--font-data);
  font-size: 52px;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  display: block;
}

.page-products .pp-stars {
  color: var(--accent);
  font-size: 20px;
  letter-spacing: 4px;
  margin: 8px 0;
}

.page-products .pp-rating p {
  font-size: 13px;
  color: var(--mint);
  margin: 0;
}

.page-products .pp-reviews__list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.page-products .pp-review-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 6px solid var(--accent);
  border-radius: var(--radius-card);
  padding: 18px;
  margin: 0;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.page-products .pp-review-card:hover {
  transform: translate(-2px, -2px);
  background: rgba(255, 255, 255, 0.1);
}

.page-products .pp-review-card p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--white);
}

.page-products .pp-review-card cite {
  font-style: normal;
  font-size: 12px;
  color: var(--mint);
  font-family: var(--font-data);
}

.page-products .pp-trust {
  background: var(--dark);
  color: var(--white);
  padding: 48px 20px;
  text-align: center;
}

.page-products .pp-trust__badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  border: 2px solid var(--accent);
  border-radius: var(--radius-card);
}

.page-products .pp-trust__badge p {
  font-family: var(--font-head);
  font-size: 16px;
  margin: 0;
}

.page-products .pp-trust__statement {
  max-width: 720px;
  margin: 22px auto;
  font-size: 15px;
  line-height: 1.9;
  color: var(--mint);
}

.page-products .pp-trust__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 18px;
}

@media (min-width: 900px) {
  .page-products .pp-context {
    padding: 16px 24px;
  }

  .page-products .pp-hero {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 56px;
    align-items: center;
    max-width: 1320px;
    margin: 0 auto;
    padding: 72px 24px 96px;
  }

  .page-products .pp-hero h1 {
    font-size: 40px;
  }

  .page-products .pp-hero__lead {
    font-size: 16px;
  }

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

  .page-products .pp-phone {
    max-width: 330px;
  }

  .page-products .pp-phone__caption {
    font-size: 13px;
  }

  .page-products .pp-why {
    padding: 72px 24px;
  }

  .page-products .pp-why__head {
    grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
    gap: 40px;
    max-width: 1320px;
    margin: 0 auto 36px;
    align-items: end;
  }

  .page-products .pp-why__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: 1320px;
    margin: 0 auto;
  }

  .page-products .pp-features {
    padding: 72px 24px;
  }

  .page-products .pp-features__head {
    max-width: 1320px;
    margin: 0 auto 40px;
  }

  .page-products .pp-feature {
    grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
    gap: 56px;
    align-items: center;
    max-width: 1320px;
    margin: 0 auto;
  }

  .page-products .pp-feature--flip .pp-feature__media {
    order: -1;
  }

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

  .page-products .pp-feature__num {
    font-size: 60px;
  }

  .page-products .pp-feature__body h3 {
    font-size: 24px;
  }

  .page-products .pp-stand-quote {
    left: 32px;
    bottom: 40px;
  }

  .page-products .pp-download {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 56px;
    padding: 72px 24px 80px;
  }

  .page-products .pp-download__main,
  .page-products .pp-download__qr {
    max-width: 1320px;
  }

  .page-products .pp-download__main {
    justify-self: end;
    width: 100%;
    max-width: 720px;
  }

  .page-products .pp-download__qr {
    width: 100%;
    max-width: 400px;
    justify-self: start;
  }

  .page-products .pp-qr-frame img {
    width: 220px;
  }

  .page-products .pp-reviews {
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
    gap: 56px;
    padding: 72px 24px;
  }

  .page-products .pp-reviews__score,
  .page-products .pp-reviews__list {
    max-width: 1320px;
  }

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

  .page-products .pp-trust {
    padding: 56px 24px;
  }
}
