.page-products {
  background: var(--neutral-rice-white);
  color: var(--primary-deep-blue);
  overflow-x: hidden;
}

.page-products .breadcrumb {
  padding: 18px 20px 0;
}

.page-products .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  color: var(--neutral-slate);
}

.page-products .breadcrumb-link {
  color: var(--primary-gold);
  text-decoration: none;
}

.page-products .section-kicker {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--primary-gold);
  margin-bottom: 10px;
}

.page-products h2 {
  font-family: var(--font-headline);
  font-weight: 800;
  line-height: 1.15;
  margin: 0 0 12px;
}

.page-products h3 {
  font-family: var(--font-headline);
  font-weight: 700;
  line-height: 1.3;
}

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

.page-products .app-hero {
  position: relative;
  padding: 52px 0 64px;
  background: var(--primary-deep-blue);
  color: var(--neutral-rice-white);
  overflow: hidden;
}

.page-products .app-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(212, 168, 67, 0.18), transparent 46%),
    repeating-linear-gradient(-45deg, transparent 0 18px, rgba(245, 240, 230, 0.04) 18px 19px);
  pointer-events: none;
}

.page-products .app-hero::after {
  content: "";
  position: absolute;
  right: -140px;
  top: 50px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 2px dashed rgba(212, 168, 67, 0.45);
  pointer-events: none;
}

.page-products .app-hero-grid {
  position: relative;
  display: grid;
  gap: 42px;
  align-items: center;
}

.page-products .app-hero-copy {
  max-width: 660px;
}

.page-products .app-hero h1 {
  font-family: var(--font-headline);
  font-weight: 800;
  font-size: clamp(2.1rem, 6vw, 4rem);
  line-height: 1.06;
  margin: 8px 0 18px;
  letter-spacing: 0.02em;
}

.page-products .app-hero-lead {
  font-family: var(--font-headline);
  font-size: clamp(1rem, 2.4vw, 1.32rem);
  line-height: 1.5;
  color: var(--primary-gold);
  margin-bottom: 16px;
}

.page-products .app-hero-description {
  color: rgba(245, 240, 230, 0.78);
  font-size: 0.98rem;
  line-height: 1.7;
  max-width: 580px;
}

.page-products .hero-stat-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 22px;
  margin: 28px 0 0;
  padding: 0;
}

.page-products .hero-stat-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
  border-left: 2px solid rgba(212, 168, 67, 0.55);
  padding-left: 13px;
}

.page-products .hero-stat-item dt {
  font-family: var(--font-mono);
  font-size: 1.65rem;
  font-weight: 600;
  color: var(--primary-gold);
  line-height: 1;
}

.page-products .hero-stat-item dd {
  margin: 0;
  font-size: 0.8rem;
  color: rgba(245, 240, 230, 0.66);
}

.page-products .app-hero-figure {
  position: relative;
  width: min(74vw, 260px);
  margin: 0 auto;
}

.page-products .app-hero-device {
  background: #111;
  border-radius: 34px;
  padding: 10px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.48);
  transform: rotate(2deg);
}

.page-products .app-hero-device img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 23px;
}

.page-products .hero-device-tag {
  position: absolute;
  right: -16px;
  bottom: 32px;
  background: var(--primary-gold);
  color: var(--primary-deep-blue);
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  padding: 8px 12px;
  border-radius: 0 8px 0 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.page-products .device-overview {
  padding: 76px 0 44px;
}

.page-products .device-overview-head {
  margin-bottom: 28px;
}

.page-products .device-overview-lead {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--neutral-rock-gray);
  max-width: 520px;
  margin: 0;
}

.page-products .device-scroll {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 8px 20px 24px;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-gold) rgba(11, 30, 58, 0.12);
}

.page-products .device-scroll::-webkit-scrollbar {
  height: 6px;
}

.page-products .device-scroll::-webkit-scrollbar-thumb {
  background: var(--primary-gold);
  border-radius: 999px;
}

.page-products .device-scroll::-webkit-scrollbar-track {
  background: rgba(11, 30, 58, 0.08);
}

.page-products .device-card {
  position: relative;
  flex: 0 0 84vw;
  max-width: 430px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  color: var(--neutral-rice-white);
  box-shadow: 0 18px 46px rgba(11, 30, 58, 0.24);
}

.page-products .device-card--mobile {
  background: linear-gradient(155deg, var(--primary-deep-blue) 0%, #17335f 64%, var(--primary-gold) 150%);
}

.page-products .device-card--tv {
  background: linear-gradient(150deg, var(--primary-deep-blue) 0%, #163a2e 68%, var(--accent-moss-green) 150%);
}

.page-products .device-card--desktop {
  background: linear-gradient(150deg, var(--primary-deep-blue) 0%, #452e20 70%, var(--accent-desert-orange) 150%);
}

.page-products .device-card-head {
  padding: 22px 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-products .device-card-index {
  font-family: var(--font-mono);
  font-size: 1.15rem;
  color: rgba(245, 240, 230, 0.6);
}

.page-products .device-card-body {
  padding: 18px 22px 26px;
}

.page-products .device-card-body h3 {
  margin: 0 0 10px;
  font-size: 1.22rem;
  line-height: 1.3;
  color: var(--neutral-rice-white);
}

.page-products .device-card-body p {
  font-size: 0.94rem;
  line-height: 1.7;
  color: rgba(245, 240, 230, 0.8);
  margin: 0;
}

.page-products .device-card-body ul {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0 0 0 18px;
}

.page-products .device-card-body li {
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(245, 240, 230, 0.86);
}

.page-products .device-card-body li::marker {
  color: var(--primary-gold);
}

.page-products .device-card-figure {
  position: relative;
  margin: auto 16px 0;
  border-radius: 14px;
  overflow: hidden;
  border: 4px solid rgba(245, 240, 230, 0.22);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  transform: translateY(8px);
}

.page-products .device-card-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-products .device-card-figure--mobile img {
  aspect-ratio: 1 / 2;
}

.page-products .device-card-figure--tv img {
  aspect-ratio: 16 / 9;
}

.page-products .device-card-figure--desktop img {
  aspect-ratio: 8 / 5;
}

.page-products .sync-section {
  padding: 88px 0;
  background:
    linear-gradient(rgba(11, 30, 58, 0.97), rgba(11, 30, 58, 0.97)),
    repeating-linear-gradient(-45deg, rgba(212, 168, 67, 0.14) 0 12px, transparent 12px 24px);
  color: var(--neutral-rice-white);
}

.page-products .sync-layout {
  display: grid;
  gap: 48px;
  align-items: center;
}

.page-products .sync-copy h2 {
  color: var(--neutral-rice-white);
}

.page-products .sync-copy > p:not(.section-kicker) {
  color: rgba(245, 240, 230, 0.75);
  font-size: 0.98rem;
  line-height: 1.7;
}

.page-products .sync-copy a {
  color: var(--primary-gold);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.page-products .sync-list {
  list-style: none;
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
}

.page-products .sync-list-item {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px 16px;
  border-left: 3px solid var(--primary-gold);
  background: rgba(245, 240, 230, 0.06);
  border-radius: 0 8px 8px 0;
  transition: background 0.2s ease, transform 0.2s ease;
}

.page-products .sync-list-item:hover {
  background: rgba(212, 168, 67, 0.16);
  transform: translateX(4px);
}

.page-products .sync-list-item div {
  font-size: 0.92rem;
  line-height: 1.5;
  color: rgba(245, 240, 230, 0.85);
}

.page-products .sync-list-item strong {
  color: var(--primary-gold);
}

.page-products .sync-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}

.page-products .sync-dot--gold {
  background: var(--primary-gold);
  box-shadow: 0 0 0 4px rgba(212, 168, 67, 0.18);
}

.page-products .sync-dot--green {
  background: var(--accent-moss-green);
  box-shadow: 0 0 0 4px rgba(46, 139, 87, 0.18);
}

.page-products .sync-dot--orange {
  background: var(--accent-desert-orange);
  box-shadow: 0 0 0 4px rgba(230, 126, 34, 0.18);
}

.page-products .sync-note {
  margin-top: 22px;
  font-size: 0.85rem;
  font-family: var(--font-mono);
  color: rgba(245, 240, 230, 0.55);
  line-height: 1.6;
}

.page-products .sync-figure img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.38);
}

.page-products .shot-section {
  padding: 76px 0;
  background:
    linear-gradient(to bottom, var(--neutral-rice-white) 0%, rgba(212, 168, 67, 0.08) 100%);
}

.page-products .shot-grid {
  display: grid;
  gap: 40px;
  align-items: center;
}

.page-products .shot-copy h2 {
  color: var(--primary-deep-blue);
}

.page-products .shot-copy p:not(.section-kicker) {
  font-size: 0.98rem;
  line-height: 1.7;
  color: var(--neutral-rock-gray);
}

.page-products .shot-copy ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 26px;
  padding-left: 20px;
}

.page-products .shot-copy li {
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--primary-deep-blue);
}

.page-products .shot-copy li::marker {
  color: var(--primary-gold);
}

.page-products .shot-figure img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 22px 52px rgba(11, 30, 58, 0.18);
}

.page-products .system-section {
  position: relative;
  padding: 84px 0 76px;
  background: var(--primary-deep-blue);
  color: var(--neutral-rice-white);
}

.page-products .system-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(90deg, var(--primary-gold) 0 60%, var(--accent-desert-orange) 60% 100%);
  pointer-events: none;
}

.page-products .system-head {
  text-align: left;
}

.page-products .system-head h2 {
  color: var(--neutral-rice-white);
}

.page-products .system-head > p:not(.section-kicker) {
  color: rgba(245, 240, 230, 0.72);
  font-size: 0.95rem;
  line-height: 1.7;
}

.page-products .compare-block {
  overflow-x: auto;
  margin: 34px 0 40px;
  border: 1px solid rgba(245, 240, 230, 0.14);
  border-radius: 10px;
  background: rgba(245, 240, 230, 0.04);
}

.page-products .compare-table {
  width: 100%;
  min-width: 580px;
  border-collapse: collapse;
  font-size: 0.9rem;
  color: var(--neutral-rice-white);
}

.page-products .compare-table th {
  background: rgba(212, 168, 67, 0.16);
  color: var(--primary-gold);
  font-family: var(--font-mono);
  font-weight: 500;
  text-align: left;
  padding: 14px 16px;
  white-space: nowrap;
}

.page-products .compare-table td {
  padding: 13px 16px;
  border-bottom: 1px solid rgba(11, 30, 58, 0.34);
  color: rgba(245, 240, 230, 0.84);
  line-height: 1.5;
}

.page-products .compare-table tr:last-child td {
  border-bottom: none;
}

.page-products .compare-table tbody tr {
  transition: background 0.2s ease;
}

.page-products .compare-table tbody tr:hover {
  background: rgba(212, 168, 67, 0.12);
}

.page-products .compare-table td:first-child {
  font-weight: 600;
  color: var(--neutral-rice-white);
}

.page-products .system-grid {
  display: grid;
  gap: 20px;
}

.page-products .system-card {
  background: rgba(245, 240, 230, 0.06);
  border: 1px solid rgba(245, 240, 230, 0.14);
  border-left: 4px solid var(--primary-gold);
  border-radius: 0 12px 12px 0;
  padding: 26px 22px;
  transition: transform 0.25s ease, background 0.25s ease;
}

.page-products .system-card--tv {
  border-left-color: var(--accent-moss-green);
}

.page-products .system-card--desktop {
  border-left-color: var(--accent-desert-orange);
}

.page-products .system-card:hover {
  transform: translateX(6px);
  background: rgba(245, 240, 230, 0.1);
}

.page-products .system-card h3 {
  margin: 12px 0 8px;
  font-size: 1.12rem;
  color: var(--neutral-rice-white);
}

.page-products .system-req {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  color: var(--primary-gold);
  margin: 0 0 10px;
}

.page-products .system-card--tv .system-req {
  color: #62d495;
}

.page-products .system-card--desktop .system-req {
  color: #f6a65a;
}

.page-products .system-card p {
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(245, 240, 230, 0.76);
}

.page-products .system-card p:last-child {
  margin-bottom: 0;
}

.page-products .help-cta {
  padding: 64px 0 84px;
  background: var(--neutral-rice-white);
}

.page-products .help-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 30px 28px;
  background: #ffffff;
  border: 1px solid rgba(11, 30, 58, 0.12);
  border-radius: 0 14px 14px 0;
  box-shadow: 0 14px 34px rgba(11, 30, 58, 0.08);
}

.page-products .help-panel h2 {
  font-size: 1.35rem;
  color: var(--primary-deep-blue);
  margin: 0 0 6px;
}

.page-products .help-panel p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.6;
  color: var(--neutral-rock-gray);
}

@media (min-width: 768px) {
  .page-products .app-hero {
    padding: 64px 0 80px;
  }

  .page-products .app-hero-grid {
    grid-template-columns: 7fr 5fr;
    gap: 32px;
  }

  .page-products .app-hero-figure {
    width: min(30vw, 270px);
    justify-self: end;
  }

  .page-products .app-hero-device img {
    max-height: 540px;
    object-fit: cover;
  }

  .page-products .device-card {
    flex-basis: 370px;
    max-width: 370px;
  }

  .page-products .device-scroll {
    padding-left: 24px;
  }

  .page-products .sync-layout,
  .page-products .shot-grid {
    grid-template-columns: 1fr 1fr;
    gap: 64px;
  }

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

  .page-products .system-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1200px) {
  .page-products .device-card {
    flex-basis: 400px;
    max-width: 400px;
  }

  .page-products .device-scroll {
    padding-left: calc((100vw - var(--content-max)) / 2 + 24px);
    padding-right: 0;
  }

  .page-products .system-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-products .system-card:last-child {
    grid-column: auto;
  }

  .page-products .help-panel {
    padding: 38px 40px;
  }
}
