.page-products {
  background: var(--gray-light);
  color: var(--slate);
}

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

.page-products .container {
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 0 var(--content-pad);
}

/* ---------- Hero ---------- */
.page-products .prod-hero {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
  color: var(--white);
  padding: 24px 0 56px;
  position: relative;
  overflow: hidden;
}

.page-products .prod-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0, 208, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 208, 255, 0.05) 1px, transparent 1px);
  background-size: 36px 36px;
  pointer-events: none;
}

.page-products .prod-hero .container {
  position: relative;
  z-index: 1;
}

.page-products .prod-hero .breadcrumb {
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.65);
}

.page-products .prod-hero .breadcrumb a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: var(--transition);
}

.page-products .prod-hero .breadcrumb a:hover,
.page-products .prod-hero .breadcrumb a:focus {
  color: var(--gold);
}

.page-products .prod-hero .breadcrumb .current {
  color: var(--gold-soft);
}

.page-products .prod-hero-layout {
  display: block;
}

.page-products .prod-hero-main {
  max-width: 100%;
}

.page-products .prod-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-pill);
  padding: 6px 14px;
  margin-bottom: 18px;
}

.page-products .eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--red);
  animation: none;
}

.page-products .prod-hero h1 {
  font-family: var(--font-heading);
  font-size: 2.1rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 16px;
  letter-spacing: 0.02em;
  color: var(--white);
}

.page-products .prod-lead {
  font-size: 1rem;
  line-height: 1.8;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 24px;
}

.page-products .prod-hero-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.page-products .meta-chip {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  padding: 8px 14px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.page-products .meta-key {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.55);
}

.page-products .meta-val {
  font-family: var(--font-mono);
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--white);
}

.page-products .prod-hero-figure {
  position: relative;
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.page-products .prod-hero-figure::before {
  content: "● ● ●  半岛体育客户端";
  display: block;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.55);
}

.page-products .prod-hero-figure figcaption {
  padding: 12px 16px;
  font-size: 0.8125rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
  background: rgba(10, 27, 61, 0.45);
}

/* Download Card */
.page-products .prod-download-side {
  margin-top: 32px;
}

.page-products .prod-download-card {
  background: var(--white);
  color: var(--slate);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: var(--shadow-lift);
  border-top: 4px solid var(--gold);
}

.page-products .dl-card-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(10, 27, 61, 0.08);
}

.page-products .dl-card-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
}

.page-products .dl-card-tag {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: var(--red);
  margin: 0 0 2px;
}

.page-products .dl-card-title {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 2px;
  color: var(--slate);
}

.page-products .dl-card-version {
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  color: rgba(45, 55, 72, 0.7);
  margin: 0;
}

.page-products .dl-btn-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}

.page-products .dl-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  background: var(--gold);
  color: var(--navy);
  border-radius: var(--radius-pill);
  padding: 12px 18px;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 700;
  border: 1px solid transparent;
  letter-spacing: 0.02em;
  transition: var(--transition);
  cursor: default;
}

.page-products .dl-btn:hover,
.page-products .dl-btn:focus-within {
  filter: brightness(1.08);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.35);
}

.page-products .dl-btn-note {
  font-family: var(--font-mono);
  font-size: 0.6875rem;
  font-weight: 400;
  opacity: 0.72;
}

.page-products .dl-card-hint {
  margin: 14px 0 0;
  font-size: 0.75rem;
  line-height: 1.6;
  color: rgba(45, 55, 72, 0.65);
  border-left: 3px solid var(--gold-soft);
  padding-left: 10px;
}

/* System requirements */
.page-products .sys-req {
  margin-top: 18px;
}

.page-products .dl-subhead {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: var(--slate);
}

.page-products .sys-req-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.page-products .sys-req-list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: rgba(45, 55, 72, 0.8);
}

.page-products .sys-req-list li {
  position: relative;
  padding: 4px 0 4px 16px;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.page-products .sys-req-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--blue);
}

.page-products .sys-req-note {
  margin: 10px 0 0;
  font-size: 0.75rem;
  color: rgba(45, 55, 72, 0.62);
}

.page-products .dl-trust {
  margin-top: 16px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-sm);
}

.page-products .dl-trust-text {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.65);
}

/* ---------- Feature section ---------- */
.page-products .prod-feature,
.page-products .prod-switch {
  padding: 48px 0;
}

.page-products .prod-feature .grid,
.page-products .prod-switch .grid {
  gap: 24px;
  align-items: center;
}

.page-products .prod-feature-figure,
.page-products .prod-switch-figure {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(10, 27, 61, 0.06);
}

.page-products .prod-feature-copy,
.page-products .prod-switch-copy {
  padding: 12px 0;
}

.page-products .prod-section-tag {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  color: var(--red);
  background: rgba(226, 59, 59, 0.08);
  border-radius: var(--radius-pill);
  padding: 5px 14px;
  margin: 0 0 14px;
}

.page-products .prod-feature h2,
.page-products .prod-switch h2,
.page-products .prod-checklist h2 {
  font-family: var(--font-heading);
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 14px;
  color: var(--navy);
}

.page-products .prod-section-lead {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: rgba(45, 55, 72, 0.82);
  margin: 0 0 20px;
}

.page-products .feature-list,
.page-products .switch-list,
.page-products .checklist-features {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-products .feature-list li,
.page-products .switch-list li,
.page-products .checklist-features li {
  position: relative;
  padding: 7px 0 7px 26px;
  font-size: 0.875rem;
  line-height: 1.7;
  color: var(--slate);
}

.page-products .feature-list li::before,
.page-products .switch-list li::before,
.page-products .checklist-features li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 1em;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--purple);
  transform: rotate(45deg);
}

/* ---------- Update section ---------- */
.page-products .prod-update {
  background: var(--navy);
  color: var(--white);
  padding: 48px 0;
  position: relative;
  overflow: hidden;
}

.page-products .prod-update::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 208, 255, 0.16) 0%, transparent 68%);
  pointer-events: none;
}

.page-products .prod-update .grid {
  gap: 24px;
  align-items: center;
}

.page-products .prod-update-copy {
  position: relative;
  z-index: 1;
}

.page-products .prod-update .prod-section-tag {
  color: var(--gold);
  background: rgba(212, 175, 55, 0.1);
}

.page-products .prod-update h2 {
  font-family: var(--font-heading);
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 14px;
  color: var(--white);
}

.page-products .prod-update .prod-section-lead {
  color: rgba(255, 255, 255, 0.8);
}

.page-products .update-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.page-products .update-list li {
  position: relative;
  padding: 8px 0 8px 30px;
  font-size: 0.875rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.86);
}

.page-products .update-list li::before {
  content: "→";
  position: absolute;
  left: 4px;
  top: 7px;
  color: var(--gold);
  font-family: var(--font-mono);
  font-size: 1rem;
}

.page-products .prod-update .btn--ghost {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--white);
}

.page-products .prod-update .btn--ghost:hover,
.page-products .prod-update .btn--ghost:focus {
  border-color: var(--gold);
  color: var(--gold);
}

.page-products .prod-update-figure {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

/* ---------- Offset helper ---------- */
.page-products .col--offset-1 {
  grid-column-start: auto;
}

/* ---------- Checklist section ---------- */
.page-products .prod-checklist {
  padding: 48px 0;
  background: var(--gray-light);
}

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

.page-products .checklist-copy {
  order: 1;
}

.page-products .checklist-visual {
  order: 2;
}

.page-products .checklist-figure {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(10, 27, 61, 0.06);
}

.page-products .checklist-features {
  margin-bottom: 22px;
}

.page-products .checklist-features li::before {
  background: var(--gold);
}

.page-products .checklist-copy .btn {
  background: var(--gold);
  color: var(--navy);
  border: 1px solid transparent;
  transition: var(--transition);
}

.page-products .checklist-copy .btn:hover,
.page-products .checklist-copy .btn:focus {
  filter: brightness(1.08);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.3);
}

/* ---------- CTA ---------- */
.page-products .prod-cta {
  padding: 12px 0 56px;
  background: var(--gray-light);
}

.page-products .prod-cta-card {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
  color: var(--white);
  border-radius: 20px;
  padding: 40px 28px;
  text-align: center;
  border-bottom: 4px solid var(--gold);
}

.page-products .prod-cta-card h2 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 12px;
  color: var(--white);
}

.page-products .prod-cta-card p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  max-width: 560px;
  margin: 0 auto 26px;
}

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

.page-products .prod-cta-card .btn {
  background: var(--gold);
  color: var(--navy);
  border: 1px solid transparent;
  transition: var(--transition);
}

.page-products .prod-cta-card .btn:hover,
.page-products .prod-cta-card .btn:focus {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.page-products .prod-cta-card .btn--ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.5);
}

.page-products .prod-cta-card .btn--ghost:hover,
.page-products .prod-cta-card .btn--ghost:focus {
  border-color: var(--gold);
  color: var(--gold);
  background: transparent;
}

/* ---------- Desktop Breakpoint ---------- */
@media (min-width: 900px) {
  .page-products .prod-hero {
    padding: 28px 0 64px;
  }

  .page-products .prod-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 48px;
    align-items: start;
  }

  .page-products .prod-hero-main {
    min-width: 0;
  }

  .page-products .prod-download-side {
    margin-top: 0;
    position: sticky;
    top: 96px;
  }

  .page-products .prod-hero h1 {
    font-size: 2.6rem;
  }

  .page-products .prod-lead {
    font-size: 1.0625rem;
  }

  .page-products .prod-feature,
  .page-products .prod-switch {
    padding: 72px 0;
  }

  .page-products .prod-feature .grid,
  .page-products .prod-switch .grid {
    gap: 40px;
  }

  .page-products .prod-feature-copy,
  .page-products .prod-switch-copy {
    padding: 16px 0;
  }

  .page-products .prod-feature h2,
  .page-products .prod-switch h2 {
    font-size: 1.875rem;
  }

  .page-products .prod-section-lead {
    font-size: 1rem;
  }

  .page-products .prod-update {
    padding: 72px 0;
  }

  .page-products .prod-update .grid {
    gap: 40px;
  }

  .page-products .prod-update .col--offset-1 {
    grid-column-start: 7;
  }

  .page-products .prod-update h2 {
    font-size: 1.875rem;
  }

  .page-products .prod-switch .col--offset-1 {
    grid-column-start: 7;
  }

  .page-products .prod-checklist {
    padding: 72px 0;
  }

  .page-products .checklist-inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 56px;
  }

  .page-products .checklist-copy {
    order: 1;
  }

  .page-products .checklist-visual {
    order: 2;
  }

  .page-products .prod-cta {
    padding: 16px 0 80px;
  }

  .page-products .prod-cta-card {
    padding: 56px 40px;
  }
}
