.page-products {
  overflow-x: hidden;
  background: var(--color-white);
}

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

.page-products a {
  transition: color 0.2s var(--transition), border-color 0.2s var(--transition), transform 0.2s var(--transition);
}

.page-products .pp-section-head {
  margin-bottom: 40px;
  position: relative;
}

.page-products .pp-section-head .section-number {
  font-family: var(--font-title);
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  display: block;
  margin-bottom: 8px;
  color: var(--color-orange);
}

.page-products .pp-section-head h2 {
  font-family: var(--font-title);
  font-size: 1.9rem;
  font-weight: 900;
  color: var(--color-dark-gray);
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}

.page-products .pp-section-head .pp-section-desc {
  color: var(--color-medium-gray);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.page-products .pp-section-head-inverse h2 {
  color: var(--color-white);
}

.page-products .pp-section-head-inverse .pp-section-desc {
  color: rgba(255, 255, 255, 0.7);
}

.page-products .pp-section-head-inverse .section-number {
  color: var(--color-neon-green);
}

.page-products .btn-sport {
  background: var(--color-neon-green);
  color: var(--color-deep-blue);
  padding: 14px 30px;
  font-weight: 700;
  font-family: var(--font-title);
  border-radius: var(--radius-pill);
  text-decoration: none;
  display: inline-block;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(198, 255, 0, 0.25);
  transition: transform 0.2s var(--transition), box-shadow 0.2s var(--transition);
}

.page-products .btn-sport:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(198, 255, 0, 0.35);
}

.page-products .btn-sport:active {
  transform: scale(0.94);
}

.page-products .btn-outline {
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: var(--color-white);
  padding: 12px 28px;
  font-weight: 600;
  font-family: var(--font-title);
  border-radius: var(--radius-pill);
  text-decoration: none;
  display: inline-block;
  background: transparent;
  transition: border-color 0.2s var(--transition), color 0.2s var(--transition);
}

.page-products .btn-outline:hover {
  border-color: var(--color-neon-green);
  color: var(--color-neon-green);
}

.page-products .breadcrumbs {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-products .breadcrumbs a {
  color: var(--color-neon-green);
  text-decoration: none;
}

.page-products .breadcrumbs a:hover {
  text-decoration: underline;
}

.page-products .breadcrumb-sep {
  user-select: none;
}

.page-products .breadcrumbs span[aria-current="page"] {
  color: rgba(255, 255, 255, 0.8);
}

.page-products .pp-hero {
  background: linear-gradient(135deg, var(--color-deep-blue) 0%, #081224 100%);
  color: var(--color-white);
  padding: 104px 0 72px;
  position: relative;
  overflow: hidden;
}

.page-products .pp-hero::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -12%;
  width: 55%;
  height: 150%;
  background: rgba(198, 255, 0, 0.05);
  transform: rotate(16deg);
  pointer-events: none;
}

.page-products .pp-hero-inner {
  display: grid;
  gap: 48px;
  position: relative;
  z-index: 1;
}

.page-products .pp-kicker {
  display: inline-block;
  background: var(--color-orange);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 6px 16px;
  border-radius: 6px 2px 6px 2px;
  margin-bottom: 20px;
}

.page-products .pp-hero h1 {
  font-family: var(--font-title);
  font-size: 2.3rem;
  font-weight: 900;
  line-height: 1.18;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
}

.page-products .pp-hero-desc {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
  max-width: 520px;
  margin-bottom: 28px;
}

.page-products .pp-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}

.page-products .pp-hero-cta .btn-outline {
  border-color: rgba(255, 255, 255, 0.45);
}

.page-products .pp-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
  list-style: none;
  margin: 0;
  padding: 24px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.page-products .pp-hero-stats li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.page-products .pp-hero-stats .stat-value {
  font-family: var(--font-title);
  font-size: 1.7rem;
  font-weight: 900;
  color: var(--color-neon-green);
  line-height: 1.1;
}

.page-products .pp-hero-stats .stat-label {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
}

.page-products .pp-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 360px;
}

.page-products .pp-hero-img-frame {
  position: relative;
  max-width: 300px;
  width: 100%;
  border-radius: 36px;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
  transform: rotate(3deg);
  transition: transform 0.3s var(--transition);
}

.page-products .pp-hero-img-frame:hover {
  transform: rotate(0) scale(1.02);
}

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

.page-products .pp-hero-glow {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(198, 255, 0, 0.3), transparent 68%);
  pointer-events: none;
  z-index: -1;
}

.page-products .pp-version-tag {
  position: absolute;
  top: 18px;
  right: -6px;
  background: var(--color-orange);
  color: var(--color-white);
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 14px;
  padding: 8px 18px;
  border-radius: 10px 2px 10px 2px;
  box-shadow: 0 8px 24px rgba(255, 122, 0, 0.4);
  transform: rotate(8deg);
}

.page-products .pp-speed-line {
  position: absolute;
  height: 4px;
  border-radius: 2px;
  background: var(--color-neon-green);
  opacity: 0.55;
  pointer-events: none;
}

.page-products .pp-line-a {
  width: 90px;
  top: 24%;
  left: 4%;
  transform: rotate(-18deg);
}

.page-products .pp-features {
  background: var(--color-light-gray);
  padding: 72px 0 56px;
}

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

.page-products .pp-phone-mock {
  position: relative;
  background: var(--color-black);
  border: 10px solid var(--color-deep-blue);
  border-radius: 36px;
  padding: 18px 8px 8px;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.08), 0 24px 48px rgba(0, 0, 0, 0.18);
  transition: transform 0.3s var(--transition);
}

.page-products .pp-phone-mock:hover {
  transform: rotate(2deg) scale(1.02);
}

.page-products .pp-phone-mock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 84px;
  height: 16px;
  background: var(--color-black);
  border-radius: 0 0 12px 12px;
  z-index: 2;
}

.page-products .pp-phone-mock img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}

.page-products .pp-feature-list {
  display: grid;
  gap: 20px;
}

.page-products .pp-feature-card {
  position: relative;
  background: var(--color-white);
  border-radius: 20px;
  padding: 24px 26px 24px 30px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 0.25s var(--transition), box-shadow 0.25s var(--transition);
}

.page-products .pp-feature-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  background: var(--color-neon-green);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  opacity: 0.85;
}

.page-products .pp-feature-card:hover {
  transform: translateX(6px);
  box-shadow: 0 14px 36px rgba(11, 27, 58, 0.12);
}

.page-products .pp-feature-num {
  display: block;
  font-family: var(--font-title);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  color: var(--color-orange);
  margin-bottom: 10px;
}

.page-products .pp-feature-card h3 {
  font-family: var(--font-title);
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--color-dark-gray);
  margin: 0 0 8px;
}

.page-products .pp-feature-card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-medium-gray);
  margin: 0;
}

.page-products .pp-features-more {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
  color: var(--color-medium-gray);
}

.page-products .pp-features-more a {
  color: var(--color-deep-blue);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid var(--color-neon-green);
  padding-bottom: 2px;
}

.page-products .pp-features-more a:hover {
  color: var(--color-orange);
}

.page-products .pp-version {
  background: var(--color-deep-blue);
  color: var(--color-white);
  padding: 76px 0;
  position: relative;
  overflow: hidden;
}

.page-products .pp-version::before {
  content: "";
  position: absolute;
  left: -140px;
  bottom: -140px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 122, 0, 0.16), transparent 70%);
  pointer-events: none;
}

.page-products .pp-version::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--color-neon-green), var(--color-orange));
}

.page-products .pp-version-grid {
  display: grid;
  gap: 44px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.page-products .pp-version-copy {
  max-width: 520px;
}

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

.page-products .pp-version-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.85);
}

.page-products .pp-version-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 9px;
  height: 9px;
  background: var(--color-neon-green);
  border-radius: 2px;
  transform: rotate(45deg);
}

.page-products .pp-version-list li:last-child {
  margin-bottom: 0;
}

.page-products .pp-version-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-products .pp-version-visual img {
  width: 100%;
  max-width: 280px;
  border-radius: 32px;
  border: 3px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
  transform: rotate(-4deg);
  transition: transform 0.3s var(--transition);
}

.page-products .pp-version-visual:hover img {
  transform: rotate(0) scale(1.02);
}

.page-products .pp-version-note {
  position: absolute;
  top: 20px;
  left: 4px;
  background: var(--color-neon-green);
  color: var(--color-deep-blue);
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 8px 2px 8px 2px;
  transform: rotate(-6deg);
  box-shadow: 0 6px 20px rgba(198, 255, 0, 0.3);
}

.page-products .pp-download {
  background: var(--color-neon-green);
  color: var(--color-deep-blue);
  padding: 76px 0;
  position: relative;
  overflow: hidden;
}

.page-products .pp-download::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(-45deg, rgba(11, 27, 58, 0.04) 0px, rgba(11, 27, 58, 0.04) 2px, transparent 2px, transparent 14px);
  pointer-events: none;
}

.page-products .pp-download-inner {
  position: relative;
  z-index: 1;
}

.page-products .pp-section-head-download h2 {
  color: var(--color-deep-blue);
}

.page-products .pp-section-head-download .pp-section-desc {
  color: rgba(11, 27, 58, 0.7);
}

.page-products .pp-section-head-download .section-number {
  color: var(--color-deep-blue);
}

.page-products .pp-download-box {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 28px;
  padding: 40px 28px;
  display: grid;
  gap: 36px;
  align-items: center;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.18);
}

.page-products .pp-qr-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.page-products .pp-qr {
  width: 180px;
  height: 180px;
  background: var(--color-white);
  border-radius: 16px;
  padding: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transition: transform 0.25s var(--transition);
}

.page-products .pp-qr:hover {
  transform: scale(1.06);
}

.page-products .pp-qr-label {
  font-size: 13px;
  font-weight: 700;
  color: var(--color-deep-blue);
  letter-spacing: 0.08em;
}

.page-products .pp-download-tips .pp-download-main {
  font-size: 17px;
  font-weight: 700;
  color: var(--color-deep-blue);
  margin: 0 0 18px;
  line-height: 1.5;
}

.page-products .pp-download-tips .pp-download-main strong {
  color: var(--color-orange);
}

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

.page-products .pp-download-tips li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(11, 27, 58, 0.8);
}

.page-products .pp-download-tips li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 9px;
  height: 9px;
  background: var(--color-neon-green);
  border: 2px solid var(--color-deep-blue);
  border-radius: 3px;
  transform: rotate(45deg);
}

.page-products .pp-download-help {
  font-size: 14px;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(11, 27, 58, 0.1);
}

.page-products .pp-download-help a {
  color: var(--color-deep-blue);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid var(--color-orange);
}

.page-products .pp-download-help a:hover {
  color: var(--color-orange);
}

.page-products .pp-platform {
  background: var(--color-white);
  padding: 76px 0;
}

.page-products .pp-platform-grid {
  display: grid;
  gap: 28px;
}

.page-products .pp-platform-card {
  background: var(--color-light-gray);
  border-radius: 24px;
  padding: 28px 24px;
  transition: box-shadow 0.25s var(--transition), transform 0.25s var(--transition);
  position: relative;
  overflow: hidden;
}

.page-products .pp-platform-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: var(--color-deep-blue);
}

.page-products .pp-platform-card:nth-child(2)::before {
  background: var(--color-orange);
}

.page-products .pp-platform-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.12);
}

.page-products .pp-platform-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}

.page-products .pp-platform-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-title);
  font-weight: 900;
  font-size: 13px;
  background: var(--color-deep-blue);
  color: var(--color-neon-green);
  padding: 6px 14px;
  border-radius: 8px 2px 8px 2px;
  letter-spacing: 0.04em;
}

.page-products .pp-platform-card:nth-child(2) .pp-platform-icon {
  background: var(--color-orange);
  color: var(--color-white);
}

.page-products .pp-platform-header h3 {
  font-family: var(--font-title);
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--color-dark-gray);
  margin: 0;
}

.page-products .pp-platform-req {
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-medium-gray);
  margin: 0 0 22px;
}

.page-products .pp-platform-card img {
  width: 100%;
  max-width: 240px;
  height: auto;
  border-radius: 20px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
}

@media (min-width: 768px) {
  .page-products .pp-hero {
    padding: 120px 0 88px;
  }

  .page-products .pp-hero h1 {
    font-size: 2.8rem;
  }

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

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

  .page-products .pp-feature-list {
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .page-products .pp-version {
    padding: 92px 0;
  }

  .page-products .pp-download {
    padding: 92px 0;
  }

  .page-products .pp-download-box {
    grid-template-columns: auto 1fr;
    gap: 48px;
    padding: 48px 44px;
  }

  .page-products .pp-download-tips .pp-download-main {
    font-size: 20px;
  }

  .page-products .pp-platform {
    padding: 92px 0;
  }

  .page-products .pp-platform-card {
    padding: 32px 28px;
  }
}

@media (min-width: 992px) {
  .page-products .pp-hero-inner {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 56px;
    align-items: center;
  }

  .page-products .pp-hero-visual {
    justify-content: flex-end;
    padding-right: 6%;
  }

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

  .page-products .pp-version-grid {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 64px;
  }

  .page-products .pp-version-visual {
    justify-content: center;
  }

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

  .page-products .pp-platform-card {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto 1fr;
    column-gap: 32px;
    align-items: start;
  }

  .page-products .pp-platform-header {
    grid-column: 1 / 2;
  }

  .page-products .pp-platform-req {
    grid-column: 1 / 2;
  }

  .page-products .pp-platform-card img {
    grid-column: 2 / 3;
    grid-row: 1 / 4;
    max-width: 220px;
  }
}

@media (min-width: 1200px) {
  .page-products .pp-hero-inner {
    column-gap: 80px;
  }

  .page-products .pp-features-grid {
    gap: 80px;
  }

  .page-products .pp-version-grid {
    gap: 80px;
  }

  .page-products .pp-download-box {
    max-width: 760px;
    margin: 0 auto;
  }
}
