.page-products {
  --pp-card-bg: rgba(245, 247, 250, 0.05);
  --pp-card-border: rgba(245, 247, 250, 0.12);
  background: linear-gradient(180deg, #050A18 0%, #0B1E3A 42%, #050A18 100%);
  color: #F5F7FA;
  overflow-x: hidden;
}

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

.page-products .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-products .breadcrumb-list li + li::before {
  content: "/";
  color: #9AA7B8;
  margin-right: 6px;
  font-size: 13px;
}

.page-products .breadcrumb-link {
  color: #9AA7B8;
  text-decoration: none;
  font-size: 13px;
  transition: color 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.page-products .breadcrumb-link:hover {
  color: #00E5FF;
}

.page-products .breadcrumb-item {
  color: #F5F7FA;
  font-size: 13px;
}

.pp-hero {
  position: relative;
  padding: 34px 0 56px;
}

.pp-hero__grid {
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  height: 100%;
  background-image: radial-gradient(rgba(0, 229, 255, 0.2) 1px, transparent 1px);
  background-size: 14px 14px;
  -webkit-mask-image: linear-gradient(135deg, transparent 20%, #000 80%);
  mask-image: linear-gradient(135deg, transparent 20%, #000 80%);
  pointer-events: none;
}

.pp-hero__inner {
  position: relative;
  z-index: 1;
}

.pp-hero__crumb {
  margin-bottom: 28px;
}

.pp-hero__content {
  display: grid;
  justify-items: start;
  gap: 16px;
}

.pp-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #00E5FF;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.pp-hero__kicker::before {
  content: "";
  width: 28px;
  height: 4px;
  background: #FF6B2C;
  clip-path: polygon(0 0, 100% 0, 72% 100%, 0 100%);
}

.pp-hero__title {
  margin: 0;
  font-family: "Space Grotesk", "Noto Sans SC", "PingFang SC", sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 9vw, 84px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: #F5F7FA;
}

.pp-hero__title span {
  color: #FF6B2C;
  position: relative;
  display: inline-block;
}

.pp-hero__title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 18px;
  background: rgba(255, 107, 44, 0.18);
  clip-path: polygon(0 55%, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
}

.pp-hero__lead {
  max-width: 520px;
  margin: 6px 0 8px;
  color: #9AA7B8;
  font-size: 15px;
  line-height: 1.75;
}

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

.pp-hero__panel {
  position: relative;
  margin-top: 32px;
}

.pp-hero__panel img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
  transform: rotate(1.2deg);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.pp-hero__sticker {
  position: absolute;
  top: 14px;
  left: -10px;
  z-index: 2;
  background: #FF6B2C;
  color: #050A18;
  font-family: "Space Grotesk", "Noto Sans SC", sans-serif;
  font-weight: 700;
  font-size: 13px;
  padding: 8px 14px;
  border-radius: 999px 999px 999px 4px;
  box-shadow: 0 6px 18px rgba(255, 107, 44, 0.4);
  transform: rotate(-4deg);
}

.pp-compare {
  position: relative;
}

.pp-compare::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #00E5FF 0%, transparent 45%);
}

.pp-compare__track {
  display: grid;
  gap: 24px;
  margin-top: 36px;
}

.pp-compare__card {
  background: var(--pp-card-bg);
  border: 1px solid var(--pp-card-border);
  border-radius: 20px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 18px;
  align-content: start;
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1), border-color 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pp-compare__card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 229, 255, 0.4);
}

.pp-compare__card--new::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #FF6B2C, #00E5FF);
}

.pp-compare__card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.pp-compare__name {
  margin: 0 0 6px;
  font-family: "Space Grotesk", "Noto Sans SC", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #F5F7FA;
}

.pp-compare__mark {
  font-family: "Space Grotesk", "Noto Sans SC", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 229, 255, 0.12);
  color: #00E5FF;
  white-space: nowrap;
}

.pp-compare__card--stable .pp-compare__mark {
  background: rgba(255, 179, 0, 0.14);
  color: #FFB300;
}

.pp-compare__ui {
  background: rgba(5, 10, 24, 0.8);
  border: 1px solid rgba(255, 107, 44, 0.25);
  border-radius: 14px;
  padding: 16px;
  display: grid;
  gap: 12px;
  margin-bottom: 4px;
}

.pp-compare__ui-head {
  display: flex;
  gap: 6px;
}

.pp-compare__ui-head span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FF6B2C;
}

.pp-compare__ui-head span:nth-child(2) {
  background: #FFB300;
}

.pp-compare__ui-head span:nth-child(3) {
  background: #00E5FF;
}

.pp-compare__ui-body {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 14px;
  align-items: center;
}

.pp-compare__ui-ph {
  height: 76px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(0, 229, 255, 0.45), rgba(255, 107, 44, 0.35));
}

.pp-compare__ui-lines {
  display: grid;
  gap: 8px;
}

.pp-compare__ui-lines span {
  display: block;
  height: 8px;
  border-radius: 4px;
  background: rgba(245, 247, 250, 0.14);
}

.pp-compare__ui-lines span:nth-child(2) {
  width: 85%;
  background: rgba(255, 107, 44, 0.55);
}

.pp-compare__ui-lines span:last-child {
  width: 70%;
}

.pp-compare__img {
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.pp-compare__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.pp-compare__list li {
  position: relative;
  padding-left: 22px;
  color: #9AA7B8;
  font-size: 15px;
  line-height: 1.65;
}

.pp-compare__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 9px;
  height: 9px;
  background: #FF6B2C;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.pp-compare__card--stable .pp-compare__list li::before {
  background: #FFB300;
}

.pp-stats__bar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  background: rgba(5, 10, 24, 0.62);
  border: 1px solid rgba(245, 247, 250, 0.1);
  border-radius: 20px;
  padding: 26px 22px;
}

.pp-stat {
  display: grid;
  justify-items: center;
  gap: 4px;
  text-align: center;
}

.pp-stat__num {
  font-family: "Space Grotesk", "Noto Sans SC", sans-serif;
  font-size: clamp(28px, 6vw, 44px);
  font-weight: 700;
  color: #FF6B2C;
  line-height: 1.1;
}

.pp-stat__label {
  font-size: 13px;
  color: #9AA7B8;
}

.pp-steps__wrap {
  display: grid;
  gap: 28px;
  margin-top: 36px;
}

.pp-steps__list {
  display: grid;
  gap: 16px;
}

.pp-step {
  position: relative;
  background: rgba(5, 10, 24, 0.55);
  border: 1px solid rgba(245, 247, 250, 0.08);
  border-left: 4px solid #FF6B2C;
  border-radius: 16px;
  padding: 22px 20px 20px 84px;
  min-height: 122px;
  transition: background 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pp-step:hover {
  background: rgba(5, 10, 24, 0.88);
}

.pp-step__num {
  position: absolute;
  left: 18px;
  top: 16px;
  font-family: "Space Grotesk", "Noto Sans SC", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px #FF6B2C;
}

.pp-step__title {
  margin: 0 0 8px;
  font-family: "Space Grotesk", "Noto Sans SC", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #F5F7FA;
}

.pp-step p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #9AA7B8;
}

.pp-steps__figure img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(0, 229, 255, 0.18);
}

.pp-compat {
  position: relative;
}

.pp-compat__figure img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  border: 1px solid rgba(0, 229, 255, 0.2);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.pp-compat__facts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-top: 24px;
}

.pp-compat__fact {
  background: rgba(245, 247, 250, 0.05);
  border: 1px solid rgba(245, 247, 250, 0.1);
  border-radius: 16px;
  padding: 20px 18px;
  text-align: center;
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pp-compat__fact:hover {
  transform: translateY(-4px);
}

.pp-compat__icon {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #00E5FF;
  margin-bottom: 8px;
}

.pp-compat__fact h3 {
  margin: 0 0 6px;
  font-family: "Space Grotesk", "Noto Sans SC", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #F5F7FA;
}

.pp-compat__fact p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #9AA7B8;
}

.pp-ios {
  background:
    radial-gradient(600px 300px at 85% 20%, rgba(255, 107, 44, 0.16), transparent 70%),
    radial-gradient(500px 320px at 8% 82%, rgba(0, 229, 255, 0.13), transparent 70%);
}

.pp-ios__inner {
  display: grid;
  gap: 28px;
}

.pp-ios__phone {
  margin: 0 auto;
  width: min(260px, 70%);
  position: relative;
}

.pp-ios__phone::before {
  content: "";
  position: absolute;
  inset: 24px -16px -16px -16px;
  border-radius: 36px;
  background: linear-gradient(160deg, rgba(255, 107, 44, 0.32), rgba(0, 229, 255, 0.22));
  filter: blur(18px);
  z-index: -1;
}

.pp-ios__phone img {
  width: 100%;
  object-fit: cover;
  border-radius: 28px;
  border: 4px solid rgba(245, 247, 250, 0.14);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.pp-ios__content {
  display: grid;
  justify-items: start;
  gap: 14px;
}

.pp-ios__content .section-title {
  margin: 0;
}

.pp-ios__content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #9AA7B8;
}

.pp-ios__channels {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pp-ios__note {
  font-size: 14px;
}

.pp-sync {
  position: relative;
}

.pp-sync__inner {
  display: grid;
  gap: 28px;
}

.pp-sync__copy {
  display: grid;
  justify-items: start;
  gap: 14px;
}

.pp-sync__copy .section-title {
  margin: 0;
}

.pp-sync__copy > p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #9AA7B8;
}

.pp-sync__list {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.pp-sync__list li {
  position: relative;
  padding-left: 30px;
  color: #9AA7B8;
  font-size: 15px;
  line-height: 1.6;
}

.pp-sync__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(0, 229, 255, 0.15);
  color: #00E5FF;
  font-size: 12px;
  font-weight: 700;
  display: grid;
  place-items: center;
}

.pp-sync__card {
  background: linear-gradient(145deg, rgba(0, 229, 255, 0.1), rgba(255, 107, 44, 0.08));
  border: 1px solid rgba(0, 229, 255, 0.25);
  border-radius: 20px;
  padding: 28px 22px;
  display: grid;
  gap: 18px;
  align-content: start;
}

.pp-sync__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  font-family: "Space Grotesk", "Noto Sans SC", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #00E5FF;
  background: rgba(0, 229, 255, 0.12);
  padding: 8px 14px;
  border-radius: 999px;
}

.pp-sync__badge::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00E5FF;
  box-shadow: 0 0 0 4px rgba(0, 229, 255, 0.2);
}

.pp-sync__bar {
  height: 6px;
  border-radius: 999px;
  background: rgba(245, 247, 250, 0.1);
  overflow: hidden;
}

.pp-sync__bar span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #00E5FF, #FF6B2C);
}

.pp-sync__card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #9AA7B8;
}

.pp-sub__inner {
  position: relative;
  background: linear-gradient(135deg, #FF6B2C, #E85A1A 55%, #B84A12);
  border-radius: 24px;
  padding: 44px 28px;
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
  color: #050A18;
  transform: rotate(-0.5deg);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}

.pp-sub__badge {
  font-family: "Space Grotesk", "Noto Sans SC", sans-serif;
  font-size: 15px;
  font-weight: 700;
  background: rgba(5, 10, 24, 0.86);
  color: #00E5FF;
  padding: 6px 14px;
  border-radius: 999px;
}

.pp-sub__inner .section-title {
  margin: 0;
  color: #050A18;
  font-size: clamp(24px, 5vw, 40px);
}

.pp-sub__inner > p {
  margin: 0;
  max-width: 440px;
  color: rgba(5, 10, 24, 0.78);
  font-size: 15px;
  line-height: 1.7;
}

.pp-sub__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.pp-sub__chips .tag {
  background: rgba(5, 10, 24, 0.86);
  color: #F5F7FA;
  border: none;
}

.pp-more__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 32px;
}

.pp-more__card {
  display: grid;
  gap: 8px;
  background: rgba(245, 247, 250, 0.05);
  border: 1px solid rgba(245, 247, 250, 0.1);
  border-radius: 18px;
  padding: 22px 20px;
  text-decoration: none;
  transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1), border-color 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pp-more__card:hover {
  transform: translateY(-4px);
  border-color: #FF6B2C;
}

.pp-more__card h3 {
  margin: 0;
  font-family: "Space Grotesk", "Noto Sans SC", sans-serif;
  font-size: 19px;
  font-weight: 700;
  color: #F5F7FA;
}

.pp-more__card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #9AA7B8;
}

@media (min-width: 768px) {
  .pp-hero {
    padding: 40px 0 72px;
  }

  .pp-hero__inner {
    display: grid;
    grid-template-columns: 1fr minmax(320px, 420px);
    gap: 48px;
    align-items: center;
  }

  .pp-hero__panel {
    margin-top: 0;
  }

  .pp-compare__track {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }

  .pp-stats__bar {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    padding: 30px 28px;
  }

  .pp-steps__wrap {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: center;
  }

  .pp-steps__list {
    gap: 18px;
  }

  .pp-compat__facts {
    grid-template-columns: repeat(3, 1fr);
  }

  .pp-ios__inner {
    grid-template-columns: minmax(220px, 360px) 1fr;
    gap: 48px;
    align-items: center;
  }

  .pp-sync__inner {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
  }

  .pp-more__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .pp-hero__inner {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 64px;
  }

  .pp-hero__title {
    font-size: clamp(52px, 6.4vw, 88px);
  }

  .pp-more__grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .pp-sub__inner {
    padding: 56px 40px;
  }

  .pp-step {
    min-height: 130px;
  }
}
