.page-products {
  --page-line: rgba(201, 160, 99, 0.24);
  --page-card-bg: rgba(13, 17, 23, 0.55);
  position: relative;
  color: var(--ivory);
  background:
    radial-gradient(circle at 92% 6%, rgba(30, 122, 90, 0.18), transparent 32%),
    linear-gradient(160deg, #071410 0%, var(--deep-green) 40%, #081a15 100%);
  overflow-x: hidden;
}

.page-products h1,
.page-products h2,
.page-products h3 {
  font-family: var(--heading-font);
  font-weight: 900;
  color: var(--ivory);
  text-wrap: balance;
}

.page-products h1 em {
  font-style: normal;
  color: var(--gold);
}

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

.page-products .container,
.page-products .container--narrow {
  box-sizing: border-box;
}

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

.page-products .section--tint {
  background: rgba(229, 239, 233, 0.055);
}

.page-products .section--dark {
  background: #071a12;
}

.page-products .slant-bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 6px;
  background: linear-gradient(90deg, transparent, var(--gold));
  z-index: 2;
}

.page-products .breadcrumb {
  max-width: var(--max-width);
  margin-inline: auto;
  padding: 28px 24px 0;
  box-sizing: border-box;
}

.page-products .breadcrumb ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0;
  padding: 0;
  font-size: 0.92rem;
  color: var(--stone);
}

.page-products .breadcrumb a {
  color: var(--stone);
  text-decoration: none;
  transition: color 0.3s var(--ease);
}

.page-products .breadcrumb a:hover {
  color: var(--gold-light);
}

.page-products .breadcrumb ol li + li::before {
  content: "/";
  margin-right: 10px;
  color: rgba(147, 163, 155, 0.5);
}

.page-products .breadcrumb [aria-current="page"] {
  color: var(--gold);
}

.page-products .lead-section {
  padding: 44px 0 20px;
}

.page-products .lead-band {
  padding: 20px 0 0;
}

.page-products .kicker {
  color: var(--gold);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-products .kicker::before {
  content: "";
  width: 32px;
  height: 2px;
  background: var(--gold);
  flex: 0 0 auto;
}

.page-products .lead-band h1 {
  font-size: clamp(2.4rem, 9vw, 6.6rem);
  line-height: 1.04;
  margin: 12px 0 20px;
  letter-spacing: 0.02em;
}

.page-products .lead-band h1 em {
  position: relative;
  display: inline-block;
}

.page-products .lead-band h1 em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 94%;
  height: 6px;
  background: linear-gradient(90deg, var(--gold), transparent);
  opacity: 0.4;
  border-radius: 6px;
}

.page-products .lead-declaration {
  max-width: 720px;
  font-size: 1.05rem;
  line-height: 1.8;
  color: var(--mist);
  border-left: 3px solid var(--gold);
  padding-left: 18px;
  margin: 14px 0 32px;
}

.page-products .lead-meta {
  margin-top: 36px;
  padding: 24px 0;
  border-top: 1px solid var(--page-line);
}

.page-products .lead-meta dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 0;
}

.page-products .lead-meta__item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
}

.page-products .lead-meta dt {
  color: var(--stone);
  font-size: 0.94rem;
}

.page-products .lead-meta dd {
  font-size: 1rem;
  font-weight: 700;
  color: var(--gold-light);
  text-align: right;
}

.page-products .toc-section .container--narrow {
  padding: 32px 20px;
  box-sizing: border-box;
}

.page-products .toc-section ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-products .toc-section li a {
  display: flex;
  gap: 16px;
  align-items: center;
  color: var(--ivory);
  text-decoration: none;
  padding: 13px 16px;
  border-radius: 14px;
  transition: transform 0.35s var(--ease), background 0.3s ease;
}

.page-products .toc-section li a:hover {
  background: rgba(201, 160, 99, 0.1);
  transform: translateX(4px);
}

.page-products .toc-index {
  color: var(--gold);
  font-weight: 800;
  font-size: 0.9rem;
}

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

.page-products .section-head h2 {
  font-size: clamp(1.7rem, 5vw, 3.3rem);
  margin: 0 0 10px;
  line-height: 1.15;
}

.page-products .section-subtitle {
  color: var(--stone);
  font-size: 0.98rem;
  margin: 0;
  max-width: 720px;
}

.page-products .version-layout {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.page-products .version-aside {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.page-products .glow-card {
  background: var(--page-card-bg);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(201, 160, 99, 0.2);
  border-radius: var(--radius);
  padding: 22px;
}

.page-products .glow-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.page-products .glow-card p {
  color: var(--stone);
  font-size: 0.94rem;
  line-height: 1.7;
  margin: 0 0 12px;
}

.page-products .metric-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.page-products .metric-list div {
  border-left: 2px solid var(--gold);
  padding-left: 12px;
}

.page-products .metric-list dt {
  font-size: 0.82rem;
  color: var(--stone);
}

.page-products .metric-list dd {
  font-size: 2rem;
  font-weight: 900;
  color: var(--gold);
  line-height: 1.1;
  margin: 4px 0 0;
}

.page-products .timeline-mini {
  list-style: none;
  margin: 20px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: grid;
  gap: 8px;
}

.page-products .timeline-mini li {
  position: relative;
  padding-left: 18px;
  color: var(--stone);
  font-size: 0.9rem;
}

.page-products .timeline-mini li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.66em;
  width: 8px;
  height: 2px;
  background: var(--gold);
  border-radius: 2px;
}

.page-products .phone-frame {
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--ink-black);
  border: 1px solid rgba(201, 160, 99, 0.2);
}

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

.page-products .version-main {
  display: flex;
  flex-direction: column;
  gap: 22px;
  min-width: 0;
}

.page-products .table-wrap {
  border-radius: var(--radius);
  background: #05140e;
  border: 1px solid rgba(201, 160, 99, 0.16);
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.page-products .version-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.94rem;
  min-width: 560px;
}

.page-products .version-table thead th {
  background: var(--ink-black);
  color: var(--gold-light);
  font-weight: 800;
  text-align: left;
  padding: 15px 16px;
  position: sticky;
  top: 0;
  z-index: 2;
  white-space: nowrap;
}

.page-products .version-table tbody td,
.page-products .version-table tbody th {
  padding: 15px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}

.page-products .version-table tbody th {
  color: var(--ivory);
  font-weight: 700;
  white-space: nowrap;
}

.page-products .version-table tbody tr {
  background: #0b241a;
}

.page-products .version-table tbody tr:nth-child(even) {
  background: #0e2f21;
}

.page-products .version-table tbody td {
  color: var(--mist);
}

.page-products .feat-board {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.page-products .feat-chip {
  background: #081f16;
  padding: 17px 18px;
  border-radius: 14px;
  border: 1px solid rgba(201, 160, 99, 0.16);
  transition: border-color 0.3s ease, background 0.3s ease;
}

.page-products .feat-chip.is-active {
  border-color: rgba(201, 160, 99, 0.65);
  background: linear-gradient(135deg, rgba(201, 160, 99, 0.12), rgba(201, 160, 99, 0.02));
}

.page-products .feat-chip__num {
  font-family: var(--heading-font);
  font-weight: 900;
  color: var(--gold);
  margin-right: 10px;
  font-size: 0.92rem;
}

.page-products .feat-chip strong {
  display: block;
  margin: 4px 0;
  color: var(--ivory);
  font-size: 1.02rem;
}

.page-products .feat-chip p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--stone);
  line-height: 1.6;
}

.page-products .subscribe-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: center;
}

.page-products .subscribe-copy h3 {
  font-size: 1.2rem;
  margin: 0 0 12px;
}

.page-products .subscribe-copy ul {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.page-products .subscribe-copy li {
  position: relative;
  padding: 12px 0 12px 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--mist);
  font-size: 0.96rem;
}

.page-products .subscribe-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 10px;
  height: 10px;
  background: var(--gold);
  transform: rotate(45deg);
}

.page-products .subscribe-copy p {
  color: var(--stone);
  font-size: 0.95rem;
  line-height: 1.7;
}

.page-products .img-frame {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(201, 160, 99, 0.16);
  background: #0b241a;
}

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

.page-products .img-frame--wide {
  border: 1px solid rgba(201, 160, 99, 0.2);
}

.page-products .league-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
}

.page-products .league-copy ul {
  list-style: none;
  margin: 18px 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.page-products .league-copy li {
  padding-left: 22px;
  position: relative;
  color: var(--mist);
  font-size: 0.96rem;
  line-height: 1.6;
}

.page-products .league-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 12px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), transparent);
  border-radius: 2px;
}

.page-products .league-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.page-products .btn--primary {
  background: linear-gradient(135deg, var(--gold), #a57c3f);
  border: none;
  color: var(--ink-black);
  transition: transform 0.3s var(--ease), box-shadow 0.3s ease;
}

.page-products .btn--primary:hover {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--ink-black);
  box-shadow: 0 8px 24px rgba(201, 160, 99, 0.25);
  transform: translateY(-2px);
}

.page-products .btn--ghost {
  border-color: rgba(201, 160, 99, 0.5);
  color: var(--gold-light);
  transition: border-color 0.3s ease, color 0.3s ease, transform 0.3s var(--ease);
}

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

.page-products .download-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 24px;
  align-items: center;
}

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

.page-products .steps-list li {
  display: flex;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-products .steps-num {
  font-family: var(--heading-font);
  font-weight: 900;
  font-size: 1.8rem;
  color: var(--gold);
  line-height: 1;
  flex: 0 0 auto;
  min-width: 44px;
}

.page-products .steps-list strong {
  color: var(--ivory);
  font-size: 1rem;
}

.page-products .steps-list p {
  color: var(--stone);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 6px 0 0;
}

.page-products .download-cta {
  margin-top: 30px;
  padding: 24px;
  border-radius: var(--radius);
  text-align: center;
  background: linear-gradient(135deg, rgba(201, 160, 99, 0.15), rgba(201, 160, 99, 0.03));
  border: 1px dashed rgba(201, 160, 99, 0.4);
}

.page-products .download-cta p {
  margin: 0 0 14px;
  color: var(--mist);
}

.page-products .assure-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
}

.page-products .assure-copy ul {
  list-style: none;
  margin: 0;
  padding: 20px 0 0;
  display: grid;
  gap: 12px;
}

.page-products .assure-copy li {
  padding: 14px 16px;
  background: rgba(13, 17, 23, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 14px;
  color: var(--mist);
  font-size: 0.95rem;
  line-height: 1.6;
}

.page-products .assure-copy li strong {
  color: var(--gold-light);
}

.page-products .assure-copy .btn {
  margin-top: 18px;
}

.page-products .assure-more {
  color: var(--stone);
  font-size: 0.94rem;
  line-height: 1.7;
  margin: 18px 0 0;
}

.page-products .assure-more a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(201, 160, 99, 0.35);
  transition: color 0.3s ease, border-color 0.3s ease;
}

.page-products .assure-more a:hover {
  color: var(--gold-light);
  border-color: var(--gold-light);
}

@media (min-width: 640px) {
  .page-products .lead-meta dl {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .page-products .lead-meta__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding-left: 16px;
    border-left: 2px solid rgba(201, 160, 99, 0.3);
  }

  .page-products .lead-meta dd {
    text-align: left;
  }

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

@media (min-width: 920px) {
  .page-products .section {
    padding: 84px 0;
  }

  .page-products .lead-section {
    padding: 72px 0 40px;
  }

  .page-products .lead-band {
    max-width: 1000px;
  }

  .page-products .lead-band h1 {
    font-size: clamp(4rem, 9vw, 7.6rem);
  }

  .page-products .lead-declaration {
    font-size: 1.16rem;
    max-width: 820px;
  }

  .page-products .version-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
  }

  .page-products .version-aside {
    position: sticky;
    top: 110px;
    max-height: calc(100vh - 160px);
    overflow-y: auto;
  }

  .page-products .subscribe-layout {
    grid-template-columns: 1fr 1.05fr;
    gap: 56px;
  }

  .page-products .subscribe-layout .img-frame,
  .page-products .assure-layout .img-frame {
    min-height: 320px;
  }

  .page-products .league-layout {
    grid-template-columns: 1.3fr 0.9fr;
    gap: 60px;
  }

  .page-products .download-layout {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 48px;
  }

  .page-products .assure-layout {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 48px;
  }

  .page-products .table-wrap {
    max-height: 560px;
  }
}
