.page-products {
  --pp-fill: 100%;
  --pp-track-w: 8px;
  background: var(--clr-white);
  color: var(--clr-ink);
  font-family: var(--font-body);
  overflow-x: hidden;
}

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

.page-products .container {
  max-width: var(--content-max);
}

.page-products .section-sub {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--clr-blue);
}

.page-products .section-sub::before {
  content: "";
  width: 22px;
  height: 6px;
  background: var(--clr-orange);
  transform: skewX(-18deg);
}

.page-products .section-title {
  margin: 12px 0;
  color: var(--clr-ink);
  letter-spacing: -0.02em;
}

.page-products .section-lead {
  color: var(--clr-slate);
  max-width: 640px;
}

.page-products .pp-standings .section-sub,
.page-products .pp-security .section-sub {
  color: var(--clr-yellow);
}

.page-products .pp-standings .section-title,
.page-products .pp-security .section-title {
  color: var(--clr-white);
}

.page-products .breadcrumb {
  font-size: 0.8rem;
  margin-bottom: 24px;
  opacity: 0.85;
}

.page-products .pp-hero .breadcrumb {
  color: rgba(247, 249, 252, 0.7);
}

.page-products .pp-hero .breadcrumb a {
  color: rgba(247, 249, 252, 0.85);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.page-products .pp-hero .breadcrumb a:hover {
  border-color: currentColor;
}

.page-products .pp-hero .breadcrumb__current {
  color: var(--clr-white);
  font-weight: 700;
}

.page-products .pp-hero {
  position: relative;
  padding: 20px 0 64px;
  background:
    linear-gradient(115deg, transparent 0 55%, rgba(247, 249, 252, 0.06) 55% 57%, transparent 57% 100%),
    radial-gradient(circle at 85% 20%, rgba(255, 122, 41, 0.18), transparent 42%),
    var(--clr-blue);
  color: var(--clr-white);
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), calc(100% - 48px) 100%, 0 100%);
}

.page-products .pp-hero__grid {
  display: grid;
  gap: 36px;
  margin-top: 28px;
  align-items: center;
}

.page-products .pp-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(247, 249, 252, 0.8);
  margin-bottom: 16px;
}

.page-products .pp-hero__pulse {
  width: 8px;
  height: 8px;
  background: var(--clr-green);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.5);
  animation: pp-pulse 2s infinite;
}

@keyframes pp-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.45);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(16, 185, 129, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
  }
}

.page-products .pp-hero__title {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0 0 20px;
  font-family: var(--font-heading);
  font-weight: 900;
  line-height: 1.12;
}

.page-products .pp-hero__title-main {
  font-size: clamp(1.8rem, 6vw, 3rem);
  color: var(--clr-white);
}

.page-products .pp-hero__title-sep {
  display: none;
}

.page-products .pp-hero__title-sub {
  display: inline-block;
  align-self: flex-start;
  font-size: clamp(1.1rem, 3.4vw, 1.55rem);
  color: var(--clr-yellow);
  background: rgba(8, 45, 74, 0.4);
  padding: 4px 12px;
  clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
}

.page-products .pp-hero__lead {
  max-width: 620px;
  font-size: 1.02rem;
  line-height: 1.75;
  color: rgba(247, 249, 252, 0.9);
  margin-bottom: 24px;
}

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

.page-products .btn {
  font-family: var(--font-heading);
  font-weight: 700;
  border-radius: 0;
  clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%, 0 8px);
}

.page-products .btn--ghost {
  background: transparent;
  border: 1px solid currentColor;
}

.page-products .btn--light {
  background: var(--clr-white);
  color: var(--clr-deep-blue);
}

.page-products .pp-hero__btn-primary {
  background: var(--clr-orange);
  border-color: var(--clr-orange);
  color: var(--clr-white);
}

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

.page-products .pp-hero__stats li {
  background: rgba(8, 45, 74, 0.36);
  padding: 12px 16px;
  min-width: 102px;
  border-left: 3px solid var(--clr-orange);
}

.page-products .pp-hero__statnum {
  display: block;
  font-family: var(--font-data);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.1;
  color: var(--clr-white);
  font-variant-numeric: tabular-nums;
}

.page-products .pp-hero__stats span {
  font-size: 0.75rem;
  color: rgba(247, 249, 252, 0.72);
}

.page-products .pp-hero__brand-link {
  display: inline-block;
  color: rgba(247, 249, 252, 0.7);
  font-size: 0.85rem;
  text-underline-offset: 4px;
}

.page-products .pp-hero__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.page-products .pp-phone {
  position: relative;
  width: min(200px, 46vw);
  background: var(--clr-deep-blue);
  border: 4px solid rgba(247, 249, 252, 0.72);
  padding: 10px;
  border-radius: 36px;
  box-shadow: 0 24px 48px rgba(8, 45, 74, 0.45);
  transform: rotate(3deg);
}

.page-products .pp-phone__screen {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 8;
  object-fit: cover;
  border-radius: 24px;
}

.page-products .pp-phone__badge {
  position: absolute;
  bottom: -10px;
  right: -8px;
  transform: rotate(-6deg);
}

.page-products .pp-qr {
  width: min(148px, 40vw);
  background: var(--clr-white);
  padding: 12px 12px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  box-shadow: 0 12px 32px rgba(8, 45, 74, 0.3);
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  animation: pp-float 3s ease-in-out infinite alternate;
}

@keyframes pp-float {
  from {
    transform: translateY(0) rotate(1deg);
  }
  to {
    transform: translateY(-6px) rotate(1deg);
  }
}

.page-products .pp-qr__grid {
  display: block;
  width: 112px;
  height: 112px;
  max-width: 100%;
  background-color: var(--clr-white);
  background-image:
    linear-gradient(90deg, var(--clr-ink) 0 20%, transparent 20% 40%, var(--clr-ink) 40% 60%, transparent 60% 80%, var(--clr-ink) 80% 100%),
    linear-gradient(0deg, var(--clr-ink) 0 20%, transparent 20% 40%, var(--clr-ink) 40% 60%, transparent 60% 80%, var(--clr-ink) 80% 100%);
  background-size: 28px 28px;
}

.page-products .pp-qr__text {
  color: var(--clr-ink);
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.4;
}

.page-products .pp-hero__finish {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 12px;
  background: repeating-linear-gradient(90deg, var(--clr-orange) 0 26px, var(--clr-white) 26px 34px);
  opacity: 0.92;
}

.page-products .pp-versions {
  padding: 48px 0 44px;
  border-top: 6px solid var(--clr-orange);
}

.page-products .pp-versions__grid {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

.page-products .pp-version-card {
  position: relative;
  background: var(--clr-white);
  border: 1px solid var(--clr-cloud);
  padding: 28px 24px 24px;
  box-shadow: var(--shadow-card);
  clip-path: polygon(14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%, 0 14px);
}

.page-products .pp-version-card__flag {
  position: absolute;
  top: 18px;
  right: 22px;
  font-family: var(--font-data);
  font-weight: 700;
  color: var(--clr-orange);
  letter-spacing: 0.04em;
}

.page-products .pp-version-card h3 {
  margin: 0 0 8px;
  font-family: var(--font-heading);
  color: var(--clr-ink);
}

.page-products .pp-version-card p {
  color: var(--clr-slate);
  font-size: 0.95rem;
}

.page-products .pp-version-card__meta {
  list-style: none;
  padding: 14px 0 0;
  margin: 18px 0;
  border-top: 1px dashed var(--clr-cloud);
  font-size: 0.9rem;
  color: var(--clr-slate);
}

.page-products .pp-version-card__meta li {
  padding: 4px 0;
}

.page-products .pp-versions__note {
  margin-top: 24px;
  color: var(--clr-slate);
  font-size: 0.85rem;
  border-left: 3px solid var(--clr-green);
  padding: 10px 0 10px 14px;
  background: var(--clr-light-blue);
}

.page-products .pp-schedule {
  position: relative;
  padding: 56px 0 0;
  background: var(--clr-white);
}

.page-products .pp-schedule__grid {
  display: grid;
  gap: 28px;
  align-items: center;
  padding-bottom: 56px;
}

.page-products .pp-schedule__media {
  position: relative;
  margin: 0;
}

.page-products .pp-schedule__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 7 / 5;
  object-fit: cover;
  clip-path: polygon(0 18px, 18px 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
}

.page-products .pp-schedule__badge {
  position: absolute;
  top: 16px;
  left: 16px;
}

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

.page-products .pp-schedule__list li {
  position: relative;
  padding: 12px 0 12px 34px;
  border-bottom: 1px solid var(--clr-cloud);
  color: var(--clr-ink);
  font-size: 0.98rem;
}

.page-products .pp-schedule__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 18px;
  height: 6px;
  background: var(--clr-orange);
  transform: skewX(-18deg);
}

.page-products .pp-schedule__track {
  height: var(--pp-track-w);
  background: linear-gradient(90deg, var(--clr-orange) 0 74%, var(--clr-green) 74% 100%);
}

.page-products .pp-standings {
  background: var(--clr-deep-blue);
  color: var(--clr-white);
  padding: 56px 0;
}

.page-products .pp-standings__heading {
  max-width: 540px;
}

.page-products .pp-standings__panel {
  display: grid;
  gap: 24px;
  margin-top: 32px;
}

.page-products .pp-standings__speed {
  background: rgba(255, 122, 41, 0.14);
  border-left: 4px solid var(--clr-orange);
  padding: 24px;
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}

.page-products .pp-standings__speed p {
  flex-basis: 100%;
  margin: 8px 0 0;
  color: rgba(247, 249, 252, 0.82);
}

.page-products .pp-standings__num {
  font-family: var(--font-data);
  font-weight: 700;
  font-size: clamp(3rem, 8vw, 5rem);
  line-height: 1;
  color: var(--clr-orange);
  font-variant-numeric: tabular-nums;
}

.page-products .pp-standings__unit {
  font-family: var(--font-data);
  font-size: 1.2rem;
  color: rgba(247, 249, 252, 0.7);
}

.page-products .pp-standings__points {
  display: grid;
  gap: 16px;
}

.page-products .pp-standings__point {
  background: linear-gradient(135deg, rgba(10, 91, 158, 0.6), rgba(8, 45, 74, 0.8));
  border: 1px solid rgba(247, 249, 252, 0.14);
  padding: 20px;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}

.page-products .pp-standings__pointnum {
  font-family: var(--font-data);
  color: var(--clr-yellow);
  font-size: 0.9rem;
}

.page-products .pp-standings__point h3 {
  margin: 8px 0 6px;
}

.page-products .pp-standings__point p {
  color: rgba(247, 249, 252, 0.7);
  font-size: 0.92rem;
}

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

.page-products .pp-features__grid {
  display: grid;
  gap: 18px;
  margin-top: 32px;
}

.page-products .pp-feature {
  background: var(--clr-light-blue);
  padding: 28px 24px;
  position: relative;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}

.page-products .pp-feature__num {
  display: inline-block;
  font-family: var(--font-data);
  color: var(--clr-blue);
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.page-products .pp-feature h3 {
  margin: 0 0 8px;
  color: var(--clr-ink);
}

.page-products .pp-feature p {
  color: var(--clr-slate);
  font-size: 0.95rem;
}

.page-products .pp-recap {
  background: linear-gradient(90deg, var(--clr-white) 0%, var(--clr-cloud) 100%);
  padding: 56px 0;
  border-top: 2px solid var(--clr-yellow);
}

.page-products .pp-recap__grid {
  display: grid;
  gap: 28px;
  align-items: center;
}

.page-products .pp-recap__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  filter: saturate(0.9);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.page-products .pp-downloads {
  background:
    linear-gradient(135deg, rgba(16, 185, 129, 0.16), rgba(16, 185, 129, 0.04)),
    var(--clr-white);
  padding: 56px 0;
}

.page-products .pp-downloads__layout {
  display: grid;
  gap: 28px;
  margin-top: 32px;
}

.page-products .pp-filecard {
  background: var(--clr-white);
  border-left: 6px solid var(--clr-green);
  padding: 20px 22px;
  margin-bottom: 16px;
  box-shadow: var(--shadow-card);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.page-products .pp-filecard h3 {
  margin: 0 0 6px;
  color: var(--clr-ink);
}

.page-products .pp-filecard p {
  margin: 0 0 14px;
  color: var(--clr-slate);
  font-size: 0.9rem;
}

.page-products .pp-filecard__barline {
  display: block;
  height: 6px;
  background: var(--clr-cloud);
  overflow: hidden;
}

.page-products .pp-filecard__fill {
  position: relative;
  display: block;
  height: 100%;
  width: var(--pp-fill);
  background: linear-gradient(90deg, var(--clr-green), var(--clr-blue));
  overflow: hidden;
}

.page-products .pp-filecard__fill::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: translateX(-100%);
  animation: pp-scan 1.6s ease-in-out infinite;
}

@keyframes pp-scan {
  to {
    transform: translateX(100%);
  }
}

.page-products .pp-filecard__status {
  display: block;
  margin-top: 10px;
  font-family: var(--font-data);
  font-size: 0.8rem;
  color: var(--clr-green);
}

.page-products .pp-downloads__visual img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}

.page-products .pp-downloads__note {
  margin-top: 24px;
  font-size: 0.85rem;
  color: var(--clr-slate);
  border-top: 1px dashed rgba(16, 185, 129, 0.55);
  padding-top: 16px;
}

.page-products .pp-security {
  background: linear-gradient(120deg, var(--clr-blue), var(--clr-deep-blue));
  color: var(--clr-white);
  padding: 56px 0;
}

.page-products .pp-security__grid {
  display: grid;
  gap: 28px;
  align-items: center;
}

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

.page-products .pp-security__list li {
  position: relative;
  padding: 10px 0 10px 30px;
  color: rgba(247, 249, 252, 0.85);
}

.page-products .pp-security__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 16px;
  height: 6px;
  background: var(--clr-yellow);
  transform: skewX(-16deg);
}

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

.page-products .pp-security__help {
  margin-top: 20px;
  font-size: 0.9rem;
  color: rgba(247, 249, 252, 0.6);
}

.page-products .pp-security__helplink {
  color: var(--clr-yellow);
  text-underline-offset: 4px;
}

.page-products .pp-security__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 8 / 5;
  object-fit: cover;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.page-products [data-reveal] {
  transition: opacity 0.35s var(--ease-out), transform 0.35s var(--ease-out);
  will-change: opacity, transform;
}

@media (prefers-reduced-motion: no-preference) {
  .page-products [data-reveal="left"] {
    transform: translateX(18px);
  }
  .page-products [data-reveal="right"] {
    transform: translateX(-18px);
  }
  .page-products [data-reveal="skew"] {
    transform: skewX(-2deg) translateY(6px);
  }
  .page-products [data-reveal].is-revealed {
    transform: none;
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-products [data-reveal] {
    transform: none !important;
    transition: none !important;
  }
  .page-products .pp-qr,
  .page-products .pp-hero__pulse {
    animation: none !important;
  }
  .page-products .pp-filecard__fill::after {
    animation: none !important;
  }
}

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

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

@media (min-width: 960px) {
  .page-products .pp-hero {
    padding: 32px 0 72px;
  }

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

  .page-products .pp-hero__visual {
    justify-content: flex-end;
  }

  .page-products .pp-schedule__grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }

  .page-products .pp-standings__panel {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .page-products .pp-recap__grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }

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

  .page-products .pp-security__grid {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
  }
}
