.page-products {
  --app-soft-line: rgba(192, 192, 192, 0.25);
  --app-orange-soft: rgba(255, 107, 53, 0.12);
  --app-electric-soft: rgba(30, 58, 138, 0.38);
  position: relative;
  overflow-x: clip;
  color: var(--color-white);
  font-family: var(--font-body);
  background: var(--color-space);
  line-height: 1.6;
}

.page-products .breadcrumbs {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 24px 5% 0;
  font-size: 0.875rem;
  color: var(--color-silver);
}

.page-products .section {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 5% 64px;
}

.page-products .section-head {
  margin-bottom: 32px;
}

.page-products .section-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--color-orange);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-products .section-head h2 {
  margin: 0 0 12px;
  font-family: var(--font-head);
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.page-products .section-desc {
  max-width: 44em;
  margin: 0;
  color: var(--color-cloud);
  font-size: 0.9375rem;
  line-height: 1.7;
}

.page-products .app-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 48px 5% 72px;
}

.page-products .app-hero::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -80px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--app-electric-soft), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.page-products .app-hero::after {
  content: "";
  position: absolute;
  bottom: 40px;
  left: -60px;
  width: 200px;
  height: 200px;
  border: 32px solid var(--color-orange);
  border-radius: 50%;
  opacity: 0.06;
  pointer-events: none;
  z-index: 0;
}

.page-products .app-hero-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  z-index: 1;
}

.page-products .phone-glow {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--app-electric-soft), transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.page-products .phone-shell {
  position: relative;
  z-index: 1;
  width: 260px;
  height: 540px;
  padding: 14px;
  border: 2px solid var(--color-silver);
  border-radius: 40px;
  background: var(--color-abyss);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(192, 192, 192, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-products .phone-shell:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(255, 107, 53, 0.3);
}

.page-products .phone-screen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 26px;
  background: var(--color-space);
}

.page-products .phone-screen img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-products .phone-notch {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 18px;
  border-radius: 12px;
  background: var(--color-abyss);
  z-index: 2;
}

.page-products .phone-home {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  border-radius: 2px;
  background: var(--color-silver);
  opacity: 0.6;
  z-index: 2;
}

.page-products .phone-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  z-index: 1;
}

.page-products .phone-tab {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid var(--app-soft-line);
  border-radius: 999px;
  color: var(--color-cloud);
  font-size: 0.8125rem;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.page-products .phone-tab:hover {
  border-color: var(--color-orange);
  color: var(--color-orange);
}

.page-products .app-hero-info {
  position: relative;
  z-index: 1;
  text-align: center;
}

.page-products .app-hero-info h1 {
  margin: 12px 0 20px;
  font-family: var(--font-head);
  font-size: 2.25rem;
  line-height: 1.15;
  letter-spacing: 0.03em;
}

.page-products .app-hero-lead {
  max-width: 42em;
  margin: 0 auto 28px;
  color: var(--color-cloud);
  font-size: 1rem;
  line-height: 1.8;
}

.page-products .app-store-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.page-products .btn-primary {
  border-color: var(--color-orange);
  background: var(--color-orange);
  color: var(--color-white);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.page-products .btn-primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 10px 24px rgba(255, 107, 53, 0.3);
}

.page-products .btn-ghost {
  border: 1px solid var(--color-silver);
  background: transparent;
  color: var(--color-white);
  transition: border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.page-products .btn-ghost:hover {
  transform: translateY(-2px);
  border-color: var(--color-orange);
  color: var(--color-orange);
}

.page-products .app-store-note {
  margin-top: 14px;
  color: var(--color-silver);
  font-size: 0.8125rem;
}

.page-products .app-meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  justify-content: center;
  margin-top: 28px;
}

.page-products .app-meta-list span {
  display: inline-block;
  padding: 4px 14px;
  border: 1px solid var(--app-soft-line);
  border-radius: 999px;
  color: var(--color-silver);
  font-size: 0.8125rem;
}

.page-products .app-hero-info::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin: 28px auto 0;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--color-orange), rgba(255, 107, 53, 0.2));
}

.page-products .version-banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
  border-radius: 20px;
  background: var(--color-electric);
}

.page-products .version-banner img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.page-products .version-banner::after {
  content: "2.4";
  position: absolute;
  right: 24px;
  bottom: 14px;
  font-family: var(--font-head);
  font-size: 3rem;
  color: var(--color-white);
  opacity: 0.85;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
}

.page-products .version-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-products .version-item {
  position: relative;
  padding: 28px 24px 28px 88px;
  border: 1px solid var(--app-soft-line);
  border-radius: 18px;
  background: var(--color-glass);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: border-color 0.2s ease;
}

.page-products .version-item:hover {
  border-color: rgba(255, 107, 53, 0.5);
}

.page-products .version-index {
  position: absolute;
  top: 28px;
  left: 22px;
  font-family: var(--font-head);
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--color-orange);
}

.page-products .version-item h3 {
  margin-bottom: 8px;
  font-family: var(--font-head);
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.page-products .version-item p {
  margin: 0;
  color: var(--color-cloud);
  font-size: 0.9375rem;
  line-height: 1.7;
}

.page-products .feature-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
  margin-bottom: 64px;
  scroll-margin-top: 120px;
}

.page-products .feature-media {
  overflow: hidden;
  border: 1px solid var(--app-soft-line);
  border-radius: 20px;
  background: var(--color-electric);
}

.page-products .feature-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 280px;
  object-fit: cover;
}

.page-products .feature-content {
  max-width: 30em;
}

.page-products .feature-kicker {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--color-orange);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.page-products .feature-content h3 {
  margin-bottom: 12px;
  font-family: var(--font-head);
  font-size: 1.375rem;
  line-height: 1.25;
}

.page-products .feature-content p {
  margin-bottom: 20px;
  color: var(--color-cloud);
  font-size: 0.9375rem;
  line-height: 1.7;
}

.page-products .system-requirements {
  position: relative;
}

.page-products .system-requirements::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 50%;
  width: 2px;
  height: 160px;
  background: linear-gradient(180deg, var(--color-silver), transparent);
  opacity: 0.25;
  transform: translateX(-50%);
}

.page-products .system-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-products .system-column {
  position: relative;
  overflow: hidden;
  padding: 36px 32px;
  border: 1px solid var(--app-soft-line);
  border-radius: 24px;
  background: linear-gradient(145deg, var(--color-electric) 0%, var(--color-space) 85%);
}

.page-products .system-column::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: var(--app-orange-soft);
  pointer-events: none;
}

.page-products .system-badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 4px 14px;
  border: 1px solid rgba(255, 107, 53, 0.5);
  border-radius: 999px;
  color: var(--color-orange);
  font-family: var(--font-head);
  font-size: 1rem;
  letter-spacing: 0.1em;
}

.page-products .system-column h3 {
  margin-bottom: 16px;
  font-family: var(--font-head);
  font-size: 1.25rem;
}

.page-products .system-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-products .system-column li {
  position: relative;
  padding: 8px 0 8px 28px;
  color: var(--color-cloud);
  font-size: 0.9375rem;
  line-height: 1.6;
}

.page-products .system-column li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: var(--color-orange);
  transform: translateY(-50%);
}

.page-products .help-support {
  padding-bottom: 96px;
}

.page-products .help-support .glass-panel {
  padding: 48px 32px;
  border: 1px solid var(--app-soft-line);
  border-radius: 28px;
  background: var(--color-glass);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  text-align: center;
}

.page-products .help-support .glass-panel .section-head {
  margin-bottom: 16px;
}

.page-products .help-support .glass-panel .section-head h2 {
  margin-bottom: 12px;
}

.page-products .help-support p {
  max-width: 38em;
  margin: 0 auto 28px;
  color: var(--color-cloud);
  font-size: 0.9375rem;
  line-height: 1.8;
}

.page-products .help-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

@media (min-width: 768px) {
  .page-products .app-hero {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 48px;
    padding-top: 72px;
    padding-bottom: 96px;
  }

  .page-products .app-hero-info {
    text-align: left;
  }

  .page-products .app-hero-info h1 {
    font-size: 3rem;
  }

  .page-products .app-hero-lead {
    margin-left: 0;
    margin-right: 0;
  }

  .page-products .app-store-group {
    justify-content: flex-start;
  }

  .page-products .app-meta-list {
    justify-content: flex-start;
  }

  .page-products .app-hero-info::after {
    margin-left: 0;
  }

  .page-products .version-banner img {
    height: 260px;
  }

  .page-products .version-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .page-products .feature-block {
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-bottom: 96px;
  }

  .page-products .feature-block:nth-child(even) .feature-media {
    order: 2;
  }

  .page-products .system-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .page-products .help-support .glass-panel {
    padding: 64px;
  }
}

@media (min-width: 1080px) {
  .page-products .app-hero {
    gap: 80px;
  }
}
