.page-products {
  position: relative;
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  padding-bottom: 80px;
  color: var(--color-text);
}

.page-products .page-head {
  position: relative;
  padding: 36px 0 56px;
}

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

.page-products .page-head__title {
  font-family: var(--font-display);
  font-size: 2.2rem;
  line-height: 1.25;
  margin: 10px 0 18px;
  padding-left: 18px;
  border-left: 4px solid var(--color-gold);
  letter-spacing: 0.02em;
}

.page-products .page-head__intro {
  max-width: 680px;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: rgba(242, 245, 247, 0.86);
}

.page-products .eyebrow {
  letter-spacing: 0.12em;
  color: var(--color-gold);
}

.page-products .download-section,
.page-products .compare-section,
.page-products .guide-section,
.page-products .beta-section {
  border-top: 1px solid rgba(201, 162, 39, 0.22);
  padding-top: 56px;
  margin-top: 64px;
}

.page-products .download-head,
.page-products .compare-head,
.page-products .guide-section > .eyebrow,
.page-products .beta-section > .eyebrow {
  margin-top: 0;
}

.page-products .family-section {
  margin: 0;
}

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

.page-products .family-head__note {
  max-width: 560px;
  line-height: 1.6;
  margin: 10px 0 0;
  color: rgba(242, 245, 247, 0.78);
}

.page-products .family-wrap {
  display: grid;
  gap: 28px;
}

.page-products .family-figure {
  margin: 0;
  padding: 10px;
  border: 1px solid var(--color-line);
  border-radius: 12px;
  background: var(--color-aqua);
  position: relative;
}

.page-products .family-figure::after {
  content: "M6 Series Lineup";
  position: absolute;
  bottom: 18px;
  right: 22px;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  color: rgba(201, 162, 39, 0.8);
  text-transform: uppercase;
}

.page-products .family-figure img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 6px;
}

.page-products .family-grid {
  display: grid;
  gap: 18px;
}

.page-products .product-card {
  border: 1px solid var(--color-line);
  border-radius: 10px;
  padding: 24px 20px 20px;
  background: rgba(20, 77, 89, 0.24);
  position: relative;
  transition: transform 300ms var(--ease-power), border-color 300ms var(--ease-power);
}

.page-products .product-card:hover {
  transform: translateY(-4px);
  border-color: var(--color-gold);
}

.page-products .product-card--featured {
  background: rgba(201, 162, 39, 0.06);
  border-color: var(--color-gold);
}

.page-products .product-card__tag {
  position: absolute;
  top: -10px;
  left: 12px;
}

.page-products .product-card h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  margin: 10px 0 8px;
  color: var(--color-paper);
}

.page-products .product-card p {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(242, 245, 247, 0.72);
  margin-bottom: 14px;
}

.page-products .product-card__spec {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 6px;
}

.page-products .product-card__spec li {
  position: relative;
  padding-left: 14px;
  font-size: 0.875rem;
  color: var(--color-paper);
}

.page-products .product-card__spec li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--color-gold), var(--color-ember));
}

.page-products .download-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 8px;
}

.page-products .download-head h2,
.page-products .compare-head h2,
.page-products .guide-section > h2,
.page-products .beta-section > h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  margin: 6px 0;
}

.page-products .download-section__intro {
  max-width: 760px;
  line-height: 1.7;
  color: rgba(242, 245, 247, 0.82);
  margin-bottom: 32px;
}

.page-products .download-head__icon {
  width: 96px;
  height: 96px;
  flex: none;
}

.page-products .download-head__icon {
  display: block;
  width: 96px;
  height: 96px;
  flex: none;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--color-line);
}

.page-products .download-layout {
  display: grid;
  gap: 22px;
}

.page-products .download-index {
  background: rgba(20, 77, 89, 0.18);
  border: 1px solid rgba(201, 162, 39, 0.22);
  border-radius: 10px;
  padding: 18px;
}

.page-products .download-index h3,
.page-products .download-detail h3 {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-gold);
  margin-bottom: 14px;
  font-family: var(--font-body);
}

.page-products .download-index__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.page-products .download-index__link {
  display: block;
  padding: 12px 14px;
  border-left: 2px solid var(--color-gold);
  background: rgba(11, 27, 61, 0.55);
  color: var(--color-paper);
  text-decoration: none;
  font-size: 0.9375rem;
  transition: background 300ms var(--ease-power), color 300ms var(--ease-power);
}

.page-products .download-index__link:hover {
  background: rgba(201, 162, 39, 0.16);
  color: var(--color-gold);
}

.page-products .download-index__tip {
  margin-top: 16px;
  font-size: 0.8125rem;
  color: rgba(242, 245, 247, 0.55);
  line-height: 1.5;
}

.page-products .download-content__note {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(242, 245, 247, 0.8);
  padding: 14px 16px;
  background: rgba(42, 157, 143, 0.1);
  border-left: 3px solid var(--color-oasis);
  border-radius: 0 8px 8px 0;
  margin-bottom: 18px;
}

.page-products .tabs__tab {
  min-height: 44px;
}

.page-products .tabs__panel {
  padding-top: 18px;
}

.page-products .file-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-products .file-list__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(242, 245, 247, 0.12);
  border-radius: 8px;
  background: rgba(11, 27, 61, 0.4);
}

.page-products .file-list__name {
  font-weight: 600;
  line-height: 1.5;
}

.page-products .file-list__hash {
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  color: rgba(242, 245, 247, 0.58);
}

.page-products .btn--sm {
  padding: 6px 14px;
  font-size: 0.8125rem;
  min-height: 36px;
  border-radius: 999px;
}

.page-products .download-detail {
  border: 1px solid var(--color-line);
  border-radius: 10px;
  padding: 18px;
  background: rgba(11, 27, 61, 0.62);
}

.page-products .detail-list {
  margin: 0 0 16px;
  padding: 0;
  display: grid;
  gap: 0;
}

.page-products .detail-list > div {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(242, 245, 247, 0.14);
  gap: 12px;
}

.page-products .detail-list dt {
  font-size: 0.8125rem;
  color: rgba(242, 245, 247, 0.6);
}

.page-products .detail-list dd {
  margin: 0;
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--color-paper);
}

.page-products .download-detail p {
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(242, 245, 247, 0.7);
}

.page-products .compare-head {
  max-width: 680px;
  margin-bottom: 30px;
}

.page-products .compare-head p:last-child {
  line-height: 1.65;
  color: rgba(242, 245, 247, 0.76);
}

.page-products .compare-wrap {
  background: rgba(20, 77, 89, 0.28);
  border: 1px solid var(--color-line);
  border-radius: 12px;
  padding: 22px;
}

.page-products .compare-select {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.page-products .compare-select__old,
.page-products .compare-select__new {
  padding: 10px 16px;
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 0.9375rem;
}

.page-products .compare-select__old {
  background: rgba(242, 245, 247, 0.1);
  color: rgba(242, 245, 247, 0.75);
  border: 1px solid rgba(242, 245, 247, 0.2);
}

.page-products .compare-select__new {
  background: var(--color-gold);
  color: var(--color-night);
  border: 1px solid var(--color-gold);
  font-weight: 700;
}

.page-products .compare-select__arrow {
  color: var(--color-gold);
  font-size: 0.8125rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.page-products .compare-table {
  width: 100%;
  font-size: 0.9063rem;
  margin-bottom: 20px;
}

.page-products .compare-table__row {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  border-bottom: 1px solid rgba(242, 245, 247, 0.1);
}

.page-products .compare-table__row:last-child {
  border-bottom: none;
}

.page-products .compare-table__row > span {
  padding: 12px 10px;
  line-height: 1.5;
}

.page-products .compare-table__row > span:first-child {
  color: var(--color-paper);
  font-weight: 600;
}

.page-products .compare-table__row > span:not(:first-child) {
  text-align: center;
  font-size: 0.875rem;
}

.page-products .compare-table__row--head {
  background: rgba(201, 162, 39, 0.12);
  border-radius: 6px 6px 0 0;
}

.page-products .compare-table__row--head > span {
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  letter-spacing: 0.06em;
  color: var(--color-gold);
  font-weight: 700;
}

.page-products .compare-mark {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
}

.page-products .compare-mark--yes {
  background: rgba(42, 157, 143, 0.2);
  color: var(--color-oasis);
}

.page-products .compare-mark--no {
  background: rgba(216, 92, 42, 0.18);
  color: var(--color-ember);
}

.page-products .compare-figure {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 39, 0.25);
}

.page-products .compare-figure__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.page-products .guide-section > p {
  max-width: 680px;
  line-height: 1.7;
  color: rgba(242, 245, 247, 0.78);
  margin: 10px 0 28px;
}

.page-products .guide-wrap {
  display: grid;
  gap: 24px;
  align-items: center;
}

.page-products .guide-main {
  display: grid;
  gap: 24px;
}

.page-products .guide-search {
  display: flex;
  gap: 10px;
}

.page-products .guide-search input {
  flex: 1;
  min-width: 0;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(201, 162, 39, 0.4);
  background: rgba(11, 27, 61, 0.65);
  color: var(--color-paper);
  font-size: 0.9375rem;
  font-family: var(--font-body);
  min-height: 48px;
  outline: none;
}

.page-products .guide-search input::placeholder {
  color: rgba(242, 245, 247, 0.45);
}

.page-products .guide-search input:focus {
  border-color: var(--color-gold);
  box-shadow: 0 0 0 2px rgba(201, 162, 39, 0.25);
}

.page-products .guide-links h3 {
  font-size: 0.9375rem;
  color: var(--color-gold);
  margin-bottom: 12px;
}

.page-products .guide-links ul {
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.page-products .guide-links li a {
  display: block;
  padding: 12px;
  border: 1px solid rgba(242, 245, 247, 0.14);
  border-radius: 8px;
  color: var(--color-paper);
  text-decoration: none;
  font-size: 0.875rem;
  text-align: center;
  transition: border-color 300ms var(--ease-power), color 300ms var(--ease-power);
}

.page-products .guide-links li a:hover {
  border-color: var(--color-gold);
  color: var(--color-gold);
}

.page-products .guide-links p {
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(242, 245, 247, 0.6);
}

.page-products .guide-figure {
  margin: 0;
  border: 1px solid var(--color-line);
  border-radius: 10px;
  overflow: hidden;
  background: var(--color-aqua);
}

.page-products .guide-figure__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

.page-products .beta-section > p {
  max-width: 680px;
  line-height: 1.7;
  color: rgba(242, 245, 247, 0.78);
  margin: 10px 0 28px;
}

.page-products .beta-figure {
  margin: 0 0 28px;
  border: 1px solid var(--color-line);
  border-radius: 10px;
  overflow: hidden;
  background: var(--color-aqua);
}

.page-products .beta-figure__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.page-products .beta-grid {
  display: grid;
  gap: 18px;
}

.page-products .beta-card {
  border: 1px solid var(--color-line);
  border-radius: 10px;
  padding: 20px;
  background: rgba(11, 27, 61, 0.6);
}

.page-products .beta-card h3 {
  font-size: 0.9375rem;
  color: var(--color-gold);
  margin-bottom: 12px;
}

.page-products .beta-card__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.page-products .beta-card__list li {
  font-size: 0.9063rem;
  line-height: 1.5;
  color: var(--color-paper);
  padding-left: 14px;
  position: relative;
}

.page-products .beta-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  background: var(--color-gold);
  border-radius: 2px;
}

.page-products .beta-card p {
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(242, 245, 247, 0.7);
  margin-bottom: 16px;
}

.page-products .beta-note {
  margin-top: 28px;
  padding: 18px;
  border: 1px dashed rgba(42, 157, 143, 0.5);
  border-radius: 10px;
  font-size: 0.9063rem;
  line-height: 1.7;
  background: rgba(42, 157, 143, 0.08);
}

.page-products .beta-note p {
  margin: 0;
}

.page-products .beta-note a,
.page-products .download-detail a,
.page-products .guide-links p a {
  color: var(--color-gold);
  text-underline-offset: 4px;
}

@media (min-width: 960px) {
  .page-products .page-head {
    padding-top: 56px;
    padding-bottom: 72px;
  }

  .page-products .page-head__title {
    font-size: 3.2rem;
  }

  .page-products .family-wrap {
    grid-template-columns: 360px 1fr;
    align-items: center;
  }

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

  .page-products .download-head__icon {
    width: 200px;
    height: 200px;
  }

  .page-products .download-layout {
    grid-template-columns: 200px 1fr 240px;
    align-items: start;
  }

  .page-products .download-index {
    position: sticky;
    top: 24px;
    z-index: 5;
  }

  .page-products .file-list__item {
    grid-template-columns: 1fr auto auto;
    align-items: center;
  }

  .page-products .compare-wrap {
    padding: 28px;
  }

  .page-products .guide-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

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

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