.page-products {
  --products-accent: var(--hh-orange);
  --products-dark: var(--hh-blue-dark);
  --products-medium: var(--hh-blue-medium);
  --products-bright: var(--hh-blue-bright);
  --products-light: var(--hh-blue-light);
  --products-bg: var(--hh-bg-light);
  --products-line: rgba(10, 31, 68, 0.14);
  --products-mono: var(--hh-font-mono);
  --products-display: var(--hh-font-display);
  --products-ease: var(--hh-ease);
}

.page-products .breadcrumb {
  background: var(--hh-blue-dark);
  padding: 0.9rem 0 0;
}

.page-products .breadcrumb .breadcrumb__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.page-products .breadcrumb .breadcrumb__item {
  font-family: var(--products-mono);
  font-size: 0.75rem;
  color: rgba(230, 237, 247, 0.6);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-products .breadcrumb .breadcrumb__item:not(:last-child)::after {
  content: "/";
  color: rgba(230, 237, 247, 0.35);
}

.page-products .breadcrumb .breadcrumb__link {
  color: rgba(230, 237, 247, 0.85);
  text-decoration: none;
  transition: color 0.25s var(--products-ease);
}

.page-products .breadcrumb .breadcrumb__link:hover {
  color: var(--hh-orange);
}

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

.page-products .download-hero {
  position: relative;
  overflow: hidden;
  background: var(--products-dark);
  color: #ffffff;
  padding: 2.5rem 0 0;
}

.page-products .download-hero::before {
  content: "";
  position: absolute;
  right: -35%;
  top: 0;
  width: 75%;
  height: 100%;
  background: linear-gradient(135deg, transparent 30%, rgba(26, 74, 138, 0.55) 100%);
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}

.page-products .download-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: end;
}

.page-products .download-hero__content {
  padding-bottom: 0.5rem;
}

.page-products .download-hero__eyebrow {
  display: inline-block;
  font-family: var(--products-mono);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hh-orange);
  margin-bottom: 1.1rem;
  padding-left: 1.35rem;
  position: relative;
}

.page-products .download-hero__eyebrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1rem;
  height: 2px;
  background: var(--hh-orange);
  transform: translateY(-50%);
}

.page-products .download-hero h1 {
  font-family: var(--products-display);
  font-size: 2.1rem;
  line-height: 1.16;
  color: #ffffff;
  margin: 0 0 1rem;
  letter-spacing: -0.01em;
}

.page-products .download-hero__version {
  color: var(--hh-orange);
}

.page-products .download-hero__lead {
  font-size: 0.98rem;
  line-height: 1.85;
  color: rgba(230, 237, 247, 0.92);
  max-width: 34em;
  margin: 0 0 1.6rem;
}

.page-products .download-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.page-products .download-hero__cta {
  min-width: 9.5rem;
  text-align: center;
}

.page-products .download-hero__ghost {
  border-color: rgba(230, 237, 247, 0.6);
  color: #ffffff;
}

.page-products .download-hero__platforms {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 1.2rem;
}

.page-products .download-hero__platforms-label {
  font-size: 0.78rem;
  color: rgba(230, 237, 247, 0.65);
  margin-right: 0.2rem;
}

.page-products .download-hero__platform {
  font-family: var(--products-mono);
  font-size: 0.72rem;
  padding: 0.28rem 0.75rem;
  border: 1px solid rgba(230, 237, 247, 0.35);
  border-radius: 999px;
  color: rgba(230, 237, 247, 0.88);
  text-decoration: none;
  transition: all 0.25s var(--products-ease);
}

.page-products .download-hero__platform:hover {
  background: var(--hh-orange);
  border-color: var(--hh-orange);
  color: #ffffff;
}

.page-products .download-hero__meta {
  display: inline-block;
  font-family: var(--products-mono);
  font-size: 0.76rem;
  color: rgba(230, 237, 247, 0.7);
  border-top: 1px solid rgba(230, 237, 247, 0.15);
  padding-top: 0.7rem;
}

.page-products .download-hero__visual {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.page-products .download-hero__visual .figure-panel {
  margin: 0;
  border-radius: 0;
}

.page-products .download-hero__visual img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-products .features-section {
  background: var(--hh-bg-light);
  padding: 0 0 3rem;
  border-bottom: 3px solid var(--hh-orange);
}

.page-products .section-header {
  padding: 2.8rem 0 1.5rem;
}

.page-products .section-header .section-index {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-family: var(--products-mono);
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--hh-blue-bright);
  margin-bottom: 0.7rem;
  letter-spacing: 0.06em;
}

.page-products .section-header .section-index::after {
  content: "";
  width: 2.4rem;
  height: 2px;
  background: var(--hh-orange);
}

.page-products .section-header h2 {
  font-family: var(--products-display);
  font-size: 1.7rem;
  line-height: 1.3;
  color: var(--hh-near-black);
  margin: 0 0 0.5rem;
}

.page-products .section-header .section-lead {
  font-size: 0.95rem;
  line-height: 1.75;
  color: var(--hh-gray-dark);
  max-width: 40em;
  margin: 0;
}

.page-products .features-symbol {
  margin: 0 0 1.6rem;
  display: flex;
  justify-content: center;
}

.page-products .features-symbol img {
  width: 100px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(10, 31, 68, 0.12);
}

.page-products .features-list {
  border-top: 1px solid var(--products-line);
}

.page-products .features-list__item {
  display: grid;
  grid-template-columns: 2.6rem 1fr;
  gap: 0.8rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--products-line);
}

.page-products .features-list__index {
  font-family: var(--products-mono);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--hh-orange);
  padding-top: 0.35rem;
  letter-spacing: 0.04em;
}

.page-products .features-list__content h3 {
  font-size: 1.04rem;
  font-weight: 700;
  color: var(--hh-near-black);
  margin: 0 0 0.4rem;
}

.page-products .features-list__content p {
  font-size: 0.94rem;
  line-height: 1.72;
  color: var(--hh-gray-dark);
  margin: 0;
}

.page-products .features-screenshot {
  margin: 2rem 0 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(10, 31, 68, 0.16);
}

.page-products .features-screenshot img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-products .features-more {
  margin-top: 1.6rem;
  padding: 1rem 1.1rem;
  background: var(--hh-blue-light);
  border-left: 3px solid var(--hh-orange);
  font-size: 0.88rem;
  line-height: 1.75;
  color: var(--hh-gray-dark);
}

.page-products .features-more p {
  margin: 0 0 0.4rem;
}

.page-products .features-more p:last-child {
  margin-bottom: 0;
}

.page-products .features-more a {
  color: var(--hh-blue-bright);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(26, 74, 138, 0.4);
  transition: color 0.2s var(--products-ease);
}

.page-products .features-more a:hover {
  color: var(--hh-orange);
}

.page-products .version-section {
  background: var(--products-dark);
  color: #ffffff;
  padding: 0.5rem 0 3.2rem;
}

.page-products .version-section .section-header h2 {
  color: #ffffff;
}

.page-products .version-section .section-header .section-index {
  color: var(--hh-orange);
}

.page-products .version-section .section-header .section-lead {
  color: rgba(230, 237, 247, 0.72);
}

.page-products .version-flow-figure {
  margin: 0 0 2rem;
  border-radius: 4px;
  overflow: hidden;
}

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

.page-products .version-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.page-products .version-table caption {
  text-align: left;
  font-size: 0.82rem;
  color: rgba(230, 237, 247, 0.6);
  padding-bottom: 0.65rem;
  caption-side: top;
}

.page-products .version-table th {
  font-family: var(--products-mono);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: left;
  padding: 0.7rem 0.7rem;
  background: rgba(0, 0, 0, 0.2);
  color: rgba(230, 237, 247, 0.72);
  border-bottom: 2px solid rgba(255, 107, 53, 0.5);
  white-space: nowrap;
}

.page-products .version-table td {
  padding: 0.85rem 0.7rem;
  border-bottom: 1px solid rgba(230, 237, 247, 0.08);
  line-height: 1.6;
  vertical-align: top;
  color: rgba(230, 237, 247, 0.88);
}

.page-products .version-table tbody tr:nth-child(even) {
  background: rgba(26, 74, 138, 0.22);
}

.page-products .version-table tbody tr:nth-child(odd) {
  background: rgba(10, 31, 68, 0.18);
}

.page-products .version-table tbody tr:hover {
  background: rgba(255, 107, 53, 0.08);
}

.page-products .version-table__code {
  font-family: var(--products-mono);
  font-weight: 700;
  color: var(--hh-orange) !important;
  white-space: nowrap;
}

.page-products .version-details summary {
  font-family: var(--products-mono);
  font-size: 0.76rem;
  color: var(--hh-blue-light);
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-left: 1.1rem;
  outline: none;
  white-space: nowrap;
  transition: color 0.2s var(--products-ease);
}

.page-products .version-details summary::-webkit-details-marker {
  display: none;
}

.page-products .version-details summary::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--hh-orange);
  font-weight: 700;
  font-size: 0.82rem;
}

.page-products .version-details[open] summary::before {
  content: "–";
}

.page-products .version-details p {
  margin: 0.55rem 0 0;
  padding: 0.6rem 0.75rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 0.83rem;
  line-height: 1.7;
  color: rgba(230, 237, 247, 0.9);
}

.page-products .version-table__note {
  margin-top: 1.4rem;
  font-size: 0.84rem;
  line-height: 1.75;
  color: rgba(230, 237, 247, 0.65);
  border-left: 3px solid var(--hh-orange);
  padding-left: 1rem;
}

.page-products .version-table__link {
  color: var(--hh-orange);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 107, 53, 0.4);
  transition: opacity 0.2s var(--products-ease);
}

.page-products .version-table__link:hover {
  opacity: 0.75;
}

.page-products .requirements-section {
  background: var(--hh-blue-light);
  padding: 0.5rem 0 3.2rem;
}

.page-products .requirements-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.page-products .requirement-card {
  background: #ffffff;
  border: 1px solid rgba(10, 31, 68, 0.08);
  border-radius: 4px;
  padding: 1.5rem;
  box-shadow: 0 2px 10px rgba(10, 31, 68, 0.06);
  scroll-margin-top: 4rem;
}

.page-products .requirement-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--hh-blue-dark);
  margin: 0 0 1rem;
  padding-bottom: 0.55rem;
  border-bottom: 2px solid var(--hh-orange);
  display: inline-block;
}

.page-products .requirement-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-products .requirement-card__list li {
  font-size: 0.89rem;
  line-height: 1.6;
  color: var(--hh-gray-dark);
  padding: 0.42rem 0 0.42rem 1.3rem;
  position: relative;
  border-bottom: 1px dashed rgba(10, 31, 68, 0.12);
}

.page-products .requirement-card__list li:last-child {
  border-bottom: none;
}

.page-products .requirement-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85rem;
  width: 0.4rem;
  height: 0.4rem;
  background: var(--hh-orange);
  border-radius: 50%;
}

.page-products .performance-section {
  background: var(--products-medium);
  color: #ffffff;
  padding: 2.8rem 0 3.2rem;
  position: relative;
  overflow: hidden;
}

.page-products .performance-section::before {
  content: "";
  position: absolute;
  left: -20%;
  bottom: -30%;
  width: 70%;
  height: 70%;
  background: radial-gradient(circle, rgba(26, 74, 138, 0.4) 0%, transparent 70%);
  pointer-events: none;
}

.page-products .performance-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.page-products .performance-content .section-index {
  display: inline-block;
  font-family: var(--products-mono);
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--hh-orange);
  letter-spacing: 0.06em;
  margin-bottom: 0.6rem;
}

.page-products .performance-content h2 {
  font-family: var(--products-display);
  font-size: 1.7rem;
  line-height: 1.3;
  color: #ffffff;
  margin: 0 0 0.8rem;
}

.page-products .performance-content p {
  font-size: 0.94rem;
  line-height: 1.8;
  color: rgba(230, 237, 247, 0.88);
  margin: 0 0 0.9rem;
}

.page-products .performance-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.page-products .performance-stats .metric {
  background: rgba(10, 31, 68, 0.38);
  border-left: 3px solid var(--hh-orange);
  padding: 0.75rem 0.8rem;
}

.page-products .performance-stats .metric__value {
  font-family: var(--products-display);
  font-size: 1.4rem;
  color: #ffffff;
  display: block;
  line-height: 1.3;
}

.page-products .performance-stats .metric__label {
  font-size: 0.75rem;
  color: rgba(230, 237, 247, 0.68);
  margin-top: 0.2rem;
  display: block;
}

.page-products .performance-figure {
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.16);
}

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

@media (min-width: 768px) {
  .page-products .download-hero {
    padding: 3.5rem 0 0;
  }

  .page-products .download-hero__grid {
    grid-template-columns: 1.08fr 0.92fr;
    gap: 3rem;
    align-items: center;
  }

  .page-products .download-hero h1 {
    font-size: 2.9rem;
  }

  .page-products .download-hero__lead {
    font-size: 1.02rem;
  }

  .page-products .download-hero__visual {
    margin-right: 0;
    margin-left: 0;
    align-self: end;
  }

  .page-products .download-hero__visual .figure-panel {
    margin-bottom: -4px;
  }

  .page-products .section-header {
    padding: 3.5rem 0 2rem;
  }

  .page-products .section-header h2 {
    font-size: 2.1rem;
  }

  .page-products .features-list__item {
    grid-template-columns: 4.5rem 1fr;
    gap: 1.2rem;
    padding: 2rem 0;
  }

  .page-products .features-list__content h3 {
    font-size: 1.12rem;
  }

  .page-products .features-list__content p {
    font-size: 1rem;
  }

  .page-products .features-symbol {
    justify-content: flex-start;
  }

  .page-products .requirements-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .page-products .performance-grid {
    grid-template-columns: 1.08fr 0.92fr;
    gap: 3rem;
    align-items: center;
  }

  .page-products .performance-content h2 {
    font-size: 2.1rem;
  }

  .page-products .performance-stats .metric__value {
    font-size: 1.75rem;
  }

  .page-products .performance-stats .metric__label {
    font-size: 0.8rem;
  }
}

@media (min-width: 1024px) {
  .page-products .download-hero h1 {
    font-size: 3.4rem;
  }

  .page-products .version-table {
    font-size: 0.92rem;
  }

  .page-products .version-table th {
    font-size: 0.75rem;
    padding: 0.8rem 1rem;
  }

  .page-products .version-table td {
    padding: 1rem;
  }
}
