.page-products {
  --pp-dark: #0B1A3D;
  --pp-navy: #1E3A8A;
  --pp-orange: #FF4B2B;
  --pp-yellow: #FFD700;
  --pp-green: #10B981;
  --pp-red: #EF4444;
  --pp-ink: #111827;
  --pp-paper: #F8F5F0;
  --pp-shadow: 4px 6px 0 rgba(17, 24, 39, 0.15);
  --pp-border: 3px solid var(--pp-ink);
  --pp-radius: 14px;
  overflow-x: hidden;
}
.page-products img {
  max-width: 100%;
  height: auto;
}
.page-products__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.page-products .breadcrumb {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.78);
}
.page-products .breadcrumb a {
  color: var(--pp-yellow);
  text-decoration: none;
  font-weight: 700;
}
.page-products .breadcrumb a:hover,
.page-products .breadcrumb a:focus-visible {
  text-decoration: underline;
}
.page-products .breadcrumb__sep {
  margin: 0 0.5rem;
  opacity: 0.7;
}
.page-products__hero {
  position: relative;
  background:
    radial-gradient(600px 220px at 75% 15%, rgba(255, 215, 0, 0.09), transparent 60%),
    radial-gradient(420px 220px at 15% 92%, rgba(255, 75, 43, 0.14), transparent 60%),
    linear-gradient(135deg, var(--pp-dark) 0%, var(--pp-navy) 72%, #25589c 130%);
  color: #fff;
  padding: 1.25rem 0 2.5rem;
  overflow: hidden;
}
.page-products__hero::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: 40px;
  width: 300px;
  height: 110px;
  border: 4px solid rgba(255, 75, 43, 0.3);
  border-left: none;
  border-top: none;
  border-radius: 0 0 100% 0;
  transform: rotate(-10deg);
  pointer-events: none;
  z-index: 0;
}
.page-products__hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2rem;
}
.page-products__eyebrow {
  display: inline-block;
  margin: 0 0 0.75rem;
  padding: 0.375rem 0.75rem;
  background: rgba(255, 75, 43, 0.88);
  border: 2px solid var(--pp-ink);
  border-radius: 999px;
  font-family: var(--font-number);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.35);
}
.page-products__title {
  margin: 0 0 0.5rem;
  font-family: var(--font-heading);
  font-size: clamp(2.25rem, 7vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: 0.01em;
}
.page-products__lead {
  margin: 0;
  max-width: 38ch;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.88);
}
.page-products__downloads {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.page-products__downloads .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  min-width: 180px;
  justify-content: center;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}
.page-products__downloads .btn:active {
  transform: translateY(2px);
  box-shadow: 2px 2px 0 rgba(17, 24, 39, 0.18);
}
.page-products__pulse-btn:hover,
.page-products__pulse-btn:focus-visible {
  animation: page-products-pulse 0.55s ease-in-out;
}
@keyframes page-products-pulse {
  0% {
    box-shadow: 4px 6px 0 rgba(17, 24, 39, 0.18), 0 0 0 0 rgba(255, 75, 43, 0.5);
  }
  70% {
    box-shadow: 4px 6px 0 rgba(17, 24, 39, 0.18), 0 0 0 12px rgba(255, 75, 43, 0);
  }
  100% {
    box-shadow: 4px 6px 0 rgba(17, 24, 39, 0.18), 0 0 0 0 rgba(255, 75, 43, 0);
  }
}
.page-products__hero .btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
}
.page-products__hero .btn--ghost:hover,
.page-products__hero .btn--ghost:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  border-color: #fff;
  color: #fff;
}
.page-products__hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}
.page-products__hero-meta li {
  padding: 0.3125rem 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 999px;
  font-family: var(--font-number);
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.85);
}
.page-products__phone-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.page-products__phone {
  position: relative;
  width: min(230px, 66vw);
  padding: 8px;
  background: #d8dce0;
  border: 4px solid var(--pp-ink);
  border-radius: 38px;
  box-shadow: 10px 12px 0 rgba(0, 0, 0, 0.28);
  animation: page-products-float 4.5s ease-in-out infinite;
}
@keyframes page-products-float {
  0%, 100% {
    transform: translateY(0) rotate(-1.5deg);
  }
  50% {
    transform: translateY(-7px) rotate(-1.5deg);
  }
}
.page-products__phone-notch {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 74px;
  height: 14px;
  background: var(--pp-ink);
  border-radius: 9px;
  z-index: 2;
}
.page-products__phone-screen {
  width: 100%;
  aspect-ratio: 1 / 2;
  border-radius: 29px;
  overflow: hidden;
  background: var(--pp-paper);
}
.page-products__phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  max-width: 100%;
}
.page-products__phone-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  padding: 0.5rem 0.875rem;
  background: var(--pp-yellow);
  border: var(--pp-border);
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 700;
  box-shadow: 3px 3px 0 rgba(17, 24, 39, 0.2);
  transform: rotate(-2deg);
}
.page-products__phone-tag-num {
  font-family: var(--font-number);
  font-size: 1.125rem;
  color: var(--pp-orange);
  font-weight: 700;
}
.page-products__index {
  background: var(--pp-paper);
  border-bottom: var(--pp-border);
  padding: 0.875rem 0;
  position: relative;
  z-index: 4;
}
.page-products__index-inner {
  display: flex;
  gap: 0.625rem;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.page-products__index-inner::-webkit-scrollbar {
  display: none;
}
.page-products__index a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.875rem;
  border: 2px solid var(--pp-ink);
  border-radius: 999px;
  background: var(--color-surface);
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-text);
  text-decoration: none;
  box-shadow: 2px 3px 0 rgba(17, 24, 39, 0.12);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.page-products__index a:hover,
.page-products__index a:focus-visible {
  transform: translate(-1px, -2px);
  box-shadow: 4px 5px 0 rgba(17, 24, 39, 0.16);
}
.page-products__index a span {
  font-family: var(--font-number);
  color: var(--pp-orange);
  font-weight: 700;
}
.page-products__features {
  background: var(--color-surface);
}
.page-products__features-body {
  display: grid;
  gap: 1.75rem;
}
.page-products__features-visual img {
  width: 100%;
  border: var(--pp-border);
  border-radius: var(--pp-radius);
  box-shadow: var(--pp-shadow);
  display: block;
  background: var(--pp-paper);
}
.page-products__features-list {
  display: grid;
  gap: 1.125rem;
}
.page-products__feature-card {
  position: relative;
  padding: 1.5rem 1.25rem 1.25rem;
  border: var(--pp-border);
  overflow: hidden;
  box-shadow: var(--pp-shadow);
}
.page-products__feature-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background: var(--pp-orange);
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  opacity: 0.92;
}
.page-products__feature-card:nth-child(2)::after {
  background: var(--pp-navy);
}
.page-products__feature-card:nth-child(3)::after {
  background: var(--pp-yellow);
}
.page-products__feature-card:nth-child(4)::after {
  background: var(--pp-green);
}
.page-products__feature-num {
  position: absolute;
  top: 0.625rem;
  right: 0.75rem;
  font-family: var(--font-number);
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fff;
  z-index: 1;
}
.page-products__feature-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--pp-ink);
  border-radius: 12px;
  background: var(--pp-orange);
  color: #fff;
  box-shadow: 2px 2px 0 rgba(17, 24, 39, 0.18);
}
.page-products__feature-icon--nav {
  background: var(--pp-navy);
}
.page-products__feature-icon--search {
  background: var(--pp-yellow);
  color: var(--pp-ink);
}
.page-products__feature-icon--live {
  background: var(--pp-green);
}
.page-products__feature-card h3 {
  margin: 1rem 0 0.5rem;
  font-size: 1.25rem;
  line-height: 1.3;
}
.page-products__feature-card p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--color-muted);
}
.page-products__timeline {
  position: relative;
}
.page-products__timeline-scroll {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  margin: 0 -1rem;
  padding: 0.5rem 1rem 1rem;
}
.page-products__timeline-card {
  flex: 0 0 min(280px, 82vw);
  scroll-snap-align: start;
  border: var(--pp-border);
  border-radius: var(--pp-radius);
  background: var(--color-surface);
  padding: 1.5rem 1.25rem;
  box-shadow: var(--pp-shadow);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}
.page-products__timeline-card:hover {
  transform: translate(-2px, -4px);
  box-shadow: 6px 8px 0 rgba(17, 24, 39, 0.18);
}
.page-products__timeline-year {
  display: block;
  margin-bottom: 0.75rem;
  font-family: var(--font-number);
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--pp-orange);
  line-height: 1;
}
.page-products__timeline-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
}
.page-products__timeline-card p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--color-muted);
}
.page-products__timeline-card--current {
  background: var(--pp-navy);
  color: #fff;
}
.page-products__timeline-card--current .page-products__timeline-year {
  color: var(--pp-yellow);
}
.page-products__timeline-card--current h3 {
  color: #fff;
}
.page-products__timeline-card--current p {
  color: rgba(255, 255, 255, 0.86);
}
.page-products__timeline-figure {
  margin: 1.5rem 0 0;
}
.page-products__timeline-figure img {
  width: 100%;
  border: var(--pp-border);
  border-radius: var(--pp-radius);
  box-shadow: var(--pp-shadow);
  display: block;
  background: var(--color-surface);
}
.page-products__timeline-note {
  margin-top: 1.25rem;
  padding: 1rem 1.25rem;
  border-left: 5px solid var(--pp-orange);
  background: var(--color-surface);
  border-radius: 0 var(--pp-radius) var(--pp-radius) 0;
  box-shadow: 2px 3px 0 rgba(17, 24, 39, 0.08);
}
.page-products__timeline-note p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--color-text);
}
.page-products__timeline-note a {
  color: var(--pp-orange);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.page-products__sysreq {
  background: var(--color-surface);
}
.page-products__sysreq-grid {
  display: grid;
  gap: 1.25rem;
}
.page-products__sysreq-card {
  position: relative;
  border: var(--pp-border);
  border-radius: var(--pp-radius);
  background: var(--color-surface);
  padding: 1.5rem 1.375rem;
  box-shadow: var(--pp-shadow);
}
.page-products__sysreq-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: var(--pp-green);
}
.page-products__sysreq-card--ios::before {
  background: var(--pp-yellow);
}
.page-products__sysreq-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--pp-ink);
  border-radius: 15px;
  background: var(--pp-green);
  color: #fff;
  box-shadow: 2px 2px 0 rgba(17, 24, 39, 0.2);
}
.page-products__sysreq-card--ios .page-products__sysreq-icon {
  background: var(--pp-yellow);
  color: var(--pp-ink);
}
.page-products__sysreq-card h3 {
  margin: 1rem 0 0.625rem;
  font-size: 1.375rem;
}
.page-products__sysreq-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-products__sysreq-list li {
  position: relative;
  padding: 0.4375rem 0 0.4375rem 1.375rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--color-muted);
  border-bottom: 1px dashed var(--color-border);
}
.page-products__sysreq-list li:last-child {
  border-bottom: none;
}
.page-products__sysreq-list li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: var(--pp-orange);
  font-weight: 700;
}
.page-products__sysreq-figure {
  margin: 1.5rem 0 0;
  text-align: center;
}
.page-products__sysreq-figure img {
  width: 100%;
  max-width: 500px;
  border: var(--pp-border);
  border-radius: var(--pp-radius);
  box-shadow: var(--pp-shadow);
  display: block;
  background: var(--pp-paper);
}
.page-products__performance {
  position: relative;
}
.page-products__perf-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.875rem;
}
.page-products__perf-card {
  border: var(--pp-border);
  border-radius: var(--pp-radius);
  background: var(--color-surface);
  padding: 1.25rem 0.875rem;
  box-shadow: var(--pp-shadow);
  text-align: center;
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}
.page-products__perf-card:hover {
  transform: translate(-2px, -4px);
  box-shadow: 6px 8px 0 rgba(17, 24, 39, 0.18);
}
.page-products__perf-num {
  display: block;
  font-family: var(--font-number);
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1;
  color: var(--pp-orange);
  letter-spacing: -0.02em;
  white-space: nowrap;
}
.page-products__perf-unit {
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-text);
  margin-left: 0.2em;
}
.page-products__perf-label {
  margin: 0.5rem 0 0;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--color-muted);
  line-height: 1.4;
}
.page-products__perf-bottom {
  display: grid;
  gap: 1.25rem;
  margin-top: 1.75rem;
}
.page-products__perf-visual img {
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  display: block;
  border: var(--pp-border);
  border-radius: var(--pp-radius);
  box-shadow: var(--pp-shadow);
  background: var(--color-surface);
}
.page-products__perf-note {
  padding: 1.25rem 1.375rem;
  background: var(--pp-navy);
  border: var(--pp-border);
  border-radius: var(--pp-radius);
  color: #fff;
  box-shadow: var(--pp-shadow);
}
.page-products__perf-note p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.9);
}
.page-products__support {
  position: relative;
}
.page-products__support-card {
  position: relative;
  background:
    radial-gradient(300px 140px at 85% 20%, rgba(255, 215, 0, 0.12), transparent 60%),
    var(--pp-navy);
  border: var(--pp-border);
  border-radius: var(--pp-radius);
  color: #fff;
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 8px 10px 0 rgba(17, 24, 39, 0.18);
  overflow: hidden;
}
.page-products__support-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--pp-orange), var(--pp-yellow), var(--pp-green));
}
.page-products__support-num {
  display: block;
  font-family: var(--font-number);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--pp-yellow);
  margin-bottom: 0.75rem;
}
.page-products__support-card h2 {
  margin: 0 0 0.625rem;
  font-size: 1.5rem;
  color: #fff;
}
.page-products__support-card p {
  margin: 0 auto 1.25rem;
  max-width: 34ch;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
}
.page-products__support-card .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
@media (min-width: 768px) {
  .page-products__hero {
    padding: 2rem 0 3rem;
  }
  .page-products__hero-grid {
    grid-template-columns: 1.08fr 0.92fr;
    align-items: center;
    gap: 2.5rem;
  }
  .page-products__downloads {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .page-products__downloads .btn {
    min-width: 190px;
  }
  .page-products__phone {
    width: 250px;
  }
  .page-products__index {
    padding: 1rem 0;
  }
  .page-products__index a {
    padding: 0.625rem 1.125rem;
    font-size: 0.9375rem;
  }
  .page-products__features-body {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    gap: 2rem;
    align-items: start;
  }
  .page-products__features-visual {
    position: sticky;
    top: 1rem;
  }
  .page-products__features-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-products__timeline-scroll {
    margin: 0;
    padding: 0.5rem 0 0.875rem;
  }
  .page-products__sysreq-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .page-products__perf-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .page-products__perf-num {
    font-size: 2rem;
  }
  .page-products__perf-bottom {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    align-items: center;
    gap: 2rem;
  }
  .page-products__perf-visual img {
    margin-inline: 0;
  }
  .page-products__support-card {
    padding: 2.5rem 2rem;
  }
}
@media (min-width: 1100px) {
  .page-products__hero-grid {
    gap: 3.5rem;
  }
  .page-products__phone {
    width: 280px;
  }
  .page-products__lead {
    font-size: 1.125rem;
  }
  .page-products__perf-num {
    font-size: 2.5rem;
  }
  .page-products__perf-card {
    padding: 1.5rem 1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-products__phone {
    animation: none;
  }
  .page-products__pulse-btn:hover,
  .page-products__pulse-btn:focus-visible {
    animation: none;
  }
  .page-products__perf-card:hover,
  .page-products__timeline-card:hover {
    transform: none;
    box-shadow: var(--pp-shadow);
  }
  .page-products__index a:hover,
  .page-products__index a:focus-visible {
    transform: none;
    box-shadow: 2px 3px 0 rgba(17, 24, 39, 0.12);
  }
}
